From 247b9f8d8f85aa635710016bb958b323e6bdb06d Mon Sep 17 00:00:00 2001 From: Edgar Montes Date: Mon, 11 Mar 2024 20:15:19 -0400 Subject: [PATCH] Updating app to work with COD UXDS version 1.0.18. --- build/assets/js/main.js | 2 +- build/assets/js/main.js.map | 2 +- build/assets/js/runtime.js | 2 +- build/assets/js/vendors.sentry-internal.js | 2 +- build/assets/js/vendors.sentry.js | 2 +- .../js/vendors.terraformer-arcgis-parser.js | 2 +- build/assets/js/vendors.terraformer.js | 2 +- build/assets/js/vendors.turf.js | 2 +- build/index.html | 2 +- public/index.html | 8 +++--- src/components/DataLoader.js | 3 +-- src/components/MyHomeInfo.js | 25 ++++++++++++++++++- 12 files changed, 38 insertions(+), 16 deletions(-) diff --git a/build/assets/js/main.js b/build/assets/js/main.js index 422d733..a0e90f3 100644 --- a/build/assets/js/main.js +++ b/build/assets/js/main.js @@ -1,2 +1,2 @@ -!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="3b53f17b-2808-4901-9527-c3f5569823f1",t._sentryDebugIdIdentifier="sentry-dbid-3b53f17b-2808-4901-9527-c3f5569823f1")}catch(t){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"e76cbc730a30c8c3131e84f6ce866822d1aec358"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[179],{2789:(t,e,a)=>{class r extends HTMLElement{static get observedAttributes(){return["form","parcelStatus","user"]}constructor(){super(),this.form=null,this.parcelStatus="Invalid",this.user=null,this.styles=document.createElement("style"),this.styles.textContent="\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #geocoder {width: 100%}\n input {width: calc(100% - 2em); padding: 1em; border:.1em solid #e6e6e6; font-size: 1em;}\n ";const t=this.attachShadow({mode:"open"});t.appendChild(this.styles);const e=document.createElement("article");e.id="geocoder";let a=document.createElement("form"),r=document.createElement("label");r.style.fontFamily="Montserrat, sans-serif",r.style.fontWeight="bold";let n=document.createElement("input"),i=(document.createElement("ul"),document.createElement("datalist")),s=document.createElement("i");a.addEventListener("submit",(t=>{this.submit(t,this)})),s.className="fas fa-map-marker-alt";const o=document.getElementsByTagName("my-home-info");r.innerText="Property Address:";try{o[0].getAttribute("data-geocoder-label")&&""!=o[0].getAttribute("data-geocoder-label")&&(r.innerText=o[0].getAttribute("data-geocoder-label"))}catch(l){}r.setAttribute("for","geocoder-input"),n.type="text",n.setAttribute("list","addresses-list"),n.placeholder="Enter address",n.setAttribute("id","geocoder-input"),n.setAttribute("autocomplete","off"),n.addEventListener("keyup",(t=>{this.inputChange(t,this)})),i.setAttribute("id","addresses-list"),a.appendChild(r),a.appendChild(n),a.appendChild(s),a.appendChild(i),this.form=a,e.appendChild(a),t.appendChild(e)}supplementGeocoder(t,e,a){const r=document.getElementsByTagName("my-home-info");let n=t.split(",");n=n[0],n=n.split(" ");let i="",s=n.length;n.forEach((function(t,e){i+=t,et.json())).then((function(n){if("suggestions"===a)n.candidates.forEach((t=>{let a=document.createElement("option");""===t.attributes.parcel_id?(a.value=t.address,a.setAttribute("data-parsel","no-parcel")):(a.value=`${t.address} RECOMMENDED`,a.setAttribute("data-parsel",t.attributes.parcel_id)),a.onclick=t=>{e.selectSuggestion(t,e)},e.form.childNodes[3].appendChild(a)}));else if(n.candidates.length){let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/City_of_Detroit_Boundary/FeatureServer/0/query?where=&objectIds=&time=&geometry=${n.candidates[0].location.x}%2C+${n.candidates[0].location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=4326&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=geojson&token=`;try{fetch(a).then((t=>t.json())).then((function(a){if(a.features.length){let a,i=null;n.candidates.forEach((t=>{""!==t.attributes.parcel_id&&e.checkParcelValid(t.attributes.parcel_id)&&(i=t)})),a=null==i?n.candidates[0].location:null,null===i?(e.parcelStatus="Invalid",e.needGeocode(t,e,a),e.clearSuggestions(e),r[0].setAttribute("data-parcel-id",JSON.stringify(n.candidates[0]))):(e.parcelStatus="Valid",e.needGeocode(t,e,a),e.clearSuggestions(e),r[0].setAttribute("data-parcel-id",JSON.stringify(i)))}else e.parcelStatus="Invalid",e.needGeocode(t,e,location),e.clearSuggestions(e),r[0].setAttribute("data-app-state","error")}))}catch(i){e.parcelStatus="Invalid",e.needGeocode(t,e,location),e.clearSuggestions(e),r[0].setAttribute("data-app-state","error")}}else e.parcelStatus="Invalid",e.needGeocode(t,e,location),e.clearSuggestions(e),r[0].setAttribute("data-app-state","error")}))}catch(l){e.parcelStatus="Invalid",e.needGeocode(t,e,location),e.clearSuggestions(e),r[0].setAttribute("data-app-state","error")}}selectSuggestion(t,e){let a=null;a="SPAN"===t.target.tagName?t.target.parentNode:t.target,"no-parcel"===a.attributes[0].value?(e.clearSuggestions(e),e.supplementGeocoder(a.innerText,e,"submit")):e.supplementGeocoder(a.innerText,e,"submit")}inputChange(t,e){switch(t.key){case"Enter":""!=t.target.value&&void 0!=t.target.value&&e.supplementGeocoder(t.target.value,e,"submit");break;case"ArrowDown":case"ArrowUp":case"ArrowRight":case"ArrowLeft":break;case void 0:""!=t.target.value&&void 0!=t.target.value&&e.supplementGeocoder(t.target.value,e,"submit");break;default:e.clearSuggestions(e),e.supplementGeocoder(t.target.value,e,"suggestions")}}clearSuggestions(t){for(;t.form.childNodes[3].firstChild;)t.form.childNodes[3].removeChild(t.form.childNodes[3].firstChild)}needGeocode(t,e,a){fetch("https://us-central1-local-services-loopkup.cloudfunctions.net/getToken").then((t=>t.json())).then((function(r){let n=t.split(" RECOMMENDED")[0],i=[{attributes:{valid_parcel_status:e.parcelStatus,user_input:n},geometry:{x:0,y:0}}];null!=a&&(i[0].geometry.x=a.x,i[0].geometry.y=a.y);let s=new Request(`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/addressvalidator/FeatureServer/0/addFeatures?token=${r.access_token}&features=${encodeURIComponent(JSON.stringify(i))}&f=json`,{method:"POST",body:"",headers:new Headers,mode:"cors",cache:"default"});fetch(s).then((t=>{}))}))}checkParcelValid(t){return/\d/.test(t)}submit(t,e){t.preventDefault(),e.supplementGeocoder(t.target[0].value,e,"submit")}}class n extends HTMLElement{constructor(){super();this.attachShadow({mode:"open"});this.navToolsStyle=document.createElement("style"),this.navToolsStyle.textContent="\n #nav-tools-wrapper { display: flex; flex-direction: column;}\n button.clear { font-size: 1.25em; width: 2.5em; height: 2.5em; background-color: #FEB70D; cursor: pointer; border: none; }\n button.nav { width: 3.75em; height: 3.75em; border: none; cursor: pointer;background: #fff; }\n button.nav:hover { background-color: #e6e6e6; transition: all 500ms cubic-bezier(.64,.09,.08,1); }\n button.nav.active { background-color: #9fd5b3; }\n button.nav img { width: 100%; }\n ",this.loadNavTools(this)}clearDisplay(t){const e=t.shadowRoot;for(;e.firstChild;)e.removeChild(e.firstChild)}loadNavTools(t){const e=document.getElementsByTagName("my-home-info"),a=e[0].getAttribute("data-app-state"),r=e[0].getAttribute("data-app-mode"),n=e[0].getAttribute("data-inital-sets"),i=e[0].getAttribute("data-initial-map-available"),s=t.shadowRoot;s.appendChild(t.navToolsStyle);const o=document.createElement("section");o.id="nav-tools-wrapper",o.setAttribute("role","navigation"),o.setAttribute("aria-label","Data Navigation");const l=document.createElement("cod-button");if(l.addEventListener("click",(t=>{"my-home-info"==e[0].getAttribute("data-app-mode")?(e[0].setAttribute("data-app-state","welcome-screen"),e[0].setAttribute("data-active-sets","assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection")):(e[0].setAttribute("data-app-state","active-screen"),e[0].setAttribute("data-active-sets",n)),"true"==i?e[0].setAttribute("data-map-available","true"):e[0].setAttribute("data-map-available","false"),e[0].setAttribute("data-parcel-id","none"),e[0].setAttribute("data-api-stored-datasets","{}"),e[0].setAttribute("data-api-active-datasets","none"),e[0].setAttribute("data-active-section","property")})),l.setAttribute("data-primary",!0),l.setAttribute("data-label","x"),l.setAttribute("data-size","lg"),l.setAttribute("data-hover",!1),l.setAttribute("data-extra-classes","fw-bold"),l.setAttribute("data-background-color","warning"),l.setAttribute("data-img",""),l.setAttribute("data-img-alt",""),l.setAttribute("data-shape","square"),l.setAttribute("data-icon",""),o.appendChild(l),"my-home-info"==r&&"error"!=a){const t=document.createElement("cod-button");t.setAttribute("data-label",""),t.setAttribute("data-size","lg"),t.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/home.png"),t.setAttribute("data-img-alt","about this property"),t.setAttribute("data-shape","square"),t.setAttribute("data-nav-value","about this property"),t.setAttribute("data-icon",""),"about this property"==e[0].getAttribute("data-active-section")?(t.setAttribute("data-background-color","success"),t.setAttribute("data-primary",!0)):(t.setAttribute("data-background-color","secondary"),t.setAttribute("data-primary",!1),t.addEventListener("click",(t=>{if("none"!=e[0].getAttribute("data-api-active-datasets")){let t=JSON.parse(e[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(e[0].getAttribute("data-api-active-datasets"));for(const e in a)e in t||(t[e]=a[e]);e[0].setAttribute("data-api-stored-datasets",JSON.stringify(t))}e[0].setAttribute("data-api-active-datasets","none"),e[0].setAttribute("data-active-sets","assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection"),e[0].setAttribute("data-map-available","false"),e[0].setAttribute("data-active-section","about this property"),e[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(t);const a=document.createElement("cod-button");a.setAttribute("data-label",""),a.setAttribute("data-size","lg"),a.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/government.png"),a.setAttribute("data-img-alt","government officials"),a.setAttribute("data-shape","square"),a.setAttribute("data-nav-value","government officials"),a.setAttribute("data-icon",""),"government officials"==e[0].getAttribute("data-active-section")?(a.setAttribute("data-background-color","success"),a.setAttribute("data-primary",!0)):(a.setAttribute("data-background-color","secondary"),a.setAttribute("data-primary",!1),a.addEventListener("click",(t=>{if("none"!=e[0].getAttribute("data-api-active-datasets")){let t=JSON.parse(e[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(e[0].getAttribute("data-api-active-datasets"));for(const e in a)e in t||(t[e]=a[e]);e[0].setAttribute("data-api-stored-datasets",JSON.stringify(t))}e[0].setAttribute("data-api-active-datasets","none"),e[0].setAttribute("data-active-sets","council,council-members,bop-members,district-managers,business-liaison,district-inspectors,npo"),e[0].setAttribute("data-map-available","false"),e[0].setAttribute("data-active-section","government officials"),e[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(a);const r=document.createElement("cod-button");r.setAttribute("data-label",""),r.setAttribute("data-size","lg"),r.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/zone.png"),r.setAttribute("data-img-alt","special areas and zones"),r.setAttribute("data-shape","square"),r.setAttribute("data-nav-value","special areas and zones"),r.setAttribute("data-icon",""),"special areas and zones"==e[0].getAttribute("data-active-section")?(r.setAttribute("data-background-color","success"),r.setAttribute("data-primary",!0)):(r.setAttribute("data-background-color","secondary"),r.setAttribute("data-primary",!1),r.addEventListener("click",(t=>{if("none"!=e[0].getAttribute("data-api-active-datasets")){let t=JSON.parse(e[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(e[0].getAttribute("data-api-active-datasets"));for(const e in a)e in t||(t[e]=a[e]);e[0].setAttribute("data-api-stored-datasets",JSON.stringify(t))}e[0].setAttribute("data-api-active-datasets","none"),e[0].setAttribute("data-active-sets","nez,nrsa,historicDistrict"),e[0].setAttribute("data-map-available","false"),e[0].setAttribute("data-active-section","special areas and zones"),e[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(r);const n=document.createElement("cod-button");n.setAttribute("data-label",""),n.setAttribute("data-size","lg"),n.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/nearby.png"),n.setAttribute("data-img-alt","things nearby"),n.setAttribute("data-shape","square"),n.setAttribute("data-nav-value","things nearby"),n.setAttribute("data-icon",""),"things nearby"==e[0].getAttribute("data-active-section")?(n.setAttribute("data-background-color","success"),n.setAttribute("data-primary",!0)):(n.setAttribute("data-background-color","secondary"),n.setAttribute("data-primary",!1),n.addEventListener("click",(t=>{if("none"!=e[0].getAttribute("data-api-active-datasets")){let t=JSON.parse(e[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(e[0].getAttribute("data-api-active-datasets"));for(const e in a)e in t||(t[e]=a[e]);e[0].setAttribute("data-api-stored-datasets",JSON.stringify(t))}e[0].setAttribute("data-api-active-datasets","none"),e[0].setAttribute("data-active-sets","schools,demos-data,stabilization-data,improve-det"),e[0].setAttribute("data-active-section","things nearby"),e[0].setAttribute("data-map-available","true"),e[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(n);const i=document.createElement("cod-button");i.setAttribute("data-label",""),i.setAttribute("data-size","lg"),i.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/print.png"),i.setAttribute("data-img-alt","print"),i.setAttribute("data-shape","square"),i.setAttribute("data-nav-value","print"),i.setAttribute("data-icon",""),"print"==e[0].getAttribute("data-active-section")?(i.setAttribute("data-background-color","success"),i.setAttribute("data-primary",!0)):(i.setAttribute("data-background-color","secondary"),i.setAttribute("data-primary",!1),i.addEventListener("click",(t=>{t.target.getAttribute("data-nav-value")&&e[0].setAttribute("data-app-state","print")}))),o.appendChild(i)}s.appendChild(o)}}customElements.define("app-geocoder",r),customElements.define("app-nav-tools",n);class i extends HTMLElement{static get observedAttributes(){return["data-display-type","data-pagination"]}constructor(){super();this.attachShadow({mode:"open"});this.neighborhoodImage=document.createElement("img"),this.neighborhoodImage.src="https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/neighborhood.png",this.neighborhoodImage.setAttribute("alt",""),this.welcomeStyle=document.createElement("style"),this.welcomeStyle.textContent="\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #display-wrapper { display: flex; padding: 1em; flex-wrap: wrap; font-family: 'Montserrat', sans-serif;}\n #display-wrapper #welcome-img-wrapper { display: flex; }\n #display-wrapper #welcome-img-wrapper img { height: 10em; margin: auto }\n #display-wrapper p { text-align: center; font-family: 'Montserrat', sans-serif;}\n #display-wrapper button { padding: 1em 3em; background-color: #004445; color: #fff; border: none; cursor: pointer; margin: auto; width: 100%;}\n p.display-title { font-weight: bold; font-size: 1.25em; }\n app-geocoder { width: 100%}\n .btn-group { display:flex; width: 100%; }\n @media all and (min-width: 551px) {\n #display-wrapper{ display: flex; }\n #display-wrapper #welcome-img-wrapper img { width: 15em; height: auto; }\n #display-wrapper article { flex: 1; padding: 1em; }\n }\n ",this.resultsStyle=document.createElement("style"),this.resultsStyle.textContent="\n .results-container{ display: flex; }\n #data-results { background-color: #e6e6e6; padding: 1em; height: 40em; overflow-y: auto; }\n .data-title { font-weight: bold; border-left: solid .2em #FEB70D; padding: .5em; margin: 0 0 1em 0; font-family: 'Montserrat', sans-serif;}\n .result-address {background-color: #fff; border: solid 0.1em #e6e6e6; padding: 1.04em 0.6em; font-family: 'Montserrat', sans-serif;}\n .data-block-title { padding: .5em; background-color: #FEB70D; margin: 0; font-weight: bold; font-family: 'Montserrat', sans-serif; display: flex;}\n .data-block-title span { flex: 1; margin: auto; }\n .data-block-content { padding: .5em; margin-bottom: .5em; background-color: #fff; }\n .data-block-content p { margin: 0; font-family: 'Montserrat', sans-serif;}\n .data-block-content hr { border-top: 1px dotted;}\n .dataset-results {flex: 1;}\n .critical-text { color: #CF3234; }\n .error-result { padding: 1em; }\n .data-block-title button { background-color: #fff; border: none; padding: 0.25em 0.5em; box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 75%);}\n .data-block-title button img { height: 1em; }\n @media all and (min-width: 551px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 2; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n\n @media all and (min-width: 1024px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 3; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n ",this.loadDisplay(this)}attributeChangedCallback(t,e,a){"results"==a&&this.clearDisplay(this),"data-pagination"==t&&this.clearDisplay(this),this.loadDisplay(this)}clearDisplay(t){const e=t.shadowRoot;for(;e.firstChild;)e.removeChild(e.firstChild)}formatDate(t){const e=new Date(t);return`${["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][e.getMonth()]} ${e.getDate()}, ${e.getFullYear()}`}buildCouncil(t){let e=window.location.hostname,a={title:"Council District",content:null};return a.content=`\n

District Number: ${t.data.district}

\n

Council Member: ${t.data.name}

\n

Council Member Phone: ${t.data.phone}

\n `,a}buildBOP(t){let e=window.location.hostname,a={title:"Police Commissioner",content:null};return a.content=`\n

Commissioner: ${t.data.name}

\n

Commissioner's Phone: ${t.data.phone}

\n

Commissioner's Email: ${t.data.email}

\n `,a}buildDistrictManagers(t){let e={title:"District Managers",content:null};return t&&0!=Object.keys(t.data).length&&t.data.constructor===Object&&"Not found."!==t.data.detail?e.content=`\n

District Manager: ${t.data.manager.name}

\n

Manager Phone: ${t.data.manager.phone}

\n

Deputy Manager: ${t.data.deputy.name}

\n

Deputy Manager Phone: ${t.data.deputy.phone}

\n `:e.content="\n

No data found

\n ",e}buildBusinessLiaison(t){let e={title:"Business Liaison",content:null};return t&&0!=Object.keys(t.data).length&&t.data.constructor===Object&&"Not found."!==t.data.detail?e.content=`\n

Liaison: ${t.data.name}

\n

Liaison Phone: ${t.data.email}

\n `:e.content="\n

No data found

\n ",e}buildInspector(t){let e={title:"Enforcement Inspector",content:null};return t&&0!=Object.keys(t.data).length&&t.data.constructor===Object&&"Not found."!==t.data.detail?e.content=`\n

Inspector: ${t.data.name}

\n

Inspector Phone: ${t.data.phone}

\n `:e.content="\n

No data found

\n ",e}buildNeighborhood(t){let e={title:"Neighborhood",content:null};return t&&0!=Object.keys(t.data).length&&t.data.constructor===Object&&"Not found."!==t.data.detail?e.content=`\n

Neighborhood name: ${t.data.attributes.neighborhood_name}

\n `:e.content="\n

No neighborhood found

\n ",e}buildDWSDBackupProtection(t){let e=["Aviation Sub","Barton-McFarland","Chadsey Condon","Cornerstone Village","East English Village","Morningside","Jefferson Chalmers","Warrendale","Victoria Park","Moross-Morang","Garden View"],a={title:"DWSD Basement Backup Protection Program",content:null};return t&&t.data.attributes.neighborhood_name&&e.includes(t.data.attributes.neighborhood_name)?a.content=`\n

This property qualifies for the DWSD Basement Backup Protection Program.

\n
\n \n `:a.content='\n

This property doesn\'t qualify for the Basement Backup Protection Program. To learn more please visit our page.

\n ',a}buildHRDFlooding(t){let e=["Cornerstone Village","Morningside","Chandler Park","Fox Creek","Riverbend","Morningside","West End ","Midwest","Chadsey\u2010Condon","Claytown","North Corktown","Michigan\u2010 Martin","Aviation Sub","Garden View","Plymouth\u2010I96","Plymouth\u2010Hubell","Paveway","We Care Community","Fiskhorn","Joy-Schaefer","Warrendale","Warren Ave Community","Barton-McFarland"],a={title:"CDBG Disaster Recovery Basement Backup Protection Program",content:null};return t&&t.data.attributes.neighborhood_name&&e.includes(t.data.attributes.neighborhood_name)?a.content='\n

This property qualifies for the CDBG Disaster Recovery Basement Backup Protection Program.

\n
\n \n ':a.content='\n

This property doesn\u2019t qualify for the CDBG Disaster Recovery Basement Backup Protection Program. To learn more please visit our page.

\n ',a}buildHistoricDistrict(t,e){let a={title:"NEZ Homestead Zone",content:null};return 0!=Object.keys(t.data).length&&t.data.constructor===Object&&t.data.features.length>0?a.content=`\n

NAME: ${t.data.features[0].attributes.Name}

\n

DESIGNATED ON: ${e.formatDate(t.data.features[0].attributes.Year_Enacted).format("MMM DD, YYYY")}

\n `:a.content="\n

This property is not in a historic district.

\n ",a}buildNEZ(t){let e={title:"NEZ Homestead Zone",content:null};return 0!=Object.keys(t.data).length&&t.data.constructor===Object&&t.data.features.length>0?e.content=`\n

Name: ${t.data.features[0].attributes.RNNAME}

\n

ID: ${t.data.features[0].attributes.RID}

\n

View Map

\n `:e.content='\n

This property is not on a NEZ Homestead zone.

\n

View Map

\n ',e}buildNRSA(t){let e={title:"Neighborhood Revitalization Strategy Areas (NRSA)",content:null};return 0!=Object.keys(t.data).length&&t.data.constructor===Object&&t.data.features.length>0?e.content=`\n

Name: ${t.data.features[0].attributes.Name}

\n `:e.content="\n

This property is not on a NRSA.

\n ",e}buildNPO(t){let e={title:"Police",content:null};return t&&t.data.features.length?e.content=`\n

PRECINCT

\n

Number: ${t.data.features[0].attributes.precinct}

\n

Address: ${t.data.features[0].attributes.precinct_location}

\n
\n

NEIGHBORHOOD POLICE OFFICER (NPO)

\n

Name: ${t.data.features[0].attributes.police_officer}

\n

Phone: ${t.data.features[0].attributes.phone_number}

\n

Email: ${t.data.features[0].attributes.email}

\n `:e.content="

No police info found

",e}checkRecyclingStatus(t){try{if(t.next_pickups["yard waste"]){let e=null,a=null;return t.details.forEach((t=>{"start-date"==t.type&&"yard waste"==t.service&&(e=null!=t.normalDay?t.normalDay:t.newDay),"end-date"==t.type&&"yard waste"==t.service&&(a=null!=t.normalDay?t.normalDay:t.newDay)})),!!moment(t.next_pickups["yard waste"].next_pickup).isBetween(e,a)}return!1}catch(e){return!1}}buildRecycling(t,e){let a={title:"Trash & Recycling",content:null};if(t&&0!=Object.keys(t.data).length&&t.data.constructor===Object){let r={name:null,url:null,phone:null};"GFL"===t.data.next_pickups.trash.contractor?(r.name="GFL",r.url="http://gflusa.com/residential/detroit/",r.phone="(844) 464-3587"):(r.name="WM",r.url="http://www.advanceddisposal.com/mi/detroit/detroit-residential-collection",r.phone=" (844) 233-8764"),a.content=`\n

Provider: ${r.name} ${r.phone}

\n

Next Trash: ${e.formatDate(t.data.next_pickups.trash.next_pickup)}

\n

Next Recycling: ${e.formatDate(t.data.next_pickups.recycling.next_pickup)}

\n

Next Bulk: ${e.formatDate(t.data.next_pickups.bulk.next_pickup)}

\n ${e.checkRecyclingStatus(t.data)?tempHTML+=`

Next Yard: ${e.formatDate(t.data.next_pickups["yard waste"].next_pickup)}

`:""}\n `}else a.content="

No data found

";return a}buildAssessors(t){let e={title:"Assessor's Data",content:null};if(t&&0!=Object.keys(t.data).length&&t.data.constructor===Object&&"Not found."!==t.data.detail){let a={year:null,value:null,floor:null,buildingClass:null};e.content=`\n

Owner's address: ${t.data.ownerstreetaddr}

\n

Owner's city: ${t.data.ownercity}

\n

Owner's state: ${t.data.ownerstate}

\n

Owner's zip: ${t.data.ownerzip}

\n `,0===t.data.resb_bldgclass?(a.year=t.data.cib_yearbuilt,a.value=t.data.cib_value,a.floor=t.data.cib_yearbuilt,a.buildingClass=t.data.cib_yearbuilt):(a.year=t.data.resb_yearbuilt,a.value=t.data.resb_value,a.floor=t.data.resb_floorarea,a.buildingClass=t.data.resb_bldgclass),e.content+=`\n

Parcel number: ${t.data.pnum}

\n

Year build: ${a.year}

\n

Calculated value: $${a.value.toLocaleString()}

\n

Floor area: ${a.floor.toLocaleString()} SQFT

\n

Building class: ${a.buildingClass}

\n `}else e.content="

No data found

";return e}buildRental(t,e){let a=document.getElementsByTagName("my-home-info"),r=JSON.parse(a[0].getAttribute("data-api-active-datasets")),n={title:"Rental Enforcement Status",content:null};return t&&t.data.features.length||r["rental-cert-data"]&&r["rental-cert-data"].data.features.length?n.content=`\n

Registered: ${t.data.features.length?`${e.formatDate(t.data.features[0].attributes.date_status)}`:"Not registered"}

\n

Certified: ${r["rental-cert-data"].data.features.length?`${e.formatDate(r["rental-cert-data"].data.features[0].attributes.issued_date)}`:"Not certified"}

\n `:n.content="\n

Registered: Not registered

\n

Certified: Not certified

\n ",n}buildFireEscrow(t){let e="";return t&&t.data.features.length?e+='\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow found

\n

\n
\n
':e+='\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow not found

\n
\n
',e}buildBlight(t,e){let a={title:"Blight Tickets",content:null};return t&&t.data.features.length?a.content=`\n

Ticket ID: ${t.attributes.ticket_number}

\n

Fine Amount: $${t.attributes.fine_amount}

\n

Agency name: ${t.attributes.agency_name}

\n

Disposition: ${t.attributes.disposition}

\n

Description: ${t.attributes.violation_description}

\n

Hearing Date: ${e.formatDate(t.attributes.hearing_date)}

\n

Hearing Time: ${t.attributes.hearing_time}

\n `:a.content="

No blight tickets found

",a}buildSchools(t,e){let a={title:"Schools",content:null};return t&&t.data.features.length?t.data.features.forEach((function(t,e){0==e?a.content=`\n

Name: ${t.properties.EntityOfficialName}

\n

EntityActualGrades: ${t.properties.EntityActualGrades}

\n

Type: ${t.properties.EntityTypeName}

\n

Address: ${t.properties.EntityPhysicalStreet}

\n
\n `:a.content+=`\n

Name: ${t.properties.EntityOfficialName}

\n

EntityActualGrades: ${t.properties.EntityActualGrades}

\n

Type: ${t.properties.EntityTypeName}

\n

Address: ${t.properties.EntityPhysicalStreet}

\n
\n `})):a.content="

No schools nearby.

",a}buildPermit(t,e){let a={title:"Building Permits",content:null};return t&&t.data.features.length?a.content=`\n

PERMIT NUMBER: ${t.attributes.record_id}

\n

PERMIT TYPE: ${t.attributes.permit_type}

\n

PERMIT BUILDING TYPE: ${t.attributes.permit_type}

\n

PERMIT STATUS: ${t.attributes.status}

\n

PERMIT ISSUED: ${e.formatDate(t.attributes.issued_date)}

\n

PERMIT DESCRIPTION: ${t.attributes.description_of_work}

\n `:a.content="

No building permits found

",a}buildDemoStatus(t,e){let a=document.getElementsByTagName("my-home-info"),r=JSON.parse(a[0].getAttribute("data-parcel-id")).address.replace(" ","%2520");r=r.replace(",","%252C");let n={title:"Demolition Status",content:null};return t&&t.data.features.length?n.content=`\n

WARNIG!

\n

THIS PROPERTY IS SCHEDULED FOR DEMOLITION

\n ${null==t.data.features[0].attributes.demolish_by_date?"

Date to be determined

":`

${e.formatDate(t.attributes.demolish_by_date)}

`}\n
\n

\n `:n.content=`\n

This property is not on the demolition list

\n
\n

`,n}buildDemosNear(t,e){let a={title:"Demolitions Nearby",content:null};return t&&t.data.features.length?t.data.features.forEach((function(t,r){0==r?a.content=`\n

Address: ${t.properties.address}

\n

Commercial: ${t.properties.commercial_building}

\n

Price: $${parseInt(t.properties.price).toLocaleString()}

\n

Parcel: ${t.properties.parcel_id}

\n

Contractor: ${t.properties.contractor_name}

\n

Council District: ${t.properties.council_district}

\n

Neighborhood: ${t.properties.neighborhood}

\n ${void 0==t.properties.demolish_by_date||null==t.properties.demolish_by_date?"

Expected Date: Date to be determined

":`

Expected Date:${e.formatDate(t.properties.demolish_by_date)}

`}\n
\n `:a.content+=`\n

Address: ${t.properties.address}

\n

Commercial: ${t.properties.commercial_building}

\n

Price: $${parseInt(t.properties.price).toLocaleString()}

\n

Parcel: ${t.properties.parcel_id}

\n

Contractor: ${t.properties.contractor_name}

\n

Council District: ${t.properties.council_district}

\n

Neighborhood: ${t.properties.neighborhood}

\n ${void 0==t.properties.demolish_by_date||null==t.properties.demolish_by_date?"

Expected Date: Date to be determined

":`

Expected Date:${e.formatDate(t.properties.demolish_by_date)}

`}\n
\n `})):a.content="

No demolitions are happening nearby.

",a}buildStabilizationsNear(t,e){let a={title:"Stabilizations Nearby",content:null};return t&&t.data.features.length?t.data.features.forEach((function(t,e){0==e?a.content=`\n

Address: ${t.properties.address}

\n

Parcel: ${t.properties.parcel_id}

\n

Council District: ${t.properties.council_district}

\n

Neighborhood: ${t.properties.neighborhood}

\n

Status: ${t.properties.rehab_status}

\n
\n `:a.content+=`\n

Address: ${t.properties.address}

\n

Parcel: ${t.properties.parcel_id}

\n

Council District: ${t.properties.council_district}

\n

Neighborhood: ${t.properties.neighborhood}

\n

Status: ${t.properties.rehab_status}

\n
\n `})):a.content="

No stabilizations are happening nearby.

",a}buildImproveDet(t,e){let a={title:"Improve Detroit Issues Nearby",content:null};return t&&t.data.features.length?t.data.features.forEach((function(t,r){0==r?a.content=`\n

ID: ${t.properties.id}

\n

Type: ${t.properties.request_type_title}

\n

Status: ${t.properties.status}

\n

Reported on: ${e.formatDate(t.properties.created_at)}

\n
\n `:a.content+=`\n

ID: ${t.properties.id}

\n

Type: ${t.properties.request_type_title}

\n

Status: ${t.properties.status}

\n

Reported on: ${e.formatDate(t.properties.created_at)}

\n
\n `})):a.content="

No active issues nearby.

",a}selectDataBlockType(t,e){switch(e.id){case"council-members":try{return t.buildCouncil(e)}catch(a){return""}break;case"bop-members":try{return t.buildBOP(e)}catch(a){return""}break;case"district-managers":try{return t.buildDistrictManagers(e)}catch(a){return""}break;case"business-liaison":try{return t.buildBusinessLiaison(e)}catch(a){return""}break;case"district-inspectors":try{return t.buildInspector(e)}catch(a){return""}break;case"neighborhood":try{return t.buildNeighborhood(e)}catch(a){return""}break;case"nez":try{return t.buildNEZ(e)}catch(a){return""}break;case"nrsa":try{return t.buildNRSA(e)}catch(a){return""}break;case"assessors-data":try{return t.buildAssessors(e)}catch(a){return""}break;case"permit-data":try{return t.buildPermit(e,t)}catch(a){return""}break;case"rental-data":try{return t.buildRental(e,t)}catch(a){return""}break;case"blight-data":try{return t.buildBlight(e,t)}catch(a){return""}break;case"demos-data":try{return t.buildDemosNear(e,t)}catch(a){return""}break;case"stabilization-data":try{return t.buildStabilizationsNear(e,t)}catch(a){return""}break;case"demo-status":try{return t.buildDemoStatus(e)}catch(a){return""}break;case"npo":try{return t.buildNPO(e)}catch(a){return""}break;case"improve-det":try{return t.buildImproveDet(e,t)}catch(a){return""}break;case"schools":try{return t.buildSchools(e,t)}catch(a){return""}break;case"recycling":try{return t.buildRecycling(e,t)}catch(a){return""}break;case"historicDistrict":try{return t.buildHistoricDistrict(e)}catch(a){return""}break;case"fireEscrow":try{return t.buildFireEscrow(e)}catch(a){return""}break;case"DWSDBackupProtection":try{return t.buildDWSDBackupProtection(e)}catch(a){return""}break;case"HRDFlooding":try{return t.buildHRDFlooding(e)}catch(a){return""}break;default:return""}}setDatasetPagination(t,e){if(t.hasAttribute("data-pagination")){let a=JSON.parse(t.getAttribute("data-pagination"));if(a[e.id]){let t={start:a[e.id].start};return e.data.features.length<=a[e.id].end+3?(t.end=e.data.features.length,t.more=!1):(t.end=a[e.id].end+3,t.more=!0),t}{let t={start:0,end:3,more:!0};return e.data.features?e.data.features.length<=3&&(t.end=e.data.features.length,t.more=!1):(t.start=null,t.more=!1),t}}{let t={start:0,end:3,more:!0};return e.data.features?e.data.features.length<=3&&(t.end=e.data.features.length,t.more=!1):(t.start=null,t.more=!1),t}}printInfo(t){let e=t.buildDataSection(t),a=window.open("","","height=500, width=500");a.document.write(""),a.document.write(""),a.document.write(""),a.document.write(e.children[1].innerHTML),a.document.write(""),a.document.close(),a.print()}buildDataBlock(t,e){const a=document.getElementsByTagName("my-home-info"),r=a[0].getAttribute("data-map-available"),n=document.createElement("article");n.className="data-block";let i=t.setDatasetPagination(t,e),s=JSON.parse(JSON.stringify(e));null!==i.start&&(s.data.features=e.data.features.slice(i.start,i.end));let o=t.selectDataBlockType(t,s);if(void 0==o||null==o.content)return null;{const s=document.createElement("p");s.className="data-block-title";const l=document.createElement("article");if(l.className="data-block-content",l.innerHTML=o.content,"true"==r){const t=document.createElement("span");t.innerText=o.title;const r=document.createElement("cod-button");r.setAttribute("data-map-active-data",e.id),r.setAttribute("data-label","View Map"),r.setAttribute("data-size","xsmall"),r.setAttribute("data-icon",""),r.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-02/map.png"),r.setAttribute("data-img-alt","map"),r.setAttribute("data-shape",""),r.setAttribute("data-hover",!1),r.setAttribute("data-extra-classes","fw-bold"),r.setAttribute("data-background-color","light"),r.setAttribute("data-primary",!0),r.addEventListener("click",(t=>{t.target.getAttribute("data-map-active-data")&&(a[0].setAttribute("data-map-active-data",t.target.getAttribute("data-map-active-data")),a[0].setAttribute("data-app-state","map"))})),s.appendChild(t),s.appendChild(r)}else s.innerText=o.title;if(n.appendChild(s),n.appendChild(l),i.more){let a=document.createElement("cod-button");a.setAttribute("data-pagination-id",e.id),a.setAttribute("data-pagination",JSON.stringify(i)),a.setAttribute("data-label","Load More +"),a.setAttribute("data-size","xsmall"),a.setAttribute("data-icon",""),a.setAttribute("data-img",""),a.setAttribute("data-img-alt",""),a.setAttribute("data-shape",""),a.setAttribute("data-hover",!1),a.setAttribute("data-extra-classes","fw-bold"),a.setAttribute("data-background-color","primary"),a.setAttribute("data-primary",!1),a.addEventListener("click",(e=>{if(e.target.getAttribute("data-pagination")){let a=document.createElement("cod-spinner");a.setAttribute("data-type","border"),a.setAttribute("data-background-color","primary"),a.setAttribute("data-size","sm");let r=t.getAttribute("data-pagination");r=null===r?{}:JSON.parse(r),r[`${e.target.getAttribute("data-pagination-id")}`]=JSON.parse(e.target.getAttribute("data-pagination")),t.setAttribute("data-pagination",JSON.stringify(r)),e.target.parentElement.appendChild(a),e.target.remove()}})),l.appendChild(a)}return n}}buildDataSection(t){const e=document.getElementsByTagName("my-home-info"),a=e[0].getAttribute("data-app-mode"),r=document.createElement("section");if(r.id="data-results","my-home-info"==a){const t=document.createElement("p");t.className="data-title",t.innerText=e[0].getAttribute("data-active-section").toUpperCase(),r.appendChild(t)}const n=document.createElement("div");n.id="data-blocks",r.appendChild(n);const i=JSON.parse(e[0].getAttribute("data-api-active-datasets"));for(const s in i)Object.hasOwnProperty.call(i,s)&&null!=t.buildDataBlock(t,i[s])&&n.appendChild(t.buildDataBlock(t,i[s]));return r}loadDisplay(t){const e=t.shadowRoot,a=document.createElement("section"),r=document.createElement("app-geocoder"),n=document.createElement("app-nav-tools"),i=document.getElementsByTagName("my-home-info");switch(n.printInfo=t.printInfo,a.id="display-wrapper",this.getAttribute("data-display-type")){case"welcome":e.appendChild(t.welcomeStyle);const s=document.createElement("div");s.id="welcome-img-wrapper",s.appendChild(this.neighborhoodImage),a.appendChild(s);const o=document.createElement("article");a.appendChild(o);const l=document.createElement("p");l.setAttribute("aria-label","title"),l.innerText="It\u2019s all here. All in one place.",l.className="display-title",o.appendChild(l);const d=document.createElement("p");d.innerText="Enter your home address to find out your city councilmember and neighborhood district manager, along with local information about trash/recycling, your neighborhood police officer, city issues reported in your neighborhood, and more.",o.appendChild(d),o.appendChild(r),e.appendChild(a);break;case"active":e.appendChild(t.welcomeStyle),a.appendChild(r),e.appendChild(a);break;case"loading":const c=document.createElement("cod-loader");c.setAttribute("data-color","color-3"),a.appendChild(c),e.appendChild(a);break;case"results":let u=JSON.parse(i[0].getAttribute("data-parcel-id"));e.appendChild(t.resultsStyle);let p=document.createElement("section");p.className="results-container",p.appendChild(n);let m=document.createElement("article");m.className="dataset-results";let g=document.createElement("article");g.className="result-address",g.innerText=u.address,m.appendChild(g);let b=t.buildDataSection(t);m.appendChild(b),p.appendChild(m),a.appendChild(p),e.appendChild(a);break;case"error":let h=document.createElement("section");e.appendChild(t.resultsStyle),h.className="results-container",h.appendChild(n);let f=document.createElement("article");f.className="error-result",f.innerHTML='\n \n \n \n \n \n \n \n \n \n \n

No Information found on this address. Please close and try again.

\n ',h.appendChild(f),a.appendChild(h),e.appendChild(a);break;case"print":let y=JSON.parse(i[0].getAttribute("data-parcel-id"));e.appendChild(t.resultsStyle);let _=document.createElement("section");_.className="results-container",_.appendChild(n);let v=document.createElement("article");v.className="dataset-results";let A=document.createElement("article");A.className="result-address",A.innerText=y.address,v.appendChild(A);let S=t.buildDataSection(t);v.appendChild(S),_.appendChild(v),a.appendChild(_),e.appendChild(a),t.printInfo(t)}}}const s=a(530),o=a(7055);class l extends HTMLElement{static get observedAttributes(){return["data-loader-state","data-parcel-id"]}constructor(){super();const t=this.attachShadow({mode:"open"}),e=document.createElement("section");e.id="loader-wrapper",t.appendChild(e)}attributeChangedCallback(t,e,a){this.shadowRoot;if("data-loader-state"===t)this.clearLoader(this),this.loadLoader(this)}getDataSets(t){const e=document.getElementsByTagName("my-home-info"),a=e[0].getAttribute("data-active-sets").split(","),r=JSON.parse(e[0].getAttribute("data-parcel-id"));let n=[],i=new Promise(((t,e)=>{if("CONDO BUILDING"!=r.attributes.parcel_id){let e="https://apis.detroitmi.gov/assessments/parcel/"+r.attributes.parcel_id+"/";return fetch(e).then((t=>t.json())).then((function(e){t({id:"assessors-data",data:e})})).catch((t=>{}))}t({id:"assessors-data",data:null})})),l=new Promise(((t,e)=>{t({id:"neighborhood",data:r})})),d=new Promise(((t,e)=>t({id:"council",data:r}))),c=new Promise(((t,e)=>fetch("/rest/bop?_format=json").then((t=>t.json())).then((function(e){t({id:"bop-members",data:e})})).catch((t=>{})))),u=new Promise(((t,e)=>fetch("/rest/district-managers?_format=json").then((t=>t.json())).then((function(e){t({id:"district-managers",data:e})})).catch((t=>{})))),p=new Promise(((t,e)=>fetch("/rest/district-inspectors?_format=json").then((t=>t.json())).then((function(e){t({id:"district-inspectors",data:e})})).catch((t=>{})))),m=new Promise(((t,e)=>fetch("/rest/council-members?_format=json").then((t=>t.json())).then((function(e){t({id:"council-members",data:e})})).catch((t=>{})))),g=(new Promise(((t,e)=>{t({id:"DWSDBackupProtection",data:r})})),new Promise(((t,e)=>{t({id:"HRDFlooding",data:r})}))),b=new Promise(((t,e)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/NRSA_2020/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"nrsa",data:e})})).catch((t=>{}))})),h=new Promise(((t,e)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/NEZHOMESTEAD2021/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"nez",data:e})})).catch((t=>{}))})),f=new Promise(((t,e)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/BuildingPermits/FeatureServer/0/query?where=parcel_id+%3D+%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=3&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"permit-data",data:e})})).catch((t=>{}))})),y=new Promise(((t,e)=>{let a;return a="CONDO BUILDING"!=r.attributes.parcel_id?`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=parcel_id+%3D+%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`:`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C+${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`,fetch(a).then((t=>t.json())).then((function(e){t({id:"rental-data",data:e})})).catch((t=>{}))})),_=new Promise(((t,e)=>{let a;return a="CONDO BUILDING"!=r.attributes.parcel_id?`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=parcel_id%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`:`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C+${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`,fetch(a).then((t=>t.json())).then((function(e){t({id:"rental-cert-data",data:e})})).catch((t=>{}))})),v=new Promise(((t,e)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Blight_Violations_(DAH)/FeatureServer/0/query?where=parcelno%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=violation_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"blight-data",data:e})})).catch((t=>{}))})),A=new Promise(((t,e)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Property_Sales/FeatureServer/0/query?where=PARCEL_NO%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=SALE_DATE&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"sales-data",data:e})})).catch((t=>{}))})),S=new Promise(((e,a)=>{let n=s.point([r.location.x,r.location.y]),i=s.buffer(n,2,{units:"miles"}),l=s.simplify(i.geometry,{tolerance:.005,highQuality:!1}),d=o.convert(l),c=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(d))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;return fetch(c).then((t=>t.json())).then((function(a){a.features.sort(t.sortFeaturesByDistanceTo(n)),e({id:"demos-data",data:a})})).catch((t=>{}))})),C=new Promise(((e,a)=>{let n=s.point([r.location.x,r.location.y]),i=s.buffer(n,2,{units:"miles"}),l=s.simplify(i.geometry,{tolerance:.005,highQuality:!1}),d=o.convert(l),c=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Contracted_Stabilizations/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(d))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;return fetch(c).then((t=>t.json())).then((function(a){a.features.sort(t.sortFeaturesByDistanceTo(n)),e({id:"stabilization-data",data:a})})).catch((t=>{}))})),k=new Promise(((t,e)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=parcel_id+%3D+%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=demolish_by_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"demo-status",data:e})})).catch((t=>{}))})),D=new Promise(((e,a)=>{let n=s.point([r.location.x,r.location.y]),i=s.buffer(n,2,{units:"miles"}),l=s.simplify(i.geometry,{tolerance:.005,highQuality:!1}),d=o.convert(l),c=`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/2018_2019_Schools_(EEM)/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(d))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;return fetch(c).then((t=>t.json())).then((function(a){a.features.sort(t.sortFeaturesByDistanceTo(n)),e({id:"schools",data:a})})).catch((t=>{}))})),E=new Promise(((t,e)=>{let a=`https://opengis.detroitmi.gov/opengis/rest/services/PublicSafety/NeighborhoodPoliceOfficers/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=1&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"npo",data:e})})).catch((t=>{}))})),w=new Promise(((t,e)=>{let a=s.point([r.location.x,r.location.y]),n=s.buffer(a,300,{units:"meters"}),i=s.simplify(n.geometry,{tolerance:.005,highQuality:!1}),l=o.convert(i),d=`https://opengis.detroitmi.gov/opengis/rest/services/DoIT/ImproveDetroitIssues/FeatureServer/0/query?where=status+%3C%3E+%27Closed%27+and+status+%3C%3E+%27Archived%27&objectIds=&time=&geometry=${encodeURI(JSON.stringify(l))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;return fetch(d).then((t=>t.json())).then((function(e){t({id:"improve-det",data:e})})).catch((t=>{}))})),O=new Promise(((t,e)=>{let a="https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/WasteCollectionAreas/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry="+r.location.x+"%2C+"+r.location.y+"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json";fetch(a).then((t=>t.json())).then((function(e){let a=new Date,r=a.getMonth()+1,n=a.getFullYear(),i=`https://apis.detroitmi.gov/waste_schedule/details/${e.features[0].attributes.FID}/year/${n}/month/${r}/`;return fetch(i).then((t=>t.json())).then((function(e){t({id:"recycling",data:e})}))})).catch((t=>{}))})),R=new Promise(((t,e)=>{let a="https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/Detroit_Local_Historic_Districts/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry="+r.location.x+"%2C+"+r.location.y+"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json";fetch(a).then((t=>t.json())).then((function(e){t({id:"historicDistrict",data:e})})).catch((t=>{}))})),x=new Promise(((t,e)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/fie_properties_final/FeatureServer/0/query?where=parcel_id%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnHiddenFields=false&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((t=>t.json())).then((function(e){t({id:"fireEscrow",data:e})})).catch((t=>{}))}));return a.forEach((t=>{switch(t){case"council":n.push(d);break;case"neighborhood":n.push(l);break;case"assessors-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&("CONDO BUILDING"==r.attributes.parcel_id||n.push(i));break;case"permit-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(f);break;case"blight-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(v);break;case"salesHistoryData":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(A);break;case"fireEscrow":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(x);break;case"nez":n.push(h);break;case"nrsa":n.push(b);break;case"npo":n.push(E);break;case"improve-det":n.push(w);break;case"recycling":n.push(O);break;case"rental-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(y);break;case"rental-cert":n.push(_);break;case"demo-status":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(k);break;case"demos-data":n.push(S);break;case"stabilization-data":n.push(C);break;case"schools":n.push(D);break;case"historicDistrict":n.push(R);break;case"district-managers":n.push(u);break;case"district-inspectors":n.push(p);break;case"council-members":n.push(m);break;case"bop-members":n.push(c);break;case"HRDFlooding":console.log("pushing HRDFlooding"),n.push(g)}})),n}buildCouncilData(t){let e={council:{district:`District ${t.council.data.attributes.council_district}`,districtURL:null,name:null,url:null,phone:null},bop:{district:`District ${t.council.data.attributes.council_district}`,url:null,name:null,url:null,phone:null,email:null},dmanager:{name:null,url:`/departments/department-of-neighborhoods/district-${t.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,phone:null},ddmanager:{name:null,url:`/departments/department-of-neighborhoods/district-${t.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,phone:null},bliaision:{name:null,email:null},enforcement:{name:null,phone:null}};switch(t.council.data.attributes.council_district.toString()){case"1":e.council.districtURL="/taxonomy/term/1276",t["council-members"].data.forEach((t=>{"1276"==t.tid&&(e.council.name=t.field_organization_head_name,e.council.url="/taxonomy/term/1276",e.council.phone=t.field_phone)})),t["bop-members"].data.forEach((t=>{if(t.field_responsibilities.includes("District 1")){e.bop.name=t.title,e.bop.url="/taxonomy/term/4331";let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.bop.phone=`${t.field_telephone}`,e.bop.email=t.field_email_address}})),t["district-managers"].data.forEach((t=>{t.field_contact_position.includes("District 1 Manager")&&(e.dmanager.name=t.title,e.dmanager.phone=t.field_telephone),t.field_contact_position.includes("District 1 Deputy Manager")&&(e.ddmanager.name=t.title,e.ddmanager.phone=t.field_telephone),t.field_contact_position.includes("District 1 Business Liaison")&&(e.bliaision.name=t.title,e.bliaision.email=t.field_email_address)})),t["district-inspectors"].data.forEach((t=>{t.field_responsibilities.includes("District 1")&&(e.enforcement.name=t.title,e.enforcement.phone=t.field_telephone)}));break;case"2":e.council.districtURL="/taxonomy/term/1476",t["council-members"].data.forEach((t=>{"1476"==t.tid&&(e.council.name=t.field_organization_head_name,e.council.url="/taxonomy/term/1476",e.council.phone=t.field_phone)})),t["bop-members"].data.forEach((t=>{if(t.field_responsibilities.includes("District 2")){e.bop.name=t.title,e.bop.url="/taxonomy/term/4336";let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.bop.phone=`${t.field_telephone}`,e.bop.email=t.field_email_address}})),t["district-managers"].data.forEach((t=>{t.field_contact_position.includes("District 2 Manager")&&(e.dmanager.name=t.title,e.dmanager.phone=t.field_telephone),t.field_contact_position.includes("District 2 Deputy Manager")&&(e.ddmanager.name=t.title,e.ddmanager.phone=t.field_telephone),t.field_contact_position.includes("District 2 Business Liaison")&&(e.bliaision.name=t.title,e.bliaision.email=t.field_email_address)})),t["district-inspectors"].data.forEach((t=>{t.field_responsibilities.includes("District 2")&&(e.enforcement.name=t.title,e.enforcement.phone=t.field_telephone)}));break;case"3":e.council.districtURL="/taxonomy/term/1481",t["council-members"].data.forEach((t=>{"1481"==t.tid&&(e.council.name=t.field_organization_head_name,e.council.url="/taxonomy/term/1481",e.council.phone=t.field_phone)})),t["bop-members"].data.forEach((t=>{if(t.field_responsibilities.includes("District 3")){e.bop.name=t.title,e.bop.url="/taxonomy/term/4341";let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.bop.phone=`${t.field_telephone}`,e.bop.email=t.field_email_address}})),t["district-managers"].data.forEach((t=>{t.field_contact_position.includes("District 3 Manager")&&(e.dmanager.name=t.title,e.dmanager.phone=t.field_telephone),t.field_contact_position.includes("District 3 Deputy Manager")&&(e.ddmanager.name=t.title,e.ddmanager.phone=t.field_telephone),t.field_contact_position.includes("District 3 Business Liaison")&&(e.bliaision.name=t.title,e.bliaision.email=t.field_email_address)})),t["district-inspectors"].data.forEach((t=>{t.field_responsibilities.includes("District 3")&&(e.enforcement.name=t.title,e.enforcement.phone=t.field_telephone)}));break;case"4":e.council.districtURL="/taxonomy/term/1486",t["council-members"].data.forEach((t=>{"1486"==t.tid&&(e.council.name=t.field_organization_head_name,e.council.url="/taxonomy/term/1486",e.council.phone=t.field_phone)})),t["bop-members"].data.forEach((t=>{if(t.field_responsibilities.includes("District 4")){e.bop.name=t.title,e.bop.url="/taxonomy/term/4346";let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.bop.phone=`${t.field_telephone}`,e.bop.email=t.field_email_address}})),t["district-managers"].data.forEach((t=>{t.field_contact_position.includes("District 4 Manager")&&(e.dmanager.name=t.title,e.dmanager.phone=t.field_telephone),t.field_contact_position.includes("District 4 Deputy Manager")&&(e.ddmanager.name=t.title,e.ddmanager.phone=t.field_telephone),t.field_contact_position.includes("District 4 Business Liaison")&&(e.bliaision.name=t.title,e.bliaision.email=t.field_email_address)})),t["district-inspectors"].data.forEach((t=>{t.field_responsibilities.includes("District 4")&&(e.enforcement.name=t.title,e.enforcement.phone=t.field_telephone)}));break;case"5":e.council.districtURL="/taxonomy/term/1346",t["council-members"].data.forEach((t=>{"1346"==t.tid&&(e.council.name=t.field_organization_head_name,e.council.url="/taxonomy/term/1346",e.council.phone=t.field_phone)})),t["bop-members"].data.forEach((t=>{if(t.field_responsibilities.includes("District 5")){e.bop.name=t.title,e.bop.url="/taxonomy/term/4351";let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.bop.phone=`${t.field_telephone}`,e.bop.email=t.field_email_address}})),t["district-managers"].data.forEach((t=>{t.field_contact_position.includes("District 5 Manager")&&(e.dmanager.name=t.title,e.dmanager.phone=t.field_telephone),t.field_contact_position.includes("District 5 Deputy Manager")&&(e.ddmanager.name=t.title,e.ddmanager.phone=t.field_telephone),t.field_contact_position.includes("District 5 Business Liaison")&&(e.bliaision.name=t.title,e.bliaision.email=t.field_email_address)})),t["district-inspectors"].data.forEach((t=>{t.field_responsibilities.includes("District 5")&&(e.enforcement.name=t.title,e.enforcement.phone=t.field_telephone)}));break;case"6":e.council.districtURL="/taxonomy/term/1491",t["council-members"].data.forEach((t=>{if("1491"==t.tid){let a=t.field_phone.replace("Office: ","");a=a.replace(/ /g,"-"),a=a.replace(/[()]/g,""),e.council.name=t.field_organization_head_name,e.council.url="/taxonomy/term/1491",e.council.phone=`${t.field_phone}`}})),t["bop-members"].data.forEach((t=>{if(t.field_responsibilities.includes("District 6")){e.bop.name=t.title,e.bop.url="/taxonomy/term/4321";let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.bop.phone=`${t.field_telephone}`,e.bop.email=t.field_email_address}})),t["district-managers"].data.forEach((t=>{if(t.field_contact_position.includes("District 6 Manager")){let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.dmanager.name=t.title,e.dmanager.phone=`${t.field_telephone}`}if(t.field_contact_position.includes("District 6 Deputy Manager")){let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.ddmanager.name=t.title,e.ddmanager.phone=`${t.field_telephone}`}t.field_contact_position.includes("District 6 Business Liaison")&&(e.bliaision.name=t.title,e.bliaision.email=t.field_email_address)})),t["district-inspectors"].data.forEach((t=>{if(t.field_responsibilities.includes("District 6")){let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.enforcement.name=t.title,e.enforcement.phone=`${t.field_telephone}`}}));break;case"7":e.council.districtURL="/taxonomy/term/1511",t["council-members"].data.forEach((t=>{"1511"==t.tid&&(e.council.name=t.field_organization_head_name,e.council.url="/taxonomy/term/1511",e.council.phone=t.field_phone)})),t["bop-members"].data.forEach((t=>{if(t.field_responsibilities.includes("District 7")){e.bop.name=t.title,e.bop.url="/taxonomy/term/4356";let a=t.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),e.bop.phone=`${t.field_telephone}`,e.bop.email=t.field_email_address}})),t["district-managers"].data.forEach((t=>{t.field_contact_position.includes("District 7 Manager")&&(e.dmanager.name=t.title,e.dmanager.phone=t.field_telephone),t.field_contact_position.includes("District 7 Deputy Manager")&&(e.ddmanager.name=t.title,e.ddmanager.phone=t.field_telephone),t.field_contact_position.includes("District 7 Business Liaison")&&(e.bliaision.name=t.title,e.bliaision.email=t.field_email_address)})),t["district-inspectors"].data.forEach((t=>{t.field_responsibilities.includes("District 7")&&(e.enforcement.name=t.title,e.enforcement.phone=t.field_telephone)}))}return e}sortFeaturesByDistanceTo(t){return function(e,a){var r={units:"radians"};return s.distance(t,e,r)-s.distance(t,a,r)}}getData(t){const e=document.getElementsByTagName("my-home-info"),a=e[0].getAttribute("data-active-sets").split(","),r=(JSON.parse(e[0].getAttribute("data-parcel-id")),JSON.parse(e[0].getAttribute("data-api-stored-datasets")));let n=!1;for(let i in r)a.includes(i)&&(n=!0);if(n){let t={};a.forEach((e=>{t[e]=r[e]})),e[0].setAttribute("data-api-active-datasets",JSON.stringify(t)),e[0].setAttribute("data-app-state","results")}else{let r=t.getDataSets(t);Promise.all(r).then((r=>{console.log(r);let n={};for(let t in r)null!=r[t]?n[r[t].id]=r[t]:initialLoadChecker=!1;if(a.includes("council")){let e=t.buildCouncilData(n);n["council-members"]={id:"council-members",data:e.council},n["bop-members"]={id:"bop-members",data:e.bop};let a={manager:e.dmanager,deputy:e.ddmanager};n["district-managers"]={id:"district-managers",data:a},n["business-liaison"]={id:"business-liaison",data:e.bliaision},n["district-inspectors"]={id:"district-inspectors",data:e.enforcement}}if(a.includes("DWSDBackupProtection"))try{n.DWSDBackupProtection||(n.DWSDBackupProtection={id:"DWSDBackupProtection",data:n.neighborhood.data})}catch(i){}e[0].setAttribute("data-api-active-datasets",JSON.stringify(n)),e[0].setAttribute("data-app-state","results")})).catch((t=>{}))}}clearLoader(t){const e=t.shadowRoot;for(;e.firstChild;)e.removeChild(e.firstChild)}loadLoader(t){const e=t.shadowRoot,a=document.createElement("section");switch(a.id="loader-wrapper",t.getAttribute("data-loader-state")){case"active":t.getData(t);const r=document.createElement("p");r.innerText="Loading DATA",a.appendChild(r),e.appendChild(a);break;case"finished":const n=document.createElement("p");n.innerText="Data loaded",a.appendChild(n),e.appendChild(a)}}}customElements.define("app-display",i),customElements.define("app-data-loader",l);class d extends HTMLElement{static get observedAttributes(){return["data-app-state","data-parcel-id","data-map-state"]}constructor(){super();const t=this.attachShadow({mode:"open"});let e=document.getElementsByTagName("my-home-info")[0].getAttribute("data-app-state");const a=document.createElement("section");a.id="app-wrapper";const r=document.createElement("app-display");"active-screen"==e?r.setAttribute("data-display-type","active"):r.setAttribute("data-display-type","welcome"),a.appendChild(r),t.appendChild(a)}attributeChangedCallback(t,e,a){this.shadowRoot;const r=document.getElementsByTagName("my-home-info")[0].getAttribute("data-app-mode");switch(t){case"data-app-state":null!=e&&(this.clearApp(this),this.loadApp(this));break;case"data-parcel-id":"none"!=a?this.setAttribute("data-app-state","loading-screen"):"my-home-info"==r&&this.setAttribute("data-app-state","welcome-screen");break;case"data-map-state":break;default:console.log("not catched")}}clearApp(t){const e=t.shadowRoot;for(;e.firstChild;)e.removeChild(e.firstChild)}loadApp(t){const e=t.shadowRoot,a=document.createElement("div");a.id="app-wrapper";const r=document.createElement("app-display"),n=document.createElement("app-data-loader");switch(t.getAttribute("data-app-state")){case"welcome-screen":r.setAttribute("data-display-type","welcome"),a.appendChild(r);break;case"active-screen":r.setAttribute("data-display-type","active"),a.appendChild(r);break;case"loading-screen":r.setAttribute("data-display-type","loading"),n.setAttribute("data-loader-state","active"),a.appendChild(r);break;case"results":r.setAttribute("data-display-type","results"),a.appendChild(r);break;case"map":const t=document.createElement("cod-map");t.id="cod-map";let e=JSON.parse(this.getAttribute("data-api-active-datasets")),i=this.getAttribute("data-map-active-data");t.setAttribute("data-parent-component","my-home-info"),t.setAttribute("data-map-mode","my-home-info"),t.setAttribute("data-map-active-data",this.getAttribute("data-map-active-data")),t.setAttribute("data-map-data",JSON.stringify(e[i])),t.setAttribute("data-location",this.getAttribute("data-parcel-id")),t.setAttribute("data-map-state","init"),a.appendChild(t);break;case"error":r.setAttribute("data-display-type","error"),a.appendChild(r);break;case"print":r.setAttribute("data-display-type","print"),a.appendChild(r)}null==e.firstChild&&e.appendChild(a)}}var c=a(2181),u=a(9766),p=a(6869);customElements.define("my-home-info",d),c.S1({dsn:"https://536fad340d72a07ee08fe3df749b982e@o4505717305704448.ingest.sentry.io/4505720878792704",release:"local-services-lookup@2.0.9",integrations:[new u.gE,new p.U],tracesSampleRate:1,tracePropagationTargets:["localhost",/^https:\/\/detroitmi\.gov/],replaysSessionSampleRate:.1,replaysOnErrorSampleRate:1})}},t=>{t.O(0,[315,152,47,600,489],(()=>{return e=2789,t(t.s=e);var e}));t.O()}]); +!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t=(new Error).stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="adee9e3c-60c7-493f-9457-39d80f670862",e._sentryDebugIdIdentifier="sentry-dbid-adee9e3c-60c7-493f-9457-39d80f670862")}catch(e){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"76503864802ce9c9b190bc17b1ae9b04fddb1bd5"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[179],{2789:(e,t,a)=>{class r extends HTMLElement{static get observedAttributes(){return["form","parcelStatus","user"]}constructor(){super(),this.form=null,this.parcelStatus="Invalid",this.user=null,this.styles=document.createElement("style"),this.styles.textContent="\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #geocoder {width: 100%}\n input {width: calc(100% - 2em); padding: 1em; border:.1em solid #e6e6e6; font-size: 1em;}\n ";const e=this.attachShadow({mode:"open"});e.appendChild(this.styles);const t=document.createElement("article");t.id="geocoder";let a=document.createElement("form"),r=document.createElement("label");r.style.fontFamily="Montserrat, sans-serif",r.style.fontWeight="bold";let n=document.createElement("input"),i=(document.createElement("ul"),document.createElement("datalist")),s=document.createElement("i");a.addEventListener("submit",(e=>{this.submit(e,this)})),s.className="fas fa-map-marker-alt";const o=document.getElementsByTagName("my-home-info");r.innerText="Property Address:";try{o[0].getAttribute("data-geocoder-label")&&""!=o[0].getAttribute("data-geocoder-label")&&(r.innerText=o[0].getAttribute("data-geocoder-label"))}catch(l){}r.setAttribute("for","geocoder-input"),n.type="text",n.setAttribute("list","addresses-list"),n.placeholder="Enter address",n.setAttribute("id","geocoder-input"),n.setAttribute("autocomplete","off"),n.addEventListener("keyup",(e=>{this.inputChange(e,this)})),i.setAttribute("id","addresses-list"),a.appendChild(r),a.appendChild(n),a.appendChild(s),a.appendChild(i),this.form=a,t.appendChild(a),e.appendChild(t)}supplementGeocoder(e,t,a){const r=document.getElementsByTagName("my-home-info");let n=e.split(",");n=n[0],n=n.split(" ");let i="",s=n.length;n.forEach((function(e,t){i+=e,te.json())).then((function(n){if("suggestions"===a)n.candidates.forEach((e=>{let a=document.createElement("option");""===e.attributes.parcel_id?(a.value=e.address,a.setAttribute("data-parsel","no-parcel")):(a.value=`${e.address} RECOMMENDED`,a.setAttribute("data-parsel",e.attributes.parcel_id)),a.onclick=e=>{t.selectSuggestion(e,t)},t.form.childNodes[3].appendChild(a)}));else if(n.candidates.length){let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/City_of_Detroit_Boundary/FeatureServer/0/query?where=&objectIds=&time=&geometry=${n.candidates[0].location.x}%2C+${n.candidates[0].location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=4326&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=geojson&token=`;try{fetch(a).then((e=>e.json())).then((function(a){if(a.features.length){let a,i=null;n.candidates.forEach((e=>{""!==e.attributes.parcel_id&&t.checkParcelValid(e.attributes.parcel_id)&&(i=e)})),a=null==i?n.candidates[0].location:null,null===i?(t.parcelStatus="Invalid",t.needGeocode(e,t,a),t.clearSuggestions(t),r[0].setAttribute("data-parcel-id",JSON.stringify(n.candidates[0]))):(t.parcelStatus="Valid",t.needGeocode(e,t,a),t.clearSuggestions(t),r[0].setAttribute("data-parcel-id",JSON.stringify(i)))}else t.parcelStatus="Invalid",t.needGeocode(e,t,location),t.clearSuggestions(t),r[0].setAttribute("data-app-state","error")}))}catch(i){t.parcelStatus="Invalid",t.needGeocode(e,t,location),t.clearSuggestions(t),r[0].setAttribute("data-app-state","error")}}else t.parcelStatus="Invalid",t.needGeocode(e,t,location),t.clearSuggestions(t),r[0].setAttribute("data-app-state","error")}))}catch(l){t.parcelStatus="Invalid",t.needGeocode(e,t,location),t.clearSuggestions(t),r[0].setAttribute("data-app-state","error")}}selectSuggestion(e,t){let a=null;a="SPAN"===e.target.tagName?e.target.parentNode:e.target,"no-parcel"===a.attributes[0].value?(t.clearSuggestions(t),t.supplementGeocoder(a.innerText,t,"submit")):t.supplementGeocoder(a.innerText,t,"submit")}inputChange(e,t){switch(e.key){case"Enter":""!=e.target.value&&void 0!=e.target.value&&t.supplementGeocoder(e.target.value,t,"submit");break;case"ArrowDown":case"ArrowUp":case"ArrowRight":case"ArrowLeft":break;case void 0:""!=e.target.value&&void 0!=e.target.value&&t.supplementGeocoder(e.target.value,t,"submit");break;default:t.clearSuggestions(t),t.supplementGeocoder(e.target.value,t,"suggestions")}}clearSuggestions(e){for(;e.form.childNodes[3].firstChild;)e.form.childNodes[3].removeChild(e.form.childNodes[3].firstChild)}needGeocode(e,t,a){fetch("https://us-central1-local-services-loopkup.cloudfunctions.net/getToken").then((e=>e.json())).then((function(r){let n=e.split(" RECOMMENDED")[0],i=[{attributes:{valid_parcel_status:t.parcelStatus,user_input:n},geometry:{x:0,y:0}}];null!=a&&(i[0].geometry.x=a.x,i[0].geometry.y=a.y);let s=new Request(`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/addressvalidator/FeatureServer/0/addFeatures?token=${r.access_token}&features=${encodeURIComponent(JSON.stringify(i))}&f=json`,{method:"POST",body:"",headers:new Headers,mode:"cors",cache:"default"});fetch(s).then((e=>{}))}))}checkParcelValid(e){return/\d/.test(e)}submit(e,t){e.preventDefault(),t.supplementGeocoder(e.target[0].value,t,"submit")}}class n extends HTMLElement{constructor(){super();this.attachShadow({mode:"open"});this.navToolsStyle=document.createElement("style"),this.navToolsStyle.textContent="\n #nav-tools-wrapper { display: flex; flex-direction: column;}\n button.clear { font-size: 1.25em; width: 2.5em; height: 2.5em; background-color: #FEB70D; cursor: pointer; border: none; }\n button.nav { width: 3.75em; height: 3.75em; border: none; cursor: pointer;background: #fff; }\n button.nav:hover { background-color: #e6e6e6; transition: all 500ms cubic-bezier(.64,.09,.08,1); }\n button.nav.active { background-color: #9fd5b3; }\n button.nav img { width: 100%; }\n ",this.loadNavTools(this)}clearDisplay(e){const t=e.shadowRoot;for(;t.firstChild;)t.removeChild(t.firstChild)}loadNavTools(e){const t=document.getElementsByTagName("my-home-info"),a=t[0].getAttribute("data-app-state"),r=t[0].getAttribute("data-app-mode"),n=t[0].getAttribute("data-inital-sets"),i=t[0].getAttribute("data-initial-map-available"),s=e.shadowRoot;s.appendChild(e.navToolsStyle);const o=document.createElement("section");o.id="nav-tools-wrapper",o.setAttribute("role","navigation"),o.setAttribute("aria-label","Data Navigation");const l=document.createElement("cod-button");if(l.addEventListener("click",(e=>{"my-home-info"==t[0].getAttribute("data-app-mode")?(t[0].setAttribute("data-app-state","welcome-screen"),t[0].setAttribute("data-active-sets","assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection")):(t[0].setAttribute("data-app-state","active-screen"),t[0].setAttribute("data-active-sets",n)),"true"==i?t[0].setAttribute("data-map-available","true"):t[0].setAttribute("data-map-available","false"),t[0].setAttribute("data-parcel-id","none"),t[0].setAttribute("data-api-stored-datasets","{}"),t[0].setAttribute("data-api-active-datasets","none"),t[0].setAttribute("data-active-section","property")})),l.setAttribute("data-primary",!0),l.setAttribute("data-label","x"),l.setAttribute("data-size","lg"),l.setAttribute("data-hover",!1),l.setAttribute("data-extra-classes","fw-bold"),l.setAttribute("data-background-color","warning"),l.setAttribute("data-img",""),l.setAttribute("data-img-alt",""),l.setAttribute("data-shape","square"),l.setAttribute("data-icon",""),o.appendChild(l),"my-home-info"==r&&"error"!=a){const e=document.createElement("cod-button");e.setAttribute("data-label",""),e.setAttribute("data-size","lg"),e.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/home.png"),e.setAttribute("data-img-alt","about this property"),e.setAttribute("data-shape","square"),e.setAttribute("data-nav-value","about this property"),e.setAttribute("data-icon",""),"about this property"==t[0].getAttribute("data-active-section")?(e.setAttribute("data-background-color","success"),e.setAttribute("data-primary",!0)):(e.setAttribute("data-background-color","secondary"),e.setAttribute("data-primary",!1),e.addEventListener("click",(e=>{if("none"!=t[0].getAttribute("data-api-active-datasets")){let e=JSON.parse(t[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(t[0].getAttribute("data-api-active-datasets"));for(const t in a)t in e||(e[t]=a[t]);t[0].setAttribute("data-api-stored-datasets",JSON.stringify(e))}t[0].setAttribute("data-api-active-datasets","none"),t[0].setAttribute("data-active-sets","assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection"),t[0].setAttribute("data-map-available","false"),t[0].setAttribute("data-active-section","about this property"),t[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(e);const a=document.createElement("cod-button");a.setAttribute("data-label",""),a.setAttribute("data-size","lg"),a.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/government.png"),a.setAttribute("data-img-alt","government officials"),a.setAttribute("data-shape","square"),a.setAttribute("data-nav-value","government officials"),a.setAttribute("data-icon",""),"government officials"==t[0].getAttribute("data-active-section")?(a.setAttribute("data-background-color","success"),a.setAttribute("data-primary",!0)):(a.setAttribute("data-background-color","secondary"),a.setAttribute("data-primary",!1),a.addEventListener("click",(e=>{if("none"!=t[0].getAttribute("data-api-active-datasets")){let e=JSON.parse(t[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(t[0].getAttribute("data-api-active-datasets"));for(const t in a)t in e||(e[t]=a[t]);t[0].setAttribute("data-api-stored-datasets",JSON.stringify(e))}t[0].setAttribute("data-api-active-datasets","none"),t[0].setAttribute("data-active-sets","council,council-members,bop-members,district-managers,business-liaison,district-inspectors,npo"),t[0].setAttribute("data-map-available","false"),t[0].setAttribute("data-active-section","government officials"),t[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(a);const r=document.createElement("cod-button");r.setAttribute("data-label",""),r.setAttribute("data-size","lg"),r.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/zone.png"),r.setAttribute("data-img-alt","special areas and zones"),r.setAttribute("data-shape","square"),r.setAttribute("data-nav-value","special areas and zones"),r.setAttribute("data-icon",""),"special areas and zones"==t[0].getAttribute("data-active-section")?(r.setAttribute("data-background-color","success"),r.setAttribute("data-primary",!0)):(r.setAttribute("data-background-color","secondary"),r.setAttribute("data-primary",!1),r.addEventListener("click",(e=>{if("none"!=t[0].getAttribute("data-api-active-datasets")){let e=JSON.parse(t[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(t[0].getAttribute("data-api-active-datasets"));for(const t in a)t in e||(e[t]=a[t]);t[0].setAttribute("data-api-stored-datasets",JSON.stringify(e))}t[0].setAttribute("data-api-active-datasets","none"),t[0].setAttribute("data-active-sets","nez,nrsa,historicDistrict"),t[0].setAttribute("data-map-available","false"),t[0].setAttribute("data-active-section","special areas and zones"),t[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(r);const n=document.createElement("cod-button");n.setAttribute("data-label",""),n.setAttribute("data-size","lg"),n.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/nearby.png"),n.setAttribute("data-img-alt","things nearby"),n.setAttribute("data-shape","square"),n.setAttribute("data-nav-value","things nearby"),n.setAttribute("data-icon",""),"things nearby"==t[0].getAttribute("data-active-section")?(n.setAttribute("data-background-color","success"),n.setAttribute("data-primary",!0)):(n.setAttribute("data-background-color","secondary"),n.setAttribute("data-primary",!1),n.addEventListener("click",(e=>{if("none"!=t[0].getAttribute("data-api-active-datasets")){let e=JSON.parse(t[0].getAttribute("data-api-stored-datasets")),a=JSON.parse(t[0].getAttribute("data-api-active-datasets"));for(const t in a)t in e||(e[t]=a[t]);t[0].setAttribute("data-api-stored-datasets",JSON.stringify(e))}t[0].setAttribute("data-api-active-datasets","none"),t[0].setAttribute("data-active-sets","schools,demos-data,stabilization-data,improve-det"),t[0].setAttribute("data-active-section","things nearby"),t[0].setAttribute("data-map-available","true"),t[0].setAttribute("data-app-state","loading-screen")}))),o.appendChild(n);const i=document.createElement("cod-button");i.setAttribute("data-label",""),i.setAttribute("data-size","lg"),i.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/print.png"),i.setAttribute("data-img-alt","print"),i.setAttribute("data-shape","square"),i.setAttribute("data-nav-value","print"),i.setAttribute("data-icon",""),"print"==t[0].getAttribute("data-active-section")?(i.setAttribute("data-background-color","success"),i.setAttribute("data-primary",!0)):(i.setAttribute("data-background-color","secondary"),i.setAttribute("data-primary",!1),i.addEventListener("click",(e=>{e.target.getAttribute("data-nav-value")&&t[0].setAttribute("data-app-state","print")}))),o.appendChild(i)}s.appendChild(o)}}customElements.define("app-geocoder",r),customElements.define("app-nav-tools",n);class i extends HTMLElement{static get observedAttributes(){return["data-display-type","data-pagination"]}constructor(){super();this.attachShadow({mode:"open"});this.neighborhoodImage=document.createElement("img"),this.neighborhoodImage.src="https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/neighborhood.png",this.neighborhoodImage.setAttribute("alt",""),this.welcomeStyle=document.createElement("style"),this.welcomeStyle.textContent="\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #display-wrapper { display: flex; padding: 1em; flex-wrap: wrap; font-family: 'Montserrat', sans-serif;}\n #display-wrapper #welcome-img-wrapper { display: flex; }\n #display-wrapper #welcome-img-wrapper img { height: 10em; margin: auto }\n #display-wrapper p { text-align: center; font-family: 'Montserrat', sans-serif;}\n #display-wrapper button { padding: 1em 3em; background-color: #004445; color: #fff; border: none; cursor: pointer; margin: auto; width: 100%;}\n p.display-title { font-weight: bold; font-size: 1.25em; }\n app-geocoder { width: 100%}\n .btn-group { display:flex; width: 100%; }\n @media all and (min-width: 551px) {\n #display-wrapper{ display: flex; }\n #display-wrapper #welcome-img-wrapper img { width: 15em; height: auto; }\n #display-wrapper article { flex: 1; padding: 1em; }\n }\n ",this.resultsStyle=document.createElement("style"),this.resultsStyle.textContent="\n .results-container{ display: flex; }\n #data-results { background-color: #e6e6e6; padding: 1em; height: 40em; overflow-y: auto; }\n .data-title { font-weight: bold; border-left: solid .2em #FEB70D; padding: .5em; margin: 0 0 1em 0; font-family: 'Montserrat', sans-serif;}\n .result-address {background-color: #fff; border: solid 0.1em #e6e6e6; padding: 1.04em 0.6em; font-family: 'Montserrat', sans-serif;}\n .data-block-title { padding: .5em; background-color: #FEB70D; margin: 0; font-weight: bold; font-family: 'Montserrat', sans-serif; display: flex;}\n .data-block-title span { flex: 1; margin: auto; }\n .data-block-content { padding: .5em; margin-bottom: .5em; background-color: #fff; }\n .data-block-content p { margin: 0; font-family: 'Montserrat', sans-serif;}\n .data-block-content hr { border-top: 1px dotted;}\n .dataset-results {flex: 1;}\n .critical-text { color: #CF3234; }\n .error-result { padding: 1em; }\n .data-block-title button { background-color: #fff; border: none; padding: 0.25em 0.5em; box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 75%);}\n .data-block-title button img { height: 1em; }\n @media all and (min-width: 551px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 2; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n\n @media all and (min-width: 1024px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 3; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n ",this.loadDisplay(this)}attributeChangedCallback(e,t,a){"results"==a&&this.clearDisplay(this),"data-pagination"==e&&this.clearDisplay(this),this.loadDisplay(this)}clearDisplay(e){const t=e.shadowRoot;for(;t.firstChild;)t.removeChild(t.firstChild)}formatDate(e){const t=new Date(e);return`${["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][t.getMonth()]} ${t.getDate()}, ${t.getFullYear()}`}buildCouncil(e){let t=window.location.hostname,a={title:"Council District",content:null};return a.content=`\n

District Number: ${e.data.district}

\n

Council Member: ${e.data.name}

\n

Council Member Phone: ${e.data.phone}

\n `,a}buildBOP(e){let t=window.location.hostname,a={title:"Police Commissioner",content:null};return a.content=`\n

Commissioner: ${e.data.name}

\n

Commissioner's Phone: ${e.data.phone}

\n

Commissioner's Email: ${e.data.email}

\n `,a}buildDistrictManagers(e){let t={title:"District Managers",content:null};return e&&0!=Object.keys(e.data).length&&e.data.constructor===Object&&"Not found."!==e.data.detail?t.content=`\n

District Manager: ${e.data.manager.name}

\n

Manager Phone: ${e.data.manager.phone}

\n

Deputy Manager: ${e.data.deputy.name}

\n

Deputy Manager Phone: ${e.data.deputy.phone}

\n `:t.content="\n

No data found

\n ",t}buildBusinessLiaison(e){let t={title:"Business Liaison",content:null};return e&&0!=Object.keys(e.data).length&&e.data.constructor===Object&&"Not found."!==e.data.detail?t.content=`\n

Liaison: ${e.data.name}

\n

Liaison Phone: ${e.data.email}

\n `:t.content="\n

No data found

\n ",t}buildInspector(e){let t={title:"Enforcement Inspector",content:null};return e&&0!=Object.keys(e.data).length&&e.data.constructor===Object&&"Not found."!==e.data.detail?t.content=`\n

Inspector: ${e.data.name}

\n

Inspector Phone: ${e.data.phone}

\n `:t.content="\n

No data found

\n ",t}buildNeighborhood(e){let t={title:"Neighborhood",content:null};return e&&0!=Object.keys(e.data).length&&e.data.constructor===Object&&"Not found."!==e.data.detail?t.content=`\n

Neighborhood name: ${e.data.attributes.neighborhood_name}

\n `:t.content="\n

No neighborhood found

\n ",t}buildDWSDBackupProtection(e){let t=["Aviation Sub","Barton-McFarland","Chadsey Condon","Cornerstone Village","East English Village","Morningside","Jefferson Chalmers","Warrendale","Victoria Park","Moross-Morang","Garden View"],a={title:"DWSD Basement Backup Protection Program",content:null};return e&&e.data.attributes.neighborhood_name&&t.includes(e.data.attributes.neighborhood_name)?a.content=`\n

This property qualifies for the DWSD Basement Backup Protection Program.

\n
\n \n `:a.content='\n

This property doesn\'t qualify for the Basement Backup Protection Program. To learn more please visit our page.

\n ',a}buildHRDFlooding(e){let t=["Cornerstone Village","Morningside","Chandler Park","Fox Creek","Riverbend","Morningside","West End ","Midwest","Chadsey\u2010Condon","Claytown","North Corktown","Michigan\u2010 Martin","Aviation Sub","Garden View","Plymouth\u2010I96","Plymouth\u2010Hubell","Paveway","We Care Community","Fiskhorn","Joy-Schaefer","Warrendale","Warren Ave Community","Barton-McFarland"],a={title:"CDBG Disaster Recovery Basement Backup Protection Program",content:null};return e&&e.data.attributes.neighborhood_name&&t.includes(e.data.attributes.neighborhood_name)?a.content='\n

This property qualifies for the CDBG Disaster Recovery Basement Backup Protection Program.

\n
\n \n ':a.content='\n

This property doesn\u2019t qualify for the CDBG Disaster Recovery Basement Backup Protection Program. To learn more please visit our page.

\n ',a}buildHistoricDistrict(e,t){let a={title:"NEZ Homestead Zone",content:null};return 0!=Object.keys(e.data).length&&e.data.constructor===Object&&e.data.features.length>0?a.content=`\n

NAME: ${e.data.features[0].attributes.Name}

\n

DESIGNATED ON: ${t.formatDate(e.data.features[0].attributes.Year_Enacted).format("MMM DD, YYYY")}

\n `:a.content="\n

This property is not in a historic district.

\n ",a}buildNEZ(e){let t={title:"NEZ Homestead Zone",content:null};return 0!=Object.keys(e.data).length&&e.data.constructor===Object&&e.data.features.length>0?t.content=`\n

Name: ${e.data.features[0].attributes.RNNAME}

\n

ID: ${e.data.features[0].attributes.RID}

\n

View Map

\n `:t.content='\n

This property is not on a NEZ Homestead zone.

\n

View Map

\n ',t}buildNRSA(e){let t={title:"Neighborhood Revitalization Strategy Areas (NRSA)",content:null};return 0!=Object.keys(e.data).length&&e.data.constructor===Object&&e.data.features.length>0?t.content=`\n

Name: ${e.data.features[0].attributes.Name}

\n `:t.content="\n

This property is not on a NRSA.

\n ",t}buildNPO(e){let t={title:"Police",content:null};return e&&e.data.features.length?t.content=`\n

PRECINCT

\n

Number: ${e.data.features[0].attributes.precinct}

\n

Address: ${e.data.features[0].attributes.precinct_location}

\n
\n

NEIGHBORHOOD POLICE OFFICER (NPO)

\n

Name: ${e.data.features[0].attributes.police_officer}

\n

Phone: ${e.data.features[0].attributes.phone_number}

\n

Email: ${e.data.features[0].attributes.email}

\n `:t.content="

No police info found

",t}checkRecyclingStatus(e){try{if(e.next_pickups["yard waste"]){let t=null,a=null;return e.details.forEach((e=>{"start-date"==e.type&&"yard waste"==e.service&&(t=null!=e.normalDay?e.normalDay:e.newDay),"end-date"==e.type&&"yard waste"==e.service&&(a=null!=e.normalDay?e.normalDay:e.newDay)})),!!moment(e.next_pickups["yard waste"].next_pickup).isBetween(t,a)}return!1}catch(t){return!1}}buildRecycling(e,t){let a={title:"Trash & Recycling",content:null};if(e&&0!=Object.keys(e.data).length&&e.data.constructor===Object){let r={name:null,url:null,phone:null};"GFL"===e.data.next_pickups.trash.contractor?(r.name="GFL",r.url="http://gflusa.com/residential/detroit/",r.phone="(844) 464-3587"):(r.name="WM",r.url="http://www.advanceddisposal.com/mi/detroit/detroit-residential-collection",r.phone=" (844) 233-8764"),a.content=`\n

Provider: ${r.name} ${r.phone}

\n

Next Trash: ${t.formatDate(e.data.next_pickups.trash.next_pickup)}

\n

Next Recycling: ${t.formatDate(e.data.next_pickups.recycling.next_pickup)}

\n

Next Bulk: ${t.formatDate(e.data.next_pickups.bulk.next_pickup)}

\n ${t.checkRecyclingStatus(e.data)?tempHTML+=`

Next Yard: ${t.formatDate(e.data.next_pickups["yard waste"].next_pickup)}

`:""}\n `}else a.content="

No data found

";return a}buildAssessors(e){let t={title:"Assessor's Data",content:null};if(e&&0!=Object.keys(e.data).length&&e.data.constructor===Object&&"Not found."!==e.data.detail){let a={year:null,value:null,floor:null,buildingClass:null};t.content=`\n

Owner's address: ${e.data.ownerstreetaddr}

\n

Owner's city: ${e.data.ownercity}

\n

Owner's state: ${e.data.ownerstate}

\n

Owner's zip: ${e.data.ownerzip}

\n `,0===e.data.resb_bldgclass?(a.year=e.data.cib_yearbuilt,a.value=e.data.cib_value,a.floor=e.data.cib_yearbuilt,a.buildingClass=e.data.cib_yearbuilt):(a.year=e.data.resb_yearbuilt,a.value=e.data.resb_value,a.floor=e.data.resb_floorarea,a.buildingClass=e.data.resb_bldgclass),t.content+=`\n

Parcel number: ${e.data.pnum}

\n

Year build: ${a.year}

\n

Calculated value: $${a.value.toLocaleString()}

\n

Floor area: ${a.floor.toLocaleString()} SQFT

\n

Building class: ${a.buildingClass}

\n `}else t.content="

No data found

";return t}buildRental(e,t){let a=document.getElementsByTagName("my-home-info"),r=JSON.parse(a[0].getAttribute("data-api-active-datasets")),n={title:"Rental Enforcement Status",content:null};return e&&e.data.features.length||r["rental-cert-data"]&&r["rental-cert-data"].data.features.length?n.content=`\n

Registered: ${e.data.features.length?`${t.formatDate(e.data.features[0].attributes.date_status)}`:"Not registered"}

\n

Certified: ${r["rental-cert-data"].data.features.length?`${t.formatDate(r["rental-cert-data"].data.features[0].attributes.issued_date)}`:"Not certified"}

\n `:n.content="\n

Registered: Not registered

\n

Certified: Not certified

\n ",n}buildFireEscrow(e){let t="";return e&&e.data.features.length?t+='\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow found

\n

\n
\n
':t+='\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow not found

\n
\n
',t}buildBlight(e,t){let a={title:"Blight Tickets",content:null};return e&&e.data.features.length?a.content=`\n

Ticket ID: ${e.attributes.ticket_number}

\n

Fine Amount: $${e.attributes.fine_amount}

\n

Agency name: ${e.attributes.agency_name}

\n

Disposition: ${e.attributes.disposition}

\n

Description: ${e.attributes.violation_description}

\n

Hearing Date: ${t.formatDate(e.attributes.hearing_date)}

\n

Hearing Time: ${e.attributes.hearing_time}

\n `:a.content="

No blight tickets found

",a}buildSchools(e,t){let a={title:"Schools",content:null};return e&&e.data.features.length?e.data.features.forEach((function(e,t){0==t?a.content=`\n

Name: ${e.properties.EntityOfficialName}

\n

EntityActualGrades: ${e.properties.EntityActualGrades}

\n

Type: ${e.properties.EntityTypeName}

\n

Address: ${e.properties.EntityPhysicalStreet}

\n
\n `:a.content+=`\n

Name: ${e.properties.EntityOfficialName}

\n

EntityActualGrades: ${e.properties.EntityActualGrades}

\n

Type: ${e.properties.EntityTypeName}

\n

Address: ${e.properties.EntityPhysicalStreet}

\n
\n `})):a.content="

No schools nearby.

",a}buildPermit(e,t){let a={title:"Building Permits",content:null};return e&&e.data.features.length?a.content=`\n

PERMIT NUMBER: ${e.attributes.record_id}

\n

PERMIT TYPE: ${e.attributes.permit_type}

\n

PERMIT BUILDING TYPE: ${e.attributes.permit_type}

\n

PERMIT STATUS: ${e.attributes.status}

\n

PERMIT ISSUED: ${t.formatDate(e.attributes.issued_date)}

\n

PERMIT DESCRIPTION: ${e.attributes.description_of_work}

\n `:a.content="

No building permits found

",a}buildDemoStatus(e,t){let a=document.getElementsByTagName("my-home-info"),r=JSON.parse(a[0].getAttribute("data-parcel-id")).address.replace(" ","%2520");r=r.replace(",","%252C");let n={title:"Demolition Status",content:null};return e&&e.data.features.length?n.content=`\n

WARNIG!

\n

THIS PROPERTY IS SCHEDULED FOR DEMOLITION

\n ${null==e.data.features[0].attributes.demolish_by_date?"

Date to be determined

":`

${t.formatDate(e.attributes.demolish_by_date)}

`}\n
\n

\n `:n.content=`\n

This property is not on the demolition list

\n
\n

`,n}buildDemosNear(e,t){let a={title:"Demolitions Nearby",content:null};return e&&e.data.features.length?e.data.features.forEach((function(e,r){0==r?a.content=`\n

Address: ${e.properties.address}

\n

Commercial: ${e.properties.commercial_building}

\n

Price: $${parseInt(e.properties.price).toLocaleString()}

\n

Parcel: ${e.properties.parcel_id}

\n

Contractor: ${e.properties.contractor_name}

\n

Council District: ${e.properties.council_district}

\n

Neighborhood: ${e.properties.neighborhood}

\n ${void 0==e.properties.demolish_by_date||null==e.properties.demolish_by_date?"

Expected Date: Date to be determined

":`

Expected Date:${t.formatDate(e.properties.demolish_by_date)}

`}\n
\n `:a.content+=`\n

Address: ${e.properties.address}

\n

Commercial: ${e.properties.commercial_building}

\n

Price: $${parseInt(e.properties.price).toLocaleString()}

\n

Parcel: ${e.properties.parcel_id}

\n

Contractor: ${e.properties.contractor_name}

\n

Council District: ${e.properties.council_district}

\n

Neighborhood: ${e.properties.neighborhood}

\n ${void 0==e.properties.demolish_by_date||null==e.properties.demolish_by_date?"

Expected Date: Date to be determined

":`

Expected Date:${t.formatDate(e.properties.demolish_by_date)}

`}\n
\n `})):a.content="

No demolitions are happening nearby.

",a}buildStabilizationsNear(e,t){let a={title:"Stabilizations Nearby",content:null};return e&&e.data.features.length?e.data.features.forEach((function(e,t){0==t?a.content=`\n

Address: ${e.properties.address}

\n

Parcel: ${e.properties.parcel_id}

\n

Council District: ${e.properties.council_district}

\n

Neighborhood: ${e.properties.neighborhood}

\n

Status: ${e.properties.rehab_status}

\n
\n `:a.content+=`\n

Address: ${e.properties.address}

\n

Parcel: ${e.properties.parcel_id}

\n

Council District: ${e.properties.council_district}

\n

Neighborhood: ${e.properties.neighborhood}

\n

Status: ${e.properties.rehab_status}

\n
\n `})):a.content="

No stabilizations are happening nearby.

",a}buildImproveDet(e,t){let a={title:"Improve Detroit Issues Nearby",content:null};return e&&e.data.features.length?e.data.features.forEach((function(e,r){0==r?a.content=`\n

ID: ${e.properties.id}

\n

Type: ${e.properties.request_type_title}

\n

Status: ${e.properties.status}

\n

Reported on: ${t.formatDate(e.properties.created_at)}

\n
\n `:a.content+=`\n

ID: ${e.properties.id}

\n

Type: ${e.properties.request_type_title}

\n

Status: ${e.properties.status}

\n

Reported on: ${t.formatDate(e.properties.created_at)}

\n
\n `})):a.content="

No active issues nearby.

",a}selectDataBlockType(e,t){switch(t.id){case"council-members":try{return e.buildCouncil(t)}catch(a){return""}break;case"bop-members":try{return e.buildBOP(t)}catch(a){return""}break;case"district-managers":try{return e.buildDistrictManagers(t)}catch(a){return""}break;case"business-liaison":try{return e.buildBusinessLiaison(t)}catch(a){return""}break;case"district-inspectors":try{return e.buildInspector(t)}catch(a){return""}break;case"neighborhood":try{return e.buildNeighborhood(t)}catch(a){return""}break;case"nez":try{return e.buildNEZ(t)}catch(a){return""}break;case"nrsa":try{return e.buildNRSA(t)}catch(a){return""}break;case"assessors-data":try{return e.buildAssessors(t)}catch(a){return""}break;case"permit-data":try{return e.buildPermit(t,e)}catch(a){return""}break;case"rental-data":try{return e.buildRental(t,e)}catch(a){return""}break;case"blight-data":try{return e.buildBlight(t,e)}catch(a){return""}break;case"demos-data":try{return e.buildDemosNear(t,e)}catch(a){return""}break;case"stabilization-data":try{return e.buildStabilizationsNear(t,e)}catch(a){return""}break;case"demo-status":try{return e.buildDemoStatus(t)}catch(a){return""}break;case"npo":try{return e.buildNPO(t)}catch(a){return""}break;case"improve-det":try{return e.buildImproveDet(t,e)}catch(a){return""}break;case"schools":try{return e.buildSchools(t,e)}catch(a){return""}break;case"recycling":try{return e.buildRecycling(t,e)}catch(a){return""}break;case"historicDistrict":try{return e.buildHistoricDistrict(t)}catch(a){return""}break;case"fireEscrow":try{return e.buildFireEscrow(t)}catch(a){return""}break;case"DWSDBackupProtection":try{return e.buildDWSDBackupProtection(t)}catch(a){return""}break;case"HRDFlooding":try{return e.buildHRDFlooding(t)}catch(a){return""}break;default:return""}}setDatasetPagination(e,t){if(e.hasAttribute("data-pagination")){let a=JSON.parse(e.getAttribute("data-pagination"));if(a[t.id]){let e={start:a[t.id].start};return t.data.features.length<=a[t.id].end+3?(e.end=t.data.features.length,e.more=!1):(e.end=a[t.id].end+3,e.more=!0),e}{let e={start:0,end:3,more:!0};return t.data.features?t.data.features.length<=3&&(e.end=t.data.features.length,e.more=!1):(e.start=null,e.more=!1),e}}{let e={start:0,end:3,more:!0};return t.data.features?t.data.features.length<=3&&(e.end=t.data.features.length,e.more=!1):(e.start=null,e.more=!1),e}}printInfo(e){let t=e.buildDataSection(e),a=window.open("","","height=500, width=500");a.document.write(""),a.document.write(""),a.document.write(""),a.document.write(t.children[1].innerHTML),a.document.write(""),a.document.close(),a.print()}buildDataBlock(e,t){const a=document.getElementsByTagName("my-home-info"),r=a[0].getAttribute("data-map-available"),n=document.createElement("article");n.className="data-block";let i=e.setDatasetPagination(e,t),s=JSON.parse(JSON.stringify(t));null!==i.start&&(s.data.features=t.data.features.slice(i.start,i.end));let o=e.selectDataBlockType(e,s);if(void 0==o||null==o.content)return null;{const s=document.createElement("p");s.className="data-block-title";const l=document.createElement("article");if(l.className="data-block-content",l.innerHTML=o.content,"true"==r){const e=document.createElement("span");e.innerText=o.title;const r=document.createElement("cod-button");r.setAttribute("data-map-active-data",t.id),r.setAttribute("data-label","View Map"),r.setAttribute("data-size","xsmall"),r.setAttribute("data-icon",""),r.setAttribute("data-img","https://detroitmi.gov/sites/detroitmi.localhost/files/2023-02/map.png"),r.setAttribute("data-img-alt","map"),r.setAttribute("data-shape",""),r.setAttribute("data-hover",!1),r.setAttribute("data-extra-classes","fw-bold"),r.setAttribute("data-background-color","light"),r.setAttribute("data-primary",!0),r.addEventListener("click",(e=>{e.target.getAttribute("data-map-active-data")&&(a[0].setAttribute("data-map-active-data",e.target.getAttribute("data-map-active-data")),a[0].setAttribute("data-app-state","map"))})),s.appendChild(e),s.appendChild(r)}else s.innerText=o.title;if(n.appendChild(s),n.appendChild(l),i.more){let a=document.createElement("cod-button");a.setAttribute("data-pagination-id",t.id),a.setAttribute("data-pagination",JSON.stringify(i)),a.setAttribute("data-label","Load More +"),a.setAttribute("data-size","xsmall"),a.setAttribute("data-icon",""),a.setAttribute("data-img",""),a.setAttribute("data-img-alt",""),a.setAttribute("data-shape",""),a.setAttribute("data-hover",!1),a.setAttribute("data-extra-classes","fw-bold"),a.setAttribute("data-background-color","primary"),a.setAttribute("data-primary",!1),a.addEventListener("click",(t=>{if(t.target.getAttribute("data-pagination")){let a=document.createElement("cod-spinner");a.setAttribute("data-type","border"),a.setAttribute("data-background-color","primary"),a.setAttribute("data-size","sm");let r=e.getAttribute("data-pagination");r=null===r?{}:JSON.parse(r),r[`${t.target.getAttribute("data-pagination-id")}`]=JSON.parse(t.target.getAttribute("data-pagination")),e.setAttribute("data-pagination",JSON.stringify(r)),t.target.parentElement.appendChild(a),t.target.remove()}})),l.appendChild(a)}return n}}buildDataSection(e){const t=document.getElementsByTagName("my-home-info"),a=t[0].getAttribute("data-app-mode"),r=document.createElement("section");if(r.id="data-results","my-home-info"==a){const e=document.createElement("p");e.className="data-title",e.innerText=t[0].getAttribute("data-active-section").toUpperCase(),r.appendChild(e)}const n=document.createElement("div");n.id="data-blocks",r.appendChild(n);const i=JSON.parse(t[0].getAttribute("data-api-active-datasets"));for(const s in i)Object.hasOwnProperty.call(i,s)&&null!=e.buildDataBlock(e,i[s])&&n.appendChild(e.buildDataBlock(e,i[s]));return r}loadDisplay(e){const t=e.shadowRoot,a=document.createElement("section"),r=document.createElement("app-geocoder"),n=document.createElement("app-nav-tools"),i=document.getElementsByTagName("my-home-info");switch(n.printInfo=e.printInfo,a.id="display-wrapper",this.getAttribute("data-display-type")){case"welcome":t.appendChild(e.welcomeStyle);const s=document.createElement("div");s.id="welcome-img-wrapper",s.appendChild(this.neighborhoodImage),a.appendChild(s);const o=document.createElement("article");a.appendChild(o);const l=document.createElement("p");l.setAttribute("aria-label","title"),l.innerText="It\u2019s all here. All in one place.",l.className="display-title",o.appendChild(l);const d=document.createElement("p");d.innerText="Enter your home address to find out your city councilmember and neighborhood district manager, along with local information about trash/recycling, your neighborhood police officer, city issues reported in your neighborhood, and more.",o.appendChild(d),o.appendChild(r),t.appendChild(a);break;case"active":t.appendChild(e.welcomeStyle),a.appendChild(r),t.appendChild(a);break;case"loading":const c=document.createElement("cod-loader");c.setAttribute("data-color","color-3"),a.appendChild(c),t.appendChild(a);break;case"results":let u=JSON.parse(i[0].getAttribute("data-parcel-id"));t.appendChild(e.resultsStyle);let p=document.createElement("section");p.className="results-container",p.appendChild(n);let m=document.createElement("article");m.className="dataset-results";let g=document.createElement("article");g.className="result-address",g.innerText=u.address,m.appendChild(g);let b=e.buildDataSection(e);m.appendChild(b),p.appendChild(m),a.appendChild(p),t.appendChild(a);break;case"error":let h=document.createElement("section");t.appendChild(e.resultsStyle),h.className="results-container",h.appendChild(n);let f=document.createElement("article");f.className="error-result",f.innerHTML='\n \n \n \n \n \n \n \n \n \n \n

No Information found on this address. Please close and try again.

\n ',h.appendChild(f),a.appendChild(h),t.appendChild(a);break;case"print":let y=JSON.parse(i[0].getAttribute("data-parcel-id"));t.appendChild(e.resultsStyle);let v=document.createElement("section");v.className="results-container",v.appendChild(n);let _=document.createElement("article");_.className="dataset-results";let A=document.createElement("article");A.className="result-address",A.innerText=y.address,_.appendChild(A);let S=e.buildDataSection(e);_.appendChild(S),v.appendChild(_),a.appendChild(v),t.appendChild(a),e.printInfo(e)}}}const s=a(530),o=a(7055);class l extends HTMLElement{static get observedAttributes(){return["data-loader-state","data-parcel-id"]}constructor(){super();const e=this.attachShadow({mode:"open"}),t=document.createElement("section");t.id="loader-wrapper",e.appendChild(t)}attributeChangedCallback(e,t,a){this.shadowRoot;if("data-loader-state"===e)this.clearLoader(this),this.loadLoader(this)}getDataSets(e){const t=document.getElementsByTagName("my-home-info"),a=t[0].getAttribute("data-active-sets").split(","),r=JSON.parse(t[0].getAttribute("data-parcel-id"));let n=[],i=new Promise(((e,t)=>{if("CONDO BUILDING"!=r.attributes.parcel_id){let t="https://apis.detroitmi.gov/assessments/parcel/"+r.attributes.parcel_id+"/";return fetch(t).then((e=>e.json())).then((function(t){e({id:"assessors-data",data:t})})).catch((e=>{}))}e({id:"assessors-data",data:null})})),l=new Promise(((e,t)=>{e({id:"neighborhood",data:r})})),d=new Promise(((e,t)=>e({id:"council",data:r}))),c=new Promise(((e,t)=>fetch("/rest/bop?_format=json").then((e=>e.json())).then((function(t){e({id:"bop-members",data:t})})).catch((e=>{})))),u=new Promise(((e,t)=>fetch("/rest/district-managers?_format=json").then((e=>e.json())).then((function(t){e({id:"district-managers",data:t})})).catch((e=>{})))),p=new Promise(((e,t)=>fetch("/rest/district-inspectors?_format=json").then((e=>e.json())).then((function(t){e({id:"district-inspectors",data:t})})).catch((e=>{})))),m=new Promise(((e,t)=>fetch("/rest/council-members?_format=json").then((e=>e.json())).then((function(t){e({id:"council-members",data:t})})).catch((e=>{})))),g=(new Promise(((e,t)=>{e({id:"DWSDBackupProtection",data:r})})),new Promise(((e,t)=>{e({id:"HRDFlooding",data:r})}))),b=new Promise(((e,t)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/NRSA_2020/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"nrsa",data:t})})).catch((e=>{}))})),h=new Promise(((e,t)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/NEZHOMESTEAD2021/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"nez",data:t})})).catch((e=>{}))})),f=new Promise(((e,t)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/BuildingPermits/FeatureServer/0/query?where=parcel_id+%3D+%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=3&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"permit-data",data:t})})).catch((e=>{}))})),y=new Promise(((e,t)=>{let a;return a="CONDO BUILDING"!=r.attributes.parcel_id?`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=parcel_id+%3D+%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`:`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C+${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`,fetch(a).then((e=>e.json())).then((function(t){e({id:"rental-data",data:t})})).catch((e=>{}))})),v=new Promise(((e,t)=>{let a;return a="CONDO BUILDING"!=r.attributes.parcel_id?`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=parcel_id%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`:`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C+${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`,fetch(a).then((e=>e.json())).then((function(t){e({id:"rental-cert-data",data:t})})).catch((e=>{}))})),_=new Promise(((e,t)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Blight_Violations_(DAH)/FeatureServer/0/query?where=parcelno%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=violation_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"blight-data",data:t})})).catch((e=>{}))})),A=new Promise(((e,t)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Property_Sales/FeatureServer/0/query?where=PARCEL_NO%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=SALE_DATE&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"sales-data",data:t})})).catch((e=>{}))})),S=new Promise(((t,a)=>{let n=s.point([r.location.x,r.location.y]),i=s.buffer(n,2,{units:"miles"}),l=s.simplify(i.geometry,{tolerance:.005,highQuality:!1}),d=o.convert(l),c=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(d))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;return fetch(c).then((e=>e.json())).then((function(a){a.features.sort(e.sortFeaturesByDistanceTo(n)),t({id:"demos-data",data:a})})).catch((e=>{}))})),C=new Promise(((t,a)=>{let n=s.point([r.location.x,r.location.y]),i=s.buffer(n,2,{units:"miles"}),l=s.simplify(i.geometry,{tolerance:.005,highQuality:!1}),d=o.convert(l),c=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Contracted_Stabilizations/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(d))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;return fetch(c).then((e=>e.json())).then((function(a){a.features.sort(e.sortFeaturesByDistanceTo(n)),t({id:"stabilization-data",data:a})})).catch((e=>{}))})),k=new Promise(((e,t)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=parcel_id+%3D+%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=demolish_by_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"demo-status",data:t})})).catch((e=>{}))})),D=new Promise(((t,a)=>{let n=s.point([r.location.x,r.location.y]),i=s.buffer(n,2,{units:"miles"}),l=s.simplify(i.geometry,{tolerance:.005,highQuality:!1}),d=o.convert(l),c=`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/2018_2019_Schools_(EEM)/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(d))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;return fetch(c).then((e=>e.json())).then((function(a){a.features.sort(e.sortFeaturesByDistanceTo(n)),t({id:"schools",data:a})})).catch((e=>{}))})),E=new Promise(((e,t)=>{let a=`https://opengis.detroitmi.gov/opengis/rest/services/PublicSafety/NeighborhoodPoliceOfficers/FeatureServer/0/query?where=&objectIds=&time=&geometry=${r.location.x}%2C${r.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=1&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"npo",data:t})})).catch((e=>{}))})),w=new Promise(((e,t)=>{let a=s.point([r.location.x,r.location.y]),n=s.buffer(a,300,{units:"meters"}),i=s.simplify(n.geometry,{tolerance:.005,highQuality:!1}),l=o.convert(i),d=`https://opengis.detroitmi.gov/opengis/rest/services/DoIT/ImproveDetroitIssues/FeatureServer/0/query?where=status+%3C%3E+%27Closed%27+and+status+%3C%3E+%27Archived%27&objectIds=&time=&geometry=${encodeURI(JSON.stringify(l))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;return fetch(d).then((e=>e.json())).then((function(t){e({id:"improve-det",data:t})})).catch((e=>{}))})),O=new Promise(((e,t)=>{let a="https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/WasteCollectionAreas/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry="+r.location.x+"%2C+"+r.location.y+"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json";fetch(a).then((e=>e.json())).then((function(t){let a=new Date,r=a.getMonth()+1,n=a.getFullYear(),i=`https://apis.detroitmi.gov/waste_schedule/details/${t.features[0].attributes.FID}/year/${n}/month/${r}/`;return fetch(i).then((e=>e.json())).then((function(t){e({id:"recycling",data:t})}))})).catch((e=>{}))})),R=new Promise(((e,t)=>{let a="https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/Detroit_Local_Historic_Districts/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry="+r.location.x+"%2C+"+r.location.y+"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json";fetch(a).then((e=>e.json())).then((function(t){e({id:"historicDistrict",data:t})})).catch((e=>{}))})),x=new Promise(((e,t)=>{let a=`https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/fie_properties_final/FeatureServer/0/query?where=parcel_id%3D%27${r.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnHiddenFields=false&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;return fetch(a).then((e=>e.json())).then((function(t){e({id:"fireEscrow",data:t})})).catch((e=>{}))}));return a.forEach((e=>{switch(e){case"council":n.push(d);break;case"neighborhood":n.push(l);break;case"assessors-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&("CONDO BUILDING"==r.attributes.parcel_id||n.push(i));break;case"permit-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(f);break;case"blight-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(_);break;case"salesHistoryData":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(A);break;case"fireEscrow":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(x);break;case"nez":n.push(h);break;case"nrsa":n.push(b);break;case"npo":n.push(E);break;case"improve-det":n.push(w);break;case"recycling":n.push(O);break;case"rental-data":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(y);break;case"rental-cert":n.push(v);break;case"demo-status":null!=r.attributes.parcel_id&&""!=r.attributes.parcel_id&&n.push(k);break;case"demos-data":n.push(S);break;case"stabilization-data":n.push(C);break;case"schools":n.push(D);break;case"historicDistrict":n.push(R);break;case"district-managers":n.push(u);break;case"district-inspectors":n.push(p);break;case"council-members":n.push(m);break;case"bop-members":n.push(c);break;case"HRDFlooding":n.push(g)}})),n}buildCouncilData(e){let t={council:{district:`District ${e.council.data.attributes.council_district}`,districtURL:null,name:null,url:null,phone:null},bop:{district:`District ${e.council.data.attributes.council_district}`,url:null,name:null,url:null,phone:null,email:null},dmanager:{name:null,url:`/departments/department-of-neighborhoods/district-${e.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,phone:null},ddmanager:{name:null,url:`/departments/department-of-neighborhoods/district-${e.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,phone:null},bliaision:{name:null,email:null},enforcement:{name:null,phone:null}};switch(e.council.data.attributes.council_district.toString()){case"1":t.council.districtURL="/taxonomy/term/1276",e["council-members"].data.forEach((e=>{"1276"==e.tid&&(t.council.name=e.field_organization_head_name,t.council.url="/taxonomy/term/1276",t.council.phone=e.field_phone)})),e["bop-members"].data.forEach((e=>{if(e.field_responsibilities.includes("District 1")){t.bop.name=e.title,t.bop.url="/taxonomy/term/4331";let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.bop.phone=`${e.field_telephone}`,t.bop.email=e.field_email_address}})),e["district-managers"].data.forEach((e=>{e.field_contact_position.includes("District 1 Manager")&&(t.dmanager.name=e.title,t.dmanager.phone=e.field_telephone),e.field_contact_position.includes("District 1 Deputy Manager")&&(t.ddmanager.name=e.title,t.ddmanager.phone=e.field_telephone),e.field_contact_position.includes("District 1 Business Liaison")&&(t.bliaision.name=e.title,t.bliaision.email=e.field_email_address)})),e["district-inspectors"].data.forEach((e=>{e.field_responsibilities.includes("District 1")&&(t.enforcement.name=e.title,t.enforcement.phone=e.field_telephone)}));break;case"2":t.council.districtURL="/taxonomy/term/1476",e["council-members"].data.forEach((e=>{"1476"==e.tid&&(t.council.name=e.field_organization_head_name,t.council.url="/taxonomy/term/1476",t.council.phone=e.field_phone)})),e["bop-members"].data.forEach((e=>{if(e.field_responsibilities.includes("District 2")){t.bop.name=e.title,t.bop.url="/taxonomy/term/4336";let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.bop.phone=`${e.field_telephone}`,t.bop.email=e.field_email_address}})),e["district-managers"].data.forEach((e=>{e.field_contact_position.includes("District 2 Manager")&&(t.dmanager.name=e.title,t.dmanager.phone=e.field_telephone),e.field_contact_position.includes("District 2 Deputy Manager")&&(t.ddmanager.name=e.title,t.ddmanager.phone=e.field_telephone),e.field_contact_position.includes("District 2 Business Liaison")&&(t.bliaision.name=e.title,t.bliaision.email=e.field_email_address)})),e["district-inspectors"].data.forEach((e=>{e.field_responsibilities.includes("District 2")&&(t.enforcement.name=e.title,t.enforcement.phone=e.field_telephone)}));break;case"3":t.council.districtURL="/taxonomy/term/1481",e["council-members"].data.forEach((e=>{"1481"==e.tid&&(t.council.name=e.field_organization_head_name,t.council.url="/taxonomy/term/1481",t.council.phone=e.field_phone)})),e["bop-members"].data.forEach((e=>{if(e.field_responsibilities.includes("District 3")){t.bop.name=e.title,t.bop.url="/taxonomy/term/4341";let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.bop.phone=`${e.field_telephone}`,t.bop.email=e.field_email_address}})),e["district-managers"].data.forEach((e=>{e.field_contact_position.includes("District 3 Manager")&&(t.dmanager.name=e.title,t.dmanager.phone=e.field_telephone),e.field_contact_position.includes("District 3 Deputy Manager")&&(t.ddmanager.name=e.title,t.ddmanager.phone=e.field_telephone),e.field_contact_position.includes("District 3 Business Liaison")&&(t.bliaision.name=e.title,t.bliaision.email=e.field_email_address)})),e["district-inspectors"].data.forEach((e=>{e.field_responsibilities.includes("District 3")&&(t.enforcement.name=e.title,t.enforcement.phone=e.field_telephone)}));break;case"4":t.council.districtURL="/taxonomy/term/1486",e["council-members"].data.forEach((e=>{"1486"==e.tid&&(t.council.name=e.field_organization_head_name,t.council.url="/taxonomy/term/1486",t.council.phone=e.field_phone)})),e["bop-members"].data.forEach((e=>{if(e.field_responsibilities.includes("District 4")){t.bop.name=e.title,t.bop.url="/taxonomy/term/4346";let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.bop.phone=`${e.field_telephone}`,t.bop.email=e.field_email_address}})),e["district-managers"].data.forEach((e=>{e.field_contact_position.includes("District 4 Manager")&&(t.dmanager.name=e.title,t.dmanager.phone=e.field_telephone),e.field_contact_position.includes("District 4 Deputy Manager")&&(t.ddmanager.name=e.title,t.ddmanager.phone=e.field_telephone),e.field_contact_position.includes("District 4 Business Liaison")&&(t.bliaision.name=e.title,t.bliaision.email=e.field_email_address)})),e["district-inspectors"].data.forEach((e=>{e.field_responsibilities.includes("District 4")&&(t.enforcement.name=e.title,t.enforcement.phone=e.field_telephone)}));break;case"5":t.council.districtURL="/taxonomy/term/1346",e["council-members"].data.forEach((e=>{"1346"==e.tid&&(t.council.name=e.field_organization_head_name,t.council.url="/taxonomy/term/1346",t.council.phone=e.field_phone)})),e["bop-members"].data.forEach((e=>{if(e.field_responsibilities.includes("District 5")){t.bop.name=e.title,t.bop.url="/taxonomy/term/4351";let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.bop.phone=`${e.field_telephone}`,t.bop.email=e.field_email_address}})),e["district-managers"].data.forEach((e=>{e.field_contact_position.includes("District 5 Manager")&&(t.dmanager.name=e.title,t.dmanager.phone=e.field_telephone),e.field_contact_position.includes("District 5 Deputy Manager")&&(t.ddmanager.name=e.title,t.ddmanager.phone=e.field_telephone),e.field_contact_position.includes("District 5 Business Liaison")&&(t.bliaision.name=e.title,t.bliaision.email=e.field_email_address)})),e["district-inspectors"].data.forEach((e=>{e.field_responsibilities.includes("District 5")&&(t.enforcement.name=e.title,t.enforcement.phone=e.field_telephone)}));break;case"6":t.council.districtURL="/taxonomy/term/1491",e["council-members"].data.forEach((e=>{if("1491"==e.tid){let a=e.field_phone.replace("Office: ","");a=a.replace(/ /g,"-"),a=a.replace(/[()]/g,""),t.council.name=e.field_organization_head_name,t.council.url="/taxonomy/term/1491",t.council.phone=`${e.field_phone}`}})),e["bop-members"].data.forEach((e=>{if(e.field_responsibilities.includes("District 6")){t.bop.name=e.title,t.bop.url="/taxonomy/term/4321";let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.bop.phone=`${e.field_telephone}`,t.bop.email=e.field_email_address}})),e["district-managers"].data.forEach((e=>{if(e.field_contact_position.includes("District 6 Manager")){let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.dmanager.name=e.title,t.dmanager.phone=`${e.field_telephone}`}if(e.field_contact_position.includes("District 6 Deputy Manager")){let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.ddmanager.name=e.title,t.ddmanager.phone=`${e.field_telephone}`}e.field_contact_position.includes("District 6 Business Liaison")&&(t.bliaision.name=e.title,t.bliaision.email=e.field_email_address)})),e["district-inspectors"].data.forEach((e=>{if(e.field_responsibilities.includes("District 6")){let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.enforcement.name=e.title,t.enforcement.phone=`${e.field_telephone}`}}));break;case"7":t.council.districtURL="/taxonomy/term/1511",e["council-members"].data.forEach((e=>{"1511"==e.tid&&(t.council.name=e.field_organization_head_name,t.council.url="/taxonomy/term/1511",t.council.phone=e.field_phone)})),e["bop-members"].data.forEach((e=>{if(e.field_responsibilities.includes("District 7")){t.bop.name=e.title,t.bop.url="/taxonomy/term/4356";let a=e.field_telephone.replace(/ /g,"-");a=a.replace(/[()]/g,""),t.bop.phone=`${e.field_telephone}`,t.bop.email=e.field_email_address}})),e["district-managers"].data.forEach((e=>{e.field_contact_position.includes("District 7 Manager")&&(t.dmanager.name=e.title,t.dmanager.phone=e.field_telephone),e.field_contact_position.includes("District 7 Deputy Manager")&&(t.ddmanager.name=e.title,t.ddmanager.phone=e.field_telephone),e.field_contact_position.includes("District 7 Business Liaison")&&(t.bliaision.name=e.title,t.bliaision.email=e.field_email_address)})),e["district-inspectors"].data.forEach((e=>{e.field_responsibilities.includes("District 7")&&(t.enforcement.name=e.title,t.enforcement.phone=e.field_telephone)}))}return t}sortFeaturesByDistanceTo(e){return function(t,a){var r={units:"radians"};return s.distance(e,t,r)-s.distance(e,a,r)}}getData(e){const t=document.getElementsByTagName("my-home-info"),a=t[0].getAttribute("data-active-sets").split(","),r=(JSON.parse(t[0].getAttribute("data-parcel-id")),JSON.parse(t[0].getAttribute("data-api-stored-datasets")));let n=!1;for(let i in r)a.includes(i)&&(n=!0);if(n){let e={};a.forEach((t=>{e[t]=r[t]})),t[0].setAttribute("data-api-active-datasets",JSON.stringify(e)),t[0].setAttribute("data-app-state","results")}else{let r=e.getDataSets(e);Promise.all(r).then((r=>{let n={};for(let e in r)null!=r[e]?n[r[e].id]=r[e]:initialLoadChecker=!1;if(a.includes("council")){let t=e.buildCouncilData(n);n["council-members"]={id:"council-members",data:t.council},n["bop-members"]={id:"bop-members",data:t.bop};let a={manager:t.dmanager,deputy:t.ddmanager};n["district-managers"]={id:"district-managers",data:a},n["business-liaison"]={id:"business-liaison",data:t.bliaision},n["district-inspectors"]={id:"district-inspectors",data:t.enforcement}}if(a.includes("DWSDBackupProtection"))try{n.DWSDBackupProtection||(n.DWSDBackupProtection={id:"DWSDBackupProtection",data:n.neighborhood.data})}catch(i){}t[0].setAttribute("data-api-active-datasets",JSON.stringify(n)),t[0].setAttribute("data-app-state","results")})).catch((e=>{}))}}clearLoader(e){const t=e.shadowRoot;for(;t.firstChild;)t.removeChild(t.firstChild)}loadLoader(e){const t=e.shadowRoot,a=document.createElement("section");switch(a.id="loader-wrapper",e.getAttribute("data-loader-state")){case"active":e.getData(e);const r=document.createElement("p");r.innerText="Loading DATA",a.appendChild(r),t.appendChild(a);break;case"finished":const n=document.createElement("p");n.innerText="Data loaded",a.appendChild(n),t.appendChild(a)}}}customElements.define("app-display",i),customElements.define("app-data-loader",l);class d extends HTMLElement{static get observedAttributes(){return["data-app-state","data-parcel-id","data-map-state"]}constructor(){super();const e=this.attachShadow({mode:"open"});let t=document.getElementsByTagName("my-home-info")[0].getAttribute("data-app-state");const a=document.createElement("section");a.id="app-wrapper";const r=document.createElement("app-display");"active-screen"==t?r.setAttribute("data-display-type","active"):r.setAttribute("data-display-type","welcome"),a.appendChild(r),e.appendChild(a)}attributeChangedCallback(e,t,a){this.shadowRoot;const r=document.getElementsByTagName("my-home-info")[0].getAttribute("data-app-mode");switch(e){case"data-app-state":null!=t&&(this.clearApp(this),this.loadApp(this));break;case"data-parcel-id":"none"!=a?this.setAttribute("data-app-state","loading-screen"):"my-home-info"==r&&this.setAttribute("data-app-state","welcome-screen");break;case"data-map-state":break;default:console.log("not catched")}}clearApp(e){const t=e.shadowRoot;for(;t.firstChild;)t.removeChild(t.firstChild)}loadApp(e){const t=e.shadowRoot,a=document.createElement("div");a.id="app-wrapper";const r=document.createElement("app-display"),n=document.createElement("app-data-loader");switch(e.getAttribute("data-app-state")){case"welcome-screen":r.setAttribute("data-display-type","welcome"),a.appendChild(r);break;case"active-screen":r.setAttribute("data-display-type","active"),a.appendChild(r);break;case"loading-screen":r.setAttribute("data-display-type","loading"),n.setAttribute("data-loader-state","active"),a.appendChild(r);break;case"results":r.setAttribute("data-display-type","results"),a.appendChild(r);break;case"map":const e=document.createElement("cod-map");e.id="cod-map";let t=JSON.parse(this.getAttribute("data-api-active-datasets")),i=this.getAttribute("data-map-active-data");const s={id:"mapData",layers:[{name:"data-points",type:"circle",radius:6,color:"#004445",active:!0,sort:10,source:"data-points"}],source:t[i].data};let o;switch(i){case"schools":o={schools:[{type:"field-value",label:"Name:",value:"EntityOfficialName"}]};break;case"demos-data":o={"demos-data":[{type:"field-value",label:"Address:",value:"address"}]};break;case"stabilization-data":o={"stabilization-data":[{type:"field-value",label:"Address:",value:"address"}]};break;case"improve-det":o={"improve-det":[{type:"field-value",label:"Address:",value:"address"},{type:"field-value",label:"Type:",value:"request_type_title"}]}}e.setAttribute("data-parent-component","my-home-info"),e.setAttribute("data-map-mode","my-home-info"),e.setAttribute("data-map-active-data",this.getAttribute("data-map-active-data")),e.setAttribute("data-popup-structure",JSON.stringify(o)),e.setAttribute("data-map-data",JSON.stringify(s)),e.setAttribute("data-location",this.getAttribute("data-parcel-id")),e.setAttribute("data-map-state","init"),a.appendChild(e);break;case"error":r.setAttribute("data-display-type","error"),a.appendChild(r);break;case"print":r.setAttribute("data-display-type","print"),a.appendChild(r)}null==t.firstChild&&t.appendChild(a)}}var c=a(2181),u=a(9766),p=a(6869);customElements.define("my-home-info",d),c.S1({dsn:"https://536fad340d72a07ee08fe3df749b982e@o4505717305704448.ingest.sentry.io/4505720878792704",release:"local-services-lookup@2.0.9",integrations:[new u.gE,new p.U],tracesSampleRate:1,tracePropagationTargets:["localhost",/^https:\/\/detroitmi\.gov/],replaysSessionSampleRate:.1,replaysOnErrorSampleRate:1})}},e=>{e.O(0,[315,152,47,600,489],(()=>{return t=2789,e(e.s=t);var t}));e.O()}]); //# sourceMappingURL=main.js.map \ No newline at end of file diff --git a/build/assets/js/main.js.map b/build/assets/js/main.js.map index 7801ce2..f46d47c 100644 --- a/build/assets/js/main.js.map +++ b/build/assets/js/main.js.map @@ -1 +1 @@ -{"version":3,"file":"assets/js/main.js","mappings":"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","sources":["webpack://local-services-lookup/./src/components/Geocoder.js","webpack://local-services-lookup/./src/components/NavigationTools.js","webpack://local-services-lookup/./src/components/Display.js","webpack://local-services-lookup/./src/components/DataLoader.js","webpack://local-services-lookup/./src/components/MyHomeInfo.js","webpack://local-services-lookup/./src/index.js"],"sourcesContent":["'use strict';\nexport default class Geocoder extends HTMLElement {\n\n static get observedAttributes() {\n return ['form', 'parcelStatus', 'user'];\n }\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Set Attributes\n this.form = null;\n this.parcelStatus = 'Invalid';\n this.user = null;\n this.styles = document.createElement('style');\n this.styles.textContent = `\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #geocoder {width: 100%}\n input {width: calc(100% - 2em); padding: 1em; border:.1em solid #e6e6e6; font-size: 1em;}\n `;\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Create geocoder section\n shadow.appendChild(this.styles);\n const geocoderWraper = document.createElement('article');\n geocoderWraper.id = 'geocoder';\n let form = document.createElement('form');\n let label = document.createElement('label');\n label.style.fontFamily = 'Montserrat, sans-serif';\n label.style.fontWeight = 'bold';\n let input = document.createElement('input');\n let suggestions = document.createElement('ul');\n let list = document.createElement('datalist');\n let icon = document.createElement('i');\n form.addEventListener('submit', (ev) => {\n this.submit(ev, this);\n });\n icon.className = 'fas fa-map-marker-alt';\n // Get label text\n const app = document.getElementsByTagName('my-home-info');\n label.innerText = \"Property Address:\";\n try {\n if (app[0].getAttribute('data-geocoder-label')){\n if(app[0].getAttribute('data-geocoder-label') != ''){\n label.innerText = app[0].getAttribute('data-geocoder-label');\n }\n }\n } catch (error) {\n \n }\n label.setAttribute(\"for\", \"geocoder-input\");\n input.type = 'text';\n input.setAttribute('list', 'addresses-list');\n input.placeholder = 'Enter address';\n input.setAttribute('id', 'geocoder-input');\n input.setAttribute('autocomplete', 'off');\n input.addEventListener('keyup', (ev) => {\n this.inputChange(ev, this);\n });\n list.setAttribute('id', 'addresses-list');\n\n\n form.appendChild(label);\n form.appendChild(input);\n form.appendChild(icon);\n // form.appendChild(suggestions);\n form.appendChild(list);\n this.form = form;\n geocoderWraper.appendChild(form);\n shadow.appendChild(geocoderWraper);\n }\n\n supplementGeocoder(address, geocoder, type) {\n const app = document.getElementsByTagName('my-home-info');\n let tempAddr = address.split(\",\");\n tempAddr = tempAddr[0];\n tempAddr = tempAddr.split(\" \");\n let newTempAddr = '';\n let size = tempAddr.length;\n tempAddr.forEach(function (item, index) {\n newTempAddr += item;\n ((index < size) && (index + 1) !== size) ? newTempAddr += '+' : 0;\n });\n let url = `https://opengis.detroitmi.gov/opengis/rest/services/BaseUnits/BaseUnitGeocoder/GeocodeServer/findAddressCandidates?Address=&Address2=&Address3=&Neighborhood=&City=&Subregion=&Region=&Postal=&PostalExt=&CountryCode=&SingleLine=${newTempAddr}&outFields=*&maxLocations=&matchOutOfRange=true&langCode=&locationType=&sourceCountry=&category=&location=&distance=&searchExtent=&outSR=&magicKey=&f=json`;\n\n try {\n fetch(url)\n .then((resp) => resp.json()) // Transform the data into json\n .then(function (data) {\n // console.log(data);\n if (type === 'suggestions') {\n data.candidates.forEach((item) => {\n let sugg = document.createElement('option');\n if (item.attributes.parcel_id === '') {\n sugg.value = item.address;\n sugg.setAttribute('data-parsel', 'no-parcel');\n } else {\n sugg.value = `${item.address} RECOMMENDED`;\n sugg.setAttribute('data-parsel', item.attributes.parcel_id);\n }\n\n sugg.onclick = (ev) => {\n geocoder.selectSuggestion(ev, geocoder);\n }\n geocoder.form.childNodes[3].appendChild(sugg);\n });\n } else {\n if (data.candidates.length) {\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/City_of_Detroit_Boundary/FeatureServer/0/query?where=&objectIds=&time=&geometry=${data.candidates[0].location.x}%2C+${data.candidates[0].location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=4326&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=geojson&token=`;\n try {\n fetch(url)\n .then((resp) => resp.json()) // Transform the data into json\n .then(function (city) {\n if (city.features.length) {\n let parcel = null;\n let location;\n data.candidates.forEach((item) => {\n if (item.attributes.parcel_id !== '') {\n if (geocoder.checkParcelValid(item.attributes.parcel_id)) {\n parcel = item;\n }\n }\n });\n (parcel == null) ? location = data.candidates[0].location : location = null;\n if (parcel === null) {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-parcel-id', JSON.stringify(data.candidates[0]));\n // geocoder.controller.panel.loaderToggle(true);\n // geocoder.controller.panel.clearPanel();\n // geocoder.controller.dataManager.buildData(data.candidates[0], geocoder.controller);\n } else {\n geocoder.parcelStatus = 'Valid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-parcel-id', JSON.stringify(parcel));\n // geocoder.controller.panel.loaderToggle(true);\n // geocoder.controller.panel.clearPanel();\n // geocoder.controller.dataManager.buildData(parcel, geocoder.controller);\n }\n } else {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n });\n } catch (error) {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n } else {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n }\n });\n } catch (error) {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n }\n\n selectSuggestion(ev, geocoder) {\n let selection = null;\n if (ev.target.tagName === 'SPAN') {\n selection = ev.target.parentNode;\n } else {\n selection = ev.target;\n }\n if (selection.attributes[0].value === 'no-parcel') {\n geocoder.clearSuggestions(geocoder);\n geocoder.supplementGeocoder(selection.innerText, geocoder, 'submit');\n } else {\n geocoder.supplementGeocoder(selection.innerText, geocoder, 'submit');\n }\n }\n\n inputChange(ev, geocoder) {\n switch (ev.key) {\n case 'Enter':\n (ev.target.value != '' && ev.target.value != undefined) ? geocoder.supplementGeocoder(ev.target.value, geocoder, 'submit') : 0;\n break;\n\n case 'ArrowDown':\n\n break;\n\n case 'ArrowUp':\n\n break;\n\n case 'ArrowRight':\n\n break;\n\n case 'ArrowLeft':\n\n break;\n\n case undefined:\n (ev.target.value != '' && ev.target.value != undefined) ? geocoder.supplementGeocoder(ev.target.value, geocoder, 'submit') : 0;\n break;\n\n default:\n geocoder.clearSuggestions(geocoder);\n geocoder.supplementGeocoder(ev.target.value, geocoder, 'suggestions');\n break;\n }\n }\n\n clearSuggestions(geocoder) {\n while (geocoder.form.childNodes[3].firstChild) {\n geocoder.form.childNodes[3].removeChild(geocoder.form.childNodes[3].firstChild);\n }\n }\n\n needGeocode(address, geocoder, location) {\n fetch('https://us-central1-local-services-loopkup.cloudfunctions.net/getToken')\n .then((resp) => resp.json()) // Transform the data into json\n .then(function (data) {\n let cleanAddress = address.split(' RECOMMENDED')[0];\n let params = [\n {\n \"attributes\": {\n \"valid_parcel_status\": geocoder.parcelStatus,\n \"user_input\": cleanAddress\n },\n \"geometry\": {\n \"x\": 0,\n \"y\": 0\n }\n }\n ];\n if (location != null) {\n params[0].geometry.x = location.x;\n params[0].geometry.y = location.y;\n }\n let request = new Request(`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/addressvalidator/FeatureServer/0/addFeatures?token=${data.access_token}&features=${encodeURIComponent(JSON.stringify(params))}&f=json`, {\n method: 'POST',\n body: '',\n headers: new Headers(),\n mode: 'cors',\n cache: 'default'\n });\n fetch(request)\n .then((res) => {\n // console.log(res);\n });\n });\n }\n\n checkParcelValid(parcel){\n return /\\d/.test(parcel);\n }\n\n submit(ev, geocoder) {\n ev.preventDefault();\n geocoder.supplementGeocoder(ev.target['0'].value, geocoder, 'submit');\n }\n}","export default class NavigationTools extends HTMLElement {\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Creating display styles\n this.navToolsStyle = document.createElement('style');\n this.navToolsStyle.textContent = `\n #nav-tools-wrapper { display: flex; flex-direction: column;}\n button.clear { font-size: 1.25em; width: 2.5em; height: 2.5em; background-color: #FEB70D; cursor: pointer; border: none; }\n button.nav { width: 3.75em; height: 3.75em; border: none; cursor: pointer;background: #fff; }\n button.nav:hover { background-color: #e6e6e6; transition: all 500ms cubic-bezier(.64,.09,.08,1); }\n button.nav.active { background-color: #9fd5b3; }\n button.nav img { width: 100%; }\n `;\n\n // Start loading display content\n this.loadNavTools(this);\n }\n\n clearDisplay(display) {\n const shadow = display.shadowRoot;\n while (shadow.firstChild) {\n shadow.removeChild(shadow.firstChild);\n }\n }\n\n loadNavTools(navTools) {\n const app = document.getElementsByTagName('my-home-info');\n const appStatus = app[0].getAttribute('data-app-state');\n const appMode = app[0].getAttribute('data-app-mode');\n const initialSets = app[0].getAttribute('data-inital-sets');\n const initalMapStatus = app[0].getAttribute('data-initial-map-available');\n const shadow = navTools.shadowRoot;\n shadow.appendChild(navTools.navToolsStyle);\n const navToolsWrapper = document.createElement('section');\n navToolsWrapper.id = 'nav-tools-wrapper';\n navToolsWrapper.setAttribute('role', 'navigation');\n navToolsWrapper.setAttribute('aria-label', 'Data Navigation');\n const clearResultsBtn = document.createElement('cod-button');\n clearResultsBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-app-mode') == 'my-home-info') {\n app[0].setAttribute('data-app-state', 'welcome-screen');\n app[0].setAttribute('data-active-sets', 'assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection');\n } else {\n app[0].setAttribute('data-app-state', 'active-screen');\n app[0].setAttribute('data-active-sets', initialSets);\n }\n if(initalMapStatus == 'true'){\n app[0].setAttribute('data-map-available', 'true');\n }else{\n app[0].setAttribute('data-map-available', 'false');\n }\n app[0].setAttribute('data-parcel-id', 'none');\n app[0].setAttribute('data-api-stored-datasets', '{}');\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-section', 'property');\n });\n clearResultsBtn.setAttribute('data-primary', true);\n clearResultsBtn.setAttribute('data-label', 'x');\n clearResultsBtn.setAttribute('data-size', 'lg');\n clearResultsBtn.setAttribute('data-hover', false);\n clearResultsBtn.setAttribute('data-extra-classes', 'fw-bold');\n clearResultsBtn.setAttribute('data-background-color', 'warning');\n clearResultsBtn.setAttribute('data-img', '');\n clearResultsBtn.setAttribute('data-img-alt', '');\n clearResultsBtn.setAttribute('data-shape', 'square');\n clearResultsBtn.setAttribute('data-icon', '');\n navToolsWrapper.appendChild(clearResultsBtn);\n\n if (appMode == 'my-home-info' && appStatus != 'error') {\n const propertyDataBtn = document.createElement('cod-button');\n propertyDataBtn.setAttribute('data-label', '');\n propertyDataBtn.setAttribute('data-size', 'lg');\n propertyDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/home.png');\n propertyDataBtn.setAttribute('data-img-alt', 'about this property');\n propertyDataBtn.setAttribute('data-shape', 'square');\n propertyDataBtn.setAttribute('data-nav-value', 'about this property');\n propertyDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'about this property') {\n propertyDataBtn.setAttribute('data-background-color', 'success');\n propertyDataBtn.setAttribute('data-primary', true);\n } else {\n propertyDataBtn.setAttribute('data-background-color', 'secondary');\n propertyDataBtn.setAttribute('data-primary', false);\n propertyDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection');\n app[0].setAttribute('data-map-available', 'false');\n app[0].setAttribute('data-active-section', 'about this property');\n app[0].setAttribute('data-app-state', 'loading-screen');\n })\n }\n navToolsWrapper.appendChild(propertyDataBtn);\n\n const govDataBtn = document.createElement('cod-button');\n govDataBtn.setAttribute('data-label', '');\n govDataBtn.setAttribute('data-size', 'lg');\n govDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/government.png');\n govDataBtn.setAttribute('data-img-alt', 'government officials');\n govDataBtn.setAttribute('data-shape', 'square');\n govDataBtn.setAttribute('data-nav-value', 'government officials');\n govDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'government officials') {\n govDataBtn.setAttribute('data-background-color', 'success');\n govDataBtn.setAttribute('data-primary', true);\n } else {\n govDataBtn.setAttribute('data-background-color', 'secondary');\n govDataBtn.setAttribute('data-primary', false);\n govDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'council,council-members,bop-members,district-managers,business-liaison,district-inspectors,npo');\n app[0].setAttribute('data-map-available', 'false');\n app[0].setAttribute('data-active-section', 'government officials');\n app[0].setAttribute('data-app-state', 'loading-screen');\n });\n }\n navToolsWrapper.appendChild(govDataBtn);\n\n const zoneDataBtn = document.createElement('cod-button');\n zoneDataBtn.setAttribute('data-label', '');\n zoneDataBtn.setAttribute('data-size', 'lg');\n zoneDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/zone.png');\n zoneDataBtn.setAttribute('data-img-alt', 'special areas and zones');\n zoneDataBtn.setAttribute('data-shape', 'square');\n zoneDataBtn.setAttribute('data-nav-value', 'special areas and zones');\n zoneDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'special areas and zones') {\n zoneDataBtn.setAttribute('data-background-color', 'success');\n zoneDataBtn.setAttribute('data-primary', true);\n } else {\n zoneDataBtn.setAttribute('data-background-color', 'secondary');\n zoneDataBtn.setAttribute('data-primary', false);\n zoneDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'nez,nrsa,historicDistrict');\n app[0].setAttribute('data-map-available', 'false');\n app[0].setAttribute('data-active-section', 'special areas and zones');\n app[0].setAttribute('data-app-state', 'loading-screen');\n });\n }\n navToolsWrapper.appendChild(zoneDataBtn);\n\n const nearDataBtn = document.createElement('cod-button');\n nearDataBtn.setAttribute('data-label', '');\n nearDataBtn.setAttribute('data-size', 'lg');\n nearDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/nearby.png');\n nearDataBtn.setAttribute('data-img-alt', 'things nearby');\n nearDataBtn.setAttribute('data-shape', 'square');\n nearDataBtn.setAttribute('data-nav-value', 'things nearby');\n nearDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'things nearby') {\n nearDataBtn.setAttribute('data-background-color', 'success');\n nearDataBtn.setAttribute('data-primary', true);\n } else {\n nearDataBtn.setAttribute('data-background-color', 'secondary');\n nearDataBtn.setAttribute('data-primary', false);\n nearDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'schools,demos-data,stabilization-data,improve-det');\n app[0].setAttribute('data-active-section', 'things nearby');\n app[0].setAttribute('data-map-available', 'true');\n app[0].setAttribute('data-app-state', 'loading-screen');\n });\n }\n navToolsWrapper.appendChild(nearDataBtn);\n\n const printBtn = document.createElement('cod-button');\n printBtn.setAttribute('data-label', '');\n printBtn.setAttribute('data-size', 'lg');\n printBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/print.png');\n printBtn.setAttribute('data-img-alt', 'print');\n printBtn.setAttribute('data-shape', 'square');\n printBtn.setAttribute('data-nav-value', 'print');\n printBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'print') {\n printBtn.setAttribute('data-background-color', 'success');\n printBtn.setAttribute('data-primary', true);\n } else {\n printBtn.setAttribute('data-background-color', 'secondary');\n printBtn.setAttribute('data-primary', false);\n printBtn.addEventListener('click', (ev) => {\n if(ev.target.getAttribute('data-nav-value')){\n app[0].setAttribute('data-app-state', 'print');\n }\n });\n }\n navToolsWrapper.appendChild(printBtn);\n }\n\n shadow.appendChild(navToolsWrapper);\n }\n\n}\n","'use strict';\nimport Geocoder from './Geocoder';\nimport NavigationTools from './NavigationTools';\ncustomElements.define('app-geocoder', Geocoder);\ncustomElements.define('app-nav-tools', NavigationTools);\nexport default class Display extends HTMLElement {\n static get observedAttributes() {\n return ['data-display-type', 'data-pagination'];\n }\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Creating images\n this.neighborhoodImage = document.createElement('img');\n this.neighborhoodImage.src = 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/neighborhood.png'; //neighborhoodImage;\n this.neighborhoodImage.setAttribute('alt', '');\n\n // Creating display styles\n this.welcomeStyle = document.createElement('style');\n this.welcomeStyle.textContent = `\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #display-wrapper { display: flex; padding: 1em; flex-wrap: wrap; font-family: 'Montserrat', sans-serif;}\n #display-wrapper #welcome-img-wrapper { display: flex; }\n #display-wrapper #welcome-img-wrapper img { height: 10em; margin: auto }\n #display-wrapper p { text-align: center; font-family: 'Montserrat', sans-serif;}\n #display-wrapper button { padding: 1em 3em; background-color: #004445; color: #fff; border: none; cursor: pointer; margin: auto; width: 100%;}\n p.display-title { font-weight: bold; font-size: 1.25em; }\n app-geocoder { width: 100%}\n .btn-group { display:flex; width: 100%; }\n @media all and (min-width: 551px) {\n #display-wrapper{ display: flex; }\n #display-wrapper #welcome-img-wrapper img { width: 15em; height: auto; }\n #display-wrapper article { flex: 1; padding: 1em; }\n }\n `;\n\n this.resultsStyle = document.createElement('style');\n this.resultsStyle.textContent = `\n .results-container{ display: flex; }\n #data-results { background-color: #e6e6e6; padding: 1em; height: 40em; overflow-y: auto; }\n .data-title { font-weight: bold; border-left: solid .2em #FEB70D; padding: .5em; margin: 0 0 1em 0; font-family: 'Montserrat', sans-serif;}\n .result-address {background-color: #fff; border: solid 0.1em #e6e6e6; padding: 1.04em 0.6em; font-family: 'Montserrat', sans-serif;}\n .data-block-title { padding: .5em; background-color: #FEB70D; margin: 0; font-weight: bold; font-family: 'Montserrat', sans-serif; display: flex;}\n .data-block-title span { flex: 1; margin: auto; }\n .data-block-content { padding: .5em; margin-bottom: .5em; background-color: #fff; }\n .data-block-content p { margin: 0; font-family: 'Montserrat', sans-serif;}\n .data-block-content hr { border-top: 1px dotted;}\n .dataset-results {flex: 1;}\n .critical-text { color: #CF3234; }\n .error-result { padding: 1em; }\n .data-block-title button { background-color: #fff; border: none; padding: 0.25em 0.5em; box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 75%);}\n .data-block-title button img { height: 1em; }\n @media all and (min-width: 551px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 2; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n\n @media all and (min-width: 1024px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 3; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n `;\n\n // Start loading display content\n this.loadDisplay(this);\n }\n\n attributeChangedCallback(name, oldValue, newValue) {\n // console.log(`Display - attribute: ${name}, old: ${oldValue}, new: ${newValue}`);\n if (newValue == 'results') {\n this.clearDisplay(this);\n }\n if (name == 'data-pagination'){\n this.clearDisplay(this);\n }\n this.loadDisplay(this);\n }\n\n clearDisplay(display) {\n const shadow = display.shadowRoot;\n while (shadow.firstChild) {\n shadow.removeChild(shadow.firstChild);\n }\n }\n\n formatDate(value) {\n const month = [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"];\n const tempDate = new Date(value);\n return `${month[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getFullYear()}`;\n }\n\n buildCouncil(value) {\n let siteURL = window.location.hostname;\n let dataParsing = { title: \"Council District\", content: null };\n dataParsing.content = `\n

District Number: ${value.data.district}

\n

Council Member: ${value.data.name}

\n

Council Member Phone: ${value.data.phone}

\n `;\n return dataParsing;\n }\n\n buildBOP(value) {\n let siteURL = window.location.hostname;\n let dataParsing = { title: \"Police Commissioner\", content: null };\n dataParsing.content = `\n

Commissioner: ${value.data.name}

\n

Commissioner's Phone: ${value.data.phone}

\n

Commissioner's Email: ${value.data.email}

\n `;\n return dataParsing;\n }\n\n buildDistrictManagers(value) {\n let dataParsing = { title: \"District Managers\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

District Manager: ${value.data.manager.name}

\n

Manager Phone: ${value.data.manager.phone}

\n

Deputy Manager: ${value.data.deputy.name}

\n

Deputy Manager Phone: ${value.data.deputy.phone}

\n `;\n } else {\n dataParsing.content = `\n

No data found

\n `;\n }\n return dataParsing;\n }\n\n buildBusinessLiaison(value) {\n let dataParsing = { title: \"Business Liaison\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

Liaison: ${value.data.name}

\n

Liaison Phone: ${value.data.email}

\n `;\n } else {\n dataParsing.content = `\n

No data found

\n `;\n }\n return dataParsing;\n }\n\n buildInspector(value) {\n let dataParsing = { title: \"Enforcement Inspector\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

Inspector: ${value.data.name}

\n

Inspector Phone: ${value.data.phone}

\n `;\n } else {\n dataParsing.content = `\n

No data found

\n `;\n }\n return dataParsing;\n }\n\n buildNeighborhood(value) {\n let dataParsing = { title: \"Neighborhood\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

Neighborhood name: ${value.data.attributes.neighborhood_name}

\n `;\n } else {\n dataParsing.content = `\n

No neighborhood found

\n `;\n }\n return dataParsing;\n }\n\n buildDWSDBackupProtection(values) {\n let validNeighborhoods = ['Aviation Sub', 'Barton-McFarland', 'Chadsey Condon', 'Cornerstone Village', 'East English Village', 'Morningside', 'Jefferson Chalmers', 'Warrendale', 'Victoria Park', 'Moross-Morang', 'Garden View'];\n let dataParsing = { title: \"DWSD Basement Backup Protection Program\", content: null };\n if (values && values.data.attributes.neighborhood_name) {\n if (validNeighborhoods.includes(values.data.attributes.neighborhood_name)) {\n dataParsing.content = `\n

This property qualifies for the DWSD Basement Backup Protection Program.

\n
\n \n `;\n }else{\n dataParsing.content = `\n

This property doesn't qualify for the Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n } else {\n dataParsing.content = `\n

This property doesn't qualify for the Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n return dataParsing;\n }\n\n buildHRDFlooding(values) {\n let validNeighborhoods = ['Cornerstone Village', 'Morningside', 'Chandler Park', 'Fox Creek', 'Riverbend', 'Morningside', 'West End ', 'Midwest', 'Chadsey‐Condon', 'Claytown', 'North Corktown', 'Michigan‐ Martin', 'Aviation Sub', 'Garden View', 'Plymouth‐I96', 'Plymouth‐Hubell', 'Paveway', 'We Care Community', 'Fiskhorn', 'Joy-Schaefer', 'Warrendale', 'Warren Ave Community', 'Barton-McFarland'];\n let dataParsing = { title: \"CDBG Disaster Recovery Basement Backup Protection Program\", content: null };\n if (values && values.data.attributes.neighborhood_name) {\n if (validNeighborhoods.includes(values.data.attributes.neighborhood_name)) {\n dataParsing.content = `\n

This property qualifies for the CDBG Disaster Recovery Basement Backup Protection Program.

\n
\n \n `;\n }else{\n dataParsing.content = `\n

This property doesn’t qualify for the CDBG Disaster Recovery Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n } else {\n dataParsing.content = `\n

This property doesn’t qualify for the CDBG Disaster Recovery Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n return dataParsing;\n }\n\n buildHistoricDistrict(value, display) {\n let dataParsing = { title: \"NEZ Homestead Zone\", content: null };\n if (Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.features.length > 0) {\n dataParsing.content = `\n

NAME: ${value.data.features[0].attributes.Name}

\n

DESIGNATED ON: ${display.formatDate(value.data.features[0].attributes.Year_Enacted).format('MMM DD, YYYY')}

\n `;\n } else {\n dataParsing.content = `\n

This property is not in a historic district.

\n `;\n }\n return dataParsing;\n }\n\n buildNEZ(nez) {\n let dataParsing = { title: \"NEZ Homestead Zone\", content: null };\n if (Object.keys(nez.data).length != 0 && nez.data.constructor === Object && nez.data.features.length > 0) {\n dataParsing.content = `\n

Name: ${nez.data.features[0].attributes.RNNAME}

\n

ID: ${nez.data.features[0].attributes.RID}

\n

View Map

\n `;\n } else {\n dataParsing.content = `\n

This property is not on a NEZ Homestead zone.

\n

View Map

\n `;\n }\n return dataParsing;\n }\n\n buildNRSA(value) {\n let dataParsing = { title: \"Neighborhood Revitalization Strategy Areas (NRSA)\", content: null };\n if (Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.features.length > 0) {\n dataParsing.content = `\n

Name: ${value.data.features[0].attributes.Name}

\n `;\n } else {\n dataParsing.content = `\n

This property is not on a NRSA.

\n `;\n }\n return dataParsing;\n }\n\n buildNPO(value) {\n let dataParsing = { title: \"Police\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

PRECINCT

\n

Number: ${value.data.features[0].attributes.precinct}

\n

Address: ${value.data.features[0].attributes.precinct_location}

\n
\n

NEIGHBORHOOD POLICE OFFICER (NPO)

\n

Name: ${value.data.features[0].attributes.police_officer}

\n

Phone: ${value.data.features[0].attributes.phone_number}

\n

Email: ${value.data.features[0].attributes.email}

\n `;\n } else {\n dataParsing.content = `

No police info found

`;\n }\n return dataParsing;\n }\n\n checkRecyclingStatus(data) {\n try {\n if (data.next_pickups['yard waste']) {\n let yardStart = null;\n let yardEnd = null;\n data.details.forEach((item) => {\n if (item.type == 'start-date' && item.service == 'yard waste') {\n if (item.normalDay != null) {\n yardStart = item.normalDay;\n } else {\n yardStart = item.newDay;\n }\n }\n if (item.type == 'end-date' && item.service == 'yard waste') {\n if (item.normalDay != null) {\n yardEnd = item.normalDay;\n } else {\n yardEnd = item.newDay;\n }\n }\n });\n if (moment(data.next_pickups['yard waste'].next_pickup).isBetween(yardStart, yardEnd)) {\n return true;\n } else {\n return false;\n }\n } else {\n return false;\n }\n } catch (error) {\n return false;\n }\n }\n\n buildRecycling(value, display) {\n let dataParsing = { title: \"Trash & Recycling\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object) {\n let contractorInfo = {\n name: null,\n url: null,\n phone: null\n };\n if (value.data.next_pickups.trash.contractor === 'GFL') {\n contractorInfo.name = 'GFL';\n contractorInfo.url = 'http://gflusa.com/residential/detroit/';\n contractorInfo.phone = '(844) 464-3587';\n } else {\n contractorInfo.name = 'WM';\n contractorInfo.url = 'http://www.advanceddisposal.com/mi/detroit/detroit-residential-collection';\n contractorInfo.phone = ' (844) 233-8764';\n }\n dataParsing.content = `\n

Provider: ${contractorInfo.name} ${contractorInfo.phone}

\n

Next Trash: ${display.formatDate(value.data.next_pickups.trash.next_pickup)}

\n

Next Recycling: ${display.formatDate(value.data.next_pickups.recycling.next_pickup)}

\n

Next Bulk: ${display.formatDate(value.data.next_pickups.bulk.next_pickup)}

\n ${(display.checkRecyclingStatus(value.data)) ? tempHTML += `

Next Yard: ${display.formatDate(value.data.next_pickups['yard waste'].next_pickup)}

` : ``}\n `;\n } else {\n dataParsing.content = `

No data found

`;\n }\n return dataParsing;\n }\n\n buildAssessors(value) {\n let dataParsing = { title: \"Assessor's Data\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n let property = {\n year: null,\n value: null,\n floor: null,\n buildingClass: null\n }\n dataParsing.content = `\n

Owner's address: ${value.data.ownerstreetaddr}

\n

Owner's city: ${value.data.ownercity}

\n

Owner's state: ${value.data.ownerstate}

\n

Owner's zip: ${value.data.ownerzip}

\n `;\n if (value.data.resb_bldgclass === 0) {\n property.year = value.data.cib_yearbuilt;\n property.value = value.data.cib_value;\n property.floor = value.data.cib_yearbuilt;\n property.buildingClass = value.data.cib_yearbuilt;\n } else {\n property.year = value.data.resb_yearbuilt;\n property.value = value.data.resb_value;\n property.floor = value.data.resb_floorarea;\n property.buildingClass = value.data.resb_bldgclass;\n }\n dataParsing.content += `\n

Parcel number: ${value.data.pnum}

\n

Year build: ${property.year}

\n

Calculated value: $${property.value.toLocaleString()}

\n

Floor area: ${property.floor.toLocaleString()} SQFT

\n

Building class: ${property.buildingClass}

\n `;\n } else {\n dataParsing.content = `

No data found

`;\n }\n return dataParsing;\n }\n\n buildRental(value, display) {\n let app = document.getElementsByTagName('my-home-info');\n let apiDataSets = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n let dataParsing = { title: \"Rental Enforcement Status\", content: null };\n if ((value && value.data.features.length) || (apiDataSets['rental-cert-data'] && apiDataSets['rental-cert-data'].data.features.length)) {\n dataParsing.content = `\n

Registered: ${value.data.features.length ? `${display.formatDate(value.data.features[0].attributes.date_status)}` : `Not registered`}

\n

Certified: ${apiDataSets['rental-cert-data'].data.features.length ? `${display.formatDate(apiDataSets['rental-cert-data'].data.features[0].attributes.issued_date)}` : `Not certified`}

\n `;\n } else {\n dataParsing.content = `\n

Registered: Not registered

\n

Certified: Not certified

\n `;\n }\n return dataParsing;\n }\n\n buildFireEscrow(value) {\n let tempHTML = '';\n if (value && value.data.features.length) {\n tempHTML += `\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow found

\n

\n
\n
`;\n } else {\n tempHTML += `\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow not found

\n
\n
`;\n }\n return tempHTML;\n }\n\n buildBlight(value, display) {\n let dataParsing = { title: \"Blight Tickets\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

Ticket ID: ${value.attributes.ticket_number}

\n

Fine Amount: $${value.attributes.fine_amount}

\n

Agency name: ${value.attributes.agency_name}

\n

Disposition: ${value.attributes.disposition}

\n

Description: ${value.attributes.violation_description}

\n

Hearing Date: ${display.formatDate(value.attributes.hearing_date)}

\n

Hearing Time: ${value.attributes.hearing_time}

\n `;\n } else {\n dataParsing.content = `

No blight tickets found

`;\n }\n return dataParsing;\n }\n\n buildSchools(value, display) {\n let dataParsing = { title: \"Schools\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n if (index == 0) {\n dataParsing.content = `\n

Name: ${value.properties.EntityOfficialName}

\n

EntityActualGrades: ${value.properties.EntityActualGrades}

\n

Type: ${value.properties.EntityTypeName}

\n

Address: ${value.properties.EntityPhysicalStreet}

\n
\n `;\n } else {\n dataParsing.content += `\n

Name: ${value.properties.EntityOfficialName}

\n

EntityActualGrades: ${value.properties.EntityActualGrades}

\n

Type: ${value.properties.EntityTypeName}

\n

Address: ${value.properties.EntityPhysicalStreet}

\n
\n `;\n }\n });\n } else {\n dataParsing.content = `

No schools nearby.

`;\n }\n return dataParsing;\n }\n\n buildPermit(value, display) {\n let dataParsing = { title: \"Building Permits\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

PERMIT NUMBER: ${value.attributes.record_id}

\n

PERMIT TYPE: ${value.attributes.permit_type}

\n

PERMIT BUILDING TYPE: ${value.attributes.permit_type}

\n

PERMIT STATUS: ${value.attributes.status}

\n

PERMIT ISSUED: ${display.formatDate(value.attributes.issued_date)}

\n

PERMIT DESCRIPTION: ${value.attributes.description_of_work}

\n `;\n } else {\n dataParsing.content = `

No building permits found

`;\n }\n return dataParsing;\n }\n\n buildDemoStatus(value, display) {\n let app = document.getElementsByTagName('my-home-info');\n let parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\n let tempAddress = parcelData.address.replace(' ', '%2520');\n tempAddress = tempAddress.replace(',', '%252C');\n let dataParsing = { title: \"Demolition Status\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

WARNIG!

\n

THIS PROPERTY IS SCHEDULED FOR DEMOLITION

\n ${(value.data.features[0].attributes.demolish_by_date == null) ? `

Date to be determined

` : `

${display.formatDate(value.attributes.demolish_by_date)}

`}\n
\n

\n `;\n } else {\n dataParsing.content = `\n

This property is not on the demolition list

\n
\n

`;\n }\n return dataParsing;\n }\n\n buildDemosNear(value, display) {\n let dataParsing = { title: \"Demolitions Nearby\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n if (index == 0) {\n dataParsing.content = `\n

Address: ${value.properties.address}

\n

Commercial: ${value.properties.commercial_building}

\n

Price: $${parseInt(value.properties.price).toLocaleString()}

\n

Parcel: ${value.properties.parcel_id}

\n

Contractor: ${value.properties.contractor_name}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n ${(value.properties.demolish_by_date == undefined || value.properties.demolish_by_date == null) ? `

Expected Date: Date to be determined

` : `

Expected Date:${display.formatDate(value.properties.demolish_by_date)}

`}\n
\n `;\n } else {\n dataParsing.content += `\n

Address: ${value.properties.address}

\n

Commercial: ${value.properties.commercial_building}

\n

Price: $${parseInt(value.properties.price).toLocaleString()}

\n

Parcel: ${value.properties.parcel_id}

\n

Contractor: ${value.properties.contractor_name}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n ${(value.properties.demolish_by_date == undefined || value.properties.demolish_by_date == null) ? `

Expected Date: Date to be determined

` : `

Expected Date:${display.formatDate(value.properties.demolish_by_date)}

`}\n
\n `;\n }\n });\n\n } else {\n dataParsing.content = `

No demolitions are happening nearby.

`;\n }\n return dataParsing;\n }\n\n buildStabilizationsNear(value, display) {\n let dataParsing = { title: \"Stabilizations Nearby\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n\n if (index == 0) {\n dataParsing.content = `\n

Address: ${value.properties.address}

\n

Parcel: ${value.properties.parcel_id}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n

Status: ${value.properties.rehab_status}

\n
\n `;\n } else {\n dataParsing.content += `\n

Address: ${value.properties.address}

\n

Parcel: ${value.properties.parcel_id}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n

Status: ${value.properties.rehab_status}

\n
\n `;\n }\n });\n\n } else {\n dataParsing.content = `

No stabilizations are happening nearby.

`;\n }\n return dataParsing;\n }\n\n buildImproveDet(value, display) {\n let dataParsing = { title: \"Improve Detroit Issues Nearby\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n if (index == 0) {\n dataParsing.content = `\n

ID: ${value.properties.id}

\n

Type: ${value.properties.request_type_title}

\n

Status: ${value.properties.status}

\n

Reported on: ${display.formatDate(value.properties.created_at)}

\n
\n `;\n } else {\n dataParsing.content += `\n

ID: ${value.properties.id}

\n

Type: ${value.properties.request_type_title}

\n

Status: ${value.properties.status}

\n

Reported on: ${display.formatDate(value.properties.created_at)}

\n
\n `;\n }\n });\n\n } else {\n dataParsing.content = `

No active issues nearby.

`;\n }\n return dataParsing;\n }\n\n selectDataBlockType(display, value) {\n switch (value.id) {\n case 'council-members':\n try {\n return display.buildCouncil(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'bop-members':\n try {\n return display.buildBOP(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'district-managers':\n try {\n return display.buildDistrictManagers(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'business-liaison':\n try {\n return display.buildBusinessLiaison(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'district-inspectors':\n try {\n return display.buildInspector(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'neighborhood':\n try {\n return display.buildNeighborhood(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'nez':\n try {\n return display.buildNEZ(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'nrsa':\n try {\n return display.buildNRSA(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'assessors-data':\n try {\n return display.buildAssessors(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'permit-data':\n try {\n return display.buildPermit(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'rental-data':\n try {\n return display.buildRental(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'blight-data':\n try {\n return display.buildBlight(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'demos-data':\n try {\n return display.buildDemosNear(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'stabilization-data':\n try {\n return display.buildStabilizationsNear(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'demo-status':\n try {\n return display.buildDemoStatus(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'npo':\n try {\n return display.buildNPO(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'improve-det':\n try {\n return display.buildImproveDet(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'schools':\n try {\n return display.buildSchools(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'recycling':\n try {\n return display.buildRecycling(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'historicDistrict':\n try {\n return display.buildHistoricDistrict(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'fireEscrow':\n try {\n return display.buildFireEscrow(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'DWSDBackupProtection':\n try {\n return display.buildDWSDBackupProtection(value);\n } catch (error) {\n return '';\n }\n break;\n\n case 'HRDFlooding':\n try {\n return display.buildHRDFlooding(value);\n } catch (error) {\n return '';\n }\n break;\n\n default:\n return '';\n break;\n }\n }\n\n setDatasetPagination(display, dataset){\n if(display.hasAttribute('data-pagination')){\n let paginations = JSON.parse(display.getAttribute('data-pagination'));\n if(paginations[dataset.id]){\n let paginationObj = {start: paginations[dataset.id].start};\n if(dataset.data.features.length <= (paginations[dataset.id].end + 3)){\n paginationObj.end = dataset.data.features.length;\n paginationObj.more = false;\n }else{\n paginationObj.end = paginations[dataset.id].end + 3;\n paginationObj.more = true;\n }\n return paginationObj;\n }else{\n let paginationObj = {start: 0, end: 3, more: true};\n if(dataset.data.features){\n if(dataset.data.features.length <= 3){\n paginationObj.end = dataset.data.features.length;\n paginationObj.more = false;\n }\n }else{\n paginationObj.start = null;\n paginationObj.more = false;\n }\n return paginationObj;\n }\n }else{\n let paginationObj = {start: 0, end: 3, more: true};\n if(dataset.data.features){\n if(dataset.data.features.length <= 3){\n paginationObj.end = dataset.data.features.length;\n paginationObj.more = false;\n }\n }else{\n paginationObj.start = null;\n paginationObj.more = false;\n }\n return paginationObj;\n }\n }\n\n printInfo(display) {\n let divContents = display.buildDataSection(display);\n let a = window.open('', '', 'height=500, width=500');\n a.document.write('');\n a.document.write('');\n a.document.write('');\n a.document.write(divContents.children[1].innerHTML);\n a.document.write('');\n a.document.close();\n a.print();\n }\n\n buildDataBlock(display, dataSet) {\n const app = document.getElementsByTagName('my-home-info');\n const mapAvailable = app[0].getAttribute('data-map-available');\n const dataBlock = document.createElement('article');\n dataBlock.className = 'data-block';\n let pagination = display.setDatasetPagination(display, dataSet);\n let splitDataset = JSON.parse(JSON.stringify(dataSet));\n if(pagination.start !== null){\n splitDataset.data.features = dataSet.data.features.slice(pagination.start, pagination.end);\n }\n let datasetValues = display.selectDataBlockType(display, splitDataset);\n if (datasetValues == undefined || datasetValues.content == null) {\n return null;\n } else {\n const dataBlockTitle = document.createElement('p');\n dataBlockTitle.className = 'data-block-title';\n const dataBlockContent = document.createElement('article');\n dataBlockContent.className = 'data-block-content';\n dataBlockContent.innerHTML = datasetValues.content;\n if (mapAvailable == 'true') {\n const text = document.createElement('span');\n text.innerText = datasetValues.title;\n const mapButton = document.createElement('cod-button');\n mapButton.setAttribute('data-map-active-data', dataSet.id);\n mapButton.setAttribute('data-label', 'View Map');\n mapButton.setAttribute('data-size', 'xsmall');\n mapButton.setAttribute('data-icon', '');\n mapButton.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-02/map.png');\n mapButton.setAttribute('data-img-alt', 'map');\n mapButton.setAttribute('data-shape', '');\n mapButton.setAttribute('data-hover', false);\n mapButton.setAttribute('data-extra-classes', 'fw-bold');\n mapButton.setAttribute('data-background-color', 'light');\n mapButton.setAttribute('data-primary', true);\n mapButton.addEventListener('click', (ev) => {\n if(ev.target.getAttribute('data-map-active-data')){\n app[0].setAttribute('data-map-active-data', ev.target.getAttribute('data-map-active-data'));\n app[0].setAttribute('data-app-state', 'map');\n }\n });\n dataBlockTitle.appendChild(text);\n dataBlockTitle.appendChild(mapButton);\n } else {\n dataBlockTitle.innerText = datasetValues.title;\n }\n dataBlock.appendChild(dataBlockTitle);\n dataBlock.appendChild(dataBlockContent);\n if(pagination.more){\n let loadMoreBtn = document.createElement('cod-button');\n loadMoreBtn.setAttribute('data-pagination-id', dataSet.id);\n loadMoreBtn.setAttribute('data-pagination', JSON.stringify(pagination));\n loadMoreBtn.setAttribute('data-label', 'Load More +');\n loadMoreBtn.setAttribute('data-size', 'xsmall');\n loadMoreBtn.setAttribute('data-icon', '');\n loadMoreBtn.setAttribute('data-img', '');\n loadMoreBtn.setAttribute('data-img-alt', '');\n loadMoreBtn.setAttribute('data-shape', '');\n loadMoreBtn.setAttribute('data-hover', false);\n loadMoreBtn.setAttribute('data-extra-classes', 'fw-bold');\n loadMoreBtn.setAttribute('data-background-color', 'primary');\n loadMoreBtn.setAttribute('data-primary', false);\n loadMoreBtn.addEventListener('click', (ev) => {\n if(ev.target.getAttribute('data-pagination')){\n let loadMoreSpinner = document.createElement('cod-spinner');\n loadMoreSpinner.setAttribute('data-type', 'border');\n loadMoreSpinner.setAttribute('data-background-color', 'primary');\n loadMoreSpinner.setAttribute('data-size', 'sm');\n let paginations = display.getAttribute('data-pagination');\n if(paginations === null){\n paginations = {};\n }else{\n paginations = JSON.parse(paginations);\n }\n paginations[`${ev.target.getAttribute('data-pagination-id')}`] = JSON.parse(ev.target.getAttribute('data-pagination'));\n display.setAttribute('data-pagination', JSON.stringify(paginations));\n ev.target.parentElement.appendChild(loadMoreSpinner);\n ev.target.remove();\n }\n });\n dataBlockContent.appendChild(loadMoreBtn);\n }\n return dataBlock;\n }\n }\n\n buildDataSection(display) {\n const app = document.getElementsByTagName('my-home-info');\n const appMode = app[0].getAttribute('data-app-mode');\n const results = document.createElement('section');\n results.id = 'data-results';\n if (appMode == 'my-home-info') {\n const sectionTitle = document.createElement('p');\n sectionTitle.className = 'data-title';\n sectionTitle.innerText = app[0].getAttribute('data-active-section').toUpperCase();\n results.appendChild(sectionTitle);\n }\n const dataBlocks = document.createElement('div');\n dataBlocks.id = 'data-blocks';\n results.appendChild(dataBlocks);\n\n const apiDataSets = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const dataSet in apiDataSets) {\n if (Object.hasOwnProperty.call(apiDataSets, dataSet)) {\n if (display.buildDataBlock(display, apiDataSets[dataSet]) != null) {\n dataBlocks.appendChild(display.buildDataBlock(display, apiDataSets[dataSet]));\n }\n }\n }\n return results;\n }\n\n loadDisplay(display) {\n const shadow = display.shadowRoot;\n const displayWrapper = document.createElement('section');\n const geocoder = document.createElement('app-geocoder');\n const navTools = document.createElement('app-nav-tools');\n const app = document.getElementsByTagName('my-home-info');\n navTools.printInfo = display.printInfo;\n displayWrapper.id = 'display-wrapper';\n switch (this.getAttribute('data-display-type')) {\n case 'welcome':\n shadow.appendChild(display.welcomeStyle);\n const imageWrapper = document.createElement('div');\n imageWrapper.id = 'welcome-img-wrapper';\n imageWrapper.appendChild(this.neighborhoodImage);\n displayWrapper.appendChild(imageWrapper);\n const textWrapperWelcome = document.createElement('article');\n displayWrapper.appendChild(textWrapperWelcome);\n const titleWelcome = document.createElement('p');\n titleWelcome.setAttribute('aria-label', 'title');\n titleWelcome.innerText = 'It’s all here. All in one place.';\n titleWelcome.className = 'display-title';\n textWrapperWelcome.appendChild(titleWelcome)\n const textWelcome = document.createElement('p');\n textWelcome.innerText = 'Enter your home address to find out your city councilmember and neighborhood district manager, along with local information about trash/recycling, your neighborhood police officer, city issues reported in your neighborhood, and more.';\n textWrapperWelcome.appendChild(textWelcome);\n textWrapperWelcome.appendChild(geocoder);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'active':\n shadow.appendChild(display.welcomeStyle);\n displayWrapper.appendChild(geocoder);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'loading':\n const loader = document.createElement('cod-loader');\n loader.setAttribute('data-color', 'color-3');\n displayWrapper.appendChild(loader);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'results':\n let parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\n shadow.appendChild(display.resultsStyle);\n let resultsContainer = document.createElement('section');\n resultsContainer.className = 'results-container';\n resultsContainer.appendChild(navTools);\n let dataSetResults = document.createElement('article');\n dataSetResults.className = 'dataset-results';\n let addressBox = document.createElement('article');\n addressBox.className = 'result-address';\n addressBox.innerText = parcelData.address;\n dataSetResults.appendChild(addressBox);\n let results = display.buildDataSection(display);\n dataSetResults.appendChild(results);\n resultsContainer.appendChild(dataSetResults);\n displayWrapper.appendChild(resultsContainer);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'error':\n let errorContainer = document.createElement('section');\n shadow.appendChild(display.resultsStyle);\n errorContainer.className = 'results-container';\n errorContainer.appendChild(navTools);\n let errorBox = document.createElement('article');\n errorBox.className = 'error-result';\n errorBox.innerHTML = `\n \n \n \n \n \n \n \n \n \n \n

No Information found on this address. Please close and try again.

\n `;\n errorContainer.appendChild(errorBox);\n displayWrapper.appendChild(errorContainer);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'print':\n let printParcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\n shadow.appendChild(display.resultsStyle);\n let printResultsContainer = document.createElement('section');\n printResultsContainer.className = 'results-container';\n printResultsContainer.appendChild(navTools);\n let printDataSetResults = document.createElement('article');\n printDataSetResults.className = 'dataset-results';\n let printAddressBox = document.createElement('article');\n printAddressBox.className = 'result-address';\n printAddressBox.innerText = printParcelData.address;\n printDataSetResults.appendChild(printAddressBox);\n let printResults = display.buildDataSection(display);\n printDataSetResults.appendChild(printResults);\n printResultsContainer.appendChild(printDataSetResults);\n displayWrapper.appendChild(printResultsContainer);\n shadow.appendChild(displayWrapper);\n display.printInfo(display);\n break;\n\n default:\n break;\n }\n }\n\n}\n","'use strict';\r\nconst turf = require('@turf/turf');\r\nconst arcGIS = require('terraformer-arcgis-parser');\r\n\r\nexport default class DataLoader extends HTMLElement {\r\n static get observedAttributes() {\r\n return ['data-loader-state', 'data-parcel-id'];\r\n }\r\n\r\n constructor() {\r\n // Always call super first in constructor\r\n super();\r\n\r\n // Create a shadow root\r\n const shadow = this.attachShadow({ mode: 'open' });\r\n\r\n // Create result section\r\n const loaderWrapper = document.createElement('section');\r\n loaderWrapper.id = 'loader-wrapper';\r\n shadow.appendChild(loaderWrapper);\r\n }\r\n\r\n attributeChangedCallback(name, oldValue, newValue) {\r\n const shadow = this.shadowRoot;\r\n // console.log(`Loader - attribute: ${name}, old: ${oldValue}, new: ${newValue}`);\r\n switch (name) {\r\n case 'data-loader-state':\r\n this.clearLoader(this);\r\n this.loadLoader(this);\r\n break;\r\n\r\n default:\r\n break;\r\n }\r\n }\r\n\r\n getDataSets(loader) {\r\n const app = document.getElementsByTagName('my-home-info');\r\n const dataSets = app[0].getAttribute('data-active-sets').split(',');\r\n const parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\r\n let dataList = [];\r\n\r\n let assessorsData = new Promise((resolve, reject) => {\r\n if (parcelData.attributes.parcel_id == 'CONDO BUILDING') {\r\n resolve({ \"id\": \"assessors-data\", \"data\": null });\r\n } else {\r\n let url = \"https://apis.detroitmi.gov/assessments/parcel/\" + parcelData.attributes.parcel_id + \"/\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"assessors-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n }\r\n });\r\n\r\n let neighborhoods = new Promise((resolve, reject) => {\r\n resolve({ \"id\": \"neighborhood\", \"data\": parcelData });\r\n });\r\n\r\n let council = new Promise((resolve, reject) => {\r\n return resolve({ \"id\": \"council\", \"data\": parcelData });\r\n });\r\n let bopMembers = new Promise((resolve, reject) => {\r\n let url = \"/rest/bop?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"bop-members\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let districtManagers = new Promise((resolve, reject) => {\r\n let url = \"/rest/district-managers?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"district-managers\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let districtInspectors = new Promise((resolve, reject) => {\r\n let url = \"/rest/district-inspectors?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"district-inspectors\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let councilMembers = new Promise((resolve, reject) => {\r\n let url = \"/rest/council-members?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"council-members\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let DWSDBackupProtection = new Promise((resolve, reject) => {\r\n resolve({ \"id\": \"DWSDBackupProtection\", \"data\": parcelData });\r\n });\r\n let HRDFlooding = new Promise((resolve, reject) => {\r\n resolve({ \"id\": \"HRDFlooding\", \"data\": parcelData });\r\n });\r\n let nrsa = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/NRSA_2020/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"nrsa\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let nezHomestead = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/NEZHOMESTEAD2021/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"nez\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let permitData = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/BuildingPermits/FeatureServer/0/query?where=parcel_id+%3D+%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=3&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"permit-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let rentalData = new Promise((resolve, reject) => {\r\n let url;\r\n if (parcelData.attributes.parcel_id != 'CONDO BUILDING') {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=parcel_id+%3D+%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;\r\n } else {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C+${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`;\r\n }\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"rental-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let rentalCertData = new Promise((resolve, reject) => {\r\n let url;\r\n if (parcelData.attributes.parcel_id != 'CONDO BUILDING') {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=parcel_id%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;\r\n } else {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C+${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`;\r\n }\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"rental-cert-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let blightData = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Blight_Violations_(DAH)/FeatureServer/0/query?where=parcelno%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=violation_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"blight-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let salesHistoryData = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Property_Sales/FeatureServer/0/query?where=PARCEL_NO%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=SALE_DATE&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"sales-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let demosData = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 2, { units: 'miles' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n data.features.sort(loader.sortFeaturesByDistanceTo(point));\r\n resolve({ \"id\": \"demos-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let stabilizationData = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 2, { units: 'miles' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Contracted_Stabilizations/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n data.features.sort(loader.sortFeaturesByDistanceTo(point));\r\n resolve({ \"id\": \"stabilization-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let demoStatus = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=parcel_id+%3D+%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=demolish_by_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"demo-status\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let schools = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 2, { units: 'miles' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/2018_2019_Schools_(EEM)/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n data.features.sort(loader.sortFeaturesByDistanceTo(point));\r\n resolve({ \"id\": \"schools\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let npo = new Promise((resolve, reject) => {\r\n let url = `https://opengis.detroitmi.gov/opengis/rest/services/PublicSafety/NeighborhoodPoliceOfficers/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=1&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"npo\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let improveDet = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 300, { units: 'meters' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://opengis.detroitmi.gov/opengis/rest/services/DoIT/ImproveDetroitIssues/FeatureServer/0/query?where=status+%3C%3E+%27Closed%27+and+status+%3C%3E+%27Archived%27&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"improve-det\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let recycling = new Promise((resolve, reject) => {\r\n let url = \"https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/WasteCollectionAreas/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry=\" + parcelData.location.x + \"%2C+\" + parcelData.location.y + \"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json\";\r\n fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n let today = new Date();\r\n let todaysMonth = today.getMonth() + 1;\r\n let todaysYear = today.getFullYear();\r\n let url = `https://apis.detroitmi.gov/waste_schedule/details/${data.features[0].attributes.FID}/year/${todaysYear}/month/${todaysMonth}/`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"recycling\", \"data\": data });\r\n });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let historicDistrict = new Promise((resolve, reject) => {\r\n let url = \"https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/Detroit_Local_Historic_Districts/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry=\" + parcelData.location.x + \"%2C+\" + parcelData.location.y + \"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json\";\r\n fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"historicDistrict\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let fireEscrow = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/fie_properties_final/FeatureServer/0/query?where=parcel_id%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnHiddenFields=false&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"fireEscrow\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n dataSets.forEach(f => {\r\n switch (f) {\r\n case 'council':\r\n dataList.push(council);\r\n break;\r\n\r\n case 'neighborhood':\r\n dataList.push(neighborhoods);\r\n break;\r\n\r\n case 'assessors-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n if (parcelData.attributes.parcel_id == 'CONDO BUILDING') {\r\n } else {\r\n dataList.push(assessorsData);\r\n }\r\n }\r\n break;\r\n\r\n case 'permit-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(permitData);\r\n }\r\n break;\r\n\r\n case 'blight-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(blightData);\r\n }\r\n break;\r\n\r\n case 'salesHistoryData':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(salesHistoryData);\r\n }\r\n break;\r\n\r\n case 'fireEscrow':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(fireEscrow);\r\n }\r\n break;\r\n\r\n case 'nez':\r\n dataList.push(nezHomestead);\r\n break;\r\n\r\n case 'nrsa':\r\n dataList.push(nrsa);\r\n break;\r\n\r\n case 'npo':\r\n dataList.push(npo);\r\n break;\r\n\r\n case 'improve-det':\r\n dataList.push(improveDet);\r\n break;\r\n\r\n case 'recycling':\r\n dataList.push(recycling);\r\n break;\r\n\r\n case 'rental-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(rentalData);\r\n }\r\n break;\r\n\r\n case 'rental-cert':\r\n dataList.push(rentalCertData);\r\n break;\r\n\r\n case 'demo-status':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(demoStatus);\r\n }\r\n break;\r\n\r\n case 'demos-data':\r\n dataList.push(demosData);\r\n break;\r\n\r\n case 'stabilization-data':\r\n dataList.push(stabilizationData);\r\n break;\r\n\r\n case 'schools':\r\n dataList.push(schools);\r\n break;\r\n\r\n case 'historicDistrict':\r\n dataList.push(historicDistrict);\r\n break;\r\n\r\n case 'district-managers':\r\n dataList.push(districtManagers);\r\n break;\r\n\r\n case 'district-inspectors':\r\n dataList.push(districtInspectors);\r\n break;\r\n\r\n case 'council-members':\r\n dataList.push(councilMembers);\r\n break;\r\n\r\n case 'bop-members':\r\n dataList.push(bopMembers);\r\n break;\r\n\r\n case 'HRDFlooding':\r\n console.log('pushing HRDFlooding');\r\n dataList.push(HRDFlooding);\r\n break;\r\n\r\n default:\r\n break;\r\n }\r\n });\r\n return dataList;\r\n }\r\n\r\n buildCouncilData(data) {\r\n let councilData = {\r\n council: {\r\n district: `District ${data.council.data.attributes.council_district}`,\r\n districtURL: null,\r\n name: null,\r\n url: null,\r\n phone: null\r\n },\r\n bop: {\r\n district: `District ${data.council.data.attributes.council_district}`,\r\n url: null,\r\n name: null,\r\n url: null,\r\n phone: null,\r\n email: null\r\n },\r\n dmanager: {\r\n name: null,\r\n url: `/departments/department-of-neighborhoods/district-${data.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,\r\n phone: null\r\n },\r\n ddmanager: {\r\n name: null,\r\n url: `/departments/department-of-neighborhoods/district-${data.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,\r\n phone: null\r\n },\r\n bliaision: {\r\n name: null,\r\n email: null\r\n },\r\n enforcement: {\r\n name: null,\r\n phone: null\r\n }\r\n };\r\n switch (data.council.data.attributes.council_district.toString()) {\r\n case \"1\":\r\n councilData.council.districtURL = `/taxonomy/term/1276`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1276') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1276`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 1')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4331`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 1 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 1 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 1 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 1')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"2\":\r\n councilData.council.districtURL = `/taxonomy/term/1476`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1476') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1476`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 2')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4336`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 2 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 2 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 2 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 2')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"3\":\r\n councilData.council.districtURL = `/taxonomy/term/1481`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1481') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1481`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 3')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4341`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 3 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 3 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 3 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 3')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"4\":\r\n councilData.council.districtURL = `/taxonomy/term/1486`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1486') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1486`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 4')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4346`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 4 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 4 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 4 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 4')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"5\":\r\n councilData.council.districtURL = `/taxonomy/term/1346`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1346') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1346`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 5')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4351`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 5 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 5 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 5 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 5')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"6\":\r\n councilData.council.districtURL = `/taxonomy/term/1491`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1491') {\r\n let cleanPhone = item.field_phone.replace('Office: ', '');\r\n cleanPhone = cleanPhone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1491`;\r\n councilData.council.phone = `${item.field_phone}`;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 6')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4321`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 6 Manager')) {\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = `${item.field_telephone}`;\r\n }\r\n if (item.field_contact_position.includes('District 6 Deputy Manager')) {\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = `${item.field_telephone}`;\r\n }\r\n if (item.field_contact_position.includes('District 6 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 6')) {\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = `${item.field_telephone}`;\r\n }\r\n });\r\n break;\r\n\r\n case \"7\":\r\n councilData.council.districtURL = `/taxonomy/term/1511`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1511') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1511`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 7')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4356`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 7 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 7 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 7 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 7')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n default:\r\n // console.log('not inside city');\r\n break;\r\n }\r\n return councilData;\r\n }\r\n\r\n sortFeaturesByDistanceTo(target){\r\n return function(a, b) {\r\n var options = {units: 'radians'}; // using radians to forgo conversion to another unit\r\n return turf.distance(target, a, options) - turf.distance(target, b, options);\r\n }\r\n }\r\n\r\n getData(loader) {\r\n const app = document.getElementsByTagName('my-home-info');\r\n const activeDataSets = app[0].getAttribute('data-active-sets').split(',');\r\n const parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\r\n const storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\r\n let dataAlreadyLoaded = false;\r\n for (let key in storedData) {\r\n if (activeDataSets.includes(key)) {\r\n dataAlreadyLoaded = true;\r\n }\r\n }\r\n if (dataAlreadyLoaded) {\r\n let dataSets = {};\r\n activeDataSets.forEach(data => {\r\n dataSets[data] = storedData[data];\r\n });\r\n app[0].setAttribute('data-api-active-datasets', JSON.stringify(dataSets));\r\n app[0].setAttribute('data-app-state', 'results');\r\n } else {\r\n let dataList = loader.getDataSets(loader);\r\n Promise.all(dataList).then(values => {\r\n console.log(values);\r\n let dataSets = {};\r\n for (let key in values) {\r\n if (values[key] != null) {\r\n dataSets[values[key].id] = values[key];\r\n } else {\r\n initialLoadChecker = false;\r\n }\r\n }\r\n if (activeDataSets.includes('council')) {\r\n let councilData = loader.buildCouncilData(dataSets);\r\n dataSets['council-members'] = { id: 'council-members', data: councilData.council };\r\n dataSets['bop-members'] = { id: 'bop-members', data: councilData.bop };\r\n let dManagers = { manager: councilData.dmanager, deputy: councilData.ddmanager }\r\n dataSets['district-managers'] = { id: 'district-managers', data: dManagers };\r\n dataSets['business-liaison'] = { id: 'business-liaison', data: councilData.bliaision };\r\n dataSets['district-inspectors'] = { id: 'district-inspectors', data: councilData.enforcement };\r\n }\r\n if (activeDataSets.includes('DWSDBackupProtection')) {\r\n try {\r\n if (!dataSets.DWSDBackupProtection) {\r\n dataSets.DWSDBackupProtection = { id: 'DWSDBackupProtection', data: dataSets['neighborhood'].data };\r\n }\r\n } catch (error) {\r\n // console.log(error);\r\n }\r\n }\r\n app[0].setAttribute('data-api-active-datasets', JSON.stringify(dataSets));\r\n app[0].setAttribute('data-app-state', 'results');\r\n }).catch(reason => {\r\n // console.log(reason);\r\n });\r\n }\r\n }\r\n\r\n clearLoader(loader) {\r\n const shadow = loader.shadowRoot;\r\n while (shadow.firstChild) {\r\n shadow.removeChild(shadow.firstChild);\r\n }\r\n }\r\n\r\n loadLoader(loader) {\r\n const shadow = loader.shadowRoot;\r\n const loaderWrapper = document.createElement('section');\r\n loaderWrapper.id = 'loader-wrapper';\r\n switch (loader.getAttribute('data-loader-state')) {\r\n case 'active':\r\n loader.getData(loader);\r\n const textWelcome = document.createElement('p');\r\n textWelcome.innerText = 'Loading DATA';\r\n loaderWrapper.appendChild(textWelcome);\r\n shadow.appendChild(loaderWrapper);\r\n break;\r\n\r\n case 'finished':\r\n const text = document.createElement('p');\r\n text.innerText = 'Data loaded';\r\n loaderWrapper.appendChild(text);\r\n shadow.appendChild(loaderWrapper);\r\n break;\r\n\r\n default:\r\n\r\n break;\r\n }\r\n }\r\n}\r\n","'use strict';\nimport Display from './Display';\nimport DataLoader from './DataLoader';\n// import Map from './Map';\ncustomElements.define('app-display', Display);\ncustomElements.define('app-data-loader', DataLoader);\n// customElements.define('app-map', Map);\n\nexport default class MyHomeInfo extends HTMLElement {\n static get observedAttributes() {\n return ['data-app-state', 'data-parcel-id', 'data-map-state'];\n }\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Create result section\n const app = document.getElementsByTagName('my-home-info');\n let tempState = app[0].getAttribute('data-app-state');\n\n const appWrapper = document.createElement('section');\n appWrapper.id = 'app-wrapper';\n const display = document.createElement('app-display');\n if(tempState == 'active-screen'){\n display.setAttribute('data-display-type', 'active');\n }else{\n display.setAttribute('data-display-type', 'welcome');\n }\n appWrapper.appendChild(display);\n shadow.appendChild(appWrapper);\n }\n\n attributeChangedCallback(name, oldValue, newValue) {\n const shadow = this.shadowRoot;\n const app = document.getElementsByTagName('my-home-info');\n const appMode = app[0].getAttribute('data-app-mode');\n // console.log(`App - attribute: ${name}, old: ${oldValue}, new: ${newValue}`);\n switch (name) {\n case 'data-app-state':\n if (oldValue != null) {\n this.clearApp(this);\n this.loadApp(this);\n }\n break;\n\n case 'data-parcel-id':\n if (newValue != 'none') {\n this.setAttribute('data-app-state', 'loading-screen');\n } else {\n if(appMode == 'my-home-info'){\n this.setAttribute('data-app-state', 'welcome-screen');\n }\n }\n break;\n \n case 'data-map-state':\n break;\n\n default:\n console.log('not catched');\n break;\n }\n }\n\n clearApp(app) {\n const shadow = app.shadowRoot;\n while (shadow.firstChild) {\n shadow.removeChild(shadow.firstChild);\n }\n }\n\n loadApp(app) {\n const shadow = app.shadowRoot;\n const appWrapper = document.createElement('div');\n appWrapper.id = 'app-wrapper';\n const display = document.createElement('app-display');\n const dataLoader = document.createElement('app-data-loader');\n switch (app.getAttribute('data-app-state')) {\n case 'welcome-screen':\n display.setAttribute('data-display-type', 'welcome');\n appWrapper.appendChild(display);\n break;\n\n case 'active-screen':\n display.setAttribute('data-display-type', 'active');\n appWrapper.appendChild(display);\n break;\n\n case 'loading-screen':\n display.setAttribute('data-display-type', 'loading');\n dataLoader.setAttribute('data-loader-state', 'active');\n appWrapper.appendChild(display);\n break;\n\n case 'results':\n display.setAttribute('data-display-type', 'results');\n appWrapper.appendChild(display);\n break;\n\n case 'map':\n const map = document.createElement('cod-map');\n map.id='cod-map';\n let apiData = JSON.parse(this.getAttribute('data-api-active-datasets'));\n let mapData = this.getAttribute('data-map-active-data');\n map.setAttribute('data-parent-component', 'my-home-info');\n map.setAttribute('data-map-mode', 'my-home-info');\n map.setAttribute('data-map-active-data', this.getAttribute('data-map-active-data'));\n map.setAttribute('data-map-data', JSON.stringify(apiData[mapData]));\n map.setAttribute('data-location', this.getAttribute('data-parcel-id'));\n map.setAttribute('data-map-state', 'init');\n appWrapper.appendChild(map);\n break;\n\n case 'error':\n display.setAttribute('data-display-type', 'error');\n appWrapper.appendChild(display);\n break;\n\n case 'print':\n display.setAttribute('data-display-type', 'print');\n appWrapper.appendChild(display);\n break;\n\n default:\n break;\n }\n if (shadow.firstChild == null) {\n shadow.appendChild(appWrapper);\n }\n }\n}\n","import MyHomeInfo from './components/MyHomeInfo';\ncustomElements.define('my-home-info', MyHomeInfo);\n\nimport * as Sentry from \"@sentry/browser\";\n\nSentry.init({\n dsn: \"https://536fad340d72a07ee08fe3df749b982e@o4505717305704448.ingest.sentry.io/4505720878792704\",\n\n // Alternatively, use `process.env.npm_package_version` for a dynamic release version\n // if your build tool supports it.\n release: \"local-services-lookup@2.0.9\",\n integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],\n\n // Set tracesSampleRate to 1.0 to capture 100%\n // of transactions for performance monitoring.\n // We recommend adjusting this value in production\n tracesSampleRate: 1.0,\n\n // Set `tracePropagationTargets` to control for which URLs distributed tracing should be enabled\n tracePropagationTargets: [\"localhost\", /^https:\\/\\/detroitmi\\.gov/],\n\n // Capture Replay for 10% of all sessions,\n // plus for 100% of sessions with an error\n replaysSessionSampleRate: 0.1,\n replaysOnErrorSampleRate: 1.0,\n});"],"names":["Geocoder","HTMLElement","observedAttributes","constructor","super","this","form","parcelStatus","user","styles","document","createElement","textContent","shadow","attachShadow","mode","appendChild","geocoderWraper","id","label","style","fontFamily","fontWeight","input","list","icon","addEventListener","ev","submit","className","app","getElementsByTagName","innerText","getAttribute","error","setAttribute","type","placeholder","inputChange","supplementGeocoder","address","geocoder","tempAddr","split","newTempAddr","size","length","forEach","item","index","url","fetch","then","resp","json","data","candidates","sugg","attributes","parcel_id","value","onclick","selectSuggestion","childNodes","location","x","y","city","features","parcel","checkParcelValid","needGeocode","clearSuggestions","JSON","stringify","selection","target","tagName","parentNode","key","undefined","firstChild","removeChild","cleanAddress","params","geometry","request","Request","access_token","encodeURIComponent","method","body","headers","Headers","cache","res","test","preventDefault","NavigationTools","navToolsStyle","loadNavTools","clearDisplay","display","shadowRoot","navTools","appStatus","appMode","initialSets","initalMapStatus","navToolsWrapper","clearResultsBtn","propertyDataBtn","storedData","parse","activeData","govDataBtn","zoneDataBtn","nearDataBtn","printBtn","customElements","define","Display","neighborhoodImage","src","welcomeStyle","resultsStyle","loadDisplay","attributeChangedCallback","name","oldValue","newValue","formatDate","tempDate","Date","getMonth","getDate","getFullYear","buildCouncil","siteURL","window","hostname","dataParsing","title","content","district","phone","buildBOP","email","buildDistrictManagers","Object","keys","detail","manager","deputy","buildBusinessLiaison","buildInspector","buildNeighborhood","neighborhood_name","buildDWSDBackupProtection","values","validNeighborhoods","includes","Postal","buildHRDFlooding","buildHistoricDistrict","Name","Year_Enacted","format","buildNEZ","nez","RNNAME","RID","buildNRSA","buildNPO","precinct","precinct_location","police_officer","phone_number","checkRecyclingStatus","next_pickups","yardStart","yardEnd","details","service","normalDay","newDay","moment","next_pickup","isBetween","buildRecycling","contractorInfo","trash","contractor","recycling","bulk","tempHTML","buildAssessors","property","year","floor","buildingClass","ownerstreetaddr","ownercity","ownerstate","ownerzip","resb_bldgclass","cib_yearbuilt","cib_value","resb_yearbuilt","resb_value","resb_floorarea","pnum","toLocaleString","buildRental","apiDataSets","date_status","issued_date","buildFireEscrow","buildBlight","ticket_number","fine_amount","agency_name","disposition","violation_description","hearing_date","hearing_time","buildSchools","properties","EntityOfficialName","EntityActualGrades","EntityTypeName","EntityPhysicalStreet","buildPermit","record_id","permit_type","status","description_of_work","buildDemoStatus","tempAddress","replace","demolish_by_date","buildDemosNear","commercial_building","parseInt","price","contractor_name","council_district","neighborhood","buildStabilizationsNear","rehab_status","buildImproveDet","web_url","request_type_title","created_at","selectDataBlockType","setDatasetPagination","dataset","hasAttribute","paginations","paginationObj","start","end","more","printInfo","divContents","buildDataSection","a","open","write","children","innerHTML","close","print","buildDataBlock","dataSet","mapAvailable","dataBlock","pagination","splitDataset","slice","datasetValues","dataBlockTitle","dataBlockContent","text","mapButton","loadMoreBtn","loadMoreSpinner","parentElement","remove","results","sectionTitle","toUpperCase","dataBlocks","hasOwnProperty","call","displayWrapper","imageWrapper","textWrapperWelcome","titleWelcome","textWelcome","loader","parcelData","resultsContainer","dataSetResults","addressBox","errorContainer","errorBox","printParcelData","printResultsContainer","printDataSetResults","printAddressBox","printResults","turf","require","arcGIS","DataLoader","loaderWrapper","clearLoader","loadLoader","getDataSets","dataSets","dataList","assessorsData","Promise","resolve","reject","catch","err","neighborhoods","council","bopMembers","districtManagers","districtInspectors","councilMembers","HRDFlooding","nrsa","nezHomestead","permitData","rentalData","rentalCertData","blightData","salesHistoryData","demosData","point","buffer","units","simplePolygon","simplify","tolerance","highQuality","arcsimplePolygon","convert","encodeURI","sort","sortFeaturesByDistanceTo","stabilizationData","demoStatus","schools","npo","improveDet","today","todaysMonth","todaysYear","FID","historicDistrict","fireEscrow","f","push","console","log","buildCouncilData","councilData","districtURL","bop","dmanager","ddmanager","bliaision","enforcement","toString","tid","field_organization_head_name","field_phone","field_responsibilities","cleanPhone","field_telephone","field_email_address","field_contact_position","b","options","distance","getData","activeDataSets","dataAlreadyLoaded","all","initialLoadChecker","dManagers","DWSDBackupProtection","reason","MyHomeInfo","tempState","appWrapper","clearApp","loadApp","dataLoader","map","apiData","mapData","Sentry","dsn","release","integrations","tracesSampleRate","tracePropagationTargets","replaysSessionSampleRate","replaysOnErrorSampleRate"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"assets/js/main.js","mappings":"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","sources":["webpack://local-services-lookup/./src/components/Geocoder.js","webpack://local-services-lookup/./src/components/NavigationTools.js","webpack://local-services-lookup/./src/components/Display.js","webpack://local-services-lookup/./src/components/DataLoader.js","webpack://local-services-lookup/./src/components/MyHomeInfo.js","webpack://local-services-lookup/./src/index.js"],"sourcesContent":["'use strict';\nexport default class Geocoder extends HTMLElement {\n\n static get observedAttributes() {\n return ['form', 'parcelStatus', 'user'];\n }\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Set Attributes\n this.form = null;\n this.parcelStatus = 'Invalid';\n this.user = null;\n this.styles = document.createElement('style');\n this.styles.textContent = `\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #geocoder {width: 100%}\n input {width: calc(100% - 2em); padding: 1em; border:.1em solid #e6e6e6; font-size: 1em;}\n `;\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Create geocoder section\n shadow.appendChild(this.styles);\n const geocoderWraper = document.createElement('article');\n geocoderWraper.id = 'geocoder';\n let form = document.createElement('form');\n let label = document.createElement('label');\n label.style.fontFamily = 'Montserrat, sans-serif';\n label.style.fontWeight = 'bold';\n let input = document.createElement('input');\n let suggestions = document.createElement('ul');\n let list = document.createElement('datalist');\n let icon = document.createElement('i');\n form.addEventListener('submit', (ev) => {\n this.submit(ev, this);\n });\n icon.className = 'fas fa-map-marker-alt';\n // Get label text\n const app = document.getElementsByTagName('my-home-info');\n label.innerText = \"Property Address:\";\n try {\n if (app[0].getAttribute('data-geocoder-label')){\n if(app[0].getAttribute('data-geocoder-label') != ''){\n label.innerText = app[0].getAttribute('data-geocoder-label');\n }\n }\n } catch (error) {\n \n }\n label.setAttribute(\"for\", \"geocoder-input\");\n input.type = 'text';\n input.setAttribute('list', 'addresses-list');\n input.placeholder = 'Enter address';\n input.setAttribute('id', 'geocoder-input');\n input.setAttribute('autocomplete', 'off');\n input.addEventListener('keyup', (ev) => {\n this.inputChange(ev, this);\n });\n list.setAttribute('id', 'addresses-list');\n\n\n form.appendChild(label);\n form.appendChild(input);\n form.appendChild(icon);\n // form.appendChild(suggestions);\n form.appendChild(list);\n this.form = form;\n geocoderWraper.appendChild(form);\n shadow.appendChild(geocoderWraper);\n }\n\n supplementGeocoder(address, geocoder, type) {\n const app = document.getElementsByTagName('my-home-info');\n let tempAddr = address.split(\",\");\n tempAddr = tempAddr[0];\n tempAddr = tempAddr.split(\" \");\n let newTempAddr = '';\n let size = tempAddr.length;\n tempAddr.forEach(function (item, index) {\n newTempAddr += item;\n ((index < size) && (index + 1) !== size) ? newTempAddr += '+' : 0;\n });\n let url = `https://opengis.detroitmi.gov/opengis/rest/services/BaseUnits/BaseUnitGeocoder/GeocodeServer/findAddressCandidates?Address=&Address2=&Address3=&Neighborhood=&City=&Subregion=&Region=&Postal=&PostalExt=&CountryCode=&SingleLine=${newTempAddr}&outFields=*&maxLocations=&matchOutOfRange=true&langCode=&locationType=&sourceCountry=&category=&location=&distance=&searchExtent=&outSR=&magicKey=&f=json`;\n\n try {\n fetch(url)\n .then((resp) => resp.json()) // Transform the data into json\n .then(function (data) {\n // console.log(data);\n if (type === 'suggestions') {\n data.candidates.forEach((item) => {\n let sugg = document.createElement('option');\n if (item.attributes.parcel_id === '') {\n sugg.value = item.address;\n sugg.setAttribute('data-parsel', 'no-parcel');\n } else {\n sugg.value = `${item.address} RECOMMENDED`;\n sugg.setAttribute('data-parsel', item.attributes.parcel_id);\n }\n\n sugg.onclick = (ev) => {\n geocoder.selectSuggestion(ev, geocoder);\n }\n geocoder.form.childNodes[3].appendChild(sugg);\n });\n } else {\n if (data.candidates.length) {\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/City_of_Detroit_Boundary/FeatureServer/0/query?where=&objectIds=&time=&geometry=${data.candidates[0].location.x}%2C+${data.candidates[0].location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=4326&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=geojson&token=`;\n try {\n fetch(url)\n .then((resp) => resp.json()) // Transform the data into json\n .then(function (city) {\n if (city.features.length) {\n let parcel = null;\n let location;\n data.candidates.forEach((item) => {\n if (item.attributes.parcel_id !== '') {\n if (geocoder.checkParcelValid(item.attributes.parcel_id)) {\n parcel = item;\n }\n }\n });\n (parcel == null) ? location = data.candidates[0].location : location = null;\n if (parcel === null) {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-parcel-id', JSON.stringify(data.candidates[0]));\n // geocoder.controller.panel.loaderToggle(true);\n // geocoder.controller.panel.clearPanel();\n // geocoder.controller.dataManager.buildData(data.candidates[0], geocoder.controller);\n } else {\n geocoder.parcelStatus = 'Valid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-parcel-id', JSON.stringify(parcel));\n // geocoder.controller.panel.loaderToggle(true);\n // geocoder.controller.panel.clearPanel();\n // geocoder.controller.dataManager.buildData(parcel, geocoder.controller);\n }\n } else {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n });\n } catch (error) {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n } else {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n }\n });\n } catch (error) {\n geocoder.parcelStatus = 'Invalid';\n geocoder.needGeocode(address, geocoder, location);\n geocoder.clearSuggestions(geocoder);\n app[0].setAttribute('data-app-state', 'error');\n }\n }\n\n selectSuggestion(ev, geocoder) {\n let selection = null;\n if (ev.target.tagName === 'SPAN') {\n selection = ev.target.parentNode;\n } else {\n selection = ev.target;\n }\n if (selection.attributes[0].value === 'no-parcel') {\n geocoder.clearSuggestions(geocoder);\n geocoder.supplementGeocoder(selection.innerText, geocoder, 'submit');\n } else {\n geocoder.supplementGeocoder(selection.innerText, geocoder, 'submit');\n }\n }\n\n inputChange(ev, geocoder) {\n switch (ev.key) {\n case 'Enter':\n (ev.target.value != '' && ev.target.value != undefined) ? geocoder.supplementGeocoder(ev.target.value, geocoder, 'submit') : 0;\n break;\n\n case 'ArrowDown':\n\n break;\n\n case 'ArrowUp':\n\n break;\n\n case 'ArrowRight':\n\n break;\n\n case 'ArrowLeft':\n\n break;\n\n case undefined:\n (ev.target.value != '' && ev.target.value != undefined) ? geocoder.supplementGeocoder(ev.target.value, geocoder, 'submit') : 0;\n break;\n\n default:\n geocoder.clearSuggestions(geocoder);\n geocoder.supplementGeocoder(ev.target.value, geocoder, 'suggestions');\n break;\n }\n }\n\n clearSuggestions(geocoder) {\n while (geocoder.form.childNodes[3].firstChild) {\n geocoder.form.childNodes[3].removeChild(geocoder.form.childNodes[3].firstChild);\n }\n }\n\n needGeocode(address, geocoder, location) {\n fetch('https://us-central1-local-services-loopkup.cloudfunctions.net/getToken')\n .then((resp) => resp.json()) // Transform the data into json\n .then(function (data) {\n let cleanAddress = address.split(' RECOMMENDED')[0];\n let params = [\n {\n \"attributes\": {\n \"valid_parcel_status\": geocoder.parcelStatus,\n \"user_input\": cleanAddress\n },\n \"geometry\": {\n \"x\": 0,\n \"y\": 0\n }\n }\n ];\n if (location != null) {\n params[0].geometry.x = location.x;\n params[0].geometry.y = location.y;\n }\n let request = new Request(`https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/addressvalidator/FeatureServer/0/addFeatures?token=${data.access_token}&features=${encodeURIComponent(JSON.stringify(params))}&f=json`, {\n method: 'POST',\n body: '',\n headers: new Headers(),\n mode: 'cors',\n cache: 'default'\n });\n fetch(request)\n .then((res) => {\n // console.log(res);\n });\n });\n }\n\n checkParcelValid(parcel){\n return /\\d/.test(parcel);\n }\n\n submit(ev, geocoder) {\n ev.preventDefault();\n geocoder.supplementGeocoder(ev.target['0'].value, geocoder, 'submit');\n }\n}","export default class NavigationTools extends HTMLElement {\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Creating display styles\n this.navToolsStyle = document.createElement('style');\n this.navToolsStyle.textContent = `\n #nav-tools-wrapper { display: flex; flex-direction: column;}\n button.clear { font-size: 1.25em; width: 2.5em; height: 2.5em; background-color: #FEB70D; cursor: pointer; border: none; }\n button.nav { width: 3.75em; height: 3.75em; border: none; cursor: pointer;background: #fff; }\n button.nav:hover { background-color: #e6e6e6; transition: all 500ms cubic-bezier(.64,.09,.08,1); }\n button.nav.active { background-color: #9fd5b3; }\n button.nav img { width: 100%; }\n `;\n\n // Start loading display content\n this.loadNavTools(this);\n }\n\n clearDisplay(display) {\n const shadow = display.shadowRoot;\n while (shadow.firstChild) {\n shadow.removeChild(shadow.firstChild);\n }\n }\n\n loadNavTools(navTools) {\n const app = document.getElementsByTagName('my-home-info');\n const appStatus = app[0].getAttribute('data-app-state');\n const appMode = app[0].getAttribute('data-app-mode');\n const initialSets = app[0].getAttribute('data-inital-sets');\n const initalMapStatus = app[0].getAttribute('data-initial-map-available');\n const shadow = navTools.shadowRoot;\n shadow.appendChild(navTools.navToolsStyle);\n const navToolsWrapper = document.createElement('section');\n navToolsWrapper.id = 'nav-tools-wrapper';\n navToolsWrapper.setAttribute('role', 'navigation');\n navToolsWrapper.setAttribute('aria-label', 'Data Navigation');\n const clearResultsBtn = document.createElement('cod-button');\n clearResultsBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-app-mode') == 'my-home-info') {\n app[0].setAttribute('data-app-state', 'welcome-screen');\n app[0].setAttribute('data-active-sets', 'assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection');\n } else {\n app[0].setAttribute('data-app-state', 'active-screen');\n app[0].setAttribute('data-active-sets', initialSets);\n }\n if(initalMapStatus == 'true'){\n app[0].setAttribute('data-map-available', 'true');\n }else{\n app[0].setAttribute('data-map-available', 'false');\n }\n app[0].setAttribute('data-parcel-id', 'none');\n app[0].setAttribute('data-api-stored-datasets', '{}');\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-section', 'property');\n });\n clearResultsBtn.setAttribute('data-primary', true);\n clearResultsBtn.setAttribute('data-label', 'x');\n clearResultsBtn.setAttribute('data-size', 'lg');\n clearResultsBtn.setAttribute('data-hover', false);\n clearResultsBtn.setAttribute('data-extra-classes', 'fw-bold');\n clearResultsBtn.setAttribute('data-background-color', 'warning');\n clearResultsBtn.setAttribute('data-img', '');\n clearResultsBtn.setAttribute('data-img-alt', '');\n clearResultsBtn.setAttribute('data-shape', 'square');\n clearResultsBtn.setAttribute('data-icon', '');\n navToolsWrapper.appendChild(clearResultsBtn);\n\n if (appMode == 'my-home-info' && appStatus != 'error') {\n const propertyDataBtn = document.createElement('cod-button');\n propertyDataBtn.setAttribute('data-label', '');\n propertyDataBtn.setAttribute('data-size', 'lg');\n propertyDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/home.png');\n propertyDataBtn.setAttribute('data-img-alt', 'about this property');\n propertyDataBtn.setAttribute('data-shape', 'square');\n propertyDataBtn.setAttribute('data-nav-value', 'about this property');\n propertyDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'about this property') {\n propertyDataBtn.setAttribute('data-background-color', 'success');\n propertyDataBtn.setAttribute('data-primary', true);\n } else {\n propertyDataBtn.setAttribute('data-background-color', 'secondary');\n propertyDataBtn.setAttribute('data-primary', false);\n propertyDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'assessors-data,neighborhood,recycling,rental-data,rental-cert,demo-status,blight-data,permit-data,DWSDBackupProtection');\n app[0].setAttribute('data-map-available', 'false');\n app[0].setAttribute('data-active-section', 'about this property');\n app[0].setAttribute('data-app-state', 'loading-screen');\n })\n }\n navToolsWrapper.appendChild(propertyDataBtn);\n\n const govDataBtn = document.createElement('cod-button');\n govDataBtn.setAttribute('data-label', '');\n govDataBtn.setAttribute('data-size', 'lg');\n govDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/government.png');\n govDataBtn.setAttribute('data-img-alt', 'government officials');\n govDataBtn.setAttribute('data-shape', 'square');\n govDataBtn.setAttribute('data-nav-value', 'government officials');\n govDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'government officials') {\n govDataBtn.setAttribute('data-background-color', 'success');\n govDataBtn.setAttribute('data-primary', true);\n } else {\n govDataBtn.setAttribute('data-background-color', 'secondary');\n govDataBtn.setAttribute('data-primary', false);\n govDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'council,council-members,bop-members,district-managers,business-liaison,district-inspectors,npo');\n app[0].setAttribute('data-map-available', 'false');\n app[0].setAttribute('data-active-section', 'government officials');\n app[0].setAttribute('data-app-state', 'loading-screen');\n });\n }\n navToolsWrapper.appendChild(govDataBtn);\n\n const zoneDataBtn = document.createElement('cod-button');\n zoneDataBtn.setAttribute('data-label', '');\n zoneDataBtn.setAttribute('data-size', 'lg');\n zoneDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/zone.png');\n zoneDataBtn.setAttribute('data-img-alt', 'special areas and zones');\n zoneDataBtn.setAttribute('data-shape', 'square');\n zoneDataBtn.setAttribute('data-nav-value', 'special areas and zones');\n zoneDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'special areas and zones') {\n zoneDataBtn.setAttribute('data-background-color', 'success');\n zoneDataBtn.setAttribute('data-primary', true);\n } else {\n zoneDataBtn.setAttribute('data-background-color', 'secondary');\n zoneDataBtn.setAttribute('data-primary', false);\n zoneDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'nez,nrsa,historicDistrict');\n app[0].setAttribute('data-map-available', 'false');\n app[0].setAttribute('data-active-section', 'special areas and zones');\n app[0].setAttribute('data-app-state', 'loading-screen');\n });\n }\n navToolsWrapper.appendChild(zoneDataBtn);\n\n const nearDataBtn = document.createElement('cod-button');\n nearDataBtn.setAttribute('data-label', '');\n nearDataBtn.setAttribute('data-size', 'lg');\n nearDataBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/nearby.png');\n nearDataBtn.setAttribute('data-img-alt', 'things nearby');\n nearDataBtn.setAttribute('data-shape', 'square');\n nearDataBtn.setAttribute('data-nav-value', 'things nearby');\n nearDataBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'things nearby') {\n nearDataBtn.setAttribute('data-background-color', 'success');\n nearDataBtn.setAttribute('data-primary', true);\n } else {\n nearDataBtn.setAttribute('data-background-color', 'secondary');\n nearDataBtn.setAttribute('data-primary', false);\n nearDataBtn.addEventListener('click', (ev) => {\n if (app[0].getAttribute('data-api-active-datasets') != 'none') {\n let storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\n let activeData = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const key in activeData) {\n if (!(key in storedData)) {\n storedData[key] = activeData[key];\n }\n }\n app[0].setAttribute('data-api-stored-datasets', JSON.stringify(storedData));\n }\n app[0].setAttribute('data-api-active-datasets', 'none');\n app[0].setAttribute('data-active-sets', 'schools,demos-data,stabilization-data,improve-det');\n app[0].setAttribute('data-active-section', 'things nearby');\n app[0].setAttribute('data-map-available', 'true');\n app[0].setAttribute('data-app-state', 'loading-screen');\n });\n }\n navToolsWrapper.appendChild(nearDataBtn);\n\n const printBtn = document.createElement('cod-button');\n printBtn.setAttribute('data-label', '');\n printBtn.setAttribute('data-size', 'lg');\n printBtn.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/print.png');\n printBtn.setAttribute('data-img-alt', 'print');\n printBtn.setAttribute('data-shape', 'square');\n printBtn.setAttribute('data-nav-value', 'print');\n printBtn.setAttribute('data-icon', '');\n if (app[0].getAttribute('data-active-section') == 'print') {\n printBtn.setAttribute('data-background-color', 'success');\n printBtn.setAttribute('data-primary', true);\n } else {\n printBtn.setAttribute('data-background-color', 'secondary');\n printBtn.setAttribute('data-primary', false);\n printBtn.addEventListener('click', (ev) => {\n if(ev.target.getAttribute('data-nav-value')){\n app[0].setAttribute('data-app-state', 'print');\n }\n });\n }\n navToolsWrapper.appendChild(printBtn);\n }\n\n shadow.appendChild(navToolsWrapper);\n }\n\n}\n","'use strict';\nimport Geocoder from './Geocoder';\nimport NavigationTools from './NavigationTools';\ncustomElements.define('app-geocoder', Geocoder);\ncustomElements.define('app-nav-tools', NavigationTools);\nexport default class Display extends HTMLElement {\n static get observedAttributes() {\n return ['data-display-type', 'data-pagination'];\n }\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Creating images\n this.neighborhoodImage = document.createElement('img');\n this.neighborhoodImage.src = 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-01/neighborhood.png'; //neighborhoodImage;\n this.neighborhoodImage.setAttribute('alt', '');\n\n // Creating display styles\n this.welcomeStyle = document.createElement('style');\n this.welcomeStyle.textContent = `\n @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap')\n #display-wrapper { display: flex; padding: 1em; flex-wrap: wrap; font-family: 'Montserrat', sans-serif;}\n #display-wrapper #welcome-img-wrapper { display: flex; }\n #display-wrapper #welcome-img-wrapper img { height: 10em; margin: auto }\n #display-wrapper p { text-align: center; font-family: 'Montserrat', sans-serif;}\n #display-wrapper button { padding: 1em 3em; background-color: #004445; color: #fff; border: none; cursor: pointer; margin: auto; width: 100%;}\n p.display-title { font-weight: bold; font-size: 1.25em; }\n app-geocoder { width: 100%}\n .btn-group { display:flex; width: 100%; }\n @media all and (min-width: 551px) {\n #display-wrapper{ display: flex; }\n #display-wrapper #welcome-img-wrapper img { width: 15em; height: auto; }\n #display-wrapper article { flex: 1; padding: 1em; }\n }\n `;\n\n this.resultsStyle = document.createElement('style');\n this.resultsStyle.textContent = `\n .results-container{ display: flex; }\n #data-results { background-color: #e6e6e6; padding: 1em; height: 40em; overflow-y: auto; }\n .data-title { font-weight: bold; border-left: solid .2em #FEB70D; padding: .5em; margin: 0 0 1em 0; font-family: 'Montserrat', sans-serif;}\n .result-address {background-color: #fff; border: solid 0.1em #e6e6e6; padding: 1.04em 0.6em; font-family: 'Montserrat', sans-serif;}\n .data-block-title { padding: .5em; background-color: #FEB70D; margin: 0; font-weight: bold; font-family: 'Montserrat', sans-serif; display: flex;}\n .data-block-title span { flex: 1; margin: auto; }\n .data-block-content { padding: .5em; margin-bottom: .5em; background-color: #fff; }\n .data-block-content p { margin: 0; font-family: 'Montserrat', sans-serif;}\n .data-block-content hr { border-top: 1px dotted;}\n .dataset-results {flex: 1;}\n .critical-text { color: #CF3234; }\n .error-result { padding: 1em; }\n .data-block-title button { background-color: #fff; border: none; padding: 0.25em 0.5em; box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 75%);}\n .data-block-title button img { height: 1em; }\n @media all and (min-width: 551px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 2; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n\n @media all and (min-width: 1024px) {\n #data-results { height: auto; }\n #data-blocks { column-count: 3; }\n #data-blocks .data-block { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }\n }\n `;\n\n // Start loading display content\n this.loadDisplay(this);\n }\n\n attributeChangedCallback(name, oldValue, newValue) {\n // console.log(`Display - attribute: ${name}, old: ${oldValue}, new: ${newValue}`);\n if (newValue == 'results') {\n this.clearDisplay(this);\n }\n if (name == 'data-pagination'){\n this.clearDisplay(this);\n }\n this.loadDisplay(this);\n }\n\n clearDisplay(display) {\n const shadow = display.shadowRoot;\n while (shadow.firstChild) {\n shadow.removeChild(shadow.firstChild);\n }\n }\n\n formatDate(value) {\n const month = [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"];\n const tempDate = new Date(value);\n return `${month[tempDate.getMonth()]} ${tempDate.getDate()}, ${tempDate.getFullYear()}`;\n }\n\n buildCouncil(value) {\n let siteURL = window.location.hostname;\n let dataParsing = { title: \"Council District\", content: null };\n dataParsing.content = `\n

District Number: ${value.data.district}

\n

Council Member: ${value.data.name}

\n

Council Member Phone: ${value.data.phone}

\n `;\n return dataParsing;\n }\n\n buildBOP(value) {\n let siteURL = window.location.hostname;\n let dataParsing = { title: \"Police Commissioner\", content: null };\n dataParsing.content = `\n

Commissioner: ${value.data.name}

\n

Commissioner's Phone: ${value.data.phone}

\n

Commissioner's Email: ${value.data.email}

\n `;\n return dataParsing;\n }\n\n buildDistrictManagers(value) {\n let dataParsing = { title: \"District Managers\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

District Manager: ${value.data.manager.name}

\n

Manager Phone: ${value.data.manager.phone}

\n

Deputy Manager: ${value.data.deputy.name}

\n

Deputy Manager Phone: ${value.data.deputy.phone}

\n `;\n } else {\n dataParsing.content = `\n

No data found

\n `;\n }\n return dataParsing;\n }\n\n buildBusinessLiaison(value) {\n let dataParsing = { title: \"Business Liaison\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

Liaison: ${value.data.name}

\n

Liaison Phone: ${value.data.email}

\n `;\n } else {\n dataParsing.content = `\n

No data found

\n `;\n }\n return dataParsing;\n }\n\n buildInspector(value) {\n let dataParsing = { title: \"Enforcement Inspector\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

Inspector: ${value.data.name}

\n

Inspector Phone: ${value.data.phone}

\n `;\n } else {\n dataParsing.content = `\n

No data found

\n `;\n }\n return dataParsing;\n }\n\n buildNeighborhood(value) {\n let dataParsing = { title: \"Neighborhood\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n dataParsing.content = `\n

Neighborhood name: ${value.data.attributes.neighborhood_name}

\n `;\n } else {\n dataParsing.content = `\n

No neighborhood found

\n `;\n }\n return dataParsing;\n }\n\n buildDWSDBackupProtection(values) {\n let validNeighborhoods = ['Aviation Sub', 'Barton-McFarland', 'Chadsey Condon', 'Cornerstone Village', 'East English Village', 'Morningside', 'Jefferson Chalmers', 'Warrendale', 'Victoria Park', 'Moross-Morang', 'Garden View'];\n let dataParsing = { title: \"DWSD Basement Backup Protection Program\", content: null };\n if (values && values.data.attributes.neighborhood_name) {\n if (validNeighborhoods.includes(values.data.attributes.neighborhood_name)) {\n dataParsing.content = `\n

This property qualifies for the DWSD Basement Backup Protection Program.

\n
\n \n `;\n }else{\n dataParsing.content = `\n

This property doesn't qualify for the Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n } else {\n dataParsing.content = `\n

This property doesn't qualify for the Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n return dataParsing;\n }\n\n buildHRDFlooding(values) {\n let validNeighborhoods = ['Cornerstone Village', 'Morningside', 'Chandler Park', 'Fox Creek', 'Riverbend', 'Morningside', 'West End ', 'Midwest', 'Chadsey‐Condon', 'Claytown', 'North Corktown', 'Michigan‐ Martin', 'Aviation Sub', 'Garden View', 'Plymouth‐I96', 'Plymouth‐Hubell', 'Paveway', 'We Care Community', 'Fiskhorn', 'Joy-Schaefer', 'Warrendale', 'Warren Ave Community', 'Barton-McFarland'];\n let dataParsing = { title: \"CDBG Disaster Recovery Basement Backup Protection Program\", content: null };\n if (values && values.data.attributes.neighborhood_name) {\n if (validNeighborhoods.includes(values.data.attributes.neighborhood_name)) {\n dataParsing.content = `\n

This property qualifies for the CDBG Disaster Recovery Basement Backup Protection Program.

\n
\n \n `;\n }else{\n dataParsing.content = `\n

This property doesn’t qualify for the CDBG Disaster Recovery Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n } else {\n dataParsing.content = `\n

This property doesn’t qualify for the CDBG Disaster Recovery Basement Backup Protection Program. To learn more please visit our page.

\n `;\n }\n return dataParsing;\n }\n\n buildHistoricDistrict(value, display) {\n let dataParsing = { title: \"NEZ Homestead Zone\", content: null };\n if (Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.features.length > 0) {\n dataParsing.content = `\n

NAME: ${value.data.features[0].attributes.Name}

\n

DESIGNATED ON: ${display.formatDate(value.data.features[0].attributes.Year_Enacted).format('MMM DD, YYYY')}

\n `;\n } else {\n dataParsing.content = `\n

This property is not in a historic district.

\n `;\n }\n return dataParsing;\n }\n\n buildNEZ(nez) {\n let dataParsing = { title: \"NEZ Homestead Zone\", content: null };\n if (Object.keys(nez.data).length != 0 && nez.data.constructor === Object && nez.data.features.length > 0) {\n dataParsing.content = `\n

Name: ${nez.data.features[0].attributes.RNNAME}

\n

ID: ${nez.data.features[0].attributes.RID}

\n

View Map

\n `;\n } else {\n dataParsing.content = `\n

This property is not on a NEZ Homestead zone.

\n

View Map

\n `;\n }\n return dataParsing;\n }\n\n buildNRSA(value) {\n let dataParsing = { title: \"Neighborhood Revitalization Strategy Areas (NRSA)\", content: null };\n if (Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.features.length > 0) {\n dataParsing.content = `\n

Name: ${value.data.features[0].attributes.Name}

\n `;\n } else {\n dataParsing.content = `\n

This property is not on a NRSA.

\n `;\n }\n return dataParsing;\n }\n\n buildNPO(value) {\n let dataParsing = { title: \"Police\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

PRECINCT

\n

Number: ${value.data.features[0].attributes.precinct}

\n

Address: ${value.data.features[0].attributes.precinct_location}

\n
\n

NEIGHBORHOOD POLICE OFFICER (NPO)

\n

Name: ${value.data.features[0].attributes.police_officer}

\n

Phone: ${value.data.features[0].attributes.phone_number}

\n

Email: ${value.data.features[0].attributes.email}

\n `;\n } else {\n dataParsing.content = `

No police info found

`;\n }\n return dataParsing;\n }\n\n checkRecyclingStatus(data) {\n try {\n if (data.next_pickups['yard waste']) {\n let yardStart = null;\n let yardEnd = null;\n data.details.forEach((item) => {\n if (item.type == 'start-date' && item.service == 'yard waste') {\n if (item.normalDay != null) {\n yardStart = item.normalDay;\n } else {\n yardStart = item.newDay;\n }\n }\n if (item.type == 'end-date' && item.service == 'yard waste') {\n if (item.normalDay != null) {\n yardEnd = item.normalDay;\n } else {\n yardEnd = item.newDay;\n }\n }\n });\n if (moment(data.next_pickups['yard waste'].next_pickup).isBetween(yardStart, yardEnd)) {\n return true;\n } else {\n return false;\n }\n } else {\n return false;\n }\n } catch (error) {\n return false;\n }\n }\n\n buildRecycling(value, display) {\n let dataParsing = { title: \"Trash & Recycling\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object) {\n let contractorInfo = {\n name: null,\n url: null,\n phone: null\n };\n if (value.data.next_pickups.trash.contractor === 'GFL') {\n contractorInfo.name = 'GFL';\n contractorInfo.url = 'http://gflusa.com/residential/detroit/';\n contractorInfo.phone = '(844) 464-3587';\n } else {\n contractorInfo.name = 'WM';\n contractorInfo.url = 'http://www.advanceddisposal.com/mi/detroit/detroit-residential-collection';\n contractorInfo.phone = ' (844) 233-8764';\n }\n dataParsing.content = `\n

Provider: ${contractorInfo.name} ${contractorInfo.phone}

\n

Next Trash: ${display.formatDate(value.data.next_pickups.trash.next_pickup)}

\n

Next Recycling: ${display.formatDate(value.data.next_pickups.recycling.next_pickup)}

\n

Next Bulk: ${display.formatDate(value.data.next_pickups.bulk.next_pickup)}

\n ${(display.checkRecyclingStatus(value.data)) ? tempHTML += `

Next Yard: ${display.formatDate(value.data.next_pickups['yard waste'].next_pickup)}

` : ``}\n `;\n } else {\n dataParsing.content = `

No data found

`;\n }\n return dataParsing;\n }\n\n buildAssessors(value) {\n let dataParsing = { title: \"Assessor's Data\", content: null };\n if (value && Object.keys(value.data).length != 0 && value.data.constructor === Object && value.data.detail !== \"Not found.\") {\n let property = {\n year: null,\n value: null,\n floor: null,\n buildingClass: null\n }\n dataParsing.content = `\n

Owner's address: ${value.data.ownerstreetaddr}

\n

Owner's city: ${value.data.ownercity}

\n

Owner's state: ${value.data.ownerstate}

\n

Owner's zip: ${value.data.ownerzip}

\n `;\n if (value.data.resb_bldgclass === 0) {\n property.year = value.data.cib_yearbuilt;\n property.value = value.data.cib_value;\n property.floor = value.data.cib_yearbuilt;\n property.buildingClass = value.data.cib_yearbuilt;\n } else {\n property.year = value.data.resb_yearbuilt;\n property.value = value.data.resb_value;\n property.floor = value.data.resb_floorarea;\n property.buildingClass = value.data.resb_bldgclass;\n }\n dataParsing.content += `\n

Parcel number: ${value.data.pnum}

\n

Year build: ${property.year}

\n

Calculated value: $${property.value.toLocaleString()}

\n

Floor area: ${property.floor.toLocaleString()} SQFT

\n

Building class: ${property.buildingClass}

\n `;\n } else {\n dataParsing.content = `

No data found

`;\n }\n return dataParsing;\n }\n\n buildRental(value, display) {\n let app = document.getElementsByTagName('my-home-info');\n let apiDataSets = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n let dataParsing = { title: \"Rental Enforcement Status\", content: null };\n if ((value && value.data.features.length) || (apiDataSets['rental-cert-data'] && apiDataSets['rental-cert-data'].data.features.length)) {\n dataParsing.content = `\n

Registered: ${value.data.features.length ? `${display.formatDate(value.data.features[0].attributes.date_status)}` : `Not registered`}

\n

Certified: ${apiDataSets['rental-cert-data'].data.features.length ? `${display.formatDate(apiDataSets['rental-cert-data'].data.features[0].attributes.issued_date)}` : `Not certified`}

\n `;\n } else {\n dataParsing.content = `\n

Registered: Not registered

\n

Certified: Not certified

\n `;\n }\n return dataParsing;\n }\n\n buildFireEscrow(value) {\n let tempHTML = '';\n if (value && value.data.features.length) {\n tempHTML += `\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow found

\n

\n
\n
`;\n } else {\n tempHTML += `\n
\n FIRE ESCROW\n
\n

STATUS: Fire Escrow not found

\n
\n
`;\n }\n return tempHTML;\n }\n\n buildBlight(value, display) {\n let dataParsing = { title: \"Blight Tickets\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

Ticket ID: ${value.attributes.ticket_number}

\n

Fine Amount: $${value.attributes.fine_amount}

\n

Agency name: ${value.attributes.agency_name}

\n

Disposition: ${value.attributes.disposition}

\n

Description: ${value.attributes.violation_description}

\n

Hearing Date: ${display.formatDate(value.attributes.hearing_date)}

\n

Hearing Time: ${value.attributes.hearing_time}

\n `;\n } else {\n dataParsing.content = `

No blight tickets found

`;\n }\n return dataParsing;\n }\n\n buildSchools(value, display) {\n let dataParsing = { title: \"Schools\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n if (index == 0) {\n dataParsing.content = `\n

Name: ${value.properties.EntityOfficialName}

\n

EntityActualGrades: ${value.properties.EntityActualGrades}

\n

Type: ${value.properties.EntityTypeName}

\n

Address: ${value.properties.EntityPhysicalStreet}

\n
\n `;\n } else {\n dataParsing.content += `\n

Name: ${value.properties.EntityOfficialName}

\n

EntityActualGrades: ${value.properties.EntityActualGrades}

\n

Type: ${value.properties.EntityTypeName}

\n

Address: ${value.properties.EntityPhysicalStreet}

\n
\n `;\n }\n });\n } else {\n dataParsing.content = `

No schools nearby.

`;\n }\n return dataParsing;\n }\n\n buildPermit(value, display) {\n let dataParsing = { title: \"Building Permits\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

PERMIT NUMBER: ${value.attributes.record_id}

\n

PERMIT TYPE: ${value.attributes.permit_type}

\n

PERMIT BUILDING TYPE: ${value.attributes.permit_type}

\n

PERMIT STATUS: ${value.attributes.status}

\n

PERMIT ISSUED: ${display.formatDate(value.attributes.issued_date)}

\n

PERMIT DESCRIPTION: ${value.attributes.description_of_work}

\n `;\n } else {\n dataParsing.content = `

No building permits found

`;\n }\n return dataParsing;\n }\n\n buildDemoStatus(value, display) {\n let app = document.getElementsByTagName('my-home-info');\n let parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\n let tempAddress = parcelData.address.replace(' ', '%2520');\n tempAddress = tempAddress.replace(',', '%252C');\n let dataParsing = { title: \"Demolition Status\", content: null };\n if (value && value.data.features.length) {\n dataParsing.content = `\n

WARNIG!

\n

THIS PROPERTY IS SCHEDULED FOR DEMOLITION

\n ${(value.data.features[0].attributes.demolish_by_date == null) ? `

Date to be determined

` : `

${display.formatDate(value.attributes.demolish_by_date)}

`}\n
\n

\n `;\n } else {\n dataParsing.content = `\n

This property is not on the demolition list

\n
\n

`;\n }\n return dataParsing;\n }\n\n buildDemosNear(value, display) {\n let dataParsing = { title: \"Demolitions Nearby\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n if (index == 0) {\n dataParsing.content = `\n

Address: ${value.properties.address}

\n

Commercial: ${value.properties.commercial_building}

\n

Price: $${parseInt(value.properties.price).toLocaleString()}

\n

Parcel: ${value.properties.parcel_id}

\n

Contractor: ${value.properties.contractor_name}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n ${(value.properties.demolish_by_date == undefined || value.properties.demolish_by_date == null) ? `

Expected Date: Date to be determined

` : `

Expected Date:${display.formatDate(value.properties.demolish_by_date)}

`}\n
\n `;\n } else {\n dataParsing.content += `\n

Address: ${value.properties.address}

\n

Commercial: ${value.properties.commercial_building}

\n

Price: $${parseInt(value.properties.price).toLocaleString()}

\n

Parcel: ${value.properties.parcel_id}

\n

Contractor: ${value.properties.contractor_name}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n ${(value.properties.demolish_by_date == undefined || value.properties.demolish_by_date == null) ? `

Expected Date: Date to be determined

` : `

Expected Date:${display.formatDate(value.properties.demolish_by_date)}

`}\n
\n `;\n }\n });\n\n } else {\n dataParsing.content = `

No demolitions are happening nearby.

`;\n }\n return dataParsing;\n }\n\n buildStabilizationsNear(value, display) {\n let dataParsing = { title: \"Stabilizations Nearby\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n\n if (index == 0) {\n dataParsing.content = `\n

Address: ${value.properties.address}

\n

Parcel: ${value.properties.parcel_id}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n

Status: ${value.properties.rehab_status}

\n
\n `;\n } else {\n dataParsing.content += `\n

Address: ${value.properties.address}

\n

Parcel: ${value.properties.parcel_id}

\n

Council District: ${value.properties.council_district}

\n

Neighborhood: ${value.properties.neighborhood}

\n

Status: ${value.properties.rehab_status}

\n
\n `;\n }\n });\n\n } else {\n dataParsing.content = `

No stabilizations are happening nearby.

`;\n }\n return dataParsing;\n }\n\n buildImproveDet(value, display) {\n let dataParsing = { title: \"Improve Detroit Issues Nearby\", content: null };\n if (value && value.data.features.length) {\n value.data.features.forEach(function (value, index) {\n if (index == 0) {\n dataParsing.content = `\n

ID: ${value.properties.id}

\n

Type: ${value.properties.request_type_title}

\n

Status: ${value.properties.status}

\n

Reported on: ${display.formatDate(value.properties.created_at)}

\n
\n `;\n } else {\n dataParsing.content += `\n

ID: ${value.properties.id}

\n

Type: ${value.properties.request_type_title}

\n

Status: ${value.properties.status}

\n

Reported on: ${display.formatDate(value.properties.created_at)}

\n
\n `;\n }\n });\n\n } else {\n dataParsing.content = `

No active issues nearby.

`;\n }\n return dataParsing;\n }\n\n selectDataBlockType(display, value) {\n switch (value.id) {\n case 'council-members':\n try {\n return display.buildCouncil(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'bop-members':\n try {\n return display.buildBOP(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'district-managers':\n try {\n return display.buildDistrictManagers(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'business-liaison':\n try {\n return display.buildBusinessLiaison(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'district-inspectors':\n try {\n return display.buildInspector(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'neighborhood':\n try {\n return display.buildNeighborhood(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'nez':\n try {\n return display.buildNEZ(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'nrsa':\n try {\n return display.buildNRSA(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'assessors-data':\n try {\n return display.buildAssessors(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'permit-data':\n try {\n return display.buildPermit(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'rental-data':\n try {\n return display.buildRental(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'blight-data':\n try {\n return display.buildBlight(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'demos-data':\n try {\n return display.buildDemosNear(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'stabilization-data':\n try {\n return display.buildStabilizationsNear(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'demo-status':\n try {\n return display.buildDemoStatus(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'npo':\n try {\n return display.buildNPO(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'improve-det':\n try {\n return display.buildImproveDet(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'schools':\n try {\n return display.buildSchools(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'recycling':\n try {\n return display.buildRecycling(value, display);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'historicDistrict':\n try {\n return display.buildHistoricDistrict(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'fireEscrow':\n try {\n return display.buildFireEscrow(value);\n } catch (error) {\n // console.log(error);\n return '';\n }\n break;\n\n case 'DWSDBackupProtection':\n try {\n return display.buildDWSDBackupProtection(value);\n } catch (error) {\n return '';\n }\n break;\n\n case 'HRDFlooding':\n try {\n return display.buildHRDFlooding(value);\n } catch (error) {\n return '';\n }\n break;\n\n default:\n return '';\n break;\n }\n }\n\n setDatasetPagination(display, dataset){\n if(display.hasAttribute('data-pagination')){\n let paginations = JSON.parse(display.getAttribute('data-pagination'));\n if(paginations[dataset.id]){\n let paginationObj = {start: paginations[dataset.id].start};\n if(dataset.data.features.length <= (paginations[dataset.id].end + 3)){\n paginationObj.end = dataset.data.features.length;\n paginationObj.more = false;\n }else{\n paginationObj.end = paginations[dataset.id].end + 3;\n paginationObj.more = true;\n }\n return paginationObj;\n }else{\n let paginationObj = {start: 0, end: 3, more: true};\n if(dataset.data.features){\n if(dataset.data.features.length <= 3){\n paginationObj.end = dataset.data.features.length;\n paginationObj.more = false;\n }\n }else{\n paginationObj.start = null;\n paginationObj.more = false;\n }\n return paginationObj;\n }\n }else{\n let paginationObj = {start: 0, end: 3, more: true};\n if(dataset.data.features){\n if(dataset.data.features.length <= 3){\n paginationObj.end = dataset.data.features.length;\n paginationObj.more = false;\n }\n }else{\n paginationObj.start = null;\n paginationObj.more = false;\n }\n return paginationObj;\n }\n }\n\n printInfo(display) {\n let divContents = display.buildDataSection(display);\n let a = window.open('', '', 'height=500, width=500');\n a.document.write('');\n a.document.write('');\n a.document.write('');\n a.document.write(divContents.children[1].innerHTML);\n a.document.write('');\n a.document.close();\n a.print();\n }\n\n buildDataBlock(display, dataSet) {\n const app = document.getElementsByTagName('my-home-info');\n const mapAvailable = app[0].getAttribute('data-map-available');\n const dataBlock = document.createElement('article');\n dataBlock.className = 'data-block';\n let pagination = display.setDatasetPagination(display, dataSet);\n let splitDataset = JSON.parse(JSON.stringify(dataSet));\n if(pagination.start !== null){\n splitDataset.data.features = dataSet.data.features.slice(pagination.start, pagination.end);\n }\n let datasetValues = display.selectDataBlockType(display, splitDataset);\n if (datasetValues == undefined || datasetValues.content == null) {\n return null;\n } else {\n const dataBlockTitle = document.createElement('p');\n dataBlockTitle.className = 'data-block-title';\n const dataBlockContent = document.createElement('article');\n dataBlockContent.className = 'data-block-content';\n dataBlockContent.innerHTML = datasetValues.content;\n if (mapAvailable == 'true') {\n const text = document.createElement('span');\n text.innerText = datasetValues.title;\n const mapButton = document.createElement('cod-button');\n mapButton.setAttribute('data-map-active-data', dataSet.id);\n mapButton.setAttribute('data-label', 'View Map');\n mapButton.setAttribute('data-size', 'xsmall');\n mapButton.setAttribute('data-icon', '');\n mapButton.setAttribute('data-img', 'https://detroitmi.gov/sites/detroitmi.localhost/files/2023-02/map.png');\n mapButton.setAttribute('data-img-alt', 'map');\n mapButton.setAttribute('data-shape', '');\n mapButton.setAttribute('data-hover', false);\n mapButton.setAttribute('data-extra-classes', 'fw-bold');\n mapButton.setAttribute('data-background-color', 'light');\n mapButton.setAttribute('data-primary', true);\n mapButton.addEventListener('click', (ev) => {\n if(ev.target.getAttribute('data-map-active-data')){\n app[0].setAttribute('data-map-active-data', ev.target.getAttribute('data-map-active-data'));\n app[0].setAttribute('data-app-state', 'map');\n }\n });\n dataBlockTitle.appendChild(text);\n dataBlockTitle.appendChild(mapButton);\n } else {\n dataBlockTitle.innerText = datasetValues.title;\n }\n dataBlock.appendChild(dataBlockTitle);\n dataBlock.appendChild(dataBlockContent);\n if(pagination.more){\n let loadMoreBtn = document.createElement('cod-button');\n loadMoreBtn.setAttribute('data-pagination-id', dataSet.id);\n loadMoreBtn.setAttribute('data-pagination', JSON.stringify(pagination));\n loadMoreBtn.setAttribute('data-label', 'Load More +');\n loadMoreBtn.setAttribute('data-size', 'xsmall');\n loadMoreBtn.setAttribute('data-icon', '');\n loadMoreBtn.setAttribute('data-img', '');\n loadMoreBtn.setAttribute('data-img-alt', '');\n loadMoreBtn.setAttribute('data-shape', '');\n loadMoreBtn.setAttribute('data-hover', false);\n loadMoreBtn.setAttribute('data-extra-classes', 'fw-bold');\n loadMoreBtn.setAttribute('data-background-color', 'primary');\n loadMoreBtn.setAttribute('data-primary', false);\n loadMoreBtn.addEventListener('click', (ev) => {\n if(ev.target.getAttribute('data-pagination')){\n let loadMoreSpinner = document.createElement('cod-spinner');\n loadMoreSpinner.setAttribute('data-type', 'border');\n loadMoreSpinner.setAttribute('data-background-color', 'primary');\n loadMoreSpinner.setAttribute('data-size', 'sm');\n let paginations = display.getAttribute('data-pagination');\n if(paginations === null){\n paginations = {};\n }else{\n paginations = JSON.parse(paginations);\n }\n paginations[`${ev.target.getAttribute('data-pagination-id')}`] = JSON.parse(ev.target.getAttribute('data-pagination'));\n display.setAttribute('data-pagination', JSON.stringify(paginations));\n ev.target.parentElement.appendChild(loadMoreSpinner);\n ev.target.remove();\n }\n });\n dataBlockContent.appendChild(loadMoreBtn);\n }\n return dataBlock;\n }\n }\n\n buildDataSection(display) {\n const app = document.getElementsByTagName('my-home-info');\n const appMode = app[0].getAttribute('data-app-mode');\n const results = document.createElement('section');\n results.id = 'data-results';\n if (appMode == 'my-home-info') {\n const sectionTitle = document.createElement('p');\n sectionTitle.className = 'data-title';\n sectionTitle.innerText = app[0].getAttribute('data-active-section').toUpperCase();\n results.appendChild(sectionTitle);\n }\n const dataBlocks = document.createElement('div');\n dataBlocks.id = 'data-blocks';\n results.appendChild(dataBlocks);\n\n const apiDataSets = JSON.parse(app[0].getAttribute('data-api-active-datasets'));\n for (const dataSet in apiDataSets) {\n if (Object.hasOwnProperty.call(apiDataSets, dataSet)) {\n if (display.buildDataBlock(display, apiDataSets[dataSet]) != null) {\n dataBlocks.appendChild(display.buildDataBlock(display, apiDataSets[dataSet]));\n }\n }\n }\n return results;\n }\n\n loadDisplay(display) {\n const shadow = display.shadowRoot;\n const displayWrapper = document.createElement('section');\n const geocoder = document.createElement('app-geocoder');\n const navTools = document.createElement('app-nav-tools');\n const app = document.getElementsByTagName('my-home-info');\n navTools.printInfo = display.printInfo;\n displayWrapper.id = 'display-wrapper';\n switch (this.getAttribute('data-display-type')) {\n case 'welcome':\n shadow.appendChild(display.welcomeStyle);\n const imageWrapper = document.createElement('div');\n imageWrapper.id = 'welcome-img-wrapper';\n imageWrapper.appendChild(this.neighborhoodImage);\n displayWrapper.appendChild(imageWrapper);\n const textWrapperWelcome = document.createElement('article');\n displayWrapper.appendChild(textWrapperWelcome);\n const titleWelcome = document.createElement('p');\n titleWelcome.setAttribute('aria-label', 'title');\n titleWelcome.innerText = 'It’s all here. All in one place.';\n titleWelcome.className = 'display-title';\n textWrapperWelcome.appendChild(titleWelcome)\n const textWelcome = document.createElement('p');\n textWelcome.innerText = 'Enter your home address to find out your city councilmember and neighborhood district manager, along with local information about trash/recycling, your neighborhood police officer, city issues reported in your neighborhood, and more.';\n textWrapperWelcome.appendChild(textWelcome);\n textWrapperWelcome.appendChild(geocoder);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'active':\n shadow.appendChild(display.welcomeStyle);\n displayWrapper.appendChild(geocoder);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'loading':\n const loader = document.createElement('cod-loader');\n loader.setAttribute('data-color', 'color-3');\n displayWrapper.appendChild(loader);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'results':\n let parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\n shadow.appendChild(display.resultsStyle);\n let resultsContainer = document.createElement('section');\n resultsContainer.className = 'results-container';\n resultsContainer.appendChild(navTools);\n let dataSetResults = document.createElement('article');\n dataSetResults.className = 'dataset-results';\n let addressBox = document.createElement('article');\n addressBox.className = 'result-address';\n addressBox.innerText = parcelData.address;\n dataSetResults.appendChild(addressBox);\n let results = display.buildDataSection(display);\n dataSetResults.appendChild(results);\n resultsContainer.appendChild(dataSetResults);\n displayWrapper.appendChild(resultsContainer);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'error':\n let errorContainer = document.createElement('section');\n shadow.appendChild(display.resultsStyle);\n errorContainer.className = 'results-container';\n errorContainer.appendChild(navTools);\n let errorBox = document.createElement('article');\n errorBox.className = 'error-result';\n errorBox.innerHTML = `\n \n \n \n \n \n \n \n \n \n \n

No Information found on this address. Please close and try again.

\n `;\n errorContainer.appendChild(errorBox);\n displayWrapper.appendChild(errorContainer);\n shadow.appendChild(displayWrapper);\n break;\n\n case 'print':\n let printParcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\n shadow.appendChild(display.resultsStyle);\n let printResultsContainer = document.createElement('section');\n printResultsContainer.className = 'results-container';\n printResultsContainer.appendChild(navTools);\n let printDataSetResults = document.createElement('article');\n printDataSetResults.className = 'dataset-results';\n let printAddressBox = document.createElement('article');\n printAddressBox.className = 'result-address';\n printAddressBox.innerText = printParcelData.address;\n printDataSetResults.appendChild(printAddressBox);\n let printResults = display.buildDataSection(display);\n printDataSetResults.appendChild(printResults);\n printResultsContainer.appendChild(printDataSetResults);\n displayWrapper.appendChild(printResultsContainer);\n shadow.appendChild(displayWrapper);\n display.printInfo(display);\n break;\n\n default:\n break;\n }\n }\n\n}\n","'use strict';\r\nconst turf = require('@turf/turf');\r\nconst arcGIS = require('terraformer-arcgis-parser');\r\n\r\nexport default class DataLoader extends HTMLElement {\r\n static get observedAttributes() {\r\n return ['data-loader-state', 'data-parcel-id'];\r\n }\r\n\r\n constructor() {\r\n // Always call super first in constructor\r\n super();\r\n\r\n // Create a shadow root\r\n const shadow = this.attachShadow({ mode: 'open' });\r\n\r\n // Create result section\r\n const loaderWrapper = document.createElement('section');\r\n loaderWrapper.id = 'loader-wrapper';\r\n shadow.appendChild(loaderWrapper);\r\n }\r\n\r\n attributeChangedCallback(name, oldValue, newValue) {\r\n const shadow = this.shadowRoot;\r\n // console.log(`Loader - attribute: ${name}, old: ${oldValue}, new: ${newValue}`);\r\n switch (name) {\r\n case 'data-loader-state':\r\n this.clearLoader(this);\r\n this.loadLoader(this);\r\n break;\r\n\r\n default:\r\n break;\r\n }\r\n }\r\n\r\n getDataSets(loader) {\r\n const app = document.getElementsByTagName('my-home-info');\r\n const dataSets = app[0].getAttribute('data-active-sets').split(',');\r\n const parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\r\n let dataList = [];\r\n\r\n let assessorsData = new Promise((resolve, reject) => {\r\n if (parcelData.attributes.parcel_id == 'CONDO BUILDING') {\r\n resolve({ \"id\": \"assessors-data\", \"data\": null });\r\n } else {\r\n let url = \"https://apis.detroitmi.gov/assessments/parcel/\" + parcelData.attributes.parcel_id + \"/\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"assessors-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n }\r\n });\r\n\r\n let neighborhoods = new Promise((resolve, reject) => {\r\n resolve({ \"id\": \"neighborhood\", \"data\": parcelData });\r\n });\r\n\r\n let council = new Promise((resolve, reject) => {\r\n return resolve({ \"id\": \"council\", \"data\": parcelData });\r\n });\r\n let bopMembers = new Promise((resolve, reject) => {\r\n let url = \"/rest/bop?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"bop-members\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let districtManagers = new Promise((resolve, reject) => {\r\n let url = \"/rest/district-managers?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"district-managers\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let districtInspectors = new Promise((resolve, reject) => {\r\n let url = \"/rest/district-inspectors?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"district-inspectors\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let councilMembers = new Promise((resolve, reject) => {\r\n let url = \"/rest/council-members?_format=json\";\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"council-members\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let DWSDBackupProtection = new Promise((resolve, reject) => {\r\n resolve({ \"id\": \"DWSDBackupProtection\", \"data\": parcelData });\r\n });\r\n let HRDFlooding = new Promise((resolve, reject) => {\r\n resolve({ \"id\": \"HRDFlooding\", \"data\": parcelData });\r\n });\r\n let nrsa = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/NRSA_2020/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"nrsa\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let nezHomestead = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/NEZHOMESTEAD2021/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"nez\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let permitData = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/BuildingPermits/FeatureServer/0/query?where=parcel_id+%3D+%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=3&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"permit-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let rentalData = new Promise((resolve, reject) => {\r\n let url;\r\n if (parcelData.attributes.parcel_id != 'CONDO BUILDING') {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=parcel_id+%3D+%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;\r\n } else {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/RentalStatuses/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C+${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`;\r\n }\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"rental-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let rentalCertData = new Promise((resolve, reject) => {\r\n let url;\r\n if (parcelData.attributes.parcel_id != 'CONDO BUILDING') {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=parcel_id%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json`;\r\n } else {\r\n url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/active_cofc/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C+${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIndexIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=json`;\r\n }\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"rental-cert-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let blightData = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Blight_Violations_(DAH)/FeatureServer/0/query?where=parcelno%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=violation_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"blight-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let salesHistoryData = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Property_Sales/FeatureServer/0/query?where=PARCEL_NO%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=SALE_DATE&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=2&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"sales-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let demosData = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 2, { units: 'miles' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n data.features.sort(loader.sortFeaturesByDistanceTo(point));\r\n resolve({ \"id\": \"demos-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let stabilizationData = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 2, { units: 'miles' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Contracted_Stabilizations/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n data.features.sort(loader.sortFeaturesByDistanceTo(point));\r\n resolve({ \"id\": \"stabilization-data\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let demoStatus = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/Demolitions_under_Contract/FeatureServer/0/query?where=parcel_id+%3D+%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=demolish_by_date&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=1&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"demo-status\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let schools = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 2, { units: 'miles' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/2018_2019_Schools_(EEM)/FeatureServer/0/query?where=&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n data.features.sort(loader.sortFeaturesByDistanceTo(point));\r\n resolve({ \"id\": \"schools\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let npo = new Promise((resolve, reject) => {\r\n let url = `https://opengis.detroitmi.gov/opengis/rest/services/PublicSafety/NeighborhoodPoliceOfficers/FeatureServer/0/query?where=&objectIds=&time=&geometry=${parcelData.location.x}%2C${parcelData.location.y}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelIntersects&resultType=none&distance=1&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnGeometry=true&returnCentroid=false&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=4326&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnDistinctValues=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"npo\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let improveDet = new Promise((resolve, reject) => {\r\n let point = turf.point([parcelData.location.x, parcelData.location.y]);\r\n let buffer = turf.buffer(point, 300, { units: 'meters' });\r\n let simplePolygon = turf.simplify(buffer.geometry, { tolerance: 0.005, highQuality: false });\r\n let arcsimplePolygon = arcGIS.convert(simplePolygon);\r\n let url = `https://opengis.detroitmi.gov/opengis/rest/services/DoIT/ImproveDetroitIssues/FeatureServer/0/query?where=status+%3C%3E+%27Closed%27+and+status+%3C%3E+%27Archived%27&objectIds=&time=&geometry=${encodeURI(JSON.stringify(arcsimplePolygon))}&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=4326&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=3&f=geojson`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"improve-det\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let recycling = new Promise((resolve, reject) => {\r\n let url = \"https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/WasteCollectionAreas/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry=\" + parcelData.location.x + \"%2C+\" + parcelData.location.y + \"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json\";\r\n fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n let today = new Date();\r\n let todaysMonth = today.getMonth() + 1;\r\n let todaysYear = today.getFullYear();\r\n let url = `https://apis.detroitmi.gov/waste_schedule/details/${data.features[0].attributes.FID}/year/${todaysYear}/month/${todaysMonth}/`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"recycling\", \"data\": data });\r\n });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let historicDistrict = new Promise((resolve, reject) => {\r\n let url = \"https://services2.arcgis.com/qvkbeam7Wirps6zC/ArcGIS/rest/services/Detroit_Local_Historic_Districts/FeatureServer/0/query?where=&text=&objectIds=&time=&geometry=\" + parcelData.location.x + \"%2C+\" + parcelData.location.y + \"&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&relationParam=&outFields=*&returnGeometry=true&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json\";\r\n fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"historicDistrict\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n let fireEscrow = new Promise((resolve, reject) => {\r\n let url = `https://services2.arcgis.com/qvkbeam7Wirps6zC/arcgis/rest/services/fie_properties_final/FeatureServer/0/query?where=parcel_id%3D%27${parcelData.attributes.parcel_id}%27&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&resultType=none&distance=0.0&units=esriSRUnit_Meter&returnGeodetic=false&outFields=*&returnHiddenFields=false&returnGeometry=true&returnCentroid=false&featureEncoding=esriDefault&multipatchOption=xyFootprint&maxAllowableOffset=&geometryPrecision=&outSR=&datumTransformation=&applyVCSProjection=false&returnIdsOnly=false&returnUniqueIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&returnQueryGeometry=false&returnDistinctValues=false&cacheHint=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&having=&resultOffset=&resultRecordCount=&returnZ=false&returnM=false&returnExceededLimitFeatures=true&quantizationParameters=&sqlFormat=none&f=json&token=`;\r\n return fetch(url)\r\n .then((resp) => resp.json()) // Transform the data into json\r\n .then(function (data) {\r\n resolve({ \"id\": \"fireEscrow\", \"data\": data });\r\n }).catch(err => {\r\n // console.log(err);\r\n });\r\n });\r\n dataSets.forEach(f => {\r\n switch (f) {\r\n case 'council':\r\n dataList.push(council);\r\n break;\r\n\r\n case 'neighborhood':\r\n dataList.push(neighborhoods);\r\n break;\r\n\r\n case 'assessors-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n if (parcelData.attributes.parcel_id == 'CONDO BUILDING') {\r\n } else {\r\n dataList.push(assessorsData);\r\n }\r\n }\r\n break;\r\n\r\n case 'permit-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(permitData);\r\n }\r\n break;\r\n\r\n case 'blight-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(blightData);\r\n }\r\n break;\r\n\r\n case 'salesHistoryData':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(salesHistoryData);\r\n }\r\n break;\r\n\r\n case 'fireEscrow':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(fireEscrow);\r\n }\r\n break;\r\n\r\n case 'nez':\r\n dataList.push(nezHomestead);\r\n break;\r\n\r\n case 'nrsa':\r\n dataList.push(nrsa);\r\n break;\r\n\r\n case 'npo':\r\n dataList.push(npo);\r\n break;\r\n\r\n case 'improve-det':\r\n dataList.push(improveDet);\r\n break;\r\n\r\n case 'recycling':\r\n dataList.push(recycling);\r\n break;\r\n\r\n case 'rental-data':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(rentalData);\r\n }\r\n break;\r\n\r\n case 'rental-cert':\r\n dataList.push(rentalCertData);\r\n break;\r\n\r\n case 'demo-status':\r\n if (parcelData.attributes.parcel_id != null && parcelData.attributes.parcel_id != '') {\r\n dataList.push(demoStatus);\r\n }\r\n break;\r\n\r\n case 'demos-data':\r\n dataList.push(demosData);\r\n break;\r\n\r\n case 'stabilization-data':\r\n dataList.push(stabilizationData);\r\n break;\r\n\r\n case 'schools':\r\n dataList.push(schools);\r\n break;\r\n\r\n case 'historicDistrict':\r\n dataList.push(historicDistrict);\r\n break;\r\n\r\n case 'district-managers':\r\n dataList.push(districtManagers);\r\n break;\r\n\r\n case 'district-inspectors':\r\n dataList.push(districtInspectors);\r\n break;\r\n\r\n case 'council-members':\r\n dataList.push(councilMembers);\r\n break;\r\n\r\n case 'bop-members':\r\n dataList.push(bopMembers);\r\n break;\r\n\r\n case 'HRDFlooding':\r\n dataList.push(HRDFlooding);\r\n break;\r\n\r\n default:\r\n break;\r\n }\r\n });\r\n return dataList;\r\n }\r\n\r\n buildCouncilData(data) {\r\n let councilData = {\r\n council: {\r\n district: `District ${data.council.data.attributes.council_district}`,\r\n districtURL: null,\r\n name: null,\r\n url: null,\r\n phone: null\r\n },\r\n bop: {\r\n district: `District ${data.council.data.attributes.council_district}`,\r\n url: null,\r\n name: null,\r\n url: null,\r\n phone: null,\r\n email: null\r\n },\r\n dmanager: {\r\n name: null,\r\n url: `/departments/department-of-neighborhoods/district-${data.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,\r\n phone: null\r\n },\r\n ddmanager: {\r\n name: null,\r\n url: `/departments/department-of-neighborhoods/district-${data.council.data.attributes.council_district}#block-views-block-contacts-special-block-1`,\r\n phone: null\r\n },\r\n bliaision: {\r\n name: null,\r\n email: null\r\n },\r\n enforcement: {\r\n name: null,\r\n phone: null\r\n }\r\n };\r\n switch (data.council.data.attributes.council_district.toString()) {\r\n case \"1\":\r\n councilData.council.districtURL = `/taxonomy/term/1276`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1276') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1276`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 1')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4331`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 1 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 1 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 1 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 1')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"2\":\r\n councilData.council.districtURL = `/taxonomy/term/1476`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1476') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1476`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 2')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4336`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 2 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 2 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 2 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 2')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"3\":\r\n councilData.council.districtURL = `/taxonomy/term/1481`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1481') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1481`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 3')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4341`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 3 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 3 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 3 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 3')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"4\":\r\n councilData.council.districtURL = `/taxonomy/term/1486`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1486') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1486`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 4')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4346`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 4 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 4 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 4 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 4')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"5\":\r\n councilData.council.districtURL = `/taxonomy/term/1346`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1346') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1346`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 5')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4351`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 5 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 5 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 5 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 5')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n case \"6\":\r\n councilData.council.districtURL = `/taxonomy/term/1491`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1491') {\r\n let cleanPhone = item.field_phone.replace('Office: ', '');\r\n cleanPhone = cleanPhone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1491`;\r\n councilData.council.phone = `${item.field_phone}`;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 6')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4321`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 6 Manager')) {\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = `${item.field_telephone}`;\r\n }\r\n if (item.field_contact_position.includes('District 6 Deputy Manager')) {\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = `${item.field_telephone}`;\r\n }\r\n if (item.field_contact_position.includes('District 6 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 6')) {\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = `${item.field_telephone}`;\r\n }\r\n });\r\n break;\r\n\r\n case \"7\":\r\n councilData.council.districtURL = `/taxonomy/term/1511`;\r\n data['council-members'].data.forEach((item) => {\r\n if (item.tid == '1511') {\r\n councilData.council.name = item.field_organization_head_name;\r\n councilData.council.url = `/taxonomy/term/1511`;\r\n councilData.council.phone = item.field_phone;\r\n }\r\n });\r\n data['bop-members'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 7')) {\r\n councilData.bop.name = item.title;\r\n councilData.bop.url = `/taxonomy/term/4356`;\r\n let cleanPhone = item.field_telephone.replace(/ /g, '-');\r\n cleanPhone = cleanPhone.replace(/[()]/g, '');\r\n councilData.bop.phone = `${item.field_telephone}`;\r\n councilData.bop.email = item.field_email_address;\r\n }\r\n });\r\n data['district-managers'].data.forEach((item) => {\r\n if (item.field_contact_position.includes('District 7 Manager')) {\r\n councilData.dmanager.name = item.title;\r\n councilData.dmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 7 Deputy Manager')) {\r\n councilData.ddmanager.name = item.title;\r\n councilData.ddmanager.phone = item.field_telephone;\r\n }\r\n if (item.field_contact_position.includes('District 7 Business Liaison')) {\r\n councilData.bliaision.name = item.title;\r\n councilData.bliaision.email = item.field_email_address;\r\n }\r\n });\r\n data['district-inspectors'].data.forEach((item) => {\r\n if (item.field_responsibilities.includes('District 7')) {\r\n councilData.enforcement.name = item.title;\r\n councilData.enforcement.phone = item.field_telephone;\r\n }\r\n });\r\n break;\r\n\r\n default:\r\n // console.log('not inside city');\r\n break;\r\n }\r\n return councilData;\r\n }\r\n\r\n sortFeaturesByDistanceTo(target){\r\n return function(a, b) {\r\n var options = {units: 'radians'}; // using radians to forgo conversion to another unit\r\n return turf.distance(target, a, options) - turf.distance(target, b, options);\r\n }\r\n }\r\n\r\n getData(loader) {\r\n const app = document.getElementsByTagName('my-home-info');\r\n const activeDataSets = app[0].getAttribute('data-active-sets').split(',');\r\n const parcelData = JSON.parse(app[0].getAttribute('data-parcel-id'));\r\n const storedData = JSON.parse(app[0].getAttribute('data-api-stored-datasets'));\r\n let dataAlreadyLoaded = false;\r\n for (let key in storedData) {\r\n if (activeDataSets.includes(key)) {\r\n dataAlreadyLoaded = true;\r\n }\r\n }\r\n if (dataAlreadyLoaded) {\r\n let dataSets = {};\r\n activeDataSets.forEach(data => {\r\n dataSets[data] = storedData[data];\r\n });\r\n app[0].setAttribute('data-api-active-datasets', JSON.stringify(dataSets));\r\n app[0].setAttribute('data-app-state', 'results');\r\n } else {\r\n let dataList = loader.getDataSets(loader);\r\n Promise.all(dataList).then(values => {\r\n // console.log(values);\r\n let dataSets = {};\r\n for (let key in values) {\r\n if (values[key] != null) {\r\n dataSets[values[key].id] = values[key];\r\n } else {\r\n initialLoadChecker = false;\r\n }\r\n }\r\n if (activeDataSets.includes('council')) {\r\n let councilData = loader.buildCouncilData(dataSets);\r\n dataSets['council-members'] = { id: 'council-members', data: councilData.council };\r\n dataSets['bop-members'] = { id: 'bop-members', data: councilData.bop };\r\n let dManagers = { manager: councilData.dmanager, deputy: councilData.ddmanager }\r\n dataSets['district-managers'] = { id: 'district-managers', data: dManagers };\r\n dataSets['business-liaison'] = { id: 'business-liaison', data: councilData.bliaision };\r\n dataSets['district-inspectors'] = { id: 'district-inspectors', data: councilData.enforcement };\r\n }\r\n if (activeDataSets.includes('DWSDBackupProtection')) {\r\n try {\r\n if (!dataSets.DWSDBackupProtection) {\r\n dataSets.DWSDBackupProtection = { id: 'DWSDBackupProtection', data: dataSets['neighborhood'].data };\r\n }\r\n } catch (error) {\r\n // console.log(error);\r\n }\r\n }\r\n app[0].setAttribute('data-api-active-datasets', JSON.stringify(dataSets));\r\n app[0].setAttribute('data-app-state', 'results');\r\n }).catch(reason => {\r\n // console.log(reason);\r\n });\r\n }\r\n }\r\n\r\n clearLoader(loader) {\r\n const shadow = loader.shadowRoot;\r\n while (shadow.firstChild) {\r\n shadow.removeChild(shadow.firstChild);\r\n }\r\n }\r\n\r\n loadLoader(loader) {\r\n const shadow = loader.shadowRoot;\r\n const loaderWrapper = document.createElement('section');\r\n loaderWrapper.id = 'loader-wrapper';\r\n switch (loader.getAttribute('data-loader-state')) {\r\n case 'active':\r\n loader.getData(loader);\r\n const textWelcome = document.createElement('p');\r\n textWelcome.innerText = 'Loading DATA';\r\n loaderWrapper.appendChild(textWelcome);\r\n shadow.appendChild(loaderWrapper);\r\n break;\r\n\r\n case 'finished':\r\n const text = document.createElement('p');\r\n text.innerText = 'Data loaded';\r\n loaderWrapper.appendChild(text);\r\n shadow.appendChild(loaderWrapper);\r\n break;\r\n\r\n default:\r\n\r\n break;\r\n }\r\n }\r\n}\r\n","'use strict';\nimport Display from './Display';\nimport DataLoader from './DataLoader';\n// import Map from './Map';\ncustomElements.define('app-display', Display);\ncustomElements.define('app-data-loader', DataLoader);\n// customElements.define('app-map', Map);\n\nexport default class MyHomeInfo extends HTMLElement {\n static get observedAttributes() {\n return ['data-app-state', 'data-parcel-id', 'data-map-state'];\n }\n\n constructor() {\n // Always call super first in constructor\n super();\n\n // Create a shadow root\n const shadow = this.attachShadow({ mode: 'open' });\n\n // Create result section\n const app = document.getElementsByTagName('my-home-info');\n let tempState = app[0].getAttribute('data-app-state');\n\n const appWrapper = document.createElement('section');\n appWrapper.id = 'app-wrapper';\n const display = document.createElement('app-display');\n if(tempState == 'active-screen'){\n display.setAttribute('data-display-type', 'active');\n }else{\n display.setAttribute('data-display-type', 'welcome');\n }\n appWrapper.appendChild(display);\n shadow.appendChild(appWrapper);\n }\n\n attributeChangedCallback(name, oldValue, newValue) {\n const shadow = this.shadowRoot;\n const app = document.getElementsByTagName('my-home-info');\n const appMode = app[0].getAttribute('data-app-mode');\n // console.log(`App - attribute: ${name}, old: ${oldValue}, new: ${newValue}`);\n switch (name) {\n case 'data-app-state':\n if (oldValue != null) {\n this.clearApp(this);\n this.loadApp(this);\n }\n break;\n\n case 'data-parcel-id':\n if (newValue != 'none') {\n this.setAttribute('data-app-state', 'loading-screen');\n } else {\n if(appMode == 'my-home-info'){\n this.setAttribute('data-app-state', 'welcome-screen');\n }\n }\n break;\n \n case 'data-map-state':\n break;\n\n default:\n console.log('not catched');\n break;\n }\n }\n\n clearApp(app) {\n const shadow = app.shadowRoot;\n while (shadow.firstChild) {\n shadow.removeChild(shadow.firstChild);\n }\n }\n\n loadApp(app) {\n const shadow = app.shadowRoot;\n const appWrapper = document.createElement('div');\n appWrapper.id = 'app-wrapper';\n const display = document.createElement('app-display');\n const dataLoader = document.createElement('app-data-loader');\n switch (app.getAttribute('data-app-state')) {\n case 'welcome-screen':\n display.setAttribute('data-display-type', 'welcome');\n appWrapper.appendChild(display);\n break;\n\n case 'active-screen':\n display.setAttribute('data-display-type', 'active');\n appWrapper.appendChild(display);\n break;\n\n case 'loading-screen':\n display.setAttribute('data-display-type', 'loading');\n dataLoader.setAttribute('data-loader-state', 'active');\n appWrapper.appendChild(display);\n break;\n\n case 'results':\n display.setAttribute('data-display-type', 'results');\n appWrapper.appendChild(display);\n break;\n\n case 'map':\n const map = document.createElement('cod-map');\n map.id='cod-map';\n let apiData = JSON.parse(this.getAttribute('data-api-active-datasets'));\n let mapData = this.getAttribute('data-map-active-data');\n const layerData = {\"id\":\"mapData\",\"layers\":[{\"name\":\"data-points\",\"type\":\"circle\",\"radius\":6,\"color\":\"#004445\",\"active\":true,\"sort\":10,\"source\":\"data-points\"}],\"source\": apiData[mapData].data};\n let layerStructure;\n switch (mapData) {\n case 'schools':\n layerStructure = {\"schools\":[{\"type\":\"field-value\",\"label\":\"Name:\",\"value\":\"EntityOfficialName\"}]};\n break;\n\n case 'demos-data':\n layerStructure = {\"demos-data\":[{\"type\":\"field-value\",\"label\":\"Address:\",\"value\":\"address\"}]};\n break;\n\n case 'stabilization-data':\n layerStructure = {\"stabilization-data\":[{\"type\":\"field-value\",\"label\":\"Address:\",\"value\":\"address\"}]};\n break;\n\n case 'improve-det':\n layerStructure = {\"improve-det\":[{\"type\":\"field-value\",\"label\":\"Address:\",\"value\":\"address\"},{\"type\":\"field-value\",\"label\":\"Type:\",\"value\":\"request_type_title\"}]};\n break;\n \n default:\n break;\n };\n map.setAttribute('data-parent-component', 'my-home-info');\n map.setAttribute('data-map-mode', 'my-home-info');\n map.setAttribute('data-map-active-data', this.getAttribute('data-map-active-data'));\n map.setAttribute('data-popup-structure', JSON.stringify(layerStructure));\n map.setAttribute('data-map-data', JSON.stringify(layerData));\n map.setAttribute('data-location', this.getAttribute('data-parcel-id'));\n map.setAttribute('data-map-state', 'init');\n appWrapper.appendChild(map);\n break;\n\n case 'error':\n display.setAttribute('data-display-type', 'error');\n appWrapper.appendChild(display);\n break;\n\n case 'print':\n display.setAttribute('data-display-type', 'print');\n appWrapper.appendChild(display);\n break;\n\n default:\n break;\n }\n if (shadow.firstChild == null) {\n shadow.appendChild(appWrapper);\n }\n }\n}\n","import MyHomeInfo from './components/MyHomeInfo';\ncustomElements.define('my-home-info', MyHomeInfo);\n\nimport * as Sentry from \"@sentry/browser\";\n\nSentry.init({\n dsn: \"https://536fad340d72a07ee08fe3df749b982e@o4505717305704448.ingest.sentry.io/4505720878792704\",\n\n // Alternatively, use `process.env.npm_package_version` for a dynamic release version\n // if your build tool supports it.\n release: \"local-services-lookup@2.0.9\",\n integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],\n\n // Set tracesSampleRate to 1.0 to capture 100%\n // of transactions for performance monitoring.\n // We recommend adjusting this value in production\n tracesSampleRate: 1.0,\n\n // Set `tracePropagationTargets` to control for which URLs distributed tracing should be enabled\n tracePropagationTargets: [\"localhost\", /^https:\\/\\/detroitmi\\.gov/],\n\n // Capture Replay for 10% of all sessions,\n // plus for 100% of sessions with an error\n replaysSessionSampleRate: 0.1,\n replaysOnErrorSampleRate: 1.0,\n});"],"names":["Geocoder","HTMLElement","observedAttributes","constructor","super","this","form","parcelStatus","user","styles","document","createElement","textContent","shadow","attachShadow","mode","appendChild","geocoderWraper","id","label","style","fontFamily","fontWeight","input","list","icon","addEventListener","ev","submit","className","app","getElementsByTagName","innerText","getAttribute","error","setAttribute","type","placeholder","inputChange","supplementGeocoder","address","geocoder","tempAddr","split","newTempAddr","size","length","forEach","item","index","url","fetch","then","resp","json","data","candidates","sugg","attributes","parcel_id","value","onclick","selectSuggestion","childNodes","location","x","y","city","features","parcel","checkParcelValid","needGeocode","clearSuggestions","JSON","stringify","selection","target","tagName","parentNode","key","undefined","firstChild","removeChild","cleanAddress","params","geometry","request","Request","access_token","encodeURIComponent","method","body","headers","Headers","cache","res","test","preventDefault","NavigationTools","navToolsStyle","loadNavTools","clearDisplay","display","shadowRoot","navTools","appStatus","appMode","initialSets","initalMapStatus","navToolsWrapper","clearResultsBtn","propertyDataBtn","storedData","parse","activeData","govDataBtn","zoneDataBtn","nearDataBtn","printBtn","customElements","define","Display","neighborhoodImage","src","welcomeStyle","resultsStyle","loadDisplay","attributeChangedCallback","name","oldValue","newValue","formatDate","tempDate","Date","getMonth","getDate","getFullYear","buildCouncil","siteURL","window","hostname","dataParsing","title","content","district","phone","buildBOP","email","buildDistrictManagers","Object","keys","detail","manager","deputy","buildBusinessLiaison","buildInspector","buildNeighborhood","neighborhood_name","buildDWSDBackupProtection","values","validNeighborhoods","includes","Postal","buildHRDFlooding","buildHistoricDistrict","Name","Year_Enacted","format","buildNEZ","nez","RNNAME","RID","buildNRSA","buildNPO","precinct","precinct_location","police_officer","phone_number","checkRecyclingStatus","next_pickups","yardStart","yardEnd","details","service","normalDay","newDay","moment","next_pickup","isBetween","buildRecycling","contractorInfo","trash","contractor","recycling","bulk","tempHTML","buildAssessors","property","year","floor","buildingClass","ownerstreetaddr","ownercity","ownerstate","ownerzip","resb_bldgclass","cib_yearbuilt","cib_value","resb_yearbuilt","resb_value","resb_floorarea","pnum","toLocaleString","buildRental","apiDataSets","date_status","issued_date","buildFireEscrow","buildBlight","ticket_number","fine_amount","agency_name","disposition","violation_description","hearing_date","hearing_time","buildSchools","properties","EntityOfficialName","EntityActualGrades","EntityTypeName","EntityPhysicalStreet","buildPermit","record_id","permit_type","status","description_of_work","buildDemoStatus","tempAddress","replace","demolish_by_date","buildDemosNear","commercial_building","parseInt","price","contractor_name","council_district","neighborhood","buildStabilizationsNear","rehab_status","buildImproveDet","web_url","request_type_title","created_at","selectDataBlockType","setDatasetPagination","dataset","hasAttribute","paginations","paginationObj","start","end","more","printInfo","divContents","buildDataSection","a","open","write","children","innerHTML","close","print","buildDataBlock","dataSet","mapAvailable","dataBlock","pagination","splitDataset","slice","datasetValues","dataBlockTitle","dataBlockContent","text","mapButton","loadMoreBtn","loadMoreSpinner","parentElement","remove","results","sectionTitle","toUpperCase","dataBlocks","hasOwnProperty","call","displayWrapper","imageWrapper","textWrapperWelcome","titleWelcome","textWelcome","loader","parcelData","resultsContainer","dataSetResults","addressBox","errorContainer","errorBox","printParcelData","printResultsContainer","printDataSetResults","printAddressBox","printResults","turf","require","arcGIS","DataLoader","loaderWrapper","clearLoader","loadLoader","getDataSets","dataSets","dataList","assessorsData","Promise","resolve","reject","catch","err","neighborhoods","council","bopMembers","districtManagers","districtInspectors","councilMembers","HRDFlooding","nrsa","nezHomestead","permitData","rentalData","rentalCertData","blightData","salesHistoryData","demosData","point","buffer","units","simplePolygon","simplify","tolerance","highQuality","arcsimplePolygon","convert","encodeURI","sort","sortFeaturesByDistanceTo","stabilizationData","demoStatus","schools","npo","improveDet","today","todaysMonth","todaysYear","FID","historicDistrict","fireEscrow","f","push","buildCouncilData","councilData","districtURL","bop","dmanager","ddmanager","bliaision","enforcement","toString","tid","field_organization_head_name","field_phone","field_responsibilities","cleanPhone","field_telephone","field_email_address","field_contact_position","b","options","distance","getData","activeDataSets","dataAlreadyLoaded","all","initialLoadChecker","dManagers","DWSDBackupProtection","reason","MyHomeInfo","tempState","appWrapper","clearApp","loadApp","console","log","dataLoader","map","apiData","mapData","layerData","layerStructure","Sentry","dsn","release","integrations","tracesSampleRate","tracePropagationTargets","replaysSessionSampleRate","replaysOnErrorSampleRate"],"sourceRoot":""} \ No newline at end of file diff --git a/build/assets/js/runtime.js b/build/assets/js/runtime.js index 8765f91..ca57d2c 100644 --- a/build/assets/js/runtime.js +++ b/build/assets/js/runtime.js @@ -1,2 +1,2 @@ -!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},r=(new Error).stack;r&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[r]="64842054-f964-4812-8a92-ff82b6dff260",e._sentryDebugIdIdentifier="sentry-dbid-64842054-f964-4812-8a92-ff82b6dff260")}catch(e){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"e76cbc730a30c8c3131e84f6ce866822d1aec358"},(()=>{"use strict";var e,r={},o={};function n(e){var t=o[e];if(void 0!==t)return t.exports;var f=o[e]={id:e,loaded:!1,exports:{}};return r[e].call(f.exports,f,f.exports,n),f.loaded=!0,f.exports}n.m=r,e=[],n.O=(r,o,t,f)=>{if(!o){var i=1/0;for(a=0;a=f)&&Object.keys(n.O).every((e=>n.O[e](o[d])))?o.splice(d--,1):(l=!1,f0&&e[a-1][2]>f;a--)e[a]=e[a-1];e[a]=[o,t,f]},n.d=(e,r)=>{for(var o in r)n.o(r,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{var e={666:0};n.O.j=r=>0===e[r];var r=(r,o)=>{var t,f,i=o[0],l=o[1],d=o[2],s=0;if(i.some((r=>0!==e[r]))){for(t in l)n.o(l,t)&&(n.m[t]=l[t]);if(d)var a=d(n)}for(r&&r(o);s{"use strict";var e,r={},o={};function n(e){var t=o[e];if(void 0!==t)return t.exports;var d=o[e]={id:e,loaded:!1,exports:{}};return r[e].call(d.exports,d,d.exports,n),d.loaded=!0,d.exports}n.m=r,e=[],n.O=(r,o,t,d)=>{if(!o){var f=1/0;for(a=0;a=d)&&Object.keys(n.O).every((e=>n.O[e](o[l])))?o.splice(l--,1):(i=!1,d0&&e[a-1][2]>d;a--)e[a]=e[a-1];e[a]=[o,t,d]},n.d=(e,r)=>{for(var o in r)n.o(r,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{var e={666:0};n.O.j=r=>0===e[r];var r=(r,o)=>{var t,d,f=o[0],i=o[1],l=o[2],s=0;if(f.some((r=>0!==e[r]))){for(t in i)n.o(i,t)&&(n.m[t]=i[t]);if(l)var a=l(n)}for(r&&r(o);s{n.d(e,{gE:()=>z});var r=n(5544),a=n(2931),i=n(9791),o=n(2343),s=n(7638),c=n(8464),u=n(7513),d=n(3821);var p=n(1170),l=n(5363),g=n(5029);function m(t){return"number"===typeof t&&isFinite(t)}function f(t,{startTimestamp:e,...n}){return e&&t.startTimestamp>e&&(t.startTimestamp=e),t.startChild({startTimestamp:e,...n})}const h=2147483647;function T(t){return t/1e3}function v(){return d.WINDOW&&d.WINDOW.addEventListener&&d.WINDOW.performance}let _,b,y=0,k={};function S(){const t=v();if(t&&p.Z1){t.mark&&d.WINDOW.performance.mark("sentry-tracing-init");const e=(0,l.to)((({metric:t})=>{const e=t.entries.pop();if(!e)return;const n=T(p.Z1),r=T(e.startTime);u.X&&o.kg.log("[Measurements] Adding FID"),k.fid={value:t.value,unit:"millisecond"},k["mark.fid"]={value:n+r,unit:"second"}})),n=(0,l.PR)((({metric:t})=>{const e=t.entries.pop();e&&(u.X&&o.kg.log("[Measurements] Adding CLS"),k.cls={value:t.value,unit:""},b=e)})),r=(0,l.$A)((({metric:t})=>{const e=t.entries.pop();e&&(u.X&&o.kg.log("[Measurements] Adding LCP"),k.lcp={value:t.value,unit:"millisecond"},_=e)}));return()=>{e(),n(),r()}}return()=>{}}function I(t){const e=v();if(!e||!d.WINDOW.performance.getEntries||!p.Z1)return;u.X&&o.kg.log("[Tracing] Adding & adjusting spans using Performance API");const n=T(p.Z1),r=e.getEntries();let a,i;if(r.slice(y).forEach((e=>{const r=T(e.startTime),s=T(e.duration);if(!("navigation"===t.op&&n+r{W(t,e,r,n)})),W(t,e,"secureConnection",n,"TLS/SSL","connectEnd"),W(t,e,"fetch",n,"cache","domainLookupStart"),W(t,e,"domainLookup",n,"DNS"),function(t,e,n){f(t,{op:"browser",origin:"auto.browser.browser.metrics",description:"request",startTimestamp:n+T(e.requestStart),endTimestamp:n+T(e.responseEnd)}),f(t,{op:"browser",origin:"auto.browser.browser.metrics",description:"response",startTimestamp:n+T(e.responseStart),endTimestamp:n+T(e.responseEnd)})}(t,e,n)}(t,e,n),a=n+T(e.responseStart),i=n+T(e.requestStart);break;case"mark":case"paint":case"measure":{!function(t,e,n,r,a){const i=a+n,o=i+r;f(t,{description:e.name,endTimestamp:o,op:e.entryType,origin:"auto.resource.browser.metrics",startTimestamp:i})}(t,e,r,s,n);const a=(0,g.Y)(),i=e.startTime{if(!k[e]||n>=t.startTimestamp)return;const r=k[e].value,a=n+T(r),i=Math.abs(1e3*(a-t.startTimestamp)),s=i-r;u.X&&o.kg.log(`[Measurements] Normalized ${e} from ${r} to ${i} (${s})`),k[e].value=i}));const e=k["mark.fid"];e&&k.fid&&(f(t,{description:"first input delay",endTimestamp:e.value+T(k.fid.value),op:"ui.action",origin:"auto.ui.browser.metrics",startTimestamp:e.value}),delete k["mark.fid"]),"fcp"in k||delete k.cls,Object.keys(k).forEach((e=>{t.setMeasurement(e,k[e].value,k[e].unit)})),function(t){_&&(u.X&&o.kg.log("[Measurements] Adding LCP Data"),_.element&&t.setTag("lcp.element",(0,c.Rt)(_.element)),_.id&&t.setTag("lcp.id",_.id),_.url&&t.setTag("lcp.url",_.url.trim().slice(0,200)),t.setTag("lcp.size",_.size));b&&b.sources&&(u.X&&o.kg.log("[Measurements] Adding CLS Data"),b.sources.forEach(((e,n)=>t.setTag(`cls.source.${n+1}`,(0,c.Rt)(e.node)))))}(t)}_=void 0,b=void 0,k={}}function W(t,e,n,r,a,i){const o=i?e[i]:e[`${n}End`],s=e[`${n}Start`];s&&o&&f(t,{op:"browser",origin:"auto.browser.browser.metrics",description:a||n,startTimestamp:r+T(s),endTimestamp:r+T(o)})}function w(t,e,n,r){const a=e[n];null!=a&&a0&&n.setData("http.response_content_length",t)}}else t.error&&n.setStatus("internal_error");n.finish(),delete r[e]}return}const o=(0,E.Gd)(),c=o.getScope(),u=o.getClient(),d=c.getSpan(),{method:p,url:l}=t.fetchData,g=i&&d?d.startChild({data:{url:l,type:"fetch","http.method":p},description:`${p} ${l}`,op:"http.client",origin:a}):void 0;if(g&&(t.fetchData.__span=g.spanId,r[g.spanId]=g),n(t.fetchData.url)&&u){const e=t.args[0];t.args[1]=t.args[1]||{};const n=t.args[1];n.headers=function(t,e,n,r,a){const i=a||n.getSpan(),o=i&&i.transaction,{traceId:c,sampled:u,dsc:d}=n.getPropagationContext(),p=i?i.toTraceparent():(0,s.$p)(c,void 0,u),l=o?o.getDynamicSamplingContext():d||(0,C._)(c,e,n),g=(0,L.IQ)(l),m="undefined"!==typeof Request&&(0,P.V9)(t,Request)?t.headers:r.headers;if(m){if("undefined"!==typeof Headers&&(0,P.V9)(m,Headers)){const t=new Headers(m);return t.append("sentry-trace",p),g&&t.append(L.bU,g),t}if(Array.isArray(m)){const t=[...m,["sentry-trace",p]];return g&&t.push([L.bU,g]),t}{const t="baggage"in m?m.baggage:void 0,e=[];return Array.isArray(t)?e.push(...t):t&&e.push(t),g&&e.push(g),{...m,"sentry-trace":p,baggage:e.length>0?e.join(","):void 0}}}return{"sentry-trace":p,baggage:g}}(e,u,c,n,g)}return g}const $=["localhost",/^\/(?!\/)/],H={traceFetch:!0,traceXHR:!0,enableHTTPTimings:!0,tracingOrigins:$,tracePropagationTargets:$};function X(t){const{traceFetch:e,traceXHR:n,tracePropagationTargets:r,tracingOrigins:a,shouldCreateSpanForRequest:i,enableHTTPTimings:o}={traceFetch:H.traceFetch,traceXHR:H.traceXHR,...t},c="function"===typeof i?i:t=>!0,u=t=>function(t,e){return(0,R.U0)(t,e||$)}(t,r||a),d={};e&&(0,O.U)((t=>{const e=x(t,c,u,d);o&&e&&q(e)})),n&&(0,N.UK)((t=>{const e=function(t,e,n,r){const a=t.xhr,i=a&&a[N.xU];if(!(0,D.z)()||!a||a.__sentry_own_request__||!i)return;const o=e(i.url);if(t.endTimestamp&&o){const t=a.__sentry_xhr_span_id__;if(!t)return;const e=r[t];return void(e&&void 0!==i.status_code&&(e.setHttpStatus(i.status_code),e.finish(),delete r[t]))}const c=(0,E.Gd)(),u=c.getScope(),d=u.getSpan(),p=o&&d?d.startChild({data:{type:"xhr","http.method":i.method,url:i.url},description:`${i.method} ${i.url}`,op:"http.client",origin:"auto.http.browser"}):void 0;p&&(a.__sentry_xhr_span_id__=p.spanId,r[a.__sentry_xhr_span_id__]=p);if(a.setRequestHeader&&n(i.url))if(p){const t=p&&p.transaction,e=t&&t.getDynamicSamplingContext(),n=(0,L.IQ)(e);M(a,p.toTraceparent(),n)}else{const t=c.getClient(),{traceId:e,sampled:n,dsc:r}=u.getPropagationContext(),i=(0,s.$p)(e,void 0,n),o=r||(t?(0,C._)(e,t,u):void 0);M(a,i,(0,L.IQ)(o))}return p}(t,c,u,d);o&&e&&q(e)}))}function q(t){const e=t.data.url;if(!e)return;const n=(0,l._j)("resource",(({entries:r})=>{r.forEach((r=>{if(function(t){return"resource"===t.entryType&&"initiatorType"in t&&"string"===typeof t.nextHopProtocol&&("fetch"===t.initiatorType||"xmlhttprequest"===t.initiatorType)}(r)&&r.name.endsWith(e)){(function(t){const{name:e,version:n}=function(t){let e="unknown",n="unknown",r="";for(const a of t){if("/"===a){[e,n]=t.split("/");break}if(!isNaN(Number(a))){e="h"===r?"http":r,n=t.split(r)[1];break}r+=a}r===t&&(e=r);return{name:e,version:n}}(t.nextHopProtocol),r=[];if(r.push(["network.protocol.version",n],["network.protocol.name",e]),!p.Z1)return r;return[...r,["http.request.redirect_start",A(t.redirectStart)],["http.request.fetch_start",A(t.fetchStart)],["http.request.domain_lookup_start",A(t.domainLookupStart)],["http.request.domain_lookup_end",A(t.domainLookupEnd)],["http.request.connect_start",A(t.connectStart)],["http.request.secure_connection_start",A(t.secureConnectionStart)],["http.request.connection_end",A(t.connectEnd)],["http.request.request_start",A(t.requestStart)],["http.request.response_start",A(t.responseStart)],["http.request.response_end",A(t.responseEnd)]]})(r).forEach((e=>t.setData(...e))),setTimeout(n)}}))}))}function A(t=0){return((p.Z1||performance.timeOrigin)+t)/1e3}function M(t,e,n){try{t.setRequestHeader("sentry-trace",e),n&&t.setRequestHeader(L.bU,n)}catch(r){}}var F=n(734);const B={...r.AT,markBackgroundTransactions:!0,routingInstrumentation:function(t,e=!0,n=!0){if(!d.WINDOW||!d.WINDOW.location)return void(u.X&&o.kg.warn("Could not initialize routing instrumentation due to invalid location"));let r,a=d.WINDOW.location.href;e&&(r=t({name:d.WINDOW.location.pathname,startTimestamp:p.Z1?p.Z1/1e3:void 0,op:"pageload",origin:"auto.pageload.browser",metadata:{source:"url"}})),n&&(0,F.a)((({to:e,from:n})=>{void 0===n&&a&&-1!==a.indexOf(e)?a=void 0:n!==e&&(a=void 0,r&&(u.X&&o.kg.log(`[Tracing] Finishing current transaction with op: ${r.op}`),r.finish()),r=t({name:d.WINDOW.location.pathname,op:"navigation",origin:"auto.navigation.browser",metadata:{source:"url"}}))}))},startTransactionOnLocationChange:!0,startTransactionOnPageLoad:!0,enableLongTask:!0,_experiments:{},...H};class z{constructor(t){this.name="BrowserTracing",this._hasSetTracePropagationTargets=!1,(0,a.T)(),u.X&&(this._hasSetTracePropagationTargets=!(!t||!t.tracePropagationTargets&&!t.tracingOrigins)),this.options={...B,...t},void 0!==this.options._experiments.enableLongTask&&(this.options.enableLongTask=this.options._experiments.enableLongTask),t&&!t.tracePropagationTargets&&t.tracingOrigins&&(this.options.tracePropagationTargets=t.tracingOrigins),this._collectWebVitals=S(),this.options.enableLongTask&&(0,l._j)("longtask",(({entries:t})=>{for(const e of t){const t=(0,i.x1)();if(!t)return;const n=T(p.Z1+e.startTime),r=T(e.duration);t.startChild({description:"Main UI thread blocked",op:"ui.long-task",origin:"auto.ui.browser.metrics",startTimestamp:n,endTimestamp:n+r})}})),this.options._experiments.enableInteractions&&(0,l._j)("event",(({entries:t})=>{for(const e of t){const t=(0,i.x1)();if(!t)return;if("click"===e.name){const n=T(p.Z1+e.startTime),r=T(e.duration);t.startChild({description:(0,c.Rt)(e.target),op:`ui.interaction.${e.name}`,origin:"auto.ui.browser.metrics",startTimestamp:n,endTimestamp:n+r})}}}))}setupOnce(t,e){this._getCurrentHub=e;const n=e().getClient(),r=n&&n.getOptions(),{routingInstrumentation:a,startTransactionOnLocationChange:s,startTransactionOnPageLoad:c,markBackgroundTransactions:p,traceFetch:l,traceXHR:g,shouldCreateSpanForRequest:m,enableHTTPTimings:f,_experiments:h}=this.options,T=r&&r.tracePropagationTargets,v=T||this.options.tracePropagationTargets;u.X&&this._hasSetTracePropagationTargets&&T&&o.kg.warn("[Tracing] The `tracePropagationTargets` option was set in the BrowserTracing integration and top level `Sentry.init`. The top level `Sentry.init` value is being used."),a((t=>{const n=this._createRouteTransaction(t);return this.options._experiments.onStartRouteTransaction&&this.options._experiments.onStartRouteTransaction(n,t,e),n}),c,s),p&&(d.WINDOW&&d.WINDOW.document?d.WINDOW.document.addEventListener("visibilitychange",(()=>{const t=(0,i.x1)();if(d.WINDOW.document.hidden&&t){const e="cancelled";u.X&&o.kg.log(`[Tracing] Transaction: ${e} -> since tab moved to the background, op: ${t.op}`),t.status||t.setStatus(e),t.setTag("visibilitychange","document.hidden"),t.finish()}})):u.X&&o.kg.warn("[Tracing] Could not set up background tab detection due to lack of global document")),h.enableInteractions&&this._registerInteractionListener(),X({traceFetch:l,traceXHR:g,tracePropagationTargets:v,shouldCreateSpanForRequest:m,enableHTTPTimings:f})}_createRouteTransaction(t){if(!this._getCurrentHub)return void(u.X&&o.kg.warn(`[Tracing] Did not create ${t.op} transaction because _getCurrentHub is invalid.`));const e=this._getCurrentHub(),{beforeNavigate:n,idleTimeout:r,finalTimeout:i,heartbeatInterval:c}=this.options,p="pageload"===t.op,l=p?U("sentry-trace"):"",g=p?U("baggage"):"",{traceparentData:m,dynamicSamplingContext:f,propagationContext:h}=(0,s.KA)(l,g),T={...t,...m,metadata:{...t.metadata,dynamicSamplingContext:m&&!f?{}:f},trimEnd:!0},v="function"===typeof n?n(T):T,_=void 0===v?{...T,sampled:!1}:v;_.metadata=_.name!==T.name?{..._.metadata,source:"custom"}:_.metadata,this._latestRouteName=_.name,this._latestRouteSource=_.metadata&&_.metadata.source,!1===_.sampled&&u.X&&o.kg.log(`[Tracing] Will not send ${_.op} transaction because of beforeNavigate.`),u.X&&o.kg.log(`[Tracing] Starting ${_.op} transaction on scope`);const{location:b}=d.WINDOW,y=(0,a.l)(e,_,r,i,!0,{location:b},c),k=e.getScope();return p&&m?k.setPropagationContext(h):k.setPropagationContext({traceId:y.traceId,spanId:y.spanId,parentSpanId:y.parentSpanId,sampled:y.sampled}),y.registerBeforeFinishCallback((t=>{this._collectWebVitals(),I(t)})),y}_registerInteractionListener(){let t;const e=()=>{const{idleTimeout:e,finalTimeout:n,heartbeatInterval:r}=this.options,s="ui.action.click",c=(0,i.x1)();if(c&&c.op&&["navigation","pageload"].includes(c.op))return void(u.X&&o.kg.warn(`[Tracing] Did not create ${s} transaction because a pageload or navigation transaction is in progress.`));if(t&&(t.setFinishReason("interactionInterrupted"),t.finish(),t=void 0),!this._getCurrentHub)return void(u.X&&o.kg.warn(`[Tracing] Did not create ${s} transaction because _getCurrentHub is invalid.`));if(!this._latestRouteName)return void(u.X&&o.kg.warn(`[Tracing] Did not create ${s} transaction because _latestRouteName is missing.`));const p=this._getCurrentHub(),{location:l}=d.WINDOW,g={name:this._latestRouteName,op:s,trimEnd:!0,metadata:{source:this._latestRouteSource||"url"}};t=(0,a.l)(p,g,e,n,!0,{location:l},r)};["click"].forEach((t=>{addEventListener(t,e,{once:!1,capture:!0})}))}}function U(t){const e=(0,c.qT)(`meta[name=${t}]`);return e?e.getAttribute("content"):void 0}},5363:(t,e,n)=>{n.d(e,{PR:()=>S,to:()=>W,$A:()=>I,_j:()=>w});var r=n(2343),a=n(360),i=n(7513);const o=(t,e,n)=>{let r,a;return i=>{e.value>=0&&(i||n)&&(a=e.value-(r||0),(a||void 0===r)&&(r=e.value,e.delta=a,t(e)))}};var s=n(3821);const c=()=>s.WINDOW.__WEB_VITALS_POLYFILL__?s.WINDOW.performance&&(performance.getEntriesByType&&performance.getEntriesByType("navigation")[0]||(()=>{const t=s.WINDOW.performance.timing,e=s.WINDOW.performance.navigation.type,n={entryType:"navigation",startTime:0,type:2==e?"back_forward":1===e?"reload":"navigate"};for(const r in t)"navigationStart"!==r&&"toJSON"!==r&&(n[r]=Math.max(t[r]-t.navigationStart,0));return n})()):s.WINDOW.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0],u=()=>{const t=c();return t&&t.activationStart||0},d=(t,e)=>{const n=c();let r="navigate";return n&&(r=s.WINDOW.document.prerendering||u()>0?"prerender":n.type.replace(/_/g,"-")),{name:t,value:"undefined"===typeof e?-1:e,rating:"good",delta:0,entries:[],id:`v3-${Date.now()}-${Math.floor(8999999999999*Math.random())+1e12}`,navigationType:r}},p=(t,e,n)=>{try{if(PerformanceObserver.supportedEntryTypes.includes(t)){const r=new PerformanceObserver((t=>{e(t.getEntries())}));return r.observe(Object.assign({type:t,buffered:!0},n||{})),r}}catch(r){}};var l=n(188);const g=t=>{const e=d("CLS",0);let n,r=0,a=[];const i=t=>{t.forEach((t=>{if(!t.hadRecentInput){const i=a[0],o=a[a.length-1];r&&0!==a.length&&t.startTime-o.startTime<1e3&&t.startTime-i.startTime<5e3?(r+=t.value,a.push(t)):(r=t.value,a=[t]),r>e.value&&(e.value=r,e.entries=a,n&&n())}}))},s=p("layout-shift",i);if(s){n=o(t,e);const r=()=>{i(s.takeRecords()),n(!0)};return(0,l.u)(r),r}};var m=n(5029);const f=t=>{const e=(0,m.Y)(),n=d("FID");let r;const a=t=>{t.startTime{t.forEach(a)},s=p("first-input",i);r=o(t,n),s&&(0,l.u)((()=>{i(s.takeRecords()),s.disconnect()}),!0)},h={},T=t=>{const e=(0,m.Y)(),n=d("LCP");let r;const a=t=>{const a=t[t.length-1];if(a){const t=Math.max(a.startTime-u(),0);t{h[n.id]||(a(i.takeRecords()),i.disconnect(),h[n.id]=!0,r(!0))};return["keydown","click"].forEach((t=>{addEventListener(t,e,{once:!0,capture:!0})})),(0,l.u)(e,!0),e}},v={},_={};let b,y,k;function S(t){return N("cls",t,E,b)}function I(t){return N("lcp",t,O,k)}function W(t){return N("fid",t,C,y)}function w(t,e){return R(t,e),_[t]||(!function(t){const e={};"event"===t&&(e.durationThreshold=0);p(t,(e=>{D(t,{entries:e})}),e)}(t),_[t]=!0),L(t,e)}function D(t,e){const n=v[t];if(n&&n.length)for(const s of n)try{s(e)}catch(o){i.X&&r.kg.error(`Error while triggering instrumentation handler.\nType: ${t}\nName: ${(0,a.$P)(s)}\nError:`,o)}}function E(){g((t=>{D("cls",{metric:t}),b=t}))}function C(){f((t=>{D("fid",{metric:t}),y=t}))}function O(){T((t=>{D("lcp",{metric:t}),k=t}))}function N(t,e,n,r){return R(t,e),_[t]||(n(),_[t]=!0),r&&e({metric:r}),L(t,e)}function R(t,e){v[t]=v[t]||[],v[t].push(e)}function L(t,e){return()=>{const n=v[t];if(!n)return;const r=n.indexOf(e);-1!==r&&n.splice(r,1)}}},3821:(t,e,n)=>{n.d(e,{WINDOW:()=>r});const r=n(1235).n2},5029:(t,e,n)=>{n.d(e,{Y:()=>o});var r=n(3821),a=n(188);let i=-1;const o=()=>(i<0&&(i="hidden"!==r.WINDOW.document.visibilityState||r.WINDOW.document.prerendering?1/0:0,(0,a.u)((({timeStamp:t})=>{i=t}),!0)),{get firstHiddenTime(){return i}})},188:(t,e,n)=>{n.d(e,{u:()=>a});var r=n(3821);const a=(t,e)=>{const n=a=>{"pagehide"!==a.type&&"hidden"!==r.WINDOW.document.visibilityState||(t(a),e&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)}},7513:(t,e,n)=>{n.d(e,{X:()=>r});const r="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__}}]); +!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="d32caf6b-6d81-49dc-af3e-c8ab5f320308",t._sentryDebugIdIdentifier="sentry-dbid-d32caf6b-6d81-49dc-af3e-c8ab5f320308")}catch(t){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"76503864802ce9c9b190bc17b1ae9b04fddb1bd5"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[152],{9766:(t,e,n)=>{n.d(e,{gE:()=>z});var r=n(5544),a=n(2931),i=n(9791),o=n(2343),s=n(7638),c=n(8464),u=n(7513),d=n(3821);var p=n(1170),l=n(5363),g=n(5029);function m(t){return"number"===typeof t&&isFinite(t)}function f(t,{startTimestamp:e,...n}){return e&&t.startTimestamp>e&&(t.startTimestamp=e),t.startChild({startTimestamp:e,...n})}const h=2147483647;function T(t){return t/1e3}function v(){return d.WINDOW&&d.WINDOW.addEventListener&&d.WINDOW.performance}let _,b,y=0,k={};function S(){const t=v();if(t&&p.Z1){t.mark&&d.WINDOW.performance.mark("sentry-tracing-init");const e=(0,l.to)((({metric:t})=>{const e=t.entries.pop();if(!e)return;const n=T(p.Z1),r=T(e.startTime);u.X&&o.kg.log("[Measurements] Adding FID"),k.fid={value:t.value,unit:"millisecond"},k["mark.fid"]={value:n+r,unit:"second"}})),n=(0,l.PR)((({metric:t})=>{const e=t.entries.pop();e&&(u.X&&o.kg.log("[Measurements] Adding CLS"),k.cls={value:t.value,unit:""},b=e)})),r=(0,l.$A)((({metric:t})=>{const e=t.entries.pop();e&&(u.X&&o.kg.log("[Measurements] Adding LCP"),k.lcp={value:t.value,unit:"millisecond"},_=e)}));return()=>{e(),n(),r()}}return()=>{}}function I(t){const e=v();if(!e||!d.WINDOW.performance.getEntries||!p.Z1)return;u.X&&o.kg.log("[Tracing] Adding & adjusting spans using Performance API");const n=T(p.Z1),r=e.getEntries();let a,i;if(r.slice(y).forEach((e=>{const r=T(e.startTime),s=T(e.duration);if(!("navigation"===t.op&&n+r{W(t,e,r,n)})),W(t,e,"secureConnection",n,"TLS/SSL","connectEnd"),W(t,e,"fetch",n,"cache","domainLookupStart"),W(t,e,"domainLookup",n,"DNS"),function(t,e,n){f(t,{op:"browser",origin:"auto.browser.browser.metrics",description:"request",startTimestamp:n+T(e.requestStart),endTimestamp:n+T(e.responseEnd)}),f(t,{op:"browser",origin:"auto.browser.browser.metrics",description:"response",startTimestamp:n+T(e.responseStart),endTimestamp:n+T(e.responseEnd)})}(t,e,n)}(t,e,n),a=n+T(e.responseStart),i=n+T(e.requestStart);break;case"mark":case"paint":case"measure":{!function(t,e,n,r,a){const i=a+n,o=i+r;f(t,{description:e.name,endTimestamp:o,op:e.entryType,origin:"auto.resource.browser.metrics",startTimestamp:i})}(t,e,r,s,n);const a=(0,g.Y)(),i=e.startTime{if(!k[e]||n>=t.startTimestamp)return;const r=k[e].value,a=n+T(r),i=Math.abs(1e3*(a-t.startTimestamp)),s=i-r;u.X&&o.kg.log(`[Measurements] Normalized ${e} from ${r} to ${i} (${s})`),k[e].value=i}));const e=k["mark.fid"];e&&k.fid&&(f(t,{description:"first input delay",endTimestamp:e.value+T(k.fid.value),op:"ui.action",origin:"auto.ui.browser.metrics",startTimestamp:e.value}),delete k["mark.fid"]),"fcp"in k||delete k.cls,Object.keys(k).forEach((e=>{t.setMeasurement(e,k[e].value,k[e].unit)})),function(t){_&&(u.X&&o.kg.log("[Measurements] Adding LCP Data"),_.element&&t.setTag("lcp.element",(0,c.Rt)(_.element)),_.id&&t.setTag("lcp.id",_.id),_.url&&t.setTag("lcp.url",_.url.trim().slice(0,200)),t.setTag("lcp.size",_.size));b&&b.sources&&(u.X&&o.kg.log("[Measurements] Adding CLS Data"),b.sources.forEach(((e,n)=>t.setTag(`cls.source.${n+1}`,(0,c.Rt)(e.node)))))}(t)}_=void 0,b=void 0,k={}}function W(t,e,n,r,a,i){const o=i?e[i]:e[`${n}End`],s=e[`${n}Start`];s&&o&&f(t,{op:"browser",origin:"auto.browser.browser.metrics",description:a||n,startTimestamp:r+T(s),endTimestamp:r+T(o)})}function w(t,e,n,r){const a=e[n];null!=a&&a0&&n.setData("http.response_content_length",t)}}else t.error&&n.setStatus("internal_error");n.finish(),delete r[e]}return}const o=(0,E.Gd)(),c=o.getScope(),u=o.getClient(),d=c.getSpan(),{method:p,url:l}=t.fetchData,g=i&&d?d.startChild({data:{url:l,type:"fetch","http.method":p},description:`${p} ${l}`,op:"http.client",origin:a}):void 0;if(g&&(t.fetchData.__span=g.spanId,r[g.spanId]=g),n(t.fetchData.url)&&u){const e=t.args[0];t.args[1]=t.args[1]||{};const n=t.args[1];n.headers=function(t,e,n,r,a){const i=a||n.getSpan(),o=i&&i.transaction,{traceId:c,sampled:u,dsc:d}=n.getPropagationContext(),p=i?i.toTraceparent():(0,s.$p)(c,void 0,u),l=o?o.getDynamicSamplingContext():d||(0,C._)(c,e,n),g=(0,L.IQ)(l),m="undefined"!==typeof Request&&(0,P.V9)(t,Request)?t.headers:r.headers;if(m){if("undefined"!==typeof Headers&&(0,P.V9)(m,Headers)){const t=new Headers(m);return t.append("sentry-trace",p),g&&t.append(L.bU,g),t}if(Array.isArray(m)){const t=[...m,["sentry-trace",p]];return g&&t.push([L.bU,g]),t}{const t="baggage"in m?m.baggage:void 0,e=[];return Array.isArray(t)?e.push(...t):t&&e.push(t),g&&e.push(g),{...m,"sentry-trace":p,baggage:e.length>0?e.join(","):void 0}}}return{"sentry-trace":p,baggage:g}}(e,u,c,n,g)}return g}const $=["localhost",/^\/(?!\/)/],H={traceFetch:!0,traceXHR:!0,enableHTTPTimings:!0,tracingOrigins:$,tracePropagationTargets:$};function X(t){const{traceFetch:e,traceXHR:n,tracePropagationTargets:r,tracingOrigins:a,shouldCreateSpanForRequest:i,enableHTTPTimings:o}={traceFetch:H.traceFetch,traceXHR:H.traceXHR,...t},c="function"===typeof i?i:t=>!0,u=t=>function(t,e){return(0,R.U0)(t,e||$)}(t,r||a),d={};e&&(0,O.U)((t=>{const e=x(t,c,u,d);o&&e&&q(e)})),n&&(0,N.UK)((t=>{const e=function(t,e,n,r){const a=t.xhr,i=a&&a[N.xU];if(!(0,D.z)()||!a||a.__sentry_own_request__||!i)return;const o=e(i.url);if(t.endTimestamp&&o){const t=a.__sentry_xhr_span_id__;if(!t)return;const e=r[t];return void(e&&void 0!==i.status_code&&(e.setHttpStatus(i.status_code),e.finish(),delete r[t]))}const c=(0,E.Gd)(),u=c.getScope(),d=u.getSpan(),p=o&&d?d.startChild({data:{type:"xhr","http.method":i.method,url:i.url},description:`${i.method} ${i.url}`,op:"http.client",origin:"auto.http.browser"}):void 0;p&&(a.__sentry_xhr_span_id__=p.spanId,r[a.__sentry_xhr_span_id__]=p);if(a.setRequestHeader&&n(i.url))if(p){const t=p&&p.transaction,e=t&&t.getDynamicSamplingContext(),n=(0,L.IQ)(e);M(a,p.toTraceparent(),n)}else{const t=c.getClient(),{traceId:e,sampled:n,dsc:r}=u.getPropagationContext(),i=(0,s.$p)(e,void 0,n),o=r||(t?(0,C._)(e,t,u):void 0);M(a,i,(0,L.IQ)(o))}return p}(t,c,u,d);o&&e&&q(e)}))}function q(t){const e=t.data.url;if(!e)return;const n=(0,l._j)("resource",(({entries:r})=>{r.forEach((r=>{if(function(t){return"resource"===t.entryType&&"initiatorType"in t&&"string"===typeof t.nextHopProtocol&&("fetch"===t.initiatorType||"xmlhttprequest"===t.initiatorType)}(r)&&r.name.endsWith(e)){(function(t){const{name:e,version:n}=function(t){let e="unknown",n="unknown",r="";for(const a of t){if("/"===a){[e,n]=t.split("/");break}if(!isNaN(Number(a))){e="h"===r?"http":r,n=t.split(r)[1];break}r+=a}r===t&&(e=r);return{name:e,version:n}}(t.nextHopProtocol),r=[];if(r.push(["network.protocol.version",n],["network.protocol.name",e]),!p.Z1)return r;return[...r,["http.request.redirect_start",A(t.redirectStart)],["http.request.fetch_start",A(t.fetchStart)],["http.request.domain_lookup_start",A(t.domainLookupStart)],["http.request.domain_lookup_end",A(t.domainLookupEnd)],["http.request.connect_start",A(t.connectStart)],["http.request.secure_connection_start",A(t.secureConnectionStart)],["http.request.connection_end",A(t.connectEnd)],["http.request.request_start",A(t.requestStart)],["http.request.response_start",A(t.responseStart)],["http.request.response_end",A(t.responseEnd)]]})(r).forEach((e=>t.setData(...e))),setTimeout(n)}}))}))}function A(t=0){return((p.Z1||performance.timeOrigin)+t)/1e3}function M(t,e,n){try{t.setRequestHeader("sentry-trace",e),n&&t.setRequestHeader(L.bU,n)}catch(r){}}var F=n(734);const B={...r.AT,markBackgroundTransactions:!0,routingInstrumentation:function(t,e=!0,n=!0){if(!d.WINDOW||!d.WINDOW.location)return void(u.X&&o.kg.warn("Could not initialize routing instrumentation due to invalid location"));let r,a=d.WINDOW.location.href;e&&(r=t({name:d.WINDOW.location.pathname,startTimestamp:p.Z1?p.Z1/1e3:void 0,op:"pageload",origin:"auto.pageload.browser",metadata:{source:"url"}})),n&&(0,F.a)((({to:e,from:n})=>{void 0===n&&a&&-1!==a.indexOf(e)?a=void 0:n!==e&&(a=void 0,r&&(u.X&&o.kg.log(`[Tracing] Finishing current transaction with op: ${r.op}`),r.finish()),r=t({name:d.WINDOW.location.pathname,op:"navigation",origin:"auto.navigation.browser",metadata:{source:"url"}}))}))},startTransactionOnLocationChange:!0,startTransactionOnPageLoad:!0,enableLongTask:!0,_experiments:{},...H};class z{constructor(t){this.name="BrowserTracing",this._hasSetTracePropagationTargets=!1,(0,a.T)(),u.X&&(this._hasSetTracePropagationTargets=!(!t||!t.tracePropagationTargets&&!t.tracingOrigins)),this.options={...B,...t},void 0!==this.options._experiments.enableLongTask&&(this.options.enableLongTask=this.options._experiments.enableLongTask),t&&!t.tracePropagationTargets&&t.tracingOrigins&&(this.options.tracePropagationTargets=t.tracingOrigins),this._collectWebVitals=S(),this.options.enableLongTask&&(0,l._j)("longtask",(({entries:t})=>{for(const e of t){const t=(0,i.x1)();if(!t)return;const n=T(p.Z1+e.startTime),r=T(e.duration);t.startChild({description:"Main UI thread blocked",op:"ui.long-task",origin:"auto.ui.browser.metrics",startTimestamp:n,endTimestamp:n+r})}})),this.options._experiments.enableInteractions&&(0,l._j)("event",(({entries:t})=>{for(const e of t){const t=(0,i.x1)();if(!t)return;if("click"===e.name){const n=T(p.Z1+e.startTime),r=T(e.duration);t.startChild({description:(0,c.Rt)(e.target),op:`ui.interaction.${e.name}`,origin:"auto.ui.browser.metrics",startTimestamp:n,endTimestamp:n+r})}}}))}setupOnce(t,e){this._getCurrentHub=e;const n=e().getClient(),r=n&&n.getOptions(),{routingInstrumentation:a,startTransactionOnLocationChange:s,startTransactionOnPageLoad:c,markBackgroundTransactions:p,traceFetch:l,traceXHR:g,shouldCreateSpanForRequest:m,enableHTTPTimings:f,_experiments:h}=this.options,T=r&&r.tracePropagationTargets,v=T||this.options.tracePropagationTargets;u.X&&this._hasSetTracePropagationTargets&&T&&o.kg.warn("[Tracing] The `tracePropagationTargets` option was set in the BrowserTracing integration and top level `Sentry.init`. The top level `Sentry.init` value is being used."),a((t=>{const n=this._createRouteTransaction(t);return this.options._experiments.onStartRouteTransaction&&this.options._experiments.onStartRouteTransaction(n,t,e),n}),c,s),p&&(d.WINDOW&&d.WINDOW.document?d.WINDOW.document.addEventListener("visibilitychange",(()=>{const t=(0,i.x1)();if(d.WINDOW.document.hidden&&t){const e="cancelled";u.X&&o.kg.log(`[Tracing] Transaction: ${e} -> since tab moved to the background, op: ${t.op}`),t.status||t.setStatus(e),t.setTag("visibilitychange","document.hidden"),t.finish()}})):u.X&&o.kg.warn("[Tracing] Could not set up background tab detection due to lack of global document")),h.enableInteractions&&this._registerInteractionListener(),X({traceFetch:l,traceXHR:g,tracePropagationTargets:v,shouldCreateSpanForRequest:m,enableHTTPTimings:f})}_createRouteTransaction(t){if(!this._getCurrentHub)return void(u.X&&o.kg.warn(`[Tracing] Did not create ${t.op} transaction because _getCurrentHub is invalid.`));const e=this._getCurrentHub(),{beforeNavigate:n,idleTimeout:r,finalTimeout:i,heartbeatInterval:c}=this.options,p="pageload"===t.op,l=p?U("sentry-trace"):"",g=p?U("baggage"):"",{traceparentData:m,dynamicSamplingContext:f,propagationContext:h}=(0,s.KA)(l,g),T={...t,...m,metadata:{...t.metadata,dynamicSamplingContext:m&&!f?{}:f},trimEnd:!0},v="function"===typeof n?n(T):T,_=void 0===v?{...T,sampled:!1}:v;_.metadata=_.name!==T.name?{..._.metadata,source:"custom"}:_.metadata,this._latestRouteName=_.name,this._latestRouteSource=_.metadata&&_.metadata.source,!1===_.sampled&&u.X&&o.kg.log(`[Tracing] Will not send ${_.op} transaction because of beforeNavigate.`),u.X&&o.kg.log(`[Tracing] Starting ${_.op} transaction on scope`);const{location:b}=d.WINDOW,y=(0,a.l)(e,_,r,i,!0,{location:b},c),k=e.getScope();return p&&m?k.setPropagationContext(h):k.setPropagationContext({traceId:y.traceId,spanId:y.spanId,parentSpanId:y.parentSpanId,sampled:y.sampled}),y.registerBeforeFinishCallback((t=>{this._collectWebVitals(),I(t)})),y}_registerInteractionListener(){let t;const e=()=>{const{idleTimeout:e,finalTimeout:n,heartbeatInterval:r}=this.options,s="ui.action.click",c=(0,i.x1)();if(c&&c.op&&["navigation","pageload"].includes(c.op))return void(u.X&&o.kg.warn(`[Tracing] Did not create ${s} transaction because a pageload or navigation transaction is in progress.`));if(t&&(t.setFinishReason("interactionInterrupted"),t.finish(),t=void 0),!this._getCurrentHub)return void(u.X&&o.kg.warn(`[Tracing] Did not create ${s} transaction because _getCurrentHub is invalid.`));if(!this._latestRouteName)return void(u.X&&o.kg.warn(`[Tracing] Did not create ${s} transaction because _latestRouteName is missing.`));const p=this._getCurrentHub(),{location:l}=d.WINDOW,g={name:this._latestRouteName,op:s,trimEnd:!0,metadata:{source:this._latestRouteSource||"url"}};t=(0,a.l)(p,g,e,n,!0,{location:l},r)};["click"].forEach((t=>{addEventListener(t,e,{once:!1,capture:!0})}))}}function U(t){const e=(0,c.qT)(`meta[name=${t}]`);return e?e.getAttribute("content"):void 0}},5363:(t,e,n)=>{n.d(e,{PR:()=>S,to:()=>W,$A:()=>I,_j:()=>w});var r=n(2343),a=n(360),i=n(7513);const o=(t,e,n)=>{let r,a;return i=>{e.value>=0&&(i||n)&&(a=e.value-(r||0),(a||void 0===r)&&(r=e.value,e.delta=a,t(e)))}};var s=n(3821);const c=()=>s.WINDOW.__WEB_VITALS_POLYFILL__?s.WINDOW.performance&&(performance.getEntriesByType&&performance.getEntriesByType("navigation")[0]||(()=>{const t=s.WINDOW.performance.timing,e=s.WINDOW.performance.navigation.type,n={entryType:"navigation",startTime:0,type:2==e?"back_forward":1===e?"reload":"navigate"};for(const r in t)"navigationStart"!==r&&"toJSON"!==r&&(n[r]=Math.max(t[r]-t.navigationStart,0));return n})()):s.WINDOW.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0],u=()=>{const t=c();return t&&t.activationStart||0},d=(t,e)=>{const n=c();let r="navigate";return n&&(r=s.WINDOW.document.prerendering||u()>0?"prerender":n.type.replace(/_/g,"-")),{name:t,value:"undefined"===typeof e?-1:e,rating:"good",delta:0,entries:[],id:`v3-${Date.now()}-${Math.floor(8999999999999*Math.random())+1e12}`,navigationType:r}},p=(t,e,n)=>{try{if(PerformanceObserver.supportedEntryTypes.includes(t)){const r=new PerformanceObserver((t=>{e(t.getEntries())}));return r.observe(Object.assign({type:t,buffered:!0},n||{})),r}}catch(r){}};var l=n(188);const g=t=>{const e=d("CLS",0);let n,r=0,a=[];const i=t=>{t.forEach((t=>{if(!t.hadRecentInput){const i=a[0],o=a[a.length-1];r&&0!==a.length&&t.startTime-o.startTime<1e3&&t.startTime-i.startTime<5e3?(r+=t.value,a.push(t)):(r=t.value,a=[t]),r>e.value&&(e.value=r,e.entries=a,n&&n())}}))},s=p("layout-shift",i);if(s){n=o(t,e);const r=()=>{i(s.takeRecords()),n(!0)};return(0,l.u)(r),r}};var m=n(5029);const f=t=>{const e=(0,m.Y)(),n=d("FID");let r;const a=t=>{t.startTime{t.forEach(a)},s=p("first-input",i);r=o(t,n),s&&(0,l.u)((()=>{i(s.takeRecords()),s.disconnect()}),!0)},h={},T=t=>{const e=(0,m.Y)(),n=d("LCP");let r;const a=t=>{const a=t[t.length-1];if(a){const t=Math.max(a.startTime-u(),0);t{h[n.id]||(a(i.takeRecords()),i.disconnect(),h[n.id]=!0,r(!0))};return["keydown","click"].forEach((t=>{addEventListener(t,e,{once:!0,capture:!0})})),(0,l.u)(e,!0),e}},v={},_={};let b,y,k;function S(t){return N("cls",t,E,b)}function I(t){return N("lcp",t,O,k)}function W(t){return N("fid",t,C,y)}function w(t,e){return R(t,e),_[t]||(!function(t){const e={};"event"===t&&(e.durationThreshold=0);p(t,(e=>{D(t,{entries:e})}),e)}(t),_[t]=!0),L(t,e)}function D(t,e){const n=v[t];if(n&&n.length)for(const s of n)try{s(e)}catch(o){i.X&&r.kg.error(`Error while triggering instrumentation handler.\nType: ${t}\nName: ${(0,a.$P)(s)}\nError:`,o)}}function E(){g((t=>{D("cls",{metric:t}),b=t}))}function C(){f((t=>{D("fid",{metric:t}),y=t}))}function O(){T((t=>{D("lcp",{metric:t}),k=t}))}function N(t,e,n,r){return R(t,e),_[t]||(n(),_[t]=!0),r&&e({metric:r}),L(t,e)}function R(t,e){v[t]=v[t]||[],v[t].push(e)}function L(t,e){return()=>{const n=v[t];if(!n)return;const r=n.indexOf(e);-1!==r&&n.splice(r,1)}}},3821:(t,e,n)=>{n.d(e,{WINDOW:()=>r});const r=n(1235).n2},5029:(t,e,n)=>{n.d(e,{Y:()=>o});var r=n(3821),a=n(188);let i=-1;const o=()=>(i<0&&(i="hidden"!==r.WINDOW.document.visibilityState||r.WINDOW.document.prerendering?1/0:0,(0,a.u)((({timeStamp:t})=>{i=t}),!0)),{get firstHiddenTime(){return i}})},188:(t,e,n)=>{n.d(e,{u:()=>a});var r=n(3821);const a=(t,e)=>{const n=a=>{"pagehide"!==a.type&&"hidden"!==r.WINDOW.document.visibilityState||(t(a),e&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)}},7513:(t,e,n)=>{n.d(e,{X:()=>r});const r="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__}}]); //# sourceMappingURL=vendors.sentry-internal.js.map \ No newline at end of file diff --git a/build/assets/js/vendors.sentry.js b/build/assets/js/vendors.sentry.js index 7c181ad..d119d17 100644 --- a/build/assets/js/vendors.sentry.js +++ b/build/assets/js/vendors.sentry.js @@ -1,2 +1,2 @@ -!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="fd04302d-e9db-4c19-854f-2fef3ef1859a",t._sentryDebugIdIdentifier="sentry-dbid-fd04302d-e9db-4c19-854f-2fef3ef1859a")}catch(t){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"e76cbc730a30c8c3131e84f6ce866822d1aec358"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[315],{2181:(t,e,n)=>{n.d(e,{S1:()=>Vt});var r=n(2343),s=n(2844),i=n(7321),o=n(1703);const a=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],c=[/^.*\/healthcheck$/,/^.*\/healthy$/,/^.*\/live$/,/^.*\/ready$/,/^.*\/heartbeat$/,/^.*\/health$/,/^.*\/healthz$/];class l{static __initStatic(){this.id="InboundFilters"}constructor(t={}){this.name=l.id,this._options=t}setupOnce(t,e){}processEvent(t,e,n){const l=n.getOptions(),d=function(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...t.disableErrorDefaults?[]:a],ignoreTransactions:[...t.ignoreTransactions||[],...e.ignoreTransactions||[],...t.disableTransactionDefaults?[]:c],ignoreInternal:void 0===t.ignoreInternal||t.ignoreInternal}}(this._options,l);return function(t,e){if(e.ignoreInternal&&function(t){try{return"SentryError"===t.exception.values[0].type}catch(e){}return!1}(t))return o.X&&r.kg.warn(`Event dropped due to being internal Sentry Error.\nEvent: ${(0,s.jH)(t)}`),!0;if(function(t,e){if(t.type||!e||!e.length)return!1;return function(t){const e=[];t.message&&e.push(t.message);let n;try{n=t.exception.values[t.exception.values.length-1]}catch(i){}n&&n.value&&(e.push(n.value),n.type&&e.push(`${n.type}: ${n.value}`));o.X&&0===e.length&&r.kg.error(`Could not extract message for event ${(0,s.jH)(t)}`);return e}(t).some((t=>(0,i.U0)(t,e)))}(t,e.ignoreErrors))return o.X&&r.kg.warn(`Event dropped due to being matched by \`ignoreErrors\` option.\nEvent: ${(0,s.jH)(t)}`),!0;if(function(t,e){if("transaction"!==t.type||!e||!e.length)return!1;const n=t.transaction;return!!n&&(0,i.U0)(n,e)}(t,e.ignoreTransactions))return o.X&&r.kg.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.\nEvent: ${(0,s.jH)(t)}`),!0;if(function(t,e){if(!e||!e.length)return!1;const n=u(t);return!!n&&(0,i.U0)(n,e)}(t,e.denyUrls))return o.X&&r.kg.warn(`Event dropped due to being matched by \`denyUrls\` option.\nEvent: ${(0,s.jH)(t)}.\nUrl: ${u(t)}`),!0;if(!function(t,e){if(!e||!e.length)return!0;const n=u(t);return!n||(0,i.U0)(n,e)}(t,e.allowUrls))return o.X&&r.kg.warn(`Event dropped due to not being matched by \`allowUrls\` option.\nEvent: ${(0,s.jH)(t)}.\nUrl: ${u(t)}`),!0;return!1}(t,d)?null:t}}function u(t){try{let n;try{n=t.exception.values[0].stacktrace.frames}catch(e){}return n?function(t=[]){for(let e=t.length-1;e>=0;e--){const n=t[e];if(n&&""!==n.filename&&"[native code]"!==n.filename)return n.filename||null}return null}(n):null}catch(n){return o.X&&r.kg.error(`Cannot extract url for event ${(0,s.jH)(t)}`),null}}l.__initStatic();var d=n(535);let h;class p{static __initStatic(){this.id="FunctionToString"}constructor(){this.name=p.id}setupOnce(){h=Function.prototype.toString;try{Function.prototype.toString=function(...t){const e=(0,d.HK)(this)||this;return h.apply(e,t)}}catch(t){}}}p.__initStatic();var m=n(2967),f=n(5659);var g=n(360),y=n(8823),_=n(734),v=n(7893),S=n(105),k=n(8518),b=n(8725),w=n(1170);var E=n(292);const x="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__;var T=n(7597),I=n(8007),C=n(6893);function R(t,e){const n=O(t,e),r={type:e&&e.name,value:A(e)};return n.length&&(r.stacktrace={frames:n}),void 0===r.type&&""===r.value&&(r.value="Unrecoverable error caught"),r}function M(t,e){return{exception:{values:[R(t,e)]}}}function O(t,e){const n=e.stacktrace||e.stack||"",r=function(t){if(t){if("number"===typeof t.framesToPop)return t.framesToPop;if(D.test(t.message))return 1}return 0}(e);try{return t(n,r)}catch(s){}return[]}const D=/Minified React error #\d+;/i;function A(t){const e=t&&t.message;return e?e.error&&"string"===typeof e.error.message?e.error.message:e:"No error message"}function N(t,e,n,r,i){let o;if((0,T.VW)(e)&&e.error){return M(t,e.error)}if((0,T.TX)(e)||(0,T.fm)(e)){const i=e;if("stack"in e)o=M(t,e);else{const e=i.name||((0,T.TX)(i)?"DOMError":"DOMException"),a=i.message?`${e}: ${i.message}`:e;o=L(t,a,n,r),(0,s.Db)(o,a)}return"code"in i&&(o.tags={...o.tags,"DOMException.code":`${i.code}`}),o}if((0,T.VZ)(e))return M(t,e);if((0,T.PO)(e)||(0,T.cO)(e)){return o=function(t,e,n,r){const s=(0,f.Gd)().getClient(),i=s&&s.getOptions().normalizeDepth,o={exception:{values:[{type:(0,T.cO)(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:$(e,{isUnhandledRejection:r})}]},extra:{__serialized__:(0,I.Qy)(e,i)}};if(n){const e=O(t,n);e.length&&(o.exception.values[0].stacktrace={frames:e})}return o}(t,e,n,i),(0,s.EG)(o,{synthetic:!0}),o}return o=L(t,e,n,r),(0,s.Db)(o,`${e}`,void 0),(0,s.EG)(o,{synthetic:!0}),o}function L(t,e,n,r){const s={message:e};if(r&&n){const r=O(t,n);r.length&&(s.exception={values:[{value:e,stacktrace:{frames:r}}]})}return s}function $(t,{isUnhandledRejection:e}){const n=(0,d.zf)(t),r=e?"promise rejection":"exception";if((0,T.VW)(t))return`Event \`ErrorEvent\` captured as ${r} with message \`${t.message}\``;if((0,T.cO)(t)){return`Event \`${function(t){try{const e=Object.getPrototypeOf(t);return e?e.constructor.name:void 0}catch(e){}}(t)}\` (type=${t.type}) captured as ${r}`}return`Object captured as ${r} with keys: ${n}`}var P=n(4487),F=n(1235);const j=F.n2;let U=0;function B(){return U>0}function H(t,e={},n){if("function"!==typeof t)return t;try{const e=t.__sentry_wrapped__;if(e)return e;if((0,d.HK)(t))return t}catch(i){return t}const r=function(){const r=Array.prototype.slice.call(arguments);try{n&&"function"===typeof n&&n.apply(this,arguments);const s=r.map((t=>H(t,e)));return t.apply(this,s)}catch(i){throw U++,setTimeout((()=>{U--})),(0,P.$e)((t=>{t.addEventProcessor((t=>(e.mechanism&&((0,s.Db)(t,void 0,void 0),(0,s.EG)(t,e.mechanism)),t.extra={...t.extra,arguments:r},t))),(0,P.Tb)(i)})),i}};try{for(const e in t)Object.prototype.hasOwnProperty.call(t,e)&&(r[e]=t[e])}catch(o){}(0,d.$Q)(r,t),(0,d.xp)(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get:()=>t.name})}catch(o){}return r}class z extends v.W{constructor(t){const e=j.SENTRY_SDK_SOURCE||(0,k.S)();t._metadata=t._metadata||{},t._metadata.sdk=t._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:`${e}:@sentry/browser`,version:S.J}],version:S.J},super(t),t.sendClientReports&&j.document&&j.document.addEventListener("visibilitychange",(()=>{"hidden"===j.document.visibilityState&&this._flushOutcomes()}))}eventFromException(t,e){return function(t,e,n,r){const i=N(t,e,n&&n.syntheticException||void 0,r);return(0,s.EG)(i),i.level="error",n&&n.event_id&&(i.event_id=n.event_id),(0,C.WD)(i)}(this._options.stackParser,t,e,this._options.attachStacktrace)}eventFromMessage(t,e="info",n){return function(t,e,n="info",r,s){const i=L(t,e,r&&r.syntheticException||void 0,s);return i.level=n,r&&r.event_id&&(i.event_id=r.event_id),(0,C.WD)(i)}(this._options.stackParser,t,e,n,this._options.attachStacktrace)}captureUserFeedback(t){if(!this._isEnabled())return void(x&&r.kg.warn("SDK not enabled, will not capture user feedback."));const e=function(t,{metadata:e,tunnel:n,dsn:r}){const s={event_id:t.event_id,sent_at:(new Date).toISOString(),...e&&e.sdk&&{sdk:{name:e.sdk.name,version:e.sdk.version}},...!!n&&!!r&&{dsn:(0,E.RA)(r)}},i=function(t){return[{type:"user_report"},t]}(t);return(0,b.Jd)(s,[i])}(t,{metadata:this.getSdkMetadata(),dsn:this.getDsn(),tunnel:this.getOptions().tunnel});this._sendEnvelope(e)}_prepareEvent(t,e,n){return t.platform=t.platform||"javascript",super._prepareEvent(t,e,n)}_flushOutcomes(){const t=this._clearOutcomes();if(0===t.length)return void(x&&r.kg.log("No outcomes to send"));if(!this._dsn)return void(x&&r.kg.log("No dsn provided, will not send outcomes"));x&&r.kg.log("Sending outcomes:",t);const e=function(t,e,n){const r=[{type:"client_report"},{timestamp:n||(0,w.yW)(),discarded_events:t}];return(0,b.Jd)(e?{dsn:e}:{},[r])}(t,this._options.tunnel&&(0,E.RA)(this._dsn));this._sendEnvelope(e)}}var W=n(1674),q=n(7373),X=n(8464);class G{static __initStatic(){this.id="GlobalHandlers"}constructor(t){this.name=G.id,this._options={onerror:!0,onunhandledrejection:!0,...t},this._installFunc={onerror:K,onunhandledrejection:J}}setupOnce(){Error.stackTraceLimit=50;const t=this._options;for(const n in t){const s=this._installFunc[n];s&&t[n]&&(e=n,x&&r.kg.log(`Global Handler attached: ${e}`),s(),this._installFunc[n]=void 0)}var e}}function K(){(0,W.V)((t=>{const[e,n,r]=V();if(!e.getIntegration(G))return;const{msg:s,url:i,line:o,column:a,error:c}=t;if(B())return;const l=void 0===c&&(0,T.HD)(s)?function(t,e,n,r){const s=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;let i=(0,T.VW)(t)?t.message:t,o="Error";const a=i.match(s);a&&(o=a[1],i=a[2]);const c={exception:{values:[{type:o,value:i}]}};return Y(c,e,n,r)}(s,i,o,a):Y(N(n,c||s,void 0,r,!1),i,o,a);l.level="error",e.captureEvent(l,{originalException:c,mechanism:{handled:!1,type:"onerror"}})}))}function J(){(0,q.h)((t=>{const[e,n,r]=V();if(!e.getIntegration(G))return;if(B())return!0;const s=function(t){if((0,T.pt)(t))return t;const e=t;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch(n){}return t}(t),i=(0,T.pt)(s)?{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(s)}`}]}}:N(n,s,void 0,r,!0);i.level="error",e.captureEvent(i,{originalException:s,mechanism:{handled:!1,type:"onunhandledrejection"}})}))}function Y(t,e,n,r){const s=t.exception=t.exception||{},i=s.values=s.values||[],o=i[0]=i[0]||{},a=o.stacktrace=o.stacktrace||{},c=a.frames=a.frames||[],l=isNaN(parseInt(r,10))?void 0:r,u=isNaN(parseInt(n,10))?void 0:n,d=(0,T.HD)(e)&&e.length>0?e:(0,X.l4)();return 0===c.length&&c.push({colno:l,filename:d,function:"?",in_app:!0,lineno:u}),t}function V(){const t=(0,f.Gd)(),e=t.getClient(),n=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,n.stackParser,n.attachStacktrace]}G.__initStatic();const Q=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"];class Z{static __initStatic(){this.id="TryCatch"}constructor(t){this.name=Z.id,this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...t}}setupOnce(){this._options.setTimeout&&(0,d.hl)(j,"setTimeout",tt),this._options.setInterval&&(0,d.hl)(j,"setInterval",tt),this._options.requestAnimationFrame&&(0,d.hl)(j,"requestAnimationFrame",et),this._options.XMLHttpRequest&&"XMLHttpRequest"in j&&(0,d.hl)(XMLHttpRequest.prototype,"send",nt);const t=this._options.eventTarget;if(t){(Array.isArray(t)?t:Q).forEach(rt)}}}function tt(t){return function(...e){const n=e[0];return e[0]=H(n,{mechanism:{data:{function:(0,g.$P)(t)},handled:!1,type:"instrument"}}),t.apply(this,e)}}function et(t){return function(e){return t.apply(this,[H(e,{mechanism:{data:{function:"requestAnimationFrame",handler:(0,g.$P)(t)},handled:!1,type:"instrument"}})])}}function nt(t){return function(...e){const n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach((t=>{t in n&&"function"===typeof n[t]&&(0,d.hl)(n,t,(function(e){const n={mechanism:{data:{function:t,handler:(0,g.$P)(e)},handled:!1,type:"instrument"}},r=(0,d.HK)(e);return r&&(n.mechanism.data.handler=(0,g.$P)(r)),H(e,n)}))})),t.apply(this,e)}}function rt(t){const e=j,n=e[t]&&e[t].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&((0,d.hl)(n,"addEventListener",(function(e){return function(n,r,s){try{"function"===typeof r.handleEvent&&(r.handleEvent=H(r.handleEvent,{mechanism:{data:{function:"handleEvent",handler:(0,g.$P)(r),target:t},handled:!1,type:"instrument"}}))}catch(i){}return e.apply(this,[n,H(r,{mechanism:{data:{function:"addEventListener",handler:(0,g.$P)(r),target:t},handled:!1,type:"instrument"}}),s])}})),(0,d.hl)(n,"removeEventListener",(function(t){return function(e,n,r){const s=n;try{const n=s&&s.__sentry_wrapped__;n&&t.call(this,e,n,r)}catch(i){}return t.call(this,e,s,r)}})))}Z.__initStatic();var st=n(9729);function it(){"console"in F.n2&&r.RU.forEach((function(t){t in F.n2.console&&(0,d.hl)(F.n2.console,t,(function(e){return r.LD[t]=e,function(...e){const n={args:e,level:t};(0,st.rK)("console",n);const s=r.LD[t];s&&s.apply(F.n2.console,e)}}))}))}var ot=n(5316),at=n(5322),ct=n(1394);const lt=["fatal","error","warning","log","info","debug"];function ut(t){return"warn"===t?"warning":lt.includes(t)?t:"log"}function dt(t){if(!t)return{};const e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};const n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],search:n,hash:r,relative:e[5]+n+r}}const ht=1024;class pt{static __initStatic(){this.id="Breadcrumbs"}constructor(t){this.name=pt.id,this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...t}}setupOnce(){if(this.options.console&&function(t){const e="console";(0,st.Hj)(e,t),(0,st.D2)(e,it)}(ft),this.options.dom&&(0,ot.O)(function(t){function e(e){let n,s="object"===typeof t?t.serializeAttribute:void 0,i="object"===typeof t&&"number"===typeof t.maxStringLength?t.maxStringLength:void 0;i&&i>ht&&(x&&r.kg.warn(`\`dom.maxStringLength\` cannot exceed 1024, but a value of ${i} was configured. Sentry will use 1024 instead.`),i=ht),"string"===typeof s&&(s=[s]);try{const t=e.event;n=function(t){return!!t&&!!t.target}(t)?(0,X.Rt)(t.target,{keyAttrs:s,maxStringLength:i}):(0,X.Rt)(t,{keyAttrs:s,maxStringLength:i})}catch(o){n=""}0!==n.length&&(0,f.Gd)().addBreadcrumb({category:`ui.${e.name}`,message:n},{event:e.event,name:e.name,global:e.global})}return e}(this.options.dom)),this.options.xhr&&(0,at.UK)(gt),this.options.fetch&&(0,ct.U)(yt),this.options.history&&(0,_.a)(_t),this.options.sentry){const t=(0,P.s3)();t&&t.on&&t.on("beforeSendEvent",mt)}}}function mt(t){(0,f.Gd)().addBreadcrumb({category:"sentry."+("transaction"===t.type?"transaction":"event"),event_id:t.event_id,level:t.level,message:(0,s.jH)(t)},{event:t})}function ft(t){const e={category:"console",data:{arguments:t.args,logger:"console"},level:ut(t.level),message:(0,i.nK)(t.args," ")};if("assert"===t.level){if(!1!==t.args[0])return;e.message=`Assertion failed: ${(0,i.nK)(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1)}(0,f.Gd)().addBreadcrumb(e,{input:t.args,level:t.level})}function gt(t){const{startTimestamp:e,endTimestamp:n}=t,r=t.xhr[at.xU];if(!e||!n||!r)return;const{method:s,url:i,status_code:o,body:a}=r,c={method:s,url:i,status_code:o},l={xhr:t.xhr,input:a,startTimestamp:e,endTimestamp:n};(0,f.Gd)().addBreadcrumb({category:"xhr",data:c,type:"http"},l)}function yt(t){const{startTimestamp:e,endTimestamp:n}=t;if(n&&(!t.fetchData.url.match(/sentry_key/)||"POST"!==t.fetchData.method))if(t.error){const r=t.fetchData,s={data:t.error,input:t.args,startTimestamp:e,endTimestamp:n};(0,f.Gd)().addBreadcrumb({category:"fetch",data:r,level:"error",type:"http"},s)}else{const r=t.response,s={...t.fetchData,status_code:r&&r.status},i={input:t.args,response:r,startTimestamp:e,endTimestamp:n};(0,f.Gd)().addBreadcrumb({category:"fetch",data:s,type:"http"},i)}}function _t(t){let e=t.from,n=t.to;const r=dt(j.location.href);let s=e?dt(e):void 0;const i=dt(n);s&&s.path||(s=r),r.protocol===i.protocol&&r.host===i.host&&(n=i.relative),r.protocol===s.protocol&&r.host===s.host&&(e=s.relative),(0,f.Gd)().addBreadcrumb({category:"navigation",data:{from:e,to:n}})}function vt(t,e,n=250,r,s,o,a){if(!o.exception||!o.exception.values||!a||!(0,T.V9)(a.originalException,Error))return;const c=o.exception.values.length>0?o.exception.values[o.exception.values.length-1]:void 0;var l,u;c&&(o.exception.values=(l=St(t,e,s,a.originalException,r,o.exception.values,c,0),u=n,l.map((t=>(t.value&&(t.value=(0,i.$G)(t.value,u)),t)))))}function St(t,e,n,r,s,i,o,a){if(i.length>=n+1)return i;let c=[...i];if((0,T.V9)(r[s],Error)){kt(o,a);const i=t(e,r[s]),l=c.length;bt(i,s,l,a),c=St(t,e,n,r[s],s,[i,...c],i,l)}return Array.isArray(r.errors)&&r.errors.forEach(((r,i)=>{if((0,T.V9)(r,Error)){kt(o,a);const l=t(e,r),u=c.length;bt(l,`errors[${i}]`,u,a),c=St(t,e,n,r,s,[l,...c],l,u)}})),c}function kt(t,e){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism={...t.mechanism,is_exception_group:!0,exception_id:e}}function bt(t,e,n,r){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism={...t.mechanism,type:"chained",source:e,exception_id:n,parent_id:r}}pt.__initStatic();class wt{static __initStatic(){this.id="LinkedErrors"}constructor(t={}){this.name=wt.id,this._key=t.key||"cause",this._limit=t.limit||5}setupOnce(){}preprocessEvent(t,e,n){const r=n.getOptions();vt(R,r.stackParser,r.maxValueLength,this._key,this._limit,t,e)}}wt.__initStatic();class Et{static __initStatic(){this.id="HttpContext"}constructor(){this.name=Et.id}setupOnce(){}preprocessEvent(t){if(!j.navigator&&!j.location&&!j.document)return;const e=t.request&&t.request.url||j.location&&j.location.href,{referrer:n}=j.document||{},{userAgent:r}=j.navigator||{},s={...t.request&&t.request.headers,...n&&{Referer:n},...r&&{"User-Agent":r}},i={...t.request,...e&&{url:e},headers:s};t.request=i}}Et.__initStatic();class xt{static __initStatic(){this.id="Dedupe"}constructor(){this.name=xt.id}setupOnce(t,e){}processEvent(t){if(t.type)return t;try{if(function(t,e){if(!e)return!1;if(function(t,e){const n=t.message,r=e.message;if(!n&&!r)return!1;if(n&&!r||!n&&r)return!1;if(n!==r)return!1;if(!It(t,e))return!1;if(!Tt(t,e))return!1;return!0}(t,e))return!0;if(function(t,e){const n=Ct(e),r=Ct(t);if(!n||!r)return!1;if(n.type!==r.type||n.value!==r.value)return!1;if(!It(t,e))return!1;if(!Tt(t,e))return!1;return!0}(t,e))return!0;return!1}(t,this._previousEvent))return x&&r.kg.warn("Event dropped due to being a duplicate of previously captured event."),null}catch(e){}return this._previousEvent=t}}function Tt(t,e){let n=Rt(t),r=Rt(e);if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;if(r.length!==n.length)return!1;for(let s=0;s|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,At=/\((\S*)(?::(\d+))(?::(\d+))\)/,Nt=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Lt=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,$t=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Pt=[[30,t=>{const e=Dt.exec(t);if(e){if(e[2]&&0===e[2].indexOf("eval")){const t=At.exec(e[2]);t&&(e[2]=t[1],e[3]=t[2],e[4]=t[3])}const[t,n]=jt(e[1]||Mt,e[2]);return Ot(n,t,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}}],[50,t=>{const e=Nt.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){const t=Lt.exec(e[3]);t&&(e[1]=e[1]||"eval",e[3]=t[1],e[4]=t[2],e[5]="")}let t=e[3],n=e[1]||Mt;return[n,t]=jt(n,t),Ot(t,n,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}}],[40,t=>{const e=$t.exec(t);return e?Ot(e[2],e[1]||Mt,+e[3],e[4]?+e[4]:void 0):void 0}]],Ft=(0,g.pE)(...Pt),jt=(t,e)=>{const n=-1!==t.indexOf("safari-extension"),r=-1!==t.indexOf("safari-web-extension");return n||r?[-1!==t.indexOf("@")?t.split("@")[0]:Mt,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var Ut=n(409);function Bt(t){const e=[];function n(t){return e.splice(e.indexOf(t),1)[0]}return{$:e,add:function(r){if(!(void 0===t||e.lengthn(s))).then(null,(()=>n(s).then(null,(()=>{})))),s},drain:function(t){return new C.cW(((n,r)=>{let s=e.length;if(!s)return n(!0);const i=setTimeout((()=>{t&&t>0&&n(!1)}),t);e.forEach((t=>{(0,C.WD)(t).then((()=>{--s||(clearTimeout(i),n(!0))}),r)}))}))}}}var Ht=n(228);const zt=30;function Wt(t,e,n=Bt(t.bufferSize||zt)){let s={};function i(i){const a=[];if((0,b.gv)(i,((e,n)=>{const r=(0,b.mL)(n);if((0,Ht.Q)(s,r)){const s=qt(e,n);t.recordDroppedEvent("ratelimit_backoff",r,s)}else a.push(e)})),0===a.length)return(0,C.WD)();const c=(0,b.Jd)(i[0],a),l=e=>{(0,b.gv)(c,((n,r)=>{const s=qt(n,r);t.recordDroppedEvent(e,(0,b.mL)(r),s)}))};return n.add((()=>e({body:(0,b.V$)(c,t.textEncoder)}).then((t=>(void 0!==t.statusCode&&(t.statusCode<200||t.statusCode>=300)&&o.X&&r.kg.warn(`Sentry responded with status code ${t.statusCode} to sent event.`),s=(0,Ht.WG)(s,t),t)),(t=>{throw l("network_error"),t})))).then((t=>t),(t=>{if(t instanceof Ut.b)return o.X&&r.kg.error("Skipped sending event because buffer is full."),l("queue_overflow"),(0,C.WD)();throw t}))}return i.__sentry__baseTransport__=!0,{send:i,flush:t=>n.drain(t)}}function qt(t,e){if("event"===e||"transaction"===e)return Array.isArray(t)?t[1]:void 0}let Xt;function Gt(t,e=function(){if(Xt)return Xt;if((0,y.Du)(j.fetch))return Xt=j.fetch.bind(j);const t=j.document;let e=j.fetch;if(t&&"function"===typeof t.createElement)try{const n=t.createElement("iframe");n.hidden=!0,t.head.appendChild(n);const r=n.contentWindow;r&&r.fetch&&(e=r.fetch),t.head.removeChild(n)}catch(n){x&&r.kg.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return Xt=e.bind(j)}()){let n=0,s=0;return Wt(t,(function(r){const i=r.body.length;n+=i,s++;const o={body:r.body,method:"POST",referrerPolicy:"origin",headers:t.headers,keepalive:n<=6e4&&s<15,...t.fetchOptions};try{return e(t.url,o).then((t=>(n-=i,s--,{statusCode:t.status,headers:{"x-sentry-rate-limits":t.headers.get("X-Sentry-Rate-Limits"),"retry-after":t.headers.get("Retry-After")}})))}catch(a){return Xt=void 0,n-=i,s--,(0,C.$2)(a)}}))}const Kt=4;function Jt(t){return Wt(t,(function(e){return new C.cW(((n,r)=>{const s=new XMLHttpRequest;s.onerror=r,s.onreadystatechange=()=>{s.readyState===Kt&&n({statusCode:s.status,headers:{"x-sentry-rate-limits":s.getResponseHeader("X-Sentry-Rate-Limits"),"retry-after":s.getResponseHeader("Retry-After")}})},s.open("POST",t.url);for(const e in t.headers)Object.prototype.hasOwnProperty.call(t.headers,e)&&s.setRequestHeader(e,t.headers[e]);s.send(e.body)}))}))}const Yt=[new l,new p,new Z,new pt,new G,new wt,new xt,new Et];function Vt(t={}){void 0===t.defaultIntegrations&&(t.defaultIntegrations=Yt),void 0===t.release&&("string"===typeof __SENTRY_RELEASE__&&(t.release=__SENTRY_RELEASE__),j.SENTRY_RELEASE&&j.SENTRY_RELEASE.id&&(t.release=j.SENTRY_RELEASE.id)),void 0===t.autoSessionTracking&&(t.autoSessionTracking=!0),void 0===t.sendClientReports&&(t.sendClientReports=!0);const e={...t,stackParser:(0,g.Sq)(t.stackParser||Ft),integrations:(0,m.m8)(t),transport:t.transport||((0,y.Ak)()?Gt:Jt)};!function(t,e){!0===e.debug&&(o.X?r.kg.enable():(0,r.Cf)((()=>{console.warn("[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.")})));const n=(0,f.Gd)();n.getScope().update(e.initialScope);const s=new t(e);n.bindClient(s)}(z,e),t.autoSessionTracking&&function(){if("undefined"===typeof j.document)return void(x&&r.kg.warn("Session tracking in non-browser environment with @sentry/browser is not supported."));const t=(0,f.Gd)();if(!t.captureSession)return;Qt(t),(0,_.a)((({from:t,to:e})=>{void 0!==t&&t!==e&&Qt((0,f.Gd)())}))}()}function Qt(t){t.startSession({ignoreDuration:!0}),t.captureSession()}},7893:(t,e,n)=>{n.d(e,{W:()=>k,Q:()=>E});var r=n(292),s=n(2343),i=n(2844),o=n(7597),a=n(6893),c=n(8725),l=n(409),u=n(535);const d="7";function h(t){const e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function p(t,e={}){const n="string"===typeof e?e:e.tunnel,r="string"!==typeof e&&e._metadata?e._metadata.sdk:void 0;return n||`${function(t){return`${h(t)}${t.projectId}/envelope/`}(t)}?${function(t,e){return(0,u._j)({sentry_key:t.publicKey,sentry_version:d,...e&&{sentry_client:`${e.name}/${e.version}`}})}(t,r)}`}var m=n(1703);var f=n(5659),g=n(2967),y=n(9015),_=n(454),v=n(8942);const S="Not capturing exception because it's already been captured.";class k{constructor(t){if(this._options=t,this._integrations={},this._integrationsInitialized=!1,this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],t.dsn?this._dsn=(0,r.vK)(t.dsn):m.X&&s.kg.warn("No DSN provided, client will not send events."),this._dsn){const e=p(this._dsn,t);this._transport=t.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...t.transportOptions,url:e})}}captureException(t,e,n){if((0,i.YO)(t))return void(m.X&&s.kg.log(S));let r=e&&e.event_id;return this._process(this.eventFromException(t,e).then((t=>this._captureEvent(t,e,n))).then((t=>{r=t}))),r}captureMessage(t,e,n,r){let s=n&&n.event_id;const i=(0,o.pt)(t)?this.eventFromMessage(String(t),e,n):this.eventFromException(t,n);return this._process(i.then((t=>this._captureEvent(t,n,r))).then((t=>{s=t}))),s}captureEvent(t,e,n){if(e&&e.originalException&&(0,i.YO)(e.originalException))return void(m.X&&s.kg.log(S));let r=e&&e.event_id;return this._process(this._captureEvent(t,e,n).then((t=>{r=t}))),r}captureSession(t){"string"!==typeof t.release?m.X&&s.kg.warn("Discarded session because of missing or non-string release"):(this.sendSession(t),(0,y.CT)(t,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(t){const e=this._transport;return e?this._isClientDoneProcessing(t).then((n=>e.flush(t).then((t=>n&&t)))):(0,a.WD)(!0)}close(t){return this.flush(t).then((t=>(this.getOptions().enabled=!1,t)))}getEventProcessors(){return this._eventProcessors}addEventProcessor(t){this._eventProcessors.push(t)}setupIntegrations(t){(t&&!this._integrationsInitialized||this._isEnabled()&&!this._integrationsInitialized)&&(this._integrations=(0,g.q4)(this,this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(t){return this._integrations[t]}getIntegration(t){try{return this._integrations[t.id]||null}catch(e){return m.X&&s.kg.warn(`Cannot retrieve integration ${t.id} from the current Client`),null}}addIntegration(t){(0,g.m7)(this,t,this._integrations)}sendEvent(t,e={}){this.emit("beforeSendEvent",t,e);let n=function(t,e,n,r){const s=(0,c.HY)(n),i=t.type&&"replay_event"!==t.type?t.type:"event";!function(t,e){e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]])}(t,n&&n.sdk);const o=(0,c.Cd)(t,s,r,e);delete t.sdkProcessingMetadata;const a=[{type:i},t];return(0,c.Jd)(o,[a])}(t,this._dsn,this._options._metadata,this._options.tunnel);for(const s of e.attachments||[])n=(0,c.BO)(n,(0,c.zQ)(s,this._options.transportOptions&&this._options.transportOptions.textEncoder));const r=this._sendEnvelope(n);r&&r.then((e=>this.emit("afterSendEvent",t,e)),null)}sendSession(t){const e=function(t,e,n,s){const i=(0,c.HY)(n),o={sent_at:(new Date).toISOString(),...i&&{sdk:i},...!!s&&e&&{dsn:(0,r.RA)(e)}},a="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t.toJSON()];return(0,c.Jd)(o,[a])}(t,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(e)}recordDroppedEvent(t,e,n){if(this._options.sendClientReports){const n=`${t}:${e}`;m.X&&s.kg.log(`Adding outcome: "${n}"`),this._outcomes[n]=this._outcomes[n]+1||1}}on(t,e){this._hooks[t]||(this._hooks[t]=[]),this._hooks[t].push(e)}emit(t,...e){this._hooks[t]&&this._hooks[t].forEach((t=>t(...e)))}_updateSessionFromEvent(t,e){let n=!1,r=!1;const s=e.exception&&e.exception.values;if(s){r=!0;for(const t of s){const e=t.mechanism;if(e&&!1===e.handled){n=!0;break}}}const i="ok"===t.status;(i&&0===t.errors||i&&n)&&((0,y.CT)(t,{...n&&{status:"crashed"},errors:t.errors||Number(r||n)}),this.captureSession(t))}_isClientDoneProcessing(t){return new a.cW((e=>{let n=0;const r=setInterval((()=>{0==this._numProcessing?(clearInterval(r),e(!0)):(n+=1,t&&n>=t&&(clearInterval(r),e(!1)))}),1)}))}_isEnabled(){return!1!==this.getOptions().enabled&&void 0!==this._transport}_prepareEvent(t,e,n){const r=this.getOptions(),s=Object.keys(this._integrations);return!e.integrations&&s.length>0&&(e.integrations=s),this.emit("preprocessEvent",t,e),(0,v.R)(r,t,e,n,this).then((t=>{if(null===t)return t;const{propagationContext:e}=t.sdkProcessingMetadata||{};if(!(t.contexts&&t.contexts.trace)&&e){const{traceId:r,spanId:s,parentSpanId:i,dsc:o}=e;t.contexts={trace:{trace_id:r,span_id:s,parent_span_id:i},...t.contexts};const a=o||(0,_._)(r,this,n);t.sdkProcessingMetadata={dynamicSamplingContext:a,...t.sdkProcessingMetadata}}return t}))}_captureEvent(t,e={},n){return this._processEvent(t,e,n).then((t=>t.event_id),(t=>{if(m.X){const e=t;"log"===e.logLevel?s.kg.log(e.message):s.kg.warn(e)}}))}_processEvent(t,e,n){const r=this.getOptions(),{sampleRate:s}=r,i=w(t),c=b(t),u=t.type||"error",d=`before send for type \`${u}\``;if(c&&"number"===typeof s&&Math.random()>s)return this.recordDroppedEvent("sample_rate","error",t),(0,a.$2)(new l.b(`Discarding event because it's not included in the random sample (sampling rate = ${s})`,"log"));const h="replay_event"===u?"replay":u;return this._prepareEvent(t,e,n).then((n=>{if(null===n)throw this.recordDroppedEvent("event_processor",h,t),new l.b("An event processor returned `null`, will not send event.","log");if(e.data&&!0===e.data.__sentry__)return n;const s=function(t,e,n){const{beforeSend:r,beforeSendTransaction:s}=t;if(b(e)&&r)return r(e,n);if(w(e)&&s)return s(e,n);return e}(r,n,e);return function(t,e){const n=`${e} must return \`null\` or a valid event.`;if((0,o.J8)(t))return t.then((t=>{if(!(0,o.PO)(t)&&null!==t)throw new l.b(n);return t}),(t=>{throw new l.b(`${e} rejected with ${t}`)}));if(!(0,o.PO)(t)&&null!==t)throw new l.b(n);return t}(s,d)})).then((r=>{if(null===r)throw this.recordDroppedEvent("before_send",h,t),new l.b(`${d} returned \`null\`, will not send event.`,"log");const s=n&&n.getSession();!i&&s&&this._updateSessionFromEvent(s,r);const o=r.transaction_info;if(i&&o&&r.transaction!==t.transaction){const t="custom";r.transaction_info={...o,source:t}}return this.sendEvent(r,e),r})).then(null,(t=>{if(t instanceof l.b)throw t;throw this.captureException(t,{data:{__sentry__:!0},originalException:t}),new l.b(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: ${t}`)}))}_process(t){this._numProcessing++,t.then((t=>(this._numProcessing--,t)),(t=>(this._numProcessing--,t)))}_sendEnvelope(t){if(this.emit("beforeEnvelope",t),this._isEnabled()&&this._transport)return this._transport.send(t).then(null,(t=>{m.X&&s.kg.error("Error while sending event:",t)}));m.X&&s.kg.error("Transport disabled")}_clearOutcomes(){const t=this._outcomes;return this._outcomes={},Object.keys(t).map((e=>{const[n,r]=e.split(":");return{reason:n,category:r,quantity:t[e]}}))}}function b(t){return void 0===t.type}function w(t){return"transaction"===t.type}function E(t){const e=(0,f.Gd)().getClient();e&&e.addEventProcessor&&e.addEventProcessor(t)}},1131:(t,e,n)=>{n.d(e,{J:()=>r});const r="production"},1703:(t,e,n)=>{n.d(e,{X:()=>r});const r="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__},1195:(t,e,n)=>{n.d(e,{RP:()=>u,cc:()=>l,fH:()=>c});var r=n(1235),s=n(6893),i=n(2343),o=n(7597),a=n(1703);function c(){return(0,r.YO)("globalEventProcessors",(()=>[]))}function l(t){c().push(t)}function u(t,e,n,r=0){return new s.cW(((s,c)=>{const l=t[r];if(null===e||"function"!==typeof l)s(e);else{const d=l({...e},n);a.X&&l.id&&null===d&&i.kg.log(`Event processor "${l.id}" dropped event`),(0,o.J8)(d)?d.then((e=>u(t,e,n,r+1).then(s))).then(null,c):u(t,d,n,r+1).then(s).then(null,c)}}))}},4487:(t,e,n)=>{n.d(e,{$e:()=>a,Tb:()=>i,s3:()=>c,v:()=>o});var r=n(5659),s=n(8942);function i(t,e){return(0,r.Gd)().captureException(t,(0,s.U0)(e))}function o(t,e){(0,r.Gd)().setContext(t,e)}function a(t){(0,r.Gd)().withScope(t)}function c(){return(0,r.Gd)().getClient()}},5659:(t,e,n)=>{n.d(e,{Gd:()=>y,cu:()=>f});var r=n(2844),s=n(1170),i=n(2343),o=n(1235),a=n(1131),c=n(1703),l=n(350),u=n(9015),d=n(105);const h=parseFloat(d.J),p=100;class m{constructor(t,e=new l.s,n=h){this._version=n,this._stack=[{scope:e}],t&&this.bindClient(t)}isOlderThan(t){return this._version{r.captureException(t,{originalException:t,syntheticException:s,...e,event_id:n},i)})),n}captureMessage(t,e,n){const s=this._lastEventId=n&&n.event_id?n.event_id:(0,r.DM)(),i=new Error(t);return this._withClient(((r,o)=>{r.captureMessage(t,e,{originalException:t,syntheticException:i,...n,event_id:s},o)})),s}captureEvent(t,e){const n=e&&e.event_id?e.event_id:(0,r.DM)();return t.type||(this._lastEventId=n),this._withClient(((r,s)=>{r.captureEvent(t,{...e,event_id:n},s)})),n}lastEventId(){return this._lastEventId}addBreadcrumb(t,e){const{scope:n,client:r}=this.getStackTop();if(!r)return;const{beforeBreadcrumb:o=null,maxBreadcrumbs:a=p}=r.getOptions&&r.getOptions()||{};if(a<=0)return;const c={timestamp:(0,s.yW)(),...t},l=o?(0,i.Cf)((()=>o(c,e))):c;null!==l&&(r.emit&&r.emit("beforeAddBreadcrumb",l,e),n.addBreadcrumb(l,a))}setUser(t){this.getScope().setUser(t)}setTags(t){this.getScope().setTags(t)}setExtras(t){this.getScope().setExtras(t)}setTag(t,e){this.getScope().setTag(t,e)}setExtra(t,e){this.getScope().setExtra(t,e)}setContext(t,e){this.getScope().setContext(t,e)}configureScope(t){const{scope:e,client:n}=this.getStackTop();n&&t(e)}run(t){const e=g(this);try{t(this)}finally{g(e)}}getIntegration(t){const e=this.getClient();if(!e)return null;try{return e.getIntegration(t)}catch(n){return c.X&&i.kg.warn(`Cannot retrieve integration ${t.id} from the current Hub`),null}}startTransaction(t,e){const n=this._callExtensionMethod("startTransaction",t,e);if(c.X&&!n){this.getClient()?i.kg.warn("Tracing extension 'startTransaction' has not been added. Call 'addTracingExtensions' before calling 'init':\nSentry.addTracingExtensions();\nSentry.init({...});\n"):i.kg.warn("Tracing extension 'startTransaction' is missing. You should 'init' the SDK before calling 'startTransaction'")}return n}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(t=!1){if(t)return this.endSession();this._sendSessionUpdate()}endSession(){const t=this.getStackTop().scope,e=t.getSession();e&&(0,u.RJ)(e),this._sendSessionUpdate(),t.setSession()}startSession(t){const{scope:e,client:n}=this.getStackTop(),{release:r,environment:s=a.J}=n&&n.getOptions()||{},{userAgent:i}=o.n2.navigator||{},c=(0,u.Hv)({release:r,environment:s,user:e.getUser(),...i&&{userAgent:i},...t}),l=e.getSession&&e.getSession();return l&&"ok"===l.status&&(0,u.CT)(l,{status:"exited"}),this.endSession(),e.setSession(c),c}shouldSendDefaultPii(){const t=this.getClient(),e=t&&t.getOptions();return Boolean(e&&e.sendDefaultPii)}_sendSessionUpdate(){const{scope:t,client:e}=this.getStackTop(),n=t.getSession();n&&e&&e.captureSession&&e.captureSession(n)}_withClient(t){const{scope:e,client:n}=this.getStackTop();n&&t(n,e)}_callExtensionMethod(t,...e){const n=f().__SENTRY__;if(n&&n.extensions&&"function"===typeof n.extensions[t])return n.extensions[t].apply(this,e);c.X&&i.kg.warn(`Extension method ${t} couldn't be found, doing nothing.`)}}function f(){return o.n2.__SENTRY__=o.n2.__SENTRY__||{extensions:{},hub:void 0},o.n2}function g(t){const e=f(),n=S(e);return k(e,t),n}function y(){const t=f();if(t.__SENTRY__&&t.__SENTRY__.acs){const e=t.__SENTRY__.acs.getCurrentHub();if(e)return e}return _(t)}function _(t=f()){return v(t)&&!S(t).isOlderThan(h)||k(t,new m),S(t)}function v(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function S(t){return(0,o.YO)("hub",(()=>new m),t)}function k(t,e){if(!t)return!1;return(t.__SENTRY__=t.__SENTRY__||{}).hub=e,!0}},2967:(t,e,n)=>{n.d(e,{m7:()=>d,m8:()=>l,q4:()=>u});var r=n(2844),s=n(2343),i=n(1703),o=n(1195),a=n(5659);const c=[];function l(t){const e=t.defaultIntegrations||[],n=t.integrations;let s;e.forEach((t=>{t.isDefaultInstance=!0})),s=Array.isArray(n)?[...e,...n]:"function"===typeof n?(0,r.lE)(n(e)):e;const i=function(t){const e={};return t.forEach((t=>{const{name:n}=t,r=e[n];r&&!r.isDefaultInstance&&t.isDefaultInstance||(e[n]=t)})),Object.keys(e).map((t=>e[t]))}(s),o=function(t,e){for(let n=0;n"Debug"===t.name));if(-1!==o){const[t]=i.splice(o,1);i.push(t)}return i}function u(t,e){const n={};return e.forEach((e=>{e&&d(t,e,n)})),n}function d(t,e,n){if(n[e.name]=e,-1===c.indexOf(e.name)&&(e.setupOnce(o.cc,a.Gd),c.push(e.name)),e.setup&&"function"===typeof e.setup&&e.setup(t),t.on&&"function"===typeof e.preprocessEvent){const n=e.preprocessEvent.bind(e);t.on("preprocessEvent",((e,r)=>n(e,r,t)))}if(t.addEventProcessor&&"function"===typeof e.processEvent){const n=e.processEvent.bind(e),r=Object.assign(((e,r)=>n(e,r,t)),{id:e.name});t.addEventProcessor(r)}i.X&&s.kg.log(`Integration installed: ${e.name}`)}},350:(t,e,n)=>{n.d(e,{s:()=>c});var r=n(7597),s=n(1170),i=n(2844),o=n(1195),a=n(9015);class c{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext=l()}static clone(t){const e=new c;return t&&(e._breadcrumbs=[...t._breadcrumbs],e._tags={...t._tags},e._extra={...t._extra},e._contexts={...t._contexts},e._user=t._user,e._level=t._level,e._span=t._span,e._session=t._session,e._transactionName=t._transactionName,e._fingerprint=t._fingerprint,e._eventProcessors=[...t._eventProcessors],e._requestSession=t._requestSession,e._attachments=[...t._attachments],e._sdkProcessingMetadata={...t._sdkProcessingMetadata},e._propagationContext={...t._propagationContext}),e}addScopeListener(t){this._scopeListeners.push(t)}addEventProcessor(t){return this._eventProcessors.push(t),this}setUser(t){return this._user=t||{},this._session&&(0,a.CT)(this._session,{user:t}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(t){return this._requestSession=t,this}setTags(t){return this._tags={...this._tags,...t},this._notifyScopeListeners(),this}setTag(t,e){return this._tags={...this._tags,[t]:e},this._notifyScopeListeners(),this}setExtras(t){return this._extra={...this._extra,...t},this._notifyScopeListeners(),this}setExtra(t,e){return this._extra={...this._extra,[t]:e},this._notifyScopeListeners(),this}setFingerprint(t){return this._fingerprint=t,this._notifyScopeListeners(),this}setLevel(t){return this._level=t,this._notifyScopeListeners(),this}setTransactionName(t){return this._transactionName=t,this._notifyScopeListeners(),this}setContext(t,e){return null===e?delete this._contexts[t]:this._contexts[t]=e,this._notifyScopeListeners(),this}setSpan(t){return this._span=t,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){const t=this.getSpan();return t&&t.transaction}setSession(t){return t?this._session=t:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(t){if(!t)return this;if("function"===typeof t){const e=t(this);return e instanceof c?e:this}return t instanceof c?(this._tags={...this._tags,...t._tags},this._extra={...this._extra,...t._extra},this._contexts={...this._contexts,...t._contexts},t._user&&Object.keys(t._user).length&&(this._user=t._user),t._level&&(this._level=t._level),t._fingerprint&&(this._fingerprint=t._fingerprint),t._requestSession&&(this._requestSession=t._requestSession),t._propagationContext&&(this._propagationContext=t._propagationContext)):(0,r.PO)(t)&&(this._tags={...this._tags,...t.tags},this._extra={...this._extra,...t.extra},this._contexts={...this._contexts,...t.contexts},t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint),t.requestSession&&(this._requestSession=t.requestSession),t.propagationContext&&(this._propagationContext=t.propagationContext)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this._propagationContext=l(),this}addBreadcrumb(t,e){const n="number"===typeof e?e:100;if(n<=0)return this;const r={timestamp:(0,s.yW)(),...t},i=this._breadcrumbs;return i.push(r),this._breadcrumbs=i.length>n?i.slice(-n):i,this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(t){return this._attachments.push(t),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(t,e={},n){if(this._extra&&Object.keys(this._extra).length&&(t.extra={...this._extra,...t.extra}),this._tags&&Object.keys(this._tags).length&&(t.tags={...this._tags,...t.tags}),this._user&&Object.keys(this._user).length&&(t.user={...this._user,...t.user}),this._contexts&&Object.keys(this._contexts).length&&(t.contexts={...this._contexts,...t.contexts}),this._level&&(t.level=this._level),this._transactionName&&(t.transaction=this._transactionName),this._span){t.contexts={trace:this._span.getTraceContext(),...t.contexts};const e=this._span.transaction;if(e){t.sdkProcessingMetadata={dynamicSamplingContext:e.getDynamicSamplingContext(),...t.sdkProcessingMetadata};const n=e.name;n&&(t.tags={transaction:n,...t.tags})}}this._applyFingerprint(t);const r=this._getBreadcrumbs(),s=[...t.breadcrumbs||[],...r];return t.breadcrumbs=s.length>0?s:void 0,t.sdkProcessingMetadata={...t.sdkProcessingMetadata,...this._sdkProcessingMetadata,propagationContext:this._propagationContext},(0,o.RP)([...n||[],...(0,o.fH)(),...this._eventProcessors],t,e)}setSDKProcessingMetadata(t){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...t},this}setPropagationContext(t){return this._propagationContext=t,this}getPropagationContext(){return this._propagationContext}_getBreadcrumbs(){return this._breadcrumbs}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach((t=>{t(this)})),this._notifyingListeners=!1)}_applyFingerprint(t){t.fingerprint=t.fingerprint?(0,i.lE)(t.fingerprint):[],this._fingerprint&&(t.fingerprint=t.fingerprint.concat(this._fingerprint)),t.fingerprint&&!t.fingerprint.length&&delete t.fingerprint}}function l(){return{traceId:(0,i.DM)(),spanId:(0,i.DM)().substring(16)}}},9015:(t,e,n)=>{n.d(e,{CT:()=>a,Hv:()=>o,RJ:()=>c});var r=n(1170),s=n(2844),i=n(535);function o(t){const e=(0,r.ph)(),n={sid:(0,s.DM)(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>function(t){return(0,i.Jr)({sid:`${t.sid}`,init:t.init,started:new Date(1e3*t.started).toISOString(),timestamp:new Date(1e3*t.timestamp).toISOString(),status:t.status,errors:t.errors,did:"number"===typeof t.did||"string"===typeof t.did?`${t.did}`:void 0,duration:t.duration,abnormal_mechanism:t.abnormal_mechanism,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}(n)};return t&&a(n,t),n}function a(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),t.did||e.did||(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||(0,r.ph)(),e.abnormal_mechanism&&(t.abnormal_mechanism=e.abnormal_mechanism),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=32===e.sid.length?e.sid:(0,s.DM)()),void 0!==e.init&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),"number"===typeof e.started&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if("number"===typeof e.duration)t.duration=e.duration;else{const e=t.timestamp-t.started;t.duration=e>=0?e:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),"number"===typeof e.errors&&(t.errors=e.errors),e.status&&(t.status=e.status)}function c(t,e){let n={};e?n={status:e}:"ok"===t.status&&(n={status:"exited"}),a(t,n)}},454:(t,e,n)=>{n.d(e,{_:()=>i});var r=n(535),s=n(1131);function i(t,e,n){const i=e.getOptions(),{publicKey:o}=e.getDsn()||{},{segment:a}=n&&n.getUser()||{},c=(0,r.Jr)({environment:i.environment||s.J,release:i.release,user_segment:a,public_key:o,trace_id:t});return e.emit&&e.emit("createDsc",c),c}},2931:(t,e,n)=>{n.d(e,{T:()=>v,l:()=>_});var r=n(2343),s=n(1703),i=n(5659),o=n(1674),a=n(7373),c=n(9791);let l=!1;function u(){const t=(0,c.x1)();if(t){const e="internal_error";s.X&&r.kg.log(`[Tracing] Transaction: ${e} -> Global error occured`),t.setStatus(e)}}u.tag="sentry_tracingErrorCallback";var d=n(5544),h=n(7597),p=n(7522);function m(t,e,n){if(!(0,p.z)(e))return t.sampled=!1,t;if(void 0!==t.sampled)return t.setMetadata({sampleRate:Number(t.sampled)}),t;let i;return"function"===typeof e.tracesSampler?(i=e.tracesSampler(n),t.setMetadata({sampleRate:Number(i)})):void 0!==n.parentSampled?i=n.parentSampled:"undefined"!==typeof e.tracesSampleRate?(i=e.tracesSampleRate,t.setMetadata({sampleRate:Number(i)})):(i=1,t.setMetadata({sampleRate:i})),function(t){if((0,h.i2)(t)||"number"!==typeof t&&"boolean"!==typeof t)return s.X&&r.kg.warn(`[Tracing] Given sample rate is invalid. Sample rate must be a boolean or a number between 0 and 1. Got ${JSON.stringify(t)} of type ${JSON.stringify(typeof t)}.`),!1;if(t<0||t>1)return s.X&&r.kg.warn(`[Tracing] Given sample rate is invalid. Sample rate must be between 0 and 1. Got ${t}.`),!1;return!0}(i)?i?(t.sampled=Math.random(){n.d(e,{AT:()=>c,io:()=>d});var r=n(1170),s=n(2343),i=n(1703),o=n(8903),a=n(8069);const c={idleTimeout:1e3,finalTimeout:3e4,heartbeatInterval:5e3},l=["heartbeatFailed","idleTimeout","documentHidden","finalTimeout","externalFinish","cancelled"];class u extends o.gB{constructor(t,e,n,r){super(r),this._pushActivity=t,this._popActivity=e,this.transactionSpanId=n}add(t){t.spanId!==this.transactionSpanId&&(t.finish=e=>{t.endTimestamp="number"===typeof e?e:(0,r.ph)(),this._popActivity(t.spanId)},void 0===t.endTimestamp&&this._pushActivity(t.spanId)),super.add(t)}}class d extends a.Y{constructor(t,e,n=c.idleTimeout,r=c.finalTimeout,o=c.heartbeatInterval,a=!1){super(t,e),this._idleHub=e,this._idleTimeout=n,this._finalTimeout=r,this._heartbeatInterval=o,this._onScope=a,this.activities={},this._heartbeatCounter=0,this._finished=!1,this._idleTimeoutCanceledPermanently=!1,this._beforeFinishCallbacks=[],this._finishReason=l[4],a&&(i.X&&s.kg.log(`Setting idle transaction on scope. Span ID: ${this.spanId}`),e.configureScope((t=>t.setSpan(this)))),this._restartIdleTimeout(),setTimeout((()=>{this._finished||(this.setStatus("deadline_exceeded"),this._finishReason=l[3],this.finish())}),this._finalTimeout)}finish(t=(0,r.ph)()){if(this._finished=!0,this.activities={},"ui.action.click"===this.op&&this.setTag("finishReason",this._finishReason),this.spanRecorder){i.X&&s.kg.log("[Tracing] finishing IdleTransaction",new Date(1e3*t).toISOString(),this.op);for(const e of this._beforeFinishCallbacks)e(this,t);this.spanRecorder.spans=this.spanRecorder.spans.filter((e=>{if(e.spanId===this.spanId)return!0;e.endTimestamp||(e.endTimestamp=t,e.setStatus("cancelled"),i.X&&s.kg.log("[Tracing] cancelling span since transaction ended early",JSON.stringify(e,void 0,2)));const n=e.startTimestamp{this._finished||this._pushActivity(t)},n=t=>{this._finished||this._popActivity(t)};this.spanRecorder=new u(e,n,this.spanId,t),i.X&&s.kg.log("Starting heartbeat"),this._pingHeartbeat()}this.spanRecorder.add(this)}cancelIdleTimeout(t,{restartOnChildSpanChange:e}={restartOnChildSpanChange:!0}){this._idleTimeoutCanceledPermanently=!1===e,this._idleTimeoutID&&(clearTimeout(this._idleTimeoutID),this._idleTimeoutID=void 0,0===Object.keys(this.activities).length&&this._idleTimeoutCanceledPermanently&&(this._finishReason=l[5],this.finish(t)))}setFinishReason(t){this._finishReason=t}_restartIdleTimeout(t){this.cancelIdleTimeout(),this._idleTimeoutID=setTimeout((()=>{this._finished||0!==Object.keys(this.activities).length||(this._finishReason=l[1],this.finish(t))}),this._idleTimeout)}_pushActivity(t){this.cancelIdleTimeout(void 0,{restartOnChildSpanChange:!this._idleTimeoutCanceledPermanently}),i.X&&s.kg.log(`[Tracing] pushActivity: ${t}`),this.activities[t]=!0,i.X&&s.kg.log("[Tracing] new activities count",Object.keys(this.activities).length)}_popActivity(t){if(this.activities[t]&&(i.X&&s.kg.log(`[Tracing] popActivity ${t}`),delete this.activities[t],i.X&&s.kg.log("[Tracing] new activities count",Object.keys(this.activities).length)),0===Object.keys(this.activities).length){const t=(0,r.ph)();this._idleTimeoutCanceledPermanently?(this._finishReason=l[5],this.finish(t)):this._restartIdleTimeout(t+this._idleTimeout/1e3)}}_beat(){if(this._finished)return;const t=Object.keys(this.activities).join("");t===this._prevHeartbeatString?this._heartbeatCounter++:this._heartbeatCounter=1,this._prevHeartbeatString=t,this._heartbeatCounter>=3?(i.X&&s.kg.log("[Tracing] Transaction finished because of no change for 3 heart beats"),this.setStatus("deadline_exceeded"),this._finishReason=l[0],this.finish()):this._pingHeartbeat()}_pingHeartbeat(){i.X&&s.kg.log(`pinging Heartbeat -> current counter: ${this._heartbeatCounter}`),setTimeout((()=>{this._beat()}),this._heartbeatInterval)}}},8903:(t,e,n)=>{n.d(e,{Dr:()=>u,gB:()=>l});var r=n(2844),s=n(1170),i=n(2343),o=n(7638),a=n(535),c=n(1703);class l{constructor(t=1e3){this._maxlen=t,this.spans=[]}add(t){this.spans.length>this._maxlen?t.spanRecorder=void 0:this.spans.push(t)}}class u{constructor(t={}){this.traceId=t.traceId||(0,r.DM)(),this.spanId=t.spanId||(0,r.DM)().substring(16),this.startTimestamp=t.startTimestamp||(0,s.ph)(),this.tags=t.tags||{},this.data=t.data||{},this.instrumenter=t.instrumenter||"sentry",this.origin=t.origin||"manual",t.parentSpanId&&(this.parentSpanId=t.parentSpanId),"sampled"in t&&(this.sampled=t.sampled),t.op&&(this.op=t.op),t.description&&(this.description=t.description),t.name&&(this.description=t.name),t.status&&(this.status=t.status),t.endTimestamp&&(this.endTimestamp=t.endTimestamp)}get name(){return this.description||""}set name(t){this.setName(t)}startChild(t){const e=new u({...t,parentSpanId:this.spanId,sampled:this.sampled,traceId:this.traceId});if(e.spanRecorder=this.spanRecorder,e.spanRecorder&&e.spanRecorder.add(e),e.transaction=this.transaction,c.X&&e.transaction){const n=`[Tracing] Starting '${t&&t.op||"< unknown op >"}' span on transaction '${e.transaction.name||"< unknown name >"}' (${e.transaction.spanId}).`;e.transaction.metadata.spanMetadata[e.spanId]={logMessage:n},i.kg.log(n)}return e}setTag(t,e){return this.tags={...this.tags,[t]:e},this}setData(t,e){return this.data={...this.data,[t]:e},this}setStatus(t){return this.status=t,this}setHttpStatus(t){this.setTag("http.status_code",String(t)),this.setData("http.response.status_code",t);const e=function(t){if(t<400&&t>=100)return"ok";if(t>=400&&t<500)switch(t){case 401:return"unauthenticated";case 403:return"permission_denied";case 404:return"not_found";case 409:return"already_exists";case 413:return"failed_precondition";case 429:return"resource_exhausted";default:return"invalid_argument"}if(t>=500&&t<600)switch(t){case 501:return"unimplemented";case 503:return"unavailable";case 504:return"deadline_exceeded";default:return"internal_error"}return"unknown_error"}(t);return"unknown_error"!==e&&this.setStatus(e),this}setName(t){this.description=t}isSuccess(){return"ok"===this.status}finish(t){if(c.X&&this.transaction&&this.transaction.spanId!==this.spanId){const{logMessage:t}=this.transaction.metadata.spanMetadata[this.spanId];t&&i.kg.log(t.replace("Starting","Finishing"))}this.endTimestamp="number"===typeof t?t:(0,s.ph)()}toTraceparent(){return(0,o.$p)(this.traceId,this.spanId,this.sampled)}toContext(){return(0,a.Jr)({data:this.data,description:this.description,endTimestamp:this.endTimestamp,op:this.op,parentSpanId:this.parentSpanId,sampled:this.sampled,spanId:this.spanId,startTimestamp:this.startTimestamp,status:this.status,tags:this.tags,traceId:this.traceId})}updateWithContext(t){return this.data=t.data||{},this.description=t.description,this.endTimestamp=t.endTimestamp,this.op=t.op,this.parentSpanId=t.parentSpanId,this.sampled=t.sampled,this.spanId=t.spanId||this.spanId,this.startTimestamp=t.startTimestamp||this.startTimestamp,this.status=t.status,this.tags=t.tags||{},this.traceId=t.traceId||this.traceId,this}getTraceContext(){return(0,a.Jr)({data:Object.keys(this.data).length>0?this.data:void 0,description:this.description,op:this.op,parent_span_id:this.parentSpanId,span_id:this.spanId,status:this.status,tags:Object.keys(this.tags).length>0?this.tags:void 0,trace_id:this.traceId,origin:this.origin})}toJSON(){return(0,a.Jr)({data:Object.keys(this.data).length>0?this.data:void 0,description:this.description,op:this.op,parent_span_id:this.parentSpanId,span_id:this.spanId,start_timestamp:this.startTimestamp,status:this.status,tags:Object.keys(this.tags).length>0?this.tags:void 0,timestamp:this.endTimestamp,trace_id:this.traceId,origin:this.origin})}}},8069:(t,e,n)=>{n.d(e,{Y:()=>l});var r=n(535),s=n(2343),i=n(1703),o=n(5659),a=n(454),c=n(8903);class l extends c.Dr{constructor(t,e){super(t),delete this.description,this._measurements={},this._contexts={},this._hub=e||(0,o.Gd)(),this._name=t.name||"",this.metadata={source:"custom",...t.metadata,spanMetadata:{}},this._trimEnd=t.trimEnd,this.transaction=this;const n=this.metadata.dynamicSamplingContext;n&&(this._frozenDynamicSamplingContext={...n})}get name(){return this._name}set name(t){this.setName(t)}setName(t,e="custom"){this._name=t,this.metadata.source=e}initSpanRecorder(t=1e3){this.spanRecorder||(this.spanRecorder=new c.gB(t)),this.spanRecorder.add(this)}setContext(t,e){null===e?delete this._contexts[t]:this._contexts[t]=e}setMeasurement(t,e,n=""){this._measurements[t]={value:e,unit:n}}setMetadata(t){this.metadata={...this.metadata,...t}}finish(t){const e=this._finishTransaction(t);if(e)return this._hub.captureEvent(e)}toContext(){const t=super.toContext();return(0,r.Jr)({...t,name:this.name,trimEnd:this._trimEnd})}updateWithContext(t){return super.updateWithContext(t),this.name=t.name||"",this._trimEnd=t.trimEnd,this}getDynamicSamplingContext(){if(this._frozenDynamicSamplingContext)return this._frozenDynamicSamplingContext;const t=this._hub||(0,o.Gd)(),e=t.getClient();if(!e)return{};const n=t.getScope(),r=(0,a._)(this.traceId,e,n),s=this.metadata.sampleRate;void 0!==s&&(r.sample_rate=`${s}`);const i=this.metadata.source;return i&&"url"!==i&&(r.transaction=this.name),void 0!==this.sampled&&(r.sampled=String(this.sampled)),r}setHub(t){this._hub=t}_finishTransaction(t){if(void 0!==this.endTimestamp)return;this.name||(i.X&&s.kg.warn("Transaction has no name, falling back to ``."),this.name=""),super.finish(t);const e=this._hub.getClient();if(e&&e.emit&&e.emit("finishTransaction",this),!0!==this.sampled)return i.X&&s.kg.log("[Tracing] Discarding transaction because its trace was not chosen to be sampled."),void(e&&e.recordDroppedEvent("sample_rate","transaction"));const n=this.spanRecorder?this.spanRecorder.spans.filter((t=>t!==this&&t.endTimestamp)):[];this._trimEnd&&n.length>0&&(this.endTimestamp=n.reduce(((t,e)=>t.endTimestamp&&e.endTimestamp?t.endTimestamp>e.endTimestamp?t:e:t)).endTimestamp);const r=this.metadata,o={contexts:{...this._contexts,trace:this.getTraceContext()},spans:n,start_timestamp:this.startTimestamp,tags:this.tags,timestamp:this.endTimestamp,transaction:this.name,type:"transaction",sdkProcessingMetadata:{...r,dynamicSamplingContext:this.getDynamicSamplingContext()},...r.source&&{transaction_info:{source:r.source}}};return Object.keys(this._measurements).length>0&&(i.X&&s.kg.log("[Measurements] Adding measurements to transaction",JSON.stringify(this._measurements,void 0,2)),o.measurements=this._measurements),i.X&&s.kg.log(`[Tracing] Finishing ${this.op} transaction: ${this.name}.`),o}}},9791:(t,e,n)=>{n.d(e,{x1:()=>s});var r=n(5659);function s(t){return(t||(0,r.Gd)()).getScope().getTransaction()}},7522:(t,e,n)=>{n.d(e,{z:()=>s});var r=n(4487);function s(t){if("boolean"===typeof __SENTRY_TRACING__&&!__SENTRY_TRACING__)return!1;const e=(0,r.s3)(),n=t||e&&e.getOptions();return!!n&&(n.enableTracing||"tracesSampleRate"in n||"tracesSampler"in n)}},8942:(t,e,n)=>{n.d(e,{R:()=>h,U0:()=>m});var r=n(2844),s=n(1170),i=n(6893),o=n(7321),a=n(1235),c=n(8007),l=n(1131),u=n(1195),d=n(350);function h(t,e,n,h,m){const{normalizeDepth:f=3,normalizeMaxBreadth:g=1e3}=t,y={...e,event_id:e.event_id||n.event_id||(0,r.DM)(),timestamp:e.timestamp||(0,s.yW)()},_=n.integrations||t.integrations.map((t=>t.name));!function(t,e){const{environment:n,release:r,dist:s,maxValueLength:i=250}=e;"environment"in t||(t.environment="environment"in e?n:l.J);void 0===t.release&&void 0!==r&&(t.release=r);void 0===t.dist&&void 0!==s&&(t.dist=s);t.message&&(t.message=(0,o.$G)(t.message,i));const a=t.exception&&t.exception.values&&t.exception.values[0];a&&a.value&&(a.value=(0,o.$G)(a.value,i));const c=t.request;c&&c.url&&(c.url=(0,o.$G)(c.url,i))}(y,t),function(t,e){e.length>0&&(t.sdk=t.sdk||{},t.sdk.integrations=[...t.sdk.integrations||[],...e])}(y,_),void 0===e.type&&function(t,e){const n=a.n2._sentryDebugIds;if(!n)return;let r;const s=p.get(e);s?r=s:(r=new Map,p.set(e,r));const i=Object.keys(n).reduce(((t,s)=>{let i;const o=r.get(s);o?i=o:(i=e(s),r.set(s,i));for(let e=i.length-1;e>=0;e--){const r=i[e];if(r.filename){t[r.filename]=n[s];break}}return t}),{});try{t.exception.values.forEach((t=>{t.stacktrace.frames.forEach((t=>{t.filename&&(t.debug_id=i[t.filename])}))}))}catch(o){}}(y,t.stackParser);let v=h;n.captureContext&&(v=d.s.clone(v).update(n.captureContext)),n.mechanism&&(0,r.EG)(y,n.mechanism);let S=(0,i.WD)(y);const k=m&&m.getEventProcessors?m.getEventProcessors():[];if(v){if(v.getAttachments){const t=[...n.attachments||[],...v.getAttachments()];t.length&&(n.attachments=t)}S=v.applyToEvent(y,n,k)}else S=(0,u.RP)([...k,...(0,u.fH)()],y,n);return S.then((t=>(t&&function(t){const e={};try{t.exception.values.forEach((t=>{t.stacktrace.frames.forEach((t=>{t.debug_id&&(t.abs_path?e[t.abs_path]=t.debug_id:t.filename&&(e[t.filename]=t.debug_id),delete t.debug_id)}))}))}catch(r){}if(0===Object.keys(e).length)return;t.debug_meta=t.debug_meta||{},t.debug_meta.images=t.debug_meta.images||[];const n=t.debug_meta.images;Object.keys(e).forEach((t=>{n.push({type:"sourcemap",code_file:t,debug_id:e[t]})}))}(t),"number"===typeof f&&f>0?function(t,e,n){if(!t)return null;const r={...t,...t.breadcrumbs&&{breadcrumbs:t.breadcrumbs.map((t=>({...t,...t.data&&{data:(0,c.Fv)(t.data,e,n)}})))},...t.user&&{user:(0,c.Fv)(t.user,e,n)},...t.contexts&&{contexts:(0,c.Fv)(t.contexts,e,n)},...t.extra&&{extra:(0,c.Fv)(t.extra,e,n)}};t.contexts&&t.contexts.trace&&r.contexts&&(r.contexts.trace=t.contexts.trace,t.contexts.trace.data&&(r.contexts.trace.data=(0,c.Fv)(t.contexts.trace.data,e,n)));t.spans&&(r.spans=t.spans.map((t=>(t.data&&(t.data=(0,c.Fv)(t.data,e,n)),t))));return r}(t,f,g):t)))}const p=new WeakMap;function m(t){if(t)return function(t){return t instanceof d.s||"function"===typeof t}(t)||function(t){return Object.keys(t).some((t=>f.includes(t)))}(t)?{captureContext:t}:t}const f=["user","level","extra","contexts","tags","fingerprint","requestSession","propagationContext"]},105:(t,e,n)=>{n.d(e,{J:()=>r});const r="7.86.0"},6869:(t,e,n)=>{n.d(e,{U:()=>hr});var r=n(5659),s=n(4487);function i(t,e){const n=e.getClient(),r=n&&n.getDsn(),s=n&&n.getOptions().tunnel;return function(t,e){return!!e&&t.includes(e.host)}(t,r)||function(t,e){if(!e)return!1;return o(t)===o(e)}(t,s)}function o(t){return"/"===t[t.length-1]?t.slice(0,-1):t}var a=n(7893),c=n(8942),l=n(1235),u=n(8007),d=n(535),h=n(8464),p=n(1170),m=n(2343),f=n(2844),g=n(5322),y=n(7321),_=n(1394),v=n(5316),S=n(734),k=n(8725),b=n(228),w=n(1422);function E(){return"undefined"!==typeof window&&(!(0,w.KV)()||void 0!==l.n2.process&&"renderer"===l.n2.process.type)}var x=n(5363);const T=l.n2,I="sentryReplaySession",C="replay_event",R="Unable to send Replay",M=15e4,O=5e3,D=2e7,A=36e5;var N;function L(t){const e=null===t||void 0===t?void 0:t.host;return Boolean((null===e||void 0===e?void 0:e.shadowRoot)===t)}function $(t){return"[object ShadowRoot]"===Object.prototype.toString.call(t)}function P(t){try{const n=t.rules||t.cssRules;return n?((e=Array.from(n,F).join("")).includes(" background-clip: text;")&&!e.includes(" -webkit-background-clip: text;")&&(e=e.replace(" background-clip: text;"," -webkit-background-clip: text; background-clip: text;")),e):null}catch(n){return null}var e}function F(t){let e;if(function(t){return"styleSheet"in t}(t))try{e=P(t.styleSheet)||function(t){const{cssText:e}=t;if(e.split('"').length<3)return e;const n=["@import",`url(${JSON.stringify(t.href)})`];return""===t.layerName?n.push("layer"):t.layerName&&n.push(`layer(${t.layerName})`),t.supportsText&&n.push(`supports(${t.supportsText})`),t.media.length&&n.push(t.media.mediaText),n.join(" ")+";"}(t)}catch(n){}else if(function(t){return"selectorText"in t}(t)&&t.selectorText.includes(":"))return function(t){const e=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm;return t.replace(e,"$1\\$2")}(t.cssText);return e||t.cssText}!function(t){t[t.Document=0]="Document",t[t.DocumentType=1]="DocumentType",t[t.Element=2]="Element",t[t.Text=3]="Text",t[t.CDATA=4]="CDATA",t[t.Comment=5]="Comment"}(N||(N={}));class j{constructor(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}getId(t){var e;if(!t)return-1;const n=null===(e=this.getMeta(t))||void 0===e?void 0:e.id;return null!==n&&void 0!==n?n:-1}getNode(t){return this.idNodeMap.get(t)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(t){return this.nodeMetaMap.get(t)||null}removeNodeFromMap(t){const e=this.getId(t);this.idNodeMap.delete(e),t.childNodes&&t.childNodes.forEach((t=>this.removeNodeFromMap(t)))}has(t){return this.idNodeMap.has(t)}hasNode(t){return this.nodeMetaMap.has(t)}add(t,e){const n=e.id;this.idNodeMap.set(n,t),this.nodeMetaMap.set(t,e)}replace(t,e){const n=this.getNode(t);if(n){const t=this.nodeMetaMap.get(n);t&&this.nodeMetaMap.set(e,t)}this.idNodeMap.set(t,e)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}}function U({maskInputOptions:t,tagName:e,type:n}){return"OPTION"===e&&(e="SELECT"),Boolean(t[e.toLowerCase()]||n&&t[n]||"password"===n||"INPUT"===e&&!n&&t.text)}function B({isMasked:t,element:e,value:n,maskInputFn:r}){let s=n||"";return t?(r&&(s=r(s,e)),"*".repeat(s.length)):s}function H(t){return t.toLowerCase()}function z(t){return t.toUpperCase()}const W="__rrweb_original__";function q(t){const e=t.type;return t.hasAttribute("data-rr-is-password")?"password":e?H(e):null}function X(t,e,n){return"INPUT"!==e||"radio"!==n&&"checkbox"!==n?t.value:t.getAttribute("value")||""}let G=1;const K=new RegExp("[^a-z0-9-_:]"),J=-2;function Y(){return G++}let V,Q;const Z=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,tt=/^(?:[a-z+]+:)?\/\//i,et=/^www\..*/i,nt=/^(data:)([^,]*),(.*)/i;function rt(t,e){return(t||"").replace(Z,((t,n,r,s,i,o)=>{const a=r||i||o,c=n||s||"";if(!a)return t;if(tt.test(a)||et.test(a))return`url(${c}${a}${c})`;if(nt.test(a))return`url(${c}${a}${c})`;if("/"===a[0])return`url(${c}${function(t){let e="";return e=t.indexOf("//")>-1?t.split("/").slice(0,3).join("/"):t.split("/")[0],e=e.split("?")[0],e}(e)+a}${c})`;const l=e.split("/"),u=a.split("/");l.pop();for(const e of u)"."!==e&&(".."===e?l.pop():l.push(e));return`url(${c}${l.join("/")}${c})`}))}const st=/^[^ \t\n\r\u000c]+/,it=/^[, \t\n\r\u000c]+/;function ot(t,e){if(!e||""===e.trim())return e;const n=t.createElement("a");return n.href=e,n.href}function at(t){return Boolean("svg"===t.tagName||t.ownerSVGElement)}function ct(){const t=document.createElement("a");return t.href="",t.href}function lt(t,e,n,r,s,i){return r?"src"===n||"href"===n&&("use"!==e||"#"!==r[0])||"xlink:href"===n&&"#"!==r[0]?ot(t,r):"background"!==n||"table"!==e&&"td"!==e&&"th"!==e?"srcset"===n?function(t,e){if(""===e.trim())return e;let n=0;function r(t){let r;const s=t.exec(e.substring(n));return s?(r=s[0],n+=r.length,r):""}const s=[];for(;r(it),!(n>=e.length);){let i=r(st);if(","===i.slice(-1))i=ot(t,i.substring(0,i.length-1)),s.push(i);else{let r="";i=ot(t,i);let o=!1;for(;;){const t=e.charAt(n);if(""===t){s.push((i+r).trim());break}if(o)")"===t&&(o=!1);else{if(","===t){n+=1,s.push((i+r).trim());break}"("===t&&(o=!0)}r+=t,n+=1}}}return s.join(", ")}(t,r):"style"===n?rt(r,ct()):"object"===e&&"data"===n?ot(t,r):"function"===typeof i?i(n,r,s):r:ot(t,r):r}function ut(t,e,n){return("video"===t||"audio"===t)&&"autoplay"===e}function dt(t,e,n=1/0,r=0){return t?t.nodeType!==t.ELEMENT_NODE||r>n?-1:e(t)?r:dt(t.parentNode,e,n,r+1):-1}function ht(t,e){return n=>{const r=n;if(null===r)return!1;if(t)if("string"===typeof t){if(r.matches(`.${t}`))return!0}else if(function(t,e){for(let n=t.classList.length;n--;){const r=t.classList[n];if(e.test(r))return!0}return!1}(r,t))return!0;return!(!e||!r.matches(e))}}function pt(t,e,n,r,s,i){try{const o=t.nodeType===t.ELEMENT_NODE?t:t.parentElement;if(null===o)return!1;let a=-1,c=-1;if(i){if(c=dt(o,ht(r,s)),c<0)return!0;a=dt(o,ht(e,n),c>=0?c:1/0)}else{if(a=dt(o,ht(e,n)),a<0)return!1;c=dt(o,ht(r,s),a>=0?a:1/0)}return a>=0?!(c>=0)||a<=c:!(c>=0)&&!!i}catch(o){}return!!i}function mt(t,e){const{doc:n,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskAttributeFn:c,maskTextClass:l,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:h,inlineStylesheet:p,maskInputOptions:m={},maskTextFn:f,maskInputFn:g,dataURLOptions:y={},inlineImages:_,recordCanvas:v,keepIframeSrcFn:S,newlyAddedElement:k=!1}=e,b=function(t,e){if(!e.hasNode(t))return;const n=e.getId(t);return 1===n?void 0:n}(n,r);switch(t.nodeType){case t.DOCUMENT_NODE:return"CSS1Compat"!==t.compatMode?{type:N.Document,childNodes:[],compatMode:t.compatMode}:{type:N.Document,childNodes:[]};case t.DOCUMENT_TYPE_NODE:return{type:N.DocumentType,name:t.name,publicId:t.publicId,systemId:t.systemId,rootId:b};case t.ELEMENT_NODE:return function(t,e){const{doc:n,blockClass:r,blockSelector:s,unblockSelector:i,inlineStylesheet:o,maskInputOptions:a={},maskAttributeFn:c,maskInputFn:l,dataURLOptions:u={},inlineImages:d,recordCanvas:h,keepIframeSrcFn:p,newlyAddedElement:m=!1,rootId:f,maskAllText:g,maskTextClass:y,unmaskTextClass:_,maskTextSelector:v,unmaskTextSelector:S}=e,k=function(t,e,n,r){try{if(r&&t.matches(r))return!1;if("string"===typeof e){if(t.classList.contains(e))return!0}else for(let n=t.classList.length;n--;){const r=t.classList[n];if(e.test(r))return!0}if(n)return t.matches(n)}catch(s){}return!1}(t,r,s,i),b=function(t){if(t instanceof HTMLFormElement)return"form";const e=H(t.tagName);return K.test(e)?"div":e}(t);let w={};const E=t.attributes.length;for(let I=0;Ie.href===t.href));let r=null;e&&(r=P(e)),r&&(delete w.rel,delete w.href,w._cssText=rt(r,e.href))}if("style"===b&&t.sheet&&!(t.innerText||t.textContent||"").trim().length){const e=P(t.sheet);e&&(w._cssText=rt(e,ct()))}if("input"===b||"textarea"===b||"select"===b||"option"===b){const e=t,n=q(e),r=X(e,z(b),n),s=e.checked;if("submit"!==n&&"button"!==n&&r){const t=pt(e,y,v,_,S,U({type:n,tagName:z(b),maskInputOptions:a}));w.value=B({isMasked:t,element:e,value:r,maskInputFn:l})}s&&(w.checked=s)}"option"===b&&(t.selected&&!a.select?w.selected=!0:delete w.selected);if("canvas"===b&&h)if("2d"===t.__context)(function(t){const e=t.getContext("2d");if(!e)return!0;for(let n=0;n0!==t)))return!1}return!0})(t)||(w.rr_dataURL=t.toDataURL(u.type,u.quality));else if(!("__context"in t)){const e=t.toDataURL(u.type,u.quality),n=document.createElement("canvas");n.width=t.width,n.height=t.height;e!==n.toDataURL(u.type,u.quality)&&(w.rr_dataURL=e)}if("img"===b&&d){V||(V=n.createElement("canvas"),Q=V.getContext("2d"));const e=t,r=e.crossOrigin;e.crossOrigin="anonymous";const s=()=>{e.removeEventListener("load",s);try{V.width=e.naturalWidth,V.height=e.naturalHeight,Q.drawImage(e,0,0),w.rr_dataURL=V.toDataURL(u.type,u.quality)}catch(t){console.warn(`Cannot inline img src=${e.currentSrc}! Error: ${t}`)}r?w.crossOrigin=r:e.removeAttribute("crossorigin")};e.complete&&0!==e.naturalWidth?s():e.addEventListener("load",s)}"audio"!==b&&"video"!==b||(w.rr_mediaState=t.paused?"paused":"played",w.rr_mediaCurrentTime=t.currentTime);m||(t.scrollLeft&&(w.rr_scrollLeft=t.scrollLeft),t.scrollTop&&(w.rr_scrollTop=t.scrollTop));if(k){const{width:e,height:n}=t.getBoundingClientRect();w={class:w.class,rr_width:`${e}px`,rr_height:`${n}px`}}"iframe"!==b||p(w.src)||(t.contentDocument||(w.rr_src=w.src),delete w.src);let x;try{customElements.get(b)&&(x=!0)}catch(T){}return{type:N.Element,tagName:b,attributes:w,childNodes:[],isSVG:at(t)||void 0,needBlock:k,rootId:f,isCustom:x}}(t,{doc:n,blockClass:s,blockSelector:i,unblockSelector:o,inlineStylesheet:p,maskAttributeFn:c,maskInputOptions:m,maskInputFn:g,dataURLOptions:y,inlineImages:_,recordCanvas:v,keepIframeSrcFn:S,newlyAddedElement:k,rootId:b,maskAllText:a,maskTextClass:l,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:h});case t.TEXT_NODE:return function(t,e){var n;const{maskAllText:r,maskTextClass:s,unmaskTextClass:i,maskTextSelector:o,unmaskTextSelector:a,maskTextFn:c,maskInputOptions:l,maskInputFn:u,rootId:d}=e,h=t.parentNode&&t.parentNode.tagName;let p=t.textContent;const m="STYLE"===h||void 0,f="SCRIPT"===h||void 0,g="TEXTAREA"===h||void 0;if(m&&p){try{t.nextSibling||t.previousSibling||(null===(n=t.parentNode.sheet)||void 0===n?void 0:n.cssRules)&&(p=P(t.parentNode.sheet))}catch(_){console.warn(`Cannot get CSS styles from text's parentNode. Error: ${_}`,t)}p=rt(p,ct())}f&&(p="SCRIPT_PLACEHOLDER");const y=pt(t,s,o,i,a,r);m||f||g||!p||!y||(p=c?c(p):p.replace(/[\S]/g,"*"));g&&p&&(l.textarea||y)&&(p=u?u(p,t.parentNode):p.replace(/[\S]/g,"*"));if("OPTION"===h&&p){p=B({isMasked:pt(t,s,o,i,a,U({type:null,tagName:h,maskInputOptions:l})),element:t,value:p,maskInputFn:u})}return{type:N.Text,textContent:p||"",isStyle:m,rootId:d}}(t,{maskAllText:a,maskTextClass:l,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:h,maskTextFn:f,maskInputOptions:m,maskInputFn:g,rootId:b});case t.CDATA_SECTION_NODE:return{type:N.CDATA,textContent:"",rootId:b};case t.COMMENT_NODE:return{type:N.Comment,textContent:t.textContent||"",rootId:b};default:return!1}}function ft(t){return void 0===t||null===t?"":t.toLowerCase()}function gt(t,e){const{doc:n,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:h=!1,inlineStylesheet:p=!0,maskInputOptions:m={},maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v={},inlineImages:S=!1,recordCanvas:k=!1,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E=5e3,onStylesheetLoad:x,stylesheetLoadTimeout:T=5e3,keepIframeSrcFn:I=(()=>!1),newlyAddedElement:C=!1}=e;let{preserveWhiteSpace:R=!0}=e;const M=mt(t,{doc:n,mirror:r,blockClass:s,blockSelector:i,maskAllText:a,unblockSelector:o,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,dataURLOptions:v,inlineImages:S,recordCanvas:k,keepIframeSrcFn:I,newlyAddedElement:C});if(!M)return console.warn(t,"not serialized"),null;let O;O=r.hasNode(t)?r.getId(t):!function(t,e){if(e.comment&&t.type===N.Comment)return!0;if(t.type===N.Element){if(e.script&&("script"===t.tagName||"link"===t.tagName&&("preload"===t.attributes.rel||"modulepreload"===t.attributes.rel)&&"script"===t.attributes.as||"link"===t.tagName&&"prefetch"===t.attributes.rel&&"string"===typeof t.attributes.href&&t.attributes.href.endsWith(".js")))return!0;if(e.headFavicon&&("link"===t.tagName&&"shortcut icon"===t.attributes.rel||"meta"===t.tagName&&(ft(t.attributes.name).match(/^msapplication-tile(image|color)$/)||"application-name"===ft(t.attributes.name)||"icon"===ft(t.attributes.rel)||"apple-touch-icon"===ft(t.attributes.rel)||"shortcut icon"===ft(t.attributes.rel))))return!0;if("meta"===t.tagName){if(e.headMetaDescKeywords&&ft(t.attributes.name).match(/^description|keywords$/))return!0;if(e.headMetaSocial&&(ft(t.attributes.property).match(/^(og|twitter|fb):/)||ft(t.attributes.name).match(/^(og|twitter):/)||"pinterest"===ft(t.attributes.name)))return!0;if(e.headMetaRobots&&("robots"===ft(t.attributes.name)||"googlebot"===ft(t.attributes.name)||"bingbot"===ft(t.attributes.name)))return!0;if(e.headMetaHttpEquiv&&void 0!==t.attributes["http-equiv"])return!0;if(e.headMetaAuthorship&&("author"===ft(t.attributes.name)||"generator"===ft(t.attributes.name)||"framework"===ft(t.attributes.name)||"publisher"===ft(t.attributes.name)||"progid"===ft(t.attributes.name)||ft(t.attributes.property).match(/^article:/)||ft(t.attributes.property).match(/^product:/)))return!0;if(e.headMetaVerification&&("google-site-verification"===ft(t.attributes.name)||"yandex-verification"===ft(t.attributes.name)||"csrf-token"===ft(t.attributes.name)||"p:domain_verify"===ft(t.attributes.name)||"verify-v1"===ft(t.attributes.name)||"verification"===ft(t.attributes.name)||"shopify-checkout-api-token"===ft(t.attributes.name)))return!0}}return!1}(M,_)&&(R||M.type!==N.Text||M.isStyle||M.textContent.replace(/^\s+|\s+$/gm,"").length)?Y():J;const D=Object.assign(M,{id:O});if(r.add(t,D),O===J)return null;b&&b(t);let A=!h;if(D.type===N.Element){A=A&&!D.needBlock,delete D.needBlock;const e=t.shadowRoot;e&&$(e)&&(D.isShadowHost=!0)}if((D.type===N.Document||D.type===N.Element)&&A){_.headWhitespace&&D.type===N.Element&&"head"===D.tagName&&(R=!1);const e={doc:n,mirror:r,blockClass:s,blockSelector:i,maskAllText:a,unblockSelector:o,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:h,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v,inlineImages:S,recordCanvas:k,preserveWhiteSpace:R,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E,onStylesheetLoad:x,stylesheetLoadTimeout:T,keepIframeSrcFn:I};for(const n of Array.from(t.childNodes)){const t=gt(n,e);t&&D.childNodes.push(t)}if(function(t){return t.nodeType===t.ELEMENT_NODE}(t)&&t.shadowRoot)for(const n of Array.from(t.shadowRoot.childNodes)){const r=gt(n,e);r&&($(t.shadowRoot)&&(r.isShadow=!0),D.childNodes.push(r))}}return t.parentNode&&L(t.parentNode)&&$(t.parentNode)&&(D.isShadow=!0),D.type===N.Element&&"iframe"===D.tagName&&function(t,e,n){const r=t.contentWindow;if(!r)return;let s,i=!1;try{s=r.document.readyState}catch(a){return}if("complete"!==s){const r=setTimeout((()=>{i||(e(),i=!0)}),n);return void t.addEventListener("load",(()=>{clearTimeout(r),i=!0,e()}))}const o="about:blank";if(r.location.href!==o||t.src===o||""===t.src)return setTimeout(e,0),t.addEventListener("load",e);t.addEventListener("load",e)}(t,(()=>{const e=t.contentDocument;if(e&&w){const n=gt(e,{doc:e,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v,inlineImages:S,recordCanvas:k,preserveWhiteSpace:R,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E,onStylesheetLoad:x,stylesheetLoadTimeout:T,keepIframeSrcFn:I});n&&w(t,n)}}),E),D.type===N.Element&&"link"===D.tagName&&"stylesheet"===D.attributes.rel&&function(t,e,n){let r,s=!1;try{r=t.sheet}catch(o){return}if(r)return;const i=setTimeout((()=>{s||(e(),s=!0)}),n);t.addEventListener("load",(()=>{clearTimeout(i),s=!0,e()}))}(t,(()=>{if(x){const e=gt(t,{doc:n,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v,inlineImages:S,recordCanvas:k,preserveWhiteSpace:R,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E,onStylesheetLoad:x,stylesheetLoadTimeout:T,keepIframeSrcFn:I});e&&x(t,e)}}),T),D}function yt(t,e,n=document){const r={capture:!0,passive:!0};return n.addEventListener(t,e,r),()=>n.removeEventListener(t,e,r)}const _t="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.";let vt={map:{},getId:()=>(console.error(_t),-1),getNode:()=>(console.error(_t),null),removeNodeFromMap(){console.error(_t)},has:()=>(console.error(_t),!1),reset(){console.error(_t)}};function St(t,e,n={}){let r=null,s=0;return function(...i){const o=Date.now();s||!1!==n.leading||(s=o);const a=e-(o-s),c=this;a<=0||a>e?(r&&(clearTimeout(r),r=null),s=o,t.apply(c,i)):r||!1===n.trailing||(r=setTimeout((()=>{s=!1===n.leading?0:Date.now(),r=null,t.apply(c,i)}),a))}}function kt(t,e,n,r,s=window){const i=s.Object.getOwnPropertyDescriptor(t,e);return s.Object.defineProperty(t,e,r?n:{set(t){setTimeout((()=>{n.set.call(this,t)}),0),i&&i.set&&i.set.call(this,t)}}),()=>kt(t,e,i||{},!0)}function bt(t,e,n){try{if(!(e in t))return()=>{};const r=t[e],s=n(r);return"function"===typeof s&&(s.prototype=s.prototype||{},Object.defineProperties(s,{__rrweb_original__:{enumerable:!1,value:r}})),t[e]=s,()=>{t[e]=r}}catch(r){return()=>{}}}"undefined"!==typeof window&&window.Proxy&&window.Reflect&&(vt=new Proxy(vt,{get:(t,e,n)=>("map"===e&&console.error(_t),Reflect.get(t,e,n))}));let wt=Date.now;function Et(t){var e,n,r,s,i,o;const a=t.document;return{left:a.scrollingElement?a.scrollingElement.scrollLeft:void 0!==t.pageXOffset?t.pageXOffset:(null===a||void 0===a?void 0:a.documentElement.scrollLeft)||(null===(n=null===(e=null===a||void 0===a?void 0:a.body)||void 0===e?void 0:e.parentElement)||void 0===n?void 0:n.scrollLeft)||(null===(r=null===a||void 0===a?void 0:a.body)||void 0===r?void 0:r.scrollLeft)||0,top:a.scrollingElement?a.scrollingElement.scrollTop:void 0!==t.pageYOffset?t.pageYOffset:(null===a||void 0===a?void 0:a.documentElement.scrollTop)||(null===(i=null===(s=null===a||void 0===a?void 0:a.body)||void 0===s?void 0:s.parentElement)||void 0===i?void 0:i.scrollTop)||(null===(o=null===a||void 0===a?void 0:a.body)||void 0===o?void 0:o.scrollTop)||0}}function xt(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function Tt(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function It(t,e,n,r,s){if(!t)return!1;const i=t.nodeType===t.ELEMENT_NODE?t:t.parentElement;if(!i)return!1;const o=ht(e,n);if(!s){const t=r&&i.matches(r);return o(i)&&!t}const a=dt(i,o);let c=-1;return!(a<0)&&(r&&(c=dt(i,ht(null,r))),a>-1&&c<0||a(new Date).getTime());class Nt{constructor(){this.id=1,this.styleIDMap=new WeakMap,this.idStyleMap=new Map}getId(t){var e;return null!==(e=this.styleIDMap.get(t))&&void 0!==e?e:-1}has(t){return this.styleIDMap.has(t)}add(t,e){if(this.has(t))return this.getId(t);let n;return n=void 0===e?this.id++:e,this.styleIDMap.set(t,n),this.idStyleMap.set(n,t),n}getStyle(t){return this.idStyleMap.get(t)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}}function Lt(t){var e,n;let r=null;return(null===(n=null===(e=t.getRootNode)||void 0===e?void 0:e.call(t))||void 0===n?void 0:n.nodeType)===Node.DOCUMENT_FRAGMENT_NODE&&t.getRootNode().host&&(r=t.getRootNode().host),r}function $t(t){const e=t.ownerDocument;if(!e)return!1;const n=function(t){let e,n=t;for(;e=Lt(n);)n=e;return n}(t);return e.contains(n)}function Pt(t){const e=t.ownerDocument;return!!e&&(e.contains(t)||$t(t))}var Ft=(t=>(t[t.DomContentLoaded=0]="DomContentLoaded",t[t.Load=1]="Load",t[t.FullSnapshot=2]="FullSnapshot",t[t.IncrementalSnapshot=3]="IncrementalSnapshot",t[t.Meta=4]="Meta",t[t.Custom=5]="Custom",t[t.Plugin=6]="Plugin",t))(Ft||{}),jt=(t=>(t[t.Mutation=0]="Mutation",t[t.MouseMove=1]="MouseMove",t[t.MouseInteraction=2]="MouseInteraction",t[t.Scroll=3]="Scroll",t[t.ViewportResize=4]="ViewportResize",t[t.Input=5]="Input",t[t.TouchMove=6]="TouchMove",t[t.MediaInteraction=7]="MediaInteraction",t[t.StyleSheetRule=8]="StyleSheetRule",t[t.CanvasMutation=9]="CanvasMutation",t[t.Font=10]="Font",t[t.Log=11]="Log",t[t.Drag=12]="Drag",t[t.StyleDeclaration=13]="StyleDeclaration",t[t.Selection=14]="Selection",t[t.AdoptedStyleSheet=15]="AdoptedStyleSheet",t[t.CustomElement=16]="CustomElement",t))(jt||{}),Ut=(t=>(t[t.MouseUp=0]="MouseUp",t[t.MouseDown=1]="MouseDown",t[t.Click=2]="Click",t[t.ContextMenu=3]="ContextMenu",t[t.DblClick=4]="DblClick",t[t.Focus=5]="Focus",t[t.Blur=6]="Blur",t[t.TouchStart=7]="TouchStart",t[t.TouchMove_Departed=8]="TouchMove_Departed",t[t.TouchEnd=9]="TouchEnd",t[t.TouchCancel=10]="TouchCancel",t))(Ut||{}),Bt=(t=>(t[t.Mouse=0]="Mouse",t[t.Pen=1]="Pen",t[t.Touch=2]="Touch",t))(Bt||{});function Ht(t){return"__ln"in t}class zt{constructor(){this.length=0,this.head=null,this.tail=null}get(t){if(t>=this.length)throw new Error("Position outside of list range");let e=this.head;for(let n=0;n`${t}@${e}`;class qt{constructor(){this.frozen=!1,this.locked=!1,this.texts=[],this.attributes=[],this.removes=[],this.mapRemoves=[],this.movedMap={},this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.processMutations=t=>{t.forEach(this.processMutation),this.emit()},this.emit=()=>{if(this.frozen||this.locked)return;const t=[],e=new Set,n=new zt,r=t=>{let e=t,n=J;for(;n===J;)e=e&&e.nextSibling,n=e&&this.mirror.getId(e);return n},s=s=>{if(!s.parentNode||!Pt(s))return;const i=L(s.parentNode)?this.mirror.getId(Lt(s)):this.mirror.getId(s.parentNode),o=r(s);if(-1===i||-1===o)return n.addNode(s);const a=gt(s,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskAllText:this.maskAllText,unblockSelector:this.unblockSelector,maskTextClass:this.maskTextClass,unmaskTextClass:this.unmaskTextClass,maskTextSelector:this.maskTextSelector,unmaskTextSelector:this.unmaskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskAttributeFn:this.maskAttributeFn,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:t=>{Ot(t,this.mirror)&&this.iframeManager.addIframe(t),Dt(t,this.mirror)&&this.stylesheetManager.trackLinkElement(t),At(s)&&this.shadowDomManager.addShadowRoot(s.shadowRoot,this.doc)},onIframeLoad:(t,e)=>{this.iframeManager.attachIframe(t,e),this.shadowDomManager.observeAttachShadow(t)},onStylesheetLoad:(t,e)=>{this.stylesheetManager.attachLinkElement(t,e)}});a&&(t.push({parentId:i,nextId:o,node:a}),e.add(a.id))};for(;this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(const a of this.movedSet)Gt(this.removes,a,this.mirror)&&!this.movedSet.has(a.parentNode)||s(a);for(const a of this.addedSet)Jt(this.droppedSet,a)||Gt(this.removes,a,this.mirror)?Jt(this.movedSet,a)?s(a):this.droppedSet.add(a):s(a);let i=null;for(;n.length;){let t=null;if(i){const e=this.mirror.getId(i.value.parentNode),n=r(i.value);-1!==e&&-1!==n&&(t=i)}if(!t){let e=n.tail;for(;e;){const n=e;if(e=e.previous,n){const e=this.mirror.getId(n.value.parentNode);if(-1===r(n.value))continue;if(-1!==e){t=n;break}{const e=n.value;if(e.parentNode&&e.parentNode.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const r=e.parentNode.host;if(-1!==this.mirror.getId(r)){t=n;break}}}}}}if(!t){for(;n.head;)n.removeNode(n.head.value);break}i=t.previous,n.removeNode(t.value),s(t.value)}const o={texts:this.texts.map((t=>({id:this.mirror.getId(t.node),value:t.value}))).filter((t=>!e.has(t.id))).filter((t=>this.mirror.has(t.id))),attributes:this.attributes.map((t=>{const{attributes:e}=t;if("string"===typeof e.style){const n=JSON.stringify(t.styleDiff),r=JSON.stringify(t._unchangedStyles);n.length!e.has(t.id))).filter((t=>this.mirror.has(t.id))),removes:this.removes,adds:t};(o.texts.length||o.attributes.length||o.removes.length||o.adds.length)&&(this.texts=[],this.attributes=[],this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(o))},this.processMutation=t=>{if(Ct(t.target,this.mirror))return;let e;try{e=document.implementation.createHTMLDocument()}catch(n){e=this.doc}switch(t.type){case"characterData":{const e=t.target.textContent;It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||e===t.oldValue||this.texts.push({value:pt(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,this.maskAllText)&&e?this.maskTextFn?this.maskTextFn(e):e.replace(/[\S]/g,"*"):e,node:t.target});break}case"attributes":{const n=t.target;let r=t.attributeName,s=t.target.getAttribute(r);if("value"===r){const e=q(n),r=n.tagName;s=X(n,r,e);const i=U({maskInputOptions:this.maskInputOptions,tagName:r,type:e});s=B({isMasked:pt(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,i),element:n,value:s,maskInputFn:this.maskInputFn})}if(It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||s===t.oldValue)return;let i=this.attributes.find((e=>e.node===t.target));if("IFRAME"===n.tagName&&"src"===r&&!this.keepIframeSrcFn(s)){if(n.contentDocument)return;r="rr_src"}if(i||(i={node:t.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(i)),"type"===r&&"INPUT"===n.tagName&&"password"===(t.oldValue||"").toLowerCase()&&n.setAttribute("data-rr-is-password","true"),!ut(n.tagName,r)&&(i.attributes[r]=lt(this.doc,H(n.tagName),H(r),s,n,this.maskAttributeFn),"style"===r)){const r=e.createElement("span");t.oldValue&&r.setAttribute("style",t.oldValue);for(const t of Array.from(n.style)){const e=n.style.getPropertyValue(t),s=n.style.getPropertyPriority(t);e!==r.style.getPropertyValue(t)||s!==r.style.getPropertyPriority(t)?i.styleDiff[t]=""===s?e:[e,s]:i._unchangedStyles[t]=[e,s]}for(const t of Array.from(r.style))""===n.style.getPropertyValue(t)&&(i.styleDiff[t]=!1)}break}case"childList":if(It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!0))return;t.addedNodes.forEach((e=>this.genAdds(e,t.target))),t.removedNodes.forEach((e=>{const n=this.mirror.getId(e),r=L(t.target)?this.mirror.getId(t.target.host):this.mirror.getId(t.target);It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||Ct(e,this.mirror)||!function(t,e){return-1!==e.getId(t)}(e,this.mirror)||(this.addedSet.has(e)?(Xt(this.addedSet,e),this.droppedSet.add(e)):this.addedSet.has(t.target)&&-1===n||Rt(t.target,this.mirror)||(this.movedSet.has(e)&&this.movedMap[Wt(n,r)]?Xt(this.movedSet,e):this.removes.push({parentId:r,id:n,isShadow:!(!L(t.target)||!$(t.target))||void 0})),this.mapRemoves.push(e))}))}},this.genAdds=(t,e)=>{if(!this.processedNodeManager.inOtherBuffer(t,this)&&!this.addedSet.has(t)&&!this.movedSet.has(t)){if(this.mirror.hasNode(t)){if(Ct(t,this.mirror))return;this.movedSet.add(t);let n=null;e&&this.mirror.hasNode(e)&&(n=this.mirror.getId(e)),n&&-1!==n&&(this.movedMap[Wt(this.mirror.getId(t),n)]=!0)}else this.addedSet.add(t),this.droppedSet.delete(t);It(t,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(t.childNodes.forEach((t=>this.genAdds(t))),At(t)&&t.shadowRoot.childNodes.forEach((e=>{this.processedNodeManager.add(e,this),this.genAdds(e,t)})))}}}init(t){["mutationCb","blockClass","blockSelector","unblockSelector","maskAllText","maskTextClass","unmaskTextClass","maskTextSelector","unmaskTextSelector","inlineStylesheet","maskInputOptions","maskAttributeFn","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach((e=>{this[e]=t[e]}))}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function Xt(t,e){t.delete(e),e.childNodes.forEach((e=>Xt(t,e)))}function Gt(t,e,n){return 0!==t.length&&Kt(t,e,n)}function Kt(t,e,n){const{parentNode:r}=e;if(!r)return!1;const s=n.getId(r);return!!t.some((t=>t.id===s))||Kt(t,r,n)}function Jt(t,e){return 0!==t.size&&Yt(t,e)}function Yt(t,e){const{parentNode:n}=e;return!!n&&(!!t.has(n)||Yt(t,n))}let Vt;function Qt(t){Vt=t}function Zt(){Vt=void 0}const te=t=>{if(!Vt)return t;return(...e)=>{try{return t(...e)}catch(n){if(Vt&&!0===Vt(n))return()=>{};throw n}}},ee=[];function ne(t){try{if("composedPath"in t){const e=t.composedPath();if(e.length)return e[0]}else if("path"in t&&t.path.length)return t.path[0]}catch(e){}return t&&t.target}function re(t,e){var n,r;const s=new qt;ee.push(s),s.init(t);let i=window.MutationObserver||window.__rrMutationObserver;const o=null===(r=null===(n=null===window||void 0===window?void 0:window.Zone)||void 0===n?void 0:n.__symbol__)||void 0===r?void 0:r.call(n,"MutationObserver");o&&window[o]&&(i=window[o]);const a=new i(te((e=>{t.onMutation&&!1===t.onMutation(e)||s.processMutations.bind(s)(e)})));return a.observe(e,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),a}function se({mouseInteractionCb:t,doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,sampling:o}){if(!1===o.mouseInteraction)return()=>{};const a=!0===o.mouseInteraction||void 0===o.mouseInteraction?{}:o.mouseInteraction,c=[];let l=null;return Object.keys(Ut).filter((t=>Number.isNaN(Number(t))&&!t.endsWith("_Departed")&&!1!==a[t])).forEach((o=>{let a=H(o);const u=(e=>o=>{const a=ne(o);if(It(a,r,s,i,!0))return;let c=null,u=e;if("pointerType"in o){switch(o.pointerType){case"mouse":c=Bt.Mouse;break;case"touch":c=Bt.Touch;break;case"pen":c=Bt.Pen}c===Bt.Touch?Ut[e]===Ut.MouseDown?u="TouchStart":Ut[e]===Ut.MouseUp&&(u="TouchEnd"):Bt.Pen}else Mt(o)&&(c=Bt.Touch);null!==c?(l=c,(u.startsWith("Touch")&&c===Bt.Touch||u.startsWith("Mouse")&&c===Bt.Mouse)&&(c=null)):Ut[e]===Ut.Click&&(c=l,l=null);const d=Mt(o)?o.changedTouches[0]:o;if(!d)return;const h=n.getId(a),{clientX:p,clientY:m}=d;te(t)(Object.assign({type:Ut[u],id:h,x:p,y:m},null!==c&&{pointerType:c}))})(o);if(window.PointerEvent)switch(Ut[o]){case Ut.MouseDown:case Ut.MouseUp:a=a.replace("mouse","pointer");break;case Ut.TouchStart:case Ut.TouchEnd:return}c.push(yt(a,u,e))})),te((()=>{c.forEach((t=>t()))}))}function ie({scrollCb:t,doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,sampling:o}){return yt("scroll",te(St(te((o=>{const a=ne(o);if(!a||It(a,r,s,i,!0))return;const c=n.getId(a);if(a===e&&e.defaultView){const n=Et(e.defaultView);t({id:c,x:n.left,y:n.top})}else t({id:c,x:a.scrollLeft,y:a.scrollTop})})),o.scroll||100)),e)}const oe=["INPUT","TEXTAREA","SELECT"],ae=new WeakMap;function ce({inputCb:t,doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,ignoreClass:o,ignoreSelector:a,maskInputOptions:c,maskInputFn:l,sampling:u,userTriggeredOnInput:d,maskTextClass:h,unmaskTextClass:p,maskTextSelector:m,unmaskTextSelector:f}){function g(t){let n=ne(t);const u=t.isTrusted,g=n&&z(n.tagName);if("OPTION"===g&&(n=n.parentElement),!n||!g||oe.indexOf(g)<0||It(n,r,s,i,!0))return;const _=n;if(_.classList.contains(o)||a&&_.matches(a))return;const v=q(n);let S=X(_,g,v),k=!1;const b=U({maskInputOptions:c,tagName:g,type:v}),w=pt(n,h,m,p,f,b);"radio"!==v&&"checkbox"!==v||(k=n.checked),S=B({isMasked:w,element:n,value:S,maskInputFn:l}),y(n,d?{text:S,isChecked:k,userTriggered:u}:{text:S,isChecked:k});const E=n.name;"radio"===v&&E&&k&&e.querySelectorAll(`input[type="radio"][name="${E}"]`).forEach((t=>{if(t!==n){const e=B({isMasked:w,element:t,value:X(t,g,v),maskInputFn:l});y(t,d?{text:e,isChecked:!k,userTriggered:!1}:{text:e,isChecked:!k})}}))}function y(e,r){const s=ae.get(e);if(!s||s.text!==r.text||s.isChecked!==r.isChecked){ae.set(e,r);const s=n.getId(e);te(t)(Object.assign(Object.assign({},r),{id:s}))}}const _=("last"===u.input?["change"]:["input","change"]).map((t=>yt(t,te(g),e))),v=e.defaultView;if(!v)return()=>{_.forEach((t=>t()))};const S=v.Object.getOwnPropertyDescriptor(v.HTMLInputElement.prototype,"value"),k=[[v.HTMLInputElement.prototype,"value"],[v.HTMLInputElement.prototype,"checked"],[v.HTMLSelectElement.prototype,"value"],[v.HTMLTextAreaElement.prototype,"value"],[v.HTMLSelectElement.prototype,"selectedIndex"],[v.HTMLOptionElement.prototype,"selected"]];return S&&S.set&&_.push(...k.map((t=>kt(t[0],t[1],{set(){te(g)({target:this,isTrusted:!1})}},!1,v)))),te((()=>{_.forEach((t=>t()))}))}function le(t){return function(t,e){if(pe("CSSGroupingRule")&&t.parentRule instanceof CSSGroupingRule||pe("CSSMediaRule")&&t.parentRule instanceof CSSMediaRule||pe("CSSSupportsRule")&&t.parentRule instanceof CSSSupportsRule||pe("CSSConditionRule")&&t.parentRule instanceof CSSConditionRule){const n=Array.from(t.parentRule.cssRules).indexOf(t);e.unshift(n)}else if(t.parentStyleSheet){const n=Array.from(t.parentStyleSheet.cssRules).indexOf(t);e.unshift(n)}return e}(t,[])}function ue(t,e,n){let r,s;return t?(t.ownerNode?r=e.getId(t.ownerNode):s=n.getId(t),{styleId:s,id:r}):{}}function de({mirror:t,stylesheetManager:e},n){var r,s,i;let o=null;o="#document"===n.nodeName?t.getId(n):t.getId(n.host);const a="#document"===n.nodeName?null===(r=n.defaultView)||void 0===r?void 0:r.Document:null===(i=null===(s=n.ownerDocument)||void 0===s?void 0:s.defaultView)||void 0===i?void 0:i.ShadowRoot,c=(null===a||void 0===a?void 0:a.prototype)?Object.getOwnPropertyDescriptor(null===a||void 0===a?void 0:a.prototype,"adoptedStyleSheets"):void 0;return null!==o&&-1!==o&&a&&c?(Object.defineProperty(n,"adoptedStyleSheets",{configurable:c.configurable,enumerable:c.enumerable,get(){var t;return null===(t=c.get)||void 0===t?void 0:t.call(this)},set(t){var n;const r=null===(n=c.set)||void 0===n?void 0:n.call(this,t);if(null!==o&&-1!==o)try{e.adoptStyleSheets(t,o)}catch(s){}return r}}),te((()=>{Object.defineProperty(n,"adoptedStyleSheets",{configurable:c.configurable,enumerable:c.enumerable,get:c.get,set:c.set})}))):()=>{}}function he(t,e={}){const n=t.doc.defaultView;if(!n)return()=>{};const r=re(t,t.doc),s=function({mousemoveCb:t,sampling:e,doc:n,mirror:r}){if(!1===e.mousemove)return()=>{};const s="number"===typeof e.mousemove?e.mousemove:50,i="number"===typeof e.mousemoveCallback?e.mousemoveCallback:500;let o,a=[];const c=St(te((e=>{const n=Date.now()-o;t(a.map((t=>(t.timeOffset-=n,t))),e),a=[],o=null})),i),l=te(St(te((t=>{const e=ne(t),{clientX:n,clientY:s}=Mt(t)?t.changedTouches[0]:t;o||(o=wt()),a.push({x:n,y:s,id:r.getId(e),timeOffset:wt()-o}),c("undefined"!==typeof DragEvent&&t instanceof DragEvent?jt.Drag:t instanceof MouseEvent?jt.MouseMove:jt.TouchMove)})),s,{trailing:!1})),u=[yt("mousemove",l,n),yt("touchmove",l,n),yt("drag",l,n)];return te((()=>{u.forEach((t=>t()))}))}(t),i=se(t),o=ie(t),a=function({viewportResizeCb:t},{win:e}){let n=-1,r=-1;return yt("resize",te(St(te((()=>{const e=xt(),s=Tt();n===e&&r===s||(t({width:Number(s),height:Number(e)}),n=e,r=s)})),200)),e)}(t,{win:n}),c=ce(t),l=function({mediaInteractionCb:t,blockClass:e,blockSelector:n,unblockSelector:r,mirror:s,sampling:i,doc:o}){const a=te((o=>St(te((i=>{const a=ne(i);if(!a||It(a,e,n,r,!0))return;const{currentTime:c,volume:l,muted:u,playbackRate:d}=a;t({type:o,id:s.getId(a),currentTime:c,volume:l,muted:u,playbackRate:d})})),i.media||500))),c=[yt("play",a(0),o),yt("pause",a(1),o),yt("seeked",a(2),o),yt("volumechange",a(3),o),yt("ratechange",a(4),o)];return te((()=>{c.forEach((t=>t()))}))}(t),u=function({styleSheetRuleCb:t,mirror:e,stylesheetManager:n},{win:r}){if(!r.CSSStyleSheet||!r.CSSStyleSheet.prototype)return()=>{};const s=r.CSSStyleSheet.prototype.insertRule;r.CSSStyleSheet.prototype.insertRule=new Proxy(s,{apply:te(((r,s,i)=>{const[o,a]=i,{id:c,styleId:l}=ue(s,e,n.styleMirror);return(c&&-1!==c||l&&-1!==l)&&t({id:c,styleId:l,adds:[{rule:o,index:a}]}),r.apply(s,i)}))});const i=r.CSSStyleSheet.prototype.deleteRule;let o,a;r.CSSStyleSheet.prototype.deleteRule=new Proxy(i,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,removes:[{index:o}]}),r.apply(s,i)}))}),r.CSSStyleSheet.prototype.replace&&(o=r.CSSStyleSheet.prototype.replace,r.CSSStyleSheet.prototype.replace=new Proxy(o,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,replace:o}),r.apply(s,i)}))})),r.CSSStyleSheet.prototype.replaceSync&&(a=r.CSSStyleSheet.prototype.replaceSync,r.CSSStyleSheet.prototype.replaceSync=new Proxy(a,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,replaceSync:o}),r.apply(s,i)}))}));const c={};me("CSSGroupingRule")?c.CSSGroupingRule=r.CSSGroupingRule:(me("CSSMediaRule")&&(c.CSSMediaRule=r.CSSMediaRule),me("CSSConditionRule")&&(c.CSSConditionRule=r.CSSConditionRule),me("CSSSupportsRule")&&(c.CSSSupportsRule=r.CSSSupportsRule));const l={};return Object.entries(c).forEach((([r,s])=>{l[r]={insertRule:s.prototype.insertRule,deleteRule:s.prototype.deleteRule},s.prototype.insertRule=new Proxy(l[r].insertRule,{apply:te(((r,s,i)=>{const[o,a]=i,{id:c,styleId:l}=ue(s.parentStyleSheet,e,n.styleMirror);return(c&&-1!==c||l&&-1!==l)&&t({id:c,styleId:l,adds:[{rule:o,index:[...le(s),a||0]}]}),r.apply(s,i)}))}),s.prototype.deleteRule=new Proxy(l[r].deleteRule,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s.parentStyleSheet,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,removes:[{index:[...le(s),o]}]}),r.apply(s,i)}))})})),te((()=>{r.CSSStyleSheet.prototype.insertRule=s,r.CSSStyleSheet.prototype.deleteRule=i,o&&(r.CSSStyleSheet.prototype.replace=o),a&&(r.CSSStyleSheet.prototype.replaceSync=a),Object.entries(c).forEach((([t,e])=>{e.prototype.insertRule=l[t].insertRule,e.prototype.deleteRule=l[t].deleteRule}))}))}(t,{win:n}),d=de(t,t.doc),h=function({styleDeclarationCb:t,mirror:e,ignoreCSSAttributes:n,stylesheetManager:r},{win:s}){const i=s.CSSStyleDeclaration.prototype.setProperty;s.CSSStyleDeclaration.prototype.setProperty=new Proxy(i,{apply:te(((s,o,a)=>{var c;const[l,u,d]=a;if(n.has(l))return i.apply(o,[l,u,d]);const{id:h,styleId:p}=ue(null===(c=o.parentRule)||void 0===c?void 0:c.parentStyleSheet,e,r.styleMirror);return(h&&-1!==h||p&&-1!==p)&&t({id:h,styleId:p,set:{property:l,value:u,priority:d},index:le(o.parentRule)}),s.apply(o,a)}))});const o=s.CSSStyleDeclaration.prototype.removeProperty;return s.CSSStyleDeclaration.prototype.removeProperty=new Proxy(o,{apply:te(((s,i,a)=>{var c;const[l]=a;if(n.has(l))return o.apply(i,[l]);const{id:u,styleId:d}=ue(null===(c=i.parentRule)||void 0===c?void 0:c.parentStyleSheet,e,r.styleMirror);return(u&&-1!==u||d&&-1!==d)&&t({id:u,styleId:d,remove:{property:l},index:le(i.parentRule)}),s.apply(i,a)}))}),te((()=>{s.CSSStyleDeclaration.prototype.setProperty=i,s.CSSStyleDeclaration.prototype.removeProperty=o}))}(t,{win:n}),p=t.collectFonts?function({fontCb:t,doc:e}){const n=e.defaultView;if(!n)return()=>{};const r=[],s=new WeakMap,i=n.FontFace;n.FontFace=function(t,e,n){const r=new i(t,e,n);return s.set(r,{family:t,buffer:"string"!==typeof e,descriptors:n,fontSource:"string"===typeof e?e:JSON.stringify(Array.from(new Uint8Array(e)))}),r};const o=bt(e.fonts,"add",(function(e){return function(n){return setTimeout(te((()=>{const e=s.get(n);e&&(t(e),s.delete(n))})),0),e.apply(this,[n])}}));return r.push((()=>{n.FontFace=i})),r.push(o),te((()=>{r.forEach((t=>t()))}))}(t):()=>{},m=function(t){const{doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,selectionCb:o}=t;let a=!0;const c=te((()=>{const t=e.getSelection();if(!t||a&&(null===t||void 0===t?void 0:t.isCollapsed))return;a=t.isCollapsed||!1;const c=[],l=t.rangeCount||0;for(let e=0;e{}}(t);return te((()=>{ee.forEach((t=>t.reset())),r.disconnect(),s(),i(),o(),a(),c(),l(),u(),d(),h(),p(),m(),f()}))}function pe(t){return"undefined"!==typeof window[t]}function me(t){return Boolean("undefined"!==typeof window[t]&&window[t].prototype&&"insertRule"in window[t].prototype&&"deleteRule"in window[t].prototype)}class fe{constructor(t){this.generateIdFn=t,this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap}getId(t,e,n,r){const s=n||this.getIdToRemoteIdMap(t),i=r||this.getRemoteIdToIdMap(t);let o=s.get(e);return o||(o=this.generateIdFn(),s.set(e,o),i.set(o,e)),o}getIds(t,e){const n=this.getIdToRemoteIdMap(t),r=this.getRemoteIdToIdMap(t);return e.map((e=>this.getId(t,e,n,r)))}getRemoteId(t,e,n){const r=n||this.getRemoteIdToIdMap(t);if("number"!==typeof e)return e;const s=r.get(e);return s||-1}getRemoteIds(t,e){const n=this.getRemoteIdToIdMap(t);return e.map((e=>this.getRemoteId(t,e,n)))}reset(t){if(!t)return this.iframeIdToRemoteIdMap=new WeakMap,void(this.iframeRemoteIdToIdMap=new WeakMap);this.iframeIdToRemoteIdMap.delete(t),this.iframeRemoteIdToIdMap.delete(t)}getIdToRemoteIdMap(t){let e=this.iframeIdToRemoteIdMap.get(t);return e||(e=new Map,this.iframeIdToRemoteIdMap.set(t,e)),e}getRemoteIdToIdMap(t){let e=this.iframeRemoteIdToIdMap.get(t);return e||(e=new Map,this.iframeRemoteIdToIdMap.set(t,e)),e}}class ge{constructor(){this.crossOriginIframeMirror=new fe(Y),this.crossOriginIframeRootIdMap=new WeakMap}addIframe(){}addLoadListener(){}attachIframe(){}}class ye{constructor(t){this.iframes=new WeakMap,this.crossOriginIframeMap=new WeakMap,this.crossOriginIframeMirror=new fe(Y),this.crossOriginIframeRootIdMap=new WeakMap,this.mutationCb=t.mutationCb,this.wrappedEmit=t.wrappedEmit,this.stylesheetManager=t.stylesheetManager,this.recordCrossOriginIframes=t.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new fe(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=t.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(t){this.iframes.set(t,!0),t.contentWindow&&this.crossOriginIframeMap.set(t.contentWindow,t)}addLoadListener(t){this.loadListener=t}attachIframe(t,e){var n;this.mutationCb({adds:[{parentId:this.mirror.getId(t),nextId:null,node:e}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),null===(n=this.loadListener)||void 0===n||n.call(this,t),t.contentDocument&&t.contentDocument.adoptedStyleSheets&&t.contentDocument.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(t.contentDocument.adoptedStyleSheets,this.mirror.getId(t.contentDocument))}handleMessage(t){const e=t;if("rrweb"!==e.data.type||e.origin!==e.data.origin)return;if(!t.source)return;const n=this.crossOriginIframeMap.get(t.source);if(!n)return;const r=this.transformCrossOriginEvent(n,e.data.event);r&&this.wrappedEmit(r,e.data.isCheckout)}transformCrossOriginEvent(t,e){var n;switch(e.type){case Ft.FullSnapshot:{this.crossOriginIframeMirror.reset(t),this.crossOriginIframeStyleMirror.reset(t),this.replaceIdOnNode(e.data.node,t);const n=e.data.node.id;return this.crossOriginIframeRootIdMap.set(t,n),this.patchRootIdOnNode(e.data.node,n),{timestamp:e.timestamp,type:Ft.IncrementalSnapshot,data:{source:jt.Mutation,adds:[{parentId:this.mirror.getId(t),nextId:null,node:e.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}}}case Ft.Meta:case Ft.Load:case Ft.DomContentLoaded:return!1;case Ft.Plugin:return e;case Ft.Custom:return this.replaceIds(e.data.payload,t,["id","parentId","previousId","nextId"]),e;case Ft.IncrementalSnapshot:switch(e.data.source){case jt.Mutation:return e.data.adds.forEach((e=>{this.replaceIds(e,t,["parentId","nextId","previousId"]),this.replaceIdOnNode(e.node,t);const n=this.crossOriginIframeRootIdMap.get(t);n&&this.patchRootIdOnNode(e.node,n)})),e.data.removes.forEach((e=>{this.replaceIds(e,t,["parentId","id"])})),e.data.attributes.forEach((e=>{this.replaceIds(e,t,["id"])})),e.data.texts.forEach((e=>{this.replaceIds(e,t,["id"])})),e;case jt.Drag:case jt.TouchMove:case jt.MouseMove:return e.data.positions.forEach((e=>{this.replaceIds(e,t,["id"])})),e;case jt.ViewportResize:return!1;case jt.MediaInteraction:case jt.MouseInteraction:case jt.Scroll:case jt.CanvasMutation:case jt.Input:return this.replaceIds(e.data,t,["id"]),e;case jt.StyleSheetRule:case jt.StyleDeclaration:return this.replaceIds(e.data,t,["id"]),this.replaceStyleIds(e.data,t,["styleId"]),e;case jt.Font:return e;case jt.Selection:return e.data.ranges.forEach((e=>{this.replaceIds(e,t,["start","end"])})),e;case jt.AdoptedStyleSheet:return this.replaceIds(e.data,t,["id"]),this.replaceStyleIds(e.data,t,["styleIds"]),null===(n=e.data.styles)||void 0===n||n.forEach((e=>{this.replaceStyleIds(e,t,["styleId"])})),e}}return!1}replace(t,e,n,r){for(const s of r)(Array.isArray(e[s])||"number"===typeof e[s])&&(Array.isArray(e[s])?e[s]=t.getIds(n,e[s]):e[s]=t.getId(n,e[s]));return e}replaceIds(t,e,n){return this.replace(this.crossOriginIframeMirror,t,e,n)}replaceStyleIds(t,e,n){return this.replace(this.crossOriginIframeStyleMirror,t,e,n)}replaceIdOnNode(t,e){this.replaceIds(t,e,["id","rootId"]),"childNodes"in t&&t.childNodes.forEach((t=>{this.replaceIdOnNode(t,e)}))}patchRootIdOnNode(t,e){t.type===N.Document||t.rootId||(t.rootId=e),"childNodes"in t&&t.childNodes.forEach((t=>{this.patchRootIdOnNode(t,e)}))}}class _e{init(){}addShadowRoot(){}observeAttachShadow(){}reset(){}}class ve{constructor(t){this.shadowDoms=new WeakSet,this.restoreHandlers=[],this.mutationCb=t.mutationCb,this.scrollCb=t.scrollCb,this.bypassOptions=t.bypassOptions,this.mirror=t.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(t,e){if(!$(t))return;if(this.shadowDoms.has(t))return;this.shadowDoms.add(t);const n=re(Object.assign(Object.assign({},this.bypassOptions),{doc:e,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this}),t);this.restoreHandlers.push((()=>n.disconnect())),this.restoreHandlers.push(ie(Object.assign(Object.assign({},this.bypassOptions),{scrollCb:this.scrollCb,doc:t,mirror:this.mirror}))),setTimeout((()=>{t.adoptedStyleSheets&&t.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(t.adoptedStyleSheets,this.mirror.getId(t.host)),this.restoreHandlers.push(de({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},t))}),0)}observeAttachShadow(t){t.contentWindow&&t.contentDocument&&this.patchAttachShadow(t.contentWindow.Element,t.contentDocument)}patchAttachShadow(t,e){const n=this;this.restoreHandlers.push(bt(t.prototype,"attachShadow",(function(t){return function(r){const s=t.call(this,r);return this.shadowRoot&&Pt(this)&&n.addShadowRoot(this.shadowRoot,e),s}})))}reset(){this.restoreHandlers.forEach((t=>{try{t()}catch(e){}})),this.restoreHandlers=[],this.shadowDoms=new WeakSet}}class Se{reset(){}freeze(){}unfreeze(){}lock(){}unlock(){}}class ke{constructor(t){this.trackedLinkElements=new WeakSet,this.styleMirror=new Nt,this.mutationCb=t.mutationCb,this.adoptedStyleSheetCb=t.adoptedStyleSheetCb}attachLinkElement(t,e){"_cssText"in e.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:e.id,attributes:e.attributes}]}),this.trackLinkElement(t)}trackLinkElement(t){this.trackedLinkElements.has(t)||(this.trackedLinkElements.add(t),this.trackStylesheetInLinkElement(t))}adoptStyleSheets(t,e){if(0===t.length)return;const n={id:e,styleIds:[]},r=[];for(const s of t){let t;this.styleMirror.has(s)?t=this.styleMirror.getId(s):(t=this.styleMirror.add(s),r.push({styleId:t,rules:Array.from(s.rules||CSSRule,((t,e)=>({rule:F(t),index:e})))})),n.styleIds.push(t)}r.length>0&&(n.styles=r),this.adoptedStyleSheetCb(n)}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(t){}}class be{constructor(){this.nodeMap=new WeakMap,this.loop=!0,this.periodicallyClear()}periodicallyClear(){requestAnimationFrame((()=>{this.clear(),this.loop&&this.periodicallyClear()}))}inOtherBuffer(t,e){const n=this.nodeMap.get(t);return n&&Array.from(n).some((t=>t!==e))}add(t,e){this.nodeMap.set(t,(this.nodeMap.get(t)||new Set).add(e))}clear(){this.nodeMap=new WeakMap}destroy(){this.loop=!1}}function we(t){const e=t;return e.timestamp=wt(),e}let Ee;const xe=new j;function Te(t={}){const{emit:e,checkoutEveryNms:n,checkoutEveryNth:r,blockClass:s="rr-block",blockSelector:i=null,unblockSelector:o=null,ignoreClass:a="rr-ignore",ignoreSelector:c=null,maskAllText:l=!1,maskTextClass:u="rr-mask",unmaskTextClass:d=null,maskTextSelector:h=null,unmaskTextSelector:p=null,inlineStylesheet:m=!0,maskAllInputs:f,maskInputOptions:g,slimDOMOptions:y,maskAttributeFn:_,maskInputFn:v,maskTextFn:S,packFn:k,sampling:b={},dataURLOptions:w={},mousemoveWait:E,recordCanvas:x=!1,recordCrossOriginIframes:T=!1,recordAfter:I=("DOMContentLoaded"===t.recordAfter?t.recordAfter:"load"),userTriggeredOnInput:C=!1,collectFonts:R=!1,inlineImages:M=!1,keepIframeSrcFn:O=(()=>!1),ignoreCSSAttributes:D=new Set([]),errorHandler:A,onMutation:N,getCanvasManager:L}=t;Qt(A);const $=!T||window.parent===window;let P=!1;if(!$)try{window.parent.document&&(P=!1)}catch(tt){P=!0}if($&&!e)throw new Error("emit function is required");void 0!==E&&void 0===b.mousemove&&(b.mousemove=E),xe.reset();const F=!0===f?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,radio:!0,checkbox:!0}:void 0!==g?g:{},U=!0===y||"all"===y?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:"all"===y,headMetaDescKeywords:"all"===y}:y||{};let B;!function(t=window){"NodeList"in t&&!t.NodeList.prototype.forEach&&(t.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in t&&!t.DOMTokenList.prototype.forEach&&(t.DOMTokenList.prototype.forEach=Array.prototype.forEach),Node.prototype.contains||(Node.prototype.contains=(...t)=>{let e=t[0];if(!(0 in t))throw new TypeError("1 argument is required");do{if(this===e)return!0}while(e=e&&e.parentNode);return!1})}();let H=0;const z=t=>(k&&!P&&(t=k(t)),t),W=(t,s)=>{var i;if(!(null===(i=ee[0])||void 0===i?void 0:i.isFrozen())||t.type===Ft.FullSnapshot||t.type===Ft.IncrementalSnapshot&&t.data.source===jt.Mutation||ee.forEach((t=>t.unfreeze())),$)null===e||void 0===e||e(z(t),s);else if(P){const e={type:"rrweb",event:z(t),origin:window.location.origin,isCheckout:s};window.parent.postMessage(e,"*")}if(t.type===Ft.FullSnapshot)B=t,H=0;else if(t.type===Ft.IncrementalSnapshot){if(t.data.source===jt.Mutation&&t.data.isAttachIframe)return;H++;const e=r&&H>=r,s=n&&t.timestamp-B.timestamp>n;(e||s)&&Z(!0)}},q=t=>{W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Mutation},t)}))},X=t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Scroll},t)})),G=t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.CanvasMutation},t)})),K=new ke({mutationCb:q,adoptedStyleSheetCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.AdoptedStyleSheet},t)}))}),J="boolean"===typeof __RRWEB_EXCLUDE_IFRAME__&&__RRWEB_EXCLUDE_IFRAME__?new ge:new ye({mirror:xe,mutationCb:q,stylesheetManager:K,recordCrossOriginIframes:T,wrappedEmit:W}),Y=new be,V=L?L({recordCanvas:x,blockClass:s,blockSelector:i,unblockSelector:o,sampling:b.canvas,dataURLOptions:w}):new Se,Q="boolean"===typeof __RRWEB_EXCLUDE_SHADOW_DOM__&&__RRWEB_EXCLUDE_SHADOW_DOM__?new _e:new ve({mutationCb:q,scrollCb:X,bypassOptions:{onMutation:N,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:l,maskTextClass:u,unmaskTextClass:d,maskTextSelector:h,unmaskTextSelector:p,inlineStylesheet:m,maskInputOptions:F,dataURLOptions:w,maskAttributeFn:_,maskTextFn:S,maskInputFn:v,recordCanvas:x,inlineImages:M,sampling:b,slimDOMOptions:U,iframeManager:J,stylesheetManager:K,canvasManager:V,keepIframeSrcFn:O,processedNodeManager:Y},mirror:xe}),Z=(t=!1)=>{W(we({type:Ft.Meta,data:{href:window.location.href,width:Tt(),height:xt()}}),t),K.reset(),Q.init(),ee.forEach((t=>t.lock()));const e=function(t,e){const{mirror:n=new j,blockClass:r="rr-block",blockSelector:s=null,unblockSelector:i=null,maskAllText:o=!1,maskTextClass:a="rr-mask",unmaskTextClass:c=null,maskTextSelector:l=null,unmaskTextSelector:u=null,inlineStylesheet:d=!0,inlineImages:h=!1,recordCanvas:p=!1,maskAllInputs:m=!1,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOM:_=!1,dataURLOptions:v,preserveWhiteSpace:S,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:w,onStylesheetLoad:E,stylesheetLoadTimeout:x,keepIframeSrcFn:T=(()=>!1)}=e||{};return gt(t,{doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,maskAllText:o,maskTextClass:a,unmaskTextClass:c,maskTextSelector:l,unmaskTextSelector:u,skipChild:!1,inlineStylesheet:d,maskInputOptions:!0===m?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0}:!1===m?{}:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:!0===_||"all"===_?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:"all"===_,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:!1===_?{}:_,dataURLOptions:v,inlineImages:h,recordCanvas:p,preserveWhiteSpace:S,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:w,onStylesheetLoad:E,stylesheetLoadTimeout:x,keepIframeSrcFn:T,newlyAddedElement:!1})}(document,{mirror:xe,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:l,maskTextClass:u,unmaskTextClass:d,maskTextSelector:h,unmaskTextSelector:p,inlineStylesheet:m,maskAllInputs:F,maskAttributeFn:_,maskInputFn:v,maskTextFn:S,slimDOM:U,dataURLOptions:w,recordCanvas:x,inlineImages:M,onSerialize:t=>{Ot(t,xe)&&J.addIframe(t),Dt(t,xe)&&K.trackLinkElement(t),At(t)&&Q.addShadowRoot(t.shadowRoot,document)},onIframeLoad:(t,e)=>{J.attachIframe(t,e),Q.observeAttachShadow(t)},onStylesheetLoad:(t,e)=>{K.attachLinkElement(t,e)},keepIframeSrcFn:O});if(!e)return console.warn("Failed to snapshot the document");W(we({type:Ft.FullSnapshot,data:{node:e,initialOffset:Et(window)}}),t),ee.forEach((t=>t.unlock())),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&K.adoptStyleSheets(document.adoptedStyleSheets,xe.getId(document))};Ee=Z;try{const t=[],e=t=>te(he)({onMutation:N,mutationCb:q,mousemoveCb:(t,e)=>W(we({type:Ft.IncrementalSnapshot,data:{source:e,positions:t}})),mouseInteractionCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.MouseInteraction},t)})),scrollCb:X,viewportResizeCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.ViewportResize},t)})),inputCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Input},t)})),mediaInteractionCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.MediaInteraction},t)})),styleSheetRuleCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.StyleSheetRule},t)})),styleDeclarationCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.StyleDeclaration},t)})),canvasMutationCb:G,fontCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Font},t)})),selectionCb:t=>{W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Selection},t)}))},customElementCb:t=>{W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.CustomElement},t)}))},blockClass:s,ignoreClass:a,ignoreSelector:c,maskAllText:l,maskTextClass:u,unmaskTextClass:d,maskTextSelector:h,unmaskTextSelector:p,maskInputOptions:F,inlineStylesheet:m,sampling:b,recordCanvas:x,inlineImages:M,userTriggeredOnInput:C,collectFonts:R,doc:t,maskAttributeFn:_,maskInputFn:v,maskTextFn:S,keepIframeSrcFn:O,blockSelector:i,unblockSelector:o,slimDOMOptions:U,dataURLOptions:w,mirror:xe,iframeManager:J,stylesheetManager:K,shadowDomManager:Q,processedNodeManager:Y,canvasManager:V,ignoreCSSAttributes:D,plugins:[]},{});J.addLoadListener((n=>{try{t.push(e(n.contentDocument))}catch(r){console.warn(r)}}));const n=()=>{Z(),t.push(e(document))};return"interactive"===document.readyState||"complete"===document.readyState?n():(t.push(yt("DOMContentLoaded",(()=>{W(we({type:Ft.DomContentLoaded,data:{}})),"DOMContentLoaded"===I&&n()}))),t.push(yt("load",(()=>{W(we({type:Ft.Load,data:{}})),"load"===I&&n()}),window))),()=>{t.forEach((t=>t())),Y.destroy(),Ee=void 0,Zt()}}catch(et){console.warn(et)}}Te.mirror=xe,Te.takeFullSnapshot=function(t){if(!Ee)throw new Error("please take full snapshot after start recording");Ee(t)};const Ie=3;function Ce(t){return t>9999999999?t:1e3*t}function Re(t){return t>9999999999?t/1e3:t}function Me(t,e){"sentry.transaction"!==e.category&&(["ui.click","ui.input"].includes(e.category)?t.triggerUserActivity():t.checkAndHandleExpiredSession(),t.addUpdate((()=>(t.throttledAddEvent({type:Ft.Custom,timestamp:1e3*(e.timestamp||0),data:{tag:"breadcrumb",payload:(0,u.Fv)(e,10,1e3)}}),"console"===e.category))))}const Oe="button,a";function De(t){return t.closest(Oe)||t}function Ae(t){const e=Ne(t);return e&&e instanceof Element?De(e):e}function Ne(t){return function(t){return"object"===typeof t&&!!t&&"target"in t}(t)?t.target:t}let Le;function $e(t){return Le||(Le=[],(0,d.hl)(T,"open",(function(t){return function(...e){if(Le)try{Le.forEach((t=>t()))}catch(n){}return t.apply(T,e)}}))),Le.push(t),()=>{const e=Le?Le.indexOf(t):-1;e>-1&&Le.splice(e,1)}}class Pe{constructor(t,e,n=Me){this._lastMutation=0,this._lastScroll=0,this._clicks=[],this._timeout=e.timeout/1e3,this._threshold=e.threshold/1e3,this._scollTimeout=e.scrollTimeout/1e3,this._replay=t,this._ignoreSelector=e.ignoreSelector,this._addBreadcrumbEvent=n}addListeners(){const t=$e((()=>{this._lastMutation=je()}));this._teardown=()=>{t(),this._clicks=[],this._lastMutation=0,this._lastScroll=0}}removeListeners(){this._teardown&&this._teardown(),this._checkClickTimeout&&clearTimeout(this._checkClickTimeout)}handleClick(t,e){if(function(t,e){if(!Fe.includes(t.tagName))return!0;if("INPUT"===t.tagName&&!["submit","button"].includes(t.getAttribute("type")||""))return!0;if("A"===t.tagName&&(t.hasAttribute("download")||t.hasAttribute("target")&&"_self"!==t.getAttribute("target")))return!0;if(e&&t.matches(e))return!0;return!1}(e,this._ignoreSelector)||!function(t){return!(!t.data||"number"!==typeof t.data.nodeId||!t.timestamp)}(t))return;const n={timestamp:Re(t.timestamp),clickBreadcrumb:t,clickCount:0,node:e};this._clicks.some((t=>t.node===n.node&&Math.abs(t.timestamp-n.timestamp)<1))||(this._clicks.push(n),1===this._clicks.length&&this._scheduleCheckClicks())}registerMutation(t=Date.now()){this._lastMutation=Re(t)}registerScroll(t=Date.now()){this._lastScroll=Re(t)}registerClick(t){const e=De(t);this._handleMultiClick(e)}_handleMultiClick(t){this._getClicks(t).forEach((t=>{t.clickCount++}))}_getClicks(t){return this._clicks.filter((e=>e.node===t))}_checkClicks(){const t=[],e=je();this._clicks.forEach((n=>{!n.mutationAfter&&this._lastMutation&&(n.mutationAfter=n.timestamp<=this._lastMutation?this._lastMutation-n.timestamp:void 0),!n.scrollAfter&&this._lastScroll&&(n.scrollAfter=n.timestamp<=this._lastScroll?this._lastScroll-n.timestamp:void 0),n.timestamp+this._timeout<=e&&t.push(n)}));for(const n of t){const t=this._clicks.indexOf(n);t>-1&&(this._generateBreadcrumbs(n),this._clicks.splice(t,1))}this._clicks.length&&this._scheduleCheckClicks()}_generateBreadcrumbs(t){const e=this._replay,n=t.scrollAfter&&t.scrollAfter<=this._scollTimeout,r=t.mutationAfter&&t.mutationAfter<=this._threshold,s=!n&&!r,{clickCount:i,clickBreadcrumb:o}=t;if(s){const n=1e3*Math.min(t.mutationAfter||this._timeout,this._timeout),r=n<1e3*this._timeout?"mutation":"timeout",s={type:"default",message:o.message,timestamp:o.timestamp,category:"ui.slowClickDetected",data:{...o.data,url:T.location.href,route:e.getCurrentRoute(),timeAfterClickMs:n,endReason:r,clickCount:i||1}};this._addBreadcrumbEvent(e,s)}else if(i>1){const t={type:"default",message:o.message,timestamp:o.timestamp,category:"ui.multiClick",data:{...o.data,url:T.location.href,route:e.getCurrentRoute(),clickCount:i,metric:!0}};this._addBreadcrumbEvent(e,t)}}_scheduleCheckClicks(){this._checkClickTimeout&&clearTimeout(this._checkClickTimeout),this._checkClickTimeout=setTimeout((()=>this._checkClicks()),1e3)}}const Fe=["A","BUTTON","INPUT"];function je(){return Date.now()/1e3}function Ue(t,e){try{if(!function(t){return t.type===Ie}(e))return;const{source:n}=e.data;if(n===jt.Mutation&&t.registerMutation(e.timestamp),n===jt.Scroll&&t.registerScroll(e.timestamp),function(t){return t.data.source===jt.MouseInteraction}(e)){const{type:n,id:r}=e.data,s=Te.mirror.getNode(r);s instanceof HTMLElement&&n===Ut.Click&&t.registerClick(s)}}catch(n){}}function Be(t){return{timestamp:Date.now()/1e3,type:"default",...t}}var He;!function(t){t[t.Document=0]="Document",t[t.DocumentType=1]="DocumentType",t[t.Element=2]="Element",t[t.Text=3]="Text",t[t.CDATA=4]="CDATA",t[t.Comment=5]="Comment"}(He||(He={}));const ze=new Set(["id","class","aria-label","role","name","alt","title","data-test-id","data-testid","disabled","aria-disabled"]);function We(t){const e={};for(const n in t)if(ze.has(n)){let r=n;"data-testid"!==n&&"data-test-id"!==n||(r="testId"),e[r]=t[n]}return e}const qe=t=>e=>{if(!t.isEnabled())return;const n=function(t){const{target:e,message:n}=function(t){const e="click"===t.name;let n,r=null;try{r=e?Ae(t.event):Ne(t.event),n=(0,h.Rt)(r,{maxStringLength:200})||""}catch(s){n=""}return{target:r,message:n}}(t);return Be({category:`ui.${t.name}`,...Xe(e,n)})}(e);if(!n)return;const r="click"===e.name,s=r?e.event:void 0;!(r&&t.clickDetector&&s&&s.target)||s.altKey||s.metaKey||s.ctrlKey||s.shiftKey||function(t,e,n){t.handleClick(e,n)}(t.clickDetector,n,Ae(e.event)),Me(t,n)};function Xe(t,e){const n=Te.mirror.getId(t),r=n&&Te.mirror.getNode(n),s=r&&Te.mirror.getMeta(r),i=s&&function(t){return t.type===He.Element}(s)?s:null;return{message:e,data:i?{nodeId:n,node:{id:n,tagName:i.tagName,textContent:Array.from(i.childNodes).map((t=>t.type===He.Text&&t.textContent)).filter(Boolean).map((t=>t.trim())).join(""),attributes:We(i.attributes)}}:{}}}function Ge(t,e){if(!t.isEnabled())return;t.updateUserActivity();const n=function(t){const{metaKey:e,shiftKey:n,ctrlKey:r,altKey:s,key:i,target:o}=t;if(!o||function(t){return"INPUT"===t.tagName||"TEXTAREA"===t.tagName||t.isContentEditable}(o)||!i)return null;const a=e||r||s,c=1===i.length;if(!a&&c)return null;const l=(0,h.Rt)(o,{maxStringLength:200})||"",u=Xe(o,l);return Be({category:"ui.keyDown",message:l,data:{...u.data,metaKey:e,shiftKey:n,ctrlKey:r,altKey:s,key:i}})}(e);n&&Me(t,n)}const Ke={resource:function(t){const{entryType:e,initiatorType:n,name:r,responseEnd:s,startTime:i,decodedBodySize:o,encodedBodySize:a,responseStatus:c,transferSize:l}=t;if(["fetch","xmlhttprequest"].includes(n))return null;return{type:`${e}.${n}`,start:Ye(i),end:Ye(s),name:r,data:{size:l,statusCode:c,decodedBodySize:o,encodedBodySize:a}}},paint:function(t){const{duration:e,entryType:n,name:r,startTime:s}=t,i=Ye(s);return{type:n,name:r,start:i,end:i+e,data:void 0}},navigation:function(t){const{entryType:e,name:n,decodedBodySize:r,duration:s,domComplete:i,encodedBodySize:o,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,domInteractive:l,loadEventStart:u,loadEventEnd:d,redirectCount:h,startTime:p,transferSize:m,type:f}=t;if(0===s)return null;return{type:`${e}.${f}`,start:Ye(p),end:Ye(i),name:n,data:{size:m,decodedBodySize:r,encodedBodySize:o,duration:s,domInteractive:l,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,loadEventStart:u,loadEventEnd:d,domComplete:i,redirectCount:h}}}};function Je(t){return Ke[t.entryType]?Ke[t.entryType](t):null}function Ye(t){return((p.Z1||T.performance.timeOrigin)+t)/1e3}function Ve(t){function e(e){t.performanceEntries.includes(e)||t.performanceEntries.push(e)}function n({entries:t}){t.forEach(e)}const r=[];return["navigation","paint","resource"].forEach((t=>{r.push((0,x._j)(t,n))})),r.push((0,x.$A)((({metric:e})=>{t.replayPerformanceEntries.push(function(t){const e=t.entries,n=e[e.length-1],r=n?n.element:void 0,s=t.value,i=Ye(s);return{type:"largest-contentful-paint",name:"largest-contentful-paint",start:i,end:i,data:{value:s,size:s,nodeId:r?Te.mirror.getId(r):void 0}}}(e))}))),()=>{r.forEach((t=>t()))}}const Qe="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,Ze='var t=Uint8Array,n=Uint16Array,r=Int32Array,e=new t([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),i=new t([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),a=new t([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),s=function(t,e){for(var i=new n(31),a=0;a<31;++a)i[a]=e+=1<>1|(21845&c)<<1;v=(61680&(v=(52428&v)>>2|(13107&v)<<2))>>4|(3855&v)<<4,u[c]=((65280&v)>>8|(255&v)<<8)>>1}var d=function(t,r,e){for(var i=t.length,a=0,s=new n(r);a>h]=l}else for(o=new n(i),a=0;a>15-t[a]);return o},g=new t(288);for(c=0;c<144;++c)g[c]=8;for(c=144;c<256;++c)g[c]=9;for(c=256;c<280;++c)g[c]=7;for(c=280;c<288;++c)g[c]=8;var w=new t(32);for(c=0;c<32;++c)w[c]=5;var p=d(g,9,0),y=d(w,5,0),m=function(t){return(t+7)/8|0},b=function(n,r,e){return(null==r||r<0)&&(r=0),(null==e||e>n.length)&&(e=n.length),new t(n.subarray(r,e))},M=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],E=function(t,n,r){var e=new Error(n||M[t]);if(e.code=t,Error.captureStackTrace&&Error.captureStackTrace(e,E),!r)throw e;return e},z=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8},A=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8,t[e+2]|=r>>16},_=function(r,e){for(var i=[],a=0;ad&&(d=o[a].s);var g=new n(d+1),w=x(i[c-1],g,0);if(w>e){a=0;var p=0,y=w-e,m=1<e))break;p+=m-(1<>=y;p>0;){var M=o[a].s;g[M]=0&&p;--a){var E=o[a].s;g[E]==e&&(--g[E],++p)}w=e}return{t:new t(g),l:w}},x=function(t,n,r){return-1==t.s?Math.max(x(t.l,n,r+1),x(t.r,n,r+1)):n[t.s]=r},D=function(t){for(var r=t.length;r&&!t[--r];);for(var e=new n(++r),i=0,a=t[0],s=1,o=function(t){e[i++]=t},f=1;f<=r;++f)if(t[f]==a&&f!=r)++s;else{if(!a&&s>2){for(;s>138;s-=138)o(32754);s>2&&(o(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(o(a),--s;s>6;s-=6)o(8304);s>2&&(o(s-3<<5|8208),s=0)}for(;s--;)o(a);s=1,a=t[f]}return{c:e.subarray(0,i),n:r}},T=function(t,n){for(var r=0,e=0;e>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var a=0;a4&&!H[a[K-1]];--K);var N,P,Q,R,V=v+5<<3,W=T(f,g)+T(h,w)+l,X=T(f,M)+T(h,C)+l+14+3*K+T(q,H)+2*q[16]+3*q[17]+7*q[18];if(c>=0&&V<=W&&V<=X)return k(r,m,t.subarray(c,c+v));if(z(r,m,1+(X15&&(z(r,m,tt[B]>>5&127),m+=tt[B]>>12)}}}else N=p,P=g,Q=y,R=w;for(B=0;B255){A(r,m,N[(nt=rt>>18&31)+257]),m+=P[nt+257],nt>7&&(z(r,m,rt>>23&31),m+=e[nt]);var et=31&rt;A(r,m,Q[et]),m+=R[et],et>3&&(A(r,m,rt>>5&8191),m+=i[et])}else A(r,m,N[rt]),m+=P[rt]}return A(r,m,N[256]),m+P[256]},U=new r([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),F=new t(0),I=function(){for(var t=new Int32Array(256),n=0;n<256;++n){for(var r=n,e=9;--e;)r=(1&r&&-306674912)^r>>>1;t[n]=r}return t}(),S=function(){var t=1,n=0;return{p:function(r){for(var e=t,i=n,a=0|r.length,s=0;s!=a;){for(var o=Math.min(s+2655,a);s>16),i=(65535&i)+15*(i>>16)}t=e,n=i},d:function(){return(255&(t%=65521))<<24|(65280&t)<<8|(255&(n%=65521))<<8|n>>8}}},L=function(a,s,o,f,u){if(!u&&(u={l:1},s.dictionary)){var c=s.dictionary.subarray(-32768),v=new t(c.length+a.length);v.set(c),v.set(a,c.length),a=v,u.w=c.length}return function(a,s,o,f,u,c){var v=c.z||a.length,d=new t(f+v+5*(1+Math.ceil(v/7e3))+u),g=d.subarray(f,d.length-u),w=c.l,p=7&(c.r||0);if(s){p&&(g[0]=c.r>>3);for(var y=U[s-1],M=y>>13,E=8191&y,z=(1<7e3||q>24576)&&(N>423||!w)){p=C(a,g,0,F,I,S,O,q,G,j-G,p),q=L=O=0,G=j;for(var P=0;P<286;++P)I[P]=0;for(P=0;P<30;++P)S[P]=0}var Q=2,R=0,V=E,W=J-K&32767;if(N>2&&H==T(j-W))for(var X=Math.min(M,N)-1,Y=Math.min(32767,j),Z=Math.min(258,N);W<=Y&&--V&&J!=K;){if(a[j+Q]==a[j+Q-W]){for(var $=0;$Q){if(Q=$,R=W,$>X)break;var tt=Math.min(W,$-2),nt=0;for(P=0;Pnt&&(nt=et,K=rt)}}}W+=(J=K)-(K=A[J])&32767}if(R){F[q++]=268435456|h[Q]<<18|l[R];var it=31&h[Q],at=31&l[R];O+=e[it]+i[at],++I[257+it],++S[at],B=j+Q,++L}else F[q++]=a[j],++I[a[j]]}}for(j=Math.max(j,B);j=v&&(g[p/8|0]=w,st=v),p=k(g,p+1,a.subarray(j,st))}c.i=v}return b(d,0,f+m(p)+u)}(a,null==s.level?6:s.level,null==s.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(a.length)))):12+s.mem,o,f,u)},O=function(t,n,r){for(;r;++n)t[n]=r,r>>>=8},j=function(){function n(n,r){if("function"==typeof n&&(r=n,n={}),this.ondata=r,this.o=n||{},this.s={l:0,i:32768,w:32768,z:32768},this.b=new t(98304),this.o.dictionary){var e=this.o.dictionary.subarray(-32768);this.b.set(e,32768-e.length),this.s.i=32768-e.length}}return n.prototype.p=function(t,n){this.ondata(L(t,this.o,0,0,this.s),n)},n.prototype.push=function(n,r){this.ondata||E(5),this.s.l&&E(4);var e=n.length+this.s.z;if(e>this.b.length){if(e>2*this.b.length-32768){var i=new t(-32768&e);i.set(this.b.subarray(0,this.s.z)),this.b=i}var a=this.b.length-this.s.z;a&&(this.b.set(n.subarray(0,a),this.s.z),this.s.z=this.b.length,this.p(this.b,!1)),this.b.set(this.b.subarray(-32768)),this.b.set(n.subarray(a),32768),this.s.z=n.length-a+32768,this.s.i=32766,this.s.w=32768}else this.b.set(n,this.s.z),this.s.z+=n.length;this.s.l=1&r,(this.s.z>this.s.w+8191||r)&&(this.p(this.b,r||!1),this.s.w=this.s.i,this.s.i-=2)},n}();function q(t,n){n||(n={});var r=function(){var t=-1;return{p:function(n){for(var r=t,e=0;e>>8;t=r},d:function(){return~t}}}(),e=t.length;r.p(t);var i,a=L(t,n,10+((i=n).filename?i.filename.length+1:0),8),s=a.length;return function(t,n){var r=n.filename;if(t[0]=31,t[1]=139,t[2]=8,t[8]=n.level<2?4:9==n.level?2:0,t[9]=3,0!=n.mtime&&O(t,4,Math.floor(new Date(n.mtime||Date.now())/1e3)),r){t[3]=8;for(var e=0;e<=r.length;++e)t[e+10]=r.charCodeAt(e)}}(a,n),O(a,s-8,r.d()),O(a,s-4,e),a}var B=function(){function t(t,n){this.c=S(),this.v=1,j.call(this,t,n)}return t.prototype.push=function(t,n){this.c.p(t),j.prototype.push.call(this,t,n)},t.prototype.p=function(t,n){var r=L(t,this.o,this.v&&(this.o.dictionary?6:2),n&&4,this.s);this.v&&(function(t,n){var r=n.level,e=0==r?0:r<6?1:9==r?3:2;if(t[0]=120,t[1]=e<<6|(n.dictionary&&32),t[1]|=31-(t[0]<<8|t[1])%31,n.dictionary){var i=S();i.p(n.dictionary),O(t,2,i.d())}}(r,this.o),this.v=0),n&&O(r,r.length-4,this.c.d()),this.ondata(r,n)},t}(),G="undefined"!=typeof TextEncoder&&new TextEncoder,H="undefined"!=typeof TextDecoder&&new TextDecoder;try{H.decode(F,{stream:!0})}catch(t){}var J=function(){function t(t){this.ondata=t}return t.prototype.push=function(t,n){this.ondata||E(5),this.d&&E(4),this.ondata(K(t),this.d=n||!1)},t}();function K(n,r){if(r){for(var e=new t(n.length),i=0;i>1)),o=0,f=function(t){s[o++]=t};for(i=0;is.length){var h=new t(o+8+(a-i<<1));h.set(s),s=h}var l=n.charCodeAt(i);l<128||r?f(l):l<2048?(f(192|l>>6),f(128|63&l)):l>55295&&l<57344?(f(240|(l=65536+(1047552&l)|1023&n.charCodeAt(++i))>>18),f(128|l>>12&63),f(128|l>>6&63),f(128|63&l)):(f(224|l>>12),f(128|l>>6&63),f(128|63&l))}return b(s,0,o)}const N=new class{constructor(){this._init()}clear(){this._init()}addEvent(t){if(!t)throw new Error("Adding invalid event");const n=this._hasEvents?",":"";this.stream.push(n+t),this._hasEvents=!0}finish(){this.stream.push("]",!0);const t=function(t){let n=0;for(let r=0,e=t.length;r{this._deflatedData.push(t)},this.stream=new J(((t,n)=>{this.deflate.push(t,n)})),this.stream.push("[")}},P={clear:()=>{N.clear()},addEvent:t=>N.addEvent(t),finish:()=>N.finish(),compress:t=>function(t){return q(K(t))}(t)};addEventListener("message",(function(t){const n=t.data.method,r=t.data.id,e=t.data.arg;if(n in P&&"function"==typeof P[n])try{const t=P[n](e);postMessage({id:r,method:n,success:!0,response:t})}catch(t){postMessage({id:r,method:n,success:!1,response:t.message}),console.error(t)}})),postMessage({id:void 0,method:"init",success:!0,response:void 0});';function tn(t,e){Qe&&(m.kg.info(t),e&&nn(t))}function en(t,e){Qe&&(m.kg.info(t),e&&setTimeout((()=>{nn(t)}),0))}function nn(t){(0,r.Gd)().addBreadcrumb({category:"console",data:{logger:"replay"},level:"info",message:t},{level:"info"})}class rn extends Error{constructor(){super("Event buffer exceeded maximum size of 20000000.")}}class sn{constructor(){this.events=[],this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return this.events.length>0}get type(){return"sync"}destroy(){this.events=[]}async addEvent(t){const e=JSON.stringify(t).length;if(this._totalSize+=e,this._totalSize>D)throw new rn;this.events.push(t)}finish(){return new Promise((t=>{const e=this.events;this.clear(),t(JSON.stringify(e))}))}clear(){this.events=[],this._totalSize=0,this.hasCheckout=!1}getEarliestTimestamp(){const t=this.events.map((t=>t.timestamp)).sort()[0];return t?Ce(t):null}}class on{constructor(t){this._worker=t,this._id=0}ensureReady(){return this._ensureReadyPromise||(this._ensureReadyPromise=new Promise(((t,e)=>{this._worker.addEventListener("message",(({data:n})=>{n.success?t():e()}),{once:!0}),this._worker.addEventListener("error",(t=>{e(t)}),{once:!0})}))),this._ensureReadyPromise}destroy(){tn("[Replay] Destroying compression worker"),this._worker.terminate()}postMessage(t,e){const n=this._getAndIncrementId();return new Promise(((r,s)=>{const i=({data:e})=>{const o=e;if(o.method===t&&o.id===n){if(this._worker.removeEventListener("message",i),!o.success)return Qe&&m.kg.error("[Replay]",o.response),void s(new Error("Error in compression worker"));r(o.response)}};this._worker.addEventListener("message",i),this._worker.postMessage({id:n,method:t,arg:e})}))}_getAndIncrementId(){return this._id++}}class an{constructor(t){this._worker=new on(t),this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return!!this._earliestTimestamp}get type(){return"worker"}ensureReady(){return this._worker.ensureReady()}destroy(){this._worker.destroy()}addEvent(t){const e=Ce(t.timestamp);(!this._earliestTimestamp||eD?Promise.reject(new rn):this._sendEventToWorker(n)}finish(){return this._finishRequest()}clear(){this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this._worker.postMessage("clear")}getEarliestTimestamp(){return this._earliestTimestamp}_sendEventToWorker(t){return this._worker.postMessage("addEvent",t)}async _finishRequest(){const t=await this._worker.postMessage("finish");return this._earliestTimestamp=null,this._totalSize=0,t}}class cn{constructor(t){this._fallback=new sn,this._compression=new an(t),this._used=this._fallback,this._ensureWorkerIsLoadedPromise=this._ensureWorkerIsLoaded()}get type(){return this._used.type}get hasEvents(){return this._used.hasEvents}get hasCheckout(){return this._used.hasCheckout}set hasCheckout(t){this._used.hasCheckout=t}destroy(){this._fallback.destroy(),this._compression.destroy()}clear(){return this._used.clear()}getEarliestTimestamp(){return this._used.getEarliestTimestamp()}addEvent(t){return this._used.addEvent(t)}async finish(){return await this.ensureWorkerIsLoaded(),this._used.finish()}ensureWorkerIsLoaded(){return this._ensureWorkerIsLoadedPromise}async _ensureWorkerIsLoaded(){try{await this._compression.ensureReady()}catch(t){return void tn("[Replay] Failed to load the compression worker, falling back to simple buffer")}await this._switchToCompressionWorker()}async _switchToCompressionWorker(){const{events:t,hasCheckout:e}=this._fallback,n=[];for(const s of t)n.push(this._compression.addEvent(s));this._compression.hasCheckout=e,this._used=this._compression;try{await Promise.all(n)}catch(r){Qe&&m.kg.warn("[Replay] Failed to add events when switching buffers.",r)}}}function ln({useCompression:t,workerUrl:e}){if(t&&window.Worker){const t=function(t){try{const e=t||function(){if("undefined"===typeof __SENTRY_EXCLUDE_REPLAY_WORKER__||!__SENTRY_EXCLUDE_REPLAY_WORKER__)return function(){const t=new Blob([Ze]);return URL.createObjectURL(t)}();return""}();if(!e)return;tn("[Replay] Using compression worker"+(t?` from ${t}`:""));const n=new Worker(e);return new cn(n)}catch(e){tn("[Replay] Failed to create compression worker")}}(e);if(t)return t}return tn("[Replay] Using simple buffer"),new sn}function un(){try{return"sessionStorage"in T&&!!T.sessionStorage}catch(t){return!1}}function dn(t){!function(){if(!un())return;try{T.sessionStorage.removeItem(I)}catch(t){}}(),t.session=void 0}function hn(t){return void 0!==t&&Math.random()t.getContext().initialTimestamp+t.getOptions().maxReplayDuration)||(tn(`[Replay] Skipping event with timestamp ${n} because it is after maxReplayDuration`,t.getOptions()._experiments.traceInternals),!1))}function wn(t){return!t.type}function En(t){return"transaction"===t.type}function xn(t){return"feedback"===t.type}function Tn(t){const e=function(){const t=(0,s.s3)();if(!t)return!1;const e=t.getTransport();if(!e)return!1;return e.send.__sentry__baseTransport__||!1}();return(n,r)=>{if(!t.isEnabled()||!wn(n)&&!En(n))return;const s=r&&r.statusCode;e&&(!s||s<200||s>=300)||(En(n)?function(t,e){const n=t.getContext();e.contexts&&e.contexts.trace&&e.contexts.trace.trace_id&&n.traceIds.size<100&&n.traceIds.add(e.contexts.trace.trace_id)}(t,n):function(t,e){const n=t.getContext();e.event_id&&n.errorIds.size<100&&n.errorIds.add(e.event_id);if("buffer"!==t.recordingMode||!e.tags||!e.tags.replayId)return;const{beforeErrorSampling:r}=t.getOptions();if("function"===typeof r&&!r(e))return;setTimeout((()=>{t.sendBufferedReplayOrFlush()}))}(t,n))}}function In(t,e=!1){const n=e?Tn(t):void 0;return Object.assign(((e,r)=>{if(!t.isEnabled())return e;if(function(t){return"replay_event"===t.type}(e))return delete e.breadcrumbs,e;if(!wn(e)&&!En(e)&&!xn(e))return e;if(!t.checkAndHandleExpiredSession())return e;if(xn(e))return t.flush(),e.contexts.feedback.replay_id=t.getSessionId(),function(t,e){t.triggerUserActivity(),t.addUpdate((()=>!e.timestamp||(t.throttledAddEvent({type:Ft.Custom,timestamp:1e3*e.timestamp,data:{timestamp:e.timestamp,tag:"breadcrumb",payload:{category:"sentry.feedback",data:{feedbackId:e.event_id}}}}),!1)))}(t,e),e;if(function(t,e){return!(t.type||!t.exception||!t.exception.values||!t.exception.values.length)&&!(!e.originalException||!e.originalException.__rrweb__)}(e,r)&&!t.getOptions()._experiments.captureExceptions)return Qe&&m.kg.log("[Replay] Ignoring error from rrweb internals",e),null;const s=function(t,e){return"buffer"===t.recordingMode&&e.message!==R&&!(!e.exception||e.type)&&hn(t.getOptions().errorSampleRate)}(t,e);return(s||"session"===t.recordingMode)&&(e.tags={...e.tags,replayId:t.getSessionId()}),n&&n(e,{statusCode:200}),e}),{id:"Replay"})}function Cn(t,e){return e.map((({type:e,start:n,end:r,name:s,data:i})=>{const o=t.throttledAddEvent({type:Ft.Custom,timestamp:n,data:{tag:"performanceSpan",payload:{op:e,description:s,startTimestamp:n,endTimestamp:r,data:i}}});return"string"===typeof o?Promise.resolve(null):o}))}function Rn(t){return e=>{if(!t.isEnabled())return;const n=function(t){const{from:e,to:n}=t,r=Date.now()/1e3;return{type:"navigation.push",start:r,end:r,name:n,data:{previous:e}}}(e);null!==n&&(t.getContext().urls.push(n.name),t.triggerUserActivity(),t.addUpdate((()=>(Cn(t,[n]),!1))))}}function Mn(t,e){t.isEnabled()&&null!==e&&(function(t,e){return(!Qe||!t.getOptions()._experiments.traceInternals)&&i(e,(0,r.Gd)())}(t,e.name)||t.addUpdate((()=>(Cn(t,[e]),!0))))}function On(t){return e=>{if(!t.isEnabled())return;const n=function(t){const{startTimestamp:e,endTimestamp:n,xhr:r}=t,s=r[g.xU];if(!e||!n||!s)return null;const{method:i,url:o,status_code:a}=s;return void 0===o?null:{type:"resource.xhr",name:o,start:e/1e3,end:n/1e3,data:{method:i,statusCode:a}}}(e);Mn(t,n)}}function Dn(t,e){if(t)try{if("string"===typeof t)return e.encode(t).length;if(t instanceof URLSearchParams)return e.encode(t.toString()).length;if(t instanceof FormData){const n=Un(t);return e.encode(n).length}if(t instanceof Blob)return t.size;if(t instanceof ArrayBuffer)return t.byteLength}catch(n){}}function An(t){if(!t)return;const e=parseInt(t,10);return isNaN(e)?void 0:e}function Nn(t){try{if("string"===typeof t)return[t];if(t instanceof URLSearchParams)return[t.toString()];if(t instanceof FormData)return[Un(t)];if(!t)return[void 0]}catch(e){return Qe&&m.kg.warn("[Replay] Failed to serialize body",t),[void 0,"BODY_PARSE_ERROR"]}return Qe&&m.kg.info("[Replay] Skipping network body because of body type",t),[void 0,"UNPARSEABLE_BODY_TYPE"]}function Ln(t,e){if(!t)return{headers:{},size:void 0,_meta:{warnings:[e]}};const n={...t._meta},r=n.warnings||[];return n.warnings=[...r,e],t._meta=n,t}function $n(t,e){if(!e)return null;const{startTimestamp:n,endTimestamp:r,url:s,method:i,statusCode:o,request:a,response:c}=e;return{type:t,start:n/1e3,end:r/1e3,name:s,data:(0,d.Jr)({method:i,statusCode:o,request:a,response:c})}}function Pn(t){return{headers:{},size:t,_meta:{warnings:["URL_SKIPPED"]}}}function Fn(t,e,n){if(!e&&0===Object.keys(t).length)return;if(!e)return{headers:t};if(!n)return{headers:t,size:e};const r={headers:t,size:e},{body:s,warnings:i}=function(t){if(!t||"string"!==typeof t)return{body:t};const e=t.length>M,n=function(t){const e=t[0],n=t[t.length-1];return"["===e&&"]"===n||"{"===e&&"}"===n}(t);if(e){const e=t.slice(0,M);return n?{body:e,warnings:["MAYBE_JSON_TRUNCATED"]}:{body:`${e}\u2026`,warnings:["TEXT_TRUNCATED"]}}if(n)try{return{body:JSON.parse(t)}}catch(r){}return{body:t}}(n);return r.body=s,i&&i.length>0&&(r._meta={warnings:i}),r}function jn(t,e){return Object.keys(t).reduce(((n,r)=>{const s=r.toLowerCase();return e.includes(s)&&t[r]&&(n[s]=t[r]),n}),{})}function Un(t){return new URLSearchParams(t).toString()}function Bn(t,e){const n=function(t,e=T.document.baseURI){if(t.startsWith("http://")||t.startsWith("https://")||t.startsWith(T.location.origin))return t;const n=new URL(t,e);if(n.origin!==new URL(e).origin)return t;const r=n.href;if(!t.endsWith("/")&&r.endsWith("/"))return r.slice(0,-1);return r}(t);return(0,y.U0)(n,e)}async function Hn(t,e,n){try{const r=await async function(t,e,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:i=r}=e,{url:o,method:a,status_code:c=0,request_body_size:l,response_body_size:u}=t.data,d=Bn(o,n.networkDetailAllowUrls)&&!Bn(o,n.networkDetailDenyUrls),h=d?function({networkCaptureBodies:t,networkRequestHeaders:e},n,r){const s=n?function(t,e){if(1===t.length&&"string"!==typeof t[0])return qn(t[0],e);if(2===t.length)return qn(t[1],e);return{}}(n,e):{};if(!t)return Fn(s,r,void 0);const i=zn(n),[o,a]=Nn(i),c=Fn(s,r,o);if(a)return Ln(c,a);return c}(n,e.input,l):Pn(l),p=await async function(t,{networkCaptureBodies:e,textEncoder:n,networkResponseHeaders:r},s,i){if(!t&&void 0!==i)return Pn(i);const o=s?Wn(s.headers,r):{};if(!s||!e&&void 0!==i)return Fn(o,i,void 0);const[a,c]=await async function(t){const e=function(t){try{return t.clone()}catch(e){Qe&&m.kg.warn("[Replay] Failed to clone response body",e)}}(t);if(!e)return[void 0,"BODY_PARSE_ERROR"];try{const t=await function(t){return new Promise(((e,n)=>{const r=setTimeout((()=>n(new Error("Timeout while trying to read response body"))),500);(async function(t){return await t.text()})(t).then((t=>e(t)),(t=>n(t))).finally((()=>clearTimeout(r)))}))}(e);return[t]}catch(n){return Qe&&m.kg.warn("[Replay] Failed to get text body from response",n),[void 0,"BODY_PARSE_ERROR"]}}(s),l=function(t,{networkCaptureBodies:e,textEncoder:n,responseBodySize:r,captureDetails:s,headers:i}){try{const o=t&&t.length&&void 0===r?Dn(t,n):r;return s?Fn(i,o,e?t:void 0):Pn(o)}catch(o){return Qe&&m.kg.warn("[Replay] Failed to serialize response body",o),Fn(i,r,void 0)}}(a,{networkCaptureBodies:e,textEncoder:n,responseBodySize:i,captureDetails:t,headers:o});if(c)return Ln(l,c);return l}(d,n,e.response,u);return{startTimestamp:s,endTimestamp:i,url:o,method:a,statusCode:c,request:h,response:p}}(t,e,n),s=$n("resource.fetch",r);Mn(n.replay,s)}catch(r){Qe&&m.kg.error("[Replay] Failed to capture fetch breadcrumb",r)}}function zn(t=[]){if(2===t.length&&"object"===typeof t[1])return t[1].body}function Wn(t,e){const n={};return e.forEach((e=>{t.get(e)&&(n[e]=t.get(e))})),n}function qn(t,e){if(!t)return{};const n=t.headers;return n?n instanceof Headers?Wn(n,e):Array.isArray(n)?{}:jn(n,e):{}}async function Xn(t,e,n){try{const r=function(t,e,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:i=r,input:o,xhr:a}=e,{url:c,method:l,status_code:u=0,request_body_size:d,response_body_size:h}=t.data;if(!c)return null;if(!a||!Bn(c,n.networkDetailAllowUrls)||Bn(c,n.networkDetailDenyUrls)){return{startTimestamp:s,endTimestamp:i,url:c,method:l,statusCode:u,request:Pn(d),response:Pn(h)}}const p=a[g.xU],f=p?jn(p.request_headers,n.networkRequestHeaders):{},y=jn(function(t){const e=t.getAllResponseHeaders();if(!e)return{};return e.split("\r\n").reduce(((t,e)=>{const[n,r]=e.split(": ");return t[n.toLowerCase()]=r,t}),{})}(a),n.networkResponseHeaders),[_,v]=n.networkCaptureBodies?Nn(o):[void 0],[S,k]=n.networkCaptureBodies?function(t){const e=[];try{return[t.responseText]}catch(n){e.push(n)}try{return function(t,e){try{if("string"===typeof t)return[t];if(t instanceof Document)return[t.body.outerHTML];if("json"===e&&t&&"object"===typeof t)return[JSON.stringify(t)];if(!t)return[void 0]}catch(n){return Qe&&m.kg.warn("[Replay] Failed to serialize body",t),[void 0,"BODY_PARSE_ERROR"]}return Qe&&m.kg.info("[Replay] Skipping network body because of body type",t),[void 0,"UNPARSEABLE_BODY_TYPE"]}(t.response,t.responseType)}catch(n){e.push(n)}return Qe&&m.kg.warn("[Replay] Failed to get xhr response body",...e),[void 0]}(a):[void 0],b=Fn(f,d,_),w=Fn(y,h,S);return{startTimestamp:s,endTimestamp:i,url:c,method:l,statusCode:u,request:v?Ln(b,v):b,response:k?Ln(w,k):w}}(t,e,n),s=$n("resource.xhr",r);Mn(n.replay,s)}catch(r){Qe&&m.kg.error("[Replay] Failed to capture xhr breadcrumb",r)}}function Gn(t,e,n){const{xhr:r,input:s}=e;if(!r)return;const i=Dn(s,n.textEncoder),o=r.getResponseHeader("content-length")?An(r.getResponseHeader("content-length")):function(t,e,n){try{return Dn("json"===e&&t&&"object"===typeof t?JSON.stringify(t):t,n)}catch(r){return}}(r.response,r.responseType,n.textEncoder);void 0!==i&&(t.data.request_body_size=i),void 0!==o&&(t.data.response_body_size=o)}function Kn(t){const e=(0,s.s3)();try{const n=new TextEncoder,{networkDetailAllowUrls:r,networkDetailDenyUrls:s,networkCaptureBodies:i,networkRequestHeaders:o,networkResponseHeaders:a}=t.getOptions(),c={replay:t,textEncoder:n,networkDetailAllowUrls:r,networkDetailDenyUrls:s,networkCaptureBodies:i,networkRequestHeaders:o,networkResponseHeaders:a};e&&e.on?e.on("beforeAddBreadcrumb",((t,e)=>function(t,e,n){if(!e.data)return;try{(function(t){return"xhr"===t.category})(e)&&function(t){return t&&t.xhr}(n)&&(Gn(e,n,t),Xn(e,n,t)),function(t){return"fetch"===t.category}(e)&&function(t){return t&&t.response}(n)&&(!function(t,e,n){const{input:r,response:s}=e,i=Dn(r?zn(r):void 0,n.textEncoder),o=s?An(s.headers.get("content-length")):void 0;void 0!==i&&(t.data.request_body_size=i),void 0!==o&&(t.data.response_body_size=o)}(e,n,t),Hn(e,n,t))}catch(r){Qe&&m.kg.warn("Error when enriching network breadcrumb")}}(c,t,e))):((0,_.U)(function(t){return e=>{if(!t.isEnabled())return;const n=function(t){const{startTimestamp:e,endTimestamp:n,fetchData:r,response:s}=t;if(!n)return null;const{method:i,url:o}=r;return{type:"resource.fetch",start:e/1e3,end:n/1e3,name:o,data:{method:i,statusCode:s?s.status:void 0}}}(e);Mn(t,n)}}(t)),(0,g.UK)(On(t)))}catch(n){}}let Jn=null;const Yn=t=>e=>{if(!t.isEnabled())return;const n=function(t){const e=t.getLastBreadcrumb&&t.getLastBreadcrumb();if(Jn===e||!e)return null;if(Jn=e,!function(t){return!!t.category}(e)||["fetch","xhr","sentry.event","sentry.transaction"].includes(e.category)||e.category.startsWith("ui."))return null;if("console"===e.category)return function(t){const e=t.data&&t.data.arguments;if(!Array.isArray(e)||0===e.length)return Be(t);let n=!1;const r=e.map((t=>{if(!t)return t;if("string"===typeof t)return t.length>O?(n=!0,`${t.slice(0,O)}\u2026`):t;if("object"===typeof t)try{const e=(0,u.Fv)(t,7);return JSON.stringify(e).length>O?(n=!0,`${JSON.stringify(e,null,2).slice(0,O)}\u2026`):e}catch(e){}return t}));return Be({...t,data:{...t.data,arguments:r,...n?{_meta:{warnings:["CONSOLE_ARG_TRUNCATED"]}}:{}}})}(e);return Be(e)}(e);n&&Me(t,n)};function Vn(t){return!(!t||!t.on)}function Qn(t){const{jsHeapSizeLimit:e,totalJSHeapSize:n,usedJSHeapSize:r}=t,s=Date.now()/1e3;return{type:"memory",name:"memory",start:s,end:s,data:{memory:{jsHeapSizeLimit:e,totalJSHeapSize:n,usedJSHeapSize:r}}}}function Zn(t){let e=!1;return(n,r)=>{if(!t.checkAndHandleExpiredSession())return void(Qe&&m.kg.warn("[Replay] Received replay event after session expired."));const s=r||!e;e=!0,t.clickDetector&&Ue(t.clickDetector,n),t.addUpdate((()=>{if("buffer"===t.recordingMode&&s&&t.setInitialState(),!Sn(t,n,s))return!0;if(!s)return!1;if(function(t,e){if(!e||!t.session||0!==t.session.segmentId)return;Sn(t,function(t){const e=t.getOptions();return{type:Ft.Custom,timestamp:Date.now(),data:{tag:"options",payload:{sessionSampleRate:e.sessionSampleRate,errorSampleRate:e.errorSampleRate,useCompressionOption:e.useCompression,blockAllMedia:e.blockAllMedia,maskAllText:e.maskAllText,maskAllInputs:e.maskAllInputs,useCompression:!!t.eventBuffer&&"worker"===t.eventBuffer.type,networkDetailHasUrls:e.networkDetailAllowUrls.length>0,networkCaptureBodies:e.networkCaptureBodies,networkRequestHasHeaders:e.networkRequestHeaders.length>0,networkResponseHasHeaders:e.networkResponseHeaders.length>0}}}}(t),!1)}(t,s),t.session&&t.session.previousSessionId)return!0;if("buffer"===t.recordingMode&&t.session&&t.eventBuffer){const e=t.eventBuffer.getEarliestTimestamp();e&&(tn(`[Replay] Updating session start time to earliest event in buffer to ${new Date(e)}`,t.getOptions()._experiments.traceInternals),t.session.started=e,t.getOptions().stickySession&&mn(t.session))}return"session"===t.recordingMode&&t.flush(),!0}))}}function tr(t,e,n,r){return(0,k.Jd)((0,k.Cd)(t,(0,k.HY)(t),r,n),[[{type:"replay_event"},t],[{type:"replay_recording",length:"string"===typeof e?(new TextEncoder).encode(e).length:e.length},e]])}async function er({recordingData:t,replayId:e,segmentId:n,eventContext:s,timestamp:i,session:o}){const a=function({recordingData:t,headers:e}){let n;const r=`${JSON.stringify(e)}\n`;if("string"===typeof t)n=`${r}${t}`;else{const e=(new TextEncoder).encode(r);n=new Uint8Array(e.length+t.length),n.set(e),n.set(t,e.length)}return n}({recordingData:t,headers:{segment_id:n}}),{urls:l,errorIds:u,traceIds:d,initialTimestamp:h}=s,p=(0,r.Gd)(),m=p.getClient(),f=p.getScope(),g=m&&m.getTransport(),y=m&&m.getDsn();if(!m||!g||!y||!o.sampled)return;const _={type:C,replay_start_timestamp:h/1e3,timestamp:i/1e3,error_ids:u,trace_ids:d,urls:l,replay_id:e,segment_id:n,replay_type:o.sampled},v=await async function({client:t,scope:e,replayId:n,event:r}){const s={event_id:n,integrations:"object"!==typeof t._integrations||null===t._integrations||Array.isArray(t._integrations)?void 0:Object.keys(t._integrations)};t.emit&&t.emit("preprocessEvent",r,s);const i=await(0,c.R)(t.getOptions(),r,s,e,t);if(!i)return null;i.platform=i.platform||"javascript";const o=t.getSdkMetadata&&t.getSdkMetadata(),{name:a,version:l}=o&&o.sdk||{};return i.sdk={...i.sdk,name:a||"sentry.javascript.unknown",version:l||"0.0.0"},i}({scope:f,client:m,replayId:e,event:_});if(!v)return m.recordDroppedEvent("event_processor","replay",_),void tn("An event processor returned `null`, will not send event.");delete v.sdkProcessingMetadata;const S=tr(v,a,y,m.getOptions().tunnel);let k;try{k=await g.send(S)}catch(E){const t=new Error(R);try{t.cause=E}catch(x){}throw t}if(!k)return k;if("number"===typeof k.statusCode&&(k.statusCode<200||k.statusCode>=300))throw new nr(k.statusCode);const w=(0,b.WG)({},k);if((0,b.Q)(w,"replay"))throw new rr(w);return k}class nr extends Error{constructor(t){super(`Transport returned status code ${t}`)}}class rr extends Error{constructor(t){super("Rate limit hit"),this.rateLimits=t}}async function sr(t,e={count:0,interval:5e3}){const{recordingData:n,options:r}=t;if(n.length)try{return await er(t),!0}catch(i){if(i instanceof nr||i instanceof rr)throw i;if((0,s.v)("Replays",{_retryCount:e.count}),Qe&&r._experiments&&r._experiments.captureExceptions&&(0,s.Tb)(i),e.count>=3){const t=new Error(`${R} - max retries exceeded`);try{t.cause=i}catch(o){}throw t}return e.interval*=++e.count,new Promise(((n,r)=>{setTimeout((async()=>{try{await sr(t,e),n(!0)}catch(i){r(i)}}),e.interval)}))}}const ir="__THROTTLED";function or(t,e,n){const r=new Map;let s=!1;return(...i)=>{const o=Math.floor(Date.now()/1e3);if((t=>{const e=t-n;r.forEach(((t,n)=>{nt+e),0)>=e){const t=s;return s=!0,t?"__SKIPPED":ir}s=!1;const a=r.get(o)||0;return r.set(o,a+1),t(...i)}}class ar{constructor({options:t,recordingOptions:e}){ar.prototype.__init.call(this),ar.prototype.__init2.call(this),ar.prototype.__init3.call(this),ar.prototype.__init4.call(this),ar.prototype.__init5.call(this),ar.prototype.__init6.call(this),this.eventBuffer=null,this.performanceEntries=[],this.replayPerformanceEntries=[],this.recordingMode="session",this.timeouts={sessionIdlePause:3e5,sessionIdleExpire:9e5},this._lastActivity=Date.now(),this._isEnabled=!1,this._isPaused=!1,this._hasInitializedCoreListeners=!1,this._context={errorIds:new Set,traceIds:new Set,urls:[],initialTimestamp:Date.now(),initialUrl:""},this._recordingOptions=e,this._options=t,this._debouncedFlush=function(t,e,n){let r,s,i;const o=n&&n.maxWait?Math.max(n.maxWait,e):0;function a(){return c(),r=t(),r}function c(){void 0!==s&&clearTimeout(s),void 0!==i&&clearTimeout(i),s=i=void 0}function l(){return s&&clearTimeout(s),s=setTimeout(a,e),o&&void 0===i&&(i=setTimeout(a,o)),r}return l.cancel=c,l.flush=function(){return void 0!==s||void 0!==i?a():r},l}((()=>this._flush()),this._options.flushMinDelay,{maxWait:this._options.flushMaxDelay}),this._throttledAddEvent=or(((t,e)=>function(t,e,n){return bn(t,e)?kn(t,e,n):Promise.resolve(null)}(this,t,e)),300,5);const{slowClickTimeout:n,slowClickIgnoreSelectors:r}=this.getOptions(),s=n?{threshold:Math.min(3e3,n),timeout:n,scrollTimeout:300,ignoreSelector:r?r.join(","):""}:void 0;s&&(this.clickDetector=new Pe(this,s))}getContext(){return this._context}isEnabled(){return this._isEnabled}isPaused(){return this._isPaused}getOptions(){return this._options}initializeSampling(t){const{errorSampleRate:e,sessionSampleRate:n}=this._options;e<=0&&n<=0||(this._initializeSessionForSampling(t),this.session?!1!==this.session.sampled&&(this.recordingMode="buffer"===this.session.sampled&&0===this.session.segmentId?"buffer":"session",en(`[Replay] Starting replay in ${this.recordingMode} mode`,this._options._experiments.traceInternals),this._initializeRecording()):this._handleException(new Error("Unable to initialize and create session")))}start(){if(this._isEnabled&&"session"===this.recordingMode)throw new Error("Replay recording is already in progress");if(this._isEnabled&&"buffer"===this.recordingMode)throw new Error("Replay buffering is in progress, call `flush()` to save the replay");en("[Replay] Starting replay in session mode",this._options._experiments.traceInternals);const t=vn({maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:1,allowBuffering:!1});this.session=t,this._initializeRecording()}startBuffering(){if(this._isEnabled)throw new Error("Replay recording is already in progress");en("[Replay] Starting replay in buffer mode",this._options._experiments.traceInternals);const t=vn({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:0,allowBuffering:!0});this.session=t,this.recordingMode="buffer",this._initializeRecording()}startRecording(){try{this._stopRecording=Te({...this._recordingOptions,..."buffer"===this.recordingMode&&{checkoutEveryNms:6e4},emit:Zn(this),onMutation:this._onMutationHandler})}catch(t){this._handleException(t)}}stopRecording(){try{return this._stopRecording&&(this._stopRecording(),this._stopRecording=void 0),!0}catch(t){return this._handleException(t),!1}}async stop({forceFlush:t=!1,reason:e}={}){if(this._isEnabled){this._isEnabled=!1;try{tn("[Replay] Stopping Replay"+(e?` triggered by ${e}`:""),this._options._experiments.traceInternals),this._removeListeners(),this.stopRecording(),this._debouncedFlush.cancel(),t&&await this._flush({force:!0}),this.eventBuffer&&this.eventBuffer.destroy(),this.eventBuffer=null,dn(this)}catch(n){this._handleException(n)}}}pause(){this._isPaused||(this._isPaused=!0,this.stopRecording(),tn("[Replay] Pausing replay",this._options._experiments.traceInternals))}resume(){this._isPaused&&this._checkSession()&&(this._isPaused=!1,this.startRecording(),tn("[Replay] Resuming replay",this._options._experiments.traceInternals))}async sendBufferedReplayOrFlush({continueRecording:t=!0}={}){if("session"===this.recordingMode)return this.flushImmediate();const e=Date.now();tn("[Replay] Converting buffer to session",this._options._experiments.traceInternals),await this.flushImmediate();const n=this.stopRecording();t&&n&&"session"!==this.recordingMode&&(this.recordingMode="session",this.session&&(this._updateUserActivity(e),this._updateSessionActivity(e),this._maybeSaveSession()),this.startRecording())}addUpdate(t){const e=t();"buffer"!==this.recordingMode&&!0!==e&&this._debouncedFlush()}triggerUserActivity(){if(this._updateUserActivity(),this._stopRecording)this.checkAndHandleExpiredSession(),this._updateSessionActivity();else{if(!this._checkSession())return;this.resume()}}updateUserActivity(){this._updateUserActivity(),this._updateSessionActivity()}conditionalFlush(){return"buffer"===this.recordingMode?Promise.resolve():this.flushImmediate()}flush(){return this._debouncedFlush()}flushImmediate(){return this._debouncedFlush(),this._debouncedFlush.flush()}cancelFlush(){this._debouncedFlush.cancel()}getSessionId(){return this.session&&this.session.id}checkAndHandleExpiredSession(){if(!(this._lastActivity&&gn(this._lastActivity,this.timeouts.sessionIdlePause)&&this.session&&"session"===this.session.sampled))return!!this._checkSession();this.pause()}setInitialState(){const t=`${T.location.pathname}${T.location.hash}${T.location.search}`,e=`${T.location.origin}${t}`;this.performanceEntries=[],this.replayPerformanceEntries=[],this._clearContext(),this._context.initialUrl=e,this._context.initialTimestamp=Date.now(),this._context.urls.push(e)}throttledAddEvent(t,e){const n=this._throttledAddEvent(t,e);if(n===ir){const t=Be({category:"replay.throttled"});this.addUpdate((()=>!Sn(this,{type:5,timestamp:t.timestamp||0,data:{tag:"breadcrumb",payload:t,metric:!0}})))}return n}getCurrentRoute(){const t=this.lastTransaction||(0,r.Gd)().getScope().getTransaction();if(t&&["route","custom"].includes(t.metadata.source))return t.name}_initializeRecording(){this.setInitialState(),this._updateSessionActivity(),this.eventBuffer=ln({useCompression:this._options.useCompression,workerUrl:this._options.workerUrl}),this._removeListeners(),this._addListeners(),this._isEnabled=!0,this._isPaused=!1,this.startRecording()}_handleException(t){Qe&&m.kg.error("[Replay]",t),Qe&&this._options._experiments&&this._options._experiments.captureExceptions&&(0,s.Tb)(t)}_initializeSessionForSampling(t){const e=this._options.errorSampleRate>0,n=vn({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals,previousSessionId:t},{stickySession:this._options.stickySession,sessionSampleRate:this._options.sessionSampleRate,allowBuffering:e});this.session=n}_checkSession(){if(!this.session)return!1;const t=this.session;return!_n(t,{sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration})||(this._refreshSession(t),!1)}async _refreshSession(t){this._isEnabled&&(await this.stop({reason:"refresh session"}),this.initializeSampling(t.id))}_addListeners(){try{T.document.addEventListener("visibilitychange",this._handleVisibilityChange),T.addEventListener("blur",this._handleWindowBlur),T.addEventListener("focus",this._handleWindowFocus),T.addEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.addListeners(),this._hasInitializedCoreListeners||(!function(t){const e=(0,r.Gd)().getScope(),n=(0,s.s3)();e.addScopeListener(Yn(t)),(0,v.O)(qe(t)),(0,S.a)(Rn(t)),Kn(t);const i=In(t,!Vn(n));n&&n.addEventProcessor?n.addEventProcessor(i):(0,a.Q)(i),Vn(n)&&(n.on("afterSendEvent",Tn(t)),n.on("createDsc",(e=>{const n=t.getSessionId();n&&t.isEnabled()&&"session"===t.recordingMode&&t.checkAndHandleExpiredSession()&&(e.replay_id=n)})),n.on("startTransaction",(e=>{t.lastTransaction=e})),n.on("finishTransaction",(e=>{t.lastTransaction=e})),n.on("beforeSendFeedback",((e,n)=>{const r=t.getSessionId();n&&n.includeReplay&&t.isEnabled()&&r&&(t.flush(),e.contexts&&e.contexts.feedback&&(e.contexts.feedback.replay_id=r))})))}(this),this._hasInitializedCoreListeners=!0)}catch(t){this._handleException(t)}this._performanceCleanupCallback=Ve(this)}_removeListeners(){try{T.document.removeEventListener("visibilitychange",this._handleVisibilityChange),T.removeEventListener("blur",this._handleWindowBlur),T.removeEventListener("focus",this._handleWindowFocus),T.removeEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.removeListeners(),this._performanceCleanupCallback&&this._performanceCleanupCallback()}catch(t){this._handleException(t)}}__init(){this._handleVisibilityChange=()=>{"visible"===T.document.visibilityState?this._doChangeToForegroundTasks():this._doChangeToBackgroundTasks()}}__init2(){this._handleWindowBlur=()=>{const t=Be({category:"ui.blur"});this._doChangeToBackgroundTasks(t)}}__init3(){this._handleWindowFocus=()=>{const t=Be({category:"ui.focus"});this._doChangeToForegroundTasks(t)}}__init4(){this._handleKeyboardEvent=t=>{Ge(this,t)}}_doChangeToBackgroundTasks(t){if(!this.session)return;yn(this.session,{maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire})||(t&&this._createCustomBreadcrumb(t),this.conditionalFlush())}_doChangeToForegroundTasks(t){if(!this.session)return;this.checkAndHandleExpiredSession()?t&&this._createCustomBreadcrumb(t):tn("[Replay] Document has become active, but session has expired")}_updateUserActivity(t=Date.now()){this._lastActivity=t}_updateSessionActivity(t=Date.now()){this.session&&(this.session.lastActivity=t,this._maybeSaveSession())}_createCustomBreadcrumb(t){this.addUpdate((()=>{this.throttledAddEvent({type:Ft.Custom,timestamp:t.timestamp||0,data:{tag:"breadcrumb",payload:t}})}))}_addPerformanceEntries(){const t=(e=this.performanceEntries,e.map(Je).filter(Boolean)).concat(this.replayPerformanceEntries);var e;return this.performanceEntries=[],this.replayPerformanceEntries=[],Promise.all(Cn(this,t))}_clearContext(){this._context.errorIds.clear(),this._context.traceIds.clear(),this._context.urls=[]}_updateInitialTimestampFromEventBuffer(){const{session:t,eventBuffer:e}=this;if(!t||!e)return;if(t.segmentId)return;const n=e.getEarliestTimestamp();n&&nthis._options.maxReplayDuration+3e4)throw new Error("Session is too long, not sending replay");const n=this._popEventContext(),r=this.session.segmentId++;this._maybeSaveSession();const s=await this.eventBuffer.finish();await sr({replayId:t,recordingData:s,segmentId:r,eventContext:n,session:this.session,options:this.getOptions(),timestamp:e})}catch(e){this._handleException(e),this.stop({reason:"sendReplay"});const t=(0,s.s3)();t&&t.recordDroppedEvent("send_error","replay")}}else Qe&&m.kg.error("[Replay] No session or eventBuffer found to flush.")}__init5(){this._flush=async({force:t=!1}={})=>{if(!this._isEnabled&&!t)return;if(!this.checkAndHandleExpiredSession())return void(Qe&&m.kg.error("[Replay] Attempting to finish replay event after session expired."));if(!this.session)return;const e=this.session.started,n=Date.now()-e;this._debouncedFlush.cancel();const r=nthis._options.maxReplayDuration+5e3;if(r||s)return tn(`[Replay] Session duration (${Math.floor(n/1e3)}s) is too ${r?"short":"long"}, not sending replay.`,this._options._experiments.traceInternals),void(r&&this._debouncedFlush());const i=this.eventBuffer;if(i&&0===this.session.segmentId&&!i.hasCheckout&&tn("[Replay] Flushing initial segment without checkout.",this._options._experiments.traceInternals),!this._flushLock)return this._flushLock=this._runFlush(),await this._flushLock,void(this._flushLock=void 0);try{await this._flushLock}catch(o){Qe&&m.kg.error(o)}finally{this._debouncedFlush()}}}_maybeSaveSession(){this.session&&this._options.stickySession&&mn(this.session)}__init6(){this._onMutationHandler=t=>{const e=t.length,n=this._options.mutationLimit,r=n&&e>n;if(e>this._options.mutationBreadcrumbLimit||r){const t=Be({category:"replay.mutations",data:{count:e,limit:r}});this._createCustomBreadcrumb(t)}return!r||(this.stop({reason:"mutationLimit",forceFlush:"session"===this.recordingMode}),!1)}}}function cr(t,e,n,r){const s=[...t,..."string"===typeof r?r.split(","):[],...e];return"undefined"!==typeof n&&("string"===typeof n&&s.push(`.${n}`),(0,m.Cf)((()=>{console.warn("[Replay] You are using a deprecated configuration item for privacy. Read the documentation on how to use the new privacy configuration.")}))),s.join(",")}const lr='img,image,svg,video,object,picture,embed,map,audio,link[rel="icon"],link[rel="apple-touch-icon"]',ur=["content-length","content-type","accept"];let dr=!1;class hr{static __initStatic(){this.id="Replay"}constructor({flushMinDelay:t=5e3,flushMaxDelay:e=5500,minReplayDuration:n=4999,maxReplayDuration:r=36e5,stickySession:s=!0,useCompression:i=!0,workerUrl:o,_experiments:a={},sessionSampleRate:c,errorSampleRate:l,maskAllText:u=!0,maskAllInputs:d=!0,blockAllMedia:h=!0,mutationBreadcrumbLimit:p=750,mutationLimit:m=1e4,slowClickTimeout:f=7e3,slowClickIgnoreSelectors:g=[],networkDetailAllowUrls:y=[],networkDetailDenyUrls:_=[],networkCaptureBodies:v=!0,networkRequestHeaders:S=[],networkResponseHeaders:k=[],mask:b=[],maskAttributes:w=["title","placeholder"],unmask:x=[],block:T=[],unblock:I=[],ignore:C=[],maskFn:R,beforeAddRecordingEvent:M,beforeErrorSampling:O,blockClass:D,blockSelector:N,maskInputOptions:L,maskTextClass:$,maskTextSelector:P,ignoreClass:F}={}){this.name=hr.id;const j=function({mask:t,unmask:e,block:n,unblock:r,ignore:s,blockClass:i,blockSelector:o,maskTextClass:a,maskTextSelector:c,ignoreClass:l}){const u={maskTextSelector:cr(t,[".sentry-mask","[data-sentry-mask]"],a,c),unmaskTextSelector:cr(e,[".sentry-unmask","[data-sentry-unmask]"]),blockSelector:cr(n,[".sentry-block","[data-sentry-block]",'base[href="/"]'],i,o),unblockSelector:cr(r,[".sentry-unblock","[data-sentry-unblock]"]),ignoreSelector:cr(s,[".sentry-ignore","[data-sentry-ignore]",'input[type="file"]'],l)};return i instanceof RegExp&&(u.blockClass=i),a instanceof RegExp&&(u.maskTextClass=a),u}({mask:b,unmask:x,block:T,unblock:I,ignore:C,blockClass:D,blockSelector:N,maskTextClass:$,maskTextSelector:P,ignoreClass:F});if(this._recordingOptions={maskAllInputs:d,maskAllText:u,maskInputOptions:{...L||{},password:!0},maskTextFn:R,maskInputFn:R,maskAttributeFn:(t,e,n)=>function({el:t,key:e,maskAttributes:n,maskAllText:r,privacyOptions:s,value:i}){return r?s.unmaskTextSelector&&t.matches(s.unmaskTextSelector)?i:n.includes(e)||"value"===e&&"INPUT"===t.tagName&&["submit","button"].includes(t.getAttribute("type")||"")?i.replace(/[\S]/g,"*"):i:i}({maskAttributes:w,maskAllText:u,privacyOptions:j,key:t,value:e,el:n}),...j,slimDOMOptions:"all",inlineStylesheet:!0,inlineImages:!1,collectFonts:!0,errorHandler:t=>{try{t.__rrweb__=!0}catch(e){}}},this._initialOptions={flushMinDelay:t,flushMaxDelay:e,minReplayDuration:Math.min(n,15e3),maxReplayDuration:Math.min(r,A),stickySession:s,sessionSampleRate:c,errorSampleRate:l,useCompression:i,workerUrl:o,blockAllMedia:h,maskAllInputs:d,maskAllText:u,mutationBreadcrumbLimit:p,mutationLimit:m,slowClickTimeout:f,slowClickIgnoreSelectors:g,networkDetailAllowUrls:y,networkDetailDenyUrls:_,networkCaptureBodies:v,networkRequestHeaders:pr(S),networkResponseHeaders:pr(k),beforeAddRecordingEvent:M,beforeErrorSampling:O,_experiments:a},"number"===typeof c&&(console.warn(`[Replay] You are passing \`sessionSampleRate\` to the Replay integration.\nThis option is deprecated and will be removed soon.\nInstead, configure \`replaysSessionSampleRate\` directly in the SDK init options, e.g.:\nSentry.init({ replaysSessionSampleRate: ${c} })`),this._initialOptions.sessionSampleRate=c),"number"===typeof l&&(console.warn(`[Replay] You are passing \`errorSampleRate\` to the Replay integration.\nThis option is deprecated and will be removed soon.\nInstead, configure \`replaysOnErrorSampleRate\` directly in the SDK init options, e.g.:\nSentry.init({ replaysOnErrorSampleRate: ${l} })`),this._initialOptions.errorSampleRate=l),this._initialOptions.blockAllMedia&&(this._recordingOptions.blockSelector=this._recordingOptions.blockSelector?`${this._recordingOptions.blockSelector},${lr}`:lr),this._isInitialized&&E())throw new Error("Multiple Sentry Session Replay instances are not supported");this._isInitialized=!0}get _isInitialized(){return dr}set _isInitialized(t){dr=t}setupOnce(){E()&&(this._setup(),setTimeout((()=>this._initialize())))}start(){this._replay&&this._replay.start()}startBuffering(){this._replay&&this._replay.startBuffering()}stop(){return this._replay?this._replay.stop({forceFlush:"session"===this._replay.recordingMode}):Promise.resolve()}flush(t){return this._replay&&this._replay.isEnabled()?this._replay.sendBufferedReplayOrFlush(t):Promise.resolve()}getReplayId(){if(this._replay&&this._replay.isEnabled())return this._replay.getSessionId()}_initialize(){this._replay&&this._replay.initializeSampling()}_setup(){const t=function(t){const e=(0,s.s3)(),n=e&&e.getOptions(),r={sessionSampleRate:0,errorSampleRate:0,...(0,d.Jr)(t)};if(!n)return(0,m.Cf)((()=>{console.warn("SDK client is not available.")})),r;null==t.sessionSampleRate&&null==t.errorSampleRate&&null==n.replaysSessionSampleRate&&null==n.replaysOnErrorSampleRate&&(0,m.Cf)((()=>{console.warn("Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set.")}));"number"===typeof n.replaysSessionSampleRate&&(r.sessionSampleRate=n.replaysSessionSampleRate);"number"===typeof n.replaysOnErrorSampleRate&&(r.errorSampleRate=n.replaysOnErrorSampleRate);return r}(this._initialOptions);this._replay=new ar({options:t,recordingOptions:this._recordingOptions})}}function pr(t){return[...ur,...t.map((t=>t.toLowerCase()))]}hr.__initStatic()},9181:(t,e,n)=>{n.d(e,{EN:()=>u,IQ:()=>d,bU:()=>o});var r=n(3897),s=n(7597),i=n(2343);const o="baggage",a="sentry-",c=/^sentry-/,l=8192;function u(t){if(!(0,s.HD)(t)&&!Array.isArray(t))return;let e={};if(Array.isArray(t))e=t.reduce(((t,e)=>({...t,...h(e)})),{});else{if(!t)return;e=h(t)}const n=Object.entries(e).reduce(((t,[e,n])=>{if(e.match(c)){t[e.slice(a.length)]=n}return t}),{});return Object.keys(n).length>0?n:void 0}function d(t){if(!t)return;return function(t){if(0===Object.keys(t).length)return;return Object.entries(t).reduce(((t,[e,n],s)=>{const o=`${encodeURIComponent(e)}=${encodeURIComponent(n)}`,a=0===s?o:`${t},${o}`;return a.length>l?(r.X&&i.kg.warn(`Not adding key: ${e} with val: ${n} to baggage header due to exceeding baggage size limits.`),t):a}),"")}(Object.entries(t).reduce(((t,[e,n])=>(n&&(t[`${a}${e}`]=n),t)),{}))}function h(t){return t.split(",").map((t=>t.split("=").map((t=>decodeURIComponent(t.trim()))))).reduce(((t,[e,n])=>(t[e]=n,t)),{})}},8464:(t,e,n)=>{n.d(e,{Rt:()=>o,l4:()=>c,qT:()=>l});var r=n(7597);const s=(0,n(1235).Rf)(),i=80;function o(t,e={}){if(!t)return"";try{let n=t;const r=5,s=[];let o=0,c=0;const l=" > ",u=l.length;let d;const h=Array.isArray(e)?e:e.keyAttrs,p=!Array.isArray(e)&&e.maxStringLength||i;for(;n&&o++1&&c+s.length*u+d.length>=p));)s.push(d),c+=d.length,n=n.parentNode;return s.reverse().join(l)}catch(n){return""}}function a(t,e){const n=t,s=[];let i,o,a,c,l;if(!n||!n.tagName)return"";s.push(n.tagName.toLowerCase());const u=e&&e.length?e.filter((t=>n.getAttribute(t))).map((t=>[t,n.getAttribute(t)])):null;if(u&&u.length)u.forEach((t=>{s.push(`[${t[0]}="${t[1]}"]`)}));else if(n.id&&s.push(`#${n.id}`),i=n.className,i&&(0,r.HD)(i))for(o=i.split(/\s+/),l=0;l{n.d(e,{X:()=>r});const r="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__},292:(t,e,n)=>{n.d(e,{RA:()=>o,vK:()=>c});var r=n(3897),s=n(2343);const i=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function o(t,e=!1){const{host:n,path:r,pass:s,port:i,projectId:o,protocol:a,publicKey:c}=t;return`${a}://${c}${e&&s?`:${s}`:""}@${n}${i?`:${i}`:""}/${r?`${r}/`:r}${o}`}function a(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function c(t){const e="string"===typeof t?function(t){const e=i.exec(t);if(!e)return void(0,s.Cf)((()=>{console.error(`Invalid Sentry Dsn: ${t}`)}));const[n,r,o="",c,l="",u]=e.slice(1);let d="",h=u;const p=h.split("/");if(p.length>1&&(d=p.slice(0,-1).join("/"),h=p.pop()),h){const t=h.match(/^\d+/);t&&(h=t[0])}return a({host:c,pass:o,path:d,projectId:h,port:l,protocol:n,publicKey:r})}(t):a(t);if(e&&function(t){if(!r.X)return!0;const{port:e,projectId:n,protocol:i}=t;return!["protocol","publicKey","host","projectId"].find((e=>!t[e]&&(s.kg.error(`Invalid Sentry Dsn: ${e} missing`),!0)))&&(n.match(/^\d+$/)?function(t){return"http"===t||"https"===t}(i)?!e||!isNaN(parseInt(e,10))||(s.kg.error(`Invalid Sentry Dsn: Invalid port ${e}`),!1):(s.kg.error(`Invalid Sentry Dsn: Invalid protocol ${i}`),!1):(s.kg.error(`Invalid Sentry Dsn: Invalid projectId ${n}`),!1))}(e))return e}},8518:(t,e,n)=>{function r(){return"undefined"!==typeof __SENTRY_BROWSER_BUNDLE__&&!!__SENTRY_BROWSER_BUNDLE__}function s(){return"npm"}n.d(e,{S:()=>s,n:()=>r})},8725:(t,e,n)=>{n.d(e,{BO:()=>a,Cd:()=>f,HY:()=>m,Jd:()=>o,V$:()=>u,gv:()=>c,mL:()=>p,zQ:()=>d});var r=n(292),s=n(8007),i=n(535);function o(t,e=[]){return[t,e]}function a(t,e){const[n,r]=t;return[n,[...r,e]]}function c(t,e){const n=t[1];for(const r of n){if(e(r,r[0].type))return!0}return!1}function l(t,e){return(e||new TextEncoder).encode(t)}function u(t,e){const[n,r]=t;let i=JSON.stringify(n);function o(t){"string"===typeof i?i="string"===typeof t?i+t:[l(i,e),t]:i.push("string"===typeof t?l(t,e):t)}for(const c of r){const[t,e]=c;if(o(`\n${JSON.stringify(t)}\n`),"string"===typeof e||e instanceof Uint8Array)o(e);else{let t;try{t=JSON.stringify(e)}catch(a){t=JSON.stringify((0,s.Fv)(e))}o(t)}}return"string"===typeof i?i:function(t){const e=t.reduce(((t,e)=>t+e.length),0),n=new Uint8Array(e);let r=0;for(const s of t)n.set(s,r),r+=s.length;return n}(i)}function d(t,e){const n="string"===typeof t.data?l(t.data,e):t.data;return[(0,i.Jr)({type:"attachment",length:n.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),n]}const h={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",statsd:"unknown"};function p(t){return h[t]}function m(t){if(!t||!t.sdk)return;const{name:e,version:n}=t.sdk;return{name:e,version:n}}function f(t,e,n,s){const o=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.dynamicSamplingContext;return{event_id:t.event_id,sent_at:(new Date).toISOString(),...e&&{sdk:e},...!!n&&s&&{dsn:(0,r.RA)(s)},...o&&{trace:(0,i.Jr)({...o})}}}},409:(t,e,n)=>{n.d(e,{b:()=>r});class r extends Error{constructor(t,e="warn"){super(t),this.message=t,this.name=new.target.prototype.constructor.name,Object.setPrototypeOf(this,new.target.prototype),this.logLevel=e}}},9729:(t,e,n)=>{n.d(e,{D2:()=>l,Hj:()=>c,rK:()=>u});var r=n(3897),s=n(2343),i=n(360);const o={},a={};function c(t,e){o[t]=o[t]||[],o[t].push(e)}function l(t,e){a[t]||(e(),a[t]=!0)}function u(t,e){const n=t&&o[t];if(n)for(const o of n)try{o(e)}catch(a){r.X&&s.kg.error(`Error while triggering instrumentation handler.\nType: ${t}\nName: ${(0,i.$P)(o)}\nError:`,a)}}},5316:(t,e,n)=>{n.d(e,{O:()=>h});var r=n(2844),s=n(535),i=n(1235),o=n(9729);const a=i.n2,c=1e3;let l,u,d;function h(t){(0,o.Hj)("dom",t),(0,o.D2)("dom",p)}function p(){if(!a.document)return;const t=o.rK.bind(null,"dom"),e=m(t,!0);a.document.addEventListener("click",e,!1),a.document.addEventListener("keypress",e,!1),["EventTarget","Node"].forEach((e=>{const n=a[e]&&a[e].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&((0,s.hl)(n,"addEventListener",(function(e){return function(n,r,s){if("click"===n||"keypress"==n)try{const r=this,i=r.__sentry_instrumentation_handlers__=r.__sentry_instrumentation_handlers__||{},o=i[n]=i[n]||{refCount:0};if(!o.handler){const r=m(t);o.handler=r,e.call(this,n,r,s)}o.refCount++}catch(i){}return e.call(this,n,r,s)}})),(0,s.hl)(n,"removeEventListener",(function(t){return function(e,n,r){if("click"===e||"keypress"==e)try{const n=this,s=n.__sentry_instrumentation_handlers__||{},i=s[e];i&&(i.refCount--,i.refCount<=0&&(t.call(this,e,i.handler,r),i.handler=void 0,delete s[e]),0===Object.keys(s).length&&delete n.__sentry_instrumentation_handlers__)}catch(s){}return t.call(this,e,n,r)}})))}))}function m(t,e=!1){return n=>{if(!n||n._sentryCaptured)return;const i=function(t){try{return t.target}catch(e){return null}}(n);if(function(t,e){return"keypress"===t&&(!e||!e.tagName||"INPUT"!==e.tagName&&"TEXTAREA"!==e.tagName&&!e.isContentEditable)}(n.type,i))return;(0,s.xp)(n,"_sentryCaptured",!0),i&&!i._sentryId&&(0,s.xp)(i,"_sentryId",(0,r.DM)());const o="keypress"===n.type?"input":n.type;if(!function(t){if(t.type!==u)return!1;try{if(!t.target||t.target._sentryId!==d)return!1}catch(e){}return!0}(n)){t({event:n,name:o,global:e}),u=n.type,d=i?i._sentryId:void 0}clearTimeout(l),l=a.setTimeout((()=>{d=void 0,u=void 0}),c)}}},1394:(t,e,n)=>{n.d(e,{U:()=>a});var r=n(535),s=n(8823),i=n(1235),o=n(9729);function a(t){const e="fetch";(0,o.Hj)(e,t),(0,o.D2)(e,c)}function c(){(0,s.t$)()&&(0,r.hl)(i.n2,"fetch",(function(t){return function(...e){const{method:n,url:r}=function(t){if(0===t.length)return{method:"GET",url:""};if(2===t.length){const[e,n]=t;return{url:u(e),method:l(n,"method")?String(n.method).toUpperCase():"GET"}}const e=t[0];return{url:u(e),method:l(e,"method")?String(e.method).toUpperCase():"GET"}}(e),s={args:e,fetchData:{method:n,url:r},startTimestamp:Date.now()};return(0,o.rK)("fetch",{...s}),t.apply(i.n2,e).then((t=>{const e={...s,endTimestamp:Date.now(),response:t};return(0,o.rK)("fetch",e),t}),(t=>{const e={...s,endTimestamp:Date.now(),error:t};throw(0,o.rK)("fetch",e),t}))}}))}function l(t,e){return!!t&&"object"===typeof t&&!!t[e]}function u(t){return"string"===typeof t?t:t?l(t,"url")?t.url:t.toString?t.toString():"":""}},1674:(t,e,n)=>{n.d(e,{V:()=>o});var r=n(1235),s=n(9729);let i=null;function o(t){const e="error";(0,s.Hj)(e,t),(0,s.D2)(e,a)}function a(){i=r.n2.onerror,r.n2.onerror=function(t,e,n,r,o){const a={column:r,error:o,line:n,msg:t,url:e};return(0,s.rK)("error",a),!(!i||i.__SENTRY_LOADER__)&&i.apply(this,arguments)},r.n2.onerror.__SENTRY_INSTRUMENTED__=!0}},7373:(t,e,n)=>{n.d(e,{h:()=>o});var r=n(1235),s=n(9729);let i=null;function o(t){const e="unhandledrejection";(0,s.Hj)(e,t),(0,s.D2)(e,a)}function a(){i=r.n2.onunhandledrejection,r.n2.onunhandledrejection=function(t){const e=t;return(0,s.rK)("unhandledrejection",e),!(i&&!i.__SENTRY_LOADER__)||i.apply(this,arguments)},r.n2.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}},734:(t,e,n)=>{n.d(e,{a:()=>l});var r=n(535),s=n(1235);const i=(0,s.Rf)();var o=n(9729);const a=s.n2;let c;function l(t){const e="history";(0,o.Hj)(e,t),(0,o.D2)(e,u)}function u(){if(!function(){const t=i.chrome,e=t&&t.app&&t.app.runtime,n="history"in i&&!!i.history.pushState&&!!i.history.replaceState;return!e&&n}())return;const t=a.onpopstate;function e(t){return function(...e){const n=e.length>2?e[2]:void 0;if(n){const t=c,e=String(n);c=e;const r={from:t,to:e};(0,o.rK)("history",r)}return t.apply(this,e)}}a.onpopstate=function(...e){const n=a.location.href,r=c;c=n;const s={from:r,to:n};if((0,o.rK)("history",s),t)try{return t.apply(this,e)}catch(i){}},(0,r.hl)(a.history,"pushState",e),(0,r.hl)(a.history,"replaceState",e)}},5322:(t,e,n)=>{n.d(e,{UK:()=>l,xU:()=>c});var r=n(7597),s=n(535),i=n(1235),o=n(9729);const a=i.n2,c="__sentry_xhr_v3__";function l(t){(0,o.Hj)("xhr",t),(0,o.D2)("xhr",u)}function u(){if(!a.XMLHttpRequest)return;const t=XMLHttpRequest.prototype;(0,s.hl)(t,"open",(function(t){return function(...e){const n=Date.now(),i=(0,r.HD)(e[0])?e[0].toUpperCase():void 0,a=function(t){if((0,r.HD)(t))return t;try{return t.toString()}catch(e){}return}(e[1]);if(!i||!a)return t.apply(this,e);this[c]={method:i,url:a,request_headers:{}},"POST"===i&&a.match(/sentry_key/)&&(this.__sentry_own_request__=!0);const l=()=>{const t=this[c];if(t&&4===this.readyState){try{t.status_code=this.status}catch(e){}const r={args:[i,a],endTimestamp:Date.now(),startTimestamp:n,xhr:this};(0,o.rK)("xhr",r)}};return"onreadystatechange"in this&&"function"===typeof this.onreadystatechange?(0,s.hl)(this,"onreadystatechange",(function(t){return function(...e){return l(),t.apply(this,e)}})):this.addEventListener("readystatechange",l),(0,s.hl)(this,"setRequestHeader",(function(t){return function(...e){const[n,s]=e,i=this[c];return i&&(0,r.HD)(n)&&(0,r.HD)(s)&&(i.request_headers[n.toLowerCase()]=s),t.apply(this,e)}})),t.apply(this,e)}})),(0,s.hl)(t,"send",(function(t){return function(...e){const n=this[c];if(!n)return t.apply(this,e);void 0!==e[0]&&(n.body=e[0]);const r={args:[n.method,n.url],startTimestamp:Date.now(),xhr:this};return(0,o.rK)("xhr",r),t.apply(this,e)}}))}},7597:(t,e,n)=>{n.d(e,{Cy:()=>g,HD:()=>l,J8:()=>f,Kj:()=>m,PO:()=>d,TX:()=>a,V9:()=>_,VW:()=>o,VZ:()=>s,cO:()=>h,fm:()=>c,i2:()=>y,kK:()=>p,pt:()=>u,y1:()=>v});const r=Object.prototype.toString;function s(t){switch(r.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return _(t,Error)}}function i(t,e){return r.call(t)===`[object ${e}]`}function o(t){return i(t,"ErrorEvent")}function a(t){return i(t,"DOMError")}function c(t){return i(t,"DOMException")}function l(t){return i(t,"String")}function u(t){return null===t||"object"!==typeof t&&"function"!==typeof t}function d(t){return i(t,"Object")}function h(t){return"undefined"!==typeof Event&&_(t,Event)}function p(t){return"undefined"!==typeof Element&&_(t,Element)}function m(t){return i(t,"RegExp")}function f(t){return Boolean(t&&t.then&&"function"===typeof t.then)}function g(t){return d(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function y(t){return"number"===typeof t&&t!==t}function _(t,e){try{return t instanceof e}catch(n){return!1}}function v(t){return!("object"!==typeof t||null===t||!t.__isVue&&!t._isVue)}},2343:(t,e,n)=>{n.d(e,{Cf:()=>a,LD:()=>o,RU:()=>i,kg:()=>c});var r=n(3897),s=n(1235);const i=["debug","info","warn","error","log","assert","trace"],o={};function a(t){if(!("console"in s.n2))return t();const e=s.n2.console,n={},r=Object.keys(o);r.forEach((t=>{const r=o[t];n[t]=e[t],e[t]=r}));try{return t()}finally{r.forEach((t=>{e[t]=n[t]}))}}const c=function(){let t=!1;const e={enable:()=>{t=!0},disable:()=>{t=!1},isEnabled:()=>t};return r.X?i.forEach((n=>{e[n]=(...e)=>{t&&a((()=>{s.n2.console[n](`Sentry Logger [${n}]:`,...e)}))}})):i.forEach((t=>{e[t]=()=>{}})),e}()},2844:(t,e,n)=>{n.d(e,{DM:()=>i,Db:()=>c,EG:()=>l,YO:()=>u,jH:()=>a,lE:()=>d});var r=n(535),s=n(1235);function i(){const t=s.n2,e=t.crypto||t.msCrypto;let n=()=>16*Math.random();try{if(e&&e.randomUUID)return e.randomUUID().replace(/-/g,"");e&&e.getRandomValues&&(n=()=>e.getRandomValues(new Uint8Array(1))[0])}catch(r){}return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,(t=>(t^(15&n())>>t/4).toString(16)))}function o(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function a(t){const{message:e,event_id:n}=t;if(e)return e;const r=o(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function c(t,e,n){const r=t.exception=t.exception||{},s=r.values=r.values||[],i=s[0]=s[0]||{};i.value||(i.value=e||""),i.type||(i.type=n||"Error")}function l(t,e){const n=o(t);if(!n)return;const r=n.mechanism;if(n.mechanism={type:"generic",handled:!0,...r,...e},e&&"data"in e){const t={...r&&r.data,...e.data};n.mechanism.data=t}}function u(t){if(t&&t.__sentry_captured__)return!0;try{(0,r.xp)(t,"__sentry_captured__",!0)}catch(e){}return!1}function d(t){return Array.isArray(t)?t:[t]}},1422:(t,e,n)=>{n.d(e,{KV:()=>s,l$:()=>i});var r=n(8518);function s(){return!(0,r.n)()&&"[object process]"===Object.prototype.toString.call("undefined"!==typeof process?process:0)}function i(t,e){return t.require(e)}t=n.hmd(t)},8007:(t,e,n)=>{n.d(e,{Fv:()=>o,Qy:()=>a});var r=n(7597);var s=n(535),i=n(360);function o(t,e=100,n=1/0){try{return c("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function a(t,e=3,n=102400){const r=o(t,e);return s=r,function(t){return~-encodeURI(t).split(/%..|./).length}(JSON.stringify(s))>n?a(t,e-1,n):r;var s}function c(t,e,o=1/0,a=1/0,l=function(){const t="function"===typeof WeakSet,e=t?new WeakSet:[];return[function(n){if(t)return!!e.has(n)||(e.add(n),!1);for(let t=0;t=a){f[n]="[MaxProperties ~]";break}const t=y[n];f[n]=c(n,t,p-1,a,l),g++}return d(e),f}},535:(t,e,n)=>{n.d(e,{$Q:()=>u,HK:()=>d,Jr:()=>y,Sh:()=>p,_j:()=>h,hl:()=>c,xp:()=>l,zf:()=>g});var r=n(8464),s=n(3897),i=n(7597),o=n(2343),a=n(7321);function c(t,e,n){if(!(e in t))return;const r=t[e],s=n(r);"function"===typeof s&&u(s,r),t[e]=s}function l(t,e,n){try{Object.defineProperty(t,e,{value:n,writable:!0,configurable:!0})}catch(r){s.X&&o.kg.log(`Failed to add non-enumerable property "${e}" to object`,t)}}function u(t,e){try{const n=e.prototype||{};t.prototype=e.prototype=n,l(t,"__sentry_original__",e)}catch(n){}}function d(t){return t.__sentry_original__}function h(t){return Object.keys(t).map((e=>`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`)).join("&")}function p(t){if((0,i.VZ)(t))return{message:t.message,name:t.name,stack:t.stack,...f(t)};if((0,i.cO)(t)){const e={type:t.type,target:m(t.target),currentTarget:m(t.currentTarget),...f(t)};return"undefined"!==typeof CustomEvent&&(0,i.V9)(t,CustomEvent)&&(e.detail=t.detail),e}return t}function m(t){try{return(0,i.kK)(t)?(0,r.Rt)(t):Object.prototype.toString.call(t)}catch(e){return""}}function f(t){if("object"===typeof t&&null!==t){const e={};for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}return{}}function g(t,e=40){const n=Object.keys(p(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return(0,a.$G)(n[0],e);for(let r=n.length;r>0;r--){const t=n.slice(0,r).join(", ");if(!(t.length>e))return r===n.length?t:(0,a.$G)(t,e)}return""}function y(t){return _(t,new Map)}function _(t,e){if((0,i.PO)(t)){const n=e.get(t);if(void 0!==n)return n;const r={};e.set(t,r);for(const s of Object.keys(t))"undefined"!==typeof t[s]&&(r[s]=_(t[s],e));return r}if(Array.isArray(t)){const n=e.get(t);if(void 0!==n)return n;const r=[];return e.set(t,r),t.forEach((t=>{r.push(_(t,e))})),r}return t}},228:(t,e,n)=>{n.d(e,{Q:()=>s,WG:()=>i});const r=6e4;function s(t,e,n=Date.now()){return function(t,e){return t[e]||t.all||0}(t,e)>n}function i(t,{statusCode:e,headers:n},s=Date.now()){const i={...t},o=n&&n["x-sentry-rate-limits"],a=n&&n["retry-after"];if(o)for(const r of o.trim().split(",")){const[t,e]=r.split(":",2),n=parseInt(t,10),o=1e3*(isNaN(n)?60:n);if(e)for(const r of e.split(";"))i[r]=s+o;else i.all=s+o}else a?i.all=s+function(t,e=Date.now()){const n=parseInt(`${t}`,10);if(!isNaN(n))return 1e3*n;const s=Date.parse(`${t}`);return isNaN(s)?r:s-e}(a,s):429===e&&(i.all=s+6e4);return i}},360:(t,e,n)=>{n.d(e,{$P:()=>l,Sq:()=>a,pE:()=>o});const r=50,s=/\(error: (.*)\)/,i=/captureMessage|captureException/;function o(...t){const e=t.sort(((t,e)=>t[0]-e[0])).map((t=>t[1]));return(t,n=0)=>{const o=[],a=t.split("\n");for(let i=n;i1024)continue;const n=s.test(t)?t.replace(s,"$1"):t;if(!n.match(/\S*Error: /)){for(const t of e){const e=t(n);if(e){o.push(e);break}}if(o.length>=r)break}}return function(t){if(!t.length)return[];const e=Array.from(t);/sentryWrapped/.test(e[e.length-1].function||"")&&e.pop();e.reverse(),i.test(e[e.length-1].function||"")&&(e.pop(),i.test(e[e.length-1].function||"")&&e.pop());return e.slice(0,r).map((t=>({...t,filename:t.filename||e[e.length-1].filename,function:t.function||"?"})))}(o)}}function a(t){return Array.isArray(t)?o(...t):t}const c="";function l(t){try{return t&&"function"===typeof t&&t.name||c}catch(e){return c}}},7321:(t,e,n)=>{n.d(e,{$G:()=>s,U0:()=>o,nK:()=>i});var r=n(7597);function s(t,e=0){return"string"!==typeof t||0===e||t.length<=e?t:`${t.slice(0,e)}...`}function i(t,e){if(!Array.isArray(t))return"";const n=[];for(let i=0;ifunction(t,e,n=!1){return!!(0,r.HD)(t)&&((0,r.Kj)(e)?e.test(t):!!(0,r.HD)(e)&&(n?t===e:t.includes(e)))}(t,e,n)))}},8823:(t,e,n)=>{n.d(e,{Ak:()=>o,Du:()=>a,t$:()=>c});var r=n(3897),s=n(2343);const i=(0,n(1235).Rf)();function o(){if(!("fetch"in i))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch(t){return!1}}function a(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function c(){if("string"===typeof EdgeRuntime)return!0;if(!o())return!1;if(a(i.fetch))return!0;let t=!1;const e=i.document;if(e&&"function"===typeof e.createElement)try{const n=e.createElement("iframe");n.hidden=!0,e.head.appendChild(n),n.contentWindow&&n.contentWindow.fetch&&(t=a(n.contentWindow.fetch)),e.head.removeChild(n)}catch(n){r.X&&s.kg.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return t}},6893:(t,e,n)=>{n.d(e,{$2:()=>o,WD:()=>i,cW:()=>a});var r,s=n(7597);function i(t){return new a((e=>{e(t)}))}function o(t){return new a(((e,n)=>{n(t)}))}!function(t){t[t.PENDING=0]="PENDING";t[t.RESOLVED=1]="RESOLVED";t[t.REJECTED=2]="REJECTED"}(r||(r={}));class a{constructor(t){a.prototype.__init.call(this),a.prototype.__init2.call(this),a.prototype.__init3.call(this),a.prototype.__init4.call(this),this._state=r.PENDING,this._handlers=[];try{t(this._resolve,this._reject)}catch(e){this._reject(e)}}then(t,e){return new a(((n,r)=>{this._handlers.push([!1,e=>{if(t)try{n(t(e))}catch(s){r(s)}else n(e)},t=>{if(e)try{n(e(t))}catch(s){r(s)}else r(t)}]),this._executeHandlers()}))}catch(t){return this.then((t=>t),t)}finally(t){return new a(((e,n)=>{let r,s;return this.then((e=>{s=!1,r=e,t&&t()}),(e=>{s=!0,r=e,t&&t()})).then((()=>{s?n(r):e(r)}))}))}__init(){this._resolve=t=>{this._setResult(r.RESOLVED,t)}}__init2(){this._reject=t=>{this._setResult(r.REJECTED,t)}}__init3(){this._setResult=(t,e)=>{this._state===r.PENDING&&((0,s.J8)(e)?e.then(this._resolve,this._reject):(this._state=t,this._value=e,this._executeHandlers()))}}__init4(){this._executeHandlers=()=>{if(this._state===r.PENDING)return;const t=this._handlers.slice();this._handlers=[],t.forEach((t=>{t[0]||(this._state===r.RESOLVED&&t[1](this._value),this._state===r.REJECTED&&t[2](this._value),t[0]=!0)}))}}}},1170:(t,e,n)=>{n.d(e,{Z1:()=>h,ph:()=>u,yW:()=>l});var r=n(1422),s=n(1235);t=n.hmd(t);const i=(0,s.Rf)(),o={nowSeconds:()=>Date.now()/1e3};const a=(0,r.KV)()?function(){try{return(0,r.l$)(t,"perf_hooks").performance}catch(e){return}}():function(){const{performance:t}=i;if(!t||!t.now)return;return{now:()=>t.now(),timeOrigin:Date.now()-t.now()}}(),c=void 0===a?o:{nowSeconds:()=>(a.timeOrigin+a.now())/1e3},l=o.nowSeconds.bind(o),u=c.nowSeconds.bind(c);let d;const h=(()=>{const{performance:t}=i;if(!t||!t.now)return void(d="none");const e=36e5,n=t.now(),r=Date.now(),s=t.timeOrigin?Math.abs(t.timeOrigin+n-r):e,o=s{n.d(e,{$p:()=>a,KA:()=>o});var r=n(9181),s=n(2844);const i=new RegExp("^[ \\t]*([0-9a-f]{32})?-?([0-9a-f]{16})?-?([01])?[ \\t]*$");function o(t,e){const n=function(t){if(!t)return;const e=t.match(i);if(!e)return;let n;return"1"===e[3]?n=!0:"0"===e[3]&&(n=!1),{traceId:e[1],parentSampled:n,parentSpanId:e[2]}}(t),o=(0,r.EN)(e),{traceId:a,parentSpanId:c,parentSampled:l}=n||{},u={traceId:a||(0,s.DM)(),spanId:(0,s.DM)().substring(16),sampled:l};return c&&(u.parentSpanId=c),o&&(u.dsc=o),{traceparentData:n,dynamicSamplingContext:o,propagationContext:u}}function a(t=(0,s.DM)(),e=(0,s.DM)().substring(16),n){let r="";return void 0!==n&&(r=n?"-1":"-0"),`${t}-${e}${r}`}},1235:(t,e,n)=>{function r(t){return t&&t.Math==Math?t:void 0}n.d(e,{Rf:()=>i,YO:()=>o,n2:()=>s});const s="object"==typeof globalThis&&r(globalThis)||"object"==typeof window&&r(window)||"object"==typeof self&&r(self)||"object"==typeof n.g&&r(n.g)||function(){return this}()||{};function i(){return s}function o(t,e,n){const r=n||s,i=r.__SENTRY__=r.__SENTRY__||{};return i[t]||(i[t]=e())}}}]); +!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="fd04302d-e9db-4c19-854f-2fef3ef1859a",t._sentryDebugIdIdentifier="sentry-dbid-fd04302d-e9db-4c19-854f-2fef3ef1859a")}catch(t){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"76503864802ce9c9b190bc17b1ae9b04fddb1bd5"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[315],{2181:(t,e,n)=>{n.d(e,{S1:()=>Vt});var r=n(2343),s=n(2844),i=n(7321),o=n(1703);const a=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],c=[/^.*\/healthcheck$/,/^.*\/healthy$/,/^.*\/live$/,/^.*\/ready$/,/^.*\/heartbeat$/,/^.*\/health$/,/^.*\/healthz$/];class l{static __initStatic(){this.id="InboundFilters"}constructor(t={}){this.name=l.id,this._options=t}setupOnce(t,e){}processEvent(t,e,n){const l=n.getOptions(),d=function(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...t.disableErrorDefaults?[]:a],ignoreTransactions:[...t.ignoreTransactions||[],...e.ignoreTransactions||[],...t.disableTransactionDefaults?[]:c],ignoreInternal:void 0===t.ignoreInternal||t.ignoreInternal}}(this._options,l);return function(t,e){if(e.ignoreInternal&&function(t){try{return"SentryError"===t.exception.values[0].type}catch(e){}return!1}(t))return o.X&&r.kg.warn(`Event dropped due to being internal Sentry Error.\nEvent: ${(0,s.jH)(t)}`),!0;if(function(t,e){if(t.type||!e||!e.length)return!1;return function(t){const e=[];t.message&&e.push(t.message);let n;try{n=t.exception.values[t.exception.values.length-1]}catch(i){}n&&n.value&&(e.push(n.value),n.type&&e.push(`${n.type}: ${n.value}`));o.X&&0===e.length&&r.kg.error(`Could not extract message for event ${(0,s.jH)(t)}`);return e}(t).some((t=>(0,i.U0)(t,e)))}(t,e.ignoreErrors))return o.X&&r.kg.warn(`Event dropped due to being matched by \`ignoreErrors\` option.\nEvent: ${(0,s.jH)(t)}`),!0;if(function(t,e){if("transaction"!==t.type||!e||!e.length)return!1;const n=t.transaction;return!!n&&(0,i.U0)(n,e)}(t,e.ignoreTransactions))return o.X&&r.kg.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.\nEvent: ${(0,s.jH)(t)}`),!0;if(function(t,e){if(!e||!e.length)return!1;const n=u(t);return!!n&&(0,i.U0)(n,e)}(t,e.denyUrls))return o.X&&r.kg.warn(`Event dropped due to being matched by \`denyUrls\` option.\nEvent: ${(0,s.jH)(t)}.\nUrl: ${u(t)}`),!0;if(!function(t,e){if(!e||!e.length)return!0;const n=u(t);return!n||(0,i.U0)(n,e)}(t,e.allowUrls))return o.X&&r.kg.warn(`Event dropped due to not being matched by \`allowUrls\` option.\nEvent: ${(0,s.jH)(t)}.\nUrl: ${u(t)}`),!0;return!1}(t,d)?null:t}}function u(t){try{let n;try{n=t.exception.values[0].stacktrace.frames}catch(e){}return n?function(t=[]){for(let e=t.length-1;e>=0;e--){const n=t[e];if(n&&""!==n.filename&&"[native code]"!==n.filename)return n.filename||null}return null}(n):null}catch(n){return o.X&&r.kg.error(`Cannot extract url for event ${(0,s.jH)(t)}`),null}}l.__initStatic();var d=n(535);let h;class p{static __initStatic(){this.id="FunctionToString"}constructor(){this.name=p.id}setupOnce(){h=Function.prototype.toString;try{Function.prototype.toString=function(...t){const e=(0,d.HK)(this)||this;return h.apply(e,t)}}catch(t){}}}p.__initStatic();var m=n(2967),f=n(5659);var g=n(360),y=n(8823),_=n(734),v=n(7893),S=n(105),k=n(8518),b=n(8725),w=n(1170);var E=n(292);const x="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__;var T=n(7597),I=n(8007),C=n(6893);function R(t,e){const n=O(t,e),r={type:e&&e.name,value:A(e)};return n.length&&(r.stacktrace={frames:n}),void 0===r.type&&""===r.value&&(r.value="Unrecoverable error caught"),r}function M(t,e){return{exception:{values:[R(t,e)]}}}function O(t,e){const n=e.stacktrace||e.stack||"",r=function(t){if(t){if("number"===typeof t.framesToPop)return t.framesToPop;if(D.test(t.message))return 1}return 0}(e);try{return t(n,r)}catch(s){}return[]}const D=/Minified React error #\d+;/i;function A(t){const e=t&&t.message;return e?e.error&&"string"===typeof e.error.message?e.error.message:e:"No error message"}function N(t,e,n,r,i){let o;if((0,T.VW)(e)&&e.error){return M(t,e.error)}if((0,T.TX)(e)||(0,T.fm)(e)){const i=e;if("stack"in e)o=M(t,e);else{const e=i.name||((0,T.TX)(i)?"DOMError":"DOMException"),a=i.message?`${e}: ${i.message}`:e;o=L(t,a,n,r),(0,s.Db)(o,a)}return"code"in i&&(o.tags={...o.tags,"DOMException.code":`${i.code}`}),o}if((0,T.VZ)(e))return M(t,e);if((0,T.PO)(e)||(0,T.cO)(e)){return o=function(t,e,n,r){const s=(0,f.Gd)().getClient(),i=s&&s.getOptions().normalizeDepth,o={exception:{values:[{type:(0,T.cO)(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:$(e,{isUnhandledRejection:r})}]},extra:{__serialized__:(0,I.Qy)(e,i)}};if(n){const e=O(t,n);e.length&&(o.exception.values[0].stacktrace={frames:e})}return o}(t,e,n,i),(0,s.EG)(o,{synthetic:!0}),o}return o=L(t,e,n,r),(0,s.Db)(o,`${e}`,void 0),(0,s.EG)(o,{synthetic:!0}),o}function L(t,e,n,r){const s={message:e};if(r&&n){const r=O(t,n);r.length&&(s.exception={values:[{value:e,stacktrace:{frames:r}}]})}return s}function $(t,{isUnhandledRejection:e}){const n=(0,d.zf)(t),r=e?"promise rejection":"exception";if((0,T.VW)(t))return`Event \`ErrorEvent\` captured as ${r} with message \`${t.message}\``;if((0,T.cO)(t)){return`Event \`${function(t){try{const e=Object.getPrototypeOf(t);return e?e.constructor.name:void 0}catch(e){}}(t)}\` (type=${t.type}) captured as ${r}`}return`Object captured as ${r} with keys: ${n}`}var P=n(4487),F=n(1235);const j=F.n2;let U=0;function B(){return U>0}function H(t,e={},n){if("function"!==typeof t)return t;try{const e=t.__sentry_wrapped__;if(e)return e;if((0,d.HK)(t))return t}catch(i){return t}const r=function(){const r=Array.prototype.slice.call(arguments);try{n&&"function"===typeof n&&n.apply(this,arguments);const s=r.map((t=>H(t,e)));return t.apply(this,s)}catch(i){throw U++,setTimeout((()=>{U--})),(0,P.$e)((t=>{t.addEventProcessor((t=>(e.mechanism&&((0,s.Db)(t,void 0,void 0),(0,s.EG)(t,e.mechanism)),t.extra={...t.extra,arguments:r},t))),(0,P.Tb)(i)})),i}};try{for(const e in t)Object.prototype.hasOwnProperty.call(t,e)&&(r[e]=t[e])}catch(o){}(0,d.$Q)(r,t),(0,d.xp)(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get:()=>t.name})}catch(o){}return r}class z extends v.W{constructor(t){const e=j.SENTRY_SDK_SOURCE||(0,k.S)();t._metadata=t._metadata||{},t._metadata.sdk=t._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:`${e}:@sentry/browser`,version:S.J}],version:S.J},super(t),t.sendClientReports&&j.document&&j.document.addEventListener("visibilitychange",(()=>{"hidden"===j.document.visibilityState&&this._flushOutcomes()}))}eventFromException(t,e){return function(t,e,n,r){const i=N(t,e,n&&n.syntheticException||void 0,r);return(0,s.EG)(i),i.level="error",n&&n.event_id&&(i.event_id=n.event_id),(0,C.WD)(i)}(this._options.stackParser,t,e,this._options.attachStacktrace)}eventFromMessage(t,e="info",n){return function(t,e,n="info",r,s){const i=L(t,e,r&&r.syntheticException||void 0,s);return i.level=n,r&&r.event_id&&(i.event_id=r.event_id),(0,C.WD)(i)}(this._options.stackParser,t,e,n,this._options.attachStacktrace)}captureUserFeedback(t){if(!this._isEnabled())return void(x&&r.kg.warn("SDK not enabled, will not capture user feedback."));const e=function(t,{metadata:e,tunnel:n,dsn:r}){const s={event_id:t.event_id,sent_at:(new Date).toISOString(),...e&&e.sdk&&{sdk:{name:e.sdk.name,version:e.sdk.version}},...!!n&&!!r&&{dsn:(0,E.RA)(r)}},i=function(t){return[{type:"user_report"},t]}(t);return(0,b.Jd)(s,[i])}(t,{metadata:this.getSdkMetadata(),dsn:this.getDsn(),tunnel:this.getOptions().tunnel});this._sendEnvelope(e)}_prepareEvent(t,e,n){return t.platform=t.platform||"javascript",super._prepareEvent(t,e,n)}_flushOutcomes(){const t=this._clearOutcomes();if(0===t.length)return void(x&&r.kg.log("No outcomes to send"));if(!this._dsn)return void(x&&r.kg.log("No dsn provided, will not send outcomes"));x&&r.kg.log("Sending outcomes:",t);const e=function(t,e,n){const r=[{type:"client_report"},{timestamp:n||(0,w.yW)(),discarded_events:t}];return(0,b.Jd)(e?{dsn:e}:{},[r])}(t,this._options.tunnel&&(0,E.RA)(this._dsn));this._sendEnvelope(e)}}var W=n(1674),q=n(7373),X=n(8464);class G{static __initStatic(){this.id="GlobalHandlers"}constructor(t){this.name=G.id,this._options={onerror:!0,onunhandledrejection:!0,...t},this._installFunc={onerror:K,onunhandledrejection:J}}setupOnce(){Error.stackTraceLimit=50;const t=this._options;for(const n in t){const s=this._installFunc[n];s&&t[n]&&(e=n,x&&r.kg.log(`Global Handler attached: ${e}`),s(),this._installFunc[n]=void 0)}var e}}function K(){(0,W.V)((t=>{const[e,n,r]=V();if(!e.getIntegration(G))return;const{msg:s,url:i,line:o,column:a,error:c}=t;if(B())return;const l=void 0===c&&(0,T.HD)(s)?function(t,e,n,r){const s=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;let i=(0,T.VW)(t)?t.message:t,o="Error";const a=i.match(s);a&&(o=a[1],i=a[2]);const c={exception:{values:[{type:o,value:i}]}};return Y(c,e,n,r)}(s,i,o,a):Y(N(n,c||s,void 0,r,!1),i,o,a);l.level="error",e.captureEvent(l,{originalException:c,mechanism:{handled:!1,type:"onerror"}})}))}function J(){(0,q.h)((t=>{const[e,n,r]=V();if(!e.getIntegration(G))return;if(B())return!0;const s=function(t){if((0,T.pt)(t))return t;const e=t;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch(n){}return t}(t),i=(0,T.pt)(s)?{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(s)}`}]}}:N(n,s,void 0,r,!0);i.level="error",e.captureEvent(i,{originalException:s,mechanism:{handled:!1,type:"onunhandledrejection"}})}))}function Y(t,e,n,r){const s=t.exception=t.exception||{},i=s.values=s.values||[],o=i[0]=i[0]||{},a=o.stacktrace=o.stacktrace||{},c=a.frames=a.frames||[],l=isNaN(parseInt(r,10))?void 0:r,u=isNaN(parseInt(n,10))?void 0:n,d=(0,T.HD)(e)&&e.length>0?e:(0,X.l4)();return 0===c.length&&c.push({colno:l,filename:d,function:"?",in_app:!0,lineno:u}),t}function V(){const t=(0,f.Gd)(),e=t.getClient(),n=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,n.stackParser,n.attachStacktrace]}G.__initStatic();const Q=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"];class Z{static __initStatic(){this.id="TryCatch"}constructor(t){this.name=Z.id,this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...t}}setupOnce(){this._options.setTimeout&&(0,d.hl)(j,"setTimeout",tt),this._options.setInterval&&(0,d.hl)(j,"setInterval",tt),this._options.requestAnimationFrame&&(0,d.hl)(j,"requestAnimationFrame",et),this._options.XMLHttpRequest&&"XMLHttpRequest"in j&&(0,d.hl)(XMLHttpRequest.prototype,"send",nt);const t=this._options.eventTarget;if(t){(Array.isArray(t)?t:Q).forEach(rt)}}}function tt(t){return function(...e){const n=e[0];return e[0]=H(n,{mechanism:{data:{function:(0,g.$P)(t)},handled:!1,type:"instrument"}}),t.apply(this,e)}}function et(t){return function(e){return t.apply(this,[H(e,{mechanism:{data:{function:"requestAnimationFrame",handler:(0,g.$P)(t)},handled:!1,type:"instrument"}})])}}function nt(t){return function(...e){const n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach((t=>{t in n&&"function"===typeof n[t]&&(0,d.hl)(n,t,(function(e){const n={mechanism:{data:{function:t,handler:(0,g.$P)(e)},handled:!1,type:"instrument"}},r=(0,d.HK)(e);return r&&(n.mechanism.data.handler=(0,g.$P)(r)),H(e,n)}))})),t.apply(this,e)}}function rt(t){const e=j,n=e[t]&&e[t].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&((0,d.hl)(n,"addEventListener",(function(e){return function(n,r,s){try{"function"===typeof r.handleEvent&&(r.handleEvent=H(r.handleEvent,{mechanism:{data:{function:"handleEvent",handler:(0,g.$P)(r),target:t},handled:!1,type:"instrument"}}))}catch(i){}return e.apply(this,[n,H(r,{mechanism:{data:{function:"addEventListener",handler:(0,g.$P)(r),target:t},handled:!1,type:"instrument"}}),s])}})),(0,d.hl)(n,"removeEventListener",(function(t){return function(e,n,r){const s=n;try{const n=s&&s.__sentry_wrapped__;n&&t.call(this,e,n,r)}catch(i){}return t.call(this,e,s,r)}})))}Z.__initStatic();var st=n(9729);function it(){"console"in F.n2&&r.RU.forEach((function(t){t in F.n2.console&&(0,d.hl)(F.n2.console,t,(function(e){return r.LD[t]=e,function(...e){const n={args:e,level:t};(0,st.rK)("console",n);const s=r.LD[t];s&&s.apply(F.n2.console,e)}}))}))}var ot=n(5316),at=n(5322),ct=n(1394);const lt=["fatal","error","warning","log","info","debug"];function ut(t){return"warn"===t?"warning":lt.includes(t)?t:"log"}function dt(t){if(!t)return{};const e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};const n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],search:n,hash:r,relative:e[5]+n+r}}const ht=1024;class pt{static __initStatic(){this.id="Breadcrumbs"}constructor(t){this.name=pt.id,this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...t}}setupOnce(){if(this.options.console&&function(t){const e="console";(0,st.Hj)(e,t),(0,st.D2)(e,it)}(ft),this.options.dom&&(0,ot.O)(function(t){function e(e){let n,s="object"===typeof t?t.serializeAttribute:void 0,i="object"===typeof t&&"number"===typeof t.maxStringLength?t.maxStringLength:void 0;i&&i>ht&&(x&&r.kg.warn(`\`dom.maxStringLength\` cannot exceed 1024, but a value of ${i} was configured. Sentry will use 1024 instead.`),i=ht),"string"===typeof s&&(s=[s]);try{const t=e.event;n=function(t){return!!t&&!!t.target}(t)?(0,X.Rt)(t.target,{keyAttrs:s,maxStringLength:i}):(0,X.Rt)(t,{keyAttrs:s,maxStringLength:i})}catch(o){n=""}0!==n.length&&(0,f.Gd)().addBreadcrumb({category:`ui.${e.name}`,message:n},{event:e.event,name:e.name,global:e.global})}return e}(this.options.dom)),this.options.xhr&&(0,at.UK)(gt),this.options.fetch&&(0,ct.U)(yt),this.options.history&&(0,_.a)(_t),this.options.sentry){const t=(0,P.s3)();t&&t.on&&t.on("beforeSendEvent",mt)}}}function mt(t){(0,f.Gd)().addBreadcrumb({category:"sentry."+("transaction"===t.type?"transaction":"event"),event_id:t.event_id,level:t.level,message:(0,s.jH)(t)},{event:t})}function ft(t){const e={category:"console",data:{arguments:t.args,logger:"console"},level:ut(t.level),message:(0,i.nK)(t.args," ")};if("assert"===t.level){if(!1!==t.args[0])return;e.message=`Assertion failed: ${(0,i.nK)(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1)}(0,f.Gd)().addBreadcrumb(e,{input:t.args,level:t.level})}function gt(t){const{startTimestamp:e,endTimestamp:n}=t,r=t.xhr[at.xU];if(!e||!n||!r)return;const{method:s,url:i,status_code:o,body:a}=r,c={method:s,url:i,status_code:o},l={xhr:t.xhr,input:a,startTimestamp:e,endTimestamp:n};(0,f.Gd)().addBreadcrumb({category:"xhr",data:c,type:"http"},l)}function yt(t){const{startTimestamp:e,endTimestamp:n}=t;if(n&&(!t.fetchData.url.match(/sentry_key/)||"POST"!==t.fetchData.method))if(t.error){const r=t.fetchData,s={data:t.error,input:t.args,startTimestamp:e,endTimestamp:n};(0,f.Gd)().addBreadcrumb({category:"fetch",data:r,level:"error",type:"http"},s)}else{const r=t.response,s={...t.fetchData,status_code:r&&r.status},i={input:t.args,response:r,startTimestamp:e,endTimestamp:n};(0,f.Gd)().addBreadcrumb({category:"fetch",data:s,type:"http"},i)}}function _t(t){let e=t.from,n=t.to;const r=dt(j.location.href);let s=e?dt(e):void 0;const i=dt(n);s&&s.path||(s=r),r.protocol===i.protocol&&r.host===i.host&&(n=i.relative),r.protocol===s.protocol&&r.host===s.host&&(e=s.relative),(0,f.Gd)().addBreadcrumb({category:"navigation",data:{from:e,to:n}})}function vt(t,e,n=250,r,s,o,a){if(!o.exception||!o.exception.values||!a||!(0,T.V9)(a.originalException,Error))return;const c=o.exception.values.length>0?o.exception.values[o.exception.values.length-1]:void 0;var l,u;c&&(o.exception.values=(l=St(t,e,s,a.originalException,r,o.exception.values,c,0),u=n,l.map((t=>(t.value&&(t.value=(0,i.$G)(t.value,u)),t)))))}function St(t,e,n,r,s,i,o,a){if(i.length>=n+1)return i;let c=[...i];if((0,T.V9)(r[s],Error)){kt(o,a);const i=t(e,r[s]),l=c.length;bt(i,s,l,a),c=St(t,e,n,r[s],s,[i,...c],i,l)}return Array.isArray(r.errors)&&r.errors.forEach(((r,i)=>{if((0,T.V9)(r,Error)){kt(o,a);const l=t(e,r),u=c.length;bt(l,`errors[${i}]`,u,a),c=St(t,e,n,r,s,[l,...c],l,u)}})),c}function kt(t,e){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism={...t.mechanism,is_exception_group:!0,exception_id:e}}function bt(t,e,n,r){t.mechanism=t.mechanism||{type:"generic",handled:!0},t.mechanism={...t.mechanism,type:"chained",source:e,exception_id:n,parent_id:r}}pt.__initStatic();class wt{static __initStatic(){this.id="LinkedErrors"}constructor(t={}){this.name=wt.id,this._key=t.key||"cause",this._limit=t.limit||5}setupOnce(){}preprocessEvent(t,e,n){const r=n.getOptions();vt(R,r.stackParser,r.maxValueLength,this._key,this._limit,t,e)}}wt.__initStatic();class Et{static __initStatic(){this.id="HttpContext"}constructor(){this.name=Et.id}setupOnce(){}preprocessEvent(t){if(!j.navigator&&!j.location&&!j.document)return;const e=t.request&&t.request.url||j.location&&j.location.href,{referrer:n}=j.document||{},{userAgent:r}=j.navigator||{},s={...t.request&&t.request.headers,...n&&{Referer:n},...r&&{"User-Agent":r}},i={...t.request,...e&&{url:e},headers:s};t.request=i}}Et.__initStatic();class xt{static __initStatic(){this.id="Dedupe"}constructor(){this.name=xt.id}setupOnce(t,e){}processEvent(t){if(t.type)return t;try{if(function(t,e){if(!e)return!1;if(function(t,e){const n=t.message,r=e.message;if(!n&&!r)return!1;if(n&&!r||!n&&r)return!1;if(n!==r)return!1;if(!It(t,e))return!1;if(!Tt(t,e))return!1;return!0}(t,e))return!0;if(function(t,e){const n=Ct(e),r=Ct(t);if(!n||!r)return!1;if(n.type!==r.type||n.value!==r.value)return!1;if(!It(t,e))return!1;if(!Tt(t,e))return!1;return!0}(t,e))return!0;return!1}(t,this._previousEvent))return x&&r.kg.warn("Event dropped due to being a duplicate of previously captured event."),null}catch(e){}return this._previousEvent=t}}function Tt(t,e){let n=Rt(t),r=Rt(e);if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;if(r.length!==n.length)return!1;for(let s=0;s|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,At=/\((\S*)(?::(\d+))(?::(\d+))\)/,Nt=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Lt=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,$t=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Pt=[[30,t=>{const e=Dt.exec(t);if(e){if(e[2]&&0===e[2].indexOf("eval")){const t=At.exec(e[2]);t&&(e[2]=t[1],e[3]=t[2],e[4]=t[3])}const[t,n]=jt(e[1]||Mt,e[2]);return Ot(n,t,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}}],[50,t=>{const e=Nt.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){const t=Lt.exec(e[3]);t&&(e[1]=e[1]||"eval",e[3]=t[1],e[4]=t[2],e[5]="")}let t=e[3],n=e[1]||Mt;return[n,t]=jt(n,t),Ot(t,n,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}}],[40,t=>{const e=$t.exec(t);return e?Ot(e[2],e[1]||Mt,+e[3],e[4]?+e[4]:void 0):void 0}]],Ft=(0,g.pE)(...Pt),jt=(t,e)=>{const n=-1!==t.indexOf("safari-extension"),r=-1!==t.indexOf("safari-web-extension");return n||r?[-1!==t.indexOf("@")?t.split("@")[0]:Mt,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var Ut=n(409);function Bt(t){const e=[];function n(t){return e.splice(e.indexOf(t),1)[0]}return{$:e,add:function(r){if(!(void 0===t||e.lengthn(s))).then(null,(()=>n(s).then(null,(()=>{})))),s},drain:function(t){return new C.cW(((n,r)=>{let s=e.length;if(!s)return n(!0);const i=setTimeout((()=>{t&&t>0&&n(!1)}),t);e.forEach((t=>{(0,C.WD)(t).then((()=>{--s||(clearTimeout(i),n(!0))}),r)}))}))}}}var Ht=n(228);const zt=30;function Wt(t,e,n=Bt(t.bufferSize||zt)){let s={};function i(i){const a=[];if((0,b.gv)(i,((e,n)=>{const r=(0,b.mL)(n);if((0,Ht.Q)(s,r)){const s=qt(e,n);t.recordDroppedEvent("ratelimit_backoff",r,s)}else a.push(e)})),0===a.length)return(0,C.WD)();const c=(0,b.Jd)(i[0],a),l=e=>{(0,b.gv)(c,((n,r)=>{const s=qt(n,r);t.recordDroppedEvent(e,(0,b.mL)(r),s)}))};return n.add((()=>e({body:(0,b.V$)(c,t.textEncoder)}).then((t=>(void 0!==t.statusCode&&(t.statusCode<200||t.statusCode>=300)&&o.X&&r.kg.warn(`Sentry responded with status code ${t.statusCode} to sent event.`),s=(0,Ht.WG)(s,t),t)),(t=>{throw l("network_error"),t})))).then((t=>t),(t=>{if(t instanceof Ut.b)return o.X&&r.kg.error("Skipped sending event because buffer is full."),l("queue_overflow"),(0,C.WD)();throw t}))}return i.__sentry__baseTransport__=!0,{send:i,flush:t=>n.drain(t)}}function qt(t,e){if("event"===e||"transaction"===e)return Array.isArray(t)?t[1]:void 0}let Xt;function Gt(t,e=function(){if(Xt)return Xt;if((0,y.Du)(j.fetch))return Xt=j.fetch.bind(j);const t=j.document;let e=j.fetch;if(t&&"function"===typeof t.createElement)try{const n=t.createElement("iframe");n.hidden=!0,t.head.appendChild(n);const r=n.contentWindow;r&&r.fetch&&(e=r.fetch),t.head.removeChild(n)}catch(n){x&&r.kg.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return Xt=e.bind(j)}()){let n=0,s=0;return Wt(t,(function(r){const i=r.body.length;n+=i,s++;const o={body:r.body,method:"POST",referrerPolicy:"origin",headers:t.headers,keepalive:n<=6e4&&s<15,...t.fetchOptions};try{return e(t.url,o).then((t=>(n-=i,s--,{statusCode:t.status,headers:{"x-sentry-rate-limits":t.headers.get("X-Sentry-Rate-Limits"),"retry-after":t.headers.get("Retry-After")}})))}catch(a){return Xt=void 0,n-=i,s--,(0,C.$2)(a)}}))}const Kt=4;function Jt(t){return Wt(t,(function(e){return new C.cW(((n,r)=>{const s=new XMLHttpRequest;s.onerror=r,s.onreadystatechange=()=>{s.readyState===Kt&&n({statusCode:s.status,headers:{"x-sentry-rate-limits":s.getResponseHeader("X-Sentry-Rate-Limits"),"retry-after":s.getResponseHeader("Retry-After")}})},s.open("POST",t.url);for(const e in t.headers)Object.prototype.hasOwnProperty.call(t.headers,e)&&s.setRequestHeader(e,t.headers[e]);s.send(e.body)}))}))}const Yt=[new l,new p,new Z,new pt,new G,new wt,new xt,new Et];function Vt(t={}){void 0===t.defaultIntegrations&&(t.defaultIntegrations=Yt),void 0===t.release&&("string"===typeof __SENTRY_RELEASE__&&(t.release=__SENTRY_RELEASE__),j.SENTRY_RELEASE&&j.SENTRY_RELEASE.id&&(t.release=j.SENTRY_RELEASE.id)),void 0===t.autoSessionTracking&&(t.autoSessionTracking=!0),void 0===t.sendClientReports&&(t.sendClientReports=!0);const e={...t,stackParser:(0,g.Sq)(t.stackParser||Ft),integrations:(0,m.m8)(t),transport:t.transport||((0,y.Ak)()?Gt:Jt)};!function(t,e){!0===e.debug&&(o.X?r.kg.enable():(0,r.Cf)((()=>{console.warn("[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.")})));const n=(0,f.Gd)();n.getScope().update(e.initialScope);const s=new t(e);n.bindClient(s)}(z,e),t.autoSessionTracking&&function(){if("undefined"===typeof j.document)return void(x&&r.kg.warn("Session tracking in non-browser environment with @sentry/browser is not supported."));const t=(0,f.Gd)();if(!t.captureSession)return;Qt(t),(0,_.a)((({from:t,to:e})=>{void 0!==t&&t!==e&&Qt((0,f.Gd)())}))}()}function Qt(t){t.startSession({ignoreDuration:!0}),t.captureSession()}},7893:(t,e,n)=>{n.d(e,{W:()=>k,Q:()=>E});var r=n(292),s=n(2343),i=n(2844),o=n(7597),a=n(6893),c=n(8725),l=n(409),u=n(535);const d="7";function h(t){const e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function p(t,e={}){const n="string"===typeof e?e:e.tunnel,r="string"!==typeof e&&e._metadata?e._metadata.sdk:void 0;return n||`${function(t){return`${h(t)}${t.projectId}/envelope/`}(t)}?${function(t,e){return(0,u._j)({sentry_key:t.publicKey,sentry_version:d,...e&&{sentry_client:`${e.name}/${e.version}`}})}(t,r)}`}var m=n(1703);var f=n(5659),g=n(2967),y=n(9015),_=n(454),v=n(8942);const S="Not capturing exception because it's already been captured.";class k{constructor(t){if(this._options=t,this._integrations={},this._integrationsInitialized=!1,this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],t.dsn?this._dsn=(0,r.vK)(t.dsn):m.X&&s.kg.warn("No DSN provided, client will not send events."),this._dsn){const e=p(this._dsn,t);this._transport=t.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...t.transportOptions,url:e})}}captureException(t,e,n){if((0,i.YO)(t))return void(m.X&&s.kg.log(S));let r=e&&e.event_id;return this._process(this.eventFromException(t,e).then((t=>this._captureEvent(t,e,n))).then((t=>{r=t}))),r}captureMessage(t,e,n,r){let s=n&&n.event_id;const i=(0,o.pt)(t)?this.eventFromMessage(String(t),e,n):this.eventFromException(t,n);return this._process(i.then((t=>this._captureEvent(t,n,r))).then((t=>{s=t}))),s}captureEvent(t,e,n){if(e&&e.originalException&&(0,i.YO)(e.originalException))return void(m.X&&s.kg.log(S));let r=e&&e.event_id;return this._process(this._captureEvent(t,e,n).then((t=>{r=t}))),r}captureSession(t){"string"!==typeof t.release?m.X&&s.kg.warn("Discarded session because of missing or non-string release"):(this.sendSession(t),(0,y.CT)(t,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(t){const e=this._transport;return e?this._isClientDoneProcessing(t).then((n=>e.flush(t).then((t=>n&&t)))):(0,a.WD)(!0)}close(t){return this.flush(t).then((t=>(this.getOptions().enabled=!1,t)))}getEventProcessors(){return this._eventProcessors}addEventProcessor(t){this._eventProcessors.push(t)}setupIntegrations(t){(t&&!this._integrationsInitialized||this._isEnabled()&&!this._integrationsInitialized)&&(this._integrations=(0,g.q4)(this,this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(t){return this._integrations[t]}getIntegration(t){try{return this._integrations[t.id]||null}catch(e){return m.X&&s.kg.warn(`Cannot retrieve integration ${t.id} from the current Client`),null}}addIntegration(t){(0,g.m7)(this,t,this._integrations)}sendEvent(t,e={}){this.emit("beforeSendEvent",t,e);let n=function(t,e,n,r){const s=(0,c.HY)(n),i=t.type&&"replay_event"!==t.type?t.type:"event";!function(t,e){e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]])}(t,n&&n.sdk);const o=(0,c.Cd)(t,s,r,e);delete t.sdkProcessingMetadata;const a=[{type:i},t];return(0,c.Jd)(o,[a])}(t,this._dsn,this._options._metadata,this._options.tunnel);for(const s of e.attachments||[])n=(0,c.BO)(n,(0,c.zQ)(s,this._options.transportOptions&&this._options.transportOptions.textEncoder));const r=this._sendEnvelope(n);r&&r.then((e=>this.emit("afterSendEvent",t,e)),null)}sendSession(t){const e=function(t,e,n,s){const i=(0,c.HY)(n),o={sent_at:(new Date).toISOString(),...i&&{sdk:i},...!!s&&e&&{dsn:(0,r.RA)(e)}},a="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t.toJSON()];return(0,c.Jd)(o,[a])}(t,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(e)}recordDroppedEvent(t,e,n){if(this._options.sendClientReports){const n=`${t}:${e}`;m.X&&s.kg.log(`Adding outcome: "${n}"`),this._outcomes[n]=this._outcomes[n]+1||1}}on(t,e){this._hooks[t]||(this._hooks[t]=[]),this._hooks[t].push(e)}emit(t,...e){this._hooks[t]&&this._hooks[t].forEach((t=>t(...e)))}_updateSessionFromEvent(t,e){let n=!1,r=!1;const s=e.exception&&e.exception.values;if(s){r=!0;for(const t of s){const e=t.mechanism;if(e&&!1===e.handled){n=!0;break}}}const i="ok"===t.status;(i&&0===t.errors||i&&n)&&((0,y.CT)(t,{...n&&{status:"crashed"},errors:t.errors||Number(r||n)}),this.captureSession(t))}_isClientDoneProcessing(t){return new a.cW((e=>{let n=0;const r=setInterval((()=>{0==this._numProcessing?(clearInterval(r),e(!0)):(n+=1,t&&n>=t&&(clearInterval(r),e(!1)))}),1)}))}_isEnabled(){return!1!==this.getOptions().enabled&&void 0!==this._transport}_prepareEvent(t,e,n){const r=this.getOptions(),s=Object.keys(this._integrations);return!e.integrations&&s.length>0&&(e.integrations=s),this.emit("preprocessEvent",t,e),(0,v.R)(r,t,e,n,this).then((t=>{if(null===t)return t;const{propagationContext:e}=t.sdkProcessingMetadata||{};if(!(t.contexts&&t.contexts.trace)&&e){const{traceId:r,spanId:s,parentSpanId:i,dsc:o}=e;t.contexts={trace:{trace_id:r,span_id:s,parent_span_id:i},...t.contexts};const a=o||(0,_._)(r,this,n);t.sdkProcessingMetadata={dynamicSamplingContext:a,...t.sdkProcessingMetadata}}return t}))}_captureEvent(t,e={},n){return this._processEvent(t,e,n).then((t=>t.event_id),(t=>{if(m.X){const e=t;"log"===e.logLevel?s.kg.log(e.message):s.kg.warn(e)}}))}_processEvent(t,e,n){const r=this.getOptions(),{sampleRate:s}=r,i=w(t),c=b(t),u=t.type||"error",d=`before send for type \`${u}\``;if(c&&"number"===typeof s&&Math.random()>s)return this.recordDroppedEvent("sample_rate","error",t),(0,a.$2)(new l.b(`Discarding event because it's not included in the random sample (sampling rate = ${s})`,"log"));const h="replay_event"===u?"replay":u;return this._prepareEvent(t,e,n).then((n=>{if(null===n)throw this.recordDroppedEvent("event_processor",h,t),new l.b("An event processor returned `null`, will not send event.","log");if(e.data&&!0===e.data.__sentry__)return n;const s=function(t,e,n){const{beforeSend:r,beforeSendTransaction:s}=t;if(b(e)&&r)return r(e,n);if(w(e)&&s)return s(e,n);return e}(r,n,e);return function(t,e){const n=`${e} must return \`null\` or a valid event.`;if((0,o.J8)(t))return t.then((t=>{if(!(0,o.PO)(t)&&null!==t)throw new l.b(n);return t}),(t=>{throw new l.b(`${e} rejected with ${t}`)}));if(!(0,o.PO)(t)&&null!==t)throw new l.b(n);return t}(s,d)})).then((r=>{if(null===r)throw this.recordDroppedEvent("before_send",h,t),new l.b(`${d} returned \`null\`, will not send event.`,"log");const s=n&&n.getSession();!i&&s&&this._updateSessionFromEvent(s,r);const o=r.transaction_info;if(i&&o&&r.transaction!==t.transaction){const t="custom";r.transaction_info={...o,source:t}}return this.sendEvent(r,e),r})).then(null,(t=>{if(t instanceof l.b)throw t;throw this.captureException(t,{data:{__sentry__:!0},originalException:t}),new l.b(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: ${t}`)}))}_process(t){this._numProcessing++,t.then((t=>(this._numProcessing--,t)),(t=>(this._numProcessing--,t)))}_sendEnvelope(t){if(this.emit("beforeEnvelope",t),this._isEnabled()&&this._transport)return this._transport.send(t).then(null,(t=>{m.X&&s.kg.error("Error while sending event:",t)}));m.X&&s.kg.error("Transport disabled")}_clearOutcomes(){const t=this._outcomes;return this._outcomes={},Object.keys(t).map((e=>{const[n,r]=e.split(":");return{reason:n,category:r,quantity:t[e]}}))}}function b(t){return void 0===t.type}function w(t){return"transaction"===t.type}function E(t){const e=(0,f.Gd)().getClient();e&&e.addEventProcessor&&e.addEventProcessor(t)}},1131:(t,e,n)=>{n.d(e,{J:()=>r});const r="production"},1703:(t,e,n)=>{n.d(e,{X:()=>r});const r="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__},1195:(t,e,n)=>{n.d(e,{RP:()=>u,cc:()=>l,fH:()=>c});var r=n(1235),s=n(6893),i=n(2343),o=n(7597),a=n(1703);function c(){return(0,r.YO)("globalEventProcessors",(()=>[]))}function l(t){c().push(t)}function u(t,e,n,r=0){return new s.cW(((s,c)=>{const l=t[r];if(null===e||"function"!==typeof l)s(e);else{const d=l({...e},n);a.X&&l.id&&null===d&&i.kg.log(`Event processor "${l.id}" dropped event`),(0,o.J8)(d)?d.then((e=>u(t,e,n,r+1).then(s))).then(null,c):u(t,d,n,r+1).then(s).then(null,c)}}))}},4487:(t,e,n)=>{n.d(e,{$e:()=>a,Tb:()=>i,s3:()=>c,v:()=>o});var r=n(5659),s=n(8942);function i(t,e){return(0,r.Gd)().captureException(t,(0,s.U0)(e))}function o(t,e){(0,r.Gd)().setContext(t,e)}function a(t){(0,r.Gd)().withScope(t)}function c(){return(0,r.Gd)().getClient()}},5659:(t,e,n)=>{n.d(e,{Gd:()=>y,cu:()=>f});var r=n(2844),s=n(1170),i=n(2343),o=n(1235),a=n(1131),c=n(1703),l=n(350),u=n(9015),d=n(105);const h=parseFloat(d.J),p=100;class m{constructor(t,e=new l.s,n=h){this._version=n,this._stack=[{scope:e}],t&&this.bindClient(t)}isOlderThan(t){return this._version{r.captureException(t,{originalException:t,syntheticException:s,...e,event_id:n},i)})),n}captureMessage(t,e,n){const s=this._lastEventId=n&&n.event_id?n.event_id:(0,r.DM)(),i=new Error(t);return this._withClient(((r,o)=>{r.captureMessage(t,e,{originalException:t,syntheticException:i,...n,event_id:s},o)})),s}captureEvent(t,e){const n=e&&e.event_id?e.event_id:(0,r.DM)();return t.type||(this._lastEventId=n),this._withClient(((r,s)=>{r.captureEvent(t,{...e,event_id:n},s)})),n}lastEventId(){return this._lastEventId}addBreadcrumb(t,e){const{scope:n,client:r}=this.getStackTop();if(!r)return;const{beforeBreadcrumb:o=null,maxBreadcrumbs:a=p}=r.getOptions&&r.getOptions()||{};if(a<=0)return;const c={timestamp:(0,s.yW)(),...t},l=o?(0,i.Cf)((()=>o(c,e))):c;null!==l&&(r.emit&&r.emit("beforeAddBreadcrumb",l,e),n.addBreadcrumb(l,a))}setUser(t){this.getScope().setUser(t)}setTags(t){this.getScope().setTags(t)}setExtras(t){this.getScope().setExtras(t)}setTag(t,e){this.getScope().setTag(t,e)}setExtra(t,e){this.getScope().setExtra(t,e)}setContext(t,e){this.getScope().setContext(t,e)}configureScope(t){const{scope:e,client:n}=this.getStackTop();n&&t(e)}run(t){const e=g(this);try{t(this)}finally{g(e)}}getIntegration(t){const e=this.getClient();if(!e)return null;try{return e.getIntegration(t)}catch(n){return c.X&&i.kg.warn(`Cannot retrieve integration ${t.id} from the current Hub`),null}}startTransaction(t,e){const n=this._callExtensionMethod("startTransaction",t,e);if(c.X&&!n){this.getClient()?i.kg.warn("Tracing extension 'startTransaction' has not been added. Call 'addTracingExtensions' before calling 'init':\nSentry.addTracingExtensions();\nSentry.init({...});\n"):i.kg.warn("Tracing extension 'startTransaction' is missing. You should 'init' the SDK before calling 'startTransaction'")}return n}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(t=!1){if(t)return this.endSession();this._sendSessionUpdate()}endSession(){const t=this.getStackTop().scope,e=t.getSession();e&&(0,u.RJ)(e),this._sendSessionUpdate(),t.setSession()}startSession(t){const{scope:e,client:n}=this.getStackTop(),{release:r,environment:s=a.J}=n&&n.getOptions()||{},{userAgent:i}=o.n2.navigator||{},c=(0,u.Hv)({release:r,environment:s,user:e.getUser(),...i&&{userAgent:i},...t}),l=e.getSession&&e.getSession();return l&&"ok"===l.status&&(0,u.CT)(l,{status:"exited"}),this.endSession(),e.setSession(c),c}shouldSendDefaultPii(){const t=this.getClient(),e=t&&t.getOptions();return Boolean(e&&e.sendDefaultPii)}_sendSessionUpdate(){const{scope:t,client:e}=this.getStackTop(),n=t.getSession();n&&e&&e.captureSession&&e.captureSession(n)}_withClient(t){const{scope:e,client:n}=this.getStackTop();n&&t(n,e)}_callExtensionMethod(t,...e){const n=f().__SENTRY__;if(n&&n.extensions&&"function"===typeof n.extensions[t])return n.extensions[t].apply(this,e);c.X&&i.kg.warn(`Extension method ${t} couldn't be found, doing nothing.`)}}function f(){return o.n2.__SENTRY__=o.n2.__SENTRY__||{extensions:{},hub:void 0},o.n2}function g(t){const e=f(),n=S(e);return k(e,t),n}function y(){const t=f();if(t.__SENTRY__&&t.__SENTRY__.acs){const e=t.__SENTRY__.acs.getCurrentHub();if(e)return e}return _(t)}function _(t=f()){return v(t)&&!S(t).isOlderThan(h)||k(t,new m),S(t)}function v(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function S(t){return(0,o.YO)("hub",(()=>new m),t)}function k(t,e){if(!t)return!1;return(t.__SENTRY__=t.__SENTRY__||{}).hub=e,!0}},2967:(t,e,n)=>{n.d(e,{m7:()=>d,m8:()=>l,q4:()=>u});var r=n(2844),s=n(2343),i=n(1703),o=n(1195),a=n(5659);const c=[];function l(t){const e=t.defaultIntegrations||[],n=t.integrations;let s;e.forEach((t=>{t.isDefaultInstance=!0})),s=Array.isArray(n)?[...e,...n]:"function"===typeof n?(0,r.lE)(n(e)):e;const i=function(t){const e={};return t.forEach((t=>{const{name:n}=t,r=e[n];r&&!r.isDefaultInstance&&t.isDefaultInstance||(e[n]=t)})),Object.keys(e).map((t=>e[t]))}(s),o=function(t,e){for(let n=0;n"Debug"===t.name));if(-1!==o){const[t]=i.splice(o,1);i.push(t)}return i}function u(t,e){const n={};return e.forEach((e=>{e&&d(t,e,n)})),n}function d(t,e,n){if(n[e.name]=e,-1===c.indexOf(e.name)&&(e.setupOnce(o.cc,a.Gd),c.push(e.name)),e.setup&&"function"===typeof e.setup&&e.setup(t),t.on&&"function"===typeof e.preprocessEvent){const n=e.preprocessEvent.bind(e);t.on("preprocessEvent",((e,r)=>n(e,r,t)))}if(t.addEventProcessor&&"function"===typeof e.processEvent){const n=e.processEvent.bind(e),r=Object.assign(((e,r)=>n(e,r,t)),{id:e.name});t.addEventProcessor(r)}i.X&&s.kg.log(`Integration installed: ${e.name}`)}},350:(t,e,n)=>{n.d(e,{s:()=>c});var r=n(7597),s=n(1170),i=n(2844),o=n(1195),a=n(9015);class c{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext=l()}static clone(t){const e=new c;return t&&(e._breadcrumbs=[...t._breadcrumbs],e._tags={...t._tags},e._extra={...t._extra},e._contexts={...t._contexts},e._user=t._user,e._level=t._level,e._span=t._span,e._session=t._session,e._transactionName=t._transactionName,e._fingerprint=t._fingerprint,e._eventProcessors=[...t._eventProcessors],e._requestSession=t._requestSession,e._attachments=[...t._attachments],e._sdkProcessingMetadata={...t._sdkProcessingMetadata},e._propagationContext={...t._propagationContext}),e}addScopeListener(t){this._scopeListeners.push(t)}addEventProcessor(t){return this._eventProcessors.push(t),this}setUser(t){return this._user=t||{},this._session&&(0,a.CT)(this._session,{user:t}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(t){return this._requestSession=t,this}setTags(t){return this._tags={...this._tags,...t},this._notifyScopeListeners(),this}setTag(t,e){return this._tags={...this._tags,[t]:e},this._notifyScopeListeners(),this}setExtras(t){return this._extra={...this._extra,...t},this._notifyScopeListeners(),this}setExtra(t,e){return this._extra={...this._extra,[t]:e},this._notifyScopeListeners(),this}setFingerprint(t){return this._fingerprint=t,this._notifyScopeListeners(),this}setLevel(t){return this._level=t,this._notifyScopeListeners(),this}setTransactionName(t){return this._transactionName=t,this._notifyScopeListeners(),this}setContext(t,e){return null===e?delete this._contexts[t]:this._contexts[t]=e,this._notifyScopeListeners(),this}setSpan(t){return this._span=t,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){const t=this.getSpan();return t&&t.transaction}setSession(t){return t?this._session=t:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(t){if(!t)return this;if("function"===typeof t){const e=t(this);return e instanceof c?e:this}return t instanceof c?(this._tags={...this._tags,...t._tags},this._extra={...this._extra,...t._extra},this._contexts={...this._contexts,...t._contexts},t._user&&Object.keys(t._user).length&&(this._user=t._user),t._level&&(this._level=t._level),t._fingerprint&&(this._fingerprint=t._fingerprint),t._requestSession&&(this._requestSession=t._requestSession),t._propagationContext&&(this._propagationContext=t._propagationContext)):(0,r.PO)(t)&&(this._tags={...this._tags,...t.tags},this._extra={...this._extra,...t.extra},this._contexts={...this._contexts,...t.contexts},t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint),t.requestSession&&(this._requestSession=t.requestSession),t.propagationContext&&(this._propagationContext=t.propagationContext)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this._propagationContext=l(),this}addBreadcrumb(t,e){const n="number"===typeof e?e:100;if(n<=0)return this;const r={timestamp:(0,s.yW)(),...t},i=this._breadcrumbs;return i.push(r),this._breadcrumbs=i.length>n?i.slice(-n):i,this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(t){return this._attachments.push(t),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(t,e={},n){if(this._extra&&Object.keys(this._extra).length&&(t.extra={...this._extra,...t.extra}),this._tags&&Object.keys(this._tags).length&&(t.tags={...this._tags,...t.tags}),this._user&&Object.keys(this._user).length&&(t.user={...this._user,...t.user}),this._contexts&&Object.keys(this._contexts).length&&(t.contexts={...this._contexts,...t.contexts}),this._level&&(t.level=this._level),this._transactionName&&(t.transaction=this._transactionName),this._span){t.contexts={trace:this._span.getTraceContext(),...t.contexts};const e=this._span.transaction;if(e){t.sdkProcessingMetadata={dynamicSamplingContext:e.getDynamicSamplingContext(),...t.sdkProcessingMetadata};const n=e.name;n&&(t.tags={transaction:n,...t.tags})}}this._applyFingerprint(t);const r=this._getBreadcrumbs(),s=[...t.breadcrumbs||[],...r];return t.breadcrumbs=s.length>0?s:void 0,t.sdkProcessingMetadata={...t.sdkProcessingMetadata,...this._sdkProcessingMetadata,propagationContext:this._propagationContext},(0,o.RP)([...n||[],...(0,o.fH)(),...this._eventProcessors],t,e)}setSDKProcessingMetadata(t){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...t},this}setPropagationContext(t){return this._propagationContext=t,this}getPropagationContext(){return this._propagationContext}_getBreadcrumbs(){return this._breadcrumbs}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach((t=>{t(this)})),this._notifyingListeners=!1)}_applyFingerprint(t){t.fingerprint=t.fingerprint?(0,i.lE)(t.fingerprint):[],this._fingerprint&&(t.fingerprint=t.fingerprint.concat(this._fingerprint)),t.fingerprint&&!t.fingerprint.length&&delete t.fingerprint}}function l(){return{traceId:(0,i.DM)(),spanId:(0,i.DM)().substring(16)}}},9015:(t,e,n)=>{n.d(e,{CT:()=>a,Hv:()=>o,RJ:()=>c});var r=n(1170),s=n(2844),i=n(535);function o(t){const e=(0,r.ph)(),n={sid:(0,s.DM)(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>function(t){return(0,i.Jr)({sid:`${t.sid}`,init:t.init,started:new Date(1e3*t.started).toISOString(),timestamp:new Date(1e3*t.timestamp).toISOString(),status:t.status,errors:t.errors,did:"number"===typeof t.did||"string"===typeof t.did?`${t.did}`:void 0,duration:t.duration,abnormal_mechanism:t.abnormal_mechanism,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}(n)};return t&&a(n,t),n}function a(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),t.did||e.did||(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||(0,r.ph)(),e.abnormal_mechanism&&(t.abnormal_mechanism=e.abnormal_mechanism),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=32===e.sid.length?e.sid:(0,s.DM)()),void 0!==e.init&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),"number"===typeof e.started&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if("number"===typeof e.duration)t.duration=e.duration;else{const e=t.timestamp-t.started;t.duration=e>=0?e:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),"number"===typeof e.errors&&(t.errors=e.errors),e.status&&(t.status=e.status)}function c(t,e){let n={};e?n={status:e}:"ok"===t.status&&(n={status:"exited"}),a(t,n)}},454:(t,e,n)=>{n.d(e,{_:()=>i});var r=n(535),s=n(1131);function i(t,e,n){const i=e.getOptions(),{publicKey:o}=e.getDsn()||{},{segment:a}=n&&n.getUser()||{},c=(0,r.Jr)({environment:i.environment||s.J,release:i.release,user_segment:a,public_key:o,trace_id:t});return e.emit&&e.emit("createDsc",c),c}},2931:(t,e,n)=>{n.d(e,{T:()=>v,l:()=>_});var r=n(2343),s=n(1703),i=n(5659),o=n(1674),a=n(7373),c=n(9791);let l=!1;function u(){const t=(0,c.x1)();if(t){const e="internal_error";s.X&&r.kg.log(`[Tracing] Transaction: ${e} -> Global error occured`),t.setStatus(e)}}u.tag="sentry_tracingErrorCallback";var d=n(5544),h=n(7597),p=n(7522);function m(t,e,n){if(!(0,p.z)(e))return t.sampled=!1,t;if(void 0!==t.sampled)return t.setMetadata({sampleRate:Number(t.sampled)}),t;let i;return"function"===typeof e.tracesSampler?(i=e.tracesSampler(n),t.setMetadata({sampleRate:Number(i)})):void 0!==n.parentSampled?i=n.parentSampled:"undefined"!==typeof e.tracesSampleRate?(i=e.tracesSampleRate,t.setMetadata({sampleRate:Number(i)})):(i=1,t.setMetadata({sampleRate:i})),function(t){if((0,h.i2)(t)||"number"!==typeof t&&"boolean"!==typeof t)return s.X&&r.kg.warn(`[Tracing] Given sample rate is invalid. Sample rate must be a boolean or a number between 0 and 1. Got ${JSON.stringify(t)} of type ${JSON.stringify(typeof t)}.`),!1;if(t<0||t>1)return s.X&&r.kg.warn(`[Tracing] Given sample rate is invalid. Sample rate must be between 0 and 1. Got ${t}.`),!1;return!0}(i)?i?(t.sampled=Math.random(){n.d(e,{AT:()=>c,io:()=>d});var r=n(1170),s=n(2343),i=n(1703),o=n(8903),a=n(8069);const c={idleTimeout:1e3,finalTimeout:3e4,heartbeatInterval:5e3},l=["heartbeatFailed","idleTimeout","documentHidden","finalTimeout","externalFinish","cancelled"];class u extends o.gB{constructor(t,e,n,r){super(r),this._pushActivity=t,this._popActivity=e,this.transactionSpanId=n}add(t){t.spanId!==this.transactionSpanId&&(t.finish=e=>{t.endTimestamp="number"===typeof e?e:(0,r.ph)(),this._popActivity(t.spanId)},void 0===t.endTimestamp&&this._pushActivity(t.spanId)),super.add(t)}}class d extends a.Y{constructor(t,e,n=c.idleTimeout,r=c.finalTimeout,o=c.heartbeatInterval,a=!1){super(t,e),this._idleHub=e,this._idleTimeout=n,this._finalTimeout=r,this._heartbeatInterval=o,this._onScope=a,this.activities={},this._heartbeatCounter=0,this._finished=!1,this._idleTimeoutCanceledPermanently=!1,this._beforeFinishCallbacks=[],this._finishReason=l[4],a&&(i.X&&s.kg.log(`Setting idle transaction on scope. Span ID: ${this.spanId}`),e.configureScope((t=>t.setSpan(this)))),this._restartIdleTimeout(),setTimeout((()=>{this._finished||(this.setStatus("deadline_exceeded"),this._finishReason=l[3],this.finish())}),this._finalTimeout)}finish(t=(0,r.ph)()){if(this._finished=!0,this.activities={},"ui.action.click"===this.op&&this.setTag("finishReason",this._finishReason),this.spanRecorder){i.X&&s.kg.log("[Tracing] finishing IdleTransaction",new Date(1e3*t).toISOString(),this.op);for(const e of this._beforeFinishCallbacks)e(this,t);this.spanRecorder.spans=this.spanRecorder.spans.filter((e=>{if(e.spanId===this.spanId)return!0;e.endTimestamp||(e.endTimestamp=t,e.setStatus("cancelled"),i.X&&s.kg.log("[Tracing] cancelling span since transaction ended early",JSON.stringify(e,void 0,2)));const n=e.startTimestamp{this._finished||this._pushActivity(t)},n=t=>{this._finished||this._popActivity(t)};this.spanRecorder=new u(e,n,this.spanId,t),i.X&&s.kg.log("Starting heartbeat"),this._pingHeartbeat()}this.spanRecorder.add(this)}cancelIdleTimeout(t,{restartOnChildSpanChange:e}={restartOnChildSpanChange:!0}){this._idleTimeoutCanceledPermanently=!1===e,this._idleTimeoutID&&(clearTimeout(this._idleTimeoutID),this._idleTimeoutID=void 0,0===Object.keys(this.activities).length&&this._idleTimeoutCanceledPermanently&&(this._finishReason=l[5],this.finish(t)))}setFinishReason(t){this._finishReason=t}_restartIdleTimeout(t){this.cancelIdleTimeout(),this._idleTimeoutID=setTimeout((()=>{this._finished||0!==Object.keys(this.activities).length||(this._finishReason=l[1],this.finish(t))}),this._idleTimeout)}_pushActivity(t){this.cancelIdleTimeout(void 0,{restartOnChildSpanChange:!this._idleTimeoutCanceledPermanently}),i.X&&s.kg.log(`[Tracing] pushActivity: ${t}`),this.activities[t]=!0,i.X&&s.kg.log("[Tracing] new activities count",Object.keys(this.activities).length)}_popActivity(t){if(this.activities[t]&&(i.X&&s.kg.log(`[Tracing] popActivity ${t}`),delete this.activities[t],i.X&&s.kg.log("[Tracing] new activities count",Object.keys(this.activities).length)),0===Object.keys(this.activities).length){const t=(0,r.ph)();this._idleTimeoutCanceledPermanently?(this._finishReason=l[5],this.finish(t)):this._restartIdleTimeout(t+this._idleTimeout/1e3)}}_beat(){if(this._finished)return;const t=Object.keys(this.activities).join("");t===this._prevHeartbeatString?this._heartbeatCounter++:this._heartbeatCounter=1,this._prevHeartbeatString=t,this._heartbeatCounter>=3?(i.X&&s.kg.log("[Tracing] Transaction finished because of no change for 3 heart beats"),this.setStatus("deadline_exceeded"),this._finishReason=l[0],this.finish()):this._pingHeartbeat()}_pingHeartbeat(){i.X&&s.kg.log(`pinging Heartbeat -> current counter: ${this._heartbeatCounter}`),setTimeout((()=>{this._beat()}),this._heartbeatInterval)}}},8903:(t,e,n)=>{n.d(e,{Dr:()=>u,gB:()=>l});var r=n(2844),s=n(1170),i=n(2343),o=n(7638),a=n(535),c=n(1703);class l{constructor(t=1e3){this._maxlen=t,this.spans=[]}add(t){this.spans.length>this._maxlen?t.spanRecorder=void 0:this.spans.push(t)}}class u{constructor(t={}){this.traceId=t.traceId||(0,r.DM)(),this.spanId=t.spanId||(0,r.DM)().substring(16),this.startTimestamp=t.startTimestamp||(0,s.ph)(),this.tags=t.tags||{},this.data=t.data||{},this.instrumenter=t.instrumenter||"sentry",this.origin=t.origin||"manual",t.parentSpanId&&(this.parentSpanId=t.parentSpanId),"sampled"in t&&(this.sampled=t.sampled),t.op&&(this.op=t.op),t.description&&(this.description=t.description),t.name&&(this.description=t.name),t.status&&(this.status=t.status),t.endTimestamp&&(this.endTimestamp=t.endTimestamp)}get name(){return this.description||""}set name(t){this.setName(t)}startChild(t){const e=new u({...t,parentSpanId:this.spanId,sampled:this.sampled,traceId:this.traceId});if(e.spanRecorder=this.spanRecorder,e.spanRecorder&&e.spanRecorder.add(e),e.transaction=this.transaction,c.X&&e.transaction){const n=`[Tracing] Starting '${t&&t.op||"< unknown op >"}' span on transaction '${e.transaction.name||"< unknown name >"}' (${e.transaction.spanId}).`;e.transaction.metadata.spanMetadata[e.spanId]={logMessage:n},i.kg.log(n)}return e}setTag(t,e){return this.tags={...this.tags,[t]:e},this}setData(t,e){return this.data={...this.data,[t]:e},this}setStatus(t){return this.status=t,this}setHttpStatus(t){this.setTag("http.status_code",String(t)),this.setData("http.response.status_code",t);const e=function(t){if(t<400&&t>=100)return"ok";if(t>=400&&t<500)switch(t){case 401:return"unauthenticated";case 403:return"permission_denied";case 404:return"not_found";case 409:return"already_exists";case 413:return"failed_precondition";case 429:return"resource_exhausted";default:return"invalid_argument"}if(t>=500&&t<600)switch(t){case 501:return"unimplemented";case 503:return"unavailable";case 504:return"deadline_exceeded";default:return"internal_error"}return"unknown_error"}(t);return"unknown_error"!==e&&this.setStatus(e),this}setName(t){this.description=t}isSuccess(){return"ok"===this.status}finish(t){if(c.X&&this.transaction&&this.transaction.spanId!==this.spanId){const{logMessage:t}=this.transaction.metadata.spanMetadata[this.spanId];t&&i.kg.log(t.replace("Starting","Finishing"))}this.endTimestamp="number"===typeof t?t:(0,s.ph)()}toTraceparent(){return(0,o.$p)(this.traceId,this.spanId,this.sampled)}toContext(){return(0,a.Jr)({data:this.data,description:this.description,endTimestamp:this.endTimestamp,op:this.op,parentSpanId:this.parentSpanId,sampled:this.sampled,spanId:this.spanId,startTimestamp:this.startTimestamp,status:this.status,tags:this.tags,traceId:this.traceId})}updateWithContext(t){return this.data=t.data||{},this.description=t.description,this.endTimestamp=t.endTimestamp,this.op=t.op,this.parentSpanId=t.parentSpanId,this.sampled=t.sampled,this.spanId=t.spanId||this.spanId,this.startTimestamp=t.startTimestamp||this.startTimestamp,this.status=t.status,this.tags=t.tags||{},this.traceId=t.traceId||this.traceId,this}getTraceContext(){return(0,a.Jr)({data:Object.keys(this.data).length>0?this.data:void 0,description:this.description,op:this.op,parent_span_id:this.parentSpanId,span_id:this.spanId,status:this.status,tags:Object.keys(this.tags).length>0?this.tags:void 0,trace_id:this.traceId,origin:this.origin})}toJSON(){return(0,a.Jr)({data:Object.keys(this.data).length>0?this.data:void 0,description:this.description,op:this.op,parent_span_id:this.parentSpanId,span_id:this.spanId,start_timestamp:this.startTimestamp,status:this.status,tags:Object.keys(this.tags).length>0?this.tags:void 0,timestamp:this.endTimestamp,trace_id:this.traceId,origin:this.origin})}}},8069:(t,e,n)=>{n.d(e,{Y:()=>l});var r=n(535),s=n(2343),i=n(1703),o=n(5659),a=n(454),c=n(8903);class l extends c.Dr{constructor(t,e){super(t),delete this.description,this._measurements={},this._contexts={},this._hub=e||(0,o.Gd)(),this._name=t.name||"",this.metadata={source:"custom",...t.metadata,spanMetadata:{}},this._trimEnd=t.trimEnd,this.transaction=this;const n=this.metadata.dynamicSamplingContext;n&&(this._frozenDynamicSamplingContext={...n})}get name(){return this._name}set name(t){this.setName(t)}setName(t,e="custom"){this._name=t,this.metadata.source=e}initSpanRecorder(t=1e3){this.spanRecorder||(this.spanRecorder=new c.gB(t)),this.spanRecorder.add(this)}setContext(t,e){null===e?delete this._contexts[t]:this._contexts[t]=e}setMeasurement(t,e,n=""){this._measurements[t]={value:e,unit:n}}setMetadata(t){this.metadata={...this.metadata,...t}}finish(t){const e=this._finishTransaction(t);if(e)return this._hub.captureEvent(e)}toContext(){const t=super.toContext();return(0,r.Jr)({...t,name:this.name,trimEnd:this._trimEnd})}updateWithContext(t){return super.updateWithContext(t),this.name=t.name||"",this._trimEnd=t.trimEnd,this}getDynamicSamplingContext(){if(this._frozenDynamicSamplingContext)return this._frozenDynamicSamplingContext;const t=this._hub||(0,o.Gd)(),e=t.getClient();if(!e)return{};const n=t.getScope(),r=(0,a._)(this.traceId,e,n),s=this.metadata.sampleRate;void 0!==s&&(r.sample_rate=`${s}`);const i=this.metadata.source;return i&&"url"!==i&&(r.transaction=this.name),void 0!==this.sampled&&(r.sampled=String(this.sampled)),r}setHub(t){this._hub=t}_finishTransaction(t){if(void 0!==this.endTimestamp)return;this.name||(i.X&&s.kg.warn("Transaction has no name, falling back to ``."),this.name=""),super.finish(t);const e=this._hub.getClient();if(e&&e.emit&&e.emit("finishTransaction",this),!0!==this.sampled)return i.X&&s.kg.log("[Tracing] Discarding transaction because its trace was not chosen to be sampled."),void(e&&e.recordDroppedEvent("sample_rate","transaction"));const n=this.spanRecorder?this.spanRecorder.spans.filter((t=>t!==this&&t.endTimestamp)):[];this._trimEnd&&n.length>0&&(this.endTimestamp=n.reduce(((t,e)=>t.endTimestamp&&e.endTimestamp?t.endTimestamp>e.endTimestamp?t:e:t)).endTimestamp);const r=this.metadata,o={contexts:{...this._contexts,trace:this.getTraceContext()},spans:n,start_timestamp:this.startTimestamp,tags:this.tags,timestamp:this.endTimestamp,transaction:this.name,type:"transaction",sdkProcessingMetadata:{...r,dynamicSamplingContext:this.getDynamicSamplingContext()},...r.source&&{transaction_info:{source:r.source}}};return Object.keys(this._measurements).length>0&&(i.X&&s.kg.log("[Measurements] Adding measurements to transaction",JSON.stringify(this._measurements,void 0,2)),o.measurements=this._measurements),i.X&&s.kg.log(`[Tracing] Finishing ${this.op} transaction: ${this.name}.`),o}}},9791:(t,e,n)=>{n.d(e,{x1:()=>s});var r=n(5659);function s(t){return(t||(0,r.Gd)()).getScope().getTransaction()}},7522:(t,e,n)=>{n.d(e,{z:()=>s});var r=n(4487);function s(t){if("boolean"===typeof __SENTRY_TRACING__&&!__SENTRY_TRACING__)return!1;const e=(0,r.s3)(),n=t||e&&e.getOptions();return!!n&&(n.enableTracing||"tracesSampleRate"in n||"tracesSampler"in n)}},8942:(t,e,n)=>{n.d(e,{R:()=>h,U0:()=>m});var r=n(2844),s=n(1170),i=n(6893),o=n(7321),a=n(1235),c=n(8007),l=n(1131),u=n(1195),d=n(350);function h(t,e,n,h,m){const{normalizeDepth:f=3,normalizeMaxBreadth:g=1e3}=t,y={...e,event_id:e.event_id||n.event_id||(0,r.DM)(),timestamp:e.timestamp||(0,s.yW)()},_=n.integrations||t.integrations.map((t=>t.name));!function(t,e){const{environment:n,release:r,dist:s,maxValueLength:i=250}=e;"environment"in t||(t.environment="environment"in e?n:l.J);void 0===t.release&&void 0!==r&&(t.release=r);void 0===t.dist&&void 0!==s&&(t.dist=s);t.message&&(t.message=(0,o.$G)(t.message,i));const a=t.exception&&t.exception.values&&t.exception.values[0];a&&a.value&&(a.value=(0,o.$G)(a.value,i));const c=t.request;c&&c.url&&(c.url=(0,o.$G)(c.url,i))}(y,t),function(t,e){e.length>0&&(t.sdk=t.sdk||{},t.sdk.integrations=[...t.sdk.integrations||[],...e])}(y,_),void 0===e.type&&function(t,e){const n=a.n2._sentryDebugIds;if(!n)return;let r;const s=p.get(e);s?r=s:(r=new Map,p.set(e,r));const i=Object.keys(n).reduce(((t,s)=>{let i;const o=r.get(s);o?i=o:(i=e(s),r.set(s,i));for(let e=i.length-1;e>=0;e--){const r=i[e];if(r.filename){t[r.filename]=n[s];break}}return t}),{});try{t.exception.values.forEach((t=>{t.stacktrace.frames.forEach((t=>{t.filename&&(t.debug_id=i[t.filename])}))}))}catch(o){}}(y,t.stackParser);let v=h;n.captureContext&&(v=d.s.clone(v).update(n.captureContext)),n.mechanism&&(0,r.EG)(y,n.mechanism);let S=(0,i.WD)(y);const k=m&&m.getEventProcessors?m.getEventProcessors():[];if(v){if(v.getAttachments){const t=[...n.attachments||[],...v.getAttachments()];t.length&&(n.attachments=t)}S=v.applyToEvent(y,n,k)}else S=(0,u.RP)([...k,...(0,u.fH)()],y,n);return S.then((t=>(t&&function(t){const e={};try{t.exception.values.forEach((t=>{t.stacktrace.frames.forEach((t=>{t.debug_id&&(t.abs_path?e[t.abs_path]=t.debug_id:t.filename&&(e[t.filename]=t.debug_id),delete t.debug_id)}))}))}catch(r){}if(0===Object.keys(e).length)return;t.debug_meta=t.debug_meta||{},t.debug_meta.images=t.debug_meta.images||[];const n=t.debug_meta.images;Object.keys(e).forEach((t=>{n.push({type:"sourcemap",code_file:t,debug_id:e[t]})}))}(t),"number"===typeof f&&f>0?function(t,e,n){if(!t)return null;const r={...t,...t.breadcrumbs&&{breadcrumbs:t.breadcrumbs.map((t=>({...t,...t.data&&{data:(0,c.Fv)(t.data,e,n)}})))},...t.user&&{user:(0,c.Fv)(t.user,e,n)},...t.contexts&&{contexts:(0,c.Fv)(t.contexts,e,n)},...t.extra&&{extra:(0,c.Fv)(t.extra,e,n)}};t.contexts&&t.contexts.trace&&r.contexts&&(r.contexts.trace=t.contexts.trace,t.contexts.trace.data&&(r.contexts.trace.data=(0,c.Fv)(t.contexts.trace.data,e,n)));t.spans&&(r.spans=t.spans.map((t=>(t.data&&(t.data=(0,c.Fv)(t.data,e,n)),t))));return r}(t,f,g):t)))}const p=new WeakMap;function m(t){if(t)return function(t){return t instanceof d.s||"function"===typeof t}(t)||function(t){return Object.keys(t).some((t=>f.includes(t)))}(t)?{captureContext:t}:t}const f=["user","level","extra","contexts","tags","fingerprint","requestSession","propagationContext"]},105:(t,e,n)=>{n.d(e,{J:()=>r});const r="7.86.0"},6869:(t,e,n)=>{n.d(e,{U:()=>hr});var r=n(5659),s=n(4487);function i(t,e){const n=e.getClient(),r=n&&n.getDsn(),s=n&&n.getOptions().tunnel;return function(t,e){return!!e&&t.includes(e.host)}(t,r)||function(t,e){if(!e)return!1;return o(t)===o(e)}(t,s)}function o(t){return"/"===t[t.length-1]?t.slice(0,-1):t}var a=n(7893),c=n(8942),l=n(1235),u=n(8007),d=n(535),h=n(8464),p=n(1170),m=n(2343),f=n(2844),g=n(5322),y=n(7321),_=n(1394),v=n(5316),S=n(734),k=n(8725),b=n(228),w=n(1422);function E(){return"undefined"!==typeof window&&(!(0,w.KV)()||void 0!==l.n2.process&&"renderer"===l.n2.process.type)}var x=n(5363);const T=l.n2,I="sentryReplaySession",C="replay_event",R="Unable to send Replay",M=15e4,O=5e3,D=2e7,A=36e5;var N;function L(t){const e=null===t||void 0===t?void 0:t.host;return Boolean((null===e||void 0===e?void 0:e.shadowRoot)===t)}function $(t){return"[object ShadowRoot]"===Object.prototype.toString.call(t)}function P(t){try{const n=t.rules||t.cssRules;return n?((e=Array.from(n,F).join("")).includes(" background-clip: text;")&&!e.includes(" -webkit-background-clip: text;")&&(e=e.replace(" background-clip: text;"," -webkit-background-clip: text; background-clip: text;")),e):null}catch(n){return null}var e}function F(t){let e;if(function(t){return"styleSheet"in t}(t))try{e=P(t.styleSheet)||function(t){const{cssText:e}=t;if(e.split('"').length<3)return e;const n=["@import",`url(${JSON.stringify(t.href)})`];return""===t.layerName?n.push("layer"):t.layerName&&n.push(`layer(${t.layerName})`),t.supportsText&&n.push(`supports(${t.supportsText})`),t.media.length&&n.push(t.media.mediaText),n.join(" ")+";"}(t)}catch(n){}else if(function(t){return"selectorText"in t}(t)&&t.selectorText.includes(":"))return function(t){const e=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm;return t.replace(e,"$1\\$2")}(t.cssText);return e||t.cssText}!function(t){t[t.Document=0]="Document",t[t.DocumentType=1]="DocumentType",t[t.Element=2]="Element",t[t.Text=3]="Text",t[t.CDATA=4]="CDATA",t[t.Comment=5]="Comment"}(N||(N={}));class j{constructor(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}getId(t){var e;if(!t)return-1;const n=null===(e=this.getMeta(t))||void 0===e?void 0:e.id;return null!==n&&void 0!==n?n:-1}getNode(t){return this.idNodeMap.get(t)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(t){return this.nodeMetaMap.get(t)||null}removeNodeFromMap(t){const e=this.getId(t);this.idNodeMap.delete(e),t.childNodes&&t.childNodes.forEach((t=>this.removeNodeFromMap(t)))}has(t){return this.idNodeMap.has(t)}hasNode(t){return this.nodeMetaMap.has(t)}add(t,e){const n=e.id;this.idNodeMap.set(n,t),this.nodeMetaMap.set(t,e)}replace(t,e){const n=this.getNode(t);if(n){const t=this.nodeMetaMap.get(n);t&&this.nodeMetaMap.set(e,t)}this.idNodeMap.set(t,e)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}}function U({maskInputOptions:t,tagName:e,type:n}){return"OPTION"===e&&(e="SELECT"),Boolean(t[e.toLowerCase()]||n&&t[n]||"password"===n||"INPUT"===e&&!n&&t.text)}function B({isMasked:t,element:e,value:n,maskInputFn:r}){let s=n||"";return t?(r&&(s=r(s,e)),"*".repeat(s.length)):s}function H(t){return t.toLowerCase()}function z(t){return t.toUpperCase()}const W="__rrweb_original__";function q(t){const e=t.type;return t.hasAttribute("data-rr-is-password")?"password":e?H(e):null}function X(t,e,n){return"INPUT"!==e||"radio"!==n&&"checkbox"!==n?t.value:t.getAttribute("value")||""}let G=1;const K=new RegExp("[^a-z0-9-_:]"),J=-2;function Y(){return G++}let V,Q;const Z=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,tt=/^(?:[a-z+]+:)?\/\//i,et=/^www\..*/i,nt=/^(data:)([^,]*),(.*)/i;function rt(t,e){return(t||"").replace(Z,((t,n,r,s,i,o)=>{const a=r||i||o,c=n||s||"";if(!a)return t;if(tt.test(a)||et.test(a))return`url(${c}${a}${c})`;if(nt.test(a))return`url(${c}${a}${c})`;if("/"===a[0])return`url(${c}${function(t){let e="";return e=t.indexOf("//")>-1?t.split("/").slice(0,3).join("/"):t.split("/")[0],e=e.split("?")[0],e}(e)+a}${c})`;const l=e.split("/"),u=a.split("/");l.pop();for(const e of u)"."!==e&&(".."===e?l.pop():l.push(e));return`url(${c}${l.join("/")}${c})`}))}const st=/^[^ \t\n\r\u000c]+/,it=/^[, \t\n\r\u000c]+/;function ot(t,e){if(!e||""===e.trim())return e;const n=t.createElement("a");return n.href=e,n.href}function at(t){return Boolean("svg"===t.tagName||t.ownerSVGElement)}function ct(){const t=document.createElement("a");return t.href="",t.href}function lt(t,e,n,r,s,i){return r?"src"===n||"href"===n&&("use"!==e||"#"!==r[0])||"xlink:href"===n&&"#"!==r[0]?ot(t,r):"background"!==n||"table"!==e&&"td"!==e&&"th"!==e?"srcset"===n?function(t,e){if(""===e.trim())return e;let n=0;function r(t){let r;const s=t.exec(e.substring(n));return s?(r=s[0],n+=r.length,r):""}const s=[];for(;r(it),!(n>=e.length);){let i=r(st);if(","===i.slice(-1))i=ot(t,i.substring(0,i.length-1)),s.push(i);else{let r="";i=ot(t,i);let o=!1;for(;;){const t=e.charAt(n);if(""===t){s.push((i+r).trim());break}if(o)")"===t&&(o=!1);else{if(","===t){n+=1,s.push((i+r).trim());break}"("===t&&(o=!0)}r+=t,n+=1}}}return s.join(", ")}(t,r):"style"===n?rt(r,ct()):"object"===e&&"data"===n?ot(t,r):"function"===typeof i?i(n,r,s):r:ot(t,r):r}function ut(t,e,n){return("video"===t||"audio"===t)&&"autoplay"===e}function dt(t,e,n=1/0,r=0){return t?t.nodeType!==t.ELEMENT_NODE||r>n?-1:e(t)?r:dt(t.parentNode,e,n,r+1):-1}function ht(t,e){return n=>{const r=n;if(null===r)return!1;if(t)if("string"===typeof t){if(r.matches(`.${t}`))return!0}else if(function(t,e){for(let n=t.classList.length;n--;){const r=t.classList[n];if(e.test(r))return!0}return!1}(r,t))return!0;return!(!e||!r.matches(e))}}function pt(t,e,n,r,s,i){try{const o=t.nodeType===t.ELEMENT_NODE?t:t.parentElement;if(null===o)return!1;let a=-1,c=-1;if(i){if(c=dt(o,ht(r,s)),c<0)return!0;a=dt(o,ht(e,n),c>=0?c:1/0)}else{if(a=dt(o,ht(e,n)),a<0)return!1;c=dt(o,ht(r,s),a>=0?a:1/0)}return a>=0?!(c>=0)||a<=c:!(c>=0)&&!!i}catch(o){}return!!i}function mt(t,e){const{doc:n,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskAttributeFn:c,maskTextClass:l,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:h,inlineStylesheet:p,maskInputOptions:m={},maskTextFn:f,maskInputFn:g,dataURLOptions:y={},inlineImages:_,recordCanvas:v,keepIframeSrcFn:S,newlyAddedElement:k=!1}=e,b=function(t,e){if(!e.hasNode(t))return;const n=e.getId(t);return 1===n?void 0:n}(n,r);switch(t.nodeType){case t.DOCUMENT_NODE:return"CSS1Compat"!==t.compatMode?{type:N.Document,childNodes:[],compatMode:t.compatMode}:{type:N.Document,childNodes:[]};case t.DOCUMENT_TYPE_NODE:return{type:N.DocumentType,name:t.name,publicId:t.publicId,systemId:t.systemId,rootId:b};case t.ELEMENT_NODE:return function(t,e){const{doc:n,blockClass:r,blockSelector:s,unblockSelector:i,inlineStylesheet:o,maskInputOptions:a={},maskAttributeFn:c,maskInputFn:l,dataURLOptions:u={},inlineImages:d,recordCanvas:h,keepIframeSrcFn:p,newlyAddedElement:m=!1,rootId:f,maskAllText:g,maskTextClass:y,unmaskTextClass:_,maskTextSelector:v,unmaskTextSelector:S}=e,k=function(t,e,n,r){try{if(r&&t.matches(r))return!1;if("string"===typeof e){if(t.classList.contains(e))return!0}else for(let n=t.classList.length;n--;){const r=t.classList[n];if(e.test(r))return!0}if(n)return t.matches(n)}catch(s){}return!1}(t,r,s,i),b=function(t){if(t instanceof HTMLFormElement)return"form";const e=H(t.tagName);return K.test(e)?"div":e}(t);let w={};const E=t.attributes.length;for(let I=0;Ie.href===t.href));let r=null;e&&(r=P(e)),r&&(delete w.rel,delete w.href,w._cssText=rt(r,e.href))}if("style"===b&&t.sheet&&!(t.innerText||t.textContent||"").trim().length){const e=P(t.sheet);e&&(w._cssText=rt(e,ct()))}if("input"===b||"textarea"===b||"select"===b||"option"===b){const e=t,n=q(e),r=X(e,z(b),n),s=e.checked;if("submit"!==n&&"button"!==n&&r){const t=pt(e,y,v,_,S,U({type:n,tagName:z(b),maskInputOptions:a}));w.value=B({isMasked:t,element:e,value:r,maskInputFn:l})}s&&(w.checked=s)}"option"===b&&(t.selected&&!a.select?w.selected=!0:delete w.selected);if("canvas"===b&&h)if("2d"===t.__context)(function(t){const e=t.getContext("2d");if(!e)return!0;for(let n=0;n0!==t)))return!1}return!0})(t)||(w.rr_dataURL=t.toDataURL(u.type,u.quality));else if(!("__context"in t)){const e=t.toDataURL(u.type,u.quality),n=document.createElement("canvas");n.width=t.width,n.height=t.height;e!==n.toDataURL(u.type,u.quality)&&(w.rr_dataURL=e)}if("img"===b&&d){V||(V=n.createElement("canvas"),Q=V.getContext("2d"));const e=t,r=e.crossOrigin;e.crossOrigin="anonymous";const s=()=>{e.removeEventListener("load",s);try{V.width=e.naturalWidth,V.height=e.naturalHeight,Q.drawImage(e,0,0),w.rr_dataURL=V.toDataURL(u.type,u.quality)}catch(t){console.warn(`Cannot inline img src=${e.currentSrc}! Error: ${t}`)}r?w.crossOrigin=r:e.removeAttribute("crossorigin")};e.complete&&0!==e.naturalWidth?s():e.addEventListener("load",s)}"audio"!==b&&"video"!==b||(w.rr_mediaState=t.paused?"paused":"played",w.rr_mediaCurrentTime=t.currentTime);m||(t.scrollLeft&&(w.rr_scrollLeft=t.scrollLeft),t.scrollTop&&(w.rr_scrollTop=t.scrollTop));if(k){const{width:e,height:n}=t.getBoundingClientRect();w={class:w.class,rr_width:`${e}px`,rr_height:`${n}px`}}"iframe"!==b||p(w.src)||(t.contentDocument||(w.rr_src=w.src),delete w.src);let x;try{customElements.get(b)&&(x=!0)}catch(T){}return{type:N.Element,tagName:b,attributes:w,childNodes:[],isSVG:at(t)||void 0,needBlock:k,rootId:f,isCustom:x}}(t,{doc:n,blockClass:s,blockSelector:i,unblockSelector:o,inlineStylesheet:p,maskAttributeFn:c,maskInputOptions:m,maskInputFn:g,dataURLOptions:y,inlineImages:_,recordCanvas:v,keepIframeSrcFn:S,newlyAddedElement:k,rootId:b,maskAllText:a,maskTextClass:l,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:h});case t.TEXT_NODE:return function(t,e){var n;const{maskAllText:r,maskTextClass:s,unmaskTextClass:i,maskTextSelector:o,unmaskTextSelector:a,maskTextFn:c,maskInputOptions:l,maskInputFn:u,rootId:d}=e,h=t.parentNode&&t.parentNode.tagName;let p=t.textContent;const m="STYLE"===h||void 0,f="SCRIPT"===h||void 0,g="TEXTAREA"===h||void 0;if(m&&p){try{t.nextSibling||t.previousSibling||(null===(n=t.parentNode.sheet)||void 0===n?void 0:n.cssRules)&&(p=P(t.parentNode.sheet))}catch(_){console.warn(`Cannot get CSS styles from text's parentNode. Error: ${_}`,t)}p=rt(p,ct())}f&&(p="SCRIPT_PLACEHOLDER");const y=pt(t,s,o,i,a,r);m||f||g||!p||!y||(p=c?c(p):p.replace(/[\S]/g,"*"));g&&p&&(l.textarea||y)&&(p=u?u(p,t.parentNode):p.replace(/[\S]/g,"*"));if("OPTION"===h&&p){p=B({isMasked:pt(t,s,o,i,a,U({type:null,tagName:h,maskInputOptions:l})),element:t,value:p,maskInputFn:u})}return{type:N.Text,textContent:p||"",isStyle:m,rootId:d}}(t,{maskAllText:a,maskTextClass:l,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:h,maskTextFn:f,maskInputOptions:m,maskInputFn:g,rootId:b});case t.CDATA_SECTION_NODE:return{type:N.CDATA,textContent:"",rootId:b};case t.COMMENT_NODE:return{type:N.Comment,textContent:t.textContent||"",rootId:b};default:return!1}}function ft(t){return void 0===t||null===t?"":t.toLowerCase()}function gt(t,e){const{doc:n,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:h=!1,inlineStylesheet:p=!0,maskInputOptions:m={},maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v={},inlineImages:S=!1,recordCanvas:k=!1,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E=5e3,onStylesheetLoad:x,stylesheetLoadTimeout:T=5e3,keepIframeSrcFn:I=(()=>!1),newlyAddedElement:C=!1}=e;let{preserveWhiteSpace:R=!0}=e;const M=mt(t,{doc:n,mirror:r,blockClass:s,blockSelector:i,maskAllText:a,unblockSelector:o,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,dataURLOptions:v,inlineImages:S,recordCanvas:k,keepIframeSrcFn:I,newlyAddedElement:C});if(!M)return console.warn(t,"not serialized"),null;let O;O=r.hasNode(t)?r.getId(t):!function(t,e){if(e.comment&&t.type===N.Comment)return!0;if(t.type===N.Element){if(e.script&&("script"===t.tagName||"link"===t.tagName&&("preload"===t.attributes.rel||"modulepreload"===t.attributes.rel)&&"script"===t.attributes.as||"link"===t.tagName&&"prefetch"===t.attributes.rel&&"string"===typeof t.attributes.href&&t.attributes.href.endsWith(".js")))return!0;if(e.headFavicon&&("link"===t.tagName&&"shortcut icon"===t.attributes.rel||"meta"===t.tagName&&(ft(t.attributes.name).match(/^msapplication-tile(image|color)$/)||"application-name"===ft(t.attributes.name)||"icon"===ft(t.attributes.rel)||"apple-touch-icon"===ft(t.attributes.rel)||"shortcut icon"===ft(t.attributes.rel))))return!0;if("meta"===t.tagName){if(e.headMetaDescKeywords&&ft(t.attributes.name).match(/^description|keywords$/))return!0;if(e.headMetaSocial&&(ft(t.attributes.property).match(/^(og|twitter|fb):/)||ft(t.attributes.name).match(/^(og|twitter):/)||"pinterest"===ft(t.attributes.name)))return!0;if(e.headMetaRobots&&("robots"===ft(t.attributes.name)||"googlebot"===ft(t.attributes.name)||"bingbot"===ft(t.attributes.name)))return!0;if(e.headMetaHttpEquiv&&void 0!==t.attributes["http-equiv"])return!0;if(e.headMetaAuthorship&&("author"===ft(t.attributes.name)||"generator"===ft(t.attributes.name)||"framework"===ft(t.attributes.name)||"publisher"===ft(t.attributes.name)||"progid"===ft(t.attributes.name)||ft(t.attributes.property).match(/^article:/)||ft(t.attributes.property).match(/^product:/)))return!0;if(e.headMetaVerification&&("google-site-verification"===ft(t.attributes.name)||"yandex-verification"===ft(t.attributes.name)||"csrf-token"===ft(t.attributes.name)||"p:domain_verify"===ft(t.attributes.name)||"verify-v1"===ft(t.attributes.name)||"verification"===ft(t.attributes.name)||"shopify-checkout-api-token"===ft(t.attributes.name)))return!0}}return!1}(M,_)&&(R||M.type!==N.Text||M.isStyle||M.textContent.replace(/^\s+|\s+$/gm,"").length)?Y():J;const D=Object.assign(M,{id:O});if(r.add(t,D),O===J)return null;b&&b(t);let A=!h;if(D.type===N.Element){A=A&&!D.needBlock,delete D.needBlock;const e=t.shadowRoot;e&&$(e)&&(D.isShadowHost=!0)}if((D.type===N.Document||D.type===N.Element)&&A){_.headWhitespace&&D.type===N.Element&&"head"===D.tagName&&(R=!1);const e={doc:n,mirror:r,blockClass:s,blockSelector:i,maskAllText:a,unblockSelector:o,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:h,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v,inlineImages:S,recordCanvas:k,preserveWhiteSpace:R,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E,onStylesheetLoad:x,stylesheetLoadTimeout:T,keepIframeSrcFn:I};for(const n of Array.from(t.childNodes)){const t=gt(n,e);t&&D.childNodes.push(t)}if(function(t){return t.nodeType===t.ELEMENT_NODE}(t)&&t.shadowRoot)for(const n of Array.from(t.shadowRoot.childNodes)){const r=gt(n,e);r&&($(t.shadowRoot)&&(r.isShadow=!0),D.childNodes.push(r))}}return t.parentNode&&L(t.parentNode)&&$(t.parentNode)&&(D.isShadow=!0),D.type===N.Element&&"iframe"===D.tagName&&function(t,e,n){const r=t.contentWindow;if(!r)return;let s,i=!1;try{s=r.document.readyState}catch(a){return}if("complete"!==s){const r=setTimeout((()=>{i||(e(),i=!0)}),n);return void t.addEventListener("load",(()=>{clearTimeout(r),i=!0,e()}))}const o="about:blank";if(r.location.href!==o||t.src===o||""===t.src)return setTimeout(e,0),t.addEventListener("load",e);t.addEventListener("load",e)}(t,(()=>{const e=t.contentDocument;if(e&&w){const n=gt(e,{doc:e,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v,inlineImages:S,recordCanvas:k,preserveWhiteSpace:R,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E,onStylesheetLoad:x,stylesheetLoadTimeout:T,keepIframeSrcFn:I});n&&w(t,n)}}),E),D.type===N.Element&&"link"===D.tagName&&"stylesheet"===D.attributes.rel&&function(t,e,n){let r,s=!1;try{r=t.sheet}catch(o){return}if(r)return;const i=setTimeout((()=>{s||(e(),s=!0)}),n);t.addEventListener("load",(()=>{clearTimeout(i),s=!0,e()}))}(t,(()=>{if(x){const e=gt(t,{doc:n,mirror:r,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:a,maskTextClass:c,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:p,maskInputOptions:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:_,dataURLOptions:v,inlineImages:S,recordCanvas:k,preserveWhiteSpace:R,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:E,onStylesheetLoad:x,stylesheetLoadTimeout:T,keepIframeSrcFn:I});e&&x(t,e)}}),T),D}function yt(t,e,n=document){const r={capture:!0,passive:!0};return n.addEventListener(t,e,r),()=>n.removeEventListener(t,e,r)}const _t="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.";let vt={map:{},getId:()=>(console.error(_t),-1),getNode:()=>(console.error(_t),null),removeNodeFromMap(){console.error(_t)},has:()=>(console.error(_t),!1),reset(){console.error(_t)}};function St(t,e,n={}){let r=null,s=0;return function(...i){const o=Date.now();s||!1!==n.leading||(s=o);const a=e-(o-s),c=this;a<=0||a>e?(r&&(clearTimeout(r),r=null),s=o,t.apply(c,i)):r||!1===n.trailing||(r=setTimeout((()=>{s=!1===n.leading?0:Date.now(),r=null,t.apply(c,i)}),a))}}function kt(t,e,n,r,s=window){const i=s.Object.getOwnPropertyDescriptor(t,e);return s.Object.defineProperty(t,e,r?n:{set(t){setTimeout((()=>{n.set.call(this,t)}),0),i&&i.set&&i.set.call(this,t)}}),()=>kt(t,e,i||{},!0)}function bt(t,e,n){try{if(!(e in t))return()=>{};const r=t[e],s=n(r);return"function"===typeof s&&(s.prototype=s.prototype||{},Object.defineProperties(s,{__rrweb_original__:{enumerable:!1,value:r}})),t[e]=s,()=>{t[e]=r}}catch(r){return()=>{}}}"undefined"!==typeof window&&window.Proxy&&window.Reflect&&(vt=new Proxy(vt,{get:(t,e,n)=>("map"===e&&console.error(_t),Reflect.get(t,e,n))}));let wt=Date.now;function Et(t){var e,n,r,s,i,o;const a=t.document;return{left:a.scrollingElement?a.scrollingElement.scrollLeft:void 0!==t.pageXOffset?t.pageXOffset:(null===a||void 0===a?void 0:a.documentElement.scrollLeft)||(null===(n=null===(e=null===a||void 0===a?void 0:a.body)||void 0===e?void 0:e.parentElement)||void 0===n?void 0:n.scrollLeft)||(null===(r=null===a||void 0===a?void 0:a.body)||void 0===r?void 0:r.scrollLeft)||0,top:a.scrollingElement?a.scrollingElement.scrollTop:void 0!==t.pageYOffset?t.pageYOffset:(null===a||void 0===a?void 0:a.documentElement.scrollTop)||(null===(i=null===(s=null===a||void 0===a?void 0:a.body)||void 0===s?void 0:s.parentElement)||void 0===i?void 0:i.scrollTop)||(null===(o=null===a||void 0===a?void 0:a.body)||void 0===o?void 0:o.scrollTop)||0}}function xt(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function Tt(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function It(t,e,n,r,s){if(!t)return!1;const i=t.nodeType===t.ELEMENT_NODE?t:t.parentElement;if(!i)return!1;const o=ht(e,n);if(!s){const t=r&&i.matches(r);return o(i)&&!t}const a=dt(i,o);let c=-1;return!(a<0)&&(r&&(c=dt(i,ht(null,r))),a>-1&&c<0||a(new Date).getTime());class Nt{constructor(){this.id=1,this.styleIDMap=new WeakMap,this.idStyleMap=new Map}getId(t){var e;return null!==(e=this.styleIDMap.get(t))&&void 0!==e?e:-1}has(t){return this.styleIDMap.has(t)}add(t,e){if(this.has(t))return this.getId(t);let n;return n=void 0===e?this.id++:e,this.styleIDMap.set(t,n),this.idStyleMap.set(n,t),n}getStyle(t){return this.idStyleMap.get(t)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}}function Lt(t){var e,n;let r=null;return(null===(n=null===(e=t.getRootNode)||void 0===e?void 0:e.call(t))||void 0===n?void 0:n.nodeType)===Node.DOCUMENT_FRAGMENT_NODE&&t.getRootNode().host&&(r=t.getRootNode().host),r}function $t(t){const e=t.ownerDocument;if(!e)return!1;const n=function(t){let e,n=t;for(;e=Lt(n);)n=e;return n}(t);return e.contains(n)}function Pt(t){const e=t.ownerDocument;return!!e&&(e.contains(t)||$t(t))}var Ft=(t=>(t[t.DomContentLoaded=0]="DomContentLoaded",t[t.Load=1]="Load",t[t.FullSnapshot=2]="FullSnapshot",t[t.IncrementalSnapshot=3]="IncrementalSnapshot",t[t.Meta=4]="Meta",t[t.Custom=5]="Custom",t[t.Plugin=6]="Plugin",t))(Ft||{}),jt=(t=>(t[t.Mutation=0]="Mutation",t[t.MouseMove=1]="MouseMove",t[t.MouseInteraction=2]="MouseInteraction",t[t.Scroll=3]="Scroll",t[t.ViewportResize=4]="ViewportResize",t[t.Input=5]="Input",t[t.TouchMove=6]="TouchMove",t[t.MediaInteraction=7]="MediaInteraction",t[t.StyleSheetRule=8]="StyleSheetRule",t[t.CanvasMutation=9]="CanvasMutation",t[t.Font=10]="Font",t[t.Log=11]="Log",t[t.Drag=12]="Drag",t[t.StyleDeclaration=13]="StyleDeclaration",t[t.Selection=14]="Selection",t[t.AdoptedStyleSheet=15]="AdoptedStyleSheet",t[t.CustomElement=16]="CustomElement",t))(jt||{}),Ut=(t=>(t[t.MouseUp=0]="MouseUp",t[t.MouseDown=1]="MouseDown",t[t.Click=2]="Click",t[t.ContextMenu=3]="ContextMenu",t[t.DblClick=4]="DblClick",t[t.Focus=5]="Focus",t[t.Blur=6]="Blur",t[t.TouchStart=7]="TouchStart",t[t.TouchMove_Departed=8]="TouchMove_Departed",t[t.TouchEnd=9]="TouchEnd",t[t.TouchCancel=10]="TouchCancel",t))(Ut||{}),Bt=(t=>(t[t.Mouse=0]="Mouse",t[t.Pen=1]="Pen",t[t.Touch=2]="Touch",t))(Bt||{});function Ht(t){return"__ln"in t}class zt{constructor(){this.length=0,this.head=null,this.tail=null}get(t){if(t>=this.length)throw new Error("Position outside of list range");let e=this.head;for(let n=0;n`${t}@${e}`;class qt{constructor(){this.frozen=!1,this.locked=!1,this.texts=[],this.attributes=[],this.removes=[],this.mapRemoves=[],this.movedMap={},this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.processMutations=t=>{t.forEach(this.processMutation),this.emit()},this.emit=()=>{if(this.frozen||this.locked)return;const t=[],e=new Set,n=new zt,r=t=>{let e=t,n=J;for(;n===J;)e=e&&e.nextSibling,n=e&&this.mirror.getId(e);return n},s=s=>{if(!s.parentNode||!Pt(s))return;const i=L(s.parentNode)?this.mirror.getId(Lt(s)):this.mirror.getId(s.parentNode),o=r(s);if(-1===i||-1===o)return n.addNode(s);const a=gt(s,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskAllText:this.maskAllText,unblockSelector:this.unblockSelector,maskTextClass:this.maskTextClass,unmaskTextClass:this.unmaskTextClass,maskTextSelector:this.maskTextSelector,unmaskTextSelector:this.unmaskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskAttributeFn:this.maskAttributeFn,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:t=>{Ot(t,this.mirror)&&this.iframeManager.addIframe(t),Dt(t,this.mirror)&&this.stylesheetManager.trackLinkElement(t),At(s)&&this.shadowDomManager.addShadowRoot(s.shadowRoot,this.doc)},onIframeLoad:(t,e)=>{this.iframeManager.attachIframe(t,e),this.shadowDomManager.observeAttachShadow(t)},onStylesheetLoad:(t,e)=>{this.stylesheetManager.attachLinkElement(t,e)}});a&&(t.push({parentId:i,nextId:o,node:a}),e.add(a.id))};for(;this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(const a of this.movedSet)Gt(this.removes,a,this.mirror)&&!this.movedSet.has(a.parentNode)||s(a);for(const a of this.addedSet)Jt(this.droppedSet,a)||Gt(this.removes,a,this.mirror)?Jt(this.movedSet,a)?s(a):this.droppedSet.add(a):s(a);let i=null;for(;n.length;){let t=null;if(i){const e=this.mirror.getId(i.value.parentNode),n=r(i.value);-1!==e&&-1!==n&&(t=i)}if(!t){let e=n.tail;for(;e;){const n=e;if(e=e.previous,n){const e=this.mirror.getId(n.value.parentNode);if(-1===r(n.value))continue;if(-1!==e){t=n;break}{const e=n.value;if(e.parentNode&&e.parentNode.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const r=e.parentNode.host;if(-1!==this.mirror.getId(r)){t=n;break}}}}}}if(!t){for(;n.head;)n.removeNode(n.head.value);break}i=t.previous,n.removeNode(t.value),s(t.value)}const o={texts:this.texts.map((t=>({id:this.mirror.getId(t.node),value:t.value}))).filter((t=>!e.has(t.id))).filter((t=>this.mirror.has(t.id))),attributes:this.attributes.map((t=>{const{attributes:e}=t;if("string"===typeof e.style){const n=JSON.stringify(t.styleDiff),r=JSON.stringify(t._unchangedStyles);n.length!e.has(t.id))).filter((t=>this.mirror.has(t.id))),removes:this.removes,adds:t};(o.texts.length||o.attributes.length||o.removes.length||o.adds.length)&&(this.texts=[],this.attributes=[],this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(o))},this.processMutation=t=>{if(Ct(t.target,this.mirror))return;let e;try{e=document.implementation.createHTMLDocument()}catch(n){e=this.doc}switch(t.type){case"characterData":{const e=t.target.textContent;It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||e===t.oldValue||this.texts.push({value:pt(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,this.maskAllText)&&e?this.maskTextFn?this.maskTextFn(e):e.replace(/[\S]/g,"*"):e,node:t.target});break}case"attributes":{const n=t.target;let r=t.attributeName,s=t.target.getAttribute(r);if("value"===r){const e=q(n),r=n.tagName;s=X(n,r,e);const i=U({maskInputOptions:this.maskInputOptions,tagName:r,type:e});s=B({isMasked:pt(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,i),element:n,value:s,maskInputFn:this.maskInputFn})}if(It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||s===t.oldValue)return;let i=this.attributes.find((e=>e.node===t.target));if("IFRAME"===n.tagName&&"src"===r&&!this.keepIframeSrcFn(s)){if(n.contentDocument)return;r="rr_src"}if(i||(i={node:t.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(i)),"type"===r&&"INPUT"===n.tagName&&"password"===(t.oldValue||"").toLowerCase()&&n.setAttribute("data-rr-is-password","true"),!ut(n.tagName,r)&&(i.attributes[r]=lt(this.doc,H(n.tagName),H(r),s,n,this.maskAttributeFn),"style"===r)){const r=e.createElement("span");t.oldValue&&r.setAttribute("style",t.oldValue);for(const t of Array.from(n.style)){const e=n.style.getPropertyValue(t),s=n.style.getPropertyPriority(t);e!==r.style.getPropertyValue(t)||s!==r.style.getPropertyPriority(t)?i.styleDiff[t]=""===s?e:[e,s]:i._unchangedStyles[t]=[e,s]}for(const t of Array.from(r.style))""===n.style.getPropertyValue(t)&&(i.styleDiff[t]=!1)}break}case"childList":if(It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!0))return;t.addedNodes.forEach((e=>this.genAdds(e,t.target))),t.removedNodes.forEach((e=>{const n=this.mirror.getId(e),r=L(t.target)?this.mirror.getId(t.target.host):this.mirror.getId(t.target);It(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||Ct(e,this.mirror)||!function(t,e){return-1!==e.getId(t)}(e,this.mirror)||(this.addedSet.has(e)?(Xt(this.addedSet,e),this.droppedSet.add(e)):this.addedSet.has(t.target)&&-1===n||Rt(t.target,this.mirror)||(this.movedSet.has(e)&&this.movedMap[Wt(n,r)]?Xt(this.movedSet,e):this.removes.push({parentId:r,id:n,isShadow:!(!L(t.target)||!$(t.target))||void 0})),this.mapRemoves.push(e))}))}},this.genAdds=(t,e)=>{if(!this.processedNodeManager.inOtherBuffer(t,this)&&!this.addedSet.has(t)&&!this.movedSet.has(t)){if(this.mirror.hasNode(t)){if(Ct(t,this.mirror))return;this.movedSet.add(t);let n=null;e&&this.mirror.hasNode(e)&&(n=this.mirror.getId(e)),n&&-1!==n&&(this.movedMap[Wt(this.mirror.getId(t),n)]=!0)}else this.addedSet.add(t),this.droppedSet.delete(t);It(t,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(t.childNodes.forEach((t=>this.genAdds(t))),At(t)&&t.shadowRoot.childNodes.forEach((e=>{this.processedNodeManager.add(e,this),this.genAdds(e,t)})))}}}init(t){["mutationCb","blockClass","blockSelector","unblockSelector","maskAllText","maskTextClass","unmaskTextClass","maskTextSelector","unmaskTextSelector","inlineStylesheet","maskInputOptions","maskAttributeFn","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach((e=>{this[e]=t[e]}))}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function Xt(t,e){t.delete(e),e.childNodes.forEach((e=>Xt(t,e)))}function Gt(t,e,n){return 0!==t.length&&Kt(t,e,n)}function Kt(t,e,n){const{parentNode:r}=e;if(!r)return!1;const s=n.getId(r);return!!t.some((t=>t.id===s))||Kt(t,r,n)}function Jt(t,e){return 0!==t.size&&Yt(t,e)}function Yt(t,e){const{parentNode:n}=e;return!!n&&(!!t.has(n)||Yt(t,n))}let Vt;function Qt(t){Vt=t}function Zt(){Vt=void 0}const te=t=>{if(!Vt)return t;return(...e)=>{try{return t(...e)}catch(n){if(Vt&&!0===Vt(n))return()=>{};throw n}}},ee=[];function ne(t){try{if("composedPath"in t){const e=t.composedPath();if(e.length)return e[0]}else if("path"in t&&t.path.length)return t.path[0]}catch(e){}return t&&t.target}function re(t,e){var n,r;const s=new qt;ee.push(s),s.init(t);let i=window.MutationObserver||window.__rrMutationObserver;const o=null===(r=null===(n=null===window||void 0===window?void 0:window.Zone)||void 0===n?void 0:n.__symbol__)||void 0===r?void 0:r.call(n,"MutationObserver");o&&window[o]&&(i=window[o]);const a=new i(te((e=>{t.onMutation&&!1===t.onMutation(e)||s.processMutations.bind(s)(e)})));return a.observe(e,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),a}function se({mouseInteractionCb:t,doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,sampling:o}){if(!1===o.mouseInteraction)return()=>{};const a=!0===o.mouseInteraction||void 0===o.mouseInteraction?{}:o.mouseInteraction,c=[];let l=null;return Object.keys(Ut).filter((t=>Number.isNaN(Number(t))&&!t.endsWith("_Departed")&&!1!==a[t])).forEach((o=>{let a=H(o);const u=(e=>o=>{const a=ne(o);if(It(a,r,s,i,!0))return;let c=null,u=e;if("pointerType"in o){switch(o.pointerType){case"mouse":c=Bt.Mouse;break;case"touch":c=Bt.Touch;break;case"pen":c=Bt.Pen}c===Bt.Touch?Ut[e]===Ut.MouseDown?u="TouchStart":Ut[e]===Ut.MouseUp&&(u="TouchEnd"):Bt.Pen}else Mt(o)&&(c=Bt.Touch);null!==c?(l=c,(u.startsWith("Touch")&&c===Bt.Touch||u.startsWith("Mouse")&&c===Bt.Mouse)&&(c=null)):Ut[e]===Ut.Click&&(c=l,l=null);const d=Mt(o)?o.changedTouches[0]:o;if(!d)return;const h=n.getId(a),{clientX:p,clientY:m}=d;te(t)(Object.assign({type:Ut[u],id:h,x:p,y:m},null!==c&&{pointerType:c}))})(o);if(window.PointerEvent)switch(Ut[o]){case Ut.MouseDown:case Ut.MouseUp:a=a.replace("mouse","pointer");break;case Ut.TouchStart:case Ut.TouchEnd:return}c.push(yt(a,u,e))})),te((()=>{c.forEach((t=>t()))}))}function ie({scrollCb:t,doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,sampling:o}){return yt("scroll",te(St(te((o=>{const a=ne(o);if(!a||It(a,r,s,i,!0))return;const c=n.getId(a);if(a===e&&e.defaultView){const n=Et(e.defaultView);t({id:c,x:n.left,y:n.top})}else t({id:c,x:a.scrollLeft,y:a.scrollTop})})),o.scroll||100)),e)}const oe=["INPUT","TEXTAREA","SELECT"],ae=new WeakMap;function ce({inputCb:t,doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,ignoreClass:o,ignoreSelector:a,maskInputOptions:c,maskInputFn:l,sampling:u,userTriggeredOnInput:d,maskTextClass:h,unmaskTextClass:p,maskTextSelector:m,unmaskTextSelector:f}){function g(t){let n=ne(t);const u=t.isTrusted,g=n&&z(n.tagName);if("OPTION"===g&&(n=n.parentElement),!n||!g||oe.indexOf(g)<0||It(n,r,s,i,!0))return;const _=n;if(_.classList.contains(o)||a&&_.matches(a))return;const v=q(n);let S=X(_,g,v),k=!1;const b=U({maskInputOptions:c,tagName:g,type:v}),w=pt(n,h,m,p,f,b);"radio"!==v&&"checkbox"!==v||(k=n.checked),S=B({isMasked:w,element:n,value:S,maskInputFn:l}),y(n,d?{text:S,isChecked:k,userTriggered:u}:{text:S,isChecked:k});const E=n.name;"radio"===v&&E&&k&&e.querySelectorAll(`input[type="radio"][name="${E}"]`).forEach((t=>{if(t!==n){const e=B({isMasked:w,element:t,value:X(t,g,v),maskInputFn:l});y(t,d?{text:e,isChecked:!k,userTriggered:!1}:{text:e,isChecked:!k})}}))}function y(e,r){const s=ae.get(e);if(!s||s.text!==r.text||s.isChecked!==r.isChecked){ae.set(e,r);const s=n.getId(e);te(t)(Object.assign(Object.assign({},r),{id:s}))}}const _=("last"===u.input?["change"]:["input","change"]).map((t=>yt(t,te(g),e))),v=e.defaultView;if(!v)return()=>{_.forEach((t=>t()))};const S=v.Object.getOwnPropertyDescriptor(v.HTMLInputElement.prototype,"value"),k=[[v.HTMLInputElement.prototype,"value"],[v.HTMLInputElement.prototype,"checked"],[v.HTMLSelectElement.prototype,"value"],[v.HTMLTextAreaElement.prototype,"value"],[v.HTMLSelectElement.prototype,"selectedIndex"],[v.HTMLOptionElement.prototype,"selected"]];return S&&S.set&&_.push(...k.map((t=>kt(t[0],t[1],{set(){te(g)({target:this,isTrusted:!1})}},!1,v)))),te((()=>{_.forEach((t=>t()))}))}function le(t){return function(t,e){if(pe("CSSGroupingRule")&&t.parentRule instanceof CSSGroupingRule||pe("CSSMediaRule")&&t.parentRule instanceof CSSMediaRule||pe("CSSSupportsRule")&&t.parentRule instanceof CSSSupportsRule||pe("CSSConditionRule")&&t.parentRule instanceof CSSConditionRule){const n=Array.from(t.parentRule.cssRules).indexOf(t);e.unshift(n)}else if(t.parentStyleSheet){const n=Array.from(t.parentStyleSheet.cssRules).indexOf(t);e.unshift(n)}return e}(t,[])}function ue(t,e,n){let r,s;return t?(t.ownerNode?r=e.getId(t.ownerNode):s=n.getId(t),{styleId:s,id:r}):{}}function de({mirror:t,stylesheetManager:e},n){var r,s,i;let o=null;o="#document"===n.nodeName?t.getId(n):t.getId(n.host);const a="#document"===n.nodeName?null===(r=n.defaultView)||void 0===r?void 0:r.Document:null===(i=null===(s=n.ownerDocument)||void 0===s?void 0:s.defaultView)||void 0===i?void 0:i.ShadowRoot,c=(null===a||void 0===a?void 0:a.prototype)?Object.getOwnPropertyDescriptor(null===a||void 0===a?void 0:a.prototype,"adoptedStyleSheets"):void 0;return null!==o&&-1!==o&&a&&c?(Object.defineProperty(n,"adoptedStyleSheets",{configurable:c.configurable,enumerable:c.enumerable,get(){var t;return null===(t=c.get)||void 0===t?void 0:t.call(this)},set(t){var n;const r=null===(n=c.set)||void 0===n?void 0:n.call(this,t);if(null!==o&&-1!==o)try{e.adoptStyleSheets(t,o)}catch(s){}return r}}),te((()=>{Object.defineProperty(n,"adoptedStyleSheets",{configurable:c.configurable,enumerable:c.enumerable,get:c.get,set:c.set})}))):()=>{}}function he(t,e={}){const n=t.doc.defaultView;if(!n)return()=>{};const r=re(t,t.doc),s=function({mousemoveCb:t,sampling:e,doc:n,mirror:r}){if(!1===e.mousemove)return()=>{};const s="number"===typeof e.mousemove?e.mousemove:50,i="number"===typeof e.mousemoveCallback?e.mousemoveCallback:500;let o,a=[];const c=St(te((e=>{const n=Date.now()-o;t(a.map((t=>(t.timeOffset-=n,t))),e),a=[],o=null})),i),l=te(St(te((t=>{const e=ne(t),{clientX:n,clientY:s}=Mt(t)?t.changedTouches[0]:t;o||(o=wt()),a.push({x:n,y:s,id:r.getId(e),timeOffset:wt()-o}),c("undefined"!==typeof DragEvent&&t instanceof DragEvent?jt.Drag:t instanceof MouseEvent?jt.MouseMove:jt.TouchMove)})),s,{trailing:!1})),u=[yt("mousemove",l,n),yt("touchmove",l,n),yt("drag",l,n)];return te((()=>{u.forEach((t=>t()))}))}(t),i=se(t),o=ie(t),a=function({viewportResizeCb:t},{win:e}){let n=-1,r=-1;return yt("resize",te(St(te((()=>{const e=xt(),s=Tt();n===e&&r===s||(t({width:Number(s),height:Number(e)}),n=e,r=s)})),200)),e)}(t,{win:n}),c=ce(t),l=function({mediaInteractionCb:t,blockClass:e,blockSelector:n,unblockSelector:r,mirror:s,sampling:i,doc:o}){const a=te((o=>St(te((i=>{const a=ne(i);if(!a||It(a,e,n,r,!0))return;const{currentTime:c,volume:l,muted:u,playbackRate:d}=a;t({type:o,id:s.getId(a),currentTime:c,volume:l,muted:u,playbackRate:d})})),i.media||500))),c=[yt("play",a(0),o),yt("pause",a(1),o),yt("seeked",a(2),o),yt("volumechange",a(3),o),yt("ratechange",a(4),o)];return te((()=>{c.forEach((t=>t()))}))}(t),u=function({styleSheetRuleCb:t,mirror:e,stylesheetManager:n},{win:r}){if(!r.CSSStyleSheet||!r.CSSStyleSheet.prototype)return()=>{};const s=r.CSSStyleSheet.prototype.insertRule;r.CSSStyleSheet.prototype.insertRule=new Proxy(s,{apply:te(((r,s,i)=>{const[o,a]=i,{id:c,styleId:l}=ue(s,e,n.styleMirror);return(c&&-1!==c||l&&-1!==l)&&t({id:c,styleId:l,adds:[{rule:o,index:a}]}),r.apply(s,i)}))});const i=r.CSSStyleSheet.prototype.deleteRule;let o,a;r.CSSStyleSheet.prototype.deleteRule=new Proxy(i,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,removes:[{index:o}]}),r.apply(s,i)}))}),r.CSSStyleSheet.prototype.replace&&(o=r.CSSStyleSheet.prototype.replace,r.CSSStyleSheet.prototype.replace=new Proxy(o,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,replace:o}),r.apply(s,i)}))})),r.CSSStyleSheet.prototype.replaceSync&&(a=r.CSSStyleSheet.prototype.replaceSync,r.CSSStyleSheet.prototype.replaceSync=new Proxy(a,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,replaceSync:o}),r.apply(s,i)}))}));const c={};me("CSSGroupingRule")?c.CSSGroupingRule=r.CSSGroupingRule:(me("CSSMediaRule")&&(c.CSSMediaRule=r.CSSMediaRule),me("CSSConditionRule")&&(c.CSSConditionRule=r.CSSConditionRule),me("CSSSupportsRule")&&(c.CSSSupportsRule=r.CSSSupportsRule));const l={};return Object.entries(c).forEach((([r,s])=>{l[r]={insertRule:s.prototype.insertRule,deleteRule:s.prototype.deleteRule},s.prototype.insertRule=new Proxy(l[r].insertRule,{apply:te(((r,s,i)=>{const[o,a]=i,{id:c,styleId:l}=ue(s.parentStyleSheet,e,n.styleMirror);return(c&&-1!==c||l&&-1!==l)&&t({id:c,styleId:l,adds:[{rule:o,index:[...le(s),a||0]}]}),r.apply(s,i)}))}),s.prototype.deleteRule=new Proxy(l[r].deleteRule,{apply:te(((r,s,i)=>{const[o]=i,{id:a,styleId:c}=ue(s.parentStyleSheet,e,n.styleMirror);return(a&&-1!==a||c&&-1!==c)&&t({id:a,styleId:c,removes:[{index:[...le(s),o]}]}),r.apply(s,i)}))})})),te((()=>{r.CSSStyleSheet.prototype.insertRule=s,r.CSSStyleSheet.prototype.deleteRule=i,o&&(r.CSSStyleSheet.prototype.replace=o),a&&(r.CSSStyleSheet.prototype.replaceSync=a),Object.entries(c).forEach((([t,e])=>{e.prototype.insertRule=l[t].insertRule,e.prototype.deleteRule=l[t].deleteRule}))}))}(t,{win:n}),d=de(t,t.doc),h=function({styleDeclarationCb:t,mirror:e,ignoreCSSAttributes:n,stylesheetManager:r},{win:s}){const i=s.CSSStyleDeclaration.prototype.setProperty;s.CSSStyleDeclaration.prototype.setProperty=new Proxy(i,{apply:te(((s,o,a)=>{var c;const[l,u,d]=a;if(n.has(l))return i.apply(o,[l,u,d]);const{id:h,styleId:p}=ue(null===(c=o.parentRule)||void 0===c?void 0:c.parentStyleSheet,e,r.styleMirror);return(h&&-1!==h||p&&-1!==p)&&t({id:h,styleId:p,set:{property:l,value:u,priority:d},index:le(o.parentRule)}),s.apply(o,a)}))});const o=s.CSSStyleDeclaration.prototype.removeProperty;return s.CSSStyleDeclaration.prototype.removeProperty=new Proxy(o,{apply:te(((s,i,a)=>{var c;const[l]=a;if(n.has(l))return o.apply(i,[l]);const{id:u,styleId:d}=ue(null===(c=i.parentRule)||void 0===c?void 0:c.parentStyleSheet,e,r.styleMirror);return(u&&-1!==u||d&&-1!==d)&&t({id:u,styleId:d,remove:{property:l},index:le(i.parentRule)}),s.apply(i,a)}))}),te((()=>{s.CSSStyleDeclaration.prototype.setProperty=i,s.CSSStyleDeclaration.prototype.removeProperty=o}))}(t,{win:n}),p=t.collectFonts?function({fontCb:t,doc:e}){const n=e.defaultView;if(!n)return()=>{};const r=[],s=new WeakMap,i=n.FontFace;n.FontFace=function(t,e,n){const r=new i(t,e,n);return s.set(r,{family:t,buffer:"string"!==typeof e,descriptors:n,fontSource:"string"===typeof e?e:JSON.stringify(Array.from(new Uint8Array(e)))}),r};const o=bt(e.fonts,"add",(function(e){return function(n){return setTimeout(te((()=>{const e=s.get(n);e&&(t(e),s.delete(n))})),0),e.apply(this,[n])}}));return r.push((()=>{n.FontFace=i})),r.push(o),te((()=>{r.forEach((t=>t()))}))}(t):()=>{},m=function(t){const{doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,selectionCb:o}=t;let a=!0;const c=te((()=>{const t=e.getSelection();if(!t||a&&(null===t||void 0===t?void 0:t.isCollapsed))return;a=t.isCollapsed||!1;const c=[],l=t.rangeCount||0;for(let e=0;e{}}(t);return te((()=>{ee.forEach((t=>t.reset())),r.disconnect(),s(),i(),o(),a(),c(),l(),u(),d(),h(),p(),m(),f()}))}function pe(t){return"undefined"!==typeof window[t]}function me(t){return Boolean("undefined"!==typeof window[t]&&window[t].prototype&&"insertRule"in window[t].prototype&&"deleteRule"in window[t].prototype)}class fe{constructor(t){this.generateIdFn=t,this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap}getId(t,e,n,r){const s=n||this.getIdToRemoteIdMap(t),i=r||this.getRemoteIdToIdMap(t);let o=s.get(e);return o||(o=this.generateIdFn(),s.set(e,o),i.set(o,e)),o}getIds(t,e){const n=this.getIdToRemoteIdMap(t),r=this.getRemoteIdToIdMap(t);return e.map((e=>this.getId(t,e,n,r)))}getRemoteId(t,e,n){const r=n||this.getRemoteIdToIdMap(t);if("number"!==typeof e)return e;const s=r.get(e);return s||-1}getRemoteIds(t,e){const n=this.getRemoteIdToIdMap(t);return e.map((e=>this.getRemoteId(t,e,n)))}reset(t){if(!t)return this.iframeIdToRemoteIdMap=new WeakMap,void(this.iframeRemoteIdToIdMap=new WeakMap);this.iframeIdToRemoteIdMap.delete(t),this.iframeRemoteIdToIdMap.delete(t)}getIdToRemoteIdMap(t){let e=this.iframeIdToRemoteIdMap.get(t);return e||(e=new Map,this.iframeIdToRemoteIdMap.set(t,e)),e}getRemoteIdToIdMap(t){let e=this.iframeRemoteIdToIdMap.get(t);return e||(e=new Map,this.iframeRemoteIdToIdMap.set(t,e)),e}}class ge{constructor(){this.crossOriginIframeMirror=new fe(Y),this.crossOriginIframeRootIdMap=new WeakMap}addIframe(){}addLoadListener(){}attachIframe(){}}class ye{constructor(t){this.iframes=new WeakMap,this.crossOriginIframeMap=new WeakMap,this.crossOriginIframeMirror=new fe(Y),this.crossOriginIframeRootIdMap=new WeakMap,this.mutationCb=t.mutationCb,this.wrappedEmit=t.wrappedEmit,this.stylesheetManager=t.stylesheetManager,this.recordCrossOriginIframes=t.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new fe(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=t.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(t){this.iframes.set(t,!0),t.contentWindow&&this.crossOriginIframeMap.set(t.contentWindow,t)}addLoadListener(t){this.loadListener=t}attachIframe(t,e){var n;this.mutationCb({adds:[{parentId:this.mirror.getId(t),nextId:null,node:e}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),null===(n=this.loadListener)||void 0===n||n.call(this,t),t.contentDocument&&t.contentDocument.adoptedStyleSheets&&t.contentDocument.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(t.contentDocument.adoptedStyleSheets,this.mirror.getId(t.contentDocument))}handleMessage(t){const e=t;if("rrweb"!==e.data.type||e.origin!==e.data.origin)return;if(!t.source)return;const n=this.crossOriginIframeMap.get(t.source);if(!n)return;const r=this.transformCrossOriginEvent(n,e.data.event);r&&this.wrappedEmit(r,e.data.isCheckout)}transformCrossOriginEvent(t,e){var n;switch(e.type){case Ft.FullSnapshot:{this.crossOriginIframeMirror.reset(t),this.crossOriginIframeStyleMirror.reset(t),this.replaceIdOnNode(e.data.node,t);const n=e.data.node.id;return this.crossOriginIframeRootIdMap.set(t,n),this.patchRootIdOnNode(e.data.node,n),{timestamp:e.timestamp,type:Ft.IncrementalSnapshot,data:{source:jt.Mutation,adds:[{parentId:this.mirror.getId(t),nextId:null,node:e.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}}}case Ft.Meta:case Ft.Load:case Ft.DomContentLoaded:return!1;case Ft.Plugin:return e;case Ft.Custom:return this.replaceIds(e.data.payload,t,["id","parentId","previousId","nextId"]),e;case Ft.IncrementalSnapshot:switch(e.data.source){case jt.Mutation:return e.data.adds.forEach((e=>{this.replaceIds(e,t,["parentId","nextId","previousId"]),this.replaceIdOnNode(e.node,t);const n=this.crossOriginIframeRootIdMap.get(t);n&&this.patchRootIdOnNode(e.node,n)})),e.data.removes.forEach((e=>{this.replaceIds(e,t,["parentId","id"])})),e.data.attributes.forEach((e=>{this.replaceIds(e,t,["id"])})),e.data.texts.forEach((e=>{this.replaceIds(e,t,["id"])})),e;case jt.Drag:case jt.TouchMove:case jt.MouseMove:return e.data.positions.forEach((e=>{this.replaceIds(e,t,["id"])})),e;case jt.ViewportResize:return!1;case jt.MediaInteraction:case jt.MouseInteraction:case jt.Scroll:case jt.CanvasMutation:case jt.Input:return this.replaceIds(e.data,t,["id"]),e;case jt.StyleSheetRule:case jt.StyleDeclaration:return this.replaceIds(e.data,t,["id"]),this.replaceStyleIds(e.data,t,["styleId"]),e;case jt.Font:return e;case jt.Selection:return e.data.ranges.forEach((e=>{this.replaceIds(e,t,["start","end"])})),e;case jt.AdoptedStyleSheet:return this.replaceIds(e.data,t,["id"]),this.replaceStyleIds(e.data,t,["styleIds"]),null===(n=e.data.styles)||void 0===n||n.forEach((e=>{this.replaceStyleIds(e,t,["styleId"])})),e}}return!1}replace(t,e,n,r){for(const s of r)(Array.isArray(e[s])||"number"===typeof e[s])&&(Array.isArray(e[s])?e[s]=t.getIds(n,e[s]):e[s]=t.getId(n,e[s]));return e}replaceIds(t,e,n){return this.replace(this.crossOriginIframeMirror,t,e,n)}replaceStyleIds(t,e,n){return this.replace(this.crossOriginIframeStyleMirror,t,e,n)}replaceIdOnNode(t,e){this.replaceIds(t,e,["id","rootId"]),"childNodes"in t&&t.childNodes.forEach((t=>{this.replaceIdOnNode(t,e)}))}patchRootIdOnNode(t,e){t.type===N.Document||t.rootId||(t.rootId=e),"childNodes"in t&&t.childNodes.forEach((t=>{this.patchRootIdOnNode(t,e)}))}}class _e{init(){}addShadowRoot(){}observeAttachShadow(){}reset(){}}class ve{constructor(t){this.shadowDoms=new WeakSet,this.restoreHandlers=[],this.mutationCb=t.mutationCb,this.scrollCb=t.scrollCb,this.bypassOptions=t.bypassOptions,this.mirror=t.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(t,e){if(!$(t))return;if(this.shadowDoms.has(t))return;this.shadowDoms.add(t);const n=re(Object.assign(Object.assign({},this.bypassOptions),{doc:e,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this}),t);this.restoreHandlers.push((()=>n.disconnect())),this.restoreHandlers.push(ie(Object.assign(Object.assign({},this.bypassOptions),{scrollCb:this.scrollCb,doc:t,mirror:this.mirror}))),setTimeout((()=>{t.adoptedStyleSheets&&t.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(t.adoptedStyleSheets,this.mirror.getId(t.host)),this.restoreHandlers.push(de({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},t))}),0)}observeAttachShadow(t){t.contentWindow&&t.contentDocument&&this.patchAttachShadow(t.contentWindow.Element,t.contentDocument)}patchAttachShadow(t,e){const n=this;this.restoreHandlers.push(bt(t.prototype,"attachShadow",(function(t){return function(r){const s=t.call(this,r);return this.shadowRoot&&Pt(this)&&n.addShadowRoot(this.shadowRoot,e),s}})))}reset(){this.restoreHandlers.forEach((t=>{try{t()}catch(e){}})),this.restoreHandlers=[],this.shadowDoms=new WeakSet}}class Se{reset(){}freeze(){}unfreeze(){}lock(){}unlock(){}}class ke{constructor(t){this.trackedLinkElements=new WeakSet,this.styleMirror=new Nt,this.mutationCb=t.mutationCb,this.adoptedStyleSheetCb=t.adoptedStyleSheetCb}attachLinkElement(t,e){"_cssText"in e.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:e.id,attributes:e.attributes}]}),this.trackLinkElement(t)}trackLinkElement(t){this.trackedLinkElements.has(t)||(this.trackedLinkElements.add(t),this.trackStylesheetInLinkElement(t))}adoptStyleSheets(t,e){if(0===t.length)return;const n={id:e,styleIds:[]},r=[];for(const s of t){let t;this.styleMirror.has(s)?t=this.styleMirror.getId(s):(t=this.styleMirror.add(s),r.push({styleId:t,rules:Array.from(s.rules||CSSRule,((t,e)=>({rule:F(t),index:e})))})),n.styleIds.push(t)}r.length>0&&(n.styles=r),this.adoptedStyleSheetCb(n)}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(t){}}class be{constructor(){this.nodeMap=new WeakMap,this.loop=!0,this.periodicallyClear()}periodicallyClear(){requestAnimationFrame((()=>{this.clear(),this.loop&&this.periodicallyClear()}))}inOtherBuffer(t,e){const n=this.nodeMap.get(t);return n&&Array.from(n).some((t=>t!==e))}add(t,e){this.nodeMap.set(t,(this.nodeMap.get(t)||new Set).add(e))}clear(){this.nodeMap=new WeakMap}destroy(){this.loop=!1}}function we(t){const e=t;return e.timestamp=wt(),e}let Ee;const xe=new j;function Te(t={}){const{emit:e,checkoutEveryNms:n,checkoutEveryNth:r,blockClass:s="rr-block",blockSelector:i=null,unblockSelector:o=null,ignoreClass:a="rr-ignore",ignoreSelector:c=null,maskAllText:l=!1,maskTextClass:u="rr-mask",unmaskTextClass:d=null,maskTextSelector:h=null,unmaskTextSelector:p=null,inlineStylesheet:m=!0,maskAllInputs:f,maskInputOptions:g,slimDOMOptions:y,maskAttributeFn:_,maskInputFn:v,maskTextFn:S,packFn:k,sampling:b={},dataURLOptions:w={},mousemoveWait:E,recordCanvas:x=!1,recordCrossOriginIframes:T=!1,recordAfter:I=("DOMContentLoaded"===t.recordAfter?t.recordAfter:"load"),userTriggeredOnInput:C=!1,collectFonts:R=!1,inlineImages:M=!1,keepIframeSrcFn:O=(()=>!1),ignoreCSSAttributes:D=new Set([]),errorHandler:A,onMutation:N,getCanvasManager:L}=t;Qt(A);const $=!T||window.parent===window;let P=!1;if(!$)try{window.parent.document&&(P=!1)}catch(tt){P=!0}if($&&!e)throw new Error("emit function is required");void 0!==E&&void 0===b.mousemove&&(b.mousemove=E),xe.reset();const F=!0===f?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,radio:!0,checkbox:!0}:void 0!==g?g:{},U=!0===y||"all"===y?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:"all"===y,headMetaDescKeywords:"all"===y}:y||{};let B;!function(t=window){"NodeList"in t&&!t.NodeList.prototype.forEach&&(t.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in t&&!t.DOMTokenList.prototype.forEach&&(t.DOMTokenList.prototype.forEach=Array.prototype.forEach),Node.prototype.contains||(Node.prototype.contains=(...t)=>{let e=t[0];if(!(0 in t))throw new TypeError("1 argument is required");do{if(this===e)return!0}while(e=e&&e.parentNode);return!1})}();let H=0;const z=t=>(k&&!P&&(t=k(t)),t),W=(t,s)=>{var i;if(!(null===(i=ee[0])||void 0===i?void 0:i.isFrozen())||t.type===Ft.FullSnapshot||t.type===Ft.IncrementalSnapshot&&t.data.source===jt.Mutation||ee.forEach((t=>t.unfreeze())),$)null===e||void 0===e||e(z(t),s);else if(P){const e={type:"rrweb",event:z(t),origin:window.location.origin,isCheckout:s};window.parent.postMessage(e,"*")}if(t.type===Ft.FullSnapshot)B=t,H=0;else if(t.type===Ft.IncrementalSnapshot){if(t.data.source===jt.Mutation&&t.data.isAttachIframe)return;H++;const e=r&&H>=r,s=n&&t.timestamp-B.timestamp>n;(e||s)&&Z(!0)}},q=t=>{W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Mutation},t)}))},X=t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Scroll},t)})),G=t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.CanvasMutation},t)})),K=new ke({mutationCb:q,adoptedStyleSheetCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.AdoptedStyleSheet},t)}))}),J="boolean"===typeof __RRWEB_EXCLUDE_IFRAME__&&__RRWEB_EXCLUDE_IFRAME__?new ge:new ye({mirror:xe,mutationCb:q,stylesheetManager:K,recordCrossOriginIframes:T,wrappedEmit:W}),Y=new be,V=L?L({recordCanvas:x,blockClass:s,blockSelector:i,unblockSelector:o,sampling:b.canvas,dataURLOptions:w}):new Se,Q="boolean"===typeof __RRWEB_EXCLUDE_SHADOW_DOM__&&__RRWEB_EXCLUDE_SHADOW_DOM__?new _e:new ve({mutationCb:q,scrollCb:X,bypassOptions:{onMutation:N,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:l,maskTextClass:u,unmaskTextClass:d,maskTextSelector:h,unmaskTextSelector:p,inlineStylesheet:m,maskInputOptions:F,dataURLOptions:w,maskAttributeFn:_,maskTextFn:S,maskInputFn:v,recordCanvas:x,inlineImages:M,sampling:b,slimDOMOptions:U,iframeManager:J,stylesheetManager:K,canvasManager:V,keepIframeSrcFn:O,processedNodeManager:Y},mirror:xe}),Z=(t=!1)=>{W(we({type:Ft.Meta,data:{href:window.location.href,width:Tt(),height:xt()}}),t),K.reset(),Q.init(),ee.forEach((t=>t.lock()));const e=function(t,e){const{mirror:n=new j,blockClass:r="rr-block",blockSelector:s=null,unblockSelector:i=null,maskAllText:o=!1,maskTextClass:a="rr-mask",unmaskTextClass:c=null,maskTextSelector:l=null,unmaskTextSelector:u=null,inlineStylesheet:d=!0,inlineImages:h=!1,recordCanvas:p=!1,maskAllInputs:m=!1,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOM:_=!1,dataURLOptions:v,preserveWhiteSpace:S,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:w,onStylesheetLoad:E,stylesheetLoadTimeout:x,keepIframeSrcFn:T=(()=>!1)}=e||{};return gt(t,{doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:i,maskAllText:o,maskTextClass:a,unmaskTextClass:c,maskTextSelector:l,unmaskTextSelector:u,skipChild:!1,inlineStylesheet:d,maskInputOptions:!0===m?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0}:!1===m?{}:m,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:!0===_||"all"===_?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:"all"===_,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:!1===_?{}:_,dataURLOptions:v,inlineImages:h,recordCanvas:p,preserveWhiteSpace:S,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:w,onStylesheetLoad:E,stylesheetLoadTimeout:x,keepIframeSrcFn:T,newlyAddedElement:!1})}(document,{mirror:xe,blockClass:s,blockSelector:i,unblockSelector:o,maskAllText:l,maskTextClass:u,unmaskTextClass:d,maskTextSelector:h,unmaskTextSelector:p,inlineStylesheet:m,maskAllInputs:F,maskAttributeFn:_,maskInputFn:v,maskTextFn:S,slimDOM:U,dataURLOptions:w,recordCanvas:x,inlineImages:M,onSerialize:t=>{Ot(t,xe)&&J.addIframe(t),Dt(t,xe)&&K.trackLinkElement(t),At(t)&&Q.addShadowRoot(t.shadowRoot,document)},onIframeLoad:(t,e)=>{J.attachIframe(t,e),Q.observeAttachShadow(t)},onStylesheetLoad:(t,e)=>{K.attachLinkElement(t,e)},keepIframeSrcFn:O});if(!e)return console.warn("Failed to snapshot the document");W(we({type:Ft.FullSnapshot,data:{node:e,initialOffset:Et(window)}}),t),ee.forEach((t=>t.unlock())),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&K.adoptStyleSheets(document.adoptedStyleSheets,xe.getId(document))};Ee=Z;try{const t=[],e=t=>te(he)({onMutation:N,mutationCb:q,mousemoveCb:(t,e)=>W(we({type:Ft.IncrementalSnapshot,data:{source:e,positions:t}})),mouseInteractionCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.MouseInteraction},t)})),scrollCb:X,viewportResizeCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.ViewportResize},t)})),inputCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Input},t)})),mediaInteractionCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.MediaInteraction},t)})),styleSheetRuleCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.StyleSheetRule},t)})),styleDeclarationCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.StyleDeclaration},t)})),canvasMutationCb:G,fontCb:t=>W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Font},t)})),selectionCb:t=>{W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.Selection},t)}))},customElementCb:t=>{W(we({type:Ft.IncrementalSnapshot,data:Object.assign({source:jt.CustomElement},t)}))},blockClass:s,ignoreClass:a,ignoreSelector:c,maskAllText:l,maskTextClass:u,unmaskTextClass:d,maskTextSelector:h,unmaskTextSelector:p,maskInputOptions:F,inlineStylesheet:m,sampling:b,recordCanvas:x,inlineImages:M,userTriggeredOnInput:C,collectFonts:R,doc:t,maskAttributeFn:_,maskInputFn:v,maskTextFn:S,keepIframeSrcFn:O,blockSelector:i,unblockSelector:o,slimDOMOptions:U,dataURLOptions:w,mirror:xe,iframeManager:J,stylesheetManager:K,shadowDomManager:Q,processedNodeManager:Y,canvasManager:V,ignoreCSSAttributes:D,plugins:[]},{});J.addLoadListener((n=>{try{t.push(e(n.contentDocument))}catch(r){console.warn(r)}}));const n=()=>{Z(),t.push(e(document))};return"interactive"===document.readyState||"complete"===document.readyState?n():(t.push(yt("DOMContentLoaded",(()=>{W(we({type:Ft.DomContentLoaded,data:{}})),"DOMContentLoaded"===I&&n()}))),t.push(yt("load",(()=>{W(we({type:Ft.Load,data:{}})),"load"===I&&n()}),window))),()=>{t.forEach((t=>t())),Y.destroy(),Ee=void 0,Zt()}}catch(et){console.warn(et)}}Te.mirror=xe,Te.takeFullSnapshot=function(t){if(!Ee)throw new Error("please take full snapshot after start recording");Ee(t)};const Ie=3;function Ce(t){return t>9999999999?t:1e3*t}function Re(t){return t>9999999999?t/1e3:t}function Me(t,e){"sentry.transaction"!==e.category&&(["ui.click","ui.input"].includes(e.category)?t.triggerUserActivity():t.checkAndHandleExpiredSession(),t.addUpdate((()=>(t.throttledAddEvent({type:Ft.Custom,timestamp:1e3*(e.timestamp||0),data:{tag:"breadcrumb",payload:(0,u.Fv)(e,10,1e3)}}),"console"===e.category))))}const Oe="button,a";function De(t){return t.closest(Oe)||t}function Ae(t){const e=Ne(t);return e&&e instanceof Element?De(e):e}function Ne(t){return function(t){return"object"===typeof t&&!!t&&"target"in t}(t)?t.target:t}let Le;function $e(t){return Le||(Le=[],(0,d.hl)(T,"open",(function(t){return function(...e){if(Le)try{Le.forEach((t=>t()))}catch(n){}return t.apply(T,e)}}))),Le.push(t),()=>{const e=Le?Le.indexOf(t):-1;e>-1&&Le.splice(e,1)}}class Pe{constructor(t,e,n=Me){this._lastMutation=0,this._lastScroll=0,this._clicks=[],this._timeout=e.timeout/1e3,this._threshold=e.threshold/1e3,this._scollTimeout=e.scrollTimeout/1e3,this._replay=t,this._ignoreSelector=e.ignoreSelector,this._addBreadcrumbEvent=n}addListeners(){const t=$e((()=>{this._lastMutation=je()}));this._teardown=()=>{t(),this._clicks=[],this._lastMutation=0,this._lastScroll=0}}removeListeners(){this._teardown&&this._teardown(),this._checkClickTimeout&&clearTimeout(this._checkClickTimeout)}handleClick(t,e){if(function(t,e){if(!Fe.includes(t.tagName))return!0;if("INPUT"===t.tagName&&!["submit","button"].includes(t.getAttribute("type")||""))return!0;if("A"===t.tagName&&(t.hasAttribute("download")||t.hasAttribute("target")&&"_self"!==t.getAttribute("target")))return!0;if(e&&t.matches(e))return!0;return!1}(e,this._ignoreSelector)||!function(t){return!(!t.data||"number"!==typeof t.data.nodeId||!t.timestamp)}(t))return;const n={timestamp:Re(t.timestamp),clickBreadcrumb:t,clickCount:0,node:e};this._clicks.some((t=>t.node===n.node&&Math.abs(t.timestamp-n.timestamp)<1))||(this._clicks.push(n),1===this._clicks.length&&this._scheduleCheckClicks())}registerMutation(t=Date.now()){this._lastMutation=Re(t)}registerScroll(t=Date.now()){this._lastScroll=Re(t)}registerClick(t){const e=De(t);this._handleMultiClick(e)}_handleMultiClick(t){this._getClicks(t).forEach((t=>{t.clickCount++}))}_getClicks(t){return this._clicks.filter((e=>e.node===t))}_checkClicks(){const t=[],e=je();this._clicks.forEach((n=>{!n.mutationAfter&&this._lastMutation&&(n.mutationAfter=n.timestamp<=this._lastMutation?this._lastMutation-n.timestamp:void 0),!n.scrollAfter&&this._lastScroll&&(n.scrollAfter=n.timestamp<=this._lastScroll?this._lastScroll-n.timestamp:void 0),n.timestamp+this._timeout<=e&&t.push(n)}));for(const n of t){const t=this._clicks.indexOf(n);t>-1&&(this._generateBreadcrumbs(n),this._clicks.splice(t,1))}this._clicks.length&&this._scheduleCheckClicks()}_generateBreadcrumbs(t){const e=this._replay,n=t.scrollAfter&&t.scrollAfter<=this._scollTimeout,r=t.mutationAfter&&t.mutationAfter<=this._threshold,s=!n&&!r,{clickCount:i,clickBreadcrumb:o}=t;if(s){const n=1e3*Math.min(t.mutationAfter||this._timeout,this._timeout),r=n<1e3*this._timeout?"mutation":"timeout",s={type:"default",message:o.message,timestamp:o.timestamp,category:"ui.slowClickDetected",data:{...o.data,url:T.location.href,route:e.getCurrentRoute(),timeAfterClickMs:n,endReason:r,clickCount:i||1}};this._addBreadcrumbEvent(e,s)}else if(i>1){const t={type:"default",message:o.message,timestamp:o.timestamp,category:"ui.multiClick",data:{...o.data,url:T.location.href,route:e.getCurrentRoute(),clickCount:i,metric:!0}};this._addBreadcrumbEvent(e,t)}}_scheduleCheckClicks(){this._checkClickTimeout&&clearTimeout(this._checkClickTimeout),this._checkClickTimeout=setTimeout((()=>this._checkClicks()),1e3)}}const Fe=["A","BUTTON","INPUT"];function je(){return Date.now()/1e3}function Ue(t,e){try{if(!function(t){return t.type===Ie}(e))return;const{source:n}=e.data;if(n===jt.Mutation&&t.registerMutation(e.timestamp),n===jt.Scroll&&t.registerScroll(e.timestamp),function(t){return t.data.source===jt.MouseInteraction}(e)){const{type:n,id:r}=e.data,s=Te.mirror.getNode(r);s instanceof HTMLElement&&n===Ut.Click&&t.registerClick(s)}}catch(n){}}function Be(t){return{timestamp:Date.now()/1e3,type:"default",...t}}var He;!function(t){t[t.Document=0]="Document",t[t.DocumentType=1]="DocumentType",t[t.Element=2]="Element",t[t.Text=3]="Text",t[t.CDATA=4]="CDATA",t[t.Comment=5]="Comment"}(He||(He={}));const ze=new Set(["id","class","aria-label","role","name","alt","title","data-test-id","data-testid","disabled","aria-disabled"]);function We(t){const e={};for(const n in t)if(ze.has(n)){let r=n;"data-testid"!==n&&"data-test-id"!==n||(r="testId"),e[r]=t[n]}return e}const qe=t=>e=>{if(!t.isEnabled())return;const n=function(t){const{target:e,message:n}=function(t){const e="click"===t.name;let n,r=null;try{r=e?Ae(t.event):Ne(t.event),n=(0,h.Rt)(r,{maxStringLength:200})||""}catch(s){n=""}return{target:r,message:n}}(t);return Be({category:`ui.${t.name}`,...Xe(e,n)})}(e);if(!n)return;const r="click"===e.name,s=r?e.event:void 0;!(r&&t.clickDetector&&s&&s.target)||s.altKey||s.metaKey||s.ctrlKey||s.shiftKey||function(t,e,n){t.handleClick(e,n)}(t.clickDetector,n,Ae(e.event)),Me(t,n)};function Xe(t,e){const n=Te.mirror.getId(t),r=n&&Te.mirror.getNode(n),s=r&&Te.mirror.getMeta(r),i=s&&function(t){return t.type===He.Element}(s)?s:null;return{message:e,data:i?{nodeId:n,node:{id:n,tagName:i.tagName,textContent:Array.from(i.childNodes).map((t=>t.type===He.Text&&t.textContent)).filter(Boolean).map((t=>t.trim())).join(""),attributes:We(i.attributes)}}:{}}}function Ge(t,e){if(!t.isEnabled())return;t.updateUserActivity();const n=function(t){const{metaKey:e,shiftKey:n,ctrlKey:r,altKey:s,key:i,target:o}=t;if(!o||function(t){return"INPUT"===t.tagName||"TEXTAREA"===t.tagName||t.isContentEditable}(o)||!i)return null;const a=e||r||s,c=1===i.length;if(!a&&c)return null;const l=(0,h.Rt)(o,{maxStringLength:200})||"",u=Xe(o,l);return Be({category:"ui.keyDown",message:l,data:{...u.data,metaKey:e,shiftKey:n,ctrlKey:r,altKey:s,key:i}})}(e);n&&Me(t,n)}const Ke={resource:function(t){const{entryType:e,initiatorType:n,name:r,responseEnd:s,startTime:i,decodedBodySize:o,encodedBodySize:a,responseStatus:c,transferSize:l}=t;if(["fetch","xmlhttprequest"].includes(n))return null;return{type:`${e}.${n}`,start:Ye(i),end:Ye(s),name:r,data:{size:l,statusCode:c,decodedBodySize:o,encodedBodySize:a}}},paint:function(t){const{duration:e,entryType:n,name:r,startTime:s}=t,i=Ye(s);return{type:n,name:r,start:i,end:i+e,data:void 0}},navigation:function(t){const{entryType:e,name:n,decodedBodySize:r,duration:s,domComplete:i,encodedBodySize:o,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,domInteractive:l,loadEventStart:u,loadEventEnd:d,redirectCount:h,startTime:p,transferSize:m,type:f}=t;if(0===s)return null;return{type:`${e}.${f}`,start:Ye(p),end:Ye(i),name:n,data:{size:m,decodedBodySize:r,encodedBodySize:o,duration:s,domInteractive:l,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,loadEventStart:u,loadEventEnd:d,domComplete:i,redirectCount:h}}}};function Je(t){return Ke[t.entryType]?Ke[t.entryType](t):null}function Ye(t){return((p.Z1||T.performance.timeOrigin)+t)/1e3}function Ve(t){function e(e){t.performanceEntries.includes(e)||t.performanceEntries.push(e)}function n({entries:t}){t.forEach(e)}const r=[];return["navigation","paint","resource"].forEach((t=>{r.push((0,x._j)(t,n))})),r.push((0,x.$A)((({metric:e})=>{t.replayPerformanceEntries.push(function(t){const e=t.entries,n=e[e.length-1],r=n?n.element:void 0,s=t.value,i=Ye(s);return{type:"largest-contentful-paint",name:"largest-contentful-paint",start:i,end:i,data:{value:s,size:s,nodeId:r?Te.mirror.getId(r):void 0}}}(e))}))),()=>{r.forEach((t=>t()))}}const Qe="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,Ze='var t=Uint8Array,n=Uint16Array,r=Int32Array,e=new t([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),i=new t([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),a=new t([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),s=function(t,e){for(var i=new n(31),a=0;a<31;++a)i[a]=e+=1<>1|(21845&c)<<1;v=(61680&(v=(52428&v)>>2|(13107&v)<<2))>>4|(3855&v)<<4,u[c]=((65280&v)>>8|(255&v)<<8)>>1}var d=function(t,r,e){for(var i=t.length,a=0,s=new n(r);a>h]=l}else for(o=new n(i),a=0;a>15-t[a]);return o},g=new t(288);for(c=0;c<144;++c)g[c]=8;for(c=144;c<256;++c)g[c]=9;for(c=256;c<280;++c)g[c]=7;for(c=280;c<288;++c)g[c]=8;var w=new t(32);for(c=0;c<32;++c)w[c]=5;var p=d(g,9,0),y=d(w,5,0),m=function(t){return(t+7)/8|0},b=function(n,r,e){return(null==r||r<0)&&(r=0),(null==e||e>n.length)&&(e=n.length),new t(n.subarray(r,e))},M=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],E=function(t,n,r){var e=new Error(n||M[t]);if(e.code=t,Error.captureStackTrace&&Error.captureStackTrace(e,E),!r)throw e;return e},z=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8},A=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8,t[e+2]|=r>>16},_=function(r,e){for(var i=[],a=0;ad&&(d=o[a].s);var g=new n(d+1),w=x(i[c-1],g,0);if(w>e){a=0;var p=0,y=w-e,m=1<e))break;p+=m-(1<>=y;p>0;){var M=o[a].s;g[M]=0&&p;--a){var E=o[a].s;g[E]==e&&(--g[E],++p)}w=e}return{t:new t(g),l:w}},x=function(t,n,r){return-1==t.s?Math.max(x(t.l,n,r+1),x(t.r,n,r+1)):n[t.s]=r},D=function(t){for(var r=t.length;r&&!t[--r];);for(var e=new n(++r),i=0,a=t[0],s=1,o=function(t){e[i++]=t},f=1;f<=r;++f)if(t[f]==a&&f!=r)++s;else{if(!a&&s>2){for(;s>138;s-=138)o(32754);s>2&&(o(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(o(a),--s;s>6;s-=6)o(8304);s>2&&(o(s-3<<5|8208),s=0)}for(;s--;)o(a);s=1,a=t[f]}return{c:e.subarray(0,i),n:r}},T=function(t,n){for(var r=0,e=0;e>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var a=0;a4&&!H[a[K-1]];--K);var N,P,Q,R,V=v+5<<3,W=T(f,g)+T(h,w)+l,X=T(f,M)+T(h,C)+l+14+3*K+T(q,H)+2*q[16]+3*q[17]+7*q[18];if(c>=0&&V<=W&&V<=X)return k(r,m,t.subarray(c,c+v));if(z(r,m,1+(X15&&(z(r,m,tt[B]>>5&127),m+=tt[B]>>12)}}}else N=p,P=g,Q=y,R=w;for(B=0;B255){A(r,m,N[(nt=rt>>18&31)+257]),m+=P[nt+257],nt>7&&(z(r,m,rt>>23&31),m+=e[nt]);var et=31&rt;A(r,m,Q[et]),m+=R[et],et>3&&(A(r,m,rt>>5&8191),m+=i[et])}else A(r,m,N[rt]),m+=P[rt]}return A(r,m,N[256]),m+P[256]},U=new r([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),F=new t(0),I=function(){for(var t=new Int32Array(256),n=0;n<256;++n){for(var r=n,e=9;--e;)r=(1&r&&-306674912)^r>>>1;t[n]=r}return t}(),S=function(){var t=1,n=0;return{p:function(r){for(var e=t,i=n,a=0|r.length,s=0;s!=a;){for(var o=Math.min(s+2655,a);s>16),i=(65535&i)+15*(i>>16)}t=e,n=i},d:function(){return(255&(t%=65521))<<24|(65280&t)<<8|(255&(n%=65521))<<8|n>>8}}},L=function(a,s,o,f,u){if(!u&&(u={l:1},s.dictionary)){var c=s.dictionary.subarray(-32768),v=new t(c.length+a.length);v.set(c),v.set(a,c.length),a=v,u.w=c.length}return function(a,s,o,f,u,c){var v=c.z||a.length,d=new t(f+v+5*(1+Math.ceil(v/7e3))+u),g=d.subarray(f,d.length-u),w=c.l,p=7&(c.r||0);if(s){p&&(g[0]=c.r>>3);for(var y=U[s-1],M=y>>13,E=8191&y,z=(1<7e3||q>24576)&&(N>423||!w)){p=C(a,g,0,F,I,S,O,q,G,j-G,p),q=L=O=0,G=j;for(var P=0;P<286;++P)I[P]=0;for(P=0;P<30;++P)S[P]=0}var Q=2,R=0,V=E,W=J-K&32767;if(N>2&&H==T(j-W))for(var X=Math.min(M,N)-1,Y=Math.min(32767,j),Z=Math.min(258,N);W<=Y&&--V&&J!=K;){if(a[j+Q]==a[j+Q-W]){for(var $=0;$Q){if(Q=$,R=W,$>X)break;var tt=Math.min(W,$-2),nt=0;for(P=0;Pnt&&(nt=et,K=rt)}}}W+=(J=K)-(K=A[J])&32767}if(R){F[q++]=268435456|h[Q]<<18|l[R];var it=31&h[Q],at=31&l[R];O+=e[it]+i[at],++I[257+it],++S[at],B=j+Q,++L}else F[q++]=a[j],++I[a[j]]}}for(j=Math.max(j,B);j=v&&(g[p/8|0]=w,st=v),p=k(g,p+1,a.subarray(j,st))}c.i=v}return b(d,0,f+m(p)+u)}(a,null==s.level?6:s.level,null==s.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(a.length)))):12+s.mem,o,f,u)},O=function(t,n,r){for(;r;++n)t[n]=r,r>>>=8},j=function(){function n(n,r){if("function"==typeof n&&(r=n,n={}),this.ondata=r,this.o=n||{},this.s={l:0,i:32768,w:32768,z:32768},this.b=new t(98304),this.o.dictionary){var e=this.o.dictionary.subarray(-32768);this.b.set(e,32768-e.length),this.s.i=32768-e.length}}return n.prototype.p=function(t,n){this.ondata(L(t,this.o,0,0,this.s),n)},n.prototype.push=function(n,r){this.ondata||E(5),this.s.l&&E(4);var e=n.length+this.s.z;if(e>this.b.length){if(e>2*this.b.length-32768){var i=new t(-32768&e);i.set(this.b.subarray(0,this.s.z)),this.b=i}var a=this.b.length-this.s.z;a&&(this.b.set(n.subarray(0,a),this.s.z),this.s.z=this.b.length,this.p(this.b,!1)),this.b.set(this.b.subarray(-32768)),this.b.set(n.subarray(a),32768),this.s.z=n.length-a+32768,this.s.i=32766,this.s.w=32768}else this.b.set(n,this.s.z),this.s.z+=n.length;this.s.l=1&r,(this.s.z>this.s.w+8191||r)&&(this.p(this.b,r||!1),this.s.w=this.s.i,this.s.i-=2)},n}();function q(t,n){n||(n={});var r=function(){var t=-1;return{p:function(n){for(var r=t,e=0;e>>8;t=r},d:function(){return~t}}}(),e=t.length;r.p(t);var i,a=L(t,n,10+((i=n).filename?i.filename.length+1:0),8),s=a.length;return function(t,n){var r=n.filename;if(t[0]=31,t[1]=139,t[2]=8,t[8]=n.level<2?4:9==n.level?2:0,t[9]=3,0!=n.mtime&&O(t,4,Math.floor(new Date(n.mtime||Date.now())/1e3)),r){t[3]=8;for(var e=0;e<=r.length;++e)t[e+10]=r.charCodeAt(e)}}(a,n),O(a,s-8,r.d()),O(a,s-4,e),a}var B=function(){function t(t,n){this.c=S(),this.v=1,j.call(this,t,n)}return t.prototype.push=function(t,n){this.c.p(t),j.prototype.push.call(this,t,n)},t.prototype.p=function(t,n){var r=L(t,this.o,this.v&&(this.o.dictionary?6:2),n&&4,this.s);this.v&&(function(t,n){var r=n.level,e=0==r?0:r<6?1:9==r?3:2;if(t[0]=120,t[1]=e<<6|(n.dictionary&&32),t[1]|=31-(t[0]<<8|t[1])%31,n.dictionary){var i=S();i.p(n.dictionary),O(t,2,i.d())}}(r,this.o),this.v=0),n&&O(r,r.length-4,this.c.d()),this.ondata(r,n)},t}(),G="undefined"!=typeof TextEncoder&&new TextEncoder,H="undefined"!=typeof TextDecoder&&new TextDecoder;try{H.decode(F,{stream:!0})}catch(t){}var J=function(){function t(t){this.ondata=t}return t.prototype.push=function(t,n){this.ondata||E(5),this.d&&E(4),this.ondata(K(t),this.d=n||!1)},t}();function K(n,r){if(r){for(var e=new t(n.length),i=0;i>1)),o=0,f=function(t){s[o++]=t};for(i=0;is.length){var h=new t(o+8+(a-i<<1));h.set(s),s=h}var l=n.charCodeAt(i);l<128||r?f(l):l<2048?(f(192|l>>6),f(128|63&l)):l>55295&&l<57344?(f(240|(l=65536+(1047552&l)|1023&n.charCodeAt(++i))>>18),f(128|l>>12&63),f(128|l>>6&63),f(128|63&l)):(f(224|l>>12),f(128|l>>6&63),f(128|63&l))}return b(s,0,o)}const N=new class{constructor(){this._init()}clear(){this._init()}addEvent(t){if(!t)throw new Error("Adding invalid event");const n=this._hasEvents?",":"";this.stream.push(n+t),this._hasEvents=!0}finish(){this.stream.push("]",!0);const t=function(t){let n=0;for(let r=0,e=t.length;r{this._deflatedData.push(t)},this.stream=new J(((t,n)=>{this.deflate.push(t,n)})),this.stream.push("[")}},P={clear:()=>{N.clear()},addEvent:t=>N.addEvent(t),finish:()=>N.finish(),compress:t=>function(t){return q(K(t))}(t)};addEventListener("message",(function(t){const n=t.data.method,r=t.data.id,e=t.data.arg;if(n in P&&"function"==typeof P[n])try{const t=P[n](e);postMessage({id:r,method:n,success:!0,response:t})}catch(t){postMessage({id:r,method:n,success:!1,response:t.message}),console.error(t)}})),postMessage({id:void 0,method:"init",success:!0,response:void 0});';function tn(t,e){Qe&&(m.kg.info(t),e&&nn(t))}function en(t,e){Qe&&(m.kg.info(t),e&&setTimeout((()=>{nn(t)}),0))}function nn(t){(0,r.Gd)().addBreadcrumb({category:"console",data:{logger:"replay"},level:"info",message:t},{level:"info"})}class rn extends Error{constructor(){super("Event buffer exceeded maximum size of 20000000.")}}class sn{constructor(){this.events=[],this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return this.events.length>0}get type(){return"sync"}destroy(){this.events=[]}async addEvent(t){const e=JSON.stringify(t).length;if(this._totalSize+=e,this._totalSize>D)throw new rn;this.events.push(t)}finish(){return new Promise((t=>{const e=this.events;this.clear(),t(JSON.stringify(e))}))}clear(){this.events=[],this._totalSize=0,this.hasCheckout=!1}getEarliestTimestamp(){const t=this.events.map((t=>t.timestamp)).sort()[0];return t?Ce(t):null}}class on{constructor(t){this._worker=t,this._id=0}ensureReady(){return this._ensureReadyPromise||(this._ensureReadyPromise=new Promise(((t,e)=>{this._worker.addEventListener("message",(({data:n})=>{n.success?t():e()}),{once:!0}),this._worker.addEventListener("error",(t=>{e(t)}),{once:!0})}))),this._ensureReadyPromise}destroy(){tn("[Replay] Destroying compression worker"),this._worker.terminate()}postMessage(t,e){const n=this._getAndIncrementId();return new Promise(((r,s)=>{const i=({data:e})=>{const o=e;if(o.method===t&&o.id===n){if(this._worker.removeEventListener("message",i),!o.success)return Qe&&m.kg.error("[Replay]",o.response),void s(new Error("Error in compression worker"));r(o.response)}};this._worker.addEventListener("message",i),this._worker.postMessage({id:n,method:t,arg:e})}))}_getAndIncrementId(){return this._id++}}class an{constructor(t){this._worker=new on(t),this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return!!this._earliestTimestamp}get type(){return"worker"}ensureReady(){return this._worker.ensureReady()}destroy(){this._worker.destroy()}addEvent(t){const e=Ce(t.timestamp);(!this._earliestTimestamp||eD?Promise.reject(new rn):this._sendEventToWorker(n)}finish(){return this._finishRequest()}clear(){this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this._worker.postMessage("clear")}getEarliestTimestamp(){return this._earliestTimestamp}_sendEventToWorker(t){return this._worker.postMessage("addEvent",t)}async _finishRequest(){const t=await this._worker.postMessage("finish");return this._earliestTimestamp=null,this._totalSize=0,t}}class cn{constructor(t){this._fallback=new sn,this._compression=new an(t),this._used=this._fallback,this._ensureWorkerIsLoadedPromise=this._ensureWorkerIsLoaded()}get type(){return this._used.type}get hasEvents(){return this._used.hasEvents}get hasCheckout(){return this._used.hasCheckout}set hasCheckout(t){this._used.hasCheckout=t}destroy(){this._fallback.destroy(),this._compression.destroy()}clear(){return this._used.clear()}getEarliestTimestamp(){return this._used.getEarliestTimestamp()}addEvent(t){return this._used.addEvent(t)}async finish(){return await this.ensureWorkerIsLoaded(),this._used.finish()}ensureWorkerIsLoaded(){return this._ensureWorkerIsLoadedPromise}async _ensureWorkerIsLoaded(){try{await this._compression.ensureReady()}catch(t){return void tn("[Replay] Failed to load the compression worker, falling back to simple buffer")}await this._switchToCompressionWorker()}async _switchToCompressionWorker(){const{events:t,hasCheckout:e}=this._fallback,n=[];for(const s of t)n.push(this._compression.addEvent(s));this._compression.hasCheckout=e,this._used=this._compression;try{await Promise.all(n)}catch(r){Qe&&m.kg.warn("[Replay] Failed to add events when switching buffers.",r)}}}function ln({useCompression:t,workerUrl:e}){if(t&&window.Worker){const t=function(t){try{const e=t||function(){if("undefined"===typeof __SENTRY_EXCLUDE_REPLAY_WORKER__||!__SENTRY_EXCLUDE_REPLAY_WORKER__)return function(){const t=new Blob([Ze]);return URL.createObjectURL(t)}();return""}();if(!e)return;tn("[Replay] Using compression worker"+(t?` from ${t}`:""));const n=new Worker(e);return new cn(n)}catch(e){tn("[Replay] Failed to create compression worker")}}(e);if(t)return t}return tn("[Replay] Using simple buffer"),new sn}function un(){try{return"sessionStorage"in T&&!!T.sessionStorage}catch(t){return!1}}function dn(t){!function(){if(!un())return;try{T.sessionStorage.removeItem(I)}catch(t){}}(),t.session=void 0}function hn(t){return void 0!==t&&Math.random()t.getContext().initialTimestamp+t.getOptions().maxReplayDuration)||(tn(`[Replay] Skipping event with timestamp ${n} because it is after maxReplayDuration`,t.getOptions()._experiments.traceInternals),!1))}function wn(t){return!t.type}function En(t){return"transaction"===t.type}function xn(t){return"feedback"===t.type}function Tn(t){const e=function(){const t=(0,s.s3)();if(!t)return!1;const e=t.getTransport();if(!e)return!1;return e.send.__sentry__baseTransport__||!1}();return(n,r)=>{if(!t.isEnabled()||!wn(n)&&!En(n))return;const s=r&&r.statusCode;e&&(!s||s<200||s>=300)||(En(n)?function(t,e){const n=t.getContext();e.contexts&&e.contexts.trace&&e.contexts.trace.trace_id&&n.traceIds.size<100&&n.traceIds.add(e.contexts.trace.trace_id)}(t,n):function(t,e){const n=t.getContext();e.event_id&&n.errorIds.size<100&&n.errorIds.add(e.event_id);if("buffer"!==t.recordingMode||!e.tags||!e.tags.replayId)return;const{beforeErrorSampling:r}=t.getOptions();if("function"===typeof r&&!r(e))return;setTimeout((()=>{t.sendBufferedReplayOrFlush()}))}(t,n))}}function In(t,e=!1){const n=e?Tn(t):void 0;return Object.assign(((e,r)=>{if(!t.isEnabled())return e;if(function(t){return"replay_event"===t.type}(e))return delete e.breadcrumbs,e;if(!wn(e)&&!En(e)&&!xn(e))return e;if(!t.checkAndHandleExpiredSession())return e;if(xn(e))return t.flush(),e.contexts.feedback.replay_id=t.getSessionId(),function(t,e){t.triggerUserActivity(),t.addUpdate((()=>!e.timestamp||(t.throttledAddEvent({type:Ft.Custom,timestamp:1e3*e.timestamp,data:{timestamp:e.timestamp,tag:"breadcrumb",payload:{category:"sentry.feedback",data:{feedbackId:e.event_id}}}}),!1)))}(t,e),e;if(function(t,e){return!(t.type||!t.exception||!t.exception.values||!t.exception.values.length)&&!(!e.originalException||!e.originalException.__rrweb__)}(e,r)&&!t.getOptions()._experiments.captureExceptions)return Qe&&m.kg.log("[Replay] Ignoring error from rrweb internals",e),null;const s=function(t,e){return"buffer"===t.recordingMode&&e.message!==R&&!(!e.exception||e.type)&&hn(t.getOptions().errorSampleRate)}(t,e);return(s||"session"===t.recordingMode)&&(e.tags={...e.tags,replayId:t.getSessionId()}),n&&n(e,{statusCode:200}),e}),{id:"Replay"})}function Cn(t,e){return e.map((({type:e,start:n,end:r,name:s,data:i})=>{const o=t.throttledAddEvent({type:Ft.Custom,timestamp:n,data:{tag:"performanceSpan",payload:{op:e,description:s,startTimestamp:n,endTimestamp:r,data:i}}});return"string"===typeof o?Promise.resolve(null):o}))}function Rn(t){return e=>{if(!t.isEnabled())return;const n=function(t){const{from:e,to:n}=t,r=Date.now()/1e3;return{type:"navigation.push",start:r,end:r,name:n,data:{previous:e}}}(e);null!==n&&(t.getContext().urls.push(n.name),t.triggerUserActivity(),t.addUpdate((()=>(Cn(t,[n]),!1))))}}function Mn(t,e){t.isEnabled()&&null!==e&&(function(t,e){return(!Qe||!t.getOptions()._experiments.traceInternals)&&i(e,(0,r.Gd)())}(t,e.name)||t.addUpdate((()=>(Cn(t,[e]),!0))))}function On(t){return e=>{if(!t.isEnabled())return;const n=function(t){const{startTimestamp:e,endTimestamp:n,xhr:r}=t,s=r[g.xU];if(!e||!n||!s)return null;const{method:i,url:o,status_code:a}=s;return void 0===o?null:{type:"resource.xhr",name:o,start:e/1e3,end:n/1e3,data:{method:i,statusCode:a}}}(e);Mn(t,n)}}function Dn(t,e){if(t)try{if("string"===typeof t)return e.encode(t).length;if(t instanceof URLSearchParams)return e.encode(t.toString()).length;if(t instanceof FormData){const n=Un(t);return e.encode(n).length}if(t instanceof Blob)return t.size;if(t instanceof ArrayBuffer)return t.byteLength}catch(n){}}function An(t){if(!t)return;const e=parseInt(t,10);return isNaN(e)?void 0:e}function Nn(t){try{if("string"===typeof t)return[t];if(t instanceof URLSearchParams)return[t.toString()];if(t instanceof FormData)return[Un(t)];if(!t)return[void 0]}catch(e){return Qe&&m.kg.warn("[Replay] Failed to serialize body",t),[void 0,"BODY_PARSE_ERROR"]}return Qe&&m.kg.info("[Replay] Skipping network body because of body type",t),[void 0,"UNPARSEABLE_BODY_TYPE"]}function Ln(t,e){if(!t)return{headers:{},size:void 0,_meta:{warnings:[e]}};const n={...t._meta},r=n.warnings||[];return n.warnings=[...r,e],t._meta=n,t}function $n(t,e){if(!e)return null;const{startTimestamp:n,endTimestamp:r,url:s,method:i,statusCode:o,request:a,response:c}=e;return{type:t,start:n/1e3,end:r/1e3,name:s,data:(0,d.Jr)({method:i,statusCode:o,request:a,response:c})}}function Pn(t){return{headers:{},size:t,_meta:{warnings:["URL_SKIPPED"]}}}function Fn(t,e,n){if(!e&&0===Object.keys(t).length)return;if(!e)return{headers:t};if(!n)return{headers:t,size:e};const r={headers:t,size:e},{body:s,warnings:i}=function(t){if(!t||"string"!==typeof t)return{body:t};const e=t.length>M,n=function(t){const e=t[0],n=t[t.length-1];return"["===e&&"]"===n||"{"===e&&"}"===n}(t);if(e){const e=t.slice(0,M);return n?{body:e,warnings:["MAYBE_JSON_TRUNCATED"]}:{body:`${e}\u2026`,warnings:["TEXT_TRUNCATED"]}}if(n)try{return{body:JSON.parse(t)}}catch(r){}return{body:t}}(n);return r.body=s,i&&i.length>0&&(r._meta={warnings:i}),r}function jn(t,e){return Object.keys(t).reduce(((n,r)=>{const s=r.toLowerCase();return e.includes(s)&&t[r]&&(n[s]=t[r]),n}),{})}function Un(t){return new URLSearchParams(t).toString()}function Bn(t,e){const n=function(t,e=T.document.baseURI){if(t.startsWith("http://")||t.startsWith("https://")||t.startsWith(T.location.origin))return t;const n=new URL(t,e);if(n.origin!==new URL(e).origin)return t;const r=n.href;if(!t.endsWith("/")&&r.endsWith("/"))return r.slice(0,-1);return r}(t);return(0,y.U0)(n,e)}async function Hn(t,e,n){try{const r=await async function(t,e,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:i=r}=e,{url:o,method:a,status_code:c=0,request_body_size:l,response_body_size:u}=t.data,d=Bn(o,n.networkDetailAllowUrls)&&!Bn(o,n.networkDetailDenyUrls),h=d?function({networkCaptureBodies:t,networkRequestHeaders:e},n,r){const s=n?function(t,e){if(1===t.length&&"string"!==typeof t[0])return qn(t[0],e);if(2===t.length)return qn(t[1],e);return{}}(n,e):{};if(!t)return Fn(s,r,void 0);const i=zn(n),[o,a]=Nn(i),c=Fn(s,r,o);if(a)return Ln(c,a);return c}(n,e.input,l):Pn(l),p=await async function(t,{networkCaptureBodies:e,textEncoder:n,networkResponseHeaders:r},s,i){if(!t&&void 0!==i)return Pn(i);const o=s?Wn(s.headers,r):{};if(!s||!e&&void 0!==i)return Fn(o,i,void 0);const[a,c]=await async function(t){const e=function(t){try{return t.clone()}catch(e){Qe&&m.kg.warn("[Replay] Failed to clone response body",e)}}(t);if(!e)return[void 0,"BODY_PARSE_ERROR"];try{const t=await function(t){return new Promise(((e,n)=>{const r=setTimeout((()=>n(new Error("Timeout while trying to read response body"))),500);(async function(t){return await t.text()})(t).then((t=>e(t)),(t=>n(t))).finally((()=>clearTimeout(r)))}))}(e);return[t]}catch(n){return Qe&&m.kg.warn("[Replay] Failed to get text body from response",n),[void 0,"BODY_PARSE_ERROR"]}}(s),l=function(t,{networkCaptureBodies:e,textEncoder:n,responseBodySize:r,captureDetails:s,headers:i}){try{const o=t&&t.length&&void 0===r?Dn(t,n):r;return s?Fn(i,o,e?t:void 0):Pn(o)}catch(o){return Qe&&m.kg.warn("[Replay] Failed to serialize response body",o),Fn(i,r,void 0)}}(a,{networkCaptureBodies:e,textEncoder:n,responseBodySize:i,captureDetails:t,headers:o});if(c)return Ln(l,c);return l}(d,n,e.response,u);return{startTimestamp:s,endTimestamp:i,url:o,method:a,statusCode:c,request:h,response:p}}(t,e,n),s=$n("resource.fetch",r);Mn(n.replay,s)}catch(r){Qe&&m.kg.error("[Replay] Failed to capture fetch breadcrumb",r)}}function zn(t=[]){if(2===t.length&&"object"===typeof t[1])return t[1].body}function Wn(t,e){const n={};return e.forEach((e=>{t.get(e)&&(n[e]=t.get(e))})),n}function qn(t,e){if(!t)return{};const n=t.headers;return n?n instanceof Headers?Wn(n,e):Array.isArray(n)?{}:jn(n,e):{}}async function Xn(t,e,n){try{const r=function(t,e,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:i=r,input:o,xhr:a}=e,{url:c,method:l,status_code:u=0,request_body_size:d,response_body_size:h}=t.data;if(!c)return null;if(!a||!Bn(c,n.networkDetailAllowUrls)||Bn(c,n.networkDetailDenyUrls)){return{startTimestamp:s,endTimestamp:i,url:c,method:l,statusCode:u,request:Pn(d),response:Pn(h)}}const p=a[g.xU],f=p?jn(p.request_headers,n.networkRequestHeaders):{},y=jn(function(t){const e=t.getAllResponseHeaders();if(!e)return{};return e.split("\r\n").reduce(((t,e)=>{const[n,r]=e.split(": ");return t[n.toLowerCase()]=r,t}),{})}(a),n.networkResponseHeaders),[_,v]=n.networkCaptureBodies?Nn(o):[void 0],[S,k]=n.networkCaptureBodies?function(t){const e=[];try{return[t.responseText]}catch(n){e.push(n)}try{return function(t,e){try{if("string"===typeof t)return[t];if(t instanceof Document)return[t.body.outerHTML];if("json"===e&&t&&"object"===typeof t)return[JSON.stringify(t)];if(!t)return[void 0]}catch(n){return Qe&&m.kg.warn("[Replay] Failed to serialize body",t),[void 0,"BODY_PARSE_ERROR"]}return Qe&&m.kg.info("[Replay] Skipping network body because of body type",t),[void 0,"UNPARSEABLE_BODY_TYPE"]}(t.response,t.responseType)}catch(n){e.push(n)}return Qe&&m.kg.warn("[Replay] Failed to get xhr response body",...e),[void 0]}(a):[void 0],b=Fn(f,d,_),w=Fn(y,h,S);return{startTimestamp:s,endTimestamp:i,url:c,method:l,statusCode:u,request:v?Ln(b,v):b,response:k?Ln(w,k):w}}(t,e,n),s=$n("resource.xhr",r);Mn(n.replay,s)}catch(r){Qe&&m.kg.error("[Replay] Failed to capture xhr breadcrumb",r)}}function Gn(t,e,n){const{xhr:r,input:s}=e;if(!r)return;const i=Dn(s,n.textEncoder),o=r.getResponseHeader("content-length")?An(r.getResponseHeader("content-length")):function(t,e,n){try{return Dn("json"===e&&t&&"object"===typeof t?JSON.stringify(t):t,n)}catch(r){return}}(r.response,r.responseType,n.textEncoder);void 0!==i&&(t.data.request_body_size=i),void 0!==o&&(t.data.response_body_size=o)}function Kn(t){const e=(0,s.s3)();try{const n=new TextEncoder,{networkDetailAllowUrls:r,networkDetailDenyUrls:s,networkCaptureBodies:i,networkRequestHeaders:o,networkResponseHeaders:a}=t.getOptions(),c={replay:t,textEncoder:n,networkDetailAllowUrls:r,networkDetailDenyUrls:s,networkCaptureBodies:i,networkRequestHeaders:o,networkResponseHeaders:a};e&&e.on?e.on("beforeAddBreadcrumb",((t,e)=>function(t,e,n){if(!e.data)return;try{(function(t){return"xhr"===t.category})(e)&&function(t){return t&&t.xhr}(n)&&(Gn(e,n,t),Xn(e,n,t)),function(t){return"fetch"===t.category}(e)&&function(t){return t&&t.response}(n)&&(!function(t,e,n){const{input:r,response:s}=e,i=Dn(r?zn(r):void 0,n.textEncoder),o=s?An(s.headers.get("content-length")):void 0;void 0!==i&&(t.data.request_body_size=i),void 0!==o&&(t.data.response_body_size=o)}(e,n,t),Hn(e,n,t))}catch(r){Qe&&m.kg.warn("Error when enriching network breadcrumb")}}(c,t,e))):((0,_.U)(function(t){return e=>{if(!t.isEnabled())return;const n=function(t){const{startTimestamp:e,endTimestamp:n,fetchData:r,response:s}=t;if(!n)return null;const{method:i,url:o}=r;return{type:"resource.fetch",start:e/1e3,end:n/1e3,name:o,data:{method:i,statusCode:s?s.status:void 0}}}(e);Mn(t,n)}}(t)),(0,g.UK)(On(t)))}catch(n){}}let Jn=null;const Yn=t=>e=>{if(!t.isEnabled())return;const n=function(t){const e=t.getLastBreadcrumb&&t.getLastBreadcrumb();if(Jn===e||!e)return null;if(Jn=e,!function(t){return!!t.category}(e)||["fetch","xhr","sentry.event","sentry.transaction"].includes(e.category)||e.category.startsWith("ui."))return null;if("console"===e.category)return function(t){const e=t.data&&t.data.arguments;if(!Array.isArray(e)||0===e.length)return Be(t);let n=!1;const r=e.map((t=>{if(!t)return t;if("string"===typeof t)return t.length>O?(n=!0,`${t.slice(0,O)}\u2026`):t;if("object"===typeof t)try{const e=(0,u.Fv)(t,7);return JSON.stringify(e).length>O?(n=!0,`${JSON.stringify(e,null,2).slice(0,O)}\u2026`):e}catch(e){}return t}));return Be({...t,data:{...t.data,arguments:r,...n?{_meta:{warnings:["CONSOLE_ARG_TRUNCATED"]}}:{}}})}(e);return Be(e)}(e);n&&Me(t,n)};function Vn(t){return!(!t||!t.on)}function Qn(t){const{jsHeapSizeLimit:e,totalJSHeapSize:n,usedJSHeapSize:r}=t,s=Date.now()/1e3;return{type:"memory",name:"memory",start:s,end:s,data:{memory:{jsHeapSizeLimit:e,totalJSHeapSize:n,usedJSHeapSize:r}}}}function Zn(t){let e=!1;return(n,r)=>{if(!t.checkAndHandleExpiredSession())return void(Qe&&m.kg.warn("[Replay] Received replay event after session expired."));const s=r||!e;e=!0,t.clickDetector&&Ue(t.clickDetector,n),t.addUpdate((()=>{if("buffer"===t.recordingMode&&s&&t.setInitialState(),!Sn(t,n,s))return!0;if(!s)return!1;if(function(t,e){if(!e||!t.session||0!==t.session.segmentId)return;Sn(t,function(t){const e=t.getOptions();return{type:Ft.Custom,timestamp:Date.now(),data:{tag:"options",payload:{sessionSampleRate:e.sessionSampleRate,errorSampleRate:e.errorSampleRate,useCompressionOption:e.useCompression,blockAllMedia:e.blockAllMedia,maskAllText:e.maskAllText,maskAllInputs:e.maskAllInputs,useCompression:!!t.eventBuffer&&"worker"===t.eventBuffer.type,networkDetailHasUrls:e.networkDetailAllowUrls.length>0,networkCaptureBodies:e.networkCaptureBodies,networkRequestHasHeaders:e.networkRequestHeaders.length>0,networkResponseHasHeaders:e.networkResponseHeaders.length>0}}}}(t),!1)}(t,s),t.session&&t.session.previousSessionId)return!0;if("buffer"===t.recordingMode&&t.session&&t.eventBuffer){const e=t.eventBuffer.getEarliestTimestamp();e&&(tn(`[Replay] Updating session start time to earliest event in buffer to ${new Date(e)}`,t.getOptions()._experiments.traceInternals),t.session.started=e,t.getOptions().stickySession&&mn(t.session))}return"session"===t.recordingMode&&t.flush(),!0}))}}function tr(t,e,n,r){return(0,k.Jd)((0,k.Cd)(t,(0,k.HY)(t),r,n),[[{type:"replay_event"},t],[{type:"replay_recording",length:"string"===typeof e?(new TextEncoder).encode(e).length:e.length},e]])}async function er({recordingData:t,replayId:e,segmentId:n,eventContext:s,timestamp:i,session:o}){const a=function({recordingData:t,headers:e}){let n;const r=`${JSON.stringify(e)}\n`;if("string"===typeof t)n=`${r}${t}`;else{const e=(new TextEncoder).encode(r);n=new Uint8Array(e.length+t.length),n.set(e),n.set(t,e.length)}return n}({recordingData:t,headers:{segment_id:n}}),{urls:l,errorIds:u,traceIds:d,initialTimestamp:h}=s,p=(0,r.Gd)(),m=p.getClient(),f=p.getScope(),g=m&&m.getTransport(),y=m&&m.getDsn();if(!m||!g||!y||!o.sampled)return;const _={type:C,replay_start_timestamp:h/1e3,timestamp:i/1e3,error_ids:u,trace_ids:d,urls:l,replay_id:e,segment_id:n,replay_type:o.sampled},v=await async function({client:t,scope:e,replayId:n,event:r}){const s={event_id:n,integrations:"object"!==typeof t._integrations||null===t._integrations||Array.isArray(t._integrations)?void 0:Object.keys(t._integrations)};t.emit&&t.emit("preprocessEvent",r,s);const i=await(0,c.R)(t.getOptions(),r,s,e,t);if(!i)return null;i.platform=i.platform||"javascript";const o=t.getSdkMetadata&&t.getSdkMetadata(),{name:a,version:l}=o&&o.sdk||{};return i.sdk={...i.sdk,name:a||"sentry.javascript.unknown",version:l||"0.0.0"},i}({scope:f,client:m,replayId:e,event:_});if(!v)return m.recordDroppedEvent("event_processor","replay",_),void tn("An event processor returned `null`, will not send event.");delete v.sdkProcessingMetadata;const S=tr(v,a,y,m.getOptions().tunnel);let k;try{k=await g.send(S)}catch(E){const t=new Error(R);try{t.cause=E}catch(x){}throw t}if(!k)return k;if("number"===typeof k.statusCode&&(k.statusCode<200||k.statusCode>=300))throw new nr(k.statusCode);const w=(0,b.WG)({},k);if((0,b.Q)(w,"replay"))throw new rr(w);return k}class nr extends Error{constructor(t){super(`Transport returned status code ${t}`)}}class rr extends Error{constructor(t){super("Rate limit hit"),this.rateLimits=t}}async function sr(t,e={count:0,interval:5e3}){const{recordingData:n,options:r}=t;if(n.length)try{return await er(t),!0}catch(i){if(i instanceof nr||i instanceof rr)throw i;if((0,s.v)("Replays",{_retryCount:e.count}),Qe&&r._experiments&&r._experiments.captureExceptions&&(0,s.Tb)(i),e.count>=3){const t=new Error(`${R} - max retries exceeded`);try{t.cause=i}catch(o){}throw t}return e.interval*=++e.count,new Promise(((n,r)=>{setTimeout((async()=>{try{await sr(t,e),n(!0)}catch(i){r(i)}}),e.interval)}))}}const ir="__THROTTLED";function or(t,e,n){const r=new Map;let s=!1;return(...i)=>{const o=Math.floor(Date.now()/1e3);if((t=>{const e=t-n;r.forEach(((t,n)=>{nt+e),0)>=e){const t=s;return s=!0,t?"__SKIPPED":ir}s=!1;const a=r.get(o)||0;return r.set(o,a+1),t(...i)}}class ar{constructor({options:t,recordingOptions:e}){ar.prototype.__init.call(this),ar.prototype.__init2.call(this),ar.prototype.__init3.call(this),ar.prototype.__init4.call(this),ar.prototype.__init5.call(this),ar.prototype.__init6.call(this),this.eventBuffer=null,this.performanceEntries=[],this.replayPerformanceEntries=[],this.recordingMode="session",this.timeouts={sessionIdlePause:3e5,sessionIdleExpire:9e5},this._lastActivity=Date.now(),this._isEnabled=!1,this._isPaused=!1,this._hasInitializedCoreListeners=!1,this._context={errorIds:new Set,traceIds:new Set,urls:[],initialTimestamp:Date.now(),initialUrl:""},this._recordingOptions=e,this._options=t,this._debouncedFlush=function(t,e,n){let r,s,i;const o=n&&n.maxWait?Math.max(n.maxWait,e):0;function a(){return c(),r=t(),r}function c(){void 0!==s&&clearTimeout(s),void 0!==i&&clearTimeout(i),s=i=void 0}function l(){return s&&clearTimeout(s),s=setTimeout(a,e),o&&void 0===i&&(i=setTimeout(a,o)),r}return l.cancel=c,l.flush=function(){return void 0!==s||void 0!==i?a():r},l}((()=>this._flush()),this._options.flushMinDelay,{maxWait:this._options.flushMaxDelay}),this._throttledAddEvent=or(((t,e)=>function(t,e,n){return bn(t,e)?kn(t,e,n):Promise.resolve(null)}(this,t,e)),300,5);const{slowClickTimeout:n,slowClickIgnoreSelectors:r}=this.getOptions(),s=n?{threshold:Math.min(3e3,n),timeout:n,scrollTimeout:300,ignoreSelector:r?r.join(","):""}:void 0;s&&(this.clickDetector=new Pe(this,s))}getContext(){return this._context}isEnabled(){return this._isEnabled}isPaused(){return this._isPaused}getOptions(){return this._options}initializeSampling(t){const{errorSampleRate:e,sessionSampleRate:n}=this._options;e<=0&&n<=0||(this._initializeSessionForSampling(t),this.session?!1!==this.session.sampled&&(this.recordingMode="buffer"===this.session.sampled&&0===this.session.segmentId?"buffer":"session",en(`[Replay] Starting replay in ${this.recordingMode} mode`,this._options._experiments.traceInternals),this._initializeRecording()):this._handleException(new Error("Unable to initialize and create session")))}start(){if(this._isEnabled&&"session"===this.recordingMode)throw new Error("Replay recording is already in progress");if(this._isEnabled&&"buffer"===this.recordingMode)throw new Error("Replay buffering is in progress, call `flush()` to save the replay");en("[Replay] Starting replay in session mode",this._options._experiments.traceInternals);const t=vn({maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:1,allowBuffering:!1});this.session=t,this._initializeRecording()}startBuffering(){if(this._isEnabled)throw new Error("Replay recording is already in progress");en("[Replay] Starting replay in buffer mode",this._options._experiments.traceInternals);const t=vn({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:0,allowBuffering:!0});this.session=t,this.recordingMode="buffer",this._initializeRecording()}startRecording(){try{this._stopRecording=Te({...this._recordingOptions,..."buffer"===this.recordingMode&&{checkoutEveryNms:6e4},emit:Zn(this),onMutation:this._onMutationHandler})}catch(t){this._handleException(t)}}stopRecording(){try{return this._stopRecording&&(this._stopRecording(),this._stopRecording=void 0),!0}catch(t){return this._handleException(t),!1}}async stop({forceFlush:t=!1,reason:e}={}){if(this._isEnabled){this._isEnabled=!1;try{tn("[Replay] Stopping Replay"+(e?` triggered by ${e}`:""),this._options._experiments.traceInternals),this._removeListeners(),this.stopRecording(),this._debouncedFlush.cancel(),t&&await this._flush({force:!0}),this.eventBuffer&&this.eventBuffer.destroy(),this.eventBuffer=null,dn(this)}catch(n){this._handleException(n)}}}pause(){this._isPaused||(this._isPaused=!0,this.stopRecording(),tn("[Replay] Pausing replay",this._options._experiments.traceInternals))}resume(){this._isPaused&&this._checkSession()&&(this._isPaused=!1,this.startRecording(),tn("[Replay] Resuming replay",this._options._experiments.traceInternals))}async sendBufferedReplayOrFlush({continueRecording:t=!0}={}){if("session"===this.recordingMode)return this.flushImmediate();const e=Date.now();tn("[Replay] Converting buffer to session",this._options._experiments.traceInternals),await this.flushImmediate();const n=this.stopRecording();t&&n&&"session"!==this.recordingMode&&(this.recordingMode="session",this.session&&(this._updateUserActivity(e),this._updateSessionActivity(e),this._maybeSaveSession()),this.startRecording())}addUpdate(t){const e=t();"buffer"!==this.recordingMode&&!0!==e&&this._debouncedFlush()}triggerUserActivity(){if(this._updateUserActivity(),this._stopRecording)this.checkAndHandleExpiredSession(),this._updateSessionActivity();else{if(!this._checkSession())return;this.resume()}}updateUserActivity(){this._updateUserActivity(),this._updateSessionActivity()}conditionalFlush(){return"buffer"===this.recordingMode?Promise.resolve():this.flushImmediate()}flush(){return this._debouncedFlush()}flushImmediate(){return this._debouncedFlush(),this._debouncedFlush.flush()}cancelFlush(){this._debouncedFlush.cancel()}getSessionId(){return this.session&&this.session.id}checkAndHandleExpiredSession(){if(!(this._lastActivity&&gn(this._lastActivity,this.timeouts.sessionIdlePause)&&this.session&&"session"===this.session.sampled))return!!this._checkSession();this.pause()}setInitialState(){const t=`${T.location.pathname}${T.location.hash}${T.location.search}`,e=`${T.location.origin}${t}`;this.performanceEntries=[],this.replayPerformanceEntries=[],this._clearContext(),this._context.initialUrl=e,this._context.initialTimestamp=Date.now(),this._context.urls.push(e)}throttledAddEvent(t,e){const n=this._throttledAddEvent(t,e);if(n===ir){const t=Be({category:"replay.throttled"});this.addUpdate((()=>!Sn(this,{type:5,timestamp:t.timestamp||0,data:{tag:"breadcrumb",payload:t,metric:!0}})))}return n}getCurrentRoute(){const t=this.lastTransaction||(0,r.Gd)().getScope().getTransaction();if(t&&["route","custom"].includes(t.metadata.source))return t.name}_initializeRecording(){this.setInitialState(),this._updateSessionActivity(),this.eventBuffer=ln({useCompression:this._options.useCompression,workerUrl:this._options.workerUrl}),this._removeListeners(),this._addListeners(),this._isEnabled=!0,this._isPaused=!1,this.startRecording()}_handleException(t){Qe&&m.kg.error("[Replay]",t),Qe&&this._options._experiments&&this._options._experiments.captureExceptions&&(0,s.Tb)(t)}_initializeSessionForSampling(t){const e=this._options.errorSampleRate>0,n=vn({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals,previousSessionId:t},{stickySession:this._options.stickySession,sessionSampleRate:this._options.sessionSampleRate,allowBuffering:e});this.session=n}_checkSession(){if(!this.session)return!1;const t=this.session;return!_n(t,{sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration})||(this._refreshSession(t),!1)}async _refreshSession(t){this._isEnabled&&(await this.stop({reason:"refresh session"}),this.initializeSampling(t.id))}_addListeners(){try{T.document.addEventListener("visibilitychange",this._handleVisibilityChange),T.addEventListener("blur",this._handleWindowBlur),T.addEventListener("focus",this._handleWindowFocus),T.addEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.addListeners(),this._hasInitializedCoreListeners||(!function(t){const e=(0,r.Gd)().getScope(),n=(0,s.s3)();e.addScopeListener(Yn(t)),(0,v.O)(qe(t)),(0,S.a)(Rn(t)),Kn(t);const i=In(t,!Vn(n));n&&n.addEventProcessor?n.addEventProcessor(i):(0,a.Q)(i),Vn(n)&&(n.on("afterSendEvent",Tn(t)),n.on("createDsc",(e=>{const n=t.getSessionId();n&&t.isEnabled()&&"session"===t.recordingMode&&t.checkAndHandleExpiredSession()&&(e.replay_id=n)})),n.on("startTransaction",(e=>{t.lastTransaction=e})),n.on("finishTransaction",(e=>{t.lastTransaction=e})),n.on("beforeSendFeedback",((e,n)=>{const r=t.getSessionId();n&&n.includeReplay&&t.isEnabled()&&r&&(t.flush(),e.contexts&&e.contexts.feedback&&(e.contexts.feedback.replay_id=r))})))}(this),this._hasInitializedCoreListeners=!0)}catch(t){this._handleException(t)}this._performanceCleanupCallback=Ve(this)}_removeListeners(){try{T.document.removeEventListener("visibilitychange",this._handleVisibilityChange),T.removeEventListener("blur",this._handleWindowBlur),T.removeEventListener("focus",this._handleWindowFocus),T.removeEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.removeListeners(),this._performanceCleanupCallback&&this._performanceCleanupCallback()}catch(t){this._handleException(t)}}__init(){this._handleVisibilityChange=()=>{"visible"===T.document.visibilityState?this._doChangeToForegroundTasks():this._doChangeToBackgroundTasks()}}__init2(){this._handleWindowBlur=()=>{const t=Be({category:"ui.blur"});this._doChangeToBackgroundTasks(t)}}__init3(){this._handleWindowFocus=()=>{const t=Be({category:"ui.focus"});this._doChangeToForegroundTasks(t)}}__init4(){this._handleKeyboardEvent=t=>{Ge(this,t)}}_doChangeToBackgroundTasks(t){if(!this.session)return;yn(this.session,{maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire})||(t&&this._createCustomBreadcrumb(t),this.conditionalFlush())}_doChangeToForegroundTasks(t){if(!this.session)return;this.checkAndHandleExpiredSession()?t&&this._createCustomBreadcrumb(t):tn("[Replay] Document has become active, but session has expired")}_updateUserActivity(t=Date.now()){this._lastActivity=t}_updateSessionActivity(t=Date.now()){this.session&&(this.session.lastActivity=t,this._maybeSaveSession())}_createCustomBreadcrumb(t){this.addUpdate((()=>{this.throttledAddEvent({type:Ft.Custom,timestamp:t.timestamp||0,data:{tag:"breadcrumb",payload:t}})}))}_addPerformanceEntries(){const t=(e=this.performanceEntries,e.map(Je).filter(Boolean)).concat(this.replayPerformanceEntries);var e;return this.performanceEntries=[],this.replayPerformanceEntries=[],Promise.all(Cn(this,t))}_clearContext(){this._context.errorIds.clear(),this._context.traceIds.clear(),this._context.urls=[]}_updateInitialTimestampFromEventBuffer(){const{session:t,eventBuffer:e}=this;if(!t||!e)return;if(t.segmentId)return;const n=e.getEarliestTimestamp();n&&nthis._options.maxReplayDuration+3e4)throw new Error("Session is too long, not sending replay");const n=this._popEventContext(),r=this.session.segmentId++;this._maybeSaveSession();const s=await this.eventBuffer.finish();await sr({replayId:t,recordingData:s,segmentId:r,eventContext:n,session:this.session,options:this.getOptions(),timestamp:e})}catch(e){this._handleException(e),this.stop({reason:"sendReplay"});const t=(0,s.s3)();t&&t.recordDroppedEvent("send_error","replay")}}else Qe&&m.kg.error("[Replay] No session or eventBuffer found to flush.")}__init5(){this._flush=async({force:t=!1}={})=>{if(!this._isEnabled&&!t)return;if(!this.checkAndHandleExpiredSession())return void(Qe&&m.kg.error("[Replay] Attempting to finish replay event after session expired."));if(!this.session)return;const e=this.session.started,n=Date.now()-e;this._debouncedFlush.cancel();const r=nthis._options.maxReplayDuration+5e3;if(r||s)return tn(`[Replay] Session duration (${Math.floor(n/1e3)}s) is too ${r?"short":"long"}, not sending replay.`,this._options._experiments.traceInternals),void(r&&this._debouncedFlush());const i=this.eventBuffer;if(i&&0===this.session.segmentId&&!i.hasCheckout&&tn("[Replay] Flushing initial segment without checkout.",this._options._experiments.traceInternals),!this._flushLock)return this._flushLock=this._runFlush(),await this._flushLock,void(this._flushLock=void 0);try{await this._flushLock}catch(o){Qe&&m.kg.error(o)}finally{this._debouncedFlush()}}}_maybeSaveSession(){this.session&&this._options.stickySession&&mn(this.session)}__init6(){this._onMutationHandler=t=>{const e=t.length,n=this._options.mutationLimit,r=n&&e>n;if(e>this._options.mutationBreadcrumbLimit||r){const t=Be({category:"replay.mutations",data:{count:e,limit:r}});this._createCustomBreadcrumb(t)}return!r||(this.stop({reason:"mutationLimit",forceFlush:"session"===this.recordingMode}),!1)}}}function cr(t,e,n,r){const s=[...t,..."string"===typeof r?r.split(","):[],...e];return"undefined"!==typeof n&&("string"===typeof n&&s.push(`.${n}`),(0,m.Cf)((()=>{console.warn("[Replay] You are using a deprecated configuration item for privacy. Read the documentation on how to use the new privacy configuration.")}))),s.join(",")}const lr='img,image,svg,video,object,picture,embed,map,audio,link[rel="icon"],link[rel="apple-touch-icon"]',ur=["content-length","content-type","accept"];let dr=!1;class hr{static __initStatic(){this.id="Replay"}constructor({flushMinDelay:t=5e3,flushMaxDelay:e=5500,minReplayDuration:n=4999,maxReplayDuration:r=36e5,stickySession:s=!0,useCompression:i=!0,workerUrl:o,_experiments:a={},sessionSampleRate:c,errorSampleRate:l,maskAllText:u=!0,maskAllInputs:d=!0,blockAllMedia:h=!0,mutationBreadcrumbLimit:p=750,mutationLimit:m=1e4,slowClickTimeout:f=7e3,slowClickIgnoreSelectors:g=[],networkDetailAllowUrls:y=[],networkDetailDenyUrls:_=[],networkCaptureBodies:v=!0,networkRequestHeaders:S=[],networkResponseHeaders:k=[],mask:b=[],maskAttributes:w=["title","placeholder"],unmask:x=[],block:T=[],unblock:I=[],ignore:C=[],maskFn:R,beforeAddRecordingEvent:M,beforeErrorSampling:O,blockClass:D,blockSelector:N,maskInputOptions:L,maskTextClass:$,maskTextSelector:P,ignoreClass:F}={}){this.name=hr.id;const j=function({mask:t,unmask:e,block:n,unblock:r,ignore:s,blockClass:i,blockSelector:o,maskTextClass:a,maskTextSelector:c,ignoreClass:l}){const u={maskTextSelector:cr(t,[".sentry-mask","[data-sentry-mask]"],a,c),unmaskTextSelector:cr(e,[".sentry-unmask","[data-sentry-unmask]"]),blockSelector:cr(n,[".sentry-block","[data-sentry-block]",'base[href="/"]'],i,o),unblockSelector:cr(r,[".sentry-unblock","[data-sentry-unblock]"]),ignoreSelector:cr(s,[".sentry-ignore","[data-sentry-ignore]",'input[type="file"]'],l)};return i instanceof RegExp&&(u.blockClass=i),a instanceof RegExp&&(u.maskTextClass=a),u}({mask:b,unmask:x,block:T,unblock:I,ignore:C,blockClass:D,blockSelector:N,maskTextClass:$,maskTextSelector:P,ignoreClass:F});if(this._recordingOptions={maskAllInputs:d,maskAllText:u,maskInputOptions:{...L||{},password:!0},maskTextFn:R,maskInputFn:R,maskAttributeFn:(t,e,n)=>function({el:t,key:e,maskAttributes:n,maskAllText:r,privacyOptions:s,value:i}){return r?s.unmaskTextSelector&&t.matches(s.unmaskTextSelector)?i:n.includes(e)||"value"===e&&"INPUT"===t.tagName&&["submit","button"].includes(t.getAttribute("type")||"")?i.replace(/[\S]/g,"*"):i:i}({maskAttributes:w,maskAllText:u,privacyOptions:j,key:t,value:e,el:n}),...j,slimDOMOptions:"all",inlineStylesheet:!0,inlineImages:!1,collectFonts:!0,errorHandler:t=>{try{t.__rrweb__=!0}catch(e){}}},this._initialOptions={flushMinDelay:t,flushMaxDelay:e,minReplayDuration:Math.min(n,15e3),maxReplayDuration:Math.min(r,A),stickySession:s,sessionSampleRate:c,errorSampleRate:l,useCompression:i,workerUrl:o,blockAllMedia:h,maskAllInputs:d,maskAllText:u,mutationBreadcrumbLimit:p,mutationLimit:m,slowClickTimeout:f,slowClickIgnoreSelectors:g,networkDetailAllowUrls:y,networkDetailDenyUrls:_,networkCaptureBodies:v,networkRequestHeaders:pr(S),networkResponseHeaders:pr(k),beforeAddRecordingEvent:M,beforeErrorSampling:O,_experiments:a},"number"===typeof c&&(console.warn(`[Replay] You are passing \`sessionSampleRate\` to the Replay integration.\nThis option is deprecated and will be removed soon.\nInstead, configure \`replaysSessionSampleRate\` directly in the SDK init options, e.g.:\nSentry.init({ replaysSessionSampleRate: ${c} })`),this._initialOptions.sessionSampleRate=c),"number"===typeof l&&(console.warn(`[Replay] You are passing \`errorSampleRate\` to the Replay integration.\nThis option is deprecated and will be removed soon.\nInstead, configure \`replaysOnErrorSampleRate\` directly in the SDK init options, e.g.:\nSentry.init({ replaysOnErrorSampleRate: ${l} })`),this._initialOptions.errorSampleRate=l),this._initialOptions.blockAllMedia&&(this._recordingOptions.blockSelector=this._recordingOptions.blockSelector?`${this._recordingOptions.blockSelector},${lr}`:lr),this._isInitialized&&E())throw new Error("Multiple Sentry Session Replay instances are not supported");this._isInitialized=!0}get _isInitialized(){return dr}set _isInitialized(t){dr=t}setupOnce(){E()&&(this._setup(),setTimeout((()=>this._initialize())))}start(){this._replay&&this._replay.start()}startBuffering(){this._replay&&this._replay.startBuffering()}stop(){return this._replay?this._replay.stop({forceFlush:"session"===this._replay.recordingMode}):Promise.resolve()}flush(t){return this._replay&&this._replay.isEnabled()?this._replay.sendBufferedReplayOrFlush(t):Promise.resolve()}getReplayId(){if(this._replay&&this._replay.isEnabled())return this._replay.getSessionId()}_initialize(){this._replay&&this._replay.initializeSampling()}_setup(){const t=function(t){const e=(0,s.s3)(),n=e&&e.getOptions(),r={sessionSampleRate:0,errorSampleRate:0,...(0,d.Jr)(t)};if(!n)return(0,m.Cf)((()=>{console.warn("SDK client is not available.")})),r;null==t.sessionSampleRate&&null==t.errorSampleRate&&null==n.replaysSessionSampleRate&&null==n.replaysOnErrorSampleRate&&(0,m.Cf)((()=>{console.warn("Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set.")}));"number"===typeof n.replaysSessionSampleRate&&(r.sessionSampleRate=n.replaysSessionSampleRate);"number"===typeof n.replaysOnErrorSampleRate&&(r.errorSampleRate=n.replaysOnErrorSampleRate);return r}(this._initialOptions);this._replay=new ar({options:t,recordingOptions:this._recordingOptions})}}function pr(t){return[...ur,...t.map((t=>t.toLowerCase()))]}hr.__initStatic()},9181:(t,e,n)=>{n.d(e,{EN:()=>u,IQ:()=>d,bU:()=>o});var r=n(3897),s=n(7597),i=n(2343);const o="baggage",a="sentry-",c=/^sentry-/,l=8192;function u(t){if(!(0,s.HD)(t)&&!Array.isArray(t))return;let e={};if(Array.isArray(t))e=t.reduce(((t,e)=>({...t,...h(e)})),{});else{if(!t)return;e=h(t)}const n=Object.entries(e).reduce(((t,[e,n])=>{if(e.match(c)){t[e.slice(a.length)]=n}return t}),{});return Object.keys(n).length>0?n:void 0}function d(t){if(!t)return;return function(t){if(0===Object.keys(t).length)return;return Object.entries(t).reduce(((t,[e,n],s)=>{const o=`${encodeURIComponent(e)}=${encodeURIComponent(n)}`,a=0===s?o:`${t},${o}`;return a.length>l?(r.X&&i.kg.warn(`Not adding key: ${e} with val: ${n} to baggage header due to exceeding baggage size limits.`),t):a}),"")}(Object.entries(t).reduce(((t,[e,n])=>(n&&(t[`${a}${e}`]=n),t)),{}))}function h(t){return t.split(",").map((t=>t.split("=").map((t=>decodeURIComponent(t.trim()))))).reduce(((t,[e,n])=>(t[e]=n,t)),{})}},8464:(t,e,n)=>{n.d(e,{Rt:()=>o,l4:()=>c,qT:()=>l});var r=n(7597);const s=(0,n(1235).Rf)(),i=80;function o(t,e={}){if(!t)return"";try{let n=t;const r=5,s=[];let o=0,c=0;const l=" > ",u=l.length;let d;const h=Array.isArray(e)?e:e.keyAttrs,p=!Array.isArray(e)&&e.maxStringLength||i;for(;n&&o++1&&c+s.length*u+d.length>=p));)s.push(d),c+=d.length,n=n.parentNode;return s.reverse().join(l)}catch(n){return""}}function a(t,e){const n=t,s=[];let i,o,a,c,l;if(!n||!n.tagName)return"";s.push(n.tagName.toLowerCase());const u=e&&e.length?e.filter((t=>n.getAttribute(t))).map((t=>[t,n.getAttribute(t)])):null;if(u&&u.length)u.forEach((t=>{s.push(`[${t[0]}="${t[1]}"]`)}));else if(n.id&&s.push(`#${n.id}`),i=n.className,i&&(0,r.HD)(i))for(o=i.split(/\s+/),l=0;l{n.d(e,{X:()=>r});const r="undefined"===typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__},292:(t,e,n)=>{n.d(e,{RA:()=>o,vK:()=>c});var r=n(3897),s=n(2343);const i=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function o(t,e=!1){const{host:n,path:r,pass:s,port:i,projectId:o,protocol:a,publicKey:c}=t;return`${a}://${c}${e&&s?`:${s}`:""}@${n}${i?`:${i}`:""}/${r?`${r}/`:r}${o}`}function a(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function c(t){const e="string"===typeof t?function(t){const e=i.exec(t);if(!e)return void(0,s.Cf)((()=>{console.error(`Invalid Sentry Dsn: ${t}`)}));const[n,r,o="",c,l="",u]=e.slice(1);let d="",h=u;const p=h.split("/");if(p.length>1&&(d=p.slice(0,-1).join("/"),h=p.pop()),h){const t=h.match(/^\d+/);t&&(h=t[0])}return a({host:c,pass:o,path:d,projectId:h,port:l,protocol:n,publicKey:r})}(t):a(t);if(e&&function(t){if(!r.X)return!0;const{port:e,projectId:n,protocol:i}=t;return!["protocol","publicKey","host","projectId"].find((e=>!t[e]&&(s.kg.error(`Invalid Sentry Dsn: ${e} missing`),!0)))&&(n.match(/^\d+$/)?function(t){return"http"===t||"https"===t}(i)?!e||!isNaN(parseInt(e,10))||(s.kg.error(`Invalid Sentry Dsn: Invalid port ${e}`),!1):(s.kg.error(`Invalid Sentry Dsn: Invalid protocol ${i}`),!1):(s.kg.error(`Invalid Sentry Dsn: Invalid projectId ${n}`),!1))}(e))return e}},8518:(t,e,n)=>{function r(){return"undefined"!==typeof __SENTRY_BROWSER_BUNDLE__&&!!__SENTRY_BROWSER_BUNDLE__}function s(){return"npm"}n.d(e,{S:()=>s,n:()=>r})},8725:(t,e,n)=>{n.d(e,{BO:()=>a,Cd:()=>f,HY:()=>m,Jd:()=>o,V$:()=>u,gv:()=>c,mL:()=>p,zQ:()=>d});var r=n(292),s=n(8007),i=n(535);function o(t,e=[]){return[t,e]}function a(t,e){const[n,r]=t;return[n,[...r,e]]}function c(t,e){const n=t[1];for(const r of n){if(e(r,r[0].type))return!0}return!1}function l(t,e){return(e||new TextEncoder).encode(t)}function u(t,e){const[n,r]=t;let i=JSON.stringify(n);function o(t){"string"===typeof i?i="string"===typeof t?i+t:[l(i,e),t]:i.push("string"===typeof t?l(t,e):t)}for(const c of r){const[t,e]=c;if(o(`\n${JSON.stringify(t)}\n`),"string"===typeof e||e instanceof Uint8Array)o(e);else{let t;try{t=JSON.stringify(e)}catch(a){t=JSON.stringify((0,s.Fv)(e))}o(t)}}return"string"===typeof i?i:function(t){const e=t.reduce(((t,e)=>t+e.length),0),n=new Uint8Array(e);let r=0;for(const s of t)n.set(s,r),r+=s.length;return n}(i)}function d(t,e){const n="string"===typeof t.data?l(t.data,e):t.data;return[(0,i.Jr)({type:"attachment",length:n.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),n]}const h={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",statsd:"unknown"};function p(t){return h[t]}function m(t){if(!t||!t.sdk)return;const{name:e,version:n}=t.sdk;return{name:e,version:n}}function f(t,e,n,s){const o=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.dynamicSamplingContext;return{event_id:t.event_id,sent_at:(new Date).toISOString(),...e&&{sdk:e},...!!n&&s&&{dsn:(0,r.RA)(s)},...o&&{trace:(0,i.Jr)({...o})}}}},409:(t,e,n)=>{n.d(e,{b:()=>r});class r extends Error{constructor(t,e="warn"){super(t),this.message=t,this.name=new.target.prototype.constructor.name,Object.setPrototypeOf(this,new.target.prototype),this.logLevel=e}}},9729:(t,e,n)=>{n.d(e,{D2:()=>l,Hj:()=>c,rK:()=>u});var r=n(3897),s=n(2343),i=n(360);const o={},a={};function c(t,e){o[t]=o[t]||[],o[t].push(e)}function l(t,e){a[t]||(e(),a[t]=!0)}function u(t,e){const n=t&&o[t];if(n)for(const o of n)try{o(e)}catch(a){r.X&&s.kg.error(`Error while triggering instrumentation handler.\nType: ${t}\nName: ${(0,i.$P)(o)}\nError:`,a)}}},5316:(t,e,n)=>{n.d(e,{O:()=>h});var r=n(2844),s=n(535),i=n(1235),o=n(9729);const a=i.n2,c=1e3;let l,u,d;function h(t){(0,o.Hj)("dom",t),(0,o.D2)("dom",p)}function p(){if(!a.document)return;const t=o.rK.bind(null,"dom"),e=m(t,!0);a.document.addEventListener("click",e,!1),a.document.addEventListener("keypress",e,!1),["EventTarget","Node"].forEach((e=>{const n=a[e]&&a[e].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&((0,s.hl)(n,"addEventListener",(function(e){return function(n,r,s){if("click"===n||"keypress"==n)try{const r=this,i=r.__sentry_instrumentation_handlers__=r.__sentry_instrumentation_handlers__||{},o=i[n]=i[n]||{refCount:0};if(!o.handler){const r=m(t);o.handler=r,e.call(this,n,r,s)}o.refCount++}catch(i){}return e.call(this,n,r,s)}})),(0,s.hl)(n,"removeEventListener",(function(t){return function(e,n,r){if("click"===e||"keypress"==e)try{const n=this,s=n.__sentry_instrumentation_handlers__||{},i=s[e];i&&(i.refCount--,i.refCount<=0&&(t.call(this,e,i.handler,r),i.handler=void 0,delete s[e]),0===Object.keys(s).length&&delete n.__sentry_instrumentation_handlers__)}catch(s){}return t.call(this,e,n,r)}})))}))}function m(t,e=!1){return n=>{if(!n||n._sentryCaptured)return;const i=function(t){try{return t.target}catch(e){return null}}(n);if(function(t,e){return"keypress"===t&&(!e||!e.tagName||"INPUT"!==e.tagName&&"TEXTAREA"!==e.tagName&&!e.isContentEditable)}(n.type,i))return;(0,s.xp)(n,"_sentryCaptured",!0),i&&!i._sentryId&&(0,s.xp)(i,"_sentryId",(0,r.DM)());const o="keypress"===n.type?"input":n.type;if(!function(t){if(t.type!==u)return!1;try{if(!t.target||t.target._sentryId!==d)return!1}catch(e){}return!0}(n)){t({event:n,name:o,global:e}),u=n.type,d=i?i._sentryId:void 0}clearTimeout(l),l=a.setTimeout((()=>{d=void 0,u=void 0}),c)}}},1394:(t,e,n)=>{n.d(e,{U:()=>a});var r=n(535),s=n(8823),i=n(1235),o=n(9729);function a(t){const e="fetch";(0,o.Hj)(e,t),(0,o.D2)(e,c)}function c(){(0,s.t$)()&&(0,r.hl)(i.n2,"fetch",(function(t){return function(...e){const{method:n,url:r}=function(t){if(0===t.length)return{method:"GET",url:""};if(2===t.length){const[e,n]=t;return{url:u(e),method:l(n,"method")?String(n.method).toUpperCase():"GET"}}const e=t[0];return{url:u(e),method:l(e,"method")?String(e.method).toUpperCase():"GET"}}(e),s={args:e,fetchData:{method:n,url:r},startTimestamp:Date.now()};return(0,o.rK)("fetch",{...s}),t.apply(i.n2,e).then((t=>{const e={...s,endTimestamp:Date.now(),response:t};return(0,o.rK)("fetch",e),t}),(t=>{const e={...s,endTimestamp:Date.now(),error:t};throw(0,o.rK)("fetch",e),t}))}}))}function l(t,e){return!!t&&"object"===typeof t&&!!t[e]}function u(t){return"string"===typeof t?t:t?l(t,"url")?t.url:t.toString?t.toString():"":""}},1674:(t,e,n)=>{n.d(e,{V:()=>o});var r=n(1235),s=n(9729);let i=null;function o(t){const e="error";(0,s.Hj)(e,t),(0,s.D2)(e,a)}function a(){i=r.n2.onerror,r.n2.onerror=function(t,e,n,r,o){const a={column:r,error:o,line:n,msg:t,url:e};return(0,s.rK)("error",a),!(!i||i.__SENTRY_LOADER__)&&i.apply(this,arguments)},r.n2.onerror.__SENTRY_INSTRUMENTED__=!0}},7373:(t,e,n)=>{n.d(e,{h:()=>o});var r=n(1235),s=n(9729);let i=null;function o(t){const e="unhandledrejection";(0,s.Hj)(e,t),(0,s.D2)(e,a)}function a(){i=r.n2.onunhandledrejection,r.n2.onunhandledrejection=function(t){const e=t;return(0,s.rK)("unhandledrejection",e),!(i&&!i.__SENTRY_LOADER__)||i.apply(this,arguments)},r.n2.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}},734:(t,e,n)=>{n.d(e,{a:()=>l});var r=n(535),s=n(1235);const i=(0,s.Rf)();var o=n(9729);const a=s.n2;let c;function l(t){const e="history";(0,o.Hj)(e,t),(0,o.D2)(e,u)}function u(){if(!function(){const t=i.chrome,e=t&&t.app&&t.app.runtime,n="history"in i&&!!i.history.pushState&&!!i.history.replaceState;return!e&&n}())return;const t=a.onpopstate;function e(t){return function(...e){const n=e.length>2?e[2]:void 0;if(n){const t=c,e=String(n);c=e;const r={from:t,to:e};(0,o.rK)("history",r)}return t.apply(this,e)}}a.onpopstate=function(...e){const n=a.location.href,r=c;c=n;const s={from:r,to:n};if((0,o.rK)("history",s),t)try{return t.apply(this,e)}catch(i){}},(0,r.hl)(a.history,"pushState",e),(0,r.hl)(a.history,"replaceState",e)}},5322:(t,e,n)=>{n.d(e,{UK:()=>l,xU:()=>c});var r=n(7597),s=n(535),i=n(1235),o=n(9729);const a=i.n2,c="__sentry_xhr_v3__";function l(t){(0,o.Hj)("xhr",t),(0,o.D2)("xhr",u)}function u(){if(!a.XMLHttpRequest)return;const t=XMLHttpRequest.prototype;(0,s.hl)(t,"open",(function(t){return function(...e){const n=Date.now(),i=(0,r.HD)(e[0])?e[0].toUpperCase():void 0,a=function(t){if((0,r.HD)(t))return t;try{return t.toString()}catch(e){}return}(e[1]);if(!i||!a)return t.apply(this,e);this[c]={method:i,url:a,request_headers:{}},"POST"===i&&a.match(/sentry_key/)&&(this.__sentry_own_request__=!0);const l=()=>{const t=this[c];if(t&&4===this.readyState){try{t.status_code=this.status}catch(e){}const r={args:[i,a],endTimestamp:Date.now(),startTimestamp:n,xhr:this};(0,o.rK)("xhr",r)}};return"onreadystatechange"in this&&"function"===typeof this.onreadystatechange?(0,s.hl)(this,"onreadystatechange",(function(t){return function(...e){return l(),t.apply(this,e)}})):this.addEventListener("readystatechange",l),(0,s.hl)(this,"setRequestHeader",(function(t){return function(...e){const[n,s]=e,i=this[c];return i&&(0,r.HD)(n)&&(0,r.HD)(s)&&(i.request_headers[n.toLowerCase()]=s),t.apply(this,e)}})),t.apply(this,e)}})),(0,s.hl)(t,"send",(function(t){return function(...e){const n=this[c];if(!n)return t.apply(this,e);void 0!==e[0]&&(n.body=e[0]);const r={args:[n.method,n.url],startTimestamp:Date.now(),xhr:this};return(0,o.rK)("xhr",r),t.apply(this,e)}}))}},7597:(t,e,n)=>{n.d(e,{Cy:()=>g,HD:()=>l,J8:()=>f,Kj:()=>m,PO:()=>d,TX:()=>a,V9:()=>_,VW:()=>o,VZ:()=>s,cO:()=>h,fm:()=>c,i2:()=>y,kK:()=>p,pt:()=>u,y1:()=>v});const r=Object.prototype.toString;function s(t){switch(r.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return _(t,Error)}}function i(t,e){return r.call(t)===`[object ${e}]`}function o(t){return i(t,"ErrorEvent")}function a(t){return i(t,"DOMError")}function c(t){return i(t,"DOMException")}function l(t){return i(t,"String")}function u(t){return null===t||"object"!==typeof t&&"function"!==typeof t}function d(t){return i(t,"Object")}function h(t){return"undefined"!==typeof Event&&_(t,Event)}function p(t){return"undefined"!==typeof Element&&_(t,Element)}function m(t){return i(t,"RegExp")}function f(t){return Boolean(t&&t.then&&"function"===typeof t.then)}function g(t){return d(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function y(t){return"number"===typeof t&&t!==t}function _(t,e){try{return t instanceof e}catch(n){return!1}}function v(t){return!("object"!==typeof t||null===t||!t.__isVue&&!t._isVue)}},2343:(t,e,n)=>{n.d(e,{Cf:()=>a,LD:()=>o,RU:()=>i,kg:()=>c});var r=n(3897),s=n(1235);const i=["debug","info","warn","error","log","assert","trace"],o={};function a(t){if(!("console"in s.n2))return t();const e=s.n2.console,n={},r=Object.keys(o);r.forEach((t=>{const r=o[t];n[t]=e[t],e[t]=r}));try{return t()}finally{r.forEach((t=>{e[t]=n[t]}))}}const c=function(){let t=!1;const e={enable:()=>{t=!0},disable:()=>{t=!1},isEnabled:()=>t};return r.X?i.forEach((n=>{e[n]=(...e)=>{t&&a((()=>{s.n2.console[n](`Sentry Logger [${n}]:`,...e)}))}})):i.forEach((t=>{e[t]=()=>{}})),e}()},2844:(t,e,n)=>{n.d(e,{DM:()=>i,Db:()=>c,EG:()=>l,YO:()=>u,jH:()=>a,lE:()=>d});var r=n(535),s=n(1235);function i(){const t=s.n2,e=t.crypto||t.msCrypto;let n=()=>16*Math.random();try{if(e&&e.randomUUID)return e.randomUUID().replace(/-/g,"");e&&e.getRandomValues&&(n=()=>e.getRandomValues(new Uint8Array(1))[0])}catch(r){}return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,(t=>(t^(15&n())>>t/4).toString(16)))}function o(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function a(t){const{message:e,event_id:n}=t;if(e)return e;const r=o(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function c(t,e,n){const r=t.exception=t.exception||{},s=r.values=r.values||[],i=s[0]=s[0]||{};i.value||(i.value=e||""),i.type||(i.type=n||"Error")}function l(t,e){const n=o(t);if(!n)return;const r=n.mechanism;if(n.mechanism={type:"generic",handled:!0,...r,...e},e&&"data"in e){const t={...r&&r.data,...e.data};n.mechanism.data=t}}function u(t){if(t&&t.__sentry_captured__)return!0;try{(0,r.xp)(t,"__sentry_captured__",!0)}catch(e){}return!1}function d(t){return Array.isArray(t)?t:[t]}},1422:(t,e,n)=>{n.d(e,{KV:()=>s,l$:()=>i});var r=n(8518);function s(){return!(0,r.n)()&&"[object process]"===Object.prototype.toString.call("undefined"!==typeof process?process:0)}function i(t,e){return t.require(e)}t=n.hmd(t)},8007:(t,e,n)=>{n.d(e,{Fv:()=>o,Qy:()=>a});var r=n(7597);var s=n(535),i=n(360);function o(t,e=100,n=1/0){try{return c("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function a(t,e=3,n=102400){const r=o(t,e);return s=r,function(t){return~-encodeURI(t).split(/%..|./).length}(JSON.stringify(s))>n?a(t,e-1,n):r;var s}function c(t,e,o=1/0,a=1/0,l=function(){const t="function"===typeof WeakSet,e=t?new WeakSet:[];return[function(n){if(t)return!!e.has(n)||(e.add(n),!1);for(let t=0;t=a){f[n]="[MaxProperties ~]";break}const t=y[n];f[n]=c(n,t,p-1,a,l),g++}return d(e),f}},535:(t,e,n)=>{n.d(e,{$Q:()=>u,HK:()=>d,Jr:()=>y,Sh:()=>p,_j:()=>h,hl:()=>c,xp:()=>l,zf:()=>g});var r=n(8464),s=n(3897),i=n(7597),o=n(2343),a=n(7321);function c(t,e,n){if(!(e in t))return;const r=t[e],s=n(r);"function"===typeof s&&u(s,r),t[e]=s}function l(t,e,n){try{Object.defineProperty(t,e,{value:n,writable:!0,configurable:!0})}catch(r){s.X&&o.kg.log(`Failed to add non-enumerable property "${e}" to object`,t)}}function u(t,e){try{const n=e.prototype||{};t.prototype=e.prototype=n,l(t,"__sentry_original__",e)}catch(n){}}function d(t){return t.__sentry_original__}function h(t){return Object.keys(t).map((e=>`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`)).join("&")}function p(t){if((0,i.VZ)(t))return{message:t.message,name:t.name,stack:t.stack,...f(t)};if((0,i.cO)(t)){const e={type:t.type,target:m(t.target),currentTarget:m(t.currentTarget),...f(t)};return"undefined"!==typeof CustomEvent&&(0,i.V9)(t,CustomEvent)&&(e.detail=t.detail),e}return t}function m(t){try{return(0,i.kK)(t)?(0,r.Rt)(t):Object.prototype.toString.call(t)}catch(e){return""}}function f(t){if("object"===typeof t&&null!==t){const e={};for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}return{}}function g(t,e=40){const n=Object.keys(p(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return(0,a.$G)(n[0],e);for(let r=n.length;r>0;r--){const t=n.slice(0,r).join(", ");if(!(t.length>e))return r===n.length?t:(0,a.$G)(t,e)}return""}function y(t){return _(t,new Map)}function _(t,e){if((0,i.PO)(t)){const n=e.get(t);if(void 0!==n)return n;const r={};e.set(t,r);for(const s of Object.keys(t))"undefined"!==typeof t[s]&&(r[s]=_(t[s],e));return r}if(Array.isArray(t)){const n=e.get(t);if(void 0!==n)return n;const r=[];return e.set(t,r),t.forEach((t=>{r.push(_(t,e))})),r}return t}},228:(t,e,n)=>{n.d(e,{Q:()=>s,WG:()=>i});const r=6e4;function s(t,e,n=Date.now()){return function(t,e){return t[e]||t.all||0}(t,e)>n}function i(t,{statusCode:e,headers:n},s=Date.now()){const i={...t},o=n&&n["x-sentry-rate-limits"],a=n&&n["retry-after"];if(o)for(const r of o.trim().split(",")){const[t,e]=r.split(":",2),n=parseInt(t,10),o=1e3*(isNaN(n)?60:n);if(e)for(const r of e.split(";"))i[r]=s+o;else i.all=s+o}else a?i.all=s+function(t,e=Date.now()){const n=parseInt(`${t}`,10);if(!isNaN(n))return 1e3*n;const s=Date.parse(`${t}`);return isNaN(s)?r:s-e}(a,s):429===e&&(i.all=s+6e4);return i}},360:(t,e,n)=>{n.d(e,{$P:()=>l,Sq:()=>a,pE:()=>o});const r=50,s=/\(error: (.*)\)/,i=/captureMessage|captureException/;function o(...t){const e=t.sort(((t,e)=>t[0]-e[0])).map((t=>t[1]));return(t,n=0)=>{const o=[],a=t.split("\n");for(let i=n;i1024)continue;const n=s.test(t)?t.replace(s,"$1"):t;if(!n.match(/\S*Error: /)){for(const t of e){const e=t(n);if(e){o.push(e);break}}if(o.length>=r)break}}return function(t){if(!t.length)return[];const e=Array.from(t);/sentryWrapped/.test(e[e.length-1].function||"")&&e.pop();e.reverse(),i.test(e[e.length-1].function||"")&&(e.pop(),i.test(e[e.length-1].function||"")&&e.pop());return e.slice(0,r).map((t=>({...t,filename:t.filename||e[e.length-1].filename,function:t.function||"?"})))}(o)}}function a(t){return Array.isArray(t)?o(...t):t}const c="";function l(t){try{return t&&"function"===typeof t&&t.name||c}catch(e){return c}}},7321:(t,e,n)=>{n.d(e,{$G:()=>s,U0:()=>o,nK:()=>i});var r=n(7597);function s(t,e=0){return"string"!==typeof t||0===e||t.length<=e?t:`${t.slice(0,e)}...`}function i(t,e){if(!Array.isArray(t))return"";const n=[];for(let i=0;ifunction(t,e,n=!1){return!!(0,r.HD)(t)&&((0,r.Kj)(e)?e.test(t):!!(0,r.HD)(e)&&(n?t===e:t.includes(e)))}(t,e,n)))}},8823:(t,e,n)=>{n.d(e,{Ak:()=>o,Du:()=>a,t$:()=>c});var r=n(3897),s=n(2343);const i=(0,n(1235).Rf)();function o(){if(!("fetch"in i))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch(t){return!1}}function a(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function c(){if("string"===typeof EdgeRuntime)return!0;if(!o())return!1;if(a(i.fetch))return!0;let t=!1;const e=i.document;if(e&&"function"===typeof e.createElement)try{const n=e.createElement("iframe");n.hidden=!0,e.head.appendChild(n),n.contentWindow&&n.contentWindow.fetch&&(t=a(n.contentWindow.fetch)),e.head.removeChild(n)}catch(n){r.X&&s.kg.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return t}},6893:(t,e,n)=>{n.d(e,{$2:()=>o,WD:()=>i,cW:()=>a});var r,s=n(7597);function i(t){return new a((e=>{e(t)}))}function o(t){return new a(((e,n)=>{n(t)}))}!function(t){t[t.PENDING=0]="PENDING";t[t.RESOLVED=1]="RESOLVED";t[t.REJECTED=2]="REJECTED"}(r||(r={}));class a{constructor(t){a.prototype.__init.call(this),a.prototype.__init2.call(this),a.prototype.__init3.call(this),a.prototype.__init4.call(this),this._state=r.PENDING,this._handlers=[];try{t(this._resolve,this._reject)}catch(e){this._reject(e)}}then(t,e){return new a(((n,r)=>{this._handlers.push([!1,e=>{if(t)try{n(t(e))}catch(s){r(s)}else n(e)},t=>{if(e)try{n(e(t))}catch(s){r(s)}else r(t)}]),this._executeHandlers()}))}catch(t){return this.then((t=>t),t)}finally(t){return new a(((e,n)=>{let r,s;return this.then((e=>{s=!1,r=e,t&&t()}),(e=>{s=!0,r=e,t&&t()})).then((()=>{s?n(r):e(r)}))}))}__init(){this._resolve=t=>{this._setResult(r.RESOLVED,t)}}__init2(){this._reject=t=>{this._setResult(r.REJECTED,t)}}__init3(){this._setResult=(t,e)=>{this._state===r.PENDING&&((0,s.J8)(e)?e.then(this._resolve,this._reject):(this._state=t,this._value=e,this._executeHandlers()))}}__init4(){this._executeHandlers=()=>{if(this._state===r.PENDING)return;const t=this._handlers.slice();this._handlers=[],t.forEach((t=>{t[0]||(this._state===r.RESOLVED&&t[1](this._value),this._state===r.REJECTED&&t[2](this._value),t[0]=!0)}))}}}},1170:(t,e,n)=>{n.d(e,{Z1:()=>h,ph:()=>u,yW:()=>l});var r=n(1422),s=n(1235);t=n.hmd(t);const i=(0,s.Rf)(),o={nowSeconds:()=>Date.now()/1e3};const a=(0,r.KV)()?function(){try{return(0,r.l$)(t,"perf_hooks").performance}catch(e){return}}():function(){const{performance:t}=i;if(!t||!t.now)return;return{now:()=>t.now(),timeOrigin:Date.now()-t.now()}}(),c=void 0===a?o:{nowSeconds:()=>(a.timeOrigin+a.now())/1e3},l=o.nowSeconds.bind(o),u=c.nowSeconds.bind(c);let d;const h=(()=>{const{performance:t}=i;if(!t||!t.now)return void(d="none");const e=36e5,n=t.now(),r=Date.now(),s=t.timeOrigin?Math.abs(t.timeOrigin+n-r):e,o=s{n.d(e,{$p:()=>a,KA:()=>o});var r=n(9181),s=n(2844);const i=new RegExp("^[ \\t]*([0-9a-f]{32})?-?([0-9a-f]{16})?-?([01])?[ \\t]*$");function o(t,e){const n=function(t){if(!t)return;const e=t.match(i);if(!e)return;let n;return"1"===e[3]?n=!0:"0"===e[3]&&(n=!1),{traceId:e[1],parentSampled:n,parentSpanId:e[2]}}(t),o=(0,r.EN)(e),{traceId:a,parentSpanId:c,parentSampled:l}=n||{},u={traceId:a||(0,s.DM)(),spanId:(0,s.DM)().substring(16),sampled:l};return c&&(u.parentSpanId=c),o&&(u.dsc=o),{traceparentData:n,dynamicSamplingContext:o,propagationContext:u}}function a(t=(0,s.DM)(),e=(0,s.DM)().substring(16),n){let r="";return void 0!==n&&(r=n?"-1":"-0"),`${t}-${e}${r}`}},1235:(t,e,n)=>{function r(t){return t&&t.Math==Math?t:void 0}n.d(e,{Rf:()=>i,YO:()=>o,n2:()=>s});const s="object"==typeof globalThis&&r(globalThis)||"object"==typeof window&&r(window)||"object"==typeof self&&r(self)||"object"==typeof n.g&&r(n.g)||function(){return this}()||{};function i(){return s}function o(t,e,n){const r=n||s,i=r.__SENTRY__=r.__SENTRY__||{};return i[t]||(i[t]=e())}}}]); //# sourceMappingURL=vendors.sentry.js.map \ No newline at end of file diff --git a/build/assets/js/vendors.terraformer-arcgis-parser.js b/build/assets/js/vendors.terraformer-arcgis-parser.js index 898b4be..117e674 100644 --- a/build/assets/js/vendors.terraformer-arcgis-parser.js +++ b/build/assets/js/vendors.terraformer-arcgis-parser.js @@ -1,2 +1,2 @@ -!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},r=(new Error).stack;r&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[r]="b7bb2098-f524-41a7-ac38-2f3d5f2d6fe9",e._sentryDebugIdIdentifier="sentry-dbid-b7bb2098-f524-41a7-ac38-2f3d5f2d6fe9")}catch(e){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"e76cbc730a30c8c3131e84f6ce866822d1aec358"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[600],{7055:function(e,r,t){!function(r,o){if("object"===typeof e.exports&&(e.exports=o(t(2257))),"object"===typeof r.navigator){if(!r.Terraformer)throw new Error("Terraformer.ArcGIS requires the core Terraformer library. https://github.com/esri/Terraformer");r.Terraformer.ArcGIS=o(r.Terraformer)}}(this,(function(e){var r={};function t(e){var r,t,o,n,i=0,s=0,a=[];o=e.match(/((\+|\-)[^\+\-]+)/g),n=parseInt(o[0],32);for(var c=1;c=0}function s(e){var r=[],t=e.slice(0),n=o(t.shift().slice(0));if(n.length>=4){i(n)||n.reverse(),r.push(n);for(var s=0;s=4&&(i(a)&&a.reverse(),r.push(a))}}return r}function a(r,t){var o=e.Tools.arraysIntersectArrays(r,t),n=e.Tools.coordinatesContainPoint(r,t[0]);return!(o||!n)}function c(r,s){var u={};return(s=s||{}).idAttribute=s.idAttribute||void 0,!r.spatialReference||3857!==r.spatialReference.wkid&&102100!==r.spatialReference.wkid||(u.crs=e.MercatorCRS),"number"===typeof r.x&&"number"===typeof r.y&&(u.type="Point",u.coordinates=[r.x,r.y],(r.z||r.m)&&u.coordinates.push(r.z),r.m&&u.coordinates.push(r.m)),r.points&&(u.type="MultiPoint",u.coordinates=r.points.slice(0)),r.paths&&(1===r.paths.length?(u.type="LineString",u.coordinates=r.paths[0].slice(0)):(u.type="MultiLineString",u.coordinates=r.paths.slice(0))),r.rings&&(u=function(r){for(var t,n,s,c=[],u=[],f=0;f=0;t--)if(a(n=c[t][0],s)){c[t].push(s),y=!0;break}y||d.push(s)}for(;d.length;){s=d.pop();var g=!1;for(t=c.length-1;t>=0;t--)if(n=c[t][0],e.Tools.arraysIntersectArrays(n,s)){c[t].push(s),g=!0;break}g||c.push([s.reverse()])}return 1===c.length?{type:"Polygon",coordinates:c[0]}:{type:"MultiPolygon",coordinates:c}}(r.rings.slice(0))),"number"===typeof r.xmin&&"number"===typeof r.ymin&&"number"===typeof r.xmax&&"number"===typeof r.ymax&&(u.type="Polygon",u.coordinates=[[[r.xmax,r.ymax],[r.xmin,r.ymax],[r.xmin,r.ymin],[r.xmax,r.ymin],[r.xmax,r.ymax]]]),(r.compressedGeometry||r.geometry||r.attributes)&&(u.type="Feature",r.compressedGeometry&&(r.geometry={paths:[t(r.compressedGeometry)]}),u.geometry=r.geometry?c(r.geometry):null,u.properties=r.attributes?n(r.attributes):null,r.attributes&&(u.id=r.attributes[s.idAttribute]||r.attributes.OBJECTID||r.attributes.FID)),new e.Primitive(u)}function u(e,r){var t,o=(r=r||{}).idAttribute||"OBJECTID";t=r.sr?{wkid:r.sr}:e&&e.crs&&"urn:ogc:def:crs:OGC:1.3:CRS84"!=e.crs.properties.name?null:{wkid:4326};var i,a={};switch(e.type){case"Point":a.x=e.coordinates[0],a.y=e.coordinates[1],e.coordinates[2]&&(a.z=e.coordinates[2]),e.coordinates[3]&&(a.m=e.coordinates[3]),a.spatialReference=t;break;case"MultiPoint":a.points=e.coordinates.slice(0),a.spatialReference=t;break;case"LineString":a.paths=[e.coordinates.slice(0)],a.spatialReference=t;break;case"MultiLineString":a.paths=e.coordinates.slice(0),a.spatialReference=t;break;case"Polygon":a.rings=s(e.coordinates.slice(0)),a.spatialReference=t;break;case"MultiPolygon":a.rings=function(e){for(var r=[],t=0;t=0;n--){var i=o[n].slice(0);r.push(i)}return r}(e.coordinates.slice(0)),a.spatialReference=t;break;case"Feature":e.geometry&&(a.geometry=u(e.geometry,r)),a.attributes=e.properties?n(e.properties):{},e.id&&(a.attributes[o]=e.id);break;case"FeatureCollection":for(a=[],i=0;i=0}function s(e){var r=[],t=e.slice(0),n=o(t.shift().slice(0));if(n.length>=4){i(n)||n.reverse(),r.push(n);for(var s=0;s=4&&(i(a)&&a.reverse(),r.push(a))}}return r}function a(r,t){var o=e.Tools.arraysIntersectArrays(r,t),n=e.Tools.coordinatesContainPoint(r,t[0]);return!(o||!n)}function c(r,s){var u={};return(s=s||{}).idAttribute=s.idAttribute||void 0,!r.spatialReference||3857!==r.spatialReference.wkid&&102100!==r.spatialReference.wkid||(u.crs=e.MercatorCRS),"number"===typeof r.x&&"number"===typeof r.y&&(u.type="Point",u.coordinates=[r.x,r.y],(r.z||r.m)&&u.coordinates.push(r.z),r.m&&u.coordinates.push(r.m)),r.points&&(u.type="MultiPoint",u.coordinates=r.points.slice(0)),r.paths&&(1===r.paths.length?(u.type="LineString",u.coordinates=r.paths[0].slice(0)):(u.type="MultiLineString",u.coordinates=r.paths.slice(0))),r.rings&&(u=function(r){for(var t,n,s,c=[],u=[],f=0;f=0;t--)if(a(n=c[t][0],s)){c[t].push(s),y=!0;break}y||d.push(s)}for(;d.length;){s=d.pop();var b=!1;for(t=c.length-1;t>=0;t--)if(n=c[t][0],e.Tools.arraysIntersectArrays(n,s)){c[t].push(s),b=!0;break}b||c.push([s.reverse()])}return 1===c.length?{type:"Polygon",coordinates:c[0]}:{type:"MultiPolygon",coordinates:c}}(r.rings.slice(0))),"number"===typeof r.xmin&&"number"===typeof r.ymin&&"number"===typeof r.xmax&&"number"===typeof r.ymax&&(u.type="Polygon",u.coordinates=[[[r.xmax,r.ymax],[r.xmin,r.ymax],[r.xmin,r.ymin],[r.xmax,r.ymin],[r.xmax,r.ymax]]]),(r.compressedGeometry||r.geometry||r.attributes)&&(u.type="Feature",r.compressedGeometry&&(r.geometry={paths:[t(r.compressedGeometry)]}),u.geometry=r.geometry?c(r.geometry):null,u.properties=r.attributes?n(r.attributes):null,r.attributes&&(u.id=r.attributes[s.idAttribute]||r.attributes.OBJECTID||r.attributes.FID)),new e.Primitive(u)}function u(e,r){var t,o=(r=r||{}).idAttribute||"OBJECTID";t=r.sr?{wkid:r.sr}:e&&e.crs&&"urn:ogc:def:crs:OGC:1.3:CRS84"!=e.crs.properties.name?null:{wkid:4326};var i,a={};switch(e.type){case"Point":a.x=e.coordinates[0],a.y=e.coordinates[1],e.coordinates[2]&&(a.z=e.coordinates[2]),e.coordinates[3]&&(a.m=e.coordinates[3]),a.spatialReference=t;break;case"MultiPoint":a.points=e.coordinates.slice(0),a.spatialReference=t;break;case"LineString":a.paths=[e.coordinates.slice(0)],a.spatialReference=t;break;case"MultiLineString":a.paths=e.coordinates.slice(0),a.spatialReference=t;break;case"Polygon":a.rings=s(e.coordinates.slice(0)),a.spatialReference=t;break;case"MultiPolygon":a.rings=function(e){for(var r=[],t=0;t=0;n--){var i=o[n].slice(0);r.push(i)}return r}(e.coordinates.slice(0)),a.spatialReference=t;break;case"Feature":e.geometry&&(a.geometry=u(e.geometry,r)),a.attributes=e.properties?n(e.properties):{},e.id&&(a.attributes[o]=e.id);break;case"FeatureCollection":for(a=[],i=0;ir)&&(r=h),(null===o||pn)&&(n=p)}return[e,o,r,n]}(t.coordinates);case"Feature":return t.geometry?a(t.geometry):null;case"FeatureCollection":return function(t){for(var e,r=[],o=t.features.length-1;o>=0;o--)e=a(t.features[o].geometry),r.push([e[0],e[1]]),r.push([e[2],e[3]]);return u(r)}(t);case"GeometryCollection":return function(t){for(var e,r=[],o=t.geometries.length-1;o>=0;o--)e=a(t.geometries[o]),r.push([e[0],e[1]]),r.push([e[2],e[3]]);return u(r)}(t);default:throw new Error("Unknown type: "+t.type)}return null}function c(t){for(var e=null,r=null,o=null,n=null,i=0;ir)&&(r=u),(null===o||ln)&&(n=l)}return[e,o,r,n]}function u(t){for(var e=null,r=null,o=null,n=null,i=0;ir)&&(r=a),(null===o||cn)&&(n=c)}return[e,o,r,n]}function l(t){var e=a(t);return{x:e[0],y:e[1],w:Math.abs(e[0]-e[2]),h:Math.abs(e[1]-e[3])}}function h(t){return t*r}function p(t){return t*o}function f(t,e){for(var r=0;re[0]?-1:t[0]e[1]?-1:t[1]n?1:0;var o,n}function M(t,e){var r=e[0]-t[0],o=e[1]-t[1];return r*r+o*o}function T(t,e){var r=e;for(var o in t){var n=m(e,r,t[o]);(-1===n||0===n&&M(e,t[o])>M(e,r))&&(r=t[o])}return r}function b(t){if(0===t.length)return[];if(1===t.length)return t;for(var e=[t.sort(P)[0]],r=0;r=2))throw"Terraformer: invalid input for Terraformer.Point";this.coordinates=e}this.type="Point"}function V(t){if(t&&"MultiPoint"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.MultiPoint";this.coordinates=t}this.type="MultiPoint"}function N(t){if(t&&"LineString"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.LineString";this.coordinates=t}this.type="LineString"}function j(t){if(t&&"MultiLineString"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.MultiLineString";this.coordinates=t}this.type="MultiLineString"}function A(t){if(t&&"Polygon"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.Polygon";this.coordinates=t}this.type="Polygon"}function H(t){if(t&&"MultiPolygon"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.MultiPolygon";this.coordinates=t}this.type="MultiPolygon"}function D(t){if(t&&"Feature"===t.type)s(this,t);else{if(!(t&&t.type&&t.coordinates))throw"Terraformer: invalid input for Terraformer.Feature";this.geometry=t}this.type="Feature"}function R(t){if(t&&"FeatureCollection"===t.type&&t.features)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.FeatureCollection";this.features=t}this.type="FeatureCollection"}function J(t){if(t&&"GeometryCollection"===t.type&&t.geometries)s(this,t);else if(i(t))this.geometries=t;else{if(!t.coordinates||!t.type)throw"Terraformer: invalid input for Terraformer.GeometryCollection";this.type="GeometryCollection",this.geometries=[t]}this.type="GeometryCollection"}function U(t,e,r){for(var o=d(t),n=r||64,i={type:"Polygon",coordinates:[[]]},s=1;s<=n;s++){var a=s*(360/n)*Math.PI/180;i.coordinates[0].push([o[0]+e*Math.cos(a),o[1]+e*Math.sin(a)])}return i.coordinates=E(i.coordinates),w(i)}function q(t,e,r){var o=r||64,n=e||250;if(!t||t.length<2||!n||!o)throw new Error("Terraformer: missing parameter for Terraformer.Circle");s(this,new D({type:"Feature",geometry:U(t,n,o),properties:{radius:n,center:t,steps:o}}))}return I.prototype.toMercator=function(){return v(this)},I.prototype.toGeographic=function(){return w(this)},I.prototype.envelope=function(){return l(this)},I.prototype.bbox=function(){return a(this)},I.prototype.convexHull=function(){var t,e,r=[];if("Point"===this.type)return null;if("LineString"===this.type||"MultiPoint"===this.type){if(!(this.coordinates&&this.coordinates.length>=3))return null;r=this.coordinates}else if("Polygon"===this.type||"MultiLineString"===this.type){if(!(this.coordinates&&this.coordinates.length>0))return null;for(t=0;t0))return null;for(t=0;t1},A.prototype.holes=function(){var t=[];if(this.hasHoles())for(var e=1;e0||!e&&a<0)return!1}return!0},t.MercatorCRS=n,t.GeographicCRS={type:"link",properties:{href:"http://spatialreference.org/ref/epsg/4326/ogcwkt/",type:"ogcwkt"}},t},"object"===typeof t.exports&&(t.exports=o()),"object"===typeof window&&(r.Terraformer=o())}}]); +!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="94ee767d-38f0-427a-8d93-c729ccab19ce",t._sentryDebugIdIdentifier="sentry-dbid-94ee767d-38f0-427a-8d93-c729ccab19ce")}catch(t){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"76503864802ce9c9b190bc17b1ae9b04fddb1bd5"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[47],{2257:function(t,e){var r,o;r=this,o=function(){"use strict";var t={},e=6378137,r=57.29577951308232,o=.017453292519943,n={type:"link",properties:{href:"http://spatialreference.org/ref/sr-org/6928/ogcwkt/",type:"ogcwkt"}};function i(t){return"[object Array]"===Object.prototype.toString.call(t)}function s(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return t}function a(t){if(t.type)switch(t.type){case"Point":return[t.coordinates[0],t.coordinates[1],t.coordinates[0],t.coordinates[1]];case"MultiPoint":case"LineString":return u(t.coordinates);case"MultiLineString":case"Polygon":return c(t.coordinates);case"MultiPolygon":return function(t){for(var e=null,r=null,o=null,n=null,i=0;ir)&&(r=h),(null===o||pn)&&(n=p)}return[e,o,r,n]}(t.coordinates);case"Feature":return t.geometry?a(t.geometry):null;case"FeatureCollection":return function(t){for(var e,r=[],o=t.features.length-1;o>=0;o--)e=a(t.features[o].geometry),r.push([e[0],e[1]]),r.push([e[2],e[3]]);return u(r)}(t);case"GeometryCollection":return function(t){for(var e,r=[],o=t.geometries.length-1;o>=0;o--)e=a(t.geometries[o]),r.push([e[0],e[1]]),r.push([e[2],e[3]]);return u(r)}(t);default:throw new Error("Unknown type: "+t.type)}return null}function c(t){for(var e=null,r=null,o=null,n=null,i=0;ir)&&(r=u),(null===o||ln)&&(n=l)}return[e,o,r,n]}function u(t){for(var e=null,r=null,o=null,n=null,i=0;ir)&&(r=a),(null===o||cn)&&(n=c)}return[e,o,r,n]}function l(t){var e=a(t);return{x:e[0],y:e[1],w:Math.abs(e[0]-e[2]),h:Math.abs(e[1]-e[3])}}function h(t){return t*r}function p(t){return t*o}function f(t,e){for(var r=0;re[0]?-1:t[0]e[1]?-1:t[1]n?1:0;var o,n}function M(t,e){var r=e[0]-t[0],o=e[1]-t[1];return r*r+o*o}function T(t,e){var r=e;for(var o in t){var n=m(e,r,t[o]);(-1===n||0===n&&M(e,t[o])>M(e,r))&&(r=t[o])}return r}function b(t){if(0===t.length)return[];if(1===t.length)return t;for(var e=[t.sort(P)[0]],r=0;r=2))throw"Terraformer: invalid input for Terraformer.Point";this.coordinates=e}this.type="Point"}function V(t){if(t&&"MultiPoint"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.MultiPoint";this.coordinates=t}this.type="MultiPoint"}function N(t){if(t&&"LineString"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.LineString";this.coordinates=t}this.type="LineString"}function j(t){if(t&&"MultiLineString"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.MultiLineString";this.coordinates=t}this.type="MultiLineString"}function A(t){if(t&&"Polygon"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.Polygon";this.coordinates=t}this.type="Polygon"}function H(t){if(t&&"MultiPolygon"===t.type&&t.coordinates)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.MultiPolygon";this.coordinates=t}this.type="MultiPolygon"}function D(t){if(t&&"Feature"===t.type)s(this,t);else{if(!(t&&t.type&&t.coordinates))throw"Terraformer: invalid input for Terraformer.Feature";this.geometry=t}this.type="Feature"}function R(t){if(t&&"FeatureCollection"===t.type&&t.features)s(this,t);else{if(!i(t))throw"Terraformer: invalid input for Terraformer.FeatureCollection";this.features=t}this.type="FeatureCollection"}function J(t){if(t&&"GeometryCollection"===t.type&&t.geometries)s(this,t);else if(i(t))this.geometries=t;else{if(!t.coordinates||!t.type)throw"Terraformer: invalid input for Terraformer.GeometryCollection";this.type="GeometryCollection",this.geometries=[t]}this.type="GeometryCollection"}function U(t,e,r){for(var o=d(t),n=r||64,i={type:"Polygon",coordinates:[[]]},s=1;s<=n;s++){var a=s*(360/n)*Math.PI/180;i.coordinates[0].push([o[0]+e*Math.cos(a),o[1]+e*Math.sin(a)])}return i.coordinates=E(i.coordinates),w(i)}function q(t,e,r){var o=r||64,n=e||250;if(!t||t.length<2||!n||!o)throw new Error("Terraformer: missing parameter for Terraformer.Circle");s(this,new D({type:"Feature",geometry:U(t,n,o),properties:{radius:n,center:t,steps:o}}))}return I.prototype.toMercator=function(){return v(this)},I.prototype.toGeographic=function(){return w(this)},I.prototype.envelope=function(){return l(this)},I.prototype.bbox=function(){return a(this)},I.prototype.convexHull=function(){var t,e,r=[];if("Point"===this.type)return null;if("LineString"===this.type||"MultiPoint"===this.type){if(!(this.coordinates&&this.coordinates.length>=3))return null;r=this.coordinates}else if("Polygon"===this.type||"MultiLineString"===this.type){if(!(this.coordinates&&this.coordinates.length>0))return null;for(t=0;t0))return null;for(t=0;t1},A.prototype.holes=function(){var t=[];if(this.hasHoles())for(var e=1;e0||!e&&a<0)return!1}return!0},t.MercatorCRS=n,t.GeographicCRS={type:"link",properties:{href:"http://spatialreference.org/ref/epsg/4326/ogcwkt/",type:"ogcwkt"}},t},"object"===typeof t.exports&&(t.exports=o()),"object"===typeof window&&(r.Terraformer=o())}}]); //# sourceMappingURL=vendors.terraformer.js.map \ No newline at end of file diff --git a/build/assets/js/vendors.turf.js b/build/assets/js/vendors.turf.js index 6890004..fa0bfae 100644 --- a/build/assets/js/vendors.turf.js +++ b/build/assets/js/vendors.turf.js @@ -1,2 +1,2 @@ -!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="27cc663d-32d2-47a6-ab9b-2a4a4d0845d8",t._sentryDebugIdIdentifier="sentry-dbid-27cc663d-32d2-47a6-ab9b-2a4a4d0845d8")}catch(t){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"e76cbc730a30c8c3131e84f6ce866822d1aec358"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[489],{530:function(t,e){!function(t){"use strict";function e(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.bbox,i=n.id;if(void 0===t)throw new Error("geometry is required");if(e&&e.constructor!==Object)throw new Error("properties must be an Object");r&&N(r),i&&C(i);var o={type:"Feature"};return i&&(o.id=i),r&&(o.bbox=r),o.properties=e||{},o.geometry=t,o}function n(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var i,s=n.bbox;if(!t)throw new Error("type is required");if(!e)throw new Error("coordinates is required");if(!Array.isArray(e))throw new Error("coordinates must be an Array");switch(s&&N(s),t){case"Point":i=r(e).geometry;break;case"LineString":i=a(e).geometry;break;case"Polygon":i=o(e).geometry;break;case"MultiPoint":i=l(e).geometry;break;case"MultiLineString":i=h(e).geometry;break;case"MultiPolygon":i=p(e).geometry;break;default:throw new Error(t+" is invalid")}return s&&(i.bbox=s),i}function r(t,n,r){if(!t)throw new Error("coordinates is required");if(!Array.isArray(t))throw new Error("coordinates must be an Array");if(t.length<2)throw new Error("coordinates must be at least 2 numbers long");if(!b(t[0])||!b(t[1]))throw new Error("coordinates must contain numbers");return e({type:"Point",coordinates:t},n,r)}function i(t,e,n){if(!t)throw new Error("coordinates is required");if(!Array.isArray(t))throw new Error("coordinates must be an Array");return c(t.map((function(t){return r(t,e)})),n)}function o(t,n,r){if(!t)throw new Error("coordinates is required");for(var i=0;i=0))throw new Error("precision must be a positive number");var n=Math.pow(10,e||0);return Math.round(t*n)/n}function d(t,e){if(void 0===t||null===t)throw new Error("radians is required");if(e&&"string"!=typeof e)throw new Error("units must be a string");var n=qo[e||"kilometers"];if(!n)throw new Error(e+" units is invalid");return t*n}function y(t,e){if(void 0===t||null===t)throw new Error("distance is required");if(e&&"string"!=typeof e)throw new Error("units must be a string");var n=qo[e||"kilometers"];if(!n)throw new Error(e+" units is invalid");return t/n}function _(t,e){return v(y(t,e))}function m(t){if(null===t||void 0===t)throw new Error("bearing is required");var e=t%360;return e<0&&(e+=360),e}function v(t){if(null===t||void 0===t)throw new Error("radians is required");return t%(2*Math.PI)*180/Math.PI}function x(t){if(null===t||void 0===t)throw new Error("degrees is required");return t%360*Math.PI/180}function E(t,e,n){if(null===t||void 0===t)throw new Error("length is required");if(!(t>=0))throw new Error("length must be a positive number");return d(y(t,e),n||"kilometers")}function w(t,e,n){if(null===t||void 0===t)throw new Error("area is required");if(!(t>=0))throw new Error("area must be a positive number");var r=Bo[e||"meters"];if(!r)throw new Error("invalid original units");var i=Bo[n||"kilometers"];if(!i)throw new Error("invalid final units");return t/r*i}function b(t){return!isNaN(t)&&null!==t&&!Array.isArray(t)}function I(t){return!!t&&t.constructor===Object}function N(t){if(!t)throw new Error("bbox is required");if(!Array.isArray(t))throw new Error("bbox must be an Array");if(4!==t.length&&6!==t.length)throw new Error("bbox must be an Array of 4 or 6 numbers");t.forEach((function(t){if(!b(t))throw new Error("bbox must only contain numbers")}))}function C(t){if(!t)throw new Error("id is required");if(-1===["string","number"].indexOf(typeof t))throw new Error("id must be a number or a string")}function S(t,e,n){if(null!==t)for(var r,i,o,s,a,u,c,h,l=0,p=0,f=t.type,g="FeatureCollection"===f,d="Feature"===f,y=g?t.features.length:1,_=0;_t[0]&&(e[0]=t[0]),e[1]>t[1]&&(e[1]=t[1]),e[2]1&&b(e[0])&&b(e[1]))return e;throw new Error("Coordinate is not a valid Point")}function U(t){if(!t)throw new Error("obj is required");var e;if(t.length?e=t:t.coordinates?e=t.coordinates:t.geometry&&t.geometry.coordinates&&(e=t.geometry.coordinates),e)return Y(e),e;throw new Error("No valid coordinates")}function Y(t){if(t.length>1&&b(t[0])&&b(t[1]))return!0;if(Array.isArray(t[0])&&t[0].length)return Y(t[0]);throw new Error("coordinates must only contain numbers")}function V(t,e,n){if(!e||!n)throw new Error("type and name required");if(!t||t.type!==e)throw new Error("Invalid input to "+n+": must be a "+e+", given "+t.type)}function H(t,e,n){if(!t)throw new Error("No feature passed");if(!n)throw new Error(".featureOf() requires a name");if(!t||"Feature"!==t.type||!t.geometry)throw new Error("Invalid input to "+n+", Feature with geometry required");if(!t.geometry||t.geometry.type!==e)throw new Error("Invalid input to "+n+": must be a "+e+", given "+t.geometry.type)}function W(t,e,n){if(!t)throw new Error("No featureCollection passed");if(!n)throw new Error(".collectionOf() requires a name");if(!t||"FeatureCollection"!==t.type)throw new Error("Invalid input to "+n+", FeatureCollection required");for(var r=0;r=0&&d>=0&&d=0;h--)if(Math.abs(e[h][0][0]-u)<=1e-7&&Math.abs(e[h][0][1]-c)<=1e-7){for(var l=s.path.length-2;l>=0;--l)e[h].unshift(s.path[l]);a=!0;break}a||(e[n++]=s.path)}}))})),e}(function(t,e){for(var n=t.length-1,r=t[0].length-1,i={rows:n,cols:r,cells:[]},o=0;o=e?8:0,a|=c>=e?4:0,a|=h>=e?2:0;var p,f,g,d,y=!1;if(5===(a|=l>=e?1:0)||10===a){var _=(u+c+h+l)/4;5===a&&_e?1:0};r>n;){if(r-n>600){var o=r-n+1,s=e-n+1,a=Math.log(o),u=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*u*(o-u)/o)*(s-o/2<0?-1:1);it(t,e,Math.max(n,Math.floor(e-s*u/o+c)),Math.min(r,Math.floor(e+(o-s)*u/o+c)),i)}var h=t[e],l=n,p=r;for(ot(t,n,e),i(t[r],h)>0&&ot(t,n,r);l0;)p--}0===i(t[n],h)?ot(t,n,p):ot(t,++p,r),p<=e&&(n=p+1),e<=p&&(r=p-1)}}function ot(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function st(t,e){if(!(this instanceof st))return new st(t,e);this._maxEntries=Math.max(4,t||9),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),e&&this._initFormat(e),this.clear()}function at(t,e){ut(t,0,t.children.length,e,t)}function ut(t,e,n,r,i){i||(i=yt(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(var o,s=e;s=t.minX&&e.maxY>=t.minY}function yt(t){return{children:t,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function _t(t,e,n,r,i){for(var o,s=[e,n];s.length;)(n=s.pop())-(e=s.pop())<=r||(o=e+Math.ceil((n-e)/r/2)*r,Yo(t,o,e,n,i),s.push(e,o,o,n))}function mt(t,e){return t(e={exports:{}},e.exports),e.exports}function vt(t,e){if(!(this instanceof vt))return new vt(t,e);if(this.data=t||[],this.length=this.data.length,this.compare=e||function(t,e){return te?1:0},this.length>0)for(var n=(this.length>>1)-1;n>=0;n--)this._down(n)}function xt(t,e,n){e=Math.max(0,void 0===e?2:e),n=n||0;for(var r,i=function(t){for(var e=t[0],n=t[0],r=t[0],i=t[0],o=0;or[0]&&(r=s),s[1]i[1]&&(i=s)}var a=[e,n,r,i],u=a.slice();for(o=0;oo||a.push({node:h,dist:l})}for(;a.length&&!a.peek().node.children;){var p=a.pop(),f=p.node,g=St(f,e,n),d=St(f,r,i);if(p.dist=e.minX&&t[0]<=e.maxX&&t[1]>=e.minY&&t[1]<=e.maxY}function bt(t,e,n){for(var r=Math.min(t[0],e[0]),i=Math.min(t[1],e[1]),o=Math.max(t[0],e[0]),s=Math.max(t[1],e[1]),a=n.search({minX:r,minY:i,maxX:o,maxY:s}),u=0;u0!=os(t,e,r)>0&&os(n,r,t)>0!=os(n,r,e)>0}(a[u].p,a[u].next.p,t,e))return!1;return!0}function It(t){var e=t.p,n=t.next.p;return t.minX=Math.min(e[0],n[0]),t.minY=Math.min(e[1],n[1]),t.maxX=Math.max(e[0],n[0]),t.maxY=Math.max(e[1],n[1]),t}function Nt(t,e){var n={p:t,prev:null,next:null,minX:0,minY:0,maxX:0,maxY:0};return e?(n.next=e.next,n.prev=e,e.next.prev=n,e.next=n):(n.prev=n,n.next=n),n}function Ct(t,e){var n=t[0]-e[0],r=t[1]-e[1];return n*n+r*r}function St(t,e,n){var r=e[0],i=e[1],o=n[0]-r,s=n[1]-i;if(0!==o||0!==s){var a=((t[0]-r)*o+(t[1]-i)*s)/(o*o+s*s);a>1?(r=n[0],i=n[1]):a>0&&(r+=o*a,i+=s*a)}return(o=t[0]-r)*o+(s=t[1]-i)*s}function Mt(t,e,n,r,i,o,s,a){var u,c,h,l,p=n-t,f=r-e,g=s-i,d=a-o,y=t-i,_=e-o,m=p*p+f*f,v=p*g+f*d,x=g*g+d*d,E=p*y+f*_,w=g*y+d*_,b=m*x-v*v,I=b,N=b;0===b?(c=0,I=1,l=w,N=x):(l=m*w-v*E,(c=v*w-x*E)<0?(c=0,l=w,N=x):c>I&&(c=I,l=w+v,N=x)),l<0?(l=0,-E<0?c=0:-E>m?c=I:(c=-E,I=m)):l>N&&(l=N,-E+v<0?c=0:-E+v>m?c=I:(c=-E+v,I=m));var C=(1-(h=0===l?0:l/N))*i+h*s-((1-(u=0===c?0:c/I))*t+u*n),S=(1-h)*o+h*a-((1-u)*e+u*r);return C*C+S*S}function Lt(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.concavity||1/0,r=[];if(S(t,(function(t){r.push([t[0],t[1]])})),!r.length)return null;var i=ss(r,n);return i.length>3?o([i]):null}function Pt(t,e,n){if("object"!=typeof(n=n||{}))throw new Error("options is invalid");var r=n.ignoreBoundary;if(!t)throw new Error("point is required");if(!e)throw new Error("polygon is required");var i=X(t),o=U(e),s=e.geometry?e.geometry.type:e.type,a=e.bbox;if(a&&!1===function(t,e){return e[0]<=t[0]&&e[1]<=t[1]&&e[2]>=t[0]&&e[3]>=t[1]}(i,a))return!1;"Polygon"===s&&(o=[o]);for(var u=0,c=!1;ut[1]!=c>t[1]&&t[0]<(u-s)*(t[1]-a)/(c-a)+s&&(r=!r)}return r}function Rt(t,e){var n=[];return A(e,(function(e){O(t,(function(t){Pt(t,e)&&n.push(t)}))})),c(n)}function Tt(t,e){if("FeatureCollection"!==t.type)throw new Error("points must be a FeatureCollection");var n=!1;return c(function(t){if(t.length<3)return[];t.sort(Dt);for(var e,n,r,i,o,s,a=t.length-1,u=t[a].x,c=t[0].x,h=t[a].y,l=h;a--;)t[a].yl&&(l=t[a].y);var p,f=c-u,g=l-h,d=f>g?f:g,y=.5*(c+u),_=.5*(l+h),m=[new At({x:y-20*d,y:_-d,__sentinel:!0},{x:y,y:_+20*d,__sentinel:!0},{x:y+20*d,y:_-d,__sentinel:!0})],v=[],x=[];for(a=t.length;a--;){for(x.length=0,p=m.length;p--;)(f=t[a].x-m[p].x)>0&&f*f>m[p].r?(v.push(m[p]),m.splice(p,1)):f*f+(g=t[a].y-m[p].y)*g>m[p].r||(x.push(m[p].a,m[p].b,m[p].b,m[p].c,m[p].c,m[p].a),m.splice(p,1));for(Ft(x),p=x.length;p;)n=x[--p],e=x[--p],r=t[a],i=n.x-e.x,o=n.y-e.y,s=2*(i*(r.y-n.y)-o*(r.x-n.x)),Math.abs(s)>1e-12&&m.push(new At(e,n,r))}for(Array.prototype.push.apply(v,m),a=v.length;a--;)(v[a].a.__sentinel||v[a].b.__sentinel||v[a].c.__sentinel)&&v.splice(a,1);return v}(t.features.map((function(t){var r={x:t.geometry.coordinates[0],y:t.geometry.coordinates[1]};return e?r.z=t.properties[e]:3===t.geometry.coordinates.length&&(n=!0,r.z=t.geometry.coordinates[2]),r}))).map((function(t){var e=[t.a.x,t.a.y],r=[t.b.x,t.b.y],i=[t.c.x,t.c.y],s={};return n?(e.push(t.a.z),r.push(t.b.z),i.push(t.c.z)):s={a:t.a.z,b:t.b.z,c:t.c.z},o([[e,r,i,e]],s)})))}function At(t,e,n){this.a=t,this.b=e,this.c=n;var r,i,o=e.x-t.x,s=e.y-t.y,a=n.x-t.x,u=n.y-t.y,c=o*(t.x+e.x)+s*(t.y+e.y),h=a*(t.x+n.x)+u*(t.y+n.y),l=2*(o*(n.y-e.y)-s*(n.x-e.x));this.x=(u*c-s*h)/l,this.y=(o*h-a*c)/l,r=this.x-t.x,i=this.y-t.y,this.r=r*r+i*i}function Dt(t,e){return e.x-t.x}function Ft(t){var e,n,r,i,o,s=t.length;t:for(;s;)for(n=t[--s],e=t[--s],r=s;r;)if(o=t[--r],i=t[--r],e===i&&n===o||e===o&&n===i){t.splice(s,2),t.splice(r,2),s-=2;continue t}}function qt(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.units,i=X(t),o=X(e),s=x(o[1]-i[1]),a=x(o[0]-i[0]),u=x(i[1]),c=x(o[1]),h=Math.pow(Math.sin(s/2),2)+Math.pow(Math.sin(a/2),2)*Math.cos(u)*Math.cos(c);return d(2*Math.atan2(Math.sqrt(h),Math.sqrt(1-h)),r)}function Gt(t){if(!t)throw new Error("geojson is required");switch(t.type){case"Feature":return Bt(t);case"FeatureCollection":return function(t){var e={type:"FeatureCollection"};return Object.keys(t).forEach((function(n){switch(n){case"type":case"features":return;default:e[n]=t[n]}})),e.features=t.features.map((function(t){return Bt(t)})),e}(t);case"Point":case"LineString":case"Polygon":case"MultiPoint":case"MultiLineString":case"MultiPolygon":case"GeometryCollection":return zt(t);default:throw new Error("unknown GeoJSON type")}}function Bt(t){var e={type:"Feature"};return Object.keys(t).forEach((function(n){switch(n){case"type":case"properties":case"geometry":return;default:e[n]=t[n]}})),e.properties=kt(t.properties),e.geometry=zt(t.geometry),e}function kt(t){var e={};return t?(Object.keys(t).forEach((function(n){var r=t[n];"object"==typeof r?null===r?e[n]=null:r.length?e[n]=r.map((function(t){return t})):e[n]=kt(r):e[n]=r})),e):e}function zt(t){var e={type:t.type};return t.bbox&&(e.bbox=t.bbox),"GeometryCollection"===t.type?(e.geometries=t.geometries.map((function(t){return zt(t)})),e):(e.coordinates=jt(t.coordinates),e)}function jt(t){return"object"!=typeof t[0]?t.slice():t.map((function(t){return jt(t)}))}function Xt(t,e){function n(t,e){e.length&&e.pop();for(var n=c[t<0?~t:t],r=0,i=n.length;r1)for(var s,a,u=1,c=i(r[0]);uc&&(a=r[0],r[0]=r[u],r[u]=a,c=s);return r}))}}function Yt(t,e,n){for(var r,i=e+(n---e>>1);e=Math.abs(h)?c>0?o<=r&&r<=a:a<=r&&r<=o:h>0?s<=i&&i<=u:u<=i&&i<=s)}(n,i=e[a+1],r)||o.push(r);return o.push(i),o}function ne(t,e){var n=t.x-e.x,r=t.y-e.y;return n*n+r*r}function re(t,e,n){var r=e.x,i=e.y,o=n.x-r,s=n.y-i;if(0!==o||0!==s){var a=((t.x-r)*o+(t.y-i)*s)/(o*o+s*s);a>1?(r=n.x,i=n.y):a>0&&(r+=o*a,i+=s*a)}return(o=t.x-r)*o+(s=t.y-i)*s}function ie(t,e,n,r,i){for(var o,s=r,a=e+1;as&&(o=a,s=u)}s>r&&(o-e>1&&ie(t,e,o,r,i),i.push(t[o]),n-o>1&&ie(t,o,n,r,i))}function oe(t,e,n){if(t.length<=2)return t;var r=void 0!==e?e*e:1;return t=n?t:function(t,e){for(var n,r=t[0],i=[r],o=1,s=t.length;oe&&(i.push(n),r=n);return r!==n&&i.push(n),i}(t,r),function(t,e){var n=t.length-1,r=[t[0]];return ie(t,0,n,e,r),r.push(t[n]),r}(t,r)}function se(t,e,n){return oe(t.map((function(t){return{x:t[0],y:t[1],z:t[2]}})),e,n).map((function(t){return t.z?[t.x,t.y,t.z]:[t.x,t.y]}))}function ae(t,e,n){return t.map((function(t){var r=t.map((function(t){return{x:t[0],y:t[1]}}));if(r.length<4)throw new Error("invalid polygon");for(var i=oe(r,e,n).map((function(t){return[t.x,t.y]}));!function(t){return!(t.length<3||3===t.length&&t[2][0]===t[0][0]&&t[2][1]===t[0][1])}(i);)i=oe(r,e-=.01*e,n).map((function(t){return[t.x,t.y]}));return i[i.length-1][0]===i[0][0]&&i[i.length-1][1]===i[0][1]||i.push(i[0]),i}))}function ue(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.resolution||1e4,r=e.sharpness||.85;if(!t)throw new Error("line is required");if(!b(n))throw new Error("resolution must be an number");if(!b(r))throw new Error("sharpness must be an number");for(var i=[],o=new bs({points:J(t).coordinates.map((function(t){return{x:t[0],y:t[1]}})),duration:n,sharpness:r}),s=0;s=qt(t.slice(0,2),[e,i])){var o=(n+i)/2;return[e,o-(r-e)/2,r,o+(r-e)/2]}var s=(e+r)/2;return[s-(i-n)/2,n,s+(i-n)/2,i]}function pe(t,e,n,i){if(!I(i=i||{}))throw new Error("options is invalid");var o=i.units,s=i.properties,a=X(t),u=x(a[0]),c=x(a[1]),h=x(n),l=y(e,o),p=Math.asin(Math.sin(c)*Math.cos(l)+Math.cos(c)*Math.sin(l)*Math.cos(h));return r([v(u+Math.atan2(Math.sin(h)*Math.sin(l)*Math.cos(c),Math.cos(l)-Math.sin(c)*Math.sin(p))),v(p)],s)}function fe(t,e,n){var r=(n=n||{}).steps||64,i=n.properties;if(!t)throw new Error("center is required");if(!e)throw new Error("radius is required");if("object"!=typeof n)throw new Error("options must be an object");if("number"!=typeof r)throw new Error("steps must be a number");r=r||64,i=i||t.properties||{};for(var s=[],a=0;a=r.next.y&&r.next.y!==r.y){var a=r.x+(o-r.y)*(r.next.x-r.x)/(r.next.y-r.y);if(a<=i&&a>s){if(s=a,a===i){if(o===r.y)return r;if(o===r.next.y)return r.next}n=r.x=r.x&&r.x>=h&&i!==r.x&&Ne(on.x)&&Le(r,t)&&(n=r,p=u),r=r.next;return n}(t,e)){var n=Pe(e,t);Ee(n,n.next)}}(a[i],n),n=Ee(n,n.next);return n}(t,e,p,n)),t.length>80*n){r=o=t[0],i=s=t[1];for(var g=n;go&&(o=a),u>s&&(s=u);c=0!==(c=Math.max(o-r,s-i))?1/c:0}return we(p,f,n,r,i,c),f}function xe(t,e,n,r,i){var o,s;if(i===Ae(t,e,n,r)>0)for(o=e;o=e;o-=r)s=Oe(o,t[o],t[o+1],s);return s&&Se(s,s.next)&&(Re(s),s=s.next),s}function Ee(t,e){if(!t)return t;e||(e=t);var n,r=t;do{if(n=!1,r.steiner||!Se(r,r.next)&&0!==Ce(r.prev,r,r.next))r=r.next;else{if(Re(r),(r=e=r.prev)===r.next)break;n=!0}}while(n||r!==e);return e}function we(t,e,n,r,i,o,s){if(t){!s&&o&&function(t,e,n,r){var i=t;do{null===i.z&&(i.z=Ie(i.x,i.y,e,n,r)),i.prevZ=i.prev,i.nextZ=i.next,i=i.next}while(i!==t);i.prevZ.nextZ=null,i.prevZ=null,function(t){var e,n,r,i,o,s,a,u,c=1;do{for(n=t,t=null,o=null,s=0;n;){for(s++,r=n,a=0,e=0;e0||u>0&&r;)0!==a&&(0===u||!r||n.z<=r.z)?(i=n,n=n.nextZ,a--):(i=r,r=r.nextZ,u--),o?o.nextZ=i:t=i,i.prevZ=o,o=i;n=r}o.nextZ=null,c*=2}while(s>1)}(i)}(t,r,i,o);for(var a,u,c=t;t.prev!==t.next;)if(a=t.prev,u=t.next,o?function(t,e,n,r){var i=t.prev,o=t,s=t.next;if(Ce(i,o,s)>=0)return!1;for(var a=i.xo.x?i.x>s.x?i.x:s.x:o.x>s.x?o.x:s.x,h=i.y>o.y?i.y>s.y?i.y:s.y:o.y>s.y?o.y:s.y,l=Ie(a,u,e,n,r),p=Ie(c,h,e,n,r),f=t.nextZ;f&&f.z<=p;){if(f!==t.prev&&f!==t.next&&Ne(i.x,i.y,o.x,o.y,s.x,s.y,f.x,f.y)&&Ce(f.prev,f,f.next)>=0)return!1;f=f.nextZ}for(f=t.prevZ;f&&f.z>=l;){if(f!==t.prev&&f!==t.next&&Ne(i.x,i.y,o.x,o.y,s.x,s.y,f.x,f.y)&&Ce(f.prev,f,f.next)>=0)return!1;f=f.prevZ}return!0}(t,r,i,o):function(t){var e=t.prev,n=t,r=t.next;if(Ce(e,n,r)>=0)return!1;for(var i=t.next.next;i!==t.prev;){if(Ne(e.x,e.y,n.x,n.y,r.x,r.y,i.x,i.y)&&Ce(i.prev,i,i.next)>=0)return!1;i=i.next}return!0}(t))e.push(a.i/n),e.push(t.i/n),e.push(u.i/n),Re(t),t=u.next,c=u.next;else if((t=u)===c){s?1===s?we(t=function(t,e,n){var r=t;do{var i=r.prev,o=r.next.next;!Se(i,o)&&Me(i,r,r.next,o)&&Le(i,o)&&Le(o,i)&&(e.push(i.i/n),e.push(r.i/n),e.push(o.i/n),Re(r),Re(r.next),r=t=o),r=r.next}while(r!==t);return r}(t,e,n),e,n,r,i,o,2):2===s&&function(t,e,n,r,i,o){var s=t;do{for(var a=s.next.next;a!==s.prev;){if(s.i!==a.i&&function(t,e){return t.next.i!==e.i&&t.prev.i!==e.i&&!function(t,e){var n=t;do{if(n.i!==t.i&&n.next.i!==t.i&&n.i!==e.i&&n.next.i!==e.i&&Me(n,n.next,t,e))return!0;n=n.next}while(n!==t);return!1}(t,e)&&Le(t,e)&&Le(e,t)&&function(t,e){var n=t,r=!1,i=(t.x+e.x)/2,o=(t.y+e.y)/2;do{n.y>o!=n.next.y>o&&n.next.y!==n.y&&i<(n.next.x-n.x)*(o-n.y)/(n.next.y-n.y)+n.x&&(r=!r),n=n.next}while(n!==t);return r}(t,e)}(s,a)){var u=Pe(s,a);return s=Ee(s,s.next),u=Ee(u,u.next),we(s,e,n,r,i,o),void we(u,e,n,r,i,o)}a=a.next}s=s.next}while(s!==t)}(t,e,n,r,i,o):we(Ee(t),e,n,r,i,o,1);break}}}function be(t,e){return t.x-e.x}function Ie(t,e,n,r,i){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t=32767*(t-n)*i)|t<<8))|t<<4))|t<<2))|t<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=32767*(e-r)*i)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function Ne(t,e,n,r,i,o,s,a){return(i-s)*(e-a)-(t-s)*(o-a)>=0&&(t-s)*(r-a)-(n-s)*(e-a)>=0&&(n-s)*(o-a)-(i-s)*(r-a)>=0}function Ce(t,e,n){return(e.y-t.y)*(n.x-e.x)-(e.x-t.x)*(n.y-e.y)}function Se(t,e){return t.x===e.x&&t.y===e.y}function Me(t,e,n,r){return!!(Se(t,e)&&Se(n,r)||Se(t,r)&&Se(n,e))||Ce(t,e,n)>0!=Ce(t,e,r)>0&&Ce(n,r,t)>0!=Ce(n,r,e)>0}function Le(t,e){return Ce(t.prev,t,t.next)<0?Ce(t,e,t.next)>=0&&Ce(t,t.prev,e)>=0:Ce(t,e,t.prev)<0||Ce(t,t.next,e)<0}function Pe(t,e){var n=new Te(t.i,t.x,t.y),r=new Te(e.i,e.x,e.y),i=t.next,o=e.prev;return t.next=e,e.prev=t,n.next=i,i.prev=n,r.next=n,n.prev=r,o.next=r,r.prev=o,r}function Oe(t,e,n,r){var i=new Te(t,e,n);return r?(i.next=r.next,i.prev=r,r.next.prev=i,r.next=i):(i.prev=i,i.next=i),i}function Re(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function Te(t,e,n){this.i=t,this.x=e,this.y=n,this.prev=null,this.next=null,this.z=null,this.prevZ=null,this.nextZ=null,this.steiner=!1}function Ae(t,e,n,r){for(var i=0,o=e,s=n-r;o0&&(r+=t[i-1].length,n.holes.push(r))}return n}(t),n=Is(e.vertices,e.holes,2),r=[],i=[];n.forEach((function(t,r){var o=n[r];i.push([e.vertices[2*o],e.vertices[2*o+1]])}));for(var s=0;se?1:0})}function Ge(t,e,n,r,i){for(;r>n;){if(r-n>600){var o=r-n+1,s=e-n+1,a=Math.log(o),u=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*u*(o-u)/o)*(s-o/2<0?-1:1);Ge(t,e,Math.max(n,Math.floor(e-s*u/o+c)),Math.min(r,Math.floor(e+(o-s)*u/o+c)),i)}var h=t[e],l=n,p=r;for(Be(t,n,e),i(t[r],h)>0&&Be(t,n,r);l0;)p--}0===i(t[n],h)?Be(t,n,p):Be(t,++p,r),p<=e&&(n=p+1),e<=p&&(r=p-1)}}function Be(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function ke(t,e){if(!(this instanceof ke))return new ke(t,e);this._maxEntries=Math.max(4,t||9),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),e&&this._initFormat(e),this.clear()}function ze(t,e){je(t,0,t.children.length,e,t)}function je(t,e,n,r,i){i||(i=Ze(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(var o,s=e;s=t.minX&&e.maxY>=t.minY}function Ze(t){return{children:t,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function Ke(t,e,n,r,i){for(var o,s=[e,n];s.length;)(n=s.pop())-(e=s.pop())<=r||(qe(t,o=e+Math.ceil((n-e)/r/2)*r,e,n,i),s.push(e,o,o,n))}function Qe(t){var e=ke(t);return e.insert=function(t){if(Array.isArray(t)){var e=t;(t=$e(e)).bbox=e}else t.bbox=t.bbox?t.bbox:tn(t);return ke.prototype.insert.call(this,t)},e.load=function(t){var e=[];return Array.isArray(t)?t.forEach((function(t){var n=$e(t);n.bbox=t,e.push(n)})):O(t,(function(t){t.bbox=t.bbox?t.bbox:tn(t),e.push(t)})),ke.prototype.load.call(this,e)},e.remove=function(t){if(Array.isArray(t)){var e=t;(t=$e(e)).bbox=e}return ke.prototype.remove.call(this,t)},e.clear=function(){return ke.prototype.clear.call(this)},e.search=function(t){return{type:"FeatureCollection",features:ke.prototype.search.call(this,this.toBBox(t))}},e.collides=function(t){return ke.prototype.collides.call(this,this.toBBox(t))},e.all=function(){return{type:"FeatureCollection",features:ke.prototype.all.call(this)}},e.toJSON=function(){return ke.prototype.toJSON.call(this)},e.fromJSON=function(t){return ke.prototype.fromJSON.call(this,t)},e.toBBox=function(t){var e;return{minX:(e=t.bbox?t.bbox:Array.isArray(t)&&4===t.length?t:tn(t))[0],minY:e[1],maxX:e[2],maxY:e[3]}},e}function $e(t){var e=[t[0],t[1]],n=[t[0],t[3]],r=[t[2],t[3]];return{type:"Feature",bbox:t,properties:{},geometry:{type:"Polygon",coordinates:[[e,[t[2],t[1]],r,n,e]]}}}function tn(t){var e=[1/0,1/0,-1/0,-1/0];return S(t,(function(t){e[0]>t[0]&&(e[0]=t[0]),e[1]>t[1]&&(e[1]=t[1]),e[2]i?n:i,r>o?r:o]}(t,r),n.push(i),r})),n}(n,t.properties);r.forEach((function(t){t.id=e.length,e.push(t)}))}))}(t,e)})),c(e)}function nn(t,n){var r={},i=[];if("LineString"===t.type&&(t=e(t)),"LineString"===n.type&&(n=e(n)),"Feature"===t.type&&"Feature"===n.type&&"LineString"===t.geometry.type&&"LineString"===n.geometry.type&&2===t.geometry.coordinates.length&&2===n.geometry.coordinates.length){var o=rn(t,n);return o&&i.push(o),c(i)}var s=Qe();return s.load(en(n)),O(en(t),(function(t){O(s.search(t),(function(e){var n=rn(t,e);if(n){var o=U(n).join(",");r[o]||(r[o]=!0,i.push(n))}}))})),c(i)}function rn(t,e){var n=U(t),i=U(e);if(2!==n.length)throw new Error(" line1 must only contain 2 coordinates");if(2!==i.length)throw new Error(" line2 must only contain 2 coordinates");var o=n[0][0],s=n[0][1],a=n[1][0],u=n[1][1],c=i[0][0],h=i[0][1],l=i[1][0],p=i[1][1],f=(p-h)*(a-o)-(l-c)*(u-s);if(0===f)return null;var g=((l-c)*(s-h)-(p-h)*(o-c))/f,d=((a-o)*(s-h)-(u-s)*(o-c))/f;return g>=0&&g<=1&&d>=0&&d<=1?r([o+g*(a-o),s+g*(u-s)]):null}function on(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var i=t.geometry?t.geometry.type:t.type;if("LineString"!==i&&"MultiLineString"!==i)throw new Error("lines must be LineString or MultiLineString");var o=r([1/0,1/0],{dist:1/0}),s=0;return F(t,(function(t){for(var i=U(t),u=0;u0&&((_=y.features[0]).properties.dist=qt(e,_,n),_.properties.location=s+qt(c,_,n)),c.properties.dist180?-(360-r):r}function an(t,e){var n=x(t[1]),r=x(e[1]),i=x(e[0]-t[0]);i>Math.PI&&(i-=2*Math.PI),i<-Math.PI&&(i+=2*Math.PI);var o=Math.log(Math.tan(r/2+Math.PI/4)/Math.tan(n/2+Math.PI/4));return(v(Math.atan2(i,o))+360)%360}function un(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.units;if(!t)throw new Error("from point is required");if(!e)throw new Error("to point is required");var i=X(t),o=X(e);return o[0]+=o[0]-i[0]>180?-360:i[0]-o[0]>180?360:0,E(function(t,e,n){var r=n=void 0===n?Fo:Number(n),i=t[1]*Math.PI/180,o=e[1]*Math.PI/180,s=o-i,a=Math.abs(e[0]-t[0])*Math.PI/180;a>Math.PI&&(a-=2*Math.PI);var u=Math.log(Math.tan(o/2+Math.PI/4)/Math.tan(i/2+Math.PI/4)),c=Math.abs(u)>1e-11?s/u:Math.cos(i);return Math.sqrt(s*s+c*c*a*a)*r}(i,o),"meters",r)}function cn(t,e){return ln(t,"mercator",e)}function hn(t,e){return ln(t,"wgs84",e)}function ln(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.mutate;if(!t)throw new Error("geojson is required");return Array.isArray(t)&&b(t[0])?t="mercator"===e?pn(t):fn(t):(!0!==r&&(t=Gt(t)),S(t,(function(t){var n="mercator"===e?pn(t):fn(t);t[0]=n[0],t[1]=n[1]}))),t}function pn(t){var e=Math.PI/180,n=20037508.342789244,r=[6378137*(Math.abs(t[0])<=180?t[0]:t[0]-360*function(t){return t<0?-1:t>0?1:0}(t[0]))*e,6378137*Math.log(Math.tan(.25*Math.PI+.5*t[1]*e))];return r[0]>n&&(r[0]=n),r[0]<-n&&(r[0]=-n),r[1]>n&&(r[1]=n),r[1]<-n&&(r[1]=-n),r}function fn(t){var e=180/Math.PI;return[t[0]*e/6378137,(.5*Math.PI-2*Math.atan(Math.exp(-t[1]/6378137)))*e]}function gn(t,n,i){if(!I(i=i||{}))throw new Error("options is invalid");if(!t)throw new Error("pt is required");if(Array.isArray(t)?t=r(t):"Point"===t.type?t=e(t):H(t,"Point","point"),!n)throw new Error("line is required");Array.isArray(n)?n=a(n):"LineString"===n.type?n=e(n):H(n,"LineString","line");var o=1/0,s=t.geometry.coordinates;return G(n,(function(t){var e=t.geometry.coordinates[0],n=t.geometry.coordinates[1],a=function(t,e,n,i){var o=i.mercator,s=!0!==o?qt(e,t,i):dn(e,t,i),a=m(!0!==o?ge(e,t):sn(e,t)),u=m(!0!==o?ge(e,n):sn(e,n)),c=Math.abs(a-u);if(c>90)return s;var h=(u+180)%360,l=m(!0!==o?ge(n,t):sn(n,t)),p=Math.abs(l-h);return p>180&&(p=Math.abs(p-360)),p>90?!0!==o?qt(t,n,i):dn(t,n,i):!0!==o?s*Math.sin(x(c)):function(t,e,n,i){var o=0;(Math.abs(t[0])>=180||Math.abs(e[0])>=180||Math.abs(n[0])>=180)&&(o=t[0]>0||e[0]>0||n[0]>0?-180:180);var s=r(n),a=hn(function(t,e,n){var r=t[0],i=t[1],o=e[0]-r,s=e[1]-i,a=((n[0]-r)*o+(n[1]-i)*s)/(o*o+s*s);return[r+a*o,i+a*s]}(cn([t[0]+o,t[1]]),cn([e[0]+o,e[1]]),cn([n[0]+o,n[1]])));return 0!==o&&(a[0]-=o),un(s,a,i)}(e,n,t,i)}(s,e,n,i);o>a&&(o=a)})),o}function dn(t,e,n){var r=n.units,i=0;Math.abs(t[0])>=180&&(i=t[0]>0?-180:180),Math.abs(e[0])>=180&&(i=e[0]>0?-180:180);var o=cn([t[0]+i,t[1]]),s=cn([e[0]+i,e[1]]),a=function(t){return t*t},u=a(o[0]-s[0])+a(o[1]-s[1]);return E(Math.sqrt(u),"meters",r)}function yn(t){for(var n=function(t){return"FeatureCollection"!==t.type?"Feature"!==t.type?c([e(t)]):c([t]):t}(t),i=de(n),o=!1,s=0;!o&&s0){e+=Math.abs(En(t[0]));for(var n=1;n2){for(s=0;s=h&&l===i.length-1);l++){if(h>e&&0===o.length){if(!(s=e-h))return o.push(i[l]),a(o);u=ge(i[l],i[l-1])-180,c=pe(i[l],s,u,r),o.push(c.geometry.coordinates)}if(h>=n)return(s=n-h)?(u=ge(i[l],i[l-1])-180,c=pe(i[l],s,u,r),o.push(c.geometry.coordinates),a(o)):(o.push(i[l]),a(o));if(h>=e&&o.push(i[l]),l===i.length-1)return a(o);h+=qt(i[l],i[l+1],r)}return a(i[i.length-1])}function Nn(t,e,n){var r=(n=n||{}).ignoreEndVertices;if(!I(n))throw new Error("invalid options");if(!t)throw new Error("pt is required");if(!e)throw new Error("line is required");for(var i=X(t),o=U(e),s=0;s=Math.abs(l)?h>0?s0?a=Math.abs(l)?h>0?s<=i&&i0?a<=o&&o=Math.abs(l)?h>0?s0?a=Math.abs(l)?h>0?s<=i&&i<=u:u<=i&&i<=s:l>0?a<=o&&o<=c:c<=o&&o<=a)}(o[s],o[s+1],i,a))return!0}return!1}function Cn(t,e){var n=K(t),r=K(e),i=J(t),o=J(e);switch(n){case"Point":switch(r){case"MultiPoint":return function(t,e){var n,r=!1;for(n=0;ne[0])&&!(t[2]e[1])&&!(t[3] is required");if("number"!=typeof n)throw new Error(" must be a number");if("number"!=typeof r)throw new Error(" must be a number");!1!==i&&void 0!==i||(t=JSON.parse(JSON.stringify(t)));var o=Math.pow(10,n);return S(t,(function(t){!function(t,e,n){t.length>n&&t.splice(n,t.length);for(var r=0;r=0==e}function Tn(t,e){if(!t||!e)return!1;if(t.length!=e.length)return!1;for(var n=0,r=t.length;n1&&n.push(a(l)),c(n)}function Fn(t,e){if(!e.features.length)throw new Error("lines must contain features");if(1===e.features.length)return e.features[0];var n,r=1/0;return O(e,(function(e){var i=on(e,t).properties.dist;ip&&g.push(pe(t,e,p,s).geometry.coordinates),a(g,h)}function Bn(t){var e=t%360;return e<0&&(e+=360),e}function kn(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.properties,r=K(t),i=U(t);if(n=n||t.properties||{},!i.length)throw new Error("polygon must contain coordinates");switch(r){case"Polygon":return zn(i,n);case"MultiPolygon":var o=[];return i.forEach((function(t){o.push(zn(t,n))})),c(o);default:throw new Error("geom "+r+" not supported")}}function zn(t,e){return t.length>1?h(t,e):a(t[0],e)}function jn(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.properties,r=e.autoComplete,i=e.orderCoords;if(!t)throw new Error("lines is required");switch(r=void 0===r||r,i=void 0===i||i,K(t)){case"FeatureCollection":case"GeometryCollection":var o=[];return(t.features?t.features:t.geometries).forEach((function(t){o.push(U(Xn(t,{},r,i)))})),p(o,n)}return Xn(t,n,r,i)}function Xn(t,e,n,r){e=e||t.properties||{};var i=U(t),s=K(t);if(!i.length)throw new Error("line must contain coordinates");switch(s){case"LineString":return n&&(i=Un(i)),o([i],e);case"MultiLineString":var u=[],c=0;return i.forEach((function(t){if(n&&(t=Un(t)),r){var e=function(t){var e=t[0],n=t[1],r=t[2],i=t[3];return Math.abs(e-r)*Math.abs(n-i)}(j(a(t)));e>c?(u.unshift(t),c=e):u.push(t)}else u.push(t)})),o(u,e);default:throw new Error("geometry type "+s+" is not supported")}}function Un(t){var e=t[0],n=e[0],r=e[1],i=t[t.length-1],o=i[0],s=i[1];return n===o&&r===s||t.push(e),t}function Yn(t,e,n){var r,i,o,s,a,u=t.length,c=Hn(t[0],e),h=[];for(n||(n=[]),r=1;re[2]&&(n|=2),t[1]e[3]&&(n|=8),n}function Wn(t,e){for(var n=[],r=0;r0&&(i[0][0]===i[i.length-1][0]&&i[0][1]===i[i.length-1][1]||i.push(i[0]),i.length>=4&&n.push(i))}return n}function Jn(t){return"[object Arguments]"===Object.prototype.toString.call(t)}function Zn(t,e,n){return n||(n={}),t===e||(t instanceof Date&&e instanceof Date?t.getTime()===e.getTime():!t||!e||"object"!=typeof t&&"object"!=typeof e?(n.strict,t===e):function(t,e,n){var r,i;if(Kn(t)||Kn(e))return!1;if(t.prototype!==e.prototype)return!1;if(Jn(t))return!!Jn(e)&&Zn(t=Bs.call(t),e=Bs.call(e),n);if(Qn(t)){if(!Qn(e))return!1;if(t.length!==e.length)return!1;for(r=0;r=0;r--)if(o[r]!==s[r])return!1;for(r=o.length-1;r>=0;r--)if(!Zn(t[i=o[r]],e[i],n))return!1;return typeof t==typeof e}(t,e,n))}function Kn(t){return null===t||void 0===t}function Qn(t){return!(!t||"object"!=typeof t||"number"!=typeof t.length)&&"function"==typeof t.copy&&"function"==typeof t.slice&&!(t.length>0&&"number"!=typeof t[0])}function $n(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r,i=n.tolerance||0,o=[],s=Qe();return s.load(en(t)),G(e,(function(t){var e=!1;O(s.search(t),(function(n){if(!1===e){var o=U(t).sort(),s=U(n).sort();Zn(o,s)||(0===i?Nn(o[0],n)&&Nn(o[1],n):on(n,o[0]).properties.dist<=i&&on(n,o[1]).properties.dist<=i)?(e=!0,r=r?tr(r,t):t):(0===i?Nn(s[0],t)&&Nn(s[1],t):on(t,s[0]).properties.dist<=i&&on(t,s[1]).properties.dist<=i)&&(r=r?tr(r,n):n)}})),!1===e&&r&&(o.push(r),r=void 0)})),r&&o.push(r),c(o)}function tr(t,e){var n=U(e),r=U(t),i=r[0],o=r[r.length-1],s=t.geometry.coordinates;return Zn(n[0],i)?s.unshift(n[1]):Zn(n[0],o)?s.push(n[1]):Zn(n[1],i)?s.unshift(n[0]):Zn(n[1],o)&&s.push(n[0]),t}function er(t){var e=t%360;return e<0&&(e+=360),e}function nr(t,e,n,i){if(!I(i=i||{}))throw new Error("options is invalid");var o=i.units,s=i.properties;if(!t)throw new Error("origin is required");if(void 0===e||null===e)throw new Error("distance is required");if(void 0===n||null===n)throw new Error("bearing is required");if(!(e>=0))throw new Error("distance must be greater than 0");var a=E(e,o,"meters"),u=X(t),c=function(t,e,n,r){var i=e/(r=void 0===r?Fo:Number(r)),o=t[0]*Math.PI/180,s=x(t[1]),a=x(n),u=i*Math.cos(a),c=s+u;Math.abs(c)>Math.PI/2&&(c=c>0?Math.PI-c:-Math.PI-c);var h=Math.log(Math.tan(c/2+Math.PI/4)/Math.tan(s/2+Math.PI/4)),l=Math.abs(h)>1e-11?u/h:Math.cos(s);return[(180*(o+i*Math.sin(a)/l)/Math.PI+540)%360-180,180*c/Math.PI]}(u,a,n);return c[0]+=c[0]-u[0]>180?-360:u[0]-c[0]>180?360:0,r(c,s)}function rr(t,e,n,r,i,o){for(var s=0;s0?function(t,e,n){return ir(t,e,n)<0}(e,a,i)||(i=a):n>0&&r<=0&&(function(t,e,n){return ir(t,e,n)>0}(e,a,o)||(o=a)),n=r}return[i,o]}function ir(t,e,n){return(e[0]-t[0])*(n[1]-t[1])-(n[0]-t[0])*(e[1]-t[1])}function or(t){if(!t)throw new Error("line is required");var e=t.geometry?t.geometry.type:t.type;if(!Array.isArray(t)&&"LineString"!==e)throw new Error("geometry must be a LineString");for(var n,r,i=U(t),o=0,s=1;s0}function sr(t,e){switch("Feature"===t.type?t.geometry.type:t.type){case"GeometryCollection":return A(t,(function(t){sr(t,e)})),t;case"LineString":return ar(U(t),e),t;case"Polygon":return ur(U(t),e),t;case"MultiLineString":return U(t).forEach((function(t){ar(t,e)})),t;case"MultiPolygon":return U(t).forEach((function(t){ur(t,e)})),t;case"Point":case"MultiPoint":return t}}function ar(t,e){or(t)===e&&t.reverse()}function ur(t,e){or(t[0])!==e&&t[0].reverse();for(var n=1;ns?128:64,c|=ls?32:16,c|=ps?8:4;var g=+(c|=fs?2:1),d=0;if(17===c||18===c||33===c||34===c||38===c||68===c||72===c||98===c||102===c||132===c||136===c||137===c||152===c||153===c){var y=(h+l+p+f)/4;d=y>s?2:y0?(c=156,d=4):c=152:33===c?d>0?(c=139,d=4):c=137:72===c?d>0?(c=99,d=4):c=98:132===c&&(d>0?(c=39,d=4):c=38)}if(0!=c&&170!=c){var _,m,v,x,E,w,b,I;_=m=v=x=E=w=b=I=.5;var N=[];1===c?(v=1-lr(e,p,f),I=1-lr(e,h,f),N.push(Sa[c])):169===c?(v=lr(s,f,p),I=lr(s,f,h),N.push(Sa[c])):4===c?(w=1-lr(e,l,p),x=lr(e,f,p),N.push(Na[c])):166===c?(w=lr(s,p,l),x=1-lr(s,p,f),N.push(Na[c])):16===c?(E=lr(e,p,l),m=lr(e,h,l),N.push(Ia[c])):154===c?(E=1-lr(s,l,p),m=1-lr(s,l,h),N.push(Ia[c])):64===c?(b=lr(e,f,h),_=1-lr(e,l,h),N.push(La[c])):106===c?(b=1-lr(s,h,f),_=lr(s,h,l),N.push(La[c])):168===c?(x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),N.push(Ca[c]),N.push(Sa[c])):2===c?(x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),N.push(Ca[c]),N.push(Sa[c])):162===c?(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),N.push(Ca[c]),N.push(Sa[c])):8===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),N.push(Ia[c]),N.push(Na[c])):138===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Ia[c]),N.push(Na[c])):32===c?(E=lr(s,p,l),w=lr(e,p,l),_=lr(e,h,l),m=lr(s,h,l),N.push(Ia[c]),N.push(Na[c])):42===c?(I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l),N.push(Ma[c]),N.push(La[c])):128===c&&(I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Ma[c]),N.push(La[c])),5===c?(w=1-lr(e,l,p),I=1-lr(e,h,f),N.push(Na[c])):165===c?(w=lr(s,p,l),I=lr(s,f,h),N.push(Na[c])):20===c?(x=lr(e,f,p),m=lr(e,h,l),N.push(Ca[c])):150===c?(x=1-lr(s,p,f),m=1-lr(s,l,h),N.push(Ca[c])):80===c?(E=lr(e,p,l),b=lr(e,f,h),N.push(Ia[c])):90===c?(E=1-lr(s,l,p),b=1-lr(s,h,f),N.push(Ia[c])):65===c?(v=1-lr(e,p,f),_=1-lr(e,l,h),N.push(Sa[c])):105===c?(v=lr(s,f,p),_=lr(s,h,l),N.push(Sa[c])):160===c?(E=lr(s,p,l),w=lr(e,p,l),I=lr(e,f,h),b=lr(s,f,h),N.push(Ia[c]),N.push(Na[c])):10===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),I=1-lr(s,h,f),b=1-lr(e,h,f),N.push(Ia[c]),N.push(Na[c])):130===c?(x=1-lr(e,p,f),v=1-lr(s,p,f),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Ca[c]),N.push(Sa[c])):40===c?(x=lr(s,f,p),v=lr(e,f,p),_=lr(e,h,l),m=lr(s,h,l),N.push(Ca[c]),N.push(Sa[c])):101===c?(w=lr(s,p,l),_=lr(s,h,l),N.push(Na[c])):69===c?(w=1-lr(e,l,p),_=1-lr(e,l,h),N.push(Na[c])):149===c?(I=lr(s,f,h),m=1-lr(s,l,h),N.push(Ma[c])):21===c?(I=1-lr(e,h,f),m=lr(e,h,l),N.push(Ma[c])):86===c?(x=1-lr(s,p,f),b=1-lr(s,h,f),N.push(Ca[c])):84===c?(x=lr(e,f,p),b=lr(e,f,h),N.push(Ca[c])):89===c?(E=1-lr(s,l,p),v=lr(s,f,p),N.push(Sa[c])):81===c?(E=lr(e,p,l),v=1-lr(e,p,f),N.push(Sa[c])):96===c?(E=lr(s,p,l),w=lr(e,p,l),b=lr(e,f,h),_=lr(s,h,l),N.push(Ia[c]),N.push(Na[c])):74===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),b=1-lr(s,h,f),_=1-lr(e,l,h),N.push(Ia[c]),N.push(Na[c])):24===c?(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),m=lr(e,h,l),N.push(Ia[c]),N.push(Sa[c])):146===c?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),m=1-lr(s,l,h),N.push(Ia[c]),N.push(Sa[c])):6===c?(w=1-lr(e,l,p),x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),N.push(Na[c]),N.push(Ca[c])):164===c?(w=lr(s,p,l),x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),N.push(Na[c]),N.push(Ca[c])):129===c?(v=1-lr(e,p,f),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Sa[c]),N.push(Ma[c])):41===c?(v=lr(s,f,p),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l),N.push(Sa[c]),N.push(Ma[c])):66===c?(x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),_=1-lr(e,l,h),N.push(Ca[c]),N.push(Sa[c])):104===c?(x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),_=lr(s,h,l),N.push(Sa[c]),N.push(Pa[c])):144===c?(E=lr(e,p,l),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h),N.push(Ia[c]),N.push(La[c])):26===c?(E=1-lr(s,l,p),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l),N.push(Ia[c]),N.push(La[c])):36===c?(w=lr(s,p,l),x=lr(e,f,p),_=lr(e,h,l),m=lr(s,h,l),N.push(Na[c]),N.push(Ca[c])):134===c?(w=1-lr(e,l,p),x=1-lr(s,p,f),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Na[c]),N.push(Ca[c])):9===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),I=1-lr(e,h,f),N.push(Ia[c]),N.push(Na[c])):161===c?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),I=lr(s,f,h),N.push(Ia[c]),N.push(Na[c])):37===c?(w=lr(s,p,l),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l),N.push(Na[c]),N.push(Ma[c])):133===c?(w=1-lr(e,l,p),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Na[c]),N.push(Ma[c])):148===c?(x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h),N.push(Ca[c]),N.push(La[c])):22===c?(x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l),N.push(Ca[c]),N.push(La[c])):82===c?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),N.push(Ia[c]),N.push(Sa[c])):88===c?(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),N.push(Ia[c]),N.push(Sa[c])):73===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),_=1-lr(e,l,h),N.push(Ia[c]),N.push(Na[c])):97===c?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),_=lr(s,h,l),N.push(Ia[c]),N.push(Na[c])):145===c?(E=lr(e,p,l),v=1-lr(e,p,f),I=lr(s,f,h),m=1-lr(s,l,h),N.push(Ia[c]),N.push(Ma[c])):25===c?(E=1-lr(s,l,p),v=lr(s,f,p),I=1-lr(e,h,f),m=lr(e,h,l),N.push(Ia[c]),N.push(Ma[c])):70===c?(w=1-lr(e,l,p),x=1-lr(s,p,f),b=1-lr(s,h,f),_=1-lr(e,l,h),N.push(Na[c]),N.push(Ca[c])):100===c?(w=lr(s,p,l),x=lr(e,f,p),b=lr(e,f,h),_=lr(s,h,l),N.push(Na[c]),N.push(Ca[c])):34===c?(0===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(Ma[c]),N.push(La[c])):35===c?(4===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(Sa[c]),N.push(La[c])):136===c?(0===d?(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)):(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)),N.push(Ia[c]),N.push(Na[c]),N.push(Ma[c]),N.push(La[c])):153===c?(0===d?(E=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Sa[c])):102===c?(0===d?(w=1-lr(e,l,p),x=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Na[c]),N.push(La[c])):155===c?(4===d?(E=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Ma[c])):103===c?(4===d?(w=1-lr(e,l,p),x=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Na[c]),N.push(Ca[c])):152===c?(0===d?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Ca[c]),N.push(Sa[c])):156===c?(4===d?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Sa[c]),N.push(La[c])):137===c?(0===d?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)):(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)),N.push(Ia[c]),N.push(Na[c]),N.push(Sa[c])):139===c?(4===d?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)):(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)),N.push(Ia[c]),N.push(Na[c]),N.push(Ma[c])):98===c?(0===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(La[c])):99===c?(4===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(Sa[c])):38===c?(0===d?(w=1-lr(e,l,p),x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Na[c]),N.push(Ma[c]),N.push(La[c])):39===c?(4===d?(w=1-lr(e,l,p),x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Na[c]),N.push(Ca[c]),N.push(La[c])):85===c&&(E=1,w=0,x=1,v=0,I=0,b=1,_=0,m=1),(_<0||_>1||m<0||m>1||E<0||E>1||x<0||x>1||I<0||I>1||b<0||b>1)&&console.log("MarchingSquaresJS-isoBands: "+c+" "+g+" "+h+","+l+","+p+","+f+" "+d+" "+_+" "+m+" "+E+" "+w+" "+x+" "+v+" "+I+" "+b),o.cells[a][u]={cval:c,cval_real:g,flipped:d,topleft:_,topright:m,righttop:E,rightbottom:w,bottomright:x,bottomleft:v,leftbottom:I,lefttop:b,edges:N}}}}}return o}(t,e,n);return zs.polygons?(zs.verbose&&console.log("MarchingSquaresJS-isoBands: returning single polygons for each grid cell"),u=function(t){var e=[],n=0;return t.cells.forEach((function(t,r){t.forEach((function(t,i){if(void 0!==t){var o=Ra[t.cval](t);"object"==typeof o&&pr(o)?"object"==typeof o[0]&&pr(o[0])?"object"==typeof o[0][0]&&pr(o[0][0])?o.forEach((function(t){t.forEach((function(t){t[0]+=i,t[1]+=r})),e[n++]=t})):(o.forEach((function(t){t[0]+=i,t[1]+=r})),e[n++]=o):console.log("MarchingSquaresJS-isoBands: bandcell polygon with malformed coordinates"):console.log("MarchingSquaresJS-isoBands: bandcell polygon with null coordinates")}}))})),e}(c)):(zs.verbose&&console.log("MarchingSquaresJS-isoBands: returning polygon paths for entire data grid"),u=function(t){for(var e=[],n=t.rows,r=t.cols,i=[],o=0;o0){var a=function(t){if(t.edges.length>0){var e=t.edges[t.edges.length-1],n=t.cval_real;switch(e){case 0:return n&Xs?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[t.topleft,1],x:0,y:-1,o:0};case 1:return n&Us?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 2:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[t.topleft,1],x:0,y:-1,o:0};case 3:return n&Ys?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 4:return n&Xs?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[t.topright,1],x:0,y:-1,o:1};case 5:return n&Us?{p:[t.topright,1],x:0,y:-1,o:1}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 6:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[t.topright,1],x:0,y:-1,o:1};case 7:return n&Ys?{p:[t.topright,1],x:0,y:-1,o:1}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 8:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[1,t.righttop],x:-1,y:0,o:1};case 9:return n&Ys?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 10:return n&Ys?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[1,t.righttop],x:-1,y:0,o:1};case 11:return n&js?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[0,t.lefttop],x:1,y:0,o:1};case 12:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 13:return n&Ys?{p:[1,t.rightbottom],x:-1,y:0,o:0}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 14:return n&Ys?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 15:return n&js?{p:[1,t.rightbottom],x:-1,y:0,o:0}:{p:[0,t.lefttop],x:1,y:0,o:1};case 16:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[0,t.leftbottom],x:1,y:0,o:0};case 17:return n&js?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[0,t.lefttop],x:1,y:0,o:1};case 18:return n&Ys?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 19:return n&js?{p:[t.bottomleft,0],x:0,y:1,o:0}:{p:[0,t.lefttop],x:1,y:0,o:1};case 20:return n&js?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[0,t.leftbottom],x:1,y:0,o:0};case 21:return n&Xs?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[t.topright,1],x:0,y:-1,o:1};case 22:return n&js?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[0,t.lefttop],x:1,y:0,o:1};case 23:return n&Xs?{p:[0,t.lefttop],x:1,y:0,o:1}:{p:[t.topright,1],x:0,y:-1,o:1};default:console.log("MarchingSquaresJS-isoBands: edge index out of range!"),console.log(t)}}return null}(t.cells[o][s]),u=null,c=s,h=o;null!==a&&i.push([a.p[0]+c,a.p[1]+h]);do{if(null===(u=function(t,e,n,r){var i,o,s,a,u,c=t.cval;switch(e){case-1:0===r?(i=Na[c],s=ea[c],a=na[c],u=ra[c]):(i=Ia[c],s=Qs[c],a=$s[c],u=ta[c]);break;case 1:0===r?(i=Ma[c],s=fa[c],a=ga[c],u=da[c]):(i=La[c],s=ha[c],a=la[c],u=pa[c]);break;default:switch(n){case-1:0===r?(i=Pa[c],s=Vs[c],a=Hs[c],u=Ws[c]):(i=Oa[c],s=Js[c],a=Zs[c],u=Ks[c]);break;case 1:0===r?(i=Sa[c],s=ia[c],a=oa[c],u=sa[c]):(i=Ca[c],s=aa[c],a=ua[c],u=ca[c])}}if(o=t.edges.indexOf(i),void 0===t.edges[o])return null;switch(function(t,e){delete t.edges[e];for(var n=e+1;n=n||c<0||c>=r||void 0===t.cells[h][c]){var l=function(t,e,n,r,i,o){for(var s=t.cells[n][e],a=s.cval_real,u=e+r,c=n+i,h=[],l=!1;!l;){if(void 0===t.cells[c]||void 0===t.cells[c][u])if(c-=i,u-=r,a=(s=t.cells[c][u]).cval_real,-1===i)if(0===o)if(a&Ys)h.push([u,c]),r=-1,i=0,o=0;else{if(!(a&Us)){h.push([u+s.bottomright,c]),r=0,i=1,o=1,l=!0;break}h.push([u+1,c]),r=1,i=0,o=0}else{if(!(a&Ys)){if(a&Us){h.push([u+s.bottomright,c]),r=0,i=1,o=1,l=!0;break}h.push([u+s.bottomleft,c]),r=0,i=1,o=0,l=!0;break}h.push([u,c]),r=-1,i=0,o=0}else if(1===i)if(0===o){if(!(a&Xs)){if(a&js){h.push([u+s.topleft,c+1]),r=0,i=-1,o=0,l=!0;break}h.push([u+s.topright,c+1]),r=0,i=-1,o=1,l=!0;break}h.push([u+1,c+1]),r=1,i=0,o=1}else h.push([u+1,c+1]),r=1,i=0,o=1;else if(-1===r)if(0===o){if(!(a&js)){if(a&Ys){h.push([u,c+s.leftbottom]),r=1,i=0,o=0,l=!0;break}h.push([u,c+s.lefttop]),r=1,i=0,o=1,l=!0;break}h.push([u,c+1]),r=0,i=1,o=0}else{if(!(a&js)){console.log("MarchingSquaresJS-isoBands: wtf");break}h.push([u,c+1]),r=0,i=1,o=0}else{if(1!==r){console.log("MarchingSquaresJS-isoBands: we came from nowhere!");break}if(0===o){if(!(a&Us)){h.push([u+1,c+s.rightbottom]),r=-1,i=0,o=0,l=!0;break}h.push([u+1,c]),r=0,i=-1,o=1}else{if(!(a&Us)){if(a&Xs){h.push([u+1,c+s.righttop]),r=-1,i=0,o=1;break}h.push([u+1,c+s.rightbottom]),r=-1,i=0,o=0,l=!0;break}h.push([u+1,c]),r=0,i=-1,o=1}}else if(a=(s=t.cells[c][u]).cval_real,-1===r)if(0===o)if(void 0!==t.cells[c-1]&&void 0!==t.cells[c-1][u])r=0,i=-1,o=1;else{if(!(a&Ys)){h.push([u+s.bottomright,c]),r=0,i=1,o=1,l=!0;break}h.push([u,c])}else{if(!(a&js)){console.log("MarchingSquaresJS-isoBands: found entry from top at "+u+","+c);break}console.log("MarchingSquaresJS-isoBands: proceeding in x-direction!")}else if(1===r){if(0===o){console.log("MarchingSquaresJS-isoBands: wtf");break}if(void 0!==t.cells[c+1]&&void 0!==t.cells[c+1][u])r=0,i=1,o=0;else{if(!(a&Xs)){h.push([u+s.topleft,c+1]),r=0,i=-1,o=0,l=!0;break}h.push([u+1,c+1]),r=1,i=0,o=1}}else if(-1===i){if(1!==o){console.log("MarchingSquaresJS-isoBands: wtf");break}if(void 0!==t.cells[c][u+1])r=1,i=0,o=1;else{if(!(a&Us)){h.push([u+1,c+s.righttop]),r=-1,i=0,o=1,l=!0;break}h.push([u+1,c]),r=0,i=-1,o=1}}else{if(1!==i){console.log("MarchingSquaresJS-isoBands: where did we came from???");break}if(0!==o){console.log("MarchingSquaresJS-isoBands: wtf");break}if(void 0!==t.cells[c][u-1])r=-1,i=0,o=0;else{if(!(a&js)){h.push([u,c+s.leftbottom]),r=1,i=0,o=0,l=!0;break}h.push([u,c+1]),r=0,i=1,o=0}}if(c+=i,(u+=r)===e&&c===n)break}return{path:h,i:u,j:c,x:r,y:i,o}}(t,c-=u.x,h-=u.y,u.x,u.y,u.o);if(null===l)break;l.path.forEach((function(t){i.push(t)})),c=l.i,h=l.j,a=l}}while(void 0!==t.cells[h][c]&&t.cells[h][c].edges.length>0);e.push(i),i=[],t.cells[o][s].edges.length>0&&s--}return e}(c)),"function"==typeof zs.successCallback&&zs.successCallback(u),u}function lr(t,e,n){return(t-e)/(n-e)}function pr(t){return t.constructor.toString().indexOf("Array")>-1}function fr(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.pivot,i=n.mutate;if(!t)throw new Error("geojson is required");if(void 0===e||null===e||isNaN(e))throw new Error("angle is required");return 0===e||(r||(r=ye(t)),!1!==i&&void 0!==i||(t=Gt(t)),S(t,(function(t){var n=sn(r,t)+e,i=un(r,t),o=U(nr(r,i,n));t[0]=o[0],t[1]=o[1]}))),t}function gr(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.origin,i=n.mutate;if(!t)throw new Error("geojson required");if("number"!=typeof e||0===e)throw new Error("invalid factor");var o=Array.isArray(r)||"object"==typeof r;return!0!==i&&(t=Gt(t)),"FeatureCollection"!==t.type||o?dr(t,e,r):(O(t,(function(n,i){t.features[i]=dr(n,e,r)})),t)}function dr(t,e,n){var i="Point"===K(t);return n=function(t,e){if(void 0!==e&&null!==e||(e="centroid"),Array.isArray(e)||"object"==typeof e)return X(e);var n=t.bbox?t.bbox:j(t),i=n[0],o=n[1],s=n[2],a=n[3];switch(e){case"sw":case"southwest":case"westsouth":case"bottomleft":return r([i,o]);case"se":case"southeast":case"eastsouth":case"bottomright":return r([s,o]);case"nw":case"northwest":case"westnorth":case"topleft":return r([i,a]);case"ne":case"northeast":case"eastnorth":case"topright":return r([s,a]);case"center":return de(t);case void 0:case null:case"centroid":return ye(t);default:throw new Error("invalid origin")}}(t,n),1===e||i||S(t,(function(t){var r=un(n,t),i=sn(n,t),o=U(nr(n,r*e,i));t[0]=o[0],t[1]=o[1],3===t.length&&(t[2]*=e)})),t}function yr(t){var e=t[0],n=t[1];return[n[0]-e[0],n[1]-e[1]]}function _r(t,e){return t[0]*e[1]-e[0]*t[1]}function mr(t,e){return!function(t,e){return 0===_r(yr(t),yr(e))}(t,e)&&function(t,e){var n=t[0],r=yr(t),i=e[0],o=yr(e),s=_r(r,o);return function(t,e){return[t[0]+e[0],t[1]+e[1]]}(n,function(t,e){return[t*e[0],t*e[1]]}(_r(function(t,e){return[t[0]-e[0],t[1]-e[1]]}(i,n),o)/s,r))}(t,e)}function vr(t,e,n){var r=[],i=_(e,n),o=U(t),s=[];return o.forEach((function(t,e){if(e!==o.length-1){var n=function(t,e,n){var r=Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])),i=t[0]+n*(e[1]-t[1])/r,o=e[0]+n*(e[1]-t[1])/r;return[[i,t[1]+n*(t[0]-e[0])/r],[o,e[1]+n*(t[0]-e[0])/r]]}(t,o[e+1],i);if(r.push(n),e>0){var a=r[e-1],u=mr(n,a);!1!==u&&(a[1]=u,n[0]=u),s.push(a[0]),e===o.length-2&&(s.push(n[0]),s.push(n[1]))}2===o.length&&(s.push(n[0]),s.push(n[1]))}})),a(s,t.properties)}function xr(t,e,n){var r=e[0]-t[0],i=e[1]-t[1],o=n[0]-e[0],s=n[1]-e[1];return Math.sign(r*s-o*i)}function Er(t,e){return e.geometry.coordinates[0].every((function(e){return Pt(r(e),t)}))}function wr(t,e){for(var n=0;n=Math.abs(s)?o>0?t[0]<=n[0]&&n[0]<=e[0]:e[0]<=n[0]&&n[0]<=t[0]:s>0?t[1]<=n[1]&&n[1]<=e[1]:e[1]<=n[1]&&n[1]<=t[1])}(t.coordinates[n],t.coordinates[n+1],e.coordinates))return!0;return!1}function br(t,e){return nn(e,kn(t)).features.length>0}function Ir(t,e){return!(t[0]>e[0])&&!(t[2]e[1])&&!(t[3]0}function Mr(t,e){for(var n=!1,i=!1,o=t.coordinates[0].length,s=0;s=Math.abs(a)?s>0?t[0]<=n[0]&&n[0]<=e[0]:e[0]<=n[0]&&n[0]<=t[0]:a>0?t[1]<=n[1]&&n[1]<=e[1]:e[1]<=n[1]&&n[1]<=t[1]:Math.abs(s)>=Math.abs(a)?s>0?t[0]0?t[1]0}function Ar(t,e,n){n=n||[];for(var r=0;r0)){if(o/=p,p<0){if(o0){if(o>l)return;o>h&&(h=o)}if(o=r-u,p||!(o<0)){if(o/=p,p<0){if(o>l)return;o>h&&(h=o)}else if(p>0){if(o0)){if(o/=f,f<0){if(o0){if(o>l)return;o>h&&(h=o)}if(o=i-c,f||!(o<0)){if(o/=f,f<0){if(o>l)return;o>h&&(h=o)}else if(f>0){if(o0||l<1)||(h>0&&(t[0]=[u+h*p,c+h*f]),l<1&&(t[1]=[u+l*p,c+l*f]),!0)}}}}}function Kr(t,e,n,r,i){var o=t[1];if(o)return!0;var s,a,u=t[0],c=t.left,h=t.right,l=c[0],p=c[1],f=h[0],g=h[1],d=(l+f)/2,y=(p+g)/2;if(g===p){if(d=r)return;if(l>f){if(u){if(u[1]>=i)return}else u=[d,n];o=[d,i]}else{if(u){if(u[1]1)if(l>f){if(u){if(u[1]>=i)return}else u=[(n-a)/s,n];o=[(i-a)/s,i]}else{if(u){if(u[1]=r)return}else u=[e,s*e+a];o=[r,s*r+a]}else{if(u){if(u[0]=-pu)){var f=u*u+c*c,g=h*h+l*l,d=(l*f-c*g)/p,y=(u*g-h*f)/p,_=cu.pop()||new function(){Xr(this),this.x=this.y=this.arc=this.site=this.cy=null};_.arc=t,_.site=i,_.x=d+s,_.y=(_.cy=y+a)+Math.sqrt(d*d+y*y),t.circle=_;for(var m=null,v=au._;v;)if(_.ylu)a=a.L;else{if(!((i=o-function(t,e){var n=t.N;if(n)return ai(n,e);var r=t.site;return r[1]===e?r[0]:1/0}(a,s))>lu)){r>-lu?(e=a.P,n=a):i>-lu?(e=a,n=a.N):e=n=a;break}if(!a.R){e=a;break}a=a.R}!function(t){su[t.index]={site:t,halfedges:[]}}(t);var u=ri(t);if(ou.insert(e,u),e||n){if(e===n)return ni(e),n=ri(e.site),ou.insert(u,n),u.edge=n.edge=Hr(e.site,u.site),ei(e),void ei(n);if(n){ni(e),ni(n);var c=e.site,h=c[0],l=c[1],p=t[0]-h,f=t[1]-l,g=n.site,d=g[0]-h,y=g[1]-l,_=2*(p*y-f*d),m=p*p+f*f,v=d*d+y*y,x=[(y*m-f*v)/_+h,(p*v-d*m)/_+l];Jr(n.edge,c,g,x),u.edge=Hr(c,t,null,x),n.edge=Hr(t,g,null,x),ei(e),ei(n)}else u.edge=Hr(e.site,u.site)}}function ai(t,e){var n=t.site,r=n[0],i=n[1],o=i-e;if(!o)return r;var s=t.P;if(!s)return-1/0;var a=(n=s.site)[0],u=n[1],c=u-e;if(!c)return a;var h=a-r,l=1/o-1/c,p=h/c;return l?(-p+Math.sqrt(p*p-2*l*(h*h/(-2*c)-u+c/2+i-o/2)))/l+r:(r+a)/2}function ui(t,e,n){return(t[0]-n[0])*(e[1]-t[1])-(t[0]-e[0])*(n[1]-t[1])}function ci(t,e){return e[1]-t[1]||e[0]-t[0]}function hi(t,e){var n,r,i,o=t.sort(ci).pop();for(uu=[],su=new Array(t.length),ou=new jr,au=new jr;;)if(i=iu,o&&(!i||o[1]lu||Math.abs(i[0][1]-i[1][1])>lu)||delete uu[o]}(s,a,u,c),function(t,e,n,r){var i,o,s,a,u,c,h,l,p,f,g,d,y=su.length,_=!0;for(i=0;ilu||Math.abs(d-p)>lu)&&(u.splice(a,0,uu.push(Wr(s,f,Math.abs(g-t)lu?[t,Math.abs(l-t)lu?[Math.abs(p-r)lu?[n,Math.abs(l-n)lu?[Math.abs(p-e)=-270&&(d=-d),g<-180&&g>=-360&&(y=-y),"degrees"===s){var _=d*Math.cos(l)+y*Math.sin(l),m=y*Math.cos(l)-d*Math.sin(l);d=_,y=m}p.push([d+h[0],y+h[1]])}return p.push(p[0]),"degrees"===s?o([p],c):fr(o([p],c),a,{pivot:u})}function fi(t){var e=t*Math.PI/180;return Math.tan(e)}function gi(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.properties,i=e.weight;if(!t)throw new Error("geojson is required");var o=0,s=0,a=0;return A(t,(function(t,e,n){var r=n[i];if(!b(r=void 0===r||null===r?1:r))throw new Error("weight value must be a number for feature index "+e);(r=Number(r))>0&&S(t,(function(t){o+=t[0]*r,s+=t[1]*r,a+=r}))})),r([o/a,s/a],n)}function di(t,e,n,i){var o=n.properties.tolerance||.001,s=0,a=0,u=0,c=0;if(O(n,(function(e){var n=e.properties.weight,r=void 0===n||null===n?1:n;if(!b(r=Number(r)))throw new Error("weight value must be a number");if(r>0){c+=1;var i=r*qt(e,t);0===i&&(i=1);var o=r/i;s+=e.geometry.coordinates[0]*o,a+=e.geometry.coordinates[1]*o,u+=o}})),c<1)throw new Error("no features to measure");var h=s/u,l=a/u;return 1===c||0===i||Math.abs(h-e[0])0?t+n[e-1]:t})),h.forEach((function(t){t=2*t*Math.PI/h[h.length-1];var e=Math.random();u.push([e*i*Math.sin(t),e*i*Math.cos(t)])})),u[u.length-1]=u[0],u=u.map(function(t){return function(e){return[e[0]+t[0],e[1]+t[1]]}}(_i(n))),s.push(o([u]))}return c(s)}function xi(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.bbox,r=e.num_vertices,i=e.max_length,o=e.max_rotation;void 0!==t&&null!==t||(t=1),(!b(r)||r<2)&&(r=10),b(i)||(i=1e-4),b(o)||(o=Math.PI/8);for(var s=[],u=0;u1?t:null;case"MultiPolygon":var e=[];if(F(t,(function(t){mn(t)>1&&e.push(t.geometry.coordinates)})),e.length)return{type:"MultiPolygon",coordinates:e}}}function Yi(){this.reset()}function Vi(t,e,n){var r=t.s=e+n,i=r-e,o=r-i;t.t=e-o+(n-i)}function Hi(t){return t>1?kf:t<-1?-kf:Math.asin(t)}function Wi(){}function Ji(t,e){t&&eg.hasOwnProperty(t.type)&&eg[t.type](t,e)}function Zi(t,e,n){var r,i=-1,o=t.length-n;for(e.lineStart();++iBf?t-jf:t<-Bf?t+jf:t,e]}function so(t,e,n){return(t%=jf)?e||n?rg(uo(t),co(e,n)):uo(t):e||n?co(e,n):oo}function ao(t){return function(e,n){return[(e+=t)>Bf?e-jf:e<-Bf?e+jf:e,n]}}function uo(t){var e=ao(t);return e.invert=ao(-t),e}function co(t,e){function n(t,e){var n=Wf(e),a=Wf(t)*n,u=Kf(t)*n,c=Kf(e),h=c*r+a*i;return[Hf(u*o-h*s,a*r-c*i),Hi(h*o+u*s)]}var r=Wf(t),i=Kf(t),o=Wf(e),s=Kf(e);return n.invert=function(t,e){var n=Wf(e),a=Wf(t)*n,u=Kf(t)*n,c=Kf(e),h=c*o-u*s;return[Hf(u*o+c*s,a*r+h*i),Hi(h*r-a*i)]},n}function ho(t,e){(e=$i(e))[0]-=t,io(e);var n=function(t){return t>1?0:t<-1?Bf:Math.acos(t)}(-e[1]);return((-e[2]<0?-n:n)+jf-Gf)%jf}function lo(t,e,n,r){this.x=t,this.z=e,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function po(t){if(e=t.length){for(var e,n,r=0,i=t[0];++r0)do{c.point(0===h||3===h?t:n,h>1?r:e)}while((h=(h+a+4)%4)!==l);else c.point(o[0],o[1])}function s(r,i){return Yf(r[0]-t)0?0:3:Yf(r[0]-n)0?2:1:Yf(r[1]-e)0?1:0:i>0?3:2}function a(t,e){return u(t.x,e.x)}function u(t,e){var n=s(t,1),r=s(e,1);return n!==r?n-r:0===n?e[1]-t[1]:1===n?t[0]-e[0]:2===n?t[1]-e[1]:e[0]-t[0]}return function(s){function u(t,e){i(t,e)&&E.point(t,e)}function c(o,s){var a=i(o,s);if(l&&p.push([o,s]),v)f=o,g=s,d=a,v=!1,a&&(E.lineStart(),E.point(o,s));else if(a&&m)E.point(o,s);else{var u=[y=Math.max(pg,Math.min(lg,y)),_=Math.max(pg,Math.min(lg,_))],c=[o=Math.max(pg,Math.min(lg,o)),s=Math.max(pg,Math.min(lg,s))];sg(u,c,t,e,n,r)?(m||(E.lineStart(),E.point(u[0],u[1])),E.point(c[0],c[1]),a||E.lineEnd(),x=!1):a&&(E.lineStart(),E.point(o,s),x=!1)}y=o,_=s,m=a}var h,l,p,f,g,d,y,_,m,v,x,E=s,w=og(),b={point:u,lineStart:function(){b.point=c,l&&l.push(p=[]),v=!0,m=!1,y=_=NaN},lineEnd:function(){h&&(c(f,g),d&&m&&w.rejoin(),h.push(w.result())),b.point=u,m&&E.lineEnd()},polygonStart:function(){E=w,h=[],l=[],x=!0},polygonEnd:function(){var e=function(){for(var e=0,n=0,i=l.length;nr&&(p-o)*(r-s)>(f-s)*(t-o)&&++e:f<=r&&(p-o)*(r-s)<(f-s)*(t-o)&&--e;return e}(),n=x&&e,i=(h=hg(h)).length;(n||i)&&(s.polygonStart(),n&&(s.lineStart(),o(null,null,1,s),s.lineEnd()),i&&ug(h,a,e,o,s),s.polygonEnd()),E=s,h=l=p=null}};return b}}function go(t){return t.length>1}function yo(t,e){return((t=t.x)[0]<0?t[1]-kf-Gf:kf-t[1])-((e=e.x)[0]<0?e[1]-kf-Gf:kf-e[1])}function _o(t){return function(e){var n=new mo;for(var r in t)n[r]=t[r];return n.stream=e,n}}function mo(){}function vo(t,e,n){var r=e[1][0]-e[0][0],i=e[1][1]-e[0][1],o=t.clipExtent&&t.clipExtent();t.scale(150).translate([0,0]),null!=o&&t.clipExtent(null),ng(n,t.stream(vg));var s=vg.result(),a=Math.min(r/(s[1][0]-s[0][0]),i/(s[1][1]-s[0][1])),u=+e[0][0]+(r-a*(s[1][0]+s[0][0]))/2,c=+e[0][1]+(i-a*(s[1][1]+s[0][1]))/2;return null!=o&&t.clipExtent(o),t.scale(150*a).translate([u,c])}function xo(t){return function(t){function e(t){return[(t=c(t[0]*Uf,t[1]*Uf))[0]*d+s,a-t[1]*d]}function n(t,e){return[(t=o(t,e))[0]*d+s,a-t[1]*d]}function r(){c=rg(u=so(x,E,w),o);var t=o(m,v);return s=y-t[0]*d,a=_+t[1]*d,i()}function i(){return f=g=null,e}var o,s,a,u,c,h,l,p,f,g,d=150,y=480,_=250,m=0,v=0,x=0,E=0,w=0,b=null,I=Eg,N=null,C=gg,S=.5,M=Ng(n,S);return e.stream=function(t){return f&&g===t?f:f=Cg(I(u,M(C(g=t))))},e.clipAngle=function(t){return arguments.length?(I=+t?wg(b=t*Uf,6*Uf):(b=null,Eg),i()):b*Xf},e.clipExtent=function(t){return arguments.length?(C=null==t?(N=h=l=p=null,gg):fo(N=+t[0][0],h=+t[0][1],l=+t[1][0],p=+t[1][1]),i()):null==N?null:[[N,h],[l,p]]},e.scale=function(t){return arguments.length?(d=+t,r()):d},e.translate=function(t){return arguments.length?(y=+t[0],_=+t[1],r()):[y,_]},e.center=function(t){return arguments.length?(m=t[0]%360*Uf,v=t[1]%360*Uf,r()):[m*Xf,v*Xf]},e.rotate=function(t){return arguments.length?(x=t[0]%360*Uf,E=t[1]%360*Uf,w=t.length>2?t[2]%360*Uf:0,r()):[x*Xf,E*Xf,w*Xf]},e.precision=function(t){return arguments.length?(M=Ng(n,S=t*t),i()):Qf(S)},e.fitExtent=function(t,n){return vo(e,t,n)},e.fitSize=function(t,n){return function(t,e,n){return vo(t,[[0,0],e],n)}(e,t,n)},function(){return o=t.apply(this,arguments),e.invert=o.invert&&function(t){return(t=c.invert((t[0]-s)/d,(a-t[1])/d))&&[t[0]*Xf,t[1]*Xf]},r()}}((function(){return t}))()}function Eo(t,e){return[t,Zf($f((kf+e)/2))]}function wo(t,e){return[Zf($f((kf+e)/2)),-t]}function bo(t,n,r,i){var o=t.properties||{},s="Feature"===t.type?t.geometry:t;if("GeometryCollection"===s.type){var a=[];return A(t,(function(t){var e=bo(t,n,r,i);e&&a.push(e)})),c(a)}var u,h=j(t),l=h[1]>50&&h[3]>50;u=l?{type:s.type,coordinates:No(s.coordinates,So(s))}:cn(s);var p,f=(new bh).read(u),g=d(y(n,r),"meters"),_=gp.bufferOp(f,g);if(!Io((_=(new Ih).write(_)).coordinates))return(p=l?{type:_.type,coordinates:Co(_.coordinates,So(s))}:hn(_)).geometry?p:e(p,o)}function Io(t){return Array.isArray(t[0])?Io(t[0]):isNaN(t[0])}function No(t,e){return"object"!=typeof t[0]?e(t):t.map((function(t){return No(t,e)}))}function Co(t,e){return"object"!=typeof t[0]?e.invert(t):t.map((function(t){return Co(t,e)}))}function So(t){var e=de(t).geometry.coordinates.reverse(),n=e.map((function(t){return-t}));return Sg().center(e).rotate(n).scale(Fo)}function Mo(){for(var t=new bh,e=t.read(JSON.stringify(arguments[0].geometry)),n=1;n=0&&(void 0===i||sm/2;P&&(L-=m/4);for(var O=[],R=[],T=0;T<6;T++){var A=2*Math.PI/6*T;O.push(Math.cos(A)),R.push(Math.sin(A))}for(var D=[],F=0;F<=C;F++)for(var q=0;q<=M;q++){var G=F%2==1;if((0!==q||!G)&&(0!==q||!P)){var B=F*E+a-S,k=q*w+u+L;if(G&&(k-=m/2),!0===i)(function(t,e,n,r,i,s){for(var a=[],u=0;u<6;u++){var c=[];c.push(t),c.push([t[0]+e*i[u],t[1]+n*s[u]]),c.push([t[0]+e*i[(u+1)%6],t[1]+n*s[(u+1)%6]]),c.push(t),a.push(o([c],r))}return a})([B,k],g/2,d/2,r,O,R).forEach((function(t){s?Lo(s,t)&&D.push(t):D.push(t)}));else{var z=function(t,e,n,r,i,s){for(var a=[],u=0;u<6;u++){var c=t[0]+e*i[u],h=t[1]+n*s[u];a.push([c,h])}return a.push(a[0].slice()),o([a],r)}([B,k],g/2,d/2,r,O,R);s?Lo(s,z)&&D.push(z):D.push(z)}}}return c(D)}function Ro(t){if(t.features.length<=1)return t;var e=function(t){var e=Vo(),n=[];return F(t,(function(t,e){var r=j(t);n.push({minX:r[0],minY:r[1],maxX:r[2],maxY:r[3],geojson:t,index:e})})),e.load(n),e}(t),n=[],r={};return F(t,(function(t,i){if(r[i])return!0;for(e.remove({index:i},To),r[i]=!0;;){var o=j(t),s=e.search({minX:o[0],minY:o[1],maxX:o[2],maxY:o[3]});if(s.length>0){var a=s.map((function(t){return r[t.index]=!0,e.remove({index:t.index},To),t.geojson}));a.push(t),t=Mo.apply(this,a)}if(0===s.length)break}n.push(t)})),c(n)}function To(t,e){return t.index===e.index}function Ao(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.properties,i=n.mask,s=[];if(null===e||void 0===e)throw new Error("cellSide is required");if(!b(e))throw new Error("cellSide is invalid");if(!t)throw new Error("bbox is required");if(!Array.isArray(t))throw new Error("bbox must be array");if(4!==t.length)throw new Error("bbox must contain 4 numbers");if(i&&-1===["Polygon","MultiPolygon"].indexOf(K(i)))throw new Error("options.mask must be a (Multi)Polygon");for(var a=t[0],u=t[1],h=t[2],l=t[3],p=e/qt([a,u],[h,u],n)*(h-a),f=e/qt([a,u],[a,l],n)*(l-u),g=h-a,d=l-u,y=Math.floor(g/p),_=Math.floor(d/f),m=(d-_*f)/2,v=a+(g-y*p)/2,x=0;x=0&&o[e].children.length>this._maxEntries;)this._split(o,e),e--;this._adjustParentBBoxes(i,o,e)},_split:function(t,e){var n=t[e],r=n.children.length,i=this._minEntries;this._chooseSplitAxis(n,i,r);var o=this._chooseSplitIndex(n,i,r),s=yt(n.children.splice(o,n.children.length-o));s.height=n.height,s.leaf=n.leaf,at(n,this.toBBox),at(s,this.toBBox),e?t[e-1].children.push(s):this._splitRoot(n,s)},_splitRoot:function(t,e){this.data=yt([t,e]),this.data.height=t.height+1,this.data.leaf=!1,at(this.data,this.toBBox)},_chooseSplitIndex:function(t,e,n){var r,i,o,s,a,u,c,h;for(u=c=1/0,r=e;r<=n-e;r++)s=function(t,e){var n=Math.max(t.minX,e.minX),r=Math.max(t.minY,e.minY),i=Math.min(t.maxX,e.maxX),o=Math.min(t.maxY,e.maxY);return Math.max(0,i-n)*Math.max(0,o-r)}(i=ut(t,0,r,this.toBBox),o=ut(t,r,n,this.toBBox)),a=pt(i)+pt(o),s=e;i--)o=t.children[i],ct(u,t.leaf?s(o):o),c+=ft(u);return c},_adjustParentBBoxes:function(t,e,n){for(var r=n;r>=0;r--)ct(e[r],t)},_condense:function(t){for(var e,n=t.length-1;n>=0;n--)0===t[n].children.length?n>0?(e=t[n-1].children).splice(e.indexOf(t[n]),1):this.clear():at(t[n],this.toBBox)},_initFormat:function(t){var e=["return a"," - b",";"];this.compareMinX=new Function("a","b",e.join(t[0])),this.compareMinY=new Function("a","b",e.join(t[1])),this.toBBox=new Function("a","return {minX: a"+t[0]+", minY: a"+t[1]+", maxX: a"+t[2]+", maxY: a"+t[3]+"};")}};var Ho=function(t,e,n){var r=t*e,i=Wo*t,o=i-(i-t),s=t-o,a=Wo*e,u=a-(a-e),c=e-u,h=s*c-(r-o*u-s*u-o*c);return n?(n[0]=h,n[1]=r,n):[h,r]},Wo=+(Math.pow(2,27)+1),Jo=function(t,e){var n=0|t.length,r=0|e.length;if(1===n&&1===r)return function(t,e){var n=t+e,r=n-t,i=t-(n-r)+(e-r);return i?[i,n]:[n]}(t[0],e[0]);var i,o,s=new Array(n+r),a=0,u=0,c=0,h=Math.abs,l=t[u],p=h(l),f=e[c],g=h(f);p=r?(i=l,(u+=1)=r?(i=l,(u+=1)>1;return["sum(",r(t.slice(0,e)),",",r(t.slice(e)),")"].join("")}function i(t){if(2===t.length)return[["sum(prod(",t[0][0],",",t[1][1],"),prod(-",t[0][1],",",t[1][0],"))"].join("")];for(var o=[],s=0;s0){if(o<=0)return s;r=i+o}else{if(!(i<0))return s;if(o>=0)return s;r=-(i+o)}var u=33306690738754716e-32*r;return s>=u||s<=-u?s:a(t,e,n)},function(t,e,n,r){var i=t[0]-r[0],o=e[0]-r[0],s=n[0]-r[0],a=t[1]-r[1],c=e[1]-r[1],h=n[1]-r[1],l=t[2]-r[2],p=e[2]-r[2],f=n[2]-r[2],g=o*h,d=s*c,y=s*a,_=i*h,m=i*c,v=o*a,x=l*(g-d)+p*(y-_)+f*(m-v),E=7771561172376103e-31*((Math.abs(g)+Math.abs(d))*Math.abs(l)+(Math.abs(y)+Math.abs(_))*Math.abs(p)+(Math.abs(m)+Math.abs(v))*Math.abs(f));return x>E||-x>E?x:u(t,e,n,r)}];!function(){for(;c.length<=s;)c.push(o(c.length));for(var e=[],n=["slow"],r=0;r<=s;++r)e.push("a"+r),n.push("o"+r);var i=["function getOrientation(",e.join(),"){switch(arguments.length){case 0:case 1:return 0;"];for(r=2;r<=s;++r)i.push("case ",r,":return o",r,"(",e.slice(0,r).join(),");");i.push("}var s=new Array(arguments.length);for(var i=0;i1&&es(t[o[c-2]],t[o[c-1]],u)<=0;)c-=1,o.pop();for(o.push(a),c=s.length;c>1&&es(t[s[c-2]],t[s[c-1]],u)>=0;)c-=1,s.pop();s.push(a)}n=new Array(s.length+o.length-2);for(var h=0,l=(r=0,o.length);r0;--p)n[h++]=s[p];return n},es=$o[3],ns=vt,rs=vt;vt.prototype={push:function(t){this.data.push(t),this.length++,this._up(this.length-1)},pop:function(){if(0!==this.length){var t=this.data[0];return this.length--,this.length>0&&(this.data[0]=this.data[this.length],this._down(0)),this.data.pop(),t}},peek:function(){return this.data[0]},_up:function(t){for(var e=this.data,n=this.compare,r=e[t];t>0;){var i=t-1>>1,o=e[i];if(n(r,o)>=0)break;e[t]=o,t=i}e[t]=r},_down:function(t){for(var e=this.data,n=this.compare,r=this.length>>1,i=e[t];t=0)break;e[t]=a,t=o}e[t]=i}},ns.default=rs;var is=function(t,e){for(var n=t[0],r=t[1],i=!1,o=0,s=e.length-1;or!=h>r&&n<(c-a)*(r-u)/(h-u)+a&&(i=!i)}return i},os=$o[3],ss=xt,as=xt;ss.default=as;var us=function(t){return t},cs=function(t){if(null==t)return us;var e,n,r=t.scale[0],i=t.scale[1],o=t.translate[0],s=t.translate[1];return function(t,a){a||(e=n=0);var u=2,c=t.length,h=new Array(c);for(h[0]=(e+=t[0])*r+o,h[1]=(n+=t[1])*i+s;u=t)throw new Error("full hashmap");h=s[c=c+1&u]}return s[c]=r,a[c]=o,o},maybeSet:function(r,o){for(var c=e(r)&u,h=s[c],l=0;h!=i;){if(n(h,r))return a[c];if(++l>=t)throw new Error("full hashmap");h=s[c=c+1&u]}return s[c]=r,a[c]=o,o},get:function(r,o){for(var c=e(r)&u,h=s[c],l=0;h!=i;){if(n(h,r))return a[c];if(++l>=t)break;h=s[c=c+1&u]}return o},keys:function(){for(var t=[],e=0,n=s.length;e>7^_s[2]^_s[3])},vs=function(t){function e(t,e,n,r){if(p[n]!==t){p[n]=t;var i=f[n];if(i>=0){var o=g[n];i===e&&o===r||i===r&&o===e||(++y,d[n]=1)}else f[n]=e,g[n]=r}}function n(t){return ms(u[t])}function r(t,e){return gs(u[t],u[e])}var i,o,s,a,u=t.coordinates,c=t.lines,h=t.rings,l=function(){for(var t=fs(1.4*u.length,n,r,Int32Array,-1,Int32Array),e=new Int32Array(u.length),i=0,o=u.length;i=t)throw new Error("full hashset");u=o[a=a+1&s]}return o[a]=r,!0},has:function(r){for(var a=e(r)&s,u=o[a],c=0;u!=i;){if(n(u,r))return!0;if(++c>=t)break;u=o[a=a+1&s]}return!1},values:function(){for(var t=[],e=0,n=o.length;ea&&(a=e),nu&&(u=n)}function r(t){t.forEach(n)}function i(t){t.forEach(r)}var o=1/0,s=1/0,a=-1/0,u=-1/0,c={GeometryCollection:function(t){t.geometries.forEach(e)},Point:function(t){n(t.coordinates)},MultiPoint:function(t){t.coordinates.forEach(n)},LineString:function(t){r(t.arcs)},MultiLineString:function(t){t.arcs.forEach(r)},Polygon:function(t){t.arcs.forEach(r)},MultiPolygon:function(t){t.arcs.forEach(i)}};for(var h in t)e(t[h]);return a>=o&&u>=s?[o,s,a,u]:void 0}(t=function(t){var e,n={};for(e in t)n[e]=Vt(t[e]);return n}(t)),s=e>0&&o&&function(t,e,n){function r(t){return[Math.round((t[0]-c)*f),Math.round((t[1]-h)*g)]}function i(t,e){for(var n,r,i,o,s,a=-1,u=0,l=t.length,p=new Array(l);++at&&(e.push(r),n=i)}return e},bs.prototype.vector=function(t){var e=this.pos(t+10),n=this.pos(t-10);return{angle:180*Math.atan2(e.y-n.y,e.x-n.x)/3.14,speed:Math.sqrt((n.x-e.x)*(n.x-e.x)+(n.y-e.y)*(n.y-e.y)+(n.z-e.z)*(n.z-e.z))}},bs.prototype.pos=function(t){var e=t-this.delay;e<0&&(e=0),e>this.duration&&(e=this.duration-1);var n=e/this.duration;if(n>=1)return this.points[this.length-1];var r=Math.floor((this.points.length-1)*n);return function(t,e,n,r,i){var o=function(t){var e=t*t;return[e*t,3*e*(1-t),3*t*(1-t)*(1-t),(1-t)*(1-t)*(1-t)]}(t);return{x:i.x*o[0]+r.x*o[1]+n.x*o[2]+e.x*o[3],y:i.y*o[0]+r.y*o[1]+n.y*o[2]+e.y*o[3],z:i.z*o[0]+r.z*o[1]+n.z*o[2]+e.z*o[3]}}((this.length-1)*n-r,this.points[r],this.controls[r][1],this.controls[r+1][0],this.points[r+1])};var Is=ve,Ns=ve;ve.deviation=function(t,e,n,r){var i=e&&e.length,o=i?e[0]*n:t.length,s=Math.abs(Ae(t,0,o,n));if(i)for(var a=0,u=e.length;a0&&(r+=t[i-1].length,n.holes.push(r))}return n},Is.default=Ns,ke.prototype={all:function(){return this._all(this.data,[])},search:function(t){var e=this.data,n=[],r=this.toBBox;if(!Je(t,e))return n;for(var i,o,s,a,u=[];e;){for(i=0,o=e.children.length;i=0&&o[e].children.length>this._maxEntries;)this._split(o,e),e--;this._adjustParentBBoxes(i,o,e)},_split:function(t,e){var n=t[e],r=n.children.length,i=this._minEntries;this._chooseSplitAxis(n,i,r);var o=this._chooseSplitIndex(n,i,r),s=Ze(n.children.splice(o,n.children.length-o));s.height=n.height,s.leaf=n.leaf,ze(n,this.toBBox),ze(s,this.toBBox),e?t[e-1].children.push(s):this._splitRoot(n,s)},_splitRoot:function(t,e){this.data=Ze([t,e]),this.data.height=t.height+1,this.data.leaf=!1,ze(this.data,this.toBBox)},_chooseSplitIndex:function(t,e,n){var r,i,o,s,a,u,c,h;for(u=c=1/0,r=e;r<=n-e;r++)s=function(t,e){var n=Math.max(t.minX,e.minX),r=Math.max(t.minY,e.minY),i=Math.min(t.maxX,e.maxX),o=Math.min(t.maxY,e.maxY);return Math.max(0,i-n)*Math.max(0,o-r)}(i=je(t,0,r,this.toBBox),o=je(t,r,n,this.toBBox)),a=Ve(i)+Ve(o),s=e;i--)o=t.children[i],Xe(u,t.leaf?s(o):o),c+=He(u);return c},_adjustParentBBoxes:function(t,e,n){for(var r=n;r>=0;r--)Xe(e[r],t)},_condense:function(t){for(var e,n=t.length-1;n>=0;n--)0===t[n].children.length?n>0?(e=t[n-1].children).splice(e.indexOf(t[n]),1):this.clear():ze(t[n],this.toBBox)},_initFormat:function(t){var e=["return a"," - b",";"];this.compareMinX=new Function("a","b",e.join(t[0])),this.compareMinY=new Function("a","b",e.join(t[1])),this.toBBox=new Function("a","return {minX: a"+t[0]+", minY: a"+t[1]+", maxX: a"+t[2]+", maxY: a"+t[3]+"};")}};var Cs=Object.freeze({toMercator:cn,toWgs84:hn}),Ss=6378137,Ms=function(t,e,n){function r(t,n,r,i){var u,c,h=o[t][n],l=o[t][n+1],p=o[r][i],f=o[r][i+1],g=function(t,e,n,r){if(On(t,n)||On(t,r)||On(e,n)||On(r,n))return null;var i=t[0],o=t[1],s=e[0],a=e[1],u=n[0],c=n[1],h=r[0],l=r[1],p=(i-s)*(c-l)-(o-a)*(u-h);return 0===p?null:[((i*a-o*s)*(u-h)-(i-s)*(u*l-c*h))/p,((i*a-o*s)*(c-l)-(o-a)*(u*l-c*h))/p]}(h,l,p,f);if(null!==g&&(u=l[0]!==h[0]?(g[0]-h[0])/(l[0]-h[0]):(g[1]-h[1])/(l[1]-h[1]),c=f[0]!==p[0]?(g[0]-p[0])/(f[0]-p[0]):(g[1]-p[1])/(f[1]-p[1]),!(u>=1||u<=0||c>=1||c<=0))){var d=g,y=!a[d];y&&(a[d]=!0),e?s.push(e(g,t,n,h,l,u,r,i,p,f,c,y)):s.push(g)}}function i(t,e){var n,r,i,s,a=o[t][e],u=o[t][e+1];return a[0]1)for(e=0;ey[e.isect].coord?-1:1})),f=[];N.length>0;){var P=N.pop(),O=P.isect,R=P.parent,T=P.winding,A=f.length,D=[y[O].coord],F=O;if(y[O].ringAndEdge1Walkable)var q=y[O].ringAndEdge1,G=y[O].nxtIsectAlongRingAndEdge1;else q=y[O].ringAndEdge2,G=y[O].nxtIsectAlongRingAndEdge2;for(;!Tn(y[O].coord,y[G].coord);){D.push(y[G].coord);var B=void 0;for(a=0;ap&&(d>h&&gh&&du&&(u=y)}var _=[];if(a&&u0&&Math.abs(x-n[v-1][0])>p){var E=parseFloat(n[v-1][0]),w=parseFloat(n[v-1][1]),b=parseFloat(n[v][0]),I=parseFloat(n[v][1]);if(E>-180&&E-180&&n[v-1][0]h&&E<180&&-180===b&&v+1h&&n[v-1][0]<180){m.push([180,n[v][1]]),v++,m.push([n[v][0],n[v][1]]);continue}if(Eh){var N=E;E=b,b=N;var C=w;w=I,I=C}if(E>h&&b=180&&Eh?180:-180,M]),(m=[]).push([n[v-1][0]>h?-180:180,M]),_.push(m)}else m=[],_.push(m);m.push([x,n[v][1]])}else m.push([n[v][0],n[v][1]])}}else{var L=[];_.push(L);for(var P=0;P=0&&i.coordinates[0]-t.coordinates[0]<0)return 1;if(r.coordinates[0]-t.coordinates[0]<0&&i.coordinates[0]-t.coordinates[0]>=0)return-1;if(r.coordinates[0]-t.coordinates[0]==0&&i.coordinates[0]-t.coordinates[0]==0)return r.coordinates[1]-t.coordinates[1]>=0||i.coordinates[1]-t.coordinates[1]>=0?r.coordinates[1]-i.coordinates[1]:i.coordinates[1]-r.coordinates[1];var o=xr(t.coordinates,r.coordinates,i.coordinates);return o<0?1:o>0?-1:Math.pow(r.coordinates[0]-t.coordinates[0],2)+Math.pow(r.coordinates[1]-t.coordinates[1],2)-(Math.pow(i.coordinates[0]-t.coordinates[0],2)+Math.pow(i.coordinates[1]-t.coordinates[1],2))})),this.outerEdgesSorted=!0)},Ta.prototype.getOuterEdges=function(){return this.sortOuterEdges(),this.outerEdges},Ta.prototype.getOuterEdge=function(t){return this.sortOuterEdges(),this.outerEdges[t]},Ta.prototype.addInnerEdge=function(t){this.innerEdges.push(t)};var Aa=function(t,e){this.from=t,this.to=e,this.next=void 0,this.label=void 0,this.symetric=void 0,this.ring=void 0,this.from.addOuterEdge(this),this.to.addInnerEdge(this)};Aa.prototype.getSymetric=function(){return this.symetric||(this.symetric=new Aa(this.to,this.from),this.symetric.symetric=this),this.symetric},Aa.prototype.deleteEdge=function(){this.from.removeOuterEdge(this),this.to.removeInnerEdge(this)},Aa.prototype.isEqual=function(t){return this.from.id===t.from.id&&this.to.id===t.to.id},Aa.prototype.toString=function(){return"Edge { "+this.from.id+" -> "+this.to.id+" }"},Aa.prototype.toLineString=function(){return a([this.from.coordinates,this.to.coordinates])},Aa.prototype.compareTo=function(t){return xr(t.from.coordinates,t.to.coordinates,this.to.coordinates)};var Da=function(){this.edges=[],this.polygon=void 0,this.envelope=void 0},Fa={length:{configurable:!0}};Da.prototype.push=function(t){this[this.edges.length]=t,this.edges.push(t),this.polygon=this.envelope=void 0},Da.prototype.get=function(t){return this.edges[t]},Fa.length.get=function(){return this.edges.length},Da.prototype.forEach=function(t){this.edges.forEach(t)},Da.prototype.map=function(t){return this.edges.map(t)},Da.prototype.some=function(t){return this.edges.some(t)},Da.prototype.isValid=function(){return!0},Da.prototype.isHole=function(){var t=this,e=this.edges.reduce((function(e,n,r){return n.from.coordinates[1]>t.edges[e].from.coordinates[1]&&(e=r),e}),0),n=(0===e?this.length:e)-1,r=(e+1)%this.length,i=xr(this.edges[n].from.coordinates,this.edges[e].from.coordinates,this.edges[r].from.coordinates);return 0===i?this.edges[n].from.coordinates[0]>this.edges[r].from.coordinates[0]:i>0},Da.prototype.toMultiPoint=function(){return l(this.edges.map((function(t){return t.from.coordinates})))},Da.prototype.toPolygon=function(){if(this.polygon)return this.polygon;var t=this.edges.map((function(t){return t.from.coordinates}));return t.push(this.edges[0].from.coordinates),this.polygon=o([t])},Da.prototype.getEnvelope=function(){return this.envelope?this.envelope:this.envelope=he(this.toPolygon())},Da.findEdgeRingContaining=function(t,e){var n,i,o=t.getEnvelope();return e.forEach((function(e){var s=e.getEnvelope();if(i&&(n=i.getEnvelope()),!function(t,e){var n=t.geometry.coordinates.map((function(t){return t[0]})),r=t.geometry.coordinates.map((function(t){return t[1]})),i=e.geometry.coordinates.map((function(t){return t[0]})),o=e.geometry.coordinates.map((function(t){return t[1]}));return Math.max(null,n)===Math.max(null,i)&&Math.max(null,r)===Math.max(null,o)&&Math.min(null,n)===Math.min(null,i)&&Math.min(null,r)===Math.min(null,o)}(s,o)&&Er(s,o)){var a=t.map((function(t){return t.from.coordinates})).find((function(t){return!e.some((function(e){return function(t,e){return t[0]===e[0]&&t[1]===e[1]}(t,e.from.coordinates)}))}));a&&e.inside(r(a))&&(i&&!Er(n,s)||(i=e))}})),i},Da.prototype.inside=function(t){return Pt(t,this.toPolygon())},Object.defineProperties(Da.prototype,Fa);var qa=function(){this.edges=[],this.nodes={}};qa.fromGeoJson=function(t){!function(t){if(!t)throw new Error("No geojson passed");if("FeatureCollection"!==t.type&&"GeometryCollection"!==t.type&&"MultiLineString"!==t.type&&"LineString"!==t.type&&"Feature"!==t.type)throw new Error("Invalid input type '"+t.type+"'. Geojson must be FeatureCollection, GeometryCollection, LineString, MultiLineString or Feature")}(t);var e=new qa;return F(t,(function(t){H(t,"LineString","Graph::fromGeoJson"),M(t,(function(t,n){if(t){var r=e.getNode(t),i=e.getNode(n);e.addEdge(r,i)}return n}))})),e},qa.prototype.getNode=function(t){var e=Ta.buildId(t),n=this.nodes[e];return n||(n=this.nodes[e]=new Ta(t)),n},qa.prototype.addEdge=function(t,e){var n=new Aa(t,e),r=n.getSymetric();this.edges.push(n),this.edges.push(r)},qa.prototype.deleteDangles=function(){var t=this;Object.keys(this.nodes).map((function(e){return t.nodes[e]})).forEach((function(e){return t._removeIfDangle(e)}))},qa.prototype._removeIfDangle=function(t){var e=this;if(t.innerEdges.length<=1){var n=t.getOuterEdges().map((function(t){return t.to}));this.removeNode(t),n.forEach((function(t){return e._removeIfDangle(t)}))}},qa.prototype.deleteCutEdges=function(){var t=this;this._computeNextCWEdges(),this._findLabeledEdgeRings(),this.edges.forEach((function(e){e.label===e.symetric.label&&(t.removeEdge(e.symetric),t.removeEdge(e))}))},qa.prototype._computeNextCWEdges=function(t){var e=this;void 0===t?Object.keys(this.nodes).forEach((function(t){return e._computeNextCWEdges(e.nodes[t])})):t.getOuterEdges().forEach((function(e,n){t.getOuterEdge((0===n?t.getOuterEdges().length:n)-1).symetric.next=e}))},qa.prototype._computeNextCCWEdges=function(t,e){for(var n,r,i=t.getOuterEdges(),o=i.length-1;o>=0;--o){var s=i[o],a=s.symetric,u=void 0,c=void 0;s.label===e&&(u=s),a.label===e&&(c=a),u&&c&&(c&&(r=c),u&&(r&&(r.next=u,r=void 0),n||(n=u)))}r&&(r.next=n)},qa.prototype._findLabeledEdgeRings=function(){var t=[],e=0;return this.edges.forEach((function(n){if(!(n.label>=0)){t.push(n);var r=n;do{r.label=e,r=r.next}while(!n.isEqual(r));e++}})),t},qa.prototype.getEdgeRings=function(){var t=this;this._computeNextCWEdges(),this.edges.forEach((function(t){t.label=void 0})),this._findLabeledEdgeRings().forEach((function(e){t._findIntersectionNodes(e).forEach((function(n){t._computeNextCCWEdges(n,e.label)}))}));var e=[];return this.edges.forEach((function(n){n.ring||e.push(t._findEdgeRing(n))})),e},qa.prototype._findIntersectionNodes=function(t){var e=[],n=t,r=function(){var r=0;n.from.getOuterEdges().forEach((function(e){e.label===t.label&&++r})),r>1&&e.push(n.from),n=n.next};do{r()}while(!t.isEqual(n));return e},qa.prototype._findEdgeRing=function(t){var e=t,n=new Da;do{n.push(e),e.ring=n,e=e.next}while(!t.isEqual(e));return n},qa.prototype.removeNode=function(t){var e=this;t.getOuterEdges().forEach((function(t){return e.removeEdge(t)})),t.innerEdges.forEach((function(t){return e.removeEdge(t)})),delete this.nodes[t.id]},qa.prototype.removeEdge=function(t){this.edges=this.edges.filter((function(e){return!e.isEqual(t)})),t.deleteEdge()};var Ga=mt((function(t,e){function n(t){var e=[];for(var n in t)e.push(n);return e}(t.exports="function"==typeof Object.keys?Object.keys:n).shim=n})),Ba=(Ga.shim,mt((function(t,e){function n(t){return"[object Arguments]"==Object.prototype.toString.call(t)}function r(t){return t&&"object"==typeof t&&"number"==typeof t.length&&Object.prototype.hasOwnProperty.call(t,"callee")&&!Object.prototype.propertyIsEnumerable.call(t,"callee")||!1}var i="[object Arguments]"==function(){return Object.prototype.toString.call(arguments)}();(e=t.exports=i?n:r).supported=n,e.unsupported=r}))),ka=(Ba.supported,Ba.unsupported,mt((function(t){function e(t){return null===t||void 0===t}function n(t){return!(!t||"object"!=typeof t||"number"!=typeof t.length)&&"function"==typeof t.copy&&"function"==typeof t.slice&&!(t.length>0&&"number"!=typeof t[0])}var r=Array.prototype.slice,i=t.exports=function(t,o,s){return s||(s={}),t===o||(t instanceof Date&&o instanceof Date?t.getTime()===o.getTime():!t||!o||"object"!=typeof t&&"object"!=typeof o?s.strict?t===o:t==o:function(t,o,s){var a,u;if(e(t)||e(o))return!1;if(t.prototype!==o.prototype)return!1;if(Ba(t))return!!Ba(o)&&(t=r.call(t),o=r.call(o),i(t,o,s));if(n(t)){if(!n(o))return!1;if(t.length!==o.length)return!1;for(a=0;a=0;a--)if(c[a]!=h[a])return!1;for(a=c.length-1;a>=0;a--)if(u=c[a],!i(t[u],o[u],s))return!1;return typeof t==typeof o}(t,o,s))}}))),za=function(t){this.precision=t&&t.precision?t.precision:17,this.direction=!(!t||!t.direction)&&t.direction,this.pseudoNode=!(!t||!t.pseudoNode)&&t.pseudoNode,this.objectComparator=t&&t.objectComparator?t.objectComparator:Rr};za.prototype.compare=function(t,e){if(t.type!==e.type||!Or(t,e))return!1;switch(t.type){case"Point":return this.compareCoord(t.coordinates,e.coordinates);case"LineString":return this.compareLine(t.coordinates,e.coordinates,0,!1);case"Polygon":return this.comparePolygon(t,e);case"Feature":return this.compareFeature(t,e);default:if(0===t.type.indexOf("Multi")){var n=this,r=Pr(t),i=Pr(e);return r.every((function(t){return this.some((function(e){return n.compare(t,e)}))}),i)}}return!1},za.prototype.compareCoord=function(t,e){if(t.length!==e.length)return!1;for(var n=0;n=0&&(n=[].concat(t.slice(r,t.length),t.slice(1,r+1))),n},za.prototype.comparePath=function(t,e){var n=this;return t.every((function(t,e){return n.compareCoord(t,this[e])}),e)},za.prototype.comparePolygon=function(t,e){if(this.compareLine(t.coordinates[0],e.coordinates[0],1,!0)){var n=t.coordinates.slice(1,t.coordinates.length),r=e.coordinates.slice(1,e.coordinates.length),i=this;return n.every((function(t){return this.some((function(e){return i.compareLine(t,e,1,!0)}))}),r)}return!1},za.prototype.compareFeature=function(t,e){return!(t.id!==e.id||!this.objectComparator(t.properties,e.properties)||!this.compareBBox(t,e))&&this.compare(t.geometry,e.geometry)},za.prototype.compareBBox=function(t,e){return!!(!t.bbox&&!e.bbox||t.bbox&&e.bbox&&this.compareCoord(t.bbox,e.bbox))},za.prototype.removePseudo=function(t){return t};var ja=za,Xa=mt((function(t){function e(t,e,n,r){this.dataset=[],this.epsilon=1,this.minPts=2,this.distance=this._euclideanDistance,this.clusters=[],this.noise=[],this._visited=[],this._assigned=[],this._datasetLength=0,this._init(t,e,n,r)}e.prototype.run=function(t,e,n,r){this._init(t,e,n,r);for(var i=0;i=this.minPts&&(e=this._mergeArrays(e,i))}1!==this._assigned[r]&&this._addToCluster(r,t)}},e.prototype._addToCluster=function(t,e){this.clusters[e].push(t),this._assigned[t]=1},e.prototype._regionQuery=function(t){for(var e=[],n=0;n0){for(u=0;u=0);return t},e.prototype.assign=function(){for(var t,e=!1,n=this.dataset.length,r=0;ri&&(n=r):e=this.minPts)return n},e.prototype._regionQuery=function(t,e){e=e||this.epsilon;for(var n=[],r=0,i=this.dataset.length;r0;r.length0;){var a=t[Math.floor(Math.random()*o)],u=s?a.join("_"):""+a;n[u]||(n[u]=!0,r.push(a))}if(r.length0,s=t[Math.floor(Math.random()*i)];for(o&&s.join("_"),r.push(s);r.length0,f=[];if(n)i="kmrand"==n?Qa(t,e):"kmpp"==n?$a(t,e):n;else for(var g={};i.length0;){var u=s.pop();if(u===n)return Fr(u);u.closed=!0;for(var c=t.neighbors(u),h=0,l=c.length;h0&&(this.content[0]=e,this.bubbleUp(0)),t},remove:function(t){var e=this.content.indexOf(t),n=this.content.pop();e!==this.content.length-1&&(this.content[e]=n,this.scoreFunction(n)0;){var n=(t+1>>1)-1,r=this.content[n];if(!(this.scoreFunction(e)=a)return null;var u=t-i.site[0],c=e-i.site[1],h=u*u+c*c;do{i=o.cells[r=s],s=null,i.halfedges.forEach((function(n){var r=o.edges[n],a=r.left;if(a!==i.site&&a||(a=r.right)){var u=t-a[0],c=e-a[1],l=u*u+c*c;le.x?1:this.ye.y?1:0},bu.prototype.clone=function(){},bu.prototype.copy=function(){return new bu(this)},bu.prototype.toString=function(){return"("+this.x+", "+this.y+", "+this.z+")"},bu.prototype.distance3D=function(t){var e=this.x-t.x,n=this.y-t.y,r=this.z-t.z;return Math.sqrt(e*e+n*n+r*r)},bu.prototype.distance=function(t){var e=this.x-t.x,n=this.y-t.y;return Math.sqrt(e*e+n*n)},bu.prototype.hashCode=function(){var t=17;return 37*(t=37*t+bu.hashCode(this.x))+bu.hashCode(this.y)},bu.prototype.setCoordinate=function(t){this.x=t.x,this.y=t.y,this.z=t.z},bu.prototype.interfaces_=function(){return[xu,Eu,Li]},bu.prototype.getClass=function(){return bu},bu.hashCode=function(){if(1===arguments.length){var t=arguments[0],e=mu.doubleToLongBits(t);return Math.trunc((e^e)>>>32)}},Iu.DimensionalComparator.get=function(){return Nu},Iu.serialVersionUID.get=function(){return 0x5cbf2c235c7e5800},Iu.NULL_ORDINATE.get=function(){return mu.NaN},Iu.X.get=function(){return 0},Iu.Y.get=function(){return 1},Iu.Z.get=function(){return 2},Object.defineProperties(bu,Iu);var Nu=function(t){if(this._dimensionsToTest=2,0===arguments.length);else if(1===arguments.length){var e=arguments[0];if(2!==e&&3!==e)throw new _u("only 2 or 3 dimensions may be specified");this._dimensionsToTest=e}};Nu.prototype.compare=function(t,e){var n=t,r=e,i=Nu.compare(n.x,r.x);if(0!==i)return i;var o=Nu.compare(n.y,r.y);return 0!==o?o:this._dimensionsToTest<=2?0:Nu.compare(n.z,r.z)},Nu.prototype.interfaces_=function(){return[wu]},Nu.prototype.getClass=function(){return Nu},Nu.compare=function(t,e){return te?1:mu.isNaN(t)?mu.isNaN(e)?0:-1:mu.isNaN(e)?1:0};var Cu=function(){};Cu.prototype.create=function(){},Cu.prototype.interfaces_=function(){return[]},Cu.prototype.getClass=function(){return Cu};var Su=function(){},Mu={INTERIOR:{configurable:!0},BOUNDARY:{configurable:!0},EXTERIOR:{configurable:!0},NONE:{configurable:!0}};Su.prototype.interfaces_=function(){return[]},Su.prototype.getClass=function(){return Su},Su.toLocationSymbol=function(t){switch(t){case Su.EXTERIOR:return"e";case Su.BOUNDARY:return"b";case Su.INTERIOR:return"i";case Su.NONE:return"-"}throw new _u("Unknown location value: "+t)},Mu.INTERIOR.get=function(){return 0},Mu.BOUNDARY.get=function(){return 1},Mu.EXTERIOR.get=function(){return 2},Mu.NONE.get=function(){return-1},Object.defineProperties(Su,Mu);var Lu=function(t,e){return t.interfaces_&&t.interfaces_().indexOf(e)>-1},Pu=function(){},Ou={LOG_10:{configurable:!0}};Pu.prototype.interfaces_=function(){return[]},Pu.prototype.getClass=function(){return Pu},Pu.log10=function(t){var e=Math.log(t);return mu.isInfinite(e)||mu.isNaN(e)?e:e/Pu.LOG_10},Pu.min=function(t,e,n,r){var i=t;return en?n:t}if(Number.isInteger(arguments[2])&&Number.isInteger(arguments[0])&&Number.isInteger(arguments[1])){var r=arguments[0],i=arguments[1],o=arguments[2];return ro?o:r}},Pu.wrap=function(t,e){return t<0?e- -t%e:t%e},Pu.max=function(){if(3===arguments.length){var t=arguments[1],e=arguments[2],n=arguments[0];return t>n&&(n=t),e>n&&(n=e),n}if(4===arguments.length){var r=arguments[1],i=arguments[2],o=arguments[3],s=arguments[0];return r>s&&(s=r),i>s&&(s=i),o>s&&(s=o),s}},Pu.average=function(t,e){return(t+e)/2},Ou.LOG_10.get=function(){return Math.log(10)},Object.defineProperties(Pu,Ou);var Ru=function(t){this.str=t};Ru.prototype.append=function(t){this.str+=t},Ru.prototype.setCharAt=function(t,e){this.str=this.str.substr(0,t)+e+this.str.substr(t+1)},Ru.prototype.toString=function(t){return this.str};var Tu=function(t){this.value=t};Tu.prototype.intValue=function(){return this.value},Tu.prototype.compareTo=function(t){return this.valuet?1:0},Tu.isNaN=function(t){return Number.isNaN(t)};var Au=function(){};Au.isWhitespace=function(t){return t<=32&&t>=0||127===t},Au.toUpperCase=function(t){return t.toUpperCase()};var Du=function t(){if(this._hi=0,this._lo=0,0===arguments.length)this.init(0);else if(1===arguments.length)if("number"==typeof arguments[0]){var e=arguments[0];this.init(e)}else if(arguments[0]instanceof t){var n=arguments[0];this.init(n)}else"string"==typeof arguments[0]&&t.call(this,t.parse(arguments[0]));else if(2===arguments.length){var r=arguments[0],i=arguments[1];this.init(r,i)}},Fu={PI:{configurable:!0},TWO_PI:{configurable:!0},PI_2:{configurable:!0},E:{configurable:!0},NaN:{configurable:!0},EPS:{configurable:!0},SPLIT:{configurable:!0},MAX_PRINT_DIGITS:{configurable:!0},TEN:{configurable:!0},ONE:{configurable:!0},SCI_NOT_EXPONENT_CHAR:{configurable:!0},SCI_NOT_ZERO:{configurable:!0}};Du.prototype.le=function(t){return(this._hi9?(h=!0,l="9"):l="0"+c,s.append(l),n=n.subtract(Du.valueOf(c)).multiply(Du.TEN),h&&n.selfAdd(Du.TEN);var p=!0,f=Du.magnitude(n._hi);if(f<0&&Math.abs(f)>=a-u&&(p=!1),!p)break}return e[0]=r,s.toString()},Du.prototype.sqr=function(){return this.multiply(this)},Du.prototype.doubleValue=function(){return this._hi+this._lo},Du.prototype.subtract=function(){if(arguments[0]instanceof Du){var t=arguments[0];return this.add(t.negate())}if("number"==typeof arguments[0]){var e=arguments[0];return this.add(-e)}},Du.prototype.equals=function(){if(1===arguments.length){var t=arguments[0];return this._hi===t._hi&&this._lo===t._lo}},Du.prototype.isZero=function(){return 0===this._hi&&0===this._lo},Du.prototype.selfSubtract=function(){if(arguments[0]instanceof Du){var t=arguments[0];return this.isNaN()?this:this.selfAdd(-t._hi,-t._lo)}if("number"==typeof arguments[0]){var e=arguments[0];return this.isNaN()?this:this.selfAdd(-e,0)}},Du.prototype.getSpecialNumberString=function(){return this.isZero()?"0.0":this.isNaN()?"NaN ":null},Du.prototype.min=function(t){return this.le(t)?this:t},Du.prototype.selfDivide=function(){if(1===arguments.length){if(arguments[0]instanceof Du){var t=arguments[0];return this.selfDivide(t._hi,t._lo)}if("number"==typeof arguments[0]){var e=arguments[0];return this.selfDivide(e,0)}}else if(2===arguments.length){var n=arguments[0],r=arguments[1],i=null,o=null,s=null,a=null,u=null,c=null,h=null,l=null;return u=this._hi/n,l=(i=(c=Du.SPLIT*u)-(i=c-u))*(s=(l=Du.SPLIT*n)-(s=l-n))-(h=u*n)+i*(a=n-s)+(o=u-i)*s+o*a,l=u+(c=(this._hi-h-l+this._lo-u*r)/n),this._hi=l,this._lo=u-l+c,this}},Du.prototype.dump=function(){return"DD<"+this._hi+", "+this._lo+">"},Du.prototype.divide=function(){if(arguments[0]instanceof Du){var t=arguments[0],e=null,n=null,r=null,i=null,o=null,s=null,a=null,u=null;return n=(o=this._hi/t._hi)-(e=(s=Du.SPLIT*o)-(e=s-o)),u=e*(r=(u=Du.SPLIT*t._hi)-(r=u-t._hi))-(a=o*t._hi)+e*(i=t._hi-r)+n*r+n*i,s=(this._hi-a-u+this._lo-o*t._lo)/t._hi,new Du(u=o+s,o-u+s)}if("number"==typeof arguments[0]){var c=arguments[0];return mu.isNaN(c)?Du.createNaN():Du.copy(this).selfDivide(c,0)}},Du.prototype.ge=function(t){return(this._hi>t._hi||this._hi===t._hi)&&this._lo>=t._lo},Du.prototype.pow=function(t){if(0===t)return Du.valueOf(1);var e=new Du(this),n=Du.valueOf(1),r=Math.abs(t);if(r>1)for(;r>0;)r%2==1&&n.selfMultiply(e),(r/=2)>0&&(e=e.sqr());else n=e;return t<0?n.reciprocal():n},Du.prototype.ceil=function(){if(this.isNaN())return Du.NaN;var t=Math.ceil(this._hi),e=0;return t===this._hi&&(e=Math.ceil(this._lo)),new Du(t,e)},Du.prototype.compareTo=function(t){var e=t;return this._hie._hi?1:this._loe._lo?1:0},Du.prototype.rint=function(){return this.isNaN()?this:this.add(.5).floor()},Du.prototype.setValue=function(){if(arguments[0]instanceof Du){var t=arguments[0];return this.init(t),this}if("number"==typeof arguments[0]){var e=arguments[0];return this.init(e),this}},Du.prototype.max=function(t){return this.ge(t)?this:t},Du.prototype.sqrt=function(){if(this.isZero())return Du.valueOf(0);if(this.isNegative())return Du.NaN;var t=1/Math.sqrt(this._hi),e=this._hi*t,n=Du.valueOf(e),r=this.subtract(n.sqr())._hi*(.5*t);return n.add(r)},Du.prototype.selfAdd=function(){if(1===arguments.length){if(arguments[0]instanceof Du){var t=arguments[0];return this.selfAdd(t._hi,t._lo)}if("number"==typeof arguments[0]){var e=arguments[0],n=null,r=null,i=null,o=null,s=null,a=null;return o=(i=this._hi+e)-(s=i-this._hi),r=(a=(o=e-s+(this._hi-o))+this._lo)+(i-(n=i+a)),this._hi=n+r,this._lo=r+(n-this._hi),this}}else if(2===arguments.length){var u=arguments[0],c=arguments[1],h=null,l=null,p=null,f=null,g=null,d=null,y=null;f=this._hi+u,l=this._lo+c,g=f-(d=f-this._hi),p=l-(y=l-this._lo);var _=(h=f+(d=(g=u-d+(this._hi-g))+l))+(d=(p=c-y+(this._lo-p))+(d+(f-h))),m=d+(h-_);return this._hi=_,this._lo=m,this}},Du.prototype.selfMultiply=function(){if(1===arguments.length){if(arguments[0]instanceof Du){var t=arguments[0];return this.selfMultiply(t._hi,t._lo)}if("number"==typeof arguments[0]){var e=arguments[0];return this.selfMultiply(e,0)}}else if(2===arguments.length){var n=arguments[0],r=arguments[1],i=null,o=null,s=null,a=null,u=null,c=null;i=(u=Du.SPLIT*this._hi)-this._hi,c=Du.SPLIT*n,i=u-i,o=this._hi-i,s=c-n;var h=(u=this._hi*n)+(c=i*(s=c-s)-u+i*(a=n-s)+o*s+o*a+(this._hi*r+this._lo*n)),l=c+(i=u-h);return this._hi=h,this._lo=l,this}},Du.prototype.selfSqr=function(){return this.selfMultiply(this)},Du.prototype.floor=function(){if(this.isNaN())return Du.NaN;var t=Math.floor(this._hi),e=0;return t===this._hi&&(e=Math.floor(this._lo)),new Du(t,e)},Du.prototype.negate=function(){return this.isNaN()?this:new Du(-this._hi,-this._lo)},Du.prototype.clone=function(){},Du.prototype.multiply=function(){if(arguments[0]instanceof Du){var t=arguments[0];return t.isNaN()?Du.createNaN():Du.copy(this).selfMultiply(t)}if("number"==typeof arguments[0]){var e=arguments[0];return mu.isNaN(e)?Du.createNaN():Du.copy(this).selfMultiply(e,0)}},Du.prototype.isNaN=function(){return mu.isNaN(this._hi)},Du.prototype.intValue=function(){return Math.trunc(this._hi)},Du.prototype.toString=function(){var t=Du.magnitude(this._hi);return t>=-3&&t<=20?this.toStandardNotation():this.toSciNotation()},Du.prototype.toStandardNotation=function(){var t=this.getSpecialNumberString();if(null!==t)return t;var e=new Array(1).fill(null),n=this.extractSignificantDigits(!0,e),r=e[0]+1,i=n;if("."===n.charAt(0))i="0"+n;else if(r<0)i="0."+Du.stringOfChar("0",-r)+n;else if(-1===n.indexOf(".")){var o=r-n.length;i=n+Du.stringOfChar("0",o)+".0"}return this.isNegative()?"-"+i:i},Du.prototype.reciprocal=function(){var t=null,e=null,n=null,r=null,i=null,o=null,s=null,a=null;e=(i=1/this._hi)-(t=(o=Du.SPLIT*i)-(t=o-i)),n=(a=Du.SPLIT*this._hi)-this._hi;var u=i+(o=(1-(s=i*this._hi)-(a=t*(n=a-n)-s+t*(r=this._hi-n)+e*n+e*r)-i*this._lo)/this._hi);return new Du(u,i-u+o)},Du.prototype.toSciNotation=function(){if(this.isZero())return Du.SCI_NOT_ZERO;var t=this.getSpecialNumberString();if(null!==t)return t;var e=new Array(1).fill(null),n=this.extractSignificantDigits(!1,e),r=Du.SCI_NOT_EXPONENT_CHAR+e[0];if("0"===n.charAt(0))throw new Error("Found leading zero: "+n);var i="";n.length>1&&(i=n.substring(1));var o=n.charAt(0)+"."+i;return this.isNegative()?"-"+o+r:o+r},Du.prototype.abs=function(){return this.isNaN()?Du.NaN:this.isNegative()?this.negate():new Du(this)},Du.prototype.isPositive=function(){return(this._hi>0||0===this._hi)&&this._lo>0},Du.prototype.lt=function(t){return(this._hit._hi||this._hi===t._hi)&&this._lo>t._lo},Du.prototype.isNegative=function(){return(this._hi<0||0===this._hi)&&this._lo<0},Du.prototype.trunc=function(){return this.isNaN()?Du.NaN:this.isPositive()?this.floor():this.ceil()},Du.prototype.signum=function(){return this._hi>0?1:this._hi<0?-1:this._lo>0?1:this._lo<0?-1:0},Du.prototype.interfaces_=function(){return[Li,xu,Eu]},Du.prototype.getClass=function(){return Du},Du.sqr=function(t){return Du.valueOf(t).selfMultiply(t)},Du.valueOf=function(){if("string"==typeof arguments[0]){var t=arguments[0];return Du.parse(t)}if("number"==typeof arguments[0])return new Du(arguments[0])},Du.sqrt=function(t){return Du.valueOf(t).sqrt()},Du.parse=function(t){for(var e=0,n=t.length;Au.isWhitespace(t.charAt(e));)e++;var r=!1;if(e=n);){var c=t.charAt(e);if(e++,Au.isDigit(c)){var h=c-"0";o.selfMultiply(Du.TEN),o.selfAdd(h),s++}else{if("."!==c){if("e"===c||"E"===c){var l=t.substring(e);try{u=Tu.parseInt(l)}catch(e){throw e instanceof Error?new Error("Invalid exponent "+l+" in string "+t):e}break}throw new Error("Unexpected character '"+c+"' at position "+e+" in string "+t)}a=s}}var p=o,f=s-a-u;if(0===f)p=o;else if(f>0){var g=Du.TEN.pow(f);p=o.divide(g)}else if(f<0){var d=Du.TEN.pow(-f);p=o.multiply(d)}return r?p.negate():p},Du.createNaN=function(){return new Du(mu.NaN,mu.NaN)},Du.copy=function(t){return new Du(t)},Du.magnitude=function(t){var e=Math.abs(t),n=Math.log(e)/Math.log(10),r=Math.trunc(Math.floor(n));return 10*Math.pow(10,r)<=e&&(r+=1),r},Du.stringOfChar=function(t,e){for(var n=new Ru,r=0;r0){if(o<=0)return qu.signum(s);r=i+o}else{if(!(i<0))return qu.signum(s);if(o>=0)return qu.signum(s);r=-i-o}var a=qu.DP_SAFE_EPSILON*r;return s>=a||-s>=a?qu.signum(s):2},qu.signum=function(t){return t>0?1:t<0?-1:0},Gu.DP_SAFE_EPSILON.get=function(){return 1e-15},Object.defineProperties(qu,Gu);var Bu=function(){},ku={X:{configurable:!0},Y:{configurable:!0},Z:{configurable:!0},M:{configurable:!0}};ku.X.get=function(){return 0},ku.Y.get=function(){return 1},ku.Z.get=function(){return 2},ku.M.get=function(){return 3},Bu.prototype.setOrdinate=function(t,e,n){},Bu.prototype.size=function(){},Bu.prototype.getOrdinate=function(t,e){},Bu.prototype.getCoordinate=function(){},Bu.prototype.getCoordinateCopy=function(t){},Bu.prototype.getDimension=function(){},Bu.prototype.getX=function(t){},Bu.prototype.clone=function(){},Bu.prototype.expandEnvelope=function(t){},Bu.prototype.copy=function(){},Bu.prototype.getY=function(t){},Bu.prototype.toCoordinateArray=function(){},Bu.prototype.interfaces_=function(){return[Eu]},Bu.prototype.getClass=function(){return Bu},Object.defineProperties(Bu,ku);var zu=function(){},ju=function(t){function e(){t.call(this,"Projective point not representable on the Cartesian plane.")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(zu),Xu=function(){};Xu.arraycopy=function(t,e,n,r,i){for(var o=0,s=e;st._minx?this._minx:t._minx,n=this._miny>t._miny?this._miny:t._miny,r=this._maxx=this._minx&&e.getMaxX()<=this._maxx&&e.getMinY()>=this._miny&&e.getMaxY()<=this._maxy}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];return!this.isNull()&&n>=this._minx&&n<=this._maxx&&r>=this._miny&&r<=this._maxy}},Yu.prototype.intersects=function(){if(1===arguments.length){if(arguments[0]instanceof Yu){var t=arguments[0];return!this.isNull()&&!t.isNull()&&!(t._minx>this._maxx||t._maxxthis._maxy||t._maxythis._maxx||nthis._maxy||rthis._maxx&&(this._maxx=e._maxx),e._minythis._maxy&&(this._maxy=e._maxy))}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];this.isNull()?(this._minx=n,this._maxx=n,this._miny=r,this._maxy=r):(nthis._maxx&&(this._maxx=n),rthis._maxy&&(this._maxy=r))}},Yu.prototype.minExtent=function(){if(this.isNull())return 0;var t=this.getWidth(),e=this.getHeight();return te._minx?1:this._minye._miny?1:this._maxxe._maxx?1:this._maxye._maxy?1:0},Yu.prototype.translate=function(t,e){if(this.isNull())return null;this.init(this.getMinX()+t,this.getMaxX()+t,this.getMinY()+e,this.getMaxY()+e)},Yu.prototype.toString=function(){return"Env["+this._minx+" : "+this._maxx+", "+this._miny+" : "+this._maxy+"]"},Yu.prototype.setToNull=function(){this._minx=0,this._maxx=-1,this._miny=0,this._maxy=-1},Yu.prototype.getHeight=function(){return this.isNull()?0:this._maxy-this._miny},Yu.prototype.maxExtent=function(){if(this.isNull())return 0;var t=this.getWidth(),e=this.getHeight();return t>e?t:e},Yu.prototype.expandBy=function(){if(1===arguments.length){var t=arguments[0];this.expandBy(t,t)}else if(2===arguments.length){var e=arguments[0],n=arguments[1];if(this.isNull())return null;this._minx-=e,this._maxx+=e,this._miny-=n,this._maxy+=n,(this._minx>this._maxx||this._miny>this._maxy)&&this.setToNull()}},Yu.prototype.contains=function(){if(1===arguments.length){if(arguments[0]instanceof Yu){var t=arguments[0];return this.covers(t)}if(arguments[0]instanceof bu){var e=arguments[0];return this.covers(e)}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];return this.covers(n,r)}},Yu.prototype.centre=function(){return this.isNull()?null:new bu((this.getMinX()+this.getMaxX())/2,(this.getMinY()+this.getMaxY())/2)},Yu.prototype.init=function(){if(0===arguments.length)this.setToNull();else if(1===arguments.length){if(arguments[0]instanceof bu){var t=arguments[0];this.init(t.x,t.x,t.y,t.y)}else if(arguments[0]instanceof Yu){var e=arguments[0];this._minx=e._minx,this._maxx=e._maxx,this._miny=e._miny,this._maxy=e._maxy}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];this.init(n.x,r.x,n.y,r.y)}else if(4===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2],a=arguments[3];it._maxx&&(e=this._minx-t._maxx);var n=0;return this._maxyt._maxy&&(n=this._miny-t._maxy),0===e?n:0===n?e:Math.sqrt(e*e+n*n)},Yu.prototype.hashCode=function(){var t=17;return 37*(t=37*(t=37*(t=37*t+bu.hashCode(this._minx))+bu.hashCode(this._maxx))+bu.hashCode(this._miny))+bu.hashCode(this._maxy)},Yu.prototype.interfaces_=function(){return[xu,Li]},Yu.prototype.getClass=function(){return Yu},Yu.intersects=function(){if(3===arguments.length){var t=arguments[0],e=arguments[1],n=arguments[2];return n.x>=(t.xe.x?t.x:e.x)&&n.y>=(t.ye.y?t.y:e.y)}if(4===arguments.length){var r=arguments[0],i=arguments[1],o=arguments[2],s=arguments[3],a=Math.min(o.x,s.x),u=Math.max(o.x,s.x),c=Math.min(r.x,i.x),h=Math.max(r.x,i.x);return!(c>u)&&!(hu)&&!(hthis.getEdgeDistance(t,1)?(this._intLineIndex[t][0]=0,this._intLineIndex[t][1]=1):(this._intLineIndex[t][0]=1,this._intLineIndex[t][1]=0)}},ec.prototype.isProper=function(){return this.hasIntersection()&&this._isProper},ec.prototype.setPrecisionModel=function(t){this._precisionModel=t},ec.prototype.isInteriorIntersection=function(){if(0===arguments.length)return!!this.isInteriorIntersection(0)||!!this.isInteriorIntersection(1);if(1===arguments.length){for(var t=arguments[0],e=0;ei?r:i;else{var s=Math.abs(t.x-e.x),a=Math.abs(t.y-e.y);0!==(o=r>i?s:a)||t.equals(e)||(o=Math.max(s,a))}return tc.isTrue(!(0===o&&!t.equals(e)),"Bad distance calculation"),o},ec.nonRobustComputeEdgeDistance=function(t,e,n){var r=t.x-e.x,i=t.y-e.y,o=Math.sqrt(r*r+i*i);return tc.isTrue(!(0===o&&!t.equals(e)),"Invalid distance calculation"),o},nc.DONT_INTERSECT.get=function(){return 0},nc.DO_INTERSECT.get=function(){return 1},nc.COLLINEAR.get=function(){return 2},nc.NO_INTERSECTION.get=function(){return 0},nc.POINT_INTERSECTION.get=function(){return 1},nc.COLLINEAR_INTERSECTION.get=function(){return 2},Object.defineProperties(ec,nc);var rc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isInSegmentEnvelopes=function(t){var e=new Yu(this._inputLines[0][0],this._inputLines[0][1]),n=new Yu(this._inputLines[1][0],this._inputLines[1][1]);return e.contains(t)&&n.contains(t)},e.prototype.computeIntersection=function(){if(3!==arguments.length)return t.prototype.computeIntersection.apply(this,arguments);var e=arguments[0],n=arguments[1],r=arguments[2];if(this._isProper=!1,Yu.intersects(n,r,e)&&0===sc.orientationIndex(n,r,e)&&0===sc.orientationIndex(r,n,e))return this._isProper=!0,(e.equals(n)||e.equals(r))&&(this._isProper=!1),this._result=t.POINT_INTERSECTION,null;this._result=t.NO_INTERSECTION},e.prototype.normalizeToMinimum=function(t,e,n,r,i){i.x=this.smallestInAbsValue(t.x,e.x,n.x,r.x),i.y=this.smallestInAbsValue(t.y,e.y,n.y,r.y),t.x-=i.x,t.y-=i.y,e.x-=i.x,e.y-=i.y,n.x-=i.x,n.y-=i.y,r.x-=i.x,r.y-=i.y},e.prototype.safeHCoordinateIntersection=function(t,n,r,i){var o=null;try{o=Uu.intersection(t,n,r,i)}catch(s){if(!(s instanceof ju))throw s;o=e.nearestEndpoint(t,n,r,i)}return o},e.prototype.intersection=function(t,n,r,i){var o=this.intersectionWithNormalization(t,n,r,i);return this.isInSegmentEnvelopes(o)||(o=new bu(e.nearestEndpoint(t,n,r,i))),null!==this._precisionModel&&this._precisionModel.makePrecise(o),o},e.prototype.smallestInAbsValue=function(t,e,n,r){var i=t,o=Math.abs(i);return Math.abs(e)1e-4&&Xu.out.println("Distance = "+i.distance(o))},e.prototype.intersectionWithNormalization=function(t,e,n,r){var i=new bu(t),o=new bu(e),s=new bu(n),a=new bu(r),u=new bu;this.normalizeToEnvCentre(i,o,s,a,u);var c=this.safeHCoordinateIntersection(i,o,s,a);return c.x+=u.x,c.y+=u.y,c},e.prototype.computeCollinearIntersection=function(e,n,r,i){var o=Yu.intersects(e,n,r),s=Yu.intersects(e,n,i),a=Yu.intersects(r,i,e),u=Yu.intersects(r,i,n);return o&&s?(this._intPt[0]=r,this._intPt[1]=i,t.COLLINEAR_INTERSECTION):a&&u?(this._intPt[0]=e,this._intPt[1]=n,t.COLLINEAR_INTERSECTION):o&&a?(this._intPt[0]=r,this._intPt[1]=e,!r.equals(e)||s||u?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):o&&u?(this._intPt[0]=r,this._intPt[1]=n,!r.equals(n)||s||a?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):s&&a?(this._intPt[0]=i,this._intPt[1]=e,!i.equals(e)||o||u?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):s&&u?(this._intPt[0]=i,this._intPt[1]=n,!i.equals(n)||o||a?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):t.NO_INTERSECTION},e.prototype.normalizeToEnvCentre=function(t,e,n,r,i){var o=t.xe.x?t.x:e.x,u=t.y>e.y?t.y:e.y,c=n.xr.x?n.x:r.x,p=n.y>r.y?n.y:r.y,f=((o>c?o:c)+(ah?s:h)+(u0&&s>0||o<0&&s<0)return t.NO_INTERSECTION;var a=sc.orientationIndex(r,i,e),u=sc.orientationIndex(r,i,n);return a>0&&u>0||a<0&&u<0?t.NO_INTERSECTION:0===o&&0===s&&0===a&&0===u?this.computeCollinearIntersection(e,n,r,i):(0===o||0===s||0===a||0===u?(this._isProper=!1,e.equals2D(r)||e.equals2D(i)?this._intPt[0]=e:n.equals2D(r)||n.equals2D(i)?this._intPt[0]=n:0===o?this._intPt[0]=new bu(r):0===s?this._intPt[0]=new bu(i):0===a?this._intPt[0]=new bu(e):0===u&&(this._intPt[0]=new bu(n))):(this._isProper=!0,this._intPt[0]=this.intersection(e,n,r,i)),t.POINT_INTERSECTION)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e.nearestEndpoint=function(t,e,n,r){var i=t,o=sc.distancePointLine(t,n,r),s=sc.distancePointLine(e,n,r);return s0?n>0?-i:i:n>0?i:-i;if(0===e||0===n)return r>0?t>0?i:-i:t>0?-i:i;if(e>0?r>0?e<=r||(i=-i,o=t,t=n,n=o,o=e,e=r,r=o):e<=-r?(i=-i,n=-n,r=-r):(o=t,t=-n,n=o,o=e,e=-r,r=o):r>0?-e<=r?(i=-i,t=-t,e=-e):(o=-t,t=n,n=o,o=-e,e=r,r=o):e>=r?(t=-t,e=-e,n=-n,r=-r):(i=-i,o=-t,t=-n,n=o,o=-e,e=-r,r=o),t>0){if(!(n>0))return i;if(!(t<=n))return i}else{if(n>0)return-i;if(!(t>=n))return-i;i=-i,t=-t,n=-n}for(;;){if((r-=(s=Math.floor(n/t))*e)<0)return-i;if(r>e)return i;if(t>(n-=s*t)+n){if(er+r)return-i;n=t-n,r=e-r,i=-i}if(0===r)return 0===n?0:-i;if(0===n)return i;if((e-=(s=Math.floor(t/n))*r)<0)return i;if(e>r)return-i;if(n>(t-=s*n)+t){if(re+e)return i;t=n-t,e=r-e,i=-i}if(0===e)return 0===t?0:i;if(0===t)return-i}};var oc=function(){this._p=null,this._crossingCount=0,this._isPointOnSegment=!1;var t=arguments[0];this._p=t};oc.prototype.countSegment=function(t,e){if(t.xr&&(n=e.x,r=t.x),this._p.x>=n&&this._p.x<=r&&(this._isPointOnSegment=!0),null}if(t.y>this._p.y&&e.y<=this._p.y||e.y>this._p.y&&t.y<=this._p.y){var i=t.x-this._p.x,o=t.y-this._p.y,s=e.x-this._p.x,a=e.y-this._p.y,u=ic.signOfDet2x2(i,o,s,a);if(0===u)return this._isPointOnSegment=!0,null;a0&&this._crossingCount++}},oc.prototype.isPointInPolygon=function(){return this.getLocation()!==Su.EXTERIOR},oc.prototype.getLocation=function(){return this._isPointOnSegment?Su.BOUNDARY:this._crossingCount%2==1?Su.INTERIOR:Su.EXTERIOR},oc.prototype.isOnSegment=function(){return this._isPointOnSegment},oc.prototype.interfaces_=function(){return[]},oc.prototype.getClass=function(){return oc},oc.locatePointInRing=function(){if(arguments[0]instanceof bu&&Lu(arguments[1],Bu)){for(var t=arguments[1],e=new oc(arguments[0]),n=new bu,r=new bu,i=1;i1||a<0||a>1)&&(i=!0)}}else i=!0;return i?Pu.min(sc.distancePointLine(t,n,r),sc.distancePointLine(e,n,r),sc.distancePointLine(n,t,e),sc.distancePointLine(r,t,e)):0},sc.isPointInRing=function(t,e){return sc.locatePointInRing(t,e)!==Su.EXTERIOR},sc.computeLength=function(t){var e=t.size();if(e<=1)return 0;var n=0,r=new bu;t.getCoordinate(0,r);for(var i=r.x,o=r.y,s=1;sn.y&&(n=o,r=i)}var s=r;do{(s-=1)<0&&(s=e)}while(t[s].equals2D(n)&&s!==r);var a=r;do{a=(a+1)%e}while(t[a].equals2D(n)&&a!==r);var u=t[s],c=t[a];if(u.equals2D(n)||c.equals2D(n)||u.equals2D(c))return!1;var h=sc.computeOrientation(u,n,c);return 0===h?u.x>c.x:h>0},sc.locatePointInRing=function(t,e){return oc.locatePointInRing(t,e)},sc.distancePointLinePerpendicular=function(t,e,n){var r=(n.x-e.x)*(n.x-e.x)+(n.y-e.y)*(n.y-e.y),i=((e.y-t.y)*(n.x-e.x)-(e.x-t.x)*(n.y-e.y))/r;return Math.abs(i)*Math.sqrt(r)},sc.computeOrientation=function(t,e,n){return sc.orientationIndex(t,e,n)},sc.distancePointLine=function(){if(2===arguments.length){var t=arguments[0],e=arguments[1];if(0===e.length)throw new _u("Line array must contain at least one vertex");for(var n=t.distance(e[0]),r=0;r=1)return o.distance(a);var h=((s.y-o.y)*(a.x-s.x)-(s.x-o.x)*(a.y-s.y))/u;return Math.abs(h)*Math.sqrt(u)}},sc.isOnLine=function(t,e){for(var n=new rc,r=1;r0},yc.prototype.interfaces_=function(){return[fc]},yc.prototype.getClass=function(){return yc};var _c=function(){};_c.prototype.isInBoundary=function(t){return t>1},_c.prototype.interfaces_=function(){return[fc]},_c.prototype.getClass=function(){return _c};var mc=function(){};mc.prototype.isInBoundary=function(t){return 1===t},mc.prototype.interfaces_=function(){return[fc]},mc.prototype.getClass=function(){return mc};var vc=function(){};vc.prototype.add=function(){},vc.prototype.addAll=function(){},vc.prototype.isEmpty=function(){},vc.prototype.iterator=function(){},vc.prototype.size=function(){},vc.prototype.toArray=function(){},vc.prototype.remove=function(){};var xc=function(t){function e(e){t.call(this),this.message=e||""}t&&(e.__proto__=t),(e.prototype=Object.create(t&&t.prototype)).constructor=e;var n={name:{configurable:!0}};return n.name.get=function(){return"IndexOutOfBoundsException"},Object.defineProperties(e,n),e}(Error),Ec=function(){};Ec.prototype.hasNext=function(){},Ec.prototype.next=function(){},Ec.prototype.remove=function(){};var wc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.get=function(){},e.prototype.set=function(){},e.prototype.isEmpty=function(){},e}(vc);(Pi.prototype=new Error).name="NoSuchElementException";var bc=function(t){function e(){t.call(this),this.array_=[],arguments[0]instanceof vc&&this.addAll(arguments[0])}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.ensureCapacity=function(){},e.prototype.interfaces_=function(){return[t,vc]},e.prototype.add=function(t){return 1===arguments.length?this.array_.push(t):this.array_.splice(arguments[0],arguments[1]),!0},e.prototype.clear=function(){this.array_=[]},e.prototype.addAll=function(t){for(var e=t.iterator();e.hasNext();)this.add(e.next());return!0},e.prototype.set=function(t,e){var n=this.array_[t];return this.array_[t]=e,n},e.prototype.iterator=function(){return new Ic(this)},e.prototype.get=function(t){if(t<0||t>=this.size())throw new xc;return this.array_[t]},e.prototype.isEmpty=function(){return 0===this.array_.length},e.prototype.size=function(){return this.array_.length},e.prototype.toArray=function(){for(var t=[],e=0,n=this.array_.length;e=1&&this.get(this.size()-1).equals2D(i))return null;t.prototype.add.call(this,i)}else if(arguments[0]instanceof Object&&"boolean"==typeof arguments[1]){var o=arguments[0],s=arguments[1];return this.add(o,s),!0}}else if(3===arguments.length){if("boolean"==typeof arguments[2]&&arguments[0]instanceof Array&&"boolean"==typeof arguments[1]){var a=arguments[0],u=arguments[1];if(arguments[2])for(var c=0;c=0;h--)this.add(a[h],u);return!0}if("boolean"==typeof arguments[2]&&Number.isInteger(arguments[0])&&arguments[1]instanceof bu){var l=arguments[0],p=arguments[1];if(!arguments[2]){var f=this.size();if(f>0){if(l>0&&this.get(l-1).equals2D(p))return null;if(l_&&(m=-1);for(var v=y;v!==_;v+=m)this.add(g[v],d);return!0}},e.prototype.closeRing=function(){this.size()>0&&this.add(new bu(this.get(0)),!1)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},Object.defineProperties(e,n),e}(bc),Cc=function(){},Sc={ForwardComparator:{configurable:!0},BidirectionalComparator:{configurable:!0},coordArrayType:{configurable:!0}};Sc.ForwardComparator.get=function(){return Mc},Sc.BidirectionalComparator.get=function(){return Lc},Sc.coordArrayType.get=function(){return new Array(0).fill(null)},Cc.prototype.interfaces_=function(){return[]},Cc.prototype.getClass=function(){return Cc},Cc.isRing=function(t){return!(t.length<4)&&!!t[0].equals2D(t[t.length-1])},Cc.ptNotInList=function(t,e){for(var n=0;n=t?e:[]},Cc.indexOf=function(t,e){for(var n=0;n0)&&(e=t[n]);return e},Cc.extract=function(t,e,n){e=Pu.clamp(e,0,t.length);var r=(n=Pu.clamp(n,-1,t.length))-e+1;n<0&&(r=0),e>=t.length&&(r=0),nr.length)return 1;if(0===n.length)return 0;var i=Cc.compare(n,r);return Cc.isEqualReversed(n,r)?0:i},Lc.prototype.OLDcompare=function(t,e){var n=t,r=e;if(n.lengthr.length)return 1;if(0===n.length)return 0;for(var i=Cc.increasingDirection(n),o=Cc.increasingDirection(r),s=i>0?0:n.length-1,a=o>0?0:n.length-1,u=0;u0))return e.value;e=e.right}}return null},Gi.prototype.put=function(t,e){if(null===this.root_)return this.root_={key:t,value:e,left:null,right:null,parent:null,color:Ac,getValue:function(){return this.value},getKey:function(){return this.key}},this.size_=1,null;var n,r,i=this.root_;do{if(n=i,(r=t.compareTo(i.key))<0)i=i.left;else{if(!(r>0)){var o=i.value;return i.value=e,o}i=i.right}}while(null!==i);var s={key:t,left:null,right:null,value:e,parent:n,color:Ac,getValue:function(){return this.value},getKey:function(){return this.key}};return r<0?n.left=s:n.right=s,this.fixAfterInsertion(s),this.size_++,null},Gi.prototype.fixAfterInsertion=function(t){for(t.color=1;null!=t&&t!==this.root_&&1===t.parent.color;)if(Ai(t)===Fi(Ai(Ai(t)))){var e=qi(Ai(Ai(t)));1===Ti(e)?(Di(Ai(t),Ac),Di(e,Ac),Di(Ai(Ai(t)),1),t=Ai(Ai(t))):(t===qi(Ai(t))&&(t=Ai(t),this.rotateLeft(t)),Di(Ai(t),Ac),Di(Ai(Ai(t)),1),this.rotateRight(Ai(Ai(t))))}else{var n=Fi(Ai(Ai(t)));1===Ti(n)?(Di(Ai(t),Ac),Di(n,Ac),Di(Ai(Ai(t)),1),t=Ai(Ai(t))):(t===Fi(Ai(t))&&(t=Ai(t),this.rotateRight(t)),Di(Ai(t),Ac),Di(Ai(Ai(t)),1),this.rotateLeft(Ai(Ai(t))))}this.root_.color=Ac},Gi.prototype.values=function(){var t=new bc,e=this.getFirstEntry();if(null!==e)for(t.add(e.value);null!==(e=Gi.successor(e));)t.add(e.value);return t},Gi.prototype.entrySet=function(){var t=new Rc,e=this.getFirstEntry();if(null!==e)for(t.add(e);null!==(e=Gi.successor(e));)t.add(e);return t},Gi.prototype.rotateLeft=function(t){if(null!=t){var e=t.right;t.right=e.left,null!=e.left&&(e.left.parent=t),e.parent=t.parent,null===t.parent?this.root_=e:t.parent.left===t?t.parent.left=e:t.parent.right=e,e.left=t,t.parent=e}},Gi.prototype.rotateRight=function(t){if(null!=t){var e=t.left;t.left=e.right,null!=e.right&&(e.right.parent=t),e.parent=t.parent,null===t.parent?this.root_=e:t.parent.right===t?t.parent.right=e:t.parent.left=e,e.right=t,t.parent=e}},Gi.prototype.getFirstEntry=function(){var t=this.root_;if(null!=t)for(;null!=t.left;)t=t.left;return t},Gi.successor=function(t){if(null===t)return null;if(null!==t.right){for(var e=t.right;null!==e.left;)e=e.left;return e}for(var n=t.parent,r=t;null!==n&&r===n.right;)r=n,n=n.parent;return n},Gi.prototype.size=function(){return this.size_};var Dc=function(){};Dc.prototype.interfaces_=function(){return[]},Dc.prototype.getClass=function(){return Dc},Bi.prototype=new Ri,(ki.prototype=new Bi).contains=function(t){for(var e=0,n=this.array_.length;e=0;){var s=i.substring(0,o);r.add(s),o=(i=i.substring(o+n)).indexOf(e)}i.length>0&&r.add(i);for(var a=new Array(r.size()).fill(null),u=0;u0)for(var o=i;o0&&r.append(" ");for(var o=0;o0&&r.append(","),r.append(Vc.toString(t.getOrdinate(i,o)))}return r.append(")"),r.toString()}},Wc.ensureValidRing=function(t,e){var n=e.size();return 0===n?e:n<=3?Wc.createClosedRing(t,e,4):e.getOrdinate(0,Bu.X)===e.getOrdinate(n-1,Bu.X)&&e.getOrdinate(0,Bu.Y)===e.getOrdinate(n-1,Bu.Y)?e:Wc.createClosedRing(t,e,n+1)},Wc.createClosedRing=function(t,e,n){var r=t.create(n,e.getDimension()),i=e.size();Wc.copy(e,0,r,0,i);for(var o=i;o0&&Wc.reverse(this._points),null}},e.prototype.getCoordinate=function(){return this.isEmpty()?null:this._points.getCoordinate(0)},e.prototype.getBoundaryDimension=function(){return this.isClosed()?Gc.FALSE:0},e.prototype.isClosed=function(){return!this.isEmpty()&&this.getCoordinateN(0).equals2D(this.getCoordinateN(this.getNumPoints()-1))},e.prototype.getEndPoint=function(){return this.isEmpty()?null:this.getPointN(this.getNumPoints()-1)},e.prototype.getDimension=function(){return 1},e.prototype.getLength=function(){return sc.computeLength(this._points)},e.prototype.getNumPoints=function(){return this._points.size()},e.prototype.reverse=function(){var t=this._points.copy();return Wc.reverse(t),this.getFactory().createLineString(t)},e.prototype.compareToSameClass=function(){if(1===arguments.length){for(var t=arguments[0],e=0,n=0;e= 2)");this._points=t},e.prototype.isCoordinate=function(t){for(var e=0;e=1&&this.getCoordinateSequence().size()= 4)")},e.prototype.getGeometryType=function(){return"LinearRing"},e.prototype.copy=function(){return new e(this._points.copy(),this._factory)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},n.MINIMUM_VALID_SIZE.get=function(){return 4},n.serialVersionUID.get=function(){return-0x3b229e262367a600},Object.defineProperties(e,n),e}(Jc),nh=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),(e.prototype=Object.create(t&&t.prototype)).constructor=e;var n={serialVersionUID:{configurable:!0}};return e.prototype.getSortIndex=function(){return cc.SORTINDEX_MULTIPOLYGON},e.prototype.equalsExact=function(){if(2===arguments.length){var e=arguments[0],n=arguments[1];return!!this.isEquivalentClass(e)&&t.prototype.equalsExact.call(this,e,n)}return t.prototype.equalsExact.apply(this,arguments)},e.prototype.getBoundaryDimension=function(){return 1},e.prototype.getDimension=function(){return 2},e.prototype.reverse=function(){for(var t=this._geometries.length,e=new Array(t).fill(null),n=0;n0?e.createPoint(n[0]):e.createPoint():t},sh.prototype.interfaces_=function(){return[rh.GeometryEditorOperation]},sh.prototype.getClass=function(){return sh};var ah=function(){};ah.prototype.edit=function(t,e){return t instanceof eh?e.createLinearRing(this.edit(t.getCoordinateSequence(),t)):t instanceof Jc?e.createLineString(this.edit(t.getCoordinateSequence(),t)):t instanceof Kc?e.createPoint(this.edit(t.getCoordinateSequence(),t)):t},ah.prototype.interfaces_=function(){return[rh.GeometryEditorOperation]},ah.prototype.getClass=function(){return ah};var uh=function(){if(this._dimension=3,this._coordinates=null,1===arguments.length){if(arguments[0]instanceof Array)this._coordinates=arguments[0],this._dimension=3;else if(Number.isInteger(arguments[0])){var t=arguments[0];this._coordinates=new Array(t).fill(null);for(var e=0;e0){var t=new Ru(17*this._coordinates.length);t.append("("),t.append(this._coordinates[0]);for(var e=1;e3&&(e=3),e<2?new uh(t):new uh(t,e)}},hh.prototype.interfaces_=function(){return[Cu,Li]},hh.prototype.getClass=function(){return hh},hh.instance=function(){return hh.instanceObject},lh.serialVersionUID.get=function(){return-0x38e49fa6cf6f2e00},lh.instanceObject.get=function(){return new hh},Object.defineProperties(hh,lh);var ph=function(t){function e(){t.call(this),this.map_=new Map}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.get=function(t){return this.map_.get(t)||null},e.prototype.put=function(t,e){return this.map_.set(t,e),e},e.prototype.values=function(){for(var t=new bc,e=this.map_.values(),n=e.next();!n.done;)t.add(n.value),n=e.next();return t},e.prototype.entrySet=function(){var t=new Rc;return this.map_.entries().forEach((function(e){return t.add(e)})),t},e.prototype.size=function(){return this.map_.size()},e}(Pc),fh=function t(){if(this._modelType=null,this._scale=null,0===arguments.length)this._modelType=t.FLOATING;else if(1===arguments.length)if(arguments[0]instanceof dh){var e=arguments[0];this._modelType=e,e===t.FIXED&&this.setScale(1)}else if("number"==typeof arguments[0]){var n=arguments[0];this._modelType=t.FIXED,this.setScale(n)}else if(arguments[0]instanceof t){var r=arguments[0];this._modelType=r._modelType,this._scale=r._scale}},gh={serialVersionUID:{configurable:!0},maximumPreciseValue:{configurable:!0}};fh.prototype.equals=function(t){if(!(t instanceof fh))return!1;var e=t;return this._modelType===e._modelType&&this._scale===e._scale},fh.prototype.compareTo=function(t){var e=t,n=this.getMaximumSignificantDigits(),r=e.getMaximumSignificantDigits();return new Tu(n).compareTo(new Tu(r))},fh.prototype.getScale=function(){return this._scale},fh.prototype.isFloating=function(){return this._modelType===fh.FLOATING||this._modelType===fh.FLOATING_SINGLE},fh.prototype.getType=function(){return this._modelType},fh.prototype.toString=function(){var t="UNKNOWN";return this._modelType===fh.FLOATING?t="Floating":this._modelType===fh.FLOATING_SINGLE?t="Floating-Single":this._modelType===fh.FIXED&&(t="Fixed (Scale="+this.getScale()+")"),t},fh.prototype.makePrecise=function(){if("number"==typeof arguments[0]){var t=arguments[0];return mu.isNaN(t)||this._modelType===fh.FLOATING_SINGLE?t:this._modelType===fh.FIXED?Math.round(t*this._scale)/this._scale:t}if(arguments[0]instanceof bu){var e=arguments[0];if(this._modelType===fh.FLOATING)return null;e.x=this.makePrecise(e.x),e.y=this.makePrecise(e.y)}},fh.prototype.getMaximumSignificantDigits=function(){var t=16;return this._modelType===fh.FLOATING?t=16:this._modelType===fh.FLOATING_SINGLE?t=6:this._modelType===fh.FIXED&&(t=1+Math.trunc(Math.ceil(Math.log(this.getScale())/Math.log(10)))),t},fh.prototype.setScale=function(t){this._scale=Math.abs(t)},fh.prototype.interfaces_=function(){return[Li,xu]},fh.prototype.getClass=function(){return fh},fh.mostPrecise=function(t,e){return t.compareTo(e)>=0?t:e},gh.serialVersionUID.get=function(){return 0x6bee6404e9a25c00},gh.maximumPreciseValue.get=function(){return 9007199254740992},Object.defineProperties(fh,gh);var dh=function t(e){this._name=e||null,t.nameToTypeMap.put(e,this)},yh={serialVersionUID:{configurable:!0},nameToTypeMap:{configurable:!0}};dh.prototype.readResolve=function(){return dh.nameToTypeMap.get(this._name)},dh.prototype.toString=function(){return this._name},dh.prototype.interfaces_=function(){return[Li]},dh.prototype.getClass=function(){return dh},yh.serialVersionUID.get=function(){return-552860263173159e4},yh.nameToTypeMap.get=function(){return new ph},Object.defineProperties(dh,yh),fh.Type=dh,fh.FIXED=new dh("FIXED"),fh.FLOATING=new dh("FLOATING"),fh.FLOATING_SINGLE=new dh("FLOATING SINGLE");var _h=function t(){this._precisionModel=new fh,this._SRID=0,this._coordinateSequenceFactory=t.getDefaultCoordinateSequenceFactory(),0===arguments.length||(1===arguments.length?Lu(arguments[0],Cu)?this._coordinateSequenceFactory=arguments[0]:arguments[0]instanceof fh&&(this._precisionModel=arguments[0]):2===arguments.length?(this._precisionModel=arguments[0],this._SRID=arguments[1]):3===arguments.length&&(this._precisionModel=arguments[0],this._SRID=arguments[1],this._coordinateSequenceFactory=arguments[2]))},mh={serialVersionUID:{configurable:!0}};_h.prototype.toGeometry=function(t){return t.isNull()?this.createPoint(null):t.getMinX()===t.getMaxX()&&t.getMinY()===t.getMaxY()?this.createPoint(new bu(t.getMinX(),t.getMinY())):t.getMinX()===t.getMaxX()||t.getMinY()===t.getMaxY()?this.createLineString([new bu(t.getMinX(),t.getMinY()),new bu(t.getMaxX(),t.getMaxY())]):this.createPolygon(this.createLinearRing([new bu(t.getMinX(),t.getMinY()),new bu(t.getMinX(),t.getMaxY()),new bu(t.getMaxX(),t.getMaxY()),new bu(t.getMaxX(),t.getMinY()),new bu(t.getMinX(),t.getMinY())]),null)},_h.prototype.createLineString=function(t){return t?t instanceof Array?new Jc(this.getCoordinateSequenceFactory().create(t),this):Lu(t,Bu)?new Jc(t,this):void 0:new Jc(this.getCoordinateSequenceFactory().create([]),this)},_h.prototype.createMultiLineString=function(){return 0===arguments.length?new Xc(null,this):1===arguments.length?new Xc(arguments[0],this):void 0},_h.prototype.buildGeometry=function(t){for(var e=null,n=!1,r=!1,i=t.iterator();i.hasNext();){var o=i.next(),s=o.getClass();null===e&&(e=s),s!==e&&(n=!0),o.isGeometryCollectionOrDerived()&&(r=!0)}if(null===e)return this.createGeometryCollection();if(n||r)return this.createGeometryCollection(_h.toGeometryArray(t));var a=t.iterator().next();if(t.size()>1){if(a instanceof $c)return this.createMultiPolygon(_h.toPolygonArray(t));if(a instanceof Jc)return this.createMultiLineString(_h.toLineStringArray(t));if(a instanceof Kc)return this.createMultiPoint(_h.toPointArray(t));tc.shouldNeverReachHere("Unhandled class: "+a.getClass().getName())}return a},_h.prototype.createMultiPointFromCoords=function(t){return this.createMultiPoint(null!==t?this.getCoordinateSequenceFactory().create(t):null)},_h.prototype.createPoint=function(){if(0===arguments.length)return this.createPoint(this.getCoordinateSequenceFactory().create([]));if(1===arguments.length){if(arguments[0]instanceof bu){var t=arguments[0];return this.createPoint(null!==t?this.getCoordinateSequenceFactory().create([t]):null)}if(Lu(arguments[0],Bu))return new Kc(arguments[0],this)}},_h.prototype.getCoordinateSequenceFactory=function(){return this._coordinateSequenceFactory},_h.prototype.createPolygon=function(){if(0===arguments.length)return new $c(null,null,this);if(1===arguments.length){if(Lu(arguments[0],Bu)){var t=arguments[0];return this.createPolygon(this.createLinearRing(t))}if(arguments[0]instanceof Array){var e=arguments[0];return this.createPolygon(this.createLinearRing(e))}if(arguments[0]instanceof eh){var n=arguments[0];return this.createPolygon(n,null)}}else if(2===arguments.length)return new $c(arguments[0],arguments[1],this)},_h.prototype.getSRID=function(){return this._SRID},_h.prototype.createGeometryCollection=function(){return 0===arguments.length?new jc(null,this):1===arguments.length?new jc(arguments[0],this):void 0},_h.prototype.createGeometry=function(t){return new rh(this).edit(t,{edit:function(){if(2===arguments.length){var t=arguments[0];return this._coordinateSequenceFactory.create(t)}}})},_h.prototype.getPrecisionModel=function(){return this._precisionModel},_h.prototype.createLinearRing=function(){if(0===arguments.length)return this.createLinearRing(this.getCoordinateSequenceFactory().create([]));if(1===arguments.length){if(arguments[0]instanceof Array){var t=arguments[0];return this.createLinearRing(null!==t?this.getCoordinateSequenceFactory().create(t):null)}if(Lu(arguments[0],Bu))return new eh(arguments[0],this)}},_h.prototype.createMultiPolygon=function(){return 0===arguments.length?new nh(null,this):1===arguments.length?new nh(arguments[0],this):void 0},_h.prototype.createMultiPoint=function(){if(0===arguments.length)return new th(null,this);if(1===arguments.length){if(arguments[0]instanceof Array)return new th(arguments[0],this);if(arguments[0]instanceof Array){var t=arguments[0];return this.createMultiPoint(null!==t?this.getCoordinateSequenceFactory().create(t):null)}if(Lu(arguments[0],Bu)){var e=arguments[0];if(null===e)return this.createMultiPoint(new Array(0).fill(null));for(var n=new Array(e.size()).fill(null),r=0;r=this.size())throw new Error;return this.array_[t]},Xi.prototype.push=function(t){return this.array_.push(t),t},Xi.prototype.pop=function(t){if(0===this.array_.length)throw new ji;return this.array_.pop()},Xi.prototype.peek=function(){if(0===this.array_.length)throw new ji;return this.array_[this.array_.length-1]},Xi.prototype.empty=function(){return 0===this.array_.length},Xi.prototype.isEmpty=function(){return this.empty()},Xi.prototype.search=function(t){return this.array_.indexOf(t)},Xi.prototype.size=function(){return this.array_.length},Xi.prototype.toArray=function(){for(var t=[],e=0,n=this.array_.length;e0&&this._minIndexthis._minCoord.y&&n.y>this._minCoord.y&&r===sc.CLOCKWISE)&&(i=!0),i&&(this._minIndex=this._minIndex-1)},Sh.prototype.getRightmostSideOfSegment=function(t,e){var n=t.getEdge().getCoordinates();if(e<0||e+1>=n.length)return-1;if(n[e].y===n[e+1].y)return-1;var r=Nh.LEFT;return n[e].ythis._minCoord.x)&&(this._minDe=t,this._minIndex=n,this._minCoord=e[n])},Sh.prototype.findRightmostEdgeAtNode=function(){var t=this._minDe.getNode().getEdges();this._minDe=t.getRightmostEdge(),this._minDe.isForward()||(this._minDe=this._minDe.getSym(),this._minIndex=this._minDe.getEdge().getCoordinates().length-1)},Sh.prototype.findEdge=function(t){for(var e=t.iterator();e.hasNext();){var n=e.next();n.isForward()&&this.checkForRightmostCoordinate(n)}tc.isTrue(0!==this._minIndex||this._minCoord.equals(this._minDe.getCoordinate()),"inconsistency in rightmost processing"),0===this._minIndex?this.findRightmostEdgeAtNode():this.findRightmostEdgeAtVertex(),this._orientedDe=this._minDe,this.getRightmostSide(this._minDe,this._minIndex)===Nh.LEFT&&(this._orientedDe=this._minDe.getSym())},Sh.prototype.interfaces_=function(){return[]},Sh.prototype.getClass=function(){return Sh};var Mh=function(t){function e(n,r){t.call(this,e.msgWithCoord(n,r)),this.pt=r?new bu(r):null,this.name="TopologyException"}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getCoordinate=function(){return this.pt},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e.msgWithCoord=function(t,e){return e?t:t+" [ "+e+" ]"},e}(Qu),Lh=function(){this.array_=[]};Lh.prototype.addLast=function(t){this.array_.push(t)},Lh.prototype.removeFirst=function(){return this.array_.shift()},Lh.prototype.isEmpty=function(){return 0===this.array_.length};var Ph=function(){this._finder=null,this._dirEdgeList=new bc,this._nodes=new bc,this._rightMostCoord=null,this._env=null,this._finder=new Sh};Ph.prototype.clearVisitedEdges=function(){for(var t=this._dirEdgeList.iterator();t.hasNext();)t.next().setVisited(!1)},Ph.prototype.getRightmostCoordinate=function(){return this._rightMostCoord},Ph.prototype.computeNodeDepth=function(t){for(var e=null,n=t.getEdges().iterator();n.hasNext();){var r=n.next();if(r.isVisited()||r.getSym().isVisited()){e=r;break}}if(null===e)throw new Mh("unable to find edge to compute depths at "+t.getCoordinate());t.getEdges().computeDepths(e);for(var i=t.getEdges().iterator();i.hasNext();){var o=i.next();o.setVisited(!0),this.copySymDepths(o)}},Ph.prototype.computeDepth=function(t){this.clearVisitedEdges();var e=this._finder.getEdge();e.setEdgeDepths(Nh.RIGHT,t),this.copySymDepths(e),this.computeDepths(e)},Ph.prototype.create=function(t){this.addReachable(t),this._finder.findEdge(this._dirEdgeList),this._rightMostCoord=this._finder.getCoordinate()},Ph.prototype.findResultEdges=function(){for(var t=this._dirEdgeList.iterator();t.hasNext();){var e=t.next();e.getDepth(Nh.RIGHT)>=1&&e.getDepth(Nh.LEFT)<=0&&!e.isInteriorAreaEdge()&&e.setInResult(!0)}},Ph.prototype.computeDepths=function(t){var e=new Rc,n=new Lh,r=t.getNode();for(n.addLast(r),e.add(r),t.setVisited(!0);!n.isEmpty();){var i=n.removeFirst();e.add(i),this.computeNodeDepth(i);for(var o=i.getEdges().iterator();o.hasNext();){var s=o.next().getSym();if(!s.isVisited()){var a=s.getNode();e.contains(a)||(n.addLast(a),e.add(a))}}}},Ph.prototype.compareTo=function(t){var e=t;return this._rightMostCoord.xe._rightMostCoord.x?1:0},Ph.prototype.getEnvelope=function(){if(null===this._env){for(var t=new Yu,e=this._dirEdgeList.iterator();e.hasNext();)for(var n=e.next().getEdge().getCoordinates(),r=0;rthis.location.length){var e=new Array(3).fill(null);e[Nh.ON]=this.location[Nh.ON],e[Nh.LEFT]=Su.NONE,e[Nh.RIGHT]=Su.NONE,this.location=e}for(var n=0;n1&&t.append(Su.toLocationSymbol(this.location[Nh.LEFT])),t.append(Su.toLocationSymbol(this.location[Nh.ON])),this.location.length>1&&t.append(Su.toLocationSymbol(this.location[Nh.RIGHT])),t.toString()},Oh.prototype.setLocations=function(t,e,n){this.location[Nh.ON]=t,this.location[Nh.LEFT]=e,this.location[Nh.RIGHT]=n},Oh.prototype.get=function(t){return t1},Oh.prototype.isAnyNull=function(){for(var t=0;tthis._maxNodeDegree&&(this._maxNodeDegree=e),t=this.getNext(t)}while(t!==this._startDe);this._maxNodeDegree*=2},Th.prototype.addPoints=function(t,e,n){var r=t.getCoordinates();if(e){var i=1;n&&(i=0);for(var o=i;o=0;a--)this._pts.add(r[a])}},Th.prototype.isHole=function(){return this._isHole},Th.prototype.setInResult=function(){var t=this._startDe;do{t.getEdge().setInResult(!0),t=t.getNext()}while(t!==this._startDe)},Th.prototype.containsPoint=function(t){var e=this.getLinearRing();if(!e.getEnvelopeInternal().contains(t))return!1;if(!sc.isPointInRing(t,e.getCoordinates()))return!1;for(var n=this._holes.iterator();n.hasNext();)if(n.next().containsPoint(t))return!1;return!0},Th.prototype.addHole=function(t){this._holes.add(t)},Th.prototype.isShell=function(){return null===this._shell},Th.prototype.getLabel=function(){return this._label},Th.prototype.getEdges=function(){return this._edges},Th.prototype.getMaxNodeDegree=function(){return this._maxNodeDegree<0&&this.computeMaxNodeDegree(),this._maxNodeDegree},Th.prototype.getShell=function(){return this._shell},Th.prototype.mergeLabel=function(){if(1===arguments.length){var t=arguments[0];this.mergeLabel(t,0),this.mergeLabel(t,1)}else if(2===arguments.length){var e=arguments[1],n=arguments[0].getLocation(e,Nh.RIGHT);if(n===Su.NONE)return null;if(this._label.getLocation(e)===Su.NONE)return this._label.setLocation(e,n),null}},Th.prototype.setShell=function(t){this._shell=t,null!==t&&t.addHole(this)},Th.prototype.toPolygon=function(t){for(var e=new Array(this._holes.size()).fill(null),n=0;n=2,"found partial label"),this.computeIM(t)},Fh.prototype.isInResult=function(){return this._isInResult},Fh.prototype.isVisited=function(){return this._isVisited},Fh.prototype.interfaces_=function(){return[]},Fh.prototype.getClass=function(){return Fh};var qh=function(t){function e(){t.call(this),this._coord=null,this._edges=null;var e=arguments[0],n=arguments[1];this._coord=e,this._edges=n,this._label=new Rh(0,Su.NONE)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isIncidentEdgeInResult=function(){for(var t=this.getEdges().getEdges().iterator();t.hasNext();)if(t.next().getEdge().isInResult())return!0;return!1},e.prototype.isIsolated=function(){return 1===this._label.getGeometryCount()},e.prototype.getCoordinate=function(){return this._coord},e.prototype.print=function(t){t.println("node "+this._coord+" lbl: "+this._label)},e.prototype.computeIM=function(t){},e.prototype.computeMergedLocation=function(t,e){var n=Su.NONE;if(n=this._label.getLocation(e),!t.isNull(e)){var r=t.getLocation(e);n!==Su.BOUNDARY&&(n=r)}return n},e.prototype.setLabel=function(){if(2!==arguments.length)return t.prototype.setLabel.apply(this,arguments);var e=arguments[0],n=arguments[1];null===this._label?this._label=new Rh(e,n):this._label.setLocation(e,n)},e.prototype.getEdges=function(){return this._edges},e.prototype.mergeLabel=function(){if(arguments[0]instanceof e){var t=arguments[0];this.mergeLabel(t._label)}else if(arguments[0]instanceof Rh)for(var n=arguments[0],r=0;r<2;r++){var i=this.computeMergedLocation(n,r);this._label.getLocation(r)===Su.NONE&&this._label.setLocation(r,i)}},e.prototype.add=function(t){this._edges.insert(t),t.setNode(this)},e.prototype.setLabelBoundary=function(t){if(null===this._label)return null;var e=Su.NONE;null!==this._label&&(e=this._label.getLocation(t));var n=null;switch(e){case Su.BOUNDARY:n=Su.INTERIOR;break;case Su.INTERIOR:default:n=Su.BOUNDARY}this._label.setLocation(t,n)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Fh),Gh=function(){this.nodeMap=new Gi,this.nodeFact=null;var t=arguments[0];this.nodeFact=t};Gh.prototype.find=function(t){return this.nodeMap.get(t)},Gh.prototype.addNode=function(){if(arguments[0]instanceof bu){var t=arguments[0],e=this.nodeMap.get(t);return null===e&&(e=this.nodeFact.createNode(t),this.nodeMap.put(t,e)),e}if(arguments[0]instanceof qh){var n=arguments[0],r=this.nodeMap.get(n.getCoordinate());return null===r?(this.nodeMap.put(n.getCoordinate(),n),n):(r.mergeLabel(n),r)}},Gh.prototype.print=function(t){for(var e=this.iterator();e.hasNext();)e.next().print(t)},Gh.prototype.iterator=function(){return this.nodeMap.values().iterator()},Gh.prototype.values=function(){return this.nodeMap.values()},Gh.prototype.getBoundaryNodes=function(t){for(var e=new bc,n=this.iterator();n.hasNext();){var r=n.next();r.getLabel().getLocation(t)===Su.BOUNDARY&&e.add(r)}return e},Gh.prototype.add=function(t){var e=t.getCoordinate();this.addNode(e).add(t)},Gh.prototype.interfaces_=function(){return[]},Gh.prototype.getClass=function(){return Gh};var Bh=function(){},kh={NE:{configurable:!0},NW:{configurable:!0},SW:{configurable:!0},SE:{configurable:!0}};Bh.prototype.interfaces_=function(){return[]},Bh.prototype.getClass=function(){return Bh},Bh.isNorthern=function(t){return t===Bh.NE||t===Bh.NW},Bh.isOpposite=function(t,e){return t!==e&&2===(t-e+4)%4},Bh.commonHalfPlane=function(t,e){if(t===e)return t;if(2===(t-e+4)%4)return-1;var n=te?t:e)?3:n},Bh.isInHalfPlane=function(t,e){return e===Bh.SE?t===Bh.SE||t===Bh.SW:t===e||t===e+1},Bh.quadrant=function(){if("number"==typeof arguments[0]&&"number"==typeof arguments[1]){var t=arguments[0],e=arguments[1];if(0===t&&0===e)throw new _u("Cannot compute the quadrant for point ( "+t+", "+e+" )");return t>=0?e>=0?Bh.NE:Bh.SE:e>=0?Bh.NW:Bh.SW}if(arguments[0]instanceof bu&&arguments[1]instanceof bu){var n=arguments[0],r=arguments[1];if(r.x===n.x&&r.y===n.y)throw new _u("Cannot compute the quadrant for two identical points "+n);return r.x>=n.x?r.y>=n.y?Bh.NE:Bh.SE:r.y>=n.y?Bh.NW:Bh.SW}},kh.NE.get=function(){return 0},kh.NW.get=function(){return 1},kh.SW.get=function(){return 2},kh.SE.get=function(){return 3},Object.defineProperties(Bh,kh);var zh=function(){if(this._edge=null,this._label=null,this._node=null,this._p0=null,this._p1=null,this._dx=null,this._dy=null,this._quadrant=null,1===arguments.length){var t=arguments[0];this._edge=t}else if(3===arguments.length){var e=arguments[0],n=arguments[1],r=arguments[2];this._edge=e,this.init(n,r),this._label=null}else if(4===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2],a=arguments[3];this._edge=i,this.init(o,s),this._label=a}};zh.prototype.compareDirection=function(t){return this._dx===t._dx&&this._dy===t._dy?0:this._quadrant>t._quadrant?1:this._quadrant2){o.linkDirectedEdgesForMinimalEdgeRings();var s=o.buildMinimalRings(),a=this.findShell(s);null!==a?(this.placePolygonHoles(a,s),e.add(a)):n.addAll(s)}else r.add(o)}return r},Yh.prototype.containsPoint=function(t){for(var e=this._shellList.iterator();e.hasNext();)if(e.next().containsPoint(t))return!0;return!1},Yh.prototype.buildMaximalEdgeRings=function(t){for(var e=new bc,n=t.iterator();n.hasNext();){var r=n.next();if(r.isInResult()&&r.getLabel().isArea()&&null===r.getEdgeRing()){var i=new Dh(r,this._geometryFactory);e.add(i),i.setInResult()}}return e},Yh.prototype.placePolygonHoles=function(t,e){for(var n=e.iterator();n.hasNext();){var r=n.next();r.isHole()&&r.setShell(t)}},Yh.prototype.getPolygons=function(){return this.computePolygons(this._shellList)},Yh.prototype.findEdgeRingContaining=function(t,e){for(var n=t.getLinearRing(),r=n.getEnvelopeInternal(),i=n.getCoordinateN(0),o=null,s=null,a=e.iterator();a.hasNext();){var u=a.next(),c=u.getLinearRing(),h=c.getEnvelopeInternal();null!==o&&(s=o.getLinearRing().getEnvelopeInternal());var l=!1;h.contains(r)&&sc.isPointInRing(i,c.getCoordinates())&&(l=!0),l&&(null===o||s.contains(h))&&(o=u)}return o},Yh.prototype.findShell=function(t){for(var e=0,n=null,r=t.iterator();r.hasNext();){var i=r.next();i.isHole()||(n=i,e++)}return tc.isTrue(e<=1,"found two shells in MinimalEdgeRing list"),n},Yh.prototype.add=function(){if(1===arguments.length){var t=arguments[0];this.add(t.getEdgeEnds(),t.getNodes())}else if(2===arguments.length){var e=arguments[0],n=arguments[1];Uh.linkResultDirectedEdges(n);var r=this.buildMaximalEdgeRings(e),i=new bc,o=this.buildMinimalEdgeRings(r,this._shellList,i);this.sortShellsAndHoles(o,this._shellList,i),this.placeFreeHoles(this._shellList,i)}},Yh.prototype.interfaces_=function(){return[]},Yh.prototype.getClass=function(){return Yh};var Vh=function(){};Vh.prototype.getBounds=function(){},Vh.prototype.interfaces_=function(){return[]},Vh.prototype.getClass=function(){return Vh};var Hh=function(){this._bounds=null,this._item=null;var t=arguments[0],e=arguments[1];this._bounds=t,this._item=e};Hh.prototype.getItem=function(){return this._item},Hh.prototype.getBounds=function(){return this._bounds},Hh.prototype.interfaces_=function(){return[Vh,Li]},Hh.prototype.getClass=function(){return Hh};var Wh=function(){this._size=null,this._items=null,this._size=0,this._items=new bc,this._items.add(null)};Wh.prototype.poll=function(){if(this.isEmpty())return null;var t=this._items.get(1);return this._items.set(1,this._items.get(this._size)),this._size-=1,this.reorder(1),t},Wh.prototype.size=function(){return this._size},Wh.prototype.reorder=function(t){for(var e=null,n=this._items.get(t);2*t<=this._size&&((e=2*t)!==this._size&&this._items.get(e+1).compareTo(this._items.get(e))<0&&e++,this._items.get(e).compareTo(n)<0);t=e)this._items.set(t,this._items.get(e));this._items.set(t,n)},Wh.prototype.clear=function(){this._size=0,this._items.clear()},Wh.prototype.isEmpty=function(){return 0===this._size},Wh.prototype.add=function(t){this._items.add(null),this._size+=1;var e=this._size;for(this._items.set(0,t);t.compareTo(this._items.get(Math.trunc(e/2)))<0;e/=2)this._items.set(e,this._items.get(Math.trunc(e/2)));this._items.set(e,t)},Wh.prototype.interfaces_=function(){return[]},Wh.prototype.getClass=function(){return Wh};var Jh=function(){};Jh.prototype.visitItem=function(t){},Jh.prototype.interfaces_=function(){return[]},Jh.prototype.getClass=function(){return Jh};var Zh=function(){};Zh.prototype.insert=function(t,e){},Zh.prototype.remove=function(t,e){},Zh.prototype.query=function(){},Zh.prototype.interfaces_=function(){return[]},Zh.prototype.getClass=function(){return Zh};var Kh=function(){if(this._childBoundables=new bc,this._bounds=null,this._level=null,0===arguments.length);else if(1===arguments.length){var t=arguments[0];this._level=t}},Qh={serialVersionUID:{configurable:!0}};Kh.prototype.getLevel=function(){return this._level},Kh.prototype.size=function(){return this._childBoundables.size()},Kh.prototype.getChildBoundables=function(){return this._childBoundables},Kh.prototype.addChildBoundable=function(t){tc.isTrue(null===this._bounds),this._childBoundables.add(t)},Kh.prototype.isEmpty=function(){return this._childBoundables.isEmpty()},Kh.prototype.getBounds=function(){return null===this._bounds&&(this._bounds=this.computeBounds()),this._bounds},Kh.prototype.interfaces_=function(){return[Vh,Li]},Kh.prototype.getClass=function(){return Kh},Qh.serialVersionUID.get=function(){return 0x5a1e55ec41369800},Object.defineProperties(Kh,Qh);var $h=function(){};$h.reverseOrder=function(){return{compare:function(t,e){return e.compareTo(t)}}},$h.min=function(t){return $h.sort(t),t.get(0)},$h.sort=function(t,e){var n=t.toArray();e?qc.sort(n,e):qc.sort(n);for(var r=t.iterator(),i=0,o=n.length;itl.area(this._boundable2)?(this.expand(this._boundable1,this._boundable2,t,e),null):(this.expand(this._boundable2,this._boundable1,t,e),null);if(n)return this.expand(this._boundable1,this._boundable2,t,e),null;if(r)return this.expand(this._boundable2,this._boundable1,t,e),null;throw new _u("neither boundable is composite")},tl.prototype.isLeaves=function(){return!(tl.isComposite(this._boundable1)||tl.isComposite(this._boundable2))},tl.prototype.compareTo=function(t){var e=t;return this._distancee._distance?1:0},tl.prototype.expand=function(t,e,n,r){for(var i=t.getChildBoundables().iterator();i.hasNext();){var o=i.next(),s=new tl(o,e,this._itemDistance);s.getDistance()1,"Node capacity must be greater than 1"),this._nodeCapacity=n}},nl={IntersectsOp:{configurable:!0},serialVersionUID:{configurable:!0},DEFAULT_NODE_CAPACITY:{configurable:!0}};el.prototype.getNodeCapacity=function(){return this._nodeCapacity},el.prototype.lastNode=function(t){return t.get(t.size()-1)},el.prototype.size=function(){if(0===arguments.length)return this.isEmpty()?0:(this.build(),this.size(this._root));if(1===arguments.length){for(var t=0,e=arguments[0].getChildBoundables().iterator();e.hasNext();){var n=e.next();n instanceof Kh?t+=this.size(n):n instanceof Hh&&(t+=1)}return t}},el.prototype.removeItem=function(t,e){for(var n=null,r=t.getChildBoundables().iterator();r.hasNext();){var i=r.next();i instanceof Hh&&i.getItem()===e&&(n=i)}return null!==n&&(t.getChildBoundables().remove(n),!0)},el.prototype.itemsTree=function(){if(0===arguments.length){this.build();var t=this.itemsTree(this._root);return null===t?new bc:t}if(1===arguments.length){for(var e=arguments[0],n=new bc,r=e.getChildBoundables().iterator();r.hasNext();){var i=r.next();if(i instanceof Kh){var o=this.itemsTree(i);null!==o&&n.add(o)}else i instanceof Hh?n.add(i.getItem()):tc.shouldNeverReachHere()}return n.size()<=0?null:n}},el.prototype.insert=function(t,e){tc.isTrue(!this._built,"Cannot insert items into an STR packed R-tree after it has been built."),this._itemBoundables.add(new Hh(t,e))},el.prototype.boundablesAtLevel=function(){if(1===arguments.length){var t=arguments[0],e=new bc;return this.boundablesAtLevel(t,this._root,e),e}if(3===arguments.length){var n=arguments[0],r=arguments[1],i=arguments[2];if(tc.isTrue(n>-2),r.getLevel()===n)return i.add(r),null;for(var o=r.getChildBoundables().iterator();o.hasNext();){var s=o.next();s instanceof Kh?this.boundablesAtLevel(n,s,i):(tc.isTrue(s instanceof Hh),-1===n&&i.add(s))}return null}},el.prototype.query=function(){if(1===arguments.length){var t=arguments[0];this.build();var e=new bc;return this.isEmpty()||this.getIntersectsOp().intersects(this._root.getBounds(),t)&&this.query(t,this._root,e),e}if(2===arguments.length){var n=arguments[0],r=arguments[1];if(this.build(),this.isEmpty())return null;this.getIntersectsOp().intersects(this._root.getBounds(),n)&&this.query(n,this._root,r)}else if(3===arguments.length)if(Lu(arguments[2],Jh)&&arguments[0]instanceof Object&&arguments[1]instanceof Kh)for(var i=arguments[0],o=arguments[2],s=arguments[1].getChildBoundables(),a=0;at&&(t=r)}}return t+1}},el.prototype.createParentBoundables=function(t,e){tc.isTrue(!t.isEmpty());var n=new bc;n.add(this.createNode(e));var r=new bc(t);$h.sort(r,this.getComparator());for(var i=r.iterator();i.hasNext();){var o=i.next();this.lastNode(n).getChildBoundables().size()===this.getNodeCapacity()&&n.add(this.createNode(e)),this.lastNode(n).addChildBoundable(o)}return n},el.prototype.isEmpty=function(){return this._built?this._root.isEmpty():this._itemBoundables.isEmpty()},el.prototype.interfaces_=function(){return[Li]},el.prototype.getClass=function(){return el},el.compareDoubles=function(t,e){return t>e?1:t0);for(var n=new bc,r=0;r0;){var l=h.poll(),p=l.getDistance();if(p>=u)break;l.isLeaves()?(u=p,c=l):l.expandToQueue(h,u)}return[c.getBoundable(0).getItem(),c.getBoundable(1).getItem()]}}else if(3===arguments.length){var f=arguments[2],g=new Hh(arguments[0],arguments[1]),d=new tl(this.getRoot(),g,f);return this.nearestNeighbour(d)[0]}},e.prototype.interfaces_=function(){return[Zh,Li]},e.prototype.getClass=function(){return e},e.centreX=function(t){return e.avg(t.getMinX(),t.getMaxX())},e.avg=function(t,e){return(t+e)/2},e.centreY=function(t){return e.avg(t.getMinY(),t.getMaxY())},n.STRtreeNode.get=function(){return sl},n.serialVersionUID.get=function(){return 0x39920f7d5f261e0},n.xComparator.get=function(){return{interfaces_:function(){return[wu]},compare:function(n,r){return t.compareDoubles(e.centreX(n.getBounds()),e.centreX(r.getBounds()))}}},n.yComparator.get=function(){return{interfaces_:function(){return[wu]},compare:function(n,r){return t.compareDoubles(e.centreY(n.getBounds()),e.centreY(r.getBounds()))}}},n.intersectsOp.get=function(){return{interfaces_:function(){return[t.IntersectsOp]},intersects:function(t,e){return t.intersects(e)}}},n.DEFAULT_NODE_CAPACITY.get=function(){return 10},Object.defineProperties(e,n),e}(el),sl=function(t){function e(){var e=arguments[0];t.call(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.computeBounds=function(){for(var t=null,e=this.getChildBoundables().iterator();e.hasNext();){var n=e.next();null===t?t=new Yu(n.getBounds()):t.expandToInclude(n.getBounds())}return t},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Kh),al=function(){};al.prototype.interfaces_=function(){return[]},al.prototype.getClass=function(){return al},al.relativeSign=function(t,e){return te?1:0},al.compare=function(t,e,n){if(e.equals2D(n))return 0;var r=al.relativeSign(e.x,n.x),i=al.relativeSign(e.y,n.y);switch(t){case 0:return al.compareValue(r,i);case 1:return al.compareValue(i,r);case 2:return al.compareValue(i,-r);case 3:return al.compareValue(-r,i);case 4:return al.compareValue(-r,-i);case 5:return al.compareValue(-i,-r);case 6:return al.compareValue(-i,r);case 7:return al.compareValue(r,-i)}return tc.shouldNeverReachHere("invalid octant value"),0},al.compareValue=function(t,e){return t<0?-1:t>0?1:e<0?-1:e>0?1:0};var ul=function(){this._segString=null,this.coord=null,this.segmentIndex=null,this._segmentOctant=null,this._isInterior=null;var t=arguments[0],e=arguments[1],n=arguments[2],r=arguments[3];this._segString=t,this.coord=new bu(e),this.segmentIndex=n,this._segmentOctant=r,this._isInterior=!e.equals2D(t.getCoordinate(n))};ul.prototype.getCoordinate=function(){return this.coord},ul.prototype.print=function(t){t.print(this.coord),t.print(" seg # = "+this.segmentIndex)},ul.prototype.compareTo=function(t){var e=t;return this.segmentIndexe.segmentIndex?1:this.coord.equals2D(e.coord)?0:al.compare(this._segmentOctant,this.coord,e.coord)},ul.prototype.isEndPoint=function(t){return 0===this.segmentIndex&&!this._isInterior||this.segmentIndex===t},ul.prototype.isInterior=function(){return this._isInterior},ul.prototype.interfaces_=function(){return[xu]},ul.prototype.getClass=function(){return ul};var cl=function(){this._nodeMap=new Gi,this._edge=null;var t=arguments[0];this._edge=t};cl.prototype.getSplitCoordinates=function(){var t=new Nc;this.addEndpoints();for(var e=this.iterator(),n=e.next();e.hasNext();){var r=e.next();this.addEdgeCoordinates(n,r,t),n=r}return t.toCoordinateArray()},cl.prototype.addCollapsedNodes=function(){var t=new bc;this.findCollapsesFromInsertedNodes(t),this.findCollapsesFromExistingVertices(t);for(var e=t.iterator();e.hasNext();){var n=e.next().intValue();this.add(this._edge.getCoordinate(n),n)}},cl.prototype.print=function(t){t.println("Intersections:");for(var e=this.iterator();e.hasNext();)e.next().print(t)},cl.prototype.findCollapsesFromExistingVertices=function(t){for(var e=0;e=0?e>=0?n>=r?0:1:n>=r?7:6:e>=0?n>=r?3:2:n>=r?4:5}if(arguments[0]instanceof bu&&arguments[1]instanceof bu){var i=arguments[0],o=arguments[1],s=o.x-i.x,a=o.y-i.y;if(0===s&&0===a)throw new _u("Cannot compute the octant for two identical points "+i);return hl.octant(s,a)}};var ll=function(){};ll.prototype.getCoordinates=function(){},ll.prototype.size=function(){},ll.prototype.getCoordinate=function(t){},ll.prototype.isClosed=function(){},ll.prototype.setData=function(t){},ll.prototype.getData=function(){},ll.prototype.interfaces_=function(){return[]},ll.prototype.getClass=function(){return ll};var pl=function(){};pl.prototype.addIntersection=function(t,e){},pl.prototype.interfaces_=function(){return[ll]},pl.prototype.getClass=function(){return pl};var fl=function(){this._nodeList=new cl(this),this._pts=null,this._data=null;var t=arguments[0],e=arguments[1];this._pts=t,this._data=e};fl.prototype.getCoordinates=function(){return this._pts},fl.prototype.size=function(){return this._pts.length},fl.prototype.getCoordinate=function(t){return this._pts[t]},fl.prototype.isClosed=function(){return this._pts[0].equals(this._pts[this._pts.length-1])},fl.prototype.getSegmentOctant=function(t){return t===this._pts.length-1?-1:this.safeOctant(this.getCoordinate(t),this.getCoordinate(t+1))},fl.prototype.setData=function(t){this._data=t},fl.prototype.safeOctant=function(t,e){return t.equals2D(e)?0:hl.octant(t,e)},fl.prototype.getData=function(){return this._data},fl.prototype.addIntersection=function(){if(2===arguments.length){var t=arguments[0],e=arguments[1];this.addIntersectionNode(t,e)}else if(4===arguments.length){var n=arguments[1],r=arguments[3],i=new bu(arguments[0].getIntersection(r));this.addIntersection(i,n)}},fl.prototype.toString=function(){return Ku.toLineString(new uh(this._pts))},fl.prototype.getNodeList=function(){return this._nodeList},fl.prototype.addIntersectionNode=function(t,e){var n=e,r=n+1;if(r=0&&n>=0||e<=0&&n<=0?Math.max(e,n):0}if(arguments[0]instanceof bu){var r=arguments[0];return sc.orientationIndex(this.p0,this.p1,r)}},gl.prototype.toGeometry=function(t){return t.createLineString([this.p0,this.p1])},gl.prototype.isVertical=function(){return this.p0.x===this.p1.x},gl.prototype.equals=function(t){if(!(t instanceof gl))return!1;var e=t;return this.p0.equals(e.p0)&&this.p1.equals(e.p1)},gl.prototype.intersection=function(t){var e=new rc;return e.computeIntersection(this.p0,this.p1,t.p0,t.p1),e.hasIntersection()?e.getIntersection(0):null},gl.prototype.project=function(){if(arguments[0]instanceof bu){var t=arguments[0];if(t.equals(this.p0)||t.equals(this.p1))return new bu(t);var e=this.projectionFactor(t),n=new bu;return n.x=this.p0.x+e*(this.p1.x-this.p0.x),n.y=this.p0.y+e*(this.p1.y-this.p0.y),n}if(arguments[0]instanceof gl){var r=arguments[0],i=this.projectionFactor(r.p0),o=this.projectionFactor(r.p1);if(i>=1&&o>=1)return null;if(i<=0&&o<=0)return null;var s=this.project(r.p0);i<0&&(s=this.p0),i>1&&(s=this.p1);var a=this.project(r.p1);return o<0&&(a=this.p0),o>1&&(a=this.p1),new gl(s,a)}},gl.prototype.normalize=function(){this.p1.compareTo(this.p0)<0&&this.reverse()},gl.prototype.angle=function(){return Math.atan2(this.p1.y-this.p0.y,this.p1.x-this.p0.x)},gl.prototype.getCoordinate=function(t){return 0===t?this.p0:this.p1},gl.prototype.distancePerpendicular=function(t){return sc.distancePointLinePerpendicular(t,this.p0,this.p1)},gl.prototype.minY=function(){return Math.min(this.p0.y,this.p1.y)},gl.prototype.midPoint=function(){return gl.midPoint(this.p0,this.p1)},gl.prototype.projectionFactor=function(t){if(t.equals(this.p0))return 0;if(t.equals(this.p1))return 1;var e=this.p1.x-this.p0.x,n=this.p1.y-this.p0.y,r=e*e+n*n;return r<=0?mu.NaN:((t.x-this.p0.x)*e+(t.y-this.p0.y)*n)/r},gl.prototype.closestPoints=function(t){var e=this.intersection(t);if(null!==e)return[e,e];var n=new Array(2).fill(null),r=mu.MAX_VALUE,i=null,o=this.closestPoint(t.p0);r=o.distance(t.p0),n[0]=o,n[1]=t.p0;var s=this.closestPoint(t.p1);(i=s.distance(t.p1))0&&e<1?this.project(t):this.p0.distance(t)1||mu.isNaN(e))&&(e=1),e},gl.prototype.toString=function(){return"LINESTRING( "+this.p0.x+" "+this.p0.y+", "+this.p1.x+" "+this.p1.y+")"},gl.prototype.isHorizontal=function(){return this.p0.y===this.p1.y},gl.prototype.distance=function(){if(arguments[0]instanceof gl){var t=arguments[0];return sc.distanceLineLine(this.p0,this.p1,t.p0,t.p1)}if(arguments[0]instanceof bu){var e=arguments[0];return sc.distancePointLine(e,this.p0,this.p1)}},gl.prototype.pointAlong=function(t){var e=new bu;return e.x=this.p0.x+t*(this.p1.x-this.p0.x),e.y=this.p0.y+t*(this.p1.y-this.p0.y),e},gl.prototype.hashCode=function(){var t=mu.doubleToLongBits(this.p0.x);t^=31*mu.doubleToLongBits(this.p0.y);var e=Math.trunc(t)^Math.trunc(t>>32),n=mu.doubleToLongBits(this.p1.x);return n^=31*mu.doubleToLongBits(this.p1.y),e^Math.trunc(n)^Math.trunc(n>>32)},gl.prototype.interfaces_=function(){return[xu,Li]},gl.prototype.getClass=function(){return gl},gl.midPoint=function(t,e){return new bu((t.x+e.x)/2,(t.y+e.y)/2)},dl.serialVersionUID.get=function(){return 0x2d2172135f411c00},Object.defineProperties(gl,dl);var yl=function(){this.tempEnv1=new Yu,this.tempEnv2=new Yu,this._overlapSeg1=new gl,this._overlapSeg2=new gl};yl.prototype.overlap=function(){if(2===arguments.length);else if(4===arguments.length){var t=arguments[1],e=arguments[2],n=arguments[3];arguments[0].getLineSegment(t,this._overlapSeg1),e.getLineSegment(n,this._overlapSeg2),this.overlap(this._overlapSeg1,this._overlapSeg2)}},yl.prototype.interfaces_=function(){return[]},yl.prototype.getClass=function(){return yl};var _l=function(){this._pts=null,this._start=null,this._end=null,this._env=null,this._context=null,this._id=null;var t=arguments[0],e=arguments[1],n=arguments[2],r=arguments[3];this._pts=t,this._start=e,this._end=n,this._context=r};_l.prototype.getLineSegment=function(t,e){e.p0=this._pts[t],e.p1=this._pts[t+1]},_l.prototype.computeSelect=function(t,e,n,r){var i=this._pts[e],o=this._pts[n];if(r.tempEnv1.init(i,o),n-e==1)return r.select(this,e),null;if(!t.intersects(r.tempEnv1))return null;var s=Math.trunc((e+n)/2);e=t.length-1)return t.length-1;for(var r=Bh.quadrant(t[n],t[n+1]),i=e+1;in.getId()&&(n.computeOverlaps(i,t),this._nOverlaps++),this._segInt.isDone())return null}},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},n.SegmentOverlapAction.get=function(){return wl},Object.defineProperties(e,n),e}(xl),wl=function(t){function e(){t.call(this),this._si=null;var e=arguments[0];this._si=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.overlap=function(){if(4!==arguments.length)return t.prototype.overlap.apply(this,arguments);var e=arguments[1],n=arguments[2],r=arguments[3],i=arguments[0].getContext(),o=n.getContext();this._si.processIntersections(i,e,o,r)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(yl),bl=function t(){if(this._quadrantSegments=t.DEFAULT_QUADRANT_SEGMENTS,this._endCapStyle=t.CAP_ROUND,this._joinStyle=t.JOIN_ROUND,this._mitreLimit=t.DEFAULT_MITRE_LIMIT,this._isSingleSided=!1,this._simplifyFactor=t.DEFAULT_SIMPLIFY_FACTOR,0===arguments.length);else if(1===arguments.length){var e=arguments[0];this.setQuadrantSegments(e)}else if(2===arguments.length){var n=arguments[0],r=arguments[1];this.setQuadrantSegments(n),this.setEndCapStyle(r)}else if(4===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2],a=arguments[3];this.setQuadrantSegments(i),this.setEndCapStyle(o),this.setJoinStyle(s),this.setMitreLimit(a)}},Il={CAP_ROUND:{configurable:!0},CAP_FLAT:{configurable:!0},CAP_SQUARE:{configurable:!0},JOIN_ROUND:{configurable:!0},JOIN_MITRE:{configurable:!0},JOIN_BEVEL:{configurable:!0},DEFAULT_QUADRANT_SEGMENTS:{configurable:!0},DEFAULT_MITRE_LIMIT:{configurable:!0},DEFAULT_SIMPLIFY_FACTOR:{configurable:!0}};bl.prototype.getEndCapStyle=function(){return this._endCapStyle},bl.prototype.isSingleSided=function(){return this._isSingleSided},bl.prototype.setQuadrantSegments=function(t){this._quadrantSegments=t,0===this._quadrantSegments&&(this._joinStyle=bl.JOIN_BEVEL),this._quadrantSegments<0&&(this._joinStyle=bl.JOIN_MITRE,this._mitreLimit=Math.abs(this._quadrantSegments)),t<=0&&(this._quadrantSegments=1),this._joinStyle!==bl.JOIN_ROUND&&(this._quadrantSegments=bl.DEFAULT_QUADRANT_SEGMENTS)},bl.prototype.getJoinStyle=function(){return this._joinStyle},bl.prototype.setJoinStyle=function(t){this._joinStyle=t},bl.prototype.setSimplifyFactor=function(t){this._simplifyFactor=t<0?0:t},bl.prototype.getSimplifyFactor=function(){return this._simplifyFactor},bl.prototype.getQuadrantSegments=function(){return this._quadrantSegments},bl.prototype.setEndCapStyle=function(t){this._endCapStyle=t},bl.prototype.getMitreLimit=function(){return this._mitreLimit},bl.prototype.setMitreLimit=function(t){this._mitreLimit=t},bl.prototype.setSingleSided=function(t){this._isSingleSided=t},bl.prototype.interfaces_=function(){return[]},bl.prototype.getClass=function(){return bl},bl.bufferDistanceError=function(t){var e=Math.PI/2/t;return 1-Math.cos(e/2)},Il.CAP_ROUND.get=function(){return 1},Il.CAP_FLAT.get=function(){return 2},Il.CAP_SQUARE.get=function(){return 3},Il.JOIN_ROUND.get=function(){return 1},Il.JOIN_MITRE.get=function(){return 2},Il.JOIN_BEVEL.get=function(){return 3},Il.DEFAULT_QUADRANT_SEGMENTS.get=function(){return 8},Il.DEFAULT_MITRE_LIMIT.get=function(){return 5},Il.DEFAULT_SIMPLIFY_FACTOR.get=function(){return.01},Object.defineProperties(bl,Il);var Nl=function(t){this._distanceTol=null,this._isDeleted=null,this._angleOrientation=sc.COUNTERCLOCKWISE,this._inputLine=t||null},Cl={INIT:{configurable:!0},DELETE:{configurable:!0},KEEP:{configurable:!0},NUM_PTS_TO_CHECK:{configurable:!0}};Nl.prototype.isDeletable=function(t,e,n,r){var i=this._inputLine[t],o=this._inputLine[e],s=this._inputLine[n];return!!this.isConcave(i,o,s)&&!!this.isShallow(i,o,s,r)&&this.isShallowSampled(i,o,t,n,r)},Nl.prototype.deleteShallowConcavities=function(){for(var t=1,e=this.findNextNonDeletedIndex(t),n=this.findNextNonDeletedIndex(e),r=!1;n=0;r--)this.addPt(t[r])},Sl.prototype.isRedundant=function(t){if(this._ptList.size()<1)return!1;var e=this._ptList.get(this._ptList.size()-1);return t.distance(e)Math.PI;)t-=Ll.PI_TIMES_2;for(;t<=-Math.PI;)t+=Ll.PI_TIMES_2;return t},Ll.angle=function(){if(1===arguments.length){var t=arguments[0];return Math.atan2(t.y,t.x)}if(2===arguments.length){var e=arguments[0],n=arguments[1],r=n.x-e.x,i=n.y-e.y;return Math.atan2(i,r)}},Ll.isAcute=function(t,e,n){var r=t.x-e.x,i=t.y-e.y;return r*(n.x-e.x)+i*(n.y-e.y)>0},Ll.isObtuse=function(t,e,n){var r=t.x-e.x,i=t.y-e.y;return r*(n.x-e.x)+i*(n.y-e.y)<0},Ll.interiorAngle=function(t,e,n){var r=Ll.angle(e,t),i=Ll.angle(e,n);return Math.abs(i-r)},Ll.normalizePositive=function(t){if(t<0){for(;t<0;)t+=Ll.PI_TIMES_2;t>=Ll.PI_TIMES_2&&(t=0)}else{for(;t>=Ll.PI_TIMES_2;)t-=Ll.PI_TIMES_2;t<0&&(t=0)}return t},Ll.angleBetween=function(t,e,n){var r=Ll.angle(e,t),i=Ll.angle(e,n);return Ll.diff(r,i)},Ll.diff=function(t,e){var n=null;return(n=tMath.PI&&(n=2*Math.PI-n),n},Ll.toRadians=function(t){return t*Math.PI/180},Ll.getTurn=function(t,e){var n=Math.sin(e-t);return n>0?Ll.COUNTERCLOCKWISE:n<0?Ll.CLOCKWISE:Ll.NONE},Ll.angleBetweenOriented=function(t,e,n){var r=Ll.angle(e,t),i=Ll.angle(e,n)-r;return i<=-Math.PI?i+Ll.PI_TIMES_2:i>Math.PI?i-Ll.PI_TIMES_2:i},Pl.PI_TIMES_2.get=function(){return 2*Math.PI},Pl.PI_OVER_2.get=function(){return Math.PI/2},Pl.PI_OVER_4.get=function(){return Math.PI/4},Pl.COUNTERCLOCKWISE.get=function(){return sc.COUNTERCLOCKWISE},Pl.CLOCKWISE.get=function(){return sc.CLOCKWISE},Pl.NONE.get=function(){return sc.COLLINEAR},Object.defineProperties(Ll,Pl);var Ol=function t(){this._maxCurveSegmentError=0,this._filletAngleQuantum=null,this._closingSegLengthFactor=1,this._segList=null,this._distance=0,this._precisionModel=null,this._bufParams=null,this._li=null,this._s0=null,this._s1=null,this._s2=null,this._seg0=new gl,this._seg1=new gl,this._offset0=new gl,this._offset1=new gl,this._side=0,this._hasNarrowConcaveAngle=!1;var e=arguments[0],n=arguments[1],r=arguments[2];this._precisionModel=e,this._bufParams=n,this._li=new rc,this._filletAngleQuantum=Math.PI/2/n.getQuadrantSegments(),n.getQuadrantSegments()>=8&&n.getJoinStyle()===bl.JOIN_ROUND&&(this._closingSegLengthFactor=t.MAX_CLOSING_SEG_LEN_FACTOR),this.init(r)},Rl={OFFSET_SEGMENT_SEPARATION_FACTOR:{configurable:!0},INSIDE_TURN_VERTEX_SNAP_DISTANCE_FACTOR:{configurable:!0},CURVE_VERTEX_SNAP_DISTANCE_FACTOR:{configurable:!0},MAX_CLOSING_SEG_LEN_FACTOR:{configurable:!0}};Ol.prototype.addNextSegment=function(t,e){if(this._s0=this._s1,this._s1=this._s2,this._s2=t,this._seg0.setCoordinates(this._s0,this._s1),this.computeOffsetSegment(this._seg0,this._side,this._distance,this._offset0),this._seg1.setCoordinates(this._s1,this._s2),this.computeOffsetSegment(this._seg1,this._side,this._distance,this._offset1),this._s1.equals(this._s2))return null;var n=sc.computeOrientation(this._s0,this._s1,this._s2),r=n===sc.CLOCKWISE&&this._side===Nh.LEFT||n===sc.COUNTERCLOCKWISE&&this._side===Nh.RIGHT;0===n?this.addCollinear(e):r?this.addOutsideTurn(n,e):this.addInsideTurn(n,e)},Ol.prototype.addLineEndCap=function(t,e){var n=new gl(t,e),r=new gl;this.computeOffsetSegment(n,Nh.LEFT,this._distance,r);var i=new gl;this.computeOffsetSegment(n,Nh.RIGHT,this._distance,i);var o=e.x-t.x,s=e.y-t.y,a=Math.atan2(s,o);switch(this._bufParams.getEndCapStyle()){case bl.CAP_ROUND:this._segList.addPt(r.p1),this.addFilletArc(e,a+Math.PI/2,a-Math.PI/2,sc.CLOCKWISE,this._distance),this._segList.addPt(i.p1);break;case bl.CAP_FLAT:this._segList.addPt(r.p1),this._segList.addPt(i.p1);break;case bl.CAP_SQUARE:var u=new bu;u.x=Math.abs(this._distance)*Math.cos(a),u.y=Math.abs(this._distance)*Math.sin(a);var c=new bu(r.p1.x+u.x,r.p1.y+u.y),h=new bu(i.p1.x+u.x,i.p1.y+u.y);this._segList.addPt(c),this._segList.addPt(h)}},Ol.prototype.getCoordinates=function(){return this._segList.getCoordinates()},Ol.prototype.addMitreJoin=function(t,e,n,r){var i=!0,o=null;try{o=Uu.intersection(e.p0,e.p1,n.p0,n.p1),(r<=0?1:o.distance(t)/Math.abs(r))>this._bufParams.getMitreLimit()&&(i=!1)}catch(t){if(!(t instanceof ju))throw t;o=new bu(0,0),i=!1}i?this._segList.addPt(o):this.addLimitedMitreJoin(e,n,r,this._bufParams.getMitreLimit())},Ol.prototype.addFilletCorner=function(t,e,n,r,i){var o=e.x-t.x,s=e.y-t.y,a=Math.atan2(s,o),u=n.x-t.x,c=n.y-t.y,h=Math.atan2(c,u);r===sc.CLOCKWISE?a<=h&&(a+=2*Math.PI):a>=h&&(a-=2*Math.PI),this._segList.addPt(e),this.addFilletArc(t,a,h,r,i),this._segList.addPt(n)},Ol.prototype.addOutsideTurn=function(t,e){if(this._offset0.p1.distance(this._offset1.p0)0){var n=new bu((this._closingSegLengthFactor*this._offset0.p1.x+this._s1.x)/(this._closingSegLengthFactor+1),(this._closingSegLengthFactor*this._offset0.p1.y+this._s1.y)/(this._closingSegLengthFactor+1));this._segList.addPt(n);var r=new bu((this._closingSegLengthFactor*this._offset1.p0.x+this._s1.x)/(this._closingSegLengthFactor+1),(this._closingSegLengthFactor*this._offset1.p0.y+this._s1.y)/(this._closingSegLengthFactor+1));this._segList.addPt(r)}else this._segList.addPt(this._s1);this._segList.addPt(this._offset1.p0)}},Ol.prototype.createCircle=function(t){var e=new bu(t.x+this._distance,t.y);this._segList.addPt(e),this.addFilletArc(t,0,2*Math.PI,-1,this._distance),this._segList.closeRing()},Ol.prototype.addBevelJoin=function(t,e){this._segList.addPt(t.p1),this._segList.addPt(e.p0)},Ol.prototype.init=function(t){this._distance=t,this._maxCurveSegmentError=t*(1-Math.cos(this._filletAngleQuantum/2)),this._segList=new Sl,this._segList.setPrecisionModel(this._precisionModel),this._segList.setMinimumVertexDistance(t*Ol.CURVE_VERTEX_SNAP_DISTANCE_FACTOR)},Ol.prototype.addCollinear=function(t){this._li.computeIntersection(this._s0,this._s1,this._s1,this._s2),this._li.getIntersectionNum()>=2&&(this._bufParams.getJoinStyle()===bl.JOIN_BEVEL||this._bufParams.getJoinStyle()===bl.JOIN_MITRE?(t&&this._segList.addPt(this._offset0.p1),this._segList.addPt(this._offset1.p0)):this.addFilletCorner(this._s1,this._offset0.p1,this._offset1.p0,sc.CLOCKWISE,this._distance))},Ol.prototype.closeRing=function(){this._segList.closeRing()},Ol.prototype.hasNarrowConcaveAngle=function(){return this._hasNarrowConcaveAngle},Ol.prototype.interfaces_=function(){return[]},Ol.prototype.getClass=function(){return Ol},Rl.OFFSET_SEGMENT_SEPARATION_FACTOR.get=function(){return.001},Rl.INSIDE_TURN_VERTEX_SNAP_DISTANCE_FACTOR.get=function(){return.001},Rl.CURVE_VERTEX_SNAP_DISTANCE_FACTOR.get=function(){return 1e-6},Rl.MAX_CLOSING_SEG_LEN_FACTOR.get=function(){return 80},Object.defineProperties(Ol,Rl);var Tl=function(){this._distance=0,this._precisionModel=null,this._bufParams=null;var t=arguments[0],e=arguments[1];this._precisionModel=t,this._bufParams=e};Tl.prototype.getOffsetCurve=function(t,e){if(this._distance=e,0===e)return null;var n=e<0,r=Math.abs(e),i=this.getSegGen(r);t.length<=1?this.computePointCurve(t[0],i):this.computeOffsetCurve(t,n,i);var o=i.getCoordinates();return n&&Cc.reverse(o),o},Tl.prototype.computeSingleSidedBufferCurve=function(t,e,n){var r=this.simplifyTolerance(this._distance);if(e){n.addSegments(t,!0);var i=Nl.simplify(t,-r),o=i.length-1;n.initSideSegments(i[o],i[o-1],Nh.LEFT),n.addFirstSegment();for(var s=o-2;s>=0;s--)n.addNextSegment(i[s],!0)}else{n.addSegments(t,!1);var a=Nl.simplify(t,r),u=a.length-1;n.initSideSegments(a[0],a[1],Nh.LEFT),n.addFirstSegment();for(var c=2;c<=u;c++)n.addNextSegment(a[c],!0)}n.addLastSegment(),n.closeRing()},Tl.prototype.computeRingBufferCurve=function(t,e,n){var r=this.simplifyTolerance(this._distance);e===Nh.RIGHT&&(r=-r);var i=Nl.simplify(t,r),o=i.length-1;n.initSideSegments(i[o-1],i[0],e);for(var s=1;s<=o;s++){var a=1!==s;n.addNextSegment(i[s],a)}n.closeRing()},Tl.prototype.computeLineBufferCurve=function(t,e){var n=this.simplifyTolerance(this._distance),r=Nl.simplify(t,n),i=r.length-1;e.initSideSegments(r[0],r[1],Nh.LEFT);for(var o=2;o<=i;o++)e.addNextSegment(r[o],!0);e.addLastSegment(),e.addLineEndCap(r[i-1],r[i]);var s=Nl.simplify(t,-n),a=s.length-1;e.initSideSegments(s[a],s[a-1],Nh.LEFT);for(var u=a-2;u>=0;u--)e.addNextSegment(s[u],!0);e.addLastSegment(),e.addLineEndCap(s[1],s[0]),e.closeRing()},Tl.prototype.computePointCurve=function(t,e){switch(this._bufParams.getEndCapStyle()){case bl.CAP_ROUND:e.createCircle(t);break;case bl.CAP_SQUARE:e.createSquare(t)}},Tl.prototype.getLineCurve=function(t,e){if(this._distance=e,e<0&&!this._bufParams.isSingleSided())return null;if(0===e)return null;var n=Math.abs(e),r=this.getSegGen(n);if(t.length<=1)this.computePointCurve(t[0],r);else if(this._bufParams.isSingleSided()){var i=e<0;this.computeSingleSidedBufferCurve(t,i,r)}else this.computeLineBufferCurve(t,r);return r.getCoordinates()},Tl.prototype.getBufferParameters=function(){return this._bufParams},Tl.prototype.simplifyTolerance=function(t){return t*this._bufParams.getSimplifyFactor()},Tl.prototype.getRingCurve=function(t,e,n){if(this._distance=n,t.length<=2)return this.getLineCurve(t,n);if(0===n)return Tl.copyCoordinates(t);var r=this.getSegGen(n);return this.computeRingBufferCurve(t,e,r),r.getCoordinates()},Tl.prototype.computeOffsetCurve=function(t,e,n){var r=this.simplifyTolerance(this._distance);if(e){var i=Nl.simplify(t,-r),o=i.length-1;n.initSideSegments(i[o],i[o-1],Nh.LEFT),n.addFirstSegment();for(var s=o-2;s>=0;s--)n.addNextSegment(i[s],!0)}else{var a=Nl.simplify(t,r),u=a.length-1;n.initSideSegments(a[0],a[1],Nh.LEFT),n.addFirstSegment();for(var c=2;c<=u;c++)n.addNextSegment(a[c],!0)}n.addLastSegment()},Tl.prototype.getSegGen=function(t){return new Ol(this._precisionModel,this._bufParams,t)},Tl.prototype.interfaces_=function(){return[]},Tl.prototype.getClass=function(){return Tl},Tl.copyCoordinates=function(t){for(var e=new Array(t.length).fill(null),n=0;ni.getMaxY()||this.findStabbedSegments(t,r.getDirectedEdges(),e)}return e}if(3===arguments.length)if(Lu(arguments[2],wc)&&arguments[0]instanceof bu&&arguments[1]instanceof jh){for(var o=arguments[0],s=arguments[1],a=arguments[2],u=s.getEdge().getCoordinates(),c=0;cthis._seg.p1.y&&this._seg.reverse(),!(Math.max(this._seg.p0.x,this._seg.p1.x)this._seg.p1.y||sc.computeOrientation(this._seg.p0,this._seg.p1,o)===sc.RIGHT)){var h=s.getDepth(Nh.LEFT);this._seg.p0.equals(u[c])||(h=s.getDepth(Nh.RIGHT));var l=new Fl(this._seg,h);a.add(l)}}else if(Lu(arguments[2],wc)&&arguments[0]instanceof bu&&Lu(arguments[1],wc))for(var p=arguments[0],f=arguments[2],g=arguments[1].iterator();g.hasNext();){var d=g.next();d.isForward()&&this.findStabbedSegments(p,d,f)}},Al.prototype.getDepth=function(t){var e=this.findStabbedSegments(t);return 0===e.size()?0:$h.min(e)._leftDepth},Al.prototype.interfaces_=function(){return[]},Al.prototype.getClass=function(){return Al},Dl.DepthSegment.get=function(){return Fl},Object.defineProperties(Al,Dl);var Fl=function(){this._upwardSeg=null,this._leftDepth=null;var t=arguments[0],e=arguments[1];this._upwardSeg=new gl(t),this._leftDepth=e};Fl.prototype.compareTo=function(t){var e=t;if(this._upwardSeg.minX()>=e._upwardSeg.maxX())return 1;if(this._upwardSeg.maxX()<=e._upwardSeg.minX())return-1;var n=this._upwardSeg.orientationIndex(e._upwardSeg);return 0!==n||0!=(n=-1*e._upwardSeg.orientationIndex(this._upwardSeg))?n:this._upwardSeg.compareTo(e._upwardSeg)},Fl.prototype.compareX=function(t,e){var n=t.p0.compareTo(e.p0);return 0!==n?n:t.p1.compareTo(e.p1)},Fl.prototype.toString=function(){return this._upwardSeg.toString()},Fl.prototype.interfaces_=function(){return[xu]},Fl.prototype.getClass=function(){return Fl};var ql=function(t,e,n){this.p0=t||null,this.p1=e||null,this.p2=n||null};ql.prototype.area=function(){return ql.area(this.p0,this.p1,this.p2)},ql.prototype.signedArea=function(){return ql.signedArea(this.p0,this.p1,this.p2)},ql.prototype.interpolateZ=function(t){if(null===t)throw new _u("Supplied point is null.");return ql.interpolateZ(t,this.p0,this.p1,this.p2)},ql.prototype.longestSideLength=function(){return ql.longestSideLength(this.p0,this.p1,this.p2)},ql.prototype.isAcute=function(){return ql.isAcute(this.p0,this.p1,this.p2)},ql.prototype.circumcentre=function(){return ql.circumcentre(this.p0,this.p1,this.p2)},ql.prototype.area3D=function(){return ql.area3D(this.p0,this.p1,this.p2)},ql.prototype.centroid=function(){return ql.centroid(this.p0,this.p1,this.p2)},ql.prototype.inCentre=function(){return ql.inCentre(this.p0,this.p1,this.p2)},ql.prototype.interfaces_=function(){return[]},ql.prototype.getClass=function(){return ql},ql.area=function(t,e,n){return Math.abs(((n.x-t.x)*(e.y-t.y)-(e.x-t.x)*(n.y-t.y))/2)},ql.signedArea=function(t,e,n){return((n.x-t.x)*(e.y-t.y)-(e.x-t.x)*(n.y-t.y))/2},ql.det=function(t,e,n,r){return t*r-e*n},ql.interpolateZ=function(t,e,n,r){var i=e.x,o=e.y,s=n.x-i,a=r.x-i,u=n.y-o,c=r.y-o,h=s*c-a*u,l=t.x-i,p=t.y-o,f=(c*l-a*p)/h,g=(-u*l+s*p)/h;return e.z+f*(n.z-e.z)+g*(r.z-e.z)},ql.longestSideLength=function(t,e,n){var r=t.distance(e),i=e.distance(n),o=n.distance(t),s=r;return i>s&&(s=i),o>s&&(s=o),s},ql.isAcute=function(t,e,n){return!!Ll.isAcute(t,e,n)&&!!Ll.isAcute(e,n,t)&&!!Ll.isAcute(n,t,e)},ql.circumcentre=function(t,e,n){var r=n.x,i=n.y,o=t.x-r,s=t.y-i,a=e.x-r,u=e.y-i,c=2*ql.det(o,s,a,u),h=ql.det(s,o*o+s*s,u,a*a+u*u),l=ql.det(o,o*o+s*s,a,a*a+u*u);return new bu(r-h/c,i+l/c)},ql.perpendicularBisector=function(t,e){var n=e.x-t.x,r=e.y-t.y,i=new Uu(t.x+n/2,t.y+r/2,1),o=new Uu(t.x-r+n/2,t.y+n+r/2,1);return new Uu(i,o)},ql.angleBisector=function(t,e,n){var r=e.distance(t),i=r/(r+e.distance(n)),o=n.x-t.x,s=n.y-t.y;return new bu(t.x+i*o,t.y+i*s)},ql.area3D=function(t,e,n){var r=e.x-t.x,i=e.y-t.y,o=e.z-t.z,s=n.x-t.x,a=n.y-t.y,u=n.z-t.z,c=i*u-o*a,h=o*s-r*u,l=r*a-i*s,p=c*c+h*h+l*l;return Math.sqrt(p)/2},ql.centroid=function(t,e,n){var r=(t.x+e.x+n.x)/3,i=(t.y+e.y+n.y)/3;return new bu(r,i)},ql.inCentre=function(t,e,n){var r=e.distance(n),i=t.distance(n),o=t.distance(e),s=r+i+o,a=(r*t.x+i*e.x+o*n.x)/s,u=(r*t.y+i*e.y+o*n.y)/s;return new bu(a,u)};var Gl=function(){this._inputGeom=null,this._distance=null,this._curveBuilder=null,this._curveList=new bc;var t=arguments[0],e=arguments[1],n=arguments[2];this._inputGeom=t,this._distance=e,this._curveBuilder=n};Gl.prototype.addPoint=function(t){if(this._distance<=0)return null;var e=t.getCoordinates(),n=this._curveBuilder.getLineCurve(e,this._distance);this.addCurve(n,Su.EXTERIOR,Su.INTERIOR)},Gl.prototype.addPolygon=function(t){var e=this._distance,n=Nh.LEFT;this._distance<0&&(e=-this._distance,n=Nh.RIGHT);var r=t.getExteriorRing(),i=Cc.removeRepeatedPoints(r.getCoordinates());if(this._distance<0&&this.isErodedCompletely(r,this._distance))return null;if(this._distance<=0&&i.length<3)return null;this.addPolygonRing(i,e,n,Su.EXTERIOR,Su.INTERIOR);for(var o=0;o0&&this.isErodedCompletely(s,-this._distance)||this.addPolygonRing(a,e,Nh.opposite(n),Su.INTERIOR,Su.EXTERIOR)}},Gl.prototype.isTriangleErodedCompletely=function(t,e){var n=new ql(t[0],t[1],t[2]),r=n.inCentre();return sc.distancePointLine(r,n.p0,n.p1)=eh.MINIMUM_VALID_SIZE&&sc.isCCW(t)&&(o=i,s=r,n=Nh.opposite(n));var a=this._curveBuilder.getRingCurve(t,n,e);this.addCurve(a,o,s)},Gl.prototype.add=function(t){if(t.isEmpty())return null;t instanceof $c?this.addPolygon(t):t instanceof Jc?this.addLineString(t):t instanceof Kc?this.addPoint(t):(t instanceof th||t instanceof Xc||t instanceof nh||t instanceof jc)&&this.addCollection(t)},Gl.prototype.isErodedCompletely=function(t,e){var n=t.getCoordinates();if(n.length<4)return e<0;if(4===n.length)return this.isTriangleErodedCompletely(n,e);var r=t.getEnvelopeInternal(),i=Math.min(r.getHeight(),r.getWidth());return e<0&&2*Math.abs(e)>i},Gl.prototype.addCollection=function(t){for(var e=0;e=this._max)throw new Pi;var t=this._parent.getGeometryN(this._index++);return t instanceof jc?(this._subcollectionIterator=new kl(t),this._subcollectionIterator.next()):t},kl.prototype.remove=function(){throw new Error(this.getClass().getName())},kl.prototype.hasNext=function(){if(this._atStart)return!0;if(null!==this._subcollectionIterator){if(this._subcollectionIterator.hasNext())return!0;this._subcollectionIterator=null}return!(this._index>=this._max)},kl.prototype.interfaces_=function(){return[Ec]},kl.prototype.getClass=function(){return kl},kl.isAtomic=function(t){return!(t instanceof jc)};var zl=function(){this._geom=null;var t=arguments[0];this._geom=t};zl.prototype.locate=function(t){return zl.locate(t,this._geom)},zl.prototype.interfaces_=function(){return[Bl]},zl.prototype.getClass=function(){return zl},zl.isPointInRing=function(t,e){return!!e.getEnvelopeInternal().intersects(t)&&sc.isPointInRing(t,e.getCoordinates())},zl.containsPointInPolygon=function(t,e){if(e.isEmpty())return!1;var n=e.getExteriorRing();if(!zl.isPointInRing(t,n))return!1;for(var r=0;r=0;n--){var r=this._edgeList.get(n),i=r.getSym();null===e&&(e=i),null!==t&&i.setNext(t),t=r}e.setNext(t)},e.prototype.computeDepths=function(){if(1===arguments.length){var t=arguments[0],e=this.findIndex(t),n=t.getDepth(Nh.LEFT),r=t.getDepth(Nh.RIGHT),i=this.computeDepths(e+1,this._edgeList.size(),n);if(this.computeDepths(0,e,i)!==r)throw new Mh("depth mismatch at "+t.getCoordinate())}else if(3===arguments.length){for(var o=arguments[1],s=arguments[2],a=arguments[0];a=0;i--){var o=this._resultAreaEdgeList.get(i),s=o.getSym();switch(null===e&&o.getEdgeRing()===t&&(e=o),r){case this._SCANNING_FOR_INCOMING:if(s.getEdgeRing()!==t)continue;n=s,r=this._LINKING_TO_OUTGOING;break;case this._LINKING_TO_OUTGOING:if(o.getEdgeRing()!==t)continue;n.setNextMin(o),r=this._SCANNING_FOR_INCOMING}}r===this._LINKING_TO_OUTGOING&&(tc.isTrue(null!==e,"found null for first outgoing dirEdge"),tc.isTrue(e.getEdgeRing()===t,"unable to link last incoming dirEdge"),n.setNextMin(e))},e.prototype.getOutgoingDegree=function(){if(0===arguments.length){for(var t=0,e=this.iterator();e.hasNext();)e.next().isInResult()&&t++;return t}if(1===arguments.length){for(var n=arguments[0],r=0,i=this.iterator();i.hasNext();)i.next().getEdgeRing()===n&&r++;return r}},e.prototype.getLabel=function(){return this._label},e.prototype.findCoveredLineEdges=function(){for(var t=Su.NONE,e=this.iterator();e.hasNext();){var n=e.next(),r=n.getSym();if(!n.isLineEdge()){if(n.isInResult()){t=Su.INTERIOR;break}if(r.isInResult()){t=Su.EXTERIOR;break}}}if(t===Su.NONE)return null;for(var i=t,o=this.iterator();o.hasNext();){var s=o.next(),a=s.getSym();s.isLineEdge()?s.getEdge().setCovered(i===Su.INTERIOR):(s.isInResult()&&(i=Su.EXTERIOR),a.isInResult()&&(i=Su.INTERIOR))}},e.prototype.computeLabelling=function(e){t.prototype.computeLabelling.call(this,e),this._label=new Rh(Su.NONE);for(var n=this.iterator();n.hasNext();)for(var r=n.next().getEdge().getLabel(),i=0;i<2;i++){var o=r.getLocation(i);o!==Su.INTERIOR&&o!==Su.BOUNDARY||this._label.setLocation(i,Su.INTERIOR)}},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(jl),Ul=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createNode=function(t){return new qh(t,new Xl)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Xh),Yl=function t(){this._pts=null,this._orientation=null;var e=arguments[0];this._pts=e,this._orientation=t.orientation(e)};Yl.prototype.compareTo=function(t){var e=t;return Yl.compareOriented(this._pts,this._orientation,e._pts,e._orientation)},Yl.prototype.interfaces_=function(){return[xu]},Yl.prototype.getClass=function(){return Yl},Yl.orientation=function(t){return 1===Cc.increasingDirection(t)},Yl.compareOriented=function(t,e,n,r){for(var i=e?1:-1,o=r?1:-1,s=e?t.length:-1,a=r?n.length:-1,u=e?0:t.length-1,c=r?0:n.length-1;;){var h=t[u].compareTo(n[c]);if(0!==h)return h;var l=(u+=i)===s,p=(c+=o)===a;if(l&&!p)return-1;if(!l&&p)return 1;if(l&&p)return 0}};var Vl=function(){this._edges=new bc,this._ocaMap=new Gi};Vl.prototype.print=function(t){t.print("MULTILINESTRING ( ");for(var e=0;e0&&t.print(","),t.print("(");for(var r=n.getCoordinates(),i=0;i0&&t.print(","),t.print(r[i].x+" "+r[i].y);t.println(")")}t.print(") ")},Vl.prototype.addAll=function(t){for(var e=t.iterator();e.hasNext();)this.add(e.next())},Vl.prototype.findEdgeIndex=function(t){for(var e=0;e0||!e.coord.equals2D(r);i||n--;var o=new Array(n).fill(null),s=0;o[s++]=new bu(t.coord);for(var a=t.segmentIndex+1;a<=e.segmentIndex;a++)o[s++]=this.edge.pts[a];return i&&(o[s]=e.coord),new ep(o,new Rh(this.edge._label))},Zl.prototype.add=function(t,e,n){var r=new Jl(t,e,n),i=this._nodeMap.get(r);return null!==i?i:(this._nodeMap.put(r,r),r)},Zl.prototype.isIntersection=function(t){for(var e=this.iterator();e.hasNext();)if(e.next().coord.equals(t))return!0;return!1},Zl.prototype.interfaces_=function(){return[]},Zl.prototype.getClass=function(){return Zl};var Kl=function(){};Kl.prototype.getChainStartIndices=function(t){var e=0,n=new bc;n.add(new Tu(e));do{var r=this.findChainEnd(t,e);n.add(new Tu(r)),e=r}while(en?e:n},Ql.prototype.getMinX=function(t){var e=this.pts[this.startIndex[t]].x,n=this.pts[this.startIndex[t+1]].x;return ee&&(r=1),this._depth[t][n]=r}}},$l.prototype.getDelta=function(t){return this._depth[t][Nh.RIGHT]-this._depth[t][Nh.LEFT]},$l.prototype.getLocation=function(t,e){return this._depth[t][e]<=0?Su.EXTERIOR:Su.INTERIOR},$l.prototype.toString=function(){return"A: "+this._depth[0][1]+","+this._depth[0][2]+" B: "+this._depth[1][1]+","+this._depth[1][2]},$l.prototype.add=function(){if(1===arguments.length)for(var t=arguments[0],e=0;e<2;e++)for(var n=1;n<3;n++){var r=t.getLocation(e,n);r!==Su.EXTERIOR&&r!==Su.INTERIOR||(this.isNull(e,n)?this._depth[e][n]=$l.depthAtLocation(r):this._depth[e][n]+=$l.depthAtLocation(r))}else if(3===arguments.length){var i=arguments[0],o=arguments[1];arguments[2]===Su.INTERIOR&&this._depth[i][o]++}},$l.prototype.interfaces_=function(){return[]},$l.prototype.getClass=function(){return $l},$l.depthAtLocation=function(t){return t===Su.EXTERIOR?0:t===Su.INTERIOR?1:$l.NULL_VALUE},tp.NULL_VALUE.get=function(){return-1},Object.defineProperties($l,tp);var ep=function(t){function e(){if(t.call(this),this.pts=null,this._env=null,this.eiList=new Zl(this),this._name=null,this._mce=null,this._isIsolated=!0,this._depth=new $l,this._depthDelta=0,1===arguments.length){var n=arguments[0];e.call(this,n,null)}else if(2===arguments.length){var r=arguments[0],i=arguments[1];this.pts=r,this._label=i}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDepth=function(){return this._depth},e.prototype.getCollapsedEdge=function(){var t=new Array(2).fill(null);return t[0]=this.pts[0],t[1]=this.pts[1],new e(t,Rh.toLineLabel(this._label))},e.prototype.isIsolated=function(){return this._isIsolated},e.prototype.getCoordinates=function(){return this.pts},e.prototype.setIsolated=function(t){this._isIsolated=t},e.prototype.setName=function(t){this._name=t},e.prototype.equals=function(t){if(!(t instanceof e))return!1;var n=t;if(this.pts.length!==n.pts.length)return!1;for(var r=!0,i=!0,o=this.pts.length,s=0;s0?this.pts[0]:null;if(1===arguments.length){var t=arguments[0];return this.pts[t]}},e.prototype.print=function(t){t.print("edge "+this._name+": "),t.print("LINESTRING (");for(var e=0;e0&&t.print(","),t.print(this.pts[e].x+" "+this.pts[e].y);t.print(") "+this._label+" "+this._depthDelta)},e.prototype.computeIM=function(t){e.updateIM(this._label,t)},e.prototype.isCollapsed=function(){return!!this._label.isArea()&&3===this.pts.length&&!!this.pts[0].equals(this.pts[2])},e.prototype.isClosed=function(){return this.pts[0].equals(this.pts[this.pts.length-1])},e.prototype.getMaximumSegmentIndex=function(){return this.pts.length-1},e.prototype.getDepthDelta=function(){return this._depthDelta},e.prototype.getNumPoints=function(){return this.pts.length},e.prototype.printReverse=function(t){t.print("edge "+this._name+": ");for(var e=this.pts.length-1;e>=0;e--)t.print(this.pts[e]+" ");t.println("")},e.prototype.getMonotoneChainEdge=function(){return null===this._mce&&(this._mce=new Ql(this)),this._mce},e.prototype.getEnvelope=function(){if(null===this._env){this._env=new Yu;for(var t=0;t0&&t.append(","),t.append(this.pts[e].x+" "+this.pts[e].y);return t.append(") "+this._label+" "+this._depthDelta),t.toString()},e.prototype.isPointwiseEqual=function(t){if(this.pts.length!==t.pts.length)return!1;for(var e=0;er||this._maxyo;if(s)return!1;var a=this.intersectsToleranceSquare(t,e);return tc.isTrue(!(s&&a),"Found bad envelope test"),a},sp.prototype.initCorners=function(t){this._minx=t.x-.5,this._maxx=t.x+.5,this._miny=t.y-.5,this._maxy=t.y+.5,this._corner[0]=new bu(this._maxx,this._maxy),this._corner[1]=new bu(this._minx,this._maxy),this._corner[2]=new bu(this._minx,this._miny),this._corner[3]=new bu(this._maxx,this._miny)},sp.prototype.intersects=function(t,e){return 1===this._scaleFactor?this.intersectsScaled(t,e):(this.copyScaled(t,this._p0Scaled),this.copyScaled(e,this._p1Scaled),this.intersectsScaled(this._p0Scaled,this._p1Scaled))},sp.prototype.scale=function(t){return Math.round(t*this._scaleFactor)},sp.prototype.getCoordinate=function(){return this._originalPt},sp.prototype.copyScaled=function(t,e){e.x=this.scale(t.x),e.y=this.scale(t.y)},sp.prototype.getSafeEnvelope=function(){if(null===this._safeEnv){var t=sp.SAFE_ENV_EXPANSION_FACTOR/this._scaleFactor;this._safeEnv=new Yu(this._originalPt.x-t,this._originalPt.x+t,this._originalPt.y-t,this._originalPt.y+t)}return this._safeEnv},sp.prototype.intersectsPixelClosure=function(t,e){return this._li.computeIntersection(t,e,this._corner[0],this._corner[1]),!!this._li.hasIntersection()||(this._li.computeIntersection(t,e,this._corner[1],this._corner[2]),!!this._li.hasIntersection()||(this._li.computeIntersection(t,e,this._corner[2],this._corner[3]),!!this._li.hasIntersection()||(this._li.computeIntersection(t,e,this._corner[3],this._corner[0]),!!this._li.hasIntersection())))},sp.prototype.intersectsToleranceSquare=function(t,e){var n=!1,r=!1;return this._li.computeIntersection(t,e,this._corner[0],this._corner[1]),!!this._li.isProper()||(this._li.computeIntersection(t,e,this._corner[1],this._corner[2]),!!this._li.isProper()||(this._li.hasIntersection()&&(n=!0),this._li.computeIntersection(t,e,this._corner[2],this._corner[3]),!!this._li.isProper()||(this._li.hasIntersection()&&(r=!0),this._li.computeIntersection(t,e,this._corner[3],this._corner[0]),!!this._li.isProper()||!(!n||!r)||!!t.equals(this._pt)||!!e.equals(this._pt))))},sp.prototype.addSnappedNode=function(t,e){var n=t.getCoordinate(e),r=t.getCoordinate(e+1);return!!this.intersects(n,r)&&(t.addIntersection(this.getCoordinate(),e),!0)},sp.prototype.interfaces_=function(){return[]},sp.prototype.getClass=function(){return sp},ap.SAFE_ENV_EXPANSION_FACTOR.get=function(){return.75},Object.defineProperties(sp,ap);var up=function(){this.tempEnv1=new Yu,this.selectedSegment=new gl};up.prototype.select=function(){if(1===arguments.length);else if(2===arguments.length){var t=arguments[1];arguments[0].getLineSegment(t,this.selectedSegment),this.select(this.selectedSegment)}},up.prototype.interfaces_=function(){return[]},up.prototype.getClass=function(){return up};var cp=function(){this._index=null;var t=arguments[0];this._index=t},hp={HotPixelSnapAction:{configurable:!0}};cp.prototype.snap=function(){if(1===arguments.length){var t=arguments[0];return this.snap(t,null,-1)}if(3===arguments.length){var e=arguments[0],n=arguments[1],r=arguments[2],i=e.getSafeEnvelope(),o=new lp(e,n,r);return this._index.query(i,{interfaces_:function(){return[Jh]},visitItem:function(t){t.select(i,o)}}),o.isNodeAdded()}},cp.prototype.interfaces_=function(){return[]},cp.prototype.getClass=function(){return cp},hp.HotPixelSnapAction.get=function(){return lp},Object.defineProperties(cp,hp);var lp=function(t){function e(){t.call(this),this._hotPixel=null,this._parentEdge=null,this._hotPixelVertexIndex=null,this._isNodeAdded=!1;var e=arguments[0],n=arguments[1],r=arguments[2];this._hotPixel=e,this._parentEdge=n,this._hotPixelVertexIndex=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isNodeAdded=function(){return this._isNodeAdded},e.prototype.select=function(){if(2!==arguments.length)return t.prototype.select.apply(this,arguments);var e=arguments[1],n=arguments[0].getContext();if(null!==this._parentEdge&&n===this._parentEdge&&e===this._hotPixelVertexIndex)return null;this._isNodeAdded=this._hotPixel.addSnappedNode(n,e)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(up),pp=function(){this._li=null,this._interiorIntersections=null;var t=arguments[0];this._li=t,this._interiorIntersections=new bc};pp.prototype.processIntersections=function(t,e,n,r){if(t===n&&e===r)return null;var i=t.getCoordinates()[e],o=t.getCoordinates()[e+1],s=n.getCoordinates()[r],a=n.getCoordinates()[r+1];if(this._li.computeIntersection(i,o,s,a),this._li.hasIntersection()&&this._li.isInteriorIntersection()){for(var u=0;u=0;e--){try{t.bufferReducedPrecision(e)}catch(e){if(!(e instanceof Mh))throw e;t._saveException=e}if(null!==t._resultGeometry)return null}throw this._saveException}if(1===arguments.length){var n=arguments[0],r=gp.precisionScaleFactor(this._argGeom,this._distance,n),i=new fh(r);this.bufferFixedPrecision(i)}},gp.prototype.computeGeometry=function(){if(this.bufferOriginalPrecision(),null!==this._resultGeometry)return null;var t=this._argGeom.getFactory().getPrecisionModel();t.getType()===fh.FIXED?this.bufferFixedPrecision(t):this.bufferReducedPrecision()},gp.prototype.setQuadrantSegments=function(t){this._bufParams.setQuadrantSegments(t)},gp.prototype.bufferOriginalPrecision=function(){try{var t=new np(this._bufParams);this._resultGeometry=t.buffer(this._argGeom,this._distance)}catch(t){if(!(t instanceof Qu))throw t;this._saveException=t}},gp.prototype.getResultGeometry=function(t){return this._distance=t,this.computeGeometry(),this._resultGeometry},gp.prototype.setEndCapStyle=function(t){this._bufParams.setEndCapStyle(t)},gp.prototype.interfaces_=function(){return[]},gp.prototype.getClass=function(){return gp},gp.bufferOp=function(){if(2===arguments.length){var t=arguments[1];return new gp(arguments[0]).getResultGeometry(t)}if(3===arguments.length){if(Number.isInteger(arguments[2])&&arguments[0]instanceof cc&&"number"==typeof arguments[1]){var e=arguments[1],n=arguments[2],r=new gp(arguments[0]);return r.setQuadrantSegments(n),r.getResultGeometry(e)}if(arguments[2]instanceof bl&&arguments[0]instanceof cc&&"number"==typeof arguments[1]){var i=arguments[1];return new gp(arguments[0],arguments[2]).getResultGeometry(i)}}else if(4===arguments.length){var o=arguments[1],s=arguments[2],a=arguments[3],u=new gp(arguments[0]);return u.setQuadrantSegments(s),u.setEndCapStyle(a),u.getResultGeometry(o)}},gp.precisionScaleFactor=function(t,e,n){var r=t.getEnvelopeInternal(),i=Pu.max(Math.abs(r.getMaxX()),Math.abs(r.getMaxY()),Math.abs(r.getMinX()),Math.abs(r.getMinY()))+2*(e>0?e:0),o=n-Math.trunc(Math.log(i)/Math.log(10)+1);return Math.pow(10,o)},dp.CAP_ROUND.get=function(){return bl.CAP_ROUND},dp.CAP_BUTT.get=function(){return bl.CAP_FLAT},dp.CAP_FLAT.get=function(){return bl.CAP_FLAT},dp.CAP_SQUARE.get=function(){return bl.CAP_SQUARE},dp.MAX_PRECISION_DIGITS.get=function(){return 12},Object.defineProperties(gp,dp);var yp=function(){this._pt=[new bu,new bu],this._distance=mu.NaN,this._isNull=!0};yp.prototype.getCoordinates=function(){return this._pt},yp.prototype.getCoordinate=function(t){return this._pt[t]},yp.prototype.setMinimum=function(){if(1===arguments.length){var t=arguments[0];this.setMinimum(t._pt[0],t._pt[1])}else if(2===arguments.length){var e=arguments[0],n=arguments[1];if(this._isNull)return this.initialize(e,n),null;var r=e.distance(n);rthis._distance&&this.initialize(e,n,r)}},yp.prototype.interfaces_=function(){return[]},yp.prototype.getClass=function(){return yp};var _p=function(){};_p.prototype.interfaces_=function(){return[]},_p.prototype.getClass=function(){return _p},_p.computeDistance=function(){if(arguments[2]instanceof yp&&arguments[0]instanceof Jc&&arguments[1]instanceof bu)for(var t=arguments[1],e=arguments[2],n=arguments[0].getCoordinates(),r=new gl,i=0;i0||this._isIn?Su.INTERIOR:Su.EXTERIOR)},Ip.prototype.interfaces_=function(){return[]},Ip.prototype.getClass=function(){return Ip};var Np=function t(){if(this._component=null,this._segIndex=null,this._pt=null,2===arguments.length)t.call(this,arguments[0],t.INSIDE_AREA,arguments[1]);else if(3===arguments.length){var e=arguments[0],n=arguments[1],r=arguments[2];this._component=e,this._segIndex=n,this._pt=r}},Cp={INSIDE_AREA:{configurable:!0}};Np.prototype.isInsideArea=function(){return this._segIndex===Np.INSIDE_AREA},Np.prototype.getCoordinate=function(){return this._pt},Np.prototype.getGeometryComponent=function(){return this._component},Np.prototype.getSegmentIndex=function(){return this._segIndex},Np.prototype.interfaces_=function(){return[]},Np.prototype.getClass=function(){return Np},Cp.INSIDE_AREA.get=function(){return-1},Object.defineProperties(Np,Cp);var Sp=function(t){this._pts=t||null};Sp.prototype.filter=function(t){t instanceof Kc&&this._pts.add(t)},Sp.prototype.interfaces_=function(){return[kc]},Sp.prototype.getClass=function(){return Sp},Sp.getPoints=function(){if(1===arguments.length){var t=arguments[0];return t instanceof Kc?$h.singletonList(t):Sp.getPoints(t,new bc)}if(2===arguments.length){var e=arguments[0],n=arguments[1];return e instanceof Kc?n.add(e):e instanceof jc&&e.apply(new Sp(n)),n}};var Mp=function(){this._locations=null;var t=arguments[0];this._locations=t};Mp.prototype.filter=function(t){(t instanceof Kc||t instanceof Jc||t instanceof $c)&&this._locations.add(new Np(t,0,t.getCoordinate()))},Mp.prototype.interfaces_=function(){return[kc]},Mp.prototype.getClass=function(){return Mp},Mp.getLocations=function(t){var e=new bc;return t.apply(new Mp(e)),e};var Lp=function(){if(this._geom=null,this._terminateDistance=0,this._ptLocator=new Ip,this._minDistanceLocation=null,this._minDistance=mu.MAX_VALUE,2===arguments.length){var t=arguments[0],e=arguments[1];this._geom=[t,e],this._terminateDistance=0}else if(3===arguments.length){var n=arguments[0],r=arguments[1],i=arguments[2];this._geom=new Array(2).fill(null),this._geom[0]=n,this._geom[1]=r,this._terminateDistance=i}};Lp.prototype.computeContainmentDistance=function(){if(0===arguments.length){var t=new Array(2).fill(null);if(this.computeContainmentDistance(0,t),this._minDistance<=this._terminateDistance)return null;this.computeContainmentDistance(1,t)}else if(2===arguments.length){var e=arguments[0],n=arguments[1],r=1-e,i=wp.getPolygons(this._geom[e]);if(i.size()>0){var o=Mp.getLocations(this._geom[r]);if(this.computeContainmentDistance(o,i,n),this._minDistance<=this._terminateDistance)return this._minDistanceLocation[r]=n[0],this._minDistanceLocation[e]=n[1],null}}else if(3===arguments.length)if(arguments[2]instanceof Array&&Lu(arguments[0],wc)&&Lu(arguments[1],wc)){for(var s=arguments[0],a=arguments[1],u=arguments[2],c=0;cthis._minDistance)return null;for(var r=t.getCoordinates(),i=e.getCoordinate(),o=0;othis._minDistance)return null;for(var l=u.getCoordinates(),p=c.getCoordinates(),f=0;fthis._distance&&this.initialize(e,n,r)}},Pp.prototype.interfaces_=function(){return[]},Pp.prototype.getClass=function(){return Pp};var Op=function(){};Op.prototype.interfaces_=function(){return[]},Op.prototype.getClass=function(){return Op},Op.computeDistance=function(){if(arguments[2]instanceof Pp&&arguments[0]instanceof Jc&&arguments[1]instanceof bu)for(var t=arguments[0],e=arguments[1],n=arguments[2],r=new gl,i=t.getCoordinates(),o=0;o1||t<=0)throw new _u("Fraction is not in range (0.0 - 1.0]");this._densifyFrac=t},Rp.prototype.compute=function(t,e){this.computeOrientedDistance(t,e,this._ptDist),this.computeOrientedDistance(e,t,this._ptDist)},Rp.prototype.distance=function(){return this.compute(this._g0,this._g1),this._ptDist.getDistance()},Rp.prototype.computeOrientedDistance=function(t,e,n){var r=new Ap(e);if(t.apply(r),n.setMaximum(r.getMaxPointDistance()),this._densifyFrac>0){var i=new Dp(e,this._densifyFrac);t.apply(i),n.setMaximum(i.getMaxPointDistance())}},Rp.prototype.orientedDistance=function(){return this.computeOrientedDistance(this._g0,this._g1,this._ptDist),this._ptDist.getDistance()},Rp.prototype.interfaces_=function(){return[]},Rp.prototype.getClass=function(){return Rp},Rp.distance=function(){if(2===arguments.length)return new Rp(arguments[0],arguments[1]).distance();if(3===arguments.length){var t=arguments[2],e=new Rp(arguments[0],arguments[1]);return e.setDensifyFraction(t),e.distance()}},Tp.MaxPointDistanceFilter.get=function(){return Ap},Tp.MaxDensifiedByFractionDistanceFilter.get=function(){return Dp},Object.defineProperties(Rp,Tp);var Ap=function(){this._maxPtDist=new Pp,this._minPtDist=new Pp,this._euclideanDist=new Op,this._geom=null;var t=arguments[0];this._geom=t};Ap.prototype.filter=function(t){this._minPtDist.initialize(),Op.computeDistance(this._geom,t,this._minPtDist),this._maxPtDist.setMaximum(this._minPtDist)},Ap.prototype.getMaxPointDistance=function(){return this._maxPtDist},Ap.prototype.interfaces_=function(){return[pc]},Ap.prototype.getClass=function(){return Ap};var Dp=function(){this._maxPtDist=new Pp,this._minPtDist=new Pp,this._geom=null,this._numSubSegs=0;var t=arguments[0],e=arguments[1];this._geom=t,this._numSubSegs=Math.trunc(Math.round(1/e))};Dp.prototype.filter=function(t,e){if(0===e)return null;for(var n=t.getCoordinate(e-1),r=t.getCoordinate(e),i=(r.x-n.x)/this._numSubSegs,o=(r.y-n.y)/this._numSubSegs,s=0;sn){this._isValid=!1;var i=r.getCoordinates();this._errorLocation=i[1],this._errorIndicator=t.getFactory().createLineString(i),this._errMsg="Distance between buffer curve and input is too large ("+this._maxDistanceFound+" at "+Ku.toLineString(i[0],i[1])+")"}},Fp.prototype.isValid=function(){var t=Math.abs(this._bufDistance),e=Fp.MAX_DISTANCE_DIFF_FRAC*t;return this._minValidDistance=t-e,this._maxValidDistance=t+e,!(!this._input.isEmpty()&&!this._result.isEmpty())||(this._bufDistance>0?this.checkPositiveValid():this.checkNegativeValid(),Fp.VERBOSE&&Xu.out.println("Min Dist= "+this._minDistanceFound+" err= "+(1-this._minDistanceFound/this._bufDistance)+" Max Dist= "+this._maxDistanceFound+" err= "+(this._maxDistanceFound/this._bufDistance-1)),this._isValid)},Fp.prototype.checkNegativeValid=function(){if(!(this._input instanceof $c||this._input instanceof nh||this._input instanceof jc))return null;var t=this.getPolygonLines(this._input);if(this.checkMinimumDistance(t,this._result,this._minValidDistance),!this._isValid)return null;this.checkMaximumDistance(t,this._result,this._maxValidDistance)},Fp.prototype.getErrorIndicator=function(){return this._errorIndicator},Fp.prototype.checkMinimumDistance=function(t,e,n){var r=new Lp(t,e,n);if(this._minDistanceFound=r.distance(),this._minDistanceFound0&&t>e&&(this._isValid=!1,this._errorMsg="Area of positive buffer is smaller than input",this._errorIndicator=this._result),this._distance<0&&t=2||this._distance>0?null:(this._result.isEmpty()||(this._isValid=!1,this._errorMsg="Result is non-empty",this._errorIndicator=this._result),void this.report("ExpectedEmpty"))},Gp.prototype.report=function(t){if(!Gp.VERBOSE)return null;Xu.out.println("Check "+t+": "+(this._isValid?"passed":"FAILED"))},Gp.prototype.getErrorMessage=function(){return this._errorMsg},Gp.prototype.interfaces_=function(){return[]},Gp.prototype.getClass=function(){return Gp},Gp.isValidMsg=function(t,e,n){var r=new Gp(t,e,n);return r.isValid()?null:r.getErrorMessage()},Gp.isValid=function(t,e,n){return!!new Gp(t,e,n).isValid()},Bp.VERBOSE.get=function(){return!1},Bp.MAX_ENV_DIFF_FRAC.get=function(){return.012},Object.defineProperties(Gp,Bp);var kp=function(){this._pts=null,this._data=null;var t=arguments[0],e=arguments[1];this._pts=t,this._data=e};kp.prototype.getCoordinates=function(){return this._pts},kp.prototype.size=function(){return this._pts.length},kp.prototype.getCoordinate=function(t){return this._pts[t]},kp.prototype.isClosed=function(){return this._pts[0].equals(this._pts[this._pts.length-1])},kp.prototype.getSegmentOctant=function(t){return t===this._pts.length-1?-1:hl.octant(this.getCoordinate(t),this.getCoordinate(t+1))},kp.prototype.setData=function(t){this._data=t},kp.prototype.getData=function(){return this._data},kp.prototype.toString=function(){return Ku.toLineString(new uh(this._pts))},kp.prototype.interfaces_=function(){return[ll]},kp.prototype.getClass=function(){return kp};var zp=function(){this._findAllIntersections=!1,this._isCheckEndSegmentsOnly=!1,this._li=null,this._interiorIntersection=null,this._intSegments=null,this._intersections=new bc,this._intersectionCount=0,this._keepIntersections=!0;var t=arguments[0];this._li=t,this._interiorIntersection=null};zp.prototype.getInteriorIntersection=function(){return this._interiorIntersection},zp.prototype.setCheckEndSegmentsOnly=function(t){this._isCheckEndSegmentsOnly=t},zp.prototype.getIntersectionSegments=function(){return this._intSegments},zp.prototype.count=function(){return this._intersectionCount},zp.prototype.getIntersections=function(){return this._intersections},zp.prototype.setFindAllIntersections=function(t){this._findAllIntersections=t},zp.prototype.setKeepIntersections=function(t){this._keepIntersections=t},zp.prototype.processIntersections=function(t,e,n,r){if(!this._findAllIntersections&&this.hasIntersection())return null;if(t===n&&e===r)return null;if(this._isCheckEndSegmentsOnly&&!this.isEndSegment(t,e)&&!this.isEndSegment(n,r))return null;var i=t.getCoordinates()[e],o=t.getCoordinates()[e+1],s=n.getCoordinates()[r],a=n.getCoordinates()[r+1];this._li.computeIntersection(i,o,s,a),this._li.hasIntersection()&&this._li.isInteriorIntersection()&&(this._intSegments=new Array(4).fill(null),this._intSegments[0]=i,this._intSegments[1]=o,this._intSegments[2]=s,this._intSegments[3]=a,this._interiorIntersection=this._li.getIntersection(0),this._keepIntersections&&this._intersections.add(this._interiorIntersection),this._intersectionCount++)},zp.prototype.isEndSegment=function(t,e){return 0===e||e>=t.size()-2},zp.prototype.hasIntersection=function(){return null!==this._interiorIntersection},zp.prototype.isDone=function(){return!this._findAllIntersections&&null!==this._interiorIntersection},zp.prototype.interfaces_=function(){return[Hl]},zp.prototype.getClass=function(){return zp},zp.createAllIntersectionsFinder=function(t){var e=new zp(t);return e.setFindAllIntersections(!0),e},zp.createAnyIntersectionFinder=function(t){return new zp(t)},zp.createIntersectionCounter=function(t){var e=new zp(t);return e.setFindAllIntersections(!0),e.setKeepIntersections(!1),e};var jp=function(){this._li=new rc,this._segStrings=null,this._findAllIntersections=!1,this._segInt=null,this._isValid=!0;var t=arguments[0];this._segStrings=t};jp.prototype.execute=function(){if(null!==this._segInt)return null;this.checkInteriorIntersections()},jp.prototype.getIntersections=function(){return this._segInt.getIntersections()},jp.prototype.isValid=function(){return this.execute(),this._isValid},jp.prototype.setFindAllIntersections=function(t){this._findAllIntersections=t},jp.prototype.checkInteriorIntersections=function(){this._isValid=!0,this._segInt=new zp(this._li),this._segInt.setFindAllIntersections(this._findAllIntersections);var t=new El;if(t.setSegmentIntersector(this._segInt),t.computeNodes(this._segStrings),this._segInt.hasIntersection())return this._isValid=!1,null},jp.prototype.checkValid=function(){if(this.execute(),!this._isValid)throw new Mh(this.getErrorMessage(),this._segInt.getInteriorIntersection())},jp.prototype.getErrorMessage=function(){if(this._isValid)return"no intersections found";var t=this._segInt.getIntersectionSegments();return"found non-noded intersection between "+Ku.toLineString(t[0],t[1])+" and "+Ku.toLineString(t[2],t[3])},jp.prototype.interfaces_=function(){return[]},jp.prototype.getClass=function(){return jp},jp.computeIntersections=function(t){var e=new jp(t);return e.setFindAllIntersections(!0),e.isValid(),e.getIntersections()};var Xp=function t(){this._nv=null;var e=arguments[0];this._nv=new jp(t.toSegmentStrings(e))};Xp.prototype.checkValid=function(){this._nv.checkValid()},Xp.prototype.interfaces_=function(){return[]},Xp.prototype.getClass=function(){return Xp},Xp.toSegmentStrings=function(t){for(var e=new bc,n=t.iterator();n.hasNext();){var r=n.next();e.add(new kp(r.getCoordinates(),r))}return e},Xp.checkValid=function(t){new Xp(t).checkValid()};var Up=function(t){this._mapOp=t};Up.prototype.map=function(t){for(var e=new bc,n=0;n0&&r<4&&!this._preserveType?this._factory.createLineString(n):this._factory.createLinearRing(n)},Hp.prototype.interfaces_=function(){return[]},Hp.prototype.getClass=function(){return Hp};var Wp=function t(){if(this._snapTolerance=0,this._srcPts=null,this._seg=new gl,this._allowSnappingToSourceVertices=!1,this._isClosed=!1,arguments[0]instanceof Jc&&"number"==typeof arguments[1]){var e=arguments[1];t.call(this,arguments[0].getCoordinates(),e)}else if(arguments[0]instanceof Array&&"number"==typeof arguments[1]){var n=arguments[0],r=arguments[1];this._srcPts=n,this._isClosed=t.isClosed(n),this._snapTolerance=r}};Wp.prototype.snapVertices=function(t,e){for(var n=this._isClosed?t.size()-1:t.size(),r=0;r=0&&t.add(o+1,new bu(i),!1)}},Wp.prototype.findSegmentIndexToSnap=function(t,e){for(var n=mu.MAX_VALUE,r=-1,i=0;ie&&(e=r)}return e}if(2===arguments.length){var i=arguments[0],o=arguments[1];return Math.min(Jp.computeOverlaySnapTolerance(i),Jp.computeOverlaySnapTolerance(o))}},Jp.computeSizeBasedSnapTolerance=function(t){var e=t.getEnvelopeInternal();return Math.min(e.getHeight(),e.getWidth())*Jp.SNAP_PRECISION_FACTOR},Jp.snapToSelf=function(t,e,n){return new Jp(t).snapToSelf(e,n)},Zp.SNAP_PRECISION_FACTOR.get=function(){return 1e-9},Object.defineProperties(Jp,Zp);var Kp=function(t){function e(e,n,r){t.call(this),this._snapTolerance=e||null,this._snapPts=n||null,this._isSelfSnap=void 0!==r&&r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.snapLine=function(t,e){var n=new Wp(t,this._snapTolerance);return n.setAllowSnappingToSourceVertices(this._isSelfSnap),n.snapTo(e)},e.prototype.transformCoordinates=function(t,e){var n=t.toCoordinateArray(),r=this.snapLine(n,this._snapPts);return this._factory.getCoordinateSequenceFactory().create(r)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Hp),Qp=function(){this._isFirst=!0,this._commonMantissaBitsCount=53,this._commonBits=0,this._commonSignExp=null};Qp.prototype.getCommon=function(){return mu.longBitsToDouble(this._commonBits)},Qp.prototype.add=function(t){var e=mu.doubleToLongBits(t);return this._isFirst?(this._commonBits=e,this._commonSignExp=Qp.signExpBits(this._commonBits),this._isFirst=!1,null):Qp.signExpBits(e)!==this._commonSignExp?(this._commonBits=0,null):(this._commonMantissaBitsCount=Qp.numCommonMostSigMantissaBits(this._commonBits,e),void(this._commonBits=Qp.zeroLowerBits(this._commonBits,64-(12+this._commonMantissaBitsCount))))},Qp.prototype.toString=function(){if(1===arguments.length){var t=arguments[0],e=mu.longBitsToDouble(t),n="0000000000000000000000000000000000000000000000000000000000000000"+mu.toBinaryString(t),r=n.substring(n.length-64);return r.substring(0,1)+" "+r.substring(1,12)+"(exp) "+r.substring(12)+" [ "+e+" ]"}},Qp.prototype.interfaces_=function(){return[]},Qp.prototype.getClass=function(){return Qp},Qp.getBit=function(t,e){return 0!=(t&1<>52},Qp.zeroLowerBits=function(t,e){return t&~((1<=0;r--){if(Qp.getBit(t,r)!==Qp.getBit(e,r))return n;n++}return 52};var $p=function(){this._commonCoord=null,this._ccFilter=new ef},tf={CommonCoordinateFilter:{configurable:!0},Translater:{configurable:!0}};$p.prototype.addCommonBits=function(t){var e=new nf(this._commonCoord);t.apply(e),t.geometryChanged()},$p.prototype.removeCommonBits=function(t){if(0===this._commonCoord.x&&0===this._commonCoord.y)return t;var e=new bu(this._commonCoord);e.x=-e.x,e.y=-e.y;var n=new nf(e);return t.apply(n),t.geometryChanged(),t},$p.prototype.getCommonCoordinate=function(){return this._commonCoord},$p.prototype.add=function(t){t.apply(this._ccFilter),this._commonCoord=this._ccFilter.getCommonCoordinate()},$p.prototype.interfaces_=function(){return[]},$p.prototype.getClass=function(){return $p},tf.CommonCoordinateFilter.get=function(){return ef},tf.Translater.get=function(){return nf},Object.defineProperties($p,tf);var ef=function(){this._commonBitsX=new Qp,this._commonBitsY=new Qp};ef.prototype.filter=function(t){this._commonBitsX.add(t.x),this._commonBitsY.add(t.y)},ef.prototype.getCommonCoordinate=function(){return new bu(this._commonBitsX.getCommon(),this._commonBitsY.getCommon())},ef.prototype.interfaces_=function(){return[pc]},ef.prototype.getClass=function(){return ef};var nf=function(){this.trans=null;var t=arguments[0];this.trans=t};nf.prototype.filter=function(t,e){var n=t.getOrdinate(e,0)+this.trans.x,r=t.getOrdinate(e,1)+this.trans.y;t.setOrdinate(e,0,n),t.setOrdinate(e,1,r)},nf.prototype.isDone=function(){return!1},nf.prototype.isGeometryChanged=function(){return!0},nf.prototype.interfaces_=function(){return[zc]},nf.prototype.getClass=function(){return nf};var rf=function(t,e){this._geom=new Array(2).fill(null),this._snapTolerance=null,this._cbr=null,this._geom[0]=t,this._geom[1]=e,this.computeSnapTolerance()};rf.prototype.selfSnap=function(t){return new Jp(t).snapTo(t,this._snapTolerance)},rf.prototype.removeCommonBits=function(t){this._cbr=new $p,this._cbr.add(t[0]),this._cbr.add(t[1]);var e=new Array(2).fill(null);return e[0]=this._cbr.removeCommonBits(t[0].copy()),e[1]=this._cbr.removeCommonBits(t[1].copy()),e},rf.prototype.prepareResult=function(t){return this._cbr.addCommonBits(t),t},rf.prototype.getResultGeometry=function(t){var e=this.snap(this._geom),n=Cf.overlayOp(e[0],e[1],t);return this.prepareResult(n)},rf.prototype.checkValid=function(t){t.isValid()||Xu.out.println("Snapped geometry is invalid")},rf.prototype.computeSnapTolerance=function(){this._snapTolerance=Jp.computeOverlaySnapTolerance(this._geom[0],this._geom[1])},rf.prototype.snap=function(t){var e=this.removeCommonBits(t);return Jp.snap(e[0],e[1],this._snapTolerance)},rf.prototype.interfaces_=function(){return[]},rf.prototype.getClass=function(){return rf},rf.overlayOp=function(t,e,n){return new rf(t,e).getResultGeometry(n)},rf.union=function(t,e){return rf.overlayOp(t,e,Cf.UNION)},rf.intersection=function(t,e){return rf.overlayOp(t,e,Cf.INTERSECTION)},rf.symDifference=function(t,e){return rf.overlayOp(t,e,Cf.SYMDIFFERENCE)},rf.difference=function(t,e){return rf.overlayOp(t,e,Cf.DIFFERENCE)};var of=function(t,e){this._geom=new Array(2).fill(null),this._geom[0]=t,this._geom[1]=e};of.prototype.getResultGeometry=function(t){var e=null,n=!1,r=null;try{e=Cf.overlayOp(this._geom[0],this._geom[1],t),n=!0}catch(t){if(!(t instanceof Qu))throw t;r=t}if(!n)try{e=rf.overlayOp(this._geom[0],this._geom[1],t)}catch(t){throw t instanceof Qu?r:t}return e},of.prototype.interfaces_=function(){return[]},of.prototype.getClass=function(){return of},of.overlayOp=function(t,e,n){return new of(t,e).getResultGeometry(n)},of.union=function(t,e){return of.overlayOp(t,e,Cf.UNION)},of.intersection=function(t,e){return of.overlayOp(t,e,Cf.INTERSECTION)},of.symDifference=function(t,e){return of.overlayOp(t,e,Cf.SYMDIFFERENCE)},of.difference=function(t,e){return of.overlayOp(t,e,Cf.DIFFERENCE)};var sf=function(){this.mce=null,this.chainIndex=null;var t=arguments[0],e=arguments[1];this.mce=t,this.chainIndex=e};sf.prototype.computeIntersections=function(t,e){this.mce.computeIntersectsForChain(this.chainIndex,t.mce,t.chainIndex,e)},sf.prototype.interfaces_=function(){return[]},sf.prototype.getClass=function(){return sf};var af=function t(){if(this._label=null,this._xValue=null,this._eventType=null,this._insertEvent=null,this._deleteEventIndex=null,this._obj=null,2===arguments.length){var e=arguments[0],n=arguments[1];this._eventType=t.DELETE,this._xValue=e,this._insertEvent=n}else if(3===arguments.length){var r=arguments[0],i=arguments[1],o=arguments[2];this._eventType=t.INSERT,this._label=r,this._xValue=i,this._obj=o}},uf={INSERT:{configurable:!0},DELETE:{configurable:!0}};af.prototype.isDelete=function(){return this._eventType===af.DELETE},af.prototype.setDeleteEventIndex=function(t){this._deleteEventIndex=t},af.prototype.getObject=function(){return this._obj},af.prototype.compareTo=function(t){var e=t;return this._xValuee._xValue?1:this._eventTypee._eventType?1:0},af.prototype.getInsertEvent=function(){return this._insertEvent},af.prototype.isInsert=function(){return this._eventType===af.INSERT},af.prototype.isSameLabel=function(t){return null!==this._label&&this._label===t._label},af.prototype.getDeleteEventIndex=function(){return this._deleteEventIndex},af.prototype.interfaces_=function(){return[xu]},af.prototype.getClass=function(){return af},uf.INSERT.get=function(){return 1},uf.DELETE.get=function(){return 2},Object.defineProperties(af,uf);var cf=function(){};cf.prototype.interfaces_=function(){return[]},cf.prototype.getClass=function(){return cf};var hf=function(){this._hasIntersection=!1,this._hasProper=!1,this._hasProperInterior=!1,this._properIntersectionPoint=null,this._li=null,this._includeProper=null,this._recordIsolated=null,this._isSelfIntersection=null,this._numIntersections=0,this.numTests=0,this._bdyNodes=null,this._isDone=!1,this._isDoneWhenProperInt=!1;var t=arguments[0],e=arguments[1],n=arguments[2];this._li=t,this._includeProper=e,this._recordIsolated=n};hf.prototype.isTrivialIntersection=function(t,e,n,r){if(t===n&&1===this._li.getIntersectionNum()){if(hf.isAdjacentSegments(e,r))return!0;if(t.isClosed()){var i=t.getNumPoints()-1;if(0===e&&r===i||0===r&&e===i)return!0}}return!1},hf.prototype.getProperIntersectionPoint=function(){return this._properIntersectionPoint},hf.prototype.setIsDoneIfProperInt=function(t){this._isDoneWhenProperInt=t},hf.prototype.hasProperInteriorIntersection=function(){return this._hasProperInterior},hf.prototype.isBoundaryPointInternal=function(t,e){for(var n=e.iterator();n.hasNext();){var r=n.next().getCoordinate();if(t.isIntersection(r))return!0}return!1},hf.prototype.hasProperIntersection=function(){return this._hasProper},hf.prototype.hasIntersection=function(){return this._hasIntersection},hf.prototype.isDone=function(){return this._isDone},hf.prototype.isBoundaryPoint=function(t,e){return null!==e&&(!!this.isBoundaryPointInternal(t,e[0])||!!this.isBoundaryPointInternal(t,e[1]))},hf.prototype.setBoundaryNodes=function(t,e){this._bdyNodes=new Array(2).fill(null),this._bdyNodes[0]=t,this._bdyNodes[1]=e},hf.prototype.addIntersections=function(t,e,n,r){if(t===n&&e===r)return null;this.numTests++;var i=t.getCoordinates()[e],o=t.getCoordinates()[e+1],s=n.getCoordinates()[r],a=n.getCoordinates()[r+1];this._li.computeIntersection(i,o,s,a),this._li.hasIntersection()&&(this._recordIsolated&&(t.setIsolated(!1),n.setIsolated(!1)),this._numIntersections++,this.isTrivialIntersection(t,e,n,r)||(this._hasIntersection=!0,!this._includeProper&&this._li.isProper()||(t.addIntersections(this._li,e,0),n.addIntersections(this._li,r,1)),this._li.isProper()&&(this._properIntersectionPoint=this._li.getIntersection(0).copy(),this._hasProper=!0,this._isDoneWhenProperInt&&(this._isDone=!0),this.isBoundaryPoint(this._li,this._bdyNodes)||(this._hasProperInterior=!0))))},hf.prototype.interfaces_=function(){return[]},hf.prototype.getClass=function(){return hf},hf.isAdjacentSegments=function(t,e){return 1===Math.abs(t-e)};var lf=function(t){function e(){t.call(this),this.events=new bc,this.nOverlaps=null}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.prepareEvents=function(){$h.sort(this.events);for(var t=0;te||this._maxo?1:0},gf.prototype.interfaces_=function(){return[wu]},gf.prototype.getClass=function(){return gf};var df=function(t){function e(){t.call(this),this._item=null;var e=arguments[0],n=arguments[1],r=arguments[2];this._min=e,this._max=n,this._item=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.query=function(t,e,n){if(!this.intersects(t,e))return null;n.visitItem(this._item)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(pf),yf=function(t){function e(){t.call(this),this._node1=null,this._node2=null;var e=arguments[0],n=arguments[1];this._node1=e,this._node2=n,this.buildExtent(this._node1,this._node2)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.buildExtent=function(t,e){this._min=Math.min(t._min,e._min),this._max=Math.max(t._max,e._max)},e.prototype.query=function(t,e,n){if(!this.intersects(t,e))return null;null!==this._node1&&this._node1.query(t,e,n),null!==this._node2&&this._node2.query(t,e,n)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(pf),_f=function(){this._leaves=new bc,this._root=null,this._level=0};_f.prototype.buildTree=function(){$h.sort(this._leaves,new pf.NodeComparator);for(var t=this._leaves,e=null,n=new bc;;){if(this.buildLevel(t,n),1===n.size())return n.get(0);e=t,t=n,n=e}},_f.prototype.insert=function(t,e,n){if(null!==this._root)throw new Error("Index cannot be added to once it has been queried");this._leaves.add(new df(t,e,n))},_f.prototype.query=function(t,e,n){this.init(),this._root.query(t,e,n)},_f.prototype.buildRoot=function(){if(null!==this._root)return null;this._root=this.buildTree()},_f.prototype.printNode=function(t){Xu.out.println(Ku.toLineString(new bu(t._min,this._level),new bu(t._max,this._level)))},_f.prototype.init=function(){if(null!==this._root)return null;this.buildRoot()},_f.prototype.buildLevel=function(t,e){this._level++,e.clear();for(var n=0;n=2,"found LineString with single point"),this.insertBoundaryPoint(this._argIndex,e[0]),this.insertBoundaryPoint(this._argIndex,e[e.length-1])},e.prototype.getInvalidPoint=function(){return this._invalidPoint},e.prototype.getBoundaryPoints=function(){for(var t=this.getBoundaryNodes(),e=new Array(t.size()).fill(null),n=0,r=t.iterator();r.hasNext();){var i=r.next();e[n++]=i.getCoordinate().copy()}return e},e.prototype.getBoundaryNodes=function(){return null===this._boundaryNodes&&(this._boundaryNodes=this._nodes.getBoundaryNodes(this._argIndex)),this._boundaryNodes},e.prototype.addSelfIntersectionNode=function(t,e,n){if(this.isBoundaryNode(t,e))return null;n===Su.BOUNDARY&&this._useBoundaryDeterminationRule?this.insertBoundaryPoint(t,e):this.insertPoint(t,e,n)},e.prototype.addPolygonRing=function(t,e,n){if(t.isEmpty())return null;var r=Cc.removeRepeatedPoints(t.getCoordinates());if(r.length<4)return this._hasTooFewPoints=!0,this._invalidPoint=r[0],null;var i=e,o=n;sc.isCCW(r)&&(i=n,o=e);var s=new ep(r,new Rh(this._argIndex,Su.BOUNDARY,i,o));this._lineEdgeMap.put(t,s),this.insertEdge(s),this.insertPoint(this._argIndex,r[0],Su.BOUNDARY)},e.prototype.insertPoint=function(t,e,n){var r=this._nodes.addNode(e),i=r.getLabel();null===i?r._label=new Rh(t,n):i.setLocation(t,n)},e.prototype.createEdgeSetIntersector=function(){return new lf},e.prototype.addSelfIntersectionNodes=function(t){for(var e=this._edges.iterator();e.hasNext();)for(var n=e.next(),r=n.getLabel().getLocation(t),i=n.eiList.iterator();i.hasNext();){var o=i.next();this.addSelfIntersectionNode(t,o.coord,r)}},e.prototype.add=function(){if(1!==arguments.length)return t.prototype.add.apply(this,arguments);var e=arguments[0];if(e.isEmpty())return null;if(e instanceof nh&&(this._useBoundaryDeterminationRule=!1),e instanceof $c)this.addPolygon(e);else if(e instanceof Jc)this.addLineString(e);else if(e instanceof Kc)this.addPoint(e);else if(e instanceof th)this.addCollection(e);else if(e instanceof Xc)this.addCollection(e);else if(e instanceof nh)this.addCollection(e);else{if(!(e instanceof jc))throw new Error(e.getClass().getName());this.addCollection(e)}},e.prototype.addCollection=function(t){for(var e=0;e50?(null===this._areaPtLocator&&(this._areaPtLocator=new vf(this._parentGeom)),this._areaPtLocator.locate(t)):this._ptLocator.locate(t,this._parentGeom)},e.prototype.findEdge=function(){if(1===arguments.length){var e=arguments[0];return this._lineEdgeMap.get(e)}return t.prototype.findEdge.apply(this,arguments)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e.determineBoundary=function(t,e){return t.isInBoundary(e)?Su.BOUNDARY:Su.INTERIOR},e}(Uh),If=function(){if(this._li=new rc,this._resultPrecisionModel=null,this._arg=null,1===arguments.length){var t=arguments[0];this.setComputationPrecision(t.getPrecisionModel()),this._arg=new Array(1).fill(null),this._arg[0]=new bf(0,t)}else if(2===arguments.length){var e=arguments[0],n=arguments[1],r=fc.OGC_SFS_BOUNDARY_RULE;e.getPrecisionModel().compareTo(n.getPrecisionModel())>=0?this.setComputationPrecision(e.getPrecisionModel()):this.setComputationPrecision(n.getPrecisionModel()),this._arg=new Array(2).fill(null),this._arg[0]=new bf(0,e,r),this._arg[1]=new bf(1,n,r)}else if(3===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2];i.getPrecisionModel().compareTo(o.getPrecisionModel())>=0?this.setComputationPrecision(i.getPrecisionModel()):this.setComputationPrecision(o.getPrecisionModel()),this._arg=new Array(2).fill(null),this._arg[0]=new bf(0,i,s),this._arg[1]=new bf(1,o,s)}};If.prototype.getArgGeometry=function(t){return this._arg[t].getGeometry()},If.prototype.setComputationPrecision=function(t){this._resultPrecisionModel=t,this._li.setPrecisionModel(this._resultPrecisionModel)},If.prototype.interfaces_=function(){return[]},If.prototype.getClass=function(){return If};var Nf=function(){};Nf.prototype.interfaces_=function(){return[]},Nf.prototype.getClass=function(){return Nf},Nf.map=function(){if(arguments[0]instanceof cc&&Lu(arguments[1],Nf.MapOp)){for(var t=arguments[0],e=arguments[1],n=new bc,r=0;r=t.size()?null:t.get(e)},Tf.union=function(t){return new Tf(t).union()},Af.STRTREE_NODE_CAPACITY.get=function(){return 4},Object.defineProperties(Tf,Af);var Df=function(){};Df.prototype.interfaces_=function(){return[]},Df.prototype.getClass=function(){return Df},Df.union=function(t,e){if(t.isEmpty()||e.isEmpty()){if(t.isEmpty()&&e.isEmpty())return Cf.createEmptyResult(Cf.UNION,t,e,t.getFactory());if(t.isEmpty())return e.copy();if(e.isEmpty())return t.copy()}return t.checkNotGeometryCollection(t),t.checkNotGeometryCollection(e),of.overlayOp(t,e,Cf.UNION)};var Ff=function(){return new Yi};Yi.prototype={constructor:Yi,reset:function(){this.s=this.t=0},add:function(t){Vi(qf,t,this.t),Vi(this,qf.s,this.s),this.s?this.t+=qf.t:this.s=qf.t},valueOf:function(){return this.s}};var qf=new Yi,Gf=1e-6,Bf=Math.PI,kf=Bf/2,zf=Bf/4,jf=2*Bf,Xf=180/Bf,Uf=Bf/180,Yf=Math.abs,Vf=Math.atan,Hf=Math.atan2,Wf=Math.cos,Jf=Math.exp,Zf=Math.log,Kf=Math.sin,Qf=Math.sqrt,$f=Math.tan,tg={Feature:function(t,e){Ji(t.geometry,e)},FeatureCollection:function(t,e){for(var n=t.features,r=-1,i=n.length;++r2?t[2]*Uf:0),e.invert=function(e){return(e=t.invert(e[0]*Uf,e[1]*Uf))[0]*=Xf,e[1]*=Xf,e},e},og=function(){var t,e=[];return{point:function(e,n){t.push([e,n])},lineStart:function(){e.push(t=[])},lineEnd:Wi,rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))},result:function(){var n=e;return e=[],t=null,n}}},sg=function(t,e,n,r,i,o){var s,a=t[0],u=t[1],c=0,h=1,l=e[0]-a,p=e[1]-u;if(s=n-a,l||!(s>0)){if(s/=l,l<0){if(s0){if(s>h)return;s>c&&(c=s)}if(s=i-a,l||!(s<0)){if(s/=l,l<0){if(s>h)return;s>c&&(c=s)}else if(l>0){if(s0)){if(s/=p,p<0){if(s0){if(s>h)return;s>c&&(c=s)}if(s=o-u,p||!(s<0)){if(s/=p,p<0){if(s>h)return;s>c&&(c=s)}else if(p>0){if(s0&&(t[0]=a+c*l,t[1]=u+c*p),h<1&&(e[0]=a+h*l,e[1]=u+h*p),!0}}}}},ag=function(t,e){return Yf(t[0]-e[0])=0;--o)i.point((h=c[o])[0],h[1]);else r(p.x,p.p.x,-1,i);p=p.p}c=(p=p.o).z,f=!f}while(!p.v);i.lineEnd()}}},cg=function(t,e){return te?1:t>=e?0:NaN},hg=(function(t){1===t.length&&(t=function(t){return function(e,n){return cg(t(e),n)}}(t))}(cg),function(t){for(var e,n,r,i=t.length,o=-1,s=0;++o=0;)for(e=(r=t[i]).length;--e>=0;)n[--s]=r[e];return n}),lg=1e9,pg=-lg,fg=Ff(),gg=(Ff(),function(t){return t}),dg=(Ff(),Ff(),1/0),yg=dg,_g=-dg,mg=_g,vg={point:function(t,e){t_g&&(_g=t),emg&&(mg=e)},lineStart:Wi,lineEnd:Wi,polygonStart:Wi,polygonEnd:Wi,result:function(){var t=[[dg,yg],[_g,mg]];return _g=mg=-(yg=dg=1/0),t}},xg=(Ff(),function(t,e,n,r){return function(i,o){function s(e,n){var r=i(e,n);t(e=r[0],n=r[1])&&o.point(e,n)}function a(t,e){var n=i(t,e);y.point(n[0],n[1])}function u(){E.point=a,y.lineStart()}function c(){E.point=s,y.lineEnd()}function h(t,e){d.push([t,e]);var n=i(t,e);v.point(n[0],n[1])}function l(){v.lineStart(),d=[]}function p(){h(d[0][0],d[0][1]),v.lineEnd();var t,e,n,r,i=v.clean(),s=m.result(),a=s.length;if(d.pop(),f.push(d),d=null,a)if(1&i){if((e=(n=s[0]).length-1)>0){for(x||(o.polygonStart(),x=!0),o.lineStart(),t=0;t1&&2&i&&s.push(s.pop().concat(s.shift())),g.push(s.filter(go))}var f,g,d,y=e(o),_=i.invert(r[0],r[1]),m=og(),v=e(m),x=!1,E={point:s,lineStart:u,lineEnd:c,polygonStart:function(){E.point=h,E.lineStart=l,E.lineEnd=p,g=[],f=[]},polygonEnd:function(){E.point=s,E.lineStart=u,E.lineEnd=c,g=hg(g);var t=function(t,e){var n=e[0],r=e[1],i=[Kf(n),-Wf(n),0],o=0,s=0;fg.reset();for(var a=0,u=t.length;a=0?1:-1,I=b*w,N=I>Bf,C=g*x;if(fg.add(Hf(C*b*Kf(I),d*E+C*Wf(I))),o+=N?w+b*jf:w,N^p>=n^m>=n){var S=eo($i(l),$i(_));io(S);var M=eo(i,S);io(M);var L=(N^w>=0?-1:1)*Hi(M[2]);(r>L||r===L&&(S[0]||S[1]))&&(s+=N^w>=0?1:-1)}}return(o<-Gf||o0?Bf:-Bf,u=Yf(o-n);Yf(u-Bf)0?kf:-kf),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(a,r),t.point(o,r),e=0):i!==a&&u>=Bf&&(Yf(n-i)Gf?Vf((Kf(e)*(o=Wf(r))*Kf(n)-Kf(r)*(i=Wf(e))*Kf(t))/(i*o*s)):(e+r)/2}(n,r,o,s),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(a,r),e=0),t.point(n=o,r=s),i=a},lineEnd:function(){t.lineEnd(),n=r=NaN},clean:function(){return 2-e}}}),(function(t,e,n,r){var i;if(null==t)i=n*kf,r.point(-Bf,i),r.point(0,i),r.point(Bf,i),r.point(Bf,0),r.point(Bf,-i),r.point(0,-i),r.point(-Bf,-i),r.point(-Bf,0),r.point(-Bf,i);else if(Yf(t[0]-e[0])>Gf){var o=t[0]o}function r(t,e,n){var r=[1,0,0],i=eo($i(t),$i(e)),s=to(i,i),a=i[0],u=s-a*a;if(!u)return!n&&t;var c=o*s/u,h=-o*a/u,l=eo(r,i),p=ro(r,c);no(p,ro(i,h));var f=l,g=to(p,f),d=to(f,f),y=g*g-d*(to(p,p)-1);if(!(y<0)){var _=Qf(y),m=ro(f,(-g-_)/d);if(no(m,p),m=Qi(m),!n)return m;var v,x=t[0],E=e[0],w=t[1],b=e[1];E0^m[1]<(Yf(m[0]-x)Bf^(x<=m[0]&&m[0]<=E)){var C=ro(f,(-g+_)/d);return no(C,p),[m,Qi(C)]}}}function i(e,n){var r=s?t:Bf-t,i=0;return e<-r?i|=1:e>r&&(i|=2),n<-r?i|=4:n>r&&(i|=8),i}var o=Wf(t),s=o>0,a=Yf(o)>Gf;return xg(n,(function(t){var e,o,u,c,h;return{lineStart:function(){c=u=!1,h=1},point:function(l,p){var f,g=[l,p],d=n(l,p),y=s?d?0:i(l,p):d?i(l+(l<0?Bf:-Bf),p):0;if(!e&&(c=u=d)&&t.lineStart(),d!==u&&(!(f=r(e,g))||ag(e,f)||ag(g,f))&&(g[0]+=Gf,g[1]+=Gf,d=n(g[0],g[1])),d!==u)h=0,d?(t.lineStart(),f=r(g,e),t.point(f[0],f[1])):(f=r(e,g),t.point(f[0],f[1]),t.lineEnd()),e=f;else if(a&&e&&s^d){var _;y&o||!(_=r(g,e,!0))||(h=0,s?(t.lineStart(),t.point(_[0][0],_[0][1]),t.point(_[1][0],_[1][1]),t.lineEnd()):(t.point(_[1][0],_[1][1]),t.lineEnd(),t.lineStart(),t.point(_[0][0],_[0][1])))}!d||e&&ag(e,g)||t.point(g[0],g[1]),e=g,u=d,o=y},lineEnd:function(){u&&t.lineEnd(),e=null},clean:function(){return h|(c&&u)<<1}}}),(function(n,r,i,o){!function(t,e,n,r,i,o){if(n){var s=Wf(e),a=Kf(e),u=r*n;null==i?(i=e+r*jf,o=e-u/2):(i=ho(s,i),o=ho(s,o),(r>0?io)&&(i+=r*jf));for(var c,h=i;r>0?h>o:h4*e&&d--){var x=s+p,E=a+f,w=u+g,b=Qf(x*x+E*E+w*w),I=Hi(w/=b),N=Yf(Yf(w)-1)e||Yf((_*L+m*P)/v-.5)>.3||s*p+a*f+u*g2?t[2]+90:90]):[(t=n())[0],t[1],t[2]-90]},n([0,0,90]).scale(159.155)};t.projection=Cs,t.random=gu,t.clusters=du,t.helpers=ko,t.invariant=jo,t.meta=zo,t.isolines=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.zProperty||"elevation",i=n.commonProperties||{},o=n.breaksProperties||[];if(W(t,"Point","Input must contain Points"),!e)throw new Error("breaks is required");if(!Array.isArray(e))throw new Error("breaks must be an Array");if(!I(i))throw new Error("commonProperties must be an Object");if(!Array.isArray(o))throw new Error("breaksProperties must be an Array");var s=rt(t,{zProperty:r,flip:!0});return c(function(t,e,n){var r=j(n),i=r[2]-r[0],o=r[3]-r[1],s=r[0],a=r[1],u=e[0].length-1,c=e.length-1,h=i/u,l=o/c,p=function(t){t[0]=t[0]*h+s,t[1]=t[1]*l+a};return t.forEach((function(t){S(t,p)})),t}(function(t,e,n,r,i){for(var o=[],s=1;ss;)n=i[r=Math.floor((o+1)*Math.random())],i[r]=i[o],i[o]=n;return i.slice(s)}(t.features,e))},t.envelope=he,t.square=le,t.circle=fe,t.midpoint=function(t,e){return pe(t,qt(t,e)/2,ge(t,e))},t.center=de,t.centerOfMass=_e,t.centroid=ye,t.combine=function(t){function n(t,e,n){n?r[e].coordinates=r[e].coordinates.concat(t.geometry.coordinates):r[e].coordinates.push(t.geometry.coordinates),r[e].properties.push(t.properties)}var r={MultiPoint:{coordinates:[],properties:[]},MultiLineString:{coordinates:[],properties:[]},MultiPolygon:{coordinates:[],properties:[]}},i=Object.keys(r).reduce((function(t,e){return t[e.replace("Multi","")]=e,t}),{});return O(t,(function(t){t.geometry&&(r[t.geometry.type]?n(t,t.geometry.type,!0):i[t.geometry.type]&&n(t,i[t.geometry.type],!1))})),c(Object.keys(r).filter((function(t){return r[t].coordinates.length})).sort().map((function(t){return e({type:t,coordinates:r[t].coordinates},{collectedProperties:r[t].properties})})))},t.distance=qt,t.explode=me,t.bbox=j,t.tesselate=function(t){if(!t.geometry||"Polygon"!==t.geometry.type&&"MultiPolygon"!==t.geometry.type)throw new Error("input must be a Polygon or MultiPolygon");var e={type:"FeatureCollection",features:[]};return"Polygon"===t.geometry.type?e.features=De(t.geometry.coordinates):t.geometry.coordinates.forEach((function(t){e.features=e.features.concat(De(t))})),e},t.bboxPolygon=ce,t.booleanPointInPolygon=Pt,t.nearestPoint=Fe,t.nearestPointOnLine=on,t.nearestPointToLine=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.units,i=n.properties||{};if(!t)throw new Error("points is required");if(!(t=function(t){var e=[];switch(t.geometry?t.geometry.type:t.type){case"GeometryCollection":return A(t,(function(t){"Point"===t.type&&e.push({type:"Feature",properties:{},geometry:t})})),{type:"FeatureCollection",features:e};case"FeatureCollection":return t.features=t.features.filter((function(t){return"Point"===t.geometry.type})),t;default:throw new Error("points must be a Point Collection")}}(t)).features.length)throw new Error("points must contain features");if(!e)throw new Error("line is required");if("LineString"!==K(e))throw new Error("line must be a LineString");var o=1/0,s=null;return O(t,(function(t){var n=gn(t,e,{units:r});n=0&&c<=1&&(p.onLine1=!0),h>=0&&h<=1&&(p.onLine2=!0),!(!p.onLine1||!p.onLine2)&&[p.x,p.y])}(t[n][0],t[n][1],t[n+1][0],t[n+1][1],e[o][0],e[o][1],e[o+1][0],e[o+1][1]);s&&i.features.push(r([s[0],s[1]]))}}))})),i},t.pointOnFeature=yn,t.area=mn,t.along=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var i;if("Feature"===t.type)i=t.geometry.coordinates;else{if("LineString"!==t.type)throw new Error("input must be a LineString Feature or Geometry");i=t.coordinates}if(!b(e))throw new Error("distance must be a number");for(var o=0,s=0;s=o&&s===i.length-1);s++){if(o>=e){var a=e-o;if(a){var u=ge(i[s],i[s-1])-180;return pe(i[s],a,u,n)}return r(i[s])}o+=qt(i[s],i[s+1],n)}return r(i[i.length-1])},t.length=bn,t.lineSlice=function(t,e,n){var r=U(n);if("LineString"!==K(n))throw new Error("line must be a LineString");for(var i,o=on(n,t),s=on(n,e),u=[(i=o.properties.index<=s.properties.index?[o,s]:[s,o])[0].geometry.coordinates],c=i[0].properties.index+1;c is required");if("boolean"!=typeof n)throw new Error(" must be a boolean");if("boolean"!=typeof r)throw new Error(" must be a boolean");!1===r&&(t=Gt(t));var i=[];switch(t.type){case"GeometryCollection":return A(t,(function(t){sr(t,n)})),t;case"FeatureCollection":return O(t,(function(t){O(sr(t,n),(function(t){i.push(t)}))})),c(i)}return sr(t,n)},t.isobands=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.zProperty||"elevation",i=n.commonProperties||{},s=n.breaksProperties||[];if(W(t,"Point","Input must contain Points"),!e)throw new Error("breaks is required");if(!Array.isArray(e))throw new Error("breaks is not an Array");if(!I(i))throw new Error("commonProperties is not an Object");if(!Array.isArray(s))throw new Error("breaksProperties is not an Array");var a=cr(t,{zProperty:r,flip:!0}),u=function(t,e,n){for(var r=[],i=1;i0}(t,e);case"Polygon":return!br(e,t)}break;case"Polygon":switch(e.type){case"Point":return!Pt(e,t);case"LineString":return!br(t,e);case"Polygon":return!function(t,e){for(var n=0;n0)for(var n=0;n0))throw new Error("Invalid maxDistance");if(!(void 0===r||null===r||Math.sign(r)>0))throw new Error("Invalid minPoints");t=Gt(t),r=r||3;var o=new Ha.DBSCAN,s=-1;return o.run(T(t),E(e,i),r,qt).forEach((function(e){s++,e.forEach((function(e){var n=t.features[e];n.properties||(n.properties={}),n.properties.cluster=s,n.properties.dbscan="core"}))})),o.noise.forEach((function(e){var n=t.features[e];n.properties||(n.properties={}),n.properties.cluster?n.properties.dbscan="edge":n.properties.dbscan="noise"})),t},t.clustersKmeans=function(t,e){if("object"!=typeof(e=e||{}))throw new Error("options is invalid");var n=e.numberOfClusters,r=e.mutate;W(t,"Point","Input must contain Points");var i=t.features.length;(n=n||Math.round(Math.sqrt(i/2)))>i&&(n=i),!1!==r&&void 0!==r||(t=Gt(t));var o=T(t),s=o.slice(0,n),a=eu(o,n,s),u={};return a.centroids.forEach((function(t,e){u[e]=t})),O(t,(function(t,e){var n=a.idxs[e];t.properties.cluster=n,t.properties.centroid=u[n]})),t},t.pointToLineDistance=gn,t.booleanParallel=function(t,e){if(!t)throw new Error("line1 is required");if(!e)throw new Error("line2 is required");if("LineString"!==Dr(t,"line1"))throw new Error("line1 must be a LineString");if("LineString"!==Dr(e,"line2"))throw new Error("line2 must be a LineString");for(var n=en(te(t)).features,r=en(te(e)).features,i=0;i=d;){for(var T=[],A=[],D=g+w,F=0;D<=y;){var q=r([D,O]),G=function(t,e){for(var n=0;n0&&0!==e)if(e>o[o.length-1])e-=o.length;else{var r=Po(e,o);0!==r&&(e-=r)}if(e!==+u){var l=i[e];l&&c&&(void 0!==n&&l.properties[n]!==c.properties[n]||Tr(c,l)&&function(t,e){return nn(a(T(t)),a(T(e))).features.length>0}(c,l)&&(i[u]=Mo(c,l),o.push(t.properties.origIndexPosition),o.sort((function(t,e){return t-e})),s.remove(t),i.splice(e,1),c.properties.origIndexPosition=u,s.remove(c,(function(t,e){return t.properties.origIndexPosition===e.properties.origIndexPosition})),h=!0))}})),h){if(!c)continue;c.properties.origIndexPosition=u,s.insert(c),u--}}return i.forEach((function(t){delete t.properties.origIndexPosition,delete t.bbox})),r},t.hexGrid=Oo,t.mask=function(t,e){var n=function(t){return o(t&&t.geometry.coordinates||[[[180,90],[-180,90],[-180,-90],[180,-90],[180,90]]])}(e),r=function(t){var e=[],n=[];return F(t,(function(t){var r=t.geometry.coordinates,i=r[0],s=r.slice(1);e.push(o([i])),s.forEach((function(t){n.push(o([t]))}))})),[c(e),c(n)]}(t),i=r[0],s=r[1];return function(t,e,n){var r=[];return r.push(t.geometry.coordinates[0]),F(e,(function(t){r.push(t.geometry.coordinates[0])})),F(n,(function(t){r.push(t.geometry.coordinates[0])})),o(r)}(n,i=Ro(i),s=Ro(s))},t.squareGrid=Ao,t.triangleGrid=Do,t.interpolate=function(t,e,n){if("object"!=typeof(n=n||{}))throw new Error("options is invalid");var r=n.gridType,i=n.property,o=n.weight;if(!t)throw new Error("points is required");if(W(t,"Point","input must contain Points"),!e)throw new Error("cellSize is required");if(void 0!==o&&"number"!=typeof o)throw new Error("weight must be a number");i=i||"elevation",r=r||"square",o=o||1;var s,a=j(t);switch(r){case"point":case"points":s=Ln(a,e,n);break;case"square":case"squares":s=Ao(a,e,n);break;case"hex":case"hexes":s=Oo(a,e,n);break;case"triangle":case"triangles":s=Do(a,e,n);break;default:throw new Error("invalid gridType")}var u=[];return O(s,(function(e){var s=0,a=0;O(t,(function(t){var u,c=qt("point"===r?e:ye(e),t,n);if(void 0!==i&&(u=t.properties[i]),void 0===u&&(u=t.geometry.coordinates[2]),void 0===u)throw new Error("zValue is missing");0===c&&(s=u);var h=1/Math.pow(c,o);a+=h,s+=h*u}));var c=Gt(e);c.properties[i]=s/a,u.push(c)})),c(u)},t.pointOnSurface=yn,t.polygonToLineString=kn,t.lineStringToPolygon=jn,t.inside=Pt,t.within=Rt,t.bezier=ue,t.nearest=Fe,t.pointOnLine=on,t.lineDistance=bn,t.radians2degrees=v,t.degrees2radians=x,t.distanceToDegrees=_,t.distanceToRadians=y,t.radiansToDistance=d,t.bearingToAngle=m,t.convertDistance=E,t.toMercator=cn,t.toWgs84=hn,t.randomPosition=_i,t.randomPoint=mi,t.randomPolygon=vi,t.randomLineString=xi,t.getCluster=wi,t.clusterEach=bi,t.clusterReduce=Ii,t.createBins=Ni,t.applyFilter=Ci,t.propertiesContainsFilter=Si,t.filterProperties=Mi,t.earthRadius=Fo,t.factors=qo,t.unitsFactors=Go,t.areaFactors=Bo,t.feature=e,t.geometry=n,t.point=r,t.points=i,t.polygon=o,t.polygons=s,t.lineString=a,t.lineStrings=u,t.featureCollection=c,t.multiLineString=h,t.multiPoint=l,t.multiPolygon=p,t.geometryCollection=f,t.round=g,t.radiansToLength=d,t.lengthToRadians=y,t.lengthToDegrees=_,t.bearingToAzimuth=m,t.radiansToDegrees=v,t.degreesToRadians=x,t.convertLength=E,t.convertArea=w,t.isNumber=b,t.isObject=I,t.validateBBox=N,t.validateId=C,t.getCoord=X,t.getCoords=U,t.containsNumber=Y,t.geojsonType=V,t.featureOf=H,t.collectionOf=W,t.getGeom=J,t.getGeomType=Z,t.getType=K,t.coordEach=S,t.coordReduce=M,t.propEach=L,t.propReduce=P,t.featureEach=O,t.featureReduce=R,t.coordAll=T,t.geomEach=A,t.geomReduce=D,t.flattenEach=F,t.flattenReduce=q,t.segmentEach=G,t.segmentReduce=B,t.lineEach=k,t.lineReduce=z,Object.defineProperty(t,"__esModule",{value:!0})}(e)}}]); +!function(){try{var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=(new Error).stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="27cc663d-32d2-47a6-ab9b-2a4a4d0845d8",t._sentryDebugIdIdentifier="sentry-dbid-27cc663d-32d2-47a6-ab9b-2a4a4d0845d8")}catch(t){}}();var _global="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};_global.SENTRY_RELEASE={id:"76503864802ce9c9b190bc17b1ae9b04fddb1bd5"},(self.webpackChunklocal_services_lookup=self.webpackChunklocal_services_lookup||[]).push([[489],{530:function(t,e){!function(t){"use strict";function e(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.bbox,i=n.id;if(void 0===t)throw new Error("geometry is required");if(e&&e.constructor!==Object)throw new Error("properties must be an Object");r&&N(r),i&&C(i);var o={type:"Feature"};return i&&(o.id=i),r&&(o.bbox=r),o.properties=e||{},o.geometry=t,o}function n(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var i,s=n.bbox;if(!t)throw new Error("type is required");if(!e)throw new Error("coordinates is required");if(!Array.isArray(e))throw new Error("coordinates must be an Array");switch(s&&N(s),t){case"Point":i=r(e).geometry;break;case"LineString":i=a(e).geometry;break;case"Polygon":i=o(e).geometry;break;case"MultiPoint":i=l(e).geometry;break;case"MultiLineString":i=h(e).geometry;break;case"MultiPolygon":i=p(e).geometry;break;default:throw new Error(t+" is invalid")}return s&&(i.bbox=s),i}function r(t,n,r){if(!t)throw new Error("coordinates is required");if(!Array.isArray(t))throw new Error("coordinates must be an Array");if(t.length<2)throw new Error("coordinates must be at least 2 numbers long");if(!b(t[0])||!b(t[1]))throw new Error("coordinates must contain numbers");return e({type:"Point",coordinates:t},n,r)}function i(t,e,n){if(!t)throw new Error("coordinates is required");if(!Array.isArray(t))throw new Error("coordinates must be an Array");return c(t.map((function(t){return r(t,e)})),n)}function o(t,n,r){if(!t)throw new Error("coordinates is required");for(var i=0;i=0))throw new Error("precision must be a positive number");var n=Math.pow(10,e||0);return Math.round(t*n)/n}function d(t,e){if(void 0===t||null===t)throw new Error("radians is required");if(e&&"string"!=typeof e)throw new Error("units must be a string");var n=qo[e||"kilometers"];if(!n)throw new Error(e+" units is invalid");return t*n}function y(t,e){if(void 0===t||null===t)throw new Error("distance is required");if(e&&"string"!=typeof e)throw new Error("units must be a string");var n=qo[e||"kilometers"];if(!n)throw new Error(e+" units is invalid");return t/n}function _(t,e){return v(y(t,e))}function m(t){if(null===t||void 0===t)throw new Error("bearing is required");var e=t%360;return e<0&&(e+=360),e}function v(t){if(null===t||void 0===t)throw new Error("radians is required");return t%(2*Math.PI)*180/Math.PI}function x(t){if(null===t||void 0===t)throw new Error("degrees is required");return t%360*Math.PI/180}function E(t,e,n){if(null===t||void 0===t)throw new Error("length is required");if(!(t>=0))throw new Error("length must be a positive number");return d(y(t,e),n||"kilometers")}function w(t,e,n){if(null===t||void 0===t)throw new Error("area is required");if(!(t>=0))throw new Error("area must be a positive number");var r=Bo[e||"meters"];if(!r)throw new Error("invalid original units");var i=Bo[n||"kilometers"];if(!i)throw new Error("invalid final units");return t/r*i}function b(t){return!isNaN(t)&&null!==t&&!Array.isArray(t)}function I(t){return!!t&&t.constructor===Object}function N(t){if(!t)throw new Error("bbox is required");if(!Array.isArray(t))throw new Error("bbox must be an Array");if(4!==t.length&&6!==t.length)throw new Error("bbox must be an Array of 4 or 6 numbers");t.forEach((function(t){if(!b(t))throw new Error("bbox must only contain numbers")}))}function C(t){if(!t)throw new Error("id is required");if(-1===["string","number"].indexOf(typeof t))throw new Error("id must be a number or a string")}function S(t,e,n){if(null!==t)for(var r,i,o,s,a,u,c,h,l=0,p=0,f=t.type,g="FeatureCollection"===f,d="Feature"===f,y=g?t.features.length:1,_=0;_t[0]&&(e[0]=t[0]),e[1]>t[1]&&(e[1]=t[1]),e[2]1&&b(e[0])&&b(e[1]))return e;throw new Error("Coordinate is not a valid Point")}function U(t){if(!t)throw new Error("obj is required");var e;if(t.length?e=t:t.coordinates?e=t.coordinates:t.geometry&&t.geometry.coordinates&&(e=t.geometry.coordinates),e)return Y(e),e;throw new Error("No valid coordinates")}function Y(t){if(t.length>1&&b(t[0])&&b(t[1]))return!0;if(Array.isArray(t[0])&&t[0].length)return Y(t[0]);throw new Error("coordinates must only contain numbers")}function V(t,e,n){if(!e||!n)throw new Error("type and name required");if(!t||t.type!==e)throw new Error("Invalid input to "+n+": must be a "+e+", given "+t.type)}function H(t,e,n){if(!t)throw new Error("No feature passed");if(!n)throw new Error(".featureOf() requires a name");if(!t||"Feature"!==t.type||!t.geometry)throw new Error("Invalid input to "+n+", Feature with geometry required");if(!t.geometry||t.geometry.type!==e)throw new Error("Invalid input to "+n+": must be a "+e+", given "+t.geometry.type)}function W(t,e,n){if(!t)throw new Error("No featureCollection passed");if(!n)throw new Error(".collectionOf() requires a name");if(!t||"FeatureCollection"!==t.type)throw new Error("Invalid input to "+n+", FeatureCollection required");for(var r=0;r=0&&d>=0&&d=0;h--)if(Math.abs(e[h][0][0]-u)<=1e-7&&Math.abs(e[h][0][1]-c)<=1e-7){for(var l=s.path.length-2;l>=0;--l)e[h].unshift(s.path[l]);a=!0;break}a||(e[n++]=s.path)}}))})),e}(function(t,e){for(var n=t.length-1,r=t[0].length-1,i={rows:n,cols:r,cells:[]},o=0;o=e?8:0,a|=c>=e?4:0,a|=h>=e?2:0;var p,f,g,d,y=!1;if(5===(a|=l>=e?1:0)||10===a){var _=(u+c+h+l)/4;5===a&&_e?1:0};r>n;){if(r-n>600){var o=r-n+1,s=e-n+1,a=Math.log(o),u=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*u*(o-u)/o)*(s-o/2<0?-1:1);it(t,e,Math.max(n,Math.floor(e-s*u/o+c)),Math.min(r,Math.floor(e+(o-s)*u/o+c)),i)}var h=t[e],l=n,p=r;for(ot(t,n,e),i(t[r],h)>0&&ot(t,n,r);l0;)p--}0===i(t[n],h)?ot(t,n,p):ot(t,++p,r),p<=e&&(n=p+1),e<=p&&(r=p-1)}}function ot(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function st(t,e){if(!(this instanceof st))return new st(t,e);this._maxEntries=Math.max(4,t||9),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),e&&this._initFormat(e),this.clear()}function at(t,e){ut(t,0,t.children.length,e,t)}function ut(t,e,n,r,i){i||(i=yt(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(var o,s=e;s=t.minX&&e.maxY>=t.minY}function yt(t){return{children:t,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function _t(t,e,n,r,i){for(var o,s=[e,n];s.length;)(n=s.pop())-(e=s.pop())<=r||(o=e+Math.ceil((n-e)/r/2)*r,Yo(t,o,e,n,i),s.push(e,o,o,n))}function mt(t,e){return t(e={exports:{}},e.exports),e.exports}function vt(t,e){if(!(this instanceof vt))return new vt(t,e);if(this.data=t||[],this.length=this.data.length,this.compare=e||function(t,e){return te?1:0},this.length>0)for(var n=(this.length>>1)-1;n>=0;n--)this._down(n)}function xt(t,e,n){e=Math.max(0,void 0===e?2:e),n=n||0;for(var r,i=function(t){for(var e=t[0],n=t[0],r=t[0],i=t[0],o=0;or[0]&&(r=s),s[1]i[1]&&(i=s)}var a=[e,n,r,i],u=a.slice();for(o=0;oo||a.push({node:h,dist:l})}for(;a.length&&!a.peek().node.children;){var p=a.pop(),f=p.node,g=St(f,e,n),d=St(f,r,i);if(p.dist=e.minX&&t[0]<=e.maxX&&t[1]>=e.minY&&t[1]<=e.maxY}function bt(t,e,n){for(var r=Math.min(t[0],e[0]),i=Math.min(t[1],e[1]),o=Math.max(t[0],e[0]),s=Math.max(t[1],e[1]),a=n.search({minX:r,minY:i,maxX:o,maxY:s}),u=0;u0!=os(t,e,r)>0&&os(n,r,t)>0!=os(n,r,e)>0}(a[u].p,a[u].next.p,t,e))return!1;return!0}function It(t){var e=t.p,n=t.next.p;return t.minX=Math.min(e[0],n[0]),t.minY=Math.min(e[1],n[1]),t.maxX=Math.max(e[0],n[0]),t.maxY=Math.max(e[1],n[1]),t}function Nt(t,e){var n={p:t,prev:null,next:null,minX:0,minY:0,maxX:0,maxY:0};return e?(n.next=e.next,n.prev=e,e.next.prev=n,e.next=n):(n.prev=n,n.next=n),n}function Ct(t,e){var n=t[0]-e[0],r=t[1]-e[1];return n*n+r*r}function St(t,e,n){var r=e[0],i=e[1],o=n[0]-r,s=n[1]-i;if(0!==o||0!==s){var a=((t[0]-r)*o+(t[1]-i)*s)/(o*o+s*s);a>1?(r=n[0],i=n[1]):a>0&&(r+=o*a,i+=s*a)}return(o=t[0]-r)*o+(s=t[1]-i)*s}function Mt(t,e,n,r,i,o,s,a){var u,c,h,l,p=n-t,f=r-e,g=s-i,d=a-o,y=t-i,_=e-o,m=p*p+f*f,v=p*g+f*d,x=g*g+d*d,E=p*y+f*_,w=g*y+d*_,b=m*x-v*v,I=b,N=b;0===b?(c=0,I=1,l=w,N=x):(l=m*w-v*E,(c=v*w-x*E)<0?(c=0,l=w,N=x):c>I&&(c=I,l=w+v,N=x)),l<0?(l=0,-E<0?c=0:-E>m?c=I:(c=-E,I=m)):l>N&&(l=N,-E+v<0?c=0:-E+v>m?c=I:(c=-E+v,I=m));var C=(1-(h=0===l?0:l/N))*i+h*s-((1-(u=0===c?0:c/I))*t+u*n),S=(1-h)*o+h*a-((1-u)*e+u*r);return C*C+S*S}function Lt(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.concavity||1/0,r=[];if(S(t,(function(t){r.push([t[0],t[1]])})),!r.length)return null;var i=ss(r,n);return i.length>3?o([i]):null}function Pt(t,e,n){if("object"!=typeof(n=n||{}))throw new Error("options is invalid");var r=n.ignoreBoundary;if(!t)throw new Error("point is required");if(!e)throw new Error("polygon is required");var i=X(t),o=U(e),s=e.geometry?e.geometry.type:e.type,a=e.bbox;if(a&&!1===function(t,e){return e[0]<=t[0]&&e[1]<=t[1]&&e[2]>=t[0]&&e[3]>=t[1]}(i,a))return!1;"Polygon"===s&&(o=[o]);for(var u=0,c=!1;ut[1]!=c>t[1]&&t[0]<(u-s)*(t[1]-a)/(c-a)+s&&(r=!r)}return r}function Rt(t,e){var n=[];return A(e,(function(e){O(t,(function(t){Pt(t,e)&&n.push(t)}))})),c(n)}function Tt(t,e){if("FeatureCollection"!==t.type)throw new Error("points must be a FeatureCollection");var n=!1;return c(function(t){if(t.length<3)return[];t.sort(Dt);for(var e,n,r,i,o,s,a=t.length-1,u=t[a].x,c=t[0].x,h=t[a].y,l=h;a--;)t[a].yl&&(l=t[a].y);var p,f=c-u,g=l-h,d=f>g?f:g,y=.5*(c+u),_=.5*(l+h),m=[new At({x:y-20*d,y:_-d,__sentinel:!0},{x:y,y:_+20*d,__sentinel:!0},{x:y+20*d,y:_-d,__sentinel:!0})],v=[],x=[];for(a=t.length;a--;){for(x.length=0,p=m.length;p--;)(f=t[a].x-m[p].x)>0&&f*f>m[p].r?(v.push(m[p]),m.splice(p,1)):f*f+(g=t[a].y-m[p].y)*g>m[p].r||(x.push(m[p].a,m[p].b,m[p].b,m[p].c,m[p].c,m[p].a),m.splice(p,1));for(Ft(x),p=x.length;p;)n=x[--p],e=x[--p],r=t[a],i=n.x-e.x,o=n.y-e.y,s=2*(i*(r.y-n.y)-o*(r.x-n.x)),Math.abs(s)>1e-12&&m.push(new At(e,n,r))}for(Array.prototype.push.apply(v,m),a=v.length;a--;)(v[a].a.__sentinel||v[a].b.__sentinel||v[a].c.__sentinel)&&v.splice(a,1);return v}(t.features.map((function(t){var r={x:t.geometry.coordinates[0],y:t.geometry.coordinates[1]};return e?r.z=t.properties[e]:3===t.geometry.coordinates.length&&(n=!0,r.z=t.geometry.coordinates[2]),r}))).map((function(t){var e=[t.a.x,t.a.y],r=[t.b.x,t.b.y],i=[t.c.x,t.c.y],s={};return n?(e.push(t.a.z),r.push(t.b.z),i.push(t.c.z)):s={a:t.a.z,b:t.b.z,c:t.c.z},o([[e,r,i,e]],s)})))}function At(t,e,n){this.a=t,this.b=e,this.c=n;var r,i,o=e.x-t.x,s=e.y-t.y,a=n.x-t.x,u=n.y-t.y,c=o*(t.x+e.x)+s*(t.y+e.y),h=a*(t.x+n.x)+u*(t.y+n.y),l=2*(o*(n.y-e.y)-s*(n.x-e.x));this.x=(u*c-s*h)/l,this.y=(o*h-a*c)/l,r=this.x-t.x,i=this.y-t.y,this.r=r*r+i*i}function Dt(t,e){return e.x-t.x}function Ft(t){var e,n,r,i,o,s=t.length;t:for(;s;)for(n=t[--s],e=t[--s],r=s;r;)if(o=t[--r],i=t[--r],e===i&&n===o||e===o&&n===i){t.splice(s,2),t.splice(r,2),s-=2;continue t}}function qt(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.units,i=X(t),o=X(e),s=x(o[1]-i[1]),a=x(o[0]-i[0]),u=x(i[1]),c=x(o[1]),h=Math.pow(Math.sin(s/2),2)+Math.pow(Math.sin(a/2),2)*Math.cos(u)*Math.cos(c);return d(2*Math.atan2(Math.sqrt(h),Math.sqrt(1-h)),r)}function Gt(t){if(!t)throw new Error("geojson is required");switch(t.type){case"Feature":return Bt(t);case"FeatureCollection":return function(t){var e={type:"FeatureCollection"};return Object.keys(t).forEach((function(n){switch(n){case"type":case"features":return;default:e[n]=t[n]}})),e.features=t.features.map((function(t){return Bt(t)})),e}(t);case"Point":case"LineString":case"Polygon":case"MultiPoint":case"MultiLineString":case"MultiPolygon":case"GeometryCollection":return zt(t);default:throw new Error("unknown GeoJSON type")}}function Bt(t){var e={type:"Feature"};return Object.keys(t).forEach((function(n){switch(n){case"type":case"properties":case"geometry":return;default:e[n]=t[n]}})),e.properties=kt(t.properties),e.geometry=zt(t.geometry),e}function kt(t){var e={};return t?(Object.keys(t).forEach((function(n){var r=t[n];"object"==typeof r?null===r?e[n]=null:r.length?e[n]=r.map((function(t){return t})):e[n]=kt(r):e[n]=r})),e):e}function zt(t){var e={type:t.type};return t.bbox&&(e.bbox=t.bbox),"GeometryCollection"===t.type?(e.geometries=t.geometries.map((function(t){return zt(t)})),e):(e.coordinates=jt(t.coordinates),e)}function jt(t){return"object"!=typeof t[0]?t.slice():t.map((function(t){return jt(t)}))}function Xt(t,e){function n(t,e){e.length&&e.pop();for(var n=c[t<0?~t:t],r=0,i=n.length;r1)for(var s,a,u=1,c=i(r[0]);uc&&(a=r[0],r[0]=r[u],r[u]=a,c=s);return r}))}}function Yt(t,e,n){for(var r,i=e+(n---e>>1);e=Math.abs(h)?c>0?o<=r&&r<=a:a<=r&&r<=o:h>0?s<=i&&i<=u:u<=i&&i<=s)}(n,i=e[a+1],r)||o.push(r);return o.push(i),o}function ne(t,e){var n=t.x-e.x,r=t.y-e.y;return n*n+r*r}function re(t,e,n){var r=e.x,i=e.y,o=n.x-r,s=n.y-i;if(0!==o||0!==s){var a=((t.x-r)*o+(t.y-i)*s)/(o*o+s*s);a>1?(r=n.x,i=n.y):a>0&&(r+=o*a,i+=s*a)}return(o=t.x-r)*o+(s=t.y-i)*s}function ie(t,e,n,r,i){for(var o,s=r,a=e+1;as&&(o=a,s=u)}s>r&&(o-e>1&&ie(t,e,o,r,i),i.push(t[o]),n-o>1&&ie(t,o,n,r,i))}function oe(t,e,n){if(t.length<=2)return t;var r=void 0!==e?e*e:1;return t=n?t:function(t,e){for(var n,r=t[0],i=[r],o=1,s=t.length;oe&&(i.push(n),r=n);return r!==n&&i.push(n),i}(t,r),function(t,e){var n=t.length-1,r=[t[0]];return ie(t,0,n,e,r),r.push(t[n]),r}(t,r)}function se(t,e,n){return oe(t.map((function(t){return{x:t[0],y:t[1],z:t[2]}})),e,n).map((function(t){return t.z?[t.x,t.y,t.z]:[t.x,t.y]}))}function ae(t,e,n){return t.map((function(t){var r=t.map((function(t){return{x:t[0],y:t[1]}}));if(r.length<4)throw new Error("invalid polygon");for(var i=oe(r,e,n).map((function(t){return[t.x,t.y]}));!function(t){return!(t.length<3||3===t.length&&t[2][0]===t[0][0]&&t[2][1]===t[0][1])}(i);)i=oe(r,e-=.01*e,n).map((function(t){return[t.x,t.y]}));return i[i.length-1][0]===i[0][0]&&i[i.length-1][1]===i[0][1]||i.push(i[0]),i}))}function ue(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.resolution||1e4,r=e.sharpness||.85;if(!t)throw new Error("line is required");if(!b(n))throw new Error("resolution must be an number");if(!b(r))throw new Error("sharpness must be an number");for(var i=[],o=new bs({points:J(t).coordinates.map((function(t){return{x:t[0],y:t[1]}})),duration:n,sharpness:r}),s=0;s=qt(t.slice(0,2),[e,i])){var o=(n+i)/2;return[e,o-(r-e)/2,r,o+(r-e)/2]}var s=(e+r)/2;return[s-(i-n)/2,n,s+(i-n)/2,i]}function pe(t,e,n,i){if(!I(i=i||{}))throw new Error("options is invalid");var o=i.units,s=i.properties,a=X(t),u=x(a[0]),c=x(a[1]),h=x(n),l=y(e,o),p=Math.asin(Math.sin(c)*Math.cos(l)+Math.cos(c)*Math.sin(l)*Math.cos(h));return r([v(u+Math.atan2(Math.sin(h)*Math.sin(l)*Math.cos(c),Math.cos(l)-Math.sin(c)*Math.sin(p))),v(p)],s)}function fe(t,e,n){var r=(n=n||{}).steps||64,i=n.properties;if(!t)throw new Error("center is required");if(!e)throw new Error("radius is required");if("object"!=typeof n)throw new Error("options must be an object");if("number"!=typeof r)throw new Error("steps must be a number");r=r||64,i=i||t.properties||{};for(var s=[],a=0;a=r.next.y&&r.next.y!==r.y){var a=r.x+(o-r.y)*(r.next.x-r.x)/(r.next.y-r.y);if(a<=i&&a>s){if(s=a,a===i){if(o===r.y)return r;if(o===r.next.y)return r.next}n=r.x=r.x&&r.x>=h&&i!==r.x&&Ne(on.x)&&Le(r,t)&&(n=r,p=u),r=r.next;return n}(t,e)){var n=Pe(e,t);Ee(n,n.next)}}(a[i],n),n=Ee(n,n.next);return n}(t,e,p,n)),t.length>80*n){r=o=t[0],i=s=t[1];for(var g=n;go&&(o=a),u>s&&(s=u);c=0!==(c=Math.max(o-r,s-i))?1/c:0}return we(p,f,n,r,i,c),f}function xe(t,e,n,r,i){var o,s;if(i===Ae(t,e,n,r)>0)for(o=e;o=e;o-=r)s=Oe(o,t[o],t[o+1],s);return s&&Se(s,s.next)&&(Re(s),s=s.next),s}function Ee(t,e){if(!t)return t;e||(e=t);var n,r=t;do{if(n=!1,r.steiner||!Se(r,r.next)&&0!==Ce(r.prev,r,r.next))r=r.next;else{if(Re(r),(r=e=r.prev)===r.next)break;n=!0}}while(n||r!==e);return e}function we(t,e,n,r,i,o,s){if(t){!s&&o&&function(t,e,n,r){var i=t;do{null===i.z&&(i.z=Ie(i.x,i.y,e,n,r)),i.prevZ=i.prev,i.nextZ=i.next,i=i.next}while(i!==t);i.prevZ.nextZ=null,i.prevZ=null,function(t){var e,n,r,i,o,s,a,u,c=1;do{for(n=t,t=null,o=null,s=0;n;){for(s++,r=n,a=0,e=0;e0||u>0&&r;)0!==a&&(0===u||!r||n.z<=r.z)?(i=n,n=n.nextZ,a--):(i=r,r=r.nextZ,u--),o?o.nextZ=i:t=i,i.prevZ=o,o=i;n=r}o.nextZ=null,c*=2}while(s>1)}(i)}(t,r,i,o);for(var a,u,c=t;t.prev!==t.next;)if(a=t.prev,u=t.next,o?function(t,e,n,r){var i=t.prev,o=t,s=t.next;if(Ce(i,o,s)>=0)return!1;for(var a=i.xo.x?i.x>s.x?i.x:s.x:o.x>s.x?o.x:s.x,h=i.y>o.y?i.y>s.y?i.y:s.y:o.y>s.y?o.y:s.y,l=Ie(a,u,e,n,r),p=Ie(c,h,e,n,r),f=t.nextZ;f&&f.z<=p;){if(f!==t.prev&&f!==t.next&&Ne(i.x,i.y,o.x,o.y,s.x,s.y,f.x,f.y)&&Ce(f.prev,f,f.next)>=0)return!1;f=f.nextZ}for(f=t.prevZ;f&&f.z>=l;){if(f!==t.prev&&f!==t.next&&Ne(i.x,i.y,o.x,o.y,s.x,s.y,f.x,f.y)&&Ce(f.prev,f,f.next)>=0)return!1;f=f.prevZ}return!0}(t,r,i,o):function(t){var e=t.prev,n=t,r=t.next;if(Ce(e,n,r)>=0)return!1;for(var i=t.next.next;i!==t.prev;){if(Ne(e.x,e.y,n.x,n.y,r.x,r.y,i.x,i.y)&&Ce(i.prev,i,i.next)>=0)return!1;i=i.next}return!0}(t))e.push(a.i/n),e.push(t.i/n),e.push(u.i/n),Re(t),t=u.next,c=u.next;else if((t=u)===c){s?1===s?we(t=function(t,e,n){var r=t;do{var i=r.prev,o=r.next.next;!Se(i,o)&&Me(i,r,r.next,o)&&Le(i,o)&&Le(o,i)&&(e.push(i.i/n),e.push(r.i/n),e.push(o.i/n),Re(r),Re(r.next),r=t=o),r=r.next}while(r!==t);return r}(t,e,n),e,n,r,i,o,2):2===s&&function(t,e,n,r,i,o){var s=t;do{for(var a=s.next.next;a!==s.prev;){if(s.i!==a.i&&function(t,e){return t.next.i!==e.i&&t.prev.i!==e.i&&!function(t,e){var n=t;do{if(n.i!==t.i&&n.next.i!==t.i&&n.i!==e.i&&n.next.i!==e.i&&Me(n,n.next,t,e))return!0;n=n.next}while(n!==t);return!1}(t,e)&&Le(t,e)&&Le(e,t)&&function(t,e){var n=t,r=!1,i=(t.x+e.x)/2,o=(t.y+e.y)/2;do{n.y>o!=n.next.y>o&&n.next.y!==n.y&&i<(n.next.x-n.x)*(o-n.y)/(n.next.y-n.y)+n.x&&(r=!r),n=n.next}while(n!==t);return r}(t,e)}(s,a)){var u=Pe(s,a);return s=Ee(s,s.next),u=Ee(u,u.next),we(s,e,n,r,i,o),void we(u,e,n,r,i,o)}a=a.next}s=s.next}while(s!==t)}(t,e,n,r,i,o):we(Ee(t),e,n,r,i,o,1);break}}}function be(t,e){return t.x-e.x}function Ie(t,e,n,r,i){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t=32767*(t-n)*i)|t<<8))|t<<4))|t<<2))|t<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=32767*(e-r)*i)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function Ne(t,e,n,r,i,o,s,a){return(i-s)*(e-a)-(t-s)*(o-a)>=0&&(t-s)*(r-a)-(n-s)*(e-a)>=0&&(n-s)*(o-a)-(i-s)*(r-a)>=0}function Ce(t,e,n){return(e.y-t.y)*(n.x-e.x)-(e.x-t.x)*(n.y-e.y)}function Se(t,e){return t.x===e.x&&t.y===e.y}function Me(t,e,n,r){return!!(Se(t,e)&&Se(n,r)||Se(t,r)&&Se(n,e))||Ce(t,e,n)>0!=Ce(t,e,r)>0&&Ce(n,r,t)>0!=Ce(n,r,e)>0}function Le(t,e){return Ce(t.prev,t,t.next)<0?Ce(t,e,t.next)>=0&&Ce(t,t.prev,e)>=0:Ce(t,e,t.prev)<0||Ce(t,t.next,e)<0}function Pe(t,e){var n=new Te(t.i,t.x,t.y),r=new Te(e.i,e.x,e.y),i=t.next,o=e.prev;return t.next=e,e.prev=t,n.next=i,i.prev=n,r.next=n,n.prev=r,o.next=r,r.prev=o,r}function Oe(t,e,n,r){var i=new Te(t,e,n);return r?(i.next=r.next,i.prev=r,r.next.prev=i,r.next=i):(i.prev=i,i.next=i),i}function Re(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function Te(t,e,n){this.i=t,this.x=e,this.y=n,this.prev=null,this.next=null,this.z=null,this.prevZ=null,this.nextZ=null,this.steiner=!1}function Ae(t,e,n,r){for(var i=0,o=e,s=n-r;o0&&(r+=t[i-1].length,n.holes.push(r))}return n}(t),n=Is(e.vertices,e.holes,2),r=[],i=[];n.forEach((function(t,r){var o=n[r];i.push([e.vertices[2*o],e.vertices[2*o+1]])}));for(var s=0;se?1:0})}function Ge(t,e,n,r,i){for(;r>n;){if(r-n>600){var o=r-n+1,s=e-n+1,a=Math.log(o),u=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*u*(o-u)/o)*(s-o/2<0?-1:1);Ge(t,e,Math.max(n,Math.floor(e-s*u/o+c)),Math.min(r,Math.floor(e+(o-s)*u/o+c)),i)}var h=t[e],l=n,p=r;for(Be(t,n,e),i(t[r],h)>0&&Be(t,n,r);l0;)p--}0===i(t[n],h)?Be(t,n,p):Be(t,++p,r),p<=e&&(n=p+1),e<=p&&(r=p-1)}}function Be(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function ke(t,e){if(!(this instanceof ke))return new ke(t,e);this._maxEntries=Math.max(4,t||9),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),e&&this._initFormat(e),this.clear()}function ze(t,e){je(t,0,t.children.length,e,t)}function je(t,e,n,r,i){i||(i=Ze(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(var o,s=e;s=t.minX&&e.maxY>=t.minY}function Ze(t){return{children:t,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function Ke(t,e,n,r,i){for(var o,s=[e,n];s.length;)(n=s.pop())-(e=s.pop())<=r||(qe(t,o=e+Math.ceil((n-e)/r/2)*r,e,n,i),s.push(e,o,o,n))}function Qe(t){var e=ke(t);return e.insert=function(t){if(Array.isArray(t)){var e=t;(t=$e(e)).bbox=e}else t.bbox=t.bbox?t.bbox:tn(t);return ke.prototype.insert.call(this,t)},e.load=function(t){var e=[];return Array.isArray(t)?t.forEach((function(t){var n=$e(t);n.bbox=t,e.push(n)})):O(t,(function(t){t.bbox=t.bbox?t.bbox:tn(t),e.push(t)})),ke.prototype.load.call(this,e)},e.remove=function(t){if(Array.isArray(t)){var e=t;(t=$e(e)).bbox=e}return ke.prototype.remove.call(this,t)},e.clear=function(){return ke.prototype.clear.call(this)},e.search=function(t){return{type:"FeatureCollection",features:ke.prototype.search.call(this,this.toBBox(t))}},e.collides=function(t){return ke.prototype.collides.call(this,this.toBBox(t))},e.all=function(){return{type:"FeatureCollection",features:ke.prototype.all.call(this)}},e.toJSON=function(){return ke.prototype.toJSON.call(this)},e.fromJSON=function(t){return ke.prototype.fromJSON.call(this,t)},e.toBBox=function(t){var e;return{minX:(e=t.bbox?t.bbox:Array.isArray(t)&&4===t.length?t:tn(t))[0],minY:e[1],maxX:e[2],maxY:e[3]}},e}function $e(t){var e=[t[0],t[1]],n=[t[0],t[3]],r=[t[2],t[3]];return{type:"Feature",bbox:t,properties:{},geometry:{type:"Polygon",coordinates:[[e,[t[2],t[1]],r,n,e]]}}}function tn(t){var e=[1/0,1/0,-1/0,-1/0];return S(t,(function(t){e[0]>t[0]&&(e[0]=t[0]),e[1]>t[1]&&(e[1]=t[1]),e[2]i?n:i,r>o?r:o]}(t,r),n.push(i),r})),n}(n,t.properties);r.forEach((function(t){t.id=e.length,e.push(t)}))}))}(t,e)})),c(e)}function nn(t,n){var r={},i=[];if("LineString"===t.type&&(t=e(t)),"LineString"===n.type&&(n=e(n)),"Feature"===t.type&&"Feature"===n.type&&"LineString"===t.geometry.type&&"LineString"===n.geometry.type&&2===t.geometry.coordinates.length&&2===n.geometry.coordinates.length){var o=rn(t,n);return o&&i.push(o),c(i)}var s=Qe();return s.load(en(n)),O(en(t),(function(t){O(s.search(t),(function(e){var n=rn(t,e);if(n){var o=U(n).join(",");r[o]||(r[o]=!0,i.push(n))}}))})),c(i)}function rn(t,e){var n=U(t),i=U(e);if(2!==n.length)throw new Error(" line1 must only contain 2 coordinates");if(2!==i.length)throw new Error(" line2 must only contain 2 coordinates");var o=n[0][0],s=n[0][1],a=n[1][0],u=n[1][1],c=i[0][0],h=i[0][1],l=i[1][0],p=i[1][1],f=(p-h)*(a-o)-(l-c)*(u-s);if(0===f)return null;var g=((l-c)*(s-h)-(p-h)*(o-c))/f,d=((a-o)*(s-h)-(u-s)*(o-c))/f;return g>=0&&g<=1&&d>=0&&d<=1?r([o+g*(a-o),s+g*(u-s)]):null}function on(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var i=t.geometry?t.geometry.type:t.type;if("LineString"!==i&&"MultiLineString"!==i)throw new Error("lines must be LineString or MultiLineString");var o=r([1/0,1/0],{dist:1/0}),s=0;return F(t,(function(t){for(var i=U(t),u=0;u0&&((_=y.features[0]).properties.dist=qt(e,_,n),_.properties.location=s+qt(c,_,n)),c.properties.dist180?-(360-r):r}function an(t,e){var n=x(t[1]),r=x(e[1]),i=x(e[0]-t[0]);i>Math.PI&&(i-=2*Math.PI),i<-Math.PI&&(i+=2*Math.PI);var o=Math.log(Math.tan(r/2+Math.PI/4)/Math.tan(n/2+Math.PI/4));return(v(Math.atan2(i,o))+360)%360}function un(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.units;if(!t)throw new Error("from point is required");if(!e)throw new Error("to point is required");var i=X(t),o=X(e);return o[0]+=o[0]-i[0]>180?-360:i[0]-o[0]>180?360:0,E(function(t,e,n){var r=n=void 0===n?Fo:Number(n),i=t[1]*Math.PI/180,o=e[1]*Math.PI/180,s=o-i,a=Math.abs(e[0]-t[0])*Math.PI/180;a>Math.PI&&(a-=2*Math.PI);var u=Math.log(Math.tan(o/2+Math.PI/4)/Math.tan(i/2+Math.PI/4)),c=Math.abs(u)>1e-11?s/u:Math.cos(i);return Math.sqrt(s*s+c*c*a*a)*r}(i,o),"meters",r)}function cn(t,e){return ln(t,"mercator",e)}function hn(t,e){return ln(t,"wgs84",e)}function ln(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.mutate;if(!t)throw new Error("geojson is required");return Array.isArray(t)&&b(t[0])?t="mercator"===e?pn(t):fn(t):(!0!==r&&(t=Gt(t)),S(t,(function(t){var n="mercator"===e?pn(t):fn(t);t[0]=n[0],t[1]=n[1]}))),t}function pn(t){var e=Math.PI/180,n=20037508.342789244,r=[6378137*(Math.abs(t[0])<=180?t[0]:t[0]-360*function(t){return t<0?-1:t>0?1:0}(t[0]))*e,6378137*Math.log(Math.tan(.25*Math.PI+.5*t[1]*e))];return r[0]>n&&(r[0]=n),r[0]<-n&&(r[0]=-n),r[1]>n&&(r[1]=n),r[1]<-n&&(r[1]=-n),r}function fn(t){var e=180/Math.PI;return[t[0]*e/6378137,(.5*Math.PI-2*Math.atan(Math.exp(-t[1]/6378137)))*e]}function gn(t,n,i){if(!I(i=i||{}))throw new Error("options is invalid");if(!t)throw new Error("pt is required");if(Array.isArray(t)?t=r(t):"Point"===t.type?t=e(t):H(t,"Point","point"),!n)throw new Error("line is required");Array.isArray(n)?n=a(n):"LineString"===n.type?n=e(n):H(n,"LineString","line");var o=1/0,s=t.geometry.coordinates;return G(n,(function(t){var e=t.geometry.coordinates[0],n=t.geometry.coordinates[1],a=function(t,e,n,i){var o=i.mercator,s=!0!==o?qt(e,t,i):dn(e,t,i),a=m(!0!==o?ge(e,t):sn(e,t)),u=m(!0!==o?ge(e,n):sn(e,n)),c=Math.abs(a-u);if(c>90)return s;var h=(u+180)%360,l=m(!0!==o?ge(n,t):sn(n,t)),p=Math.abs(l-h);return p>180&&(p=Math.abs(p-360)),p>90?!0!==o?qt(t,n,i):dn(t,n,i):!0!==o?s*Math.sin(x(c)):function(t,e,n,i){var o=0;(Math.abs(t[0])>=180||Math.abs(e[0])>=180||Math.abs(n[0])>=180)&&(o=t[0]>0||e[0]>0||n[0]>0?-180:180);var s=r(n),a=hn(function(t,e,n){var r=t[0],i=t[1],o=e[0]-r,s=e[1]-i,a=((n[0]-r)*o+(n[1]-i)*s)/(o*o+s*s);return[r+a*o,i+a*s]}(cn([t[0]+o,t[1]]),cn([e[0]+o,e[1]]),cn([n[0]+o,n[1]])));return 0!==o&&(a[0]-=o),un(s,a,i)}(e,n,t,i)}(s,e,n,i);o>a&&(o=a)})),o}function dn(t,e,n){var r=n.units,i=0;Math.abs(t[0])>=180&&(i=t[0]>0?-180:180),Math.abs(e[0])>=180&&(i=e[0]>0?-180:180);var o=cn([t[0]+i,t[1]]),s=cn([e[0]+i,e[1]]),a=function(t){return t*t},u=a(o[0]-s[0])+a(o[1]-s[1]);return E(Math.sqrt(u),"meters",r)}function yn(t){for(var n=function(t){return"FeatureCollection"!==t.type?"Feature"!==t.type?c([e(t)]):c([t]):t}(t),i=de(n),o=!1,s=0;!o&&s0){e+=Math.abs(En(t[0]));for(var n=1;n2){for(s=0;s=h&&l===i.length-1);l++){if(h>e&&0===o.length){if(!(s=e-h))return o.push(i[l]),a(o);u=ge(i[l],i[l-1])-180,c=pe(i[l],s,u,r),o.push(c.geometry.coordinates)}if(h>=n)return(s=n-h)?(u=ge(i[l],i[l-1])-180,c=pe(i[l],s,u,r),o.push(c.geometry.coordinates),a(o)):(o.push(i[l]),a(o));if(h>=e&&o.push(i[l]),l===i.length-1)return a(o);h+=qt(i[l],i[l+1],r)}return a(i[i.length-1])}function Nn(t,e,n){var r=(n=n||{}).ignoreEndVertices;if(!I(n))throw new Error("invalid options");if(!t)throw new Error("pt is required");if(!e)throw new Error("line is required");for(var i=X(t),o=U(e),s=0;s=Math.abs(l)?h>0?s0?a=Math.abs(l)?h>0?s<=i&&i0?a<=o&&o=Math.abs(l)?h>0?s0?a=Math.abs(l)?h>0?s<=i&&i<=u:u<=i&&i<=s:l>0?a<=o&&o<=c:c<=o&&o<=a)}(o[s],o[s+1],i,a))return!0}return!1}function Cn(t,e){var n=K(t),r=K(e),i=J(t),o=J(e);switch(n){case"Point":switch(r){case"MultiPoint":return function(t,e){var n,r=!1;for(n=0;ne[0])&&!(t[2]e[1])&&!(t[3] is required");if("number"!=typeof n)throw new Error(" must be a number");if("number"!=typeof r)throw new Error(" must be a number");!1!==i&&void 0!==i||(t=JSON.parse(JSON.stringify(t)));var o=Math.pow(10,n);return S(t,(function(t){!function(t,e,n){t.length>n&&t.splice(n,t.length);for(var r=0;r=0==e}function Tn(t,e){if(!t||!e)return!1;if(t.length!=e.length)return!1;for(var n=0,r=t.length;n1&&n.push(a(l)),c(n)}function Fn(t,e){if(!e.features.length)throw new Error("lines must contain features");if(1===e.features.length)return e.features[0];var n,r=1/0;return O(e,(function(e){var i=on(e,t).properties.dist;ip&&g.push(pe(t,e,p,s).geometry.coordinates),a(g,h)}function Bn(t){var e=t%360;return e<0&&(e+=360),e}function kn(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.properties,r=K(t),i=U(t);if(n=n||t.properties||{},!i.length)throw new Error("polygon must contain coordinates");switch(r){case"Polygon":return zn(i,n);case"MultiPolygon":var o=[];return i.forEach((function(t){o.push(zn(t,n))})),c(o);default:throw new Error("geom "+r+" not supported")}}function zn(t,e){return t.length>1?h(t,e):a(t[0],e)}function jn(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.properties,r=e.autoComplete,i=e.orderCoords;if(!t)throw new Error("lines is required");switch(r=void 0===r||r,i=void 0===i||i,K(t)){case"FeatureCollection":case"GeometryCollection":var o=[];return(t.features?t.features:t.geometries).forEach((function(t){o.push(U(Xn(t,{},r,i)))})),p(o,n)}return Xn(t,n,r,i)}function Xn(t,e,n,r){e=e||t.properties||{};var i=U(t),s=K(t);if(!i.length)throw new Error("line must contain coordinates");switch(s){case"LineString":return n&&(i=Un(i)),o([i],e);case"MultiLineString":var u=[],c=0;return i.forEach((function(t){if(n&&(t=Un(t)),r){var e=function(t){var e=t[0],n=t[1],r=t[2],i=t[3];return Math.abs(e-r)*Math.abs(n-i)}(j(a(t)));e>c?(u.unshift(t),c=e):u.push(t)}else u.push(t)})),o(u,e);default:throw new Error("geometry type "+s+" is not supported")}}function Un(t){var e=t[0],n=e[0],r=e[1],i=t[t.length-1],o=i[0],s=i[1];return n===o&&r===s||t.push(e),t}function Yn(t,e,n){var r,i,o,s,a,u=t.length,c=Hn(t[0],e),h=[];for(n||(n=[]),r=1;re[2]&&(n|=2),t[1]e[3]&&(n|=8),n}function Wn(t,e){for(var n=[],r=0;r0&&(i[0][0]===i[i.length-1][0]&&i[0][1]===i[i.length-1][1]||i.push(i[0]),i.length>=4&&n.push(i))}return n}function Jn(t){return"[object Arguments]"===Object.prototype.toString.call(t)}function Zn(t,e,n){return n||(n={}),t===e||(t instanceof Date&&e instanceof Date?t.getTime()===e.getTime():!t||!e||"object"!=typeof t&&"object"!=typeof e?(n.strict,t===e):function(t,e,n){var r,i;if(Kn(t)||Kn(e))return!1;if(t.prototype!==e.prototype)return!1;if(Jn(t))return!!Jn(e)&&Zn(t=Bs.call(t),e=Bs.call(e),n);if(Qn(t)){if(!Qn(e))return!1;if(t.length!==e.length)return!1;for(r=0;r=0;r--)if(o[r]!==s[r])return!1;for(r=o.length-1;r>=0;r--)if(!Zn(t[i=o[r]],e[i],n))return!1;return typeof t==typeof e}(t,e,n))}function Kn(t){return null===t||void 0===t}function Qn(t){return!(!t||"object"!=typeof t||"number"!=typeof t.length)&&"function"==typeof t.copy&&"function"==typeof t.slice&&!(t.length>0&&"number"!=typeof t[0])}function $n(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r,i=n.tolerance||0,o=[],s=Qe();return s.load(en(t)),G(e,(function(t){var e=!1;O(s.search(t),(function(n){if(!1===e){var o=U(t).sort(),s=U(n).sort();Zn(o,s)||(0===i?Nn(o[0],n)&&Nn(o[1],n):on(n,o[0]).properties.dist<=i&&on(n,o[1]).properties.dist<=i)?(e=!0,r=r?tr(r,t):t):(0===i?Nn(s[0],t)&&Nn(s[1],t):on(t,s[0]).properties.dist<=i&&on(t,s[1]).properties.dist<=i)&&(r=r?tr(r,n):n)}})),!1===e&&r&&(o.push(r),r=void 0)})),r&&o.push(r),c(o)}function tr(t,e){var n=U(e),r=U(t),i=r[0],o=r[r.length-1],s=t.geometry.coordinates;return Zn(n[0],i)?s.unshift(n[1]):Zn(n[0],o)?s.push(n[1]):Zn(n[1],i)?s.unshift(n[0]):Zn(n[1],o)&&s.push(n[0]),t}function er(t){var e=t%360;return e<0&&(e+=360),e}function nr(t,e,n,i){if(!I(i=i||{}))throw new Error("options is invalid");var o=i.units,s=i.properties;if(!t)throw new Error("origin is required");if(void 0===e||null===e)throw new Error("distance is required");if(void 0===n||null===n)throw new Error("bearing is required");if(!(e>=0))throw new Error("distance must be greater than 0");var a=E(e,o,"meters"),u=X(t),c=function(t,e,n,r){var i=e/(r=void 0===r?Fo:Number(r)),o=t[0]*Math.PI/180,s=x(t[1]),a=x(n),u=i*Math.cos(a),c=s+u;Math.abs(c)>Math.PI/2&&(c=c>0?Math.PI-c:-Math.PI-c);var h=Math.log(Math.tan(c/2+Math.PI/4)/Math.tan(s/2+Math.PI/4)),l=Math.abs(h)>1e-11?u/h:Math.cos(s);return[(180*(o+i*Math.sin(a)/l)/Math.PI+540)%360-180,180*c/Math.PI]}(u,a,n);return c[0]+=c[0]-u[0]>180?-360:u[0]-c[0]>180?360:0,r(c,s)}function rr(t,e,n,r,i,o){for(var s=0;s0?function(t,e,n){return ir(t,e,n)<0}(e,a,i)||(i=a):n>0&&r<=0&&(function(t,e,n){return ir(t,e,n)>0}(e,a,o)||(o=a)),n=r}return[i,o]}function ir(t,e,n){return(e[0]-t[0])*(n[1]-t[1])-(n[0]-t[0])*(e[1]-t[1])}function or(t){if(!t)throw new Error("line is required");var e=t.geometry?t.geometry.type:t.type;if(!Array.isArray(t)&&"LineString"!==e)throw new Error("geometry must be a LineString");for(var n,r,i=U(t),o=0,s=1;s0}function sr(t,e){switch("Feature"===t.type?t.geometry.type:t.type){case"GeometryCollection":return A(t,(function(t){sr(t,e)})),t;case"LineString":return ar(U(t),e),t;case"Polygon":return ur(U(t),e),t;case"MultiLineString":return U(t).forEach((function(t){ar(t,e)})),t;case"MultiPolygon":return U(t).forEach((function(t){ur(t,e)})),t;case"Point":case"MultiPoint":return t}}function ar(t,e){or(t)===e&&t.reverse()}function ur(t,e){or(t[0])!==e&&t[0].reverse();for(var n=1;ns?128:64,c|=ls?32:16,c|=ps?8:4;var g=+(c|=fs?2:1),d=0;if(17===c||18===c||33===c||34===c||38===c||68===c||72===c||98===c||102===c||132===c||136===c||137===c||152===c||153===c){var y=(h+l+p+f)/4;d=y>s?2:y0?(c=156,d=4):c=152:33===c?d>0?(c=139,d=4):c=137:72===c?d>0?(c=99,d=4):c=98:132===c&&(d>0?(c=39,d=4):c=38)}if(0!=c&&170!=c){var _,m,v,x,E,w,b,I;_=m=v=x=E=w=b=I=.5;var N=[];1===c?(v=1-lr(e,p,f),I=1-lr(e,h,f),N.push(Sa[c])):169===c?(v=lr(s,f,p),I=lr(s,f,h),N.push(Sa[c])):4===c?(w=1-lr(e,l,p),x=lr(e,f,p),N.push(Na[c])):166===c?(w=lr(s,p,l),x=1-lr(s,p,f),N.push(Na[c])):16===c?(E=lr(e,p,l),m=lr(e,h,l),N.push(Ia[c])):154===c?(E=1-lr(s,l,p),m=1-lr(s,l,h),N.push(Ia[c])):64===c?(b=lr(e,f,h),_=1-lr(e,l,h),N.push(La[c])):106===c?(b=1-lr(s,h,f),_=lr(s,h,l),N.push(La[c])):168===c?(x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),N.push(Ca[c]),N.push(Sa[c])):2===c?(x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),N.push(Ca[c]),N.push(Sa[c])):162===c?(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),N.push(Ca[c]),N.push(Sa[c])):8===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),N.push(Ia[c]),N.push(Na[c])):138===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Ia[c]),N.push(Na[c])):32===c?(E=lr(s,p,l),w=lr(e,p,l),_=lr(e,h,l),m=lr(s,h,l),N.push(Ia[c]),N.push(Na[c])):42===c?(I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l),N.push(Ma[c]),N.push(La[c])):128===c&&(I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Ma[c]),N.push(La[c])),5===c?(w=1-lr(e,l,p),I=1-lr(e,h,f),N.push(Na[c])):165===c?(w=lr(s,p,l),I=lr(s,f,h),N.push(Na[c])):20===c?(x=lr(e,f,p),m=lr(e,h,l),N.push(Ca[c])):150===c?(x=1-lr(s,p,f),m=1-lr(s,l,h),N.push(Ca[c])):80===c?(E=lr(e,p,l),b=lr(e,f,h),N.push(Ia[c])):90===c?(E=1-lr(s,l,p),b=1-lr(s,h,f),N.push(Ia[c])):65===c?(v=1-lr(e,p,f),_=1-lr(e,l,h),N.push(Sa[c])):105===c?(v=lr(s,f,p),_=lr(s,h,l),N.push(Sa[c])):160===c?(E=lr(s,p,l),w=lr(e,p,l),I=lr(e,f,h),b=lr(s,f,h),N.push(Ia[c]),N.push(Na[c])):10===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),I=1-lr(s,h,f),b=1-lr(e,h,f),N.push(Ia[c]),N.push(Na[c])):130===c?(x=1-lr(e,p,f),v=1-lr(s,p,f),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Ca[c]),N.push(Sa[c])):40===c?(x=lr(s,f,p),v=lr(e,f,p),_=lr(e,h,l),m=lr(s,h,l),N.push(Ca[c]),N.push(Sa[c])):101===c?(w=lr(s,p,l),_=lr(s,h,l),N.push(Na[c])):69===c?(w=1-lr(e,l,p),_=1-lr(e,l,h),N.push(Na[c])):149===c?(I=lr(s,f,h),m=1-lr(s,l,h),N.push(Ma[c])):21===c?(I=1-lr(e,h,f),m=lr(e,h,l),N.push(Ma[c])):86===c?(x=1-lr(s,p,f),b=1-lr(s,h,f),N.push(Ca[c])):84===c?(x=lr(e,f,p),b=lr(e,f,h),N.push(Ca[c])):89===c?(E=1-lr(s,l,p),v=lr(s,f,p),N.push(Sa[c])):81===c?(E=lr(e,p,l),v=1-lr(e,p,f),N.push(Sa[c])):96===c?(E=lr(s,p,l),w=lr(e,p,l),b=lr(e,f,h),_=lr(s,h,l),N.push(Ia[c]),N.push(Na[c])):74===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),b=1-lr(s,h,f),_=1-lr(e,l,h),N.push(Ia[c]),N.push(Na[c])):24===c?(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),m=lr(e,h,l),N.push(Ia[c]),N.push(Sa[c])):146===c?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),m=1-lr(s,l,h),N.push(Ia[c]),N.push(Sa[c])):6===c?(w=1-lr(e,l,p),x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),N.push(Na[c]),N.push(Ca[c])):164===c?(w=lr(s,p,l),x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),N.push(Na[c]),N.push(Ca[c])):129===c?(v=1-lr(e,p,f),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Sa[c]),N.push(Ma[c])):41===c?(v=lr(s,f,p),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l),N.push(Sa[c]),N.push(Ma[c])):66===c?(x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),_=1-lr(e,l,h),N.push(Ca[c]),N.push(Sa[c])):104===c?(x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),_=lr(s,h,l),N.push(Sa[c]),N.push(Pa[c])):144===c?(E=lr(e,p,l),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h),N.push(Ia[c]),N.push(La[c])):26===c?(E=1-lr(s,l,p),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l),N.push(Ia[c]),N.push(La[c])):36===c?(w=lr(s,p,l),x=lr(e,f,p),_=lr(e,h,l),m=lr(s,h,l),N.push(Na[c]),N.push(Ca[c])):134===c?(w=1-lr(e,l,p),x=1-lr(s,p,f),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Na[c]),N.push(Ca[c])):9===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),I=1-lr(e,h,f),N.push(Ia[c]),N.push(Na[c])):161===c?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),I=lr(s,f,h),N.push(Ia[c]),N.push(Na[c])):37===c?(w=lr(s,p,l),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l),N.push(Na[c]),N.push(Ma[c])):133===c?(w=1-lr(e,l,p),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h),N.push(Na[c]),N.push(Ma[c])):148===c?(x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h),N.push(Ca[c]),N.push(La[c])):22===c?(x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l),N.push(Ca[c]),N.push(La[c])):82===c?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),N.push(Ia[c]),N.push(Sa[c])):88===c?(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),N.push(Ia[c]),N.push(Sa[c])):73===c?(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),_=1-lr(e,l,h),N.push(Ia[c]),N.push(Na[c])):97===c?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),_=lr(s,h,l),N.push(Ia[c]),N.push(Na[c])):145===c?(E=lr(e,p,l),v=1-lr(e,p,f),I=lr(s,f,h),m=1-lr(s,l,h),N.push(Ia[c]),N.push(Ma[c])):25===c?(E=1-lr(s,l,p),v=lr(s,f,p),I=1-lr(e,h,f),m=lr(e,h,l),N.push(Ia[c]),N.push(Ma[c])):70===c?(w=1-lr(e,l,p),x=1-lr(s,p,f),b=1-lr(s,h,f),_=1-lr(e,l,h),N.push(Na[c]),N.push(Ca[c])):100===c?(w=lr(s,p,l),x=lr(e,f,p),b=lr(e,f,h),_=lr(s,h,l),N.push(Na[c]),N.push(Ca[c])):34===c?(0===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(Ma[c]),N.push(La[c])):35===c?(4===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(Sa[c]),N.push(La[c])):136===c?(0===d?(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)):(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)),N.push(Ia[c]),N.push(Na[c]),N.push(Ma[c]),N.push(La[c])):153===c?(0===d?(E=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Sa[c])):102===c?(0===d?(w=1-lr(e,l,p),x=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Na[c]),N.push(La[c])):155===c?(4===d?(E=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Ma[c])):103===c?(4===d?(w=1-lr(e,l,p),x=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Na[c]),N.push(Ca[c])):152===c?(0===d?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Ca[c]),N.push(Sa[c])):156===c?(4===d?(E=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),m=lr(e,h,l)):(E=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),m=1-lr(s,l,h)),N.push(Ia[c]),N.push(Sa[c]),N.push(La[c])):137===c?(0===d?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)):(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)),N.push(Ia[c]),N.push(Na[c]),N.push(Sa[c])):139===c?(4===d?(E=lr(s,p,l),w=lr(e,p,l),v=1-lr(e,p,f),I=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)):(E=1-lr(e,l,p),w=1-lr(s,l,p),v=lr(s,f,p),I=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)),N.push(Ia[c]),N.push(Na[c]),N.push(Ma[c])):98===c?(0===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(La[c])):99===c?(4===d?(E=1-lr(e,l,p),w=1-lr(s,l,p),x=lr(s,f,p),v=lr(e,f,p),b=lr(e,f,h),_=1-lr(e,l,h)):(E=lr(s,p,l),w=lr(e,p,l),x=1-lr(e,p,f),v=1-lr(s,p,f),b=1-lr(s,h,f),_=lr(s,h,l)),N.push(Ia[c]),N.push(Na[c]),N.push(Sa[c])):38===c?(0===d?(w=1-lr(e,l,p),x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Na[c]),N.push(Ma[c]),N.push(La[c])):39===c?(4===d?(w=1-lr(e,l,p),x=lr(e,f,p),I=lr(e,f,h),b=lr(s,f,h),_=1-lr(s,l,h),m=1-lr(e,l,h)):(w=lr(s,p,l),x=1-lr(s,p,f),I=1-lr(s,h,f),b=1-lr(e,h,f),_=lr(e,h,l),m=lr(s,h,l)),N.push(Na[c]),N.push(Ca[c]),N.push(La[c])):85===c&&(E=1,w=0,x=1,v=0,I=0,b=1,_=0,m=1),(_<0||_>1||m<0||m>1||E<0||E>1||x<0||x>1||I<0||I>1||b<0||b>1)&&console.log("MarchingSquaresJS-isoBands: "+c+" "+g+" "+h+","+l+","+p+","+f+" "+d+" "+_+" "+m+" "+E+" "+w+" "+x+" "+v+" "+I+" "+b),o.cells[a][u]={cval:c,cval_real:g,flipped:d,topleft:_,topright:m,righttop:E,rightbottom:w,bottomright:x,bottomleft:v,leftbottom:I,lefttop:b,edges:N}}}}}return o}(t,e,n);return zs.polygons?(zs.verbose&&console.log("MarchingSquaresJS-isoBands: returning single polygons for each grid cell"),u=function(t){var e=[],n=0;return t.cells.forEach((function(t,r){t.forEach((function(t,i){if(void 0!==t){var o=Ra[t.cval](t);"object"==typeof o&&pr(o)?"object"==typeof o[0]&&pr(o[0])?"object"==typeof o[0][0]&&pr(o[0][0])?o.forEach((function(t){t.forEach((function(t){t[0]+=i,t[1]+=r})),e[n++]=t})):(o.forEach((function(t){t[0]+=i,t[1]+=r})),e[n++]=o):console.log("MarchingSquaresJS-isoBands: bandcell polygon with malformed coordinates"):console.log("MarchingSquaresJS-isoBands: bandcell polygon with null coordinates")}}))})),e}(c)):(zs.verbose&&console.log("MarchingSquaresJS-isoBands: returning polygon paths for entire data grid"),u=function(t){for(var e=[],n=t.rows,r=t.cols,i=[],o=0;o0){var a=function(t){if(t.edges.length>0){var e=t.edges[t.edges.length-1],n=t.cval_real;switch(e){case 0:return n&Xs?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[t.topleft,1],x:0,y:-1,o:0};case 1:return n&Us?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 2:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[t.topleft,1],x:0,y:-1,o:0};case 3:return n&Ys?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 4:return n&Xs?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[t.topright,1],x:0,y:-1,o:1};case 5:return n&Us?{p:[t.topright,1],x:0,y:-1,o:1}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 6:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[t.topright,1],x:0,y:-1,o:1};case 7:return n&Ys?{p:[t.topright,1],x:0,y:-1,o:1}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 8:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[1,t.righttop],x:-1,y:0,o:1};case 9:return n&Ys?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 10:return n&Ys?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[1,t.righttop],x:-1,y:0,o:1};case 11:return n&js?{p:[1,t.righttop],x:-1,y:0,o:1}:{p:[0,t.lefttop],x:1,y:0,o:1};case 12:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 13:return n&Ys?{p:[1,t.rightbottom],x:-1,y:0,o:0}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 14:return n&Ys?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[1,t.rightbottom],x:-1,y:0,o:0};case 15:return n&js?{p:[1,t.rightbottom],x:-1,y:0,o:0}:{p:[0,t.lefttop],x:1,y:0,o:1};case 16:return n&Us?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[0,t.leftbottom],x:1,y:0,o:0};case 17:return n&js?{p:[t.bottomright,0],x:0,y:1,o:1}:{p:[0,t.lefttop],x:1,y:0,o:1};case 18:return n&Ys?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[t.bottomleft,0],x:0,y:1,o:0};case 19:return n&js?{p:[t.bottomleft,0],x:0,y:1,o:0}:{p:[0,t.lefttop],x:1,y:0,o:1};case 20:return n&js?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[0,t.leftbottom],x:1,y:0,o:0};case 21:return n&Xs?{p:[0,t.leftbottom],x:1,y:0,o:0}:{p:[t.topright,1],x:0,y:-1,o:1};case 22:return n&js?{p:[t.topleft,1],x:0,y:-1,o:0}:{p:[0,t.lefttop],x:1,y:0,o:1};case 23:return n&Xs?{p:[0,t.lefttop],x:1,y:0,o:1}:{p:[t.topright,1],x:0,y:-1,o:1};default:console.log("MarchingSquaresJS-isoBands: edge index out of range!"),console.log(t)}}return null}(t.cells[o][s]),u=null,c=s,h=o;null!==a&&i.push([a.p[0]+c,a.p[1]+h]);do{if(null===(u=function(t,e,n,r){var i,o,s,a,u,c=t.cval;switch(e){case-1:0===r?(i=Na[c],s=ea[c],a=na[c],u=ra[c]):(i=Ia[c],s=Qs[c],a=$s[c],u=ta[c]);break;case 1:0===r?(i=Ma[c],s=fa[c],a=ga[c],u=da[c]):(i=La[c],s=ha[c],a=la[c],u=pa[c]);break;default:switch(n){case-1:0===r?(i=Pa[c],s=Vs[c],a=Hs[c],u=Ws[c]):(i=Oa[c],s=Js[c],a=Zs[c],u=Ks[c]);break;case 1:0===r?(i=Sa[c],s=ia[c],a=oa[c],u=sa[c]):(i=Ca[c],s=aa[c],a=ua[c],u=ca[c])}}if(o=t.edges.indexOf(i),void 0===t.edges[o])return null;switch(function(t,e){delete t.edges[e];for(var n=e+1;n=n||c<0||c>=r||void 0===t.cells[h][c]){var l=function(t,e,n,r,i,o){for(var s=t.cells[n][e],a=s.cval_real,u=e+r,c=n+i,h=[],l=!1;!l;){if(void 0===t.cells[c]||void 0===t.cells[c][u])if(c-=i,u-=r,a=(s=t.cells[c][u]).cval_real,-1===i)if(0===o)if(a&Ys)h.push([u,c]),r=-1,i=0,o=0;else{if(!(a&Us)){h.push([u+s.bottomright,c]),r=0,i=1,o=1,l=!0;break}h.push([u+1,c]),r=1,i=0,o=0}else{if(!(a&Ys)){if(a&Us){h.push([u+s.bottomright,c]),r=0,i=1,o=1,l=!0;break}h.push([u+s.bottomleft,c]),r=0,i=1,o=0,l=!0;break}h.push([u,c]),r=-1,i=0,o=0}else if(1===i)if(0===o){if(!(a&Xs)){if(a&js){h.push([u+s.topleft,c+1]),r=0,i=-1,o=0,l=!0;break}h.push([u+s.topright,c+1]),r=0,i=-1,o=1,l=!0;break}h.push([u+1,c+1]),r=1,i=0,o=1}else h.push([u+1,c+1]),r=1,i=0,o=1;else if(-1===r)if(0===o){if(!(a&js)){if(a&Ys){h.push([u,c+s.leftbottom]),r=1,i=0,o=0,l=!0;break}h.push([u,c+s.lefttop]),r=1,i=0,o=1,l=!0;break}h.push([u,c+1]),r=0,i=1,o=0}else{if(!(a&js)){console.log("MarchingSquaresJS-isoBands: wtf");break}h.push([u,c+1]),r=0,i=1,o=0}else{if(1!==r){console.log("MarchingSquaresJS-isoBands: we came from nowhere!");break}if(0===o){if(!(a&Us)){h.push([u+1,c+s.rightbottom]),r=-1,i=0,o=0,l=!0;break}h.push([u+1,c]),r=0,i=-1,o=1}else{if(!(a&Us)){if(a&Xs){h.push([u+1,c+s.righttop]),r=-1,i=0,o=1;break}h.push([u+1,c+s.rightbottom]),r=-1,i=0,o=0,l=!0;break}h.push([u+1,c]),r=0,i=-1,o=1}}else if(a=(s=t.cells[c][u]).cval_real,-1===r)if(0===o)if(void 0!==t.cells[c-1]&&void 0!==t.cells[c-1][u])r=0,i=-1,o=1;else{if(!(a&Ys)){h.push([u+s.bottomright,c]),r=0,i=1,o=1,l=!0;break}h.push([u,c])}else{if(!(a&js)){console.log("MarchingSquaresJS-isoBands: found entry from top at "+u+","+c);break}console.log("MarchingSquaresJS-isoBands: proceeding in x-direction!")}else if(1===r){if(0===o){console.log("MarchingSquaresJS-isoBands: wtf");break}if(void 0!==t.cells[c+1]&&void 0!==t.cells[c+1][u])r=0,i=1,o=0;else{if(!(a&Xs)){h.push([u+s.topleft,c+1]),r=0,i=-1,o=0,l=!0;break}h.push([u+1,c+1]),r=1,i=0,o=1}}else if(-1===i){if(1!==o){console.log("MarchingSquaresJS-isoBands: wtf");break}if(void 0!==t.cells[c][u+1])r=1,i=0,o=1;else{if(!(a&Us)){h.push([u+1,c+s.righttop]),r=-1,i=0,o=1,l=!0;break}h.push([u+1,c]),r=0,i=-1,o=1}}else{if(1!==i){console.log("MarchingSquaresJS-isoBands: where did we came from???");break}if(0!==o){console.log("MarchingSquaresJS-isoBands: wtf");break}if(void 0!==t.cells[c][u-1])r=-1,i=0,o=0;else{if(!(a&js)){h.push([u,c+s.leftbottom]),r=1,i=0,o=0,l=!0;break}h.push([u,c+1]),r=0,i=1,o=0}}if(c+=i,(u+=r)===e&&c===n)break}return{path:h,i:u,j:c,x:r,y:i,o}}(t,c-=u.x,h-=u.y,u.x,u.y,u.o);if(null===l)break;l.path.forEach((function(t){i.push(t)})),c=l.i,h=l.j,a=l}}while(void 0!==t.cells[h][c]&&t.cells[h][c].edges.length>0);e.push(i),i=[],t.cells[o][s].edges.length>0&&s--}return e}(c)),"function"==typeof zs.successCallback&&zs.successCallback(u),u}function lr(t,e,n){return(t-e)/(n-e)}function pr(t){return t.constructor.toString().indexOf("Array")>-1}function fr(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.pivot,i=n.mutate;if(!t)throw new Error("geojson is required");if(void 0===e||null===e||isNaN(e))throw new Error("angle is required");return 0===e||(r||(r=ye(t)),!1!==i&&void 0!==i||(t=Gt(t)),S(t,(function(t){var n=sn(r,t)+e,i=un(r,t),o=U(nr(r,i,n));t[0]=o[0],t[1]=o[1]}))),t}function gr(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.origin,i=n.mutate;if(!t)throw new Error("geojson required");if("number"!=typeof e||0===e)throw new Error("invalid factor");var o=Array.isArray(r)||"object"==typeof r;return!0!==i&&(t=Gt(t)),"FeatureCollection"!==t.type||o?dr(t,e,r):(O(t,(function(n,i){t.features[i]=dr(n,e,r)})),t)}function dr(t,e,n){var i="Point"===K(t);return n=function(t,e){if(void 0!==e&&null!==e||(e="centroid"),Array.isArray(e)||"object"==typeof e)return X(e);var n=t.bbox?t.bbox:j(t),i=n[0],o=n[1],s=n[2],a=n[3];switch(e){case"sw":case"southwest":case"westsouth":case"bottomleft":return r([i,o]);case"se":case"southeast":case"eastsouth":case"bottomright":return r([s,o]);case"nw":case"northwest":case"westnorth":case"topleft":return r([i,a]);case"ne":case"northeast":case"eastnorth":case"topright":return r([s,a]);case"center":return de(t);case void 0:case null:case"centroid":return ye(t);default:throw new Error("invalid origin")}}(t,n),1===e||i||S(t,(function(t){var r=un(n,t),i=sn(n,t),o=U(nr(n,r*e,i));t[0]=o[0],t[1]=o[1],3===t.length&&(t[2]*=e)})),t}function yr(t){var e=t[0],n=t[1];return[n[0]-e[0],n[1]-e[1]]}function _r(t,e){return t[0]*e[1]-e[0]*t[1]}function mr(t,e){return!function(t,e){return 0===_r(yr(t),yr(e))}(t,e)&&function(t,e){var n=t[0],r=yr(t),i=e[0],o=yr(e),s=_r(r,o);return function(t,e){return[t[0]+e[0],t[1]+e[1]]}(n,function(t,e){return[t*e[0],t*e[1]]}(_r(function(t,e){return[t[0]-e[0],t[1]-e[1]]}(i,n),o)/s,r))}(t,e)}function vr(t,e,n){var r=[],i=_(e,n),o=U(t),s=[];return o.forEach((function(t,e){if(e!==o.length-1){var n=function(t,e,n){var r=Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])),i=t[0]+n*(e[1]-t[1])/r,o=e[0]+n*(e[1]-t[1])/r;return[[i,t[1]+n*(t[0]-e[0])/r],[o,e[1]+n*(t[0]-e[0])/r]]}(t,o[e+1],i);if(r.push(n),e>0){var a=r[e-1],u=mr(n,a);!1!==u&&(a[1]=u,n[0]=u),s.push(a[0]),e===o.length-2&&(s.push(n[0]),s.push(n[1]))}2===o.length&&(s.push(n[0]),s.push(n[1]))}})),a(s,t.properties)}function xr(t,e,n){var r=e[0]-t[0],i=e[1]-t[1],o=n[0]-e[0],s=n[1]-e[1];return Math.sign(r*s-o*i)}function Er(t,e){return e.geometry.coordinates[0].every((function(e){return Pt(r(e),t)}))}function wr(t,e){for(var n=0;n=Math.abs(s)?o>0?t[0]<=n[0]&&n[0]<=e[0]:e[0]<=n[0]&&n[0]<=t[0]:s>0?t[1]<=n[1]&&n[1]<=e[1]:e[1]<=n[1]&&n[1]<=t[1])}(t.coordinates[n],t.coordinates[n+1],e.coordinates))return!0;return!1}function br(t,e){return nn(e,kn(t)).features.length>0}function Ir(t,e){return!(t[0]>e[0])&&!(t[2]e[1])&&!(t[3]0}function Mr(t,e){for(var n=!1,i=!1,o=t.coordinates[0].length,s=0;s=Math.abs(a)?s>0?t[0]<=n[0]&&n[0]<=e[0]:e[0]<=n[0]&&n[0]<=t[0]:a>0?t[1]<=n[1]&&n[1]<=e[1]:e[1]<=n[1]&&n[1]<=t[1]:Math.abs(s)>=Math.abs(a)?s>0?t[0]0?t[1]0}function Ar(t,e,n){n=n||[];for(var r=0;r0)){if(o/=p,p<0){if(o0){if(o>l)return;o>h&&(h=o)}if(o=r-u,p||!(o<0)){if(o/=p,p<0){if(o>l)return;o>h&&(h=o)}else if(p>0){if(o0)){if(o/=f,f<0){if(o0){if(o>l)return;o>h&&(h=o)}if(o=i-c,f||!(o<0)){if(o/=f,f<0){if(o>l)return;o>h&&(h=o)}else if(f>0){if(o0||l<1)||(h>0&&(t[0]=[u+h*p,c+h*f]),l<1&&(t[1]=[u+l*p,c+l*f]),!0)}}}}}function Kr(t,e,n,r,i){var o=t[1];if(o)return!0;var s,a,u=t[0],c=t.left,h=t.right,l=c[0],p=c[1],f=h[0],g=h[1],d=(l+f)/2,y=(p+g)/2;if(g===p){if(d=r)return;if(l>f){if(u){if(u[1]>=i)return}else u=[d,n];o=[d,i]}else{if(u){if(u[1]1)if(l>f){if(u){if(u[1]>=i)return}else u=[(n-a)/s,n];o=[(i-a)/s,i]}else{if(u){if(u[1]=r)return}else u=[e,s*e+a];o=[r,s*r+a]}else{if(u){if(u[0]=-pu)){var f=u*u+c*c,g=h*h+l*l,d=(l*f-c*g)/p,y=(u*g-h*f)/p,_=cu.pop()||new function(){Xr(this),this.x=this.y=this.arc=this.site=this.cy=null};_.arc=t,_.site=i,_.x=d+s,_.y=(_.cy=y+a)+Math.sqrt(d*d+y*y),t.circle=_;for(var m=null,v=au._;v;)if(_.ylu)a=a.L;else{if(!((i=o-function(t,e){var n=t.N;if(n)return ai(n,e);var r=t.site;return r[1]===e?r[0]:1/0}(a,s))>lu)){r>-lu?(e=a.P,n=a):i>-lu?(e=a,n=a.N):e=n=a;break}if(!a.R){e=a;break}a=a.R}!function(t){su[t.index]={site:t,halfedges:[]}}(t);var u=ri(t);if(ou.insert(e,u),e||n){if(e===n)return ni(e),n=ri(e.site),ou.insert(u,n),u.edge=n.edge=Hr(e.site,u.site),ei(e),void ei(n);if(n){ni(e),ni(n);var c=e.site,h=c[0],l=c[1],p=t[0]-h,f=t[1]-l,g=n.site,d=g[0]-h,y=g[1]-l,_=2*(p*y-f*d),m=p*p+f*f,v=d*d+y*y,x=[(y*m-f*v)/_+h,(p*v-d*m)/_+l];Jr(n.edge,c,g,x),u.edge=Hr(c,t,null,x),n.edge=Hr(t,g,null,x),ei(e),ei(n)}else u.edge=Hr(e.site,u.site)}}function ai(t,e){var n=t.site,r=n[0],i=n[1],o=i-e;if(!o)return r;var s=t.P;if(!s)return-1/0;var a=(n=s.site)[0],u=n[1],c=u-e;if(!c)return a;var h=a-r,l=1/o-1/c,p=h/c;return l?(-p+Math.sqrt(p*p-2*l*(h*h/(-2*c)-u+c/2+i-o/2)))/l+r:(r+a)/2}function ui(t,e,n){return(t[0]-n[0])*(e[1]-t[1])-(t[0]-e[0])*(n[1]-t[1])}function ci(t,e){return e[1]-t[1]||e[0]-t[0]}function hi(t,e){var n,r,i,o=t.sort(ci).pop();for(uu=[],su=new Array(t.length),ou=new jr,au=new jr;;)if(i=iu,o&&(!i||o[1]lu||Math.abs(i[0][1]-i[1][1])>lu)||delete uu[o]}(s,a,u,c),function(t,e,n,r){var i,o,s,a,u,c,h,l,p,f,g,d,y=su.length,_=!0;for(i=0;ilu||Math.abs(d-p)>lu)&&(u.splice(a,0,uu.push(Wr(s,f,Math.abs(g-t)lu?[t,Math.abs(l-t)lu?[Math.abs(p-r)lu?[n,Math.abs(l-n)lu?[Math.abs(p-e)=-270&&(d=-d),g<-180&&g>=-360&&(y=-y),"degrees"===s){var _=d*Math.cos(l)+y*Math.sin(l),m=y*Math.cos(l)-d*Math.sin(l);d=_,y=m}p.push([d+h[0],y+h[1]])}return p.push(p[0]),"degrees"===s?o([p],c):fr(o([p],c),a,{pivot:u})}function fi(t){var e=t*Math.PI/180;return Math.tan(e)}function gi(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.properties,i=e.weight;if(!t)throw new Error("geojson is required");var o=0,s=0,a=0;return A(t,(function(t,e,n){var r=n[i];if(!b(r=void 0===r||null===r?1:r))throw new Error("weight value must be a number for feature index "+e);(r=Number(r))>0&&S(t,(function(t){o+=t[0]*r,s+=t[1]*r,a+=r}))})),r([o/a,s/a],n)}function di(t,e,n,i){var o=n.properties.tolerance||.001,s=0,a=0,u=0,c=0;if(O(n,(function(e){var n=e.properties.weight,r=void 0===n||null===n?1:n;if(!b(r=Number(r)))throw new Error("weight value must be a number");if(r>0){c+=1;var i=r*qt(e,t);0===i&&(i=1);var o=r/i;s+=e.geometry.coordinates[0]*o,a+=e.geometry.coordinates[1]*o,u+=o}})),c<1)throw new Error("no features to measure");var h=s/u,l=a/u;return 1===c||0===i||Math.abs(h-e[0])0?t+n[e-1]:t})),h.forEach((function(t){t=2*t*Math.PI/h[h.length-1];var e=Math.random();u.push([e*i*Math.sin(t),e*i*Math.cos(t)])})),u[u.length-1]=u[0],u=u.map(function(t){return function(e){return[e[0]+t[0],e[1]+t[1]]}}(_i(n))),s.push(o([u]))}return c(s)}function xi(t,e){if(!I(e=e||{}))throw new Error("options is invalid");var n=e.bbox,r=e.num_vertices,i=e.max_length,o=e.max_rotation;void 0!==t&&null!==t||(t=1),(!b(r)||r<2)&&(r=10),b(i)||(i=1e-4),b(o)||(o=Math.PI/8);for(var s=[],u=0;u1?t:null;case"MultiPolygon":var e=[];if(F(t,(function(t){mn(t)>1&&e.push(t.geometry.coordinates)})),e.length)return{type:"MultiPolygon",coordinates:e}}}function Yi(){this.reset()}function Vi(t,e,n){var r=t.s=e+n,i=r-e,o=r-i;t.t=e-o+(n-i)}function Hi(t){return t>1?kf:t<-1?-kf:Math.asin(t)}function Wi(){}function Ji(t,e){t&&eg.hasOwnProperty(t.type)&&eg[t.type](t,e)}function Zi(t,e,n){var r,i=-1,o=t.length-n;for(e.lineStart();++iBf?t-jf:t<-Bf?t+jf:t,e]}function so(t,e,n){return(t%=jf)?e||n?rg(uo(t),co(e,n)):uo(t):e||n?co(e,n):oo}function ao(t){return function(e,n){return[(e+=t)>Bf?e-jf:e<-Bf?e+jf:e,n]}}function uo(t){var e=ao(t);return e.invert=ao(-t),e}function co(t,e){function n(t,e){var n=Wf(e),a=Wf(t)*n,u=Kf(t)*n,c=Kf(e),h=c*r+a*i;return[Hf(u*o-h*s,a*r-c*i),Hi(h*o+u*s)]}var r=Wf(t),i=Kf(t),o=Wf(e),s=Kf(e);return n.invert=function(t,e){var n=Wf(e),a=Wf(t)*n,u=Kf(t)*n,c=Kf(e),h=c*o-u*s;return[Hf(u*o+c*s,a*r+h*i),Hi(h*r-a*i)]},n}function ho(t,e){(e=$i(e))[0]-=t,io(e);var n=function(t){return t>1?0:t<-1?Bf:Math.acos(t)}(-e[1]);return((-e[2]<0?-n:n)+jf-Gf)%jf}function lo(t,e,n,r){this.x=t,this.z=e,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function po(t){if(e=t.length){for(var e,n,r=0,i=t[0];++r0)do{c.point(0===h||3===h?t:n,h>1?r:e)}while((h=(h+a+4)%4)!==l);else c.point(o[0],o[1])}function s(r,i){return Yf(r[0]-t)0?0:3:Yf(r[0]-n)0?2:1:Yf(r[1]-e)0?1:0:i>0?3:2}function a(t,e){return u(t.x,e.x)}function u(t,e){var n=s(t,1),r=s(e,1);return n!==r?n-r:0===n?e[1]-t[1]:1===n?t[0]-e[0]:2===n?t[1]-e[1]:e[0]-t[0]}return function(s){function u(t,e){i(t,e)&&E.point(t,e)}function c(o,s){var a=i(o,s);if(l&&p.push([o,s]),v)f=o,g=s,d=a,v=!1,a&&(E.lineStart(),E.point(o,s));else if(a&&m)E.point(o,s);else{var u=[y=Math.max(pg,Math.min(lg,y)),_=Math.max(pg,Math.min(lg,_))],c=[o=Math.max(pg,Math.min(lg,o)),s=Math.max(pg,Math.min(lg,s))];sg(u,c,t,e,n,r)?(m||(E.lineStart(),E.point(u[0],u[1])),E.point(c[0],c[1]),a||E.lineEnd(),x=!1):a&&(E.lineStart(),E.point(o,s),x=!1)}y=o,_=s,m=a}var h,l,p,f,g,d,y,_,m,v,x,E=s,w=og(),b={point:u,lineStart:function(){b.point=c,l&&l.push(p=[]),v=!0,m=!1,y=_=NaN},lineEnd:function(){h&&(c(f,g),d&&m&&w.rejoin(),h.push(w.result())),b.point=u,m&&E.lineEnd()},polygonStart:function(){E=w,h=[],l=[],x=!0},polygonEnd:function(){var e=function(){for(var e=0,n=0,i=l.length;nr&&(p-o)*(r-s)>(f-s)*(t-o)&&++e:f<=r&&(p-o)*(r-s)<(f-s)*(t-o)&&--e;return e}(),n=x&&e,i=(h=hg(h)).length;(n||i)&&(s.polygonStart(),n&&(s.lineStart(),o(null,null,1,s),s.lineEnd()),i&&ug(h,a,e,o,s),s.polygonEnd()),E=s,h=l=p=null}};return b}}function go(t){return t.length>1}function yo(t,e){return((t=t.x)[0]<0?t[1]-kf-Gf:kf-t[1])-((e=e.x)[0]<0?e[1]-kf-Gf:kf-e[1])}function _o(t){return function(e){var n=new mo;for(var r in t)n[r]=t[r];return n.stream=e,n}}function mo(){}function vo(t,e,n){var r=e[1][0]-e[0][0],i=e[1][1]-e[0][1],o=t.clipExtent&&t.clipExtent();t.scale(150).translate([0,0]),null!=o&&t.clipExtent(null),ng(n,t.stream(vg));var s=vg.result(),a=Math.min(r/(s[1][0]-s[0][0]),i/(s[1][1]-s[0][1])),u=+e[0][0]+(r-a*(s[1][0]+s[0][0]))/2,c=+e[0][1]+(i-a*(s[1][1]+s[0][1]))/2;return null!=o&&t.clipExtent(o),t.scale(150*a).translate([u,c])}function xo(t){return function(t){function e(t){return[(t=c(t[0]*Uf,t[1]*Uf))[0]*d+s,a-t[1]*d]}function n(t,e){return[(t=o(t,e))[0]*d+s,a-t[1]*d]}function r(){c=rg(u=so(x,E,w),o);var t=o(m,v);return s=y-t[0]*d,a=_+t[1]*d,i()}function i(){return f=g=null,e}var o,s,a,u,c,h,l,p,f,g,d=150,y=480,_=250,m=0,v=0,x=0,E=0,w=0,b=null,I=Eg,N=null,C=gg,S=.5,M=Ng(n,S);return e.stream=function(t){return f&&g===t?f:f=Cg(I(u,M(C(g=t))))},e.clipAngle=function(t){return arguments.length?(I=+t?wg(b=t*Uf,6*Uf):(b=null,Eg),i()):b*Xf},e.clipExtent=function(t){return arguments.length?(C=null==t?(N=h=l=p=null,gg):fo(N=+t[0][0],h=+t[0][1],l=+t[1][0],p=+t[1][1]),i()):null==N?null:[[N,h],[l,p]]},e.scale=function(t){return arguments.length?(d=+t,r()):d},e.translate=function(t){return arguments.length?(y=+t[0],_=+t[1],r()):[y,_]},e.center=function(t){return arguments.length?(m=t[0]%360*Uf,v=t[1]%360*Uf,r()):[m*Xf,v*Xf]},e.rotate=function(t){return arguments.length?(x=t[0]%360*Uf,E=t[1]%360*Uf,w=t.length>2?t[2]%360*Uf:0,r()):[x*Xf,E*Xf,w*Xf]},e.precision=function(t){return arguments.length?(M=Ng(n,S=t*t),i()):Qf(S)},e.fitExtent=function(t,n){return vo(e,t,n)},e.fitSize=function(t,n){return function(t,e,n){return vo(t,[[0,0],e],n)}(e,t,n)},function(){return o=t.apply(this,arguments),e.invert=o.invert&&function(t){return(t=c.invert((t[0]-s)/d,(a-t[1])/d))&&[t[0]*Xf,t[1]*Xf]},r()}}((function(){return t}))()}function Eo(t,e){return[t,Zf($f((kf+e)/2))]}function wo(t,e){return[Zf($f((kf+e)/2)),-t]}function bo(t,n,r,i){var o=t.properties||{},s="Feature"===t.type?t.geometry:t;if("GeometryCollection"===s.type){var a=[];return A(t,(function(t){var e=bo(t,n,r,i);e&&a.push(e)})),c(a)}var u,h=j(t),l=h[1]>50&&h[3]>50;u=l?{type:s.type,coordinates:No(s.coordinates,So(s))}:cn(s);var p,f=(new bh).read(u),g=d(y(n,r),"meters"),_=gp.bufferOp(f,g);if(!Io((_=(new Ih).write(_)).coordinates))return(p=l?{type:_.type,coordinates:Co(_.coordinates,So(s))}:hn(_)).geometry?p:e(p,o)}function Io(t){return Array.isArray(t[0])?Io(t[0]):isNaN(t[0])}function No(t,e){return"object"!=typeof t[0]?e(t):t.map((function(t){return No(t,e)}))}function Co(t,e){return"object"!=typeof t[0]?e.invert(t):t.map((function(t){return Co(t,e)}))}function So(t){var e=de(t).geometry.coordinates.reverse(),n=e.map((function(t){return-t}));return Sg().center(e).rotate(n).scale(Fo)}function Mo(){for(var t=new bh,e=t.read(JSON.stringify(arguments[0].geometry)),n=1;n=0&&(void 0===i||sm/2;P&&(L-=m/4);for(var O=[],R=[],T=0;T<6;T++){var A=2*Math.PI/6*T;O.push(Math.cos(A)),R.push(Math.sin(A))}for(var D=[],F=0;F<=C;F++)for(var q=0;q<=M;q++){var G=F%2==1;if((0!==q||!G)&&(0!==q||!P)){var B=F*E+a-S,k=q*w+u+L;if(G&&(k-=m/2),!0===i)(function(t,e,n,r,i,s){for(var a=[],u=0;u<6;u++){var c=[];c.push(t),c.push([t[0]+e*i[u],t[1]+n*s[u]]),c.push([t[0]+e*i[(u+1)%6],t[1]+n*s[(u+1)%6]]),c.push(t),a.push(o([c],r))}return a})([B,k],g/2,d/2,r,O,R).forEach((function(t){s?Lo(s,t)&&D.push(t):D.push(t)}));else{var z=function(t,e,n,r,i,s){for(var a=[],u=0;u<6;u++){var c=t[0]+e*i[u],h=t[1]+n*s[u];a.push([c,h])}return a.push(a[0].slice()),o([a],r)}([B,k],g/2,d/2,r,O,R);s?Lo(s,z)&&D.push(z):D.push(z)}}}return c(D)}function Ro(t){if(t.features.length<=1)return t;var e=function(t){var e=Vo(),n=[];return F(t,(function(t,e){var r=j(t);n.push({minX:r[0],minY:r[1],maxX:r[2],maxY:r[3],geojson:t,index:e})})),e.load(n),e}(t),n=[],r={};return F(t,(function(t,i){if(r[i])return!0;for(e.remove({index:i},To),r[i]=!0;;){var o=j(t),s=e.search({minX:o[0],minY:o[1],maxX:o[2],maxY:o[3]});if(s.length>0){var a=s.map((function(t){return r[t.index]=!0,e.remove({index:t.index},To),t.geojson}));a.push(t),t=Mo.apply(this,a)}if(0===s.length)break}n.push(t)})),c(n)}function To(t,e){return t.index===e.index}function Ao(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.properties,i=n.mask,s=[];if(null===e||void 0===e)throw new Error("cellSide is required");if(!b(e))throw new Error("cellSide is invalid");if(!t)throw new Error("bbox is required");if(!Array.isArray(t))throw new Error("bbox must be array");if(4!==t.length)throw new Error("bbox must contain 4 numbers");if(i&&-1===["Polygon","MultiPolygon"].indexOf(K(i)))throw new Error("options.mask must be a (Multi)Polygon");for(var a=t[0],u=t[1],h=t[2],l=t[3],p=e/qt([a,u],[h,u],n)*(h-a),f=e/qt([a,u],[a,l],n)*(l-u),g=h-a,d=l-u,y=Math.floor(g/p),_=Math.floor(d/f),m=(d-_*f)/2,v=a+(g-y*p)/2,x=0;x=0&&o[e].children.length>this._maxEntries;)this._split(o,e),e--;this._adjustParentBBoxes(i,o,e)},_split:function(t,e){var n=t[e],r=n.children.length,i=this._minEntries;this._chooseSplitAxis(n,i,r);var o=this._chooseSplitIndex(n,i,r),s=yt(n.children.splice(o,n.children.length-o));s.height=n.height,s.leaf=n.leaf,at(n,this.toBBox),at(s,this.toBBox),e?t[e-1].children.push(s):this._splitRoot(n,s)},_splitRoot:function(t,e){this.data=yt([t,e]),this.data.height=t.height+1,this.data.leaf=!1,at(this.data,this.toBBox)},_chooseSplitIndex:function(t,e,n){var r,i,o,s,a,u,c,h;for(u=c=1/0,r=e;r<=n-e;r++)s=function(t,e){var n=Math.max(t.minX,e.minX),r=Math.max(t.minY,e.minY),i=Math.min(t.maxX,e.maxX),o=Math.min(t.maxY,e.maxY);return Math.max(0,i-n)*Math.max(0,o-r)}(i=ut(t,0,r,this.toBBox),o=ut(t,r,n,this.toBBox)),a=pt(i)+pt(o),s=e;i--)o=t.children[i],ct(u,t.leaf?s(o):o),c+=ft(u);return c},_adjustParentBBoxes:function(t,e,n){for(var r=n;r>=0;r--)ct(e[r],t)},_condense:function(t){for(var e,n=t.length-1;n>=0;n--)0===t[n].children.length?n>0?(e=t[n-1].children).splice(e.indexOf(t[n]),1):this.clear():at(t[n],this.toBBox)},_initFormat:function(t){var e=["return a"," - b",";"];this.compareMinX=new Function("a","b",e.join(t[0])),this.compareMinY=new Function("a","b",e.join(t[1])),this.toBBox=new Function("a","return {minX: a"+t[0]+", minY: a"+t[1]+", maxX: a"+t[2]+", maxY: a"+t[3]+"};")}};var Ho=function(t,e,n){var r=t*e,i=Wo*t,o=i-(i-t),s=t-o,a=Wo*e,u=a-(a-e),c=e-u,h=s*c-(r-o*u-s*u-o*c);return n?(n[0]=h,n[1]=r,n):[h,r]},Wo=+(Math.pow(2,27)+1),Jo=function(t,e){var n=0|t.length,r=0|e.length;if(1===n&&1===r)return function(t,e){var n=t+e,r=n-t,i=t-(n-r)+(e-r);return i?[i,n]:[n]}(t[0],e[0]);var i,o,s=new Array(n+r),a=0,u=0,c=0,h=Math.abs,l=t[u],p=h(l),f=e[c],g=h(f);p=r?(i=l,(u+=1)=r?(i=l,(u+=1)>1;return["sum(",r(t.slice(0,e)),",",r(t.slice(e)),")"].join("")}function i(t){if(2===t.length)return[["sum(prod(",t[0][0],",",t[1][1],"),prod(-",t[0][1],",",t[1][0],"))"].join("")];for(var o=[],s=0;s0){if(o<=0)return s;r=i+o}else{if(!(i<0))return s;if(o>=0)return s;r=-(i+o)}var u=33306690738754716e-32*r;return s>=u||s<=-u?s:a(t,e,n)},function(t,e,n,r){var i=t[0]-r[0],o=e[0]-r[0],s=n[0]-r[0],a=t[1]-r[1],c=e[1]-r[1],h=n[1]-r[1],l=t[2]-r[2],p=e[2]-r[2],f=n[2]-r[2],g=o*h,d=s*c,y=s*a,_=i*h,m=i*c,v=o*a,x=l*(g-d)+p*(y-_)+f*(m-v),E=7771561172376103e-31*((Math.abs(g)+Math.abs(d))*Math.abs(l)+(Math.abs(y)+Math.abs(_))*Math.abs(p)+(Math.abs(m)+Math.abs(v))*Math.abs(f));return x>E||-x>E?x:u(t,e,n,r)}];!function(){for(;c.length<=s;)c.push(o(c.length));for(var e=[],n=["slow"],r=0;r<=s;++r)e.push("a"+r),n.push("o"+r);var i=["function getOrientation(",e.join(),"){switch(arguments.length){case 0:case 1:return 0;"];for(r=2;r<=s;++r)i.push("case ",r,":return o",r,"(",e.slice(0,r).join(),");");i.push("}var s=new Array(arguments.length);for(var i=0;i1&&es(t[o[c-2]],t[o[c-1]],u)<=0;)c-=1,o.pop();for(o.push(a),c=s.length;c>1&&es(t[s[c-2]],t[s[c-1]],u)>=0;)c-=1,s.pop();s.push(a)}n=new Array(s.length+o.length-2);for(var h=0,l=(r=0,o.length);r0;--p)n[h++]=s[p];return n},es=$o[3],ns=vt,rs=vt;vt.prototype={push:function(t){this.data.push(t),this.length++,this._up(this.length-1)},pop:function(){if(0!==this.length){var t=this.data[0];return this.length--,this.length>0&&(this.data[0]=this.data[this.length],this._down(0)),this.data.pop(),t}},peek:function(){return this.data[0]},_up:function(t){for(var e=this.data,n=this.compare,r=e[t];t>0;){var i=t-1>>1,o=e[i];if(n(r,o)>=0)break;e[t]=o,t=i}e[t]=r},_down:function(t){for(var e=this.data,n=this.compare,r=this.length>>1,i=e[t];t=0)break;e[t]=a,t=o}e[t]=i}},ns.default=rs;var is=function(t,e){for(var n=t[0],r=t[1],i=!1,o=0,s=e.length-1;or!=h>r&&n<(c-a)*(r-u)/(h-u)+a&&(i=!i)}return i},os=$o[3],ss=xt,as=xt;ss.default=as;var us=function(t){return t},cs=function(t){if(null==t)return us;var e,n,r=t.scale[0],i=t.scale[1],o=t.translate[0],s=t.translate[1];return function(t,a){a||(e=n=0);var u=2,c=t.length,h=new Array(c);for(h[0]=(e+=t[0])*r+o,h[1]=(n+=t[1])*i+s;u=t)throw new Error("full hashmap");h=s[c=c+1&u]}return s[c]=r,a[c]=o,o},maybeSet:function(r,o){for(var c=e(r)&u,h=s[c],l=0;h!=i;){if(n(h,r))return a[c];if(++l>=t)throw new Error("full hashmap");h=s[c=c+1&u]}return s[c]=r,a[c]=o,o},get:function(r,o){for(var c=e(r)&u,h=s[c],l=0;h!=i;){if(n(h,r))return a[c];if(++l>=t)break;h=s[c=c+1&u]}return o},keys:function(){for(var t=[],e=0,n=s.length;e>7^_s[2]^_s[3])},vs=function(t){function e(t,e,n,r){if(p[n]!==t){p[n]=t;var i=f[n];if(i>=0){var o=g[n];i===e&&o===r||i===r&&o===e||(++y,d[n]=1)}else f[n]=e,g[n]=r}}function n(t){return ms(u[t])}function r(t,e){return gs(u[t],u[e])}var i,o,s,a,u=t.coordinates,c=t.lines,h=t.rings,l=function(){for(var t=fs(1.4*u.length,n,r,Int32Array,-1,Int32Array),e=new Int32Array(u.length),i=0,o=u.length;i=t)throw new Error("full hashset");u=o[a=a+1&s]}return o[a]=r,!0},has:function(r){for(var a=e(r)&s,u=o[a],c=0;u!=i;){if(n(u,r))return!0;if(++c>=t)break;u=o[a=a+1&s]}return!1},values:function(){for(var t=[],e=0,n=o.length;ea&&(a=e),nu&&(u=n)}function r(t){t.forEach(n)}function i(t){t.forEach(r)}var o=1/0,s=1/0,a=-1/0,u=-1/0,c={GeometryCollection:function(t){t.geometries.forEach(e)},Point:function(t){n(t.coordinates)},MultiPoint:function(t){t.coordinates.forEach(n)},LineString:function(t){r(t.arcs)},MultiLineString:function(t){t.arcs.forEach(r)},Polygon:function(t){t.arcs.forEach(r)},MultiPolygon:function(t){t.arcs.forEach(i)}};for(var h in t)e(t[h]);return a>=o&&u>=s?[o,s,a,u]:void 0}(t=function(t){var e,n={};for(e in t)n[e]=Vt(t[e]);return n}(t)),s=e>0&&o&&function(t,e,n){function r(t){return[Math.round((t[0]-c)*f),Math.round((t[1]-h)*g)]}function i(t,e){for(var n,r,i,o,s,a=-1,u=0,l=t.length,p=new Array(l);++at&&(e.push(r),n=i)}return e},bs.prototype.vector=function(t){var e=this.pos(t+10),n=this.pos(t-10);return{angle:180*Math.atan2(e.y-n.y,e.x-n.x)/3.14,speed:Math.sqrt((n.x-e.x)*(n.x-e.x)+(n.y-e.y)*(n.y-e.y)+(n.z-e.z)*(n.z-e.z))}},bs.prototype.pos=function(t){var e=t-this.delay;e<0&&(e=0),e>this.duration&&(e=this.duration-1);var n=e/this.duration;if(n>=1)return this.points[this.length-1];var r=Math.floor((this.points.length-1)*n);return function(t,e,n,r,i){var o=function(t){var e=t*t;return[e*t,3*e*(1-t),3*t*(1-t)*(1-t),(1-t)*(1-t)*(1-t)]}(t);return{x:i.x*o[0]+r.x*o[1]+n.x*o[2]+e.x*o[3],y:i.y*o[0]+r.y*o[1]+n.y*o[2]+e.y*o[3],z:i.z*o[0]+r.z*o[1]+n.z*o[2]+e.z*o[3]}}((this.length-1)*n-r,this.points[r],this.controls[r][1],this.controls[r+1][0],this.points[r+1])};var Is=ve,Ns=ve;ve.deviation=function(t,e,n,r){var i=e&&e.length,o=i?e[0]*n:t.length,s=Math.abs(Ae(t,0,o,n));if(i)for(var a=0,u=e.length;a0&&(r+=t[i-1].length,n.holes.push(r))}return n},Is.default=Ns,ke.prototype={all:function(){return this._all(this.data,[])},search:function(t){var e=this.data,n=[],r=this.toBBox;if(!Je(t,e))return n;for(var i,o,s,a,u=[];e;){for(i=0,o=e.children.length;i=0&&o[e].children.length>this._maxEntries;)this._split(o,e),e--;this._adjustParentBBoxes(i,o,e)},_split:function(t,e){var n=t[e],r=n.children.length,i=this._minEntries;this._chooseSplitAxis(n,i,r);var o=this._chooseSplitIndex(n,i,r),s=Ze(n.children.splice(o,n.children.length-o));s.height=n.height,s.leaf=n.leaf,ze(n,this.toBBox),ze(s,this.toBBox),e?t[e-1].children.push(s):this._splitRoot(n,s)},_splitRoot:function(t,e){this.data=Ze([t,e]),this.data.height=t.height+1,this.data.leaf=!1,ze(this.data,this.toBBox)},_chooseSplitIndex:function(t,e,n){var r,i,o,s,a,u,c,h;for(u=c=1/0,r=e;r<=n-e;r++)s=function(t,e){var n=Math.max(t.minX,e.minX),r=Math.max(t.minY,e.minY),i=Math.min(t.maxX,e.maxX),o=Math.min(t.maxY,e.maxY);return Math.max(0,i-n)*Math.max(0,o-r)}(i=je(t,0,r,this.toBBox),o=je(t,r,n,this.toBBox)),a=Ve(i)+Ve(o),s=e;i--)o=t.children[i],Xe(u,t.leaf?s(o):o),c+=He(u);return c},_adjustParentBBoxes:function(t,e,n){for(var r=n;r>=0;r--)Xe(e[r],t)},_condense:function(t){for(var e,n=t.length-1;n>=0;n--)0===t[n].children.length?n>0?(e=t[n-1].children).splice(e.indexOf(t[n]),1):this.clear():ze(t[n],this.toBBox)},_initFormat:function(t){var e=["return a"," - b",";"];this.compareMinX=new Function("a","b",e.join(t[0])),this.compareMinY=new Function("a","b",e.join(t[1])),this.toBBox=new Function("a","return {minX: a"+t[0]+", minY: a"+t[1]+", maxX: a"+t[2]+", maxY: a"+t[3]+"};")}};var Cs=Object.freeze({toMercator:cn,toWgs84:hn}),Ss=6378137,Ms=function(t,e,n){function r(t,n,r,i){var u,c,h=o[t][n],l=o[t][n+1],p=o[r][i],f=o[r][i+1],g=function(t,e,n,r){if(On(t,n)||On(t,r)||On(e,n)||On(r,n))return null;var i=t[0],o=t[1],s=e[0],a=e[1],u=n[0],c=n[1],h=r[0],l=r[1],p=(i-s)*(c-l)-(o-a)*(u-h);return 0===p?null:[((i*a-o*s)*(u-h)-(i-s)*(u*l-c*h))/p,((i*a-o*s)*(c-l)-(o-a)*(u*l-c*h))/p]}(h,l,p,f);if(null!==g&&(u=l[0]!==h[0]?(g[0]-h[0])/(l[0]-h[0]):(g[1]-h[1])/(l[1]-h[1]),c=f[0]!==p[0]?(g[0]-p[0])/(f[0]-p[0]):(g[1]-p[1])/(f[1]-p[1]),!(u>=1||u<=0||c>=1||c<=0))){var d=g,y=!a[d];y&&(a[d]=!0),e?s.push(e(g,t,n,h,l,u,r,i,p,f,c,y)):s.push(g)}}function i(t,e){var n,r,i,s,a=o[t][e],u=o[t][e+1];return a[0]1)for(e=0;ey[e.isect].coord?-1:1})),f=[];N.length>0;){var P=N.pop(),O=P.isect,R=P.parent,T=P.winding,A=f.length,D=[y[O].coord],F=O;if(y[O].ringAndEdge1Walkable)var q=y[O].ringAndEdge1,G=y[O].nxtIsectAlongRingAndEdge1;else q=y[O].ringAndEdge2,G=y[O].nxtIsectAlongRingAndEdge2;for(;!Tn(y[O].coord,y[G].coord);){D.push(y[G].coord);var B=void 0;for(a=0;ap&&(d>h&&gh&&du&&(u=y)}var _=[];if(a&&u0&&Math.abs(x-n[v-1][0])>p){var E=parseFloat(n[v-1][0]),w=parseFloat(n[v-1][1]),b=parseFloat(n[v][0]),I=parseFloat(n[v][1]);if(E>-180&&E-180&&n[v-1][0]h&&E<180&&-180===b&&v+1h&&n[v-1][0]<180){m.push([180,n[v][1]]),v++,m.push([n[v][0],n[v][1]]);continue}if(Eh){var N=E;E=b,b=N;var C=w;w=I,I=C}if(E>h&&b=180&&Eh?180:-180,M]),(m=[]).push([n[v-1][0]>h?-180:180,M]),_.push(m)}else m=[],_.push(m);m.push([x,n[v][1]])}else m.push([n[v][0],n[v][1]])}}else{var L=[];_.push(L);for(var P=0;P=0&&i.coordinates[0]-t.coordinates[0]<0)return 1;if(r.coordinates[0]-t.coordinates[0]<0&&i.coordinates[0]-t.coordinates[0]>=0)return-1;if(r.coordinates[0]-t.coordinates[0]==0&&i.coordinates[0]-t.coordinates[0]==0)return r.coordinates[1]-t.coordinates[1]>=0||i.coordinates[1]-t.coordinates[1]>=0?r.coordinates[1]-i.coordinates[1]:i.coordinates[1]-r.coordinates[1];var o=xr(t.coordinates,r.coordinates,i.coordinates);return o<0?1:o>0?-1:Math.pow(r.coordinates[0]-t.coordinates[0],2)+Math.pow(r.coordinates[1]-t.coordinates[1],2)-(Math.pow(i.coordinates[0]-t.coordinates[0],2)+Math.pow(i.coordinates[1]-t.coordinates[1],2))})),this.outerEdgesSorted=!0)},Ta.prototype.getOuterEdges=function(){return this.sortOuterEdges(),this.outerEdges},Ta.prototype.getOuterEdge=function(t){return this.sortOuterEdges(),this.outerEdges[t]},Ta.prototype.addInnerEdge=function(t){this.innerEdges.push(t)};var Aa=function(t,e){this.from=t,this.to=e,this.next=void 0,this.label=void 0,this.symetric=void 0,this.ring=void 0,this.from.addOuterEdge(this),this.to.addInnerEdge(this)};Aa.prototype.getSymetric=function(){return this.symetric||(this.symetric=new Aa(this.to,this.from),this.symetric.symetric=this),this.symetric},Aa.prototype.deleteEdge=function(){this.from.removeOuterEdge(this),this.to.removeInnerEdge(this)},Aa.prototype.isEqual=function(t){return this.from.id===t.from.id&&this.to.id===t.to.id},Aa.prototype.toString=function(){return"Edge { "+this.from.id+" -> "+this.to.id+" }"},Aa.prototype.toLineString=function(){return a([this.from.coordinates,this.to.coordinates])},Aa.prototype.compareTo=function(t){return xr(t.from.coordinates,t.to.coordinates,this.to.coordinates)};var Da=function(){this.edges=[],this.polygon=void 0,this.envelope=void 0},Fa={length:{configurable:!0}};Da.prototype.push=function(t){this[this.edges.length]=t,this.edges.push(t),this.polygon=this.envelope=void 0},Da.prototype.get=function(t){return this.edges[t]},Fa.length.get=function(){return this.edges.length},Da.prototype.forEach=function(t){this.edges.forEach(t)},Da.prototype.map=function(t){return this.edges.map(t)},Da.prototype.some=function(t){return this.edges.some(t)},Da.prototype.isValid=function(){return!0},Da.prototype.isHole=function(){var t=this,e=this.edges.reduce((function(e,n,r){return n.from.coordinates[1]>t.edges[e].from.coordinates[1]&&(e=r),e}),0),n=(0===e?this.length:e)-1,r=(e+1)%this.length,i=xr(this.edges[n].from.coordinates,this.edges[e].from.coordinates,this.edges[r].from.coordinates);return 0===i?this.edges[n].from.coordinates[0]>this.edges[r].from.coordinates[0]:i>0},Da.prototype.toMultiPoint=function(){return l(this.edges.map((function(t){return t.from.coordinates})))},Da.prototype.toPolygon=function(){if(this.polygon)return this.polygon;var t=this.edges.map((function(t){return t.from.coordinates}));return t.push(this.edges[0].from.coordinates),this.polygon=o([t])},Da.prototype.getEnvelope=function(){return this.envelope?this.envelope:this.envelope=he(this.toPolygon())},Da.findEdgeRingContaining=function(t,e){var n,i,o=t.getEnvelope();return e.forEach((function(e){var s=e.getEnvelope();if(i&&(n=i.getEnvelope()),!function(t,e){var n=t.geometry.coordinates.map((function(t){return t[0]})),r=t.geometry.coordinates.map((function(t){return t[1]})),i=e.geometry.coordinates.map((function(t){return t[0]})),o=e.geometry.coordinates.map((function(t){return t[1]}));return Math.max(null,n)===Math.max(null,i)&&Math.max(null,r)===Math.max(null,o)&&Math.min(null,n)===Math.min(null,i)&&Math.min(null,r)===Math.min(null,o)}(s,o)&&Er(s,o)){var a=t.map((function(t){return t.from.coordinates})).find((function(t){return!e.some((function(e){return function(t,e){return t[0]===e[0]&&t[1]===e[1]}(t,e.from.coordinates)}))}));a&&e.inside(r(a))&&(i&&!Er(n,s)||(i=e))}})),i},Da.prototype.inside=function(t){return Pt(t,this.toPolygon())},Object.defineProperties(Da.prototype,Fa);var qa=function(){this.edges=[],this.nodes={}};qa.fromGeoJson=function(t){!function(t){if(!t)throw new Error("No geojson passed");if("FeatureCollection"!==t.type&&"GeometryCollection"!==t.type&&"MultiLineString"!==t.type&&"LineString"!==t.type&&"Feature"!==t.type)throw new Error("Invalid input type '"+t.type+"'. Geojson must be FeatureCollection, GeometryCollection, LineString, MultiLineString or Feature")}(t);var e=new qa;return F(t,(function(t){H(t,"LineString","Graph::fromGeoJson"),M(t,(function(t,n){if(t){var r=e.getNode(t),i=e.getNode(n);e.addEdge(r,i)}return n}))})),e},qa.prototype.getNode=function(t){var e=Ta.buildId(t),n=this.nodes[e];return n||(n=this.nodes[e]=new Ta(t)),n},qa.prototype.addEdge=function(t,e){var n=new Aa(t,e),r=n.getSymetric();this.edges.push(n),this.edges.push(r)},qa.prototype.deleteDangles=function(){var t=this;Object.keys(this.nodes).map((function(e){return t.nodes[e]})).forEach((function(e){return t._removeIfDangle(e)}))},qa.prototype._removeIfDangle=function(t){var e=this;if(t.innerEdges.length<=1){var n=t.getOuterEdges().map((function(t){return t.to}));this.removeNode(t),n.forEach((function(t){return e._removeIfDangle(t)}))}},qa.prototype.deleteCutEdges=function(){var t=this;this._computeNextCWEdges(),this._findLabeledEdgeRings(),this.edges.forEach((function(e){e.label===e.symetric.label&&(t.removeEdge(e.symetric),t.removeEdge(e))}))},qa.prototype._computeNextCWEdges=function(t){var e=this;void 0===t?Object.keys(this.nodes).forEach((function(t){return e._computeNextCWEdges(e.nodes[t])})):t.getOuterEdges().forEach((function(e,n){t.getOuterEdge((0===n?t.getOuterEdges().length:n)-1).symetric.next=e}))},qa.prototype._computeNextCCWEdges=function(t,e){for(var n,r,i=t.getOuterEdges(),o=i.length-1;o>=0;--o){var s=i[o],a=s.symetric,u=void 0,c=void 0;s.label===e&&(u=s),a.label===e&&(c=a),u&&c&&(c&&(r=c),u&&(r&&(r.next=u,r=void 0),n||(n=u)))}r&&(r.next=n)},qa.prototype._findLabeledEdgeRings=function(){var t=[],e=0;return this.edges.forEach((function(n){if(!(n.label>=0)){t.push(n);var r=n;do{r.label=e,r=r.next}while(!n.isEqual(r));e++}})),t},qa.prototype.getEdgeRings=function(){var t=this;this._computeNextCWEdges(),this.edges.forEach((function(t){t.label=void 0})),this._findLabeledEdgeRings().forEach((function(e){t._findIntersectionNodes(e).forEach((function(n){t._computeNextCCWEdges(n,e.label)}))}));var e=[];return this.edges.forEach((function(n){n.ring||e.push(t._findEdgeRing(n))})),e},qa.prototype._findIntersectionNodes=function(t){var e=[],n=t,r=function(){var r=0;n.from.getOuterEdges().forEach((function(e){e.label===t.label&&++r})),r>1&&e.push(n.from),n=n.next};do{r()}while(!t.isEqual(n));return e},qa.prototype._findEdgeRing=function(t){var e=t,n=new Da;do{n.push(e),e.ring=n,e=e.next}while(!t.isEqual(e));return n},qa.prototype.removeNode=function(t){var e=this;t.getOuterEdges().forEach((function(t){return e.removeEdge(t)})),t.innerEdges.forEach((function(t){return e.removeEdge(t)})),delete this.nodes[t.id]},qa.prototype.removeEdge=function(t){this.edges=this.edges.filter((function(e){return!e.isEqual(t)})),t.deleteEdge()};var Ga=mt((function(t,e){function n(t){var e=[];for(var n in t)e.push(n);return e}(t.exports="function"==typeof Object.keys?Object.keys:n).shim=n})),Ba=(Ga.shim,mt((function(t,e){function n(t){return"[object Arguments]"==Object.prototype.toString.call(t)}function r(t){return t&&"object"==typeof t&&"number"==typeof t.length&&Object.prototype.hasOwnProperty.call(t,"callee")&&!Object.prototype.propertyIsEnumerable.call(t,"callee")||!1}var i="[object Arguments]"==function(){return Object.prototype.toString.call(arguments)}();(e=t.exports=i?n:r).supported=n,e.unsupported=r}))),ka=(Ba.supported,Ba.unsupported,mt((function(t){function e(t){return null===t||void 0===t}function n(t){return!(!t||"object"!=typeof t||"number"!=typeof t.length)&&"function"==typeof t.copy&&"function"==typeof t.slice&&!(t.length>0&&"number"!=typeof t[0])}var r=Array.prototype.slice,i=t.exports=function(t,o,s){return s||(s={}),t===o||(t instanceof Date&&o instanceof Date?t.getTime()===o.getTime():!t||!o||"object"!=typeof t&&"object"!=typeof o?s.strict?t===o:t==o:function(t,o,s){var a,u;if(e(t)||e(o))return!1;if(t.prototype!==o.prototype)return!1;if(Ba(t))return!!Ba(o)&&(t=r.call(t),o=r.call(o),i(t,o,s));if(n(t)){if(!n(o))return!1;if(t.length!==o.length)return!1;for(a=0;a=0;a--)if(c[a]!=h[a])return!1;for(a=c.length-1;a>=0;a--)if(u=c[a],!i(t[u],o[u],s))return!1;return typeof t==typeof o}(t,o,s))}}))),za=function(t){this.precision=t&&t.precision?t.precision:17,this.direction=!(!t||!t.direction)&&t.direction,this.pseudoNode=!(!t||!t.pseudoNode)&&t.pseudoNode,this.objectComparator=t&&t.objectComparator?t.objectComparator:Rr};za.prototype.compare=function(t,e){if(t.type!==e.type||!Or(t,e))return!1;switch(t.type){case"Point":return this.compareCoord(t.coordinates,e.coordinates);case"LineString":return this.compareLine(t.coordinates,e.coordinates,0,!1);case"Polygon":return this.comparePolygon(t,e);case"Feature":return this.compareFeature(t,e);default:if(0===t.type.indexOf("Multi")){var n=this,r=Pr(t),i=Pr(e);return r.every((function(t){return this.some((function(e){return n.compare(t,e)}))}),i)}}return!1},za.prototype.compareCoord=function(t,e){if(t.length!==e.length)return!1;for(var n=0;n=0&&(n=[].concat(t.slice(r,t.length),t.slice(1,r+1))),n},za.prototype.comparePath=function(t,e){var n=this;return t.every((function(t,e){return n.compareCoord(t,this[e])}),e)},za.prototype.comparePolygon=function(t,e){if(this.compareLine(t.coordinates[0],e.coordinates[0],1,!0)){var n=t.coordinates.slice(1,t.coordinates.length),r=e.coordinates.slice(1,e.coordinates.length),i=this;return n.every((function(t){return this.some((function(e){return i.compareLine(t,e,1,!0)}))}),r)}return!1},za.prototype.compareFeature=function(t,e){return!(t.id!==e.id||!this.objectComparator(t.properties,e.properties)||!this.compareBBox(t,e))&&this.compare(t.geometry,e.geometry)},za.prototype.compareBBox=function(t,e){return!!(!t.bbox&&!e.bbox||t.bbox&&e.bbox&&this.compareCoord(t.bbox,e.bbox))},za.prototype.removePseudo=function(t){return t};var ja=za,Xa=mt((function(t){function e(t,e,n,r){this.dataset=[],this.epsilon=1,this.minPts=2,this.distance=this._euclideanDistance,this.clusters=[],this.noise=[],this._visited=[],this._assigned=[],this._datasetLength=0,this._init(t,e,n,r)}e.prototype.run=function(t,e,n,r){this._init(t,e,n,r);for(var i=0;i=this.minPts&&(e=this._mergeArrays(e,i))}1!==this._assigned[r]&&this._addToCluster(r,t)}},e.prototype._addToCluster=function(t,e){this.clusters[e].push(t),this._assigned[t]=1},e.prototype._regionQuery=function(t){for(var e=[],n=0;n0){for(u=0;u=0);return t},e.prototype.assign=function(){for(var t,e=!1,n=this.dataset.length,r=0;ri&&(n=r):e=this.minPts)return n},e.prototype._regionQuery=function(t,e){e=e||this.epsilon;for(var n=[],r=0,i=this.dataset.length;r0;r.length0;){var a=t[Math.floor(Math.random()*o)],u=s?a.join("_"):""+a;n[u]||(n[u]=!0,r.push(a))}if(r.length0,s=t[Math.floor(Math.random()*i)];for(o&&s.join("_"),r.push(s);r.length0,f=[];if(n)i="kmrand"==n?Qa(t,e):"kmpp"==n?$a(t,e):n;else for(var g={};i.length0;){var u=s.pop();if(u===n)return Fr(u);u.closed=!0;for(var c=t.neighbors(u),h=0,l=c.length;h0&&(this.content[0]=e,this.bubbleUp(0)),t},remove:function(t){var e=this.content.indexOf(t),n=this.content.pop();e!==this.content.length-1&&(this.content[e]=n,this.scoreFunction(n)0;){var n=(t+1>>1)-1,r=this.content[n];if(!(this.scoreFunction(e)=a)return null;var u=t-i.site[0],c=e-i.site[1],h=u*u+c*c;do{i=o.cells[r=s],s=null,i.halfedges.forEach((function(n){var r=o.edges[n],a=r.left;if(a!==i.site&&a||(a=r.right)){var u=t-a[0],c=e-a[1],l=u*u+c*c;le.x?1:this.ye.y?1:0},bu.prototype.clone=function(){},bu.prototype.copy=function(){return new bu(this)},bu.prototype.toString=function(){return"("+this.x+", "+this.y+", "+this.z+")"},bu.prototype.distance3D=function(t){var e=this.x-t.x,n=this.y-t.y,r=this.z-t.z;return Math.sqrt(e*e+n*n+r*r)},bu.prototype.distance=function(t){var e=this.x-t.x,n=this.y-t.y;return Math.sqrt(e*e+n*n)},bu.prototype.hashCode=function(){var t=17;return 37*(t=37*t+bu.hashCode(this.x))+bu.hashCode(this.y)},bu.prototype.setCoordinate=function(t){this.x=t.x,this.y=t.y,this.z=t.z},bu.prototype.interfaces_=function(){return[xu,Eu,Li]},bu.prototype.getClass=function(){return bu},bu.hashCode=function(){if(1===arguments.length){var t=arguments[0],e=mu.doubleToLongBits(t);return Math.trunc((e^e)>>>32)}},Iu.DimensionalComparator.get=function(){return Nu},Iu.serialVersionUID.get=function(){return 0x5cbf2c235c7e5800},Iu.NULL_ORDINATE.get=function(){return mu.NaN},Iu.X.get=function(){return 0},Iu.Y.get=function(){return 1},Iu.Z.get=function(){return 2},Object.defineProperties(bu,Iu);var Nu=function(t){if(this._dimensionsToTest=2,0===arguments.length);else if(1===arguments.length){var e=arguments[0];if(2!==e&&3!==e)throw new _u("only 2 or 3 dimensions may be specified");this._dimensionsToTest=e}};Nu.prototype.compare=function(t,e){var n=t,r=e,i=Nu.compare(n.x,r.x);if(0!==i)return i;var o=Nu.compare(n.y,r.y);return 0!==o?o:this._dimensionsToTest<=2?0:Nu.compare(n.z,r.z)},Nu.prototype.interfaces_=function(){return[wu]},Nu.prototype.getClass=function(){return Nu},Nu.compare=function(t,e){return te?1:mu.isNaN(t)?mu.isNaN(e)?0:-1:mu.isNaN(e)?1:0};var Cu=function(){};Cu.prototype.create=function(){},Cu.prototype.interfaces_=function(){return[]},Cu.prototype.getClass=function(){return Cu};var Su=function(){},Mu={INTERIOR:{configurable:!0},BOUNDARY:{configurable:!0},EXTERIOR:{configurable:!0},NONE:{configurable:!0}};Su.prototype.interfaces_=function(){return[]},Su.prototype.getClass=function(){return Su},Su.toLocationSymbol=function(t){switch(t){case Su.EXTERIOR:return"e";case Su.BOUNDARY:return"b";case Su.INTERIOR:return"i";case Su.NONE:return"-"}throw new _u("Unknown location value: "+t)},Mu.INTERIOR.get=function(){return 0},Mu.BOUNDARY.get=function(){return 1},Mu.EXTERIOR.get=function(){return 2},Mu.NONE.get=function(){return-1},Object.defineProperties(Su,Mu);var Lu=function(t,e){return t.interfaces_&&t.interfaces_().indexOf(e)>-1},Pu=function(){},Ou={LOG_10:{configurable:!0}};Pu.prototype.interfaces_=function(){return[]},Pu.prototype.getClass=function(){return Pu},Pu.log10=function(t){var e=Math.log(t);return mu.isInfinite(e)||mu.isNaN(e)?e:e/Pu.LOG_10},Pu.min=function(t,e,n,r){var i=t;return en?n:t}if(Number.isInteger(arguments[2])&&Number.isInteger(arguments[0])&&Number.isInteger(arguments[1])){var r=arguments[0],i=arguments[1],o=arguments[2];return ro?o:r}},Pu.wrap=function(t,e){return t<0?e- -t%e:t%e},Pu.max=function(){if(3===arguments.length){var t=arguments[1],e=arguments[2],n=arguments[0];return t>n&&(n=t),e>n&&(n=e),n}if(4===arguments.length){var r=arguments[1],i=arguments[2],o=arguments[3],s=arguments[0];return r>s&&(s=r),i>s&&(s=i),o>s&&(s=o),s}},Pu.average=function(t,e){return(t+e)/2},Ou.LOG_10.get=function(){return Math.log(10)},Object.defineProperties(Pu,Ou);var Ru=function(t){this.str=t};Ru.prototype.append=function(t){this.str+=t},Ru.prototype.setCharAt=function(t,e){this.str=this.str.substr(0,t)+e+this.str.substr(t+1)},Ru.prototype.toString=function(t){return this.str};var Tu=function(t){this.value=t};Tu.prototype.intValue=function(){return this.value},Tu.prototype.compareTo=function(t){return this.valuet?1:0},Tu.isNaN=function(t){return Number.isNaN(t)};var Au=function(){};Au.isWhitespace=function(t){return t<=32&&t>=0||127===t},Au.toUpperCase=function(t){return t.toUpperCase()};var Du=function t(){if(this._hi=0,this._lo=0,0===arguments.length)this.init(0);else if(1===arguments.length)if("number"==typeof arguments[0]){var e=arguments[0];this.init(e)}else if(arguments[0]instanceof t){var n=arguments[0];this.init(n)}else"string"==typeof arguments[0]&&t.call(this,t.parse(arguments[0]));else if(2===arguments.length){var r=arguments[0],i=arguments[1];this.init(r,i)}},Fu={PI:{configurable:!0},TWO_PI:{configurable:!0},PI_2:{configurable:!0},E:{configurable:!0},NaN:{configurable:!0},EPS:{configurable:!0},SPLIT:{configurable:!0},MAX_PRINT_DIGITS:{configurable:!0},TEN:{configurable:!0},ONE:{configurable:!0},SCI_NOT_EXPONENT_CHAR:{configurable:!0},SCI_NOT_ZERO:{configurable:!0}};Du.prototype.le=function(t){return(this._hi9?(h=!0,l="9"):l="0"+c,s.append(l),n=n.subtract(Du.valueOf(c)).multiply(Du.TEN),h&&n.selfAdd(Du.TEN);var p=!0,f=Du.magnitude(n._hi);if(f<0&&Math.abs(f)>=a-u&&(p=!1),!p)break}return e[0]=r,s.toString()},Du.prototype.sqr=function(){return this.multiply(this)},Du.prototype.doubleValue=function(){return this._hi+this._lo},Du.prototype.subtract=function(){if(arguments[0]instanceof Du){var t=arguments[0];return this.add(t.negate())}if("number"==typeof arguments[0]){var e=arguments[0];return this.add(-e)}},Du.prototype.equals=function(){if(1===arguments.length){var t=arguments[0];return this._hi===t._hi&&this._lo===t._lo}},Du.prototype.isZero=function(){return 0===this._hi&&0===this._lo},Du.prototype.selfSubtract=function(){if(arguments[0]instanceof Du){var t=arguments[0];return this.isNaN()?this:this.selfAdd(-t._hi,-t._lo)}if("number"==typeof arguments[0]){var e=arguments[0];return this.isNaN()?this:this.selfAdd(-e,0)}},Du.prototype.getSpecialNumberString=function(){return this.isZero()?"0.0":this.isNaN()?"NaN ":null},Du.prototype.min=function(t){return this.le(t)?this:t},Du.prototype.selfDivide=function(){if(1===arguments.length){if(arguments[0]instanceof Du){var t=arguments[0];return this.selfDivide(t._hi,t._lo)}if("number"==typeof arguments[0]){var e=arguments[0];return this.selfDivide(e,0)}}else if(2===arguments.length){var n=arguments[0],r=arguments[1],i=null,o=null,s=null,a=null,u=null,c=null,h=null,l=null;return u=this._hi/n,l=(i=(c=Du.SPLIT*u)-(i=c-u))*(s=(l=Du.SPLIT*n)-(s=l-n))-(h=u*n)+i*(a=n-s)+(o=u-i)*s+o*a,l=u+(c=(this._hi-h-l+this._lo-u*r)/n),this._hi=l,this._lo=u-l+c,this}},Du.prototype.dump=function(){return"DD<"+this._hi+", "+this._lo+">"},Du.prototype.divide=function(){if(arguments[0]instanceof Du){var t=arguments[0],e=null,n=null,r=null,i=null,o=null,s=null,a=null,u=null;return n=(o=this._hi/t._hi)-(e=(s=Du.SPLIT*o)-(e=s-o)),u=e*(r=(u=Du.SPLIT*t._hi)-(r=u-t._hi))-(a=o*t._hi)+e*(i=t._hi-r)+n*r+n*i,s=(this._hi-a-u+this._lo-o*t._lo)/t._hi,new Du(u=o+s,o-u+s)}if("number"==typeof arguments[0]){var c=arguments[0];return mu.isNaN(c)?Du.createNaN():Du.copy(this).selfDivide(c,0)}},Du.prototype.ge=function(t){return(this._hi>t._hi||this._hi===t._hi)&&this._lo>=t._lo},Du.prototype.pow=function(t){if(0===t)return Du.valueOf(1);var e=new Du(this),n=Du.valueOf(1),r=Math.abs(t);if(r>1)for(;r>0;)r%2==1&&n.selfMultiply(e),(r/=2)>0&&(e=e.sqr());else n=e;return t<0?n.reciprocal():n},Du.prototype.ceil=function(){if(this.isNaN())return Du.NaN;var t=Math.ceil(this._hi),e=0;return t===this._hi&&(e=Math.ceil(this._lo)),new Du(t,e)},Du.prototype.compareTo=function(t){var e=t;return this._hie._hi?1:this._loe._lo?1:0},Du.prototype.rint=function(){return this.isNaN()?this:this.add(.5).floor()},Du.prototype.setValue=function(){if(arguments[0]instanceof Du){var t=arguments[0];return this.init(t),this}if("number"==typeof arguments[0]){var e=arguments[0];return this.init(e),this}},Du.prototype.max=function(t){return this.ge(t)?this:t},Du.prototype.sqrt=function(){if(this.isZero())return Du.valueOf(0);if(this.isNegative())return Du.NaN;var t=1/Math.sqrt(this._hi),e=this._hi*t,n=Du.valueOf(e),r=this.subtract(n.sqr())._hi*(.5*t);return n.add(r)},Du.prototype.selfAdd=function(){if(1===arguments.length){if(arguments[0]instanceof Du){var t=arguments[0];return this.selfAdd(t._hi,t._lo)}if("number"==typeof arguments[0]){var e=arguments[0],n=null,r=null,i=null,o=null,s=null,a=null;return o=(i=this._hi+e)-(s=i-this._hi),r=(a=(o=e-s+(this._hi-o))+this._lo)+(i-(n=i+a)),this._hi=n+r,this._lo=r+(n-this._hi),this}}else if(2===arguments.length){var u=arguments[0],c=arguments[1],h=null,l=null,p=null,f=null,g=null,d=null,y=null;f=this._hi+u,l=this._lo+c,g=f-(d=f-this._hi),p=l-(y=l-this._lo);var _=(h=f+(d=(g=u-d+(this._hi-g))+l))+(d=(p=c-y+(this._lo-p))+(d+(f-h))),m=d+(h-_);return this._hi=_,this._lo=m,this}},Du.prototype.selfMultiply=function(){if(1===arguments.length){if(arguments[0]instanceof Du){var t=arguments[0];return this.selfMultiply(t._hi,t._lo)}if("number"==typeof arguments[0]){var e=arguments[0];return this.selfMultiply(e,0)}}else if(2===arguments.length){var n=arguments[0],r=arguments[1],i=null,o=null,s=null,a=null,u=null,c=null;i=(u=Du.SPLIT*this._hi)-this._hi,c=Du.SPLIT*n,i=u-i,o=this._hi-i,s=c-n;var h=(u=this._hi*n)+(c=i*(s=c-s)-u+i*(a=n-s)+o*s+o*a+(this._hi*r+this._lo*n)),l=c+(i=u-h);return this._hi=h,this._lo=l,this}},Du.prototype.selfSqr=function(){return this.selfMultiply(this)},Du.prototype.floor=function(){if(this.isNaN())return Du.NaN;var t=Math.floor(this._hi),e=0;return t===this._hi&&(e=Math.floor(this._lo)),new Du(t,e)},Du.prototype.negate=function(){return this.isNaN()?this:new Du(-this._hi,-this._lo)},Du.prototype.clone=function(){},Du.prototype.multiply=function(){if(arguments[0]instanceof Du){var t=arguments[0];return t.isNaN()?Du.createNaN():Du.copy(this).selfMultiply(t)}if("number"==typeof arguments[0]){var e=arguments[0];return mu.isNaN(e)?Du.createNaN():Du.copy(this).selfMultiply(e,0)}},Du.prototype.isNaN=function(){return mu.isNaN(this._hi)},Du.prototype.intValue=function(){return Math.trunc(this._hi)},Du.prototype.toString=function(){var t=Du.magnitude(this._hi);return t>=-3&&t<=20?this.toStandardNotation():this.toSciNotation()},Du.prototype.toStandardNotation=function(){var t=this.getSpecialNumberString();if(null!==t)return t;var e=new Array(1).fill(null),n=this.extractSignificantDigits(!0,e),r=e[0]+1,i=n;if("."===n.charAt(0))i="0"+n;else if(r<0)i="0."+Du.stringOfChar("0",-r)+n;else if(-1===n.indexOf(".")){var o=r-n.length;i=n+Du.stringOfChar("0",o)+".0"}return this.isNegative()?"-"+i:i},Du.prototype.reciprocal=function(){var t=null,e=null,n=null,r=null,i=null,o=null,s=null,a=null;e=(i=1/this._hi)-(t=(o=Du.SPLIT*i)-(t=o-i)),n=(a=Du.SPLIT*this._hi)-this._hi;var u=i+(o=(1-(s=i*this._hi)-(a=t*(n=a-n)-s+t*(r=this._hi-n)+e*n+e*r)-i*this._lo)/this._hi);return new Du(u,i-u+o)},Du.prototype.toSciNotation=function(){if(this.isZero())return Du.SCI_NOT_ZERO;var t=this.getSpecialNumberString();if(null!==t)return t;var e=new Array(1).fill(null),n=this.extractSignificantDigits(!1,e),r=Du.SCI_NOT_EXPONENT_CHAR+e[0];if("0"===n.charAt(0))throw new Error("Found leading zero: "+n);var i="";n.length>1&&(i=n.substring(1));var o=n.charAt(0)+"."+i;return this.isNegative()?"-"+o+r:o+r},Du.prototype.abs=function(){return this.isNaN()?Du.NaN:this.isNegative()?this.negate():new Du(this)},Du.prototype.isPositive=function(){return(this._hi>0||0===this._hi)&&this._lo>0},Du.prototype.lt=function(t){return(this._hit._hi||this._hi===t._hi)&&this._lo>t._lo},Du.prototype.isNegative=function(){return(this._hi<0||0===this._hi)&&this._lo<0},Du.prototype.trunc=function(){return this.isNaN()?Du.NaN:this.isPositive()?this.floor():this.ceil()},Du.prototype.signum=function(){return this._hi>0?1:this._hi<0?-1:this._lo>0?1:this._lo<0?-1:0},Du.prototype.interfaces_=function(){return[Li,xu,Eu]},Du.prototype.getClass=function(){return Du},Du.sqr=function(t){return Du.valueOf(t).selfMultiply(t)},Du.valueOf=function(){if("string"==typeof arguments[0]){var t=arguments[0];return Du.parse(t)}if("number"==typeof arguments[0])return new Du(arguments[0])},Du.sqrt=function(t){return Du.valueOf(t).sqrt()},Du.parse=function(t){for(var e=0,n=t.length;Au.isWhitespace(t.charAt(e));)e++;var r=!1;if(e=n);){var c=t.charAt(e);if(e++,Au.isDigit(c)){var h=c-"0";o.selfMultiply(Du.TEN),o.selfAdd(h),s++}else{if("."!==c){if("e"===c||"E"===c){var l=t.substring(e);try{u=Tu.parseInt(l)}catch(e){throw e instanceof Error?new Error("Invalid exponent "+l+" in string "+t):e}break}throw new Error("Unexpected character '"+c+"' at position "+e+" in string "+t)}a=s}}var p=o,f=s-a-u;if(0===f)p=o;else if(f>0){var g=Du.TEN.pow(f);p=o.divide(g)}else if(f<0){var d=Du.TEN.pow(-f);p=o.multiply(d)}return r?p.negate():p},Du.createNaN=function(){return new Du(mu.NaN,mu.NaN)},Du.copy=function(t){return new Du(t)},Du.magnitude=function(t){var e=Math.abs(t),n=Math.log(e)/Math.log(10),r=Math.trunc(Math.floor(n));return 10*Math.pow(10,r)<=e&&(r+=1),r},Du.stringOfChar=function(t,e){for(var n=new Ru,r=0;r0){if(o<=0)return qu.signum(s);r=i+o}else{if(!(i<0))return qu.signum(s);if(o>=0)return qu.signum(s);r=-i-o}var a=qu.DP_SAFE_EPSILON*r;return s>=a||-s>=a?qu.signum(s):2},qu.signum=function(t){return t>0?1:t<0?-1:0},Gu.DP_SAFE_EPSILON.get=function(){return 1e-15},Object.defineProperties(qu,Gu);var Bu=function(){},ku={X:{configurable:!0},Y:{configurable:!0},Z:{configurable:!0},M:{configurable:!0}};ku.X.get=function(){return 0},ku.Y.get=function(){return 1},ku.Z.get=function(){return 2},ku.M.get=function(){return 3},Bu.prototype.setOrdinate=function(t,e,n){},Bu.prototype.size=function(){},Bu.prototype.getOrdinate=function(t,e){},Bu.prototype.getCoordinate=function(){},Bu.prototype.getCoordinateCopy=function(t){},Bu.prototype.getDimension=function(){},Bu.prototype.getX=function(t){},Bu.prototype.clone=function(){},Bu.prototype.expandEnvelope=function(t){},Bu.prototype.copy=function(){},Bu.prototype.getY=function(t){},Bu.prototype.toCoordinateArray=function(){},Bu.prototype.interfaces_=function(){return[Eu]},Bu.prototype.getClass=function(){return Bu},Object.defineProperties(Bu,ku);var zu=function(){},ju=function(t){function e(){t.call(this,"Projective point not representable on the Cartesian plane.")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(zu),Xu=function(){};Xu.arraycopy=function(t,e,n,r,i){for(var o=0,s=e;st._minx?this._minx:t._minx,n=this._miny>t._miny?this._miny:t._miny,r=this._maxx=this._minx&&e.getMaxX()<=this._maxx&&e.getMinY()>=this._miny&&e.getMaxY()<=this._maxy}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];return!this.isNull()&&n>=this._minx&&n<=this._maxx&&r>=this._miny&&r<=this._maxy}},Yu.prototype.intersects=function(){if(1===arguments.length){if(arguments[0]instanceof Yu){var t=arguments[0];return!this.isNull()&&!t.isNull()&&!(t._minx>this._maxx||t._maxxthis._maxy||t._maxythis._maxx||nthis._maxy||rthis._maxx&&(this._maxx=e._maxx),e._minythis._maxy&&(this._maxy=e._maxy))}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];this.isNull()?(this._minx=n,this._maxx=n,this._miny=r,this._maxy=r):(nthis._maxx&&(this._maxx=n),rthis._maxy&&(this._maxy=r))}},Yu.prototype.minExtent=function(){if(this.isNull())return 0;var t=this.getWidth(),e=this.getHeight();return te._minx?1:this._minye._miny?1:this._maxxe._maxx?1:this._maxye._maxy?1:0},Yu.prototype.translate=function(t,e){if(this.isNull())return null;this.init(this.getMinX()+t,this.getMaxX()+t,this.getMinY()+e,this.getMaxY()+e)},Yu.prototype.toString=function(){return"Env["+this._minx+" : "+this._maxx+", "+this._miny+" : "+this._maxy+"]"},Yu.prototype.setToNull=function(){this._minx=0,this._maxx=-1,this._miny=0,this._maxy=-1},Yu.prototype.getHeight=function(){return this.isNull()?0:this._maxy-this._miny},Yu.prototype.maxExtent=function(){if(this.isNull())return 0;var t=this.getWidth(),e=this.getHeight();return t>e?t:e},Yu.prototype.expandBy=function(){if(1===arguments.length){var t=arguments[0];this.expandBy(t,t)}else if(2===arguments.length){var e=arguments[0],n=arguments[1];if(this.isNull())return null;this._minx-=e,this._maxx+=e,this._miny-=n,this._maxy+=n,(this._minx>this._maxx||this._miny>this._maxy)&&this.setToNull()}},Yu.prototype.contains=function(){if(1===arguments.length){if(arguments[0]instanceof Yu){var t=arguments[0];return this.covers(t)}if(arguments[0]instanceof bu){var e=arguments[0];return this.covers(e)}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];return this.covers(n,r)}},Yu.prototype.centre=function(){return this.isNull()?null:new bu((this.getMinX()+this.getMaxX())/2,(this.getMinY()+this.getMaxY())/2)},Yu.prototype.init=function(){if(0===arguments.length)this.setToNull();else if(1===arguments.length){if(arguments[0]instanceof bu){var t=arguments[0];this.init(t.x,t.x,t.y,t.y)}else if(arguments[0]instanceof Yu){var e=arguments[0];this._minx=e._minx,this._maxx=e._maxx,this._miny=e._miny,this._maxy=e._maxy}}else if(2===arguments.length){var n=arguments[0],r=arguments[1];this.init(n.x,r.x,n.y,r.y)}else if(4===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2],a=arguments[3];it._maxx&&(e=this._minx-t._maxx);var n=0;return this._maxyt._maxy&&(n=this._miny-t._maxy),0===e?n:0===n?e:Math.sqrt(e*e+n*n)},Yu.prototype.hashCode=function(){var t=17;return 37*(t=37*(t=37*(t=37*t+bu.hashCode(this._minx))+bu.hashCode(this._maxx))+bu.hashCode(this._miny))+bu.hashCode(this._maxy)},Yu.prototype.interfaces_=function(){return[xu,Li]},Yu.prototype.getClass=function(){return Yu},Yu.intersects=function(){if(3===arguments.length){var t=arguments[0],e=arguments[1],n=arguments[2];return n.x>=(t.xe.x?t.x:e.x)&&n.y>=(t.ye.y?t.y:e.y)}if(4===arguments.length){var r=arguments[0],i=arguments[1],o=arguments[2],s=arguments[3],a=Math.min(o.x,s.x),u=Math.max(o.x,s.x),c=Math.min(r.x,i.x),h=Math.max(r.x,i.x);return!(c>u)&&!(hu)&&!(hthis.getEdgeDistance(t,1)?(this._intLineIndex[t][0]=0,this._intLineIndex[t][1]=1):(this._intLineIndex[t][0]=1,this._intLineIndex[t][1]=0)}},ec.prototype.isProper=function(){return this.hasIntersection()&&this._isProper},ec.prototype.setPrecisionModel=function(t){this._precisionModel=t},ec.prototype.isInteriorIntersection=function(){if(0===arguments.length)return!!this.isInteriorIntersection(0)||!!this.isInteriorIntersection(1);if(1===arguments.length){for(var t=arguments[0],e=0;ei?r:i;else{var s=Math.abs(t.x-e.x),a=Math.abs(t.y-e.y);0!==(o=r>i?s:a)||t.equals(e)||(o=Math.max(s,a))}return tc.isTrue(!(0===o&&!t.equals(e)),"Bad distance calculation"),o},ec.nonRobustComputeEdgeDistance=function(t,e,n){var r=t.x-e.x,i=t.y-e.y,o=Math.sqrt(r*r+i*i);return tc.isTrue(!(0===o&&!t.equals(e)),"Invalid distance calculation"),o},nc.DONT_INTERSECT.get=function(){return 0},nc.DO_INTERSECT.get=function(){return 1},nc.COLLINEAR.get=function(){return 2},nc.NO_INTERSECTION.get=function(){return 0},nc.POINT_INTERSECTION.get=function(){return 1},nc.COLLINEAR_INTERSECTION.get=function(){return 2},Object.defineProperties(ec,nc);var rc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isInSegmentEnvelopes=function(t){var e=new Yu(this._inputLines[0][0],this._inputLines[0][1]),n=new Yu(this._inputLines[1][0],this._inputLines[1][1]);return e.contains(t)&&n.contains(t)},e.prototype.computeIntersection=function(){if(3!==arguments.length)return t.prototype.computeIntersection.apply(this,arguments);var e=arguments[0],n=arguments[1],r=arguments[2];if(this._isProper=!1,Yu.intersects(n,r,e)&&0===sc.orientationIndex(n,r,e)&&0===sc.orientationIndex(r,n,e))return this._isProper=!0,(e.equals(n)||e.equals(r))&&(this._isProper=!1),this._result=t.POINT_INTERSECTION,null;this._result=t.NO_INTERSECTION},e.prototype.normalizeToMinimum=function(t,e,n,r,i){i.x=this.smallestInAbsValue(t.x,e.x,n.x,r.x),i.y=this.smallestInAbsValue(t.y,e.y,n.y,r.y),t.x-=i.x,t.y-=i.y,e.x-=i.x,e.y-=i.y,n.x-=i.x,n.y-=i.y,r.x-=i.x,r.y-=i.y},e.prototype.safeHCoordinateIntersection=function(t,n,r,i){var o=null;try{o=Uu.intersection(t,n,r,i)}catch(s){if(!(s instanceof ju))throw s;o=e.nearestEndpoint(t,n,r,i)}return o},e.prototype.intersection=function(t,n,r,i){var o=this.intersectionWithNormalization(t,n,r,i);return this.isInSegmentEnvelopes(o)||(o=new bu(e.nearestEndpoint(t,n,r,i))),null!==this._precisionModel&&this._precisionModel.makePrecise(o),o},e.prototype.smallestInAbsValue=function(t,e,n,r){var i=t,o=Math.abs(i);return Math.abs(e)1e-4&&Xu.out.println("Distance = "+i.distance(o))},e.prototype.intersectionWithNormalization=function(t,e,n,r){var i=new bu(t),o=new bu(e),s=new bu(n),a=new bu(r),u=new bu;this.normalizeToEnvCentre(i,o,s,a,u);var c=this.safeHCoordinateIntersection(i,o,s,a);return c.x+=u.x,c.y+=u.y,c},e.prototype.computeCollinearIntersection=function(e,n,r,i){var o=Yu.intersects(e,n,r),s=Yu.intersects(e,n,i),a=Yu.intersects(r,i,e),u=Yu.intersects(r,i,n);return o&&s?(this._intPt[0]=r,this._intPt[1]=i,t.COLLINEAR_INTERSECTION):a&&u?(this._intPt[0]=e,this._intPt[1]=n,t.COLLINEAR_INTERSECTION):o&&a?(this._intPt[0]=r,this._intPt[1]=e,!r.equals(e)||s||u?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):o&&u?(this._intPt[0]=r,this._intPt[1]=n,!r.equals(n)||s||a?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):s&&a?(this._intPt[0]=i,this._intPt[1]=e,!i.equals(e)||o||u?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):s&&u?(this._intPt[0]=i,this._intPt[1]=n,!i.equals(n)||o||a?t.COLLINEAR_INTERSECTION:t.POINT_INTERSECTION):t.NO_INTERSECTION},e.prototype.normalizeToEnvCentre=function(t,e,n,r,i){var o=t.xe.x?t.x:e.x,u=t.y>e.y?t.y:e.y,c=n.xr.x?n.x:r.x,p=n.y>r.y?n.y:r.y,f=((o>c?o:c)+(ah?s:h)+(u0&&s>0||o<0&&s<0)return t.NO_INTERSECTION;var a=sc.orientationIndex(r,i,e),u=sc.orientationIndex(r,i,n);return a>0&&u>0||a<0&&u<0?t.NO_INTERSECTION:0===o&&0===s&&0===a&&0===u?this.computeCollinearIntersection(e,n,r,i):(0===o||0===s||0===a||0===u?(this._isProper=!1,e.equals2D(r)||e.equals2D(i)?this._intPt[0]=e:n.equals2D(r)||n.equals2D(i)?this._intPt[0]=n:0===o?this._intPt[0]=new bu(r):0===s?this._intPt[0]=new bu(i):0===a?this._intPt[0]=new bu(e):0===u&&(this._intPt[0]=new bu(n))):(this._isProper=!0,this._intPt[0]=this.intersection(e,n,r,i)),t.POINT_INTERSECTION)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e.nearestEndpoint=function(t,e,n,r){var i=t,o=sc.distancePointLine(t,n,r),s=sc.distancePointLine(e,n,r);return s0?n>0?-i:i:n>0?i:-i;if(0===e||0===n)return r>0?t>0?i:-i:t>0?-i:i;if(e>0?r>0?e<=r||(i=-i,o=t,t=n,n=o,o=e,e=r,r=o):e<=-r?(i=-i,n=-n,r=-r):(o=t,t=-n,n=o,o=e,e=-r,r=o):r>0?-e<=r?(i=-i,t=-t,e=-e):(o=-t,t=n,n=o,o=-e,e=r,r=o):e>=r?(t=-t,e=-e,n=-n,r=-r):(i=-i,o=-t,t=-n,n=o,o=-e,e=-r,r=o),t>0){if(!(n>0))return i;if(!(t<=n))return i}else{if(n>0)return-i;if(!(t>=n))return-i;i=-i,t=-t,n=-n}for(;;){if((r-=(s=Math.floor(n/t))*e)<0)return-i;if(r>e)return i;if(t>(n-=s*t)+n){if(er+r)return-i;n=t-n,r=e-r,i=-i}if(0===r)return 0===n?0:-i;if(0===n)return i;if((e-=(s=Math.floor(t/n))*r)<0)return i;if(e>r)return-i;if(n>(t-=s*n)+t){if(re+e)return i;t=n-t,e=r-e,i=-i}if(0===e)return 0===t?0:i;if(0===t)return-i}};var oc=function(){this._p=null,this._crossingCount=0,this._isPointOnSegment=!1;var t=arguments[0];this._p=t};oc.prototype.countSegment=function(t,e){if(t.xr&&(n=e.x,r=t.x),this._p.x>=n&&this._p.x<=r&&(this._isPointOnSegment=!0),null}if(t.y>this._p.y&&e.y<=this._p.y||e.y>this._p.y&&t.y<=this._p.y){var i=t.x-this._p.x,o=t.y-this._p.y,s=e.x-this._p.x,a=e.y-this._p.y,u=ic.signOfDet2x2(i,o,s,a);if(0===u)return this._isPointOnSegment=!0,null;a0&&this._crossingCount++}},oc.prototype.isPointInPolygon=function(){return this.getLocation()!==Su.EXTERIOR},oc.prototype.getLocation=function(){return this._isPointOnSegment?Su.BOUNDARY:this._crossingCount%2==1?Su.INTERIOR:Su.EXTERIOR},oc.prototype.isOnSegment=function(){return this._isPointOnSegment},oc.prototype.interfaces_=function(){return[]},oc.prototype.getClass=function(){return oc},oc.locatePointInRing=function(){if(arguments[0]instanceof bu&&Lu(arguments[1],Bu)){for(var t=arguments[1],e=new oc(arguments[0]),n=new bu,r=new bu,i=1;i1||a<0||a>1)&&(i=!0)}}else i=!0;return i?Pu.min(sc.distancePointLine(t,n,r),sc.distancePointLine(e,n,r),sc.distancePointLine(n,t,e),sc.distancePointLine(r,t,e)):0},sc.isPointInRing=function(t,e){return sc.locatePointInRing(t,e)!==Su.EXTERIOR},sc.computeLength=function(t){var e=t.size();if(e<=1)return 0;var n=0,r=new bu;t.getCoordinate(0,r);for(var i=r.x,o=r.y,s=1;sn.y&&(n=o,r=i)}var s=r;do{(s-=1)<0&&(s=e)}while(t[s].equals2D(n)&&s!==r);var a=r;do{a=(a+1)%e}while(t[a].equals2D(n)&&a!==r);var u=t[s],c=t[a];if(u.equals2D(n)||c.equals2D(n)||u.equals2D(c))return!1;var h=sc.computeOrientation(u,n,c);return 0===h?u.x>c.x:h>0},sc.locatePointInRing=function(t,e){return oc.locatePointInRing(t,e)},sc.distancePointLinePerpendicular=function(t,e,n){var r=(n.x-e.x)*(n.x-e.x)+(n.y-e.y)*(n.y-e.y),i=((e.y-t.y)*(n.x-e.x)-(e.x-t.x)*(n.y-e.y))/r;return Math.abs(i)*Math.sqrt(r)},sc.computeOrientation=function(t,e,n){return sc.orientationIndex(t,e,n)},sc.distancePointLine=function(){if(2===arguments.length){var t=arguments[0],e=arguments[1];if(0===e.length)throw new _u("Line array must contain at least one vertex");for(var n=t.distance(e[0]),r=0;r=1)return o.distance(a);var h=((s.y-o.y)*(a.x-s.x)-(s.x-o.x)*(a.y-s.y))/u;return Math.abs(h)*Math.sqrt(u)}},sc.isOnLine=function(t,e){for(var n=new rc,r=1;r0},yc.prototype.interfaces_=function(){return[fc]},yc.prototype.getClass=function(){return yc};var _c=function(){};_c.prototype.isInBoundary=function(t){return t>1},_c.prototype.interfaces_=function(){return[fc]},_c.prototype.getClass=function(){return _c};var mc=function(){};mc.prototype.isInBoundary=function(t){return 1===t},mc.prototype.interfaces_=function(){return[fc]},mc.prototype.getClass=function(){return mc};var vc=function(){};vc.prototype.add=function(){},vc.prototype.addAll=function(){},vc.prototype.isEmpty=function(){},vc.prototype.iterator=function(){},vc.prototype.size=function(){},vc.prototype.toArray=function(){},vc.prototype.remove=function(){};var xc=function(t){function e(e){t.call(this),this.message=e||""}t&&(e.__proto__=t),(e.prototype=Object.create(t&&t.prototype)).constructor=e;var n={name:{configurable:!0}};return n.name.get=function(){return"IndexOutOfBoundsException"},Object.defineProperties(e,n),e}(Error),Ec=function(){};Ec.prototype.hasNext=function(){},Ec.prototype.next=function(){},Ec.prototype.remove=function(){};var wc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.get=function(){},e.prototype.set=function(){},e.prototype.isEmpty=function(){},e}(vc);(Pi.prototype=new Error).name="NoSuchElementException";var bc=function(t){function e(){t.call(this),this.array_=[],arguments[0]instanceof vc&&this.addAll(arguments[0])}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.ensureCapacity=function(){},e.prototype.interfaces_=function(){return[t,vc]},e.prototype.add=function(t){return 1===arguments.length?this.array_.push(t):this.array_.splice(arguments[0],arguments[1]),!0},e.prototype.clear=function(){this.array_=[]},e.prototype.addAll=function(t){for(var e=t.iterator();e.hasNext();)this.add(e.next());return!0},e.prototype.set=function(t,e){var n=this.array_[t];return this.array_[t]=e,n},e.prototype.iterator=function(){return new Ic(this)},e.prototype.get=function(t){if(t<0||t>=this.size())throw new xc;return this.array_[t]},e.prototype.isEmpty=function(){return 0===this.array_.length},e.prototype.size=function(){return this.array_.length},e.prototype.toArray=function(){for(var t=[],e=0,n=this.array_.length;e=1&&this.get(this.size()-1).equals2D(i))return null;t.prototype.add.call(this,i)}else if(arguments[0]instanceof Object&&"boolean"==typeof arguments[1]){var o=arguments[0],s=arguments[1];return this.add(o,s),!0}}else if(3===arguments.length){if("boolean"==typeof arguments[2]&&arguments[0]instanceof Array&&"boolean"==typeof arguments[1]){var a=arguments[0],u=arguments[1];if(arguments[2])for(var c=0;c=0;h--)this.add(a[h],u);return!0}if("boolean"==typeof arguments[2]&&Number.isInteger(arguments[0])&&arguments[1]instanceof bu){var l=arguments[0],p=arguments[1];if(!arguments[2]){var f=this.size();if(f>0){if(l>0&&this.get(l-1).equals2D(p))return null;if(l_&&(m=-1);for(var v=y;v!==_;v+=m)this.add(g[v],d);return!0}},e.prototype.closeRing=function(){this.size()>0&&this.add(new bu(this.get(0)),!1)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},Object.defineProperties(e,n),e}(bc),Cc=function(){},Sc={ForwardComparator:{configurable:!0},BidirectionalComparator:{configurable:!0},coordArrayType:{configurable:!0}};Sc.ForwardComparator.get=function(){return Mc},Sc.BidirectionalComparator.get=function(){return Lc},Sc.coordArrayType.get=function(){return new Array(0).fill(null)},Cc.prototype.interfaces_=function(){return[]},Cc.prototype.getClass=function(){return Cc},Cc.isRing=function(t){return!(t.length<4)&&!!t[0].equals2D(t[t.length-1])},Cc.ptNotInList=function(t,e){for(var n=0;n=t?e:[]},Cc.indexOf=function(t,e){for(var n=0;n0)&&(e=t[n]);return e},Cc.extract=function(t,e,n){e=Pu.clamp(e,0,t.length);var r=(n=Pu.clamp(n,-1,t.length))-e+1;n<0&&(r=0),e>=t.length&&(r=0),nr.length)return 1;if(0===n.length)return 0;var i=Cc.compare(n,r);return Cc.isEqualReversed(n,r)?0:i},Lc.prototype.OLDcompare=function(t,e){var n=t,r=e;if(n.lengthr.length)return 1;if(0===n.length)return 0;for(var i=Cc.increasingDirection(n),o=Cc.increasingDirection(r),s=i>0?0:n.length-1,a=o>0?0:n.length-1,u=0;u0))return e.value;e=e.right}}return null},Gi.prototype.put=function(t,e){if(null===this.root_)return this.root_={key:t,value:e,left:null,right:null,parent:null,color:Ac,getValue:function(){return this.value},getKey:function(){return this.key}},this.size_=1,null;var n,r,i=this.root_;do{if(n=i,(r=t.compareTo(i.key))<0)i=i.left;else{if(!(r>0)){var o=i.value;return i.value=e,o}i=i.right}}while(null!==i);var s={key:t,left:null,right:null,value:e,parent:n,color:Ac,getValue:function(){return this.value},getKey:function(){return this.key}};return r<0?n.left=s:n.right=s,this.fixAfterInsertion(s),this.size_++,null},Gi.prototype.fixAfterInsertion=function(t){for(t.color=1;null!=t&&t!==this.root_&&1===t.parent.color;)if(Ai(t)===Fi(Ai(Ai(t)))){var e=qi(Ai(Ai(t)));1===Ti(e)?(Di(Ai(t),Ac),Di(e,Ac),Di(Ai(Ai(t)),1),t=Ai(Ai(t))):(t===qi(Ai(t))&&(t=Ai(t),this.rotateLeft(t)),Di(Ai(t),Ac),Di(Ai(Ai(t)),1),this.rotateRight(Ai(Ai(t))))}else{var n=Fi(Ai(Ai(t)));1===Ti(n)?(Di(Ai(t),Ac),Di(n,Ac),Di(Ai(Ai(t)),1),t=Ai(Ai(t))):(t===Fi(Ai(t))&&(t=Ai(t),this.rotateRight(t)),Di(Ai(t),Ac),Di(Ai(Ai(t)),1),this.rotateLeft(Ai(Ai(t))))}this.root_.color=Ac},Gi.prototype.values=function(){var t=new bc,e=this.getFirstEntry();if(null!==e)for(t.add(e.value);null!==(e=Gi.successor(e));)t.add(e.value);return t},Gi.prototype.entrySet=function(){var t=new Rc,e=this.getFirstEntry();if(null!==e)for(t.add(e);null!==(e=Gi.successor(e));)t.add(e);return t},Gi.prototype.rotateLeft=function(t){if(null!=t){var e=t.right;t.right=e.left,null!=e.left&&(e.left.parent=t),e.parent=t.parent,null===t.parent?this.root_=e:t.parent.left===t?t.parent.left=e:t.parent.right=e,e.left=t,t.parent=e}},Gi.prototype.rotateRight=function(t){if(null!=t){var e=t.left;t.left=e.right,null!=e.right&&(e.right.parent=t),e.parent=t.parent,null===t.parent?this.root_=e:t.parent.right===t?t.parent.right=e:t.parent.left=e,e.right=t,t.parent=e}},Gi.prototype.getFirstEntry=function(){var t=this.root_;if(null!=t)for(;null!=t.left;)t=t.left;return t},Gi.successor=function(t){if(null===t)return null;if(null!==t.right){for(var e=t.right;null!==e.left;)e=e.left;return e}for(var n=t.parent,r=t;null!==n&&r===n.right;)r=n,n=n.parent;return n},Gi.prototype.size=function(){return this.size_};var Dc=function(){};Dc.prototype.interfaces_=function(){return[]},Dc.prototype.getClass=function(){return Dc},Bi.prototype=new Ri,(ki.prototype=new Bi).contains=function(t){for(var e=0,n=this.array_.length;e=0;){var s=i.substring(0,o);r.add(s),o=(i=i.substring(o+n)).indexOf(e)}i.length>0&&r.add(i);for(var a=new Array(r.size()).fill(null),u=0;u0)for(var o=i;o0&&r.append(" ");for(var o=0;o0&&r.append(","),r.append(Vc.toString(t.getOrdinate(i,o)))}return r.append(")"),r.toString()}},Wc.ensureValidRing=function(t,e){var n=e.size();return 0===n?e:n<=3?Wc.createClosedRing(t,e,4):e.getOrdinate(0,Bu.X)===e.getOrdinate(n-1,Bu.X)&&e.getOrdinate(0,Bu.Y)===e.getOrdinate(n-1,Bu.Y)?e:Wc.createClosedRing(t,e,n+1)},Wc.createClosedRing=function(t,e,n){var r=t.create(n,e.getDimension()),i=e.size();Wc.copy(e,0,r,0,i);for(var o=i;o0&&Wc.reverse(this._points),null}},e.prototype.getCoordinate=function(){return this.isEmpty()?null:this._points.getCoordinate(0)},e.prototype.getBoundaryDimension=function(){return this.isClosed()?Gc.FALSE:0},e.prototype.isClosed=function(){return!this.isEmpty()&&this.getCoordinateN(0).equals2D(this.getCoordinateN(this.getNumPoints()-1))},e.prototype.getEndPoint=function(){return this.isEmpty()?null:this.getPointN(this.getNumPoints()-1)},e.prototype.getDimension=function(){return 1},e.prototype.getLength=function(){return sc.computeLength(this._points)},e.prototype.getNumPoints=function(){return this._points.size()},e.prototype.reverse=function(){var t=this._points.copy();return Wc.reverse(t),this.getFactory().createLineString(t)},e.prototype.compareToSameClass=function(){if(1===arguments.length){for(var t=arguments[0],e=0,n=0;e= 2)");this._points=t},e.prototype.isCoordinate=function(t){for(var e=0;e=1&&this.getCoordinateSequence().size()= 4)")},e.prototype.getGeometryType=function(){return"LinearRing"},e.prototype.copy=function(){return new e(this._points.copy(),this._factory)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},n.MINIMUM_VALID_SIZE.get=function(){return 4},n.serialVersionUID.get=function(){return-0x3b229e262367a600},Object.defineProperties(e,n),e}(Jc),nh=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),(e.prototype=Object.create(t&&t.prototype)).constructor=e;var n={serialVersionUID:{configurable:!0}};return e.prototype.getSortIndex=function(){return cc.SORTINDEX_MULTIPOLYGON},e.prototype.equalsExact=function(){if(2===arguments.length){var e=arguments[0],n=arguments[1];return!!this.isEquivalentClass(e)&&t.prototype.equalsExact.call(this,e,n)}return t.prototype.equalsExact.apply(this,arguments)},e.prototype.getBoundaryDimension=function(){return 1},e.prototype.getDimension=function(){return 2},e.prototype.reverse=function(){for(var t=this._geometries.length,e=new Array(t).fill(null),n=0;n0?e.createPoint(n[0]):e.createPoint():t},sh.prototype.interfaces_=function(){return[rh.GeometryEditorOperation]},sh.prototype.getClass=function(){return sh};var ah=function(){};ah.prototype.edit=function(t,e){return t instanceof eh?e.createLinearRing(this.edit(t.getCoordinateSequence(),t)):t instanceof Jc?e.createLineString(this.edit(t.getCoordinateSequence(),t)):t instanceof Kc?e.createPoint(this.edit(t.getCoordinateSequence(),t)):t},ah.prototype.interfaces_=function(){return[rh.GeometryEditorOperation]},ah.prototype.getClass=function(){return ah};var uh=function(){if(this._dimension=3,this._coordinates=null,1===arguments.length){if(arguments[0]instanceof Array)this._coordinates=arguments[0],this._dimension=3;else if(Number.isInteger(arguments[0])){var t=arguments[0];this._coordinates=new Array(t).fill(null);for(var e=0;e0){var t=new Ru(17*this._coordinates.length);t.append("("),t.append(this._coordinates[0]);for(var e=1;e3&&(e=3),e<2?new uh(t):new uh(t,e)}},hh.prototype.interfaces_=function(){return[Cu,Li]},hh.prototype.getClass=function(){return hh},hh.instance=function(){return hh.instanceObject},lh.serialVersionUID.get=function(){return-0x38e49fa6cf6f2e00},lh.instanceObject.get=function(){return new hh},Object.defineProperties(hh,lh);var ph=function(t){function e(){t.call(this),this.map_=new Map}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.get=function(t){return this.map_.get(t)||null},e.prototype.put=function(t,e){return this.map_.set(t,e),e},e.prototype.values=function(){for(var t=new bc,e=this.map_.values(),n=e.next();!n.done;)t.add(n.value),n=e.next();return t},e.prototype.entrySet=function(){var t=new Rc;return this.map_.entries().forEach((function(e){return t.add(e)})),t},e.prototype.size=function(){return this.map_.size()},e}(Pc),fh=function t(){if(this._modelType=null,this._scale=null,0===arguments.length)this._modelType=t.FLOATING;else if(1===arguments.length)if(arguments[0]instanceof dh){var e=arguments[0];this._modelType=e,e===t.FIXED&&this.setScale(1)}else if("number"==typeof arguments[0]){var n=arguments[0];this._modelType=t.FIXED,this.setScale(n)}else if(arguments[0]instanceof t){var r=arguments[0];this._modelType=r._modelType,this._scale=r._scale}},gh={serialVersionUID:{configurable:!0},maximumPreciseValue:{configurable:!0}};fh.prototype.equals=function(t){if(!(t instanceof fh))return!1;var e=t;return this._modelType===e._modelType&&this._scale===e._scale},fh.prototype.compareTo=function(t){var e=t,n=this.getMaximumSignificantDigits(),r=e.getMaximumSignificantDigits();return new Tu(n).compareTo(new Tu(r))},fh.prototype.getScale=function(){return this._scale},fh.prototype.isFloating=function(){return this._modelType===fh.FLOATING||this._modelType===fh.FLOATING_SINGLE},fh.prototype.getType=function(){return this._modelType},fh.prototype.toString=function(){var t="UNKNOWN";return this._modelType===fh.FLOATING?t="Floating":this._modelType===fh.FLOATING_SINGLE?t="Floating-Single":this._modelType===fh.FIXED&&(t="Fixed (Scale="+this.getScale()+")"),t},fh.prototype.makePrecise=function(){if("number"==typeof arguments[0]){var t=arguments[0];return mu.isNaN(t)||this._modelType===fh.FLOATING_SINGLE?t:this._modelType===fh.FIXED?Math.round(t*this._scale)/this._scale:t}if(arguments[0]instanceof bu){var e=arguments[0];if(this._modelType===fh.FLOATING)return null;e.x=this.makePrecise(e.x),e.y=this.makePrecise(e.y)}},fh.prototype.getMaximumSignificantDigits=function(){var t=16;return this._modelType===fh.FLOATING?t=16:this._modelType===fh.FLOATING_SINGLE?t=6:this._modelType===fh.FIXED&&(t=1+Math.trunc(Math.ceil(Math.log(this.getScale())/Math.log(10)))),t},fh.prototype.setScale=function(t){this._scale=Math.abs(t)},fh.prototype.interfaces_=function(){return[Li,xu]},fh.prototype.getClass=function(){return fh},fh.mostPrecise=function(t,e){return t.compareTo(e)>=0?t:e},gh.serialVersionUID.get=function(){return 0x6bee6404e9a25c00},gh.maximumPreciseValue.get=function(){return 9007199254740992},Object.defineProperties(fh,gh);var dh=function t(e){this._name=e||null,t.nameToTypeMap.put(e,this)},yh={serialVersionUID:{configurable:!0},nameToTypeMap:{configurable:!0}};dh.prototype.readResolve=function(){return dh.nameToTypeMap.get(this._name)},dh.prototype.toString=function(){return this._name},dh.prototype.interfaces_=function(){return[Li]},dh.prototype.getClass=function(){return dh},yh.serialVersionUID.get=function(){return-552860263173159e4},yh.nameToTypeMap.get=function(){return new ph},Object.defineProperties(dh,yh),fh.Type=dh,fh.FIXED=new dh("FIXED"),fh.FLOATING=new dh("FLOATING"),fh.FLOATING_SINGLE=new dh("FLOATING SINGLE");var _h=function t(){this._precisionModel=new fh,this._SRID=0,this._coordinateSequenceFactory=t.getDefaultCoordinateSequenceFactory(),0===arguments.length||(1===arguments.length?Lu(arguments[0],Cu)?this._coordinateSequenceFactory=arguments[0]:arguments[0]instanceof fh&&(this._precisionModel=arguments[0]):2===arguments.length?(this._precisionModel=arguments[0],this._SRID=arguments[1]):3===arguments.length&&(this._precisionModel=arguments[0],this._SRID=arguments[1],this._coordinateSequenceFactory=arguments[2]))},mh={serialVersionUID:{configurable:!0}};_h.prototype.toGeometry=function(t){return t.isNull()?this.createPoint(null):t.getMinX()===t.getMaxX()&&t.getMinY()===t.getMaxY()?this.createPoint(new bu(t.getMinX(),t.getMinY())):t.getMinX()===t.getMaxX()||t.getMinY()===t.getMaxY()?this.createLineString([new bu(t.getMinX(),t.getMinY()),new bu(t.getMaxX(),t.getMaxY())]):this.createPolygon(this.createLinearRing([new bu(t.getMinX(),t.getMinY()),new bu(t.getMinX(),t.getMaxY()),new bu(t.getMaxX(),t.getMaxY()),new bu(t.getMaxX(),t.getMinY()),new bu(t.getMinX(),t.getMinY())]),null)},_h.prototype.createLineString=function(t){return t?t instanceof Array?new Jc(this.getCoordinateSequenceFactory().create(t),this):Lu(t,Bu)?new Jc(t,this):void 0:new Jc(this.getCoordinateSequenceFactory().create([]),this)},_h.prototype.createMultiLineString=function(){return 0===arguments.length?new Xc(null,this):1===arguments.length?new Xc(arguments[0],this):void 0},_h.prototype.buildGeometry=function(t){for(var e=null,n=!1,r=!1,i=t.iterator();i.hasNext();){var o=i.next(),s=o.getClass();null===e&&(e=s),s!==e&&(n=!0),o.isGeometryCollectionOrDerived()&&(r=!0)}if(null===e)return this.createGeometryCollection();if(n||r)return this.createGeometryCollection(_h.toGeometryArray(t));var a=t.iterator().next();if(t.size()>1){if(a instanceof $c)return this.createMultiPolygon(_h.toPolygonArray(t));if(a instanceof Jc)return this.createMultiLineString(_h.toLineStringArray(t));if(a instanceof Kc)return this.createMultiPoint(_h.toPointArray(t));tc.shouldNeverReachHere("Unhandled class: "+a.getClass().getName())}return a},_h.prototype.createMultiPointFromCoords=function(t){return this.createMultiPoint(null!==t?this.getCoordinateSequenceFactory().create(t):null)},_h.prototype.createPoint=function(){if(0===arguments.length)return this.createPoint(this.getCoordinateSequenceFactory().create([]));if(1===arguments.length){if(arguments[0]instanceof bu){var t=arguments[0];return this.createPoint(null!==t?this.getCoordinateSequenceFactory().create([t]):null)}if(Lu(arguments[0],Bu))return new Kc(arguments[0],this)}},_h.prototype.getCoordinateSequenceFactory=function(){return this._coordinateSequenceFactory},_h.prototype.createPolygon=function(){if(0===arguments.length)return new $c(null,null,this);if(1===arguments.length){if(Lu(arguments[0],Bu)){var t=arguments[0];return this.createPolygon(this.createLinearRing(t))}if(arguments[0]instanceof Array){var e=arguments[0];return this.createPolygon(this.createLinearRing(e))}if(arguments[0]instanceof eh){var n=arguments[0];return this.createPolygon(n,null)}}else if(2===arguments.length)return new $c(arguments[0],arguments[1],this)},_h.prototype.getSRID=function(){return this._SRID},_h.prototype.createGeometryCollection=function(){return 0===arguments.length?new jc(null,this):1===arguments.length?new jc(arguments[0],this):void 0},_h.prototype.createGeometry=function(t){return new rh(this).edit(t,{edit:function(){if(2===arguments.length){var t=arguments[0];return this._coordinateSequenceFactory.create(t)}}})},_h.prototype.getPrecisionModel=function(){return this._precisionModel},_h.prototype.createLinearRing=function(){if(0===arguments.length)return this.createLinearRing(this.getCoordinateSequenceFactory().create([]));if(1===arguments.length){if(arguments[0]instanceof Array){var t=arguments[0];return this.createLinearRing(null!==t?this.getCoordinateSequenceFactory().create(t):null)}if(Lu(arguments[0],Bu))return new eh(arguments[0],this)}},_h.prototype.createMultiPolygon=function(){return 0===arguments.length?new nh(null,this):1===arguments.length?new nh(arguments[0],this):void 0},_h.prototype.createMultiPoint=function(){if(0===arguments.length)return new th(null,this);if(1===arguments.length){if(arguments[0]instanceof Array)return new th(arguments[0],this);if(arguments[0]instanceof Array){var t=arguments[0];return this.createMultiPoint(null!==t?this.getCoordinateSequenceFactory().create(t):null)}if(Lu(arguments[0],Bu)){var e=arguments[0];if(null===e)return this.createMultiPoint(new Array(0).fill(null));for(var n=new Array(e.size()).fill(null),r=0;r=this.size())throw new Error;return this.array_[t]},Xi.prototype.push=function(t){return this.array_.push(t),t},Xi.prototype.pop=function(t){if(0===this.array_.length)throw new ji;return this.array_.pop()},Xi.prototype.peek=function(){if(0===this.array_.length)throw new ji;return this.array_[this.array_.length-1]},Xi.prototype.empty=function(){return 0===this.array_.length},Xi.prototype.isEmpty=function(){return this.empty()},Xi.prototype.search=function(t){return this.array_.indexOf(t)},Xi.prototype.size=function(){return this.array_.length},Xi.prototype.toArray=function(){for(var t=[],e=0,n=this.array_.length;e0&&this._minIndexthis._minCoord.y&&n.y>this._minCoord.y&&r===sc.CLOCKWISE)&&(i=!0),i&&(this._minIndex=this._minIndex-1)},Sh.prototype.getRightmostSideOfSegment=function(t,e){var n=t.getEdge().getCoordinates();if(e<0||e+1>=n.length)return-1;if(n[e].y===n[e+1].y)return-1;var r=Nh.LEFT;return n[e].ythis._minCoord.x)&&(this._minDe=t,this._minIndex=n,this._minCoord=e[n])},Sh.prototype.findRightmostEdgeAtNode=function(){var t=this._minDe.getNode().getEdges();this._minDe=t.getRightmostEdge(),this._minDe.isForward()||(this._minDe=this._minDe.getSym(),this._minIndex=this._minDe.getEdge().getCoordinates().length-1)},Sh.prototype.findEdge=function(t){for(var e=t.iterator();e.hasNext();){var n=e.next();n.isForward()&&this.checkForRightmostCoordinate(n)}tc.isTrue(0!==this._minIndex||this._minCoord.equals(this._minDe.getCoordinate()),"inconsistency in rightmost processing"),0===this._minIndex?this.findRightmostEdgeAtNode():this.findRightmostEdgeAtVertex(),this._orientedDe=this._minDe,this.getRightmostSide(this._minDe,this._minIndex)===Nh.LEFT&&(this._orientedDe=this._minDe.getSym())},Sh.prototype.interfaces_=function(){return[]},Sh.prototype.getClass=function(){return Sh};var Mh=function(t){function e(n,r){t.call(this,e.msgWithCoord(n,r)),this.pt=r?new bu(r):null,this.name="TopologyException"}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getCoordinate=function(){return this.pt},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e.msgWithCoord=function(t,e){return e?t:t+" [ "+e+" ]"},e}(Qu),Lh=function(){this.array_=[]};Lh.prototype.addLast=function(t){this.array_.push(t)},Lh.prototype.removeFirst=function(){return this.array_.shift()},Lh.prototype.isEmpty=function(){return 0===this.array_.length};var Ph=function(){this._finder=null,this._dirEdgeList=new bc,this._nodes=new bc,this._rightMostCoord=null,this._env=null,this._finder=new Sh};Ph.prototype.clearVisitedEdges=function(){for(var t=this._dirEdgeList.iterator();t.hasNext();)t.next().setVisited(!1)},Ph.prototype.getRightmostCoordinate=function(){return this._rightMostCoord},Ph.prototype.computeNodeDepth=function(t){for(var e=null,n=t.getEdges().iterator();n.hasNext();){var r=n.next();if(r.isVisited()||r.getSym().isVisited()){e=r;break}}if(null===e)throw new Mh("unable to find edge to compute depths at "+t.getCoordinate());t.getEdges().computeDepths(e);for(var i=t.getEdges().iterator();i.hasNext();){var o=i.next();o.setVisited(!0),this.copySymDepths(o)}},Ph.prototype.computeDepth=function(t){this.clearVisitedEdges();var e=this._finder.getEdge();e.setEdgeDepths(Nh.RIGHT,t),this.copySymDepths(e),this.computeDepths(e)},Ph.prototype.create=function(t){this.addReachable(t),this._finder.findEdge(this._dirEdgeList),this._rightMostCoord=this._finder.getCoordinate()},Ph.prototype.findResultEdges=function(){for(var t=this._dirEdgeList.iterator();t.hasNext();){var e=t.next();e.getDepth(Nh.RIGHT)>=1&&e.getDepth(Nh.LEFT)<=0&&!e.isInteriorAreaEdge()&&e.setInResult(!0)}},Ph.prototype.computeDepths=function(t){var e=new Rc,n=new Lh,r=t.getNode();for(n.addLast(r),e.add(r),t.setVisited(!0);!n.isEmpty();){var i=n.removeFirst();e.add(i),this.computeNodeDepth(i);for(var o=i.getEdges().iterator();o.hasNext();){var s=o.next().getSym();if(!s.isVisited()){var a=s.getNode();e.contains(a)||(n.addLast(a),e.add(a))}}}},Ph.prototype.compareTo=function(t){var e=t;return this._rightMostCoord.xe._rightMostCoord.x?1:0},Ph.prototype.getEnvelope=function(){if(null===this._env){for(var t=new Yu,e=this._dirEdgeList.iterator();e.hasNext();)for(var n=e.next().getEdge().getCoordinates(),r=0;rthis.location.length){var e=new Array(3).fill(null);e[Nh.ON]=this.location[Nh.ON],e[Nh.LEFT]=Su.NONE,e[Nh.RIGHT]=Su.NONE,this.location=e}for(var n=0;n1&&t.append(Su.toLocationSymbol(this.location[Nh.LEFT])),t.append(Su.toLocationSymbol(this.location[Nh.ON])),this.location.length>1&&t.append(Su.toLocationSymbol(this.location[Nh.RIGHT])),t.toString()},Oh.prototype.setLocations=function(t,e,n){this.location[Nh.ON]=t,this.location[Nh.LEFT]=e,this.location[Nh.RIGHT]=n},Oh.prototype.get=function(t){return t1},Oh.prototype.isAnyNull=function(){for(var t=0;tthis._maxNodeDegree&&(this._maxNodeDegree=e),t=this.getNext(t)}while(t!==this._startDe);this._maxNodeDegree*=2},Th.prototype.addPoints=function(t,e,n){var r=t.getCoordinates();if(e){var i=1;n&&(i=0);for(var o=i;o=0;a--)this._pts.add(r[a])}},Th.prototype.isHole=function(){return this._isHole},Th.prototype.setInResult=function(){var t=this._startDe;do{t.getEdge().setInResult(!0),t=t.getNext()}while(t!==this._startDe)},Th.prototype.containsPoint=function(t){var e=this.getLinearRing();if(!e.getEnvelopeInternal().contains(t))return!1;if(!sc.isPointInRing(t,e.getCoordinates()))return!1;for(var n=this._holes.iterator();n.hasNext();)if(n.next().containsPoint(t))return!1;return!0},Th.prototype.addHole=function(t){this._holes.add(t)},Th.prototype.isShell=function(){return null===this._shell},Th.prototype.getLabel=function(){return this._label},Th.prototype.getEdges=function(){return this._edges},Th.prototype.getMaxNodeDegree=function(){return this._maxNodeDegree<0&&this.computeMaxNodeDegree(),this._maxNodeDegree},Th.prototype.getShell=function(){return this._shell},Th.prototype.mergeLabel=function(){if(1===arguments.length){var t=arguments[0];this.mergeLabel(t,0),this.mergeLabel(t,1)}else if(2===arguments.length){var e=arguments[1],n=arguments[0].getLocation(e,Nh.RIGHT);if(n===Su.NONE)return null;if(this._label.getLocation(e)===Su.NONE)return this._label.setLocation(e,n),null}},Th.prototype.setShell=function(t){this._shell=t,null!==t&&t.addHole(this)},Th.prototype.toPolygon=function(t){for(var e=new Array(this._holes.size()).fill(null),n=0;n=2,"found partial label"),this.computeIM(t)},Fh.prototype.isInResult=function(){return this._isInResult},Fh.prototype.isVisited=function(){return this._isVisited},Fh.prototype.interfaces_=function(){return[]},Fh.prototype.getClass=function(){return Fh};var qh=function(t){function e(){t.call(this),this._coord=null,this._edges=null;var e=arguments[0],n=arguments[1];this._coord=e,this._edges=n,this._label=new Rh(0,Su.NONE)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isIncidentEdgeInResult=function(){for(var t=this.getEdges().getEdges().iterator();t.hasNext();)if(t.next().getEdge().isInResult())return!0;return!1},e.prototype.isIsolated=function(){return 1===this._label.getGeometryCount()},e.prototype.getCoordinate=function(){return this._coord},e.prototype.print=function(t){t.println("node "+this._coord+" lbl: "+this._label)},e.prototype.computeIM=function(t){},e.prototype.computeMergedLocation=function(t,e){var n=Su.NONE;if(n=this._label.getLocation(e),!t.isNull(e)){var r=t.getLocation(e);n!==Su.BOUNDARY&&(n=r)}return n},e.prototype.setLabel=function(){if(2!==arguments.length)return t.prototype.setLabel.apply(this,arguments);var e=arguments[0],n=arguments[1];null===this._label?this._label=new Rh(e,n):this._label.setLocation(e,n)},e.prototype.getEdges=function(){return this._edges},e.prototype.mergeLabel=function(){if(arguments[0]instanceof e){var t=arguments[0];this.mergeLabel(t._label)}else if(arguments[0]instanceof Rh)for(var n=arguments[0],r=0;r<2;r++){var i=this.computeMergedLocation(n,r);this._label.getLocation(r)===Su.NONE&&this._label.setLocation(r,i)}},e.prototype.add=function(t){this._edges.insert(t),t.setNode(this)},e.prototype.setLabelBoundary=function(t){if(null===this._label)return null;var e=Su.NONE;null!==this._label&&(e=this._label.getLocation(t));var n=null;switch(e){case Su.BOUNDARY:n=Su.INTERIOR;break;case Su.INTERIOR:default:n=Su.BOUNDARY}this._label.setLocation(t,n)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Fh),Gh=function(){this.nodeMap=new Gi,this.nodeFact=null;var t=arguments[0];this.nodeFact=t};Gh.prototype.find=function(t){return this.nodeMap.get(t)},Gh.prototype.addNode=function(){if(arguments[0]instanceof bu){var t=arguments[0],e=this.nodeMap.get(t);return null===e&&(e=this.nodeFact.createNode(t),this.nodeMap.put(t,e)),e}if(arguments[0]instanceof qh){var n=arguments[0],r=this.nodeMap.get(n.getCoordinate());return null===r?(this.nodeMap.put(n.getCoordinate(),n),n):(r.mergeLabel(n),r)}},Gh.prototype.print=function(t){for(var e=this.iterator();e.hasNext();)e.next().print(t)},Gh.prototype.iterator=function(){return this.nodeMap.values().iterator()},Gh.prototype.values=function(){return this.nodeMap.values()},Gh.prototype.getBoundaryNodes=function(t){for(var e=new bc,n=this.iterator();n.hasNext();){var r=n.next();r.getLabel().getLocation(t)===Su.BOUNDARY&&e.add(r)}return e},Gh.prototype.add=function(t){var e=t.getCoordinate();this.addNode(e).add(t)},Gh.prototype.interfaces_=function(){return[]},Gh.prototype.getClass=function(){return Gh};var Bh=function(){},kh={NE:{configurable:!0},NW:{configurable:!0},SW:{configurable:!0},SE:{configurable:!0}};Bh.prototype.interfaces_=function(){return[]},Bh.prototype.getClass=function(){return Bh},Bh.isNorthern=function(t){return t===Bh.NE||t===Bh.NW},Bh.isOpposite=function(t,e){return t!==e&&2===(t-e+4)%4},Bh.commonHalfPlane=function(t,e){if(t===e)return t;if(2===(t-e+4)%4)return-1;var n=te?t:e)?3:n},Bh.isInHalfPlane=function(t,e){return e===Bh.SE?t===Bh.SE||t===Bh.SW:t===e||t===e+1},Bh.quadrant=function(){if("number"==typeof arguments[0]&&"number"==typeof arguments[1]){var t=arguments[0],e=arguments[1];if(0===t&&0===e)throw new _u("Cannot compute the quadrant for point ( "+t+", "+e+" )");return t>=0?e>=0?Bh.NE:Bh.SE:e>=0?Bh.NW:Bh.SW}if(arguments[0]instanceof bu&&arguments[1]instanceof bu){var n=arguments[0],r=arguments[1];if(r.x===n.x&&r.y===n.y)throw new _u("Cannot compute the quadrant for two identical points "+n);return r.x>=n.x?r.y>=n.y?Bh.NE:Bh.SE:r.y>=n.y?Bh.NW:Bh.SW}},kh.NE.get=function(){return 0},kh.NW.get=function(){return 1},kh.SW.get=function(){return 2},kh.SE.get=function(){return 3},Object.defineProperties(Bh,kh);var zh=function(){if(this._edge=null,this._label=null,this._node=null,this._p0=null,this._p1=null,this._dx=null,this._dy=null,this._quadrant=null,1===arguments.length){var t=arguments[0];this._edge=t}else if(3===arguments.length){var e=arguments[0],n=arguments[1],r=arguments[2];this._edge=e,this.init(n,r),this._label=null}else if(4===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2],a=arguments[3];this._edge=i,this.init(o,s),this._label=a}};zh.prototype.compareDirection=function(t){return this._dx===t._dx&&this._dy===t._dy?0:this._quadrant>t._quadrant?1:this._quadrant2){o.linkDirectedEdgesForMinimalEdgeRings();var s=o.buildMinimalRings(),a=this.findShell(s);null!==a?(this.placePolygonHoles(a,s),e.add(a)):n.addAll(s)}else r.add(o)}return r},Yh.prototype.containsPoint=function(t){for(var e=this._shellList.iterator();e.hasNext();)if(e.next().containsPoint(t))return!0;return!1},Yh.prototype.buildMaximalEdgeRings=function(t){for(var e=new bc,n=t.iterator();n.hasNext();){var r=n.next();if(r.isInResult()&&r.getLabel().isArea()&&null===r.getEdgeRing()){var i=new Dh(r,this._geometryFactory);e.add(i),i.setInResult()}}return e},Yh.prototype.placePolygonHoles=function(t,e){for(var n=e.iterator();n.hasNext();){var r=n.next();r.isHole()&&r.setShell(t)}},Yh.prototype.getPolygons=function(){return this.computePolygons(this._shellList)},Yh.prototype.findEdgeRingContaining=function(t,e){for(var n=t.getLinearRing(),r=n.getEnvelopeInternal(),i=n.getCoordinateN(0),o=null,s=null,a=e.iterator();a.hasNext();){var u=a.next(),c=u.getLinearRing(),h=c.getEnvelopeInternal();null!==o&&(s=o.getLinearRing().getEnvelopeInternal());var l=!1;h.contains(r)&&sc.isPointInRing(i,c.getCoordinates())&&(l=!0),l&&(null===o||s.contains(h))&&(o=u)}return o},Yh.prototype.findShell=function(t){for(var e=0,n=null,r=t.iterator();r.hasNext();){var i=r.next();i.isHole()||(n=i,e++)}return tc.isTrue(e<=1,"found two shells in MinimalEdgeRing list"),n},Yh.prototype.add=function(){if(1===arguments.length){var t=arguments[0];this.add(t.getEdgeEnds(),t.getNodes())}else if(2===arguments.length){var e=arguments[0],n=arguments[1];Uh.linkResultDirectedEdges(n);var r=this.buildMaximalEdgeRings(e),i=new bc,o=this.buildMinimalEdgeRings(r,this._shellList,i);this.sortShellsAndHoles(o,this._shellList,i),this.placeFreeHoles(this._shellList,i)}},Yh.prototype.interfaces_=function(){return[]},Yh.prototype.getClass=function(){return Yh};var Vh=function(){};Vh.prototype.getBounds=function(){},Vh.prototype.interfaces_=function(){return[]},Vh.prototype.getClass=function(){return Vh};var Hh=function(){this._bounds=null,this._item=null;var t=arguments[0],e=arguments[1];this._bounds=t,this._item=e};Hh.prototype.getItem=function(){return this._item},Hh.prototype.getBounds=function(){return this._bounds},Hh.prototype.interfaces_=function(){return[Vh,Li]},Hh.prototype.getClass=function(){return Hh};var Wh=function(){this._size=null,this._items=null,this._size=0,this._items=new bc,this._items.add(null)};Wh.prototype.poll=function(){if(this.isEmpty())return null;var t=this._items.get(1);return this._items.set(1,this._items.get(this._size)),this._size-=1,this.reorder(1),t},Wh.prototype.size=function(){return this._size},Wh.prototype.reorder=function(t){for(var e=null,n=this._items.get(t);2*t<=this._size&&((e=2*t)!==this._size&&this._items.get(e+1).compareTo(this._items.get(e))<0&&e++,this._items.get(e).compareTo(n)<0);t=e)this._items.set(t,this._items.get(e));this._items.set(t,n)},Wh.prototype.clear=function(){this._size=0,this._items.clear()},Wh.prototype.isEmpty=function(){return 0===this._size},Wh.prototype.add=function(t){this._items.add(null),this._size+=1;var e=this._size;for(this._items.set(0,t);t.compareTo(this._items.get(Math.trunc(e/2)))<0;e/=2)this._items.set(e,this._items.get(Math.trunc(e/2)));this._items.set(e,t)},Wh.prototype.interfaces_=function(){return[]},Wh.prototype.getClass=function(){return Wh};var Jh=function(){};Jh.prototype.visitItem=function(t){},Jh.prototype.interfaces_=function(){return[]},Jh.prototype.getClass=function(){return Jh};var Zh=function(){};Zh.prototype.insert=function(t,e){},Zh.prototype.remove=function(t,e){},Zh.prototype.query=function(){},Zh.prototype.interfaces_=function(){return[]},Zh.prototype.getClass=function(){return Zh};var Kh=function(){if(this._childBoundables=new bc,this._bounds=null,this._level=null,0===arguments.length);else if(1===arguments.length){var t=arguments[0];this._level=t}},Qh={serialVersionUID:{configurable:!0}};Kh.prototype.getLevel=function(){return this._level},Kh.prototype.size=function(){return this._childBoundables.size()},Kh.prototype.getChildBoundables=function(){return this._childBoundables},Kh.prototype.addChildBoundable=function(t){tc.isTrue(null===this._bounds),this._childBoundables.add(t)},Kh.prototype.isEmpty=function(){return this._childBoundables.isEmpty()},Kh.prototype.getBounds=function(){return null===this._bounds&&(this._bounds=this.computeBounds()),this._bounds},Kh.prototype.interfaces_=function(){return[Vh,Li]},Kh.prototype.getClass=function(){return Kh},Qh.serialVersionUID.get=function(){return 0x5a1e55ec41369800},Object.defineProperties(Kh,Qh);var $h=function(){};$h.reverseOrder=function(){return{compare:function(t,e){return e.compareTo(t)}}},$h.min=function(t){return $h.sort(t),t.get(0)},$h.sort=function(t,e){var n=t.toArray();e?qc.sort(n,e):qc.sort(n);for(var r=t.iterator(),i=0,o=n.length;itl.area(this._boundable2)?(this.expand(this._boundable1,this._boundable2,t,e),null):(this.expand(this._boundable2,this._boundable1,t,e),null);if(n)return this.expand(this._boundable1,this._boundable2,t,e),null;if(r)return this.expand(this._boundable2,this._boundable1,t,e),null;throw new _u("neither boundable is composite")},tl.prototype.isLeaves=function(){return!(tl.isComposite(this._boundable1)||tl.isComposite(this._boundable2))},tl.prototype.compareTo=function(t){var e=t;return this._distancee._distance?1:0},tl.prototype.expand=function(t,e,n,r){for(var i=t.getChildBoundables().iterator();i.hasNext();){var o=i.next(),s=new tl(o,e,this._itemDistance);s.getDistance()1,"Node capacity must be greater than 1"),this._nodeCapacity=n}},nl={IntersectsOp:{configurable:!0},serialVersionUID:{configurable:!0},DEFAULT_NODE_CAPACITY:{configurable:!0}};el.prototype.getNodeCapacity=function(){return this._nodeCapacity},el.prototype.lastNode=function(t){return t.get(t.size()-1)},el.prototype.size=function(){if(0===arguments.length)return this.isEmpty()?0:(this.build(),this.size(this._root));if(1===arguments.length){for(var t=0,e=arguments[0].getChildBoundables().iterator();e.hasNext();){var n=e.next();n instanceof Kh?t+=this.size(n):n instanceof Hh&&(t+=1)}return t}},el.prototype.removeItem=function(t,e){for(var n=null,r=t.getChildBoundables().iterator();r.hasNext();){var i=r.next();i instanceof Hh&&i.getItem()===e&&(n=i)}return null!==n&&(t.getChildBoundables().remove(n),!0)},el.prototype.itemsTree=function(){if(0===arguments.length){this.build();var t=this.itemsTree(this._root);return null===t?new bc:t}if(1===arguments.length){for(var e=arguments[0],n=new bc,r=e.getChildBoundables().iterator();r.hasNext();){var i=r.next();if(i instanceof Kh){var o=this.itemsTree(i);null!==o&&n.add(o)}else i instanceof Hh?n.add(i.getItem()):tc.shouldNeverReachHere()}return n.size()<=0?null:n}},el.prototype.insert=function(t,e){tc.isTrue(!this._built,"Cannot insert items into an STR packed R-tree after it has been built."),this._itemBoundables.add(new Hh(t,e))},el.prototype.boundablesAtLevel=function(){if(1===arguments.length){var t=arguments[0],e=new bc;return this.boundablesAtLevel(t,this._root,e),e}if(3===arguments.length){var n=arguments[0],r=arguments[1],i=arguments[2];if(tc.isTrue(n>-2),r.getLevel()===n)return i.add(r),null;for(var o=r.getChildBoundables().iterator();o.hasNext();){var s=o.next();s instanceof Kh?this.boundablesAtLevel(n,s,i):(tc.isTrue(s instanceof Hh),-1===n&&i.add(s))}return null}},el.prototype.query=function(){if(1===arguments.length){var t=arguments[0];this.build();var e=new bc;return this.isEmpty()||this.getIntersectsOp().intersects(this._root.getBounds(),t)&&this.query(t,this._root,e),e}if(2===arguments.length){var n=arguments[0],r=arguments[1];if(this.build(),this.isEmpty())return null;this.getIntersectsOp().intersects(this._root.getBounds(),n)&&this.query(n,this._root,r)}else if(3===arguments.length)if(Lu(arguments[2],Jh)&&arguments[0]instanceof Object&&arguments[1]instanceof Kh)for(var i=arguments[0],o=arguments[2],s=arguments[1].getChildBoundables(),a=0;at&&(t=r)}}return t+1}},el.prototype.createParentBoundables=function(t,e){tc.isTrue(!t.isEmpty());var n=new bc;n.add(this.createNode(e));var r=new bc(t);$h.sort(r,this.getComparator());for(var i=r.iterator();i.hasNext();){var o=i.next();this.lastNode(n).getChildBoundables().size()===this.getNodeCapacity()&&n.add(this.createNode(e)),this.lastNode(n).addChildBoundable(o)}return n},el.prototype.isEmpty=function(){return this._built?this._root.isEmpty():this._itemBoundables.isEmpty()},el.prototype.interfaces_=function(){return[Li]},el.prototype.getClass=function(){return el},el.compareDoubles=function(t,e){return t>e?1:t0);for(var n=new bc,r=0;r0;){var l=h.poll(),p=l.getDistance();if(p>=u)break;l.isLeaves()?(u=p,c=l):l.expandToQueue(h,u)}return[c.getBoundable(0).getItem(),c.getBoundable(1).getItem()]}}else if(3===arguments.length){var f=arguments[2],g=new Hh(arguments[0],arguments[1]),d=new tl(this.getRoot(),g,f);return this.nearestNeighbour(d)[0]}},e.prototype.interfaces_=function(){return[Zh,Li]},e.prototype.getClass=function(){return e},e.centreX=function(t){return e.avg(t.getMinX(),t.getMaxX())},e.avg=function(t,e){return(t+e)/2},e.centreY=function(t){return e.avg(t.getMinY(),t.getMaxY())},n.STRtreeNode.get=function(){return sl},n.serialVersionUID.get=function(){return 0x39920f7d5f261e0},n.xComparator.get=function(){return{interfaces_:function(){return[wu]},compare:function(n,r){return t.compareDoubles(e.centreX(n.getBounds()),e.centreX(r.getBounds()))}}},n.yComparator.get=function(){return{interfaces_:function(){return[wu]},compare:function(n,r){return t.compareDoubles(e.centreY(n.getBounds()),e.centreY(r.getBounds()))}}},n.intersectsOp.get=function(){return{interfaces_:function(){return[t.IntersectsOp]},intersects:function(t,e){return t.intersects(e)}}},n.DEFAULT_NODE_CAPACITY.get=function(){return 10},Object.defineProperties(e,n),e}(el),sl=function(t){function e(){var e=arguments[0];t.call(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.computeBounds=function(){for(var t=null,e=this.getChildBoundables().iterator();e.hasNext();){var n=e.next();null===t?t=new Yu(n.getBounds()):t.expandToInclude(n.getBounds())}return t},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Kh),al=function(){};al.prototype.interfaces_=function(){return[]},al.prototype.getClass=function(){return al},al.relativeSign=function(t,e){return te?1:0},al.compare=function(t,e,n){if(e.equals2D(n))return 0;var r=al.relativeSign(e.x,n.x),i=al.relativeSign(e.y,n.y);switch(t){case 0:return al.compareValue(r,i);case 1:return al.compareValue(i,r);case 2:return al.compareValue(i,-r);case 3:return al.compareValue(-r,i);case 4:return al.compareValue(-r,-i);case 5:return al.compareValue(-i,-r);case 6:return al.compareValue(-i,r);case 7:return al.compareValue(r,-i)}return tc.shouldNeverReachHere("invalid octant value"),0},al.compareValue=function(t,e){return t<0?-1:t>0?1:e<0?-1:e>0?1:0};var ul=function(){this._segString=null,this.coord=null,this.segmentIndex=null,this._segmentOctant=null,this._isInterior=null;var t=arguments[0],e=arguments[1],n=arguments[2],r=arguments[3];this._segString=t,this.coord=new bu(e),this.segmentIndex=n,this._segmentOctant=r,this._isInterior=!e.equals2D(t.getCoordinate(n))};ul.prototype.getCoordinate=function(){return this.coord},ul.prototype.print=function(t){t.print(this.coord),t.print(" seg # = "+this.segmentIndex)},ul.prototype.compareTo=function(t){var e=t;return this.segmentIndexe.segmentIndex?1:this.coord.equals2D(e.coord)?0:al.compare(this._segmentOctant,this.coord,e.coord)},ul.prototype.isEndPoint=function(t){return 0===this.segmentIndex&&!this._isInterior||this.segmentIndex===t},ul.prototype.isInterior=function(){return this._isInterior},ul.prototype.interfaces_=function(){return[xu]},ul.prototype.getClass=function(){return ul};var cl=function(){this._nodeMap=new Gi,this._edge=null;var t=arguments[0];this._edge=t};cl.prototype.getSplitCoordinates=function(){var t=new Nc;this.addEndpoints();for(var e=this.iterator(),n=e.next();e.hasNext();){var r=e.next();this.addEdgeCoordinates(n,r,t),n=r}return t.toCoordinateArray()},cl.prototype.addCollapsedNodes=function(){var t=new bc;this.findCollapsesFromInsertedNodes(t),this.findCollapsesFromExistingVertices(t);for(var e=t.iterator();e.hasNext();){var n=e.next().intValue();this.add(this._edge.getCoordinate(n),n)}},cl.prototype.print=function(t){t.println("Intersections:");for(var e=this.iterator();e.hasNext();)e.next().print(t)},cl.prototype.findCollapsesFromExistingVertices=function(t){for(var e=0;e=0?e>=0?n>=r?0:1:n>=r?7:6:e>=0?n>=r?3:2:n>=r?4:5}if(arguments[0]instanceof bu&&arguments[1]instanceof bu){var i=arguments[0],o=arguments[1],s=o.x-i.x,a=o.y-i.y;if(0===s&&0===a)throw new _u("Cannot compute the octant for two identical points "+i);return hl.octant(s,a)}};var ll=function(){};ll.prototype.getCoordinates=function(){},ll.prototype.size=function(){},ll.prototype.getCoordinate=function(t){},ll.prototype.isClosed=function(){},ll.prototype.setData=function(t){},ll.prototype.getData=function(){},ll.prototype.interfaces_=function(){return[]},ll.prototype.getClass=function(){return ll};var pl=function(){};pl.prototype.addIntersection=function(t,e){},pl.prototype.interfaces_=function(){return[ll]},pl.prototype.getClass=function(){return pl};var fl=function(){this._nodeList=new cl(this),this._pts=null,this._data=null;var t=arguments[0],e=arguments[1];this._pts=t,this._data=e};fl.prototype.getCoordinates=function(){return this._pts},fl.prototype.size=function(){return this._pts.length},fl.prototype.getCoordinate=function(t){return this._pts[t]},fl.prototype.isClosed=function(){return this._pts[0].equals(this._pts[this._pts.length-1])},fl.prototype.getSegmentOctant=function(t){return t===this._pts.length-1?-1:this.safeOctant(this.getCoordinate(t),this.getCoordinate(t+1))},fl.prototype.setData=function(t){this._data=t},fl.prototype.safeOctant=function(t,e){return t.equals2D(e)?0:hl.octant(t,e)},fl.prototype.getData=function(){return this._data},fl.prototype.addIntersection=function(){if(2===arguments.length){var t=arguments[0],e=arguments[1];this.addIntersectionNode(t,e)}else if(4===arguments.length){var n=arguments[1],r=arguments[3],i=new bu(arguments[0].getIntersection(r));this.addIntersection(i,n)}},fl.prototype.toString=function(){return Ku.toLineString(new uh(this._pts))},fl.prototype.getNodeList=function(){return this._nodeList},fl.prototype.addIntersectionNode=function(t,e){var n=e,r=n+1;if(r=0&&n>=0||e<=0&&n<=0?Math.max(e,n):0}if(arguments[0]instanceof bu){var r=arguments[0];return sc.orientationIndex(this.p0,this.p1,r)}},gl.prototype.toGeometry=function(t){return t.createLineString([this.p0,this.p1])},gl.prototype.isVertical=function(){return this.p0.x===this.p1.x},gl.prototype.equals=function(t){if(!(t instanceof gl))return!1;var e=t;return this.p0.equals(e.p0)&&this.p1.equals(e.p1)},gl.prototype.intersection=function(t){var e=new rc;return e.computeIntersection(this.p0,this.p1,t.p0,t.p1),e.hasIntersection()?e.getIntersection(0):null},gl.prototype.project=function(){if(arguments[0]instanceof bu){var t=arguments[0];if(t.equals(this.p0)||t.equals(this.p1))return new bu(t);var e=this.projectionFactor(t),n=new bu;return n.x=this.p0.x+e*(this.p1.x-this.p0.x),n.y=this.p0.y+e*(this.p1.y-this.p0.y),n}if(arguments[0]instanceof gl){var r=arguments[0],i=this.projectionFactor(r.p0),o=this.projectionFactor(r.p1);if(i>=1&&o>=1)return null;if(i<=0&&o<=0)return null;var s=this.project(r.p0);i<0&&(s=this.p0),i>1&&(s=this.p1);var a=this.project(r.p1);return o<0&&(a=this.p0),o>1&&(a=this.p1),new gl(s,a)}},gl.prototype.normalize=function(){this.p1.compareTo(this.p0)<0&&this.reverse()},gl.prototype.angle=function(){return Math.atan2(this.p1.y-this.p0.y,this.p1.x-this.p0.x)},gl.prototype.getCoordinate=function(t){return 0===t?this.p0:this.p1},gl.prototype.distancePerpendicular=function(t){return sc.distancePointLinePerpendicular(t,this.p0,this.p1)},gl.prototype.minY=function(){return Math.min(this.p0.y,this.p1.y)},gl.prototype.midPoint=function(){return gl.midPoint(this.p0,this.p1)},gl.prototype.projectionFactor=function(t){if(t.equals(this.p0))return 0;if(t.equals(this.p1))return 1;var e=this.p1.x-this.p0.x,n=this.p1.y-this.p0.y,r=e*e+n*n;return r<=0?mu.NaN:((t.x-this.p0.x)*e+(t.y-this.p0.y)*n)/r},gl.prototype.closestPoints=function(t){var e=this.intersection(t);if(null!==e)return[e,e];var n=new Array(2).fill(null),r=mu.MAX_VALUE,i=null,o=this.closestPoint(t.p0);r=o.distance(t.p0),n[0]=o,n[1]=t.p0;var s=this.closestPoint(t.p1);(i=s.distance(t.p1))0&&e<1?this.project(t):this.p0.distance(t)1||mu.isNaN(e))&&(e=1),e},gl.prototype.toString=function(){return"LINESTRING( "+this.p0.x+" "+this.p0.y+", "+this.p1.x+" "+this.p1.y+")"},gl.prototype.isHorizontal=function(){return this.p0.y===this.p1.y},gl.prototype.distance=function(){if(arguments[0]instanceof gl){var t=arguments[0];return sc.distanceLineLine(this.p0,this.p1,t.p0,t.p1)}if(arguments[0]instanceof bu){var e=arguments[0];return sc.distancePointLine(e,this.p0,this.p1)}},gl.prototype.pointAlong=function(t){var e=new bu;return e.x=this.p0.x+t*(this.p1.x-this.p0.x),e.y=this.p0.y+t*(this.p1.y-this.p0.y),e},gl.prototype.hashCode=function(){var t=mu.doubleToLongBits(this.p0.x);t^=31*mu.doubleToLongBits(this.p0.y);var e=Math.trunc(t)^Math.trunc(t>>32),n=mu.doubleToLongBits(this.p1.x);return n^=31*mu.doubleToLongBits(this.p1.y),e^Math.trunc(n)^Math.trunc(n>>32)},gl.prototype.interfaces_=function(){return[xu,Li]},gl.prototype.getClass=function(){return gl},gl.midPoint=function(t,e){return new bu((t.x+e.x)/2,(t.y+e.y)/2)},dl.serialVersionUID.get=function(){return 0x2d2172135f411c00},Object.defineProperties(gl,dl);var yl=function(){this.tempEnv1=new Yu,this.tempEnv2=new Yu,this._overlapSeg1=new gl,this._overlapSeg2=new gl};yl.prototype.overlap=function(){if(2===arguments.length);else if(4===arguments.length){var t=arguments[1],e=arguments[2],n=arguments[3];arguments[0].getLineSegment(t,this._overlapSeg1),e.getLineSegment(n,this._overlapSeg2),this.overlap(this._overlapSeg1,this._overlapSeg2)}},yl.prototype.interfaces_=function(){return[]},yl.prototype.getClass=function(){return yl};var _l=function(){this._pts=null,this._start=null,this._end=null,this._env=null,this._context=null,this._id=null;var t=arguments[0],e=arguments[1],n=arguments[2],r=arguments[3];this._pts=t,this._start=e,this._end=n,this._context=r};_l.prototype.getLineSegment=function(t,e){e.p0=this._pts[t],e.p1=this._pts[t+1]},_l.prototype.computeSelect=function(t,e,n,r){var i=this._pts[e],o=this._pts[n];if(r.tempEnv1.init(i,o),n-e==1)return r.select(this,e),null;if(!t.intersects(r.tempEnv1))return null;var s=Math.trunc((e+n)/2);e=t.length-1)return t.length-1;for(var r=Bh.quadrant(t[n],t[n+1]),i=e+1;in.getId()&&(n.computeOverlaps(i,t),this._nOverlaps++),this._segInt.isDone())return null}},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},n.SegmentOverlapAction.get=function(){return wl},Object.defineProperties(e,n),e}(xl),wl=function(t){function e(){t.call(this),this._si=null;var e=arguments[0];this._si=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.overlap=function(){if(4!==arguments.length)return t.prototype.overlap.apply(this,arguments);var e=arguments[1],n=arguments[2],r=arguments[3],i=arguments[0].getContext(),o=n.getContext();this._si.processIntersections(i,e,o,r)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(yl),bl=function t(){if(this._quadrantSegments=t.DEFAULT_QUADRANT_SEGMENTS,this._endCapStyle=t.CAP_ROUND,this._joinStyle=t.JOIN_ROUND,this._mitreLimit=t.DEFAULT_MITRE_LIMIT,this._isSingleSided=!1,this._simplifyFactor=t.DEFAULT_SIMPLIFY_FACTOR,0===arguments.length);else if(1===arguments.length){var e=arguments[0];this.setQuadrantSegments(e)}else if(2===arguments.length){var n=arguments[0],r=arguments[1];this.setQuadrantSegments(n),this.setEndCapStyle(r)}else if(4===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2],a=arguments[3];this.setQuadrantSegments(i),this.setEndCapStyle(o),this.setJoinStyle(s),this.setMitreLimit(a)}},Il={CAP_ROUND:{configurable:!0},CAP_FLAT:{configurable:!0},CAP_SQUARE:{configurable:!0},JOIN_ROUND:{configurable:!0},JOIN_MITRE:{configurable:!0},JOIN_BEVEL:{configurable:!0},DEFAULT_QUADRANT_SEGMENTS:{configurable:!0},DEFAULT_MITRE_LIMIT:{configurable:!0},DEFAULT_SIMPLIFY_FACTOR:{configurable:!0}};bl.prototype.getEndCapStyle=function(){return this._endCapStyle},bl.prototype.isSingleSided=function(){return this._isSingleSided},bl.prototype.setQuadrantSegments=function(t){this._quadrantSegments=t,0===this._quadrantSegments&&(this._joinStyle=bl.JOIN_BEVEL),this._quadrantSegments<0&&(this._joinStyle=bl.JOIN_MITRE,this._mitreLimit=Math.abs(this._quadrantSegments)),t<=0&&(this._quadrantSegments=1),this._joinStyle!==bl.JOIN_ROUND&&(this._quadrantSegments=bl.DEFAULT_QUADRANT_SEGMENTS)},bl.prototype.getJoinStyle=function(){return this._joinStyle},bl.prototype.setJoinStyle=function(t){this._joinStyle=t},bl.prototype.setSimplifyFactor=function(t){this._simplifyFactor=t<0?0:t},bl.prototype.getSimplifyFactor=function(){return this._simplifyFactor},bl.prototype.getQuadrantSegments=function(){return this._quadrantSegments},bl.prototype.setEndCapStyle=function(t){this._endCapStyle=t},bl.prototype.getMitreLimit=function(){return this._mitreLimit},bl.prototype.setMitreLimit=function(t){this._mitreLimit=t},bl.prototype.setSingleSided=function(t){this._isSingleSided=t},bl.prototype.interfaces_=function(){return[]},bl.prototype.getClass=function(){return bl},bl.bufferDistanceError=function(t){var e=Math.PI/2/t;return 1-Math.cos(e/2)},Il.CAP_ROUND.get=function(){return 1},Il.CAP_FLAT.get=function(){return 2},Il.CAP_SQUARE.get=function(){return 3},Il.JOIN_ROUND.get=function(){return 1},Il.JOIN_MITRE.get=function(){return 2},Il.JOIN_BEVEL.get=function(){return 3},Il.DEFAULT_QUADRANT_SEGMENTS.get=function(){return 8},Il.DEFAULT_MITRE_LIMIT.get=function(){return 5},Il.DEFAULT_SIMPLIFY_FACTOR.get=function(){return.01},Object.defineProperties(bl,Il);var Nl=function(t){this._distanceTol=null,this._isDeleted=null,this._angleOrientation=sc.COUNTERCLOCKWISE,this._inputLine=t||null},Cl={INIT:{configurable:!0},DELETE:{configurable:!0},KEEP:{configurable:!0},NUM_PTS_TO_CHECK:{configurable:!0}};Nl.prototype.isDeletable=function(t,e,n,r){var i=this._inputLine[t],o=this._inputLine[e],s=this._inputLine[n];return!!this.isConcave(i,o,s)&&!!this.isShallow(i,o,s,r)&&this.isShallowSampled(i,o,t,n,r)},Nl.prototype.deleteShallowConcavities=function(){for(var t=1,e=this.findNextNonDeletedIndex(t),n=this.findNextNonDeletedIndex(e),r=!1;n=0;r--)this.addPt(t[r])},Sl.prototype.isRedundant=function(t){if(this._ptList.size()<1)return!1;var e=this._ptList.get(this._ptList.size()-1);return t.distance(e)Math.PI;)t-=Ll.PI_TIMES_2;for(;t<=-Math.PI;)t+=Ll.PI_TIMES_2;return t},Ll.angle=function(){if(1===arguments.length){var t=arguments[0];return Math.atan2(t.y,t.x)}if(2===arguments.length){var e=arguments[0],n=arguments[1],r=n.x-e.x,i=n.y-e.y;return Math.atan2(i,r)}},Ll.isAcute=function(t,e,n){var r=t.x-e.x,i=t.y-e.y;return r*(n.x-e.x)+i*(n.y-e.y)>0},Ll.isObtuse=function(t,e,n){var r=t.x-e.x,i=t.y-e.y;return r*(n.x-e.x)+i*(n.y-e.y)<0},Ll.interiorAngle=function(t,e,n){var r=Ll.angle(e,t),i=Ll.angle(e,n);return Math.abs(i-r)},Ll.normalizePositive=function(t){if(t<0){for(;t<0;)t+=Ll.PI_TIMES_2;t>=Ll.PI_TIMES_2&&(t=0)}else{for(;t>=Ll.PI_TIMES_2;)t-=Ll.PI_TIMES_2;t<0&&(t=0)}return t},Ll.angleBetween=function(t,e,n){var r=Ll.angle(e,t),i=Ll.angle(e,n);return Ll.diff(r,i)},Ll.diff=function(t,e){var n=null;return(n=tMath.PI&&(n=2*Math.PI-n),n},Ll.toRadians=function(t){return t*Math.PI/180},Ll.getTurn=function(t,e){var n=Math.sin(e-t);return n>0?Ll.COUNTERCLOCKWISE:n<0?Ll.CLOCKWISE:Ll.NONE},Ll.angleBetweenOriented=function(t,e,n){var r=Ll.angle(e,t),i=Ll.angle(e,n)-r;return i<=-Math.PI?i+Ll.PI_TIMES_2:i>Math.PI?i-Ll.PI_TIMES_2:i},Pl.PI_TIMES_2.get=function(){return 2*Math.PI},Pl.PI_OVER_2.get=function(){return Math.PI/2},Pl.PI_OVER_4.get=function(){return Math.PI/4},Pl.COUNTERCLOCKWISE.get=function(){return sc.COUNTERCLOCKWISE},Pl.CLOCKWISE.get=function(){return sc.CLOCKWISE},Pl.NONE.get=function(){return sc.COLLINEAR},Object.defineProperties(Ll,Pl);var Ol=function t(){this._maxCurveSegmentError=0,this._filletAngleQuantum=null,this._closingSegLengthFactor=1,this._segList=null,this._distance=0,this._precisionModel=null,this._bufParams=null,this._li=null,this._s0=null,this._s1=null,this._s2=null,this._seg0=new gl,this._seg1=new gl,this._offset0=new gl,this._offset1=new gl,this._side=0,this._hasNarrowConcaveAngle=!1;var e=arguments[0],n=arguments[1],r=arguments[2];this._precisionModel=e,this._bufParams=n,this._li=new rc,this._filletAngleQuantum=Math.PI/2/n.getQuadrantSegments(),n.getQuadrantSegments()>=8&&n.getJoinStyle()===bl.JOIN_ROUND&&(this._closingSegLengthFactor=t.MAX_CLOSING_SEG_LEN_FACTOR),this.init(r)},Rl={OFFSET_SEGMENT_SEPARATION_FACTOR:{configurable:!0},INSIDE_TURN_VERTEX_SNAP_DISTANCE_FACTOR:{configurable:!0},CURVE_VERTEX_SNAP_DISTANCE_FACTOR:{configurable:!0},MAX_CLOSING_SEG_LEN_FACTOR:{configurable:!0}};Ol.prototype.addNextSegment=function(t,e){if(this._s0=this._s1,this._s1=this._s2,this._s2=t,this._seg0.setCoordinates(this._s0,this._s1),this.computeOffsetSegment(this._seg0,this._side,this._distance,this._offset0),this._seg1.setCoordinates(this._s1,this._s2),this.computeOffsetSegment(this._seg1,this._side,this._distance,this._offset1),this._s1.equals(this._s2))return null;var n=sc.computeOrientation(this._s0,this._s1,this._s2),r=n===sc.CLOCKWISE&&this._side===Nh.LEFT||n===sc.COUNTERCLOCKWISE&&this._side===Nh.RIGHT;0===n?this.addCollinear(e):r?this.addOutsideTurn(n,e):this.addInsideTurn(n,e)},Ol.prototype.addLineEndCap=function(t,e){var n=new gl(t,e),r=new gl;this.computeOffsetSegment(n,Nh.LEFT,this._distance,r);var i=new gl;this.computeOffsetSegment(n,Nh.RIGHT,this._distance,i);var o=e.x-t.x,s=e.y-t.y,a=Math.atan2(s,o);switch(this._bufParams.getEndCapStyle()){case bl.CAP_ROUND:this._segList.addPt(r.p1),this.addFilletArc(e,a+Math.PI/2,a-Math.PI/2,sc.CLOCKWISE,this._distance),this._segList.addPt(i.p1);break;case bl.CAP_FLAT:this._segList.addPt(r.p1),this._segList.addPt(i.p1);break;case bl.CAP_SQUARE:var u=new bu;u.x=Math.abs(this._distance)*Math.cos(a),u.y=Math.abs(this._distance)*Math.sin(a);var c=new bu(r.p1.x+u.x,r.p1.y+u.y),h=new bu(i.p1.x+u.x,i.p1.y+u.y);this._segList.addPt(c),this._segList.addPt(h)}},Ol.prototype.getCoordinates=function(){return this._segList.getCoordinates()},Ol.prototype.addMitreJoin=function(t,e,n,r){var i=!0,o=null;try{o=Uu.intersection(e.p0,e.p1,n.p0,n.p1),(r<=0?1:o.distance(t)/Math.abs(r))>this._bufParams.getMitreLimit()&&(i=!1)}catch(t){if(!(t instanceof ju))throw t;o=new bu(0,0),i=!1}i?this._segList.addPt(o):this.addLimitedMitreJoin(e,n,r,this._bufParams.getMitreLimit())},Ol.prototype.addFilletCorner=function(t,e,n,r,i){var o=e.x-t.x,s=e.y-t.y,a=Math.atan2(s,o),u=n.x-t.x,c=n.y-t.y,h=Math.atan2(c,u);r===sc.CLOCKWISE?a<=h&&(a+=2*Math.PI):a>=h&&(a-=2*Math.PI),this._segList.addPt(e),this.addFilletArc(t,a,h,r,i),this._segList.addPt(n)},Ol.prototype.addOutsideTurn=function(t,e){if(this._offset0.p1.distance(this._offset1.p0)0){var n=new bu((this._closingSegLengthFactor*this._offset0.p1.x+this._s1.x)/(this._closingSegLengthFactor+1),(this._closingSegLengthFactor*this._offset0.p1.y+this._s1.y)/(this._closingSegLengthFactor+1));this._segList.addPt(n);var r=new bu((this._closingSegLengthFactor*this._offset1.p0.x+this._s1.x)/(this._closingSegLengthFactor+1),(this._closingSegLengthFactor*this._offset1.p0.y+this._s1.y)/(this._closingSegLengthFactor+1));this._segList.addPt(r)}else this._segList.addPt(this._s1);this._segList.addPt(this._offset1.p0)}},Ol.prototype.createCircle=function(t){var e=new bu(t.x+this._distance,t.y);this._segList.addPt(e),this.addFilletArc(t,0,2*Math.PI,-1,this._distance),this._segList.closeRing()},Ol.prototype.addBevelJoin=function(t,e){this._segList.addPt(t.p1),this._segList.addPt(e.p0)},Ol.prototype.init=function(t){this._distance=t,this._maxCurveSegmentError=t*(1-Math.cos(this._filletAngleQuantum/2)),this._segList=new Sl,this._segList.setPrecisionModel(this._precisionModel),this._segList.setMinimumVertexDistance(t*Ol.CURVE_VERTEX_SNAP_DISTANCE_FACTOR)},Ol.prototype.addCollinear=function(t){this._li.computeIntersection(this._s0,this._s1,this._s1,this._s2),this._li.getIntersectionNum()>=2&&(this._bufParams.getJoinStyle()===bl.JOIN_BEVEL||this._bufParams.getJoinStyle()===bl.JOIN_MITRE?(t&&this._segList.addPt(this._offset0.p1),this._segList.addPt(this._offset1.p0)):this.addFilletCorner(this._s1,this._offset0.p1,this._offset1.p0,sc.CLOCKWISE,this._distance))},Ol.prototype.closeRing=function(){this._segList.closeRing()},Ol.prototype.hasNarrowConcaveAngle=function(){return this._hasNarrowConcaveAngle},Ol.prototype.interfaces_=function(){return[]},Ol.prototype.getClass=function(){return Ol},Rl.OFFSET_SEGMENT_SEPARATION_FACTOR.get=function(){return.001},Rl.INSIDE_TURN_VERTEX_SNAP_DISTANCE_FACTOR.get=function(){return.001},Rl.CURVE_VERTEX_SNAP_DISTANCE_FACTOR.get=function(){return 1e-6},Rl.MAX_CLOSING_SEG_LEN_FACTOR.get=function(){return 80},Object.defineProperties(Ol,Rl);var Tl=function(){this._distance=0,this._precisionModel=null,this._bufParams=null;var t=arguments[0],e=arguments[1];this._precisionModel=t,this._bufParams=e};Tl.prototype.getOffsetCurve=function(t,e){if(this._distance=e,0===e)return null;var n=e<0,r=Math.abs(e),i=this.getSegGen(r);t.length<=1?this.computePointCurve(t[0],i):this.computeOffsetCurve(t,n,i);var o=i.getCoordinates();return n&&Cc.reverse(o),o},Tl.prototype.computeSingleSidedBufferCurve=function(t,e,n){var r=this.simplifyTolerance(this._distance);if(e){n.addSegments(t,!0);var i=Nl.simplify(t,-r),o=i.length-1;n.initSideSegments(i[o],i[o-1],Nh.LEFT),n.addFirstSegment();for(var s=o-2;s>=0;s--)n.addNextSegment(i[s],!0)}else{n.addSegments(t,!1);var a=Nl.simplify(t,r),u=a.length-1;n.initSideSegments(a[0],a[1],Nh.LEFT),n.addFirstSegment();for(var c=2;c<=u;c++)n.addNextSegment(a[c],!0)}n.addLastSegment(),n.closeRing()},Tl.prototype.computeRingBufferCurve=function(t,e,n){var r=this.simplifyTolerance(this._distance);e===Nh.RIGHT&&(r=-r);var i=Nl.simplify(t,r),o=i.length-1;n.initSideSegments(i[o-1],i[0],e);for(var s=1;s<=o;s++){var a=1!==s;n.addNextSegment(i[s],a)}n.closeRing()},Tl.prototype.computeLineBufferCurve=function(t,e){var n=this.simplifyTolerance(this._distance),r=Nl.simplify(t,n),i=r.length-1;e.initSideSegments(r[0],r[1],Nh.LEFT);for(var o=2;o<=i;o++)e.addNextSegment(r[o],!0);e.addLastSegment(),e.addLineEndCap(r[i-1],r[i]);var s=Nl.simplify(t,-n),a=s.length-1;e.initSideSegments(s[a],s[a-1],Nh.LEFT);for(var u=a-2;u>=0;u--)e.addNextSegment(s[u],!0);e.addLastSegment(),e.addLineEndCap(s[1],s[0]),e.closeRing()},Tl.prototype.computePointCurve=function(t,e){switch(this._bufParams.getEndCapStyle()){case bl.CAP_ROUND:e.createCircle(t);break;case bl.CAP_SQUARE:e.createSquare(t)}},Tl.prototype.getLineCurve=function(t,e){if(this._distance=e,e<0&&!this._bufParams.isSingleSided())return null;if(0===e)return null;var n=Math.abs(e),r=this.getSegGen(n);if(t.length<=1)this.computePointCurve(t[0],r);else if(this._bufParams.isSingleSided()){var i=e<0;this.computeSingleSidedBufferCurve(t,i,r)}else this.computeLineBufferCurve(t,r);return r.getCoordinates()},Tl.prototype.getBufferParameters=function(){return this._bufParams},Tl.prototype.simplifyTolerance=function(t){return t*this._bufParams.getSimplifyFactor()},Tl.prototype.getRingCurve=function(t,e,n){if(this._distance=n,t.length<=2)return this.getLineCurve(t,n);if(0===n)return Tl.copyCoordinates(t);var r=this.getSegGen(n);return this.computeRingBufferCurve(t,e,r),r.getCoordinates()},Tl.prototype.computeOffsetCurve=function(t,e,n){var r=this.simplifyTolerance(this._distance);if(e){var i=Nl.simplify(t,-r),o=i.length-1;n.initSideSegments(i[o],i[o-1],Nh.LEFT),n.addFirstSegment();for(var s=o-2;s>=0;s--)n.addNextSegment(i[s],!0)}else{var a=Nl.simplify(t,r),u=a.length-1;n.initSideSegments(a[0],a[1],Nh.LEFT),n.addFirstSegment();for(var c=2;c<=u;c++)n.addNextSegment(a[c],!0)}n.addLastSegment()},Tl.prototype.getSegGen=function(t){return new Ol(this._precisionModel,this._bufParams,t)},Tl.prototype.interfaces_=function(){return[]},Tl.prototype.getClass=function(){return Tl},Tl.copyCoordinates=function(t){for(var e=new Array(t.length).fill(null),n=0;ni.getMaxY()||this.findStabbedSegments(t,r.getDirectedEdges(),e)}return e}if(3===arguments.length)if(Lu(arguments[2],wc)&&arguments[0]instanceof bu&&arguments[1]instanceof jh){for(var o=arguments[0],s=arguments[1],a=arguments[2],u=s.getEdge().getCoordinates(),c=0;cthis._seg.p1.y&&this._seg.reverse(),!(Math.max(this._seg.p0.x,this._seg.p1.x)this._seg.p1.y||sc.computeOrientation(this._seg.p0,this._seg.p1,o)===sc.RIGHT)){var h=s.getDepth(Nh.LEFT);this._seg.p0.equals(u[c])||(h=s.getDepth(Nh.RIGHT));var l=new Fl(this._seg,h);a.add(l)}}else if(Lu(arguments[2],wc)&&arguments[0]instanceof bu&&Lu(arguments[1],wc))for(var p=arguments[0],f=arguments[2],g=arguments[1].iterator();g.hasNext();){var d=g.next();d.isForward()&&this.findStabbedSegments(p,d,f)}},Al.prototype.getDepth=function(t){var e=this.findStabbedSegments(t);return 0===e.size()?0:$h.min(e)._leftDepth},Al.prototype.interfaces_=function(){return[]},Al.prototype.getClass=function(){return Al},Dl.DepthSegment.get=function(){return Fl},Object.defineProperties(Al,Dl);var Fl=function(){this._upwardSeg=null,this._leftDepth=null;var t=arguments[0],e=arguments[1];this._upwardSeg=new gl(t),this._leftDepth=e};Fl.prototype.compareTo=function(t){var e=t;if(this._upwardSeg.minX()>=e._upwardSeg.maxX())return 1;if(this._upwardSeg.maxX()<=e._upwardSeg.minX())return-1;var n=this._upwardSeg.orientationIndex(e._upwardSeg);return 0!==n||0!=(n=-1*e._upwardSeg.orientationIndex(this._upwardSeg))?n:this._upwardSeg.compareTo(e._upwardSeg)},Fl.prototype.compareX=function(t,e){var n=t.p0.compareTo(e.p0);return 0!==n?n:t.p1.compareTo(e.p1)},Fl.prototype.toString=function(){return this._upwardSeg.toString()},Fl.prototype.interfaces_=function(){return[xu]},Fl.prototype.getClass=function(){return Fl};var ql=function(t,e,n){this.p0=t||null,this.p1=e||null,this.p2=n||null};ql.prototype.area=function(){return ql.area(this.p0,this.p1,this.p2)},ql.prototype.signedArea=function(){return ql.signedArea(this.p0,this.p1,this.p2)},ql.prototype.interpolateZ=function(t){if(null===t)throw new _u("Supplied point is null.");return ql.interpolateZ(t,this.p0,this.p1,this.p2)},ql.prototype.longestSideLength=function(){return ql.longestSideLength(this.p0,this.p1,this.p2)},ql.prototype.isAcute=function(){return ql.isAcute(this.p0,this.p1,this.p2)},ql.prototype.circumcentre=function(){return ql.circumcentre(this.p0,this.p1,this.p2)},ql.prototype.area3D=function(){return ql.area3D(this.p0,this.p1,this.p2)},ql.prototype.centroid=function(){return ql.centroid(this.p0,this.p1,this.p2)},ql.prototype.inCentre=function(){return ql.inCentre(this.p0,this.p1,this.p2)},ql.prototype.interfaces_=function(){return[]},ql.prototype.getClass=function(){return ql},ql.area=function(t,e,n){return Math.abs(((n.x-t.x)*(e.y-t.y)-(e.x-t.x)*(n.y-t.y))/2)},ql.signedArea=function(t,e,n){return((n.x-t.x)*(e.y-t.y)-(e.x-t.x)*(n.y-t.y))/2},ql.det=function(t,e,n,r){return t*r-e*n},ql.interpolateZ=function(t,e,n,r){var i=e.x,o=e.y,s=n.x-i,a=r.x-i,u=n.y-o,c=r.y-o,h=s*c-a*u,l=t.x-i,p=t.y-o,f=(c*l-a*p)/h,g=(-u*l+s*p)/h;return e.z+f*(n.z-e.z)+g*(r.z-e.z)},ql.longestSideLength=function(t,e,n){var r=t.distance(e),i=e.distance(n),o=n.distance(t),s=r;return i>s&&(s=i),o>s&&(s=o),s},ql.isAcute=function(t,e,n){return!!Ll.isAcute(t,e,n)&&!!Ll.isAcute(e,n,t)&&!!Ll.isAcute(n,t,e)},ql.circumcentre=function(t,e,n){var r=n.x,i=n.y,o=t.x-r,s=t.y-i,a=e.x-r,u=e.y-i,c=2*ql.det(o,s,a,u),h=ql.det(s,o*o+s*s,u,a*a+u*u),l=ql.det(o,o*o+s*s,a,a*a+u*u);return new bu(r-h/c,i+l/c)},ql.perpendicularBisector=function(t,e){var n=e.x-t.x,r=e.y-t.y,i=new Uu(t.x+n/2,t.y+r/2,1),o=new Uu(t.x-r+n/2,t.y+n+r/2,1);return new Uu(i,o)},ql.angleBisector=function(t,e,n){var r=e.distance(t),i=r/(r+e.distance(n)),o=n.x-t.x,s=n.y-t.y;return new bu(t.x+i*o,t.y+i*s)},ql.area3D=function(t,e,n){var r=e.x-t.x,i=e.y-t.y,o=e.z-t.z,s=n.x-t.x,a=n.y-t.y,u=n.z-t.z,c=i*u-o*a,h=o*s-r*u,l=r*a-i*s,p=c*c+h*h+l*l;return Math.sqrt(p)/2},ql.centroid=function(t,e,n){var r=(t.x+e.x+n.x)/3,i=(t.y+e.y+n.y)/3;return new bu(r,i)},ql.inCentre=function(t,e,n){var r=e.distance(n),i=t.distance(n),o=t.distance(e),s=r+i+o,a=(r*t.x+i*e.x+o*n.x)/s,u=(r*t.y+i*e.y+o*n.y)/s;return new bu(a,u)};var Gl=function(){this._inputGeom=null,this._distance=null,this._curveBuilder=null,this._curveList=new bc;var t=arguments[0],e=arguments[1],n=arguments[2];this._inputGeom=t,this._distance=e,this._curveBuilder=n};Gl.prototype.addPoint=function(t){if(this._distance<=0)return null;var e=t.getCoordinates(),n=this._curveBuilder.getLineCurve(e,this._distance);this.addCurve(n,Su.EXTERIOR,Su.INTERIOR)},Gl.prototype.addPolygon=function(t){var e=this._distance,n=Nh.LEFT;this._distance<0&&(e=-this._distance,n=Nh.RIGHT);var r=t.getExteriorRing(),i=Cc.removeRepeatedPoints(r.getCoordinates());if(this._distance<0&&this.isErodedCompletely(r,this._distance))return null;if(this._distance<=0&&i.length<3)return null;this.addPolygonRing(i,e,n,Su.EXTERIOR,Su.INTERIOR);for(var o=0;o0&&this.isErodedCompletely(s,-this._distance)||this.addPolygonRing(a,e,Nh.opposite(n),Su.INTERIOR,Su.EXTERIOR)}},Gl.prototype.isTriangleErodedCompletely=function(t,e){var n=new ql(t[0],t[1],t[2]),r=n.inCentre();return sc.distancePointLine(r,n.p0,n.p1)=eh.MINIMUM_VALID_SIZE&&sc.isCCW(t)&&(o=i,s=r,n=Nh.opposite(n));var a=this._curveBuilder.getRingCurve(t,n,e);this.addCurve(a,o,s)},Gl.prototype.add=function(t){if(t.isEmpty())return null;t instanceof $c?this.addPolygon(t):t instanceof Jc?this.addLineString(t):t instanceof Kc?this.addPoint(t):(t instanceof th||t instanceof Xc||t instanceof nh||t instanceof jc)&&this.addCollection(t)},Gl.prototype.isErodedCompletely=function(t,e){var n=t.getCoordinates();if(n.length<4)return e<0;if(4===n.length)return this.isTriangleErodedCompletely(n,e);var r=t.getEnvelopeInternal(),i=Math.min(r.getHeight(),r.getWidth());return e<0&&2*Math.abs(e)>i},Gl.prototype.addCollection=function(t){for(var e=0;e=this._max)throw new Pi;var t=this._parent.getGeometryN(this._index++);return t instanceof jc?(this._subcollectionIterator=new kl(t),this._subcollectionIterator.next()):t},kl.prototype.remove=function(){throw new Error(this.getClass().getName())},kl.prototype.hasNext=function(){if(this._atStart)return!0;if(null!==this._subcollectionIterator){if(this._subcollectionIterator.hasNext())return!0;this._subcollectionIterator=null}return!(this._index>=this._max)},kl.prototype.interfaces_=function(){return[Ec]},kl.prototype.getClass=function(){return kl},kl.isAtomic=function(t){return!(t instanceof jc)};var zl=function(){this._geom=null;var t=arguments[0];this._geom=t};zl.prototype.locate=function(t){return zl.locate(t,this._geom)},zl.prototype.interfaces_=function(){return[Bl]},zl.prototype.getClass=function(){return zl},zl.isPointInRing=function(t,e){return!!e.getEnvelopeInternal().intersects(t)&&sc.isPointInRing(t,e.getCoordinates())},zl.containsPointInPolygon=function(t,e){if(e.isEmpty())return!1;var n=e.getExteriorRing();if(!zl.isPointInRing(t,n))return!1;for(var r=0;r=0;n--){var r=this._edgeList.get(n),i=r.getSym();null===e&&(e=i),null!==t&&i.setNext(t),t=r}e.setNext(t)},e.prototype.computeDepths=function(){if(1===arguments.length){var t=arguments[0],e=this.findIndex(t),n=t.getDepth(Nh.LEFT),r=t.getDepth(Nh.RIGHT),i=this.computeDepths(e+1,this._edgeList.size(),n);if(this.computeDepths(0,e,i)!==r)throw new Mh("depth mismatch at "+t.getCoordinate())}else if(3===arguments.length){for(var o=arguments[1],s=arguments[2],a=arguments[0];a=0;i--){var o=this._resultAreaEdgeList.get(i),s=o.getSym();switch(null===e&&o.getEdgeRing()===t&&(e=o),r){case this._SCANNING_FOR_INCOMING:if(s.getEdgeRing()!==t)continue;n=s,r=this._LINKING_TO_OUTGOING;break;case this._LINKING_TO_OUTGOING:if(o.getEdgeRing()!==t)continue;n.setNextMin(o),r=this._SCANNING_FOR_INCOMING}}r===this._LINKING_TO_OUTGOING&&(tc.isTrue(null!==e,"found null for first outgoing dirEdge"),tc.isTrue(e.getEdgeRing()===t,"unable to link last incoming dirEdge"),n.setNextMin(e))},e.prototype.getOutgoingDegree=function(){if(0===arguments.length){for(var t=0,e=this.iterator();e.hasNext();)e.next().isInResult()&&t++;return t}if(1===arguments.length){for(var n=arguments[0],r=0,i=this.iterator();i.hasNext();)i.next().getEdgeRing()===n&&r++;return r}},e.prototype.getLabel=function(){return this._label},e.prototype.findCoveredLineEdges=function(){for(var t=Su.NONE,e=this.iterator();e.hasNext();){var n=e.next(),r=n.getSym();if(!n.isLineEdge()){if(n.isInResult()){t=Su.INTERIOR;break}if(r.isInResult()){t=Su.EXTERIOR;break}}}if(t===Su.NONE)return null;for(var i=t,o=this.iterator();o.hasNext();){var s=o.next(),a=s.getSym();s.isLineEdge()?s.getEdge().setCovered(i===Su.INTERIOR):(s.isInResult()&&(i=Su.EXTERIOR),a.isInResult()&&(i=Su.INTERIOR))}},e.prototype.computeLabelling=function(e){t.prototype.computeLabelling.call(this,e),this._label=new Rh(Su.NONE);for(var n=this.iterator();n.hasNext();)for(var r=n.next().getEdge().getLabel(),i=0;i<2;i++){var o=r.getLocation(i);o!==Su.INTERIOR&&o!==Su.BOUNDARY||this._label.setLocation(i,Su.INTERIOR)}},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(jl),Ul=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createNode=function(t){return new qh(t,new Xl)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Xh),Yl=function t(){this._pts=null,this._orientation=null;var e=arguments[0];this._pts=e,this._orientation=t.orientation(e)};Yl.prototype.compareTo=function(t){var e=t;return Yl.compareOriented(this._pts,this._orientation,e._pts,e._orientation)},Yl.prototype.interfaces_=function(){return[xu]},Yl.prototype.getClass=function(){return Yl},Yl.orientation=function(t){return 1===Cc.increasingDirection(t)},Yl.compareOriented=function(t,e,n,r){for(var i=e?1:-1,o=r?1:-1,s=e?t.length:-1,a=r?n.length:-1,u=e?0:t.length-1,c=r?0:n.length-1;;){var h=t[u].compareTo(n[c]);if(0!==h)return h;var l=(u+=i)===s,p=(c+=o)===a;if(l&&!p)return-1;if(!l&&p)return 1;if(l&&p)return 0}};var Vl=function(){this._edges=new bc,this._ocaMap=new Gi};Vl.prototype.print=function(t){t.print("MULTILINESTRING ( ");for(var e=0;e0&&t.print(","),t.print("(");for(var r=n.getCoordinates(),i=0;i0&&t.print(","),t.print(r[i].x+" "+r[i].y);t.println(")")}t.print(") ")},Vl.prototype.addAll=function(t){for(var e=t.iterator();e.hasNext();)this.add(e.next())},Vl.prototype.findEdgeIndex=function(t){for(var e=0;e0||!e.coord.equals2D(r);i||n--;var o=new Array(n).fill(null),s=0;o[s++]=new bu(t.coord);for(var a=t.segmentIndex+1;a<=e.segmentIndex;a++)o[s++]=this.edge.pts[a];return i&&(o[s]=e.coord),new ep(o,new Rh(this.edge._label))},Zl.prototype.add=function(t,e,n){var r=new Jl(t,e,n),i=this._nodeMap.get(r);return null!==i?i:(this._nodeMap.put(r,r),r)},Zl.prototype.isIntersection=function(t){for(var e=this.iterator();e.hasNext();)if(e.next().coord.equals(t))return!0;return!1},Zl.prototype.interfaces_=function(){return[]},Zl.prototype.getClass=function(){return Zl};var Kl=function(){};Kl.prototype.getChainStartIndices=function(t){var e=0,n=new bc;n.add(new Tu(e));do{var r=this.findChainEnd(t,e);n.add(new Tu(r)),e=r}while(en?e:n},Ql.prototype.getMinX=function(t){var e=this.pts[this.startIndex[t]].x,n=this.pts[this.startIndex[t+1]].x;return ee&&(r=1),this._depth[t][n]=r}}},$l.prototype.getDelta=function(t){return this._depth[t][Nh.RIGHT]-this._depth[t][Nh.LEFT]},$l.prototype.getLocation=function(t,e){return this._depth[t][e]<=0?Su.EXTERIOR:Su.INTERIOR},$l.prototype.toString=function(){return"A: "+this._depth[0][1]+","+this._depth[0][2]+" B: "+this._depth[1][1]+","+this._depth[1][2]},$l.prototype.add=function(){if(1===arguments.length)for(var t=arguments[0],e=0;e<2;e++)for(var n=1;n<3;n++){var r=t.getLocation(e,n);r!==Su.EXTERIOR&&r!==Su.INTERIOR||(this.isNull(e,n)?this._depth[e][n]=$l.depthAtLocation(r):this._depth[e][n]+=$l.depthAtLocation(r))}else if(3===arguments.length){var i=arguments[0],o=arguments[1];arguments[2]===Su.INTERIOR&&this._depth[i][o]++}},$l.prototype.interfaces_=function(){return[]},$l.prototype.getClass=function(){return $l},$l.depthAtLocation=function(t){return t===Su.EXTERIOR?0:t===Su.INTERIOR?1:$l.NULL_VALUE},tp.NULL_VALUE.get=function(){return-1},Object.defineProperties($l,tp);var ep=function(t){function e(){if(t.call(this),this.pts=null,this._env=null,this.eiList=new Zl(this),this._name=null,this._mce=null,this._isIsolated=!0,this._depth=new $l,this._depthDelta=0,1===arguments.length){var n=arguments[0];e.call(this,n,null)}else if(2===arguments.length){var r=arguments[0],i=arguments[1];this.pts=r,this._label=i}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDepth=function(){return this._depth},e.prototype.getCollapsedEdge=function(){var t=new Array(2).fill(null);return t[0]=this.pts[0],t[1]=this.pts[1],new e(t,Rh.toLineLabel(this._label))},e.prototype.isIsolated=function(){return this._isIsolated},e.prototype.getCoordinates=function(){return this.pts},e.prototype.setIsolated=function(t){this._isIsolated=t},e.prototype.setName=function(t){this._name=t},e.prototype.equals=function(t){if(!(t instanceof e))return!1;var n=t;if(this.pts.length!==n.pts.length)return!1;for(var r=!0,i=!0,o=this.pts.length,s=0;s0?this.pts[0]:null;if(1===arguments.length){var t=arguments[0];return this.pts[t]}},e.prototype.print=function(t){t.print("edge "+this._name+": "),t.print("LINESTRING (");for(var e=0;e0&&t.print(","),t.print(this.pts[e].x+" "+this.pts[e].y);t.print(") "+this._label+" "+this._depthDelta)},e.prototype.computeIM=function(t){e.updateIM(this._label,t)},e.prototype.isCollapsed=function(){return!!this._label.isArea()&&3===this.pts.length&&!!this.pts[0].equals(this.pts[2])},e.prototype.isClosed=function(){return this.pts[0].equals(this.pts[this.pts.length-1])},e.prototype.getMaximumSegmentIndex=function(){return this.pts.length-1},e.prototype.getDepthDelta=function(){return this._depthDelta},e.prototype.getNumPoints=function(){return this.pts.length},e.prototype.printReverse=function(t){t.print("edge "+this._name+": ");for(var e=this.pts.length-1;e>=0;e--)t.print(this.pts[e]+" ");t.println("")},e.prototype.getMonotoneChainEdge=function(){return null===this._mce&&(this._mce=new Ql(this)),this._mce},e.prototype.getEnvelope=function(){if(null===this._env){this._env=new Yu;for(var t=0;t0&&t.append(","),t.append(this.pts[e].x+" "+this.pts[e].y);return t.append(") "+this._label+" "+this._depthDelta),t.toString()},e.prototype.isPointwiseEqual=function(t){if(this.pts.length!==t.pts.length)return!1;for(var e=0;er||this._maxyo;if(s)return!1;var a=this.intersectsToleranceSquare(t,e);return tc.isTrue(!(s&&a),"Found bad envelope test"),a},sp.prototype.initCorners=function(t){this._minx=t.x-.5,this._maxx=t.x+.5,this._miny=t.y-.5,this._maxy=t.y+.5,this._corner[0]=new bu(this._maxx,this._maxy),this._corner[1]=new bu(this._minx,this._maxy),this._corner[2]=new bu(this._minx,this._miny),this._corner[3]=new bu(this._maxx,this._miny)},sp.prototype.intersects=function(t,e){return 1===this._scaleFactor?this.intersectsScaled(t,e):(this.copyScaled(t,this._p0Scaled),this.copyScaled(e,this._p1Scaled),this.intersectsScaled(this._p0Scaled,this._p1Scaled))},sp.prototype.scale=function(t){return Math.round(t*this._scaleFactor)},sp.prototype.getCoordinate=function(){return this._originalPt},sp.prototype.copyScaled=function(t,e){e.x=this.scale(t.x),e.y=this.scale(t.y)},sp.prototype.getSafeEnvelope=function(){if(null===this._safeEnv){var t=sp.SAFE_ENV_EXPANSION_FACTOR/this._scaleFactor;this._safeEnv=new Yu(this._originalPt.x-t,this._originalPt.x+t,this._originalPt.y-t,this._originalPt.y+t)}return this._safeEnv},sp.prototype.intersectsPixelClosure=function(t,e){return this._li.computeIntersection(t,e,this._corner[0],this._corner[1]),!!this._li.hasIntersection()||(this._li.computeIntersection(t,e,this._corner[1],this._corner[2]),!!this._li.hasIntersection()||(this._li.computeIntersection(t,e,this._corner[2],this._corner[3]),!!this._li.hasIntersection()||(this._li.computeIntersection(t,e,this._corner[3],this._corner[0]),!!this._li.hasIntersection())))},sp.prototype.intersectsToleranceSquare=function(t,e){var n=!1,r=!1;return this._li.computeIntersection(t,e,this._corner[0],this._corner[1]),!!this._li.isProper()||(this._li.computeIntersection(t,e,this._corner[1],this._corner[2]),!!this._li.isProper()||(this._li.hasIntersection()&&(n=!0),this._li.computeIntersection(t,e,this._corner[2],this._corner[3]),!!this._li.isProper()||(this._li.hasIntersection()&&(r=!0),this._li.computeIntersection(t,e,this._corner[3],this._corner[0]),!!this._li.isProper()||!(!n||!r)||!!t.equals(this._pt)||!!e.equals(this._pt))))},sp.prototype.addSnappedNode=function(t,e){var n=t.getCoordinate(e),r=t.getCoordinate(e+1);return!!this.intersects(n,r)&&(t.addIntersection(this.getCoordinate(),e),!0)},sp.prototype.interfaces_=function(){return[]},sp.prototype.getClass=function(){return sp},ap.SAFE_ENV_EXPANSION_FACTOR.get=function(){return.75},Object.defineProperties(sp,ap);var up=function(){this.tempEnv1=new Yu,this.selectedSegment=new gl};up.prototype.select=function(){if(1===arguments.length);else if(2===arguments.length){var t=arguments[1];arguments[0].getLineSegment(t,this.selectedSegment),this.select(this.selectedSegment)}},up.prototype.interfaces_=function(){return[]},up.prototype.getClass=function(){return up};var cp=function(){this._index=null;var t=arguments[0];this._index=t},hp={HotPixelSnapAction:{configurable:!0}};cp.prototype.snap=function(){if(1===arguments.length){var t=arguments[0];return this.snap(t,null,-1)}if(3===arguments.length){var e=arguments[0],n=arguments[1],r=arguments[2],i=e.getSafeEnvelope(),o=new lp(e,n,r);return this._index.query(i,{interfaces_:function(){return[Jh]},visitItem:function(t){t.select(i,o)}}),o.isNodeAdded()}},cp.prototype.interfaces_=function(){return[]},cp.prototype.getClass=function(){return cp},hp.HotPixelSnapAction.get=function(){return lp},Object.defineProperties(cp,hp);var lp=function(t){function e(){t.call(this),this._hotPixel=null,this._parentEdge=null,this._hotPixelVertexIndex=null,this._isNodeAdded=!1;var e=arguments[0],n=arguments[1],r=arguments[2];this._hotPixel=e,this._parentEdge=n,this._hotPixelVertexIndex=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isNodeAdded=function(){return this._isNodeAdded},e.prototype.select=function(){if(2!==arguments.length)return t.prototype.select.apply(this,arguments);var e=arguments[1],n=arguments[0].getContext();if(null!==this._parentEdge&&n===this._parentEdge&&e===this._hotPixelVertexIndex)return null;this._isNodeAdded=this._hotPixel.addSnappedNode(n,e)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(up),pp=function(){this._li=null,this._interiorIntersections=null;var t=arguments[0];this._li=t,this._interiorIntersections=new bc};pp.prototype.processIntersections=function(t,e,n,r){if(t===n&&e===r)return null;var i=t.getCoordinates()[e],o=t.getCoordinates()[e+1],s=n.getCoordinates()[r],a=n.getCoordinates()[r+1];if(this._li.computeIntersection(i,o,s,a),this._li.hasIntersection()&&this._li.isInteriorIntersection()){for(var u=0;u=0;e--){try{t.bufferReducedPrecision(e)}catch(e){if(!(e instanceof Mh))throw e;t._saveException=e}if(null!==t._resultGeometry)return null}throw this._saveException}if(1===arguments.length){var n=arguments[0],r=gp.precisionScaleFactor(this._argGeom,this._distance,n),i=new fh(r);this.bufferFixedPrecision(i)}},gp.prototype.computeGeometry=function(){if(this.bufferOriginalPrecision(),null!==this._resultGeometry)return null;var t=this._argGeom.getFactory().getPrecisionModel();t.getType()===fh.FIXED?this.bufferFixedPrecision(t):this.bufferReducedPrecision()},gp.prototype.setQuadrantSegments=function(t){this._bufParams.setQuadrantSegments(t)},gp.prototype.bufferOriginalPrecision=function(){try{var t=new np(this._bufParams);this._resultGeometry=t.buffer(this._argGeom,this._distance)}catch(t){if(!(t instanceof Qu))throw t;this._saveException=t}},gp.prototype.getResultGeometry=function(t){return this._distance=t,this.computeGeometry(),this._resultGeometry},gp.prototype.setEndCapStyle=function(t){this._bufParams.setEndCapStyle(t)},gp.prototype.interfaces_=function(){return[]},gp.prototype.getClass=function(){return gp},gp.bufferOp=function(){if(2===arguments.length){var t=arguments[1];return new gp(arguments[0]).getResultGeometry(t)}if(3===arguments.length){if(Number.isInteger(arguments[2])&&arguments[0]instanceof cc&&"number"==typeof arguments[1]){var e=arguments[1],n=arguments[2],r=new gp(arguments[0]);return r.setQuadrantSegments(n),r.getResultGeometry(e)}if(arguments[2]instanceof bl&&arguments[0]instanceof cc&&"number"==typeof arguments[1]){var i=arguments[1];return new gp(arguments[0],arguments[2]).getResultGeometry(i)}}else if(4===arguments.length){var o=arguments[1],s=arguments[2],a=arguments[3],u=new gp(arguments[0]);return u.setQuadrantSegments(s),u.setEndCapStyle(a),u.getResultGeometry(o)}},gp.precisionScaleFactor=function(t,e,n){var r=t.getEnvelopeInternal(),i=Pu.max(Math.abs(r.getMaxX()),Math.abs(r.getMaxY()),Math.abs(r.getMinX()),Math.abs(r.getMinY()))+2*(e>0?e:0),o=n-Math.trunc(Math.log(i)/Math.log(10)+1);return Math.pow(10,o)},dp.CAP_ROUND.get=function(){return bl.CAP_ROUND},dp.CAP_BUTT.get=function(){return bl.CAP_FLAT},dp.CAP_FLAT.get=function(){return bl.CAP_FLAT},dp.CAP_SQUARE.get=function(){return bl.CAP_SQUARE},dp.MAX_PRECISION_DIGITS.get=function(){return 12},Object.defineProperties(gp,dp);var yp=function(){this._pt=[new bu,new bu],this._distance=mu.NaN,this._isNull=!0};yp.prototype.getCoordinates=function(){return this._pt},yp.prototype.getCoordinate=function(t){return this._pt[t]},yp.prototype.setMinimum=function(){if(1===arguments.length){var t=arguments[0];this.setMinimum(t._pt[0],t._pt[1])}else if(2===arguments.length){var e=arguments[0],n=arguments[1];if(this._isNull)return this.initialize(e,n),null;var r=e.distance(n);rthis._distance&&this.initialize(e,n,r)}},yp.prototype.interfaces_=function(){return[]},yp.prototype.getClass=function(){return yp};var _p=function(){};_p.prototype.interfaces_=function(){return[]},_p.prototype.getClass=function(){return _p},_p.computeDistance=function(){if(arguments[2]instanceof yp&&arguments[0]instanceof Jc&&arguments[1]instanceof bu)for(var t=arguments[1],e=arguments[2],n=arguments[0].getCoordinates(),r=new gl,i=0;i0||this._isIn?Su.INTERIOR:Su.EXTERIOR)},Ip.prototype.interfaces_=function(){return[]},Ip.prototype.getClass=function(){return Ip};var Np=function t(){if(this._component=null,this._segIndex=null,this._pt=null,2===arguments.length)t.call(this,arguments[0],t.INSIDE_AREA,arguments[1]);else if(3===arguments.length){var e=arguments[0],n=arguments[1],r=arguments[2];this._component=e,this._segIndex=n,this._pt=r}},Cp={INSIDE_AREA:{configurable:!0}};Np.prototype.isInsideArea=function(){return this._segIndex===Np.INSIDE_AREA},Np.prototype.getCoordinate=function(){return this._pt},Np.prototype.getGeometryComponent=function(){return this._component},Np.prototype.getSegmentIndex=function(){return this._segIndex},Np.prototype.interfaces_=function(){return[]},Np.prototype.getClass=function(){return Np},Cp.INSIDE_AREA.get=function(){return-1},Object.defineProperties(Np,Cp);var Sp=function(t){this._pts=t||null};Sp.prototype.filter=function(t){t instanceof Kc&&this._pts.add(t)},Sp.prototype.interfaces_=function(){return[kc]},Sp.prototype.getClass=function(){return Sp},Sp.getPoints=function(){if(1===arguments.length){var t=arguments[0];return t instanceof Kc?$h.singletonList(t):Sp.getPoints(t,new bc)}if(2===arguments.length){var e=arguments[0],n=arguments[1];return e instanceof Kc?n.add(e):e instanceof jc&&e.apply(new Sp(n)),n}};var Mp=function(){this._locations=null;var t=arguments[0];this._locations=t};Mp.prototype.filter=function(t){(t instanceof Kc||t instanceof Jc||t instanceof $c)&&this._locations.add(new Np(t,0,t.getCoordinate()))},Mp.prototype.interfaces_=function(){return[kc]},Mp.prototype.getClass=function(){return Mp},Mp.getLocations=function(t){var e=new bc;return t.apply(new Mp(e)),e};var Lp=function(){if(this._geom=null,this._terminateDistance=0,this._ptLocator=new Ip,this._minDistanceLocation=null,this._minDistance=mu.MAX_VALUE,2===arguments.length){var t=arguments[0],e=arguments[1];this._geom=[t,e],this._terminateDistance=0}else if(3===arguments.length){var n=arguments[0],r=arguments[1],i=arguments[2];this._geom=new Array(2).fill(null),this._geom[0]=n,this._geom[1]=r,this._terminateDistance=i}};Lp.prototype.computeContainmentDistance=function(){if(0===arguments.length){var t=new Array(2).fill(null);if(this.computeContainmentDistance(0,t),this._minDistance<=this._terminateDistance)return null;this.computeContainmentDistance(1,t)}else if(2===arguments.length){var e=arguments[0],n=arguments[1],r=1-e,i=wp.getPolygons(this._geom[e]);if(i.size()>0){var o=Mp.getLocations(this._geom[r]);if(this.computeContainmentDistance(o,i,n),this._minDistance<=this._terminateDistance)return this._minDistanceLocation[r]=n[0],this._minDistanceLocation[e]=n[1],null}}else if(3===arguments.length)if(arguments[2]instanceof Array&&Lu(arguments[0],wc)&&Lu(arguments[1],wc)){for(var s=arguments[0],a=arguments[1],u=arguments[2],c=0;cthis._minDistance)return null;for(var r=t.getCoordinates(),i=e.getCoordinate(),o=0;othis._minDistance)return null;for(var l=u.getCoordinates(),p=c.getCoordinates(),f=0;fthis._distance&&this.initialize(e,n,r)}},Pp.prototype.interfaces_=function(){return[]},Pp.prototype.getClass=function(){return Pp};var Op=function(){};Op.prototype.interfaces_=function(){return[]},Op.prototype.getClass=function(){return Op},Op.computeDistance=function(){if(arguments[2]instanceof Pp&&arguments[0]instanceof Jc&&arguments[1]instanceof bu)for(var t=arguments[0],e=arguments[1],n=arguments[2],r=new gl,i=t.getCoordinates(),o=0;o1||t<=0)throw new _u("Fraction is not in range (0.0 - 1.0]");this._densifyFrac=t},Rp.prototype.compute=function(t,e){this.computeOrientedDistance(t,e,this._ptDist),this.computeOrientedDistance(e,t,this._ptDist)},Rp.prototype.distance=function(){return this.compute(this._g0,this._g1),this._ptDist.getDistance()},Rp.prototype.computeOrientedDistance=function(t,e,n){var r=new Ap(e);if(t.apply(r),n.setMaximum(r.getMaxPointDistance()),this._densifyFrac>0){var i=new Dp(e,this._densifyFrac);t.apply(i),n.setMaximum(i.getMaxPointDistance())}},Rp.prototype.orientedDistance=function(){return this.computeOrientedDistance(this._g0,this._g1,this._ptDist),this._ptDist.getDistance()},Rp.prototype.interfaces_=function(){return[]},Rp.prototype.getClass=function(){return Rp},Rp.distance=function(){if(2===arguments.length)return new Rp(arguments[0],arguments[1]).distance();if(3===arguments.length){var t=arguments[2],e=new Rp(arguments[0],arguments[1]);return e.setDensifyFraction(t),e.distance()}},Tp.MaxPointDistanceFilter.get=function(){return Ap},Tp.MaxDensifiedByFractionDistanceFilter.get=function(){return Dp},Object.defineProperties(Rp,Tp);var Ap=function(){this._maxPtDist=new Pp,this._minPtDist=new Pp,this._euclideanDist=new Op,this._geom=null;var t=arguments[0];this._geom=t};Ap.prototype.filter=function(t){this._minPtDist.initialize(),Op.computeDistance(this._geom,t,this._minPtDist),this._maxPtDist.setMaximum(this._minPtDist)},Ap.prototype.getMaxPointDistance=function(){return this._maxPtDist},Ap.prototype.interfaces_=function(){return[pc]},Ap.prototype.getClass=function(){return Ap};var Dp=function(){this._maxPtDist=new Pp,this._minPtDist=new Pp,this._geom=null,this._numSubSegs=0;var t=arguments[0],e=arguments[1];this._geom=t,this._numSubSegs=Math.trunc(Math.round(1/e))};Dp.prototype.filter=function(t,e){if(0===e)return null;for(var n=t.getCoordinate(e-1),r=t.getCoordinate(e),i=(r.x-n.x)/this._numSubSegs,o=(r.y-n.y)/this._numSubSegs,s=0;sn){this._isValid=!1;var i=r.getCoordinates();this._errorLocation=i[1],this._errorIndicator=t.getFactory().createLineString(i),this._errMsg="Distance between buffer curve and input is too large ("+this._maxDistanceFound+" at "+Ku.toLineString(i[0],i[1])+")"}},Fp.prototype.isValid=function(){var t=Math.abs(this._bufDistance),e=Fp.MAX_DISTANCE_DIFF_FRAC*t;return this._minValidDistance=t-e,this._maxValidDistance=t+e,!(!this._input.isEmpty()&&!this._result.isEmpty())||(this._bufDistance>0?this.checkPositiveValid():this.checkNegativeValid(),Fp.VERBOSE&&Xu.out.println("Min Dist= "+this._minDistanceFound+" err= "+(1-this._minDistanceFound/this._bufDistance)+" Max Dist= "+this._maxDistanceFound+" err= "+(this._maxDistanceFound/this._bufDistance-1)),this._isValid)},Fp.prototype.checkNegativeValid=function(){if(!(this._input instanceof $c||this._input instanceof nh||this._input instanceof jc))return null;var t=this.getPolygonLines(this._input);if(this.checkMinimumDistance(t,this._result,this._minValidDistance),!this._isValid)return null;this.checkMaximumDistance(t,this._result,this._maxValidDistance)},Fp.prototype.getErrorIndicator=function(){return this._errorIndicator},Fp.prototype.checkMinimumDistance=function(t,e,n){var r=new Lp(t,e,n);if(this._minDistanceFound=r.distance(),this._minDistanceFound0&&t>e&&(this._isValid=!1,this._errorMsg="Area of positive buffer is smaller than input",this._errorIndicator=this._result),this._distance<0&&t=2||this._distance>0?null:(this._result.isEmpty()||(this._isValid=!1,this._errorMsg="Result is non-empty",this._errorIndicator=this._result),void this.report("ExpectedEmpty"))},Gp.prototype.report=function(t){if(!Gp.VERBOSE)return null;Xu.out.println("Check "+t+": "+(this._isValid?"passed":"FAILED"))},Gp.prototype.getErrorMessage=function(){return this._errorMsg},Gp.prototype.interfaces_=function(){return[]},Gp.prototype.getClass=function(){return Gp},Gp.isValidMsg=function(t,e,n){var r=new Gp(t,e,n);return r.isValid()?null:r.getErrorMessage()},Gp.isValid=function(t,e,n){return!!new Gp(t,e,n).isValid()},Bp.VERBOSE.get=function(){return!1},Bp.MAX_ENV_DIFF_FRAC.get=function(){return.012},Object.defineProperties(Gp,Bp);var kp=function(){this._pts=null,this._data=null;var t=arguments[0],e=arguments[1];this._pts=t,this._data=e};kp.prototype.getCoordinates=function(){return this._pts},kp.prototype.size=function(){return this._pts.length},kp.prototype.getCoordinate=function(t){return this._pts[t]},kp.prototype.isClosed=function(){return this._pts[0].equals(this._pts[this._pts.length-1])},kp.prototype.getSegmentOctant=function(t){return t===this._pts.length-1?-1:hl.octant(this.getCoordinate(t),this.getCoordinate(t+1))},kp.prototype.setData=function(t){this._data=t},kp.prototype.getData=function(){return this._data},kp.prototype.toString=function(){return Ku.toLineString(new uh(this._pts))},kp.prototype.interfaces_=function(){return[ll]},kp.prototype.getClass=function(){return kp};var zp=function(){this._findAllIntersections=!1,this._isCheckEndSegmentsOnly=!1,this._li=null,this._interiorIntersection=null,this._intSegments=null,this._intersections=new bc,this._intersectionCount=0,this._keepIntersections=!0;var t=arguments[0];this._li=t,this._interiorIntersection=null};zp.prototype.getInteriorIntersection=function(){return this._interiorIntersection},zp.prototype.setCheckEndSegmentsOnly=function(t){this._isCheckEndSegmentsOnly=t},zp.prototype.getIntersectionSegments=function(){return this._intSegments},zp.prototype.count=function(){return this._intersectionCount},zp.prototype.getIntersections=function(){return this._intersections},zp.prototype.setFindAllIntersections=function(t){this._findAllIntersections=t},zp.prototype.setKeepIntersections=function(t){this._keepIntersections=t},zp.prototype.processIntersections=function(t,e,n,r){if(!this._findAllIntersections&&this.hasIntersection())return null;if(t===n&&e===r)return null;if(this._isCheckEndSegmentsOnly&&!this.isEndSegment(t,e)&&!this.isEndSegment(n,r))return null;var i=t.getCoordinates()[e],o=t.getCoordinates()[e+1],s=n.getCoordinates()[r],a=n.getCoordinates()[r+1];this._li.computeIntersection(i,o,s,a),this._li.hasIntersection()&&this._li.isInteriorIntersection()&&(this._intSegments=new Array(4).fill(null),this._intSegments[0]=i,this._intSegments[1]=o,this._intSegments[2]=s,this._intSegments[3]=a,this._interiorIntersection=this._li.getIntersection(0),this._keepIntersections&&this._intersections.add(this._interiorIntersection),this._intersectionCount++)},zp.prototype.isEndSegment=function(t,e){return 0===e||e>=t.size()-2},zp.prototype.hasIntersection=function(){return null!==this._interiorIntersection},zp.prototype.isDone=function(){return!this._findAllIntersections&&null!==this._interiorIntersection},zp.prototype.interfaces_=function(){return[Hl]},zp.prototype.getClass=function(){return zp},zp.createAllIntersectionsFinder=function(t){var e=new zp(t);return e.setFindAllIntersections(!0),e},zp.createAnyIntersectionFinder=function(t){return new zp(t)},zp.createIntersectionCounter=function(t){var e=new zp(t);return e.setFindAllIntersections(!0),e.setKeepIntersections(!1),e};var jp=function(){this._li=new rc,this._segStrings=null,this._findAllIntersections=!1,this._segInt=null,this._isValid=!0;var t=arguments[0];this._segStrings=t};jp.prototype.execute=function(){if(null!==this._segInt)return null;this.checkInteriorIntersections()},jp.prototype.getIntersections=function(){return this._segInt.getIntersections()},jp.prototype.isValid=function(){return this.execute(),this._isValid},jp.prototype.setFindAllIntersections=function(t){this._findAllIntersections=t},jp.prototype.checkInteriorIntersections=function(){this._isValid=!0,this._segInt=new zp(this._li),this._segInt.setFindAllIntersections(this._findAllIntersections);var t=new El;if(t.setSegmentIntersector(this._segInt),t.computeNodes(this._segStrings),this._segInt.hasIntersection())return this._isValid=!1,null},jp.prototype.checkValid=function(){if(this.execute(),!this._isValid)throw new Mh(this.getErrorMessage(),this._segInt.getInteriorIntersection())},jp.prototype.getErrorMessage=function(){if(this._isValid)return"no intersections found";var t=this._segInt.getIntersectionSegments();return"found non-noded intersection between "+Ku.toLineString(t[0],t[1])+" and "+Ku.toLineString(t[2],t[3])},jp.prototype.interfaces_=function(){return[]},jp.prototype.getClass=function(){return jp},jp.computeIntersections=function(t){var e=new jp(t);return e.setFindAllIntersections(!0),e.isValid(),e.getIntersections()};var Xp=function t(){this._nv=null;var e=arguments[0];this._nv=new jp(t.toSegmentStrings(e))};Xp.prototype.checkValid=function(){this._nv.checkValid()},Xp.prototype.interfaces_=function(){return[]},Xp.prototype.getClass=function(){return Xp},Xp.toSegmentStrings=function(t){for(var e=new bc,n=t.iterator();n.hasNext();){var r=n.next();e.add(new kp(r.getCoordinates(),r))}return e},Xp.checkValid=function(t){new Xp(t).checkValid()};var Up=function(t){this._mapOp=t};Up.prototype.map=function(t){for(var e=new bc,n=0;n0&&r<4&&!this._preserveType?this._factory.createLineString(n):this._factory.createLinearRing(n)},Hp.prototype.interfaces_=function(){return[]},Hp.prototype.getClass=function(){return Hp};var Wp=function t(){if(this._snapTolerance=0,this._srcPts=null,this._seg=new gl,this._allowSnappingToSourceVertices=!1,this._isClosed=!1,arguments[0]instanceof Jc&&"number"==typeof arguments[1]){var e=arguments[1];t.call(this,arguments[0].getCoordinates(),e)}else if(arguments[0]instanceof Array&&"number"==typeof arguments[1]){var n=arguments[0],r=arguments[1];this._srcPts=n,this._isClosed=t.isClosed(n),this._snapTolerance=r}};Wp.prototype.snapVertices=function(t,e){for(var n=this._isClosed?t.size()-1:t.size(),r=0;r=0&&t.add(o+1,new bu(i),!1)}},Wp.prototype.findSegmentIndexToSnap=function(t,e){for(var n=mu.MAX_VALUE,r=-1,i=0;ie&&(e=r)}return e}if(2===arguments.length){var i=arguments[0],o=arguments[1];return Math.min(Jp.computeOverlaySnapTolerance(i),Jp.computeOverlaySnapTolerance(o))}},Jp.computeSizeBasedSnapTolerance=function(t){var e=t.getEnvelopeInternal();return Math.min(e.getHeight(),e.getWidth())*Jp.SNAP_PRECISION_FACTOR},Jp.snapToSelf=function(t,e,n){return new Jp(t).snapToSelf(e,n)},Zp.SNAP_PRECISION_FACTOR.get=function(){return 1e-9},Object.defineProperties(Jp,Zp);var Kp=function(t){function e(e,n,r){t.call(this),this._snapTolerance=e||null,this._snapPts=n||null,this._isSelfSnap=void 0!==r&&r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.snapLine=function(t,e){var n=new Wp(t,this._snapTolerance);return n.setAllowSnappingToSourceVertices(this._isSelfSnap),n.snapTo(e)},e.prototype.transformCoordinates=function(t,e){var n=t.toCoordinateArray(),r=this.snapLine(n,this._snapPts);return this._factory.getCoordinateSequenceFactory().create(r)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(Hp),Qp=function(){this._isFirst=!0,this._commonMantissaBitsCount=53,this._commonBits=0,this._commonSignExp=null};Qp.prototype.getCommon=function(){return mu.longBitsToDouble(this._commonBits)},Qp.prototype.add=function(t){var e=mu.doubleToLongBits(t);return this._isFirst?(this._commonBits=e,this._commonSignExp=Qp.signExpBits(this._commonBits),this._isFirst=!1,null):Qp.signExpBits(e)!==this._commonSignExp?(this._commonBits=0,null):(this._commonMantissaBitsCount=Qp.numCommonMostSigMantissaBits(this._commonBits,e),void(this._commonBits=Qp.zeroLowerBits(this._commonBits,64-(12+this._commonMantissaBitsCount))))},Qp.prototype.toString=function(){if(1===arguments.length){var t=arguments[0],e=mu.longBitsToDouble(t),n="0000000000000000000000000000000000000000000000000000000000000000"+mu.toBinaryString(t),r=n.substring(n.length-64);return r.substring(0,1)+" "+r.substring(1,12)+"(exp) "+r.substring(12)+" [ "+e+" ]"}},Qp.prototype.interfaces_=function(){return[]},Qp.prototype.getClass=function(){return Qp},Qp.getBit=function(t,e){return 0!=(t&1<>52},Qp.zeroLowerBits=function(t,e){return t&~((1<=0;r--){if(Qp.getBit(t,r)!==Qp.getBit(e,r))return n;n++}return 52};var $p=function(){this._commonCoord=null,this._ccFilter=new ef},tf={CommonCoordinateFilter:{configurable:!0},Translater:{configurable:!0}};$p.prototype.addCommonBits=function(t){var e=new nf(this._commonCoord);t.apply(e),t.geometryChanged()},$p.prototype.removeCommonBits=function(t){if(0===this._commonCoord.x&&0===this._commonCoord.y)return t;var e=new bu(this._commonCoord);e.x=-e.x,e.y=-e.y;var n=new nf(e);return t.apply(n),t.geometryChanged(),t},$p.prototype.getCommonCoordinate=function(){return this._commonCoord},$p.prototype.add=function(t){t.apply(this._ccFilter),this._commonCoord=this._ccFilter.getCommonCoordinate()},$p.prototype.interfaces_=function(){return[]},$p.prototype.getClass=function(){return $p},tf.CommonCoordinateFilter.get=function(){return ef},tf.Translater.get=function(){return nf},Object.defineProperties($p,tf);var ef=function(){this._commonBitsX=new Qp,this._commonBitsY=new Qp};ef.prototype.filter=function(t){this._commonBitsX.add(t.x),this._commonBitsY.add(t.y)},ef.prototype.getCommonCoordinate=function(){return new bu(this._commonBitsX.getCommon(),this._commonBitsY.getCommon())},ef.prototype.interfaces_=function(){return[pc]},ef.prototype.getClass=function(){return ef};var nf=function(){this.trans=null;var t=arguments[0];this.trans=t};nf.prototype.filter=function(t,e){var n=t.getOrdinate(e,0)+this.trans.x,r=t.getOrdinate(e,1)+this.trans.y;t.setOrdinate(e,0,n),t.setOrdinate(e,1,r)},nf.prototype.isDone=function(){return!1},nf.prototype.isGeometryChanged=function(){return!0},nf.prototype.interfaces_=function(){return[zc]},nf.prototype.getClass=function(){return nf};var rf=function(t,e){this._geom=new Array(2).fill(null),this._snapTolerance=null,this._cbr=null,this._geom[0]=t,this._geom[1]=e,this.computeSnapTolerance()};rf.prototype.selfSnap=function(t){return new Jp(t).snapTo(t,this._snapTolerance)},rf.prototype.removeCommonBits=function(t){this._cbr=new $p,this._cbr.add(t[0]),this._cbr.add(t[1]);var e=new Array(2).fill(null);return e[0]=this._cbr.removeCommonBits(t[0].copy()),e[1]=this._cbr.removeCommonBits(t[1].copy()),e},rf.prototype.prepareResult=function(t){return this._cbr.addCommonBits(t),t},rf.prototype.getResultGeometry=function(t){var e=this.snap(this._geom),n=Cf.overlayOp(e[0],e[1],t);return this.prepareResult(n)},rf.prototype.checkValid=function(t){t.isValid()||Xu.out.println("Snapped geometry is invalid")},rf.prototype.computeSnapTolerance=function(){this._snapTolerance=Jp.computeOverlaySnapTolerance(this._geom[0],this._geom[1])},rf.prototype.snap=function(t){var e=this.removeCommonBits(t);return Jp.snap(e[0],e[1],this._snapTolerance)},rf.prototype.interfaces_=function(){return[]},rf.prototype.getClass=function(){return rf},rf.overlayOp=function(t,e,n){return new rf(t,e).getResultGeometry(n)},rf.union=function(t,e){return rf.overlayOp(t,e,Cf.UNION)},rf.intersection=function(t,e){return rf.overlayOp(t,e,Cf.INTERSECTION)},rf.symDifference=function(t,e){return rf.overlayOp(t,e,Cf.SYMDIFFERENCE)},rf.difference=function(t,e){return rf.overlayOp(t,e,Cf.DIFFERENCE)};var of=function(t,e){this._geom=new Array(2).fill(null),this._geom[0]=t,this._geom[1]=e};of.prototype.getResultGeometry=function(t){var e=null,n=!1,r=null;try{e=Cf.overlayOp(this._geom[0],this._geom[1],t),n=!0}catch(t){if(!(t instanceof Qu))throw t;r=t}if(!n)try{e=rf.overlayOp(this._geom[0],this._geom[1],t)}catch(t){throw t instanceof Qu?r:t}return e},of.prototype.interfaces_=function(){return[]},of.prototype.getClass=function(){return of},of.overlayOp=function(t,e,n){return new of(t,e).getResultGeometry(n)},of.union=function(t,e){return of.overlayOp(t,e,Cf.UNION)},of.intersection=function(t,e){return of.overlayOp(t,e,Cf.INTERSECTION)},of.symDifference=function(t,e){return of.overlayOp(t,e,Cf.SYMDIFFERENCE)},of.difference=function(t,e){return of.overlayOp(t,e,Cf.DIFFERENCE)};var sf=function(){this.mce=null,this.chainIndex=null;var t=arguments[0],e=arguments[1];this.mce=t,this.chainIndex=e};sf.prototype.computeIntersections=function(t,e){this.mce.computeIntersectsForChain(this.chainIndex,t.mce,t.chainIndex,e)},sf.prototype.interfaces_=function(){return[]},sf.prototype.getClass=function(){return sf};var af=function t(){if(this._label=null,this._xValue=null,this._eventType=null,this._insertEvent=null,this._deleteEventIndex=null,this._obj=null,2===arguments.length){var e=arguments[0],n=arguments[1];this._eventType=t.DELETE,this._xValue=e,this._insertEvent=n}else if(3===arguments.length){var r=arguments[0],i=arguments[1],o=arguments[2];this._eventType=t.INSERT,this._label=r,this._xValue=i,this._obj=o}},uf={INSERT:{configurable:!0},DELETE:{configurable:!0}};af.prototype.isDelete=function(){return this._eventType===af.DELETE},af.prototype.setDeleteEventIndex=function(t){this._deleteEventIndex=t},af.prototype.getObject=function(){return this._obj},af.prototype.compareTo=function(t){var e=t;return this._xValuee._xValue?1:this._eventTypee._eventType?1:0},af.prototype.getInsertEvent=function(){return this._insertEvent},af.prototype.isInsert=function(){return this._eventType===af.INSERT},af.prototype.isSameLabel=function(t){return null!==this._label&&this._label===t._label},af.prototype.getDeleteEventIndex=function(){return this._deleteEventIndex},af.prototype.interfaces_=function(){return[xu]},af.prototype.getClass=function(){return af},uf.INSERT.get=function(){return 1},uf.DELETE.get=function(){return 2},Object.defineProperties(af,uf);var cf=function(){};cf.prototype.interfaces_=function(){return[]},cf.prototype.getClass=function(){return cf};var hf=function(){this._hasIntersection=!1,this._hasProper=!1,this._hasProperInterior=!1,this._properIntersectionPoint=null,this._li=null,this._includeProper=null,this._recordIsolated=null,this._isSelfIntersection=null,this._numIntersections=0,this.numTests=0,this._bdyNodes=null,this._isDone=!1,this._isDoneWhenProperInt=!1;var t=arguments[0],e=arguments[1],n=arguments[2];this._li=t,this._includeProper=e,this._recordIsolated=n};hf.prototype.isTrivialIntersection=function(t,e,n,r){if(t===n&&1===this._li.getIntersectionNum()){if(hf.isAdjacentSegments(e,r))return!0;if(t.isClosed()){var i=t.getNumPoints()-1;if(0===e&&r===i||0===r&&e===i)return!0}}return!1},hf.prototype.getProperIntersectionPoint=function(){return this._properIntersectionPoint},hf.prototype.setIsDoneIfProperInt=function(t){this._isDoneWhenProperInt=t},hf.prototype.hasProperInteriorIntersection=function(){return this._hasProperInterior},hf.prototype.isBoundaryPointInternal=function(t,e){for(var n=e.iterator();n.hasNext();){var r=n.next().getCoordinate();if(t.isIntersection(r))return!0}return!1},hf.prototype.hasProperIntersection=function(){return this._hasProper},hf.prototype.hasIntersection=function(){return this._hasIntersection},hf.prototype.isDone=function(){return this._isDone},hf.prototype.isBoundaryPoint=function(t,e){return null!==e&&(!!this.isBoundaryPointInternal(t,e[0])||!!this.isBoundaryPointInternal(t,e[1]))},hf.prototype.setBoundaryNodes=function(t,e){this._bdyNodes=new Array(2).fill(null),this._bdyNodes[0]=t,this._bdyNodes[1]=e},hf.prototype.addIntersections=function(t,e,n,r){if(t===n&&e===r)return null;this.numTests++;var i=t.getCoordinates()[e],o=t.getCoordinates()[e+1],s=n.getCoordinates()[r],a=n.getCoordinates()[r+1];this._li.computeIntersection(i,o,s,a),this._li.hasIntersection()&&(this._recordIsolated&&(t.setIsolated(!1),n.setIsolated(!1)),this._numIntersections++,this.isTrivialIntersection(t,e,n,r)||(this._hasIntersection=!0,!this._includeProper&&this._li.isProper()||(t.addIntersections(this._li,e,0),n.addIntersections(this._li,r,1)),this._li.isProper()&&(this._properIntersectionPoint=this._li.getIntersection(0).copy(),this._hasProper=!0,this._isDoneWhenProperInt&&(this._isDone=!0),this.isBoundaryPoint(this._li,this._bdyNodes)||(this._hasProperInterior=!0))))},hf.prototype.interfaces_=function(){return[]},hf.prototype.getClass=function(){return hf},hf.isAdjacentSegments=function(t,e){return 1===Math.abs(t-e)};var lf=function(t){function e(){t.call(this),this.events=new bc,this.nOverlaps=null}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.prepareEvents=function(){$h.sort(this.events);for(var t=0;te||this._maxo?1:0},gf.prototype.interfaces_=function(){return[wu]},gf.prototype.getClass=function(){return gf};var df=function(t){function e(){t.call(this),this._item=null;var e=arguments[0],n=arguments[1],r=arguments[2];this._min=e,this._max=n,this._item=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.query=function(t,e,n){if(!this.intersects(t,e))return null;n.visitItem(this._item)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(pf),yf=function(t){function e(){t.call(this),this._node1=null,this._node2=null;var e=arguments[0],n=arguments[1];this._node1=e,this._node2=n,this.buildExtent(this._node1,this._node2)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.buildExtent=function(t,e){this._min=Math.min(t._min,e._min),this._max=Math.max(t._max,e._max)},e.prototype.query=function(t,e,n){if(!this.intersects(t,e))return null;null!==this._node1&&this._node1.query(t,e,n),null!==this._node2&&this._node2.query(t,e,n)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e}(pf),_f=function(){this._leaves=new bc,this._root=null,this._level=0};_f.prototype.buildTree=function(){$h.sort(this._leaves,new pf.NodeComparator);for(var t=this._leaves,e=null,n=new bc;;){if(this.buildLevel(t,n),1===n.size())return n.get(0);e=t,t=n,n=e}},_f.prototype.insert=function(t,e,n){if(null!==this._root)throw new Error("Index cannot be added to once it has been queried");this._leaves.add(new df(t,e,n))},_f.prototype.query=function(t,e,n){this.init(),this._root.query(t,e,n)},_f.prototype.buildRoot=function(){if(null!==this._root)return null;this._root=this.buildTree()},_f.prototype.printNode=function(t){Xu.out.println(Ku.toLineString(new bu(t._min,this._level),new bu(t._max,this._level)))},_f.prototype.init=function(){if(null!==this._root)return null;this.buildRoot()},_f.prototype.buildLevel=function(t,e){this._level++,e.clear();for(var n=0;n=2,"found LineString with single point"),this.insertBoundaryPoint(this._argIndex,e[0]),this.insertBoundaryPoint(this._argIndex,e[e.length-1])},e.prototype.getInvalidPoint=function(){return this._invalidPoint},e.prototype.getBoundaryPoints=function(){for(var t=this.getBoundaryNodes(),e=new Array(t.size()).fill(null),n=0,r=t.iterator();r.hasNext();){var i=r.next();e[n++]=i.getCoordinate().copy()}return e},e.prototype.getBoundaryNodes=function(){return null===this._boundaryNodes&&(this._boundaryNodes=this._nodes.getBoundaryNodes(this._argIndex)),this._boundaryNodes},e.prototype.addSelfIntersectionNode=function(t,e,n){if(this.isBoundaryNode(t,e))return null;n===Su.BOUNDARY&&this._useBoundaryDeterminationRule?this.insertBoundaryPoint(t,e):this.insertPoint(t,e,n)},e.prototype.addPolygonRing=function(t,e,n){if(t.isEmpty())return null;var r=Cc.removeRepeatedPoints(t.getCoordinates());if(r.length<4)return this._hasTooFewPoints=!0,this._invalidPoint=r[0],null;var i=e,o=n;sc.isCCW(r)&&(i=n,o=e);var s=new ep(r,new Rh(this._argIndex,Su.BOUNDARY,i,o));this._lineEdgeMap.put(t,s),this.insertEdge(s),this.insertPoint(this._argIndex,r[0],Su.BOUNDARY)},e.prototype.insertPoint=function(t,e,n){var r=this._nodes.addNode(e),i=r.getLabel();null===i?r._label=new Rh(t,n):i.setLocation(t,n)},e.prototype.createEdgeSetIntersector=function(){return new lf},e.prototype.addSelfIntersectionNodes=function(t){for(var e=this._edges.iterator();e.hasNext();)for(var n=e.next(),r=n.getLabel().getLocation(t),i=n.eiList.iterator();i.hasNext();){var o=i.next();this.addSelfIntersectionNode(t,o.coord,r)}},e.prototype.add=function(){if(1!==arguments.length)return t.prototype.add.apply(this,arguments);var e=arguments[0];if(e.isEmpty())return null;if(e instanceof nh&&(this._useBoundaryDeterminationRule=!1),e instanceof $c)this.addPolygon(e);else if(e instanceof Jc)this.addLineString(e);else if(e instanceof Kc)this.addPoint(e);else if(e instanceof th)this.addCollection(e);else if(e instanceof Xc)this.addCollection(e);else if(e instanceof nh)this.addCollection(e);else{if(!(e instanceof jc))throw new Error(e.getClass().getName());this.addCollection(e)}},e.prototype.addCollection=function(t){for(var e=0;e50?(null===this._areaPtLocator&&(this._areaPtLocator=new vf(this._parentGeom)),this._areaPtLocator.locate(t)):this._ptLocator.locate(t,this._parentGeom)},e.prototype.findEdge=function(){if(1===arguments.length){var e=arguments[0];return this._lineEdgeMap.get(e)}return t.prototype.findEdge.apply(this,arguments)},e.prototype.interfaces_=function(){return[]},e.prototype.getClass=function(){return e},e.determineBoundary=function(t,e){return t.isInBoundary(e)?Su.BOUNDARY:Su.INTERIOR},e}(Uh),If=function(){if(this._li=new rc,this._resultPrecisionModel=null,this._arg=null,1===arguments.length){var t=arguments[0];this.setComputationPrecision(t.getPrecisionModel()),this._arg=new Array(1).fill(null),this._arg[0]=new bf(0,t)}else if(2===arguments.length){var e=arguments[0],n=arguments[1],r=fc.OGC_SFS_BOUNDARY_RULE;e.getPrecisionModel().compareTo(n.getPrecisionModel())>=0?this.setComputationPrecision(e.getPrecisionModel()):this.setComputationPrecision(n.getPrecisionModel()),this._arg=new Array(2).fill(null),this._arg[0]=new bf(0,e,r),this._arg[1]=new bf(1,n,r)}else if(3===arguments.length){var i=arguments[0],o=arguments[1],s=arguments[2];i.getPrecisionModel().compareTo(o.getPrecisionModel())>=0?this.setComputationPrecision(i.getPrecisionModel()):this.setComputationPrecision(o.getPrecisionModel()),this._arg=new Array(2).fill(null),this._arg[0]=new bf(0,i,s),this._arg[1]=new bf(1,o,s)}};If.prototype.getArgGeometry=function(t){return this._arg[t].getGeometry()},If.prototype.setComputationPrecision=function(t){this._resultPrecisionModel=t,this._li.setPrecisionModel(this._resultPrecisionModel)},If.prototype.interfaces_=function(){return[]},If.prototype.getClass=function(){return If};var Nf=function(){};Nf.prototype.interfaces_=function(){return[]},Nf.prototype.getClass=function(){return Nf},Nf.map=function(){if(arguments[0]instanceof cc&&Lu(arguments[1],Nf.MapOp)){for(var t=arguments[0],e=arguments[1],n=new bc,r=0;r=t.size()?null:t.get(e)},Tf.union=function(t){return new Tf(t).union()},Af.STRTREE_NODE_CAPACITY.get=function(){return 4},Object.defineProperties(Tf,Af);var Df=function(){};Df.prototype.interfaces_=function(){return[]},Df.prototype.getClass=function(){return Df},Df.union=function(t,e){if(t.isEmpty()||e.isEmpty()){if(t.isEmpty()&&e.isEmpty())return Cf.createEmptyResult(Cf.UNION,t,e,t.getFactory());if(t.isEmpty())return e.copy();if(e.isEmpty())return t.copy()}return t.checkNotGeometryCollection(t),t.checkNotGeometryCollection(e),of.overlayOp(t,e,Cf.UNION)};var Ff=function(){return new Yi};Yi.prototype={constructor:Yi,reset:function(){this.s=this.t=0},add:function(t){Vi(qf,t,this.t),Vi(this,qf.s,this.s),this.s?this.t+=qf.t:this.s=qf.t},valueOf:function(){return this.s}};var qf=new Yi,Gf=1e-6,Bf=Math.PI,kf=Bf/2,zf=Bf/4,jf=2*Bf,Xf=180/Bf,Uf=Bf/180,Yf=Math.abs,Vf=Math.atan,Hf=Math.atan2,Wf=Math.cos,Jf=Math.exp,Zf=Math.log,Kf=Math.sin,Qf=Math.sqrt,$f=Math.tan,tg={Feature:function(t,e){Ji(t.geometry,e)},FeatureCollection:function(t,e){for(var n=t.features,r=-1,i=n.length;++r2?t[2]*Uf:0),e.invert=function(e){return(e=t.invert(e[0]*Uf,e[1]*Uf))[0]*=Xf,e[1]*=Xf,e},e},og=function(){var t,e=[];return{point:function(e,n){t.push([e,n])},lineStart:function(){e.push(t=[])},lineEnd:Wi,rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))},result:function(){var n=e;return e=[],t=null,n}}},sg=function(t,e,n,r,i,o){var s,a=t[0],u=t[1],c=0,h=1,l=e[0]-a,p=e[1]-u;if(s=n-a,l||!(s>0)){if(s/=l,l<0){if(s0){if(s>h)return;s>c&&(c=s)}if(s=i-a,l||!(s<0)){if(s/=l,l<0){if(s>h)return;s>c&&(c=s)}else if(l>0){if(s0)){if(s/=p,p<0){if(s0){if(s>h)return;s>c&&(c=s)}if(s=o-u,p||!(s<0)){if(s/=p,p<0){if(s>h)return;s>c&&(c=s)}else if(p>0){if(s0&&(t[0]=a+c*l,t[1]=u+c*p),h<1&&(e[0]=a+h*l,e[1]=u+h*p),!0}}}}},ag=function(t,e){return Yf(t[0]-e[0])=0;--o)i.point((h=c[o])[0],h[1]);else r(p.x,p.p.x,-1,i);p=p.p}c=(p=p.o).z,f=!f}while(!p.v);i.lineEnd()}}},cg=function(t,e){return te?1:t>=e?0:NaN},hg=(function(t){1===t.length&&(t=function(t){return function(e,n){return cg(t(e),n)}}(t))}(cg),function(t){for(var e,n,r,i=t.length,o=-1,s=0;++o=0;)for(e=(r=t[i]).length;--e>=0;)n[--s]=r[e];return n}),lg=1e9,pg=-lg,fg=Ff(),gg=(Ff(),function(t){return t}),dg=(Ff(),Ff(),1/0),yg=dg,_g=-dg,mg=_g,vg={point:function(t,e){t_g&&(_g=t),emg&&(mg=e)},lineStart:Wi,lineEnd:Wi,polygonStart:Wi,polygonEnd:Wi,result:function(){var t=[[dg,yg],[_g,mg]];return _g=mg=-(yg=dg=1/0),t}},xg=(Ff(),function(t,e,n,r){return function(i,o){function s(e,n){var r=i(e,n);t(e=r[0],n=r[1])&&o.point(e,n)}function a(t,e){var n=i(t,e);y.point(n[0],n[1])}function u(){E.point=a,y.lineStart()}function c(){E.point=s,y.lineEnd()}function h(t,e){d.push([t,e]);var n=i(t,e);v.point(n[0],n[1])}function l(){v.lineStart(),d=[]}function p(){h(d[0][0],d[0][1]),v.lineEnd();var t,e,n,r,i=v.clean(),s=m.result(),a=s.length;if(d.pop(),f.push(d),d=null,a)if(1&i){if((e=(n=s[0]).length-1)>0){for(x||(o.polygonStart(),x=!0),o.lineStart(),t=0;t1&&2&i&&s.push(s.pop().concat(s.shift())),g.push(s.filter(go))}var f,g,d,y=e(o),_=i.invert(r[0],r[1]),m=og(),v=e(m),x=!1,E={point:s,lineStart:u,lineEnd:c,polygonStart:function(){E.point=h,E.lineStart=l,E.lineEnd=p,g=[],f=[]},polygonEnd:function(){E.point=s,E.lineStart=u,E.lineEnd=c,g=hg(g);var t=function(t,e){var n=e[0],r=e[1],i=[Kf(n),-Wf(n),0],o=0,s=0;fg.reset();for(var a=0,u=t.length;a=0?1:-1,I=b*w,N=I>Bf,C=g*x;if(fg.add(Hf(C*b*Kf(I),d*E+C*Wf(I))),o+=N?w+b*jf:w,N^p>=n^m>=n){var S=eo($i(l),$i(_));io(S);var M=eo(i,S);io(M);var L=(N^w>=0?-1:1)*Hi(M[2]);(r>L||r===L&&(S[0]||S[1]))&&(s+=N^w>=0?1:-1)}}return(o<-Gf||o0?Bf:-Bf,u=Yf(o-n);Yf(u-Bf)0?kf:-kf),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(a,r),t.point(o,r),e=0):i!==a&&u>=Bf&&(Yf(n-i)Gf?Vf((Kf(e)*(o=Wf(r))*Kf(n)-Kf(r)*(i=Wf(e))*Kf(t))/(i*o*s)):(e+r)/2}(n,r,o,s),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(a,r),e=0),t.point(n=o,r=s),i=a},lineEnd:function(){t.lineEnd(),n=r=NaN},clean:function(){return 2-e}}}),(function(t,e,n,r){var i;if(null==t)i=n*kf,r.point(-Bf,i),r.point(0,i),r.point(Bf,i),r.point(Bf,0),r.point(Bf,-i),r.point(0,-i),r.point(-Bf,-i),r.point(-Bf,0),r.point(-Bf,i);else if(Yf(t[0]-e[0])>Gf){var o=t[0]o}function r(t,e,n){var r=[1,0,0],i=eo($i(t),$i(e)),s=to(i,i),a=i[0],u=s-a*a;if(!u)return!n&&t;var c=o*s/u,h=-o*a/u,l=eo(r,i),p=ro(r,c);no(p,ro(i,h));var f=l,g=to(p,f),d=to(f,f),y=g*g-d*(to(p,p)-1);if(!(y<0)){var _=Qf(y),m=ro(f,(-g-_)/d);if(no(m,p),m=Qi(m),!n)return m;var v,x=t[0],E=e[0],w=t[1],b=e[1];E0^m[1]<(Yf(m[0]-x)Bf^(x<=m[0]&&m[0]<=E)){var C=ro(f,(-g+_)/d);return no(C,p),[m,Qi(C)]}}}function i(e,n){var r=s?t:Bf-t,i=0;return e<-r?i|=1:e>r&&(i|=2),n<-r?i|=4:n>r&&(i|=8),i}var o=Wf(t),s=o>0,a=Yf(o)>Gf;return xg(n,(function(t){var e,o,u,c,h;return{lineStart:function(){c=u=!1,h=1},point:function(l,p){var f,g=[l,p],d=n(l,p),y=s?d?0:i(l,p):d?i(l+(l<0?Bf:-Bf),p):0;if(!e&&(c=u=d)&&t.lineStart(),d!==u&&(!(f=r(e,g))||ag(e,f)||ag(g,f))&&(g[0]+=Gf,g[1]+=Gf,d=n(g[0],g[1])),d!==u)h=0,d?(t.lineStart(),f=r(g,e),t.point(f[0],f[1])):(f=r(e,g),t.point(f[0],f[1]),t.lineEnd()),e=f;else if(a&&e&&s^d){var _;y&o||!(_=r(g,e,!0))||(h=0,s?(t.lineStart(),t.point(_[0][0],_[0][1]),t.point(_[1][0],_[1][1]),t.lineEnd()):(t.point(_[1][0],_[1][1]),t.lineEnd(),t.lineStart(),t.point(_[0][0],_[0][1])))}!d||e&&ag(e,g)||t.point(g[0],g[1]),e=g,u=d,o=y},lineEnd:function(){u&&t.lineEnd(),e=null},clean:function(){return h|(c&&u)<<1}}}),(function(n,r,i,o){!function(t,e,n,r,i,o){if(n){var s=Wf(e),a=Kf(e),u=r*n;null==i?(i=e+r*jf,o=e-u/2):(i=ho(s,i),o=ho(s,o),(r>0?io)&&(i+=r*jf));for(var c,h=i;r>0?h>o:h4*e&&d--){var x=s+p,E=a+f,w=u+g,b=Qf(x*x+E*E+w*w),I=Hi(w/=b),N=Yf(Yf(w)-1)e||Yf((_*L+m*P)/v-.5)>.3||s*p+a*f+u*g2?t[2]+90:90]):[(t=n())[0],t[1],t[2]-90]},n([0,0,90]).scale(159.155)};t.projection=Cs,t.random=gu,t.clusters=du,t.helpers=ko,t.invariant=jo,t.meta=zo,t.isolines=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.zProperty||"elevation",i=n.commonProperties||{},o=n.breaksProperties||[];if(W(t,"Point","Input must contain Points"),!e)throw new Error("breaks is required");if(!Array.isArray(e))throw new Error("breaks must be an Array");if(!I(i))throw new Error("commonProperties must be an Object");if(!Array.isArray(o))throw new Error("breaksProperties must be an Array");var s=rt(t,{zProperty:r,flip:!0});return c(function(t,e,n){var r=j(n),i=r[2]-r[0],o=r[3]-r[1],s=r[0],a=r[1],u=e[0].length-1,c=e.length-1,h=i/u,l=o/c,p=function(t){t[0]=t[0]*h+s,t[1]=t[1]*l+a};return t.forEach((function(t){S(t,p)})),t}(function(t,e,n,r,i){for(var o=[],s=1;ss;)n=i[r=Math.floor((o+1)*Math.random())],i[r]=i[o],i[o]=n;return i.slice(s)}(t.features,e))},t.envelope=he,t.square=le,t.circle=fe,t.midpoint=function(t,e){return pe(t,qt(t,e)/2,ge(t,e))},t.center=de,t.centerOfMass=_e,t.centroid=ye,t.combine=function(t){function n(t,e,n){n?r[e].coordinates=r[e].coordinates.concat(t.geometry.coordinates):r[e].coordinates.push(t.geometry.coordinates),r[e].properties.push(t.properties)}var r={MultiPoint:{coordinates:[],properties:[]},MultiLineString:{coordinates:[],properties:[]},MultiPolygon:{coordinates:[],properties:[]}},i=Object.keys(r).reduce((function(t,e){return t[e.replace("Multi","")]=e,t}),{});return O(t,(function(t){t.geometry&&(r[t.geometry.type]?n(t,t.geometry.type,!0):i[t.geometry.type]&&n(t,i[t.geometry.type],!1))})),c(Object.keys(r).filter((function(t){return r[t].coordinates.length})).sort().map((function(t){return e({type:t,coordinates:r[t].coordinates},{collectedProperties:r[t].properties})})))},t.distance=qt,t.explode=me,t.bbox=j,t.tesselate=function(t){if(!t.geometry||"Polygon"!==t.geometry.type&&"MultiPolygon"!==t.geometry.type)throw new Error("input must be a Polygon or MultiPolygon");var e={type:"FeatureCollection",features:[]};return"Polygon"===t.geometry.type?e.features=De(t.geometry.coordinates):t.geometry.coordinates.forEach((function(t){e.features=e.features.concat(De(t))})),e},t.bboxPolygon=ce,t.booleanPointInPolygon=Pt,t.nearestPoint=Fe,t.nearestPointOnLine=on,t.nearestPointToLine=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.units,i=n.properties||{};if(!t)throw new Error("points is required");if(!(t=function(t){var e=[];switch(t.geometry?t.geometry.type:t.type){case"GeometryCollection":return A(t,(function(t){"Point"===t.type&&e.push({type:"Feature",properties:{},geometry:t})})),{type:"FeatureCollection",features:e};case"FeatureCollection":return t.features=t.features.filter((function(t){return"Point"===t.geometry.type})),t;default:throw new Error("points must be a Point Collection")}}(t)).features.length)throw new Error("points must contain features");if(!e)throw new Error("line is required");if("LineString"!==K(e))throw new Error("line must be a LineString");var o=1/0,s=null;return O(t,(function(t){var n=gn(t,e,{units:r});n=0&&c<=1&&(p.onLine1=!0),h>=0&&h<=1&&(p.onLine2=!0),!(!p.onLine1||!p.onLine2)&&[p.x,p.y])}(t[n][0],t[n][1],t[n+1][0],t[n+1][1],e[o][0],e[o][1],e[o+1][0],e[o+1][1]);s&&i.features.push(r([s[0],s[1]]))}}))})),i},t.pointOnFeature=yn,t.area=mn,t.along=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var i;if("Feature"===t.type)i=t.geometry.coordinates;else{if("LineString"!==t.type)throw new Error("input must be a LineString Feature or Geometry");i=t.coordinates}if(!b(e))throw new Error("distance must be a number");for(var o=0,s=0;s=o&&s===i.length-1);s++){if(o>=e){var a=e-o;if(a){var u=ge(i[s],i[s-1])-180;return pe(i[s],a,u,n)}return r(i[s])}o+=qt(i[s],i[s+1],n)}return r(i[i.length-1])},t.length=bn,t.lineSlice=function(t,e,n){var r=U(n);if("LineString"!==K(n))throw new Error("line must be a LineString");for(var i,o=on(n,t),s=on(n,e),u=[(i=o.properties.index<=s.properties.index?[o,s]:[s,o])[0].geometry.coordinates],c=i[0].properties.index+1;c is required");if("boolean"!=typeof n)throw new Error(" must be a boolean");if("boolean"!=typeof r)throw new Error(" must be a boolean");!1===r&&(t=Gt(t));var i=[];switch(t.type){case"GeometryCollection":return A(t,(function(t){sr(t,n)})),t;case"FeatureCollection":return O(t,(function(t){O(sr(t,n),(function(t){i.push(t)}))})),c(i)}return sr(t,n)},t.isobands=function(t,e,n){if(!I(n=n||{}))throw new Error("options is invalid");var r=n.zProperty||"elevation",i=n.commonProperties||{},s=n.breaksProperties||[];if(W(t,"Point","Input must contain Points"),!e)throw new Error("breaks is required");if(!Array.isArray(e))throw new Error("breaks is not an Array");if(!I(i))throw new Error("commonProperties is not an Object");if(!Array.isArray(s))throw new Error("breaksProperties is not an Array");var a=cr(t,{zProperty:r,flip:!0}),u=function(t,e,n){for(var r=[],i=1;i0}(t,e);case"Polygon":return!br(e,t)}break;case"Polygon":switch(e.type){case"Point":return!Pt(e,t);case"LineString":return!br(t,e);case"Polygon":return!function(t,e){for(var n=0;n0)for(var n=0;n0))throw new Error("Invalid maxDistance");if(!(void 0===r||null===r||Math.sign(r)>0))throw new Error("Invalid minPoints");t=Gt(t),r=r||3;var o=new Ha.DBSCAN,s=-1;return o.run(T(t),E(e,i),r,qt).forEach((function(e){s++,e.forEach((function(e){var n=t.features[e];n.properties||(n.properties={}),n.properties.cluster=s,n.properties.dbscan="core"}))})),o.noise.forEach((function(e){var n=t.features[e];n.properties||(n.properties={}),n.properties.cluster?n.properties.dbscan="edge":n.properties.dbscan="noise"})),t},t.clustersKmeans=function(t,e){if("object"!=typeof(e=e||{}))throw new Error("options is invalid");var n=e.numberOfClusters,r=e.mutate;W(t,"Point","Input must contain Points");var i=t.features.length;(n=n||Math.round(Math.sqrt(i/2)))>i&&(n=i),!1!==r&&void 0!==r||(t=Gt(t));var o=T(t),s=o.slice(0,n),a=eu(o,n,s),u={};return a.centroids.forEach((function(t,e){u[e]=t})),O(t,(function(t,e){var n=a.idxs[e];t.properties.cluster=n,t.properties.centroid=u[n]})),t},t.pointToLineDistance=gn,t.booleanParallel=function(t,e){if(!t)throw new Error("line1 is required");if(!e)throw new Error("line2 is required");if("LineString"!==Dr(t,"line1"))throw new Error("line1 must be a LineString");if("LineString"!==Dr(e,"line2"))throw new Error("line2 must be a LineString");for(var n=en(te(t)).features,r=en(te(e)).features,i=0;i=d;){for(var T=[],A=[],D=g+w,F=0;D<=y;){var q=r([D,O]),G=function(t,e){for(var n=0;n0&&0!==e)if(e>o[o.length-1])e-=o.length;else{var r=Po(e,o);0!==r&&(e-=r)}if(e!==+u){var l=i[e];l&&c&&(void 0!==n&&l.properties[n]!==c.properties[n]||Tr(c,l)&&function(t,e){return nn(a(T(t)),a(T(e))).features.length>0}(c,l)&&(i[u]=Mo(c,l),o.push(t.properties.origIndexPosition),o.sort((function(t,e){return t-e})),s.remove(t),i.splice(e,1),c.properties.origIndexPosition=u,s.remove(c,(function(t,e){return t.properties.origIndexPosition===e.properties.origIndexPosition})),h=!0))}})),h){if(!c)continue;c.properties.origIndexPosition=u,s.insert(c),u--}}return i.forEach((function(t){delete t.properties.origIndexPosition,delete t.bbox})),r},t.hexGrid=Oo,t.mask=function(t,e){var n=function(t){return o(t&&t.geometry.coordinates||[[[180,90],[-180,90],[-180,-90],[180,-90],[180,90]]])}(e),r=function(t){var e=[],n=[];return F(t,(function(t){var r=t.geometry.coordinates,i=r[0],s=r.slice(1);e.push(o([i])),s.forEach((function(t){n.push(o([t]))}))})),[c(e),c(n)]}(t),i=r[0],s=r[1];return function(t,e,n){var r=[];return r.push(t.geometry.coordinates[0]),F(e,(function(t){r.push(t.geometry.coordinates[0])})),F(n,(function(t){r.push(t.geometry.coordinates[0])})),o(r)}(n,i=Ro(i),s=Ro(s))},t.squareGrid=Ao,t.triangleGrid=Do,t.interpolate=function(t,e,n){if("object"!=typeof(n=n||{}))throw new Error("options is invalid");var r=n.gridType,i=n.property,o=n.weight;if(!t)throw new Error("points is required");if(W(t,"Point","input must contain Points"),!e)throw new Error("cellSize is required");if(void 0!==o&&"number"!=typeof o)throw new Error("weight must be a number");i=i||"elevation",r=r||"square",o=o||1;var s,a=j(t);switch(r){case"point":case"points":s=Ln(a,e,n);break;case"square":case"squares":s=Ao(a,e,n);break;case"hex":case"hexes":s=Oo(a,e,n);break;case"triangle":case"triangles":s=Do(a,e,n);break;default:throw new Error("invalid gridType")}var u=[];return O(s,(function(e){var s=0,a=0;O(t,(function(t){var u,c=qt("point"===r?e:ye(e),t,n);if(void 0!==i&&(u=t.properties[i]),void 0===u&&(u=t.geometry.coordinates[2]),void 0===u)throw new Error("zValue is missing");0===c&&(s=u);var h=1/Math.pow(c,o);a+=h,s+=h*u}));var c=Gt(e);c.properties[i]=s/a,u.push(c)})),c(u)},t.pointOnSurface=yn,t.polygonToLineString=kn,t.lineStringToPolygon=jn,t.inside=Pt,t.within=Rt,t.bezier=ue,t.nearest=Fe,t.pointOnLine=on,t.lineDistance=bn,t.radians2degrees=v,t.degrees2radians=x,t.distanceToDegrees=_,t.distanceToRadians=y,t.radiansToDistance=d,t.bearingToAngle=m,t.convertDistance=E,t.toMercator=cn,t.toWgs84=hn,t.randomPosition=_i,t.randomPoint=mi,t.randomPolygon=vi,t.randomLineString=xi,t.getCluster=wi,t.clusterEach=bi,t.clusterReduce=Ii,t.createBins=Ni,t.applyFilter=Ci,t.propertiesContainsFilter=Si,t.filterProperties=Mi,t.earthRadius=Fo,t.factors=qo,t.unitsFactors=Go,t.areaFactors=Bo,t.feature=e,t.geometry=n,t.point=r,t.points=i,t.polygon=o,t.polygons=s,t.lineString=a,t.lineStrings=u,t.featureCollection=c,t.multiLineString=h,t.multiPoint=l,t.multiPolygon=p,t.geometryCollection=f,t.round=g,t.radiansToLength=d,t.lengthToRadians=y,t.lengthToDegrees=_,t.bearingToAzimuth=m,t.radiansToDegrees=v,t.degreesToRadians=x,t.convertLength=E,t.convertArea=w,t.isNumber=b,t.isObject=I,t.validateBBox=N,t.validateId=C,t.getCoord=X,t.getCoords=U,t.containsNumber=Y,t.geojsonType=V,t.featureOf=H,t.collectionOf=W,t.getGeom=J,t.getGeomType=Z,t.getType=K,t.coordEach=S,t.coordReduce=M,t.propEach=L,t.propReduce=P,t.featureEach=O,t.featureReduce=R,t.coordAll=T,t.geomEach=A,t.geomReduce=D,t.flattenEach=F,t.flattenReduce=q,t.segmentEach=G,t.segmentReduce=B,t.lineEach=k,t.lineReduce=z,Object.defineProperty(t,"__esModule",{value:!0})}(e)}}]); //# sourceMappingURL=vendors.turf.js.map \ No newline at end of file diff --git a/build/index.html b/build/index.html index a4a7549..cd63969 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -Local Services Lookup

Please turn on javascript to use this feature. Thanks!

\ No newline at end of file +Local Services Lookup

Please turn on javascript to use this feature. Thanks!

\ No newline at end of file diff --git a/public/index.html b/public/index.html index b1e657d..b590971 100644 --- a/public/index.html +++ b/public/index.html @@ -17,10 +17,10 @@ - - - - + + + + diff --git a/src/components/DataLoader.js b/src/components/DataLoader.js index 5945d7e..b313712 100644 --- a/src/components/DataLoader.js +++ b/src/components/DataLoader.js @@ -417,7 +417,6 @@ export default class DataLoader extends HTMLElement { break; case 'HRDFlooding': - console.log('pushing HRDFlooding'); dataList.push(HRDFlooding); break; @@ -796,7 +795,7 @@ export default class DataLoader extends HTMLElement { } else { let dataList = loader.getDataSets(loader); Promise.all(dataList).then(values => { - console.log(values); + // console.log(values); let dataSets = {}; for (let key in values) { if (values[key] != null) { diff --git a/src/components/MyHomeInfo.js b/src/components/MyHomeInfo.js index e0979f8..fd6c767 100644 --- a/src/components/MyHomeInfo.js +++ b/src/components/MyHomeInfo.js @@ -106,10 +106,33 @@ export default class MyHomeInfo extends HTMLElement { map.id='cod-map'; let apiData = JSON.parse(this.getAttribute('data-api-active-datasets')); let mapData = this.getAttribute('data-map-active-data'); + const layerData = {"id":"mapData","layers":[{"name":"data-points","type":"circle","radius":6,"color":"#004445","active":true,"sort":10,"source":"data-points"}],"source": apiData[mapData].data}; + let layerStructure; + switch (mapData) { + case 'schools': + layerStructure = {"schools":[{"type":"field-value","label":"Name:","value":"EntityOfficialName"}]}; + break; + + case 'demos-data': + layerStructure = {"demos-data":[{"type":"field-value","label":"Address:","value":"address"}]}; + break; + + case 'stabilization-data': + layerStructure = {"stabilization-data":[{"type":"field-value","label":"Address:","value":"address"}]}; + break; + + case 'improve-det': + layerStructure = {"improve-det":[{"type":"field-value","label":"Address:","value":"address"},{"type":"field-value","label":"Type:","value":"request_type_title"}]}; + break; + + default: + break; + }; map.setAttribute('data-parent-component', 'my-home-info'); map.setAttribute('data-map-mode', 'my-home-info'); map.setAttribute('data-map-active-data', this.getAttribute('data-map-active-data')); - map.setAttribute('data-map-data', JSON.stringify(apiData[mapData])); + map.setAttribute('data-popup-structure', JSON.stringify(layerStructure)); + map.setAttribute('data-map-data', JSON.stringify(layerData)); map.setAttribute('data-location', this.getAttribute('data-parcel-id')); map.setAttribute('data-map-state', 'init'); appWrapper.appendChild(map);