Files
td_official/public/sdk/Cesium/index.cjs
2025-07-29 11:22:30 +08:00

8733 lines
3.3 MiB
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @license
* Cesium - https://github.com/CesiumGS/cesium
* Version 1.98
*
* Copyright 2011-2022 Cesium Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Columbus View (Pat. Pend.)
*
* Portions licensed separately.
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
*/
var Jye=Object.create;var sP=Object.defineProperty;var Zye=Object.getOwnPropertyDescriptor;var Qye=Object.getOwnPropertyNames;var $ye=Object.getPrototypeOf,eAe=Object.prototype.hasOwnProperty;var Mn=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),tAe=(e,t)=>{for(var n in t)sP(e,n,{get:t[n],enumerable:!0})},sY=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Qye(t))!eAe.call(e,o)&&o!==n&&sP(e,o,{get:()=>t[o],enumerable:!(i=Zye(t,o))||i.enumerable});return e};var Ii=(e,t,n)=>(n=e!=null?Jye($ye(e)):{},sY(t||!e||!e.__esModule?sP(n,"default",{value:e,enumerable:!0}):n,e)),nAe=e=>sY(sP({},"__esModule",{value:!0}),e);var aP=Mn((fgt,cY)=>{var Zh=function(e){e==null&&(e=new Date().getTime()),this.N=624,this.M=397,this.MATRIX_A=2567483615,this.UPPER_MASK=2147483648,this.LOWER_MASK=2147483647,this.mt=new Array(this.N),this.mti=this.N+1,e.constructor==Array?this.init_by_array(e,e.length):this.init_seed(e)};Zh.prototype.init_seed=function(e){for(this.mt[0]=e>>>0,this.mti=1;this.mti<this.N;this.mti++){var e=this.mt[this.mti-1]^this.mt[this.mti-1]>>>30;this.mt[this.mti]=(((e&4294901760)>>>16)*1812433253<<16)+(e&65535)*1812433253+this.mti,this.mt[this.mti]>>>=0}};Zh.prototype.init_by_array=function(e,t){var n,i,o;for(this.init_seed(19650218),n=1,i=0,o=this.N>t?this.N:t;o;o--){var r=this.mt[n-1]^this.mt[n-1]>>>30;this.mt[n]=(this.mt[n]^(((r&4294901760)>>>16)*1664525<<16)+(r&65535)*1664525)+e[i]+i,this.mt[n]>>>=0,n++,i++,n>=this.N&&(this.mt[0]=this.mt[this.N-1],n=1),i>=t&&(i=0)}for(o=this.N-1;o;o--){var r=this.mt[n-1]^this.mt[n-1]>>>30;this.mt[n]=(this.mt[n]^(((r&4294901760)>>>16)*1566083941<<16)+(r&65535)*1566083941)-n,this.mt[n]>>>=0,n++,n>=this.N&&(this.mt[0]=this.mt[this.N-1],n=1)}this.mt[0]=2147483648};Zh.prototype.random_int=function(){var e,t=new Array(0,this.MATRIX_A);if(this.mti>=this.N){var n;for(this.mti==this.N+1&&this.init_seed(5489),n=0;n<this.N-this.M;n++)e=this.mt[n]&this.UPPER_MASK|this.mt[n+1]&this.LOWER_MASK,this.mt[n]=this.mt[n+this.M]^e>>>1^t[e&1];for(;n<this.N-1;n++)e=this.mt[n]&this.UPPER_MASK|this.mt[n+1]&this.LOWER_MASK,this.mt[n]=this.mt[n+(this.M-this.N)]^e>>>1^t[e&1];e=this.mt[this.N-1]&this.UPPER_MASK|this.mt[0]&this.LOWER_MASK,this.mt[this.N-1]=this.mt[this.M-1]^e>>>1^t[e&1],this.mti=0}return e=this.mt[this.mti++],e^=e>>>11,e^=e<<7&2636928640,e^=e<<15&4022730752,e^=e>>>18,e>>>0};Zh.prototype.random_int31=function(){return this.random_int()>>>1};Zh.prototype.random_incl=function(){return this.random_int()*(1/4294967295)};Zh.prototype.random=function(){return this.random_int()*(1/4294967296)};Zh.prototype.random_excl=function(){return(this.random_int()+.5)*(1/4294967296)};Zh.prototype.random_long=function(){var e=this.random_int()>>>5,t=this.random_int()>>>6;return(e*67108864+t)*(1/9007199254740992)};cY.exports=Zh});var GY=Mn((ZA,QA)=>{/*! https://mths.be/punycode v1.4.0 by @mathias */(function(e){var t=typeof ZA=="object"&&ZA&&!ZA.nodeType&&ZA,n=typeof QA=="object"&&QA&&!QA.nodeType&&QA,i=typeof global=="object"&&global;(i.global===i||i.window===i||i.self===i)&&(e=i);var o,r=2147483647,s=36,a=1,c=26,u=38,f=700,d=72,p=128,g="-",m=/^xn--/,A=/[^\x20-\x7E]/,C=/[\x2E\u3002\uFF0E\uFF61]/g,x={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},b=s-a,E=Math.floor,S=String.fromCharCode,D;function v(V){throw new RangeError(x[V])}function O(V,G){for(var k=V.length,X=[];k--;)X[k]=G(V[k]);return X}function R(V,G){var k=V.split("@"),X="";k.length>1&&(X=k[0]+"@",V=k[1]),V=V.replace(C,".");var q=V.split("."),Y=O(q,G).join(".");return X+Y}function M(V){for(var G=[],k=0,X=V.length,q,Y;k<X;)q=V.charCodeAt(k++),q>=55296&&q<=56319&&k<X?(Y=V.charCodeAt(k++),(Y&64512)==56320?G.push(((q&1023)<<10)+(Y&1023)+65536):(G.push(q),k--)):G.push(q);return G}function L(V){return O(V,function(G){var k="";return G>65535&&(G-=65536,k+=S(G>>>10&1023|55296),G=56320|G&1023),k+=S(G),k}).join("")}function _(V){return V-48<10?V-22:V-65<26?V-65:V-97<26?V-97:s}function T(V,G){return V+22+75*(V<26)-((G!=0)<<5)}function w(V,G,k){var X=0;for(V=k?E(V/f):V>>1,V+=E(V/G);V>b*c>>1;X+=s)V=E(V/b);return E(X+(b+1)*V/(V+u))}function P(V){var G=[],k=V.length,X,q=0,Y=p,W=d,J,Z,ue,pe,oe,fe,ge,Ee,Ie;for(J=V.lastIndexOf(g),J<0&&(J=0),Z=0;Z<J;++Z)V.charCodeAt(Z)>=128&&v("not-basic"),G.push(V.charCodeAt(Z));for(ue=J>0?J+1:0;ue<k;){for(pe=q,oe=1,fe=s;ue>=k&&v("invalid-input"),ge=_(V.charCodeAt(ue++)),(ge>=s||ge>E((r-q)/oe))&&v("overflow"),q+=ge*oe,Ee=fe<=W?a:fe>=W+c?c:fe-W,!(ge<Ee);fe+=s)Ie=s-Ee,oe>E(r/Ie)&&v("overflow"),oe*=Ie;X=G.length+1,W=w(q-pe,X,pe==0),E(q/X)>r-Y&&v("overflow"),Y+=E(q/X),q%=X,G.splice(q++,0,Y)}return L(G)}function B(V){var G,k,X,q,Y,W,J,Z,ue,pe,oe,fe=[],ge,Ee,Ie,Me;for(V=M(V),ge=V.length,G=p,k=0,Y=d,W=0;W<ge;++W)oe=V[W],oe<128&&fe.push(S(oe));for(X=q=fe.length,q&&fe.push(g);X<ge;){for(J=r,W=0;W<ge;++W)oe=V[W],oe>=G&&oe<J&&(J=oe);for(Ee=X+1,J-G>E((r-k)/Ee)&&v("overflow"),k+=(J-G)*Ee,G=J,W=0;W<ge;++W)if(oe=V[W],oe<G&&++k>r&&v("overflow"),oe==G){for(Z=k,ue=s;pe=ue<=Y?a:ue>=Y+c?c:ue-Y,!(Z<pe);ue+=s)Me=Z-pe,Ie=s-pe,fe.push(S(T(pe+Me%Ie,0))),Z=E(Me/Ie);fe.push(S(T(Z,0))),Y=w(k,Ee,X==q),k=0,++X}++k,++G}return fe.join("")}function N(V){return R(V,function(G){return m.test(G)?P(G.slice(4).toLowerCase()):G})}function z(V){return R(V,function(G){return A.test(G)?"xn--"+B(G):G})}if(o={version:"1.3.2",ucs2:{decode:M,encode:L},decode:P,encode:B,toASCII:z,toUnicode:N},typeof define=="function"&&typeof define.amd=="object"&&define.amd)define("punycode",function(){return o});else if(t&&n)if(QA.exports==t)n.exports=o;else for(D in o)o.hasOwnProperty(D)&&(t[D]=o[D]);else e.punycode=o})(ZA)});var jY=Mn((WY,PP)=>{/*!
* URI.js - Mutating URLs
* IPv6 Support
*
* Version: 1.19.11
*
* Author: Rodney Rehm
* Web: http://medialize.github.io/URI.js/
*
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
*/(function(e,t){"use strict";typeof PP=="object"&&PP.exports?PP.exports=t():typeof define=="function"&&define.amd?define(t):e.IPv6=t(e)})(WY,function(e){"use strict";var t=e&&e.IPv6;function n(o){var r=o.toLowerCase(),s=r.split(":"),a=s.length,c=8;s[0]===""&&s[1]===""&&s[2]===""?(s.shift(),s.shift()):s[0]===""&&s[1]===""?s.shift():s[a-1]===""&&s[a-2]===""&&s.pop(),a=s.length,s[a-1].indexOf(".")!==-1&&(c=7);var u;for(u=0;u<a&&s[u]!=="";u++);if(u<c)for(s.splice(u,1,"0000");s.length<c;)s.splice(u,0,"0000");for(var f,d=0;d<c;d++){f=s[d].split("");for(var p=0;p<3&&(f[0]==="0"&&f.length>1);p++)f.splice(0,1);s[d]=f.join("")}var g=-1,m=0,A=0,C=-1,x=!1;for(d=0;d<c;d++)x?s[d]==="0"?A+=1:(x=!1,A>m&&(g=C,m=A)):s[d]==="0"&&(x=!0,C=d,A=1);A>m&&(g=C,m=A),m>1&&s.splice(g,m,""),a=s.length;var b="";for(s[0]===""&&(b=":"),d=0;d<a&&(b+=s[d],d!==a-1);d++)b+=":";return s[a-1]===""&&(b+=":"),b}function i(){return e.IPv6===this&&(e.IPv6=t),this}return{best:n,noConflict:i}})});var YY=Mn((qY,IP)=>{/*!
* URI.js - Mutating URLs
* Second Level Domain (SLD) Support
*
* Version: 1.19.11
*
* Author: Rodney Rehm
* Web: http://medialize.github.io/URI.js/
*
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
*/(function(e,t){"use strict";typeof IP=="object"&&IP.exports?IP.exports=t():typeof define=="function"&&define.amd?define(t):e.SecondLevelDomains=t(e)})(qY,function(e){"use strict";var t=e&&e.SecondLevelDomains,n={list:{ac:" com gov mil net org ",ae:" ac co gov mil name net org pro sch ",af:" com edu gov net org ",al:" com edu gov mil net org ",ao:" co ed gv it og pb ",ar:" com edu gob gov int mil net org tur ",at:" ac co gv or ",au:" asn com csiro edu gov id net org ",ba:" co com edu gov mil net org rs unbi unmo unsa untz unze ",bb:" biz co com edu gov info net org store tv ",bh:" biz cc com edu gov info net org ",bn:" com edu gov net org ",bo:" com edu gob gov int mil net org tv ",br:" adm adv agr am arq art ato b bio blog bmd cim cng cnt com coop ecn edu eng esp etc eti far flog fm fnd fot fst g12 ggf gov imb ind inf jor jus lel mat med mil mus net nom not ntr odo org ppg pro psc psi qsl rec slg srv tmp trd tur tv vet vlog wiki zlg ",bs:" com edu gov net org ",bz:" du et om ov rg ",ca:" ab bc mb nb nf nl ns nt nu on pe qc sk yk ",ck:" biz co edu gen gov info net org ",cn:" ac ah bj com cq edu fj gd gov gs gx gz ha hb he hi hl hn jl js jx ln mil net nm nx org qh sc sd sh sn sx tj tw xj xz yn zj ",co:" com edu gov mil net nom org ",cr:" ac c co ed fi go or sa ",cy:" ac biz com ekloges gov ltd name net org parliament press pro tm ",do:" art com edu gob gov mil net org sld web ",dz:" art asso com edu gov net org pol ",ec:" com edu fin gov info med mil net org pro ",eg:" com edu eun gov mil name net org sci ",er:" com edu gov ind mil net org rochest w ",es:" com edu gob nom org ",et:" biz com edu gov info name net org ",fj:" ac biz com info mil name net org pro ",fk:" ac co gov net nom org ",fr:" asso com f gouv nom prd presse tm ",gg:" co net org ",gh:" com edu gov mil org ",gn:" ac com gov net org ",gr:" com edu gov mil net org ",gt:" com edu gob ind mil net org ",gu:" com edu gov net org ",hk:" com edu gov idv net org ",hu:" 2000 agrar bolt casino city co erotica erotika film forum games hotel info ingatlan jogasz konyvelo lakas media news org priv reklam sex shop sport suli szex tm tozsde utazas video ",id:" ac co go mil net or sch web ",il:" ac co gov idf k12 muni net org ",in:" ac co edu ernet firm gen gov i ind mil net nic org res ",iq:" com edu gov i mil net org ",ir:" ac co dnssec gov i id net org sch ",it:" edu gov ",je:" co net org ",jo:" com edu gov mil name net org sch ",jp:" ac ad co ed go gr lg ne or ",ke:" ac co go info me mobi ne or sc ",kh:" com edu gov mil net org per ",ki:" biz com de edu gov info mob net org tel ",km:" asso com coop edu gouv k medecin mil nom notaires pharmaciens presse tm veterinaire ",kn:" edu gov net org ",kr:" ac busan chungbuk chungnam co daegu daejeon es gangwon go gwangju gyeongbuk gyeonggi gyeongnam hs incheon jeju jeonbuk jeonnam k kg mil ms ne or pe re sc seoul ulsan ",kw:" com edu gov net org ",ky:" com edu gov net org ",kz:" com edu gov mil net org ",lb:" com edu gov net org ",lk:" assn com edu gov grp hotel int ltd net ngo org sch soc web ",lr:" com edu gov net org ",lv:" asn com conf edu gov id mil net org ",ly:" com edu gov id med net org plc sch ",ma:" ac co gov m net org press ",mc:" asso tm ",me:" ac co edu gov its net org priv ",mg:" com edu gov mil nom org prd tm ",mk:" com edu gov inf name net org pro ",ml:" com edu gov net org presse ",mn:" edu gov org ",mo:" com edu gov net org ",mt:" com edu gov net org ",mv:" aero biz com coop edu gov info int mil museum name net org pro ",mw:" ac co com coop edu gov int museum net org ",mx:" com edu gob net org ",my:" com edu gov mil name net org sch ",nf:" arts com firm info net other per rec store web ",ng:" biz com edu gov mil mobi name net org sch ",ni:" ac co com edu gob mil net nom org ",np:" com edu gov mil net org ",nr:" biz com edu gov info net org ",om:" ac biz co com edu gov med mil museum net org pro sch ",pe:" com edu gob mil net nom org sld ",ph:" com edu gov i mil net ngo org ",pk:" biz com edu fam gob gok gon gop gos gov net org web ",pl:" art bialystok biz com edu gda gdansk gorzow gov info katowice krakow lodz lublin mil net ngo olsztyn org poznan pwr radom slupsk szczecin torun warszawa waw wroc wroclaw zgora ",pr:" ac biz com edu est gov info isla name net org pro prof ",ps:" com edu gov net org plo sec ",pw:" belau co ed go ne or ",ro:" arts com firm info nom nt org rec store tm www ",rs:" ac co edu gov in org ",sb:" com edu gov net org ",sc:" com edu gov net org ",sh:" co com edu gov net nom org ",sl:" com edu gov net org ",st:" co com consulado edu embaixada gov mil net org principe saotome store ",sv:" com edu gob org red ",sz:" ac co org ",tr:" av bbs bel biz com dr edu gen gov info k12 name net org pol tel tsk tv web ",tt:" aero biz cat co com coop edu gov info int jobs mil mobi museum name net org pro tel travel ",tw:" club com ebiz edu game gov idv mil net org ",mu:" ac co com gov net or org ",mz:" ac co edu gov org ",na:" co com ",nz:" ac co cri geek gen govt health iwi maori mil net org parliament school ",pa:" abo ac com edu gob ing med net nom org sld ",pt:" com edu gov int net nome org publ ",py:" com edu gov mil net org ",qa:" com edu gov mil net org ",re:" asso com nom ",ru:" ac adygeya altai amur arkhangelsk astrakhan bashkiria belgorod bir bryansk buryatia cbg chel chelyabinsk chita chukotka chuvashia com dagestan e-burg edu gov grozny int irkutsk ivanovo izhevsk jar joshkar-ola kalmykia kaluga kamchatka karelia kazan kchr kemerovo khabarovsk khakassia khv kirov koenig komi kostroma kranoyarsk kuban kurgan kursk lipetsk magadan mari mari-el marine mil mordovia mosreg msk murmansk nalchik net nnov nov novosibirsk nsk omsk orenburg org oryol penza perm pp pskov ptz rnd ryazan sakhalin samara saratov simbirsk smolensk spb stavropol stv surgut tambov tatarstan tom tomsk tsaritsyn tsk tula tuva tver tyumen udm udmurtia ulan-ude vladikavkaz vladimir vladivostok volgograd vologda voronezh vrn vyatka yakutia yamal yekaterinburg yuzhno-sakhalinsk ",rw:" ac co com edu gouv gov int mil net ",sa:" com edu gov med net org pub sch ",sd:" com edu gov info med net org tv ",se:" a ac b bd c d e f g h i k l m n o org p parti pp press r s t tm u w x y z ",sg:" com edu gov idn net org per ",sn:" art com edu gouv org perso univ ",sy:" com edu gov mil net news org ",th:" ac co go in mi net or ",tj:" ac biz co com edu go gov info int mil name net nic org test web ",tn:" agrinet com defense edunet ens fin gov ind info intl mincom nat net org perso rnrt rns rnu tourism ",tz:" ac co go ne or ",ua:" biz cherkassy chernigov chernovtsy ck cn co com crimea cv dn dnepropetrovsk donetsk dp edu gov if in ivano-frankivsk kh kharkov kherson khmelnitskiy kiev kirovograd km kr ks kv lg lugansk lutsk lviv me mk net nikolaev od odessa org pl poltava pp rovno rv sebastopol sumy te ternopil uzhgorod vinnica vn zaporizhzhe zhitomir zp zt ",ug:" ac co go ne or org sc ",uk:" ac bl british-library co cym gov govt icnet jet lea ltd me mil mod national-library-scotland nel net nhs nic nls org orgn parliament plc police sch scot soc ",us:" dni fed isa kids nsn ",uy:" com edu gub mil net org ",ve:" co com edu gob info mil net org web ",vi:" co com k12 net org ",vn:" ac biz com edu gov health info int name net org pro ",ye:" co com gov ltd me net org plc ",yu:" ac co edu gov org ",za:" ac agric alt bourse city co cybernet db edu gov grondar iaccess imt inca landesign law mil net ngo nis nom olivetti org pix school tm web ",zm:" ac co com edu gov net org sch ",com:"ar br cn de eu gb gr hu jpn kr no qc ru sa se uk us uy za ",net:"gb jp se uk ",org:"ae",de:"com "},has:function(i){var o=i.lastIndexOf(".");if(o<=0||o>=i.length-1)return!1;var r=i.lastIndexOf(".",o-1);if(r<=0||r>=o-1)return!1;var s=n.list[i.slice(o+1)];return s?s.indexOf(" "+i.slice(r+1,o)+" ")>=0:!1},is:function(i){var o=i.lastIndexOf(".");if(o<=0||o>=i.length-1)return!1;var r=i.lastIndexOf(".",o-1);if(r>=0)return!1;var s=n.list[i.slice(o+1)];return s?s.indexOf(" "+i.slice(0,o)+" ")>=0:!1},get:function(i){var o=i.lastIndexOf(".");if(o<=0||o>=i.length-1)return null;var r=i.lastIndexOf(".",o-1);if(r<=0||r>=o-1)return null;var s=n.list[i.slice(o+1)];return!s||s.indexOf(" "+i.slice(r+1,o)+" ")<0?null:i.slice(r+1)},noConflict:function(){return e.SecondLevelDomains===this&&(e.SecondLevelDomains=t),this}};return n})});var pl=Mn((XY,OP)=>{/*!
* URI.js - Mutating URLs
*
* Version: 1.19.11
*
* Author: Rodney Rehm
* Web: http://medialize.github.io/URI.js/
*
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
*/(function(e,t){"use strict";typeof OP=="object"&&OP.exports?OP.exports=t(GY(),jY(),YY()):typeof define=="function"&&define.amd?define(["./punycode","./IPv6","./SecondLevelDomains"],t):e.URI=t(e.punycode,e.IPv6,e.SecondLevelDomains,e)})(XY,function(e,t,n,i){"use strict";var o=i&&i.URI;function r(T,w){var P=arguments.length>=1,B=arguments.length>=2;if(!(this instanceof r))return P?B?new r(T,w):new r(T):new r;if(T===void 0){if(P)throw new TypeError("undefined is not a valid argument for URI");typeof location<"u"?T=location.href+"":T=""}if(T===null&&P)throw new TypeError("null is not a valid argument for URI");return this.href(T),w!==void 0?this.absoluteTo(w):this}function s(T){return/^[0-9]+$/.test(T)}r.version="1.19.11";var a=r.prototype,c=Object.prototype.hasOwnProperty;function u(T){return T.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}function f(T){return T===void 0?"Undefined":String(Object.prototype.toString.call(T)).slice(8,-1)}function d(T){return f(T)==="Array"}function p(T,w){var P={},B,N;if(f(w)==="RegExp")P=null;else if(d(w))for(B=0,N=w.length;B<N;B++)P[w[B]]=!0;else P[w]=!0;for(B=0,N=T.length;B<N;B++){var z=P&&P[T[B]]!==void 0||!P&&w.test(T[B]);z&&(T.splice(B,1),N--,B--)}return T}function g(T,w){var P,B;if(d(w)){for(P=0,B=w.length;P<B;P++)if(!g(T,w[P]))return!1;return!0}var N=f(w);for(P=0,B=T.length;P<B;P++)if(N==="RegExp"){if(typeof T[P]=="string"&&T[P].match(w))return!0}else if(T[P]===w)return!0;return!1}function m(T,w){if(!d(T)||!d(w)||T.length!==w.length)return!1;T.sort(),w.sort();for(var P=0,B=T.length;P<B;P++)if(T[P]!==w[P])return!1;return!0}function A(T){var w=/^\/+|\/+$/g;return T.replace(w,"")}r._parts=function(){return{protocol:null,username:null,password:null,hostname:null,urn:null,port:null,path:null,query:null,fragment:null,preventInvalidHostname:r.preventInvalidHostname,duplicateQueryParameters:r.duplicateQueryParameters,escapeQuerySpace:r.escapeQuerySpace}},r.preventInvalidHostname=!1,r.duplicateQueryParameters=!1,r.escapeQuerySpace=!0,r.protocol_expression=/^[a-z][a-z0-9.+-]*$/i,r.idn_expression=/[^a-z0-9\._-]/i,r.punycode_expression=/(xn--)/i,r.ip4_expression=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,r.ip6_expression=/^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/,r.find_uri_expression=/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))/ig,r.findUri={start:/\b(?:([a-z][a-z0-9.+-]*:\/\/)|www\.)/gi,end:/[\s\r\n]|$/,trim:/[`!()\[\]{};:'".,<>?«»“”„‘’]+$/,parens:/(\([^\)]*\)|\[[^\]]*\]|\{[^}]*\}|<[^>]*>)/g},r.leading_whitespace_expression=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,r.ascii_tab_whitespace=/[\u0009\u000A\u000D]+/g,r.defaultPorts={http:"80",https:"443",ftp:"21",gopher:"70",ws:"80",wss:"443"},r.hostProtocols=["http","https"],r.invalid_hostname_characters=/[^a-zA-Z0-9\.\-:_]/,r.domAttributes={a:"href",blockquote:"cite",link:"href",base:"href",script:"src",form:"action",img:"src",area:"href",iframe:"src",embed:"src",source:"src",track:"src",input:"src",audio:"src",video:"src"},r.getDomAttribute=function(T){if(!(!T||!T.nodeName)){var w=T.nodeName.toLowerCase();if(!(w==="input"&&T.type!=="image"))return r.domAttributes[w]}};function C(T){return escape(T)}function x(T){return encodeURIComponent(T).replace(/[!'()*]/g,C).replace(/\*/g,"%2A")}r.encode=x,r.decode=decodeURIComponent,r.iso8859=function(){r.encode=escape,r.decode=unescape},r.unicode=function(){r.encode=x,r.decode=decodeURIComponent},r.characters={pathname:{encode:{expression:/%(24|26|2B|2C|3B|3D|3A|40)/ig,map:{"%24":"$","%26":"&","%2B":"+","%2C":",","%3B":";","%3D":"=","%3A":":","%40":"@"}},decode:{expression:/[\/\?#]/g,map:{"/":"%2F","?":"%3F","#":"%23"}}},reserved:{encode:{expression:/%(21|23|24|26|27|28|29|2A|2B|2C|2F|3A|3B|3D|3F|40|5B|5D)/ig,map:{"%3A":":","%2F":"/","%3F":"?","%23":"#","%5B":"[","%5D":"]","%40":"@","%21":"!","%24":"$","%26":"&","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"="}}},urnpath:{encode:{expression:/%(21|24|27|28|29|2A|2B|2C|3B|3D|40)/ig,map:{"%21":"!","%24":"$","%27":"'","%28":"(","%29":")","%2A":"*","%2B":"+","%2C":",","%3B":";","%3D":"=","%40":"@"}},decode:{expression:/[\/\?#:]/g,map:{"/":"%2F","?":"%3F","#":"%23",":":"%3A"}}}},r.encodeQuery=function(T,w){var P=r.encode(T+"");return w===void 0&&(w=r.escapeQuerySpace),w?P.replace(/%20/g,"+"):P},r.decodeQuery=function(T,w){T+="",w===void 0&&(w=r.escapeQuerySpace);try{return r.decode(w?T.replace(/\+/g,"%20"):T)}catch{return T}};var b={encode:"encode",decode:"decode"},E,S=function(T,w){return function(P){try{return r[w](P+"").replace(r.characters[T][w].expression,function(B){return r.characters[T][w].map[B]})}catch{return P}}};for(E in b)r[E+"PathSegment"]=S("pathname",b[E]),r[E+"UrnPathSegment"]=S("urnpath",b[E]);var D=function(T,w,P){return function(B){var N;P?N=function(k){return r[w](r[P](k))}:N=r[w];for(var z=(B+"").split(T),V=0,G=z.length;V<G;V++)z[V]=N(z[V]);return z.join(T)}};r.decodePath=D("/","decodePathSegment"),r.decodeUrnPath=D(":","decodeUrnPathSegment"),r.recodePath=D("/","encodePathSegment","decode"),r.recodeUrnPath=D(":","encodeUrnPathSegment","decode"),r.encodeReserved=S("reserved","encode"),r.parse=function(T,w){var P;return w||(w={preventInvalidHostname:r.preventInvalidHostname}),T=T.replace(r.leading_whitespace_expression,""),T=T.replace(r.ascii_tab_whitespace,""),P=T.indexOf("#"),P>-1&&(w.fragment=T.substring(P+1)||null,T=T.substring(0,P)),P=T.indexOf("?"),P>-1&&(w.query=T.substring(P+1)||null,T=T.substring(0,P)),T=T.replace(/^(https?|ftp|wss?)?:+[/\\]*/i,"$1://"),T=T.replace(/^[/\\]{2,}/i,"//"),T.substring(0,2)==="//"?(w.protocol=null,T=T.substring(2),T=r.parseAuthority(T,w)):(P=T.indexOf(":"),P>-1&&(w.protocol=T.substring(0,P)||null,w.protocol&&!w.protocol.match(r.protocol_expression)?w.protocol=void 0:T.substring(P+1,P+3).replace(/\\/g,"/")==="//"?(T=T.substring(P+3),T=r.parseAuthority(T,w)):(T=T.substring(P+1),w.urn=!0))),w.path=T,w},r.parseHost=function(T,w){T||(T=""),T=T.replace(/\\/g,"/");var P=T.indexOf("/"),B,N;if(P===-1&&(P=T.length),T.charAt(0)==="[")B=T.indexOf("]"),w.hostname=T.substring(1,B)||null,w.port=T.substring(B+2,P)||null,w.port==="/"&&(w.port=null);else{var z=T.indexOf(":"),V=T.indexOf("/"),G=T.indexOf(":",z+1);G!==-1&&(V===-1||G<V)?(w.hostname=T.substring(0,P)||null,w.port=null):(N=T.substring(0,P).split(":"),w.hostname=N[0]||null,w.port=N[1]||null)}return w.hostname&&T.substring(P).charAt(0)!=="/"&&(P++,T="/"+T),w.preventInvalidHostname&&r.ensureValidHostname(w.hostname,w.protocol),w.port&&r.ensureValidPort(w.port),T.substring(P)||"/"},r.parseAuthority=function(T,w){return T=r.parseUserinfo(T,w),r.parseHost(T,w)},r.parseUserinfo=function(T,w){var P=T,B=T.indexOf("\\");B!==-1&&(T=T.replace(/\\/g,"/"));var N=T.indexOf("/"),z=T.lastIndexOf("@",N>-1?N:T.length-1),V;return z>-1&&(N===-1||z<N)?(V=T.substring(0,z).split(":"),w.username=V[0]?r.decode(V[0]):null,V.shift(),w.password=V[0]?r.decode(V.join(":")):null,T=P.substring(z+1)):(w.username=null,w.password=null),T},r.parseQuery=function(T,w){if(!T)return{};if(T=T.replace(/&+/g,"&").replace(/^\?*&*|&+$/g,""),!T)return{};for(var P={},B=T.split("&"),N=B.length,z,V,G,k=0;k<N;k++)z=B[k].split("="),V=r.decodeQuery(z.shift(),w),G=z.length?r.decodeQuery(z.join("="),w):null,V!=="__proto__"&&(c.call(P,V)?((typeof P[V]=="string"||P[V]===null)&&(P[V]=[P[V]]),P[V].push(G)):P[V]=G);return P},r.build=function(T){var w="",P=!1;return T.protocol&&(w+=T.protocol+":"),!T.urn&&(w||T.hostname)&&(w+="//",P=!0),w+=r.buildAuthority(T)||"",typeof T.path=="string"&&(T.path.charAt(0)!=="/"&&P&&(w+="/"),w+=T.path),typeof T.query=="string"&&T.query&&(w+="?"+T.query),typeof T.fragment=="string"&&T.fragment&&(w+="#"+T.fragment),w},r.buildHost=function(T){var w="";if(T.hostname)r.ip6_expression.test(T.hostname)?w+="["+T.hostname+"]":w+=T.hostname;else return"";return T.port&&(w+=":"+T.port),w},r.buildAuthority=function(T){return r.buildUserinfo(T)+r.buildHost(T)},r.buildUserinfo=function(T){var w="";return T.username&&(w+=r.encode(T.username)),T.password&&(w+=":"+r.encode(T.password)),w&&(w+="@"),w},r.buildQuery=function(T,w,P){var B="",N,z,V,G;for(z in T)if(z!=="__proto__"&&c.call(T,z))if(d(T[z]))for(N={},V=0,G=T[z].length;V<G;V++)T[z][V]!==void 0&&N[T[z][V]+""]===void 0&&(B+="&"+r.buildQueryParameter(z,T[z][V],P),w!==!0&&(N[T[z][V]+""]=!0));else T[z]!==void 0&&(B+="&"+r.buildQueryParameter(z,T[z],P));return B.substring(1)},r.buildQueryParameter=function(T,w,P){return r.encodeQuery(T,P)+(w!==null?"="+r.encodeQuery(w,P):"")},r.addQuery=function(T,w,P){if(typeof w=="object")for(var B in w)c.call(w,B)&&r.addQuery(T,B,w[B]);else if(typeof w=="string"){if(T[w]===void 0){T[w]=P;return}else typeof T[w]=="string"&&(T[w]=[T[w]]);d(P)||(P=[P]),T[w]=(T[w]||[]).concat(P)}else throw new TypeError("URI.addQuery() accepts an object, string as the name parameter")},r.setQuery=function(T,w,P){if(typeof w=="object")for(var B in w)c.call(w,B)&&r.setQuery(T,B,w[B]);else if(typeof w=="string")T[w]=P===void 0?null:P;else throw new TypeError("URI.setQuery() accepts an object, string as the name parameter")},r.removeQuery=function(T,w,P){var B,N,z;if(d(w))for(B=0,N=w.length;B<N;B++)T[w[B]]=void 0;else if(f(w)==="RegExp")for(z in T)w.test(z)&&(T[z]=void 0);else if(typeof w=="object")for(z in w)c.call(w,z)&&r.removeQuery(T,z,w[z]);else if(typeof w=="string")P!==void 0?f(P)==="RegExp"?!d(T[w])&&P.test(T[w])?T[w]=void 0:T[w]=p(T[w],P):T[w]===String(P)&&(!d(P)||P.length===1)?T[w]=void 0:d(T[w])&&(T[w]=p(T[w],P)):T[w]=void 0;else throw new TypeError("URI.removeQuery() accepts an object, string, RegExp as the first parameter")},r.hasQuery=function(T,w,P,B){switch(f(w)){case"String":break;case"RegExp":for(var N in T)if(c.call(T,N)&&w.test(N)&&(P===void 0||r.hasQuery(T,N,P)))return!0;return!1;case"Object":for(var z in w)if(c.call(w,z)&&!r.hasQuery(T,z,w[z]))return!1;return!0;default:throw new TypeError("URI.hasQuery() accepts a string, regular expression or object as the name parameter")}switch(f(P)){case"Undefined":return w in T;case"Boolean":var V=Boolean(d(T[w])?T[w].length:T[w]);return P===V;case"Function":return!!P(T[w],w,T);case"Array":if(!d(T[w]))return!1;var G=B?g:m;return G(T[w],P);case"RegExp":return d(T[w])?B?g(T[w],P):!1:Boolean(T[w]&&T[w].match(P));case"Number":P=String(P);case"String":return d(T[w])?B?g(T[w],P):!1:T[w]===P;default:throw new TypeError("URI.hasQuery() accepts undefined, boolean, string, number, RegExp, Function as the value parameter")}},r.joinPaths=function(){for(var T=[],w=[],P=0,B=0;B<arguments.length;B++){var N=new r(arguments[B]);T.push(N);for(var z=N.segment(),V=0;V<z.length;V++)typeof z[V]=="string"&&w.push(z[V]),z[V]&&P++}if(!w.length||!P)return new r("");var G=new r("").segment(w);return(T[0].path()===""||T[0].path().slice(0,1)==="/")&&G.path("/"+G.path()),G.normalize()},r.commonPath=function(T,w){var P=Math.min(T.length,w.length),B;for(B=0;B<P;B++)if(T.charAt(B)!==w.charAt(B)){B--;break}return B<1?T.charAt(0)===w.charAt(0)&&T.charAt(0)==="/"?"/":"":((T.charAt(B)!=="/"||w.charAt(B)!=="/")&&(B=T.substring(0,B).lastIndexOf("/")),T.substring(0,B+1))},r.withinString=function(T,w,P){P||(P={});var B=P.start||r.findUri.start,N=P.end||r.findUri.end,z=P.trim||r.findUri.trim,V=P.parens||r.findUri.parens,G=/[a-z0-9-]=["']?$/i;for(B.lastIndex=0;;){var k=B.exec(T);if(!k)break;var X=k.index;if(P.ignoreHtml){var q=T.slice(Math.max(X-3,0),X);if(q&&G.test(q))continue}for(var Y=X+T.slice(X).search(N),W=T.slice(X,Y),J=-1;;){var Z=V.exec(W);if(!Z)break;var ue=Z.index+Z[0].length;J=Math.max(J,ue)}if(J>-1?W=W.slice(0,J)+W.slice(J).replace(z,""):W=W.replace(z,""),!(W.length<=k[0].length)&&!(P.ignore&&P.ignore.test(W))){Y=X+W.length;var pe=w(W,X,Y,T);if(pe===void 0){B.lastIndex=Y;continue}pe=String(pe),T=T.slice(0,X)+pe+T.slice(Y),B.lastIndex=X+pe.length}}return B.lastIndex=0,T},r.ensureValidHostname=function(T,w){var P=!!T,B=!!w,N=!1;if(B&&(N=g(r.hostProtocols,w)),N&&!P)throw new TypeError("Hostname cannot be empty, if protocol is "+w);if(T&&T.match(r.invalid_hostname_characters)){if(!e)throw new TypeError('Hostname "'+T+'" contains characters other than [A-Z0-9.-:_] and Punycode.js is not available');if(e.toASCII(T).match(r.invalid_hostname_characters))throw new TypeError('Hostname "'+T+'" contains characters other than [A-Z0-9.-:_]')}},r.ensureValidPort=function(T){if(!!T){var w=Number(T);if(!(s(w)&&w>0&&w<65536))throw new TypeError('Port "'+T+'" is not a valid port')}},r.noConflict=function(T){if(T){var w={URI:this.noConflict()};return i.URITemplate&&typeof i.URITemplate.noConflict=="function"&&(w.URITemplate=i.URITemplate.noConflict()),i.IPv6&&typeof i.IPv6.noConflict=="function"&&(w.IPv6=i.IPv6.noConflict()),i.SecondLevelDomains&&typeof i.SecondLevelDomains.noConflict=="function"&&(w.SecondLevelDomains=i.SecondLevelDomains.noConflict()),w}else i.URI===this&&(i.URI=o);return this},a.build=function(T){return T===!0?this._deferred_build=!0:(T===void 0||this._deferred_build)&&(this._string=r.build(this._parts),this._deferred_build=!1),this},a.clone=function(){return new r(this)},a.valueOf=a.toString=function(){return this.build(!1)._string};function v(T){return function(w,P){return w===void 0?this._parts[T]||"":(this._parts[T]=w||null,this.build(!P),this)}}function O(T,w){return function(P,B){return P===void 0?this._parts[T]||"":(P!==null&&(P=P+"",P.charAt(0)===w&&(P=P.substring(1))),this._parts[T]=P,this.build(!B),this)}}a.protocol=v("protocol"),a.username=v("username"),a.password=v("password"),a.hostname=v("hostname"),a.port=v("port"),a.query=O("query","?"),a.fragment=O("fragment","#"),a.search=function(T,w){var P=this.query(T,w);return typeof P=="string"&&P.length?"?"+P:P},a.hash=function(T,w){var P=this.fragment(T,w);return typeof P=="string"&&P.length?"#"+P:P},a.pathname=function(T,w){if(T===void 0||T===!0){var P=this._parts.path||(this._parts.hostname?"/":"");return T?(this._parts.urn?r.decodeUrnPath:r.decodePath)(P):P}else return this._parts.urn?this._parts.path=T?r.recodeUrnPath(T):"":this._parts.path=T?r.recodePath(T):"/",this.build(!w),this},a.path=a.pathname,a.href=function(T,w){var P;if(T===void 0)return this.toString();this._string="",this._parts=r._parts();var B=T instanceof r,N=typeof T=="object"&&(T.hostname||T.path||T.pathname);if(T.nodeName){var z=r.getDomAttribute(T);T=T[z]||"",N=!1}if(!B&&N&&T.pathname!==void 0&&(T=T.toString()),typeof T=="string"||T instanceof String)this._parts=r.parse(String(T),this._parts);else if(B||N){var V=B?T._parts:T;for(P in V)P!=="query"&&c.call(this._parts,P)&&(this._parts[P]=V[P]);V.query&&this.query(V.query,!1)}else throw new TypeError("invalid input");return this.build(!w),this},a.is=function(T){var w=!1,P=!1,B=!1,N=!1,z=!1,V=!1,G=!1,k=!this._parts.urn;switch(this._parts.hostname&&(k=!1,P=r.ip4_expression.test(this._parts.hostname),B=r.ip6_expression.test(this._parts.hostname),w=P||B,N=!w,z=N&&n&&n.has(this._parts.hostname),V=N&&r.idn_expression.test(this._parts.hostname),G=N&&r.punycode_expression.test(this._parts.hostname)),T.toLowerCase()){case"relative":return k;case"absolute":return!k;case"domain":case"name":return N;case"sld":return z;case"ip":return w;case"ip4":case"ipv4":case"inet4":return P;case"ip6":case"ipv6":case"inet6":return B;case"idn":return V;case"url":return!this._parts.urn;case"urn":return!!this._parts.urn;case"punycode":return G}return null};var R=a.protocol,M=a.port,L=a.hostname;a.protocol=function(T,w){if(T&&(T=T.replace(/:(\/\/)?$/,""),!T.match(r.protocol_expression)))throw new TypeError('Protocol "'+T+`" contains characters other than [A-Z0-9.+-] or doesn't start with [A-Z]`);return R.call(this,T,w)},a.scheme=a.protocol,a.port=function(T,w){return this._parts.urn?T===void 0?"":this:(T!==void 0&&(T===0&&(T=null),T&&(T+="",T.charAt(0)===":"&&(T=T.substring(1)),r.ensureValidPort(T))),M.call(this,T,w))},a.hostname=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T!==void 0){var P={preventInvalidHostname:this._parts.preventInvalidHostname},B=r.parseHost(T,P);if(B!=="/")throw new TypeError('Hostname "'+T+'" contains characters other than [A-Z0-9.-]');T=P.hostname,this._parts.preventInvalidHostname&&r.ensureValidHostname(T,this._parts.protocol)}return L.call(this,T,w)},a.origin=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T===void 0){var P=this.protocol(),B=this.authority();return B?(P?P+"://":"")+this.authority():""}else{var N=r(T);return this.protocol(N.protocol()).authority(N.authority()).build(!w),this}},a.host=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T===void 0)return this._parts.hostname?r.buildHost(this._parts):"";var P=r.parseHost(T,this._parts);if(P!=="/")throw new TypeError('Hostname "'+T+'" contains characters other than [A-Z0-9.-]');return this.build(!w),this},a.authority=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T===void 0)return this._parts.hostname?r.buildAuthority(this._parts):"";var P=r.parseAuthority(T,this._parts);if(P!=="/")throw new TypeError('Hostname "'+T+'" contains characters other than [A-Z0-9.-]');return this.build(!w),this},a.userinfo=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T===void 0){var P=r.buildUserinfo(this._parts);return P&&P.substring(0,P.length-1)}else return T[T.length-1]!=="@"&&(T+="@"),r.parseUserinfo(T,this._parts),this.build(!w),this},a.resource=function(T,w){var P;return T===void 0?this.path()+this.search()+this.hash():(P=r.parse(T),this._parts.path=P.path,this._parts.query=P.query,this._parts.fragment=P.fragment,this.build(!w),this)},a.subdomain=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T===void 0){if(!this._parts.hostname||this.is("IP"))return"";var P=this._parts.hostname.length-this.domain().length-1;return this._parts.hostname.substring(0,P)||""}else{var B=this._parts.hostname.length-this.domain().length,N=this._parts.hostname.substring(0,B),z=new RegExp("^"+u(N));if(T&&T.charAt(T.length-1)!=="."&&(T+="."),T.indexOf(":")!==-1)throw new TypeError("Domains cannot contain colons");return T&&r.ensureValidHostname(T,this._parts.protocol),this._parts.hostname=this._parts.hostname.replace(z,T),this.build(!w),this}},a.domain=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(typeof T=="boolean"&&(w=T,T=void 0),T===void 0){if(!this._parts.hostname||this.is("IP"))return"";var P=this._parts.hostname.match(/\./g);if(P&&P.length<2)return this._parts.hostname;var B=this._parts.hostname.length-this.tld(w).length-1;return B=this._parts.hostname.lastIndexOf(".",B-1)+1,this._parts.hostname.substring(B)||""}else{if(!T)throw new TypeError("cannot set domain empty");if(T.indexOf(":")!==-1)throw new TypeError("Domains cannot contain colons");if(r.ensureValidHostname(T,this._parts.protocol),!this._parts.hostname||this.is("IP"))this._parts.hostname=T;else{var N=new RegExp(u(this.domain())+"$");this._parts.hostname=this._parts.hostname.replace(N,T)}return this.build(!w),this}},a.tld=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(typeof T=="boolean"&&(w=T,T=void 0),T===void 0){if(!this._parts.hostname||this.is("IP"))return"";var P=this._parts.hostname.lastIndexOf("."),B=this._parts.hostname.substring(P+1);return w!==!0&&n&&n.list[B.toLowerCase()]&&n.get(this._parts.hostname)||B}else{var N;if(T)if(T.match(/[^a-zA-Z0-9-]/))if(n&&n.is(T))N=new RegExp(u(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(N,T);else throw new TypeError('TLD "'+T+'" contains characters other than [A-Z0-9]');else{if(!this._parts.hostname||this.is("IP"))throw new ReferenceError("cannot set TLD on non-domain host");N=new RegExp(u(this.tld())+"$"),this._parts.hostname=this._parts.hostname.replace(N,T)}else throw new TypeError("cannot set TLD empty");return this.build(!w),this}},a.directory=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T===void 0||T===!0){if(!this._parts.path&&!this._parts.hostname)return"";if(this._parts.path==="/")return"/";var P=this._parts.path.length-this.filename().length-1,B=this._parts.path.substring(0,P)||(this._parts.hostname?"/":"");return T?r.decodePath(B):B}else{var N=this._parts.path.length-this.filename().length,z=this._parts.path.substring(0,N),V=new RegExp("^"+u(z));return this.is("relative")||(T||(T="/"),T.charAt(0)!=="/"&&(T="/"+T)),T&&T.charAt(T.length-1)!=="/"&&(T+="/"),T=r.recodePath(T),this._parts.path=this._parts.path.replace(V,T),this.build(!w),this}},a.filename=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(typeof T!="string"){if(!this._parts.path||this._parts.path==="/")return"";var P=this._parts.path.lastIndexOf("/"),B=this._parts.path.substring(P+1);return T?r.decodePathSegment(B):B}else{var N=!1;T.charAt(0)==="/"&&(T=T.substring(1)),T.match(/\.?\//)&&(N=!0);var z=new RegExp(u(this.filename())+"$");return T=r.recodePath(T),this._parts.path=this._parts.path.replace(z,T),N?this.normalizePath(w):this.build(!w),this}},a.suffix=function(T,w){if(this._parts.urn)return T===void 0?"":this;if(T===void 0||T===!0){if(!this._parts.path||this._parts.path==="/")return"";var P=this.filename(),B=P.lastIndexOf("."),N,z;return B===-1?"":(N=P.substring(B+1),z=/^[a-z0-9%]+$/i.test(N)?N:"",T?r.decodePathSegment(z):z)}else{T.charAt(0)==="."&&(T=T.substring(1));var V=this.suffix(),G;if(V)T?G=new RegExp(u(V)+"$"):G=new RegExp(u("."+V)+"$");else{if(!T)return this;this._parts.path+="."+r.recodePath(T)}return G&&(T=r.recodePath(T),this._parts.path=this._parts.path.replace(G,T)),this.build(!w),this}},a.segment=function(T,w,P){var B=this._parts.urn?":":"/",N=this.path(),z=N.substring(0,1)==="/",V=N.split(B);if(T!==void 0&&typeof T!="number"&&(P=w,w=T,T=void 0),T!==void 0&&typeof T!="number")throw new Error('Bad segment "'+T+'", must be 0-based integer');if(z&&V.shift(),T<0&&(T=Math.max(V.length+T,0)),w===void 0)return T===void 0?V:V[T];if(T===null||V[T]===void 0)if(d(w)){V=[];for(var G=0,k=w.length;G<k;G++)!w[G].length&&(!V.length||!V[V.length-1].length)||(V.length&&!V[V.length-1].length&&V.pop(),V.push(A(w[G])))}else(w||typeof w=="string")&&(w=A(w),V[V.length-1]===""?V[V.length-1]=w:V.push(w));else w?V[T]=A(w):V.splice(T,1);return z&&V.unshift(""),this.path(V.join(B),P)},a.segmentCoded=function(T,w,P){var B,N,z;if(typeof T!="number"&&(P=w,w=T,T=void 0),w===void 0){if(B=this.segment(T,w,P),!d(B))B=B!==void 0?r.decode(B):void 0;else for(N=0,z=B.length;N<z;N++)B[N]=r.decode(B[N]);return B}if(!d(w))w=typeof w=="string"||w instanceof String?r.encode(w):w;else for(N=0,z=w.length;N<z;N++)w[N]=r.encode(w[N]);return this.segment(T,w,P)};var _=a.query;return a.query=function(T,w){if(T===!0)return r.parseQuery(this._parts.query,this._parts.escapeQuerySpace);if(typeof T=="function"){var P=r.parseQuery(this._parts.query,this._parts.escapeQuerySpace),B=T.call(this,P);return this._parts.query=r.buildQuery(B||P,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),this.build(!w),this}else return T!==void 0&&typeof T!="string"?(this._parts.query=r.buildQuery(T,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),this.build(!w),this):_.call(this,T,w)},a.setQuery=function(T,w,P){var B=r.parseQuery(this._parts.query,this._parts.escapeQuerySpace);if(typeof T=="string"||T instanceof String)B[T]=w!==void 0?w:null;else if(typeof T=="object")for(var N in T)c.call(T,N)&&(B[N]=T[N]);else throw new TypeError("URI.addQuery() accepts an object, string as the name parameter");return this._parts.query=r.buildQuery(B,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),typeof T!="string"&&(P=w),this.build(!P),this},a.addQuery=function(T,w,P){var B=r.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return r.addQuery(B,T,w===void 0?null:w),this._parts.query=r.buildQuery(B,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),typeof T!="string"&&(P=w),this.build(!P),this},a.removeQuery=function(T,w,P){var B=r.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return r.removeQuery(B,T,w),this._parts.query=r.buildQuery(B,this._parts.duplicateQueryParameters,this._parts.escapeQuerySpace),typeof T!="string"&&(P=w),this.build(!P),this},a.hasQuery=function(T,w,P){var B=r.parseQuery(this._parts.query,this._parts.escapeQuerySpace);return r.hasQuery(B,T,w,P)},a.setSearch=a.setQuery,a.addSearch=a.addQuery,a.removeSearch=a.removeQuery,a.hasSearch=a.hasQuery,a.normalize=function(){return this._parts.urn?this.normalizeProtocol(!1).normalizePath(!1).normalizeQuery(!1).normalizeFragment(!1).build():this.normalizeProtocol(!1).normalizeHostname(!1).normalizePort(!1).normalizePath(!1).normalizeQuery(!1).normalizeFragment(!1).build()},a.normalizeProtocol=function(T){return typeof this._parts.protocol=="string"&&(this._parts.protocol=this._parts.protocol.toLowerCase(),this.build(!T)),this},a.normalizeHostname=function(T){return this._parts.hostname&&(this.is("IDN")&&e?this._parts.hostname=e.toASCII(this._parts.hostname):this.is("IPv6")&&t&&(this._parts.hostname=t.best(this._parts.hostname)),this._parts.hostname=this._parts.hostname.toLowerCase(),this.build(!T)),this},a.normalizePort=function(T){return typeof this._parts.protocol=="string"&&this._parts.port===r.defaultPorts[this._parts.protocol]&&(this._parts.port=null,this.build(!T)),this},a.normalizePath=function(T){var w=this._parts.path;if(!w)return this;if(this._parts.urn)return this._parts.path=r.recodeUrnPath(this._parts.path),this.build(!T),this;if(this._parts.path==="/")return this;w=r.recodePath(w);var P,B="",N,z;for(w.charAt(0)!=="/"&&(P=!0,w="/"+w),(w.slice(-3)==="/.."||w.slice(-2)==="/.")&&(w+="/"),w=w.replace(/(\/(\.\/)+)|(\/\.$)/g,"/").replace(/\/{2,}/g,"/"),P&&(B=w.substring(1).match(/^(\.\.\/)+/)||"",B&&(B=B[0]));N=w.search(/\/\.\.(\/|$)/),N!==-1;){if(N===0){w=w.substring(3);continue}z=w.substring(0,N).lastIndexOf("/"),z===-1&&(z=N),w=w.substring(0,z)+w.substring(N+3)}return P&&this.is("relative")&&(w=B+w.substring(1)),this._parts.path=w,this.build(!T),this},a.normalizePathname=a.normalizePath,a.normalizeQuery=function(T){return typeof this._parts.query=="string"&&(this._parts.query.length?this.query(r.parseQuery(this._parts.query,this._parts.escapeQuerySpace)):this._parts.query=null,this.build(!T)),this},a.normalizeFragment=function(T){return this._parts.fragment||(this._parts.fragment=null,this.build(!T)),this},a.normalizeSearch=a.normalizeQuery,a.normalizeHash=a.normalizeFragment,a.iso8859=function(){var T=r.encode,w=r.decode;r.encode=escape,r.decode=decodeURIComponent;try{this.normalize()}finally{r.encode=T,r.decode=w}return this},a.unicode=function(){var T=r.encode,w=r.decode;r.encode=x,r.decode=unescape;try{this.normalize()}finally{r.encode=T,r.decode=w}return this},a.readable=function(){var T=this.clone();T.username("").password("").normalize();var w="";if(T._parts.protocol&&(w+=T._parts.protocol+"://"),T._parts.hostname&&(T.is("punycode")&&e?(w+=e.toUnicode(T._parts.hostname),T._parts.port&&(w+=":"+T._parts.port)):w+=T.host()),T._parts.hostname&&T._parts.path&&T._parts.path.charAt(0)!=="/"&&(w+="/"),w+=T.path(!0),T._parts.query){for(var P="",B=0,N=T._parts.query.split("&"),z=N.length;B<z;B++){var V=(N[B]||"").split("=");P+="&"+r.decodeQuery(V[0],this._parts.escapeQuerySpace).replace(/&/g,"%26"),V[1]!==void 0&&(P+="="+r.decodeQuery(V[1],this._parts.escapeQuerySpace).replace(/&/g,"%26"))}w+="?"+P.substring(1)}return w+=r.decodeQuery(T.hash(),!0),w},a.absoluteTo=function(T){var w=this.clone(),P=["protocol","username","password","hostname","port"],B,N,z;if(this._parts.urn)throw new Error("URNs do not have any generally defined hierarchical components");if(T instanceof r||(T=new r(T)),w._parts.protocol||(w._parts.protocol=T._parts.protocol,this._parts.hostname))return w;for(N=0;z=P[N];N++)w._parts[z]=T._parts[z];return w._parts.path?(w._parts.path.substring(-2)===".."&&(w._parts.path+="/"),w.path().charAt(0)!=="/"&&(B=T.directory(),B=B||(T.path().indexOf("/")===0?"/":""),w._parts.path=(B?B+"/":"")+w._parts.path,w.normalizePath())):(w._parts.path=T._parts.path,w._parts.query||(w._parts.query=T._parts.query)),w.build(),w},a.relativeTo=function(T){var w=this.clone().normalize(),P,B,N,z,V;if(w._parts.urn)throw new Error("URNs do not have any generally defined hierarchical components");if(T=new r(T).normalize(),P=w._parts,B=T._parts,z=w.path(),V=T.path(),z.charAt(0)!=="/")throw new Error("URI is already relative");if(V.charAt(0)!=="/")throw new Error("Cannot calculate a URI relative to another relative URI");if(P.protocol===B.protocol&&(P.protocol=null),P.username!==B.username||P.password!==B.password||P.protocol!==null||P.username!==null||P.password!==null)return w.build();if(P.hostname===B.hostname&&P.port===B.port)P.hostname=null,P.port=null;else return w.build();if(z===V)return P.path="",w.build();if(N=r.commonPath(z,V),!N)return w.build();var G=B.path.substring(N.length).replace(/[^\/]*$/,"").replace(/.*?\//g,"../");return P.path=G+P.path.substring(N.length)||"./",w.build()},a.equals=function(T){var w=this.clone(),P=new r(T),B={},N={},z={},V,G,k;if(w.normalize(),P.normalize(),w.toString()===P.toString())return!0;if(V=w.query(),G=P.query(),w.query(""),P.query(""),w.toString()!==P.toString()||V.length!==G.length)return!1;B=r.parseQuery(V,this._parts.escapeQuerySpace),N=r.parseQuery(G,this._parts.escapeQuerySpace);for(k in B)if(c.call(B,k)){if(d(B[k])){if(!m(B[k],N[k]))return!1}else if(B[k]!==N[k])return!1;z[k]=!0}for(k in N)if(c.call(N,k)&&!z[k])return!1;return!0},a.preventInvalidHostname=function(T){return this._parts.preventInvalidHostname=!!T,this},a.duplicateQueryParameters=function(T){return this._parts.duplicateQueryParameters=!!T,this},a.escapeQuerySpace=function(T){return this._parts.escapeQuerySpace=!!T,this},r})});var uQ=Mn((p4t,lQ)=>{"use strict";/*! @license DOMPurify 2.5.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.6/LICENSE */function Jp(e){return Jp=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Jp(e)}function s8(e,t){return s8=Object.setPrototypeOf||function(i,o){return i.__proto__=o,i},s8(e,t)}function uPe(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function MB(e,t,n){return uPe()?MB=Reflect.construct:MB=function(o,r,s){var a=[null];a.push.apply(a,r);var c=Function.bind.apply(o,a),u=new c;return s&&s8(u,s.prototype),u},MB.apply(null,arguments)}function xf(e){return fPe(e)||dPe(e)||hPe(e)||mPe()}function fPe(e){if(Array.isArray(e))return a8(e)}function dPe(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function hPe(e,t){if(!!e){if(typeof e=="string")return a8(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a8(e,t)}}function a8(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function mPe(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var pPe=Object.hasOwnProperty,eQ=Object.setPrototypeOf,_Pe=Object.isFrozen,gPe=Object.getPrototypeOf,yPe=Object.getOwnPropertyDescriptor,nc=Object.freeze,fu=Object.seal,APe=Object.create,aQ=typeof Reflect<"u"&&Reflect,FB=aQ.apply,c8=aQ.construct;FB||(FB=function(t,n,i){return t.apply(n,i)});nc||(nc=function(t){return t});fu||(fu=function(t){return t});c8||(c8=function(t,n){return MB(t,xf(n))});var CPe=du(Array.prototype.forEach),tQ=du(Array.prototype.pop),oS=du(Array.prototype.push),LB=du(String.prototype.toLowerCase),e8=du(String.prototype.toString),nQ=du(String.prototype.match),Cf=du(String.prototype.replace),xPe=du(String.prototype.indexOf),TPe=du(String.prototype.trim),js=du(RegExp.prototype.test),t8=EPe(TypeError);function du(e){return function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o<n;o++)i[o-1]=arguments[o];return FB(e,t,i)}}function EPe(e){return function(){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return c8(e,n)}}function ri(e,t,n){var i;n=(i=n)!==null&&i!==void 0?i:LB,eQ&&eQ(e,null);for(var o=t.length;o--;){var r=t[o];if(typeof r=="string"){var s=n(r);s!==r&&(_Pe(t)||(t[o]=s),r=s)}e[r]=!0}return e}function k0(e){var t=APe(null),n;for(n in e)FB(pPe,e,[n])===!0&&(t[n]=e[n]);return t}function BB(e,t){for(;e!==null;){var n=yPe(e,t);if(n){if(n.get)return du(n.get);if(typeof n.value=="function")return du(n.value)}e=gPe(e)}function i(o){return console.warn("fallback value for",o),null}return i}var iQ=nc(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),n8=nc(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),i8=nc(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),bPe=nc(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),o8=nc(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),SPe=nc(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),oQ=nc(["#text"]),rQ=nc(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),r8=nc(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),sQ=nc(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),RB=nc(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),wPe=fu(/\{\{[\w\W]*|[\w\W]*\}\}/gm),DPe=fu(/<%[\w\W]*|[\w\W]*%>/gm),vPe=fu(/\${[\w\W]*}/gm),PPe=fu(/^data-[\-\w.\u00B7-\uFFFF]/),IPe=fu(/^aria-[\-\w]+$/),OPe=fu(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),BPe=fu(/^(?:\w+script|data):/i),RPe=fu(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),MPe=fu(/^html$/i),LPe=fu(/^[a-z][.\w]*(-[.\w]+)+$/i),FPe=function(){return typeof window>"u"?null:window},NPe=function(t,n){if(Jp(t)!=="object"||typeof t.createPolicy!="function")return null;var i=null,o="data-tt-policy-suffix";n.currentScript&&n.currentScript.hasAttribute(o)&&(i=n.currentScript.getAttribute(o));var r="dompurify"+(i?"#"+i:"");try{return t.createPolicy(r,{createHTML:function(a){return a},createScriptURL:function(a){return a}})}catch{return console.warn("TrustedTypes policy "+r+" could not be created."),null}};function cQ(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:FPe(),t=function(Ce){return cQ(Ce)};if(t.version="2.5.6",t.removed=[],!e||!e.document||e.document.nodeType!==9)return t.isSupported=!1,t;var n=e.document,i=e.document,o=e.DocumentFragment,r=e.HTMLTemplateElement,s=e.Node,a=e.Element,c=e.NodeFilter,u=e.NamedNodeMap,f=u===void 0?e.NamedNodeMap||e.MozNamedAttrMap:u,d=e.HTMLFormElement,p=e.DOMParser,g=e.trustedTypes,m=a.prototype,A=BB(m,"cloneNode"),C=BB(m,"nextSibling"),x=BB(m,"childNodes"),b=BB(m,"parentNode");if(typeof r=="function"){var E=i.createElement("template");E.content&&E.content.ownerDocument&&(i=E.content.ownerDocument)}var S=NPe(g,n),D=S?S.createHTML(""):"",v=i,O=v.implementation,R=v.createNodeIterator,M=v.createDocumentFragment,L=v.getElementsByTagName,_=n.importNode,T={};try{T=k0(i).documentMode?i.documentMode:{}}catch{}var w={};t.isSupported=typeof b=="function"&&O&&O.createHTMLDocument!==void 0&&T!==9;var P=wPe,B=DPe,N=vPe,z=PPe,V=IPe,G=BPe,k=RPe,X=LPe,q=OPe,Y=null,W=ri({},[].concat(xf(iQ),xf(n8),xf(i8),xf(o8),xf(oQ))),J=null,Z=ri({},[].concat(xf(rQ),xf(r8),xf(sQ),xf(RB))),ue=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),pe=null,oe=null,fe=!0,ge=!0,Ee=!1,Ie=!0,Me=!1,Ge=!0,bt=!1,zt=!1,on=!1,at=!1,Tn=!1,Yn=!1,ot=!0,Gt=!1,si="user-content-",Se=!0,dt=!1,It={},ii=null,Li=ri({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ho=null,Po=ri({},["audio","video","img","source","image","track"]),Go=null,Pi=ri({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Re="http://www.w3.org/1998/Math/MathML",Qe="http://www.w3.org/2000/svg",je="http://www.w3.org/1999/xhtml",We=je,ct=!1,Ot=null,An=ri({},[Re,Qe,je],e8),Fi,Wo=["application/xhtml+xml","text/html"],ps="text/html",Hi,Io=null,Ki=i.createElement("form"),Mr=function(Ce){return Ce instanceof RegExp||Ce instanceof Function},Er=function(Ce){Io&&Io===Ce||((!Ce||Jp(Ce)!=="object")&&(Ce={}),Ce=k0(Ce),Fi=Wo.indexOf(Ce.PARSER_MEDIA_TYPE)===-1?Fi=ps:Fi=Ce.PARSER_MEDIA_TYPE,Hi=Fi==="application/xhtml+xml"?e8:LB,Y="ALLOWED_TAGS"in Ce?ri({},Ce.ALLOWED_TAGS,Hi):W,J="ALLOWED_ATTR"in Ce?ri({},Ce.ALLOWED_ATTR,Hi):Z,Ot="ALLOWED_NAMESPACES"in Ce?ri({},Ce.ALLOWED_NAMESPACES,e8):An,Go="ADD_URI_SAFE_ATTR"in Ce?ri(k0(Pi),Ce.ADD_URI_SAFE_ATTR,Hi):Pi,Ho="ADD_DATA_URI_TAGS"in Ce?ri(k0(Po),Ce.ADD_DATA_URI_TAGS,Hi):Po,ii="FORBID_CONTENTS"in Ce?ri({},Ce.FORBID_CONTENTS,Hi):Li,pe="FORBID_TAGS"in Ce?ri({},Ce.FORBID_TAGS,Hi):{},oe="FORBID_ATTR"in Ce?ri({},Ce.FORBID_ATTR,Hi):{},It="USE_PROFILES"in Ce?Ce.USE_PROFILES:!1,fe=Ce.ALLOW_ARIA_ATTR!==!1,ge=Ce.ALLOW_DATA_ATTR!==!1,Ee=Ce.ALLOW_UNKNOWN_PROTOCOLS||!1,Ie=Ce.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Me=Ce.SAFE_FOR_TEMPLATES||!1,Ge=Ce.SAFE_FOR_XML!==!1,bt=Ce.WHOLE_DOCUMENT||!1,at=Ce.RETURN_DOM||!1,Tn=Ce.RETURN_DOM_FRAGMENT||!1,Yn=Ce.RETURN_TRUSTED_TYPE||!1,on=Ce.FORCE_BODY||!1,ot=Ce.SANITIZE_DOM!==!1,Gt=Ce.SANITIZE_NAMED_PROPS||!1,Se=Ce.KEEP_CONTENT!==!1,dt=Ce.IN_PLACE||!1,q=Ce.ALLOWED_URI_REGEXP||q,We=Ce.NAMESPACE||je,ue=Ce.CUSTOM_ELEMENT_HANDLING||{},Ce.CUSTOM_ELEMENT_HANDLING&&Mr(Ce.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(ue.tagNameCheck=Ce.CUSTOM_ELEMENT_HANDLING.tagNameCheck),Ce.CUSTOM_ELEMENT_HANDLING&&Mr(Ce.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(ue.attributeNameCheck=Ce.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),Ce.CUSTOM_ELEMENT_HANDLING&&typeof Ce.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(ue.allowCustomizedBuiltInElements=Ce.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Me&&(ge=!1),Tn&&(at=!0),It&&(Y=ri({},xf(oQ)),J=[],It.html===!0&&(ri(Y,iQ),ri(J,rQ)),It.svg===!0&&(ri(Y,n8),ri(J,r8),ri(J,RB)),It.svgFilters===!0&&(ri(Y,i8),ri(J,r8),ri(J,RB)),It.mathMl===!0&&(ri(Y,o8),ri(J,sQ),ri(J,RB))),Ce.ADD_TAGS&&(Y===W&&(Y=k0(Y)),ri(Y,Ce.ADD_TAGS,Hi)),Ce.ADD_ATTR&&(J===Z&&(J=k0(J)),ri(J,Ce.ADD_ATTR,Hi)),Ce.ADD_URI_SAFE_ATTR&&ri(Go,Ce.ADD_URI_SAFE_ATTR,Hi),Ce.FORBID_CONTENTS&&(ii===Li&&(ii=k0(ii)),ri(ii,Ce.FORBID_CONTENTS,Hi)),Se&&(Y["#text"]=!0),bt&&ri(Y,["html","head","body"]),Y.table&&(ri(Y,["tbody"]),delete pe.tbody),nc&&nc(Ce),Io=Ce)},ll=ri({},["mi","mo","mn","ms","mtext"]),Ni=ri({},["foreignobject","annotation-xml"]),Lr=ri({},["title","style","font","a","script"]),Wr=ri({},n8);ri(Wr,i8),ri(Wr,bPe);var ir=ri({},o8);ri(ir,SPe);var d0=function(Ce){var mt=b(Ce);(!mt||!mt.tagName)&&(mt={namespaceURI:We,tagName:"template"});var kt=LB(Ce.tagName),oo=LB(mt.tagName);return Ot[Ce.namespaceURI]?Ce.namespaceURI===Qe?mt.namespaceURI===je?kt==="svg":mt.namespaceURI===Re?kt==="svg"&&(oo==="annotation-xml"||ll[oo]):Boolean(Wr[kt]):Ce.namespaceURI===Re?mt.namespaceURI===je?kt==="math":mt.namespaceURI===Qe?kt==="math"&&Ni[oo]:Boolean(ir[kt]):Ce.namespaceURI===je?mt.namespaceURI===Qe&&!Ni[oo]||mt.namespaceURI===Re&&!ll[oo]?!1:!ir[kt]&&(Lr[kt]||!Wr[kt]):!!(Fi==="application/xhtml+xml"&&Ot[Ce.namespaceURI]):!1},Gi=function(Ce){oS(t.removed,{element:Ce});try{Ce.parentNode.removeChild(Ce)}catch{try{Ce.outerHTML=D}catch{Ce.remove()}}},Ga=function(Ce,mt){try{oS(t.removed,{attribute:mt.getAttributeNode(Ce),from:mt})}catch{oS(t.removed,{attribute:null,from:mt})}if(mt.removeAttribute(Ce),Ce==="is"&&!J[Ce])if(at||Tn)try{Gi(mt)}catch{}else try{mt.setAttribute(Ce,"")}catch{}},ul=function(Ce){var mt,kt;if(on)Ce="<remove></remove>"+Ce;else{var oo=nQ(Ce,/^[\r\n\t ]+/);kt=oo&&oo[0]}Fi==="application/xhtml+xml"&&We===je&&(Ce='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+Ce+"</body></html>");var vc=S?S.createHTML(Ce):Ce;if(We===je)try{mt=new p().parseFromString(vc,Fi)}catch{}if(!mt||!mt.documentElement){mt=O.createDocument(We,"template",null);try{mt.documentElement.innerHTML=ct?D:vc}catch{}}var sa=mt.body||mt.documentElement;return Ce&&kt&&sa.insertBefore(i.createTextNode(kt),sa.childNodes[0]||null),We===je?L.call(mt,bt?"html":"body")[0]:bt?mt.documentElement:sa},zA=function(Ce){return R.call(Ce.ownerDocument||Ce,Ce,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null,!1)},ns=function(Ce){return Ce instanceof d&&(typeof Ce.nodeName!="string"||typeof Ce.textContent!="string"||typeof Ce.removeChild!="function"||!(Ce.attributes instanceof f)||typeof Ce.removeAttribute!="function"||typeof Ce.setAttribute!="function"||typeof Ce.namespaceURI!="string"||typeof Ce.insertBefore!="function"||typeof Ce.hasChildNodes!="function")},fl=function(Ce){return Jp(s)==="object"?Ce instanceof s:Ce&&Jp(Ce)==="object"&&typeof Ce.nodeType=="number"&&typeof Ce.nodeName=="string"},dl=function(Ce,mt,kt){!w[Ce]||CPe(w[Ce],function(oo){oo.call(t,mt,kt,Io)})},rP=function(Ce){var mt;if(dl("beforeSanitizeElements",Ce,null),ns(Ce)||js(/[\u0080-\uFFFF]/,Ce.nodeName))return Gi(Ce),!0;var kt=Hi(Ce.nodeName);if(dl("uponSanitizeElement",Ce,{tagName:kt,allowedTags:Y}),Ce.hasChildNodes()&&!fl(Ce.firstElementChild)&&(!fl(Ce.content)||!fl(Ce.content.firstElementChild))&&js(/<[/\w]/g,Ce.innerHTML)&&js(/<[/\w]/g,Ce.textContent)||kt==="select"&&js(/<template/i,Ce.innerHTML)||Ce.nodeType===7||Ge&&Ce.nodeType===8&&js(/<[/\w]/g,Ce.data))return Gi(Ce),!0;if(!Y[kt]||pe[kt]){if(!pe[kt]&&Wa(kt)&&(ue.tagNameCheck instanceof RegExp&&js(ue.tagNameCheck,kt)||ue.tagNameCheck instanceof Function&&ue.tagNameCheck(kt)))return!1;if(Se&&!ii[kt]){var oo=b(Ce)||Ce.parentNode,vc=x(Ce)||Ce.childNodes;if(vc&&oo)for(var sa=vc.length,Us=sa-1;Us>=0;--Us){var h0=A(vc[Us],!0);h0.__removalCount=(Ce.__removalCount||0)+1,oo.insertBefore(h0,C(Ce))}}return Gi(Ce),!0}return Ce instanceof a&&!d0(Ce)||(kt==="noscript"||kt==="noembed"||kt==="noframes")&&js(/<\/no(script|embed|frames)/i,Ce.innerHTML)?(Gi(Ce),!0):(Me&&Ce.nodeType===3&&(mt=Ce.textContent,mt=Cf(mt,P," "),mt=Cf(mt,B," "),mt=Cf(mt,N," "),Ce.textContent!==mt&&(oS(t.removed,{element:Ce.cloneNode()}),Ce.textContent=mt)),dl("afterSanitizeElements",Ce,null),!1)},Jh=function(Ce,mt,kt){if(ot&&(mt==="id"||mt==="name")&&(kt in i||kt in Ki))return!1;if(!(ge&&!oe[mt]&&js(z,mt))){if(!(fe&&js(V,mt))){if(!J[mt]||oe[mt]){if(!(Wa(Ce)&&(ue.tagNameCheck instanceof RegExp&&js(ue.tagNameCheck,Ce)||ue.tagNameCheck instanceof Function&&ue.tagNameCheck(Ce))&&(ue.attributeNameCheck instanceof RegExp&&js(ue.attributeNameCheck,mt)||ue.attributeNameCheck instanceof Function&&ue.attributeNameCheck(mt))||mt==="is"&&ue.allowCustomizedBuiltInElements&&(ue.tagNameCheck instanceof RegExp&&js(ue.tagNameCheck,kt)||ue.tagNameCheck instanceof Function&&ue.tagNameCheck(kt))))return!1}else if(!Go[mt]){if(!js(q,Cf(kt,k,""))){if(!((mt==="src"||mt==="xlink:href"||mt==="href")&&Ce!=="script"&&xPe(kt,"data:")===0&&Ho[Ce])){if(!(Ee&&!js(G,Cf(kt,k,"")))){if(kt)return!1}}}}}}return!0},Wa=function(Ce){return Ce!=="annotation-xml"&&nQ(Ce,X)},HA=function(Ce){var mt,kt,oo,vc;dl("beforeSanitizeAttributes",Ce,null);var sa=Ce.attributes;if(!!sa){var Us={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:J};for(vc=sa.length;vc--;){mt=sa[vc];var h0=mt,is=h0.name,Zz=h0.namespaceURI;if(kt=is==="value"?mt.value:TPe(mt.value),oo=Hi(is),Us.attrName=oo,Us.attrValue=kt,Us.keepAttr=!0,Us.forceKeepAttr=void 0,dl("uponSanitizeAttribute",Ce,Us),kt=Us.attrValue,Ge&&js(/((--!?|])>)|<\/(style|title)/i,kt)){Ga(is,Ce);continue}if(!Us.forceKeepAttr&&(Ga(is,Ce),!!Us.keepAttr)){if(!Ie&&js(/\/>/i,kt)){Ga(is,Ce);continue}Me&&(kt=Cf(kt,P," "),kt=Cf(kt,B," "),kt=Cf(kt,N," "));var rY=Hi(Ce.nodeName);if(!!Jh(rY,oo,kt)){if(Gt&&(oo==="id"||oo==="name")&&(Ga(is,Ce),kt=si+kt),S&&Jp(g)==="object"&&typeof g.getAttributeType=="function"&&!Zz)switch(g.getAttributeType(rY,oo)){case"TrustedHTML":{kt=S.createHTML(kt);break}case"TrustedScriptURL":{kt=S.createScriptURL(kt);break}}try{Zz?Ce.setAttributeNS(Zz,is,kt):Ce.setAttribute(is,kt),ns(Ce)?Gi(Ce):tQ(t.removed)}catch{}}}}dl("afterSanitizeAttributes",Ce,null)}},Jz=function un(Ce){var mt,kt=zA(Ce);for(dl("beforeSanitizeShadowDOM",Ce,null);mt=kt.nextNode();)dl("uponSanitizeShadowNode",mt,null),!rP(mt)&&(mt.content instanceof o&&un(mt.content),HA(mt));dl("afterSanitizeShadowDOM",Ce,null)};return t.sanitize=function(un){var Ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},mt,kt,oo,vc,sa;if(ct=!un,ct&&(un="<!-->"),typeof un!="string"&&!fl(un))if(typeof un.toString=="function"){if(un=un.toString(),typeof un!="string")throw t8("dirty is not a string, aborting")}else throw t8("toString is not a function");if(!t.isSupported){if(Jp(e.toStaticHTML)==="object"||typeof e.toStaticHTML=="function"){if(typeof un=="string")return e.toStaticHTML(un);if(fl(un))return e.toStaticHTML(un.outerHTML)}return un}if(zt||Er(Ce),t.removed=[],typeof un=="string"&&(dt=!1),dt){if(un.nodeName){var Us=Hi(un.nodeName);if(!Y[Us]||pe[Us])throw t8("root node is forbidden and cannot be sanitized in-place")}}else if(un instanceof s)mt=ul("<!---->"),kt=mt.ownerDocument.importNode(un,!0),kt.nodeType===1&&kt.nodeName==="BODY"||kt.nodeName==="HTML"?mt=kt:mt.appendChild(kt);else{if(!at&&!Me&&!bt&&un.indexOf("<")===-1)return S&&Yn?S.createHTML(un):un;if(mt=ul(un),!mt)return at?null:Yn?D:""}mt&&on&&Gi(mt.firstChild);for(var h0=zA(dt?un:mt);oo=h0.nextNode();)oo.nodeType===3&&oo===vc||rP(oo)||(oo.content instanceof o&&Jz(oo.content),HA(oo),vc=oo);if(vc=null,dt)return un;if(at){if(Tn)for(sa=M.call(mt.ownerDocument);mt.firstChild;)sa.appendChild(mt.firstChild);else sa=mt;return(J.shadowroot||J.shadowrootmod)&&(sa=_.call(n,sa,!0)),sa}var is=bt?mt.outerHTML:mt.innerHTML;return bt&&Y["!doctype"]&&mt.ownerDocument&&mt.ownerDocument.doctype&&mt.ownerDocument.doctype.name&&js(MPe,mt.ownerDocument.doctype.name)&&(is="<!DOCTYPE "+mt.ownerDocument.doctype.name+`>
`+is),Me&&(is=Cf(is,P," "),is=Cf(is,B," "),is=Cf(is,N," ")),S&&Yn?S.createHTML(is):is},t.setConfig=function(un){Er(un),zt=!0},t.clearConfig=function(){Io=null,zt=!1},t.isValidAttribute=function(un,Ce,mt){Io||Er({});var kt=Hi(un),oo=Hi(Ce);return Jh(kt,oo,mt)},t.addHook=function(un,Ce){typeof Ce=="function"&&(w[un]=w[un]||[],oS(w[un],Ce))},t.removeHook=function(un){if(w[un])return tQ(w[un])},t.removeHooks=function(un){w[un]&&(w[un]=[])},t.removeAllHooks=function(){w={}},t}var kPe=cQ();lQ.exports=kPe});var vQ=Mn((fS,GB)=>{(function(e){"use strict";var t="Compound",n="Identifier",i="MemberExpression",o="Literal",r="ThisExpression",s="CallExpression",a="UnaryExpression",c="BinaryExpression",u="LogicalExpression",f="ConditionalExpression",d="ArrayExpression",p=46,g=44,m=39,A=34,C=40,x=41,b=91,E=93,S=63,D=59,v=58,O=function(Y,W){var J=new Error(Y+" at character "+W);throw J.index=W,J.description=Y,J},R=!0,M={"-":R,"!":R,"~":R,"+":R},L={"||":1,"&&":2,"|":3,"^":4,"&":5,"==":6,"!=":6,"===":6,"!==":6,"<":7,">":7,"<=":7,">=":7,"<<":8,">>":8,">>>":8,"+":9,"-":9,"*":10,"/":10,"%":10},_=function(Y){var W=0,J;for(var Z in Y)(J=Z.length)>W&&Y.hasOwnProperty(Z)&&(W=J);return W},T=_(M),w=_(L),P={true:!0,false:!1,null:null},B="this",N=function(Y){return L[Y]||0},z=function(Y,W,J){var Z=Y==="||"||Y==="&&"?u:c;return{type:Z,operator:Y,left:W,right:J}},V=function(Y){return Y>=48&&Y<=57},G=function(Y){return Y===36||Y===95||Y>=65&&Y<=90||Y>=97&&Y<=122||Y>=128&&!L[String.fromCharCode(Y)]},k=function(Y){return Y===36||Y===95||Y>=65&&Y<=90||Y>=97&&Y<=122||Y>=48&&Y<=57||Y>=128&&!L[String.fromCharCode(Y)]},X=function(Y){for(var W=0,J=Y.charAt,Z=Y.charCodeAt,ue=function(Se){return J.call(Y,Se)},pe=function(Se){return Z.call(Y,Se)},oe=Y.length,fe=function(){for(var Se=pe(W);Se===32||Se===9||Se===10||Se===13;)Se=pe(++W)},ge=function(){var Se=Ie(),dt,It;if(fe(),pe(W)===S){if(W++,dt=ge(),dt||O("Expected expression",W),fe(),pe(W)===v)return W++,It=ge(),It||O("Expected expression",W),{type:f,test:Se,consequent:dt,alternate:It};O("Expected :",W)}else return Se},Ee=function(){fe();for(var Se,dt=Y.substr(W,w),It=dt.length;It>0;){if(L.hasOwnProperty(dt)&&(!G(pe(W))||W+dt.length<Y.length&&!k(pe(W+dt.length))))return W+=It,dt;dt=dt.substr(0,--It)}return!1},Ie=function(){var Se,dt,It,ii,Li,Ho,Po,Go,Pi,Re;if(Po=Me(),It=Ee(),!It)return Po;for(Ho={value:It,prec:N(It)},Go=Me(),Go||O("Expected expression after "+It,W),Li=[Po,Ho,Go];(It=Ee())&&(ii=N(It),ii!==0);){for(Ho={value:It,prec:ii},Re=It;Li.length>2&&ii<=Li[Li.length-2].prec;)Go=Li.pop(),It=Li.pop().value,Po=Li.pop(),dt=z(It,Po,Go),Li.push(dt);dt=Me(),dt||O("Expected expression after "+Re,W),Li.push(Ho,dt)}for(Pi=Li.length-1,dt=Li[Pi];Pi>1;)dt=z(Li[Pi-1].value,Li[Pi-2],dt),Pi-=2;return dt},Me=function(){var Se,dt,It;if(fe(),Se=pe(W),V(Se)||Se===p)return Ge();if(Se===m||Se===A)return bt();if(Se===b)return Yn();for(dt=Y.substr(W,T),It=dt.length;It>0;){if(M.hasOwnProperty(dt)&&(!G(pe(W))||W+dt.length<Y.length&&!k(pe(W+dt.length))))return W+=It,{type:a,operator:dt,argument:Me(),prefix:!0};dt=dt.substr(0,--It)}return G(Se)||Se===C?at():!1},Ge=function(){for(var Se="",dt,It;V(pe(W));)Se+=ue(W++);if(pe(W)===p)for(Se+=ue(W++);V(pe(W));)Se+=ue(W++);if(dt=ue(W),dt==="e"||dt==="E"){for(Se+=ue(W++),dt=ue(W),(dt==="+"||dt==="-")&&(Se+=ue(W++));V(pe(W));)Se+=ue(W++);V(pe(W-1))||O("Expected exponent ("+Se+ue(W)+")",W)}return It=pe(W),G(It)?O("Variable names cannot start with a number ("+Se+ue(W)+")",W):It===p&&O("Unexpected period",W),{type:o,value:parseFloat(Se),raw:Se}},bt=function(){for(var Se="",dt=ue(W++),It=!1,ii;W<oe;)if(ii=ue(W++),ii===dt){It=!0;break}else if(ii==="\\")switch(ii=ue(W++),ii){case"n":Se+=`
`;break;case"r":Se+="\r";break;case"t":Se+=" ";break;case"b":Se+="\b";break;case"f":Se+="\f";break;case"v":Se+="\v";break;default:Se+=ii}else Se+=ii;return It||O('Unclosed quote after "'+Se+'"',W),{type:o,value:Se,raw:dt+Se+dt}},zt=function(){var Se=pe(W),dt=W,It;for(G(Se)?W++:O("Unexpected "+ue(W),W);W<oe&&(Se=pe(W),k(Se));)W++;return It=Y.slice(dt,W),P.hasOwnProperty(It)?{type:o,value:P[It],raw:It}:It===B?{type:r}:{type:n,name:It}},on=function(Se){for(var dt,It=[],ii,Li=!1,Ho=0;W<oe;)if(fe(),dt=pe(W),dt===Se){Li=!0,W++,Se===x&&Ho&&Ho>=It.length&&O("Unexpected token "+String.fromCharCode(Se),W);break}else if(dt===g){if(W++,Ho++,Ho!==It.length){if(Se===x)O("Unexpected token ,",W);else if(Se===E)for(var Po=It.length;Po<Ho;Po++)It.push(null)}}else ii=ge(),(!ii||ii.type===t)&&O("Expected comma",W),It.push(ii);return Li||O("Expected "+String.fromCharCode(Se),W),It},at=function(){var Se,dt;for(Se=pe(W),Se===C?dt=Tn():dt=zt(),fe(),Se=pe(W);Se===p||Se===b||Se===C;)W++,Se===p?(fe(),dt={type:i,computed:!1,object:dt,property:zt()}):Se===b?(dt={type:i,computed:!0,object:dt,property:ge()},fe(),Se=pe(W),Se!==E&&O("Unclosed [",W),W++):Se===C&&(dt={type:s,arguments:on(x),callee:dt}),fe(),Se=pe(W);return dt},Tn=function(){W++;var Se=ge();if(fe(),pe(W)===x)return W++,Se;O("Unclosed (",W)},Yn=function(){return W++,{type:d,elements:on(E)}},ot=[],Gt,si;W<oe;)Gt=pe(W),Gt===D||Gt===g?W++:(si=ge())?ot.push(si):W<oe&&O('Unexpected "'+ue(W)+'"',W);return ot.length===1?ot[0]:{type:t,body:ot}};if(X.version="0.3.5",X.toString=function(){return"JavaScript Expression Parser (JSEP) v"+X.version},X.addUnaryOp=function(Y){return T=Math.max(Y.length,T),M[Y]=R,this},X.addBinaryOp=function(Y,W){return w=Math.max(Y.length,w),L[Y]=W,this},X.addLiteral=function(Y,W){return P[Y]=W,this},X.removeUnaryOp=function(Y){return delete M[Y],Y.length===T&&(T=_(M)),this},X.removeAllUnaryOps=function(){return M={},T=0,this},X.removeBinaryOp=function(Y){return delete L[Y],Y.length===w&&(w=_(L)),this},X.removeAllBinaryOps=function(){return L={},w=0,this},X.removeLiteral=function(Y){return delete P[Y],this},X.removeAllLiterals=function(){return P={},this},typeof fS>"u"){var q=e.jsep;e.jsep=X,X.noConflict=function(){return e.jsep===X&&(e.jsep=q),X}}else typeof GB<"u"&&GB.exports?fS=GB.exports=X:fS.parse=X})(fS)});var n$=Mn((_S,b8)=>{var rR=function(){"use strict";var e="B9h79tEBBBENQ9gEUEU9gEUB9gBB9gVUUUUUEU9gDUUEU9gLUUUUEU9gVUUUUUB9gLUUUUB9gIUUUEU9gD99UE99I8ayDILEVLEVLOOOOORRVBWWBEdddLVE9wEIIVIEBEOWEUEC+g/KEKR/QIhO9tw9t9vv95DBh9f9f939h79t9f9j9h229f9jT9vv7BB8a9tw79o9v9wT9fw9u9j9v9kw9WwvTw949C919m9mwvBE8f9tw79o9v9wT9fw9u9j9v9kw9WwvTw949C919m9mwv9C9v919u9kBDe9tw79o9v9wT9fw9u9j9v9kw9WwvTw949Wwv79p9v9uBIy9tw79o9v9wT9fw9u9j9v9kw69u9kw949C919m9mwvBL8e9tw79o9v9wT9fw9u9j9v9kw69u9kw949C919m9mwv9C9v919u9kBV8a9tw79o9v9wT9fw9u9j9v9kw69u9kw949Wwv79p9v9uBOe9tw79o9v9wT9fw9u9j9v9kw69u9kw949Twg91w9u9jwBRA9tw79o9v9wT9fw9u9j9v9kw69u9kw949Twg91w9u9jw9C9v919u9kBWl9tw79o9v9wT9fw9u9j9v9kws9p2Twv9P9jTBdk9tw79o9v9wT9fw9u9j9v9kws9p2Twv9R919hTBQl9tw79o9v9wT9fw9u9j9v9kws9p2Twvt949wBKe9tw79o9v9wT9f9v9wT9p9t9p96w9WwvTw94j9h9j9owBpA9tw79o9v9wT9f9v9wT9p9t9p96w9WwvTw94j9h9j9ow9TTv9p9wBSA9tw79o9v9wT9f9v9wT9p9t9p96w9WwvTw94swT9j9o9Sw9t9h9wBZL79iv9rBhdWEBCEKDxcQ+1tyDBK/hKEyU8jJJJJBCJO9rGV8kJJJJBCBHODNALCEFAE0MBABCBrB+Q+KJJBC+gEv86BBAVCJDFCBCJDZ+TJJJB8aDNAItMBAVCJDFADALZmJJJB8aKABAEFHRABCEFHWAVALFCBCBCJDAL9rALCfE0eZ+TJJJB8aAVAVCJDFALZmJJJBHdCJ/ABAL9uHEDNDNALtMBAEC/wfBgGECJDAECJD6eHQCBHKINAKAI9PMEAdCJLFCBCJDZ+TJJJB8aAQAIAK9rAKAQFAI6eGXCSFGECL4CIFCD4HMADAKAL2FHpDNDNDNDNDNAEC9wgGStMBCBHZCEHhApHoAWHaXEKDNAXtMBCBHaCEHhApHcINAdAaFrBBHxAcHECBHOINAdCJLFAOFAErBBGqAx9rGxCETAxCkTCk91CR4786BBAEALFHEAqHxAOCEFGOAX9HMBKARAW9rAM6MIAWCBAMZ+TJJJBGEtMIAEAMFHWAcCEFHcAaCEFGaAL6HhAaAL9HMBXVKKARAW9rAM6MOAWCBAMZ+TJJJB8aCEHEINAWGxAMFHWALAEGOsMLDNARAW9rAM6MBAOCEFHEAWCBAMZ+TJJJB8aAxMEKKCBHWAOAL6MOXIKINDNAXtMBAdAZFrBBHxCBHEAoHOINAdCJLFAEFAOrBBGqAx9rGxCETAxCkTCk91CR4786BBAOALFHOAqHxAECEFGEAX9HMBKKARAa9rAM6MEARAaCBAMZ+TJJJBGlAMFGW9rCk6MDCBHkAdCJLFHcINAdCJLFAkFHyCWH8aCZHaCEHqINDNDNAqCE9HMBCUHOAyrBBMECBHODNINAOGECSsMEAECEFHOAcAEFCEFrBBtMBKKCUCBAECS6eHOXEKAqCETC/+fffEgHOCUAqTCU7CfEgHxCBHEINAOAxAcAEFrBB9NFHOAECEFGECZ9HMBKKAOAaAOAa6GEeHaAqA8aAEeH8aAqCETGqCW6MBKDNDNDNDNA8aCUFpDIEBKAlAkCO4FGEAErBBCDCIA8aCLseAkCI4COgTv86BBA8aCW9HMEAWAy8pBB83BBAWCWFAyCWF8pBB83BBAWCZFHWXDKAlAkCO4FGEAErBBCEAkCI4COgTv86BBKDNCWA8a9tGeMBINAWCB86BBAWCEFHWXBKKCUA8aTCU7HqCBH3AcH5INA5HEAeHxCBHOINAErBBGaAqAaAqCfEgGy6eAOCfEgA8aTvHOAECEFHEAxCUFGxMBKAWAO86BBA5AeFH5AWCEFHWA3AeFG3CZ6MBKCBHEINDNAcAEFrBBGOAy6MBAWAO86BBAWCEFHWKAECEFGECZ9HMBKKDNAkCZFGkAS9PMBAcCZFHcARAW9rCl0MEKKAkAS6MEAWtMEAoCEFHoAZCEFGZAL6HhAWHaAZALsMIXBKKCBHWAhCEgtMEXLKCBHWAhCEgMIKAdApAXCUFAL2FALZmJJJB8aAXAKFHKAWMBKCBHOXDKCBHOARAW9rCAALALCA6e6MEDNALC8f0MBAWCBCAAL9rGEZ+TJJJBAEFHWKAWAdCJDFALZmJJJBALFAB9rHOXEKCBHOKAVCJOF8kJJJJBAOK9HEEUAECAAECA0eABCJ/ABAE9uC/wfBgGDCJDADCJD6eGDFCUFAD9uAE2ADCL4CIFCD4ADv2FCEFKMBCBABbD+Q+KJJBK/YSE3U8jJJJJBC/AE9rGL8kJJJJBCBHVDNAICI9uGOChFAE0MBABCBYDn+KJJBGVC/gEv86BBALC/ABFCfECJEZ+TJJJB8aALCuFGR9CU83IBALC8wFGW9CU83IBALCYFGd9CU83IBALCAFGQ9CU83IBALCkFGK9CU83IBALCZFGX9CU83IBAL9CU83IWAL9CU83IBABAEFC9wFHMABCEFGpAOFHEDNAItMBCMCSAVCB9KGSeHZAVCE9IHhCBHoCBHaCBHcCBHxCBHqINDNAEAM9NMBCBHVXIKAqCUFHVADAcCDTFGOYDBHlAOCWFYDBHkAOCLFYDBHyCBH8aDNDNINALC/ABFAVCSgCITFGOYDLHeDNDNDNAOYDBGOAl9HMBAeAysMEKDNAOAy9HMBAeAk9HMBA8aCEFH8aXEKAOAk9HMEAeAl9HMEA8aCDFH8aKA8aC870MDAxCUFHVADA8aCIgCX2GOC+Y1JJBFYDBAcFCDTFYDBHeADAOCn1JJBFYDBAcFCDTFYDBHkADAOC+Q1JJBFYDBAcFCDTFYDBHlCBHODNINDNALAVCSgCDTFYDBAe9HMBAOHyXDKCUHyAVCUFHVAOCEFGOCZ9HMBKKAyCB9KAyAZ9IgGVCU7AeAosGOgH3DNDNDNDNDNAyCBCSAOeAVeGVCS9HMBAhMBAeAeAaAeCEFAasGVeGaCEFsMECMCSAVeHVKApAVA8aCDTC/wEgv86BBAVCS9HMEAeAa9rGVCETAVC8f917HVINAEAVCfB0CRTAVCfBgv86BBAECEFHEAVCJE6HOAVCR4HVAOtMBKAeHaXDKCpHVApA8aCDTCpv86BBAeHaKAVtMBAVAZ9IMEKALAxCDTFAebDBAxCEFCSgHxKAoA3FHoALC/ABFAqCITFGVAkbDLAVAebDBALC/ABFAqCEFCSgGVCITFGOAebDLAOAlbDBAVCEFHOXIKAVCUFHVA8aCLFG8aC/AB9HMBKKDNADCEAkAosCETAyAoseCX2GVC+Q1JJBFYDBAcFCDTFYDBGltADAVCn1JJBFYDBAcFCDTFYDBG8aCEsgADAVC+Y1JJBFYDBAcFCDTFYDBGyCDsgAoCB9HgASgG5CE9HMBAR9CU83IBAW9CU83IBAd9CU83IBAQ9CU83IBAK9CU83IBAX9CU83IBAL9CU83IWAL9CU83IBCBHoKCBHeAxCUFGVHODNINDNALAOCSgCDTFYDBA8a9HMBAeHkXDKCUHkAOCUFHOAeCEFGeCZ9HMBKKCBHODNINDNALAVCSgCDTFYDBAy9HMBAOHeXDKCUHeAVCUFHVAOCEFGOCZ9HMBKKAoAlAosG8eFH3DNDNAkCM0MBAkCEFHkXEKCBCSA8aA3sGVeHkA3AVFH3KDNDNAeCM0MBAeCEFHeXEKCBCSAyA3sGVeHeA3AVFH3KC9+CUA8eeH8fAeAkCLTvHOCBHVDNDNDNINAVCJ1JJBFrBBAOCfEgsMEAVCEFGVCZ9HMBXDKKAlAo9HAVCM0vA5vMBApAVC/wEv86BBXEKApA8f86BBAEAO86BBAECEFHEKDNA8eMBAlAa9rGVCETAVC8f917HVINAEAVCfB0GOCRTAVCfBgv86BBAVCR4HVAECEFHEAOMBKAlHaKDNAkCS9HMBA8aAa9rGVCETAVC8f917HVINAEAVCfB0GOCRTAVCfBgv86BBAVCR4HVAECEFHEAOMBKA8aHaKDNAeCS9HMBAyAa9rGVCETAVC8f917HVINAEAVCfB0GOCRTAVCfBgv86BBAVCR4HVAECEFHEAOMBKAyHaKALAxCDTFAlbDBAxCEFCSgHVDNDNAkpZBEEEEEEEEEEEEEEBEKALAVCDTFA8abDBAxCDFCSgHVKDNDNAepZBEEEEEEEEEEEEEEBEKALAVCDTFAybDBAVCEFCSgHVKALC/ABFAqCITFGOAlbDLAOA8abDBALC/ABFAqCEFCSgCITFGOA8abDLAOAybDBALC/ABFAqCDFCSgCITFGOAybDLAOAlbDBAqCIFHOAVHxA3HoKApCEFHpAOCSgHqAcCIFGcAI6MBKKCBHVAEAM0MBCBHVINAEAVFAVCJ1JJBFrBB86BBAVCEFGVCZ9HMBKAEAB9rAVFHVKALC/AEF8kJJJJBAVKzEEUCBHDDNINADCEFGDC8f0MECEADTAE6MBKKADCRFCfEgCR9uCI2CDFABCI9u2ChFKMBCBABbDn+KJJBK+cDEWU8jJJJJBCZ9rHLCBHVDNAICVFAE0MBCBHOABCBrBn+KJJBC/QEv86BBAL9CB83IWABCEFHRABAEFC98FHWDNAItMBCBHdINDNARAW6MBCBSKADAdCDTFYDBGQALCWFAOAQALCWFAOCDTFYDB9rGEAEC8f91GEFAE7C507GOCDTFGKYDB9rGEC8e91C9+gAECDT7AOvHEINARAECfB0GVCRTAECfBgv86BBAECR4HEARCEFHRAVMBKAKAQbDBAdCEFGdAI9HMBKKCBHVARAW0MBARCBbBBARAB9rCLFHVKAVKbEEUCBHDDNINADCEFGDC8f0MECEADTAE6MBKKADCWFCfEgCR9uAB2CVFK+DVLI99DUI99LUDNAEtMBCUADCETCUFTCU7+yHVDNDNCUAICUFTCU7+yGOjBBBzmGR+LjBBB9P9dtMBAR+oHWXEKCJJJJ94HWKCBHICBHdINALCLFiDBGRjBBBBjBBJzALiDBGQ+LAR+LmALCWFiDBGK+LmGR+VARjBBBB9beGRnHXAQARnHRALCXFiDBHQDNDNAKjBBBB9gtMBAXHKXEKjBBJzAR+L+TGKAK+MAXjBBBB9geHKjBBJzAX+L+TGXAX+MARjBBBB9geHRKDNDNAQjBBJ+/AQjBBJ+/9geGXjBBJzAXjBBJz9feAVnjBBBzjBBB+/AQjBBBB9gemGQ+LjBBB9P9dtMBAQ+oHMXEKCJJJJ94HMKDNDNAKjBBJ+/AKjBBJ+/9geGQjBBJzAQjBBJz9feAOnjBBBzjBBB+/AKjBBBB9gemGQ+LjBBB9P9dtMBAQ+oHpXEKCJJJJ94HpKDNDNARjBBJ+/ARjBBJ+/9geGQjBBJzAQjBBJz9feAOnjBBBzjBBB+/ARjBBBB9gemGR+LjBBB9P9dtMBAR+oHSXEKCJJJJ94HSKDNDNADCL9HMBABAdFGZAS86BBAZCIFAM86BBAZCDFAW86BBAZCEFAp86BBXEKABAIFGZAS87EBAZCOFAM87EBAZCLFAW87EBAZCDFAp87EBKALCZFHLAICWFHIAdCLFHdAECUFGEMBKKK/KLLD99EUD99EUDNAEtMBDNDNCUAICUFTCU7+yGVjBBBzmGO+LjBBB9P9dtMBAO+oHIXEKCJJJJ94HIKAIC/8fIgHRINABCOFCICDALCLFiDB+LALiDB+L9eGIALCWFiDB+LALAICDTFiDB+L9eeGIALCXFiDB+LALAICDTFiDB+L9eeGIARv87EBDNDNALAICEFCIgCDTFiDBj/zL+1znjBBJ+/jBBJzALAICDTFiDBjBBBB9deGOnGWjBBJ+/AWjBBJ+/9geGdjBBJzAdjBBJz9feAVnjBBBzjBBB+/AWjBBBB9gemGW+LjBBB9P9dtMBAW+oHQXEKCJJJJ94HQKABAQ87EBDNDNAOALAICDFCIgCDTFiDBj/zL+1znnGWjBBJ+/AWjBBJ+/9geGdjBBJzAdjBBJz9feAVnjBBBzjBBB+/AWjBBBB9gemGW+LjBBB9P9dtMBAW+oHQXEKCJJJJ94HQKABCDFAQ87EBDNDNAOALAICUFCIgCDTFiDBj/zL+1znnGOjBBJ+/AOjBBJ+/9geGWjBBJzAWjBBJz9feAVnjBBBzjBBB+/AOjBBBB9gemGO+LjBBB9P9dtMBAO+oHIXEKCJJJJ94HIKABCLFAI87EBABCWFHBALCZFHLAECUFGEMBKKK+7DDWUE998jJJJJBCZ9rGV8kJJJJBDNAEtMBADCL6MBCEAI9rHOADCD4GDCEADCE0eHRADCDTHWCBHdINC+cUHDALHIARHQINAIiDBAVCXFZ+XJJJB8aAVYDXGKADADAK9IeHDAICLFHIAQCUFGQMBKAOADFGICkTHKCBHDCBAI9rHXARHIINDNDNALADFiDBGMAXZ+WJJJBjBBBzjBBB+/AMjBBBB9gemGM+LjBBB9P9dtMBAM+oHQXEKCJJJJ94HQKABADFAQCfffRgAKvbDBADCLFHDAICUFGIMBKABAWFHBALAWFHLAdCEFGdAE9HMBKKAVCZF8kJJJJBK/tKDcUI998jJJJJBC+QD9rGV8kJJJJBAVC+oEFCBC/kBZ+TJJJB8aCBHODNADtMBCBHOAItMBDNABAE9HMBAVCUADCDTGOADCffffI0eCBYD1+KJJBhJJJJBBGEbD+oEAVCEbD1DAEABAOZmJJJB8aKAVC+YEFCWFCBbDBAV9CB83I+YEAVC+YEFAEADAIAVC+oEFZ+NJJJBCUAICDTGRAICffffI0eGWCBYD1+KJJBhJJJJBBHOAVC+oEFAVYD1DGdCDTFAObDBAVAdCEFGQbD1DAOAVYD+YEGKARZmJJJBHXAVC+oEFAQCDTFADCI9uGMCBYD1+KJJBhJJJJBBGObDBAVAdCDFGRbD1DAOCBAMZ+TJJJBHpAVC+oEFARCDTFAWCBYD1+KJJBhJJJJBBGSbDBAVAdCIFGQbD1DAXHOASHRINARALiDBALAOYDBGWCWAWCW6eCDTFC/EBFiDBmuDBAOCLFHOARCLFHRAICUFGIMBKAVC+oEFAQCDTFCUAMCDTADCffff970eCBYD1+KJJBhJJJJBBGQbDBAVAdCLFbD1DDNADCI6MBAMCEAMCE0eHIAEHOAQHRINARASAOYDBCDTFiDBASAOCLFYDBCDTFiDBmASAOCWFYDBCDTFiDBmuDBAOCXFHOARCLFHRAICUFGIMBKKAVC/MBFHZAVYD+cEHhAVYD+gEHoAVHOCBHWCBHRCBHaCEHcINAOHxCIHqAEARCI2GlCDTFGOCWFYDBHkAOYDBHDABAaCX2FGICLFAOCLFYDBGdbDBAIADbDBAICWFAkbDBApARFCE86BBAZAkbDWAZAdbDLAZADbDBAQARCDTFCBbDBDNAWtMBCIHqAxHIINDNAIYDBGOADsMBAOAdsMBAOAksMBAZAqCDTFAObDBAqCEFHqKAICLFHIAWCUFGWMBKKAaCEFHaAXADCDTFGOAOYDBCUFbDBAXAdCDTFGOAOYDBCUFbDBAXAkCDTFGOAOYDBCUFbDBCBHWINAoAhAEAWAlFCDTFYDBCDTGIFYDBCDTFGkHOAKAIFGdYDBGDHIDNADtMBDNINAOYDBARsMEAOCLFHOAICUFGItMDXBKKAOADCDTAkFC98FYDBbDBAdAdYDBCUFbDBKAWCEFGWCI9HMBKDNDNDNAqtMBCUHRjBBBBHyCBHOINASAZAOCDTFYDBCDTGIFGWiDBH8aAWALCBAOCEFGdAOCS0eCDTFiDBALAXAIFYDBGOCWAOCW6eCDTFC/EBFiDBmGeuDBDNAKAIFYDBGWtMBAeA8a+THeAoAhAIFYDBCDTFHOAWCDTHIINAQAOYDBGWCDTFGDAeADiDBmG8auDBA8aAyAyA8a9dGDeHyAWARADeHRAOCLFHOAIC98FGIMBKKAdHOAdAq9HMBKARCU9HMEKAcAM9PMEINDNApAcFrBBMBAcHRXDKAMAcCEFGc9HMBXDKKAqCZAqCZ6eHWAZHOAxHZARCU9HMEKKAVYD1DHOKAOCDTAVC+oEFFC98FHRDNINAOtMEARYDBCBYD+E+KJJBh+BJJJBBARC98FHRAOCUFHOXBKKAVC+QDF8kJJJJBK/uLEVUCUAICDTGVAICffffI0eGOCBYD1+KJJBhJJJJBBHRALALYD9gGWCDTFARbDBALAWCEFbD9gABARbDBAOCBYD1+KJJBhJJJJBBHRALALYD9gGOCDTFARbDBALAOCEFbD9gABARbDLCUADCDTADCffffI0eCBYD1+KJJBhJJJJBBHRALALYD9gGOCDTFARbDBALAOCEFbD9gABARbDWABYDBCBAVZ+TJJJB8aADCI9uHWDNADtMBABYDBHOAEHLADHRINAOALYDBCDTFGVAVYDBCEFbDBALCLFHLARCUFGRMBKKDNAItMBABYDBHLABYDLHRCBHVAIHOINARAVbDBARCLFHRALYDBAVFHVALCLFHLAOCUFGOMBKKDNADCI6MBAWCEAWCE0eHdABYDLHRABYDWHVCBHLINAECWFYDBHOAECLFYDBHDARAEYDBCDTFGWAWYDBGWCEFbDBAVAWCDTFALbDBARADCDTFGDADYDBGDCEFbDBAVADCDTFALbDBARAOCDTFGOAOYDBGOCEFbDBAVAOCDTFALbDBAECXFHEAdALCEFGL9HMBKKDNAItMBABYDLHEABYDBHLINAEAEYDBALYDB9rbDBALCLFHLAECLFHEAICUFGIMBKKKqBABAEADAIC+01JJBZ+MJJJBKqBABAEADAIC+c+JJJBZ+MJJJBK9dEEUABCfEAICDTZ+TJJJBHLCBHIDNADtMBINDNALAEYDBCDTFGBYDBCU9HMBABAIbDBAICEFHIKAECLFHEADCUFGDMBKKAIK9TEIUCBCBYD+M+KJJBGEABCIFC98gFGBbD+M+KJJBDNDNABzBCZTGD9NMBCUHIABAD9rCffIFCZ4NBCUsMEKAEHIKAIK/lEEEUDNDNAEABvCIgtMBABHIXEKDNDNADCZ9PMBABHIXEKABHIINAIAEYDBbDBAICLFAECLFYDBbDBAICWFAECWFYDBbDBAICXFAECXFYDBbDBAICZFHIAECZFHEADC9wFGDCS0MBKKADCL6MBINAIAEYDBbDBAECLFHEAICLFHIADC98FGDCI0MBKKDNADtMBINAIAErBB86BBAICEFHIAECEFHEADCUFGDMBKKABK/AEEDUDNDNABCIgtMBABHIXEKAECfEgC+B+C+EW2HLDNDNADCZ9PMBABHIXEKABHIINAIALbDBAICXFALbDBAICWFALbDBAICLFALbDBAICZFHIADC9wFGDCS0MBKKADCL6MBINAIALbDBAICLFHIADC98FGDCI0MBKKDNADtMBINAIAE86BBAICEFHIADCUFGDMBKKABK9TEIUCBCBYD+M+KJJBGEABCIFC98gFGBbD+M+KJJBDNDNABzBCZTGD9NMBCUHIABAD9rCffIFCZ4NBCUsMEKAEHIKAIK9+EIUzBHEDNDNCBYD+M+KJJBGDAECZTGI9NMBCUHEADAI9rCffIFCZ4NBCUsMEKADHEKCBABAE9rCIFC98gCBYD+M+KJJBFGDbD+M+KJJBDNADzBCZTGE9NMBADAE9rCffIFCZ4NB8aKKXBABAEZ+YJJJBK+BEEIUDNAB+8GDCl4GICfEgGLCfEsMBDNALMBDNABjBBBB9cMBAECBbDBABSKABjBBJ9fnAEZ+XJJJBHBAEAEYDBCNFbDBABSKAEAICfEgC+CUFbDBADCfff+D94gCJJJ/4Iv++HBKABK+gEBDNDNAECJE9IMBABjBBBUnHBDNAECfE9PMBAEC+BUFHEXDKABjBBBUnHBAECPDAECPD6eC+C9+FHEXEKAEC+BU9KMBABjBBJXnHBDNAEC+b9+9NMBAEC/mBFHEXEKABjBBJXnHBAEC+299AEC+2990eC/MEFHEKABAEClTCJJJ/8IF++nKK+eDDBCJWK+EDB4+H9W9n94+p+Gw+J9o+YE9pBBBBBBEBBBDBBBEBBBDBBBBBBBDBBBBBBBEBBBBBBB+L29Hz/69+9Kz/n/76z/RG97z/Z/O9Xz8j/b85z/+/U9Yz/B/K9hz+2/z9dz9E+L9Mz59a8kz+R/t3z+a+Zyz79ohz/J4++8++y+d9v8+BBBB9S+49+z8r+Hbz9m9m/m8+l/Z/O8+/8+pg89Q/X+j878r+Hq8++m+b/E87BBBBBBJzBBJzBBJz+e/v/n8++y+dSz9I/h/68+XD/r8+/H0838+/w+nOzBBBB+wv9o8+UF888+9I/h/68+9C9g/l89/N/M9M89/d8kO8+BBBBF+8Tz9M836zs+2azl/Zpzz818ez9E+LXz/u98f8+819e/68+BC+EQKXEBBBDBBBAwBB",t=new Uint8Array([32,0,65,2,1,106,34,33,3,128,11,4,13,64,6,253,10,7,15,116,127,5,8,12,40,16,19,54,20,9,27,255,113,17,42,67,24,23,146,148,18,14,22,45,70,69,56,114,101,21,25,63,75,136,108,28,118,29,73,115]);if(typeof WebAssembly!="object")return{supported:!1};var n,i=WebAssembly.instantiate(o(e),{}).then(function(p){n=p.instance,n.exports.__wasm_call_ctors(),n.exports.meshopt_encodeVertexVersion(0),n.exports.meshopt_encodeIndexVersion(1)});function o(p){for(var g=new Uint8Array(p.length),m=0;m<p.length;++m){var A=p.charCodeAt(m);g[m]=A>96?A-71:A>64?A-65:A>47?A+4:A>46?63:62}for(var C=0,m=0;m<p.length;++m)g[C++]=g[m]<60?t[g[m]]:(g[m]-60)*64+g[++m];return g.buffer.slice(0,C)}function r(p){if(!p)throw new Error("Assertion failed")}function s(p){return new Uint8Array(p.buffer,p.byteOffset,p.byteLength)}function a(p,g,m){var A=n.exports.sbrk,C=A(p.length*4),x=A(g*4),b=new Uint8Array(n.exports.memory.buffer),E=s(p);b.set(E,C),m&&m(C,C,p.length,g);var S=n.exports.meshopt_optimizeVertexFetchRemap(x,C,p.length,g);b=new Uint8Array(n.exports.memory.buffer);var D=new Uint32Array(g);new Uint8Array(D.buffer).set(b.subarray(x,x+g*4)),E.set(b.subarray(C,C+p.length*4)),A(C-A(0));for(var v=0;v<p.length;++v)p[v]=D[p[v]];return[D,S]}function c(p,g,m,A,C){var x=n.exports.sbrk,b=x(g),E=x(A*C),S=new Uint8Array(n.exports.memory.buffer);S.set(s(m),E);var D=p(b,g,E,A,C),v=new Uint8Array(D);return v.set(S.subarray(b,b+D)),x(b-x(0)),v}function u(p){for(var g=0,m=0;m<p.length;++m){var A=p[m];g=g<A?A:g}return g}function f(p,g){if(r(g==2||g==4),g==4)return new Uint32Array(p.buffer,p.byteOffset,p.byteLength/4);var m=new Uint16Array(p.buffer,p.byteOffset,p.byteLength/2);return new Uint32Array(m)}function d(p,g,m,A,C,x){var b=n.exports.sbrk,E=b(m*A),S=b(m*x),D=new Uint8Array(n.exports.memory.buffer);D.set(s(g),S),p(E,m,A,C,S);var v=new Uint8Array(m*A);return v.set(D.subarray(E,E+m*A)),b(E-b(0)),v}return{ready:i,supported:!0,reorderMesh:function(p,g,m){var A=g?m?n.exports.meshopt_optimizeVertexCacheStrip:n.exports.meshopt_optimizeVertexCache:void 0;return a(p,u(p)+1,A)},encodeVertexBuffer:function(p,g,m){r(m>0&&m<=256),r(m%4==0);var A=n.exports.meshopt_encodeVertexBufferBound(g,m);return c(n.exports.meshopt_encodeVertexBuffer,A,p,g,m)},encodeIndexBuffer:function(p,g,m){r(m==2||m==4),r(g%3==0);var A=f(p,m),C=n.exports.meshopt_encodeIndexBufferBound(g,u(A)+1);return c(n.exports.meshopt_encodeIndexBuffer,C,A,g,4)},encodeIndexSequence:function(p,g,m){r(m==2||m==4);var A=f(p,m),C=n.exports.meshopt_encodeIndexSequenceBound(g,u(A)+1);return c(n.exports.meshopt_encodeIndexSequence,C,A,g,4)},encodeGltfBuffer:function(p,g,m,A){var C={ATTRIBUTES:this.encodeVertexBuffer,TRIANGLES:this.encodeIndexBuffer,INDICES:this.encodeIndexSequence};return r(C[A]),C[A](p,g,m)},encodeFilterOct:function(p,g,m,A){return r(m==4||m==8),r(A>=1&&A<=16),d(n.exports.meshopt_encodeFilterOct,p,g,m,A,16)},encodeFilterQuat:function(p,g,m,A){return r(m==8),r(A>=4&&A<=16),d(n.exports.meshopt_encodeFilterQuat,p,g,m,A,16)},encodeFilterExp:function(p,g,m,A){return r(m>0&&m%4==0),r(A>=1&&A<=24),d(n.exports.meshopt_encodeFilterExp,p,g,m,A,m)}}}();typeof _S=="object"&&typeof b8=="object"?b8.exports=rR:typeof define=="function"&&define.amd?define([],function(){return rR}):typeof _S=="object"?_S.MeshoptEncoder=rR:(typeof self<"u"?self:_S).MeshoptEncoder=rR});var i$=Mn((gS,S8)=>{var sR=function(){"use strict";var e="B9h79tEBBBE8fV9gBB9gVUUUUUEU9gIUUUB9gEUEU9gIUUUEUIKQBEEEDDDILLVIEBEOWEUEC+Q/IEKR/LEdO9tw9t9vv95DBh9f9f939h79t9f9j9h229f9jT9vv7BB8a9tw79o9v9wT9f9kw9j9v9kw9WwvTw949C919m9mwvBEy9tw79o9v9wT9f9kw9j9v9kw69u9kw949C919m9mwvBDe9tw79o9v9wT9f9kw9j9v9kw69u9kw949Twg91w9u9jwBIl9tw79o9v9wT9f9kw9j9v9kws9p2Twv9P9jTBLk9tw79o9v9wT9f9kw9j9v9kws9p2Twv9R919hTBVl9tw79o9v9wT9f9kw9j9v9kws9p2Twvt949wBOL79iv9rBRQ+p8yQDBK/3SEZU8jJJJJBCJ/EB9rGV8kJJJJBC9+HODNADCEFAL0MBCUHOAIrBBC+gE9HMBAVAIALFGRAD9rADZ1JJJBHWCJ/ABAD9uHOAICEFHLDNADtMBAOC/wfBgGOCJDAOCJD6eHdCBHQINAQAE9PMEAdAEAQ9rAQAdFAE6eGKCSFGOCL4CIFCD4HXDNDNDNDNAOC9wgGMtMBCBHpCEHSAWCJDFHZALHhINARAh9rAX6MIDNARAhAXFGL9rCk6MBCZHOINAWCJ/CBFAOGIFGOC9wFHoDNDNDNDNDNAhAIC9wFGaCO4FrBBAaCI4COg4CIgpLBEDIBKAo9CB83IBAoCWF9CB83IBXIKAoALrBLALrBBGaCO4GcAcCIsGce86BBAOCgFALCLFAcFGorBBAaCL4CIgGcAcCIsGce86BBAOCvFAoAcFGorBBAaCD4CIgGcAcCIsGce86BBAOC7FAoAcFGorBBAaCIgGaAaCIsGae86BBAOCTFAoAaFGarBBALrBEGoCO4GcAcCIsGce86BBAOC91FAaAcFGarBBAoCL4CIgGcAcCIsGce86BBAOC4FAaAcFGarBBAoCD4CIgGcAcCIsGce86BBAOC93FAaAcFGarBBAoCIgGoAoCIsGoe86BBAOC94FAaAoFGarBBALrBDGoCO4GcAcCIsGce86BBAOC95FAaAcFGarBBAoCL4CIgGcAcCIsGce86BBAOC96FAaAcFGarBBAoCD4CIgGcAcCIsGce86BBAOC97FAaAcFGarBBAoCIgGoAoCIsGoe86BBAOC98FAaAoFGorBBALrBIGLCO4GaAaCIsGae86BBAOC99FAoAaFGorBBALCL4CIgGaAaCIsGae86BBAOC9+FAoAaFGorBBALCD4CIgGaAaCIsGae86BBAOCUFAoAaFGOrBBALCIgGLALCIsGLe86BBAOALFHLXDKAoALrBWALrBBGaCL4GcAcCSsGce86BBAOCgFALCWFAcFGorBBAaCSgGaAaCSsGae86BBAOCvFAoAaFGorBBALrBEGaCL4GcAcCSsGce86BBAOC7FAoAcFGorBBAaCSgGaAaCSsGae86BBAOCTFAoAaFGorBBALrBDGaCL4GcAcCSsGce86BBAOC91FAoAcFGorBBAaCSgGaAaCSsGae86BBAOC4FAoAaFGorBBALrBIGaCL4GcAcCSsGce86BBAOC93FAoAcFGorBBAaCSgGaAaCSsGae86BBAOC94FAoAaFGorBBALrBLGaCL4GcAcCSsGce86BBAOC95FAoAcFGorBBAaCSgGaAaCSsGae86BBAOC96FAoAaFGorBBALrBVGaCL4GcAcCSsGce86BBAOC97FAoAcFGorBBAaCSgGaAaCSsGae86BBAOC98FAoAaFGorBBALrBOGaCL4GcAcCSsGce86BBAOC99FAoAcFGorBBAaCSgGaAaCSsGae86BBAOC9+FAoAaFGorBBALrBRGLCL4GaAaCSsGae86BBAOCUFAoAaFGOrBBALCSgGLALCSsGLe86BBAOALFHLXEKAoAL8pBB83BBAoCWFALCWF8pBB83BBALCZFHLKDNAIAM9PMBAICZFHOARAL9rCl0MEKKAIAM6MIALtMIDNAKtMBAWApFrBBHoCBHOAZHIINAIAWCJ/CBFAOFrBBGaCE4CBAaCEg9r7AoFGo86BBAIADFHIAOCEFGOAK9HMBKKAZCEFHZApCEFGpAD6HSALHhApAD9HMEXVKKCBHLASCEgMDXIKALAXAD2FHcDNAKtMBCBHhCEHSAWCJDFHMINARAL9rAX6MIALtMDALAXFHLAWAhFrBBHoCBHOAMHIINAIAWCJ/CBFAOFrBBGaCE4CBAaCEg9r7AoFGo86BBAIADFHIAOCEFGOAK9HMBKAMCEFHMAhCEFGhAD6HSAhAD9HMBKAcHLXIKCBHOCEHSINARAL9rAX6MDALtMEALAXFHLAOCEFGOAD6HSADAO9HMBKAcHLXDKCBHLASCEgtMEKC9+HOXIKABAQAD2FAWCJDFAKAD2Z1JJJB8aAWAWCJDFAKCUFAD2FADZ1JJJB8aAKAQFHQALMBKC9+HOXEKCBC99ARAL9rADCAADCA0eseHOKAVCJ/EBF8kJJJJBAOK/YZEhU8jJJJJBC/AE9rGV8kJJJJBC9+HODNAECI9uGRChFAL0MBCUHOAIrBBGWC/wEgC/gE9HMBAWCSgGdCE0MBAVC/ABFCfECJEZ+JJJJB8aAVCuF9CU83IBAVC8wF9CU83IBAVCYF9CU83IBAVCAF9CU83IBAVCkF9CU83IBAVCZF9CU83IBAV9CU83IWAV9CU83IBAIALFC9wFHQAICEFGWARFHODNAEtMBCMCSAdCEseHKCBHXCBHMCBHdCBHICBHLINDNAOAQ9NMBC9+HOXIKDNDNAWrBBGRC/vE0MBAVC/ABFALARCL4CU7FCSgCITFGpYDLHSApYDBHZDNARCSgGpAK9PMBAVAIARCU7FCSgCDTFYDBAXApeHRAptHpDNDNADCD9HMBABAdCETFGhAZ87EBAhCDFAS87EBAhCLFAR87EBXEKABAdCDTFGhAZbDBAhCLFASbDBAhCWFARbDBKAXApFHXAVC/ABFALCITFGhARbDBAhASbDLAVAICDTFARbDBAVC/ABFALCEFCSgGLCITFGhAZbDBAhARbDLAIApFHIALCEFHLXDKDNDNApCSsMBAMApFApC987FCEFHMXEKAOCEFHRAO8sBBGpCfEgHhDNDNApCU9MMBARHOXEKAOCVFHOAhCfBgHhCRHpDNINAR8sBBGoCfBgApTAhvHhAoCU9KMEARCEFHRApCRFGpC8j9HMBXDKKARCEFHOKAhCE4CBAhCEg9r7AMFHMKDNDNADCD9HMBABAdCETFGRAZ87EBARCDFAS87EBARCLFAM87EBXEKABAdCDTFGRAZbDBARCLFASbDBARCWFAMbDBKAVC/ABFALCITFGRAMbDBARASbDLAVAICDTFAMbDBAVC/ABFALCEFCSgGLCITFGRAZbDBARAMbDLAICEFHIALCEFHLXEKDNARCPE0MBAXCEFGoAVAIAQARCSgFrBBGpCL49rCSgCDTFYDBApCZ6GheHRAVAIAp9rCSgCDTFYDBAoAhFGSApCSgGoeHpAotHoDNDNADCD9HMBABAdCETFGZAX87EBAZCDFAR87EBAZCLFAp87EBXEKABAdCDTFGZAXbDBAZCLFARbDBAZCWFApbDBKAVAICDTFAXbDBAVC/ABFALCITFGZARbDBAZAXbDLAVAICEFGICSgCDTFARbDBAVC/ABFALCEFCSgCITFGZApbDBAZARbDLAVAIAhFCSgGICDTFApbDBAVC/ABFALCDFCSgGLCITFGRAXbDBARApbDLALCEFHLAIAoFHIASAoFHXXEKAXCBAOrBBGZeGaARC/+EsGRFHSAZCSgHcAZCL4HxDNDNAZCS0MBASCEFHoXEKASHoAVAIAx9rCSgCDTFYDBHSKDNDNAcMBAoCEFHXXEKAoHXAVAIAZ9rCSgCDTFYDBHoKDNDNARtMBAOCEFHRXEKAOCDFHRAO8sBEGhCfEgHpDNAhCU9KMBAOCOFHaApCfBgHpCRHODNINAR8sBBGhCfBgAOTApvHpAhCU9KMEARCEFHRAOCRFGOC8j9HMBKAaHRXEKARCEFHRKApCE4CBApCEg9r7AMFGMHaKDNDNAxCSsMBARHpXEKARCEFHpAR8sBBGOCfEgHhDNAOCU9KMBARCVFHSAhCfBgHhCRHODNINAp8sBBGRCfBgAOTAhvHhARCU9KMEApCEFHpAOCRFGOC8j9HMBKASHpXEKApCEFHpKAhCE4CBAhCEg9r7AMFGMHSKDNDNAcCSsMBApHOXEKApCEFHOAp8sBBGRCfEgHhDNARCU9KMBApCVFHoAhCfBgHhCRHRDNINAO8sBBGpCfBgARTAhvHhApCU9KMEAOCEFHOARCRFGRC8j9HMBKAoHOXEKAOCEFHOKAhCE4CBAhCEg9r7AMFGMHoKDNDNADCD9HMBABAdCETFGRAa87EBARCDFAS87EBARCLFAo87EBXEKABAdCDTFGRAabDBARCLFASbDBARCWFAobDBKAVC/ABFALCITFGRASbDBARAabDLAVAICDTFAabDBAVC/ABFALCEFCSgCITFGRAobDBARASbDLAVAICEFGICSgCDTFASbDBAVC/ABFALCDFCSgCITFGRAabDBARAobDLAVAIAZCZ6AxCSsvFGICSgCDTFAobDBAIActAcCSsvFHIALCIFHLKAWCEFHWALCSgHLAICSgHIAdCIFGdAE6MBKKCBC99AOAQseHOKAVC/AEF8kJJJJBAOK+LLEVU8jJJJJBCZ9rHVC9+HODNAECVFAL0MBCUHOAIrBBC/+EgC/QE9HMBAV9CB83IWAICEFHRAIALFC98FHWDNAEtMBDNADCDsMBCBHdINDNARAW6MBC9+SKARCEFHOAR8sBBGLCfEgHIDNDNALCU9MMBAOHRXEKARCVFHRAICfBgHICRHLDNINAO8sBBGDCfBgALTAIvHIADCU9KMEAOCEFHOALCRFGLC8j9HMBXDKKAOCEFHRKABAdCDTFAICD4CBAICE4CEg9r7AVCWFAICEgCDTvGOYDBFGLbDBAOALbDBAdCEFGdAE9HMBXDKKCBHdINDNARAW6MBC9+SKARCEFHOAR8sBBGLCfEgHIDNDNALCU9MMBAOHRXEKARCVFHRAICfBgHICRHLDNINAO8sBBGDCfBgALTAIvHIADCU9KMEAOCEFHOALCRFGLC8j9HMBXDKKAOCEFHRKABAdCETFAICD4CBAICE4CEg9r7AVCWFAICEgCDTvGOYDBFGL87EBAOALbDBAdCEFGdAE9HMBKKCBC99ARAWseHOKAOK+lVOEUE99DUD99EUD99DNDNADCL9HMBAEtMEINDNDNABCDFGD8sBB+yAB8sBBGI+yGL+L+TABCEFGV8sBBGO+yGR+L+TGWjBB/+9CAWAWnjBBBBAWAWjBBBB9gGdeGQ+MGKAQAICB9IeALmGWAWnAKAQAOCB9IeARmGQAQnmm+R+VGLnjBBBzjBBB+/AdemGR+LjBBB9P9dtMBAR+oHIXEKCJJJJ94HIKADAI86BBDNDNAQALnjBBBzjBBB+/AQjBBBB9gemGQ+LjBBB9P9dtMBAQ+oHDXEKCJJJJ94HDKAVAD86BBDNDNAWALnjBBBzjBBB+/AWjBBBB9gemGW+LjBBB9P9dtMBAW+oHDXEKCJJJJ94HDKABAD86BBABCLFHBAECUFGEMBXDKKAEtMBINDNDNABCLFGD8uEB+yAB8uEBGI+yGL+L+TABCDFGV8uEBGO+yGR+L+TGWjB/+fsAWAWnjBBBBAWAWjBBBB9gGdeGQ+MGKAQAICB9IeALmGWAWnAKAQAOCB9IeARmGQAQnmm+R+VGLnjBBBzjBBB+/AdemGR+LjBBB9P9dtMBAR+oHIXEKCJJJJ94HIKADAI87EBDNDNAQALnjBBBzjBBB+/AQjBBBB9gemGQ+LjBBB9P9dtMBAQ+oHDXEKCJJJJ94HDKAVAD87EBDNDNAWALnjBBBzjBBB+/AWjBBBB9gemGW+LjBBB9P9dtMBAW+oHDXEKCJJJJ94HDKABAD87EBABCWFHBAECUFGEMBKKK/SILIUI99IUE99DNAEtMBCBHIABHLINDNDNj/zL81zALCOF8uEBGVCIv+y+VGOAL8uEB+ynGRjB/+fsnjBBBzjBBB+/ARjBBBB9gemGW+LjBBB9P9dtMBAW+oHdXEKCJJJJ94HdKALCLF8uEBHQALCDF8uEBHKABAVCEFCIgAIvCETFAd87EBDNDNAOAK+ynGWjB/+fsnjBBBzjBBB+/AWjBBBB9gemGX+LjBBB9P9dtMBAX+oHKXEKCJJJJ94HKKABAVCDFCIgAIvCETFAK87EBDNDNAOAQ+ynGOjB/+fsnjBBBzjBBB+/AOjBBBB9gemGX+LjBBB9P9dtMBAX+oHQXEKCJJJJ94HQKABAVCUFCIgAIvCETFAQ87EBDNDNjBBJzARARn+TAWAWn+TAOAOn+TGRjBBBBARjBBBB9ge+RjB/+fsnjBBBzmGR+LjBBB9P9dtMBAR+oHQXEKCJJJJ94HQKABAVCIgAIvCETFAQ87EBALCWFHLAICLFHIAECUFGEMBKKK9MBDNADCD4AE2GEtMBINABABYDBGDCWTCW91+yADCE91CJJJ/8IFCJJJ98g++nuDBABCLFHBAECUFGEMBKKK9TEIUCBCBYDJ1JJBGEABCIFC98gFGBbDJ1JJBDNDNABzBCZTGD9NMBCUHIABAD9rCffIFCZ4NBCUsMEKAEHIKAIK/lEEEUDNDNAEABvCIgtMBABHIXEKDNDNADCZ9PMBABHIXEKABHIINAIAEYDBbDBAICLFAECLFYDBbDBAICWFAECWFYDBbDBAICXFAECXFYDBbDBAICZFHIAECZFHEADC9wFGDCS0MBKKADCL6MBINAIAEYDBbDBAECLFHEAICLFHIADC98FGDCI0MBKKDNADtMBINAIAErBB86BBAICEFHIAECEFHEADCUFGDMBKKABK/AEEDUDNDNABCIgtMBABHIXEKAECfEgC+B+C+EW2HLDNDNADCZ9PMBABHIXEKABHIINAIALbDBAICXFALbDBAICWFALbDBAICLFALbDBAICZFHIADC9wFGDCS0MBKKADCL6MBINAIALbDBAICLFHIADC98FGDCI0MBKKDNADtMBINAIAE86BBAICEFHIADCUFGDMBKKABKKKEBCJWKLZ9kBB",t="B9h79tEBBBEkL9gBB9gVUUUUUEU9gIUUUB9gEUEUIKQBBEBEEDDDILVE9wEEEVIEBEOWEUEC+Q/aEKR/LEdO9tw9t9vv95DBh9f9f939h79t9f9j9h229f9jT9vv7BB8a9tw79o9v9wT9f9kw9j9v9kw9WwvTw949C919m9mwvBDy9tw79o9v9wT9f9kw9j9v9kw69u9kw949C919m9mwvBLe9tw79o9v9wT9f9kw9j9v9kw69u9kw949Twg91w9u9jwBVl9tw79o9v9wT9f9kw9j9v9kws9p2Twv9P9jTBOk9tw79o9v9wT9f9kw9j9v9kws9p2Twv9R919hTBRl9tw79o9v9wT9f9kw9j9v9kws9p2Twvt949wBWL79iv9rBdQ/T9TQLBZIK9+EVU8jJJJJBCZ9rHBCBHEINCBHDCBHIINABCWFADFAICJUAEAD4CEgGLe86BBAIALFHIADCEFGDCW9HMBKAEC+Q+YJJBFAI86BBAECITC+Q1JJBFAB8pIW83IBAECEFGECJD9HMBKK/H8jLhUD97EUO978jJJJJBCJ/KB9rGV8kJJJJBC9+HODNADCEFAL0MBCUHOAIrBBC+gE9HMBAVAIALFGRAD9rAD/8QBBCJ/ABAD9uHOAICEFHLDNADtMBAOC/wfBgGOCJDAOCJD6eHWCBHdINAdAE9PMEAWAEAd9rAdAWFAE6eGQCSFGOC9wgGKCI2HXAKCETHMAOCL4CIFCD4HpABAdAD2FHSCBHZDNINCEHhALHoCBHaDNINARAo9rAp6MIAVCJ/CBFAaAK2FHcAoApFHLCBHIDNAKC/AB6MBARAL9rC/gB6MBCBHOINAcAOFHIDNDNDNDNDNAoAOCO4FrBBGxCIgpLBEDIBKAIPXBBBBBBBBBBBBBBBBPKLBXIKAIALPBBLALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlGqCDP+MEAqPMBZEhDoIaLcVxOqRlPXIIIIIIIIIIIIIIIIP9OGlPXIIIIIIIIIIIIIIIIP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLBALCLFAyPqBFAkC+Q+YJJBFrBBFHLXDKAIALPBBWALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlPXSSSSSSSSSSSSSSSSP9OGlPXSSSSSSSSSSSSSSSSP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLBALCWFAyPqBFAkC+Q+YJJBFrBBFHLXEKAIALPBBBPKLBALCZFHLKDNDNDNDNDNAxCD4CIgpLBEDIBKAIPXBBBBBBBBBBBBBBBBPKLZXIKAIALPBBLALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlGqCDP+MEAqPMBZEhDoIaLcVxOqRlPXIIIIIIIIIIIIIIIIP9OGlPXIIIIIIIIIIIIIIIIP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLZALCLFAyPqBFAkC+Q+YJJBFrBBFHLXDKAIALPBBWALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlPXSSSSSSSSSSSSSSSSP9OGlPXSSSSSSSSSSSSSSSSP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLZALCWFAyPqBFAkC+Q+YJJBFrBBFHLXEKAIALPBBBPKLZALCZFHLKDNDNDNDNDNAxCL4CIgpLBEDIBKAIPXBBBBBBBBBBBBBBBBPKLAXIKAIALPBBLALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlGqCDP+MEAqPMBZEhDoIaLcVxOqRlPXIIIIIIIIIIIIIIIIP9OGlPXIIIIIIIIIIIIIIIIP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLAALCLFAyPqBFAkC+Q+YJJBFrBBFHLXDKAIALPBBWALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlPXSSSSSSSSSSSSSSSSP9OGlPXSSSSSSSSSSSSSSSSP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLAALCWFAyPqBFAkC+Q+YJJBFrBBFHLXEKAIALPBBBPKLAALCZFHLKDNDNDNDNDNAxCO4pLBEDIBKAIPXBBBBBBBBBBBBBBBBPKL8wXIKAIALPBBLALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlGqCDP+MEAqPMBZEhDoIaLcVxOqRlPXIIIIIIIIIIIIIIIIP9OGlPXIIIIIIIIIIIIIIIIP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGxCITC+Q1JJBFPBIBAxC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGxCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKL8wALCLFAyPqBFAxC+Q+YJJBFrBBFHLXDKAIALPBBWALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlPXSSSSSSSSSSSSSSSSP9OGlPXSSSSSSSSSSSSSSSSP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGxCITC+Q1JJBFPBIBAxC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGxCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKL8wALCWFAyPqBFAxC+Q+YJJBFrBBFHLXEKAIALPBBBPKL8wALCZFHLKAOC/ABFHIAOCJEFAK0MEAIHOARAL9rC/fB0MBKKDNDNAIAK9PMBAICI4HOINARAL9rCk6MDAcAIFHxDNDNDNDNDNAoAICO4FrBBAOCOg4CIgpLBEDIBKAxPXBBBBBBBBBBBBBBBBPKLBXIKAxALPBBLALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlGqCDP+MEAqPMBZEhDoIaLcVxOqRlPXIIIIIIIIIIIIIIIIP9OGlPXIIIIIIIIIIIIIIIIP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLBALCLFAyPqBFAkC+Q+YJJBFrBBFHLXDKAxALPBBWALPBBBGqCLP+MEAqPMBZEhDoIaLcVxOqRlPXSSSSSSSSSSSSSSSSP9OGlPXSSSSSSSSSSSSSSSSP8jGqP5B9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBAkC+Q+YJJBFPBBBGyAyPMBBBBBBBBBBBBBBBBAqP5E9CJf/8/4/w/g/AB9+9Cu1+nGkCITC+Q1JJBFPBIBP9uPMBEDILVORZhoacxqlPpAlAqP9SPKLBALCWFAyPqBFAkC+Q+YJJBFrBBFHLXEKAxALPBBBPKLBALCZFHLKAOCDFHOAICZFGIAK6MBKKALtMBAaCI6HhALHoAaCEFGOHaAOCLsMDXEKKCBHLAhCEgMDKDNAKtMBAVCJDFAZFHIAVAZFPBDBHyCBHxINAIAVCJ/CBFAxFGOPBLBGlCEP9tAlPXEEEEEEEEEEEEEEEEGqP9OP9hP9RGlAOAKFPBLBG8aCEP9tA8aAqP9OP9hP9RG8aPMBZEhDoIaLcVxOqRlGeAOAMFPBLBG3CEP9tA3AqP9OP9hP9RG3AOAXFPBLBG5CEP9tA5AqP9OP9hP9RG5PMBZEhDoIaLcVxOqRlG8ePMBEZhDIoaLVcxORqlGqAqPMBEDIBEDIBEDIBEDIAyP9uGyP9aDBBAIADFGOAyAqAqPMLVORLVORLVORLVORP9uGyP9aDBBAOADFGOAyAqAqPMWdQKWdQKWdQKWdQKP9uGyP9aDBBAOADFGOAyAqAqPMXMpSXMpSXMpSXMpSP9uGyP9aDBBAOADFGOAyAeA8ePMWdkyQK8aeXM35pS8e8fGqAqPMBEDIBEDIBEDIBEDIP9uGyP9aDBBAOADFGOAyAqAqPMLVORLVORLVORLVORP9uGyP9aDBBAOADFGOAyAqAqPMWdQKWdQKWdQKWdQKP9uGyP9aDBBAOADFGOAyAqAqPMXMpSXMpSXMpSXMpSP9uGyP9aDBBAOADFGOAyAlA8aPMWkdyQ8aKeX3M5p8eS8fGlA3A5PMWkdyQ8aKeX3M5p8eS8fG8aPMBEZhDIoaLVcxORqlGqAqPMBEDIBEDIBEDIBEDIP9uGyP9aDBBAOADFGOAyAqAqPMLVORLVORLVORLVORP9uGyP9aDBBAOADFGOAyAqAqPMWdQKWdQKWdQKWdQKP9uGyP9aDBBAOADFGOAyAqAqPMXMpSXMpSXMpSXMpSP9uGyP9aDBBAOADFGOAyAlA8aPMWdkyQK8aeXM35pS8e8fGqAqPMBEDIBEDIBEDIBEDIP9uGyP9aDBBAOADFGOAyAqAqPMLVORLVORLVORLVORP9uGyP9aDBBAOADFGOAyAqAqPMWdQKWdQKWdQKWdQKP9uGyP9aDBBAOADFGOAyAqAqPMXMpSXMpSXMpSXMpSP9uGyP9aDBBAOADFHIAxCZFGxAK6MBKKAZCLFGZAD6MBKASAVCJDFAQAD2/8QBBAVAVCJDFAQCUFAD2FAD/8QBBAQAdFHdC9+HOALMEXIKKC9+HOXEKCBC99ARAL9rADCAADCA0eseHOKAVCJ/KBF8kJJJJBAOKWBZ+BJJJBK/UZEhU8jJJJJBC/AE9rGV8kJJJJBC9+HODNAECI9uGRChFAL0MBCUHOAIrBBGWC/wEgC/gE9HMBAWCSgGdCE0MBAVC/ABFCfECJE/8KBAVCuF9CU83IBAVC8wF9CU83IBAVCYF9CU83IBAVCAF9CU83IBAVCkF9CU83IBAVCZF9CU83IBAV9CU83IWAV9CU83IBAIALFC9wFHQAICEFGWARFHODNAEtMBCMCSAdCEseHKCBHXCBHMCBHdCBHICBHLINDNAOAQ9NMBC9+HOXIKDNDNAWrBBGRC/vE0MBAVC/ABFALARCL4CU7FCSgCITFGpYDLHSApYDBHZDNARCSgGpAK9PMBAVAIARCU7FCSgCDTFYDBAXApeHRAptHpDNDNADCD9HMBABAdCETFGhAZ87EBAhCDFAS87EBAhCLFAR87EBXEKABAdCDTFGhAZbDBAhCLFASbDBAhCWFARbDBKAXApFHXAVC/ABFALCITFGhARbDBAhASbDLAVAICDTFARbDBAVC/ABFALCEFCSgGLCITFGhAZbDBAhARbDLAIApFHIALCEFHLXDKDNDNApCSsMBAMApFApC987FCEFHMXEKAOCEFHRAO8sBBGpCfEgHhDNDNApCU9MMBARHOXEKAOCVFHOAhCfBgHhCRHpDNINAR8sBBGoCfBgApTAhvHhAoCU9KMEARCEFHRApCRFGpC8j9HMBXDKKARCEFHOKAhCE4CBAhCEg9r7AMFHMKDNDNADCD9HMBABAdCETFGRAZ87EBARCDFAS87EBARCLFAM87EBXEKABAdCDTFGRAZbDBARCLFASbDBARCWFAMbDBKAVC/ABFALCITFGRAMbDBARASbDLAVAICDTFAMbDBAVC/ABFALCEFCSgGLCITFGRAZbDBARAMbDLAICEFHIALCEFHLXEKDNARCPE0MBAXCEFGoAVAIAQARCSgFrBBGpCL49rCSgCDTFYDBApCZ6GheHRAVAIAp9rCSgCDTFYDBAoAhFGSApCSgGoeHpAotHoDNDNADCD9HMBABAdCETFGZAX87EBAZCDFAR87EBAZCLFAp87EBXEKABAdCDTFGZAXbDBAZCLFARbDBAZCWFApbDBKAVAICDTFAXbDBAVC/ABFALCITFGZARbDBAZAXbDLAVAICEFGICSgCDTFARbDBAVC/ABFALCEFCSgCITFGZApbDBAZARbDLAVAIAhFCSgGICDTFApbDBAVC/ABFALCDFCSgGLCITFGRAXbDBARApbDLALCEFHLAIAoFHIASAoFHXXEKAXCBAOrBBGZeGaARC/+EsGRFHSAZCSgHcAZCL4HxDNDNAZCS0MBASCEFHoXEKASHoAVAIAx9rCSgCDTFYDBHSKDNDNAcMBAoCEFHXXEKAoHXAVAIAZ9rCSgCDTFYDBHoKDNDNARtMBAOCEFHRXEKAOCDFHRAO8sBEGhCfEgHpDNAhCU9KMBAOCOFHaApCfBgHpCRHODNINAR8sBBGhCfBgAOTApvHpAhCU9KMEARCEFHRAOCRFGOC8j9HMBKAaHRXEKARCEFHRKApCE4CBApCEg9r7AMFGMHaKDNDNAxCSsMBARHpXEKARCEFHpAR8sBBGOCfEgHhDNAOCU9KMBARCVFHSAhCfBgHhCRHODNINAp8sBBGRCfBgAOTAhvHhARCU9KMEApCEFHpAOCRFGOC8j9HMBKASHpXEKApCEFHpKAhCE4CBAhCEg9r7AMFGMHSKDNDNAcCSsMBApHOXEKApCEFHOAp8sBBGRCfEgHhDNARCU9KMBApCVFHoAhCfBgHhCRHRDNINAO8sBBGpCfBgARTAhvHhApCU9KMEAOCEFHOARCRFGRC8j9HMBKAoHOXEKAOCEFHOKAhCE4CBAhCEg9r7AMFGMHoKDNDNADCD9HMBABAdCETFGRAa87EBARCDFAS87EBARCLFAo87EBXEKABAdCDTFGRAabDBARCLFASbDBARCWFAobDBKAVC/ABFALCITFGRASbDBARAabDLAVAICDTFAabDBAVC/ABFALCEFCSgCITFGRAobDBARASbDLAVAICEFGICSgCDTFASbDBAVC/ABFALCDFCSgCITFGRAabDBARAobDLAVAIAZCZ6AxCSsvFGICSgCDTFAobDBAIActAcCSsvFHIALCIFHLKAWCEFHWALCSgHLAICSgHIAdCIFGdAE6MBKKCBC99AOAQseHOKAVC/AEF8kJJJJBAOK+LLEVU8jJJJJBCZ9rHVC9+HODNAECVFAL0MBCUHOAIrBBC/+EgC/QE9HMBAV9CB83IWAICEFHRAIALFC98FHWDNAEtMBDNADCDsMBCBHdINDNARAW6MBC9+SKARCEFHOAR8sBBGLCfEgHIDNDNALCU9MMBAOHRXEKARCVFHRAICfBgHICRHLDNINAO8sBBGDCfBgALTAIvHIADCU9KMEAOCEFHOALCRFGLC8j9HMBXDKKAOCEFHRKABAdCDTFAICD4CBAICE4CEg9r7AVCWFAICEgCDTvGOYDBFGLbDBAOALbDBAdCEFGdAE9HMBXDKKCBHdINDNARAW6MBC9+SKARCEFHOAR8sBBGLCfEgHIDNDNALCU9MMBAOHRXEKARCVFHRAICfBgHICRHLDNINAO8sBBGDCfBgALTAIvHIADCU9KMEAOCEFHOALCRFGLC8j9HMBXDKKAOCEFHRKABAdCETFAICD4CBAICE4CEg9r7AVCWFAICEgCDTvGOYDBFGL87EBAOALbDBAdCEFGdAE9HMBKKCBC99ARAWseHOKAOK+epLIUO97EUE978jJJJJBCA9rHIDNDNADCL9HMBDNAEC98gGLtMBCBHVABHDINADADPBBBGOCkP+rECkP+sEP/6EGRAOCWP+rECkP+sEP/6EARP/gEAOCZP+rECkP+sEP/6EGWP/gEP/kEP/lEGdPXBBBBBBBBBBBBBBBBP+2EGQARPXBBBJBBBJBBBJBBBJGKP9OP9RP/kEGRPXBB/+9CBB/+9CBB/+9CBB/+9CARARP/mEAdAdP/mEAWAQAWAKP9OP9RP/kEGRARP/mEP/kEP/kEP/jEP/nEGWP/mEPXBBN0BBN0BBN0BBN0GQP/kEPXfBBBfBBBfBBBfBBBP9OAOPXBBBfBBBfBBBfBBBfP9OP9QARAWP/mEAQP/kECWP+rEPXBfBBBfBBBfBBBfBBP9OP9QAdAWP/mEAQP/kECZP+rEPXBBfBBBfBBBfBBBfBP9OP9QPKBBADCZFHDAVCLFGVAL6MBKKALAE9PMEAIAECIgGVCDTGDvCBCZAD9r/8KBAIABALCDTFGLAD/8QBBDNAVtMBAIAIPBLBGOCkP+rECkP+sEP/6EGRAOCWP+rECkP+sEP/6EARP/gEAOCZP+rECkP+sEP/6EGWP/gEP/kEP/lEGdPXBBBBBBBBBBBBBBBBP+2EGQARPXBBBJBBBJBBBJBBBJGKP9OP9RP/kEGRPXBB/+9CBB/+9CBB/+9CBB/+9CARARP/mEAdAdP/mEAWAQAWAKP9OP9RP/kEGRARP/mEP/kEP/kEP/jEP/nEGWP/mEPXBBN0BBN0BBN0BBN0GQP/kEPXfBBBfBBBfBBBfBBBP9OAOPXBBBfBBBfBBBfBBBfP9OP9QARAWP/mEAQP/kECWP+rEPXBfBBBfBBBfBBBfBBP9OP9QAdAWP/mEAQP/kECZP+rEPXBBfBBBfBBBfBBBfBP9OP9QPKLBKALAIAD/8QBBSKDNAEC98gGXtMBCBHVABHDINADCZFGLALPBBBGOPXBBBBBBffBBBBBBffGKP9OADPBBBGdAOPMLVORXMpScxql358e8fPXfUBBfUBBfUBBfUBBP9OP/6EAdAOPMBEDIWdQKZhoaky8aeGOCZP+sEP/6EGRP/gEAOCZP+rECZP+sEP/6EGWP/gEP/kEP/lEGOPXB/+fsB/+fsB/+fsB/+fsAWAOPXBBBBBBBBBBBBBBBBP+2EGQAWPXBBBJBBBJBBBJBBBJGMP9OP9RP/kEGWAWP/mEAOAOP/mEARAQARAMP9OP9RP/kEGOAOP/mEP/kEP/kEP/jEP/nEGRP/mEPXBBN0BBN0BBN0BBN0GQP/kECZP+rEAWARP/mEAQP/kEPXffBBffBBffBBffBBP9OP9QGWAOARP/mEAQP/kEPXffBBffBBffBBffBBP9OGOPMWdkyQK8aeXM35pS8e8fP9QPKBBADAdAKP9OAWAOPMBEZhDIoaLVcxORqlP9QPKBBADCAFHDAVCLFGVAX6MBKKAXAE9PMBAIAECIgGVCITGDFCBCAAD9r/8KBAIABAXCITFGLAD/8QBBDNAVtMBAIAIPBLZGOPXBBBBBBffBBBBBBffGKP9OAIPBLBGdAOPMLVORXMpScxql358e8fPXfUBBfUBBfUBBfUBBP9OP/6EAdAOPMBEDIWdQKZhoaky8aeGOCZP+sEP/6EGRP/gEAOCZP+rECZP+sEP/6EGWP/gEP/kEP/lEGOPXB/+fsB/+fsB/+fsB/+fsAWAOPXBBBBBBBBBBBBBBBBP+2EGQAWPXBBBJBBBJBBBJBBBJGMP9OP9RP/kEGWAWP/mEAOAOP/mEARAQARAMP9OP9RP/kEGOAOP/mEP/kEP/kEP/jEP/nEGRP/mEPXBBN0BBN0BBN0BBN0GQP/kECZP+rEAWARP/mEAQP/kEPXffBBffBBffBBffBBP9OP9QGWAOARP/mEAQP/kEPXffBBffBBffBBffBBP9OGOPMWdkyQK8aeXM35pS8e8fP9QPKLZAIAdAKP9OAWAOPMBEZhDIoaLVcxORqlP9QPKLBKALAIAD/8QBBKK/4WLLUE97EUV978jJJJJBC8w9rHIDNAEC98gGLtMBCBHVABHOINAIAOPBBBGRAOCZFGWPBBBGdPMLVORXMpScxql358e8fGQCZP+sEGKCLP+rEPKLBAOPXBBJzBBJzBBJzBBJzPX/zL81z/zL81z/zL81z/zL81zAKPXIBBBIBBBIBBBIBBBP9QP/6EP/nEGKARAdPMBEDIWdQKZhoaky8aeGRCZP+rECZP+sEP/6EP/mEGdAdP/mEAKARCZP+sEP/6EP/mEGXAXP/mEAKAQCZP+rECZP+sEP/6EP/mEGQAQP/mEP/kEP/kEP/lEPXBBBBBBBBBBBBBBBBP+4EP/jEPXB/+fsB/+fsB/+fsB/+fsGKP/mEPXBBN0BBN0BBN0BBN0GRP/kEPXffBBffBBffBBffBBGMP9OAXAKP/mEARP/kECZP+rEP9QGXAQAKP/mEARP/kECZP+rEAdAKP/mEARP/kEAMP9OP9QGKPMBEZhDIoaLVcxORqlGRP5BAIPBLBPeB+t+J83IBAOCWFARP5EAIPBLBPeE+t+J83IBAWAXAKPMWdkyQK8aeXM35pS8e8fGKP5BAIPBLBPeD+t+J83IBAOCkFAKP5EAIPBLBPeI+t+J83IBAOCAFHOAVCLFGVAL6MBKKDNALAE9PMBAIAECIgGVCITGOFCBCAAO9r/8KBAIABALCITFGWAO/8QBBDNAVtMBAIAIPBLBGRAIPBLZGdPMLVORXMpScxql358e8fGQCZP+sEGKCLP+rEPKLAAIPXBBJzBBJzBBJzBBJzPX/zL81z/zL81z/zL81z/zL81zAKPXIBBBIBBBIBBBIBBBP9QP/6EP/nEGKARAdPMBEDIWdQKZhoaky8aeGRCZP+rECZP+sEP/6EP/mEGdAdP/mEAKARCZP+sEP/6EP/mEGXAXP/mEAKAQCZP+rECZP+sEP/6EP/mEGQAQP/mEP/kEP/kEP/lEPXBBBBBBBBBBBBBBBBP+4EP/jEPXB/+fsB/+fsB/+fsB/+fsGKP/mEPXBBN0BBN0BBN0BBN0GRP/kEPXffBBffBBffBBffBBGMP9OAXAKP/mEARP/kECZP+rEP9QGXAQAKP/mEARP/kECZP+rEAdAKP/mEARP/kEAMP9OP9QGKPMBEZhDIoaLVcxORqlGRP5BAIPBLAPeB+t+J83IBAIARP5EAIPBLAPeE+t+J83IWAIAXAKPMWdkyQK8aeXM35pS8e8fGKP5BAIPBLAPeD+t+J83IZAIAKP5EAIPBLAPeI+t+J83IkKAWAIAO/8QBBKK+pDDIUE978jJJJJBC/AB9rHIDNADCD4AE2GLC98gGVtMBCBHDABHEINAEAEPBBBGOCWP+rECWP+sEP/6EAOCEP+sEPXBBJzBBJzBBJzBBJzP+uEPXBBJfBBJfBBJfBBJfP9OP/mEPKBBAECZFHEADCLFGDAV6MBKKDNAVAL9PMBAIALCIgGDCDTGEvCBC/ABAE9r/8KBAIABAVCDTFGVAE/8QBBDNADtMBAIAIPBLBGOCWP+rECWP+sEP/6EAOCEP+sEPXBBJzBBJzBBJzBBJzP+uEPXBBJfBBJfBBJfBBJfP9OP/mEPKLBKAVAIAE/8QBBKK9TEIUCBCBYDJ1JJBGEABCIFC98gFGBbDJ1JJBDNDNABzBCZTGD9NMBCUHIABAD9rCffIFCZ4NBCUsMEKAEHIKAIKKKEBCJWKLZ9tBB",n=new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,3,2,0,0,5,3,1,0,1,12,1,0,10,22,2,12,0,65,0,65,0,65,0,252,10,0,0,11,7,0,65,0,253,15,26,11]),i=new Uint8Array([32,0,65,2,1,106,34,33,3,128,11,4,13,64,6,253,10,7,15,116,127,5,8,12,40,16,19,54,20,9,27,255,113,17,42,67,24,23,146,148,18,14,22,45,70,69,56,114,101,21,25,63,75,136,108,28,118,29,73,115]);if(typeof WebAssembly!="object")return{supported:!1};var o=e;WebAssembly.validate(n)&&(o=t);var r,s=WebAssembly.instantiate(a(o),{}).then(function(d){r=d.instance,r.exports.__wasm_call_ctors()});function a(d){for(var p=new Uint8Array(d.length),g=0;g<d.length;++g){var m=d.charCodeAt(g);p[g]=m>96?m-71:m>64?m-65:m>47?m+4:m>46?63:62}for(var A=0,g=0;g<d.length;++g)p[A++]=p[g]<60?i[p[g]]:(p[g]-60)*64+p[++g];return p.buffer.slice(0,A)}function c(d,p,g,m,A,C){var x=r.exports.sbrk,b=g+3&-4,E=x(b*m),S=x(A.length),D=new Uint8Array(r.exports.memory.buffer);D.set(A,S);var v=d(E,g,m,S,A.length);if(v==0&&C&&C(E,b,m),p.set(D.subarray(E,E+g*m)),x(E-x(0)),v!=0)throw new Error("Malformed buffer data: "+v)}var u={0:"",1:"meshopt_decodeFilterOct",2:"meshopt_decodeFilterQuat",3:"meshopt_decodeFilterExp",NONE:"",OCTAHEDRAL:"meshopt_decodeFilterOct",QUATERNION:"meshopt_decodeFilterQuat",EXPONENTIAL:"meshopt_decodeFilterExp"},f={0:"meshopt_decodeVertexBuffer",1:"meshopt_decodeIndexBuffer",2:"meshopt_decodeIndexSequence",ATTRIBUTES:"meshopt_decodeVertexBuffer",TRIANGLES:"meshopt_decodeIndexBuffer",INDICES:"meshopt_decodeIndexSequence"};return{ready:s,supported:!0,decodeVertexBuffer:function(d,p,g,m,A){c(r.exports.meshopt_decodeVertexBuffer,d,p,g,m,r.exports[u[A]])},decodeIndexBuffer:function(d,p,g,m){c(r.exports.meshopt_decodeIndexBuffer,d,p,g,m)},decodeIndexSequence:function(d,p,g,m){c(r.exports.meshopt_decodeIndexSequence,d,p,g,m)},decodeGltfBuffer:function(d,p,g,m,A,C){c(r.exports[f[A]],d,p,g,m,r.exports[u[C]])}}}();typeof gS=="object"&&typeof S8=="object"?S8.exports=sR:typeof define=="function"&&define.amd?define([],function(){return sR}):typeof gS=="object"?gS.MeshoptDecoder=sR:(typeof self<"u"?self:gS).MeshoptDecoder=sR});var o$=Mn((yS,w8)=>{var aR=function(){"use strict";var e="B9h79tEBBBECd9gEUEU9gEUB9gBB9gQUUUUUUU99UUEU9gVUUUUUB9gLUUUUE999gIUUUE999gLUUUUEU9gIUUUEUIMXDILVORBWWBEWLVE9wEIIVIEBEOWEUECJ/JEKR7OO9tw9t9vv95DBh9f9f939h79t9f9j9h229f9jT9vv7BBZ9tw79o9v9wT9f79p9t9w29p9m95BEx9tw79o9v9wT9f79p9t9w29p9m959T9j9h2wBLA9tw79o9v9wT9f9v9wT9p9t9p96w9WwvTw94swT9j9o9Sw9t9h9wBVL79iv9rBOdWEBCEKDdQQ+stXDBK/48yIkUp99hU8jJJJJBCJ/BB9rGQ8kJJJJBAQCkFCBC/kBZ1JJJB8aCUALCDTGKALCffffI0eGXCBYD/s1JJBhJJJJBBHMAQCkFAQYD94GpCDTFAMbDBAQAMbDWAQApCEFbD94AXCBYD/s1JJBhJJJJBBHSAQCkFAQYD94GpCDTFASbDBAQASbDXAQApCEFbD94CUADCITADCffffE0eCBYD/s1JJBhJJJJBBHZAQCkFAQYD94GpCDTFAZbDBAQAZbDZAQApCEFbD94AQCWFAEADALCBZ+CJJJBAXCBYD/s1JJBhJJJJBBHhAQCkFAQYD94GpCDTFAhbDBAQApCEFbD94AXCBYD/s1JJBhJJJJBBHoAQCkFAQYD94GpCDTFAobDBAQApCEFbD94ALCD4ALFHaCEHcINAcGpCETHcApAa6MBKCBHxCUApCDTGaApCffffI0eCBYD/s1JJBhJJJJBBHcAQCkFAQYD94GqCDTFAcbDBAQAqCEFbD94AcCfEAaZ1JJJBHlDNALtMBAVCD4HkApCUFHqINAIAxAk2CDTFGyYDLGpCh4Ap7C+f+B+dd2AyYDBGpCh4Ap7C/d/o+b8j27AyYDWGpCh4Ap7C+3f/n8n27HaCBHpDNDNINAlAaAqgGaCDTFG8aYDBGcCUsMEAIAcAk2CDTFAyCXZ+LJJJBtMDApCEFGpAaFHaApAq9NMBXDKKA8aAxbDBAxHcKAhAxCDTFAcbDBAxCEFGxAL9HMBKCBHpAoHcINAcApbDBAcCLFHcALApCEFGp9HMBKCBHpAhHcAoHaINDNApAcYDBGqsMBAaAoAqCDTFGqYDBbDBAqApbDBKAcCLFHcAaCLFHaALApCEFGp9HMBKKCBHaALCBYD/s1JJBhJJJJBBHyAQCkFAQYD94GpCDTFAybDBAQApCEFbD94AXCBYD/s1JJBhJJJJBBHpAQCkFAQYD94GcCDTFApbDBAQAcCEFbD94AXCBYD/s1JJBhJJJJBBHcAQCkFAQYD94GqCDTFAcbDBAQAqCEFbD94ApCfEAKZ1JJJBHeAcCfEAKZ1JJJBH3DNALtMBAZCWFH5INDNAMAaCDTGpFYDBG8etMBAZASApFYDBCITFH8fA3ApFHAAeApFHxCBHkINDNDNA8fAkCITFYDBGlAa9HMBAxAabDBAAAabDBXEKDNAMAlCDTGKFYDBGHtMBAZASAKFYDBCITGpFYDBAasMEAHCUFH8aA5ApFHcCBHpINA8aApsMEApCEFHpAcYDBHqAcCWFHcAqAa9HMBKApAH6MEKA3AKFGpAaAlApYDBCUsebDBAxAlAaAxYDBCUsebDBKAkCEFGkA8e9HMBKKAaCEFGaAL9HMBKAhHcAoHaA3HqAeHkCBHpINDNDNApAcYDBG8a9HMBDNApAaYDBG8a9HMBAkYDBH8aDNAqYDBGlCU9HMBA8aCU9HMBAyApFCB86BBXIKAyApFHxDNApAlsMBApA8asMBAxCE86BBXIKAxCL86BBXDKDNApAoA8aCDTGlFYDB9HMBDNAqYDBGxCUsMBApAxsMBAkYDBGKCUsMBApAKsMBA3AlFYDBG8eCUsMBA8eA8asMBAeAlFYDBGlCUsMBAlA8asMBDNAhAxCDTFYDBAhAlCDTFYDB9HMBAhAKCDTFYDBAhA8eCDTFYDB9HMBAyApFCD86BBXLKAyApFCL86BBXIKAyApFCL86BBXDKAyApFCL86BBXEKAyApFAyA8aFrBB86BBKAcCLFHcAaCLFHaAqCLFHqAkCLFHkALApCEFGp9HMBKAWCEgtMBAyHpALHcINDNAprBBCE9HMBApCL86BBKApCEFHpAcCUFGcMBKKCBHkCUALCX2ALC/V+q/V+qE0eCBYD/s1JJBhJJJJBBHMAQCkFAQYD94GpCDTFAMbDBAQApCEFbD94AMAIALAVZ+DJJJB8aCUALC8s2GcALC/d/o/F8u0eCBYD/s1JJBhJJJJBBHpAQCkFAQYD94GaCDTFApbDBAQAaCEFbD94ApCBAcZ1JJJBHZDNADtMBAEHcINDNAMAcCLFYDBG8aCX2FGpiDBAMAcYDBGlCX2FGaiDBGG+TG8jAMAcCWFYDBGxCX2FGqCLFiDBAaCLFiDBG8k+TG8lnAqiDBAG+TG8mApCLFiDBA8k+TG8nn+TGYAYnA8nAqCWFiDBAaCWFiDBG8p+TGinA8lApCWFiDBA8p+TG8nn+TG8lA8lnA8nA8mnAiA8jn+TG8jA8jnmm+RG8mjBBBB9etMBAYA8m+VHYA8jA8m+VH8jA8lA8m+VH8lKAZAhAlCDTFYDBC8s2FGpA8lA8m+RG8mA8lnnG8nApiDBmuDBApA8jA8mA8jnG8rnGiApiDLmuDLApAYA8mAYnG8snGrApiDWmuDWApA8rA8lnG8rApiDXmuDXApA8sA8lnG8uApiDZmuDZApA8sA8jnG8sApiDcmuDcApA8lA8mAYA8pnA8lAGnA8kA8jnmm+MG8knGGnG8lApiDkmuDkApA8jAGnG8jApiD3muD3ApAYAGnGYApiDAmuDAApAGA8knGGApiD8kmuD8kApA8mApiDYmuDYAZAhA8aCDTFYDBC8s2FGpA8nApiDBmuDBApAiApiDLmuDLApArApiDWmuDWApA8rApiDXmuDXApA8uApiDZmuDZApA8sApiDcmuDcApA8lApiDkmuDkApA8jApiD3muD3ApAYApiDAmuDAApAGApiD8kmuD8kApA8mApiDYmuDYAZAhAxCDTFYDBC8s2FGpA8nApiDBmuDBApAiApiDLmuDLApArApiDWmuDWApA8rApiDXmuDXApA8uApiDZmuDZApA8sApiDcmuDcApA8lApiDkmuDkApA8jApiD3muD3ApAYApiDAmuDAApAGApiD8kmuD8kApA8mApiDYmuDYAcCXFHcAkCIFGkAD6MBKCBH8aAEHxINCBHcINAyAEAcC+81JJBFYDBGlA8aFCDTFYDBGaFrBBHpDNDNAyAxAcFYDBGqFrBBGkC99FCfEgCPE0MBApCEsMBApCD9HMEKDNAkCUFCfEgCE0MBAeAqCDTFYDBAa9HMEKDNApCUFCfEgCE0MBA3AaCDTFYDBAq9HMEKDNAkCV2ApFC+g1JJBFrBBtMBAhAaCDTFYDBAhAqCDTFYDB0MEKjBBACjBBJzApCEseH8mAkCEsHKAEAlCDTC+81JJBFYDBA8aFCDTFYDBHlDNAMAaCX2FGpCWFiDBAMAqCX2FGkCWFiDBG8k+TG8lA8lnApiDBAkiDBG8p+TG8jA8jnApCLFiDBAkCLFiDBG8n+TGYAYnmm+RGGjBBBB9etMBA8lAG+VH8lAYAG+VHYA8jAG+VH8jKjBBACA8mAKeH8sDNAMAlCX2FGpiDWA8k+TG8mA8lA8mA8lnApiDBA8p+TGrA8jnAYApiDLA8n+TG8rnmmGin+TG8mA8mnArA8jAin+TG8lA8lnA8rAYAin+TG8jA8jnmm+RGYjBBBB9etMBA8mAY+VH8mA8jAY+VH8jA8lAY+VH8lKAZAhAqCDTFYDBC8s2FGpA8lA8sAGnGYA8lnnGiApiDBmuDBApA8jAYA8jnG8snGrApiDLmuDLApA8mAYA8mnGGnG8rApiDWmuDWApA8sA8lnG8sApiDXmuDXApAGA8lnG8uApiDZmuDZApAGA8jnG8vApiDcmuDcApA8lAYA8mA8knA8lA8pnA8nA8jnmm+MG8knGGnG8lApiDkmuDkApA8jAGnG8jApiD3muD3ApA8mAGnG8mApiDAmuDAApAGA8knGGApiD8kmuD8kApAYApiDYmuDYAZAhAaCDTFYDBC8s2FGpAiApiDBmuDBApArApiDLmuDLApA8rApiDWmuDWApA8sApiDXmuDXApA8uApiDZmuDZApA8vApiDcmuDcApA8lApiDkmuDkApA8jApiD3muD3ApA8mApiDAmuDAApAGApiD8kmuD8kApAYApiDYmuDYKAcCLFGcCX9HMBKAxCXFHxA8aCIFG8aAD6MBKKDNABAEsMBABAEADCDTZ+HJJJB8aKCUADCX2ADC/V+q/V+qE0eCBYD/s1JJBhJJJJBBHAAQCkFAQYD94GpCDTFAAbDBAQApCEFbD94CUADCDTADCffffI0eCBYD/s1JJBhJJJJBBH5AQCkFAQYD94GpCDTFA5bDBAQApCEFbD94AXCBYD/s1JJBhJJJJBBHIAQCkFAQYD94GpCDTFAIbDBAQApCEFbD94ALCBYD/s1JJBhJJJJBBH8wAQCkFAQYD94GpCDTFA8wbDBAQApCEFbD94jBBBBHrDNADAO9NMBARARnH8sAACWFH8xAQYDZH8yAQYDXH8zAQYDWH80jBBBBHrINAQCWFABADGSALAhZ+CJJJBCBHHABHxCBHKINCBHpINDNAhAxApFYDBGaCDTGEFYDBGkAhABApC+81JJBFYDBAKFCDTFYDBGcCDTFYDBG8asMBAyAcFrBBGlCV2AyAaFrBBGqFC/Q1JJBFrBBGDAqCV2AlFG8eC/Q1JJBFrBBG8fvCfEgtMBDNA8eC+g1JJBFrBBtMBA8aAk0MEKDNAqAl9HMBAqCUFCfEgCE0MBAeAEFYDBAc9HMEKAAAHCX2FGqAcAaA8fCfEgGkebDLAqAaAcAkebDBAqADA8fgCfEgCB9HbDWAHCEFHHKApCLFGpCX9HMBKAxCXFHxAKCIFGKAS6MBKDNDNAHtMBAAHcAHH8aINAcCWFGljBBBBjBBJzAZAhAcYDBGaCDTFYDBC8s2FGpiDYG8l+VA8ljBBBB9beApiDWAMAcCLFGEYDBGqCX2FGkCWFiDBG8lnApiDZAkiDBG8jnApiDAmG8mA8mmmA8lnApiDLAkCLFiDBG8mnApiDcA8lnApiD3mG8lA8lmmA8mnApiDBA8jnApiDXA8mnApiDkmG8lA8lmmA8jnApiD8kmmm+LnGYjBBBBjBBJzAZAhAqAaAlYDBGkeGlCDTFYDBC8s2FGpiDYG8l+VA8ljBBBB9beApiDWAMAaAqAkeGxCX2FGkCWFiDBG8lnApiDZAkiDBG8jnApiDAmG8mA8mmmA8lnApiDLAkCLFiDBG8mnApiDcA8lnApiD3mG8lA8lmmA8mnApiDBA8jnApiDXA8mnApiDkmG8lA8lmmA8jnApiD8kmmm+LnG8lAYA8l9fGpeuDBAEAqAxApebDBAcAaAlApebDBAcCXFHcA8aCUFG8aMBKAQCJEFCBCJ/ABZ1JJJB8aA8xHpAHHcINAQCJEFApYDBCo4C/8zgFGaAaYDBCEFbDBApCXFHpAcCUFGcMBKCBHpCBHcINAQCJEFApFGaYDBHqAaAcbDBAqAcFHcApCLFGpCJ/AB9HMBKCBHpA8xHcINAQCJEFAcYDBCo4C/8zgFGaAaYDBGaCEFbDBA5AaCDTFApbDBAcCXFHcAHApCEFGp9HMBKASAO9rGaCI9uH81DNALtMBCBHpAIHcINAcApbDBAcCLFHcALApCEFGp9HMBKKCBHbA8wCBALZ1JJJBH83AaCo9uHuA81CE4H85CBH86CBHKDNINAAA5AKCDTFYDBCX2FGxiDWG8jA8s9eMEA86A819PMEjffUUH8lDNA85AH9PMBAAA5A85CDTFYDBCX2FiDWjBB/AznH8lKDNA8jA8l9etMBA86Au0MDKDNA83AhAxYDLG87CDTG88FYDBGaFG89rBBA83AhAxYDBGECDTG8+FYDBGzFGNrBBvMBDNA80AzCDTGpFYDBGqtMBA8yA8zApFYDBCITFHpAMAaCX2FG8eCWFHDA8eCLFHXAMAzCX2FG8fCWFHVA8fCLFHWCBHcCEHlDNINDNAIApYDBCDTFYDBGkAasMBAIApCLFYDBCDTFYDBG8aAasMBAMA8aCX2FG8aiDBAMAkCX2FGkiDBG8m+TG8lAWiDBAkCLFiDBGY+TGGnA8fiDBA8m+TG8kA8aCLFiDBAY+TG8jn+TA8lAXiDBAY+TG8pnA8eiDBA8m+TG8nA8jn+TnA8jAViDBAkCWFiDBGY+TGinAGA8aCWFiDBAY+TG8mn+TA8jADiDBAY+TGYnA8pA8mn+TnA8mA8knAiA8ln+TA8mA8nnAYA8ln+TnmmjBBBB9dMDKApCWFHpAcCEFGcAq6HlAqAc9HMBKKAlCEgtMBA85CEFH85XEKAxCWFHqAZAaC8s2FGpAZAzC8s2FGciDBApiDBmuDBApAciDLApiDLmuDLApAciDWApiDWmuDWApAciDXApiDXmuDXApAciDZApiDZmuDZApAciDcApiDcmuDcApAciDkApiDkmuDkApAciD3ApiD3muD3ApAciDAApiDAmuDAApAciD8kApiD8kmuD8kApAciDYApiDYmuDYDNDNDNDNAyAEFGcrBBC9+FpDEBDKAEHpINAIApCDTGpFAabDBAoApFYDBGpAE9HMBXIKKAoA88FYDBHpAoA8+FYDBHEAIA8+FA87bDBApH87KAIAECDTFA87bDBKANCE86BBA89CE86BBAqiDBG8lArArA8l9deHrAbCEFHbCECDAcrBBCEseA86FH86KAKCEFGKAH9HMBKKAbtMBDNALtMBCBHcAeHpINDNApYDBGaCUsMBDNAcAIAaCDTGqFYDBGa9HMBAeAqFYDBHaKApAabDBKApCLFHpALAcCEFGc9HMBKCBHcA3HpINDNApYDBGaCUsMBDNAcAIAaCDTGqFYDBGa9HMBA3AqFYDBHaKApAabDBKApCLFHpALAcCEFGc9HMBKKCBHDABHpCBHkINDNAIApYDBCDTFYDBGcAIApCLFYDBCDTFYDBGasMBAcAIApCWFYDBCDTFYDBGqsMBAaAqsMBABADCDTFG8aAcbDBA8aCLFAabDBA8aCWFAqbDBADCIFHDKApCXFHpAkCIFGkAS9PMDXBKKASHDXDKADAO0MBKKDNAdtMBAdAr+RuDBKAQYD94GpCDTAQCkFFC98FHhDNINAptMEAhYDBCBYD/w1JJBh+BJJJBBAhC98FHhApCUFHpXBKKAQCJ/BBF8kJJJJBADK/PLEOUABYDBCBAICDTZ1JJJB8aADCI9uHVDNADtMBABYDBHODNALtMBAEHRADHWINAOALARYDBCDTFYDBCDTFGdAdYDBCEFbDBARCLFHRAWCUFGWMBXDKKAEHRADHWINAOARYDBCDTFGdAdYDBCEFbDBARCLFHRAWCUFGWMBKKDNAItMBABYDBHRABYDLHWCBHdAIHOINAWAdbDBAWCLFHWARYDBAdFHdARCLFHRAOCUFGOMBKKDNADCI6MBAVCEAVCE0eHQABYDLHVABYDWHRINAECWFYDBHWAECLFYDBHdAEYDBHODNALtMBALAWCDTFYDBHWALAdCDTFYDBHdALAOCDTFYDBHOKARAVAOCDTFGDYDBCITFAdbDBARADYDBCITFAWbDLADADYDBCEFbDBARAVAdCDTFGDYDBCITFAWbDBARADYDBCITFAObDLADADYDBCEFbDBARAVAWCDTFGWYDBCITFAObDBARAWYDBCITFAdbDLAWAWYDBCEFbDBAECXFHEAQCUFGQMBKKDNAItMBABYDLHRABYDBHWINARARYDBAWYDB9rbDBAWCLFHWARCLFHRAICUFGIMBKKK+3LDOUV998jJJJJBCA9rGLCZFCWFCBYD11JJBbDBALCB8pDJ1JJB83IZALCWFCBYDn1JJBbDBALCB8pD+M1JJB83IBDNADtMBAICD4HVDNABtMBAVCDTHOCBHRAEHWINABARCX2FGIAEARAV2CDTFGdiDBuDBAIAdiDLuDLAIAdiDWuDWCBHIINALCZFAIFGdAWAIFiDBGQAdiDBGKAKAQ9eeuDBALAIFGdAQAdiDBGKAKAQ9deuDBAICLFGICX9HMBKAWAOFHWARCEFGRAD9HMBXDKKAVCDTHRCBHWINCBHIINALCZFAIFGdAEAIFiDBGQAdiDBGKAKAQ9eeuDBALAIFGdAQAdiDBGKAKAQ9deuDBAICLFGICX9HMBKAEARFHEAWCEFGWAD9HMBKKALiDBALiDZGK+TjBBBB+XGQALiDLALiDcGX+TGMAMAQ9deGQALiDWALiDkGM+TGpApAQ9deHpDNABtMBADtMBjBBBBjBBJzAp+VApjBBBB9beHQINABAQABiDBAK+TnuDBABCLFGIAQAIiDBAX+TnuDBABCWFGIAQAIiDBAM+TnuDBABCXFHBADCUFGDMBKKApK+qDIDUI99DUCBHI8jJJJJBCA9rGLCZFCWFCBYD11JJBbDBALCB8pDJ1JJB83IZALCWFCBYDn1JJBbDBALCB8pD+M1JJB83IBDNDNAEMBjBBJfHVjBBJfHOjBBJfHRXEKADCD4CDTHWINCBHDINALCZFADFGdABADFiDBGOAdiDBGRARAO9eeuDBALADFGdAOAdiDBGRARAO9deuDBADCLFGDCX9HMBKABAWFHBAICEFGIAE9HMBKALiDWALiDk+THRALiDLALiDc+THOALiDBALiDZ+THVKAVjBBBB+XGVAOAOAV9deGOARARAO9deK9dEEUABCfEAICDTZ1JJJBHLCBHIDNADtMBINDNALAEYDBCDTFGBYDBCU9HMBABAIbDBAICEFHIKAECLFHEADCUFGDMBKKAIK9TEIUCBCBYD/01JJBGEABCIFC98gFGBbD/01JJBDNDNABzBCZTGD9NMBCUHIABAD9rCffIFCZ4NBCUsMEKAEHIKAIK/lEEEUDNDNAEABvCIgtMBABHIXEKDNDNADCZ9PMBABHIXEKABHIINAIAEYDBbDBAICLFAECLFYDBbDBAICWFAECWFYDBbDBAICXFAECXFYDBbDBAICZFHIAECZFHEADC9wFGDCS0MBKKADCL6MBINAIAEYDBbDBAECLFHEAICLFHIADC98FGDCI0MBKKDNADtMBINAIAErBB86BBAICEFHIAECEFHEADCUFGDMBKKABK/AEEDUDNDNABCIgtMBABHIXEKAECfEgC+B+C+EW2HLDNDNADCZ9PMBABHIXEKABHIINAIALbDBAICXFALbDBAICWFALbDBAICLFALbDBAICZFHIADC9wFGDCS0MBKKADCL6MBINAIALbDBAICLFHIADC98FGDCI0MBKKDNADtMBINAIAE86BBAICEFHIADCUFGDMBKKABK9TEIUCBCBYD/01JJBGEABCIFC98gFGBbD/01JJBDNDNABzBCZTGD9NMBCUHIABAD9rCffIFCZ4NBCUsMEKAEHIKAIK9+EIUzBHEDNDNCBYD/01JJBGDAECZTGI9NMBCUHEADAI9rCffIFCZ4NBCUsMEKADHEKCBABAE9rCIFC98gCBYD/01JJBFGDbD/01JJBDNADzBCZTGE9NMBADAE9rCffIFCZ4NB8aKK6EIUCBHIDNADtMBDNINABrBBGLAErBBGV9HMEAECEFHEABCEFHBADCUFGDMBXDKKALAV9rHIKAIKK+CEDBCJWK9pffUUffUUffUUffUfffUfffUfBBBBBBBBEEEBEEBEBBEEEBEBBBBBEBEBBBBBEBBBDBBBBBBBBBBBBBBBEEEEEBEBBBBBEBBBBBEEBBBBBBC/sWKXEBBBDBBBJ9kBB",t=new Uint8Array([32,0,65,2,1,106,34,33,3,128,11,4,13,64,6,253,10,7,15,116,127,5,8,12,40,16,19,54,20,9,27,255,113,17,42,67,24,23,146,148,18,14,22,45,70,69,56,114,101,21,25,63,75,136,108,28,118,29,73,115]);if(typeof WebAssembly!="object")return{supported:!1};var n,i=WebAssembly.instantiate(o(e),{}).then(function(p){n=p.instance,n.exports.__wasm_call_ctors()});function o(p){for(var g=new Uint8Array(p.length),m=0;m<p.length;++m){var A=p.charCodeAt(m);g[m]=A>96?A-71:A>64?A-65:A>47?A+4:A>46?63:62}for(var C=0,m=0;m<p.length;++m)g[C++]=g[m]<60?t[g[m]]:(g[m]-60)*64+g[++m];return g.buffer.slice(0,C)}function r(p){if(!p)throw new Error("Assertion failed")}function s(p){return new Uint8Array(p.buffer,p.byteOffset,p.byteLength)}function a(p,g){var m=n.exports.sbrk,A=m(p.length*4),C=m(g*4),x=new Uint8Array(n.exports.memory.buffer),b=s(p);x.set(b,A);var E=n.exports.meshopt_optimizeVertexFetchRemap(C,A,p.length,g);x=new Uint8Array(n.exports.memory.buffer);var S=new Uint32Array(g);new Uint8Array(S.buffer).set(x.subarray(C,C+g*4)),b.set(x.subarray(A,A+p.length*4)),m(A-m(0));for(var D=0;D<p.length;++D)p[D]=S[p[D]];return[S,E]}function c(p){for(var g=0,m=0;m<p.length;++m){var A=p[m];g=g<A?A:g}return g}function u(p,g,m,A,C,x,b,E,S){var D=n.exports.sbrk,v=D(4),O=D(m*4),R=D(C*x),M=D(m*4),L=new Uint8Array(n.exports.memory.buffer);L.set(s(A),R),L.set(s(g),M);var _=p(O,M,m,R,C,x,b,E,S,v);L=new Uint8Array(n.exports.memory.buffer);var T=new Uint32Array(_);s(T).set(L.subarray(O,O+_*4));var w=new Float32Array(1);return s(w).set(L.subarray(v,v+4)),D(v-D(0)),[T,w[0]]}function f(p,g,m,A){var C=n.exports.sbrk,x=C(m*A),b=new Uint8Array(n.exports.memory.buffer);b.set(s(g),x);var E=p(x,m,A);return C(x-C(0)),E}var d={LockBorder:1};return{ready:i,supported:!0,compactMesh:function(p){r(p instanceof Uint32Array||p instanceof Int32Array||p instanceof Uint16Array||p instanceof Int16Array),r(p.length%3==0);var g=p.BYTES_PER_ELEMENT==4?p:new Uint32Array(p);return a(g,c(p)+1)},simplify:function(p,g,m,A,C,x){r(p instanceof Uint32Array||p instanceof Int32Array||p instanceof Uint16Array||p instanceof Int16Array),r(p.length%3==0),r(g instanceof Float32Array),r(g.length%m==0),r(m>=3),r(A%3==0);for(var b=0,E=0;E<(x?x.length:0);++E)b|=d[x[E]];var S=p.BYTES_PER_ELEMENT==4?p:new Uint32Array(p),D=u(n.exports.meshopt_simplify,S,p.length,g,g.length,m*4,A,C,b);return D[0]=p instanceof Uint32Array?D[0]:new p.constructor(D[0]),D},getScale:function(p,g){return r(p instanceof Float32Array),r(p.length%g==0),f(n.exports.meshopt_simplifyScale,p,p.length,g*4)}}}();typeof yS=="object"&&typeof w8=="object"?w8.exports=aR:typeof define=="function"&&define.amd?define([],function(){return aR}):typeof yS=="object"?yS.MeshoptSimplifier=aR:(typeof self<"u"?self:yS).MeshoptSimplifier=aR});var s$=Mn((E5t,r$)=>{var FOe=n$(),NOe=i$(),kOe=o$();r$.exports={MeshoptEncoder:FOe,MeshoptDecoder:NOe,MeshoptSimplifier:kOe}});var Bne=Mn((sun,One)=>{"use strict";One.exports=MUe;var $S=1e20;function MUe(e,t){t||(t={});var n=t.cutoff==null?.25:t.cutoff,i=t.radius==null?8:t.radius,o=t.channel||0,r,s,a,c,u,f,d,p,g,m,A;if(ArrayBuffer.isView(e)||Array.isArray(e)){if(!t.width||!t.height)throw Error("For raw data width and height should be provided by options");r=t.width,s=t.height,c=e,t.stride?f=t.stride:f=Math.floor(e.length/r/s)}else window.HTMLCanvasElement&&e instanceof window.HTMLCanvasElement?(p=e,d=p.getContext("2d"),r=p.width,s=p.height,g=d.getImageData(0,0,r,s),c=g.data,f=4):window.CanvasRenderingContext2D&&e instanceof window.CanvasRenderingContext2D?(p=e.canvas,d=e,r=p.width,s=p.height,g=d.getImageData(0,0,r,s),c=g.data,f=4):window.ImageData&&e instanceof window.ImageData&&(g=e,r=e.width,s=e.height,c=g.data,f=4);if(a=Math.max(r,s),window.Uint8ClampedArray&&c instanceof window.Uint8ClampedArray||window.Uint8Array&&c instanceof window.Uint8Array)for(u=c,c=Array(r*s),m=0,A=Math.floor(u.length/f);m<A;m++)c[m]=u[m*f+o]/255;else if(f!==1)throw Error("Raw data can have only 1 value per pixel");var C=Array(r*s),x=Array(r*s),b=Array(a),E=Array(a),S=Array(a+1),D=Array(a);for(m=0,A=r*s;m<A;m++){var v=c[m];C[m]=v===1?0:v===0?$S:Math.pow(Math.max(0,.5-v),2),x[m]=v===1?$S:v===0?0:Math.pow(Math.max(0,v-.5),2)}Pne(C,r,s,b,E,D,S),Pne(x,r,s,b,E,D,S);var O=window.Float32Array?new Float32Array(r*s):new Array(r*s);for(m=0,A=r*s;m<A;m++)O[m]=Math.min(Math.max(1-((C[m]-x[m])/i+n),0),1);return O}function Pne(e,t,n,i,o,r,s){for(var a=0;a<t;a++){for(var c=0;c<n;c++)i[c]=e[c*t+a];for(Ine(i,o,r,s,n),c=0;c<n;c++)e[c*t+a]=o[c]}for(c=0;c<n;c++){for(a=0;a<t;a++)i[a]=e[c*t+a];for(Ine(i,o,r,s,t),a=0;a<t;a++)e[c*t+a]=Math.sqrt(o[a])}}function Ine(e,t,n,i,o){n[0]=0,i[0]=-$S,i[1]=+$S;for(var r=1,s=0;r<o;r++){for(var a=(e[r]+r*r-(e[n[s]]+n[s]*n[s]))/(2*r-2*n[s]);a<=i[s];)s--,a=(e[r]+r*r-(e[n[s]]+n[s]*n[s]))/(2*r-2*n[s]);s++,n[s]=r,i[s]=a,i[s+1]=+$S}for(r=0,s=0;r<o;r++){for(;i[s+1]<r;)s++;t[r]=(r-n[s])*(r-n[s])+e[n[s]]}}});var Nne=Mn((Eun,jL)=>{function jUe(){var e=0,t=1,n=2,i=3,o=4,r=5,s=6,a=7,c=8,u=9,f=10,d=11,p=12,g=13,m=14,A=15,C=16,x=17,b=0,E=1,S=2,D=3,v=4;function O(_,T){return 55296<=_.charCodeAt(T)&&_.charCodeAt(T)<=56319&&56320<=_.charCodeAt(T+1)&&_.charCodeAt(T+1)<=57343}function R(_,T){T===void 0&&(T=0);var w=_.charCodeAt(T);if(55296<=w&&w<=56319&&T<_.length-1){var P=w,B=_.charCodeAt(T+1);return 56320<=B&&B<=57343?(P-55296)*1024+(B-56320)+65536:P}if(56320<=w&&w<=57343&&T>=1){var P=_.charCodeAt(T-1),B=w;return 55296<=P&&P<=56319?(P-55296)*1024+(B-56320)+65536:B}return w}function M(_,T,w){var P=[_].concat(T).concat([w]),B=P[P.length-2],N=w,z=P.lastIndexOf(m);if(z>1&&P.slice(1,z).every(function(k){return k==i})&&[i,g,x].indexOf(_)==-1)return S;var V=P.lastIndexOf(o);if(V>0&&P.slice(1,V).every(function(k){return k==o})&&[p,o].indexOf(B)==-1)return P.filter(function(k){return k==o}).length%2==1?D:v;if(B==e&&N==t)return b;if(B==n||B==e||B==t)return N==m&&T.every(function(k){return k==i})?S:E;if(N==n||N==e||N==t)return E;if(B==s&&(N==s||N==a||N==u||N==f))return b;if((B==u||B==a)&&(N==a||N==c))return b;if((B==f||B==c)&&N==c)return b;if(N==i||N==A)return b;if(N==r)return b;if(B==p)return b;var G=P.indexOf(i)!=-1?P.lastIndexOf(i)-1:P.length-2;return[g,x].indexOf(P[G])!=-1&&P.slice(G+1,-1).every(function(k){return k==i})&&N==m||B==A&&[C,x].indexOf(N)!=-1?b:T.indexOf(o)!=-1?S:B==o&&N==o?b:E}this.nextBreak=function(_,T){if(T===void 0&&(T=0),T<0)return 0;if(T>=_.length-1)return _.length;for(var w=L(R(_,T)),P=[],B=T+1;B<_.length;B++)if(!O(_,B-1)){var N=L(R(_,B));if(M(w,P,N))return B;P.push(N)}return _.length},this.splitGraphemes=function(_){for(var T=[],w=0,P;(P=this.nextBreak(_,w))<_.length;)T.push(_.slice(w,P)),w=P;return w<_.length&&T.push(_.slice(w)),T},this.iterateGraphemes=function(_){var T=0,w={next:function(){var P,B;return(B=this.nextBreak(_,T))<_.length?(P=_.slice(T,B),T=B,{value:P,done:!1}):T<_.length?(P=_.slice(T),T=_.length,{value:P,done:!1}):{value:void 0,done:!0}}.bind(this)};return typeof Symbol<"u"&&Symbol.iterator&&(w[Symbol.iterator]=function(){return w}),w},this.countGraphemes=function(_){for(var T=0,w=0,P;(P=this.nextBreak(_,w))<_.length;)w=P,T++;return w<_.length&&T++,T};function L(_){return 1536<=_&&_<=1541||_==1757||_==1807||_==2274||_==3406||_==69821||70082<=_&&_<=70083||_==72250||72326<=_&&_<=72329||_==73030?p:_==13?e:_==10?t:0<=_&&_<=9||11<=_&&_<=12||14<=_&&_<=31||127<=_&&_<=159||_==173||_==1564||_==6158||_==8203||8206<=_&&_<=8207||_==8232||_==8233||8234<=_&&_<=8238||8288<=_&&_<=8292||_==8293||8294<=_&&_<=8303||55296<=_&&_<=57343||_==65279||65520<=_&&_<=65528||65529<=_&&_<=65531||113824<=_&&_<=113827||119155<=_&&_<=119162||_==917504||_==917505||917506<=_&&_<=917535||917632<=_&&_<=917759||918e3<=_&&_<=921599?n:768<=_&&_<=879||1155<=_&&_<=1159||1160<=_&&_<=1161||1425<=_&&_<=1469||_==1471||1473<=_&&_<=1474||1476<=_&&_<=1477||_==1479||1552<=_&&_<=1562||1611<=_&&_<=1631||_==1648||1750<=_&&_<=1756||1759<=_&&_<=1764||1767<=_&&_<=1768||1770<=_&&_<=1773||_==1809||1840<=_&&_<=1866||1958<=_&&_<=1968||2027<=_&&_<=2035||2070<=_&&_<=2073||2075<=_&&_<=2083||2085<=_&&_<=2087||2089<=_&&_<=2093||2137<=_&&_<=2139||2260<=_&&_<=2273||2275<=_&&_<=2306||_==2362||_==2364||2369<=_&&_<=2376||_==2381||2385<=_&&_<=2391||2402<=_&&_<=2403||_==2433||_==2492||_==2494||2497<=_&&_<=2500||_==2509||_==2519||2530<=_&&_<=2531||2561<=_&&_<=2562||_==2620||2625<=_&&_<=2626||2631<=_&&_<=2632||2635<=_&&_<=2637||_==2641||2672<=_&&_<=2673||_==2677||2689<=_&&_<=2690||_==2748||2753<=_&&_<=2757||2759<=_&&_<=2760||_==2765||2786<=_&&_<=2787||2810<=_&&_<=2815||_==2817||_==2876||_==2878||_==2879||2881<=_&&_<=2884||_==2893||_==2902||_==2903||2914<=_&&_<=2915||_==2946||_==3006||_==3008||_==3021||_==3031||_==3072||3134<=_&&_<=3136||3142<=_&&_<=3144||3146<=_&&_<=3149||3157<=_&&_<=3158||3170<=_&&_<=3171||_==3201||_==3260||_==3263||_==3266||_==3270||3276<=_&&_<=3277||3285<=_&&_<=3286||3298<=_&&_<=3299||3328<=_&&_<=3329||3387<=_&&_<=3388||_==3390||3393<=_&&_<=3396||_==3405||_==3415||3426<=_&&_<=3427||_==3530||_==3535||3538<=_&&_<=3540||_==3542||_==3551||_==3633||3636<=_&&_<=3642||3655<=_&&_<=3662||_==3761||3764<=_&&_<=3769||3771<=_&&_<=3772||3784<=_&&_<=3789||3864<=_&&_<=3865||_==3893||_==3895||_==3897||3953<=_&&_<=3966||3968<=_&&_<=3972||3974<=_&&_<=3975||3981<=_&&_<=3991||3993<=_&&_<=4028||_==4038||4141<=_&&_<=4144||4146<=_&&_<=4151||4153<=_&&_<=4154||4157<=_&&_<=4158||4184<=_&&_<=4185||4190<=_&&_<=4192||4209<=_&&_<=4212||_==4226||4229<=_&&_<=4230||_==4237||_==4253||4957<=_&&_<=4959||5906<=_&&_<=5908||5938<=_&&_<=5940||5970<=_&&_<=5971||6002<=_&&_<=6003||6068<=_&&_<=6069||6071<=_&&_<=6077||_==6086||6089<=_&&_<=6099||_==6109||6155<=_&&_<=6157||6277<=_&&_<=6278||_==6313||6432<=_&&_<=6434||6439<=_&&_<=6440||_==6450||6457<=_&&_<=6459||6679<=_&&_<=6680||_==6683||_==6742||6744<=_&&_<=6750||_==6752||_==6754||6757<=_&&_<=6764||6771<=_&&_<=6780||_==6783||6832<=_&&_<=6845||_==6846||6912<=_&&_<=6915||_==6964||6966<=_&&_<=6970||_==6972||_==6978||7019<=_&&_<=7027||7040<=_&&_<=7041||7074<=_&&_<=7077||7080<=_&&_<=7081||7083<=_&&_<=7085||_==7142||7144<=_&&_<=7145||_==7149||7151<=_&&_<=7153||7212<=_&&_<=7219||7222<=_&&_<=7223||7376<=_&&_<=7378||7380<=_&&_<=7392||7394<=_&&_<=7400||_==7405||_==7412||7416<=_&&_<=7417||7616<=_&&_<=7673||7675<=_&&_<=7679||_==8204||8400<=_&&_<=8412||8413<=_&&_<=8416||_==8417||8418<=_&&_<=8420||8421<=_&&_<=8432||11503<=_&&_<=11505||_==11647||11744<=_&&_<=11775||12330<=_&&_<=12333||12334<=_&&_<=12335||12441<=_&&_<=12442||_==42607||42608<=_&&_<=42610||42612<=_&&_<=42621||42654<=_&&_<=42655||42736<=_&&_<=42737||_==43010||_==43014||_==43019||43045<=_&&_<=43046||43204<=_&&_<=43205||43232<=_&&_<=43249||43302<=_&&_<=43309||43335<=_&&_<=43345||43392<=_&&_<=43394||_==43443||43446<=_&&_<=43449||_==43452||_==43493||43561<=_&&_<=43566||43569<=_&&_<=43570||43573<=_&&_<=43574||_==43587||_==43596||_==43644||_==43696||43698<=_&&_<=43700||43703<=_&&_<=43704||43710<=_&&_<=43711||_==43713||43756<=_&&_<=43757||_==43766||_==44005||_==44008||_==44013||_==64286||65024<=_&&_<=65039||65056<=_&&_<=65071||65438<=_&&_<=65439||_==66045||_==66272||66422<=_&&_<=66426||68097<=_&&_<=68099||68101<=_&&_<=68102||68108<=_&&_<=68111||68152<=_&&_<=68154||_==68159||68325<=_&&_<=68326||_==69633||69688<=_&&_<=69702||69759<=_&&_<=69761||69811<=_&&_<=69814||69817<=_&&_<=69818||69888<=_&&_<=69890||69927<=_&&_<=69931||69933<=_&&_<=69940||_==70003||70016<=_&&_<=70017||70070<=_&&_<=70078||70090<=_&&_<=70092||70191<=_&&_<=70193||_==70196||70198<=_&&_<=70199||_==70206||_==70367||70371<=_&&_<=70378||70400<=_&&_<=70401||_==70460||_==70462||_==70464||_==70487||70502<=_&&_<=70508||70512<=_&&_<=70516||70712<=_&&_<=70719||70722<=_&&_<=70724||_==70726||_==70832||70835<=_&&_<=70840||_==70842||_==70845||70847<=_&&_<=70848||70850<=_&&_<=70851||_==71087||71090<=_&&_<=71093||71100<=_&&_<=71101||71103<=_&&_<=71104||71132<=_&&_<=71133||71219<=_&&_<=71226||_==71229||71231<=_&&_<=71232||_==71339||_==71341||71344<=_&&_<=71349||_==71351||71453<=_&&_<=71455||71458<=_&&_<=71461||71463<=_&&_<=71467||72193<=_&&_<=72198||72201<=_&&_<=72202||72243<=_&&_<=72248||72251<=_&&_<=72254||_==72263||72273<=_&&_<=72278||72281<=_&&_<=72283||72330<=_&&_<=72342||72344<=_&&_<=72345||72752<=_&&_<=72758||72760<=_&&_<=72765||_==72767||72850<=_&&_<=72871||72874<=_&&_<=72880||72882<=_&&_<=72883||72885<=_&&_<=72886||73009<=_&&_<=73014||_==73018||73020<=_&&_<=73021||73023<=_&&_<=73029||_==73031||92912<=_&&_<=92916||92976<=_&&_<=92982||94095<=_&&_<=94098||113821<=_&&_<=113822||_==119141||119143<=_&&_<=119145||119150<=_&&_<=119154||119163<=_&&_<=119170||119173<=_&&_<=119179||119210<=_&&_<=119213||119362<=_&&_<=119364||121344<=_&&_<=121398||121403<=_&&_<=121452||_==121461||_==121476||121499<=_&&_<=121503||121505<=_&&_<=121519||122880<=_&&_<=122886||122888<=_&&_<=122904||122907<=_&&_<=122913||122915<=_&&_<=122916||122918<=_&&_<=122922||125136<=_&&_<=125142||125252<=_&&_<=125258||917536<=_&&_<=917631||917760<=_&&_<=917999?i:127462<=_&&_<=127487?o:_==2307||_==2363||2366<=_&&_<=2368||2377<=_&&_<=2380||2382<=_&&_<=2383||2434<=_&&_<=2435||2495<=_&&_<=2496||2503<=_&&_<=2504||2507<=_&&_<=2508||_==2563||2622<=_&&_<=2624||_==2691||2750<=_&&_<=2752||_==2761||2763<=_&&_<=2764||2818<=_&&_<=2819||_==2880||2887<=_&&_<=2888||2891<=_&&_<=2892||_==3007||3009<=_&&_<=3010||3014<=_&&_<=3016||3018<=_&&_<=3020||3073<=_&&_<=3075||3137<=_&&_<=3140||3202<=_&&_<=3203||_==3262||3264<=_&&_<=3265||3267<=_&&_<=3268||3271<=_&&_<=3272||3274<=_&&_<=3275||3330<=_&&_<=3331||3391<=_&&_<=3392||3398<=_&&_<=3400||3402<=_&&_<=3404||3458<=_&&_<=3459||3536<=_&&_<=3537||3544<=_&&_<=3550||3570<=_&&_<=3571||_==3635||_==3763||3902<=_&&_<=3903||_==3967||_==4145||4155<=_&&_<=4156||4182<=_&&_<=4183||_==4228||_==6070||6078<=_&&_<=6085||6087<=_&&_<=6088||6435<=_&&_<=6438||6441<=_&&_<=6443||6448<=_&&_<=6449||6451<=_&&_<=6456||6681<=_&&_<=6682||_==6741||_==6743||6765<=_&&_<=6770||_==6916||_==6965||_==6971||6973<=_&&_<=6977||6979<=_&&_<=6980||_==7042||_==7073||7078<=_&&_<=7079||_==7082||_==7143||7146<=_&&_<=7148||_==7150||7154<=_&&_<=7155||7204<=_&&_<=7211||7220<=_&&_<=7221||_==7393||7410<=_&&_<=7411||_==7415||43043<=_&&_<=43044||_==43047||43136<=_&&_<=43137||43188<=_&&_<=43203||43346<=_&&_<=43347||_==43395||43444<=_&&_<=43445||43450<=_&&_<=43451||43453<=_&&_<=43456||43567<=_&&_<=43568||43571<=_&&_<=43572||_==43597||_==43755||43758<=_&&_<=43759||_==43765||44003<=_&&_<=44004||44006<=_&&_<=44007||44009<=_&&_<=44010||_==44012||_==69632||_==69634||_==69762||69808<=_&&_<=69810||69815<=_&&_<=69816||_==69932||_==70018||70067<=_&&_<=70069||70079<=_&&_<=70080||70188<=_&&_<=70190||70194<=_&&_<=70195||_==70197||70368<=_&&_<=70370||70402<=_&&_<=70403||_==70463||70465<=_&&_<=70468||70471<=_&&_<=70472||70475<=_&&_<=70477||70498<=_&&_<=70499||70709<=_&&_<=70711||70720<=_&&_<=70721||_==70725||70833<=_&&_<=70834||_==70841||70843<=_&&_<=70844||_==70846||_==70849||71088<=_&&_<=71089||71096<=_&&_<=71099||_==71102||71216<=_&&_<=71218||71227<=_&&_<=71228||_==71230||_==71340||71342<=_&&_<=71343||_==71350||71456<=_&&_<=71457||_==71462||72199<=_&&_<=72200||_==72249||72279<=_&&_<=72280||_==72343||_==72751||_==72766||_==72873||_==72881||_==72884||94033<=_&&_<=94078||_==119142||_==119149?r:4352<=_&&_<=4447||43360<=_&&_<=43388?s:4448<=_&&_<=4519||55216<=_&&_<=55238?a:4520<=_&&_<=4607||55243<=_&&_<=55291?c:_==44032||_==44060||_==44088||_==44116||_==44144||_==44172||_==44200||_==44228||_==44256||_==44284||_==44312||_==44340||_==44368||_==44396||_==44424||_==44452||_==44480||_==44508||_==44536||_==44564||_==44592||_==44620||_==44648||_==44676||_==44704||_==44732||_==44760||_==44788||_==44816||_==44844||_==44872||_==44900||_==44928||_==44956||_==44984||_==45012||_==45040||_==45068||_==45096||_==45124||_==45152||_==45180||_==45208||_==45236||_==45264||_==45292||_==45320||_==45348||_==45376||_==45404||_==45432||_==45460||_==45488||_==45516||_==45544||_==45572||_==45600||_==45628||_==45656||_==45684||_==45712||_==45740||_==45768||_==45796||_==45824||_==45852||_==45880||_==45908||_==45936||_==45964||_==45992||_==46020||_==46048||_==46076||_==46104||_==46132||_==46160||_==46188||_==46216||_==46244||_==46272||_==46300||_==46328||_==46356||_==46384||_==46412||_==46440||_==46468||_==46496||_==46524||_==46552||_==46580||_==46608||_==46636||_==46664||_==46692||_==46720||_==46748||_==46776||_==46804||_==46832||_==46860||_==46888||_==46916||_==46944||_==46972||_==47e3||_==47028||_==47056||_==47084||_==47112||_==47140||_==47168||_==47196||_==47224||_==47252||_==47280||_==47308||_==47336||_==47364||_==47392||_==47420||_==47448||_==47476||_==47504||_==47532||_==47560||_==47588||_==47616||_==47644||_==47672||_==47700||_==47728||_==47756||_==47784||_==47812||_==47840||_==47868||_==47896||_==47924||_==47952||_==47980||_==48008||_==48036||_==48064||_==48092||_==48120||_==48148||_==48176||_==48204||_==48232||_==48260||_==48288||_==48316||_==48344||_==48372||_==48400||_==48428||_==48456||_==48484||_==48512||_==48540||_==48568||_==48596||_==48624||_==48652||_==48680||_==48708||_==48736||_==48764||_==48792||_==48820||_==48848||_==48876||_==48904||_==48932||_==48960||_==48988||_==49016||_==49044||_==49072||_==49100||_==49128||_==49156||_==49184||_==49212||_==49240||_==49268||_==49296||_==49324||_==49352||_==49380||_==49408||_==49436||_==49464||_==49492||_==49520||_==49548||_==49576||_==49604||_==49632||_==49660||_==49688||_==49716||_==49744||_==49772||_==49800||_==49828||_==49856||_==49884||_==49912||_==49940||_==49968||_==49996||_==50024||_==50052||_==50080||_==50108||_==50136||_==50164||_==50192||_==50220||_==50248||_==50276||_==50304||_==50332||_==50360||_==50388||_==50416||_==50444||_==50472||_==50500||_==50528||_==50556||_==50584||_==50612||_==50640||_==50668||_==50696||_==50724||_==50752||_==50780||_==50808||_==50836||_==50864||_==50892||_==50920||_==50948||_==50976||_==51004||_==51032||_==51060||_==51088||_==51116||_==51144||_==51172||_==51200||_==51228||_==51256||_==51284||_==51312||_==51340||_==51368||_==51396||_==51424||_==51452||_==51480||_==51508||_==51536||_==51564||_==51592||_==51620||_==51648||_==51676||_==51704||_==51732||_==51760||_==51788||_==51816||_==51844||_==51872||_==51900||_==51928||_==51956||_==51984||_==52012||_==52040||_==52068||_==52096||_==52124||_==52152||_==52180||_==52208||_==52236||_==52264||_==52292||_==52320||_==52348||_==52376||_==52404||_==52432||_==52460||_==52488||_==52516||_==52544||_==52572||_==52600||_==52628||_==52656||_==52684||_==52712||_==52740||_==52768||_==52796||_==52824||_==52852||_==52880||_==52908||_==52936||_==52964||_==52992||_==53020||_==53048||_==53076||_==53104||_==53132||_==53160||_==53188||_==53216||_==53244||_==53272||_==53300||_==53328||_==53356||_==53384||_==53412||_==53440||_==53468||_==53496||_==53524||_==53552||_==53580||_==53608||_==53636||_==53664||_==53692||_==53720||_==53748||_==53776||_==53804||_==53832||_==53860||_==53888||_==53916||_==53944||_==53972||_==54e3||_==54028||_==54056||_==54084||_==54112||_==54140||_==54168||_==54196||_==54224||_==54252||_==54280||_==54308||_==54336||_==54364||_==54392||_==54420||_==54448||_==54476||_==54504||_==54532||_==54560||_==54588||_==54616||_==54644||_==54672||_==54700||_==54728||_==54756||_==54784||_==54812||_==54840||_==54868||_==54896||_==54924||_==54952||_==54980||_==55008||_==55036||_==55064||_==55092||_==55120||_==55148||_==55176?u:44033<=_&&_<=44059||44061<=_&&_<=44087||44089<=_&&_<=44115||44117<=_&&_<=44143||44145<=_&&_<=44171||44173<=_&&_<=44199||44201<=_&&_<=44227||44229<=_&&_<=44255||44257<=_&&_<=44283||44285<=_&&_<=44311||44313<=_&&_<=44339||44341<=_&&_<=44367||44369<=_&&_<=44395||44397<=_&&_<=44423||44425<=_&&_<=44451||44453<=_&&_<=44479||44481<=_&&_<=44507||44509<=_&&_<=44535||44537<=_&&_<=44563||44565<=_&&_<=44591||44593<=_&&_<=44619||44621<=_&&_<=44647||44649<=_&&_<=44675||44677<=_&&_<=44703||44705<=_&&_<=44731||44733<=_&&_<=44759||44761<=_&&_<=44787||44789<=_&&_<=44815||44817<=_&&_<=44843||44845<=_&&_<=44871||44873<=_&&_<=44899||44901<=_&&_<=44927||44929<=_&&_<=44955||44957<=_&&_<=44983||44985<=_&&_<=45011||45013<=_&&_<=45039||45041<=_&&_<=45067||45069<=_&&_<=45095||45097<=_&&_<=45123||45125<=_&&_<=45151||45153<=_&&_<=45179||45181<=_&&_<=45207||45209<=_&&_<=45235||45237<=_&&_<=45263||45265<=_&&_<=45291||45293<=_&&_<=45319||45321<=_&&_<=45347||45349<=_&&_<=45375||45377<=_&&_<=45403||45405<=_&&_<=45431||45433<=_&&_<=45459||45461<=_&&_<=45487||45489<=_&&_<=45515||45517<=_&&_<=45543||45545<=_&&_<=45571||45573<=_&&_<=45599||45601<=_&&_<=45627||45629<=_&&_<=45655||45657<=_&&_<=45683||45685<=_&&_<=45711||45713<=_&&_<=45739||45741<=_&&_<=45767||45769<=_&&_<=45795||45797<=_&&_<=45823||45825<=_&&_<=45851||45853<=_&&_<=45879||45881<=_&&_<=45907||45909<=_&&_<=45935||45937<=_&&_<=45963||45965<=_&&_<=45991||45993<=_&&_<=46019||46021<=_&&_<=46047||46049<=_&&_<=46075||46077<=_&&_<=46103||46105<=_&&_<=46131||46133<=_&&_<=46159||46161<=_&&_<=46187||46189<=_&&_<=46215||46217<=_&&_<=46243||46245<=_&&_<=46271||46273<=_&&_<=46299||46301<=_&&_<=46327||46329<=_&&_<=46355||46357<=_&&_<=46383||46385<=_&&_<=46411||46413<=_&&_<=46439||46441<=_&&_<=46467||46469<=_&&_<=46495||46497<=_&&_<=46523||46525<=_&&_<=46551||46553<=_&&_<=46579||46581<=_&&_<=46607||46609<=_&&_<=46635||46637<=_&&_<=46663||46665<=_&&_<=46691||46693<=_&&_<=46719||46721<=_&&_<=46747||46749<=_&&_<=46775||46777<=_&&_<=46803||46805<=_&&_<=46831||46833<=_&&_<=46859||46861<=_&&_<=46887||46889<=_&&_<=46915||46917<=_&&_<=46943||46945<=_&&_<=46971||46973<=_&&_<=46999||47001<=_&&_<=47027||47029<=_&&_<=47055||47057<=_&&_<=47083||47085<=_&&_<=47111||47113<=_&&_<=47139||47141<=_&&_<=47167||47169<=_&&_<=47195||47197<=_&&_<=47223||47225<=_&&_<=47251||47253<=_&&_<=47279||47281<=_&&_<=47307||47309<=_&&_<=47335||47337<=_&&_<=47363||47365<=_&&_<=47391||47393<=_&&_<=47419||47421<=_&&_<=47447||47449<=_&&_<=47475||47477<=_&&_<=47503||47505<=_&&_<=47531||47533<=_&&_<=47559||47561<=_&&_<=47587||47589<=_&&_<=47615||47617<=_&&_<=47643||47645<=_&&_<=47671||47673<=_&&_<=47699||47701<=_&&_<=47727||47729<=_&&_<=47755||47757<=_&&_<=47783||47785<=_&&_<=47811||47813<=_&&_<=47839||47841<=_&&_<=47867||47869<=_&&_<=47895||47897<=_&&_<=47923||47925<=_&&_<=47951||47953<=_&&_<=47979||47981<=_&&_<=48007||48009<=_&&_<=48035||48037<=_&&_<=48063||48065<=_&&_<=48091||48093<=_&&_<=48119||48121<=_&&_<=48147||48149<=_&&_<=48175||48177<=_&&_<=48203||48205<=_&&_<=48231||48233<=_&&_<=48259||48261<=_&&_<=48287||48289<=_&&_<=48315||48317<=_&&_<=48343||48345<=_&&_<=48371||48373<=_&&_<=48399||48401<=_&&_<=48427||48429<=_&&_<=48455||48457<=_&&_<=48483||48485<=_&&_<=48511||48513<=_&&_<=48539||48541<=_&&_<=48567||48569<=_&&_<=48595||48597<=_&&_<=48623||48625<=_&&_<=48651||48653<=_&&_<=48679||48681<=_&&_<=48707||48709<=_&&_<=48735||48737<=_&&_<=48763||48765<=_&&_<=48791||48793<=_&&_<=48819||48821<=_&&_<=48847||48849<=_&&_<=48875||48877<=_&&_<=48903||48905<=_&&_<=48931||48933<=_&&_<=48959||48961<=_&&_<=48987||48989<=_&&_<=49015||49017<=_&&_<=49043||49045<=_&&_<=49071||49073<=_&&_<=49099||49101<=_&&_<=49127||49129<=_&&_<=49155||49157<=_&&_<=49183||49185<=_&&_<=49211||49213<=_&&_<=49239||49241<=_&&_<=49267||49269<=_&&_<=49295||49297<=_&&_<=49323||49325<=_&&_<=49351||49353<=_&&_<=49379||49381<=_&&_<=49407||49409<=_&&_<=49435||49437<=_&&_<=49463||49465<=_&&_<=49491||49493<=_&&_<=49519||49521<=_&&_<=49547||49549<=_&&_<=49575||49577<=_&&_<=49603||49605<=_&&_<=49631||49633<=_&&_<=49659||49661<=_&&_<=49687||49689<=_&&_<=49715||49717<=_&&_<=49743||49745<=_&&_<=49771||49773<=_&&_<=49799||49801<=_&&_<=49827||49829<=_&&_<=49855||49857<=_&&_<=49883||49885<=_&&_<=49911||49913<=_&&_<=49939||49941<=_&&_<=49967||49969<=_&&_<=49995||49997<=_&&_<=50023||50025<=_&&_<=50051||50053<=_&&_<=50079||50081<=_&&_<=50107||50109<=_&&_<=50135||50137<=_&&_<=50163||50165<=_&&_<=50191||50193<=_&&_<=50219||50221<=_&&_<=50247||50249<=_&&_<=50275||50277<=_&&_<=50303||50305<=_&&_<=50331||50333<=_&&_<=50359||50361<=_&&_<=50387||50389<=_&&_<=50415||50417<=_&&_<=50443||50445<=_&&_<=50471||50473<=_&&_<=50499||50501<=_&&_<=50527||50529<=_&&_<=50555||50557<=_&&_<=50583||50585<=_&&_<=50611||50613<=_&&_<=50639||50641<=_&&_<=50667||50669<=_&&_<=50695||50697<=_&&_<=50723||50725<=_&&_<=50751||50753<=_&&_<=50779||50781<=_&&_<=50807||50809<=_&&_<=50835||50837<=_&&_<=50863||50865<=_&&_<=50891||50893<=_&&_<=50919||50921<=_&&_<=50947||50949<=_&&_<=50975||50977<=_&&_<=51003||51005<=_&&_<=51031||51033<=_&&_<=51059||51061<=_&&_<=51087||51089<=_&&_<=51115||51117<=_&&_<=51143||51145<=_&&_<=51171||51173<=_&&_<=51199||51201<=_&&_<=51227||51229<=_&&_<=51255||51257<=_&&_<=51283||51285<=_&&_<=51311||51313<=_&&_<=51339||51341<=_&&_<=51367||51369<=_&&_<=51395||51397<=_&&_<=51423||51425<=_&&_<=51451||51453<=_&&_<=51479||51481<=_&&_<=51507||51509<=_&&_<=51535||51537<=_&&_<=51563||51565<=_&&_<=51591||51593<=_&&_<=51619||51621<=_&&_<=51647||51649<=_&&_<=51675||51677<=_&&_<=51703||51705<=_&&_<=51731||51733<=_&&_<=51759||51761<=_&&_<=51787||51789<=_&&_<=51815||51817<=_&&_<=51843||51845<=_&&_<=51871||51873<=_&&_<=51899||51901<=_&&_<=51927||51929<=_&&_<=51955||51957<=_&&_<=51983||51985<=_&&_<=52011||52013<=_&&_<=52039||52041<=_&&_<=52067||52069<=_&&_<=52095||52097<=_&&_<=52123||52125<=_&&_<=52151||52153<=_&&_<=52179||52181<=_&&_<=52207||52209<=_&&_<=52235||52237<=_&&_<=52263||52265<=_&&_<=52291||52293<=_&&_<=52319||52321<=_&&_<=52347||52349<=_&&_<=52375||52377<=_&&_<=52403||52405<=_&&_<=52431||52433<=_&&_<=52459||52461<=_&&_<=52487||52489<=_&&_<=52515||52517<=_&&_<=52543||52545<=_&&_<=52571||52573<=_&&_<=52599||52601<=_&&_<=52627||52629<=_&&_<=52655||52657<=_&&_<=52683||52685<=_&&_<=52711||52713<=_&&_<=52739||52741<=_&&_<=52767||52769<=_&&_<=52795||52797<=_&&_<=52823||52825<=_&&_<=52851||52853<=_&&_<=52879||52881<=_&&_<=52907||52909<=_&&_<=52935||52937<=_&&_<=52963||52965<=_&&_<=52991||52993<=_&&_<=53019||53021<=_&&_<=53047||53049<=_&&_<=53075||53077<=_&&_<=53103||53105<=_&&_<=53131||53133<=_&&_<=53159||53161<=_&&_<=53187||53189<=_&&_<=53215||53217<=_&&_<=53243||53245<=_&&_<=53271||53273<=_&&_<=53299||53301<=_&&_<=53327||53329<=_&&_<=53355||53357<=_&&_<=53383||53385<=_&&_<=53411||53413<=_&&_<=53439||53441<=_&&_<=53467||53469<=_&&_<=53495||53497<=_&&_<=53523||53525<=_&&_<=53551||53553<=_&&_<=53579||53581<=_&&_<=53607||53609<=_&&_<=53635||53637<=_&&_<=53663||53665<=_&&_<=53691||53693<=_&&_<=53719||53721<=_&&_<=53747||53749<=_&&_<=53775||53777<=_&&_<=53803||53805<=_&&_<=53831||53833<=_&&_<=53859||53861<=_&&_<=53887||53889<=_&&_<=53915||53917<=_&&_<=53943||53945<=_&&_<=53971||53973<=_&&_<=53999||54001<=_&&_<=54027||54029<=_&&_<=54055||54057<=_&&_<=54083||54085<=_&&_<=54111||54113<=_&&_<=54139||54141<=_&&_<=54167||54169<=_&&_<=54195||54197<=_&&_<=54223||54225<=_&&_<=54251||54253<=_&&_<=54279||54281<=_&&_<=54307||54309<=_&&_<=54335||54337<=_&&_<=54363||54365<=_&&_<=54391||54393<=_&&_<=54419||54421<=_&&_<=54447||54449<=_&&_<=54475||54477<=_&&_<=54503||54505<=_&&_<=54531||54533<=_&&_<=54559||54561<=_&&_<=54587||54589<=_&&_<=54615||54617<=_&&_<=54643||54645<=_&&_<=54671||54673<=_&&_<=54699||54701<=_&&_<=54727||54729<=_&&_<=54755||54757<=_&&_<=54783||54785<=_&&_<=54811||54813<=_&&_<=54839||54841<=_&&_<=54867||54869<=_&&_<=54895||54897<=_&&_<=54923||54925<=_&&_<=54951||54953<=_&&_<=54979||54981<=_&&_<=55007||55009<=_&&_<=55035||55037<=_&&_<=55063||55065<=_&&_<=55091||55093<=_&&_<=55119||55121<=_&&_<=55147||55149<=_&&_<=55175||55177<=_&&_<=55203?f:_==9757||_==9977||9994<=_&&_<=9997||_==127877||127938<=_&&_<=127940||_==127943||127946<=_&&_<=127948||128066<=_&&_<=128067||128070<=_&&_<=128080||_==128110||128112<=_&&_<=128120||_==128124||128129<=_&&_<=128131||128133<=_&&_<=128135||_==128170||128372<=_&&_<=128373||_==128378||_==128400||128405<=_&&_<=128406||128581<=_&&_<=128583||128587<=_&&_<=128591||_==128675||128692<=_&&_<=128694||_==128704||_==128716||129304<=_&&_<=129308||129310<=_&&_<=129311||_==129318||129328<=_&&_<=129337||129341<=_&&_<=129342||129489<=_&&_<=129501?g:127995<=_&&_<=127999?m:_==8205?A:_==9792||_==9794||9877<=_&&_<=9878||_==9992||_==10084||_==127752||_==127806||_==127859||_==127891||_==127908||_==127912||_==127979||_==127981||_==128139||128187<=_&&_<=128188||_==128295||_==128300||_==128488||_==128640||_==128658?C:128102<=_&&_<=128105?x:d}return this}typeof jL<"u"&&jL.exports&&(jL.exports=jUe)});var wie=Mn((Cpn,Z5)=>{"use strict";Z5.exports=mF;Z5.exports.default=mF;function mF(e,t,n){n=n||2;var i=t&&t.length,o=i?t[0]*n:e.length,r=Eie(e,0,o,n,!0),s=[];if(!r||r.next===r.prev)return s;var a,c,u,f,d,p,g;if(i&&(r=EHe(e,t,r,n)),e.length>80*n){a=u=e[0],c=f=e[1];for(var m=n;m<o;m+=n)d=e[m],p=e[m+1],d<a&&(a=d),p<c&&(c=p),d>u&&(u=d),p>f&&(f=p);g=Math.max(u-a,f-c),g=g!==0?32767/g:0}return Aw(r,s,n,a,c,g,0),s}function Eie(e,t,n,i,o){var r,s;if(o===J5(e,t,n,i)>0)for(r=t;r<n;r+=i)s=Tie(r,e[r],e[r+1],s);else for(r=n-i;r>=t;r-=i)s=Tie(r,e[r],e[r+1],s);return s&&pF(s,s.next)&&(xw(s),s=s.next),s}function py(e,t){if(!e)return e;t||(t=e);var n=e,i;do if(i=!1,!n.steiner&&(pF(n,n.next)||gr(n.prev,n,n.next)===0)){if(xw(n),n=t=n.prev,n===n.next)break;i=!0}else n=n.next;while(i||n!==t);return t}function Aw(e,t,n,i,o,r,s){if(!!e){!s&&r&&vHe(e,i,o,r);for(var a=e,c,u;e.prev!==e.next;){if(c=e.prev,u=e.next,r?CHe(e,i,o,r):AHe(e)){t.push(c.i/n|0),t.push(e.i/n|0),t.push(u.i/n|0),xw(e),e=u.next,a=u.next;continue}if(e=u,e===a){s?s===1?(e=xHe(py(e),t,n),Aw(e,t,n,i,o,r,2)):s===2&&THe(e,t,n,i,o,r):Aw(py(e),t,n,i,o,r,1);break}}}}function AHe(e){var t=e.prev,n=e,i=e.next;if(gr(t,n,i)>=0)return!1;for(var o=t.x,r=n.x,s=i.x,a=t.y,c=n.y,u=i.y,f=o<r?o<s?o:s:r<s?r:s,d=a<c?a<u?a:u:c<u?c:u,p=o>r?o>s?o:s:r>s?r:s,g=a>c?a>u?a:u:c>u?c:u,m=i.next;m!==t;){if(m.x>=f&&m.x<=p&&m.y>=d&&m.y<=g&&Lx(o,a,r,c,s,u,m.x,m.y)&&gr(m.prev,m,m.next)>=0)return!1;m=m.next}return!0}function CHe(e,t,n,i){var o=e.prev,r=e,s=e.next;if(gr(o,r,s)>=0)return!1;for(var a=o.x,c=r.x,u=s.x,f=o.y,d=r.y,p=s.y,g=a<c?a<u?a:u:c<u?c:u,m=f<d?f<p?f:p:d<p?d:p,A=a>c?a>u?a:u:c>u?c:u,C=f>d?f>p?f:p:d>p?d:p,x=X5(g,m,t,n,i),b=X5(A,C,t,n,i),E=e.prevZ,S=e.nextZ;E&&E.z>=x&&S&&S.z<=b;){if(E.x>=g&&E.x<=A&&E.y>=m&&E.y<=C&&E!==o&&E!==s&&Lx(a,f,c,d,u,p,E.x,E.y)&&gr(E.prev,E,E.next)>=0||(E=E.prevZ,S.x>=g&&S.x<=A&&S.y>=m&&S.y<=C&&S!==o&&S!==s&&Lx(a,f,c,d,u,p,S.x,S.y)&&gr(S.prev,S,S.next)>=0))return!1;S=S.nextZ}for(;E&&E.z>=x;){if(E.x>=g&&E.x<=A&&E.y>=m&&E.y<=C&&E!==o&&E!==s&&Lx(a,f,c,d,u,p,E.x,E.y)&&gr(E.prev,E,E.next)>=0)return!1;E=E.prevZ}for(;S&&S.z<=b;){if(S.x>=g&&S.x<=A&&S.y>=m&&S.y<=C&&S!==o&&S!==s&&Lx(a,f,c,d,u,p,S.x,S.y)&&gr(S.prev,S,S.next)>=0)return!1;S=S.nextZ}return!0}function xHe(e,t,n){var i=e;do{var o=i.prev,r=i.next.next;!pF(o,r)&&bie(o,i,i.next,r)&&Cw(o,r)&&Cw(r,o)&&(t.push(o.i/n|0),t.push(i.i/n|0),t.push(r.i/n|0),xw(i),xw(i.next),i=e=r),i=i.next}while(i!==e);return py(i)}function THe(e,t,n,i,o,r){var s=e;do{for(var a=s.next.next;a!==s.prev;){if(s.i!==a.i&&OHe(s,a)){var c=Sie(s,a);s=py(s,s.next),c=py(c,c.next),Aw(s,t,n,i,o,r,0),Aw(c,t,n,i,o,r,0);return}a=a.next}s=s.next}while(s!==e)}function EHe(e,t,n,i){var o=[],r,s,a,c,u;for(r=0,s=t.length;r<s;r++)a=t[r]*i,c=r<s-1?t[r+1]*i:e.length,u=Eie(e,a,c,i,!1),u===u.next&&(u.steiner=!0),o.push(IHe(u));for(o.sort(bHe),r=0;r<o.length;r++)n=SHe(o[r],n);return n}function bHe(e,t){return e.x-t.x}function SHe(e,t){var n=wHe(e,t);if(!n)return t;var i=Sie(n,e);return py(i,i.next),py(n,n.next)}function wHe(e,t){var n=t,i=e.x,o=e.y,r=-1/0,s;do{if(o<=n.y&&o>=n.next.y&&n.next.y!==n.y){var a=n.x+(o-n.y)*(n.next.x-n.x)/(n.next.y-n.y);if(a<=i&&a>r&&(r=a,s=n.x<n.next.x?n:n.next,a===i))return s}n=n.next}while(n!==t);if(!s)return null;var c=s,u=s.x,f=s.y,d=1/0,p;n=s;do i>=n.x&&n.x>=u&&i!==n.x&&Lx(o<f?i:r,o,u,f,o<f?r:i,o,n.x,n.y)&&(p=Math.abs(o-n.y)/(i-n.x),Cw(n,e)&&(p<d||p===d&&(n.x>s.x||n.x===s.x&&DHe(s,n)))&&(s=n,d=p)),n=n.next;while(n!==c);return s}function DHe(e,t){return gr(e.prev,e,t.prev)<0&&gr(t.next,e,e.next)<0}function vHe(e,t,n,i){var o=e;do o.z===0&&(o.z=X5(o.x,o.y,t,n,i)),o.prevZ=o.prev,o.nextZ=o.next,o=o.next;while(o!==e);o.prevZ.nextZ=null,o.prevZ=null,PHe(o)}function PHe(e){var t,n,i,o,r,s,a,c,u=1;do{for(n=e,e=null,r=null,s=0;n;){for(s++,i=n,a=0,t=0;t<u&&(a++,i=i.nextZ,!!i);t++);for(c=u;a>0||c>0&&i;)a!==0&&(c===0||!i||n.z<=i.z)?(o=n,n=n.nextZ,a--):(o=i,i=i.nextZ,c--),r?r.nextZ=o:e=o,o.prevZ=r,r=o;n=i}r.nextZ=null,u*=2}while(s>1);return e}function X5(e,t,n,i,o){return e=(e-n)*o|0,t=(t-i)*o|0,e=(e|e<<8)&16711935,e=(e|e<<4)&252645135,e=(e|e<<2)&858993459,e=(e|e<<1)&1431655765,t=(t|t<<8)&16711935,t=(t|t<<4)&252645135,t=(t|t<<2)&858993459,t=(t|t<<1)&1431655765,e|t<<1}function IHe(e){var t=e,n=e;do(t.x<n.x||t.x===n.x&&t.y<n.y)&&(n=t),t=t.next;while(t!==e);return n}function Lx(e,t,n,i,o,r,s,a){return(o-s)*(t-a)>=(e-s)*(r-a)&&(e-s)*(i-a)>=(n-s)*(t-a)&&(n-s)*(r-a)>=(o-s)*(i-a)}function OHe(e,t){return e.next.i!==t.i&&e.prev.i!==t.i&&!BHe(e,t)&&(Cw(e,t)&&Cw(t,e)&&RHe(e,t)&&(gr(e.prev,e,t.prev)||gr(e,t.prev,t))||pF(e,t)&&gr(e.prev,e,e.next)>0&&gr(t.prev,t,t.next)>0)}function gr(e,t,n){return(t.y-e.y)*(n.x-t.x)-(t.x-e.x)*(n.y-t.y)}function pF(e,t){return e.x===t.x&&e.y===t.y}function bie(e,t,n,i){var o=hF(gr(e,t,n)),r=hF(gr(e,t,i)),s=hF(gr(n,i,e)),a=hF(gr(n,i,t));return!!(o!==r&&s!==a||o===0&&dF(e,n,t)||r===0&&dF(e,i,t)||s===0&&dF(n,e,i)||a===0&&dF(n,t,i))}function dF(e,t,n){return t.x<=Math.max(e.x,n.x)&&t.x>=Math.min(e.x,n.x)&&t.y<=Math.max(e.y,n.y)&&t.y>=Math.min(e.y,n.y)}function hF(e){return e>0?1:e<0?-1:0}function BHe(e,t){var n=e;do{if(n.i!==e.i&&n.next.i!==e.i&&n.i!==t.i&&n.next.i!==t.i&&bie(n,n.next,e,t))return!0;n=n.next}while(n!==e);return!1}function Cw(e,t){return gr(e.prev,e,e.next)<0?gr(e,t,e.next)>=0&&gr(e,e.prev,t)>=0:gr(e,t,e.prev)<0||gr(e,e.next,t)<0}function RHe(e,t){var n=e,i=!1,o=(e.x+t.x)/2,r=(e.y+t.y)/2;do n.y>r!=n.next.y>r&&n.next.y!==n.y&&o<(n.next.x-n.x)*(r-n.y)/(n.next.y-n.y)+n.x&&(i=!i),n=n.next;while(n!==e);return i}function Sie(e,t){var n=new K5(e.i,e.x,e.y),i=new K5(t.i,t.x,t.y),o=e.next,r=t.prev;return e.next=t,t.prev=e,n.next=o,o.prev=n,i.next=n,n.prev=i,r.next=i,i.prev=r,i}function Tie(e,t,n,i){var o=new K5(e,t,n);return i?(o.next=i.next,o.prev=i,i.next.prev=o,i.next=o):(o.prev=o,o.next=o),o}function xw(e){e.next.prev=e.prev,e.prev.next=e.next,e.prevZ&&(e.prevZ.nextZ=e.nextZ),e.nextZ&&(e.nextZ.prevZ=e.prevZ)}function K5(e,t,n){this.i=e,this.x=t,this.y=n,this.prev=null,this.next=null,this.z=0,this.prevZ=null,this.nextZ=null,this.steiner=!1}mF.deviation=function(e,t,n,i){var o=t&&t.length,r=o?t[0]*n:e.length,s=Math.abs(J5(e,0,r,n));if(o)for(var a=0,c=t.length;a<c;a++){var u=t[a]*n,f=a<c-1?t[a+1]*n:e.length;s-=Math.abs(J5(e,u,f,n))}var d=0;for(a=0;a<i.length;a+=3){var p=i[a]*n,g=i[a+1]*n,m=i[a+2]*n;d+=Math.abs((e[p]-e[m])*(e[g+1]-e[p+1])-(e[p]-e[g])*(e[m+1]-e[p+1]))}return s===0&&d===0?0:Math.abs((d-s)/s)};function J5(e,t,n,i){for(var o=0,r=t,s=n-i;r<n;r+=i)o+=(e[s]-e[r])*(e[r+1]+e[s+1]),s=r;return o}mF.flatten=function(e){for(var t=e[0][0].length,n={vertices:[],holes:[],dimensions:t},i=0,o=0;o<e.length;o++){for(var r=0;r<e[o].length;r++)for(var s=0;s<t;s++)n.vertices.push(e[o][r][s]);o>0&&(i+=e[o-1].length,n.holes.push(i))}return n}});var Bre=Mn((W6,j6)=>{(function(e,t){typeof W6=="object"&&typeof j6<"u"?j6.exports=t():typeof define=="function"&&define.amd?define(t):e.KDBush=t()})(W6,function(){"use strict";function e(f,d,p,g,m,A){if(!(m-g<=p)){var C=g+m>>1;t(f,d,C,g,m,A%2),e(f,d,p,g,C-1,A+1),e(f,d,p,C+1,m,A+1)}}function t(f,d,p,g,m,A){for(;m>g;){if(m-g>600){var C=m-g+1,x=p-g+1,b=Math.log(C),E=.5*Math.exp(2*b/3),S=.5*Math.sqrt(b*E*(C-E)/C)*(x-C/2<0?-1:1),D=Math.max(g,Math.floor(p-x*E/C+S)),v=Math.min(m,Math.floor(p+(C-x)*E/C+S));t(f,d,p,D,v,A)}var O=d[2*p+A],R=g,M=m;for(n(f,d,g,p),d[2*m+A]>O&&n(f,d,g,m);R<M;){for(n(f,d,R,M),R++,M--;d[2*R+A]<O;)R++;for(;d[2*M+A]>O;)M--}d[2*g+A]===O?n(f,d,g,M):(M++,n(f,d,M,m)),M<=p&&(g=M+1),p<=M&&(m=M-1)}}function n(f,d,p,g){i(f,p,g),i(d,2*p,2*g),i(d,2*p+1,2*g+1)}function i(f,d,p){var g=f[d];f[d]=f[p],f[p]=g}function o(f,d,p,g,m,A,C){for(var x=[0,f.length-1,0],b=[],E,S;x.length;){var D=x.pop(),v=x.pop(),O=x.pop();if(v-O<=C){for(var R=O;R<=v;R++)E=d[2*R],S=d[2*R+1],E>=p&&E<=m&&S>=g&&S<=A&&b.push(f[R]);continue}var M=Math.floor((O+v)/2);E=d[2*M],S=d[2*M+1],E>=p&&E<=m&&S>=g&&S<=A&&b.push(f[M]);var L=(D+1)%2;(D===0?p<=E:g<=S)&&(x.push(O),x.push(M-1),x.push(L)),(D===0?m>=E:A>=S)&&(x.push(M+1),x.push(v),x.push(L))}return b}function r(f,d,p,g,m,A){for(var C=[0,f.length-1,0],x=[],b=m*m;C.length;){var E=C.pop(),S=C.pop(),D=C.pop();if(S-D<=A){for(var v=D;v<=S;v++)s(d[2*v],d[2*v+1],p,g)<=b&&x.push(f[v]);continue}var O=Math.floor((D+S)/2),R=d[2*O],M=d[2*O+1];s(R,M,p,g)<=b&&x.push(f[O]);var L=(E+1)%2;(E===0?p-m<=R:g-m<=M)&&(C.push(D),C.push(O-1),C.push(L)),(E===0?p+m>=R:g+m>=M)&&(C.push(O+1),C.push(S),C.push(L))}return x}function s(f,d,p,g){var m=f-p,A=d-g;return m*m+A*A}var a=function(f){return f[0]},c=function(f){return f[1]},u=function(d,p,g,m,A){p===void 0&&(p=a),g===void 0&&(g=c),m===void 0&&(m=64),A===void 0&&(A=Float64Array),this.nodeSize=m,this.points=d;for(var C=d.length<65536?Uint16Array:Uint32Array,x=this.ids=new C(d.length),b=this.coords=new A(d.length*2),E=0;E<d.length;E++)x[E]=E,b[2*E]=p(d[E]),b[2*E+1]=g(d[E]);e(x,b,m,0,x.length-1,0)};return u.prototype.range=function(d,p,g,m){return o(this.ids,this.coords,d,p,g,m,this.nodeSize)},u.prototype.within=function(d,p,g){return r(this.ids,this.coords,d,p,g,this.nodeSize)},u})});var Vae=Mn((w9,D9)=>{(function(e,t){typeof w9=="object"&&typeof D9<"u"?D9.exports=t():typeof define=="function"&&define.amd?define(t):(e=e||self,e.RBush=t())})(w9,function(){"use strict";function e(E,S,D,v,O){t(E,S,D||0,v||E.length-1,O||i)}function t(E,S,D,v,O){for(;v>D;){if(v-D>600){var R=v-D+1,M=S-D+1,L=Math.log(R),_=.5*Math.exp(2*L/3),T=.5*Math.sqrt(L*_*(R-_)/R)*(M-R/2<0?-1:1),w=Math.max(D,Math.floor(S-M*_/R+T)),P=Math.min(v,Math.floor(S+(R-M)*_/R+T));t(E,S,w,P,O)}var B=E[S],N=D,z=v;for(n(E,D,S),O(E[v],B)>0&&n(E,D,v);N<z;){for(n(E,N,z),N++,z--;O(E[N],B)<0;)N++;for(;O(E[z],B)>0;)z--}O(E[D],B)===0?n(E,D,z):(z++,n(E,z,v)),z<=S&&(D=z+1),S<=z&&(v=z-1)}}function n(E,S,D){var v=E[S];E[S]=E[D],E[D]=v}function i(E,S){return E<S?-1:E>S?1:0}var o=function(S){S===void 0&&(S=9),this._maxEntries=Math.max(4,S),this._minEntries=Math.max(2,Math.ceil(this._maxEntries*.4)),this.clear()};o.prototype.all=function(){return this._all(this.data,[])},o.prototype.search=function(S){var D=this.data,v=[];if(!C(S,D))return v;for(var O=this.toBBox,R=[];D;){for(var M=0;M<D.children.length;M++){var L=D.children[M],_=D.leaf?O(L):L;C(S,_)&&(D.leaf?v.push(L):A(S,_)?this._all(L,v):R.push(L))}D=R.pop()}return v},o.prototype.collides=function(S){var D=this.data;if(!C(S,D))return!1;for(var v=[];D;){for(var O=0;O<D.children.length;O++){var R=D.children[O],M=D.leaf?this.toBBox(R):R;if(C(S,M)){if(D.leaf||A(S,M))return!0;v.push(R)}}D=v.pop()}return!1},o.prototype.load=function(S){if(!(S&&S.length))return this;if(S.length<this._minEntries){for(var D=0;D<S.length;D++)this.insert(S[D]);return this}var v=this._build(S.slice(),0,S.length-1,0);if(!this.data.children.length)this.data=v;else if(this.data.height===v.height)this._splitRoot(this.data,v);else{if(this.data.height<v.height){var O=this.data;this.data=v,v=O}this._insert(v,this.data.height-v.height-1,!0)}return this},o.prototype.insert=function(S){return S&&this._insert(S,this.data.height-1),this},o.prototype.clear=function(){return this.data=x([]),this},o.prototype.remove=function(S,D){if(!S)return this;for(var v=this.data,O=this.toBBox(S),R=[],M=[],L,_,T;v||R.length;){if(v||(v=R.pop(),_=R[R.length-1],L=M.pop(),T=!0),v.leaf){var w=r(S,v.children,D);if(w!==-1)return v.children.splice(w,1),R.push(v),this._condense(R),this}!T&&!v.leaf&&A(v,O)?(R.push(v),M.push(L),L=0,_=v,v=v.children[0]):_?(L++,v=_.children[L],T=!1):v=null}return this},o.prototype.toBBox=function(S){return S},o.prototype.compareMinX=function(S,D){return S.minX-D.minX},o.prototype.compareMinY=function(S,D){return S.minY-D.minY},o.prototype.toJSON=function(){return this.data},o.prototype.fromJSON=function(S){return this.data=S,this},o.prototype._all=function(S,D){for(var v=[];S;)S.leaf?D.push.apply(D,S.children):v.push.apply(v,S.children),S=v.pop();return D},o.prototype._build=function(S,D,v,O){var R=v-D+1,M=this._maxEntries,L;if(R<=M)return L=x(S.slice(D,v+1)),s(L,this.toBBox),L;O||(O=Math.ceil(Math.log(R)/Math.log(M)),M=Math.ceil(R/Math.pow(M,O-1))),L=x([]),L.leaf=!1,L.height=O;var _=Math.ceil(R/M),T=_*Math.ceil(Math.sqrt(M));b(S,D,v,T,this.compareMinX);for(var w=D;w<=v;w+=T){var P=Math.min(w+T-1,v);b(S,w,P,_,this.compareMinY);for(var B=w;B<=P;B+=_){var N=Math.min(B+_-1,P);L.children.push(this._build(S,B,N,O-1))}}return s(L,this.toBBox),L},o.prototype._chooseSubtree=function(S,D,v,O){for(;O.push(D),!(D.leaf||O.length-1===v);){for(var R=1/0,M=1/0,L=void 0,_=0;_<D.children.length;_++){var T=D.children[_],w=d(T),P=g(S,T)-w;P<M?(M=P,R=w<R?w:R,L=T):P===M&&w<R&&(R=w,L=T)}D=L||D.children[0]}return D},o.prototype._insert=function(S,D,v){var O=v?S:this.toBBox(S),R=[],M=this._chooseSubtree(O,this.data,D,R);for(M.children.push(S),c(M,O);D>=0&&R[D].children.length>this._maxEntries;)this._split(R,D),D--;this._adjustParentBBoxes(O,R,D)},o.prototype._split=function(S,D){var v=S[D],O=v.children.length,R=this._minEntries;this._chooseSplitAxis(v,R,O);var M=this._chooseSplitIndex(v,R,O),L=x(v.children.splice(M,v.children.length-M));L.height=v.height,L.leaf=v.leaf,s(v,this.toBBox),s(L,this.toBBox),D?S[D-1].children.push(L):this._splitRoot(v,L)},o.prototype._splitRoot=function(S,D){this.data=x([S,D]),this.data.height=S.height+1,this.data.leaf=!1,s(this.data,this.toBBox)},o.prototype._chooseSplitIndex=function(S,D,v){for(var O,R=1/0,M=1/0,L=D;L<=v-D;L++){var _=a(S,0,L,this.toBBox),T=a(S,L,v,this.toBBox),w=m(_,T),P=d(_)+d(T);w<R?(R=w,O=L,M=P<M?P:M):w===R&&P<M&&(M=P,O=L)}return O||v-D},o.prototype._chooseSplitAxis=function(S,D,v){var O=S.leaf?this.compareMinX:u,R=S.leaf?this.compareMinY:f,M=this._allDistMargin(S,D,v,O),L=this._allDistMargin(S,D,v,R);M<L&&S.children.sort(O)},o.prototype._allDistMargin=function(S,D,v,O){S.children.sort(O);for(var R=this.toBBox,M=a(S,0,D,R),L=a(S,v-D,v,R),_=p(M)+p(L),T=D;T<v-D;T++){var w=S.children[T];c(M,S.leaf?R(w):w),_+=p(M)}for(var P=v-D-1;P>=D;P--){var B=S.children[P];c(L,S.leaf?R(B):B),_+=p(L)}return _},o.prototype._adjustParentBBoxes=function(S,D,v){for(var O=v;O>=0;O--)c(D[O],S)},o.prototype._condense=function(S){for(var D=S.length-1,v=void 0;D>=0;D--)S[D].children.length===0?D>0?(v=S[D-1].children,v.splice(v.indexOf(S[D]),1)):this.clear():s(S[D],this.toBBox)};function r(E,S,D){if(!D)return S.indexOf(E);for(var v=0;v<S.length;v++)if(D(E,S[v]))return v;return-1}function s(E,S){a(E,0,E.children.length,S,E)}function a(E,S,D,v,O){O||(O=x(null)),O.minX=1/0,O.minY=1/0,O.maxX=-1/0,O.maxY=-1/0;for(var R=S;R<D;R++){var M=E.children[R];c(O,E.leaf?v(M):M)}return O}function c(E,S){return E.minX=Math.min(E.minX,S.minX),E.minY=Math.min(E.minY,S.minY),E.maxX=Math.max(E.maxX,S.maxX),E.maxY=Math.max(E.maxY,S.maxY),E}function u(E,S){return E.minX-S.minX}function f(E,S){return E.minY-S.minY}function d(E){return(E.maxX-E.minX)*(E.maxY-E.minY)}function p(E){return E.maxX-E.minX+(E.maxY-E.minY)}function g(E,S){return(Math.max(S.maxX,E.maxX)-Math.min(S.minX,E.minX))*(Math.max(S.maxY,E.maxY)-Math.min(S.minY,E.minY))}function m(E,S){var D=Math.max(E.minX,S.minX),v=Math.max(E.minY,S.minY),O=Math.min(E.maxX,S.maxX),R=Math.min(E.maxY,S.maxY);return Math.max(0,O-D)*Math.max(0,R-v)}function A(E,S){return E.minX<=S.minX&&E.minY<=S.minY&&S.maxX<=E.maxX&&S.maxY<=E.maxY}function C(E,S){return S.minX<=E.maxX&&S.minY<=E.maxY&&S.maxX>=E.minX&&S.maxY>=E.minY}function x(E){return{children:E,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function b(E,S,D,v,O){for(var R=[S,D];R.length;)if(D=R.pop(),S=R.pop(),!(D-S<=v)){var M=S+Math.ceil((D-S)/v/2)*v;e(E,M,S,D,O),R.push(S,M,M,D)}}return o})});var sue=Mn((Z2,rue)=>{(function(e,t){typeof Z2=="object"&&typeof rue<"u"?t(Z2):typeof define=="function"&&define.amd?define(["exports"],t):(e=e||self,t(e.topojson=e.topojson||{}))})(Z2,function(e){"use strict";function t(E){return E}function n(E){if(E==null)return t;var S,D,v=E.scale[0],O=E.scale[1],R=E.translate[0],M=E.translate[1];return function(L,_){_||(S=D=0);var T=2,w=L.length,P=new Array(w);for(P[0]=(S+=L[0])*v+R,P[1]=(D+=L[1])*O+M;T<w;)P[T]=L[T],++T;return P}}function i(E){var S=n(E.transform),D,v=1/0,O=v,R=-v,M=-v;function L(T){T=S(T),T[0]<v&&(v=T[0]),T[0]>R&&(R=T[0]),T[1]<O&&(O=T[1]),T[1]>M&&(M=T[1])}function _(T){switch(T.type){case"GeometryCollection":T.geometries.forEach(_);break;case"Point":L(T.coordinates);break;case"MultiPoint":T.coordinates.forEach(L);break}}E.arcs.forEach(function(T){for(var w=-1,P=T.length,B;++w<P;)B=S(T[w],w),B[0]<v&&(v=B[0]),B[0]>R&&(R=B[0]),B[1]<O&&(O=B[1]),B[1]>M&&(M=B[1])});for(D in E.objects)_(E.objects[D]);return[v,O,R,M]}function o(E,S){for(var D,v=E.length,O=v-S;O<--v;)D=E[O],E[O++]=E[v],E[v]=D}function r(E,S){return typeof S=="string"&&(S=E.objects[S]),S.type==="GeometryCollection"?{type:"FeatureCollection",features:S.geometries.map(function(D){return s(E,D)})}:s(E,S)}function s(E,S){var D=S.id,v=S.bbox,O=S.properties==null?{}:S.properties,R=a(E,S);return D==null&&v==null?{type:"Feature",properties:O,geometry:R}:v==null?{type:"Feature",id:D,properties:O,geometry:R}:{type:"Feature",id:D,bbox:v,properties:O,geometry:R}}function a(E,S){var D=n(E.transform),v=E.arcs;function O(w,P){P.length&&P.pop();for(var B=v[w<0?~w:w],N=0,z=B.length;N<z;++N)P.push(D(B[N],N));w<0&&o(P,z)}function R(w){return D(w)}function M(w){for(var P=[],B=0,N=w.length;B<N;++B)O(w[B],P);return P.length<2&&P.push(P[0]),P}function L(w){for(var P=M(w);P.length<4;)P.push(P[0]);return P}function _(w){return w.map(L)}function T(w){var P=w.type,B;switch(P){case"GeometryCollection":return{type:P,geometries:w.geometries.map(T)};case"Point":B=R(w.coordinates);break;case"MultiPoint":B=w.coordinates.map(R);break;case"LineString":B=M(w.arcs);break;case"MultiLineString":B=w.arcs.map(M);break;case"Polygon":B=_(w.arcs);break;case"MultiPolygon":B=w.arcs.map(_);break;default:return null}return{type:P,coordinates:B}}return T(S)}function c(E,S){var D={},v={},O={},R=[],M=-1;S.forEach(function(T,w){var P=E.arcs[T<0?~T:T],B;P.length<3&&!P[1][0]&&!P[1][1]&&(B=S[++M],S[M]=T,S[w]=B)}),S.forEach(function(T){var w=L(T),P=w[0],B=w[1],N,z;if(N=O[P])if(delete O[N.end],N.push(T),N.end=B,z=v[B]){delete v[z.start];var V=z===N?N:N.concat(z);v[V.start=N.start]=O[V.end=z.end]=V}else v[N.start]=O[N.end]=N;else if(N=v[B])if(delete v[N.start],N.unshift(T),N.start=P,z=O[P]){delete O[z.end];var G=z===N?N:z.concat(N);v[G.start=z.start]=O[G.end=N.end]=G}else v[N.start]=O[N.end]=N;else N=[T],v[N.start=P]=O[N.end=B]=N});function L(T){var w=E.arcs[T<0?~T:T],P=w[0],B;return E.transform?(B=[0,0],w.forEach(function(N){B[0]+=N[0],B[1]+=N[1]})):B=w[w.length-1],T<0?[B,P]:[P,B]}function _(T,w){for(var P in T){var B=T[P];delete w[B.start],delete B.start,delete B.end,B.forEach(function(N){D[N<0?~N:N]=1}),R.push(B)}}return _(O,v),_(v,O),S.forEach(function(T){D[T<0?~T:T]||R.push([T])}),R}function u(E){return a(E,f.apply(this,arguments))}function f(E,S,D){var v,O,R;if(arguments.length>1)v=d(E,S,D);else for(O=0,v=new Array(R=E.arcs.length);O<R;++O)v[O]=O;return{type:"MultiLineString",arcs:c(E,v)}}function d(E,S,D){var v=[],O=[],R;function M(P){var B=P<0?~P:P;(O[B]||(O[B]=[])).push({i:P,g:R})}function L(P){P.forEach(M)}function _(P){P.forEach(L)}function T(P){P.forEach(_)}function w(P){switch(R=P,P.type){case"GeometryCollection":P.geometries.forEach(w);break;case"LineString":L(P.arcs);break;case"MultiLineString":case"Polygon":_(P.arcs);break;case"MultiPolygon":T(P.arcs);break}}return w(S),O.forEach(D==null?function(P){v.push(P[0].i)}:function(P){D(P[0].g,P[P.length-1].g)&&v.push(P[0].i)}),v}function p(E){for(var S=-1,D=E.length,v,O=E[D-1],R=0;++S<D;)v=O,O=E[S],R+=v[0]*O[1]-v[1]*O[0];return Math.abs(R)}function g(E){return a(E,m.apply(this,arguments))}function m(E,S){var D={},v=[],O=[];S.forEach(R);function R(_){switch(_.type){case"GeometryCollection":_.geometries.forEach(R);break;case"Polygon":M(_.arcs);break;case"MultiPolygon":_.arcs.forEach(M);break}}function M(_){_.forEach(function(T){T.forEach(function(w){(D[w=w<0?~w:w]||(D[w]=[])).push(_)})}),v.push(_)}function L(_){return p(a(E,{type:"Polygon",arcs:[_]}).coordinates[0])}return v.forEach(function(_){if(!_._){var T=[],w=[_];for(_._=1,O.push(T);_=w.pop();)T.push(_),_.forEach(function(P){P.forEach(function(B){D[B<0?~B:B].forEach(function(N){N._||(N._=1,w.push(N))})})})}}),v.forEach(function(_){delete _._}),{type:"MultiPolygon",arcs:O.map(function(_){var T=[],w;if(_.forEach(function(V){V.forEach(function(G){G.forEach(function(k){D[k<0?~k:k].length<2&&T.push(k)})})}),T=c(E,T),(w=T.length)>1)for(var P=1,B=L(T[0]),N,z;P<w;++P)(N=L(T[P]))>B&&(z=T[0],T[0]=T[P],T[P]=z,B=N);return T}).filter(function(_){return _.length>0})}}function A(E,S){for(var D=0,v=E.length;D<v;){var O=D+v>>>1;E[O]<S?D=O+1:v=O}return D}function C(E){var S={},D=E.map(function(){return[]});function v(V,G){V.forEach(function(k){k<0&&(k=~k);var X=S[k];X?X.push(G):S[k]=[G]})}function O(V,G){V.forEach(function(k){v(k,G)})}function R(V,G){V.type==="GeometryCollection"?V.geometries.forEach(function(k){R(k,G)}):V.type in M&&M[V.type](V.arcs,G)}var M={LineString:v,MultiLineString:O,Polygon:O,MultiPolygon:function(V,G){V.forEach(function(k){O(k,G)})}};E.forEach(R);for(var L in S)for(var _=S[L],T=_.length,w=0;w<T;++w)for(var P=w+1;P<T;++P){var B=_[w],N=_[P],z;(z=D[B])[L=A(z,N)]!==N&&z.splice(L,0,N),(z=D[N])[L=A(z,B)]!==B&&z.splice(L,0,B)}return D}function x(E){if(E==null)return t;var S,D,v=E.scale[0],O=E.scale[1],R=E.translate[0],M=E.translate[1];return function(L,_){_||(S=D=0);var T=2,w=L.length,P=new Array(w),B=Math.round((L[0]-R)/v),N=Math.round((L[1]-M)/O);for(P[0]=B-S,S=B,P[1]=N-D,D=N;T<w;)P[T]=L[T],++T;return P}}function b(E,S){if(E.transform)throw new Error("already quantized");if(!S||!S.scale){if(!((M=Math.floor(S))>=2))throw new Error("n must be \u22652");_=E.bbox||i(E);var D=_[0],v=_[1],O=_[2],R=_[3],M;S={scale:[O-D?(O-D)/(M-1):1,R-v?(R-v)/(M-1):1],translate:[D,v]}}else _=E.bbox;var L=x(S),_,T,w=E.objects,P={};function B(V){return L(V)}function N(V){var G;switch(V.type){case"GeometryCollection":G={type:"GeometryCollection",geometries:V.geometries.map(N)};break;case"Point":G={type:"Point",coordinates:B(V.coordinates)};break;case"MultiPoint":G={type:"MultiPoint",coordinates:V.coordinates.map(B)};break;default:return V}return V.id!=null&&(G.id=V.id),V.bbox!=null&&(G.bbox=V.bbox),V.properties!=null&&(G.properties=V.properties),G}function z(V){var G=0,k=1,X=V.length,q,Y=new Array(X);for(Y[0]=L(V[0],0);++G<X;)((q=L(V[G],G))[0]||q[1])&&(Y[k++]=q);return k===1&&(Y[k++]=[0,0]),Y.length=k,Y}for(T in w)P[T]=N(w[T]);return{type:"Topology",bbox:_,transform:S,objects:P,arcs:E.arcs.map(z)}}e.bbox=i,e.feature=r,e.merge=g,e.mergeArcs=m,e.mesh=u,e.meshArcs=f,e.neighbors=C,e.quantize=b,e.transform=n,e.untransform=x,Object.defineProperty(e,"__esModule",{value:!0})})});var wue=Mn(t3=>{"use strict";Object.defineProperty(t3,"__esModule",{value:!0});t3.version=void 0;t3.version="3.16.2"});var Jy=Mn(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});el.throwUnhandledCaseError=el.splitAndCapture=el.remove=el.indexOf=el.ellipsis=el.defaults=void 0;function IXe(e,t){for(var n in t)t.hasOwnProperty(n)&&e[n]===void 0&&(e[n]=t[n]);return e}el.defaults=IXe;function OXe(e,t,n){var i;return e.length>t&&(n==null?(n="&hellip;",i=3):i=n.length,e=e.substring(0,t-i)+n),e}el.ellipsis=OXe;function BXe(e,t){if(Array.prototype.indexOf)return e.indexOf(t);for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1}el.indexOf=BXe;function RXe(e,t){for(var n=e.length-1;n>=0;n--)t(e[n])===!0&&e.splice(n,1)}el.remove=RXe;function MXe(e,t){if(!t.global)throw new Error("`splitRegex` must have the 'g' flag set");for(var n=[],i=0,o;o=t.exec(e);)n.push(e.substring(i,o.index)),n.push(o[0]),i=o.index+o[0].length;return n.push(e.substring(i)),n}el.splitAndCapture=MXe;function LXe(e){throw new Error("Unhandled case for value: '".concat(e,"'"))}el.throwUnhandledCaseError=LXe});var i3=Mn(n3=>{"use strict";Object.defineProperty(n3,"__esModule",{value:!0});n3.HtmlTag=void 0;var Due=Jy(),FXe=function(){function e(t){t===void 0&&(t={}),this.tagName="",this.attrs={},this.innerHTML="",this.whitespaceRegex=/\s+/,this.tagName=t.tagName||"",this.attrs=t.attrs||{},this.innerHTML=t.innerHtml||t.innerHTML||""}return e.prototype.setTagName=function(t){return this.tagName=t,this},e.prototype.getTagName=function(){return this.tagName||""},e.prototype.setAttr=function(t,n){var i=this.getAttrs();return i[t]=n,this},e.prototype.getAttr=function(t){return this.getAttrs()[t]},e.prototype.setAttrs=function(t){return Object.assign(this.getAttrs(),t),this},e.prototype.getAttrs=function(){return this.attrs||(this.attrs={})},e.prototype.setClass=function(t){return this.setAttr("class",t)},e.prototype.addClass=function(t){for(var n=this.getClass(),i=this.whitespaceRegex,o=n?n.split(i):[],r=t.split(i),s;s=r.shift();)(0,Due.indexOf)(o,s)===-1&&o.push(s);return this.getAttrs().class=o.join(" "),this},e.prototype.removeClass=function(t){for(var n=this.getClass(),i=this.whitespaceRegex,o=n?n.split(i):[],r=t.split(i),s;o.length&&(s=r.shift());){var a=(0,Due.indexOf)(o,s);a!==-1&&o.splice(a,1)}return this.getAttrs().class=o.join(" "),this},e.prototype.getClass=function(){return this.getAttrs().class||""},e.prototype.hasClass=function(t){return(" "+this.getClass()+" ").indexOf(" "+t+" ")!==-1},e.prototype.setInnerHTML=function(t){return this.innerHTML=t,this},e.prototype.setInnerHtml=function(t){return this.setInnerHTML(t)},e.prototype.getInnerHTML=function(){return this.innerHTML||""},e.prototype.getInnerHtml=function(){return this.getInnerHTML()},e.prototype.toAnchorString=function(){var t=this.getTagName(),n=this.buildAttrsStr();return n=n?" "+n:"",["<",t,n,">",this.getInnerHtml(),"</",t,">"].join("")},e.prototype.buildAttrsStr=function(){if(!this.attrs)return"";var t=this.getAttrs(),n=[];for(var i in t)t.hasOwnProperty(i)&&n.push(i+'="'+t[i]+'"');return n.join(" ")},e}();n3.HtmlTag=FXe});var vue=Mn(o3=>{"use strict";Object.defineProperty(o3,"__esModule",{value:!0});o3.truncateSmart=void 0;function NXe(e,t,n){var i,o;n==null?(n="&hellip;",o=3,i=8):(o=n.length,i=n.length);var r=function(b){var E={},S=b,D=S.match(/^([a-z]+):\/\//i);return D&&(E.scheme=D[1],S=S.substr(D[0].length)),D=S.match(/^(.*?)(?=(\?|#|\/|$))/i),D&&(E.host=D[1],S=S.substr(D[0].length)),D=S.match(/^\/(.*?)(?=(\?|#|$))/i),D&&(E.path=D[1],S=S.substr(D[0].length)),D=S.match(/^\?(.*?)(?=(#|$))/i),D&&(E.query=D[1],S=S.substr(D[0].length)),D=S.match(/^#(.*?)$/i),D&&(E.fragment=D[1]),E},s=function(b){var E="";return b.scheme&&b.host&&(E+=b.scheme+"://"),b.host&&(E+=b.host),b.path&&(E+="/"+b.path),b.query&&(E+="?"+b.query),b.fragment&&(E+="#"+b.fragment),E},a=function(b,E){var S=E/2,D=Math.ceil(S),v=-1*Math.floor(S),O="";return v<0&&(O=b.substr(v)),b.substr(0,D)+n+O};if(e.length<=t)return e;var c=t-o,u=r(e);if(u.query){var f=u.query.match(/^(.*?)(?=(\?|\#))(.*?)$/i);f&&(u.query=u.query.substr(0,f[1].length),e=s(u))}if(e.length<=t||(u.host&&(u.host=u.host.replace(/^www\./,""),e=s(u)),e.length<=t))return e;var d="";if(u.host&&(d+=u.host),d.length>=c)return u.host.length==t?(u.host.substr(0,t-o)+n).substr(0,c+i):a(d,c).substr(0,c+i);var p="";if(u.path&&(p+="/"+u.path),u.query&&(p+="?"+u.query),p)if((d+p).length>=c){if((d+p).length==t)return(d+p).substr(0,t);var g=c-d.length;return(d+a(p,g)).substr(0,c+i)}else d+=p;if(u.fragment){var m="#"+u.fragment;if((d+m).length>=c){if((d+m).length==t)return(d+m).substr(0,t);var A=c-d.length;return(d+a(m,A)).substr(0,c+i)}else d+=m}if(u.scheme&&u.host){var C=u.scheme+"://";if((d+C).length<c)return(C+d).substr(0,t)}if(d.length<=t)return d;var x="";return c>0&&(x=d.substr(-1*Math.floor(c/2))),(d.substr(0,Math.ceil(c/2))+n+x).substr(0,c+i)}o3.truncateSmart=NXe});var Pue=Mn(r3=>{"use strict";Object.defineProperty(r3,"__esModule",{value:!0});r3.truncateMiddle=void 0;function kXe(e,t,n){if(e.length<=t)return e;var i,o;n==null?(n="&hellip;",i=8,o=3):(i=n.length,o=n.length);var r=t-o,s="";return r>0&&(s=e.substr(-1*Math.floor(r/2))),(e.substr(0,Math.ceil(r/2))+n+s).substr(0,r+i)}r3.truncateMiddle=kXe});var Iue=Mn(s3=>{"use strict";Object.defineProperty(s3,"__esModule",{value:!0});s3.truncateEnd=void 0;var VXe=Jy();function UXe(e,t,n){return(0,VXe.ellipsis)(e,t,n)}s3.truncateEnd=UXe});var LW=Mn(a3=>{"use strict";Object.defineProperty(a3,"__esModule",{value:!0});a3.AnchorTagBuilder=void 0;var zXe=i3(),HXe=vue(),GXe=Pue(),WXe=Iue(),jXe=function(){function e(t){t===void 0&&(t={}),this.newWindow=!1,this.truncate={},this.className="",this.newWindow=t.newWindow||!1,this.truncate=t.truncate||{},this.className=t.className||""}return e.prototype.build=function(t){return new zXe.HtmlTag({tagName:"a",attrs:this.createAttrs(t),innerHtml:this.processAnchorText(t.getAnchorText())})},e.prototype.createAttrs=function(t){var n={href:t.getAnchorHref()},i=this.createCssClass(t);return i&&(n.class=i),this.newWindow&&(n.target="_blank",n.rel="noopener noreferrer"),this.truncate&&this.truncate.length&&this.truncate.length<t.getAnchorText().length&&(n.title=t.getAnchorHref()),n},e.prototype.createCssClass=function(t){var n=this.className;if(n){for(var i=[n],o=t.getCssClassSuffixes(),r=0,s=o.length;r<s;r++)i.push(n+"-"+o[r]);return i.join(" ")}else return""},e.prototype.processAnchorText=function(t){return t=this.doTruncate(t),t},e.prototype.doTruncate=function(t){var n=this.truncate;if(!n||!n.length)return t;var i=n.length,o=n.location;return o==="smart"?(0,HXe.truncateSmart)(t,i):o==="middle"?(0,GXe.truncateMiddle)(t,i):(0,WXe.truncateEnd)(t,i)},e}();a3.AnchorTagBuilder=jXe});var Eg=Mn(c3=>{"use strict";Object.defineProperty(c3,"__esModule",{value:!0});c3.Match=void 0;var qXe=function(){function e(t){this.__jsduckDummyDocProp=null,this.matchedText="",this.offset=0,this.tagBuilder=t.tagBuilder,this.matchedText=t.matchedText,this.offset=t.offset}return e.prototype.getMatchedText=function(){return this.matchedText},e.prototype.setOffset=function(t){this.offset=t},e.prototype.getOffset=function(){return this.offset},e.prototype.getCssClassSuffixes=function(){return[this.getType()]},e.prototype.buildTag=function(){return this.tagBuilder.build(this)},e}();c3.Match=qXe});var _c=Mn((bzn,f3)=>{var Oue,Bue,Rue,Mue,Lue,Fue,Nue,kue,Vue,Uue,zue,Hue,Gue,l3,FW,Wue,jue,que,eE,Yue,Xue,Kue,Jue,Zue,Que,$ue,efe,tfe,u3,nfe,ife;(function(e){var t=typeof global=="object"?global:typeof self=="object"?self:typeof this=="object"?this:{};typeof define=="function"&&define.amd?define("tslib",["exports"],function(i){e(n(t,n(i)))}):typeof f3=="object"&&typeof f3.exports=="object"?e(n(t,n(f3.exports))):e(n(t));function n(i,o){return i!==t&&(typeof Object.create=="function"?Object.defineProperty(i,"__esModule",{value:!0}):i.__esModule=!0),function(r,s){return i[r]=o?o(r,s):s}}})(function(e){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,r){o.__proto__=r}||function(o,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(o[s]=r[s])};Oue=function(o,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(o,r);function s(){this.constructor=o}o.prototype=r===null?Object.create(r):(s.prototype=r.prototype,new s)},Bue=Object.assign||function(o){for(var r,s=1,a=arguments.length;s<a;s++){r=arguments[s];for(var c in r)Object.prototype.hasOwnProperty.call(r,c)&&(o[c]=r[c])}return o},Rue=function(o,r){var s={};for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&r.indexOf(a)<0&&(s[a]=o[a]);if(o!=null&&typeof Object.getOwnPropertySymbols=="function")for(var c=0,a=Object.getOwnPropertySymbols(o);c<a.length;c++)r.indexOf(a[c])<0&&Object.prototype.propertyIsEnumerable.call(o,a[c])&&(s[a[c]]=o[a[c]]);return s},Mue=function(o,r,s,a){var c=arguments.length,u=c<3?r:a===null?a=Object.getOwnPropertyDescriptor(r,s):a,f;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")u=Reflect.decorate(o,r,s,a);else for(var d=o.length-1;d>=0;d--)(f=o[d])&&(u=(c<3?f(u):c>3?f(r,s,u):f(r,s))||u);return c>3&&u&&Object.defineProperty(r,s,u),u},Lue=function(o,r){return function(s,a){r(s,a,o)}},Fue=function(o,r,s,a,c,u){function f(D){if(D!==void 0&&typeof D!="function")throw new TypeError("Function expected");return D}for(var d=a.kind,p=d==="getter"?"get":d==="setter"?"set":"value",g=!r&&o?a.static?o:o.prototype:null,m=r||(g?Object.getOwnPropertyDescriptor(g,a.name):{}),A,C=!1,x=s.length-1;x>=0;x--){var b={};for(var E in a)b[E]=E==="access"?{}:a[E];for(var E in a.access)b.access[E]=a.access[E];b.addInitializer=function(D){if(C)throw new TypeError("Cannot add initializers after decoration has completed");u.push(f(D||null))};var S=(0,s[x])(d==="accessor"?{get:m.get,set:m.set}:m[p],b);if(d==="accessor"){if(S===void 0)continue;if(S===null||typeof S!="object")throw new TypeError("Object expected");(A=f(S.get))&&(m.get=A),(A=f(S.set))&&(m.set=A),(A=f(S.init))&&c.unshift(A)}else(A=f(S))&&(d==="field"?c.unshift(A):m[p]=A)}g&&Object.defineProperty(g,a.name,m),C=!0},Nue=function(o,r,s){for(var a=arguments.length>2,c=0;c<r.length;c++)s=a?r[c].call(o,s):r[c].call(o);return a?s:void 0},kue=function(o){return typeof o=="symbol"?o:"".concat(o)},Vue=function(o,r,s){return typeof r=="symbol"&&(r=r.description?"[".concat(r.description,"]"):""),Object.defineProperty(o,"name",{configurable:!0,value:s?"".concat(s," ",r):r})},Uue=function(o,r){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(o,r)},zue=function(o,r,s,a){function c(u){return u instanceof s?u:new s(function(f){f(u)})}return new(s||(s=Promise))(function(u,f){function d(m){try{g(a.next(m))}catch(A){f(A)}}function p(m){try{g(a.throw(m))}catch(A){f(A)}}function g(m){m.done?u(m.value):c(m.value).then(d,p)}g((a=a.apply(o,r||[])).next())})},Hue=function(o,r){var s={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},a,c,u,f=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return f.next=d(0),f.throw=d(1),f.return=d(2),typeof Symbol=="function"&&(f[Symbol.iterator]=function(){return this}),f;function d(g){return function(m){return p([g,m])}}function p(g){if(a)throw new TypeError("Generator is already executing.");for(;f&&(f=0,g[0]&&(s=0)),s;)try{if(a=1,c&&(u=g[0]&2?c.return:g[0]?c.throw||((u=c.return)&&u.call(c),0):c.next)&&!(u=u.call(c,g[1])).done)return u;switch(c=0,u&&(g=[g[0]&2,u.value]),g[0]){case 0:case 1:u=g;break;case 4:return s.label++,{value:g[1],done:!1};case 5:s.label++,c=g[1],g=[0];continue;case 7:g=s.ops.pop(),s.trys.pop();continue;default:if(u=s.trys,!(u=u.length>0&&u[u.length-1])&&(g[0]===6||g[0]===2)){s=0;continue}if(g[0]===3&&(!u||g[1]>u[0]&&g[1]<u[3])){s.label=g[1];break}if(g[0]===6&&s.label<u[1]){s.label=u[1],u=g;break}if(u&&s.label<u[2]){s.label=u[2],s.ops.push(g);break}u[2]&&s.ops.pop(),s.trys.pop();continue}g=r.call(o,s)}catch(m){g=[6,m],c=0}finally{a=u=0}if(g[0]&5)throw g[1];return{value:g[0]?g[1]:void 0,done:!0}}},Gue=function(o,r){for(var s in o)s!=="default"&&!Object.prototype.hasOwnProperty.call(r,s)&&u3(r,o,s)},u3=Object.create?function(o,r,s,a){a===void 0&&(a=s);var c=Object.getOwnPropertyDescriptor(r,s);(!c||("get"in c?!r.__esModule:c.writable||c.configurable))&&(c={enumerable:!0,get:function(){return r[s]}}),Object.defineProperty(o,a,c)}:function(o,r,s,a){a===void 0&&(a=s),o[a]=r[s]},l3=function(o){var r=typeof Symbol=="function"&&Symbol.iterator,s=r&&o[r],a=0;if(s)return s.call(o);if(o&&typeof o.length=="number")return{next:function(){return o&&a>=o.length&&(o=void 0),{value:o&&o[a++],done:!o}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")},FW=function(o,r){var s=typeof Symbol=="function"&&o[Symbol.iterator];if(!s)return o;var a=s.call(o),c,u=[],f;try{for(;(r===void 0||r-- >0)&&!(c=a.next()).done;)u.push(c.value)}catch(d){f={error:d}}finally{try{c&&!c.done&&(s=a.return)&&s.call(a)}finally{if(f)throw f.error}}return u},Wue=function(){for(var o=[],r=0;r<arguments.length;r++)o=o.concat(FW(arguments[r]));return o},jue=function(){for(var o=0,r=0,s=arguments.length;r<s;r++)o+=arguments[r].length;for(var a=Array(o),c=0,r=0;r<s;r++)for(var u=arguments[r],f=0,d=u.length;f<d;f++,c++)a[c]=u[f];return a},que=function(o,r,s){if(s||arguments.length===2)for(var a=0,c=r.length,u;a<c;a++)(u||!(a in r))&&(u||(u=Array.prototype.slice.call(r,0,a)),u[a]=r[a]);return o.concat(u||Array.prototype.slice.call(r))},eE=function(o){return this instanceof eE?(this.v=o,this):new eE(o)},Yue=function(o,r,s){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var a=s.apply(o,r||[]),c,u=[];return c=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),d("next"),d("throw"),d("return",f),c[Symbol.asyncIterator]=function(){return this},c;function f(x){return function(b){return Promise.resolve(b).then(x,A)}}function d(x,b){a[x]&&(c[x]=function(E){return new Promise(function(S,D){u.push([x,E,S,D])>1||p(x,E)})},b&&(c[x]=b(c[x])))}function p(x,b){try{g(a[x](b))}catch(E){C(u[0][3],E)}}function g(x){x.value instanceof eE?Promise.resolve(x.value.v).then(m,A):C(u[0][2],x)}function m(x){p("next",x)}function A(x){p("throw",x)}function C(x,b){x(b),u.shift(),u.length&&p(u[0][0],u[0][1])}},Xue=function(o){var r,s;return r={},a("next"),a("throw",function(c){throw c}),a("return"),r[Symbol.iterator]=function(){return this},r;function a(c,u){r[c]=o[c]?function(f){return(s=!s)?{value:eE(o[c](f)),done:!1}:u?u(f):f}:u}},Kue=function(o){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=o[Symbol.asyncIterator],s;return r?r.call(o):(o=typeof l3=="function"?l3(o):o[Symbol.iterator](),s={},a("next"),a("throw"),a("return"),s[Symbol.asyncIterator]=function(){return this},s);function a(u){s[u]=o[u]&&function(f){return new Promise(function(d,p){f=o[u](f),c(d,p,f.done,f.value)})}}function c(u,f,d,p){Promise.resolve(p).then(function(g){u({value:g,done:d})},f)}},Jue=function(o,r){return Object.defineProperty?Object.defineProperty(o,"raw",{value:r}):o.raw=r,o};var n=Object.create?function(o,r){Object.defineProperty(o,"default",{enumerable:!0,value:r})}:function(o,r){o.default=r};Zue=function(o){if(o&&o.__esModule)return o;var r={};if(o!=null)for(var s in o)s!=="default"&&Object.prototype.hasOwnProperty.call(o,s)&&u3(r,o,s);return n(r,o),r},Que=function(o){return o&&o.__esModule?o:{default:o}},$ue=function(o,r,s,a){if(s==="a"&&!a)throw new TypeError("Private accessor was defined without a getter");if(typeof r=="function"?o!==r||!a:!r.has(o))throw new TypeError("Cannot read private member from an object whose class did not declare it");return s==="m"?a:s==="a"?a.call(o):a?a.value:r.get(o)},efe=function(o,r,s,a,c){if(a==="m")throw new TypeError("Private method is not writable");if(a==="a"&&!c)throw new TypeError("Private accessor was defined without a setter");if(typeof r=="function"?o!==r||!c:!r.has(o))throw new TypeError("Cannot write private member to an object whose class did not declare it");return a==="a"?c.call(o,s):c?c.value=s:r.set(o,s),s},tfe=function(o,r){if(r===null||typeof r!="object"&&typeof r!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof o=="function"?r===o:o.has(r)},nfe=function(o,r,s){if(r!=null){if(typeof r!="object"&&typeof r!="function")throw new TypeError("Object expected.");var a,c;if(s){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");a=r[Symbol.asyncDispose]}if(a===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");a=r[Symbol.dispose],s&&(c=a)}if(typeof a!="function")throw new TypeError("Object not disposable.");c&&(a=function(){try{c.call(this)}catch(u){return Promise.reject(u)}}),o.stack.push({value:r,dispose:a,async:s})}else s&&o.stack.push({async:!0});return r};var i=typeof SuppressedError=="function"?SuppressedError:function(o,r,s){var a=new Error(s);return a.name="SuppressedError",a.error=o,a.suppressed=r,a};ife=function(o){function r(u){o.error=o.hasError?new i(u,o.error,"An error was suppressed during disposal."):u,o.hasError=!0}var s,a=0;function c(){for(;s=o.stack.pop();)try{if(!s.async&&a===1)return a=0,o.stack.push(s),Promise.resolve().then(c);if(s.dispose){var u=s.dispose.call(s.value);if(s.async)return a|=2,Promise.resolve(u).then(c,function(f){return r(f),c()})}else a|=1}catch(f){r(f)}if(a===1)return o.hasError?Promise.reject(o.error):Promise.resolve();if(o.hasError)throw o.error}return c()},e("__extends",Oue),e("__assign",Bue),e("__rest",Rue),e("__decorate",Mue),e("__param",Lue),e("__esDecorate",Fue),e("__runInitializers",Nue),e("__propKey",kue),e("__setFunctionName",Vue),e("__metadata",Uue),e("__awaiter",zue),e("__generator",Hue),e("__exportStar",Gue),e("__createBinding",u3),e("__values",l3),e("__read",FW),e("__spread",Wue),e("__spreadArrays",jue),e("__spreadArray",que),e("__await",eE),e("__asyncGenerator",Yue),e("__asyncDelegator",Xue),e("__asyncValues",Kue),e("__makeTemplateObject",Jue),e("__importStar",Zue),e("__importDefault",Que),e("__classPrivateFieldGet",$ue),e("__classPrivateFieldSet",efe),e("__classPrivateFieldIn",tfe),e("__addDisposableResource",nfe),e("__disposeResources",ife)})});var h3=Mn(d3=>{"use strict";Object.defineProperty(d3,"__esModule",{value:!0});d3.EmailMatch=void 0;var YXe=_c(),XXe=Eg(),KXe=function(e){(0,YXe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.email="",i.email=n.email,i}return t.prototype.getType=function(){return"email"},t.prototype.getEmail=function(){return this.email},t.prototype.getAnchorHref=function(){return"mailto:"+this.email},t.prototype.getAnchorText=function(){return this.email},t}(XXe.Match);d3.EmailMatch=KXe});var p3=Mn(m3=>{"use strict";Object.defineProperty(m3,"__esModule",{value:!0});m3.HashtagMatch=void 0;var JXe=_c(),ZXe=Eg(),QXe=function(e){(0,JXe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.serviceName="",i.hashtag="",i.serviceName=n.serviceName,i.hashtag=n.hashtag,i}return t.prototype.getType=function(){return"hashtag"},t.prototype.getServiceName=function(){return this.serviceName},t.prototype.getHashtag=function(){return this.hashtag},t.prototype.getAnchorHref=function(){var n=this.serviceName,i=this.hashtag;switch(n){case"twitter":return"https://twitter.com/hashtag/"+i;case"facebook":return"https://www.facebook.com/hashtag/"+i;case"instagram":return"https://instagram.com/explore/tags/"+i;case"tiktok":return"https://www.tiktok.com/tag/"+i;default:throw new Error("Unknown service name to point hashtag to: "+n)}},t.prototype.getAnchorText=function(){return"#"+this.hashtag},t}(ZXe.Match);m3.HashtagMatch=QXe});var g3=Mn(_3=>{"use strict";Object.defineProperty(_3,"__esModule",{value:!0});_3.MentionMatch=void 0;var $Xe=_c(),eKe=Eg(),tKe=function(e){(0,$Xe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.serviceName="twitter",i.mention="",i.mention=n.mention,i.serviceName=n.serviceName,i}return t.prototype.getType=function(){return"mention"},t.prototype.getMention=function(){return this.mention},t.prototype.getServiceName=function(){return this.serviceName},t.prototype.getAnchorHref=function(){switch(this.serviceName){case"twitter":return"https://twitter.com/"+this.mention;case"instagram":return"https://instagram.com/"+this.mention;case"soundcloud":return"https://soundcloud.com/"+this.mention;case"tiktok":return"https://www.tiktok.com/@"+this.mention;default:throw new Error("Unknown service name to point mention to: "+this.serviceName)}},t.prototype.getAnchorText=function(){return"@"+this.mention},t.prototype.getCssClassSuffixes=function(){var n=e.prototype.getCssClassSuffixes.call(this),i=this.getServiceName();return i&&n.push(i),n},t}(eKe.Match);_3.MentionMatch=tKe});var A3=Mn(y3=>{"use strict";Object.defineProperty(y3,"__esModule",{value:!0});y3.PhoneMatch=void 0;var nKe=_c(),iKe=Eg(),oKe=function(e){(0,nKe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.number="",i.plusSign=!1,i.number=n.number,i.plusSign=n.plusSign,i}return t.prototype.getType=function(){return"phone"},t.prototype.getPhoneNumber=function(){return this.number},t.prototype.getNumber=function(){return this.getPhoneNumber()},t.prototype.getAnchorHref=function(){return"tel:"+(this.plusSign?"+":"")+this.number},t.prototype.getAnchorText=function(){return this.matchedText},t}(iKe.Match);y3.PhoneMatch=oKe});var x3=Mn(C3=>{"use strict";Object.defineProperty(C3,"__esModule",{value:!0});C3.UrlMatch=void 0;var rKe=_c(),sKe=Eg(),aKe=function(e){(0,rKe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.url="",i.urlMatchType="scheme",i.protocolUrlMatch=!1,i.protocolRelativeMatch=!1,i.stripPrefix={scheme:!0,www:!0},i.stripTrailingSlash=!0,i.decodePercentEncoding=!0,i.schemePrefixRegex=/^(https?:\/\/)?/i,i.wwwPrefixRegex=/^(https?:\/\/)?(www\.)?/i,i.protocolRelativeRegex=/^\/\//,i.protocolPrepended=!1,i.urlMatchType=n.urlMatchType,i.url=n.url,i.protocolUrlMatch=n.protocolUrlMatch,i.protocolRelativeMatch=n.protocolRelativeMatch,i.stripPrefix=n.stripPrefix,i.stripTrailingSlash=n.stripTrailingSlash,i.decodePercentEncoding=n.decodePercentEncoding,i}return t.prototype.getType=function(){return"url"},t.prototype.getUrlMatchType=function(){return this.urlMatchType},t.prototype.getUrl=function(){var n=this.url;return!this.protocolRelativeMatch&&!this.protocolUrlMatch&&!this.protocolPrepended&&(n=this.url="http://"+n,this.protocolPrepended=!0),n},t.prototype.getAnchorHref=function(){var n=this.getUrl();return n.replace(/&amp;/g,"&")},t.prototype.getAnchorText=function(){var n=this.getMatchedText();return this.protocolRelativeMatch&&(n=this.stripProtocolRelativePrefix(n)),this.stripPrefix.scheme&&(n=this.stripSchemePrefix(n)),this.stripPrefix.www&&(n=this.stripWwwPrefix(n)),this.stripTrailingSlash&&(n=this.removeTrailingSlash(n)),this.decodePercentEncoding&&(n=this.removePercentEncoding(n)),n},t.prototype.stripSchemePrefix=function(n){return n.replace(this.schemePrefixRegex,"")},t.prototype.stripWwwPrefix=function(n){return n.replace(this.wwwPrefixRegex,"$1")},t.prototype.stripProtocolRelativePrefix=function(n){return n.replace(this.protocolRelativeRegex,"")},t.prototype.removeTrailingSlash=function(n){return n.charAt(n.length-1)==="/"&&(n=n.slice(0,-1)),n},t.prototype.removePercentEncoding=function(n){var i=n.replace(/%22/gi,"&quot;").replace(/%26/gi,"&amp;").replace(/%27/gi,"&#39;").replace(/%3C/gi,"&lt;").replace(/%3E/gi,"&gt;");try{return decodeURIComponent(i)}catch{return i}},t}(sKe.Match);C3.UrlMatch=aKe});var bg=Mn(T3=>{"use strict";Object.defineProperty(T3,"__esModule",{value:!0});T3.Matcher=void 0;var cKe=function(){function e(t){this.__jsduckDummyDocProp=null,this.tagBuilder=t.tagBuilder}return e}();T3.Matcher=cKe});var Sg=Mn(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.domainNameCharRegex=vn.domainNameRegex=vn.getDomainNameStr=vn.alphaNumericAndMarksCharRe=vn.alphaNumericAndMarksCharsStr=vn.alphaNumericCharsStr=vn.decimalNumbersStr=vn.alphaCharsAndMarksStr=vn.marksStr=vn.emojiStr=vn.alphaCharsStr=vn.controlCharsRe=vn.quoteRe=vn.whitespaceRe=vn.nonDigitRe=vn.digitRe=vn.letterRe=void 0;vn.letterRe=/[A-Za-z]/;vn.digitRe=/[\d]/;vn.nonDigitRe=/[\D]/;vn.whitespaceRe=/\s/;vn.quoteRe=/['"]/;vn.controlCharsRe=/[\x00-\x1F\x7F]/;vn.alphaCharsStr=/A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC/.source;vn.emojiStr=/\u2700-\u27bf\udde6-\uddff\ud800-\udbff\udc00-\udfff\ufe0e\ufe0f\u0300-\u036f\ufe20-\ufe23\u20d0-\u20f0\ud83c\udffb-\udfff\u200d\u3299\u3297\u303d\u3030\u24c2\ud83c\udd70-\udd71\udd7e-\udd7f\udd8e\udd91-\udd9a\udde6-\uddff\ude01-\ude02\ude1a\ude2f\ude32-\ude3a\ude50-\ude51\u203c\u2049\u25aa-\u25ab\u25b6\u25c0\u25fb-\u25fe\u00a9\u00ae\u2122\u2139\udc04\u2600-\u26FF\u2b05\u2b06\u2b07\u2b1b\u2b1c\u2b50\u2b55\u231a\u231b\u2328\u23cf\u23e9-\u23f3\u23f8-\u23fa\udccf\u2935\u2934\u2190-\u21ff/.source;vn.marksStr=/\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C03\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D01-\u0D03\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF5\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F/.source;vn.alphaCharsAndMarksStr=vn.alphaCharsStr+vn.emojiStr+vn.marksStr;vn.decimalNumbersStr=/0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19/.source;vn.alphaNumericCharsStr=vn.alphaCharsAndMarksStr+vn.decimalNumbersStr;vn.alphaNumericAndMarksCharsStr=vn.alphaCharsAndMarksStr+vn.decimalNumbersStr;vn.alphaNumericAndMarksCharRe=new RegExp("[".concat(vn.alphaNumericAndMarksCharsStr,"]"));var lKe="(?:["+vn.decimalNumbersStr+"]{1,3}\\.){3}["+vn.decimalNumbersStr+"]{1,3}",uKe="["+vn.alphaNumericAndMarksCharsStr+"](?:["+vn.alphaNumericAndMarksCharsStr+"\\-_]{0,61}["+vn.alphaNumericAndMarksCharsStr+"])?",ofe=function(e){return"(?=("+uKe+"))\\"+e},fKe=function(e){return"(?:"+ofe(e)+"(?:\\."+ofe(e+1)+"){0,126}|"+lKe+")"};vn.getDomainNameStr=fKe;vn.domainNameRegex=new RegExp("["+vn.alphaNumericAndMarksCharsStr+".\\-]*["+vn.alphaNumericAndMarksCharsStr+"\\-]");vn.domainNameCharRegex=vn.alphaNumericAndMarksCharRe});var NW=Mn(E3=>{"use strict";Object.defineProperty(E3,"__esModule",{value:!0});E3.tldRegex=void 0;E3.tldRegex=/(?:xn--vermgensberatung-pwb|xn--vermgensberater-ctb|xn--clchc0ea0b2g2a9gcd|xn--w4r85el8fhu5dnra|northwesternmutual|travelersinsurance|vermögensberatung|xn--5su34j936bgsg|xn--bck1b9a5dre4c|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgberp4a5d4ar|xn--xkc2dl3a5ee0h|vermögensberater|xn--fzys8d69uvgm|xn--mgba7c0bbn0a|xn--mgbcpq6gpa1a|xn--xkc2al3hye2a|americanexpress|kerryproperties|sandvikcoromant|xn--i1b6b1a6a2e|xn--kcrx77d1x4a|xn--lgbbat1ad8j|xn--mgba3a4f16a|xn--mgbaakc7dvf|xn--mgbc0a9azcg|xn--nqv7fs00ema|americanfamily|bananarepublic|cancerresearch|cookingchannel|kerrylogistics|weatherchannel|xn--54b7fta0cc|xn--6qq986b3xl|xn--80aqecdr1a|xn--b4w605ferd|xn--fiq228c5hs|xn--h2breg3eve|xn--jlq480n2rg|xn--jlq61u9w7b|xn--mgba3a3ejt|xn--mgbaam7a8h|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgbi4ecexp|xn--mgbx4cd0ab|xn--rvc1e0am3e|international|lifeinsurance|travelchannel|wolterskluwer|xn--cckwcxetd|xn--eckvdtc9d|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--h2brj9c8c|xn--tiq49xqyj|xn--yfro4i67o|xn--ygbi2ammx|construction|lplfinancial|scholarships|versicherung|xn--3e0b707e|xn--45br5cyl|xn--4dbrk0ce|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--mgb9awbf|xn--mgbab2bd|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbt3dhd|xn--mk1bu44c|xn--ngbc5azd|xn--ngbe9e0a|xn--ogbpf8fl|xn--qcka1pmc|accountants|barclaycard|blackfriday|blockbuster|bridgestone|calvinklein|contractors|creditunion|engineering|enterprises|foodnetwork|investments|kerryhotels|lamborghini|motorcycles|olayangroup|photography|playstation|productions|progressive|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--42c2d9a|xn--45brj9c|xn--55qw42g|xn--6frz82g|xn--80ao21a|xn--9krt00a|xn--cck2b3b|xn--czr694b|xn--d1acj3b|xn--efvy88h|xn--fct429k|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--gecrj9c|xn--gk3at1e|xn--h2brj9c|xn--hxt814e|xn--imr513n|xn--j6w193g|xn--jvr189m|xn--kprw13d|xn--kpry57d|xn--mgbbh1a|xn--mgbtx2b|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--pgbs0dh|xn--q9jyb4c|xn--rhqv96g|xn--rovu88b|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--vuq861b|xn--w4rs40l|xn--xhq521b|xn--zfr164b|சிங்கப்பூர்|accountant|apartments|associates|basketball|bnpparibas|boehringer|capitalone|consulting|creditcard|cuisinella|eurovision|extraspace|foundation|healthcare|immobilien|industries|management|mitsubishi|nextdirect|properties|protection|prudential|realestate|republican|restaurant|schaeffler|tatamotors|technology|university|vlaanderen|volkswagen|xn--30rr7y|xn--3pxu8k|xn--45q11c|xn--4gbrim|xn--55qx5d|xn--5tzm5g|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9et52u|xn--c2br7g|xn--cg4bki|xn--czrs0t|xn--czru2d|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--io0a7i|xn--kput3i|xn--mxtq1m|xn--o3cw4h|xn--pssy2u|xn--q7ce6a|xn--unup4y|xn--wgbh1c|xn--wgbl6a|xn--y9a3aq|accenture|alfaromeo|allfinanz|amsterdam|analytics|aquarelle|barcelona|bloomberg|christmas|community|directory|education|equipment|fairwinds|financial|firestone|fresenius|frontdoor|furniture|goldpoint|hisamitsu|homedepot|homegoods|homesense|institute|insurance|kuokgroup|lancaster|landrover|lifestyle|marketing|marshalls|melbourne|microsoft|panasonic|passagens|pramerica|richardli|shangrila|solutions|statebank|statefarm|stockholm|travelers|vacations|xn--90ais|xn--c1avg|xn--d1alf|xn--e1a4c|xn--fhbei|xn--j1aef|xn--j1amh|xn--l1acc|xn--ngbrx|xn--nqv7f|xn--p1acf|xn--qxa6a|xn--tckwe|xn--vhquv|yodobashi|موريتانيا|abudhabi|airforce|allstate|attorney|barclays|barefoot|bargains|baseball|boutique|bradesco|broadway|brussels|builders|business|capetown|catering|catholic|cipriani|cityeats|cleaning|clinique|clothing|commbank|computer|delivery|deloitte|democrat|diamonds|discount|discover|download|engineer|ericsson|etisalat|exchange|feedback|fidelity|firmdale|football|frontier|goodyear|grainger|graphics|guardian|hdfcbank|helsinki|holdings|hospital|infiniti|ipiranga|istanbul|jpmorgan|lighting|lundbeck|marriott|maserati|mckinsey|memorial|merckmsd|mortgage|observer|partners|pharmacy|pictures|plumbing|property|redstone|reliance|saarland|samsclub|security|services|shopping|showtime|softbank|software|stcgroup|supplies|training|vanguard|ventures|verisign|woodside|xn--90ae|xn--node|xn--p1ai|xn--qxam|yokohama|السعودية|abogado|academy|agakhan|alibaba|android|athleta|auction|audible|auspost|avianca|banamex|bauhaus|bentley|bestbuy|booking|brother|bugatti|capital|caravan|careers|channel|charity|chintai|citadel|clubmed|college|cologne|comcast|company|compare|contact|cooking|corsica|country|coupons|courses|cricket|cruises|dentist|digital|domains|exposed|express|farmers|fashion|ferrari|ferrero|finance|fishing|fitness|flights|florist|flowers|forsale|frogans|fujitsu|gallery|genting|godaddy|grocery|guitars|hamburg|hangout|hitachi|holiday|hosting|hoteles|hotmail|hyundai|ismaili|jewelry|juniper|kitchen|komatsu|lacaixa|lanxess|lasalle|latrobe|leclerc|limited|lincoln|markets|monster|netbank|netflix|network|neustar|okinawa|oldnavy|organic|origins|philips|pioneer|politie|realtor|recipes|rentals|reviews|rexroth|samsung|sandvik|schmidt|schwarz|science|shiksha|singles|staples|storage|support|surgery|systems|temasek|theater|theatre|tickets|tiffany|toshiba|trading|walmart|wanggou|watches|weather|website|wedding|whoswho|windows|winners|xfinity|yamaxun|youtube|zuerich|католик|اتصالات|البحرين|الجزائر|العليان|پاکستان|كاثوليك|இந்தியா|abarth|abbott|abbvie|africa|agency|airbus|airtel|alipay|alsace|alstom|amazon|anquan|aramco|author|bayern|beauty|berlin|bharti|bostik|boston|broker|camera|career|casino|center|chanel|chrome|church|circle|claims|clinic|coffee|comsec|condos|coupon|credit|cruise|dating|datsun|dealer|degree|dental|design|direct|doctor|dunlop|dupont|durban|emerck|energy|estate|events|expert|family|flickr|futbol|gallup|garden|george|giving|global|google|gratis|health|hermes|hiphop|hockey|hotels|hughes|imamat|insure|intuit|jaguar|joburg|juegos|kaufen|kinder|kindle|kosher|lancia|latino|lawyer|lefrak|living|locker|london|luxury|madrid|maison|makeup|market|mattel|mobile|monash|mormon|moscow|museum|mutual|nagoya|natura|nissan|nissay|norton|nowruz|office|olayan|online|oracle|orange|otsuka|pfizer|photos|physio|pictet|quebec|racing|realty|reisen|repair|report|review|rocher|rogers|ryukyu|safety|sakura|sanofi|school|schule|search|secure|select|shouji|soccer|social|stream|studio|supply|suzuki|swatch|sydney|taipei|taobao|target|tattoo|tennis|tienda|tjmaxx|tkmaxx|toyota|travel|unicom|viajes|viking|villas|virgin|vision|voting|voyage|vuelos|walter|webcam|xihuan|yachts|yandex|zappos|москва|онлайн|ابوظبي|ارامكو|الاردن|المغرب|امارات|فلسطين|مليسيا|भारतम्|இலங்கை|ファッション|actor|adult|aetna|amfam|amica|apple|archi|audio|autos|azure|baidu|beats|bible|bingo|black|boats|bosch|build|canon|cards|chase|cheap|cisco|citic|click|cloud|coach|codes|crown|cymru|dabur|dance|deals|delta|drive|dubai|earth|edeka|email|epson|faith|fedex|final|forex|forum|gallo|games|gifts|gives|glass|globo|gmail|green|gripe|group|gucci|guide|homes|honda|horse|house|hyatt|ikano|irish|jetzt|koeln|kyoto|lamer|lease|legal|lexus|lilly|linde|lipsy|loans|locus|lotte|lotto|macys|mango|media|miami|money|movie|music|nexus|nikon|ninja|nokia|nowtv|omega|osaka|paris|parts|party|phone|photo|pizza|place|poker|praxi|press|prime|promo|quest|radio|rehab|reise|ricoh|rocks|rodeo|rugby|salon|sener|seven|sharp|shell|shoes|skype|sling|smart|smile|solar|space|sport|stada|store|study|style|sucks|swiss|tatar|tires|tirol|tmall|today|tokyo|tools|toray|total|tours|trade|trust|tunes|tushu|ubank|vegas|video|vodka|volvo|wales|watch|weber|weibo|works|world|xerox|yahoo|ישראל|ایران|بازار|بھارت|سودان|سورية|همراه|भारोत|संगठन|বাংলা|భారత్|ഭാരതം|嘉里大酒店|aarp|able|adac|aero|akdn|ally|amex|arab|army|arpa|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|book|buzz|cafe|call|camp|care|cars|casa|case|cash|cbre|cern|chat|citi|city|club|cool|coop|cyou|data|date|dclk|deal|dell|desi|diet|dish|docs|dvag|erni|fage|fail|fans|farm|fast|fiat|fido|film|fire|fish|flir|food|ford|free|fund|game|gbiz|gent|ggee|gift|gmbh|gold|golf|goog|guge|guru|hair|haus|hdfc|help|here|hgtv|host|hsbc|icbc|ieee|imdb|immo|info|itau|java|jeep|jobs|jprs|kddi|kids|kiwi|kpmg|kred|land|lego|lgbt|lidl|life|like|limo|link|live|loan|loft|love|ltda|luxe|maif|meet|meme|menu|mini|mint|mobi|moda|moto|name|navy|news|next|nico|nike|ollo|open|page|pars|pccw|pics|ping|pink|play|plus|pohl|porn|post|prod|prof|qpon|read|reit|rent|rest|rich|room|rsvp|ruhr|safe|sale|sarl|save|saxo|scot|seat|seek|sexy|shaw|shia|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|spot|star|surf|talk|taxi|team|tech|teva|tiaa|tips|town|toys|tube|vana|visa|viva|vivo|vote|voto|wang|weir|wien|wiki|wine|work|xbox|yoga|zara|zero|zone|дети|сайт|بارت|بيتك|ڀارت|تونس|شبكة|عراق|عمان|موقع|भारत|ভারত|ভাৰত|ਭਾਰਤ|ભારત|ଭାରତ|ಭಾರತ|ලංකා|アマゾン|グーグル|クラウド|ポイント|组织机构|電訊盈科|香格里拉|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|com|cpa|crs|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|edu|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|net|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|one|ong|onl|ooo|org|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|бел|ком|қаз|мкд|мон|орг|рус|срб|укр|հայ|קום|عرب|قطر|كوم|مصر|कॉम|नेट|คอม|ไทย|ລາວ|ストア|セール|みんな|中文网|亚马逊|天主教|我爱你|新加坡|淡马锡|诺基亚|飞利浦|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|ελ|ευ|бг|ею|рф|გე|닷넷|닷컴|삼성|한국|コム|世界|中信|中国|中國|企业|佛山|信息|健康|八卦|公司|公益|台湾|台灣|商城|商店|商标|嘉里|在线|大拿|娱乐|家電|广东|微博|慈善|手机|招聘|政务|政府|新闻|时尚|書籍|机构|游戏|澳門|点看|移动|网址|网店|网站|网络|联通|谷歌|购物|通販|集团|食品|餐厅|香港)/});var kW=Mn(S3=>{"use strict";Object.defineProperty(S3,"__esModule",{value:!0});S3.EmailMatcher=void 0;var ED=_c(),dKe=bg(),bD=Sg(),hKe=h3(),mKe=Jy(),pKe=NW(),_Ke=new RegExp("[".concat(bD.alphaNumericAndMarksCharsStr,"!#$%&'*+/=?^_`{|}~-]")),gKe=new RegExp("^".concat(pKe.tldRegex.source,"$")),yKe=function(e){(0,ED.__extends)(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.localPartCharRegex=_Ke,n.strictTldRegex=gKe,n}return t.prototype.parseMatches=function(n){for(var i=this.tagBuilder,o=this.localPartCharRegex,r=this.strictTldRegex,s=[],a=n.length,c=new b3,u={m:"a",a:"i",i:"l",l:"t",t:"o",o:":"},f=0,d=0,p=c;f<a;){var g=n.charAt(f);switch(d){case 0:m(g);break;case 1:A(n.charAt(f-1),g);break;case 2:C(g);break;case 3:x(g);break;case 4:b(g);break;case 5:E(g);break;case 6:S(g);break;case 7:D(g);break;default:(0,mKe.throwUnhandledCaseError)(d)}f++}return R(),s;function m(M){M==="m"?v(1):o.test(M)&&v()}function A(M,L){M===":"?o.test(L)?(d=2,p=new b3((0,ED.__assign)((0,ED.__assign)({},p),{hasMailtoPrefix:!0}))):O():u[M]===L||(o.test(L)?d=2:L==="."?d=3:L==="@"?d=4:O())}function C(M){M==="."?d=3:M==="@"?d=4:o.test(M)||O()}function x(M){M==="."||M==="@"?O():o.test(M)?d=2:O()}function b(M){bD.domainNameCharRegex.test(M)?d=5:O()}function E(M){M==="."?d=7:M==="-"?d=6:bD.domainNameCharRegex.test(M)||R()}function S(M){M==="-"||M==="."?R():bD.domainNameCharRegex.test(M)?d=5:R()}function D(M){M==="."||M==="-"?R():bD.domainNameCharRegex.test(M)?(d=5,p=new b3((0,ED.__assign)((0,ED.__assign)({},p),{hasDomainDot:!0}))):R()}function v(M){M===void 0&&(M=2),d=M,p=new b3({idx:f})}function O(){d=0,p=c}function R(){if(p.hasDomainDot){var M=n.slice(p.idx,f);/[-.]$/.test(M)&&(M=M.slice(0,-1));var L=p.hasMailtoPrefix?M.slice(7):M;_(L)&&s.push(new hKe.EmailMatch({tagBuilder:i,matchedText:M,offset:p.idx,email:L}))}O();function _(T){var w=T.split(".").pop()||"",P=w.toLowerCase(),B=r.test(P);return B}}},t}(dKe.Matcher);S3.EmailMatcher=yKe;var b3=function(){function e(t){t===void 0&&(t={}),this.idx=t.idx!==void 0?t.idx:-1,this.hasMailtoPrefix=!!t.hasMailtoPrefix,this.hasDomainDot=!!t.hasDomainDot}return e}()});var rfe=Mn(w3=>{"use strict";Object.defineProperty(w3,"__esModule",{value:!0});w3.UrlMatchValidator=void 0;var AKe=Sg(),CKe=function(){function e(){}return e.isValid=function(t,n){return!(n&&!this.isValidUriScheme(n)||this.urlMatchDoesNotHaveProtocolOrDot(t,n)||this.urlMatchDoesNotHaveAtLeastOneWordChar(t,n)&&!this.isValidIpAddress(t)||this.containsMultipleDots(t))},e.isValidIpAddress=function(t){var n=new RegExp(this.hasFullProtocolRegex.source+this.ipRegex.source),i=t.match(n);return i!==null},e.containsMultipleDots=function(t){var n=t;return this.hasFullProtocolRegex.test(t)&&(n=t.split("://")[1]),n.split("/")[0].indexOf("..")>-1},e.isValidUriScheme=function(t){var n=t.match(this.uriSchemeRegex),i=n&&n[0].toLowerCase();return i!=="javascript:"&&i!=="vbscript:"},e.urlMatchDoesNotHaveProtocolOrDot=function(t,n){return!!t&&(!n||!this.hasFullProtocolRegex.test(n))&&t.indexOf(".")===-1},e.urlMatchDoesNotHaveAtLeastOneWordChar=function(t,n){return t&&n?!this.hasFullProtocolRegex.test(n)&&!this.hasWordCharAfterProtocolRegex.test(t):!1},e.hasFullProtocolRegex=/^[A-Za-z][-.+A-Za-z0-9]*:\/\//,e.uriSchemeRegex=/^[A-Za-z][-.+A-Za-z0-9]*:/,e.hasWordCharAfterProtocolRegex=new RegExp(":[^\\s]*?["+AKe.alphaCharsStr+"]"),e.ipRegex=/[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?(:[0-9]*)?\/?$/,e}();w3.UrlMatchValidator=CKe});var VW=Mn(D3=>{"use strict";Object.defineProperty(D3,"__esModule",{value:!0});D3.UrlMatcher=void 0;var xKe=_c(),TKe=bg(),Dh=Sg(),EKe=NW(),bKe=x3(),SKe=rfe(),wKe=function(){var e=/(?:[A-Za-z][-.+A-Za-z0-9]{0,63}:(?![A-Za-z][-.+A-Za-z0-9]{0,63}:\/\/)(?!\d+\/?)(?:\/\/)?)/,t=/(?:www\.)/,n=new RegExp("[/?#](?:["+Dh.alphaNumericAndMarksCharsStr+"\\-+&@#/%=~_()|'$*\\[\\]{}?!:,.;^\u2713]*["+Dh.alphaNumericAndMarksCharsStr+"\\-+&@#/%=~_()|'$*\\[\\]{}\u2713])?");return new RegExp(["(?:","(",e.source,(0,Dh.getDomainNameStr)(2),")","|","(","(//)?",t.source,(0,Dh.getDomainNameStr)(6),")","|","(","(//)?",(0,Dh.getDomainNameStr)(10)+"\\.",EKe.tldRegex.source,"(?![-"+Dh.alphaNumericCharsStr+"])",")",")","(?::[0-9]+)?","(?:"+n.source+")?"].join(""),"gi")}(),DKe=new RegExp("["+Dh.alphaNumericAndMarksCharsStr+"]"),vKe=function(e){(0,xKe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.stripPrefix={scheme:!0,www:!0},i.stripTrailingSlash=!0,i.decodePercentEncoding=!0,i.matcherRegex=wKe,i.wordCharRegExp=DKe,i.stripPrefix=n.stripPrefix,i.stripTrailingSlash=n.stripTrailingSlash,i.decodePercentEncoding=n.decodePercentEncoding,i}return t.prototype.parseMatches=function(n){for(var i=this.matcherRegex,o=this.stripPrefix,r=this.stripTrailingSlash,s=this.decodePercentEncoding,a=this.tagBuilder,c=[],u,f=function(){var p=u[0],g=u[1],m=u[4],A=u[5],C=u[9],x=u.index,b=A||C,E=n.charAt(x-1);if(!SKe.UrlMatchValidator.isValid(p,g)||x>0&&E==="@"||x>0&&b&&d.wordCharRegExp.test(E))return"continue";if(/\?$/.test(p)&&(p=p.substr(0,p.length-1)),d.matchHasUnbalancedClosingParen(p))p=p.substr(0,p.length-1);else{var S=d.matchHasInvalidCharAfterTld(p,g);S>-1&&(p=p.substr(0,S))}var D=["http://","https://"].find(function(M){return!!g&&g.indexOf(M)!==-1});if(D){var v=p.indexOf(D);p=p.substr(v),g=g.substr(v),x=x+v}var O=g?"scheme":m?"www":"tld",R=!!g;c.push(new bKe.UrlMatch({tagBuilder:a,matchedText:p,offset:x,urlMatchType:O,url:p,protocolUrlMatch:R,protocolRelativeMatch:!!b,stripPrefix:o,stripTrailingSlash:r,decodePercentEncoding:s}))},d=this;(u=i.exec(n))!==null;)f();return c},t.prototype.matchHasUnbalancedClosingParen=function(n){var i=n.charAt(n.length-1),o;if(i===")")o="(";else if(i==="]")o="[";else if(i==="}")o="{";else return!1;for(var r=0,s=0,a=n.length-1;s<a;s++){var c=n.charAt(s);c===o?r++:c===i&&(r=Math.max(r-1,0))}return r===0},t.prototype.matchHasInvalidCharAfterTld=function(n,i){if(!n)return-1;var o=0;i&&(o=n.indexOf(":"),n=n.slice(o));var r=new RegExp("^((.?//)?[-."+Dh.alphaNumericAndMarksCharsStr+"]*[-"+Dh.alphaNumericAndMarksCharsStr+"]\\.[-"+Dh.alphaNumericAndMarksCharsStr+"]+)"),s=r.exec(n);return s===null?-1:(o+=s[1].length,n=n.slice(s[1].length),/^[^-.A-Za-z0-9:\/?#]/.test(n)?o:-1)},t}(TKe.Matcher);D3.UrlMatcher=vKe});var UW=Mn(tE=>{"use strict";Object.defineProperty(tE,"__esModule",{value:!0});tE.hashtagServices=tE.HashtagMatcher=void 0;var PKe=_c(),IKe=bg(),SD=Sg(),OKe=p3(),BKe=Jy(),sfe=new RegExp("[_".concat(SD.alphaNumericAndMarksCharsStr,"]")),RKe=function(e){(0,PKe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.serviceName="twitter",i.serviceName=n.serviceName,i}return t.prototype.parseMatches=function(n){for(var i=this.tagBuilder,o=this.serviceName,r=[],s=n.length,a=0,c=-1,u=0;a<s;){var f=n.charAt(a);switch(u){case 0:d(f);break;case 1:p(f);break;case 2:g(f);break;case 3:m(f);break;default:(0,BKe.throwUnhandledCaseError)(u)}a++}return A(),r;function d(C){C==="#"?(u=2,c=a):SD.alphaNumericAndMarksCharRe.test(C)&&(u=1)}function p(C){SD.alphaNumericAndMarksCharRe.test(C)||(u=0)}function g(C){sfe.test(C)?u=3:SD.alphaNumericAndMarksCharRe.test(C)?u=1:u=0}function m(C){sfe.test(C)||(A(),c=-1,SD.alphaNumericAndMarksCharRe.test(C)?u=1:u=0)}function A(){if(c>-1&&a-c<=140){var C=n.slice(c,a),x=new OKe.HashtagMatch({tagBuilder:i,matchedText:C,offset:c,serviceName:o,hashtag:C.slice(1)});r.push(x)}}},t}(IKe.Matcher);tE.HashtagMatcher=RKe;tE.hashtagServices=["twitter","facebook","instagram","tiktok"]});var zW=Mn(v3=>{"use strict";Object.defineProperty(v3,"__esModule",{value:!0});v3.PhoneMatcher=void 0;var MKe=_c(),LKe=bg(),FKe=A3(),NKe=Sg(),kKe=/(?:(?:(?:(\+)?\d{1,3}[-\040.]?)?\(?\d{3}\)?[-\040.]?\d{3}[-\040.]?\d{4})|(?:(\+)(?:9[976]\d|8[987530]\d|6[987]\d|5[90]\d|42\d|3[875]\d|2[98654321]\d|9[8543210]|8[6421]|6[6543210]|5[87654321]|4[987654310]|3[9643210]|2[70]|7|1)[-\040.]?(?:\d[-\040.]?){6,12}\d+))([,;]+[0-9]+#?)*/,VKe=/(0([1-9]{1}-?[1-9]\d{3}|[1-9]{2}-?\d{3}|[1-9]{2}\d{1}-?\d{2}|[1-9]{2}\d{2}-?\d{1})-?\d{4}|0[789]0-?\d{4}-?\d{4}|050-?\d{4}-?\d{4})/,UKe=new RegExp("".concat(kKe.source,"|").concat(VKe.source),"g"),zKe=function(e){(0,MKe.__extends)(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.matcherRegex=UKe,n}return t.prototype.parseMatches=function(n){for(var i=this.matcherRegex,o=this.tagBuilder,r=[],s;(s=i.exec(n))!==null;){var a=s[0],c=a.replace(/[^0-9,;#]/g,""),u=!!(s[1]||s[2]),f=s.index==0?"":n.substr(s.index-1,1),d=n.substr(s.index+a.length,1),p=!f.match(/\d/)&&!d.match(/\d/);this.testMatch(s[3])&&this.testMatch(a)&&p&&r.push(new FKe.PhoneMatch({tagBuilder:o,matchedText:a,offset:s.index,number:c,plusSign:u}))}return r},t.prototype.testMatch=function(n){return NKe.nonDigitRe.test(n)},t}(LKe.Matcher);v3.PhoneMatcher=zKe});var HW=Mn(P3=>{"use strict";Object.defineProperty(P3,"__esModule",{value:!0});P3.MentionMatcher=void 0;var HKe=_c(),GKe=bg(),vh=Sg(),WKe=g3(),jKe=new RegExp("@[_".concat(vh.alphaNumericAndMarksCharsStr,"]{1,50}(?![_").concat(vh.alphaNumericAndMarksCharsStr,"])"),"g"),qKe=new RegExp("@[_.".concat(vh.alphaNumericAndMarksCharsStr,"]{1,30}(?![_").concat(vh.alphaNumericAndMarksCharsStr,"])"),"g"),YKe=new RegExp("@[-_.".concat(vh.alphaNumericAndMarksCharsStr,"]{1,50}(?![-_").concat(vh.alphaNumericAndMarksCharsStr,"])"),"g"),XKe=new RegExp("@[_.".concat(vh.alphaNumericAndMarksCharsStr,"]{1,23}[_").concat(vh.alphaNumericAndMarksCharsStr,"](?![_").concat(vh.alphaNumericAndMarksCharsStr,"])"),"g"),KKe=new RegExp("[^"+vh.alphaNumericAndMarksCharsStr+"]"),JKe=function(e){(0,HKe.__extends)(t,e);function t(n){var i=e.call(this,n)||this;return i.serviceName="twitter",i.matcherRegexes={twitter:jKe,instagram:qKe,soundcloud:YKe,tiktok:XKe},i.nonWordCharRegex=KKe,i.serviceName=n.serviceName,i}return t.prototype.parseMatches=function(n){var i=this.serviceName,o=this.matcherRegexes[this.serviceName],r=this.nonWordCharRegex,s=this.tagBuilder,a=[],c;if(!o)return a;for(;(c=o.exec(n))!==null;){var u=c.index,f=n.charAt(u-1);if(u===0||r.test(f)){var d=c[0].replace(/\.+$/g,""),p=d.slice(1);a.push(new WKe.MentionMatch({tagBuilder:s,matchedText:d,offset:u,serviceName:i,mention:p}))}}return a},t}(GKe.Matcher);P3.MentionMatcher=JKe});var afe=Mn(I3=>{"use strict";Object.defineProperty(I3,"__esModule",{value:!0});I3.parseHtml=void 0;var Ia=_c(),gc=Sg(),ZKe=Jy();function QKe(e,t){for(var n=t.onOpenTag,i=t.onCloseTag,o=t.onText,r=t.onComment,s=t.onDoctype,a=new Ph,c=0,u=e.length,f=0,d=0,p=a;c<u;){var g=e.charAt(c);switch(f){case 0:m(g);break;case 1:A(g);break;case 2:x(g);break;case 3:C(g);break;case 4:b(g);break;case 5:E(g);break;case 6:S(g);break;case 7:D(g);break;case 8:v(g);break;case 9:O(g);break;case 10:R(g);break;case 11:M(g);break;case 12:L(g);break;case 13:_(g);break;case 14:T(g);break;case 15:w(g);break;case 16:P(g);break;case 17:B(g);break;case 18:N(g);break;case 19:z(g);break;case 20:V(g);break;default:(0,ZKe.throwUnhandledCaseError)(f)}c++}d<c&&q();function m(J){J==="<"&&k()}function A(J){J==="!"?f=13:J==="/"?(f=2,p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{isClosing:!0}))):J==="<"?k():gc.letterRe.test(J)?(f=3,p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{isOpening:!0}))):(f=0,p=a)}function C(J){gc.whitespaceRe.test(J)?(p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{name:Y()})),f=4):J==="<"?k():J==="/"?(p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{name:Y()})),f=12):J===">"?(p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{name:Y()})),X()):!gc.letterRe.test(J)&&!gc.digitRe.test(J)&&J!==":"&&G()}function x(J){J===">"?G():gc.letterRe.test(J)?f=3:G()}function b(J){gc.whitespaceRe.test(J)||(J==="/"?f=12:J===">"?X():J==="<"?k():J==="="||gc.quoteRe.test(J)||gc.controlCharsRe.test(J)?G():f=5)}function E(J){gc.whitespaceRe.test(J)?f=6:J==="/"?f=12:J==="="?f=7:J===">"?X():J==="<"?k():gc.quoteRe.test(J)&&G()}function S(J){gc.whitespaceRe.test(J)||(J==="/"?f=12:J==="="?f=7:J===">"?X():J==="<"?k():gc.quoteRe.test(J)?G():f=5)}function D(J){gc.whitespaceRe.test(J)||(J==='"'?f=8:J==="'"?f=9:/[>=`]/.test(J)?G():J==="<"?k():f=10)}function v(J){J==='"'&&(f=11)}function O(J){J==="'"&&(f=11)}function R(J){gc.whitespaceRe.test(J)?f=4:J===">"?X():J==="<"&&k()}function M(J){gc.whitespaceRe.test(J)?f=4:J==="/"?f=12:J===">"?X():J==="<"?k():(f=4,W())}function L(J){J===">"?(p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{isClosing:!0})),X()):f=4}function _(J){e.substr(c,2)==="--"?(c+=2,p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{type:"comment"})),f=14):e.substr(c,7).toUpperCase()==="DOCTYPE"?(c+=7,p=new Ph((0,Ia.__assign)((0,Ia.__assign)({},p),{type:"doctype"})),f=20):G()}function T(J){J==="-"?f=15:J===">"?G():f=16}function w(J){J==="-"?f=18:J===">"?G():f=16}function P(J){J==="-"&&(f=17)}function B(J){J==="-"?f=18:f=16}function N(J){J===">"?X():J==="!"?f=19:J==="-"||(f=16)}function z(J){J==="-"?f=17:J===">"?X():f=16}function V(J){J===">"?X():J==="<"&&k()}function G(){f=0,p=a}function k(){f=1,p=new Ph({idx:c})}function X(){var J=e.slice(d,p.idx);J&&o(J,d),p.type==="comment"?r(p.idx):p.type==="doctype"?s(p.idx):(p.isOpening&&n(p.name,p.idx),p.isClosing&&i(p.name,p.idx)),G(),d=c+1}function q(){var J=e.slice(d,c);o(J,d),d=c+1}function Y(){var J=p.idx+(p.isClosing?2:1);return e.slice(J,c).toLowerCase()}function W(){c--}}I3.parseHtml=QKe;var Ph=function(){function e(t){t===void 0&&(t={}),this.idx=t.idx!==void 0?t.idx:-1,this.type=t.type||"tag",this.name=t.name||"",this.isOpening=!!t.isOpening,this.isClosing=!!t.isClosing}return e}()});var O3=Mn(WW=>{"use strict";Object.defineProperty(WW,"__esModule",{value:!0});var $Ke=wue(),fp=Jy(),cfe=LW(),eJe=Eg(),tJe=h3(),nJe=p3(),iJe=g3(),oJe=A3(),rJe=x3(),sJe=bg(),lfe=i3(),ufe=kW(),ffe=VW(),GW=UW(),dfe=zW(),hfe=HW(),aJe=afe(),cJe=function(){function e(t){t===void 0&&(t={}),this.version=e.version,this.urls={},this.email=!0,this.phone=!0,this.hashtag=!1,this.mention=!1,this.newWindow=!0,this.stripPrefix={scheme:!0,www:!0},this.stripTrailingSlash=!0,this.decodePercentEncoding=!0,this.truncate={length:0,location:"end"},this.className="",this.replaceFn=null,this.context=void 0,this.sanitizeHtml=!1,this.matchers=null,this.tagBuilder=null,this.urls=this.normalizeUrlsCfg(t.urls),this.email=typeof t.email=="boolean"?t.email:this.email,this.phone=typeof t.phone=="boolean"?t.phone:this.phone,this.hashtag=t.hashtag||this.hashtag,this.mention=t.mention||this.mention,this.newWindow=typeof t.newWindow=="boolean"?t.newWindow:this.newWindow,this.stripPrefix=this.normalizeStripPrefixCfg(t.stripPrefix),this.stripTrailingSlash=typeof t.stripTrailingSlash=="boolean"?t.stripTrailingSlash:this.stripTrailingSlash,this.decodePercentEncoding=typeof t.decodePercentEncoding=="boolean"?t.decodePercentEncoding:this.decodePercentEncoding,this.sanitizeHtml=t.sanitizeHtml||!1;var n=this.mention;if(n!==!1&&["twitter","instagram","soundcloud","tiktok"].indexOf(n)===-1)throw new Error("invalid `mention` cfg '".concat(n,"' - see docs"));var i=this.hashtag;if(i!==!1&&GW.hashtagServices.indexOf(i)===-1)throw new Error("invalid `hashtag` cfg '".concat(i,"' - see docs"));this.truncate=this.normalizeTruncateCfg(t.truncate),this.className=t.className||this.className,this.replaceFn=t.replaceFn||this.replaceFn,this.context=t.context||this}return e.link=function(t,n){var i=new e(n);return i.link(t)},e.parse=function(t,n){var i=new e(n);return i.parse(t)},e.prototype.normalizeUrlsCfg=function(t){return t==null&&(t=!0),typeof t=="boolean"?{schemeMatches:t,wwwMatches:t,tldMatches:t}:{schemeMatches:typeof t.schemeMatches=="boolean"?t.schemeMatches:!0,wwwMatches:typeof t.wwwMatches=="boolean"?t.wwwMatches:!0,tldMatches:typeof t.tldMatches=="boolean"?t.tldMatches:!0}},e.prototype.normalizeStripPrefixCfg=function(t){return t==null&&(t=!0),typeof t=="boolean"?{scheme:t,www:t}:{scheme:typeof t.scheme=="boolean"?t.scheme:!0,www:typeof t.www=="boolean"?t.www:!0}},e.prototype.normalizeTruncateCfg=function(t){return typeof t=="number"?{length:t,location:"end"}:(0,fp.defaults)(t||{},{length:Number.POSITIVE_INFINITY,location:"end"})},e.prototype.parse=function(t){var n=this,i=["a","style","script"],o=0,r=[];return(0,aJe.parseHtml)(t,{onOpenTag:function(s){i.indexOf(s)>=0&&o++},onText:function(s,a){if(o===0){var c=/(&nbsp;|&#160;|&lt;|&#60;|&gt;|&#62;|&quot;|&#34;|&#39;)/gi,u=(0,fp.splitAndCapture)(s,c),f=a;u.forEach(function(d,p){if(p%2===0){var g=n.parseText(d,f);r.push.apply(r,g)}f+=d.length})}},onCloseTag:function(s){i.indexOf(s)>=0&&(o=Math.max(o-1,0))},onComment:function(s){},onDoctype:function(s){}}),r=this.compactMatches(r),r=this.removeUnwantedMatches(r),r},e.prototype.compactMatches=function(t){t.sort(function(c,u){return c.getOffset()-u.getOffset()});for(var n=0;n<t.length-1;){var i=t[n],o=i.getOffset(),r=i.getMatchedText().length,s=o+r;if(n+1<t.length){if(t[n+1].getOffset()===o){var a=t[n+1].getMatchedText().length>r?n:n+1;t.splice(a,1);continue}if(t[n+1].getOffset()<s){t.splice(n+1,1);continue}}n++}return t},e.prototype.removeUnwantedMatches=function(t){return this.hashtag||(0,fp.remove)(t,function(n){return n.getType()==="hashtag"}),this.email||(0,fp.remove)(t,function(n){return n.getType()==="email"}),this.phone||(0,fp.remove)(t,function(n){return n.getType()==="phone"}),this.mention||(0,fp.remove)(t,function(n){return n.getType()==="mention"}),this.urls.schemeMatches||(0,fp.remove)(t,function(n){return n.getType()==="url"&&n.getUrlMatchType()==="scheme"}),this.urls.wwwMatches||(0,fp.remove)(t,function(n){return n.getType()==="url"&&n.getUrlMatchType()==="www"}),this.urls.tldMatches||(0,fp.remove)(t,function(n){return n.getType()==="url"&&n.getUrlMatchType()==="tld"}),t},e.prototype.parseText=function(t,n){n===void 0&&(n=0),n=n||0;for(var i=this.getMatchers(),o=[],r=0,s=i.length;r<s;r++){for(var a=i[r].parseMatches(t),c=0,u=a.length;c<u;c++)a[c].setOffset(n+a[c].getOffset());o.push.apply(o,a)}return o},e.prototype.link=function(t){if(!t)return"";this.sanitizeHtml&&(t=t.replace(/</g,"&lt;").replace(/>/g,"&gt;"));for(var n=this.parse(t),i=[],o=0,r=0,s=n.length;r<s;r++){var a=n[r];i.push(t.substring(o,a.getOffset())),i.push(this.createMatchReturnVal(a)),o=a.getOffset()+a.getMatchedText().length}return i.push(t.substring(o)),i.join("")},e.prototype.createMatchReturnVal=function(t){var n;if(this.replaceFn&&(n=this.replaceFn.call(this.context,t)),typeof n=="string")return n;if(n===!1)return t.getMatchedText();if(n instanceof lfe.HtmlTag)return n.toAnchorString();var i=t.buildTag();return i.toAnchorString()},e.prototype.getMatchers=function(){if(this.matchers)return this.matchers;var t=this.getTagBuilder(),n=[new GW.HashtagMatcher({tagBuilder:t,serviceName:this.hashtag}),new ufe.EmailMatcher({tagBuilder:t}),new dfe.PhoneMatcher({tagBuilder:t}),new hfe.MentionMatcher({tagBuilder:t,serviceName:this.mention}),new ffe.UrlMatcher({tagBuilder:t,stripPrefix:this.stripPrefix,stripTrailingSlash:this.stripTrailingSlash,decodePercentEncoding:this.decodePercentEncoding})];return this.matchers=n},e.prototype.getTagBuilder=function(){var t=this.tagBuilder;return t||(t=this.tagBuilder=new cfe.AnchorTagBuilder({newWindow:this.newWindow,truncate:this.truncate,className:this.className})),t},e.version=$Ke.version,e.AnchorTagBuilder=cfe.AnchorTagBuilder,e.HtmlTag=lfe.HtmlTag,e.matcher={Email:ufe.EmailMatcher,Hashtag:GW.HashtagMatcher,Matcher:sJe.Matcher,Mention:hfe.MentionMatcher,Phone:dfe.PhoneMatcher,Url:ffe.UrlMatcher},e.match={Email:tJe.EmailMatch,Hashtag:nJe.HashtagMatch,Match:eJe.Match,Mention:iJe.MentionMatch,Phone:oJe.PhoneMatch,Url:rJe.UrlMatch},e}();WW.default=cJe});var mfe=Mn(wg=>{"use strict";Object.defineProperty(wg,"__esModule",{value:!0});var nE=_c();(0,nE.__exportStar)(h3(),wg);(0,nE.__exportStar)(p3(),wg);(0,nE.__exportStar)(Eg(),wg);(0,nE.__exportStar)(g3(),wg);(0,nE.__exportStar)(A3(),wg);(0,nE.__exportStar)(x3(),wg)});var pfe=Mn(Dg=>{"use strict";Object.defineProperty(Dg,"__esModule",{value:!0});var iE=_c();(0,iE.__exportStar)(kW(),Dg);(0,iE.__exportStar)(UW(),Dg);(0,iE.__exportStar)(bg(),Dg);(0,iE.__exportStar)(HW(),Dg);(0,iE.__exportStar)(zW(),Dg);(0,iE.__exportStar)(VW(),Dg)});var jW=Mn((ad,gfe)=>{"use strict";ad=gfe.exports=O3().default;Object.defineProperty(ad,"__esModule",{value:!0});ad.Autolinker=void 0;var oE=_c(),_fe=(0,oE.__importDefault)(O3());ad.Autolinker=_fe.default;ad.default=_fe.default;(0,oE.__exportStar)(O3(),ad);(0,oE.__exportStar)(LW(),ad);(0,oE.__exportStar)(i3(),ad);(0,oE.__exportStar)(mfe(),ad);(0,oE.__exportStar)(pfe(),ad)});var ZW=Mn(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});var sE={Linear:{None:function(e){return e}},Quadratic:{In:function(e){return e*e},Out:function(e){return e*(2-e)},InOut:function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)}},Cubic:{In:function(e){return e*e*e},Out:function(e){return--e*e*e+1},InOut:function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)}},Quartic:{In:function(e){return e*e*e*e},Out:function(e){return 1- --e*e*e*e},InOut:function(e){return(e*=2)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)}},Quintic:{In:function(e){return e*e*e*e*e},Out:function(e){return--e*e*e*e*e+1},InOut:function(e){return(e*=2)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)}},Sinusoidal:{In:function(e){return 1-Math.cos(e*Math.PI/2)},Out:function(e){return Math.sin(e*Math.PI/2)},InOut:function(e){return .5*(1-Math.cos(Math.PI*e))}},Exponential:{In:function(e){return e===0?0:Math.pow(1024,e-1)},Out:function(e){return e===1?1:1-Math.pow(2,-10*e)},InOut:function(e){return e===0?0:e===1?1:(e*=2)<1?.5*Math.pow(1024,e-1):.5*(-Math.pow(2,-10*(e-1))+2)}},Circular:{In:function(e){return 1-Math.sqrt(1-e*e)},Out:function(e){return Math.sqrt(1- --e*e)},InOut:function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)}},Elastic:{In:function(e){return e===0?0:e===1?1:-Math.pow(2,10*(e-1))*Math.sin((e-1.1)*5*Math.PI)},Out:function(e){return e===0?0:e===1?1:Math.pow(2,-10*e)*Math.sin((e-.1)*5*Math.PI)+1},InOut:function(e){return e===0?0:e===1?1:(e*=2,e<1?-.5*Math.pow(2,10*(e-1))*Math.sin((e-1.1)*5*Math.PI):.5*Math.pow(2,-10*(e-1))*Math.sin((e-1.1)*5*Math.PI)+1)}},Back:{In:function(e){var t=1.70158;return e*e*((t+1)*e-t)},Out:function(e){var t=1.70158;return--e*e*((t+1)*e+t)+1},InOut:function(e){var t=2.5949095;return(e*=2)<1?.5*(e*e*((t+1)*e-t)):.5*((e-=2)*e*((t+1)*e+t)+2)}},Bounce:{In:function(e){return 1-sE.Bounce.Out(1-e)},Out:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},InOut:function(e){return e<.5?sE.Bounce.In(e*2)*.5:sE.Bounce.Out(e*2-1)*.5+.5}}},PD;typeof self>"u"&&typeof process<"u"&&process.hrtime?PD=function(){var e=process.hrtime();return e[0]*1e3+e[1]/1e6}:typeof self<"u"&&self.performance!==void 0&&self.performance.now!==void 0?PD=self.performance.now.bind(self.performance):Date.now!==void 0?PD=Date.now:PD=function(){return new Date().getTime()};var Pg=PD,JW=function(){function e(){this._tweens={},this._tweensAddedDuringUpdate={}}return e.prototype.getAll=function(){var t=this;return Object.keys(this._tweens).map(function(n){return t._tweens[n]})},e.prototype.removeAll=function(){this._tweens={}},e.prototype.add=function(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t},e.prototype.remove=function(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]},e.prototype.update=function(t,n){t===void 0&&(t=Pg()),n===void 0&&(n=!1);var i=Object.keys(this._tweens);if(i.length===0)return!1;for(;i.length>0;){this._tweensAddedDuringUpdate={};for(var o=0;o<i.length;o++){var r=this._tweens[i[o]],s=!n;r&&r.update(t,s)===!1&&!n&&delete this._tweens[i[o]]}i=Object.keys(this._tweensAddedDuringUpdate)}return!0},e}(),Zy={Linear:function(e,t){var n=e.length-1,i=n*t,o=Math.floor(i),r=Zy.Utils.Linear;return t<0?r(e[0],e[1],i):t>1?r(e[n],e[n-1],n-i):r(e[o],e[o+1>n?n:o+1],i-o)},Bezier:function(e,t){for(var n=0,i=e.length-1,o=Math.pow,r=Zy.Utils.Bernstein,s=0;s<=i;s++)n+=o(1-t,i-s)*o(t,s)*e[s]*r(i,s);return n},CatmullRom:function(e,t){var n=e.length-1,i=n*t,o=Math.floor(i),r=Zy.Utils.CatmullRom;return e[0]===e[n]?(t<0&&(o=Math.floor(i=n*(1+t))),r(e[(o-1+n)%n],e[o],e[(o+1)%n],e[(o+2)%n],i-o)):t<0?e[0]-(r(e[0],e[0],e[1],e[1],-i)-e[0]):t>1?e[n]-(r(e[n],e[n],e[n-1],e[n-1],i-n)-e[n]):r(e[o?o-1:0],e[o],e[n<o+1?n:o+1],e[n<o+2?n:o+2],i-o)},Utils:{Linear:function(e,t,n){return(t-e)*n+e},Bernstein:function(e,t){var n=Zy.Utils.Factorial;return n(e)/n(t)/n(e-t)},Factorial:function(){var e=[1];return function(t){var n=1;if(e[t])return e[t];for(var i=t;i>1;i--)n*=i;return e[t]=n,n}}(),CatmullRom:function(e,t,n,i,o){var r=(n-e)*.5,s=(i-t)*.5,a=o*o,c=o*a;return(2*t-2*n+r+s)*c+(-3*t+3*n-2*r-s)*a+r*o+t}}},k3=function(){function e(){}return e.nextId=function(){return e._nextId++},e._nextId=0,e}(),Mfe=new JW,Lfe=function(){function e(t,n){n===void 0&&(n=Mfe),this._object=t,this._group=n,this._isPaused=!1,this._pauseStart=0,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._initialRepeat=0,this._repeat=0,this._yoyo=!1,this._isPlaying=!1,this._reversed=!1,this._delayTime=0,this._startTime=0,this._easingFunction=sE.Linear.None,this._interpolationFunction=Zy.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._id=k3.nextId(),this._isChainStopped=!1,this._goToEnd=!1}return e.prototype.getId=function(){return this._id},e.prototype.isPlaying=function(){return this._isPlaying},e.prototype.isPaused=function(){return this._isPaused},e.prototype.to=function(t,n){return this._valuesEnd=Object.create(t),n!==void 0&&(this._duration=n),this},e.prototype.duration=function(t){return this._duration=t,this},e.prototype.start=function(t){if(this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(var n in this._valuesStartRepeat)this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n]}return this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t!==void 0?typeof t=="string"?Pg()+parseFloat(t):t:Pg(),this._startTime+=this._delayTime,this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat),this},e.prototype._setupProperties=function(t,n,i,o){for(var r in i){var s=t[r],a=Array.isArray(s),c=a?"array":typeof s,u=!a&&Array.isArray(i[r]);if(!(c==="undefined"||c==="function")){if(u){var f=i[r];if(f.length===0)continue;f=f.map(this._handleRelativeValue.bind(this,s)),i[r]=[s].concat(f)}if((c==="object"||a)&&s&&!u){n[r]=a?[]:{};for(var d in s)n[r][d]=s[d];o[r]=a?[]:{},this._setupProperties(s,n[r],i[r],o[r])}else typeof n[r]>"u"&&(n[r]=s),a||(n[r]*=1),u?o[r]=i[r].slice().reverse():o[r]=n[r]||0}}},e.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},e.prototype.end=function(){return this._goToEnd=!0,this.update(1/0),this},e.prototype.pause=function(t){return t===void 0&&(t=Pg()),this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStart=t,this._group&&this._group.remove(this),this)},e.prototype.resume=function(t){return t===void 0&&(t=Pg()),!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStart,this._pauseStart=0,this._group&&this._group.add(this),this)},e.prototype.stopChainedTweens=function(){for(var t=0,n=this._chainedTweens.length;t<n;t++)this._chainedTweens[t].stop();return this},e.prototype.group=function(t){return this._group=t,this},e.prototype.delay=function(t){return this._delayTime=t,this},e.prototype.repeat=function(t){return this._initialRepeat=t,this._repeat=t,this},e.prototype.repeatDelay=function(t){return this._repeatDelayTime=t,this},e.prototype.yoyo=function(t){return this._yoyo=t,this},e.prototype.easing=function(t){return this._easingFunction=t,this},e.prototype.interpolation=function(t){return this._interpolationFunction=t,this},e.prototype.chain=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return this._chainedTweens=t,this},e.prototype.onStart=function(t){return this._onStartCallback=t,this},e.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},e.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},e.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},e.prototype.onStop=function(t){return this._onStopCallback=t,this},e.prototype.update=function(t,n){if(t===void 0&&(t=Pg()),n===void 0&&(n=!0),this._isPaused)return!0;var i,o,r=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>r)return!1;n&&this.start(t)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),o=(t-this._startTime)/this._duration,o=this._duration===0||o>1?1:o;var s=this._easingFunction(o);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,s),this._onUpdateCallback&&this._onUpdateCallback(this._object,o),o===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(i in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[i]=="string"&&(this._valuesStartRepeat[i]=this._valuesStartRepeat[i]+parseFloat(this._valuesEnd[i])),this._yoyo&&this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var a=0,c=this._chainedTweens.length;a<c;a++)this._chainedTweens[a].start(this._startTime+this._duration);return this._isPlaying=!1,!1}return!0},e.prototype._updateProperties=function(t,n,i,o){for(var r in i)if(n[r]!==void 0){var s=n[r]||0,a=i[r],c=Array.isArray(t[r]),u=Array.isArray(a),f=!c&&u;f?t[r]=this._interpolationFunction(a,o):typeof a=="object"&&a?this._updateProperties(t[r],s,a,o):(a=this._handleRelativeValue(s,a),typeof a=="number"&&(t[r]=s+(a-s)*o))}},e.prototype._handleRelativeValue=function(t,n){return typeof n!="string"?n:n.charAt(0)==="+"||n.charAt(0)==="-"?t+parseFloat(n):parseFloat(n)},e.prototype._swapEndStartRepeatValues=function(t){var n=this._valuesStartRepeat[t],i=this._valuesEnd[t];typeof i=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(i):this._valuesStartRepeat[t]=this._valuesEnd[t],this._valuesEnd[t]=n},e}(),Ffe="18.6.4",Nfe=k3.nextId,Ih=Mfe,kfe=Ih.getAll.bind(Ih),Vfe=Ih.removeAll.bind(Ih),Ufe=Ih.add.bind(Ih),zfe=Ih.remove.bind(Ih),Hfe=Ih.update.bind(Ih),vJe={Easing:sE,Group:JW,Interpolation:Zy,now:Pg,Sequence:k3,nextId:Nfe,Tween:Lfe,VERSION:Ffe,getAll:kfe,removeAll:Vfe,add:Ufe,remove:zfe,update:Hfe};Oa.Easing=sE;Oa.Group=JW;Oa.Interpolation=Zy;Oa.Sequence=k3;Oa.Tween=Lfe;Oa.VERSION=Ffe;Oa.add=Ufe;Oa.default=vJe;Oa.getAll=kfe;Oa.nextId=Nfe;Oa.now=Pg;Oa.remove=zfe;Oa.removeAll=Vfe;Oa.update=Hfe});var M7=Mn((exports,module)=>{/*!
* protobuf.js v7.4.0 (c) 2016, daniel wirtz
* compiled thu, 22 aug 2024 20:30:39 utc
* licensed under the bsd-3-clause license
* see: https://github.com/dcodeio/protobuf.js for details
*/(function(undefined){"use strict";(function(t,n,i){function o(s){var a=n[s];return a||t[s][0].call(a=n[s]={exports:{}},o,a,a.exports),a.exports}var r=o(i[0]);r.util.global.protobuf=r,typeof define=="function"&&define.amd&&define(["long"],function(s){return s&&s.isLong&&(r.util.Long=s,r.configure()),r}),typeof module=="object"&&module&&module.exports&&(module.exports=r)})({1:[function(e,t,n){"use strict";t.exports=i;function i(o,r){for(var s=new Array(arguments.length-1),a=0,c=2,u=!0;c<arguments.length;)s[a++]=arguments[c++];return new Promise(function(d,p){s[a]=function(m){if(u)if(u=!1,m)p(m);else{for(var A=new Array(arguments.length-1),C=0;C<A.length;)A[C++]=arguments[C];d.apply(null,A)}};try{o.apply(r||null,s)}catch(g){u&&(u=!1,p(g))}})}},{}],2:[function(e,t,n){"use strict";var i=n;i.length=function(u){var f=u.length;if(!f)return 0;for(var d=0;--f%4>1&&u.charAt(f)==="=";)++d;return Math.ceil(u.length*3)/4-d};for(var o=new Array(64),r=new Array(123),s=0;s<64;)r[o[s]=s<26?s+65:s<52?s+71:s<62?s-4:s-59|43]=s++;i.encode=function(u,f,d){for(var p=null,g=[],m=0,A=0,C;f<d;){var x=u[f++];switch(A){case 0:g[m++]=o[x>>2],C=(x&3)<<4,A=1;break;case 1:g[m++]=o[C|x>>4],C=(x&15)<<2,A=2;break;case 2:g[m++]=o[C|x>>6],g[m++]=o[x&63],A=0;break}m>8191&&((p||(p=[])).push(String.fromCharCode.apply(String,g)),m=0)}return A&&(g[m++]=o[C],g[m++]=61,A===1&&(g[m++]=61)),p?(m&&p.push(String.fromCharCode.apply(String,g.slice(0,m))),p.join("")):String.fromCharCode.apply(String,g.slice(0,m))};var a="invalid encoding";i.decode=function(u,f,d){for(var p=d,g=0,m,A=0;A<u.length;){var C=u.charCodeAt(A++);if(C===61&&g>1)break;if((C=r[C])===undefined)throw Error(a);switch(g){case 0:m=C,g=1;break;case 1:f[d++]=m<<2|(C&48)>>4,m=C,g=2;break;case 2:f[d++]=(m&15)<<4|(C&60)>>2,m=C,g=3;break;case 3:f[d++]=(m&3)<<6|C,g=0;break}}if(g===1)throw Error(a);return d-p},i.test=function(u){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(u)}},{}],3:[function(e,t,n){"use strict";t.exports=i;function i(){this._listeners={}}i.prototype.on=function(r,s,a){return(this._listeners[r]||(this._listeners[r]=[])).push({fn:s,ctx:a||this}),this},i.prototype.off=function(r,s){if(r===undefined)this._listeners={};else if(s===undefined)this._listeners[r]=[];else for(var a=this._listeners[r],c=0;c<a.length;)a[c].fn===s?a.splice(c,1):++c;return this},i.prototype.emit=function(r){var s=this._listeners[r];if(s){for(var a=[],c=1;c<arguments.length;)a.push(arguments[c++]);for(c=0;c<s.length;)s[c].fn.apply(s[c++].ctx,a)}return this}},{}],4:[function(e,t,n){"use strict";t.exports=i(i);function i(c){return typeof Float32Array<"u"?function(){var u=new Float32Array([-0]),f=new Uint8Array(u.buffer),d=f[3]===128;function p(C,x,b){u[0]=C,x[b]=f[0],x[b+1]=f[1],x[b+2]=f[2],x[b+3]=f[3]}function g(C,x,b){u[0]=C,x[b]=f[3],x[b+1]=f[2],x[b+2]=f[1],x[b+3]=f[0]}c.writeFloatLE=d?p:g,c.writeFloatBE=d?g:p;function m(C,x){return f[0]=C[x],f[1]=C[x+1],f[2]=C[x+2],f[3]=C[x+3],u[0]}function A(C,x){return f[3]=C[x],f[2]=C[x+1],f[1]=C[x+2],f[0]=C[x+3],u[0]}c.readFloatLE=d?m:A,c.readFloatBE=d?A:m}():function(){function u(d,p,g,m){var A=p<0?1:0;if(A&&(p=-p),p===0)d(1/p>0?0:2147483648,g,m);else if(isNaN(p))d(2143289344,g,m);else if(p>34028234663852886e22)d((A<<31|2139095040)>>>0,g,m);else if(p<11754943508222875e-54)d((A<<31|Math.round(p/1401298464324817e-60))>>>0,g,m);else{var C=Math.floor(Math.log(p)/Math.LN2),x=Math.round(p*Math.pow(2,-C)*8388608)&8388607;d((A<<31|C+127<<23|x)>>>0,g,m)}}c.writeFloatLE=u.bind(null,o),c.writeFloatBE=u.bind(null,r);function f(d,p,g){var m=d(p,g),A=(m>>31)*2+1,C=m>>>23&255,x=m&8388607;return C===255?x?NaN:A*(1/0):C===0?A*1401298464324817e-60*x:A*Math.pow(2,C-150)*(x+8388608)}c.readFloatLE=f.bind(null,s),c.readFloatBE=f.bind(null,a)}(),typeof Float64Array<"u"?function(){var u=new Float64Array([-0]),f=new Uint8Array(u.buffer),d=f[7]===128;function p(C,x,b){u[0]=C,x[b]=f[0],x[b+1]=f[1],x[b+2]=f[2],x[b+3]=f[3],x[b+4]=f[4],x[b+5]=f[5],x[b+6]=f[6],x[b+7]=f[7]}function g(C,x,b){u[0]=C,x[b]=f[7],x[b+1]=f[6],x[b+2]=f[5],x[b+3]=f[4],x[b+4]=f[3],x[b+5]=f[2],x[b+6]=f[1],x[b+7]=f[0]}c.writeDoubleLE=d?p:g,c.writeDoubleBE=d?g:p;function m(C,x){return f[0]=C[x],f[1]=C[x+1],f[2]=C[x+2],f[3]=C[x+3],f[4]=C[x+4],f[5]=C[x+5],f[6]=C[x+6],f[7]=C[x+7],u[0]}function A(C,x){return f[7]=C[x],f[6]=C[x+1],f[5]=C[x+2],f[4]=C[x+3],f[3]=C[x+4],f[2]=C[x+5],f[1]=C[x+6],f[0]=C[x+7],u[0]}c.readDoubleLE=d?m:A,c.readDoubleBE=d?A:m}():function(){function u(d,p,g,m,A,C){var x=m<0?1:0;if(x&&(m=-m),m===0)d(0,A,C+p),d(1/m>0?0:2147483648,A,C+g);else if(isNaN(m))d(0,A,C+p),d(2146959360,A,C+g);else if(m>17976931348623157e292)d(0,A,C+p),d((x<<31|2146435072)>>>0,A,C+g);else{var b;if(m<22250738585072014e-324)b=m/5e-324,d(b>>>0,A,C+p),d((x<<31|b/4294967296)>>>0,A,C+g);else{var E=Math.floor(Math.log(m)/Math.LN2);E===1024&&(E=1023),b=m*Math.pow(2,-E),d(b*4503599627370496>>>0,A,C+p),d((x<<31|E+1023<<20|b*1048576&1048575)>>>0,A,C+g)}}}c.writeDoubleLE=u.bind(null,o,0,4),c.writeDoubleBE=u.bind(null,r,4,0);function f(d,p,g,m,A){var C=d(m,A+p),x=d(m,A+g),b=(x>>31)*2+1,E=x>>>20&2047,S=4294967296*(x&1048575)+C;return E===2047?S?NaN:b*(1/0):E===0?b*5e-324*S:b*Math.pow(2,E-1075)*(S+4503599627370496)}c.readDoubleLE=f.bind(null,s,0,4),c.readDoubleBE=f.bind(null,a,4,0)}(),c}function o(c,u,f){u[f]=c&255,u[f+1]=c>>>8&255,u[f+2]=c>>>16&255,u[f+3]=c>>>24}function r(c,u,f){u[f]=c>>>24,u[f+1]=c>>>16&255,u[f+2]=c>>>8&255,u[f+3]=c&255}function s(c,u){return(c[u]|c[u+1]<<8|c[u+2]<<16|c[u+3]<<24)>>>0}function a(c,u){return(c[u]<<24|c[u+1]<<16|c[u+2]<<8|c[u+3])>>>0}},{}],5:[function(require,module,exports){"use strict";module.exports=inquire;function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(e){}return null}},{}],6:[function(e,t,n){"use strict";t.exports=i;function i(o,r,s){var a=s||8192,c=a>>>1,u=null,f=a;return function(p){if(p<1||p>c)return o(p);f+p>a&&(u=o(a),f=0);var g=r.call(u,f,f+=p);return f&7&&(f=(f|7)+1),g}}},{}],7:[function(e,t,n){"use strict";var i=n;i.length=function(r){for(var s=0,a=0,c=0;c<r.length;++c)a=r.charCodeAt(c),a<128?s+=1:a<2048?s+=2:(a&64512)===55296&&(r.charCodeAt(c+1)&64512)===56320?(++c,s+=4):s+=3;return s},i.read=function(r,s,a){var c=a-s;if(c<1)return"";for(var u=null,f=[],d=0,p;s<a;)p=r[s++],p<128?f[d++]=p:p>191&&p<224?f[d++]=(p&31)<<6|r[s++]&63:p>239&&p<365?(p=((p&7)<<18|(r[s++]&63)<<12|(r[s++]&63)<<6|r[s++]&63)-65536,f[d++]=55296+(p>>10),f[d++]=56320+(p&1023)):f[d++]=(p&15)<<12|(r[s++]&63)<<6|r[s++]&63,d>8191&&((u||(u=[])).push(String.fromCharCode.apply(String,f)),d=0);return u?(d&&u.push(String.fromCharCode.apply(String,f.slice(0,d))),u.join("")):String.fromCharCode.apply(String,f.slice(0,d))},i.write=function(r,s,a){for(var c=a,u,f,d=0;d<r.length;++d)u=r.charCodeAt(d),u<128?s[a++]=u:u<2048?(s[a++]=u>>6|192,s[a++]=u&63|128):(u&64512)===55296&&((f=r.charCodeAt(d+1))&64512)===56320?(u=65536+((u&1023)<<10)+(f&1023),++d,s[a++]=u>>18|240,s[a++]=u>>12&63|128,s[a++]=u>>6&63|128,s[a++]=u&63|128):(s[a++]=u>>12|224,s[a++]=u>>6&63|128,s[a++]=u&63|128);return a-c}},{}],8:[function(e,t,n){"use strict";var i=n;i.build="minimal",i.Writer=e(16),i.BufferWriter=e(17),i.Reader=e(9),i.BufferReader=e(10),i.util=e(15),i.rpc=e(12),i.roots=e(11),i.configure=o;function o(){i.util._configure(),i.Writer._configure(i.BufferWriter),i.Reader._configure(i.BufferReader)}o()},{10:10,11:11,12:12,15:15,16:16,17:17,9:9}],9:[function(e,t,n){"use strict";t.exports=c;var i=e(15),o,r=i.LongBits,s=i.utf8;function a(m,A){return RangeError("index out of range: "+m.pos+" + "+(A||1)+" > "+m.len)}function c(m){this.buf=m,this.pos=0,this.len=m.length}var u=typeof Uint8Array<"u"?function(A){if(A instanceof Uint8Array||Array.isArray(A))return new c(A);throw Error("illegal buffer")}:function(A){if(Array.isArray(A))return new c(A);throw Error("illegal buffer")},f=function(){return i.Buffer?function(C){return(c.create=function(b){return i.Buffer.isBuffer(b)?new o(b):u(b)})(C)}:u};c.create=f(),c.prototype._slice=i.Array.prototype.subarray||i.Array.prototype.slice,c.prototype.uint32=function(){var A=4294967295;return function(){if(A=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(A=(A|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(A=(A|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(A=(A|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(A=(A|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return A;if((this.pos+=5)>this.len)throw this.pos=this.len,a(this,10);return A}}(),c.prototype.int32=function(){return this.uint32()|0},c.prototype.sint32=function(){var A=this.uint32();return A>>>1^-(A&1)|0};function d(){var m=new r(0,0),A=0;if(this.len-this.pos>4){for(;A<4;++A)if(m.lo=(m.lo|(this.buf[this.pos]&127)<<A*7)>>>0,this.buf[this.pos++]<128)return m;if(m.lo=(m.lo|(this.buf[this.pos]&127)<<28)>>>0,m.hi=(m.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return m;A=0}else{for(;A<3;++A){if(this.pos>=this.len)throw a(this);if(m.lo=(m.lo|(this.buf[this.pos]&127)<<A*7)>>>0,this.buf[this.pos++]<128)return m}return m.lo=(m.lo|(this.buf[this.pos++]&127)<<A*7)>>>0,m}if(this.len-this.pos>4){for(;A<5;++A)if(m.hi=(m.hi|(this.buf[this.pos]&127)<<A*7+3)>>>0,this.buf[this.pos++]<128)return m}else for(;A<5;++A){if(this.pos>=this.len)throw a(this);if(m.hi=(m.hi|(this.buf[this.pos]&127)<<A*7+3)>>>0,this.buf[this.pos++]<128)return m}throw Error("invalid varint encoding")}c.prototype.bool=function(){return this.uint32()!==0};function p(m,A){return(m[A-4]|m[A-3]<<8|m[A-2]<<16|m[A-1]<<24)>>>0}c.prototype.fixed32=function(){if(this.pos+4>this.len)throw a(this,4);return p(this.buf,this.pos+=4)},c.prototype.sfixed32=function(){if(this.pos+4>this.len)throw a(this,4);return p(this.buf,this.pos+=4)|0};function g(){if(this.pos+8>this.len)throw a(this,8);return new r(p(this.buf,this.pos+=4),p(this.buf,this.pos+=4))}c.prototype.float=function(){if(this.pos+4>this.len)throw a(this,4);var A=i.float.readFloatLE(this.buf,this.pos);return this.pos+=4,A},c.prototype.double=function(){if(this.pos+8>this.len)throw a(this,4);var A=i.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,A},c.prototype.bytes=function(){var A=this.uint32(),C=this.pos,x=this.pos+A;if(x>this.len)throw a(this,A);if(this.pos+=A,Array.isArray(this.buf))return this.buf.slice(C,x);if(C===x){var b=i.Buffer;return b?b.alloc(0):new this.buf.constructor(0)}return this._slice.call(this.buf,C,x)},c.prototype.string=function(){var A=this.bytes();return s.read(A,0,A.length)},c.prototype.skip=function(A){if(typeof A=="number"){if(this.pos+A>this.len)throw a(this,A);this.pos+=A}else do if(this.pos>=this.len)throw a(this);while(this.buf[this.pos++]&128);return this},c.prototype.skipType=function(m){switch(m){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(m=this.uint32()&7)!==4;)this.skipType(m);break;case 5:this.skip(4);break;default:throw Error("invalid wire type "+m+" at offset "+this.pos)}return this},c._configure=function(m){o=m,c.create=f(),o._configure();var A=i.Long?"toLong":"toNumber";i.merge(c.prototype,{int64:function(){return d.call(this)[A](!1)},uint64:function(){return d.call(this)[A](!0)},sint64:function(){return d.call(this).zzDecode()[A](!1)},fixed64:function(){return g.call(this)[A](!0)},sfixed64:function(){return g.call(this)[A](!1)}})}},{15:15}],10:[function(e,t,n){"use strict";t.exports=r;var i=e(9);(r.prototype=Object.create(i.prototype)).constructor=r;var o=e(15);function r(s){i.call(this,s)}r._configure=function(){o.Buffer&&(r.prototype._slice=o.Buffer.prototype.slice)},r.prototype.string=function(){var a=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+a,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+a,this.len))},r._configure()},{15:15,9:9}],11:[function(e,t,n){"use strict";t.exports={}},{}],12:[function(e,t,n){"use strict";var i=n;i.Service=e(13)},{13:13}],13:[function(e,t,n){"use strict";t.exports=o;var i=e(15);(o.prototype=Object.create(i.EventEmitter.prototype)).constructor=o;function o(r,s,a){if(typeof r!="function")throw TypeError("rpcImpl must be a function");i.EventEmitter.call(this),this.rpcImpl=r,this.requestDelimited=Boolean(s),this.responseDelimited=Boolean(a)}o.prototype.rpcCall=function r(s,a,c,u,f){if(!u)throw TypeError("request must be specified");var d=this;if(!f)return i.asPromise(r,d,s,a,c,u);if(!d.rpcImpl)return setTimeout(function(){f(Error("already ended"))},0),undefined;try{return d.rpcImpl(s,a[d.requestDelimited?"encodeDelimited":"encode"](u).finish(),function(g,m){if(g)return d.emit("error",g,s),f(g);if(m===null)return d.end(!0),undefined;if(!(m instanceof c))try{m=c[d.responseDelimited?"decodeDelimited":"decode"](m)}catch(A){return d.emit("error",A,s),f(A)}return d.emit("data",m,s),f(null,m)})}catch(p){return d.emit("error",p,s),setTimeout(function(){f(p)},0),undefined}},o.prototype.end=function(s){return this.rpcImpl&&(s||this.rpcImpl(null,null,null),this.rpcImpl=null,this.emit("end").off()),this}},{15:15}],14:[function(e,t,n){"use strict";t.exports=o;var i=e(15);function o(c,u){this.lo=c>>>0,this.hi=u>>>0}var r=o.zero=new o(0,0);r.toNumber=function(){return 0},r.zzEncode=r.zzDecode=function(){return this},r.length=function(){return 1};var s=o.zeroHash="\0\0\0\0\0\0\0\0";o.fromNumber=function(u){if(u===0)return r;var f=u<0;f&&(u=-u);var d=u>>>0,p=(u-d)/4294967296>>>0;return f&&(p=~p>>>0,d=~d>>>0,++d>4294967295&&(d=0,++p>4294967295&&(p=0))),new o(d,p)},o.from=function(u){if(typeof u=="number")return o.fromNumber(u);if(i.isString(u))if(i.Long)u=i.Long.fromString(u);else return o.fromNumber(parseInt(u,10));return u.low||u.high?new o(u.low>>>0,u.high>>>0):r},o.prototype.toNumber=function(u){if(!u&&this.hi>>>31){var f=~this.lo+1>>>0,d=~this.hi>>>0;return f||(d=d+1>>>0),-(f+d*4294967296)}return this.lo+this.hi*4294967296},o.prototype.toLong=function(u){return i.Long?new i.Long(this.lo|0,this.hi|0,Boolean(u)):{low:this.lo|0,high:this.hi|0,unsigned:Boolean(u)}};var a=String.prototype.charCodeAt;o.fromHash=function(u){return u===s?r:new o((a.call(u,0)|a.call(u,1)<<8|a.call(u,2)<<16|a.call(u,3)<<24)>>>0,(a.call(u,4)|a.call(u,5)<<8|a.call(u,6)<<16|a.call(u,7)<<24)>>>0)},o.prototype.toHash=function(){return String.fromCharCode(this.lo&255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)},o.prototype.zzEncode=function(){var u=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^u)>>>0,this.lo=(this.lo<<1^u)>>>0,this},o.prototype.zzDecode=function(){var u=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^u)>>>0,this.hi=(this.hi>>>1^u)>>>0,this},o.prototype.length=function(){var u=this.lo,f=(this.lo>>>28|this.hi<<4)>>>0,d=this.hi>>>24;return d===0?f===0?u<16384?u<128?1:2:u<2097152?3:4:f<16384?f<128?5:6:f<2097152?7:8:d<128?9:10}},{15:15}],15:[function(e,t,n){"use strict";var i=n;i.asPromise=e(1),i.base64=e(2),i.EventEmitter=e(3),i.float=e(4),i.inquire=e(5),i.utf8=e(7),i.pool=e(6),i.LongBits=e(14),i.isNode=Boolean(typeof global<"u"&&global&&global.process&&global.process.versions&&global.process.versions.node),i.global=i.isNode&&global||typeof window<"u"&&window||typeof self<"u"&&self||this,i.emptyArray=Object.freeze?Object.freeze([]):[],i.emptyObject=Object.freeze?Object.freeze({}):{},i.isInteger=Number.isInteger||function(a){return typeof a=="number"&&isFinite(a)&&Math.floor(a)===a},i.isString=function(a){return typeof a=="string"||a instanceof String},i.isObject=function(a){return a&&typeof a=="object"},i.isset=i.isSet=function(a,c){var u=a[c];return u!=null&&a.hasOwnProperty(c)?typeof u!="object"||(Array.isArray(u)?u.length:Object.keys(u).length)>0:!1},i.Buffer=function(){try{var s=i.inquire("buffer").Buffer;return s.prototype.utf8Write?s:null}catch{return null}}(),i._Buffer_from=null,i._Buffer_allocUnsafe=null,i.newBuffer=function(a){return typeof a=="number"?i.Buffer?i._Buffer_allocUnsafe(a):new i.Array(a):i.Buffer?i._Buffer_from(a):typeof Uint8Array>"u"?a:new Uint8Array(a)},i.Array=typeof Uint8Array<"u"?Uint8Array:Array,i.Long=i.global.dcodeIO&&i.global.dcodeIO.Long||i.global.Long||i.inquire("long"),i.key2Re=/^true|false|0|1$/,i.key32Re=/^-?(?:0|[1-9][0-9]*)$/,i.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/,i.longToHash=function(a){return a?i.LongBits.from(a).toHash():i.LongBits.zeroHash},i.longFromHash=function(a,c){var u=i.LongBits.fromHash(a);return i.Long?i.Long.fromBits(u.lo,u.hi,c):u.toNumber(Boolean(c))};function o(s,a,c){for(var u=Object.keys(a),f=0;f<u.length;++f)(s[u[f]]===undefined||!c)&&(s[u[f]]=a[u[f]]);return s}i.merge=o,i.lcFirst=function(a){return a.charAt(0).toLowerCase()+a.substring(1)};function r(s){function a(c,u){if(!(this instanceof a))return new a(c,u);Object.defineProperty(this,"message",{get:function(){return c}}),Error.captureStackTrace?Error.captureStackTrace(this,a):Object.defineProperty(this,"stack",{value:new Error().stack||""}),u&&o(this,u)}return a.prototype=Object.create(Error.prototype,{constructor:{value:a,writable:!0,enumerable:!1,configurable:!0},name:{get:function(){return s},set:undefined,enumerable:!1,configurable:!0},toString:{value:function(){return this.name+": "+this.message},writable:!0,enumerable:!1,configurable:!0}}),a}i.newError=r,i.ProtocolError=r("ProtocolError"),i.oneOfGetter=function(a){for(var c={},u=0;u<a.length;++u)c[a[u]]=1;return function(){for(var f=Object.keys(this),d=f.length-1;d>-1;--d)if(c[f[d]]===1&&this[f[d]]!==undefined&&this[f[d]]!==null)return f[d]}},i.oneOfSetter=function(a){return function(c){for(var u=0;u<a.length;++u)a[u]!==c&&delete this[a[u]]}},i.toJSONOptions={longs:String,enums:String,bytes:String,json:!0},i._configure=function(){var s=i.Buffer;if(!s){i._Buffer_from=i._Buffer_allocUnsafe=null;return}i._Buffer_from=s.from!==Uint8Array.from&&s.from||function(c,u){return new s(c,u)},i._Buffer_allocUnsafe=s.allocUnsafe||function(c){return new s(c)}}},{1:1,14:14,2:2,3:3,4:4,5:5,6:6,7:7}],16:[function(e,t,n){"use strict";t.exports=d;var i=e(15),o,r=i.LongBits,s=i.base64,a=i.utf8;function c(E,S,D){this.fn=E,this.len=S,this.next=undefined,this.val=D}function u(){}function f(E){this.head=E.head,this.tail=E.tail,this.len=E.len,this.next=E.states}function d(){this.len=0,this.head=new c(u,0,0),this.tail=this.head,this.states=null}var p=function(){return i.Buffer?function(){return(d.create=function(){return new o})()}:function(){return new d}};d.create=p(),d.alloc=function(S){return new i.Array(S)},i.Array!==Array&&(d.alloc=i.pool(d.alloc,i.Array.prototype.subarray)),d.prototype._push=function(S,D,v){return this.tail=this.tail.next=new c(S,D,v),this.len+=D,this};function g(E,S,D){S[D]=E&255}function m(E,S,D){for(;E>127;)S[D++]=E&127|128,E>>>=7;S[D]=E}function A(E,S){this.len=E,this.next=undefined,this.val=S}A.prototype=Object.create(c.prototype),A.prototype.fn=m,d.prototype.uint32=function(S){return this.len+=(this.tail=this.tail.next=new A((S=S>>>0)<128?1:S<16384?2:S<2097152?3:S<268435456?4:5,S)).len,this},d.prototype.int32=function(S){return S<0?this._push(C,10,r.fromNumber(S)):this.uint32(S)},d.prototype.sint32=function(S){return this.uint32((S<<1^S>>31)>>>0)};function C(E,S,D){for(;E.hi;)S[D++]=E.lo&127|128,E.lo=(E.lo>>>7|E.hi<<25)>>>0,E.hi>>>=7;for(;E.lo>127;)S[D++]=E.lo&127|128,E.lo=E.lo>>>7;S[D++]=E.lo}d.prototype.uint64=function(S){var D=r.from(S);return this._push(C,D.length(),D)},d.prototype.int64=d.prototype.uint64,d.prototype.sint64=function(S){var D=r.from(S).zzEncode();return this._push(C,D.length(),D)},d.prototype.bool=function(S){return this._push(g,1,S?1:0)};function x(E,S,D){S[D]=E&255,S[D+1]=E>>>8&255,S[D+2]=E>>>16&255,S[D+3]=E>>>24}d.prototype.fixed32=function(S){return this._push(x,4,S>>>0)},d.prototype.sfixed32=d.prototype.fixed32,d.prototype.fixed64=function(S){var D=r.from(S);return this._push(x,4,D.lo)._push(x,4,D.hi)},d.prototype.sfixed64=d.prototype.fixed64,d.prototype.float=function(S){return this._push(i.float.writeFloatLE,4,S)},d.prototype.double=function(S){return this._push(i.float.writeDoubleLE,8,S)};var b=i.Array.prototype.set?function(S,D,v){D.set(S,v)}:function(S,D,v){for(var O=0;O<S.length;++O)D[v+O]=S[O]};d.prototype.bytes=function(S){var D=S.length>>>0;if(!D)return this._push(g,1,0);if(i.isString(S)){var v=d.alloc(D=s.length(S));s.decode(S,v,0),S=v}return this.uint32(D)._push(b,D,S)},d.prototype.string=function(S){var D=a.length(S);return D?this.uint32(D)._push(a.write,D,S):this._push(g,1,0)},d.prototype.fork=function(){return this.states=new f(this),this.head=this.tail=new c(u,0,0),this.len=0,this},d.prototype.reset=function(){return this.states?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new c(u,0,0),this.len=0),this},d.prototype.ldelim=function(){var S=this.head,D=this.tail,v=this.len;return this.reset().uint32(v),v&&(this.tail.next=S.next,this.tail=D,this.len+=v),this},d.prototype.finish=function(){for(var S=this.head.next,D=this.constructor.alloc(this.len),v=0;S;)S.fn(S.val,D,v),v+=S.len,S=S.next;return D},d._configure=function(E){o=E,d.create=p(),o._configure()}},{15:15}],17:[function(e,t,n){"use strict";t.exports=r;var i=e(16);(r.prototype=Object.create(i.prototype)).constructor=r;var o=e(15);function r(){i.call(this)}r._configure=function(){r.alloc=o._Buffer_allocUnsafe,r.writeBytesBuffer=o.Buffer&&o.Buffer.prototype instanceof Uint8Array&&o.Buffer.prototype.set.name==="set"?function(c,u,f){u.set(c,f)}:function(c,u,f){if(c.copy)c.copy(u,f,0,c.length);else for(var d=0;d<c.length;)u[f++]=c[d++]}},r.prototype.bytes=function(c){o.isString(c)&&(c=o._Buffer_from(c,"base64"));var u=c.length>>>0;return this.uint32(u),u&&this._push(r.writeBytesBuffer,u,c),this};function s(a,c,u){a.length<40?o.utf8.write(a,c,u):c.utf8Write?c.utf8Write(a,u):c.write(a,u)}r.prototype.string=function(c){var u=o.Buffer.byteLength(c);return this.uint32(u),u&&this._push(s,u,c),this},r._configure()},{15:15,16:16}]},{},[8])})()});var Pye=Mn((nP,iY)=>{/*! NoSleep.min.js v0.12.0 - git.io/vfn01 - Rich Tibbett - MIT license */(function(e,t){typeof nP=="object"&&typeof iY=="object"?iY.exports=t():typeof define=="function"&&define.amd?define([],t):typeof nP=="object"?nP.NoSleep=t():e.NoSleep=t()})(nP,function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(i,o,r){n.o(i,o)||Object.defineProperty(i,o,{enumerable:!0,get:r})},n.r=function(i){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})},n.t=function(i,o){if(1&o&&(i=n(i)),8&o||4&o&&typeof i=="object"&&i&&i.__esModule)return i;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:i}),2&o&&typeof i!="string")for(var s in i)n.d(r,s,function(a){return i[a]}.bind(null,s));return r},n.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return n.d(o,"a",o),o},n.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";var i=function(){function f(d,p){for(var g=0;g<p.length;g++){var m=p[g];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(d,m.key,m)}}return function(d,p,g){return p&&f(d.prototype,p),g&&f(d,g),d}}(),o=n(1),r=o.webm,s=o.mp4,a=function(){return typeof navigator<"u"&&parseFloat((""+(/CPU.*OS ([0-9_]{3,4})[0-9_]{0,1}|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent)||[0,""])[1]).replace("undefined","3_2").replace("_",".").replace("_",""))<10&&!window.MSStream},c=function(){return"wakeLock"in navigator},u=function(){function f(){var d=this;if(function(g,m){if(!(g instanceof m))throw new TypeError("Cannot call a class as a function")}(this,f),this.enabled=!1,c()){this._wakeLock=null;var p=function(){d._wakeLock!==null&&document.visibilityState==="visible"&&d.enable()};document.addEventListener("visibilitychange",p),document.addEventListener("fullscreenchange",p)}else a()?this.noSleepTimer=null:(this.noSleepVideo=document.createElement("video"),this.noSleepVideo.setAttribute("title","No Sleep"),this.noSleepVideo.setAttribute("playsinline",""),this._addSourceToVideo(this.noSleepVideo,"webm",r),this._addSourceToVideo(this.noSleepVideo,"mp4",s),this.noSleepVideo.addEventListener("loadedmetadata",function(){d.noSleepVideo.duration<=1?d.noSleepVideo.setAttribute("loop",""):d.noSleepVideo.addEventListener("timeupdate",function(){d.noSleepVideo.currentTime>.5&&(d.noSleepVideo.currentTime=Math.random())})}))}return i(f,[{key:"_addSourceToVideo",value:function(d,p,g){var m=document.createElement("source");m.src=g,m.type="video/"+p,d.appendChild(m)}},{key:"enable",value:function(){var d=this;return c()?navigator.wakeLock.request("screen").then(function(p){d._wakeLock=p,d.enabled=!0,console.log("Wake Lock active."),d._wakeLock.addEventListener("release",function(){console.log("Wake Lock released.")})}).catch(function(p){throw d.enabled=!1,console.error(p.name+", "+p.message),p}):a()?(this.disable(),console.warn(`
NoSleep enabled for older iOS devices. This can interrupt
active or long-running network requests from completing successfully.
See https://github.com/richtr/NoSleep.js/issues/15 for more details.
`),this.noSleepTimer=window.setInterval(function(){document.hidden||(window.location.href=window.location.href.split("#")[0],window.setTimeout(window.stop,0))},15e3),this.enabled=!0,Promise.resolve()):this.noSleepVideo.play().then(function(p){return d.enabled=!0,p}).catch(function(p){throw d.enabled=!1,p})}},{key:"disable",value:function(){c()?(this._wakeLock&&this._wakeLock.release(),this._wakeLock=null):a()?this.noSleepTimer&&(console.warn(`
NoSleep now disabled for older iOS devices.
`),window.clearInterval(this.noSleepTimer),this.noSleepTimer=null):this.noSleepVideo.pause(),this.enabled=!1}},{key:"isEnabled",get:function(){return this.enabled}}]),f}();e.exports=u},function(e,t,n){"use strict";e.exports={webm:"data:video/webm;base64,GkXfowEAAAAAAAAfQoaBAUL3gQFC8oEEQvOBCEKChHdlYm1Ch4EEQoWBAhhTgGcBAAAAAAAVkhFNm3RALE27i1OrhBVJqWZTrIHfTbuMU6uEFlSua1OsggEwTbuMU6uEHFO7a1OsghV17AEAAAAAAACkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVSalmAQAAAAAAAEUq17GDD0JATYCNTGF2ZjU1LjMzLjEwMFdBjUxhdmY1NS4zMy4xMDBzpJBlrrXf3DCDVB8KcgbMpcr+RImIQJBgAAAAAAAWVK5rAQAAAAAAD++uAQAAAAAAADLXgQFzxYEBnIEAIrWcg3VuZIaFVl9WUDiDgQEj44OEAmJaAOABAAAAAAAABrCBsLqBkK4BAAAAAAAPq9eBAnPFgQKcgQAitZyDdW5khohBX1ZPUkJJU4OBAuEBAAAAAAAAEZ+BArWIQOdwAAAAAABiZIEgY6JPbwIeVgF2b3JiaXMAAAAAAoC7AAAAAAAAgLUBAAAAAAC4AQN2b3JiaXMtAAAAWGlwaC5PcmcgbGliVm9yYmlzIEkgMjAxMDExMDEgKFNjaGF1ZmVudWdnZXQpAQAAABUAAABlbmNvZGVyPUxhdmM1NS41Mi4xMDIBBXZvcmJpcyVCQ1YBAEAAACRzGCpGpXMWhBAaQlAZ4xxCzmvsGUJMEYIcMkxbyyVzkCGkoEKIWyiB0JBVAABAAACHQXgUhIpBCCGEJT1YkoMnPQghhIg5eBSEaUEIIYQQQgghhBBCCCGERTlokoMnQQgdhOMwOAyD5Tj4HIRFOVgQgydB6CCED0K4moOsOQghhCQ1SFCDBjnoHITCLCiKgsQwuBaEBDUojILkMMjUgwtCiJqDSTX4GoRnQXgWhGlBCCGEJEFIkIMGQcgYhEZBWJKDBjm4FITLQagahCo5CB+EIDRkFQCQAACgoiiKoigKEBqyCgDIAAAQQFEUx3EcyZEcybEcCwgNWQUAAAEACAAAoEiKpEiO5EiSJFmSJVmSJVmS5omqLMuyLMuyLMsyEBqyCgBIAABQUQxFcRQHCA1ZBQBkAAAIoDiKpViKpWiK54iOCISGrAIAgAAABAAAEDRDUzxHlETPVFXXtm3btm3btm3btm3btm1blmUZCA1ZBQBAAAAQ0mlmqQaIMAMZBkJDVgEACAAAgBGKMMSA0JBVAABAAACAGEoOogmtOd+c46BZDppKsTkdnEi1eZKbirk555xzzsnmnDHOOeecopxZDJoJrTnnnMSgWQqaCa0555wnsXnQmiqtOeeccc7pYJwRxjnnnCateZCajbU555wFrWmOmkuxOeecSLl5UptLtTnnnHPOOeecc84555zqxekcnBPOOeecqL25lpvQxTnnnE/G6d6cEM4555xzzjnnnHPOOeecIDRkFQAABABAEIaNYdwpCNLnaCBGEWIaMulB9+gwCRqDnELq0ehopJQ6CCWVcVJKJwgNWQUAAAIAQAghhRRSSCGFFFJIIYUUYoghhhhyyimnoIJKKqmooowyyyyzzDLLLLPMOuyssw47DDHEEEMrrcRSU2011lhr7jnnmoO0VlprrbVSSimllFIKQkNWAQAgAAAEQgYZZJBRSCGFFGKIKaeccgoqqIDQkFUAACAAgAAAAABP8hzRER3RER3RER3RER3R8RzPESVREiVREi3TMjXTU0VVdWXXlnVZt31b2IVd933d933d+HVhWJZlWZZlWZZlWZZlWZZlWZYgNGQVAAACAAAghBBCSCGFFFJIKcYYc8w56CSUEAgNWQUAAAIACAAAAHAUR3EcyZEcSbIkS9IkzdIsT/M0TxM9URRF0zRV0RVdUTdtUTZl0zVdUzZdVVZtV5ZtW7Z125dl2/d93/d93/d93/d93/d9XQdCQ1YBABIAADqSIymSIimS4ziOJElAaMgqAEAGAEAAAIriKI7jOJIkSZIlaZJneZaomZrpmZ4qqkBoyCoAABAAQAAAAAAAAIqmeIqpeIqoeI7oiJJomZaoqZoryqbsuq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq4LhIasAgAkAAB0JEdyJEdSJEVSJEdygNCQVQCADACAAAAcwzEkRXIsy9I0T/M0TxM90RM901NFV3SB0JBVAAAgAIAAAAAAAAAMybAUy9EcTRIl1VItVVMt1VJF1VNVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVN0zRNEwgNWQkAkAEAkBBTLS3GmgmLJGLSaqugYwxS7KWxSCpntbfKMYUYtV4ah5RREHupJGOKQcwtpNApJq3WVEKFFKSYYyoVUg5SIDRkhQAQmgHgcBxAsixAsiwAAAAAAAAAkDQN0DwPsDQPAAAAAAAAACRNAyxPAzTPAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABA0jRA8zxA8zwAAAAAAAAA0DwP8DwR8EQRAAAAAAAAACzPAzTRAzxRBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABA0jRA8zxA8zwAAAAAAAAAsDwP8EQR0DwRAAAAAAAAACzPAzxRBDzRAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAEOAAABBgIRQasiIAiBMAcEgSJAmSBM0DSJYFTYOmwTQBkmVB06BpME0AAAAAAAAAAAAAJE2DpkHTIIoASdOgadA0iCIAAAAAAAAAAAAAkqZB06BpEEWApGnQNGgaRBEAAAAAAAAAAAAAzzQhihBFmCbAM02IIkQRpgkAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAGHAAAAgwoQwUGrIiAIgTAHA4imUBAIDjOJYFAACO41gWAABYliWKAABgWZooAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAYcAAACDChDBQashIAiAIAcCiKZQHHsSzgOJYFJMmyAJYF0DyApgFEEQAIAAAocAAACLBBU2JxgEJDVgIAUQAABsWxLE0TRZKkaZoniiRJ0zxPFGma53meacLzPM80IYqiaJoQRVE0TZimaaoqME1VFQAAUOAAABBgg6bE4gCFhqwEAEICAByKYlma5nmeJ4qmqZokSdM8TxRF0TRNU1VJkqZ5niiKommapqqyLE3zPFEURdNUVVWFpnmeKIqiaaqq6sLzPE8URdE0VdV14XmeJ4qiaJqq6roQRVE0TdNUTVV1XSCKpmmaqqqqrgtETxRNU1Vd13WB54miaaqqq7ouEE3TVFVVdV1ZBpimaaqq68oyQFVV1XVdV5YBqqqqruu6sgxQVdd1XVmWZQCu67qyLMsCAAAOHAAAAoygk4wqi7DRhAsPQKEhKwKAKAAAwBimFFPKMCYhpBAaxiSEFEImJaXSUqogpFJSKRWEVEoqJaOUUmopVRBSKamUCkIqJZVSAADYgQMA2IGFUGjISgAgDwCAMEYpxhhzTiKkFGPOOScRUoox55yTSjHmnHPOSSkZc8w556SUzjnnnHNSSuacc845KaVzzjnnnJRSSuecc05KKSWEzkEnpZTSOeecEwAAVOAAABBgo8jmBCNBhYasBABSAQAMjmNZmuZ5omialiRpmud5niiapiZJmuZ5nieKqsnzPE8URdE0VZXneZ4oiqJpqirXFUXTNE1VVV2yLIqmaZqq6rowTdNUVdd1XZimaaqq67oubFtVVdV1ZRm2raqq6rqyDFzXdWXZloEsu67s2rIAAPAEBwCgAhtWRzgpGgssNGQlAJABAEAYg5BCCCFlEEIKIYSUUggJAAAYcAAACDChDBQashIASAUAAIyx1lprrbXWQGettdZaa62AzFprrbXWWmuttdZaa6211lJrrbXWWmuttdZaa6211lprrbXWWmuttdZaa6211lprrbXWWmuttdZaa6211lprrbXWWmstpZRSSimllFJKKaWUUkoppZRSSgUA+lU4APg/2LA6wknRWGChISsBgHAAAMAYpRhzDEIppVQIMeacdFRai7FCiDHnJKTUWmzFc85BKCGV1mIsnnMOQikpxVZjUSmEUlJKLbZYi0qho5JSSq3VWIwxqaTWWoutxmKMSSm01FqLMRYjbE2ptdhqq7EYY2sqLbQYY4zFCF9kbC2m2moNxggjWywt1VprMMYY3VuLpbaaizE++NpSLDHWXAAAd4MDAESCjTOsJJ0VjgYXGrISAAgJACAQUooxxhhzzjnnpFKMOeaccw5CCKFUijHGnHMOQgghlIwx5pxzEEIIIYRSSsaccxBCCCGEkFLqnHMQQgghhBBKKZ1zDkIIIYQQQimlgxBCCCGEEEoopaQUQgghhBBCCKmklEIIIYRSQighlZRSCCGEEEIpJaSUUgohhFJCCKGElFJKKYUQQgillJJSSimlEkoJJYQSUikppRRKCCGUUkpKKaVUSgmhhBJKKSWllFJKIYQQSikFAAAcOAAABBhBJxlVFmGjCRcegEJDVgIAZAAAkKKUUiktRYIipRikGEtGFXNQWoqocgxSzalSziDmJJaIMYSUk1Qy5hRCDELqHHVMKQYtlRhCxhik2HJLoXMOAAAAQQCAgJAAAAMEBTMAwOAA4XMQdAIERxsAgCBEZohEw0JweFAJEBFTAUBigkIuAFRYXKRdXECXAS7o4q4DIQQhCEEsDqCABByccMMTb3jCDU7QKSp1IAAAAAAADADwAACQXAAREdHMYWRobHB0eHyAhIiMkAgAAAAAABcAfAAAJCVAREQ0cxgZGhscHR4fICEiIyQBAIAAAgAAAAAggAAEBAQAAAAAAAIAAAAEBB9DtnUBAAAAAAAEPueBAKOFggAAgACjzoEAA4BwBwCdASqwAJAAAEcIhYWIhYSIAgIABhwJ7kPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99YAD+/6tQgKOFggADgAqjhYIAD4AOo4WCACSADqOZgQArADECAAEQEAAYABhYL/QACIBDmAYAAKOFggA6gA6jhYIAT4AOo5mBAFMAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCAGSADqOFggB6gA6jmYEAewAxAgABEBAAGAAYWC/0AAiAQ5gGAACjhYIAj4AOo5mBAKMAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCAKSADqOFggC6gA6jmYEAywAxAgABEBAAGAAYWC/0AAiAQ5gGAACjhYIAz4AOo4WCAOSADqOZgQDzADECAAEQEAAYABhYL/QACIBDmAYAAKOFggD6gA6jhYIBD4AOo5iBARsAEQIAARAQFGAAYWC/0AAiAQ5gGACjhYIBJIAOo4WCATqADqOZgQFDADECAAEQEAAYABhYL/QACIBDmAYAAKOFggFPgA6jhYIBZIAOo5mBAWsAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCAXqADqOFggGPgA6jmYEBkwAxAgABEBAAGAAYWC/0AAiAQ5gGAACjhYIBpIAOo4WCAbqADqOZgQG7ADECAAEQEAAYABhYL/QACIBDmAYAAKOFggHPgA6jmYEB4wAxAgABEBAAGAAYWC/0AAiAQ5gGAACjhYIB5IAOo4WCAfqADqOZgQILADECAAEQEAAYABhYL/QACIBDmAYAAKOFggIPgA6jhYICJIAOo5mBAjMAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCAjqADqOFggJPgA6jmYECWwAxAgABEBAAGAAYWC/0AAiAQ5gGAACjhYICZIAOo4WCAnqADqOZgQKDADECAAEQEAAYABhYL/QACIBDmAYAAKOFggKPgA6jhYICpIAOo5mBAqsAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCArqADqOFggLPgA6jmIEC0wARAgABEBAUYABhYL/QACIBDmAYAKOFggLkgA6jhYIC+oAOo5mBAvsAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCAw+ADqOZgQMjADECAAEQEAAYABhYL/QACIBDmAYAAKOFggMkgA6jhYIDOoAOo5mBA0sAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCA0+ADqOFggNkgA6jmYEDcwAxAgABEBAAGAAYWC/0AAiAQ5gGAACjhYIDeoAOo4WCA4+ADqOZgQObADECAAEQEAAYABhYL/QACIBDmAYAAKOFggOkgA6jhYIDuoAOo5mBA8MAMQIAARAQABgAGFgv9AAIgEOYBgAAo4WCA8+ADqOFggPkgA6jhYID+oAOo4WCBA+ADhxTu2sBAAAAAAAAEbuPs4EDt4r3gQHxghEr8IEK",mp4:"data:video/mp4;base64,AAAAHGZ0eXBNNFYgAAACAGlzb21pc28yYXZjMQAAAAhmcmVlAAAGF21kYXTeBAAAbGliZmFhYyAxLjI4AABCAJMgBDIARwAAArEGBf//rdxF6b3m2Ui3lizYINkj7u94MjY0IC0gY29yZSAxNDIgcjIgOTU2YzhkOCAtIEguMjY0L01QRUctNCBBVkMgY29kZWMgLSBDb3B5bGVmdCAyMDAzLTIwMTQgLSBodHRwOi8vd3d3LnZpZGVvbGFuLm9yZy94MjY0Lmh0bWwgLSBvcHRpb25zOiBjYWJhYz0wIHJlZj0zIGRlYmxvY2s9MTowOjAgYW5hbHlzZT0weDE6MHgxMTEgbWU9aGV4IHN1Ym1lPTcgcHN5PTEgcHN5X3JkPTEuMDA6MC4wMCBtaXhlZF9yZWY9MSBtZV9yYW5nZT0xNiBjaHJvbWFfbWU9MSB0cmVsbGlzPTEgOHg4ZGN0PTAgY3FtPTAgZGVhZHpvbmU9MjEsMTEgZmFzdF9wc2tpcD0xIGNocm9tYV9xcF9vZmZzZXQ9LTIgdGhyZWFkcz02IGxvb2thaGVhZF90aHJlYWRzPTEgc2xpY2VkX3RocmVhZHM9MCBucj0wIGRlY2ltYXRlPTEgaW50ZXJsYWNlZD0wIGJsdXJheV9jb21wYXQ9MCBjb25zdHJhaW5lZF9pbnRyYT0wIGJmcmFtZXM9MCB3ZWlnaHRwPTAga2V5aW50PTI1MCBrZXlpbnRfbWluPTI1IHNjZW5lY3V0PTQwIGludHJhX3JlZnJlc2g9MCByY19sb29rYWhlYWQ9NDAgcmM9Y3JmIG1idHJlZT0xIGNyZj0yMy4wIHFjb21wPTAuNjAgcXBtaW49MCBxcG1heD02OSBxcHN0ZXA9NCB2YnZfbWF4cmF0ZT03NjggdmJ2X2J1ZnNpemU9MzAwMCBjcmZfbWF4PTAuMCBuYWxfaHJkPW5vbmUgZmlsbGVyPTAgaXBfcmF0aW89MS40MCBhcT0xOjEuMDAAgAAAAFZliIQL8mKAAKvMnJycnJycnJycnXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXiEASZACGQAjgCEASZACGQAjgAAAAAdBmjgX4GSAIQBJkAIZACOAAAAAB0GaVAX4GSAhAEmQAhkAI4AhAEmQAhkAI4AAAAAGQZpgL8DJIQBJkAIZACOAIQBJkAIZACOAAAAABkGagC/AySEASZACGQAjgAAAAAZBmqAvwMkhAEmQAhkAI4AhAEmQAhkAI4AAAAAGQZrAL8DJIQBJkAIZACOAAAAABkGa4C/AySEASZACGQAjgCEASZACGQAjgAAAAAZBmwAvwMkhAEmQAhkAI4AAAAAGQZsgL8DJIQBJkAIZACOAIQBJkAIZACOAAAAABkGbQC/AySEASZACGQAjgCEASZACGQAjgAAAAAZBm2AvwMkhAEmQAhkAI4AAAAAGQZuAL8DJIQBJkAIZACOAIQBJkAIZACOAAAAABkGboC/AySEASZACGQAjgAAAAAZBm8AvwMkhAEmQAhkAI4AhAEmQAhkAI4AAAAAGQZvgL8DJIQBJkAIZACOAAAAABkGaAC/AySEASZACGQAjgCEASZACGQAjgAAAAAZBmiAvwMkhAEmQAhkAI4AhAEmQAhkAI4AAAAAGQZpAL8DJIQBJkAIZACOAAAAABkGaYC/AySEASZACGQAjgCEASZACGQAjgAAAAAZBmoAvwMkhAEmQAhkAI4AAAAAGQZqgL8DJIQBJkAIZACOAIQBJkAIZACOAAAAABkGawC/AySEASZACGQAjgAAAAAZBmuAvwMkhAEmQAhkAI4AhAEmQAhkAI4AAAAAGQZsAL8DJIQBJkAIZACOAAAAABkGbIC/AySEASZACGQAjgCEASZACGQAjgAAAAAZBm0AvwMkhAEmQAhkAI4AhAEmQAhkAI4AAAAAGQZtgL8DJIQBJkAIZACOAAAAABkGbgCvAySEASZACGQAjgCEASZACGQAjgAAAAAZBm6AnwMkhAEmQAhkAI4AhAEmQAhkAI4AhAEmQAhkAI4AhAEmQAhkAI4AAAAhubW9vdgAAAGxtdmhkAAAAAAAAAAAAAAAAAAAD6AAABDcAAQAAAQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAzB0cmFrAAAAXHRraGQAAAADAAAAAAAAAAAAAAABAAAAAAAAA+kAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAALAAAACQAAAAAAAkZWR0cwAAABxlbHN0AAAAAAAAAAEAAAPpAAAAAAABAAAAAAKobWRpYQAAACBtZGhkAAAAAAAAAAAAAAAAAAB1MAAAdU5VxAAAAAAALWhkbHIAAAAAAAAAAHZpZGUAAAAAAAAAAAAAAABWaWRlb0hhbmRsZXIAAAACU21pbmYAAAAUdm1oZAAAAAEAAAAAAAAAAAAAACRkaW5mAAAAHGRyZWYAAAAAAAAAAQAAAAx1cmwgAAAAAQAAAhNzdGJsAAAAr3N0c2QAAAAAAAAAAQAAAJ9hdmMxAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAALAAkABIAAAASAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGP//AAAALWF2Y0MBQsAN/+EAFWdCwA3ZAsTsBEAAAPpAADqYA8UKkgEABWjLg8sgAAAAHHV1aWRraEDyXyRPxbo5pRvPAyPzAAAAAAAAABhzdHRzAAAAAAAAAAEAAAAeAAAD6QAAABRzdHNzAAAAAAAAAAEAAAABAAAAHHN0c2MAAAAAAAAAAQAAAAEAAAABAAAAAQAAAIxzdHN6AAAAAAAAAAAAAAAeAAADDwAAAAsAAAALAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAACgAAAAoAAAAKAAAAiHN0Y28AAAAAAAAAHgAAAEYAAANnAAADewAAA5gAAAO0AAADxwAAA+MAAAP2AAAEEgAABCUAAARBAAAEXQAABHAAAASMAAAEnwAABLsAAATOAAAE6gAABQYAAAUZAAAFNQAABUgAAAVkAAAFdwAABZMAAAWmAAAFwgAABd4AAAXxAAAGDQAABGh0cmFrAAAAXHRraGQAAAADAAAAAAAAAAAAAAACAAAAAAAABDcAAAAAAAAAAAAAAAEBAAAAAAEAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAkZWR0cwAAABxlbHN0AAAAAAAAAAEAAAQkAAADcAABAAAAAAPgbWRpYQAAACBtZGhkAAAAAAAAAAAAAAAAAAC7gAAAykBVxAAAAAAALWhkbHIAAAAAAAAAAHNvdW4AAAAAAAAAAAAAAABTb3VuZEhhbmRsZXIAAAADi21pbmYAAAAQc21oZAAAAAAAAAAAAAAAJGRpbmYAAAAcZHJlZgAAAAAAAAABAAAADHVybCAAAAABAAADT3N0YmwAAABnc3RzZAAAAAAAAAABAAAAV21wNGEAAAAAAAAAAQAAAAAAAAAAAAIAEAAAAAC7gAAAAAAAM2VzZHMAAAAAA4CAgCIAAgAEgICAFEAVBbjYAAu4AAAADcoFgICAAhGQBoCAgAECAAAAIHN0dHMAAAAAAAAAAgAAADIAAAQAAAAAAQAAAkAAAAFUc3RzYwAAAAAAAAAbAAAAAQAAAAEAAAABAAAAAgAAAAIAAAABAAAAAwAAAAEAAAABAAAABAAAAAIAAAABAAAABgAAAAEAAAABAAAABwAAAAIAAAABAAAACAAAAAEAAAABAAAACQAAAAIAAAABAAAACgAAAAEAAAABAAAACwAAAAIAAAABAAAADQAAAAEAAAABAAAADgAAAAIAAAABAAAADwAAAAEAAAABAAAAEAAAAAIAAAABAAAAEQAAAAEAAAABAAAAEgAAAAIAAAABAAAAFAAAAAEAAAABAAAAFQAAAAIAAAABAAAAFgAAAAEAAAABAAAAFwAAAAIAAAABAAAAGAAAAAEAAAABAAAAGQAAAAIAAAABAAAAGgAAAAEAAAABAAAAGwAAAAIAAAABAAAAHQAAAAEAAAABAAAAHgAAAAIAAAABAAAAHwAAAAQAAAABAAAA4HN0c3oAAAAAAAAAAAAAADMAAAAaAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAACMc3RjbwAAAAAAAAAfAAAALAAAA1UAAANyAAADhgAAA6IAAAO+AAAD0QAAA+0AAAQAAAAEHAAABC8AAARLAAAEZwAABHoAAASWAAAEqQAABMUAAATYAAAE9AAABRAAAAUjAAAFPwAABVIAAAVuAAAFgQAABZ0AAAWwAAAFzAAABegAAAX7AAAGFwAAAGJ1ZHRhAAAAWm1ldGEAAAAAAAAAIWhkbHIAAAAAAAAAAG1kaXJhcHBsAAAAAAAAAAAAAAAALWlsc3QAAAAlqXRvbwAAAB1kYXRhAAAAAQAAAABMYXZmNTUuMzMuMTAw"}}])})});var V_t={};tAe(V_t,{AlphaMode:()=>Dm,AlphaPipelineStage:()=>LM,Animation:()=>X4,AnimationViewModel:()=>K4,Appearance:()=>Zi,ApproximateTerrainHeights:()=>oi,ArcGISTiledElevationTerrainProvider:()=>$de,ArcGisMapServerImageryProvider:()=>qg,ArcType:()=>qt,ArticulationStageType:()=>sc,AssociativeArray:()=>gt,AttributeCompression:()=>Un,AttributeType:()=>$t,AutoExposure:()=>dV,AutomaticUniforms:()=>zp,Axis:()=>So,AxisAlignedBoundingBox:()=>E0,B3dmLoader:()=>XR,B3dmParser:()=>YR,BaseLayerPicker:()=>Q4,BaseLayerPickerViewModel:()=>J4,BatchTable:()=>AC,BatchTableHierarchy:()=>XC,BatchTexture:()=>Uc,BatchTexturePipelineStage:()=>FM,Billboard:()=>ho,BillboardCollection:()=>Su,BillboardGraphics:()=>ja,BillboardVisualizer:()=>CP,BingMapsGeocoderService:()=>the,BingMapsImageryProvider:()=>pV,BingMapsStyle:()=>hV,BlendEquation:()=>fa,BlendFunction:()=>xo,BlendOption:()=>To,BlendingState:()=>an,BoundingRectangle:()=>He,BoundingSphere:()=>re,BoundingSphereState:()=>nt,BoxEmitter:()=>Wme,BoxGeometry:()=>gl,BoxGeometryUpdater:()=>OB,BoxGraphics:()=>BC,BoxOutlineGeometry:()=>Bd,BrdfLutGenerator:()=>_V,Buffer:()=>rt,BufferLoader:()=>ZC,BufferUsage:()=>Le,CPUStylingPipelineStage:()=>UM,CallbackProperty:()=>jd,Camera:()=>lo,CameraEventAggregator:()=>SV,CameraEventType:()=>vi,CameraFlightPath:()=>gV,Cartesian2:()=>H,Cartesian3:()=>h,Cartesian4:()=>se,Cartographic:()=>he,CartographicGeocoderService:()=>uk,CatmullRomSpline:()=>rhe,Cesium3DContentGroup:()=>YC,Cesium3DTile:()=>bw,Cesium3DTileBatchTable:()=>e_,Cesium3DTileColorBlendMode:()=>bl,Cesium3DTileContent:()=>Tpe,Cesium3DTileContentFactory:()=>Ox,Cesium3DTileContentState:()=>Eo,Cesium3DTileContentType:()=>bs,Cesium3DTileFeature:()=>As,Cesium3DTileFeatureTable:()=>th,Cesium3DTileOptimizationHint:()=>Ff,Cesium3DTileOptimizations:()=>SF,Cesium3DTilePass:()=>$o,Cesium3DTilePassState:()=>pd,Cesium3DTilePointFeature:()=>O_,Cesium3DTileRefine:()=>Dr,Cesium3DTileStyle:()=>OE,Cesium3DTileStyleEngine:()=>OF,Cesium3DTilesInspector:()=>oz,Cesium3DTilesInspectorViewModel:()=>nz,Cesium3DTileset:()=>Bu,Cesium3DTilesetCache:()=>DF,Cesium3DTilesetGraphics:()=>VC,Cesium3DTilesetHeatmap:()=>PF,Cesium3DTilesetMetadata:()=>bF,Cesium3DTilesetMostDetailedTraversal:()=>fw,Cesium3DTilesetStatistics:()=>W_,Cesium3DTilesetTraversal:()=>jm,Cesium3DTilesetVisualizer:()=>LF,CesiumInspector:()=>az,CesiumInspectorViewModel:()=>rz,CesiumTerrainProvider:()=>mk,CesiumWidget:()=>cz,Check:()=>hl,CheckerboardMaterialProperty:()=>Pw,CircleEmitter:()=>DV,CircleGeometry:()=>dhe,CircleOutlineGeometry:()=>hhe,ClassificationModelDrawCommand:()=>hM,ClassificationPipelineStage:()=>NM,ClassificationPrimitive:()=>Nb,ClassificationType:()=>Fn,ClearCommand:()=>ei,ClippingPlane:()=>ix,ClippingPlaneCollection:()=>Ys,Clock:()=>mh,ClockRange:()=>Or,ClockStep:()=>po,ClockViewModel:()=>uV,CloudCollection:()=>Ppe,CloudType:()=>sv,Color:()=>U,ColorBlendMode:()=>rc,ColorGeometryInstanceAttribute:()=>Bt,ColorMaterialProperty:()=>Pt,Command:()=>Vme,ComponentDatatype:()=>K,Composite3DTileContent:()=>HB,CompositeEntityCollection:()=>Ioe,CompositeMaterialProperty:()=>Rw,CompositePositionProperty:()=>Zs,CompositeProperty:()=>lc,CompressedTextureBuffer:()=>QP,ComputeCommand:()=>Tf,ComputeEngine:()=>J3,ConditionsExpression:()=>wV,ConeEmitter:()=>Ipe,ConstantPositionProperty:()=>Nc,ConstantProperty:()=>Xn,ConstantSpline:()=>nM,ContentMetadata:()=>cF,Context:()=>tk,ContextLimits:()=>Vt,CoplanarPolygonGeometry:()=>PN,CoplanarPolygonGeometryLibrary:()=>N_,CoplanarPolygonOutlineGeometry:()=>Uf,CornerType:()=>Si,CorridorGeometry:()=>$x,CorridorGeometryLibrary:()=>Ri,CorridorGeometryUpdater:()=>jF,CorridorGraphics:()=>MC,CorridorOutlineGeometry:()=>WF,Credit:()=>Yt,CreditDisplay:()=>HV,CubeMap:()=>Xa,CubeMapFace:()=>om,CubicRealPolynomial:()=>gC,CullFace:()=>Ci,CullingVolume:()=>qs,CumulusCloud:()=>tf,CustomDataSource:()=>JF,CustomHeightmapTerrainProvider:()=>phe,CustomShader:()=>qye,CustomShaderMode:()=>w_,CustomShaderPipelineStage:()=>YM,CustomShaderTranslucencyMode:()=>ry,CylinderGeometry:()=>ZF,CylinderGeometryLibrary:()=>tT,CylinderGeometryUpdater:()=>$F,CylinderGraphics:()=>LC,CylinderOutlineGeometry:()=>QF,CzmlDataSource:()=>uN,DataSource:()=>Ir,DataSourceClock:()=>ph,DataSourceCollection:()=>dN,DataSourceDisplay:()=>t2,DebugAppearance:()=>o_e,DebugCameraPrimitive:()=>Ap,DebugInspector:()=>WV,DebugModelMatrixPrimitive:()=>qV,DefaultProxy:()=>ghe,DepthFunction:()=>Ja,DepthPlane:()=>XV,DequantizationPipelineStage:()=>XM,DerivedCommand:()=>$g,DeveloperError:()=>ye,DeviceOrientationCameraController:()=>JV,DirectionalLight:()=>u_e,DiscardEmptyTileImagePolicy:()=>tv,DiscardMissingTileImagePolicy:()=>fV,DistanceDisplayCondition:()=>xt,DistanceDisplayConditionGeometryInstanceAttribute:()=>Ln,DoubleEndedPriorityQueue:()=>Che,DoublyLinkedList:()=>wF,DracoLoader:()=>l_,DrawCommand:()=>Ze,DynamicGeometryBatch:()=>pT,DynamicGeometryUpdater:()=>Qn,EarthOrientationParameters:()=>zP,EarthOrientationParametersSample:()=>g0,EasingFunction:()=>Br,EllipseGeometry:()=>Jc,EllipseGeometryLibrary:()=>Ll,EllipseGeometryUpdater:()=>xN,EllipseGraphics:()=>FC,EllipseOutlineGeometry:()=>zu,Ellipsoid:()=>ie,EllipsoidGeodesic:()=>Af,EllipsoidGeometry:()=>Is,EllipsoidGeometryUpdater:()=>TN,EllipsoidGraphics:()=>NC,EllipsoidOutlineGeometry:()=>Ou,EllipsoidPrimitive:()=>QV,EllipsoidRhumbLine:()=>ma,EllipsoidSurfaceAppearance:()=>d_e,EllipsoidTangentPlane:()=>da,EllipsoidTerrainProvider:()=>Vg,EllipsoidalOccluder:()=>Z_,Empty3DTileContent:()=>yw,EncodedCartesian3:()=>Vn,Entity:()=>Ko,EntityCluster:()=>Nu,EntityCollection:()=>ws,EntityView:()=>o2,Event:()=>_e,EventHelper:()=>vr,Expression:()=>bf,ExpressionNodeType:()=>lt,ExtrapolationType:()=>ku,FeatureDetection:()=>Lt,FeatureIdPipelineStage:()=>oy,Fog:()=>nU,ForEach:()=>De,FrameRateMonitor:()=>iU,FrameState:()=>oU,Framebuffer:()=>Xs,FramebufferManager:()=>ci,FrustumCommands:()=>rU,FrustumGeometry:()=>xE,FrustumOutlineGeometry:()=>Ck,Fullscreen:()=>hr,FullscreenButton:()=>dz,FullscreenButtonViewModel:()=>uz,GeoJsonDataSource:()=>e3,GeoJsonLoader:()=>JR,GeocodeType:()=>rA,Geocoder:()=>pz,GeocoderService:()=>whe,GeocoderViewModel:()=>hz,GeographicProjection:()=>Ai,GeographicTilingScheme:()=>ui,Geometry:()=>it,Geometry3DTileContent:()=>QB,GeometryAttribute:()=>be,GeometryAttributes:()=>sn,GeometryFactory:()=>vhe,GeometryInstance:()=>_t,GeometryInstanceAttribute:()=>Qa,GeometryOffsetAttribute:()=>Zt,GeometryPipeline:()=>Bn,GeometryPipelineStage:()=>ZM,GeometryType:()=>df,GeometryUpdater:()=>$n,GeometryVisualizer:()=>jN,GetFeatureInfoFormat:()=>kE,Globe:()=>IU,GlobeDepth:()=>OU,GlobeSurfaceShaderSet:()=>aU,GlobeSurfaceTile:()=>Ad,GlobeSurfaceTileProvider:()=>AU,GlobeTranslucency:()=>CU,GlobeTranslucencyFramebuffer:()=>BU,GlobeTranslucencyState:()=>RU,GltfBufferViewLoader:()=>AS,GltfDracoLoader:()=>CS,GltfImageLoader:()=>xS,GltfIndexBufferLoader:()=>TS,GltfJsonLoader:()=>bS,GltfLoader:()=>A_,GltfLoaderUtil:()=>Dl,GltfStructuralMetadataLoader:()=>VR,GltfTextureLoader:()=>SS,GltfVertexBufferLoader:()=>wS,GoogleEarthEnterpriseImageryProvider:()=>cge,GoogleEarthEnterpriseMapsProvider:()=>LV,GoogleEarthEnterpriseMetadata:()=>Uh,GoogleEarthEnterpriseTerrainData:()=>HD,GoogleEarthEnterpriseTerrainProvider:()=>Nhe,GoogleEarthEnterpriseTileInformation:()=>Tk,GpxDataSource:()=>R3,GregorianDate:()=>Ip,GridImageryProvider:()=>lge,GridMaterialProperty:()=>Uw,GroundGeometryUpdater:()=>Hn,GroundPolylineGeometry:()=>PC,GroundPolylinePrimitive:()=>Ud,GroundPrimitive:()=>Fc,GroupMetadata:()=>Sw,HeadingPitchRange:()=>qu,HeadingPitchRoll:()=>mf,Heap:()=>FP,HeightReference:()=>Ue,HeightmapEncoding:()=>dp,HeightmapTerrainData:()=>Ra,HeightmapTessellator:()=>FD,HermitePolynomialApproximation:()=>tN,HermiteSpline:()=>$0,HilbertOrder:()=>dS,HomeButton:()=>yz,HomeButtonViewModel:()=>_z,HorizontalOrigin:()=>li,I3dmLoader:()=>tM,I3dmParser:()=>QR,Iau2000Orientation:()=>wk,Iau2006XysData:()=>GP,Iau2006XysSample:()=>lC,IauOrientationAxes:()=>Dk,IauOrientationParameters:()=>Sk,ImageBasedLighting:()=>qC,ImageBasedLightingPipelineStage:()=>AM,ImageMaterialProperty:()=>L0,Imagery:()=>yv,ImageryLayer:()=>of,ImageryLayerCollection:()=>TU,ImageryLayerFeatureInfo:()=>zh,ImageryProvider:()=>rl,ImageryState:()=>ni,Implicit3DTileContent:()=>OS,ImplicitAvailabilityBitstream:()=>hS,ImplicitMetadataView:()=>mS,ImplicitSubdivisionScheme:()=>Vr,ImplicitSubtree:()=>OR,ImplicitSubtreeMetadata:()=>nR,ImplicitTileCoordinates:()=>RF,ImplicitTileset:()=>BF,IndexDatatype:()=>Fe,InfoBox:()=>xz,InfoBoxViewModel:()=>Az,InspectorShared:()=>jg,InstanceAttributeSemantic:()=>Ur,InstancingPipelineStage:()=>OM,InterpolationAlgorithm:()=>$he,InterpolationType:()=>eh,Intersect:()=>Xt,IntersectionTests:()=>qi,Intersections2D:()=>Ng,Interval:()=>Ic,InvertClassification:()=>wv,Ion:()=>Lh,IonGeocoderService:()=>Pk,IonImageryProvider:()=>Jg,IonResource:()=>Fh,IonWorldImageryStyle:()=>Zg,Iso8601:()=>ke,JobScheduler:()=>LU,JobType:()=>ga,JsonMetadataTable:()=>g_,JulianDate:()=>$,KTX2Transcoder:()=>$P,KeyboardEventModifier:()=>na,KmlCamera:()=>M3,KmlDataSource:()=>X3,KmlLookAt:()=>L3,KmlTour:()=>N3,KmlTourFlyTo:()=>U3,KmlTourWait:()=>z3,Label:()=>dy,LabelCollection:()=>zm,LabelGraphics:()=>zd,LabelStyle:()=>Mo,LabelVisualizer:()=>qN,LagrangePolynomialApproximation:()=>nN,LeapSecond:()=>ki,Light:()=>fge,LightingModel:()=>Fm,LightingPipelineStage:()=>$M,LinearApproximation:()=>rT,LinearSpline:()=>Q0,ManagedArray:()=>hu,MapMode2D:()=>Xl,MapProjection:()=>tme,MapboxImageryProvider:()=>FV,MapboxStyleImageryProvider:()=>hge,Material:()=>$i,MaterialAppearance:()=>ro,MaterialPipelineStage:()=>tL,MaterialProperty:()=>Xo,Math:()=>I,Matrix2:()=>Ji,Matrix3:()=>Q,Matrix4:()=>F,MetadataClass:()=>Qd,MetadataClassProperty:()=>j0,MetadataComponentType:()=>wn,MetadataEntity:()=>Rn,MetadataEnum:()=>vR,MetadataEnumValue:()=>DR,MetadataPipelineStage:()=>Of,MetadataSchema:()=>$d,MetadataSchemaLoader:()=>DS,MetadataSemantic:()=>BR,MetadataTable:()=>wf,MetadataTableProperty:()=>oR,MetadataType:()=>Dn,MipmapHint:()=>rm,Model:()=>oh,Model3DTileContent:()=>Nm,ModelAlphaOptions:()=>gL,ModelAnimation:()=>sM,ModelAnimationChannel:()=>rM,ModelAnimationCollection:()=>cM,ModelAnimationLoop:()=>oc,ModelAnimationState:()=>nh,ModelArticulation:()=>TM,ModelArticulationStage:()=>CM,ModelClippingPlanesPipelineStage:()=>SM,ModelColorPipelineStage:()=>iy,ModelComponents:()=>St,ModelDrawCommand:()=>pM,ModelFeature:()=>lM,ModelFeatureTable:()=>uM,ModelGraphics:()=>qp,ModelLightingOptions:()=>IL,ModelMatrixUpdateStage:()=>BM,ModelNode:()=>wM,ModelRenderResources:()=>xL,ModelRuntimeNode:()=>MM,ModelRuntimePrimitive:()=>pL,ModelSceneGraph:()=>RL,ModelSilhouettePipelineStage:()=>SL,ModelSkin:()=>_L,ModelSplitterPipelineStage:()=>vL,ModelStatistics:()=>ML,ModelType:()=>ar,ModelUtility:()=>en,ModelVisualizer:()=>XN,Moon:()=>kU,MorphTargetsPipelineStage:()=>iL,MorphWeightSpline:()=>nme,MortonOrder:()=>Sy,Multiple3DTileContent:()=>fF,MultisampleFramebuffer:()=>jR,NavigationHelpButton:()=>bz,NavigationHelpButtonViewModel:()=>Tz,NearFarScalar:()=>Et,NeverTileDiscardPolicy:()=>mge,NodeRenderResources:()=>PL,NodeStatisticsPipelineStage:()=>RM,NodeTransformationProperty:()=>kC,OIT:()=>VU,Occluder:()=>Mk,OctahedralProjectedCubeMap:()=>qd,OffsetGeometryInstanceAttribute:()=>ji,OpenCageGeocoderService:()=>rme,OpenStreetMapImageryProvider:()=>YE,OrderedGroundPrimitiveCollection:()=>mN,OrientedBoundingBox:()=>pi,OrthographicFrustum:()=>Jt,OrthographicOffCenterFrustum:()=>Sr,Packable:()=>sme,PackableForInterpolation:()=>ame,Particle:()=>vv,ParticleBurst:()=>Age,ParticleEmitter:()=>xge,ParticleSystem:()=>bge,Pass:()=>xe,PassState:()=>yc,PathGraphics:()=>Yp,PathVisualizer:()=>KN,PeliasGeocoderService:()=>vk,PerInstanceColorAppearance:()=>Qt,PerformanceDisplay:()=>n0,PerformanceWatchdog:()=>Dz,PerformanceWatchdogViewModel:()=>Sz,PerspectiveFrustum:()=>gi,PerspectiveOffCenterFrustum:()=>il,PickDepth:()=>GU,PickDepthFramebuffer:()=>WU,PickFramebuffer:()=>jU,Picking:()=>QU,PickingPipelineStage:()=>oL,PinBuilder:()=>xg,PixelDatatype:()=>qe,PixelFormat:()=>ft,Plane:()=>tn,PlaneGeometry:()=>SN,PlaneGeometryUpdater:()=>vN,PlaneGraphics:()=>IB,PlaneOutlineGeometry:()=>DN,PntsLoader:()=>FL,PntsParser:()=>Ex,PointCloud:()=>t4,PointCloudEyeDomeLighting:()=>C_,PointCloudShading:()=>Im,PointCloudStylingPipelineStage:()=>sL,PointGraphics:()=>UC,PointPrimitive:()=>vs,PointPrimitiveCollection:()=>Vw,PointVisualizer:()=>JN,PolygonGeometry:()=>ST,PolygonGeometryLibrary:()=>zn,PolygonGeometryUpdater:()=>RN,PolygonGraphics:()=>Hd,PolygonHierarchy:()=>kc,PolygonOutlineGeometry:()=>BN,PolygonPipeline:()=>ti,Polyline:()=>Bf,PolylineArrowMaterialProperty:()=>zw,PolylineCollection:()=>R_,PolylineColorAppearance:()=>kr,PolylineDashMaterialProperty:()=>Hw,PolylineGeometry:()=>pg,PolylineGeometryUpdater:()=>QN,PolylineGlowMaterialProperty:()=>Gw,PolylineGraphics:()=>ec,PolylineMaterialAppearance:()=>Ws,PolylineOutlineMaterialProperty:()=>Oy,PolylinePipeline:()=>bi,PolylineVisualizer:()=>e2,PolylineVolumeGeometry:()=>MN,PolylineVolumeGeometryLibrary:()=>dh,PolylineVolumeGeometryUpdater:()=>FN,PolylineVolumeGraphics:()=>zC,PolylineVolumeOutlineGeometry:()=>LN,PositionProperty:()=>jp,PositionPropertyArray:()=>$_,PostProcessStage:()=>go,PostProcessStageCollection:()=>C4,PostProcessStageComposite:()=>cl,PostProcessStageLibrary:()=>Td,PostProcessStageSampleMode:()=>af,PostProcessStageTextureCache:()=>$E,Primitive:()=>Cn,PrimitiveCollection:()=>Ml,PrimitiveLoadPlan:()=>cx,PrimitiveOutlineGenerator:()=>ax,PrimitiveOutlinePipelineStage:()=>lL,PrimitivePipeline:()=>SC,PrimitiveRenderResources:()=>OL,PrimitiveState:()=>mr,PrimitiveStatisticsPipelineStage:()=>uL,PrimitiveType:()=>Oe,ProjectionPicker:()=>Oz,ProjectionPickerViewModel:()=>Pz,Property:()=>j,PropertyArray:()=>Ww,PropertyAttribute:()=>rx,PropertyAttributeProperty:()=>FR,PropertyBag:()=>xl,PropertyTable:()=>zc,PropertyTexture:()=>ox,PropertyTextureProperty:()=>LR,ProviderViewModel:()=>ms,Proxy:()=>ume,QuadraticRealPolynomial:()=>Bc,QuadtreeOccluders:()=>EU,QuadtreePrimitive:()=>PU,QuadtreeTile:()=>SU,QuadtreeTileLoadState:()=>Ns,QuadtreeTileProvider:()=>n0e,QuantizedMeshTerrainData:()=>_E,QuarticRealPolynomial:()=>w1,Quaternion:()=>Be,QuaternionSpline:()=>oM,Queue:()=>_y,Ray:()=>En,Rectangle:()=>ce,RectangleCollisionChecker:()=>MT,RectangleGeometry:()=>IT,RectangleGeometryLibrary:()=>ds,RectangleGeometryUpdater:()=>NN,RectangleGraphics:()=>Gd,RectangleOutlineGeometry:()=>Vx,ReferenceFrame:()=>eo,ReferenceProperty:()=>tg,RenderState:()=>Ne,Renderbuffer:()=>Cu,RenderbufferFormat:()=>Gc,Request:()=>qo,RequestErrorEvent:()=>tm,RequestScheduler:()=>Ya,RequestState:()=>ai,RequestType:()=>qr,Resource:()=>Pe,ResourceCache:()=>fo,ResourceCacheKey:()=>vl,ResourceCacheStatistics:()=>IR,ResourceLoader:()=>to,ResourceLoaderState:()=>Nt,Rotation:()=>jf,RuntimeError:()=>de,S2Cell:()=>s_,SDFSettings:()=>Ts,SampledPositionProperty:()=>Qs,SampledProperty:()=>Vu,Sampler:()=>dn,ScaledPositionProperty:()=>lp,Scene:()=>N4,SceneFramebuffer:()=>XE,SceneMode:()=>ee,SceneMode2DPipelineStage:()=>fL,SceneModePicker:()=>Lz,SceneModePickerViewModel:()=>Rz,SceneTransforms:()=>Xi,SceneTransitioner:()=>T4,ScreenSpaceCameraController:()=>O4,ScreenSpaceEventHandler:()=>$u,ScreenSpaceEventType:()=>pn,SelectedFeatureIdPipelineStage:()=>sy,SelectionIndicator:()=>Vz,SelectionIndicatorViewModel:()=>Nz,ShaderBuilder:()=>CL,ShaderCache:()=>Z3,ShaderDestination:()=>Te,ShaderFunction:()=>AL,ShaderProgram:()=>jt,ShaderSource:()=>Ve,ShaderStruct:()=>yL,ShadowMap:()=>o0,ShadowMapShader:()=>Ep,ShadowMode:()=>hn,ShadowVolumeAppearance:()=>lu,ShowGeometryInstanceAttribute:()=>fn,Simon1994PlanetaryPositions:()=>eA,SimplePolylineGeometry:()=>wme,SingleTileImageryProvider:()=>NV,SkinningPipelineStage:()=>hL,SkyAtmosphere:()=>k4,SkyBox:()=>U4,SphereEmitter:()=>Z0e,SphereGeometry:()=>Dme,SphereOutlineGeometry:()=>z_,Spherical:()=>iN,Spline:()=>no,SplitDirection:()=>Wc,Splitter:()=>Mv,StaticGeometryColorBatch:()=>Zf,StaticGeometryPerMaterialBatch:()=>$f,StaticGroundGeometryColorBatch:()=>iD,StaticGroundGeometryPerMaterialBatch:()=>UN,StaticGroundPolylinePerMaterialBatch:()=>$N,StaticOutlineGeometryBatch:()=>oD,StencilConstants:()=>wt,StencilFunction:()=>Nn,StencilOperation:()=>st,SteppedSpline:()=>iM,StripeMaterialProperty:()=>jw,StripeOrientation:()=>_h,StructuralMetadata:()=>xa,StyleCommandsNeeded:()=>ih,StyleExpression:()=>Q0e,Sun:()=>z4,SunLight:()=>Rg,SunPostProcess:()=>M4,SupportedImageFormats:()=>HR,SvgPathBindingHandler:()=>zk,TaskProcessor:()=>xi,TerrainData:()=>Rh,TerrainEncoding:()=>Ac,TerrainExaggeration:()=>Rc,TerrainFillMesh:()=>xv,TerrainMesh:()=>fd,TerrainOffsetProperty:()=>WC,TerrainProvider:()=>Hr,TerrainQuantization:()=>Ms,TerrainState:()=>_o,Texture:()=>Rt,TextureAtlas:()=>ly,TextureCache:()=>Q3,TextureMagnificationFilter:()=>Qi,TextureManager:()=>Kz,TextureMinificationFilter:()=>cn,TextureUniform:()=>Yye,TextureWrap:()=>In,TileAvailability:()=>Mh,TileBoundingRegion:()=>Vf,TileBoundingS2Cell:()=>AF,TileBoundingSphere:()=>H_,TileBoundingVolume:()=>$0e,TileCoordinatesImageryProvider:()=>H4,TileCoordinatesImageryProviderFlw:()=>eye,TileCoordinatesImageryProviderJww:()=>tye,TileDiscardPolicy:()=>nye,TileEdge:()=>ln,TileImagery:()=>Av,TileMapServiceImageryProvider:()=>pA,TileMetadata:()=>lF,TileOrientedBoundingBox:()=>zf,TileProviderError:()=>Wn,TileReplacementQueue:()=>DU,TileSelectionResult:()=>qn,TileState:()=>iye,Tileset3DTileContent:()=>kL,TilesetMetadata:()=>EF,TilesetPipelineStage:()=>gM,TilingScheme:()=>vme,TimeConstants:()=>jn,TimeDynamicImagery:()=>VE,TimeDynamicPointCloud:()=>Kv,TimeInterval:()=>gn,TimeIntervalCollection:()=>Pr,TimeIntervalCollectionPositionProperty:()=>ig,TimeIntervalCollectionProperty:()=>og,TimeStandard:()=>Gn,Timeline:()=>Hz,TimelineHighlightRange:()=>Uz,TimelineTrack:()=>zz,Tipsify:()=>aB,ToggleButtonViewModel:()=>fA,Tonemapper:()=>PA,Transforms:()=>vt,TranslationRotationScale:()=>N0,TranslucentTileClassification:()=>YU,TridiagonalSystemSolver:()=>VS,TrustedServers:()=>yb,TweenCollection:()=>eb,UniformState:()=>ek,UniformType:()=>iP,UrlTemplateImageryProvider:()=>Va,VERSION:()=>k_t,VRButton:()=>qz,VRButtonViewModel:()=>Wz,VRTheWorldTerrainProvider:()=>Ome,VaryingType:()=>Xye,Vector3DTileBatch:()=>Cm,Vector3DTileClampedPolylines:()=>nF,Vector3DTileContent:()=>oF,Vector3DTileGeometry:()=>n_,Vector3DTilePoints:()=>ZL,Vector3DTilePolygons:()=>QL,Vector3DTilePolylines:()=>Ix,Vector3DTilePrimitive:()=>KC,VelocityOrientationProperty:()=>rN,VelocityVectorProperty:()=>hT,VertexArray:()=>Zn,VertexArrayFacade:()=>P_,VertexAttributeSemantic:()=>yt,VertexFormat:()=>we,VerticalOrigin:()=>Sn,VideoSynchronizer:()=>Pme,View:()=>JE,Viewer:()=>Nye,ViewportQuad:()=>aye,Visibility:()=>lr,Visualizer:()=>hde,VulkanConstants:()=>Bme,WallGeometry:()=>HN,WallGeometryLibrary:()=>kT,WallGeometryUpdater:()=>WN,WallGraphics:()=>Xp,WallOutlineGeometry:()=>GN,WebGLConstants:()=>te,WebMapServiceImageryProvider:()=>VV,WebMapTileServiceImageryProvider:()=>UV,WebMercatorProjection:()=>Vi,WebMercatorTilingScheme:()=>Gr,WindingOrder:()=>Yr,WireframeIndexGenerator:()=>qS,WireframePipelineStage:()=>mL,_shadersAcesTonemappingStage:()=>n4,_shadersAdditiveBlend:()=>B4,_shadersAdjustTranslucentFS:()=>YD,_shadersAllMaterialAppearanceFS:()=>qP,_shadersAllMaterialAppearanceVS:()=>YP,_shadersAmbientOcclusionGenerate:()=>i4,_shadersAmbientOcclusionModulate:()=>o4,_shadersAspectRampMaterial:()=>o1,_shadersAtmosphereCommon:()=>Wg,_shadersBasicMaterialAppearanceFS:()=>XP,_shadersBasicMaterialAppearanceVS:()=>KP,_shadersBillboardCollectionFS:()=>VL,_shadersBillboardCollectionVS:()=>UL,_shadersBlackAndWhite:()=>r4,_shadersBloomComposite:()=>s4,_shadersBrdfLutGeneratorFS:()=>Hk,_shadersBrightPass:()=>R4,_shadersBrightness:()=>a4,_shadersBumpMapMaterial:()=>r1,_shadersCPUStylingStageFS:()=>VM,_shadersCPUStylingStageVS:()=>kM,_shadersCheckerboardMaterial:()=>s1,_shadersCloudCollectionFS:()=>Gk,_shadersCloudCollectionVS:()=>Wk,_shadersCloudNoiseFS:()=>jk,_shadersCloudNoiseVS:()=>qk,_shadersCompareAndPackTranslucentDepth:()=>Yk,_shadersCompositeOITFS:()=>Xk,_shadersCompositeTranslucentClassification:()=>KE,_shadersContrastBias:()=>c4,_shadersCustomShaderStageFS:()=>HM,_shadersCustomShaderStageVS:()=>zM,_shadersCzmBuiltins:()=>yC,_shadersDepthOfField:()=>l4,_shadersDepthPlaneFS:()=>Kk,_shadersDepthPlaneVS:()=>Jk,_shadersDepthView:()=>u4,_shadersDepthViewPacked:()=>cye,_shadersDotMaterial:()=>a1,_shadersEdgeDetection:()=>f4,_shadersElevationBandMaterial:()=>c1,_shadersElevationContourMaterial:()=>l1,_shadersElevationRampMaterial:()=>u1,_shadersEllipsoidFS:()=>XD,_shadersEllipsoidSurfaceAppearanceFS:()=>$V,_shadersEllipsoidSurfaceAppearanceVS:()=>eU,_shadersEllipsoidVS:()=>KD,_shadersFXAA:()=>h4,_shadersFXAA3_11:()=>Zk,_shadersFadeMaterial:()=>f1,_shadersFeatureIdStageFS:()=>GM,_shadersFeatureIdStageVS:()=>WM,_shadersFilmicTonemapping:()=>d4,_shadersGaussianBlur1D:()=>DA,_shadersGeometryStageFS:()=>KM,_shadersGeometryStageVS:()=>JM,_shadersGlobeFS:()=>Qk,_shadersGlobeVS:()=>$k,_shadersGridMaterial:()=>d1,_shadersGroundAtmosphere:()=>JD,_shadersHSBToRGB:()=>oO,_shadersHSLToRGB:()=>rO,_shadersImageBasedLightingStageFS:()=>yM,_shadersInstancingStageCommon:()=>DM,_shadersInstancingStageVS:()=>vM,_shadersLegacyInstancingStageVS:()=>PM,_shadersLensFlare:()=>m4,_shadersLightingStageFS:()=>QM,_shadersMaterialStageFS:()=>eL,_shadersMetadataStageFS:()=>jM,_shadersMetadataStageVS:()=>qM,_shadersModelClippingPlanesStageFS:()=>bM,_shadersModelColorStageFS:()=>EM,_shadersModelFS:()=>fM,_shadersModelSilhouetteStageFS:()=>TL,_shadersModelSilhouetteStageVS:()=>EL,_shadersModelSplitterStageFS:()=>wL,_shadersModelVS:()=>dM,_shadersModifiedReinhardTonemapping:()=>p4,_shadersMorphTargetsStageVS:()=>nL,_shadersNightVision:()=>_4,_shadersNormalMapMaterial:()=>h1,_shadersOctahedralProjectionAtlasFS:()=>NB,_shadersOctahedralProjectionFS:()=>kB,_shadersOctahedralProjectionVS:()=>VB,_shadersPassThrough:()=>Ql,_shadersPassThroughDepth:()=>yA,_shadersPerInstanceColorAppearanceFS:()=>T1,_shadersPerInstanceColorAppearanceVS:()=>E1,_shadersPerInstanceFlatColorAppearanceFS:()=>pC,_shadersPerInstanceFlatColorAppearanceVS:()=>b1,_shadersPointCloudEyeDomeLighting:()=>qR,_shadersPointCloudStylingStageVS:()=>rL,_shadersPointPrimitiveCollectionFS:()=>vy,_shadersPointPrimitiveCollectionVS:()=>XF,_shadersPolylineArrowMaterial:()=>m1,_shadersPolylineColorAppearanceVS:()=>vB,_shadersPolylineCommon:()=>uu,_shadersPolylineDashMaterial:()=>p1,_shadersPolylineFS:()=>IC,_shadersPolylineGlowMaterial:()=>_1,_shadersPolylineMaterialAppearanceVS:()=>PB,_shadersPolylineOutlineMaterial:()=>g1,_shadersPolylineShadowVolumeFS:()=>bB,_shadersPolylineShadowVolumeMorphFS:()=>SB,_shadersPolylineShadowVolumeMorphVS:()=>wB,_shadersPolylineShadowVolumeVS:()=>DB,_shadersPolylineVS:()=>qL,_shadersPrimitiveOutlineStageFS:()=>cL,_shadersPrimitiveOutlineStageVS:()=>aL,_shadersRGBToHSB:()=>OO,_shadersRGBToHSL:()=>BO,_shadersRGBToXYZ:()=>RO,_shadersReinhardTonemapping:()=>g4,_shadersReprojectWebMercatorFS:()=>eV,_shadersReprojectWebMercatorVS:()=>tV,_shadersRimLightingMaterial:()=>y1,_shadersSelectedFeatureIdStageCommon:()=>WS,_shadersShadowVolumeAppearanceFS:()=>Fb,_shadersShadowVolumeAppearanceVS:()=>iB,_shadersShadowVolumeFS:()=>w0,_shadersSilhouette:()=>y4,_shadersSkinningStageVS:()=>dL,_shadersSkyAtmosphereCommon:()=>ZD,_shadersSkyAtmosphereFS:()=>nV,_shadersSkyAtmosphereVS:()=>iV,_shadersSkyBoxFS:()=>oV,_shadersSkyBoxVS:()=>rV,_shadersSlopeRampMaterial:()=>A1,_shadersStripeMaterial:()=>C1,_shadersSunFS:()=>sV,_shadersSunTextureFS:()=>aV,_shadersSunVS:()=>cV,_shadersTexturedMaterialAppearanceFS:()=>JP,_shadersTexturedMaterialAppearanceVS:()=>ZP,_shadersVector3DTileClampedPolylinesFS:()=>tF,_shadersVector3DTileClampedPolylinesVS:()=>eF,_shadersVector3DTilePolylinesVS:()=>$L,_shadersVectorTileVS:()=>uS,_shadersViewportQuadFS:()=>lV,_shadersViewportQuadVS:()=>cE,_shadersWater:()=>x1,_shadersXYZToRGB:()=>nB,_shadersacesTonemapping:()=>vI,_shadersalphaWeight:()=>PI,_shadersantialias:()=>II,_shadersapproximateSphericalCoordinates:()=>OI,_shadersbackFacing:()=>BI,_shadersbranchFreeTernary:()=>RI,_shaderscascadeColor:()=>MI,_shaderscascadeDistance:()=>LI,_shaderscascadeMatrix:()=>FI,_shaderscascadeWeights:()=>NI,_shaderscolumbusViewMorph:()=>kI,_shaderscomputePosition:()=>VI,_shaderscosineAndSine:()=>UI,_shadersdecompressTextureCoordinates:()=>zI,_shadersdefaultPbrMaterial:()=>HI,_shadersdegreesPerRadian:()=>F1,_shadersdepthClamp:()=>GI,_shadersdepthRange:()=>N1,_shadersdepthRangeStruct:()=>AI,_shaderseastNorthUpToEyeCoordinates:()=>WI,_shadersellipsoidContainsPoint:()=>jI,_shadersellipsoidWgs84TextureCoordinates:()=>qI,_shadersepsilon1:()=>k1,_shadersepsilon2:()=>V1,_shadersepsilon3:()=>U1,_shadersepsilon4:()=>z1,_shadersepsilon5:()=>H1,_shadersepsilon6:()=>G1,_shadersepsilon7:()=>W1,_shadersequalsEpsilon:()=>YI,_shaderseyeOffset:()=>XI,_shaderseyeToWindowCoordinates:()=>KI,_shadersfastApproximateAtan:()=>JI,_shadersfog:()=>ZI,_shadersgammaCorrect:()=>QI,_shadersgeodeticSurfaceNormal:()=>$I,_shadersgetDefaultMaterial:()=>eO,_shadersgetLambertDiffuse:()=>tO,_shadersgetSpecular:()=>nO,_shadersgetWaterNoise:()=>iO,_shadershue:()=>sO,_shadersinfinity:()=>j1,_shadersinverseGamma:()=>aO,_shadersisEmpty:()=>cO,_shadersisFull:()=>lO,_shaderslatitudeToWebMercatorFraction:()=>uO,_shaderslineDistance:()=>dO,_shaderslinearToSrgb:()=>fO,_shadersluminance:()=>hO,_shadersmaterial:()=>CI,_shadersmaterialInput:()=>xI,_shadersmetersPerPixel:()=>mO,_shadersmodelMaterial:()=>TI,_shadersmodelToWindowCoordinates:()=>pO,_shadersmodelVertexOutput:()=>EI,_shadersmultiplyWithColorBalance:()=>_O,_shadersnearFarScalar:()=>gO,_shadersoctDecode:()=>yO,_shadersoneOverPi:()=>q1,_shadersoneOverTwoPi:()=>Y1,_shaderspackDepth:()=>AO,_shaderspassCesium3DTile:()=>X1,_shaderspassCesium3DTileClassification:()=>K1,_shaderspassCesium3DTileClassificationIgnoreShow:()=>J1,_shaderspassClassification:()=>Z1,_shaderspassCompute:()=>Q1,_shaderspassEnvironment:()=>$1,_shaderspassGlobe:()=>eI,_shaderspassOpaque:()=>tI,_shaderspassOverlay:()=>nI,_shaderspassTerrainClassification:()=>iI,_shaderspassTranslucent:()=>oI,_shaderspbrLighting:()=>CO,_shaderspbrMetallicRoughnessMaterial:()=>xO,_shaderspbrParameters:()=>bI,_shaderspbrSpecularGlossinessMaterial:()=>TO,_shadersphong:()=>EO,_shaderspi:()=>rI,_shaderspiOverFour:()=>sI,_shaderspiOverSix:()=>aI,_shaderspiOverThree:()=>cI,_shaderspiOverTwo:()=>lI,_shadersplaneDistance:()=>bO,_shaderspointAlongRay:()=>SO,_shadersradiansPerDegree:()=>uI,_shadersray:()=>SI,_shadersrayEllipsoidIntersectionInterval:()=>wO,_shadersraySegment:()=>wI,_shadersraySphereIntersectionInterval:()=>DO,_shadersreadDepth:()=>vO,_shadersreadNonPerspective:()=>PO,_shadersreverseLogDepth:()=>IO,_shadersround:()=>MO,_shaderssampleOctahedralProjection:()=>LO,_shaderssaturation:()=>FO,_shaderssceneMode2D:()=>fI,_shaderssceneMode3D:()=>dI,_shaderssceneModeColumbusView:()=>hI,_shaderssceneModeMorphing:()=>mI,_shadersshadowDepthCompare:()=>NO,_shadersshadowParameters:()=>DI,_shadersshadowVisibility:()=>kO,_shaderssignNotZero:()=>VO,_shaderssolarRadius:()=>pI,_shaderssphericalHarmonics:()=>UO,_shaderssrgbToLinear:()=>zO,_shaderstangentToEyeSpaceMatrix:()=>HO,_shadersthreePiOver2:()=>_I,_shaderstransformPlane:()=>GO,_shaderstranslateRelativeToEye:()=>WO,_shaderstranslucentPhong:()=>jO,_shaderstranspose:()=>qO,_shaderstwoPi:()=>gI,_shadersunpackDepth:()=>YO,_shadersunpackFloat:()=>XO,_shadersunpackUint:()=>KO,_shadersvalueTransform:()=>JO,_shadersvertexLogDepth:()=>ZO,_shaderswebMercatorMaxLatitude:()=>yI,_shaderswindowToEyeCoordinates:()=>QO,_shaderswriteDepthClamp:()=>$O,_shaderswriteLogDepth:()=>eB,_shaderswriteNonPerspective:()=>tB,addBuffer:()=>yR,addDefaults:()=>cR,addExtensionsRequired:()=>pR,addExtensionsUsed:()=>Df,addPipelineExtras:()=>Y0,addToArray:()=>cs,appendForwardSlash:()=>BP,arrayRemoveDuplicates:()=>yo,barycentricCoordinates:()=>CC,binarySearch:()=>jo,buildDrawCommand:()=>_M,buildModuleUrl:()=>Kt,cancelAnimationFrame:()=>nhe,clone:()=>$e,combine:()=>pt,computeFlyToLocationForRectangle:()=>BE,createBillboardPointCallback:()=>Sx,createCommand:()=>yn,createDefaultImageryProviderViewModels:()=>$4,createDefaultTerrainProviderViewModels:()=>ez,createElevationBandMaterial:()=>Mpe,createGuid:()=>kn,createMaterialPropertyDescriptor:()=>bo,createOsmBuildings:()=>Lpe,createPropertyDescriptor:()=>ae,createRawPropertyDescriptor:()=>Cl,createTangentSpaceDebugPrimitive:()=>Fpe,createTaskProcessorWorker:()=>Kye,createUniform:()=>B1,createUniformArray:()=>R1,createWorldImagery:()=>Qg,createWorldTerrain:()=>_k,decodeGoogleEarthEnterpriseData:()=>gk,decodeVectorPolylinePositions:()=>iF,defaultValue:()=>y,defer:()=>Hs,defined:()=>l,deprecationWarning:()=>Xr,destroyObject:()=>le,exportKml:()=>iue,findAccessorMinMax:()=>ex,findContentMetadata:()=>Bx,findGroupMetadata:()=>Rx,findTileMetadata:()=>uF,forEachTextureInMaterial:()=>ES,formatError:()=>mp,freezeRenderState:()=>hK,getAbsoluteUri:()=>Rp,getAccessorByteStride:()=>wl,getBaseUri:()=>RP,getBinaryAccessor:()=>pu,getClipAndStyleCode:()=>sU,getClippingFunction:()=>UE,getComponentReader:()=>d_,getElement:()=>Pn,getExtensionFromUri:()=>$A,getFilenameFromUri:()=>Q_,getImageFromTypedArray:()=>xk,getImagePixels:()=>Dd,getJsonFromTypedArray:()=>Jo,getMagic:()=>Kd,getStringFromTypedArray:()=>El,getTimestamp:()=>wi,hasExtension:()=>Ui,heightReferenceOnEntityPropertyChanged:()=>Kp,isBitSet:()=>Tc,isBlobUri:()=>eC,isCrossOriginUrl:()=>tC,isDataUri:()=>Mp,isLeapYear:()=>Op,knockout:()=>Ae,knockout_3_5_1:()=>wE,knockout_es5:()=>Uk,loadAndExecuteScript:()=>nC,loadCubeMap:()=>nk,loadImageFromTypedArray:()=>QC,loadKTX2:()=>yl,mergeSort:()=>aA,modernizeShader:()=>L1,moveTechniqueRenderStates:()=>mR,moveTechniquesToExtension:()=>_R,numberOfComponentsForType:()=>gu,objectToQuery:()=>iC,oneTimeWarning:()=>Dt,parseBatchTable:()=>x_,parseBoundingVolumeSemantics:()=>RR,parseFeatureMetadataLegacy:()=>kR,parseGlb:()=>fR,parseResponseHeaders:()=>LP,parseStructuralMetadata:()=>NR,pointInsideTriangle:()=>cme,preprocess3DTileContent:()=>Mx,queryToObject:()=>ou,readAccessorPacked:()=>AR,removeExtension:()=>tx,removeExtensionsRequired:()=>uR,removeExtensionsUsed:()=>$C,removePipelineExtras:()=>hR,removeUnusedElements:()=>gR,requestAnimationFrame:()=>fme,resizeImageToNextPowerOfTwo:()=>K0,sampleTerrain:()=>YN,sampleTerrainMostDetailed:()=>fg,scaleToGeodeticSurface:()=>jA,subdivideArray:()=>oB,subscribeAndEvaluate:()=>ia,updateAccessorComponentTypes:()=>xR,updateVersion:()=>SR,usesExtension:()=>pr,viewerCesium3DTilesInspectorMixin:()=>kye,viewerCesiumInspectorMixin:()=>Vye,viewerDragDropMixin:()=>zye,viewerPerformanceWatchdogMixin:()=>Hye,webGLConstantToGlslType:()=>Rme,wrapFunction:()=>Vk,writeTextToCanvas:()=>Dx});module.exports=nAe(V_t);function aY(e,t){return e??t}aY.EMPTY_OBJECT=Object.freeze({});var y=aY;function iAe(e){return e!=null}var l=iAe;function m0(e){this.name="DeveloperError",this.message=e;let t;try{throw new Error}catch(n){t=n.stack}this.stack=t}l(Object.create)&&(m0.prototype=Object.create(Error.prototype),m0.prototype.constructor=m0);m0.prototype.toString=function(){let e=`${this.name}: ${this.message}`;return l(this.stack)&&(e+=`
${this.stack.toString()}`),e};m0.throwInstantiationError=function(){throw new m0("This function defines an interface and should not be called directly.")};var ye=m0;var jr={};jr.typeOf={};function oAe(e){return`${e} is required, actual value was undefined`}function GA(e,t,n){return`Expected ${n} to be typeof ${t}, actual typeof was ${e}`}jr.defined=function(e,t){if(!l(t))throw new ye(oAe(e))};jr.typeOf.func=function(e,t){if(typeof t!="function")throw new ye(GA(typeof t,"function",e))};jr.typeOf.string=function(e,t){if(typeof t!="string")throw new ye(GA(typeof t,"string",e))};jr.typeOf.number=function(e,t){if(typeof t!="number")throw new ye(GA(typeof t,"number",e))};jr.typeOf.number.lessThan=function(e,t,n){if(jr.typeOf.number(e,t),t>=n)throw new ye(`Expected ${e} to be less than ${n}, actual value was ${t}`)};jr.typeOf.number.lessThanOrEquals=function(e,t,n){if(jr.typeOf.number(e,t),t>n)throw new ye(`Expected ${e} to be less than or equal to ${n}, actual value was ${t}`)};jr.typeOf.number.greaterThan=function(e,t,n){if(jr.typeOf.number(e,t),t<=n)throw new ye(`Expected ${e} to be greater than ${n}, actual value was ${t}`)};jr.typeOf.number.greaterThanOrEquals=function(e,t,n){if(jr.typeOf.number(e,t),t<n)throw new ye(`Expected ${e} to be greater than or equal to ${n}, actual value was ${t}`)};jr.typeOf.object=function(e,t){if(typeof t!="object")throw new ye(GA(typeof t,"object",e))};jr.typeOf.bool=function(e,t){if(typeof t!="boolean")throw new ye(GA(typeof t,"boolean",e))};jr.typeOf.bigint=function(e,t){if(typeof t!="bigint")throw new ye(GA(typeof t,"bigint",e))};jr.typeOf.number.equals=function(e,t,n,i){if(jr.typeOf.number(e,n),jr.typeOf.number(t,i),n!==i)throw new ye(`${e} must be equal to ${t}, the actual values are ${n} and ${i}`)};var hl=jr;function lb(){this._listeners=[],this._scopes=[],this._toRemove=[],this._insideRaiseEvent=!1}Object.defineProperties(lb.prototype,{numberOfListeners:{get:function(){return this._listeners.length-this._toRemove.length}}});lb.prototype.addEventListener=function(e,t){this._listeners.push(e),this._scopes.push(t);let n=this;return function(){n.removeEventListener(e,t)}};lb.prototype.removeEventListener=function(e,t){let n=this._listeners,i=this._scopes,o=-1;for(let r=0;r<n.length;r++)if(n[r]===e&&i[r]===t){o=r;break}return o!==-1?(this._insideRaiseEvent?(this._toRemove.push(o),n[o]=void 0,i[o]=void 0):(n.splice(o,1),i.splice(o,1)),!0):!1};function rAe(e,t){return t-e}lb.prototype.raiseEvent=function(){this._insideRaiseEvent=!0;let e,t=this._listeners,n=this._scopes,i=t.length;for(e=0;e<i;e++){let r=t[e];l(r)&&t[e].apply(n[e],arguments)}let o=this._toRemove;if(i=o.length,i>0){for(o.sort(rAe),e=0;e<i;e++){let r=o[e];t.splice(r,1),n.splice(r,1)}o.length=0}this._insideRaiseEvent=!1};var _e=lb;function Dp(e){this._value=void 0,this._hasClone=!1,this._hasEquals=!1,this._definitionChanged=new _e,this.setValue(e)}Object.defineProperties(Dp.prototype,{isConstant:{value:!0},definitionChanged:{get:function(){return this._definitionChanged}}});Dp.prototype.getValue=function(e,t){return this._hasClone?this._value.clone(t):this._value};Dp.prototype.setValue=function(e){let t=this._value;if(t!==e){let n=l(e),i=n&&typeof e.clone=="function",o=n&&typeof e.equals=="function";(!o||!e.equals(t))&&(this._hasClone=i,this._hasEquals=o,this._value=i?e.clone(this._value):e,this._definitionChanged.raiseEvent(this))}};Dp.prototype.equals=function(e){return this===e||e instanceof Dp&&(!this._hasEquals&&this._value===e._value||this._hasEquals&&this._value.equals(e._value))};Dp.prototype.valueOf=function(){return this._value};Dp.prototype.toString=function(){return String(this._value)};var Xn=Dp;function sAe(e,t,n,i,o){return{configurable:i,get:function(){return this[t]},set:function(r){let s=this[t],a=this[n];l(a)&&(a(),this[n]=void 0),r!==void 0&&(!l(r)||!l(r.getValue))&&l(o)&&(r=o(r)),s!==r&&(this[t]=r,this._definitionChanged.raiseEvent(this,e,r,s)),l(r)&&l(r.definitionChanged)&&(this[n]=r.definitionChanged.addEventListener(function(){this._definitionChanged.raiseEvent(this,e,r,r)},this))}}}function aAe(e){return new Xn(e)}function cAe(e,t,n){return sAe(e,`_${e.toString()}`,`_${e.toString()}Subscription`,y(t,!1),y(n,aAe))}var ae=cAe;function ub(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._image=void 0,this._imageSubscription=void 0,this._scale=void 0,this._scaleSubscription=void 0,this._pixelOffset=void 0,this._pixelOffsetSubscription=void 0,this._eyeOffset=void 0,this._eyeOffsetSubscription=void 0,this._horizontalOrigin=void 0,this._horizontalOriginSubscription=void 0,this._verticalOrigin=void 0,this._verticalOriginSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._color=void 0,this._colorSubscription=void 0,this._rotation=void 0,this._rotationSubscription=void 0,this._alignedAxis=void 0,this._alignedAxisSubscription=void 0,this._sizeInMeters=void 0,this._sizeInMetersSubscription=void 0,this._width=void 0,this._widthSubscription=void 0,this._height=void 0,this._heightSubscription=void 0,this._scaleByDistance=void 0,this._scaleByDistanceSubscription=void 0,this._translucencyByDistance=void 0,this._translucencyByDistanceSubscription=void 0,this._pixelOffsetScaleByDistance=void 0,this._pixelOffsetScaleByDistanceSubscription=void 0,this._imageSubRegion=void 0,this._imageSubRegionSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._disableDepthTestDistance=void 0,this._disableDepthTestDistanceSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(ub.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),image:ae("image"),scale:ae("scale"),pixelOffset:ae("pixelOffset"),eyeOffset:ae("eyeOffset"),horizontalOrigin:ae("horizontalOrigin"),verticalOrigin:ae("verticalOrigin"),heightReference:ae("heightReference"),color:ae("color"),rotation:ae("rotation"),alignedAxis:ae("alignedAxis"),sizeInMeters:ae("sizeInMeters"),width:ae("width"),height:ae("height"),scaleByDistance:ae("scaleByDistance"),translucencyByDistance:ae("translucencyByDistance"),pixelOffsetScaleByDistance:ae("pixelOffsetScaleByDistance"),imageSubRegion:ae("imageSubRegion"),distanceDisplayCondition:ae("distanceDisplayCondition"),disableDepthTestDistance:ae("disableDepthTestDistance")});ub.prototype.clone=function(e){return l(e)?(e.show=this._show,e.image=this._image,e.scale=this._scale,e.pixelOffset=this._pixelOffset,e.eyeOffset=this._eyeOffset,e.horizontalOrigin=this._horizontalOrigin,e.verticalOrigin=this._verticalOrigin,e.heightReference=this._heightReference,e.color=this._color,e.rotation=this._rotation,e.alignedAxis=this._alignedAxis,e.sizeInMeters=this._sizeInMeters,e.width=this._width,e.height=this._height,e.scaleByDistance=this._scaleByDistance,e.translucencyByDistance=this._translucencyByDistance,e.pixelOffsetScaleByDistance=this._pixelOffsetScaleByDistance,e.imageSubRegion=this._imageSubRegion,e.distanceDisplayCondition=this._distanceDisplayCondition,e.disableDepthTestDistance=this._disableDepthTestDistance,e):new ub(this)};ub.prototype.merge=function(e){this.show=y(this._show,e.show),this.image=y(this._image,e.image),this.scale=y(this._scale,e.scale),this.pixelOffset=y(this._pixelOffset,e.pixelOffset),this.eyeOffset=y(this._eyeOffset,e.eyeOffset),this.horizontalOrigin=y(this._horizontalOrigin,e.horizontalOrigin),this.verticalOrigin=y(this._verticalOrigin,e.verticalOrigin),this.heightReference=y(this._heightReference,e.heightReference),this.color=y(this._color,e.color),this.rotation=y(this._rotation,e.rotation),this.alignedAxis=y(this._alignedAxis,e.alignedAxis),this.sizeInMeters=y(this._sizeInMeters,e.sizeInMeters),this.width=y(this._width,e.width),this.height=y(this._height,e.height),this.scaleByDistance=y(this._scaleByDistance,e.scaleByDistance),this.translucencyByDistance=y(this._translucencyByDistance,e.translucencyByDistance),this.pixelOffsetScaleByDistance=y(this._pixelOffsetScaleByDistance,e.pixelOffsetScaleByDistance),this.imageSubRegion=y(this._imageSubRegion,e.imageSubRegion),this.distanceDisplayCondition=y(this._distanceDisplayCondition,e.distanceDisplayCondition),this.disableDepthTestDistance=y(this._disableDepthTestDistance,e.disableDepthTestDistance)};var ja=ub;function p0(){this._array=[],this._hash={}}Object.defineProperties(p0.prototype,{length:{get:function(){return this._array.length}},values:{get:function(){return this._array}}});p0.prototype.contains=function(e){return l(this._hash[e])};p0.prototype.set=function(e,t){let n=this._hash[e];t!==n&&(this.remove(e),this._hash[e]=t,this._array.push(t))};p0.prototype.get=function(e){return this._hash[e]};p0.prototype.remove=function(e){let t=this._hash[e],n=l(t);if(n){let i=this._array;i.splice(i.indexOf(t),1),delete this._hash[e]}return n};p0.prototype.removeAll=function(){let e=this._array;e.length>0&&(this._hash={},e.length=0)};var gt=p0;var Qz=Ii(aP(),1);var et={};et.EPSILON1=.1;et.EPSILON2=.01;et.EPSILON3=.001;et.EPSILON4=1e-4;et.EPSILON5=1e-5;et.EPSILON6=1e-6;et.EPSILON7=1e-7;et.EPSILON8=1e-8;et.EPSILON9=1e-9;et.EPSILON10=1e-10;et.EPSILON11=1e-11;et.EPSILON12=1e-12;et.EPSILON13=1e-13;et.EPSILON14=1e-14;et.EPSILON15=1e-15;et.EPSILON16=1e-16;et.EPSILON17=1e-17;et.EPSILON18=1e-18;et.EPSILON19=1e-19;et.EPSILON20=1e-20;et.EPSILON21=1e-21;et.GRAVITATIONALPARAMETER=3986004418e5;et.SOLAR_RADIUS=6955e5;et.LUNAR_RADIUS=1737400;et.SIXTY_FOUR_KILOBYTES=64*1024;et.FOUR_GIGABYTES=4*1024*1024*1024;et.sign=y(Math.sign,function(t){return t=+t,t===0||t!==t?t:t>0?1:-1});et.signNotZero=function(e){return e<0?-1:1};et.toSNorm=function(e,t){return t=y(t,255),Math.round((et.clamp(e,-1,1)*.5+.5)*t)};et.fromSNorm=function(e,t){return t=y(t,255),et.clamp(e,0,t)/t*2-1};et.normalize=function(e,t,n){return n=Math.max(n-t,0),n===0?0:et.clamp((e-t)/n,0,1)};et.sinh=y(Math.sinh,function(t){return(Math.exp(t)-Math.exp(-t))/2});et.cosh=y(Math.cosh,function(t){return(Math.exp(t)+Math.exp(-t))/2});et.lerp=function(e,t,n){return(1-n)*e+n*t};et.PI=Math.PI;et.ONE_OVER_PI=1/Math.PI;et.PI_OVER_TWO=Math.PI/2;et.PI_OVER_THREE=Math.PI/3;et.PI_OVER_FOUR=Math.PI/4;et.PI_OVER_SIX=Math.PI/6;et.THREE_PI_OVER_TWO=3*Math.PI/2;et.TWO_PI=2*Math.PI;et.ONE_OVER_TWO_PI=1/(2*Math.PI);et.RADIANS_PER_DEGREE=Math.PI/180;et.DEGREES_PER_RADIAN=180/Math.PI;et.RADIANS_PER_ARCSECOND=et.RADIANS_PER_DEGREE/3600;et.toRadians=function(e){return e*et.RADIANS_PER_DEGREE};et.toDegrees=function(e){return e*et.DEGREES_PER_RADIAN};et.convertLongitudeRange=function(e){let t=et.TWO_PI,n=e-Math.floor(e/t)*t;return n<-Math.PI?n+t:n>=Math.PI?n-t:n};et.clampToLatitudeRange=function(e){return et.clamp(e,-1*et.PI_OVER_TWO,et.PI_OVER_TWO)};et.negativePiToPi=function(e){return e>=-et.PI&&e<=et.PI?e:et.zeroToTwoPi(e+et.PI)-et.PI};et.zeroToTwoPi=function(e){if(e>=0&&e<=et.TWO_PI)return e;let t=et.mod(e,et.TWO_PI);return Math.abs(t)<et.EPSILON14&&Math.abs(e)>et.EPSILON14?et.TWO_PI:t};et.mod=function(e,t){return et.sign(e)===et.sign(t)&&Math.abs(e)<Math.abs(t)?e:(e%t+t)%t};et.equalsEpsilon=function(e,t,n,i){n=y(n,0),i=y(i,n);let o=Math.abs(e-t);return o<=i||o<=n*Math.max(Math.abs(e),Math.abs(t))};et.lessThan=function(e,t,n){return e-t<-n};et.lessThanOrEquals=function(e,t,n){return e-t<n};et.greaterThan=function(e,t,n){return e-t>n};et.greaterThanOrEquals=function(e,t,n){return e-t>-n};var cP=[1];et.factorial=function(e){let t=cP.length;if(e>=t){let n=cP[t-1];for(let i=t;i<=e;i++){let o=n*i;cP.push(o),n=o}}return cP[e]};et.incrementWrap=function(e,t,n){return n=y(n,0),++e,e>t&&(e=n),e};et.isPowerOfTwo=function(e){return e!==0&&(e&e-1)===0};et.nextPowerOfTwo=function(e){return--e,e|=e>>1,e|=e>>2,e|=e>>4,e|=e>>8,e|=e>>16,++e,e};et.previousPowerOfTwo=function(e){return e|=e>>1,e|=e>>2,e|=e>>4,e|=e>>8,e|=e>>16,e|=e>>32,e=(e>>>0)-(e>>>1),e};et.clamp=function(e,t,n){return e<t?t:e>n?n:e};var lY=new Qz.default;et.setRandomNumberSeed=function(e){lY=new Qz.default(e)};et.nextRandomNumber=function(){return lY.random()};et.randomBetween=function(e,t){return et.nextRandomNumber()*(t-e)+e};et.acosClamped=function(e){return Math.acos(et.clamp(e,-1,1))};et.asinClamped=function(e){return Math.asin(et.clamp(e,-1,1))};et.chordLength=function(e,t){return 2*t*Math.sin(e*.5)};et.logBase=function(e,t){return Math.log(e)/Math.log(t)};et.cbrt=y(Math.cbrt,function(t){let n=Math.pow(Math.abs(t),.3333333333333333);return t<0?-n:n});et.log2=y(Math.log2,function(t){return Math.log(t)*Math.LOG2E});et.fog=function(e,t){let n=e*t;return 1-Math.exp(-(n*n))};et.fastApproximateAtan=function(e){return e*(-.1784*Math.abs(e)-.0663*e*e+1.0301)};et.fastApproximateAtan2=function(e,t){let n,i=Math.abs(e);n=Math.abs(t);let o=Math.max(i,n);n=Math.min(i,n);let r=n/o;return i=et.fastApproximateAtan(r),i=Math.abs(t)>Math.abs(e)?et.PI_OVER_TWO-i:i,i=e<0?et.PI-i:i,i=t<0?-i:i,i};var I=et;function Tt(e,t){this.x=y(e,0),this.y=y(t,0)}Tt.fromElements=function(e,t,n){return l(n)?(n.x=e,n.y=t,n):new Tt(e,t)};Tt.clone=function(e,t){if(!!l(e))return l(t)?(t.x=e.x,t.y=e.y,t):new Tt(e.x,e.y)};Tt.fromCartesian3=Tt.clone;Tt.fromCartesian4=Tt.clone;Tt.packedLength=2;Tt.pack=function(e,t,n){return n=y(n,0),t[n++]=e.x,t[n]=e.y,t};Tt.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Tt),n.x=e[t++],n.y=e[t],n};Tt.packArray=function(e,t){let n=e.length,i=n*2;l(t)?!Array.isArray(t)&&t.length!==i||t.length!==i&&(t.length=i):t=new Array(i);for(let o=0;o<n;++o)Tt.pack(e[o],t,o*2);return t};Tt.unpackArray=function(e,t){let n=e.length;l(t)?t.length=n/2:t=new Array(n/2);for(let i=0;i<n;i+=2){let o=i/2;t[o]=Tt.unpack(e,i,t[o])}return t};Tt.fromArray=Tt.unpack;Tt.maximumComponent=function(e){return Math.max(e.x,e.y)};Tt.minimumComponent=function(e){return Math.min(e.x,e.y)};Tt.minimumByComponent=function(e,t,n){return n.x=Math.min(e.x,t.x),n.y=Math.min(e.y,t.y),n};Tt.maximumByComponent=function(e,t,n){return n.x=Math.max(e.x,t.x),n.y=Math.max(e.y,t.y),n};Tt.clamp=function(e,t,n,i){let o=I.clamp(e.x,t.x,n.x),r=I.clamp(e.y,t.y,n.y);return i.x=o,i.y=r,i};Tt.magnitudeSquared=function(e){return e.x*e.x+e.y*e.y};Tt.magnitude=function(e){return Math.sqrt(Tt.magnitudeSquared(e))};var lP=new Tt;Tt.distance=function(e,t){return Tt.subtract(e,t,lP),Tt.magnitude(lP)};Tt.distanceSquared=function(e,t){return Tt.subtract(e,t,lP),Tt.magnitudeSquared(lP)};Tt.normalize=function(e,t){let n=Tt.magnitude(e);return t.x=e.x/n,t.y=e.y/n,t};Tt.dot=function(e,t){return e.x*t.x+e.y*t.y};Tt.cross=function(e,t){return e.x*t.y-e.y*t.x};Tt.multiplyComponents=function(e,t,n){return n.x=e.x*t.x,n.y=e.y*t.y,n};Tt.divideComponents=function(e,t,n){return n.x=e.x/t.x,n.y=e.y/t.y,n};Tt.add=function(e,t,n){return n.x=e.x+t.x,n.y=e.y+t.y,n};Tt.subtract=function(e,t,n){return n.x=e.x-t.x,n.y=e.y-t.y,n};Tt.multiplyByScalar=function(e,t,n){return n.x=e.x*t,n.y=e.y*t,n};Tt.divideByScalar=function(e,t,n){return n.x=e.x/t,n.y=e.y/t,n};Tt.negate=function(e,t){return t.x=-e.x,t.y=-e.y,t};Tt.abs=function(e,t){return t.x=Math.abs(e.x),t.y=Math.abs(e.y),t};var uY=new Tt;Tt.lerp=function(e,t,n,i){return Tt.multiplyByScalar(t,n,uY),i=Tt.multiplyByScalar(e,1-n,i),Tt.add(uY,i,i)};var fY=new Tt,dY=new Tt;Tt.angleBetween=function(e,t){return Tt.normalize(e,fY),Tt.normalize(t,dY),I.acosClamped(Tt.dot(fY,dY))};var lAe=new Tt;Tt.mostOrthogonalAxis=function(e,t){let n=Tt.normalize(e,lAe);return Tt.abs(n,n),n.x<=n.y?t=Tt.clone(Tt.UNIT_X,t):t=Tt.clone(Tt.UNIT_Y,t),t};Tt.equals=function(e,t){return e===t||l(e)&&l(t)&&e.x===t.x&&e.y===t.y};Tt.equalsArray=function(e,t,n){return e.x===t[n]&&e.y===t[n+1]};Tt.equalsEpsilon=function(e,t,n,i){return e===t||l(e)&&l(t)&&I.equalsEpsilon(e.x,t.x,n,i)&&I.equalsEpsilon(e.y,t.y,n,i)};Tt.ZERO=Object.freeze(new Tt(0,0));Tt.ONE=Object.freeze(new Tt(1,1));Tt.UNIT_X=Object.freeze(new Tt(1,0));Tt.UNIT_Y=Object.freeze(new Tt(0,1));Tt.prototype.clone=function(e){return Tt.clone(this,e)};Tt.prototype.equals=function(e){return Tt.equals(this,e)};Tt.prototype.equalsEpsilon=function(e,t,n){return Tt.equalsEpsilon(this,e,t,n)};Tt.prototype.toString=function(){return`(${this.x}, ${this.y})`};var H=Tt;function Xe(e,t,n){this.x=y(e,0),this.y=y(t,0),this.z=y(n,0)}Xe.fromSpherical=function(e,t){l(t)||(t=new Xe);let n=e.clock,i=e.cone,o=y(e.magnitude,1),r=o*Math.sin(i);return t.x=r*Math.cos(n),t.y=r*Math.sin(n),t.z=o*Math.cos(i),t};Xe.fromElements=function(e,t,n,i){return l(i)?(i.x=e,i.y=t,i.z=n,i):new Xe(e,t,n)};Xe.clone=function(e,t){if(!!l(e))return l(t)?(t.x=e.x,t.y=e.y,t.z=e.z,t):new Xe(e.x,e.y,e.z)};Xe.fromCartesian4=Xe.clone;Xe.packedLength=3;Xe.pack=function(e,t,n){return n=y(n,0),t[n++]=e.x,t[n++]=e.y,t[n]=e.z,t};Xe.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Xe),n.x=e[t++],n.y=e[t++],n.z=e[t],n};Xe.packArray=function(e,t){let n=e.length,i=n*3;l(t)?!Array.isArray(t)&&t.length!==i||t.length!==i&&(t.length=i):t=new Array(i);for(let o=0;o<n;++o)Xe.pack(e[o],t,o*3);return t};Xe.unpackArray=function(e,t){let n=e.length;l(t)?t.length=n/3:t=new Array(n/3);for(let i=0;i<n;i+=3){let o=i/3;t[o]=Xe.unpack(e,i,t[o])}return t};Xe.fromArray=Xe.unpack;Xe.maximumComponent=function(e){return Math.max(e.x,e.y,e.z)};Xe.minimumComponent=function(e){return Math.min(e.x,e.y,e.z)};Xe.minimumByComponent=function(e,t,n){return n.x=Math.min(e.x,t.x),n.y=Math.min(e.y,t.y),n.z=Math.min(e.z,t.z),n};Xe.maximumByComponent=function(e,t,n){return n.x=Math.max(e.x,t.x),n.y=Math.max(e.y,t.y),n.z=Math.max(e.z,t.z),n};Xe.clamp=function(e,t,n,i){let o=I.clamp(e.x,t.x,n.x),r=I.clamp(e.y,t.y,n.y),s=I.clamp(e.z,t.z,n.z);return i.x=o,i.y=r,i.z=s,i};Xe.magnitudeSquared=function(e){return e.x*e.x+e.y*e.y+e.z*e.z};Xe.magnitude=function(e){return Math.sqrt(Xe.magnitudeSquared(e))};var fP=new Xe;Xe.distance=function(e,t){return Xe.subtract(e,t,fP),Xe.magnitude(fP)};Xe.distanceSquared=function(e,t){return Xe.subtract(e,t,fP),Xe.magnitudeSquared(fP)};Xe.normalize=function(e,t){let n=Xe.magnitude(e);return t.x=e.x/n,t.y=e.y/n,t.z=e.z/n,t};Xe.dot=function(e,t){return e.x*t.x+e.y*t.y+e.z*t.z};Xe.multiplyComponents=function(e,t,n){return n.x=e.x*t.x,n.y=e.y*t.y,n.z=e.z*t.z,n};Xe.divideComponents=function(e,t,n){return n.x=e.x/t.x,n.y=e.y/t.y,n.z=e.z/t.z,n};Xe.add=function(e,t,n){return n.x=e.x+t.x,n.y=e.y+t.y,n.z=e.z+t.z,n};Xe.subtract=function(e,t,n){return n.x=e.x-t.x,n.y=e.y-t.y,n.z=e.z-t.z,n};Xe.multiplyByScalar=function(e,t,n){return n.x=e.x*t,n.y=e.y*t,n.z=e.z*t,n};Xe.divideByScalar=function(e,t,n){return n.x=e.x/t,n.y=e.y/t,n.z=e.z/t,n};Xe.negate=function(e,t){return t.x=-e.x,t.y=-e.y,t.z=-e.z,t};Xe.abs=function(e,t){return t.x=Math.abs(e.x),t.y=Math.abs(e.y),t.z=Math.abs(e.z),t};var hY=new Xe;Xe.lerp=function(e,t,n,i){return Xe.multiplyByScalar(t,n,hY),i=Xe.multiplyByScalar(e,1-n,i),Xe.add(hY,i,i)};var uP=new Xe,$z=new Xe;Xe.angleBetween=function(e,t){Xe.normalize(e,uP),Xe.normalize(t,$z);let n=Xe.dot(uP,$z),i=Xe.magnitude(Xe.cross(uP,$z,uP));return Math.atan2(i,n)};var uAe=new Xe;Xe.mostOrthogonalAxis=function(e,t){let n=Xe.normalize(e,uAe);return Xe.abs(n,n),n.x<=n.y?n.x<=n.z?t=Xe.clone(Xe.UNIT_X,t):t=Xe.clone(Xe.UNIT_Z,t):n.y<=n.z?t=Xe.clone(Xe.UNIT_Y,t):t=Xe.clone(Xe.UNIT_Z,t),t};Xe.projectVector=function(e,t,n){let i=Xe.dot(e,t)/Xe.dot(t,t);return Xe.multiplyByScalar(t,i,n)};Xe.equals=function(e,t){return e===t||l(e)&&l(t)&&e.x===t.x&&e.y===t.y&&e.z===t.z};Xe.equalsArray=function(e,t,n){return e.x===t[n]&&e.y===t[n+1]&&e.z===t[n+2]};Xe.equalsEpsilon=function(e,t,n,i){return e===t||l(e)&&l(t)&&I.equalsEpsilon(e.x,t.x,n,i)&&I.equalsEpsilon(e.y,t.y,n,i)&&I.equalsEpsilon(e.z,t.z,n,i)};Xe.cross=function(e,t,n){let i=e.x,o=e.y,r=e.z,s=t.x,a=t.y,c=t.z,u=o*c-r*a,f=r*s-i*c,d=i*a-o*s;return n.x=u,n.y=f,n.z=d,n};Xe.midpoint=function(e,t,n){return n.x=(e.x+t.x)*.5,n.y=(e.y+t.y)*.5,n.z=(e.z+t.z)*.5,n};Xe.fromDegrees=function(e,t,n,i,o){return e=I.toRadians(e),t=I.toRadians(t),Xe.fromRadians(e,t,n,i,o)};var nu=new Xe,WA=new Xe,fAe=new Xe(6378137*6378137,6378137*6378137,6356752314245179e-9*6356752314245179e-9);Xe.fromRadians=function(e,t,n,i,o){n=y(n,0);let r=l(i)?i.radiiSquared:fAe,s=Math.cos(t);nu.x=s*Math.cos(e),nu.y=s*Math.sin(e),nu.z=Math.sin(t),nu=Xe.normalize(nu,nu),Xe.multiplyComponents(r,nu,WA);let a=Math.sqrt(Xe.dot(nu,WA));return WA=Xe.divideByScalar(WA,a,WA),nu=Xe.multiplyByScalar(nu,n,nu),l(o)||(o=new Xe),Xe.add(WA,nu,o)};Xe.fromDegreesArray=function(e,t,n){let i=e.length;l(n)?n.length=i/2:n=new Array(i/2);for(let o=0;o<i;o+=2){let r=e[o],s=e[o+1],a=o/2;n[a]=Xe.fromDegrees(r,s,0,t,n[a])}return n};Xe.fromRadiansArray=function(e,t,n){let i=e.length;l(n)?n.length=i/2:n=new Array(i/2);for(let o=0;o<i;o+=2){let r=e[o],s=e[o+1],a=o/2;n[a]=Xe.fromRadians(r,s,0,t,n[a])}return n};Xe.fromDegreesArrayHeights=function(e,t,n){let i=e.length;l(n)?n.length=i/3:n=new Array(i/3);for(let o=0;o<i;o+=3){let r=e[o],s=e[o+1],a=e[o+2],c=o/3;n[c]=Xe.fromDegrees(r,s,a,t,n[c])}return n};Xe.fromRadiansArrayHeights=function(e,t,n){let i=e.length;l(n)?n.length=i/3:n=new Array(i/3);for(let o=0;o<i;o+=3){let r=e[o],s=e[o+1],a=e[o+2],c=o/3;n[c]=Xe.fromRadians(r,s,a,t,n[c])}return n};Xe.ZERO=Object.freeze(new Xe(0,0,0));Xe.ONE=Object.freeze(new Xe(1,1,1));Xe.UNIT_X=Object.freeze(new Xe(1,0,0));Xe.UNIT_Y=Object.freeze(new Xe(0,1,0));Xe.UNIT_Z=Object.freeze(new Xe(0,0,1));Xe.prototype.clone=function(e){return Xe.clone(this,e)};Xe.prototype.equals=function(e){return Xe.equals(this,e)};Xe.prototype.equalsEpsilon=function(e,t,n){return Xe.equalsEpsilon(this,e,t,n)};Xe.prototype.toString=function(){return`(${this.x}, ${this.y}, ${this.z})`};var h=Xe;var dAe=new h,hAe=new h;function mAe(e,t,n,i,o){let r=e.x,s=e.y,a=e.z,c=t.x,u=t.y,f=t.z,d=r*r*c*c,p=s*s*u*u,g=a*a*f*f,m=d+p+g,A=Math.sqrt(1/m),C=h.multiplyByScalar(e,A,dAe);if(m<i)return isFinite(A)?h.clone(C,o):void 0;let x=n.x,b=n.y,E=n.z,S=hAe;S.x=C.x*x*2,S.y=C.y*b*2,S.z=C.z*E*2;let D=(1-A)*h.magnitude(e)/(.5*h.magnitude(S)),v=0,O,R,M,L,_,T,w,P,B,N,z;do{D-=v,M=1/(1+D*x),L=1/(1+D*b),_=1/(1+D*E),T=M*M,w=L*L,P=_*_,B=T*M,N=w*L,z=P*_,O=d*T+p*w+g*P-1,R=d*B*x+p*N*b+g*z*E;let V=-2*R;v=O/V}while(Math.abs(O)>I.EPSILON12);return l(o)?(o.x=r*M,o.y=s*L,o.z=a*_,o):new h(r*M,s*L,a*_)}var jA=mAe;function Fr(e,t,n){this.longitude=y(e,0),this.latitude=y(t,0),this.height=y(n,0)}Fr.fromRadians=function(e,t,n,i){return n=y(n,0),l(i)?(i.longitude=e,i.latitude=t,i.height=n,i):new Fr(e,t,n)};Fr.fromDegrees=function(e,t,n,i){return e=I.toRadians(e),t=I.toRadians(t),Fr.fromRadians(e,t,n,i)};var pAe=new h,_Ae=new h,gAe=new h,yAe=new h(1/6378137,1/6378137,1/6356752314245179e-9),AAe=new h(1/(6378137*6378137),1/(6378137*6378137),1/(6356752314245179e-9*6356752314245179e-9)),CAe=I.EPSILON1;Fr.fromCartesian=function(e,t,n){let i=l(t)?t.oneOverRadii:yAe,o=l(t)?t.oneOverRadiiSquared:AAe,r=l(t)?t._centerToleranceSquared:CAe,s=jA(e,i,o,r,_Ae);if(!l(s))return;let a=h.multiplyComponents(s,o,pAe);a=h.normalize(a,a);let c=h.subtract(e,s,gAe),u=Math.atan2(a.y,a.x),f=Math.asin(a.z),d=I.sign(h.dot(c,e))*h.magnitude(c);return l(n)?(n.longitude=u,n.latitude=f,n.height=d,n):new Fr(u,f,d)};Fr.toCartesian=function(e,t,n){return h.fromRadians(e.longitude,e.latitude,e.height,t,n)};Fr.clone=function(e,t){if(!!l(e))return l(t)?(t.longitude=e.longitude,t.latitude=e.latitude,t.height=e.height,t):new Fr(e.longitude,e.latitude,e.height)};Fr.equals=function(e,t){return e===t||l(e)&&l(t)&&e.longitude===t.longitude&&e.latitude===t.latitude&&e.height===t.height};Fr.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(e.longitude-t.longitude)<=n&&Math.abs(e.latitude-t.latitude)<=n&&Math.abs(e.height-t.height)<=n};Fr.ZERO=Object.freeze(new Fr(0,0,0));Fr.prototype.clone=function(e){return Fr.clone(this,e)};Fr.prototype.equals=function(e){return Fr.equals(this,e)};Fr.prototype.equalsEpsilon=function(e,t){return Fr.equalsEpsilon(this,e,t)};Fr.prototype.toString=function(){return`(${this.longitude}, ${this.latitude}, ${this.height})`};var he=Fr;function pY(e,t,n,i){t=y(t,0),n=y(n,0),i=y(i,0),e._radii=new h(t,n,i),e._radiiSquared=new h(t*t,n*n,i*i),e._radiiToTheFourth=new h(t*t*t*t,n*n*n*n,i*i*i*i),e._oneOverRadii=new h(t===0?0:1/t,n===0?0:1/n,i===0?0:1/i),e._oneOverRadiiSquared=new h(t===0?0:1/(t*t),n===0?0:1/(n*n),i===0?0:1/(i*i)),e._minimumRadius=Math.min(t,n,i),e._maximumRadius=Math.max(t,n,i),e._centerToleranceSquared=I.EPSILON1,e._radiiSquared.z!==0&&(e._squaredXOverSquaredZ=e._radiiSquared.x/e._radiiSquared.z)}function Oi(e,t,n){this._radii=void 0,this._radiiSquared=void 0,this._radiiToTheFourth=void 0,this._oneOverRadii=void 0,this._oneOverRadiiSquared=void 0,this._minimumRadius=void 0,this._maximumRadius=void 0,this._centerToleranceSquared=void 0,this._squaredXOverSquaredZ=void 0,pY(this,e,t,n)}Object.defineProperties(Oi.prototype,{radii:{get:function(){return this._radii}},radiiSquared:{get:function(){return this._radiiSquared}},radiiToTheFourth:{get:function(){return this._radiiToTheFourth}},oneOverRadii:{get:function(){return this._oneOverRadii}},oneOverRadiiSquared:{get:function(){return this._oneOverRadiiSquared}},minimumRadius:{get:function(){return this._minimumRadius}},maximumRadius:{get:function(){return this._maximumRadius}}});Oi.clone=function(e,t){if(!l(e))return;let n=e._radii;return l(t)?(h.clone(n,t._radii),h.clone(e._radiiSquared,t._radiiSquared),h.clone(e._radiiToTheFourth,t._radiiToTheFourth),h.clone(e._oneOverRadii,t._oneOverRadii),h.clone(e._oneOverRadiiSquared,t._oneOverRadiiSquared),t._minimumRadius=e._minimumRadius,t._maximumRadius=e._maximumRadius,t._centerToleranceSquared=e._centerToleranceSquared,t):new Oi(n.x,n.y,n.z)};Oi.fromCartesian3=function(e,t){return l(t)||(t=new Oi),l(e)&&pY(t,e.x,e.y,e.z),t};Oi.WGS84=Object.freeze(new Oi(6378137,6378137,6356752314245179e-9));Oi.CGCS2000=Object.freeze(new Oi(6378137,6378137,6356752314140356e-9));Oi.UNIT_SPHERE=Object.freeze(new Oi(1,1,1));Oi.MOON=Object.freeze(new Oi(I.LUNAR_RADIUS,I.LUNAR_RADIUS,I.LUNAR_RADIUS));Oi.prototype.clone=function(e){return Oi.clone(this,e)};Oi.packedLength=h.packedLength;Oi.pack=function(e,t,n){return n=y(n,0),h.pack(e._radii,t,n),t};Oi.unpack=function(e,t,n){t=y(t,0);let i=h.unpack(e,t);return Oi.fromCartesian3(i,n)};Oi.prototype.geocentricSurfaceNormal=h.normalize;Oi.prototype.geodeticSurfaceNormalCartographic=function(e,t){let n=e.longitude,i=e.latitude,o=Math.cos(i),r=o*Math.cos(n),s=o*Math.sin(n),a=Math.sin(i);return l(t)||(t=new h),t.x=r,t.y=s,t.z=a,h.normalize(t,t)};Oi.prototype.geodeticSurfaceNormal=function(e,t){if(!h.equalsEpsilon(e,h.ZERO,I.EPSILON14))return l(t)||(t=new h),t=h.multiplyComponents(e,this._oneOverRadiiSquared,t),h.normalize(t,t)};var xAe=new h,TAe=new h;Oi.prototype.cartographicToCartesian=function(e,t){let n=xAe,i=TAe;this.geodeticSurfaceNormalCartographic(e,n),h.multiplyComponents(this._radiiSquared,n,i);let o=Math.sqrt(h.dot(n,i));return h.divideByScalar(i,o,i),h.multiplyByScalar(n,e.height,n),l(t)||(t=new h),h.add(i,n,t)};Oi.prototype.cartographicArrayToCartesianArray=function(e,t){let n=e.length;l(t)?t.length=n:t=new Array(n);for(let i=0;i<n;i++)t[i]=this.cartographicToCartesian(e[i],t[i]);return t};var EAe=new h,bAe=new h,SAe=new h;Oi.prototype.cartesianToCartographic=function(e,t){let n=this.scaleToGeodeticSurface(e,bAe);if(!l(n))return;let i=this.geodeticSurfaceNormal(n,EAe),o=h.subtract(e,n,SAe),r=Math.atan2(i.y,i.x),s=Math.asin(i.z),a=I.sign(h.dot(o,e))*h.magnitude(o);return l(t)?(t.longitude=r,t.latitude=s,t.height=a,t):new he(r,s,a)};Oi.prototype.cartesianArrayToCartographicArray=function(e,t){let n=e.length;l(t)?t.length=n:t=new Array(n);for(let i=0;i<n;++i)t[i]=this.cartesianToCartographic(e[i],t[i]);return t};Oi.prototype.scaleToGeodeticSurface=function(e,t){return jA(e,this._oneOverRadii,this._oneOverRadiiSquared,this._centerToleranceSquared,t)};Oi.prototype.scaleToGeocentricSurface=function(e,t){l(t)||(t=new h);let n=e.x,i=e.y,o=e.z,r=this._oneOverRadiiSquared,s=1/Math.sqrt(n*n*r.x+i*i*r.y+o*o*r.z);return h.multiplyByScalar(e,s,t)};Oi.prototype.transformPositionToScaledSpace=function(e,t){return l(t)||(t=new h),h.multiplyComponents(e,this._oneOverRadii,t)};Oi.prototype.transformPositionFromScaledSpace=function(e,t){return l(t)||(t=new h),h.multiplyComponents(e,this._radii,t)};Oi.prototype.equals=function(e){return this===e||l(e)&&h.equals(this._radii,e._radii)};Oi.prototype.toString=function(){return this._radii.toString()};Oi.prototype.getSurfaceNormalIntersectionWithZAxis=function(e,t,n){t=y(t,0);let i=this._squaredXOverSquaredZ;if(l(n)||(n=new h),n.x=0,n.y=0,n.z=e.z*(1-i),!(Math.abs(n.z)>=this._radii.z-t))return n};var wAe=[.14887433898163,.43339539412925,.67940956829902,.86506336668898,.97390652851717,0],DAe=[.29552422471475,.26926671930999,.21908636251598,.14945134915058,.066671344308684,0];function mY(e,t,n){let i=.5*(t+e),o=.5*(t-e),r=0;for(let s=0;s<5;s++){let a=o*wAe[s];r+=DAe[s]*(n(i+a)+n(i-a))}return r*=o,r}Oi.prototype.surfaceArea=function(e){let t=e.west,n=e.east,i=e.south,o=e.north;for(;n<t;)n+=I.TWO_PI;let r=this._radiiSquared,s=r.x,a=r.y,c=r.z,u=s*a;return mY(i,o,function(f){let d=Math.cos(f),p=Math.sin(f);return Math.cos(f)*mY(t,n,function(g){let m=Math.cos(g),A=Math.sin(g);return Math.sqrt(u*p*p+c*(a*m*m+s*A*A)*d*d)})})};var ie=Oi;function dP(e){this._ellipsoid=y(e,ie.WGS84),this._semimajorAxis=this._ellipsoid.maximumRadius,this._oneOverSemimajorAxis=1/this._semimajorAxis}Object.defineProperties(dP.prototype,{ellipsoid:{get:function(){return this._ellipsoid}}});dP.prototype.project=function(e,t){let n=this._semimajorAxis,i=e.longitude*n,o=e.latitude*n,r=e.height;return l(t)?(t.x=i,t.y=o,t.z=r,t):new h(i,o,r)};dP.prototype.unproject=function(e,t){let n=this._oneOverSemimajorAxis,i=e.x*n,o=e.y*n,r=e.z;return l(t)?(t.longitude=i,t.latitude=o,t.height=r,t):new he(i,o,r)};var Ai=dP;var vAe={OUTSIDE:-1,INTERSECTING:0,INSIDE:1},Xt=Object.freeze(vAe);function On(e,t,n,i){this.west=y(e,0),this.south=y(t,0),this.east=y(n,0),this.north=y(i,0)}Object.defineProperties(On.prototype,{width:{get:function(){return On.computeWidth(this)}},height:{get:function(){return On.computeHeight(this)}}});On.packedLength=4;On.pack=function(e,t,n){return n=y(n,0),t[n++]=e.west,t[n++]=e.south,t[n++]=e.east,t[n]=e.north,t};On.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new On),n.west=e[t++],n.south=e[t++],n.east=e[t++],n.north=e[t],n};On.computeWidth=function(e){let t=e.east,n=e.west;return t<n&&(t+=I.TWO_PI),t-n};On.computeHeight=function(e){return e.north-e.south};On.fromDegrees=function(e,t,n,i,o){return e=I.toRadians(y(e,0)),t=I.toRadians(y(t,0)),n=I.toRadians(y(n,0)),i=I.toRadians(y(i,0)),l(o)?(o.west=e,o.south=t,o.east=n,o.north=i,o):new On(e,t,n,i)};On.fromRadians=function(e,t,n,i,o){return l(o)?(o.west=y(e,0),o.south=y(t,0),o.east=y(n,0),o.north=y(i,0),o):new On(e,t,n,i)};On.fromCartographicArray=function(e,t){let n=Number.MAX_VALUE,i=-Number.MAX_VALUE,o=Number.MAX_VALUE,r=-Number.MAX_VALUE,s=Number.MAX_VALUE,a=-Number.MAX_VALUE;for(let c=0,u=e.length;c<u;c++){let f=e[c];n=Math.min(n,f.longitude),i=Math.max(i,f.longitude),s=Math.min(s,f.latitude),a=Math.max(a,f.latitude);let d=f.longitude>=0?f.longitude:f.longitude+I.TWO_PI;o=Math.min(o,d),r=Math.max(r,d)}return i-n>r-o&&(n=o,i=r,i>I.PI&&(i=i-I.TWO_PI),n>I.PI&&(n=n-I.TWO_PI)),l(t)?(t.west=n,t.south=s,t.east=i,t.north=a,t):new On(n,s,i,a)};On.fromCartesianArray=function(e,t,n){t=y(t,ie.WGS84);let i=Number.MAX_VALUE,o=-Number.MAX_VALUE,r=Number.MAX_VALUE,s=-Number.MAX_VALUE,a=Number.MAX_VALUE,c=-Number.MAX_VALUE;for(let u=0,f=e.length;u<f;u++){let d=t.cartesianToCartographic(e[u]);i=Math.min(i,d.longitude),o=Math.max(o,d.longitude),a=Math.min(a,d.latitude),c=Math.max(c,d.latitude);let p=d.longitude>=0?d.longitude:d.longitude+I.TWO_PI;r=Math.min(r,p),s=Math.max(s,p)}return o-i>s-r&&(i=r,o=s,o>I.PI&&(o=o-I.TWO_PI),i>I.PI&&(i=i-I.TWO_PI)),l(n)?(n.west=i,n.south=a,n.east=o,n.north=c,n):new On(i,a,o,c)};On.clone=function(e,t){if(!!l(e))return l(t)?(t.west=e.west,t.south=e.south,t.east=e.east,t.north=e.north,t):new On(e.west,e.south,e.east,e.north)};On.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(e.west-t.west)<=n&&Math.abs(e.south-t.south)<=n&&Math.abs(e.east-t.east)<=n&&Math.abs(e.north-t.north)<=n};On.prototype.clone=function(e){return On.clone(this,e)};On.prototype.equals=function(e){return On.equals(this,e)};On.equals=function(e,t){return e===t||l(e)&&l(t)&&e.west===t.west&&e.south===t.south&&e.east===t.east&&e.north===t.north};On.prototype.equalsEpsilon=function(e,t){return On.equalsEpsilon(this,e,t)};On.validate=function(e){};On.southwest=function(e,t){return l(t)?(t.longitude=e.west,t.latitude=e.south,t.height=0,t):new he(e.west,e.south)};On.northwest=function(e,t){return l(t)?(t.longitude=e.west,t.latitude=e.north,t.height=0,t):new he(e.west,e.north)};On.northeast=function(e,t){return l(t)?(t.longitude=e.east,t.latitude=e.north,t.height=0,t):new he(e.east,e.north)};On.southeast=function(e,t){return l(t)?(t.longitude=e.east,t.latitude=e.south,t.height=0,t):new he(e.east,e.south)};On.center=function(e,t){let n=e.east,i=e.west;n<i&&(n+=I.TWO_PI);let o=I.negativePiToPi((i+n)*.5),r=(e.south+e.north)*.5;return l(t)?(t.longitude=o,t.latitude=r,t.height=0,t):new he(o,r)};On.intersection=function(e,t,n){let i=e.east,o=e.west,r=t.east,s=t.west;i<o&&r>0?i+=I.TWO_PI:r<s&&i>0&&(r+=I.TWO_PI),i<o&&s<0?s+=I.TWO_PI:r<s&&o<0&&(o+=I.TWO_PI);let a=I.negativePiToPi(Math.max(o,s)),c=I.negativePiToPi(Math.min(i,r));if((e.west<e.east||t.west<t.east)&&c<=a)return;let u=Math.max(e.south,t.south),f=Math.min(e.north,t.north);if(!(u>=f))return l(n)?(n.west=a,n.south=u,n.east=c,n.north=f,n):new On(a,u,c,f)};On.simpleIntersection=function(e,t,n){let i=Math.max(e.west,t.west),o=Math.max(e.south,t.south),r=Math.min(e.east,t.east),s=Math.min(e.north,t.north);if(!(o>=s||i>=r))return l(n)?(n.west=i,n.south=o,n.east=r,n.north=s,n):new On(i,o,r,s)};On.union=function(e,t,n){l(n)||(n=new On);let i=e.east,o=e.west,r=t.east,s=t.west;i<o&&r>0?i+=I.TWO_PI:r<s&&i>0&&(r+=I.TWO_PI),i<o&&s<0?s+=I.TWO_PI:r<s&&o<0&&(o+=I.TWO_PI);let a=I.negativePiToPi(Math.min(o,s)),c=I.negativePiToPi(Math.max(i,r));return n.west=a,n.south=Math.min(e.south,t.south),n.east=c,n.north=Math.max(e.north,t.north),n};On.expand=function(e,t,n){return l(n)||(n=new On),n.west=Math.min(e.west,t.longitude),n.south=Math.min(e.south,t.latitude),n.east=Math.max(e.east,t.longitude),n.north=Math.max(e.north,t.latitude),n};On.contains=function(e,t){let n=t.longitude,i=t.latitude,o=e.west,r=e.east;return r<o&&(r+=I.TWO_PI,n<0&&(n+=I.TWO_PI)),(n>o||I.equalsEpsilon(n,o,I.EPSILON14))&&(n<r||I.equalsEpsilon(n,r,I.EPSILON14))&&i>=e.south&&i<=e.north};var PAe=new he;On.subsample=function(e,t,n,i){t=y(t,ie.WGS84),n=y(n,0),l(i)||(i=[]);let o=0,r=e.north,s=e.south,a=e.east,c=e.west,u=PAe;u.height=n,u.longitude=c,u.latitude=r,i[o]=t.cartographicToCartesian(u,i[o]),o++,u.longitude=a,i[o]=t.cartographicToCartesian(u,i[o]),o++,u.latitude=s,i[o]=t.cartographicToCartesian(u,i[o]),o++,u.longitude=c,i[o]=t.cartographicToCartesian(u,i[o]),o++,r<0?u.latitude=r:s>0?u.latitude=s:u.latitude=0;for(let f=1;f<8;++f)u.longitude=-Math.PI+f*I.PI_OVER_TWO,On.contains(e,u)&&(i[o]=t.cartographicToCartesian(u,i[o]),o++);return u.latitude===0&&(u.longitude=c,i[o]=t.cartographicToCartesian(u,i[o]),o++,u.longitude=a,i[o]=t.cartographicToCartesian(u,i[o]),o++),i.length=o,i};On.subsection=function(e,t,n,i,o,r){if(l(r)||(r=new On),e.west<=e.east){let a=e.east-e.west;r.west=e.west+t*a,r.east=e.west+i*a}else{let a=I.TWO_PI+e.east-e.west;r.west=I.negativePiToPi(e.west+t*a),r.east=I.negativePiToPi(e.west+i*a)}let s=e.north-e.south;return r.south=e.south+n*s,r.north=e.south+o*s,t===1&&(r.west=e.east),i===1&&(r.east=e.east),n===1&&(r.south=e.north),o===1&&(r.north=e.north),r};On.MAX_VALUE=Object.freeze(new On(-Math.PI,-I.PI_OVER_TWO,Math.PI,I.PI_OVER_TWO));var ce=On;function fr(e,t,n,i){this.x=y(e,0),this.y=y(t,0),this.width=y(n,0),this.height=y(i,0)}fr.packedLength=4;fr.pack=function(e,t,n){return n=y(n,0),t[n++]=e.x,t[n++]=e.y,t[n++]=e.width,t[n]=e.height,t};fr.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new fr),n.x=e[t++],n.y=e[t++],n.width=e[t++],n.height=e[t],n};fr.fromPoints=function(e,t){if(l(t)||(t=new fr),!l(e)||e.length===0)return t.x=0,t.y=0,t.width=0,t.height=0,t;let n=e.length,i=e[0].x,o=e[0].y,r=e[0].x,s=e[0].y;for(let a=1;a<n;a++){let c=e[a],u=c.x,f=c.y;i=Math.min(u,i),r=Math.max(u,r),o=Math.min(f,o),s=Math.max(f,s)}return t.x=i,t.y=o,t.width=r-i,t.height=s-o,t};var IAe=new Ai,OAe=new he,BAe=new he;fr.fromRectangle=function(e,t,n){if(l(n)||(n=new fr),!l(e))return n.x=0,n.y=0,n.width=0,n.height=0,n;t=y(t,IAe);let i=t.project(ce.southwest(e,OAe)),o=t.project(ce.northeast(e,BAe));return H.subtract(o,i,o),n.x=i.x,n.y=i.y,n.width=o.x,n.height=o.y,n};fr.clone=function(e,t){if(!!l(e))return l(t)?(t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height,t):new fr(e.x,e.y,e.width,e.height)};fr.union=function(e,t,n){l(n)||(n=new fr);let i=Math.min(e.x,t.x),o=Math.min(e.y,t.y),r=Math.max(e.x+e.width,t.x+t.width),s=Math.max(e.y+e.height,t.y+t.height);return n.x=i,n.y=o,n.width=r-i,n.height=s-o,n};fr.expand=function(e,t,n){n=fr.clone(e,n);let i=t.x-n.x,o=t.y-n.y;return i>n.width?n.width=i:i<0&&(n.width-=i,n.x=t.x),o>n.height?n.height=o:o<0&&(n.height-=o,n.y=t.y),n};fr.intersect=function(e,t){let n=e.x,i=e.y,o=t.x,r=t.y;return n>o+t.width||n+e.width<o||i+e.height<r||i>r+t.height?Xt.OUTSIDE:Xt.INTERSECTING};fr.equals=function(e,t){return e===t||l(e)&&l(t)&&e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height};fr.prototype.clone=function(e){return fr.clone(this,e)};fr.prototype.intersect=function(e){return fr.intersect(this,e)};fr.prototype.equals=function(e){return fr.equals(this,e)};var He=fr;var vp,dr={requestFullscreen:void 0,exitFullscreen:void 0,fullscreenEnabled:void 0,fullscreenElement:void 0,fullscreenchange:void 0,fullscreenerror:void 0},Pc={};Object.defineProperties(Pc,{element:{get:function(){if(!!Pc.supportsFullscreen())return document[dr.fullscreenElement]}},changeEventName:{get:function(){if(!!Pc.supportsFullscreen())return dr.fullscreenchange}},errorEventName:{get:function(){if(!!Pc.supportsFullscreen())return dr.fullscreenerror}},enabled:{get:function(){if(!!Pc.supportsFullscreen())return document[dr.fullscreenEnabled]}},fullscreen:{get:function(){if(!!Pc.supportsFullscreen())return Pc.element!==null}}});Pc.supportsFullscreen=function(){if(l(vp))return vp;vp=!1;let e=document.body;if(typeof e.requestFullscreen=="function")return dr.requestFullscreen="requestFullscreen",dr.exitFullscreen="exitFullscreen",dr.fullscreenEnabled="fullscreenEnabled",dr.fullscreenElement="fullscreenElement",dr.fullscreenchange="fullscreenchange",dr.fullscreenerror="fullscreenerror",vp=!0,vp;let t=["webkit","moz","o","ms","khtml"],n;for(let i=0,o=t.length;i<o;++i){let r=t[i];n=`${r}RequestFullscreen`,typeof e[n]=="function"?(dr.requestFullscreen=n,vp=!0):(n=`${r}RequestFullScreen`,typeof e[n]=="function"&&(dr.requestFullscreen=n,vp=!0)),n=`${r}ExitFullscreen`,typeof document[n]=="function"?dr.exitFullscreen=n:(n=`${r}CancelFullScreen`,typeof document[n]=="function"&&(dr.exitFullscreen=n)),n=`${r}FullscreenEnabled`,document[n]!==void 0?dr.fullscreenEnabled=n:(n=`${r}FullScreenEnabled`,document[n]!==void 0&&(dr.fullscreenEnabled=n)),n=`${r}FullscreenElement`,document[n]!==void 0?dr.fullscreenElement=n:(n=`${r}FullScreenElement`,document[n]!==void 0&&(dr.fullscreenElement=n)),n=`${r}fullscreenchange`,document[`on${n}`]!==void 0&&(r==="ms"&&(n="MSFullscreenChange"),dr.fullscreenchange=n),n=`${r}fullscreenerror`,document[`on${n}`]!==void 0&&(r==="ms"&&(n="MSFullscreenError"),dr.fullscreenerror=n)}return vp};Pc.requestFullscreen=function(e,t){!Pc.supportsFullscreen()||e[dr.requestFullscreen]({vrDisplay:t})};Pc.exitFullscreen=function(){!Pc.supportsFullscreen()||document[dr.exitFullscreen]()};Pc._names=dr;var hr=Pc;var aa;typeof navigator<"u"?aa=navigator:aa={};function _0(e){let t=e.split(".");for(let n=0,i=t.length;n<i;++n)t[n]=parseInt(t[n],10);return t}var hP,_Y;function rH(){if(!l(hP)&&(hP=!1,!AP())){let e=/ Chrome\/([\.0-9]+)/.exec(aa.userAgent);e!==null&&(hP=!0,_Y=_0(e[1]))}return hP}function RAe(){return rH()&&_Y}var mP,gY;function yY(){if(!l(mP)&&(mP=!1,!rH()&&!AP()&&/ Safari\/[\.0-9]+/.test(aa.userAgent))){let e=/ Version\/([\.0-9]+)/.exec(aa.userAgent);e!==null&&(mP=!0,gY=_0(e[1]))}return mP}function MAe(){return yY()&&gY}var pP,iH;function AY(){if(!l(pP)){pP=!1;let e=/ AppleWebKit\/([\.0-9]+)(\+?)/.exec(aa.userAgent);e!==null&&(pP=!0,iH=_0(e[1]),iH.isNightly=!!e[2])}return pP}function LAe(){return AY()&&iH}var fb,oH;function CY(){if(!l(fb)){fb=!1;let e;aa.appName==="Microsoft Internet Explorer"?(e=/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(aa.userAgent),e!==null&&(fb=!0,oH=_0(e[1]))):aa.appName==="Netscape"&&(e=/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(aa.userAgent),e!==null&&(fb=!0,oH=_0(e[1])))}return fb}function FAe(){return CY()&&oH}var _P,xY;function AP(){if(!l(_P)){_P=!1;let e=/ Edg\/([\.0-9]+)/.exec(aa.userAgent);e!==null&&(_P=!0,xY=_0(e[1]))}return _P}function NAe(){return AP()&&xY}var gP,TY;function sH(){if(!l(gP)){gP=!1;let e=/Firefox\/([\.0-9]+)/.exec(aa.userAgent);e!==null&&(gP=!0,TY=_0(e[1]))}return gP}var eH;function kAe(){return l(eH)||(eH=/Windows/i.test(aa.appVersion)),eH}var tH;function VAe(){return l(tH)||(tH=navigator.platform==="iPhone"||navigator.platform==="iPod"||navigator.platform==="iPad"),tH}function UAe(){return sH()&&TY}var nH;function zAe(){return l(nH)||(nH=!sH()&&typeof PointerEvent<"u"&&(!l(aa.pointerEnabled)||aa.pointerEnabled)),nH}var EY,yP;function bY(){if(!l(yP)){let e=document.createElement("canvas");e.setAttribute("style","image-rendering: -moz-crisp-edges;image-rendering: pixelated;");let t=e.style.imageRendering;yP=l(t)&&t!=="",yP&&(EY=t)}return yP}function HAe(){return bY()?EY:void 0}function qa(){return qa._result}qa._promise=void 0;qa._result=void 0;qa.initialize=function(){return l(qa._promise)||(qa._promise=new Promise(e=>{let t=new Image;t.onload=function(){qa._result=t.width>0&&t.height>0,e(qa._result)},t.onerror=function(){qa._result=!1,e(qa._result)},t.src="data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA"})),qa._promise};Object.defineProperties(qa,{initialized:{get:function(){return l(qa._result)}}});var qA=[];typeof ArrayBuffer<"u"&&(qA.push(Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array),typeof Uint8ClampedArray<"u"&&qA.push(Uint8ClampedArray),typeof Uint8ClampedArray<"u"&&qA.push(Uint8ClampedArray),typeof BigInt64Array<"u"&&qA.push(BigInt64Array),typeof BigUint64Array<"u"&&qA.push(BigUint64Array));var wd={isChrome:rH,chromeVersion:RAe,isSafari:yY,safariVersion:MAe,isWebkit:AY,webkitVersion:LAe,isInternetExplorer:CY,internetExplorerVersion:FAe,isEdge:AP,edgeVersion:NAe,isFirefox:sH,firefoxVersion:UAe,isWindows:kAe,isIPadOrIOS:VAe,hardwareConcurrency:y(aa.hardwareConcurrency,3),supportsPointerEvents:zAe,supportsImageRenderingPixelated:bY,supportsWebP:qa,imageRenderingValue:HAe,typedArrayTypes:qA};wd.supportsBasis=function(e){return wd.supportsWebAssembly()&&e.context.supportsBasis};wd.supportsFullscreen=function(){return hr.supportsFullscreen()};wd.supportsTypedArrays=function(){return typeof ArrayBuffer<"u"};wd.supportsBigInt64Array=function(){return typeof BigInt64Array<"u"};wd.supportsBigUint64Array=function(){return typeof BigUint64Array<"u"};wd.supportsBigInt=function(){return typeof BigInt<"u"};wd.supportsWebWorkers=function(){return typeof Worker<"u"};wd.supportsWebAssembly=function(){return typeof WebAssembly<"u"};var Lt=wd;function aH(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n*6<1?e+(t-e)*6*n:n*2<1?t:n*3<2?e+(t-e)*(2/3-n)*6:e}function ne(e,t,n,i){this.red=y(e,1),this.green=y(t,1),this.blue=y(n,1),this.alpha=y(i,1)}ne.fromCartesian4=function(e,t){return l(t)?(t.red=e.x,t.green=e.y,t.blue=e.z,t.alpha=e.w,t):new ne(e.x,e.y,e.z,e.w)};ne.fromBytes=function(e,t,n,i,o){return e=ne.byteToFloat(y(e,255)),t=ne.byteToFloat(y(t,255)),n=ne.byteToFloat(y(n,255)),i=ne.byteToFloat(y(i,255)),l(o)?(o.red=e,o.green=t,o.blue=n,o.alpha=i,o):new ne(e,t,n,i)};ne.fromAlpha=function(e,t,n){return l(n)?(n.red=e.red,n.green=e.green,n.blue=e.blue,n.alpha=t,n):new ne(e.red,e.green,e.blue,t)};var cH,lH,Qh;Lt.supportsTypedArrays()&&(cH=new ArrayBuffer(4),lH=new Uint32Array(cH),Qh=new Uint8Array(cH));ne.fromRgba=function(e,t){return lH[0]=e,ne.fromBytes(Qh[0],Qh[1],Qh[2],Qh[3],t)};ne.fromHsl=function(e,t,n,i,o){e=y(e,0)%1,t=y(t,0),n=y(n,0),i=y(i,1);let r=n,s=n,a=n;if(t!==0){let c;n<.5?c=n*(1+t):c=n+t-n*t;let u=2*n-c;r=aH(u,c,e+1/3),s=aH(u,c,e),a=aH(u,c,e-1/3)}return l(o)?(o.red=r,o.green=s,o.blue=a,o.alpha=i,o):new ne(r,s,a,i)};ne.fromRandom=function(e,t){e=y(e,y.EMPTY_OBJECT);let n=e.red;if(!l(n)){let s=y(e.minimumRed,0),a=y(e.maximumRed,1);n=s+I.nextRandomNumber()*(a-s)}let i=e.green;if(!l(i)){let s=y(e.minimumGreen,0),a=y(e.maximumGreen,1);i=s+I.nextRandomNumber()*(a-s)}let o=e.blue;if(!l(o)){let s=y(e.minimumBlue,0),a=y(e.maximumBlue,1);o=s+I.nextRandomNumber()*(a-s)}let r=e.alpha;if(!l(r)){let s=y(e.minimumAlpha,0),a=y(e.maximumAlpha,1);r=s+I.nextRandomNumber()*(a-s)}return l(t)?(t.red=n,t.green=i,t.blue=o,t.alpha=r,t):new ne(n,i,o,r)};var GAe=/^#([0-9a-f])([0-9a-f])([0-9a-f])([0-9a-f])?$/i,WAe=/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})?$/i,jAe=/^rgba?\(\s*([0-9.]+%?)\s*,\s*([0-9.]+%?)\s*,\s*([0-9.]+%?)(?:\s*,\s*([0-9.]+))?\s*\)$/i,qAe=/^hsla?\(\s*([0-9.]+)\s*,\s*([0-9.]+%)\s*,\s*([0-9.]+%)(?:\s*,\s*([0-9.]+))?\s*\)$/i;ne.fromCssColorString=function(e,t){l(t)||(t=new ne),e=e.replace(/\s/g,"");let n=ne[e.toUpperCase()];if(l(n))return ne.clone(n,t),t;let i=GAe.exec(e);return i!==null?(t.red=parseInt(i[1],16)/15,t.green=parseInt(i[2],16)/15,t.blue=parseInt(i[3],16)/15,t.alpha=parseInt(y(i[4],"f"),16)/15,t):(i=WAe.exec(e),i!==null?(t.red=parseInt(i[1],16)/255,t.green=parseInt(i[2],16)/255,t.blue=parseInt(i[3],16)/255,t.alpha=parseInt(y(i[4],"ff"),16)/255,t):(i=jAe.exec(e),i!==null?(t.red=parseFloat(i[1])/(i[1].substr(-1)==="%"?100:255),t.green=parseFloat(i[2])/(i[2].substr(-1)==="%"?100:255),t.blue=parseFloat(i[3])/(i[3].substr(-1)==="%"?100:255),t.alpha=parseFloat(y(i[4],"1.0")),t):(i=qAe.exec(e),i!==null?ne.fromHsl(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,parseFloat(y(i[4],"1.0")),t):(t=void 0,t))))};ne.packedLength=4;ne.pack=function(e,t,n){return n=y(n,0),t[n++]=e.red,t[n++]=e.green,t[n++]=e.blue,t[n]=e.alpha,t};ne.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new ne),n.red=e[t++],n.green=e[t++],n.blue=e[t++],n.alpha=e[t],n};ne.byteToFloat=function(e){return e/255};ne.floatToByte=function(e){return e===1?255:e*256|0};ne.clone=function(e,t){if(!!l(e))return l(t)?(t.red=e.red,t.green=e.green,t.blue=e.blue,t.alpha=e.alpha,t):new ne(e.red,e.green,e.blue,e.alpha)};ne.equals=function(e,t){return e===t||l(e)&&l(t)&&e.red===t.red&&e.green===t.green&&e.blue===t.blue&&e.alpha===t.alpha};ne.equalsArray=function(e,t,n){return e.red===t[n]&&e.green===t[n+1]&&e.blue===t[n+2]&&e.alpha===t[n+3]};ne.prototype.clone=function(e){return ne.clone(this,e)};ne.prototype.equals=function(e){return ne.equals(this,e)};ne.prototype.equalsEpsilon=function(e,t){return this===e||l(e)&&Math.abs(this.red-e.red)<=t&&Math.abs(this.green-e.green)<=t&&Math.abs(this.blue-e.blue)<=t&&Math.abs(this.alpha-e.alpha)<=t};ne.prototype.toString=function(){return`(${this.red}, ${this.green}, ${this.blue}, ${this.alpha})`};ne.prototype.toCssColorString=function(){let e=ne.floatToByte(this.red),t=ne.floatToByte(this.green),n=ne.floatToByte(this.blue);return this.alpha===1?`rgb(${e},${t},${n})`:`rgba(${e},${t},${n},${this.alpha})`};ne.prototype.toCssHexString=function(){let e=ne.floatToByte(this.red).toString(16);e.length<2&&(e=`0${e}`);let t=ne.floatToByte(this.green).toString(16);t.length<2&&(t=`0${t}`);let n=ne.floatToByte(this.blue).toString(16);if(n.length<2&&(n=`0${n}`),this.alpha<1){let i=ne.floatToByte(this.alpha).toString(16);return i.length<2&&(i=`0${i}`),`#${e}${t}${n}${i}`}return`#${e}${t}${n}`};ne.prototype.toBytes=function(e){let t=ne.floatToByte(this.red),n=ne.floatToByte(this.green),i=ne.floatToByte(this.blue),o=ne.floatToByte(this.alpha);return l(e)?(e[0]=t,e[1]=n,e[2]=i,e[3]=o,e):[t,n,i,o]};ne.prototype.toRgba=function(){return Qh[0]=ne.floatToByte(this.red),Qh[1]=ne.floatToByte(this.green),Qh[2]=ne.floatToByte(this.blue),Qh[3]=ne.floatToByte(this.alpha),lH[0]};ne.prototype.brighten=function(e,t){return e=1-e,t.red=1-(1-this.red)*e,t.green=1-(1-this.green)*e,t.blue=1-(1-this.blue)*e,t.alpha=this.alpha,t};ne.prototype.darken=function(e,t){return e=1-e,t.red=this.red*e,t.green=this.green*e,t.blue=this.blue*e,t.alpha=this.alpha,t};ne.prototype.withAlpha=function(e,t){return ne.fromAlpha(this,e,t)};ne.add=function(e,t,n){return n.red=e.red+t.red,n.green=e.green+t.green,n.blue=e.blue+t.blue,n.alpha=e.alpha+t.alpha,n};ne.subtract=function(e,t,n){return n.red=e.red-t.red,n.green=e.green-t.green,n.blue=e.blue-t.blue,n.alpha=e.alpha-t.alpha,n};ne.multiply=function(e,t,n){return n.red=e.red*t.red,n.green=e.green*t.green,n.blue=e.blue*t.blue,n.alpha=e.alpha*t.alpha,n};ne.divide=function(e,t,n){return n.red=e.red/t.red,n.green=e.green/t.green,n.blue=e.blue/t.blue,n.alpha=e.alpha/t.alpha,n};ne.mod=function(e,t,n){return n.red=e.red%t.red,n.green=e.green%t.green,n.blue=e.blue%t.blue,n.alpha=e.alpha%t.alpha,n};ne.lerp=function(e,t,n,i){return i.red=I.lerp(e.red,t.red,n),i.green=I.lerp(e.green,t.green,n),i.blue=I.lerp(e.blue,t.blue,n),i.alpha=I.lerp(e.alpha,t.alpha,n),i};ne.multiplyByScalar=function(e,t,n){return n.red=e.red*t,n.green=e.green*t,n.blue=e.blue*t,n.alpha=e.alpha*t,n};ne.divideByScalar=function(e,t,n){return n.red=e.red/t,n.green=e.green/t,n.blue=e.blue/t,n.alpha=e.alpha/t,n};ne.ALICEBLUE=Object.freeze(ne.fromCssColorString("#F0F8FF"));ne.ANTIQUEWHITE=Object.freeze(ne.fromCssColorString("#FAEBD7"));ne.AQUA=Object.freeze(ne.fromCssColorString("#00FFFF"));ne.AQUAMARINE=Object.freeze(ne.fromCssColorString("#7FFFD4"));ne.AZURE=Object.freeze(ne.fromCssColorString("#F0FFFF"));ne.BEIGE=Object.freeze(ne.fromCssColorString("#F5F5DC"));ne.BISQUE=Object.freeze(ne.fromCssColorString("#FFE4C4"));ne.BLACK=Object.freeze(ne.fromCssColorString("#000000"));ne.BLANCHEDALMOND=Object.freeze(ne.fromCssColorString("#FFEBCD"));ne.BLUE=Object.freeze(ne.fromCssColorString("#0000FF"));ne.BLUEVIOLET=Object.freeze(ne.fromCssColorString("#8A2BE2"));ne.BROWN=Object.freeze(ne.fromCssColorString("#A52A2A"));ne.BURLYWOOD=Object.freeze(ne.fromCssColorString("#DEB887"));ne.CADETBLUE=Object.freeze(ne.fromCssColorString("#5F9EA0"));ne.CHARTREUSE=Object.freeze(ne.fromCssColorString("#7FFF00"));ne.CHOCOLATE=Object.freeze(ne.fromCssColorString("#D2691E"));ne.CORAL=Object.freeze(ne.fromCssColorString("#FF7F50"));ne.CORNFLOWERBLUE=Object.freeze(ne.fromCssColorString("#6495ED"));ne.CORNSILK=Object.freeze(ne.fromCssColorString("#FFF8DC"));ne.CRIMSON=Object.freeze(ne.fromCssColorString("#DC143C"));ne.CYAN=Object.freeze(ne.fromCssColorString("#00FFFF"));ne.DARKBLUE=Object.freeze(ne.fromCssColorString("#00008B"));ne.DARKCYAN=Object.freeze(ne.fromCssColorString("#008B8B"));ne.DARKGOLDENROD=Object.freeze(ne.fromCssColorString("#B8860B"));ne.DARKGRAY=Object.freeze(ne.fromCssColorString("#A9A9A9"));ne.DARKGREEN=Object.freeze(ne.fromCssColorString("#006400"));ne.DARKGREY=ne.DARKGRAY;ne.DARKKHAKI=Object.freeze(ne.fromCssColorString("#BDB76B"));ne.DARKMAGENTA=Object.freeze(ne.fromCssColorString("#8B008B"));ne.DARKOLIVEGREEN=Object.freeze(ne.fromCssColorString("#556B2F"));ne.DARKORANGE=Object.freeze(ne.fromCssColorString("#FF8C00"));ne.DARKORCHID=Object.freeze(ne.fromCssColorString("#9932CC"));ne.DARKRED=Object.freeze(ne.fromCssColorString("#8B0000"));ne.DARKSALMON=Object.freeze(ne.fromCssColorString("#E9967A"));ne.DARKSEAGREEN=Object.freeze(ne.fromCssColorString("#8FBC8F"));ne.DARKSLATEBLUE=Object.freeze(ne.fromCssColorString("#483D8B"));ne.DARKSLATEGRAY=Object.freeze(ne.fromCssColorString("#2F4F4F"));ne.DARKSLATEGREY=ne.DARKSLATEGRAY;ne.DARKTURQUOISE=Object.freeze(ne.fromCssColorString("#00CED1"));ne.DARKVIOLET=Object.freeze(ne.fromCssColorString("#9400D3"));ne.DEEPPINK=Object.freeze(ne.fromCssColorString("#FF1493"));ne.DEEPSKYBLUE=Object.freeze(ne.fromCssColorString("#00BFFF"));ne.DIMGRAY=Object.freeze(ne.fromCssColorString("#696969"));ne.DIMGREY=ne.DIMGRAY;ne.DODGERBLUE=Object.freeze(ne.fromCssColorString("#1E90FF"));ne.FIREBRICK=Object.freeze(ne.fromCssColorString("#B22222"));ne.FLORALWHITE=Object.freeze(ne.fromCssColorString("#FFFAF0"));ne.FORESTGREEN=Object.freeze(ne.fromCssColorString("#228B22"));ne.FUCHSIA=Object.freeze(ne.fromCssColorString("#FF00FF"));ne.GAINSBORO=Object.freeze(ne.fromCssColorString("#DCDCDC"));ne.GHOSTWHITE=Object.freeze(ne.fromCssColorString("#F8F8FF"));ne.GOLD=Object.freeze(ne.fromCssColorString("#FFD700"));ne.GOLDENROD=Object.freeze(ne.fromCssColorString("#DAA520"));ne.GRAY=Object.freeze(ne.fromCssColorString("#808080"));ne.GREEN=Object.freeze(ne.fromCssColorString("#008000"));ne.GREENYELLOW=Object.freeze(ne.fromCssColorString("#ADFF2F"));ne.GREY=ne.GRAY;ne.HONEYDEW=Object.freeze(ne.fromCssColorString("#F0FFF0"));ne.HOTPINK=Object.freeze(ne.fromCssColorString("#FF69B4"));ne.INDIANRED=Object.freeze(ne.fromCssColorString("#CD5C5C"));ne.INDIGO=Object.freeze(ne.fromCssColorString("#4B0082"));ne.IVORY=Object.freeze(ne.fromCssColorString("#FFFFF0"));ne.KHAKI=Object.freeze(ne.fromCssColorString("#F0E68C"));ne.LAVENDER=Object.freeze(ne.fromCssColorString("#E6E6FA"));ne.LAVENDAR_BLUSH=Object.freeze(ne.fromCssColorString("#FFF0F5"));ne.LAWNGREEN=Object.freeze(ne.fromCssColorString("#7CFC00"));ne.LEMONCHIFFON=Object.freeze(ne.fromCssColorString("#FFFACD"));ne.LIGHTBLUE=Object.freeze(ne.fromCssColorString("#ADD8E6"));ne.LIGHTCORAL=Object.freeze(ne.fromCssColorString("#F08080"));ne.LIGHTCYAN=Object.freeze(ne.fromCssColorString("#E0FFFF"));ne.LIGHTGOLDENRODYELLOW=Object.freeze(ne.fromCssColorString("#FAFAD2"));ne.LIGHTGRAY=Object.freeze(ne.fromCssColorString("#D3D3D3"));ne.LIGHTGREEN=Object.freeze(ne.fromCssColorString("#90EE90"));ne.LIGHTGREY=ne.LIGHTGRAY;ne.LIGHTPINK=Object.freeze(ne.fromCssColorString("#FFB6C1"));ne.LIGHTSEAGREEN=Object.freeze(ne.fromCssColorString("#20B2AA"));ne.LIGHTSKYBLUE=Object.freeze(ne.fromCssColorString("#87CEFA"));ne.LIGHTSLATEGRAY=Object.freeze(ne.fromCssColorString("#778899"));ne.LIGHTSLATEGREY=ne.LIGHTSLATEGRAY;ne.LIGHTSTEELBLUE=Object.freeze(ne.fromCssColorString("#B0C4DE"));ne.LIGHTYELLOW=Object.freeze(ne.fromCssColorString("#FFFFE0"));ne.LIME=Object.freeze(ne.fromCssColorString("#00FF00"));ne.LIMEGREEN=Object.freeze(ne.fromCssColorString("#32CD32"));ne.LINEN=Object.freeze(ne.fromCssColorString("#FAF0E6"));ne.MAGENTA=Object.freeze(ne.fromCssColorString("#FF00FF"));ne.MAROON=Object.freeze(ne.fromCssColorString("#800000"));ne.MEDIUMAQUAMARINE=Object.freeze(ne.fromCssColorString("#66CDAA"));ne.MEDIUMBLUE=Object.freeze(ne.fromCssColorString("#0000CD"));ne.MEDIUMORCHID=Object.freeze(ne.fromCssColorString("#BA55D3"));ne.MEDIUMPURPLE=Object.freeze(ne.fromCssColorString("#9370DB"));ne.MEDIUMSEAGREEN=Object.freeze(ne.fromCssColorString("#3CB371"));ne.MEDIUMSLATEBLUE=Object.freeze(ne.fromCssColorString("#7B68EE"));ne.MEDIUMSPRINGGREEN=Object.freeze(ne.fromCssColorString("#00FA9A"));ne.MEDIUMTURQUOISE=Object.freeze(ne.fromCssColorString("#48D1CC"));ne.MEDIUMVIOLETRED=Object.freeze(ne.fromCssColorString("#C71585"));ne.MIDNIGHTBLUE=Object.freeze(ne.fromCssColorString("#191970"));ne.MINTCREAM=Object.freeze(ne.fromCssColorString("#F5FFFA"));ne.MISTYROSE=Object.freeze(ne.fromCssColorString("#FFE4E1"));ne.MOCCASIN=Object.freeze(ne.fromCssColorString("#FFE4B5"));ne.NAVAJOWHITE=Object.freeze(ne.fromCssColorString("#FFDEAD"));ne.NAVY=Object.freeze(ne.fromCssColorString("#000080"));ne.OLDLACE=Object.freeze(ne.fromCssColorString("#FDF5E6"));ne.OLIVE=Object.freeze(ne.fromCssColorString("#808000"));ne.OLIVEDRAB=Object.freeze(ne.fromCssColorString("#6B8E23"));ne.ORANGE=Object.freeze(ne.fromCssColorString("#FFA500"));ne.ORANGERED=Object.freeze(ne.fromCssColorString("#FF4500"));ne.ORCHID=Object.freeze(ne.fromCssColorString("#DA70D6"));ne.PALEGOLDENROD=Object.freeze(ne.fromCssColorString("#EEE8AA"));ne.PALEGREEN=Object.freeze(ne.fromCssColorString("#98FB98"));ne.PALETURQUOISE=Object.freeze(ne.fromCssColorString("#AFEEEE"));ne.PALEVIOLETRED=Object.freeze(ne.fromCssColorString("#DB7093"));ne.PAPAYAWHIP=Object.freeze(ne.fromCssColorString("#FFEFD5"));ne.PEACHPUFF=Object.freeze(ne.fromCssColorString("#FFDAB9"));ne.PERU=Object.freeze(ne.fromCssColorString("#CD853F"));ne.PINK=Object.freeze(ne.fromCssColorString("#FFC0CB"));ne.PLUM=Object.freeze(ne.fromCssColorString("#DDA0DD"));ne.POWDERBLUE=Object.freeze(ne.fromCssColorString("#B0E0E6"));ne.PURPLE=Object.freeze(ne.fromCssColorString("#800080"));ne.RED=Object.freeze(ne.fromCssColorString("#FF0000"));ne.ROSYBROWN=Object.freeze(ne.fromCssColorString("#BC8F8F"));ne.ROYALBLUE=Object.freeze(ne.fromCssColorString("#4169E1"));ne.SADDLEBROWN=Object.freeze(ne.fromCssColorString("#8B4513"));ne.SALMON=Object.freeze(ne.fromCssColorString("#FA8072"));ne.SANDYBROWN=Object.freeze(ne.fromCssColorString("#F4A460"));ne.SEAGREEN=Object.freeze(ne.fromCssColorString("#2E8B57"));ne.SEASHELL=Object.freeze(ne.fromCssColorString("#FFF5EE"));ne.SIENNA=Object.freeze(ne.fromCssColorString("#A0522D"));ne.SILVER=Object.freeze(ne.fromCssColorString("#C0C0C0"));ne.SKYBLUE=Object.freeze(ne.fromCssColorString("#87CEEB"));ne.SLATEBLUE=Object.freeze(ne.fromCssColorString("#6A5ACD"));ne.SLATEGRAY=Object.freeze(ne.fromCssColorString("#708090"));ne.SLATEGREY=ne.SLATEGRAY;ne.SNOW=Object.freeze(ne.fromCssColorString("#FFFAFA"));ne.SPRINGGREEN=Object.freeze(ne.fromCssColorString("#00FF7F"));ne.STEELBLUE=Object.freeze(ne.fromCssColorString("#4682B4"));ne.TAN=Object.freeze(ne.fromCssColorString("#D2B48C"));ne.TEAL=Object.freeze(ne.fromCssColorString("#008080"));ne.THISTLE=Object.freeze(ne.fromCssColorString("#D8BFD8"));ne.TOMATO=Object.freeze(ne.fromCssColorString("#FF6347"));ne.TURQUOISE=Object.freeze(ne.fromCssColorString("#40E0D0"));ne.VIOLET=Object.freeze(ne.fromCssColorString("#EE82EE"));ne.WHEAT=Object.freeze(ne.fromCssColorString("#F5DEB3"));ne.WHITE=Object.freeze(ne.fromCssColorString("#FFFFFF"));ne.WHITESMOKE=Object.freeze(ne.fromCssColorString("#F5F5F5"));ne.YELLOW=Object.freeze(ne.fromCssColorString("#FFFF00"));ne.YELLOWGREEN=Object.freeze(ne.fromCssColorString("#9ACD32"));ne.TRANSPARENT=Object.freeze(new ne(0,0,0,0));var U=ne;function YAe(){return!0}function XAe(e,t){t=y(t,"This object was destroyed, i.e., destroy() was called.");function n(){}for(let i in e)typeof e[i]=="function"&&(e[i]=n);e.isDestroyed=YAe}var le=XAe;function ml(e,t){e=y(e,0),this._near=e,t=y(t,Number.MAX_VALUE),this._far=t}Object.defineProperties(ml.prototype,{near:{get:function(){return this._near},set:function(e){this._near=e}},far:{get:function(){return this._far},set:function(e){this._far=e}}});ml.packedLength=2;ml.pack=function(e,t,n){return n=y(n,0),t[n++]=e.near,t[n]=e.far,t};ml.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new ml),n.near=e[t++],n.far=e[t],n};ml.equals=function(e,t){return e===t||l(e)&&l(t)&&e.near===t.near&&e.far===t.far};ml.clone=function(e,t){if(!!l(e))return l(t)||(t=new ml),t.near=e.near,t.far=e.far,t};ml.prototype.clone=function(e){return ml.clone(this,e)};ml.prototype.equals=function(e){return ml.equals(this,e)};var xt=ml;function iu(e,t,n,i){this.near=y(e,0),this.nearValue=y(t,0),this.far=y(n,1),this.farValue=y(i,0)}iu.clone=function(e,t){if(!!l(e))return l(t)?(t.near=e.near,t.nearValue=e.nearValue,t.far=e.far,t.farValue=e.farValue,t):new iu(e.near,e.nearValue,e.far,e.farValue)};iu.packedLength=4;iu.pack=function(e,t,n){return n=y(n,0),t[n++]=e.near,t[n++]=e.nearValue,t[n++]=e.far,t[n]=e.farValue,t};iu.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new iu),n.near=e[t++],n.nearValue=e[t++],n.far=e[t++],n.farValue=e[t],n};iu.equals=function(e,t){return e===t||l(e)&&l(t)&&e.near===t.near&&e.nearValue===t.nearValue&&e.far===t.far&&e.farValue===t.farValue};iu.prototype.clone=function(e){return iu.clone(this,e)};iu.prototype.equals=function(e){return iu.equals(this,e)};var Et=iu;var KAe={NONE:0,CLAMP_TO_GROUND:1,RELATIVE_TO_GROUND:2},Ue=Object.freeze(KAe);var JAe={CENTER:0,LEFT:1,RIGHT:-1},li=Object.freeze(JAe);var ZAe={CENTER:0,BOTTOM:1,BASELINE:2,TOP:-1},Sn=Object.freeze(ZAe);var QAe={DONE:0,PENDING:1,FAILED:2},nt=Object.freeze(QAe);function ff(){ye.throwInstantiationError()}Object.defineProperties(ff.prototype,{isConstant:{get:ye.throwInstantiationError},definitionChanged:{get:ye.throwInstantiationError}});ff.prototype.getValue=ye.throwInstantiationError;ff.prototype.equals=ye.throwInstantiationError;ff.equals=function(e,t){return e===t||l(e)&&e.equals(t)};ff.arrayEquals=function(e,t){if(e===t)return!0;if(!l(e)||!l(t)||e.length!==t.length)return!1;let n=e.length;for(let i=0;i<n;i++)if(!ff.equals(e[i],t[i]))return!1;return!0};ff.isConstant=function(e){return!l(e)||e.isConstant};ff.getValueOrUndefined=function(e,t,n){return l(e)?e.getValue(t,n):void 0};ff.getValueOrDefault=function(e,t,n,i){return l(e)?y(e.getValue(t,i),n):n};ff.getValueOrClonedDefault=function(e,t,n,i){let o;return l(e)&&(o=e.getValue(t,i)),l(o)||(o=n.clone(o)),o};var j=ff;var $Ae=U.WHITE,eCe=h.ZERO,tCe=Ue.NONE,nCe=H.ZERO,iCe=1,oCe=0,rCe=h.ZERO,sCe=li.CENTER,aCe=Sn.CENTER,cCe=!1,lCe=new h,uCe=new U,fCe=new h,dCe=new H,hCe=new Et,mCe=new Et,pCe=new Et,_Ce=new He,gCe=new xt;function SY(e){this.entity=e,this.billboard=void 0,this.textureValue=void 0}function Pp(e,t){t.collectionChanged.addEventListener(Pp.prototype._onCollectionChanged,this),this._cluster=e,this._entityCollection=t,this._items=new gt,this._onCollectionChanged(t,t.values,[],[])}Pp.prototype.update=function(e){let t=this._items.values,n=this._cluster;for(let i=0,o=t.length;i<o;i++){let r=t[i],s=r.entity,a=s._billboard,c,u=r.billboard,f=s.isShowing&&s.isAvailable(e)&&j.getValueOrDefault(a._show,e,!0),d;if(f&&(d=j.getValueOrUndefined(s._position,e,lCe),c=j.getValueOrUndefined(a._image,e),f=l(d)&&l(c)),!f){uH(r,s,n);continue}j.isConstant(s._position)||(n._clusterDirty=!0),l(u)||(u=n.getBillboard(s),u.id=s,u.image=void 0,r.billboard=u),u.show=f,(!l(u.image)||r.textureValue!==c)&&(u.image=c,r.textureValue=c),u.position=d,u.color=j.getValueOrDefault(a._color,e,$Ae,uCe),u.eyeOffset=j.getValueOrDefault(a._eyeOffset,e,eCe,fCe),u.heightReference=j.getValueOrDefault(a._heightReference,e,tCe),u.pixelOffset=j.getValueOrDefault(a._pixelOffset,e,nCe,dCe),u.scale=j.getValueOrDefault(a._scale,e,iCe),u.rotation=j.getValueOrDefault(a._rotation,e,oCe),u.alignedAxis=j.getValueOrDefault(a._alignedAxis,e,rCe),u.horizontalOrigin=j.getValueOrDefault(a._horizontalOrigin,e,sCe),u.verticalOrigin=j.getValueOrDefault(a._verticalOrigin,e,aCe),u.width=j.getValueOrUndefined(a._width,e),u.height=j.getValueOrUndefined(a._height,e),u.scaleByDistance=j.getValueOrUndefined(a._scaleByDistance,e,hCe),u.translucencyByDistance=j.getValueOrUndefined(a._translucencyByDistance,e,mCe),u.pixelOffsetScaleByDistance=j.getValueOrUndefined(a._pixelOffsetScaleByDistance,e,pCe),u.sizeInMeters=j.getValueOrDefault(a._sizeInMeters,e,cCe),u.distanceDisplayCondition=j.getValueOrUndefined(a._distanceDisplayCondition,e,gCe),u.disableDepthTestDistance=j.getValueOrUndefined(a._disableDepthTestDistance,e);let p=j.getValueOrUndefined(a._imageSubRegion,e,_Ce);l(p)&&u.setImageSubRegion(u._imageId,p)}return!0};Pp.prototype.getBoundingSphere=function(e,t){let n=this._items.get(e.id);if(!l(n)||!l(n.billboard))return nt.FAILED;let i=n.billboard;if(i.heightReference===Ue.NONE)t.center=h.clone(i.position,t.center);else{if(!l(i._clampedPosition))return nt.PENDING;t.center=h.clone(i._clampedPosition,t.center)}return t.radius=0,nt.DONE};Pp.prototype.isDestroyed=function(){return!1};Pp.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(Pp.prototype._onCollectionChanged,this);let e=this._entityCollection.values;for(let t=0;t<e.length;t++)this._cluster.removeBillboard(e[t]);return le(this)};Pp.prototype._onCollectionChanged=function(e,t,n,i){let o,r,s=this._items,a=this._cluster;for(o=t.length-1;o>-1;o--)r=t[o],l(r._billboard)&&l(r._position)&&s.set(r.id,new SY(r));for(o=i.length-1;o>-1;o--)r=i[o],l(r._billboard)&&l(r._position)?s.contains(r.id)||s.set(r.id,new SY(r)):(uH(s.get(r.id),r,a),s.remove(r.id));for(o=n.length-1;o>-1;o--)r=n[o],uH(s.get(r.id),r,a),s.remove(r.id)};function uH(e,t,n){l(e)&&(e.billboard=void 0,n.removeBillboard(t))}var CP=Pp;function yCe(e,t){this.start=y(e,0),this.stop=y(t,0)}var Ic=yCe;function Ke(e,t,n,i,o,r,s,a,c){this[0]=y(e,0),this[1]=y(i,0),this[2]=y(s,0),this[3]=y(t,0),this[4]=y(o,0),this[5]=y(a,0),this[6]=y(n,0),this[7]=y(r,0),this[8]=y(c,0)}Ke.packedLength=9;Ke.pack=function(e,t,n){return n=y(n,0),t[n++]=e[0],t[n++]=e[1],t[n++]=e[2],t[n++]=e[3],t[n++]=e[4],t[n++]=e[5],t[n++]=e[6],t[n++]=e[7],t[n++]=e[8],t};Ke.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Ke),n[0]=e[t++],n[1]=e[t++],n[2]=e[t++],n[3]=e[t++],n[4]=e[t++],n[5]=e[t++],n[6]=e[t++],n[7]=e[t++],n[8]=e[t++],n};Ke.packArray=function(e,t){let n=e.length,i=n*9;l(t)?!Array.isArray(t)&&t.length!==i||t.length!==i&&(t.length=i):t=new Array(i);for(let o=0;o<n;++o)Ke.pack(e[o],t,o*9);return t};Ke.unpackArray=function(e,t){let n=e.length;l(t)?t.length=n/9:t=new Array(n/9);for(let i=0;i<n;i+=9){let o=i/9;t[o]=Ke.unpack(e,i,t[o])}return t};Ke.clone=function(e,t){if(!!l(e))return l(t)?(t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t[6]=e[6],t[7]=e[7],t[8]=e[8],t):new Ke(e[0],e[3],e[6],e[1],e[4],e[7],e[2],e[5],e[8])};Ke.fromArray=Ke.unpack;Ke.fromColumnMajorArray=function(e,t){return Ke.clone(e,t)};Ke.fromRowMajorArray=function(e,t){return l(t)?(t[0]=e[0],t[1]=e[3],t[2]=e[6],t[3]=e[1],t[4]=e[4],t[5]=e[7],t[6]=e[2],t[7]=e[5],t[8]=e[8],t):new Ke(e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8])};Ke.fromQuaternion=function(e,t){let n=e.x*e.x,i=e.x*e.y,o=e.x*e.z,r=e.x*e.w,s=e.y*e.y,a=e.y*e.z,c=e.y*e.w,u=e.z*e.z,f=e.z*e.w,d=e.w*e.w,p=n-s-u+d,g=2*(i-f),m=2*(o+c),A=2*(i+f),C=-n+s-u+d,x=2*(a-r),b=2*(o-c),E=2*(a+r),S=-n-s+u+d;return l(t)?(t[0]=p,t[1]=A,t[2]=b,t[3]=g,t[4]=C,t[5]=E,t[6]=m,t[7]=x,t[8]=S,t):new Ke(p,g,m,A,C,x,b,E,S)};Ke.fromHeadingPitchRoll=function(e,t){let n=Math.cos(-e.pitch),i=Math.cos(-e.heading),o=Math.cos(e.roll),r=Math.sin(-e.pitch),s=Math.sin(-e.heading),a=Math.sin(e.roll),c=n*i,u=-o*s+a*r*i,f=a*s+o*r*i,d=n*s,p=o*i+a*r*s,g=-a*i+o*r*s,m=-r,A=a*n,C=o*n;return l(t)?(t[0]=c,t[1]=d,t[2]=m,t[3]=u,t[4]=p,t[5]=A,t[6]=f,t[7]=g,t[8]=C,t):new Ke(c,u,f,d,p,g,m,A,C)};Ke.fromScale=function(e,t){return l(t)?(t[0]=e.x,t[1]=0,t[2]=0,t[3]=0,t[4]=e.y,t[5]=0,t[6]=0,t[7]=0,t[8]=e.z,t):new Ke(e.x,0,0,0,e.y,0,0,0,e.z)};Ke.fromUniformScale=function(e,t){return l(t)?(t[0]=e,t[1]=0,t[2]=0,t[3]=0,t[4]=e,t[5]=0,t[6]=0,t[7]=0,t[8]=e,t):new Ke(e,0,0,0,e,0,0,0,e)};Ke.fromCrossProduct=function(e,t){return l(t)?(t[0]=0,t[1]=e.z,t[2]=-e.y,t[3]=-e.z,t[4]=0,t[5]=e.x,t[6]=e.y,t[7]=-e.x,t[8]=0,t):new Ke(0,-e.z,e.y,e.z,0,-e.x,-e.y,e.x,0)};Ke.fromRotationX=function(e,t){let n=Math.cos(e),i=Math.sin(e);return l(t)?(t[0]=1,t[1]=0,t[2]=0,t[3]=0,t[4]=n,t[5]=i,t[6]=0,t[7]=-i,t[8]=n,t):new Ke(1,0,0,0,n,-i,0,i,n)};Ke.fromRotationY=function(e,t){let n=Math.cos(e),i=Math.sin(e);return l(t)?(t[0]=n,t[1]=0,t[2]=-i,t[3]=0,t[4]=1,t[5]=0,t[6]=i,t[7]=0,t[8]=n,t):new Ke(n,0,i,0,1,0,-i,0,n)};Ke.fromRotationZ=function(e,t){let n=Math.cos(e),i=Math.sin(e);return l(t)?(t[0]=n,t[1]=i,t[2]=0,t[3]=-i,t[4]=n,t[5]=0,t[6]=0,t[7]=0,t[8]=1,t):new Ke(n,-i,0,i,n,0,0,0,1)};Ke.toArray=function(e,t){return l(t)?(t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t[6]=e[6],t[7]=e[7],t[8]=e[8],t):[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8]]};Ke.getElementIndex=function(e,t){return e*3+t};Ke.getColumn=function(e,t,n){let i=t*3,o=e[i],r=e[i+1],s=e[i+2];return n.x=o,n.y=r,n.z=s,n};Ke.setColumn=function(e,t,n,i){i=Ke.clone(e,i);let o=t*3;return i[o]=n.x,i[o+1]=n.y,i[o+2]=n.z,i};Ke.getRow=function(e,t,n){let i=e[t],o=e[t+3],r=e[t+6];return n.x=i,n.y=o,n.z=r,n};Ke.setRow=function(e,t,n,i){return i=Ke.clone(e,i),i[t]=n.x,i[t+3]=n.y,i[t+6]=n.z,i};var ACe=new h;Ke.setScale=function(e,t,n){let i=Ke.getScale(e,ACe),o=t.x/i.x,r=t.y/i.y,s=t.z/i.z;return n[0]=e[0]*o,n[1]=e[1]*o,n[2]=e[2]*o,n[3]=e[3]*r,n[4]=e[4]*r,n[5]=e[5]*r,n[6]=e[6]*s,n[7]=e[7]*s,n[8]=e[8]*s,n};var CCe=new h;Ke.setUniformScale=function(e,t,n){let i=Ke.getScale(e,CCe),o=t/i.x,r=t/i.y,s=t/i.z;return n[0]=e[0]*o,n[1]=e[1]*o,n[2]=e[2]*o,n[3]=e[3]*r,n[4]=e[4]*r,n[5]=e[5]*r,n[6]=e[6]*s,n[7]=e[7]*s,n[8]=e[8]*s,n};var fH=new h;Ke.getScale=function(e,t){return t.x=h.magnitude(h.fromElements(e[0],e[1],e[2],fH)),t.y=h.magnitude(h.fromElements(e[3],e[4],e[5],fH)),t.z=h.magnitude(h.fromElements(e[6],e[7],e[8],fH)),t};var wY=new h;Ke.getMaximumScale=function(e){return Ke.getScale(e,wY),h.maximumComponent(wY)};var xCe=new h;Ke.setRotation=function(e,t,n){let i=Ke.getScale(e,xCe);return n[0]=t[0]*i.x,n[1]=t[1]*i.x,n[2]=t[2]*i.x,n[3]=t[3]*i.y,n[4]=t[4]*i.y,n[5]=t[5]*i.y,n[6]=t[6]*i.z,n[7]=t[7]*i.z,n[8]=t[8]*i.z,n};var TCe=new h;Ke.getRotation=function(e,t){let n=Ke.getScale(e,TCe);return t[0]=e[0]/n.x,t[1]=e[1]/n.x,t[2]=e[2]/n.x,t[3]=e[3]/n.y,t[4]=e[4]/n.y,t[5]=e[5]/n.y,t[6]=e[6]/n.z,t[7]=e[7]/n.z,t[8]=e[8]/n.z,t};Ke.multiply=function(e,t,n){let i=e[0]*t[0]+e[3]*t[1]+e[6]*t[2],o=e[1]*t[0]+e[4]*t[1]+e[7]*t[2],r=e[2]*t[0]+e[5]*t[1]+e[8]*t[2],s=e[0]*t[3]+e[3]*t[4]+e[6]*t[5],a=e[1]*t[3]+e[4]*t[4]+e[7]*t[5],c=e[2]*t[3]+e[5]*t[4]+e[8]*t[5],u=e[0]*t[6]+e[3]*t[7]+e[6]*t[8],f=e[1]*t[6]+e[4]*t[7]+e[7]*t[8],d=e[2]*t[6]+e[5]*t[7]+e[8]*t[8];return n[0]=i,n[1]=o,n[2]=r,n[3]=s,n[4]=a,n[5]=c,n[6]=u,n[7]=f,n[8]=d,n};Ke.add=function(e,t,n){return n[0]=e[0]+t[0],n[1]=e[1]+t[1],n[2]=e[2]+t[2],n[3]=e[3]+t[3],n[4]=e[4]+t[4],n[5]=e[5]+t[5],n[6]=e[6]+t[6],n[7]=e[7]+t[7],n[8]=e[8]+t[8],n};Ke.subtract=function(e,t,n){return n[0]=e[0]-t[0],n[1]=e[1]-t[1],n[2]=e[2]-t[2],n[3]=e[3]-t[3],n[4]=e[4]-t[4],n[5]=e[5]-t[5],n[6]=e[6]-t[6],n[7]=e[7]-t[7],n[8]=e[8]-t[8],n};Ke.multiplyByVector=function(e,t,n){let i=t.x,o=t.y,r=t.z,s=e[0]*i+e[3]*o+e[6]*r,a=e[1]*i+e[4]*o+e[7]*r,c=e[2]*i+e[5]*o+e[8]*r;return n.x=s,n.y=a,n.z=c,n};Ke.multiplyByScalar=function(e,t,n){return n[0]=e[0]*t,n[1]=e[1]*t,n[2]=e[2]*t,n[3]=e[3]*t,n[4]=e[4]*t,n[5]=e[5]*t,n[6]=e[6]*t,n[7]=e[7]*t,n[8]=e[8]*t,n};Ke.multiplyByScale=function(e,t,n){return n[0]=e[0]*t.x,n[1]=e[1]*t.x,n[2]=e[2]*t.x,n[3]=e[3]*t.y,n[4]=e[4]*t.y,n[5]=e[5]*t.y,n[6]=e[6]*t.z,n[7]=e[7]*t.z,n[8]=e[8]*t.z,n};Ke.multiplyByUniformScale=function(e,t,n){return n[0]=e[0]*t,n[1]=e[1]*t,n[2]=e[2]*t,n[3]=e[3]*t,n[4]=e[4]*t,n[5]=e[5]*t,n[6]=e[6]*t,n[7]=e[7]*t,n[8]=e[8]*t,n};Ke.negate=function(e,t){return t[0]=-e[0],t[1]=-e[1],t[2]=-e[2],t[3]=-e[3],t[4]=-e[4],t[5]=-e[5],t[6]=-e[6],t[7]=-e[7],t[8]=-e[8],t};Ke.transpose=function(e,t){let n=e[0],i=e[3],o=e[6],r=e[1],s=e[4],a=e[7],c=e[2],u=e[5],f=e[8];return t[0]=n,t[1]=i,t[2]=o,t[3]=r,t[4]=s,t[5]=a,t[6]=c,t[7]=u,t[8]=f,t};function ECe(e){let t=0;for(let n=0;n<9;++n){let i=e[n];t+=i*i}return Math.sqrt(t)}var dH=[1,0,0],hH=[2,2,1];function bCe(e){let t=0;for(let n=0;n<3;++n){let i=e[Ke.getElementIndex(hH[n],dH[n])];t+=2*i*i}return Math.sqrt(t)}function SCe(e,t){let n=I.EPSILON15,i=0,o=1;for(let u=0;u<3;++u){let f=Math.abs(e[Ke.getElementIndex(hH[u],dH[u])]);f>i&&(o=u,i=f)}let r=1,s=0,a=dH[o],c=hH[o];if(Math.abs(e[Ke.getElementIndex(c,a)])>n){let u=e[Ke.getElementIndex(c,c)],f=e[Ke.getElementIndex(a,a)],d=e[Ke.getElementIndex(c,a)],p=(u-f)/2/d,g;p<0?g=-1/(-p+Math.sqrt(1+p*p)):g=1/(p+Math.sqrt(1+p*p)),r=1/Math.sqrt(1+g*g),s=g*r}return t=Ke.clone(Ke.IDENTITY,t),t[Ke.getElementIndex(a,a)]=t[Ke.getElementIndex(c,c)]=r,t[Ke.getElementIndex(c,a)]=s,t[Ke.getElementIndex(a,c)]=-s,t}var xP=new Ke,DY=new Ke;Ke.computeEigenDecomposition=function(e,t){let n=I.EPSILON20,i=10,o=0,r=0;l(t)||(t={});let s=t.unitary=Ke.clone(Ke.IDENTITY,t.unitary),a=t.diagonal=Ke.clone(e,t.diagonal),c=n*ECe(a);for(;r<i&&bCe(a)>c;)SCe(a,xP),Ke.transpose(xP,DY),Ke.multiply(a,xP,a),Ke.multiply(DY,a,a),Ke.multiply(s,xP,s),++o>2&&(++r,o=0);return t};Ke.abs=function(e,t){return t[0]=Math.abs(e[0]),t[1]=Math.abs(e[1]),t[2]=Math.abs(e[2]),t[3]=Math.abs(e[3]),t[4]=Math.abs(e[4]),t[5]=Math.abs(e[5]),t[6]=Math.abs(e[6]),t[7]=Math.abs(e[7]),t[8]=Math.abs(e[8]),t};Ke.determinant=function(e){let t=e[0],n=e[3],i=e[6],o=e[1],r=e[4],s=e[7],a=e[2],c=e[5],u=e[8];return t*(r*u-c*s)+o*(c*i-n*u)+a*(n*s-r*i)};Ke.inverse=function(e,t){let n=e[0],i=e[1],o=e[2],r=e[3],s=e[4],a=e[5],c=e[6],u=e[7],f=e[8],d=Ke.determinant(e);t[0]=s*f-u*a,t[1]=u*o-i*f,t[2]=i*a-s*o,t[3]=c*a-r*f,t[4]=n*f-c*o,t[5]=r*o-n*a,t[6]=r*u-c*s,t[7]=c*i-n*u,t[8]=n*s-r*i;let p=1/d;return Ke.multiplyByScalar(t,p,t)};var wCe=new Ke;Ke.inverseTranspose=function(e,t){return Ke.inverse(Ke.transpose(e,wCe),t)};Ke.equals=function(e,t){return e===t||l(e)&&l(t)&&e[0]===t[0]&&e[1]===t[1]&&e[2]===t[2]&&e[3]===t[3]&&e[4]===t[4]&&e[5]===t[5]&&e[6]===t[6]&&e[7]===t[7]&&e[8]===t[8]};Ke.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(e[0]-t[0])<=n&&Math.abs(e[1]-t[1])<=n&&Math.abs(e[2]-t[2])<=n&&Math.abs(e[3]-t[3])<=n&&Math.abs(e[4]-t[4])<=n&&Math.abs(e[5]-t[5])<=n&&Math.abs(e[6]-t[6])<=n&&Math.abs(e[7]-t[7])<=n&&Math.abs(e[8]-t[8])<=n};Ke.IDENTITY=Object.freeze(new Ke(1,0,0,0,1,0,0,0,1));Ke.ZERO=Object.freeze(new Ke(0,0,0,0,0,0,0,0,0));Ke.COLUMN0ROW0=0;Ke.COLUMN0ROW1=1;Ke.COLUMN0ROW2=2;Ke.COLUMN1ROW0=3;Ke.COLUMN1ROW1=4;Ke.COLUMN1ROW2=5;Ke.COLUMN2ROW0=6;Ke.COLUMN2ROW1=7;Ke.COLUMN2ROW2=8;Object.defineProperties(Ke.prototype,{length:{get:function(){return Ke.packedLength}}});Ke.prototype.clone=function(e){return Ke.clone(this,e)};Ke.prototype.equals=function(e){return Ke.equals(this,e)};Ke.equalsArray=function(e,t,n){return e[0]===t[n]&&e[1]===t[n+1]&&e[2]===t[n+2]&&e[3]===t[n+3]&&e[4]===t[n+4]&&e[5]===t[n+5]&&e[6]===t[n+6]&&e[7]===t[n+7]&&e[8]===t[n+8]};Ke.prototype.equalsEpsilon=function(e,t){return Ke.equalsEpsilon(this,e,t)};Ke.prototype.toString=function(){return`(${this[0]}, ${this[3]}, ${this[6]})
(${this[1]}, ${this[4]}, ${this[7]})
(${this[2]}, ${this[5]}, ${this[8]})`};var Q=Ke;function ut(e,t,n,i){this.x=y(e,0),this.y=y(t,0),this.z=y(n,0),this.w=y(i,0)}ut.fromElements=function(e,t,n,i,o){return l(o)?(o.x=e,o.y=t,o.z=n,o.w=i,o):new ut(e,t,n,i)};ut.fromColor=function(e,t){return l(t)?(t.x=e.red,t.y=e.green,t.z=e.blue,t.w=e.alpha,t):new ut(e.red,e.green,e.blue,e.alpha)};ut.clone=function(e,t){if(!!l(e))return l(t)?(t.x=e.x,t.y=e.y,t.z=e.z,t.w=e.w,t):new ut(e.x,e.y,e.z,e.w)};ut.packedLength=4;ut.pack=function(e,t,n){return n=y(n,0),t[n++]=e.x,t[n++]=e.y,t[n++]=e.z,t[n]=e.w,t};ut.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new ut),n.x=e[t++],n.y=e[t++],n.z=e[t++],n.w=e[t],n};ut.packArray=function(e,t){let n=e.length,i=n*4;l(t)?!Array.isArray(t)&&t.length!==i||t.length!==i&&(t.length=i):t=new Array(i);for(let o=0;o<n;++o)ut.pack(e[o],t,o*4);return t};ut.unpackArray=function(e,t){let n=e.length;l(t)?t.length=n/4:t=new Array(n/4);for(let i=0;i<n;i+=4){let o=i/4;t[o]=ut.unpack(e,i,t[o])}return t};ut.fromArray=ut.unpack;ut.maximumComponent=function(e){return Math.max(e.x,e.y,e.z,e.w)};ut.minimumComponent=function(e){return Math.min(e.x,e.y,e.z,e.w)};ut.minimumByComponent=function(e,t,n){return n.x=Math.min(e.x,t.x),n.y=Math.min(e.y,t.y),n.z=Math.min(e.z,t.z),n.w=Math.min(e.w,t.w),n};ut.maximumByComponent=function(e,t,n){return n.x=Math.max(e.x,t.x),n.y=Math.max(e.y,t.y),n.z=Math.max(e.z,t.z),n.w=Math.max(e.w,t.w),n};ut.clamp=function(e,t,n,i){let o=I.clamp(e.x,t.x,n.x),r=I.clamp(e.y,t.y,n.y),s=I.clamp(e.z,t.z,n.z),a=I.clamp(e.w,t.w,n.w);return i.x=o,i.y=r,i.z=s,i.w=a,i};ut.magnitudeSquared=function(e){return e.x*e.x+e.y*e.y+e.z*e.z+e.w*e.w};ut.magnitude=function(e){return Math.sqrt(ut.magnitudeSquared(e))};var TP=new ut;ut.distance=function(e,t){return ut.subtract(e,t,TP),ut.magnitude(TP)};ut.distanceSquared=function(e,t){return ut.subtract(e,t,TP),ut.magnitudeSquared(TP)};ut.normalize=function(e,t){let n=ut.magnitude(e);return t.x=e.x/n,t.y=e.y/n,t.z=e.z/n,t.w=e.w/n,t};ut.dot=function(e,t){return e.x*t.x+e.y*t.y+e.z*t.z+e.w*t.w};ut.multiplyComponents=function(e,t,n){return n.x=e.x*t.x,n.y=e.y*t.y,n.z=e.z*t.z,n.w=e.w*t.w,n};ut.divideComponents=function(e,t,n){return n.x=e.x/t.x,n.y=e.y/t.y,n.z=e.z/t.z,n.w=e.w/t.w,n};ut.add=function(e,t,n){return n.x=e.x+t.x,n.y=e.y+t.y,n.z=e.z+t.z,n.w=e.w+t.w,n};ut.subtract=function(e,t,n){return n.x=e.x-t.x,n.y=e.y-t.y,n.z=e.z-t.z,n.w=e.w-t.w,n};ut.multiplyByScalar=function(e,t,n){return n.x=e.x*t,n.y=e.y*t,n.z=e.z*t,n.w=e.w*t,n};ut.divideByScalar=function(e,t,n){return n.x=e.x/t,n.y=e.y/t,n.z=e.z/t,n.w=e.w/t,n};ut.negate=function(e,t){return t.x=-e.x,t.y=-e.y,t.z=-e.z,t.w=-e.w,t};ut.abs=function(e,t){return t.x=Math.abs(e.x),t.y=Math.abs(e.y),t.z=Math.abs(e.z),t.w=Math.abs(e.w),t};var vY=new ut;ut.lerp=function(e,t,n,i){return ut.multiplyByScalar(t,n,vY),i=ut.multiplyByScalar(e,1-n,i),ut.add(vY,i,i)};var DCe=new ut;ut.mostOrthogonalAxis=function(e,t){let n=ut.normalize(e,DCe);return ut.abs(n,n),n.x<=n.y?n.x<=n.z?n.x<=n.w?t=ut.clone(ut.UNIT_X,t):t=ut.clone(ut.UNIT_W,t):n.z<=n.w?t=ut.clone(ut.UNIT_Z,t):t=ut.clone(ut.UNIT_W,t):n.y<=n.z?n.y<=n.w?t=ut.clone(ut.UNIT_Y,t):t=ut.clone(ut.UNIT_W,t):n.z<=n.w?t=ut.clone(ut.UNIT_Z,t):t=ut.clone(ut.UNIT_W,t),t};ut.equals=function(e,t){return e===t||l(e)&&l(t)&&e.x===t.x&&e.y===t.y&&e.z===t.z&&e.w===t.w};ut.equalsArray=function(e,t,n){return e.x===t[n]&&e.y===t[n+1]&&e.z===t[n+2]&&e.w===t[n+3]};ut.equalsEpsilon=function(e,t,n,i){return e===t||l(e)&&l(t)&&I.equalsEpsilon(e.x,t.x,n,i)&&I.equalsEpsilon(e.y,t.y,n,i)&&I.equalsEpsilon(e.z,t.z,n,i)&&I.equalsEpsilon(e.w,t.w,n,i)};ut.ZERO=Object.freeze(new ut(0,0,0,0));ut.ONE=Object.freeze(new ut(1,1,1,1));ut.UNIT_X=Object.freeze(new ut(1,0,0,0));ut.UNIT_Y=Object.freeze(new ut(0,1,0,0));ut.UNIT_Z=Object.freeze(new ut(0,0,1,0));ut.UNIT_W=Object.freeze(new ut(0,0,0,1));ut.prototype.clone=function(e){return ut.clone(this,e)};ut.prototype.equals=function(e){return ut.equals(this,e)};ut.prototype.equalsEpsilon=function(e,t,n){return ut.equalsEpsilon(this,e,t,n)};ut.prototype.toString=function(){return`(${this.x}, ${this.y}, ${this.z}, ${this.w})`};var mH=new Float32Array(1),ca=new Uint8Array(mH.buffer),vCe=new Uint32Array([287454020]),PCe=new Uint8Array(vCe.buffer),PY=PCe[0]===68;ut.packFloat=function(e,t){return l(t)||(t=new ut),mH[0]=e,PY?(t.x=ca[0],t.y=ca[1],t.z=ca[2],t.w=ca[3]):(t.x=ca[3],t.y=ca[2],t.z=ca[1],t.w=ca[0]),t};ut.unpackFloat=function(e){return PY?(ca[0]=e.x,ca[1]=e.y,ca[2]=e.z,ca[3]=e.w):(ca[0]=e.w,ca[1]=e.z,ca[2]=e.y,ca[3]=e.x),mH[0]};var se=ut;function db(e){this.name="RuntimeError",this.message=e;let t;try{throw new Error}catch(n){t=n.stack}this.stack=t}l(Object.create)&&(db.prototype=Object.create(Error.prototype),db.prototype.constructor=db);db.prototype.toString=function(){let e=`${this.name}: ${this.message}`;return l(this.stack)&&(e+=`
${this.stack.toString()}`),e};var de=db;function Ye(e,t,n,i,o,r,s,a,c,u,f,d,p,g,m,A){this[0]=y(e,0),this[1]=y(o,0),this[2]=y(c,0),this[3]=y(p,0),this[4]=y(t,0),this[5]=y(r,0),this[6]=y(u,0),this[7]=y(g,0),this[8]=y(n,0),this[9]=y(s,0),this[10]=y(f,0),this[11]=y(m,0),this[12]=y(i,0),this[13]=y(a,0),this[14]=y(d,0),this[15]=y(A,0)}Ye.packedLength=16;Ye.pack=function(e,t,n){return n=y(n,0),t[n++]=e[0],t[n++]=e[1],t[n++]=e[2],t[n++]=e[3],t[n++]=e[4],t[n++]=e[5],t[n++]=e[6],t[n++]=e[7],t[n++]=e[8],t[n++]=e[9],t[n++]=e[10],t[n++]=e[11],t[n++]=e[12],t[n++]=e[13],t[n++]=e[14],t[n]=e[15],t};Ye.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Ye),n[0]=e[t++],n[1]=e[t++],n[2]=e[t++],n[3]=e[t++],n[4]=e[t++],n[5]=e[t++],n[6]=e[t++],n[7]=e[t++],n[8]=e[t++],n[9]=e[t++],n[10]=e[t++],n[11]=e[t++],n[12]=e[t++],n[13]=e[t++],n[14]=e[t++],n[15]=e[t],n};Ye.packArray=function(e,t){let n=e.length,i=n*16;l(t)?!Array.isArray(t)&&t.length!==i||t.length!==i&&(t.length=i):t=new Array(i);for(let o=0;o<n;++o)Ye.pack(e[o],t,o*16);return t};Ye.unpackArray=function(e,t){let n=e.length;l(t)?t.length=n/16:t=new Array(n/16);for(let i=0;i<n;i+=16){let o=i/16;t[o]=Ye.unpack(e,i,t[o])}return t};Ye.clone=function(e,t){if(!!l(e))return l(t)?(t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t[6]=e[6],t[7]=e[7],t[8]=e[8],t[9]=e[9],t[10]=e[10],t[11]=e[11],t[12]=e[12],t[13]=e[13],t[14]=e[14],t[15]=e[15],t):new Ye(e[0],e[4],e[8],e[12],e[1],e[5],e[9],e[13],e[2],e[6],e[10],e[14],e[3],e[7],e[11],e[15])};Ye.fromArray=Ye.unpack;Ye.fromColumnMajorArray=function(e,t){return Ye.clone(e,t)};Ye.fromRowMajorArray=function(e,t){return l(t)?(t[0]=e[0],t[1]=e[4],t[2]=e[8],t[3]=e[12],t[4]=e[1],t[5]=e[5],t[6]=e[9],t[7]=e[13],t[8]=e[2],t[9]=e[6],t[10]=e[10],t[11]=e[14],t[12]=e[3],t[13]=e[7],t[14]=e[11],t[15]=e[15],t):new Ye(e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15])};Ye.fromRotationTranslation=function(e,t,n){return t=y(t,h.ZERO),l(n)?(n[0]=e[0],n[1]=e[1],n[2]=e[2],n[3]=0,n[4]=e[3],n[5]=e[4],n[6]=e[5],n[7]=0,n[8]=e[6],n[9]=e[7],n[10]=e[8],n[11]=0,n[12]=t.x,n[13]=t.y,n[14]=t.z,n[15]=1,n):new Ye(e[0],e[3],e[6],t.x,e[1],e[4],e[7],t.y,e[2],e[5],e[8],t.z,0,0,0,1)};Ye.fromTranslationQuaternionRotationScale=function(e,t,n,i){l(i)||(i=new Ye);let o=n.x,r=n.y,s=n.z,a=t.x*t.x,c=t.x*t.y,u=t.x*t.z,f=t.x*t.w,d=t.y*t.y,p=t.y*t.z,g=t.y*t.w,m=t.z*t.z,A=t.z*t.w,C=t.w*t.w,x=a-d-m+C,b=2*(c-A),E=2*(u+g),S=2*(c+A),D=-a+d-m+C,v=2*(p-f),O=2*(u-g),R=2*(p+f),M=-a-d+m+C;return i[0]=x*o,i[1]=S*o,i[2]=O*o,i[3]=0,i[4]=b*r,i[5]=D*r,i[6]=R*r,i[7]=0,i[8]=E*s,i[9]=v*s,i[10]=M*s,i[11]=0,i[12]=e.x,i[13]=e.y,i[14]=e.z,i[15]=1,i};Ye.fromTranslationRotationScale=function(e,t){return Ye.fromTranslationQuaternionRotationScale(e.translation,e.rotation,e.scale,t)};Ye.fromTranslation=function(e,t){return Ye.fromRotationTranslation(Q.IDENTITY,e,t)};Ye.fromScale=function(e,t){return l(t)?(t[0]=e.x,t[1]=0,t[2]=0,t[3]=0,t[4]=0,t[5]=e.y,t[6]=0,t[7]=0,t[8]=0,t[9]=0,t[10]=e.z,t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,t):new Ye(e.x,0,0,0,0,e.y,0,0,0,0,e.z,0,0,0,0,1)};Ye.fromUniformScale=function(e,t){return l(t)?(t[0]=e,t[1]=0,t[2]=0,t[3]=0,t[4]=0,t[5]=e,t[6]=0,t[7]=0,t[8]=0,t[9]=0,t[10]=e,t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,t):new Ye(e,0,0,0,0,e,0,0,0,0,e,0,0,0,0,1)};Ye.fromRotation=function(e,t){return l(t)||(t=new Ye),t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=0,t[4]=e[3],t[5]=e[4],t[6]=e[5],t[7]=0,t[8]=e[6],t[9]=e[7],t[10]=e[8],t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,t};var YA=new h,XA=new h,hb=new h;Ye.fromCamera=function(e,t){let n=e.position,i=e.direction,o=e.up;h.normalize(i,YA),h.normalize(h.cross(YA,o,XA),XA),h.normalize(h.cross(XA,YA,hb),hb);let r=XA.x,s=XA.y,a=XA.z,c=YA.x,u=YA.y,f=YA.z,d=hb.x,p=hb.y,g=hb.z,m=n.x,A=n.y,C=n.z,x=r*-m+s*-A+a*-C,b=d*-m+p*-A+g*-C,E=c*m+u*A+f*C;return l(t)?(t[0]=r,t[1]=d,t[2]=-c,t[3]=0,t[4]=s,t[5]=p,t[6]=-u,t[7]=0,t[8]=a,t[9]=g,t[10]=-f,t[11]=0,t[12]=x,t[13]=b,t[14]=E,t[15]=1,t):new Ye(r,s,a,x,d,p,g,b,-c,-u,-f,E,0,0,0,1)};Ye.computePerspectiveFieldOfView=function(e,t,n,i,o){let s=1/Math.tan(e*.5),a=s/t,c=(i+n)/(n-i),u=2*i*n/(n-i);return o[0]=a,o[1]=0,o[2]=0,o[3]=0,o[4]=0,o[5]=s,o[6]=0,o[7]=0,o[8]=0,o[9]=0,o[10]=c,o[11]=-1,o[12]=0,o[13]=0,o[14]=u,o[15]=0,o};Ye.computeOrthographicOffCenter=function(e,t,n,i,o,r,s){let a=1/(t-e),c=1/(i-n),u=1/(r-o),f=-(t+e)*a,d=-(i+n)*c,p=-(r+o)*u;return a*=2,c*=2,u*=-2,s[0]=a,s[1]=0,s[2]=0,s[3]=0,s[4]=0,s[5]=c,s[6]=0,s[7]=0,s[8]=0,s[9]=0,s[10]=u,s[11]=0,s[12]=f,s[13]=d,s[14]=p,s[15]=1,s};Ye.computePerspectiveOffCenter=function(e,t,n,i,o,r,s){let a=2*o/(t-e),c=2*o/(i-n),u=(t+e)/(t-e),f=(i+n)/(i-n),d=-(r+o)/(r-o),p=-1,g=-2*r*o/(r-o);return s[0]=a,s[1]=0,s[2]=0,s[3]=0,s[4]=0,s[5]=c,s[6]=0,s[7]=0,s[8]=u,s[9]=f,s[10]=d,s[11]=p,s[12]=0,s[13]=0,s[14]=g,s[15]=0,s};Ye.computeInfinitePerspectiveOffCenter=function(e,t,n,i,o,r){let s=2*o/(t-e),a=2*o/(i-n),c=(t+e)/(t-e),u=(i+n)/(i-n),f=-1,d=-1,p=-2*o;return r[0]=s,r[1]=0,r[2]=0,r[3]=0,r[4]=0,r[5]=a,r[6]=0,r[7]=0,r[8]=c,r[9]=u,r[10]=f,r[11]=d,r[12]=0,r[13]=0,r[14]=p,r[15]=0,r};Ye.computeViewportTransformation=function(e,t,n,i){l(i)||(i=new Ye),e=y(e,y.EMPTY_OBJECT);let o=y(e.x,0),r=y(e.y,0),s=y(e.width,0),a=y(e.height,0);t=y(t,0),n=y(n,1);let c=s*.5,u=a*.5,f=(n-t)*.5,d=c,p=u,g=f,m=o+c,A=r+u,C=t+f,x=1;return i[0]=d,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=p,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=g,i[11]=0,i[12]=m,i[13]=A,i[14]=C,i[15]=x,i};Ye.computeView=function(e,t,n,i,o){return o[0]=i.x,o[1]=n.x,o[2]=-t.x,o[3]=0,o[4]=i.y,o[5]=n.y,o[6]=-t.y,o[7]=0,o[8]=i.z,o[9]=n.z,o[10]=-t.z,o[11]=0,o[12]=-h.dot(i,e),o[13]=-h.dot(n,e),o[14]=h.dot(t,e),o[15]=1,o};Ye.toArray=function(e,t){return l(t)?(t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t[6]=e[6],t[7]=e[7],t[8]=e[8],t[9]=e[9],t[10]=e[10],t[11]=e[11],t[12]=e[12],t[13]=e[13],t[14]=e[14],t[15]=e[15],t):[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15]]};Ye.getElementIndex=function(e,t){return e*4+t};Ye.getColumn=function(e,t,n){let i=t*4,o=e[i],r=e[i+1],s=e[i+2],a=e[i+3];return n.x=o,n.y=r,n.z=s,n.w=a,n};Ye.setColumn=function(e,t,n,i){i=Ye.clone(e,i);let o=t*4;return i[o]=n.x,i[o+1]=n.y,i[o+2]=n.z,i[o+3]=n.w,i};Ye.getRow=function(e,t,n){let i=e[t],o=e[t+4],r=e[t+8],s=e[t+12];return n.x=i,n.y=o,n.z=r,n.w=s,n};Ye.setRow=function(e,t,n,i){return i=Ye.clone(e,i),i[t]=n.x,i[t+4]=n.y,i[t+8]=n.z,i[t+12]=n.w,i};Ye.setTranslation=function(e,t,n){return n[0]=e[0],n[1]=e[1],n[2]=e[2],n[3]=e[3],n[4]=e[4],n[5]=e[5],n[6]=e[6],n[7]=e[7],n[8]=e[8],n[9]=e[9],n[10]=e[10],n[11]=e[11],n[12]=t.x,n[13]=t.y,n[14]=t.z,n[15]=e[15],n};var ICe=new h;Ye.setScale=function(e,t,n){let i=Ye.getScale(e,ICe),o=t.x/i.x,r=t.y/i.y,s=t.z/i.z;return n[0]=e[0]*o,n[1]=e[1]*o,n[2]=e[2]*o,n[3]=e[3],n[4]=e[4]*r,n[5]=e[5]*r,n[6]=e[6]*r,n[7]=e[7],n[8]=e[8]*s,n[9]=e[9]*s,n[10]=e[10]*s,n[11]=e[11],n[12]=e[12],n[13]=e[13],n[14]=e[14],n[15]=e[15],n};var OCe=new h;Ye.setUniformScale=function(e,t,n){let i=Ye.getScale(e,OCe),o=t/i.x,r=t/i.y,s=t/i.z;return n[0]=e[0]*o,n[1]=e[1]*o,n[2]=e[2]*o,n[3]=e[3],n[4]=e[4]*r,n[5]=e[5]*r,n[6]=e[6]*r,n[7]=e[7],n[8]=e[8]*s,n[9]=e[9]*s,n[10]=e[10]*s,n[11]=e[11],n[12]=e[12],n[13]=e[13],n[14]=e[14],n[15]=e[15],n};var pH=new h;Ye.getScale=function(e,t){return t.x=h.magnitude(h.fromElements(e[0],e[1],e[2],pH)),t.y=h.magnitude(h.fromElements(e[4],e[5],e[6],pH)),t.z=h.magnitude(h.fromElements(e[8],e[9],e[10],pH)),t};var IY=new h;Ye.getMaximumScale=function(e){return Ye.getScale(e,IY),h.maximumComponent(IY)};var BCe=new h;Ye.setRotation=function(e,t,n){let i=Ye.getScale(e,BCe);return n[0]=t[0]*i.x,n[1]=t[1]*i.x,n[2]=t[2]*i.x,n[3]=e[3],n[4]=t[3]*i.y,n[5]=t[4]*i.y,n[6]=t[5]*i.y,n[7]=e[7],n[8]=t[6]*i.z,n[9]=t[7]*i.z,n[10]=t[8]*i.z,n[11]=e[11],n[12]=e[12],n[13]=e[13],n[14]=e[14],n[15]=e[15],n};var RCe=new h;Ye.getRotation=function(e,t){let n=Ye.getScale(e,RCe);return t[0]=e[0]/n.x,t[1]=e[1]/n.x,t[2]=e[2]/n.x,t[3]=e[4]/n.y,t[4]=e[5]/n.y,t[5]=e[6]/n.y,t[6]=e[8]/n.z,t[7]=e[9]/n.z,t[8]=e[10]/n.z,t};Ye.multiply=function(e,t,n){let i=e[0],o=e[1],r=e[2],s=e[3],a=e[4],c=e[5],u=e[6],f=e[7],d=e[8],p=e[9],g=e[10],m=e[11],A=e[12],C=e[13],x=e[14],b=e[15],E=t[0],S=t[1],D=t[2],v=t[3],O=t[4],R=t[5],M=t[6],L=t[7],_=t[8],T=t[9],w=t[10],P=t[11],B=t[12],N=t[13],z=t[14],V=t[15],G=i*E+a*S+d*D+A*v,k=o*E+c*S+p*D+C*v,X=r*E+u*S+g*D+x*v,q=s*E+f*S+m*D+b*v,Y=i*O+a*R+d*M+A*L,W=o*O+c*R+p*M+C*L,J=r*O+u*R+g*M+x*L,Z=s*O+f*R+m*M+b*L,ue=i*_+a*T+d*w+A*P,pe=o*_+c*T+p*w+C*P,oe=r*_+u*T+g*w+x*P,fe=s*_+f*T+m*w+b*P,ge=i*B+a*N+d*z+A*V,Ee=o*B+c*N+p*z+C*V,Ie=r*B+u*N+g*z+x*V,Me=s*B+f*N+m*z+b*V;return n[0]=G,n[1]=k,n[2]=X,n[3]=q,n[4]=Y,n[5]=W,n[6]=J,n[7]=Z,n[8]=ue,n[9]=pe,n[10]=oe,n[11]=fe,n[12]=ge,n[13]=Ee,n[14]=Ie,n[15]=Me,n};Ye.add=function(e,t,n){return n[0]=e[0]+t[0],n[1]=e[1]+t[1],n[2]=e[2]+t[2],n[3]=e[3]+t[3],n[4]=e[4]+t[4],n[5]=e[5]+t[5],n[6]=e[6]+t[6],n[7]=e[7]+t[7],n[8]=e[8]+t[8],n[9]=e[9]+t[9],n[10]=e[10]+t[10],n[11]=e[11]+t[11],n[12]=e[12]+t[12],n[13]=e[13]+t[13],n[14]=e[14]+t[14],n[15]=e[15]+t[15],n};Ye.subtract=function(e,t,n){return n[0]=e[0]-t[0],n[1]=e[1]-t[1],n[2]=e[2]-t[2],n[3]=e[3]-t[3],n[4]=e[4]-t[4],n[5]=e[5]-t[5],n[6]=e[6]-t[6],n[7]=e[7]-t[7],n[8]=e[8]-t[8],n[9]=e[9]-t[9],n[10]=e[10]-t[10],n[11]=e[11]-t[11],n[12]=e[12]-t[12],n[13]=e[13]-t[13],n[14]=e[14]-t[14],n[15]=e[15]-t[15],n};Ye.multiplyTransformation=function(e,t,n){let i=e[0],o=e[1],r=e[2],s=e[4],a=e[5],c=e[6],u=e[8],f=e[9],d=e[10],p=e[12],g=e[13],m=e[14],A=t[0],C=t[1],x=t[2],b=t[4],E=t[5],S=t[6],D=t[8],v=t[9],O=t[10],R=t[12],M=t[13],L=t[14],_=i*A+s*C+u*x,T=o*A+a*C+f*x,w=r*A+c*C+d*x,P=i*b+s*E+u*S,B=o*b+a*E+f*S,N=r*b+c*E+d*S,z=i*D+s*v+u*O,V=o*D+a*v+f*O,G=r*D+c*v+d*O,k=i*R+s*M+u*L+p,X=o*R+a*M+f*L+g,q=r*R+c*M+d*L+m;return n[0]=_,n[1]=T,n[2]=w,n[3]=0,n[4]=P,n[5]=B,n[6]=N,n[7]=0,n[8]=z,n[9]=V,n[10]=G,n[11]=0,n[12]=k,n[13]=X,n[14]=q,n[15]=1,n};Ye.multiplyByMatrix3=function(e,t,n){let i=e[0],o=e[1],r=e[2],s=e[4],a=e[5],c=e[6],u=e[8],f=e[9],d=e[10],p=t[0],g=t[1],m=t[2],A=t[3],C=t[4],x=t[5],b=t[6],E=t[7],S=t[8],D=i*p+s*g+u*m,v=o*p+a*g+f*m,O=r*p+c*g+d*m,R=i*A+s*C+u*x,M=o*A+a*C+f*x,L=r*A+c*C+d*x,_=i*b+s*E+u*S,T=o*b+a*E+f*S,w=r*b+c*E+d*S;return n[0]=D,n[1]=v,n[2]=O,n[3]=0,n[4]=R,n[5]=M,n[6]=L,n[7]=0,n[8]=_,n[9]=T,n[10]=w,n[11]=0,n[12]=e[12],n[13]=e[13],n[14]=e[14],n[15]=e[15],n};Ye.multiplyByTranslation=function(e,t,n){let i=t.x,o=t.y,r=t.z,s=i*e[0]+o*e[4]+r*e[8]+e[12],a=i*e[1]+o*e[5]+r*e[9]+e[13],c=i*e[2]+o*e[6]+r*e[10]+e[14];return n[0]=e[0],n[1]=e[1],n[2]=e[2],n[3]=e[3],n[4]=e[4],n[5]=e[5],n[6]=e[6],n[7]=e[7],n[8]=e[8],n[9]=e[9],n[10]=e[10],n[11]=e[11],n[12]=s,n[13]=a,n[14]=c,n[15]=e[15],n};Ye.multiplyByScale=function(e,t,n){let i=t.x,o=t.y,r=t.z;return i===1&&o===1&&r===1?Ye.clone(e,n):(n[0]=i*e[0],n[1]=i*e[1],n[2]=i*e[2],n[3]=e[3],n[4]=o*e[4],n[5]=o*e[5],n[6]=o*e[6],n[7]=e[7],n[8]=r*e[8],n[9]=r*e[9],n[10]=r*e[10],n[11]=e[11],n[12]=e[12],n[13]=e[13],n[14]=e[14],n[15]=e[15],n)};Ye.multiplyByUniformScale=function(e,t,n){return n[0]=e[0]*t,n[1]=e[1]*t,n[2]=e[2]*t,n[3]=e[3],n[4]=e[4]*t,n[5]=e[5]*t,n[6]=e[6]*t,n[7]=e[7],n[8]=e[8]*t,n[9]=e[9]*t,n[10]=e[10]*t,n[11]=e[11],n[12]=e[12],n[13]=e[13],n[14]=e[14],n[15]=e[15],n};Ye.multiplyByVector=function(e,t,n){let i=t.x,o=t.y,r=t.z,s=t.w,a=e[0]*i+e[4]*o+e[8]*r+e[12]*s,c=e[1]*i+e[5]*o+e[9]*r+e[13]*s,u=e[2]*i+e[6]*o+e[10]*r+e[14]*s,f=e[3]*i+e[7]*o+e[11]*r+e[15]*s;return n.x=a,n.y=c,n.z=u,n.w=f,n};Ye.multiplyByPointAsVector=function(e,t,n){let i=t.x,o=t.y,r=t.z,s=e[0]*i+e[4]*o+e[8]*r,a=e[1]*i+e[5]*o+e[9]*r,c=e[2]*i+e[6]*o+e[10]*r;return n.x=s,n.y=a,n.z=c,n};Ye.multiplyByPoint=function(e,t,n){let i=t.x,o=t.y,r=t.z,s=e[0]*i+e[4]*o+e[8]*r+e[12],a=e[1]*i+e[5]*o+e[9]*r+e[13],c=e[2]*i+e[6]*o+e[10]*r+e[14];return n.x=s,n.y=a,n.z=c,n};Ye.multiplyByScalar=function(e,t,n){return n[0]=e[0]*t,n[1]=e[1]*t,n[2]=e[2]*t,n[3]=e[3]*t,n[4]=e[4]*t,n[5]=e[5]*t,n[6]=e[6]*t,n[7]=e[7]*t,n[8]=e[8]*t,n[9]=e[9]*t,n[10]=e[10]*t,n[11]=e[11]*t,n[12]=e[12]*t,n[13]=e[13]*t,n[14]=e[14]*t,n[15]=e[15]*t,n};Ye.negate=function(e,t){return t[0]=-e[0],t[1]=-e[1],t[2]=-e[2],t[3]=-e[3],t[4]=-e[4],t[5]=-e[5],t[6]=-e[6],t[7]=-e[7],t[8]=-e[8],t[9]=-e[9],t[10]=-e[10],t[11]=-e[11],t[12]=-e[12],t[13]=-e[13],t[14]=-e[14],t[15]=-e[15],t};Ye.transpose=function(e,t){let n=e[1],i=e[2],o=e[3],r=e[6],s=e[7],a=e[11];return t[0]=e[0],t[1]=e[4],t[2]=e[8],t[3]=e[12],t[4]=n,t[5]=e[5],t[6]=e[9],t[7]=e[13],t[8]=i,t[9]=r,t[10]=e[10],t[11]=e[14],t[12]=o,t[13]=s,t[14]=a,t[15]=e[15],t};Ye.abs=function(e,t){return t[0]=Math.abs(e[0]),t[1]=Math.abs(e[1]),t[2]=Math.abs(e[2]),t[3]=Math.abs(e[3]),t[4]=Math.abs(e[4]),t[5]=Math.abs(e[5]),t[6]=Math.abs(e[6]),t[7]=Math.abs(e[7]),t[8]=Math.abs(e[8]),t[9]=Math.abs(e[9]),t[10]=Math.abs(e[10]),t[11]=Math.abs(e[11]),t[12]=Math.abs(e[12]),t[13]=Math.abs(e[13]),t[14]=Math.abs(e[14]),t[15]=Math.abs(e[15]),t};Ye.equals=function(e,t){return e===t||l(e)&&l(t)&&e[12]===t[12]&&e[13]===t[13]&&e[14]===t[14]&&e[0]===t[0]&&e[1]===t[1]&&e[2]===t[2]&&e[4]===t[4]&&e[5]===t[5]&&e[6]===t[6]&&e[8]===t[8]&&e[9]===t[9]&&e[10]===t[10]&&e[3]===t[3]&&e[7]===t[7]&&e[11]===t[11]&&e[15]===t[15]};Ye.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(e[0]-t[0])<=n&&Math.abs(e[1]-t[1])<=n&&Math.abs(e[2]-t[2])<=n&&Math.abs(e[3]-t[3])<=n&&Math.abs(e[4]-t[4])<=n&&Math.abs(e[5]-t[5])<=n&&Math.abs(e[6]-t[6])<=n&&Math.abs(e[7]-t[7])<=n&&Math.abs(e[8]-t[8])<=n&&Math.abs(e[9]-t[9])<=n&&Math.abs(e[10]-t[10])<=n&&Math.abs(e[11]-t[11])<=n&&Math.abs(e[12]-t[12])<=n&&Math.abs(e[13]-t[13])<=n&&Math.abs(e[14]-t[14])<=n&&Math.abs(e[15]-t[15])<=n};Ye.getTranslation=function(e,t){return t.x=e[12],t.y=e[13],t.z=e[14],t};Ye.getMatrix3=function(e,t){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[4],t[4]=e[5],t[5]=e[6],t[6]=e[8],t[7]=e[9],t[8]=e[10],t};var MCe=new Q,LCe=new Q,FCe=new se,NCe=new se(0,0,0,1);Ye.inverse=function(e,t){let n=e[0],i=e[4],o=e[8],r=e[12],s=e[1],a=e[5],c=e[9],u=e[13],f=e[2],d=e[6],p=e[10],g=e[14],m=e[3],A=e[7],C=e[11],x=e[15],b=p*x,E=g*C,S=d*x,D=g*A,v=d*C,O=p*A,R=f*x,M=g*m,L=f*C,_=p*m,T=f*A,w=d*m,P=b*a+D*c+v*u-(E*a+S*c+O*u),B=E*s+R*c+_*u-(b*s+M*c+L*u),N=S*s+M*a+T*u-(D*s+R*a+w*u),z=O*s+L*a+w*c-(v*s+_*a+T*c),V=E*i+S*o+O*r-(b*i+D*o+v*r),G=b*n+M*o+L*r-(E*n+R*o+_*r),k=D*n+R*i+w*r-(S*n+M*i+T*r),X=v*n+_*i+T*o-(O*n+L*i+w*o);b=o*u,E=r*c,S=i*u,D=r*a,v=i*c,O=o*a,R=n*u,M=r*s,L=n*c,_=o*s,T=n*a,w=i*s;let q=b*A+D*C+v*x-(E*A+S*C+O*x),Y=E*m+R*C+_*x-(b*m+M*C+L*x),W=S*m+M*A+T*x-(D*m+R*A+w*x),J=O*m+L*A+w*C-(v*m+_*A+T*C),Z=S*p+O*g+E*d-(v*g+b*d+D*p),ue=L*g+b*f+M*p-(R*p+_*g+E*f),pe=R*d+w*g+D*f-(T*g+S*f+M*d),oe=T*p+v*f+_*d-(L*d+w*p+O*f),fe=n*P+i*B+o*N+r*z;if(Math.abs(fe)<I.EPSILON21){if(Q.equalsEpsilon(Ye.getMatrix3(e,MCe),LCe,I.EPSILON7)&&se.equals(Ye.getRow(e,3,FCe),NCe))return t[0]=0,t[1]=0,t[2]=0,t[3]=0,t[4]=0,t[5]=0,t[6]=0,t[7]=0,t[8]=0,t[9]=0,t[10]=0,t[11]=0,t[12]=-e[12],t[13]=-e[13],t[14]=-e[14],t[15]=1,t;throw new de("matrix is not invertible because its determinate is zero.")}return fe=1/fe,t[0]=P*fe,t[1]=B*fe,t[2]=N*fe,t[3]=z*fe,t[4]=V*fe,t[5]=G*fe,t[6]=k*fe,t[7]=X*fe,t[8]=q*fe,t[9]=Y*fe,t[10]=W*fe,t[11]=J*fe,t[12]=Z*fe,t[13]=ue*fe,t[14]=pe*fe,t[15]=oe*fe,t};Ye.inverseTransformation=function(e,t){let n=e[0],i=e[1],o=e[2],r=e[4],s=e[5],a=e[6],c=e[8],u=e[9],f=e[10],d=e[12],p=e[13],g=e[14],m=-n*d-i*p-o*g,A=-r*d-s*p-a*g,C=-c*d-u*p-f*g;return t[0]=n,t[1]=r,t[2]=c,t[3]=0,t[4]=i,t[5]=s,t[6]=u,t[7]=0,t[8]=o,t[9]=a,t[10]=f,t[11]=0,t[12]=m,t[13]=A,t[14]=C,t[15]=1,t};var kCe=new Ye;Ye.inverseTranspose=function(e,t){return Ye.inverse(Ye.transpose(e,kCe),t)};Ye.IDENTITY=Object.freeze(new Ye(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1));Ye.ZERO=Object.freeze(new Ye(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0));Ye.COLUMN0ROW0=0;Ye.COLUMN0ROW1=1;Ye.COLUMN0ROW2=2;Ye.COLUMN0ROW3=3;Ye.COLUMN1ROW0=4;Ye.COLUMN1ROW1=5;Ye.COLUMN1ROW2=6;Ye.COLUMN1ROW3=7;Ye.COLUMN2ROW0=8;Ye.COLUMN2ROW1=9;Ye.COLUMN2ROW2=10;Ye.COLUMN2ROW3=11;Ye.COLUMN3ROW0=12;Ye.COLUMN3ROW1=13;Ye.COLUMN3ROW2=14;Ye.COLUMN3ROW3=15;Object.defineProperties(Ye.prototype,{length:{get:function(){return Ye.packedLength}}});Ye.prototype.clone=function(e){return Ye.clone(this,e)};Ye.prototype.equals=function(e){return Ye.equals(this,e)};Ye.equalsArray=function(e,t,n){return e[0]===t[n]&&e[1]===t[n+1]&&e[2]===t[n+2]&&e[3]===t[n+3]&&e[4]===t[n+4]&&e[5]===t[n+5]&&e[6]===t[n+6]&&e[7]===t[n+7]&&e[8]===t[n+8]&&e[9]===t[n+9]&&e[10]===t[n+10]&&e[11]===t[n+11]&&e[12]===t[n+12]&&e[13]===t[n+13]&&e[14]===t[n+14]&&e[15]===t[n+15]};Ye.prototype.equalsEpsilon=function(e,t){return Ye.equalsEpsilon(this,e,t)};Ye.prototype.toString=function(){return`(${this[0]}, ${this[4]}, ${this[8]}, ${this[12]})
(${this[1]}, ${this[5]}, ${this[9]}, ${this[13]})
(${this[2]}, ${this[6]}, ${this[10]}, ${this[14]})
(${this[3]}, ${this[7]}, ${this[11]}, ${this[15]})`};var F=Ye;function rn(e,t){this.center=h.clone(y(e,h.ZERO)),this.radius=y(t,0)}var yH=new h,AH=new h,CH=new h,xH=new h,TH=new h,EH=new h,bH=new h,_s=new h,SH=new h,wH=new h,DH=new h,vH=new h,VCe=4/3*I.PI;rn.fromPoints=function(e,t){if(l(t)||(t=new rn),!l(e)||e.length===0)return t.center=h.clone(h.ZERO,t.center),t.radius=0,t;let n=h.clone(e[0],bH),i=h.clone(n,yH),o=h.clone(n,AH),r=h.clone(n,CH),s=h.clone(n,xH),a=h.clone(n,TH),c=h.clone(n,EH),u=e.length,f;for(f=1;f<u;f++){h.clone(e[f],n);let R=n.x,M=n.y,L=n.z;R<i.x&&h.clone(n,i),R>s.x&&h.clone(n,s),M<o.y&&h.clone(n,o),M>a.y&&h.clone(n,a),L<r.z&&h.clone(n,r),L>c.z&&h.clone(n,c)}let d=h.magnitudeSquared(h.subtract(s,i,_s)),p=h.magnitudeSquared(h.subtract(a,o,_s)),g=h.magnitudeSquared(h.subtract(c,r,_s)),m=i,A=s,C=d;p>C&&(C=p,m=o,A=a),g>C&&(C=g,m=r,A=c);let x=SH;x.x=(m.x+A.x)*.5,x.y=(m.y+A.y)*.5,x.z=(m.z+A.z)*.5;let b=h.magnitudeSquared(h.subtract(A,x,_s)),E=Math.sqrt(b),S=wH;S.x=i.x,S.y=o.y,S.z=r.z;let D=DH;D.x=s.x,D.y=a.y,D.z=c.z;let v=h.midpoint(S,D,vH),O=0;for(f=0;f<u;f++){h.clone(e[f],n);let R=h.magnitude(h.subtract(n,v,_s));R>O&&(O=R);let M=h.magnitudeSquared(h.subtract(n,x,_s));if(M>b){let L=Math.sqrt(M);E=(E+L)*.5,b=E*E;let _=L-E;x.x=(E*x.x+_*n.x)/L,x.y=(E*x.y+_*n.y)/L,x.z=(E*x.z+_*n.z)/L}}return E<O?(h.clone(x,t.center),t.radius=E):(h.clone(v,t.center),t.radius=O),t};var UCe=new Ai,zCe=new h,HCe=new h,_H=new he,gH=new he;rn.fromRectangle2D=function(e,t,n){return rn.fromRectangleWithHeights2D(e,t,0,0,n)};rn.fromRectangleWithHeights2D=function(e,t,n,i,o){if(l(o)||(o=new rn),!l(e))return o.center=h.clone(h.ZERO,o.center),o.radius=0,o;t=y(t,UCe),ce.southwest(e,_H),_H.height=n,ce.northeast(e,gH),gH.height=i;let r=t.project(_H,zCe),s=t.project(gH,HCe),a=s.x-r.x,c=s.y-r.y,u=s.z-r.z;o.radius=Math.sqrt(a*a+c*c+u*u)*.5;let f=o.center;return f.x=r.x+a*.5,f.y=r.y+c*.5,f.z=r.z+u*.5,o};var GCe=[];rn.fromRectangle3D=function(e,t,n,i){if(t=y(t,ie.WGS84),n=y(n,0),l(i)||(i=new rn),!l(e))return i.center=h.clone(h.ZERO,i.center),i.radius=0,i;let o=ce.subsample(e,t,n,GCe);return rn.fromPoints(o,i)};rn.fromVertices=function(e,t,n,i){if(l(i)||(i=new rn),!l(e)||e.length===0)return i.center=h.clone(h.ZERO,i.center),i.radius=0,i;t=y(t,h.ZERO),n=y(n,3);let o=bH;o.x=e[0]+t.x,o.y=e[1]+t.y,o.z=e[2]+t.z;let r=h.clone(o,yH),s=h.clone(o,AH),a=h.clone(o,CH),c=h.clone(o,xH),u=h.clone(o,TH),f=h.clone(o,EH),d=e.length,p;for(p=0;p<d;p+=n){let L=e[p]+t.x,_=e[p+1]+t.y,T=e[p+2]+t.z;o.x=L,o.y=_,o.z=T,L<r.x&&h.clone(o,r),L>c.x&&h.clone(o,c),_<s.y&&h.clone(o,s),_>u.y&&h.clone(o,u),T<a.z&&h.clone(o,a),T>f.z&&h.clone(o,f)}let g=h.magnitudeSquared(h.subtract(c,r,_s)),m=h.magnitudeSquared(h.subtract(u,s,_s)),A=h.magnitudeSquared(h.subtract(f,a,_s)),C=r,x=c,b=g;m>b&&(b=m,C=s,x=u),A>b&&(b=A,C=a,x=f);let E=SH;E.x=(C.x+x.x)*.5,E.y=(C.y+x.y)*.5,E.z=(C.z+x.z)*.5;let S=h.magnitudeSquared(h.subtract(x,E,_s)),D=Math.sqrt(S),v=wH;v.x=r.x,v.y=s.y,v.z=a.z;let O=DH;O.x=c.x,O.y=u.y,O.z=f.z;let R=h.midpoint(v,O,vH),M=0;for(p=0;p<d;p+=n){o.x=e[p]+t.x,o.y=e[p+1]+t.y,o.z=e[p+2]+t.z;let L=h.magnitude(h.subtract(o,R,_s));L>M&&(M=L);let _=h.magnitudeSquared(h.subtract(o,E,_s));if(_>S){let T=Math.sqrt(_);D=(D+T)*.5,S=D*D;let w=T-D;E.x=(D*E.x+w*o.x)/T,E.y=(D*E.y+w*o.y)/T,E.z=(D*E.z+w*o.z)/T}}return D<M?(h.clone(E,i.center),i.radius=D):(h.clone(R,i.center),i.radius=M),i};rn.fromEncodedCartesianVertices=function(e,t,n){if(l(n)||(n=new rn),!l(e)||!l(t)||e.length!==t.length||e.length===0)return n.center=h.clone(h.ZERO,n.center),n.radius=0,n;let i=bH;i.x=e[0]+t[0],i.y=e[1]+t[1],i.z=e[2]+t[2];let o=h.clone(i,yH),r=h.clone(i,AH),s=h.clone(i,CH),a=h.clone(i,xH),c=h.clone(i,TH),u=h.clone(i,EH),f=e.length,d;for(d=0;d<f;d+=3){let M=e[d]+t[d],L=e[d+1]+t[d+1],_=e[d+2]+t[d+2];i.x=M,i.y=L,i.z=_,M<o.x&&h.clone(i,o),M>a.x&&h.clone(i,a),L<r.y&&h.clone(i,r),L>c.y&&h.clone(i,c),_<s.z&&h.clone(i,s),_>u.z&&h.clone(i,u)}let p=h.magnitudeSquared(h.subtract(a,o,_s)),g=h.magnitudeSquared(h.subtract(c,r,_s)),m=h.magnitudeSquared(h.subtract(u,s,_s)),A=o,C=a,x=p;g>x&&(x=g,A=r,C=c),m>x&&(x=m,A=s,C=u);let b=SH;b.x=(A.x+C.x)*.5,b.y=(A.y+C.y)*.5,b.z=(A.z+C.z)*.5;let E=h.magnitudeSquared(h.subtract(C,b,_s)),S=Math.sqrt(E),D=wH;D.x=o.x,D.y=r.y,D.z=s.z;let v=DH;v.x=a.x,v.y=c.y,v.z=u.z;let O=h.midpoint(D,v,vH),R=0;for(d=0;d<f;d+=3){i.x=e[d]+t[d],i.y=e[d+1]+t[d+1],i.z=e[d+2]+t[d+2];let M=h.magnitude(h.subtract(i,O,_s));M>R&&(R=M);let L=h.magnitudeSquared(h.subtract(i,b,_s));if(L>E){let _=Math.sqrt(L);S=(S+_)*.5,E=S*S;let T=_-S;b.x=(S*b.x+T*i.x)/_,b.y=(S*b.y+T*i.y)/_,b.z=(S*b.z+T*i.z)/_}}return S<R?(h.clone(b,n.center),n.radius=S):(h.clone(O,n.center),n.radius=R),n};rn.fromCornerPoints=function(e,t,n){l(n)||(n=new rn);let i=h.midpoint(e,t,n.center);return n.radius=h.distance(i,t),n};rn.fromEllipsoid=function(e,t){return l(t)||(t=new rn),h.clone(h.ZERO,t.center),t.radius=e.maximumRadius,t};var WCe=new h;rn.fromBoundingSpheres=function(e,t){if(l(t)||(t=new rn),!l(e)||e.length===0)return t.center=h.clone(h.ZERO,t.center),t.radius=0,t;let n=e.length;if(n===1)return rn.clone(e[0],t);if(n===2)return rn.union(e[0],e[1],t);let i=[],o;for(o=0;o<n;o++)i.push(e[o].center);t=rn.fromPoints(i,t);let r=t.center,s=t.radius;for(o=0;o<n;o++){let a=e[o];s=Math.max(s,h.distance(r,a.center,WCe)+a.radius)}return t.radius=s,t};var jCe=new h,qCe=new h,YCe=new h;rn.fromOrientedBoundingBox=function(e,t){l(t)||(t=new rn);let n=e.halfAxes,i=Q.getColumn(n,0,jCe),o=Q.getColumn(n,1,qCe),r=Q.getColumn(n,2,YCe);return h.add(i,o,i),h.add(i,r,i),t.center=h.clone(e.center,t.center),t.radius=h.magnitude(i),t};var XCe=new h,KCe=new h;rn.fromTransformation=function(e,t){l(t)||(t=new rn);let n=F.getTranslation(e,XCe),i=F.getScale(e,KCe),o=.5*h.magnitude(i);return t.center=h.clone(n,t.center),t.radius=o,t};rn.clone=function(e,t){if(!!l(e))return l(t)?(t.center=h.clone(e.center,t.center),t.radius=e.radius,t):new rn(e.center,e.radius)};rn.packedLength=4;rn.pack=function(e,t,n){n=y(n,0);let i=e.center;return t[n++]=i.x,t[n++]=i.y,t[n++]=i.z,t[n]=e.radius,t};rn.unpack=function(e,t,n){t=y(t,0),l(n)||(n=new rn);let i=n.center;return i.x=e[t++],i.y=e[t++],i.z=e[t++],n.radius=e[t],n};var JCe=new h,ZCe=new h;rn.union=function(e,t,n){l(n)||(n=new rn);let i=e.center,o=e.radius,r=t.center,s=t.radius,a=h.subtract(r,i,JCe),c=h.magnitude(a);if(o>=c+s)return e.clone(n),n;if(s>=c+o)return t.clone(n),n;let u=(o+c+s)*.5,f=h.multiplyByScalar(a,(-o+u)/c,ZCe);return h.add(f,i,f),h.clone(f,n.center),n.radius=u,n};var QCe=new h;rn.expand=function(e,t,n){n=rn.clone(e,n);let i=h.magnitude(h.subtract(t,n.center,QCe));return i>n.radius&&(n.radius=i),n};rn.intersectPlane=function(e,t){let n=e.center,i=e.radius,o=t.normal,r=h.dot(o,n)+t.distance;return r<-i?Xt.OUTSIDE:r<i?Xt.INTERSECTING:Xt.INSIDE};rn.transform=function(e,t,n){return l(n)||(n=new rn),n.center=F.multiplyByPoint(t,e.center,n.center),n.radius=F.getMaximumScale(t)*e.radius,n};var $Ce=new h;rn.distanceSquaredTo=function(e,t){let n=h.subtract(e.center,t,$Ce),i=h.magnitude(n)-e.radius;return i<=0?0:i*i};rn.transformWithoutScale=function(e,t,n){return l(n)||(n=new rn),n.center=F.multiplyByPoint(t,e.center,n.center),n.radius=e.radius,n};var exe=new h;rn.computePlaneDistances=function(e,t,n,i){l(i)||(i=new Ic);let o=h.subtract(e.center,t,exe),r=h.dot(n,o);return i.start=r-e.radius,i.stop=r+e.radius,i};var OY=new h,txe=new h,nxe=new h,ixe=new h,oxe=new h,rxe=new he,BY=new Array(8);for(let e=0;e<8;++e)BY[e]=new h;var sxe=new Ai;rn.projectTo2D=function(e,t,n){t=y(t,sxe);let i=t.ellipsoid,o=e.center,r=e.radius,s;h.equals(o,h.ZERO)?s=h.clone(h.UNIT_X,OY):s=i.geodeticSurfaceNormal(o,OY);let a=h.cross(h.UNIT_Z,s,txe);h.normalize(a,a);let c=h.cross(s,a,nxe);h.normalize(c,c),h.multiplyByScalar(s,r,s),h.multiplyByScalar(c,r,c),h.multiplyByScalar(a,r,a);let u=h.negate(c,oxe),f=h.negate(a,ixe),d=BY,p=d[0];h.add(s,c,p),h.add(p,a,p),p=d[1],h.add(s,c,p),h.add(p,f,p),p=d[2],h.add(s,u,p),h.add(p,f,p),p=d[3],h.add(s,u,p),h.add(p,a,p),h.negate(s,s),p=d[4],h.add(s,c,p),h.add(p,a,p),p=d[5],h.add(s,c,p),h.add(p,f,p),p=d[6],h.add(s,u,p),h.add(p,f,p),p=d[7],h.add(s,u,p),h.add(p,a,p);let g=d.length;for(let x=0;x<g;++x){let b=d[x];h.add(o,b,b);let E=i.cartesianToCartographic(b,rxe);t.project(E,b)}n=rn.fromPoints(d,n),o=n.center;let m=o.x,A=o.y,C=o.z;return o.x=C,o.y=m,o.z=A,n};rn.isOccluded=function(e,t){return!t.isBoundingSphereVisible(e)};rn.equals=function(e,t){return e===t||l(e)&&l(t)&&h.equals(e.center,t.center)&&e.radius===t.radius};rn.prototype.intersectPlane=function(e){return rn.intersectPlane(this,e)};rn.prototype.distanceSquaredTo=function(e){return rn.distanceSquaredTo(this,e)};rn.prototype.computePlaneDistances=function(e,t,n){return rn.computePlaneDistances(this,e,t,n)};rn.prototype.isOccluded=function(e){return rn.isOccluded(this,e)};rn.prototype.equals=function(e){return rn.equals(this,e)};rn.prototype.clone=function(e){return rn.clone(this,e)};rn.prototype.volume=function(){let e=this.radius;return VCe*e*e*e};var re=rn;var axe={DEPTH_BUFFER_BIT:256,STENCIL_BUFFER_BIT:1024,COLOR_BUFFER_BIT:16384,POINTS:0,LINES:1,LINE_LOOP:2,LINE_STRIP:3,TRIANGLES:4,TRIANGLE_STRIP:5,TRIANGLE_FAN:6,ZERO:0,ONE:1,SRC_COLOR:768,ONE_MINUS_SRC_COLOR:769,SRC_ALPHA:770,ONE_MINUS_SRC_ALPHA:771,DST_ALPHA:772,ONE_MINUS_DST_ALPHA:773,DST_COLOR:774,ONE_MINUS_DST_COLOR:775,SRC_ALPHA_SATURATE:776,FUNC_ADD:32774,BLEND_EQUATION:32777,BLEND_EQUATION_RGB:32777,BLEND_EQUATION_ALPHA:34877,FUNC_SUBTRACT:32778,FUNC_REVERSE_SUBTRACT:32779,BLEND_DST_RGB:32968,BLEND_SRC_RGB:32969,BLEND_DST_ALPHA:32970,BLEND_SRC_ALPHA:32971,CONSTANT_COLOR:32769,ONE_MINUS_CONSTANT_COLOR:32770,CONSTANT_ALPHA:32771,ONE_MINUS_CONSTANT_ALPHA:32772,BLEND_COLOR:32773,ARRAY_BUFFER:34962,ELEMENT_ARRAY_BUFFER:34963,ARRAY_BUFFER_BINDING:34964,ELEMENT_ARRAY_BUFFER_BINDING:34965,STREAM_DRAW:35040,STATIC_DRAW:35044,DYNAMIC_DRAW:35048,BUFFER_SIZE:34660,BUFFER_USAGE:34661,CURRENT_VERTEX_ATTRIB:34342,FRONT:1028,BACK:1029,FRONT_AND_BACK:1032,CULL_FACE:2884,BLEND:3042,DITHER:3024,STENCIL_TEST:2960,DEPTH_TEST:2929,SCISSOR_TEST:3089,POLYGON_OFFSET_FILL:32823,SAMPLE_ALPHA_TO_COVERAGE:32926,SAMPLE_COVERAGE:32928,NO_ERROR:0,INVALID_ENUM:1280,INVALID_VALUE:1281,INVALID_OPERATION:1282,OUT_OF_MEMORY:1285,CW:2304,CCW:2305,LINE_WIDTH:2849,ALIASED_POINT_SIZE_RANGE:33901,ALIASED_LINE_WIDTH_RANGE:33902,CULL_FACE_MODE:2885,FRONT_FACE:2886,DEPTH_RANGE:2928,DEPTH_WRITEMASK:2930,DEPTH_CLEAR_VALUE:2931,DEPTH_FUNC:2932,STENCIL_CLEAR_VALUE:2961,STENCIL_FUNC:2962,STENCIL_FAIL:2964,STENCIL_PASS_DEPTH_FAIL:2965,STENCIL_PASS_DEPTH_PASS:2966,STENCIL_REF:2967,STENCIL_VALUE_MASK:2963,STENCIL_WRITEMASK:2968,STENCIL_BACK_FUNC:34816,STENCIL_BACK_FAIL:34817,STENCIL_BACK_PASS_DEPTH_FAIL:34818,STENCIL_BACK_PASS_DEPTH_PASS:34819,STENCIL_BACK_REF:36003,STENCIL_BACK_VALUE_MASK:36004,STENCIL_BACK_WRITEMASK:36005,VIEWPORT:2978,SCISSOR_BOX:3088,COLOR_CLEAR_VALUE:3106,COLOR_WRITEMASK:3107,UNPACK_ALIGNMENT:3317,PACK_ALIGNMENT:3333,MAX_TEXTURE_SIZE:3379,MAX_VIEWPORT_DIMS:3386,SUBPIXEL_BITS:3408,RED_BITS:3410,GREEN_BITS:3411,BLUE_BITS:3412,ALPHA_BITS:3413,DEPTH_BITS:3414,STENCIL_BITS:3415,POLYGON_OFFSET_UNITS:10752,POLYGON_OFFSET_FACTOR:32824,TEXTURE_BINDING_2D:32873,SAMPLE_BUFFERS:32936,SAMPLES:32937,SAMPLE_COVERAGE_VALUE:32938,SAMPLE_COVERAGE_INVERT:32939,COMPRESSED_TEXTURE_FORMATS:34467,DONT_CARE:4352,FASTEST:4353,NICEST:4354,GENERATE_MIPMAP_HINT:33170,BYTE:5120,UNSIGNED_BYTE:5121,SHORT:5122,UNSIGNED_SHORT:5123,INT:5124,UNSIGNED_INT:5125,FLOAT:5126,DEPTH_COMPONENT:6402,ALPHA:6406,RGB:6407,RGBA:6408,LUMINANCE:6409,LUMINANCE_ALPHA:6410,UNSIGNED_SHORT_4_4_4_4:32819,UNSIGNED_SHORT_5_5_5_1:32820,UNSIGNED_SHORT_5_6_5:33635,FRAGMENT_SHADER:35632,VERTEX_SHADER:35633,MAX_VERTEX_ATTRIBS:34921,MAX_VERTEX_UNIFORM_VECTORS:36347,MAX_VARYING_VECTORS:36348,MAX_COMBINED_TEXTURE_IMAGE_UNITS:35661,MAX_VERTEX_TEXTURE_IMAGE_UNITS:35660,MAX_TEXTURE_IMAGE_UNITS:34930,MAX_FRAGMENT_UNIFORM_VECTORS:36349,SHADER_TYPE:35663,DELETE_STATUS:35712,LINK_STATUS:35714,VALIDATE_STATUS:35715,ATTACHED_SHADERS:35717,ACTIVE_UNIFORMS:35718,ACTIVE_ATTRIBUTES:35721,SHADING_LANGUAGE_VERSION:35724,CURRENT_PROGRAM:35725,NEVER:512,LESS:513,EQUAL:514,LEQUAL:515,GREATER:516,NOTEQUAL:517,GEQUAL:518,ALWAYS:519,KEEP:7680,REPLACE:7681,INCR:7682,DECR:7683,INVERT:5386,INCR_WRAP:34055,DECR_WRAP:34056,VENDOR:7936,RENDERER:7937,VERSION:7938,NEAREST:9728,LINEAR:9729,NEAREST_MIPMAP_NEAREST:9984,LINEAR_MIPMAP_NEAREST:9985,NEAREST_MIPMAP_LINEAR:9986,LINEAR_MIPMAP_LINEAR:9987,TEXTURE_MAG_FILTER:10240,TEXTURE_MIN_FILTER:10241,TEXTURE_WRAP_S:10242,TEXTURE_WRAP_T:10243,TEXTURE_2D:3553,TEXTURE:5890,TEXTURE_CUBE_MAP:34067,TEXTURE_BINDING_CUBE_MAP:34068,TEXTURE_CUBE_MAP_POSITIVE_X:34069,TEXTURE_CUBE_MAP_NEGATIVE_X:34070,TEXTURE_CUBE_MAP_POSITIVE_Y:34071,TEXTURE_CUBE_MAP_NEGATIVE_Y:34072,TEXTURE_CUBE_MAP_POSITIVE_Z:34073,TEXTURE_CUBE_MAP_NEGATIVE_Z:34074,MAX_CUBE_MAP_TEXTURE_SIZE:34076,TEXTURE0:33984,TEXTURE1:33985,TEXTURE2:33986,TEXTURE3:33987,TEXTURE4:33988,TEXTURE5:33989,TEXTURE6:33990,TEXTURE7:33991,TEXTURE8:33992,TEXTURE9:33993,TEXTURE10:33994,TEXTURE11:33995,TEXTURE12:33996,TEXTURE13:33997,TEXTURE14:33998,TEXTURE15:33999,TEXTURE16:34e3,TEXTURE17:34001,TEXTURE18:34002,TEXTURE19:34003,TEXTURE20:34004,TEXTURE21:34005,TEXTURE22:34006,TEXTURE23:34007,TEXTURE24:34008,TEXTURE25:34009,TEXTURE26:34010,TEXTURE27:34011,TEXTURE28:34012,TEXTURE29:34013,TEXTURE30:34014,TEXTURE31:34015,ACTIVE_TEXTURE:34016,REPEAT:10497,CLAMP_TO_EDGE:33071,MIRRORED_REPEAT:33648,FLOAT_VEC2:35664,FLOAT_VEC3:35665,FLOAT_VEC4:35666,INT_VEC2:35667,INT_VEC3:35668,INT_VEC4:35669,BOOL:35670,BOOL_VEC2:35671,BOOL_VEC3:35672,BOOL_VEC4:35673,FLOAT_MAT2:35674,FLOAT_MAT3:35675,FLOAT_MAT4:35676,SAMPLER_2D:35678,SAMPLER_CUBE:35680,VERTEX_ATTRIB_ARRAY_ENABLED:34338,VERTEX_ATTRIB_ARRAY_SIZE:34339,VERTEX_ATTRIB_ARRAY_STRIDE:34340,VERTEX_ATTRIB_ARRAY_TYPE:34341,VERTEX_ATTRIB_ARRAY_NORMALIZED:34922,VERTEX_ATTRIB_ARRAY_POINTER:34373,VERTEX_ATTRIB_ARRAY_BUFFER_BINDING:34975,IMPLEMENTATION_COLOR_READ_TYPE:35738,IMPLEMENTATION_COLOR_READ_FORMAT:35739,COMPILE_STATUS:35713,LOW_FLOAT:36336,MEDIUM_FLOAT:36337,HIGH_FLOAT:36338,LOW_INT:36339,MEDIUM_INT:36340,HIGH_INT:36341,FRAMEBUFFER:36160,RENDERBUFFER:36161,RGBA4:32854,RGB5_A1:32855,RGB565:36194,DEPTH_COMPONENT16:33189,STENCIL_INDEX:6401,STENCIL_INDEX8:36168,DEPTH_STENCIL:34041,RENDERBUFFER_WIDTH:36162,RENDERBUFFER_HEIGHT:36163,RENDERBUFFER_INTERNAL_FORMAT:36164,RENDERBUFFER_RED_SIZE:36176,RENDERBUFFER_GREEN_SIZE:36177,RENDERBUFFER_BLUE_SIZE:36178,RENDERBUFFER_ALPHA_SIZE:36179,RENDERBUFFER_DEPTH_SIZE:36180,RENDERBUFFER_STENCIL_SIZE:36181,FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE:36048,FRAMEBUFFER_ATTACHMENT_OBJECT_NAME:36049,FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL:36050,FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE:36051,COLOR_ATTACHMENT0:36064,DEPTH_ATTACHMENT:36096,STENCIL_ATTACHMENT:36128,DEPTH_STENCIL_ATTACHMENT:33306,NONE:0,FRAMEBUFFER_COMPLETE:36053,FRAMEBUFFER_INCOMPLETE_ATTACHMENT:36054,FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT:36055,FRAMEBUFFER_INCOMPLETE_DIMENSIONS:36057,FRAMEBUFFER_UNSUPPORTED:36061,FRAMEBUFFER_BINDING:36006,RENDERBUFFER_BINDING:36007,MAX_RENDERBUFFER_SIZE:34024,INVALID_FRAMEBUFFER_OPERATION:1286,UNPACK_FLIP_Y_WEBGL:37440,UNPACK_PREMULTIPLY_ALPHA_WEBGL:37441,CONTEXT_LOST_WEBGL:37442,UNPACK_COLORSPACE_CONVERSION_WEBGL:37443,BROWSER_DEFAULT_WEBGL:37444,COMPRESSED_RGB_S3TC_DXT1_EXT:33776,COMPRESSED_RGBA_S3TC_DXT1_EXT:33777,COMPRESSED_RGBA_S3TC_DXT3_EXT:33778,COMPRESSED_RGBA_S3TC_DXT5_EXT:33779,COMPRESSED_RGB_PVRTC_4BPPV1_IMG:35840,COMPRESSED_RGB_PVRTC_2BPPV1_IMG:35841,COMPRESSED_RGBA_PVRTC_4BPPV1_IMG:35842,COMPRESSED_RGBA_PVRTC_2BPPV1_IMG:35843,COMPRESSED_RGBA_ASTC_4x4_WEBGL:37808,COMPRESSED_RGB_ETC1_WEBGL:36196,COMPRESSED_RGBA_BPTC_UNORM:36492,HALF_FLOAT_OES:36193,DOUBLE:5130,READ_BUFFER:3074,UNPACK_ROW_LENGTH:3314,UNPACK_SKIP_ROWS:3315,UNPACK_SKIP_PIXELS:3316,PACK_ROW_LENGTH:3330,PACK_SKIP_ROWS:3331,PACK_SKIP_PIXELS:3332,COLOR:6144,DEPTH:6145,STENCIL:6146,RED:6403,RGB8:32849,RGBA8:32856,RGB10_A2:32857,TEXTURE_BINDING_3D:32874,UNPACK_SKIP_IMAGES:32877,UNPACK_IMAGE_HEIGHT:32878,TEXTURE_3D:32879,TEXTURE_WRAP_R:32882,MAX_3D_TEXTURE_SIZE:32883,UNSIGNED_INT_2_10_10_10_REV:33640,MAX_ELEMENTS_VERTICES:33e3,MAX_ELEMENTS_INDICES:33001,TEXTURE_MIN_LOD:33082,TEXTURE_MAX_LOD:33083,TEXTURE_BASE_LEVEL:33084,TEXTURE_MAX_LEVEL:33085,MIN:32775,MAX:32776,DEPTH_COMPONENT24:33190,MAX_TEXTURE_LOD_BIAS:34045,TEXTURE_COMPARE_MODE:34892,TEXTURE_COMPARE_FUNC:34893,CURRENT_QUERY:34917,QUERY_RESULT:34918,QUERY_RESULT_AVAILABLE:34919,STREAM_READ:35041,STREAM_COPY:35042,STATIC_READ:35045,STATIC_COPY:35046,DYNAMIC_READ:35049,DYNAMIC_COPY:35050,MAX_DRAW_BUFFERS:34852,DRAW_BUFFER0:34853,DRAW_BUFFER1:34854,DRAW_BUFFER2:34855,DRAW_BUFFER3:34856,DRAW_BUFFER4:34857,DRAW_BUFFER5:34858,DRAW_BUFFER6:34859,DRAW_BUFFER7:34860,DRAW_BUFFER8:34861,DRAW_BUFFER9:34862,DRAW_BUFFER10:34863,DRAW_BUFFER11:34864,DRAW_BUFFER12:34865,DRAW_BUFFER13:34866,DRAW_BUFFER14:34867,DRAW_BUFFER15:34868,MAX_FRAGMENT_UNIFORM_COMPONENTS:35657,MAX_VERTEX_UNIFORM_COMPONENTS:35658,SAMPLER_3D:35679,SAMPLER_2D_SHADOW:35682,FRAGMENT_SHADER_DERIVATIVE_HINT:35723,PIXEL_PACK_BUFFER:35051,PIXEL_UNPACK_BUFFER:35052,PIXEL_PACK_BUFFER_BINDING:35053,PIXEL_UNPACK_BUFFER_BINDING:35055,FLOAT_MAT2x3:35685,FLOAT_MAT2x4:35686,FLOAT_MAT3x2:35687,FLOAT_MAT3x4:35688,FLOAT_MAT4x2:35689,FLOAT_MAT4x3:35690,SRGB:35904,SRGB8:35905,SRGB8_ALPHA8:35907,COMPARE_REF_TO_TEXTURE:34894,RGBA32F:34836,RGB32F:34837,RGBA16F:34842,RGB16F:34843,VERTEX_ATTRIB_ARRAY_INTEGER:35069,MAX_ARRAY_TEXTURE_LAYERS:35071,MIN_PROGRAM_TEXEL_OFFSET:35076,MAX_PROGRAM_TEXEL_OFFSET:35077,MAX_VARYING_COMPONENTS:35659,TEXTURE_2D_ARRAY:35866,TEXTURE_BINDING_2D_ARRAY:35869,R11F_G11F_B10F:35898,UNSIGNED_INT_10F_11F_11F_REV:35899,RGB9_E5:35901,UNSIGNED_INT_5_9_9_9_REV:35902,TRANSFORM_FEEDBACK_BUFFER_MODE:35967,MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS:35968,TRANSFORM_FEEDBACK_VARYINGS:35971,TRANSFORM_FEEDBACK_BUFFER_START:35972,TRANSFORM_FEEDBACK_BUFFER_SIZE:35973,TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN:35976,RASTERIZER_DISCARD:35977,MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS:35978,MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS:35979,INTERLEAVED_ATTRIBS:35980,SEPARATE_ATTRIBS:35981,TRANSFORM_FEEDBACK_BUFFER:35982,TRANSFORM_FEEDBACK_BUFFER_BINDING:35983,RGBA32UI:36208,RGB32UI:36209,RGBA16UI:36214,RGB16UI:36215,RGBA8UI:36220,RGB8UI:36221,RGBA32I:36226,RGB32I:36227,RGBA16I:36232,RGB16I:36233,RGBA8I:36238,RGB8I:36239,RED_INTEGER:36244,RGB_INTEGER:36248,RGBA_INTEGER:36249,SAMPLER_2D_ARRAY:36289,SAMPLER_2D_ARRAY_SHADOW:36292,SAMPLER_CUBE_SHADOW:36293,UNSIGNED_INT_VEC2:36294,UNSIGNED_INT_VEC3:36295,UNSIGNED_INT_VEC4:36296,INT_SAMPLER_2D:36298,INT_SAMPLER_3D:36299,INT_SAMPLER_CUBE:36300,INT_SAMPLER_2D_ARRAY:36303,UNSIGNED_INT_SAMPLER_2D:36306,UNSIGNED_INT_SAMPLER_3D:36307,UNSIGNED_INT_SAMPLER_CUBE:36308,UNSIGNED_INT_SAMPLER_2D_ARRAY:36311,DEPTH_COMPONENT32F:36012,DEPTH32F_STENCIL8:36013,FLOAT_32_UNSIGNED_INT_24_8_REV:36269,FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING:33296,FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE:33297,FRAMEBUFFER_ATTACHMENT_RED_SIZE:33298,FRAMEBUFFER_ATTACHMENT_GREEN_SIZE:33299,FRAMEBUFFER_ATTACHMENT_BLUE_SIZE:33300,FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE:33301,FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE:33302,FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE:33303,FRAMEBUFFER_DEFAULT:33304,UNSIGNED_INT_24_8:34042,DEPTH24_STENCIL8:35056,UNSIGNED_NORMALIZED:35863,DRAW_FRAMEBUFFER_BINDING:36006,READ_FRAMEBUFFER:36008,DRAW_FRAMEBUFFER:36009,READ_FRAMEBUFFER_BINDING:36010,RENDERBUFFER_SAMPLES:36011,FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER:36052,MAX_COLOR_ATTACHMENTS:36063,COLOR_ATTACHMENT1:36065,COLOR_ATTACHMENT2:36066,COLOR_ATTACHMENT3:36067,COLOR_ATTACHMENT4:36068,COLOR_ATTACHMENT5:36069,COLOR_ATTACHMENT6:36070,COLOR_ATTACHMENT7:36071,COLOR_ATTACHMENT8:36072,COLOR_ATTACHMENT9:36073,COLOR_ATTACHMENT10:36074,COLOR_ATTACHMENT11:36075,COLOR_ATTACHMENT12:36076,COLOR_ATTACHMENT13:36077,COLOR_ATTACHMENT14:36078,COLOR_ATTACHMENT15:36079,FRAMEBUFFER_INCOMPLETE_MULTISAMPLE:36182,MAX_SAMPLES:36183,HALF_FLOAT:5131,RG:33319,RG_INTEGER:33320,R8:33321,RG8:33323,R16F:33325,R32F:33326,RG16F:33327,RG32F:33328,R8I:33329,R8UI:33330,R16I:33331,R16UI:33332,R32I:33333,R32UI:33334,RG8I:33335,RG8UI:33336,RG16I:33337,RG16UI:33338,RG32I:33339,RG32UI:33340,VERTEX_ARRAY_BINDING:34229,R8_SNORM:36756,RG8_SNORM:36757,RGB8_SNORM:36758,RGBA8_SNORM:36759,SIGNED_NORMALIZED:36764,COPY_READ_BUFFER:36662,COPY_WRITE_BUFFER:36663,COPY_READ_BUFFER_BINDING:36662,COPY_WRITE_BUFFER_BINDING:36663,UNIFORM_BUFFER:35345,UNIFORM_BUFFER_BINDING:35368,UNIFORM_BUFFER_START:35369,UNIFORM_BUFFER_SIZE:35370,MAX_VERTEX_UNIFORM_BLOCKS:35371,MAX_FRAGMENT_UNIFORM_BLOCKS:35373,MAX_COMBINED_UNIFORM_BLOCKS:35374,MAX_UNIFORM_BUFFER_BINDINGS:35375,MAX_UNIFORM_BLOCK_SIZE:35376,MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS:35377,MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS:35379,UNIFORM_BUFFER_OFFSET_ALIGNMENT:35380,ACTIVE_UNIFORM_BLOCKS:35382,UNIFORM_TYPE:35383,UNIFORM_SIZE:35384,UNIFORM_BLOCK_INDEX:35386,UNIFORM_OFFSET:35387,UNIFORM_ARRAY_STRIDE:35388,UNIFORM_MATRIX_STRIDE:35389,UNIFORM_IS_ROW_MAJOR:35390,UNIFORM_BLOCK_BINDING:35391,UNIFORM_BLOCK_DATA_SIZE:35392,UNIFORM_BLOCK_ACTIVE_UNIFORMS:35394,UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES:35395,UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER:35396,UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER:35398,INVALID_INDEX:4294967295,MAX_VERTEX_OUTPUT_COMPONENTS:37154,MAX_FRAGMENT_INPUT_COMPONENTS:37157,MAX_SERVER_WAIT_TIMEOUT:37137,OBJECT_TYPE:37138,SYNC_CONDITION:37139,SYNC_STATUS:37140,SYNC_FLAGS:37141,SYNC_FENCE:37142,SYNC_GPU_COMMANDS_COMPLETE:37143,UNSIGNALED:37144,SIGNALED:37145,ALREADY_SIGNALED:37146,TIMEOUT_EXPIRED:37147,CONDITION_SATISFIED:37148,WAIT_FAILED:37149,SYNC_FLUSH_COMMANDS_BIT:1,VERTEX_ATTRIB_ARRAY_DIVISOR:35070,ANY_SAMPLES_PASSED:35887,ANY_SAMPLES_PASSED_CONSERVATIVE:36202,SAMPLER_BINDING:35097,RGB10_A2UI:36975,INT_2_10_10_10_REV:36255,TRANSFORM_FEEDBACK:36386,TRANSFORM_FEEDBACK_PAUSED:36387,TRANSFORM_FEEDBACK_ACTIVE:36388,TRANSFORM_FEEDBACK_BINDING:36389,COMPRESSED_R11_EAC:37488,COMPRESSED_SIGNED_R11_EAC:37489,COMPRESSED_RG11_EAC:37490,COMPRESSED_SIGNED_RG11_EAC:37491,COMPRESSED_RGB8_ETC2:37492,COMPRESSED_SRGB8_ETC2:37493,COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2:37494,COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2:37495,COMPRESSED_RGBA8_ETC2_EAC:37496,COMPRESSED_SRGB8_ALPHA8_ETC2_EAC:37497,TEXTURE_IMMUTABLE_FORMAT:37167,MAX_ELEMENT_INDEX:36203,TEXTURE_IMMUTABLE_LEVELS:33503,MAX_TEXTURE_MAX_ANISOTROPY_EXT:34047},te=Object.freeze(axe);var _n={BYTE:te.BYTE,UNSIGNED_BYTE:te.UNSIGNED_BYTE,SHORT:te.SHORT,UNSIGNED_SHORT:te.UNSIGNED_SHORT,INT:te.INT,UNSIGNED_INT:te.UNSIGNED_INT,FLOAT:te.FLOAT,DOUBLE:te.DOUBLE};_n.getSizeInBytes=function(e){switch(e){case _n.BYTE:return Int8Array.BYTES_PER_ELEMENT;case _n.UNSIGNED_BYTE:return Uint8Array.BYTES_PER_ELEMENT;case _n.SHORT:return Int16Array.BYTES_PER_ELEMENT;case _n.UNSIGNED_SHORT:return Uint16Array.BYTES_PER_ELEMENT;case _n.INT:return Int32Array.BYTES_PER_ELEMENT;case _n.UNSIGNED_INT:return Uint32Array.BYTES_PER_ELEMENT;case _n.FLOAT:return Float32Array.BYTES_PER_ELEMENT;case _n.DOUBLE:return Float64Array.BYTES_PER_ELEMENT}};_n.fromTypedArray=function(e){if(e instanceof Int8Array)return _n.BYTE;if(e instanceof Uint8Array)return _n.UNSIGNED_BYTE;if(e instanceof Int16Array)return _n.SHORT;if(e instanceof Uint16Array)return _n.UNSIGNED_SHORT;if(e instanceof Int32Array)return _n.INT;if(e instanceof Uint32Array)return _n.UNSIGNED_INT;if(e instanceof Float32Array)return _n.FLOAT;if(e instanceof Float64Array)return _n.DOUBLE};_n.validate=function(e){return l(e)&&(e===_n.BYTE||e===_n.UNSIGNED_BYTE||e===_n.SHORT||e===_n.UNSIGNED_SHORT||e===_n.INT||e===_n.UNSIGNED_INT||e===_n.FLOAT||e===_n.DOUBLE)};_n.createTypedArray=function(e,t){switch(e){case _n.BYTE:return new Int8Array(t);case _n.UNSIGNED_BYTE:return new Uint8Array(t);case _n.SHORT:return new Int16Array(t);case _n.UNSIGNED_SHORT:return new Uint16Array(t);case _n.INT:return new Int32Array(t);case _n.UNSIGNED_INT:return new Uint32Array(t);case _n.FLOAT:return new Float32Array(t);case _n.DOUBLE:return new Float64Array(t)}};_n.createArrayBufferView=function(e,t,n,i){switch(n=y(n,0),i=y(i,(t.byteLength-n)/_n.getSizeInBytes(e)),e){case _n.BYTE:return new Int8Array(t,n,i);case _n.UNSIGNED_BYTE:return new Uint8Array(t,n,i);case _n.SHORT:return new Int16Array(t,n,i);case _n.UNSIGNED_SHORT:return new Uint16Array(t,n,i);case _n.INT:return new Int32Array(t,n,i);case _n.UNSIGNED_INT:return new Uint32Array(t,n,i);case _n.FLOAT:return new Float32Array(t,n,i);case _n.DOUBLE:return new Float64Array(t,n,i)}};_n.fromName=function(e){switch(e){case"BYTE":return _n.BYTE;case"UNSIGNED_BYTE":return _n.UNSIGNED_BYTE;case"SHORT":return _n.SHORT;case"UNSIGNED_SHORT":return _n.UNSIGNED_SHORT;case"INT":return _n.INT;case"UNSIGNED_INT":return _n.UNSIGNED_INT;case"FLOAT":return _n.FLOAT;case"DOUBLE":return _n.DOUBLE}};var K=Object.freeze(_n);var cxe={NONE:0,TRIANGLES:1,LINES:2,POLYLINES:3},df=Object.freeze(cxe);function Ht(e,t,n,i){this[0]=y(e,0),this[1]=y(n,0),this[2]=y(t,0),this[3]=y(i,0)}Ht.packedLength=4;Ht.pack=function(e,t,n){return n=y(n,0),t[n++]=e[0],t[n++]=e[1],t[n++]=e[2],t[n++]=e[3],t};Ht.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Ht),n[0]=e[t++],n[1]=e[t++],n[2]=e[t++],n[3]=e[t++],n};Ht.packArray=function(e,t){let n=e.length,i=n*4;l(t)?!Array.isArray(t)&&t.length!==i||t.length!==i&&(t.length=i):t=new Array(i);for(let o=0;o<n;++o)Ht.pack(e[o],t,o*4);return t};Ht.unpackArray=function(e,t){let n=e.length;l(t)?t.length=n/4:t=new Array(n/4);for(let i=0;i<n;i+=4){let o=i/4;t[o]=Ht.unpack(e,i,t[o])}return t};Ht.clone=function(e,t){if(!!l(e))return l(t)?(t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t):new Ht(e[0],e[2],e[1],e[3])};Ht.fromArray=Ht.unpack;Ht.fromColumnMajorArray=function(e,t){return Ht.clone(e,t)};Ht.fromRowMajorArray=function(e,t){return l(t)?(t[0]=e[0],t[1]=e[2],t[2]=e[1],t[3]=e[3],t):new Ht(e[0],e[1],e[2],e[3])};Ht.fromScale=function(e,t){return l(t)?(t[0]=e.x,t[1]=0,t[2]=0,t[3]=e.y,t):new Ht(e.x,0,0,e.y)};Ht.fromUniformScale=function(e,t){return l(t)?(t[0]=e,t[1]=0,t[2]=0,t[3]=e,t):new Ht(e,0,0,e)};Ht.fromRotation=function(e,t){let n=Math.cos(e),i=Math.sin(e);return l(t)?(t[0]=n,t[1]=i,t[2]=-i,t[3]=n,t):new Ht(n,-i,i,n)};Ht.toArray=function(e,t){return l(t)?(t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t):[e[0],e[1],e[2],e[3]]};Ht.getElementIndex=function(e,t){return e*2+t};Ht.getColumn=function(e,t,n){let i=t*2,o=e[i],r=e[i+1];return n.x=o,n.y=r,n};Ht.setColumn=function(e,t,n,i){i=Ht.clone(e,i);let o=t*2;return i[o]=n.x,i[o+1]=n.y,i};Ht.getRow=function(e,t,n){let i=e[t],o=e[t+2];return n.x=i,n.y=o,n};Ht.setRow=function(e,t,n,i){return i=Ht.clone(e,i),i[t]=n.x,i[t+2]=n.y,i};var lxe=new H;Ht.setScale=function(e,t,n){let i=Ht.getScale(e,lxe),o=t.x/i.x,r=t.y/i.y;return n[0]=e[0]*o,n[1]=e[1]*o,n[2]=e[2]*r,n[3]=e[3]*r,n};var uxe=new H;Ht.setUniformScale=function(e,t,n){let i=Ht.getScale(e,uxe),o=t/i.x,r=t/i.y;return n[0]=e[0]*o,n[1]=e[1]*o,n[2]=e[2]*r,n[3]=e[3]*r,n};var RY=new H;Ht.getScale=function(e,t){return t.x=H.magnitude(H.fromElements(e[0],e[1],RY)),t.y=H.magnitude(H.fromElements(e[2],e[3],RY)),t};var MY=new H;Ht.getMaximumScale=function(e){return Ht.getScale(e,MY),H.maximumComponent(MY)};var fxe=new H;Ht.setRotation=function(e,t,n){let i=Ht.getScale(e,fxe);return n[0]=t[0]*i.x,n[1]=t[1]*i.x,n[2]=t[2]*i.y,n[3]=t[3]*i.y,n};var dxe=new H;Ht.getRotation=function(e,t){let n=Ht.getScale(e,dxe);return t[0]=e[0]/n.x,t[1]=e[1]/n.x,t[2]=e[2]/n.y,t[3]=e[3]/n.y,t};Ht.multiply=function(e,t,n){let i=e[0]*t[0]+e[2]*t[1],o=e[0]*t[2]+e[2]*t[3],r=e[1]*t[0]+e[3]*t[1],s=e[1]*t[2]+e[3]*t[3];return n[0]=i,n[1]=r,n[2]=o,n[3]=s,n};Ht.add=function(e,t,n){return n[0]=e[0]+t[0],n[1]=e[1]+t[1],n[2]=e[2]+t[2],n[3]=e[3]+t[3],n};Ht.subtract=function(e,t,n){return n[0]=e[0]-t[0],n[1]=e[1]-t[1],n[2]=e[2]-t[2],n[3]=e[3]-t[3],n};Ht.multiplyByVector=function(e,t,n){let i=e[0]*t.x+e[2]*t.y,o=e[1]*t.x+e[3]*t.y;return n.x=i,n.y=o,n};Ht.multiplyByScalar=function(e,t,n){return n[0]=e[0]*t,n[1]=e[1]*t,n[2]=e[2]*t,n[3]=e[3]*t,n};Ht.multiplyByScale=function(e,t,n){return n[0]=e[0]*t.x,n[1]=e[1]*t.x,n[2]=e[2]*t.y,n[3]=e[3]*t.y,n};Ht.multiplyByUniformScale=function(e,t,n){return n[0]=e[0]*t,n[1]=e[1]*t,n[2]=e[2]*t,n[3]=e[3]*t,n};Ht.negate=function(e,t){return t[0]=-e[0],t[1]=-e[1],t[2]=-e[2],t[3]=-e[3],t};Ht.transpose=function(e,t){let n=e[0],i=e[2],o=e[1],r=e[3];return t[0]=n,t[1]=i,t[2]=o,t[3]=r,t};Ht.abs=function(e,t){return t[0]=Math.abs(e[0]),t[1]=Math.abs(e[1]),t[2]=Math.abs(e[2]),t[3]=Math.abs(e[3]),t};Ht.equals=function(e,t){return e===t||l(e)&&l(t)&&e[0]===t[0]&&e[1]===t[1]&&e[2]===t[2]&&e[3]===t[3]};Ht.equalsArray=function(e,t,n){return e[0]===t[n]&&e[1]===t[n+1]&&e[2]===t[n+2]&&e[3]===t[n+3]};Ht.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(e[0]-t[0])<=n&&Math.abs(e[1]-t[1])<=n&&Math.abs(e[2]-t[2])<=n&&Math.abs(e[3]-t[3])<=n};Ht.IDENTITY=Object.freeze(new Ht(1,0,0,1));Ht.ZERO=Object.freeze(new Ht(0,0,0,0));Ht.COLUMN0ROW0=0;Ht.COLUMN0ROW1=1;Ht.COLUMN1ROW0=2;Ht.COLUMN1ROW1=3;Object.defineProperties(Ht.prototype,{length:{get:function(){return Ht.packedLength}}});Ht.prototype.clone=function(e){return Ht.clone(this,e)};Ht.prototype.equals=function(e){return Ht.equals(this,e)};Ht.prototype.equalsEpsilon=function(e,t){return Ht.equalsEpsilon(this,e,t)};Ht.prototype.toString=function(){return`(${this[0]}, ${this[2]})
(${this[1]}, ${this[3]})`};var Ji=Ht;var zs={POINTS:te.POINTS,LINES:te.LINES,LINE_LOOP:te.LINE_LOOP,LINE_STRIP:te.LINE_STRIP,TRIANGLES:te.TRIANGLES,TRIANGLE_STRIP:te.TRIANGLE_STRIP,TRIANGLE_FAN:te.TRIANGLE_FAN};zs.isLines=function(e){return e===zs.LINES||e===zs.LINE_LOOP||e===zs.LINE_STRIP};zs.isTriangles=function(e){return e===zs.TRIANGLES||e===zs.TRIANGLE_STRIP||e===zs.TRIANGLE_FAN};zs.validate=function(e){return e===zs.POINTS||e===zs.LINES||e===zs.LINE_LOOP||e===zs.LINE_STRIP||e===zs.TRIANGLES||e===zs.TRIANGLE_STRIP||e===zs.TRIANGLE_FAN};var Oe=Object.freeze(zs);function Je(e,t,n,i){this.x=y(e,0),this.y=y(t,0),this.z=y(n,0),this.w=y(i,0)}var mb=new h;Je.fromAxisAngle=function(e,t,n){let i=t/2,o=Math.sin(i);mb=h.normalize(e,mb);let r=mb.x*o,s=mb.y*o,a=mb.z*o,c=Math.cos(i);return l(n)?(n.x=r,n.y=s,n.z=a,n.w=c,n):new Je(r,s,a,c)};var hxe=[1,2,0],mxe=new Array(3);Je.fromRotationMatrix=function(e,t){let n,i,o,r,s,a=e[Q.COLUMN0ROW0],c=e[Q.COLUMN1ROW1],u=e[Q.COLUMN2ROW2],f=a+c+u;if(f>0)n=Math.sqrt(f+1),s=.5*n,n=.5/n,i=(e[Q.COLUMN1ROW2]-e[Q.COLUMN2ROW1])*n,o=(e[Q.COLUMN2ROW0]-e[Q.COLUMN0ROW2])*n,r=(e[Q.COLUMN0ROW1]-e[Q.COLUMN1ROW0])*n;else{let d=hxe,p=0;c>a&&(p=1),u>a&&u>c&&(p=2);let g=d[p],m=d[g];n=Math.sqrt(e[Q.getElementIndex(p,p)]-e[Q.getElementIndex(g,g)]-e[Q.getElementIndex(m,m)]+1);let A=mxe;A[p]=.5*n,n=.5/n,s=(e[Q.getElementIndex(m,g)]-e[Q.getElementIndex(g,m)])*n,A[g]=(e[Q.getElementIndex(g,p)]+e[Q.getElementIndex(p,g)])*n,A[m]=(e[Q.getElementIndex(m,p)]+e[Q.getElementIndex(p,m)])*n,i=-A[0],o=-A[1],r=-A[2]}return l(t)?(t.x=i,t.y=o,t.z=r,t.w=s,t):new Je(i,o,r,s)};var LY=new Je,FY=new Je,PH=new Je,NY=new Je;Je.fromHeadingPitchRoll=function(e,t){return NY=Je.fromAxisAngle(h.UNIT_X,e.roll,LY),PH=Je.fromAxisAngle(h.UNIT_Y,-e.pitch,t),t=Je.multiply(PH,NY,PH),FY=Je.fromAxisAngle(h.UNIT_Z,-e.heading,LY),Je.multiply(FY,t,t)};var EP=new h,IH=new h,hf=new Je,kY=new Je,bP=new Je;Je.packedLength=4;Je.pack=function(e,t,n){return n=y(n,0),t[n++]=e.x,t[n++]=e.y,t[n++]=e.z,t[n]=e.w,t};Je.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Je),n.x=e[t],n.y=e[t+1],n.z=e[t+2],n.w=e[t+3],n};Je.packedInterpolationLength=3;Je.convertPackedArrayForInterpolation=function(e,t,n,i){Je.unpack(e,n*4,bP),Je.conjugate(bP,bP);for(let o=0,r=n-t+1;o<r;o++){let s=o*3;Je.unpack(e,(t+o)*4,hf),Je.multiply(hf,bP,hf),hf.w<0&&Je.negate(hf,hf),Je.computeAxis(hf,EP);let a=Je.computeAngle(hf);l(i)||(i=[]),i[s]=EP.x*a,i[s+1]=EP.y*a,i[s+2]=EP.z*a}};Je.unpackInterpolationResult=function(e,t,n,i,o){l(o)||(o=new Je),h.fromArray(e,0,IH);let r=h.magnitude(IH);return Je.unpack(t,i*4,kY),r===0?Je.clone(Je.IDENTITY,hf):Je.fromAxisAngle(IH,r,hf),Je.multiply(hf,kY,o)};Je.clone=function(e,t){if(!!l(e))return l(t)?(t.x=e.x,t.y=e.y,t.z=e.z,t.w=e.w,t):new Je(e.x,e.y,e.z,e.w)};Je.conjugate=function(e,t){return t.x=-e.x,t.y=-e.y,t.z=-e.z,t.w=e.w,t};Je.magnitudeSquared=function(e){return e.x*e.x+e.y*e.y+e.z*e.z+e.w*e.w};Je.magnitude=function(e){return Math.sqrt(Je.magnitudeSquared(e))};Je.normalize=function(e,t){let n=1/Je.magnitude(e),i=e.x*n,o=e.y*n,r=e.z*n,s=e.w*n;return t.x=i,t.y=o,t.z=r,t.w=s,t};Je.inverse=function(e,t){let n=Je.magnitudeSquared(e);return t=Je.conjugate(e,t),Je.multiplyByScalar(t,1/n,t)};Je.add=function(e,t,n){return n.x=e.x+t.x,n.y=e.y+t.y,n.z=e.z+t.z,n.w=e.w+t.w,n};Je.subtract=function(e,t,n){return n.x=e.x-t.x,n.y=e.y-t.y,n.z=e.z-t.z,n.w=e.w-t.w,n};Je.negate=function(e,t){return t.x=-e.x,t.y=-e.y,t.z=-e.z,t.w=-e.w,t};Je.dot=function(e,t){return e.x*t.x+e.y*t.y+e.z*t.z+e.w*t.w};Je.multiply=function(e,t,n){let i=e.x,o=e.y,r=e.z,s=e.w,a=t.x,c=t.y,u=t.z,f=t.w,d=s*a+i*f+o*u-r*c,p=s*c-i*u+o*f+r*a,g=s*u+i*c-o*a+r*f,m=s*f-i*a-o*c-r*u;return n.x=d,n.y=p,n.z=g,n.w=m,n};Je.multiplyByScalar=function(e,t,n){return n.x=e.x*t,n.y=e.y*t,n.z=e.z*t,n.w=e.w*t,n};Je.divideByScalar=function(e,t,n){return n.x=e.x/t,n.y=e.y/t,n.z=e.z/t,n.w=e.w/t,n};Je.computeAxis=function(e,t){let n=e.w;if(Math.abs(n-1)<I.EPSILON6)return t.x=t.y=t.z=0,t;let i=1/Math.sqrt(1-n*n);return t.x=e.x*i,t.y=e.y*i,t.z=e.z*i,t};Je.computeAngle=function(e){return Math.abs(e.w-1)<I.EPSILON6?0:2*Math.acos(e.w)};var OH=new Je;Je.lerp=function(e,t,n,i){return OH=Je.multiplyByScalar(t,n,OH),i=Je.multiplyByScalar(e,1-n,i),Je.add(OH,i,i)};var VY=new Je,BH=new Je,RH=new Je;Je.slerp=function(e,t,n,i){let o=Je.dot(e,t),r=t;if(o<0&&(o=-o,r=VY=Je.negate(t,VY)),1-o<I.EPSILON6)return Je.lerp(e,r,n,i);let s=Math.acos(o);return BH=Je.multiplyByScalar(e,Math.sin((1-n)*s),BH),RH=Je.multiplyByScalar(r,Math.sin(n*s),RH),i=Je.add(BH,RH,i),Je.multiplyByScalar(i,1/Math.sin(s),i)};Je.log=function(e,t){let n=I.acosClamped(e.w),i=0;return n!==0&&(i=n/Math.sin(n)),h.multiplyByScalar(e,i,t)};Je.exp=function(e,t){let n=h.magnitude(e),i=0;return n!==0&&(i=Math.sin(n)/n),t.x=e.x*i,t.y=e.y*i,t.z=e.z*i,t.w=Math.cos(n),t};var pxe=new h,_xe=new h,pb=new Je,KA=new Je;Je.computeInnerQuadrangle=function(e,t,n,i){let o=Je.conjugate(t,pb);Je.multiply(o,n,KA);let r=Je.log(KA,pxe);Je.multiply(o,e,KA);let s=Je.log(KA,_xe);return h.add(r,s,r),h.multiplyByScalar(r,.25,r),h.negate(r,r),Je.exp(r,pb),Je.multiply(t,pb,i)};Je.squad=function(e,t,n,i,o,r){let s=Je.slerp(e,t,o,pb),a=Je.slerp(n,i,o,KA);return Je.slerp(s,a,2*o*(1-o),r)};var gxe=new Je,UY=1.9011074535173003,SP=Lt.supportsTypedArrays()?new Float32Array(8):[],wP=Lt.supportsTypedArrays()?new Float32Array(8):[],$h=Lt.supportsTypedArrays()?new Float32Array(8):[],em=Lt.supportsTypedArrays()?new Float32Array(8):[];for(let e=0;e<7;++e){let t=e+1,n=2*t+1;SP[e]=1/(t*n),wP[e]=t/n}SP[7]=UY/(8*17);wP[7]=UY*8/17;Je.fastSlerp=function(e,t,n,i){let o=Je.dot(e,t),r;o>=0?r=1:(r=-1,o=-o);let s=o-1,a=1-n,c=n*n,u=a*a;for(let g=7;g>=0;--g)$h[g]=(SP[g]*c-wP[g])*s,em[g]=(SP[g]*u-wP[g])*s;let f=r*n*(1+$h[0]*(1+$h[1]*(1+$h[2]*(1+$h[3]*(1+$h[4]*(1+$h[5]*(1+$h[6]*(1+$h[7])))))))),d=a*(1+em[0]*(1+em[1]*(1+em[2]*(1+em[3]*(1+em[4]*(1+em[5]*(1+em[6]*(1+em[7])))))))),p=Je.multiplyByScalar(e,d,gxe);return Je.multiplyByScalar(t,f,i),Je.add(p,i,i)};Je.fastSquad=function(e,t,n,i,o,r){let s=Je.fastSlerp(e,t,o,pb),a=Je.fastSlerp(n,i,o,KA);return Je.fastSlerp(s,a,2*o*(1-o),r)};Je.equals=function(e,t){return e===t||l(e)&&l(t)&&e.x===t.x&&e.y===t.y&&e.z===t.z&&e.w===t.w};Je.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(e.x-t.x)<=n&&Math.abs(e.y-t.y)<=n&&Math.abs(e.z-t.z)<=n&&Math.abs(e.w-t.w)<=n};Je.ZERO=Object.freeze(new Je(0,0,0,0));Je.IDENTITY=Object.freeze(new Je(0,0,0,1));Je.prototype.clone=function(e){return Je.clone(this,e)};Je.prototype.equals=function(e){return Je.equals(this,e)};Je.prototype.equalsEpsilon=function(e,t){return Je.equalsEpsilon(this,e,t)};Je.prototype.toString=function(){return`(${this.x}, ${this.y}, ${this.z}, ${this.w})`};var Be=Je;function yxe(e,t,n){let i=0,o=e.length-1,r,s;for(;i<=o;){if(r=~~((i+o)/2),s=n(e[r],t),s<0){i=r+1;continue}if(s>0){o=r-1;continue}return r}return~(o+1)}var jo=yxe;function Axe(e,t,n,i,o){this.xPoleWander=e,this.yPoleWander=t,this.xPoleOffset=n,this.yPoleOffset=i,this.ut1MinusUtc=o}var g0=Axe;function Cxe(e,t,n,i,o,r,s,a){this.year=e,this.month=t,this.day=n,this.hour=i,this.minute=o,this.second=r,this.millisecond=s,this.isLeapSecond=a}var Ip=Cxe;function xxe(e){return e%4===0&&e%100!==0||e%400===0}var Op=xxe;function Txe(e,t){this.julianDate=e,this.offset=t}var ki=Txe;var Exe={SECONDS_PER_MILLISECOND:.001,SECONDS_PER_MINUTE:60,MINUTES_PER_HOUR:60,HOURS_PER_DAY:24,SECONDS_PER_HOUR:3600,MINUTES_PER_DAY:1440,SECONDS_PER_DAY:86400,DAYS_PER_JULIAN_CENTURY:36525,PICOSECOND:1e-9,MODIFIED_JULIAN_DATE_DIFFERENCE:24000005e-1},jn=Object.freeze(Exe);var bxe={UTC:0,TAI:1},Gn=Object.freeze(bxe);var HY=new Ip,MH=[31,28,31,30,31,30,31,31,30,31,30,31],LH=29;function FH(e,t){return At.compare(e.julianDate,t.julianDate)}var JA=new ki;function vP(e){JA.julianDate=e;let t=At.leapSeconds,n=jo(t,JA,FH);n<0&&(n=~n),n>=t.length&&(n=t.length-1);let i=t[n].offset;n>0&&At.secondsDifference(t[n].julianDate,e)>i&&(n--,i=t[n].offset),At.addSeconds(e,i,e)}function zY(e,t){JA.julianDate=e;let n=At.leapSeconds,i=jo(n,JA,FH);if(i<0&&(i=~i),i===0)return At.addSeconds(e,-n[0].offset,t);if(i>=n.length)return At.addSeconds(e,-n[i-1].offset,t);let o=At.secondsDifference(n[i].julianDate,e);if(o===0)return At.addSeconds(e,-n[i].offset,t);if(!(o<=1))return At.addSeconds(e,-n[--i].offset,t)}function Bp(e,t,n){let i=t/jn.SECONDS_PER_DAY|0;return e+=i,t-=jn.SECONDS_PER_DAY*i,t<0&&(e--,t+=jn.SECONDS_PER_DAY),n.dayNumber=e,n.secondsOfDay=t,n}function NH(e,t,n,i,o,r,s){let a=(t-14)/12|0,c=e+4800+a,u=(1461*c/4|0)+(367*(t-2-12*a)/12|0)-(3*((c+100)/100|0)/4|0)+n-32075;i=i-12,i<0&&(i+=24);let f=r+(i*jn.SECONDS_PER_HOUR+o*jn.SECONDS_PER_MINUTE+s*jn.SECONDS_PER_MILLISECOND);return f>=43200&&(u-=1),[u,f]}var Sxe=/^(\d{4})$/,wxe=/^(\d{4})-(\d{2})$/,Dxe=/^(\d{4})-?(\d{3})$/,vxe=/^(\d{4})-?W(\d{2})-?(\d{1})?$/,Pxe=/^(\d{4})-?(\d{2})-?(\d{2})$/,kH=/([Z+\-])?(\d{2})?:?(\d{2})?$/,Ixe=/^(\d{2})(\.\d+)?/.source+kH.source,Oxe=/^(\d{2}):?(\d{2})(\.\d+)?/.source+kH.source,Bxe=/^(\d{2}):?(\d{2}):?(\d{2})(\.\d+)?/.source+kH.source;function At(e,t,n){this.dayNumber=void 0,this.secondsOfDay=void 0,e=y(e,0),t=y(t,0),n=y(n,Gn.UTC);let i=e|0;t=t+(e-i)*jn.SECONDS_PER_DAY,Bp(i,t,this),n===Gn.UTC&&vP(this)}At.fromGregorianDate=function(e,t){let n=NH(e.year,e.month,e.day,e.hour,e.minute,e.second,e.millisecond);return l(t)?(Bp(n[0],n[1],t),vP(t),t):new At(n[0],n[1],Gn.UTC)};At.fromDate=function(e,t){let n=NH(e.getUTCFullYear(),e.getUTCMonth()+1,e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds());return l(t)?(Bp(n[0],n[1],t),vP(t),t):new At(n[0],n[1],Gn.UTC)};At.fromIso8601=function(e,t){e=e.replace(",",".");let n=e.split("T"),i,o=1,r=1,s=0,a=0,c=0,u=0,f=n[0],d=n[1],p,g;if(n=f.match(Pxe),n!==null)i=+n[1],o=+n[2],r=+n[3];else if(n=f.match(wxe),n!==null)i=+n[1],o=+n[2];else if(n=f.match(Sxe),n!==null)i=+n[1];else{let x;if(n=f.match(Dxe),n!==null)i=+n[1],x=+n[2],g=Op(i);else if(n=f.match(vxe),n!==null){i=+n[1];let b=+n[2],E=+n[3]||0,S=new Date(Date.UTC(i,0,4));x=b*7+E-S.getUTCDay()-3}p=new Date(Date.UTC(i,0,1)),p.setUTCDate(x),o=p.getUTCMonth()+1,r=p.getUTCDate()}g=Op(i);let m;if(l(d)){n=d.match(Bxe),n!==null?(s=+n[1],a=+n[2],c=+n[3],u=+(n[4]||0)*1e3,m=5):(n=d.match(Oxe),n!==null?(s=+n[1],a=+n[2],c=+(n[3]||0)*60,m=4):(n=d.match(Ixe),n!==null&&(s=+n[1],a=+(n[2]||0)*60,m=3)));let x=n[m],b=+n[m+1],E=+(n[m+2]||0);switch(x){case"+":s=s-b,a=a-E;break;case"-":s=s+b,a=a+E;break;case"Z":break;default:a=a+new Date(Date.UTC(i,o-1,r,s,a)).getTimezoneOffset();break}}let A=c===60;for(A&&c--;a>=60;)a-=60,s++;for(;s>=24;)s-=24,r++;for(p=g&&o===2?LH:MH[o-1];r>p;)r-=p,o++,o>12&&(o-=12,i++),p=g&&o===2?LH:MH[o-1];for(;a<0;)a+=60,s--;for(;s<0;)s+=24,r--;for(;r<1;)o--,o<1&&(o+=12,i--),p=g&&o===2?LH:MH[o-1],r+=p;let C=NH(i,o,r,s,a,c,u);return l(t)?(Bp(C[0],C[1],t),vP(t)):t=new At(C[0],C[1],Gn.UTC),A&&At.addSeconds(t,1,t),t};At.now=function(e){return At.fromDate(new Date,e)};var DP=new At(0,0,Gn.TAI);At.toGregorianDate=function(e,t){let n=!1,i=zY(e,DP);l(i)||(At.addSeconds(e,-1,DP),i=zY(DP,DP),n=!0);let o=i.dayNumber,r=i.secondsOfDay;r>=43200&&(o+=1);let s=o+68569|0,a=4*s/146097|0;s=s-((146097*a+3)/4|0)|0;let c=4e3*(s+1)/1461001|0;s=s-(1461*c/4|0)+31|0;let u=80*s/2447|0,f=s-(2447*u/80|0)|0;s=u/11|0;let d=u+2-12*s|0,p=100*(a-49)+c+s|0,g=r/jn.SECONDS_PER_HOUR|0,m=r-g*jn.SECONDS_PER_HOUR,A=m/jn.SECONDS_PER_MINUTE|0;m=m-A*jn.SECONDS_PER_MINUTE;let C=m|0,x=(m-C)/jn.SECONDS_PER_MILLISECOND;return g+=12,g>23&&(g-=24),n&&(C+=1),l(t)?(t.year=p,t.month=d,t.day=f,t.hour=g,t.minute=A,t.second=C,t.millisecond=x,t.isLeapSecond=n,t):new Ip(p,d,f,g,A,C,x,n)};At.toDate=function(e){let t=At.toGregorianDate(e,HY),n=t.second;return t.isLeapSecond&&(n-=1),new Date(Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,n,t.millisecond))};At.toIso8601=function(e,t){let n=At.toGregorianDate(e,HY),i=n.year,o=n.month,r=n.day,s=n.hour,a=n.minute,c=n.second,u=n.millisecond;i===1e4&&o===1&&r===1&&s===0&&a===0&&c===0&&u===0&&(i=9999,o=12,r=31,s=24);let f;return!l(t)&&u!==0?(f=(u*.01).toString().replace(".",""),`${i.toString().padStart(4,"0")}-${o.toString().padStart(2,"0")}-${r.toString().padStart(2,"0")}T${s.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}:${c.toString().padStart(2,"0")}.${f}Z`):!l(t)||t===0?`${i.toString().padStart(4,"0")}-${o.toString().padStart(2,"0")}-${r.toString().padStart(2,"0")}T${s.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}:${c.toString().padStart(2,"0")}Z`:(f=(u*.01).toFixed(t).replace(".","").slice(0,t),`${i.toString().padStart(4,"0")}-${o.toString().padStart(2,"0")}-${r.toString().padStart(2,"0")}T${s.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}:${c.toString().padStart(2,"0")}.${f}Z`)};At.clone=function(e,t){if(!!l(e))return l(t)?(t.dayNumber=e.dayNumber,t.secondsOfDay=e.secondsOfDay,t):new At(e.dayNumber,e.secondsOfDay,Gn.TAI)};At.compare=function(e,t){let n=e.dayNumber-t.dayNumber;return n!==0?n:e.secondsOfDay-t.secondsOfDay};At.equals=function(e,t){return e===t||l(e)&&l(t)&&e.dayNumber===t.dayNumber&&e.secondsOfDay===t.secondsOfDay};At.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(At.secondsDifference(e,t))<=n};At.totalDays=function(e){return e.dayNumber+e.secondsOfDay/jn.SECONDS_PER_DAY};At.secondsDifference=function(e,t){return(e.dayNumber-t.dayNumber)*jn.SECONDS_PER_DAY+(e.secondsOfDay-t.secondsOfDay)};At.daysDifference=function(e,t){let n=e.dayNumber-t.dayNumber,i=(e.secondsOfDay-t.secondsOfDay)/jn.SECONDS_PER_DAY;return n+i};At.computeTaiMinusUtc=function(e){JA.julianDate=e;let t=At.leapSeconds,n=jo(t,JA,FH);return n<0&&(n=~n,--n,n<0&&(n=0)),t[n].offset};At.addSeconds=function(e,t,n){return Bp(e.dayNumber,e.secondsOfDay+t,n)};At.addMinutes=function(e,t,n){let i=e.secondsOfDay+t*jn.SECONDS_PER_MINUTE;return Bp(e.dayNumber,i,n)};At.addHours=function(e,t,n){let i=e.secondsOfDay+t*jn.SECONDS_PER_HOUR;return Bp(e.dayNumber,i,n)};At.addDays=function(e,t,n){let i=e.dayNumber+t;return Bp(i,e.secondsOfDay,n)};At.lessThan=function(e,t){return At.compare(e,t)<0};At.lessThanOrEquals=function(e,t){return At.compare(e,t)<=0};At.greaterThan=function(e,t){return At.compare(e,t)>0};At.greaterThanOrEquals=function(e,t){return At.compare(e,t)>=0};At.prototype.clone=function(e){return At.clone(this,e)};At.prototype.equals=function(e){return At.equals(this,e)};At.prototype.equalsEpsilon=function(e,t){return At.equalsEpsilon(this,e,t)};At.prototype.toString=function(){return At.toIso8601(this)};At.leapSeconds=[new ki(new At(2441317,43210,Gn.TAI),10),new ki(new At(2441499,43211,Gn.TAI),11),new ki(new At(2441683,43212,Gn.TAI),12),new ki(new At(2442048,43213,Gn.TAI),13),new ki(new At(2442413,43214,Gn.TAI),14),new ki(new At(2442778,43215,Gn.TAI),15),new ki(new At(2443144,43216,Gn.TAI),16),new ki(new At(2443509,43217,Gn.TAI),17),new ki(new At(2443874,43218,Gn.TAI),18),new ki(new At(2444239,43219,Gn.TAI),19),new ki(new At(2444786,43220,Gn.TAI),20),new ki(new At(2445151,43221,Gn.TAI),21),new ki(new At(2445516,43222,Gn.TAI),22),new ki(new At(2446247,43223,Gn.TAI),23),new ki(new At(2447161,43224,Gn.TAI),24),new ki(new At(2447892,43225,Gn.TAI),25),new ki(new At(2448257,43226,Gn.TAI),26),new ki(new At(2448804,43227,Gn.TAI),27),new ki(new At(2449169,43228,Gn.TAI),28),new ki(new At(2449534,43229,Gn.TAI),29),new ki(new At(2450083,43230,Gn.TAI),30),new ki(new At(2450630,43231,Gn.TAI),31),new ki(new At(2451179,43232,Gn.TAI),32),new ki(new At(2453736,43233,Gn.TAI),33),new ki(new At(2454832,43234,Gn.TAI),34),new ki(new At(2456109,43235,Gn.TAI),35),new ki(new At(2457204,43236,Gn.TAI),36),new ki(new At(2457754,43237,Gn.TAI),37)];var $=At;var aC=Ii(pl(),1);function Rxe(e){return(e.length===0||e[e.length-1]!=="/")&&(e=`${e}/`),e}var BP=Rxe;function KY(e,t){if(e===null||typeof e!="object")return e;t=y(t,!1);let n=new e.constructor;for(let i in e)if(e.hasOwnProperty(i)){let o=e[i];t&&(o=KY(o,t)),n[i]=o}return n}var $e=KY;function JY(e,t,n){n=y(n,!1);let i={},o=l(e),r=l(t),s,a,c;if(o)for(s in e)e.hasOwnProperty(s)&&(a=e[s],r&&n&&typeof a=="object"&&t.hasOwnProperty(s)?(c=t[s],typeof c=="object"?i[s]=JY(a,c,n):i[s]=a):i[s]=a);if(r)for(s in t)t.hasOwnProperty(s)&&!i.hasOwnProperty(s)&&(c=t[s],i[s]=c);return i}var pt=JY;function Mxe(){let e,t,n=new Promise(function(i,o){e=i,t=o});return{resolve:e,reject:t,promise:n}}var Hs=Mxe;var ZY=Ii(pl(),1);function VH(e,t){let n;return typeof document<"u"&&(n=document),VH._implementation(e,t,n)}VH._implementation=function(e,t,n){if(!l(t)){if(typeof n>"u")return e;t=y(n.baseURI,n.location.href)}let i=new ZY.default(e);return i.scheme()!==""?i.toString():i.absoluteTo(t).toString()};var Rp=VH;var QY=Ii(pl(),1);function Lxe(e,t){let n="",i=e.lastIndexOf("/");return i!==-1&&(n=e.substring(0,i+1)),t&&(e=new QY.default(e),e.query().length!==0&&(n+=`?${e.query()}`),e.fragment().length!==0&&(n+=`#${e.fragment()}`)),n}var RP=Lxe;var $Y=Ii(pl(),1);function Fxe(e){let t=new $Y.default(e);t.normalize();let n=t.path(),i=n.lastIndexOf("/");return i!==-1&&(n=n.substr(i+1)),i=n.lastIndexOf("."),i===-1?n="":n=n.substr(i+1),n}var $A=Fxe;var eX={};function Nxe(e,t,n){l(t)||(t=e.width),l(n)||(n=e.height);let i=eX[t];l(i)||(i={},eX[t]=i);let o=i[n];if(!l(o)){let r=document.createElement("canvas");r.width=t,r.height=n,o=r.getContext("2d"),o.globalCompositeOperation="copy",i[n]=o}return o.drawImage(e,0,0,t,n),o.getImageData(0,0,t,n).data}var Dd=Nxe;var kxe=/^blob:/i;function Vxe(e){return kxe.test(e)}var eC=Vxe;var vd;function Uxe(e){l(vd)||(vd=document.createElement("a")),vd.href=window.location.href;let t=vd.host,n=vd.protocol;return vd.href=e,vd.href=vd.href,n!==vd.protocol||t!==vd.host}var tC=Uxe;var zxe=/^data:/i;function Hxe(e){return zxe.test(e)}var Mp=Hxe;function Gxe(e){let t=document.createElement("script");return t.async=!0,t.src=e,new Promise((n,i)=>{window.crossOriginIsolated&&t.setAttribute("crossorigin","anonymous");let o=document.getElementsByTagName("head")[0];t.onload=function(){t.onload=void 0,o.removeChild(t),n()},t.onerror=function(r){i(r)},o.appendChild(t)})}var nC=Gxe;function Wxe(e){let t="";for(let n in e)if(e.hasOwnProperty(n)){let i=e[n],o=`${encodeURIComponent(n)}=`;if(Array.isArray(i))for(let r=0,s=i.length;r<s;++r)t+=`${o+encodeURIComponent(i[r])}&`;else t+=`${o+encodeURIComponent(i)}&`}return t=t.slice(0,-1),t}var iC=Wxe;function jxe(e){let t={};if(e==="")return t;let n=e.replace(/\+/g,"%20").split(/[&;]/);for(let i=0,o=n.length;i<o;++i){let r=n[i].split("="),s=decodeURIComponent(r[0]),a=r[1];l(a)?a=decodeURIComponent(a):a="";let c=t[s];typeof c=="string"?t[s]=[c,a]:Array.isArray(c)?c.push(a):t[s]=a}return t}var ou=jxe;var qxe={UNISSUED:0,ISSUED:1,ACTIVE:2,RECEIVED:3,CANCELLED:4,FAILED:5},ai=Object.freeze(qxe);var Yxe={TERRAIN:0,IMAGERY:1,TILES3D:2,OTHER:3},qr=Object.freeze(Yxe);function MP(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.throttleByServer,!1),n=y(e.throttle,!1);this.url=e.url,this.requestFunction=e.requestFunction,this.cancelFunction=e.cancelFunction,this.priorityFunction=e.priorityFunction,this.priority=y(e.priority,0),this.throttle=n,this.throttleByServer=t,this.type=y(e.type,qr.OTHER),this.serverKey=void 0,this.state=ai.UNISSUED,this.deferred=void 0,this.cancelled=!1}MP.prototype.cancel=function(){this.cancelled=!0};MP.prototype.clone=function(e){return l(e)?(e.url=this.url,e.requestFunction=this.requestFunction,e.cancelFunction=this.cancelFunction,e.priorityFunction=this.priorityFunction,e.priority=this.priority,e.throttle=this.throttle,e.throttleByServer=this.throttleByServer,e.type=this.type,e.serverKey=this.serverKey,e.state=this.RequestState.UNISSUED,e.deferred=void 0,e.cancelled=!1,e):new MP(this)};var qo=MP;function Xxe(e){let t={};if(!e)return t;let n=e.split(`\r
`);for(let i=0;i<n.length;++i){let o=n[i],r=o.indexOf(": ");if(r>0){let s=o.substring(0,r),a=o.substring(r+2);t[s]=a}}return t}var LP=Xxe;function tX(e,t,n){this.statusCode=e,this.response=t,this.responseHeaders=n,typeof this.responseHeaders=="string"&&(this.responseHeaders=LP(this.responseHeaders))}tX.prototype.toString=function(){let e="Request has failed.";return l(this.statusCode)&&(e+=` Status Code: ${this.statusCode}`),e};var tm=tX;var _b=Ii(pl(),1);function y0(e){this._comparator=e.comparator,this._array=[],this._length=0,this._maximumLength=void 0}Object.defineProperties(y0.prototype,{length:{get:function(){return this._length}},internalArray:{get:function(){return this._array}},maximumLength:{get:function(){return this._maximumLength},set:function(e){let t=this._length;if(e<t){let n=this._array;for(let i=e;i<t;++i)n[i]=void 0;this._length=e,n.length=e}this._maximumLength=e}},comparator:{get:function(){return this._comparator}}});function UH(e,t,n){let i=e[t];e[t]=e[n],e[n]=i}y0.prototype.reserve=function(e){e=y(e,this._length),this._array.length=e};y0.prototype.heapify=function(e){e=y(e,0);let t=this._length,n=this._comparator,i=this._array,o=-1,r=!0;for(;r;){let s=2*(e+1),a=s-1;a<t&&n(i[a],i[e])<0?o=a:o=e,s<t&&n(i[s],i[o])<0&&(o=s),o!==e?(UH(i,o,e),e=o):r=!1}};y0.prototype.resort=function(){let e=this._length;for(let t=Math.ceil(e/2);t>=0;--t)this.heapify(t)};y0.prototype.insert=function(e){let t=this._array,n=this._comparator,i=this._maximumLength,o=this._length++;for(o<t.length?t[o]=e:t.push(e);o!==0;){let s=Math.floor((o-1)/2);if(n(t[o],t[s])<0)UH(t,o,s),o=s;else break}let r;return l(i)&&this._length>i&&(r=t[i],this._length=i),r};y0.prototype.pop=function(e){if(e=y(e,0),this._length===0)return;let t=this._array,n=t[e];return UH(t,e,--this._length),this.heapify(e),t[this._length]=void 0,n};var FP=y0;function Kxe(e,t){return e.priority-t.priority}var Wi={numberOfAttemptedRequests:0,numberOfActiveRequests:0,numberOfCancelledRequests:0,numberOfCancelledActiveRequests:0,numberOfFailedRequests:0,numberOfActiveRequestsEver:0,lastNumberOfActiveRequests:0},oC=20,la=new FP({comparator:Kxe});la.maximumLength=oC;la.reserve(oC);var Pd=[],nm={},Jxe=typeof document<"u"?new _b.default(document.location.href):new _b.default,NP=new _e;function Oo(){}Oo.maximumRequests=50;Oo.maximumRequestsPerServer=6;Oo.requestsByServer={"api.cesium.com:443":18,"assets.cesium.com:443":18};Oo.throttleRequests=!0;Oo.debugShowStatistics=!1;Oo.requestCompletedEvent=NP;Object.defineProperties(Oo,{statistics:{get:function(){return Wi}},priorityHeapLength:{get:function(){return oC},set:function(e){if(e<oC)for(;la.length>e;){let t=la.pop();A0(t)}oC=e,la.maximumLength=e,la.reserve(e)}}});function nX(e){l(e.priorityFunction)&&(e.priority=e.priorityFunction())}Oo.serverHasOpenSlots=function(e,t){t=y(t,1);let n=y(Oo.requestsByServer[e],Oo.maximumRequestsPerServer);return nm[e]+t<=n};Oo.heapHasOpenSlots=function(e){return la.length+e<=oC};function iX(e){return e.state===ai.UNISSUED&&(e.state=ai.ISSUED,e.deferred=Hs()),e.deferred.promise}function Zxe(e){return function(t){if(e.state===ai.CANCELLED)return;let n=e.deferred;--Wi.numberOfActiveRequests,--nm[e.serverKey],NP.raiseEvent(),e.state=ai.RECEIVED,e.deferred=void 0,n.resolve(t)}}function Qxe(e){return function(t){e.state!==ai.CANCELLED&&(++Wi.numberOfFailedRequests,--Wi.numberOfActiveRequests,--nm[e.serverKey],NP.raiseEvent(t),e.state=ai.FAILED,e.deferred.reject(t))}}function oX(e){let t=iX(e);return e.state=ai.ACTIVE,Pd.push(e),++Wi.numberOfActiveRequests,++Wi.numberOfActiveRequestsEver,++nm[e.serverKey],e.requestFunction().then(Zxe(e)).catch(Qxe(e)),t}function A0(e){let t=e.state===ai.ACTIVE;if(e.state=ai.CANCELLED,++Wi.numberOfCancelledRequests,l(e.deferred)){let n=e.deferred;e.deferred=void 0,n.reject()}t&&(--Wi.numberOfActiveRequests,--nm[e.serverKey],++Wi.numberOfCancelledActiveRequests),l(e.cancelFunction)&&e.cancelFunction()}Oo.update=function(){let e,t,n=0,i=Pd.length;for(e=0;e<i;++e){if(t=Pd[e],t.cancelled&&A0(t),t.state!==ai.ACTIVE){++n;continue}n>0&&(Pd[e-n]=t)}Pd.length-=n;let o=la.internalArray,r=la.length;for(e=0;e<r;++e)nX(o[e]);la.resort();let s=Math.max(Oo.maximumRequests-Pd.length,0),a=0;for(;a<s&&la.length>0;){if(t=la.pop(),t.cancelled){A0(t);continue}if(t.throttleByServer&&!Oo.serverHasOpenSlots(t.serverKey)){A0(t);continue}oX(t),++a}$xe()};Oo.getServerKey=function(e){let t=new _b.default(e);t.scheme()===""&&(t=new _b.default(e).absoluteTo(Jxe),t.normalize());let n=t.authority();/:/.test(n)||(n=`${n}:${t.scheme()==="https"?"443":"80"}`);let i=nm[n];return l(i)||(nm[n]=0),n};Oo.request=function(e){if(Mp(e.url)||eC(e.url))return NP.raiseEvent(),e.state=ai.RECEIVED,e.requestFunction();if(++Wi.numberOfAttemptedRequests,l(e.serverKey)||(e.serverKey=Oo.getServerKey(e.url)),Oo.throttleRequests&&e.throttleByServer&&!Oo.serverHasOpenSlots(e.serverKey))return;if(!Oo.throttleRequests||!e.throttle)return oX(e);if(Pd.length>=Oo.maximumRequests)return;nX(e);let t=la.insert(e);if(l(t)){if(t===e)return;A0(t)}return iX(e)};function $xe(){!Oo.debugShowStatistics||(Wi.numberOfActiveRequests===0&&Wi.lastNumberOfActiveRequests>0&&(Wi.numberOfAttemptedRequests>0&&(console.log(`Number of attempted requests: ${Wi.numberOfAttemptedRequests}`),Wi.numberOfAttemptedRequests=0),Wi.numberOfCancelledRequests>0&&(console.log(`Number of cancelled requests: ${Wi.numberOfCancelledRequests}`),Wi.numberOfCancelledRequests=0),Wi.numberOfCancelledActiveRequests>0&&(console.log(`Number of cancelled active requests: ${Wi.numberOfCancelledActiveRequests}`),Wi.numberOfCancelledActiveRequests=0),Wi.numberOfFailedRequests>0&&(console.log(`Number of failed requests: ${Wi.numberOfFailedRequests}`),Wi.numberOfFailedRequests=0)),Wi.lastNumberOfActiveRequests=Wi.numberOfActiveRequests)}Oo.clearForSpecs=function(){for(;la.length>0;){let t=la.pop();A0(t)}let e=Pd.length;for(let t=0;t<e;++t)A0(Pd[t]);Pd.length=0,nm={},Wi.numberOfAttemptedRequests=0,Wi.numberOfActiveRequests=0,Wi.numberOfCancelledRequests=0,Wi.numberOfCancelledActiveRequests=0,Wi.numberOfFailedRequests=0,Wi.numberOfActiveRequestsEver=0,Wi.lastNumberOfActiveRequests=0};Oo.numberOfActiveRequestsByServer=function(e){return nm[e]};Oo.requestHeap=la;var Ya=Oo;var rX=Ii(pl(),1);var gb={},rC={};gb.add=function(e,t){let n=`${e.toLowerCase()}:${t}`;l(rC[n])||(rC[n]=!0)};gb.remove=function(e,t){let n=`${e.toLowerCase()}:${t}`;l(rC[n])&&delete rC[n]};function eTe(e){let t=new rX.default(e);t.normalize();let n=t.authority();if(n.length!==0){if(t.authority(n),n.indexOf("@")!==-1&&(n=n.split("@")[1]),n.indexOf(":")===-1){let i=t.scheme();if(i.length===0&&(i=window.location.protocol,i=i.substring(0,i.length-1)),i==="http")n+=":80";else if(i==="https")n+=":443";else return}return n}}gb.contains=function(e){let t=eTe(e);return!!(l(t)&&l(rC[t]))};gb.clear=function(){rC={}};var yb=gb;var cX=function(){try{let e=new XMLHttpRequest;return e.open("GET","#",!0),e.responseType="blob",e.responseType==="blob"}catch{return!1}}();function HH(e,t,n,i){let o=e.query();if(o.length===0)return{};let r;if(o.indexOf("=")===-1){let s={};s[o]=void 0,r=s}else r=ou(o);n?t._queryParameters=VP(r,t._queryParameters,i):t._queryParameters=r,e.search("")}function tTe(e,t){let n=t._queryParameters,i=Object.keys(n);i.length===1&&!l(n[i[0]])?e.search(i[0]):e.search(iC(n))}function Id(e,t){return l(e)?l(e.clone)?e.clone():$e(e):t}function GH(e){if(e.state===ai.ISSUED||e.state===ai.ACTIVE)throw new de("The Resource is already being fetched.");e.state=ai.UNISSUED,e.deferred=void 0}function VP(e,t,n){if(!n)return pt(e,t);let i=$e(e,!0);for(let o in t)if(t.hasOwnProperty(o)){let r=i[o],s=t[o];l(r)?(Array.isArray(r)||(r=i[o]=[r]),i[o]=r.concat(s)):i[o]=Array.isArray(s)?s.slice():s}return i}function Ct(e){e=y(e,y.EMPTY_OBJECT),typeof e=="string"&&(e={url:e}),this._url=void 0,this._templateValues=Id(e.templateValues,{}),this._queryParameters=Id(e.queryParameters,{}),this.headers=Id(e.headers,{}),this.request=y(e.request,new qo),this.proxy=e.proxy,this.retryCallback=e.retryCallback,this.retryAttempts=y(e.retryAttempts,0),this._retryCount=0;let t=new aC.default(e.url);HH(t,this,!0,!0),t.fragment(""),this._url=t.toString()}Ct.createIfNeeded=function(e){return e instanceof Ct?e.getDerivedResource({request:e.request}):typeof e!="string"?e:new Ct({url:e})};var sC;Ct.supportsImageBitmapOptions=function(){if(l(sC))return sC;if(typeof createImageBitmap!="function")return sC=Promise.resolve(!1),sC;let e="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAAE4g3rEiDgAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADElEQVQI12Ng6GAAAAEUAIngE3ZiAAAAAElFTkSuQmCC";return sC=Ct.fetchBlob({url:e}).then(function(t){let n={imageOrientation:"flipY",premultiplyAlpha:"none",colorSpaceConversion:"none"};return Promise.all([createImageBitmap(t,n),createImageBitmap(t)])}).then(function(t){let n=Dd(t[0]),i=Dd(t[1]);return n[1]!==i[1]}).catch(function(){return!1}),sC};Object.defineProperties(Ct,{isBlobSupported:{get:function(){return cX}}});Object.defineProperties(Ct.prototype,{queryParameters:{get:function(){return this._queryParameters}},templateValues:{get:function(){return this._templateValues}},url:{get:function(){return this.getUrlComponent(!0,!0)},set:function(e){let t=new aC.default(e);HH(t,this,!1),t.fragment(""),this._url=t.toString()}},extension:{get:function(){return $A(this._url)}},isDataUri:{get:function(){return Mp(this._url)}},isBlobUri:{get:function(){return eC(this._url)}},isCrossOriginUrl:{get:function(){return tC(this._url)}},hasHeaders:{get:function(){return Object.keys(this.headers).length>0}}});Ct.prototype.toString=function(){return this.getUrlComponent(!0,!0)};Ct.prototype.getUrlComponent=function(e,t){if(this.isDataUri)return this._url;let n=new aC.default(this._url);e&&tTe(n,this);let i=n.toString().replace(/%7B/g,"{").replace(/%7D/g,"}"),o=this._templateValues;return i=i.replace(/{(.*?)}/g,function(r,s){let a=o[s];return l(a)?encodeURIComponent(a):r}),t&&l(this.proxy)&&(i=this.proxy.getURL(i)),i};Ct.prototype.setQueryParameters=function(e,t){t?this._queryParameters=VP(this._queryParameters,e,!1):this._queryParameters=VP(e,this._queryParameters,!1)};Ct.prototype.appendQueryParameters=function(e){this._queryParameters=VP(e,this._queryParameters,!0)};Ct.prototype.setTemplateValues=function(e,t){t?this._templateValues=pt(this._templateValues,e):this._templateValues=pt(e,this._templateValues)};Ct.prototype.getDerivedResource=function(e){let t=this.clone();if(t._retryCount=0,l(e.url)){let n=new aC.default(e.url),i=y(e.preserveQueryParameters,!1);HH(n,t,!0,i),n.fragment(""),n.scheme()!==""?t._url=n.toString():t._url=n.absoluteTo(new aC.default(Rp(this._url))).toString()}return l(e.queryParameters)&&(t._queryParameters=pt(e.queryParameters,t._queryParameters)),l(e.templateValues)&&(t._templateValues=pt(e.templateValues,t.templateValues)),l(e.headers)&&(t.headers=pt(e.headers,t.headers)),l(e.proxy)&&(t.proxy=e.proxy),l(e.request)&&(t.request=e.request),l(e.retryCallback)&&(t.retryCallback=e.retryCallback),l(e.retryAttempts)&&(t.retryAttempts=e.retryAttempts),t};Ct.prototype.retryOnError=function(e){let t=this.retryCallback;if(typeof t!="function"||this._retryCount>=this.retryAttempts)return Promise.resolve(!1);let n=this;return Promise.resolve(t(this,e)).then(function(i){return++n._retryCount,i})};Ct.prototype.clone=function(e){return l(e)||(e=new Ct({url:this._url})),e._url=this._url,e._queryParameters=$e(this._queryParameters),e._templateValues=$e(this._templateValues),e.headers=$e(this.headers),e.proxy=this.proxy,e.retryCallback=this.retryCallback,e.retryAttempts=this.retryAttempts,e._retryCount=0,e.request=this.request.clone(),e};Ct.prototype.getBaseUri=function(e){return RP(this.getUrlComponent(e),e)};Ct.prototype.appendForwardSlash=function(){this._url=BP(this._url)};Ct.prototype.fetchArrayBuffer=function(){return this.fetch({responseType:"arraybuffer"})};Ct.fetchArrayBuffer=function(e){return new Ct(e).fetchArrayBuffer()};Ct.prototype.fetchBlob=function(){return this.fetch({responseType:"blob"})};Ct.fetchBlob=function(e){return new Ct(e).fetchBlob()};Ct.prototype.fetchImage=function(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.preferImageBitmap,!1),n=y(e.preferBlob,!1),i=y(e.flipY,!1),o=y(e.skipColorSpaceConversion,!1);if(GH(this.request),!cX||this.isDataUri||this.isBlobUri||!this.hasHeaders&&!n)return zH({resource:this,flipY:i,skipColorSpaceConversion:o,preferImageBitmap:t});let r=this.fetchBlob();if(!l(r))return;let s,a,c,u;return Ct.supportsImageBitmapOptions().then(function(f){return s=f,a=s&&t,r}).then(function(f){if(!l(f))return;if(u=f,a)return Ct.createImageBitmapFromBlob(f,{flipY:i,premultiplyAlpha:!1,skipColorSpaceConversion:o});let d=window.URL.createObjectURL(f);return c=new Ct({url:d}),zH({resource:c,flipY:i,skipColorSpaceConversion:o,preferImageBitmap:!1})}).then(function(f){if(!!l(f))return f.blob=u,a||window.URL.revokeObjectURL(c.url),f}).catch(function(f){return l(c)&&window.URL.revokeObjectURL(c.url),f.blob=u,Promise.reject(f)})};function zH(e){let t=e.resource,n=e.flipY,i=e.skipColorSpaceConversion,o=e.preferImageBitmap,r=t.request;r.url=t.url,r.requestFunction=function(){let a=!1;!t.isDataUri&&!t.isBlobUri&&(a=t.isCrossOriginUrl);let c=Hs();return Ct._Implementations.createImage(r,a,c,n,i,o),c.promise};let s=Ya.request(r);if(!!l(s))return s.catch(function(a){return r.state!==ai.FAILED?Promise.reject(a):t.retryOnError(a).then(function(c){return c?(r.state=ai.UNISSUED,r.deferred=void 0,zH({resource:t,flipY:n,skipColorSpaceConversion:i,preferImageBitmap:o})):Promise.reject(a)})})}Ct.fetchImage=function(e){return new Ct(e).fetchImage({flipY:e.flipY,skipColorSpaceConversion:e.skipColorSpaceConversion,preferBlob:e.preferBlob,preferImageBitmap:e.preferImageBitmap})};Ct.prototype.fetchText=function(){return this.fetch({responseType:"text"})};Ct.fetchText=function(e){return new Ct(e).fetchText()};Ct.prototype.fetchJson=function(){let e=this.fetch({responseType:"text",headers:{Accept:"application/json,*/*;q=0.01"}});if(!!l(e))return e.then(function(t){if(!!l(t))return JSON.parse(t)})};Ct.fetchJson=function(e){return new Ct(e).fetchJson()};Ct.prototype.fetchXML=function(){return this.fetch({responseType:"document",overrideMimeType:"text/xml"})};Ct.fetchXML=function(e){return new Ct(e).fetchXML()};Ct.prototype.fetchJsonp=function(e){e=y(e,"callback"),GH(this.request);let t;do t=`loadJsonp${I.nextRandomNumber().toString().substring(2,8)}`;while(l(window[t]));return lX(this,e,t)};function lX(e,t,n){let i={};i[t]=n,e.setQueryParameters(i);let o=e.request;o.url=e.url,o.requestFunction=function(){let s=Hs();return window[n]=function(a){s.resolve(a);try{delete window[n]}catch{window[n]=void 0}},Ct._Implementations.loadAndExecuteScript(e.url,n,s),s.promise};let r=Ya.request(o);if(!!l(r))return r.catch(function(s){return o.state!==ai.FAILED?Promise.reject(s):e.retryOnError(s).then(function(a){return a?(o.state=ai.UNISSUED,o.deferred=void 0,lX(e,t,n)):Promise.reject(s)})})}Ct.fetchJsonp=function(e){return new Ct(e).fetchJsonp(e.callbackParameterName)};Ct.prototype._makeRequest=function(e){let t=this;GH(t.request);let n=t.request;n.url=t.url,n.requestFunction=function(){let o=e.responseType,r=pt(e.headers,t.headers),s=e.overrideMimeType,a=e.method,c=e.data,u=Hs(),f=Ct._Implementations.loadWithXhr(t.url,o,a,c,r,u,s);return l(f)&&l(f.abort)&&(n.cancelFunction=function(){f.abort()}),u.promise};let i=Ya.request(n);if(!!l(i))return i.then(function(o){return console.log("data",o),n.cancelFunction=void 0,o}).catch(function(o){return n.cancelFunction=void 0,n.state!==ai.FAILED?Promise.reject(o):t.retryOnError(o).then(function(r){return r?(n.state=ai.UNISSUED,n.deferred=void 0,t.fetch(e)):Promise.reject(o)})})};var nTe=/^data:(.*?)(;base64)?,(.*)$/;function kP(e,t){let n=decodeURIComponent(t);return e?atob(n):n}function sX(e,t){let n=kP(e,t),i=new ArrayBuffer(n.length),o=new Uint8Array(i);for(let r=0;r<n.length;r++)o[r]=n.charCodeAt(r);return i}function iTe(e,t){t=y(t,"");let n=e[1],i=!!e[2],o=e[3],r,s;switch(t){case"":case"text":return kP(i,o);case"arraybuffer":return sX(i,o);case"blob":return r=sX(i,o),new Blob([r],{type:n});case"document":return s=new DOMParser,s.parseFromString(kP(i,o),n);case"json":return JSON.parse(kP(i,o));default:}}Ct.prototype.fetch=function(e){return e=Id(e,{}),e.method="GET",this._makeRequest(e)};Ct.fetch=function(e){return new Ct(e).fetch({responseType:e.responseType,overrideMimeType:e.overrideMimeType})};Ct.prototype.delete=function(e){return e=Id(e,{}),e.method="DELETE",this._makeRequest(e)};Ct.delete=function(e){return new Ct(e).delete({responseType:e.responseType,overrideMimeType:e.overrideMimeType,data:e.data})};Ct.prototype.head=function(e){return e=Id(e,{}),e.method="HEAD",this._makeRequest(e)};Ct.head=function(e){return new Ct(e).head({responseType:e.responseType,overrideMimeType:e.overrideMimeType})};Ct.prototype.options=function(e){return e=Id(e,{}),e.method="OPTIONS",this._makeRequest(e)};Ct.options=function(e){return new Ct(e).options({responseType:e.responseType,overrideMimeType:e.overrideMimeType})};Ct.prototype.post=function(e,t){return hl.defined("data",e),t=Id(t,{}),t.method="POST",t.data=e,this._makeRequest(t)};Ct.post=function(e){return new Ct(e).post(e.data,{responseType:e.responseType,overrideMimeType:e.overrideMimeType})};Ct.prototype.put=function(e,t){return hl.defined("data",e),t=Id(t,{}),t.method="PUT",t.data=e,this._makeRequest(t)};Ct.put=function(e){return new Ct(e).put(e.data,{responseType:e.responseType,overrideMimeType:e.overrideMimeType})};Ct.prototype.patch=function(e,t){return hl.defined("data",e),t=Id(t,{}),t.method="PATCH",t.data=e,this._makeRequest(t)};Ct.patch=function(e){return new Ct(e).patch(e.data,{responseType:e.responseType,overrideMimeType:e.overrideMimeType})};Ct._Implementations={};Ct._Implementations.loadImageElement=function(e,t,n){let i=new Image;i.onload=function(){i.naturalWidth===0&&i.naturalHeight===0&&i.width===0&&i.height===0&&(i.width=300,i.height=150),n.resolve(i)},i.onerror=function(o){n.reject(o)},t&&(yb.contains(e)?i.crossOrigin="use-credentials":i.crossOrigin=""),i.src=e};Ct._Implementations.createImage=function(e,t,n,i,o,r){let s=e.url;Ct.supportsImageBitmapOptions().then(function(a){if(!(a&&r)){Ct._Implementations.loadImageElement(s,t,n);return}let c="blob",u="GET",f=Hs(),d=Ct._Implementations.loadWithXhr(s,c,u,void 0,void 0,f,void 0,void 0,void 0);return l(d)&&l(d.abort)&&(e.cancelFunction=function(){d.abort()}),f.promise.then(function(p){if(!l(p)){n.reject(new de(`Successfully retrieved ${s} but it contained no content.`));return}return Ct.createImageBitmapFromBlob(p,{flipY:i,premultiplyAlpha:!1,skipColorSpaceConversion:o})}).then(function(p){n.resolve(p)})}).catch(function(a){n.reject(a)})};Ct.createImageBitmapFromBlob=function(e,t){return hl.defined("options",t),hl.typeOf.bool("options.flipY",t.flipY),hl.typeOf.bool("options.premultiplyAlpha",t.premultiplyAlpha),hl.typeOf.bool("options.skipColorSpaceConversion",t.skipColorSpaceConversion),createImageBitmap(e,{imageOrientation:t.flipY?"flipY":"none",premultiplyAlpha:t.premultiplyAlpha?"premultiply":"none",colorSpaceConversion:t.skipColorSpaceConversion?"none":"default"})};function aX(e,t){switch(t){case"text":return e.toString("utf8");case"json":return JSON.parse(e.toString("utf8"));default:return new Uint8Array(e).buffer}}function oTe(e,t,n,i,o,r,s){let a,c;Promise.all([import("url"),import("zlib")]).then(([u,f])=>(a=u.parse(e),c=f,a.protocol==="https:"?import("https"):import("http"))).then(u=>{let f={protocol:a.protocol,hostname:a.hostname,port:a.port,path:a.path,query:a.query,method:n,headers:o};u.request(f).on("response",function(d){if(d.statusCode<200||d.statusCode>=300){r.reject(new tm(d.statusCode,d,d.headers));return}let p=[];d.on("data",function(g){p.push(g)}),d.on("end",function(){let g=Buffer.concat(p);d.headers["content-encoding"]==="gzip"?c.gunzip(g,function(m,A){m?r.reject(new de("Error decompressing response.")):r.resolve(aX(A,t))}):r.resolve(aX(g,t))})}).on("error",function(d){r.reject(new tm)}).end()})}var rTe=typeof XMLHttpRequest>"u";Ct._Implementations.loadWithXhr=function(e,t,n,i,o,r,s){let a=nTe.exec(e);if(a!==null){r.resolve(iTe(a,t));return}if(rTe){oTe(e,t,n,i,o,r,s);return}let c=new XMLHttpRequest;if(yb.contains(e)&&(c.withCredentials=!0),c.open(n,e,!0),l(s)&&l(c.overrideMimeType)&&c.overrideMimeType(s),l(o))for(let f in o)o.hasOwnProperty(f)&&c.setRequestHeader(f,o[f]);l(t)&&(c.responseType=t);let u=!1;return typeof e=="string"&&(u=e.indexOf("file://")===0||typeof window<"u"&&window.location.origin==="file://"),c.onload=function(){if((c.status<200||c.status>=300)&&!(u&&c.status===0)){r.reject(new tm(c.status,c.response,c.getAllResponseHeaders()));return}let f=c.response,d=c.responseType;if(n==="HEAD"||n==="OPTIONS"){let g=c.getAllResponseHeaders().trim().split(/[\r\n]+/),m={};g.forEach(function(A){let C=A.split(": "),x=C.shift();m[x]=C.join(": ")}),r.resolve(m);return}if(c.status===204)r.resolve();else if(l(f)&&(!l(t)||d===t))r.resolve(f);else if(t==="json"&&typeof f=="string")try{r.resolve(JSON.parse(f))}catch(p){r.reject(p)}else(d===""||d==="document")&&l(c.responseXML)&&c.responseXML.hasChildNodes()?r.resolve(c.responseXML):(d===""||d==="text")&&l(c.responseText)?r.resolve(c.responseText):r.reject(new de("Invalid XMLHttpRequest response type."))},c.onerror=function(f){r.reject(new tm)},c.send(i),c};Ct._Implementations.loadAndExecuteScript=function(e,t,n){return nC(e,t).catch(function(i){n.reject(i)})};Ct._DefaultImplementations={};Ct._DefaultImplementations.createImage=Ct._Implementations.createImage;Ct._DefaultImplementations.loadWithXhr=Ct._Implementations.loadWithXhr;Ct._DefaultImplementations.loadAndExecuteScript=Ct._Implementations.loadAndExecuteScript;Ct.DEFAULT=Object.freeze(new Ct({url:typeof document>"u"?"":document.location.href.split("?")[0]}));var Pe=Ct;function UP(e){if(e=y(e,y.EMPTY_OBJECT),this._dates=void 0,this._samples=void 0,this._dateColumn=-1,this._xPoleWanderRadiansColumn=-1,this._yPoleWanderRadiansColumn=-1,this._ut1MinusUtcSecondsColumn=-1,this._xCelestialPoleOffsetRadiansColumn=-1,this._yCelestialPoleOffsetRadiansColumn=-1,this._taiMinusUtcSecondsColumn=-1,this._columnCount=0,this._lastIndex=-1,this._downloadPromise=void 0,this._dataError=void 0,this._addNewLeapSeconds=y(e.addNewLeapSeconds,!0),l(e.data))WH(this,e.data);else if(l(e.url)){let t=Pe.createIfNeeded(e.url),n=this;this._downloadPromise=t.fetchJson().then(function(i){WH(n,i)}).catch(function(){n._dataError=`An error occurred while retrieving the EOP data from the URL ${t.url}.`})}else WH(this,{columnNames:["dateIso8601","modifiedJulianDateUtc","xPoleWanderRadians","yPoleWanderRadians","ut1MinusUtcSeconds","lengthOfDayCorrectionSeconds","xCelestialPoleOffsetRadians","yCelestialPoleOffsetRadians","taiMinusUtcSeconds"],samples:[]})}UP.NONE=Object.freeze({getPromiseToLoad:function(){return Promise.resolve()},compute:function(e,t){return l(t)?(t.xPoleWander=0,t.yPoleWander=0,t.xPoleOffset=0,t.yPoleOffset=0,t.ut1MinusUtc=0):t=new g0(0,0,0,0,0),t}});UP.prototype.getPromiseToLoad=function(){return Promise.resolve(this._downloadPromise)};UP.prototype.compute=function(e,t){if(!l(this._samples)){if(l(this._dataError))throw new de(this._dataError);return}if(l(t)||(t=new g0(0,0,0,0,0)),this._samples.length===0)return t.xPoleWander=0,t.yPoleWander=0,t.xPoleOffset=0,t.yPoleOffset=0,t.ut1MinusUtc=0,t;let n=this._dates,i=this._lastIndex,o=0,r=0;if(l(i)){let a=n[i],c=n[i+1],u=$.lessThanOrEquals(a,e),f=!l(c),d=f||$.greaterThanOrEquals(c,e);if(u&&d)return o=i,!f&&c.equals(e)&&++o,r=o+1,fX(this,n,this._samples,e,o,r,t),t}let s=jo(n,e,$.compare,this._dateColumn);return s>=0?(s<n.length-1&&n[s+1].equals(e)&&++s,o=s,r=s):(r=~s,o=r-1,o<0&&(o=0)),this._lastIndex=o,fX(this,n,this._samples,e,o,r,t),t};function sTe(e,t){return $.compare(e.julianDate,t)}function WH(e,t){if(!l(t.columnNames)){e._dataError="Error in loaded EOP data: The columnNames property is required.";return}if(!l(t.samples)){e._dataError="Error in loaded EOP data: The samples property is required.";return}let n=t.columnNames.indexOf("modifiedJulianDateUtc"),i=t.columnNames.indexOf("xPoleWanderRadians"),o=t.columnNames.indexOf("yPoleWanderRadians"),r=t.columnNames.indexOf("ut1MinusUtcSeconds"),s=t.columnNames.indexOf("xCelestialPoleOffsetRadians"),a=t.columnNames.indexOf("yCelestialPoleOffsetRadians"),c=t.columnNames.indexOf("taiMinusUtcSeconds");if(n<0||i<0||o<0||r<0||s<0||a<0||c<0){e._dataError="Error in loaded EOP data: The columnNames property must include modifiedJulianDateUtc, xPoleWanderRadians, yPoleWanderRadians, ut1MinusUtcSeconds, xCelestialPoleOffsetRadians, yCelestialPoleOffsetRadians, and taiMinusUtcSeconds columns";return}let u=e._samples=t.samples,f=e._dates=[];e._dateColumn=n,e._xPoleWanderRadiansColumn=i,e._yPoleWanderRadiansColumn=o,e._ut1MinusUtcSecondsColumn=r,e._xCelestialPoleOffsetRadiansColumn=s,e._yCelestialPoleOffsetRadiansColumn=a,e._taiMinusUtcSecondsColumn=c,e._columnCount=t.columnNames.length,e._lastIndex=void 0;let d,p=e._addNewLeapSeconds;for(let g=0,m=u.length;g<m;g+=e._columnCount){let A=u[g+n],C=u[g+c],x=A+jn.MODIFIED_JULIAN_DATE_DIFFERENCE,b=new $(x,C,Gn.TAI);if(f.push(b),p){if(C!==d&&l(d)){let E=$.leapSeconds,S=jo(E,b,sTe);if(S<0){let D=new ki(b,C);E.splice(~S,0,D)}}d=C}}}function uX(e,t,n,i,o){let r=n*i;o.xPoleWander=t[r+e._xPoleWanderRadiansColumn],o.yPoleWander=t[r+e._yPoleWanderRadiansColumn],o.xPoleOffset=t[r+e._xCelestialPoleOffsetRadiansColumn],o.yPoleOffset=t[r+e._yCelestialPoleOffsetRadiansColumn],o.ut1MinusUtc=t[r+e._ut1MinusUtcSecondsColumn]}function Ab(e,t,n){return t+e*(n-t)}function fX(e,t,n,i,o,r,s){let a=e._columnCount;if(r>t.length-1)return s.xPoleWander=0,s.yPoleWander=0,s.xPoleOffset=0,s.yPoleOffset=0,s.ut1MinusUtc=0,s;let c=t[o],u=t[r];if(c.equals(u)||i.equals(c))return uX(e,n,o,a,s),s;if(i.equals(u))return uX(e,n,r,a,s),s;let f=$.secondsDifference(i,c)/$.secondsDifference(u,c),d=o*a,p=r*a,g=n[d+e._ut1MinusUtcSecondsColumn],m=n[p+e._ut1MinusUtcSecondsColumn],A=m-g;if(A>.5||A<-.5){let C=n[d+e._taiMinusUtcSecondsColumn],x=n[p+e._taiMinusUtcSecondsColumn];C!==x&&(u.equals(i)?g=m:m-=x-C)}return s.xPoleWander=Ab(f,n[d+e._xPoleWanderRadiansColumn],n[p+e._xPoleWanderRadiansColumn]),s.yPoleWander=Ab(f,n[d+e._yPoleWanderRadiansColumn],n[p+e._yPoleWanderRadiansColumn]),s.xPoleOffset=Ab(f,n[d+e._xCelestialPoleOffsetRadiansColumn],n[p+e._xCelestialPoleOffsetRadiansColumn]),s.yPoleOffset=Ab(f,n[d+e._yCelestialPoleOffsetRadiansColumn],n[p+e._yCelestialPoleOffsetRadiansColumn]),s.ut1MinusUtc=Ab(f,g,m),s}var zP=UP;function ua(e,t,n){this.heading=y(e,0),this.pitch=y(t,0),this.roll=y(n,0)}ua.fromQuaternion=function(e,t){l(t)||(t=new ua);let n=2*(e.w*e.y-e.z*e.x),i=1-2*(e.x*e.x+e.y*e.y),o=2*(e.w*e.x+e.y*e.z),r=1-2*(e.y*e.y+e.z*e.z),s=2*(e.w*e.z+e.x*e.y);return t.heading=-Math.atan2(s,r),t.roll=Math.atan2(o,i),t.pitch=-I.asinClamped(n),t};ua.fromDegrees=function(e,t,n,i){return l(i)||(i=new ua),i.heading=e*I.RADIANS_PER_DEGREE,i.pitch=t*I.RADIANS_PER_DEGREE,i.roll=n*I.RADIANS_PER_DEGREE,i};ua.clone=function(e,t){if(!!l(e))return l(t)?(t.heading=e.heading,t.pitch=e.pitch,t.roll=e.roll,t):new ua(e.heading,e.pitch,e.roll)};ua.equals=function(e,t){return e===t||l(e)&&l(t)&&e.heading===t.heading&&e.pitch===t.pitch&&e.roll===t.roll};ua.equalsEpsilon=function(e,t,n,i){return e===t||l(e)&&l(t)&&I.equalsEpsilon(e.heading,t.heading,n,i)&&I.equalsEpsilon(e.pitch,t.pitch,n,i)&&I.equalsEpsilon(e.roll,t.roll,n,i)};ua.prototype.clone=function(e){return ua.clone(this,e)};ua.prototype.equals=function(e){return ua.equals(this,e)};ua.prototype.equalsEpsilon=function(e,t,n){return ua.equalsEpsilon(this,e,t,n)};ua.prototype.toString=function(){return`(${this.heading}, ${this.pitch}, ${this.roll})`};var mf=ua;var dX=/((?:.*\/)|^)Cesium\.js(?:\?|\#|$)/;function aTe(){let e=document.getElementsByTagName("script");for(let t=0,n=e.length;t<n;++t){let i=e[t].getAttribute("src"),o=dX.exec(i);if(o!==null)return o[1]}}var cC;function hX(e){return typeof document>"u"?e:(l(cC)||(cC=document.createElement("a")),cC.href=e,cC.href=cC.href,cC.href)}var C0;function mX(){if(l(C0))return C0;let e;return typeof CESIUM_BASE_URL<"u"?e=CESIUM_BASE_URL:typeof define=="object"&&l(define.amd)&&!define.amd.toUrlUndefined&&l(require.toUrl)?e=Rp("..",x0("Core/buildModuleUrl.js")):e=aTe(),C0=new Pe({url:hX(e)}),C0.appendForwardSlash(),C0}function cTe(e){return hX(require.toUrl(`../${e}`))}function pX(e){return mX().getDerivedResource({url:e}).url}var HP;function x0(e){return l(HP)||(typeof define=="object"&&l(define.amd)&&!define.amd.toUrlUndefined&&l(require.toUrl)?HP=cTe:HP=pX),HP(e)}x0._cesiumScriptRegex=dX;x0._buildModuleUrlFromBaseUrl=pX;x0._clearBaseResource=function(){C0=void 0};x0.setBaseUrl=function(e){C0=Pe.DEFAULT.getDerivedResource({url:e})};x0.getCesiumBaseUrl=mX;var Kt=x0;function lTe(e,t,n){this.x=e,this.y=t,this.s=n}var lC=lTe;function YH(e){e=y(e,y.EMPTY_OBJECT),this._xysFileUrlTemplate=Pe.createIfNeeded(e.xysFileUrlTemplate),this._interpolationOrder=y(e.interpolationOrder,9),this._sampleZeroJulianEphemerisDate=y(e.sampleZeroJulianEphemerisDate,24423965e-1),this._sampleZeroDateTT=new $(this._sampleZeroJulianEphemerisDate,0,Gn.TAI),this._stepSizeDays=y(e.stepSizeDays,1),this._samplesPerXysFile=y(e.samplesPerXysFile,1e3),this._totalSamples=y(e.totalSamples,27426),this._samples=new Array(this._totalSamples*3),this._chunkDownloadsInProgress=[];let t=this._interpolationOrder,n=this._denominators=new Array(t+1),i=this._xTable=new Array(t+1),o=Math.pow(this._stepSizeDays,t);for(let r=0;r<=t;++r){n[r]=o,i[r]=r*this._stepSizeDays;for(let s=0;s<=t;++s)s!==r&&(n[r]*=r-s);n[r]=1/n[r]}this._work=new Array(t+1),this._coef=new Array(t+1)}var uTe=new $(0,0,Gn.TAI);function jH(e,t,n){let i=uTe;return i.dayNumber=t,i.secondsOfDay=n,$.daysDifference(i,e._sampleZeroDateTT)}YH.prototype.preload=function(e,t,n,i){let o=jH(this,e,t),r=jH(this,n,i),s=o/this._stepSizeDays-this._interpolationOrder/2|0;s<0&&(s=0);let a=r/this._stepSizeDays-this._interpolationOrder/2|0+this._interpolationOrder;a>=this._totalSamples&&(a=this._totalSamples-1);let c=s/this._samplesPerXysFile|0,u=a/this._samplesPerXysFile|0,f=[];for(let d=c;d<=u;++d)f.push(qH(this,d));return Promise.all(f)};YH.prototype.computeXysRadians=function(e,t,n){let i=jH(this,e,t);if(i<0)return;let o=i/this._stepSizeDays|0;if(o>=this._totalSamples)return;let r=this._interpolationOrder,s=o-(r/2|0);s<0&&(s=0);let a=s+r;a>=this._totalSamples&&(a=this._totalSamples-1,s=a-r,s<0&&(s=0));let c=!1,u=this._samples;if(l(u[s*3])||(qH(this,s/this._samplesPerXysFile|0),c=!0),l(u[a*3])||(qH(this,a/this._samplesPerXysFile|0),c=!0),c)return;l(n)?(n.x=0,n.y=0,n.s=0):n=new lC(0,0,0);let f=i-s*this._stepSizeDays,d=this._work,p=this._denominators,g=this._coef,m=this._xTable,A,C;for(A=0;A<=r;++A)d[A]=f-m[A];for(A=0;A<=r;++A){for(g[A]=1,C=0;C<=r;++C)C!==A&&(g[A]*=d[C]);g[A]*=p[A];let x=(s+A)*3;n.x+=g[A]*u[x++],n.y+=g[A]*u[x++],n.s+=g[A]*u[x]}return n};function qH(e,t){if(e._chunkDownloadsInProgress[t])return e._chunkDownloadsInProgress[t];let n,i=e._xysFileUrlTemplate;l(i)?n=i.getDerivedResource({templateValues:{0:t}}):n=new Pe({url:Kt(`Assets/IAU2006_XYS/IAU2006_XYS_${t}.json`)});let o=n.fetchJson().then(function(r){e._chunkDownloadsInProgress[t]=!1;let s=e._samples,a=r.samples,c=t*e._samplesPerXysFile*3;for(let u=0,f=a.length;u<f;++u)s[c+u]=a[u]});return e._chunkDownloadsInProgress[t]=o,o}var GP=YH;var Bi={},XH={up:{south:"east",north:"west",west:"south",east:"north"},down:{south:"west",north:"east",west:"north",east:"south"},south:{up:"west",down:"east",west:"down",east:"up"},north:{up:"east",down:"west",west:"up",east:"down"},west:{up:"north",down:"south",north:"down",south:"up"},east:{up:"south",down:"north",north:"up",south:"down"}},uC={north:[-1,0,0],east:[0,1,0],up:[0,0,1],south:[1,0,0],west:[0,-1,0],down:[0,0,-1]},KH={},Oc={east:new h,north:new h,up:new h,west:new h,south:new h,down:new h},Lp=new h,Fp=new h,Np=new h;Bi.localFrameToFixedFrameGenerator=function(e,t){if(!XH.hasOwnProperty(e)||!XH[e].hasOwnProperty(t))throw new ye("firstAxis and secondAxis must be east, north, up, west, south or down.");let n=XH[e][t],i,o=e+t;return l(KH[o])?i=KH[o]:(i=function(r,s,a){if(l(a)||(a=new F),h.equalsEpsilon(r,h.ZERO,I.EPSILON14))h.unpack(uC[e],0,Lp),h.unpack(uC[t],0,Fp),h.unpack(uC[n],0,Np);else if(I.equalsEpsilon(r.x,0,I.EPSILON14)&&I.equalsEpsilon(r.y,0,I.EPSILON14)){let c=I.sign(r.z);h.unpack(uC[e],0,Lp),e!=="east"&&e!=="west"&&h.multiplyByScalar(Lp,c,Lp),h.unpack(uC[t],0,Fp),t!=="east"&&t!=="west"&&h.multiplyByScalar(Fp,c,Fp),h.unpack(uC[n],0,Np),n!=="east"&&n!=="west"&&h.multiplyByScalar(Np,c,Np)}else{s=y(s,ie.WGS84),s.geodeticSurfaceNormal(r,Oc.up);let c=Oc.up,u=Oc.east;u.x=-r.y,u.y=r.x,u.z=0,h.normalize(u,Oc.east),h.cross(c,u,Oc.north),h.multiplyByScalar(Oc.up,-1,Oc.down),h.multiplyByScalar(Oc.east,-1,Oc.west),h.multiplyByScalar(Oc.north,-1,Oc.south),Lp=Oc[e],Fp=Oc[t],Np=Oc[n]}return a[0]=Lp.x,a[1]=Lp.y,a[2]=Lp.z,a[3]=0,a[4]=Fp.x,a[5]=Fp.y,a[6]=Fp.z,a[7]=0,a[8]=Np.x,a[9]=Np.y,a[10]=Np.z,a[11]=0,a[12]=r.x,a[13]=r.y,a[14]=r.z,a[15]=1,a},KH[o]=i),i};Bi.eastNorthUpToFixedFrame=Bi.localFrameToFixedFrameGenerator("east","north");Bi.northEastDownToFixedFrame=Bi.localFrameToFixedFrameGenerator("north","east");Bi.northUpEastToFixedFrame=Bi.localFrameToFixedFrameGenerator("north","up");Bi.northWestUpToFixedFrame=Bi.localFrameToFixedFrameGenerator("north","west");var fTe=new Be,dTe=new h(1,1,1),hTe=new F;Bi.headingPitchRollToFixedFrame=function(e,t,n,i,o){i=y(i,Bi.eastNorthUpToFixedFrame);let r=Be.fromHeadingPitchRoll(t,fTe),s=F.fromTranslationQuaternionRotationScale(h.ZERO,r,dTe,hTe);return o=i(e,n,o),F.multiply(o,s,o)};var mTe=new F,pTe=new Q;Bi.headingPitchRollQuaternion=function(e,t,n,i,o){let r=Bi.headingPitchRollToFixedFrame(e,t,n,i,mTe),s=F.getMatrix3(r,pTe);return Be.fromRotationMatrix(s,o)};var _Te=new h(1,1,1),gTe=new h,_X=new F,yTe=new F,ATe=new Q,CTe=new Be;Bi.fixedFrameToHeadingPitchRoll=function(e,t,n,i){t=y(t,ie.WGS84),n=y(n,Bi.eastNorthUpToFixedFrame),l(i)||(i=new mf);let o=F.getTranslation(e,gTe);if(h.equals(o,h.ZERO))return i.heading=0,i.pitch=0,i.roll=0,i;let r=F.inverseTransformation(n(o,t,_X),_X),s=F.setScale(e,_Te,yTe);s=F.setTranslation(s,h.ZERO,s),r=F.multiply(r,s,r);let a=Be.fromRotationMatrix(F.getMatrix3(r,ATe),CTe);return a=Be.normalize(a,a),mf.fromQuaternion(a,i)};var xTe=6*3600+41*60+50.54841,TTe=8640184812866e-6,ETe=.093104,bTe=-62e-7,STe=11772758384668e-32,wTe=72921158553e-15,DTe=I.TWO_PI/86400,WP=new $;Bi.computeTemeToPseudoFixedMatrix=function(e,t){WP=$.addSeconds(e,-$.computeTaiMinusUtc(e),WP);let n=WP.dayNumber,i=WP.secondsOfDay,o,r=n-2451545;i>=43200?o=(r+.5)/jn.DAYS_PER_JULIAN_CENTURY:o=(r-.5)/jn.DAYS_PER_JULIAN_CENTURY;let a=(xTe+o*(TTe+o*(ETe+o*bTe)))*DTe%I.TWO_PI,c=wTe+STe*(n-24515455e-1),u=(i+jn.SECONDS_PER_DAY*.5)%jn.SECONDS_PER_DAY,f=a+c*u,d=Math.cos(f),p=Math.sin(f);return l(t)?(t[0]=d,t[1]=-p,t[2]=0,t[3]=p,t[4]=d,t[5]=0,t[6]=0,t[7]=0,t[8]=1,t):new Q(d,p,0,-p,d,0,0,0,1)};Bi.iau2006XysData=new GP;Bi.earthOrientationParameters=zP.NONE;var QH=32.184,vTe=2451545;Bi.preloadIcrfFixed=function(e){let t=e.start.dayNumber,n=e.start.secondsOfDay+QH,i=e.stop.dayNumber,o=e.stop.secondsOfDay+QH,r=Bi.iau2006XysData.preload(t,n,i,o),s=Bi.earthOrientationParameters.getPromiseToLoad();return Promise.all([r,s])};Bi.computeIcrfToFixedMatrix=function(e,t){l(t)||(t=new Q);let n=Bi.computeFixedToIcrfMatrix(e,t);if(!!l(n))return Q.transpose(n,t)};var PTe=new lC(0,0,0),ITe=new g0(0,0,0,0,0,0),JH=new Q,ZH=new Q;Bi.computeFixedToIcrfMatrix=function(e,t){l(t)||(t=new Q);let n=Bi.earthOrientationParameters.compute(e,ITe);if(!l(n))return;let i=e.dayNumber,o=e.secondsOfDay+QH,r=Bi.iau2006XysData.computeXysRadians(i,o,PTe);if(!l(r))return;let s=r.x+n.xPoleOffset,a=r.y+n.yPoleOffset,c=1/(1+Math.sqrt(1-s*s-a*a)),u=JH;u[0]=1-c*s*s,u[3]=-c*s*a,u[6]=s,u[1]=-c*s*a,u[4]=1-c*a*a,u[7]=a,u[2]=-s,u[5]=-a,u[8]=1-c*(s*s+a*a);let f=Q.fromRotationZ(-r.s,ZH),d=Q.multiply(u,f,JH),p=e.dayNumber,g=e.secondsOfDay-$.computeTaiMinusUtc(e)+n.ut1MinusUtc,m=p-2451545,A=g/jn.SECONDS_PER_DAY,C=.779057273264+A+.00273781191135448*(m+A);C=C%1*I.TWO_PI;let x=Q.fromRotationZ(C,ZH),b=Q.multiply(d,x,JH),E=Math.cos(n.xPoleWander),S=Math.cos(n.yPoleWander),D=Math.sin(n.xPoleWander),v=Math.sin(n.yPoleWander),O=i-vTe+o/jn.SECONDS_PER_DAY;O/=36525;let R=-47e-6*O*I.RADIANS_PER_DEGREE/3600,M=Math.cos(R),L=Math.sin(R),_=ZH;return _[0]=E*M,_[1]=E*L,_[2]=D,_[3]=-S*L+v*D*M,_[4]=S*M+v*D*L,_[5]=-v*E,_[6]=-v*L-S*D*M,_[7]=v*M-S*D*L,_[8]=S*E,Q.multiply(b,_,t)};var OTe=new se;Bi.pointToWindowCoordinates=function(e,t,n,i){return i=Bi.pointToGLWindowCoordinates(e,t,n,i),i.y=2*t[5]-i.y,i};Bi.pointToGLWindowCoordinates=function(e,t,n,i){l(i)||(i=new H);let o=OTe;return F.multiplyByVector(e,se.fromElements(n.x,n.y,n.z,1,o),o),se.multiplyByScalar(o,1/o.w,o),F.multiplyByVector(t,o,o),H.fromCartesian4(o,i)};var BTe=new h,RTe=new h,MTe=new h;Bi.rotationMatrixFromPositionVelocity=function(e,t,n,i){let o=y(n,ie.WGS84).geodeticSurfaceNormal(e,BTe),r=h.cross(t,o,RTe);h.equalsEpsilon(r,h.ZERO,I.EPSILON6)&&(r=h.clone(h.UNIT_X,r));let s=h.cross(r,t,MTe);return h.normalize(s,s),h.cross(t,s,r),h.negate(r,r),h.normalize(r,r),l(i)||(i=new Q),i[0]=t.x,i[1]=t.y,i[2]=t.z,i[3]=r.x,i[4]=r.y,i[5]=r.z,i[6]=s.x,i[7]=s.y,i[8]=s.z,i};var gX=new F(0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1),yX=new he,AX=new h,LTe=new h,FTe=new Q,$H=new F,CX=new F;Bi.basisTo2D=function(e,t,n){let i=F.getTranslation(t,LTe),o=e.ellipsoid,r=o.cartesianToCartographic(i,yX),s=e.project(r,AX);h.fromElements(s.z,s.x,s.y,s);let a=Bi.eastNorthUpToFixedFrame(i,o,$H),c=F.inverseTransformation(a,CX),u=F.getMatrix3(t,FTe),f=F.multiplyByMatrix3(c,u,n);return F.multiply(gX,f,n),F.setTranslation(n,s,n),n};Bi.wgs84To2DModelMatrix=function(e,t,n){let i=e.ellipsoid,o=Bi.eastNorthUpToFixedFrame(t,i,$H),r=F.inverseTransformation(o,CX),s=i.cartesianToCartographic(t,yX),a=e.project(s,AX);h.fromElements(a.z,a.x,a.y,a);let c=F.fromTranslation(a,$H);return F.multiply(gX,r,n),F.multiply(c,n,n),n};var vt=Bi;function eG(e){e=y(e,y.EMPTY_OBJECT),this.attributes=e.attributes,this.indices=e.indices,this.primitiveType=y(e.primitiveType,Oe.TRIANGLES),this.boundingSphere=e.boundingSphere,this.geometryType=y(e.geometryType,df.NONE),this.boundingSphereCV=e.boundingSphereCV,this.offsetAttribute=e.offsetAttribute}eG.computeNumberOfVertices=function(e){let t=-1;for(let n in e.attributes)if(e.attributes.hasOwnProperty(n)&&l(e.attributes[n])&&l(e.attributes[n].values)){let i=e.attributes[n];t=i.values.length/i.componentsPerAttribute}return t};var NTe=new he,kTe=new h,xX=new F,VTe=[new he,new he,new he],UTe=[new H,new H,new H],zTe=[new H,new H,new H],HTe=new h,GTe=new Be,WTe=new F,jTe=new Ji;eG._textureCoordinateRotationPoints=function(e,t,n,i){let o,r=ce.center(i,NTe),s=he.toCartesian(r,n,kTe),a=vt.eastNorthUpToFixedFrame(s,n,xX),c=F.inverse(a,xX),u=UTe,f=VTe;f[0].longitude=i.west,f[0].latitude=i.south,f[1].longitude=i.west,f[1].latitude=i.north,f[2].longitude=i.east,f[2].latitude=i.south;let d=HTe;for(o=0;o<3;o++)he.toCartesian(f[o],n,d),d=F.multiplyByPointAsVector(c,d,d),u[o].x=d.x,u[o].y=d.y;let p=Be.fromAxisAngle(h.UNIT_Z,-t,GTe),g=Q.fromQuaternion(p,WTe),m=e.length,A=Number.POSITIVE_INFINITY,C=Number.POSITIVE_INFINITY,x=Number.NEGATIVE_INFINITY,b=Number.NEGATIVE_INFINITY;for(o=0;o<m;o++)d=F.multiplyByPointAsVector(c,e[o],d),d=Q.multiplyByVector(g,d,d),A=Math.min(A,d.x),C=Math.min(C,d.y),x=Math.max(x,d.x),b=Math.max(b,d.y);let E=Ji.fromRotation(t,jTe),S=zTe;S[0].x=A,S[0].y=C,S[1].x=A,S[1].y=b,S[2].x=x,S[2].y=C;let D=u[0],v=u[2].x-D.x,O=u[1].y-D.y;for(o=0;o<3;o++){let T=S[o];Ji.multiplyByVector(E,T,T),T.x=(T.x-D.x)/v,T.y=(T.y-D.y)/O}let R=S[0],M=S[1],L=S[2],_=new Array(6);return H.pack(R,_),H.pack(M,_,2),H.pack(L,_,4),_};var it=eG;function qTe(e){e=y(e,y.EMPTY_OBJECT),this.componentDatatype=e.componentDatatype,this.componentsPerAttribute=e.componentsPerAttribute,this.normalize=y(e.normalize,!1),this.values=e.values}var be=qTe;function YTe(e){e=y(e,y.EMPTY_OBJECT),this.position=e.position,this.normal=e.normal,this.st=e.st,this.bitangent=e.bitangent,this.tangent=e.tangent,this.color=e.color}var sn=YTe;var XTe={NONE:0,TOP:1,ALL:2},Zt=Object.freeze(XTe);function Nr(e){e=y(e,y.EMPTY_OBJECT),this.position=y(e.position,!1),this.normal=y(e.normal,!1),this.st=y(e.st,!1),this.bitangent=y(e.bitangent,!1),this.tangent=y(e.tangent,!1),this.color=y(e.color,!1)}Nr.POSITION_ONLY=Object.freeze(new Nr({position:!0}));Nr.POSITION_AND_NORMAL=Object.freeze(new Nr({position:!0,normal:!0}));Nr.POSITION_NORMAL_AND_ST=Object.freeze(new Nr({position:!0,normal:!0,st:!0}));Nr.POSITION_AND_ST=Object.freeze(new Nr({position:!0,st:!0}));Nr.POSITION_AND_COLOR=Object.freeze(new Nr({position:!0,color:!0}));Nr.ALL=Object.freeze(new Nr({position:!0,normal:!0,st:!0,tangent:!0,bitangent:!0}));Nr.DEFAULT=Nr.POSITION_NORMAL_AND_ST;Nr.packedLength=6;Nr.pack=function(e,t,n){return n=y(n,0),t[n++]=e.position?1:0,t[n++]=e.normal?1:0,t[n++]=e.st?1:0,t[n++]=e.tangent?1:0,t[n++]=e.bitangent?1:0,t[n]=e.color?1:0,t};Nr.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Nr),n.position=e[t++]===1,n.normal=e[t++]===1,n.st=e[t++]===1,n.tangent=e[t++]===1,n.bitangent=e[t++]===1,n.color=e[t]===1,n};Nr.clone=function(e,t){if(!!l(e))return l(t)||(t=new Nr),t.position=e.position,t.normal=e.normal,t.st=e.st,t.tangent=e.tangent,t.bitangent=e.bitangent,t.color=e.color,t};var we=Nr;var KTe=new h;function _l(e){e=y(e,y.EMPTY_OBJECT);let t=e.minimum,n=e.maximum,i=y(e.vertexFormat,we.DEFAULT);this._minimum=h.clone(t),this._maximum=h.clone(n),this._vertexFormat=i,this._offsetAttribute=e.offsetAttribute,this._workerName="createBoxGeometry"}_l.fromDimensions=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.dimensions,n=h.multiplyByScalar(t,.5,new h);return new _l({minimum:h.negate(n,new h),maximum:n,vertexFormat:e.vertexFormat,offsetAttribute:e.offsetAttribute})};_l.fromAxisAlignedBoundingBox=function(e){return new _l({minimum:e.minimum,maximum:e.maximum})};_l.packedLength=2*h.packedLength+we.packedLength+1;_l.pack=function(e,t,n){return n=y(n,0),h.pack(e._minimum,t,n),h.pack(e._maximum,t,n+h.packedLength),we.pack(e._vertexFormat,t,n+2*h.packedLength),t[n+2*h.packedLength+we.packedLength]=y(e._offsetAttribute,-1),t};var EX=new h,bX=new h,SX=new we,TX={minimum:EX,maximum:bX,vertexFormat:SX,offsetAttribute:void 0};_l.unpack=function(e,t,n){t=y(t,0);let i=h.unpack(e,t,EX),o=h.unpack(e,t+h.packedLength,bX),r=we.unpack(e,t+2*h.packedLength,SX),s=e[t+2*h.packedLength+we.packedLength];return l(n)?(n._minimum=h.clone(i,n._minimum),n._maximum=h.clone(o,n._maximum),n._vertexFormat=we.clone(r,n._vertexFormat),n._offsetAttribute=s===-1?void 0:s,n):(TX.offsetAttribute=s===-1?void 0:s,new _l(TX))};_l.createGeometry=function(e){let t=e._minimum,n=e._maximum,i=e._vertexFormat;if(h.equals(t,n))return;let o=new sn,r,s;if(i.position&&(i.st||i.normal||i.tangent||i.bitangent)){if(i.position&&(s=new Float64Array(6*4*3),s[0]=t.x,s[1]=t.y,s[2]=n.z,s[3]=n.x,s[4]=t.y,s[5]=n.z,s[6]=n.x,s[7]=n.y,s[8]=n.z,s[9]=t.x,s[10]=n.y,s[11]=n.z,s[12]=t.x,s[13]=t.y,s[14]=t.z,s[15]=n.x,s[16]=t.y,s[17]=t.z,s[18]=n.x,s[19]=n.y,s[20]=t.z,s[21]=t.x,s[22]=n.y,s[23]=t.z,s[24]=n.x,s[25]=t.y,s[26]=t.z,s[27]=n.x,s[28]=n.y,s[29]=t.z,s[30]=n.x,s[31]=n.y,s[32]=n.z,s[33]=n.x,s[34]=t.y,s[35]=n.z,s[36]=t.x,s[37]=t.y,s[38]=t.z,s[39]=t.x,s[40]=n.y,s[41]=t.z,s[42]=t.x,s[43]=n.y,s[44]=n.z,s[45]=t.x,s[46]=t.y,s[47]=n.z,s[48]=t.x,s[49]=n.y,s[50]=t.z,s[51]=n.x,s[52]=n.y,s[53]=t.z,s[54]=n.x,s[55]=n.y,s[56]=n.z,s[57]=t.x,s[58]=n.y,s[59]=n.z,s[60]=t.x,s[61]=t.y,s[62]=t.z,s[63]=n.x,s[64]=t.y,s[65]=t.z,s[66]=n.x,s[67]=t.y,s[68]=n.z,s[69]=t.x,s[70]=t.y,s[71]=n.z,o.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:s})),i.normal){let u=new Float32Array(72);u[0]=0,u[1]=0,u[2]=1,u[3]=0,u[4]=0,u[5]=1,u[6]=0,u[7]=0,u[8]=1,u[9]=0,u[10]=0,u[11]=1,u[12]=0,u[13]=0,u[14]=-1,u[15]=0,u[16]=0,u[17]=-1,u[18]=0,u[19]=0,u[20]=-1,u[21]=0,u[22]=0,u[23]=-1,u[24]=1,u[25]=0,u[26]=0,u[27]=1,u[28]=0,u[29]=0,u[30]=1,u[31]=0,u[32]=0,u[33]=1,u[34]=0,u[35]=0,u[36]=-1,u[37]=0,u[38]=0,u[39]=-1,u[40]=0,u[41]=0,u[42]=-1,u[43]=0,u[44]=0,u[45]=-1,u[46]=0,u[47]=0,u[48]=0,u[49]=1,u[50]=0,u[51]=0,u[52]=1,u[53]=0,u[54]=0,u[55]=1,u[56]=0,u[57]=0,u[58]=1,u[59]=0,u[60]=0,u[61]=-1,u[62]=0,u[63]=0,u[64]=-1,u[65]=0,u[66]=0,u[67]=-1,u[68]=0,u[69]=0,u[70]=-1,u[71]=0,o.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:u})}if(i.st){let u=new Float32Array(48);u[0]=0,u[1]=0,u[2]=1,u[3]=0,u[4]=1,u[5]=1,u[6]=0,u[7]=1,u[8]=1,u[9]=0,u[10]=0,u[11]=0,u[12]=0,u[13]=1,u[14]=1,u[15]=1,u[16]=0,u[17]=0,u[18]=1,u[19]=0,u[20]=1,u[21]=1,u[22]=0,u[23]=1,u[24]=1,u[25]=0,u[26]=0,u[27]=0,u[28]=0,u[29]=1,u[30]=1,u[31]=1,u[32]=1,u[33]=0,u[34]=0,u[35]=0,u[36]=0,u[37]=1,u[38]=1,u[39]=1,u[40]=0,u[41]=0,u[42]=1,u[43]=0,u[44]=1,u[45]=1,u[46]=0,u[47]=1,o.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:u})}if(i.tangent){let u=new Float32Array(72);u[0]=1,u[1]=0,u[2]=0,u[3]=1,u[4]=0,u[5]=0,u[6]=1,u[7]=0,u[8]=0,u[9]=1,u[10]=0,u[11]=0,u[12]=-1,u[13]=0,u[14]=0,u[15]=-1,u[16]=0,u[17]=0,u[18]=-1,u[19]=0,u[20]=0,u[21]=-1,u[22]=0,u[23]=0,u[24]=0,u[25]=1,u[26]=0,u[27]=0,u[28]=1,u[29]=0,u[30]=0,u[31]=1,u[32]=0,u[33]=0,u[34]=1,u[35]=0,u[36]=0,u[37]=-1,u[38]=0,u[39]=0,u[40]=-1,u[41]=0,u[42]=0,u[43]=-1,u[44]=0,u[45]=0,u[46]=-1,u[47]=0,u[48]=-1,u[49]=0,u[50]=0,u[51]=-1,u[52]=0,u[53]=0,u[54]=-1,u[55]=0,u[56]=0,u[57]=-1,u[58]=0,u[59]=0,u[60]=1,u[61]=0,u[62]=0,u[63]=1,u[64]=0,u[65]=0,u[66]=1,u[67]=0,u[68]=0,u[69]=1,u[70]=0,u[71]=0,o.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:u})}if(i.bitangent){let u=new Float32Array(72);u[0]=0,u[1]=1,u[2]=0,u[3]=0,u[4]=1,u[5]=0,u[6]=0,u[7]=1,u[8]=0,u[9]=0,u[10]=1,u[11]=0,u[12]=0,u[13]=1,u[14]=0,u[15]=0,u[16]=1,u[17]=0,u[18]=0,u[19]=1,u[20]=0,u[21]=0,u[22]=1,u[23]=0,u[24]=0,u[25]=0,u[26]=1,u[27]=0,u[28]=0,u[29]=1,u[30]=0,u[31]=0,u[32]=1,u[33]=0,u[34]=0,u[35]=1,u[36]=0,u[37]=0,u[38]=1,u[39]=0,u[40]=0,u[41]=1,u[42]=0,u[43]=0,u[44]=1,u[45]=0,u[46]=0,u[47]=1,u[48]=0,u[49]=0,u[50]=1,u[51]=0,u[52]=0,u[53]=1,u[54]=0,u[55]=0,u[56]=1,u[57]=0,u[58]=0,u[59]=1,u[60]=0,u[61]=0,u[62]=1,u[63]=0,u[64]=0,u[65]=1,u[66]=0,u[67]=0,u[68]=1,u[69]=0,u[70]=0,u[71]=1,o.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:u})}r=new Uint16Array(6*2*3),r[0]=0,r[1]=1,r[2]=2,r[3]=0,r[4]=2,r[5]=3,r[6]=4+2,r[7]=4+1,r[8]=4+0,r[9]=4+3,r[10]=4+2,r[11]=4+0,r[12]=8+0,r[13]=8+1,r[14]=8+2,r[15]=8+0,r[16]=8+2,r[17]=8+3,r[18]=12+2,r[19]=12+1,r[20]=12+0,r[21]=12+3,r[22]=12+2,r[23]=12+0,r[24]=16+2,r[25]=16+1,r[26]=16+0,r[27]=16+3,r[28]=16+2,r[29]=16+0,r[30]=20+0,r[31]=20+1,r[32]=20+2,r[33]=20+0,r[34]=20+2,r[35]=20+3}else s=new Float64Array(8*3),s[0]=t.x,s[1]=t.y,s[2]=t.z,s[3]=n.x,s[4]=t.y,s[5]=t.z,s[6]=n.x,s[7]=n.y,s[8]=t.z,s[9]=t.x,s[10]=n.y,s[11]=t.z,s[12]=t.x,s[13]=t.y,s[14]=n.z,s[15]=n.x,s[16]=t.y,s[17]=n.z,s[18]=n.x,s[19]=n.y,s[20]=n.z,s[21]=t.x,s[22]=n.y,s[23]=n.z,o.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:s}),r=new Uint16Array(6*2*3),r[0]=4,r[1]=5,r[2]=6,r[3]=4,r[4]=6,r[5]=7,r[6]=1,r[7]=0,r[8]=3,r[9]=1,r[10]=3,r[11]=2,r[12]=1,r[13]=6,r[14]=5,r[15]=1,r[16]=2,r[17]=6,r[18]=2,r[19]=3,r[20]=7,r[21]=2,r[22]=7,r[23]=6,r[24]=3,r[25]=0,r[26]=4,r[27]=3,r[28]=4,r[29]=7,r[30]=0,r[31]=1,r[32]=5,r[33]=0,r[34]=5,r[35]=4;let a=h.subtract(n,t,KTe),c=h.magnitude(a)*.5;if(l(e._offsetAttribute)){let u=s.length,f=e._offsetAttribute===Zt.NONE?0:1,d=new Uint8Array(u/3).fill(f);o.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:d})}return new it({attributes:o,indices:r,primitiveType:Oe.TRIANGLES,boundingSphere:new re(h.ZERO,c),offsetAttribute:e._offsetAttribute})};var tG;_l.getUnitBox=function(){return l(tG)||(tG=_l.createGeometry(_l.fromDimensions({dimensions:new h(1,1,1),vertexFormat:we.POSITION_ONLY}))),tG};var gl=_l;var JTe=new h;function Od(e){e=y(e,y.EMPTY_OBJECT);let t=e.minimum,n=e.maximum;this._min=h.clone(t),this._max=h.clone(n),this._offsetAttribute=e.offsetAttribute,this._workerName="createBoxOutlineGeometry"}Od.fromDimensions=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.dimensions,n=h.multiplyByScalar(t,.5,new h);return new Od({minimum:h.negate(n,new h),maximum:n,offsetAttribute:e.offsetAttribute})};Od.fromAxisAlignedBoundingBox=function(e){return new Od({minimum:e.minimum,maximum:e.maximum})};Od.packedLength=2*h.packedLength+1;Od.pack=function(e,t,n){return n=y(n,0),h.pack(e._min,t,n),h.pack(e._max,t,n+h.packedLength),t[n+h.packedLength*2]=y(e._offsetAttribute,-1),t};var DX=new h,vX=new h,wX={minimum:DX,maximum:vX,offsetAttribute:void 0};Od.unpack=function(e,t,n){t=y(t,0);let i=h.unpack(e,t,DX),o=h.unpack(e,t+h.packedLength,vX),r=e[t+h.packedLength*2];return l(n)?(n._min=h.clone(i,n._min),n._max=h.clone(o,n._max),n._offsetAttribute=r===-1?void 0:r,n):(wX.offsetAttribute=r===-1?void 0:r,new Od(wX))};Od.createGeometry=function(e){let t=e._min,n=e._max;if(h.equals(t,n))return;let i=new sn,o=new Uint16Array(12*2),r=new Float64Array(8*3);r[0]=t.x,r[1]=t.y,r[2]=t.z,r[3]=n.x,r[4]=t.y,r[5]=t.z,r[6]=n.x,r[7]=n.y,r[8]=t.z,r[9]=t.x,r[10]=n.y,r[11]=t.z,r[12]=t.x,r[13]=t.y,r[14]=n.z,r[15]=n.x,r[16]=t.y,r[17]=n.z,r[18]=n.x,r[19]=n.y,r[20]=n.z,r[21]=t.x,r[22]=n.y,r[23]=n.z,i.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:r}),o[0]=4,o[1]=5,o[2]=5,o[3]=6,o[4]=6,o[5]=7,o[6]=7,o[7]=4,o[8]=0,o[9]=1,o[10]=1,o[11]=2,o[12]=2,o[13]=3,o[14]=3,o[15]=0,o[16]=0,o[17]=4,o[18]=1,o[19]=5,o[20]=2,o[21]=6,o[22]=3,o[23]=7;let s=h.subtract(n,t,JTe),a=h.magnitude(s)*.5;if(l(e._offsetAttribute)){let c=r.length,u=e._offsetAttribute===Zt.NONE?0:1,f=new Uint8Array(c/3).fill(u);i.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:f})}return new it({attributes:i,indices:o,primitiveType:Oe.LINES,boundingSphere:new re(h.ZERO,a),offsetAttribute:e._offsetAttribute})};var Bd=Od;function fC(e,t,n,i){e=y(e,1),t=y(t,1),n=y(n,1),i=y(i,1),this.value=new Uint8Array([U.floatToByte(e),U.floatToByte(t),U.floatToByte(n),U.floatToByte(i)])}Object.defineProperties(fC.prototype,{componentDatatype:{get:function(){return K.UNSIGNED_BYTE}},componentsPerAttribute:{get:function(){return 4}},normalize:{get:function(){return!0}}});fC.fromColor=function(e){return new fC(e.red,e.green,e.blue,e.alpha)};fC.toValue=function(e,t){return l(t)?e.toBytes(t):new Uint8Array(e.toBytes())};fC.equals=function(e,t){return e===t||l(e)&&l(t)&&e.value[0]===t.value[0]&&e.value[1]===t.value[1]&&e.value[2]===t.value[2]&&e.value[3]===t.value[3]};var Bt=fC;function Cb(e,t){e=y(e,0),t=y(t,Number.MAX_VALUE),this.value=new Float32Array([e,t])}Object.defineProperties(Cb.prototype,{componentDatatype:{get:function(){return K.FLOAT}},componentsPerAttribute:{get:function(){return 2}},normalize:{get:function(){return!1}}});Cb.fromDistanceDisplayCondition=function(e){return new Cb(e.near,e.far)};Cb.toValue=function(e,t){return l(t)?(t[0]=e.near,t[1]=e.far,t):new Float32Array([e.near,e.far])};var Ln=Cb;function ZTe(e){e=y(e,y.EMPTY_OBJECT),this.geometry=e.geometry,this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this.id=e.id,this.pickPrimitive=e.pickPrimitive,this.attributes=y(e.attributes,{}),this.westHemisphereGeometry=void 0,this.eastHemisphereGeometry=void 0}var _t=ZTe;function Bo(e){e=y(e,y.EMPTY_OBJECT),this.start=l(e.start)?$.clone(e.start):new $,this.stop=l(e.stop)?$.clone(e.stop):new $,this.data=e.data,this.isStartIncluded=y(e.isStartIncluded,!0),this.isStopIncluded=y(e.isStopIncluded,!0)}Object.defineProperties(Bo.prototype,{isEmpty:{get:function(){let e=$.compare(this.stop,this.start);return e<0||e===0&&(!this.isStartIncluded||!this.isStopIncluded)}}});var dC={start:void 0,stop:void 0,isStartIncluded:void 0,isStopIncluded:void 0,data:void 0};Bo.fromIso8601=function(e,t){let n=e.iso8601.split("/");if(n.length!==2)throw new ye("options.iso8601 is an invalid ISO 8601 interval.");let i=$.fromIso8601(n[0]),o=$.fromIso8601(n[1]),r=y(e.isStartIncluded,!0),s=y(e.isStopIncluded,!0),a=e.data;return l(t)?(t.start=i,t.stop=o,t.isStartIncluded=r,t.isStopIncluded=s,t.data=a,t):(dC.start=i,dC.stop=o,dC.isStartIncluded=r,dC.isStopIncluded=s,dC.data=a,new Bo(dC))};Bo.toIso8601=function(e,t){return`${$.toIso8601(e.start,t)}/${$.toIso8601(e.stop,t)}`};Bo.clone=function(e,t){if(!!l(e))return l(t)?(t.start=e.start,t.stop=e.stop,t.isStartIncluded=e.isStartIncluded,t.isStopIncluded=e.isStopIncluded,t.data=e.data,t):new Bo(e)};Bo.equals=function(e,t,n){return e===t||l(e)&&l(t)&&(e.isEmpty&&t.isEmpty||e.isStartIncluded===t.isStartIncluded&&e.isStopIncluded===t.isStopIncluded&&$.equals(e.start,t.start)&&$.equals(e.stop,t.stop)&&(e.data===t.data||l(n)&&n(e.data,t.data)))};Bo.equalsEpsilon=function(e,t,n,i){return n=y(n,0),e===t||l(e)&&l(t)&&(e.isEmpty&&t.isEmpty||e.isStartIncluded===t.isStartIncluded&&e.isStopIncluded===t.isStopIncluded&&$.equalsEpsilon(e.start,t.start,n)&&$.equalsEpsilon(e.stop,t.stop,n)&&(e.data===t.data||l(i)&&i(e.data,t.data)))};Bo.intersect=function(e,t,n,i){if(!l(t))return Bo.clone(Bo.EMPTY,n);let o=e.start,r=e.stop,s=t.start,a=t.stop,c=$.greaterThanOrEquals(s,o)&&$.greaterThanOrEquals(r,s),u=!c&&$.lessThanOrEquals(s,o)&&$.lessThanOrEquals(o,a);if(!c&&!u)return Bo.clone(Bo.EMPTY,n);let f=e.isStartIncluded,d=e.isStopIncluded,p=t.isStartIncluded,g=t.isStopIncluded,m=$.lessThan(r,a);return l(n)||(n=new Bo),n.start=c?s:o,n.isStartIncluded=f&&p||!$.equals(s,o)&&(c&&p||u&&f),n.stop=m?r:a,n.isStopIncluded=m?d:d&&g||!$.equals(a,r)&&g,n.data=l(i)?i(e.data,t.data):e.data,n};Bo.contains=function(e,t){if(e.isEmpty)return!1;let n=$.compare(e.start,t);if(n===0)return e.isStartIncluded;let i=$.compare(t,e.stop);return i===0?e.isStopIncluded:n<0&&i<0};Bo.prototype.clone=function(e){return Bo.clone(this,e)};Bo.prototype.equals=function(e,t){return Bo.equals(this,e,t)};Bo.prototype.equalsEpsilon=function(e,t,n){return Bo.equalsEpsilon(this,e,t,n)};Bo.prototype.toString=function(){return Bo.toIso8601(this)};Bo.EMPTY=Object.freeze(new Bo({start:new $,stop:new $,isStartIncluded:!1,isStopIncluded:!1}));var gn=Bo;var PX=Object.freeze($.fromIso8601("0000-01-01T00:00:00Z")),IX=Object.freeze($.fromIso8601("9999-12-31T24:00:00Z")),QTe=Object.freeze(new gn({start:PX,stop:IX})),$Te={MINIMUM_VALUE:PX,MAXIMUM_VALUE:IX,MAXIMUM_INTERVAL:QTe},ke=$Te;function xb(e,t,n){e=y(e,0),t=y(t,0),n=y(n,0),this.value=new Float32Array([e,t,n])}Object.defineProperties(xb.prototype,{componentDatatype:{get:function(){return K.FLOAT}},componentsPerAttribute:{get:function(){return 3}},normalize:{get:function(){return!1}}});xb.fromCartesian3=function(e){return new xb(e.x,e.y,e.z)};xb.toValue=function(e,t){return l(t)||(t=new Float32Array([e.x,e.y,e.z])),t[0]=e.x,t[1]=e.y,t[2]=e.z,t};var ji=xb;function jP(e){e=y(e,!0),this.value=jP.toValue(e)}Object.defineProperties(jP.prototype,{componentDatatype:{get:function(){return K.UNSIGNED_BYTE}},componentsPerAttribute:{get:function(){return 1}},normalize:{get:function(){return!1}}});jP.toValue=function(e,t){return l(t)?(t[0]=e,t):new Uint8Array([e])};var fn=jP;var qP=`varying vec3 v_positionEC;
varying vec3 v_normalEC;
varying vec3 v_tangentEC;
varying vec3 v_bitangentEC;
varying vec2 v_st;
void main()
{
vec3 positionToEyeEC = -v_positionEC;
mat3 tangentToEyeMatrix = czm_tangentToEyeSpaceMatrix(v_normalEC, v_tangentEC, v_bitangentEC);
vec3 normalEC = normalize(v_normalEC);
#ifdef FACE_FORWARD
normalEC = faceforward(normalEC, vec3(0.0, 0.0, 1.0), -normalEC);
#endif
czm_materialInput materialInput;
materialInput.normalEC = normalEC;
materialInput.tangentToEyeMatrix = tangentToEyeMatrix;
materialInput.positionToEyeEC = positionToEyeEC;
materialInput.st = v_st;
czm_material material = czm_getMaterial(materialInput);
#ifdef FLAT
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#else
gl_FragColor = czm_phong(normalize(positionToEyeEC), material, czm_lightDirectionEC);
#endif
}
`;var YP=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec3 normal;
attribute vec3 tangent;
attribute vec3 bitangent;
attribute vec2 st;
attribute float batchId;
varying vec3 v_positionEC;
varying vec3 v_normalEC;
varying vec3 v_tangentEC;
varying vec3 v_bitangentEC;
varying vec2 v_st;
void main()
{
vec4 p = czm_computePosition();
v_positionEC = (czm_modelViewRelativeToEye * p).xyz;
v_normalEC = czm_normal * normal;
v_tangentEC = czm_normal * tangent;
v_bitangentEC = czm_normal * bitangent;
v_st = st;
gl_Position = czm_modelViewProjectionRelativeToEye * p;
}
`;var XP=`varying vec3 v_positionEC;
varying vec3 v_normalEC;
void main()
{
vec3 positionToEyeEC = -v_positionEC;
vec3 normalEC = normalize(v_normalEC);
#ifdef FACE_FORWARD
normalEC = faceforward(normalEC, vec3(0.0, 0.0, 1.0), -normalEC);
#endif
czm_materialInput materialInput;
materialInput.normalEC = normalEC;
materialInput.positionToEyeEC = positionToEyeEC;
czm_material material = czm_getMaterial(materialInput);
#ifdef FLAT
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#else
gl_FragColor = czm_phong(normalize(positionToEyeEC), material, czm_lightDirectionEC);
#endif
}
`;var KP=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec3 normal;
attribute float batchId;
varying vec3 v_positionEC;
varying vec3 v_normalEC;
void main()
{
vec4 p = czm_computePosition();
v_positionEC = (czm_modelViewRelativeToEye * p).xyz;
v_normalEC = czm_normal * normal;
gl_Position = czm_modelViewProjectionRelativeToEye * p;
}
`;var JP=`varying vec3 v_positionEC;
varying vec3 v_normalEC;
varying vec2 v_st;
void main()
{
vec3 positionToEyeEC = -v_positionEC;
vec3 normalEC = normalize(v_normalEC);
#ifdef FACE_FORWARD
normalEC = faceforward(normalEC, vec3(0.0, 0.0, 1.0), -normalEC);
#endif
czm_materialInput materialInput;
materialInput.normalEC = normalEC;
materialInput.positionToEyeEC = positionToEyeEC;
materialInput.st = v_st;
czm_material material = czm_getMaterial(materialInput);
#ifdef FLAT
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#else
gl_FragColor = czm_phong(normalize(positionToEyeEC), material, czm_lightDirectionEC);
#endif
}
`;var ZP=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec3 normal;
attribute vec2 st;
attribute float batchId;
varying vec3 v_positionEC;
varying vec3 v_normalEC;
varying vec2 v_st;
void main()
{
vec4 p = czm_computePosition();
v_positionEC = (czm_modelViewRelativeToEye * p).xyz;
v_normalEC = czm_normal * normal;
v_st = st;
gl_Position = czm_modelViewProjectionRelativeToEye * p;
}
`;var eEe={ADD:te.FUNC_ADD,SUBTRACT:te.FUNC_SUBTRACT,REVERSE_SUBTRACT:te.FUNC_REVERSE_SUBTRACT,MIN:te.MIN,MAX:te.MAX},fa=Object.freeze(eEe);var tEe={ZERO:te.ZERO,ONE:te.ONE,SOURCE_COLOR:te.SRC_COLOR,ONE_MINUS_SOURCE_COLOR:te.ONE_MINUS_SRC_COLOR,DESTINATION_COLOR:te.DST_COLOR,ONE_MINUS_DESTINATION_COLOR:te.ONE_MINUS_DST_COLOR,SOURCE_ALPHA:te.SRC_ALPHA,ONE_MINUS_SOURCE_ALPHA:te.ONE_MINUS_SRC_ALPHA,DESTINATION_ALPHA:te.DST_ALPHA,ONE_MINUS_DESTINATION_ALPHA:te.ONE_MINUS_DST_ALPHA,CONSTANT_COLOR:te.CONSTANT_COLOR,ONE_MINUS_CONSTANT_COLOR:te.ONE_MINUS_CONSTANT_COLOR,CONSTANT_ALPHA:te.CONSTANT_ALPHA,ONE_MINUS_CONSTANT_ALPHA:te.ONE_MINUS_CONSTANT_ALPHA,SOURCE_ALPHA_SATURATE:te.SRC_ALPHA_SATURATE},xo=Object.freeze(tEe);var nEe={DISABLED:Object.freeze({enabled:!1}),ALPHA_BLEND:Object.freeze({enabled:!0,equationRgb:fa.ADD,equationAlpha:fa.ADD,functionSourceRgb:xo.SOURCE_ALPHA,functionSourceAlpha:xo.ONE,functionDestinationRgb:xo.ONE_MINUS_SOURCE_ALPHA,functionDestinationAlpha:xo.ONE_MINUS_SOURCE_ALPHA}),PRE_MULTIPLIED_ALPHA_BLEND:Object.freeze({enabled:!0,equationRgb:fa.ADD,equationAlpha:fa.ADD,functionSourceRgb:xo.ONE,functionSourceAlpha:xo.ONE,functionDestinationRgb:xo.ONE_MINUS_SOURCE_ALPHA,functionDestinationAlpha:xo.ONE_MINUS_SOURCE_ALPHA}),ADDITIVE_BLEND:Object.freeze({enabled:!0,equationRgb:fa.ADD,equationAlpha:fa.ADD,functionSourceRgb:xo.SOURCE_ALPHA,functionSourceAlpha:xo.ONE,functionDestinationRgb:xo.ONE,functionDestinationAlpha:xo.ONE})},an=Object.freeze(nEe);var iEe={FRONT:te.FRONT,BACK:te.BACK,FRONT_AND_BACK:te.FRONT_AND_BACK},Ci=Object.freeze(iEe);function hC(e){e=y(e,y.EMPTY_OBJECT),this.material=e.material,this.translucent=y(e.translucent,!0),this._vertexShaderSource=e.vertexShaderSource,this._fragmentShaderSource=e.fragmentShaderSource,this._renderState=e.renderState,this._closed=y(e.closed,!1)}Object.defineProperties(hC.prototype,{vertexShaderSource:{get:function(){return this._vertexShaderSource}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},renderState:{get:function(){return this._renderState}},closed:{get:function(){return this._closed}}});hC.prototype.getFragmentShaderSource=function(){let e=[];return this.flat&&e.push("#define FLAT"),this.faceForward&&e.push("#define FACE_FORWARD"),l(this.material)&&e.push(this.material.shaderSource),e.push(this.fragmentShaderSource),e.join(`
`)};hC.prototype.isTranslucent=function(){return l(this.material)&&this.material.isTranslucent()||!l(this.material)&&this.translucent};hC.prototype.getRenderState=function(){let e=this.isTranslucent(),t=$e(this.renderState,!1);return e?(t.depthMask=!1,t.blending=an.ALPHA_BLEND):t.depthMask=!0,t};hC.getDefaultRenderState=function(e,t,n){let i={depthTest:{enabled:!0}};return e&&(i.depthMask=!1,i.blending=an.ALPHA_BLEND),t&&(i.cull={enabled:!0,face:Ci.BACK}),l(n)&&(i=pt(n,i,!0)),i};var Zi=hC;function oEe(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)})}var kn=oEe;function mC(e,t,n,i,o){this._format=e,this._datatype=t,this._width=n,this._height=i,this._buffer=o}Object.defineProperties(mC.prototype,{internalFormat:{get:function(){return this._format}},pixelDatatype:{get:function(){return this._datatype}},width:{get:function(){return this._width}},height:{get:function(){return this._height}},bufferView:{get:function(){return this._buffer}}});mC.clone=function(e){if(!!l(e))return new mC(e._format,e._datatype,e._width,e._height,e._buffer)};mC.prototype.clone=function(){return mC.clone(this)};var QP=mC;var OX=Ii(pl(),1);function BX(){if(!l(Gs._canTransferArrayBuffer)){let e=new Worker(MX("Workers/transferTypedArrayTest.js"));e.postMessage=y(e.webkitPostMessage,e.postMessage);let t=99,n=new Int8Array([t]);try{e.postMessage({array:n},[n.buffer])}catch{return Gs._canTransferArrayBuffer=!1,Gs._canTransferArrayBuffer}let i=Hs();e.onmessage=function(o){let r=o.data.array,s=l(r)&&r[0]===t;i.resolve(s),e.terminate(),Gs._canTransferArrayBuffer=s},Gs._canTransferArrayBuffer=i.promise}return Gs._canTransferArrayBuffer}var iG=new _e;function RX(e,t){--e._activeTasks;let n=t.id;if(!l(n))return;let i=e._deferreds,o=i[n];if(l(t.error)){let r=t.error;r.name==="RuntimeError"?(r=new de(t.error.message),r.stack=t.error.stack):r.name==="DeveloperError"&&(r=new ye(t.error.message),r.stack=t.error.stack),iG.raiseEvent(r),o.reject(r)}else iG.raiseEvent(),o.resolve(t.result);delete i[n]}function MX(e){let t=Kt(e);if(tC(t)){let n=`importScripts("${t}");`,i;try{i=new Blob([n],{type:"application/javascript"})}catch{let s=window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder||window.MSBlobBuilder,a=new s;a.append(n),i=a.getBlob("application/javascript")}t=(window.URL||window.webkitURL).createObjectURL(i)}return t}var nG;function rEe(){return l(nG)||(nG=MX("Workers/cesiumWorkerBootstrapper.js")),nG}function LX(e){let t=new Worker(rEe());t.postMessage=y(t.webkitPostMessage,t.postMessage);let n={loaderConfig:{paths:{Workers:Kt("Workers")},baseUrl:Kt.getCesiumBaseUrl().url},workerModule:e._workerPath};return t.postMessage(n),t.onmessage=function(i){RX(e,i.data)},t}function sEe(e,t){let n={modulePath:void 0,wasmBinaryFile:void 0,wasmBinary:void 0};if(!Lt.supportsWebAssembly()){if(!l(t.fallbackModulePath))throw new de(`This browser does not support Web Assembly, and no backup module was provided for ${e._workerPath}`);return n.modulePath=Kt(t.fallbackModulePath),Promise.resolve(n)}return n.modulePath=Kt(t.modulePath),n.wasmBinaryFile=Kt(t.wasmBinaryFile),Pe.fetchArrayBuffer({url:n.wasmBinaryFile}).then(function(i){return n.wasmBinary=i,n})}function Gs(e,t){let n=new OX.default(e);this._workerPath=n.scheme().length!==0&&n.fragment().length===0?e:Gs._workerModulePrefix+e,this._maximumActiveTasks=y(t,Number.POSITIVE_INFINITY),this._activeTasks=0,this._deferreds={},this._nextID=0}var aEe=[];Gs.prototype.scheduleTask=function(e,t){if(l(this._worker)||(this._worker=LX(this)),this._activeTasks>=this._maximumActiveTasks)return;++this._activeTasks;let n=this;return Promise.resolve(BX()).then(function(i){l(t)?i||(t.length=0):t=aEe;let o=n._nextID++,r=Hs();return n._deferreds[o]=r,n._worker.postMessage({id:o,parameters:e,canTransferArrayBuffer:i},t),r.promise})};Gs.prototype.initWebAssemblyModule=function(e){l(this._worker)||(this._worker=LX(this));let t=Hs(),n=this,i=this._worker;return sEe(this,e).then(function(o){return Promise.resolve(BX()).then(function(r){let s,a=o.wasmBinary;l(a)&&r&&(s=[a]),i.onmessage=function(c){i.onmessage=function(u){RX(n,u.data)},t.resolve(c.data)},i.postMessage({webAssemblyConfig:o},s)})}),t.promise};Gs.prototype.isDestroyed=function(){return!1};Gs.prototype.destroy=function(){return l(this._worker)&&this._worker.terminate(),le(this)};Gs.taskCompletedEvent=iG;Gs._defaultWorkerModulePrefix="Workers/";Gs._workerModulePrefix=Gs._defaultWorkerModulePrefix;Gs._canTransferArrayBuffer=void 0;var xi=Gs;function im(){}im._transcodeTaskProcessor=new xi("transcodeKTX2",Number.POSITIVE_INFINITY);im._readyPromise=void 0;function cEe(){let e=im._transcodeTaskProcessor.initWebAssemblyModule({modulePath:"ThirdParty/Workers/basis_transcoder.js",wasmBinaryFile:"ThirdParty/basis_transcoder.wasm"}).then(function(){return im._transcodeTaskProcessor});im._readyPromise=e}im.transcode=function(e,t){return l(im._readyPromise)||cEe(),im._readyPromise.then(function(n){let i;if(e instanceof ArrayBuffer){let o=new Uint8Array(e);return i={supportedTargetFormats:t,ktx2Buffer:o},n.scheduleTask(i,[e])}return i={supportedTargetFormats:t,ktx2Buffer:e},n.scheduleTask(i,[e.buffer])}).then(function(n){let i=n.length,o=Object.keys(n[0]),r=o.length,s;for(s=0;s<i;s++){let a=n[s];for(let c=0;c<r;c++){let u=a[o[c]];a[o[c]]=new QP(u.internalFormat,u.datatype,u.width,u.height,u.levelBuffer)}}if(r===1){for(s=0;s<i;++s)n[s]=n[s][o[0]];i===1&&(n=n[0])}return n}).catch(function(n){throw n})};var $P=im;var FX;NX.setKTX2SupportedFormats=function(e,t,n,i,o,r){FX={s3tc:e,pvrtc:t,astc:n,etc:i,etc1:o,bc7:r}};function NX(e){let t;return e instanceof ArrayBuffer||ArrayBuffer.isView(e)?t=Promise.resolve(e):t=Pe.createIfNeeded(e).fetchArrayBuffer(),t.then(function(n){return $P.transcode(n,FX)})}var yl=NX;var mi={UNSIGNED_BYTE:te.UNSIGNED_BYTE,UNSIGNED_SHORT:te.UNSIGNED_SHORT,UNSIGNED_INT:te.UNSIGNED_INT,FLOAT:te.FLOAT,HALF_FLOAT:te.HALF_FLOAT_OES,UNSIGNED_INT_24_8:te.UNSIGNED_INT_24_8,UNSIGNED_SHORT_4_4_4_4:te.UNSIGNED_SHORT_4_4_4_4,UNSIGNED_SHORT_5_5_5_1:te.UNSIGNED_SHORT_5_5_5_1,UNSIGNED_SHORT_5_6_5:te.UNSIGNED_SHORT_5_6_5};mi.toWebGLConstant=function(e,t){switch(e){case mi.UNSIGNED_BYTE:return te.UNSIGNED_BYTE;case mi.UNSIGNED_SHORT:return te.UNSIGNED_SHORT;case mi.UNSIGNED_INT:return te.UNSIGNED_INT;case mi.FLOAT:return te.FLOAT;case mi.HALF_FLOAT:return t.webgl2?te.HALF_FLOAT:te.HALF_FLOAT_OES;case mi.UNSIGNED_INT_24_8:return te.UNSIGNED_INT_24_8;case mi.UNSIGNED_SHORT_4_4_4_4:return te.UNSIGNED_SHORT_4_4_4_4;case mi.UNSIGNED_SHORT_5_5_5_1:return te.UNSIGNED_SHORT_5_5_5_1;case mi.UNSIGNED_SHORT_5_6_5:return mi.UNSIGNED_SHORT_5_6_5}};mi.isPacked=function(e){return e===mi.UNSIGNED_INT_24_8||e===mi.UNSIGNED_SHORT_4_4_4_4||e===mi.UNSIGNED_SHORT_5_5_5_1||e===mi.UNSIGNED_SHORT_5_6_5};mi.sizeInBytes=function(e){switch(e){case mi.UNSIGNED_BYTE:return 1;case mi.UNSIGNED_SHORT:case mi.UNSIGNED_SHORT_4_4_4_4:case mi.UNSIGNED_SHORT_5_5_5_1:case mi.UNSIGNED_SHORT_5_6_5:case mi.HALF_FLOAT:return 2;case mi.UNSIGNED_INT:case mi.FLOAT:case mi.UNSIGNED_INT_24_8:return 4}};mi.validate=function(e){return e===mi.UNSIGNED_BYTE||e===mi.UNSIGNED_SHORT||e===mi.UNSIGNED_INT||e===mi.FLOAT||e===mi.HALF_FLOAT||e===mi.UNSIGNED_INT_24_8||e===mi.UNSIGNED_SHORT_4_4_4_4||e===mi.UNSIGNED_SHORT_5_5_5_1||e===mi.UNSIGNED_SHORT_5_6_5};var qe=Object.freeze(mi);var tt={DEPTH_COMPONENT:te.DEPTH_COMPONENT,DEPTH_STENCIL:te.DEPTH_STENCIL,ALPHA:te.ALPHA,RGB:te.RGB,RGBA:te.RGBA,LUMINANCE:te.LUMINANCE,LUMINANCE_ALPHA:te.LUMINANCE_ALPHA,RGB_DXT1:te.COMPRESSED_RGB_S3TC_DXT1_EXT,RGBA_DXT1:te.COMPRESSED_RGBA_S3TC_DXT1_EXT,RGBA_DXT3:te.COMPRESSED_RGBA_S3TC_DXT3_EXT,RGBA_DXT5:te.COMPRESSED_RGBA_S3TC_DXT5_EXT,RGB_PVRTC_4BPPV1:te.COMPRESSED_RGB_PVRTC_4BPPV1_IMG,RGB_PVRTC_2BPPV1:te.COMPRESSED_RGB_PVRTC_2BPPV1_IMG,RGBA_PVRTC_4BPPV1:te.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG,RGBA_PVRTC_2BPPV1:te.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG,RGBA_ASTC:te.COMPRESSED_RGBA_ASTC_4x4_WEBGL,RGB_ETC1:te.COMPRESSED_RGB_ETC1_WEBGL,RGB8_ETC2:te.COMPRESSED_RGB8_ETC2,RGBA8_ETC2_EAC:te.COMPRESSED_RGBA8_ETC2_EAC,RGBA_BC7:te.COMPRESSED_RGBA_BPTC_UNORM};tt.componentsLength=function(e){switch(e){case tt.RGB:return 3;case tt.RGBA:return 4;case tt.LUMINANCE_ALPHA:return 2;case tt.ALPHA:case tt.LUMINANCE:return 1;default:return 1}};tt.validate=function(e){return e===tt.DEPTH_COMPONENT||e===tt.DEPTH_STENCIL||e===tt.ALPHA||e===tt.RGB||e===tt.RGBA||e===tt.LUMINANCE||e===tt.LUMINANCE_ALPHA||e===tt.RGB_DXT1||e===tt.RGBA_DXT1||e===tt.RGBA_DXT3||e===tt.RGBA_DXT5||e===tt.RGB_PVRTC_4BPPV1||e===tt.RGB_PVRTC_2BPPV1||e===tt.RGBA_PVRTC_4BPPV1||e===tt.RGBA_PVRTC_2BPPV1||e===tt.RGBA_ASTC||e===tt.RGB_ETC1||e===tt.RGB8_ETC2||e===tt.RGBA8_ETC2_EAC||e===tt.RGBA_BC7};tt.isColorFormat=function(e){return e===tt.ALPHA||e===tt.RGB||e===tt.RGBA||e===tt.LUMINANCE||e===tt.LUMINANCE_ALPHA};tt.isDepthFormat=function(e){return e===tt.DEPTH_COMPONENT||e===tt.DEPTH_STENCIL};tt.isCompressedFormat=function(e){return e===tt.RGB_DXT1||e===tt.RGBA_DXT1||e===tt.RGBA_DXT3||e===tt.RGBA_DXT5||e===tt.RGB_PVRTC_4BPPV1||e===tt.RGB_PVRTC_2BPPV1||e===tt.RGBA_PVRTC_4BPPV1||e===tt.RGBA_PVRTC_2BPPV1||e===tt.RGBA_ASTC||e===tt.RGB_ETC1||e===tt.RGB8_ETC2||e===tt.RGBA8_ETC2_EAC||e===tt.RGBA_BC7};tt.isDXTFormat=function(e){return e===tt.RGB_DXT1||e===tt.RGBA_DXT1||e===tt.RGBA_DXT3||e===tt.RGBA_DXT5};tt.isPVRTCFormat=function(e){return e===tt.RGB_PVRTC_4BPPV1||e===tt.RGB_PVRTC_2BPPV1||e===tt.RGBA_PVRTC_4BPPV1||e===tt.RGBA_PVRTC_2BPPV1};tt.isASTCFormat=function(e){return e===tt.RGBA_ASTC};tt.isETC1Format=function(e){return e===tt.RGB_ETC1};tt.isETC2Format=function(e){return e===tt.RGB8_ETC2||e===tt.RGBA8_ETC2_EAC};tt.isBC7Format=function(e){return e===tt.RGBA_BC7};tt.compressedTextureSizeInBytes=function(e,t,n){switch(e){case tt.RGB_DXT1:case tt.RGBA_DXT1:case tt.RGB_ETC1:case tt.RGB8_ETC2:return Math.floor((t+3)/4)*Math.floor((n+3)/4)*8;case tt.RGBA_DXT3:case tt.RGBA_DXT5:case tt.RGBA_ASTC:case tt.RGBA8_ETC2_EAC:return Math.floor((t+3)/4)*Math.floor((n+3)/4)*16;case tt.RGB_PVRTC_4BPPV1:case tt.RGBA_PVRTC_4BPPV1:return Math.floor((Math.max(t,8)*Math.max(n,8)*4+7)/8);case tt.RGB_PVRTC_2BPPV1:case tt.RGBA_PVRTC_2BPPV1:return Math.floor((Math.max(t,16)*Math.max(n,8)*2+7)/8);case tt.RGBA_BC7:return Math.ceil(t/4)*Math.ceil(n/4)*16;default:return 0}};tt.textureSizeInBytes=function(e,t,n,i){let o=tt.componentsLength(e);return qe.isPacked(t)&&(o=1),o*qe.sizeInBytes(t)*n*i};tt.alignmentInBytes=function(e,t,n){let i=tt.textureSizeInBytes(e,t,n,1)%4;return i===0?4:i===2?2:1};tt.createTypedArray=function(e,t,n,i){let o,r=qe.sizeInBytes(t);r===Uint8Array.BYTES_PER_ELEMENT?o=Uint8Array:r===Uint16Array.BYTES_PER_ELEMENT?o=Uint16Array:r===Float32Array.BYTES_PER_ELEMENT&&t===qe.FLOAT?o=Float32Array:o=Uint32Array;let s=tt.componentsLength(e)*n*i;return new o(s)};tt.flipY=function(e,t,n,i,o){if(o===1)return e;let r=tt.createTypedArray(t,n,i,o),s=tt.componentsLength(t),a=i*s;for(let c=0;c<o;++c){let u=c*i*s,f=(o-c-1)*i*s;for(let d=0;d<a;++d)r[f+d]=e[u+d]}return r};tt.toInternalFormat=function(e,t,n){if(!n.webgl2)return e;if(e===tt.DEPTH_STENCIL)return te.DEPTH24_STENCIL8;if(e===tt.DEPTH_COMPONENT){if(t===qe.UNSIGNED_SHORT)return te.DEPTH_COMPONENT16;if(t===qe.UNSIGNED_INT)return te.DEPTH_COMPONENT24}if(t===qe.FLOAT)switch(e){case tt.RGBA:return te.RGBA32F;case tt.RGB:return te.RGB32F;case tt.RG:return te.RG32F;case tt.R:return te.R32F}if(t===qe.HALF_FLOAT)switch(e){case tt.RGBA:return te.RGBA16F;case tt.RGB:return te.RGB16F;case tt.RG:return te.RG16F;case tt.R:return te.R16F}return e};var ft=Object.freeze(tt);var or={_maximumCombinedTextureImageUnits:0,_maximumCubeMapSize:0,_maximumFragmentUniformVectors:0,_maximumTextureImageUnits:0,_maximumRenderbufferSize:0,_maximumTextureSize:0,_maximumVaryingVectors:0,_maximumVertexAttributes:0,_maximumVertexTextureImageUnits:0,_maximumVertexUniformVectors:0,_minimumAliasedLineWidth:0,_maximumAliasedLineWidth:0,_minimumAliasedPointSize:0,_maximumAliasedPointSize:0,_maximumViewportWidth:0,_maximumViewportHeight:0,_maximumTextureFilterAnisotropy:0,_maximumDrawBuffers:0,_maximumColorAttachments:0,_maximumSamples:0,_highpFloatSupported:!1,_highpIntSupported:!1};Object.defineProperties(or,{maximumCombinedTextureImageUnits:{get:function(){return or._maximumCombinedTextureImageUnits}},maximumCubeMapSize:{get:function(){return or._maximumCubeMapSize}},maximumFragmentUniformVectors:{get:function(){return or._maximumFragmentUniformVectors}},maximumTextureImageUnits:{get:function(){return or._maximumTextureImageUnits}},maximumRenderbufferSize:{get:function(){return or._maximumRenderbufferSize}},maximumTextureSize:{get:function(){return or._maximumTextureSize}},maximumVaryingVectors:{get:function(){return or._maximumVaryingVectors}},maximumVertexAttributes:{get:function(){return or._maximumVertexAttributes}},maximumVertexTextureImageUnits:{get:function(){return or._maximumVertexTextureImageUnits}},maximumVertexUniformVectors:{get:function(){return or._maximumVertexUniformVectors}},minimumAliasedLineWidth:{get:function(){return or._minimumAliasedLineWidth}},maximumAliasedLineWidth:{get:function(){return or._maximumAliasedLineWidth}},minimumAliasedPointSize:{get:function(){return or._minimumAliasedPointSize}},maximumAliasedPointSize:{get:function(){return or._maximumAliasedPointSize}},maximumViewportWidth:{get:function(){return or._maximumViewportWidth}},maximumViewportHeight:{get:function(){return or._maximumViewportHeight}},maximumTextureFilterAnisotropy:{get:function(){return or._maximumTextureFilterAnisotropy}},maximumDrawBuffers:{get:function(){return or._maximumDrawBuffers}},maximumColorAttachments:{get:function(){return or._maximumColorAttachments}},maximumSamples:{get:function(){return or._maximumSamples}},highpFloatSupported:{get:function(){return or._highpFloatSupported}},highpIntSupported:{get:function(){return or._highpIntSupported}}});var Vt=or;function e1(e,t,n,i,o,r,s,a,c,u,f){this._context=e,this._texture=t,this._textureTarget=n,this._targetFace=i,this._pixelDatatype=s,this._internalFormat=o,this._pixelFormat=r,this._size=a,this._preMultiplyAlpha=c,this._flipY=u,this._initialized=f}Object.defineProperties(e1.prototype,{pixelFormat:{get:function(){return this._pixelFormat}},pixelDatatype:{get:function(){return this._pixelDatatype}},_target:{get:function(){return this._targetFace}}});e1.prototype.copyFrom=function(e){let t=y(e.xOffset,0),n=y(e.yOffset,0),i=e.source,o=this._context._gl,r=this._textureTarget,s=this._targetFace;o.activeTexture(o.TEXTURE0),o.bindTexture(r,this._texture);let a=i.width,c=i.height,u=i.arrayBufferView,f=this._size,d=this._pixelFormat,p=this._internalFormat,g=this._pixelDatatype,m=this._preMultiplyAlpha,A=this._flipY,C=y(e.skipColorSpaceConversion,!1),x=4;l(u)&&(x=ft.alignmentInBytes(d,g,a)),o.pixelStorei(o.UNPACK_ALIGNMENT,x),C?o.pixelStorei(o.UNPACK_COLORSPACE_CONVERSION_WEBGL,o.NONE):o.pixelStorei(o.UNPACK_COLORSPACE_CONVERSION_WEBGL,o.BROWSER_DEFAULT_WEBGL);let b=!1;if(!this._initialized){if(t===0&&n===0&&a===f&&c===f)l(u)?(o.pixelStorei(o.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),o.pixelStorei(o.UNPACK_FLIP_Y_WEBGL,!1),A&&(u=ft.flipY(u,d,g,f,f)),o.texImage2D(s,0,p,f,f,0,d,qe.toWebGLConstant(g,this._context),u)):(o.pixelStorei(o.UNPACK_PREMULTIPLY_ALPHA_WEBGL,m),o.pixelStorei(o.UNPACK_FLIP_Y_WEBGL,A),o.texImage2D(s,0,p,d,qe.toWebGLConstant(g,this._context),i)),b=!0;else{o.pixelStorei(o.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),o.pixelStorei(o.UNPACK_FLIP_Y_WEBGL,!1);let E=ft.createTypedArray(d,g,f,f);o.texImage2D(s,0,p,f,f,0,d,qe.toWebGLConstant(g,this._context),E)}this._initialized=!0}b||(l(u)?(o.pixelStorei(o.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),o.pixelStorei(o.UNPACK_FLIP_Y_WEBGL,!1),A&&(u=ft.flipY(u,d,g,a,c)),o.texSubImage2D(s,0,t,n,a,c,d,qe.toWebGLConstant(g,this._context),u)):(o.pixelStorei(o.UNPACK_PREMULTIPLY_ALPHA_WEBGL,m),o.pixelStorei(o.UNPACK_FLIP_Y_WEBGL,A),o.texSubImage2D(s,0,t,n,d,qe.toWebGLConstant(g,this._context),i))),o.bindTexture(r,null)};e1.prototype.copyFromFramebuffer=function(e,t,n,i,o,r){e=y(e,0),t=y(t,0),n=y(n,0),i=y(i,0),o=y(o,this._size),r=y(r,this._size);let s=this._context._gl,a=this._textureTarget;s.activeTexture(s.TEXTURE0),s.bindTexture(a,this._texture),s.copyTexSubImage2D(this._targetFace,0,e,t,n,i,o,r),s.bindTexture(a,null),this._initialized=!0};var om=e1;var t1={DONT_CARE:te.DONT_CARE,FASTEST:te.FASTEST,NICEST:te.NICEST,validate:function(e){return e===t1.DONT_CARE||e===t1.FASTEST||e===t1.NICEST}},rm=Object.freeze(t1);var n1={NEAREST:te.NEAREST,LINEAR:te.LINEAR};n1.validate=function(e){return e===n1.NEAREST||e===n1.LINEAR};var Qi=Object.freeze(n1);var kp={NEAREST:te.NEAREST,LINEAR:te.LINEAR,NEAREST_MIPMAP_NEAREST:te.NEAREST_MIPMAP_NEAREST,LINEAR_MIPMAP_NEAREST:te.LINEAR_MIPMAP_NEAREST,NEAREST_MIPMAP_LINEAR:te.NEAREST_MIPMAP_LINEAR,LINEAR_MIPMAP_LINEAR:te.LINEAR_MIPMAP_LINEAR};kp.validate=function(e){return e===kp.NEAREST||e===kp.LINEAR||e===kp.NEAREST_MIPMAP_NEAREST||e===kp.LINEAR_MIPMAP_NEAREST||e===kp.NEAREST_MIPMAP_LINEAR||e===kp.LINEAR_MIPMAP_LINEAR};var cn=Object.freeze(kp);var i1={CLAMP_TO_EDGE:te.CLAMP_TO_EDGE,REPEAT:te.REPEAT,MIRRORED_REPEAT:te.MIRRORED_REPEAT,validate:function(e){return e===i1.CLAMP_TO_EDGE||e===i1.REPEAT||e===i1.MIRRORED_REPEAT}},In=Object.freeze(i1);function Tb(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.wrapS,In.CLAMP_TO_EDGE),n=y(e.wrapT,In.CLAMP_TO_EDGE),i=y(e.minificationFilter,cn.LINEAR),o=y(e.magnificationFilter,Qi.LINEAR),r=l(e.maximumAnisotropy)?e.maximumAnisotropy:1;this._wrapS=t,this._wrapT=n,this._minificationFilter=i,this._magnificationFilter=o,this._maximumAnisotropy=r}Object.defineProperties(Tb.prototype,{wrapS:{get:function(){return this._wrapS}},wrapT:{get:function(){return this._wrapT}},minificationFilter:{get:function(){return this._minificationFilter}},magnificationFilter:{get:function(){return this._magnificationFilter}},maximumAnisotropy:{get:function(){return this._maximumAnisotropy}}});Tb.equals=function(e,t){return e===t||l(e)&&l(t)&&e._wrapS===t._wrapS&&e._wrapT===t._wrapT&&e._minificationFilter===t._minificationFilter&&e._magnificationFilter===t._magnificationFilter&&e._maximumAnisotropy===t._maximumAnisotropy};Tb.NEAREST=Object.freeze(new Tb({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:cn.NEAREST,magnificationFilter:Qi.NEAREST}));var dn=Tb;function Eb(e){e=y(e,y.EMPTY_OBJECT);let t=e.context,n=e.source,i,o;if(l(n)){let b=[n.positiveX,n.negativeX,n.positiveY,n.negativeY,n.positiveZ,n.negativeZ];i=b[0].width,o=b[0].height}else i=e.width,o=e.height;let r=i,s=y(e.pixelDatatype,qe.UNSIGNED_BYTE),a=y(e.pixelFormat,ft.RGBA),c=ft.toInternalFormat(a,s,t),u=ft.textureSizeInBytes(a,s,r,r)*6,f=e.preMultiplyAlpha||a===ft.RGB||a===ft.LUMINANCE,d=y(e.flipY,!0),p=y(e.skipColorSpaceConversion,!1),g=t._gl,m=g.TEXTURE_CUBE_MAP,A=g.createTexture();g.activeTexture(g.TEXTURE0),g.bindTexture(m,A);function C(b,E,S,D,v){let O=E.arrayBufferView;l(O)||(O=E.bufferView);let R=4;l(O)&&(R=ft.alignmentInBytes(a,s,i)),g.pixelStorei(g.UNPACK_ALIGNMENT,R),v?g.pixelStorei(g.UNPACK_COLORSPACE_CONVERSION_WEBGL,g.NONE):g.pixelStorei(g.UNPACK_COLORSPACE_CONVERSION_WEBGL,g.BROWSER_DEFAULT_WEBGL),l(O)?(g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),g.pixelStorei(g.UNPACK_FLIP_Y_WEBGL,!1),D&&(O=ft.flipY(O,a,s,r,r)),g.texImage2D(b,0,c,r,r,0,a,qe.toWebGLConstant(s,t),O)):(g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,S),g.pixelStorei(g.UNPACK_FLIP_Y_WEBGL,D),g.texImage2D(b,0,c,a,qe.toWebGLConstant(s,t),E))}l(n)?(C(g.TEXTURE_CUBE_MAP_POSITIVE_X,n.positiveX,f,d,p),C(g.TEXTURE_CUBE_MAP_NEGATIVE_X,n.negativeX,f,d,p),C(g.TEXTURE_CUBE_MAP_POSITIVE_Y,n.positiveY,f,d,p),C(g.TEXTURE_CUBE_MAP_NEGATIVE_Y,n.negativeY,f,d,p),C(g.TEXTURE_CUBE_MAP_POSITIVE_Z,n.positiveZ,f,d,p),C(g.TEXTURE_CUBE_MAP_NEGATIVE_Z,n.negativeZ,f,d,p)):(g.texImage2D(g.TEXTURE_CUBE_MAP_POSITIVE_X,0,c,r,r,0,a,qe.toWebGLConstant(s,t),null),g.texImage2D(g.TEXTURE_CUBE_MAP_NEGATIVE_X,0,c,r,r,0,a,qe.toWebGLConstant(s,t),null),g.texImage2D(g.TEXTURE_CUBE_MAP_POSITIVE_Y,0,c,r,r,0,a,qe.toWebGLConstant(s,t),null),g.texImage2D(g.TEXTURE_CUBE_MAP_NEGATIVE_Y,0,c,r,r,0,a,qe.toWebGLConstant(s,t),null),g.texImage2D(g.TEXTURE_CUBE_MAP_POSITIVE_Z,0,c,r,r,0,a,qe.toWebGLConstant(s,t),null),g.texImage2D(g.TEXTURE_CUBE_MAP_NEGATIVE_Z,0,c,r,r,0,a,qe.toWebGLConstant(s,t),null)),g.bindTexture(m,null),this._context=t,this._textureFilterAnisotropic=t._textureFilterAnisotropic,this._textureTarget=m,this._texture=A,this._pixelFormat=a,this._pixelDatatype=s,this._size=r,this._hasMipmap=!1,this._sizeInBytes=u,this._preMultiplyAlpha=f,this._flipY=d,this._sampler=void 0;let x=l(n);this._positiveX=new om(t,A,m,g.TEXTURE_CUBE_MAP_POSITIVE_X,c,a,s,r,f,d,x),this._negativeX=new om(t,A,m,g.TEXTURE_CUBE_MAP_NEGATIVE_X,c,a,s,r,f,d,x),this._positiveY=new om(t,A,m,g.TEXTURE_CUBE_MAP_POSITIVE_Y,c,a,s,r,f,d,x),this._negativeY=new om(t,A,m,g.TEXTURE_CUBE_MAP_NEGATIVE_Y,c,a,s,r,f,d,x),this._positiveZ=new om(t,A,m,g.TEXTURE_CUBE_MAP_POSITIVE_Z,c,a,s,r,f,d,x),this._negativeZ=new om(t,A,m,g.TEXTURE_CUBE_MAP_NEGATIVE_Z,c,a,s,r,f,d,x),this.sampler=l(e.sampler)?e.sampler:new dn}Object.defineProperties(Eb.prototype,{positiveX:{get:function(){return this._positiveX}},negativeX:{get:function(){return this._negativeX}},positiveY:{get:function(){return this._positiveY}},negativeY:{get:function(){return this._negativeY}},positiveZ:{get:function(){return this._positiveZ}},negativeZ:{get:function(){return this._negativeZ}},sampler:{get:function(){return this._sampler},set:function(e){let t=e.minificationFilter,n=e.magnificationFilter,i=t===cn.NEAREST_MIPMAP_NEAREST||t===cn.NEAREST_MIPMAP_LINEAR||t===cn.LINEAR_MIPMAP_NEAREST||t===cn.LINEAR_MIPMAP_LINEAR,o=this._context,r=this._pixelDatatype;(r===qe.FLOAT&&!o.textureFloatLinear||r===qe.HALF_FLOAT&&!o.textureHalfFloatLinear)&&(t=i?cn.NEAREST_MIPMAP_NEAREST:cn.NEAREST,n=Qi.NEAREST);let s=o._gl,a=this._textureTarget;s.activeTexture(s.TEXTURE0),s.bindTexture(a,this._texture),s.texParameteri(a,s.TEXTURE_MIN_FILTER,t),s.texParameteri(a,s.TEXTURE_MAG_FILTER,n),s.texParameteri(a,s.TEXTURE_WRAP_S,e.wrapS),s.texParameteri(a,s.TEXTURE_WRAP_T,e.wrapT),l(this._textureFilterAnisotropic)&&s.texParameteri(a,this._textureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT,e.maximumAnisotropy),s.bindTexture(a,null),this._sampler=e}},pixelFormat:{get:function(){return this._pixelFormat}},pixelDatatype:{get:function(){return this._pixelDatatype}},width:{get:function(){return this._size}},height:{get:function(){return this._size}},sizeInBytes:{get:function(){return this._hasMipmap?Math.floor(this._sizeInBytes*4/3):this._sizeInBytes}},preMultiplyAlpha:{get:function(){return this._preMultiplyAlpha}},flipY:{get:function(){return this._flipY}},_target:{get:function(){return this._textureTarget}}});Eb.prototype.generateMipmap=function(e){e=y(e,rm.DONT_CARE),this._hasMipmap=!0;let t=this._context._gl,n=this._textureTarget;t.hint(t.GENERATE_MIPMAP_HINT,e),t.activeTexture(t.TEXTURE0),t.bindTexture(n,this._texture),t.generateMipmap(n),t.bindTexture(n,null)};Eb.prototype.isDestroyed=function(){return!1};Eb.prototype.destroy=function(){return this._context._gl.deleteTexture(this._texture),this._positiveX=le(this._positiveX),this._negativeX=le(this._negativeX),this._positiveY=le(this._positiveY),this._negativeY=le(this._negativeY),this._positiveZ=le(this._positiveZ),this._negativeZ=le(this._negativeZ),le(this)};var Xa=Eb;function pf(e){e=y(e,y.EMPTY_OBJECT);let t=e.context,n=e.width,i=e.height,o=e.source;l(o)&&(l(n)||(n=y(o.videoWidth,o.width)),l(i)||(i=y(o.videoHeight,o.height)));let r=y(e.pixelFormat,ft.RGBA),s=y(e.pixelDatatype,qe.UNSIGNED_BYTE),a=ft.toInternalFormat(r,s,t),c=ft.isCompressedFormat(a),u=e.preMultiplyAlpha||r===ft.RGB||r===ft.LUMINANCE,f=y(e.flipY,!0),d=y(e.skipColorSpaceConversion,!1),p=!0,g=t._gl,m=g.TEXTURE_2D,A=g.createTexture();g.activeTexture(g.TEXTURE0),g.bindTexture(m,A);let C=4;if(l(o)&&l(o.arrayBufferView)&&!c&&(C=ft.alignmentInBytes(r,s,n)),g.pixelStorei(g.UNPACK_ALIGNMENT,C),d?g.pixelStorei(g.UNPACK_COLORSPACE_CONVERSION_WEBGL,g.NONE):g.pixelStorei(g.UNPACK_COLORSPACE_CONVERSION_WEBGL,g.BROWSER_DEFAULT_WEBGL),l(o))if(l(o.arrayBufferView)){g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),g.pixelStorei(g.UNPACK_FLIP_Y_WEBGL,!1);let b=o.arrayBufferView,E,S,D;if(c){if(g.compressedTexImage2D(m,0,a,n,i,0,b),l(o.mipLevels))for(S=n,D=i,E=0;E<o.mipLevels.length;++E)S=Math.floor(S/2)|0,S<1&&(S=1),D=Math.floor(D/2)|0,D<1&&(D=1),g.compressedTexImage2D(m,E+1,a,S,D,0,o.mipLevels[E])}else if(f&&(b=ft.flipY(b,r,s,n,i)),g.texImage2D(m,0,a,n,i,0,r,qe.toWebGLConstant(s,t),b),l(o.mipLevels))for(S=n,D=i,E=0;E<o.mipLevels.length;++E)S=Math.floor(S/2)|0,S<1&&(S=1),D=Math.floor(D/2)|0,D<1&&(D=1),g.texImage2D(m,E+1,a,S,D,0,r,qe.toWebGLConstant(s,t),o.mipLevels[E])}else l(o.framebuffer)?(g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),g.pixelStorei(g.UNPACK_FLIP_Y_WEBGL,!1),o.framebuffer!==t.defaultFramebuffer&&o.framebuffer._bind(),g.copyTexImage2D(m,0,a,o.xOffset,o.yOffset,n,i,0),o.framebuffer!==t.defaultFramebuffer&&o.framebuffer._unBind()):(g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,u),g.pixelStorei(g.UNPACK_FLIP_Y_WEBGL,f),g.texImage2D(m,0,a,r,qe.toWebGLConstant(s,t),o));else g.texImage2D(m,0,a,n,i,0,r,qe.toWebGLConstant(s,t),null),p=!1;g.bindTexture(m,null);let x;c?x=ft.compressedTextureSizeInBytes(r,n,i):x=ft.textureSizeInBytes(r,s,n,i),this._id=kn(),this._context=t,this._textureFilterAnisotropic=t._textureFilterAnisotropic,this._textureTarget=m,this._texture=A,this._internalFormat=a,this._pixelFormat=r,this._pixelDatatype=s,this._width=n,this._height=i,this._dimensions=new H(n,i),this._hasMipmap=!1,this._sizeInBytes=x,this._preMultiplyAlpha=u,this._flipY=f,this._initialized=p,this._sampler=void 0,this.sampler=l(e.sampler)?e.sampler:new dn}pf.create=function(e){return new pf(e)};pf.fromFramebuffer=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.context,n=t._gl,i=y(e.pixelFormat,ft.RGB),o=y(e.framebufferXOffset,0),r=y(e.framebufferYOffset,0),s=y(e.width,n.drawingBufferWidth),a=y(e.height,n.drawingBufferHeight),c=e.framebuffer;return new pf({context:t,width:s,height:a,pixelFormat:i,source:{framebuffer:l(c)?c:t.defaultFramebuffer,xOffset:o,yOffset:r,width:s,height:a}})};Object.defineProperties(pf.prototype,{id:{get:function(){return this._id}},sampler:{get:function(){return this._sampler},set:function(e){let t=e.minificationFilter,n=e.magnificationFilter,i=this._context,o=this._pixelFormat,r=this._pixelDatatype,s=t===cn.NEAREST_MIPMAP_NEAREST||t===cn.NEAREST_MIPMAP_LINEAR||t===cn.LINEAR_MIPMAP_NEAREST||t===cn.LINEAR_MIPMAP_LINEAR;(r===qe.FLOAT&&!i.textureFloatLinear||r===qe.HALF_FLOAT&&!i.textureHalfFloatLinear)&&(t=s?cn.NEAREST_MIPMAP_NEAREST:cn.NEAREST,n=Qi.NEAREST),i.webgl2&&ft.isDepthFormat(o)&&(t=cn.NEAREST,n=Qi.NEAREST);let a=i._gl,c=this._textureTarget;a.activeTexture(a.TEXTURE0),a.bindTexture(c,this._texture),a.texParameteri(c,a.TEXTURE_MIN_FILTER,t),a.texParameteri(c,a.TEXTURE_MAG_FILTER,n),a.texParameteri(c,a.TEXTURE_WRAP_S,e.wrapS),a.texParameteri(c,a.TEXTURE_WRAP_T,e.wrapT),l(this._textureFilterAnisotropic)&&a.texParameteri(c,this._textureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT,e.maximumAnisotropy),a.bindTexture(c,null),this._sampler=e}},pixelFormat:{get:function(){return this._pixelFormat}},pixelDatatype:{get:function(){return this._pixelDatatype}},dimensions:{get:function(){return this._dimensions}},preMultiplyAlpha:{get:function(){return this._preMultiplyAlpha}},flipY:{get:function(){return this._flipY}},width:{get:function(){return this._width}},height:{get:function(){return this._height}},sizeInBytes:{get:function(){return this._hasMipmap?Math.floor(this._sizeInBytes*4/3):this._sizeInBytes}},_target:{get:function(){return this._textureTarget}}});pf.prototype.copyFrom=function(e){let t=y(e.xOffset,0),n=y(e.yOffset,0),i=e.source,o=this._context,r=o._gl,s=this._textureTarget;r.activeTexture(r.TEXTURE0),r.bindTexture(s,this._texture);let a=i.width,c=i.height,u=i.arrayBufferView,f=this._width,d=this._height,p=this._internalFormat,g=this._pixelFormat,m=this._pixelDatatype,A=this._preMultiplyAlpha,C=this._flipY,x=y(e.skipColorSpaceConversion,!1),b=4;l(u)&&(b=ft.alignmentInBytes(g,m,a)),r.pixelStorei(r.UNPACK_ALIGNMENT,b),x?r.pixelStorei(r.UNPACK_COLORSPACE_CONVERSION_WEBGL,r.NONE):r.pixelStorei(r.UNPACK_COLORSPACE_CONVERSION_WEBGL,r.BROWSER_DEFAULT_WEBGL);let E=!1;if(!this._initialized){if(t===0&&n===0&&a===f&&c===d)l(u)?(r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1),C&&(u=ft.flipY(u,g,m,f,d)),r.texImage2D(s,0,p,f,d,0,g,qe.toWebGLConstant(m,o),u)):(r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,A),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,C),r.texImage2D(s,0,p,g,qe.toWebGLConstant(m,o),i)),E=!0;else{r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1);let S=ft.createTypedArray(g,m,f,d);r.texImage2D(s,0,p,f,d,0,g,qe.toWebGLConstant(m,o),S)}this._initialized=!0}E||(l(u)?(r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1),C&&(u=ft.flipY(u,g,m,a,c)),r.texSubImage2D(s,0,t,n,a,c,g,qe.toWebGLConstant(m,o),u)):(r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,A),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,C),r.texSubImage2D(s,0,t,n,g,qe.toWebGLConstant(m,o),i))),r.bindTexture(s,null)};pf.prototype.copyFromFramebuffer=function(e,t,n,i,o,r){e=y(e,0),t=y(t,0),n=y(n,0),i=y(i,0),o=y(o,this._width),r=y(r,this._height);let s=this._context._gl,a=this._textureTarget;s.activeTexture(s.TEXTURE0),s.bindTexture(a,this._texture),s.copyTexSubImage2D(a,0,e,t,n,i,o,r),s.bindTexture(a,null),this._initialized=!0};pf.prototype.generateMipmap=function(e){e=y(e,rm.DONT_CARE),this._hasMipmap=!0;let t=this._context._gl,n=this._textureTarget;t.hint(t.GENERATE_MIPMAP_HINT,e),t.activeTexture(t.TEXTURE0),t.bindTexture(n,this._texture),t.generateMipmap(n),t.bindTexture(n,null)};pf.prototype.isDestroyed=function(){return!1};pf.prototype.destroy=function(){return this._context._gl.deleteTexture(this._texture),le(this)};var Rt=pf;var o1=`uniform sampler2D image;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec4 rampColor = texture2D(image, vec2(materialInput.aspect / (2.0 * czm_pi), 0.5));
rampColor = czm_gammaCorrect(rampColor);
material.diffuse = rampColor.rgb;
material.alpha = rampColor.a;
return material;
}
`;var r1=`uniform sampler2D image;
uniform float strength;
uniform vec2 repeat;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 st = materialInput.st;
vec2 centerPixel = fract(repeat * st);
float centerBump = texture2D(image, centerPixel).channel;
float imageWidth = float(imageDimensions.x);
vec2 rightPixel = fract(repeat * (st + vec2(1.0 / imageWidth, 0.0)));
float rightBump = texture2D(image, rightPixel).channel;
float imageHeight = float(imageDimensions.y);
vec2 leftPixel = fract(repeat * (st + vec2(0.0, 1.0 / imageHeight)));
float topBump = texture2D(image, leftPixel).channel;
vec3 normalTangentSpace = normalize(vec3(centerBump - rightBump, centerBump - topBump, clamp(1.0 - strength, 0.1, 1.0)));
vec3 normalEC = materialInput.tangentToEyeMatrix * normalTangentSpace;
material.normal = normalEC;
material.diffuse = vec3(0.01);
return material;
}
`;var s1=`uniform vec4 lightColor;
uniform vec4 darkColor;
uniform vec2 repeat;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 st = materialInput.st;
float b = mod(floor(repeat.s * st.s) + floor(repeat.t * st.t), 2.0);
float scaledWidth = fract(repeat.s * st.s);
scaledWidth = abs(scaledWidth - floor(scaledWidth + 0.5));
float scaledHeight = fract(repeat.t * st.t);
scaledHeight = abs(scaledHeight - floor(scaledHeight + 0.5));
float value = min(scaledWidth, scaledHeight);
vec4 currentColor = mix(lightColor, darkColor, b);
vec4 color = czm_antialias(lightColor, darkColor, currentColor, value, 0.03);
color = czm_gammaCorrect(color);
material.diffuse = color.rgb;
material.alpha = color.a;
return material;
}
`;var a1=`uniform vec4 lightColor;
uniform vec4 darkColor;
uniform vec2 repeat;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
float b = smoothstep(0.3, 0.32, length(fract(repeat * materialInput.st) - 0.5));
vec4 color = mix(lightColor, darkColor, b);
color = czm_gammaCorrect(color);
material.diffuse = color.rgb;
material.alpha = color.a;
return material;
}
`;var c1=`uniform sampler2D heights;
uniform sampler2D colors;
float getHeight(int idx, float invTexSize)
{
vec2 uv = vec2((float(idx) + 0.5) * invTexSize, 0.5);
#ifdef OES_texture_float
return texture2D(heights, uv).x;
#else
return czm_unpackFloat(texture2D(heights, uv));
#endif
}
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
float height = materialInput.height;
float invTexSize = 1.0 / float(heightsDimensions.x);
float minHeight = getHeight(0, invTexSize);
float maxHeight = getHeight(heightsDimensions.x - 1, invTexSize);
if (height < minHeight || height > maxHeight) {
material.diffuse = vec3(0.0);
material.alpha = 0.0;
return material;
}
int idxBelow = 0;
int idxAbove = heightsDimensions.x;
float heightBelow = minHeight;
float heightAbove = maxHeight;
const int maxIterations = 16;
for (int i = 0; i < maxIterations; i++) {
if (idxBelow >= idxAbove - 1) {
break;
}
int idxMid = (idxBelow + idxAbove) / 2;
float heightTex = getHeight(idxMid, invTexSize);
if (height > heightTex) {
idxBelow = idxMid;
heightBelow = heightTex;
} else {
idxAbove = idxMid;
heightAbove = heightTex;
}
}
float lerper = heightBelow == heightAbove ? 1.0 : (height - heightBelow) / (heightAbove - heightBelow);
vec2 colorUv = vec2(invTexSize * (float(idxBelow) + 0.5 + lerper), 0.5);
vec4 color = texture2D(colors, colorUv);
if (color.a > 0.0)
{
color.rgb /= color.a;
}
color.rgb = czm_gammaCorrect(color.rgb);
material.diffuse = color.rgb;
material.alpha = color.a;
return material;
}
`;var l1=`#ifdef GL_OES_standard_derivatives
#extension GL_OES_standard_derivatives : enable
#endif
uniform vec4 color;
uniform float spacing;
uniform float width;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
float distanceToContour = mod(materialInput.height, spacing);
#ifdef GL_OES_standard_derivatives
float dxc = abs(dFdx(materialInput.height));
float dyc = abs(dFdy(materialInput.height));
float dF = max(dxc, dyc) * czm_pixelRatio * width;
float alpha = (distanceToContour < dF) ? 1.0 : 0.0;
#else
float alpha = (distanceToContour < (czm_pixelRatio * width)) ? 1.0 : 0.0;
#endif
vec4 outColor = czm_gammaCorrect(vec4(color.rgb, alpha * color.a));
material.diffuse = outColor.rgb;
material.alpha = outColor.a;
return material;
}
`;var u1=`uniform sampler2D image;
uniform float minimumHeight;
uniform float maximumHeight;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
float scaledHeight = clamp((materialInput.height - minimumHeight) / (maximumHeight - minimumHeight), 0.0, 1.0);
vec4 rampColor = texture2D(image, vec2(scaledHeight, 0.5));
rampColor = czm_gammaCorrect(rampColor);
material.diffuse = rampColor.rgb;
material.alpha = rampColor.a;
return material;
}
`;var f1=`uniform vec4 fadeInColor;
uniform vec4 fadeOutColor;
uniform float maximumDistance;
uniform bool repeat;
uniform vec2 fadeDirection;
uniform vec2 time;
float getTime(float t, float coord)
{
float scalar = 1.0 / maximumDistance;
float q = distance(t, coord) * scalar;
if (repeat)
{
float r = distance(t, coord + 1.0) * scalar;
float s = distance(t, coord - 1.0) * scalar;
q = min(min(r, s), q);
}
return clamp(q, 0.0, 1.0);
}
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 st = materialInput.st;
float s = getTime(time.x, st.s) * fadeDirection.s;
float t = getTime(time.y, st.t) * fadeDirection.t;
float u = length(vec2(s, t));
vec4 color = mix(fadeInColor, fadeOutColor, u);
color = czm_gammaCorrect(color);
material.emission = color.rgb;
material.alpha = color.a;
return material;
}
`;var d1=`#ifdef GL_OES_standard_derivatives
#extension GL_OES_standard_derivatives : enable
#endif
uniform vec4 color;
uniform float cellAlpha;
uniform vec2 lineCount;
uniform vec2 lineThickness;
uniform vec2 lineOffset;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 st = materialInput.st;
float scaledWidth = fract(lineCount.s * st.s - lineOffset.s);
scaledWidth = abs(scaledWidth - floor(scaledWidth + 0.5));
float scaledHeight = fract(lineCount.t * st.t - lineOffset.t);
scaledHeight = abs(scaledHeight - floor(scaledHeight + 0.5));
float value;
#ifdef GL_OES_standard_derivatives
const float fuzz = 1.2;
vec2 thickness = (lineThickness * czm_pixelRatio) - 1.0;
vec2 dx = abs(dFdx(st));
vec2 dy = abs(dFdy(st));
vec2 dF = vec2(max(dx.s, dy.s), max(dx.t, dy.t)) * lineCount;
value = min(
smoothstep(dF.s * thickness.s, dF.s * (fuzz + thickness.s), scaledWidth),
smoothstep(dF.t * thickness.t, dF.t * (fuzz + thickness.t), scaledHeight));
#else
const float fuzz = 0.05;
vec2 range = 0.5 - (lineThickness * 0.05);
value = min(
1.0 - smoothstep(range.s, range.s + fuzz, scaledWidth),
1.0 - smoothstep(range.t, range.t + fuzz, scaledHeight));
#endif
float dRim = 1.0 - abs(dot(materialInput.normalEC, normalize(materialInput.positionToEyeEC)));
float sRim = smoothstep(0.8, 1.0, dRim);
value *= (1.0 - sRim);
vec4 halfColor;
halfColor.rgb = color.rgb * 0.5;
halfColor.a = color.a * (1.0 - ((1.0 - cellAlpha) * value));
halfColor = czm_gammaCorrect(halfColor);
material.diffuse = halfColor.rgb;
material.emission = halfColor.rgb;
material.alpha = halfColor.a;
return material;
}
`;var h1=`uniform sampler2D image;
uniform float strength;
uniform vec2 repeat;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec4 textureValue = texture2D(image, fract(repeat * materialInput.st));
vec3 normalTangentSpace = textureValue.channels;
normalTangentSpace.xy = normalTangentSpace.xy * 2.0 - 1.0;
normalTangentSpace.z = clamp(1.0 - strength, 0.1, 1.0);
normalTangentSpace = normalize(normalTangentSpace);
vec3 normalEC = materialInput.tangentToEyeMatrix * normalTangentSpace;
material.normal = normalEC;
return material;
}
`;var m1=`#ifdef GL_OES_standard_derivatives
#extension GL_OES_standard_derivatives : enable
#endif
uniform vec4 color;
float getPointOnLine(vec2 p0, vec2 p1, float x)
{
float slope = (p0.y - p1.y) / (p0.x - p1.x);
return slope * (x - p0.x) + p0.y;
}
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 st = materialInput.st;
#ifdef GL_OES_standard_derivatives
float base = 1.0 - abs(fwidth(st.s)) * 10.0 * czm_pixelRatio;
#else
float base = 0.975;
#endif
vec2 center = vec2(1.0, 0.5);
float ptOnUpperLine = getPointOnLine(vec2(base, 1.0), center, st.s);
float ptOnLowerLine = getPointOnLine(vec2(base, 0.0), center, st.s);
float halfWidth = 0.15;
float s = step(0.5 - halfWidth, st.t);
s *= 1.0 - step(0.5 + halfWidth, st.t);
s *= 1.0 - step(base, st.s);
float t = step(base, materialInput.st.s);
t *= 1.0 - step(ptOnUpperLine, st.t);
t *= step(ptOnLowerLine, st.t);
float dist;
if (st.s < base)
{
float d1 = abs(st.t - (0.5 - halfWidth));
float d2 = abs(st.t - (0.5 + halfWidth));
dist = min(d1, d2);
}
else
{
float d1 = czm_infinity;
if (st.t < 0.5 - halfWidth && st.t > 0.5 + halfWidth)
{
d1 = abs(st.s - base);
}
float d2 = abs(st.t - ptOnUpperLine);
float d3 = abs(st.t - ptOnLowerLine);
dist = min(min(d1, d2), d3);
}
vec4 outsideColor = vec4(0.0);
vec4 currentColor = mix(outsideColor, color, clamp(s + t, 0.0, 1.0));
vec4 outColor = czm_antialias(outsideColor, color, currentColor, dist);
outColor = czm_gammaCorrect(outColor);
material.diffuse = outColor.rgb;
material.alpha = outColor.a;
return material;
}
`;var p1=`uniform vec4 color;
uniform vec4 gapColor;
uniform float dashLength;
uniform float dashPattern;
varying float v_polylineAngle;
const float maskLength = 16.0;
mat2 rotate(float rad) {
float c = cos(rad);
float s = sin(rad);
return mat2(
c, s,
-s, c
);
}
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 pos = rotate(v_polylineAngle) * gl_FragCoord.xy;
float dashPosition = fract(pos.x / (dashLength * czm_pixelRatio));
float maskIndex = floor(dashPosition * maskLength);
float maskTest = floor(dashPattern / pow(2.0, maskIndex));
vec4 fragColor = (mod(maskTest, 2.0) < 1.0) ? gapColor : color;
if (fragColor.a < 0.005) {
discard;
}
fragColor = czm_gammaCorrect(fragColor);
material.emission = fragColor.rgb;
material.alpha = fragColor.a;
return material;
}
`;var _1=`uniform vec4 color;
uniform float glowPower;
uniform float taperPower;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 st = materialInput.st;
float glow = glowPower / abs(st.t - 0.5) - (glowPower / 0.5);
if (taperPower <= 0.99999) {
glow *= min(1.0, taperPower / (0.5 - st.s * 0.5) - (taperPower / 0.5));
}
vec4 fragColor;
fragColor.rgb = max(vec3(glow - 1.0 + color.rgb), color.rgb);
fragColor.a = clamp(0.0, 1.0, glow) * color.a;
fragColor = czm_gammaCorrect(fragColor);
material.emission = fragColor.rgb;
material.alpha = fragColor.a;
return material;
}
`;var g1=`uniform vec4 color;
uniform vec4 outlineColor;
uniform float outlineWidth;
varying float v_width;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec2 st = materialInput.st;
float halfInteriorWidth = 0.5 * (v_width - outlineWidth) / v_width;
float b = step(0.5 - halfInteriorWidth, st.t);
b *= 1.0 - step(0.5 + halfInteriorWidth, st.t);
float d1 = abs(st.t - (0.5 - halfInteriorWidth));
float d2 = abs(st.t - (0.5 + halfInteriorWidth));
float dist = min(d1, d2);
vec4 currentColor = mix(outlineColor, color, b);
vec4 outColor = czm_antialias(outlineColor, color, currentColor, dist);
outColor = czm_gammaCorrect(outColor);
material.diffuse = outColor.rgb;
material.alpha = outColor.a;
return material;
}
`;var y1=`uniform vec4 color;
uniform vec4 rimColor;
uniform float width;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
float d = 1.0 - dot(materialInput.normalEC, normalize(materialInput.positionToEyeEC));
float s = smoothstep(1.0 - width, 1.0, d);
vec4 outColor = czm_gammaCorrect(color);
vec4 outRimColor = czm_gammaCorrect(rimColor);
material.diffuse = outColor.rgb;
material.emission = outRimColor.rgb * s;
material.alpha = mix(outColor.a, outRimColor.a, s);
return material;
}
`;var A1=`uniform sampler2D image;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
vec4 rampColor = texture2D(image, vec2(materialInput.slope / (czm_pi / 2.0), 0.5));
rampColor = czm_gammaCorrect(rampColor);
material.diffuse = rampColor.rgb;
material.alpha = rampColor.a;
return material;
}
`;var C1=`uniform vec4 evenColor;
uniform vec4 oddColor;
uniform float offset;
uniform float repeat;
uniform bool horizontal;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
float coord = mix(materialInput.st.s, materialInput.st.t, float(horizontal));
float value = fract((coord - offset) * (repeat * 0.5));
float dist = min(value, min(abs(value - 0.5), 1.0 - value));
vec4 currentColor = mix(evenColor, oddColor, step(0.5, value));
vec4 color = czm_antialias(evenColor, oddColor, currentColor, dist);
color = czm_gammaCorrect(color);
material.diffuse = color.rgb;
material.alpha = color.a;
return material;
}
`;var x1=`uniform sampler2D specularMap;
uniform sampler2D normalMap;
uniform vec4 baseWaterColor;
uniform vec4 blendColor;
uniform float frequency;
uniform float animationSpeed;
uniform float amplitude;
uniform float specularIntensity;
uniform float fadeFactor;
czm_material czm_getMaterial(czm_materialInput materialInput)
{
czm_material material = czm_getDefaultMaterial(materialInput);
float time = czm_frameNumber * animationSpeed;
float fade = max(1.0, (length(materialInput.positionToEyeEC) / 10000000000.0) * frequency * fadeFactor);
float specularMapValue = texture2D(specularMap, materialInput.st).r;
vec4 noise = czm_getWaterNoise(normalMap, materialInput.st * frequency, time, 0.0);
vec3 normalTangentSpace = noise.xyz * vec3(1.0, 1.0, (1.0 / amplitude));
normalTangentSpace.xy /= fade;
normalTangentSpace = mix(vec3(0.0, 0.0, 50.0), normalTangentSpace, specularMapValue);
normalTangentSpace = normalize(normalTangentSpace);
float tsPerturbationRatio = clamp(dot(normalTangentSpace, vec3(0.0, 0.0, 1.0)), 0.0, 1.0);
material.alpha = mix(blendColor.a, baseWaterColor.a, specularMapValue) * specularMapValue;
material.diffuse = mix(blendColor.rgb, baseWaterColor.rgb, specularMapValue);
material.diffuse += (0.1 * tsPerturbationRatio);
material.diffuse = material.diffuse;
material.normal = normalize(materialInput.tangentToEyeMatrix * normalTangentSpace);
material.specular = specularIntensity;
material.shininess = 10.0;
return material;
}
`;function ze(e){this.type=void 0,this.shaderSource=void 0,this.materials=void 0,this.uniforms=void 0,this._uniforms=void 0,this.translucent=void 0,this._minificationFilter=y(e.minificationFilter,cn.LINEAR),this._magnificationFilter=y(e.magnificationFilter,Qi.LINEAR),this._strict=void 0,this._template=void 0,this._count=void 0,this._texturePaths={},this._loadedImages=[],this._loadedCubeMaps=[],this._textures={},this._updateFunctions=[],this._defaultTexture=void 0,lEe(e,this),Object.defineProperties(this,{type:{value:this.type,writable:!1}}),l(ze._uniformList[this.type])||(ze._uniformList[this.type]=Object.keys(this._uniforms))}ze._uniformList={};ze.fromType=function(e,t){let n=new ze({fabric:{type:e}});if(l(t))for(let i in t)t.hasOwnProperty(i)&&(n.uniforms[i]=t[i]);return n};ze.prototype.isTranslucent=function(){if(l(this.translucent))return typeof this.translucent=="function"?this.translucent():this.translucent;let e=!0,t=this._translucentFunctions,n=t.length;for(let i=0;i<n;++i){let o=t[i];if(typeof o=="function"?e=e&&o():e=e&&o,!e)break}return e};ze.prototype.update=function(e){this._defaultTexture=e.defaultTexture;let t,n,i=this._loadedImages,o=i.length;for(t=0;t<o;++t){let c=i[t];n=c.id;let u=c.image,f;Array.isArray(u)&&(f=u.slice(1,u.length).map(function(A){return A.bufferView}),u=u[0]);let d=new dn({minificationFilter:this._minificationFilter,magnificationFilter:this._magnificationFilter}),p;l(u.internalFormat)?p=new Rt({context:e,pixelFormat:u.internalFormat,width:u.width,height:u.height,source:{arrayBufferView:u.bufferView,mipLevels:f},sampler:d}):p=new Rt({context:e,source:u,sampler:d});let g=this._textures[n];l(g)&&g!==this._defaultTexture&&g.destroy(),this._textures[n]=p;let m=`${n}Dimensions`;if(this.uniforms.hasOwnProperty(m)){let A=this.uniforms[m];A.x=p._width,A.y=p._height}}i.length=0;let r=this._loadedCubeMaps;for(o=r.length,t=0;t<o;++t){let c=r[t];n=c.id;let u=c.images,f=new Xa({context:e,source:{positiveX:u[0],negativeX:u[1],positiveY:u[2],negativeY:u[3],positiveZ:u[4],negativeZ:u[5]},sampler:new dn({minificationFilter:this._minificationFilter,magnificationFilter:this._magnificationFilter})});this._textures[n]=f}r.length=0;let s=this._updateFunctions;for(o=s.length,t=0;t<o;++t)s[t](this,e);let a=this.materials;for(let c in a)a.hasOwnProperty(c)&&a[c].update(e)};ze.prototype.isDestroyed=function(){return!1};ze.prototype.destroy=function(){let e=this._textures;for(let n in e)if(e.hasOwnProperty(n)){let i=e[n];i!==this._defaultTexture&&i.destroy()}let t=this.materials;for(let n in t)t.hasOwnProperty(n)&&t[n].destroy();return le(this)};function lEe(e,t){e=y(e,y.EMPTY_OBJECT),t._strict=y(e.strict,!1),t._count=y(e.count,0),t._template=$e(y(e.fabric,y.EMPTY_OBJECT)),t._template.uniforms=$e(y(t._template.uniforms,y.EMPTY_OBJECT)),t._template.materials=$e(y(t._template.materials,y.EMPTY_OBJECT)),t.type=l(t._template.type)?t._template.type:kn(),t.shaderSource="",t.materials={},t.uniforms={},t._uniforms={},t._translucentFunctions=[];let n,i=ze._materialCache.getMaterial(t.type);if(l(i)){let r=$e(i.fabric,!0);t._template=pt(t._template,r,!0),n=i.translucent}hEe(t),l(i)||ze._materialCache.addMaterial(t.type,t),pEe(t),AEe(t),xEe(t);let o=t._translucentFunctions.length===0?!0:void 0;if(n=y(n,o),n=y(e.translucent,n),l(n))if(typeof n=="function"){let r=function(){return n(t)};t._translucentFunctions.push(r)}else t._translucentFunctions.push(n)}function oG(e,t,n,i){if(l(e)){for(let o in e)if(e.hasOwnProperty(o)){let r=t.indexOf(o)!==-1;(i&&!r||!i&&r)&&n(o,t)}}}function kX(e,t){}function uEe(e,t){}var fEe=["type","materials","uniforms","components","source"],dEe=["diffuse","specular","shininess","normal","emission","alpha"];function hEe(e){let t=e._template,n=t.uniforms,i=t.materials,o=t.components;oG(t,fEe,kX,!0),oG(o,dEe,kX,!0);let r=[];for(let s in i)i.hasOwnProperty(s)&&r.push(s);oG(n,r,uEe,!1)}function mEe(e,t){let n=t._template.materials;for(let i in n)if(n.hasOwnProperty(i)&&e.indexOf(i)>-1)return!0;return!1}function pEe(e){let t=e._template.components,n=e._template.source;if(l(n))e.shaderSource+=`${n}
`;else{if(e.shaderSource+=`czm_material czm_getMaterial(czm_materialInput materialInput)
{
`,e.shaderSource+=`czm_material material = czm_getDefaultMaterial(materialInput);
`,l(t)){let i=Object.keys(e._template.materials).length>0;for(let o in t)if(t.hasOwnProperty(o))if(o==="diffuse"||o==="emission"){let s=i&&mEe(t[o],e)?t[o]:`czm_gammaCorrect(${t[o]})`;e.shaderSource+=`material.${o} = ${s};
`}else o==="alpha"?e.shaderSource+=`material.alpha = ${t.alpha};
`:e.shaderSource+=`material.${o} = ${t[o]};
`}e.shaderSource+=`return material;
}
`}}var VX={mat2:Ji,mat3:Q,mat4:F},_Ee=/\.ktx2$/i;function gEe(e){let t;return function(n,i){let o=n.uniforms,r=o[e],s=t!==r,a=!l(r)||r===ze.DefaultImageId;t=r;let c=n._textures[e],u,f;if(r instanceof HTMLVideoElement){if(r.readyState>=2){if(s&&l(c)&&(c!==i.defaultTexture&&c.destroy(),c=void 0),!l(c)||c===i.defaultTexture){let p=new dn({minificationFilter:n._minificationFilter,magnificationFilter:n._magnificationFilter});c=new Rt({context:i,source:r,sampler:p}),n._textures[e]=c;return}c.copyFrom({source:r})}else l(c)||(n._textures[e]=i.defaultTexture);return}if(r instanceof Rt&&r!==c){n._texturePaths[e]=void 0;let p=n._textures[e];l(p)&&p!==n._defaultTexture&&p.destroy(),n._textures[e]=r,u=`${e}Dimensions`,o.hasOwnProperty(u)&&(f=o[u],f.x=r._width,f.y=r._height);return}if(s&&l(c)&&a&&(c!==n._defaultTexture&&c.destroy(),c=void 0),l(c)||(n._texturePaths[e]=void 0,c=n._textures[e]=n._defaultTexture,u=`${e}Dimensions`,o.hasOwnProperty(u)&&(f=o[u],f.x=c._width,f.y=c._height)),a)return;let d=r instanceof Pe;if(!l(n._texturePaths[e])||d&&r.url!==n._texturePaths[e].url||!d&&r!==n._texturePaths[e]){if(typeof r=="string"||d){let p=d?r:Pe.createIfNeeded(r),g;_Ee.test(p.url)?g=yl(p.url):g=p.fetchImage(),Promise.resolve(g).then(function(m){n._loadedImages.push({id:e,image:m})}).catch(function(){l(c)&&c!==n._defaultTexture&&c.destroy(),n._textures[e]=n._defaultTexture})}else(r instanceof HTMLCanvasElement||r instanceof HTMLImageElement)&&n._loadedImages.push({id:e,image:r});n._texturePaths[e]=r}}}function yEe(e){return function(t,n){let i=t.uniforms[e];if(i instanceof Xa){let r=t._textures[e];r!==t._defaultTexture&&r.destroy(),t._texturePaths[e]=void 0,t._textures[e]=i;return}if(l(t._textures[e])||(t._texturePaths[e]=void 0,t._textures[e]=n.defaultCubeMap),i===ze.DefaultCubeMapId)return;let o=i.positiveX+i.negativeX+i.positiveY+i.negativeY+i.positiveZ+i.negativeZ;if(o!==t._texturePaths[e]){let r=[Pe.createIfNeeded(i.positiveX).fetchImage(),Pe.createIfNeeded(i.negativeX).fetchImage(),Pe.createIfNeeded(i.positiveY).fetchImage(),Pe.createIfNeeded(i.negativeY).fetchImage(),Pe.createIfNeeded(i.positiveZ).fetchImage(),Pe.createIfNeeded(i.negativeZ).fetchImage()];Promise.all(r).then(function(s){t._loadedCubeMaps.push({id:e,images:s})}),t._texturePaths[e]=o}}}function AEe(e){let t=e._template.uniforms;for(let n in t)t.hasOwnProperty(n)&&UX(e,n)}function UX(e,t){let n=e._strict,i=e._template.uniforms,o=i[t],r=CEe(o),s;if(r==="channels")s=bb(e,t,o,!1);else{if(r==="sampler2D"){let u=`${t}Dimensions`;TEe(e,u)>0&&(i[u]={type:"ivec3",x:1,y:1},UX(e,u))}if(!new RegExp(`uniform\\s+${r}\\s+${t}\\s*;`).test(e.shaderSource)){let u=`uniform ${r} ${t};`;e.shaderSource=u+e.shaderSource}let c=`${t}_${e._count++}`;if(s=bb(e,t,c),e.uniforms[t]=o,r==="sampler2D")e._uniforms[c]=function(){return e._textures[t]},e._updateFunctions.push(gEe(t));else if(r==="samplerCube")e._uniforms[c]=function(){return e._textures[t]},e._updateFunctions.push(yEe(t));else if(r.indexOf("mat")!==-1){let u=new VX[r];e._uniforms[c]=function(){return VX[r].fromColumnMajorArray(e.uniforms[t],u)}}else e._uniforms[c]=function(){return e.uniforms[t]}}}function CEe(e){let t=e.type;if(!l(t)){let n=typeof e;if(n==="number")t="float";else if(n==="boolean")t="bool";else if(n==="string"||e instanceof Pe||e instanceof HTMLCanvasElement||e instanceof HTMLImageElement)/^([rgba]){1,4}$/i.test(e)?t="channels":e===ze.DefaultCubeMapId?t="samplerCube":t="sampler2D";else if(n==="object")if(Array.isArray(e))(e.length===4||e.length===9||e.length===16)&&(t=`mat${Math.sqrt(e.length)}`);else{let i=0;for(let o in e)e.hasOwnProperty(o)&&(i+=1);i>=2&&i<=4?t=`vec${i}`:i===6&&(t="samplerCube")}}return t}function xEe(e){let t=e._strict,n=e._template.materials;for(let i in n)if(n.hasOwnProperty(i)){let o=new ze({strict:t,fabric:n[i],count:e._count});e._count=o._count,e._uniforms=pt(e._uniforms,o._uniforms,!0),e.materials[i]=o,e._translucentFunctions=e._translucentFunctions.concat(o._translucentFunctions);let r="czm_getMaterial",s=`${r}_${e._count++}`;bb(o,r,s),e.shaderSource=o.shaderSource+e.shaderSource;let a=`${s}(materialInput)`,c=bb(e,i,a)}}function bb(e,t,n,i){i=y(i,!0);let o=0,r="([\\w])?",s=`([\\w${i?".":""}])?`,a=new RegExp(s+t+r,"g");return e.shaderSource=e.shaderSource.replace(a,function(c,u,f){return u||f?c:(o+=1,n)}),o}function TEe(e,t,n){return bb(e,t,t,n)}ze._materialCache={_materials:{},addMaterial:function(e,t){this._materials[e]=t},getMaterial:function(e){return this._materials[e]}};ze.DefaultImageId="czm_defaultImage";ze.DefaultCubeMapId="czm_defaultCubeMap";ze.ColorType="Color";ze._materialCache.addMaterial(ze.ColorType,{fabric:{type:ze.ColorType,uniforms:{color:new U(1,0,0,.5)},components:{diffuse:"color.rgb",alpha:"color.a"}},translucent:function(e){return e.uniforms.color.alpha<1}});ze.ImageType="Image";ze._materialCache.addMaterial(ze.ImageType,{fabric:{type:ze.ImageType,uniforms:{image:ze.DefaultImageId,repeat:new H(1,1),color:new U(1,1,1,1)},components:{diffuse:"texture2D(image, fract(repeat * materialInput.st)).rgb * color.rgb",alpha:"texture2D(image, fract(repeat * materialInput.st)).a * color.a"}},translucent:function(e){return e.uniforms.color.alpha<1}});ze.DiffuseMapType="DiffuseMap";ze._materialCache.addMaterial(ze.DiffuseMapType,{fabric:{type:ze.DiffuseMapType,uniforms:{image:ze.DefaultImageId,channels:"rgb",repeat:new H(1,1)},components:{diffuse:"texture2D(image, fract(repeat * materialInput.st)).channels"}},translucent:!1});ze.AlphaMapType="AlphaMap";ze._materialCache.addMaterial(ze.AlphaMapType,{fabric:{type:ze.AlphaMapType,uniforms:{image:ze.DefaultImageId,channel:"a",repeat:new H(1,1)},components:{alpha:"texture2D(image, fract(repeat * materialInput.st)).channel"}},translucent:!0});ze.SpecularMapType="SpecularMap";ze._materialCache.addMaterial(ze.SpecularMapType,{fabric:{type:ze.SpecularMapType,uniforms:{image:ze.DefaultImageId,channel:"r",repeat:new H(1,1)},components:{specular:"texture2D(image, fract(repeat * materialInput.st)).channel"}},translucent:!1});ze.EmissionMapType="EmissionMap";ze._materialCache.addMaterial(ze.EmissionMapType,{fabric:{type:ze.EmissionMapType,uniforms:{image:ze.DefaultImageId,channels:"rgb",repeat:new H(1,1)},components:{emission:"texture2D(image, fract(repeat * materialInput.st)).channels"}},translucent:!1});ze.BumpMapType="BumpMap";ze._materialCache.addMaterial(ze.BumpMapType,{fabric:{type:ze.BumpMapType,uniforms:{image:ze.DefaultImageId,channel:"r",strength:.8,repeat:new H(1,1)},source:r1},translucent:!1});ze.NormalMapType="NormalMap";ze._materialCache.addMaterial(ze.NormalMapType,{fabric:{type:ze.NormalMapType,uniforms:{image:ze.DefaultImageId,channels:"rgb",strength:.8,repeat:new H(1,1)},source:h1},translucent:!1});ze.GridType="Grid";ze._materialCache.addMaterial(ze.GridType,{fabric:{type:ze.GridType,uniforms:{color:new U(0,1,0,1),cellAlpha:.1,lineCount:new H(8,8),lineThickness:new H(1,1),lineOffset:new H(0,0)},source:d1},translucent:function(e){let t=e.uniforms;return t.color.alpha<1||t.cellAlpha<1}});ze.StripeType="Stripe";ze._materialCache.addMaterial(ze.StripeType,{fabric:{type:ze.StripeType,uniforms:{horizontal:!0,evenColor:new U(1,1,1,.5),oddColor:new U(0,0,1,.5),offset:0,repeat:5},source:C1},translucent:function(e){let t=e.uniforms;return t.evenColor.alpha<1||t.oddColor.alpha<1}});ze.CheckerboardType="Checkerboard";ze._materialCache.addMaterial(ze.CheckerboardType,{fabric:{type:ze.CheckerboardType,uniforms:{lightColor:new U(1,1,1,.5),darkColor:new U(0,0,0,.5),repeat:new H(5,5)},source:s1},translucent:function(e){let t=e.uniforms;return t.lightColor.alpha<1||t.darkColor.alpha<1}});ze.DotType="Dot";ze._materialCache.addMaterial(ze.DotType,{fabric:{type:ze.DotType,uniforms:{lightColor:new U(1,1,0,.75),darkColor:new U(0,1,1,.75),repeat:new H(5,5)},source:a1},translucent:function(e){let t=e.uniforms;return t.lightColor.alpha<1||t.darkColor.alpha<1}});ze.WaterType="Water";ze._materialCache.addMaterial(ze.WaterType,{fabric:{type:ze.WaterType,uniforms:{baseWaterColor:new U(.2,.3,.6,1),blendColor:new U(0,1,.699,1),specularMap:ze.DefaultImageId,normalMap:ze.DefaultImageId,frequency:10,animationSpeed:.01,amplitude:1,specularIntensity:.5,fadeFactor:1},source:x1},translucent:function(e){let t=e.uniforms;return t.baseWaterColor.alpha<1||t.blendColor.alpha<1}});ze.RimLightingType="RimLighting";ze._materialCache.addMaterial(ze.RimLightingType,{fabric:{type:ze.RimLightingType,uniforms:{color:new U(1,0,0,.7),rimColor:new U(1,1,1,.4),width:.3},source:y1},translucent:function(e){let t=e.uniforms;return t.color.alpha<1||t.rimColor.alpha<1}});ze.FadeType="Fade";ze._materialCache.addMaterial(ze.FadeType,{fabric:{type:ze.FadeType,uniforms:{fadeInColor:new U(1,0,0,1),fadeOutColor:new U(0,0,0,0),maximumDistance:.5,repeat:!0,fadeDirection:{x:!0,y:!0},time:new H(.5,.5)},source:f1},translucent:function(e){let t=e.uniforms;return t.fadeInColor.alpha<1||t.fadeOutColor.alpha<1}});ze.PolylineArrowType="PolylineArrow";ze._materialCache.addMaterial(ze.PolylineArrowType,{fabric:{type:ze.PolylineArrowType,uniforms:{color:new U(1,1,1,1)},source:m1},translucent:!0});ze.PolylineDashType="PolylineDash";ze._materialCache.addMaterial(ze.PolylineDashType,{fabric:{type:ze.PolylineDashType,uniforms:{color:new U(1,0,1,1),gapColor:new U(0,0,0,0),dashLength:16,dashPattern:255},source:p1},translucent:!0});ze.PolylineGlowType="PolylineGlow";ze._materialCache.addMaterial(ze.PolylineGlowType,{fabric:{type:ze.PolylineGlowType,uniforms:{color:new U(0,.5,1,1),glowPower:.25,taperPower:1},source:_1},translucent:!0});ze.PolylineOutlineType="PolylineOutline";ze._materialCache.addMaterial(ze.PolylineOutlineType,{fabric:{type:ze.PolylineOutlineType,uniforms:{color:new U(1,1,1,1),outlineColor:new U(1,0,0,1),outlineWidth:1},source:g1},translucent:function(e){let t=e.uniforms;return t.color.alpha<1||t.outlineColor.alpha<1}});ze.ElevationContourType="ElevationContour";ze._materialCache.addMaterial(ze.ElevationContourType,{fabric:{type:ze.ElevationContourType,uniforms:{spacing:100,color:new U(1,0,0,1),width:1},source:l1},translucent:!1});ze.ElevationRampType="ElevationRamp";ze._materialCache.addMaterial(ze.ElevationRampType,{fabric:{type:ze.ElevationRampType,uniforms:{image:ze.DefaultImageId,minimumHeight:0,maximumHeight:1e4},source:u1},translucent:!1});ze.SlopeRampMaterialType="SlopeRamp";ze._materialCache.addMaterial(ze.SlopeRampMaterialType,{fabric:{type:ze.SlopeRampMaterialType,uniforms:{image:ze.DefaultImageId},source:A1},translucent:!1});ze.AspectRampMaterialType="AspectRamp";ze._materialCache.addMaterial(ze.AspectRampMaterialType,{fabric:{type:ze.AspectRampMaterialType,uniforms:{image:ze.DefaultImageId},source:o1},translucent:!1});ze.ElevationBandType="ElevationBand";ze._materialCache.addMaterial(ze.ElevationBandType,{fabric:{type:ze.ElevationBandType,uniforms:{heights:ze.DefaultImageId,colors:ze.DefaultImageId},source:c1},translucent:!0});var $i=ze;function T0(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.translucent,!0),n=y(e.closed,!1),i=y(e.materialSupport,T0.MaterialSupport.TEXTURED);this.material=l(e.material)?e.material:$i.fromType($i.ColorType),this.translucent=t,this._vertexShaderSource=y(e.vertexShaderSource,i.vertexShaderSource),this._fragmentShaderSource=y(e.fragmentShaderSource,i.fragmentShaderSource),this._renderState=Zi.getDefaultRenderState(t,n,e.renderState),this._closed=n,this._materialSupport=i,this._vertexFormat=i.vertexFormat,this._flat=y(e.flat,!1),this._faceForward=y(e.faceForward,!n)}Object.defineProperties(T0.prototype,{vertexShaderSource:{get:function(){return this._vertexShaderSource}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},renderState:{get:function(){return this._renderState}},closed:{get:function(){return this._closed}},materialSupport:{get:function(){return this._materialSupport}},vertexFormat:{get:function(){return this._vertexFormat}},flat:{get:function(){return this._flat}},faceForward:{get:function(){return this._faceForward}}});T0.prototype.getFragmentShaderSource=Zi.prototype.getFragmentShaderSource;T0.prototype.isTranslucent=Zi.prototype.isTranslucent;T0.prototype.getRenderState=Zi.prototype.getRenderState;T0.MaterialSupport={BASIC:Object.freeze({vertexFormat:we.POSITION_AND_NORMAL,vertexShaderSource:KP,fragmentShaderSource:XP}),TEXTURED:Object.freeze({vertexFormat:we.POSITION_NORMAL_AND_ST,vertexShaderSource:ZP,fragmentShaderSource:JP}),ALL:Object.freeze({vertexFormat:we.ALL,vertexShaderSource:YP,fragmentShaderSource:qP})};var ro=T0;var T1=`varying vec3 v_positionEC;
varying vec3 v_normalEC;
varying vec4 v_color;
void main()
{
vec3 positionToEyeEC = -v_positionEC;
vec3 normalEC = normalize(v_normalEC);
#ifdef FACE_FORWARD
normalEC = faceforward(normalEC, vec3(0.0, 0.0, 1.0), -normalEC);
#endif
vec4 color = czm_gammaCorrect(v_color);
czm_materialInput materialInput;
materialInput.normalEC = normalEC;
materialInput.positionToEyeEC = positionToEyeEC;
czm_material material = czm_getDefaultMaterial(materialInput);
material.diffuse = color.rgb;
material.alpha = color.a;
gl_FragColor = czm_phong(normalize(positionToEyeEC), material, czm_lightDirectionEC);
}
`;var E1=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec3 normal;
attribute vec4 color;
attribute float batchId;
varying vec3 v_positionEC;
varying vec3 v_normalEC;
varying vec4 v_color;
void main()
{
vec4 p = czm_computePosition();
v_positionEC = (czm_modelViewRelativeToEye * p).xyz;
v_normalEC = czm_normal * normal;
v_color = color;
gl_Position = czm_modelViewProjectionRelativeToEye * p;
}
`;var pC=`varying vec4 v_color;
void main()
{
gl_FragColor = czm_gammaCorrect(v_color);
}
`;var b1=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec4 color;
attribute float batchId;
varying vec4 v_color;
void main()
{
vec4 p = czm_computePosition();
v_color = color;
gl_Position = czm_modelViewProjectionRelativeToEye * p;
}
`;function sm(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.translucent,!0),n=y(e.closed,!1),i=y(e.flat,!1),o=i?b1:E1,r=i?pC:T1,s=i?sm.FLAT_VERTEX_FORMAT:sm.VERTEX_FORMAT;this.material=void 0,this.translucent=t,this._vertexShaderSource=y(e.vertexShaderSource,o),this._fragmentShaderSource=y(e.fragmentShaderSource,r),this._renderState=Zi.getDefaultRenderState(t,n,e.renderState),this._closed=n,this._vertexFormat=s,this._flat=i,this._faceForward=y(e.faceForward,!n)}Object.defineProperties(sm.prototype,{vertexShaderSource:{get:function(){return this._vertexShaderSource}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},renderState:{get:function(){return this._renderState}},closed:{get:function(){return this._closed}},vertexFormat:{get:function(){return this._vertexFormat}},flat:{get:function(){return this._flat}},faceForward:{get:function(){return this._faceForward}}});sm.VERTEX_FORMAT=we.POSITION_AND_NORMAL;sm.FLAT_VERTEX_FORMAT=we.POSITION_ONLY;sm.prototype.getFragmentShaderSource=Zi.prototype.getFragmentShaderSource;sm.prototype.isTranslucent=Zi.prototype.isTranslucent;sm.prototype.getRenderState=Zi.prototype.getRenderState;var Qt=sm;function _C(e){this._definitionChanged=new _e,this._color=void 0,this._colorSubscription=void 0,this.color=e}Object.defineProperties(_C.prototype,{isConstant:{get:function(){return j.isConstant(this._color)}},definitionChanged:{get:function(){return this._definitionChanged}},color:ae("color")});_C.prototype.getType=function(e){return"Color"};_C.prototype.getValue=function(e,t){return l(t)||(t={}),t.color=j.getValueOrClonedDefault(this._color,e,U.WHITE,t.color),t};_C.prototype.equals=function(e){return this===e||e instanceof _C&&j.equals(this._color,e._color)};var Pt=_C;function Vp(e){e=y(e,y.EMPTY_OBJECT),l(e.tileInfo)&&l(e.tileInfo.spatialReference)&&l(e.tileInfo.spatialReference.wkid)&&e.tileInfo.spatialReference.wkid==4490?(this._tileInfo=e.tileInfo,this._ellipsoid=y(e.ellipsoid,ie.CGCS2000),this._rectangle=y(e.rectangle,ce.fromDegrees(-180,-90,180,90)),this._numberOfLevelZeroTilesX=y(e.numberOfLevelZeroTilesX,4),this._numberOfLevelZeroTilesY=y(e.numberOfLevelZeroTilesY,2)):(this._ellipsoid=y(e.ellipsoid,ie.WGS84),this._rectangle=y(e.rectangle,ce.MAX_VALUE),this._numberOfLevelZeroTilesX=y(e.numberOfLevelZeroTilesX,2),this._numberOfLevelZeroTilesY=y(e.numberOfLevelZeroTilesY,1)),this._projection=new Ai(this._ellipsoid)}Object.defineProperties(Vp.prototype,{ellipsoid:{get:function(){return this._ellipsoid}},rectangle:{get:function(){return this._rectangle}},projection:{get:function(){return this._projection}}});Vp.prototype.getNumberOfXTilesAtLevel=function(e){if(l(this._tileInfo)){var t=this._tileInfo.lods.filter(function(i){return i.level===e}),n=t[0].resolution;return Math.round(I.toDegrees(I.TWO_PI)/(this._tileInfo.rows*n))}else return this._numberOfLevelZeroTilesX<<e};Vp.prototype.getNumberOfYTilesAtLevel=function(e){if(l(this._tileInfo)){var t=this._tileInfo.lods.filter(function(i){return i.level===e}),n=t[0].resolution;return Math.round(I.toDegrees(I.TWO_PI/2)/(this._tileInfo.cols*n))}else return this._numberOfLevelZeroTilesY<<e};Vp.prototype.rectangleToNativeRectangle=function(e,t){let n=I.toDegrees(e.west),i=I.toDegrees(e.south),o=I.toDegrees(e.east),r=I.toDegrees(e.north);return l(t)?(t.west=n,t.south=i,t.east=o,t.north=r,t):new ce(n,i,o,r)};Vp.prototype.tileXYToNativeRectangle=function(e,t,n,i){let o=this.tileXYToRectangle(e,t,n,i);return o.west=I.toDegrees(o.west),o.south=I.toDegrees(o.south),o.east=I.toDegrees(o.east),o.north=I.toDegrees(o.north),o};Vp.prototype.tileXYToRectangle=function(e,t,n,i){let o=this._rectangle,r=this.getNumberOfXTilesAtLevel(n),s=this.getNumberOfYTilesAtLevel(n),a=o.width/r,c=e*a+o.west,u=(e+1)*a+o.west,f=o.height/s,d=o.north-t*f,p=o.north-(t+1)*f;return l(i)||(i=new ce(c,p,u,d)),i.west=c,i.south=p,i.east=u,i.north=d,i};Vp.prototype.positionToTileXY=function(e,t,n){let i=this._rectangle;if(!ce.contains(i,e))return;let o=this.getNumberOfXTilesAtLevel(t),r=this.getNumberOfYTilesAtLevel(t),s=i.width/o,a=i.height/r,c=e.longitude;i.east<i.west&&(c+=I.TWO_PI);let u=(c-i.west)/s|0;u>=o&&(u=o-1);let f=(i.north-e.latitude)/a|0;return f>=r&&(f=r-1),l(n)?(n.x=u,n.y=f,n):new H(u,f)};var ui=Vp;var zX=new h,HX=new h,GX=new he,rG=new h,EEe=new h,WX=new re,bEe=new ui,Sb=[new he,new he,new he,new he],wb=new H,br={};br.initialize=function(){let e=br._initPromise;return l(e)||(e=Pe.fetchJson(Kt("Assets/approximateTerrainHeights.json")).then(function(t){br._terrainHeights=t}),br._initPromise=e),e};br.getMinimumMaximumHeights=function(e,t){t=y(t,ie.WGS84);let n=jX(e),i=br._defaultMinTerrainHeight,o=br._defaultMaxTerrainHeight;if(l(n)){let r=`${n.level}-${n.x}-${n.y}`,s=br._terrainHeights[r];l(s)&&(i=s[0],o=s[1]),t.cartographicToCartesian(ce.northeast(e,GX),zX),t.cartographicToCartesian(ce.southwest(e,GX),HX),h.midpoint(HX,zX,rG);let a=t.scaleToGeodeticSurface(rG,EEe);if(l(a)){let c=h.distance(rG,a);i=Math.min(i,-c)}else i=br._defaultMinTerrainHeight}return i=Math.max(br._defaultMinTerrainHeight,i),{minimumTerrainHeight:i,maximumTerrainHeight:o}};br.getBoundingSphere=function(e,t){t=y(t,ie.WGS84);let n=jX(e),i=br._defaultMaxTerrainHeight;if(l(n)){let r=`${n.level}-${n.x}-${n.y}`,s=br._terrainHeights[r];l(s)&&(i=s[1])}let o=re.fromRectangle3D(e,t,0);return re.fromRectangle3D(e,t,i,WX),re.union(o,WX,o)};function jX(e){he.fromRadians(e.east,e.north,0,Sb[0]),he.fromRadians(e.west,e.north,0,Sb[1]),he.fromRadians(e.east,e.south,0,Sb[2]),he.fromRadians(e.west,e.south,0,Sb[3]);let t=0,n=0,i=0,o=0,r=br._terrainHeightsMaxLevel,s;for(s=0;s<=r;++s){let a=!1;for(let c=0;c<4;++c){let u=Sb[c];if(bEe.positionToTileXY(u,s,wb),c===0)i=wb.x,o=wb.y;else if(i!==wb.x||o!==wb.y){a=!0;break}}if(a)break;t=i,n=o}if(s!==0)return{x:t,y:n,level:s>r?r:s-1}}br._terrainHeightsMaxLevel=6;br._defaultMaxTerrainHeight=9e3;br._defaultMinTerrainHeight=-1e5;br._terrainHeights=void 0;br._initPromise=void 0;Object.defineProperties(br,{initialized:{get:function(){return l(br._terrainHeights)}}});var oi=br;function Ka(e,t,n){this.minimum=h.clone(y(e,h.ZERO)),this.maximum=h.clone(y(t,h.ZERO)),l(n)?n=h.clone(n):n=h.midpoint(this.minimum,this.maximum,new h),this.center=n}Ka.fromCorners=function(e,t,n){return l(n)||(n=new Ka),n.minimum=h.clone(e,n.minimum),n.maximum=h.clone(t,n.maximum),n.center=h.midpoint(e,t,n.center),n};Ka.fromPoints=function(e,t){if(l(t)||(t=new Ka),!l(e)||e.length===0)return t.minimum=h.clone(h.ZERO,t.minimum),t.maximum=h.clone(h.ZERO,t.maximum),t.center=h.clone(h.ZERO,t.center),t;let n=e[0].x,i=e[0].y,o=e[0].z,r=e[0].x,s=e[0].y,a=e[0].z,c=e.length;for(let d=1;d<c;d++){let p=e[d],g=p.x,m=p.y,A=p.z;n=Math.min(g,n),r=Math.max(g,r),i=Math.min(m,i),s=Math.max(m,s),o=Math.min(A,o),a=Math.max(A,a)}let u=t.minimum;u.x=n,u.y=i,u.z=o;let f=t.maximum;return f.x=r,f.y=s,f.z=a,t.center=h.midpoint(u,f,t.center),t};Ka.clone=function(e,t){if(!!l(e))return l(t)?(t.minimum=h.clone(e.minimum,t.minimum),t.maximum=h.clone(e.maximum,t.maximum),t.center=h.clone(e.center,t.center),t):new Ka(e.minimum,e.maximum,e.center)};Ka.equals=function(e,t){return e===t||l(e)&&l(t)&&h.equals(e.center,t.center)&&h.equals(e.minimum,t.minimum)&&h.equals(e.maximum,t.maximum)};var S1=new h;Ka.intersectPlane=function(e,t){S1=h.subtract(e.maximum,e.minimum,S1);let n=h.multiplyByScalar(S1,.5,S1),i=t.normal,o=n.x*Math.abs(i.x)+n.y*Math.abs(i.y)+n.z*Math.abs(i.z),r=h.dot(e.center,i)+t.distance;return r-o>0?Xt.INSIDE:r+o<0?Xt.OUTSIDE:Xt.INTERSECTING};Ka.prototype.clone=function(e){return Ka.clone(this,e)};Ka.prototype.intersectPlane=function(e){return Ka.intersectPlane(this,e)};Ka.prototype.equals=function(e){return Ka.equals(this,e)};var E0=Ka;var sG={};sG.computeDiscriminant=function(e,t,n){return t*t-4*e*n};function qX(e,t,n){let i=e+t;return I.sign(e)!==I.sign(t)&&Math.abs(i/Math.max(Math.abs(e),Math.abs(t)))<n?0:i}sG.computeRealRoots=function(e,t,n){let i;if(e===0)return t===0?[]:[-n/t];if(t===0){if(n===0)return[0,0];let c=Math.abs(n),u=Math.abs(e);if(c<u&&c/u<I.EPSILON14)return[0,0];if(c>u&&u/c<I.EPSILON14)return[];if(i=-n/e,i<0)return[];let f=Math.sqrt(i);return[-f,f]}else if(n===0)return i=-t/e,i<0?[i,0]:[0,i];let o=t*t,r=4*e*n,s=qX(o,-r,I.EPSILON14);if(s<0)return[];let a=-.5*qX(t,I.sign(t)*Math.sqrt(s),I.EPSILON14);return t>0?[a/e,n/a]:[n/a,a/e]};var Bc=sG;var cG={};cG.computeDiscriminant=function(e,t,n,i){let o=e*e,r=t*t,s=n*n,a=i*i;return 18*e*t*n*i+r*s-27*o*a-4*(e*s*n+r*t*i)};function aG(e,t,n,i){let o=e,r=t/3,s=n/3,a=i,c=o*s,u=r*a,f=r*r,d=s*s,p=o*s-f,g=o*a-r*s,m=r*a-d,A=4*p*m-g*g,C,x;if(A<0){let X,q,Y;f*u>=c*d?(X=o,q=p,Y=-2*r*p+o*g):(X=a,q=m,Y=-a*g+2*s*m);let J=-(Y<0?-1:1)*Math.abs(X)*Math.sqrt(-A);x=-Y+J;let Z=x/2,ue=Z<0?-Math.pow(-Z,1/3):Math.pow(Z,1/3),pe=x===J?-ue:-q/ue;return C=q<=0?ue+pe:-Y/(ue*ue+pe*pe+q),f*u>=c*d?[(C-r)/o]:[-a/(C+s)]}let b=p,E=-2*r*p+o*g,S=m,D=-a*g+2*s*m,v=Math.sqrt(A),O=Math.sqrt(3)/2,R=Math.abs(Math.atan2(o*v,-E)/3);C=2*Math.sqrt(-b);let M=Math.cos(R);x=C*M;let L=C*(-M/2-O*Math.sin(R)),_=x+L>2*r?x-r:L-r,T=o,w=_/T;R=Math.abs(Math.atan2(a*v,-D)/3),C=2*Math.sqrt(-S),M=Math.cos(R),x=C*M,L=C*(-M/2-O*Math.sin(R));let P=-a,B=x+L<2*s?x+s:L+s,N=P/B,z=T*B,V=-_*B-T*P,G=_*P,k=(s*V-r*G)/(-r*V+s*z);return w<=k?w<=N?k<=N?[w,k,N]:[w,N,k]:[N,w,k]:w<=N?[k,w,N]:k<=N?[k,N,w]:[N,k,w]}cG.computeRealRoots=function(e,t,n,i){let o,r;if(e===0)return Bc.computeRealRoots(t,n,i);if(t===0){if(n===0){if(i===0)return[0,0,0];r=-i/e;let s=r<0?-Math.pow(-r,1/3):Math.pow(r,1/3);return[s,s,s]}else if(i===0)return o=Bc.computeRealRoots(e,0,n),o.Length===0?[0]:[o[0],0,o[1]];return aG(e,0,n,i)}else{if(n===0)return i===0?(r=-t/e,r<0?[r,0,0]:[0,0,r]):aG(e,t,0,i);if(i===0)return o=Bc.computeRealRoots(e,t,n),o.length===0?[0]:o[1]<=0?[o[0],o[1],0]:o[0]>=0?[0,o[0],o[1]]:[o[0],0,o[1]]}return aG(e,t,n,i)};var gC=cG;var lG={};lG.computeDiscriminant=function(e,t,n,i,o){let r=e*e,s=r*e,a=t*t,c=a*t,u=n*n,f=u*n,d=i*i,p=d*i,g=o*o,m=g*o;return a*u*d-4*c*p-4*e*f*d+18*e*t*n*p-27*r*d*d+256*s*m+o*(18*c*n*i-4*a*f+16*e*u*u-80*e*t*u*i-6*e*a*d+144*r*n*d)+g*(144*e*a*n-27*a*a-128*r*u-192*r*t*i)};function _f(e,t,n,i){let o=e*e,r=t-3*o/8,s=n-t*e/2+o*e/8,a=i-n*e/4+t*o/16-3*o*o/256,c=gC.computeRealRoots(1,2*r,r*r-4*a,-s*s);if(c.length>0){let u=-e/4,f=c[c.length-1];if(Math.abs(f)<I.EPSILON14){let d=Bc.computeRealRoots(1,r,a);if(d.length===2){let p=d[0],g=d[1],m;if(p>=0&&g>=0){let A=Math.sqrt(p),C=Math.sqrt(g);return[u-C,u-A,u+A,u+C]}else{if(p>=0&&g<0)return m=Math.sqrt(p),[u-m,u+m];if(p<0&&g>=0)return m=Math.sqrt(g),[u-m,u+m]}}return[]}else if(f>0){let d=Math.sqrt(f),p=(r+f-s/d)/2,g=(r+f+s/d)/2,m=Bc.computeRealRoots(1,d,p),A=Bc.computeRealRoots(1,-d,g);return m.length!==0?(m[0]+=u,m[1]+=u,A.length!==0?(A[0]+=u,A[1]+=u,m[1]<=A[0]?[m[0],m[1],A[0],A[1]]:A[1]<=m[0]?[A[0],A[1],m[0],m[1]]:m[0]>=A[0]&&m[1]<=A[1]?[A[0],m[0],m[1],A[1]]:A[0]>=m[0]&&A[1]<=m[1]?[m[0],A[0],A[1],m[1]]:m[0]>A[0]&&m[0]<A[1]?[A[0],m[0],A[1],m[1]]:[m[0],A[0],m[1],A[1]]):m):A.length!==0?(A[0]+=u,A[1]+=u,A):[]}}return[]}function Db(e,t,n,i){let o=n*n,r=t*t,s=e*e,a=-2*t,c=n*e+r-4*i,u=s*i-n*t*e+o,f=gC.computeRealRoots(1,a,c,u);if(f.length>0){let d=f[0],p=t-d,g=p*p,m=e/2,A=p/2,C=g-4*i,x=g+4*Math.abs(i),b=s-4*d,E=s+4*Math.abs(d),S,D;if(d<0||C*E<b*x){let T=Math.sqrt(b);S=T/2,D=T===0?0:(e*A-n)/T}else{let T=Math.sqrt(C);S=T===0?0:(e*A-n)/T,D=T/2}let v,O;m===0&&S===0?(v=0,O=0):I.sign(m)===I.sign(S)?(v=m+S,O=d/v):(O=m-S,v=d/O);let R,M;A===0&&D===0?(R=0,M=0):I.sign(A)===I.sign(D)?(R=A+D,M=i/R):(M=A-D,R=i/M);let L=Bc.computeRealRoots(1,v,R),_=Bc.computeRealRoots(1,O,M);if(L.length!==0)return _.length!==0?L[1]<=_[0]?[L[0],L[1],_[0],_[1]]:_[1]<=L[0]?[_[0],_[1],L[0],L[1]]:L[0]>=_[0]&&L[1]<=_[1]?[_[0],L[0],L[1],_[1]]:_[0]>=L[0]&&_[1]<=L[1]?[L[0],_[0],_[1],L[1]]:L[0]>_[0]&&L[0]<_[1]?[_[0],L[0],_[1],L[1]]:[L[0],_[0],L[1],_[1]]:L;if(_.length!==0)return _}return[]}lG.computeRealRoots=function(e,t,n,i,o){if(Math.abs(e)<I.EPSILON15)return gC.computeRealRoots(t,n,i,o);let r=t/e,s=n/e,a=i/e,c=o/e,u=r<0?1:0;switch(u+=s<0?u+1:u,u+=a<0?u+1:u,u+=c<0?u+1:u,u){case 0:return _f(r,s,a,c);case 1:return Db(r,s,a,c);case 2:return Db(r,s,a,c);case 3:return _f(r,s,a,c);case 4:return _f(r,s,a,c);case 5:return Db(r,s,a,c);case 6:return _f(r,s,a,c);case 7:return _f(r,s,a,c);case 8:return Db(r,s,a,c);case 9:return _f(r,s,a,c);case 10:return _f(r,s,a,c);case 11:return Db(r,s,a,c);case 12:return _f(r,s,a,c);case 13:return _f(r,s,a,c);case 14:return _f(r,s,a,c);case 15:return _f(r,s,a,c);default:return}};var w1=lG;function D1(e,t){t=h.clone(y(t,h.ZERO)),h.equals(t,h.ZERO)||h.normalize(t,t),this.origin=h.clone(y(e,h.ZERO)),this.direction=t}D1.clone=function(e,t){if(!!l(e))return l(t)?(t.origin=h.clone(e.origin),t.direction=h.clone(e.direction),t):new D1(e.origin,e.direction)};D1.getPoint=function(e,t,n){return l(n)||(n=new h),n=h.multiplyByScalar(e.direction,t,n),h.add(e.origin,n,n)};var En=D1;var Yo={};Yo.rayPlane=function(e,t,n){l(n)||(n=new h);let i=e.origin,o=e.direction,r=t.normal,s=h.dot(r,o);if(Math.abs(s)<I.EPSILON15)return;let a=(-t.distance-h.dot(r,i))/s;if(!(a<0))return n=h.multiplyByScalar(o,a,n),h.add(i,n,n)};var SEe=new h,wEe=new h,eK=new h,YX=new h,XX=new h;Yo.rayTriangleParametric=function(e,t,n,i,o){o=y(o,!1);let r=e.origin,s=e.direction,a=h.subtract(n,t,SEe),c=h.subtract(i,t,wEe),u=h.cross(s,c,eK),f=h.dot(a,u),d,p,g,m,A;if(o){if(f<I.EPSILON6||(d=h.subtract(r,t,YX),g=h.dot(d,u),g<0||g>f)||(p=h.cross(d,a,XX),m=h.dot(s,p),m<0||g+m>f))return;A=h.dot(c,p)/f}else{if(Math.abs(f)<I.EPSILON6)return;let C=1/f;if(d=h.subtract(r,t,YX),g=h.dot(d,u)*C,g<0||g>1||(p=h.cross(d,a,XX),m=h.dot(s,p)*C,m<0||g+m>1))return;A=h.dot(c,p)*C}return A};Yo.rayTriangle=function(e,t,n,i,o,r){let s=Yo.rayTriangleParametric(e,t,n,i,o);if(!(!l(s)||s<0))return l(r)||(r=new h),h.multiplyByScalar(e.direction,s,r),h.add(e.origin,r,r)};var DEe=new En;Yo.lineSegmentTriangle=function(e,t,n,i,o,r,s){let a=DEe;h.clone(e,a.origin),h.subtract(t,e,a.direction),h.normalize(a.direction,a.direction);let c=Yo.rayTriangleParametric(a,n,i,o,r);if(!(!l(c)||c<0||c>h.distance(e,t)))return l(s)||(s=new h),h.multiplyByScalar(a.direction,c,s),h.add(a.origin,s,s)};function vEe(e,t,n,i){let o=t*t-4*e*n;if(o<0)return;if(o>0){let s=1/(2*e),a=Math.sqrt(o),c=(-t+a)*s,u=(-t-a)*s;return c<u?(i.root0=c,i.root1=u):(i.root0=u,i.root1=c),i}let r=-t/(2*e);if(r!==0)return i.root0=i.root1=r,i}var PEe={root0:0,root1:0};function tK(e,t,n){l(n)||(n=new Ic);let i=e.origin,o=e.direction,r=t.center,s=t.radius*t.radius,a=h.subtract(i,r,eK),c=h.dot(o,o),u=2*h.dot(o,a),f=h.magnitudeSquared(a)-s,d=vEe(c,u,f,PEe);if(!!l(d))return n.start=d.root0,n.stop=d.root1,n}Yo.raySphere=function(e,t,n){if(n=tK(e,t,n),!(!l(n)||n.stop<0))return n.start=Math.max(n.start,0),n};var IEe=new En;Yo.lineSegmentSphere=function(e,t,n,i){let o=IEe;h.clone(e,o.origin);let r=h.subtract(t,e,o.direction),s=h.magnitude(r);if(h.normalize(r,r),i=tK(o,n,i),!(!l(i)||i.stop<0||i.start>s))return i.start=Math.max(i.start,0),i.stop=Math.min(i.stop,s),i};var OEe=new h,BEe=new h;Yo.rayEllipsoid=function(e,t){let n=t.oneOverRadii,i=h.multiplyComponents(n,e.origin,OEe),o=h.multiplyComponents(n,e.direction,BEe),r=h.magnitudeSquared(i),s=h.dot(i,o),a,c,u,f,d;if(r>1){if(s>=0)return;let p=s*s;if(a=r-1,c=h.magnitudeSquared(o),u=c*a,p<u)return;if(p>u){f=s*s-u,d=-s+Math.sqrt(f);let m=d/c,A=a/d;return m<A?new Ic(m,A):{start:A,stop:m}}let g=Math.sqrt(a/c);return new Ic(g,g)}else if(r<1)return a=r-1,c=h.magnitudeSquared(o),u=c*a,f=s*s-u,d=-s+Math.sqrt(f),new Ic(0,d/c);if(s<0)return c=h.magnitudeSquared(o),new Ic(0,-s/c)};function b0(e,t,n){let i=e+t;return I.sign(e)!==I.sign(t)&&Math.abs(i/Math.max(Math.abs(e),Math.abs(t)))<n?0:i}function REe(e,t,n,i,o){let r=i*i,s=o*o,a=(e[Q.COLUMN1ROW1]-e[Q.COLUMN2ROW2])*s,c=o*(i*b0(e[Q.COLUMN1ROW0],e[Q.COLUMN0ROW1],I.EPSILON15)+t.y),u=e[Q.COLUMN0ROW0]*r+e[Q.COLUMN2ROW2]*s+i*t.x+n,f=s*b0(e[Q.COLUMN2ROW1],e[Q.COLUMN1ROW2],I.EPSILON15),d=o*(i*b0(e[Q.COLUMN2ROW0],e[Q.COLUMN0ROW2])+t.z),p,g=[];if(d===0&&f===0){if(p=Bc.computeRealRoots(a,c,u),p.length===0)return g;let R=p[0],M=Math.sqrt(Math.max(1-R*R,0));if(g.push(new h(i,o*R,o*-M)),g.push(new h(i,o*R,o*M)),p.length===2){let L=p[1],_=Math.sqrt(Math.max(1-L*L,0));g.push(new h(i,o*L,o*-_)),g.push(new h(i,o*L,o*_))}return g}let m=d*d,A=f*f,C=a*a,x=d*f,b=C+A,E=2*(c*a+x),S=2*u*a+c*c-A+m,D=2*(u*c-x),v=u*u-m;if(b===0&&E===0&&S===0&&D===0)return g;p=w1.computeRealRoots(b,E,S,D,v);let O=p.length;if(O===0)return g;for(let R=0;R<O;++R){let M=p[R],L=M*M,_=Math.max(1-L,0),T=Math.sqrt(_),w;I.sign(a)===I.sign(u)?w=b0(a*L+u,c*M,I.EPSILON12):I.sign(u)===I.sign(c*M)?w=b0(a*L,c*M+u,I.EPSILON12):w=b0(a*L+c*M,u,I.EPSILON12);let P=b0(f*M,d,I.EPSILON15),B=w*P;B<0?g.push(new h(i,o*M,o*T)):B>0?g.push(new h(i,o*M,o*-T)):T!==0?(g.push(new h(i,o*M,o*-T)),g.push(new h(i,o*M,o*T)),++R):g.push(new h(i,o*M,o*T))}return g}var uG=new h,KX=new h,JX=new h,v1=new h,MEe=new h,LEe=new Q,FEe=new Q,NEe=new Q,kEe=new Q,VEe=new Q,ZX=new Q,QX=new Q,$X=new h,UEe=new h,zEe=new he;Yo.grazingAltitudeLocation=function(e,t){let n=e.origin,i=e.direction;if(!h.equals(n,h.ZERO)){let v=t.geodeticSurfaceNormal(n,uG);if(h.dot(i,v)>=0)return n}let o=l(this.rayEllipsoid(e,t)),r=t.transformPositionToScaledSpace(i,uG),s=h.normalize(r,r),a=h.mostOrthogonalAxis(r,v1),c=h.normalize(h.cross(a,s,KX),KX),u=h.normalize(h.cross(s,c,JX),JX),f=LEe;f[0]=s.x,f[1]=s.y,f[2]=s.z,f[3]=c.x,f[4]=c.y,f[5]=c.z,f[6]=u.x,f[7]=u.y,f[8]=u.z;let d=Q.transpose(f,FEe),p=Q.fromScale(t.radii,NEe),g=Q.fromScale(t.oneOverRadii,kEe),m=VEe;m[0]=0,m[1]=-i.z,m[2]=i.y,m[3]=i.z,m[4]=0,m[5]=-i.x,m[6]=-i.y,m[7]=i.x,m[8]=0;let A=Q.multiply(Q.multiply(d,g,ZX),m,ZX),C=Q.multiply(Q.multiply(A,p,QX),f,QX),x=Q.multiplyByVector(A,n,MEe),b=REe(C,h.negate(x,uG),0,0,1),E,S,D=b.length;if(D>0){let v=h.clone(h.ZERO,UEe),O=Number.NEGATIVE_INFINITY;for(let M=0;M<D;++M){E=Q.multiplyByVector(p,Q.multiplyByVector(f,b[M],$X),$X);let L=h.normalize(h.subtract(E,n,v1),v1),_=h.dot(L,i);_>O&&(O=_,v=h.clone(E,v))}let R=t.cartesianToCartographic(v,zEe);return O=I.clamp(O,0,1),S=h.magnitude(h.subtract(v,n,v1))*Math.sqrt(1-O*O),S=o?-S:S,R.height=S,t.cartographicToCartesian(R,new h)}};var HEe=new h;Yo.lineSegmentPlane=function(e,t,n,i){l(i)||(i=new h);let o=h.subtract(t,e,HEe),r=n.normal,s=h.dot(r,o);if(Math.abs(s)<I.EPSILON6)return;let a=h.dot(r,e),c=-(n.distance+a)/s;if(!(c<0||c>1))return h.multiplyByScalar(o,c,i),h.add(e,i,i),i};Yo.trianglePlaneIntersection=function(e,t,n,i){let o=i.normal,r=i.distance,s=h.dot(o,e)+r<0,a=h.dot(o,t)+r<0,c=h.dot(o,n)+r<0,u=0;u+=s?1:0,u+=a?1:0,u+=c?1:0;let f,d;if((u===1||u===2)&&(f=new h,d=new h),u===1){if(s)return Yo.lineSegmentPlane(e,t,i,f),Yo.lineSegmentPlane(e,n,i,d),{positions:[e,t,n,f,d],indices:[0,3,4,1,2,4,1,4,3]};if(a)return Yo.lineSegmentPlane(t,n,i,f),Yo.lineSegmentPlane(t,e,i,d),{positions:[e,t,n,f,d],indices:[1,3,4,2,0,4,2,4,3]};if(c)return Yo.lineSegmentPlane(n,e,i,f),Yo.lineSegmentPlane(n,t,i,d),{positions:[e,t,n,f,d],indices:[2,3,4,0,1,4,0,4,3]}}else if(u===2)if(s)if(a){if(!c)return Yo.lineSegmentPlane(e,n,i,f),Yo.lineSegmentPlane(t,n,i,d),{positions:[e,t,n,f,d],indices:[0,1,4,0,4,3,2,3,4]}}else return Yo.lineSegmentPlane(n,t,i,f),Yo.lineSegmentPlane(e,t,i,d),{positions:[e,t,n,f,d],indices:[2,0,4,2,4,3,1,3,4]};else return Yo.lineSegmentPlane(t,e,i,f),Yo.lineSegmentPlane(n,e,i,d),{positions:[e,t,n,f,d],indices:[1,2,4,1,4,3,0,3,4]}};var qi=Yo;function os(e,t){this.normal=h.clone(e),this.distance=t}os.fromPointNormal=function(e,t,n){let i=-h.dot(t,e);return l(n)?(h.clone(t,n.normal),n.distance=i,n):new os(t,i)};var GEe=new h;os.fromCartesian4=function(e,t){let n=h.fromCartesian4(e,GEe),i=e.w;return l(t)?(h.clone(n,t.normal),t.distance=i,t):new os(n,i)};os.getPointDistance=function(e,t){return h.dot(e.normal,t)+e.distance};var WEe=new h;os.projectPointOntoPlane=function(e,t,n){l(n)||(n=new h);let i=os.getPointDistance(e,t),o=h.multiplyByScalar(e.normal,i,WEe);return h.subtract(t,o,n)};var jEe=new F,qEe=new se,YEe=new h;os.transform=function(e,t,n){let i=e.normal,o=e.distance,r=F.inverseTranspose(t,jEe),s=se.fromElements(i.x,i.y,i.z,o,qEe);s=F.multiplyByVector(r,s,s);let a=h.fromCartesian4(s,YEe);return s=se.divideByScalar(s,h.magnitude(a),s),os.fromCartesian4(s,n)};os.clone=function(e,t){return l(t)?(h.clone(e.normal,t.normal),t.distance=e.distance,t):new os(e.normal,e.distance)};os.equals=function(e,t){return e.distance===t.distance&&h.equals(e.normal,t.normal)};os.ORIGIN_XY_PLANE=Object.freeze(new os(h.UNIT_Z,0));os.ORIGIN_YZ_PLANE=Object.freeze(new os(h.UNIT_X,0));os.ORIGIN_ZX_PLANE=Object.freeze(new os(h.UNIT_Y,0));var tn=os;var fG=new se;function Rd(e,t){t=y(t,ie.WGS84),e=t.scaleToGeodeticSurface(e);let n=vt.eastNorthUpToFixedFrame(e,t);this._ellipsoid=t,this._origin=e,this._xAxis=h.fromCartesian4(F.getColumn(n,0,fG)),this._yAxis=h.fromCartesian4(F.getColumn(n,1,fG));let i=h.fromCartesian4(F.getColumn(n,2,fG));this._plane=tn.fromPointNormal(e,i)}Object.defineProperties(Rd.prototype,{ellipsoid:{get:function(){return this._ellipsoid}},origin:{get:function(){return this._origin}},plane:{get:function(){return this._plane}},xAxis:{get:function(){return this._xAxis}},yAxis:{get:function(){return this._yAxis}},zAxis:{get:function(){return this._plane.normal}}});var XEe=new E0;Rd.fromPoints=function(e,t){let n=E0.fromPoints(e,XEe);return new Rd(n.center,t)};var nK=new En,P1=new h;Rd.prototype.projectPointOntoPlane=function(e,t){let n=nK;n.origin=e,h.normalize(e,n.direction);let i=qi.rayPlane(n,this._plane,P1);if(l(i)||(h.negate(n.direction,n.direction),i=qi.rayPlane(n,this._plane,P1)),l(i)){let o=h.subtract(i,this._origin,i),r=h.dot(this._xAxis,o),s=h.dot(this._yAxis,o);return l(t)?(t.x=r,t.y=s,t):new H(r,s)}};Rd.prototype.projectPointsOntoPlane=function(e,t){l(t)||(t=[]);let n=0,i=e.length;for(let o=0;o<i;o++){let r=this.projectPointOntoPlane(e[o],t[n]);l(r)&&(t[n]=r,n++)}return t.length=n,t};Rd.prototype.projectPointToNearestOnPlane=function(e,t){l(t)||(t=new H);let n=nK;n.origin=e,h.clone(this._plane.normal,n.direction);let i=qi.rayPlane(n,this._plane,P1);l(i)||(h.negate(n.direction,n.direction),i=qi.rayPlane(n,this._plane,P1));let o=h.subtract(i,this._origin,i),r=h.dot(this._xAxis,o),s=h.dot(this._yAxis,o);return t.x=r,t.y=s,t};Rd.prototype.projectPointsToNearestOnPlane=function(e,t){l(t)||(t=[]);let n=e.length;t.length=n;for(let i=0;i<n;i++)t[i]=this.projectPointToNearestOnPlane(e[i],t[i]);return t};var KEe=new h;Rd.prototype.projectPointOntoEllipsoid=function(e,t){l(t)||(t=new h);let n=this._ellipsoid,i=this._origin,o=this._xAxis,r=this._yAxis,s=KEe;return h.multiplyByScalar(o,e.x,s),t=h.add(i,s,t),h.multiplyByScalar(r,e.y,s),h.add(t,s,t),n.scaleToGeocentricSurface(t,t),t};Rd.prototype.projectPointsOntoEllipsoid=function(e,t){let n=e.length;l(t)?t.length=n:t=new Array(n);for(let i=0;i<n;++i)t[i]=this.projectPointOntoEllipsoid(e[i],t[i]);return t};var da=Rd;function Ti(e,t){this.center=h.clone(y(e,h.ZERO)),this.halfAxes=Q.clone(y(t,Q.ZERO))}Ti.packedLength=h.packedLength+Q.packedLength;Ti.pack=function(e,t,n){return n=y(n,0),h.pack(e.center,t,n),Q.pack(e.halfAxes,t,n+h.packedLength),t};Ti.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Ti),h.unpack(e,t,n.center),Q.unpack(e,t+h.packedLength,n.halfAxes),n};var JEe=new h,ZEe=new h,QEe=new h,$Ee=new h,ebe=new h,tbe=new h,nbe=new Q,ibe={unitary:new Q,diagonal:new Q};Ti.fromPoints=function(e,t){if(l(t)||(t=new Ti),!l(e)||e.length===0)return t.halfAxes=Q.ZERO,t.center=h.ZERO,t;let n,i=e.length,o=h.clone(e[0],JEe);for(n=1;n<i;n++)h.add(o,e[n],o);let r=1/i;h.multiplyByScalar(o,r,o);let s=0,a=0,c=0,u=0,f=0,d=0,p;for(n=0;n<i;n++)p=h.subtract(e[n],o,ZEe),s+=p.x*p.x,a+=p.x*p.y,c+=p.x*p.z,u+=p.y*p.y,f+=p.y*p.z,d+=p.z*p.z;s*=r,a*=r,c*=r,u*=r,f*=r,d*=r;let g=nbe;g[0]=s,g[1]=a,g[2]=c,g[3]=a,g[4]=u,g[5]=f,g[6]=c,g[7]=f,g[8]=d;let m=Q.computeEigenDecomposition(g,ibe),A=Q.clone(m.unitary,t.halfAxes),C=Q.getColumn(A,0,$Ee),x=Q.getColumn(A,1,ebe),b=Q.getColumn(A,2,tbe),E=-Number.MAX_VALUE,S=-Number.MAX_VALUE,D=-Number.MAX_VALUE,v=Number.MAX_VALUE,O=Number.MAX_VALUE,R=Number.MAX_VALUE;for(n=0;n<i;n++)p=e[n],E=Math.max(h.dot(C,p),E),S=Math.max(h.dot(x,p),S),D=Math.max(h.dot(b,p),D),v=Math.min(h.dot(C,p),v),O=Math.min(h.dot(x,p),O),R=Math.min(h.dot(b,p),R);C=h.multiplyByScalar(C,.5*(v+E),C),x=h.multiplyByScalar(x,.5*(O+S),x),b=h.multiplyByScalar(b,.5*(R+D),b);let M=h.add(C,x,t.center);h.add(M,b,M);let L=QEe;return L.x=E-v,L.y=S-O,L.z=D-R,h.multiplyByScalar(L,.5,L),Q.multiplyByScale(t.halfAxes,L,t.halfAxes),t};var cK=new h,obe=new h;function iK(e,t,n,i,o,r,s,a,c,u,f){l(f)||(f=new Ti);let d=f.halfAxes;Q.setColumn(d,0,t,d),Q.setColumn(d,1,n,d),Q.setColumn(d,2,i,d);let p=cK;p.x=(o+r)/2,p.y=(s+a)/2,p.z=(c+u)/2;let g=obe;g.x=(r-o)/2,g.y=(a-s)/2,g.z=(u-c)/2;let m=f.center;return p=Q.multiplyByVector(d,p,p),h.add(e,p,m),Q.multiplyByScale(d,g,d),f}var oK=new he,rbe=new h,sbe=new he,abe=new he,cbe=new he,lbe=new he,ube=new he,fbe=new h,rK=new h,dbe=new h,sK=new h,hbe=new h,mbe=new H,pbe=new H,_be=new H,gbe=new H,ybe=new H,Abe=new h,Cbe=new h,xbe=new h,Tbe=new h,Ebe=new H,bbe=new h,Sbe=new h,wbe=new h,Dbe=new tn(h.UNIT_X,0);Ti.fromRectangle=function(e,t,n,i,o){t=y(t,0),n=y(n,0),i=y(i,ie.WGS84);let r,s,a,c,u,f,d;if(e.width<=I.PI){let O=ce.center(e,oK),R=i.cartographicToCartesian(O,rbe),M=new da(R,i);d=M.plane;let L=O.longitude,_=e.south<0&&e.north>0?0:O.latitude,T=he.fromRadians(L,e.north,n,sbe),w=he.fromRadians(e.west,e.north,n,abe),P=he.fromRadians(e.west,_,n,cbe),B=he.fromRadians(e.west,e.south,n,lbe),N=he.fromRadians(L,e.south,n,ube),z=i.cartographicToCartesian(T,fbe),V=i.cartographicToCartesian(w,rK),G=i.cartographicToCartesian(P,dbe),k=i.cartographicToCartesian(B,sK),X=i.cartographicToCartesian(N,hbe),q=M.projectPointToNearestOnPlane(z,mbe),Y=M.projectPointToNearestOnPlane(V,pbe),W=M.projectPointToNearestOnPlane(G,_be),J=M.projectPointToNearestOnPlane(k,gbe),Z=M.projectPointToNearestOnPlane(X,ybe);return r=Math.min(Y.x,W.x,J.x),s=-r,c=Math.max(Y.y,q.y),a=Math.min(J.y,Z.y),w.height=B.height=t,V=i.cartographicToCartesian(w,rK),k=i.cartographicToCartesian(B,sK),u=Math.min(tn.getPointDistance(d,V),tn.getPointDistance(d,k)),f=n,iK(M.origin,M.xAxis,M.yAxis,M.zAxis,r,s,a,c,u,f,o)}let p=e.south>0,g=e.north<0,m=p?e.south:g?e.north:0,A=ce.center(e,oK).longitude,C=h.fromRadians(A,m,n,i,Abe);C.z=0;let b=Math.abs(C.x)<I.EPSILON10&&Math.abs(C.y)<I.EPSILON10?h.UNIT_X:h.normalize(C,Cbe),E=h.UNIT_Z,S=h.cross(b,E,xbe);d=tn.fromPointNormal(C,b,Dbe);let D=h.fromRadians(A+I.PI_OVER_TWO,m,n,i,Tbe);s=h.dot(tn.projectPointOntoPlane(d,D,Ebe),S),r=-s,c=h.fromRadians(0,e.north,g?t:n,i,bbe).z,a=h.fromRadians(0,e.south,p?t:n,i,Sbe).z;let v=h.fromRadians(e.east,m,n,i,wbe);return u=tn.getPointDistance(d,v),f=0,iK(C,S,E,b,r,s,a,c,u,f,o)};Ti.fromTransformation=function(e,t){return l(t)||(t=new Ti),t.center=F.getTranslation(e,t.center),t.halfAxes=F.getMatrix3(e,t.halfAxes),t.halfAxes=Q.multiplyByScalar(t.halfAxes,.5,t.halfAxes),t};Ti.clone=function(e,t){if(!!l(e))return l(t)?(h.clone(e.center,t.center),Q.clone(e.halfAxes,t.halfAxes),t):new Ti(e.center,e.halfAxes)};Ti.intersectPlane=function(e,t){let n=e.center,i=t.normal,o=e.halfAxes,r=i.x,s=i.y,a=i.z,c=Math.abs(r*o[Q.COLUMN0ROW0]+s*o[Q.COLUMN0ROW1]+a*o[Q.COLUMN0ROW2])+Math.abs(r*o[Q.COLUMN1ROW0]+s*o[Q.COLUMN1ROW1]+a*o[Q.COLUMN1ROW2])+Math.abs(r*o[Q.COLUMN2ROW0]+s*o[Q.COLUMN2ROW1]+a*o[Q.COLUMN2ROW2]),u=h.dot(i,n)+t.distance;return u<=-c?Xt.OUTSIDE:u>=c?Xt.INSIDE:Xt.INTERSECTING};var lK=new h,uK=new h,fK=new h,vbe=new h,aK=new h,Pbe=new h;Ti.distanceSquaredTo=function(e,t){let n=h.subtract(t,e.center,cK),i=e.halfAxes,o=Q.getColumn(i,0,lK),r=Q.getColumn(i,1,uK),s=Q.getColumn(i,2,fK),a=h.magnitude(o),c=h.magnitude(r),u=h.magnitude(s),f=!0,d=!0,p=!0;a>0?h.divideByScalar(o,a,o):f=!1,c>0?h.divideByScalar(r,c,r):d=!1,u>0?h.divideByScalar(s,u,s):p=!1;let g=!f+!d+!p,m,A,C;if(g===1){let S=o;m=r,A=s,d?p||(S=s,A=o):(S=r,m=o),C=h.cross(m,A,aK),S===o?o=C:S===r?r=C:S===s&&(s=C)}else if(g===2){m=o,d?m=r:p&&(m=s);let S=h.UNIT_Y;S.equalsEpsilon(m,I.EPSILON3)&&(S=h.UNIT_X),A=h.cross(m,S,vbe),h.normalize(A,A),C=h.cross(m,A,aK),h.normalize(C,C),m===o?(r=A,s=C):m===r?(s=A,o=C):m===s&&(o=A,r=C)}else g===3&&(o=h.UNIT_X,r=h.UNIT_Y,s=h.UNIT_Z);let x=Pbe;x.x=h.dot(n,o),x.y=h.dot(n,r),x.z=h.dot(n,s);let b=0,E;return x.x<-a?(E=x.x+a,b+=E*E):x.x>a&&(E=x.x-a,b+=E*E),x.y<-c?(E=x.y+c,b+=E*E):x.y>c&&(E=x.y-c,b+=E*E),x.z<-u?(E=x.z+u,b+=E*E):x.z>u&&(E=x.z-u,b+=E*E),b};var Ibe=new h,Obe=new h;Ti.computePlaneDistances=function(e,t,n,i){l(i)||(i=new Ic);let o=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY,s=e.center,a=e.halfAxes,c=Q.getColumn(a,0,lK),u=Q.getColumn(a,1,uK),f=Q.getColumn(a,2,fK),d=h.add(c,u,Ibe);h.add(d,f,d),h.add(d,s,d);let p=h.subtract(d,t,Obe),g=h.dot(n,p);return o=Math.min(g,o),r=Math.max(g,r),h.add(s,c,d),h.add(d,u,d),h.subtract(d,f,d),h.subtract(d,t,p),g=h.dot(n,p),o=Math.min(g,o),r=Math.max(g,r),h.add(s,c,d),h.subtract(d,u,d),h.add(d,f,d),h.subtract(d,t,p),g=h.dot(n,p),o=Math.min(g,o),r=Math.max(g,r),h.add(s,c,d),h.subtract(d,u,d),h.subtract(d,f,d),h.subtract(d,t,p),g=h.dot(n,p),o=Math.min(g,o),r=Math.max(g,r),h.subtract(s,c,d),h.add(d,u,d),h.add(d,f,d),h.subtract(d,t,p),g=h.dot(n,p),o=Math.min(g,o),r=Math.max(g,r),h.subtract(s,c,d),h.add(d,u,d),h.subtract(d,f,d),h.subtract(d,t,p),g=h.dot(n,p),o=Math.min(g,o),r=Math.max(g,r),h.subtract(s,c,d),h.subtract(d,u,d),h.add(d,f,d),h.subtract(d,t,p),g=h.dot(n,p),o=Math.min(g,o),r=Math.max(g,r),h.subtract(s,c,d),h.subtract(d,u,d),h.subtract(d,f,d),h.subtract(d,t,p),g=h.dot(n,p),o=Math.min(g,o),r=Math.max(g,r),i.start=o,i.stop=r,i};var Bbe=new h,Rbe=new h,Mbe=new h;Ti.computeCorners=function(e,t){l(t)||(t=[new h,new h,new h,new h,new h,new h,new h,new h]);let n=e.center,i=e.halfAxes,o=Q.getColumn(i,0,Bbe),r=Q.getColumn(i,1,Rbe),s=Q.getColumn(i,2,Mbe);return h.clone(n,t[0]),h.subtract(t[0],o,t[0]),h.subtract(t[0],r,t[0]),h.subtract(t[0],s,t[0]),h.clone(n,t[1]),h.subtract(t[1],o,t[1]),h.subtract(t[1],r,t[1]),h.add(t[1],s,t[1]),h.clone(n,t[2]),h.subtract(t[2],o,t[2]),h.add(t[2],r,t[2]),h.subtract(t[2],s,t[2]),h.clone(n,t[3]),h.subtract(t[3],o,t[3]),h.add(t[3],r,t[3]),h.add(t[3],s,t[3]),h.clone(n,t[4]),h.add(t[4],o,t[4]),h.subtract(t[4],r,t[4]),h.subtract(t[4],s,t[4]),h.clone(n,t[5]),h.add(t[5],o,t[5]),h.subtract(t[5],r,t[5]),h.add(t[5],s,t[5]),h.clone(n,t[6]),h.add(t[6],o,t[6]),h.add(t[6],r,t[6]),h.subtract(t[6],s,t[6]),h.clone(n,t[7]),h.add(t[7],o,t[7]),h.add(t[7],r,t[7]),h.add(t[7],s,t[7]),t};var Lbe=new Q;Ti.computeTransformation=function(e,t){l(t)||(t=new F);let n=e.center,i=Q.multiplyByUniformScale(e.halfAxes,2,Lbe);return F.fromRotationTranslation(i,n,t)};var Fbe=new re;Ti.isOccluded=function(e,t){let n=re.fromOrientedBoundingBox(e,Fbe);return!t.isBoundingSphereVisible(n)};Ti.prototype.intersectPlane=function(e){return Ti.intersectPlane(this,e)};Ti.prototype.distanceSquaredTo=function(e){return Ti.distanceSquaredTo(this,e)};Ti.prototype.computePlaneDistances=function(e,t,n){return Ti.computePlaneDistances(this,e,t,n)};Ti.prototype.computeCorners=function(e){return Ti.computeCorners(this,e)};Ti.prototype.computeTransformation=function(e){return Ti.computeTransformation(this,e)};Ti.prototype.isOccluded=function(e){return Ti.isOccluded(this,e)};Ti.equals=function(e,t){return e===t||l(e)&&l(t)&&h.equals(e.center,t.center)&&Q.equals(e.halfAxes,t.halfAxes)};Ti.prototype.clone=function(e){return Ti.clone(this,e)};Ti.prototype.equals=function(e){return Ti.equals(this,e)};var pi=Ti;var I1={};I1.getHeight=function(e,t,n){return(e-n)*t+n};var Nbe=new h;I1.getPosition=function(e,t,n,i,o){let r=t.cartesianToCartographic(e,Nbe),s=I1.getHeight(r.height,n,i);return h.fromRadians(r.longitude,r.latitude,s,t,o)};var Rc=I1;var rr={CULL:1,OCCLUDE:2,EXECUTE_IN_CLOSEST_FRUSTUM:4,DEBUG_SHOW_BOUNDING_VOLUME:8,CAST_SHADOWS:16,RECEIVE_SHADOWS:32,PICK_ONLY:64,DEPTH_FOR_TRANSLUCENT_CLASSIFICATION:128};function vb(e){e=y(e,y.EMPTY_OBJECT),this._boundingVolume=e.boundingVolume,this._orientedBoundingBox=e.orientedBoundingBox,this._modelMatrix=e.modelMatrix,this._primitiveType=y(e.primitiveType,Oe.TRIANGLES),this._vertexArray=e.vertexArray,this._count=e.count,this._offset=y(e.offset,0),this._instanceCount=y(e.instanceCount,0),this._shaderProgram=e.shaderProgram,this._uniformMap=e.uniformMap,this._renderState=e.renderState,this._framebuffer=e.framebuffer,this._pass=e.pass,this._owner=e.owner,this._debugOverlappingFrustums=0,this._pickId=e.pickId,this._flags=0,this.cull=y(e.cull,!0),this.occlude=y(e.occlude,!0),this.executeInClosestFrustum=y(e.executeInClosestFrustum,!1),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.castShadows=y(e.castShadows,!1),this.receiveShadows=y(e.receiveShadows,!1),this.pickOnly=y(e.pickOnly,!1),this.depthForTranslucentClassification=y(e.depthForTranslucentClassification,!1),this.dirty=!0,this.lastDirtyTime=0,this.derivedCommands={}}function ha(e,t){return(e._flags&t)===t}function Up(e,t,n){n?e._flags|=t:e._flags&=~t}Object.defineProperties(vb.prototype,{boundingVolume:{get:function(){return this._boundingVolume},set:function(e){this._boundingVolume!==e&&(this._boundingVolume=e,this.dirty=!0)}},orientedBoundingBox:{get:function(){return this._orientedBoundingBox},set:function(e){this._orientedBoundingBox!==e&&(this._orientedBoundingBox=e,this.dirty=!0)}},cull:{get:function(){return ha(this,rr.CULL)},set:function(e){ha(this,rr.CULL)!==e&&(Up(this,rr.CULL,e),this.dirty=!0)}},occlude:{get:function(){return ha(this,rr.OCCLUDE)},set:function(e){ha(this,rr.OCCLUDE)!==e&&(Up(this,rr.OCCLUDE,e),this.dirty=!0)}},modelMatrix:{get:function(){return this._modelMatrix},set:function(e){this._modelMatrix!==e&&(this._modelMatrix=e,this.dirty=!0)}},primitiveType:{get:function(){return this._primitiveType},set:function(e){this._primitiveType!==e&&(this._primitiveType=e,this.dirty=!0)}},vertexArray:{get:function(){return this._vertexArray},set:function(e){this._vertexArray!==e&&(this._vertexArray=e,this.dirty=!0)}},count:{get:function(){return this._count},set:function(e){this._count!==e&&(this._count=e,this.dirty=!0)}},offset:{get:function(){return this._offset},set:function(e){this._offset!==e&&(this._offset=e,this.dirty=!0)}},instanceCount:{get:function(){return this._instanceCount},set:function(e){this._instanceCount!==e&&(this._instanceCount=e,this.dirty=!0)}},shaderProgram:{get:function(){return this._shaderProgram},set:function(e){this._shaderProgram!==e&&(this._shaderProgram=e,this.dirty=!0)}},castShadows:{get:function(){return ha(this,rr.CAST_SHADOWS)},set:function(e){ha(this,rr.CAST_SHADOWS)!==e&&(Up(this,rr.CAST_SHADOWS,e),this.dirty=!0)}},receiveShadows:{get:function(){return ha(this,rr.RECEIVE_SHADOWS)},set:function(e){ha(this,rr.RECEIVE_SHADOWS)!==e&&(Up(this,rr.RECEIVE_SHADOWS,e),this.dirty=!0)}},uniformMap:{get:function(){return this._uniformMap},set:function(e){this._uniformMap!==e&&(this._uniformMap=e,this.dirty=!0)}},renderState:{get:function(){return this._renderState},set:function(e){this._renderState!==e&&(this._renderState=e,this.dirty=!0)}},framebuffer:{get:function(){return this._framebuffer},set:function(e){this._framebuffer!==e&&(this._framebuffer=e,this.dirty=!0)}},pass:{get:function(){return this._pass},set:function(e){this._pass!==e&&(this._pass=e,this.dirty=!0)}},executeInClosestFrustum:{get:function(){return ha(this,rr.EXECUTE_IN_CLOSEST_FRUSTUM)},set:function(e){ha(this,rr.EXECUTE_IN_CLOSEST_FRUSTUM)!==e&&(Up(this,rr.EXECUTE_IN_CLOSEST_FRUSTUM,e),this.dirty=!0)}},owner:{get:function(){return this._owner},set:function(e){this._owner!==e&&(this._owner=e,this.dirty=!0)}},debugShowBoundingVolume:{get:function(){return ha(this,rr.DEBUG_SHOW_BOUNDING_VOLUME)},set:function(e){ha(this,rr.DEBUG_SHOW_BOUNDING_VOLUME)!==e&&(Up(this,rr.DEBUG_SHOW_BOUNDING_VOLUME,e),this.dirty=!0)}},debugOverlappingFrustums:{get:function(){return this._debugOverlappingFrustums},set:function(e){this._debugOverlappingFrustums!==e&&(this._debugOverlappingFrustums=e,this.dirty=!0)}},pickId:{get:function(){return this._pickId},set:function(e){this._pickId!==e&&(this._pickId=e,this.dirty=!0)}},pickOnly:{get:function(){return ha(this,rr.PICK_ONLY)},set:function(e){ha(this,rr.PICK_ONLY)!==e&&(Up(this,rr.PICK_ONLY,e),this.dirty=!0)}},depthForTranslucentClassification:{get:function(){return ha(this,rr.DEPTH_FOR_TRANSLUCENT_CLASSIFICATION)},set:function(e){ha(this,rr.DEPTH_FOR_TRANSLUCENT_CLASSIFICATION)!==e&&(Up(this,rr.DEPTH_FOR_TRANSLUCENT_CLASSIFICATION,e),this.dirty=!0)}}});vb.shallowClone=function(e,t){if(!!l(e))return l(t)||(t=new vb),t._boundingVolume=e._boundingVolume,t._orientedBoundingBox=e._orientedBoundingBox,t._modelMatrix=e._modelMatrix,t._primitiveType=e._primitiveType,t._vertexArray=e._vertexArray,t._count=e._count,t._offset=e._offset,t._instanceCount=e._instanceCount,t._shaderProgram=e._shaderProgram,t._uniformMap=e._uniformMap,t._renderState=e._renderState,t._framebuffer=e._framebuffer,t._pass=e._pass,t._owner=e._owner,t._debugOverlappingFrustums=e._debugOverlappingFrustums,t._pickId=e._pickId,t._flags=e._flags,t.dirty=!0,t.lastDirtyTime=0,t};vb.prototype.execute=function(e,t){e.draw(this,t)};var Ze=vb;var kbe={ENVIRONMENT:0,COMPUTE:1,GLOBE:2,TERRAIN_CLASSIFICATION:3,CESIUM_3D_TILE:4,CESIUM_3D_TILE_CLASSIFICATION:5,CESIUM_3D_TILE_CLASSIFICATION_IGNORE_SHOW:6,OPAQUE:7,TRANSLUCENT:8,OVERLAY:9,NUMBER_OF_PASSES:10},xe=Object.freeze(kbe);var O1={CLOCKWISE:te.CW,COUNTER_CLOCKWISE:te.CCW};O1.validate=function(e){return e===O1.CLOCKWISE||e===O1.COUNTER_CLOCKWISE};var Yr=Object.freeze(O1);function dK(e){if(typeof e!="object"||e===null)return e;let t,n=Object.keys(e);for(let i=0;i<n.length;i++)t=n[i],e.hasOwnProperty(t)&&t!=="_applyFunctions"&&(e[t]=dK(e[t]));return Object.freeze(e)}var hK=dK;function Ld(e){let t=y(e,y.EMPTY_OBJECT),n=y(t.cull,y.EMPTY_OBJECT),i=y(t.polygonOffset,y.EMPTY_OBJECT),o=y(t.scissorTest,y.EMPTY_OBJECT),r=y(o.rectangle,y.EMPTY_OBJECT),s=y(t.depthRange,y.EMPTY_OBJECT),a=y(t.depthTest,y.EMPTY_OBJECT),c=y(t.colorMask,y.EMPTY_OBJECT),u=y(t.blending,y.EMPTY_OBJECT),f=y(u.color,y.EMPTY_OBJECT),d=y(t.stencilTest,y.EMPTY_OBJECT),p=y(d.frontOperation,y.EMPTY_OBJECT),g=y(d.backOperation,y.EMPTY_OBJECT),m=y(t.sampleCoverage,y.EMPTY_OBJECT),A=t.viewport;this.frontFace=y(t.frontFace,Yr.COUNTER_CLOCKWISE),this.cull={enabled:y(n.enabled,!1),face:y(n.face,te.BACK)},this.lineWidth=y(t.lineWidth,1),this.polygonOffset={enabled:y(i.enabled,!1),factor:y(i.factor,0),units:y(i.units,0)},this.scissorTest={enabled:y(o.enabled,!1),rectangle:He.clone(r)},this.depthRange={near:y(s.near,0),far:y(s.far,1)},this.depthTest={enabled:y(a.enabled,!1),func:y(a.func,te.LESS)},this.colorMask={red:y(c.red,!0),green:y(c.green,!0),blue:y(c.blue,!0),alpha:y(c.alpha,!0)},this.depthMask=y(t.depthMask,!0),this.stencilMask=y(t.stencilMask,-1),this.blending={enabled:y(u.enabled,!1),color:new U(y(f.red,0),y(f.green,0),y(f.blue,0),y(f.alpha,0)),equationRgb:y(u.equationRgb,te.FUNC_ADD),equationAlpha:y(u.equationAlpha,te.FUNC_ADD),functionSourceRgb:y(u.functionSourceRgb,te.ONE),functionSourceAlpha:y(u.functionSourceAlpha,te.ONE),functionDestinationRgb:y(u.functionDestinationRgb,te.ZERO),functionDestinationAlpha:y(u.functionDestinationAlpha,te.ZERO)},this.stencilTest={enabled:y(d.enabled,!1),frontFunction:y(d.frontFunction,te.ALWAYS),backFunction:y(d.backFunction,te.ALWAYS),reference:y(d.reference,0),mask:y(d.mask,-1),frontOperation:{fail:y(p.fail,te.KEEP),zFail:y(p.zFail,te.KEEP),zPass:y(p.zPass,te.KEEP)},backOperation:{fail:y(g.fail,te.KEEP),zFail:y(g.zFail,te.KEEP),zPass:y(g.zPass,te.KEEP)}},this.sampleCoverage={enabled:y(m.enabled,!1),value:y(m.value,1),invert:y(m.invert,!1)},this.viewport=l(A)?new He(A.x,A.y,A.width,A.height):void 0,this.id=0,this._applyFunctions=[]}var Vbe=0,Md={};Ld.fromCache=function(e){let t=JSON.stringify(e),n=Md[t];if(l(n))return++n.referenceCount,n.state;let i=new Ld(e),o=JSON.stringify(i);return n=Md[o],l(n)||(i.id=Vbe++,n={referenceCount:0,state:i},Md[o]=n),++n.referenceCount,Md[t]={referenceCount:1,state:n.state},n.state};Ld.removeFromCache=function(e){let t=new Ld(e),n=JSON.stringify(t),i=Md[n],o=JSON.stringify(e),r=Md[o];l(r)&&(--r.referenceCount,r.referenceCount===0&&(delete Md[o],l(i)&&--i.referenceCount)),l(i)&&i.referenceCount===0&&delete Md[n]};Ld.getCache=function(){return Md};Ld.clearCache=function(){Md={}};function S0(e,t,n){n?e.enable(t):e.disable(t)}function mK(e,t){e.frontFace(t.frontFace)}function pK(e,t){let n=t.cull,i=n.enabled;S0(e,e.CULL_FACE,i),i&&e.cullFace(n.face)}function _K(e,t){e.lineWidth(t.lineWidth)}function gK(e,t){let n=t.polygonOffset,i=n.enabled;S0(e,e.POLYGON_OFFSET_FILL,i),i&&e.polygonOffset(n.factor,n.units)}function yK(e,t,n){let i=t.scissorTest,o=l(n.scissorTest)?n.scissorTest.enabled:i.enabled;if(S0(e,e.SCISSOR_TEST,o),o){let r=l(n.scissorTest)?n.scissorTest.rectangle:i.rectangle;e.scissor(r.x,r.y,r.width,r.height)}}function AK(e,t){let n=t.depthRange;e.depthRange(n.near,n.far)}function CK(e,t){let n=t.depthTest,i=n.enabled;S0(e,e.DEPTH_TEST,i),i&&e.depthFunc(n.func)}function xK(e,t){let n=t.colorMask;e.colorMask(n.red,n.green,n.blue,n.alpha)}function TK(e,t){e.depthMask(t.depthMask)}function EK(e,t){e.stencilMask(t.stencilMask)}function Ube(e,t){e.blendColor(t.red,t.green,t.blue,t.alpha)}function bK(e,t,n){let i=t.blending,o=l(n.blendingEnabled)?n.blendingEnabled:i.enabled;S0(e,e.BLEND,o),o&&(Ube(e,i.color),e.blendEquationSeparate(i.equationRgb,i.equationAlpha),e.blendFuncSeparate(i.functionSourceRgb,i.functionDestinationRgb,i.functionSourceAlpha,i.functionDestinationAlpha))}function SK(e,t){let n=t.stencilTest,i=n.enabled;if(S0(e,e.STENCIL_TEST,i),i){let o=n.frontFunction,r=n.backFunction,s=n.reference,a=n.mask;e.stencilFunc(o,s,a),e.stencilFuncSeparate(e.BACK,r,s,a),e.stencilFuncSeparate(e.FRONT,o,s,a);let c=n.frontOperation,u=c.fail,f=c.zFail,d=c.zPass;e.stencilOpSeparate(e.FRONT,u,f,d);let p=n.backOperation,g=p.fail,m=p.zFail,A=p.zPass;e.stencilOpSeparate(e.BACK,g,m,A)}}function wK(e,t){let n=t.sampleCoverage,i=n.enabled;S0(e,e.SAMPLE_COVERAGE,i),i&&e.sampleCoverage(n.value,n.invert)}var zbe=new He;function DK(e,t,n){let i=y(t.viewport,n.viewport);l(i)||(i=zbe,i.width=n.context.drawingBufferWidth,i.height=n.context.drawingBufferHeight),n.context.uniformState.viewport=i,e.viewport(i.x,i.y,i.width,i.height)}Ld.apply=function(e,t,n){mK(e,t),pK(e,t),_K(e,t),gK(e,t),AK(e,t),CK(e,t),xK(e,t),TK(e,t),EK(e,t),SK(e,t),wK(e,t),yK(e,t,n),bK(e,t,n),DK(e,t,n)};function Hbe(e,t){let n=[];return e.frontFace!==t.frontFace&&n.push(mK),(e.cull.enabled!==t.cull.enabled||e.cull.face!==t.cull.face)&&n.push(pK),e.lineWidth!==t.lineWidth&&n.push(_K),(e.polygonOffset.enabled!==t.polygonOffset.enabled||e.polygonOffset.factor!==t.polygonOffset.factor||e.polygonOffset.units!==t.polygonOffset.units)&&n.push(gK),(e.depthRange.near!==t.depthRange.near||e.depthRange.far!==t.depthRange.far)&&n.push(AK),(e.depthTest.enabled!==t.depthTest.enabled||e.depthTest.func!==t.depthTest.func)&&n.push(CK),(e.colorMask.red!==t.colorMask.red||e.colorMask.green!==t.colorMask.green||e.colorMask.blue!==t.colorMask.blue||e.colorMask.alpha!==t.colorMask.alpha)&&n.push(xK),e.depthMask!==t.depthMask&&n.push(TK),e.stencilMask!==t.stencilMask&&n.push(EK),(e.stencilTest.enabled!==t.stencilTest.enabled||e.stencilTest.frontFunction!==t.stencilTest.frontFunction||e.stencilTest.backFunction!==t.stencilTest.backFunction||e.stencilTest.reference!==t.stencilTest.reference||e.stencilTest.mask!==t.stencilTest.mask||e.stencilTest.frontOperation.fail!==t.stencilTest.frontOperation.fail||e.stencilTest.frontOperation.zFail!==t.stencilTest.frontOperation.zFail||e.stencilTest.backOperation.fail!==t.stencilTest.backOperation.fail||e.stencilTest.backOperation.zFail!==t.stencilTest.backOperation.zFail||e.stencilTest.backOperation.zPass!==t.stencilTest.backOperation.zPass)&&n.push(SK),(e.sampleCoverage.enabled!==t.sampleCoverage.enabled||e.sampleCoverage.value!==t.sampleCoverage.value||e.sampleCoverage.invert!==t.sampleCoverage.invert)&&n.push(wK),n}Ld.partialApply=function(e,t,n,i,o,r){if(t!==n){let f=n._applyFunctions[t.id];l(f)||(f=Hbe(t,n),n._applyFunctions[t.id]=f);let d=f.length;for(let p=0;p<d;++p)f[p](e,n)}let s=l(i.scissorTest)?i.scissorTest:t.scissorTest,a=l(o.scissorTest)?o.scissorTest:n.scissorTest;(s!==a||r)&&yK(e,n,o);let c=l(i.blendingEnabled)?i.blendingEnabled:t.blending.enabled,u=l(o.blendingEnabled)?o.blendingEnabled:n.blending.enabled;(c!==u||u&&t.blending!==n.blending)&&bK(e,n,o),(t!==n||i!==o||i.context!==o.context)&&DK(e,n,o)};Ld.getState=function(e){return{frontFace:e.frontFace,cull:{enabled:e.cull.enabled,face:e.cull.face},lineWidth:e.lineWidth,polygonOffset:{enabled:e.polygonOffset.enabled,factor:e.polygonOffset.factor,units:e.polygonOffset.units},scissorTest:{enabled:e.scissorTest.enabled,rectangle:He.clone(e.scissorTest.rectangle)},depthRange:{near:e.depthRange.near,far:e.depthRange.far},depthTest:{enabled:e.depthTest.enabled,func:e.depthTest.func},colorMask:{red:e.colorMask.red,green:e.colorMask.green,blue:e.colorMask.blue,alpha:e.colorMask.alpha},depthMask:e.depthMask,stencilMask:e.stencilMask,blending:{enabled:e.blending.enabled,color:U.clone(e.blending.color),equationRgb:e.blending.equationRgb,equationAlpha:e.blending.equationAlpha,functionSourceRgb:e.blending.functionSourceRgb,functionSourceAlpha:e.blending.functionSourceAlpha,functionDestinationRgb:e.blending.functionDestinationRgb,functionDestinationAlpha:e.blending.functionDestinationAlpha},stencilTest:{enabled:e.stencilTest.enabled,frontFunction:e.stencilTest.frontFunction,backFunction:e.stencilTest.backFunction,reference:e.stencilTest.reference,mask:e.stencilTest.mask,frontOperation:{fail:e.stencilTest.frontOperation.fail,zFail:e.stencilTest.frontOperation.zFail,zPass:e.stencilTest.frontOperation.zPass},backOperation:{fail:e.stencilTest.backOperation.fail,zFail:e.stencilTest.backOperation.zFail,zPass:e.stencilTest.backOperation.zPass}},sampleCoverage:{enabled:e.sampleCoverage.enabled,value:e.sampleCoverage.value,invert:e.sampleCoverage.invert},viewport:l(e.viewport)?He.clone(e.viewport):void 0}};var Ne=Ld;var Gbe=new h;function Ft(e){this._size=e.size,this._datatype=e.datatype,this.getValue=e.getValue}var gs={};gs[te.FLOAT]="float";gs[te.FLOAT_VEC2]="vec2";gs[te.FLOAT_VEC3]="vec3";gs[te.FLOAT_VEC4]="vec4";gs[te.INT]="int";gs[te.INT_VEC2]="ivec2";gs[te.INT_VEC3]="ivec3";gs[te.INT_VEC4]="ivec4";gs[te.BOOL]="bool";gs[te.BOOL_VEC2]="bvec2";gs[te.BOOL_VEC3]="bvec3";gs[te.BOOL_VEC4]="bvec4";gs[te.FLOAT_MAT2]="mat2";gs[te.FLOAT_MAT3]="mat3";gs[te.FLOAT_MAT4]="mat4";gs[te.SAMPLER_2D]="sampler2D";gs[te.SAMPLER_CUBE]="samplerCube";Ft.prototype.getDeclaration=function(e){let t=`uniform ${gs[this._datatype]} ${e}`,n=this._size;return n===1?t+=";":t+=`[${n.toString()}];`,t};var Wbe={czm_viewport:new Ft({size:1,datatype:te.FLOAT_VEC4,getValue:function(e){return e.viewportCartesian4}}),czm_viewportOrthographic:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.viewportOrthographic}}),czm_viewportTransformation:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.viewportTransformation}}),czm_globeDepthTexture:new Ft({size:1,datatype:te.SAMPLER_2D,getValue:function(e){return e.globeDepthTexture}}),czm_model:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.model}}),czm_inverseModel:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseModel}}),czm_view:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.view}}),czm_view3D:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.view3D}}),czm_viewRotation:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.viewRotation}}),czm_viewRotation3D:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.viewRotation3D}}),czm_inverseView:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseView}}),czm_inverseView3D:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseView3D}}),czm_inverseViewRotation:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.inverseViewRotation}}),czm_inverseViewRotation3D:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.inverseViewRotation3D}}),czm_projection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.projection}}),czm_inverseProjection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseProjection}}),czm_infiniteProjection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.infiniteProjection}}),czm_modelView:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.modelView}}),czm_modelView3D:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.modelView3D}}),czm_modelViewRelativeToEye:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.modelViewRelativeToEye}}),czm_inverseModelView:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseModelView}}),czm_inverseModelView3D:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseModelView3D}}),czm_viewProjection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.viewProjection}}),czm_inverseViewProjection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseViewProjection}}),czm_modelViewProjection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.modelViewProjection}}),czm_inverseModelViewProjection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.inverseModelViewProjection}}),czm_modelViewProjectionRelativeToEye:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.modelViewProjectionRelativeToEye}}),czm_modelViewInfiniteProjection:new Ft({size:1,datatype:te.FLOAT_MAT4,getValue:function(e){return e.modelViewInfiniteProjection}}),czm_orthographicIn3D:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.orthographicIn3D?1:0}}),czm_normal:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.normal}}),czm_normal3D:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.normal3D}}),czm_inverseNormal:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.inverseNormal}}),czm_inverseNormal3D:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.inverseNormal3D}}),czm_eyeHeight:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.eyeHeight}}),czm_eyeHeight2D:new Ft({size:1,datatype:te.FLOAT_VEC2,getValue:function(e){return e.eyeHeight2D}}),czm_entireFrustum:new Ft({size:1,datatype:te.FLOAT_VEC2,getValue:function(e){return e.entireFrustum}}),czm_currentFrustum:new Ft({size:1,datatype:te.FLOAT_VEC2,getValue:function(e){return e.currentFrustum}}),czm_frustumPlanes:new Ft({size:1,datatype:te.FLOAT_VEC4,getValue:function(e){return e.frustumPlanes}}),czm_farDepthFromNearPlusOne:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.farDepthFromNearPlusOne}}),czm_log2FarDepthFromNearPlusOne:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.log2FarDepthFromNearPlusOne}}),czm_oneOverLog2FarDepthFromNearPlusOne:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.oneOverLog2FarDepthFromNearPlusOne}}),czm_sunPositionWC:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.sunPositionWC}}),czm_sunPositionColumbusView:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.sunPositionColumbusView}}),czm_sunDirectionEC:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.sunDirectionEC}}),czm_sunDirectionWC:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.sunDirectionWC}}),czm_moonDirectionEC:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.moonDirectionEC}}),czm_lightDirectionEC:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.lightDirectionEC}}),czm_lightDirectionWC:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.lightDirectionWC}}),czm_lightColor:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.lightColor}}),czm_lightColorHdr:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.lightColorHdr}}),czm_encodedCameraPositionMCHigh:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.encodedCameraPositionMCHigh}}),czm_encodedCameraPositionMCLow:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.encodedCameraPositionMCLow}}),czm_viewerPositionWC:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return F.getTranslation(e.inverseView,Gbe)}}),czm_frameNumber:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.frameState.frameNumber}}),czm_morphTime:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.frameState.morphTime}}),czm_sceneMode:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.frameState.mode}}),czm_pass:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.pass}}),czm_backgroundColor:new Ft({size:1,datatype:te.FLOAT_VEC4,getValue:function(e){return e.backgroundColor}}),czm_brdfLut:new Ft({size:1,datatype:te.SAMPLER_2D,getValue:function(e){return e.brdfLut}}),czm_environmentMap:new Ft({size:1,datatype:te.SAMPLER_CUBE,getValue:function(e){return e.environmentMap}}),czm_specularEnvironmentMaps:new Ft({size:1,datatype:te.SAMPLER_2D,getValue:function(e){return e.specularEnvironmentMaps}}),czm_specularEnvironmentMapSize:new Ft({size:1,datatype:te.FLOAT_VEC2,getValue:function(e){return e.specularEnvironmentMapsDimensions}}),czm_specularEnvironmentMapsMaximumLOD:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.specularEnvironmentMapsMaximumLOD}}),czm_sphericalHarmonicCoefficients:new Ft({size:9,datatype:te.FLOAT_VEC3,getValue:function(e){return e.sphericalHarmonicCoefficients}}),czm_temeToPseudoFixed:new Ft({size:1,datatype:te.FLOAT_MAT3,getValue:function(e){return e.temeToPseudoFixedMatrix}}),czm_pixelRatio:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.pixelRatio}}),czm_fogDensity:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.fogDensity}}),czm_splitPosition:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.splitPosition}}),czm_geometricToleranceOverMeter:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.geometricToleranceOverMeter}}),czm_minimumDisableDepthTestDistance:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.minimumDisableDepthTestDistance}}),czm_invertClassificationColor:new Ft({size:1,datatype:te.FLOAT_VEC4,getValue:function(e){return e.invertClassificationColor}}),czm_gamma:new Ft({size:1,datatype:te.FLOAT,getValue:function(e){return e.gamma}}),czm_ellipsoidRadii:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.ellipsoid.radii}}),czm_ellipsoidInverseRadii:new Ft({size:1,datatype:te.FLOAT_VEC3,getValue:function(e){return e.ellipsoid.oneOverRadii}})},zp=Wbe;function jbe(e,t,n,i){switch(t.type){case e.FLOAT:return new vK(e,t,n,i);case e.FLOAT_VEC2:return new PK(e,t,n,i);case e.FLOAT_VEC3:return new IK(e,t,n,i);case e.FLOAT_VEC4:return new OK(e,t,n,i);case e.SAMPLER_2D:case e.SAMPLER_CUBE:return new dG(e,t,n,i);case e.INT:case e.BOOL:return new BK(e,t,n,i);case e.INT_VEC2:case e.BOOL_VEC2:return new RK(e,t,n,i);case e.INT_VEC3:case e.BOOL_VEC3:return new MK(e,t,n,i);case e.INT_VEC4:case e.BOOL_VEC4:return new LK(e,t,n,i);case e.FLOAT_MAT2:return new FK(e,t,n,i);case e.FLOAT_MAT3:return new NK(e,t,n,i);case e.FLOAT_MAT4:return new kK(e,t,n,i);default:throw new de(`Unrecognized uniform type: ${t.type} for uniform "${n}".`)}}function vK(e,t,n,i){this.name=n,this.value=void 0,this._value=0,this._gl=e,this._location=i}vK.prototype.set=function(){this.value!==this._value&&(this._value=this.value,this._gl.uniform1f(this._location,this.value))};function PK(e,t,n,i){this.name=n,this.value=void 0,this._value=new H,this._gl=e,this._location=i}PK.prototype.set=function(){let e=this.value;H.equals(e,this._value)||(H.clone(e,this._value),this._gl.uniform2f(this._location,e.x,e.y))};function IK(e,t,n,i){this.name=n,this.value=void 0,this._value=void 0,this._gl=e,this._location=i}IK.prototype.set=function(){let e=this.value;l(e.red)?U.equals(e,this._value)||(this._value=U.clone(e,this._value),this._gl.uniform3f(this._location,e.red,e.green,e.blue)):l(e.x)&&(h.equals(e,this._value)||(this._value=h.clone(e,this._value),this._gl.uniform3f(this._location,e.x,e.y,e.z)))};function OK(e,t,n,i){this.name=n,this.value=void 0,this._value=void 0,this._gl=e,this._location=i}OK.prototype.set=function(){let e=this.value;l(e.red)?U.equals(e,this._value)||(this._value=U.clone(e,this._value),this._gl.uniform4f(this._location,e.red,e.green,e.blue,e.alpha)):l(e.x)&&(se.equals(e,this._value)||(this._value=se.clone(e,this._value),this._gl.uniform4f(this._location,e.x,e.y,e.z,e.w)))};function dG(e,t,n,i){this.name=n,this.value=void 0,this._gl=e,this._location=i,this.textureUnitIndex=void 0}dG.prototype.set=function(){let e=this._gl;e.activeTexture(e.TEXTURE0+this.textureUnitIndex);let t=this.value;e.bindTexture(t._target,t._texture)};dG.prototype._setSampler=function(e){return this.textureUnitIndex=e,this._gl.uniform1i(this._location,e),e+1};function BK(e,t,n,i){this.name=n,this.value=void 0,this._value=0,this._gl=e,this._location=i}BK.prototype.set=function(){this.value!==this._value&&(this._value=this.value,this._gl.uniform1i(this._location,this.value))};function RK(e,t,n,i){this.name=n,this.value=void 0,this._value=new H,this._gl=e,this._location=i}RK.prototype.set=function(){let e=this.value;H.equals(e,this._value)||(H.clone(e,this._value),this._gl.uniform2i(this._location,e.x,e.y))};function MK(e,t,n,i){this.name=n,this.value=void 0,this._value=new h,this._gl=e,this._location=i}MK.prototype.set=function(){let e=this.value;h.equals(e,this._value)||(h.clone(e,this._value),this._gl.uniform3i(this._location,e.x,e.y,e.z))};function LK(e,t,n,i){this.name=n,this.value=void 0,this._value=new se,this._gl=e,this._location=i}LK.prototype.set=function(){let e=this.value;se.equals(e,this._value)||(se.clone(e,this._value),this._gl.uniform4i(this._location,e.x,e.y,e.z,e.w))};var qbe=new Float32Array(4);function FK(e,t,n,i){this.name=n,this.value=void 0,this._value=new Ji,this._gl=e,this._location=i}FK.prototype.set=function(){if(!Ji.equalsArray(this.value,this._value,0)){Ji.clone(this.value,this._value);let e=Ji.toArray(this.value,qbe);this._gl.uniformMatrix2fv(this._location,!1,e)}};var Ybe=new Float32Array(9);function NK(e,t,n,i){this.name=n,this.value=void 0,this._value=new Q,this._gl=e,this._location=i}NK.prototype.set=function(){if(!Q.equalsArray(this.value,this._value,0)){Q.clone(this.value,this._value);let e=Q.toArray(this.value,Ybe);this._gl.uniformMatrix3fv(this._location,!1,e)}};var Xbe=new Float32Array(16);function kK(e,t,n,i){this.name=n,this.value=void 0,this._value=new F,this._gl=e,this._location=i}kK.prototype.set=function(){if(!F.equalsArray(this.value,this._value,0)){F.clone(this.value,this._value);let e=F.toArray(this.value,Xbe);this._gl.uniformMatrix4fv(this._location,!1,e)}};var B1=jbe;function Kbe(e,t,n,i){switch(t.type){case e.FLOAT:return new VK(e,t,n,i);case e.FLOAT_VEC2:return new UK(e,t,n,i);case e.FLOAT_VEC3:return new zK(e,t,n,i);case e.FLOAT_VEC4:return new HK(e,t,n,i);case e.SAMPLER_2D:case e.SAMPLER_CUBE:return new hG(e,t,n,i);case e.INT:case e.BOOL:return new GK(e,t,n,i);case e.INT_VEC2:case e.BOOL_VEC2:return new WK(e,t,n,i);case e.INT_VEC3:case e.BOOL_VEC3:return new jK(e,t,n,i);case e.INT_VEC4:case e.BOOL_VEC4:return new qK(e,t,n,i);case e.FLOAT_MAT2:return new YK(e,t,n,i);case e.FLOAT_MAT3:return new XK(e,t,n,i);case e.FLOAT_MAT4:return new KK(e,t,n,i);default:throw new de(`Unrecognized uniform type: ${t.type} for uniform "${n}".`)}}function VK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o),this._gl=e,this._location=i[0]}VK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1;for(let o=0;o<t;++o){let r=e[o];r!==n[o]&&(n[o]=r,i=!0)}i&&this._gl.uniform1fv(this._location,n)};function UK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o*2),this._gl=e,this._location=i[0]}UK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];H.equalsArray(s,n,o)||(H.pack(s,n,o),i=!0),o+=2}i&&this._gl.uniform2fv(this._location,n)};function zK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o*3),this._gl=e,this._location=i[0]}zK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];l(s.red)?(s.red!==n[o]||s.green!==n[o+1]||s.blue!==n[o+2])&&(n[o]=s.red,n[o+1]=s.green,n[o+2]=s.blue,i=!0):l(s.x)&&(h.equalsArray(s,n,o)||(h.pack(s,n,o),i=!0)),o+=3}i&&this._gl.uniform3fv(this._location,n)};function HK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o*4),this._gl=e,this._location=i[0]}HK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];l(s.red)?U.equalsArray(s,n,o)||(U.pack(s,n,o),i=!0):l(s.x)&&(se.equalsArray(s,n,o)||(se.pack(s,n,o),i=!0)),o+=4}i&&this._gl.uniform4fv(this._location,n)};function hG(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o),this._gl=e,this._locations=i,this.textureUnitIndex=void 0}hG.prototype.set=function(){let e=this._gl,t=e.TEXTURE0+this.textureUnitIndex,n=this.value,i=n.length;for(let o=0;o<i;++o){let r=n[o];e.activeTexture(t+o),e.bindTexture(r._target,r._texture)}};hG.prototype._setSampler=function(e){this.textureUnitIndex=e;let t=this._locations,n=t.length;for(let i=0;i<n;++i){let o=e+i;this._gl.uniform1i(t[i],o)}return e+n};function GK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Int32Array(o),this._gl=e,this._location=i[0]}GK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1;for(let o=0;o<t;++o){let r=e[o];r!==n[o]&&(n[o]=r,i=!0)}i&&this._gl.uniform1iv(this._location,n)};function WK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Int32Array(o*2),this._gl=e,this._location=i[0]}WK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];H.equalsArray(s,n,o)||(H.pack(s,n,o),i=!0),o+=2}i&&this._gl.uniform2iv(this._location,n)};function jK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Int32Array(o*3),this._gl=e,this._location=i[0]}jK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];h.equalsArray(s,n,o)||(h.pack(s,n,o),i=!0),o+=3}i&&this._gl.uniform3iv(this._location,n)};function qK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Int32Array(o*4),this._gl=e,this._location=i[0]}qK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];se.equalsArray(s,n,o)||(se.pack(s,n,o),i=!0),o+=4}i&&this._gl.uniform4iv(this._location,n)};function YK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o*4),this._gl=e,this._location=i[0]}YK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];Ji.equalsArray(s,n,o)||(Ji.pack(s,n,o),i=!0),o+=4}i&&this._gl.uniformMatrix2fv(this._location,!1,n)};function XK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o*9),this._gl=e,this._location=i[0]}XK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];Q.equalsArray(s,n,o)||(Q.pack(s,n,o),i=!0),o+=9}i&&this._gl.uniformMatrix3fv(this._location,!1,n)};function KK(e,t,n,i){let o=i.length;this.name=n,this.value=new Array(o),this._value=new Float32Array(o*16),this._gl=e,this._location=i[0]}KK.prototype.set=function(){let e=this.value,t=e.length,n=this._value,i=!1,o=0;for(let r=0;r<t;++r){let s=e[r];F.equalsArray(s,n,o)||(F.pack(s,n,o),i=!0),o+=16}i&&this._gl.uniformMatrix4fv(this._location,!1,n)};var R1=Kbe;var Jbe=0;function am(e){let t=e.vertexShaderText,n=e.fragmentShaderText;typeof spector<"u"&&(t=t.replace(/^#line/gm,"//#line"),n=n.replace(/^#line/gm,"//#line"));let i=Zbe(t,n);this._gl=e.gl,this._logShaderCompilation=e.logShaderCompilation,this._debugShaders=e.debugShaders,this._attributeLocations=e.attributeLocations,this._program=void 0,this._numberOfVertexAttributes=void 0,this._vertexAttributes=void 0,this._uniformsByName=void 0,this._uniforms=void 0,this._automaticUniforms=void 0,this._manualUniforms=void 0,this._duplicateUniformNames=i.duplicateUniformNames,this._cachedShader=void 0,this.maximumTextureUnitIndex=void 0,this._vertexShaderSource=e.vertexShaderSource,this._vertexShaderText=e.vertexShaderText,this._fragmentShaderSource=e.fragmentShaderSource,this._fragmentShaderText=i.fragmentShaderText,this.id=Jbe++}am.fromCache=function(e){return e=y(e,y.EMPTY_OBJECT),e.context.shaderCache.getShaderProgram(e)};am.replaceCache=function(e){return e=y(e,y.EMPTY_OBJECT),e.context.shaderCache.replaceShaderProgram(e)};Object.defineProperties(am.prototype,{vertexShaderSource:{get:function(){return this._vertexShaderSource}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},vertexAttributes:{get:function(){return M1(this),this._vertexAttributes}},numberOfVertexAttributes:{get:function(){return M1(this),this._numberOfVertexAttributes}},allUniforms:{get:function(){return M1(this),this._uniformsByName}}});function JK(e){let t=[],n=e.match(/uniform.*?(?![^{]*})(?=[=\[;])/g);if(l(n)){let i=n.length;for(let o=0;o<i;o++){let r=n[o].trim(),s=r.slice(r.lastIndexOf(" ")+1);t.push(s)}}return t}function Zbe(e,t){let n={};if(!Vt.highpFloatSupported||!Vt.highpIntSupported){let i,o,r,s,a=JK(e),c=JK(t),u=a.length,f=c.length;for(i=0;i<u;i++)for(o=0;o<f;o++)if(a[i]===c[o]){r=a[i],s=`czm_mediump_${r}`;let d=new RegExp(`${r}\\b`,"g");t=t.replace(d,s),n[s]=r}}return{fragmentShaderText:t,duplicateUniformNames:n}}var Fd="[Cesium WebGL] ";function Qbe(e,t){let n=t._vertexShaderText,i=t._fragmentShaderText,o=e.createShader(e.VERTEX_SHADER);e.shaderSource(o,n),e.compileShader(o);let r=e.createShader(e.FRAGMENT_SHADER);e.shaderSource(r,i),e.compileShader(r);let s=e.createProgram();e.attachShader(s,o),e.attachShader(s,r);let a=t._attributeLocations;if(l(a))for(let p in a)a.hasOwnProperty(p)&&e.bindAttribLocation(s,a[p],p);e.linkProgram(s);let c;if(e.getProgramParameter(s,e.LINK_STATUS))return t._logShaderCompilation&&(c=e.getShaderInfoLog(o),l(c)&&c.length>0&&console.log(`${Fd}Vertex shader compile log: ${c}`),c=e.getShaderInfoLog(r),l(c)&&c.length>0&&console.log(`${Fd}Fragment shader compile log: ${c}`),c=e.getProgramInfoLog(s),l(c)&&c.length>0&&console.log(`${Fd}Shader program link log: ${c}`)),e.deleteShader(o),e.deleteShader(r),s;let u,f=t._debugShaders;throw e.getShaderParameter(r,e.COMPILE_STATUS)?e.getShaderParameter(o,e.COMPILE_STATUS)?(c=e.getProgramInfoLog(s),console.error(`${Fd}Shader program link log: ${c}`),d(o,"vertex"),d(r,"fragment"),u=`Program failed to link. Link log: ${c}`):(c=e.getShaderInfoLog(o),console.error(`${Fd}Vertex shader compile log: ${c}`),console.error(`${Fd} Vertex shader source:
${n}`),u=`Vertex shader failed to compile. Compile log: ${c}`):(c=e.getShaderInfoLog(r),console.error(`${Fd}Fragment shader compile log: ${c}`),console.error(`${Fd} Fragment shader source:
${i}`),u=`Fragment shader failed to compile. Compile log: ${c}`),e.deleteShader(o),e.deleteShader(r),e.deleteProgram(s),new de(u);function d(p,g){if(!l(f))return;let m=f.getTranslatedShaderSource(p);if(m===""){console.error(`${Fd}${g} shader translation failed.`);return}console.error(`${Fd}Translated ${g} shaderSource:
${m}`)}}function $be(e,t,n){let i={};for(let o=0;o<n;++o){let r=e.getActiveAttrib(t,o),s=e.getAttribLocation(t,r.name);i[r.name]={name:r.name,type:r.type,index:s}}return i}function eSe(e,t){let n={},i=[],o=[],r=e.getProgramParameter(t,e.ACTIVE_UNIFORMS);for(let s=0;s<r;++s){let a=e.getActiveUniform(t,s),c="[0]",u=a.name.indexOf(c,a.name.length-c.length)!==-1?a.name.slice(0,a.name.length-3):a.name;if(u.indexOf("gl_")!==0)if(a.name.indexOf("[")<0){let f=e.getUniformLocation(t,u);if(f!==null){let d=B1(e,a,u,f);n[u]=d,i.push(d),d._setSampler&&o.push(d)}}else{let f,d,p,g,m=u.indexOf("[");if(m>=0){if(f=n[u.slice(0,m)],!l(f))continue;d=f._locations,d.length<=1&&(p=f.value,g=e.getUniformLocation(t,u),g!==null&&(d.push(g),p.push(e.getUniform(t,g))))}else{d=[];for(let A=0;A<a.size;++A)g=e.getUniformLocation(t,`${u}[${A}]`),g!==null&&d.push(g);f=R1(e,a,u,d),n[u]=f,i.push(f),f._setSampler&&o.push(f)}}}return{uniformsByName:n,uniforms:i,samplerUniforms:o}}function tSe(e,t){let n=[],i=[];for(let o in t)if(t.hasOwnProperty(o)){let r=t[o],s=o,a=e._duplicateUniformNames[s];l(a)&&(r.name=a,s=a);let c=zp[s];l(c)?n.push({uniform:r,automaticUniform:c}):i.push(r)}return{automaticUniforms:n,manualUniforms:i}}function nSe(e,t,n){e.useProgram(t);let i=0,o=n.length;for(let r=0;r<o;++r)i=n[r]._setSampler(i);return e.useProgram(null),i}function M1(e){l(e._program)||ZK(e)}function ZK(e){let t=e._program,n=e._gl,i=Qbe(n,e,e._debugShaders),o=n.getProgramParameter(i,n.ACTIVE_ATTRIBUTES),r=eSe(n,i),s=tSe(e,r.uniformsByName);e._program=i,e._numberOfVertexAttributes=o,e._vertexAttributes=$be(n,i,o),e._uniformsByName=r.uniformsByName,e._uniforms=r.uniforms,e._automaticUniforms=s.automaticUniforms,e._manualUniforms=s.manualUniforms,e.maximumTextureUnitIndex=nSe(n,i,r.samplerUniforms),t&&e._gl.deleteProgram(t),typeof spector<"u"&&(e._program.__SPECTOR_rebuildProgram=function(a,c,u,f){let d=e._vertexShaderText,p=e._fragmentShaderText,g=/ ! = /g;e._vertexShaderText=a.replace(g," != "),e._fragmentShaderText=c.replace(g," != ");try{ZK(e),u(e._program)}catch(m){e._vertexShaderText=d,e._fragmentShaderText=p;let C=/(?:Compile|Link) error: ([^]*)/.exec(m.message);f(C?C[1]:m.message)}})}am.prototype._bind=function(){M1(this),this._gl.useProgram(this._program)};am.prototype._setUniforms=function(e,t,n){let i,o;if(l(e)){let a=this._manualUniforms;for(i=a.length,o=0;o<i;++o){let c=a[o];c.value=e[c.name]()}}let r=this._automaticUniforms;for(i=r.length,o=0;o<i;++o){let a=r[o];a.uniform.value=a.automaticUniform.getValue(t)}let s=this._uniforms;for(i=s.length,o=0;o<i;++o)s[o].set();if(n){let a=this._gl,c=this._program;a.validateProgram(c)}};am.prototype.isDestroyed=function(){return!1};am.prototype.destroy=function(){this._cachedShader.cache.releaseShaderProgram(this)};am.prototype.finalDestroy=function(){return this._gl.deleteProgram(this._program),le(this)};var jt=am;function iSe(e,t){let n=/#define OUTPUT_DECLARATION/,i=e.split(`
`);if(/#version 300 es/g.test(e))return e;let o=-1,r,s;for(r=0;r<i.length;++r)if(s=i[r],n.test(s)){o=r;break}if(o===-1)throw new ye("Could not find a #define OUTPUT_DECLARATION!");let a=[];for(r=0;r<10;r++){let A=`gl_FragData\\[${r}\\]`,C=`czm_out${r}`;new RegExp(A,"g").test(e)&&(QK(C,a),Nd(A,C,i),i.splice(o,0,`layout(location = ${r}) out vec4 ${C};`),o+=1)}let c="czm_fragColor";rSe("gl_FragColor",i)&&(QK(c,a),Nd("gl_FragColor",c,i),i.splice(o,0,"layout(location = 0) out vec4 czm_fragColor;"),o+=1);let u=aSe(a,i),f={};for(r=0;r<i.length;r++){s=i[r];for(let A in u)u.hasOwnProperty(A)&&new RegExp(`(layout)[^]+(out)[^]+(${A})[^]+`,"g").test(s)&&(f[s]=A)}for(let A in f)if(f.hasOwnProperty(A)){let C=f[A],x=i.indexOf(A),b=u[C],E=b.length;for(let S=0;S<E;S++)i.splice(x,0,b[S]);x+=E+1;for(let S=E-1;S>=0;S--)i.splice(x,0,`#endif //${b[S]}`)}let d="WEBGL_2",p=`#define ${d}`,g="#version 300 es",m=!1;for(r=0;r<i.length;r++)if(/#version/.test(i[r])){i[r]=g,m=!0;break}return m||i.splice(0,0,g),i.splice(1,0,p),mG("EXT_draw_buffers",d,i),mG("EXT_frag_depth",d,i),mG("OES_standard_derivatives",d,i),Nd("texture2D","texture",i),Nd("texture3D","texture",i),Nd("textureCube","texture",i),Nd("gl_FragDepthEXT","gl_FragDepth",i),t?Nd("varying","in",i):(Nd("attribute","in",i),Nd("varying","out",i)),sSe(i)}function Nd(e,t,n){let i=`(^|[^\\w])(${e})($|[^\\w])`,o=new RegExp(i,"g"),r=n.length;for(let s=0;s<r;++s){let a=n[s];n[s]=a.replace(o,`$1${t}$3`)}}function oSe(e,t,n){let i=n.length;for(let o=0;o<i;++o){let r=n[o];n[o]=r.replace(e,t)}}function rSe(e,t){let n=`(^|[^\\w])(${e})($|[^\\w])`,i=new RegExp(n,"g"),o=t.length;for(let r=0;r<o;++r){let s=t[r];if(i.test(s))return!0}return!1}function sSe(e){let t="",n=e.length;for(let i=0;i<n;++i)t+=`${e[i]}
`;return t}function QK(e,t){t.indexOf(e)===-1&&t.push(e)}function aSe(e,t){let n={},i=e.length,o=[];for(let r=0;r<t.length;++r){let s=t[r],a=/(#ifdef|#if)/g.test(s),c=/#else/g.test(s),u=/#endif/g.test(s);if(a)o.push(s);else if(c){let d=o[o.length-1].replace("ifdef","ifndef");/if/g.test(d)&&(d=d.replace(/(#if\s+)(\S*)([^]*)/,"$1!($2)$3")),o.pop(),o.push(d)}else if(u)o.pop();else if(!/layout/g.test(s))for(let f=0;f<i;++f){let d=e[f];s.indexOf(d)!==-1&&(l(n[d])?n[d]=n[d].filter(function(p){return o.indexOf(p)>=0}):n[d]=o.slice())}}return n}function mG(e,t,n){let i=`#extension\\s+GL_${e}\\s+:\\s+[a-zA-Z0-9]+\\s*$`;oSe(new RegExp(i,"g"),"",n),Nd(`GL_${e}`,t,n)}var L1=iSe;var F1=`const float czm_degreesPerRadian = 57.29577951308232;
`;var N1=`const czm_depthRangeStruct czm_depthRange = czm_depthRangeStruct(0.0, 1.0);
`;var k1=`const float czm_epsilon1 = 0.1;
`;var V1=`const float czm_epsilon2 = 0.01;
`;var U1=`const float czm_epsilon3 = 0.001;
`;var z1=`const float czm_epsilon4 = 0.0001;
`;var H1=`const float czm_epsilon5 = 0.00001;
`;var G1=`const float czm_epsilon6 = 0.000001;
`;var W1=`const float czm_epsilon7 = 0.0000001;
`;var j1=`const float czm_infinity = 5906376272000.0;
`;var q1=`const float czm_oneOverPi = 0.3183098861837907;
`;var Y1=`const float czm_oneOverTwoPi = 0.15915494309189535;
`;var X1=`const float czm_passCesium3DTile = 4.0;
`;var K1=`const float czm_passCesium3DTileClassification = 5.0;
`;var J1=`const float czm_passCesium3DTileClassificationIgnoreShow = 6.0;
`;var Z1=`const float czm_passClassification = 7.0;
`;var Q1=`const float czm_passCompute = 1.0;
`;var $1=`const float czm_passEnvironment = 0.0;
`;var eI=`const float czm_passGlobe = 2.0;
`;var tI=`const float czm_passOpaque = 7.0;
`;var nI=`const float czm_passOverlay = 9.0;
`;var iI=`const float czm_passTerrainClassification = 3.0;
`;var oI=`const float czm_passTranslucent = 8.0;
`;var rI=`const float czm_pi = 3.141592653589793;
`;var sI=`const float czm_piOverFour = 0.7853981633974483;
`;var aI=`const float czm_piOverSix = 0.5235987755982988;
`;var cI=`const float czm_piOverThree = 1.0471975511965976;
`;var lI=`const float czm_piOverTwo = 1.5707963267948966;
`;var uI=`const float czm_radiansPerDegree = 0.017453292519943295;
`;var fI=`const float czm_sceneMode2D = 2.0;
`;var dI=`const float czm_sceneMode3D = 3.0;
`;var hI=`const float czm_sceneModeColumbusView = 1.0;
`;var mI=`const float czm_sceneModeMorphing = 0.0;
`;var pI=`const float czm_solarRadius = 695500000.0;
`;var _I=`const float czm_threePiOver2 = 4.71238898038469;
`;var gI=`const float czm_twoPi = 6.283185307179586;
`;var yI=`const float czm_webMercatorMaxLatitude = 1.4844222297453324;
`;var AI=`struct czm_depthRangeStruct
{
float near;
float far;
};
`;var CI=`struct czm_material
{
vec3 diffuse;
float specular;
float shininess;
vec3 normal;
vec3 emission;
float alpha;
};
`;var xI=`struct czm_materialInput
{
float s;
vec2 st;
vec3 str;
vec3 normalEC;
mat3 tangentToEyeMatrix;
vec3 positionToEyeEC;
float height;
float slope;
float aspect;
};
`;var TI=`struct czm_modelMaterial {
vec3 diffuse;
float alpha;
vec3 specular;
float roughness;
vec3 normalEC;
float occlusion;
vec3 emissive;
};
`;var EI=`struct czm_modelVertexOutput {
vec3 positionMC;
float pointSize;
};
`;var bI=`struct czm_pbrParameters
{
vec3 diffuseColor;
float roughness;
vec3 f0;
};
`;var SI=`struct czm_ray
{
vec3 origin;
vec3 direction;
};
`;var wI=`struct czm_raySegment
{
float start;
float stop;
};
const czm_raySegment czm_emptyRaySegment = czm_raySegment(-czm_infinity, -czm_infinity);
const czm_raySegment czm_fullRaySegment = czm_raySegment(0.0, czm_infinity);
`;var DI=`struct czm_shadowParameters
{
#ifdef USE_CUBE_MAP_SHADOW
vec3 texCoords;
#else
vec2 texCoords;
#endif
float depthBias;
float depth;
float nDotL;
vec2 texelStepSize;
float normalShadingSmooth;
float darkness;
};
`;var vI=`vec3 czm_acesTonemapping(vec3 color) {
float g = 0.985;
float a = 0.065;
float b = 0.0001;
float c = 0.433;
float d = 0.238;
color = (color * (color + a) - b) / (color * (g * color + c) + d);
color = clamp(color, 0.0, 1.0);
return color;
}
`;var PI=`float czm_alphaWeight(float a)
{
float z = (gl_FragCoord.z - czm_viewportTransformation[3][2]) / czm_viewportTransformation[2][2];
return pow(a + 0.01, 4.0) + max(1e-2, min(3.0 * 1e3, 0.003 / (1e-5 + pow(abs(z) / 200.0, 4.0))));
}
`;var II=`vec4 czm_antialias(vec4 color1, vec4 color2, vec4 currentColor, float dist, float fuzzFactor)
{
float val1 = clamp(dist / fuzzFactor, 0.0, 1.0);
float val2 = clamp((dist - 0.5) / fuzzFactor, 0.0, 1.0);
val1 = val1 * (1.0 - val2);
val1 = val1 * val1 * (3.0 - (2.0 * val1));
val1 = pow(val1, 0.5);
vec4 midColor = (color1 + color2) * 0.5;
return mix(midColor, currentColor, val1);
}
vec4 czm_antialias(vec4 color1, vec4 color2, vec4 currentColor, float dist)
{
return czm_antialias(color1, color2, currentColor, dist, 0.1);
}
`;var OI=`vec2 czm_approximateSphericalCoordinates(vec3 normal) {
float latitudeApproximation = czm_fastApproximateAtan(sqrt(normal.x * normal.x + normal.y * normal.y), normal.z);
float longitudeApproximation = czm_fastApproximateAtan(normal.x, normal.y);
return vec2(latitudeApproximation, longitudeApproximation);
}
`;var BI=`bool czm_backFacing()
{
return gl_FrontFacing == false;
}
`;var RI=`float czm_branchFreeTernary(bool comparison, float a, float b) {
float useA = float(comparison);
return a * useA + b * (1.0 - useA);
}
vec2 czm_branchFreeTernary(bool comparison, vec2 a, vec2 b) {
float useA = float(comparison);
return a * useA + b * (1.0 - useA);
}
vec3 czm_branchFreeTernary(bool comparison, vec3 a, vec3 b) {
float useA = float(comparison);
return a * useA + b * (1.0 - useA);
}
vec4 czm_branchFreeTernary(bool comparison, vec4 a, vec4 b) {
float useA = float(comparison);
return a * useA + b * (1.0 - useA);
}
`;var MI=`vec4 czm_cascadeColor(vec4 weights)
{
return vec4(1.0, 0.0, 0.0, 1.0) * weights.x +
vec4(0.0, 1.0, 0.0, 1.0) * weights.y +
vec4(0.0, 0.0, 1.0, 1.0) * weights.z +
vec4(1.0, 0.0, 1.0, 1.0) * weights.w;
}
`;var LI=`uniform vec4 shadowMap_cascadeDistances;
float czm_cascadeDistance(vec4 weights)
{
return dot(shadowMap_cascadeDistances, weights);
}
`;var FI=`uniform mat4 shadowMap_cascadeMatrices[4];
mat4 czm_cascadeMatrix(vec4 weights)
{
return shadowMap_cascadeMatrices[0] * weights.x +
shadowMap_cascadeMatrices[1] * weights.y +
shadowMap_cascadeMatrices[2] * weights.z +
shadowMap_cascadeMatrices[3] * weights.w;
}
`;var NI=`uniform vec4 shadowMap_cascadeSplits[2];
vec4 czm_cascadeWeights(float depthEye)
{
vec4 near = step(shadowMap_cascadeSplits[0], vec4(depthEye));
vec4 far = step(depthEye, shadowMap_cascadeSplits[1]);
return near * far;
}
`;var kI=`vec4 czm_columbusViewMorph(vec4 position2D, vec4 position3D, float time)
{
vec3 p = mix(position2D.xyz, position3D.xyz, time);
return vec4(p, 1.0);
}
`;var VI=`vec4 czm_computePosition();
`;var UI=`vec2 cordic(float angle)
{
vec2 vector = vec2(6.0725293500888267e-1, 0.0);
float sense = (angle < 0.0) ? -1.0 : 1.0;
mat2 rotation = mat2(1.0, sense, -sense, 1.0);
vector = rotation * vector;
angle -= sense * 7.8539816339744828e-1;
sense = (angle < 0.0) ? -1.0 : 1.0;
float factor = sense * 5.0e-1;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 4.6364760900080609e-1;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 2.5e-1;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 2.4497866312686414e-1;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 1.25e-1;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 1.2435499454676144e-1;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 6.25e-2;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 6.2418809995957350e-2;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 3.125e-2;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 3.1239833430268277e-2;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 1.5625e-2;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 1.5623728620476831e-2;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 7.8125e-3;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 7.8123410601011111e-3;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 3.90625e-3;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 3.9062301319669718e-3;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 1.953125e-3;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 1.9531225164788188e-3;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 9.765625e-4;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 9.7656218955931946e-4;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 4.8828125e-4;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 4.8828121119489829e-4;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 2.44140625e-4;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 2.4414062014936177e-4;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 1.220703125e-4;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 1.2207031189367021e-4;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 6.103515625e-5;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 6.1035156174208773e-5;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 3.0517578125e-5;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 3.0517578115526096e-5;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 1.52587890625e-5;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 1.5258789061315762e-5;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 7.62939453125e-6;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 7.6293945311019700e-6;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 3.814697265625e-6;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 3.8146972656064961e-6;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 1.9073486328125e-6;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 1.9073486328101870e-6;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 9.5367431640625e-7;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 9.5367431640596084e-7;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 4.76837158203125e-7;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 4.7683715820308884e-7;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 2.384185791015625e-7;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
angle -= sense * 2.3841857910155797e-7;
sense = (angle < 0.0) ? -1.0 : 1.0;
factor = sense * 1.1920928955078125e-7;
rotation[0][1] = factor;
rotation[1][0] = -factor;
vector = rotation * vector;
return vector;
}
vec2 czm_cosineAndSine(float angle)
{
if (angle < -czm_piOverTwo || angle > czm_piOverTwo)
{
if (angle < 0.0)
{
return -cordic(angle + czm_pi);
}
else
{
return -cordic(angle - czm_pi);
}
}
else
{
return cordic(angle);
}
}
`;var zI=`vec2 czm_decompressTextureCoordinates(float encoded)
{
float temp = encoded / 4096.0;
float xZeroTo4095 = floor(temp);
float stx = xZeroTo4095 / 4095.0;
float sty = (encoded - xZeroTo4095 * 4096.0) / 4095.0;
return vec2(stx, sty);
}
`;var HI=`czm_pbrParameters czm_defaultPbrMaterial()
{
czm_pbrParameters results;
results.diffuseColor = vec3(1.0);
results.roughness = 1.0;
const vec3 REFLECTANCE_DIELECTRIC = vec3(0.04);
results.f0 = REFLECTANCE_DIELECTRIC;
return results;
}
`;var GI=`#if defined(GL_EXT_frag_depth) && !defined(LOG_DEPTH)
varying float v_WindowZ;
#endif
vec4 czm_depthClamp(vec4 coords)
{
#ifndef LOG_DEPTH
#ifdef GL_EXT_frag_depth
v_WindowZ = (0.5 * (coords.z / coords.w) + 0.5) * coords.w;
coords.z = 0.0;
#else
coords.z = min(coords.z, coords.w);
#endif
#endif
return coords;
}
`;var WI=`mat3 czm_eastNorthUpToEyeCoordinates(vec3 positionMC, vec3 normalEC)
{
vec3 tangentMC = normalize(vec3(-positionMC.y, positionMC.x, 0.0));
vec3 tangentEC = normalize(czm_normal3D * tangentMC);
vec3 bitangentEC = normalize(cross(normalEC, tangentEC));
return mat3(
tangentEC.x, tangentEC.y, tangentEC.z,
bitangentEC.x, bitangentEC.y, bitangentEC.z,
normalEC.x, normalEC.y, normalEC.z);
}
`;var jI=`bool czm_ellipsoidContainsPoint(vec3 ellipsoid_inverseRadii, vec3 point)
{
vec3 scaled = ellipsoid_inverseRadii * (czm_inverseModelView * vec4(point, 1.0)).xyz;
return (dot(scaled, scaled) <= 1.0);
}
`;var qI=`vec2 czm_ellipsoidWgs84TextureCoordinates(vec3 normal)
{
return vec2(atan(normal.y, normal.x) * czm_oneOverTwoPi + 0.5, asin(normal.z) * czm_oneOverPi + 0.5);
}
`;var YI=`bool czm_equalsEpsilon(vec4 left, vec4 right, float epsilon) {
return all(lessThanEqual(abs(left - right), vec4(epsilon)));
}
bool czm_equalsEpsilon(vec3 left, vec3 right, float epsilon) {
return all(lessThanEqual(abs(left - right), vec3(epsilon)));
}
bool czm_equalsEpsilon(vec2 left, vec2 right, float epsilon) {
return all(lessThanEqual(abs(left - right), vec2(epsilon)));
}
bool czm_equalsEpsilon(float left, float right, float epsilon) {
return (abs(left - right) <= epsilon);
}
`;var XI=`vec4 czm_eyeOffset(vec4 positionEC, vec3 eyeOffset)
{
vec4 p = positionEC;
vec4 zEyeOffset = normalize(p) * eyeOffset.z;
p.xy += eyeOffset.xy + zEyeOffset.xy;
p.z += zEyeOffset.z;
return p;
}
`;var KI=`vec4 czm_eyeToWindowCoordinates(vec4 positionEC)
{
vec4 q = czm_projection * positionEC;
q.xyz /= q.w;
q.xyz = (czm_viewportTransformation * vec4(q.xyz, 1.0)).xyz;
return q;
}
`;var JI=`float czm_fastApproximateAtan(float x) {
return x * (-0.1784 * x - 0.0663 * x * x + 1.0301);
}
float czm_fastApproximateAtan(float x, float y) {
float t = abs(x);
float opposite = abs(y);
float adjacent = max(t, opposite);
opposite = min(t, opposite);
t = czm_fastApproximateAtan(opposite / adjacent);
t = czm_branchFreeTernary(abs(y) > abs(x), czm_piOverTwo - t, t);
t = czm_branchFreeTernary(x < 0.0, czm_pi - t, t);
t = czm_branchFreeTernary(y < 0.0, -t, t);
return t;
}
`;var ZI=`vec3 czm_fog(float distanceToCamera, vec3 color, vec3 fogColor)
{
float scalar = distanceToCamera * czm_fogDensity;
float fog = 1.0 - exp(-(scalar * scalar));
return mix(color, fogColor, fog);
}
vec3 czm_fog(float distanceToCamera, vec3 color, vec3 fogColor, float fogModifierConstant)
{
float scalar = distanceToCamera * czm_fogDensity;
float fog = 1.0 - exp(-((fogModifierConstant * scalar + fogModifierConstant) * (scalar * (1.0 + fogModifierConstant))));
return mix(color, fogColor, fog);
}
`;var QI=`vec3 czm_gammaCorrect(vec3 color) {
#ifdef HDR
color = pow(color, vec3(czm_gamma));
#endif
return color;
}
vec4 czm_gammaCorrect(vec4 color) {
#ifdef HDR
color.rgb = pow(color.rgb, vec3(czm_gamma));
#endif
return color;
}
`;var $I=`vec3 czm_geodeticSurfaceNormal(vec3 positionOnEllipsoid, vec3 ellipsoidCenter, vec3 oneOverEllipsoidRadiiSquared)
{
return normalize((positionOnEllipsoid - ellipsoidCenter) * oneOverEllipsoidRadiiSquared);
}
`;var eO=`czm_material czm_getDefaultMaterial(czm_materialInput materialInput)
{
czm_material material;
material.diffuse = vec3(0.0);
material.specular = 0.0;
material.shininess = 1.0;
material.normal = materialInput.normalEC;
material.emission = vec3(0.0);
material.alpha = 1.0;
return material;
}
`;var tO=`float czm_getLambertDiffuse(vec3 lightDirectionEC, vec3 normalEC)
{
return max(dot(lightDirectionEC, normalEC), 0.0);
}
`;var nO=`float czm_getSpecular(vec3 lightDirectionEC, vec3 toEyeEC, vec3 normalEC, float shininess)
{
vec3 toReflectedLight = reflect(-lightDirectionEC, normalEC);
float specular = max(dot(toReflectedLight, toEyeEC), 0.0);
return pow(specular, max(shininess, czm_epsilon2));
}
`;var iO=`vec4 czm_getWaterNoise(sampler2D normalMap, vec2 uv, float time, float angleInRadians)
{
float cosAngle = cos(angleInRadians);
float sinAngle = sin(angleInRadians);
vec2 s0 = vec2(1.0/17.0, 0.0);
vec2 s1 = vec2(-1.0/29.0, 0.0);
vec2 s2 = vec2(1.0/101.0, 1.0/59.0);
vec2 s3 = vec2(-1.0/109.0, -1.0/57.0);
s0 = vec2((cosAngle * s0.x) - (sinAngle * s0.y), (sinAngle * s0.x) + (cosAngle * s0.y));
s1 = vec2((cosAngle * s1.x) - (sinAngle * s1.y), (sinAngle * s1.x) + (cosAngle * s1.y));
s2 = vec2((cosAngle * s2.x) - (sinAngle * s2.y), (sinAngle * s2.x) + (cosAngle * s2.y));
s3 = vec2((cosAngle * s3.x) - (sinAngle * s3.y), (sinAngle * s3.x) + (cosAngle * s3.y));
vec2 uv0 = (uv/103.0) + (time * s0);
vec2 uv1 = uv/107.0 + (time * s1) + vec2(0.23);
vec2 uv2 = uv/vec2(897.0, 983.0) + (time * s2) + vec2(0.51);
vec2 uv3 = uv/vec2(991.0, 877.0) + (time * s3) + vec2(0.71);
uv0 = fract(uv0);
uv1 = fract(uv1);
uv2 = fract(uv2);
uv3 = fract(uv3);
vec4 noise = (texture2D(normalMap, uv0)) +
(texture2D(normalMap, uv1)) +
(texture2D(normalMap, uv2)) +
(texture2D(normalMap, uv3));
return ((noise / 4.0) - 0.5) * 2.0;
}
`;var oO=`const vec4 K_HSB2RGB = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0);
vec3 czm_HSBToRGB(vec3 hsb)
{
vec3 p = abs(fract(hsb.xxx + K_HSB2RGB.xyz) * 6.0 - K_HSB2RGB.www);
return hsb.z * mix(K_HSB2RGB.xxx, clamp(p - K_HSB2RGB.xxx, 0.0, 1.0), hsb.y);
}
`;var rO=`vec3 hueToRGB(float hue)
{
float r = abs(hue * 6.0 - 3.0) - 1.0;
float g = 2.0 - abs(hue * 6.0 - 2.0);
float b = 2.0 - abs(hue * 6.0 - 4.0);
return clamp(vec3(r, g, b), 0.0, 1.0);
}
vec3 czm_HSLToRGB(vec3 hsl)
{
vec3 rgb = hueToRGB(hsl.x);
float c = (1.0 - abs(2.0 * hsl.z - 1.0)) * hsl.y;
return (rgb - 0.5) * c + hsl.z;
}
`;var sO=`vec3 czm_hue(vec3 rgb, float adjustment)
{
const mat3 toYIQ = mat3(0.299, 0.587, 0.114,
0.595716, -0.274453, -0.321263,
0.211456, -0.522591, 0.311135);
const mat3 toRGB = mat3(1.0, 0.9563, 0.6210,
1.0, -0.2721, -0.6474,
1.0, -1.107, 1.7046);
vec3 yiq = toYIQ * rgb;
float hue = atan(yiq.z, yiq.y) + adjustment;
float chroma = sqrt(yiq.z * yiq.z + yiq.y * yiq.y);
vec3 color = vec3(yiq.x, chroma * cos(hue), chroma * sin(hue));
return toRGB * color;
}
`;var aO=`vec3 czm_inverseGamma(vec3 color) {
return pow(color, vec3(1.0 / czm_gamma));
}
`;var cO=`bool czm_isEmpty(czm_raySegment interval)
{
return (interval.stop < 0.0);
}
`;var lO=`bool czm_isFull(czm_raySegment interval)
{
return (interval.start == 0.0 && interval.stop == czm_infinity);
}
`;var uO=`float czm_latitudeToWebMercatorFraction(float latitude, float southMercatorY, float oneOverMercatorHeight)
{
float sinLatitude = sin(latitude);
float mercatorY = 0.5 * log((1.0 + sinLatitude) / (1.0 - sinLatitude));
return (mercatorY - southMercatorY) * oneOverMercatorHeight;
}
`;var fO=`vec3 czm_linearToSrgb(vec3 linearIn)
{
return pow(linearIn, vec3(1.0/2.2));
}
vec4 czm_linearToSrgb(vec4 linearIn)
{
vec3 srgbOut = pow(linearIn.rgb, vec3(1.0/2.2));
return vec4(srgbOut, linearIn.a);
}
`;var dO=`float czm_lineDistance(vec2 point1, vec2 point2, vec2 point) {
return abs((point2.y - point1.y) * point.x - (point2.x - point1.x) * point.y + point2.x * point1.y - point2.y * point1.x) / distance(point2, point1);
}
`;var hO=`float czm_luminance(vec3 rgb)
{
const vec3 W = vec3(0.2125, 0.7154, 0.0721);
return dot(rgb, W);
}
`;var mO=`float czm_metersPerPixel(vec4 positionEC, float pixelRatio)
{
float width = czm_viewport.z;
float height = czm_viewport.w;
float pixelWidth;
float pixelHeight;
float top = czm_frustumPlanes.x;
float bottom = czm_frustumPlanes.y;
float left = czm_frustumPlanes.z;
float right = czm_frustumPlanes.w;
if (czm_sceneMode == czm_sceneMode2D || czm_orthographicIn3D == 1.0)
{
float frustumWidth = right - left;
float frustumHeight = top - bottom;
pixelWidth = frustumWidth / width;
pixelHeight = frustumHeight / height;
}
else
{
float distanceToPixel = -positionEC.z;
float inverseNear = 1.0 / czm_currentFrustum.x;
float tanTheta = top * inverseNear;
pixelHeight = 2.0 * distanceToPixel * tanTheta / height;
tanTheta = right * inverseNear;
pixelWidth = 2.0 * distanceToPixel * tanTheta / width;
}
return max(pixelWidth, pixelHeight) * pixelRatio;
}
float czm_metersPerPixel(vec4 positionEC)
{
return czm_metersPerPixel(positionEC, czm_pixelRatio);
}
`;var pO=`vec4 czm_modelToWindowCoordinates(vec4 position)
{
vec4 q = czm_modelViewProjection * position;
q.xyz /= q.w;
q.xyz = (czm_viewportTransformation * vec4(q.xyz, 1.0)).xyz;
return q;
}
`;var _O=`vec3 czm_multiplyWithColorBalance(vec3 left, vec3 right)
{
const vec3 W = vec3(0.2125, 0.7154, 0.0721);
vec3 target = left * right;
float leftLuminance = dot(left, W);
float rightLuminance = dot(right, W);
float targetLuminance = dot(target, W);
return ((leftLuminance + rightLuminance) / (2.0 * targetLuminance)) * target;
}
`;var gO=`float czm_nearFarScalar(vec4 nearFarScalar, float cameraDistSq)
{
float valueAtMin = nearFarScalar.y;
float valueAtMax = nearFarScalar.w;
float nearDistanceSq = nearFarScalar.x * nearFarScalar.x;
float farDistanceSq = nearFarScalar.z * nearFarScalar.z;
float t = (cameraDistSq - nearDistanceSq) / (farDistanceSq - nearDistanceSq);
t = pow(clamp(t, 0.0, 1.0), 0.2);
return mix(valueAtMin, valueAtMax, t);
}
`;var yO=`vec3 czm_octDecode(vec2 encoded, float range)
{
if (encoded.x == 0.0 && encoded.y == 0.0) {
return vec3(0.0, 0.0, 0.0);
}
encoded = encoded / range * 2.0 - 1.0;
vec3 v = vec3(encoded.x, encoded.y, 1.0 - abs(encoded.x) - abs(encoded.y));
if (v.z < 0.0)
{
v.xy = (1.0 - abs(v.yx)) * czm_signNotZero(v.xy);
}
return normalize(v);
}
vec3 czm_octDecode(vec2 encoded)
{
return czm_octDecode(encoded, 255.0);
}
vec3 czm_octDecode(float encoded)
{
float temp = encoded / 256.0;
float x = floor(temp);
float y = (temp - x) * 256.0;
return czm_octDecode(vec2(x, y));
}
void czm_octDecode(vec2 encoded, out vec3 vector1, out vec3 vector2, out vec3 vector3)
{
float temp = encoded.x / 65536.0;
float x = floor(temp);
float encodedFloat1 = (temp - x) * 65536.0;
temp = encoded.y / 65536.0;
float y = floor(temp);
float encodedFloat2 = (temp - y) * 65536.0;
vector1 = czm_octDecode(encodedFloat1);
vector2 = czm_octDecode(encodedFloat2);
vector3 = czm_octDecode(vec2(x, y));
}
`;var AO=`vec4 czm_packDepth(float depth)
{
vec4 enc = vec4(1.0, 255.0, 65025.0, 16581375.0) * depth;
enc = fract(enc);
enc -= enc.yzww * vec4(1.0 / 255.0, 1.0 / 255.0, 1.0 / 255.0, 0.0);
return enc;
}
`;var CO=`vec3 lambertianDiffuse(vec3 diffuseColor)
{
return diffuseColor / czm_pi;
}
vec3 fresnelSchlick2(vec3 f0, vec3 f90, float VdotH)
{
return f0 + (f90 - f0) * pow(clamp(1.0 - VdotH, 0.0, 1.0), 5.0);
}
float smithVisibilityG1(float NdotV, float roughness)
{
float k = (roughness + 1.0) * (roughness + 1.0) / 8.0;
return NdotV / (NdotV * (1.0 - k) + k);
}
float smithVisibilityGGX(float roughness, float NdotL, float NdotV)
{
return (
smithVisibilityG1(NdotL, roughness) *
smithVisibilityG1(NdotV, roughness)
);
}
float GGX(float roughness, float NdotH)
{
float roughnessSquared = roughness * roughness;
float f = (NdotH * roughnessSquared - NdotH) * NdotH + 1.0;
return roughnessSquared / (czm_pi * f * f);
}
vec3 czm_pbrLighting(
vec3 positionEC,
vec3 normalEC,
vec3 lightDirectionEC,
vec3 lightColorHdr,
czm_pbrParameters pbrParameters
)
{
vec3 v = -normalize(positionEC);
vec3 l = normalize(lightDirectionEC);
vec3 h = normalize(v + l);
vec3 n = normalEC;
float NdotL = clamp(dot(n, l), 0.001, 1.0);
float NdotV = abs(dot(n, v)) + 0.001;
float NdotH = clamp(dot(n, h), 0.0, 1.0);
float LdotH = clamp(dot(l, h), 0.0, 1.0);
float VdotH = clamp(dot(v, h), 0.0, 1.0);
vec3 f0 = pbrParameters.f0;
float reflectance = max(max(f0.r, f0.g), f0.b);
vec3 f90 = vec3(clamp(reflectance * 25.0, 0.0, 1.0));
vec3 F = fresnelSchlick2(f0, f90, VdotH);
float alpha = pbrParameters.roughness;
float G = smithVisibilityGGX(alpha, NdotL, NdotV);
float D = GGX(alpha, NdotH);
vec3 specularContribution = F * G * D / (4.0 * NdotL * NdotV);
vec3 diffuseColor = pbrParameters.diffuseColor;
vec3 diffuseContribution = (1.0 - F) * lambertianDiffuse(diffuseColor);
return (diffuseContribution + specularContribution) * NdotL * lightColorHdr;
}
`;var xO=`czm_pbrParameters czm_pbrMetallicRoughnessMaterial(
vec3 baseColor,
float metallic,
float roughness
)
{
czm_pbrParameters results;
roughness = clamp(roughness, 0.0, 1.0);
results.roughness = roughness * roughness;
metallic = clamp(metallic, 0.0, 1.0);
const vec3 REFLECTANCE_DIELECTRIC = vec3(0.04);
vec3 f0 = mix(REFLECTANCE_DIELECTRIC, baseColor, metallic);
results.f0 = f0;
results.diffuseColor = baseColor * (1.0 - f0) * (1.0 - metallic);
return results;
}
`;var TO=`czm_pbrParameters czm_pbrSpecularGlossinessMaterial(
vec3 diffuse,
vec3 specular,
float glossiness
)
{
czm_pbrParameters results;
float roughness = 1.0 - glossiness;
results.roughness = roughness * roughness;
results.diffuseColor = diffuse * (1.0 - max(max(specular.r, specular.g), specular.b));
results.f0 = specular;
return results;
}
`;var EO=`float czm_private_getLambertDiffuseOfMaterial(vec3 lightDirectionEC, czm_material material)
{
return czm_getLambertDiffuse(lightDirectionEC, material.normal);
}
float czm_private_getSpecularOfMaterial(vec3 lightDirectionEC, vec3 toEyeEC, czm_material material)
{
return czm_getSpecular(lightDirectionEC, toEyeEC, material.normal, material.shininess);
}
vec4 czm_phong(vec3 toEye, czm_material material, vec3 lightDirectionEC)
{
float diffuse = czm_private_getLambertDiffuseOfMaterial(vec3(0.0, 0.0, 1.0), material);
if (czm_sceneMode == czm_sceneMode3D) {
diffuse += czm_private_getLambertDiffuseOfMaterial(vec3(0.0, 1.0, 0.0), material);
}
float specular = czm_private_getSpecularOfMaterial(lightDirectionEC, toEye, material);
vec3 materialDiffuse = material.diffuse * 0.5;
vec3 ambient = materialDiffuse;
vec3 color = ambient + material.emission;
color += materialDiffuse * diffuse * czm_lightColor;
color += material.specular * specular * czm_lightColor;
return vec4(color, material.alpha);
}
vec4 czm_private_phong(vec3 toEye, czm_material material, vec3 lightDirectionEC)
{
float diffuse = czm_private_getLambertDiffuseOfMaterial(lightDirectionEC, material);
float specular = czm_private_getSpecularOfMaterial(lightDirectionEC, toEye, material);
vec3 ambient = vec3(0.0);
vec3 color = ambient + material.emission;
color += material.diffuse * diffuse * czm_lightColor;
color += material.specular * specular * czm_lightColor;
return vec4(color, material.alpha);
}
`;var bO=`float czm_planeDistance(vec4 plane, vec3 point) {
return (dot(plane.xyz, point) + plane.w);
}
float czm_planeDistance(vec3 planeNormal, float planeDistance, vec3 point) {
return (dot(planeNormal, point) + planeDistance);
}
`;var SO=`vec3 czm_pointAlongRay(czm_ray ray, float time)
{
return ray.origin + (time * ray.direction);
}
`;var wO=`czm_raySegment czm_rayEllipsoidIntersectionInterval(czm_ray ray, vec3 ellipsoid_center, vec3 ellipsoid_inverseRadii)
{
vec3 q = ellipsoid_inverseRadii * (czm_inverseModelView * vec4(ray.origin, 1.0)).xyz;
vec3 w = ellipsoid_inverseRadii * (czm_inverseModelView * vec4(ray.direction, 0.0)).xyz;
q = q - ellipsoid_inverseRadii * (czm_inverseModelView * vec4(ellipsoid_center, 1.0)).xyz;
float q2 = dot(q, q);
float qw = dot(q, w);
if (q2 > 1.0)
{
if (qw >= 0.0)
{
return czm_emptyRaySegment;
}
else
{
float qw2 = qw * qw;
float difference = q2 - 1.0;
float w2 = dot(w, w);
float product = w2 * difference;
if (qw2 < product)
{
return czm_emptyRaySegment;
}
else if (qw2 > product)
{
float discriminant = qw * qw - product;
float temp = -qw + sqrt(discriminant);
float root0 = temp / w2;
float root1 = difference / temp;
if (root0 < root1)
{
czm_raySegment i = czm_raySegment(root0, root1);
return i;
}
else
{
czm_raySegment i = czm_raySegment(root1, root0);
return i;
}
}
else
{
float root = sqrt(difference / w2);
czm_raySegment i = czm_raySegment(root, root);
return i;
}
}
}
else if (q2 < 1.0)
{
float difference = q2 - 1.0;
float w2 = dot(w, w);
float product = w2 * difference;
float discriminant = qw * qw - product;
float temp = -qw + sqrt(discriminant);
czm_raySegment i = czm_raySegment(0.0, temp / w2);
return i;
}
else
{
if (qw < 0.0)
{
float w2 = dot(w, w);
czm_raySegment i = czm_raySegment(0.0, -qw / w2);
return i;
}
else
{
return czm_emptyRaySegment;
}
}
}
`;var DO=`czm_raySegment czm_raySphereIntersectionInterval(czm_ray ray, vec3 center, float radius)
{
vec3 o = ray.origin;
vec3 d = ray.direction;
vec3 oc = o - center;
float a = dot(d, d);
float b = 2.0 * dot(d, oc);
float c = dot(oc, oc) - (radius * radius);
float det = (b * b) - (4.0 * a * c);
if (det < 0.0) {
return czm_emptyRaySegment;
}
float sqrtDet = sqrt(det);
float t0 = (-b - sqrtDet) / (2.0 * a);
float t1 = (-b + sqrtDet) / (2.0 * a);
czm_raySegment result = czm_raySegment(t0, t1);
return result;
}
`;var vO=`float czm_readDepth(sampler2D depthTexture, vec2 texCoords)
{
return czm_reverseLogDepth(texture2D(depthTexture, texCoords).r);
}
`;var PO=`float czm_readNonPerspective(float value, float oneOverW) {
return value * oneOverW;
}
vec2 czm_readNonPerspective(vec2 value, float oneOverW) {
return value * oneOverW;
}
vec3 czm_readNonPerspective(vec3 value, float oneOverW) {
return value * oneOverW;
}
vec4 czm_readNonPerspective(vec4 value, float oneOverW) {
return value * oneOverW;
}
`;var IO=`float czm_reverseLogDepth(float logZ)
{
#ifdef LOG_DEPTH
float near = czm_currentFrustum.x;
float far = czm_currentFrustum.y;
float log2Depth = logZ * czm_log2FarDepthFromNearPlusOne;
float depthFromNear = pow(2.0, log2Depth) - 1.0;
return far * (1.0 - near / (depthFromNear + near)) / (far - near);
#endif
return logZ;
}
`;var OO=`const vec4 K_RGB2HSB = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0);
vec3 czm_RGBToHSB(vec3 rgb)
{
vec4 p = mix(vec4(rgb.bg, K_RGB2HSB.wz), vec4(rgb.gb, K_RGB2HSB.xy), step(rgb.b, rgb.g));
vec4 q = mix(vec4(p.xyw, rgb.r), vec4(rgb.r, p.yzx), step(p.x, rgb.r));
float d = q.x - min(q.w, q.y);
return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + czm_epsilon7)), d / (q.x + czm_epsilon7), q.x);
}
`;var BO=`vec3 RGBtoHCV(vec3 rgb)
{
vec4 p = (rgb.g < rgb.b) ? vec4(rgb.bg, -1.0, 2.0 / 3.0) : vec4(rgb.gb, 0.0, -1.0 / 3.0);
vec4 q = (rgb.r < p.x) ? vec4(p.xyw, rgb.r) : vec4(rgb.r, p.yzx);
float c = q.x - min(q.w, q.y);
float h = abs((q.w - q.y) / (6.0 * c + czm_epsilon7) + q.z);
return vec3(h, c, q.x);
}
vec3 czm_RGBToHSL(vec3 rgb)
{
vec3 hcv = RGBtoHCV(rgb);
float l = hcv.z - hcv.y * 0.5;
float s = hcv.y / (1.0 - abs(l * 2.0 - 1.0) + czm_epsilon7);
return vec3(hcv.x, s, l);
}
`;var RO=`vec3 czm_RGBToXYZ(vec3 rgb)
{
const mat3 RGB2XYZ = mat3(0.4124, 0.2126, 0.0193,
0.3576, 0.7152, 0.1192,
0.1805, 0.0722, 0.9505);
vec3 xyz = RGB2XYZ * rgb;
vec3 Yxy;
Yxy.r = xyz.g;
float temp = dot(vec3(1.0), xyz);
Yxy.gb = xyz.rg / temp;
return Yxy;
}
`;var MO=`float czm_round(float value) {
return floor(value + 0.5);
}
vec2 czm_round(vec2 value) {
return floor(value + 0.5);
}
vec3 czm_round(vec3 value) {
return floor(value + 0.5);
}
vec4 czm_round(vec4 value) {
return floor(value + 0.5);
}
`;var LO=`vec3 czm_sampleOctahedralProjectionWithFiltering(sampler2D projectedMap, vec2 textureSize, vec3 direction, float lod)
{
direction /= dot(vec3(1.0), abs(direction));
vec2 rev = abs(direction.zx) - vec2(1.0);
vec2 neg = vec2(direction.x < 0.0 ? rev.x : -rev.x,
direction.z < 0.0 ? rev.y : -rev.y);
vec2 uv = direction.y < 0.0 ? neg : direction.xz;
vec2 coord = 0.5 * uv + vec2(0.5);
vec2 pixel = 1.0 / textureSize;
if (lod > 0.0)
{
float scale = 1.0 / pow(2.0, lod);
float offset = ((textureSize.y + 1.0) / textureSize.x);
coord.x *= offset;
coord *= scale;
coord.x += offset + pixel.x;
coord.y += (1.0 - (1.0 / pow(2.0, lod - 1.0))) + pixel.y * (lod - 1.0) * 2.0;
}
else
{
coord.x *= (textureSize.y / textureSize.x);
}
#ifndef OES_texture_float_linear
vec3 color1 = texture2D(projectedMap, coord + vec2(0.0, pixel.y)).rgb;
vec3 color2 = texture2D(projectedMap, coord + vec2(pixel.x, 0.0)).rgb;
vec3 color3 = texture2D(projectedMap, coord + pixel).rgb;
vec3 color4 = texture2D(projectedMap, coord).rgb;
vec2 texturePosition = coord * textureSize;
float fu = fract(texturePosition.x);
float fv = fract(texturePosition.y);
vec3 average1 = mix(color4, color2, fu);
vec3 average2 = mix(color1, color3, fu);
vec3 color = mix(average1, average2, fv);
#else
vec3 color = texture2D(projectedMap, coord).rgb;
#endif
return color;
}
vec3 czm_sampleOctahedralProjection(sampler2D projectedMap, vec2 textureSize, vec3 direction, float lod, float maxLod) {
float currentLod = floor(lod + 0.5);
float nextLod = min(currentLod + 1.0, maxLod);
vec3 colorCurrentLod = czm_sampleOctahedralProjectionWithFiltering(projectedMap, textureSize, direction, currentLod);
vec3 colorNextLod = czm_sampleOctahedralProjectionWithFiltering(projectedMap, textureSize, direction, nextLod);
return mix(colorNextLod, colorCurrentLod, nextLod - lod);
}
`;var FO=`vec3 czm_saturation(vec3 rgb, float adjustment)
{
const vec3 W = vec3(0.2125, 0.7154, 0.0721);
vec3 intensity = vec3(dot(rgb, W));
return mix(intensity, rgb, adjustment);
}
`;var NO=`float czm_sampleShadowMap(highp samplerCube shadowMap, vec3 d)
{
return czm_unpackDepth(textureCube(shadowMap, d));
}
float czm_sampleShadowMap(highp sampler2D shadowMap, vec2 uv)
{
#ifdef USE_SHADOW_DEPTH_TEXTURE
return texture2D(shadowMap, uv).r;
#else
return czm_unpackDepth(texture2D(shadowMap, uv));
#endif
}
float czm_shadowDepthCompare(samplerCube shadowMap, vec3 uv, float depth)
{
return step(depth, czm_sampleShadowMap(shadowMap, uv));
}
float czm_shadowDepthCompare(sampler2D shadowMap, vec2 uv, float depth)
{
return step(depth, czm_sampleShadowMap(shadowMap, uv));
}
`;var kO=`float czm_private_shadowVisibility(float visibility, float nDotL, float normalShadingSmooth, float darkness)
{
#ifdef USE_NORMAL_SHADING
#ifdef USE_NORMAL_SHADING_SMOOTH
float strength = clamp(nDotL / normalShadingSmooth, 0.0, 1.0);
#else
float strength = step(0.0, nDotL);
#endif
visibility *= strength;
#endif
visibility = max(visibility, darkness);
return visibility;
}
#ifdef USE_CUBE_MAP_SHADOW
float czm_shadowVisibility(samplerCube shadowMap, czm_shadowParameters shadowParameters)
{
float depthBias = shadowParameters.depthBias;
float depth = shadowParameters.depth;
float nDotL = shadowParameters.nDotL;
float normalShadingSmooth = shadowParameters.normalShadingSmooth;
float darkness = shadowParameters.darkness;
vec3 uvw = shadowParameters.texCoords;
depth -= depthBias;
float visibility = czm_shadowDepthCompare(shadowMap, uvw, depth);
return czm_private_shadowVisibility(visibility, nDotL, normalShadingSmooth, darkness);
}
#else
float czm_shadowVisibility(sampler2D shadowMap, czm_shadowParameters shadowParameters)
{
float depthBias = shadowParameters.depthBias;
float depth = shadowParameters.depth;
float nDotL = shadowParameters.nDotL;
float normalShadingSmooth = shadowParameters.normalShadingSmooth;
float darkness = shadowParameters.darkness;
vec2 uv = shadowParameters.texCoords;
depth -= depthBias;
#ifdef USE_SOFT_SHADOWS
vec2 texelStepSize = shadowParameters.texelStepSize;
float radius = 1.0;
float dx0 = -texelStepSize.x * radius;
float dy0 = -texelStepSize.y * radius;
float dx1 = texelStepSize.x * radius;
float dy1 = texelStepSize.y * radius;
float visibility = (
czm_shadowDepthCompare(shadowMap, uv, depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, dy0), depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(0.0, dy0), depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, dy0), depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, 0.0), depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, 0.0), depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, dy1), depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(0.0, dy1), depth) +
czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, dy1), depth)
) * (1.0 / 9.0);
#else
float visibility = czm_shadowDepthCompare(shadowMap, uv, depth);
#endif
return czm_private_shadowVisibility(visibility, nDotL, normalShadingSmooth, darkness);
}
#endif
`;var VO=`float czm_signNotZero(float value)
{
return value >= 0.0 ? 1.0 : -1.0;
}
vec2 czm_signNotZero(vec2 value)
{
return vec2(czm_signNotZero(value.x), czm_signNotZero(value.y));
}
vec3 czm_signNotZero(vec3 value)
{
return vec3(czm_signNotZero(value.x), czm_signNotZero(value.y), czm_signNotZero(value.z));
}
vec4 czm_signNotZero(vec4 value)
{
return vec4(czm_signNotZero(value.x), czm_signNotZero(value.y), czm_signNotZero(value.z), czm_signNotZero(value.w));
}
`;var UO=`vec3 czm_sphericalHarmonics(vec3 normal, vec3 coefficients[9])
{
vec3 L00 = coefficients[0];
vec3 L1_1 = coefficients[1];
vec3 L10 = coefficients[2];
vec3 L11 = coefficients[3];
vec3 L2_2 = coefficients[4];
vec3 L2_1 = coefficients[5];
vec3 L20 = coefficients[6];
vec3 L21 = coefficients[7];
vec3 L22 = coefficients[8];
float x = normal.x;
float y = normal.y;
float z = normal.z;
return
L00
+ L1_1 * y
+ L10 * z
+ L11 * x
+ L2_2 * (y * x)
+ L2_1 * (y * z)
+ L20 * (3.0 * z * z - 1.0)
+ L21 * (z * x)
+ L22 * (x * x - y * y);
}
`;var zO=`vec3 czm_srgbToLinear(vec3 srgbIn)
{
return pow(srgbIn, vec3(2.2));
}
vec4 czm_srgbToLinear(vec4 srgbIn)
{
vec3 linearOut = pow(srgbIn.rgb, vec3(2.2));
return vec4(linearOut, srgbIn.a);
}
`;var HO=`mat3 czm_tangentToEyeSpaceMatrix(vec3 normalEC, vec3 tangentEC, vec3 bitangentEC)
{
vec3 normal = normalize(normalEC);
vec3 tangent = normalize(tangentEC);
vec3 bitangent = normalize(bitangentEC);
return mat3(tangent.x , tangent.y , tangent.z,
bitangent.x, bitangent.y, bitangent.z,
normal.x , normal.y , normal.z);
}
`;var GO=`vec4 czm_transformPlane(vec4 plane, mat4 transform) {
vec4 transformedPlane = transform * plane;
float normalMagnitude = length(transformedPlane.xyz);
return transformedPlane / normalMagnitude;
}
`;var WO=`vec4 czm_translateRelativeToEye(vec3 high, vec3 low)
{
vec3 highDifference = high - czm_encodedCameraPositionMCHigh;
vec3 lowDifference = low - czm_encodedCameraPositionMCLow;
return vec4(highDifference + lowDifference, 1.0);
}
`;var jO=`vec4 czm_translucentPhong(vec3 toEye, czm_material material, vec3 lightDirectionEC)
{
float diffuse = czm_getLambertDiffuse(vec3(0.0, 0.0, 1.0), material.normal);
if (czm_sceneMode == czm_sceneMode3D) {
diffuse += czm_getLambertDiffuse(vec3(0.0, 1.0, 0.0), material.normal);
}
diffuse = clamp(diffuse, 0.0, 1.0);
float specular = czm_getSpecular(lightDirectionEC, toEye, material.normal, material.shininess);
vec3 materialDiffuse = material.diffuse * 0.5;
vec3 ambient = materialDiffuse;
vec3 color = ambient + material.emission;
color += materialDiffuse * diffuse * czm_lightColor;
color += material.specular * specular * czm_lightColor;
return vec4(color, material.alpha);
}
`;var qO=`mat2 czm_transpose(mat2 matrix)
{
return mat2(
matrix[0][0], matrix[1][0],
matrix[0][1], matrix[1][1]);
}
mat3 czm_transpose(mat3 matrix)
{
return mat3(
matrix[0][0], matrix[1][0], matrix[2][0],
matrix[0][1], matrix[1][1], matrix[2][1],
matrix[0][2], matrix[1][2], matrix[2][2]);
}
mat4 czm_transpose(mat4 matrix)
{
return mat4(
matrix[0][0], matrix[1][0], matrix[2][0], matrix[3][0],
matrix[0][1], matrix[1][1], matrix[2][1], matrix[3][1],
matrix[0][2], matrix[1][2], matrix[2][2], matrix[3][2],
matrix[0][3], matrix[1][3], matrix[2][3], matrix[3][3]);
}
`;var YO=`float czm_unpackDepth(vec4 packedDepth)
{
return dot(packedDepth, vec4(1.0, 1.0 / 255.0, 1.0 / 65025.0, 1.0 / 16581375.0));
}
`;var XO=`float czm_unpackFloat(vec4 packedFloat)
{
packedFloat = floor(packedFloat * 255.0 + 0.5);
float sign = 1.0 - step(128.0, packedFloat[3]) * 2.0;
float exponent = 2.0 * mod(packedFloat[3], 128.0) + step(128.0, packedFloat[2]) - 127.0;
if (exponent == -127.0)
{
return 0.0;
}
float mantissa = mod(packedFloat[2], 128.0) * 65536.0 + packedFloat[1] * 256.0 + packedFloat[0] + float(0x800000);
float result = sign * exp2(exponent - 23.0) * mantissa;
return result;
}
`;var KO=`int czm_unpackUint(float packedValue) {
float rounded = czm_round(packedValue * 255.0);
return int(rounded);
}
int czm_unpackUint(vec2 packedValue) {
vec2 rounded = czm_round(packedValue * 255.0);
return int(dot(rounded, vec2(1.0, 256.0)));
}
int czm_unpackUint(vec3 packedValue) {
vec3 rounded = czm_round(packedValue * 255.0);
return int(dot(rounded, vec3(1.0, 256.0, 65536.0)));
}
int czm_unpackUint(vec4 packedValue) {
vec4 rounded = czm_round(packedValue * 255.0);
return int(dot(rounded, vec4(1.0, 256.0, 65536.0, 16777216.0)));
}
`;var JO=`float czm_valueTransform(float offset, float scale, float value) {
return scale * value + offset;
}
vec2 czm_valueTransform(vec2 offset, vec2 scale, vec2 value) {
return scale * value + offset;
}
vec3 czm_valueTransform(vec3 offset, vec3 scale, vec3 value) {
return scale * value + offset;
}
vec4 czm_valueTransform(vec4 offset, vec4 scale, vec4 value) {
return scale * value + offset;
}
mat2 czm_valueTransform(mat2 offset, mat2 scale, mat2 value) {
return matrixCompMult(scale, value) + offset;
}
mat3 czm_valueTransform(mat3 offset, mat3 scale, mat3 value) {
return matrixCompMult(scale, value) + offset;
}
mat4 czm_valueTransform(mat4 offset, mat4 scale, mat4 value) {
return matrixCompMult(scale, value) + offset;
}
`;var ZO=`#ifdef LOG_DEPTH
varying float v_depthFromNearPlusOne;
#ifdef SHADOW_MAP
varying vec3 v_logPositionEC;
#endif
#endif
vec4 czm_updatePositionDepth(vec4 coords) {
#if defined(LOG_DEPTH)
#ifdef SHADOW_MAP
vec3 logPositionEC = (czm_inverseProjection * coords).xyz;
v_logPositionEC = logPositionEC;
#endif
coords.z = clamp(coords.z / coords.w, -1.0, 1.0) * coords.w;
#endif
return coords;
}
void czm_vertexLogDepth()
{
#ifdef LOG_DEPTH
v_depthFromNearPlusOne = (gl_Position.w - czm_currentFrustum.x) + 1.0;
gl_Position = czm_updatePositionDepth(gl_Position);
#endif
}
void czm_vertexLogDepth(vec4 clipCoords)
{
#ifdef LOG_DEPTH
v_depthFromNearPlusOne = (clipCoords.w - czm_currentFrustum.x) + 1.0;
czm_updatePositionDepth(clipCoords);
#endif
}
`;var QO=`vec4 czm_windowToEyeCoordinates(vec4 fragmentCoordinate)
{
float x = 2.0 * (fragmentCoordinate.x - czm_viewport.x) / czm_viewport.z - 1.0;
float y = 2.0 * (fragmentCoordinate.y - czm_viewport.y) / czm_viewport.w - 1.0;
float z = (fragmentCoordinate.z - czm_viewportTransformation[3][2]) / czm_viewportTransformation[2][2];
vec4 q = vec4(x, y, z, 1.0);
q /= fragmentCoordinate.w;
if (!(czm_inverseProjection == mat4(0.0)))
{
q = czm_inverseProjection * q;
}
else
{
float top = czm_frustumPlanes.x;
float bottom = czm_frustumPlanes.y;
float left = czm_frustumPlanes.z;
float right = czm_frustumPlanes.w;
float near = czm_currentFrustum.x;
float far = czm_currentFrustum.y;
q.x = (q.x * (right - left) + left + right) * 0.5;
q.y = (q.y * (top - bottom) + bottom + top) * 0.5;
q.z = (q.z * (near - far) - near - far) * 0.5;
q.w = 1.0;
}
return q;
}
vec4 czm_windowToEyeCoordinates(vec2 fragmentCoordinateXY, float depthOrLogDepth)
{
#ifdef LOG_DEPTH
float near = czm_currentFrustum.x;
float far = czm_currentFrustum.y;
float log2Depth = depthOrLogDepth * czm_log2FarDepthFromNearPlusOne;
float depthFromNear = pow(2.0, log2Depth) - 1.0;
float depthFromCamera = depthFromNear + near;
vec4 windowCoord = vec4(fragmentCoordinateXY, far * (1.0 - near / depthFromCamera) / (far - near), 1.0);
vec4 eyeCoordinate = czm_windowToEyeCoordinates(windowCoord);
eyeCoordinate.w = 1.0 / depthFromCamera;
return eyeCoordinate;
#else
vec4 windowCoord = vec4(fragmentCoordinateXY, depthOrLogDepth, 1.0);
vec4 eyeCoordinate = czm_windowToEyeCoordinates(windowCoord);
#endif
return eyeCoordinate;
}
`;var $O=`#if defined(GL_EXT_frag_depth) && !defined(LOG_DEPTH)
varying float v_WindowZ;
#endif
void czm_writeDepthClamp()
{
#if defined(GL_EXT_frag_depth) && !defined(LOG_DEPTH)
gl_FragDepthEXT = clamp(v_WindowZ * gl_FragCoord.w, 0.0, 1.0);
#endif
}
`;var eB=`#ifdef LOG_DEPTH
varying float v_depthFromNearPlusOne;
#ifdef POLYGON_OFFSET
uniform vec2 u_polygonOffset;
#ifdef GL_OES_standard_derivatives
#extension GL_OES_standard_derivatives : enable
#endif
#endif
#endif
void czm_writeLogDepth(float depth)
{
#if defined(GL_EXT_frag_depth) && defined(LOG_DEPTH)
if (depth <= 0.9999999 || depth > czm_farDepthFromNearPlusOne) {
discard;
}
#ifdef POLYGON_OFFSET
float factor = u_polygonOffset[0];
float units = u_polygonOffset[1];
#ifdef GL_OES_standard_derivatives
if (factor != 0.0) {
float x = dFdx(depth);
float y = dFdy(depth);
float m = sqrt(x * x + y * y);
depth += m * factor;
}
#endif
#endif
gl_FragDepthEXT = log2(depth) * czm_oneOverLog2FarDepthFromNearPlusOne;
#ifdef POLYGON_OFFSET
gl_FragDepthEXT += czm_epsilon7 * units;
#endif
#endif
}
void czm_writeLogDepth() {
#ifdef LOG_DEPTH
czm_writeLogDepth(v_depthFromNearPlusOne);
#endif
}
`;var tB=`float czm_writeNonPerspective(float value, float w) {
return value * w;
}
vec2 czm_writeNonPerspective(vec2 value, float w) {
return value * w;
}
vec3 czm_writeNonPerspective(vec3 value, float w) {
return value * w;
}
vec4 czm_writeNonPerspective(vec4 value, float w) {
return value * w;
}
`;var nB=`vec3 czm_XYZToRGB(vec3 Yxy)
{
const mat3 XYZ2RGB = mat3( 3.2405, -0.9693, 0.0556,
-1.5371, 1.8760, -0.2040,
-0.4985, 0.0416, 1.0572);
vec3 xyz;
xyz.r = Yxy.r * Yxy.g / Yxy.b;
xyz.g = Yxy.r;
xyz.b = Yxy.r * (1.0 - Yxy.g - Yxy.b) / Yxy.b;
return XYZ2RGB * xyz;
}
`;var yC={czm_degreesPerRadian:F1,czm_depthRange:N1,czm_epsilon1:k1,czm_epsilon2:V1,czm_epsilon3:U1,czm_epsilon4:z1,czm_epsilon5:H1,czm_epsilon6:G1,czm_epsilon7:W1,czm_infinity:j1,czm_oneOverPi:q1,czm_oneOverTwoPi:Y1,czm_passCesium3DTile:X1,czm_passCesium3DTileClassification:K1,czm_passCesium3DTileClassificationIgnoreShow:J1,czm_passClassification:Z1,czm_passCompute:Q1,czm_passEnvironment:$1,czm_passGlobe:eI,czm_passOpaque:tI,czm_passOverlay:nI,czm_passTerrainClassification:iI,czm_passTranslucent:oI,czm_pi:rI,czm_piOverFour:sI,czm_piOverSix:aI,czm_piOverThree:cI,czm_piOverTwo:lI,czm_radiansPerDegree:uI,czm_sceneMode2D:fI,czm_sceneMode3D:dI,czm_sceneModeColumbusView:hI,czm_sceneModeMorphing:mI,czm_solarRadius:pI,czm_threePiOver2:_I,czm_twoPi:gI,czm_webMercatorMaxLatitude:yI,czm_depthRangeStruct:AI,czm_material:CI,czm_materialInput:xI,czm_modelMaterial:TI,czm_modelVertexOutput:EI,czm_pbrParameters:bI,czm_ray:SI,czm_raySegment:wI,czm_shadowParameters:DI,czm_acesTonemapping:vI,czm_alphaWeight:PI,czm_antialias:II,czm_approximateSphericalCoordinates:OI,czm_backFacing:BI,czm_branchFreeTernary:RI,czm_cascadeColor:MI,czm_cascadeDistance:LI,czm_cascadeMatrix:FI,czm_cascadeWeights:NI,czm_columbusViewMorph:kI,czm_computePosition:VI,czm_cosineAndSine:UI,czm_decompressTextureCoordinates:zI,czm_defaultPbrMaterial:HI,czm_depthClamp:GI,czm_eastNorthUpToEyeCoordinates:WI,czm_ellipsoidContainsPoint:jI,czm_ellipsoidWgs84TextureCoordinates:qI,czm_equalsEpsilon:YI,czm_eyeOffset:XI,czm_eyeToWindowCoordinates:KI,czm_fastApproximateAtan:JI,czm_fog:ZI,czm_gammaCorrect:QI,czm_geodeticSurfaceNormal:$I,czm_getDefaultMaterial:eO,czm_getLambertDiffuse:tO,czm_getSpecular:nO,czm_getWaterNoise:iO,czm_HSBToRGB:oO,czm_HSLToRGB:rO,czm_hue:sO,czm_inverseGamma:aO,czm_isEmpty:cO,czm_isFull:lO,czm_latitudeToWebMercatorFraction:uO,czm_linearToSrgb:fO,czm_lineDistance:dO,czm_luminance:hO,czm_metersPerPixel:mO,czm_modelToWindowCoordinates:pO,czm_multiplyWithColorBalance:_O,czm_nearFarScalar:gO,czm_octDecode:yO,czm_packDepth:AO,czm_pbrLighting:CO,czm_pbrMetallicRoughnessMaterial:xO,czm_pbrSpecularGlossinessMaterial:TO,czm_phong:EO,czm_planeDistance:bO,czm_pointAlongRay:SO,czm_rayEllipsoidIntersectionInterval:wO,czm_raySphereIntersectionInterval:DO,czm_readDepth:vO,czm_readNonPerspective:PO,czm_reverseLogDepth:IO,czm_RGBToHSB:OO,czm_RGBToHSL:BO,czm_RGBToXYZ:RO,czm_round:MO,czm_sampleOctahedralProjection:LO,czm_saturation:FO,czm_shadowDepthCompare:NO,czm_shadowVisibility:kO,czm_signNotZero:VO,czm_sphericalHarmonics:UO,czm_srgbToLinear:zO,czm_tangentToEyeSpaceMatrix:HO,czm_transformPlane:GO,czm_translateRelativeToEye:WO,czm_translucentPhong:jO,czm_transpose:qO,czm_unpackDepth:YO,czm_unpackFloat:XO,czm_unpackUint:KO,czm_valueTransform:JO,czm_vertexLogDepth:ZO,czm_windowToEyeCoordinates:QO,czm_writeDepthClamp:$O,czm_writeLogDepth:eB,czm_writeNonPerspective:tB,czm_XYZToRGB:nB};function $K(e){return e=e.replace(/\/\/.*/g,""),e.replace(/\/\*\*[\s\S]*?\*\//gm,function(t){let n=t.match(/\n/gm).length,i="";for(let o=0;o<n;++o)i+=`
`;return i})}function eJ(e,t,n){let i;for(let o=0;o<n.length;++o)n[o].name===e&&(i=n[o]);return l(i)||(t=$K(t),i={name:e,glslSource:t,dependsOn:[],requiredBy:[],evaluated:!1},n.push(i)),i}function tJ(e,t){if(e.evaluated)return;e.evaluated=!0;let n=e.glslSource.match(/\bczm_[a-zA-Z0-9_]*/g);l(n)&&n!==null&&(n=n.filter(function(i,o){return n.indexOf(i)===o}),n.forEach(function(i){if(i!==e.name&&rs._czmBuiltinsAndUniforms.hasOwnProperty(i)){let o=eJ(i,rs._czmBuiltinsAndUniforms[i],t);e.dependsOn.push(o),o.requiredBy.push(e),tJ(o,t)}}))}function cSe(e){let t=[],n=[];for(;e.length>0;){let o=e.pop();n.push(o),o.requiredBy.length===0&&t.push(o)}for(;t.length>0;){let o=t.shift();e.push(o);for(let r=0;r<o.dependsOn.length;++r){let s=o.dependsOn[r],a=s.requiredBy.indexOf(o);s.requiredBy.splice(a,1),s.requiredBy.length===0&&t.push(s)}}let i=[];for(let o=0;o<n.length;++o)n[o].requiredBy.length!==0&&i.push(n[o])}function lSe(e){let t=[],n=eJ("main",e,t);tJ(n,t),cSe(t);let i="";for(let o=t.length-1;o>=0;--o)i=`${i+t[o].glslSource}
`;return i.replace(n.glslSource,"")}function nJ(e,t,n){let i,o,r="",s=e.sources;if(l(s))for(i=0,o=s.length;i<o;++i)r+=`
#line 0
${s[i]}`;r=$K(r);let a;r=r.replace(/#version\s+(.*?)\n/gm,function(g,m){return a=m,`
`});let c=[];r=r.replace(/#extension.*\n/gm,function(g){return c.push(g),`
`}),r=r.replace(/precision\s(lowp|mediump|highp)\s(float|int);/,"");let u=e.pickColorQualifier;l(u)&&(r=rs.createPickFragmentShaderSource(r,u));let f="";l(a)&&(f=`#version ${a}
`);let d=c.length;for(i=0;i<d;i++)f+=c[i];t&&(f+=`#ifdef GL_FRAGMENT_PRECISION_HIGH
precision highp float;
precision highp int;
#else
precision mediump float;
precision mediump int;
#define highp mediump
#endif
`);let p=e.defines;if(l(p))for(i=0,o=p.length;i<o;++i){let g=p[i];g.length!==0&&(f+=`#define ${g}
`)}return n.webgl2&&(f+=`#define OUTPUT_DECLARATION
`),n.textureFloatLinear&&(f+=`#define OES_texture_float_linear
`),n.floatingPointTexture&&(f+=`#define OES_texture_float
`),e.includeBuiltIns&&(f+=lSe(r)),f+=`
#line 0
`,f+=r,n.webgl2&&(f=L1(f,t,!0)),f}function rs(e){e=y(e,y.EMPTY_OBJECT);let t=e.pickColorQualifier;this.defines=l(e.defines)?e.defines.slice(0):[],this.sources=l(e.sources)?e.sources.slice(0):[],this.pickColorQualifier=t,this.includeBuiltIns=y(e.includeBuiltIns,!0)}rs.prototype.clone=function(){return new rs({sources:this.sources,defines:this.defines,pickColorQualifier:this.pickColorQualifier,includeBuiltIns:this.includeBuiltIns})};rs.replaceMain=function(e,t){return t=`void ${t}()`,e.replace(/void\s+main\s*\(\s*(?:void)?\s*\)/g,t)};rs.prototype.getCacheKey=function(){let t=this.defines.slice().sort().join(","),n=this.pickColorQualifier,i=this.includeBuiltIns,o=this.sources.join(`
`);return`${t}:${n}:${i}:${o}`};rs.prototype.createCombinedVertexShader=function(e){return nJ(this,!1,e)};rs.prototype.createCombinedFragmentShader=function(e){return nJ(this,!0,e)};rs._czmBuiltinsAndUniforms={};for(let e in yC)yC.hasOwnProperty(e)&&(rs._czmBuiltinsAndUniforms[e]=yC[e]);for(let e in zp)if(zp.hasOwnProperty(e)){let t=zp[e];typeof t.getDeclaration=="function"&&(rs._czmBuiltinsAndUniforms[e]=t.getDeclaration(e))}rs.createPickVertexShaderSource=function(e){return`${rs.replaceMain(e,"czm_old_main")}
attribute vec4 pickColor;
varying vec4 czm_pickColor;
void main()
{
czm_old_main();
czm_pickColor = pickColor;
}`};rs.createPickFragmentShaderSource=function(e,t){let n=rs.replaceMain(e,"czm_old_main"),i=`${t} vec4 czm_pickColor;
void main()
{
czm_old_main();
if (gl_FragColor.a == 0.0) {
discard;
}
gl_FragColor = czm_pickColor;
}`;return`${n}
${i}`};function uSe(e,t){let n=e.defines,i=n.length;for(let o=0;o<i;++o)if(n[o]===t)return!0;return!1}function iJ(e,t){let n=e.sources,i=n.length;for(let o=0;o<i;++o)if(n[o].indexOf(t)!==-1)return!0;return!1}function oJ(e,t){let n=t.length;for(let i=0;i<n;++i){let o=t[i];if(iJ(e,o))return o}}var fSe=["v_normalEC","v_normal"];rs.findNormalVarying=function(e){return iJ(e,"#ifdef HAS_NORMALS")?uSe(e,"HAS_NORMALS")?"v_normalEC":void 0:oJ(e,fSe)};var dSe=["v_positionEC"];rs.findPositionVarying=function(e){return oJ(e,dSe)};var Ve=rs;var iB=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute float batchId;
#ifdef EXTRUDED_GEOMETRY
attribute vec3 extrudeDirection;
uniform float u_globeMinimumAltitude;
#endif // EXTRUDED_GEOMETRY
#ifdef PER_INSTANCE_COLOR
varying vec4 v_color;
#endif // PER_INSTANCE_COLOR
#ifdef TEXTURE_COORDINATES
#ifdef SPHERICAL
varying vec4 v_sphericalExtents;
#else // SPHERICAL
varying vec2 v_inversePlaneExtents;
varying vec4 v_westPlane;
varying vec4 v_southPlane;
#endif // SPHERICAL
varying vec3 v_uvMinAndSphericalLongitudeRotation;
varying vec3 v_uMaxAndInverseDistance;
varying vec3 v_vMaxAndInverseDistance;
#endif // TEXTURE_COORDINATES
void main()
{
vec4 position = czm_computePosition();
#ifdef EXTRUDED_GEOMETRY
float delta = min(u_globeMinimumAltitude, czm_geometricToleranceOverMeter * length(position.xyz));
delta *= czm_sceneMode == czm_sceneMode3D ? 1.0 : 0.0;
position = position + vec4(extrudeDirection * delta, 0.0);
#endif
#ifdef TEXTURE_COORDINATES
#ifdef SPHERICAL
v_sphericalExtents = czm_batchTable_sphericalExtents(batchId);
v_uvMinAndSphericalLongitudeRotation.z = czm_batchTable_longitudeRotation(batchId);
#else // SPHERICAL
#ifdef COLUMBUS_VIEW_2D
vec4 planes2D_high = czm_batchTable_planes2D_HIGH(batchId);
vec4 planes2D_low = czm_batchTable_planes2D_LOW(batchId);
vec2 idlSplitNewPlaneHiLow = vec2(EAST_MOST_X_HIGH - (WEST_MOST_X_HIGH - planes2D_high.w), EAST_MOST_X_LOW - (WEST_MOST_X_LOW - planes2D_low.w));
bool idlSplit = planes2D_high.x > planes2D_high.w && position3DLow.y > 0.0;
planes2D_high.w = czm_branchFreeTernary(idlSplit, idlSplitNewPlaneHiLow.x, planes2D_high.w);
planes2D_low.w = czm_branchFreeTernary(idlSplit, idlSplitNewPlaneHiLow.y, planes2D_low.w);
idlSplit = planes2D_high.x > planes2D_high.w && position3DLow.y < 0.0;
idlSplitNewPlaneHiLow = vec2(WEST_MOST_X_HIGH - (EAST_MOST_X_HIGH - planes2D_high.x), WEST_MOST_X_LOW - (EAST_MOST_X_LOW - planes2D_low.x));
planes2D_high.x = czm_branchFreeTernary(idlSplit, idlSplitNewPlaneHiLow.x, planes2D_high.x);
planes2D_low.x = czm_branchFreeTernary(idlSplit, idlSplitNewPlaneHiLow.y, planes2D_low.x);
vec3 southWestCorner = (czm_modelViewRelativeToEye * czm_translateRelativeToEye(vec3(0.0, planes2D_high.xy), vec3(0.0, planes2D_low.xy))).xyz;
vec3 northWestCorner = (czm_modelViewRelativeToEye * czm_translateRelativeToEye(vec3(0.0, planes2D_high.x, planes2D_high.z), vec3(0.0, planes2D_low.x, planes2D_low.z))).xyz;
vec3 southEastCorner = (czm_modelViewRelativeToEye * czm_translateRelativeToEye(vec3(0.0, planes2D_high.w, planes2D_high.y), vec3(0.0, planes2D_low.w, planes2D_low.y))).xyz;
#else // COLUMBUS_VIEW_2D
vec3 southWestCorner = (czm_modelViewRelativeToEye * czm_translateRelativeToEye(czm_batchTable_southWest_HIGH(batchId), czm_batchTable_southWest_LOW(batchId))).xyz;
vec3 northWestCorner = czm_normal * czm_batchTable_northward(batchId) + southWestCorner;
vec3 southEastCorner = czm_normal * czm_batchTable_eastward(batchId) + southWestCorner;
#endif // COLUMBUS_VIEW_2D
vec3 eastWard = southEastCorner - southWestCorner;
float eastExtent = length(eastWard);
eastWard /= eastExtent;
vec3 northWard = northWestCorner - southWestCorner;
float northExtent = length(northWard);
northWard /= northExtent;
v_westPlane = vec4(eastWard, -dot(eastWard, southWestCorner));
v_southPlane = vec4(northWard, -dot(northWard, southWestCorner));
v_inversePlaneExtents = vec2(1.0 / eastExtent, 1.0 / northExtent);
#endif // SPHERICAL
vec4 uvMinAndExtents = czm_batchTable_uvMinAndExtents(batchId);
vec4 uMaxVmax = czm_batchTable_uMaxVmax(batchId);
v_uMaxAndInverseDistance = vec3(uMaxVmax.xy, uvMinAndExtents.z);
v_vMaxAndInverseDistance = vec3(uMaxVmax.zw, uvMinAndExtents.w);
v_uvMinAndSphericalLongitudeRotation.xy = uvMinAndExtents.xy;
#endif // TEXTURE_COORDINATES
#ifdef PER_INSTANCE_COLOR
v_color = czm_batchTable_color(batchId);
#endif
gl_Position = czm_depthClamp(czm_modelViewProjectionRelativeToEye * position);
}
`;var w0=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
#ifdef VECTOR_TILE
uniform vec4 u_highlightColor;
#endif
void main(void)
{
#ifdef VECTOR_TILE
gl_FragColor = czm_gammaCorrect(u_highlightColor);
#else
gl_FragColor = vec4(1.0);
#endif
czm_writeDepthClamp();
}
`;var rJ={TERRAIN:0,CESIUM_3D_TILE:1,BOTH:2};rJ.NUMBER_OF_CLASSIFICATION_TYPES=3;var Fn=Object.freeze(rJ);var hSe={NEVER:te.NEVER,LESS:te.LESS,EQUAL:te.EQUAL,LESS_OR_EQUAL:te.LEQUAL,GREATER:te.GREATER,NOT_EQUAL:te.NOTEQUAL,GREATER_OR_EQUAL:te.GEQUAL,ALWAYS:te.ALWAYS},Ja=Object.freeze(hSe);function kd(){this.high=h.clone(h.ZERO),this.low=h.clone(h.ZERO)}kd.encode=function(e,t){l(t)||(t={high:0,low:0});let n;return e>=0?(n=Math.floor(e/65536)*65536,t.high=n,t.low=e-n):(n=Math.floor(-e/65536)*65536,t.high=-n,t.low=e+n),t};var cm={high:0,low:0};kd.fromCartesian=function(e,t){l(t)||(t=new kd);let n=t.high,i=t.low;return kd.encode(e.x,cm),n.x=cm.high,i.x=cm.low,kd.encode(e.y,cm),n.y=cm.high,i.y=cm.low,kd.encode(e.z,cm),n.z=cm.high,i.z=cm.low,t};var pG=new kd;kd.writeElements=function(e,t,n){kd.fromCartesian(e,pG);let i=pG.high,o=pG.low;t[n]=i.x,t[n+1]=i.y,t[n+2]=i.z,t[n+3]=o.x,t[n+4]=o.y,t[n+5]=o.z};var Vn=kd;function mSe(e,t){let n=[],i=e.length,o=0;for(;o<i;){let r=Math.ceil((i-o)/t--);n.push(e.slice(o,o+r)),o+=r}return n}var oB=mSe;var rB={STREAM_DRAW:te.STREAM_DRAW,STATIC_DRAW:te.STATIC_DRAW,DYNAMIC_DRAW:te.DYNAMIC_DRAW,validate:function(e){return e===rB.STREAM_DRAW||e===rB.STATIC_DRAW||e===rB.DYNAMIC_DRAW}},Le=Object.freeze(rB);var ss={UNSIGNED_BYTE:te.UNSIGNED_BYTE,UNSIGNED_SHORT:te.UNSIGNED_SHORT,UNSIGNED_INT:te.UNSIGNED_INT};ss.getSizeInBytes=function(e){switch(e){case ss.UNSIGNED_BYTE:return Uint8Array.BYTES_PER_ELEMENT;case ss.UNSIGNED_SHORT:return Uint16Array.BYTES_PER_ELEMENT;case ss.UNSIGNED_INT:return Uint32Array.BYTES_PER_ELEMENT}};ss.fromSizeInBytes=function(e){switch(e){case 2:return ss.UNSIGNED_SHORT;case 4:return ss.UNSIGNED_INT;case 1:return ss.UNSIGNED_BYTE}};ss.validate=function(e){return l(e)&&(e===ss.UNSIGNED_BYTE||e===ss.UNSIGNED_SHORT||e===ss.UNSIGNED_INT)};ss.createTypedArray=function(e,t){return e>=I.SIXTY_FOUR_KILOBYTES?new Uint32Array(t):new Uint16Array(t)};ss.createTypedArrayFromArrayBuffer=function(e,t,n,i){return e>=I.SIXTY_FOUR_KILOBYTES?new Uint32Array(t,n,i):new Uint16Array(t,n,i)};ss.fromTypedArray=function(e){if(e instanceof Uint8Array)return ss.UNSIGNED_BYTE;if(e instanceof Uint16Array)return ss.UNSIGNED_SHORT;if(e instanceof Uint32Array)return ss.UNSIGNED_INT};var Fe=Object.freeze(ss);function ru(e){e=y(e,y.EMPTY_OBJECT);let t=e.context._gl,n=e.bufferTarget,i=e.typedArray,o=e.sizeInBytes,r=e.usage,s=l(i);s&&(o=i.byteLength);let a=t.createBuffer();t.bindBuffer(n,a),t.bufferData(n,s?i:o,r),t.bindBuffer(n,null),this._id=kn(),this._gl=t,this._webgl2=e.context._webgl2,this._bufferTarget=n,this._sizeInBytes=o,this._usage=r,this._buffer=a,this.vertexArrayDestroyable=!0}ru.createVertexBuffer=function(e){return new ru({context:e.context,bufferTarget:te.ARRAY_BUFFER,typedArray:e.typedArray,sizeInBytes:e.sizeInBytes,usage:e.usage})};ru.createIndexBuffer=function(e){let t=e.context,n=e.indexDatatype,i=Fe.getSizeInBytes(n),o=new ru({context:t,bufferTarget:te.ELEMENT_ARRAY_BUFFER,typedArray:e.typedArray,sizeInBytes:e.sizeInBytes,usage:e.usage}),r=o.sizeInBytes/i;return Object.defineProperties(o,{indexDatatype:{get:function(){return n}},bytesPerIndex:{get:function(){return i}},numberOfIndices:{get:function(){return r}}}),o};Object.defineProperties(ru.prototype,{sizeInBytes:{get:function(){return this._sizeInBytes}},usage:{get:function(){return this._usage}}});ru.prototype._getBuffer=function(){return this._buffer};ru.prototype.copyFromArrayView=function(e,t){t=y(t,0);let n=this._gl,i=this._bufferTarget;n.bindBuffer(i,this._buffer),n.bufferSubData(i,t,e),n.bindBuffer(i,null)};ru.prototype.copyFromBuffer=function(e,t,n,i){let o=te.COPY_READ_BUFFER,r=te.COPY_WRITE_BUFFER,s=this._gl;s.bindBuffer(r,this._buffer),s.bindBuffer(o,e._buffer),s.copyBufferSubData(o,r,t,n,i),s.bindBuffer(r,null),s.bindBuffer(o,null)};ru.prototype.getBufferData=function(e,t,n,i){t=y(t,0),n=y(n,0);let o=this._gl,r=te.COPY_READ_BUFFER;o.bindBuffer(r,this._buffer),o.getBufferSubData(r,t,e,n,i),o.bindBuffer(r,null)};ru.prototype.isDestroyed=function(){return!1};ru.prototype.destroy=function(){return this._gl.deleteBuffer(this._buffer),le(this)};var rt=ru;function pSe(e,t,n,i){let o=l(t.vertexBuffer),r=l(t.value),s=t.value?t.value.length:t.componentsPerAttribute,a={index:y(t.index,n),enabled:y(t.enabled,!0),vertexBuffer:t.vertexBuffer,value:r?t.value.slice(0):void 0,componentsPerAttribute:s,componentDatatype:y(t.componentDatatype,K.FLOAT),normalize:y(t.normalize,!1),offsetInBytes:y(t.offsetInBytes,0),strideInBytes:y(t.strideInBytes,0),instanceDivisor:y(t.instanceDivisor,0)};if(o)a.vertexAttrib=function(c){let u=this.index;c.bindBuffer(c.ARRAY_BUFFER,this.vertexBuffer._getBuffer()),c.vertexAttribPointer(u,this.componentsPerAttribute,this.componentDatatype,this.normalize,this.strideInBytes,this.offsetInBytes),c.enableVertexAttribArray(u),this.instanceDivisor>0&&(i.glVertexAttribDivisor(u,this.instanceDivisor),i._vertexAttribDivisors[u]=this.instanceDivisor,i._previousDrawInstanced=!0)},a.disableVertexAttribArray=function(c){c.disableVertexAttribArray(this.index),this.instanceDivisor>0&&i.glVertexAttribDivisor(n,0)};else{switch(a.componentsPerAttribute){case 1:a.vertexAttrib=function(c){c.vertexAttrib1fv(this.index,this.value)};break;case 2:a.vertexAttrib=function(c){c.vertexAttrib2fv(this.index,this.value)};break;case 3:a.vertexAttrib=function(c){c.vertexAttrib3fv(this.index,this.value)};break;case 4:a.vertexAttrib=function(c){c.vertexAttrib4fv(this.index,this.value)};break}a.disableVertexAttribArray=function(c){}}e.push(a)}function aJ(e,t,n){for(let i=0;i<t.length;++i){let o=t[i];o.enabled&&o.vertexAttrib(e)}l(n)&&e.bindBuffer(e.ELEMENT_ARRAY_BUFFER,n._getBuffer())}function lm(e){e=y(e,y.EMPTY_OBJECT);let t=e.context,n=t._gl,i=e.attributes,o=e.indexBuffer,r,s=[],a=1,c=!1,u=!1,f=i.length;for(r=0;r<f;++r)pSe(s,i[r],r,t);for(f=s.length,r=0;r<f;++r){let p=s[r];if(l(p.vertexBuffer)&&p.instanceDivisor===0){let g=p.strideInBytes||p.componentsPerAttribute*K.getSizeInBytes(p.componentDatatype);a=p.vertexBuffer.sizeInBytes/g;break}}for(r=0;r<f;++r)s[r].instanceDivisor>0&&(c=!0),l(s[r].value)&&(u=!0);let d;t.vertexArrayObject&&(d=t.glCreateVertexArray(),t.glBindVertexArray(d),aJ(n,s,o),t.glBindVertexArray(null)),this._numberOfVertices=a,this._hasInstancedAttributes=c,this._hasConstantAttributes=u,this._context=t,this._gl=n,this._vao=d,this._attributes=s,this._indexBuffer=o}function sJ(e){return e.values.length/e.componentsPerAttribute}function _Se(e){return K.getSizeInBytes(e.componentDatatype)*e.componentsPerAttribute}function gSe(e){let t,n,i,o=[];for(n in e)e.hasOwnProperty(n)&&l(e[n])&&l(e[n].values)&&(o.push(n),e[n].componentDatatype===K.DOUBLE&&(e[n].componentDatatype=K.FLOAT,e[n].values=K.createTypedArray(K.FLOAT,e[n].values)));let r,s=o.length;if(s>0)for(r=sJ(e[o[0]]),t=1;t<s;++t){let u=sJ(e[o[t]]);if(u!==r)throw new de(`Each attribute list must have the same number of vertices. Attribute ${o[t]} has a different number of vertices (${u.toString()}) than attribute ${o[0]} (${r.toString()}).`)}o.sort(function(u,f){return K.getSizeInBytes(e[f].componentDatatype)-K.getSizeInBytes(e[u].componentDatatype)});let a=0,c={};for(t=0;t<s;++t)n=o[t],i=e[n],c[n]=a,a+=_Se(i);if(a>0){let u=K.getSizeInBytes(e[o[0]].componentDatatype),f=a%u;f!==0&&(a+=u-f);let d=r*a,p=new ArrayBuffer(d),g={};for(t=0;t<s;++t){n=o[t];let m=K.getSizeInBytes(e[n].componentDatatype);g[n]={pointer:K.createTypedArray(e[n].componentDatatype,p),index:c[n]/m,strideInComponentType:a/m}}for(t=0;t<r;++t)for(let m=0;m<s;++m){n=o[m],i=e[n];let A=i.values,C=g[n],x=C.pointer,b=i.componentsPerAttribute;for(let E=0;E<b;++E)x[C.index+E]=A[t*b+E];C.index+=C.strideInComponentType}return{buffer:p,offsetsInBytes:c,vertexSizeInBytes:a}}}lm.fromGeometry=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.context,n=y(e.geometry,y.EMPTY_OBJECT),i=y(e.bufferUsage,Le.DYNAMIC_DRAW),o=y(e.attributeLocations,y.EMPTY_OBJECT),r=y(e.interleave,!1),s=e.vertexArrayAttributes,a,c,u,f=l(s)?s:[],d=n.attributes;if(r){let m=gSe(d);if(l(m)){u=rt.createVertexBuffer({context:t,typedArray:m.buffer,usage:i});let A=m.offsetsInBytes,C=m.vertexSizeInBytes;for(a in d)d.hasOwnProperty(a)&&l(d[a])&&(c=d[a],l(c.values)?f.push({index:o[a],vertexBuffer:u,componentDatatype:c.componentDatatype,componentsPerAttribute:c.componentsPerAttribute,normalize:c.normalize,offsetInBytes:A[a],strideInBytes:C}):f.push({index:o[a],value:c.value,componentDatatype:c.componentDatatype,normalize:c.normalize}))}}else for(a in d)if(d.hasOwnProperty(a)&&l(d[a])){c=d[a];let m=c.componentDatatype;m===K.DOUBLE&&(m=K.FLOAT),u=void 0,l(c.values)&&(u=rt.createVertexBuffer({context:t,typedArray:K.createTypedArray(m,c.values),usage:i})),f.push({index:o[a],vertexBuffer:u,value:c.value,componentDatatype:m,componentsPerAttribute:c.componentsPerAttribute,normalize:c.normalize})}let p,g=n.indices;return l(g)&&(it.computeNumberOfVertices(n)>=I.SIXTY_FOUR_KILOBYTES&&t.elementIndexUint?p=rt.createIndexBuffer({context:t,typedArray:new Uint32Array(g),usage:i,indexDatatype:Fe.UNSIGNED_INT}):p=rt.createIndexBuffer({context:t,typedArray:new Uint16Array(g),usage:i,indexDatatype:Fe.UNSIGNED_SHORT})),new lm({context:t,attributes:f,indexBuffer:p})};Object.defineProperties(lm.prototype,{numberOfAttributes:{get:function(){return this._attributes.length}},numberOfVertices:{get:function(){return this._numberOfVertices}},indexBuffer:{get:function(){return this._indexBuffer}}});lm.prototype.getAttribute=function(e){return this._attributes[e]};function ySe(e){let t=e._context,n=e._hasInstancedAttributes;if(!n&&!t._previousDrawInstanced)return;t._previousDrawInstanced=n;let i=t._vertexAttribDivisors,o=e._attributes,r=Vt.maximumVertexAttributes,s;if(n){let a=o.length;for(s=0;s<a;++s){let c=o[s];if(c.enabled){let u=c.instanceDivisor,f=c.index;u!==i[f]&&(t.glVertexAttribDivisor(f,u),i[f]=u)}}}else for(s=0;s<r;++s)i[s]>0&&(t.glVertexAttribDivisor(s,0),i[s]=0)}function ASe(e,t){let n=e._attributes,i=n.length;for(let o=0;o<i;++o){let r=n[o];r.enabled&&l(r.value)&&r.vertexAttrib(t)}}lm.prototype._bind=function(){l(this._vao)?(this._context.glBindVertexArray(this._vao),this._context.instancedArrays&&ySe(this),this._hasConstantAttributes&&ASe(this,this._gl)):aJ(this._gl,this._attributes,this._indexBuffer)};lm.prototype._unBind=function(){if(l(this._vao))this._context.glBindVertexArray(null);else{let e=this._attributes,t=this._gl;for(let n=0;n<e.length;++n){let i=e[n];i.enabled&&i.disableVertexAttribArray(t)}this._indexBuffer&&t.bindBuffer(t.ELEMENT_ARRAY_BUFFER,null)}};lm.prototype.isDestroyed=function(){return!1};lm.prototype.destroy=function(){let e=this._attributes;for(let n=0;n<e.length;++n){let i=e[n].vertexBuffer;l(i)&&!i.isDestroyed()&&i.vertexArrayDestroyable&&i.destroy()}let t=this._indexBuffer;return l(t)&&!t.isDestroyed()&&t.vertexArrayDestroyable&&t.destroy(),l(this._vao)&&this._context.glDeleteVertexArray(this._vao),le(this)};var Zn=lm;function um(e,t,n){if(this._attributes=t,this._numberOfInstances=n,t.length===0)return;let i=CSe(t),o=e.floatingPointTexture,r=i===qe.FLOAT&&!o,s=xSe(t,r),a=TSe(s,t,r),c=Math.floor(Vt.maximumTextureSize/a),u=Math.min(n,c),f=a*u,d=Math.ceil(n/u),p=1/f,g=p*.5,m=1/d,A=m*.5;this._textureDimensions=new H(f,d),this._textureStep=new se(p,g,m,A),this._pixelDatatype=r?qe.UNSIGNED_BYTE:i,this._packFloats=r,this._offsets=s,this._stride=a,this._texture=void 0;let C=4*f*d;this._batchValues=i===qe.FLOAT&&!r?new Float32Array(C):new Uint8Array(C),this._batchValuesDirty=!1}Object.defineProperties(um.prototype,{attributes:{get:function(){return this._attributes}},numberOfInstances:{get:function(){return this._numberOfInstances}}});function CSe(e){let t=!1,n=e.length;for(let i=0;i<n;++i)if(e[i].componentDatatype!==K.UNSIGNED_BYTE){t=!0;break}return t?qe.FLOAT:qe.UNSIGNED_BYTE}function lJ(e,t){let n=e[t].componentsPerAttribute;return n===2?H:n===3?h:n===4?se:Number}function xSe(e,t){let n=new Array(e.length),i=0,o=e.length;for(let r=0;r<o;++r){let a=e[r].componentDatatype;n[r]=i,a!==K.UNSIGNED_BYTE&&t?i+=4:++i}return n}function TSe(e,t,n){let i=e.length,o=e[i-1];return t[i-1].componentDatatype!==K.UNSIGNED_BYTE&&n?o+4:o+1}var Pb=new se;function ESe(e,t,n){let i=se.unpack(e,t,Pb),o=se.unpackFloat(i);i=se.unpack(e,t+4,Pb);let r=se.unpackFloat(i);i=se.unpack(e,t+8,Pb);let s=se.unpackFloat(i);i=se.unpack(e,t+12,Pb);let a=se.unpackFloat(i);return se.fromElements(o,r,s,a,n)}function bSe(e,t,n){let i=se.packFloat(e.x,Pb);se.pack(i,t,n),i=se.packFloat(e.y,i),se.pack(i,t,n+4),i=se.packFloat(e.z,i),se.pack(i,t,n+8),i=se.packFloat(e.w,i),se.pack(i,t,n+12)}var cJ=new se;um.prototype.getBatchedAttribute=function(e,t,n){let i=this._attributes,o=this._offsets[t],s=4*this._stride*e+4*o,a;this._packFloats&&i[t].componentDatatype!==qe.UNSIGNED_BYTE?a=ESe(this._batchValues,s,cJ):a=se.unpack(this._batchValues,s,cJ);let c=lJ(i,t);return l(c.fromCartesian4)?c.fromCartesian4(a,n):l(c.clone)?c.clone(a,n):a.x};var SSe=[void 0,void 0,new H,new h,new se],wSe=new se;um.prototype.setBatchedAttribute=function(e,t,n){let i=this._attributes,o=SSe[i[t].componentsPerAttribute],r=this.getBatchedAttribute(e,t,o),s=lJ(this._attributes,t);if(l(s.equals)?s.equals(r,n):r===n)return;let c=wSe;c.x=l(n.x)?n.x:n,c.y=l(n.y)?n.y:0,c.z=l(n.z)?n.z:0,c.w=l(n.w)?n.w:0;let u=this._offsets[t],d=4*this._stride*e+4*u;this._packFloats&&i[t].componentDatatype!==qe.UNSIGNED_BYTE?bSe(c,this._batchValues,d):se.pack(c,this._batchValues,d),this._batchValuesDirty=!0};function DSe(e,t){let n=e._textureDimensions;e._texture=new Rt({context:t,pixelFormat:ft.RGBA,pixelDatatype:e._pixelDatatype,width:n.x,height:n.y,sampler:dn.NEAREST,flipY:!1})}function vSe(e){let t=e._textureDimensions;e._texture.copyFrom({source:{width:t.x,height:t.y,arrayBufferView:e._batchValues}})}um.prototype.update=function(e){l(this._texture)&&!this._batchValuesDirty||this._attributes.length===0||(this._batchValuesDirty=!1,l(this._texture)||DSe(this,e.context),vSe(this))};um.prototype.getUniformMapCallback=function(){let e=this;return function(t){return e._attributes.length===0?t:pt(t,{batchTexture:function(){return e._texture},batchTextureDimensions:function(){return e._textureDimensions},batchTextureStep:function(){return e._textureStep}})}};function PSe(e){let t=e._stride;return e._textureDimensions.y===1?`uniform vec4 batchTextureStep;
vec2 computeSt(float batchId)
{
float stepX = batchTextureStep.x;
float centerX = batchTextureStep.y;
float numberOfAttributes = float(${t});
return vec2(centerX + (batchId * numberOfAttributes * stepX), 0.5);
}
`:`uniform vec4 batchTextureStep;
uniform vec2 batchTextureDimensions;
vec2 computeSt(float batchId)
{
float stepX = batchTextureStep.x;
float centerX = batchTextureStep.y;
float stepY = batchTextureStep.z;
float centerY = batchTextureStep.w;
float numberOfAttributes = float(${t});
float xId = mod(batchId * numberOfAttributes, batchTextureDimensions.x);
float yId = floor(batchId * numberOfAttributes / batchTextureDimensions.x);
return vec2(centerX + (xId * stepX), centerY + (yId * stepY));
}
`}function ISe(e){return e===1?"float":`vec${e}`}function OSe(e){return e===1?".x":e===2?".xy":e===3?".xyz":""}function BSe(e,t){let i=e._attributes[t],o=i.componentsPerAttribute,r=i.functionName,s=ISe(o),a=OSe(o),c=e._offsets[t],u=`${s} ${r}(float batchId)
{
vec2 st = computeSt(batchId);
st.x += batchTextureStep.x * float(${c});
`;return e._packFloats&&i.componentDatatype!==qe.UNSIGNED_BYTE?u+=`vec4 textureValue;
textureValue.x = czm_unpackFloat(texture2D(batchTexture, st));
textureValue.y = czm_unpackFloat(texture2D(batchTexture, st + vec2(batchTextureStep.x, 0.0)));
textureValue.z = czm_unpackFloat(texture2D(batchTexture, st + vec2(batchTextureStep.x * 2.0, 0.0)));
textureValue.w = czm_unpackFloat(texture2D(batchTexture, st + vec2(batchTextureStep.x * 3.0, 0.0)));
`:u+=` vec4 textureValue = texture2D(batchTexture, st);
`,u+=` ${s} value = textureValue${a};
`,e._pixelDatatype===qe.UNSIGNED_BYTE&&i.componentDatatype===K.UNSIGNED_BYTE&&!i.normalize?u+=`value *= 255.0;
`:e._pixelDatatype===qe.FLOAT&&i.componentDatatype===K.UNSIGNED_BYTE&&i.normalize&&(u+=`value /= 255.0;
`),u+=` return value;
}
`,u}um.prototype.getVertexShaderCallback=function(){let e=this._attributes;if(e.length===0)return function(i){return i};let t=`uniform highp sampler2D batchTexture;
`;t+=`${PSe(this)}
`;let n=e.length;for(let i=0;i<n;++i)t+=BSe(this,i);return function(i){let o=i.indexOf("void main"),r=i.substring(0,o),s=i.substring(o);return`${r}
${t}
${s}`}};um.prototype.isDestroyed=function(){return!1};um.prototype.destroy=function(){return this._texture=this._texture&&this._texture.destroy(),le(this)};var AC=um;var Yi={SCALAR:"SCALAR",VEC2:"VEC2",VEC3:"VEC3",VEC4:"VEC4",MAT2:"MAT2",MAT3:"MAT3",MAT4:"MAT4"};Yi.getMathType=function(e){switch(e){case Yi.SCALAR:return Number;case Yi.VEC2:return H;case Yi.VEC3:return h;case Yi.VEC4:return se;case Yi.MAT2:return Ji;case Yi.MAT3:return Q;case Yi.MAT4:return F}};Yi.getNumberOfComponents=function(e){switch(e){case Yi.SCALAR:return 1;case Yi.VEC2:return 2;case Yi.VEC3:return 3;case Yi.VEC4:case Yi.MAT2:return 4;case Yi.MAT3:return 9;case Yi.MAT4:return 16}};Yi.getAttributeLocationCount=function(e){switch(e){case Yi.SCALAR:case Yi.VEC2:case Yi.VEC3:case Yi.VEC4:return 1;case Yi.MAT2:return 2;case Yi.MAT3:return 3;case Yi.MAT4:return 4}};Yi.getGlslType=function(e){switch(e){case Yi.SCALAR:return"float";case Yi.VEC2:return"vec2";case Yi.VEC3:return"vec3";case Yi.VEC4:return"vec4";case Yi.MAT2:return"mat2";case Yi.MAT3:return"mat3";case Yi.MAT4:return"mat4"}};var $t=Object.freeze(Yi);var uJ=1/256,fJ=256,uo={};uo.octEncodeInRange=function(e,t,n){if(n.x=e.x/(Math.abs(e.x)+Math.abs(e.y)+Math.abs(e.z)),n.y=e.y/(Math.abs(e.x)+Math.abs(e.y)+Math.abs(e.z)),e.z<0){let i=n.x,o=n.y;n.x=(1-Math.abs(o))*I.signNotZero(i),n.y=(1-Math.abs(i))*I.signNotZero(o)}return n.x=I.toSNorm(n.x,t),n.y=I.toSNorm(n.y,t),n};uo.octEncode=function(e,t){return uo.octEncodeInRange(e,255,t)};var Ib=new H,dJ=new Uint8Array(1);function sB(e){return dJ[0]=e,dJ[0]}uo.octEncodeToCartesian4=function(e,t){return uo.octEncodeInRange(e,65535,Ib),t.x=sB(Ib.x*uJ),t.y=sB(Ib.x),t.z=sB(Ib.y*uJ),t.w=sB(Ib.y),t};uo.octDecodeInRange=function(e,t,n,i){if(i.x=I.fromSNorm(e,n),i.y=I.fromSNorm(t,n),i.z=1-(Math.abs(i.x)+Math.abs(i.y)),i.z<0){let o=i.x;i.x=(1-Math.abs(i.y))*I.signNotZero(o),i.y=(1-Math.abs(o))*I.signNotZero(i.y)}return h.normalize(i,i)};uo.octDecode=function(e,t,n){return uo.octDecodeInRange(e,t,255,n)};uo.octDecodeFromCartesian4=function(e,t){let n=e.x,i=e.y,o=e.z,r=e.w,s=n*fJ+i,a=o*fJ+r;return uo.octDecodeInRange(s,a,65535,t)};uo.octPackFloat=function(e){return 256*e.x+e.y};var gG=new H;uo.octEncodeFloat=function(e){return uo.octEncode(e,gG),uo.octPackFloat(gG)};uo.octDecodeFloat=function(e,t){let n=e/256,i=Math.floor(n),o=(n-i)*256;return uo.octDecode(i,o,t)};uo.octPack=function(e,t,n,i){let o=uo.octEncodeFloat(e),r=uo.octEncodeFloat(t),s=uo.octEncode(n,gG);return i.x=65536*s.x+o,i.y=65536*s.y+r,i};uo.octUnpack=function(e,t,n,i){let o=e.x/65536,r=Math.floor(o),s=(o-r)*65536;o=e.y/65536;let a=Math.floor(o),c=(o-a)*65536;uo.octDecodeFloat(s,t),uo.octDecodeFloat(c,n),uo.octDecode(r,a,i)};uo.compressTextureCoordinates=function(e){let t=e.x*4095|0,n=e.y*4095|0;return 4096*t+n};uo.decompressTextureCoordinates=function(e,t){let n=e/4096,i=Math.floor(n);return t.x=i/4095,t.y=(e-i*4096)/4095,t};function _G(e){return e>>1^-(e&1)}uo.zigZagDeltaDecode=function(e,t,n){let i=e.length,o=0,r=0,s=0;for(let a=0;a<i;++a)o+=_G(e[a]),r+=_G(t[a]),e[a]=o,t[a]=r,l(n)&&(s+=_G(n[a]),n[a]=s)};uo.dequantize=function(e,t,n,i){let o=$t.getNumberOfComponents(n),r;switch(t){case K.BYTE:r=127;break;case K.UNSIGNED_BYTE:r=255;break;case K.SHORT:r=32767;break;case K.UNSIGNED_SHORT:r=65535;break;case K.INT:r=2147483647;break;case K.UNSIGNED_INT:r=4294967295;break}let s=new Float32Array(i*o);for(let a=0;a<i;a++)for(let c=0;c<o;c++){let u=a*o+c;s[u]=Math.max(e[u]/r,-1)}return s};uo.decodeRGB565=function(e,t){let n=e.length;l(t)||(t=new Float32Array(n*3));let i=(1<<5)-1,o=(1<<6)-1,r=1/31,s=1/63;for(let a=0;a<n;a++){let c=e[a],u=c>>11,f=c>>5&o,d=c&i,p=3*a;t[p]=u*r,t[p+1]=f*s,t[p+2]=d*r}return t};var Un=uo;var hJ=new h,mJ=new h,pJ=new h;function RSe(e,t,n,i,o){l(o)||(o=new h);let r,s,a,c,u,f,d,p;if(l(t.z)){if(h.equalsEpsilon(e,t,I.EPSILON14))return h.clone(h.UNIT_X,o);if(h.equalsEpsilon(e,n,I.EPSILON14))return h.clone(h.UNIT_Y,o);if(h.equalsEpsilon(e,i,I.EPSILON14))return h.clone(h.UNIT_Z,o);r=h.subtract(n,t,hJ),s=h.subtract(i,t,mJ),a=h.subtract(e,t,pJ),c=h.dot(r,r),u=h.dot(r,s),f=h.dot(r,a),d=h.dot(s,s),p=h.dot(s,a)}else{if(H.equalsEpsilon(e,t,I.EPSILON14))return h.clone(h.UNIT_X,o);if(H.equalsEpsilon(e,n,I.EPSILON14))return h.clone(h.UNIT_Y,o);if(H.equalsEpsilon(e,i,I.EPSILON14))return h.clone(h.UNIT_Z,o);r=H.subtract(n,t,hJ),s=H.subtract(i,t,mJ),a=H.subtract(e,t,pJ),c=H.dot(r,r),u=H.dot(r,s),f=H.dot(r,a),d=H.dot(s,s),p=H.dot(s,a)}o.y=d*f-u*p,o.z=c*p-u*f;let g=c*d-u*u;if(g!==0)return o.y/=g,o.z/=g,o.x=1-o.y-o.z,o}var CC=RSe;var yG={};yG.calculateACMR=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.indices,n=e.maximumIndex,i=y(e.cacheSize,24),o=t.length;if(!l(n)){n=0;let a=0,c=t[a];for(;a<o;)c>n&&(n=c),++a,c=t[a]}let r=[];for(let a=0;a<n+1;a++)r[a]=0;let s=i+1;for(let a=0;a<o;++a)s-r[t[a]]>i&&(r[t[a]]=s,++s);return(s-i+1)/(o/3)};yG.tipsify=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.indices,n=e.maximumIndex,i=y(e.cacheSize,24),o;function r(_,T,w,P){for(;T.length>=1;){let B=T[T.length-1];if(T.splice(T.length-1,1),_[B].numLiveTriangles>0)return B}for(;o<P;){if(_[o].numLiveTriangles>0)return++o,o-1;++o}return-1}function s(_,T,w,P,B,N,z){let V=-1,G,k=-1,X=0;for(;X<w.length;){let q=w[X];P[q].numLiveTriangles&&(G=0,B-P[q].timeStamp+2*P[q].numLiveTriangles<=T&&(G=B-P[q].timeStamp),(G>k||k===-1)&&(k=G,V=q)),++X}return V===-1?r(P,N,_,z):V}let a=t.length,c=0,u=0,f=t[u],d=a;if(l(n))c=n+1;else{for(;u<d;)f>c&&(c=f),++u,f=t[u];if(c===-1)return 0;++c}let p=[],g;for(g=0;g<c;g++)p[g]={numLiveTriangles:0,timeStamp:0,vertexTriangles:[]};u=0;let m=0;for(;u<d;)p[t[u]].vertexTriangles.push(m),++p[t[u]].numLiveTriangles,p[t[u+1]].vertexTriangles.push(m),++p[t[u+1]].numLiveTriangles,p[t[u+2]].vertexTriangles.push(m),++p[t[u+2]].numLiveTriangles,++m,u+=3;let A=0,C=i+1;o=1;let x=[],b=[],E,S,D=0,v=[],O=a/3,R=[];for(g=0;g<O;g++)R[g]=!1;let M,L;for(;A!==-1;){x=[],S=p[A],L=S.vertexTriangles.length;for(let _=0;_<L;++_)if(m=S.vertexTriangles[_],!R[m]){R[m]=!0,u=m+m+m;for(let T=0;T<3;++T)M=t[u],x.push(M),b.push(M),v[D]=M,++D,E=p[M],--E.numLiveTriangles,C-E.timeStamp>i&&(E.timeStamp=C,++C),++u}A=s(t,i,x,p,C,b,c)}return v};var aB=yG;var Za={};function mB(e,t,n,i,o){e[t++]=n,e[t++]=i,e[t++]=i,e[t++]=o,e[t++]=o,e[t]=n}function MSe(e){let t=e.length,n=t/3*6,i=Fe.createTypedArray(t,n),o=0;for(let r=0;r<t;r+=3,o+=6)mB(i,o,e[r],e[r+1],e[r+2]);return i}function LSe(e){let t=e.length;if(t>=3){let n=(t-2)*6,i=Fe.createTypedArray(t,n);mB(i,0,e[0],e[1],e[2]);let o=6;for(let r=3;r<t;++r,o+=6)mB(i,o,e[r-1],e[r],e[r-2]);return i}return new Uint16Array}function FSe(e){if(e.length>0){let t=e.length-1,n=(t-1)*6,i=Fe.createTypedArray(t,n),o=e[0],r=0;for(let s=1;s<t;++s,r+=6)mB(i,r,o,e[s],e[s+1]);return i}return new Uint16Array}Za.toWireframe=function(e){let t=e.indices;if(l(t)){switch(e.primitiveType){case Oe.TRIANGLES:e.indices=MSe(t);break;case Oe.TRIANGLE_STRIP:e.indices=LSe(t);break;case Oe.TRIANGLE_FAN:e.indices=FSe(t);break}e.primitiveType=Oe.LINES}return e};Za.createLineSegmentsForVectors=function(e,t,n){t=y(t,"normal"),n=y(n,1e4);let i=e.attributes.position.values,o=e.attributes[t].values,r=i.length,s=new Float64Array(2*r),a=0;for(let f=0;f<r;f+=3)s[a++]=i[f],s[a++]=i[f+1],s[a++]=i[f+2],s[a++]=i[f]+o[f]*n,s[a++]=i[f+1]+o[f+1]*n,s[a++]=i[f+2]+o[f+2]*n;let c,u=e.boundingSphere;return l(u)&&(c=new re(u.center,u.radius+n)),new it({attributes:{position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:s})},primitiveType:Oe.LINES,boundingSphere:c})};Za.createAttributeLocations=function(e){let t=["position","positionHigh","positionLow","position3DHigh","position3DLow","position2DHigh","position2DLow","pickColor","normal","st","tangent","bitangent","extrudeDirection","compressedAttributes"],n=e.attributes,i={},o=0,r,s=t.length;for(r=0;r<s;++r){let a=t[r];l(n[a])&&(i[a]=o++)}for(let a in n)n.hasOwnProperty(a)&&!l(i[a])&&(i[a]=o++);return i};Za.reorderForPreVertexCache=function(e){let t=it.computeNumberOfVertices(e),n=e.indices;if(l(n)){let i=new Int32Array(t);for(let p=0;p<t;p++)i[p]=-1;let o=n,r=o.length,s=Fe.createTypedArray(t,r),a=0,c=0,u=0,f;for(;a<r;)f=i[o[a]],f!==-1?s[c]=f:(f=o[a],i[f]=u,s[c]=u,++u),++a,++c;e.indices=s;let d=e.attributes;for(let p in d)if(d.hasOwnProperty(p)&&l(d[p])&&l(d[p].values)){let g=d[p],m=g.values,A=0,C=g.componentsPerAttribute,x=K.createTypedArray(g.componentDatatype,u*C);for(;A<t;){let b=i[A];if(b!==-1)for(let E=0;E<C;E++)x[C*b+E]=m[C*A+E];++A}g.values=x}}return e};Za.reorderForPostVertexCache=function(e,t){let n=e.indices;if(e.primitiveType===Oe.TRIANGLES&&l(n)){let i=n.length,o=0;for(let r=0;r<i;r++)n[r]>o&&(o=n[r]);e.indices=aB.tipsify({indices:n,maximumIndex:o,cacheSize:t})}return e};function _J(e){let t={};for(let n in e)if(e.hasOwnProperty(n)&&l(e[n])&&l(e[n].values)){let i=e[n];t[n]=new be({componentDatatype:i.componentDatatype,componentsPerAttribute:i.componentsPerAttribute,normalize:i.normalize,values:[]})}return t}function NSe(e,t,n){for(let i in t)if(t.hasOwnProperty(i)&&l(t[i])&&l(t[i].values)){let o=t[i];for(let r=0;r<o.componentsPerAttribute;++r)e[i].values.push(o.values[n*o.componentsPerAttribute+r])}}Za.fitToUnsignedShortIndices=function(e){let t=[],n=it.computeNumberOfVertices(e);if(l(e.indices)&&n>=I.SIXTY_FOUR_KILOBYTES){let i=[],o=[],r=0,s=_J(e.attributes),a=e.indices,c=a.length,u;e.primitiveType===Oe.TRIANGLES?u=3:e.primitiveType===Oe.LINES?u=2:e.primitiveType===Oe.POINTS&&(u=1);for(let f=0;f<c;f+=u){for(let d=0;d<u;++d){let p=a[f+d],g=i[p];l(g)||(g=r++,i[p]=g,NSe(s,e.attributes,p)),o.push(g)}r+u>=I.SIXTY_FOUR_KILOBYTES&&(t.push(new it({attributes:s,indices:o,primitiveType:e.primitiveType,boundingSphere:e.boundingSphere,boundingSphereCV:e.boundingSphereCV})),i=[],o=[],r=0,s=_J(e.attributes))}o.length!==0&&t.push(new it({attributes:s,indices:o,primitiveType:e.primitiveType,boundingSphere:e.boundingSphere,boundingSphereCV:e.boundingSphereCV}))}else t.push(e);return t};var gJ=new h,kSe=new he;Za.projectTo2D=function(e,t,n,i,o){let r=e.attributes[t];o=l(o)?o:new Ai;let s=o.ellipsoid,a=r.values,c=new Float64Array(a.length),u=0;for(let f=0;f<a.length;f+=3){let d=h.fromArray(a,f,gJ),p=s.cartesianToCartographic(d,kSe),g=o.project(p,gJ);c[u++]=g.x,c[u++]=g.y,c[u++]=g.z}return e.attributes[n]=r,e.attributes[i]=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:c}),delete e.attributes[t],e};var AG={high:0,low:0};Za.encodeAttribute=function(e,t,n,i){let o=e.attributes[t],r=o.values,s=r.length,a=new Float32Array(s),c=new Float32Array(s);for(let f=0;f<s;++f)Vn.encode(r[f],AG),a[f]=AG.high,c[f]=AG.low;let u=o.componentsPerAttribute;return e.attributes[n]=new be({componentDatatype:K.FLOAT,componentsPerAttribute:u,values:a}),e.attributes[i]=new be({componentDatatype:K.FLOAT,componentsPerAttribute:u,values:c}),delete e.attributes[t],e};var yf=new h;function CG(e,t){if(l(t)){let n=t.values,i=n.length;for(let o=0;o<i;o+=3)h.unpack(n,o,yf),F.multiplyByPoint(e,yf,yf),h.pack(yf,n,o)}}function xG(e,t){if(l(t)){let n=t.values,i=n.length;for(let o=0;o<i;o+=3)h.unpack(n,o,yf),Q.multiplyByVector(e,yf,yf),yf=h.normalize(yf,yf),h.pack(yf,n,o)}}var cB=new F,lB=new Q;Za.transformToWorldCoordinates=function(e){let t=e.modelMatrix;if(F.equals(t,F.IDENTITY))return e;let n=e.geometry.attributes;CG(t,n.position),CG(t,n.prevPosition),CG(t,n.nextPosition),(l(n.normal)||l(n.tangent)||l(n.bitangent))&&(F.inverse(t,cB),F.transpose(cB,cB),F.getMatrix3(cB,lB),xG(lB,n.normal),xG(lB,n.tangent),xG(lB,n.bitangent));let i=e.geometry.boundingSphere;return l(i)&&(e.geometry.boundingSphere=re.transform(i,t,i)),e.modelMatrix=F.clone(F.IDENTITY),e};function VSe(e,t){let n=e.length,i={},o=e[0][t].attributes,r;for(r in o)if(o.hasOwnProperty(r)&&l(o[r])&&l(o[r].values)){let s=o[r],a=s.values.length,c=!0;for(let u=1;u<n;++u){let f=e[u][t].attributes[r];if(!l(f)||s.componentDatatype!==f.componentDatatype||s.componentsPerAttribute!==f.componentsPerAttribute||s.normalize!==f.normalize){c=!1;break}a+=f.values.length}c&&(i[r]=new be({componentDatatype:s.componentDatatype,componentsPerAttribute:s.componentsPerAttribute,normalize:s.normalize,values:K.createTypedArray(s.componentDatatype,a)}))}return i}var USe=new h;function TG(e,t){let n=e.length,i,o,r,s,a=e[0].modelMatrix,c=l(e[0][t].indices),u=e[0][t].primitiveType,f=VSe(e,t),d,p,g;for(i in f)if(f.hasOwnProperty(i))for(d=f[i].values,s=0,o=0;o<n;++o)for(p=e[o][t].attributes[i].values,g=p.length,r=0;r<g;++r)d[s++]=p[r];let m;if(c){let b=0;for(o=0;o<n;++o)b+=e[o][t].indices.length;let E=it.computeNumberOfVertices(new it({attributes:f,primitiveType:Oe.POINTS})),S=Fe.createTypedArray(E,b),D=0,v=0;for(o=0;o<n;++o){let O=e[o][t].indices,R=O.length;for(s=0;s<R;++s)S[D++]=v+O[s];v+=it.computeNumberOfVertices(e[o][t])}m=S}let A=new h,C=0,x;for(o=0;o<n;++o){if(x=e[o][t].boundingSphere,!l(x)){A=void 0;break}h.add(x.center,A,A)}if(l(A))for(h.divideByScalar(A,n,A),o=0;o<n;++o){x=e[o][t].boundingSphere;let b=h.magnitude(h.subtract(x.center,A,USe))+x.radius;b>C&&(C=b)}return new it({attributes:f,indices:m,primitiveType:u,boundingSphere:l(A)?new re(A,C):void 0})}Za.combineInstances=function(e){let t=[],n=[],i=e.length;for(let r=0;r<i;++r){let s=e[r];l(s.geometry)?t.push(s):l(s.westHemisphereGeometry)&&l(s.eastHemisphereGeometry)&&n.push(s)}let o=[];return t.length>0&&o.push(TG(t,"geometry")),n.length>0&&(o.push(TG(n,"westHemisphereGeometry")),o.push(TG(n,"eastHemisphereGeometry"))),o};var su=new h,Ob=new h,xC=new h,TC=new h;Za.computeNormal=function(e){let t=e.indices,n=e.attributes,i=n.position.values,o=n.position.values.length/3,r=t.length,s=new Array(o),a=new Array(r/3),c=new Array(r),u;for(u=0;u<o;u++)s[u]={indexOffset:0,count:0,currentCount:0};let f=0;for(u=0;u<r;u+=3){let m=t[u],A=t[u+1],C=t[u+2],x=m*3,b=A*3,E=C*3;Ob.x=i[x],Ob.y=i[x+1],Ob.z=i[x+2],xC.x=i[b],xC.y=i[b+1],xC.z=i[b+2],TC.x=i[E],TC.y=i[E+1],TC.z=i[E+2],s[m].count++,s[A].count++,s[C].count++,h.subtract(xC,Ob,xC),h.subtract(TC,Ob,TC),a[f]=h.cross(xC,TC,new h),f++}let d=0;for(u=0;u<o;u++)s[u].indexOffset+=d,d+=s[u].count;f=0;let p;for(u=0;u<r;u+=3){p=s[t[u]];let m=p.indexOffset+p.currentCount;c[m]=f,p.currentCount++,p=s[t[u+1]],m=p.indexOffset+p.currentCount,c[m]=f,p.currentCount++,p=s[t[u+2]],m=p.indexOffset+p.currentCount,c[m]=f,p.currentCount++,f++}let g=new Float32Array(o*3);for(u=0;u<o;u++){let m=u*3;if(p=s[u],h.clone(h.ZERO,su),p.count>0){for(f=0;f<p.count;f++)h.add(su,a[c[p.indexOffset+f]],su);h.equalsEpsilon(h.ZERO,su,I.EPSILON10)&&h.clone(a[c[p.indexOffset]],su)}h.equalsEpsilon(h.ZERO,su,I.EPSILON10)&&(su.z=1),h.normalize(su,su),g[m]=su.x,g[m+1]=su.y,g[m+2]=su.z}return e.attributes.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:g}),e};var zSe=new h,yJ=new h,HSe=new h;Za.computeTangentAndBitangent=function(e){let t=e.attributes,n=e.indices,i=e.attributes.position.values,o=e.attributes.normal.values,r=e.attributes.st.values,s=e.attributes.position.values.length/3,a=n.length,c=new Array(s*3),u;for(u=0;u<c.length;u++)c[u]=0;let f,d,p;for(u=0;u<a;u+=3){let A=n[u],C=n[u+1],x=n[u+2];f=A*3,d=C*3,p=x*3;let b=A*2,E=C*2,S=x*2,D=i[f],v=i[f+1],O=i[f+2],R=r[b],M=r[b+1],L=r[E+1]-M,_=r[S+1]-M,T=1/((r[E]-R)*_-(r[S]-R)*L),w=(_*(i[d]-D)-L*(i[p]-D))*T,P=(_*(i[d+1]-v)-L*(i[p+1]-v))*T,B=(_*(i[d+2]-O)-L*(i[p+2]-O))*T;c[f]+=w,c[f+1]+=P,c[f+2]+=B,c[d]+=w,c[d+1]+=P,c[d+2]+=B,c[p]+=w,c[p+1]+=P,c[p+2]+=B}let g=new Float32Array(s*3),m=new Float32Array(s*3);for(u=0;u<s;u++){f=u*3,d=f+1,p=f+2;let A=h.fromArray(o,f,zSe),C=h.fromArray(c,f,HSe),x=h.dot(A,C);h.multiplyByScalar(A,x,yJ),h.normalize(h.subtract(C,yJ,C),C),g[f]=C.x,g[d]=C.y,g[p]=C.z,h.normalize(h.cross(A,C,C),C),m[f]=C.x,m[d]=C.y,m[p]=C.z}return e.attributes.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:g}),e.attributes.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:m}),e};var Bb=new H,gf=new h,AJ=new h,CJ=new h,uB=new H;Za.compressVertices=function(e){let t=e.attributes.extrudeDirection,n,i;if(l(t)){let v=t.values;i=v.length/3;let O=new Float32Array(i*2),R=0;for(n=0;n<i;++n){if(h.fromArray(v,n*3,gf),h.equals(gf,h.ZERO)){R+=2;continue}uB=Un.octEncodeInRange(gf,65535,uB),O[R++]=uB.x,O[R++]=uB.y}return e.attributes.compressedAttributes=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:O}),delete e.attributes.extrudeDirection,e}let o=e.attributes.normal,r=e.attributes.st,s=l(o),a=l(r);if(!s&&!a)return e;let c=e.attributes.tangent,u=e.attributes.bitangent,f=l(c),d=l(u),p,g,m,A;s&&(p=o.values),a&&(g=r.values),f&&(m=c.values),d&&(A=u.values),i=(s?p.length:g.length)/(s?3:2);let b=i,E=a&&s?2:1;E+=f||d?1:0,b*=E;let S=new Float32Array(b),D=0;for(n=0;n<i;++n){a&&(H.fromArray(g,n*2,Bb),S[D++]=Un.compressTextureCoordinates(Bb));let v=n*3;s&&l(m)&&l(A)?(h.fromArray(p,v,gf),h.fromArray(m,v,AJ),h.fromArray(A,v,CJ),Un.octPack(gf,AJ,CJ,Bb),S[D++]=Bb.x,S[D++]=Bb.y):(s&&(h.fromArray(p,v,gf),S[D++]=Un.octEncodeFloat(gf)),f&&(h.fromArray(m,v,gf),S[D++]=Un.octEncodeFloat(gf)),d&&(h.fromArray(A,v,gf),S[D++]=Un.octEncodeFloat(gf)))}return e.attributes.compressedAttributes=new be({componentDatatype:K.FLOAT,componentsPerAttribute:E,values:S}),s&&delete e.attributes.normal,a&&delete e.attributes.st,d&&delete e.attributes.bitangent,f&&delete e.attributes.tangent,e};function GSe(e){if(l(e.indices))return e;let t=it.computeNumberOfVertices(e),n=Fe.createTypedArray(t,t);for(let i=0;i<t;++i)n[i]=i;return e.indices=n,e}function WSe(e){let t=it.computeNumberOfVertices(e),n=Fe.createTypedArray(t,(t-2)*3);n[0]=1,n[1]=0,n[2]=2;let i=3;for(let o=3;o<t;++o)n[i++]=o-1,n[i++]=0,n[i++]=o;return e.indices=n,e.primitiveType=Oe.TRIANGLES,e}function jSe(e){let t=it.computeNumberOfVertices(e),n=Fe.createTypedArray(t,(t-2)*3);n[0]=0,n[1]=1,n[2]=2,t>3&&(n[3]=0,n[4]=2,n[5]=3);let i=6;for(let o=3;o<t-1;o+=2)n[i++]=o,n[i++]=o-1,n[i++]=o+1,o+2<t&&(n[i++]=o,n[i++]=o+1,n[i++]=o+2);return e.indices=n,e.primitiveType=Oe.TRIANGLES,e}function qSe(e){if(l(e.indices))return e;let t=it.computeNumberOfVertices(e),n=Fe.createTypedArray(t,t);for(let i=0;i<t;++i)n[i]=i;return e.indices=n,e}function YSe(e){let t=it.computeNumberOfVertices(e),n=Fe.createTypedArray(t,(t-1)*2);n[0]=0,n[1]=1;let i=2;for(let o=2;o<t;++o)n[i++]=o-1,n[i++]=o;return e.indices=n,e.primitiveType=Oe.LINES,e}function XSe(e){let t=it.computeNumberOfVertices(e),n=Fe.createTypedArray(t,t*2);n[0]=0,n[1]=1;let i=2;for(let o=2;o<t;++o)n[i++]=o-1,n[i++]=o;return n[i++]=t-1,n[i]=0,e.indices=n,e.primitiveType=Oe.LINES,e}function KSe(e){switch(e.primitiveType){case Oe.TRIANGLE_FAN:return WSe(e);case Oe.TRIANGLE_STRIP:return jSe(e);case Oe.TRIANGLES:return GSe(e);case Oe.LINE_STRIP:return YSe(e);case Oe.LINE_LOOP:return XSe(e);case Oe.LINES:return qSe(e)}return e}function Hp(e,t){Math.abs(e.y)<I.EPSILON6&&(t?e.y=-I.EPSILON6:e.y=I.EPSILON6)}function JSe(e,t,n){if(e.y!==0&&t.y!==0&&n.y!==0){Hp(e,e.y<0),Hp(t,t.y<0),Hp(n,n.y<0);return}let i=Math.abs(e.y),o=Math.abs(t.y),r=Math.abs(n.y),s;i>o?i>r?s=I.sign(e.y):s=I.sign(n.y):o>r?s=I.sign(t.y):s=I.sign(n.y);let a=s<0;Hp(e,a),Hp(t,a),Hp(n,a)}var xJ=new h;function au(e,t,n,i){h.add(e,h.multiplyByScalar(h.subtract(t,e,xJ),e.y/(e.y-t.y),xJ),n),h.clone(n,i),Hp(n,!0),Hp(i,!1)}var D0=new h,v0=new h,P0=new h,I0=new h,EG={positions:new Array(7),indices:new Array(3*3)};function ZSe(e,t,n){if(e.x>=0||t.x>=0||n.x>=0)return;JSe(e,t,n);let i=e.y<0,o=t.y<0,r=n.y<0,s=0;s+=i?1:0,s+=o?1:0,s+=r?1:0;let a=EG.indices;s===1?(a[1]=3,a[2]=4,a[5]=6,a[7]=6,a[8]=5,i?(au(e,t,D0,P0),au(e,n,v0,I0),a[0]=0,a[3]=1,a[4]=2,a[6]=1):o?(au(t,n,D0,P0),au(t,e,v0,I0),a[0]=1,a[3]=2,a[4]=0,a[6]=2):r&&(au(n,e,D0,P0),au(n,t,v0,I0),a[0]=2,a[3]=0,a[4]=1,a[6]=0)):s===2&&(a[2]=4,a[4]=4,a[5]=3,a[7]=5,a[8]=6,i?o?r||(au(n,e,D0,P0),au(n,t,v0,I0),a[0]=0,a[1]=1,a[3]=0,a[6]=2):(au(t,n,D0,P0),au(t,e,v0,I0),a[0]=2,a[1]=0,a[3]=2,a[6]=1):(au(e,t,D0,P0),au(e,n,v0,I0),a[0]=1,a[1]=2,a[3]=1,a[6]=0));let c=EG.positions;return c[0]=e,c[1]=t,c[2]=n,c.length=3,(s===1||s===2)&&(c[3]=D0,c[4]=v0,c[5]=P0,c[6]=I0,c.length=7),EG}function TJ(e,t){let n=e.attributes;if(n.position.values.length===0)return;for(let o in n)if(n.hasOwnProperty(o)&&l(n[o])&&l(n[o].values)){let r=n[o];r.values=K.createTypedArray(r.componentDatatype,r.values)}let i=it.computeNumberOfVertices(e);return e.indices=Fe.createTypedArray(i,e.indices),t&&(e.boundingSphere=re.fromVertices(n.position.values)),e}function bC(e){let t=e.attributes,n={};for(let i in t)if(t.hasOwnProperty(i)&&l(t[i])&&l(t[i].values)){let o=t[i];n[i]=new be({componentDatatype:o.componentDatatype,componentsPerAttribute:o.componentsPerAttribute,normalize:o.normalize,values:[]})}return new it({attributes:n,indices:[],primitiveType:e.primitiveType})}function DG(e,t,n){let i=l(e.geometry.boundingSphere);t=TJ(t,i),n=TJ(n,i),l(n)&&!l(t)?e.geometry=n:!l(n)&&l(t)?e.geometry=t:(e.westHemisphereGeometry=t,e.eastHemisphereGeometry=n,e.geometry=void 0)}function vG(e,t){let n=new e,i=new e,o=new e;return function(r,s,a,c,u,f,d,p){let g=e.fromArray(u,r*t,n),m=e.fromArray(u,s*t,i),A=e.fromArray(u,a*t,o);e.multiplyByScalar(g,c.x,g),e.multiplyByScalar(m,c.y,m),e.multiplyByScalar(A,c.z,A);let C=e.add(g,m,g);e.add(C,A,C),p&&e.normalize(C,C),e.pack(C,f,d*t)}}var QSe=vG(se,4),hB=vG(h,3),vJ=vG(H,2),$Se=function(e,t,n,i,o,r,s){let a=o[e]*i.x,c=o[t]*i.y,u=o[n]*i.z;r[s]=a+c+u>I.EPSILON6?1:0},Rb=new h,bG=new h,SG=new h,ewe=new h;function fB(e,t,n,i,o,r,s,a,c,u,f,d,p,g,m,A){if(!l(r)&&!l(s)&&!l(a)&&!l(c)&&!l(u)&&g===0)return;let C=h.fromArray(o,e*3,Rb),x=h.fromArray(o,t*3,bG),b=h.fromArray(o,n*3,SG),E=CC(i,C,x,b,ewe);if(!!l(E)){if(l(r)&&hB(e,t,n,E,r,d.normal.values,A,!0),l(u)){let S=h.fromArray(u,e*3,Rb),D=h.fromArray(u,t*3,bG),v=h.fromArray(u,n*3,SG);h.multiplyByScalar(S,E.x,S),h.multiplyByScalar(D,E.y,D),h.multiplyByScalar(v,E.z,v);let O;!h.equals(S,h.ZERO)||!h.equals(D,h.ZERO)||!h.equals(v,h.ZERO)?(O=h.add(S,D,S),h.add(O,v,O),h.normalize(O,O)):(O=Rb,O.x=0,O.y=0,O.z=0),h.pack(O,d.extrudeDirection.values,A*3)}if(l(f)&&$Se(e,t,n,E,f,d.applyOffset.values,A),l(s)&&hB(e,t,n,E,s,d.tangent.values,A,!0),l(a)&&hB(e,t,n,E,a,d.bitangent.values,A,!0),l(c)&&vJ(e,t,n,E,c,d.st.values,A),g>0)for(let S=0;S<g;S++){let D=p[S];twe(e,t,n,E,A,m[D],d[D])}}}function twe(e,t,n,i,o,r,s){let a=r.componentsPerAttribute,c=r.values,u=s.values;switch(a){case 4:QSe(e,t,n,i,c,u,o,!1);break;case 3:hB(e,t,n,i,c,u,o,!1);break;case 2:vJ(e,t,n,i,c,u,o,!1);break;default:u[o]=c[e]*i.x+c[t]*i.y+c[n]*i.z}}function Vd(e,t,n,i,o,r){let s=e.position.values.length/3;if(o!==-1){let a=i[o],c=n[a];return c===-1?(n[a]=s,e.position.values.push(r.x,r.y,r.z),t.push(s),s):(t.push(c),c)}return e.position.values.push(r.x,r.y,r.z),t.push(s),s}var nwe={position:!0,normal:!0,bitangent:!0,tangent:!0,st:!0,extrudeDirection:!0,applyOffset:!0};function EJ(e){let t=e.geometry,n=t.attributes,i=n.position.values,o=l(n.normal)?n.normal.values:void 0,r=l(n.bitangent)?n.bitangent.values:void 0,s=l(n.tangent)?n.tangent.values:void 0,a=l(n.st)?n.st.values:void 0,c=l(n.extrudeDirection)?n.extrudeDirection.values:void 0,u=l(n.applyOffset)?n.applyOffset.values:void 0,f=t.indices,d=[];for(let O in n)n.hasOwnProperty(O)&&!nwe[O]&&l(n[O])&&d.push(O);let p=d.length,g=bC(t),m=bC(t),A,C,x,b,E,S=[];S.length=i.length/3;let D=[];for(D.length=i.length/3,E=0;E<S.length;++E)S[E]=-1,D[E]=-1;let v=f.length;for(E=0;E<v;E+=3){let O=f[E],R=f[E+1],M=f[E+2],L=h.fromArray(i,O*3),_=h.fromArray(i,R*3),T=h.fromArray(i,M*3),w=ZSe(L,_,T);if(l(w)&&w.positions.length>3){let P=w.positions,B=w.indices,N=B.length;for(let z=0;z<N;++z){let V=B[z],G=P[V];G.y<0?(A=m.attributes,C=m.indices,x=S):(A=g.attributes,C=g.indices,x=D),b=Vd(A,C,x,f,V<3?E+V:-1,G),fB(O,R,M,G,i,o,s,r,a,c,u,A,d,p,n,b)}}else l(w)&&(L=w.positions[0],_=w.positions[1],T=w.positions[2]),L.y<0?(A=m.attributes,C=m.indices,x=S):(A=g.attributes,C=g.indices,x=D),b=Vd(A,C,x,f,E,L),fB(O,R,M,L,i,o,s,r,a,c,u,A,d,p,n,b),b=Vd(A,C,x,f,E+1,_),fB(O,R,M,_,i,o,s,r,a,c,u,A,d,p,n,b),b=Vd(A,C,x,f,E+2,T),fB(O,R,M,T,i,o,s,r,a,c,u,A,d,p,n,b)}DG(e,m,g)}var PJ=tn.fromPointNormal(h.ZERO,h.UNIT_Y),iwe=new h,owe=new h;function EC(e,t,n,i,o,r,s){if(!l(s))return;let a=h.fromArray(i,e*3,Rb);h.equalsEpsilon(a,n,I.EPSILON10)?r.applyOffset.values[o]=s[e]:r.applyOffset.values[o]=s[t]}function bJ(e){let t=e.geometry,n=t.attributes,i=n.position.values,o=l(n.applyOffset)?n.applyOffset.values:void 0,r=t.indices,s=bC(t),a=bC(t),c,u=r.length,f=[];f.length=i.length/3;let d=[];for(d.length=i.length/3,c=0;c<f.length;++c)f[c]=-1,d[c]=-1;for(c=0;c<u;c+=2){let p=r[c],g=r[c+1],m=h.fromArray(i,p*3,Rb),A=h.fromArray(i,g*3,bG),C;Math.abs(m.y)<I.EPSILON6&&(m.y<0?m.y=-I.EPSILON6:m.y=I.EPSILON6),Math.abs(A.y)<I.EPSILON6&&(A.y<0?A.y=-I.EPSILON6:A.y=I.EPSILON6);let x=s.attributes,b=s.indices,E=d,S=a.attributes,D=a.indices,v=f,O=qi.lineSegmentPlane(m,A,PJ,SG);if(l(O)){let R=h.multiplyByScalar(h.UNIT_Y,5*I.EPSILON9,iwe);m.y<0&&(h.negate(R,R),x=a.attributes,b=a.indices,E=f,S=s.attributes,D=s.indices,v=d);let M=h.add(O,R,owe);C=Vd(x,b,E,r,c,m),EC(p,g,m,i,C,x,o),C=Vd(x,b,E,r,-1,M),EC(p,g,M,i,C,x,o),h.negate(R,R),h.add(O,R,M),C=Vd(S,D,v,r,-1,M),EC(p,g,M,i,C,S,o),C=Vd(S,D,v,r,c+1,A),EC(p,g,A,i,C,S,o)}else{let R,M,L;m.y<0?(R=a.attributes,M=a.indices,L=f):(R=s.attributes,M=s.indices,L=d),C=Vd(R,M,L,r,c,m),EC(p,g,m,i,C,R,o),C=Vd(R,M,L,r,c+1,A),EC(p,g,A,i,C,R,o)}}DG(e,a,s)}var SJ=new H,rwe=new H,IJ=new h,OJ=new h,wG=new h,swe=new h,awe=new h,cwe=new h,wJ=new se;function DJ(e){let t=e.attributes,n=t.position.values,i=t.prevPosition.values,o=t.nextPosition.values,r=n.length;for(let s=0;s<r;s+=3){let a=h.unpack(n,s,IJ);if(a.x>0)continue;let c=h.unpack(i,s,OJ);(a.y<0&&c.y>0||a.y>0&&c.y<0)&&(s-3>0?(i[s]=n[s-3],i[s+1]=n[s-2],i[s+2]=n[s-1]):h.pack(a,i,s));let u=h.unpack(o,s,wG);(a.y<0&&u.y>0||a.y>0&&u.y<0)&&(s+3<r?(o[s]=n[s+3],o[s+1]=n[s+4],o[s+2]=n[s+5]):h.pack(a,o,s))}}var lwe=5*I.EPSILON9,dB=I.EPSILON6;function uwe(e){let t=e.geometry,n=t.attributes,i=n.position.values,o=n.prevPosition.values,r=n.nextPosition.values,s=n.expandAndWidth.values,a=l(n.st)?n.st.values:void 0,c=l(n.color)?n.color.values:void 0,u=bC(t),f=bC(t),d,p,g,m=!1,A=i.length/3;for(d=0;d<A;d+=4){let C=d,x=d+2,b=h.fromArray(i,C*3,IJ),E=h.fromArray(i,x*3,OJ);if(Math.abs(b.y)<dB)for(b.y=dB*(E.y<0?-1:1),i[d*3+1]=b.y,i[(d+1)*3+1]=b.y,p=C*3;p<C*3+4*3;p+=3)o[p]=i[d*3],o[p+1]=i[d*3+1],o[p+2]=i[d*3+2];if(Math.abs(E.y)<dB)for(E.y=dB*(b.y<0?-1:1),i[(d+2)*3+1]=E.y,i[(d+3)*3+1]=E.y,p=C*3;p<C*3+4*3;p+=3)r[p]=i[(d+2)*3],r[p+1]=i[(d+2)*3+1],r[p+2]=i[(d+2)*3+2];let S=u.attributes,D=u.indices,v=f.attributes,O=f.indices,R=qi.lineSegmentPlane(b,E,PJ,swe);if(l(R)){m=!0;let M=h.multiplyByScalar(h.UNIT_Y,lwe,awe);b.y<0&&(h.negate(M,M),S=f.attributes,D=f.indices,v=u.attributes,O=u.indices);let L=h.add(R,M,cwe);S.position.values.push(b.x,b.y,b.z,b.x,b.y,b.z),S.position.values.push(L.x,L.y,L.z),S.position.values.push(L.x,L.y,L.z),S.prevPosition.values.push(o[C*3],o[C*3+1],o[C*3+2]),S.prevPosition.values.push(o[C*3+3],o[C*3+4],o[C*3+5]),S.prevPosition.values.push(b.x,b.y,b.z,b.x,b.y,b.z),S.nextPosition.values.push(L.x,L.y,L.z),S.nextPosition.values.push(L.x,L.y,L.z),S.nextPosition.values.push(L.x,L.y,L.z),S.nextPosition.values.push(L.x,L.y,L.z),h.negate(M,M),h.add(R,M,L),v.position.values.push(L.x,L.y,L.z),v.position.values.push(L.x,L.y,L.z),v.position.values.push(E.x,E.y,E.z,E.x,E.y,E.z),v.prevPosition.values.push(L.x,L.y,L.z),v.prevPosition.values.push(L.x,L.y,L.z),v.prevPosition.values.push(L.x,L.y,L.z),v.prevPosition.values.push(L.x,L.y,L.z),v.nextPosition.values.push(E.x,E.y,E.z,E.x,E.y,E.z),v.nextPosition.values.push(r[x*3],r[x*3+1],r[x*3+2]),v.nextPosition.values.push(r[x*3+3],r[x*3+4],r[x*3+5]);let _=H.fromArray(s,C*2,SJ),T=Math.abs(_.y);S.expandAndWidth.values.push(-1,T,1,T),S.expandAndWidth.values.push(-1,-T,1,-T),v.expandAndWidth.values.push(-1,T,1,T),v.expandAndWidth.values.push(-1,-T,1,-T);let w=h.magnitudeSquared(h.subtract(R,b,wG));if(w/=h.magnitudeSquared(h.subtract(E,b,wG)),l(c)){let P=se.fromArray(c,C*4,wJ),B=se.fromArray(c,x*4,wJ),N=I.lerp(P.x,B.x,w),z=I.lerp(P.y,B.y,w),V=I.lerp(P.z,B.z,w),G=I.lerp(P.w,B.w,w);for(p=C*4;p<C*4+2*4;++p)S.color.values.push(c[p]);for(S.color.values.push(N,z,V,G),S.color.values.push(N,z,V,G),v.color.values.push(N,z,V,G),v.color.values.push(N,z,V,G),p=x*4;p<x*4+2*4;++p)v.color.values.push(c[p])}if(l(a)){let P=H.fromArray(a,C*2,SJ),B=H.fromArray(a,(d+3)*2,rwe),N=I.lerp(P.x,B.x,w);for(p=C*2;p<C*2+2*2;++p)S.st.values.push(a[p]);for(S.st.values.push(N,P.y),S.st.values.push(N,B.y),v.st.values.push(N,P.y),v.st.values.push(N,B.y),p=x*2;p<x*2+2*2;++p)v.st.values.push(a[p])}g=S.position.values.length/3-4,D.push(g,g+2,g+1),D.push(g+1,g+2,g+3),g=v.position.values.length/3-4,O.push(g,g+2,g+1),O.push(g+1,g+2,g+3)}else{let M,L;for(b.y<0?(M=f.attributes,L=f.indices):(M=u.attributes,L=u.indices),M.position.values.push(b.x,b.y,b.z),M.position.values.push(b.x,b.y,b.z),M.position.values.push(E.x,E.y,E.z),M.position.values.push(E.x,E.y,E.z),p=d*3;p<d*3+4*3;++p)M.prevPosition.values.push(o[p]),M.nextPosition.values.push(r[p]);for(p=d*2;p<d*2+4*2;++p)M.expandAndWidth.values.push(s[p]),l(a)&&M.st.values.push(a[p]);if(l(c))for(p=d*4;p<d*4+4*4;++p)M.color.values.push(c[p]);g=M.position.values.length/3-4,L.push(g,g+2,g+1),L.push(g+1,g+2,g+3)}}m&&(DJ(f),DJ(u)),DG(e,f,u)}Za.splitLongitude=function(e){let t=e.geometry,n=t.boundingSphere;if(l(n)&&(n.center.x-n.radius>0||re.intersectPlane(n,tn.ORIGIN_ZX_PLANE)!==Xt.INTERSECTING))return e;if(t.geometryType!==df.NONE)switch(t.geometryType){case df.POLYLINES:uwe(e);break;case df.TRIANGLES:EJ(e);break;case df.LINES:bJ(e);break}else KSe(t),t.primitiveType===Oe.TRIANGLES?EJ(e):t.primitiveType===Oe.LINES&&bJ(e);return e};var Bn=Za;function Mc(e){this._ellipsoid=y(e,ie.WGS84),this._semimajorAxis=this._ellipsoid.maximumRadius,this._oneOverSemimajorAxis=1/this._semimajorAxis}Object.defineProperties(Mc.prototype,{ellipsoid:{get:function(){return this._ellipsoid}}});Mc.mercatorAngleToGeodeticLatitude=function(e){return I.PI_OVER_TWO-2*Math.atan(Math.exp(-e))};Mc.geodeticLatitudeToMercatorAngle=function(e){e>Mc.MaximumLatitude?e=Mc.MaximumLatitude:e<-Mc.MaximumLatitude&&(e=-Mc.MaximumLatitude);let t=Math.sin(e);return .5*Math.log((1+t)/(1-t))};Mc.MaximumLatitude=Mc.mercatorAngleToGeodeticLatitude(Math.PI);Mc.prototype.project=function(e,t){let n=this._semimajorAxis,i=e.longitude*n,o=Mc.geodeticLatitudeToMercatorAngle(e.latitude)*n,r=e.height;return l(t)?(t.x=i,t.y=o,t.z=r,t):new h(i,o,r)};Mc.prototype.unproject=function(e,t){let n=this._oneOverSemimajorAxis,i=e.x*n,o=Mc.mercatorAngleToGeodeticLatitude(e.y*n),r=e.z;return l(t)?(t.longitude=i,t.latitude=o,t.height=r,t):new he(i,o,r)};var Vi=Mc;function fwe(e,t,n){let i=!n,o=e.length,r;if(!i&&o>1){let s=e[0].modelMatrix;for(r=1;r<o;++r)if(!F.equals(s,e[r].modelMatrix)){i=!0;break}}if(i)for(r=0;r<o;++r)l(e[r].geometry)&&Bn.transformToWorldCoordinates(e[r]);else F.multiplyTransformation(t,e[0].modelMatrix,t)}function PG(e,t){let n=e.attributes,i=n.position,o=i.values.length/i.componentsPerAttribute;n.batchId=new be({componentDatatype:K.FLOAT,componentsPerAttribute:1,values:new Float32Array(o)});let r=n.batchId.values;for(let s=0;s<o;++s)r[s]=t}function dwe(e){let t=e.length;for(let n=0;n<t;++n){let i=e[n];l(i.geometry)?PG(i.geometry,n):l(i.westHemisphereGeometry)&&l(i.eastHemisphereGeometry)&&(PG(i.westHemisphereGeometry,n),PG(i.eastHemisphereGeometry,n))}}function hwe(e){let t=e.instances,n=e.projection,i=e.elementIndexUintSupported,o=e.scene3DOnly,r=e.vertexCacheOptimize,s=e.compressVertices,a=e.modelMatrix,c,u,f,d=t.length;for(c=0;c<d;++c)if(l(t[c].geometry)){f=t[c].geometry.primitiveType;break}if(fwe(t,a,o),!o)for(c=0;c<d;++c)l(t[c].geometry)&&Bn.splitLongitude(t[c]);if(dwe(t),r)for(c=0;c<d;++c){let g=t[c];l(g.geometry)?(Bn.reorderForPostVertexCache(g.geometry),Bn.reorderForPreVertexCache(g.geometry)):l(g.westHemisphereGeometry)&&l(g.eastHemisphereGeometry)&&(Bn.reorderForPostVertexCache(g.westHemisphereGeometry),Bn.reorderForPreVertexCache(g.westHemisphereGeometry),Bn.reorderForPostVertexCache(g.eastHemisphereGeometry),Bn.reorderForPreVertexCache(g.eastHemisphereGeometry))}let p=Bn.combineInstances(t);for(d=p.length,c=0;c<d;++c){u=p[c];let g=u.attributes;if(o)for(let m in g)g.hasOwnProperty(m)&&g[m].componentDatatype===K.DOUBLE&&Bn.encodeAttribute(u,m,`${m}3DHigh`,`${m}3DLow`);else for(let m in g)if(g.hasOwnProperty(m)&&g[m].componentDatatype===K.DOUBLE){let A=`${m}3D`,C=`${m}2D`;Bn.projectTo2D(u,m,A,C,n),l(u.boundingSphere)&&m==="position"&&(u.boundingSphereCV=re.fromVertices(u.attributes.position2D.values)),Bn.encodeAttribute(u,A,`${A}High`,`${A}Low`),Bn.encodeAttribute(u,C,`${C}High`,`${C}Low`)}s&&Bn.compressVertices(u)}if(!i){let g=[];for(d=p.length,c=0;c<d;++c)u=p[c],g=g.concat(Bn.fitToUnsignedShortIndices(u));p=g}return p}function IG(e,t,n,i){let o,r,s,a=i.length-1;if(a>=0){let u=i[a];o=u.offset+u.count,s=u.index,r=n[s].indices.length}else o=0,s=0,r=n[s].indices.length;let c=e.length;for(let u=0;u<c;++u){let d=e[u][t];if(!l(d))continue;let p=d.indices.length;o+p>r&&(o=0,r=n[++s].indices.length),i.push({index:s,offset:o,count:p}),o+=p}}function mwe(e,t){let n=[];return IG(e,"geometry",t,n),IG(e,"westHemisphereGeometry",t,n),IG(e,"eastHemisphereGeometry",t,n),n}var fm={};fm.combineGeometry=function(e){let t,n,i=e.instances,o=i.length,r,s,a=!1;o>0&&(t=hwe(e),t.length>0&&(n=Bn.createAttributeLocations(t[0]),e.createPickOffsets&&(r=mwe(i,t))),l(i[0].attributes)&&l(i[0].attributes.offset)&&(s=new Array(o),a=!0));let c=new Array(o),u=new Array(o);for(let f=0;f<o;++f){let d=i[f],p=d.geometry;l(p)&&(c[f]=p.boundingSphere,u[f]=p.boundingSphereCV,a&&(s[f]=d.geometry.offsetAttribute));let g=d.eastHemisphereGeometry,m=d.westHemisphereGeometry;l(g)&&l(m)&&(l(g.boundingSphere)&&l(m.boundingSphere)&&(c[f]=re.union(g.boundingSphere,m.boundingSphere)),l(g.boundingSphereCV)&&l(m.boundingSphereCV)&&(u[f]=re.union(g.boundingSphereCV,m.boundingSphereCV)))}return{geometries:t,modelMatrix:e.modelMatrix,attributeLocations:n,pickOffsets:r,offsetInstanceExtend:s,boundingSpheres:c,boundingSpheresCV:u}};function pwe(e,t){let n=e.attributes;for(let i in n)if(n.hasOwnProperty(i)){let o=n[i];l(o)&&l(o.values)&&t.push(o.values.buffer)}l(e.indices)&&t.push(e.indices.buffer)}function _we(e,t){let n=e.length;for(let i=0;i<n;++i)pwe(e[i],t)}function gwe(e){let t=1,n=e.length;for(let i=0;i<n;i++){let o=e[i];if(++t,!l(o))continue;let r=o.attributes;t+=7+2*re.packedLength+(l(o.indices)?o.indices.length:0);for(let s in r)if(r.hasOwnProperty(s)&&l(r[s])){let a=r[s];t+=5+a.values.length}}return t}fm.packCreateGeometryResults=function(e,t){let n=new Float64Array(gwe(e)),i=[],o={},r=e.length,s=0;n[s++]=r;for(let a=0;a<r;a++){let c=e[a],u=l(c);if(n[s++]=u?1:0,!u)continue;n[s++]=c.primitiveType,n[s++]=c.geometryType,n[s++]=y(c.offsetAttribute,-1);let f=l(c.boundingSphere)?1:0;n[s++]=f,f&&re.pack(c.boundingSphere,n,s),s+=re.packedLength;let d=l(c.boundingSphereCV)?1:0;n[s++]=d,d&&re.pack(c.boundingSphereCV,n,s),s+=re.packedLength;let p=c.attributes,g=[];for(let A in p)p.hasOwnProperty(A)&&l(p[A])&&(g.push(A),l(o[A])||(o[A]=i.length,i.push(A)));n[s++]=g.length;for(let A=0;A<g.length;A++){let C=g[A],x=p[C];n[s++]=o[C],n[s++]=x.componentDatatype,n[s++]=x.componentsPerAttribute,n[s++]=x.normalize?1:0,n[s++]=x.values.length,n.set(x.values,s),s+=x.values.length}let m=l(c.indices)?c.indices.length:0;n[s++]=m,m>0&&(n.set(c.indices,s),s+=m)}return t.push(n.buffer),{stringTable:i,packedData:n}};fm.unpackCreateGeometryResults=function(e){let t=e.stringTable,n=e.packedData,i,o=new Array(n[0]),r=0,s=1;for(;s<n.length;){if(!(n[s++]===1)){o[r++]=void 0;continue}let c=n[s++],u=n[s++],f=n[s++];f===-1&&(f=void 0);let d,p;n[s++]===1&&(d=re.unpack(n,s)),s+=re.packedLength,n[s++]===1&&(p=re.unpack(n,s)),s+=re.packedLength;let A,C,x,b=new sn,E=n[s++];for(i=0;i<E;i++){let D=t[n[s++]],v=n[s++];x=n[s++];let O=n[s++]!==0;A=n[s++],C=K.createTypedArray(v,A);for(let R=0;R<A;R++)C[R]=n[s++];b[D]=new be({componentDatatype:v,componentsPerAttribute:x,normalize:O,values:C})}let S;if(A=n[s++],A>0){let D=C.length/x;for(S=Fe.createTypedArray(D,A),i=0;i<A;i++)S[i]=n[s++]}o[r++]=new it({primitiveType:c,geometryType:u,boundingSphere:d,boundingSphereCV:p,indices:S,attributes:b,offsetAttribute:f})}return o};function ywe(e,t){let n=e.length,i=new Float64Array(1+n*19),o=0;i[o++]=n;for(let r=0;r<n;r++){let s=e[r];if(F.pack(s.modelMatrix,i,o),o+=F.packedLength,l(s.attributes)&&l(s.attributes.offset)){let a=s.attributes.offset.value;i[o]=a[0],i[o+1]=a[1],i[o+2]=a[2]}o+=3}return t.push(i.buffer),i}function Awe(e){let t=e,n=new Array(t[0]),i=0,o=1;for(;o<t.length;){let r=F.unpack(t,o),s;o+=F.packedLength,l(t[o])&&(s={offset:new ji(t[o],t[o+1],t[o+2])}),o+=3,n[i++]={modelMatrix:r,attributes:s}}return n}fm.packCombineGeometryParameters=function(e,t){let n=e.createGeometryResults,i=n.length;for(let o=0;o<i;o++)t.push(n[o].packedData.buffer);return{createGeometryResults:e.createGeometryResults,packedInstances:ywe(e.instances,t),ellipsoid:e.ellipsoid,isGeographic:e.projection instanceof Ai,elementIndexUintSupported:e.elementIndexUintSupported,scene3DOnly:e.scene3DOnly,vertexCacheOptimize:e.vertexCacheOptimize,compressVertices:e.compressVertices,modelMatrix:e.modelMatrix,createPickOffsets:e.createPickOffsets}};fm.unpackCombineGeometryParameters=function(e){let t=Awe(e.packedInstances),n=e.createGeometryResults,i=n.length,o=0;for(let a=0;a<i;a++){let c=fm.unpackCreateGeometryResults(n[a]),u=c.length;for(let f=0;f<u;f++){let d=c[f],p=t[o];p.geometry=d,++o}}let r=ie.clone(e.ellipsoid),s=e.isGeographic?new Ai(r):new Vi(r);return{instances:t,ellipsoid:r,projection:s,elementIndexUintSupported:e.elementIndexUintSupported,scene3DOnly:e.scene3DOnly,vertexCacheOptimize:e.vertexCacheOptimize,compressVertices:e.compressVertices,modelMatrix:F.clone(e.modelMatrix),createPickOffsets:e.createPickOffsets}};function BJ(e){let t=e.length,n=1+(re.packedLength+1)*t,i=new Float32Array(n),o=0;i[o++]=t;for(let r=0;r<t;++r){let s=e[r];l(s)?(i[o++]=1,re.pack(e[r],i,o)):i[o++]=0,o+=re.packedLength}return i}function RJ(e){let t=new Array(e[0]),n=0,i=1;for(;i<e.length;)e[i++]===1&&(t[n]=re.unpack(e,i)),++n,i+=re.packedLength;return t}fm.packCombineGeometryResults=function(e,t){l(e.geometries)&&_we(e.geometries,t);let n=BJ(e.boundingSpheres),i=BJ(e.boundingSpheresCV);return t.push(n.buffer,i.buffer),{geometries:e.geometries,attributeLocations:e.attributeLocations,modelMatrix:e.modelMatrix,pickOffsets:e.pickOffsets,offsetInstanceExtend:e.offsetInstanceExtend,boundingSpheres:n,boundingSpheresCV:i}};fm.unpackCombineGeometryResults=function(e){return{geometries:e.geometries,attributeLocations:e.attributeLocations,modelMatrix:e.modelMatrix,pickOffsets:e.pickOffsets,offsetInstanceExtend:e.offsetInstanceExtend,boundingSpheres:RJ(e.boundingSpheres),boundingSpheresCV:RJ(e.boundingSpheresCV)}};var SC=fm;var Cwe={READY:0,CREATING:1,CREATED:2,COMBINING:3,COMBINED:4,COMPLETE:5,FAILED:6},mr=Object.freeze(Cwe);var pB={MORPHING:0,COLUMBUS_VIEW:1,SCENE2D:2,SCENE3D:3};pB.getMorphTime=function(e){return e===pB.SCENE3D?1:e===pB.MORPHING?void 0:0};var ee=Object.freeze(pB);var Al={DISABLED:0,ENABLED:1,CAST_ONLY:2,RECEIVE_ONLY:3};Al.NUMBER_OF_SHADOW_MODES=4;Al.castShadows=function(e){return e===Al.ENABLED||e===Al.CAST_ONLY};Al.receiveShadows=function(e){return e===Al.ENABLED||e===Al.RECEIVE_ONLY};Al.fromCastReceive=function(e,t){return e&&t?Al.ENABLED:e?Al.CAST_ONLY:t?Al.RECEIVE_ONLY:Al.DISABLED};var hn=Object.freeze(Al);function sr(e){e=y(e,y.EMPTY_OBJECT),this.geometryInstances=e.geometryInstances,this.appearance=e.appearance,this._appearance=void 0,this._material=void 0,this.depthFailAppearance=e.depthFailAppearance,this._depthFailAppearance=void 0,this._depthFailMaterial=void 0,this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._modelMatrix=new F,this.show=y(e.show,!0),this._vertexCacheOptimize=y(e.vertexCacheOptimize,!1),this._interleave=y(e.interleave,!1),this._releaseGeometryInstances=y(e.releaseGeometryInstances,!0),this._allowPicking=y(e.allowPicking,!0),this._asynchronous=y(e.asynchronous,!0),this._compressVertices=y(e.compressVertices,!0),this.cull=y(e.cull,!0),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.rtcCenter=e.rtcCenter,this.shadows=y(e.shadows,hn.DISABLED),this._translucent=void 0,this._state=mr.READY,this._geometries=[],this._error=void 0,this._numberOfInstances=0,this._boundingSpheres=[],this._boundingSphereWC=[],this._boundingSphereCV=[],this._boundingSphere2D=[],this._boundingSphereMorph=[],this._perInstanceAttributeCache=[],this._instanceIds=[],this._lastPerInstanceAttributeIndex=0,this._va=[],this._attributeLocations=void 0,this._primitiveType=void 0,this._frontFaceRS=void 0,this._backFaceRS=void 0,this._sp=void 0,this._depthFailAppearance=void 0,this._spDepthFail=void 0,this._frontFaceDepthFailRS=void 0,this._backFaceDepthFailRS=void 0,this._pickIds=[],this._colorCommands=[],this._pickCommands=[],this._createBoundingVolumeFunction=e._createBoundingVolumeFunction,this._createRenderStatesFunction=e._createRenderStatesFunction,this._createShaderProgramFunction=e._createShaderProgramFunction,this._createCommandsFunction=e._createCommandsFunction,this._updateAndQueueCommandsFunction=e._updateAndQueueCommandsFunction,this._createPickOffsets=e._createPickOffsets,this._pickOffsets=void 0,this._createGeometryResults=void 0,this._ready=!1;let t=this;this._readyPromise=new Promise((n,i)=>{t._completeLoad=(o,r,s)=>{this._error=s,this._state=r,o.afterRender.push(function(){t._ready=t._state===mr.COMPLETE||t._state===mr.FAILED,l(s)?i(s):n(t)})}}),this._batchTable=void 0,this._batchTableAttributeIndices=void 0,this._offsetInstanceExtend=void 0,this._batchTableOffsetAttribute2DIndex=void 0,this._batchTableOffsetsUpdated=!1,this._instanceBoundingSpheres=void 0,this._instanceBoundingSpheresCV=void 0,this._tempBoundingSpheres=void 0,this._recomputeBoundingSpheres=!1,this._batchTableBoundingSpheresUpdated=!1,this._batchTableBoundingSphereAttributeIndices=void 0}Object.defineProperties(sr.prototype,{vertexCacheOptimize:{get:function(){return this._vertexCacheOptimize}},interleave:{get:function(){return this._interleave}},releaseGeometryInstances:{get:function(){return this._releaseGeometryInstances}},allowPicking:{get:function(){return this._allowPicking}},asynchronous:{get:function(){return this._asynchronous}},compressVertices:{get:function(){return this._compressVertices}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}}});function xwe(e){let t=e.length,n=[],i=e[0].attributes,o;for(o in i)if(i.hasOwnProperty(o)&&l(i[o])){let r=i[o],s=!0;for(let a=1;a<t;++a){let c=e[a].attributes[o];if(!l(c)||r.componentDatatype!==c.componentDatatype||r.componentsPerAttribute!==c.componentsPerAttribute||r.normalize!==c.normalize){s=!1;break}}s&&n.push(o)}return n}var Twe=new H,Ewe=new h,HJ=new se;function GJ(e){let t=e.length;if(t===1)return e[0];if(t===2)return H.unpack(e,0,Twe);if(t===3)return h.unpack(e,0,Ewe);if(t===4)return se.unpack(e,0,HJ)}function bwe(e,t){let n=e.geometryInstances,i=Array.isArray(n)?n:[n],o=i.length;if(o===0)return;let r=xwe(i),s=r.length,a=[],c={},u={},f,p=i[0].attributes,g,m,A;for(g=0;g<s;++g)m=r[g],A=p[m],c[m]=g,a.push({functionName:`czm_batchTable_${m}`,componentDatatype:A.componentDatatype,componentsPerAttribute:A.componentsPerAttribute,normalize:A.normalize});r.indexOf("distanceDisplayCondition")!==-1&&(a.push({functionName:"czm_batchTable_boundingSphereCenter3DHigh",componentDatatype:K.FLOAT,componentsPerAttribute:3},{functionName:"czm_batchTable_boundingSphereCenter3DLow",componentDatatype:K.FLOAT,componentsPerAttribute:3},{functionName:"czm_batchTable_boundingSphereCenter2DHigh",componentDatatype:K.FLOAT,componentsPerAttribute:3},{functionName:"czm_batchTable_boundingSphereCenter2DLow",componentDatatype:K.FLOAT,componentsPerAttribute:3},{functionName:"czm_batchTable_boundingSphereRadius",componentDatatype:K.FLOAT,componentsPerAttribute:1}),u.center3DHigh=a.length-5,u.center3DLow=a.length-4,u.center2DHigh=a.length-3,u.center2DLow=a.length-2,u.radius=a.length-1),r.indexOf("offset")!==-1&&(a.push({functionName:"czm_batchTable_offset2D",componentDatatype:K.FLOAT,componentsPerAttribute:3}),f=a.length-1),a.push({functionName:"czm_batchTable_pickColor",componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:4,normalize:!0});let C=a.length,x=new AC(t,a,o);for(g=0;g<o;++g){let b=i[g];p=b.attributes;for(let O=0;O<s;++O){m=r[O],A=p[m];let R=GJ(A.value),M=c[m];x.setBatchedAttribute(g,M,R)}let E={primitive:y(b.pickPrimitive,e)};l(b.id)&&(E.id=b.id);let S=t.createPickId(E);e._pickIds.push(S);let D=S.color,v=HJ;v.x=U.floatToByte(D.red),v.y=U.floatToByte(D.green),v.z=U.floatToByte(D.blue),v.w=U.floatToByte(D.alpha),x.setBatchedAttribute(g,C-1,v)}e._batchTable=x,e._batchTableAttributeIndices=c,e._batchTableBoundingSphereAttributeIndices=u,e._batchTableOffsetAttribute2DIndex=f}function Swe(e){let t;return Array.isArray(e.values)?t=e.values.slice(0):t=new e.values.constructor(e.values),new be({componentDatatype:e.componentDatatype,componentsPerAttribute:e.componentsPerAttribute,normalize:e.normalize,values:t})}function wwe(e){let t=e.attributes,n=new sn;for(let o in t)t.hasOwnProperty(o)&&l(t[o])&&(n[o]=Swe(t[o]));let i;if(l(e.indices)){let o=e.indices;Array.isArray(o)?i=o.slice(0):i=new o.constructor(o)}return new it({attributes:n,indices:i,primitiveType:e.primitiveType,boundingSphere:re.clone(e.boundingSphere)})}function Dwe(e,t){return{geometry:t,attributes:e.attributes,modelMatrix:F.clone(e.modelMatrix),pickPrimitive:e.pickPrimitive,id:e.id}}var vwe=/attribute\s+vec(?:3|4)\s+(.*)3DHigh;/g;sr._modifyShaderPosition=function(e,t,n){let i,o="",r="",s="";for(;(i=vwe.exec(t))!==null;){let a=i[1],c=`vec4 czm_compute${a[0].toUpperCase()}${a.substr(1)}()`;c!=="vec4 czm_computePosition()"&&(o+=`${c};
`),l(e.rtcCenter)?(t=t.replace(/attribute\s+vec(?:3|4)\s+position3DHigh;/g,""),t=t.replace(/attribute\s+vec(?:3|4)\s+position3DLow;/g,""),o+=`uniform mat4 u_modifiedModelView;
`,r+=`attribute vec4 position;
`,s+=`${c}
{
return u_modifiedModelView * position;
}
`,t=t.replace(/czm_modelViewRelativeToEye\s+\*\s+/g,""),t=t.replace(/czm_modelViewProjectionRelativeToEye/g,"czm_projection")):n?s+=`${c}
{
return czm_translateRelativeToEye(${a}3DHigh, ${a}3DLow);
}
`:(r+=`attribute vec3 ${a}2DHigh;
attribute vec3 ${a}2DLow;
`,s+=`${c}
{
vec4 p;
if (czm_morphTime == 1.0)
{
p = czm_translateRelativeToEye(${a}3DHigh, ${a}3DLow);
}
else if (czm_morphTime == 0.0)
{
p = czm_translateRelativeToEye(${a}2DHigh.zxy, ${a}2DLow.zxy);
}
else
{
p = czm_columbusViewMorph(
czm_translateRelativeToEye(${a}2DHigh.zxy, ${a}2DLow.zxy),
czm_translateRelativeToEye(${a}3DHigh, ${a}3DLow),
czm_morphTime);
}
return p;
}
`)}return[o,r,t,s].join(`
`)};sr._appendShowToShader=function(e,t){return l(e._batchTableAttributeIndices.show)?`${Ve.replaceMain(t,"czm_non_show_main")}
void main()
{
czm_non_show_main();
gl_Position *= czm_batchTable_show(batchId);
}`:t};sr._updateColorAttribute=function(e,t,n){if(!l(e._batchTableAttributeIndices.color)&&!l(e._batchTableAttributeIndices.depthFailColor)||t.search(/attribute\s+vec4\s+color;/g)===-1)return t;let i=t;return i=i.replace(/attribute\s+vec4\s+color;/g,""),n?i=i.replace(/(\b)color(\b)/g,"$1czm_batchTable_depthFailColor(batchId)$2"):i=i.replace(/(\b)color(\b)/g,"$1czm_batchTable_color(batchId)$2"),i};function MJ(e){return`${Ve.replaceMain(e,"czm_non_pick_main")}
varying vec4 v_pickColor;
void main()
{
czm_non_pick_main();
v_pickColor = czm_batchTable_pickColor(batchId);
}`}function LJ(e){return`varying vec4 v_pickColor;
${e}`}sr._updatePickColorAttribute=function(e){let t=e.replace(/attribute\s+vec4\s+pickColor;/g,"");return t=t.replace(/(\b)pickColor(\b)/g,"$1czm_batchTable_pickColor(batchId)$2"),t};sr._appendOffsetToShader=function(e,t){if(!l(e._batchTableAttributeIndices.offset))return t;let n=`attribute float batchId;
`;n+="attribute float applyOffset;";let i=t.replace(/attribute\s+float\s+batchId;/g,n),o=`vec4 $1 = czm_computePosition();
`;return o+=` if (czm_sceneMode == czm_sceneMode3D)
`,o+=` {
`,o+=" $1 = $1 + vec4(czm_batchTable_offset(batchId) * applyOffset, 0.0);",o+=` }
`,o+=` else
`,o+=` {
`,o+=" $1 = $1 + vec4(czm_batchTable_offset2D(batchId) * applyOffset, 0.0);",o+=` }
`,i=i.replace(/vec4\s+([A-Za-z0-9_]+)\s+=\s+czm_computePosition\(\);/g,o),i};sr._appendDistanceDisplayConditionToShader=function(e,t,n){if(!l(e._batchTableAttributeIndices.distanceDisplayCondition))return t;let i=Ve.replaceMain(t,"czm_non_distanceDisplayCondition_main"),o=`void main()
{
czm_non_distanceDisplayCondition_main();
vec2 distanceDisplayCondition = czm_batchTable_distanceDisplayCondition(batchId);
vec3 boundingSphereCenter3DHigh = czm_batchTable_boundingSphereCenter3DHigh(batchId);
vec3 boundingSphereCenter3DLow = czm_batchTable_boundingSphereCenter3DLow(batchId);
float boundingSphereRadius = czm_batchTable_boundingSphereRadius(batchId);
`;return n?o+=` vec4 centerRTE = czm_translateRelativeToEye(boundingSphereCenter3DHigh, boundingSphereCenter3DLow);
`:o+=` vec3 boundingSphereCenter2DHigh = czm_batchTable_boundingSphereCenter2DHigh(batchId);
vec3 boundingSphereCenter2DLow = czm_batchTable_boundingSphereCenter2DLow(batchId);
vec4 centerRTE;
if (czm_morphTime == 1.0)
{
centerRTE = czm_translateRelativeToEye(boundingSphereCenter3DHigh, boundingSphereCenter3DLow);
}
else if (czm_morphTime == 0.0)
{
centerRTE = czm_translateRelativeToEye(boundingSphereCenter2DHigh.zxy, boundingSphereCenter2DLow.zxy);
}
else
{
centerRTE = czm_columbusViewMorph(
czm_translateRelativeToEye(boundingSphereCenter2DHigh.zxy, boundingSphereCenter2DLow.zxy),
czm_translateRelativeToEye(boundingSphereCenter3DHigh, boundingSphereCenter3DLow),
czm_morphTime);
}
`,o+=` float radiusSq = boundingSphereRadius * boundingSphereRadius;
float distanceSq;
if (czm_sceneMode == czm_sceneMode2D)
{
distanceSq = czm_eyeHeight2D.y - radiusSq;
}
else
{
distanceSq = dot(centerRTE.xyz, centerRTE.xyz) - radiusSq;
}
distanceSq = max(distanceSq, 0.0);
float nearSq = distanceDisplayCondition.x * distanceDisplayCondition.x;
float farSq = distanceDisplayCondition.y * distanceDisplayCondition.y;
float show = (distanceSq >= nearSq && distanceSq <= farSq) ? 1.0 : 0.0;
gl_Position *= show;
}`,`${i}
${o}`};function FJ(e,t){if(!e.compressVertices)return t;let n=t.search(/attribute\s+vec3\s+normal;/g)!==-1,i=t.search(/attribute\s+vec2\s+st;/g)!==-1;if(!n&&!i)return t;let o=t.search(/attribute\s+vec3\s+tangent;/g)!==-1,r=t.search(/attribute\s+vec3\s+bitangent;/g)!==-1,s=i&&n?2:1;s+=o||r?1:0;let a=s>1?`vec${s}`:"float",c="compressedAttributes",u=`attribute ${a} ${c};`,f="",d="";if(i){f+=`vec2 st;
`;let m=s>1?`${c}.x`:c;d+=` st = czm_decompressTextureCoordinates(${m});
`}n&&o&&r?(f+=`vec3 normal;
vec3 tangent;
vec3 bitangent;
`,d+=` czm_octDecode(${c}.${i?"yz":"xy"}, normal, tangent, bitangent);
`):(n&&(f+=`vec3 normal;
`,d+=` normal = czm_octDecode(${c}${s>1?`.${i?"y":"x"}`:""});
`),o&&(f+=`vec3 tangent;
`,d+=` tangent = czm_octDecode(${c}.${i&&n?"z":"y"});
`),r&&(f+=`vec3 bitangent;
`,d+=` bitangent = czm_octDecode(${c}.${i&&n?"z":"y"});
`));let p=t;p=p.replace(/attribute\s+vec3\s+normal;/g,""),p=p.replace(/attribute\s+vec2\s+st;/g,""),p=p.replace(/attribute\s+vec3\s+tangent;/g,""),p=p.replace(/attribute\s+vec3\s+bitangent;/g,""),p=Ve.replaceMain(p,"czm_non_compressed_main");let g=`void main()
{
${d} czm_non_compressed_main();
}`;return[u,f,p,g].join(`
`)}function Pwe(e){let t=Ve.replaceMain(e,"czm_non_depth_clamp_main");return t+=`void main() {
czm_non_depth_clamp_main();
gl_Position = czm_depthClamp(gl_Position);}
`,t}function Iwe(e){let t=Ve.replaceMain(e,"czm_non_depth_clamp_main");return t+=`void main() {
czm_non_depth_clamp_main();
#if defined(GL_EXT_frag_depth)
#if defined(LOG_DEPTH)
czm_writeLogDepth();
#else
czm_writeDepthClamp();
#endif
#endif
}
`,t=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
${t}`,t}function NJ(e,t){let n=e.vertexAttributes}function Owe(e,t){return function(){return e[t]}}var OG=Math.max(Lt.hardwareConcurrency-1,1),_B,Bwe=new xi("combineGeometry");function Rwe(e,t){let n,i,o,r,s=e._instanceIds;if(e._state===mr.READY){n=Array.isArray(e.geometryInstances)?e.geometryInstances:[e.geometryInstances];let a=e._numberOfInstances=n.length,c=[],u=[];for(o=0;o<a;++o)i=n[o].geometry,s.push(n[o].id),u.push({moduleName:i._workerName,geometry:i});if(!l(_B))for(_B=new Array(OG),o=0;o<OG;o++)_B[o]=new xi("createGeometry");let f;for(u=oB(u,OG),o=0;o<u.length;o++){let d=0,p=u[o],g=p.length;for(r=0;r<g;++r)f=p[r],i=f.geometry,l(i.constructor.pack)&&(f.offset=d,d+=y(i.constructor.packedLength,i.packedLength));let m;if(d>0){let A=new Float64Array(d);for(m=[A.buffer],r=0;r<g;++r)f=p[r],i=f.geometry,l(i.constructor.pack)&&(i.constructor.pack(i,A,f.offset),f.geometry=A)}c.push(_B[o].scheduleTask({subTasks:u[o]},m))}e._state=mr.CREATING,Promise.all(c).then(function(d){e._createGeometryResults=d,e._state=mr.CREATED}).catch(function(d){Lb(e,t,mr.FAILED,d)})}else if(e._state===mr.CREATED){let a=[];n=Array.isArray(e.geometryInstances)?e.geometryInstances:[e.geometryInstances];let c=t.scene3DOnly,u=t.mapProjection,f=Bwe.scheduleTask(SC.packCombineGeometryParameters({createGeometryResults:e._createGeometryResults,instances:n,ellipsoid:u.ellipsoid,projection:u,elementIndexUintSupported:t.context.elementIndexUint,scene3DOnly:c,vertexCacheOptimize:e.vertexCacheOptimize,compressVertices:e.compressVertices,modelMatrix:e.modelMatrix,createPickOffsets:e._createPickOffsets},a),a);e._createGeometryResults=void 0,e._state=mr.COMBINING,Promise.resolve(f).then(function(d){let p=SC.unpackCombineGeometryResults(d);e._geometries=p.geometries,e._attributeLocations=p.attributeLocations,e.modelMatrix=F.clone(p.modelMatrix,e.modelMatrix),e._pickOffsets=p.pickOffsets,e._offsetInstanceExtend=p.offsetInstanceExtend,e._instanceBoundingSpheres=p.boundingSpheres,e._instanceBoundingSpheresCV=p.boundingSpheresCV,l(e._geometries)&&e._geometries.length>0?(e._recomputeBoundingSpheres=!0,e._state=mr.COMBINED):Lb(e,t,mr.FAILED,void 0)}).catch(function(d){Lb(e,t,mr.FAILED,d)})}}function Mwe(e,t){let n=Array.isArray(e.geometryInstances)?e.geometryInstances:[e.geometryInstances],i=e._numberOfInstances=n.length,o=new Array(i),r=e._instanceIds,s,a,c=0;for(a=0;a<i;a++){s=n[a];let p=s.geometry,g;l(p.attributes)&&l(p.primitiveType)?g=wwe(p):g=p.constructor.createGeometry(p),o[c++]=Dwe(s,g),r.push(s.id)}o.length=c;let u=t.scene3DOnly,f=t.mapProjection,d=SC.combineGeometry({instances:o,ellipsoid:f.ellipsoid,projection:f,elementIndexUintSupported:t.context.elementIndexUint,scene3DOnly:u,vertexCacheOptimize:e.vertexCacheOptimize,compressVertices:e.compressVertices,modelMatrix:e.modelMatrix,createPickOffsets:e._createPickOffsets});e._geometries=d.geometries,e._attributeLocations=d.attributeLocations,e.modelMatrix=F.clone(d.modelMatrix,e.modelMatrix),e._pickOffsets=d.pickOffsets,e._offsetInstanceExtend=d.offsetInstanceExtend,e._instanceBoundingSpheres=d.boundingSpheres,e._instanceBoundingSpheresCV=d.boundingSpheresCV,l(e._geometries)&&e._geometries.length>0?(e._recomputeBoundingSpheres=!0,e._state=mr.COMBINED):Lb(e,t,mr.FAILED,void 0)}function Lwe(e,t){let n=e._batchTableAttributeIndices.offset;if(!e._recomputeBoundingSpheres||!l(n)){e._recomputeBoundingSpheres=!1;return}let i,o=e._offsetInstanceExtend,r=e._instanceBoundingSpheres,s=r.length,a=e._tempBoundingSpheres;if(!l(a)){for(a=new Array(s),i=0;i<s;i++)a[i]=new re;e._tempBoundingSpheres=a}for(i=0;i<s;++i){let A=a[i],C=e._batchTable.getBatchedAttribute(i,n,new h);A=r[i].clone(A),YJ(A,C,o[i])}let c=[],u=[],f=[];for(i=0;i<s;++i){let A=a[i];A.center.x-A.radius>0||re.intersectPlane(A,tn.ORIGIN_ZX_PLANE)!==Xt.INTERSECTING?c.push(A):(u.push(A),f.push(A))}let d=c[0],p=f[0],g=u[0];for(i=1;i<c.length;i++)d=re.union(d,c[i]);for(i=1;i<f.length;i++)p=re.union(p,f[i]);for(i=1;i<u.length;i++)g=re.union(g,u[i]);let m=[];for(l(d)&&m.push(d),l(p)&&m.push(p),l(g)&&m.push(g),i=0;i<m.length;i++){let A=m[i].clone(e._boundingSpheres[i]);e._boundingSpheres[i]=A,e._boundingSphereCV[i]=re.projectTo2D(A,t.mapProjection,e._boundingSphereCV[i])}sr._updateBoundingVolumes(e,t,e.modelMatrix,!0),e._recomputeBoundingSpheres=!1}var kJ=new Vn,WJ=new he,jJ=new h,qJ=new re;function Fwe(e,t){if(!l(e._batchTableAttributeIndices.distanceDisplayCondition)||e._batchTableBoundingSpheresUpdated)return;let i=e._batchTableBoundingSphereAttributeIndices,o=i.center3DHigh,r=i.center3DLow,s=i.center2DHigh,a=i.center2DLow,c=i.radius,u=t.mapProjection,f=u.ellipsoid,d=e._batchTable,p=e._instanceBoundingSpheres,g=p.length;for(let m=0;m<g;++m){let A=p[m];if(!l(A))continue;let C=e.modelMatrix;l(C)&&(A=re.transform(A,C,qJ));let x=A.center,b=A.radius,E=Vn.fromCartesian(x,kJ);if(d.setBatchedAttribute(m,o,E.high),d.setBatchedAttribute(m,r,E.low),!t.scene3DOnly){let S=f.cartesianToCartographic(x,WJ),D=u.project(S,jJ);E=Vn.fromCartesian(D,kJ),d.setBatchedAttribute(m,s,E.high),d.setBatchedAttribute(m,a,E.low)}d.setBatchedAttribute(m,c,b)}e._batchTableBoundingSpheresUpdated=!0}var BG=new h,Nwe=new h;function VJ(e,t){if(!l(e._batchTableAttributeIndices.offset)||e._batchTableOffsetsUpdated||t.scene3DOnly)return;let i=e._batchTableOffsetAttribute2DIndex,o=t.mapProjection,r=o.ellipsoid,s=e._batchTable,a=e._instanceBoundingSpheres,c=a.length;for(let u=0;u<c;++u){let f=a[u];if(!l(f))continue;let d=s.getBatchedAttribute(u,e._batchTableAttributeIndices.offset);if(h.equals(d,h.ZERO)){s.setBatchedAttribute(u,i,h.ZERO);continue}let p=e.modelMatrix;l(p)&&(f=re.transform(f,p,qJ));let g=f.center;g=r.scaleToGeodeticSurface(g,Nwe);let m=r.cartesianToCartographic(g,WJ),A=o.project(m,jJ),C=h.add(d,g,BG);m=r.cartesianToCartographic(C,m);let x=o.project(m,BG),b=h.subtract(x,A,BG),E=b.x;b.x=b.z,b.z=b.y,b.y=E,s.setBatchedAttribute(u,i,b)}e._batchTableOffsetsUpdated=!0}function kwe(e,t){let n=e._attributeLocations,i=e._geometries,o=t.scene3DOnly,r=t.context,s=[],a=i.length;for(let c=0;c<a;++c){let u=i[c];if(s.push(Zn.fromGeometry({context:r,geometry:u,attributeLocations:n,bufferUsage:Le.STATIC_DRAW,interleave:e._interleave})),l(e._createBoundingVolumeFunction))e._createBoundingVolumeFunction(t,u);else if(e._boundingSpheres.push(re.clone(u.boundingSphere)),e._boundingSphereWC.push(new re),!o){let f=u.boundingSphereCV.center,d=f.x,p=f.y,g=f.z;f.x=g,f.y=d,f.z=p,e._boundingSphereCV.push(re.clone(u.boundingSphereCV)),e._boundingSphere2D.push(new re),e._boundingSphereMorph.push(new re)}}e._va=s,e._primitiveType=i[0].primitiveType,e.releaseGeometryInstances&&(e.geometryInstances=void 0),e._geometries=void 0,Lb(e,t,mr.COMPLETE,void 0)}function Vwe(e,t,n,i){let o=n.getRenderState(),r;i?(r=$e(o,!1),r.cull={enabled:!0,face:Ci.BACK},e._frontFaceRS=Ne.fromCache(r),r.cull.face=Ci.FRONT,e._backFaceRS=Ne.fromCache(r)):(e._frontFaceRS=Ne.fromCache(o),e._backFaceRS=e._frontFaceRS),r=$e(o,!1),l(e._depthFailAppearance)&&(r.depthTest.enabled=!1),l(e._depthFailAppearance)&&(o=e._depthFailAppearance.getRenderState(),r=$e(o,!1),r.depthTest.func=Ja.GREATER,i?(r.cull={enabled:!0,face:Ci.BACK},e._frontFaceDepthFailRS=Ne.fromCache(r),r.cull.face=Ci.FRONT,e._backFaceDepthFailRS=Ne.fromCache(r)):(e._frontFaceDepthFailRS=Ne.fromCache(r),e._backFaceDepthFailRS=e._frontFaceRS))}function Uwe(e,t,n){let i=t.context,o=e._attributeLocations,r=e._batchTable.getVertexShaderCallback()(n.vertexShaderSource);r=sr._appendOffsetToShader(e,r),r=sr._appendShowToShader(e,r),r=sr._appendDistanceDisplayConditionToShader(e,r,t.scene3DOnly),r=MJ(r),r=sr._updateColorAttribute(e,r,!1),r=FJ(e,r),r=sr._modifyShaderPosition(e,r,t.scene3DOnly);let s=n.getFragmentShaderSource();s=LJ(s),e._sp=jt.replaceCache({context:i,shaderProgram:e._sp,vertexShaderSource:r,fragmentShaderSource:s,attributeLocations:o}),NJ(e._sp,o),l(e._depthFailAppearance)&&(r=e._batchTable.getVertexShaderCallback()(e._depthFailAppearance.vertexShaderSource),r=sr._appendShowToShader(e,r),r=sr._appendDistanceDisplayConditionToShader(e,r,t.scene3DOnly),r=MJ(r),r=sr._updateColorAttribute(e,r,!0),r=FJ(e,r),r=sr._modifyShaderPosition(e,r,t.scene3DOnly),r=Pwe(r),s=e._depthFailAppearance.getFragmentShaderSource(),s=LJ(s),s=Iwe(s),e._spDepthFail=jt.replaceCache({context:i,shaderProgram:e._spDepthFail,vertexShaderSource:r,fragmentShaderSource:s,attributeLocations:o}),NJ(e._spDepthFail,o))}var Mb=new F,UJ=new h;function zJ(e,t,n,i){let o=l(n)?n._uniforms:void 0,r={},s=t.uniforms;if(l(s))for(let c in s)s.hasOwnProperty(c)&&(r[c]=Owe(s,c));let a=pt(r,o);return a=e._batchTable.getUniformMapCallback()(a),l(e.rtcCenter)&&(a.u_modifiedModelView=function(){let c=i.context.uniformState.view;return F.multiply(c,e._modelMatrix,Mb),F.multiplyByPoint(Mb,e.rtcCenter,UJ),F.setTranslation(Mb,UJ,Mb),Mb}),a}function zwe(e,t,n,i,o,r,s,a){let c=zJ(e,t,n,a),u;l(e._depthFailAppearance)&&(u=zJ(e,e._depthFailAppearance,e._depthFailAppearance.material,a));let f=i?xe.TRANSLUCENT:xe.OPAQUE,d=o?2:1;d*=l(e._depthFailAppearance)?2:1,r.length=e._va.length*d;let p=r.length,g=0;for(let m=0;m<p;++m){let A;o&&(A=r[m],l(A)||(A=r[m]=new Ze({owner:e,primitiveType:e._primitiveType})),A.vertexArray=e._va[g],A.renderState=e._backFaceRS,A.shaderProgram=e._sp,A.uniformMap=c,A.pass=f,++m),A=r[m],l(A)||(A=r[m]=new Ze({owner:e,primitiveType:e._primitiveType})),A.vertexArray=e._va[g],A.renderState=e._frontFaceRS,A.shaderProgram=e._sp,A.uniformMap=c,A.pass=f,l(e._depthFailAppearance)&&(o&&(++m,A=r[m],l(A)||(A=r[m]=new Ze({owner:e,primitiveType:e._primitiveType})),A.vertexArray=e._va[g],A.renderState=e._backFaceDepthFailRS,A.shaderProgram=e._spDepthFail,A.uniformMap=u,A.pass=f),++m,A=r[m],l(A)||(A=r[m]=new Ze({owner:e,primitiveType:e._primitiveType})),A.vertexArray=e._va[g],A.renderState=e._frontFaceDepthFailRS,A.shaderProgram=e._spDepthFail,A.uniformMap=u,A.pass=f),++g}}sr._updateBoundingVolumes=function(e,t,n,i){let o,r,s;if(i||!F.equals(n,e._modelMatrix))for(F.clone(n,e._modelMatrix),r=e._boundingSpheres.length,o=0;o<r;++o)s=e._boundingSpheres[o],l(s)&&(e._boundingSphereWC[o]=re.transform(s,n,e._boundingSphereWC[o]),t.scene3DOnly||(e._boundingSphere2D[o]=re.clone(e._boundingSphereCV[o],e._boundingSphere2D[o]),e._boundingSphere2D[o].center.x=0,e._boundingSphereMorph[o]=re.union(e._boundingSphereWC[o],e._boundingSphereCV[o])));let a=e.appearance.pixelSize;if(l(a))for(r=e._boundingSpheres.length,o=0;o<r;++o){s=e._boundingSpheres[o];let c=e._boundingSphereWC[o],f=t.camera.getPixelSize(s,t.context.drawingBufferWidth,t.context.drawingBufferHeight)*a;c.radius=s.radius+f}};function Hwe(e,t,n,i,o,r,s,a){sr._updateBoundingVolumes(e,t,o);let c;t.mode===ee.SCENE3D?c=e._boundingSphereWC:t.mode===ee.COLUMBUS_VIEW?c=e._boundingSphereCV:t.mode===ee.SCENE2D&&l(e._boundingSphere2D)?c=e._boundingSphere2D:l(e._boundingSphereMorph)&&(c=e._boundingSphereMorph);let u=t.commandList,f=t.passes;if(f.render||f.pick){let d=e.allowPicking,p=hn.castShadows(e.shadows),g=hn.receiveShadows(e.shadows),m=n.length,A=a?2:1;A*=l(e._depthFailAppearance)?2:1;for(let C=0;C<m;++C){let x=Math.floor(C/A),b=n[C];b.modelMatrix=o,b.boundingVolume=c[x],b.cull=r,b.debugShowBoundingVolume=s,b.castShadows=p,b.receiveShadows=g,d?b.pickId="v_pickColor":b.pickId=void 0,u.push(b)}}}sr.prototype.update=function(e){if(!l(this.geometryInstances)&&this._va.length===0||l(this.geometryInstances)&&Array.isArray(this.geometryInstances)&&this.geometryInstances.length===0||!l(this.appearance)||e.mode!==ee.SCENE3D&&e.scene3DOnly||!e.passes.render&&!e.passes.pick)return;if(l(this._error))throw this._error;if(this._state===mr.FAILED)return;let t=e.context;if(l(this._batchTable)||bwe(this,t),this._batchTable.attributes.length>0){if(Vt.maximumVertexTextureImageUnits===0)throw new de("Vertex texture fetch support is required to render primitives with per-instance attributes. The maximum number of vertex texture image units must be greater than zero.");this._batchTable.update(e)}if(this._state!==mr.COMPLETE&&this._state!==mr.COMBINED&&(this.asynchronous?Rwe(this,e):Mwe(this,e)),this._state===mr.COMBINED&&(Fwe(this,e),VJ(this,e),kwe(this,e)),!this.show||this._state!==mr.COMPLETE)return;this._batchTableOffsetsUpdated||VJ(this,e),this._recomputeBoundingSpheres&&Lwe(this,e);let n=this.appearance,i=n.material,o=!1,r=!1;this._appearance!==n?(this._appearance=n,this._material=i,o=!0,r=!0):this._material!==i&&(this._material=i,r=!0);let s=this.depthFailAppearance,a=l(s)?s.material:void 0;this._depthFailAppearance!==s?(this._depthFailAppearance=s,this._depthFailMaterial=a,o=!0,r=!0):this._depthFailMaterial!==a&&(this._depthFailMaterial=a,r=!0);let c=this._appearance.isTranslucent();this._translucent!==c&&(this._translucent=c,o=!0),l(this._material)&&this._material.update(t);let u=n.closed&&c;o&&y(this._createRenderStatesFunction,Vwe)(this,t,n,u),r&&y(this._createShaderProgramFunction,Uwe)(this,e,n),(o||r)&&y(this._createCommandsFunction,zwe)(this,n,i,c,u,this._colorCommands,this._pickCommands,e),y(this._updateAndQueueCommandsFunction,Hwe)(this,e,this._colorCommands,this._pickCommands,this.modelMatrix,this.cull,this.debugShowBoundingVolume,u)};var Gwe=new re,Wwe=new re;function YJ(e,t,n){if(n===Zt.TOP){let i=re.clone(e,Gwe),o=re.clone(e,Wwe);o.center=h.add(o.center,t,o.center),e=re.union(i,o,e)}else n===Zt.ALL&&(e.center=h.add(e.center,t,e.center));return e}function jwe(e,t,n){return function(){let i=e.getBatchedAttribute(t,n),o=e.attributes[n],r=o.componentsPerAttribute,s=K.createTypedArray(o.componentDatatype,r);return l(i.constructor.pack)?i.constructor.pack(i,s,0):s[0]=i,s}}function qwe(e,t,n,i,o){return function(r){let s=GJ(r);e.setBatchedAttribute(t,n,s),o==="offset"&&(i._recomputeBoundingSpheres=!0,i._batchTableOffsetsUpdated=!1)}}var Ywe=new h;function Xwe(e,t,n){t.boundingSphere={get:function(){let i=e._instanceBoundingSpheres[n];if(l(i)){i=i.clone();let o=e.modelMatrix,r=t.offset;l(r)&&YJ(i,h.fromArray(r.get(),0,Ywe),e._offsetInstanceExtend[n]),l(o)&&(i=re.transform(i,o))}return i}},t.boundingSphereCV={get:function(){return e._instanceBoundingSpheresCV[n]}}}function Kwe(e,t,n){t.pickId={get:function(){return e._pickIds[n]}}}sr.prototype.getGeometryInstanceAttributes=function(e){let t=-1,n=this._lastPerInstanceAttributeIndex,i=this._instanceIds,o=i.length;for(let u=0;u<o;++u){let f=(n+u)%o;if(e===i[f]){t=f;break}}if(t===-1)return;let r=this._perInstanceAttributeCache[t];if(l(r))return r;let s=this._batchTable,a=this._batchTableAttributeIndices;r={};let c={};for(let u in a)if(a.hasOwnProperty(u)){let f=a[u];c[u]={get:jwe(s,t,f),set:qwe(s,t,f,this,u)}}return Xwe(this,c,t),Kwe(this,c,t),Object.defineProperties(r,c),this._lastPerInstanceAttributeIndex=t,this._perInstanceAttributeCache[t]=r,r};sr.prototype.isDestroyed=function(){return!1};sr.prototype.destroy=function(){let e,t;this._sp=this._sp&&this._sp.destroy(),this._spDepthFail=this._spDepthFail&&this._spDepthFail.destroy();let n=this._va;for(e=n.length,t=0;t<e;++t)n[t].destroy();this._va=void 0;let i=this._pickIds;for(e=i.length,t=0;t<e;++t)i[t].destroy();return this._pickIds=void 0,this._batchTable=this._batchTable&&this._batchTable.destroy(),this._instanceIds=void 0,this._perInstanceAttributeCache=void 0,this._attributeLocations=void 0,le(this)};function Lb(e,t,n,i){e._completeLoad(t,n,i)}var Cn=sr;function Jwe(e){e=y(e,y.EMPTY_OBJECT),this.componentDatatype=e.componentDatatype,this.componentsPerAttribute=e.componentsPerAttribute,this.normalize=y(e.normalize,!1),this.value=e.value}var Qa=Jwe;var Fb=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
#ifdef TEXTURE_COORDINATES
#ifdef SPHERICAL
varying vec4 v_sphericalExtents;
#else // SPHERICAL
varying vec2 v_inversePlaneExtents;
varying vec4 v_westPlane;
varying vec4 v_southPlane;
#endif // SPHERICAL
varying vec3 v_uvMinAndSphericalLongitudeRotation;
varying vec3 v_uMaxAndInverseDistance;
varying vec3 v_vMaxAndInverseDistance;
#endif // TEXTURE_COORDINATES
#ifdef PER_INSTANCE_COLOR
varying vec4 v_color;
#endif
#ifdef NORMAL_EC
vec3 getEyeCoordinate3FromWindowCoordinate(vec2 fragCoord, float logDepthOrDepth) {
vec4 eyeCoordinate = czm_windowToEyeCoordinates(fragCoord, logDepthOrDepth);
return eyeCoordinate.xyz / eyeCoordinate.w;
}
vec3 vectorFromOffset(vec4 eyeCoordinate, vec2 positiveOffset) {
vec2 glFragCoordXY = gl_FragCoord.xy;
float upOrRightLogDepth = czm_unpackDepth(texture2D(czm_globeDepthTexture, (glFragCoordXY + positiveOffset) / czm_viewport.zw));
float downOrLeftLogDepth = czm_unpackDepth(texture2D(czm_globeDepthTexture, (glFragCoordXY - positiveOffset) / czm_viewport.zw));
bvec2 upOrRightInBounds = lessThan(glFragCoordXY + positiveOffset, czm_viewport.zw);
float useUpOrRight = float(upOrRightLogDepth > 0.0 && upOrRightInBounds.x && upOrRightInBounds.y);
float useDownOrLeft = float(useUpOrRight == 0.0);
vec3 upOrRightEC = getEyeCoordinate3FromWindowCoordinate(glFragCoordXY + positiveOffset, upOrRightLogDepth);
vec3 downOrLeftEC = getEyeCoordinate3FromWindowCoordinate(glFragCoordXY - positiveOffset, downOrLeftLogDepth);
return (upOrRightEC - (eyeCoordinate.xyz / eyeCoordinate.w)) * useUpOrRight + ((eyeCoordinate.xyz / eyeCoordinate.w) - downOrLeftEC) * useDownOrLeft;
}
#endif // NORMAL_EC
void main(void)
{
#ifdef REQUIRES_EC
float logDepthOrDepth = czm_unpackDepth(texture2D(czm_globeDepthTexture, gl_FragCoord.xy / czm_viewport.zw));
vec4 eyeCoordinate = czm_windowToEyeCoordinates(gl_FragCoord.xy, logDepthOrDepth);
#endif
#ifdef REQUIRES_WC
vec4 worldCoordinate4 = czm_inverseView * eyeCoordinate;
vec3 worldCoordinate = worldCoordinate4.xyz / worldCoordinate4.w;
#endif
#ifdef TEXTURE_COORDINATES
vec2 uv;
#ifdef SPHERICAL
vec2 sphericalLatLong = czm_approximateSphericalCoordinates(worldCoordinate);
sphericalLatLong.y += v_uvMinAndSphericalLongitudeRotation.z;
sphericalLatLong.y = czm_branchFreeTernary(sphericalLatLong.y < czm_pi, sphericalLatLong.y, sphericalLatLong.y - czm_twoPi);
uv.x = (sphericalLatLong.y - v_sphericalExtents.y) * v_sphericalExtents.w;
uv.y = (sphericalLatLong.x - v_sphericalExtents.x) * v_sphericalExtents.z;
#else // SPHERICAL
uv.x = czm_planeDistance(v_westPlane, eyeCoordinate.xyz / eyeCoordinate.w) * v_inversePlaneExtents.x;
uv.y = czm_planeDistance(v_southPlane, eyeCoordinate.xyz / eyeCoordinate.w) * v_inversePlaneExtents.y;
#endif // SPHERICAL
#endif // TEXTURE_COORDINATES
#ifdef PICK
#ifdef CULL_FRAGMENTS
if (0.0 <= uv.x && uv.x <= 1.0 && 0.0 <= uv.y && uv.y <= 1.0 || logDepthOrDepth != 0.0) {
gl_FragColor.a = 1.0;
czm_writeDepthClamp();
}
#else // CULL_FRAGMENTS
gl_FragColor.a = 1.0;
#endif // CULL_FRAGMENTS
#else // PICK
#ifdef CULL_FRAGMENTS
if (uv.x <= 0.0 || 1.0 <= uv.x || uv.y <= 0.0 || 1.0 <= uv.y || logDepthOrDepth == 0.0) {
discard;
}
#endif
#ifdef NORMAL_EC
vec3 downUp = vectorFromOffset(eyeCoordinate, vec2(0.0, 1.0));
vec3 leftRight = vectorFromOffset(eyeCoordinate, vec2(1.0, 0.0));
vec3 normalEC = normalize(cross(leftRight, downUp));
#endif
#ifdef PER_INSTANCE_COLOR
vec4 color = czm_gammaCorrect(v_color);
#ifdef FLAT
gl_FragColor = color;
#else // FLAT
czm_materialInput materialInput;
materialInput.normalEC = normalEC;
materialInput.positionToEyeEC = -eyeCoordinate.xyz;
czm_material material = czm_getDefaultMaterial(materialInput);
material.diffuse = color.rgb;
material.alpha = color.a;
gl_FragColor = czm_phong(normalize(-eyeCoordinate.xyz), material, czm_lightDirectionEC);
#endif // FLAT
gl_FragColor.rgb *= gl_FragColor.a;
#else // PER_INSTANCE_COLOR
czm_materialInput materialInput;
#ifdef USES_NORMAL_EC
materialInput.normalEC = normalEC;
#endif
#ifdef USES_POSITION_TO_EYE_EC
materialInput.positionToEyeEC = -eyeCoordinate.xyz;
#endif
#ifdef USES_TANGENT_TO_EYE
materialInput.tangentToEyeMatrix = czm_eastNorthUpToEyeCoordinates(worldCoordinate, normalEC);
#endif
#ifdef USES_ST
materialInput.st.x = czm_lineDistance(v_uvMinAndSphericalLongitudeRotation.xy, v_uMaxAndInverseDistance.xy, uv) * v_uMaxAndInverseDistance.z;
materialInput.st.y = czm_lineDistance(v_uvMinAndSphericalLongitudeRotation.xy, v_vMaxAndInverseDistance.xy, uv) * v_vMaxAndInverseDistance.z;
#endif
czm_material material = czm_getMaterial(materialInput);
#ifdef FLAT
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#else // FLAT
gl_FragColor = czm_phong(normalize(-eyeCoordinate.xyz), material, czm_lightDirectionEC);
#endif // FLAT
gl_FragColor.rgb *= gl_FragColor.a;
#endif // PER_INSTANCE_COLOR
czm_writeDepthClamp();
#endif // PICK
}
`;function cu(e,t,n){this._projectionExtentDefines={eastMostYhighDefine:"",eastMostYlowDefine:"",westMostYhighDefine:"",westMostYlowDefine:""};let i=new RG;i.requiresTextureCoordinates=e,i.requiresEC=!n.flat;let o=new RG;if(o.requiresTextureCoordinates=e,n instanceof Qt)i.requiresNormalEC=!n.flat;else{let r=`${n.material.shaderSource}
${n.fragmentShaderSource}`;i.normalEC=r.indexOf("materialInput.normalEC")!==-1||r.indexOf("czm_getDefaultMaterial")!==-1,i.positionToEyeEC=r.indexOf("materialInput.positionToEyeEC")!==-1,i.tangentToEyeMatrix=r.indexOf("materialInput.tangentToEyeMatrix")!==-1,i.st=r.indexOf("materialInput.st")!==-1}this._colorShaderDependencies=i,this._pickShaderDependencies=o,this._appearance=n,this._extentsCulling=e,this._planarExtents=t}cu.prototype.createFragmentShader=function(e){let t=this._appearance,n=this._colorShaderDependencies,i=[];!e&&!this._planarExtents&&i.push("SPHERICAL"),n.requiresEC&&i.push("REQUIRES_EC"),n.requiresWC&&i.push("REQUIRES_WC"),n.requiresTextureCoordinates&&i.push("TEXTURE_COORDINATES"),this._extentsCulling&&i.push("CULL_FRAGMENTS"),n.requiresNormalEC&&i.push("NORMAL_EC"),t instanceof Qt&&i.push("PER_INSTANCE_COLOR"),n.normalEC&&i.push("USES_NORMAL_EC"),n.positionToEyeEC&&i.push("USES_POSITION_TO_EYE_EC"),n.tangentToEyeMatrix&&i.push("USES_TANGENT_TO_EYE"),n.st&&i.push("USES_ST"),t.flat&&i.push("FLAT");let o="";return t instanceof Qt||(o=t.material.shaderSource),new Ve({defines:i,sources:[o,Fb]})};cu.prototype.createPickFragmentShader=function(e){let t=this._pickShaderDependencies,n=["PICK"];return!e&&!this._planarExtents&&n.push("SPHERICAL"),t.requiresEC&&n.push("REQUIRES_EC"),t.requiresWC&&n.push("REQUIRES_WC"),t.requiresTextureCoordinates&&n.push("TEXTURE_COORDINATES"),this._extentsCulling&&n.push("CULL_FRAGMENTS"),new Ve({defines:n,sources:[Fb],pickColorQualifier:"varying"})};cu.prototype.createVertexShader=function(e,t,n,i){return tZ(this._colorShaderDependencies,this._planarExtents,n,e,t,this._appearance,i,this._projectionExtentDefines)};cu.prototype.createPickVertexShader=function(e,t,n,i){return tZ(this._pickShaderDependencies,this._planarExtents,n,e,t,void 0,i,this._projectionExtentDefines)};var XJ=new h,KJ=new he,JJ={high:0,low:0};function tZ(e,t,n,i,o,r,s,a){let c=i.slice();if(a.eastMostYhighDefine===""){let u=KJ;u.longitude=I.PI,u.latitude=0,u.height=0;let f=s.project(u,XJ),d=Vn.encode(f.x,JJ);a.eastMostYhighDefine=`EAST_MOST_X_HIGH ${d.high.toFixed(`${d.high}`.length+1)}`,a.eastMostYlowDefine=`EAST_MOST_X_LOW ${d.low.toFixed(`${d.low}`.length+1)}`;let p=KJ;p.longitude=-I.PI,p.latitude=0,p.height=0;let g=s.project(p,XJ);d=Vn.encode(g.x,JJ),a.westMostYhighDefine=`WEST_MOST_X_HIGH ${d.high.toFixed(`${d.high}`.length+1)}`,a.westMostYlowDefine=`WEST_MOST_X_LOW ${d.low.toFixed(`${d.low}`.length+1)}`}return n&&(c.push(a.eastMostYhighDefine),c.push(a.eastMostYlowDefine),c.push(a.westMostYhighDefine),c.push(a.westMostYlowDefine)),l(r)&&r instanceof Qt&&c.push("PER_INSTANCE_COLOR"),e.requiresTextureCoordinates&&(c.push("TEXTURE_COORDINATES"),t||n||c.push("SPHERICAL"),n&&c.push("COLUMBUS_VIEW_2D")),new Ve({defines:c,sources:[o]})}function RG(){this._requiresEC=!1,this._requiresWC=!1,this._requiresNormalEC=!1,this._requiresTextureCoordinates=!1,this._usesNormalEC=!1,this._usesPositionToEyeEC=!1,this._usesTangentToEyeMat=!1,this._usesSt=!1}Object.defineProperties(RG.prototype,{requiresEC:{get:function(){return this._requiresEC},set:function(e){this._requiresEC=e||this._requiresEC}},requiresWC:{get:function(){return this._requiresWC},set:function(e){this._requiresWC=e||this._requiresWC,this.requiresEC=this._requiresWC}},requiresNormalEC:{get:function(){return this._requiresNormalEC},set:function(e){this._requiresNormalEC=e||this._requiresNormalEC,this.requiresEC=this._requiresNormalEC}},requiresTextureCoordinates:{get:function(){return this._requiresTextureCoordinates},set:function(e){this._requiresTextureCoordinates=e||this._requiresTextureCoordinates,this.requiresWC=this._requiresTextureCoordinates}},normalEC:{set:function(e){this.requiresNormalEC=e,this._usesNormalEC=e},get:function(){return this._usesNormalEC}},tangentToEyeMatrix:{set:function(e){this.requiresWC=e,this.requiresNormalEC=e,this._usesTangentToEyeMat=e},get:function(){return this._usesTangentToEyeMat}},positionToEyeEC:{set:function(e){this.requiresEC=e,this._usesPositionToEyeEC=e},get:function(){return this._usesPositionToEyeEC}},st:{set:function(e){this.requiresTextureCoordinates=e,this._usesSt=e},get:function(){return this._usesSt}}});function ZJ(e,t,n){return Math.abs((t.y-e.y)*n.x-(t.x-e.x)*n.y+t.x*e.y-t.y*e.x)/H.distance(t,e)}var Zwe=[new H,new H,new H,new H];function nZ(e,t){let n=Zwe,i=H.unpack(t,0,n[0]),o=H.unpack(t,2,n[1]),r=H.unpack(t,4,n[2]);e.uMaxVmax=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:4,normalize:!1,value:[o.x,o.y,r.x,r.y]});let s=1/ZJ(i,o,r),a=1/ZJ(i,r,o);e.uvMinAndExtents=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:4,normalize:!1,value:[i.x,i.y,s,a]})}var iZ=new he,oZ=new h,Qwe=new h,$we=new h,gB={high:0,low:0};function rZ(e,t,n){let i=iZ;i.height=0,i.longitude=e.west,i.latitude=e.south;let o=t.project(i,oZ);i.latitude=e.north;let r=t.project(i,Qwe);i.longitude=e.east,i.latitude=e.south;let s=t.project(i,$we),a=[0,0,0,0],c=[0,0,0,0],u=Vn.encode(o.x,gB);a[0]=u.high,c[0]=u.low,u=Vn.encode(o.y,gB),a[1]=u.high,c[1]=u.low,u=Vn.encode(r.y,gB),a[2]=u.high,c[2]=u.low,u=Vn.encode(s.x,gB),a[3]=u.high,c[3]=u.low,n.planes2D_HIGH=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:4,normalize:!1,value:a}),n.planes2D_LOW=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:4,normalize:!1,value:c})}var eDe=new F,tDe=new F,QJ=new h,nDe=new he,iDe=[new he,new he,new he,new he,new he,new he,new he,new he];function oDe(e,t,n,i,o,r){let s=ce.center(e,nDe);s.height=n;let a=he.toCartesian(s,t,QJ),c=vt.eastNorthUpToFixedFrame(a,t,eDe),u=F.inverse(c,tDe),f=e.west,d=e.east,p=e.north,g=e.south,m=iDe;m[0].latitude=g,m[0].longitude=f,m[1].latitude=p,m[1].longitude=f,m[2].latitude=p,m[2].longitude=d,m[3].latitude=g,m[3].longitude=d;let A=(f+d)*.5,C=(p+g)*.5;m[4].latitude=g,m[4].longitude=A,m[5].latitude=p,m[5].longitude=A,m[6].latitude=C,m[6].longitude=f,m[7].latitude=C,m[7].longitude=d;let x=Number.POSITIVE_INFINITY,b=Number.NEGATIVE_INFINITY,E=Number.POSITIVE_INFINITY,S=Number.NEGATIVE_INFINITY;for(let R=0;R<8;R++){m[R].height=n;let M=he.toCartesian(m[R],t,QJ);F.multiplyByPoint(u,M,M),M.z=0,x=Math.min(x,M.x),b=Math.max(b,M.x),E=Math.min(E,M.y),S=Math.max(S,M.y)}let D=i;D.x=x,D.y=E,D.z=0,F.multiplyByPoint(c,D,D);let v=o;v.x=b,v.y=E,v.z=0,F.multiplyByPoint(c,v,v),h.subtract(v,D,o);let O=r;O.x=x,O.y=S,O.z=0,F.multiplyByPoint(c,O,O),h.subtract(O,D,r)}var rDe=new h,sDe=new h,aDe=new Vn;cu.getPlanarTextureCoordinateAttributes=function(e,t,n,i,o){let r=oZ,s=rDe,a=sDe;oDe(e,n,y(o,0),r,s,a);let c={};nZ(c,t);let u=Vn.fromCartesian(r,aDe);return c.southWest_HIGH=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:3,normalize:!1,value:h.pack(u.high,[0,0,0])}),c.southWest_LOW=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:3,normalize:!1,value:h.pack(u.low,[0,0,0])}),c.eastward=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:3,normalize:!1,value:h.pack(s,[0,0,0])}),c.northward=new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:3,normalize:!1,value:h.pack(a,[0,0,0])}),rZ(e,i,c),c};var cDe=new h;function $J(e,t,n,i){let o=iZ;o.latitude=e,o.longitude=t,o.height=0;let r=he.toCartesian(o,n,cDe),s=Math.sqrt(r.x*r.x+r.y*r.y),a=I.fastApproximateAtan2(s,r.z),c=I.fastApproximateAtan2(r.x,r.y);return i.x=a,i.y=c,i}var eZ=new H;cu.getSphericalExtentGeometryInstanceAttributes=function(e,t,n,i){let o=$J(e.south,e.west,n,eZ),r=o.x,s=o.y,a=$J(e.north,e.east,n,eZ),c=a.x,u=a.y,f=0;s>u&&(f=I.PI-s,s=-I.PI,u+=f),r-=I.EPSILON5,s-=I.EPSILON5,c+=I.EPSILON5,u+=I.EPSILON5;let d=1/(u-s),p=1/(c-r),g={sphericalExtents:new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:4,normalize:!1,value:[r,s,p,d]}),longitudeRotation:new Qa({componentDatatype:K.FLOAT,componentsPerAttribute:1,normalize:!1,value:[f]})};return nZ(g,t),rZ(e,i,g),g};cu.hasAttributesForTextureCoordinatePlanes=function(e){return l(e.southWest_HIGH)&&l(e.southWest_LOW)&&l(e.northward)&&l(e.eastward)&&l(e.planes2D_HIGH)&&l(e.planes2D_LOW)&&l(e.uMaxVmax)&&l(e.uvMinAndExtents)};cu.hasAttributesForSphericalExtents=function(e){return l(e.sphericalExtents)&&l(e.longitudeRotation)&&l(e.planes2D_HIGH)&&l(e.planes2D_LOW)&&l(e.uMaxVmax)&&l(e.uvMinAndExtents)};function lDe(e){return Math.max(e.width,e.height)>cu.MAX_WIDTH_FOR_PLANAR_EXTENTS}cu.shouldUseSphericalCoordinates=function(e){return lDe(e)};cu.MAX_WIDTH_FOR_PLANAR_EXTENTS=I.toRadians(1);var lu=cu;var uDe={NEVER:te.NEVER,LESS:te.LESS,EQUAL:te.EQUAL,LESS_OR_EQUAL:te.LEQUAL,GREATER:te.GREATER,NOT_EQUAL:te.NOTEQUAL,GREATER_OR_EQUAL:te.GEQUAL,ALWAYS:te.ALWAYS},Nn=Object.freeze(uDe);var fDe={ZERO:te.ZERO,KEEP:te.KEEP,REPLACE:te.REPLACE,INCREMENT:te.INCR,DECREMENT:te.DECR,INVERT:te.INVERT,INCREMENT_WRAP:te.INCR_WRAP,DECREMENT_WRAP:te.DECR_WRAP},st=Object.freeze(fDe);var yB={CESIUM_3D_TILE_MASK:128,SKIP_LOD_MASK:112,SKIP_LOD_BIT_SHIFT:4,CLASSIFICATION_MASK:15};yB.setCesium3DTileBit=function(){return{enabled:!0,frontFunction:Nn.ALWAYS,frontOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.REPLACE},backFunction:Nn.ALWAYS,backOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.REPLACE},reference:yB.CESIUM_3D_TILE_MASK,mask:yB.CESIUM_3D_TILE_MASK}};var wt=Object.freeze(yB);function O0(e){e=y(e,y.EMPTY_OBJECT);let t=e.geometryInstances;this.geometryInstances=t,this.show=y(e.show,!0),this.classificationType=y(e.classificationType,Fn.BOTH),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.debugShowShadowVolume=y(e.debugShowShadowVolume,!1),this._debugShowShadowVolume=!1,this._extruded=y(e._extruded,!1),this._uniformMap=e._uniformMap,this._sp=void 0,this._spStencil=void 0,this._spPick=void 0,this._spColor=void 0,this._spPick2D=void 0,this._spColor2D=void 0,this._rsStencilDepthPass=void 0,this._rsStencilDepthPass3DTiles=void 0,this._rsColorPass=void 0,this._rsPickPass=void 0,this._commandsIgnoreShow=[],this._ready=!1;let n=this;this._readyPromise=new Promise((i,o)=>{n._completeLoad=()=>{if(this._ready)return;this._ready=!0,this.releaseGeometryInstances&&(this.geometryInstances=void 0);let r=this._error;l(r)?o(r):i(this)}}),this._primitive=void 0,this._pickPrimitive=e._pickPrimitive,this._hasSphericalExtentsAttribute=!1,this._hasPlanarExtentsAttributes=!1,this._hasPerColorAttribute=!1,this.appearance=e.appearance,this._createBoundingVolumeFunction=e._createBoundingVolumeFunction,this._updateAndQueueCommandsFunction=e._updateAndQueueCommandsFunction,this._usePickOffsets=!1,this._primitiveOptions={geometryInstances:void 0,appearance:void 0,vertexCacheOptimize:y(e.vertexCacheOptimize,!1),interleave:y(e.interleave,!1),releaseGeometryInstances:y(e.releaseGeometryInstances,!0),allowPicking:y(e.allowPicking,!0),asynchronous:y(e.asynchronous,!0),compressVertices:y(e.compressVertices,!0),_createBoundingVolumeFunction:void 0,_createRenderStatesFunction:void 0,_createShaderProgramFunction:void 0,_createCommandsFunction:void 0,_updateAndQueueCommandsFunction:void 0,_createPickOffsets:!0}}Object.defineProperties(O0.prototype,{vertexCacheOptimize:{get:function(){return this._primitiveOptions.vertexCacheOptimize}},interleave:{get:function(){return this._primitiveOptions.interleave}},releaseGeometryInstances:{get:function(){return this._primitiveOptions.releaseGeometryInstances}},allowPicking:{get:function(){return this._primitiveOptions.allowPicking}},asynchronous:{get:function(){return this._primitiveOptions.asynchronous}},compressVertices:{get:function(){return this._primitiveOptions.compressVertices}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},_needs2DShader:{get:function(){return this._hasPlanarExtentsAttributes||this._hasSphericalExtentsAttribute}}});O0.isSupported=function(e){return e.context.stencilBuffer};function wC(e,t){let n=t?Nn.EQUAL:Nn.ALWAYS;return{colorMask:{red:!1,green:!1,blue:!1,alpha:!1},stencilTest:{enabled:e,frontFunction:n,frontOperation:{fail:st.KEEP,zFail:st.DECREMENT_WRAP,zPass:st.KEEP},backFunction:n,backOperation:{fail:st.KEEP,zFail:st.INCREMENT_WRAP,zPass:st.KEEP},reference:wt.CESIUM_3D_TILE_MASK,mask:wt.CESIUM_3D_TILE_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!0,func:Ja.LESS_OR_EQUAL},depthMask:!1}}function LG(e){return{stencilTest:{enabled:e,frontFunction:Nn.NOT_EQUAL,frontOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},backFunction:Nn.NOT_EQUAL,backOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},reference:0,mask:wt.CLASSIFICATION_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!1},depthMask:!1,blending:an.PRE_MULTIPLIED_ALPHA_BLEND}}var dDe={stencilTest:{enabled:!0,frontFunction:Nn.NOT_EQUAL,frontOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},backFunction:Nn.NOT_EQUAL,backOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},reference:0,mask:wt.CLASSIFICATION_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!1},depthMask:!1};function hDe(e,t,n,i){if(l(e._rsStencilDepthPass))return;let o=!e.debugShowShadowVolume;e._rsStencilDepthPass=Ne.fromCache(wC(o,!1)),e._rsStencilDepthPass3DTiles=Ne.fromCache(wC(o,!0)),e._rsColorPass=Ne.fromCache(LG(o,!1)),e._rsPickPass=Ne.fromCache(dDe)}function mDe(e,t){if(!e.compressVertices)return t;if(t.search(/attribute\s+vec3\s+extrudeDirection;/g)!==-1){let n="compressedAttributes",i=`attribute vec2 ${n};`,o=`vec3 extrudeDirection;
`,r=` extrudeDirection = czm_octDecode(${n}, 65535.0);
`,s=t;s=s.replace(/attribute\s+vec3\s+extrudeDirection;/g,""),s=Ve.replaceMain(s,"czm_non_compressed_main");let a=`void main()
{
${r} czm_non_compressed_main();
}`;return[i,o,s,a].join(`
`)}}function pDe(e,t){let n=t.context,i=e._primitive,o=iB;o=e._primitive._batchTable.getVertexShaderCallback()(o),o=Cn._appendDistanceDisplayConditionToShader(i,o),o=Cn._modifyShaderPosition(e,o,t.scene3DOnly),o=Cn._updateColorAttribute(i,o);let r=e._hasPlanarExtentsAttributes,s=r||e._hasSphericalExtentsAttribute;e._extruded&&(o=mDe(i,o));let a=e._extruded?"EXTRUDED_GEOMETRY":"",c=new Ve({defines:[a],sources:[o]}),u=new Ve({sources:[w0]}),f=e._primitive._attributeLocations,d=new lu(s,r,e.appearance);if(e._spStencil=jt.replaceCache({context:n,shaderProgram:e._spStencil,vertexShaderSource:c,fragmentShaderSource:u,attributeLocations:f}),e._primitive.allowPicking){let m=Ve.createPickVertexShaderSource(o);m=Cn._appendShowToShader(i,m),m=Cn._updatePickColorAttribute(m);let A=d.createPickFragmentShader(!1),C=d.createPickVertexShader([a],m,!1,t.mapProjection);if(e._spPick=jt.replaceCache({context:n,shaderProgram:e._spPick,vertexShaderSource:C,fragmentShaderSource:A,attributeLocations:f}),s){let x=n.shaderCache.getDerivedShaderProgram(e._spPick,"2dPick");if(!l(x)){let b=d.createPickFragmentShader(!0),E=d.createPickVertexShader([a],m,!0,t.mapProjection);x=n.shaderCache.createDerivedShaderProgram(e._spPick,"2dPick",{vertexShaderSource:E,fragmentShaderSource:b,attributeLocations:f})}e._spPick2D=x}}else e._spPick=jt.fromCache({context:n,vertexShaderSource:c,fragmentShaderSource:u,attributeLocations:f});o=Cn._appendShowToShader(i,o),c=new Ve({defines:[a],sources:[o]}),e._sp=jt.replaceCache({context:n,shaderProgram:e._sp,vertexShaderSource:c,fragmentShaderSource:u,attributeLocations:f});let p=d.createFragmentShader(!1),g=d.createVertexShader([a],o,!1,t.mapProjection);if(e._spColor=jt.replaceCache({context:n,shaderProgram:e._spColor,vertexShaderSource:g,fragmentShaderSource:p,attributeLocations:f}),s){let m=n.shaderCache.getDerivedShaderProgram(e._spColor,"2dColor");if(!l(m)){let A=d.createFragmentShader(!0),C=d.createVertexShader([a],o,!0,t.mapProjection);m=n.shaderCache.createDerivedShaderProgram(e._spColor,"2dColor",{vertexShaderSource:C,fragmentShaderSource:A,attributeLocations:f})}e._spColor2D=m}}function _De(e,t){let n=e._primitive,i=n._va.length*2;t.length=i;let o,r,s,a=0,c=n._batchTable.getUniformMapCallback()(e._uniformMap),u=e._needs2DShader;for(o=0;o<i;o+=2){let g=n._va[a++];r=t[o],l(r)||(r=t[o]=new Ze({owner:e,primitiveType:n._primitiveType})),r.vertexArray=g,r.renderState=e._rsStencilDepthPass,r.shaderProgram=e._sp,r.uniformMap=c,r.pass=xe.TERRAIN_CLASSIFICATION,s=Ze.shallowClone(r,r.derivedCommands.tileset),s.renderState=e._rsStencilDepthPass3DTiles,s.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,r.derivedCommands.tileset=s,r=t[o+1],l(r)||(r=t[o+1]=new Ze({owner:e,primitiveType:n._primitiveType})),r.vertexArray=g,r.renderState=e._rsColorPass,r.shaderProgram=e._spColor,r.pass=xe.TERRAIN_CLASSIFICATION;let A=e.appearance.material;if(l(A)&&(c=pt(c,A._uniforms)),r.uniformMap=c,s=Ze.shallowClone(r,r.derivedCommands.tileset),s.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,r.derivedCommands.tileset=s,u){let C=Ze.shallowClone(r,r.derivedCommands.appearance2D);C.shaderProgram=e._spColor2D,r.derivedCommands.appearance2D=C,C=Ze.shallowClone(s,s.derivedCommands.appearance2D),C.shaderProgram=e._spColor2D,s.derivedCommands.appearance2D=C}}let f=e._commandsIgnoreShow,d=e._spStencil,p=0;i=f.length=i/2;for(let g=0;g<i;++g){let m=f[g]=Ze.shallowClone(t[p],f[g]);m.shaderProgram=d,m.pass=xe.CESIUM_3D_TILE_CLASSIFICATION_IGNORE_SHOW,p+=2}}function gDe(e,t){let n=e._usePickOffsets,i=e._primitive,o=i._va.length*2,r,s=0,a;n&&(r=i._pickOffsets,o=r.length*2),t.length=o;let c,u,f,d=0,p=i._batchTable.getUniformMapCallback()(e._uniformMap),g=e._needs2DShader;for(c=0;c<o;c+=2){let m=i._va[d++];if(n&&(a=r[s++],m=i._va[a.index]),u=t[c],l(u)||(u=t[c]=new Ze({owner:e,primitiveType:i._primitiveType,pickOnly:!0})),u.vertexArray=m,u.renderState=e._rsStencilDepthPass,u.shaderProgram=e._sp,u.uniformMap=p,u.pass=xe.TERRAIN_CLASSIFICATION,n&&(u.offset=a.offset,u.count=a.count),f=Ze.shallowClone(u,u.derivedCommands.tileset),f.renderState=e._rsStencilDepthPass3DTiles,f.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,u.derivedCommands.tileset=f,u=t[c+1],l(u)||(u=t[c+1]=new Ze({owner:e,primitiveType:i._primitiveType,pickOnly:!0})),u.vertexArray=m,u.renderState=e._rsPickPass,u.shaderProgram=e._spPick,u.uniformMap=p,u.pass=xe.TERRAIN_CLASSIFICATION,n&&(u.offset=a.offset,u.count=a.count),f=Ze.shallowClone(u,u.derivedCommands.tileset),f.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,u.derivedCommands.tileset=f,g){let A=Ze.shallowClone(u,u.derivedCommands.pick2D);A.shaderProgram=e._spPick2D,u.derivedCommands.pick2D=A,A=Ze.shallowClone(f,f.derivedCommands.pick2D),A.shaderProgram=e._spPick2D,f.derivedCommands.pick2D=A}}}function yDe(e,t,n,i,o,r,s){_De(e,r),gDe(e,s)}function sZ(e,t){return Math.floor(e%t/2)}function MG(e,t,n,i,o,r){e.modelMatrix=n,e.boundingVolume=o,e.cull=i,e.debugShowBoundingVolume=r,t.commandList.push(e)}function aZ(e,t,n,i,o){e.modelMatrix=n,e.boundingVolume=o,e.cull=i,t.commandList.push(e)}function ADe(e,t,n,i,o,r,s,a){let c=e._primitive;Cn._updateBoundingVolumes(c,t,o);let u;t.mode===ee.SCENE3D?u=c._boundingSphereWC:t.mode===ee.COLUMBUS_VIEW?u=c._boundingSphereCV:t.mode===ee.SCENE2D&&l(c._boundingSphere2D)?u=c._boundingSphere2D:l(c._boundingSphereMorph)&&(u=c._boundingSphereMorph);let f=e.classificationType,d=f!==Fn.CESIUM_3D_TILE,p=f!==Fn.TERRAIN,g=t.passes,m,A,C;if(g.render){let x=n.length;for(m=0;m<x;++m)A=u[sZ(m,x)],d&&(C=n[m],MG(C,t,o,r,A,s)),p&&(C=n[m].derivedCommands.tileset,MG(C,t,o,r,A,s));if(t.invertClassification){let b=e._commandsIgnoreShow,E=b.length;for(m=0;m<E;++m)A=u[m],C=b[m],MG(C,t,o,r,A,s)}}if(g.pick){let x=i.length,b=c._pickOffsets;for(m=0;m<x;++m){let E=b[sZ(m,x)];A=u[E.index],d&&(C=i[m],aZ(C,t,o,r,A)),p&&(C=i[m].derivedCommands.tileset,aZ(C,t,o,r,A))}}}O0.prototype.update=function(e){if(!l(this._primitive)&&!l(this.geometryInstances))return;let t=this.appearance;l(t)&&l(t.material)&&t.material.update(e.context);let n=this,i=this._primitiveOptions;if(!l(this._primitive)){let o=Array.isArray(this.geometryInstances)?this.geometryInstances:[this.geometryInstances],r=o.length,s,a,c,u=!1,f=!0,d,p=!1,g=!1;for(r>0&&(c=o[0].attributes,p=lu.hasAttributesForSphericalExtents(c),g=lu.hasAttributesForTextureCoordinatePlanes(c),d=c.color),s=0;s<r;s++){a=o[s];let A=a.attributes.color;l(A)&&(u=!0),f=f&&l(A)&&Bt.equals(d,A)}if(!f&&!p&&!g)throw new ye("All GeometryInstances must have the same color attribute except via GroundPrimitives");u&&!l(t)&&(t=new Qt({flat:!0}),this.appearance=t),this._usePickOffsets=!p&&!g,this._hasSphericalExtentsAttribute=p,this._hasPlanarExtentsAttributes=g,this._hasPerColorAttribute=u;let m=new Array(r);for(s=0;s<r;++s)a=o[s],m[s]=new _t({geometry:a.geometry,attributes:a.attributes,modelMatrix:a.modelMatrix,id:a.id,pickPrimitive:y(this._pickPrimitive,n)});i.appearance=t,i.geometryInstances=m,l(this._createBoundingVolumeFunction)&&(i._createBoundingVolumeFunction=function(A,C){n._createBoundingVolumeFunction(A,C)}),i._createRenderStatesFunction=function(A,C,x,b){hDe(n,C)},i._createShaderProgramFunction=function(A,C,x){pDe(n,C)},i._createCommandsFunction=function(A,C,x,b,E,S,D){yDe(n,void 0,void 0,!0,!1,S,D)},l(this._updateAndQueueCommandsFunction)?i._updateAndQueueCommandsFunction=function(A,C,x,b,E,S,D,v){n._updateAndQueueCommandsFunction(A,C,x,b,E,S,D,v)}:i._updateAndQueueCommandsFunction=function(A,C,x,b,E,S,D,v){ADe(n,C,x,b,E,S,D,v)},this._primitive=new Cn(i)}this.debugShowShadowVolume&&!this._debugShowShadowVolume&&this._ready?(this._debugShowShadowVolume=!0,this._rsStencilDepthPass=Ne.fromCache(wC(!1,!1)),this._rsStencilDepthPass3DTiles=Ne.fromCache(wC(!1,!0)),this._rsColorPass=Ne.fromCache(LG(!1))):!this.debugShowShadowVolume&&this._debugShowShadowVolume&&(this._debugShowShadowVolume=!1,this._rsStencilDepthPass=Ne.fromCache(wC(!0,!1)),this._rsStencilDepthPass3DTiles=Ne.fromCache(wC(!0,!0)),this._rsColorPass=Ne.fromCache(LG(!0))),this._primitive.appearance!==t&&(this._primitive.appearance=t),this._primitive.show=this.show,this._primitive.debugShowBoundingVolume=this.debugShowBoundingVolume,this._primitive.update(e),e.afterRender.push(()=>{l(this._primitive)&&this._primitive.ready&&this._completeLoad()})};O0.prototype.getGeometryInstanceAttributes=function(e){return this._primitive.getGeometryInstanceAttributes(e)};O0.prototype.isDestroyed=function(){return!1};O0.prototype.destroy=function(){return this._primitive=this._primitive&&this._primitive.destroy(),this._sp=this._sp&&this._sp.destroy(),this._spPick=this._spPick&&this._spPick.destroy(),this._spColor=this._spColor&&this._spColor.destroy(),this._spPick2D=void 0,this._spColor2D=void 0,le(this)};var Nb=O0;var CDe={u_globeMinimumAltitude:function(){return 55e3}};function Lc(e){e=y(e,y.EMPTY_OBJECT);let t=e.appearance,n=e.geometryInstances;if(!l(t)&&l(n)){let r=Array.isArray(n)?n:[n],s=r.length;for(let a=0;a<s;a++){let c=r[a].attributes;if(l(c)&&l(c.color)){t=new Qt({flat:!0});break}}}this.appearance=t,this.geometryInstances=e.geometryInstances,this.show=y(e.show,!0),this.classificationType=y(e.classificationType,Fn.BOTH),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.debugShowShadowVolume=y(e.debugShowShadowVolume,!1),this._boundingVolumes=[],this._boundingVolumes2D=[],this._ready=!1;let i=this;this._readyPromise=new Promise((r,s)=>{i._completeLoad=()=>{if(this._ready)return;this._ready=!0,this.releaseGeometryInstances&&(this.geometryInstances=void 0);let a=this._error;l(a)?s(a):r(this)}}),this._primitive=void 0,this._maxHeight=void 0,this._minHeight=void 0,this._maxTerrainHeight=oi._defaultMaxTerrainHeight,this._minTerrainHeight=oi._defaultMinTerrainHeight,this._boundingSpheresKeys=[],this._boundingSpheres=[],this._useFragmentCulling=!1,this._zIndex=void 0;let o=this;this._classificationPrimitiveOptions={geometryInstances:void 0,appearance:void 0,vertexCacheOptimize:y(e.vertexCacheOptimize,!1),interleave:y(e.interleave,!1),releaseGeometryInstances:y(e.releaseGeometryInstances,!0),allowPicking:y(e.allowPicking,!0),asynchronous:y(e.asynchronous,!0),compressVertices:y(e.compressVertices,!0),_createBoundingVolumeFunction:void 0,_updateAndQueueCommandsFunction:void 0,_pickPrimitive:o,_extruded:!0,_uniformMap:CDe}}Object.defineProperties(Lc.prototype,{vertexCacheOptimize:{get:function(){return this._classificationPrimitiveOptions.vertexCacheOptimize}},interleave:{get:function(){return this._classificationPrimitiveOptions.interleave}},releaseGeometryInstances:{get:function(){return this._classificationPrimitiveOptions.releaseGeometryInstances}},allowPicking:{get:function(){return this._classificationPrimitiveOptions.allowPicking}},asynchronous:{get:function(){return this._classificationPrimitiveOptions.asynchronous}},compressVertices:{get:function(){return this._classificationPrimitiveOptions.compressVertices}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}}});Lc.isSupported=Nb.isSupported;function cZ(e){return function(t,n){let i=n.maximumRadius,o=i/Math.cos(t*.5)-i;return e._maxHeight+o}}function lZ(e){return function(t,n){return e._minHeight}}var xDe=new h,TDe=new h,EDe=new h,bDe=new he,SDe=new ce;function AB(e,t){let n=e.mapProjection.ellipsoid;if(!l(t.attributes)||!l(t.attributes.position3DHigh))return l(t.rectangle)?t.rectangle:void 0;let i=t.attributes.position3DHigh.values,o=t.attributes.position3DLow.values,r=i.length,s=Number.POSITIVE_INFINITY,a=Number.POSITIVE_INFINITY,c=Number.NEGATIVE_INFINITY,u=Number.NEGATIVE_INFINITY;for(let d=0;d<r;d+=3){let p=h.unpack(i,d,xDe),g=h.unpack(o,d,TDe),m=h.add(p,g,EDe),A=n.cartesianToCartographic(m,bDe),C=A.latitude,x=A.longitude;s=Math.min(s,C),a=Math.min(a,x),c=Math.max(c,C),u=Math.max(u,x)}let f=SDe;return f.north=c,f.south=s,f.east=u,f.west=a,f}function wDe(e,t,n){let i=oi.getMinimumMaximumHeights(t,n);e._minTerrainHeight=i.minimumTerrainHeight,e._maxTerrainHeight=i.maximumTerrainHeight}function DDe(e,t,n){let i=t.mapProjection.ellipsoid,o=AB(t,n),r=pi.fromRectangle(o,e._minHeight,e._maxHeight,i);if(e._boundingVolumes.push(r),!t.scene3DOnly){let s=t.mapProjection,a=re.fromRectangleWithHeights2D(o,s,e._maxHeight,e._minHeight);h.fromElements(a.center.z,a.center.x,a.center.y,a.center),e._boundingVolumes2D.push(a)}}function FG(e,t){return Math.floor(e%t/2)}function NG(e,t,n,i,o,r,s){let a=e._primitive;n.mode!==ee.SCENE3D&&t.shaderProgram===a._spColor&&a._needs2DShader&&(t=t.derivedCommands.appearance2D),t.owner=e,t.modelMatrix=i,t.boundingVolume=r,t.cull=o,t.debugShowBoundingVolume=s,n.commandList.push(t)}function uZ(e,t,n,i,o,r){let s=e._primitive;n.mode!==ee.SCENE3D&&t.shaderProgram===s._spPick&&s._needs2DShader&&(t=t.derivedCommands.pick2D),t.owner=e,t.modelMatrix=i,t.boundingVolume=r,t.cull=o,n.commandList.push(t)}function vDe(e,t,n,i,o,r,s,a){let c;t.mode===ee.SCENE3D?c=e._boundingVolumes:c=e._boundingVolumes2D;let u=e.classificationType,f=u!==Fn.CESIUM_3D_TILE,d=u!==Fn.TERRAIN,p=t.passes,g=e._primitive,m,A,C;if(p.render){let x=n.length;for(m=0;m<x;++m)A=c[FG(m,x)],f&&(C=n[m],NG(e,C,t,o,r,A,s)),d&&(C=n[m].derivedCommands.tileset,NG(e,C,t,o,r,A,s));if(t.invertClassification){let b=g._commandsIgnoreShow,E=b.length;for(m=0;m<E;++m)A=c[m],C=b[m],NG(e,C,t,o,r,A,s)}}if(p.pick){let x=i.length,b;for(e._useFragmentCulling||(b=g._primitive._pickOffsets),m=0;m<x;++m){if(A=c[FG(m,x)],!e._useFragmentCulling){let E=b[FG(m,x)];A=c[E.index]}f&&(C=i[m],uZ(e,C,t,o,r,A)),d&&(C=i[m].derivedCommands.tileset,uZ(e,C,t,o,r,A))}}}Lc.initializeTerrainHeights=function(){return oi.initialize()};Lc.prototype.update=function(e){if(!l(this._primitive)&&!l(this.geometryInstances))return;if(!oi.initialized){Lc.initializeTerrainHeights();return}let t=this,n=this._classificationPrimitiveOptions;if(!l(this._primitive)){let i=e.mapProjection.ellipsoid,o,r,s,a=Array.isArray(this.geometryInstances)?this.geometryInstances:[this.geometryInstances],c=a.length,u=new Array(c),f,d;for(f=0;f<c;++f){o=a[f],r=o.geometry;let A=AB(e,r);l(d)?l(A)&&ce.union(d,A,d):d=ce.clone(A);let C=o.id;if(l(C)&&l(A)){let x=oi.getBoundingSphere(A,i);this._boundingSpheresKeys.push(C),this._boundingSpheres.push(x)}s=r.constructor,!l(s)||l(s.createShadowVolume)}wDe(this,d,i);let p=e.terrainExaggeration,g=e.terrainExaggerationRelativeHeight;this._minHeight=Rc.getHeight(this._minTerrainHeight,p,g),this._maxHeight=Rc.getHeight(this._maxTerrainHeight,p,g);let m=Lc._supportsMaterials(e.context);if(this._useFragmentCulling=m,m){let A,C=!0;for(f=0;f<c;++f)if(o=a[f],r=o.geometry,d=AB(e,r),lu.shouldUseSphericalCoordinates(d)){C=!1;break}for(f=0;f<c;++f){o=a[f],r=o.geometry,s=r.constructor;let x=AB(e,r),b=r.textureCoordinateRotationPoints;C?A=lu.getPlanarTextureCoordinateAttributes(x,b,i,e.mapProjection,this._maxHeight):A=lu.getSphericalExtentGeometryInstanceAttributes(x,b,i,e.mapProjection);let E=o.attributes;for(let S in E)E.hasOwnProperty(S)&&(A[S]=E[S]);u[f]=new _t({geometry:s.createShadowVolume(r,lZ(this),cZ(this)),attributes:A,id:o.id})}}else for(f=0;f<c;++f)o=a[f],r=o.geometry,s=r.constructor,u[f]=new _t({geometry:s.createShadowVolume(r,lZ(this),cZ(this)),attributes:o.attributes,id:o.id});n.geometryInstances=u,n.appearance=this.appearance,n._createBoundingVolumeFunction=function(A,C){DDe(t,A,C)},n._updateAndQueueCommandsFunction=function(A,C,x,b,E,S,D,v){vDe(t,C,x,b,E,S,D,v)},this._primitive=new Nb(n)}this._primitive.appearance=this.appearance,this._primitive.show=this.show,this._primitive.debugShowShadowVolume=this.debugShowShadowVolume,this._primitive.debugShowBoundingVolume=this.debugShowBoundingVolume,this._primitive.update(e),e.afterRender.push(()=>{l(this._primitive)&&this._primitive.ready&&this._completeLoad()})};Lc.prototype.getBoundingSphere=function(e){let t=this._boundingSpheresKeys.indexOf(e);if(t!==-1)return this._boundingSpheres[t]};Lc.prototype.getGeometryInstanceAttributes=function(e){return this._primitive.getGeometryInstanceAttributes(e)};Lc.prototype.isDestroyed=function(){return!1};Lc.prototype.destroy=function(){return this._primitive=this._primitive&&this._primitive.destroy(),le(this)};Lc._supportsMaterials=function(e){return e.depthTexture};Lc.supportsMaterials=function(e){return Lc._supportsMaterials(e.frameState.context)};var Fc=Lc;function DC(){ye.throwInstantiationError()}Object.defineProperties(DC.prototype,{isConstant:{get:ye.throwInstantiationError},definitionChanged:{get:ye.throwInstantiationError}});DC.prototype.getType=ye.throwInstantiationError;DC.prototype.getValue=ye.throwInstantiationError;DC.prototype.equals=ye.throwInstantiationError;DC.getValue=function(e,t,n){let i;return l(t)&&(i=t.getType(e),l(i))?((!l(n)||n.type!==i)&&(n=$i.fromType(i)),t.getValue(e,n.uniforms),n):((!l(n)||n.type!==$i.ColorType)&&(n=$i.fromType($i.ColorType)),U.clone(U.WHITE,n.uniforms.color),n)};var Xo=DC;function B0(e,t,n){this._primitives=t,this._orderedGroundPrimitives=n,this._primitive=void 0,this._outlinePrimitive=void 0,this._geometryUpdater=e,this._options=e._options,this._entity=e._entity,this._material=void 0}B0.prototype._isHidden=function(e,t,n){return!e.isShowing||!e.isAvailable(n)||!j.getValueOrDefault(t.show,n,!0)};B0.prototype._setOptions=ye.throwInstantiationError;B0.prototype.update=function(e){let t=this._geometryUpdater,n=t._onTerrain,i=this._primitives,o=this._orderedGroundPrimitives;n?o.remove(this._primitive):(i.removeAndDestroy(this._primitive),i.removeAndDestroy(this._outlinePrimitive),this._outlinePrimitive=void 0),this._primitive=void 0;let r=this._entity,s=r[this._geometryUpdater._geometryPropertyName];if(this._setOptions(r,s,e),this._isHidden(r,s,e))return;let a=this._geometryUpdater.shadowsProperty.getValue(e),c=this._options;if(!l(s.fill)||s.fill.getValue(e)){let u=t.fillMaterialProperty,f=u instanceof Pt,d,p=t._getIsClosed(c);if(f)d=new Qt({closed:p,flat:n&&!t._supportsMaterialsforEntitiesOnTerrain});else{let g=Xo.getValue(e,u,this._material);this._material=g,d=new ro({material:g,translucent:g.isTranslucent(),closed:p})}if(n)c.vertexFormat=Qt.VERTEX_FORMAT,this._primitive=o.add(new Fc({geometryInstances:this._geometryUpdater.createFillGeometryInstance(e),appearance:d,asynchronous:!1,shadows:a,classificationType:this._geometryUpdater.classificationTypeProperty.getValue(e)}),j.getValueOrUndefined(this._geometryUpdater.zIndex,e));else{c.vertexFormat=d.vertexFormat;let g=this._geometryUpdater.createFillGeometryInstance(e);f&&(d.translucent=g.attributes.color.value[3]!==255),this._primitive=i.add(new Cn({geometryInstances:g,appearance:d,asynchronous:!1,shadows:a}))}}if(!n&&l(s.outline)&&s.outline.getValue(e)){let u=this._geometryUpdater.createOutlineGeometryInstance(e),f=j.getValueOrDefault(s.outlineWidth,e,1);this._outlinePrimitive=i.add(new Cn({geometryInstances:u,appearance:new Qt({flat:!0,translucent:u.attributes.color.value[3]!==255,renderState:{lineWidth:t._scene.clampLineWidth(f)}}),asynchronous:!1,shadows:a}))}};B0.prototype.getBoundingSphere=function(e){let t=this._entity,n=this._primitive,i=this._outlinePrimitive,o;return l(n)&&n.show&&n.ready&&(o=n.getGeometryInstanceAttributes(t),l(o)&&l(o.boundingSphere))?(re.clone(o.boundingSphere,e),nt.DONE):l(i)&&i.show&&i.ready&&(o=i.getGeometryInstanceAttributes(t),l(o)&&l(o.boundingSphere))?(re.clone(o.boundingSphere,e),nt.DONE):l(n)&&!n.ready||l(i)&&!i.ready?nt.PENDING:nt.FAILED};B0.prototype.isDestroyed=function(){return!1};B0.prototype.destroy=function(){let e=this._primitives,t=this._orderedGroundPrimitives;this._geometryUpdater._onTerrain?t.remove(this._primitive):e.removeAndDestroy(this._primitive),e.removeAndDestroy(this._outlinePrimitive),le(this)};var Qn=B0;var fZ={};function kb(e,t){l(fZ[e])||(fZ[e]=!0,console.warn(y(t,e)))}kb.geometryOutlines="Entity geometry outlines are unsupported on terrain. Outlines will be disabled. To enable outlines, disable geometry terrain clamping by explicitly setting height to 0.";kb.geometryZIndex="Entity geometry with zIndex are unsupported when height or extrudedHeight are defined. zIndex will be ignored";kb.geometryHeightReference="Entity corridor, ellipse, polygon or rectangle with heightReference must also have a defined height. heightReference will be ignored";kb.geometryExtrudedHeightReference="Entity corridor, ellipse, polygon or rectangle with extrudedHeightReference must also have a defined extrudedHeight. extrudedHeightReference will be ignored";var Dt=kb;var PDe={NONE:0,GEODESIC:1,RHUMB:2},qt=Object.freeze(PDe);var dZ=I.EPSILON10;function IDe(e,t,n,i){if(!l(e))return;n=y(n,!1);let o=l(i),r=e.length;if(r<2)return e;let s,a=e[0],c,u,f=0,d=-1;for(s=1;s<r;++s)c=e[s],t(a,c,dZ)?(l(u)||(u=e.slice(0,s),f=s-1,d=0),o&&i.push(s)):(l(u)&&(u.push(c),f=s,o&&(d=i.length)),a=c);return n&&t(e[0],e[r-1],dZ)&&(o&&(l(u)?i.splice(d,0,f):i.push(r-1)),l(u)?u.length-=1:u=e.slice(0,-1)),l(u)?u:e}var yo=IDe;function ODe(e){let t=e._uSquared,n=e._ellipsoid.maximumRadius,i=e._ellipsoid.minimumRadius,o=(n-i)/n,r=Math.cos(e._startHeading),s=Math.sin(e._startHeading),a=(1-o)*Math.tan(e._start.latitude),c=1/Math.sqrt(1+a*a),u=c*a,f=Math.atan2(a,r),d=c*s,p=d*d,g=1-p,m=Math.sqrt(g),A=t/4,C=A*A,x=C*A,b=C*C,E=1+A-3*C/4+5*x/4-175*b/64,S=1-A+15*C/8-35*x/8,D=1-3*A+35*C/4,v=1-5*A,O=E*f-S*Math.sin(2*f)*A/2-D*Math.sin(4*f)*C/16-v*Math.sin(6*f)*x/48-Math.sin(8*f)*5*b/512,R=e._constants;R.a=n,R.b=i,R.f=o,R.cosineHeading=r,R.sineHeading=s,R.tanU=a,R.cosineU=c,R.sineU=u,R.sigma=f,R.sineAlpha=d,R.sineSquaredAlpha=p,R.cosineSquaredAlpha=g,R.cosineAlpha=m,R.u2Over4=A,R.u4Over16=C,R.u6Over64=x,R.u8Over256=b,R.a0=E,R.a1=S,R.a2=D,R.a3=v,R.distanceRatio=O}function BDe(e,t){return e*t*(4+e*(4-3*t))/16}function hZ(e,t,n,i,o,r,s){let a=BDe(e,n);return(1-a)*e*t*(i+a*o*(s+a*r*(2*s*s-1)))}function RDe(e,t,n,i,o,r,s){let a=(t-n)/t,c=r-i,u=Math.atan((1-a)*Math.tan(o)),f=Math.atan((1-a)*Math.tan(s)),d=Math.cos(u),p=Math.sin(u),g=Math.cos(f),m=Math.sin(f),A=d*g,C=d*m,x=p*m,b=p*g,E=c,S=I.TWO_PI,D=Math.cos(E),v=Math.sin(E),O,R,M,L,_;do{D=Math.cos(E),v=Math.sin(E);let k=C-b*D;M=Math.sqrt(g*g*v*v+k*k),R=x+A*D,O=Math.atan2(M,R);let X;M===0?(X=0,L=1):(X=A*v/M,L=1-X*X),S=E,_=R-2*x/L,isFinite(_)||(_=0),E=c+hZ(a,X,L,O,M,R,_)}while(Math.abs(E-S)>I.EPSILON12);let T=L*(t*t-n*n)/(n*n),w=1+T*(4096+T*(T*(320-175*T)-768))/16384,P=T*(256+T*(T*(74-47*T)-128))/1024,B=_*_,N=P*M*(_+P*(R*(2*B-1)-P*_*(4*M*M-3)*(4*B-3)/6)/4),z=n*w*(O-N),V=Math.atan2(g*v,C-b*D),G=Math.atan2(d*v,C*D-b);e._distance=z,e._startHeading=V,e._endHeading=G,e._uSquared=T}var MDe=new h,kG=new h;function mZ(e,t,n,i){let o=h.normalize(i.cartographicToCartesian(t,kG),MDe),r=h.normalize(i.cartographicToCartesian(n,kG),kG);RDe(e,i.maximumRadius,i.minimumRadius,t.longitude,t.latitude,n.longitude,n.latitude),e._start=he.clone(t,e._start),e._end=he.clone(n,e._end),e._start.height=0,e._end.height=0,ODe(e)}function Vb(e,t,n){let i=y(n,ie.WGS84);this._ellipsoid=i,this._start=new he,this._end=new he,this._constants={},this._startHeading=void 0,this._endHeading=void 0,this._distance=void 0,this._uSquared=void 0,l(e)&&l(t)&&mZ(this,e,t,i)}Object.defineProperties(Vb.prototype,{ellipsoid:{get:function(){return this._ellipsoid}},surfaceDistance:{get:function(){return this._distance}},start:{get:function(){return this._start}},end:{get:function(){return this._end}},startHeading:{get:function(){return this._startHeading}},endHeading:{get:function(){return this._endHeading}}});Vb.prototype.setEndPoints=function(e,t){mZ(this,e,t,this._ellipsoid)};Vb.prototype.interpolateUsingFraction=function(e,t){return this.interpolateUsingSurfaceDistance(this._distance*e,t)};Vb.prototype.interpolateUsingSurfaceDistance=function(e,t){let n=this._constants,i=n.distanceRatio+e/n.b,o=Math.cos(2*i),r=Math.cos(4*i),s=Math.cos(6*i),a=Math.sin(2*i),c=Math.sin(4*i),u=Math.sin(6*i),f=Math.sin(8*i),d=i*i,p=i*d,g=n.u8Over256,m=n.u2Over4,A=n.u6Over64,C=n.u4Over16,x=2*p*g*o/3+i*(1-m+7*C/4-15*A/4+579*g/64-(C-15*A/4+187*g/16)*o-(5*A/4-115*g/16)*r-29*g*s/16)+(m/2-C+71*A/32-85*g/16)*a+(5*C/16-5*A/4+383*g/96)*c-d*((A-11*g/2)*a+5*g*c/2)+(29*A/96-29*g/16)*u+539*g*f/1536,b=Math.asin(Math.sin(x)*n.cosineAlpha),E=Math.atan(n.a/n.b*Math.tan(b));x=x-n.sigma;let S=Math.cos(2*n.sigma+x),D=Math.sin(x),v=Math.cos(x),O=n.cosineU*v,R=n.sineU*D,L=Math.atan2(D*n.sineHeading,O-R*n.cosineHeading)-hZ(n.f,n.sineAlpha,n.cosineSquaredAlpha,x,D,v,S);return l(t)?(t.longitude=this._start.longitude+L,t.latitude=E,t.height=0,t):new he(this._start.longitude+L,E,0)};var Af=Vb;function UG(e,t,n){if(e===0)return t*n;let i=e*e,o=i*i,r=o*i,s=r*i,a=s*i,c=a*i,u=n,f=Math.sin(2*u),d=Math.sin(4*u),p=Math.sin(6*u),g=Math.sin(8*u),m=Math.sin(10*u),A=Math.sin(12*u);return t*((1-i/4-3*o/64-5*r/256-175*s/16384-441*a/65536-4851*c/1048576)*u-(3*i/8+3*o/32+45*r/1024+105*s/4096+2205*a/131072+6237*c/524288)*f+(15*o/256+45*r/1024+525*s/16384+1575*a/65536+155925*c/8388608)*d-(35*r/3072+175*s/12288+3675*a/262144+13475*c/1048576)*p+(315*s/131072+2205*a/524288+43659*c/8388608)*g-(693*a/1310720+6237*c/5242880)*m+1001*c/8388608*A)}function LDe(e,t,n){let i=e/n;if(t===0)return i;let o=i*i,r=o*i,s=r*i,a=t,c=a*a,u=c*c,f=u*c,d=f*c,p=d*c,g=p*c,m=Math.sin(2*i),A=Math.cos(2*i),C=Math.sin(4*i),x=Math.cos(4*i),b=Math.sin(6*i),E=Math.cos(6*i),S=Math.sin(8*i),D=Math.cos(8*i),v=Math.sin(10*i),O=Math.cos(10*i),R=Math.sin(12*i);return i+i*c/4+7*i*u/64+15*i*f/256+579*i*d/16384+1515*i*p/65536+16837*i*g/1048576+(3*i*u/16+45*i*f/256-i*(32*o-561)*d/4096-i*(232*o-1677)*p/16384+i*(399985-90560*o+512*s)*g/5242880)*A+(21*i*f/256+483*i*d/4096-i*(224*o-1969)*p/16384-i*(33152*o-112599)*g/1048576)*x+(151*i*d/4096+4681*i*p/65536+1479*i*g/16384-453*r*g/32768)*E+(1097*i*p/65536+42783*i*g/1048576)*D+8011*i*g/1048576*O+(3*c/8+3*u/16+213*f/2048-3*o*f/64+255*d/4096-33*o*d/512+20861*p/524288-33*o*p/512+s*p/1024+28273*g/1048576-471*o*g/8192+9*s*g/4096)*m+(21*u/256+21*f/256+533*d/8192-21*o*d/512+197*p/4096-315*o*p/4096+584039*g/16777216-12517*o*g/131072+7*s*g/2048)*C+(151*f/6144+151*d/4096+5019*p/131072-453*o*p/16384+26965*g/786432-8607*o*g/131072)*b+(1097*d/131072+1097*p/65536+225797*g/10485760-1097*o*g/65536)*S+(8011*p/2621440+8011*g/1048576)*v+293393*g/251658240*R}function vC(e,t){if(e===0)return Math.log(Math.tan(.5*(I.PI_OVER_TWO+t)));let n=e*Math.sin(t);return Math.log(Math.tan(.5*(I.PI_OVER_TWO+t)))-e/2*Math.log((1+n)/(1-n))}function FDe(e,t,n,i,o){let r=vC(e._ellipticity,n),s=vC(e._ellipticity,o);return Math.atan2(I.negativePiToPi(i-t),s-r)}function NDe(e,t,n,i,o,r,s){let a=e._heading,c=r-i,u=0;if(I.equalsEpsilon(Math.abs(a),I.PI_OVER_TWO,I.EPSILON8))if(t===n)u=t*Math.cos(o)*I.negativePiToPi(c);else{let f=Math.sin(o);u=t*Math.cos(o)*I.negativePiToPi(c)/Math.sqrt(1-e._ellipticitySquared*f*f)}else{let f=UG(e._ellipticity,t,o);u=(UG(e._ellipticity,t,s)-f)/Math.cos(a)}return Math.abs(u)}var kDe=new h,VG=new h;function pZ(e,t,n,i){let o=h.normalize(i.cartographicToCartesian(t,VG),kDe),r=h.normalize(i.cartographicToCartesian(n,VG),VG),s=i.maximumRadius,a=i.minimumRadius,c=s*s,u=a*a;e._ellipticitySquared=(c-u)/c,e._ellipticity=Math.sqrt(e._ellipticitySquared),e._start=he.clone(t,e._start),e._start.height=0,e._end=he.clone(n,e._end),e._end.height=0,e._heading=FDe(e,t.longitude,t.latitude,n.longitude,n.latitude),e._distance=NDe(e,i.maximumRadius,i.minimumRadius,t.longitude,t.latitude,n.longitude,n.latitude)}function _Z(e,t,n,i,o,r){if(n===0)return he.clone(e,r);let s=o*o,a,c,u;if(Math.abs(I.PI_OVER_TWO-Math.abs(t))>I.EPSILON8){let f=UG(o,i,e.latitude),d=n*Math.cos(t),p=f+d;c=LDe(p,o,i);let g=vC(o,e.latitude),m=vC(o,c);u=Math.tan(t)*(m-g),a=I.negativePiToPi(e.longitude+u)}else{c=e.latitude;let f;if(o===0)f=i*Math.cos(e.latitude);else{let d=Math.sin(e.latitude);f=i*Math.cos(e.latitude)/Math.sqrt(1-s*d*d)}u=n/f,t>0?a=I.negativePiToPi(e.longitude+u):a=I.negativePiToPi(e.longitude-u)}return l(r)?(r.longitude=a,r.latitude=c,r.height=0,r):new he(a,c,0)}function dm(e,t,n){let i=y(n,ie.WGS84);this._ellipsoid=i,this._start=new he,this._end=new he,this._heading=void 0,this._distance=void 0,this._ellipticity=void 0,this._ellipticitySquared=void 0,l(e)&&l(t)&&pZ(this,e,t,i)}Object.defineProperties(dm.prototype,{ellipsoid:{get:function(){return this._ellipsoid}},surfaceDistance:{get:function(){return this._distance}},start:{get:function(){return this._start}},end:{get:function(){return this._end}},heading:{get:function(){return this._heading}}});dm.fromStartHeadingDistance=function(e,t,n,i,o){let r=y(i,ie.WGS84),s=r.maximumRadius,a=r.minimumRadius,c=s*s,u=a*a,f=Math.sqrt((c-u)/c);t=I.negativePiToPi(t);let d=_Z(e,t,n,r.maximumRadius,f);return!l(o)||l(i)&&!i.equals(o.ellipsoid)?new dm(e,d,r):(o.setEndPoints(e,d),o)};dm.prototype.setEndPoints=function(e,t){pZ(this,e,t,this._ellipsoid)};dm.prototype.interpolateUsingFraction=function(e,t){return this.interpolateUsingSurfaceDistance(e*this._distance,t)};dm.prototype.interpolateUsingSurfaceDistance=function(e,t){return _Z(this._start,this._heading,e,this._ellipsoid.maximumRadius,this._ellipticity,t)};dm.prototype.findIntersectionWithLongitude=function(e,t){let n=this._ellipticity,i=this._heading,o=Math.abs(i),r=this._start;if(e=I.negativePiToPi(e),I.equalsEpsilon(Math.abs(e),Math.PI,I.EPSILON14)&&(e=I.sign(r.longitude)*Math.PI),l(t)||(t=new he),Math.abs(I.PI_OVER_TWO-o)<=I.EPSILON8)return t.longitude=e,t.latitude=r.latitude,t.height=0,t;if(I.equalsEpsilon(Math.abs(I.PI_OVER_TWO-o),I.PI_OVER_TWO,I.EPSILON8))return I.equalsEpsilon(e,r.longitude,I.EPSILON12)?void 0:(t.longitude=e,t.latitude=I.PI_OVER_TWO*I.sign(I.PI_OVER_TWO-i),t.height=0,t);let s=r.latitude,a=n*Math.sin(s),c=Math.tan(.5*(I.PI_OVER_TWO+s))*Math.exp((e-r.longitude)/Math.tan(i)),u=(1+a)/(1-a),f=r.latitude,d;do{d=f;let p=n*Math.sin(d),g=(1+p)/(1-p);f=2*Math.atan(c*Math.pow(g/u,n/2))-I.PI_OVER_TWO}while(!I.equalsEpsilon(f,d,I.EPSILON12));return t.longitude=e,t.latitude=f,t.height=0,t};dm.prototype.findIntersectionWithLatitude=function(e,t){let n=this._ellipticity,i=this._heading,o=this._start;if(I.equalsEpsilon(Math.abs(i),I.PI_OVER_TWO,I.EPSILON8))return;let r=vC(n,o.latitude),s=vC(n,e),a=Math.tan(i)*(s-r),c=I.negativePiToPi(o.longitude+a);return l(t)?(t.longitude=c,t.latitude=e,t.height=0,t):new he(c,e,0)};var ma=dm;var XG=[Ai,Vi],VDe=XG.length,FZ=Math.cos(I.toRadians(30)),gZ=Math.cos(I.toRadians(150)),NZ=0,kZ=1e3;function Wp(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions;this.width=y(e.width,1),this._positions=t,this.granularity=y(e.granularity,9999),this.loop=y(e.loop,!1),this.arcType=y(e.arcType,qt.GEODESIC),this._ellipsoid=ie.WGS84,this._projectionIndex=0,this._workerName="createGroundPolylineGeometry",this._scene3DOnly=!1}Object.defineProperties(Wp.prototype,{packedLength:{get:function(){return 1+this._positions.length*3+1+1+1+ie.packedLength+1+1}}});Wp.setProjectionAndEllipsoid=function(e,t){let n=0;for(let i=0;i<VDe;i++)if(t instanceof XG[i]){n=i;break}e._projectionIndex=n,e._ellipsoid=t.ellipsoid};var UDe=new h,yZ=new h,AZ=new h;function YG(e,t,n,i,o){let r=$a(i,e,0,UDe),s=$a(i,e,n,yZ),a=$a(i,t,0,AZ),c=hm(s,r,yZ),u=hm(a,r,AZ);return h.cross(u,c,o),h.normalize(o,o)}var zDe=new he,HDe=new h,GDe=new h,WDe=new h;function zG(e,t,n,i,o,r,s,a,c,u,f){if(o===0)return;let d;r===qt.GEODESIC?d=new Af(e,t,s):r===qt.RHUMB&&(d=new ma(e,t,s));let p=d.surfaceDistance;if(p<o)return;let g=YG(e,t,i,s,WDe),m=Math.ceil(p/o),A=p/m,C=A,x=m-1,b=a.length;for(let E=0;E<x;E++){let S=d.interpolateUsingSurfaceDistance(C,zDe),D=$a(s,S,n,HDe),v=$a(s,S,i,GDe);h.pack(g,a,b),h.pack(D,c,b),h.pack(v,u,b),f.push(S.latitude),f.push(S.longitude),b+=3,C+=A}}var HG=new he;function $a(e,t,n,i){return he.clone(t,HG),HG.height=n,he.toCartesian(HG,e,i)}Wp.pack=function(e,t,n){let i=y(n,0),o=e._positions,r=o.length;t[i++]=r;for(let s=0;s<r;++s){let a=o[s];h.pack(a,t,i),i+=3}return t[i++]=e.granularity,t[i++]=e.loop?1:0,t[i++]=e.arcType,ie.pack(e._ellipsoid,t,i),i+=ie.packedLength,t[i++]=e._projectionIndex,t[i++]=e._scene3DOnly?1:0,t};Wp.unpack=function(e,t,n){let i=y(t,0),o=e[i++],r=new Array(o);for(let p=0;p<o;p++)r[p]=h.unpack(e,i),i+=3;let s=e[i++],a=e[i++]===1,c=e[i++],u=ie.unpack(e,i);i+=ie.packedLength;let f=e[i++],d=e[i++]===1;return l(n)||(n=new Wp({positions:r})),n._positions=r,n.granularity=s,n.loop=a,n.arcType=c,n._ellipsoid=u,n._projectionIndex=f,n._scene3DOnly=d,n};function hm(e,t,n){return h.subtract(e,t,n),h.normalize(n,n),n}function CZ(e,t,n,i){return i=hm(e,t,i),i=h.cross(i,n,i),i=h.normalize(i,i),i=h.cross(n,i,i),i}var jDe=new h,qDe=new h,YDe=new h,VZ=new h,XDe=0,KDe=-1;function GG(e,t,n,i,o){let r=hm(n,t,VZ),s=CZ(e,t,r,jDe),a=CZ(i,t,r,qDe);if(I.equalsEpsilon(h.dot(s,a),KDe,I.EPSILON5))return o=h.cross(r,s,o),o=h.normalize(o,o),o;o=h.add(a,s,o),o=h.normalize(o,o);let c=h.cross(r,o,YDe);return h.dot(a,c)<XDe&&(o=h.negate(o,o)),o}var EB=tn.fromPointNormal(h.ZERO,h.UNIT_Y),JDe=new h,ZDe=new h,QDe=new h,$De=new h,eve=new h,CB=new h,xB=new he,xZ=new he,TZ=new he;Wp.createGeometry=function(e){let t=!e._scene3DOnly,n=e.loop,i=e._ellipsoid,o=e.granularity,r=e.arcType,s=new XG[e._projectionIndex](i),a=NZ,c=kZ,u,f,d=e._positions,p=d.length;p===2&&(n=!1);let g,m,A,C,x=new ma(void 0,void 0,i),b,E,S,D=[d[0]];for(f=0;f<p-1;f++)g=d[f],m=d[f+1],b=qi.lineSegmentPlane(g,m,EB,CB),l(b)&&!h.equalsEpsilon(b,g,I.EPSILON7)&&!h.equalsEpsilon(b,m,I.EPSILON7)&&(e.arcType===qt.GEODESIC?D.push(h.clone(b)):e.arcType===qt.RHUMB&&(S=i.cartesianToCartographic(b,xB).longitude,A=i.cartesianToCartographic(g,xB),C=i.cartesianToCartographic(m,xZ),x.setEndPoints(A,C),E=x.findIntersectionWithLongitude(S,TZ),b=i.cartographicToCartesian(E,CB),l(b)&&!h.equalsEpsilon(b,g,I.EPSILON7)&&!h.equalsEpsilon(b,m,I.EPSILON7)&&D.push(h.clone(b)))),D.push(m);n&&(g=d[p-1],m=d[0],b=qi.lineSegmentPlane(g,m,EB,CB),l(b)&&!h.equalsEpsilon(b,g,I.EPSILON7)&&!h.equalsEpsilon(b,m,I.EPSILON7)&&(e.arcType===qt.GEODESIC?D.push(h.clone(b)):e.arcType===qt.RHUMB&&(S=i.cartesianToCartographic(b,xB).longitude,A=i.cartesianToCartographic(g,xB),C=i.cartesianToCartographic(m,xZ),x.setEndPoints(A,C),E=x.findIntersectionWithLongitude(S,TZ),b=i.cartographicToCartesian(E,CB),l(b)&&!h.equalsEpsilon(b,g,I.EPSILON7)&&!h.equalsEpsilon(b,m,I.EPSILON7)&&D.push(h.clone(b)))));let v=D.length,O=new Array(v);for(f=0;f<v;f++){let q=he.fromCartesian(D[f],i);q.height=0,O[f]=q}if(O=yo(O,he.equalsEpsilon),v=O.length,v<2)return;let R=[],M=[],L=[],_=[],T=JDe,w=ZDe,P=QDe,B=$De,N=eve,z=O[0],V=O[1],G=O[v-1];for(T=$a(i,G,a,T),B=$a(i,V,a,B),w=$a(i,z,a,w),P=$a(i,z,c,P),n?N=GG(T,w,P,B,N):N=YG(z,V,c,i,N),h.pack(N,M,0),h.pack(w,L,0),h.pack(P,_,0),R.push(z.latitude),R.push(z.longitude),zG(z,V,a,c,o,r,i,M,L,_,R),f=1;f<v-1;++f){T=h.clone(w,T),w=h.clone(B,w);let q=O[f];$a(i,q,c,P),$a(i,O[f+1],a,B),GG(T,w,P,B,N),u=M.length,h.pack(N,M,u),h.pack(w,L,u),h.pack(P,_,u),R.push(q.latitude),R.push(q.longitude),zG(O[f],O[f+1],a,c,o,r,i,M,L,_,R)}let k=O[v-1],X=O[v-2];if(w=$a(i,k,a,w),P=$a(i,k,c,P),n){let q=O[0];T=$a(i,X,a,T),B=$a(i,q,a,B),N=GG(T,w,P,B,N)}else N=YG(X,k,c,i,N);if(u=M.length,h.pack(N,M,u),h.pack(w,L,u),h.pack(P,_,u),R.push(k.latitude),R.push(k.longitude),n){for(zG(k,z,a,c,o,r,i,M,L,_,R),u=M.length,f=0;f<3;++f)M[u+f]=M[f],L[u+f]=L[f],_[u+f]=_[f];R.push(z.latitude),R.push(z.longitude)}return wve(n,s,L,_,M,R,t)};var tve=new h,nve=new Q,ive=new Be;function EZ(e,t,n,i){let o=hm(n,t,tve),r=h.dot(o,e);if(r>FZ||r<gZ){let s=hm(i,n,VZ),a=r<gZ?I.PI_OVER_TWO:-I.PI_OVER_TWO,c=Be.fromAxisAngle(s,a,ive),u=Q.fromQuaternion(c,nve);return Q.multiplyByVector(u,e,e),!0}return!1}var bZ=new he,ove=new h,SZ=new h;function Ub(e,t,n,i,o){let r=he.toCartesian(t,e._ellipsoid,ove),s=h.add(r,n,SZ),a=!1,c=e._ellipsoid,u=c.cartesianToCartographic(s,bZ);Math.abs(t.longitude-u.longitude)>I.PI_OVER_TWO&&(a=!0,s=h.subtract(r,n,SZ),u=c.cartesianToCartographic(s,bZ)),u.height=0;let f=e.project(u,o);return o=h.subtract(f,i,o),o.z=0,o=h.normalize(o,o),a&&h.negate(o,o),o}var rve=new h,wZ=new h;function DZ(e,t,n,i,o,r){let s=h.subtract(t,e,rve);h.normalize(s,s);let a=n-NZ,c=h.multiplyByScalar(s,a,wZ);h.add(e,c,o);let u=i-kZ;c=h.multiplyByScalar(s,u,wZ),h.add(t,c,r)}var sve=new h;function TB(e,t){let n=tn.getPointDistance(EB,e),i=tn.getPointDistance(EB,t),o=sve;I.equalsEpsilon(n,0,I.EPSILON2)?(o=hm(t,e,o),h.multiplyByScalar(o,I.EPSILON2,o),h.add(e,o,e)):I.equalsEpsilon(i,0,I.EPSILON2)&&(o=hm(e,t,o),h.multiplyByScalar(o,I.EPSILON2,o),h.add(t,o,t))}function ave(e,t){let n=Math.abs(e.longitude),i=Math.abs(t.longitude);if(I.equalsEpsilon(n,I.PI,I.EPSILON11)){let o=I.sign(t.longitude);return e.longitude=o*(n-I.EPSILON11),1}else if(I.equalsEpsilon(i,I.PI,I.EPSILON11)){let o=I.sign(e.longitude);return t.longitude=o*(i-I.EPSILON11),2}return 0}var UZ=new he,zZ=new he,vZ=new h,WG=new h,PZ=new h,IZ=new h,cve=new h,OZ=new h,lve=[UZ,zZ],uve=new ce,fve=new h,dve=new h,hve=new h,mve=new h,pve=new h,_ve=new h,jG=new h,qG=new h,gve=new h,yve=new h,Ave=new h,BZ=new h,Cve=new h,xve=new h,Tve=new Vn,Eve=new Vn,RZ=new h,bve=new h,MZ=new h,Sve=[new re,new re],HZ=[0,2,1,0,3,2,0,7,3,0,4,7,0,5,4,0,1,5,5,7,4,5,6,7,5,2,6,5,1,2,3,6,2,3,7,6],LZ=HZ.length;function wve(e,t,n,i,o,r,s){let a,c,u=t._ellipsoid,f=n.length/3-1,d=f*8,p=d*4,g=f*36,m=d>65535?new Uint32Array(g):new Uint16Array(g),A=new Float64Array(d*3),C=new Float32Array(p),x=new Float32Array(p),b=new Float32Array(p),E=new Float32Array(p),S=new Float32Array(p),D,v,O,R;s&&(D=new Float32Array(p),v=new Float32Array(p),O=new Float32Array(p),R=new Float32Array(d*2));let M=r.length/2,L=0,_=UZ;_.height=0;let T=zZ;T.height=0;let w=vZ,P=WG;if(s)for(c=0,a=1;a<M;a++)_.latitude=r[c],_.longitude=r[c+1],T.latitude=r[c+2],T.longitude=r[c+3],w=t.project(_,w),P=t.project(T,P),L+=h.distance(w,P),c+=2;let B=i.length/3;P=h.unpack(i,0,P);let N=0;for(c=3,a=1;a<B;a++)w=h.clone(P,w),P=h.unpack(i,c,P),N+=h.distance(w,P),c+=3;let z;c=3;let V=0,G=0,k=0,X=0,q=!1,Y=h.unpack(n,0,IZ),W=h.unpack(i,0,WG),J=h.unpack(o,0,OZ);if(e){let Ie=h.unpack(n,n.length-6,PZ);EZ(J,Ie,Y,W)&&(J=h.negate(J,J))}let Z=0,ue=0,pe=0;for(a=0;a<f;a++){let Ie=h.clone(Y,PZ),Me=h.clone(W,vZ),Ge=h.clone(J,cve);q&&(Ge=h.negate(Ge,Ge)),Y=h.unpack(n,c,IZ),W=h.unpack(i,c,WG),J=h.unpack(o,c,OZ),q=EZ(J,Ie,Y,W),_.latitude=r[V],_.longitude=r[V+1],T.latitude=r[V+2],T.longitude=r[V+3];let bt,zt,on,at;if(s){let Ki=ave(_,T);bt=t.project(_,pve),zt=t.project(T,_ve);let Mr=hm(zt,bt,RZ);Mr.y=Math.abs(Mr.y),on=jG,at=qG,Ki===0||h.dot(Mr,h.UNIT_Y)>FZ?(on=Ub(t,_,Ge,bt,jG),at=Ub(t,T,J,zt,qG)):Ki===1?(at=Ub(t,T,J,zt,qG),on.x=0,on.y=I.sign(_.longitude-Math.abs(T.longitude)),on.z=0):(on=Ub(t,_,Ge,bt,jG),at.x=0,at.y=I.sign(_.longitude-T.longitude),at.z=0)}let Tn=h.distance(Me,W),Yn=Vn.fromCartesian(Ie,Tve),ot=h.subtract(Y,Ie,gve),Gt=h.normalize(ot,BZ),si=h.subtract(Me,Ie,yve);si=h.normalize(si,si);let Se=h.cross(Gt,si,BZ);Se=h.normalize(Se,Se);let dt=h.cross(si,Ge,Cve);dt=h.normalize(dt,dt);let It=h.subtract(W,Y,Ave);It=h.normalize(It,It);let ii=h.cross(J,It,xve);ii=h.normalize(ii,ii);let Li=Tn/N,Ho=Z/N,Po=0,Go,Pi,Re,Qe=0,je=0;if(s){Po=h.distance(bt,zt),Go=Vn.fromCartesian(bt,Eve),Pi=h.subtract(zt,bt,RZ),Re=h.normalize(Pi,bve);let Ki=Re.x;Re.x=Re.y,Re.y=-Ki,Qe=Po/L,je=ue/L}for(z=0;z<8;z++){let Ki=X+z*4,Mr=G+z*2,Er=Ki+3,ll=z<4?1:-1,Ni=z===2||z===3||z===6||z===7?1:-1;h.pack(Yn.high,C,Ki),C[Er]=ot.x,h.pack(Yn.low,x,Ki),x[Er]=ot.y,h.pack(dt,b,Ki),b[Er]=ot.z,h.pack(ii,E,Ki),E[Er]=Li*ll,h.pack(Se,S,Ki);let Lr=Ho*Ni;Lr===0&&Ni<0&&(Lr=9),S[Er]=Lr,s&&(D[Ki]=Go.high.x,D[Ki+1]=Go.high.y,D[Ki+2]=Go.low.x,D[Ki+3]=Go.low.y,O[Ki]=-on.y,O[Ki+1]=on.x,O[Ki+2]=at.y,O[Ki+3]=-at.x,v[Ki]=Pi.x,v[Ki+1]=Pi.y,v[Ki+2]=Re.x,v[Ki+3]=Re.y,R[Mr]=Qe*ll,Lr=je*Ni,Lr===0&&Ni<0&&(Lr=9),R[Mr+1]=Lr)}let We=hve,ct=mve,Ot=fve,An=dve,Fi=ce.fromCartographicArray(lve,uve),Wo=oi.getMinimumMaximumHeights(Fi,u),ps=Wo.minimumTerrainHeight,Hi=Wo.maximumTerrainHeight;pe+=ps,pe+=Hi,DZ(Ie,Me,ps,Hi,We,Ot),DZ(Y,W,ps,Hi,ct,An);let Io=h.multiplyByScalar(Se,I.EPSILON5,MZ);h.add(We,Io,We),h.add(ct,Io,ct),h.add(Ot,Io,Ot),h.add(An,Io,An),TB(We,ct),TB(Ot,An),h.pack(We,A,k),h.pack(ct,A,k+3),h.pack(An,A,k+6),h.pack(Ot,A,k+9),Io=h.multiplyByScalar(Se,-2*I.EPSILON5,MZ),h.add(We,Io,We),h.add(ct,Io,ct),h.add(Ot,Io,Ot),h.add(An,Io,An),TB(We,ct),TB(Ot,An),h.pack(We,A,k+12),h.pack(ct,A,k+15),h.pack(An,A,k+18),h.pack(Ot,A,k+21),V+=2,c+=3,G+=16,k+=24,X+=32,Z+=Tn,ue+=Po}c=0;let oe=0;for(a=0;a<f;a++){for(z=0;z<LZ;z++)m[c+z]=HZ[z]+oe;oe+=8,c+=LZ}let fe=Sve;re.fromVertices(n,h.ZERO,3,fe[0]),re.fromVertices(i,h.ZERO,3,fe[1]);let ge=re.fromBoundingSpheres(fe);ge.radius+=pe/(f*2);let Ee={position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,normalize:!1,values:A}),startHiAndForwardOffsetX:Gp(C),startLoAndForwardOffsetY:Gp(x),startNormalAndForwardOffsetZ:Gp(b),endNormalAndTextureCoordinateNormalizationX:Gp(E),rightNormalAndTextureCoordinateNormalizationY:Gp(S)};return s&&(Ee.startHiLo2D=Gp(D),Ee.offsetAndRight2D=Gp(v),Ee.startEndNormals2D=Gp(O),Ee.texcoordNormalization2D=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,normalize:!1,values:R})),new it({attributes:Ee,indices:m,boundingSphere:ge})}function Gp(e){return new be({componentDatatype:K.FLOAT,componentsPerAttribute:4,normalize:!1,values:e})}Wp._projectNormal=Ub;var PC=Wp;var bB=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
varying vec4 v_startPlaneNormalEcAndHalfWidth;
varying vec4 v_endPlaneNormalEcAndBatchId;
varying vec4 v_rightPlaneEC;
varying vec4 v_endEcAndStartEcX;
varying vec4 v_texcoordNormalizationAndStartEcYZ;
#ifdef PER_INSTANCE_COLOR
varying vec4 v_color;
#endif
void main(void)
{
float logDepthOrDepth = czm_branchFreeTernary(czm_sceneMode == czm_sceneMode2D, gl_FragCoord.z, czm_unpackDepth(texture2D(czm_globeDepthTexture, gl_FragCoord.xy / czm_viewport.zw)));
vec3 ecStart = vec3(v_endEcAndStartEcX.w, v_texcoordNormalizationAndStartEcYZ.zw);
if (logDepthOrDepth == 0.0) {
#ifdef DEBUG_SHOW_VOLUME
gl_FragColor = vec4(1.0, 0.0, 0.0, 0.5);
return;
#else // DEBUG_SHOW_VOLUME
discard;
#endif // DEBUG_SHOW_VOLUME
}
vec4 eyeCoordinate = czm_windowToEyeCoordinates(gl_FragCoord.xy, logDepthOrDepth);
eyeCoordinate /= eyeCoordinate.w;
float halfMaxWidth = v_startPlaneNormalEcAndHalfWidth.w * czm_metersPerPixel(eyeCoordinate);
float widthwiseDistance = czm_planeDistance(v_rightPlaneEC, eyeCoordinate.xyz);
float distanceFromStart = czm_planeDistance(v_startPlaneNormalEcAndHalfWidth.xyz, -dot(ecStart, v_startPlaneNormalEcAndHalfWidth.xyz), eyeCoordinate.xyz);
float distanceFromEnd = czm_planeDistance(v_endPlaneNormalEcAndBatchId.xyz, -dot(v_endEcAndStartEcX.xyz, v_endPlaneNormalEcAndBatchId.xyz), eyeCoordinate.xyz);
if (abs(widthwiseDistance) > halfMaxWidth || distanceFromStart < 0.0 || distanceFromEnd < 0.0) {
#ifdef DEBUG_SHOW_VOLUME
gl_FragColor = vec4(1.0, 0.0, 0.0, 0.5);
return;
#else // DEBUG_SHOW_VOLUME
discard;
#endif // DEBUG_SHOW_VOLUME
}
vec3 alignedPlaneNormal;
alignedPlaneNormal = cross(v_rightPlaneEC.xyz, v_startPlaneNormalEcAndHalfWidth.xyz);
alignedPlaneNormal = normalize(cross(alignedPlaneNormal, v_rightPlaneEC.xyz));
distanceFromStart = czm_planeDistance(alignedPlaneNormal, -dot(alignedPlaneNormal, ecStart), eyeCoordinate.xyz);
alignedPlaneNormal = cross(v_rightPlaneEC.xyz, v_endPlaneNormalEcAndBatchId.xyz);
alignedPlaneNormal = normalize(cross(alignedPlaneNormal, v_rightPlaneEC.xyz));
distanceFromEnd = czm_planeDistance(alignedPlaneNormal, -dot(alignedPlaneNormal, v_endEcAndStartEcX.xyz), eyeCoordinate.xyz);
#ifdef PER_INSTANCE_COLOR
gl_FragColor = czm_gammaCorrect(v_color);
#else // PER_INSTANCE_COLOR
float s = clamp(distanceFromStart / (distanceFromStart + distanceFromEnd), 0.0, 1.0);
s = (s * v_texcoordNormalizationAndStartEcYZ.x) + v_texcoordNormalizationAndStartEcYZ.y;
float t = (widthwiseDistance + halfMaxWidth) / (2.0 * halfMaxWidth);
czm_materialInput materialInput;
materialInput.s = s;
materialInput.st = vec2(s, t);
materialInput.str = vec3(s, t, 0.0);
czm_material material = czm_getMaterial(materialInput);
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#endif // PER_INSTANCE_COLOR
gl_FragColor.rgb *= gl_FragColor.a;
czm_writeDepthClamp();
}
`;var SB=`varying vec3 v_forwardDirectionEC;
varying vec3 v_texcoordNormalizationAndHalfWidth;
varying float v_batchId;
#ifdef PER_INSTANCE_COLOR
varying vec4 v_color;
#else
varying vec2 v_alignedPlaneDistances;
varying float v_texcoordT;
#endif
float rayPlaneDistanceUnsafe(vec3 origin, vec3 direction, vec3 planeNormal, float planeDistance) {
return (-planeDistance - dot(planeNormal, origin)) / dot(planeNormal, direction);
}
void main(void)
{
vec4 eyeCoordinate = gl_FragCoord;
eyeCoordinate /= eyeCoordinate.w;
#ifdef PER_INSTANCE_COLOR
gl_FragColor = czm_gammaCorrect(v_color);
#else // PER_INSTANCE_COLOR
float distanceFromStart = rayPlaneDistanceUnsafe(eyeCoordinate.xyz, -v_forwardDirectionEC, v_forwardDirectionEC.xyz, v_alignedPlaneDistances.x);
float distanceFromEnd = rayPlaneDistanceUnsafe(eyeCoordinate.xyz, v_forwardDirectionEC, -v_forwardDirectionEC.xyz, v_alignedPlaneDistances.y);
distanceFromStart = max(0.0, distanceFromStart);
distanceFromEnd = max(0.0, distanceFromEnd);
float s = distanceFromStart / (distanceFromStart + distanceFromEnd);
s = (s * v_texcoordNormalizationAndHalfWidth.x) + v_texcoordNormalizationAndHalfWidth.y;
czm_materialInput materialInput;
materialInput.s = s;
materialInput.st = vec2(s, v_texcoordT);
materialInput.str = vec3(s, v_texcoordT, 0.0);
czm_material material = czm_getMaterial(materialInput);
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#endif // PER_INSTANCE_COLOR
}
`;var wB=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec4 startHiAndForwardOffsetX;
attribute vec4 startLoAndForwardOffsetY;
attribute vec4 startNormalAndForwardOffsetZ;
attribute vec4 endNormalAndTextureCoordinateNormalizationX;
attribute vec4 rightNormalAndTextureCoordinateNormalizationY;
attribute vec4 startHiLo2D;
attribute vec4 offsetAndRight2D;
attribute vec4 startEndNormals2D;
attribute vec2 texcoordNormalization2D;
attribute float batchId;
varying vec3 v_forwardDirectionEC;
varying vec3 v_texcoordNormalizationAndHalfWidth;
varying float v_batchId;
#ifdef WIDTH_VARYING
varying float v_width;
#endif
#ifdef ANGLE_VARYING
varying float v_polylineAngle;
#endif
#ifdef PER_INSTANCE_COLOR
varying vec4 v_color;
#else
varying vec2 v_alignedPlaneDistances;
varying float v_texcoordT;
#endif
void main()
{
v_batchId = batchId;
vec4 posRelativeToEye2D = czm_translateRelativeToEye(vec3(0.0, startHiLo2D.xy), vec3(0.0, startHiLo2D.zw));
vec4 posRelativeToEye3D = czm_translateRelativeToEye(startHiAndForwardOffsetX.xyz, startLoAndForwardOffsetY.xyz);
vec4 posRelativeToEye = czm_columbusViewMorph(posRelativeToEye2D, posRelativeToEye3D, czm_morphTime);
vec3 posEc2D = (czm_modelViewRelativeToEye * posRelativeToEye2D).xyz;
vec3 posEc3D = (czm_modelViewRelativeToEye * posRelativeToEye3D).xyz;
vec3 startEC = (czm_modelViewRelativeToEye * posRelativeToEye).xyz;
vec4 startPlane2D;
vec4 startPlane3D;
startPlane2D.xyz = czm_normal * vec3(0.0, startEndNormals2D.xy);
startPlane3D.xyz = czm_normal * startNormalAndForwardOffsetZ.xyz;
startPlane2D.w = -dot(startPlane2D.xyz, posEc2D);
startPlane3D.w = -dot(startPlane3D.xyz, posEc3D);
vec4 rightPlane2D;
vec4 rightPlane3D;
rightPlane2D.xyz = czm_normal * vec3(0.0, offsetAndRight2D.zw);
rightPlane3D.xyz = czm_normal * rightNormalAndTextureCoordinateNormalizationY.xyz;
rightPlane2D.w = -dot(rightPlane2D.xyz, posEc2D);
rightPlane3D.w = -dot(rightPlane3D.xyz, posEc3D);
posRelativeToEye2D = posRelativeToEye2D + vec4(0.0, offsetAndRight2D.xy, 0.0);
posRelativeToEye3D = posRelativeToEye3D + vec4(startHiAndForwardOffsetX.w, startLoAndForwardOffsetY.w, startNormalAndForwardOffsetZ.w, 0.0);
posRelativeToEye = czm_columbusViewMorph(posRelativeToEye2D, posRelativeToEye3D, czm_morphTime);
posEc2D = (czm_modelViewRelativeToEye * posRelativeToEye2D).xyz;
posEc3D = (czm_modelViewRelativeToEye * posRelativeToEye3D).xyz;
vec3 endEC = (czm_modelViewRelativeToEye * posRelativeToEye).xyz;
vec3 forwardEc3D = czm_normal * normalize(vec3(startHiAndForwardOffsetX.w, startLoAndForwardOffsetY.w, startNormalAndForwardOffsetZ.w));
vec3 forwardEc2D = czm_normal * normalize(vec3(0.0, offsetAndRight2D.xy));
vec4 endPlane2D;
vec4 endPlane3D;
endPlane2D.xyz = czm_normal * vec3(0.0, startEndNormals2D.zw);
endPlane3D.xyz = czm_normal * endNormalAndTextureCoordinateNormalizationX.xyz;
endPlane2D.w = -dot(endPlane2D.xyz, posEc2D);
endPlane3D.w = -dot(endPlane3D.xyz, posEc3D);
v_forwardDirectionEC = normalize(endEC - startEC);
vec2 cleanTexcoordNormalization2D;
cleanTexcoordNormalization2D.x = abs(texcoordNormalization2D.x);
cleanTexcoordNormalization2D.y = czm_branchFreeTernary(texcoordNormalization2D.y > 1.0, 0.0, abs(texcoordNormalization2D.y));
vec2 cleanTexcoordNormalization3D;
cleanTexcoordNormalization3D.x = abs(endNormalAndTextureCoordinateNormalizationX.w);
cleanTexcoordNormalization3D.y = rightNormalAndTextureCoordinateNormalizationY.w;
cleanTexcoordNormalization3D.y = czm_branchFreeTernary(cleanTexcoordNormalization3D.y > 1.0, 0.0, abs(cleanTexcoordNormalization3D.y));
v_texcoordNormalizationAndHalfWidth.xy = mix(cleanTexcoordNormalization2D, cleanTexcoordNormalization3D, czm_morphTime);
#ifdef PER_INSTANCE_COLOR
v_color = czm_batchTable_color(batchId);
#else // PER_INSTANCE_COLOR
v_alignedPlaneDistances.x = -dot(v_forwardDirectionEC, startEC);
v_alignedPlaneDistances.y = -dot(-v_forwardDirectionEC, endEC);
#endif // PER_INSTANCE_COLOR
#ifdef WIDTH_VARYING
float width = czm_batchTable_width(batchId);
float halfWidth = width * 0.5;
v_width = width;
v_texcoordNormalizationAndHalfWidth.z = halfWidth;
#else
float halfWidth = 0.5 * czm_batchTable_width(batchId);
v_texcoordNormalizationAndHalfWidth.z = halfWidth;
#endif
vec4 positionEc3D = czm_modelViewRelativeToEye * czm_translateRelativeToEye(position3DHigh, position3DLow);
float absStartPlaneDistance = abs(czm_planeDistance(startPlane3D, positionEc3D.xyz));
float absEndPlaneDistance = abs(czm_planeDistance(endPlane3D, positionEc3D.xyz));
vec3 planeDirection = czm_branchFreeTernary(absStartPlaneDistance < absEndPlaneDistance, startPlane3D.xyz, endPlane3D.xyz);
vec3 upOrDown = normalize(cross(rightPlane3D.xyz, planeDirection));
vec3 normalEC = normalize(cross(planeDirection, upOrDown));
vec3 geodeticSurfaceNormal = normalize(cross(normalEC, forwardEc3D));
geodeticSurfaceNormal *= float(0.0 <= rightNormalAndTextureCoordinateNormalizationY.w && rightNormalAndTextureCoordinateNormalizationY.w <= 1.0);
geodeticSurfaceNormal *= MAX_TERRAIN_HEIGHT;
positionEc3D.xyz += geodeticSurfaceNormal;
normalEC *= sign(endNormalAndTextureCoordinateNormalizationX.w);
positionEc3D.xyz += halfWidth * max(0.0, czm_metersPerPixel(positionEc3D)) * normalEC;
vec4 positionEc2D = czm_modelViewRelativeToEye * czm_translateRelativeToEye(position2DHigh.zxy, position2DLow.zxy);
absStartPlaneDistance = abs(czm_planeDistance(startPlane2D, positionEc2D.xyz));
absEndPlaneDistance = abs(czm_planeDistance(endPlane2D, positionEc2D.xyz));
planeDirection = czm_branchFreeTernary(absStartPlaneDistance < absEndPlaneDistance, startPlane2D.xyz, endPlane2D.xyz);
upOrDown = normalize(cross(rightPlane2D.xyz, planeDirection));
normalEC = normalize(cross(planeDirection, upOrDown));
geodeticSurfaceNormal = normalize(cross(normalEC, forwardEc2D));
geodeticSurfaceNormal *= float(0.0 <= texcoordNormalization2D.y && texcoordNormalization2D.y <= 1.0);
geodeticSurfaceNormal *= MAX_TERRAIN_HEIGHT;
positionEc2D.xyz += geodeticSurfaceNormal;
normalEC *= sign(texcoordNormalization2D.x);
#ifndef PER_INSTANCE_COLOR
v_texcoordT = clamp(sign(texcoordNormalization2D.x), 0.0, 1.0);
#endif
positionEc2D.xyz += halfWidth * max(0.0, czm_metersPerPixel(positionEc2D)) * normalEC;
gl_Position = czm_projection * mix(positionEc2D, positionEc3D, czm_morphTime);
#ifdef ANGLE_VARYING
vec2 approxLineDirection = normalize(vec2(v_forwardDirectionEC.x, -v_forwardDirectionEC.y));
approxLineDirection.y = czm_branchFreeTernary(approxLineDirection.x == 0.0 && approxLineDirection.y == 0.0, -1.0, approxLineDirection.y);
v_polylineAngle = czm_fastApproximateAtan(approxLineDirection.x, approxLineDirection.y);
#endif
}
`;var DB=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
#ifndef COLUMBUS_VIEW_2D
attribute vec4 startHiAndForwardOffsetX;
attribute vec4 startLoAndForwardOffsetY;
attribute vec4 startNormalAndForwardOffsetZ;
attribute vec4 endNormalAndTextureCoordinateNormalizationX;
attribute vec4 rightNormalAndTextureCoordinateNormalizationY;
#else
attribute vec4 startHiLo2D;
attribute vec4 offsetAndRight2D;
attribute vec4 startEndNormals2D;
attribute vec2 texcoordNormalization2D;
#endif
attribute float batchId;
varying vec4 v_startPlaneNormalEcAndHalfWidth;
varying vec4 v_endPlaneNormalEcAndBatchId;
varying vec4 v_rightPlaneEC;
varying vec4 v_endEcAndStartEcX;
varying vec4 v_texcoordNormalizationAndStartEcYZ;
#ifdef WIDTH_VARYING
varying float v_width;
#endif
#ifdef ANGLE_VARYING
varying float v_polylineAngle;
#endif
#ifdef PER_INSTANCE_COLOR
varying vec4 v_color;
#endif
void main()
{
#ifdef COLUMBUS_VIEW_2D
vec3 ecStart = (czm_modelViewRelativeToEye * czm_translateRelativeToEye(vec3(0.0, startHiLo2D.xy), vec3(0.0, startHiLo2D.zw))).xyz;
vec3 forwardDirectionEC = czm_normal * vec3(0.0, offsetAndRight2D.xy);
vec3 ecEnd = forwardDirectionEC + ecStart;
forwardDirectionEC = normalize(forwardDirectionEC);
v_rightPlaneEC.xyz = czm_normal * vec3(0.0, offsetAndRight2D.zw);
v_rightPlaneEC.w = -dot(v_rightPlaneEC.xyz, ecStart);
vec4 startPlaneEC;
startPlaneEC.xyz = czm_normal * vec3(0.0, startEndNormals2D.xy);
startPlaneEC.w = -dot(startPlaneEC.xyz, ecStart);
vec4 endPlaneEC;
endPlaneEC.xyz = czm_normal * vec3(0.0, startEndNormals2D.zw);
endPlaneEC.w = -dot(endPlaneEC.xyz, ecEnd);
v_texcoordNormalizationAndStartEcYZ.x = abs(texcoordNormalization2D.x);
v_texcoordNormalizationAndStartEcYZ.y = texcoordNormalization2D.y;
#else // COLUMBUS_VIEW_2D
vec3 ecStart = (czm_modelViewRelativeToEye * czm_translateRelativeToEye(startHiAndForwardOffsetX.xyz, startLoAndForwardOffsetY.xyz)).xyz;
vec3 offset = czm_normal * vec3(startHiAndForwardOffsetX.w, startLoAndForwardOffsetY.w, startNormalAndForwardOffsetZ.w);
vec3 ecEnd = ecStart + offset;
vec3 forwardDirectionEC = normalize(offset);
vec4 startPlaneEC;
startPlaneEC.xyz = czm_normal * startNormalAndForwardOffsetZ.xyz;
startPlaneEC.w = -dot(startPlaneEC.xyz, ecStart);
vec4 endPlaneEC;
endPlaneEC.xyz = czm_normal * endNormalAndTextureCoordinateNormalizationX.xyz;
endPlaneEC.w = -dot(endPlaneEC.xyz, ecEnd);
v_rightPlaneEC.xyz = czm_normal * rightNormalAndTextureCoordinateNormalizationY.xyz;
v_rightPlaneEC.w = -dot(v_rightPlaneEC.xyz, ecStart);
v_texcoordNormalizationAndStartEcYZ.x = abs(endNormalAndTextureCoordinateNormalizationX.w);
v_texcoordNormalizationAndStartEcYZ.y = rightNormalAndTextureCoordinateNormalizationY.w;
#endif // COLUMBUS_VIEW_2D
v_endEcAndStartEcX.xyz = ecEnd;
v_endEcAndStartEcX.w = ecStart.x;
v_texcoordNormalizationAndStartEcYZ.zw = ecStart.yz;
#ifdef PER_INSTANCE_COLOR
v_color = czm_batchTable_color(batchId);
#endif // PER_INSTANCE_COLOR
vec4 positionRelativeToEye = czm_computePosition();
vec4 positionEC = czm_modelViewRelativeToEye * positionRelativeToEye;
float absStartPlaneDistance = abs(czm_planeDistance(startPlaneEC, positionEC.xyz));
float absEndPlaneDistance = abs(czm_planeDistance(endPlaneEC, positionEC.xyz));
vec3 planeDirection = czm_branchFreeTernary(absStartPlaneDistance < absEndPlaneDistance, startPlaneEC.xyz, endPlaneEC.xyz);
vec3 upOrDown = normalize(cross(v_rightPlaneEC.xyz, planeDirection));
vec3 normalEC = normalize(cross(planeDirection, upOrDown));
upOrDown = cross(forwardDirectionEC, normalEC);
upOrDown = float(czm_sceneMode == czm_sceneMode3D) * upOrDown;
upOrDown = float(v_texcoordNormalizationAndStartEcYZ.y > 1.0 || v_texcoordNormalizationAndStartEcYZ.y < 0.0) * upOrDown;
upOrDown = min(GLOBE_MINIMUM_ALTITUDE, czm_geometricToleranceOverMeter * length(positionRelativeToEye.xyz)) * upOrDown;
positionEC.xyz += upOrDown;
v_texcoordNormalizationAndStartEcYZ.y = czm_branchFreeTernary(v_texcoordNormalizationAndStartEcYZ.y > 1.0, 0.0, abs(v_texcoordNormalizationAndStartEcYZ.y));
float width = czm_batchTable_width(batchId);
#ifdef WIDTH_VARYING
v_width = width;
#endif
v_startPlaneNormalEcAndHalfWidth.xyz = startPlaneEC.xyz;
v_startPlaneNormalEcAndHalfWidth.w = width * 0.5;
v_endPlaneNormalEcAndBatchId.xyz = endPlaneEC.xyz;
v_endPlaneNormalEcAndBatchId.w = batchId;
width = width * max(0.0, czm_metersPerPixel(positionEC));
width = width / dot(normalEC, v_rightPlaneEC.xyz);
#ifdef COLUMBUS_VIEW_2D
normalEC *= sign(texcoordNormalization2D.x);
#else
normalEC *= sign(endNormalAndTextureCoordinateNormalizationX.w);
#endif
positionEC.xyz += width * normalEC;
gl_Position = czm_depthClamp(czm_projection * positionEC);
#ifdef ANGLE_VARYING
vec2 approxLineDirection = normalize(vec2(forwardDirectionEC.x, -forwardDirectionEC.y));
approxLineDirection.y = czm_branchFreeTernary(approxLineDirection.x == 0.0 && approxLineDirection.y == 0.0, -1.0, approxLineDirection.y);
v_polylineAngle = czm_fastApproximateAtan(approxLineDirection.x, approxLineDirection.y);
#endif
}
`;var vB=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec3 prevPosition3DHigh;
attribute vec3 prevPosition3DLow;
attribute vec3 nextPosition3DHigh;
attribute vec3 nextPosition3DLow;
attribute vec2 expandAndWidth;
attribute vec4 color;
attribute float batchId;
varying vec4 v_color;
void main()
{
float expandDir = expandAndWidth.x;
float width = abs(expandAndWidth.y) + 0.5;
bool usePrev = expandAndWidth.y < 0.0;
vec4 p = czm_computePosition();
vec4 prev = czm_computePrevPosition();
vec4 next = czm_computeNextPosition();
float angle;
vec4 positionWC = getPolylineWindowCoordinates(p, prev, next, expandDir, width, usePrev, angle);
gl_Position = czm_viewportOrthographic * positionWC;
v_color = color;
}
`;var uu=`void clipLineSegmentToNearPlane(
vec3 p0,
vec3 p1,
out vec4 positionWC,
out bool clipped,
out bool culledByNearPlane,
out vec4 clippedPositionEC)
{
culledByNearPlane = false;
clipped = false;
vec3 p0ToP1 = p1 - p0;
float magnitude = length(p0ToP1);
vec3 direction = normalize(p0ToP1);
float endPoint0Distance = czm_currentFrustum.x + p0.z;
float denominator = -direction.z;
if (endPoint0Distance > 0.0 && abs(denominator) < czm_epsilon7)
{
culledByNearPlane = true;
}
else if (endPoint0Distance > 0.0)
{
float t = endPoint0Distance / denominator;
if (t < 0.0 || t > magnitude)
{
culledByNearPlane = true;
}
else
{
p0 = p0 + t * direction;
p0.z = min(p0.z, -czm_currentFrustum.x);
clipped = true;
}
}
clippedPositionEC = vec4(p0, 1.0);
positionWC = czm_eyeToWindowCoordinates(clippedPositionEC);
}
vec4 getPolylineWindowCoordinatesEC(vec4 positionEC, vec4 prevEC, vec4 nextEC, float expandDirection, float width, bool usePrevious, out float angle)
{
#ifdef POLYLINE_DASH
vec4 positionWindow = czm_eyeToWindowCoordinates(positionEC);
vec4 previousWindow = czm_eyeToWindowCoordinates(prevEC);
vec4 nextWindow = czm_eyeToWindowCoordinates(nextEC);
vec2 lineDir;
if (usePrevious) {
lineDir = normalize(positionWindow.xy - previousWindow.xy);
}
else {
lineDir = normalize(nextWindow.xy - positionWindow.xy);
}
angle = atan(lineDir.x, lineDir.y) - 1.570796327;
angle = floor(angle / czm_piOverFour + 0.5) * czm_piOverFour;
#endif
vec4 clippedPrevWC, clippedPrevEC;
bool prevSegmentClipped, prevSegmentCulled;
clipLineSegmentToNearPlane(prevEC.xyz, positionEC.xyz, clippedPrevWC, prevSegmentClipped, prevSegmentCulled, clippedPrevEC);
vec4 clippedNextWC, clippedNextEC;
bool nextSegmentClipped, nextSegmentCulled;
clipLineSegmentToNearPlane(nextEC.xyz, positionEC.xyz, clippedNextWC, nextSegmentClipped, nextSegmentCulled, clippedNextEC);
bool segmentClipped, segmentCulled;
vec4 clippedPositionWC, clippedPositionEC;
clipLineSegmentToNearPlane(positionEC.xyz, usePrevious ? prevEC.xyz : nextEC.xyz, clippedPositionWC, segmentClipped, segmentCulled, clippedPositionEC);
if (segmentCulled)
{
return vec4(0.0, 0.0, 0.0, 1.0);
}
vec2 directionToPrevWC = normalize(clippedPrevWC.xy - clippedPositionWC.xy);
vec2 directionToNextWC = normalize(clippedNextWC.xy - clippedPositionWC.xy);
if (prevSegmentCulled)
{
directionToPrevWC = -directionToNextWC;
}
else if (nextSegmentCulled)
{
directionToNextWC = -directionToPrevWC;
}
vec2 thisSegmentForwardWC, otherSegmentForwardWC;
if (usePrevious)
{
thisSegmentForwardWC = -directionToPrevWC;
otherSegmentForwardWC = directionToNextWC;
}
else
{
thisSegmentForwardWC = directionToNextWC;
otherSegmentForwardWC = -directionToPrevWC;
}
vec2 thisSegmentLeftWC = vec2(-thisSegmentForwardWC.y, thisSegmentForwardWC.x);
vec2 leftWC = thisSegmentLeftWC;
float expandWidth = width * 0.5;
if (!czm_equalsEpsilon(prevEC.xyz - positionEC.xyz, vec3(0.0), czm_epsilon1) && !czm_equalsEpsilon(nextEC.xyz - positionEC.xyz, vec3(0.0), czm_epsilon1))
{
vec2 otherSegmentLeftWC = vec2(-otherSegmentForwardWC.y, otherSegmentForwardWC.x);
vec2 leftSumWC = thisSegmentLeftWC + otherSegmentLeftWC;
float leftSumLength = length(leftSumWC);
leftWC = leftSumLength < czm_epsilon6 ? thisSegmentLeftWC : (leftSumWC / leftSumLength);
vec2 u = -thisSegmentForwardWC;
vec2 v = leftWC;
float sinAngle = abs(u.x * v.y - u.y * v.x);
expandWidth = clamp(expandWidth / sinAngle, 0.0, width * 2.0);
}
vec2 offset = leftWC * expandDirection * expandWidth * czm_pixelRatio;
return vec4(clippedPositionWC.xy + offset, -clippedPositionWC.z, 1.0) * (czm_projection * clippedPositionEC).w;
}
vec4 getPolylineWindowCoordinates(vec4 position, vec4 previous, vec4 next, float expandDirection, float width, bool usePrevious, out float angle)
{
vec4 positionEC = czm_modelViewRelativeToEye * position;
vec4 prevEC = czm_modelViewRelativeToEye * previous;
vec4 nextEC = czm_modelViewRelativeToEye * next;
return getPolylineWindowCoordinatesEC(positionEC, prevEC, nextEC, expandDirection, width, usePrevious, angle);
}
`;var KG=`${uu}
${vB}`,Dve=pC;Lt.isInternetExplorer()||(KG=`#define CLIP_POLYLINE
${KG}`);function R0(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.translucent,!0),n=!1,i=R0.VERTEX_FORMAT;this.material=void 0,this.translucent=t,this._vertexShaderSource=y(e.vertexShaderSource,KG),this._fragmentShaderSource=y(e.fragmentShaderSource,Dve),this._renderState=Zi.getDefaultRenderState(t,n,e.renderState),this._closed=n,this._vertexFormat=i}Object.defineProperties(R0.prototype,{vertexShaderSource:{get:function(){return this._vertexShaderSource}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},renderState:{get:function(){return this._renderState}},closed:{get:function(){return this._closed}},vertexFormat:{get:function(){return this._vertexFormat}}});R0.VERTEX_FORMAT=we.POSITION_ONLY;R0.prototype.getFragmentShaderSource=Zi.prototype.getFragmentShaderSource;R0.prototype.isTranslucent=Zi.prototype.isTranslucent;R0.prototype.getRenderState=Zi.prototype.getRenderState;var kr=R0;var PB=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec3 prevPosition3DHigh;
attribute vec3 prevPosition3DLow;
attribute vec3 nextPosition3DHigh;
attribute vec3 nextPosition3DLow;
attribute vec2 expandAndWidth;
attribute vec2 st;
attribute float batchId;
varying float v_width;
varying vec2 v_st;
varying float v_polylineAngle;
void main()
{
float expandDir = expandAndWidth.x;
float width = abs(expandAndWidth.y) + 0.5;
bool usePrev = expandAndWidth.y < 0.0;
vec4 p = czm_computePosition();
vec4 prev = czm_computePrevPosition();
vec4 next = czm_computeNextPosition();
float angle;
vec4 positionWC = getPolylineWindowCoordinates(p, prev, next, expandDir, width, usePrev, angle);
gl_Position = czm_viewportOrthographic * positionWC;
v_width = width;
v_st.s = st.s;
v_st.t = czm_writeNonPerspective(st.t, gl_Position.w);
v_polylineAngle = angle;
}
`;var IC=`#ifdef VECTOR_TILE
uniform vec4 u_highlightColor;
#endif
varying vec2 v_st;
void main()
{
czm_materialInput materialInput;
vec2 st = v_st;
st.t = czm_readNonPerspective(st.t, gl_FragCoord.w);
materialInput.s = st.s;
materialInput.st = st;
materialInput.str = vec3(st, 0.0);
czm_material material = czm_getMaterial(materialInput);
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#ifdef VECTOR_TILE
gl_FragColor *= u_highlightColor;
#endif
czm_writeLogDepth();
}
`;var JG=`${uu}
${PB}`,vve=IC;Lt.isInternetExplorer()||(JG=`#define CLIP_POLYLINE
${JG}`);function M0(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.translucent,!0),n=!1,i=M0.VERTEX_FORMAT;this.material=l(e.material)?e.material:$i.fromType($i.ColorType),this.translucent=t,this._vertexShaderSource=y(e.vertexShaderSource,JG),this._fragmentShaderSource=y(e.fragmentShaderSource,vve),this._renderState=Zi.getDefaultRenderState(t,n,e.renderState),this._closed=n,this._vertexFormat=i}Object.defineProperties(M0.prototype,{vertexShaderSource:{get:function(){let e=this._vertexShaderSource;return this.material.shaderSource.search(/varying\s+float\s+v_polylineAngle;/g)!==-1&&(e=`#define POLYLINE_DASH
${e}`),e}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},renderState:{get:function(){return this._renderState}},closed:{get:function(){return this._closed}},vertexFormat:{get:function(){return this._vertexFormat}}});M0.VERTEX_FORMAT=we.POSITION_AND_ST;M0.prototype.getFragmentShaderSource=Zi.prototype.getFragmentShaderSource;M0.prototype.isTranslucent=Zi.prototype.isTranslucent;M0.prototype.getRenderState=Zi.prototype.getRenderState;var Ws=M0;function mm(e){e=y(e,y.EMPTY_OBJECT),this.geometryInstances=e.geometryInstances,this._hasPerInstanceColors=!0;let t=e.appearance;l(t)||(t=new Ws),this.appearance=t,this.show=y(e.show,!0),this.classificationType=y(e.classificationType,Fn.BOTH),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this._debugShowShadowVolume=y(e.debugShowShadowVolume,!1),this._primitiveOptions={geometryInstances:void 0,appearance:void 0,vertexCacheOptimize:!1,interleave:y(e.interleave,!1),releaseGeometryInstances:y(e.releaseGeometryInstances,!0),allowPicking:y(e.allowPicking,!0),asynchronous:y(e.asynchronous,!0),compressVertices:!1,_createShaderProgramFunction:void 0,_createCommandsFunction:void 0,_updateAndQueueCommandsFunction:void 0},this._zIndex=void 0,this._ready=!1;let n=this;this._readyPromise=new Promise((i,o)=>{n._completeLoad=()=>{this._ready=!0,this.releaseGeometryInstances&&(this.geometryInstances=void 0);let r=this._error;l(r)?o(r):i(this)}}),this._primitive=void 0,this._sp=void 0,this._sp2D=void 0,this._spMorph=void 0,this._renderState=GZ(!1),this._renderState3DTiles=GZ(!0),this._renderStateMorph=Ne.fromCache({cull:{enabled:!0,face:Ci.FRONT},depthTest:{enabled:!0},blending:an.PRE_MULTIPLIED_ALPHA_BLEND,depthMask:!1})}Object.defineProperties(mm.prototype,{interleave:{get:function(){return this._primitiveOptions.interleave}},releaseGeometryInstances:{get:function(){return this._primitiveOptions.releaseGeometryInstances}},allowPicking:{get:function(){return this._primitiveOptions.allowPicking}},asynchronous:{get:function(){return this._primitiveOptions.asynchronous}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},debugShowShadowVolume:{get:function(){return this._debugShowShadowVolume}}});mm.initializeTerrainHeights=function(){return oi.initialize()};function Pve(e,t,n){let i=t.context,o=e._primitive,r=o._attributeLocations,s=o._batchTable.getVertexShaderCallback()(DB);s=Cn._appendShowToShader(o,s),s=Cn._appendDistanceDisplayConditionToShader(o,s),s=Cn._modifyShaderPosition(e,s,t.scene3DOnly);let a=o._batchTable.getVertexShaderCallback()(wB);a=Cn._appendShowToShader(o,a),a=Cn._appendDistanceDisplayConditionToShader(o,a),a=Cn._modifyShaderPosition(e,a,t.scene3DOnly);let c=o._batchTable.getVertexShaderCallback()(bB),u=[`GLOBE_MINIMUM_ALTITUDE ${t.mapProjection.ellipsoid.minimumRadius.toFixed(1)}`],f="",d="";l(n.material)?(d=l(n.material)?n.material.shaderSource:"",d.search(/varying\s+float\s+v_polylineAngle;/g)!==-1&&u.push("ANGLE_VARYING"),d.search(/varying\s+float\s+v_width;/g)!==-1&&u.push("WIDTH_VARYING")):f="PER_INSTANCE_COLOR",u.push(f);let p=e.debugShowShadowVolume?["DEBUG_SHOW_VOLUME",f]:[f],g=new Ve({defines:u,sources:[s]}),m=new Ve({defines:p,sources:[d,c]});e._sp=jt.replaceCache({context:i,shaderProgram:o._sp,vertexShaderSource:g,fragmentShaderSource:m,attributeLocations:r});let A=i.shaderCache.getDerivedShaderProgram(e._sp,"2dColor");if(!l(A)){let x=new Ve({defines:u.concat(["COLUMBUS_VIEW_2D"]),sources:[s]});A=i.shaderCache.createDerivedShaderProgram(e._sp,"2dColor",{context:i,shaderProgram:e._sp2D,vertexShaderSource:x,fragmentShaderSource:m,attributeLocations:r})}e._sp2D=A;let C=i.shaderCache.getDerivedShaderProgram(e._sp,"MorphColor");if(!l(C)){let x=new Ve({defines:u.concat([`MAX_TERRAIN_HEIGHT ${oi._defaultMaxTerrainHeight.toFixed(1)}`]),sources:[a]});c=o._batchTable.getVertexShaderCallback()(SB);let b=new Ve({defines:p,sources:[d,c]});C=i.shaderCache.createDerivedShaderProgram(e._sp,"MorphColor",{context:i,shaderProgram:e._spMorph,vertexShaderSource:x,fragmentShaderSource:b,attributeLocations:r})}e._spMorph=C}function GZ(e){return Ne.fromCache({cull:{enabled:!0},blending:an.PRE_MULTIPLIED_ALPHA_BLEND,depthMask:!1,stencilTest:{enabled:e,frontFunction:Nn.EQUAL,frontOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.KEEP},backFunction:Nn.EQUAL,backOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.KEEP},reference:wt.CESIUM_3D_TILE_MASK,mask:wt.CESIUM_3D_TILE_MASK}})}function Ive(e,t,n,i,o,r){let s=e._primitive,a=s._va.length;o.length=a,r.length=a;let u=t instanceof kr?{}:n._uniforms,f=s._batchTable.getUniformMapCallback()(u);for(let d=0;d<a;d++){let p=s._va[d],g=o[d];l(g)||(g=o[d]=new Ze({owner:e,primitiveType:s._primitiveType})),g.vertexArray=p,g.renderState=e._renderState,g.shaderProgram=e._sp,g.uniformMap=f,g.pass=xe.TERRAIN_CLASSIFICATION,g.pickId="czm_batchTable_pickColor(v_endPlaneNormalEcAndBatchId.w)";let m=Ze.shallowClone(g,g.derivedCommands.tileset);m.renderState=e._renderState3DTiles,m.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,g.derivedCommands.tileset=m;let A=Ze.shallowClone(g,g.derivedCommands.color2D);A.shaderProgram=e._sp2D,g.derivedCommands.color2D=A;let C=Ze.shallowClone(m,m.derivedCommands.color2D);C.shaderProgram=e._sp2D,m.derivedCommands.color2D=C;let x=Ze.shallowClone(g,g.derivedCommands.colorMorph);x.renderState=e._renderStateMorph,x.shaderProgram=e._spMorph,x.pickId="czm_batchTable_pickColor(v_batchId)",g.derivedCommands.colorMorph=x}}function WZ(e,t,n,i,o,r,s){n.mode===ee.MORPHING?t=t.derivedCommands.colorMorph:n.mode!==ee.SCENE3D&&(t=t.derivedCommands.color2D),t.modelMatrix=i,t.boundingVolume=r,t.cull=o,t.debugShowBoundingVolume=s,n.commandList.push(t)}function Ove(e,t,n,i,o,r,s){let a=e._primitive;Cn._updateBoundingVolumes(a,t,o);let c;t.mode===ee.SCENE3D?c=a._boundingSphereWC:t.mode===ee.COLUMBUS_VIEW?c=a._boundingSphereCV:t.mode===ee.SCENE2D&&l(a._boundingSphere2D)?c=a._boundingSphere2D:l(a._boundingSphereMorph)&&(c=a._boundingSphereMorph);let u=t.mode===ee.MORPHING,f=e.classificationType,d=f!==Fn.CESIUM_3D_TILE,p=f!==Fn.TERRAIN&&!u,g,m=t.passes;if(m.render||m.pick&&a.allowPicking){let A=n.length;for(let C=0;C<A;++C){let x=c[C];d&&(g=n[C],WZ(e,g,t,o,r,x,s)),p&&(g=n[C].derivedCommands.tileset,WZ(e,g,t,o,r,x,s))}}}mm.prototype.update=function(e){if(!l(this._primitive)&&!l(this.geometryInstances))return;if(!oi.initialized){mm.initializeTerrainHeights();return}let t,n=this,i=this._primitiveOptions;if(!l(this._primitive)){let o=Array.isArray(this.geometryInstances)?this.geometryInstances:[this.geometryInstances],r=o.length,s=new Array(r),a;for(t=0;t<r;++t)if(a=o[t].attributes,!l(a)||!l(a.color)){this._hasPerInstanceColors=!1;break}for(t=0;t<r;++t){let c=o[t];a={};let u=c.attributes;for(let f in u)u.hasOwnProperty(f)&&(a[f]=u[f]);l(a.width)||(a.width=new Qa({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,value:[c.geometry.width]})),c.geometry._scene3DOnly=e.scene3DOnly,PC.setProjectionAndEllipsoid(c.geometry,e.mapProjection),s[t]=new _t({geometry:c.geometry,attributes:a,id:c.id,pickPrimitive:n})}i.geometryInstances=s,i.appearance=this.appearance,i._createShaderProgramFunction=function(c,u,f){Pve(n,u,f)},i._createCommandsFunction=function(c,u,f,d,p,g,m){Ive(n,u,f,d,g,m)},i._updateAndQueueCommandsFunction=function(c,u,f,d,p,g,m,A){Ove(n,u,f,d,p,g,m)},this._primitive=new Cn(i),this._primitive.readyPromise.then(this._completeLoad)}if(this.appearance instanceof kr&&!this._hasPerInstanceColors)throw new ye("All GeometryInstances must have color attributes to use PolylineColorAppearance with GroundPolylinePrimitive.");this._primitive.appearance=this.appearance,this._primitive.show=this.show,this._primitive.debugShowBoundingVolume=this.debugShowBoundingVolume,this._primitive.update(e)};mm.prototype.getGeometryInstanceAttributes=function(e){return this._primitive.getGeometryInstanceAttributes(e)};mm.isSupported=function(e){return e.frameState.context.depthTexture};mm.prototype.isDestroyed=function(){return!1};mm.prototype.destroy=function(){return this._primitive=this._primitive&&this._primitive.destroy(),this._sp=this._sp&&this._sp.destroy(),this._sp2D=void 0,this._spMorph=void 0,le(this)};var Ud=mm;var Bve=new H(1,1),Rve=!1,Mve=U.WHITE;function OC(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._image=void 0,this._imageSubscription=void 0,this._repeat=void 0,this._repeatSubscription=void 0,this._color=void 0,this._colorSubscription=void 0,this._transparent=void 0,this._transparentSubscription=void 0,this.image=e.image,this.repeat=e.repeat,this.color=e.color,this.transparent=e.transparent}Object.defineProperties(OC.prototype,{isConstant:{get:function(){return j.isConstant(this._image)&&j.isConstant(this._repeat)}},definitionChanged:{get:function(){return this._definitionChanged}},image:ae("image"),repeat:ae("repeat"),color:ae("color"),transparent:ae("transparent")});OC.prototype.getType=function(e){return"Image"};OC.prototype.getValue=function(e,t){return l(t)||(t={}),t.image=j.getValueOrUndefined(this._image,e),t.repeat=j.getValueOrClonedDefault(this._repeat,e,Bve,t.repeat),t.color=j.getValueOrClonedDefault(this._color,e,Mve,t.color),j.getValueOrDefault(this._transparent,e,Rve)&&(t.color.alpha=Math.min(.99,t.color.alpha)),t};OC.prototype.equals=function(e){return this===e||e instanceof OC&&j.equals(this._image,e._image)&&j.equals(this._repeat,e._repeat)&&j.equals(this._color,e._color)&&j.equals(this._transparent,e._transparent)};var L0=OC;function Lve(e){if(e instanceof U)return new Pt(e);if(typeof e=="string"||e instanceof Pe||e instanceof HTMLCanvasElement||e instanceof HTMLVideoElement){let t=new L0;return t.image=e,t}}function Fve(e,t){return ae(e,t,Lve)}var bo=Fve;function zb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._dimensions=void 0,this._dimensionsSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(zb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),dimensions:ae("dimensions"),heightReference:ae("heightReference"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition")});zb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.dimensions=this.dimensions,e.heightReference=this.heightReference,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e):new zb(this)};zb.prototype.merge=function(e){this.show=y(this.show,e.show),this.dimensions=y(this.dimensions,e.dimensions),this.heightReference=y(this.heightReference,e.heightReference),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition)};var BC=zb;var Nve={FIXED:0,INERTIAL:1},eo=Object.freeze(Nve);function RC(){ye.throwInstantiationError()}Object.defineProperties(RC.prototype,{isConstant:{get:ye.throwInstantiationError},definitionChanged:{get:ye.throwInstantiationError},referenceFrame:{get:ye.throwInstantiationError}});RC.prototype.getValue=ye.throwInstantiationError;RC.prototype.getValueInReferenceFrame=ye.throwInstantiationError;RC.prototype.equals=ye.throwInstantiationError;var ZG=new Q;RC.convertToReferenceFrame=function(e,t,n,i,o){if(!l(t))return t;if(l(o)||(o=new h),n===i)return h.clone(t,o);let r=vt.computeIcrfToFixedMatrix(e,ZG);if(l(r)||(r=vt.computeTemeToPseudoFixedMatrix(e,ZG)),n===eo.INERTIAL)return Q.multiplyByVector(r,t,o);if(n===eo.FIXED)return Q.multiplyByVector(Q.transpose(r,ZG),t,o)};var jp=RC;function F0(e,t){this._definitionChanged=new _e,this._value=h.clone(e),this._referenceFrame=y(t,eo.FIXED)}Object.defineProperties(F0.prototype,{isConstant:{get:function(){return!l(this._value)||this._referenceFrame===eo.FIXED}},definitionChanged:{get:function(){return this._definitionChanged}},referenceFrame:{get:function(){return this._referenceFrame}}});F0.prototype.getValue=function(e,t){return this.getValueInReferenceFrame(e,eo.FIXED,t)};F0.prototype.setValue=function(e,t){let n=!1;h.equals(this._value,e)||(n=!0,this._value=h.clone(e)),l(t)&&this._referenceFrame!==t&&(n=!0,this._referenceFrame=t),n&&this._definitionChanged.raiseEvent(this)};F0.prototype.getValueInReferenceFrame=function(e,t,n){return jp.convertToReferenceFrame(e,this._value,this._referenceFrame,t,n)};F0.prototype.equals=function(e){return this===e||e instanceof F0&&h.equals(this._value,e._value)&&this._referenceFrame===e._referenceFrame};var Nc=F0;function Hb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._positions=void 0,this._positionsSubscription=void 0,this._width=void 0,this._widthSubscription=void 0,this._height=void 0,this._heightSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._extrudedHeight=void 0,this._extrudedHeightSubscription=void 0,this._extrudedHeightReference=void 0,this._extrudedHeightReferenceSubscription=void 0,this._cornerType=void 0,this._cornerTypeSubscription=void 0,this._granularity=void 0,this._granularitySubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._classificationType=void 0,this._classificationTypeSubscription=void 0,this._zIndex=void 0,this._zIndexSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Hb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),positions:ae("positions"),width:ae("width"),height:ae("height"),heightReference:ae("heightReference"),extrudedHeight:ae("extrudedHeight"),extrudedHeightReference:ae("extrudedHeightReference"),cornerType:ae("cornerType"),granularity:ae("granularity"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition"),classificationType:ae("classificationType"),zIndex:ae("zIndex")});Hb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.positions=this.positions,e.width=this.width,e.height=this.height,e.heightReference=this.heightReference,e.extrudedHeight=this.extrudedHeight,e.extrudedHeightReference=this.extrudedHeightReference,e.cornerType=this.cornerType,e.granularity=this.granularity,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e.classificationType=this.classificationType,e.zIndex=this.zIndex,e):new Hb(this)};Hb.prototype.merge=function(e){this.show=y(this.show,e.show),this.positions=y(this.positions,e.positions),this.width=y(this.width,e.width),this.height=y(this.height,e.height),this.heightReference=y(this.heightReference,e.heightReference),this.extrudedHeight=y(this.extrudedHeight,e.extrudedHeight),this.extrudedHeightReference=y(this.extrudedHeightReference,e.extrudedHeightReference),this.cornerType=y(this.cornerType,e.cornerType),this.granularity=y(this.granularity,e.granularity),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.classificationType=y(this.classificationType,e.classificationType),this.zIndex=y(this.zIndex,e.zIndex)};var MC=Hb;function kve(e){return e}function Vve(e,t){return ae(e,t,kve)}var Cl=Vve;function Gb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._length=void 0,this._lengthSubscription=void 0,this._topRadius=void 0,this._topRadiusSubscription=void 0,this._bottomRadius=void 0,this._bottomRadiusSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._numberOfVerticalLines=void 0,this._numberOfVerticalLinesSubscription=void 0,this._slices=void 0,this._slicesSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Gb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),length:ae("length"),topRadius:ae("topRadius"),bottomRadius:ae("bottomRadius"),heightReference:ae("heightReference"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),numberOfVerticalLines:ae("numberOfVerticalLines"),slices:ae("slices"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition")});Gb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.length=this.length,e.topRadius=this.topRadius,e.bottomRadius=this.bottomRadius,e.heightReference=this.heightReference,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.numberOfVerticalLines=this.numberOfVerticalLines,e.slices=this.slices,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e):new Gb(this)};Gb.prototype.merge=function(e){this.show=y(this.show,e.show),this.length=y(this.length,e.length),this.topRadius=y(this.topRadius,e.topRadius),this.bottomRadius=y(this.bottomRadius,e.bottomRadius),this.heightReference=y(this.heightReference,e.heightReference),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.numberOfVerticalLines=y(this.numberOfVerticalLines,e.numberOfVerticalLines),this.slices=y(this.slices,e.slices),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition)};var LC=Gb;function Wb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._semiMajorAxis=void 0,this._semiMajorAxisSubscription=void 0,this._semiMinorAxis=void 0,this._semiMinorAxisSubscription=void 0,this._height=void 0,this._heightSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._extrudedHeight=void 0,this._extrudedHeightSubscription=void 0,this._extrudedHeightReference=void 0,this._extrudedHeightReferenceSubscription=void 0,this._rotation=void 0,this._rotationSubscription=void 0,this._stRotation=void 0,this._stRotationSubscription=void 0,this._granularity=void 0,this._granularitySubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._numberOfVerticalLines=void 0,this._numberOfVerticalLinesSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._classificationType=void 0,this._classificationTypeSubscription=void 0,this._zIndex=void 0,this._zIndexSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Wb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),semiMajorAxis:ae("semiMajorAxis"),semiMinorAxis:ae("semiMinorAxis"),height:ae("height"),heightReference:ae("heightReference"),extrudedHeight:ae("extrudedHeight"),extrudedHeightReference:ae("extrudedHeightReference"),rotation:ae("rotation"),stRotation:ae("stRotation"),granularity:ae("granularity"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),numberOfVerticalLines:ae("numberOfVerticalLines"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition"),classificationType:ae("classificationType"),zIndex:ae("zIndex")});Wb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.semiMajorAxis=this.semiMajorAxis,e.semiMinorAxis=this.semiMinorAxis,e.height=this.height,e.heightReference=this.heightReference,e.extrudedHeight=this.extrudedHeight,e.extrudedHeightReference=this.extrudedHeightReference,e.rotation=this.rotation,e.stRotation=this.stRotation,e.granularity=this.granularity,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.numberOfVerticalLines=this.numberOfVerticalLines,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e.classificationType=this.classificationType,e.zIndex=this.zIndex,e):new Wb(this)};Wb.prototype.merge=function(e){this.show=y(this.show,e.show),this.semiMajorAxis=y(this.semiMajorAxis,e.semiMajorAxis),this.semiMinorAxis=y(this.semiMinorAxis,e.semiMinorAxis),this.height=y(this.height,e.height),this.heightReference=y(this.heightReference,e.heightReference),this.extrudedHeight=y(this.extrudedHeight,e.extrudedHeight),this.extrudedHeightReference=y(this.extrudedHeightReference,e.extrudedHeightReference),this.rotation=y(this.rotation,e.rotation),this.stRotation=y(this.stRotation,e.stRotation),this.granularity=y(this.granularity,e.granularity),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.numberOfVerticalLines=y(this.numberOfVerticalLines,e.numberOfVerticalLines),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.classificationType=y(this.classificationType,e.classificationType),this.zIndex=y(this.zIndex,e.zIndex)};var FC=Wb;function jb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._radii=void 0,this._radiiSubscription=void 0,this._innerRadii=void 0,this._innerRadiiSubscription=void 0,this._minimumClock=void 0,this._minimumClockSubscription=void 0,this._maximumClock=void 0,this._maximumClockSubscription=void 0,this._minimumCone=void 0,this._minimumConeSubscription=void 0,this._maximumCone=void 0,this._maximumConeSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._stackPartitions=void 0,this._stackPartitionsSubscription=void 0,this._slicePartitions=void 0,this._slicePartitionsSubscription=void 0,this._subdivisions=void 0,this._subdivisionsSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(jb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),radii:ae("radii"),innerRadii:ae("innerRadii"),minimumClock:ae("minimumClock"),maximumClock:ae("maximumClock"),minimumCone:ae("minimumCone"),maximumCone:ae("maximumCone"),heightReference:ae("heightReference"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),stackPartitions:ae("stackPartitions"),slicePartitions:ae("slicePartitions"),subdivisions:ae("subdivisions"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition")});jb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.radii=this.radii,e.innerRadii=this.innerRadii,e.minimumClock=this.minimumClock,e.maximumClock=this.maximumClock,e.minimumCone=this.minimumCone,e.maximumCone=this.maximumCone,e.heightReference=this.heightReference,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.stackPartitions=this.stackPartitions,e.slicePartitions=this.slicePartitions,e.subdivisions=this.subdivisions,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e):new jb(this)};jb.prototype.merge=function(e){this.show=y(this.show,e.show),this.radii=y(this.radii,e.radii),this.innerRadii=y(this.innerRadii,e.innerRadii),this.minimumClock=y(this.minimumClock,e.minimumClock),this.maximumClock=y(this.maximumClock,e.maximumClock),this.minimumCone=y(this.minimumCone,e.minimumCone),this.maximumCone=y(this.maximumCone,e.maximumCone),this.heightReference=y(this.heightReference,e.heightReference),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.stackPartitions=y(this.stackPartitions,e.stackPartitions),this.slicePartitions=y(this.slicePartitions,e.slicePartitions),this.subdivisions=y(this.subdivisions,e.subdivisions),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition)};var NC=jb;function qb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._text=void 0,this._textSubscription=void 0,this._font=void 0,this._fontSubscription=void 0,this._style=void 0,this._styleSubscription=void 0,this._scale=void 0,this._scaleSubscription=void 0,this._showBackground=void 0,this._showBackgroundSubscription=void 0,this._backgroundColor=void 0,this._backgroundColorSubscription=void 0,this._backgroundPadding=void 0,this._backgroundPaddingSubscription=void 0,this._pixelOffset=void 0,this._pixelOffsetSubscription=void 0,this._eyeOffset=void 0,this._eyeOffsetSubscription=void 0,this._horizontalOrigin=void 0,this._horizontalOriginSubscription=void 0,this._verticalOrigin=void 0,this._verticalOriginSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._fillColor=void 0,this._fillColorSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._translucencyByDistance=void 0,this._translucencyByDistanceSubscription=void 0,this._pixelOffsetScaleByDistance=void 0,this._pixelOffsetScaleByDistanceSubscription=void 0,this._scaleByDistance=void 0,this._scaleByDistanceSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._disableDepthTestDistance=void 0,this._disableDepthTestDistanceSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(qb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),text:ae("text"),font:ae("font"),style:ae("style"),scale:ae("scale"),showBackground:ae("showBackground"),backgroundColor:ae("backgroundColor"),backgroundPadding:ae("backgroundPadding"),pixelOffset:ae("pixelOffset"),eyeOffset:ae("eyeOffset"),horizontalOrigin:ae("horizontalOrigin"),verticalOrigin:ae("verticalOrigin"),heightReference:ae("heightReference"),fillColor:ae("fillColor"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),translucencyByDistance:ae("translucencyByDistance"),pixelOffsetScaleByDistance:ae("pixelOffsetScaleByDistance"),scaleByDistance:ae("scaleByDistance"),distanceDisplayCondition:ae("distanceDisplayCondition"),disableDepthTestDistance:ae("disableDepthTestDistance")});qb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.text=this.text,e.font=this.font,e.style=this.style,e.scale=this.scale,e.showBackground=this.showBackground,e.backgroundColor=this.backgroundColor,e.backgroundPadding=this.backgroundPadding,e.pixelOffset=this.pixelOffset,e.eyeOffset=this.eyeOffset,e.horizontalOrigin=this.horizontalOrigin,e.verticalOrigin=this.verticalOrigin,e.heightReference=this.heightReference,e.fillColor=this.fillColor,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.translucencyByDistance=this.translucencyByDistance,e.pixelOffsetScaleByDistance=this.pixelOffsetScaleByDistance,e.scaleByDistance=this.scaleByDistance,e.distanceDisplayCondition=this.distanceDisplayCondition,e.disableDepthTestDistance=this.disableDepthTestDistance,e):new qb(this)};qb.prototype.merge=function(e){this.show=y(this.show,e.show),this.text=y(this.text,e.text),this.font=y(this.font,e.font),this.style=y(this.style,e.style),this.scale=y(this.scale,e.scale),this.showBackground=y(this.showBackground,e.showBackground),this.backgroundColor=y(this.backgroundColor,e.backgroundColor),this.backgroundPadding=y(this.backgroundPadding,e.backgroundPadding),this.pixelOffset=y(this.pixelOffset,e.pixelOffset),this.eyeOffset=y(this.eyeOffset,e.eyeOffset),this.horizontalOrigin=y(this.horizontalOrigin,e.horizontalOrigin),this.verticalOrigin=y(this.verticalOrigin,e.verticalOrigin),this.heightReference=y(this.heightReference,e.heightReference),this.fillColor=y(this.fillColor,e.fillColor),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.translucencyByDistance=y(this.translucencyByDistance,e.translucencyByDistance),this.pixelOffsetScaleByDistance=y(this.pixelOffsetScaleByDistance,e.pixelOffsetScaleByDistance),this.scaleByDistance=y(this.scaleByDistance,e.scaleByDistance),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.disableDepthTestDistance=y(this.disableDepthTestDistance,e.disableDepthTestDistance)};var zd=qb;var Uve=new h(1,1,1),zve=h.ZERO,Hve=Be.IDENTITY;function jZ(e,t,n){this.translation=h.clone(y(e,zve)),this.rotation=Be.clone(y(t,Hve)),this.scale=h.clone(y(n,Uve))}jZ.prototype.equals=function(e){return this===e||l(e)&&h.equals(this.translation,e.translation)&&Be.equals(this.rotation,e.rotation)&&h.equals(this.scale,e.scale)};var N0=jZ;var QG=new N0;function Yb(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._translation=void 0,this._translationSubscription=void 0,this._rotation=void 0,this._rotationSubscription=void 0,this._scale=void 0,this._scaleSubscription=void 0,this.translation=e.translation,this.rotation=e.rotation,this.scale=e.scale}Object.defineProperties(Yb.prototype,{isConstant:{get:function(){return j.isConstant(this._translation)&&j.isConstant(this._rotation)&&j.isConstant(this._scale)}},definitionChanged:{get:function(){return this._definitionChanged}},translation:ae("translation"),rotation:ae("rotation"),scale:ae("scale")});Yb.prototype.getValue=function(e,t){return l(t)||(t=new N0),t.translation=j.getValueOrClonedDefault(this._translation,e,QG.translation,t.translation),t.rotation=j.getValueOrClonedDefault(this._rotation,e,QG.rotation,t.rotation),t.scale=j.getValueOrClonedDefault(this._scale,e,QG.scale,t.scale),t};Yb.prototype.equals=function(e){return this===e||e instanceof Yb&&j.equals(this._translation,e._translation)&&j.equals(this._rotation,e._rotation)&&j.equals(this._scale,e._scale)};var kC=Yb;function pm(e,t){this._propertyNames=[],this._definitionChanged=new _e,l(e)&&this.merge(e,t)}Object.defineProperties(pm.prototype,{propertyNames:{get:function(){return this._propertyNames}},isConstant:{get:function(){let e=this._propertyNames;for(let t=0,n=e.length;t<n;t++)if(!j.isConstant(this[e[t]]))return!1;return!0}},definitionChanged:{get:function(){return this._definitionChanged}}});pm.prototype.hasProperty=function(e){return this._propertyNames.indexOf(e)!==-1};function Gve(e){return new Xn(e)}pm.prototype.addProperty=function(e,t,n){this._propertyNames.push(e),Object.defineProperty(this,e,ae(e,!0,y(n,Gve))),l(t)&&(this[e]=t),this._definitionChanged.raiseEvent(this)};pm.prototype.removeProperty=function(e){let n=this._propertyNames.indexOf(e);this._propertyNames.splice(n,1),delete this[e],this._definitionChanged.raiseEvent(this)};pm.prototype.getValue=function(e,t){l(t)||(t={});let n=this._propertyNames;for(let i=0,o=n.length;i<o;i++){let r=n[i];t[r]=j.getValueOrUndefined(this[r],e,t[r])}return t};pm.prototype.merge=function(e,t){let n=this._propertyNames,i=l(e._propertyNames)?e._propertyNames:Object.keys(e);for(let o=0,r=i.length;o<r;o++){let s=i[o],a=this[s],c=e[s];a===void 0&&n.indexOf(s)===-1&&this.addProperty(s,void 0,t),c!==void 0&&(a!==void 0?l(a)&&l(a.merge)&&a.merge(c):l(c)&&l(c.merge)&&l(c.clone)?this[s]=c.clone():this[s]=c)}};function Wve(e,t){let n=e._propertyNames,i=t._propertyNames,o=n.length;if(o!==i.length)return!1;for(let r=0;r<o;++r){let s=n[r];if(i.indexOf(s)===-1||!j.equals(e[s],t[s]))return!1}return!0}pm.prototype.equals=function(e){return this===e||e instanceof pm&&Wve(this,e)};var xl=pm;function qZ(e){return new kC(e)}function jve(e){return new xl(e,qZ)}function qve(e){return new xl(e)}function Xb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._uri=void 0,this._uriSubscription=void 0,this._scale=void 0,this._scaleSubscription=void 0,this._minimumPixelSize=void 0,this._minimumPixelSizeSubscription=void 0,this._maximumScale=void 0,this._maximumScaleSubscription=void 0,this._incrementallyLoadTextures=void 0,this._incrementallyLoadTexturesSubscription=void 0,this._runAnimations=void 0,this._runAnimationsSubscription=void 0,this._clampAnimations=void 0,this._clampAnimationsSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._silhouetteColor=void 0,this._silhouetteColorSubscription=void 0,this._silhouetteSize=void 0,this._silhouetteSizeSubscription=void 0,this._color=void 0,this._colorSubscription=void 0,this._colorBlendMode=void 0,this._colorBlendModeSubscription=void 0,this._colorBlendAmount=void 0,this._colorBlendAmountSubscription=void 0,this._imageBasedLightingFactor=void 0,this._imageBasedLightingFactorSubscription=void 0,this._lightColor=void 0,this._lightColorSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._nodeTransformations=void 0,this._nodeTransformationsSubscription=void 0,this._articulations=void 0,this._articulationsSubscription=void 0,this._clippingPlanes=void 0,this._clippingPlanesSubscription=void 0,this._customShader=void 0,this._customShaderSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Xb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),uri:ae("uri"),scale:ae("scale"),minimumPixelSize:ae("minimumPixelSize"),maximumScale:ae("maximumScale"),incrementallyLoadTextures:ae("incrementallyLoadTextures"),runAnimations:ae("runAnimations"),clampAnimations:ae("clampAnimations"),shadows:ae("shadows"),heightReference:ae("heightReference"),silhouetteColor:ae("silhouetteColor"),silhouetteSize:ae("silhouetteSize"),color:ae("color"),colorBlendMode:ae("colorBlendMode"),colorBlendAmount:ae("colorBlendAmount"),imageBasedLightingFactor:ae("imageBasedLightingFactor"),lightColor:ae("lightColor"),distanceDisplayCondition:ae("distanceDisplayCondition"),nodeTransformations:ae("nodeTransformations",void 0,jve),articulations:ae("articulations",void 0,qve),clippingPlanes:ae("clippingPlanes"),customShader:ae("customShader")});Xb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.uri=this.uri,e.scale=this.scale,e.minimumPixelSize=this.minimumPixelSize,e.maximumScale=this.maximumScale,e.incrementallyLoadTextures=this.incrementallyLoadTextures,e.runAnimations=this.runAnimations,e.clampAnimations=this.clampAnimations,e.heightReference=this._heightReference,e.silhouetteColor=this.silhouetteColor,e.silhouetteSize=this.silhouetteSize,e.color=this.color,e.colorBlendMode=this.colorBlendMode,e.colorBlendAmount=this.colorBlendAmount,e.imageBasedLightingFactor=this.imageBasedLightingFactor,e.lightColor=this.lightColor,e.distanceDisplayCondition=this.distanceDisplayCondition,e.nodeTransformations=this.nodeTransformations,e.articulations=this.articulations,e.clippingPlanes=this.clippingPlanes,e.customShader=this.customShader,e):new Xb(this)};Xb.prototype.merge=function(e){this.show=y(this.show,e.show),this.uri=y(this.uri,e.uri),this.scale=y(this.scale,e.scale),this.minimumPixelSize=y(this.minimumPixelSize,e.minimumPixelSize),this.maximumScale=y(this.maximumScale,e.maximumScale),this.incrementallyLoadTextures=y(this.incrementallyLoadTextures,e.incrementallyLoadTextures),this.runAnimations=y(this.runAnimations,e.runAnimations),this.clampAnimations=y(this.clampAnimations,e.clampAnimations),this.shadows=y(this.shadows,e.shadows),this.heightReference=y(this.heightReference,e.heightReference),this.silhouetteColor=y(this.silhouetteColor,e.silhouetteColor),this.silhouetteSize=y(this.silhouetteSize,e.silhouetteSize),this.color=y(this.color,e.color),this.colorBlendMode=y(this.colorBlendMode,e.colorBlendMode),this.colorBlendAmount=y(this.colorBlendAmount,e.colorBlendAmount),this.imageBasedLightingFactor=y(this.imageBasedLightingFactor,e.imageBasedLightingFactor),this.lightColor=y(this.lightColor,e.lightColor),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.clippingPlanes=y(this.clippingPlanes,e.clippingPlanes),this.customShader=y(this.customShader,e.customShader);let t=e.nodeTransformations;if(l(t)){let i=this.nodeTransformations;l(i)?i.merge(t):this.nodeTransformations=new xl(t,qZ)}let n=e.articulations;if(l(n)){let i=this.articulations;l(i)?i.merge(n):this.articulations=new xl(n)}};var qp=Xb;function Kb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._uri=void 0,this._uriSubscription=void 0,this._maximumScreenSpaceError=void 0,this._maximumScreenSpaceErrorSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Kb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),uri:ae("uri"),maximumScreenSpaceError:ae("maximumScreenSpaceError")});Kb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.uri=this.uri,e.maximumScreenSpaceError=this.maximumScreenSpaceError,e):new Kb(this)};Kb.prototype.merge=function(e){this.show=y(this.show,e.show),this.uri=y(this.uri,e.uri),this.maximumScreenSpaceError=y(this.maximumScreenSpaceError,e.maximumScreenSpaceError)};var VC=Kb;function Jb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._leadTime=void 0,this._leadTimeSubscription=void 0,this._trailTime=void 0,this._trailTimeSubscription=void 0,this._width=void 0,this._widthSubscription=void 0,this._resolution=void 0,this._resolutionSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Jb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),leadTime:ae("leadTime"),trailTime:ae("trailTime"),width:ae("width"),resolution:ae("resolution"),material:bo("material"),distanceDisplayCondition:ae("distanceDisplayCondition")});Jb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.leadTime=this.leadTime,e.trailTime=this.trailTime,e.width=this.width,e.resolution=this.resolution,e.material=this.material,e.distanceDisplayCondition=this.distanceDisplayCondition,e):new Jb(this)};Jb.prototype.merge=function(e){this.show=y(this.show,e.show),this.leadTime=y(this.leadTime,e.leadTime),this.trailTime=y(this.trailTime,e.trailTime),this.width=y(this.width,e.width),this.resolution=y(this.resolution,e.resolution),this.material=y(this.material,e.material),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition)};var Yp=Jb;function Zb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._plane=void 0,this._planeSubscription=void 0,this._dimensions=void 0,this._dimensionsSubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Zb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),plane:ae("plane"),dimensions:ae("dimensions"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition")});Zb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.plane=this.plane,e.dimensions=this.dimensions,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e):new Zb(this)};Zb.prototype.merge=function(e){this.show=y(this.show,e.show),this.plane=y(this.plane,e.plane),this.dimensions=y(this.dimensions,e.dimensions),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition)};var IB=Zb;function Qb(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._pixelSize=void 0,this._pixelSizeSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._color=void 0,this._colorSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._scaleByDistance=void 0,this._scaleByDistanceSubscription=void 0,this._translucencyByDistance=void 0,this._translucencyByDistanceSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._disableDepthTestDistance=void 0,this._disableDepthTestDistanceSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(Qb.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),pixelSize:ae("pixelSize"),heightReference:ae("heightReference"),color:ae("color"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),scaleByDistance:ae("scaleByDistance"),translucencyByDistance:ae("translucencyByDistance"),distanceDisplayCondition:ae("distanceDisplayCondition"),disableDepthTestDistance:ae("disableDepthTestDistance")});Qb.prototype.clone=function(e){return l(e)?(e.show=this.show,e.pixelSize=this.pixelSize,e.heightReference=this.heightReference,e.color=this.color,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.scaleByDistance=this.scaleByDistance,e.translucencyByDistance=this._translucencyByDistance,e.distanceDisplayCondition=this.distanceDisplayCondition,e.disableDepthTestDistance=this.disableDepthTestDistance,e):new Qb(this)};Qb.prototype.merge=function(e){this.show=y(this.show,e.show),this.pixelSize=y(this.pixelSize,e.pixelSize),this.heightReference=y(this.heightReference,e.heightReference),this.color=y(this.color,e.color),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.scaleByDistance=y(this.scaleByDistance,e.scaleByDistance),this.translucencyByDistance=y(this._translucencyByDistance,e.translucencyByDistance),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.disableDepthTestDistance=y(this.disableDepthTestDistance,e.disableDepthTestDistance)};var UC=Qb;function Yve(e,t){this.positions=l(e)?e:[],this.holes=l(t)?t:[]}var kc=Yve;function Xve(e){return Array.isArray(e)&&(e=new kc(e)),new Xn(e)}function $b(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._hierarchy=void 0,this._hierarchySubscription=void 0,this._height=void 0,this._heightSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._extrudedHeight=void 0,this._extrudedHeightSubscription=void 0,this._extrudedHeightReference=void 0,this._extrudedHeightReferenceSubscription=void 0,this._stRotation=void 0,this._stRotationSubscription=void 0,this._granularity=void 0,this._granularitySubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._perPositionHeight=void 0,this._perPositionHeightSubscription=void 0,this._closeTop=void 0,this._closeTopSubscription=void 0,this._closeBottom=void 0,this._closeBottomSubscription=void 0,this._arcType=void 0,this._arcTypeSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._classificationType=void 0,this._classificationTypeSubscription=void 0,this._zIndex=void 0,this._zIndexSubscription=void 0,this._textureCoordinates=void 0,this._textureCoordinatesSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties($b.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),hierarchy:ae("hierarchy",void 0,Xve),height:ae("height"),heightReference:ae("heightReference"),extrudedHeight:ae("extrudedHeight"),extrudedHeightReference:ae("extrudedHeightReference"),stRotation:ae("stRotation"),granularity:ae("granularity"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),perPositionHeight:ae("perPositionHeight"),closeTop:ae("closeTop"),closeBottom:ae("closeBottom"),arcType:ae("arcType"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition"),classificationType:ae("classificationType"),zIndex:ae("zIndex"),textureCoordinates:ae("textureCoordinates")});$b.prototype.clone=function(e){return l(e)?(e.show=this.show,e.hierarchy=this.hierarchy,e.height=this.height,e.heightReference=this.heightReference,e.extrudedHeight=this.extrudedHeight,e.extrudedHeightReference=this.extrudedHeightReference,e.stRotation=this.stRotation,e.granularity=this.granularity,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.perPositionHeight=this.perPositionHeight,e.closeTop=this.closeTop,e.closeBottom=this.closeBottom,e.arcType=this.arcType,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e.classificationType=this.classificationType,e.zIndex=this.zIndex,e.textureCoordinates=this.textureCoordinates,e):new $b(this)};$b.prototype.merge=function(e){this.show=y(this.show,e.show),this.hierarchy=y(this.hierarchy,e.hierarchy),this.height=y(this.height,e.height),this.heightReference=y(this.heightReference,e.heightReference),this.extrudedHeight=y(this.extrudedHeight,e.extrudedHeight),this.extrudedHeightReference=y(this.extrudedHeightReference,e.extrudedHeightReference),this.stRotation=y(this.stRotation,e.stRotation),this.granularity=y(this.granularity,e.granularity),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.perPositionHeight=y(this.perPositionHeight,e.perPositionHeight),this.closeTop=y(this.closeTop,e.closeTop),this.closeBottom=y(this.closeBottom,e.closeBottom),this.arcType=y(this.arcType,e.arcType),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.classificationType=y(this.classificationType,e.classificationType),this.zIndex=y(this.zIndex,e.zIndex),this.textureCoordinates=y(this.textureCoordinates,e.textureCoordinates)};var Hd=$b;function eS(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._positions=void 0,this._positionsSubscription=void 0,this._width=void 0,this._widthSubscription=void 0,this._granularity=void 0,this._granularitySubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._depthFailMaterial=void 0,this._depthFailMaterialSubscription=void 0,this._arcType=void 0,this._arcTypeSubscription=void 0,this._clampToGround=void 0,this._clampToGroundSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this._classificationType=void 0,this._classificationTypeSubscription=void 0,this._zIndex=void 0,this._zIndexSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(eS.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),positions:ae("positions"),width:ae("width"),granularity:ae("granularity"),material:bo("material"),depthFailMaterial:bo("depthFailMaterial"),arcType:ae("arcType"),clampToGround:ae("clampToGround"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition"),classificationType:ae("classificationType"),zIndex:ae("zIndex")});eS.prototype.clone=function(e){return l(e)?(e.show=this.show,e.positions=this.positions,e.width=this.width,e.granularity=this.granularity,e.material=this.material,e.depthFailMaterial=this.depthFailMaterial,e.arcType=this.arcType,e.clampToGround=this.clampToGround,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e.classificationType=this.classificationType,e.zIndex=this.zIndex,e):new eS(this)};eS.prototype.merge=function(e){this.show=y(this.show,e.show),this.positions=y(this.positions,e.positions),this.width=y(this.width,e.width),this.granularity=y(this.granularity,e.granularity),this.material=y(this.material,e.material),this.depthFailMaterial=y(this.depthFailMaterial,e.depthFailMaterial),this.arcType=y(this.arcType,e.arcType),this.clampToGround=y(this.clampToGround,e.clampToGround),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.classificationType=y(this.classificationType,e.classificationType),this.zIndex=y(this.zIndex,e.zIndex)};var ec=eS;function tS(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._positions=void 0,this._positionsSubscription=void 0,this._shape=void 0,this._shapeSubscription=void 0,this._cornerType=void 0,this._cornerTypeSubscription=void 0,this._granularity=void 0,this._granularitySubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubsription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(tS.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),positions:ae("positions"),shape:ae("shape"),cornerType:ae("cornerType"),granularity:ae("granularity"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition")});tS.prototype.clone=function(e){return l(e)?(e.show=this.show,e.positions=this.positions,e.shape=this.shape,e.cornerType=this.cornerType,e.granularity=this.granularity,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e):new tS(this)};tS.prototype.merge=function(e){this.show=y(this.show,e.show),this.positions=y(this.positions,e.positions),this.shape=y(this.shape,e.shape),this.cornerType=y(this.cornerType,e.cornerType),this.granularity=y(this.granularity,e.granularity),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition)};var zC=tS;function nS(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._coordinates=void 0,this._coordinatesSubscription=void 0,this._height=void 0,this._heightSubscription=void 0,this._heightReference=void 0,this._heightReferenceSubscription=void 0,this._extrudedHeight=void 0,this._extrudedHeightSubscription=void 0,this._extrudedHeightReference=void 0,this._extrudedHeightReferenceSubscription=void 0,this._rotation=void 0,this._rotationSubscription=void 0,this._stRotation=void 0,this._stRotationSubscription=void 0,this._granularity=void 0,this._granularitySubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distancedisplayConditionSubscription=void 0,this._classificationType=void 0,this._classificationTypeSubscription=void 0,this._zIndex=void 0,this._zIndexSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(nS.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),coordinates:ae("coordinates"),height:ae("height"),heightReference:ae("heightReference"),extrudedHeight:ae("extrudedHeight"),extrudedHeightReference:ae("extrudedHeightReference"),rotation:ae("rotation"),stRotation:ae("stRotation"),granularity:ae("granularity"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition"),classificationType:ae("classificationType"),zIndex:ae("zIndex")});nS.prototype.clone=function(e){return l(e)?(e.show=this.show,e.coordinates=this.coordinates,e.height=this.height,e.heightReference=this.heightReference,e.extrudedHeight=this.extrudedHeight,e.extrudedHeightReference=this.extrudedHeightReference,e.rotation=this.rotation,e.stRotation=this.stRotation,e.granularity=this.granularity,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e.classificationType=this.classificationType,e.zIndex=this.zIndex,e):new nS(this)};nS.prototype.merge=function(e){this.show=y(this.show,e.show),this.coordinates=y(this.coordinates,e.coordinates),this.height=y(this.height,e.height),this.heightReference=y(this.heightReference,e.heightReference),this.extrudedHeight=y(this.extrudedHeight,e.extrudedHeight),this.extrudedHeightReference=y(this.extrudedHeightReference,e.extrudedHeightReference),this.rotation=y(this.rotation,e.rotation),this.stRotation=y(this.stRotation,e.stRotation),this.granularity=y(this.granularity,e.granularity),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition),this.classificationType=y(this.classificationType,e.classificationType),this.zIndex=y(this.zIndex,e.zIndex)};var Gd=nS;function iS(e){this._definitionChanged=new _e,this._show=void 0,this._showSubscription=void 0,this._positions=void 0,this._positionsSubscription=void 0,this._minimumHeights=void 0,this._minimumHeightsSubscription=void 0,this._maximumHeights=void 0,this._maximumHeightsSubscription=void 0,this._granularity=void 0,this._granularitySubscription=void 0,this._fill=void 0,this._fillSubscription=void 0,this._material=void 0,this._materialSubscription=void 0,this._outline=void 0,this._outlineSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this._shadows=void 0,this._shadowsSubscription=void 0,this._distanceDisplayCondition=void 0,this._distanceDisplayConditionSubscription=void 0,this.merge(y(e,y.EMPTY_OBJECT))}Object.defineProperties(iS.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},show:ae("show"),positions:ae("positions"),minimumHeights:ae("minimumHeights"),maximumHeights:ae("maximumHeights"),granularity:ae("granularity"),fill:ae("fill"),material:bo("material"),outline:ae("outline"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth"),shadows:ae("shadows"),distanceDisplayCondition:ae("distanceDisplayCondition")});iS.prototype.clone=function(e){return l(e)?(e.show=this.show,e.positions=this.positions,e.minimumHeights=this.minimumHeights,e.maximumHeights=this.maximumHeights,e.granularity=this.granularity,e.fill=this.fill,e.material=this.material,e.outline=this.outline,e.outlineColor=this.outlineColor,e.outlineWidth=this.outlineWidth,e.shadows=this.shadows,e.distanceDisplayCondition=this.distanceDisplayCondition,e):new iS(this)};iS.prototype.merge=function(e){this.show=y(this.show,e.show),this.positions=y(this.positions,e.positions),this.minimumHeights=y(this.minimumHeights,e.minimumHeights),this.maximumHeights=y(this.maximumHeights,e.maximumHeights),this.granularity=y(this.granularity,e.granularity),this.fill=y(this.fill,e.fill),this.material=y(this.material,e.material),this.outline=y(this.outline,e.outline),this.outlineColor=y(this.outlineColor,e.outlineColor),this.outlineWidth=y(this.outlineWidth,e.outlineWidth),this.shadows=y(this.shadows,e.shadows),this.distanceDisplayCondition=y(this.distanceDisplayCondition,e.distanceDisplayCondition)};var Xp=iS;var Kve=new he;function Jve(e){return new Nc(e)}function Zve(e){return ae(e,void 0,Jve)}function ys(e,t){return ae(e,void 0,function(n){return n instanceof t?n:new t(n)})}function Wd(e){e=y(e,y.EMPTY_OBJECT);let t=e.id;l(t)||(t=kn()),this._availability=void 0,this._id=t,this._definitionChanged=new _e,this._name=e.name,this._show=y(e.show,!0),this._parent=void 0,this._propertyNames=["billboard","box","corridor","cylinder","description","ellipse","ellipsoid","label","model","tileset","orientation","path","plane","point","polygon","polyline","polylineVolume","position","properties","rectangle","viewFrom","wall"],this._billboard=void 0,this._billboardSubscription=void 0,this._box=void 0,this._boxSubscription=void 0,this._corridor=void 0,this._corridorSubscription=void 0,this._cylinder=void 0,this._cylinderSubscription=void 0,this._description=void 0,this._descriptionSubscription=void 0,this._ellipse=void 0,this._ellipseSubscription=void 0,this._ellipsoid=void 0,this._ellipsoidSubscription=void 0,this._label=void 0,this._labelSubscription=void 0,this._model=void 0,this._modelSubscription=void 0,this._tileset=void 0,this._tilesetSubscription=void 0,this._orientation=void 0,this._orientationSubscription=void 0,this._path=void 0,this._pathSubscription=void 0,this._plane=void 0,this._planeSubscription=void 0,this._point=void 0,this._pointSubscription=void 0,this._polygon=void 0,this._polygonSubscription=void 0,this._polyline=void 0,this._polylineSubscription=void 0,this._polylineVolume=void 0,this._polylineVolumeSubscription=void 0,this._position=void 0,this._positionSubscription=void 0,this._properties=void 0,this._propertiesSubscription=void 0,this._rectangle=void 0,this._rectangleSubscription=void 0,this._viewFrom=void 0,this._viewFromSubscription=void 0,this._wall=void 0,this._wallSubscription=void 0,this._children=[],this.entityCollection=void 0,this.parent=e.parent,this.merge(e)}function $G(e,t,n){let i=t.length;for(let o=0;o<i;o++){let r=t[o],s=r._show;(!n&&s)!==(n&&s)&&$G(r,r._children,n)}e._definitionChanged.raiseEvent(e,"isShowing",n,!n)}Object.defineProperties(Wd.prototype,{availability:Cl("availability"),id:{get:function(){return this._id}},definitionChanged:{get:function(){return this._definitionChanged}},name:Cl("name"),show:{get:function(){return this._show},set:function(e){if(e===this._show)return;let t=this.isShowing;this._show=e;let n=this.isShowing;t!==n&&$G(this,this._children,n),this._definitionChanged.raiseEvent(this,"show",e,!e)}},isShowing:{get:function(){return this._show&&(!l(this.entityCollection)||this.entityCollection.show)&&(!l(this._parent)||this._parent.isShowing)}},parent:{get:function(){return this._parent},set:function(e){let t=this._parent;if(t===e)return;let n=this.isShowing;if(l(t)){let o=t._children.indexOf(this);t._children.splice(o,1)}this._parent=e,l(e)&&e._children.push(this);let i=this.isShowing;n!==i&&$G(this,this._children,i),this._definitionChanged.raiseEvent(this,"parent",e,t)}},propertyNames:{get:function(){return this._propertyNames}},billboard:ys("billboard",ja),box:ys("box",BC),corridor:ys("corridor",MC),cylinder:ys("cylinder",LC),description:ae("description"),ellipse:ys("ellipse",FC),ellipsoid:ys("ellipsoid",NC),label:ys("label",zd),model:ys("model",qp),tileset:ys("tileset",VC),orientation:ae("orientation"),path:ys("path",Yp),plane:ys("plane",IB),point:ys("point",UC),polygon:ys("polygon",Hd),polyline:ys("polyline",ec),polylineVolume:ys("polylineVolume",zC),properties:ys("properties",xl),position:Zve("position"),rectangle:ys("rectangle",Gd),viewFrom:ae("viewFrom"),wall:ys("wall",Xp)});Wd.prototype.isAvailable=function(e){let t=this._availability;return!l(t)||t.contains(e)};Wd.prototype.addProperty=function(e){this._propertyNames.push(e),Object.defineProperty(this,e,Cl(e,!0))};Wd.prototype.removeProperty=function(e){let n=this._propertyNames.indexOf(e);this._propertyNames.splice(n,1),delete this[e]};Wd.prototype.merge=function(e){this.name=y(this.name,e.name),this.availability=y(this.availability,e.availability);let t=this._propertyNames,n=l(e._propertyNames)?e._propertyNames:Object.keys(e),i=n.length;for(let o=0;o<i;o++){let r=n[o];if(r==="parent"||r==="name"||r==="availability")continue;let s=this[r],a=e[r];!l(s)&&t.indexOf(r)===-1&&this.addProperty(r),l(a)&&(l(s)?l(s.merge)&&s.merge(a):l(a.merge)&&l(a.clone)?this[r]=a.clone():this[r]=a)}};var YZ=new Q,XZ=new h,KZ=new Be;Wd.prototype.computeModelMatrix=function(e,t){let n=j.getValueOrUndefined(this._position,e,XZ);if(!l(n))return;let i=j.getValueOrUndefined(this._orientation,e,KZ);return l(i)?t=F.fromRotationTranslation(Q.fromQuaternion(i,YZ),n,t):t=vt.eastNorthUpToFixedFrame(n,void 0,t),t};Wd.prototype.computeModelMatrixForHeightReference=function(e,t,n,i,o){let r=j.getValueOrDefault(t,e,Ue.NONE),s=j.getValueOrUndefined(this._position,e,XZ);if(r===Ue.NONE||!l(s)||h.equalsEpsilon(s,h.ZERO,I.EPSILON8))return this.computeModelMatrix(e,o);let a=i.cartesianToCartographic(s,Kve);r===Ue.CLAMP_TO_GROUND?a.height=n:a.height+=n,s=i.cartographicToCartesian(a,s);let c=j.getValueOrUndefined(this._orientation,e,KZ);return l(c)?o=F.fromRotationTranslation(Q.fromQuaternion(c,YZ),s,o):o=vt.eastNorthUpToFixedFrame(s,void 0,o),o};Wd.supportsMaterialsforEntitiesOnTerrain=function(e){return Fc.supportsMaterials(e)};Wd.supportsPolylinesOnTerrain=function(e){return Ud.isSupported(e)};var Ko=Wd;var Qve=new Pt(U.WHITE),$ve=new Xn(!0),ePe=new Xn(!0),tPe=new Xn(!1),nPe=new Xn(U.BLACK),iPe=new Xn(hn.DISABLED),oPe=new Xn(new xt),rPe=new Xn(Fn.BOTH);function tc(e){let t=e.entity,n=e.geometryPropertyName;this._entity=t,this._scene=e.scene,this._fillEnabled=!1,this._isClosed=!1,this._onTerrain=!1,this._dynamic=!1,this._outlineEnabled=!1,this._geometryChanged=new _e,this._showProperty=void 0,this._materialProperty=void 0,this._showOutlineProperty=void 0,this._outlineColorProperty=void 0,this._outlineWidth=1,this._shadowsProperty=void 0,this._distanceDisplayConditionProperty=void 0,this._classificationTypeProperty=void 0,this._options=e.geometryOptions,this._geometryPropertyName=n,this._id=`${n}-${t.id}`,this._observedPropertyNames=e.observedPropertyNames,this._supportsMaterialsforEntitiesOnTerrain=Ko.supportsMaterialsforEntitiesOnTerrain(e.scene)}Object.defineProperties(tc.prototype,{id:{get:function(){return this._id}},entity:{get:function(){return this._entity}},fillEnabled:{get:function(){return this._fillEnabled}},hasConstantFill:{get:function(){return!this._fillEnabled||!l(this._entity.availability)&&j.isConstant(this._showProperty)&&j.isConstant(this._fillProperty)}},fillMaterialProperty:{get:function(){return this._materialProperty}},outlineEnabled:{get:function(){return this._outlineEnabled}},hasConstantOutline:{get:function(){return!this._outlineEnabled||!l(this._entity.availability)&&j.isConstant(this._showProperty)&&j.isConstant(this._showOutlineProperty)}},outlineColorProperty:{get:function(){return this._outlineColorProperty}},outlineWidth:{get:function(){return this._outlineWidth}},shadowsProperty:{get:function(){return this._shadowsProperty}},distanceDisplayConditionProperty:{get:function(){return this._distanceDisplayConditionProperty}},classificationTypeProperty:{get:function(){return this._classificationTypeProperty}},isDynamic:{get:function(){return this._dynamic}},isClosed:{get:function(){return this._isClosed}},onTerrain:{get:function(){return this._onTerrain}},geometryChanged:{get:function(){return this._geometryChanged}}});tc.prototype.isOutlineVisible=function(e){let t=this._entity,n=this._outlineEnabled&&t.isAvailable(e)&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e);return y(n,!1)};tc.prototype.isFilled=function(e){let t=this._entity,n=this._fillEnabled&&t.isAvailable(e)&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e);return y(n,!1)};tc.prototype.createFillGeometryInstance=ye.throwInstantiationError;tc.prototype.createOutlineGeometryInstance=ye.throwInstantiationError;tc.prototype.isDestroyed=function(){return!1};tc.prototype.destroy=function(){le(this)};tc.prototype._isHidden=function(e,t){let n=t.show;return l(n)&&n.isConstant&&!n.getValue(ke.MINIMUM_VALUE)};tc.prototype._isOnTerrain=function(e,t){return!1};tc.prototype._getIsClosed=function(e){return!0};tc.prototype._isDynamic=ye.throwInstantiationError;tc.prototype._setStaticOptions=ye.throwInstantiationError;tc.prototype._onEntityPropertyChanged=function(e,t,n,i){if(this._observedPropertyNames.indexOf(t)===-1)return;let o=this._entity[this._geometryPropertyName];if(!l(o)){(this._fillEnabled||this._outlineEnabled)&&(this._fillEnabled=!1,this._outlineEnabled=!1,this._geometryChanged.raiseEvent(this));return}let r=o.fill,s=l(r)&&r.isConstant?r.getValue(ke.MINIMUM_VALUE):!0,a=o.outline,c=l(a);if(c&&a.isConstant&&(c=a.getValue(ke.MINIMUM_VALUE)),!s&&!c){(this._fillEnabled||this._outlineEnabled)&&(this._fillEnabled=!1,this._outlineEnabled=!1,this._geometryChanged.raiseEvent(this));return}let u=o.show;if(this._isHidden(e,o)){(this._fillEnabled||this._outlineEnabled)&&(this._fillEnabled=!1,this._outlineEnabled=!1,this._geometryChanged.raiseEvent(this));return}this._materialProperty=y(o.material,Qve),this._fillProperty=y(r,ePe),this._showProperty=y(u,$ve),this._showOutlineProperty=y(o.outline,tPe),this._outlineColorProperty=c?y(o.outlineColor,nPe):void 0,this._shadowsProperty=y(o.shadows,iPe),this._distanceDisplayConditionProperty=y(o.distanceDisplayCondition,oPe),this._classificationTypeProperty=y(o.classificationType,rPe),this._fillEnabled=s;let f=this._isOnTerrain(e,o)&&(this._supportsMaterialsforEntitiesOnTerrain||this._materialProperty instanceof Pt);if(c&&f&&(Dt(Dt.geometryOutlines),c=!1),this._onTerrain=f,this._outlineEnabled=c,this._isDynamic(e,o))this._dynamic||(this._dynamic=!0,this._geometryChanged.raiseEvent(this));else{this._setStaticOptions(e,o),this._isClosed=this._getIsClosed(this._options);let d=o.outlineWidth;this._outlineWidth=l(d)?d.getValue(ke.MINIMUM_VALUE):1,this._dynamic=!1,this._geometryChanged.raiseEvent(this)}};tc.prototype.createDynamicUpdater=function(e,t){return new this.constructor.DynamicGeometryUpdater(this,e,t)};var $n=tc;function HC(e,t){this._callback=void 0,this._isConstant=void 0,this._definitionChanged=new _e,this.setCallback(e,t)}Object.defineProperties(HC.prototype,{isConstant:{get:function(){return this._isConstant}},definitionChanged:{get:function(){return this._definitionChanged}}});HC.prototype.getValue=function(e,t){return this._callback(e,t)};HC.prototype.setCallback=function(e,t){let n=this._callback!==e||this._isConstant!==t;this._callback=e,this._isConstant=t,n&&this._definitionChanged.raiseEvent(this)};HC.prototype.equals=function(e){return this===e||e instanceof HC&&this._callback===e._callback&&this._isConstant===e._isConstant};var jd=HC;var JZ=new h,sPe=new he;function GC(e,t,n,i){this._scene=e,this._heightReference=n,this._extrudedHeightReference=i,this._positionProperty=t,this._position=new h,this._cartographicPosition=new he,this._normal=new h,this._definitionChanged=new _e,this._terrainHeight=0,this._removeCallbackFunc=void 0,this._removeEventListener=void 0,this._removeModeListener=void 0;let o=this;if(l(e.globe)&&(this._removeEventListener=e.terrainProviderChanged.addEventListener(function(){o._updateClamping()}),this._removeModeListener=e.morphComplete.addEventListener(function(){o._updateClamping()})),t.isConstant){let r=t.getValue(ke.MINIMUM_VALUE,JZ);if(!l(r)||h.equals(r,h.ZERO)||!l(e.globe))return;this._position=h.clone(r,this._position),this._updateClamping(),this._normal=e.globe.ellipsoid.geodeticSurfaceNormal(r,this._normal)}}Object.defineProperties(GC.prototype,{isConstant:{get:function(){return!1}},definitionChanged:{get:function(){return this._definitionChanged}}});GC.prototype._updateClamping=function(){l(this._removeCallbackFunc)&&this._removeCallbackFunc();let e=this._scene,t=e.globe,n=this._position;if(!l(t)||h.equals(n,h.ZERO)){this._terrainHeight=0;return}let i=t.ellipsoid,o=t._surface,r=this,s=i.cartesianToCartographic(n,this._cartographicPosition),a=t.getHeight(s);l(a)?this._terrainHeight=a:this._terrainHeight=0;function c(u){if(e.mode===ee.SCENE3D){let f=i.cartesianToCartographic(u,sPe);r._terrainHeight=f.height}else r._terrainHeight=u.x;r.definitionChanged.raiseEvent()}this._removeCallbackFunc=o.updateHeight(s,c)};GC.prototype.getValue=function(e,t){let n=j.getValueOrDefault(this._heightReference,e,Ue.NONE),i=j.getValueOrDefault(this._extrudedHeightReference,e,Ue.NONE);if(n===Ue.NONE&&i!==Ue.RELATIVE_TO_GROUND)return this._position=h.clone(h.ZERO,this._position),h.clone(h.ZERO,t);if(this._positionProperty.isConstant)return h.multiplyByScalar(this._normal,this._terrainHeight,t);let o=this._scene,r=this._positionProperty.getValue(e,JZ);if(!l(r)||h.equals(r,h.ZERO)||!l(o.globe))return h.clone(h.ZERO,t);if(h.equalsEpsilon(this._position,r,I.EPSILON10))return h.multiplyByScalar(this._normal,this._terrainHeight,t);this._position=h.clone(r,this._position),this._updateClamping();let s=o.globe.ellipsoid.geodeticSurfaceNormal(r,this._normal);return h.multiplyByScalar(s,this._terrainHeight,t)};GC.prototype.isDestroyed=function(){return!1};GC.prototype.destroy=function(){return l(this._removeEventListener)&&this._removeEventListener(),l(this._removeModeListener)&&this._removeModeListener(),l(this._removeCallbackFunc)&&this._removeCallbackFunc(),le(this)};var WC=GC;function aPe(e,t,n,i){if($n.prototype._onEntityPropertyChanged.call(this,e,t,n,i),this._observedPropertyNames.indexOf(t)===-1)return;let o=this._entity[this._geometryPropertyName];if(!l(o))return;l(this._terrainOffsetProperty)&&(this._terrainOffsetProperty.destroy(),this._terrainOffsetProperty=void 0);let r=o.heightReference;if(l(r)){let s=new jd(this._computeCenter.bind(this),!this._dynamic);this._terrainOffsetProperty=new WC(this._scene,s,r)}}var Kp=aPe;var ZZ=h.ZERO,QZ=new h,cPe=new h,$Z=new U;function lPe(e){this.id=e,this.vertexFormat=void 0,this.dimensions=void 0,this.offsetAttribute=void 0}function Tl(e,t){$n.call(this,{entity:e,scene:t,geometryOptions:new lPe(e),geometryPropertyName:"box",observedPropertyNames:["availability","position","orientation","box"]}),this._onEntityPropertyChanged(e,"box",e.box,void 0)}l(Object.create)&&(Tl.prototype=Object.create($n.prototype),Tl.prototype.constructor=Tl);Object.defineProperties(Tl.prototype,{terrainOffsetProperty:{get:function(){return this._terrainOffsetProperty}}});Tl.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),o=this._distanceDisplayConditionProperty.getValue(e),r=Ln.fromDistanceDisplayCondition(o),s={show:i,distanceDisplayCondition:r,color:void 0,offset:void 0};if(this._materialProperty instanceof Pt){let a;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(a=this._materialProperty.color.getValue(e,$Z)),l(a)||(a=U.WHITE),s.color=Bt.fromColor(a)}return l(this._options.offsetAttribute)&&(s.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,ZZ,QZ))),new _t({id:t,geometry:gl.fromDimensions(this._options),modelMatrix:t.computeModelMatrixForHeightReference(e,t.box.heightReference,this._options.dimensions.z*.5,this._scene.mapProjection.ellipsoid),attributes:s})};Tl.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,$Z),o=this._distanceDisplayConditionProperty.getValue(e),r={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(o),offset:void 0};return l(this._options.offsetAttribute)&&(r.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,ZZ,QZ))),new _t({id:t,geometry:Bd.fromDimensions(this._options),modelMatrix:t.computeModelMatrixForHeightReference(e,t.box.heightReference,this._options.dimensions.z*.5,this._scene.mapProjection.ellipsoid),attributes:r})};Tl.prototype._computeCenter=function(e,t){return j.getValueOrUndefined(this._entity.position,e,t)};Tl.prototype._isHidden=function(e,t){return!l(t.dimensions)||!l(e.position)||$n.prototype._isHidden.call(this,e,t)};Tl.prototype._isDynamic=function(e,t){return!e.position.isConstant||!j.isConstant(e.orientation)||!t.dimensions.isConstant||!j.isConstant(t.outlineWidth)};Tl.prototype._setStaticOptions=function(e,t){let n=j.getValueOrDefault(t.heightReference,ke.MINIMUM_VALUE,Ue.NONE),i=this._options;i.vertexFormat=this._materialProperty instanceof Pt?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,i.dimensions=t.dimensions.getValue(ke.MINIMUM_VALUE,i.dimensions),i.offsetAttribute=n!==Ue.NONE?Zt.ALL:void 0};Tl.prototype._onEntityPropertyChanged=Kp;Tl.DynamicGeometryUpdater=jC;function jC(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(jC.prototype=Object.create(Qn.prototype),jC.prototype.constructor=jC);jC.prototype._isHidden=function(e,t,n){let i=j.getValueOrUndefined(e.position,n,cPe),o=this._options.dimensions;return!l(i)||!l(o)||Qn.prototype._isHidden.call(this,e,t,n)};jC.prototype._setOptions=function(e,t,n){let i=j.getValueOrDefault(t.heightReference,n,Ue.NONE),o=this._options;o.dimensions=j.getValueOrUndefined(t.dimensions,n,o.dimensions),o.offsetAttribute=i!==Ue.NONE?Zt.ALL:void 0};var OB=Tl;var fQ=Ii(uQ(),1);var VPe=0,l8={};function _m(e,t){let n,i=e;l(l8[i])?n=l8[i]:(n=VPe++,l8[i]=n),t=y(t,!1),this._id=n,this._html=e,this._showOnScreen=t,this._element=void 0}Object.defineProperties(_m.prototype,{html:{get:function(){return this._html}},id:{get:function(){return this._id}},showOnScreen:{get:function(){return this._showOnScreen},set:function(e){this._showOnScreen=e}},element:{get:function(){if(!l(this._element)){let e=fQ.default.sanitize(this._html),t=document.createElement("div");t._creditId=this._id,t.style.display="inline",t.innerHTML=e;let n=t.querySelectorAll("a");for(let i=0;i<n.length;i++)n[i].setAttribute("target","_blank");this._element=t}return this._element}}});_m.equals=function(e,t){return e===t||l(e)&&l(t)&&e._id===t._id&&e._showOnScreen===t._showOnScreen};_m.prototype.equals=function(e){return _m.equals(this,e)};_m.getIonCredit=function(e){let t=l(e.collapsible)&&!e.collapsible,n=new _m(e.html,t);return n._isIon=n.html.indexOf("ion-credit.png")!==-1,n};_m.clone=function(e){if(l(e))return new _m(e.html,e.showOnScreen)};var Yt=_m;function UPe(e,t){Dt(e,t)}var Xr=UPe;function dQ(e){e=y(e,y.EMPTY_OBJECT),this.vertexArray=e.vertexArray,this.fragmentShaderSource=e.fragmentShaderSource,this.shaderProgram=e.shaderProgram,this.uniformMap=e.uniformMap,this.outputTexture=e.outputTexture,this.preExecute=e.preExecute,this.postExecute=e.postExecute,this.canceled=e.canceled,this.persists=y(e.persists,!1),this.pass=xe.COMPUTE,this.owner=e.owner}dQ.prototype.execute=function(e){e.execute(this)};var Tf=dQ;var NB=`varying vec2 v_textureCoordinates;
uniform float originalSize;
uniform sampler2D texture0;
uniform sampler2D texture1;
uniform sampler2D texture2;
uniform sampler2D texture3;
uniform sampler2D texture4;
uniform sampler2D texture5;
const float yMipLevel1 = 1.0 - (1.0 / pow(2.0, 1.0));
const float yMipLevel2 = 1.0 - (1.0 / pow(2.0, 2.0));
const float yMipLevel3 = 1.0 - (1.0 / pow(2.0, 3.0));
const float yMipLevel4 = 1.0 - (1.0 / pow(2.0, 4.0));
void main()
{
vec2 uv = v_textureCoordinates;
vec2 textureSize = vec2(originalSize * 1.5 + 2.0, originalSize);
vec2 pixel = 1.0 / textureSize;
float mipLevel = 0.0;
if (uv.x - pixel.x > (textureSize.y / textureSize.x))
{
mipLevel = 1.0;
if (uv.y - pixel.y > yMipLevel1)
{
mipLevel = 2.0;
if (uv.y - pixel.y * 3.0 > yMipLevel2)
{
mipLevel = 3.0;
if (uv.y - pixel.y * 5.0 > yMipLevel3)
{
mipLevel = 4.0;
if (uv.y - pixel.y * 7.0 > yMipLevel4)
{
mipLevel = 5.0;
}
}
}
}
}
if (mipLevel > 0.0)
{
float scale = pow(2.0, mipLevel);
uv.y -= (pixel.y * (mipLevel - 1.0) * 2.0);
uv.x *= ((textureSize.x - 2.0) / textureSize.y);
uv.x -= 1.0 + pixel.x;
uv.y -= (1.0 - (1.0 / pow(2.0, mipLevel - 1.0)));
uv *= scale;
}
else
{
uv.x *= (textureSize.x / textureSize.y);
}
if(mipLevel == 0.0)
{
gl_FragColor = texture2D(texture0, uv);
}
else if(mipLevel == 1.0)
{
gl_FragColor = texture2D(texture1, uv);
}
else if(mipLevel == 2.0)
{
gl_FragColor = texture2D(texture2, uv);
}
else if(mipLevel == 3.0)
{
gl_FragColor = texture2D(texture3, uv);
}
else if(mipLevel == 4.0)
{
gl_FragColor = texture2D(texture4, uv);
}
else if(mipLevel == 5.0)
{
gl_FragColor = texture2D(texture5, uv);
}
else
{
gl_FragColor = vec4(0.0);
}
}
`;var kB=`varying vec3 v_cubeMapCoordinates;
uniform samplerCube cubeMap;
void main()
{
vec4 rgba = textureCube(cubeMap, v_cubeMapCoordinates);
#ifdef RGBA_NORMALIZED
gl_FragColor = vec4(rgba.rgb, 1.0);
#else
float m = rgba.a * 16.0;
vec3 r = rgba.rgb * m;
gl_FragColor = vec4(r * r, 1.0);
#endif
}
`;var VB=`attribute vec4 position;
attribute vec3 cubeMapCoordinates;
varying vec3 v_cubeMapCoordinates;
void main()
{
gl_Position = position;
v_cubeMapCoordinates = cubeMapCoordinates;
}
`;function V0(e){this._url=e,this._cubeMapBuffers=void 0,this._cubeMaps=void 0,this._texture=void 0,this._mipTextures=void 0,this._va=void 0,this._sp=void 0,this._maximumMipmapLevel=void 0,this._loading=!1,this._ready=!1;let t=this;this._readyPromise=new Promise((n,i)=>{t._completeLoadFromCache=o=>{u8(this),this._texture=o,this._maximumMipmapLevel=this._texture.maximumMipmapLevel,this._ready=!0,n()},t._failLoad=o=>{i(o)},t._completeLoad=()=>{this._ready=!0,n()}})}Object.defineProperties(V0.prototype,{url:{get:function(){return this._url}},texture:{get:function(){return this._texture}},maximumMipmapLevel:{get:function(){return this._maximumMipmapLevel}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}}});V0.isSupported=function(e){return e.colorBufferHalfFloat&&e.halfFloatingPointTexture||e.floatingPointTexture&&e.colorBufferFloat};var zPe=new h(1,0,0),HPe=new h(0,0,1),GPe=new h(-1,0,0),WPe=new h(0,0,-1),UB=new h(0,1,0),jPe=new h(0,-1,0),pQ=[UB,GPe,HPe,jPe,zPe,UB,WPe,UB,UB],_Q=pQ.length,gQ=new Float32Array(_Q*3),hQ=0;for(let e=0;e<_Q;++e,hQ+=3)h.pack(pQ[e],gQ,hQ);var qPe=new Float32Array([-1,1,-1,0,0,1,0,0,1,0,1,1,0,-1,-1,-1,1,-1]),YPe=new Uint16Array([0,1,2,2,3,1,7,6,1,3,6,1,2,5,4,3,4,2,4,8,6,3,4,6]);function XPe(e){let t=rt.createVertexBuffer({context:e,typedArray:qPe,usage:Le.STATIC_DRAW}),n=rt.createVertexBuffer({context:e,typedArray:gQ,usage:Le.STATIC_DRAW}),i=rt.createIndexBuffer({context:e,typedArray:YPe,usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT}),o=[{index:0,vertexBuffer:t,componentsPerAttribute:2,componentDatatype:K.FLOAT},{index:1,vertexBuffer:n,componentsPerAttribute:3,componentDatatype:K.FLOAT}];return new Zn({context:e,attributes:o,indexBuffer:i})}function mQ(e){return function(){return e}}function u8(e){e._va=e._va&&e._va.destroy(),e._sp=e._sp&&e._sp.destroy();let t,n,i=e._cubeMaps;if(l(i))for(n=i.length,t=0;t<n;++t)i[t].destroy();let o=e._mipTextures;if(l(o))for(n=o.length,t=0;t<n;++t)o[t].destroy();e._va=void 0,e._sp=void 0,e._cubeMaps=void 0,e._cubeMapBuffers=void 0,e._mipTextures=void 0}V0.prototype.update=function(e){let t=e.context;if(!V0.isSupported(t)||(l(this._texture)&&l(this._va)&&u8(this),l(this._texture)))return;if(!l(this._texture)&&!this._loading){let g=e.context.textureCache.getTexture(this._url);l(g)&&this._completeLoadFromCache(g)}let n=this._cubeMapBuffers;if(!l(n)&&!this._loading){let g=this;yl(this._url).then(function(m){g._cubeMapBuffers=m,g._loading=!1}).catch(function(m){g._failLoad(m)}),this._loading=!0}if(!l(this._cubeMapBuffers))return;let i=[],o=n[0].positiveX.pixelDatatype;l(o)?i.push("RGBA_NORMALIZED"):o=t.halfFloatingPointTexture?qe.HALF_FLOAT:qe.FLOAT;let r=ft.RGBA,s=new Ve({defines:i,sources:[kB]});this._va=XPe(t),this._sp=jt.fromCache({context:t,vertexShaderSource:VB,fragmentShaderSource:s,attributeLocations:{position:0,cubeMapCoordinates:1}});let a=Math.min(n.length,6);this._maximumMipmapLevel=a-1;let c=this._cubeMaps=new Array(a),u=this._mipTextures=new Array(a),f=n[0].positiveX.width*2,d={originalSize:function(){return f}};for(let g=0;g<a;++g){let m=n[g].positiveY;n[g].positiveY=n[g].negativeY,n[g].negativeY=m;let A=c[g]=new Xa({context:t,source:n[g],pixelDatatype:o}),C=c[g].width*2,x=u[g]=new Rt({context:t,width:C,height:C,pixelDatatype:o,pixelFormat:r}),b=new Tf({vertexArray:this._va,shaderProgram:this._sp,uniformMap:{cubeMap:mQ(A)},outputTexture:x,persists:!0,owner:this});e.commandList.push(b),d[`texture${g}`]=mQ(x)}this._texture=new Rt({context:t,width:f*1.5+2,height:f,pixelDatatype:o,pixelFormat:r}),this._texture.maximumMipmapLevel=this._maximumMipmapLevel,t.textureCache.addTexture(this._url,this._texture);let p=new Tf({fragmentShaderSource:NB,uniformMap:d,outputTexture:this._texture,persists:!1,owner:this});e.commandList.push(p),this._completeLoad()};V0.prototype.isDestroyed=function(){return!1};V0.prototype.destroy=function(){return u8(this),this._texture=this._texture&&this._texture.destroy(),le(this)};var qd=V0;function rS(e){e=y(e,y.EMPTY_OBJECT);let t=l(e.imageBasedLightingFactor)?H.clone(e.imageBasedLightingFactor):new H(1,1);this._imageBasedLightingFactor=t;let n=y(e.luminanceAtZenith,.2);this._luminanceAtZenith=n;let i=e.sphericalHarmonicCoefficients;this._sphericalHarmonicCoefficients=i,this._specularEnvironmentMaps=e.specularEnvironmentMaps,this._specularEnvironmentMapAtlas=void 0,this._specularEnvironmentMapAtlasDirty=!0,this._specularEnvironmentMapLoaded=!1,this._previousSpecularEnvironmentMapLoaded=!1,this._useDefaultSpecularMaps=!1,this._useDefaultSphericalHarmonics=!1,this._shouldRegenerateShaders=!1,this._previousFrameNumber=void 0,this._previousImageBasedLightingFactor=H.clone(t),this._previousLuminanceAtZenith=n,this._previousSphericalHarmonicCoefficients=i}Object.defineProperties(rS.prototype,{imageBasedLightingFactor:{get:function(){return this._imageBasedLightingFactor},set:function(e){this._previousImageBasedLightingFactor=H.clone(this._imageBasedLightingFactor,this._previousImageBasedLightingFactor),this._imageBasedLightingFactor=H.clone(e,this._imageBasedLightingFactor)}},luminanceAtZenith:{get:function(){return this._luminanceAtZenith},set:function(e){this._previousLuminanceAtZenith=this._luminanceAtZenith,this._luminanceAtZenith=e}},sphericalHarmonicCoefficients:{get:function(){return this._sphericalHarmonicCoefficients},set:function(e){this._previousSphericalHarmonicCoefficients=this._sphericalHarmonicCoefficients,this._sphericalHarmonicCoefficients=e}},specularEnvironmentMaps:{get:function(){return this._specularEnvironmentMaps},set:function(e){e!==this._specularEnvironmentMaps&&(this._specularEnvironmentMapAtlasDirty=this._specularEnvironmentMapAtlasDirty||e!==this._specularEnvironmentMaps,this._specularEnvironmentMapLoaded=!1),this._specularEnvironmentMaps=e}},enabled:{get:function(){return this._imageBasedLightingFactor.x>0||this._imageBasedLightingFactor.y>0}},shouldRegenerateShaders:{get:function(){return this._shouldRegenerateShaders}},useDefaultSphericalHarmonics:{get:function(){return this._useDefaultSphericalHarmonics}},useSphericalHarmonicCoefficients:{get:function(){return l(this._sphericalHarmonicCoefficients)||this._useDefaultSphericalHarmonics}},specularEnvironmentMapAtlas:{get:function(){return this._specularEnvironmentMapAtlas}},useDefaultSpecularMaps:{get:function(){return this._useDefaultSpecularMaps}},useSpecularEnvironmentMaps:{get:function(){return l(this._specularEnvironmentMapAtlas)&&this._specularEnvironmentMapAtlas.ready||this._useDefaultSpecularMaps}}});function KPe(e,t){if(!!qd.isSupported(t)){if(e._specularEnvironmentMapAtlas=e._specularEnvironmentMapAtlas&&e._specularEnvironmentMapAtlas.destroy(),l(e._specularEnvironmentMaps)){let n=new qd(e._specularEnvironmentMaps);e._specularEnvironmentMapAtlas=n,n.readyPromise.then(function(){e._specularEnvironmentMapLoaded=!0}).catch(function(i){console.error(`Error loading specularEnvironmentMaps: ${i}`)})}e._shouldRegenerateShaders=!0}}rS.prototype.update=function(e){if(e.frameNumber===this._previousFrameNumber)return;this._previousFrameNumber=e.frameNumber;let t=e.context;e.brdfLutGenerator.update(e),this._shouldRegenerateShaders=!1;let n=this._imageBasedLightingFactor,i=this._previousImageBasedLightingFactor;H.equals(n,i)||(this._shouldRegenerateShaders=n.x>0&&i.x===0||n.x===0&&i.x>0,this._shouldRegenerateShaders=this._shouldRegenerateShaders||n.y>0&&i.y===0||n.y===0&&i.y>0,this._previousImageBasedLightingFactor=H.clone(this._imageBasedLightingFactor,this._previousImageBasedLightingFactor)),this._luminanceAtZenith!==this._previousLuminanceAtZenith&&(this._shouldRegenerateShaders=this._shouldRegenerateShaders||l(this._luminanceAtZenith)!==l(this._previousLuminanceAtZenith),this._previousLuminanceAtZenith=this._luminanceAtZenith),this._previousSphericalHarmonicCoefficients!==this._sphericalHarmonicCoefficients&&(this._shouldRegenerateShaders=this._shouldRegenerateShaders||l(this._previousSphericalHarmonicCoefficients)!==l(this._sphericalHarmonicCoefficients),this._previousSphericalHarmonicCoefficients=this._sphericalHarmonicCoefficients),this._shouldRegenerateShaders=this._shouldRegenerateShaders||this._previousSpecularEnvironmentMapLoaded!==this._specularEnvironmentMapLoaded,this._previousSpecularEnvironmentMapLoaded=this._specularEnvironmentMapLoaded,this._specularEnvironmentMapAtlasDirty&&(KPe(this,t),this._specularEnvironmentMapAtlasDirty=!1),l(this._specularEnvironmentMapAtlas)&&this._specularEnvironmentMapAtlas.update(e);let o=!l(this._specularEnvironmentMapAtlas)&&l(e.specularEnvironmentMaps)&&!this._useDefaultSpecularMaps,r=!l(e.specularEnvironmentMaps)&&this._useDefaultSpecularMaps,s=!l(this._sphericalHarmonicCoefficients)&&l(e.sphericalHarmonicCoefficients)&&!this._useDefaultSphericalHarmonics,a=!l(e.sphericalHarmonicCoefficients)&&this._useDefaultSphericalHarmonics;this._shouldRegenerateShaders=this._shouldRegenerateShaders||o||r||s||a,this._useDefaultSpecularMaps=!l(this._specularEnvironmentMapAtlas)&&l(e.specularEnvironmentMaps),this._useDefaultSphericalHarmonics=!l(this._sphericalHarmonicCoefficients)&&l(e.sphericalHarmonicCoefficients)};rS.prototype.isDestroyed=function(){return!1};rS.prototype.destroy=function(){return this._specularEnvironmentMapAtlas=this._specularEnvironmentMapAtlas&&this._specularEnvironmentMapAtlas.destroy(),le(this)};var qC=rS;function Yd(e){e=y(e,0),this._array=new Array(e),this._length=e}Object.defineProperties(Yd.prototype,{length:{get:function(){return this._length},set:function(e){let t=this._array,n=this._length;if(e<n)for(let i=e;i<n;++i)t[i]=void 0;else e>t.length&&(t.length=e);this._length=e}},values:{get:function(){return this._array}}});Yd.prototype.get=function(e){return this._array[e]};Yd.prototype.set=function(e,t){e>=this._length&&(this.length=e+1),this._array[e]=t};Yd.prototype.peek=function(){return this._array[this._length-1]};Yd.prototype.push=function(e){let t=this.length++;this._array[t]=e};Yd.prototype.pop=function(){if(this._length===0)return;let e=this._array[this._length-1];return--this.length,e};Yd.prototype.reserve=function(e){e>this._array.length&&(this._array.length=e)};Yd.prototype.resize=function(e){this.length=e};Yd.prototype.trim=function(e){e=y(e,this._length),this._array.length=e};var hu=Yd;function zB(e){e=y(e,y.EMPTY_OBJECT),this.color=e.color,this.depth=e.depth,this.stencil=e.stencil,this.renderState=e.renderState,this.framebuffer=e.framebuffer,this.owner=e.owner,this.pass=e.pass}zB.ALL=Object.freeze(new zB({color:new U(0,0,0,0),depth:1,stencil:0}));zB.prototype.execute=function(e,t){e.clear(this,t)};var ei=zB;var gm={X:0,Y:1,Z:2};gm.Y_UP_TO_Z_UP=F.fromRotationTranslation(Q.fromRotationX(I.PI_OVER_TWO));gm.Z_UP_TO_Y_UP=F.fromRotationTranslation(Q.fromRotationX(-I.PI_OVER_TWO));gm.X_UP_TO_Z_UP=F.fromRotationTranslation(Q.fromRotationY(-I.PI_OVER_TWO));gm.Z_UP_TO_X_UP=F.fromRotationTranslation(Q.fromRotationY(I.PI_OVER_TWO));gm.X_UP_TO_Y_UP=F.fromRotationTranslation(Q.fromRotationZ(I.PI_OVER_TWO));gm.Y_UP_TO_X_UP=F.fromRotationTranslation(Q.fromRotationZ(-I.PI_OVER_TWO));gm.fromName=function(e){return gm[e]};var So=Object.freeze(gm);function mu(e){this.planes=y(e,[])}var sS=[new h,new h,new h];h.clone(h.UNIT_X,sS[0]);h.clone(h.UNIT_Y,sS[1]);h.clone(h.UNIT_Z,sS[2]);var Zp=new h,JPe=new h,yQ=new tn(new h(1,0,0),0);mu.fromBoundingSphere=function(e,t){l(t)||(t=new mu);let n=sS.length,i=t.planes;i.length=2*n;let o=e.center,r=e.radius,s=0;for(let a=0;a<n;++a){let c=sS[a],u=i[s],f=i[s+1];l(u)||(u=i[s]=new se),l(f)||(f=i[s+1]=new se),h.multiplyByScalar(c,-r,Zp),h.add(o,Zp,Zp),u.x=c.x,u.y=c.y,u.z=c.z,u.w=-h.dot(c,Zp),h.multiplyByScalar(c,r,Zp),h.add(o,Zp,Zp),f.x=-c.x,f.y=-c.y,f.z=-c.z,f.w=-h.dot(h.negate(c,JPe),Zp),s+=2}return t};mu.prototype.computeVisibility=function(e){let t=this.planes,n=!1;for(let i=0,o=t.length;i<o;++i){let r=e.intersectPlane(tn.fromCartesian4(t[i],yQ));if(r===Xt.OUTSIDE)return Xt.OUTSIDE;r===Xt.INTERSECTING&&(n=!0)}return n?Xt.INTERSECTING:Xt.INSIDE};mu.prototype.computeVisibilityWithPlaneMask=function(e,t){if(t===mu.MASK_OUTSIDE||t===mu.MASK_INSIDE)return t;let n=mu.MASK_INSIDE,i=this.planes;for(let o=0,r=i.length;o<r;++o){let s=o<31?1<<o:0;if(o<31&&(t&s)===0)continue;let a=e.intersectPlane(tn.fromCartesian4(i[o],yQ));if(a===Xt.OUTSIDE)return mu.MASK_OUTSIDE;a===Xt.INTERSECTING&&(n|=s)}return n};mu.MASK_OUTSIDE=4294967295;mu.MASK_INSIDE=0;mu.MASK_INDETERMINATE=2147483647;var qs=mu;function Xd(e){e=y(e,y.EMPTY_OBJECT),this.left=e.left,this._left=void 0,this.right=e.right,this._right=void 0,this.top=e.top,this._top=void 0,this.bottom=e.bottom,this._bottom=void 0,this.near=y(e.near,1),this._near=this.near,this.far=y(e.far,5e8),this._far=this.far,this._cullingVolume=new qs,this._orthographicMatrix=new F}function AQ(e){(e.top!==e._top||e.bottom!==e._bottom||e.left!==e._left||e.right!==e._right||e.near!==e._near||e.far!==e._far)&&(e._left=e.left,e._right=e.right,e._top=e.top,e._bottom=e.bottom,e._near=e.near,e._far=e.far,e._orthographicMatrix=F.computeOrthographicOffCenter(e.left,e.right,e.bottom,e.top,e.near,e.far,e._orthographicMatrix))}Object.defineProperties(Xd.prototype,{projectionMatrix:{get:function(){return AQ(this),this._orthographicMatrix}}});var ZPe=new h,QPe=new h,$Pe=new h,f8=new h;Xd.prototype.computeCullingVolume=function(e,t,n){let i=this._cullingVolume.planes,o=this.top,r=this.bottom,s=this.right,a=this.left,c=this.near,u=this.far,f=h.cross(t,n,ZPe);h.normalize(f,f);let d=QPe;h.multiplyByScalar(t,c,d),h.add(e,d,d);let p=$Pe;h.multiplyByScalar(f,a,p),h.add(d,p,p);let g=i[0];return l(g)||(g=i[0]=new se),g.x=f.x,g.y=f.y,g.z=f.z,g.w=-h.dot(f,p),h.multiplyByScalar(f,s,p),h.add(d,p,p),g=i[1],l(g)||(g=i[1]=new se),g.x=-f.x,g.y=-f.y,g.z=-f.z,g.w=-h.dot(h.negate(f,f8),p),h.multiplyByScalar(n,r,p),h.add(d,p,p),g=i[2],l(g)||(g=i[2]=new se),g.x=n.x,g.y=n.y,g.z=n.z,g.w=-h.dot(n,p),h.multiplyByScalar(n,o,p),h.add(d,p,p),g=i[3],l(g)||(g=i[3]=new se),g.x=-n.x,g.y=-n.y,g.z=-n.z,g.w=-h.dot(h.negate(n,f8),p),g=i[4],l(g)||(g=i[4]=new se),g.x=t.x,g.y=t.y,g.z=t.z,g.w=-h.dot(t,d),h.multiplyByScalar(t,u,p),h.add(e,p,p),g=i[5],l(g)||(g=i[5]=new se),g.x=-t.x,g.y=-t.y,g.z=-t.z,g.w=-h.dot(h.negate(t,f8),p),this._cullingVolume};Xd.prototype.getPixelDimensions=function(e,t,n,i,o){AQ(this);let r=this.right-this.left,s=this.top-this.bottom,a=i*r/e,c=i*s/t;return o.x=a,o.y=c,o};Xd.prototype.clone=function(e){return l(e)||(e=new Xd),e.left=this.left,e.right=this.right,e.top=this.top,e.bottom=this.bottom,e.near=this.near,e.far=this.far,e._left=void 0,e._right=void 0,e._top=void 0,e._bottom=void 0,e._near=void 0,e._far=void 0,e};Xd.prototype.equals=function(e){return l(e)&&e instanceof Xd&&this.right===e.right&&this.left===e.left&&this.top===e.top&&this.bottom===e.bottom&&this.near===e.near&&this.far===e.far};Xd.prototype.equalsEpsilon=function(e,t,n){return e===this||l(e)&&e instanceof Xd&&I.equalsEpsilon(this.right,e.right,t,n)&&I.equalsEpsilon(this.left,e.left,t,n)&&I.equalsEpsilon(this.top,e.top,t,n)&&I.equalsEpsilon(this.bottom,e.bottom,t,n)&&I.equalsEpsilon(this.near,e.near,t,n)&&I.equalsEpsilon(this.far,e.far,t,n)};var Sr=Xd;function Vc(e){e=y(e,y.EMPTY_OBJECT),this._offCenterFrustum=new Sr,this.width=e.width,this._width=void 0,this.aspectRatio=e.aspectRatio,this._aspectRatio=void 0,this.near=y(e.near,1),this._near=this.near,this.far=y(e.far,5e8),this._far=this.far}Vc.packedLength=4;Vc.pack=function(e,t,n){return n=y(n,0),t[n++]=e.width,t[n++]=e.aspectRatio,t[n++]=e.near,t[n]=e.far,t};Vc.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new Vc),n.width=e[t++],n.aspectRatio=e[t++],n.near=e[t++],n.far=e[t],n};function U0(e){let t=e._offCenterFrustum;if(e.width!==e._width||e.aspectRatio!==e._aspectRatio||e.near!==e._near||e.far!==e._far){e._aspectRatio=e.aspectRatio,e._width=e.width,e._near=e.near,e._far=e.far;let n=1/e.aspectRatio;t.right=e.width*.5,t.left=-t.right,t.top=n*t.right,t.bottom=-t.top,t.near=e.near,t.far=e.far}}Object.defineProperties(Vc.prototype,{projectionMatrix:{get:function(){return U0(this),this._offCenterFrustum.projectionMatrix}}});Vc.prototype.computeCullingVolume=function(e,t,n){return U0(this),this._offCenterFrustum.computeCullingVolume(e,t,n)};Vc.prototype.getPixelDimensions=function(e,t,n,i,o){return U0(this),this._offCenterFrustum.getPixelDimensions(e,t,n,i,o)};Vc.prototype.clone=function(e){return l(e)||(e=new Vc),e.aspectRatio=this.aspectRatio,e.width=this.width,e.near=this.near,e.far=this.far,e._aspectRatio=void 0,e._width=void 0,e._near=void 0,e._far=void 0,this._offCenterFrustum.clone(e._offCenterFrustum),e};Vc.prototype.equals=function(e){return!l(e)||!(e instanceof Vc)?!1:(U0(this),U0(e),this.width===e.width&&this.aspectRatio===e.aspectRatio&&this._offCenterFrustum.equals(e._offCenterFrustum))};Vc.prototype.equalsEpsilon=function(e,t,n){return!l(e)||!(e instanceof Vc)?!1:(U0(this),U0(e),I.equalsEpsilon(this.width,e.width,t,n)&&I.equalsEpsilon(this.aspectRatio,e.aspectRatio,t,n)&&this._offCenterFrustum.equalsEpsilon(e._offCenterFrustum,t,n))};var Jt=Vc;function CQ(e){e=y(e,y.EMPTY_OBJECT),this._metadata=e.metadata}Object.defineProperties(CQ.prototype,{metadata:{get:function(){return this._metadata}}});var YC=CQ;function Qp(e,t,n){return t=y(t,0),n=y(n,e.byteLength-t),e=e.subarray(t,t+n),Qp.decode(e)}Qp.decodeWithTextDecoder=function(e){return new TextDecoder("utf-8").decode(e)};Qp.decodeWithFromCharCode=function(e){let t="",n=e1e(e),i=n.length;for(let o=0;o<i;++o){let r=n[o];r<=65535?t+=String.fromCharCode(r):(r-=65536,t+=String.fromCharCode((r>>10)+55296,(r&1023)+56320))}return t};function aS(e,t,n){return t<=e&&e<=n}function e1e(e){let t=0,n=0,i=0,o=128,r=191,s=[],a=e.length;for(let c=0;c<a;++c){let u=e[c];if(i===0){if(aS(u,0,127)){s.push(u);continue}if(aS(u,194,223)){i=1,t=u&31;continue}if(aS(u,224,239)){u===224&&(o=160),u===237&&(r=159),i=2,t=u&15;continue}if(aS(u,240,244)){u===240&&(o=144),u===244&&(r=143),i=3,t=u&7;continue}throw new de("String decoding failed.")}if(!aS(u,o,r)){t=i=n=0,o=128,r=191,--c;continue}o=128,r=191,t=t<<6|u&63,++n,n===i&&(s.push(t),t=i=n=0)}return s}typeof TextDecoder<"u"?Qp.decode=Qp.decodeWithTextDecoder:Qp.decode=Qp.decodeWithFromCharCode;var El=Qp;function t1e(e,t){return t=y(t,0),El(e,t,Math.min(4,e.length))}var Kd=t1e;function ym(e,t,n,i,o,r){this._tileset=e,this._tile=t,this._resource=n,this._contents=[],this._metadata=void 0,this._group=void 0,this._readyPromise=n1e(this,i,o,r)}Object.defineProperties(ym.prototype,{featurePropertiesDirty:{get:function(){let e=this._contents,t=e.length;for(let n=0;n<t;++n)if(e[n].featurePropertiesDirty)return!0;return!1},set:function(e){let t=this._contents,n=t.length;for(let i=0;i<n;++i)t[i].featurePropertiesDirty=e}},featuresLength:{get:function(){return 0}},pointsLength:{get:function(){return 0}},trianglesLength:{get:function(){return 0}},geometryByteLength:{get:function(){return 0}},texturesByteLength:{get:function(){return 0}},batchTableByteLength:{get:function(){return 0}},innerContents:{get:function(){return this._contents}},readyPromise:{get:function(){return this._readyPromise}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){return this._resource.getUrlComponent(!0)}},metadata:{get:function(){return this._metadata},set:function(e){this._metadata=e;let t=this._contents,n=t.length;for(let i=0;i<n;++i)t[i].metadata=e}},batchTable:{get:function(){}},group:{get:function(){return this._group},set:function(e){this._group=e;let t=this._contents,n=t.length;for(let i=0;i<n;++i)t[i].group=e}}});var cS=Uint32Array.BYTES_PER_ELEMENT;function n1e(e,t,n,i){n=y(n,0);let o=new Uint8Array(t),r=new DataView(t);n+=cS;let s=r.getUint32(n,!0);if(s!==1)throw new de(`Only Composite Tile version 1 is supported. Version ${s} is not.`);n+=cS,n+=cS;let a=r.getUint32(n,!0);n+=cS;let c=[],u=e._resource,f=u.queryParameters.compositeIndex;l(f)?f=`${f}_`:f="";for(let d=0;d<a;++d){let p=Kd(o,n),g=r.getUint32(n+cS*2,!0),m=i[p],A=`${f}${d}`,C=u.getDerivedResource({queryParameters:{compositeIndex:A}});if(l(m)){let x=m(e._tileset,e._tile,C,t,n);e._contents.push(x),c.push(x.readyPromise)}else throw new de(`Unknown tile content type, ${p}, inside Composite tile`);n+=g}return Promise.all(c).then(function(){return e})}ym.prototype.hasProperty=function(e,t){return!1};ym.prototype.getFeature=function(e){};ym.prototype.applyDebugSettings=function(e,t){let n=this._contents,i=n.length;for(let o=0;o<i;++o)n[o].applyDebugSettings(e,t)};ym.prototype.applyStyle=function(e){let t=this._contents,n=t.length;for(let i=0;i<n;++i)t[i].applyStyle(e)};ym.prototype.update=function(e,t){let n=this._contents,i=n.length;for(let o=0;o<i;++o)n[o].update(e,t)};ym.prototype.isDestroyed=function(){return!1};ym.prototype.destroy=function(){let e=this._contents,t=e.length;for(let n=0;n<t;++n)e[n].destroy();return le(this)};var HB=ym;function i1e(e,t,n){return JSON.parse(El(e,t,n))}var Jo=i1e;function pa(e){this._id=kn();let t=e.featuresLength;this._showAlphaProperties=void 0,this._batchValues=void 0,this._batchValuesDirty=!1,this._batchTexture=void 0,this._defaultTexture=void 0,this._pickTexture=void 0,this._pickIds=[];let n,i;if(t>0){let o=Math.min(t,Vt.maximumTextureSize),r=Math.ceil(t/Vt.maximumTextureSize),s=1/o,a=s*.5,c=1/r,u=c*.5;n=new H(o,r),i=new se(s,a,c,u)}this._translucentFeaturesLength=0,this._featuresLength=t,this._textureDimensions=n,this._textureStep=i,this._owner=e.owner,this._statistics=e.statistics,this._colorChangedCallback=e.colorChangedCallback}Object.defineProperties(pa.prototype,{translucentFeaturesLength:{get:function(){return this._translucentFeaturesLength}},byteLength:{get:function(){let e=0;return l(this._pickTexture)&&(e+=this._pickTexture.sizeInBytes),l(this._batchTexture)&&(e+=this._batchTexture.sizeInBytes),e}},textureDimensions:{get:function(){return this._textureDimensions}},textureStep:{get:function(){return this._textureStep}},batchTexture:{get:function(){return this._batchTexture}},defaultTexture:{get:function(){return this._defaultTexture}},pickTexture:{get:function(){return this._pickTexture}}});pa.DEFAULT_COLOR_VALUE=U.WHITE;pa.DEFAULT_SHOW_VALUE=!0;function xQ(e){let t=e._textureDimensions;return t.x*t.y*4}function TQ(e){if(!l(e._batchValues)){let t=xQ(e),n=new Uint8Array(t).fill(255);e._batchValues=n}return e._batchValues}function EQ(e){if(!l(e._showAlphaProperties)){let t=2*e._featuresLength,n=new Uint8Array(t).fill(255);e._showAlphaProperties=n}return e._showAlphaProperties}pa.prototype.setShow=function(e,t){if(t&&!l(this._showAlphaProperties))return;let n=EQ(this),i=e*2,o=t?255:0;if(n[i]!==o){n[i]=o;let r=TQ(this),s=e*4+3;r[s]=t?n[i+1]:0,this._batchValuesDirty=!0}};pa.prototype.setAllShow=function(e){let t=this._featuresLength;for(let n=0;n<t;++n)this.setShow(n,e)};pa.prototype.getShow=function(e){if(!l(this._showAlphaProperties))return!0;let t=e*2;return this._showAlphaProperties[t]===255};var o1e=new Array(4);pa.prototype.setColor=function(e,t){if(U.equals(t,pa.DEFAULT_COLOR_VALUE)&&!l(this._batchValues))return;let n=t.toBytes(o1e),i=n[3],o=TQ(this),r=e*4,s=EQ(this),a=e*2;if(o[r]!==n[0]||o[r+1]!==n[1]||o[r+2]!==n[2]||s[a+1]!==i){o[r]=n[0],o[r+1]=n[1],o[r+2]=n[2];let c=s[a+1]!==255,u=s[a]!==0;o[r+3]=u?i:0,s[a+1]=i;let f=i!==255;f&&!c?++this._translucentFeaturesLength:!f&&c&&--this._translucentFeaturesLength,this._batchValuesDirty=!0,l(this._colorChangedCallback)&&this._colorChangedCallback(e,t)}};pa.prototype.setAllColor=function(e){let t=this._featuresLength;for(let n=0;n<t;++n)this.setColor(n,e)};pa.prototype.getColor=function(e,t){if(!l(this._batchValues))return U.clone(pa.DEFAULT_COLOR_VALUE,t);let n=this._batchValues,i=e*4,o=this._showAlphaProperties,r=e*2;return U.fromBytes(n[i],n[i+1],n[i+2],o[r+1],t)};pa.prototype.getPickColor=function(e){return this._pickIds[e]};function bQ(e,t,n){let i=e._textureDimensions;return new Rt({context:t,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,source:{width:i.x,height:i.y,arrayBufferView:n},flipY:!1,sampler:dn.NEAREST})}function r1e(e,t){let n=e._featuresLength;if(!l(e._pickTexture)&&n>0){let i=e._pickIds,o=xQ(e),r=new Uint8Array(o),s=e._owner,a=e._statistics;for(let c=0;c<n;++c){let u=t.createPickId(s.getFeature(c));i.push(u);let f=u.color,d=c*4;r[d]=U.floatToByte(f.red),r[d+1]=U.floatToByte(f.green),r[d+2]=U.floatToByte(f.blue),r[d+3]=U.floatToByte(f.alpha)}e._pickTexture=bQ(e,t,r),l(a)&&(a.batchTableByteLength+=e._pickTexture.sizeInBytes)}}function s1e(e){let t=e._textureDimensions;e._batchTexture.copyFrom({source:{width:t.x,height:t.y,arrayBufferView:e._batchValues}})}pa.prototype.update=function(e,t){let n=t.context;this._defaultTexture=n.defaultTexture;let i=t.passes;(i.pick||i.postProcess)&&r1e(this,n),this._batchValuesDirty&&(this._batchValuesDirty=!1,l(this._batchTexture)||(this._batchTexture=bQ(this,n,this._batchValues),l(this._statistics)&&(this._statistics.batchTableByteLength+=this._batchTexture.sizeInBytes)),s1e(this))};pa.prototype.isDestroyed=function(){return!1};pa.prototype.destroy=function(){this._batchTexture=this._batchTexture&&this._batchTexture.destroy(),this._pickTexture=this._pickTexture&&this._pickTexture.destroy();let e=this._pickIds,t=e.length;for(let n=0;n<t;++n)e[n].destroy();return le(this)};var Uc=pa;var a1e={SCALAR:1,VEC2:2,VEC3:3,VEC4:4,MAT2:4,MAT3:9,MAT4:16},c1e={SCALAR:void 0,VEC2:H,VEC3:h,VEC4:se,MAT2:Ji,MAT3:Q,MAT4:F};function l1e(e){let t=e.componentType,n;typeof t=="string"?n=K.fromName(t):n=t;let i=a1e[e.type],o=c1e[e.type];return{componentsPerAttribute:i,classType:o,createArrayBufferView:function(r,s,a){return K.createArrayBufferView(n,r,s,i*a)}}}var pu=l1e;function Am(e){this._classes=void 0,this._classIds=void 0,this._classIndexes=void 0,this._parentCounts=void 0,this._parentIndexes=void 0,this._parentIds=void 0,this._byteLength=0,u1e(this,e.extension,e.binaryBody)}Object.defineProperties(Am.prototype,{byteLength:{get:function(){return this._byteLength}}});function u1e(e,t,n){let i,o,r,s=t.instancesLength,a=t.classes,c=t.classIds,u=t.parentCounts,f=t.parentIds,d=s,p=0;l(c.byteOffset)&&(c.componentType=y(c.componentType,K.UNSIGNED_SHORT),c.type=$t.SCALAR,r=pu(c),c=r.createArrayBufferView(n.buffer,n.byteOffset+c.byteOffset,s),p+=c.byteLength);let g;if(l(u)){for(l(u.byteOffset)&&(u.componentType=y(u.componentType,K.UNSIGNED_SHORT),u.type=$t.SCALAR,r=pu(u),u=r.createArrayBufferView(n.buffer,n.byteOffset+u.byteOffset,s),p+=u.byteLength),g=new Uint16Array(s),d=0,i=0;i<s;++i)g[i]=d,d+=u[i];p+=g.byteLength}l(f)&&l(f.byteOffset)&&(f.componentType=y(f.componentType,K.UNSIGNED_SHORT),f.type=$t.SCALAR,r=pu(f),f=r.createArrayBufferView(n.buffer,n.byteOffset+f.byteOffset,d),p+=f.byteLength);let m=a.length;for(i=0;i<m;++i){let x=a[i].length,b=a[i].instances,E=f1e(x,b,n);p+=d1e(E),a[i].instances=pt(E,b)}let A=new Array(m).fill(0),C=new Uint16Array(s);for(i=0;i<s;++i)o=c[i],C[i]=A[o],++A[o];p+=C.byteLength,e._classes=a,e._classIds=c,e._classIndexes=C,e._parentCounts=u,e._parentIndexes=g,e._parentIds=f,e._byteLength=p}function f1e(e,t,n){let i;for(let o in t)if(t.hasOwnProperty(o)){let r=t[o],s=r.byteOffset;if(l(s)){let a=r.componentType,c=r.type;if(!l(a))throw new de("componentType is required.");if(!l(c))throw new de("type is required.");if(!l(n))throw new de(`Property ${o} requires a batch table binary.`);let u=pu(r),f=u.componentsPerAttribute,d=u.classType,p=u.createArrayBufferView(n.buffer,n.byteOffset+s,e);l(i)||(i={}),i[o]={typedArray:p,componentCount:f,type:d}}}return i}function d1e(e){let t=0;for(let n in e)e.hasOwnProperty(n)&&(t+=e[n].typedArray.byteLength);return t}var h1e=[],m1e=[],p1e=0;function _1e(e,t,n){let i=e._classIds,o=e._parentCounts,r=e._parentIds,s=e._parentIndexes,a=i.length,c=h1e;c.length=Math.max(c.length,a);let u=++p1e,f=m1e;for(f.length=0,f.push(t);f.length>0;){if(t=f.pop(),c[t]===u)continue;c[t]=u;let d=n(e,t);if(l(d))return d;let p=o[t],g=s[t];for(let m=0;m<p;++m){let A=r[g+m];A!==t&&f.push(A)}}}function g1e(e,t,n){let i=!0;for(;i;){let o=n(e,t);if(l(o))return o;let r=e._parentIds[t];i=r!==t,t=r}}function lS(e,t,n){let i=e._parentCounts,o=e._parentIds;if(l(o)){if(l(i))return _1e(e,t,n)}else return n(e,t);return g1e(e,t,n)}Am.prototype.hasProperty=function(e,t){let n=lS(this,e,function(i,o){let r=i._classIds[o],s=i._classes[r].instances;if(l(s[t]))return!0});return l(n)};Am.prototype.propertyExists=function(e){let t=this._classes,n=t.length;for(let i=0;i<n;++i){let o=t[i].instances;if(l(o[e]))return!0}return!1};Am.prototype.getPropertyIds=function(e,t){return t=l(t)?t:[],t.length=0,lS(this,e,function(n,i){let o=n._classIds[i],r=n._classes[o].instances;for(let s in r)r.hasOwnProperty(s)&&t.indexOf(s)===-1&&t.push(s)}),t};Am.prototype.getProperty=function(e,t){return lS(this,e,function(n,i){let o=n._classIds[i],r=n._classes[o],s=n._classIndexes[i],a=r.instances[t];if(l(a))return l(a.typedArray)?y1e(a,s):$e(a[s],!0)})};function y1e(e,t){let n=e.typedArray,i=e.componentCount;return i===1?n[t]:e.type.unpack(n,t*i)}Am.prototype.setProperty=function(e,t,n){let i=lS(this,e,function(o,r){let s=o._classIds[r],a=o._classes[s],c=o._classIndexes[r],u=a.instances[t];if(l(u))return l(u.typedArray)?A1e(u,c,n):u[c]=$e(n,!0),!0});return l(i)};function A1e(e,t,n){let i=e.typedArray,o=e.componentCount;o===1?i[t]=n:e.type.pack(n,i,t*o)}Am.prototype.isClass=function(e,t){let n=lS(this,e,function(i,o){let r=i._classIds[o];if(i._classes[r].name===t)return!0});return l(n)};Am.prototype.getClassName=function(e){let t=this._classIds[e];return this._classes[t].name};var XC=Am;var C1e={HIGHLIGHT:0,REPLACE:1,MIX:2},bl=Object.freeze(C1e);var d8=Uc.DEFAULT_COLOR_VALUE,h8=Uc.DEFAULT_SHOW_VALUE;function so(e,t,n,i,o){this.featuresLength=t;let r;l(n)&&(r=n.extensions),this._extensions=y(r,{});let s=x1e(n);this._properties=s,this._batchTableHierarchy=T1e(this,n,i);let a=wQ(t,s,i);this._binaryPropertiesByteLength=E1e(a),this._batchTableBinaryProperties=a,this._content=e,this._batchTexture=new Uc({featuresLength:t,colorChangedCallback:o,owner:e,statistics:e.tileset.statistics})}so._deprecationWarning=Xr;Object.defineProperties(so.prototype,{batchTableByteLength:{get:function(){let e=this._binaryPropertiesByteLength;return l(this._batchTableHierarchy)&&(e+=this._batchTableHierarchy.byteLength),e+=this._batchTexture.byteLength,e}}});function x1e(e){let t={};if(!l(e))return t;for(let n in e)e.hasOwnProperty(n)&&n!=="HIERARCHY"&&n!=="extensions"&&n!=="extras"&&(t[n]=$e(e[n],!0));return t}function T1e(e,t,n){if(!l(t))return;let i=e._extensions["3DTILES_batch_table_hierarchy"],o=t.HIERARCHY;if(l(o)&&(so._deprecationWarning("batchTableHierarchyExtension","The batch table HIERARCHY property has been moved to an extension. Use extensions.3DTILES_batch_table_hierarchy instead."),e._extensions["3DTILES_batch_table_hierarchy"]=o,i=o),!!l(i))return new XC({extension:i,binaryBody:n})}function wQ(e,t,n){let i;for(let o in t)if(t.hasOwnProperty(o)){let r=t[o],s=r.byteOffset;if(l(s)){let a=r.componentType,c=r.type;if(!l(a))throw new de("componentType is required.");if(!l(c))throw new de("type is required.");if(!l(n))throw new de(`Property ${o} requires a batch table binary.`);let u=pu(r),f=u.componentsPerAttribute,d=u.classType,p=u.createArrayBufferView(n.buffer,n.byteOffset+s,e);l(i)||(i={}),i[o]={typedArray:p,componentCount:f,type:d}}}return i}function E1e(e){if(!l(e))return 0;let t=0;for(let n in e)e.hasOwnProperty(n)&&(t+=e[n].typedArray.byteLength);return t}so.getBinaryProperties=function(e,t,n){return wQ(e,t,n)};so.prototype.setShow=function(e,t){this._batchTexture.setShow(e,t)};so.prototype.setAllShow=function(e){this._batchTexture.setAllShow(e)};so.prototype.getShow=function(e){return this._batchTexture.getShow(e)};so.prototype.setColor=function(e,t){this._batchTexture.setColor(e,t)};so.prototype.setAllColor=function(e){this._batchTexture.setAllColor(e)};so.prototype.getColor=function(e,t){return this._batchTexture.getColor(e,t)};so.prototype.getPickColor=function(e){return this._batchTexture.getPickColor(e)};var b1e=new U;so.prototype.applyStyle=function(e){if(!l(e)){this.setAllColor(d8),this.setAllShow(h8);return}let t=this._content,n=this.featuresLength;for(let i=0;i<n;++i){let o=t.getFeature(i),r=l(e.color)?y(e.color.evaluateColor(o,b1e),d8):d8,s=l(e.show)?y(e.show.evaluate(o),h8):h8;this.setColor(i,r),this.setShow(i,s)}};function S1e(e,t){let n=e.typedArray,i=e.componentCount;return i===1?n[t]:e.type.unpack(n,t*i)}function w1e(e,t,n){let i=e.typedArray,o=e.componentCount;o===1?i[t]=n:e.type.pack(n,i,t*o)}so.prototype.isClass=function(e,t){let n=this._batchTableHierarchy;return l(n)?n.isClass(e,t):!1};so.prototype.isExactClass=function(e,t){return this.getExactClassName(e)===t};so.prototype.getExactClassName=function(e){let t=this._batchTableHierarchy;if(!!l(t))return t.getClassName(e)};so.prototype.hasProperty=function(e,t){return l(this._properties[t])||l(this._batchTableHierarchy)&&this._batchTableHierarchy.hasProperty(e,t)};so.prototype.hasPropertyBySemantic=function(){return!1};so.prototype.getPropertyIds=function(e,t){t=l(t)?t:[],t.length=0;let n=Object.keys(this._properties);return t.push.apply(t,n),l(this._batchTableHierarchy)&&t.push.apply(t,this._batchTableHierarchy.getPropertyIds(e,n)),t};so.prototype.getPropertyBySemantic=function(e,t){};so.prototype.getProperty=function(e,t){if(l(this._batchTableBinaryProperties)){let i=this._batchTableBinaryProperties[t];if(l(i))return S1e(i,e)}let n=this._properties[t];if(l(n))return $e(n[e],!0);if(l(this._batchTableHierarchy)){let i=this._batchTableHierarchy.getProperty(e,t);if(l(i))return i}};so.prototype.setProperty=function(e,t,n){let i=this.featuresLength;if(l(this._batchTableBinaryProperties)){let r=this._batchTableBinaryProperties[t];if(l(r)){w1e(r,e,n);return}}if(l(this._batchTableHierarchy)&&this._batchTableHierarchy.setProperty(e,t,n))return;let o=this._properties[t];l(o)||(this._properties[t]=new Array(i),o=this._properties[t]),o[e]=$e(n,!0)};function D1e(e){return e._batchTexture.textureDimensions.y===1?`uniform vec4 tile_textureStep;
vec2 computeSt(float batchId)
{
float stepX = tile_textureStep.x;
float centerX = tile_textureStep.y;
return vec2(centerX + (batchId * stepX), 0.5);
}
`:`uniform vec4 tile_textureStep;
uniform vec2 tile_textureDimensions;
vec2 computeSt(float batchId)
{
float stepX = tile_textureStep.x;
float centerX = tile_textureStep.y;
float stepY = tile_textureStep.z;
float centerY = tile_textureStep.w;
float xId = mod(batchId, tile_textureDimensions.x);
float yId = floor(batchId / tile_textureDimensions.x);
return vec2(centerX + (xId * stepX), centerY + (yId * stepY));
}
`}so.prototype.getVertexShaderCallback=function(e,t,n){if(this.featuresLength===0)return;let i=this;return function(o){let r=DQ(o,n,!1),s;return Vt.maximumVertexTextureImageUnits>0?(s="",e&&(s+=`uniform bool tile_translucentCommand;
`),s+=`uniform sampler2D tile_batchTexture;
varying vec4 tile_featureColor;
varying vec2 tile_featureSt;
void main()
{
vec2 st = computeSt(${t});
vec4 featureProperties = texture2D(tile_batchTexture, st);
tile_color(featureProperties);
float show = ceil(featureProperties.a);
gl_Position *= show;
`,e&&(s+=` bool isStyleTranslucent = (featureProperties.a != 1.0);
if (czm_pass == czm_passTranslucent)
{
if (!isStyleTranslucent && !tile_translucentCommand)
{
gl_Position *= 0.0;
}
}
else
{
if (isStyleTranslucent)
{
gl_Position *= 0.0;
}
}
`),s+=` tile_featureColor = featureProperties;
tile_featureSt = st;
}`):s=`varying vec2 tile_featureSt;
void main()
{
tile_color(vec4(1.0));
tile_featureSt = computeSt(${t});
}`,`${r}
${D1e(i)}${s}`}};function SQ(e,t){return e=Ve.replaceMain(e,"tile_main"),t?`${e}uniform float tile_colorBlend;
void tile_color(vec4 tile_featureColor)
{
tile_main();
tile_featureColor = czm_gammaCorrect(tile_featureColor);
gl_FragColor.a *= tile_featureColor.a;
float highlight = ceil(tile_colorBlend);
gl_FragColor.rgb *= mix(tile_featureColor.rgb, vec3(1.0), highlight);
}
`:`${e}void tile_color(vec4 tile_featureColor)
{
tile_main();
}
`}function v1e(e,t){let n=`texture2D(${t}`,i=0,o=e.indexOf(n,i),r;for(;o>-1;){let s=0;for(let u=o;u<e.length;++u){let f=e.charAt(u);if(f==="(")++s;else if(f===")"&&(--s,s===0)){r=u+1;break}}let c=`tile_diffuse_final(${e.slice(o,r)}, tile_diffuse)`;e=e.slice(0,o)+c+e.slice(r),i=o+c.length,o=e.indexOf(n,i)}return e}function DQ(e,t,n){if(!l(t))return SQ(e,n);let i=new RegExp(`(uniform|attribute|in)\\s+(vec[34]|sampler2D)\\s+${t};`),o=e.match(i);if(!l(o))return SQ(e,n);let r=o[0],s=o[2];e=Ve.replaceMain(e,"tile_main"),e=e.replace(r,"");let a=`bool isWhite(vec3 color)
{
return all(greaterThan(color, vec3(1.0 - czm_epsilon3)));
}
vec4 tile_diffuse_final(vec4 sourceDiffuse, vec4 tileDiffuse)
{
vec4 blendDiffuse = mix(sourceDiffuse, tileDiffuse, tile_colorBlend);
vec4 diffuse = isWhite(tileDiffuse.rgb) ? sourceDiffuse : blendDiffuse;
return vec4(diffuse.rgb, sourceDiffuse.a);
}
`,c=` tile_featureColor = czm_gammaCorrect(tile_featureColor);
gl_FragColor.a *= tile_featureColor.a;
float highlight = ceil(tile_colorBlend);
gl_FragColor.rgb *= mix(tile_featureColor.rgb, vec3(1.0), highlight);
`,u;if(s==="vec3"||s==="vec4"){let f=s==="vec3"?`vec4(${t}, 1.0)`:t,d=s==="vec3"?"tile_diffuse.xyz":"tile_diffuse";i=new RegExp(t,"g"),e=e.replace(i,d),u=` vec4 source = ${f};
tile_diffuse = tile_diffuse_final(source, tile_featureColor);
tile_main();
`}else s==="sampler2D"&&(e=v1e(e,t),u=` tile_diffuse = tile_featureColor;
tile_main();
`);return e=`uniform float tile_colorBlend;
vec4 tile_diffuse = vec4(1.0);
${a}${r}
${e}
void tile_color(vec4 tile_featureColor)
{
${u}`,n&&(e+=c),e+=`}
`,e}so.prototype.getFragmentShaderCallback=function(e,t,n){if(this.featuresLength!==0)return function(i){return i=DQ(i,t,!0),Vt.maximumVertexTextureImageUnits>0?(i+=`uniform sampler2D tile_pickTexture;
varying vec2 tile_featureSt;
varying vec4 tile_featureColor;
void main()
{
tile_color(tile_featureColor);
`,n&&(i+=` gl_FragColor.rgb *= gl_FragColor.a;
`),i+="}"):(e&&(i+=`uniform bool tile_translucentCommand;
`),i+=`uniform sampler2D tile_pickTexture;
uniform sampler2D tile_batchTexture;
varying vec2 tile_featureSt;
void main()
{
vec4 featureProperties = texture2D(tile_batchTexture, tile_featureSt);
if (featureProperties.a == 0.0) {
discard;
}
`,e&&(i+=` bool isStyleTranslucent = (featureProperties.a != 1.0);
if (czm_pass == czm_passTranslucent)
{
if (!isStyleTranslucent && !tile_translucentCommand)
{
discard;
}
}
else
{
if (isStyleTranslucent)
{
discard;
}
}
`),i+=` tile_color(featureProperties);
`,n&&(i+=` gl_FragColor.rgb *= gl_FragColor.a;
`),i+=`}
`),i}};so.prototype.getClassificationFragmentShaderCallback=function(){if(this.featuresLength!==0)return function(e){return e=Ve.replaceMain(e,"tile_main"),Vt.maximumVertexTextureImageUnits>0?e+=`uniform sampler2D tile_pickTexture;
varying vec2 tile_featureSt;
varying vec4 tile_featureColor;
void main()
{
tile_main();
gl_FragColor = tile_featureColor;
gl_FragColor.rgb *= gl_FragColor.a;
}`:e+=`uniform sampler2D tile_batchTexture;
uniform sampler2D tile_pickTexture;
varying vec2 tile_featureSt;
void main()
{
tile_main();
vec4 featureProperties = texture2D(tile_batchTexture, tile_featureSt);
if (featureProperties.a == 0.0) {
discard;
}
gl_FragColor = featureProperties;
gl_FragColor.rgb *= gl_FragColor.a;
}
`,e}};function P1e(e){let t=e._content.tileset,n=t.colorBlendMode,i=t.colorBlendAmount;if(n===bl.HIGHLIGHT)return 0;if(n===bl.REPLACE)return 1;if(n===bl.MIX)return I.clamp(i,I.EPSILON4,1)}so.prototype.getUniformMapCallback=function(){if(this.featuresLength===0)return;let e=this;return function(t){return pt(t,{tile_batchTexture:function(){return y(e._batchTexture.batchTexture,e._batchTexture.defaultTexture)},tile_textureDimensions:function(){return e._batchTexture.textureDimensions},tile_textureStep:function(){return e._batchTexture.textureStep},tile_colorBlend:function(){return P1e(e)},tile_pickTexture:function(){return e._batchTexture.pickTexture}})}};so.prototype.getPickId=function(){return"texture2D(tile_pickTexture, tile_featureSt)"};var $p={ALL_OPAQUE:0,ALL_TRANSLUCENT:1,OPAQUE_AND_TRANSLUCENT:2};so.prototype.addDerivedCommands=function(e,t){let n=e.commandList,i=n.length,o=this._content._tile,r=o._finalResolution,s=o.tileset,a=s._skipLevelOfDetail&&s._hasMixedContent&&e.context.stencilBuffer,c=I1e(this);for(let u=t;u<i;++u){let f=n[u];if(f.pass===xe.COMPUTE)continue;let d=f.derivedCommands.tileset;(!l(d)||f.dirty)&&(d={},f.derivedCommands.tileset=d,d.originalCommand=O1e(f),f.dirty=!1);let p=d.originalCommand;c!==$p.ALL_OPAQUE&&f.pass!==xe.TRANSLUCENT&&(l(d.translucent)||(d.translucent=B1e(p))),c!==$p.ALL_TRANSLUCENT&&f.pass!==xe.TRANSLUCENT&&(l(d.opaque)||(d.opaque=R1e(p)),a&&(r||(l(d.zback)||(d.zback=L1e(e.context,p)),s._backfaceCommands.push(d.zback)),(!l(d.stencil)||o._selectionDepth!==N1e(d.stencil))&&(f.renderState.depthMask?d.stencil=F1e(p,o._selectionDepth):d.stencil=d.opaque)));let g=a?d.stencil:d.opaque,m=d.translucent;f.pass!==xe.TRANSLUCENT?(c===$p.ALL_OPAQUE&&(n[u]=g),c===$p.ALL_TRANSLUCENT&&(n[u]=m),c===$p.OPAQUE_AND_TRANSLUCENT&&(n[u]=g,n.push(m))):n[u]=p}};function I1e(e){let t=e._batchTexture.translucentFeaturesLength;return t===0?$p.ALL_OPAQUE:t===e.featuresLength?$p.ALL_TRANSLUCENT:$p.OPAQUE_AND_TRANSLUCENT}function O1e(e){let t=Ze.shallowClone(e),n=t.pass===xe.TRANSLUCENT;return t.uniformMap=l(t.uniformMap)?t.uniformMap:{},t.uniformMap.tile_translucentCommand=function(){return n},t}function B1e(e){let t=Ze.shallowClone(e);return t.pass=xe.TRANSLUCENT,t.renderState=k1e(e.renderState),t}function R1e(e){let t=Ze.shallowClone(e);return t.renderState=V1e(e.renderState),t}function M1e(e,t){let n=e.shaderCache.getDerivedShaderProgram(t,"zBackfaceLogDepth");if(!l(n)){let i=t.fragmentShaderSource.clone();i.defines=l(i.defines)?i.defines.slice(0):[],i.defines.push("POLYGON_OFFSET"),i.sources.unshift(`#ifdef GL_OES_standard_derivatives
#extension GL_OES_standard_derivatives : enable
#endif
`),n=e.shaderCache.createDerivedShaderProgram(t,"zBackfaceLogDepth",{vertexShaderSource:t.vertexShaderSource,fragmentShaderSource:i,attributeLocations:t._attributeLocations})}return n}function L1e(e,t){let n=Ze.shallowClone(t),i=$e(n.renderState,!0);i.cull.enabled=!0,i.cull.face=Ci.FRONT,i.colorMask={red:!1,green:!1,blue:!1,alpha:!1},i.polygonOffset={enabled:!0,factor:5,units:5},i.stencilTest=wt.setCesium3DTileBit(),i.stencilMask=wt.CESIUM_3D_TILE_MASK,n.renderState=Ne.fromCache(i),n.castShadows=!1,n.receiveShadows=!1,n.uniformMap=$e(t.uniformMap);let o=new H(5,5);return n.uniformMap.u_polygonOffset=function(){return o},n.shaderProgram=M1e(e,t.shaderProgram),n}function F1e(e,t){let n=Ze.shallowClone(e),i=$e(n.renderState,!0);return i.stencilTest.enabled=!0,i.stencilTest.mask=wt.SKIP_LOD_MASK,i.stencilTest.reference=wt.CESIUM_3D_TILE_MASK|t<<wt.SKIP_LOD_BIT_SHIFT,i.stencilTest.frontFunction=Nn.GREATER_OR_EQUAL,i.stencilTest.frontOperation.zPass=st.REPLACE,i.stencilTest.backFunction=Nn.GREATER_OR_EQUAL,i.stencilTest.backOperation.zPass=st.REPLACE,i.stencilMask=wt.CESIUM_3D_TILE_MASK|wt.SKIP_LOD_MASK,n.renderState=Ne.fromCache(i),n}function N1e(e){return(e.renderState.stencilTest.reference&wt.SKIP_LOD_MASK)>>>wt.SKIP_LOD_BIT_SHIFT}function k1e(e){let t=$e(e,!0);return t.cull.enabled=!1,t.depthTest.enabled=!0,t.depthMask=!1,t.blending=an.ALPHA_BLEND,t.stencilTest=wt.setCesium3DTileBit(),t.stencilMask=wt.CESIUM_3D_TILE_MASK,Ne.fromCache(t)}function V1e(e){let t=$e(e,!0);return t.stencilTest=wt.setCesium3DTileBit(),t.stencilMask=wt.CESIUM_3D_TILE_MASK,Ne.fromCache(t)}so.prototype.update=function(e,t){this._batchTexture.update(e,t)};so.prototype.isDestroyed=function(){return!1};so.prototype.destroy=function(){return this._batchTexture=this._batchTexture&&this._batchTexture.destroy(),le(this)};var e_=so;function U1e(e){this.offset=e.offset,this.count=e.count,this.color=e.color,this.batchIds=e.batchIds}var Cm=U1e;var uS=`attribute vec3 position;
attribute float a_batchId;
uniform mat4 u_modifiedModelViewProjection;
void main()
{
gl_Position = czm_depthClamp(u_modifiedModelViewProjection * vec4(position, 1.0));
}
`;function _u(e,t){this._content=e,this._batchId=t,this._color=void 0}Object.defineProperties(_u.prototype,{show:{get:function(){return this._content.batchTable.getShow(this._batchId)},set:function(e){this._content.batchTable.setShow(this._batchId,e)}},color:{get:function(){return l(this._color)||(this._color=new U),this._content.batchTable.getColor(this._batchId,this._color)},set:function(e){this._content.batchTable.setColor(this._batchId,e)}},polylinePositions:{get:function(){if(!!l(this._content.getPolylinePositions))return this._content.getPolylinePositions(this._batchId)}},content:{get:function(){return this._content}},tileset:{get:function(){return this._content.tileset}},primitive:{get:function(){return this._content.tileset}},featureId:{get:function(){return this._batchId}},pickId:{get:function(){return this._content.batchTable.getPickColor(this._batchId)}}});_u.prototype.hasProperty=function(e){return this._content.batchTable.hasProperty(this._batchId,e)};_u.prototype.getPropertyIds=function(e){return this._content.batchTable.getPropertyIds(this._batchId,e)};_u.prototype.getProperty=function(e){return this._content.batchTable.getProperty(this._batchId,e)};_u.getPropertyInherited=function(e,t,n){let i=e.batchTable;if(l(i)){if(i.hasPropertyBySemantic(t,n))return i.getPropertyBySemantic(t,n);if(i.hasProperty(t,n))return i.getProperty(t,n)}let o=e.metadata;if(l(o)){if(o.hasPropertyBySemantic(n))return o.getPropertyBySemantic(n);if(o.hasProperty(n))return o.getProperty(n)}let r=e.tile,s=r.metadata;if(l(s)){if(s.hasPropertyBySemantic(n))return s.getPropertyBySemantic(n);if(s.hasProperty(n))return s.getProperty(n)}let a;if(l(r.implicitSubtree)&&(a=r.implicitSubtree.metadata),l(a)){if(a.hasPropertyBySemantic(n))return a.getPropertyBySemantic(n);if(a.hasProperty(n))return a.getProperty(n)}let c=l(e.group)?e.group.metadata:void 0;if(l(c)){if(c.hasPropertyBySemantic(n))return c.getPropertyBySemantic(n);if(c.hasProperty(n))return c.getProperty(n)}let u=e.tileset.metadata;if(l(u)){if(u.hasPropertyBySemantic(n))return u.getPropertyBySemantic(n);if(u.hasProperty(n))return u.getProperty(n)}};_u.prototype.getPropertyInherited=function(e){return _u.getPropertyInherited(this._content,this._batchId,e)};_u.prototype.setProperty=function(e,t){this._content.batchTable.setProperty(this._batchId,e,t),this._content.featurePropertiesDirty=!0};_u.prototype.isExactClass=function(e){return this._content.batchTable.isExactClass(this._batchId,e)};_u.prototype.isClass=function(e){return this._content.batchTable.isClass(this._batchId,e)};_u.prototype.getExactClassName=function(){return this._content.batchTable.getExactClassName(this._batchId)};var As=_u;var qB=Ii(vQ(),1);var z1e={VARIABLE:0,UNARY:1,BINARY:2,TERNARY:3,CONDITIONAL:4,MEMBER:5,FUNCTION_CALL:6,ARRAY:7,REGEX:8,VARIABLE_IN_STRING:9,LITERAL_NULL:10,LITERAL_BOOLEAN:11,LITERAL_NUMBER:12,LITERAL_STRING:13,LITERAL_COLOR:14,LITERAL_VECTOR:15,LITERAL_REGEX:16,LITERAL_UNDEFINED:17,BUILTIN_VARIABLE:18},lt=Object.freeze(z1e);function Ef(e,t){this._expression=e,e=eIe(e,t),e=nIe(tIe(e)),qB.default.addBinaryOp("=~",0),qB.default.addBinaryOp("!~",0);let n;try{n=(0,qB.default)(e)}catch(i){throw new de(i)}this._runtimeAst=fi(this,n)}Object.defineProperties(Ef.prototype,{expression:{get:function(){return this._expression}}});var bn={arrayIndex:0,arrayArray:[[]],cartesian2Index:0,cartesian3Index:0,cartesian4Index:0,cartesian2Array:[new H],cartesian3Array:[new h],cartesian4Array:[new se],reset:function(){this.arrayIndex=0,this.cartesian2Index=0,this.cartesian3Index=0,this.cartesian4Index=0},getArray:function(){this.arrayIndex>=this.arrayArray.length&&this.arrayArray.push([]);let e=this.arrayArray[this.arrayIndex++];return e.length=0,e},getCartesian2:function(){return this.cartesian2Index>=this.cartesian2Array.length&&this.cartesian2Array.push(new H),this.cartesian2Array[this.cartesian2Index++]},getCartesian3:function(){return this.cartesian3Index>=this.cartesian3Array.length&&this.cartesian3Array.push(new h),this.cartesian3Array[this.cartesian3Index++]},getCartesian4:function(){return this.cartesian4Index>=this.cartesian4Array.length&&this.cartesian4Array.push(new se),this.cartesian4Array[this.cartesian4Index++]}};Ef.prototype.evaluate=function(e,t){bn.reset();let n=this._runtimeAst.evaluate(e);return t instanceof U&&n instanceof se?U.fromCartesian4(n,t):n instanceof H||n instanceof h||n instanceof se?n.clone(t):n};Ef.prototype.evaluateColor=function(e,t){bn.reset();let n=this._runtimeAst.evaluate(e);return U.fromCartesian4(n,t)};Ef.prototype.getShaderFunction=function(e,t,n,i){let o=this.getShaderExpression(t,n);return o=`${i} ${e}
{
return ${o};
}
`,o};Ef.prototype.getShaderExpression=function(e,t){return this._runtimeAst.getShaderExpression(e,t)};Ef.prototype.getVariables=function(){let e=[];return this._runtimeAst.getVariables(e),e=e.filter(function(t,n,i){return i.indexOf(t)===n}),e};var H1e=["!","-","+"],PQ=["+","-","*","/","%","===","!==",">",">=","<","<=","&&","||","!~","=~"],YB=/\${(.*?)}/g,G1e=/\\/g,W1e="@#%",j1e=/@#%/g,XB=new U,KB={abs:as(Math.abs),sqrt:as(Math.sqrt),cos:as(Math.cos),sin:as(Math.sin),tan:as(Math.tan),acos:as(Math.acos),asin:as(Math.asin),atan:as(Math.atan),radians:as(I.toRadians),degrees:as(I.toDegrees),sign:as(I.sign),floor:as(Math.floor),ceil:as(Math.ceil),round:as(Math.round),exp:as(Math.exp),exp2:as(Y1e),log:as(Math.log),log2:as(X1e),fract:as(q1e),length:K1e,normalize:J1e},JB={atan2:WB(Math.atan2,!1),pow:WB(Math.pow,!1),min:WB(Math.min,!0),max:WB(Math.max,!0),distance:Z1e,dot:Q1e,cross:$1e},_8={clamp:IQ(I.clamp,!0),mix:IQ(I.lerp,!0)};function q1e(e){return e-Math.floor(e)}function Y1e(e){return Math.pow(2,e)}function X1e(e){return I.log2(e)}function as(e){return function(t,n){if(typeof n=="number")return e(n);if(n instanceof H)return H.fromElements(e(n.x),e(n.y),bn.getCartesian2());if(n instanceof h)return h.fromElements(e(n.x),e(n.y),e(n.z),bn.getCartesian3());if(n instanceof se)return se.fromElements(e(n.x),e(n.y),e(n.z),e(n.w),bn.getCartesian4());throw new de(`Function "${t}" requires a vector or number argument. Argument is ${n}.`)}}function WB(e,t){return function(n,i,o){if(t&&typeof o=="number"){if(typeof i=="number")return e(i,o);if(i instanceof H)return H.fromElements(e(i.x,o),e(i.y,o),bn.getCartesian2());if(i instanceof h)return h.fromElements(e(i.x,o),e(i.y,o),e(i.z,o),bn.getCartesian3());if(i instanceof se)return se.fromElements(e(i.x,o),e(i.y,o),e(i.z,o),e(i.w,o),bn.getCartesian4())}if(typeof i=="number"&&typeof o=="number")return e(i,o);if(i instanceof H&&o instanceof H)return H.fromElements(e(i.x,o.x),e(i.y,o.y),bn.getCartesian2());if(i instanceof h&&o instanceof h)return h.fromElements(e(i.x,o.x),e(i.y,o.y),e(i.z,o.z),bn.getCartesian3());if(i instanceof se&&o instanceof se)return se.fromElements(e(i.x,o.x),e(i.y,o.y),e(i.z,o.z),e(i.w,o.w),bn.getCartesian4());throw new de(`Function "${n}" requires vector or number arguments of matching types. Arguments are ${i} and ${o}.`)}}function IQ(e,t){return function(n,i,o,r){if(t&&typeof r=="number"){if(typeof i=="number"&&typeof o=="number")return e(i,o,r);if(i instanceof H&&o instanceof H)return H.fromElements(e(i.x,o.x,r),e(i.y,o.y,r),bn.getCartesian2());if(i instanceof h&&o instanceof h)return h.fromElements(e(i.x,o.x,r),e(i.y,o.y,r),e(i.z,o.z,r),bn.getCartesian3());if(i instanceof se&&o instanceof se)return se.fromElements(e(i.x,o.x,r),e(i.y,o.y,r),e(i.z,o.z,r),e(i.w,o.w,r),bn.getCartesian4())}if(typeof i=="number"&&typeof o=="number"&&typeof r=="number")return e(i,o,r);if(i instanceof H&&o instanceof H&&r instanceof H)return H.fromElements(e(i.x,o.x,r.x),e(i.y,o.y,r.y),bn.getCartesian2());if(i instanceof h&&o instanceof h&&r instanceof h)return h.fromElements(e(i.x,o.x,r.x),e(i.y,o.y,r.y),e(i.z,o.z,r.z),bn.getCartesian3());if(i instanceof se&&o instanceof se&&r instanceof se)return se.fromElements(e(i.x,o.x,r.x),e(i.y,o.y,r.y),e(i.z,o.z,r.z),e(i.w,o.w,r.w),bn.getCartesian4());throw new de(`Function "${n}" requires vector or number arguments of matching types. Arguments are ${i}, ${o}, and ${r}.`)}}function K1e(e,t){if(typeof t=="number")return Math.abs(t);if(t instanceof H)return H.magnitude(t);if(t instanceof h)return h.magnitude(t);if(t instanceof se)return se.magnitude(t);throw new de(`Function "${e}" requires a vector or number argument. Argument is ${t}.`)}function J1e(e,t){if(typeof t=="number")return 1;if(t instanceof H)return H.normalize(t,bn.getCartesian2());if(t instanceof h)return h.normalize(t,bn.getCartesian3());if(t instanceof se)return se.normalize(t,bn.getCartesian4());throw new de(`Function "${e}" requires a vector or number argument. Argument is ${t}.`)}function Z1e(e,t,n){if(typeof t=="number"&&typeof n=="number")return Math.abs(t-n);if(t instanceof H&&n instanceof H)return H.distance(t,n);if(t instanceof h&&n instanceof h)return h.distance(t,n);if(t instanceof se&&n instanceof se)return se.distance(t,n);throw new de(`Function "${e}" requires vector or number arguments of matching types. Arguments are ${t} and ${n}.`)}function Q1e(e,t,n){if(typeof t=="number"&&typeof n=="number")return t*n;if(t instanceof H&&n instanceof H)return H.dot(t,n);if(t instanceof h&&n instanceof h)return h.dot(t,n);if(t instanceof se&&n instanceof se)return se.dot(t,n);throw new de(`Function "${e}" requires vector or number arguments of matching types. Arguments are ${t} and ${n}.`)}function $1e(e,t,n){if(t instanceof h&&n instanceof h)return h.cross(t,n,bn.getCartesian3());throw new de(`Function "${e}" requires vec3 arguments. Arguments are ${t} and ${n}.`)}function ht(e,t,n,i,o){this._type=e,this._value=t,this._left=n,this._right=i,this._test=o,this.evaluate=void 0,dIe(this)}function eIe(e,t){if(!l(t))return e;for(let n in t)if(t.hasOwnProperty(n)){let i=new RegExp(`\\$\\{${n}\\}`,"g"),o=`(${t[n]})`;l(o)&&(e=e.replace(i,o))}return e}function tIe(e){return e.replace(G1e,W1e)}function p8(e){return e.replace(j1e,"\\")}function nIe(e){let t=e,n="",i=t.indexOf("${");for(;i>=0;){let o=t.indexOf("'"),r=t.indexOf('"'),s;if(o>=0&&o<i)s=t.indexOf("'",o+1),n+=t.substr(0,s+1),t=t.substr(s+1),i=t.indexOf("${");else if(r>=0&&r<i)s=t.indexOf('"',r+1),n+=t.substr(0,s+1),t=t.substr(s+1),i=t.indexOf("${");else{n+=t.substr(0,i);let a=t.indexOf("}");if(a<0)throw new de("Unmatched {.");n+=`czm_${t.substr(i+2,a-(i+2))}`,t=t.substr(a+1),i=t.indexOf("${")}}return n+=t,n}function iIe(e){let t=typeof e.value;if(e.value===null)return new ht(lt.LITERAL_NULL,null);if(t==="boolean")return new ht(lt.LITERAL_BOOLEAN,e.value);if(t==="number")return new ht(lt.LITERAL_NUMBER,e.value);if(t==="string")return e.value.indexOf("${")>=0?new ht(lt.VARIABLE_IN_STRING,e.value):new ht(lt.LITERAL_STRING,p8(e.value))}function oIe(e,t){let n=t.arguments,i=n.length,o,r,s,a;if(t.callee.type==="MemberExpression"){o=t.callee.property.name;let c=t.callee.object;if(o==="test"||o==="exec"){if(c.callee.name!=="regExp")throw new de(`${o} is not a function.`);return i===0?o==="test"?new ht(lt.LITERAL_BOOLEAN,!1):new ht(lt.LITERAL_NULL,null):(s=fi(e,c),a=fi(e,n[0]),new ht(lt.FUNCTION_CALL,o,s,a))}else if(o==="toString")return r=fi(e,c),new ht(lt.FUNCTION_CALL,o,r);throw new de(`Unexpected function call "${o}".`)}if(o=t.callee.name,o==="color"){if(i===0)return new ht(lt.LITERAL_COLOR,o);if(r=fi(e,n[0]),l(n[1])){let c=fi(e,n[1]);return new ht(lt.LITERAL_COLOR,o,[r,c])}return new ht(lt.LITERAL_COLOR,o,[r])}else if(o==="rgb"||o==="hsl"){if(i<3)throw new de(`${o} requires three arguments.`);return r=[fi(e,n[0]),fi(e,n[1]),fi(e,n[2])],new ht(lt.LITERAL_COLOR,o,r)}else if(o==="rgba"||o==="hsla"){if(i<4)throw new de(`${o} requires four arguments.`);return r=[fi(e,n[0]),fi(e,n[1]),fi(e,n[2]),fi(e,n[3])],new ht(lt.LITERAL_COLOR,o,r)}else if(o==="vec2"||o==="vec3"||o==="vec4"){r=new Array(i);for(let c=0;c<i;++c)r[c]=fi(e,n[c]);return new ht(lt.LITERAL_VECTOR,o,r)}else{if(o==="isNaN"||o==="isFinite")return i===0?o==="isNaN"?new ht(lt.LITERAL_BOOLEAN,!0):new ht(lt.LITERAL_BOOLEAN,!1):(r=fi(e,n[0]),new ht(lt.UNARY,o,r));if(o==="isExactClass"||o==="isClass"){if(i<1||i>1)throw new de(`${o} requires exactly one argument.`);return r=fi(e,n[0]),new ht(lt.UNARY,o,r)}else if(o==="getExactClassName"){if(i>0)throw new de(`${o} does not take any argument.`);return new ht(lt.UNARY,o)}else if(l(KB[o])){if(i!==1)throw new de(`${o} requires exactly one argument.`);return r=fi(e,n[0]),new ht(lt.UNARY,o,r)}else if(l(JB[o])){if(i!==2)throw new de(`${o} requires exactly two arguments.`);return s=fi(e,n[0]),a=fi(e,n[1]),new ht(lt.BINARY,o,s,a)}else if(l(_8[o])){if(i!==3)throw new de(`${o} requires exactly three arguments.`);s=fi(e,n[0]),a=fi(e,n[1]);let c=fi(e,n[2]);return new ht(lt.TERNARY,o,s,a,c)}else{if(o==="Boolean")return i===0?new ht(lt.LITERAL_BOOLEAN,!1):(r=fi(e,n[0]),new ht(lt.UNARY,o,r));if(o==="Number")return i===0?new ht(lt.LITERAL_NUMBER,0):(r=fi(e,n[0]),new ht(lt.UNARY,o,r));if(o==="String")return i===0?new ht(lt.LITERAL_STRING,""):(r=fi(e,n[0]),new ht(lt.UNARY,o,r));if(o==="regExp")return rIe(e,t)}}throw new de(`Unexpected function call "${o}".`)}function rIe(e,t){let n=t.arguments;if(n.length===0)return new ht(lt.LITERAL_REGEX,new RegExp);let i=fi(e,n[0]),o;if(n.length>1){let r=fi(e,n[1]);if(m8(i)&&m8(r)){try{o=new RegExp(p8(String(i._value)),r._value)}catch(s){throw new de(s)}return new ht(lt.LITERAL_REGEX,o)}return new ht(lt.REGEX,i,r)}if(m8(i)){try{o=new RegExp(p8(String(i._value)))}catch(r){throw new de(r)}return new ht(lt.LITERAL_REGEX,o)}return new ht(lt.REGEX,i)}function sIe(e){if(uIe(e.name)){let t=fIe(e.name);return t.substr(0,8)==="tiles3d_"?new ht(lt.BUILTIN_VARIABLE,t):new ht(lt.VARIABLE,t)}else{if(e.name==="NaN")return new ht(lt.LITERAL_NUMBER,NaN);if(e.name==="Infinity")return new ht(lt.LITERAL_NUMBER,1/0);if(e.name==="undefined")return new ht(lt.LITERAL_UNDEFINED,void 0)}throw new de(`${e.name} is not defined.`)}function aIe(e){let t=e.property.name;if(t==="PI")return new ht(lt.LITERAL_NUMBER,Math.PI);if(t==="E")return new ht(lt.LITERAL_NUMBER,Math.E)}function cIe(e){if(e.property.name==="POSITIVE_INFINITY")return new ht(lt.LITERAL_NUMBER,Number.POSITIVE_INFINITY)}function lIe(e,t){if(t.object.name==="Math")return aIe(t);if(t.object.name==="Number")return cIe(t);let n,i=fi(e,t.object);return t.computed?(n=fi(e,t.property),new ht(lt.MEMBER,"brackets",i,n)):(n=new ht(lt.LITERAL_STRING,t.property.name),new ht(lt.MEMBER,"dot",i,n))}function m8(e){return e._type>=lt.LITERAL_NULL}function uIe(e){return e.substr(0,4)==="czm_"}function fIe(e){return e.substr(4)}function fi(e,t){let n,i,o,r;if(t.type==="Literal")n=iIe(t);else if(t.type==="CallExpression")n=oIe(e,t);else if(t.type==="Identifier")n=sIe(t);else if(t.type==="UnaryExpression"){i=t.operator;let s=fi(e,t.argument);if(H1e.indexOf(i)>-1)n=new ht(lt.UNARY,i,s);else throw new de(`Unexpected operator "${i}".`)}else if(t.type==="BinaryExpression")if(i=t.operator,o=fi(e,t.left),r=fi(e,t.right),PQ.indexOf(i)>-1)n=new ht(lt.BINARY,i,o,r);else throw new de(`Unexpected operator "${i}".`);else if(t.type==="LogicalExpression")i=t.operator,o=fi(e,t.left),r=fi(e,t.right),PQ.indexOf(i)>-1&&(n=new ht(lt.BINARY,i,o,r));else if(t.type==="ConditionalExpression"){let s=fi(e,t.test);o=fi(e,t.consequent),r=fi(e,t.alternate),n=new ht(lt.CONDITIONAL,"?",o,r,s)}else if(t.type==="MemberExpression")n=lIe(e,t);else if(t.type==="ArrayExpression"){let s=[];for(let a=0;a<t.elements.length;a++)s[a]=fi(e,t.elements[a]);n=new ht(lt.ARRAY,s)}else throw t.type==="Compound"?new de("Provide exactly one expression."):new de("Cannot parse expression.");return n}function dIe(e){e._type===lt.CONDITIONAL?e.evaluate=e._evaluateConditional:e._type===lt.FUNCTION_CALL?e._value==="test"?e.evaluate=e._evaluateRegExpTest:e._value==="exec"?e.evaluate=e._evaluateRegExpExec:e._value==="toString"&&(e.evaluate=e._evaluateToString):e._type===lt.UNARY?e._value==="!"?e.evaluate=e._evaluateNot:e._value==="-"?e.evaluate=e._evaluateNegative:e._value==="+"?e.evaluate=e._evaluatePositive:e._value==="isNaN"?e.evaluate=e._evaluateNaN:e._value==="isFinite"?e.evaluate=e._evaluateIsFinite:e._value==="isExactClass"?e.evaluate=e._evaluateIsExactClass:e._value==="isClass"?e.evaluate=e._evaluateIsClass:e._value==="getExactClassName"?e.evaluate=e._evaluateGetExactClassName:e._value==="Boolean"?e.evaluate=e._evaluateBooleanConversion:e._value==="Number"?e.evaluate=e._evaluateNumberConversion:e._value==="String"?e.evaluate=e._evaluateStringConversion:l(KB[e._value])&&(e.evaluate=mIe(e._value)):e._type===lt.BINARY?e._value==="+"?e.evaluate=e._evaluatePlus:e._value==="-"?e.evaluate=e._evaluateMinus:e._value==="*"?e.evaluate=e._evaluateTimes:e._value==="/"?e.evaluate=e._evaluateDivide:e._value==="%"?e.evaluate=e._evaluateMod:e._value==="==="?e.evaluate=e._evaluateEqualsStrict:e._value==="!=="?e.evaluate=e._evaluateNotEqualsStrict:e._value==="<"?e.evaluate=e._evaluateLessThan:e._value==="<="?e.evaluate=e._evaluateLessThanOrEquals:e._value===">"?e.evaluate=e._evaluateGreaterThan:e._value===">="?e.evaluate=e._evaluateGreaterThanOrEquals:e._value==="&&"?e.evaluate=e._evaluateAnd:e._value==="||"?e.evaluate=e._evaluateOr:e._value==="=~"?e.evaluate=e._evaluateRegExpMatch:e._value==="!~"?e.evaluate=e._evaluateRegExpNotMatch:l(JB[e._value])&&(e.evaluate=pIe(e._value)):e._type===lt.TERNARY?e.evaluate=_Ie(e._value):e._type===lt.MEMBER?e._value==="brackets"?e.evaluate=e._evaluateMemberBrackets:e.evaluate=e._evaluateMemberDot:e._type===lt.ARRAY?e.evaluate=e._evaluateArray:e._type===lt.VARIABLE?e.evaluate=e._evaluateVariable:e._type===lt.VARIABLE_IN_STRING?e.evaluate=e._evaluateVariableString:e._type===lt.LITERAL_COLOR?e.evaluate=e._evaluateLiteralColor:e._type===lt.LITERAL_VECTOR?e.evaluate=e._evaluateLiteralVector:e._type===lt.LITERAL_STRING?e.evaluate=e._evaluateLiteralString:e._type===lt.REGEX?e.evaluate=e._evaluateRegExp:e._type===lt.BUILTIN_VARIABLE?e._value==="tiles3d_tileset_time"&&(e.evaluate=hIe):e.evaluate=e._evaluateLiteral}function hIe(e){return l(e)?e.content.tileset.timeSinceLoad:0}function mIe(e){let t=KB[e];return function(n){let i=this._left.evaluate(n);return t(e,i)}}function pIe(e){let t=JB[e];return function(n){let i=this._left.evaluate(n),o=this._right.evaluate(n);return t(e,i,o)}}function _Ie(e){let t=_8[e];return function(n){let i=this._left.evaluate(n),o=this._right.evaluate(n),r=this._test.evaluate(n);return t(e,i,o,r)}}function ZB(e,t){if(l(e))return e.getPropertyInherited(t)}ht.prototype._evaluateLiteral=function(){return this._value};ht.prototype._evaluateLiteralColor=function(e){let t=XB,n=this._left;if(this._value==="color")l(n)?n.length>1?(U.fromCssColorString(n[0].evaluate(e),t),t.alpha=n[1].evaluate(e)):U.fromCssColorString(n[0].evaluate(e),t):U.fromBytes(255,255,255,255,t);else if(this._value==="rgb")U.fromBytes(n[0].evaluate(e),n[1].evaluate(e),n[2].evaluate(e),255,t);else if(this._value==="rgba"){let i=n[3].evaluate(e)*255;U.fromBytes(n[0].evaluate(e),n[1].evaluate(e),n[2].evaluate(e),i,t)}else this._value==="hsl"?U.fromHsl(n[0].evaluate(e),n[1].evaluate(e),n[2].evaluate(e),1,t):this._value==="hsla"&&U.fromHsl(n[0].evaluate(e),n[1].evaluate(e),n[2].evaluate(e),n[3].evaluate(e),t);return se.fromColor(t,bn.getCartesian4())};ht.prototype._evaluateLiteralVector=function(e){let t=bn.getArray(),n=this._value,i=this._left,o=i.length;for(let a=0;a<o;++a){let c=i[a].evaluate(e);if(typeof c=="number")t.push(c);else if(c instanceof H)t.push(c.x,c.y);else if(c instanceof h)t.push(c.x,c.y,c.z);else if(c instanceof se)t.push(c.x,c.y,c.z,c.w);else throw new de(`${n} argument must be a vector or number. Argument is ${c}.`)}let r=t.length,s=parseInt(n.charAt(3));if(r===0)throw new de(`Invalid ${n} constructor. No valid arguments.`);if(r<s&&r>1)throw new de(`Invalid ${n} constructor. Not enough arguments.`);if(r>s&&o>1)throw new de(`Invalid ${n} constructor. Too many arguments.`);if(r===1){let a=t[0];t.push(a,a,a)}if(n==="vec2")return H.fromArray(t,0,bn.getCartesian2());if(n==="vec3")return h.fromArray(t,0,bn.getCartesian3());if(n==="vec4")return se.fromArray(t,0,bn.getCartesian4())};ht.prototype._evaluateLiteralString=function(){return this._value};ht.prototype._evaluateVariableString=function(e){let t=this._value,n=YB.exec(t);for(;n!==null;){let i=n[0],o=n[1],r=ZB(e,o);l(r)||(r=""),t=t.replace(i,r),n=YB.exec(t)}return t};ht.prototype._evaluateVariable=function(e){return ZB(e,this._value)};function z0(e){return e._value==="feature"}ht.prototype._evaluateMemberDot=function(e){if(z0(this._left))return ZB(e,this._right.evaluate(e));let t=this._left.evaluate(e);if(!l(t))return;let n=this._right.evaluate(e);if(t instanceof H||t instanceof h||t instanceof se){if(n==="r")return t.x;if(n==="g")return t.y;if(n==="b")return t.z;if(n==="a")return t.w}return t[n]};ht.prototype._evaluateMemberBrackets=function(e){if(z0(this._left))return ZB(e,this._right.evaluate(e));let t=this._left.evaluate(e);if(!l(t))return;let n=this._right.evaluate(e);if(t instanceof H||t instanceof h||t instanceof se){if(n===0||n==="r")return t.x;if(n===1||n==="g")return t.y;if(n===2||n==="b")return t.z;if(n===3||n==="a")return t.w}return t[n]};ht.prototype._evaluateArray=function(e){let t=[];for(let n=0;n<this._value.length;n++)t[n]=this._value[n].evaluate(e);return t};ht.prototype._evaluateNot=function(e){let t=this._left.evaluate(e);if(typeof t!="boolean")throw new de(`Operator "!" requires a boolean argument. Argument is ${t}.`);return!t};ht.prototype._evaluateNegative=function(e){let t=this._left.evaluate(e);if(t instanceof H)return H.negate(t,bn.getCartesian2());if(t instanceof h)return h.negate(t,bn.getCartesian3());if(t instanceof se)return se.negate(t,bn.getCartesian4());if(typeof t=="number")return-t;throw new de(`Operator "-" requires a vector or number argument. Argument is ${t}.`)};ht.prototype._evaluatePositive=function(e){let t=this._left.evaluate(e);if(!(t instanceof H||t instanceof h||t instanceof se||typeof t=="number"))throw new de(`Operator "+" requires a vector or number argument. Argument is ${t}.`);return t};ht.prototype._evaluateLessThan=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(typeof t!="number"||typeof n!="number")throw new de(`Operator "<" requires number arguments. Arguments are ${t} and ${n}.`);return t<n};ht.prototype._evaluateLessThanOrEquals=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(typeof t!="number"||typeof n!="number")throw new de(`Operator "<=" requires number arguments. Arguments are ${t} and ${n}.`);return t<=n};ht.prototype._evaluateGreaterThan=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(typeof t!="number"||typeof n!="number")throw new de(`Operator ">" requires number arguments. Arguments are ${t} and ${n}.`);return t>n};ht.prototype._evaluateGreaterThanOrEquals=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(typeof t!="number"||typeof n!="number")throw new de(`Operator ">=" requires number arguments. Arguments are ${t} and ${n}.`);return t>=n};ht.prototype._evaluateOr=function(e){let t=this._left.evaluate(e);if(typeof t!="boolean")throw new de(`Operator "||" requires boolean arguments. First argument is ${t}.`);if(t)return!0;let n=this._right.evaluate(e);if(typeof n!="boolean")throw new de(`Operator "||" requires boolean arguments. Second argument is ${n}.`);return t||n};ht.prototype._evaluateAnd=function(e){let t=this._left.evaluate(e);if(typeof t!="boolean")throw new de(`Operator "&&" requires boolean arguments. First argument is ${t}.`);if(!t)return!1;let n=this._right.evaluate(e);if(typeof n!="boolean")throw new de(`Operator "&&" requires boolean arguments. Second argument is ${n}.`);return t&&n};ht.prototype._evaluatePlus=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(n instanceof H&&t instanceof H)return H.add(t,n,bn.getCartesian2());if(n instanceof h&&t instanceof h)return h.add(t,n,bn.getCartesian3());if(n instanceof se&&t instanceof se)return se.add(t,n,bn.getCartesian4());if(typeof t=="string"||typeof n=="string")return t+n;if(typeof t=="number"&&typeof n=="number")return t+n;throw new de(`Operator "+" requires vector or number arguments of matching types, or at least one string argument. Arguments are ${t} and ${n}.`)};ht.prototype._evaluateMinus=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(n instanceof H&&t instanceof H)return H.subtract(t,n,bn.getCartesian2());if(n instanceof h&&t instanceof h)return h.subtract(t,n,bn.getCartesian3());if(n instanceof se&&t instanceof se)return se.subtract(t,n,bn.getCartesian4());if(typeof t=="number"&&typeof n=="number")return t-n;throw new de(`Operator "-" requires vector or number arguments of matching types. Arguments are ${t} and ${n}.`)};ht.prototype._evaluateTimes=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(n instanceof H&&t instanceof H)return H.multiplyComponents(t,n,bn.getCartesian2());if(n instanceof H&&typeof t=="number")return H.multiplyByScalar(n,t,bn.getCartesian2());if(t instanceof H&&typeof n=="number")return H.multiplyByScalar(t,n,bn.getCartesian2());if(n instanceof h&&t instanceof h)return h.multiplyComponents(t,n,bn.getCartesian3());if(n instanceof h&&typeof t=="number")return h.multiplyByScalar(n,t,bn.getCartesian3());if(t instanceof h&&typeof n=="number")return h.multiplyByScalar(t,n,bn.getCartesian3());if(n instanceof se&&t instanceof se)return se.multiplyComponents(t,n,bn.getCartesian4());if(n instanceof se&&typeof t=="number")return se.multiplyByScalar(n,t,bn.getCartesian4());if(t instanceof se&&typeof n=="number")return se.multiplyByScalar(t,n,bn.getCartesian4());if(typeof t=="number"&&typeof n=="number")return t*n;throw new de(`Operator "*" requires vector or number arguments. If both arguments are vectors they must be matching types. Arguments are ${t} and ${n}.`)};ht.prototype._evaluateDivide=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(n instanceof H&&t instanceof H)return H.divideComponents(t,n,bn.getCartesian2());if(t instanceof H&&typeof n=="number")return H.divideByScalar(t,n,bn.getCartesian2());if(n instanceof h&&t instanceof h)return h.divideComponents(t,n,bn.getCartesian3());if(t instanceof h&&typeof n=="number")return h.divideByScalar(t,n,bn.getCartesian3());if(n instanceof se&&t instanceof se)return se.divideComponents(t,n,bn.getCartesian4());if(t instanceof se&&typeof n=="number")return se.divideByScalar(t,n,bn.getCartesian4());if(typeof t=="number"&&typeof n=="number")return t/n;throw new de(`Operator "/" requires vector or number arguments of matching types, or a number as the second argument. Arguments are ${t} and ${n}.`)};ht.prototype._evaluateMod=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(n instanceof H&&t instanceof H)return H.fromElements(t.x%n.x,t.y%n.y,bn.getCartesian2());if(n instanceof h&&t instanceof h)return h.fromElements(t.x%n.x,t.y%n.y,t.z%n.z,bn.getCartesian3());if(n instanceof se&&t instanceof se)return se.fromElements(t.x%n.x,t.y%n.y,t.z%n.z,t.w%n.w,bn.getCartesian4());if(typeof t=="number"&&typeof n=="number")return t%n;throw new de(`Operator "%" requires vector or number arguments of matching types. Arguments are ${t} and ${n}.`)};ht.prototype._evaluateEqualsStrict=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);return n instanceof H&&t instanceof H||n instanceof h&&t instanceof h||n instanceof se&&t instanceof se?t.equals(n):t===n};ht.prototype._evaluateNotEqualsStrict=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);return n instanceof H&&t instanceof H||n instanceof h&&t instanceof h||n instanceof se&&t instanceof se?!t.equals(n):t!==n};ht.prototype._evaluateConditional=function(e){let t=this._test.evaluate(e);if(typeof t!="boolean")throw new de(`Conditional argument of conditional expression must be a boolean. Argument is ${t}.`);return t?this._left.evaluate(e):this._right.evaluate(e)};ht.prototype._evaluateNaN=function(e){return isNaN(this._left.evaluate(e))};ht.prototype._evaluateIsFinite=function(e){return isFinite(this._left.evaluate(e))};ht.prototype._evaluateIsExactClass=function(e){return l(e)?e.isExactClass(this._left.evaluate(e)):!1};ht.prototype._evaluateIsClass=function(e){return l(e)?e.isClass(this._left.evaluate(e)):!1};ht.prototype._evaluateGetExactClassName=function(e){if(l(e))return e.getExactClassName()};ht.prototype._evaluateBooleanConversion=function(e){return Boolean(this._left.evaluate(e))};ht.prototype._evaluateNumberConversion=function(e){return Number(this._left.evaluate(e))};ht.prototype._evaluateStringConversion=function(e){return String(this._left.evaluate(e))};ht.prototype._evaluateRegExp=function(e){let t=this._value.evaluate(e),n="";l(this._left)&&(n=this._left.evaluate(e));let i;try{i=new RegExp(t,n)}catch(o){throw new de(o)}return i};ht.prototype._evaluateRegExpTest=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(!(t instanceof RegExp&&typeof n=="string"))throw new de(`RegExp.test requires the first argument to be a RegExp and the second argument to be a string. Arguments are ${t} and ${n}.`);return t.test(n)};ht.prototype._evaluateRegExpMatch=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(t instanceof RegExp&&typeof n=="string")return t.test(n);if(n instanceof RegExp&&typeof t=="string")return n.test(t);throw new de(`Operator "=~" requires one RegExp argument and one string argument. Arguments are ${t} and ${n}.`)};ht.prototype._evaluateRegExpNotMatch=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(t instanceof RegExp&&typeof n=="string")return!t.test(n);if(n instanceof RegExp&&typeof t=="string")return!n.test(t);throw new de(`Operator "!~" requires one RegExp argument and one string argument. Arguments are ${t} and ${n}.`)};ht.prototype._evaluateRegExpExec=function(e){let t=this._left.evaluate(e),n=this._right.evaluate(e);if(!(t instanceof RegExp&&typeof n=="string"))throw new de(`RegExp.exec requires the first argument to be a RegExp and the second argument to be a string. Arguments are ${t} and ${n}.`);let i=t.exec(n);return l(i)?i[1]:null};ht.prototype._evaluateToString=function(e){let t=this._left.evaluate(e);if(t instanceof RegExp||t instanceof H||t instanceof h||t instanceof se)return String(t);throw new de(`Unexpected function call "${this._value}".`)};function OQ(e){let t=e._left,n=t.length;for(let a=0;a<n;++a)if(t[a]._type!==lt.LITERAL_NUMBER)return;let i=t[0]._value,o=t[1]._value,r=t[2]._value,s=n===4?t[3]._value:1;return U.fromHsl(i,o,r,s,XB)}function BQ(e){let t=e._left,n=t.length;for(let o=0;o<n;++o)if(t[o]._type!==lt.LITERAL_NUMBER)return;let i=XB;return i.red=t[0]._value/255,i.green=t[1]._value/255,i.blue=t[2]._value/255,i.alpha=n===4?t[3]._value:1,i}function t_(e){return e%1===0?e.toFixed(1):e.toString()}function gIe(e){let t=t_(e.red),n=t_(e.green),i=t_(e.blue);return`vec3(${t}, ${n}, ${i})`}function jB(e){let t=t_(e.red),n=t_(e.green),i=t_(e.blue),o=t_(e.alpha);return`vec4(${t}, ${n}, ${i}, ${o})`}function RQ(e,t,n,i){let o=e.length,r=new Array(o);for(let s=0;s<o;++s)r[s]=e[s].getShaderExpression(t,n,i);return r}function MQ(e,t){return l(t[e])?t[e]:Ef.NULL_SENTINEL}Ef.NULL_SENTINEL="czm_infinity";ht.prototype.getShaderExpression=function(e,t,n){let i,o,r,s,a=this._type,c=this._value;l(this._left)&&(Array.isArray(this._left)?o=RQ(this._left,e,t,this):o=this._left.getShaderExpression(e,t,this)),l(this._right)&&(r=this._right.getShaderExpression(e,t,this)),l(this._test)&&(s=this._test.getShaderExpression(e,t,this)),Array.isArray(this._value)&&(c=RQ(this._value,e,t,this));let u,f,d;switch(a){case lt.VARIABLE:return z0(this)?void 0:MQ(c,e);case lt.UNARY:if(c==="Boolean")return`bool(${o})`;if(c==="Number")return`float(${o})`;if(c==="round")return`floor(${o} + 0.5)`;if(l(KB[c]))return`${c}(${o})`;if(c==="isNaN")return`(${o} != ${o})`;if(c==="isFinite")return`(abs(${o}) < czm_infinity)`;if(c==="String"||c==="isExactClass"||c==="isClass"||c==="getExactClassName")throw new de(`Error generating style shader: "${c}" is not supported.`);return c+o;case lt.BINARY:return c==="%"?`mod(${o}, ${r})`:c==="==="?`(${o} == ${r})`:c==="!=="?`(${o} != ${r})`:c==="atan2"?`atan(${o}, ${r})`:l(JB[c])?`${c}(${o}, ${r})`:`(${o} ${c} ${r})`;case lt.TERNARY:if(l(_8[c]))return`${c}(${o}, ${r}, ${s})`;break;case lt.CONDITIONAL:return`(${s} ? ${o} : ${r})`;case lt.MEMBER:return z0(this._left)?MQ(r,e):r==="r"||r==="x"||r==="0.0"?`${o}[0]`:r==="g"||r==="y"||r==="1.0"?`${o}[1]`:r==="b"||r==="z"||r==="2.0"?`${o}[2]`:r==="a"||r==="w"||r==="3.0"?`${o}[3]`:`${o}[int(${r})]`;case lt.FUNCTION_CALL:throw new de(`Error generating style shader: "${c}" is not supported.`);case lt.ARRAY:if(c.length===4)return`vec4(${c[0]}, ${c[1]}, ${c[2]}, ${c[3]})`;if(c.length===3)return`vec3(${c[0]}, ${c[1]}, ${c[2]})`;if(c.length===2)return`vec2(${c[0]}, ${c[1]})`;throw new de("Error generating style shader: Invalid array length. Array length should be 2, 3, or 4.");case lt.REGEX:throw new de("Error generating style shader: Regular expressions are not supported.");case lt.VARIABLE_IN_STRING:throw new de("Error generating style shader: Converting a variable to a string is not supported.");case lt.LITERAL_NULL:return Ef.NULL_SENTINEL;case lt.LITERAL_BOOLEAN:return c?"true":"false";case lt.LITERAL_NUMBER:return t_(c);case lt.LITERAL_STRING:if(l(n)&&n._type===lt.MEMBER&&(c==="r"||c==="g"||c==="b"||c==="a"||c==="x"||c==="y"||c==="z"||c==="w"||z0(n._left)))return c;if(i=U.fromCssColorString(c,XB),l(i))return gIe(i);throw new de("Error generating style shader: String literals are not supported.");case lt.LITERAL_COLOR:if(u=o,c==="color"){if(l(u)){if(u.length>1){let p=u[0],g=u[1];return g!=="1.0"&&(t.translucent=!0),`vec4(${p}, ${g})`}}else return"vec4(1.0)";return`vec4(${u[0]}, 1.0)`}else{if(c==="rgb")return i=BQ(this),l(i)?jB(i):`vec4(${u[0]} / 255.0, ${u[1]} / 255.0, ${u[2]} / 255.0, 1.0)`;if(c==="rgba")return u[3]!=="1.0"&&(t.translucent=!0),i=BQ(this),l(i)?jB(i):`vec4(${u[0]} / 255.0, ${u[1]} / 255.0, ${u[2]} / 255.0, ${u[3]})`;if(c==="hsl")return i=OQ(this),l(i)?jB(i):`vec4(czm_HSLToRGB(vec3(${u[0]}, ${u[1]}, ${u[2]})), 1.0)`;if(c==="hsla")return i=OQ(this),l(i)?(i.alpha!==1&&(t.translucent=!0),jB(i)):(u[3]!=="1.0"&&(t.translucent=!0),`vec4(czm_HSLToRGB(vec3(${u[0]}, ${u[1]}, ${u[2]})), ${u[3]})`)}break;case lt.LITERAL_VECTOR:f=o.length,d=`${c}(`;for(let p=0;p<f;++p)d+=o[p],p<f-1&&(d+=", ");return d+=")",d;case lt.LITERAL_REGEX:throw new de("Error generating style shader: Regular expressions are not supported.");case lt.LITERAL_UNDEFINED:return Ef.NULL_SENTINEL;case lt.BUILTIN_VARIABLE:if(c==="tiles3d_tileset_time")return c}};ht.prototype.getVariables=function(e,t){let n,i,o,r=this._type,s=this._value;if(l(this._left))if(Array.isArray(this._left))for(n=this._left,i=n.length,o=0;o<i;++o)n[o].getVariables(e,this);else this._left.getVariables(e,this);if(l(this._right)&&this._right.getVariables(e,this),l(this._test)&&this._test.getVariables(e,this),Array.isArray(this._value))for(n=this._value,i=n.length,o=0;o<i;++o)n[o].getVariables(e,this);let a;switch(r){case lt.VARIABLE:z0(this)||e.push(s);break;case lt.VARIABLE_IN_STRING:for(a=YB.exec(s);a!==null;)e.push(a[1]),a=YB.exec(s);break;case lt.LITERAL_STRING:l(t)&&t._type===lt.MEMBER&&z0(t._left)&&e.push(s);break}};var bf=Ef;function xm(e){e=y(e,y.EMPTY_OBJECT),this._batchTable=e.batchTable,this._batchIds=e.batchIds,this._positions=e.positions,this._vertexBatchIds=e.vertexBatchIds,this._indices=e.indices,this._indexCounts=e.indexCounts,this._indexOffsets=e.indexOffsets,this._batchedIndices=e.batchedIndices,this._boundingVolume=e.boundingVolume,this._boundingVolumes=e.boundingVolumes,this._center=y(e.center,h.ZERO),this._va=void 0,this._sp=void 0,this._spStencil=void 0,this._spPick=void 0,this._uniformMap=void 0,this._vaSwap=void 0,this._rsStencilDepthPass=void 0,this._rsStencilDepthPass3DTiles=void 0,this._rsColorPass=void 0,this._rsPickPass=void 0,this._rsWireframe=void 0,this._commands=[],this._commandsIgnoreShow=[],this._pickCommands=[],this._constantColor=U.clone(U.WHITE),this._highlightColor=this._constantColor,this._batchDirty=!0,this._pickCommandsDirty=!0,this._framesSinceLastRebatch=0,this._updatingAllCommands=!1,this._trianglesLength=this._indices.length/3,this._geometryByteLength=this._indices.byteLength+this._positions.byteLength+this._vertexBatchIds.byteLength,this.debugWireframe=!1,this._debugWireframe=this.debugWireframe,this._wireframeDirty=!1,this.forceRebatch=!1,this.classificationType=y(e.classificationType,Fn.BOTH),this._vertexShaderSource=e._vertexShaderSource,this._fragmentShaderSource=e._fragmentShaderSource,this._attributeLocations=e._attributeLocations,this._uniformMap=e._uniformMap,this._pickId=e._pickId,this._modelMatrix=e._modelMatrix,this._boundingSphere=e._boundingSphere,this._batchIdLookUp={};let t=this._batchIds.length;for(let n=0;n<t;++n){let i=this._batchIds[n];this._batchIdLookUp[i]=n}}Object.defineProperties(xm.prototype,{trianglesLength:{get:function(){return this._trianglesLength}},geometryByteLength:{get:function(){return this._geometryByteLength}}});var yIe={position:0,a_batchId:1};function AIe(e,t){if(l(e._va))return;let n=rt.createVertexBuffer({context:t,typedArray:e._positions,usage:Le.STATIC_DRAW}),i=rt.createVertexBuffer({context:t,typedArray:e._vertexBatchIds,usage:Le.STATIC_DRAW}),o=rt.createIndexBuffer({context:t,typedArray:e._indices,usage:Le.DYNAMIC_DRAW,indexDatatype:e._indices.BYTES_PER_ELEMENT===2?Fe.UNSIGNED_SHORT:Fe.UNSIGNED_INT}),r=[{index:0,vertexBuffer:n,componentDatatype:K.fromTypedArray(e._positions),componentsPerAttribute:3},{index:1,vertexBuffer:i,componentDatatype:K.fromTypedArray(e._vertexBatchIds),componentsPerAttribute:1}];e._va=new Zn({context:t,attributes:r,indexBuffer:o}),t.webgl2&&(e._vaSwap=new Zn({context:t,attributes:r,indexBuffer:rt.createIndexBuffer({context:t,sizeInBytes:o.sizeInBytes,usage:Le.DYNAMIC_DRAW,indexDatatype:o.indexDatatype})})),e._batchedPositions=void 0,e._transferrableBatchIds=void 0,e._vertexBatchIds=void 0,e._verticesPromise=void 0}function CIe(e,t){if(l(e._sp))return;let n=e._batchTable,i=y(e._attributeLocations,yIe),o=e._pickId,r=e._vertexShaderSource,s=e._fragmentShaderSource;if(l(r)){e._sp=jt.fromCache({context:t,vertexShaderSource:r,fragmentShaderSource:s,attributeLocations:i}),e._spStencil=e._sp,s=Ve.replaceMain(s,"czm_non_pick_main"),s=`${s}void main()
{
czm_non_pick_main();
gl_FragColor = ${o};
}
`,e._spPick=jt.fromCache({context:t,vertexShaderSource:r,fragmentShaderSource:s,attributeLocations:i});return}let a=n.getVertexShaderCallback(!1,"a_batchId",void 0)(uS),c=n.getFragmentShaderCallback(!1,void 0,!0)(w0);o=n.getPickId();let u=new Ve({sources:[a]}),f=new Ve({defines:["VECTOR_TILE"],sources:[c]});e._sp=jt.fromCache({context:t,vertexShaderSource:u,fragmentShaderSource:f,attributeLocations:i}),u=new Ve({sources:[uS]}),f=new Ve({defines:["VECTOR_TILE"],sources:[w0]}),e._spStencil=jt.fromCache({context:t,vertexShaderSource:u,fragmentShaderSource:f,attributeLocations:i}),c=Ve.replaceMain(c,"czm_non_pick_main"),c=`${c}
void main()
{
czm_non_pick_main();
gl_FragColor = ${o};
}
`;let d=new Ve({sources:[a]}),p=new Ve({defines:["VECTOR_TILE"],sources:[c]});e._spPick=jt.fromCache({context:t,vertexShaderSource:d,fragmentShaderSource:p,attributeLocations:i})}function LQ(e){let t=e?Nn.EQUAL:Nn.ALWAYS;return{colorMask:{red:!1,green:!1,blue:!1,alpha:!1},stencilTest:{enabled:!0,frontFunction:t,frontOperation:{fail:st.KEEP,zFail:st.DECREMENT_WRAP,zPass:st.KEEP},backFunction:t,backOperation:{fail:st.KEEP,zFail:st.INCREMENT_WRAP,zPass:st.KEEP},reference:wt.CESIUM_3D_TILE_MASK,mask:wt.CESIUM_3D_TILE_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!0,func:Ja.LESS_OR_EQUAL},depthMask:!1}}var xIe={stencilTest:{enabled:!0,frontFunction:Nn.NOT_EQUAL,frontOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},backFunction:Nn.NOT_EQUAL,backOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},reference:0,mask:wt.CLASSIFICATION_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!1},depthMask:!1,blending:an.PRE_MULTIPLIED_ALPHA_BLEND},TIe={stencilTest:{enabled:!0,frontFunction:Nn.NOT_EQUAL,frontOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},backFunction:Nn.NOT_EQUAL,backOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},reference:0,mask:wt.CLASSIFICATION_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!1},depthMask:!1};function EIe(e){l(e._rsStencilDepthPass)||(e._rsStencilDepthPass=Ne.fromCache(LQ(!1)),e._rsStencilDepthPass3DTiles=Ne.fromCache(LQ(!0)),e._rsColorPass=Ne.fromCache(xIe),e._rsPickPass=Ne.fromCache(TIe))}var H0=new F,FQ=new h;function bIe(e,t){if(l(e._uniformMap))return;let n={u_modifiedModelViewProjection:function(){let i=t.uniformState.view,o=t.uniformState.projection;return F.clone(i,H0),F.multiplyByPoint(H0,e._center,FQ),F.setTranslation(H0,FQ,H0),F.multiply(o,H0,H0),H0},u_highlightColor:function(){return e._highlightColor}};e._uniformMap=e._batchTable.getUniformMapCallback()(n)}function g8(e,t,n,i,o,r,s){let a=e.constructor.BYTES_PER_ELEMENT,c=r.length;for(let u=0;u<c;++u){let f=r[u],d=s[f],p=i[d],g=o[d],m=new e.constructor(e.buffer,a*p,g);t.set(m,n),i[d]=n,n+=g}return n}function SIe(e,t){let n=e._indices,i=e._indexOffsets,o=e._indexCounts,r=e._batchIdLookUp,s=new n.constructor(n.length),a=t.pop(),c=[a],u=g8(n,s,0,i,o,a.batchIds,r);for(a.offset=0,a.count=u;t.length>0;){let f=t.pop();if(U.equals(f.color,a.color))u=g8(n,s,u,i,o,f.batchIds,r),a.batchIds=a.batchIds.concat(f.batchIds),a.count=u-a.offset;else{let d=u;u=g8(n,s,u,i,o,f.batchIds,r),f.offset=d,f.count=u-d,c.push(f),a=f}}e._va.indexBuffer.copyFromArrayView(s),e._indices=s,e._batchedIndices=c}function y8(e,t,n,i,o,r,s){let a=e.bytesPerIndex,c=r.length;for(let u=0;u<c;++u){let f=r[u],d=s[f],p=i[d],g=o[d];t.copyFromBuffer(e,p*a,n*a,g*a),i[d]=n,n+=g}return n}function wIe(e,t){let n=e._indexOffsets,i=e._indexCounts,o=e._batchIdLookUp,r=t.pop(),s=[r],a=e._va.indexBuffer,c=e._vaSwap.indexBuffer,u=y8(a,c,0,n,i,r.batchIds,o);for(r.offset=0,r.count=u;t.length>0;){let d=t.pop();if(U.equals(d.color,r.color))u=y8(a,c,u,n,i,d.batchIds,o),r.batchIds=r.batchIds.concat(d.batchIds),r.count=u-r.offset;else{let p=u;u=y8(a,c,u,n,i,d.batchIds,o),d.offset=p,d.count=u-p,s.push(d),r=d}}let f=e._va;e._va=e._vaSwap,e._vaSwap=f,e._batchedIndices=s}function DIe(e,t){return t.color.toRgba()-e.color.toRgba()}function vIe(e,t){if(!e._batchDirty)return!1;let n=e._batchedIndices,i=n.length,o=!1,r={};for(let s=0;s<i;++s){let c=n[s].color.toRgba();if(l(r[c])){o=!0;break}else r[c]=!0}if(!o)return e._batchDirty=!1,!1;if(o&&!e.forceRebatch&&e._framesSinceLastRebatch<120){++e._framesSinceLastRebatch;return}return n.sort(DIe),t.webgl2?wIe(e,n):SIe(e,n),e._framesSinceLastRebatch=0,e._batchDirty=!1,e._pickCommandsDirty=!0,e._wireframeDirty=!0,!0}function PIe(e,t){let n=vIe(e,t),i=e._commands,o=e._batchedIndices,r=o.length,s=r*2;if(l(i)&&!n&&i.length===s)return;i.length=s;let a=e._va,c=e._sp,u=y(e._modelMatrix,F.IDENTITY),f=e._uniformMap,d=e._boundingVolume;for(let p=0;p<r;++p){let g=o[p].offset,m=o[p].count,A=i[p*2];l(A)||(A=i[p*2]=new Ze({owner:e})),A.vertexArray=a,A.modelMatrix=u,A.offset=g,A.count=m,A.renderState=e._rsStencilDepthPass,A.shaderProgram=c,A.uniformMap=f,A.boundingVolume=d,A.cull=!1,A.pass=xe.TERRAIN_CLASSIFICATION;let C=Ze.shallowClone(A,A.derivedCommands.tileset);C.renderState=e._rsStencilDepthPass3DTiles,C.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,A.derivedCommands.tileset=C;let x=i[p*2+1];l(x)||(x=i[p*2+1]=new Ze({owner:e})),x.vertexArray=a,x.modelMatrix=u,x.offset=g,x.count=m,x.renderState=e._rsColorPass,x.shaderProgram=c,x.uniformMap=f,x.boundingVolume=d,x.cull=!1,x.pass=xe.TERRAIN_CLASSIFICATION;let b=Ze.shallowClone(x,x.derivedCommands.tileset);b.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,x.derivedCommands.tileset=b}e._commandsDirty=!0}function IIe(e,t){if(e.classificationType===Fn.TERRAIN||!t.invertClassification||l(e._commandsIgnoreShow)&&!e._commandsDirty)return;let n=e._commands,i=e._commandsIgnoreShow,o=e._spStencil,r=n.length,s=i.length=r/2,a=0;for(let c=0;c<s;++c){let u=i[c]=Ze.shallowClone(n[a],i[c]);u.shaderProgram=o,u.pass=xe.CESIUM_3D_TILE_CLASSIFICATION_IGNORE_SHOW,a+=2}e._commandsDirty=!1}function OIe(e){if(!e._pickCommandsDirty)return;let t=e._indexOffsets.length,n=e._pickCommands;n.length=t*2;let i=e._va,o=e._spStencil,r=e._spPick,s=y(e._modelMatrix,F.IDENTITY),a=e._uniformMap;for(let c=0;c<t;++c){let u=e._indexOffsets[c],f=e._indexCounts[c],d=l(e._boundingVolumes)?e._boundingVolumes[c]:e.boundingVolume,p=n[c*2];l(p)||(p=n[c*2]=new Ze({owner:e,pickOnly:!0})),p.vertexArray=i,p.modelMatrix=s,p.offset=u,p.count=f,p.renderState=e._rsStencilDepthPass,p.shaderProgram=o,p.uniformMap=a,p.boundingVolume=d,p.pass=xe.TERRAIN_CLASSIFICATION;let g=Ze.shallowClone(p,p.derivedCommands.tileset);g.renderState=e._rsStencilDepthPass3DTiles,g.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,p.derivedCommands.tileset=g;let m=n[c*2+1];l(m)||(m=n[c*2+1]=new Ze({owner:e,pickOnly:!0})),m.vertexArray=i,m.modelMatrix=s,m.offset=u,m.count=f,m.renderState=e._rsPickPass,m.shaderProgram=r,m.uniformMap=a,m.boundingVolume=d,m.pass=xe.TERRAIN_CLASSIFICATION;let A=Ze.shallowClone(m,m.derivedCommands.tileset);A.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,m.derivedCommands.tileset=A}e._pickCommandsDirty=!1}xm.prototype.createFeatures=function(e,t){let n=this._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o];t[r]=new As(e,r)}};xm.prototype.applyDebugSettings=function(e,t){this._highlightColor=e?t:this._constantColor};function BIe(e,t){e._updatingAllCommands=!0;let n=e._batchIds,i=n.length,o;for(o=0;o<i;++o){let s=n[o],a=t[s];a.show=!0,a.color=U.WHITE}let r=e._batchedIndices;for(i=r.length,o=0;o<i;++o)r[o].color=U.clone(U.WHITE);e._updatingAllCommands=!1,e._batchDirty=!0}var RIe=new U,MIe=U.WHITE,LIe=!0,FIe=/\$/;xm.prototype.applyStyle=function(e,t){if(!l(e)){BIe(this,t);return}let n=e.color,i=n instanceof bf&&!FIe.test(n.expression);this._updatingAllCommands=i;let o=this._batchIds,r=o.length,s;for(s=0;s<r;++s){let a=o[s],c=t[a];c.color=l(e.color)?e.color.evaluateColor(c,RIe):MIe,c.show=l(e.show)?e.show.evaluate(c):LIe}if(i){let a=this._batchedIndices;for(r=a.length,s=0;s<r;++s)a[s].color=U.clone(U.WHITE);this._updatingAllCommands=!1,this._batchDirty=!0}};xm.prototype.updateCommands=function(e,t){if(this._updatingAllCommands)return;let n=this._batchIdLookUp,i=n[e];if(!l(i))return;let o=this._indexOffsets,r=this._indexCounts,s=o[i],a=r[i],c=this._batchedIndices,u=c.length,f;for(f=0;f<u;++f){let A=c[f].offset,C=c[f].count;if(s>=A&&s<A+C)break}c.push(new Cm({color:U.clone(t),offset:s,count:a,batchIds:[e]}));let d=[],p=[],g=c[f].batchIds,m=g.length;for(let A=0;A<m;++A){let C=g[A];if(C===e)continue;let x=n[C];o[x]<s?d.push(C):p.push(C)}p.length!==0&&c.push(new Cm({color:U.clone(c[f].color),offset:s+a,count:c[f].offset+c[f].count-(s+a),batchIds:p})),d.length!==0?(c[f].count=s-c[f].offset,c[f].batchIds=d):c.splice(f,1),this._batchDirty=!0};function NQ(e,t,n,i){let o=e.classificationType,r=o!==Fn.CESIUM_3D_TILE,s=o!==Fn.TERRAIN,a=t.commandList,c=n.length,u,f;for(f=0;f<c;++f)r&&(u=n[f],u.pass=xe.TERRAIN_CLASSIFICATION,a.push(u)),s&&(u=n[f].derivedCommands.tileset,u.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,a.push(u));if(!(!t.invertClassification||!l(i)))for(c=i.length,f=0;f<c;++f)a.push(i[f])}function NIe(e,t){let n=e.commandList,i=t.length;for(let o=0;o<i;o+=2){let r=t[o+1];r.pass=xe.OPAQUE,n.push(r)}}function kIe(e){let t=e.debugWireframe===e._debugWireframe;if(t=t&&!(e.debugWireframe&&e._wireframeDirty),t)return;l(e._rsWireframe)||(e._rsWireframe=Ne.fromCache({}));let n,i;e.debugWireframe?(n=e._rsWireframe,i=Oe.LINES):(n=e._rsColorPass,i=Oe.TRIANGLES);let o=e._commands,r=o.length;for(let s=0;s<r;s+=2){let a=o[s+1];a.renderState=n,a.primitiveType=i}e._debugWireframe=e.debugWireframe,e._wireframeDirty=!1}xm.prototype.update=function(e){let t=e.context;AIe(this,t),CIe(this,t),EIe(this),bIe(this,t);let n=e.passes;n.render&&(PIe(this,t),IIe(this,e),kIe(this),this._debugWireframe?NIe(e,this._commands):NQ(this,e,this._commands,this._commandsIgnoreShow)),n.pick&&(OIe(this),NQ(this,e,this._pickCommands))};xm.prototype.isDestroyed=function(){return!1};xm.prototype.destroy=function(){return this._va=this._va&&this._va.destroy(),this._sp=this._sp&&this._sp.destroy(),this._spPick=this._spPick&&this._spPick.destroy(),this._vaSwap=this._vaSwap&&this._vaSwap.destroy(),le(this)};var KC=xm;function Sl(e){this._boxes=e.boxes,this._boxBatchIds=e.boxBatchIds,this._cylinders=e.cylinders,this._cylinderBatchIds=e.cylinderBatchIds,this._ellipsoids=e.ellipsoids,this._ellipsoidBatchIds=e.ellipsoidBatchIds,this._spheres=e.spheres,this._sphereBatchIds=e.sphereBatchIds,this._modelMatrix=e.modelMatrix,this._batchTable=e.batchTable,this._boundingVolume=e.boundingVolume,this._center=e.center,l(this._center)||(l(this._boundingVolume)?this._center=h.clone(this._boundingVolume.center):this._center=h.clone(h.ZERO)),this._boundingVolumes=void 0,this._batchedIndices=void 0,this._indices=void 0,this._indexOffsets=void 0,this._indexCounts=void 0,this._positions=void 0,this._vertexBatchIds=void 0,this._batchIds=void 0,this._batchTableColors=void 0,this._packedBuffer=void 0,this._ready=!1,this._update=function(t,n){},this._readyPromise=jIe(this),this._verticesPromise=void 0,this._primitive=void 0,this.debugWireframe=!1,this.forceRebatch=!1,this.classificationType=Fn.BOTH}Object.defineProperties(Sl.prototype,{trianglesLength:{get:function(){return l(this._primitive)?this._primitive.trianglesLength:0}},geometryByteLength:{get:function(){return l(this._primitive)?this._primitive.geometryByteLength:0}},readyPromise:{get:function(){return this._readyPromise}}});Sl.packedBoxLength=F.packedLength+h.packedLength;Sl.packedCylinderLength=F.packedLength+2;Sl.packedEllipsoidLength=F.packedLength+h.packedLength;Sl.packedSphereLength=h.packedLength+1;function VIe(e){let t=new Float64Array(F.packedLength+h.packedLength),n=0;return h.pack(e._center,t,n),n+=h.packedLength,F.pack(e._modelMatrix,t,n),t}function UIe(e,t){let n=0,i=t[n++],o=t[n++],r=e._boundingVolumes=new Array(o);for(let c=0;c<o;++c)r[c]=re.unpack(t,n),n+=re.packedLength;let s=t[n++],a=e._batchedIndices=new Array(s);for(let c=0;c<s;++c){let u=U.unpack(t,n);n+=U.packedLength;let f=t[n++],d=t[n++],p=t[n++],g=new Array(p);for(let m=0;m<p;++m)g[m]=t[n++];a[c]=new Cm({color:u,offset:f,count:d,batchIds:g})}return i}var zIe=new xi("createVectorTileGeometries",5),HIe=new U;function GIe(e){if(!l(e._primitive)&&!l(e._verticesPromise)){let t=e._boxes,n=e._boxBatchIds,i=e._cylinders,o=e._cylinderBatchIds,r=e._ellipsoids,s=e._ellipsoidBatchIds,a=e._spheres,c=e._sphereBatchIds,u=e._batchTableColors,f=e._packedBuffer;if(!l(u)){let m=0;l(e._boxes)&&(t=e._boxes=t.slice(),n=e._boxBatchIds=n.slice(),m+=n.length),l(e._cylinders)&&(i=e._cylinders=i.slice(),o=e._cylinderBatchIds=o.slice(),m+=o.length),l(e._ellipsoids)&&(r=e._ellipsoids=r.slice(),s=e._ellipsoidBatchIds=s.slice(),m+=s.length),l(e._spheres)&&(a=e._sphere=a.slice(),c=e._sphereBatchIds=c.slice(),m+=c.length),u=e._batchTableColors=new Uint32Array(m);let A=e._batchTable;for(let C=0;C<m;++C){let x=A.getColor(C,HIe);u[C]=x.toRgba()}f=e._packedBuffer=VIe(e)}let d=[];l(t)&&d.push(t.buffer,n.buffer),l(i)&&d.push(i.buffer,o.buffer),l(r)&&d.push(r.buffer,s.buffer),l(a)&&d.push(a.buffer,c.buffer),d.push(u.buffer,f.buffer);let p={boxes:l(t)?t.buffer:void 0,boxBatchIds:l(t)?n.buffer:void 0,cylinders:l(i)?i.buffer:void 0,cylinderBatchIds:l(i)?o.buffer:void 0,ellipsoids:l(r)?r.buffer:void 0,ellipsoidBatchIds:l(r)?s.buffer:void 0,spheres:l(a)?a.buffer:void 0,sphereBatchIds:l(a)?c.buffer:void 0,batchTableColors:u.buffer,packedBuffer:f.buffer},g=e._verticesPromise=zIe.scheduleTask(p,d);return l(g)?g.then(function(m){let A=new Float64Array(m.packedBuffer);UIe(e,A)===2?e._indices=new Uint16Array(m.indices):e._indices=new Uint32Array(m.indices),e._indexOffsets=new Uint32Array(m.indexOffsets),e._indexCounts=new Uint32Array(m.indexCounts),e._positions=new Float32Array(m.positions),e._vertexBatchIds=new Uint16Array(m.vertexBatchIds),e._batchIds=new Uint16Array(m.batchIds),e._ready=!0}):void 0}}function WIe(e){e._ready&&!l(e._primitive)&&(e._primitive=new KC({batchTable:e._batchTable,positions:e._positions,batchIds:e._batchIds,vertexBatchIds:e._vertexBatchIds,indices:e._indices,indexOffsets:e._indexOffsets,indexCounts:e._indexCounts,batchedIndices:e._batchedIndices,boundingVolume:e._boundingVolume,boundingVolumes:e._boundingVolumes,center:e._center,pickObject:y(e._pickObject,e)}),e._boxes=void 0,e._boxBatchIds=void 0,e._cylinders=void 0,e._cylinderBatchIds=void 0,e._ellipsoids=void 0,e._ellipsoidBatchIds=void 0,e._spheres=void 0,e._sphereBatchIds=void 0,e._center=void 0,e._modelMatrix=void 0,e._batchTable=void 0,e._boundingVolume=void 0,e._boundingVolumes=void 0,e._batchedIndices=void 0,e._indices=void 0,e._indexOffsets=void 0,e._indexCounts=void 0,e._positions=void 0,e._vertexBatchIds=void 0,e._batchIds=void 0,e._batchTableColors=void 0,e._packedBuffer=void 0,e._verticesPromise=void 0)}Sl.prototype.createFeatures=function(e,t){this._primitive.createFeatures(e,t)};Sl.prototype.applyDebugSettings=function(e,t){this._primitive.applyDebugSettings(e,t)};Sl.prototype.applyStyle=function(e,t){this._primitive.applyStyle(e,t)};Sl.prototype.updateCommands=function(e,t){this._primitive.updateCommands(e,t)};function jIe(e){return new Promise(function(t,n){e._update=function(i,o){let r=GIe(i);i._ready&&(i._primitive.debugWireframe=i.debugWireframe,i._primitive.forceRebatch=i.forceRebatch,i._primitive.classificationType=i.classificationType,i._primitive.update(o)),l(r)&&r.then(function(){WIe(i),t(i)}).catch(function(s){n(s)})}})}Sl.prototype.update=function(e){this._update(this,e)};Sl.prototype.isDestroyed=function(){return!1};Sl.prototype.destroy=function(){return this._primitive=this._primitive&&this._primitive.destroy(),le(this)};var n_=Sl;function Tm(e,t,n,i,o){this._tileset=e,this._tile=t,this._resource=n,this._geometries=void 0,this._metadata=void 0,this._batchTable=void 0,this._features=void 0,this.featurePropertiesDirty=!1,this._group=void 0,this._readyPromise=XIe(this,i,o)}Object.defineProperties(Tm.prototype,{featuresLength:{get:function(){return l(this._batchTable)?this._batchTable.featuresLength:0}},pointsLength:{get:function(){return 0}},trianglesLength:{get:function(){return l(this._geometries)?this._geometries.trianglesLength:0}},geometryByteLength:{get:function(){return l(this._geometries)?this._geometries.geometryByteLength:0}},texturesByteLength:{get:function(){return 0}},batchTableByteLength:{get:function(){return l(this._batchTable)?this._batchTable.batchTableByteLength:0}},innerContents:{get:function(){}},readyPromise:{get:function(){return this._readyPromise}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){return this._resource.getUrlComponent(!0)}},metadata:{get:function(){return this._metadata},set:function(e){this._metadata=e}},batchTable:{get:function(){return this._batchTable}},group:{get:function(){return this._group},set:function(e){this._group=e}}});function qIe(e){return function(t,n){l(e._geometries)&&e._geometries.updateCommands(t,n)}}function YIe(e,t){let n,i,o,r,s,a=y(e.BOXES_LENGTH,0),c=y(e.CYLINDERS_LENGTH,0),u=y(e.ELLIPSOIDS_LENGTH,0),f=y(e.SPHERES_LENGTH,0);if(a>0&&l(e.BOX_BATCH_IDS)){let m=t.byteOffset+e.BOX_BATCH_IDS.byteOffset;n=new Uint16Array(t.buffer,m,a)}if(c>0&&l(e.CYLINDER_BATCH_IDS)){let m=t.byteOffset+e.CYLINDER_BATCH_IDS.byteOffset;i=new Uint16Array(t.buffer,m,c)}if(u>0&&l(e.ELLIPSOID_BATCH_IDS)){let m=t.byteOffset+e.ELLIPSOID_BATCH_IDS.byteOffset;o=new Uint16Array(t.buffer,m,u)}if(f>0&&l(e.SPHERE_BATCH_IDS)){let m=t.byteOffset+e.SPHERE_BATCH_IDS.byteOffset;r=new Uint16Array(t.buffer,m,f)}let d=l(n)||l(i)||l(o)||l(r),p=a>0&&!l(n)||c>0&&!l(i)||u>0&&!l(o)||f>0&&!l(r);if(d&&p)throw new de("If one group of batch ids is defined, then all batch ids must be defined.");if(!l(n)&&!l(i)&&!l(o)&&!l(r)){let m=0;if(!l(n)&&a>0)for(n=new Uint16Array(a),s=0;s<a;++s)n[s]=m++;if(!l(i)&&c>0)for(i=new Uint16Array(c),s=0;s<c;++s)i[s]=m++;if(!l(o)&&u>0)for(o=new Uint16Array(u),s=0;s<u;++s)o[s]=m++;if(!l(r)&&f>0)for(r=new Uint16Array(f),s=0;s<f;++s)r[s]=m++}return{boxes:n,cylinders:i,ellipsoids:o,spheres:r}}var G0=Uint32Array.BYTES_PER_ELEMENT;function XIe(e,t,n){n=y(n,0);let i=new Uint8Array(t),o=new DataView(t);n+=G0;let r=o.getUint32(n,!0);if(r!==1)throw new de(`Only Geometry tile version 1 is supported. Version ${r} is not.`);n+=G0;let s=o.getUint32(n,!0);if(n+=G0,s===0){e._readyPromise.resolve(e);return}let a=o.getUint32(n,!0);if(n+=G0,a===0)throw new de("Feature table must have a byte length greater than zero");let c=o.getUint32(n,!0);n+=G0;let u=o.getUint32(n,!0);n+=G0;let f=o.getUint32(n,!0);n+=G0;let d=Jo(i,n,a);n+=a;let p=new Uint8Array(t,n,c);n+=c;let g,m;u>0&&(g=Jo(i,n,u),n+=u,f>0&&(m=new Uint8Array(t,n,f),m=new Uint8Array(m)));let A=y(d.BOXES_LENGTH,0),C=y(d.CYLINDERS_LENGTH,0),x=y(d.ELLIPSOIDS_LENGTH,0),b=y(d.SPHERES_LENGTH,0),E=A+C+x+b,S=new e_(e,E,g,m,qIe(e));if(e._batchTable=S,E===0)return;let D=e.tile.computedTransform,v;l(d.RTC_CENTER)&&(v=h.unpack(d.RTC_CENTER),F.multiplyByPoint(D,v,v));let O=YIe(d,p);if(A>0||C>0||x>0||b>0){let R,M,L,_;if(A>0){let T=p.byteOffset+d.BOXES.byteOffset;R=new Float32Array(p.buffer,T,n_.packedBoxLength*A)}if(C>0){let T=p.byteOffset+d.CYLINDERS.byteOffset;M=new Float32Array(p.buffer,T,n_.packedCylinderLength*C)}if(x>0){let T=p.byteOffset+d.ELLIPSOIDS.byteOffset;L=new Float32Array(p.buffer,T,n_.packedEllipsoidLength*x)}if(b>0){let T=p.byteOffset+d.SPHERES.byteOffset;_=new Float32Array(p.buffer,T,n_.packedSphereLength*b)}return e._geometries=new n_({boxes:R,boxBatchIds:O.boxes,cylinders:M,cylinderBatchIds:O.cylinders,ellipsoids:L,ellipsoidBatchIds:O.ellipsoids,spheres:_,sphereBatchIds:O.spheres,center:v,modelMatrix:D,batchTable:S,boundingVolume:e.tile.boundingVolume.boundingVolume}),e._geometries.readyPromise.then(function(){return e})}return Promise.resolve(e)}function kQ(e){let t=e.featuresLength;if(!l(e._features)&&t>0){let n=new Array(t);l(e._geometries)&&e._geometries.createFeatures(e,n),e._features=n}}Tm.prototype.hasProperty=function(e,t){return this._batchTable.hasProperty(e,t)};Tm.prototype.getFeature=function(e){return kQ(this),this._features[e]};Tm.prototype.applyDebugSettings=function(e,t){l(this._geometries)&&this._geometries.applyDebugSettings(e,t)};Tm.prototype.applyStyle=function(e){kQ(this),l(this._geometries)&&this._geometries.applyStyle(e,this._features)};Tm.prototype.update=function(e,t){l(this._geometries)&&(this._geometries.classificationType=this._tileset.classificationType,this._geometries.debugWireframe=this._tileset.debugWireframe,this._geometries.update(t)),l(this._batchTable)&&this._geometries._ready&&this._batchTable.update(e,t)};Tm.prototype.isDestroyed=function(){return!1};Tm.prototype.destroy=function(){return this._geometries=this._geometries&&this._geometries.destroy(),this._batchTable=this._batchTable&&this._batchTable.destroy(),le(this)};var QB=Tm;var A8={};A8.encode2D=function(e,t,n){let i=Math.pow(2,e),o={x:t,y:n},r,s,a,c=BigInt(0);for(a=i/2;a>0;a/=2)r=(o.x&a)>0?1:0,s=(o.y&a)>0?1:0,c+=BigInt((3*r^s)*a*a),VQ(i,o,r,s);return c};A8.decode2D=function(e,t){let n=Math.pow(2,e),i={x:0,y:0},o,r,s,a;for(s=1,a=t;s<n;s*=2)o=1&Number(a/BigInt(2)),r=1&Number(a^BigInt(o)),VQ(s,i,o,r),i.x+=s*o,i.y+=s*r,a/=BigInt(4);return[i.x,i.y]};function VQ(e,t,n,i){if(i!==0)return;n===1&&(t.x=e-1-t.x,t.y=e-1-t.y);let o=t.x;t.x=t.y,t.y=o}var dS=A8;var W0=30,KIe=1<<W0,JIe=1<<W0+1>>>0,C8=2*W0+1,i_=4,HQ=[],GQ=[],ZIe=[[0,1,3,2],[0,2,3,1],[3,2,0,1],[3,1,0,2]],o_=1,JC=2,$B=[o_,0,0,o_|JC];function wr(e){if(!Lt.supportsBigInt())throw new de("S2 required BigInt support");this._cellId=e,this._level=wr.getLevel(e)}wr.fromToken=function(e){return new wr(wr.getIdFromToken(e))};wr.isValidId=function(e){return!(e<=0||e>>BigInt(C8)>5||!(e&~e+BigInt(1)&BigInt("0x1555555555555555")))};wr.isValidToken=function(e){return/^[0-9a-fA-F]{1,16}$/.test(e)?wr.isValidId(wr.getIdFromToken(e)):!1};wr.getIdFromToken=function(e){return BigInt("0x"+e+"0".repeat(16-e.length))};wr.getTokenFromId=function(e){let t=Math.floor(aOe(e)/4),n=e.toString(16).replace(/0*$/,"");return Array(17-t-n.length).join("0")+n};wr.getLevel=function(e){let t=0;for(;e!==BigInt(0)&&!(e&BigInt(1));)t++,e=e>>BigInt(1);return W0-(t>>1)};wr.prototype.getChild=function(e){let t=qQ(this._cellId)>>BigInt(2),n=this._cellId+BigInt(2*e+1-4)*t;return new wr(n)};wr.prototype.getParent=function(){let e=qQ(this._cellId)<<BigInt(2);return new wr(this._cellId&~e+BigInt(1)|e)};wr.prototype.getParentAtLevel=function(e){let t=rOe(e);return new wr(this._cellId&-t|t)};wr.prototype.getCenter=function(e){e=y(e,ie.WGS84);let t=QIe(this._cellId,this._level);t=h.normalize(t,t);let n=new he.fromCartesian(t,ie.UNIT_SPHERE);return he.toCartesian(n,e,new h)};wr.prototype.getVertex=function(e,t){t=y(t,ie.WGS84);let n=$Ie(this._cellId,this._level,e);n=h.normalize(n,n);let i=new he.fromCartesian(n,ie.UNIT_SPHERE);return he.toCartesian(i,t,new h)};wr.fromFacePositionLevel=function(e,t,n){let i=(e<4?"0":"")+(e<2?"0":"")+e.toString(2),o=t.toString(2),r=Array(2*n-o.length+1).join("0"),s=Array(C8-2*n).join("0"),a=BigInt(`0b${i}${r}${o}1${s}`);return new wr(a)};function QIe(e,t){let n=eOe(e,t);return tOe(n[0],n[1],n[2])}function $Ie(e,t,n){let i=WQ(e,t),o=nOe([i[1],i[2]],t),r=n>>1&1;return jQ(i[0],o[0][r^n&1],o[1][r])}function eOe(e,t){let n=WQ(e),i=n[0],o=n[1],r=n[2],s=t===30,a=!s&&(BigInt(o)^e>>BigInt(2))&BigInt(1),c=s?1:a?2:0,u=(o<<1)+c,f=(r<<1)+c;return[i,u,f]}function WQ(e){HQ.length===0&&oOe();let t=Number(e>>BigInt(C8)),n=t&o_,i=(1<<i_)-1,o=0,r=0;for(let s=7;s>=0;s--){let c=(1<<2*(s===7?W0-7*i_:i_))-1;n+=Number(e>>BigInt(s*2*i_+1)&BigInt(c))<<2,n=GQ[n];let u=s*i_;o+=n>>i_+2<<u,r+=(n>>2&i)<<u,n&=o_|JC}return[t,o,r]}function tOe(e,t,n){let i=UQ(t),o=UQ(n),r=eR(i),s=eR(o);return jQ(e,r,s)}function jQ(e,t,n){switch(e){case 0:return new h(1,t,n);case 1:return new h(-t,1,n);case 2:return new h(-t,-n,1);case 3:return new h(-1,-n,-t);case 4:return new h(n,-1,-t);default:return new h(n,t,-1)}}function eR(e){return e>=.5?1/3*(4*e*e-1):1/3*(1-4*(1-e)*(1-e))}function UQ(e){return 1/JIe*e}function nOe(e,t){let n=[[],[]],i=iOe(t);for(let o=0;o<2;++o){let r=e[o]&-i,s=r+i;n[o][0]=eR(zQ(r)),n[o][1]=eR(zQ(s))}return n}function iOe(e){return 1<<W0-e>>>0}function zQ(e){return 1/KIe*e}function r_(e,t,n,i,o,r){if(e===i_){let s=(t<<i_)+n;HQ[(s<<2)+i]=(o<<2)+r,GQ[(o<<2)+i]=(s<<2)+r}else{e++,t<<=1,n<<=1,o<<=2;let s=ZIe[r];r_(e,t+(s[0]>>1),n+(s[0]&1),i,o,r^$B[0]),r_(e,t+(s[1]>>1),n+(s[1]&1),i,o+1,r^$B[1]),r_(e,t+(s[2]>>1),n+(s[2]&1),i,o+2,r^$B[2]),r_(e,t+(s[3]>>1),n+(s[3]&1),i,o+3,r^$B[3])}}function oOe(){r_(0,0,0,0,0,0),r_(0,0,0,o_,0,o_),r_(0,0,0,JC,0,JC),r_(0,0,0,o_|JC,0,o_|JC)}function qQ(e){return e&~e+BigInt(1)}function rOe(e){return BigInt(1)<<BigInt(2*(W0-e))}var sOe=[64,0,1,39,2,15,40,23,3,12,16,59,41,19,24,54,4,64,13,10,17,62,60,28,42,30,20,51,25,44,55,47,5,32,65,38,14,22,11,58,18,53,63,9,61,27,29,50,43,46,31,37,21,57,52,8,26,49,45,36,56,7,48,35,6,34,33,0];function aOe(e){return sOe[(-e&e)%BigInt(67)]}var s_=wr;function cOe(e,t){return l(e)&&l(e.extensions)&&l(e.extensions[t])}var Ui=cOe;function x8(e){let t=e.lengthBits,n=e.availableCount,i=e.constant,o=e.bitstream;if(l(i))n=t;else{let r=Math.ceil(t/8);if(o.length!==r)throw new de(`Availability bitstream must be exactly ${r} bytes long to store ${t} bits. Actual bitstream was ${o.length} bytes long.`);let s=y(e.computeAvailableCountEnabled,!1);!l(n)&&s&&(n=lOe(o,t))}this._lengthBits=t,this._availableCount=n,this._constant=i,this._bitstream=o}function lOe(e,t){let n=0;for(let i=0;i<t;i++){let o=i>>3,r=i%8;n+=e[o]>>r&1}return n}Object.defineProperties(x8.prototype,{lengthBits:{get:function(){return this._lengthBits}},availableCount:{get:function(){return this._availableCount}}});x8.prototype.getBit=function(e){if(l(this._constant))return this._constant;let t=e>>3,n=e%8;return(this._bitstream[t]>>n&1)===1};var hS=x8;function Em(e){e=y(e,y.EMPTY_OBJECT);let t=e.metadataTable,n=e.class,i=e.entityId,o=e.propertyTableJson;this._class=n,this._metadataTable=t,this._entityId=i,this._extensions=o.extensions,this._extras=o.extras}Object.defineProperties(Em.prototype,{class:{get:function(){return this._class}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});Em.prototype.hasProperty=function(e){return this._metadataTable.hasProperty(e)};Em.prototype.hasPropertyBySemantic=function(e){return this._metadataTable.hasPropertyBySemantic(e)};Em.prototype.getPropertyIds=function(e){return this._metadataTable.getPropertyIds(e)};Em.prototype.getProperty=function(e){return this._metadataTable.getProperty(this._entityId,e)};Em.prototype.setProperty=function(e,t){return this._metadataTable.setProperty(this._entityId,e,t)};Em.prototype.getPropertyBySemantic=function(e){return this._metadataTable.getPropertyBySemantic(this._entityId,e)};Em.prototype.setPropertyBySemantic=function(e,t){return this._metadataTable.setPropertyBySemantic(this._entityId,e,t)};var mS=Em;var tR={QUADTREE:"QUADTREE",OCTREE:"OCTREE"};tR.getBranchingFactor=function(e){switch(e){case tR.OCTREE:return 8;case tR.QUADTREE:return 4}};var Vr=Object.freeze(tR);function Cs(){}Object.defineProperties(Cs.prototype,{class:{get:function(){ye.throwInstantiationError()}}});Cs.prototype.hasProperty=function(e){ye.throwInstantiationError()};Cs.prototype.hasPropertyBySemantic=function(e){ye.throwInstantiationError()};Cs.prototype.getPropertyIds=function(e){ye.throwInstantiationError()};Cs.prototype.getProperty=function(e){ye.throwInstantiationError()};Cs.prototype.setProperty=function(e,t){ye.throwInstantiationError()};Cs.prototype.getPropertyBySemantic=function(e){ye.throwInstantiationError()};Cs.prototype.setPropertyBySemantic=function(e,t){ye.throwInstantiationError()};Cs.hasProperty=function(e,t,n){if(l(t[e]))return!0;let i=n.properties;if(!l(i))return!1;let o=i[e];return!!(l(o)&&l(o.default))};Cs.hasPropertyBySemantic=function(e,t,n){let i=n.propertiesBySemantic;if(!l(i))return!1;let o=i[e];return l(o)};Cs.getPropertyIds=function(e,t,n){n=l(n)?n:[],n.length=0;for(let o in e)e.hasOwnProperty(o)&&l(e[o])&&n.push(o);let i=t.properties;if(l(i))for(let o in i)i.hasOwnProperty(o)&&!l(e[o])&&l(i[o].default)&&n.push(o);return n};Cs.getProperty=function(e,t,n){let i=n.properties[e],o=t[e];Array.isArray(o)&&(o=o.slice());let r=!0;if(o=i.handleNoData(o),!l(o)&&l(i.default))return o=$e(i.default,!0),i.unpackVectorAndMatrixTypes(o,r);if(!!l(o))return o=i.normalize(o),o=i.applyValueTransform(o),i.unpackVectorAndMatrixTypes(o,r)};Cs.setProperty=function(e,t,n,i){if(!l(n[e]))return!1;Array.isArray(t)&&(t=t.slice());let o,r=i.properties;l(r)&&(o=r[e]);let s=!0;return l(o)&&(t=o.packVectorAndMatrixTypes(t,s),t=o.unapplyValueTransform(t),t=o.unnormalize(t)),n[e]=t,!0};Cs.getPropertyBySemantic=function(e,t,n){let i=n.propertiesBySemantic;if(!l(i))return;let o=i[e];if(l(o))return Cs.getProperty(o.id,t,n)};Cs.setPropertyBySemantic=function(e,t,n,i){let o=i.propertiesBySemantic;if(!l(o))return!1;let r=i.propertiesBySemantic[e];return l(r)?Cs.setProperty(r.id,t,n,i):!1};var Rn=Cs;function bm(e){e=y(e,y.EMPTY_OBJECT);let t=e.subtreeMetadata,n=e.class,i=l(t.properties)?t.properties:{};this._class=n,this._properties=i,this._extras=t.extras,this._extensions=t.extensions}Object.defineProperties(bm.prototype,{class:{get:function(){return this._class}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});bm.prototype.hasProperty=function(e){return Rn.hasProperty(e,this._properties,this._class)};bm.prototype.hasPropertyBySemantic=function(e){return Rn.hasPropertyBySemantic(e,this._properties,this._class)};bm.prototype.getPropertyIds=function(e){return Rn.getPropertyIds(this._properties,this._class,e)};bm.prototype.getProperty=function(e){return Rn.getProperty(e,this._properties,this._class)};bm.prototype.setProperty=function(e,t){return Rn.setProperty(e,t,this._properties,this._class)};bm.prototype.getPropertyBySemantic=function(e){return Rn.getPropertyBySemantic(e,this._properties,this._class)};bm.prototype.setPropertyBySemantic=function(e,t){return Rn.setPropertyBySemantic(e,t,this._properties,this._class)};var nR=bm;var Mt={INT8:"INT8",UINT8:"UINT8",INT16:"INT16",UINT16:"UINT16",INT32:"INT32",UINT32:"UINT32",INT64:"INT64",UINT64:"UINT64",FLOAT32:"FLOAT32",FLOAT64:"FLOAT64"};Mt.getMinimum=function(e){switch(e){case Mt.INT8:return-128;case Mt.UINT8:return 0;case Mt.INT16:return-32768;case Mt.UINT16:return 0;case Mt.INT32:return-2147483648;case Mt.UINT32:return 0;case Mt.INT64:return Lt.supportsBigInt()?BigInt("-9223372036854775808"):-Math.pow(2,63);case Mt.UINT64:return Lt.supportsBigInt()?BigInt(0):0;case Mt.FLOAT32:return-34028234663852886e22;case Mt.FLOAT64:return-Number.MAX_VALUE}};Mt.getMaximum=function(e){switch(e){case Mt.INT8:return 127;case Mt.UINT8:return 255;case Mt.INT16:return 32767;case Mt.UINT16:return 65535;case Mt.INT32:return 2147483647;case Mt.UINT32:return 4294967295;case Mt.INT64:return Lt.supportsBigInt()?BigInt("9223372036854775807"):Math.pow(2,63)-1;case Mt.UINT64:return Lt.supportsBigInt()?BigInt("18446744073709551615"):Math.pow(2,64)-1;case Mt.FLOAT32:return 34028234663852886e22;case Mt.FLOAT64:return Number.MAX_VALUE}};Mt.isNumericType=function(e){switch(e){case Mt.INT8:case Mt.UINT8:case Mt.INT16:case Mt.UINT16:case Mt.INT32:case Mt.UINT32:case Mt.INT64:case Mt.UINT64:case Mt.FLOAT32:case Mt.FLOAT64:return!0;default:return!1}};Mt.isIntegerType=function(e){switch(e){case Mt.INT8:case Mt.UINT8:case Mt.INT16:case Mt.UINT16:case Mt.INT32:case Mt.UINT32:case Mt.INT64:case Mt.UINT64:return!0;default:return!1}};Mt.isUnsignedIntegerType=function(e){switch(e){case Mt.UINT8:case Mt.UINT16:case Mt.UINT32:case Mt.UINT64:return!0;default:return!1}};Mt.isVectorCompatible=function(e){switch(e){case Mt.INT8:case Mt.UINT8:case Mt.INT16:case Mt.UINT16:case Mt.INT32:case Mt.UINT32:case Mt.FLOAT32:case Mt.FLOAT64:return!0;default:return!1}};Mt.normalize=function(e,t){return Math.max(Number(e)/Number(Mt.getMaximum(t)),-1)};Mt.unnormalize=function(e,t){let n=Mt.getMaximum(t),i=Mt.isUnsignedIntegerType(t)?0:-n;return e=I.sign(e)*Math.round(Math.abs(e)*Number(n)),(t===Mt.INT64||t===Mt.UINT64)&&Lt.supportsBigInt()&&(e=BigInt(e)),e>n?n:e<i?i:e};Mt.applyValueTransform=function(e,t,n){return n*e+t};Mt.unapplyValueTransform=function(e,t,n){return n===0?0:(e-t)/n};Mt.getSizeInBytes=function(e){switch(e){case Mt.INT8:case Mt.UINT8:return 1;case Mt.INT16:case Mt.UINT16:return 2;case Mt.INT32:case Mt.UINT32:return 4;case Mt.INT64:case Mt.UINT64:return 8;case Mt.FLOAT32:return 4;case Mt.FLOAT64:return 8}};var wn=Object.freeze(Mt);var wo={SCALAR:"SCALAR",VEC2:"VEC2",VEC3:"VEC3",VEC4:"VEC4",MAT2:"MAT2",MAT3:"MAT3",MAT4:"MAT4",BOOLEAN:"BOOLEAN",STRING:"STRING",ENUM:"ENUM"};wo.isVectorType=function(e){switch(e){case wo.VEC2:case wo.VEC3:case wo.VEC4:return!0;default:return!1}};wo.isMatrixType=function(e){switch(e){case wo.MAT2:case wo.MAT3:case wo.MAT4:return!0;default:return!1}};wo.getComponentCount=function(e){switch(e){case wo.SCALAR:case wo.STRING:case wo.ENUM:case wo.BOOLEAN:return 1;case wo.VEC2:return 2;case wo.VEC3:return 3;case wo.VEC4:return 4;case wo.MAT2:return 4;case wo.MAT3:return 9;case wo.MAT4:return 16}};wo.getMathType=function(e){switch(e){case wo.VEC2:return H;case wo.VEC3:return h;case wo.VEC4:return se;case wo.MAT2:return Ji;case wo.MAT3:return Q;case wo.MAT4:return F;default:return}};var Dn=Object.freeze(wo);function ic(e){e=y(e,y.EMPTY_OBJECT);let t=e.id,n=e.property,i=uOe(n),o=fOe(n,e.enums),r=o.componentType,s=l(r)&&wn.isIntegerType(r)&&y(n.normalized,!1);this._id=t,this._name=n.name,this._description=n.description,this._semantic=n.semantic,this._isLegacyExtension=i,this._type=o.type,this._componentType=r,this._enumType=o.enumType,this._valueType=o.valueType,this._isArray=o.isArray,this._isVariableLengthArray=o.isVariableLengthArray,this._arrayLength=o.arrayLength,this._min=n.min,this._max=n.max,this._normalized=s;let a=n.offset,c=n.scale,u=l(a)||l(c),f=!0;l(a)||(a=this.expandConstant(0,f)),l(c)||(c=this.expandConstant(1,f)),this._offset=a,this._scale=c,this._hasValueTransform=u,this._noData=n.noData,this._default=n.default;let d;l(i)?i?d=l(n.optional)?!n.optional:!0:d=y(n.required,!1):d=!1,this._required=d,this._extras=n.extras,this._extensions=n.extensions}Object.defineProperties(ic.prototype,{id:{get:function(){return this._id}},name:{get:function(){return this._name}},description:{get:function(){return this._description}},type:{get:function(){return this._type}},enumType:{get:function(){return this._enumType}},componentType:{get:function(){return this._componentType}},valueType:{get:function(){return this._valueType}},isArray:{get:function(){return this._isArray}},isVariableLengthArray:{get:function(){return this._isVariableLengthArray}},arrayLength:{get:function(){return this._arrayLength}},normalized:{get:function(){return this._normalized}},max:{get:function(){return this._max}},min:{get:function(){return this._min}},noData:{get:function(){return this._noData}},default:{get:function(){return this._default}},required:{get:function(){return this._required}},semantic:{get:function(){return this._semantic}},hasValueTransform:{get:function(){return this._hasValueTransform}},offset:{get:function(){return this._offset}},scale:{get:function(){return this._scale}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});function uOe(e){if(e.type==="ARRAY")return!0;let t=e.type;if(t===Dn.SCALAR||Dn.isMatrixType(t)||Dn.isVectorType(t))return!1;if(wn.isNumericType(t))return!0;if(l(e.noData)||l(e.scale)||l(e.offset)||l(e.required)||l(e.count)||l(e.array)||l(e.optional))return!1}function fOe(e,t){let n=e.type,i=e.componentType,o=n==="ARRAY",r,s,a;o?(r=!0,s=e.componentCount,a=!l(s)):e.array?(r=!0,s=e.count,a=!l(e.count)):(r=!1,s=void 0,a=!1);let c;if(l(e.enumType)&&(c=t[e.enumType]),n===Dn.ENUM)return{type:n,componentType:void 0,enumType:c,valueType:c.valueType,isArray:r,isVariableLengthArray:a,arrayLength:s};if(o&&i===Dn.ENUM)return{type:i,componentType:void 0,enumType:c,valueType:c.valueType,isArray:r,isVariableLengthArray:a,arrayLength:s};if(n===Dn.SCALAR||Dn.isMatrixType(n)||Dn.isVectorType(n))return{type:n,componentType:i,enumType:void 0,valueType:i,isArray:r,isVariableLengthArray:a,arrayLength:s};if(n===Dn.BOOLEAN||n===Dn.STRING)return{type:n,componentType:void 0,enumType:void 0,valueType:void 0,isArray:r,isVariableLengthArray:a,arrayLength:s};if(o&&(i===Dn.BOOLEAN||i===Dn.STRING))return{type:i,componentType:void 0,enumType:void 0,valueType:void 0,isArray:r,isVariableLengthArray:a,arrayLength:s};if(l(i)&&wn.isNumericType(i))return{type:Dn.SCALAR,componentType:i,enumType:void 0,valueType:i,isArray:r,isVariableLengthArray:a,arrayLength:s};if(wn.isNumericType(n))return{type:Dn.SCALAR,componentType:n,enumType:void 0,valueType:n,isArray:r,isVariableLengthArray:a,arrayLength:s}}ic.prototype.normalize=function(e){return this._normalized?T8(e,this._valueType,wn.normalize):e};ic.prototype.unnormalize=function(e){return this._normalized?T8(e,this._valueType,wn.unnormalize):e};ic.prototype.applyValueTransform=function(e){return!this._hasValueTransform||this._isVariableLengthArray?e:ic.valueTransformInPlace(e,this._offset,this._scale,wn.applyValueTransform)};ic.prototype.unapplyValueTransform=function(e){return!this._hasValueTransform||this._isVariableLengthArray?e:ic.valueTransformInPlace(e,this._offset,this._scale,wn.unapplyValueTransform)};ic.prototype.expandConstant=function(e,t){t=y(t,!1);let n=this._isArray,i=this._arrayLength,o=Dn.getComponentCount(this._type),r=n&&o>1;if(!n&&o===1)return e;if(!n)return new Array(o).fill(e);if(!r)return new Array(i).fill(e);if(!t)return new Array(this._arrayLength*o).fill(e);let s=new Array(o).fill(e);return new Array(this._arrayLength).fill(s)};ic.prototype.handleNoData=function(e){let t=this._noData;if(!l(t))return e;if(!JQ(e,t))return e};function JQ(e,t){if(!Array.isArray(e))return e===t;if(!Array.isArray(t)||e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!JQ(e[n],t[n]))return!1;return!0}ic.prototype.unpackVectorAndMatrixTypes=function(e,t){t=y(t,!1);let n=Dn.getMathType(this._type),i=this._isArray,o=Dn.getComponentCount(this._type),r=i&&o>1;return l(n)?t&&r?e.map(function(s){return n.unpack(s)}):i?n.unpackArray(e):n.unpack(e):e};ic.prototype.packVectorAndMatrixTypes=function(e,t){t=y(t,!1);let n=Dn.getMathType(this._type),i=this._isArray,o=Dn.getComponentCount(this._type),r=i&&o>1;return l(n)?t&&r?e.map(function(s){return n.pack(s,[])}):i?n.packArray(e,[]):n.pack(e,[]):e};ic.prototype.validate=function(e){if(!(!l(e)&&l(this._default)))return this._required&&!l(e)?"required property must have a value":this._isArray?dOe(this,e):ZQ(this,e)};function dOe(e,t){if(!Array.isArray(t))return`value ${t} must be an array`;let n=t.length;if(!e._isVariableLengthArray&&n!==e._arrayLength)return"Array length does not match property.arrayLength";for(let i=0;i<n;i++){let o=ZQ(e,t[i]);if(l(o))return o}}function ZQ(e,t){let n=e._type,i=e._componentType,o=e._enumType,r=e._normalized;return Dn.isVectorType(n)?hOe(t,n,i):Dn.isMatrixType(n)?mOe(t,n,i):n===Dn.STRING?pOe(t):n===Dn.BOOLEAN?_Oe(t):n===Dn.ENUM?gOe(t,o):yOe(t,i,r)}function hOe(e,t,n){if(!wn.isVectorCompatible(n))return`componentType ${n} is incompatible with vector type ${t}`;if(t===Dn.VEC2&&!(e instanceof H))return`vector value ${e} must be a Cartesian2`;if(t===Dn.VEC3&&!(e instanceof h))return`vector value ${e} must be a Cartesian3`;if(t===Dn.VEC4&&!(e instanceof se))return`vector value ${e} must be a Cartesian4`}function mOe(e,t,n){if(!wn.isVectorCompatible(n))return`componentType ${n} is incompatible with matrix type ${t}`;if(t===Dn.MAT2&&!(e instanceof Ji))return`matrix value ${e} must be a Matrix2`;if(t===Dn.MAT3&&!(e instanceof Q))return`matrix value ${e} must be a Matrix3`;if(t===Dn.MAT4&&!(e instanceof F))return`matrix value ${e} must be a Matrix4`}function pOe(e){if(typeof e!="string")return iR(e,Dn.STRING)}function _Oe(e){if(typeof e!="boolean")return iR(e,Dn.BOOLEAN)}function gOe(e,t){let n=typeof e;if(l(t))return n!=="string"||!l(t.valuesByName[e])?`value ${e} is not a valid enum name for ${t.id}`:void 0}function yOe(e,t,n){let i=typeof e;switch(t){case wn.INT8:case wn.UINT8:case wn.INT16:case wn.UINT16:case wn.INT32:case wn.UINT32:case wn.FLOAT32:case wn.FLOAT64:return i!=="number"?iR(e,t):isFinite(e)?XQ(e,t,n):KQ(e,t);case wn.INT64:case wn.UINT64:return i!=="number"&&i!=="bigint"?iR(e,t):i==="number"&&!isFinite(e)?KQ(e,t):XQ(e,t,n)}}function iR(e,t){return`value ${e} does not match type ${t}`}function YQ(e,t,n){let i=`value ${e} is out of range for type ${t}`;return n&&(i+=" (normalized)"),i}function XQ(e,t,n){if(n){let i=wn.isUnsignedIntegerType(t)?0:-1,o=1;return e<i||e>o?YQ(e,t,n):void 0}if(e<wn.getMinimum(t)||e>wn.getMaximum(t))return YQ(e,t,n)}function KQ(e,t){return`value ${e} of type ${t} must be finite`}function T8(e,t,n){if(!Array.isArray(e))return n(e,t);for(let i=0;i<e.length;i++)e[i]=T8(e[i],t,n);return e}ic.valueTransformInPlace=function(e,t,n,i){if(!Array.isArray(e))return i(e,t,n);for(let o=0;o<e.length;o++)e[o]=ic.valueTransformInPlace(e[o],t[o],n[o],i);return e};var j0=ic;function pS(e){e=y(e,y.EMPTY_OBJECT);let t=e.count,n=e.property,i=e.classProperty,o=e.bufferViews,r=i.type,s=i.isArray,a=i.isVariableLengthArray,c=i.valueType,u=i.enumType,f=r===Dn.STRING,d=r===Dn.BOOLEAN,p=0,g;if(a){let _=y(n.arrayOffsetType,n.offsetType);_=y(wn[_],wn.UINT32);let T=y(n.arrayOffsets,n.arrayOffsetBufferView);g=new E8(o[T],_,t+1),p+=g.typedArray.byteLength}let m=Dn.getComponentCount(r),A;a?A=g.get(t)-g.get(0):s?A=t*i.arrayLength:A=t;let C=m*A,x;if(f){let _=y(n.stringOffsetType,n.offsetType);_=y(wn[_],wn.UINT32);let T=y(n.stringOffsets,n.stringOffsetBufferView);x=new E8(o[T],_,C+1),p+=x.typedArray.byteLength}(f||d)&&(c=wn.UINT8);let b;f?b=x.get(C)-x.get(0):d?b=Math.ceil(C/8):b=C;let E=y(n.values,n.bufferView),S=new E8(o[E],c,b);p+=S.typedArray.byteLength;let D=n.offset,v=n.scale,O=i.hasValueTransform||l(D)||l(v);D=y(D,i.offset),v=y(v,i.scale),D=QQ(D),v=QQ(v);let R,M,L=this;f?R=function(_){return xOe(_,L._values,L._stringOffsets)}:d?(R=function(_){return TOe(_,L._values)},M=function(_,T){EOe(_,L._values,T)}):l(u)?(R=function(_){let T=L._values.get(_);return u.namesByValue[T]},M=function(_,T){let w=u.valuesByName[T];L._values.set(_,w)}):(R=function(_){return L._values.get(_)},M=function(_,T){L._values.set(_,T)}),this._arrayOffsets=g,this._stringOffsets=x,this._values=S,this._classProperty=i,this._count=t,this._vectorComponentCount=m,this._min=n.min,this._max=n.max,this._offset=D,this._scale=v,this._hasValueTransform=O,this._getValue=R,this._setValue=M,this._unpackedValues=void 0,this._extras=n.extras,this._extensions=n.extensions,this._byteLength=p}Object.defineProperties(pS.prototype,{hasValueTransform:{get:function(){return this._hasValueTransform}},offset:{get:function(){return this._offset}},scale:{get:function(){return this._scale}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}},byteLength:{get:function(){return this._byteLength}}});pS.prototype.get=function(e){let t=AOe(this,e);return t=this._classProperty.handleNoData(t),l(t)?(t=this._classProperty.normalize(t),t=OOe(this,t),this._classProperty.unpackVectorAndMatrixTypes(t)):(t=this._classProperty.default,this._classProperty.unpackVectorAndMatrixTypes(t))};pS.prototype.set=function(e,t){let n=this._classProperty;t=n.packVectorAndMatrixTypes(t),t=BOe(this,t),t=n.unnormalize(t),COe(this,e,t)};pS.prototype.getTypedArray=function(){if(l(this._values))return this._values.typedArray};function QQ(e){if(!Array.isArray(e))return e;let t=[];for(let n=0;n<e.length;n++){let i=e[n];Array.isArray(i)?t.push.apply(t,i):t.push(i)}return t}function AOe(e,t){e$(e)&&t$(e);let n=e._classProperty,i=n.isArray,o=n.type,r=Dn.getComponentCount(o);if(l(e._unpackedValues)){let s=e._unpackedValues[t];return i?$e(s,!0):s}return!i&&r===1?e._getValue(t):$Q(e,n,t)}function $Q(e,t,n){let i,o;if(t.isVariableLengthArray){i=e._arrayOffsets.get(n),o=e._arrayOffsets.get(n+1)-i;let s=Dn.getComponentCount(t.type);i*=s,o*=s}else{let a=y(t.arrayLength,1)*e._vectorComponentCount;i=n*a,o=a}let r=new Array(o);for(let s=0;s<o;s++)r[s]=e._getValue(i+s);return r}function COe(e,t,n){POe(e,t,n)&&t$(e);let i=e._classProperty,o=i.isArray,r=i.type,s=Dn.getComponentCount(r);if(l(e._unpackedValues)){i.isArray&&(n=$e(n,!0)),e._unpackedValues[t]=n;return}if(!o&&s===1){e._setValue(t,n);return}let a,c;if(i.isVariableLengthArray)a=e._arrayOffsets.get(t),c=e._arrayOffsets.get(t+1)-a;else{let f=y(i.arrayLength,1)*e._vectorComponentCount;a=t*f,c=f}for(let u=0;u<c;++u)e._setValue(a+u,n[u])}function xOe(e,t,n){let i=n.get(e),o=n.get(e+1)-i;return El(t.typedArray,i,o)}function TOe(e,t){let n=e>>3,i=e%8;return(t.typedArray[n]>>i&1)===1}function EOe(e,t,n){let i=e>>3,o=e%8;n?t.typedArray[i]|=1<<o:t.typedArray[i]&=~(1<<o)}function bOe(e,t){let n=t.dataView,i=e*8,o=0,r=(n.getUint8(i+7)&128)>0,s=!0;for(let a=0;a<8;++a){let c=n.getUint8(i+a);r&&(s?c!==0&&(c=~(c-1)&255,s=!1):c=~c&255),o+=c*Math.pow(256,a)}return r&&(o=-o),o}function SOe(e,t){let n=t.dataView,i=e*8,o=BigInt(0),r=(n.getUint8(i+7)&128)>0,s=!0;for(let a=0;a<8;++a){let c=n.getUint8(i+a);r&&(s?c!==0&&(c=~(c-1)&255,s=!1):c=~c&255),o+=BigInt(c)*(BigInt(1)<<BigInt(a*8))}return r&&(o=-o),o}function wOe(e,t){let n=t.dataView,i=e*8,o=n.getUint32(i,!0),r=n.getUint32(i+4,!0);return o+4294967296*r}function DOe(e,t){let n=t.dataView,i=e*8,o=BigInt(n.getUint32(i,!0)),r=BigInt(n.getUint32(i+4,!0));return o+BigInt(4294967296)*r}function vOe(e){switch(e){case wn.INT8:return K.BYTE;case wn.UINT8:return K.UNSIGNED_BYTE;case wn.INT16:return K.SHORT;case wn.UINT16:return K.UNSIGNED_SHORT;case wn.INT32:return K.INT;case wn.UINT32:return K.UNSIGNED_INT;case wn.FLOAT32:return K.FLOAT;case wn.FLOAT64:return K.DOUBLE}}function e$(e){if(l(e._unpackedValues))return!1;let t=e._classProperty,n=t.type,i=t.valueType;return n===Dn.STRING||i===wn.INT64&&!Lt.supportsBigInt64Array()||i===wn.UINT64&&!Lt.supportsBigUint64Array()}function POe(e,t,n){if(e$(e))return!0;let i=e._arrayOffsets;if(l(i)){let o=i.get(t+1)-i.get(t),r=n.length;if(o!==r)return!0}return!1}function t$(e){e._unpackedValues=IOe(e),e._arrayOffsets=void 0,e._stringOffsets=void 0,e._values=void 0}function IOe(e){let t=e._count,n=new Array(t),i=e._classProperty,o=i.isArray,r=i.type,s=Dn.getComponentCount(r);if(!o&&s===1){for(let a=0;a<t;++a)n[a]=e._getValue(a);return n}for(let a=0;a<t;a++)n[a]=$Q(e,i,a);return n}function OOe(e,t){let i=e._classProperty.isVariableLengthArray;return!e._hasValueTransform||i?t:j0.valueTransformInPlace(t,e._offset,e._scale,wn.applyValueTransform)}function BOe(e,t){let i=e._classProperty.isVariableLengthArray;return!e._hasValueTransform||i?t:j0.valueTransformInPlace(t,e._offset,e._scale,wn.unapplyValueTransform)}function E8(e,t,n){let i=this,o,r,s;if(t===wn.INT64)Lt.supportsBigInt()?Lt.supportsBigInt64Array()?(o=new BigInt64Array(e.buffer,e.byteOffset,n),s=function(a,c){i.typedArray[a]=BigInt(c)}):(o=new Uint8Array(e.buffer,e.byteOffset,n*8),r=function(a){return SOe(a,i)}):(Dt("INT64 type is not fully supported on this platform. Values greater than 2^53 - 1 or less than -(2^53 - 1) may lose precision when read."),o=new Uint8Array(e.buffer,e.byteOffset,n*8),r=function(a){return bOe(a,i)});else if(t===wn.UINT64)Lt.supportsBigInt()?Lt.supportsBigUint64Array()?(o=new BigUint64Array(e.buffer,e.byteOffset,n),s=function(a,c){i.typedArray[a]=BigInt(c)}):(o=new Uint8Array(e.buffer,e.byteOffset,n*8),r=function(a){return DOe(a,i)}):(Dt("UINT64 type is not fully supported on this platform. Values greater than 2^53 - 1 may lose precision when read."),o=new Uint8Array(e.buffer,e.byteOffset,n*8),r=function(a){return wOe(a,i)});else{let a=vOe(t);o=K.createArrayBufferView(a,e.buffer,e.byteOffset,n),s=function(c,u){i.typedArray[c]=u}}l(r)||(r=function(a){return i.typedArray[a]}),this.typedArray=o,this.dataView=new DataView(o.buffer,o.byteOffset),this.get=r,this.set=s,this._componentType=t}var oR=pS;function Sf(e){e=y(e,y.EMPTY_OBJECT);let t=e.count,n=e.class,i=0,o={};if(l(e.properties)){for(let r in e.properties)if(e.properties.hasOwnProperty(r)){let s=new oR({count:t,property:e.properties[r],classProperty:n.properties[r],bufferViews:e.bufferViews});o[r]=s,i+=s.byteLength}}this._count=t,this._class=n,this._properties=o,this._byteLength=i}Object.defineProperties(Sf.prototype,{count:{get:function(){return this._count}},class:{get:function(){return this._class}},byteLength:{get:function(){return this._byteLength}}});Sf.prototype.hasProperty=function(e){return Rn.hasProperty(e,this._properties,this._class)};Sf.prototype.hasPropertyBySemantic=function(e){return Rn.hasPropertyBySemantic(e,this._properties,this._class)};Sf.prototype.getPropertyIds=function(e){return Rn.getPropertyIds(this._properties,this._class,e)};Sf.prototype.getProperty=function(e,t){let n=this._properties[t],i;return l(n)?i=n.get(e):i=ROe(this._class,t),i};Sf.prototype.setProperty=function(e,t,n){let i=this._properties[t];return l(i)?(i.set(e,n),!0):!1};Sf.prototype.getPropertyBySemantic=function(e,t){let n,i=this._class.propertiesBySemantic;if(l(i)&&(n=i[t]),l(n))return this.getProperty(e,n.id)};Sf.prototype.setPropertyBySemantic=function(e,t,n){let i,o=this._class.propertiesBySemantic;return l(o)&&(i=o[t]),l(i)?this.setProperty(e,i.id,n):!1};Sf.prototype.getPropertyTypedArray=function(e){let t=this._properties[e];if(l(t))return t.getTypedArray()};Sf.prototype.getPropertyTypedArrayBySemantic=function(e){let t,n=this._class.propertiesBySemantic;if(l(n)&&(t=n[e]),l(t))return this.getPropertyTypedArray(t.id)};function ROe(e,t){let n=e.properties;if(!l(n))return;let i=n[t];if(l(i)&&l(i.default)){let o=i.default;return i.isArray&&(o=$e(o,!0)),o=i.normalize(o),i.unpackVectorAndMatrixTypes(o)}}var wf=Sf;function a_(){}Object.defineProperties(a_.prototype,{promise:{get:function(){ye.throwInstantiationError()}},cacheKey:{get:function(){ye.throwInstantiationError()}}});a_.prototype.load=function(){ye.throwInstantiationError()};a_.prototype.unload=function(){};a_.prototype.process=function(e){};a_.prototype.getError=function(e,t){l(t)&&(e+=`
${t.message}`);let n=new de(e);return l(t)&&(n.stack=`Original stack:
${t.stack}
Handler stack:
${n.stack}`),n};a_.prototype.isDestroyed=function(){return!1};a_.prototype.destroy=function(){return this.unload(),le(this)};var to=a_;var MOe={UNLOADED:0,LOADING:1,PROCESSING:2,READY:3,FAILED:4},Nt=Object.freeze(MOe);function Sm(e){e=y(e,y.EMPTY_OBJECT);let t=e.typedArray,n=e.resource,i=e.cacheKey;this._typedArray=t,this._resource=n,this._cacheKey=i,this._state=Nt.UNLOADED,this._promise=void 0}l(Object.create)&&(Sm.prototype=Object.create(to.prototype),Sm.prototype.constructor=Sm);Object.defineProperties(Sm.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},typedArray:{get:function(){return this._typedArray}}});Sm.prototype.load=function(){return l(this._typedArray)?this._promise=Promise.resolve(this):this._promise=LOe(this),this._promise};function LOe(e){let t=e._resource;return e._state=Nt.LOADING,Sm._fetchArrayBuffer(t).then(function(n){if(!e.isDestroyed())return e._typedArray=new Uint8Array(n),e._state=Nt.READY,e}).catch(function(n){if(e.isDestroyed())return;e._state=Nt.FAILED;let i=`Failed to load external buffer: ${t.url}`;return Promise.reject(e.getError(i,n))})}Sm._fetchArrayBuffer=function(e){return e.fetchArrayBuffer()};Sm.prototype.unload=function(){this._typedArray=void 0};var ZC=Sm;var a$=Ii(s$(),1);function c_(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceCache,n=e.gltf,i=e.bufferViewId,o=e.gltfResource,r=e.baseResource,s=e.cacheKey,a=n.bufferViews[i],c=a.buffer,u=a.byteOffset,f=a.byteLength,d=!1,p,g,m,A;if(Ui(a,"EXT_meshopt_compression")){let x=a.extensions.EXT_meshopt_compression;c=x.buffer,u=y(x.byteOffset,0),f=x.byteLength,d=!0,p=x.byteStride,g=x.count,m=x.mode,A=y(x.filter,"NONE")}let C=n.buffers[c];this._hasMeshopt=d,this._meshoptByteStride=p,this._meshoptCount=g,this._meshoptMode=m,this._meshoptFilter=A,this._resourceCache=t,this._gltfResource=o,this._baseResource=r,this._buffer=C,this._bufferId=c,this._byteOffset=u,this._byteLength=f,this._cacheKey=s,this._bufferLoader=void 0,this._typedArray=void 0,this._state=Nt.UNLOADED,this._promise=void 0,this._process=function(x,b){}}l(Object.create)&&(c_.prototype=Object.create(to.prototype),c_.prototype.constructor=c_);Object.defineProperties(c_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},typedArray:{get:function(){return this._typedArray}}});c_.prototype.load=function(){let e=VOe(this);this._bufferLoader=e,this._state=Nt.LOADING;let t=this,n=new Promise(function(i){t._process=function(o,r){if(!o._hasMeshopt||!l(o._typedArray)||o._state!==Nt.PROCESSING)return;let s=o._meshoptCount,a=o._meshoptByteStride,c=new Uint8Array(s*a);a$.MeshoptDecoder.decodeGltfBuffer(c,s,a,o._typedArray,o._meshoptMode,o._meshoptFilter),o._typedArray=c,o._state=Nt.READY,i(o)}});return this._promise=e.promise.then(function(){if(t.isDestroyed())return;let i=e.typedArray,o=new Uint8Array(i.buffer,i.byteOffset+t._byteOffset,t._byteLength);return t.unload(),t._typedArray=o,t._hasMeshopt?(t._state=Nt.PROCESSING,n):(t._state=Nt.READY,t)}).catch(function(i){if(t.isDestroyed())return;t.unload(),t._state=Nt.FAILED;let o="Failed to load buffer view";return Promise.reject(t.getError(o,i))}),this._promise};function VOe(e){let t=e._resourceCache,n=e._buffer;if(l(n.uri)){let o=e._baseResource.getDerivedResource({url:n.uri});return t.loadExternalBuffer({resource:o})}return t.loadEmbeddedBuffer({parentResource:e._gltfResource,bufferId:e._bufferId})}c_.prototype.process=function(e){return this._process(this,e)};c_.prototype.unload=function(){l(this._bufferLoader)&&this._resourceCache.unload(this._bufferLoader),this._bufferLoader=void 0,this._typedArray=void 0};var AS=c_;function _a(){}_a._maxDecodingConcurrency=Math.max(Lt.hardwareConcurrency-1,1);_a._decoderTaskProcessor=void 0;_a._taskProcessorReady=!1;_a._getDecoderTaskProcessor=function(){if(!l(_a._decoderTaskProcessor)){let e=new xi("decodeDraco",_a._maxDecodingConcurrency);e.initWebAssemblyModule({modulePath:"ThirdParty/Workers/draco_decoder_nodejs.js",wasmBinaryFile:"ThirdParty/draco_decoder.wasm"}).then(function(){_a._taskProcessorReady=!0}),_a._decoderTaskProcessor=e}return _a._decoderTaskProcessor};_a.decodePointCloud=function(e){let t=_a._getDecoderTaskProcessor();if(!!_a._taskProcessorReady)return t.scheduleTask(e,[e.buffer.buffer])};_a.decodeBufferView=function(e){let t=_a._getDecoderTaskProcessor();if(!!_a._taskProcessorReady)return t.scheduleTask(e,[e.array.buffer])};var l_=_a;function u_(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceCache,n=e.gltf,i=e.draco,o=e.gltfResource,r=e.baseResource,s=e.cacheKey;this._resourceCache=t,this._gltfResource=o,this._baseResource=r,this._gltf=n,this._draco=i,this._cacheKey=s,this._bufferViewLoader=void 0,this._bufferViewTypedArray=void 0,this._decodePromise=void 0,this._decodedData=void 0,this._state=Nt.UNLOADED,this._promise=void 0,this._process=function(a,c){}}l(Object.create)&&(u_.prototype=Object.create(to.prototype),u_.prototype.constructor=u_);Object.defineProperties(u_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},decodedData:{get:function(){return this._decodedData}}});u_.prototype.load=function(){let t=this._resourceCache.loadBufferView({gltf:this._gltf,bufferViewId:this._draco.bufferView,gltfResource:this._gltfResource,baseResource:this._baseResource});this._bufferViewLoader=t,this._state=Nt.LOADING;let n=this,i=new Promise(function(o,r){n._process=function(s,a){if(!l(s._bufferViewTypedArray)||l(s._decodePromise))return;let c=s._draco,f=s._gltf.bufferViews,d=c.bufferView,p=f[d],g=c.attributes,m={array:new Uint8Array(s._bufferViewTypedArray),bufferView:p,compressedAttributes:g,dequantizeInShader:!0},A=l_.decodeBufferView(m);!l(A)||(s._decodePromise=A.then(function(C){if(s.isDestroyed()){o();return}s.unload(),s._decodedData={indices:C.indexArray,vertexAttributes:C.attributeData},s._state=Nt.READY,o(s)}).catch(function(C){if(s.isDestroyed()){o();return}r(C)}))}});return this._promise=t.promise.then(function(){if(!n.isDestroyed())return n._bufferViewTypedArray=t.typedArray,n._state=Nt.PROCESSING,i}).catch(function(o){if(!n.isDestroyed())return UOe(n,o)}),this._promise};function UOe(e,t){e.unload(),e._state=Nt.FAILED;let n="Failed to load Draco";return Promise.reject(e.getError(n,t))}u_.prototype.process=function(e){return this._process(this,e)};u_.prototype.unload=function(){l(this._bufferViewLoader)&&this._resourceCache.unload(this._bufferViewLoader),this._bufferViewLoader=void 0,this._bufferViewTypedArray=void 0,this._decodedData=void 0,this._gltf=void 0};var CS=u_;function zOe(e){let t=e.uint8Array,n=e.format,i=e.request,o=y(e.flipY,!1),r=y(e.skipColorSpaceConversion,!1),s=new Blob([t],{type:n}),a;return Pe.supportsImageBitmapOptions().then(function(c){return c?Promise.resolve(Pe.createImageBitmapFromBlob(s,{flipY:o,premultiplyAlpha:!1,skipColorSpaceConversion:r})):(a=window.URL.createObjectURL(s),new Pe({url:a,request:i}).fetchImage({flipY:o,skipColorSpaceConversion:r}))}).then(function(c){return l(a)&&window.URL.revokeObjectURL(a),c}).catch(function(c){return l(a)&&window.URL.revokeObjectURL(a),Promise.reject(c)})}var QC=zOe;function wm(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceCache,n=e.gltf,i=e.imageId,o=e.gltfResource,r=e.baseResource,s=e.cacheKey,a=n.images[i],c=a.bufferView,u=a.uri;this._resourceCache=t,this._gltfResource=o,this._baseResource=r,this._gltf=n,this._bufferViewId=c,this._uri=u,this._cacheKey=s,this._bufferViewLoader=void 0,this._image=void 0,this._mipLevels=void 0,this._state=Nt.UNLOADED,this._promise=void 0}l(Object.create)&&(wm.prototype=Object.create(to.prototype),wm.prototype.constructor=wm);Object.defineProperties(wm.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},image:{get:function(){return this._image}},mipLevels:{get:function(){return this._mipLevels}}});wm.prototype.load=function(){return l(this._bufferViewId)?(this._promise=HOe(this),this._promise):(this._promise=GOe(this),this._promise)};function c$(e){let t;return Array.isArray(e)&&(t=e.slice(1,e.length).map(function(n){return n.bufferView}),e=e[0]),{image:e,mipLevels:t}}function HOe(e){let n=e._resourceCache.loadBufferView({gltf:e._gltf,bufferViewId:e._bufferViewId,gltfResource:e._gltfResource,baseResource:e._baseResource});return e._bufferViewLoader=n,e._state=Nt.LOADING,n.promise.then(function(){if(e.isDestroyed())return;let i=n.typedArray;return jOe(i).then(function(o){if(e.isDestroyed())return;let r=c$(o);return e.unload(),e._image=r.image,e._mipLevels=r.mipLevels,e._state=Nt.READY,e})}).catch(function(i){if(!e.isDestroyed())return l$(e,i,"Failed to load embedded image")})}function GOe(e){let t=e._baseResource,n=e._uri,i=t.getDerivedResource({url:n});return e._state=Nt.LOADING,YOe(i).then(function(o){if(e.isDestroyed())return;let r=c$(o);return e.unload(),e._image=r.image,e._mipLevels=r.mipLevels,e._state=Nt.READY,e}).catch(function(o){if(!e.isDestroyed())return l$(e,o,`Failed to load image: ${n}`)})}function l$(e,t,n){return e.unload(),e._state=Nt.FAILED,Promise.reject(e.getError(n,t))}function WOe(e){let t=e.subarray(0,2),n=e.subarray(0,4),i=e.subarray(8,12);if(t[0]===255&&t[1]===216)return"image/jpeg";if(t[0]===137&&t[1]===80)return"image/png";if(t[0]===171&&t[1]===75)return"image/ktx2";if(n[0]===82&&n[1]===73&&n[2]===70&&n[3]===70&&i[0]===87&&i[1]===69&&i[2]===66&&i[3]===80)return"image/webp";throw new de("Image format is not recognized")}function jOe(e){let t=WOe(e);if(t==="image/ktx2"){let n=new Uint8Array(e);return yl(n)}return wm._loadImageFromTypedArray({uint8Array:e,format:t,flipY:!1,skipColorSpaceConversion:!0})}var qOe=/(^data:image\/ktx2)|(\.ktx2$)/i;function YOe(e){let t=e.url;return qOe.test(t)?yl(e):e.fetchImage({skipColorSpaceConversion:!0,preferImageBitmap:!0})}wm.prototype.unload=function(){l(this._bufferViewLoader)&&this._resourceCache.unload(this._bufferViewLoader),this._bufferViewLoader=void 0,this._uri=void 0,this._image=void 0,this._mipLevels=void 0,this._gltf=void 0};wm._loadImageFromTypedArray=QC;var xS=wm;var XOe={TEXTURE:0,PROGRAM:1,BUFFER:2,NUMBER_OF_JOB_TYPES:3},ga=Object.freeze(XOe);function f_(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceCache,n=e.gltf,i=e.accessorId,o=e.gltfResource,r=e.baseResource,s=e.draco,a=e.cacheKey,c=y(e.asynchronous,!0),u=y(e.loadBuffer,!1),f=y(e.loadTypedArray,!1),d=n.accessors[i].componentType;this._resourceCache=t,this._gltfResource=o,this._baseResource=r,this._gltf=n,this._accessorId=i,this._indexDatatype=d,this._draco=s,this._cacheKey=a,this._asynchronous=c,this._loadBuffer=u,this._loadTypedArray=f,this._bufferViewLoader=void 0,this._dracoLoader=void 0,this._typedArray=void 0,this._buffer=void 0,this._state=Nt.UNLOADED,this._promise=void 0,this._process=function(p,g){}}l(Object.create)&&(f_.prototype=Object.create(to.prototype),f_.prototype.constructor=f_);Object.defineProperties(f_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},buffer:{get:function(){return this._buffer}},typedArray:{get:function(){return this._typedArray}},indexDatatype:{get:function(){return this._indexDatatype}}});var KOe=new D8;f_.prototype.load=function(){let e;l(this._draco)?e=JOe(this):e=ZOe(this);let t=this,n=new Promise(function(i){t._process=function(o,r){if(o._state===Nt.READY)return;let s=o._typedArray,a=o._indexDatatype;if(l(o._dracoLoader)&&o._dracoLoader.process(r),l(o._bufferViewLoader)&&o._bufferViewLoader.process(r),!l(s))return;let c;if(o._loadBuffer&&o._asynchronous){let u=KOe;if(u.set(s,a,r.context),!r.jobScheduler.execute(u,ga.BUFFER))return;c=u.buffer}else o._loadBuffer&&(c=u$(s,a,r.context));o.unload(),o._buffer=c,o._typedArray=o._loadTypedArray?s:void 0,o._state=Nt.READY,i(o)}});return this._promise=e.then(function(){if(!t.isDestroyed())return n}).catch(function(i){if(!t.isDestroyed())return $Oe(t,i)}),this._promise};function JOe(e){let n=e._resourceCache.loadDraco({gltf:e._gltf,draco:e._draco,gltfResource:e._gltfResource,baseResource:e._baseResource});return e._dracoLoader=n,e._state=Nt.LOADING,n.promise.then(function(){if(e.isDestroyed())return;let i=n.decodedData.indices.typedArray;return e._typedArray=i,e._indexDatatype=K.fromTypedArray(i),e._state=Nt.PROCESSING,e})}function ZOe(e){let t=e._gltf,n=e._accessorId,o=t.accessors[n].bufferView,s=e._resourceCache.loadBufferView({gltf:t,bufferViewId:o,gltfResource:e._gltfResource,baseResource:e._baseResource});return e._state=Nt.LOADING,e._bufferViewLoader=s,s.promise.then(function(){if(e.isDestroyed())return;let a=s.typedArray;return e._typedArray=QOe(e,a),e._state=Nt.PROCESSING,e})}function QOe(e,t){let n=e._gltf,i=e._accessorId,o=n.accessors[i],r=o.count,s=o.componentType,a=Fe.getSizeInBytes(s),c=t.buffer,u=t.byteOffset+o.byteOffset;if(u%a!==0){let d=r*a,p=new Uint8Array(c,u,d);c=new Uint8Array(p).buffer,u=0,Xr("index-buffer-unaligned",`The index array is not aligned to a ${a}-byte boundary.`)}let f;return s===Fe.UNSIGNED_BYTE?f=new Uint8Array(c,u,r):s===Fe.UNSIGNED_SHORT?f=new Uint16Array(c,u,r):s===Fe.UNSIGNED_INT&&(f=new Uint32Array(c,u,r)),f}function $Oe(e,t){e.unload(),e._state=Nt.FAILED;let n="Failed to load index buffer";return t=e.getError(n,t),Promise.reject(t)}function D8(){this.typedArray=void 0,this.indexDatatype=void 0,this.context=void 0,this.buffer=void 0}D8.prototype.set=function(e,t,n){this.typedArray=e,this.indexDatatype=t,this.context=n};D8.prototype.execute=function(){this.buffer=u$(this.typedArray,this.indexDatatype,this.context)};function u$(e,t,n){let i=rt.createIndexBuffer({typedArray:e,context:n,usage:Le.STATIC_DRAW,indexDatatype:t});return i.vertexArrayDestroyable=!1,i}f_.prototype.process=function(e){return this._process(this,e)};f_.prototype.unload=function(){l(this._buffer)&&this._buffer.destroy();let e=this._resourceCache;l(this._bufferViewLoader)&&e.unload(this._bufferViewLoader),l(this._dracoLoader)&&e.unload(this._dracoLoader),this._bufferViewLoader=void 0,this._dracoLoader=void 0,this._typedArray=void 0,this._buffer=void 0,this._gltf=void 0};var TS=f_;function eBe(e,t,n){if(n=y(n,!1),n){let i=e.indexOf(t);if(i>-1)return i}return e.push(t),e.length-1}var cs=eBe;function tBe(e,t){return l(e.extensionsUsed)&&e.extensionsUsed.indexOf(t)>=0}var pr=tBe;function Ut(){}Ut.objectLegacy=function(e,t){if(l(e)){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)){let i=e[n],o=t(i,n);if(l(o))return o}}};Ut.object=function(e,t){if(l(e)){let n=e.length;for(let i=0;i<n;i++){let o=e[i],r=t(o,i);if(l(r))return r}}};Ut.topLevel=function(e,t,n){let i=e[t];return l(i)&&!Array.isArray(i)?Ut.objectLegacy(i,n):Ut.object(i,n)};Ut.accessor=function(e,t){return Ut.topLevel(e,"accessors",t)};Ut.accessorWithSemantic=function(e,t,n){let i={};return Ut.mesh(e,function(o){return Ut.meshPrimitive(o,function(r){let s=Ut.meshPrimitiveAttribute(r,function(a,c){if(c.indexOf(t)===0&&!l(i[a])){i[a]=!0;let u=n(a);if(l(u))return u}});return l(s)?s:Ut.meshPrimitiveTarget(r,function(a){return Ut.meshPrimitiveTargetAttribute(a,function(c,u){if(u.indexOf(t)===0&&!l(i[c])){i[c]=!0;let f=n(c);if(l(f))return f}})})})})};Ut.accessorContainingVertexAttributeData=function(e,t){let n={};return Ut.mesh(e,function(i){return Ut.meshPrimitive(i,function(o){let r=Ut.meshPrimitiveAttribute(o,function(s){if(!l(n[s])){n[s]=!0;let a=t(s);if(l(a))return a}});return l(r)?r:Ut.meshPrimitiveTarget(o,function(s){return Ut.meshPrimitiveTargetAttribute(s,function(a){if(!l(n[a])){n[a]=!0;let c=t(a);if(l(c))return c}})})})})};Ut.accessorContainingIndexData=function(e,t){let n={};return Ut.mesh(e,function(i){return Ut.meshPrimitive(i,function(o){let r=o.indices;if(l(r)&&!l(n[r])){n[r]=!0;let s=t(r);if(l(s))return s}})})};Ut.animation=function(e,t){return Ut.topLevel(e,"animations",t)};Ut.animationChannel=function(e,t){let n=e.channels;return Ut.object(n,t)};Ut.animationSampler=function(e,t){let n=e.samplers;return Ut.object(n,t)};Ut.buffer=function(e,t){return Ut.topLevel(e,"buffers",t)};Ut.bufferView=function(e,t){return Ut.topLevel(e,"bufferViews",t)};Ut.camera=function(e,t){return Ut.topLevel(e,"cameras",t)};Ut.image=function(e,t){return Ut.topLevel(e,"images",t)};Ut.material=function(e,t){return Ut.topLevel(e,"materials",t)};Ut.materialValue=function(e,t){let n=e.values;l(e.extensions)&&l(e.extensions.KHR_techniques_webgl)&&(n=e.extensions.KHR_techniques_webgl.values);for(let i in n)if(Object.prototype.hasOwnProperty.call(n,i)){let o=t(n[i],i);if(l(o))return o}};Ut.mesh=function(e,t){return Ut.topLevel(e,"meshes",t)};Ut.meshPrimitive=function(e,t){let n=e.primitives;if(l(n)){let i=n.length;for(let o=0;o<i;o++){let r=n[o],s=t(r,o);if(l(s))return s}}};Ut.meshPrimitiveAttribute=function(e,t){let n=e.attributes;for(let i in n)if(Object.prototype.hasOwnProperty.call(n,i)){let o=t(n[i],i);if(l(o))return o}};Ut.meshPrimitiveTarget=function(e,t){let n=e.targets;if(l(n)){let i=n.length;for(let o=0;o<i;++o){let r=t(n[o],o);if(l(r))return r}}};Ut.meshPrimitiveTargetAttribute=function(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)){let i=e[n],o=t(i,n);if(l(o))return o}};Ut.node=function(e,t){return Ut.topLevel(e,"nodes",t)};Ut.nodeInTree=function(e,t,n){let i=e.nodes;if(l(i)){let o=t.length;for(let r=0;r<o;r++){let s=t[r],a=i[s];if(l(a)){let c=n(a,s);if(l(c))return c;let u=a.children;if(l(u)&&(c=Ut.nodeInTree(e,u,n),l(c)))return c}}}};Ut.nodeInScene=function(e,t,n){let i=t.nodes;if(l(i))return Ut.nodeInTree(e,i,n)};Ut.program=function(e,t){return pr(e,"KHR_techniques_webgl")?Ut.object(e.extensions.KHR_techniques_webgl.programs,t):Ut.topLevel(e,"programs",t)};Ut.sampler=function(e,t){return Ut.topLevel(e,"samplers",t)};Ut.scene=function(e,t){return Ut.topLevel(e,"scenes",t)};Ut.shader=function(e,t){return pr(e,"KHR_techniques_webgl")?Ut.object(e.extensions.KHR_techniques_webgl.shaders,t):Ut.topLevel(e,"shaders",t)};Ut.skin=function(e,t){return Ut.topLevel(e,"skins",t)};Ut.skinJoint=function(e,t){let n=e.joints;if(l(n)){let i=n.length;for(let o=0;o<i;o++){let r=n[o],s=t(r);if(l(s))return s}}};Ut.techniqueAttribute=function(e,t){let n=e.attributes;for(let i in n)if(Object.prototype.hasOwnProperty.call(n,i)){let o=t(n[i],i);if(l(o))return o}};Ut.techniqueUniform=function(e,t){let n=e.uniforms;for(let i in n)if(Object.prototype.hasOwnProperty.call(n,i)){let o=t(n[i],i);if(l(o))return o}};Ut.techniqueParameter=function(e,t){let n=e.parameters;for(let i in n)if(Object.prototype.hasOwnProperty.call(n,i)){let o=t(n[i],i);if(l(o))return o}};Ut.technique=function(e,t){return pr(e,"KHR_techniques_webgl")?Ut.object(e.extensions.KHR_techniques_webgl.techniques,t):Ut.topLevel(e,"techniques",t)};Ut.texture=function(e,t){return Ut.topLevel(e,"textures",t)};var De=Ut;function nBe(e){switch(e){case"SCALAR":return 1;case"VEC2":return 2;case"VEC3":return 3;case"VEC4":case"MAT2":return 4;case"MAT3":return 9;case"MAT4":return 16}}var gu=nBe;function iBe(e,t){let n=t.bufferView;if(l(n)){let i=e.bufferViews[n];if(l(i.byteStride)&&i.byteStride>0)return i.byteStride}return K.getSizeInBytes(t.componentType)*gu(t.type)}var wl=iBe;function oBe(e){De.accessor(e,function(n){l(n.bufferView)&&(n.byteOffset=y(n.byteOffset,0))}),De.bufferView(e,function(n){l(n.buffer)&&(n.byteOffset=y(n.byteOffset,0))}),De.mesh(e,function(n){De.meshPrimitive(n,function(i){if(i.mode=y(i.mode,te.TRIANGLES),!l(i.material)){l(e.materials)||(e.materials=[]);let o={name:"default"};i.material=cs(e.materials,o)}})}),De.accessorContainingVertexAttributeData(e,function(n){let i=e.accessors[n],o=i.bufferView;if(i.normalized=y(i.normalized,!1),l(o)){let r=e.bufferViews[o];r.byteStride=wl(e,i),r.target=te.ARRAY_BUFFER}}),De.accessorContainingIndexData(e,function(n){let o=e.accessors[n].bufferView;if(l(o)){let r=e.bufferViews[o];r.target=te.ELEMENT_ARRAY_BUFFER}}),De.material(e,function(n){let i=y(n.extensions,y.EMPTY_OBJECT),o=i.KHR_materials_common;if(l(o)){let c=o.technique,u=l(o.values)?o.values:{};o.values=u,u.ambient=l(u.ambient)?u.ambient:[0,0,0,1],u.emission=l(u.emission)?u.emission:[0,0,0,1],u.transparency=y(u.transparency,1),c!=="CONSTANT"&&(u.diffuse=l(u.diffuse)?u.diffuse:[0,0,0,1],c!=="LAMBERT"&&(u.specular=l(u.specular)?u.specular:[0,0,0,1],u.shininess=y(u.shininess,0))),o.transparent=y(o.transparent,!1),o.doubleSided=y(o.doubleSided,!1);return}n.emissiveFactor=y(n.emissiveFactor,[0,0,0]),n.alphaMode=y(n.alphaMode,"OPAQUE"),n.doubleSided=y(n.doubleSided,!1),n.alphaMode==="MASK"&&(n.alphaCutoff=y(n.alphaCutoff,.5));let r=i.KHR_techniques_webgl;l(r)&&De.materialValue(n,function(c){l(c.index)&&q0(c)}),q0(n.emissiveTexture),q0(n.normalTexture),q0(n.occlusionTexture);let s=n.pbrMetallicRoughness;l(s)&&(s.baseColorFactor=y(s.baseColorFactor,[1,1,1,1]),s.metallicFactor=y(s.metallicFactor,1),s.roughnessFactor=y(s.roughnessFactor,1),q0(s.baseColorTexture),q0(s.metallicRoughnessTexture));let a=i.KHR_materials_pbrSpecularGlossiness;l(a)&&(a.diffuseFactor=y(a.diffuseFactor,[1,1,1,1]),a.specularFactor=y(a.specularFactor,[1,1,1]),a.glossinessFactor=y(a.glossinessFactor,1),q0(a.specularGlossinessTexture))}),De.animation(e,function(n){De.animationSampler(n,function(i){i.interpolation=y(i.interpolation,"LINEAR")})});let t=rBe(e);return De.node(e,function(n,i){l(t[i])||l(n.translation)||l(n.rotation)||l(n.scale)?(n.translation=y(n.translation,[0,0,0]),n.rotation=y(n.rotation,[0,0,0,1]),n.scale=y(n.scale,[1,1,1])):n.matrix=y(n.matrix,[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1])}),De.sampler(e,function(n){n.wrapS=y(n.wrapS,te.REPEAT),n.wrapT=y(n.wrapT,te.REPEAT)}),l(e.scenes)&&!l(e.scene)&&(e.scene=0),e}function rBe(e){let t={};return De.animation(e,function(n){De.animationChannel(n,function(i){let o=i.target,r=o.node,s=o.path;(s==="translation"||s==="rotation"||s==="scale")&&(t[r]=!0)})}),t}function q0(e){l(e)&&(e.texCoord=y(e.texCoord,0))}var cR=oBe;function sBe(e){return De.shader(e,function(t){lR(t)}),De.buffer(e,function(t){lR(t)}),De.image(e,function(t){lR(t)}),lR(e),e}function lR(e){e.extras=l(e.extras)?e.extras:{},e.extras._pipeline=l(e.extras._pipeline)?e.extras._pipeline:{}}var Y0=sBe;function aBe(e,t){let n=e.extensionsRequired;if(l(n)){let i=n.indexOf(t);i>=0&&n.splice(i,1),n.length===0&&delete e.extensionsRequired}}var uR=aBe;function cBe(e,t){let n=e.extensionsUsed;if(l(n)){let i=n.indexOf(t);i>=0&&n.splice(i,1),uR(e,t),n.length===0&&delete e.extensionsUsed}}var $C=cBe;var lBe=4;function uBe(e){if(Kd(e)!=="glTF")throw new de("File is not valid binary glTF");let n=f$(e,0,5),i=n[1];if(i!==1&&i!==2)throw new de("Binary glTF version is not 1 or 2");return i===1?fBe(e,n):dBe(e,n)}function f$(e,t,n){let i=new DataView(e.buffer),o=new Array(n);for(let r=0;r<n;++r)o[r]=i.getUint32(e.byteOffset+t+r*lBe,!0);return o}function fBe(e,t){let n=t[2],i=t[3];if(t[4]!==0)throw new de("Binary glTF scene format is not JSON");let r=20,s=r+i,a=El(e,r,i),c=JSON.parse(a);Y0(c);let u=e.subarray(s,n),f=c.buffers;if(l(f)&&Object.keys(f).length>0){let d=y(f.binary_glTF,f.KHR_binary_glTF);l(d)&&(d.extras._pipeline.source=u,delete d.uri)}return $C(c,"KHR_binary_glTF"),c}function dBe(e,t){let n=t[2],i=12,o,r;for(;i<n;){let s=f$(e,i,2),a=s[0],c=s[1];i+=8;let u=e.subarray(i,i+a);if(i+=a,c===1313821514){let f=El(u);o=JSON.parse(f),Y0(o)}else c===5130562&&(r=u)}if(l(o)&&l(r)){let s=o.buffers;if(l(s)&&s.length>0){let a=s[0];a.extras._pipeline.source=r}}return o}var fR=uBe;function hBe(e){return De.shader(e,function(t){dR(t)}),De.buffer(e,function(t){dR(t)}),De.image(e,function(t){dR(t)}),dR(e),e}function dR(e){!l(e.extras)||(l(e.extras._pipeline)&&delete e.extras._pipeline,Object.keys(e.extras).length===0&&delete e.extras)}var hR=hBe;function mBe(e,t){let n=e.extensionsUsed;l(n)||(n=[],e.extensionsUsed=n),cs(n,t,!0)}var Df=mBe;function pBe(e){switch(e){case K.BYTE:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getInt8(n+s*o)};case K.UNSIGNED_BYTE:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getUint8(n+s*o)};case K.SHORT:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getInt16(n+s*o,!0)};case K.UNSIGNED_SHORT:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getUint16(n+s*o,!0)};case K.INT:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getInt32(n+s*o,!0)};case K.UNSIGNED_INT:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getUint32(n+s*o,!0)};case K.FLOAT:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getFloat32(n+s*o,!0)};case K.DOUBLE:return function(t,n,i,o,r){for(let s=0;s<i;++s)r[s]=t.getFloat64(n+s*o,!0)}}}var d_=pBe;function _Be(e,t){let n=e.bufferViews,i=e.buffers,o=t.bufferView,r=gu(t.type);if(!l(t.bufferView))return{min:new Array(r).fill(0),max:new Array(r).fill(0)};let s=new Array(r).fill(Number.POSITIVE_INFINITY),a=new Array(r).fill(Number.NEGATIVE_INFINITY),c=n[o],u=c.buffer,d=i[u].extras._pipeline.source,p=t.count,g=wl(e,t),m=t.byteOffset+c.byteOffset+d.byteOffset,A=t.componentType,C=K.getSizeInBytes(A),x=new DataView(d.buffer),b=new Array(r),E=d_(A);for(let S=0;S<p;S++){E(x,m,r,C,b);for(let D=0;D<r;D++){let v=b[D];s[D]=Math.min(s[D],v),a[D]=Math.max(a[D],v)}m+=g}return{min:s,max:a}}var ex=_Be;var gBe=[te.FUNC_ADD,te.FUNC_ADD],yBe=[te.ONE,te.ZERO,te.ONE,te.ZERO];function d$(e,t){let n=e.enable;return l(n)?n.indexOf(t)>-1:!1}var ABe=[te.ZERO,te.ONE,te.SRC_COLOR,te.ONE_MINUS_SRC_COLOR,te.SRC_ALPHA,te.ONE_MINUS_SRC_ALPHA,te.DST_ALPHA,te.ONE_MINUS_DST_ALPHA,te.DST_COLOR,te.ONE_MINUS_DST_COLOR];function CBe(e,t){if(!l(e))return t;for(let n=0;n<4;n++)if(ABe.indexOf(e[n])===-1)return t;return e}function xBe(e){let t={},n={},i=e.techniques;return l(i)&&(De.technique(e,function(o,r){let s=o.states;if(l(s)){let a=n[r]={};if(d$(s,te.BLEND)){a.alphaMode="BLEND";let c=s.functions;l(c)&&(l(c.blendEquationSeparate)||l(c.blendFuncSeparate))&&(t[r]={blendEquation:y(c.blendEquationSeparate,gBe),blendFactors:CBe(c.blendFuncSeparate,yBe)})}d$(s,te.CULL_FACE)||(a.doubleSided=!0),delete o.states}}),Object.keys(t).length>0&&(l(e.extensions)||(e.extensions={}),Df(e,"KHR_blend")),De.material(e,function(o){if(l(o.technique)){let r=n[o.technique];De.objectLegacy(r,function(a,c){o[c]=a});let s=t[o.technique];l(s)&&(l(o.extensions)||(o.extensions={}),o.extensions.KHR_blend=s)}})),e}var mR=xBe;function TBe(e,t){let n=e.extensionsRequired;l(n)||(n=[],e.extensionsRequired=n),cs(n,t,!0),Df(e,t)}var pR=TBe;function EBe(e){let t=e.techniques,n={},i={},o={};if(l(t)){let r={programs:[],shaders:[],techniques:[]},s=e.glExtensionsUsed;delete e.glExtensionsUsed,De.technique(e,function(a,c){let u={name:a.name,program:void 0,attributes:{},uniforms:{}},f;if(De.techniqueAttribute(a,function(d,p){f=a.parameters[d],u.attributes[p]={semantic:f.semantic}}),De.techniqueUniform(a,function(d,p){f=a.parameters[d],u.uniforms[p]={count:f.count,node:f.node,type:f.type,semantic:f.semantic,value:f.value},l(n[c])||(n[c]={}),n[c][d]=p}),l(o[a.program]))u.program=o[a.program];else{let d=e.programs[a.program],p={name:d.name,fragmentShader:void 0,vertexShader:void 0,glExtensions:s},g=e.shaders[d.fragmentShader];p.fragmentShader=cs(r.shaders,g,!0);let m=e.shaders[d.vertexShader];p.vertexShader=cs(r.shaders,m,!0),u.program=cs(r.programs,p),o[a.program]=u.program}i[c]=cs(r.techniques,u)}),r.techniques.length>0&&(l(e.extensions)||(e.extensions={}),e.extensions.KHR_techniques_webgl=r,Df(e,"KHR_techniques_webgl"),pR(e,"KHR_techniques_webgl"))}return De.material(e,function(r){if(l(r.technique)){let s={technique:i[r.technique]};De.objectLegacy(r.values,function(a,c){l(s.values)||(s.values={});let u=n[r.technique][c];l(u)&&(s.values[u]=a)}),l(r.extensions)||(r.extensions={}),r.extensions.KHR_techniques_webgl=s}delete r.technique,delete r.values}),delete e.techniques,delete e.programs,delete e.shaders,e}var _R=EBe;function bBe(e,t){hl.typeOf.object("material",e),hl.defined("handler",t);let n=e.pbrMetallicRoughness;if(l(n)){if(l(n.baseColorTexture)){let o=n.baseColorTexture,r=t(o.index,o);if(l(r))return r}if(l(n.metallicRoughnessTexture)){let o=n.metallicRoughnessTexture,r=t(o.index,o);if(l(r))return r}}if(l(e.extensions)){let o=e.extensions.KHR_materials_pbrSpecularGlossiness;if(l(o)){if(l(o.diffuseTexture)){let s=o.diffuseTexture,a=t(s.index,s);if(l(a))return a}if(l(o.specularGlossinessTexture)){let s=o.specularGlossinessTexture,a=t(s.index,s);if(l(a))return a}}let r=e.extensions.KHR_materials_common;if(l(r)&&l(r.values)){let s=r.values.diffuse,a=r.values.ambient,c=r.values.emission,u=r.values.specular;if(l(s)&&l(s.index)){let f=t(s.index,s);if(l(f))return f}if(l(a)&&l(a.index)){let f=t(a.index,a);if(l(f))return f}if(l(c)&&l(c.index)){let f=t(c.index,c);if(l(f))return f}if(l(u)&&l(u.index)){let f=t(u.index,u);if(l(f))return f}}}let i=De.materialValue(e,function(o){if(l(o.index)){let r=t(o.index,o);if(l(r))return r}});if(l(i))return i;if(l(e.emissiveTexture)){let o=e.emissiveTexture,r=t(o.index,o);if(l(r))return r}if(l(e.normalTexture)){let o=e.normalTexture,r=t(o.index,o);if(l(r))return r}if(l(e.occlusionTexture)){let o=e.occlusionTexture,r=t(o.index,o);if(l(r))return r}}var ES=bBe;var h$=["mesh","node","material","accessor","bufferView","buffer","texture","sampler","image"];function SBe(e,t){return t=y(t,h$),h$.forEach(function(n){t.indexOf(n)>-1&&DBe(e,n)}),e}var wBe={accessor:"accessors",buffer:"buffers",bufferView:"bufferViews",image:"images",node:"nodes",material:"materials",mesh:"meshes",sampler:"samplers",texture:"textures"};function DBe(e,t){let n=wBe[t],i=e[n];if(l(i)){let o=0,r=Zd[t](e),s=i.length;for(let a=0;a<s;++a)r[a]||(Jd[t](e,a-o),o++)}}function Jd(){}Jd.accessor=function(e,t){e.accessors.splice(t,1),De.mesh(e,function(i){De.meshPrimitive(i,function(o){De.meshPrimitiveAttribute(o,function(s,a){s>t&&o.attributes[a]--}),De.meshPrimitiveTarget(o,function(s){De.meshPrimitiveTargetAttribute(s,function(a,c){a>t&&s[c]--})});let r=o.indices;l(r)&&r>t&&o.indices--})}),De.skin(e,function(i){l(i.inverseBindMatrices)&&i.inverseBindMatrices>t&&i.inverseBindMatrices--}),De.animation(e,function(i){De.animationSampler(i,function(o){l(o.input)&&o.input>t&&o.input--,l(o.output)&&o.output>t&&o.output--})})};Jd.buffer=function(e,t){e.buffers.splice(t,1),De.bufferView(e,function(i){l(i.buffer)&&i.buffer>t&&i.buffer--,l(i.extensions)&&l(i.extensions.EXT_meshopt_compression)&&i.extensions.EXT_meshopt_compression.buffer--})};Jd.bufferView=function(e,t){if(e.bufferViews.splice(t,1),De.accessor(e,function(i){l(i.bufferView)&&i.bufferView>t&&i.bufferView--}),De.shader(e,function(i){l(i.bufferView)&&i.bufferView>t&&i.bufferView--}),De.image(e,function(i){l(i.bufferView)&&i.bufferView>t&&i.bufferView--}),pr(e,"KHR_draco_mesh_compression")&&De.mesh(e,function(i){De.meshPrimitive(i,function(o){l(o.extensions)&&l(o.extensions.KHR_draco_mesh_compression)&&o.extensions.KHR_draco_mesh_compression.bufferView>t&&o.extensions.KHR_draco_mesh_compression.bufferView--})}),pr(e,"EXT_feature_metadata")){let o=e.extensions.EXT_feature_metadata.featureTables;for(let r in o)if(o.hasOwnProperty(r)){let a=o[r].properties;if(l(a)){for(let c in a)if(a.hasOwnProperty(c)){let u=a[c];l(u.bufferView)&&u.bufferView>t&&u.bufferView--,l(u.arrayOffsetBufferView)&&u.arrayOffsetBufferView>t&&u.arrayOffsetBufferView--,l(u.stringOffsetBufferView)&&u.stringOffsetBufferView>t&&u.stringOffsetBufferView--}}}}if(pr(e,"EXT_structural_metadata")){let o=e.extensions.EXT_structural_metadata.propertyTables;if(l(o)){let r=o.length;for(let s=0;s<r;++s){let c=o[s].properties;for(let u in c)if(c.hasOwnProperty(u)){let f=c[u];l(f.values)&&f.values>t&&f.values--,l(f.arrayOffsets)&&f.arrayOffsets>t&&f.arrayOffsets--,l(f.stringOffsets)&&f.stringOffsets>t&&f.stringOffsets--}}}}};Jd.image=function(e,t){e.images.splice(t,1),De.texture(e,function(i){l(i.source)&&i.source>t&&--i.source;let o=i.extensions;l(o)&&l(o.EXT_texture_webp)&&o.EXT_texture_webp.source>t?--i.extensions.EXT_texture_webp.source:l(o)&&l(o.KHR_texture_basisu)&&o.KHR_texture_basisu.source>t&&--i.extensions.KHR_texture_basisu.source})};Jd.mesh=function(e,t){e.meshes.splice(t,1),De.node(e,function(i){l(i.mesh)&&(i.mesh>t?i.mesh--:i.mesh===t&&delete i.mesh)})};Jd.node=function(e,t){e.nodes.splice(t,1),De.skin(e,function(i){l(i.skeleton)&&i.skeleton>t&&i.skeleton--,i.joints=i.joints.map(function(o){return o>t?o-1:o})}),De.animation(e,function(i){De.animationChannel(i,function(o){l(o.target)&&l(o.target.node)&&o.target.node>t&&o.target.node--})}),De.technique(e,function(i){De.techniqueUniform(i,function(o){l(o.node)&&o.node>t&&o.node--})}),De.node(e,function(i){!l(i.children)||(i.children=i.children.filter(function(o){return o!==t}).map(function(o){return o>t?o-1:o}))}),De.scene(e,function(i){i.nodes=i.nodes.filter(function(o){return o!==t}).map(function(o){return o>t?o-1:o})})};Jd.material=function(e,t){e.materials.splice(t,1),De.mesh(e,function(i){De.meshPrimitive(i,function(o){l(o.material)&&o.material>t&&o.material--})})};Jd.sampler=function(e,t){e.samplers.splice(t,1),De.texture(e,function(i){l(i.sampler)&&i.sampler>t&&--i.sampler})};Jd.texture=function(e,t){if(e.textures.splice(t,1),De.material(e,function(i){ES(i,function(o,r){r.index>t&&--r.index})}),pr(e,"EXT_feature_metadata")){De.mesh(e,function(r){De.meshPrimitive(r,function(s){let a=s.extensions;if(l(a)&&l(a.EXT_feature_metadata)){let u=a.EXT_feature_metadata.featureIdTextures;if(l(u)){let f=u.length;for(let d=0;d<f;++d){let g=u[d].featureIds.texture;g.index>t&&--g.index}}}})});let o=e.extensions.EXT_feature_metadata.featureTextures;for(let r in o)if(o.hasOwnProperty(r)){let a=o[r].properties;if(l(a)){for(let c in a)if(a.hasOwnProperty(c)){let f=a[c].texture;f.index>t&&--f.index}}}}if(pr(e,"EXT_mesh_features")&&De.mesh(e,function(i){De.meshPrimitive(i,function(o){let r=o.extensions;if(l(r)&&l(r.EXT_mesh_features)){let a=r.EXT_mesh_features.featureIds;if(l(a)){let c=a.length;for(let u=0;u<c;++u){let f=a[u];l(f.texture)&&f.texture.index>t&&--f.texture.index}}}})}),pr(e,"EXT_structural_metadata")){let o=e.extensions.EXT_structural_metadata.propertyTextures;if(l(o)){let r=o.length;for(let s=0;s<r;++s){let c=o[s].properties;for(let u in c)if(c.hasOwnProperty(u)){let f=c[u];f.index>t&&--f.index}}}}};function Zd(){}Zd.accessor=function(e){let t={};return De.mesh(e,function(n){De.meshPrimitive(n,function(i){De.meshPrimitiveAttribute(i,function(r){t[r]=!0}),De.meshPrimitiveTarget(i,function(r){De.meshPrimitiveTargetAttribute(r,function(s){t[s]=!0})});let o=i.indices;l(o)&&(t[o]=!0)})}),De.skin(e,function(n){l(n.inverseBindMatrices)&&(t[n.inverseBindMatrices]=!0)}),De.animation(e,function(n){De.animationSampler(n,function(i){l(i.input)&&(t[i.input]=!0),l(i.output)&&(t[i.output]=!0)})}),pr(e,"EXT_mesh_gpu_instancing")&&De.node(e,function(n){l(n.extensions)&&l(n.extensions.EXT_mesh_gpu_instancing)&&Object.keys(n.extensions.EXT_mesh_gpu_instancing.attributes).forEach(function(i){let o=n.extensions.EXT_mesh_gpu_instancing.attributes[i];t[o]=!0})}),t};Zd.buffer=function(e){let t={};return De.bufferView(e,function(n){l(n.buffer)&&(t[n.buffer]=!0),l(n.extensions)&&l(n.extensions.EXT_meshopt_compression)&&(t[n.extensions.EXT_meshopt_compression.buffer]=!0)}),t};Zd.bufferView=function(e){let t={};if(De.accessor(e,function(n){l(n.bufferView)&&(t[n.bufferView]=!0)}),De.shader(e,function(n){l(n.bufferView)&&(t[n.bufferView]=!0)}),De.image(e,function(n){l(n.bufferView)&&(t[n.bufferView]=!0)}),pr(e,"KHR_draco_mesh_compression")&&De.mesh(e,function(n){De.meshPrimitive(n,function(i){l(i.extensions)&&l(i.extensions.KHR_draco_mesh_compression)&&(t[i.extensions.KHR_draco_mesh_compression.bufferView]=!0)})}),pr(e,"EXT_feature_metadata")){let i=e.extensions.EXT_feature_metadata.featureTables;for(let o in i)if(i.hasOwnProperty(o)){let s=i[o].properties;if(l(s)){for(let a in s)if(s.hasOwnProperty(a)){let c=s[a];l(c.bufferView)&&(t[c.bufferView]=!0),l(c.arrayOffsetBufferView)&&(t[c.arrayOffsetBufferView]=!0),l(c.stringOffsetBufferView)&&(t[c.stringOffsetBufferView]=!0)}}}}if(pr(e,"EXT_structural_metadata")){let i=e.extensions.EXT_structural_metadata.propertyTables;if(l(i)){let o=i.length;for(let r=0;r<o;++r){let a=i[r].properties;for(let c in a)if(a.hasOwnProperty(c)){let u=a[c];l(u.values)&&(t[u.values]=!0),l(u.arrayOffsets)&&(t[u.arrayOffsets]=!0),l(u.stringOffsets)&&(t[u.stringOffsets]=!0)}}}}return t};Zd.image=function(e){let t={};return De.texture(e,function(n){l(n.source)&&(t[n.source]=!0),l(n.extensions)&&l(n.extensions.EXT_texture_webp)?t[n.extensions.EXT_texture_webp.source]=!0:l(n.extensions)&&l(n.extensions.KHR_texture_basisu)&&(t[n.extensions.KHR_texture_basisu.source]=!0)}),t};Zd.mesh=function(e){let t={};return De.node(e,function(n){if(l(n.mesh&&l(e.meshes))){let i=e.meshes[n.mesh];l(i)&&l(i.primitives)&&i.primitives.length>0&&(t[n.mesh]=!0)}}),t};function m$(e,t,n){let i=e.nodes[t];return l(i.mesh)||l(i.camera)||l(i.skin)||l(i.weights)||l(i.extras)||l(i.extensions)&&Object.keys(i.extensions).length!==0||l(n[t])?!1:!l(i.children)||i.children.filter(function(o){return!m$(e,o,n)}).length===0}Zd.node=function(e){let t={};return De.skin(e,function(n){l(n.skeleton)&&(t[n.skeleton]=!0),De.skinJoint(n,function(i){t[i]=!0})}),De.animation(e,function(n){De.animationChannel(n,function(i){l(i.target)&&l(i.target.node)&&(t[i.target.node]=!0)})}),De.technique(e,function(n){De.techniqueUniform(n,function(i){l(i.node)&&(t[i.node]=!0)})}),De.node(e,function(n,i){m$(e,i,t)||(t[i]=!0)}),t};Zd.material=function(e){let t={};return De.mesh(e,function(n){De.meshPrimitive(n,function(i){l(i.material)&&(t[i.material]=!0)})}),t};Zd.texture=function(e){let t={};if(De.material(e,function(n){ES(n,function(i){t[i]=!0})}),pr(e,"EXT_feature_metadata")){De.mesh(e,function(o){De.meshPrimitive(o,function(r){let s=r.extensions;if(l(s)&&l(s.EXT_feature_metadata)){let c=s.EXT_feature_metadata.featureIdTextures;if(l(c)){let u=c.length;for(let f=0;f<u;++f){let p=c[f].featureIds.texture;t[p.index]=!0}}}})});let i=e.extensions.EXT_feature_metadata.featureTextures;for(let o in i)if(i.hasOwnProperty(o)){let s=i[o].properties;if(l(s)){for(let a in s)if(s.hasOwnProperty(a)){let u=s[a].texture;t[u.index]=!0}}}}if(pr(e,"EXT_mesh_features")&&De.mesh(e,function(n){De.meshPrimitive(n,function(i){let o=i.extensions;if(l(o)&&l(o.EXT_mesh_features)){let s=o.EXT_mesh_features.featureIds;if(l(s)){let a=s.length;for(let c=0;c<a;++c){let u=s[c];l(u.texture)&&(t[u.texture.index]=!0)}}}})}),pr(e,"EXT_structural_metadata")){let i=e.extensions.EXT_structural_metadata.propertyTextures;if(l(i)){let o=i.length;for(let r=0;r<o;++r){let a=i[r].properties;for(let c in a)if(a.hasOwnProperty(c)){let u=a[c];t[u.index]=!0}}}}return t};Zd.sampler=function(e){let t={};return De.texture(e,function(n){l(n.sampler)&&(t[n.sampler]=!0)}),t};var gR=SBe;function vBe(e,t){let n={byteLength:t.length,extras:{_pipeline:{source:t}}},o={buffer:cs(e.buffers,n),byteOffset:0,byteLength:t.length};return cs(e.bufferViews,o)}var yR=vBe;function PBe(e,t){let n=wl(e,t),i=K.getSizeInBytes(t.componentType),o=gu(t.type),r=t.count,s=new Array(o*r);if(!l(t.bufferView))return s.fill(0);let a=e.bufferViews[t.bufferView],c=e.buffers[a.buffer].extras._pipeline.source,u=t.byteOffset+a.byteOffset+c.byteOffset,f=new DataView(c.buffer),d=new Array(o),p=d_(t.componentType);for(let g=0;g<r;++g){p(f,u,o,i,d);for(let m=0;m<o;++m)s[g*o+m]=d[m];u+=n}return s}var AR=PBe;function IBe(e){let t;return De.accessorWithSemantic(e,"JOINTS_0",function(n){let i=e.accessors[n];t=i.componentType,t===te.BYTE?CR(e,i,K.UNSIGNED_BYTE):t!==te.UNSIGNED_BYTE&&t!==te.UNSIGNED_SHORT&&CR(e,i,K.UNSIGNED_SHORT)}),De.accessorWithSemantic(e,"WEIGHTS_0",function(n){let i=e.accessors[n];t=i.componentType,t===te.BYTE?CR(e,i,K.UNSIGNED_BYTE):t===te.SHORT&&CR(e,i,K.UNSIGNED_SHORT)}),e}function CR(e,t,n){let i=K.createTypedArray(n,AR(e,t)),o=new Uint8Array(i.buffer);t.bufferView=yR(e,o),t.componentType=n,t.byteOffset=0}var xR=IBe;function OBe(e,t){return $C(e,t),t==="CESIUM_RTC"&&BBe(e),v8(e,t)}function BBe(e){De.technique(e,function(t){De.techniqueUniform(t,function(n){n.semantic==="CESIUM_RTC_MODELVIEW"&&(n.semantic="MODELVIEW")})})}function v8(e,t){if(Array.isArray(e)){let n=e.length;for(let i=0;i<n;++i)v8(e[i],t)}else if(e!==null&&typeof e=="object"&&e.constructor===Object){let n=e.extensions,i;l(n)&&(i=n[t],l(i)&&(delete n[t],Object.keys(n).length===0&&delete e.extensions));for(let o in e)Object.prototype.hasOwnProperty.call(e,o)&&v8(e[o],t);return i}}var tx=OBe;var TR={.8:kBe,"1.0":rRe,"2.0":void 0};function RBe(e,t){t=y(t,y.EMPTY_OBJECT);let n=t.targetVersion,i=e.version;e.asset=y(e.asset,{version:"1.0"}),e.asset.version=y(e.asset.version,"1.0"),i=y(i,e.asset.version).toString(),Object.prototype.hasOwnProperty.call(TR,i)||(l(i)&&(i=i.substring(0,3)),Object.prototype.hasOwnProperty.call(TR,i)||(i="1.0"));let o=TR[i];for(;l(o)&&i!==n;)o(e,t),i=e.asset.version,o=TR[i];return t.keepLegacyExtensions||(cRe(e),lRe(e)),e}function _$(e){let t=e.materials;for(let n in t)if(Object.prototype.hasOwnProperty.call(t,n)){let i=t[n],o=i.instanceTechnique;l(o)&&(i.technique=o.technique,i.values=o.values,delete i.instanceTechnique)}}function MBe(e){let t=e.meshes;for(let n in t)if(Object.prototype.hasOwnProperty.call(t,n)){let o=t[n].primitives;if(l(o)){let r=o.length;for(let s=0;s<r;++s){let a=o[s],c=y(a.primitive,te.TRIANGLES);a.mode=y(a.mode,c),delete a.primitive}}}}function LBe(e){let t=e.nodes,n=new h,i=new Be;for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o)){let r=t[o];if(l(r.rotation)){let a=r.rotation;h.fromArray(a,0,n),Be.fromAxisAngle(n,a[3],i),r.rotation=[i.x,i.y,i.z,i.w]}let s=r.instanceSkin;l(s)&&(r.skeletons=s.skeletons,r.skin=s.skin,r.meshes=s.meshes,delete r.instanceSkin)}}function FBe(e){let t=e.animations,n=e.accessors,i=e.bufferViews,o=e.buffers,r={},s=new h,a=new Be;for(let c in t)if(Object.prototype.hasOwnProperty.call(t,c)){let u=t[c],f=u.channels,d=u.parameters,p=u.samplers;if(l(f)){let g=f.length;for(let m=0;m<g;++m){let A=f[m];if(A.target.path==="rotation"){let C=d[p[A.sampler].output];if(l(r[C]))continue;r[C]=!0;let x=n[C],b=i[x.bufferView],S=o[b.buffer].extras._pipeline.source,D=S.byteOffset+b.byteOffset+x.byteOffset,v=x.componentType,O=x.count,R=gu(x.type),M=x.count*R,L=K.createArrayBufferView(v,S.buffer,D,M);for(let _=0;_<O;_++){let T=_*R;h.unpack(L,T,s);let w=L[T+3];Be.fromAxisAngle(s,w,a),Be.pack(a,L,T)}}}}}}function NBe(e){let t=e.techniques;for(let n in t)if(Object.prototype.hasOwnProperty.call(t,n)){let i=t[n],o=i.passes;if(l(o)){let r=y(i.pass,"defaultPass");if(Object.prototype.hasOwnProperty.call(o,r)){let s=o[r],a=s.instanceProgram;i.attributes=y(i.attributes,a.attributes),i.program=y(i.program,a.program),i.uniforms=y(i.uniforms,a.uniforms),i.states=y(i.states,s.states)}delete i.passes,delete i.pass}}}function kBe(e){l(e.asset)||(e.asset={});let t=e.asset;if(t.version="1.0",typeof t.profile=="string"){let n=t.profile.split(" ");t.profile={api:n[0],version:n[1]}}else t.profile={};if(l(e.version)&&delete e.version,_$(e),MBe(e),LBe(e),FBe(e),NBe(e),l(e.allExtensions)&&(e.extensionsUsed=e.allExtensions,delete e.allExtensions),l(e.lights)){let n=y(e.extensions,{});e.extensions=n;let i=y(n.KHR_materials_common,{});n.KHR_materials_common=i,i.lights=e.lights,delete e.lights,Df(e,"KHR_materials_common")}}function VBe(e){let t=e.animations;for(let n in t)if(Object.prototype.hasOwnProperty.call(t,n)){let i=t[n],o=i.parameters;if(l(o)){let r=i.samplers;for(let s in r)if(Object.prototype.hasOwnProperty.call(r,s)){let a=r[s];a.input=o[a.input],a.output=o[a.output]}delete i.parameters}}}function p$(e,t){let n=[];for(let i in e)if(Object.prototype.hasOwnProperty.call(e,i)){let o=e[i];t[i]=n.length,n.push(o),l(o.name)||(o.name=i)}return n}function UBe(e){let t,n={accessors:{},animations:{},buffers:{},bufferViews:{},cameras:{},images:{},materials:{},meshes:{},nodes:{},programs:{},samplers:{},scenes:{},shaders:{},skins:{},textures:{},techniques:{}},i,o={},r=e.nodes;for(let s in r)Object.prototype.hasOwnProperty.call(r,s)&&(i=r[s].jointName,l(i)&&(o[i]=s));for(let s in e)if(Object.prototype.hasOwnProperty.call(e,s)&&l(n[s])){let a={},c=e[s];e[s]=p$(c,a),n[s]=a}for(i in o)Object.prototype.hasOwnProperty.call(o,i)&&(o[i]=n.nodes[o[i]]);l(e.scene)&&(e.scene=n.scenes[e.scene]),De.bufferView(e,function(s){l(s.buffer)&&(s.buffer=n.buffers[s.buffer])}),De.accessor(e,function(s){l(s.bufferView)&&(s.bufferView=n.bufferViews[s.bufferView])}),De.shader(e,function(s){let a=s.extensions;if(l(a)){let c=a.KHR_binary_glTF;l(c)&&(s.bufferView=n.bufferViews[c.bufferView],delete a.KHR_binary_glTF),Object.keys(a).length===0&&delete s.extensions}}),De.program(e,function(s){l(s.vertexShader)&&(s.vertexShader=n.shaders[s.vertexShader]),l(s.fragmentShader)&&(s.fragmentShader=n.shaders[s.fragmentShader])}),De.technique(e,function(s){l(s.program)&&(s.program=n.programs[s.program]),De.techniqueParameter(s,function(a){l(a.node)&&(a.node=n.nodes[a.node]);let c=a.value;typeof c=="string"&&(a.value={index:n.textures[c]})})}),De.mesh(e,function(s){De.meshPrimitive(s,function(a){l(a.indices)&&(a.indices=n.accessors[a.indices]),De.meshPrimitiveAttribute(a,function(c,u){a.attributes[u]=n.accessors[c]}),l(a.material)&&(a.material=n.materials[a.material])})}),De.node(e,function(s){let a=s.children;if(l(a)){let c=a.length;for(t=0;t<c;++t)a[t]=n.nodes[a[t]]}if(l(s.meshes)){let c=s.meshes,u=c.length;if(u>0)for(s.mesh=n.meshes[c[0]],t=1;t<u;++t){let f={mesh:n.meshes[c[t]]},d=cs(e.nodes,f);l(a)||(a=[],s.children=a),a.push(d)}delete s.meshes}if(l(s.camera)&&(s.camera=n.cameras[s.camera]),l(s.skin)&&(s.skin=n.skins[s.skin]),l(s.skeletons)){let c=s.skeletons;if(c.length>0&&l(s.skin)){let f=e.skins[s.skin];f.skeleton=n.nodes[c[0]]}delete s.skeletons}l(s.jointName)&&delete s.jointName}),De.skin(e,function(s){l(s.inverseBindMatrices)&&(s.inverseBindMatrices=n.accessors[s.inverseBindMatrices]);let a=s.jointNames;if(l(a)){let c=[],u=a.length;for(t=0;t<u;++t)c[t]=o[a[t]];s.joints=c,delete s.jointNames}}),De.scene(e,function(s){let a=s.nodes;if(l(a)){let c=a.length;for(t=0;t<c;++t)a[t]=n.nodes[a[t]]}}),De.animation(e,function(s){let a={};s.samplers=p$(s.samplers,a),De.animationSampler(s,function(c){c.input=n.accessors[c.input],c.output=n.accessors[c.output]}),De.animationChannel(s,function(c){c.sampler=a[c.sampler];let u=c.target;l(u)&&(u.node=n.nodes[u.id],delete u.id)})}),De.material(e,function(s){l(s.technique)&&(s.technique=n.techniques[s.technique]),De.materialValue(s,function(c,u){typeof c=="string"&&(s.values[u]={index:n.textures[c]})});let a=s.extensions;if(l(a)){let c=a.KHR_materials_common;l(c)&&l(c.values)&&De.materialValue(c,function(u,f){typeof u=="string"&&(c.values[f]={index:n.textures[u]})})}}),De.image(e,function(s){let a=s.extensions;if(l(a)){let c=a.KHR_binary_glTF;l(c)&&(s.bufferView=n.bufferViews[c.bufferView],s.mimeType=c.mimeType,delete a.KHR_binary_glTF),Object.keys(a).length===0&&delete s.extensions}}),De.texture(e,function(s){l(s.sampler)&&(s.sampler=n.samplers[s.sampler]),l(s.source)&&(s.source=n.images[s.source])})}function zBe(e){De.animation(e,function(t){De.animationSampler(t,function(n){delete n.name})})}function HBe(e){for(let t in e)if(Object.prototype.hasOwnProperty.call(e,t)){let n=e[t];Array.isArray(n)&&n.length===0&&delete e[t]}De.node(e,function(t){l(t.children)&&t.children.length===0&&delete t.children})}function GBe(e){let t=e.asset;delete t.profile,delete t.premultipliedAlpha}var WBe={CESIUM_RTC:!0,KHR_materials_common:!0,WEB3D_quantized_attributes:!0};function jBe(e){let t=e.extensionsUsed;if(e.extensionsRequired=y(e.extensionsRequired,[]),l(t)){let n=t.length;for(let i=0;i<n;++i){let o=t[i];l(WBe[o])&&e.extensionsRequired.push(o)}}}function qBe(e){De.buffer(e,function(t){delete t.type})}function YBe(e){De.texture(e,function(t){delete t.format,delete t.internalFormat,delete t.target,delete t.type})}function XBe(e){De.mesh(e,function(t){De.meshPrimitive(t,function(n){De.meshPrimitiveAttribute(n,function(i,o){o==="TEXCOORD"?n.attributes.TEXCOORD_0=i:o==="COLOR"&&(n.attributes.COLOR_0=i)}),delete n.attributes.TEXCOORD,delete n.attributes.COLOR})}),De.technique(e,function(t){De.techniqueParameter(t,function(n){let i=n.semantic;l(i)&&(i==="TEXCOORD"?n.semantic="TEXCOORD_0":i==="COLOR"&&(n.semantic="COLOR_0"))})})}var KBe={POSITION:!0,NORMAL:!0,TANGENT:!0},JBe={COLOR:"COLOR",JOINT:"JOINTS",JOINTS:"JOINTS",TEXCOORD:"TEXCOORD",WEIGHT:"WEIGHTS",WEIGHTS:"WEIGHTS"};function ZBe(e){let t={};De.mesh(e,function(n){De.meshPrimitive(n,function(i){De.meshPrimitiveAttribute(i,function(o,r){if(r.charAt(0)!=="_"){let s=r.search(/_[0-9]+/g),a=r,c="_0";s>=0&&(a=r.substring(0,s),c=r.substring(s));let u,f=JBe[a];l(f)?(u=f+c,t[r]=u):l(KBe[a])||(u=`_${r}`,t[r]=u)}});for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o)){let r=t[o],s=i.attributes[o];l(s)&&(delete i.attributes[o],i.attributes[r]=s)}})}),De.technique(e,function(n){De.techniqueParameter(n,function(i){let o=t[i.semantic];l(o)&&(i.semantic=o)})})}function QBe(e){De.camera(e,function(t){let n=t.perspective;if(l(n)){let i=n.aspectRatio;l(i)&&i===0&&delete n.aspectRatio;let o=n.yfov;l(o)&&o===0&&(n.yfov=1)}})}function P8(e,t){return l(t.byteStride)&&t.byteStride!==0?t.byteStride:wl(e,t)}function $Be(e){De.buffer(e,function(t){l(t.byteLength)||(t.byteLength=t.extras._pipeline.source.length)}),De.accessor(e,function(t){let n=t.bufferView;if(l(n)){let i=e.bufferViews[n],o=P8(e,t),r=t.byteOffset+t.count*o;i.byteLength=Math.max(y(i.byteLength,0),r)}})}function eRe(e){let t,n,i,o=e.bufferViews,r={};De.accessorContainingVertexAttributeData(e,function(a){let c=e.accessors[a];l(c.bufferView)&&(r[c.bufferView]=!0)});let s={};De.accessor(e,function(a){l(a.bufferView)&&(s[a.bufferView]=y(s[a.bufferView],[]),s[a.bufferView].push(a))});for(let a in s)if(Object.prototype.hasOwnProperty.call(s,a)){i=o[a];let c=s[a];c.sort(function(p,g){return p.byteOffset-g.byteOffset});let u=0,f=0,d=c.length;for(t=0;t<d;++t){let p=c[t],g=P8(e,p),m=p.byteOffset,A=p.count*g;delete p.byteStride;let C=t<d-1,x=C?P8(e,c[t+1]):void 0;if(g!==x){let b=$e(i,!0);r[a]&&(b.byteStride=g),b.byteOffset+=u,b.byteLength=m+A-u;let E=cs(o,b);for(n=f;n<=t;++n)p=c[n],p.bufferView=E,p.byteOffset=p.byteOffset-u;u=C?c[t+1].byteOffset:void 0,f=t+1}}}gR(e,["accessor","bufferView","buffer"])}function tRe(e){De.accessorWithSemantic(e,"POSITION",function(t){let n=e.accessors[t];if(!l(n.min)||!l(n.max)){let i=ex(e,n);n.min=i.min,n.max=i.max}})}function g$(e){return(!l(e.children)||e.children.length===0)&&(!l(e.meshes)||e.meshes.length===0)&&!l(e.camera)&&!l(e.skin)&&!l(e.skeletons)&&!l(e.jointName)&&(!l(e.translation)||h.fromArray(e.translation).equals(h.ZERO))&&(!l(e.scale)||h.fromArray(e.scale).equals(new h(1,1,1)))&&(!l(e.rotation)||se.fromArray(e.rotation).equals(new se(0,0,0,1)))&&(!l(e.matrix)||F.fromColumnMajorArray(e.matrix).equals(F.IDENTITY))&&!l(e.extensions)&&!l(e.extras)}function y$(e,t){De.scene(e,function(n){let i=n.nodes;if(l(i)){let o=i.length;for(let r=o;r>=0;--r)if(i[r]===t){i.splice(r,1);return}}}),De.node(e,function(n,i){if(l(n.children)){let o=n.children.indexOf(t);o>-1&&(n.children.splice(o,1),g$(n)&&y$(e,i))}}),delete e.nodes[t]}function nRe(e){return De.node(e,function(t,n){g$(t)&&y$(e,n)}),e}function iRe(e){De.animation(e,function(t){De.animationSampler(t,function(n){let i=e.accessors[n.input];if(!l(i.min)||!l(i.max)){let o=ex(e,i);i.min=o.min,i.max=o.max}})})}function oRe(e){De.accessor(e,function(t){if(l(t.min)||l(t.max)){let n=ex(e,t);l(t.min)&&(t.min=n.min),l(t.max)&&(t.max=n.max)}})}function rRe(e){e.asset=y(e.asset,{}),e.asset.version="2.0",_$(e),VBe(e),nRe(e),UBe(e),zBe(e),GBe(e),jBe(e),$Be(e),eRe(e),tRe(e),iRe(e),oRe(e),qBe(e),YBe(e),XBe(e),ZBe(e),xR(e),QBe(e),mR(e),_R(e),HBe(e)}var sRe=["u_tex","u_diffuse","u_emission"],aRe=["u_diffuse"];function I8(e){e.pbrMetallicRoughness=l(e.pbrMetallicRoughness)?e.pbrMetallicRoughness:{},e.pbrMetallicRoughness.roughnessFactor=1,e.pbrMetallicRoughness.metallicFactor=0}function ER(e){return l(e.index)}function bR(e){return Array.isArray(e)&&e.length===4}function A$(e){let t=new Array(4);t[3]=e[3];for(let n=0;n<3;n++){let i=e[n];i<=.04045?t[n]=e[n]*.07739938080495357:t[n]=Math.pow((i+.055)*.9478672985781991,2.4)}return t}function cRe(e){De.material(e,function(t){De.materialValue(t,function(n,i){sRe.indexOf(i)!==-1&&ER(n)?(I8(t),t.pbrMetallicRoughness.baseColorTexture=n):aRe.indexOf(i)!==-1&&bR(n)&&(I8(t),t.pbrMetallicRoughness.baseColorFactor=A$(n))})}),tx(e,"KHR_techniques_webgl"),tx(e,"KHR_blend")}function lRe(e){De.material(e,function(t){let n=y(t.extensions,y.EMPTY_OBJECT).KHR_materials_common;if(l(n)){n.technique==="CONSTANT"&&(Df(e,"KHR_materials_unlit"),t.extensions=l(t.extensions)?t.extensions:{},t.extensions.KHR_materials_unlit={});let o=l(n.values)?n.values:{},r=o.ambient,s=o.diffuse,a=o.emission,c=o.transparency,u=n.doubleSided,f=n.transparent;I8(t),l(r)&&(bR(r)?t.emissiveFactor=r.slice(0,3):ER(r)&&(t.emissiveTexture=r)),l(s)&&(bR(s)?t.pbrMetallicRoughness.baseColorFactor=A$(s):ER(s)&&(t.pbrMetallicRoughness.baseColorTexture=s)),l(u)&&(t.doubleSided=u),l(a)&&(bR(a)?t.emissiveFactor=a.slice(0,3):ER(a)&&(t.emissiveTexture=a)),l(c)&&(l(t.pbrMetallicRoughness.baseColorFactor)?t.pbrMetallicRoughness.baseColorFactor[3]*=c:t.pbrMetallicRoughness.baseColorFactor=[1,1,1,c]),l(f)&&(t.alphaMode=f?"BLEND":"OPAQUE")}}),tx(e,"KHR_materials_common")}var SR=RBe;function h_(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceCache,n=e.gltfResource,i=e.baseResource,o=e.typedArray,r=e.gltfJson,s=e.cacheKey;this._resourceCache=t,this._gltfResource=n,this._baseResource=i,this._typedArray=o,this._gltfJson=r,this._cacheKey=s,this._gltf=void 0,this._bufferLoaders=[],this._state=Nt.UNLOADED,this._promise=void 0}l(Object.create)&&(h_.prototype=Object.create(to.prototype),h_.prototype.constructor=h_);Object.defineProperties(h_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},gltf:{get:function(){return this._gltf}}});h_.prototype.load=function(){this._state=Nt.LOADING;let e;l(this._gltfJson)?e=C$(this,this._gltfJson):l(this._typedArray)?e=x$(this,this._typedArray):e=uRe(this);let t=this;return this._promise=e.then(function(n){if(!t.isDestroyed())return t._gltf=n,t._state=Nt.READY,t}).catch(function(n){if(!t.isDestroyed())return fRe(t,n)}),this._promise};function uRe(e){return e._fetchGltf().then(function(t){if(e.isDestroyed())return;let n=new Uint8Array(t);return x$(e,n)})}function fRe(e,t){e.unload(),e._state=Nt.FAILED;let n=`Failed to load glTF: ${e._gltfResource.url}`;return Promise.reject(e.getError(n,t))}function dRe(e,t){if(l(t.asset)&&t.asset.version==="2.0"&&!pr(t,"KHR_techniques_webgl")&&!pr(t,"KHR_materials_common"))return Promise.resolve();let n=[];return De.buffer(t,function(i){if(!l(i.extras._pipeline.source)&&l(i.uri)){let o=e._baseResource.getDerivedResource({url:i.uri}),s=e._resourceCache.loadExternalBuffer({resource:o});e._bufferLoaders.push(s),n.push(s.promise.then(function(a){i.extras._pipeline.source=a.typedArray}))}}),Promise.all(n).then(function(){SR(t)})}function hRe(e){let t=[];return De.buffer(e,function(n){let i=n.uri;!l(n.extras._pipeline.source)&&l(i)&&Mp(i)&&(delete n.uri,t.push(Pe.fetchArrayBuffer(i).then(function(o){n.extras._pipeline.source=new Uint8Array(o)})))}),Promise.all(t)}function mRe(e,t){let n=[];return De.buffer(t,function(i,o){let r=i.extras._pipeline.source;if(l(r)&&!l(i.uri)){let a=e._resourceCache.loadEmbeddedBuffer({parentResource:e._gltfResource,bufferId:o,typedArray:r});e._bufferLoaders.push(a),n.push(a.promise)}}),Promise.all(n)}function C$(e,t){return Y0(t),hRe(t).then(function(){return dRe(e,t)}).then(function(){return cR(t),mRe(e,t)}).then(function(){return hR(t),t})}function x$(e,t){let n;return Kd(t)==="glTF"?n=fR(t):n=Jo(t),C$(e,n)}h_.prototype.unload=function(){let e=this._bufferLoaders,t=e.length;for(let n=0;n<t;++n)this._resourceCache.unload(e[n]);this._bufferLoaders.length=0,this._gltf=void 0};h_.prototype._fetchGltf=function(){return this._gltfResource.fetchArrayBuffer()};var bS=h_;var pRe={OPAQUE:"OPAQUE",MASK:"MASK",BLEND:"BLEND"},Dm=Object.freeze(pRe);var Ro={};function _Re(){this.octEncoded=!1,this.octEncodedZXY=!1,this.normalizationRange=void 0,this.quantizedVolumeOffset=void 0,this.quantizedVolumeDimensions=void 0,this.quantizedVolumeStepSize=void 0,this.componentDatatype=void 0,this.type=void 0}function gRe(){this.name=void 0,this.semantic=void 0,this.setIndex=void 0,this.componentDatatype=void 0,this.type=void 0,this.normalized=!1,this.count=void 0,this.min=void 0,this.max=void 0,this.constant=void 0,this.quantization=void 0,this.typedArray=void 0,this.buffer=void 0,this.byteOffset=0,this.byteStride=void 0}function yRe(){this.indexDatatype=void 0,this.count=void 0,this.buffer=void 0,this.typedArray=void 0}function ARe(){this.featureCount=void 0,this.nullFeatureId=void 0,this.propertyTableId=void 0,this.setIndex=void 0,this.label=void 0,this.positionalLabel=void 0}function CRe(){this.featureCount=void 0,this.nullFeatureId=void 0,this.propertyTableId=void 0,this.offset=0,this.repeat=void 0,this.label=void 0,this.positionalLabel=void 0}function xRe(){this.featureCount=void 0,this.nullFeatureId=void 0,this.propertyTableId=void 0,this.textureReader=void 0,this.label=void 0,this.positionalLabel=void 0}function TRe(){this.attributes=[]}function ERe(){this.attributes=[],this.morphTargets=[],this.indices=void 0,this.material=void 0,this.primitiveType=void 0,this.featureIds=[],this.propertyTextureIds=[],this.propertyAttributeIds=[],this.outlineCoordinates=void 0}function bRe(){this.attributes=[],this.featureIds=[],this.transformInWorldSpace=!1}function SRe(){this.index=void 0,this.joints=[],this.inverseBindMatrices=[]}function wRe(){this.name=void 0,this.index=void 0,this.children=[],this.primitives=[],this.instances=void 0,this.skin=void 0,this.matrix=void 0,this.translation=void 0,this.rotation=void 0,this.scale=void 0,this.morphWeights=[],this.articulationName=void 0}function DRe(){this.nodes=[]}var vRe={TRANSLATION:"translation",ROTATION:"rotation",SCALE:"scale",WEIGHTS:"weights"};function PRe(){this.input=[],this.interpolation=void 0,this.output=[]}function IRe(){this.node=void 0,this.path=void 0}function ORe(){this.sampler=void 0,this.target=void 0}function BRe(){this.name=void 0,this.samplers=[],this.channels=[]}function RRe(){this.name=void 0,this.type=void 0,this.minimumValue=void 0,this.maximumValue=void 0,this.initialValue=void 0}function MRe(){this.name=void 0,this.stages=[]}function T$(){this.credits=[]}function LRe(){this.asset=new T$,this.scene=void 0,this.nodes=[],this.skins=[],this.animations=[],this.articulations=[],this.structuralMetadata=void 0,this.upAxis=void 0,this.forwardAxis=void 0,this.transform=F.clone(F.IDENTITY)}function FRe(){this.texture=void 0,this.index=void 0,this.texCoord=0,this.transform=Q.clone(Q.IDENTITY),this.channels=void 0}function m_(){this.baseColorTexture=void 0,this.metallicRoughnessTexture=void 0,this.baseColorFactor=se.clone(m_.DEFAULT_BASE_COLOR_FACTOR),this.metallicFactor=m_.DEFAULT_METALLIC_FACTOR,this.roughnessFactor=m_.DEFAULT_ROUGHNESS_FACTOR}m_.DEFAULT_BASE_COLOR_FACTOR=se.ONE;m_.DEFAULT_METALLIC_FACTOR=1;m_.DEFAULT_ROUGHNESS_FACTOR=1;function X0(){this.diffuseTexture=void 0,this.specularGlossinessTexture=void 0,this.diffuseFactor=se.clone(X0.DEFAULT_DIFFUSE_FACTOR),this.specularFactor=h.clone(X0.DEFAULT_SPECULAR_FACTOR),this.glossinessFactor=X0.DEFAULT_GLOSSINESS_FACTOR}X0.DEFAULT_DIFFUSE_FACTOR=se.ONE;X0.DEFAULT_SPECULAR_FACTOR=h.ONE;X0.DEFAULT_GLOSSINESS_FACTOR=1;function O8(){this.metallicRoughness=new m_,this.specularGlossiness=void 0,this.emissiveTexture=void 0,this.normalTexture=void 0,this.occlusionTexture=void 0,this.emissiveFactor=h.clone(O8.DEFAULT_EMISSIVE_FACTOR),this.alphaMode=Dm.OPAQUE,this.alphaCutoff=.5,this.doubleSided=!1,this.unlit=!1}O8.DEFAULT_EMISSIVE_FACTOR=h.ZERO;Ro.Quantization=_Re;Ro.Attribute=gRe;Ro.Indices=yRe;Ro.FeatureIdAttribute=ARe;Ro.FeatureIdTexture=xRe;Ro.FeatureIdImplicitRange=CRe;Ro.MorphTarget=TRe;Ro.Primitive=ERe;Ro.Instances=bRe;Ro.Skin=SRe;Ro.Node=wRe;Ro.Scene=DRe;Ro.AnimatedPropertyType=Object.freeze(vRe);Ro.AnimationSampler=PRe;Ro.AnimationTarget=IRe;Ro.AnimationChannel=ORe;Ro.Animation=BRe;Ro.ArticulationStage=RRe;Ro.Articulation=MRe;Ro.Asset=T$;Ro.Components=LRe;Ro.TextureReader=FRe;Ro.MetallicRoughness=m_;Ro.SpecularGlossiness=X0;Ro.Material=O8;var St=Ro;var wR={};wR.getImageIdFromTexture=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.textureId,i=e.supportedImageFormats,o=t.textures[n],r=o.extensions;if(l(r)){if(i.webp&&l(r.EXT_texture_webp))return r.EXT_texture_webp.source;if(i.basis&&l(r.KHR_texture_basisu))return r.KHR_texture_basisu.source}return o.source};wR.createSampler=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.textureInfo,i=y(e.compressedTextureNoMipmap,!1),o=In.REPEAT,r=In.REPEAT,s=cn.LINEAR,a=Qi.LINEAR,c=n.index,f=t.textures[c].sampler;if(l(f)){let g=t.samplers[f];o=y(g.wrapS,o),r=y(g.wrapT,r),s=y(g.minFilter,s),a=y(g.magFilter,a)}let d=!1,p=n.extensions;return l(p)&&l(p.KHR_texture_transform)&&(d=!0),(i||d)&&s!==cn.LINEAR&&s!==cn.NEAREST&&(s===cn.NEAREST_MIPMAP_NEAREST||s===cn.NEAREST_MIPMAP_LINEAR?s=cn.NEAREST:s=cn.LINEAR),new dn({wrapS:o,wrapT:r,minificationFilter:s,magnificationFilter:a})};var NRe=new H(1,1);wR.createModelTextureReader=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.textureInfo,n=e.channels,i=e.texture,o=y(t.texCoord,0),r,s=y(t.extensions,y.EMPTY_OBJECT).KHR_texture_transform;if(l(s)){o=y(s.texCoord,o);let c=l(s.offset)?H.unpack(s.offset):H.ZERO,u=y(s.rotation,0),f=l(s.scale)?H.unpack(s.scale):NRe;u=-u,r=new Q(Math.cos(u)*f.x,-Math.sin(u)*f.y,c.x,Math.sin(u)*f.x,Math.cos(u)*f.y,c.y,0,0,1)}let a=new St.TextureReader;return a.index=t.index,a.texture=i,a.texCoord=o,a.transform=r,a.channels=n,a};var Dl=wR;function kRe(e){let t=document.createElement("canvas");return t.width=I.nextPowerOfTwo(e.width),t.height=I.nextPowerOfTwo(e.height),t.getContext("2d").drawImage(e,0,0,e.width,e.height,0,0,t.width,t.height),t}var K0=kRe;function p_(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceCache,n=e.gltf,i=e.textureInfo,o=e.gltfResource,r=e.baseResource,s=e.supportedImageFormats,a=e.cacheKey,c=y(e.asynchronous,!0),u=i.index,f=Dl.getImageIdFromTexture({gltf:n,textureId:u,supportedImageFormats:s});this._resourceCache=t,this._gltf=n,this._textureInfo=i,this._imageId=f,this._gltfResource=o,this._baseResource=r,this._cacheKey=a,this._asynchronous=c,this._imageLoader=void 0,this._image=void 0,this._mipLevels=void 0,this._texture=void 0,this._state=Nt.UNLOADED,this._promise=void 0,this._process=function(d,p){}}l(Object.create)&&(p_.prototype=Object.create(to.prototype),p_.prototype.constructor=p_);Object.defineProperties(p_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},texture:{get:function(){return this._texture}}});var VRe=new B8;p_.prototype.load=function(){let t=this._resourceCache.loadImage({gltf:this._gltf,imageId:this._imageId,gltfResource:this._gltfResource,baseResource:this._baseResource});this._imageLoader=t,this._state=Nt.LOADING;let n=this,i=new Promise(function(o){n._process=function(r,s){if(l(r._texture)||!l(r._image))return;let a;if(r._asynchronous){let c=VRe;if(c.set(r._gltf,r._textureInfo,r._image,r._mipLevels,s.context),!s.jobScheduler.execute(c,ga.TEXTURE))return;a=c.texture}else a=E$(r._gltf,r._textureInfo,r._image,r._mipLevels,s.context);r.unload(),r._texture=a,r._state=Nt.READY,o(r)}});return this._promise=t.promise.then(function(){if(!n.isDestroyed())return n._image=t.image,n._mipLevels=t.mipLevels,n._state=Nt.PROCESSING,i}).catch(function(o){if(n.isDestroyed())return;n.unload(),n._state=Nt.FAILED;let r="Failed to load texture";return Promise.reject(n.getError(r,o))}),this._promise};function B8(){this.gltf=void 0,this.textureInfo=void 0,this.image=void 0,this.context=void 0,this.texture=void 0}B8.prototype.set=function(e,t,n,i,o){this.gltf=e,this.textureInfo=t,this.image=n,this.mipLevels=i,this.context=o};B8.prototype.execute=function(){this.texture=E$(this.gltf,this.textureInfo,this.image,this.mipLevels,this.context)};function E$(e,t,n,i,o){let r=n.internalFormat,s=!1;ft.isCompressedFormat(r)&&!l(i)&&(s=!0);let a=Dl.createSampler({gltf:e,textureInfo:t,compressedTextureNoMipmap:s}),c=a.minificationFilter,u=a.wrapS,f=a.wrapT,d=c===cn.NEAREST_MIPMAP_NEAREST||c===cn.NEAREST_MIPMAP_LINEAR||c===cn.LINEAR_MIPMAP_NEAREST||c===cn.LINEAR_MIPMAP_LINEAR,p=!l(r)&&d,g=p||u===In.REPEAT||u===In.MIRRORED_REPEAT||f===In.REPEAT||f===In.MIRRORED_REPEAT,m=!I.isPowerOfTwo(n.width)||!I.isPowerOfTwo(n.height),A=g&&m,C;return l(r)?(!o.webgl2&&ft.isCompressedFormat(r)&&m&&g&&console.warn("Compressed texture uses REPEAT or MIRRORED_REPEAT texture wrap mode and dimensions are not powers of two. The texture may be rendered incorrectly."),C=Rt.create({context:o,source:{arrayBufferView:n.bufferView,mipLevels:i},width:n.width,height:n.height,pixelFormat:n.internalFormat,sampler:a})):(A&&(n=K0(n)),C=Rt.create({context:o,source:n,sampler:a,flipY:!1,skipColorSpaceConversion:!0})),p&&C.generateMipmap(),C}p_.prototype.process=function(e){return this._process(this,e)};p_.prototype.unload=function(){l(this._texture)&&this._texture.destroy(),l(this._imageLoader)&&this._resourceCache.unload(this._imageLoader),this._imageLoader=void 0,this._image=void 0,this._mipLevels=void 0,this._texture=void 0,this._gltf=void 0};var SS=p_;function __(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceCache,n=e.gltf,i=e.gltfResource,o=e.baseResource,r=e.bufferViewId,s=e.draco,a=e.attributeSemantic,c=e.accessorId,u=e.cacheKey,f=y(e.asynchronous,!0),d=y(e.loadBuffer,!1),p=y(e.loadTypedArray,!1);this._resourceCache=t,this._gltfResource=i,this._baseResource=o,this._gltf=n,this._bufferViewId=r,this._draco=s,this._attributeSemantic=a,this._accessorId=c,this._cacheKey=u,this._asynchronous=f,this._loadBuffer=d,this._loadTypedArray=p,this._bufferViewLoader=void 0,this._dracoLoader=void 0,this._quantization=void 0,this._typedArray=void 0,this._buffer=void 0,this._state=Nt.UNLOADED,this._promise=void 0,this._process=function(g,m){}}l(Object.create)&&(__.prototype=Object.create(to.prototype),__.prototype.constructor=__);Object.defineProperties(__.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},buffer:{get:function(){return this._buffer}},typedArray:{get:function(){return this._typedArray}},quantization:{get:function(){return this._quantization}}});__.prototype.load=function(){let e;l(this._draco)?e=zRe(this):e=HRe(this);let t=this,n=new R8,i=new Promise(function(o){t._process=function(r,s){if(r._state===Nt.READY)return;let a=r._typedArray;if(l(r._dracoLoader)&&r._dracoLoader.process(s),l(r._bufferViewLoader)&&r._bufferViewLoader.process(s),!l(a))return;let c;if(r._loadBuffer&&r._asynchronous){let u=n;if(u.set(a,s.context),!s.jobScheduler.execute(u,ga.BUFFER))return;c=u.buffer}else r._loadBuffer&&(c=b$(a,s.context));r.unload(),r._buffer=c,r._typedArray=r._loadTypedArray?a:void 0,r._state=Nt.READY,o(r)}});return this._promise=e.then(function(){if(!t.isDestroyed())return i}).catch(function(o){if(!t.isDestroyed())return GRe(t,o)}),this._promise};function URe(e,t,n,i){let r=(1<<e.quantizationBits)-1,s=1/r,a=new St.Quantization;if(a.componentDatatype=t,a.octEncoded=e.octEncoded,a.octEncodedZXY=!0,a.type=i,a.octEncoded)a.type=$t.VEC2,a.normalizationRange=r;else{let c=$t.getMathType(i);if(c===Number){let u=e.range;a.quantizedVolumeOffset=e.minValues[0],a.quantizedVolumeDimensions=u,a.normalizationRange=r,a.quantizedVolumeStepSize=u*s}else{a.quantizedVolumeOffset=c.unpack(e.minValues),a.normalizationRange=c.unpack(new Array(n).fill(r));let u=new Array(n).fill(e.range);a.quantizedVolumeDimensions=c.unpack(u);let f=u.map(function(d){return d*s});a.quantizedVolumeStepSize=c.unpack(f)}}return a}function zRe(e){let n=e._resourceCache.loadDraco({gltf:e._gltf,draco:e._draco,gltfResource:e._gltfResource,baseResource:e._baseResource});return e._dracoLoader=n,e._state=Nt.LOADING,n.promise.then(function(){if(e.isDestroyed())return;let i=n.decodedData.vertexAttributes,o=e._attributeSemantic,r=i[o],s=e._accessorId,c=e._gltf.accessors[s].type,u=r.array,f=r.data.quantization;return l(f)&&(e._quantization=URe(f,r.data.componentDatatype,r.data.componentsPerAttribute,c)),e._typedArray=new Uint8Array(u.buffer,u.byteOffset,u.byteLength),e._state=Nt.PROCESSING,e})}function HRe(e){let n=e._resourceCache.loadBufferView({gltf:e._gltf,bufferViewId:e._bufferViewId,gltfResource:e._gltfResource,baseResource:e._baseResource});return e._state=Nt.LOADING,e._bufferViewLoader=n,n.promise.then(function(){if(!e.isDestroyed())return e._typedArray=n.typedArray,e._state=Nt.PROCESSING,e})}function GRe(e,t){e.unload(),e._state=Nt.FAILED;let n="Failed to load vertex buffer";return t=e.getError(n,t),Promise.reject(t)}function R8(){this.typedArray=void 0,this.context=void 0,this.buffer=void 0}R8.prototype.set=function(e,t){this.typedArray=e,this.context=t};R8.prototype.execute=function(){this.buffer=b$(this.typedArray,this.context)};function b$(e,t){let n=rt.createVertexBuffer({typedArray:e,context:t,usage:Le.STATIC_DRAW});return n.vertexArrayDestroyable=!1,n}__.prototype.process=function(e){return this._process(this,e)};__.prototype.unload=function(){l(this._buffer)&&this._buffer.destroy();let e=this._resourceCache;l(this._bufferViewLoader)&&e.unload(this._bufferViewLoader),l(this._dracoLoader)&&e.unload(this._dracoLoader),this._bufferViewLoader=void 0,this._dracoLoader=void 0,this._typedArray=void 0,this._buffer=void 0,this._gltf=void 0};var wS=__;function M8(e){e=y(e,y.EMPTY_OBJECT);let t=e.id,n=e.class,i={},o={};for(let r in n.properties)if(n.properties.hasOwnProperty(r)){let s=new j0({id:r,property:n.properties[r],enums:e.enums});i[r]=s,l(s.semantic)&&(o[s.semantic]=s)}this._properties=i,this._propertiesBySemantic=o,this._id=t,this._name=n.name,this._description=n.description,this._extras=n.extras,this._extensions=n.extensions}Object.defineProperties(M8.prototype,{properties:{get:function(){return this._properties}},propertiesBySemantic:{get:function(){return this._propertiesBySemantic}},id:{get:function(){return this._id}},name:{get:function(){return this._name}},description:{get:function(){return this._description}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});M8.BATCH_TABLE_CLASS_NAME="_batchTable";var Qd=M8;function S$(e){this._value=e.value,this._name=e.name,this._description=e.description,this._extras=e.extras,this._extensions=e.extensions}Object.defineProperties(S$.prototype,{value:{get:function(){return this._value}},name:{get:function(){return this._name}},description:{get:function(){return this._description}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});var DR=S$;function w$(e){e=y(e,y.EMPTY_OBJECT);let t=e.id,n=e.enum,i={},o={},r=n.values.map(function(a){return i[a.value]=a.name,o[a.name]=a.value,new DR(a)}),s=y(wn[n.valueType],wn.UINT16);this._values=r,this._namesByValue=i,this._valuesByName=o,this._valueType=s,this._id=t,this._name=n.name,this._description=n.description,this._extras=n.extras,this._extensions=n.extensions}Object.defineProperties(w$.prototype,{values:{get:function(){return this._values}},namesByValue:{get:function(){return this._namesByValue}},valuesByName:{get:function(){return this._valuesByName}},valueType:{get:function(){return this._valueType}},id:{get:function(){return this._id}},name:{get:function(){return this._name}},description:{get:function(){return this._description}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});var vR=w$;function D$(e){let t={};if(l(e.enums))for(let i in e.enums)e.enums.hasOwnProperty(i)&&(t[i]=new vR({id:i,enum:e.enums[i]}));let n={};if(l(e.classes))for(let i in e.classes)e.classes.hasOwnProperty(i)&&(n[i]=new Qd({id:i,class:e.classes[i],enums:t}));this._classes=n,this._enums=t,this._id=e.id,this._name=e.name,this._description=e.description,this._version=e.version,this._extras=e.extras,this._extensions=e.extensions}Object.defineProperties(D$.prototype,{classes:{get:function(){return this._classes}},enums:{get:function(){return this._enums}},id:{get:function(){return this._id}},name:{get:function(){return this._name}},description:{get:function(){return this._description}},version:{get:function(){return this._version}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});var $d=D$;function J0(e){e=y(e,y.EMPTY_OBJECT);let t=e.schema,n=e.resource,i=e.cacheKey;this._schema=l(t)?new $d(t):void 0,this._resource=n,this._cacheKey=i,this._state=Nt.UNLOADED,this._promise=void 0}l(Object.create)&&(J0.prototype=Object.create(to.prototype),J0.prototype.constructor=J0);Object.defineProperties(J0.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},schema:{get:function(){return this._schema}}});J0.prototype.load=function(){return l(this._schema)?this._promise=Promise.resolve(this):this._promise=WRe(this),this._promise};function WRe(e){let t=e._resource;return e._state=Nt.LOADING,t.fetchJson().then(function(n){if(!e.isDestroyed())return e._schema=new $d(n),e._state=Nt.READY,e}).catch(function(n){if(e.isDestroyed())return;e._state=Nt.FAILED;let i=`Failed to load schema: ${t.url}`;return Promise.reject(e.getError(i,n))})}J0.prototype.unload=function(){this._schema=void 0};var DS=J0;var vf={};function vS(e){return Rp(e.url)}function PR(e){let t=e.byteOffset,n=e.byteLength;if(Ui(e,"EXT_meshopt_compression")){let i=e.extensions.EXT_meshopt_compression;t=y(i.byteOffset,0),n=i.byteLength}return`${t}-${t+n}`}function jRe(e,t){let n=t.byteOffset+e.byteOffset,i=e.componentType,o=e.type,r=e.count;return`${n}-${i}-${o}-${r}`}function v$(e){return vS(e)}function P$(e,t){return`${vS(e)}-buffer-id-${t}`}function PS(e,t,n,i){if(l(e.uri)){let o=i.getDerivedResource({url:e.uri});return v$(o)}return P$(n,t)}function L8(e,t,n,i){let o=t.bufferView,r=e.bufferViews[o],s=r.buffer,a=e.buffers[s],c=PS(a,s,n,i),u=PR(r);return`${c}-range-${u}`}function I$(e,t,n,i){let o=e.images[t],r=o.bufferView,s=o.uri;if(l(s)){let p=i.getDerivedResource({url:s});return vS(p)}let a=e.bufferViews[r],c=a.buffer,u=e.buffers[c],f=PS(u,c,n,i),d=PR(a);return`${f}-range-${d}`}function qRe(e,t){let n=Dl.createSampler({gltf:e,textureInfo:t});return`${n.wrapS}-${n.wrapT}-${n.minificationFilter}-${n.magnificationFilter}`}vf.getSchemaCacheKey=function(e){let t=e.schema,n=e.resource;return l(t)?`embedded-schema:${JSON.stringify(t)}`:`external-schema:${vS(n)}`};vf.getExternalBufferCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.resource;return`external-buffer:${v$(t)}`};vf.getEmbeddedBufferCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.parentResource,n=e.bufferId;return`embedded-buffer:${P$(t,n)}`};vf.getGltfCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltfResource;return`gltf:${vS(t)}`};vf.getBufferViewCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.bufferViewId,i=e.gltfResource,o=e.baseResource,r=t.bufferViews[n],s=r.buffer,a=t.buffers[s];Ui(r,"EXT_meshopt_compression")&&(s=r.extensions.EXT_meshopt_compression.buffer);let c=PS(a,s,i,o),u=PR(r);return`buffer-view:${c}-range-${u}`};vf.getDracoCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.draco,i=e.gltfResource,o=e.baseResource;return`draco:${L8(t,n,i,o)}`};vf.getVertexBufferCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.gltfResource,i=e.baseResource,o=e.frameState,r=e.bufferViewId,s=e.draco,a=e.attributeSemantic,c=y(e.dequantize,!1),u=y(e.loadBuffer,!1),f=y(e.loadTypedArray,!1),d="";if(c&&(d+="-dequantize"),u&&(d+="-buffer",d+=`-context-${o.context.id}`),f&&(d+="-typed-array"),l(s))return`vertex-buffer:${L8(t,s,n,i)}-draco-${a}${d}`;let p=t.bufferViews[r],g=p.buffer,m=t.buffers[g],A=PS(m,g,n,i),C=PR(p);return`vertex-buffer:${A}-range-${C}${d}`};vf.getIndexBufferCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.accessorId,i=e.gltfResource,o=e.baseResource,r=e.frameState,s=e.draco,a=y(e.loadBuffer,!1),c=y(e.loadTypedArray,!1),u="";if(a&&(u+="-buffer",u+=`-context-${r.context.id}`),c&&(u+="-typed-array"),l(s))return`index-buffer:${L8(t,s,i,o)}-draco${u}`;let f=t.accessors[n],d=f.bufferView,p=t.bufferViews[d],g=p.buffer,m=t.buffers[g],A=PS(m,g,i,o),C=jRe(f,p);return`index-buffer:${A}-accessor-${C}${u}`};vf.getImageCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.imageId,i=e.gltfResource,o=e.baseResource;return`image:${I$(t,n,i,o)}`};vf.getTextureCacheKey=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.textureInfo,i=e.gltfResource,o=e.baseResource,r=e.supportedImageFormats,s=e.frameState,a=n.index,c=Dl.getImageIdFromTexture({gltf:t,textureId:a,supportedImageFormats:r}),u=I$(t,c,i,o),f=qRe(t,n);return`texture:${u}-sampler-${f}-context-${s.context.id}`};var vl=vf;function IS(){this.geometryByteLength=0,this.texturesByteLength=0,this._geometrySizes={},this._textureSizes={}}IS.prototype.clear=function(){this.geometryByteLength=0,this.texturesByteLength=0,this._geometrySizes={},this._textureSizes={}};IS.prototype.addGeometryLoader=function(e){let t=e.cacheKey;if(this._geometrySizes.hasOwnProperty(t))return;this._geometrySizes[t]=0;let n=this;return e.promise.then(function(i){if(!n._geometrySizes.hasOwnProperty(t))return;let o=i.buffer,r=i.typedArray,s=0;l(o)&&(s+=o.sizeInBytes),l(r)&&(s+=r.byteLength),n.geometryByteLength+=s,n._geometrySizes[t]=s}).catch(function(){delete n._geometrySizes[t]})};IS.prototype.addTextureLoader=function(e){let t=e.cacheKey;if(this._textureSizes.hasOwnProperty(t))return;this._textureSizes[t]=0;let n=this;return e.promise.then(function(i){if(!n._textureSizes.hasOwnProperty(t))return;let o=i.texture.sizeInBytes;n.texturesByteLength+=i.texture.sizeInBytes,n._textureSizes[t]=o}).catch(function(){delete n._textureSizes[t]})};IS.prototype.removeLoader=function(e){let t=e.cacheKey,n=this._geometrySizes[t];delete this._geometrySizes[t],l(n)&&(this.geometryByteLength-=n);let i=this._textureSizes[t];delete this._textureSizes[t],l(i)&&(this.texturesByteLength-=i)};var IR=IS;function mn(){}mn.cacheEntries={};mn.statistics=new IR;function YRe(e){this.referenceCount=1,this.resourceLoader=e,this._statisticsPromise=void 0}mn.get=function(e){let t=mn.cacheEntries[e];if(l(t))return++t.referenceCount,t.resourceLoader};mn.load=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.resourceLoader,n=t.cacheKey;mn.cacheEntries[n]=new YRe(t),t.load()};mn.unload=function(e){let t=e.cacheKey,n=mn.cacheEntries[t];--n.referenceCount,n.referenceCount===0&&(mn.statistics.removeLoader(e),e.destroy(),delete mn.cacheEntries[t])};mn.loadSchema=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.schema,n=e.resource,i=vl.getSchemaCacheKey({schema:t,resource:n}),o=mn.get(i);return l(o)||(o=new DS({schema:t,resource:n,cacheKey:i}),mn.load({resourceLoader:o})),o};mn.loadEmbeddedBuffer=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.parentResource,n=e.bufferId,i=e.typedArray,o=vl.getEmbeddedBufferCacheKey({parentResource:t,bufferId:n}),r=mn.get(o);return l(r)||(r=new ZC({typedArray:i,cacheKey:o}),mn.load({resourceLoader:r})),r};mn.loadExternalBuffer=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.resource,n=vl.getExternalBufferCacheKey({resource:t}),i=mn.get(n);return l(i)||(i=new ZC({resource:t,cacheKey:n}),mn.load({resourceLoader:i})),i};mn.loadGltfJson=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltfResource,n=e.baseResource,i=e.typedArray,o=e.gltfJson,r=vl.getGltfCacheKey({gltfResource:t}),s=mn.get(r);return l(s)||(s=new bS({resourceCache:mn,gltfResource:t,baseResource:n,typedArray:i,gltfJson:o,cacheKey:r}),mn.load({resourceLoader:s})),s};mn.loadBufferView=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.bufferViewId,i=e.gltfResource,o=e.baseResource,r=vl.getBufferViewCacheKey({gltf:t,bufferViewId:n,gltfResource:i,baseResource:o}),s=mn.get(r);return l(s)||(s=new AS({resourceCache:mn,gltf:t,bufferViewId:n,gltfResource:i,baseResource:o,cacheKey:r}),mn.load({resourceLoader:s})),s};mn.loadDraco=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.draco,i=e.gltfResource,o=e.baseResource,r=vl.getDracoCacheKey({gltf:t,draco:n,gltfResource:i,baseResource:o}),s=mn.get(r);return l(s)||(s=new CS({resourceCache:mn,gltf:t,draco:n,gltfResource:i,baseResource:o,cacheKey:r}),mn.load({resourceLoader:s})),s};mn.loadVertexBuffer=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.gltfResource,i=e.baseResource,o=e.frameState,r=e.bufferViewId,s=e.draco,a=e.attributeSemantic,c=e.accessorId,u=y(e.asynchronous,!0),f=y(e.dequantize,!1),d=y(e.loadBuffer,!1),p=y(e.loadTypedArray,!1),g=vl.getVertexBufferCacheKey({gltf:t,gltfResource:n,baseResource:i,frameState:o,bufferViewId:r,draco:s,attributeSemantic:a,dequantize:f,loadBuffer:d,loadTypedArray:p}),m=mn.get(g);if(l(m))return m;m=new wS({resourceCache:mn,gltf:t,gltfResource:n,baseResource:i,bufferViewId:r,draco:s,attributeSemantic:a,accessorId:c,cacheKey:g,asynchronous:u,dequantize:f,loadBuffer:d,loadTypedArray:p}),mn.load({resourceLoader:m});let A=mn.statistics.addGeometryLoader(m);return mn.cacheEntries[g]._statisticsPromise=A,m};mn.loadIndexBuffer=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.accessorId,i=e.gltfResource,o=e.baseResource,r=e.frameState,s=e.draco,a=y(e.asynchronous,!0),c=y(e.loadBuffer,!1),u=y(e.loadTypedArray,!1),f=vl.getIndexBufferCacheKey({gltf:t,accessorId:n,gltfResource:i,baseResource:o,frameState:r,draco:s,loadBuffer:c,loadTypedArray:u}),d=mn.get(f);if(l(d))return d;d=new TS({resourceCache:mn,gltf:t,accessorId:n,gltfResource:i,baseResource:o,draco:s,cacheKey:f,asynchronous:a,loadBuffer:c,loadTypedArray:u}),mn.load({resourceLoader:d});let p=mn.statistics.addGeometryLoader(d);return mn.cacheEntries[f]._statisticsPromise=p,d};mn.loadImage=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.imageId,i=e.gltfResource,o=e.baseResource,r=vl.getImageCacheKey({gltf:t,imageId:n,gltfResource:i,baseResource:o}),s=mn.get(r);return l(s)||(s=new xS({resourceCache:mn,gltf:t,imageId:n,gltfResource:i,baseResource:o,cacheKey:r}),mn.load({resourceLoader:s})),s};mn.loadTexture=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.textureInfo,i=e.gltfResource,o=e.baseResource,r=e.supportedImageFormats,s=e.frameState,a=y(e.asynchronous,!0),c=vl.getTextureCacheKey({gltf:t,textureInfo:n,gltfResource:i,baseResource:o,supportedImageFormats:r,frameState:s}),u=mn.get(c);if(l(u))return u;u=new SS({resourceCache:mn,gltf:t,textureInfo:n,gltfResource:i,baseResource:o,supportedImageFormats:r,cacheKey:c,asynchronous:a}),mn.load({resourceLoader:u});let f=mn.statistics.addTextureLoader(u);return mn.cacheEntries[c]._statisticsPromise=f,u};mn.clearForSpecs=function(){let e=[wS,TS,CS,SS,xS,AS,ZC,DS,bS],t,n=mn.cacheEntries,i=[];for(t in n)n.hasOwnProperty(t)&&i.push(n[t]);i.sort(function(r,s){let a=e.indexOf(r.resourceLoader.constructor),c=e.indexOf(s.resourceLoader.constructor);return a-c});let o=i.length;for(let r=0;r<o;++r){let s=i[r];t=s.resourceLoader.cacheKey,l(n[t])&&(s.resourceLoader.destroy(),delete n[t])}mn.statistics.clear()};var fo=mn;function ya(e,t,n,i,o){this._resource=e,this._subtreeJson=void 0,this._bufferLoader=void 0,this._tileAvailability=void 0,this._contentAvailabilityBitstreams=[],this._childSubtreeAvailability=void 0,this._implicitCoordinates=o,this._subtreeLevels=i.subtreeLevels,this._subdivisionScheme=i.subdivisionScheme,this._branchingFactor=i.branchingFactor,this._metadata=void 0,this._tileMetadataTable=void 0,this._tilePropertyTableJson=void 0,this._contentMetadataTables=[],this._contentPropertyTableJsons=[],this._tileJumpBuffer=void 0,this._contentJumpBuffers=[],this._readyPromise=XRe(this,t,n,i)}Object.defineProperties(ya.prototype,{readyPromise:{get:function(){return this._readyPromise}},metadata:{get:function(){return this._metadata}},tileMetadataTable:{get:function(){return this._tileMetadataTable}},tilePropertyTableJson:{get:function(){return this._tilePropertyTableJson}},contentMetadataTables:{get:function(){return this._contentMetadataTables}},contentPropertyTableJsons:{get:function(){return this._contentPropertyTableJsons}},implicitCoordinates:{get:function(){return this._implicitCoordinates}}});ya.prototype.tileIsAvailableAtIndex=function(e){return this._tileAvailability.getBit(e)};ya.prototype.tileIsAvailableAtCoordinates=function(e){let t=this.getTileIndex(e);return this.tileIsAvailableAtIndex(t)};ya.prototype.contentIsAvailableAtIndex=function(e,t){return t=y(t,0),this._contentAvailabilityBitstreams[t].getBit(e)};ya.prototype.contentIsAvailableAtCoordinates=function(e,t){let n=this.getTileIndex(e);return this.contentIsAvailableAtIndex(n,t)};ya.prototype.childSubtreeIsAvailableAtIndex=function(e){return this._childSubtreeAvailability.getBit(e)};ya.prototype.childSubtreeIsAvailableAtCoordinates=function(e){let t=this.getChildSubtreeIndex(e);return this.childSubtreeIsAvailableAtIndex(t)};ya.prototype.getLevelOffset=function(e){let t=this._branchingFactor;return(Math.pow(t,e)-1)/(t-1)};ya.prototype.getParentMortonIndex=function(e){let t=2;return this._subdivisionScheme===Vr.OCTREE&&(t=3),e>>t};function XRe(e,t,n,i){let o;l(t)?o={json:t,binary:void 0}:o=KRe(n);let r=o.json;e._subtreeJson=r;let s;if(Ui(r,"3DTILES_metadata"))s=r.extensions["3DTILES_metadata"];else if(l(r.tileMetadata)){let m=r.tileMetadata;s=r.propertyTables[m]}let a=[];if(l(r.contentMetadata)){let m=r.contentMetadata.length;for(let A=0;A<m;A++){let C=r.contentMetadata[A];a.push(r.propertyTables[C])}}let c,u=i.metadataSchema,f=r.subtreeMetadata;if(l(f)){let m=f.class,A=u.classes[m];c=new nR({subtreeMetadata:f,class:A})}e._metadata=c,e._tilePropertyTableJson=s,e._contentPropertyTableJsons=a;let d={constant:0};r.contentAvailabilityHeaders=[],Ui(r,"3DTILES_multiple_contents")?r.contentAvailabilityHeaders=r.extensions["3DTILES_multiple_contents"].contentAvailability:Array.isArray(r.contentAvailability)?r.contentAvailabilityHeaders=r.contentAvailability:r.contentAvailabilityHeaders.push(y(r.contentAvailability,d));let p=JRe(r.buffers),g=ZRe(r.bufferViews,p);QRe(r,g),l(s)&&O$(s,g);for(let m=0;m<a.length;m++){let A=a[m];O$(A,g)}return $Re(e,p,o.binary).then(function(m){let A=tMe(g,m);return nMe(e,r,i,A),l(s)&&(iMe(e,i,A),rMe(e)),oMe(e,i,A),sMe(e),e})}function KRe(e){let n=new DataView(e.buffer,e.byteOffset),i=8,o=n.getUint32(i,!0);i+=8;let r=n.getUint32(i,!0);i+=8;let s=Jo(e,i,o);i+=o;let a=e.subarray(i,i+r);return{json:s,binary:a}}function JRe(e){e=l(e)?e:[];for(let t=0;t<e.length;t++){let n=e[t];n.isExternal=l(n.uri),n.isActive=!1}return e}function ZRe(e,t){e=l(e)?e:[];for(let n=0;n<e.length;n++){let i=e[n],o=t[i.buffer];i.bufferHeader=o,i.isActive=!1}return e}function QRe(e,t){let n,i=e.tileAvailability;l(i.bitstream)?n=t[i.bitstream]:l(i.bufferView)&&(n=t[i.bufferView]),l(n)&&(n.isActive=!0,n.bufferHeader.isActive=!0);let o=e.contentAvailabilityHeaders;for(let s=0;s<o.length;s++)n=void 0,l(o[s].bitstream)?n=t[o[s].bitstream]:l(o[s].bufferView)&&(n=t[o[s].bufferView]),l(n)&&(n.isActive=!0,n.bufferHeader.isActive=!0);n=void 0;let r=e.childSubtreeAvailability;l(r.bitstream)?n=t[r.bitstream]:l(r.bufferView)&&(n=t[r.bufferView]),l(n)&&(n.isActive=!0,n.bufferHeader.isActive=!0)}function O$(e,t){let n=e.properties,i;for(let o in n)if(n.hasOwnProperty(o)){let r=n[o],s=y(r.values,r.bufferView);i=t[s],i.isActive=!0,i.bufferHeader.isActive=!0;let a=y(r.stringOffsets,r.stringOffsetBufferView);l(a)&&(i=t[a],i.isActive=!0,i.bufferHeader.isActive=!0);let c=y(r.arrayOffsets,r.arrayOffsetBufferView);l(c)&&(i=t[c],i.isActive=!0,i.bufferHeader.isActive=!0)}}function $Re(e,t,n){let i=[];for(let o=0;o<t.length;o++){let r=t[o];if(!r.isActive)i.push(Promise.resolve(void 0));else if(r.isExternal){let s=eMe(e,r);i.push(s)}else i.push(Promise.resolve(n))}return Promise.all(i).then(function(o){let r={};for(let s=0;s<o.length;s++){let a=o[s];l(a)&&(r[s]=a)}return r})}function eMe(e,t){let i=e._resource.getDerivedResource({url:t.uri}),o=fo.loadExternalBuffer({resource:i});return e._bufferLoader=o,o.promise.then(function(r){return r.typedArray})}function tMe(e,t){let n={};for(let i=0;i<e.length;i++){let o=e[i];if(!o.isActive)continue;let r=o.byteOffset,s=r+o.byteLength,c=t[o.buffer].subarray(r,s);n[i]=c}return n}function nMe(e,t,n,i){let o=n.branchingFactor,r=n.subtreeLevels,s=(Math.pow(o,r)-1)/(o-1),a=Math.pow(o,r),c=Ui(t,"3DTILES_metadata"),u=l(e._tilePropertyTableJson),f=c||u;e._tileAvailability=F8(t.tileAvailability,i,s,f);let d=e._contentPropertyTableJsons.length>0;f=f||d;for(let p=0;p<t.contentAvailabilityHeaders.length;p++){let g=F8(t.contentAvailabilityHeaders[p],i,s,f);e._contentAvailabilityBitstreams.push(g)}e._childSubtreeAvailability=F8(t.childSubtreeAvailability,i,a)}function F8(e,t,n,i){if(l(e.constant))return new hS({constant:Boolean(e.constant),lengthBits:n,availableCount:e.availableCount});let o;return l(e.bitstream)?o=t[e.bitstream]:l(e.bufferView)&&(o=t[e.bufferView]),new hS({bitstream:o,lengthBits:n,availableCount:e.availableCount,computeAvailableCountEnabled:i})}function iMe(e,t,n){let i=e._tilePropertyTableJson,o=e._tileAvailability.availableCount,r=t.metadataSchema,s=i.class,a=r.classes[s];e._tileMetadataTable=new wf({class:a,count:o,properties:i.properties,bufferViews:n})}function oMe(e,t,n){let i=e._contentPropertyTableJsons,o=e._contentAvailabilityBitstreams,r=t.metadataSchema,s=e._contentMetadataTables;for(let a=0;a<i.length;a++){let c=i[a],f=o[a].availableCount,d=c.class,p=r.classes[d],g=new wf({class:p,count:f,properties:c.properties,bufferViews:n});s.push(g)}}function B$(e){let t=0,n=e.lengthBits,i=e.availableCount,o;i<256?o=new Uint8Array(n):i<65536?o=new Uint16Array(n):o=new Uint32Array(n);for(let r=0;r<e.lengthBits;r++)e.getBit(r)&&(o[r]=t,t++);return o}function rMe(e){let t=B$(e._tileAvailability);e._tileJumpBuffer=t}function sMe(e){let t=e._contentJumpBuffers,n=e._contentAvailabilityBitstreams;for(let i=0;i<n.length;i++){let o=n[i],r=B$(o);t.push(r)}}ya.prototype.getTileIndex=function(e){let t=e.level-this._implicitCoordinates.level;if(t<0||this._subtreeLevels<=t)throw new de("level is out of bounds for this subtree");return e.getSubtreeCoordinates().getOffsetCoordinates(e).tileIndex};ya.prototype.getChildSubtreeIndex=function(e){if(e.level-this._implicitCoordinates.level!==this._implicitCoordinates.subtreeLevels)throw new de("level is out of bounds for this subtree");return e.getParentSubtreeCoordinates().getOffsetCoordinates(e).mortonIndex};function aMe(e,t){if(!l(e._tileMetadataTable))return;let n=e.getTileIndex(t);if(e._tileAvailability.getBit(n))return e._tileJumpBuffer[n]}function cMe(e,t,n){let i=e._contentMetadataTables;if(!l(i))return;let o=i[n];if(!l(o))return;let r=e._contentAvailabilityBitstreams[n],s=e.getTileIndex(t);if(r.getBit(s))return e._contentJumpBuffers[n][s]}ya.prototype.getTileMetadataView=function(e){let t=aMe(this,e);if(!l(t))return;let n=this._tileMetadataTable;return new mS({class:n.class,metadataTable:n,entityId:t,propertyTableJson:this._tilePropertyTableJson})};ya.prototype.getContentMetadataView=function(e,t){let n=cMe(this,e,t);if(!l(n))return;let i=this._contentMetadataTables[t],o=this._contentPropertyTableJsons[t];return new mS({class:i.class,metadataTable:i,entityId:n,contentIndex:t,propertyTableJson:o})};ya.prototype.isDestroyed=function(){return!1};ya.prototype.destroy=function(){return l(this._bufferLoader)&&fo.unload(this._bufferLoader),le(this)};var OR=ya;var lMe={ID:"ID",NAME:"NAME",DESCRIPTION:"DESCRIPTION",TILE_BOUNDING_BOX:"TILE_BOUNDING_BOX",TILE_BOUNDING_REGION:"TILE_BOUNDING_REGION",TILE_BOUNDING_SPHERE:"TILE_BOUNDING_SPHERE",TILE_MINIMUM_HEIGHT:"TILE_MINIMUM_HEIGHT",TILE_MAXIMUM_HEIGHT:"TILE_MAXIMUM_HEIGHT",TILE_HORIZON_OCCLUSION_POINT:"TILE_HORIZON_OCCLUSION_POINT",TILE_GEOMETRIC_ERROR:"TILE_GEOMETRIC_ERROR",CONTENT_BOUNDING_BOX:"CONTENT_BOUNDING_BOX",CONTENT_BOUNDING_REGION:"CONTENT_BOUNDING_REGION",CONTENT_BOUNDING_SPHERE:"CONTENT_BOUNDING_SPHERE",CONTENT_MINIMUM_HEIGHT:"CONTENT_MINIMUM_HEIGHT",CONTENT_MAXIMUM_HEIGHT:"CONTENT_MAXIMUM_HEIGHT",CONTENT_HORIZON_OCCLUSION_POINT:"CONTENT_HORIZON_OCCLUSION_POINT"},BR=Object.freeze(lMe);function uMe(e){return{tile:{boundingVolume:R$("TILE",e),minimumHeight:M$("TILE",e),maximumHeight:L$("TILE",e)},content:{boundingVolume:R$("CONTENT",e),minimumHeight:M$("CONTENT",e),maximumHeight:L$("CONTENT",e)}}}function R$(e,t){let n=`${e}_BOUNDING_BOX`,i=t.getPropertyBySemantic(n);if(l(i))return{box:i};let o=`${e}_BOUNDING_REGION`,r=t.getPropertyBySemantic(o);if(l(r))return{region:r};let s=`${e}_BOUNDING_SPHERE`,a=t.getPropertyBySemantic(s);if(l(a))return{sphere:a}}function M$(e,t){let n=`${e}_MINIMUM_HEIGHT`;return t.getPropertyBySemantic(n)}function L$(e,t){let n=`${e}_MAXIMUM_HEIGHT`;return t.getPropertyBySemantic(n)}var RR=uMe;function yu(e,t,n,i,o,r){let s=t.implicitTileset,a=t.implicitCoordinates;this._implicitTileset=s,this._implicitCoordinates=a,this._implicitSubtree=void 0,this._tileset=e,this._tile=t,this._resource=n,this._metadata=void 0,this.featurePropertiesDirty=!1,this._group=void 0;let c=a.getTemplateValues(),u=s.subtreeUriTemplate.getDerivedResource({templateValues:c});this._url=u.getUrlComponent(!0),this._readyPromise=fMe(this,i,o,r)}Object.defineProperties(yu.prototype,{featuresLength:{get:function(){return 0}},pointsLength:{get:function(){return 0}},trianglesLength:{get:function(){return 0}},geometryByteLength:{get:function(){return 0}},texturesByteLength:{get:function(){return 0}},batchTableByteLength:{get:function(){return 0}},innerContents:{get:function(){}},readyPromise:{get:function(){return this._readyPromise}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){return this._url}},metadata:{get:function(){},set:function(){}},batchTable:{get:function(){}},group:{get:function(){return this._group},set:function(e){this._group=e}}});function fMe(e,t,n,i){i=y(i,0);let o;l(n)&&(o=new Uint8Array(n,i));let r=new OR(e._resource,t,o,e._implicitTileset,e._implicitCoordinates);return e._implicitSubtree=r,r.readyPromise.then(function(){return dMe(e,r),e})}function dMe(e,t){let n=e._tile,i=e._implicitCoordinates.childIndex,o=mMe(e,t,n,i),r=e._tileset.statistics;n.children.push(o.rootTile),r.numberOfTilesTotal++;let s=hMe(e,t,o.bottomRow);for(let a=0;a<s.length;a++){let c=s[a],u=c.tile,f=EMe(e,u,c.childIndex);u.children.push(f),r.numberOfTilesTotal++}}function hMe(e,t,n){let i=[],o=e._implicitTileset.branchingFactor;for(let r=0;r<n.length;r++){let s=n[r];if(!!l(s))for(let a=0;a<o;a++){let c=r*o+a;t.childSubtreeIsAvailableAtIndex(c)&&i.push({tile:s,childIndex:a})}}return i}function mMe(e,t,n,i){let s=F$(e,t,n,i,0,!0),a=e._tileset.statistics,c=[s],u=[],f=e._implicitTileset;for(let d=1;d<f.subtreeLevels;d++){let p=t.getLevelOffset(d),g=f.branchingFactor*c.length;for(let m=0;m<g;m++){let A=p+m;if(!t.tileIsAvailableAtIndex(A)){u.push(void 0);continue}let C=t.getParentMortonIndex(m),x=c[C],b=m%f.branchingFactor,E=F$(e,t,x,b,A);x.children.push(E),a.numberOfTilesTotal++,u.push(E)}c=u,u=[]}return{rootTile:s,bottomRow:c}}function N$(e,t,n){let i=BR.TILE_GEOMETRIC_ERROR;return l(e)&&e.hasPropertyBySemantic(i)?e.getPropertyBySemantic(i):t.geometricError/Math.pow(2,n.level)}function F$(e,t,n,i,o,r){let s=e._implicitTileset,a;y(r,!1)?a=n.implicitCoordinates:a=n.implicitCoordinates.getChildCoordinates(i);let c,u,f;if(l(t.tilePropertyTableJson)){c=t.getTileMetadataView(a);let v=RR(c);u=v.tile,f=v.content}let p=t.contentPropertyTableJsons.length,g=!1;for(let v=0;v<p;v++)if(t.contentIsAvailableAtCoordinates(a,v)){g=!0;break}let m=gMe(s,a,i,r,n,u),A=[];for(let v=0;v<s.contentCount;v++){if(!t.contentIsAvailableAtIndex(o,v))continue;let M={uri:s.contentUriTemplates[v].getDerivedResource({templateValues:a.getTemplateValues()}).url},L=yMe(m,f);l(L)&&(M.boundingVolume=L),A.push(pt(M,s.contentHeaders[v]))}let C=N$(c,s,a),x={boundingVolume:m,geometricError:C,refine:s.refine,contents:A},b=!0,E=$e(s.tileHeader,b);delete E.boundingVolume,delete E.transform;let S=pt(x,E,b),D=H$(e,s.baseResource,S,n);return D.implicitCoordinates=a,D.implicitSubtree=t,D.metadata=c,D.hasImplicitContentMetadata=g,D}function MR(e,t){return l(e)&&l(t)&&(l(t.minimumHeight)||l(t.maximumHeight))&&(Ui(e,"3DTILES_bounding_volume_S2")||l(e.region))}function k8(e,t){!l(t)||(Ui(e,"3DTILES_bounding_volume_S2")?_Me(e.extensions["3DTILES_bounding_volume_S2"],t.minimumHeight,t.maximumHeight):l(e.region)&&pMe(e.region,t.minimumHeight,t.maximumHeight))}function pMe(e,t,n){l(t)&&(e[4]=t),l(n)&&(e[5]=n)}function _Me(e,t,n){l(t)&&(e.minimumHeight=t),l(n)&&(e.maximumHeight=n)}function gMe(e,t,n,i,o,r){let s;return!l(r)||!l(r.boundingVolume)||!MR(r.boundingVolume,r)&&MR(e.boundingVolume,r)?s=k$(e,t,n,y(i,!1),o):s=r.boundingVolume,k8(s,r),s}function yMe(e,t){let n;return l(t)&&(n=t.boundingVolume),MR(n,t)?k8(n,t):MR(e,t)&&(n=$e(e,!0),k8(n,t)),n}function k$(e,t,n,i,o){let r=e.boundingVolume;return Ui(r,"3DTILES_bounding_volume_S2")?V$(i,o,n,t.level,t.x,t.y,t.z):l(r.region)?{region:z$(r.region,t.level,t.x,t.y,t.z)}:{box:U$(r.box,t.level,t.x,t.y,t.z)}}function V$(e,t,n,i,o,r,s){let a=t._boundingVolume;if(e)return{extensions:{"3DTILES_bounding_volume_S2":{token:s_.getTokenFromId(a.s2Cell._cellId),minimumHeight:a.minimumHeight,maximumHeight:a.maximumHeight}}};let c=Number(t._boundingVolume.s2Cell._cellId>>BigInt(61)),u=c%2===0?dS.encode2D(i,o,r):dS.encode2D(i,r,o),f=s_.fromFacePositionLevel(c,BigInt(u),i),d,p;if(l(s)){let g=(a.maximumHeight+a.minimumHeight)/2;d=n<4?a.minimumHeight:g,p=n<4?g:a.maximumHeight}else d=a.minimumHeight,p=a.maximumHeight;return{extensions:{"3DTILES_bounding_volume_S2":{token:s_.getTokenFromId(f._cellId),minimumHeight:d,maximumHeight:p}}}}var AMe=new h,CMe=new h,N8=new h,xMe=new Q;function U$(e,t,n,i,o){if(t===0)return e;let r=h.unpack(e,0,CMe),s=Q.unpack(e,3,xMe),a=Math.pow(2,-t),c=-1+(2*n+1)*a,u=-1+(2*i+1)*a,f=0,d=h.fromElements(a,a,1,AMe);l(o)&&(f=-1+(2*o+1)*a,d.z=a);let p=h.fromElements(c,u,f,N8);p=Q.multiplyByVector(s,p,N8),p=h.add(p,r,N8);let g=Q.clone(s);g=Q.multiplyByScale(g,d,g);let m=new Array(12);return h.pack(p,m),Q.pack(g,m,3),m}var TMe=new ce;function z$(e,t,n,i,o){if(t===0)return e.slice();let r=ce.unpack(e,0,TMe),s=e[4],a=e[5],c=Math.pow(2,-t),u=c*r.width,f=I.negativePiToPi(r.west+n*u),d=I.negativePiToPi(f+u),p=c*r.height,g=I.negativePiToPi(r.south+i*p),m=I.negativePiToPi(g+p),A=s,C=a;if(l(o)){let x=c*(a-s);A+=o*x,C=A+x}return[f,g,d,m,A,C]}function EMe(e,t,n){let i=e._implicitTileset,o=t.implicitCoordinates.getChildCoordinates(n),r=k$(i,o,n,!1,t),s=N$(void 0,i,o),a=i.subtreeUriTemplate.getDerivedResource({templateValues:o.getTemplateValues()}).url,c={boundingVolume:r,geometricError:s,refine:i.refine,contents:[{uri:a}]},u=H$(e,i.baseResource,c,t);return u.implicitTileset=i,u.implicitCoordinates=o,u}function H$(e,t,n,i){let o=e._tile.constructor;return new o(e._tileset,t,n,i)}yu.prototype.hasProperty=function(e,t){return!1};yu.prototype.getFeature=function(e){};yu.prototype.applyDebugSettings=function(e,t){};yu.prototype.applyStyle=function(e){};yu.prototype.update=function(e,t){};yu.prototype.isDestroyed=function(){return!1};yu.prototype.destroy=function(){return this._implicitSubtree=this._implicitSubtree&&this._implicitSubtree.destroy(),le(this)};yu._deriveBoundingBox=U$;yu._deriveBoundingRegion=z$;yu._deriveBoundingVolumeS2=V$;var OS=yu;var bMe={NONE:0,REPEAT:1,MIRRORED_REPEAT:2},oc=Object.freeze(bMe);function nx(e,t){this._distance=t,this._normal=new G$(e,this),this.onChangeCallback=void 0,this.index=-1}Object.defineProperties(nx.prototype,{distance:{get:function(){return this._distance},set:function(e){l(this.onChangeCallback)&&e!==this._distance&&this.onChangeCallback(this.index),this._distance=e}},normal:{get:function(){return this._normal},set:function(e){l(this.onChangeCallback)&&!h.equals(this._normal._cartesian3,e)&&this.onChangeCallback(this.index),h.clone(e,this._normal._cartesian3)}}});nx.fromPlane=function(e,t){return l(t)?(t.normal=e.normal,t.distance=e.distance):t=new nx(e.normal,e.distance),t};nx.clone=function(e,t){return l(t)?(t.normal=e.normal,t.distance=e.distance,t):new nx(e.normal,e.distance)};function G$(e,t){this._clippingPlane=t,this._cartesian3=h.clone(e)}Object.defineProperties(G$.prototype,{x:{get:function(){return this._cartesian3.x},set:function(e){l(this._clippingPlane.onChangeCallback)&&e!==this._cartesian3.x&&this._clippingPlane.onChangeCallback(this._clippingPlane.index),this._cartesian3.x=e}},y:{get:function(){return this._cartesian3.y},set:function(e){l(this._clippingPlane.onChangeCallback)&&e!==this._cartesian3.y&&this._clippingPlane.onChangeCallback(this._clippingPlane.index),this._cartesian3.y=e}},z:{get:function(){return this._cartesian3.z},set:function(e){l(this._clippingPlane.onChangeCallback)&&e!==this._cartesian3.z&&this._clippingPlane.onChangeCallback(this._clippingPlane.index),this._cartesian3.z=e}}});var ix=nx;function Aa(e){e=y(e,y.EMPTY_OBJECT),this._planes=[],this._dirtyIndex=-1,this._multipleDirtyPlanes=!1,this._enabled=y(e.enabled,!0),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this.edgeColor=U.clone(y(e.edgeColor,U.WHITE)),this.edgeWidth=y(e.edgeWidth,0),this.planeAdded=new _e,this.planeRemoved=new _e,this._owner=void 0;let t=y(e.unionClippingRegions,!1);this._unionClippingRegions=t,this._testIntersection=t?X$:K$,this._uint8View=void 0,this._float32View=void 0,this._clippingPlanesTexture=void 0;let n=e.planes;if(l(n)){let i=n.length;for(let o=0;o<i;++o)this.add(n[o])}}function X$(e){return e===Xt.OUTSIDE}function K$(e){return e===Xt.INSIDE}Object.defineProperties(Aa.prototype,{length:{get:function(){return this._planes.length}},unionClippingRegions:{get:function(){return this._unionClippingRegions},set:function(e){this._unionClippingRegions!==e&&(this._unionClippingRegions=e,this._testIntersection=e?X$:K$)}},enabled:{get:function(){return this._enabled},set:function(e){this._enabled!==e&&(this._enabled=e)}},texture:{get:function(){return this._clippingPlanesTexture}},owner:{get:function(){return this._owner}},clippingPlanesState:{get:function(){return this._unionClippingRegions?this._planes.length:-this._planes.length}}});function W$(e,t){e._multipleDirtyPlanes=e._multipleDirtyPlanes||e._dirtyIndex!==-1&&e._dirtyIndex!==t,e._dirtyIndex=t}Aa.prototype.add=function(e){let t=this._planes.length,n=this;e.onChangeCallback=function(i){W$(n,i)},e.index=t,W$(this,t),this._planes.push(e),this.planeAdded.raiseEvent(e,t)};Aa.prototype.get=function(e){return this._planes[e]};function J$(e,t){let n=e.length;for(let i=0;i<n;++i)if(tn.equals(e[i],t))return i;return-1}Aa.prototype.contains=function(e){return J$(this._planes,e)!==-1};Aa.prototype.remove=function(e){let t=this._planes,n=J$(t,e);if(n===-1)return!1;e instanceof ix&&(e.onChangeCallback=void 0,e.index=-1);let i=t.length-1;for(let o=n;o<i;++o){let r=t[o+1];t[o]=r,r instanceof ix&&(r.index=o)}return this._multipleDirtyPlanes=!0,t.length=i,this.planeRemoved.raiseEvent(e,n),!0};Aa.prototype.removeAll=function(){let e=this._planes,t=e.length;for(let n=0;n<t;++n){let i=e[n];i instanceof ix&&(i.onChangeCallback=void 0,i.index=-1),this.planeRemoved.raiseEvent(i,n)}this._multipleDirtyPlanes=!0,this._planes=[]};var SMe=new se,wMe=new se;function j$(e,t,n){let i=e._uint8View,o=e._planes,r=0;for(let s=t;s<n;++s){let a=o[s],c=Un.octEncodeToCartesian4(a.normal,wMe);i[r]=c.x,i[r+1]=c.y,i[r+2]=c.z,i[r+3]=c.w;let u=se.packFloat(a.distance,SMe);i[r+4]=u.x,i[r+5]=u.y,i[r+6]=u.z,i[r+7]=u.w,r+=8}}function q$(e,t,n){let i=e._float32View,o=e._planes,r=0;for(let s=t;s<n;++s){let a=o[s],c=a.normal;i[r]=c.x,i[r+1]=c.y,i[r+2]=c.z,i[r+3]=a.distance,r+=4}}function Z$(e,t){let n=Vt.maximumTextureSize;return t.x=Math.min(e,n),t.y=Math.ceil(e/t.x),t}var DMe=new H;Aa.prototype.update=function(e){let t=this._clippingPlanesTexture,n=e.context,i=Aa.useFloatTexture(n),o=i?this.length:this.length*2;if(l(t)){let s=t.width*t.height;(s<o||o<.25*s)&&(t.destroy(),t=void 0,this._clippingPlanesTexture=void 0)}if(this.length===0)return;if(!l(t)){let s=Z$(o,DMe);s.y*=2,i?(t=new Rt({context:n,width:s.x,height:s.y,pixelFormat:ft.RGBA,pixelDatatype:qe.FLOAT,sampler:dn.NEAREST,flipY:!1}),this._float32View=new Float32Array(s.x*s.y*4)):(t=new Rt({context:n,width:s.x,height:s.y,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,sampler:dn.NEAREST,flipY:!1}),this._uint8View=new Uint8Array(s.x*s.y*4)),this._clippingPlanesTexture=t,this._multipleDirtyPlanes=!0}let r=this._dirtyIndex;if(!(!this._multipleDirtyPlanes&&r===-1)){if(this._multipleDirtyPlanes)i?(q$(this,0,this._planes.length),t.copyFrom({source:{width:t.width,height:t.height,arrayBufferView:this._float32View}})):(j$(this,0,this._planes.length),t.copyFrom({source:{width:t.width,height:t.height,arrayBufferView:this._uint8View}}));else{let s=0,a=0;i?(a=Math.floor(r/t.width),s=Math.floor(r-a*t.width),q$(this,r,r+1),t.copyFrom({source:{width:1,height:1,arrayBufferView:this._float32View},xOffset:s,yOffset:a})):(a=Math.floor(r*2/t.width),s=Math.floor(r*2-a*t.width),j$(this,r,r+1),t.copyFrom({source:{width:2,height:1,arrayBufferView:this._uint8View},xOffset:s,yOffset:a}))}this._multipleDirtyPlanes=!1,this._dirtyIndex=-1}};var vMe=new F,Y$=new tn(h.UNIT_X,0);Aa.prototype.computeIntersectionWithBoundingVolume=function(e,t){let n=this._planes,i=n.length,o=this.modelMatrix;l(t)&&(o=F.multiply(t,o,vMe));let r=Xt.INSIDE;!this.unionClippingRegions&&i>0&&(r=Xt.OUTSIDE);for(let s=0;s<i;++s){let a=n[s];tn.transform(a,o,Y$);let c=e.intersectPlane(Y$);if(c===Xt.INTERSECTING)r=c;else if(this._testIntersection(c))return c}return r};Aa.setOwner=function(e,t,n){e!==t[n]&&(t[n]=t[n]&&t[n].destroy(),l(e)&&(e._owner=t,t[n]=e))};Aa.useFloatTexture=function(e){return e.floatingPointTexture};Aa.getTextureResolution=function(e,t,n){let i=e.texture;if(l(i))return n.x=i.width,n.y=i.height,n;let o=Aa.useFloatTexture(t)?e.length:e.length*2,r=Z$(o,n);return r.y*=2,r};Aa.prototype.isDestroyed=function(){return!1};Aa.prototype.destroy=function(){return this._clippingPlanesTexture=this._clippingPlanesTexture&&this._clippingPlanesTexture.destroy(),le(this)};var Ys=Aa;var BS={HIGHLIGHT:0,REPLACE:1,MIX:2};BS.getColorBlend=function(e,t){if(e===BS.HIGHLIGHT)return 0;if(e===BS.REPLACE)return 1;if(e===BS.MIX)return I.clamp(t,I.EPSILON4,1)};var rc=Object.freeze(BS);var PMe={XTRANSLATE:"xTranslate",YTRANSLATE:"yTranslate",ZTRANSLATE:"zTranslate",XROTATE:"xRotate",YROTATE:"yRotate",ZROTATE:"zRotate",XSCALE:"xScale",YSCALE:"yScale",ZSCALE:"zScale",UNIFORMSCALE:"uniformScale"},sc=Object.freeze(PMe);var IMe={STEP:0,LINEAR:1,CUBICSPLINE:2},eh=Object.freeze(IMe);var Q$={};function RS(e){this._count=e.count,this._properties=$e(e.properties,!0)}RS.prototype.hasProperty=function(e){return Rn.hasProperty(e,this._properties,Q$)};RS.prototype.getPropertyIds=function(e){return Rn.getPropertyIds(this._properties,Q$,e)};RS.prototype.getProperty=function(e,t){let n=this._properties[t];if(l(n))return $e(n[e],!0)};RS.prototype.setProperty=function(e,t,n){let i=this._properties[t];l(i)||(i=new Array(this._count),this._properties[t]=i),i[e]=$e(n,!0)};var g_=RS;function Ca(e){e=y(e,y.EMPTY_OBJECT),this._name=e.name,this._id=e.id,this._count=e.count,this._extras=e.extras,this._extensions=e.extensions,this._metadataTable=e.metadataTable,this._jsonMetadataTable=e.jsonMetadataTable,this._batchTableHierarchy=e.batchTableHierarchy}Object.defineProperties(Ca.prototype,{name:{get:function(){return this._name}},id:{get:function(){return this._id}},count:{get:function(){return this._count}},class:{get:function(){if(l(this._metadataTable))return this._metadataTable.class}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}},byteLength:{get:function(){let e=0;return l(this._metadataTable)&&(e+=this._metadataTable.byteLength),l(this._batchTableHierarchy)&&(e+=this._batchTableHierarchy.byteLength),e}}});Ca.prototype.hasProperty=function(e,t){return!!(l(this._metadataTable)&&this._metadataTable.hasProperty(t)||l(this._batchTableHierarchy)&&this._batchTableHierarchy.hasProperty(e,t)||l(this._jsonMetadataTable)&&this._jsonMetadataTable.hasProperty(t))};Ca.prototype.hasPropertyBySemantic=function(e,t){return l(this._metadataTable)?this._metadataTable.hasPropertyBySemantic(t):!1};Ca.prototype.propertyExists=function(e){return!!(l(this._metadataTable)&&this._metadataTable.hasProperty(e)||l(this._batchTableHierarchy)&&this._batchTableHierarchy.propertyExists(e)||l(this._jsonMetadataTable)&&this._jsonMetadataTable.hasProperty(e))};Ca.prototype.propertyExistsBySemantic=function(e){return l(this._metadataTable)?this._metadataTable.hasPropertyBySemantic(e):!1};var V8=[];Ca.prototype.getPropertyIds=function(e,t){return t=l(t)?t:[],t.length=0,l(this._metadataTable)&&t.push.apply(t,this._metadataTable.getPropertyIds(V8)),l(this._batchTableHierarchy)&&t.push.apply(t,this._batchTableHierarchy.getPropertyIds(e,V8)),l(this._jsonMetadataTable)&&t.push.apply(t,this._jsonMetadataTable.getPropertyIds(V8)),t};Ca.prototype.getProperty=function(e,t){let n;if(l(this._metadataTable)&&(n=this._metadataTable.getProperty(e,t),l(n))||l(this._batchTableHierarchy)&&(n=this._batchTableHierarchy.getProperty(e,t),l(n))||l(this._jsonMetadataTable)&&(n=this._jsonMetadataTable.getProperty(e,t),l(n)))return n};Ca.prototype.setProperty=function(e,t,n){l(this._metadataTable)&&this._metadataTable.setProperty(e,t,n)||l(this._batchTableHierarchy)&&this._batchTableHierarchy.setProperty(e,t,n)||(l(this._jsonMetadataTable)||(this._jsonMetadataTable=new g_({count:this._count,properties:{}})),this._jsonMetadataTable.setProperty(e,t,n))};Ca.prototype.getPropertyBySemantic=function(e,t){if(l(this._metadataTable))return this._metadataTable.getPropertyBySemantic(e,t)};Ca.prototype.setPropertyBySemantic=function(e,t,n){return l(this._metadataTable)?this._metadataTable.setPropertyBySemantic(e,t,n):!1};Ca.prototype.getPropertyTypedArray=function(e){if(l(this._metadataTable))return this._metadataTable.getPropertyTypedArray(e)};Ca.prototype.getPropertyTypedArrayBySemantic=function(e){if(l(this._metadataTable))return this._metadataTable.getPropertyTypedArrayBySemantic(e)};Ca.prototype.isClass=function(e,t){let n=this._batchTableHierarchy;return l(n)?n.isClass(e,t):!1};Ca.prototype.isExactClass=function(e,t){return this.getExactClassName(e)===t};Ca.prototype.getExactClassName=function(e){let t=this._batchTableHierarchy;if(!!l(t))return t.getClassName(e)};var zc=Ca;function MS(e){e=y(e,y.EMPTY_OBJECT);let t=e.property,n=e.classProperty,i=e.textures,o=l(t.channels)?t.channels:[0],r=t,s=Dl.createModelTextureReader({textureInfo:r,channels:RMe(o),texture:i[r.index]});this._min=t.min,this._max=t.max;let a=t.offset,c=t.scale,u=n.hasValueTransform||l(a)||l(c);a=y(a,n.offset),c=y(c,n.scale),a=n.unpackVectorAndMatrixTypes(a),c=n.unpackVectorAndMatrixTypes(c),this._offset=a,this._scale=c,this._hasValueTransform=u,this._textureReader=s,this._classProperty=n,this._extras=t.extras,this._extensions=t.extensions}Object.defineProperties(MS.prototype,{textureReader:{get:function(){return this._textureReader}},hasValueTransform:{get:function(){return this._hasValueTransform}},offset:{get:function(){return this._offset}},scale:{get:function(){return this._scale}},classProperty:{get:function(){return this._classProperty}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});MS.prototype.isGpuCompatible=function(){let e=this._classProperty,t=e.type,n=e.componentType;return e.isArray?!e.isVariableLengthArray&&e.arrayLength<=4&&t===Dn.SCALAR&&n===wn.UINT8:Dn.isVectorType(t)||t===Dn.SCALAR?n===wn.UINT8:!1};var OMe=[void 0,"float","vec2","vec3","vec4"],BMe=[void 0,"int","ivec2","ivec3","ivec4"];MS.prototype.getGlslType=function(){let e=this._classProperty,t=Dn.getComponentCount(e.type);return e.isArray&&(t=e.arrayLength),e.normalized?OMe[t]:BMe[t]};MS.prototype.unpackInShader=function(e){return this._classProperty.normalized?e:`${this.getGlslType()}(255.0 * ${e})`};function RMe(e){return e.map(function(t){return"rgba".charAt(t)}).join("")}var LR=MS;function U8(e){e=y(e,y.EMPTY_OBJECT);let t=e.propertyTexture,n=e.class,i=e.textures,o=t.extensions,r=t.extras,s={};if(l(t.properties))for(let a in t.properties)t.properties.hasOwnProperty(a)&&(s[a]=new LR({property:t.properties[a],classProperty:n.properties[a],textures:i}));this._name=e.name,this._id=e.id,this._class=n,this._properties=s,this._extras=r,this._extensions=o}Object.defineProperties(U8.prototype,{name:{get:function(){return this._name}},id:{get:function(){return this._id}},class:{get:function(){return this._class}},properties:{get:function(){return this._properties}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});U8.prototype.getProperty=function(e){return this._properties[e]};var ox=U8;function $$(e){e=y(e,y.EMPTY_OBJECT);let t=e.property,n=e.classProperty;this._attribute=t.attribute,this._classProperty=n,this._min=t.min,this._max=t.max;let i=t.offset,o=t.scale,r=n.hasValueTransform||l(i)||l(o);i=y(i,n.offset),o=y(o,n.scale),i=n.unpackVectorAndMatrixTypes(i),o=n.unpackVectorAndMatrixTypes(o),this._offset=i,this._scale=o,this._hasValueTransform=r,this._extras=t.extras,this._extensions=t.extensions}Object.defineProperties($$.prototype,{attribute:{get:function(){return this._attribute}},hasValueTransform:{get:function(){return this._hasValueTransform}},offset:{get:function(){return this._offset}},scale:{get:function(){return this._scale}},classProperty:{get:function(){return this._classProperty}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});var FR=$$;function z8(e){e=y(e,y.EMPTY_OBJECT);let t=e.propertyAttribute,n=e.class,i={};if(l(t.properties))for(let o in t.properties)t.properties.hasOwnProperty(o)&&(i[o]=new FR({property:t.properties[o],classProperty:n.properties[o]}));this._name=e.name,this._id=e.id,this._class=n,this._properties=i,this._extras=t.extras,this._extensions=t.extensions}Object.defineProperties(z8.prototype,{name:{get:function(){return this._name}},id:{get:function(){return this._id}},class:{get:function(){return this._class}},properties:{get:function(){return this._properties}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});z8.prototype.getProperty=function(e){return this._properties[e]};var rx=z8;function LS(e){e=y(e,y.EMPTY_OBJECT),this._schema=e.schema;let t=e.propertyTables;this._propertyTableCount=l(t)?t.length:0,this._propertyTables=t,this._propertyTextures=e.propertyTextures,this._propertyAttributes=e.propertyAttributes,this._statistics=e.statistics,this._extras=e.extras,this._extensions=e.extensions}Object.defineProperties(LS.prototype,{schema:{get:function(){return this._schema}},statistics:{get:function(){return this._statistics}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}},propertyTableCount:{get:function(){return this._propertyTableCount}},propertyTables:{get:function(){return this._propertyTables}},propertyTextures:{get:function(){return this._propertyTextures}},propertyAttributes:{get:function(){return this._propertyAttributes}},propertyTablesByteLength:{get:function(){if(!l(this._propertyTables))return 0;let e=0,t=this._propertyTables.length;for(let n=0;n<t;n++)e+=this._propertyTables[n].byteLength;return e}}});LS.prototype.getPropertyTable=function(e){return this._propertyTables[e]};LS.prototype.getPropertyTexture=function(e){return this._propertyTextures[e]};LS.prototype.getPropertyAttribute=function(e){return this._propertyAttributes[e]};var xa=LS;function MMe(e){e=y(e,y.EMPTY_OBJECT);let t=e.extension,n=e.schema,i=[];if(l(t.propertyTables))for(let s=0;s<t.propertyTables.length;s++){let a=t.propertyTables[s],c=n.classes[a.class],u=new wf({count:a.count,properties:a.properties,class:c,bufferViews:e.bufferViews});i.push(new zc({id:s,name:a.name,count:a.count,metadataTable:u,extras:a.extras,extensions:a.extensions}))}let o=[];if(l(t.propertyTextures))for(let s=0;s<t.propertyTextures.length;s++){let a=t.propertyTextures[s];o.push(new ox({id:s,name:a.name,propertyTexture:a,class:n.classes[a.class],textures:e.textures}))}let r=[];if(l(t.propertyAttributes))for(let s=0;s<t.propertyAttributes.length;s++){let a=t.propertyAttributes[s];r.push(new rx({id:s,name:a.name,class:n.classes[a.class],propertyAttribute:a}))}return new xa({schema:n,propertyTables:i,propertyTextures:o,propertyAttributes:r,statistics:t.statistics,extras:t.extras,extensions:t.extensions})}var NR=MMe;function LMe(e){e=y(e,y.EMPTY_OBJECT);let t=e.extension,n=e.schema,i,o=[],r;if(l(t.featureTables))for(r=Object.keys(t.featureTables).sort(),i=0;i<r.length;i++){let a=r[i],c=t.featureTables[a],u=n.classes[c.class],f=new wf({count:c.count,properties:c.properties,class:u,bufferViews:e.bufferViews});o.push(new zc({id:a,count:c.count,metadataTable:f,extras:c.extras,extensions:c.extensions}))}let s=[];if(l(t.featureTextures))for(r=Object.keys(t.featureTextures).sort(),i=0;i<r.length;i++){let a=r[i],c=t.featureTextures[a];s.push(new ox({id:a,propertyTexture:FMe(c),class:n.classes[c.class],textures:e.textures}))}return new xa({schema:n,propertyTables:o,propertyTextures:s,statistics:t.statistics,extras:t.extras,extensions:t.extensions})}function FMe(e){let t={class:e.class,properties:{}},n=e.properties;for(let i in n)if(n.hasOwnProperty(i)){let o=n[i],r={channels:NMe(o.channels),extras:o.extras,extensions:o.extensions};t.properties[i]=pt(o.texture,r,!0)}return t}function NMe(e){let t=e.length,n=new Array(t);for(let i=0;i<t;i++)n[i]="rgba".indexOf(e[i]);return n}var kR=LMe;function y_(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltf,n=e.extension,i=e.extensionLegacy,o=e.gltfResource,r=e.baseResource,s=e.supportedImageFormats,a=e.frameState,c=e.cacheKey,u=y(e.asynchronous,!0);this._gltfResource=o,this._baseResource=r,this._gltf=t,this._extension=n,this._extensionLegacy=i,this._supportedImageFormats=s,this._frameState=a,this._cacheKey=c,this._asynchronous=u,this._bufferViewLoaders=[],this._textureLoaders=[],this._schemaLoader=void 0,this._structuralMetadata=void 0,this._state=Nt.UNLOADED,this._promise=void 0}l(Object.create)&&(y_.prototype=Object.create(to.prototype),y_.prototype.constructor=y_);Object.defineProperties(y_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){return this._cacheKey}},structuralMetadata:{get:function(){return this._structuralMetadata}}});y_.prototype.load=function(){let e=HMe(this),t=YMe(this),n=XMe(this);this._gltf=void 0,this._state=Nt.LOADING;let i=this;this._promise=Promise.all([e,t,n]).then(function(o){if(i.isDestroyed())return;let r=o[0],s=o[1],a=o[2];return l(i._extension)?i._structuralMetadata=NR({extension:i._extension,schema:a,bufferViews:r,textures:s}):i._structuralMetadata=kR({extension:i._extensionLegacy,schema:a,bufferViews:r,textures:s}),i._state=Nt.READY,i}).catch(function(o){if(i.isDestroyed())return;i.unload(),i._state=Nt.FAILED;let r="Failed to load structural metadata";return Promise.reject(i.getError(r,o))})};function kMe(e,t){for(let n in e)if(e.hasOwnProperty(n)){let i=e[n],o=i.values,r=i.arrayOffsets,s=i.stringOffsets;l(o)&&(t[o]=!0),l(r)&&(t[r]=!0),l(s)&&(t[s]=!0)}}function VMe(e,t){for(let n in e)if(e.hasOwnProperty(n)){let i=e[n],o=i.bufferView,r=i.arrayOffsetBufferView,s=i.stringOffsetBufferView;l(o)&&(t[o]=!0),l(r)&&(t[r]=!0),l(s)&&(t[s]=!0)}}function UMe(e){let t=e.propertyTables,n={};if(l(t))for(let i=0;i<t.length;i++){let o=t[i];kMe(o.properties,n)}return n}function zMe(e){let t=e.featureTables,n={};if(l(t)){for(let i in t)if(t.hasOwnProperty(i)){let r=t[i].properties;l(r)&&VMe(r,n)}}return n}function HMe(e){let t;l(e._extension)?t=UMe(e._extension):t=zMe(e._extensionLegacy);let n=[],i={};for(let o in t)if(t.hasOwnProperty(o)){let r=fo.loadBufferView({gltf:e._gltf,bufferViewId:parseInt(o),gltfResource:e._gltfResource,baseResource:e._baseResource});n.push(r.promise),e._bufferViewLoaders.push(r),i[o]=r}return Promise.all(n).then(function(){let o={};for(let r in i)if(i.hasOwnProperty(r)){let s=i[r],a=new Uint8Array(s.typedArray);o[r]=a}return eee(e),o})}function GMe(e){let t={},n=e.propertyTextures;if(l(n))for(let i=0;i<n.length;i++){let r=n[i].properties;l(r)&&WMe(r,t)}return t}function WMe(e,t){for(let n in e)if(e.hasOwnProperty(n)){let i=e[n];t[i.index]=i}}function jMe(e){let t={},n=e.featureTextures;if(l(n)){for(let i in n)if(n.hasOwnProperty(i)){let r=n[i].properties;l(r)&&qMe(r,t)}}return t}function qMe(e,t){for(let n in e)if(e.hasOwnProperty(n)){let o=e[n].texture;t[o.index]=o}}function YMe(e){let t;l(e._extension)?t=GMe(e._extension):t=jMe(e._extensionLegacy);let n=e._gltf,i=e._gltfResource,o=e._baseResource,r=e._supportedImageFormats,s=e._frameState,a=e._asynchronous,c=[],u={};for(let f in t)if(t.hasOwnProperty(f)){let d=fo.loadTexture({gltf:n,textureInfo:t[f],gltfResource:i,baseResource:o,supportedImageFormats:r,frameState:s,asynchronous:a});c.push(d.promise),e._textureLoaders.push(d),u[f]=d}return Promise.all(c).then(function(){let f={};for(let d in u)if(u.hasOwnProperty(d)){let p=u[d];f[d]=p.texture}return f})}function XMe(e){let t=y(e._extension,e._extensionLegacy),n;if(l(t.schemaUri)){let i=e._baseResource.getDerivedResource({url:t.schemaUri});n=fo.loadSchema({resource:i})}else n=fo.loadSchema({schema:t.schema});return e._schemaLoader=n,n.promise.then(function(i){return i.schema})}y_.prototype.process=function(e){if(this._state!==Nt.LOADING)return;let t=this._textureLoaders,n=t.length;for(let i=0;i<n;++i)t[i].process(e)};function eee(e){let t=e._bufferViewLoaders,n=t.length;for(let i=0;i<n;++i)fo.unload(t[i]);e._bufferViewLoaders.length=0}function KMe(e){let t=e._textureLoaders,n=t.length;for(let i=0;i<n;++i)fo.unload(t[i]);e._textureLoaders.length=0}y_.prototype.unload=function(){eee(this),KMe(this),l(this._schemaLoader)&&fo.unload(this._schemaLoader),this._schemaLoader=void 0,this._structuralMetadata=void 0};var VR=y_;var Jn={POSITION:"POSITION",NORMAL:"NORMAL",TANGENT:"TANGENT",TEXCOORD:"TEXCOORD",COLOR:"COLOR",JOINTS:"JOINTS",WEIGHTS:"WEIGHTS",FEATURE_ID:"_FEATURE_ID"};function JMe(e){switch(e){case Jn.POSITION:return"positionMC";case Jn.NORMAL:return"normalMC";case Jn.TANGENT:return"tangentMC";case Jn.TEXCOORD:return"texCoord";case Jn.COLOR:return"color";case Jn.JOINTS:return"joints";case Jn.WEIGHTS:return"weights";case Jn.FEATURE_ID:return"featureId"}}Jn.hasSetIndex=function(e){switch(e){case Jn.POSITION:case Jn.NORMAL:case Jn.TANGENT:return!1;case Jn.TEXCOORD:case Jn.COLOR:case Jn.JOINTS:case Jn.WEIGHTS:case Jn.FEATURE_ID:return!0}};Jn.fromGltfSemantic=function(e){let t=e,i=/^(\w+)_\d+$/.exec(e);switch(i!==null&&(t=i[1]),t){case"POSITION":return Jn.POSITION;case"NORMAL":return Jn.NORMAL;case"TANGENT":return Jn.TANGENT;case"TEXCOORD":return Jn.TEXCOORD;case"COLOR":return Jn.COLOR;case"JOINTS":return Jn.JOINTS;case"WEIGHTS":return Jn.WEIGHTS;case"_FEATURE_ID":return Jn.FEATURE_ID}};Jn.fromPntsSemantic=function(e){switch(e){case"POSITION":case"POSITION_QUANTIZED":return Jn.POSITION;case"RGBA":case"RGB":case"RGB565":return Jn.COLOR;case"NORMAL":case"NORMAL_OCT16P":return Jn.NORMAL;case"BATCH_ID":return Jn.FEATURE_ID}};Jn.getGlslType=function(e){switch(e){case Jn.POSITION:case Jn.NORMAL:case Jn.TANGENT:return"vec3";case Jn.TEXCOORD:return"vec2";case Jn.COLOR:return"vec4";case Jn.JOINTS:return"ivec4";case Jn.WEIGHTS:return"vec4";case Jn.FEATURE_ID:return"int"}};Jn.getVariableName=function(e,t){let n=JMe(e);return l(t)&&(n+=`_${t}`),n};var yt=Object.freeze(Jn);function Ta(){}Ta.getFailedLoadFunction=function(e,t,n){return function(i){let o=`Failed to load ${t}: ${n}`;l(i)&&(o+=`
${i.message}`);let r=new de(o);return l(i)&&(r.stack=`Original stack:
${i.stack}
Handler stack:
${r.stack}`),Promise.reject(r)}};Ta.getNodeTransform=function(e){return l(e.matrix)?e.matrix:F.fromTranslationQuaternionRotationScale(l(e.translation)?e.translation:h.ZERO,l(e.rotation)?e.rotation:Be.IDENTITY,l(e.scale)?e.scale:h.ONE)};Ta.getAttributeBySemantic=function(e,t,n){let i=e.attributes,o=i.length;for(let r=0;r<o;++r){let s=i[r],a=l(n)?s.setIndex===n:!0;if(s.semantic===t&&a)return s}};Ta.getAttributeByName=function(e,t){let n=e.attributes,i=n.length;for(let o=0;o<i;++o){let r=n[o];if(r.name===t)return r}};Ta.getFeatureIdsByLabel=function(e,t){for(let n=0;n<e.length;n++){let i=e[n];if(i.positionalLabel===t||i.label===t)return i}};Ta.hasQuantizedAttributes=function(e){if(!l(e))return!1;for(let t=0;t<e.length;t++){let n=e[t];if(l(n.quantization))return!0}return!1};Ta.getAttributeInfo=function(e){let t=e.semantic,n=e.setIndex,i,o=!1;l(t)?(i=yt.getVariableName(t,n),o=!0):(i=e.name,i=i.replace(/^_/,""),i=i.toLowerCase());let r=/^color_\d+$/.test(i),s=e.type,a=$t.getGlslType(s);r&&(a="vec4");let c=l(e.quantization),u;return c&&(u=r?"vec4":$t.getGlslType(e.quantization.type)),{attribute:e,isQuantized:c,variableName:i,hasSemantic:o,glslType:a,quantizedGlslType:u}};var ZMe=new h,QMe=new h;Ta.getPositionMinMax=function(e,t,n){let i=Ta.getAttributeBySemantic(e,"POSITION"),o=i.max,r=i.min;return l(n)&&l(t)&&(r=h.add(r,t,QMe),o=h.add(o,n,ZMe)),{min:r,max:o}};Ta.getAxisCorrectionMatrix=function(e,t,n){return n=F.clone(F.IDENTITY,n),e===So.Y?n=F.clone(So.Y_UP_TO_Z_UP,n):e===So.X&&(n=F.clone(So.X_UP_TO_Z_UP,n)),t===So.Z&&(n=F.multiplyTransformation(n,So.Z_UP_TO_X_UP,n)),n};var $Me=new Q;Ta.getCullFace=function(e,t){if(!Oe.isTriangles(t))return Ci.BACK;let n=F.getMatrix3(e,$Me);return Q.determinant(n)<0?Ci.FRONT:Ci.BACK};Ta.sanitizeGlslIdentifier=function(e){let t=e.replaceAll(/[^A-Za-z0-9]+/g,"_");return t=t.replace(/^gl_/,""),/^\d/.test(t)&&(t=`_${t}`),t};Ta.supportedExtensions={AGI_articulations:!0,CESIUM_primitive_outline:!0,CESIUM_RTC:!0,EXT_feature_metadata:!0,EXT_instance_features:!0,EXT_mesh_features:!0,EXT_mesh_gpu_instancing:!0,EXT_meshopt_compression:!0,EXT_structural_metadata:!0,EXT_texture_webp:!0,KHR_blend:!0,KHR_draco_mesh_compression:!0,KHR_techniques_webgl:!0,KHR_materials_common:!0,KHR_materials_pbrSpecularGlossiness:!0,KHR_materials_unlit:!0,KHR_mesh_quantization:!0,KHR_texture_basisu:!0,KHR_texture_transform:!0,WEB3D_quantized_attributes:!0};Ta.checkSupportedExtensions=function(e){let t=e.length;for(let n=0;n<t;n++){let i=e[n];if(!Ta.supportedExtensions[i])throw new de(`Unsupported glTF Extension: ${i}`)}};var en=Ta;var sx={TRANSLATION:"TRANSLATION",ROTATION:"ROTATION",SCALE:"SCALE",FEATURE_ID:"_FEATURE_ID"};sx.fromGltfSemantic=function(e){let t=e,i=/^(\w+)_\d+$/.exec(e);switch(i!==null&&(t=i[1]),t){case"TRANSLATION":return sx.TRANSLATION;case"ROTATION":return sx.ROTATION;case"SCALE":return sx.SCALE;case"_FEATURE_ID":return sx.FEATURE_ID}};var Ur=Object.freeze(sx);var eLe=65534,tLe=255;function UR(e){e=y(e,y.EMPTY_OBJECT);let t=e.triangleIndices,n=e.outlineIndices,i=e.originalVertexCount;this._triangleIndices=t,this._originalVertexCount=i,this._edges=new iee(n,i),this._outlineCoordinatesTypedArray=void 0,this._extraVertices=[],nLe(this)}Object.defineProperties(UR.prototype,{updatedTriangleIndices:{get:function(){return this._triangleIndices}},outlineCoordinates:{get:function(){return this._outlineCoordinatesTypedArray}}});function nLe(e){let t=e._triangleIndices,n=e._edges,i=[],o=e._extraVertices,r=e._originalVertexCount,s={};for(let a=0;a<t.length;a+=3){let c=t[a],u=t[a+1],f=t[a+2],d=!1,p=d||n.hasEdge(c,u),g=d||n.hasEdge(u,f),m=d||n.hasEdge(f,c),A=tee(i,c,u,f,p,g,m);for(;l(A);){let C=s[A];if(!l(C)){C=r+o.length;let x=A;for(;x>=r;)x=o[x-r];o.push(x),s[A]=C}C>eLe&&(t instanceof Uint16Array||t instanceof Uint8Array)?t=new Uint32Array(t):C>tLe&&t instanceof Uint8Array&&(t=new Uint16Array(t)),A===c?(c=C,t[a]=C):A===u?(u=C,t[a+1]=C):(f=C,t[a+2]=C),A=tee(i,c,u,f,p,g,m)}}e._triangleIndices=t,e._outlineCoordinatesTypedArray=new Float32Array(i)}function tee(e,t,n,i,o,r,s){let a=s?1:0,c=o?1:0,u=0,f=H8(e,t,a,c,u);if(f===0)return t;let d=0,p=o?1:0,g=r?1:0,m=H8(e,n,d,p,g);if(m===0)return n;let A=s?1:0,C=0,x=r?1:0,b=H8(e,i,A,C,x);if(b===0)return i;let E=f&m&b,S,D,v;if(E&1<<0)S=0,D=1,v=2;else if(E&1<<1)S=0,v=1,D=2;else if(E&1<<2)D=0,S=1,v=2;else if(E&1<<3)D=0,v=1,S=2;else if(E&1<<4)v=0,S=1,D=2;else if(E&1<<5)v=0,D=1,S=2;else{let L=G8(f),_=G8(m),T=G8(b);return L<_&&L<T?t:_<T?n:i}let O=t*3;e[O+S]=a,e[O+D]=c,e[O+v]=u;let R=n*3;e[R+S]=d,e[R+D]=p,e[R+v]=g;let M=i*3;e[M+S]=A,e[M+D]=C,e[M+v]=x}function H8(e,t,n,i,o){let r=t*3,s=e[r],a=e[r+1],c=e[r+2];return l(s)?(s===n&&a===i&&c===o)<<0|(s===n&&a===o&&c===i)<<1|(s===i&&a===n&&c===o)<<2|(s===i&&a===o&&c===n)<<3|(s===o&&a===n&&c===i)<<4|(s===o&&a===i&&c===n)<<5:63}function G8(e){return(e&1)+(e>>1&1)+(e>>2&1)+(e>>3&1)+(e>>4&1)+(e>>5&1)}UR.prototype.updateAttribute=function(e){let t=this._extraVertices,n=e.length,i=n/this._originalVertexCount,o=t.length,r=e.constructor,s=new r(e.length+o*i);s.set(e);for(let a=0;a<o;a++){let c=t[a]*i,u=n+a*i;for(let f=0;f<i;f++)s[u+f]=s[c+f]}return s};UR.createTexture=function(e){let t=e.cache.modelOutliningCache;if(l(t)||(t=e.cache.modelOutliningCache={}),l(t.outlineTexture))return t.outlineTexture;let n=Math.min(4096,Vt.maximumTextureSize),i=n,o=nee(i),r=[];for(;i>1;)i>>=1,r.push(nee(i));let s=new Rt({context:e,source:{arrayBufferView:o,mipLevels:r},width:n,height:1,pixelFormat:ft.LUMINANCE,sampler:new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:cn.LINEAR_MIPMAP_LINEAR,magnificationFilter:Qi.LINEAR})});return t.outlineTexture=s,s};function nee(e){let t=new Uint8Array(e);return t[e-1]=192,e===8?t[e-1]=96:e===4?t[e-1]=48:e===2?t[e-1]=24:e===1&&(t[e-1]=12),t}function iee(e,t){this._originalVertexCount=t,this._edges=new Set;for(let n=0;n<e.length;n+=2){let i=e[n],o=e[n+1],r=Math.min(i,o),s=Math.max(i,o),a=r*this._originalVertexCount+s;this._edges.add(a)}}iee.prototype.hasEdge=function(e,t){let n=Math.min(e,t),i=Math.max(e,t),o=n*this._originalVertexCount+i;return this._edges.has(o)};var ax=UR;function oee(e){this.attribute=e,this.loadBuffer=!1,this.loadTypedArray=!1}function iLe(e){this.indices=e,this.loadBuffer=!1,this.loadTypedArray=!1}function zR(e){this.primitive=e,this.attributePlans=[],this.indicesPlan=void 0,this.needsOutlines=!1,this.outlineIndices=void 0}zR.prototype.postProcess=function(e){this.needsOutlines&&(oLe(this),sLe(this,e))};function oLe(e){let t=e.primitive,n=t.indices,i=t.attributes[0].count,o=new ax({triangleIndices:n.typedArray,outlineIndices:e.outlineIndices,originalVertexCount:i});n.typedArray=o.updatedTriangleIndices,n.indexDatatype=Fe.fromTypedArray(n.typedArray);let r=rLe(o.outlineCoordinates),s=new oee(r);s.loadBuffer=!0,s.loadTypedArray=!1,e.attributePlans.push(s),t.outlineCoordinates=s.attribute;let a=e.attributePlans,c=e.attributePlans.length;for(let u=0;u<c;u++){let f=a[u].attribute;f.typedArray=o.updateAttribute(f.typedArray)}}function rLe(e){let t=new St.Attribute;return t.name="_OUTLINE_COORDINATES",t.typedArray=e,t.componentDatatype=K.FLOAT,t.type=$t.VEC3,t.normalized=!1,t.count=e.length/3,t}function sLe(e,t){aLe(e.attributePlans,t),l(e.indicesPlan)&&cLe(e.indicesPlan,t)}function aLe(e,t){let n=e.length;for(let i=0;i<n;i++){let o=e[i],r=o.attribute,s=r.typedArray;if(o.loadBuffer){let a=rt.createVertexBuffer({typedArray:s,context:t,usage:Le.STATIC_DRAW});a.vertexArrayDestroyable=!1,r.buffer=a}o.loadTypedArray||(r.typedArray=void 0)}}function cLe(e,t){let n=e.indices;if(e.loadBuffer){let i=rt.createIndexBuffer({typedArray:n.typedArray,context:t,usage:Le.STATIC_DRAW,indexDatatype:n.indexDatatype});n.buffer=i,i.vertexArrayDestroyable=!1}e.loadTypedArray||(n.typedArray=void 0)}zR.AttributeLoadPlan=oee;zR.IndicesLoadPlan=iLe;var cx=zR;function lLe(e){e=y(e,y.EMPTY_OBJECT),this.webp=y(e.webp,!1),this.basis=y(e.basis,!1)}var HR=lLe;var uLe=St.Attribute,fLe=St.Indices,see=St.FeatureIdAttribute,aee=St.FeatureIdTexture,cee=St.FeatureIdImplicitRange,dLe=St.MorphTarget,hLe=St.Primitive,mLe=St.Instances,pLe=St.Skin,_Le=St.Node,gLe=St.AnimatedPropertyType,yLe=St.AnimationSampler,ALe=St.AnimationTarget,CLe=St.AnimationChannel,xLe=St.Animation,TLe=St.ArticulationStage,ELe=St.Articulation,bLe=St.Asset,SLe=St.Scene,wLe=St.Components,DLe=St.MetallicRoughness,vLe=St.SpecularGlossiness,PLe=St.Material,Zo={NOT_LOADED:0,LOADING:1,LOADED:2,PROCESSING:3,POST_PROCESSING:4,PROCESSED:5,READY:6,FAILED:7,UNLOADED:8};function Pm(e){e=y(e,y.EMPTY_OBJECT);let t=e.gltfResource,n=e.baseResource,i=e.typedArray,o=y(e.releaseGltfJson,!1),r=y(e.asynchronous,!0),s=y(e.incrementallyLoadTextures,!0),a=y(e.upAxis,So.Y),c=y(e.forwardAxis,So.Z),u=y(e.loadAttributesAsTypedArray,!1),f=y(e.loadAttributesFor2D,!1),d=y(e.loadIndicesForWireframe,!1),p=y(e.loadPrimitiveOutline,!0),g=y(e.loadForClassification,!1),m=y(e.renameBatchIdSemantic,!1);n=l(n)?n:t.clone(),this._gltfJson=e.gltfJson,this._gltfResource=t,this._baseResource=n,this._typedArray=i,this._releaseGltfJson=o,this._asynchronous=r,this._incrementallyLoadTextures=s,this._upAxis=a,this._forwardAxis=c,this._loadAttributesAsTypedArray=u,this._loadAttributesFor2D=f,this._loadIndicesForWireframe=d,this._loadPrimitiveOutline=p,this._loadForClassification=g,this._renameBatchIdSemantic=m,this._hasKhrMeshQuantization=!1,this._sortedPropertyTableIds=void 0,this._sortedFeatureTextureIds=void 0,this._gltfJsonLoader=void 0,this._state=Zo.NOT_LOADED,this._textureState=Zo.NOT_LOADED,this._promise=void 0,this._texturesLoadedPromise=void 0,this._process=function(A,C){},this._processTextures=function(A,C){},this._primitiveLoadPlans=[],this._loaderPromises=[],this._textureLoaders=[],this._texturesPromises=[],this._bufferViewLoaders=[],this._geometryLoaders=[],this._structuralMetadataLoader=void 0,this._postProcessBuffers=[],this._components=void 0}l(Object.create)&&(Pm.prototype=Object.create(to.prototype),Pm.prototype.constructor=Pm);Object.defineProperties(Pm.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){}},components:{get:function(){return this._components}},texturesLoadedPromise:{get:function(){return this._texturesLoadedPromise}}});Pm.prototype.load=function(){let e=fo.loadGltfJson({gltfResource:this._gltfResource,baseResource:this._baseResource,typedArray:this._typedArray,gltfJson:this._gltfJson});this._gltfJsonLoader=e,this._state=Zo.LOADING,this._textureState=Zo.LOADING;let t=this,n,i=new Promise(function(o,r){n=new Promise(function(s,a){t._process=function(c,u){if(!Lt.supportsWebP.initialized){Lt.supportsWebP.initialize();return}if(c._state===Zo.LOADED){c._state=Zo.PROCESSING;let f=new HR({webp:Lt.supportsWebP(),basis:u.context.supportsBasis}),d;l(c._gltfJsonLoader)?d=c._gltfJsonLoader.gltf:d=c._gltfJson,SFe(c,d,f,u,r,a),l(c._gltfJsonLoader)&&c._releaseGltfJson&&(fo.unload(c._gltfJsonLoader),c._gltfJsonLoader=void 0)}c._state===Zo.PROCESSING&&ILe(c,u),c._state===Zo.POST_PROCESSING&&(OLe(c,u.context),c._state=Zo.PROCESSED),c._state===Zo.PROCESSED&&(gee(c),c._typedArray=void 0,c._state=Zo.READY,o(c))},t._processTextures=function(c,u){if(c._textureState===Zo.LOADED&&(c._textureState=Zo.PROCESSING),c._textureState===Zo.PROCESSING){let f,d=c._textureLoaders,p=d.length;for(f=0;f<p;++f)d[f].process(u)}c._textureState===Zo.PROCESSED&&(c._textureState=Zo.READY,s(c))}})});return this._promise=e.promise.then(function(){if(!t.isDestroyed())return t._state=Zo.LOADED,t._textureState=Zo.LOADED,i}).catch(function(o){if(!t.isDestroyed())return t._state=Zo.FAILED,t._textureState=Zo.FAILED,ree(t,o)}),this._texturesLoadedPromise=n.catch(function(o){if(!t.isDestroyed())return t._textureState=Zo.FAILED,ree(t,o)}),this._promise};function ree(e,t){e.unload();let n="Failed to load glTF";return t=e.getError(n,t),Promise.reject(t)}function ILe(e,t){let n=e._bufferViewLoaders,i=n.length;for(let s=0;s<i;++s)n[s].process(t);let o=e._geometryLoaders,r=o.length;for(let s=0;s<r;++s)o[s].process(t);l(e._structuralMetadataLoader)&&e._structuralMetadataLoader.process(t)}function OLe(e,t){let n=e._primitiveLoadPlans,i=n.length;for(let o=0;o<i;o++){let r=n[o];r.postProcess(t),r.needsOutlines&&BLe(e,r)}}function BLe(e,t){let n=e._postProcessBuffers,i=t.primitive,o=i.outlineCoordinates;l(o)&&n.push(o.buffer);let r=i.attributes,s=r.length;for(let c=0;c<s;c++){let u=r[c];l(u.buffer)&&n.push(u.buffer)}let a=i.indices;l(a)&&l(a.buffer)&&n.push(a.buffer)}Pm.prototype.process=function(e){this._process(this,e),this._processTextures(this,e)};function RLe(e,t,n,i,o,r,s,a){let u=t.accessors[n].bufferView,f=fo.loadVertexBuffer({gltf:t,gltfResource:e._gltfResource,baseResource:e._baseResource,frameState:a,bufferViewId:u,draco:o,attributeSemantic:i,accessorId:n,asynchronous:e._asynchronous,loadBuffer:r,loadTypedArray:s});return e._geometryLoaders.push(f),f}function MLe(e,t,n,i,o,r,s){let a=fo.loadIndexBuffer({gltf:t,accessorId:n,gltfResource:e._gltfResource,baseResource:e._baseResource,frameState:s,draco:i,asynchronous:e._asynchronous,loadBuffer:o,loadTypedArray:r});return e._geometryLoaders.push(a),a}function LLe(e,t,n){let i=fo.loadBufferView({gltf:t,bufferViewId:n,gltfResource:e._gltfResource,baseResource:e._baseResource});return e._bufferViewLoaders.push(i),i}function lee(e,t,n){let i=t.byteOffset,o=wl(e,t),r=t.count,s=gu(t.type),a=t.componentType,c=K.getSizeInBytes(a),u=c*s,f=r*s;if(o===u)return n=new Uint8Array(n),K.createArrayBufferView(a,n.buffer,n.byteOffset+i,f);let d=K.createTypedArray(a,f),p=new DataView(n.buffer),g=new Array(s),m=d_(t.componentType);i=n.byteOffset+i;for(let A=0;A<r;++A){m(p,i,s,c,g);for(let C=0;C<s;++C)d[A*s+C]=g[C];i+=o}return d}function FLe(e,t){let n=e.type;if(n===$t.SCALAR)return t.fill(0);let i=$t.getMathType(n);return t.fill(i.clone(i.ZERO))}function NLe(e,t,n,i){let o=e.type,r=e.count;if(o===$t.SCALAR)for(let s=0;s<r;s++)n[s]=t[s];else if(o===$t.VEC4&&i)for(let s=0;s<r;s++)n[s]=Be.unpack(t,s*4);else{let s=$t.getMathType(o),a=$t.getNumberOfComponents(o);for(let c=0;c<r;c++)n[c]=s.unpack(t,c*a)}return n}function GR(e,t,n,i){let o=t.accessors[n],r=o.count,s=new Array(r),a=o.bufferView;if(l(a)){let u=LLe(e,t,a).promise.then(function(f){if(e.isDestroyed())return;let d=f.typedArray,p=lee(t,o,d);i=y(i,!1),NLe(o,p,s,i)});return e._loaderPromises.push(u),s}return FLe(o,s)}function Au(e,t){if(!!l(t))return e===Number?t[0]:e.unpack(t)}function kLe(e){return e===Number?0:new e}function VLe(e){switch(e){case K.BYTE:return 127;case K.UNSIGNED_BYTE:return 255;case K.SHORT:return 32767;case K.UNSIGNED_SHORT:return 65535;default:return 1}}var ULe={VEC2:new H(-1,-1),VEC3:new h(-1,-1,-1),VEC4:new se(-1,-1,-1,-1)};function zLe(e,t){let n=VLe(e.componentDatatype),i=ULe[e.type],o=e.min;l(o)&&(o=t.divideByScalar(o,n,o),o=t.maximumByComponent(o,i,o));let r=e.max;l(r)&&(r=t.divideByScalar(r,n,r),r=t.maximumByComponent(r,i,r)),e.min=o,e.max=r}function HLe(e,t,n){let i=e.decodeMatrix,o=Au(n,e.decodedMin),r=Au(n,e.decodedMax);l(o)&&l(r)&&(t.min=o,t.max=r);let s=new St.Quantization;s.componentDatatype=t.componentDatatype,s.type=t.type,i.length===4?(s.quantizedVolumeOffset=i[2],s.quantizedVolumeStepSize=i[0]):i.length===9?(s.quantizedVolumeOffset=new H(i[6],i[7]),s.quantizedVolumeStepSize=new H(i[0],i[4])):i.length===16?(s.quantizedVolumeOffset=new h(i[12],i[13],i[14]),s.quantizedVolumeStepSize=new h(i[0],i[5],i[10])):i.length===25&&(s.quantizedVolumeOffset=new se(i[20],i[21],i[22],i[23]),s.quantizedVolumeStepSize=new se(i[0],i[6],i[12],i[18])),t.quantization=s}function GLe(e,t,n,i,o,r){let s=e.accessors[t],a=$t.getMathType(s.type),c=y(s.normalized,!1),u=new uLe;u.name=n,u.semantic=i,u.setIndex=o,u.constant=kLe(a),u.componentDatatype=s.componentType,u.normalized=c,u.count=s.count,u.type=s.type,u.min=Au(a,s.min),u.max=Au(a,s.max),u.byteOffset=s.byteOffset,u.byteStride=wl(e,s),Ui(s,"WEB3D_quantized_attributes")&&HLe(s.extensions.WEB3D_quantized_attributes,u,a);let f=u.semantic===yt.POSITION||u.semantic===yt.NORMAL||u.semantic===yt.TANGENT||u.semantic===yt.TEXCOORD;return r&&c&&f&&zLe(u,a),u}function uee(e){let n=/^\w+_(\d+)$/.exec(e);if(n!==null)return parseInt(n[1])}var WLe={gltfSemantic:void 0,renamedSemantic:void 0,modelSemantic:void 0};function W8(e,t,n){let i=n;e._renameBatchIdSemantic&&(n==="_BATCHID"||n==="BATCHID")&&(i="_FEATURE_ID_0");let o=t.fromGltfSemantic(i),r=WLe;return r.gltfSemantic=n,r.renamedSemantic=i,r.modelSemantic=o,r}function jLe(e){let t=e===yt.POSITION,n=e===yt.FEATURE_ID,i=e===yt.TEXCOORD;return t||n||i}function qLe(e,t,n,i){if(e.byteOffset=0,e.byteStride=void 0,e.quantization=t.quantization,n&&(e.buffer=t.buffer),i){let o=l(t.quantization)?t.quantization.componentDatatype:e.componentDatatype;e.typedArray=K.createArrayBufferView(o,t.typedArray.buffer)}}function YLe(e,t,n,i,o,r){if(o&&(n.buffer=i.buffer),r){let s=i.typedArray;n.typedArray=lee(e,t,s),o||(n.byteOffset=0,n.byteStride=void 0)}}function fee(e,t,n,i,o,r,s,a){let c=t.accessors[n],u=c.bufferView,f=i.gltfSemantic,d=i.renamedSemantic,p=i.modelSemantic,g=l(p)?uee(d):void 0,A=GLe(t,n,f,p,g,e._hasKhrMeshQuantization);if(!l(o)&&!l(u))return A;let x=RLe(e,t,n,f,o,r,s,a).promise.then(function(b){e.isDestroyed()||(l(o)&&l(o.attributes)&&l(o.attributes[f])?qLe(A,b,r,s):YLe(t,c,A,b,r,s))});return e._loaderPromises.push(x),A}function dee(e,t,n,i,o,r,s,a){let c=i.modelSemantic,u=c===yt.POSITION,f=c===yt.FEATURE_ID,d=u&&!r&&e._loadAttributesFor2D&&!a.scene3DOnly,p=e._loadForClassification&&f,g=e._loadAttributesAsTypedArray,m=!g,A=g||d||p,b=fee(e,t,n,i,o,s?!1:m,s?!0:A,a),E=new cx.AttributeLoadPlan(b);return E.loadBuffer=m,E.loadTypedArray=A,E}function XLe(e,t,n,i,o,r){let s=l(i.ROTATION),a=l(i.TRANSLATION)&&l(t.accessors[i.TRANSLATION].min)&&l(t.accessors[i.TRANSLATION].max),c=W8(e,Ur,o),u=c.modelSemantic,f=u===Ur.TRANSLATION||u===Ur.ROTATION||u===Ur.SCALE,d=u===Ur.TRANSLATION,p=e._loadAttributesAsTypedArray||s&&f||!r.context.instancedArrays,g=!p,m=e._loadAttributesFor2D&&!r.scene3DOnly;return fee(e,t,n,c,void 0,g,p||d&&(!a||m),r)}function KLe(e,t,n,i,o,r,s){let a=t.accessors[n],c=a.bufferView;if(!l(i)&&!l(c))return;let u=new fLe;u.count=a.count;let f=e._loadAttributesAsTypedArray,d=e._loadIndicesForWireframe&&!s.context.webgl2,p=e._loadForClassification&&o,m=!f,A=f||d||p,E=MLe(e,t,n,i,r?!1:m,r?!0:A,s).promise.then(function(D){e.isDestroyed()||(u.indexDatatype=D.indexDatatype,u.buffer=D.buffer,u.typedArray=D.typedArray)});e._loaderPromises.push(E);let S=new cx.IndicesLoadPlan(u);return S.loadBuffer=m,S.loadTypedArray=A,S}function vm(e,t,n,i,o,r){let s=Dl.getImageIdFromTexture({gltf:t,textureId:n.index,supportedImageFormats:i});if(!l(s))return;let a=fo.loadTexture({gltf:t,textureInfo:n,gltfResource:e._gltfResource,baseResource:e._baseResource,supportedImageFormats:i,frameState:o,asynchronous:e._asynchronous});e._textureLoaders.push(a);let c=Dl.createModelTextureReader({textureInfo:n}),u=a.promise.then(function(f){e.isUnloaded()||e.isDestroyed()||(c.texture=f.texture,l(r)&&(c.texture.sampler=r))});return e._texturesPromises.push(u),c}function JLe(e,t,n,i,o){let r=new PLe,s=y(n.extensions,y.EMPTY_OBJECT),a=s.KHR_materials_pbrSpecularGlossiness,c=n.pbrMetallicRoughness;if(r.unlit=l(s.KHR_materials_unlit),l(a)){let u=new vLe;r.specularGlossiness=u,l(a.diffuseTexture)&&(u.diffuseTexture=vm(e,t,a.diffuseTexture,i,o)),l(a.specularGlossinessTexture)&&l(a.specularGlossinessTexture)&&(u.specularGlossinessTexture=vm(e,t,a.specularGlossinessTexture,i,o)),u.diffuseFactor=Au(se,a.diffuseFactor),u.specularFactor=Au(h,a.specularFactor),u.glossinessFactor=a.glossinessFactor,r.pbrSpecularGlossiness=a}else if(l(c)){let u=new DLe;l(c.baseColorTexture)&&(u.baseColorTexture=vm(e,t,c.baseColorTexture,i,o)),l(c.metallicRoughnessTexture)&&(u.metallicRoughnessTexture=vm(e,t,c.metallicRoughnessTexture,i,o)),u.baseColorFactor=Au(se,c.baseColorFactor),u.metallicFactor=c.metallicFactor,u.roughnessFactor=c.roughnessFactor,r.metallicRoughness=u}return l(n.emissiveTexture)&&(r.emissiveTexture=vm(e,t,n.emissiveTexture,i,o)),l(n.normalTexture)&&!e._loadForClassification&&(r.normalTexture=vm(e,t,n.normalTexture,i,o)),l(n.occlusionTexture)&&(r.occlusionTexture=vm(e,t,n.occlusionTexture,i,o)),r.emissiveFactor=Au(h,n.emissiveFactor),r.alphaMode=n.alphaMode,r.alphaCutoff=n.alphaCutoff,r.doubleSided=n.doubleSided,r}function hee(e,t){let n=new see;return n.featureCount=e.featureCount,n.nullFeatureId=e.nullFeatureId,n.propertyTableId=e.propertyTable,n.setIndex=e.attribute,n.label=e.label,n.positionalLabel=t,n}function mee(e,t,n,i){let o=new see,r=e.featureIds;return o.featureCount=n,o.propertyTableId=t,o.setIndex=uee(r.attribute),o.positionalLabel=i,o}function pee(e,t){let n=new cee;return n.propertyTableId=e.propertyTable,n.featureCount=e.featureCount,n.nullFeatureId=e.nullFeatureId,n.label=e.label,n.positionalLabel=t,n.offset=0,n.repeat=1,n}function _ee(e,t,n,i){let o=new cee,r=e.featureIds;o.propertyTableId=t,o.featureCount=n,o.offset=y(r.constant,0);let s=y(r.divisor,0);return o.repeat=s===0?void 0:s,o.positionalLabel=i,o}function ZLe(e,t,n,i,o,r){let s=new aee;s.featureCount=n.featureCount,s.nullFeatureId=n.nullFeatureId,s.propertyTableId=n.propertyTable,s.label=n.label,s.positionalLabel=r;let a=n.texture;s.textureReader=vm(e,t,a,i,o,dn.NEAREST);let u=(l(a.channels)?a.channels:[0]).map(function(f){return"rgba".charAt(f)}).join("");return s.textureReader.channels=u,s}function QLe(e,t,n,i,o,r,s,a){let c=new aee,u=n.featureIds,f=u.texture;return c.featureCount=s,c.propertyTableId=i,c.textureReader=vm(e,t,f,o,r,dn.NEAREST),c.textureReader.channels=u.channels,c.positionalLabel=a,c}function $Le(e,t,n,i,o,r){let s=new dLe,a=void 0,c=!1;for(let u in n)if(n.hasOwnProperty(u)){let f=n[u],d=W8(e,yt,u),p=dee(e,t,f,d,a,c,i,r);s.attributes.push(p.attribute),o.attributePlans.push(p)}return s}function eFe(e,t,n,i,o,r){let s=new hLe,a=new cx(s);e._primitiveLoadPlans.push(a);let c=n.material;l(c)&&(s.material=JLe(e,t,t.materials[c],o,r));let u=y(n.extensions,y.EMPTY_OBJECT),f=!1,d=u.CESIUM_primitive_outline;e._loadPrimitiveOutline&&l(d)&&(f=!0,a.needsOutlines=!0,a.outlineIndices=tFe(e,t,d,a));let p=e._loadForClassification,g=u.KHR_draco_mesh_compression,m=!1,A=n.attributes;if(l(A)){for(let O in A)if(A.hasOwnProperty(O)){let R=A[O],M=W8(e,yt,O),L=M.modelSemantic;if(p&&!jLe(L))continue;L===yt.FEATURE_ID&&(m=!0);let _=dee(e,t,R,M,g,i,f,r);a.attributePlans.push(_),s.attributes.push(_.attribute)}}let C=n.targets;if(l(C)&&!p){let O=C.length;for(let R=0;R<O;++R)s.morphTargets.push($Le(e,t,C[R],f,a,r))}let x=n.indices;if(l(x)){let O=KLe(e,t,x,g,m,f,r);l(O)&&(a.indicesPlan=O,s.indices=O.indices)}let b=u.EXT_structural_metadata,E=u.EXT_mesh_features,S=u.EXT_feature_metadata,D=l(S);l(E)?nFe(e,t,s,E,o,r):D&&iFe(e,t,s,S,o,r),l(b)?oFe(s,b):D&&rFe(e,s,S);let v=n.mode;if(p&&v!==Oe.TRIANGLES)throw new de("Only triangle meshes can be used for classification.");return s.primitiveType=v,s}function tFe(e,t,n){let i=n.indices;return GR(e,t,i,!1)}function nFe(e,t,n,i,o,r){let s;l(i)&&l(i.featureIds)?s=i.featureIds:s=[];for(let a=0;a<s.length;a++){let c=s[a],u=`featureId_${a}`,f;l(c.texture)?f=ZLe(e,t,c,o,r,u):l(c.attribute)?f=hee(c,u):f=pee(c,u),n.featureIds.push(f)}}function iFe(e,t,n,i,o,r){let s=t.extensions.EXT_feature_metadata.featureTables,a=0,c=i.featureIdAttributes;if(l(c)){let f=c.length;for(let d=0;d<f;++d){let p=c[d],g=p.featureTable,m=e._sortedPropertyTableIds.indexOf(g),A=s[g].count,C=`featureId_${a}`;a++;let x;l(p.featureIds.attribute)?x=mee(p,m,A,C):x=_ee(p,m,A,C),n.featureIds.push(x)}}let u=i.featureIdTextures;if(l(u)){let f=u.length;for(let d=0;d<f;++d){let p=u[d],g=p.featureTable,m=e._sortedPropertyTableIds.indexOf(g),A=s[g].count,C=`featureId_${a}`;a++;let x=QLe(e,t,p,m,o,r,A,C);n.featureIds.push(x)}}}function oFe(e,t){!l(t)||(l(t.propertyTextures)&&(e.propertyTextureIds=t.propertyTextures),l(t.propertyAttributes)&&(e.propertyAttributeIds=t.propertyAttributes))}function rFe(e,t,n){l(n.featureTextures)&&(t.propertyTextureIds=n.featureTextures.map(function(i){return e._sortedFeatureTextureIds.indexOf(i)}))}function sFe(e,t,n,i){let o=n.EXT_mesh_gpu_instancing,r=new mLe,s=o.attributes;if(l(s)){for(let f in s)if(s.hasOwnProperty(f)){let d=s[f];r.attributes.push(XLe(e,t,d,s,f,i))}}let a=y(o.extensions,y.EMPTY_OBJECT),c=n.EXT_instance_features,u=a.EXT_feature_metadata;return l(c)?aFe(r,c):l(u)&&cFe(t,r,u,e._sortedPropertyTableIds),r}function aFe(e,t){let n=t.featureIds;for(let i=0;i<n.length;i++){let o=n[i],r=`instanceFeatureId_${i}`,s;l(o.attribute)?s=hee(o,r):s=pee(o,r),e.featureIds.push(s)}}function cFe(e,t,n,i){let o=e.extensions.EXT_feature_metadata.featureTables,r=n.featureIdAttributes;if(l(r)){let s=r.length;for(let a=0;a<s;++a){let c=r[a],u=c.featureTable,f=i.indexOf(u),d=o[u].count,p=`instanceFeatureId_${a}`,g;l(c.featureIds.attribute)?g=mee(c,f,d,p):g=_ee(c,f,d,p),t.featureIds.push(g)}}}function lFe(e,t,n,i,o){let r=new _Le;r.name=n.name,r.matrix=Au(F,n.matrix),r.translation=Au(h,n.translation),r.rotation=Au(Be,n.rotation),r.scale=Au(h,n.scale);let s=y(n.extensions,y.EMPTY_OBJECT),a=s.EXT_mesh_gpu_instancing,c=s.AGI_articulations;if(l(a)){if(e._loadForClassification)throw new de("Models with the EXT_mesh_gpu_instancing extension cannot be used for classification.");r.instances=sFe(e,t,s,o)}l(c)&&(r.articulationName=c.articulationName);let u=n.mesh;if(l(u)){let f=t.meshes[u],d=f.primitives,p=d.length;for(let C=0;C<p;++C)r.primitives.push(eFe(e,t,d[C],l(r.instances),i,o));let g=y(n.weights,f.weights),A=r.primitives[0].morphTargets.length;r.morphWeights=l(g)?g.slice():new Array(A).fill(0)}return r}function uFe(e,t,n,i){if(!l(t.nodes))return[];let o,r,s=t.nodes.length,a=new Array(s);for(o=0;o<s;++o){let c=lFe(e,t,t.nodes[o],n,i);c.index=o,a[o]=c}for(o=0;o<s;++o){let c=t.nodes[o].children;if(l(c)){let u=c.length;for(r=0;r<u;++r)a[o].children.push(a[c[r]])}}return a}function fFe(e,t,n,i){let o=new pLe,r=n.joints,s=r.length,a=new Array(s);for(let u=0;u<s;++u)a[u]=i[r[u]];o.joints=a;let c=n.inverseBindMatrices;return l(c)?o.inverseBindMatrices=GR(e,t,c):o.inverseBindMatrices=new Array(s).fill(F.IDENTITY),o}function dFe(e,t,n){let i=t.skins;if(e._loadForClassification||!l(i))return[];let o=t.skins.length,r=new Array(o);for(let a=0;a<o;++a){let c=fFe(e,t,t.skins[a],n);c.index=a,r[a]=c}let s=n.length;for(let a=0;a<s;++a){let c=t.nodes[a].skin;l(c)&&(n[a].skin=r[c])}return r}function hFe(e,t,n,i,o,r){let s=new VR({gltf:t,extension:n,extensionLegacy:i,gltfResource:e._gltfResource,baseResource:e._baseResource,supportedImageFormats:o,frameState:r,asynchronous:e._asynchronous});return s.load(),e._structuralMetadataLoader=s,s}function mFe(e,t,n){let i=new yLe,o=n.input;i.input=GR(e,t,o);let r=n.interpolation;i.interpolation=y(eh[r],eh.LINEAR);let s=n.output;return i.output=GR(e,t,s,!0),i}function pFe(e,t){let n=new ALe,i=e.node;if(!l(i))return;n.node=t[i];let o=e.path.toUpperCase();return n.path=gLe[o],n}function _Fe(e,t,n){let i=new CLe,o=e.sampler;return i.sampler=t[o],i.target=pFe(e.target,n),i}function gFe(e,t,n,i){let o,r=new xLe;r.name=n.name;let s=n.samplers,a=s.length,c=new Array(a);for(o=0;o<a;o++){let p=mFe(e,t,s[o]);p.index=o,c[o]=p}let u=n.channels,f=u.length,d=new Array(f);for(o=0;o<f;o++)d[o]=_Fe(u[o],c,i);return r.samplers=c,r.channels=d,r}function yFe(e,t,n){let i=t.animations;if(e._loadForClassification||!l(i))return[];let o=t.animations.length,r=new Array(o);for(let s=0;s<o;++s){let a=gFe(e,t,t.animations[s],n);a.index=s,r[s]=a}return r}function AFe(e){let t=new TLe;t.name=e.name;let n=e.type.toUpperCase();return t.type=sc[n],t.minimumValue=e.minimumValue,t.maximumValue=e.maximumValue,t.initialValue=e.initialValue,t}function CFe(e){let t=new ELe;t.name=e.name;let n=e.stages,i=n.length,o=new Array(i);for(let r=0;r<i;r++){let s=AFe(n[r]);o[r]=s}return t.stages=o,t}function xFe(e){let n=y(e.extensions,y.EMPTY_OBJECT).AGI_articulations;if(!l(n))return[];let i=n.articulations;if(!l(i))return[];let o=i.length,r=new Array(o);for(let s=0;s<o;s++){let a=CFe(i[s]);r[s]=a}return r}function TFe(e){let t;return l(e.scenes)&&l(e.scene)&&(t=e.scenes[e.scene].nodes),t=y(t,e.nodes),t=l(t)?t:[],t}function EFe(e,t){let n=new SLe,i=TFe(e);return n.nodes=i.map(function(o){return t[o]}),n}var bFe=new h;function SFe(e,t,n,i,o,r){let s=t.asset.version;if(s!=="1.0"&&s!=="2.0"){let D=e._gltfResource.url;throw new de(`Failed to load ${D}:
Unsupported glTF version: ${s}`)}let a=t.extensionsRequired;l(a)&&(en.checkSupportedExtensions(a),e._hasKhrMeshQuantization=a.includes("KHR_mesh_quantization"));let c=y(t.extensions,y.EMPTY_OBJECT),u=c.EXT_structural_metadata,f=c.EXT_feature_metadata,d=c.CESIUM_RTC;if(l(f)){let D=f.featureTables,v=f.featureTextures,O=l(D)?D:[],R=l(v)?v:[];e._sortedPropertyTableIds=Object.keys(O).sort(),e._sortedFeatureTextureIds=Object.keys(R).sort()}let p=uFe(e,t,n,i),g=dFe(e,t,p),m=yFe(e,t,p),A=xFe(t),C=EFe(t,p),x=new wLe,b=new bLe,E=t.asset.copyright;if(l(E)){let D=E.split(";").map(function(v){return new Yt(v.trim())});b.credits=D}if(x.asset=b,x.scene=C,x.nodes=p,x.skins=g,x.animations=m,x.articulations=A,x.upAxis=e._upAxis,x.forwardAxis=e._forwardAxis,l(d)){let D=h.fromArray(d.center,0,bFe);x.transform=F.fromTranslation(D,x.transform)}if(e._components=x,l(u)||l(f)){let v=hFe(e,t,u,f,n,i).promise.then(function(O){e.isDestroyed()||(x.structuralMetadata=O.structuralMetadata)});e._loaderPromises.push(v)}let S=[];S.push.apply(S,e._loaderPromises),e._incrementallyLoadTextures||S.push.apply(S,e._texturesPromises),Promise.all(S).then(function(){e.isDestroyed()||(e._state=Zo.POST_PROCESSING)}).catch(o),Promise.all(e._texturesPromises).then(function(){e.isDestroyed()||(e._textureState=Zo.PROCESSED)}).catch(r)}function wFe(e){let t=e._textureLoaders,n=t.length;for(let i=0;i<n;++i)fo.unload(t[i]);e._textureLoaders.length=0}function gee(e){let t=e._bufferViewLoaders,n=t.length;for(let i=0;i<n;++i)fo.unload(t[i]);e._bufferViewLoaders.length=0}function DFe(e){let t=e._geometryLoaders,n=t.length;for(let i=0;i<n;++i)fo.unload(t[i]);e._geometryLoaders.length=0}function vFe(e){let t=e._postProcessBuffers,n=t.length;for(let i=0;i<n;i++){let o=t[i];o.isDestroyed()||o.destroy()}t.length=0}function PFe(e){l(e._structuralMetadataLoader)&&(e._structuralMetadataLoader.destroy(),e._structuralMetadataLoader=void 0)}Pm.prototype.isUnloaded=function(){return this._state===Zo.UNLOADED};Pm.prototype.unload=function(){l(this._gltfJsonLoader)&&fo.unload(this._gltfJsonLoader),this._gltfJsonLoader=void 0,wFe(this),gee(this),DFe(this),vFe(this),PFe(this),this._components=void 0,this._typedArray=void 0,this._state=Zo.UNLOADED};var A_=Pm;function j8(e,t,n){let i=e._gl;i.framebufferTexture2D(i.FRAMEBUFFER,t,n._target,n._texture,0)}function WR(e,t,n){let i=e._gl;i.framebufferRenderbuffer(i.FRAMEBUFFER,t,i.RENDERBUFFER,n._getRenderbuffer())}function Pf(e){e=y(e,y.EMPTY_OBJECT);let n=e.context._gl,i=Vt.maximumColorAttachments;this._gl=n,this._framebuffer=n.createFramebuffer(),this._colorTextures=[],this._colorRenderbuffers=[],this._activeColorAttachments=[],this._depthTexture=void 0,this._depthRenderbuffer=void 0,this._stencilRenderbuffer=void 0,this._depthStencilTexture=void 0,this._depthStencilRenderbuffer=void 0,this.destroyAttachments=y(e.destroyAttachments,!0);let o=l(e.depthTexture)||l(e.depthRenderbuffer),r=l(e.depthStencilTexture)||l(e.depthStencilRenderbuffer);this._bind();let s,a,c,u,f;if(l(e.colorTextures)){let d=e.colorTextures;for(u=this._colorTextures.length=this._activeColorAttachments.length=d.length,c=0;c<u;++c)s=d[c],f=this._gl.COLOR_ATTACHMENT0+c,j8(this,f,s),this._activeColorAttachments[c]=f,this._colorTextures[c]=s}if(l(e.colorRenderbuffers)){let d=e.colorRenderbuffers;for(u=this._colorRenderbuffers.length=this._activeColorAttachments.length=d.length,c=0;c<u;++c)a=d[c],f=this._gl.COLOR_ATTACHMENT0+c,WR(this,f,a),this._activeColorAttachments[c]=f,this._colorRenderbuffers[c]=a}l(e.depthTexture)&&(s=e.depthTexture,j8(this,this._gl.DEPTH_ATTACHMENT,s),this._depthTexture=s),l(e.depthRenderbuffer)&&(a=e.depthRenderbuffer,WR(this,this._gl.DEPTH_ATTACHMENT,a),this._depthRenderbuffer=a),l(e.stencilRenderbuffer)&&(a=e.stencilRenderbuffer,WR(this,this._gl.STENCIL_ATTACHMENT,a),this._stencilRenderbuffer=a),l(e.depthStencilTexture)&&(s=e.depthStencilTexture,j8(this,this._gl.DEPTH_STENCIL_ATTACHMENT,s),this._depthStencilTexture=s),l(e.depthStencilRenderbuffer)&&(a=e.depthStencilRenderbuffer,WR(this,this._gl.DEPTH_STENCIL_ATTACHMENT,a),this._depthStencilRenderbuffer=a),this._unBind()}Object.defineProperties(Pf.prototype,{status:{get:function(){this._bind();let e=this._gl.checkFramebufferStatus(this._gl.FRAMEBUFFER);return this._unBind(),e}},numberOfColorAttachments:{get:function(){return this._activeColorAttachments.length}},depthTexture:{get:function(){return this._depthTexture}},depthRenderbuffer:{get:function(){return this._depthRenderbuffer}},stencilRenderbuffer:{get:function(){return this._stencilRenderbuffer}},depthStencilTexture:{get:function(){return this._depthStencilTexture}},depthStencilRenderbuffer:{get:function(){return this._depthStencilRenderbuffer}},hasDepthAttachment:{get:function(){return!!(this.depthTexture||this.depthRenderbuffer||this.depthStencilTexture||this.depthStencilRenderbuffer)}}});Pf.prototype._bind=function(){let e=this._gl;e.bindFramebuffer(e.FRAMEBUFFER,this._framebuffer)};Pf.prototype._unBind=function(){let e=this._gl;e.bindFramebuffer(e.FRAMEBUFFER,null)};Pf.prototype.bindDraw=function(){let e=this._gl;e.bindFramebuffer(e.DRAW_FRAMEBUFFER,this._framebuffer)};Pf.prototype.bindRead=function(){let e=this._gl;e.bindFramebuffer(e.READ_FRAMEBUFFER,this._framebuffer)};Pf.prototype._getActiveColorAttachments=function(){return this._activeColorAttachments};Pf.prototype.getColorTexture=function(e){return this._colorTextures[e]};Pf.prototype.getColorRenderbuffer=function(e){return this._colorRenderbuffers[e]};Pf.prototype.isDestroyed=function(){return!1};Pf.prototype.destroy=function(){if(this.destroyAttachments){let e=0,t=this._colorTextures,n=t.length;for(;e<n;++e){let o=t[e];l(o)&&o.destroy()}let i=this._colorRenderbuffers;for(n=i.length,e=0;e<n;++e){let o=i[e];l(o)&&o.destroy()}this._depthTexture=this._depthTexture&&this._depthTexture.destroy(),this._depthRenderbuffer=this._depthRenderbuffer&&this._depthRenderbuffer.destroy(),this._stencilRenderbuffer=this._stencilRenderbuffer&&this._stencilRenderbuffer.destroy(),this._depthStencilTexture=this._depthStencilTexture&&this._depthStencilTexture.destroy(),this._depthStencilRenderbuffer=this._depthStencilRenderbuffer&&this._depthStencilRenderbuffer.destroy()}return this._gl.deleteFramebuffer(this._framebuffer),le(this)};var Xs=Pf;function lx(e){e=y(e,y.EMPTY_OBJECT);let t=e.context,n=e.width,i=e.height;this._width=n,this._height=i;let o=e.colorRenderbuffers,r=e.colorTextures;if(l(o)!==l(r))throw new ye("Both color renderbuffer and texture attachments must be provided.");let s=e.depthStencilRenderbuffer,a=e.depthStencilTexture;if(l(s)!==l(a))throw new ye("Both depth-stencil renderbuffer and texture attachments must be provided.");this._renderFramebuffer=new Xs({context:t,colorRenderbuffers:o,depthStencilRenderbuffer:s,destroyAttachments:e.destroyAttachments}),this._colorFramebuffer=new Xs({context:t,colorTextures:r,depthStencilTexture:a,destroyAttachments:e.destroyAttachments})}lx.prototype.getRenderFramebuffer=function(){return this._renderFramebuffer};lx.prototype.getColorFramebuffer=function(){return this._colorFramebuffer};lx.prototype.blitFramebuffers=function(e,t){this._renderFramebuffer.bindRead(),this._colorFramebuffer.bindDraw();let n=e._gl,i=0;this._colorFramebuffer._colorTextures.length>0&&(i|=n.COLOR_BUFFER_BIT),l(this._colorFramebuffer.depthStencilTexture)&&(i|=n.DEPTH_BUFFER_BIT|(t?n.STENCIL_BUFFER_BIT:0)),n.blitFramebuffer(0,0,this._width,this._height,0,0,this._width,this._height,i,n.NEAREST),n.bindFramebuffer(n.READ_FRAMEBUFFER,null),n.bindFramebuffer(n.DRAW_FRAMEBUFFER,null)};lx.prototype.isDestroyed=function(){return!1};lx.prototype.destroy=function(){return this._renderFramebuffer.destroy(),this._colorFramebuffer.destroy(),le(this)};var jR=lx;var Hc={RGBA4:te.RGBA4,RGBA8:te.RGBA8,RGBA16F:te.RGBA16F,RGBA32F:te.RGBA32F,RGB5_A1:te.RGB5_A1,RGB565:te.RGB565,DEPTH_COMPONENT16:te.DEPTH_COMPONENT16,STENCIL_INDEX8:te.STENCIL_INDEX8,DEPTH_STENCIL:te.DEPTH_STENCIL,DEPTH24_STENCIL8:te.DEPTH24_STENCIL8,validate:function(e){return e===Hc.RGBA4||e===Hc.RGBA8||e===Hc.RGBA16F||e===Hc.RGBA32F||e===Hc.RGB5_A1||e===Hc.RGB565||e===Hc.DEPTH_COMPONENT16||e===Hc.STENCIL_INDEX8||e===Hc.DEPTH_STENCIL||e===Hc.DEPTH24_STENCIL8},getColorFormat:function(e){return e===te.FLOAT?Hc.RGBA32F:e===te.HALF_FLOAT_OES?Hc.RGBA16F:Hc.RGBA8}},Gc=Object.freeze(Hc);function FS(e){e=y(e,y.EMPTY_OBJECT);let n=e.context._gl,i=Vt.maximumRenderbufferSize,o=y(e.format,Gc.RGBA4),r=l(e.width)?e.width:n.drawingBufferWidth,s=l(e.height)?e.height:n.drawingBufferHeight,a=y(e.numSamples,1);this._gl=n,this._format=o,this._width=r,this._height=s,this._renderbuffer=this._gl.createRenderbuffer(),n.bindRenderbuffer(n.RENDERBUFFER,this._renderbuffer),a>1?n.renderbufferStorageMultisample(n.RENDERBUFFER,a,o,r,s):n.renderbufferStorage(n.RENDERBUFFER,o,r,s),n.bindRenderbuffer(n.RENDERBUFFER,null)}Object.defineProperties(FS.prototype,{format:{get:function(){return this._format}},width:{get:function(){return this._width}},height:{get:function(){return this._height}}});FS.prototype._getRenderbuffer=function(){return this._renderbuffer};FS.prototype.isDestroyed=function(){return!1};FS.prototype.destroy=function(){return this._gl.deleteRenderbuffer(this._renderbuffer),le(this)};var Cu=FS;function Kr(e){e=y(e,y.EMPTY_OBJECT),this._numSamples=y(e.numSamples,1),this._colorAttachmentsLength=y(e.colorAttachmentsLength,1),this._color=y(e.color,!0),this._depth=y(e.depth,!1),this._depthStencil=y(e.depthStencil,!1),this._supportsDepthTexture=y(e.supportsDepthTexture,!1),this._createColorAttachments=y(e.createColorAttachments,!0),this._createDepthAttachments=y(e.createDepthAttachments,!0),this._pixelDatatype=e.pixelDatatype,this._pixelFormat=e.pixelFormat,this._width=void 0,this._height=void 0,this._framebuffer=void 0,this._multisampleFramebuffer=void 0,this._colorTextures=void 0,this._color&&(this._colorTextures=new Array(this._colorAttachmentsLength),this._colorRenderbuffers=new Array(this._colorAttachmentsLength)),this._colorRenderbuffer=void 0,this._depthStencilRenderbuffer=void 0,this._depthStencilTexture=void 0,this._depthRenderbuffer=void 0,this._depthTexture=void 0,this._attachmentsDirty=!1}Object.defineProperties(Kr.prototype,{framebuffer:{get:function(){return this._numSamples>1?this._multisampleFramebuffer.getRenderFramebuffer():this._framebuffer}},numSamples:{get:function(){return this._numSamples}},status:{get:function(){return this.framebuffer.status}}});Kr.prototype.isDirty=function(e,t,n,i,o){n=y(n,1);let r=this._width!==e||this._height!==t,s=this._numSamples!==n,a=l(i)&&this._pixelDatatype!==i||l(o)&&this._pixelFormat!==o,c=n===1?l(this._framebuffer):l(this._multisampleFramebuffer);return this._attachmentsDirty||r||s||a||!c||this._color&&!l(this._colorTextures[0])};Kr.prototype.update=function(e,t,n,i,o,r){if(i=e.msaa?y(i,1):1,o=y(o,this._color?y(this._pixelDatatype,qe.UNSIGNED_BYTE):void 0),r=y(r,this._color?y(this._pixelFormat,ft.RGBA):void 0),this.isDirty(t,n,i,o,r)){if(this.destroy(),this._width=t,this._height=n,this._numSamples=i,this._pixelDatatype=o,this._pixelFormat=r,this._attachmentsDirty=!1,this._color&&this._createColorAttachments){for(let s=0;s<this._colorAttachmentsLength;++s)if(this._colorTextures[s]=new Rt({context:e,width:t,height:n,pixelFormat:r,pixelDatatype:o,sampler:dn.NEAREST}),this._numSamples>1){let a=Gc.getColorFormat(o);this._colorRenderbuffers[s]=new Cu({context:e,width:t,height:n,format:a,numSamples:this._numSamples})}}this._depthStencil&&this._createDepthAttachments&&(this._supportsDepthTexture&&e.depthTexture?(this._depthStencilTexture=new Rt({context:e,width:t,height:n,pixelFormat:ft.DEPTH_STENCIL,pixelDatatype:qe.UNSIGNED_INT_24_8,sampler:dn.NEAREST}),this._numSamples>1&&(this._depthStencilRenderbuffer=new Cu({context:e,width:t,height:n,format:Gc.DEPTH24_STENCIL8,numSamples:this._numSamples}))):this._depthStencilRenderbuffer=new Cu({context:e,width:t,height:n,format:Gc.DEPTH_STENCIL})),this._depth&&this._createDepthAttachments&&(this._supportsDepthTexture&&e.depthTexture?this._depthTexture=new Rt({context:e,width:t,height:n,pixelFormat:ft.DEPTH_COMPONENT,pixelDatatype:qe.UNSIGNED_INT,sampler:dn.NEAREST}):this._depthRenderbuffer=new Cu({context:e,width:t,height:n,format:Gc.DEPTH_COMPONENT16})),this._numSamples>1?this._multisampleFramebuffer=new jR({context:e,width:this._width,height:this._height,colorTextures:this._colorTextures,colorRenderbuffers:this._colorRenderbuffers,depthStencilTexture:this._depthStencilTexture,depthStencilRenderbuffer:this._depthStencilRenderbuffer,destroyAttachments:!1}):this._framebuffer=new Xs({context:e,colorTextures:this._colorTextures,depthTexture:this._depthTexture,depthRenderbuffer:this._depthRenderbuffer,depthStencilTexture:this._depthStencilTexture,depthStencilRenderbuffer:this._depthStencilRenderbuffer,destroyAttachments:!1})}};Kr.prototype.getColorTexture=function(e){return e=y(e,0),this._colorTextures[e]};Kr.prototype.setColorTexture=function(e,t){t=y(t,0),this._attachmentsDirty=e!==this._colorTextures[t],this._colorTextures[t]=e};Kr.prototype.getColorRenderbuffer=function(e){return e=y(e,0),this._colorRenderbuffers[e]};Kr.prototype.setColorRenderbuffer=function(e,t){t=y(t,0),this._attachmentsDirty=e!==this._colorRenderbuffers[t],this._colorRenderbuffers[t]=e};Kr.prototype.getDepthRenderbuffer=function(){return this._depthRenderbuffer};Kr.prototype.setDepthRenderbuffer=function(e){this._attachmentsDirty=e!==this._depthRenderbuffer,this._depthRenderbuffer=e};Kr.prototype.getDepthTexture=function(){return this._depthTexture};Kr.prototype.setDepthTexture=function(e){this._attachmentsDirty=e!==this._depthTexture,this._depthTexture=e};Kr.prototype.getDepthStencilRenderbuffer=function(){return this._depthStencilRenderbuffer};Kr.prototype.setDepthStencilRenderbuffer=function(e){this._attachmentsDirty=e!==this._depthStencilRenderbuffer,this._depthStencilRenderbuffer=e};Kr.prototype.getDepthStencilTexture=function(){return this._depthStencilTexture};Kr.prototype.setDepthStencilTexture=function(e){this._attachmentsDirty=e!==this._depthStencilTexture,this._depthStencilTexture=e};Kr.prototype.prepareTextures=function(e,t){this._numSamples>1&&this._multisampleFramebuffer.blitFramebuffers(e,t)};Kr.prototype.clear=function(e,t,n){let i=t.framebuffer;t.framebuffer=this.framebuffer,t.execute(e,n),t.framebuffer=i};Kr.prototype.destroyFramebuffer=function(){this._framebuffer=this._framebuffer&&this._framebuffer.destroy(),this._multisampleFramebuffer=this._multisampleFramebuffer&&this._multisampleFramebuffer.destroy()};Kr.prototype.destroy=function(){if(this._color){let e,t=this._colorTextures.length;for(e=0;e<t;++e){let n=this._colorTextures[e];this._createColorAttachments&&l(n)&&!n.isDestroyed()&&(this._colorTextures[e].destroy(),this._colorTextures[e]=void 0),l(n)&&n.isDestroyed()&&(this._colorTextures[e]=void 0);let i=this._colorRenderbuffers[e];this._createColorAttachments&&l(i)&&!i.isDestroyed()&&(this._colorRenderbuffers[e].destroy(),this._colorRenderbuffers[e]=void 0),l(i)&&i.isDestroyed()&&(this._colorRenderbuffers[e]=void 0)}}this._depthStencil&&(this._createDepthAttachments&&(this._depthStencilTexture=this._depthStencilTexture&&this._depthStencilTexture.destroy(),this._depthStencilRenderbuffer=this._depthStencilRenderbuffer&&this._depthStencilRenderbuffer.destroy()),l(this._depthStencilTexture)&&this._depthStencilTexture.isDestroyed()&&(this._depthStencilTexture=void 0),l(this._depthStencilRenderbuffer)&&this._depthStencilRenderbuffer.isDestroyed()&&(this._depthStencilRenderbuffer=void 0)),this._depth&&(this._createDepthAttachments&&(this._depthTexture=this._depthTexture&&this._depthTexture.destroy(),this._depthRenderbuffer=this._depthRenderbuffer&&this._depthRenderbuffer.destroy()),l(this._depthTexture)&&this._depthTexture.isDestroyed()&&(this._depthTexture=void 0),l(this._depthRenderbuffer)&&this._depthRenderbuffer.isDestroyed()&&(this._depthRenderbuffer=void 0)),this.destroyFramebuffer()};var ci=Kr;var qR=`#extension GL_EXT_frag_depth : enable
uniform sampler2D u_pointCloud_colorGBuffer;
uniform sampler2D u_pointCloud_depthGBuffer;
uniform vec2 u_distanceAndEdlStrength;
varying vec2 v_textureCoordinates;
vec2 neighborContribution(float log2Depth, vec2 offset)
{
float dist = u_distanceAndEdlStrength.x;
vec2 texCoordOrig = v_textureCoordinates + offset * dist;
vec2 texCoord0 = v_textureCoordinates + offset * floor(dist);
vec2 texCoord1 = v_textureCoordinates + offset * ceil(dist);
float depthOrLogDepth0 = czm_unpackDepth(texture2D(u_pointCloud_depthGBuffer, texCoord0));
float depthOrLogDepth1 = czm_unpackDepth(texture2D(u_pointCloud_depthGBuffer, texCoord1));
if (depthOrLogDepth0 == 0.0 || depthOrLogDepth1 == 0.0) {
return vec2(0.0);
}
float depthMix = mix(depthOrLogDepth0, depthOrLogDepth1, fract(dist));
vec4 eyeCoordinate = czm_windowToEyeCoordinates(texCoordOrig, depthMix);
return vec2(max(0.0, log2Depth - log2(-eyeCoordinate.z / eyeCoordinate.w)), 1.0);
}
void main()
{
float depthOrLogDepth = czm_unpackDepth(texture2D(u_pointCloud_depthGBuffer, v_textureCoordinates));
vec4 eyeCoordinate = czm_windowToEyeCoordinates(gl_FragCoord.xy, depthOrLogDepth);
eyeCoordinate /= eyeCoordinate.w;
float log2Depth = log2(-eyeCoordinate.z);
if (depthOrLogDepth == 0.0)
{
discard;
}
vec4 color = texture2D(u_pointCloud_colorGBuffer, v_textureCoordinates);
vec2 texelSize = 1.0 / czm_viewport.zw;
vec2 responseAndCount = vec2(0.0);
responseAndCount += neighborContribution(log2Depth, vec2(-texelSize.x, 0.0));
responseAndCount += neighborContribution(log2Depth, vec2(+texelSize.x, 0.0));
responseAndCount += neighborContribution(log2Depth, vec2(0.0, -texelSize.y));
responseAndCount += neighborContribution(log2Depth, vec2(0.0, +texelSize.y));
float response = responseAndCount.x / responseAndCount.y;
float strength = u_distanceAndEdlStrength.y;
float shade = exp(-response * 300.0 * strength);
color.rgb *= shade;
gl_FragColor = vec4(color);
gl_FragDepthEXT = depthOrLogDepth;
}
`;function ux(){this._framebuffer=new ci({colorAttachmentsLength:2,depth:!0,supportsDepthTexture:!0}),this._drawCommand=void 0,this._clearCommand=void 0,this._strength=1,this._radius=1}Object.defineProperties(ux.prototype,{framebuffer:{get:function(){return this._framebuffer.framebuffer}},colorGBuffer:{get:function(){return this._framebuffer.getColorTexture(0)}},depthGBuffer:{get:function(){return this._framebuffer.getColorTexture(1)}}});function IFe(e){e._framebuffer.destroy(),e._drawCommand=void 0,e._clearCommand=void 0}var q8=new H;function OFe(e,t){let n=new Ve({defines:["LOG_DEPTH_WRITE"],sources:[qR]}),i={u_pointCloud_colorGBuffer:function(){return e.colorGBuffer},u_pointCloud_depthGBuffer:function(){return e.depthGBuffer},u_distanceAndEdlStrength:function(){return q8.x=e._radius,q8.y=e._strength,q8}},o=Ne.fromCache({blending:an.ALPHA_BLEND,depthMask:!0,depthTest:{enabled:!0},stencilTest:wt.setCesium3DTileBit(),stencilMask:wt.CESIUM_3D_TILE_MASK});e._drawCommand=t.createViewportQuadCommand(n,{uniformMap:i,renderState:o,pass:xe.CESIUM_3D_TILE,owner:e}),e._clearCommand=new ei({framebuffer:e.framebuffer,color:new U(0,0,0,0),depth:1,renderState:Ne.fromCache(),pass:xe.CESIUM_3D_TILE,owner:e})}function BFe(e,t){let n=t.drawingBufferWidth,i=t.drawingBufferHeight;e._framebuffer.update(t,n,i),OFe(e,t)}function yee(e){return e.drawBuffers&&e.fragmentDepth}ux.isSupported=yee;function RFe(e,t){let n=e.shaderCache.getDerivedShaderProgram(t,"EC");if(!l(n)){let i=t._attributeLocations,o=t.fragmentShaderSource.clone();o.sources=o.sources.map(function(r){return r=Ve.replaceMain(r,"czm_point_cloud_post_process_main"),r=r.replace(/gl_FragColor/g,"gl_FragData[0]"),r}),o.sources.unshift(`#extension GL_EXT_draw_buffers : enable
`),o.sources.push(`void main()
{
czm_point_cloud_post_process_main();
#ifdef LOG_DEPTH
czm_writeLogDepth();
gl_FragData[1] = czm_packDepth(gl_FragDepthEXT);
#else
gl_FragData[1] = czm_packDepth(gl_FragCoord.z);
#endif
}`),n=e.shaderCache.createDerivedShaderProgram(t,"EC",{vertexShaderSource:t.vertexShaderSource,fragmentShaderSource:o,attributeLocations:i})}return n}ux.prototype.update=function(e,t,n,i){if(!yee(e.context))return;this._strength=n.eyeDomeLightingStrength,this._radius=n.eyeDomeLightingRadius*e.pixelRatio,BFe(this,e.context);let o,r=e.commandList,s=r.length;for(o=t;o<s;++o){let u=r[o];if(u.primitiveType!==Oe.POINTS||u.pass===xe.TRANSLUCENT)continue;let f,d,p=u.derivedCommands.pointCloudProcessor;l(p)&&(f=p.command,d=p.originalShaderProgram),(!l(f)||u.dirty||d!==u.shaderProgram||f.framebuffer!==this.framebuffer)&&(f=Ze.shallowClone(u,f),f.framebuffer=this.framebuffer,f.shaderProgram=RFe(e.context,u.shaderProgram),f.castShadows=!1,f.receiveShadows=!1,l(p)||(p={command:f,originalShaderProgram:u.shaderProgram},u.derivedCommands.pointCloudProcessor=p),p.originalShaderProgram=u.shaderProgram),r[o]=f}let a=this._clearCommand,c=this._drawCommand;c.boundingVolume=i,r.push(c),r.push(a)};ux.prototype.isDestroyed=function(){return!1};ux.prototype.destroy=function(){return IFe(this),le(this)};var C_=ux;function Aee(e){let t=y(e,{});this.attenuation=y(t.attenuation,!1),this.geometricErrorScale=y(t.geometricErrorScale,1),this.maximumAttenuation=t.maximumAttenuation,this.baseResolution=t.baseResolution,this.eyeDomeLighting=y(t.eyeDomeLighting,!0),this.eyeDomeLightingStrength=y(t.eyeDomeLightingStrength,1),this.eyeDomeLightingRadius=y(t.eyeDomeLightingRadius,1),this.backFaceCulling=y(t.backFaceCulling,!1),this.normalShading=y(t.normalShading,!0)}Aee.isSupported=function(e){return C_.isSupported(e.context)};var Im=Aee;var Ks={},MFe=new se(0,0,0,1),Ea=new se,LFe=new He,Y8=new H,X8=new H;Ks.wgs84ToWindowCoordinates=function(e,t,n){return Ks.wgs84WithEyeOffsetToWindowCoordinates(e,t,h.ZERO,n)};var Cee=new se,xee=new h;function NS(e,t,n,i){let o=n.viewMatrix,r=F.multiplyByVector(o,se.fromElements(e.x,e.y,e.z,1,Cee),Cee),s=h.multiplyComponents(t,h.normalize(r,xee),xee);return r.x+=t.x+s.x,r.y+=t.y+s.y,r.z+=s.z,F.multiplyByVector(n.frustum.projectionMatrix,r,i)}var FFe=new he(Math.PI,I.PI_OVER_TWO),NFe=new h,kFe=new h;Ks.wgs84WithEyeOffsetToWindowCoordinates=function(e,t,n,i){let o=e.frameState,r=Ks.computeActualWgs84Position(o,t,MFe);if(!l(r))return;let s=e.canvas,a=LFe;a.x=0,a.y=0,a.width=s.clientWidth,a.height=s.clientHeight;let c=e.camera,u=!1;if(o.mode===ee.SCENE2D){let f=e.mapProjection,d=FFe,p=f.project(d,NFe),g=h.clone(c.position,kFe),m=c.frustum.clone(),A=F.computeViewportTransformation(a,0,1,new F),C=c.frustum.projectionMatrix,x=c.positionWC.y,b=h.fromElements(I.sign(x)*p.x-x,0,-c.positionWC.x),E=vt.pointToGLWindowCoordinates(C,A,b);if(x===0||E.x<=0||E.x>=s.clientWidth)u=!0;else{if(E.x>s.clientWidth*.5){a.width=E.x,c.frustum.right=p.x-x,Ea=NS(r,n,c,Ea),Ks.clipToGLWindowCoordinates(a,Ea,Y8),a.x+=E.x,c.position.x=-c.position.x;let S=c.frustum.right;c.frustum.right=-c.frustum.left,c.frustum.left=-S,Ea=NS(r,n,c,Ea),Ks.clipToGLWindowCoordinates(a,Ea,X8)}else{a.x+=E.x,a.width-=E.x,c.frustum.left=-p.x-x,Ea=NS(r,n,c,Ea),Ks.clipToGLWindowCoordinates(a,Ea,Y8),a.x=a.x-a.width,c.position.x=-c.position.x;let S=c.frustum.left;c.frustum.left=-c.frustum.right,c.frustum.right=-S,Ea=NS(r,n,c,Ea),Ks.clipToGLWindowCoordinates(a,Ea,X8)}h.clone(g,c.position),c.frustum=m.clone(),i=H.clone(Y8,i),(i.x<0||i.x>s.clientWidth)&&(i.x=X8.x)}}if(o.mode!==ee.SCENE2D||u){if(Ea=NS(r,n,c,Ea),Ea.z<0&&!(c.frustum instanceof Jt)&&!(c.frustum instanceof Sr))return;i=Ks.clipToGLWindowCoordinates(a,Ea,i)}return i.y=s.clientHeight-i.y,i};Ks.wgs84ToDrawingBufferCoordinates=function(e,t,n){if(n=Ks.wgs84ToWindowCoordinates(e,t,n),!!l(n))return Ks.transformWindowToDrawingBuffer(e,n,n)};var Om=new h,VFe=new he;Ks.computeActualWgs84Position=function(e,t,n){let i=e.mode;if(i===ee.SCENE3D)return h.clone(t,n);let o=e.mapProjection,r=o.ellipsoid.cartesianToCartographic(t,VFe);if(!l(r))return;if(o.project(r,Om),i===ee.COLUMBUS_VIEW)return h.fromElements(Om.z,Om.x,Om.y,n);if(i===ee.SCENE2D)return h.fromElements(0,Om.x,Om.y,n);let s=e.morphTime;return h.fromElements(I.lerp(Om.z,t.x,s),I.lerp(Om.x,t.y,s),I.lerp(Om.y,t.z,s),n)};var Tee=new h,Eee=new h,bee=new F;Ks.clipToGLWindowCoordinates=function(e,t,n){return h.divideByScalar(t,t.w,Tee),F.computeViewportTransformation(e,0,1,bee),F.multiplyByPoint(bee,Tee,Eee),H.fromCartesian3(Eee,n)};Ks.transformWindowToDrawingBuffer=function(e,t,n){let i=e.canvas,o=e.drawingBufferWidth/i.clientWidth,r=e.drawingBufferHeight/i.clientHeight;return H.fromElements(t.x*o,t.y*r,n)};var UFe=new se,See=new se;Ks.drawingBufferToWgs84Coordinates=function(e,t,n,i){let r=e.context.uniformState,s=r.currentFrustum,a=s.x,c=s.y;if(e.frameState.useLogDepth){let g=n*r.log2FarDepthFromNearPlusOne,m=Math.pow(2,g)-1;n=c*(1-a/(m+a))/(c-a)}let u=e.view.passState.viewport,f=se.clone(se.UNIT_W,UFe);f.x=(t.x-u.x)/u.width*2-1,f.y=(t.y-u.y)/u.height*2-1,f.z=n*2-1,f.w=1;let d,p=e.camera.frustum;if(!l(p.fovy))l(p._offCenterFrustum)&&(p=p._offCenterFrustum),d=See,d.x=(f.x*(p.right-p.left)+p.left+p.right)*.5,d.y=(f.y*(p.top-p.bottom)+p.bottom+p.top)*.5,d.z=(f.z*(a-c)-a-c)*.5,d.w=1,d=F.multiplyByVector(r.inverseView,d,d);else{d=F.multiplyByVector(r.inverseViewProjection,f,See);let g=1/d.w;h.multiplyByScalar(d,g,d)}return h.fromCartesian4(d,i)};var Xi=Ks;var zFe={LEFT:-1,NONE:0,RIGHT:1},Wc=Object.freeze(zFe);var fx={};fx._deprecationWarning=Xr;var Bm=Uint32Array.BYTES_PER_ELEMENT;fx.parse=function(e,t){let n=y(t,0);t=n;let i=new Uint8Array(e),o=new DataView(e);t+=Bm;let r=o.getUint32(t,!0);if(r!==1)throw new de(`Only Batched 3D Model version 1 is supported. Version ${r} is not.`);t+=Bm;let s=o.getUint32(t,!0);t+=Bm;let a=o.getUint32(t,!0);t+=Bm;let c=o.getUint32(t,!0);t+=Bm;let u=o.getUint32(t,!0);t+=Bm;let f=o.getUint32(t,!0);t+=Bm;let d;u>=570425344?(t-=Bm*2,d=a,u=c,f=0,a=0,c=0,fx._deprecationWarning("b3dm-legacy-header","This b3dm header is using the legacy format [batchLength] [batchTableByteLength]. The new format is [featureTableJsonByteLength] [featureTableBinaryByteLength] [batchTableJsonByteLength] [batchTableBinaryByteLength] from https://github.com/CesiumGS/3d-tiles/tree/main/specification/TileFormats/Batched3DModel.")):f>=570425344&&(t-=Bm,d=u,u=a,f=c,a=0,c=0,fx._deprecationWarning("b3dm-legacy-header","This b3dm header is using the legacy format [batchTableJsonByteLength] [batchTableBinaryByteLength] [batchLength]. The new format is [featureTableJsonByteLength] [featureTableBinaryByteLength] [batchTableJsonByteLength] [batchTableBinaryByteLength] from https://github.com/CesiumGS/3d-tiles/tree/main/specification/TileFormats/Batched3DModel."));let p;a===0?p={BATCH_LENGTH:y(d,0)}:(p=Jo(i,t,a),t+=a);let g=new Uint8Array(e,t,c);t+=c;let m,A;u>0&&(m=Jo(i,t,u),t+=u,f>0&&(A=new Uint8Array(e,t,f),A=new Uint8Array(A),t+=f));let C=n+s-t;if(C===0)throw new de("glTF byte length must be greater than 0.");let x;return t%4===0?x=new Uint8Array(e,t,C):(fx._deprecationWarning("b3dm-glb-unaligned","The embedded glb is not aligned to a 4-byte boundary."),x=new Uint8Array(i.subarray(t,t+C))),{batchLength:d,featureTableJson:p,featureTableBinary:g,batchTableJson:m,batchTableBinary:A,gltf:x}};var YR=fx;function kS(e,t){this.json=e,this.buffer=t,this._cachedTypedArrays={},this.featuresLength=0}function wee(e,t,n,i,o,r){let s=e._cachedTypedArrays,a=s[t];return l(a)||(a=K.createArrayBufferView(n,e.buffer.buffer,e.buffer.byteOffset+r,o*i),s[t]=a),a}function HFe(e,t,n,i){let o=e._cachedTypedArrays,r=o[t];return l(r)||(r=K.createTypedArray(n,i),o[t]=r),r}kS.prototype.getGlobalProperty=function(e,t,n){let i=this.json[e];if(!!l(i))return l(i.byteOffset)?(t=y(t,K.UNSIGNED_INT),n=y(n,1),wee(this,e,t,n,1,i.byteOffset)):i};kS.prototype.hasProperty=function(e){return l(this.json[e])};kS.prototype.getPropertyArray=function(e,t,n){let i=this.json[e];if(!!l(i))return l(i.byteOffset)?(l(i.componentType)&&(t=K.fromName(i.componentType)),wee(this,e,t,n,this.featuresLength,i.byteOffset)):HFe(this,e,t,i)};kS.prototype.getProperty=function(e,t,n,i,o){let r=this.json[e];if(!l(r))return;let s=this.getPropertyArray(e,t,n);if(n===1)return s[i];for(let a=0;a<n;++a)o[a]=s[n*i+a];return o};var th=kS;function K8(e){let t=e.count,n=e.batchTable,i=e.binaryBody,o=y(e.parseAsPropertyAttributes,!1),r=e.customAttributeOutput,s=GFe(n),a;l(s.jsonProperties)&&(a=new g_({count:t,properties:s.jsonProperties}));let c;l(s.hierarchy)&&(c=new XC({extension:s.hierarchy,binaryBody:i}));let u=Qd.BATCH_TABLE_CLASS_NAME,f=s.binaryProperties,d,p,g;if(o){let C=jFe(t,u,f,i,r);g=C.transcodedSchema,p=[new rx({propertyAttribute:C.propertyAttributeJson,class:C.transcodedClass})]}else{let C=WFe(t,u,f,i);g=C.transcodedSchema;let x=C.featureTableJson;d=new wf({count:x.count,properties:x.properties,class:C.transcodedClass,bufferViews:C.bufferViewsTypedArrays}),p=[]}let m=[];if(l(d)||l(a)||l(c)){let C=new zc({id:0,name:"Batch Table",count:t,metadataTable:d,jsonMetadataTable:a,batchTableHierarchy:c});m.push(C)}let A={schema:g,propertyTables:m,propertyAttributes:p,extensions:s.extensions,extras:s.extras};return new xa(A)}function GFe(e){let t=e.HIERARCHY,n=e.extras,i=e.extensions,o;l(t)?(K8._deprecationWarning("batchTableHierarchyExtension","The batch table HIERARCHY property has been moved to an extension. Use extensions.3DTILES_batch_table_hierarchy instead."),o=t):l(i)&&(o=i["3DTILES_batch_table_hierarchy"]);let r,s={};for(let a in e){if(!e.hasOwnProperty(a)||a==="HIERARCHY"||a==="extensions"||a==="extras")continue;let c=e[a];Array.isArray(c)?(r=l(r)?r:{},r[a]=c):s[a]=c}return{binaryProperties:s,jsonProperties:r,hierarchy:o,extras:n,extensions:i}}function WFe(e,t,n,i){let o={},r={},s={},a=0;for(let d in n){if(!n.hasOwnProperty(d))continue;if(!l(i))throw new de(`Property ${d} requires a batch table binary.`);let p=n[d],g=pu(p);r[d]={bufferView:a},o[d]=Dee(p),s[a]=g.createArrayBufferView(i.buffer,i.byteOffset+p.byteOffset,e),a++}let c={classes:{}};c.classes[t]={properties:o};let u=new $d(c);return{featureTableJson:{class:t,count:e,properties:r},bufferViewsTypedArrays:s,transcodedSchema:u,transcodedClass:u.classes[t]}}function jFe(e,t,n,i,o){let r={},s={},a=0;for(let d in n){if(!n.hasOwnProperty(d))continue;let p=n[d];if(!l(i)&&!l(p.typedArray))throw new de(`Property ${d} requires a batch table binary.`);let g=en.sanitizeGlslIdentifier(d);(g===""||r.hasOwnProperty(g))&&(g=`property_${a}`,a++);let m=Dee(p);m.name=d,r[g]=m;let A=g.toUpperCase();A.startsWith("_")||(A=`_${A}`);let C=p.typedArray;l(C)||(C=pu(p).createArrayBufferView(i.buffer,i.byteOffset+p.byteOffset,e));let x=new St.Attribute;x.name=A,x.count=e,x.type=p.type,x.componentDatatype=K.fromTypedArray(C),x.typedArray=C,o.push(x),s[g]={attribute:A}}let c={classes:{}};c.classes[t]={properties:r};let u=new $d(c);return{class:t,propertyAttributeJson:{properties:s},transcodedSchema:u,transcodedClass:u.classes[t]}}function Dee(e){let t=qFe(e.componentType);return{type:e.type,componentType:t}}function qFe(e){switch(e){case"BYTE":return"INT8";case"UNSIGNED_BYTE":return"UINT8";case"SHORT":return"INT16";case"UNSIGNED_SHORT":return"UINT16";case"INT":return"INT32";case"UNSIGNED_INT":return"UINT32";case"FLOAT":return"FLOAT32";case"DOUBLE":return"FLOAT64"}}K8._deprecationWarning=Xr;var x_=K8;var Z0={UNLOADED:0,LOADING:1,PROCESSING:2,READY:3,FAILED:4},YFe=St.FeatureIdAttribute;function T_(e){e=y(e,y.EMPTY_OBJECT);let t=e.b3dmResource,n=e.baseResource,i=e.arrayBuffer,o=y(e.byteOffset,0),r=y(e.releaseGltfJson,!1),s=y(e.asynchronous,!0),a=y(e.incrementallyLoadTextures,!0),c=y(e.upAxis,So.Y),u=y(e.forwardAxis,So.X),f=y(e.loadAttributesAsTypedArray,!1),d=y(e.loadAttributesFor2D,!1),p=y(e.loadIndicesForWireframe,!1),g=y(e.loadPrimitiveOutline,!0),m=y(e.loadForClassification,!1);n=l(n)?n:t.clone(),this._b3dmResource=t,this._baseResource=n,this._arrayBuffer=i,this._byteOffset=o,this._releaseGltfJson=r,this._asynchronous=s,this._incrementallyLoadTextures=a,this._upAxis=c,this._forwardAxis=u,this._loadAttributesAsTypedArray=f,this._loadAttributesFor2D=d,this._loadIndicesForWireframe=p,this._loadPrimitiveOutline=g,this._loadForClassification=m,this._state=Z0.UNLOADED,this._promise=void 0,this._gltfLoader=void 0,this._batchLength=0,this._propertyTable=void 0,this._batchTable=void 0,this._components=void 0,this._transform=F.IDENTITY}l(Object.create)&&(T_.prototype=Object.create(to.prototype),T_.prototype.constructor=T_);Object.defineProperties(T_.prototype,{promise:{get:function(){return this._promise}},texturesLoadedPromise:{get:function(){return this._gltfLoader.texturesLoadedPromise}},cacheKey:{get:function(){}},components:{get:function(){return this._components}}});T_.prototype.load=function(){let e=YR.parse(this._arrayBuffer,this._byteOffset),t=e.batchLength,n=e.featureTableJson,i=e.featureTableBinary,o=e.batchTableJson,r=e.batchTableBinary,s=new th(n,i);t=s.getGlobalProperty("BATCH_LENGTH"),this._batchLength=t;let a=s.getGlobalProperty("RTC_CENTER",K.FLOAT,3);l(a)&&(this._transform=F.fromTranslation(h.fromArray(a))),this._batchTable={json:o,binary:r};let c=new A_({typedArray:e.gltf,upAxis:this._upAxis,forwardAxis:this._forwardAxis,gltfResource:this._b3dmResource,baseResource:this._baseResource,releaseGltfJson:this._releaseGltfJson,incrementallyLoadTextures:this._incrementallyLoadTextures,loadAttributesAsTypedArray:this._loadAttributesAsTypedArray,loadAttributesFor2D:this._loadAttributesFor2D,loadIndicesForWireframe:this._loadIndicesForWireframe,loadPrimitiveOutline:this._loadPrimitiveOutline,loadForClassification:this._loadForClassification,renameBatchIdSemantic:!0});this._gltfLoader=c,this._state=Z0.LOADING;let u=this;return c.load(),this._promise=c.promise.then(function(){if(u.isDestroyed())return;let f=c.components;return f.transform=F.multiplyTransformation(u._transform,f.transform,f.transform),KFe(u,f),u._components=f,u._arrayBuffer=void 0,u._state=Z0.READY,u}).catch(function(f){if(!u.isDestroyed())return XFe(u,f)}),this._promise};function XFe(e,t){e.unload(),e._state=Z0.FAILED;let n="Failed to load b3dm";return t=e.getError(n,t),Promise.reject(t)}T_.prototype.process=function(e){this._state===Z0.LOADING&&(this._state=Z0.PROCESSING),this._state===Z0.PROCESSING&&this._gltfLoader.process(e)};function KFe(e,t){let n=e._batchTable,i=e._batchLength;if(i===0)return;let o;if(l(n.json))o=x_({count:i,batchTable:n.json,binaryBody:n.binary});else{let a=new zc({name:Qd.BATCH_TABLE_CLASS_NAME,count:i});o=new xa({schema:{},propertyTables:[a]})}let r=t.scene.nodes,s=r.length;for(let a=0;a<s;a++)vee(r[a]);t.structuralMetadata=o}function vee(e){let t=e.children.length;for(let i=0;i<t;i++)vee(e.children[i]);let n=e.primitives.length;for(let i=0;i<n;i++){let o=e.primitives[i],r=en.getAttributeBySemantic(o,yt.FEATURE_ID);if(l(r)){r.setIndex=0;let s=new YFe;s.propertyTableId=0,s.setIndex=0,s.positionalLabel="featureId_0",o.featureIds.push(s)}}}T_.prototype.unload=function(){l(this._gltfLoader)&&this._gltfLoader.unload(),this._components=void 0,this._arrayBuffer=void 0};var XR=T_;function E_(e){e=y(e,y.EMPTY_OBJECT),this._geoJson=e.geoJson,this._promise=void 0,this._process=function(t,n){},this._components=void 0}l(Object.create)&&(E_.prototype=Object.create(to.prototype),E_.prototype.constructor=E_);Object.defineProperties(E_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){}},components:{get:function(){return this._components}}});E_.prototype.load=function(){let e=this,t=new Promise(function(n){e._process=function(i,o){l(i._components)||(i._components=cNe(i._geoJson,o),i._geoJson=void 0,n(i))}});return this._promise=t,t};E_.prototype.process=function(e){this._process(this,e)};function JFe(){this.lines=void 0,this.points=void 0,this.properties=void 0}function ZFe(){this.features=[]}function J8(e){let t=e[0],n=e[1],i=y(e[2],0);return new h(t,n,i)}function Z8(e){let t=e.length,n=new Array(t);for(let o=0;o<t;o++)n[o]=J8(e[o]);return[n]}function QFe(e){let t=e.length,n=new Array(t);for(let i=0;i<t;i++)n[i]=Z8(e[i])[0];return n}function Pee(e){let t=e.length,n=new Array(t);for(let i=0;i<t;i++)n[i]=Z8(e[i])[0];return n}function $Fe(e){let t=e.length,n=[];for(let i=0;i<t;i++)Array.prototype.push.apply(n,Pee(e[i]));return n}function eNe(e){return[J8(e)]}function tNe(e){let t=e.length,n=new Array(t);for(let i=0;i<t;i++)n[i]=J8(e[i]);return n}var nNe={LineString:Z8,MultiLineString:QFe,MultiPolygon:$Fe,Polygon:Pee,MultiPoint:tNe,Point:eNe},iNe={LineString:Oe.LINES,MultiLineString:Oe.LINES,MultiPolygon:Oe.LINES,Polygon:Oe.LINES,MultiPoint:Oe.POINTS,Point:Oe.POINTS};function Iee(e,t){if(!l(e.geometry))return;let n=e.geometry.type,i=nNe[n],o=iNe[n],r=e.geometry.coordinates;if(!l(i)||!l(r))return;let s=new JFe;o===Oe.LINES?s.lines=i(r):o===Oe.POINTS&&(s.points=i(r)),s.properties=e.properties,t.features.push(s)}function oNe(e,t){let n=e.features,i=n.length;for(let o=0;o<i;o++)Iee(n[o],t)}var rNe={FeatureCollection:oNe,Feature:Iee},KR=new h;function sNe(e,t,n){let i=0,o=0,r=e.length;for(let M=0;M<r;M++){let L=e[M];if(l(L.lines)){let _=L.lines.length;for(let T=0;T<_;T++){let w=L.lines[T];i+=w.length,o+=(w.length-1)*2}}}let s=new Float32Array(i*3),a=new Float32Array(i),c=Fe.createTypedArray(i,o),u=Fe.fromTypedArray(c),f=new h(Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY),d=new h(Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY),p=0,g=0;for(let M=0;M<r;M++){let L=e[M];if(!l(L.lines))continue;let _=L.lines.length;for(let T=0;T<_;T++){let w=L.lines[T],P=w.length;for(let B=0;B<P;B++){let N=w[B],z=h.fromDegrees(N.x,N.y,N.z,ie.WGS84,KR),V=F.multiplyByPoint(t,z,KR);h.minimumByComponent(f,V,f),h.maximumByComponent(d,V,d),h.pack(V,s,p*3),a[p]=M,B<P-1&&(c[g*2]=p,c[g*2+1]=p+1,g++),p++}}}let m=rt.createVertexBuffer({typedArray:s,context:n.context,usage:Le.STATIC_DRAW});m.vertexArrayDestroyable=!1;let A=rt.createVertexBuffer({typedArray:a,context:n.context,usage:Le.STATIC_DRAW});A.vertexArrayDestroyable=!1;let C=rt.createIndexBuffer({typedArray:c,context:n.context,usage:Le.STATIC_DRAW,indexDatatype:u});C.vertexArrayDestroyable=!1;let x=new St.Attribute;x.semantic=yt.POSITION,x.componentDatatype=K.FLOAT,x.type=$t.VEC3,x.count=i,x.min=f,x.max=d,x.buffer=m;let b=new St.Attribute;b.semantic=yt.FEATURE_ID,b.setIndex=0,b.componentDatatype=K.FLOAT,b.type=$t.SCALAR,b.count=i,b.buffer=A;let E=[x,b],S=new St.Material;S.unlit=!0;let D=new St.Indices;D.indexDatatype=u,D.count=c.length,D.buffer=C;let v=new St.FeatureIdAttribute;v.featureCount=r,v.propertyTableId=0,v.setIndex=0,v.positionalLabel="featureId_0";let O=[v],R=new St.Primitive;return R.attributes=E,R.indices=D,R.featureIds=O,R.primitiveType=Oe.LINES,R.material=S,R}function aNe(e,t,n){let i=0,o=e.length;for(let E=0;E<o;E++){let S=e[E];l(S.points)&&(i+=S.points.length)}let r=new Float32Array(i*3),s=new Float32Array(i),a=new h(Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY),c=new h(Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY),u=0;for(let E=0;E<o;E++){let S=e[E];if(!l(S.points))continue;let D=S.points.length;for(let v=0;v<D;v++){let O=S.points[v],R=h.fromDegrees(O.x,O.y,O.z,ie.WGS84,KR),M=F.multiplyByPoint(t,R,KR);h.minimumByComponent(a,M,a),h.maximumByComponent(c,M,c),h.pack(M,r,u*3),s[u]=E,u++}}let f=rt.createVertexBuffer({typedArray:r,context:n.context,usage:Le.STATIC_DRAW});f.vertexArrayDestroyable=!1;let d=rt.createVertexBuffer({typedArray:s,context:n.context,usage:Le.STATIC_DRAW});d.vertexArrayDestroyable=!1;let p=new St.Attribute;p.semantic=yt.POSITION,p.componentDatatype=K.FLOAT,p.type=$t.VEC3,p.count=i,p.min=a,p.max=c,p.buffer=f;let g=new St.Attribute;g.semantic=yt.FEATURE_ID,g.setIndex=0,g.componentDatatype=K.FLOAT,g.type=$t.SCALAR,g.count=i,g.buffer=d;let m=[p,g],A=new St.Material;A.unlit=!0;let C=new St.FeatureIdAttribute;C.featureCount=o,C.propertyTableId=0,C.setIndex=0,C.positionalLabel="featureId_0";let x=[C],b=new St.Primitive;return b.attributes=m,b.featureIds=x,b.primitiveType=Oe.POINTS,b.material=A,b}function cNe(e,t){let n=new ZFe,i=rNe[e.type];l(i)&&i(e,n);let o=n.features,r=o.length;if(r===0)throw new de("GeoJSON must have at least one feature");let s={};for(let M=0;M<r;M++){let L=o[M],_=y(L.properties,y.EMPTY_OBJECT);for(let T in _)_.hasOwnProperty(T)&&(l(s[T])||(s[T]=new Array(r)))}for(let M=0;M<r;M++){let L=o[M];for(let _ in s)if(s.hasOwnProperty(_)){let T=y(L.properties[_],"");s[_][M]=T}}let a=new g_({count:r,properties:s}),u=[new zc({id:0,count:r,jsonMetadataTable:a})],f=new $d({}),d=new xa({schema:f,propertyTables:u}),p=new h(Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY),g=new h(Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY),m=!1,A=!1;for(let M=0;M<r;M++){let L=o[M];if(l(L.lines)){m=!0;let _=L.lines.length;for(let T=0;T<_;T++){let w=L.lines[T],P=w.length;for(let B=0;B<P;B++)h.minimumByComponent(p,w[B],p),h.maximumByComponent(g,w[B],g)}}if(l(L.points)){A=!0;let _=L.points.length;for(let T=0;T<_;T++){let w=L.points[T];h.minimumByComponent(p,w,p),h.maximumByComponent(g,w,g)}}}let C=h.midpoint(p,g,new h),x=h.fromDegrees(C.x,C.y,C.z,ie.WGS84,new h),b=vt.eastNorthUpToFixedFrame(x,ie.WGS84,new F),E=F.inverseTransformation(b,new F),S=[];m&&S.push(sNe(o,E,t)),A&&S.push(aNe(o,E,t));let D=new St.Node;D.index=0,D.primitives=S;let v=[D],O=new St.Scene;O.nodes=v;let R=new St.Components;return R.scene=O,R.nodes=v,R.transform=b,R.structuralMetadata=d,R}E_.prototype.unload=function(){this._components=void 0};var JR=E_;var ZR={};ZR._deprecationWarning=Xr;var b_=Uint32Array.BYTES_PER_ELEMENT;ZR.parse=function(e,t){let n=y(t,0);t=n;let i=new Uint8Array(e),o=new DataView(e);t+=b_;let r=o.getUint32(t,!0);if(r!==1)throw new de(`Only Instanced 3D Model version 1 is supported. Version ${r} is not.`);t+=b_;let s=o.getUint32(t,!0);t+=b_;let a=o.getUint32(t,!0);if(a===0)throw new de("featureTableJsonByteLength is zero, the feature table must be defined.");t+=b_;let c=o.getUint32(t,!0);t+=b_;let u=o.getUint32(t,!0);t+=b_;let f=o.getUint32(t,!0);t+=b_;let d=o.getUint32(t,!0);if(d!==1&&d!==0)throw new de(`Only glTF format 0 (uri) or 1 (embedded) are supported. Format ${d} is not.`);t+=b_;let p=Jo(i,t,a);t+=a;let g=new Uint8Array(e,t,c);t+=c;let m,A;u>0&&(m=Jo(i,t,u),t+=u,f>0&&(A=new Uint8Array(e,t,f),A=new Uint8Array(A),t+=f));let C=n+s-t;if(C===0)throw new de("glTF byte length must be greater than 0.");let x;return t%4===0?x=new Uint8Array(e,t,C):(ZR._deprecationWarning("i3dm-glb-unaligned","The embedded glb is not aligned to a 4-byte boundary."),x=new Uint8Array(i.subarray(t,t+C))),{gltfFormat:d,featureTableJson:p,featureTableBinary:g,batchTableJson:m,batchTableBinary:A,gltf:x}};var QR=ZR;var If={NOT_LOADED:0,LOADING:1,PROCESSING:2,POST_PROCESSING:3,READY:4,FAILED:5,UNLOADED:6},$R=St.Attribute,lNe=St.FeatureIdAttribute,Bee=St.Instances;function Rm(e){e=y(e,y.EMPTY_OBJECT);let t=e.i3dmResource,n=e.arrayBuffer,i=e.baseResource,o=y(e.byteOffset,0),r=y(e.releaseGltfJson,!1),s=y(e.asynchronous,!0),a=y(e.incrementallyLoadTextures,!0),c=y(e.upAxis,So.Y),u=y(e.forwardAxis,So.X),f=y(e.loadAttributesAsTypedArray,!1),d=y(e.loadIndicesForWireframe,!1),p=y(e.loadPrimitiveOutline,!0);i=l(i)?i:t.clone(),this._i3dmResource=t,this._baseResource=i,this._arrayBuffer=n,this._byteOffset=o,this._releaseGltfJson=r,this._asynchronous=s,this._incrementallyLoadTextures=a,this._upAxis=c,this._forwardAxis=u,this._loadAttributesAsTypedArray=f,this._loadIndicesForWireframe=d,this._loadPrimitiveOutline=p,this._state=If.NOT_LOADED,this._promise=void 0,this._gltfLoader=void 0,this._gltfLoaderPromise=void 0,this._process=function(g,m){},this._postProcess=function(g,m){},this._buffers=[],this._components=void 0,this._transform=F.IDENTITY,this._batchTable=void 0,this._featureTable=void 0,this._instancesLength=0}l(Object.create)&&(Rm.prototype=Object.create(to.prototype),Rm.prototype.constructor=Rm);Object.defineProperties(Rm.prototype,{promise:{get:function(){return this._promise}},texturesLoadedPromise:{get:function(){return this._gltfLoader.texturesLoadedPromise}},cacheKey:{get:function(){}},components:{get:function(){return this._components}}});Rm.prototype.load=function(){let e=QR.parse(this._arrayBuffer,this._byteOffset),t=e.featureTableJson,n=e.featureTableBinary,i=e.batchTableJson,o=e.batchTableBinary,r=e.gltfFormat,s=new th(t,n);this._featureTable=s;let a=s.getGlobalProperty("INSTANCES_LENGTH");if(s.featuresLength=a,!l(a))throw new de("Feature table global property: INSTANCES_LENGTH must be defined");this._instancesLength=a;let c=s.getGlobalProperty("RTC_CENTER",K.FLOAT,3);l(c)&&(this._transform=F.fromTranslation(h.fromArray(c))),this._batchTable={json:i,binary:o};let u={upAxis:this._upAxis,forwardAxis:this._forwardAxis,releaseGltfJson:this._releaseGltfJson,incrementallyLoadTextures:this._incrementallyLoadTextures,loadAttributesAsTypedArray:this._loadAttributesAsTypedArray,loadIndicesForWireframe:this._loadIndicesForWireframe,loadPrimitiveOutline:this._loadPrimitiveOutline};if(r===0){let g=El(e.gltf);g=g.replace(/[\s\0]+$/,"");let m=this._baseResource.getDerivedResource({url:g});u.gltfResource=m,u.baseResource=m}else u.gltfResource=this._i3dmResource,u.typedArray=e.gltf;let f=new A_(u);this._gltfLoader=f,this._state=If.LOADING,f.load();let d=this,p=new Promise(function(g){d._process=function(m,A){m._gltfLoader.process(A)},d._postProcess=function(m,A){let x=m._gltfLoader.components;x.transform=F.multiplyTransformation(m._transform,x.transform,x.transform),hNe(m,x,A),fNe(m,x),m._components=x,m._arrayBuffer=void 0,m._state=If.READY,g(m)}});return this._promise=f.promise.then(function(){if(!d.isDestroyed())return d._state=If.POST_PROCESSING,p}).catch(function(g){if(!d.isDestroyed())return uNe(d,g)}),this._promise};function uNe(e,t){e.unload(),e._state=If.FAILED;let n="Failed to load i3dm";return t=e.getError(n,t),Promise.reject(t)}Rm.prototype.process=function(e){this._state===If.LOADING&&(this._state=If.PROCESSING),this._state===If.PROCESSING&&this._process(this,e),this._state===If.POST_PROCESSING&&this._postProcess(this,e)};function fNe(e,t){let n=e._batchTable,i=e._instancesLength;if(i===0)return;let o;if(l(n.json))o=x_({count:i,batchTable:n.json,binaryBody:n.binary});else{let r=new zc({name:Qd.BATCH_TABLE_CLASS_NAME,count:i});o=new xa({schema:{},propertyTables:[r]})}t.structuralMetadata=o}var eM=new h,Q8=new Array(4),dNe=new F;function hNe(e,t,n){let i,o=e._featureTable,r=e._instancesLength;if(r===0)return;let s=o.getGlobalProperty("RTC_CENTER",K.FLOAT,3),a=o.getGlobalProperty("EAST_NORTH_UP"),c=o.hasProperty("NORMAL_UP")||o.hasProperty("NORMAL_UP_OCT32P")||a,u=o.hasProperty("SCALE")||o.hasProperty("SCALE_NON_UNIFORM"),f=pNe(o,r),d;c&&(d=new Float32Array(4*r));let p;u&&(p=new Float32Array(3*r));let g=new Float32Array(r),m=h.unpackArray(f),A=new h,C=new h,x=new h,b=new h,E=new Q,S=new Be,D=new Array(4),v=new h,O=new Array(3),R=new F;if(!l(s)){let V=re.fromPoints(m);for(i=0;i<m.length;i++)h.subtract(m[i],V.center,eM),f[3*i+0]=eM.x,f[3*i+1]=eM.y,f[3*i+2]=eM.z;let G=F.fromTranslation(V.center,dNe);t.transform=F.multiplyTransformation(G,t.transform,t.transform)}for(i=0;i<r;i++){A=h.clone(m[i]),l(s)&&h.add(A,h.unpack(s),A),c&&(_Ne(o,a,i,S,A,x,C,b,E,R),Be.pack(S,D,0),d[4*i+0]=D[0],d[4*i+1]=D[1],d[4*i+2]=D[2],d[4*i+3]=D[3]),u&&(gNe(o,i,v),h.pack(v,O,0),p[3*i+0]=O[0],p[3*i+1]=O[1],p[3*i+2]=O[2]);let V=o.getProperty("BATCH_ID",K.UNSIGNED_SHORT,1,i);l(V)||(V=i),g[i]=V}let M=new Bee;M.transformInWorldSpace=!0;let L=e._buffers,_=new $R;if(_.name="Instance Translation",_.semantic=Ur.TRANSLATION,_.componentDatatype=K.FLOAT,_.type=$t.VEC3,_.count=r,_.typedArray=f,!c){let V=rt.createVertexBuffer({context:n.context,typedArray:f,usage:Le.STATIC_DRAW});V.vertexArrayDestroyable=!1,L.push(V),_.buffer=V}if(M.attributes.push(_),c){let V=new $R;V.name="Instance Rotation",V.semantic=Ur.ROTATION,V.componentDatatype=K.FLOAT,V.type=$t.VEC4,V.count=r,V.typedArray=d,M.attributes.push(V)}if(u){let V=new $R;if(V.name="Instance Scale",V.semantic=Ur.SCALE,V.componentDatatype=K.FLOAT,V.type=$t.VEC3,V.count=r,c)V.typedArray=p;else{let G=rt.createVertexBuffer({context:n.context,typedArray:p,usage:Le.STATIC_DRAW});G.vertexArrayDestroyable=!1,L.push(G),V.buffer=G}M.attributes.push(V)}let T=new $R;T.name="Instance Feature ID",T.setIndex=0,T.semantic=Ur.FEATURE_ID,T.componentDatatype=K.FLOAT,T.type=$t.SCALAR,T.count=r;let w=rt.createVertexBuffer({context:n.context,typedArray:g,usage:Le.STATIC_DRAW});w.vertexArrayDestroyable=!1,L.push(w),T.buffer=w,M.attributes.push(T);let P=new lNe;P.propertyTableId=0,P.setIndex=0,P.positionalLabel="instanceFeatureId_0",M.featureIds.push(P);let B=t.nodes,N=B.length,z=!1;for(i=0;i<N;i++){let V=B[i];V.primitives.length>0&&(V.instances=z?mNe(M):M,z=!0)}}function mNe(e){let t=new Bee;t.transformInWorldSpace=e.transformInWorldSpace;let n=e.attributes,i=n.length;for(let o=0;o<i;o++){let r=$e(n[o],!1);t.attributes.push(r)}return t.featureIds=e.featureIds,t}function pNe(e,t){if(e.hasProperty("POSITION"))return e.getPropertyArray("POSITION",K.FLOAT,3);if(e.hasProperty("POSITION_QUANTIZED")){let n=e.getPropertyArray("POSITION_QUANTIZED",K.UNSIGNED_SHORT,3),i=e.getGlobalProperty("QUANTIZED_VOLUME_OFFSET",K.FLOAT,3);if(!l(i))throw new de("Global property: QUANTIZED_VOLUME_OFFSET must be defined for quantized positions.");let o=e.getGlobalProperty("QUANTIZED_VOLUME_SCALE",K.FLOAT,3);if(!l(o))throw new de("Global property: QUANTIZED_VOLUME_SCALE must be defined for quantized positions.");let r=new Float32Array(n.length);for(let s=0;s<n.length/3;s++)for(let a=0;a<3;a++){let c=3*s+a;r[c]=n[c]/65535*o[a]+i[a]}return r}else throw new de("Either POSITION or POSITION_QUANTIZED must be defined for each instance.")}var Oee=new Array(4);function _Ne(e,t,n,i,o,r,s,a,c,u){let f=e.getProperty("NORMAL_UP",K.FLOAT,3,n,Q8),d=e.getProperty("NORMAL_RIGHT",K.FLOAT,3,n,Oee),p=!1;if(l(f)){if(!l(d))throw new de("To define a custom orientation, both NORMAL_UP and NORMAL_RIGHT must be defined.");h.unpack(f,0,r),h.unpack(d,0,s),p=!0}else{let g=e.getProperty("NORMAL_UP_OCT32P",K.UNSIGNED_SHORT,2,n,Q8),m=e.getProperty("NORMAL_RIGHT_OCT32P",K.UNSIGNED_SHORT,2,n,Oee);if(l(g)){if(!l(m))throw new de("To define a custom orientation with oct-encoded vectors, both NORMAL_UP_OCT32P and NORMAL_RIGHT_OCT32P must be defined.");Un.octDecodeInRange(g[0],g[1],65535,r),Un.octDecodeInRange(m[0],m[1],65535,s),p=!0}else t?(vt.eastNorthUpToFixedFrame(o,ie.WGS84,u),F.getMatrix3(u,c)):Q.clone(Q.IDENTITY,c)}p&&(h.cross(s,r,a),h.normalize(a,a),Q.setColumn(c,0,s,c),Q.setColumn(c,1,r,c),Q.setColumn(c,2,a,c)),Be.fromRotationMatrix(c,i)}function gNe(e,t,n){n=h.fromElements(1,1,1,n);let i=e.getProperty("SCALE",K.FLOAT,1,t);l(i)&&h.multiplyByScalar(n,i,n);let o=e.getProperty("SCALE_NON_UNIFORM",K.FLOAT,3,t,Q8);l(o)&&(n.x*=o[0],n.y*=o[1],n.z*=o[2])}function yNe(e){let t=e._buffers,n=t.length;for(let i=0;i<n;i++){let o=t[i];o.isDestroyed()||o.destroy()}t.length=0}Rm.prototype.isUnloaded=function(){return this._state===If.UNLOADED};Rm.prototype.unload=function(){l(this._gltfLoader)&&this._gltfLoader.unload(),yNe(this),this._components=void 0,this._arrayBuffer=void 0,this._state=If.UNLOADED};var tM=Rm;var ANe={STOPPED:0,ANIMATING:1},nh=Object.freeze(ANe);function dx(){this.times=void 0,this.points=void 0,ye.throwInstantiationError()}dx.getPointType=function(e){if(typeof e=="number")return Number;if(e instanceof h)return h;if(e instanceof Be)return Be};dx.prototype.evaluate=ye.throwInstantiationError;dx.prototype.findTimeInterval=function(e,t){let n=this.times,i=n.length;if(t=y(t,0),e>=n[t]){if(t+1<i&&e<n[t+1])return t;if(t+2<i&&e<n[t+2])return t+1}else if(t-1>=0&&e>=n[t-1])return t-1;let o;if(e>n[t])for(o=t;o<i-1&&!(e>=n[o]&&e<n[o+1]);++o);else for(o=t-1;o>=0&&!(e>=n[o]&&e<n[o+1]);--o);return o===i-1&&(o=i-2),o};dx.prototype.wrapTime=function(e){let t=this.times,n=t[t.length-1],i=t[0],o=n-i,r;return e<i&&(r=Math.floor((i-e)/o)+1,e+=r*o),e>n&&(r=Math.floor((e-n)/o)+1,e-=r*o),e};dx.prototype.clampTime=function(e){let t=this.times;return I.clamp(e,t[0],t[t.length-1])};var no=dx;function hx(e){this._value=e,this._valueType=no.getPointType(e)}Object.defineProperties(hx.prototype,{value:{get:function(){return this._value}}});hx.prototype.findTimeInterval=function(e){};hx.prototype.wrapTime=function(e){return 0};hx.prototype.clampTime=function(e){return 0};hx.prototype.evaluate=function(e,t){let n=this._value,i=this._valueType;return i===Number?n:i.clone(n,t)};var nM=hx;function mx(e){e=y(e,y.EMPTY_OBJECT);let t=e.points,n=e.times;this._times=n,this._points=t,this._pointType=no.getPointType(t[0]),this._lastTimeIndex=0}Object.defineProperties(mx.prototype,{times:{get:function(){return this._times}},points:{get:function(){return this._points}}});mx.prototype.findTimeInterval=no.prototype.findTimeInterval;mx.prototype.wrapTime=no.prototype.wrapTime;mx.prototype.clampTime=no.prototype.clampTime;mx.prototype.evaluate=function(e,t){let n=this.points,i=this.times,o=this._lastTimeIndex=this.findTimeInterval(e,this._lastTimeIndex),r=(e-i[o])/(i[o+1]-i[o]);return this._pointType===Number?(1-r)*n[o]+r*n[o+1]:(l(t)||(t=new h),h.lerp(n[o],n[o+1],r,t))};var Q0=mx;var Ree={};Ree.solve=function(e,t,n,i){let o=new Array(n.length),r=new Array(i.length),s=new Array(i.length),a;for(a=0;a<r.length;a++)r[a]=new h,s[a]=new h;o[0]=n[0]/t[0],r[0]=h.multiplyByScalar(i[0],1/t[0],r[0]);let c;for(a=1;a<o.length;++a)c=1/(t[a]-o[a-1]*e[a-1]),o[a]=n[a]*c,r[a]=h.subtract(i[a],h.multiplyByScalar(r[a-1],e[a-1],r[a]),r[a]),r[a]=h.multiplyByScalar(r[a],c,r[a]);for(c=1/(t[a]-o[a-1]*e[a-1]),r[a]=h.subtract(i[a],h.multiplyByScalar(r[a-1],e[a-1],r[a]),r[a]),r[a]=h.multiplyByScalar(r[a],c,r[a]),s[s.length-1]=r[r.length-1],a=s.length-2;a>=0;--a)s[a]=h.subtract(r[a],h.multiplyByScalar(s[a+1],o[a],s[a]),s[a]);return s};var VS=Ree;var Mee=[],Lee=[],Fee=[],Nee=[];function CNe(e,t,n){let i=Mee,o=Fee,r=Lee,s=Nee;i.length=o.length=e.length-1,r.length=s.length=e.length;let a;i[0]=r[0]=1,o[0]=0;let c=s[0];for(l(c)||(c=s[0]=new h),h.clone(t,c),a=1;a<i.length-1;++a)i[a]=o[a]=1,r[a]=4,c=s[a],l(c)||(c=s[a]=new h),h.subtract(e[a+1],e[a-1],c),h.multiplyByScalar(c,3,c);return i[a]=0,o[a]=1,r[a]=4,c=s[a],l(c)||(c=s[a]=new h),h.subtract(e[a+1],e[a-1],c),h.multiplyByScalar(c,3,c),r[a+1]=1,c=s[a+1],l(c)||(c=s[a+1]=new h),h.clone(n,c),VS.solve(i,r,o,s)}function xNe(e){let t=Mee,n=Fee,i=Lee,o=Nee;t.length=n.length=e.length-1,i.length=o.length=e.length;let r;t[0]=n[0]=1,i[0]=2;let s=o[0];for(l(s)||(s=o[0]=new h),h.subtract(e[1],e[0],s),h.multiplyByScalar(s,3,s),r=1;r<t.length;++r)t[r]=n[r]=1,i[r]=4,s=o[r],l(s)||(s=o[r]=new h),h.subtract(e[r+1],e[r-1],s),h.multiplyByScalar(s,3,s);return i[r]=2,s=o[r],l(s)||(s=o[r]=new h),h.subtract(e[r],e[r-1],s),h.multiplyByScalar(s,3,s),VS.solve(t,i,n,o)}function jc(e){e=y(e,y.EMPTY_OBJECT);let t=e.points,n=e.times,i=e.inTangents,o=e.outTangents;this._times=n,this._points=t,this._pointType=no.getPointType(t[0]),this._inTangents=i,this._outTangents=o,this._lastTimeIndex=0}Object.defineProperties(jc.prototype,{times:{get:function(){return this._times}},points:{get:function(){return this._points}},inTangents:{get:function(){return this._inTangents}},outTangents:{get:function(){return this._outTangents}}});jc.createC1=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.times,n=e.points,i=e.tangents,o=i.slice(0,i.length-1),r=i.slice(1,i.length);return new jc({times:t,points:n,inTangents:r,outTangents:o})};jc.createNaturalCubic=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.times,n=e.points;if(n.length<3)return new Q0({points:n,times:t});let i=xNe(n),o=i.slice(0,i.length-1),r=i.slice(1,i.length);return new jc({times:t,points:n,inTangents:r,outTangents:o})};jc.createClampedCubic=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.times,n=e.points,i=e.firstTangent,o=e.lastTangent,r=no.getPointType(n[0]);if(n.length<3)return new Q0({points:n,times:t});let s=CNe(n,i,o),a=s.slice(0,s.length-1),c=s.slice(1,s.length);return new jc({times:t,points:n,inTangents:c,outTangents:a})};jc.hermiteCoefficientMatrix=new F(2,-3,0,1,-2,3,0,0,1,-2,1,0,1,-1,0,0);jc.prototype.findTimeInterval=no.prototype.findTimeInterval;var TNe=new se,px=new h;jc.prototype.wrapTime=no.prototype.wrapTime;jc.prototype.clampTime=no.prototype.clampTime;jc.prototype.evaluate=function(e,t){let n=this.points,i=this.times,o=this.inTangents,r=this.outTangents;this._lastTimeIndex=this.findTimeInterval(e,this._lastTimeIndex);let s=this._lastTimeIndex,a=i[s+1]-i[s],c=(e-i[s])/a,u=TNe;u.z=c,u.y=c*c,u.x=u.y*c,u.w=1;let f=F.multiplyByVector(jc.hermiteCoefficientMatrix,u,u);f.z*=a,f.w*=a;let d=this._pointType;return d===Number?n[s]*f.x+n[s+1]*f.y+r[s]*f.z+o[s]*f.w:(l(t)||(t=new d),t=d.multiplyByScalar(n[s],f.x,t),d.multiplyByScalar(n[s+1],f.y,px),d.add(t,px,t),d.multiplyByScalar(r[s],f.z,px),d.add(t,px,t),d.multiplyByScalar(o[s],f.w,px),d.add(t,px,t))};var $0=jc;function _x(e){e=y(e,y.EMPTY_OBJECT);let t=e.points,n=e.times;this._times=n,this._points=t,this._pointType=no.getPointType(t[0]),this._lastTimeIndex=0}Object.defineProperties(_x.prototype,{times:{get:function(){return this._times}},points:{get:function(){return this._points}}});_x.prototype.findTimeInterval=no.prototype.findTimeInterval;_x.prototype.wrapTime=no.prototype.wrapTime;_x.prototype.clampTime=no.prototype.clampTime;_x.prototype.evaluate=function(e,t){let n=this.points;this._lastTimeIndex=this.findTimeInterval(e,this._lastTimeIndex);let i=this._lastTimeIndex,o=this._pointType;return o===Number?n[i]:(l(t)||(t=new o),o.clone(n[i],t))};var iM=_x;function ENe(e){let t=e.points,n=e.times;return function(i,o){l(o)||(o=new Be);let r=e._lastTimeIndex=e.findTimeInterval(i,e._lastTimeIndex),s=(i-n[r])/(n[r+1]-n[r]),a=t[r],c=t[r+1];return Be.fastSlerp(a,c,s,o)}}function gx(e){e=y(e,y.EMPTY_OBJECT);let t=e.points,n=e.times;this._times=n,this._points=t,this._evaluateFunction=ENe(this),this._lastTimeIndex=0}Object.defineProperties(gx.prototype,{times:{get:function(){return this._times}},points:{get:function(){return this._points}}});gx.prototype.findTimeInterval=no.prototype.findTimeInterval;gx.prototype.wrapTime=no.prototype.wrapTime;gx.prototype.clampTime=no.prototype.clampTime;gx.prototype.evaluate=function(e,t){return this._evaluateFunction(e,t)};var oM=gx;var ey=St.AnimatedPropertyType;function e5(e){e=y(e,y.EMPTY_OBJECT);let t=e.channel,n=e.runtimeAnimation,i=e.runtimeNode;this._channel=t,this._runtimeAnimation=n,this._runtimeNode=i,this._splines=[],this._path=void 0,wNe(this)}Object.defineProperties(e5.prototype,{channel:{get:function(){return this._channel}},runtimeAnimation:{get:function(){return this._runtimeAnimation}},runtimeNode:{get:function(){return this._runtimeNode}},splines:{get:function(){return this._splines}}});function bNe(e,t){let n=[],i=[],o=[],r=t.length;for(let s=0;s<r;s+=3)i.push(t[s]),n.push(t[s+1]),o.push(t[s+2]);return i.splice(0,1),o.length=o.length-1,new $0({times:e,points:n,inTangents:i,outTangents:o})}function kee(e,t,n,i){if(e.length===1&&t.length===1)return new nM(t[0]);switch(n){case eh.STEP:return new iM({times:e,points:t});case eh.CUBICSPLINE:return bNe(e,t);case eh.LINEAR:return i===ey.ROTATION?new oM({times:e,points:t}):new Q0({times:e,points:t})}}function SNe(e,t,n,i,o){let r=[];if(i===ey.WEIGHTS){let a=t.length/o,c,u;for(c=0;c<o;c++){let f=new Array(a),d=c;if(n===eh.CUBICSPLINE)for(u=0;u<a;u+=3)f[u]=t[d],f[u+1]=t[d+o],f[u+2]=t[d+2*o],d+=o*3;else for(u=0;u<a;u++)f[u]=t[d],d+=o;r.push(kee(e,f,n,i))}}else r.push(kee(e,t,n,i));return r}var $8;function wNe(e){let t=e._channel,n=t.sampler,i=n.input,o=n.output,r=n.interpolation,a=t.target.path,c=e._runtimeNode,u=l(c.morphWeights)?c.morphWeights.length:1,f=SNe(i,o,r,a,u);switch(e._splines=f,e._path=a,a){case ey.TRANSLATION:case ey.SCALE:$8=new h;break;case ey.ROTATION:$8=new Be;break;case ey.WEIGHTS:break}}e5.prototype.animate=function(e){let t=this._splines,n=this._path,i=this._runtimeAnimation.model,o=this._runtimeNode;if(n===ey.WEIGHTS){let r=o.morphWeights,s=r.length;for(let a=0;a<s;a++){let c=t[a],u=i.clampAnimations?c.clampTime(e):c.wrapTime(e);r[a]=c.evaluate(u)}}else{if(o.userAnimated)return;{let r=t[0],s=i.clampAnimations?r.clampTime(e):r.wrapTime(e);o[n]=r.evaluate(s,$8)}}};var rM=e5;function t5(e,t,n){this._animation=t,this._name=t.name,this._runtimeChannels=void 0,this._startTime=$.clone(n.startTime),this._delay=y(n.delay,0),this._stopTime=$.clone(n.stopTime),this.removeOnStop=y(n.removeOnStop,!1),this._multiplier=y(n.multiplier,1),this._reverse=y(n.reverse,!1),this._loop=y(n.loop,oc.NONE),this._animationTime=n.animationTime,this._prevAnimationDelta=void 0,this.start=new _e,this.update=new _e,this.stop=new _e,this._state=nh.STOPPED,this._computedStartTime=void 0,this._duration=void 0;let i=this;this._raiseStartEvent=function(){i.start.raiseEvent(e,i)},this._updateEventTime=0,this._raiseUpdateEvent=function(){i.update.raiseEvent(e,i,i._updateEventTime)},this._raiseStopEvent=function(){i.stop.raiseEvent(e,i)},this._model=e,this._localStartTime=void 0,this._localStopTime=void 0,DNe(this)}Object.defineProperties(t5.prototype,{animation:{get:function(){return this._animation}},name:{get:function(){return this._name}},runtimeChannels:{get:function(){return this._runtimeChannels}},model:{get:function(){return this._model}},localStartTime:{get:function(){return this._localStartTime}},localStopTime:{get:function(){return this._localStopTime}},startTime:{get:function(){return this._startTime}},delay:{get:function(){return this._delay}},stopTime:{get:function(){return this._stopTime}},multiplier:{get:function(){return this._multiplier}},reverse:{get:function(){return this._reverse}},loop:{get:function(){return this._loop}},animationTime:{get:function(){return this._animationTime}}});function DNe(e){let t=Number.MAX_VALUE,n=-Number.MAX_VALUE,i=e._model.sceneGraph,r=e._animation.channels,s=r.length,a=[];for(let c=0;c<s;c++){let u=r[c],f=u.target;if(!l(f))continue;let d=f.node.index,p=i._runtimeNodes[d],g=new rM({channel:u,runtimeAnimation:e,runtimeNode:p}),m=u.sampler.input;t=Math.min(t,m[0]),n=Math.max(n,m[m.length-1]),a.push(g)}e._runtimeChannels=a,e._localStartTime=t,e._localStopTime=n}t5.prototype.animate=function(e){let t=this._runtimeChannels,n=t.length;for(let i=0;i<n;i++)t[i].animate(e)};var sM=t5;function Mm(e){this.animationAdded=new _e,this.animationRemoved=new _e,this.animateWhilePaused=!1,this._model=e,this._runtimeAnimations=[],this._previousTime=void 0}Object.defineProperties(Mm.prototype,{length:{get:function(){return this._runtimeAnimations.length}},model:{get:function(){return this._model}}});function n5(e,t,n){let i=e._model,o=new sM(i,t,n);return e._runtimeAnimations.push(o),e.animationAdded.raiseEvent(i,o),o}Mm.prototype.add=function(e){e=y(e,y.EMPTY_OBJECT);let n=this._model.sceneGraph.components.animations,i=e.index;if(l(i))return n5(this,n[i],e);let o=n.length;for(let r=0;r<o;++r)if(n[r].name===e.name){i=r;break}return n5(this,n[i],e)};Mm.prototype.addAll=function(e){e=y(e,y.EMPTY_OBJECT);let n=this._model.sceneGraph.components.animations,i=[],o=n.length;for(let r=0;r<o;++r){let s=n5(this,n[r],e);i.push(s)}return i};Mm.prototype.remove=function(e){if(!l(e))return!1;let t=this._runtimeAnimations,n=t.indexOf(e);return n!==-1?(t.splice(n,1),this.animationRemoved.raiseEvent(this._model,e),!0):!1};Mm.prototype.removeAll=function(){let e=this._model,t=this._runtimeAnimations,n=t.length;this._runtimeAnimations.length=0;for(let i=0;i<n;++i)this.animationRemoved.raiseEvent(e,t[i])};Mm.prototype.contains=function(e){return l(e)?this._runtimeAnimations.indexOf(e)!==-1:!1};Mm.prototype.get=function(e){return this._runtimeAnimations[e]};var aM=[];function vNe(e,t,n){return function(){e.animationRemoved.raiseEvent(t,n)}}Mm.prototype.update=function(e){let t=this._runtimeAnimations,n=t.length;if(n===0)return this._previousTime=void 0,!1;if(!this.animateWhilePaused&&$.equals(e.time,this._previousTime))return!1;this._previousTime=$.clone(e.time,this._previousTime);let i=!1,o=e.time,r=this._model;for(let s=0;s<n;++s){let a=t[s];l(a._computedStartTime)||(a._computedStartTime=$.addSeconds(y(a.startTime,o),a.delay,new $)),l(a._duration)||(a._duration=a.localStopTime*(1/a.multiplier));let c=a._computedStartTime,u=a._duration,f=a.stopTime,d=$.lessThanOrEquals(c,o),p=l(f)&&$.greaterThan(o,f),g=0;if(u!==0){let C=$.secondsDifference(p?f:o,c);g=l(a._animationTime)?a._animationTime(u,C):C/u}let m=a.loop===oc.REPEAT||a.loop===oc.MIRRORED_REPEAT,A=(d||m&&!l(a.startTime))&&(g<=1||m)&&!p;if(g===a._prevAnimationDelta){let C=a._state===nh.STOPPED;if(A!==C)continue}if(a._prevAnimationDelta=g,A||a._state===nh.ANIMATING){if(A&&a._state===nh.STOPPED&&(a._state=nh.ANIMATING,a.start.numberOfListeners>0&&e.afterRender.push(a._raiseStartEvent)),a.loop===oc.REPEAT)g=g-Math.floor(g);else if(a.loop===oc.MIRRORED_REPEAT){let x=Math.floor(g),b=g-x;g=x%2===1?1-b:b}a.reverse&&(g=1-g);let C=g*u*a.multiplier;C=I.clamp(C,a.localStartTime,a.localStopTime),a.animate(C),a.update.numberOfListeners>0&&(a._updateEventTime=C,e.afterRender.push(a._raiseUpdateEvent)),i=!0,A||(a._state=nh.STOPPED,a.stop.numberOfListeners>0&&e.afterRender.push(a._raiseStopEvent),a.removeOnStop&&aM.push(a))}}n=aM.length;for(let s=0;s<n;++s){let a=aM[s];t.splice(t.indexOf(a),1),e.afterRender.push(vNe(this,r,a))}return aM.length=0,i};var cM=Mm;function ty(e){this._model=e.model,this._featureTable=e.featureTable,this._featureId=e.featureId,this._color=void 0}Object.defineProperties(ty.prototype,{show:{get:function(){return this._featureTable.getShow(this._featureId)},set:function(e){this._featureTable.setShow(this._featureId,e)}},color:{get:function(){return l(this._color)||(this._color=new U),this._featureTable.getColor(this._featureId,this._color)},set:function(e){this._featureTable.setColor(this._featureId,e)}},primitive:{get:function(){return this._model}},featureTable:{get:function(){return this._featureTable}},featureId:{get:function(){return this._featureId}}});ty.prototype.hasProperty=function(e){return this._featureTable.hasProperty(this._featureId,e)};ty.prototype.getProperty=function(e){return this._featureTable.getProperty(this._featureId,e)};ty.prototype.getPropertyInherited=function(e){return this._featureTable.hasPropertyBySemantic(this._featureId,e)?this._featureTable.getPropertyBySemantic(this._featureId,e):this._featureTable.getProperty(this._featureId,e)};ty.prototype.getPropertyIds=function(e){return this._featureTable.getPropertyIds(e)};ty.prototype.setProperty=function(e,t){return this._featureTable.setProperty(this._featureId,e,t)};var lM=ty;var US={ALL_OPAQUE:0,ALL_TRANSLUCENT:1,OPAQUE_AND_TRANSLUCENT:2};US.getStyleCommandsNeeded=function(e,t){return t===0?US.ALL_OPAQUE:t===e?US.ALL_TRANSLUCENT:US.OPAQUE_AND_TRANSLUCENT};var ih=Object.freeze(US);var S_={GLTF:"GLTF",TILE_GLTF:"TILE_GLTF",TILE_B3DM:"B3DM",TILE_I3DM:"I3DM",TILE_PNTS:"PNTS",TILE_GEOJSON:"TILE_GEOJSON"};S_.is3DTiles=function(e){switch(e){case S_.TILE_GLTF:case S_.TILE_B3DM:case S_.TILE_I3DM:case S_.TILE_PNTS:case S_.TILE_GEOJSON:return!0;case S_.GLTF:return!1}};var ar=Object.freeze(S_);function _r(e){let t=e.model,n=e.propertyTable;this._propertyTable=n,this._model=t,this._features=void 0,this._featuresLength=0,this._batchTexture=void 0,this._styleCommandsNeededDirty=!1,this._styleCommandsNeeded=ih.ALL_OPAQUE,PNe(this)}Object.defineProperties(_r.prototype,{batchTexture:{get:function(){return this._batchTexture}},featuresLength:{get:function(){return this._featuresLength}},batchTextureByteLength:{get:function(){return l(this._batchTexture)?this._batchTexture.byteLength:0}},styleCommandsNeededDirty:{get:function(){return this._styleCommandsNeededDirty}}});function PNe(e){let t=e._model,n=ar.is3DTiles(t.type),i=e._propertyTable.count;if(i===0)return;let o,r=new Array(i);if(n){let s=t.content;for(o=0;o<i;o++)r[o]=new As(s,o)}else for(o=0;o<i;o++)r[o]=new lM({model:t,featureId:o,featureTable:e});e._features=r,e._featuresLength=i,e._batchTexture=new Uc({featuresLength:i,owner:e,statistics:n?t.content.tileset.statistics:void 0})}_r.prototype.update=function(e){this._styleCommandsNeededDirty=!1,this._batchTexture.update(void 0,e);let t=ih.getStyleCommandsNeeded(this._featuresLength,this._batchTexture.translucentFeaturesLength);this._styleCommandsNeeded!==t&&(this._styleCommandsNeededDirty=!0,this._styleCommandsNeeded=t)};_r.prototype.setShow=function(e,t){this._batchTexture.setShow(e,t)};_r.prototype.setAllShow=function(e){this._batchTexture.setAllShow(e)};_r.prototype.getShow=function(e){return this._batchTexture.getShow(e)};_r.prototype.setColor=function(e,t){this._batchTexture.setColor(e,t)};_r.prototype.setAllColor=function(e){this._batchTexture.setAllColor(e)};_r.prototype.getColor=function(e,t){return this._batchTexture.getColor(e,t)};_r.prototype.getPickColor=function(e){return this._batchTexture.getPickColor(e)};_r.prototype.getFeature=function(e){return this._features[e]};_r.prototype.hasProperty=function(e,t){return this._propertyTable.hasProperty(e,t)};_r.prototype.hasPropertyBySemantic=function(e,t){return this._propertyTable.hasPropertyBySemantic(e,t)};_r.prototype.getProperty=function(e,t){return this._propertyTable.getProperty(e,t)};_r.prototype.getPropertyBySemantic=function(e,t){return this._propertyTable.getPropertyBySemantic(e,t)};_r.prototype.getPropertyIds=function(e){return this._propertyTable.getPropertyIds(e)};_r.prototype.setProperty=function(e,t,n){return this._propertyTable.setProperty(e,t,n)};_r.prototype.isClass=function(e,t){return this._propertyTable.isClass(e,t)};_r.prototype.isExactClass=function(e,t){return this._propertyTable.isExactClass(e,t)};_r.prototype.getExactClassName=function(e){return this._propertyTable.getExactClassName(e)};var INe=new U;_r.prototype.applyStyle=function(e){if(!l(e)){this.setAllColor(Uc.DEFAULT_COLOR_VALUE),this.setAllShow(Uc.DEFAULT_SHOW_VALUE);return}for(let t=0;t<this._featuresLength;t++){let n=this.getFeature(t),i=l(e.color)?y(e.color.evaluateColor(n,INe),Uc.DEFAULT_COLOR_VALUE):Uc.DEFAULT_COLOR_VALUE,o=l(e.show)?y(e.show.evaluate(n),Uc.DEFAULT_SHOW_VALUE):Uc.DEFAULT_SHOW_VALUE;this.setColor(t,i),this.setShow(t,o)}};_r.prototype.isDestroyed=function(){return!1};_r.prototype.destroy=function(e){this._batchTexture=this._batchTexture&&this._batchTexture.destroy(),le(this)};var uM=_r;var fM=`#if defined(HAS_NORMALS) && !defined(HAS_TANGENTS) && !defined(LIGHTING_UNLIT)
#ifdef GL_OES_standard_derivatives
#extension GL_OES_standard_derivatives : enable
#endif
#endif
czm_modelMaterial defaultModelMaterial()
{
czm_modelMaterial material;
material.diffuse = vec3(0.0);
material.specular = vec3(1.0);
material.roughness = 1.0;
material.occlusion = 1.0;
material.normalEC = vec3(0.0, 0.0, 1.0);
material.emissive = vec3(0.0);
material.alpha = 1.0;
return material;
}
vec4 handleAlpha(vec3 color, float alpha)
{
#ifdef ALPHA_MODE_MASK
if (alpha < u_alphaCutoff) {
discard;
}
#endif
return vec4(color, alpha);
}
SelectedFeature selectedFeature;
void main()
{
#ifdef HAS_MODEL_SPLITTER
modelSplitterStage();
#endif
czm_modelMaterial material = defaultModelMaterial();
ProcessedAttributes attributes;
geometryStage(attributes);
FeatureIds featureIds;
featureIdStage(featureIds, attributes);
Metadata metadata;
MetadataClass metadataClass;
MetadataStatistics metadataStatistics;
metadataStage(metadata, metadataClass, metadataStatistics, attributes);
#ifdef HAS_SELECTED_FEATURE_ID
selectedFeatureIdStage(selectedFeature, featureIds);
#endif
#ifndef CUSTOM_SHADER_REPLACE_MATERIAL
materialStage(material, attributes, selectedFeature);
#endif
#ifdef HAS_CUSTOM_FRAGMENT_SHADER
customShaderStage(material, attributes, featureIds, metadata, metadataClass, metadataStatistics);
#endif
lightingStage(material, attributes);
#ifdef HAS_SELECTED_FEATURE_ID
cpuStylingStage(material, selectedFeature);
#endif
#ifdef HAS_MODEL_COLOR
modelColorStage(material);
#endif
#ifdef HAS_PRIMITIVE_OUTLINE
primitiveOutlineStage(material);
#endif
vec4 color = handleAlpha(material.diffuse, material.alpha);
#ifdef HAS_CLIPPING_PLANES
modelClippingPlanesStage(color);
#endif
#if defined(HAS_SILHOUETTE) && defined(HAS_NORMALS)
silhouetteStage(color);
#endif
gl_FragColor = color;
}
`;var dM=`precision highp float;
czm_modelVertexOutput defaultVertexOutput(vec3 positionMC) {
czm_modelVertexOutput vsOutput;
vsOutput.positionMC = positionMC;
vsOutput.pointSize = 1.0;
return vsOutput;
}
void main()
{
ProcessedAttributes attributes;
initializeAttributes(attributes);
#ifdef USE_DEQUANTIZATION
dequantizationStage(attributes);
#endif
#ifdef HAS_MORPH_TARGETS
morphTargetsStage(attributes);
#endif
#ifdef HAS_SKINNING
skinningStage(attributes);
#endif
#ifdef HAS_PRIMITIVE_OUTLINE
primitiveOutlineStage();
#endif
#ifdef HAS_BITANGENTS
attributes.bitangentMC = normalize(cross(attributes.normalMC, attributes.tangentMC) * attributes.tangentSignMC);
#endif
FeatureIds featureIds;
featureIdStage(featureIds, attributes);
#ifdef HAS_SELECTED_FEATURE_ID
SelectedFeature feature;
selectedFeatureIdStage(feature, featureIds);
cpuStylingStage(attributes.positionMC, feature);
#endif
#if defined(USE_2D_POSITIONS) || defined(USE_2D_INSTANCING)
mat4 modelView = czm_modelView3D;
mat3 normal = czm_normal3D;
#else
mat4 modelView = czm_modelView;
mat3 normal = czm_normal;
#endif
#ifdef HAS_INSTANCING
#ifdef USE_LEGACY_INSTANCING
mat4 instanceModelView;
mat3 instanceModelViewInverseTranspose;
legacyInstancingStage(attributes, instanceModelView, instanceModelViewInverseTranspose);
modelView = instanceModelView;
normal = instanceModelViewInverseTranspose;
#else
instancingStage(attributes);
#endif
#ifdef USE_PICKING
v_pickColor = a_pickColor;
#endif
#endif
Metadata metadata;
MetadataClass metadataClass;
MetadataStatistics metadataStatistics;
metadataStage(metadata, metadataClass, metadataStatistics, attributes);
#ifdef HAS_CUSTOM_VERTEX_SHADER
czm_modelVertexOutput vsOutput = defaultVertexOutput(attributes.positionMC);
customShaderStage(vsOutput, attributes, featureIds, metadata, metadataClass, metadataStatistics);
#endif
vec4 positionClip = geometryStage(attributes, modelView, normal);
#ifdef HAS_SILHOUETTE
silhouetteStage(attributes, positionClip);
#endif
#ifdef HAS_POINT_CLOUD_SHOW_STYLE
float show = pointCloudShowStylingStage(attributes, metadata);
#else
float show = 1.0;
#endif
#ifdef HAS_POINT_CLOUD_BACK_FACE_CULLING
show *= pointCloudBackFaceCullingStage();
#endif
#ifdef HAS_POINT_CLOUD_COLOR_STYLE
v_pointCloudColor = pointCloudColorStylingStage(attributes, metadata);
#endif
#ifdef PRIMITIVE_TYPE_POINTS
#ifdef HAS_CUSTOM_VERTEX_SHADER
gl_PointSize = vsOutput.pointSize;
#elif defined(HAS_POINT_CLOUD_POINT_SIZE_STYLE) || defined(HAS_POINT_CLOUD_ATTENUATION)
gl_PointSize = pointCloudPointSizeStylingStage(attributes, metadata);
#else
gl_PointSize = 1.0;
#endif
gl_PointSize *= show;
#endif
gl_Position = show * positionClip;
}
`;function o5(e){e=y(e,y.EMPTY_OBJECT);let t=e.command,n=e.primitiveRenderResources,i=n.model;this._command=t,this._model=i,this._runtimePrimitive=n.runtimePrimitive,this._modelMatrix=t.modelMatrix,this._boundingVolume=t.boundingVolume,this._cullFace=t.renderState.cull.face;let o=i.classificationType;this._classificationType=o,this._classifiesTerrain=o!==Fn.CESIUM_3D_TILE,this._classifies3DTiles=o!==Fn.TERRAIN,this._useDebugWireframe=i._enableDebugWireframe&&i.debugWireframe,this._pickId=n.pickId,this._commandListTerrain=[],this._commandList3DTiles=[],this._commandListIgnoreShow=[],this._commandListDebugWireframe=[],this._commandListTerrainPicking=[],this._commandList3DTilesPicking=[],MNe(this)}function ONe(e){return{colorMask:{red:!1,green:!1,blue:!1,alpha:!1},stencilTest:{enabled:!0,frontFunction:e,frontOperation:{fail:st.KEEP,zFail:st.DECREMENT_WRAP,zPass:st.KEEP},backFunction:e,backOperation:{fail:st.KEEP,zFail:st.INCREMENT_WRAP,zPass:st.KEEP},reference:wt.CESIUM_3D_TILE_MASK,mask:wt.CESIUM_3D_TILE_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!0,func:Ja.LESS_OR_EQUAL},depthMask:!1}}var BNe={stencilTest:{enabled:!0,frontFunction:Nn.NOT_EQUAL,frontOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},backFunction:Nn.NOT_EQUAL,backOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},reference:0,mask:wt.CLASSIFICATION_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!1},depthMask:!1,blending:an.PRE_MULTIPLIED_ALPHA_BLEND},RNe={stencilTest:{enabled:!0,frontFunction:Nn.NOT_EQUAL,frontOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},backFunction:Nn.NOT_EQUAL,backOperation:{fail:st.ZERO,zFail:st.ZERO,zPass:st.ZERO},reference:0,mask:wt.CLASSIFICATION_MASK},stencilMask:wt.CLASSIFICATION_MASK,depthTest:{enabled:!1},depthMask:!1},zee=[];function MNe(e){let t=e._command,n=zee;if(e._useDebugWireframe){t.pass=xe.OPAQUE,n.length=0,n.push(t),e._commandListDebugWireframe=zS(e,n,e._commandListDebugWireframe);let r=e._commandListDebugWireframe,s=r.length;for(let a=0;a<s;a++){let c=r[a];c.count*=2,c.offset*=2}return}let o=e.model.allowPicking;if(e._classifiesTerrain){let r=xe.TERRAIN_CLASSIFICATION,s=i5(t,r),a=Vee(t,r);n.length=0,n.push(s,a),e._commandListTerrain=zS(e,n,e._commandListTerrain),o&&(e._commandListTerrainPicking=Uee(e,n,e._commandListTerrainPicking))}if(e._classifies3DTiles){let r=xe.CESIUM_3D_TILE_CLASSIFICATION,s=i5(t,r),a=Vee(t,r);n.length=0,n.push(s,a),e._commandList3DTiles=zS(e,n,e._commandList3DTiles),o&&(e._commandList3DTilesPicking=Uee(e,n,e._commandList3DTilesPicking))}}function zS(e,t,n){let i=e._runtimePrimitive,o=i.batchLengths,r=i.batchOffsets,s=o.length,a=t.length;for(let c=0;c<s;c++){let u=o[c],f=r[c];for(let d=0;d<a;d++){let p=t[d],g=Ze.shallowClone(p);g.count=u,g.offset=f,n.push(g)}}return n}function i5(e,t){let n=Ze.shallowClone(e);n.cull=!1,n.pass=t;let i=t===xe.TERRAIN_CLASSIFICATION?Nn.ALWAYS:Nn.EQUAL,o=ONe(i);return n.renderState=Ne.fromCache(o),n}function Vee(e,t){let n=Ze.shallowClone(e);return n.cull=!1,n.pass=t,n.renderState=Ne.fromCache(BNe),n}var LNe=[];function Uee(e,t,n){let i=Ne.fromCache(RNe),o=t[0],r=t[1],s=Ze.shallowClone(o);s.cull=!0,s.pickOnly=!0;let a=Ze.shallowClone(r);a.cull=!0,a.pickOnly=!0,a.renderState=i,a.pickId=e._pickId;let c=LNe;return c.length=0,c.push(s,a),zS(e,c,n)}Object.defineProperties(o5.prototype,{command:{get:function(){return this._command}},runtimePrimitive:{get:function(){return this._runtimePrimitive}},batchLengths:{get:function(){return this._runtimePrimitive.batchLengths}},batchOffsets:{get:function(){return this._runtimePrimitive.batchOffsets}},model:{get:function(){return this._model}},classificationType:{get:function(){return this._classificationType}},modelMatrix:{get:function(){return this._modelMatrix},set:function(e){this._modelMatrix=F.clone(e,this._modelMatrix);let t=this._runtimePrimitive.boundingSphere;this._boundingVolume=re.transform(t,this._modelMatrix,this._boundingVolume)}},boundingVolume:{get:function(){return this._boundingVolume}},cullFace:{get:function(){return this._cullFace},set:function(e){this._cullFace=e}}});o5.prototype.pushCommands=function(e,t){let n=e.passes;if(n.render){if(this._useDebugWireframe){t.push.apply(t,this._commandListDebugWireframe);return}if(this._classifiesTerrain&&t.push.apply(t,this._commandListTerrain),this._classifies3DTiles&&t.push.apply(t,this._commandList3DTiles),e.invertClassification&&this._classifies3DTiles){if(this._commandListIgnoreShow.length===0){let o=xe.CESIUM_3D_TILE_CLASSIFICATION_IGNORE_SHOW,r=i5(this._command,o),s=zee;s.length=0,s.push(r),this._commandListIgnoreShow=zS(this,s,this._commandListIgnoreShow)}t.push.apply(t,this._commandListIgnoreShow)}}return n.pick&&(this._classifiesTerrain&&t.push.apply(t,this._commandListTerrainPicking),this._classifies3DTiles&&t.push.apply(t,this._commandList3DTilesPicking)),t};var hM=o5;function mM(e){e=y(e,y.EMPTY_OBJECT);let t=e.command,n=e.primitiveRenderResources,i=n.model;this._model=i;let o=n.runtimePrimitive;this._runtimePrimitive=o;let r=t.pass===xe.TRANSLUCENT,a=!o.primitive.material.doubleSided&&!r,c=n.hasSilhouette,u=!r&&!c,f=n.hasSkipLevelOfDetail&&!r,d=c;this._command=t,this._modelMatrix=F.clone(t.modelMatrix),this._boundingVolume=re.clone(t.boundingVolume),this._modelMatrix2D=new F,this._boundingVolume2D=new re,this._modelMatrix2DDirty=!1,this._backFaceCulling=t.renderState.cull.enabled,this._cullFace=t.renderState.cull.face,this._shadows=i.shadows,this._debugShowBoundingVolume=t.debugShowBoundingVolume,this._usesBackFaceCulling=a,this._needsTranslucentCommand=u,this._needsSkipLevelOfDetailCommands=f,this._needsSilhouetteCommands=d,this._originalCommand=void 0,this._translucentCommand=void 0,this._skipLodBackfaceCommand=void 0,this._skipLodStencilCommand=void 0,this._silhouetteModelCommand=void 0,this._silhouetteColorCommand=void 0,this._derivedCommands=[],this._has2DCommands=!1,FNe(this)}function Lm(e){this.command=e.command,this.updateShadows=e.updateShadows,this.updateBackFaceCulling=e.updateBackFaceCulling,this.updateCullFace=e.updateCullFace,this.updateDebugShowBoundingVolume=e.updateDebugShowBoundingVolume,this.is2D=y(e.is2D,!1),this.derivedCommand2D=void 0}Lm.clone=function(e){return new Lm({command:e.command,updateShadows:e.updateShadows,updateBackFaceCulling:e.updateBackFaceCulling,updateCullFace:e.updateCullFace,updateDebugShowBoundingVolume:e.updateDebugShowBoundingVolume,is2D:e.is2D,derivedCommand2D:e.derivedCommand2D})};function FNe(e){let t=e._command;t.modelMatrix=e._modelMatrix,t.boundingVolume=e._boundingVolume;let n=e._model,i=e._usesBackFaceCulling,o=e._derivedCommands;e._originalCommand=new Lm({command:t,updateShadows:!0,updateBackFaceCulling:i,updateCullFace:i,updateDebugShowBoundingVolume:!0,is2D:!1}),o.push(e._originalCommand),e._needsTranslucentCommand&&(e._translucentCommand=new Lm({command:GNe(t),updateShadows:!0,updateBackFaceCulling:!1,updateCullFace:!1,updateDebugShowBoundingVolume:!0}),o.push(e._translucentCommand)),e._needsSkipLevelOfDetailCommands&&(e._skipLodBackfaceCommand=new Lm({command:KNe(t),updateShadows:!1,updateBackFaceCulling:!1,updateCullFace:i,updateDebugShowBoundingVolume:!1}),e._skipLodStencilCommand=new Lm({command:JNe(t,n),updateShadows:!0,updateBackFaceCulling:i,updateCullFace:i,updateDebugShowBoundingVolume:!0}),o.push(e._skipLodBackfaceCommand),o.push(e._skipLodStencilCommand)),e._needsSilhouetteCommands&&(e._silhouetteModelCommand=new Lm({command:WNe(t,n),updateShadows:!0,updateBackFaceCulling:i,updateCullFace:i,updateDebugShowBoundingVolume:!0}),e._silhouetteColorCommand=new Lm({command:jNe(t,n),updateShadows:!1,updateBackFaceCulling:!1,updateCullFace:!1,updateDebugShowBoundingVolume:!1}),o.push(e._silhouetteModelCommand),o.push(e._silhouetteColorCommand))}Object.defineProperties(mM.prototype,{command:{get:function(){return this._command}},runtimePrimitive:{get:function(){return this._runtimePrimitive}},model:{get:function(){return this._model}},primitiveType:{get:function(){return this._command.primitiveType}},modelMatrix:{get:function(){return this._modelMatrix},set:function(e){this._modelMatrix=F.clone(e,this._modelMatrix),this._modelMatrix2DDirty=!0,this._boundingVolume=re.transform(this.runtimePrimitive.boundingSphere,this._modelMatrix,this._boundingVolume)}},boundingVolume:{get:function(){return this._boundingVolume}},shadows:{get:function(){return this._shadows},set:function(e){this._shadows=e,kNe(this)}},backFaceCulling:{get:function(){return this._backFaceCulling},set:function(e){this._backFaceCulling!==e&&(this._backFaceCulling=e,VNe(this))}},cullFace:{get:function(){return this._cullFace},set:function(e){this._cullFace!==e&&(this._cullFace=e,UNe(this))}},debugShowBoundingVolume:{get:function(){return this._debugShowBoundingVolume},set:function(e){this._debugShowBoundingVolume!==e&&(this._debugShowBoundingVolume=e,zNe(this))}}});function NNe(e,t){let n=e._modelMatrix;e._modelMatrix2D=F.clone(n,e._modelMatrix2D),e._modelMatrix2D[13]-=I.sign(n[13])*2*I.PI*t.mapProjection.ellipsoid.maximumRadius,e._boundingVolume2D=re.transform(e.runtimePrimitive.boundingSphere,e._modelMatrix2D,e._boundingVolume2D)}function kNe(e){let t=e.shadows,n=hn.castShadows(t),i=hn.receiveShadows(t),o=e._derivedCommands,r=o.length;for(let s=0;s<r;++s){let a=o[s];if(a.updateShadows){let c=a.command;c.castShadows=n,c.receiveShadows=i}}}function VNe(e){let t=e.backFaceCulling,n=e._derivedCommands,i=n.length;for(let o=0;o<i;++o){let r=n[o];if(r.updateBackFaceCulling){let s=r.command,a=$e(s.renderState,!0);a.cull.enabled=t,s.renderState=Ne.fromCache(a)}}}function UNe(e){let t=e.cullFace,n=e._derivedCommands,i=n.length;for(let o=0;o<i;++o){let r=n[o];if(r.updateCullFace){let s=r.command,a=$e(s.renderState,!0);a.cull.face=t,s.renderState=Ne.fromCache(a)}}}function zNe(e){let t=e.debugShowBoundingVolume,n=e._derivedCommands,i=n.length;for(let o=0;o<i;++o){let r=n[o];if(r.updateDebugShowBoundingVolume){let s=r.command;s.debugShowBoundingVolume=t}}}mM.prototype.pushCommands=function(e,t){let n=Hee(this,e);n&&!this._has2DCommands&&(HNe(this),this._has2DCommands=!0,this._modelMatrix2DDirty=!0),this._modelMatrix2DDirty&&(NNe(this,e),this._modelMatrix2DDirty=!1);let i=this.model.styleCommandsNeeded;if(!(this._needsTranslucentCommand&&l(i)&&(i!==ih.ALL_OPAQUE&&Ax(t,this._translucentCommand,n),i===ih.ALL_TRANSLUCENT))){if(this._needsSkipLevelOfDetailCommands){let o=this._model.content,r=o.tileset,s=o.tile,a=r._hasMixedContent,c=s._finalResolution;if(a){c||Ax(r._backfaceCommands,this._skipLodBackfaceCommand,n),qNe(this,s,n),Ax(t,this._skipLodStencilCommand,n);return}}if(this._needsSilhouetteCommands){Ax(t,this._silhouetteModelCommand,n);return}return Ax(t,this._originalCommand,n),t}};mM.prototype.pushSilhouetteCommands=function(e,t){let n=Hee(this,e);return Ax(t,this._silhouetteColorCommand,n),t};function Ax(e,t,n){e.push(t.command),n&&e.push(t.derivedCommand2D.command)}function Hee(e,t){if(t.mode!==ee.SCENE2D||e.model._projectTo2D)return!1;let i=e.model.sceneGraph._boundingSphere2D,o=i.center.y-i.radius,r=i.center.y+i.radius,s=t.mapProjection.ellipsoid.maximumRadius*I.PI;return o<s&&r>s||o<-s&&r>-s}function yx(e,t){if(!l(t))return;let n=Lm.clone(t),i=Ze.shallowClone(t.command);return i.modelMatrix=e._modelMatrix2D,i.boundingVolume=e._boundingVolume2D,n.command=i,n.updateShadows=!1,n.is2D=!0,t.derivedCommand2D=n,e._derivedCommands.push(n),n}function HNe(e){yx(e,e._originalCommand),yx(e,e._translucentCommand),yx(e,e._skipLodBackfaceCommand),yx(e,e._skipLodStencilCommand),yx(e,e._silhouetteModelCommand),yx(e,e._silhouetteColorCommand)}function GNe(e){let t=Ze.shallowClone(e);t.pass=xe.TRANSLUCENT;let n=$e(e.renderState,!0);return n.cull.enabled=!1,n.depthMask=!1,n.blending=an.ALPHA_BLEND,t.renderState=Ne.fromCache(n),t}function WNe(e,t){let n=t._silhouetteId%255,i=Ze.shallowClone(e),o=$e(e.renderState,!0);return o.stencilTest={enabled:!0,frontFunction:te.ALWAYS,backFunction:te.ALWAYS,reference:n,mask:-1,frontOperation:{fail:te.KEEP,zFail:te.KEEP,zPass:te.REPLACE},backOperation:{fail:te.KEEP,zFail:te.KEEP,zPass:te.REPLACE}},t.isInvisible()&&(o.colorMask={red:!1,green:!1,blue:!1,alpha:!1}),i.renderState=Ne.fromCache(o),i}function jNe(e,t){let n=t._silhouetteId%255,i=Ze.shallowClone(e),o=$e(e.renderState,!0);o.cull.enabled=!1,(e.pass===xe.TRANSLUCENT||t.silhouetteColor.alpha<1)&&(i.pass=xe.TRANSLUCENT,o.depthMask=!1,o.blending=an.ALPHA_BLEND),o.stencilTest={enabled:!0,frontFunction:te.NOTEQUAL,backFunction:te.NOTEQUAL,reference:n,mask:-1,frontOperation:{fail:te.KEEP,zFail:te.KEEP,zPass:te.KEEP},backOperation:{fail:te.KEEP,zFail:te.KEEP,zPass:te.KEEP}};let s=$e(e.uniformMap);return s.model_silhouettePass=function(){return!0},i.renderState=Ne.fromCache(o),i.uniformMap=s,i.castShadows=!1,i.receiveShadows=!1,i}function qNe(e,t,n){let i=e._skipLodStencilCommand,o=i.command,r=t._selectionDepth,s=YNe(o);if(r!==s){let a=XNe(r),c=$e(o.renderState,!0);c.stencilTest.reference=a,o.renderState=Ne.fromCache(c),n&&(i.derivedCommand2D.renderState=c)}}function YNe(e){return(e.renderState.stencilTest.reference&wt.SKIP_LOD_MASK)>>>wt.SKIP_LOD_BIT_SHIFT}function XNe(e){return wt.CESIUM_3D_TILE_MASK|e<<wt.SKIP_LOD_BIT_SHIFT}function KNe(e){let t=Ze.shallowClone(e),n=$e(e.renderState,!0);n.cull.enabled=!0,n.cull.face=Ci.FRONT,n.colorMask={red:!1,green:!1,blue:!1,alpha:!1},n.polygonOffset={enabled:!0,factor:5,units:5};let i=$e(t.uniformMap),o=new H(5,5);return i.u_polygonOffset=function(){return o},t.renderState=Ne.fromCache(n),t.uniformMap=i,t.castShadows=!1,t.receiveShadows=!1,t}function JNe(e){let t=Ze.shallowClone(e),n=$e(e.renderState,!0);return n.stencilTest.enabled=!0,n.stencilTest.mask=wt.SKIP_LOD_MASK,n.stencilTest.reference=wt.CESIUM_3D_TILE_MASK,n.stencilTest.frontFunction=Nn.GREATER_OR_EQUAL,n.stencilTest.frontOperation.zPass=st.REPLACE,n.stencilTest.backFunction=Nn.GREATER_OR_EQUAL,n.stencilTest.backOperation.zPass=st.REPLACE,n.stencilMask=wt.CESIUM_3D_TILE_MASK|wt.SKIP_LOD_MASK,t.renderState=Ne.fromCache(n),t}var pM=mM;function ZNe(e,t){let n=e.shaderBuilder;n.addVertexLines(dM),n.addFragmentLines(fM);let i=QNe(e),o=new Zn({context:t.context,indexBuffer:i,attributes:e.attributes}),r=e.model;r._pipelineResources.push(o);let s=n.buildShaderProgram(t.context);r._pipelineResources.push(s);let a=e.alphaOptions.pass,c=r.sceneGraph,u=F.multiplyTransformation(c.computedModelMatrix,e.runtimeNode.computedTransform,new F),f;t.mode!==ee.SCENE3D&&!t.scene3DOnly&&r._projectTo2D?f=e.runtimePrimitive.boundingSphere2D:f=re.transform(e.boundingSphere,u,e.boundingSphere);let d=$e(Ne.fromCache(e.renderStateOptions),!0);d.cull.face=en.getCullFace(u,e.primitiveType),d=Ne.fromCache(d);let p=l(r.classificationType),g=p?!1:hn.castShadows(r.shadows),m=p?!1:hn.receiveShadows(r.shadows),A=p?void 0:e.pickId,C=new Ze({boundingVolume:f,modelMatrix:u,uniformMap:e.uniformMap,renderState:d,vertexArray:o,shaderProgram:s,cull:r.cull,pass:a,count:e.count,owner:r,pickId:A,instanceCount:e.instanceCount,primitiveType:e.primitiveType,debugShowBoundingVolume:r.debugShowBoundingVolume,castShadows:g,receiveShadows:m});return p?new hM({primitiveRenderResources:e,command:C}):new pM({primitiveRenderResources:e,command:C})}function QNe(e){let t=e.wireframeIndexBuffer;if(l(t))return t;let n=e.indices;if(!!l(n))return n.buffer}var _M=ZNe;var ny={VERTEX:0,FRAGMENT:1,BOTH:2};ny.includesVertexShader=function(e){return e===ny.VERTEX||e===ny.BOTH};ny.includesFragmentShader=function(e){return e===ny.FRAGMENT||e===ny.BOTH};var Te=Object.freeze(ny);var Gee={name:"TilesetPipelineStage"};Gee.process=function(e,t,n){if(t.hasSkipLevelOfDetail(n)){e.shaderBuilder.addDefine("POLYGON_OFFSET",void 0,Te.FRAGMENT);let r={u_polygonOffset:function(){return H.ZERO}};e.uniformMap=pt(r,e.uniformMap),e.hasSkipLevelOfDetail=!0}let i=e.renderStateOptions;i.stencilTest=wt.setCesium3DTileBit(),i.stencilMask=wt.CESIUM_3D_TILE_MASK};var gM=Gee;var yM=`vec3 proceduralIBL(
vec3 positionEC,
vec3 normalEC,
vec3 lightDirectionEC,
vec3 lightColorHdr,
czm_pbrParameters pbrParameters
) {
vec3 v = -positionEC;
vec3 positionWC = vec3(czm_inverseView * vec4(positionEC, 1.0));
vec3 vWC = -normalize(positionWC);
vec3 l = normalize(lightDirectionEC);
vec3 n = normalEC;
vec3 r = normalize(czm_inverseViewRotation * normalize(reflect(v, n)));
float NdotL = clamp(dot(n, l), 0.001, 1.0);
float NdotV = abs(dot(n, v)) + 0.001;
float vertexRadius = length(positionWC);
float horizonDotNadir = 1.0 - min(1.0, czm_ellipsoidRadii.x / vertexRadius);
float reflectionDotNadir = dot(r, normalize(positionWC));
r.x = -r.x;
r = -normalize(czm_temeToPseudoFixed * r);
r.x = -r.x;
vec3 diffuseColor = pbrParameters.diffuseColor;
float roughness = pbrParameters.roughness;
vec3 specularColor = pbrParameters.f0;
float inverseRoughness = 1.04 - roughness;
inverseRoughness *= inverseRoughness;
vec3 sceneSkyBox = textureCube(czm_environmentMap, r).rgb * inverseRoughness;
float atmosphereHeight = 0.05;
float blendRegionSize = 0.1 * ((1.0 - inverseRoughness) * 8.0 + 1.1 - horizonDotNadir);
float blendRegionOffset = roughness * -1.0;
float farAboveHorizon = clamp(horizonDotNadir - blendRegionSize * 0.5 + blendRegionOffset, 1.0e-10 - blendRegionSize, 0.99999);
float aroundHorizon = clamp(horizonDotNadir + blendRegionSize * 0.5, 1.0e-10 - blendRegionSize, 0.99999);
float farBelowHorizon = clamp(horizonDotNadir + blendRegionSize * 1.5, 1.0e-10 - blendRegionSize, 0.99999);
float smoothstepHeight = smoothstep(0.0, atmosphereHeight, horizonDotNadir);
vec3 belowHorizonColor = mix(vec3(0.1, 0.15, 0.25), vec3(0.4, 0.7, 0.9), smoothstepHeight);
vec3 nadirColor = belowHorizonColor * 0.5;
vec3 aboveHorizonColor = mix(vec3(0.9, 1.0, 1.2), belowHorizonColor, roughness * 0.5);
vec3 blueSkyColor = mix(vec3(0.18, 0.26, 0.48), aboveHorizonColor, reflectionDotNadir * inverseRoughness * 0.5 + 0.75);
vec3 zenithColor = mix(blueSkyColor, sceneSkyBox, smoothstepHeight);
vec3 blueSkyDiffuseColor = vec3(0.7, 0.85, 0.9);
float diffuseIrradianceFromEarth = (1.0 - horizonDotNadir) * (reflectionDotNadir * 0.25 + 0.75) * smoothstepHeight;
float diffuseIrradianceFromSky = (1.0 - smoothstepHeight) * (1.0 - (reflectionDotNadir * 0.25 + 0.25));
vec3 diffuseIrradiance = blueSkyDiffuseColor * clamp(diffuseIrradianceFromEarth + diffuseIrradianceFromSky, 0.0, 1.0);
float notDistantRough = (1.0 - horizonDotNadir * roughness * 0.8);
vec3 specularIrradiance = mix(zenithColor, aboveHorizonColor, smoothstep(farAboveHorizon, aroundHorizon, reflectionDotNadir) * notDistantRough);
specularIrradiance = mix(specularIrradiance, belowHorizonColor, smoothstep(aroundHorizon, farBelowHorizon, reflectionDotNadir) * inverseRoughness);
specularIrradiance = mix(specularIrradiance, nadirColor, smoothstep(farBelowHorizon, 1.0, reflectionDotNadir) * inverseRoughness);
#ifdef USE_SUN_LUMINANCE
float LdotZenith = clamp(dot(normalize(czm_inverseViewRotation * l), vWC), 0.001, 1.0);
float S = acos(LdotZenith);
float NdotZenith = clamp(dot(normalize(czm_inverseViewRotation * n), vWC), 0.001, 1.0);
float gamma = acos(NdotL);
float numerator = ((0.91 + 10.0 * exp(-3.0 * gamma) + 0.45 * pow(NdotL, 2.0)) * (1.0 - exp(-0.32 / NdotZenith)));
float denominator = (0.91 + 10.0 * exp(-3.0 * S) + 0.45 * pow(LdotZenith,2.0)) * (1.0 - exp(-0.32));
float luminance = model_luminanceAtZenith * (numerator / denominator);
#endif
vec2 brdfLut = texture2D(czm_brdfLut, vec2(NdotV, roughness)).rg;
vec3 iblColor = (diffuseIrradiance * diffuseColor * model_iblFactor.x) + (specularIrradiance * czm_srgbToLinear(specularColor * brdfLut.x + brdfLut.y) * model_iblFactor.y);
float maximumComponent = max(max(lightColorHdr.x, lightColorHdr.y), lightColorHdr.z);
vec3 lightColor = lightColorHdr / max(maximumComponent, 1.0);
iblColor *= lightColor;
#ifdef USE_SUN_LUMINANCE
iblColor *= luminance;
#endif
return iblColor;
}
vec3 textureIBL(
vec3 positionEC,
vec3 normalEC,
vec3 lightDirectionEC,
czm_pbrParameters pbrParameters
) {
vec3 diffuseColor = pbrParameters.diffuseColor;
float roughness = pbrParameters.roughness;
vec3 specularColor = pbrParameters.f0;
vec3 v = -positionEC;
vec3 n = normalEC;
vec3 l = normalize(lightDirectionEC);
vec3 h = normalize(v + l);
float NdotV = abs(dot(n, v)) + 0.001;
float VdotH = clamp(dot(v, h), 0.0, 1.0);
const mat3 yUpToZUp = mat3(
-1.0, 0.0, 0.0,
0.0, 0.0, -1.0,
0.0, 1.0, 0.0
);
vec3 cubeDir = normalize(yUpToZUp * model_iblReferenceFrameMatrix * normalize(reflect(-v, n)));
#ifdef DIFFUSE_IBL
#ifdef CUSTOM_SPHERICAL_HARMONICS
vec3 diffuseIrradiance = czm_sphericalHarmonics(cubeDir, model_sphericalHarmonicCoefficients);
#else
vec3 diffuseIrradiance = czm_sphericalHarmonics(cubeDir, czm_sphericalHarmonicCoefficients);
#endif
#else
vec3 diffuseIrradiance = vec3(0.0);
#endif
#ifdef SPECULAR_IBL
vec3 r0 = specularColor.rgb;
float reflectance = max(max(r0.r, r0.g), r0.b);
vec3 r90 = vec3(clamp(reflectance * 25.0, 0.0, 1.0));
vec3 F = fresnelSchlick2(r0, r90, VdotH);
vec2 brdfLut = texture2D(czm_brdfLut, vec2(NdotV, roughness)).rg;
#ifdef CUSTOM_SPECULAR_IBL
vec3 specularIBL = czm_sampleOctahedralProjection(model_specularEnvironmentMaps, model_specularEnvironmentMapsSize, cubeDir, roughness * model_specularEnvironmentMapsMaximumLOD, model_specularEnvironmentMapsMaximumLOD);
#else
vec3 specularIBL = czm_sampleOctahedralProjection(czm_specularEnvironmentMaps, czm_specularEnvironmentMapSize, cubeDir, roughness * czm_specularEnvironmentMapsMaximumLOD, czm_specularEnvironmentMapsMaximumLOD);
#endif
specularIBL *= F * brdfLut.x + brdfLut.y;
#else
vec3 specularIBL = vec3(0.0);
#endif
return diffuseColor * diffuseIrradiance + specularColor * specularIBL;
}
vec3 imageBasedLightingStage(
vec3 positionEC,
vec3 normalEC,
vec3 lightDirectionEC,
vec3 lightColorHdr,
czm_pbrParameters pbrParameters
) {
#if defined(DIFFUSE_IBL) || defined(SPECULAR_IBL)
return textureIBL(
positionEC,
normalEC,
lightDirectionEC,
pbrParameters
);
#else
return proceduralIBL(
positionEC,
normalEC,
lightDirectionEC,
lightColorHdr,
pbrParameters
);
#endif
}
`;var Wee={name:"ImageBasedLightingPipelineStage"};Wee.process=function(e,t,n){let i=t.imageBasedLighting,o=e.shaderBuilder;o.addDefine("USE_IBL_LIGHTING",void 0,Te.FRAGMENT),o.addUniform("vec2","model_iblFactor",Te.FRAGMENT),qd.isSupported(n.context)&&((i.useSphericalHarmonics||i.useSpecularEnvironmentMaps||i.enabled)&&o.addUniform("mat3","model_iblReferenceFrameMatrix",Te.FRAGMENT),l(i.sphericalHarmonicCoefficients)?(o.addDefine("DIFFUSE_IBL",void 0,Te.FRAGMENT),o.addDefine("CUSTOM_SPHERICAL_HARMONICS",void 0,Te.FRAGMENT),o.addUniform("vec3","model_sphericalHarmonicCoefficients[9]",Te.FRAGMENT)):i.useDefaultSphericalHarmonics&&o.addDefine("DIFFUSE_IBL",void 0,Te.FRAGMENT),l(i.specularEnvironmentMapAtlas)&&i.specularEnvironmentMapAtlas.ready?(o.addDefine("SPECULAR_IBL",void 0,Te.FRAGMENT),o.addDefine("CUSTOM_SPECULAR_IBL",void 0,Te.FRAGMENT),o.addUniform("sampler2D","model_specularEnvironmentMaps",Te.FRAGMENT),o.addUniform("vec2","model_specularEnvironmentMapsSize",Te.FRAGMENT),o.addUniform("float","model_specularEnvironmentMapsMaximumLOD",Te.FRAGMENT)):t.useDefaultSpecularMaps&&o.addDefine("SPECULAR_IBL",void 0,Te.FRAGMENT)),l(i.luminanceAtZenith)&&(o.addDefine("USE_SUN_LUMINANCE",void 0,Te.FRAGMENT),o.addUniform("float","model_luminanceAtZenith",Te.FRAGMENT)),o.addFragmentLines(yM);let r={model_iblFactor:function(){return i.imageBasedLightingFactor},model_iblReferenceFrameMatrix:function(){return t._iblReferenceFrameMatrix},model_luminanceAtZenith:function(){return i.luminanceAtZenith},model_sphericalHarmonicCoefficients:function(){return i.sphericalHarmonicCoefficients},model_specularEnvironmentMaps:function(){return i.specularEnvironmentMapAtlas.texture},model_specularEnvironmentMapsSize:function(){return i.specularEnvironmentMapAtlas.texture.dimensions},model_specularEnvironmentMapsMaximumLOD:function(){return i.specularEnvironmentMapAtlas.maximumMipmapLevel}};e.uniformMap=pt(r,e.uniformMap)};var AM=Wee;var $Ne=I.EPSILON16;function s5(e){e=y(e,y.EMPTY_OBJECT);let t=e.stage,n=e.runtimeArticulation;this._stage=t,this._runtimeArticulation=n,this._name=t.name,this._type=t.type,this._minimumValue=t.minimumValue,this._maximumValue=t.maximumValue,this._currentValue=t.initialValue}Object.defineProperties(s5.prototype,{stage:{get:function(){return this._stage}},runtimeArticulation:{get:function(){return this._runtimeArticulation}},name:{get:function(){return this._name}},type:{get:function(){return this._type}},minimumValue:{get:function(){return this._minimumValue}},maximumValue:{get:function(){return this._maximumValue}},currentValue:{get:function(){return this._currentValue},set:function(e){e=I.clamp(e,this.minimumValue,this.maximumValue),I.equalsEpsilon(this._currentValue,e,$Ne)||(this._currentValue=e,this.runtimeArticulation._dirty=!0)}}});var e2e=new h,r5=new Q;s5.prototype.applyStageToMatrix=function(e){let t=this.type,n=this.currentValue,i=e2e,o;switch(t){case sc.XROTATE:o=Q.fromRotationX(I.toRadians(n),r5),e=F.multiplyByMatrix3(e,o,e);break;case sc.YROTATE:o=Q.fromRotationY(I.toRadians(n),r5),e=F.multiplyByMatrix3(e,o,e);break;case sc.ZROTATE:o=Q.fromRotationZ(I.toRadians(n),r5),e=F.multiplyByMatrix3(e,o,e);break;case sc.XTRANSLATE:i.x=n,i.y=0,i.z=0,e=F.multiplyByTranslation(e,i,e);break;case sc.YTRANSLATE:i.x=0,i.y=n,i.z=0,e=F.multiplyByTranslation(e,i,e);break;case sc.ZTRANSLATE:i.x=0,i.y=0,i.z=n,e=F.multiplyByTranslation(e,i,e);break;case sc.XSCALE:i.x=n,i.y=1,i.z=1,e=F.multiplyByScale(e,i,e);break;case sc.YSCALE:i.x=1,i.y=n,i.z=1,e=F.multiplyByScale(e,i,e);break;case sc.ZSCALE:i.x=1,i.y=1,i.z=n,e=F.multiplyByScale(e,i,e);break;case sc.UNIFORMSCALE:e=F.multiplyByUniformScale(e,n,e);break;default:break}return e};var CM=s5;function xM(e){e=y(e,y.EMPTY_OBJECT);let t=e.articulation,n=e.sceneGraph;this._articulation=t,this._sceneGraph=n,this._name=t.name,this._runtimeStages=[],this._runtimeStagesByName={},this._runtimeNodes=[],this._dirty=!0,t2e(this)}Object.defineProperties(xM.prototype,{articulation:{get:function(){return this._articulation}},sceneGraph:{get:function(){return this._sceneGraph}},name:{get:function(){return this._name}},runtimeStages:{get:function(){return this._runtimeStages}},runtimeNodes:{get:function(){return this._runtimeNodes}}});function t2e(e){let n=e.articulation.stages,i=n.length,o=e._runtimeStages,r=e._runtimeStagesByName;for(let s=0;s<i;s++){let a=n[s],c=new CM({stage:a,runtimeArticulation:e});o.push(c);let u=a.name;r[u]=c}}xM.prototype.setArticulationStage=function(e,t){let n=this._runtimeStagesByName[e];l(n)&&(n.currentValue=t)};var n2e=new F,i2e=new F;xM.prototype.apply=function(){if(!this._dirty)return;this._dirty=!1;let e=F.clone(F.IDENTITY,n2e),t,n=this._runtimeStages,i=n.length;for(t=0;t<i;t++)e=n[t].applyStageToMatrix(e);let o=this._runtimeNodes,r=o.length;for(t=0;t<r;t++){let s=o[t],a=F.multiplyTransformation(s.originalTransform,e,i2e);s.transform=a}};var TM=xM;var EM=`void modelColorStage(inout czm_modelMaterial material)
{
material.diffuse = mix(material.diffuse, model_color.rgb, model_colorBlend);
float highlight = ceil(model_colorBlend);
material.diffuse *= mix(model_color.rgb, vec3(1.0), highlight);
material.alpha *= model_color.a;
}
`;var Cx={name:"ModelColorPipelineStage",COLOR_UNIFORM_NAME:"model_color",COLOR_BLEND_UNIFORM_NAME:"model_colorBlend"};Cx.process=function(e,t,n){let i=e.shaderBuilder;i.addDefine("HAS_MODEL_COLOR",void 0,Te.FRAGMENT),i.addFragmentLines(EM);let o={},r=t.color;r.alpha===0&&!t.hasSilhouette(n)&&(e.renderStateOptions.colorMask={red:!1,green:!1,blue:!1,alpha:!1}),r.alpha<1&&(e.alphaOptions.pass=xe.TRANSLUCENT),i.addUniform("vec4",Cx.COLOR_UNIFORM_NAME,Te.FRAGMENT),o[Cx.COLOR_UNIFORM_NAME]=function(){return t.color},i.addUniform("float",Cx.COLOR_BLEND_UNIFORM_NAME,Te.FRAGMENT),o[Cx.COLOR_BLEND_UNIFORM_NAME]=function(){return rc.getColorBlend(t.colorBlendMode,t.colorBlendAmount)},e.uniformMap=pt(o,e.uniformMap)};var iy=Cx;var bM=`#ifdef USE_CLIPPING_PLANES_FLOAT_TEXTURE
vec4 getClippingPlane(
highp sampler2D packedClippingPlanes,
int clippingPlaneNumber,
mat4 transform
) {
int pixY = clippingPlaneNumber / CLIPPING_PLANES_TEXTURE_WIDTH;
int pixX = clippingPlaneNumber - (pixY * CLIPPING_PLANES_TEXTURE_WIDTH);
float pixelWidth = 1.0 / float(CLIPPING_PLANES_TEXTURE_WIDTH);
float pixelHeight = 1.0 / float(CLIPPING_PLANES_TEXTURE_HEIGHT);
float u = (float(pixX) + 0.5) * pixelWidth;
float v = (float(pixY) + 0.5) * pixelHeight;
vec4 plane = texture2D(packedClippingPlanes, vec2(u, v));
return czm_transformPlane(plane, transform);
}
#else
vec4 getClippingPlane(
highp sampler2D packedClippingPlanes,
int clippingPlaneNumber,
mat4 transform
) {
int clippingPlaneStartIndex = clippingPlaneNumber * 2;
int pixY = clippingPlaneStartIndex / CLIPPING_PLANES_TEXTURE_WIDTH;
int pixX = clippingPlaneStartIndex - (pixY * CLIPPING_PLANES_TEXTURE_WIDTH);
float pixelWidth = 1.0 / float(CLIPPING_PLANES_TEXTURE_WIDTH);
float pixelHeight = 1.0 / float(CLIPPING_PLANES_TEXTURE_HEIGHT);
float u = (float(pixX) + 0.5) * pixelWidth;
float v = (float(pixY) + 0.5) * pixelHeight;
vec4 oct32 = texture2D(packedClippingPlanes, vec2(u, v)) * 255.0;
vec2 oct = vec2(oct32.x * 256.0 + oct32.y, oct32.z * 256.0 + oct32.w);
vec4 plane;
plane.xyz = czm_octDecode(oct, 65535.0);
plane.w = czm_unpackFloat(texture2D(packedClippingPlanes, vec2(u + pixelWidth, v)));
return czm_transformPlane(plane, transform);
}
#endif
float clip(vec4 fragCoord, sampler2D clippingPlanes, mat4 clippingPlanesMatrix) {
vec4 position = czm_windowToEyeCoordinates(fragCoord);
vec3 clipNormal = vec3(0.0);
vec3 clipPosition = vec3(0.0);
float pixelWidth = czm_metersPerPixel(position);
#ifdef UNION_CLIPPING_REGIONS
float clipAmount;
#else
float clipAmount = 0.0;
bool clipped = true;
#endif
for (int i = 0; i < CLIPPING_PLANES_LENGTH; ++i) {
vec4 clippingPlane = getClippingPlane(clippingPlanes, i, clippingPlanesMatrix);
clipNormal = clippingPlane.xyz;
clipPosition = -clippingPlane.w * clipNormal;
float amount = dot(clipNormal, (position.xyz - clipPosition)) / pixelWidth;
#ifdef UNION_CLIPPING_REGIONS
clipAmount = czm_branchFreeTernary(i == 0, amount, min(amount, clipAmount));
if (amount <= 0.0) {
discard;
}
#else
clipAmount = max(amount, clipAmount);
clipped = clipped && (amount <= 0.0);
#endif
}
#ifndef UNION_CLIPPING_REGIONS
if (clipped) {
discard;
}
#endif
return clipAmount;
}
void modelClippingPlanesStage(inout vec4 color)
{
float clipDistance = clip(gl_FragCoord, model_clippingPlanes, model_clippingPlanesMatrix);
vec4 clippingPlanesEdgeColor = vec4(1.0);
clippingPlanesEdgeColor.rgb = model_clippingPlanesEdgeStyle.rgb;
float clippingPlanesEdgeWidth = model_clippingPlanesEdgeStyle.a;
if (clipDistance > 0.0 && clipDistance < clippingPlanesEdgeWidth) {
color = clippingPlanesEdgeColor;
}
}
`;var jee={name:"ModelClippingPlanesPipelineStage"},o2e=new H;jee.process=function(e,t,n){let i=t.clippingPlanes,o=n.context,r=e.shaderBuilder;r.addDefine("HAS_CLIPPING_PLANES",void 0,Te.FRAGMENT),r.addDefine("CLIPPING_PLANES_LENGTH",i.length,Te.FRAGMENT),i.unionClippingRegions&&r.addDefine("UNION_CLIPPING_REGIONS",void 0,Te.FRAGMENT),Ys.useFloatTexture(o)&&r.addDefine("USE_CLIPPING_PLANES_FLOAT_TEXTURE",void 0,Te.FRAGMENT);let s=Ys.getTextureResolution(i,o,o2e);r.addDefine("CLIPPING_PLANES_TEXTURE_WIDTH",s.x,Te.FRAGMENT),r.addDefine("CLIPPING_PLANES_TEXTURE_HEIGHT",s.y,Te.FRAGMENT),r.addUniform("sampler2D","model_clippingPlanes",Te.FRAGMENT),r.addUniform("vec4","model_clippingPlanesEdgeStyle",Te.FRAGMENT),r.addUniform("mat4","model_clippingPlanesMatrix",Te.FRAGMENT),r.addFragmentLines(bM);let a={model_clippingPlanes:function(){return i.texture},model_clippingPlanesEdgeStyle:function(){let c=U.clone(i.edgeColor);return c.alpha=i.edgeWidth,c},model_clippingPlanesMatrix:function(){return t._clippingPlanesMatrix}};e.uniformMap=pt(a,e.uniformMap)};var SM=jee;function qee(e,t){this._model=e,this._runtimeNode=t}Object.defineProperties(qee.prototype,{name:{get:function(){return this._runtimeNode._name}},id:{get:function(){return this._runtimeNode._id}},show:{get:function(){return this._runtimeNode.show},set:function(e){this._runtimeNode.show=e}},matrix:{get:function(){return this._runtimeNode.transform},set:function(e){l(e)?(this._runtimeNode.transform=e,this._runtimeNode.userAnimated=!0,this._model._userAnimationDirty=!0):(this._runtimeNode.transform=this.originalMatrix,this._runtimeNode.userAnimated=!1)}},originalMatrix:{get:function(){return this._runtimeNode.originalTransform}}});var wM=qee;var DM=`mat4 getInstancingTransform()
{
mat4 instancingTransform;
#ifdef HAS_INSTANCE_MATRICES
instancingTransform = mat4(
a_instancingTransformRow0.x, a_instancingTransformRow1.x, a_instancingTransformRow2.x, 0.0,
a_instancingTransformRow0.y, a_instancingTransformRow1.y, a_instancingTransformRow2.y, 0.0,
a_instancingTransformRow0.z, a_instancingTransformRow1.z, a_instancingTransformRow2.z, 0.0,
a_instancingTransformRow0.w, a_instancingTransformRow1.w, a_instancingTransformRow2.w, 1.0
);
#else
vec3 translation = vec3(0.0, 0.0, 0.0);
vec3 scale = vec3(1.0, 1.0, 1.0);
#ifdef HAS_INSTANCE_TRANSLATION
translation = a_instanceTranslation;
#endif
#ifdef HAS_INSTANCE_SCALE
scale = a_instanceScale;
#endif
instancingTransform = mat4(
scale.x, 0.0, 0.0, 0.0,
0.0, scale.y, 0.0, 0.0,
0.0, 0.0, scale.z, 0.0,
translation.x, translation.y, translation.z, 1.0
);
#endif
return instancingTransform;
}
#ifdef USE_2D_INSTANCING
mat4 getInstancingTransform2D()
{
mat4 instancingTransform2D;
#ifdef HAS_INSTANCE_MATRICES
instancingTransform2D = mat4(
a_instancingTransform2DRow0.x, a_instancingTransform2DRow1.x, a_instancingTransform2DRow2.x, 0.0,
a_instancingTransform2DRow0.y, a_instancingTransform2DRow1.y, a_instancingTransform2DRow2.y, 0.0,
a_instancingTransform2DRow0.z, a_instancingTransform2DRow1.z, a_instancingTransform2DRow2.z, 0.0,
a_instancingTransform2DRow0.w, a_instancingTransform2DRow1.w, a_instancingTransform2DRow2.w, 1.0
);
#else
vec3 translation2D = vec3(0.0, 0.0, 0.0);
vec3 scale = vec3(1.0, 1.0, 1.0);
#ifdef HAS_INSTANCE_TRANSLATION
translation2D = a_instanceTranslation2D;
#endif
#ifdef HAS_INSTANCE_SCALE
scale = a_instanceScale;
#endif
instancingTransform2D = mat4(
scale.x, 0.0, 0.0, 0.0,
0.0, scale.y, 0.0, 0.0,
0.0, 0.0, scale.z, 0.0,
translation2D.x, translation2D.y, translation2D.z, 1.0
);
#endif
return instancingTransform2D;
}
#endif
`;var vM=`void instancingStage(inout ProcessedAttributes attributes)
{
vec3 positionMC = attributes.positionMC;
mat4 instancingTransform = getInstancingTransform();
attributes.positionMC = (instancingTransform * vec4(positionMC, 1.0)).xyz;
#ifdef HAS_NORMALS
vec3 normalMC = attributes.normalMC;
attributes.normalMC = (instancingTransform * vec4(normalMC, 0.0)).xyz;
#endif
#ifdef USE_2D_INSTANCING
mat4 instancingTransform2D = getInstancingTransform2D();
attributes.position2D = (instancingTransform2D * vec4(positionMC, 1.0)).xyz;
#endif
}
`;var PM=`void legacyInstancingStage(
inout ProcessedAttributes attributes,
out mat4 instanceModelView,
out mat3 instanceModelViewInverseTranspose)
{
vec3 positionMC = attributes.positionMC;
mat4 instancingTransform = getInstancingTransform();
mat4 instanceModel = instancingTransform * u_instance_nodeTransform;
instanceModelView = u_instance_modifiedModelView;
instanceModelViewInverseTranspose = mat3(u_instance_modifiedModelView * instanceModel);
attributes.positionMC = (instanceModel * vec4(positionMC, 1.0)).xyz;
#ifdef USE_2D_INSTANCING
mat4 instancingTransform2D = getInstancingTransform2D();
attributes.position2D = (instancingTransform2D * vec4(positionMC, 1.0)).xyz;
#endif
}
`;var IM=new F,r2e=new F,s2e=new F,Xee={name:"InstancingPipelineStage",_getInstanceTransformsAsMatrices:$ee,_transformsToTypedArray:c5};Xee.process=function(e,t,n){let i=t.instances,o=i.attributes[0].count,r=e.shaderBuilder;r.addDefine("HAS_INSTANCING"),r.addVertexLines(DM);let s=e.model,a=s.sceneGraph,c=e.runtimeNode,u=n.mode!==ee.SCENE3D&&!n.scene3DOnly&&s._projectTo2D,f=[];x2e(e,n,i,f,u),b2e(e,n,i,f);let d={};if(i.transformInWorldSpace?(r.addDefine("USE_LEGACY_INSTANCING",void 0,Te.VERTEX),r.addUniform("mat4","u_instance_modifiedModelView",Te.VERTEX),r.addUniform("mat4","u_instance_nodeTransform",Te.VERTEX),d.u_instance_modifiedModelView=function(){let p=F.multiplyTransformation(s.modelMatrix,a.components.transform,IM);return u?F.multiplyTransformation(n.context.uniformState.view3D,p,IM):(n.mode!==ee.SCENE3D&&(p=vt.basisTo2D(n.mapProjection,p,IM)),F.multiplyTransformation(n.context.uniformState.view,p,IM))},d.u_instance_nodeTransform=function(){return F.multiplyTransformation(a.axisCorrectionMatrix,c.computedTransform,r2e)},r.addVertexLines(PM)):r.addVertexLines(vM),u){r.addDefine("USE_2D_INSTANCING",void 0,Te.VERTEX),r.addUniform("mat4","u_modelView2D",Te.VERTEX);let p=n.context,g=F.fromTranslation(c.instancingReferencePoint2D,new F);d.u_modelView2D=function(){return F.multiplyTransformation(p.uniformState.view,g,s2e)}}e.uniformMap=pt(d,e.uniformMap),e.instanceCount=o,e.attributes.push.apply(e.attributes,f)};var HS=new F,a2e=new h;function c2e(e,t,n,i,o){let r=F.multiplyTransformation(t,e,HS);return r=F.multiplyTransformation(r,n,HS),o=vt.basisTo2D(i.mapProjection,r,o),o}function l2e(e,t,n,i,o){let r=F.fromTranslation(e,HS),s=F.multiplyTransformation(t,r,HS);s=F.multiplyTransformation(s,n,HS);let a=F.getTranslation(s,a2e);return o=Xi.computeActualWgs84Position(i,a,o),o}function Kee(e,t,n){let i=e.model,o=i.sceneGraph;e.runtimeNode.node.instances.transformInWorldSpace?(t=F.multiplyTransformation(i.modelMatrix,o.components.transform,t),n=F.multiplyTransformation(o.axisCorrectionMatrix,e.runtimeNode.computedTransform,n)):(t=F.clone(o.computedModelMatrix,t),t=F.multiplyTransformation(t,e.runtimeNode.computedTransform,t),n=F.clone(F.IDENTITY,n))}var Jee=new F,Zee=new F,u2e=new F,f2e=new h;function d2e(e,t,n,i){let o=Jee,r=Zee;Kee(t,o,r);let a=t.runtimeNode.instancingReferencePoint2D,c=e.length;for(let u=0;u<c;u++){let f=e[u],d=c2e(f,o,r,n,u2e),p=F.getTranslation(d,f2e),g=h.subtract(p,a,p);i[u]=F.setTranslation(d,g,i[u])}return i}function h2e(e,t,n,i){let o=Jee,r=Zee;Kee(t,o,r);let a=t.runtimeNode.instancingReferencePoint2D,c=e.length;for(let u=0;u<c;u++){let f=e[u],d=l2e(f,o,r,n,f);i[u]=h.subtract(d,a,i[u])}return i}var m2e=new h,p2e=new h;function Qee(e,t){let n=e.runtimeNode,i=e.model.sceneGraph.computedModelMatrix,o=F.multiplyByPoint(i,n.instancingTranslationMin,m2e),r=Xi.computeActualWgs84Position(t,o,o),s=F.multiplyByPoint(i,n.instancingTranslationMax,p2e),a=Xi.computeActualWgs84Position(t,s,s);n.instancingReferencePoint2D=h.lerp(r,a,.5,new h)}function c5(e){let n=e.length,i=new Float32Array(n*12);for(let o=0;o<n;o++){let r=e[o],s=12*o;i[s+0]=r[0],i[s+1]=r[4],i[s+2]=r[8],i[s+3]=r[12],i[s+4]=r[1],i[s+5]=r[5],i[s+6]=r[9],i[s+7]=r[13],i[s+8]=r[2],i[s+9]=r[6],i[s+10]=r[10],i[s+11]=r[14]}return i}function _2e(e){let n=e.length,i=new Float32Array(n*3);for(let o=0;o<n;o++){let r=e[o],s=3*o;i[s+0]=r[0],i[s+1]=r[4],i[s+2]=r[8]}return i}var g2e=new h,y2e=new Be,A2e=new h;function $ee(e,t,n){let i=new Array(t),o=en.getAttributeBySemantic(e,Ur.TRANSLATION),r=en.getAttributeBySemantic(e,Ur.ROTATION),s=en.getAttributeBySemantic(e,Ur.SCALE),a=new h(-Number.MAX_VALUE,-Number.MAX_VALUE,-Number.MAX_VALUE),c=new h(Number.MAX_VALUE,Number.MAX_VALUE,Number.MAX_VALUE),u=l(o),f=l(r),d=l(s),p=u?o.typedArray:new Float32Array(t*3),g=f?r.typedArray:new Float32Array(t*4);f&&r.normalized&&(g=Un.dequantize(g,r.componentDatatype,r.type,t));let m;d?m=s.typedArray:(m=new Float32Array(t*3),m.fill(1));for(let C=0;C<t;C++){let x=new h(p[C*3],p[C*3+1],p[C*3+2],g2e);h.maximumByComponent(a,x,a),h.minimumByComponent(c,x,c);let b=new Be(g[C*4],g[C*4+1],g[C*4+2],f?g[C*4+3]:1,y2e),E=new h(m[C*3],m[C*3+1],m[C*3+2],A2e),S=F.fromTranslationQuaternionRotationScale(x,b,E,new F);i[C]=S}let A=n.runtimeNode;return A.instancingTranslationMin=c,A.instancingTranslationMax=a,u&&(o.typedArray=void 0),f&&(r.typedArray=void 0),d&&(s.typedArray=void 0),i}function C2e(e,t,n){let i=new Array(t),o=e.typedArray,r=new h(Number.MAX_VALUE,Number.MAX_VALUE,Number.MAX_VALUE),s=new h(-Number.MAX_VALUE,-Number.MAX_VALUE,-Number.MAX_VALUE);for(let c=0;c<t;c++){let u=new h(o[c*3],o[c*3+1],o[c*3+2]);i[c]=u,h.minimumByComponent(r,u,r),h.maximumByComponent(s,u,s)}let a=n.runtimeNode;return a.instancingTranslationMin=r,a.instancingTranslationMax=s,e.typedArray=void 0,i}function l5(e,t){let n=rt.createVertexBuffer({context:t.context,typedArray:e,usage:Le.STATIC_DRAW});return n.vertexArrayDestroyable=!1,n}function x2e(e,t,n,i,o){let r=en.getAttributeBySemantic(n,Ur.ROTATION);l(r)?T2e(e,n,i,t,o):E2e(e,n,i,t,o)}function T2e(e,t,n,i,o){let r=e.shaderBuilder,s=t.attributes[0].count,a=e.model,c=e.runtimeNode;r.addDefine("HAS_INSTANCE_MATRICES");let u="Transform",f,d=c.instancingTransformsBuffer;if(!l(d)){f=$ee(t,s,e);let A=c5(f);d=l5(A,i),a._modelResources.push(d),c.instancingTransformsBuffer=d}if(Yee(e,d,n,u),!o)return;let p=$e(i);p.mode=ee.COLUMBUS_VIEW,Qee(e,p);let g=c.instancingTransformsBuffer2D;if(!l(g)){let A=d2e(f,e,p,f),C=c5(A);g=l5(C,i),a._modelResources.push(g),c.instancingTransformsBuffer2D=g}Yee(e,g,n,"Transform2D")}function E2e(e,t,n,i,o){let r=e.shaderBuilder,s=e.runtimeNode,a=en.getAttributeBySemantic(t,Ur.TRANSLATION),c=en.getAttributeBySemantic(t,Ur.SCALE);if(l(c)){r.addDefine("HAS_INSTANCE_SCALE");let x="Scale";a5(e,c.buffer,c.byteOffset,c.byteStride,n,x)}if(!l(a))return;let u,f=a.typedArray;l(f)?u=C2e(a,a.count,e):l(s.instancingTranslationMin)||(s.instancingTranslationMin=a.min,s.instancingTranslationMax=a.max),r.addDefine("HAS_INSTANCE_TRANSLATION");let d="Translation";if(a5(e,a.buffer,a.byteOffset,a.byteStride,n,d),!o)return;let p=$e(i);p.mode=ee.COLUMBUS_VIEW,Qee(e,p);let g=s.instancingTranslationBuffer2D;if(!l(g)){let x=h2e(u,e,p,u),b=_2e(x);g=l5(b,i),e.model._modelResources.push(g),s.instancingTranslationBuffer2D=g}a5(e,g,0,void 0,n,"Translation2D")}function Yee(e,t,n,i){let r=K.getSizeInBytes(K.FLOAT),s=r*12,a=[{index:e.attributeIndex++,vertexBuffer:t,componentsPerAttribute:4,componentDatatype:K.FLOAT,normalize:!1,offsetInBytes:0,strideInBytes:s,instanceDivisor:1},{index:e.attributeIndex++,vertexBuffer:t,componentsPerAttribute:4,componentDatatype:K.FLOAT,normalize:!1,offsetInBytes:r*4,strideInBytes:s,instanceDivisor:1},{index:e.attributeIndex++,vertexBuffer:t,componentsPerAttribute:4,componentDatatype:K.FLOAT,normalize:!1,offsetInBytes:r*8,strideInBytes:s,instanceDivisor:1}],c=e.shaderBuilder;c.addAttribute("vec4",`a_instancing${i}Row0`),c.addAttribute("vec4",`a_instancing${i}Row1`),c.addAttribute("vec4",`a_instancing${i}Row2`),n.push.apply(n,a)}function a5(e,t,n,i,o,r){o.push({index:e.attributeIndex++,vertexBuffer:t,componentsPerAttribute:3,componentDatatype:K.FLOAT,normalize:!1,offsetInBytes:n,strideInBytes:i,instanceDivisor:1}),e.shaderBuilder.addAttribute("vec3",`a_instance${r}`)}function b2e(e,t,n,i){let o=n.attributes,r=e.shaderBuilder;for(let s=0;s<o.length;s++){let a=o[s];a.semantic===Ur.FEATURE_ID&&(a.setIndex>=e.featureIdVertexAttributeSetIndex&&(e.featureIdVertexAttributeSetIndex=a.setIndex+1),i.push({index:e.attributeIndex++,vertexBuffer:a.buffer,componentsPerAttribute:$t.getNumberOfComponents(a.type),componentDatatype:a.componentDatatype,normalize:!1,offsetInBytes:a.byteOffset,strideInBytes:a.byteStride,instanceDivisor:1}),r.addAttribute("float",`a_instanceFeatureId_${a.setIndex}`))}}var OM=Xee;var u5={};u5.name="ModelMatrixUpdateStage";u5.update=function(e,t,n){let i=n.mode!==ee.SCENE3D;if(!(i&&t._model._projectTo2D)&&e._transformDirty){let o=i?t._computedModelMatrix2D:t._computedModelMatrix;ete(e,t,o,e.transformToRoot),e._transformDirty=!1}};function ete(e,t,n,i){let o;i=F.multiplyTransformation(i,e.transform,new F),e.updateComputedTransform();let r=e.runtimePrimitives.length;for(o=0;o<r;o++){let c=e.runtimePrimitives[o].drawCommand;c.modelMatrix=F.multiplyTransformation(n,i,c.modelMatrix),c.cullFace=en.getCullFace(c.modelMatrix,c.primitiveType)}let s=e.children.length;for(o=0;o<s;o++){let a=t._runtimeNodes[e.children[o]];a._transformToRoot=F.clone(i,a._transformToRoot),ete(a,t,n,i),a._transformDirty=!1}}var BM=u5;var tte={name:"NodeStatisticsPipelineStage",_countInstancingAttributes:nte,_countGeneratedBuffers:ite};tte.process=function(e,t,n){let i=e.model.statistics,o=t.instances,r=e.runtimeNode;nte(i,o),ite(i,r)};function nte(e,t){if(!l(t))return;let n=t.attributes,i=n.length;for(let o=0;o<i;o++){let r=n[o];l(r.buffer)&&e.addBuffer(r.buffer,!1)}}function ite(e,t){l(t.instancingTransformsBuffer)&&e.addBuffer(t.instancingTransformsBuffer,!1),l(t.instancingTransformsBuffer2D)&&e.addBuffer(t.instancingTransformsBuffer2D,!1),l(t.instancingTranslationBuffer2D)&&e.addBuffer(t.instancingTranslationBuffer2D,!1)}var RM=tte;function xx(e){e=y(e,y.EMPTY_OBJECT);let t=e.node,n=e.transform,i=e.transformToRoot,o=e.sceneGraph,r=e.children;this._node=t,this._name=t.name,this._id=t.index,this._sceneGraph=o,this._children=r,this._originalTransform=F.clone(n,this._originalTransform),this._transform=F.clone(n,this._transform),this._transformToRoot=F.clone(i,this._transformToRoot),this._computedTransform=new F,this._transformDirty=!1,this._transformParameters=void 0,this._morphWeights=[],this._runtimeSkin=void 0,this._computedJointMatrices=[],this.show=!0,this.userAnimated=!1,this.pipelineStages=[],this.runtimePrimitives=[],this.updateStages=[],this.instancingTranslationMin=void 0,this.instancingTranslationMax=void 0,this.instancingTransformsBuffer=void 0,this.instancingTransformsBuffer2D=void 0,this.instancingTranslationBuffer2D=void 0,this.instancingReferencePoint2D=void 0,S2e(this)}Object.defineProperties(xx.prototype,{node:{get:function(){return this._node}},sceneGraph:{get:function(){return this._sceneGraph}},children:{get:function(){return this._children}},transform:{get:function(){return this._transform},set:function(e){this._transformDirty=!0,this._transform=F.clone(e,this._transform)}},transformToRoot:{get:function(){return this._transformToRoot}},computedTransform:{get:function(){return this._computedTransform}},originalTransform:{get:function(){return this._originalTransform}},translation:{get:function(){return l(this._transformParameters)?this._transformParameters.translation:void 0},set:function(e){let t=this._transformParameters,n=t.translation;h.equals(n,e)||(t.translation=h.clone(e,t.translation),f5(this,t))}},rotation:{get:function(){return l(this._transformParameters)?this._transformParameters.rotation:void 0},set:function(e){let t=this._transformParameters,n=t.rotation;Be.equals(n,e)||(t.rotation=Be.clone(e,t.rotation),f5(this,t))}},scale:{get:function(){return l(this._transformParameters)?this._transformParameters.scale:void 0},set:function(e){let t=this._transformParameters,n=t.scale;h.equals(n,e)||(t.scale=h.clone(e,t.scale),f5(this,t))}},morphWeights:{get:function(){return this._morphWeights},set:function(e){let t=e.length;for(let n=0;n<t;n++)this._morphWeights[n]=e[n]}},runtimeSkin:{get:function(){return this._runtimeSkin}},computedJointMatrices:{get:function(){return this._computedJointMatrices}}});function S2e(e){let t=e.transform,n=e.transformToRoot,i=e._computedTransform;e._computedTransform=F.multiply(n,t,i);let o=e.node;l(o.matrix)||(e._transformParameters=new N0(o.translation,o.rotation,o.scale)),l(o.morphWeights)&&(e._morphWeights=o.morphWeights.slice());let r=o.articulationName;if(l(r)){let c=e.sceneGraph._runtimeArticulations[r];l(c)&&c.runtimeNodes.push(e)}}function f5(e,t){e._transformDirty=!0,e._transform=F.fromTranslationRotationScale(t,e._transform)}xx.prototype.getChild=function(e){return this.sceneGraph._runtimeNodes[this.children[e]]};xx.prototype.configurePipeline=function(){let e=this.node,t=this.pipelineStages;t.length=0;let n=this.updateStages;n.length=0,l(e.instances)&&t.push(OM),t.push(RM),n.push(BM)};xx.prototype.updateComputedTransform=function(){this._computedTransform=F.multiply(this._transformToRoot,this._transform,this._computedTransform)};xx.prototype.updateJointMatrices=function(){let e=this._runtimeSkin;if(!l(e))return;e.updateJointMatrices();let t=this._computedJointMatrices,n=e.jointMatrices,i=n.length;for(let o=0;o<i;o++){l(t[o])||(t[o]=new F);let r=F.multiplyTransformation(this.transformToRoot,this.transform,t[o]),s=F.inverseTransformation(r,t[o]);t[o]=F.multiplyTransformation(s,n[o],t[o])}};var MM=xx;var ote={name:"AlphaPipelineStage"};ote.process=function(e,t,n){let i=e.alphaOptions,o=e.model;i.pass=y(i.pass,o.opaquePass);let r=e.renderStateOptions;i.pass===xe.TRANSLUCENT&&(r.cull.enabled=!1,r.depthMask=!1,r.blending=an.ALPHA_BLEND);let s=e.shaderBuilder,a=e.uniformMap;l(i.alphaCutoff)&&(s.addDefine("ALPHA_MODE_MASK",void 0,Te.FRAGMENT),s.addUniform("float","u_alphaCutoff",Te.FRAGMENT),a.u_alphaCutoff=function(){return i.alphaCutoff})};var LM=ote;var rte={name:"BatchTexturePipelineStage"};rte.process=function(e,t,n){let i=e.shaderBuilder,o={},r=e.model,s=r.featureTables[r.featureTableId],a=s.featuresLength;i.addUniform("int","model_featuresLength"),o.model_featuresLength=function(){return a};let c=s.batchTexture;i.addUniform("sampler2D","model_batchTexture"),o.model_batchTexture=function(){return y(c.batchTexture,c.defaultTexture)},i.addUniform("vec4","model_textureStep"),o.model_textureStep=function(){return c.textureStep},c.textureDimensions.y>1&&(i.addDefine("MULTILINE_BATCH_TEXTURE"),i.addUniform("vec2","model_textureDimensions"),o.model_textureDimensions=function(){return c.textureDimensions}),e.uniformMap=pt(o,e.uniformMap)};var FM=rte;var ste={name:"ClassificationPipelineStage"};ste.process=function(e,t,n){e.shaderBuilder.addDefine("HAS_CLASSIFICATION",void 0,Te.BOTH);let o=e.runtimePrimitive;l(o.batchLengths)||w2e(t,o)};function w2e(e,t){let n=en.getAttributeBySemantic(e,yt.POSITION);if(!l(n))throw new de("Primitives must have a position attribute to be used for classification.");let i,o=e.indices,r=l(o);r&&(i=o.typedArray,o.typedArray=void 0);let s=r?o.count:n.count,a=en.getAttributeBySemantic(e,yt.FEATURE_ID,0);if(!l(a)){t.batchLengths=[s],t.batchOffsets=[0];return}let c=a.typedArray;a.typedArray=void 0;let u=[],f=[0],d=r?i[0]:0,p=c[d],g=0;for(let A=1;A<s;A++){let C=r?i[A]:A,x=c[C];if(x!==p){let b=A-g,E=A;u.push(b),f.push(E),g=E,p=x}}let m=s-g;u.push(m),t.batchLengths=u,t.batchOffsets=f}var NM=ste;var kM=`void filterByPassType(inout vec3 positionMC, vec4 featureColor)
{
bool styleTranslucent = (featureColor.a != 1.0);
if (czm_pass == czm_passTranslucent && !styleTranslucent && !model_commandTranslucent)
{
#ifdef HAS_SILHOUETTE
positionMC *= float(model_silhouettePass);
#else
positionMC *= 0.0;
#endif
}
else if (czm_pass != czm_passTranslucent && styleTranslucent)
{
positionMC *= 0.0;
}
}
void cpuStylingStage(inout vec3 positionMC, inout SelectedFeature feature)
{
float show = ceil(feature.color.a);
positionMC *= show;
#if defined(HAS_SELECTED_FEATURE_ID_ATTRIBUTE) && !defined(HAS_CLASSIFICATION)
filterByPassType(positionMC, feature.color);
#endif
}
`;var VM=`void filterByPassType(vec4 featureColor)
{
bool styleTranslucent = (featureColor.a != 1.0);
if (czm_pass == czm_passTranslucent && !styleTranslucent && !model_commandTranslucent)
{
#ifdef HAS_SILHOUETTE
if(!model_silhouettePass) {
discard;
}
#else
discard;
#endif
}
else if (czm_pass != czm_passTranslucent && styleTranslucent)
{
discard;
}
}
void cpuStylingStage(inout czm_modelMaterial material, SelectedFeature feature)
{
vec4 featureColor = feature.color;
if (featureColor.a == 0.0)
{
discard;
}
#if defined(HAS_SELECTED_FEATURE_ID_TEXTURE) && !defined(HAS_CLASSIFICATION)
filterByPassType(featureColor);
#endif
featureColor = czm_gammaCorrect(featureColor);
#ifdef HAS_CLASSIFICATION
material.diffuse = featureColor.rgb * featureColor.a;
#else
float highlight = ceil(model_colorBlend);
material.diffuse *= mix(featureColor.rgb, vec3(1.0), highlight);
#endif
material.alpha *= featureColor.a;
}
`;var ate={name:"CPUStylingPipelineStage"};ate.process=function(e,t,n){let i=e.model,o=e.shaderBuilder;o.addVertexLines(kM),o.addFragmentLines(VM),o.addDefine("USE_CPU_STYLING",void 0,Te.BOTH),l(i.color)||(o.addUniform("float",iy.COLOR_BLEND_UNIFORM_NAME,Te.FRAGMENT),e.uniformMap[iy.COLOR_BLEND_UNIFORM_NAME]=function(){return rc.getColorBlend(i.colorBlendMode,i.colorBlendAmount)}),o.addUniform("bool","model_commandTranslucent",Te.BOTH),e.uniformMap.model_commandTranslucent=function(){return e.alphaOptions.pass===xe.TRANSLUCENT}};var UM=ate;var cte={MODIFY_MATERIAL:"MODIFY_MATERIAL",REPLACE_MATERIAL:"REPLACE_MATERIAL"};cte.getDefineName=function(e){return`CUSTOM_SHADER_${e}`};var w_=Object.freeze(cte);var zM=`void customShaderStage(
inout czm_modelVertexOutput vsOutput,
inout ProcessedAttributes attributes,
FeatureIds featureIds,
Metadata metadata,
MetadataClass metadataClass,
MetadataStatistics metadataStatistics
) {
VertexInput vsInput;
initializeInputStruct(vsInput, attributes);
vsInput.featureIds = featureIds;
vsInput.metadata = metadata;
vsInput.metadataClass = metadataClass;
vsInput.metadataStatistics = metadataStatistics;
vertexMain(vsInput, vsOutput);
attributes.positionMC = vsOutput.positionMC;
}
`;var HM=`void customShaderStage(
inout czm_modelMaterial material,
ProcessedAttributes attributes,
FeatureIds featureIds,
Metadata metadata,
MetadataClass metadataClass,
MetadataStatistics metadataStatistics
) {
FragmentInput fsInput;
initializeInputStruct(fsInput, attributes);
fsInput.featureIds = featureIds;
fsInput.metadata = metadata;
fsInput.metadataClass = metadataClass;
fsInput.metadataStatistics = metadataStatistics;
fragmentMain(fsInput, material);
}
`;var GM=`void featureIdStage(out FeatureIds featureIds, ProcessedAttributes attributes) {
initializeFeatureIds(featureIds, attributes);
initializeFeatureIdAliases(featureIds);
}
`;var WM=`void featureIdStage(out FeatureIds featureIds, ProcessedAttributes attributes)
{
initializeFeatureIds(featureIds, attributes);
initializeFeatureIdAliases(featureIds);
setFeatureIdVaryings();
}
`;var Ei={name:"FeatureIdPipelineStage",STRUCT_ID_FEATURE_IDS_VS:"FeatureIdsVS",STRUCT_ID_FEATURE_IDS_FS:"FeatureIdsFS",STRUCT_NAME_FEATURE_IDS:"FeatureIds",FUNCTION_ID_INITIALIZE_FEATURE_IDS_VS:"initializeFeatureIdsVS",FUNCTION_ID_INITIALIZE_FEATURE_IDS_FS:"initializeFeatureIdsFS",FUNCTION_ID_INITIALIZE_FEATURE_ID_ALIASES_VS:"initializeFeatureIdAliasesVS",FUNCTION_ID_INITIALIZE_FEATURE_ID_ALIASES_FS:"initializeFeatureIdAliasesFS",FUNCTION_SIGNATURE_INITIALIZE_FEATURE_IDS:"void initializeFeatureIds(out FeatureIds featureIds, ProcessedAttributes attributes)",FUNCTION_SIGNATURE_INITIALIZE_FEATURE_ID_ALIASES:"void initializeFeatureIdAliases(inout FeatureIds featureIds)",FUNCTION_ID_SET_FEATURE_ID_VARYINGS:"setFeatureIdVaryings",FUNCTION_SIGNATURE_SET_FEATURE_ID_VARYINGS:"void setFeatureIdVaryings()"};Ei.process=function(e,t,n){let i=e.shaderBuilder;D2e(i);let o=e.runtimeNode.node.instances;l(o)&&v2e(e,o,n),P2e(e,t,n),i.addVertexLines(WM),i.addFragmentLines(GM)};function D2e(e){e.addStruct(Ei.STRUCT_ID_FEATURE_IDS_VS,Ei.STRUCT_NAME_FEATURE_IDS,Te.VERTEX),e.addStruct(Ei.STRUCT_ID_FEATURE_IDS_FS,Ei.STRUCT_NAME_FEATURE_IDS,Te.FRAGMENT),e.addFunction(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_VS,Ei.FUNCTION_SIGNATURE_INITIALIZE_FEATURE_IDS,Te.VERTEX),e.addFunction(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_FS,Ei.FUNCTION_SIGNATURE_INITIALIZE_FEATURE_IDS,Te.FRAGMENT),e.addFunction(Ei.FUNCTION_ID_INITIALIZE_FEATURE_ID_ALIASES_VS,Ei.FUNCTION_SIGNATURE_INITIALIZE_FEATURE_ID_ALIASES,Te.VERTEX),e.addFunction(Ei.FUNCTION_ID_INITIALIZE_FEATURE_ID_ALIASES_FS,Ei.FUNCTION_SIGNATURE_INITIALIZE_FEATURE_ID_ALIASES,Te.FRAGMENT),e.addFunction(Ei.FUNCTION_ID_SET_FEATURE_ID_VARYINGS,Ei.FUNCTION_SIGNATURE_SET_FEATURE_ID_VARYINGS,Te.VERTEX)}function v2e(e,t,n){let i=t.featureIds,o=t.attributes[0].count;for(let r=0;r<i.length;r++){let s=i[r],a=s.positionalLabel;s instanceof St.FeatureIdAttribute?I2e(e,s,a):lte(e,s,a,o,1,n);let c=s.label;l(c)&&ute(e,a,c,Te.BOTH)}}function P2e(e,t,n){let i=t.featureIds,r=en.getAttributeBySemantic(t,yt.POSITION).count;for(let s=0;s<i.length;s++){let a=i[s],c=a.positionalLabel,u=Te.BOTH;a instanceof St.FeatureIdAttribute?O2e(e,a,c):a instanceof St.FeatureIdImplicitRange?lte(e,a,c,r,void 0,n):(B2e(e,a,c,s,n),u=Te.FRAGMENT);let f=a.label;l(f)&&ute(e,c,f,u)}}function I2e(e,t,n){let i=e.shaderBuilder;i.addStructField(Ei.STRUCT_ID_FEATURE_IDS_VS,"int",n),i.addStructField(Ei.STRUCT_ID_FEATURE_IDS_FS,"int",n);let o=t.setIndex,r=n.replace(/_\d+$/,"_"),s=`a_${r}${o}`,a=`v_${r}${o}`,c=`featureIds.${n} = int(czm_round(${s}));`,u=`featureIds.${n} = int(czm_round(${a}));`;i.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_VS,[c]),i.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_FS,[u]),i.addVarying("float",a),i.addFunctionLines(Ei.FUNCTION_ID_SET_FEATURE_ID_VARYINGS,[`${a} = ${s};`])}function O2e(e,t,n){let i=e.shaderBuilder;i.addStructField(Ei.STRUCT_ID_FEATURE_IDS_VS,"int",n),i.addStructField(Ei.STRUCT_ID_FEATURE_IDS_FS,"int",n);let o=t.setIndex,r=n.replace(/_\d+$/,"_"),s=[`featureIds.${n} = int(czm_round(attributes.${r}${o}));`];i.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_VS,s),i.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_FS,s)}function lte(e,t,n,i,o,r){R2e(e,t,i,o,r);let s=e.shaderBuilder,a=`a_implicit_${n}`;s.addAttribute("float",a);let c=`v_implicit_${n}`;s.addVarying("float",c),s.addStructField(Ei.STRUCT_ID_FEATURE_IDS_VS,"int",n),s.addStructField(Ei.STRUCT_ID_FEATURE_IDS_FS,"int",n),s.addFunctionLines(Ei.FUNCTION_ID_SET_FEATURE_ID_VARYINGS,[`${c} = ${a};`]),s.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_VS,[`featureIds.${n} = int(czm_round(${a}));`]),s.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_FS,[`featureIds.${n} = int(czm_round(${c}));`])}function B2e(e,t,n,i,o){let r=`u_featureIdTexture_${i}`,s=e.uniformMap,a=t.textureReader;s[r]=function(){return y(a.texture,o.context.defaultTexture)};let c=a.channels,u=e.shaderBuilder;u.addStructField(Ei.STRUCT_ID_FEATURE_IDS_FS,"int",n),u.addUniform("sampler2D",r,Te.FRAGMENT);let f=`v_texCoord_${a.texCoord}`,d=`texture2D(${r}, ${f}).${c}`,p=`featureIds.${n} = czm_unpackUint(${d});`;u.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_IDS_FS,[p])}function ute(e,t,n,i){let o=e.shaderBuilder,r=Te.includesVertexShader(i);r&&o.addStructField(Ei.STRUCT_ID_FEATURE_IDS_VS,"int",n),o.addStructField(Ei.STRUCT_ID_FEATURE_IDS_FS,"int",n);let s=[`featureIds.${n} = featureIds.${t};`];r&&o.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_ID_ALIASES_VS,s),o.addFunctionLines(Ei.FUNCTION_ID_INITIALIZE_FEATURE_ID_ALIASES_FS,s)}function R2e(e,t,n,i,o){let r=e.model,s,a;if(l(t.repeat)){let u=M2e(t,n);s=rt.createVertexBuffer({context:o.context,typedArray:u,usage:Le.STATIC_DRAW}),s.vertexArrayDestroyable=!1,r._pipelineResources.push(s);let f=!1;r.statistics.addBuffer(s,f)}else a=[t.offset];let c={index:e.attributeIndex++,instanceDivisor:i,value:a,vertexBuffer:s,normalize:!1,componentsPerAttribute:1,componentDatatype:K.FLOAT,strideInBytes:K.getSizeInBytes(K.FLOAT),offsetInBytes:0};e.attributes.push(c)}function M2e(e,t){let n=e.offset,i=e.repeat,o=new Float32Array(t);for(let r=0;r<t;r++)o[r]=n+Math.floor(r/i);return o}var oy=Ei;var jM=`void metadataStage(
out Metadata metadata,
out MetadataClass metadataClass,
out MetadataStatistics metadataStatistics,
ProcessedAttributes attributes
)
{
initializeMetadata(metadata, metadataClass, metadataStatistics, attributes);
}
`;var qM=`void metadataStage(
out Metadata metadata,
out MetadataClass metadataClass,
out MetadataStatistics metadataStatistics,
ProcessedAttributes attributes
)
{
initializeMetadata(metadata, metadataClass, metadataStatistics, attributes);
setMetadataVaryings();
}
`;var di={name:"MetadataPipelineStage",STRUCT_ID_METADATA_VS:"MetadataVS",STRUCT_ID_METADATA_FS:"MetadataFS",STRUCT_NAME_METADATA:"Metadata",STRUCT_ID_METADATA_CLASS_VS:"MetadataClassVS",STRUCT_ID_METADATA_CLASS_FS:"MetadataClassFS",STRUCT_NAME_METADATA_CLASS:"MetadataClass",STRUCT_ID_METADATA_STATISTICS_VS:"MetadataStatisticsVS",STRUCT_ID_METADATA_STATISTICS_FS:"MetadataStatisticsFS",STRUCT_NAME_METADATA_STATISTICS:"MetadataStatistics",FUNCTION_ID_INITIALIZE_METADATA_VS:"initializeMetadataVS",FUNCTION_ID_INITIALIZE_METADATA_FS:"initializeMetadataFS",FUNCTION_SIGNATURE_INITIALIZE_METADATA:"void initializeMetadata(out Metadata metadata, out MetadataClass metadataClass, out MetadataStatistics metadataStatistics, ProcessedAttributes attributes)",FUNCTION_ID_SET_METADATA_VARYINGS:"setMetadataVaryings",FUNCTION_SIGNATURE_SET_METADATA_VARYINGS:"void setMetadataVaryings()",METADATA_CLASS_FIELDS:[{specName:"noData",shaderName:"noData"},{specName:"default",shaderName:"defaultValue"},{specName:"min",shaderName:"minValue"},{specName:"max",shaderName:"maxValue"}],METADATA_STATISTICS_FIELDS:[{specName:"min",shaderName:"minValue"},{specName:"max",shaderName:"maxValue"},{specName:"mean",shaderName:"mean",type:"float"},{specName:"median",shaderName:"median"},{specName:"standardDeviation",shaderName:"standardDeviation",type:"float"},{specName:"variance",shaderName:"variance",type:"float"},{specName:"sum",shaderName:"sum"}]};di.process=function(e,t,n){let{shaderBuilder:i,model:o}=e,{structuralMetadata:r={},content:s}=o,a=s?.tileset.metadataExtension?.statistics,c=L2e(r.propertyAttributes,t,a),u=N2e(r.propertyTextures,a),f=c.concat(u);V2e(i,f),H2e(i),i.addVertexLines(qM),i.addFragmentLines(jM);for(let d=0;d<c.length;d++){let p=c[d];G2e(e,p)}for(let d=0;d<u.length;d++){let p=u[d];j2e(e,p)}};function L2e(e,t,n){return l(e)?e.flatMap(i=>F2e(i,t,n)):[]}function F2e(e,t,n){let{getAttributeByName:i,getAttributeInfo:o,sanitizeGlslIdentifier:r}=en,s=e.class.id,a=n?.classes[s],c=Object.entries(e.properties),u=new Array(c.length);for(let f=0;f<c.length;f++){let[d,p]=c[f],g=i(t,p.attribute),{glslType:m,variableName:A}=o(g);u[f]={metadataVariable:r(d),property:p,type:p.classProperty.type,glslType:m,variableName:A,propertyStatistics:a?.properties[d],shaderDestination:Te.BOTH}}return u}function N2e(e,t){return l(e)?e.flatMap(n=>k2e(n,t)):[]}function k2e(e,t){let{sanitizeGlslIdentifier:n}=en,i=e.class.id,o=t?.classes[i],r=Object.entries(e.properties).filter(([a,c])=>c.isGpuCompatible()),s=new Array(r.length);for(let a=0;a<r.length;a++){let[c,u]=r[a];s[a]={metadataVariable:n(c),property:u,type:u.classProperty.type,glslType:u.getGlslType(),propertyStatistics:o?.properties[c],shaderDestination:Te.FRAGMENT}}return s}function V2e(e,t){let n=new Set,i=new Set;for(let a=0;a<t.length;a++){let{type:c,glslType:u,propertyStatistics:f}=t[a];n.add(u),!!l(f)&&c!==Dn.ENUM&&i.add(u)}let o=di.METADATA_CLASS_FIELDS;for(let a of n){let c=`${a}MetadataClass`;s(c,a,o)}let r=di.METADATA_STATISTICS_FIELDS;for(let a of i){let c=`${a}MetadataStatistics`;s(c,a,r)}function s(a,c,u){e.addStruct(a,a,Te.BOTH);for(let f=0;f<u.length;f++){let{shaderName:d}=u[f],p=u[f].type==="float"?z2e(c):c;e.addStructField(a,p,d)}}}var U2e={int:"float",ivec2:"vec2",ivec3:"vec3",ivec4:"vec4"};function z2e(e){let t=U2e[e];return l(t)?t:e}function H2e(e){e.addStruct(di.STRUCT_ID_METADATA_VS,di.STRUCT_NAME_METADATA,Te.VERTEX),e.addStruct(di.STRUCT_ID_METADATA_FS,di.STRUCT_NAME_METADATA,Te.FRAGMENT),e.addStruct(di.STRUCT_ID_METADATA_CLASS_VS,di.STRUCT_NAME_METADATA_CLASS,Te.VERTEX),e.addStruct(di.STRUCT_ID_METADATA_CLASS_FS,di.STRUCT_NAME_METADATA_CLASS,Te.FRAGMENT),e.addStruct(di.STRUCT_ID_METADATA_STATISTICS_VS,di.STRUCT_NAME_METADATA_STATISTICS,Te.VERTEX),e.addStruct(di.STRUCT_ID_METADATA_STATISTICS_FS,di.STRUCT_NAME_METADATA_STATISTICS,Te.FRAGMENT),e.addFunction(di.FUNCTION_ID_INITIALIZE_METADATA_VS,di.FUNCTION_SIGNATURE_INITIALIZE_METADATA,Te.VERTEX),e.addFunction(di.FUNCTION_ID_INITIALIZE_METADATA_FS,di.FUNCTION_SIGNATURE_INITIALIZE_METADATA,Te.FRAGMENT),e.addFunction(di.FUNCTION_ID_SET_METADATA_VARYINGS,di.FUNCTION_SIGNATURE_SET_METADATA_VARYINGS,Te.VERTEX)}function G2e(e,t){W2e(e,t),fte(e.shaderBuilder,t),dte(e.shaderBuilder,t)}function W2e(e,t){let{shaderBuilder:n}=e,{metadataVariable:i,property:o,glslType:r}=t,s=mte({valueExpression:`attributes.${t.variableName}`,renderResources:e,glslType:r,metadataVariable:i,shaderDestination:Te.BOTH,property:o});n.addStructField(di.STRUCT_ID_METADATA_VS,r,i),n.addStructField(di.STRUCT_ID_METADATA_FS,r,i);let a=`metadata.${i} = ${s};`;n.addFunctionLines(di.FUNCTION_ID_INITIALIZE_METADATA_VS,[a]),n.addFunctionLines(di.FUNCTION_ID_INITIALIZE_METADATA_FS,[a])}function j2e(e,t){q2e(e,t),fte(e.shaderBuilder,t),dte(e.shaderBuilder,t)}function q2e(e,t){let{shaderBuilder:n,uniformMap:i}=e,{metadataVariable:o,glslType:r,property:s}=t,{texCoord:a,channels:c,index:u,texture:f}=s.textureReader,d=`u_propertyTexture_${u}`;i.hasOwnProperty(d)||(n.addUniform("sampler2D",d,Te.FRAGMENT),i[d]=()=>f),n.addStructField(di.STRUCT_ID_METADATA_FS,r,o);let p=`attributes.texCoord_${a}`,g=`texture2D(${d}, ${p}).${c}`,m=s.unpackInShader(g),A=mte({valueExpression:m,renderResources:e,glslType:r,metadataVariable:o,shaderDestination:Te.FRAGMENT,property:s}),C=`metadata.${o} = ${A};`;n.addFunctionLines(di.FUNCTION_ID_INITIALIZE_METADATA_FS,[C])}function fte(e,t){let{classProperty:n}=t.property,{metadataVariable:i,glslType:o,shaderDestination:r}=t,s=hte(di.METADATA_CLASS_FIELDS,n,`metadataClass.${i}`,o),a=`${o}MetadataClass`;e.addStructField(di.STRUCT_ID_METADATA_CLASS_FS,a,i),e.addFunctionLines(di.FUNCTION_ID_INITIALIZE_METADATA_FS,s),Te.includesVertexShader(r)&&(e.addStructField(di.STRUCT_ID_METADATA_CLASS_VS,a,i),e.addFunctionLines(di.FUNCTION_ID_INITIALIZE_METADATA_VS,s))}function dte(e,t){let{propertyStatistics:n}=t;if(!l(n))return;let{metadataVariable:i,type:o,glslType:r}=t;if(o===Dn.ENUM)return;let s=di.METADATA_STATISTICS_FIELDS,a=`metadataStatistics.${i}`,c=hte(s,n,a,r),u=`${r}MetadataStatistics`;e.addStructField(di.STRUCT_ID_METADATA_STATISTICS_FS,u,i),e.addFunctionLines(di.FUNCTION_ID_INITIALIZE_METADATA_FS,c),Te.includesVertexShader(t.shaderDestination)&&(e.addStructField(di.STRUCT_ID_METADATA_STATISTICS_VS,u,i),e.addFunctionLines(di.FUNCTION_ID_INITIALIZE_METADATA_VS,c))}function hte(e,t,n,i){return l(t)?e.map(o).filter(l):[];function o(r){let s=t[r.specName];if(l(s))return`${n}.${r.shaderName} = ${i}(${s});`}}function mte(e){let{valueExpression:t,property:n}=e;if(!n.hasValueTransform)return t;let i=e.metadataVariable,o=`u_${i}_offset`,r=`u_${i}_scale`,{shaderBuilder:s,uniformMap:a}=e.renderResources,{glslType:c,shaderDestination:u}=e;s.addUniform(c,o,u),s.addUniform(c,r,u);let{offset:f,scale:d}=n;return a[o]=()=>f,a[r]=()=>d,`czm_valueTransform(${o}, ${r}, ${t})`}var Of=di;var Y2e={INHERIT:0,OPAQUE:1,TRANSLUCENT:2},ry=Object.freeze(Y2e);var xs={name:"CustomShaderPipelineStage",STRUCT_ID_ATTRIBUTES_VS:"AttributesVS",STRUCT_ID_ATTRIBUTES_FS:"AttributesFS",STRUCT_NAME_ATTRIBUTES:"Attributes",STRUCT_ID_VERTEX_INPUT:"VertexInput",STRUCT_NAME_VERTEX_INPUT:"VertexInput",STRUCT_ID_FRAGMENT_INPUT:"FragmentInput",STRUCT_NAME_FRAGMENT_INPUT:"FragmentInput",FUNCTION_ID_INITIALIZE_INPUT_STRUCT_VS:"initializeInputStructVS",FUNCTION_SIGNATURE_INITIALIZE_INPUT_STRUCT_VS:"void initializeInputStruct(out VertexInput vsInput, ProcessedAttributes attributes)",FUNCTION_ID_INITIALIZE_INPUT_STRUCT_FS:"initializeInputStructFS",FUNCTION_SIGNATURE_INITIALIZE_INPUT_STRUCT_FS:"void initializeInputStruct(out FragmentInput fsInput, ProcessedAttributes attributes)",_oneTimeWarning:Dt};xs.process=function(e,t,n){let i=e.shaderBuilder,o=e.model.customShader;l(o.lightingModel)&&(e.lightingOptions.lightingModel=o.lightingModel);let r=e.alphaOptions;o.translucencyMode===ry.TRANSLUCENT?r.pass=xe.TRANSLUCENT:o.translucencyMode===ry.OPAQUE&&(r.pass=void 0);let s=t3e(o,t);if(!s.customShaderEnabled)return;if(r3e(i,o,s),s.shouldComputePositionWC&&i.addDefine("COMPUTE_POSITION_WC_CUSTOM_SHADER",void 0,Te.BOTH),l(o.vertexShaderText)&&i.addDefine("HAS_CUSTOM_VERTEX_SHADER",void 0,Te.VERTEX),l(o.fragmentShaderText)){i.addDefine("HAS_CUSTOM_FRAGMENT_SHADER",void 0,Te.FRAGMENT);let u=w_.getDefineName(o.mode);i.addDefine(u,void 0,Te.FRAGMENT)}let a=o.uniforms;for(let u in a)if(a.hasOwnProperty(u)){let f=a[u];i.addUniform(f.type,u)}let c=o.varyings;for(let u in c)if(c.hasOwnProperty(u)){let f=c[u];i.addVarying(f,u)}e.uniformMap=pt(e.uniformMap,o.uniformMap)};function X2e(e){let t={};for(let n=0;n<e.length;n++){let i=e[n],o=en.getAttributeInfo(i);t[o.variableName]=o}return t}var K2e={position:"vec3",normal:"vec3",tangent:"vec3",bitangent:"vec3",texCoord:"vec2",color:"vec4",joints:"ivec4",weights:"vec4"},J2e={position:"vec3(0.0)",normal:"vec3(0.0, 0.0, 1.0)",tangent:"vec3(1.0, 0.0, 0.0)",bitangent:"vec3(0.0, 1.0, 0.0)",texCoord:"vec2(0.0)",color:"vec4(1.0)",joints:"ivec4(0)",weights:"vec4(0.0)"};function pte(e){let t=e.replace(/_[0-9]+$/,"");t=t.replace(/(MC|EC)$/,"");let n=K2e[t],i=J2e[t];if(!!l(n))return{attributeField:[n,e],value:i}}function Z2e(e,t,n){let i=_te(t,e.usedVariablesVertex.attributeSet,!1),o=i.addToShader,r=i.missingAttributes,s,a,c=[],u=[];for(s in o)if(o.hasOwnProperty(s)){let d=[o[s].glslType,s];c.push(d),a=`vsInput.attributes.${s} = attributes.${s};`,u.push(a)}for(let f=0;f<r.length;f++){s=r[f];let d=pte(s);if(!l(d)){xs._oneTimeWarning("CustomShaderPipelineStage.incompatiblePrimitiveVS",`Primitive is missing attribute ${s}, disabling custom vertex shader`);return}c.push(d.attributeField),a=`vsInput.attributes.${s} = ${d.value};`,u.push(a)}n.enabled=!0,n.attributeFields=c,n.initializationLines=u}function Q2e(e){let t=[],n=[],i=e.usedVariablesFragment.attributeSet;return i.hasOwnProperty("positionWC")&&(t.push(["vec3","positionWC"]),n.push("fsInput.attributes.positionWC = attributes.positionWC;")),i.hasOwnProperty("positionEC")&&(t.push(["vec3","positionEC"]),n.push("fsInput.attributes.positionEC = attributes.positionEC;")),{attributeFields:t,initializationLines:n}}function $2e(e,t,n){let i=_te(t,e.usedVariablesFragment.attributeSet,!0),o=i.addToShader,r=i.missingAttributes,s,a,c=[],u=[];for(s in o)if(o.hasOwnProperty(s)){let p=[o[s].glslType,s];c.push(p),a=`fsInput.attributes.${s} = attributes.${s};`,u.push(a)}for(let d=0;d<r.length;d++){s=r[d];let p=pte(s);if(!l(p)){xs._oneTimeWarning("CustomShaderPipelineStage.incompatiblePrimitiveFS",`Primitive is missing attribute ${s}, disabling custom fragment shader.`);return}c.push(p.attributeField),a=`fsInput.attributes.${s} = ${p.value};`,u.push(a)}let f=Q2e(e);n.enabled=!0,n.attributeFields=c.concat(f.attributeFields),n.initializationLines=f.initializationLines.concat(u)}var e3e={positionWC:!0,positionEC:!0};function _te(e,t,n){let i,o,r={};for(o in e)if(e.hasOwnProperty(o)){let a=e[o];i=o,n&&o==="normalMC"?i="normalEC":n&&o==="tangentMC"&&(i="tangentEC"),t.hasOwnProperty(i)&&(r[i]=a)}let s=[];for(o in t)if(t.hasOwnProperty(o)){if(e3e.hasOwnProperty(o))continue;i=o,n&&o==="normalEC"?i="normalMC":n&&o==="tangentEC"&&(i="tangentMC"),e.hasOwnProperty(i)||s.push(o)}return{addToShader:r,missingAttributes:s}}function t3e(e,t){let n={enabled:!1},i={enabled:!1},o=X2e(t.attributes);l(e.vertexShaderText)&&Z2e(e,o,n),l(e.fragmentShaderText)&&$2e(e,o,i);let s=e.usedVariablesFragment.attributeSet.hasOwnProperty("positionWC")&&i.enabled;return{vertexLines:n,fragmentLines:i,vertexLinesEnabled:n.enabled,fragmentLinesEnabled:i.enabled,customShaderEnabled:n.enabled||i.enabled,shouldComputePositionWC:s}}function n3e(e,t){let n,i=xs.STRUCT_ID_ATTRIBUTES_VS;e.addStruct(i,xs.STRUCT_NAME_ATTRIBUTES,Te.VERTEX);let o=t.attributeFields;for(n=0;n<o.length;n++){let a=o[n],c=a[0],u=a[1];e.addStructField(i,c,u)}i=xs.STRUCT_ID_VERTEX_INPUT,e.addStruct(i,xs.STRUCT_NAME_VERTEX_INPUT,Te.VERTEX),e.addStructField(i,xs.STRUCT_NAME_ATTRIBUTES,"attributes"),e.addStructField(i,oy.STRUCT_NAME_FEATURE_IDS,"featureIds"),e.addStructField(i,Of.STRUCT_NAME_METADATA,"metadata"),e.addStructField(i,Of.STRUCT_NAME_METADATA_CLASS,"metadataClass"),e.addStructField(i,Of.STRUCT_NAME_METADATA_STATISTICS,"metadataStatistics");let r=xs.FUNCTION_ID_INITIALIZE_INPUT_STRUCT_VS;e.addFunction(r,xs.FUNCTION_SIGNATURE_INITIALIZE_INPUT_STRUCT_VS,Te.VERTEX);let s=t.initializationLines;e.addFunctionLines(r,s)}function i3e(e,t){let n,i=xs.STRUCT_ID_ATTRIBUTES_FS;e.addStruct(i,xs.STRUCT_NAME_ATTRIBUTES,Te.FRAGMENT);let o,r,s,a=t.attributeFields;for(n=0;n<a.length;n++)o=a[n],r=o[0],s=o[1],e.addStructField(i,r,s);i=xs.STRUCT_ID_FRAGMENT_INPUT,e.addStruct(i,xs.STRUCT_NAME_FRAGMENT_INPUT,Te.FRAGMENT),e.addStructField(i,xs.STRUCT_NAME_ATTRIBUTES,"attributes"),e.addStructField(i,oy.STRUCT_NAME_FEATURE_IDS,"featureIds"),e.addStructField(i,Of.STRUCT_NAME_METADATA,"metadata"),e.addStructField(i,Of.STRUCT_NAME_METADATA_CLASS,"metadataClass"),e.addStructField(i,Of.STRUCT_NAME_METADATA_STATISTICS,"metadataStatistics");let c=xs.FUNCTION_ID_INITIALIZE_INPUT_STRUCT_FS;e.addFunction(c,xs.FUNCTION_SIGNATURE_INITIALIZE_INPUT_STRUCT_FS,Te.FRAGMENT);let u=t.initializationLines;e.addFunctionLines(c,u)}var o3e=[];function r3e(e,t,n){let i=n.vertexLines,o=o3e;i.enabled&&(n3e(e,i),o.length=0,o.push("#line 0",t.vertexShaderText,zM),e.addVertexLines(o));let r=n.fragmentLines;r.enabled&&(i3e(e,r),o.length=0,o.push("#line 0",t.fragmentShaderText,HM),e.addFragmentLines(o))}var YM=xs;var GS={name:"DequantizationPipelineStage",FUNCTION_ID_DEQUANTIZATION_STAGE_VS:"dequantizationStage",FUNCTION_SIGNATURE_DEQUANTIZATION_STAGE_VS:"void dequantizationStage(inout ProcessedAttributes attributes)"};GS.process=function(e,t,n){let i=e.shaderBuilder,o=e.model,r=l(o.classificationType);i.addDefine("USE_DEQUANTIZATION",void 0,Te.VERTEX),i.addFunction(GS.FUNCTION_ID_DEQUANTIZATION_STAGE_VS,GS.FUNCTION_SIGNATURE_DEQUANTIZATION_STAGE_VS,Te.VERTEX);let s=t.attributes;for(let a=0;a<s.length;a++){let c=s[a],u=c.quantization;if(!l(u))continue;let f=c.semantic===yt.POSITION,d=c.semantic===yt.TEXCOORD;if(r&&!f&&!d)continue;let p=en.getAttributeInfo(c);a3e(i,p),s3e(e,p)}};function s3e(e,t){let n=e.shaderBuilder,i=e.uniformMap,o=t.variableName,r=t.attribute.quantization;if(r.octEncoded){let s=`model_normalizationRange_${o}`;n.addUniform("float",s,Te.VERTEX),i[s]=function(){return r.normalizationRange}}else{let s=`model_quantizedVolumeOffset_${o}`,a=`model_quantizedVolumeStepSize_${o}`,c=t.glslType;n.addUniform(c,s,Te.VERTEX),n.addUniform(c,a,Te.VERTEX);let u=r.quantizedVolumeOffset,f=r.quantizedVolumeStepSize;/^color_\d+$/.test(o)&&(u=gte(u,0),f=gte(f,1)),i[s]=function(){return u},i[a]=function(){return f}}}function gte(e,t){return e instanceof se?e:new se(e.x,e.y,e.z,t)}function a3e(e,t){let n=t.variableName,i=t.attribute.quantization,o;i.octEncoded?o=c3e(n,i):o=l3e(n),e.addFunctionLines(GS.FUNCTION_ID_DEQUANTIZATION_STAGE_VS,[o])}function c3e(e,t){let n=`attributes.${e}`,i=`a_quantized_${e}`,o=`model_normalizationRange_${e}`,r=t.octEncodedZXY?".zxy":".xyz";return`${n} = czm_octDecode(${i}, ${o})${r};`}function l3e(e){let t=`attributes.${e}`,n=`a_quantized_${e}`,i=`model_quantizedVolumeOffset_${e}`,o=`model_quantizedVolumeStepSize_${e}`;return`${t} = ${i} + ${n} * ${o};`}var XM=GS;var KM=`void geometryStage(out ProcessedAttributes attributes)
{
attributes.positionMC = v_positionMC;
attributes.positionEC = v_positionEC;
#ifdef COMPUTE_POSITION_WC_CUSTOM_SHADER
attributes.positionWC = v_positionWC;
#endif
#ifdef HAS_NORMALS
attributes.normalEC = normalize(v_normalEC);
#endif
#ifdef HAS_TANGENTS
attributes.tangentEC = normalize(v_tangentEC);
#endif
#ifdef HAS_BITANGENTS
attributes.bitangentEC = normalize(v_bitangentEC);
#endif
setDynamicVaryings(attributes);
}
`;var JM=`vec4 geometryStage(inout ProcessedAttributes attributes, mat4 modelView, mat3 normal)
{
vec4 computedPosition;
vec3 positionMC = attributes.positionMC;
v_positionMC = positionMC;
v_positionEC = (modelView * vec4(positionMC, 1.0)).xyz;
#if defined(USE_2D_POSITIONS) || defined(USE_2D_INSTANCING)
vec3 position2D = attributes.position2D;
vec3 positionEC = (u_modelView2D * vec4(position2D, 1.0)).xyz;
computedPosition = czm_projection * vec4(positionEC, 1.0);
#else
computedPosition = czm_projection * vec4(v_positionEC, 1.0);
#endif
#if defined(COMPUTE_POSITION_WC_CUSTOM_SHADER) || defined(COMPUTE_POSITION_WC_STYLE)
v_positionWC = (czm_model * vec4(positionMC, 1.0)).xyz;
#endif
#ifdef HAS_NORMALS
v_normalEC = normalize(normal * attributes.normalMC);
#endif
#ifdef HAS_TANGENTS
v_tangentEC = normalize(normal * attributes.tangentMC);
#endif
#ifdef HAS_BITANGENTS
v_bitangentEC = normalize(normal * attributes.bitangentMC);
#endif
setDynamicVaryings(attributes);
return computedPosition;
}
`;var WS=`vec2 computeSt(float featureId)
{
float stepX = model_textureStep.x;
float centerX = model_textureStep.y;
#ifdef MULTILINE_BATCH_TEXTURE
float stepY = model_textureStep.z;
float centerY = model_textureStep.w;
float xId = mod(featureId, model_textureDimensions.x);
float yId = floor(featureId / model_textureDimensions.x);
return vec2(centerX + (xId * stepX), centerY + (yId * stepY));
#else
return vec2(centerX + (featureId * stepX), 0.5);
#endif
}
void selectedFeatureIdStage(out SelectedFeature feature, FeatureIds featureIds)
{
int featureId = featureIds.SELECTED_FEATURE_ID;
if (featureId < model_featuresLength)
{
vec2 featureSt = computeSt(float(featureId));
feature.id = featureId;
feature.st = featureSt;
feature.color = texture2D(model_batchTexture, featureSt);
}
else
{
feature.id = model_featuresLength + 1;
feature.st = vec2(0.0);
feature.color = vec4(1.0);
}
#ifdef HAS_NULL_FEATURE_ID
if (featureId == model_nullFeatureId) {
feature.id = featureId;
feature.st = vec2(0.0);
feature.color = vec4(1.0);
}
#endif
}
`;var jS={name:"SelectedFeatureIdPipelineStage",STRUCT_ID_SELECTED_FEATURE:"SelectedFeature",STRUCT_NAME_SELECTED_FEATURE:"SelectedFeature",FUNCTION_ID_FEATURE_VARYINGS_VS:"updateFeatureStructVS",FUNCTION_ID_FEATURE_VARYINGS_FS:"updateFeatureStructFS",FUNCTION_SIGNATURE_UPDATE_FEATURE:"void updateFeatureStruct(inout SelectedFeature feature)"};jS.process=function(e,t,n){let i=e.shaderBuilder;e.hasPropertyTable=!0;let o=e.model,r=e.runtimeNode.node,s=u3e(o,r,t),a=s.shaderDestination;i.addDefine("HAS_SELECTED_FEATURE_ID",void 0,a),i.addDefine("SELECTED_FEATURE_ID",s.variableName,a),i.addDefine(s.featureIdDefine,void 0,a),f3e(i);let c=s.featureIds.nullFeatureId,u=e.uniformMap;l(c)&&(i.addDefine("HAS_NULL_FEATURE_ID",void 0,a),i.addUniform("int","model_nullFeatureId",a),u.model_nullFeatureId=function(){return c}),s.shaderDestination===Te.BOTH&&i.addVertexLines(WS),i.addFragmentLines(WS)};function yte(e){return e instanceof St.FeatureIdTexture?"HAS_SELECTED_FEATURE_ID_TEXTURE":"HAS_SELECTED_FEATURE_ID_ATTRIBUTE"}function Ate(e){return e instanceof St.FeatureIdTexture?Te.FRAGMENT:Te.BOTH}function u3e(e,t,n){let i,o;return l(t.instances)&&(o=en.getFeatureIdsByLabel(t.instances.featureIds,e.instanceFeatureIdLabel),l(o))?(i=y(o.label,o.positionalLabel),{featureIds:o,variableName:i,shaderDestination:Ate(o),featureIdDefine:yte(o)}):(o=en.getFeatureIdsByLabel(n.featureIds,e.featureIdLabel),i=y(o.label,o.positionalLabel),{featureIds:o,variableName:i,shaderDestination:Ate(o),featureIdDefine:yte(o)})}function f3e(e){e.addStructField(jS.STRUCT_ID_SELECTED_FEATURE,"int","id"),e.addStructField(jS.STRUCT_ID_SELECTED_FEATURE,"vec2","st"),e.addStructField(jS.STRUCT_ID_SELECTED_FEATURE,"vec4","color")}var sy=jS;var ls={name:"GeometryPipelineStage",STRUCT_ID_PROCESSED_ATTRIBUTES_VS:"ProcessedAttributesVS",STRUCT_ID_PROCESSED_ATTRIBUTES_FS:"ProcessedAttributesFS",STRUCT_NAME_PROCESSED_ATTRIBUTES:"ProcessedAttributes",FUNCTION_ID_INITIALIZE_ATTRIBUTES:"initializeAttributes",FUNCTION_SIGNATURE_INITIALIZE_ATTRIBUTES:"void initializeAttributes(out ProcessedAttributes attributes)",FUNCTION_ID_SET_DYNAMIC_VARYINGS_VS:"setDynamicVaryingsVS",FUNCTION_ID_SET_DYNAMIC_VARYINGS_FS:"setDynamicVaryingsFS",FUNCTION_SIGNATURE_SET_DYNAMIC_VARYINGS:"void setDynamicVaryings(inout ProcessedAttributes attributes)"};ls.process=function(e,t,n){let i=e.shaderBuilder,o=e.model;i.addStruct(ls.STRUCT_ID_PROCESSED_ATTRIBUTES_VS,"ProcessedAttributes",Te.VERTEX),i.addStruct(ls.STRUCT_ID_PROCESSED_ATTRIBUTES_FS,"ProcessedAttributes",Te.FRAGMENT),i.addStruct(sy.STRUCT_ID_SELECTED_FEATURE,sy.STRUCT_NAME_SELECTED_FEATURE,Te.BOTH),i.addFunction(ls.FUNCTION_ID_INITIALIZE_ATTRIBUTES,ls.FUNCTION_SIGNATURE_INITIALIZE_ATTRIBUTES,Te.VERTEX),i.addVarying("vec3","v_positionWC"),i.addVarying("vec3","v_positionEC"),i.addStructField(ls.STRUCT_ID_PROCESSED_ATTRIBUTES_FS,"vec3","positionWC"),i.addStructField(ls.STRUCT_ID_PROCESSED_ATTRIBUTES_FS,"vec3","positionEC"),i.addFunction(ls.FUNCTION_ID_SET_DYNAMIC_VARYINGS_VS,ls.FUNCTION_SIGNATURE_SET_DYNAMIC_VARYINGS,Te.VERTEX),i.addFunction(ls.FUNCTION_ID_SET_DYNAMIC_VARYINGS_FS,ls.FUNCTION_SIGNATURE_SET_DYNAMIC_VARYINGS,Te.FRAGMENT),o.type===ar.TILE_PNTS&&i.addDefine("HAS_SRGB_COLOR",void 0,Te.FRAGMENT);let s=n.mode!==ee.SCENE3D&&!n.scene3DOnly&&o._projectTo2D,a=l(e.runtimeNode.node.instances),c=s&&!a,u=t.attributes.length;for(let f=0;f<u;f++){let d=t.attributes[f],p=$t.getAttributeLocationCount(d.type),g=d.semantic===yt.POSITION,m;p>1?(m=e.attributeIndex,e.attributeIndex+=p):g&&!c?m=0:m=e.attributeIndex++,d3e(e,d,m,p,s,a)}x3e(i,t.attributes),t.primitiveType===Oe.POINTS&&i.addDefine("PRIMITIVE_TYPE_POINTS"),i.addVertexLines(JM),i.addFragmentLines(KM)};function d3e(e,t,n,i,o,r){let s=e.shaderBuilder,a=en.getAttributeInfo(t),c=o&&!r;i>1?p3e(e,t,n,i):m3e(e,t,n,c),g3e(s,a,c),_3e(s,a),l(t.semantic)&&h3e(s,t),y3e(s,a,o),A3e(s,a,c),C3e(s,a)}function h3e(e,t){let n=t.semantic,i=t.setIndex;switch(n){case yt.NORMAL:e.addDefine("HAS_NORMALS");break;case yt.TANGENT:e.addDefine("HAS_TANGENTS");break;case yt.FEATURE_ID:e.addDefine(`HAS${n}_${i}`);break;case yt.TEXCOORD:case yt.COLOR:e.addDefine(`HAS_${n}_${i}`)}}function m3e(e,t,n,i){let o=t.quantization,r,s;l(o)?(r=o.type,s=o.componentDatatype):(r=t.type,s=t.componentDatatype);let a=t.semantic,c=t.setIndex;a===yt.FEATURE_ID&&c>=e.featureIdVertexAttributeSetIndex&&(e.featureIdVertexAttributeSetIndex=c+1);let u=a===yt.POSITION,f=u?0:n,d=$t.getNumberOfComponents(r),p={index:f,value:l(t.buffer)?void 0:t.constant,vertexBuffer:t.buffer,count:t.count,componentsPerAttribute:d,componentDatatype:s,offsetInBytes:t.byteOffset,strideInBytes:t.byteStride,normalize:t.normalized};if(e.attributes.push(p),!u||!i)return;let g=e.runtimePrimitive.positionBuffer2D,m={index:n,vertexBuffer:g,count:t.count,componentsPerAttribute:d,componentDatatype:K.FLOAT,offsetInBytes:0,strideInBytes:void 0,normalize:t.normalized};e.attributes.push(m)}function p3e(e,t,n,i){let o=t.quantization,r,s;l(o)?(r=o.type,s=o.componentDatatype):(r=t.type,s=t.componentDatatype);let a=t.normalized,u=$t.getNumberOfComponents(r)/i,f=K.getSizeInBytes(s),d=u*f,p=t.byteStride;for(let g=0;g<i;g++){let m=t.byteOffset+g*d,A={index:n+g,vertexBuffer:t.buffer,componentsPerAttribute:u,componentDatatype:s,offsetInBytes:m,strideInBytes:p,normalize:a};e.attributes.push(A)}}function _3e(e,t){let n=t.variableName,i=`v_${n}`,o;n==="normalMC"?(i="v_normalEC",o=t.glslType):n==="tangentMC"?(o="vec3",i="v_tangentEC"):o=t.glslType,e.addVarying(o,i)}function g3e(e,t,n){let i=t.attribute.semantic,o=t.variableName,r,s;t.isQuantized?(r=`a_quantized_${o}`,s=t.quantizedGlslType):(r=`a_${o}`,s=t.glslType);let a=i===yt.POSITION;a?e.setPositionAttribute(s,r):e.addAttribute(s,r),a&&n&&e.addAttribute("vec3","a_position2D")}function y3e(e,t,n){let i=ls.STRUCT_ID_PROCESSED_ATTRIBUTES_VS,o=ls.STRUCT_ID_PROCESSED_ATTRIBUTES_FS,r=t.variableName;r==="tangentMC"?(e.addStructField(i,"vec3","tangentMC"),e.addStructField(i,"float","tangentSignMC"),e.addStructField(o,"vec3","tangentEC")):r==="normalMC"?(e.addStructField(i,"vec3","normalMC"),e.addStructField(o,"vec3","normalEC")):(e.addStructField(i,t.glslType,r),e.addStructField(o,t.glslType,r)),r==="positionMC"&&n&&e.addStructField(i,"vec3","position2D")}function A3e(e,t,n){let i=ls.FUNCTION_ID_INITIALIZE_ATTRIBUTES,o=t.variableName;if(o==="positionMC"&&n){let a="attributes.position2D = a_position2D;";e.addFunctionLines(i,[a])}if(t.isQuantized)return;let s=[];o==="tangentMC"?(s.push("attributes.tangentMC = a_tangentMC.xyz;"),s.push("attributes.tangentSignMC = a_tangentMC.w;")):s.push(`attributes.${o} = a_${o};`),e.addFunctionLines(i,s)}function C3e(e,t){let n=t.attribute.semantic,i=t.attribute.setIndex;if(l(n)&&!l(i))return;let o=ls.FUNCTION_ID_SET_DYNAMIC_VARYINGS_VS,r=t.variableName,s=`v_${r} = attributes.${r};`;e.addFunctionLines(o,[s]),o=ls.FUNCTION_ID_SET_DYNAMIC_VARYINGS_FS,s=`attributes.${r} = v_${r};`,e.addFunctionLines(o,[s])}function x3e(e,t){let n=!1,i=!1;for(let o=0;o<t.length;o++){let r=t[o];r.semantic===yt.NORMAL?n=!0:r.semantic===yt.TANGENT&&(i=!0)}!n||!i||(e.addDefine("HAS_BITANGENTS"),e.addVarying("vec3","v_bitangentEC"),e.addStructField(ls.STRUCT_ID_PROCESSED_ATTRIBUTES_VS,"vec3","bitangentMC"),e.addStructField(ls.STRUCT_ID_PROCESSED_ATTRIBUTES_FS,"vec3","bitangentEC"))}var ZM=ls;var QM=`#ifdef LIGHTING_PBR
vec3 computePbrLighting(czm_modelMaterial inputMaterial, ProcessedAttributes attributes)
{
czm_pbrParameters pbrParameters;
pbrParameters.diffuseColor = inputMaterial.diffuse;
pbrParameters.f0 = inputMaterial.specular;
pbrParameters.roughness = inputMaterial.roughness;
#ifdef USE_CUSTOM_LIGHT_COLOR
vec3 lightColorHdr = model_lightColorHdr;
#else
vec3 lightColorHdr = czm_lightColorHdr;
#endif
vec3 color = inputMaterial.diffuse;
#ifdef HAS_NORMALS
color = czm_pbrLighting(
attributes.positionEC,
inputMaterial.normalEC,
czm_lightDirectionEC,
lightColorHdr,
pbrParameters
);
#ifdef USE_IBL_LIGHTING
color += imageBasedLightingStage(
attributes.positionEC,
inputMaterial.normalEC,
czm_lightDirectionEC,
lightColorHdr,
pbrParameters
);
#endif
#endif
color *= inputMaterial.occlusion;
color += inputMaterial.emissive;
#ifndef HDR
color = czm_acesTonemapping(color);
#endif
return color;
}
#endif
void lightingStage(inout czm_modelMaterial material, ProcessedAttributes attributes)
{
vec3 color = vec3(0.0);
#ifdef LIGHTING_PBR
color = computePbrLighting(material, attributes);
#else // unlit
color = material.diffuse;
#endif
#ifdef HAS_POINT_CLOUD_COLOR_STYLE
color = czm_gammaCorrect(color);
#elif !defined(HDR)
color = czm_linearToSrgb(color);
#endif
material.diffuse = color;
}
`;var T3e={UNLIT:0,PBR:1},Fm=Object.freeze(T3e);var Cte={name:"LightingPipelineStage"};Cte.process=function(e,t){let n=e.model,i=e.lightingOptions,o=e.shaderBuilder;if(l(n.lightColor)){o.addDefine("USE_CUSTOM_LIGHT_COLOR",void 0,Te.FRAGMENT),o.addUniform("vec3","model_lightColorHdr",Te.FRAGMENT);let s=e.uniformMap;s.model_lightColorHdr=function(){return n.lightColor}}i.lightingModel===Fm.PBR?o.addDefine("LIGHTING_PBR",void 0,Te.FRAGMENT):o.addDefine("LIGHTING_UNLIT",void 0,Te.FRAGMENT),o.addFragmentLines(QM)};var $M=Cte;var eL=`bool isDefaultStyleColor(vec3 color)
{
return all(greaterThan(color, vec3(1.0 - czm_epsilon3)));
}
vec3 blend(vec3 sourceColor, vec3 styleColor, float styleColorBlend)
{
vec3 blendColor = mix(sourceColor, styleColor, styleColorBlend);
vec3 color = isDefaultStyleColor(styleColor.rgb) ? sourceColor : blendColor;
return color;
}
vec2 computeTextureTransform(vec2 texCoord, mat3 textureTransform)
{
return vec2(textureTransform * vec3(texCoord, 1.0));
}
#ifdef HAS_NORMALS
vec3 computeNormal(ProcessedAttributes attributes)
{
vec3 ng = attributes.normalEC;
vec3 normal = ng;
#if defined(HAS_NORMAL_TEXTURE) && !defined(HAS_WIREFRAME)
vec2 normalTexCoords = TEXCOORD_NORMAL;
#ifdef HAS_NORMAL_TEXTURE_TRANSFORM
normalTexCoords = computeTextureTransform(normalTexCoords, u_normalTextureTransform);
#endif
#ifdef HAS_BITANGENTS
vec3 t = attributes.tangentEC;
vec3 b = attributes.bitangentEC;
mat3 tbn = mat3(t, b, ng);
vec3 n = texture2D(u_normalTexture, normalTexCoords).rgb;
normal = normalize(tbn * (2.0 * n - 1.0));
#elif defined(GL_OES_standard_derivatives)
vec3 positionEC = attributes.positionEC;
vec3 pos_dx = dFdx(positionEC);
vec3 pos_dy = dFdy(positionEC);
vec3 tex_dx = dFdx(vec3(normalTexCoords,0.0));
vec3 tex_dy = dFdy(vec3(normalTexCoords,0.0));
vec3 t = (tex_dy.t * pos_dx - tex_dx.t * pos_dy) / (tex_dx.s * tex_dy.t - tex_dy.s * tex_dx.t);
t = normalize(t - ng * dot(ng, t));
vec3 b = normalize(cross(ng, t));
mat3 tbn = mat3(t, b, ng);
vec3 n = texture2D(u_normalTexture, normalTexCoords).rgb;
normal = normalize(tbn * (2.0 * n - 1.0));
#endif
#endif
#ifdef HAS_DOUBLE_SIDED_MATERIAL
if (czm_backFacing()) {
normal = -normal;
}
#endif
return normal;
}
#endif
void materialStage(inout czm_modelMaterial material, ProcessedAttributes attributes, SelectedFeature feature)
{
#ifdef HAS_NORMALS
material.normalEC = computeNormal(attributes);
#endif
vec4 baseColorWithAlpha = vec4(1.0);
#ifdef HAS_BASE_COLOR_TEXTURE
vec2 baseColorTexCoords = TEXCOORD_BASE_COLOR;
#ifdef HAS_BASE_COLOR_TEXTURE_TRANSFORM
baseColorTexCoords = computeTextureTransform(baseColorTexCoords, u_baseColorTextureTransform);
#endif
baseColorWithAlpha = czm_srgbToLinear(texture2D(u_baseColorTexture, baseColorTexCoords));
#ifdef HAS_BASE_COLOR_FACTOR
baseColorWithAlpha *= u_baseColorFactor;
#endif
#elif defined(HAS_BASE_COLOR_FACTOR)
baseColorWithAlpha = u_baseColorFactor;
#endif
#ifdef HAS_POINT_CLOUD_COLOR_STYLE
baseColorWithAlpha = v_pointCloudColor;
#elif defined(HAS_COLOR_0)
vec4 color = attributes.color_0;
#ifdef HAS_SRGB_COLOR
color = czm_srgbToLinear(color);
#endif
baseColorWithAlpha *= color;
#endif
material.diffuse = baseColorWithAlpha.rgb;
material.alpha = baseColorWithAlpha.a;
#ifdef USE_CPU_STYLING
material.diffuse = blend(material.diffuse, feature.color.rgb, model_colorBlend);
#endif
#ifdef HAS_OCCLUSION_TEXTURE
vec2 occlusionTexCoords = TEXCOORD_OCCLUSION;
#ifdef HAS_OCCLUSION_TEXTURE_TRANSFORM
occlusionTexCoords = computeTextureTransform(occlusionTexCoords, u_occlusionTextureTransform);
#endif
material.occlusion = texture2D(u_occlusionTexture, occlusionTexCoords).r;
#endif
#ifdef HAS_EMISSIVE_TEXTURE
vec2 emissiveTexCoords = TEXCOORD_EMISSIVE;
#ifdef HAS_EMISSIVE_TEXTURE_TRANSFORM
emissiveTexCoords = computeTextureTransform(emissiveTexCoords, u_emissiveTextureTransform);
#endif
vec3 emissive = czm_srgbToLinear(texture2D(u_emissiveTexture, emissiveTexCoords).rgb);
#ifdef HAS_EMISSIVE_FACTOR
emissive *= u_emissiveFactor;
#endif
material.emissive = emissive;
#elif defined(HAS_EMISSIVE_FACTOR)
material.emissive = u_emissiveFactor;
#endif
#if defined(LIGHTING_PBR) && defined(USE_SPECULAR_GLOSSINESS)
#ifdef HAS_SPECULAR_GLOSSINESS_TEXTURE
vec2 specularGlossinessTexCoords = TEXCOORD_SPECULAR_GLOSSINESS;
#ifdef HAS_SPECULAR_GLOSSINESS_TEXTURE_TRANSFORM
specularGlossinessTexCoords = computeTextureTransform(specularGlossinessTexCoords, u_specularGlossinessTextureTransform);
#endif
vec4 specularGlossiness = czm_srgbToLinear(texture2D(u_specularGlossinessTexture, specularGlossinessTexCoords));
vec3 specular = specularGlossiness.rgb;
float glossiness = specularGlossiness.a;
#ifdef HAS_SPECULAR_FACTOR
specular *= u_specularFactor;
#endif
#ifdef HAS_GLOSSINESS_FACTOR
glossiness *= u_glossinessFactor;
#endif
#else
#ifdef HAS_SPECULAR_FACTOR
vec3 specular = clamp(u_specularFactor, vec3(0.0), vec3(1.0));
#else
vec3 specular = vec3(1.0);
#endif
#ifdef HAS_GLOSSINESS_FACTOR
float glossiness = clamp(u_glossinessFactor, 0.0, 1.0);
#else
float glossiness = 1.0;
#endif
#endif
#ifdef HAS_DIFFUSE_TEXTURE
vec2 diffuseTexCoords = TEXCOORD_DIFFUSE;
#ifdef HAS_DIFFUSE_TEXTURE_TRANSFORM
diffuseTexCoords = computeTextureTransform(diffuseTexCoords, u_diffuseTextureTransform);
#endif
vec4 diffuse = czm_srgbToLinear(texture2D(u_diffuseTexture, diffuseTexCoords));
#ifdef HAS_DIFFUSE_FACTOR
diffuse *= u_diffuseFactor;
#endif
#elif defined(HAS_DIFFUSE_FACTOR)
vec4 diffuse = clamp(u_diffuseFactor, vec4(0.0), vec4(1.0));
#else
vec4 diffuse = vec4(1.0);
#endif
czm_pbrParameters parameters = czm_pbrSpecularGlossinessMaterial(
diffuse.rgb,
specular,
glossiness
);
material.diffuse = parameters.diffuseColor;
material.alpha = diffuse.a;
material.specular = parameters.f0;
material.roughness = parameters.roughness;
#elif defined(LIGHTING_PBR)
#ifdef HAS_METALLIC_ROUGHNESS_TEXTURE
vec2 metallicRoughnessTexCoords = TEXCOORD_METALLIC_ROUGHNESS;
#ifdef HAS_METALLIC_ROUGHNESS_TEXTURE_TRANSFORM
metallicRoughnessTexCoords = computeTextureTransform(metallicRoughnessTexCoords, u_metallicRoughnessTextureTransform);
#endif
vec3 metallicRoughness = texture2D(u_metallicRoughnessTexture, metallicRoughnessTexCoords).rgb;
float metalness = clamp(metallicRoughness.b, 0.0, 1.0);
float roughness = clamp(metallicRoughness.g, 0.04, 1.0);
#ifdef HAS_METALLIC_FACTOR
metalness *= u_metallicFactor;
#endif
#ifdef HAS_ROUGHNESS_FACTOR
roughness *= u_roughnessFactor;
#endif
#else
#ifdef HAS_METALLIC_FACTOR
float metalness = clamp(u_metallicFactor, 0.0, 1.0);
#else
float metalness = 1.0;
#endif
#ifdef HAS_ROUGHNESS_FACTOR
float roughness = clamp(u_roughnessFactor, 0.04, 1.0);
#else
float roughness = 1.0;
#endif
#endif
czm_pbrParameters parameters = czm_pbrMetallicRoughnessMaterial(
material.diffuse,
metalness,
roughness
);
material.diffuse = parameters.diffuseColor;
material.specular = parameters.f0;
material.roughness = parameters.roughness;
#endif
}
`;var E3e=St.Material,d5=St.MetallicRoughness,h5=St.SpecularGlossiness,xte={name:"MaterialPipelineStage",_processTexture:D_,_processTextureTransform:Tte};xte.process=function(e,t,n){let i=t.material,o=e.model,r=l(o.classificationType),s=r,a=e.uniformMap,c=e.shaderBuilder,u=n.context.defaultTexture,f=n.context.defaultNormalTexture,d=n.context.defaultEmissiveTexture;b3e(i,a,c,u,f,d,s),l(i.specularGlossiness)?S3e(i,a,c,u,s):w3e(i,a,c,u,s);let p=en.getAttributeBySemantic(t,yt.NORMAL),g=e.lightingOptions;i.unlit||!p||r?g.lightingModel=Fm.UNLIT:g.lightingModel=Fm.PBR;let m=o.backFaceCulling&&!i.doubleSided;e.renderStateOptions.cull.enabled=m;let A=e.alphaOptions;i.alphaMode===Dm.BLEND?A.pass=xe.TRANSLUCENT:i.alphaMode===Dm.MASK&&(A.alphaCutoff=i.alphaCutoff),c.addFragmentLines(eL),i.doubleSided&&c.addDefine("HAS_DOUBLE_SIDED_MATERIAL",void 0,Te.BOTH)};function Tte(e,t,n,i,o){let r=`HAS_${o}_TEXTURE_TRANSFORM`;e.addDefine(r,void 0,Te.FRAGMENT);let s=`${i}Transform`;e.addUniform("mat3",s,Te.FRAGMENT),t[s]=function(){return n.transform}}function D_(e,t,n,i,o,r){e.addUniform("sampler2D",i,Te.FRAGMENT),t[i]=function(){return y(n.texture,r)};let s=`HAS_${o}_TEXTURE`;e.addDefine(s,void 0,Te.FRAGMENT);let c=`v_texCoord_${n.texCoord}`,u=`TEXCOORD_${o}`;e.addDefine(u,c,Te.FRAGMENT);let f=n.transform;l(f)&&!Q.equals(f,Q.IDENTITY)&&Tte(e,t,n,i,o)}function b3e(e,t,n,i,o,r,s){let a=e.emissiveTexture;l(a)&&!s&&D_(n,t,a,"u_emissiveTexture","EMISSIVE",r);let c=e.emissiveFactor;l(c)&&!h.equals(c,E3e.DEFAULT_EMISSIVE_FACTOR)&&(n.addUniform("vec3","u_emissiveFactor",Te.FRAGMENT),t.u_emissiveFactor=function(){return e.emissiveFactor},n.addDefine("HAS_EMISSIVE_FACTOR",void 0,Te.FRAGMENT));let u=e.normalTexture;l(u)&&!s&&D_(n,t,u,"u_normalTexture","NORMAL",o);let f=e.occlusionTexture;l(f)&&!s&&D_(n,t,f,"u_occlusionTexture","OCCLUSION",i)}function S3e(e,t,n,i,o){let r=e.specularGlossiness;n.addDefine("USE_SPECULAR_GLOSSINESS",void 0,Te.FRAGMENT);let s=r.diffuseTexture;l(s)&&!o&&D_(n,t,s,"u_diffuseTexture","DIFFUSE",i);let a=r.diffuseFactor;l(a)&&!se.equals(a,h5.DEFAULT_DIFFUSE_FACTOR)&&(n.addUniform("vec4","u_diffuseFactor",Te.FRAGMENT),t.u_diffuseFactor=function(){return r.diffuseFactor},n.addDefine("HAS_DIFFUSE_FACTOR",void 0,Te.FRAGMENT));let c=r.specularGlossinessTexture;l(c)&&!o&&D_(n,t,c,"u_specularGlossinessTexture","SPECULAR_GLOSSINESS",i);let u=r.specularFactor;l(u)&&!h.equals(u,h5.DEFAULT_SPECULAR_FACTOR)&&(n.addUniform("vec3","u_specularFactor",Te.FRAGMENT),t.u_specularFactor=function(){return r.specularFactor},n.addDefine("HAS_SPECULAR_FACTOR",void 0,Te.FRAGMENT));let f=r.glossinessFactor;l(f)&&f!==h5.DEFAULT_GLOSSINESS_FACTOR&&(n.addUniform("float","u_glossinessFactor",Te.FRAGMENT),t.u_glossinessFactor=function(){return r.glossinessFactor},n.addDefine("HAS_GLOSSINESS_FACTOR",void 0,Te.FRAGMENT))}function w3e(e,t,n,i,o){let r=e.metallicRoughness;n.addDefine("USE_METALLIC_ROUGHNESS",void 0,Te.FRAGMENT);let s=r.baseColorTexture;l(s)&&!o&&D_(n,t,s,"u_baseColorTexture","BASE_COLOR",i);let a=r.baseColorFactor;l(a)&&!se.equals(a,d5.DEFAULT_BASE_COLOR_FACTOR)&&(n.addUniform("vec4","u_baseColorFactor",Te.FRAGMENT),t.u_baseColorFactor=function(){return r.baseColorFactor},n.addDefine("HAS_BASE_COLOR_FACTOR",void 0,Te.FRAGMENT));let c=r.metallicRoughnessTexture;l(c)&&!o&&D_(n,t,c,"u_metallicRoughnessTexture","METALLIC_ROUGHNESS",i);let u=r.metallicFactor;l(u)&&u!==d5.DEFAULT_METALLIC_FACTOR&&(n.addUniform("float","u_metallicFactor",Te.FRAGMENT),t.u_metallicFactor=function(){return r.metallicFactor},n.addDefine("HAS_METALLIC_FACTOR",void 0,Te.FRAGMENT));let f=r.roughnessFactor;l(f)&&f!==d5.DEFAULT_ROUGHNESS_FACTOR&&(n.addUniform("float","u_roughnessFactor",Te.FRAGMENT),t.u_roughnessFactor=function(){return r.roughnessFactor},n.addDefine("HAS_ROUGHNESS_FACTOR",void 0,Te.FRAGMENT))}var tL=xte;var nL=`void morphTargetsStage(inout ProcessedAttributes attributes)
{
vec3 positionMC = attributes.positionMC;
attributes.positionMC = getMorphedPosition(positionMC);
#ifdef HAS_NORMALS
vec3 normalMC = attributes.normalMC;
attributes.normalMC = getMorphedNormal(normalMC);
#endif
#ifdef HAS_TANGENTS
vec3 tangentMC = attributes.tangentMC;
attributes.tangentMC = getMorphedTangent(tangentMC);
#endif
}
`;var Js={name:"MorphTargetsPipelineStage",FUNCTION_ID_GET_MORPHED_POSITION:"getMorphedPosition",FUNCTION_SIGNATURE_GET_MORPHED_POSITION:"vec3 getMorphedPosition(in vec3 position)",FUNCTION_ID_GET_MORPHED_NORMAL:"getMorphedNormal",FUNCTION_SIGNATURE_GET_MORPHED_NORMAL:"vec3 getMorphedNormal(in vec3 normal)",FUNCTION_ID_GET_MORPHED_TANGENT:"getMorphedTangent",FUNCTION_SIGNATURE_GET_MORPHED_TANGENT:"vec3 getMorphedTangent(in vec3 tangent)"};Js.process=function(e,t){let n=e.shaderBuilder;n.addDefine("HAS_MORPH_TARGETS",void 0,Te.VERTEX),B3e(n);let i=t.morphTargets.length;for(let a=0;a<i;a++){let c=t.morphTargets[a].attributes,u=c.length;for(let f=0;f<u;f++){let d=c[f],p=d.semantic;p!==yt.POSITION&&p!==yt.NORMAL&&p!==yt.TANGENT||(v3e(e,d,e.attributeIndex,a),e.attributeIndex++)}}R3e(n);let r=e.runtimeNode.morphWeights.length;n.addUniform("float",`u_morphWeights[${r}]`,Te.VERTEX),n.addVertexLines(nL);let s={u_morphWeights:function(){return e.runtimeNode.morphWeights}};e.uniformMap=pt(s,e.uniformMap)};var D3e={attributeString:void 0,functionId:void 0};function v3e(e,t,n,i){let o=e.shaderBuilder;P3e(e,t,n);let r=I3e(t,D3e);O3e(o,r,i)}function P3e(e,t,n){let i={index:n,value:l(t.buffer)?void 0:t.constant,vertexBuffer:t.buffer,componentsPerAttribute:$t.getNumberOfComponents(t.type),componentDatatype:t.componentDatatype,offsetInBytes:t.byteOffset,strideInBytes:t.byteStride,normalize:t.normalized};e.attributes.push(i)}function I3e(e,t){switch(e.semantic){case yt.POSITION:t.attributeString="Position",t.functionId=Js.FUNCTION_ID_GET_MORPHED_POSITION;break;case yt.NORMAL:t.attributeString="Normal",t.functionId=Js.FUNCTION_ID_GET_MORPHED_NORMAL;break;case yt.TANGENT:t.attributeString="Tangent",t.functionId=Js.FUNCTION_ID_GET_MORPHED_TANGENT;break;default:break}return t}function O3e(e,t,n){let i=t.attributeString,o=`a_target${i}_${n}`,r=`morphed${i} += u_morphWeights[${n}] * a_target${i}_${n};`;e.addAttribute("vec3",o),e.addFunctionLines(t.functionId,[r])}function B3e(e){e.addFunction(Js.FUNCTION_ID_GET_MORPHED_POSITION,Js.FUNCTION_SIGNATURE_GET_MORPHED_POSITION,Te.VERTEX);let t="vec3 morphedPosition = position;";e.addFunctionLines(Js.FUNCTION_ID_GET_MORPHED_POSITION,[t]),e.addFunction(Js.FUNCTION_ID_GET_MORPHED_NORMAL,Js.FUNCTION_SIGNATURE_GET_MORPHED_NORMAL,Te.VERTEX);let n="vec3 morphedNormal = normal;";e.addFunctionLines(Js.FUNCTION_ID_GET_MORPHED_NORMAL,[n]),e.addFunction(Js.FUNCTION_ID_GET_MORPHED_TANGENT,Js.FUNCTION_SIGNATURE_GET_MORPHED_TANGENT,Te.VERTEX);let i="vec3 morphedTangent = tangent;";e.addFunctionLines(Js.FUNCTION_ID_GET_MORPHED_TANGENT,[i])}function R3e(e){let t="return morphedPosition;";e.addFunctionLines(Js.FUNCTION_ID_GET_MORPHED_POSITION,[t]);let n="return morphedNormal;";e.addFunctionLines(Js.FUNCTION_ID_GET_MORPHED_NORMAL,[n]);let i="return morphedTangent;";e.addFunctionLines(Js.FUNCTION_ID_GET_MORPHED_TANGENT,[i])}var iL=Js;var Ete={name:"PickingPipelineStage"};Ete.process=function(e,t,n){let i=n.context,o=e.runtimeNode,r=e.shaderBuilder,s=e.model,a=o.node.instances;if(e.hasPropertyTable)M3e(e,t,a,i);else if(l(a))L3e(e,i);else{let c=bte(e),u=i.createPickId(c);s._pipelineResources.push(u),s._pickIds.push(u),r.addUniform("vec4","czm_pickColor",Te.FRAGMENT);let f=e.uniformMap;f.czm_pickColor=function(){return u.color},e.pickId="czm_pickColor"}};function bte(e,t){let n=e.model;if(l(n.pickObject))return n.pickObject;let i={model:n,node:e.runtimeNode,primitive:e.runtimePrimitive},o;if(ar.is3DTiles(n.type)){let r=n.content;o={content:r,primitive:r.tileset,detail:i}}else o={primitive:n,detail:i};return o.id=n.id,l(t)&&(o.instanceId=t),o}function M3e(e,t,n){let i=e.model,o,r,s=i.featureIdLabel,a=i.instanceFeatureIdLabel;l(i.featureTableId)?o=i.featureTableId:l(n)?(r=en.getFeatureIdsByLabel(n.featureIds,a),o=r.propertyTableId):(r=en.getFeatureIdsByLabel(t.featureIds,s),o=r.propertyTableId);let c=i.featureTables[o];e.shaderBuilder.addUniform("sampler2D","model_pickTexture",Te.FRAGMENT);let f=c.batchTexture;e.uniformMap.model_pickTexture=function(){return y(f.pickTexture,f.defaultTexture)},e.pickId="((selectedFeature.id < int(model_featuresLength)) ? texture2D(model_pickTexture, selectedFeature.st) : vec4(0.0))"}function L3e(e,t){let n=e.instanceCount,i=new Array(n),o=new Uint8Array(n*4),r=e.model,s=r._pipelineResources;for(let d=0;d<n;d++){let p=bte(e,d),g=t.createPickId(p);s.push(g),i[d]=g;let m=g.color;o[d*4+0]=U.floatToByte(m.red),o[d*4+1]=U.floatToByte(m.green),o[d*4+2]=U.floatToByte(m.blue),o[d*4+3]=U.floatToByte(m.alpha)}r._pickIds=i;let a=rt.createVertexBuffer({context:t,typedArray:o,usage:Le.STATIC_DRAW});a.vertexArrayDestroyable=!1;let c=!1;r.statistics.addBuffer(a,c),s.push(a);let u={index:e.attributeIndex++,vertexBuffer:a,componentsPerAttribute:4,componentDatatype:K.UNSIGNED_BYTE,normalize:!0,offsetInBytes:0,strideInBytes:0,instanceDivisor:1};e.attributes.push(u);let f=e.shaderBuilder;f.addDefine("USE_PICKING",void 0,Te.BOTH),f.addAttribute("vec4","a_pickColor"),f.addVarying("vec4","v_pickColor"),e.pickId="v_pickColor"}var oL=Ete;var F3e={ADD:0,REPLACE:1},Dr=Object.freeze(F3e);var rL=`float getPointSizeFromAttenuation(vec3 positionEC) {
float pointSize = model_pointCloudParameters.x;
float geometricError = model_pointCloudParameters.y;
float depthMultiplier = model_pointCloudParameters.z;
float depth = -positionEC.z;
return min((geometricError / depth) * depthMultiplier, pointSize);
}
#ifdef HAS_POINT_CLOUD_SHOW_STYLE
float pointCloudShowStylingStage(in ProcessedAttributes attributes, in Metadata metadata) {
float tiles3d_tileset_time = model_pointCloudParameters.w;
return float(getShowFromStyle(attributes, metadata, tiles3d_tileset_time));
}
#endif
#ifdef HAS_POINT_CLOUD_COLOR_STYLE
vec4 pointCloudColorStylingStage(in ProcessedAttributes attributes, in Metadata metadata) {
float tiles3d_tileset_time = model_pointCloudParameters.w;
return getColorFromStyle(attributes, metadata, tiles3d_tileset_time);
}
#endif
#ifdef HAS_POINT_CLOUD_POINT_SIZE_STYLE
float pointCloudPointSizeStylingStage(in ProcessedAttributes attributes, in Metadata metadata) {
float tiles3d_tileset_time = model_pointCloudParameters.w;
return float(getPointSizeFromStyle(attributes, metadata, tiles3d_tileset_time));
}
#elif defined(HAS_POINT_CLOUD_ATTENUATION)
float pointCloudPointSizeStylingStage(in ProcessedAttributes attributes, in Metadata metadata) {
return getPointSizeFromAttenuation(v_positionEC);
}
#endif
#ifdef HAS_POINT_CLOUD_BACK_FACE_CULLING
float pointCloudBackFaceCullingStage() {
#if defined(HAS_NORMALS) && !defined(HAS_DOUBLE_SIDED_MATERIAL)
return step(-v_normalEC.z, 0.0);
#else
return 1.0;
#endif
}
#endif
`;var N3e=new se,wte={name:"PointCloudStylingPipelineStage"};wte.process=function(e,t,n){let i=e.shaderBuilder,o=e.model,r=o.style,s=o.structuralMetadata,a=l(s)?s.propertyAttributes:void 0,c=l(o.featureTableId)&&o.featureTables[o.featureTableId].featuresLength>0,u=!l(a)&&c;if(l(r)&&!u){let A=z3e(a),C=H3e(r,A);G3e(i,C);let b=W3e(C).indexOf("normalMC")>=0,E=en.getAttributeBySemantic(t,yt.NORMAL);if(b&&!E)throw new de("Style references the NORMAL semantic but the point cloud does not have normals");i.addDefine("COMPUTE_POSITION_WC_STYLE",void 0,Te.VERTEX),C.styleTranslucent&&(e.alphaOptions.pass=xe.TRANSLUCENT)}let f=o.pointCloudShading;f.attenuation&&i.addDefine("HAS_POINT_CLOUD_ATTENUATION",void 0,Te.VERTEX),f.backFaceCulling&&i.addDefine("HAS_POINT_CLOUD_BACK_FACE_CULLING",void 0,Te.VERTEX);let d,p,g;ar.is3DTiles(o.type)&&(p=!0,d=o.content,g=d.tile.refine===Dr.ADD),i.addUniform("vec4","model_pointCloudParameters",Te.VERTEX),i.addVertexLines(rL);let m=e.uniformMap;m.model_pointCloudParameters=function(){let A=N3e,C=1;p&&(C=g?5:d.tileset.maximumScreenSpaceError),A.x=y(f.maximumAttenuation,C),A.x*=n.pixelRatio;let x=k3e(e,t,f,d);A.y=x*f.geometricErrorScale;let b=n.context,E=n.camera.frustum,S;return n.mode===ee.SCENE2D||E instanceof Jt?S=Number.POSITIVE_INFINITY:S=b.drawingBufferHeight/n.camera.frustum.sseDenominator,A.z=S,p&&(A.w=d.tileset.timeSinceLoad),A}};var Ste=new h;function k3e(e,t,n,i){if(l(i)){let f=i.tile.geometricError;if(f>0)return f}if(l(n.baseResolution))return n.baseResolution;let o=en.getAttributeBySemantic(t,yt.POSITION),r=o.count,s=e.runtimeNode.transform,a=h.subtract(o.max,o.min,Ste);a=F.multiplyByPointAsVector(s,a,Ste);let c=a.x*a.y*a.z;return I.cbrt(c/r)}var V3e={colorStyleFunction:void 0,showStyleFunction:void 0,pointSizeStyleFunction:void 0,styleTranslucent:!1},U3e={POSITION:"attributes.positionMC",POSITION_ABSOLUTE:"v_positionWC",COLOR:"attributes.color_0",NORMAL:"attributes.normalMC"};function z3e(e){let t=$e(U3e);if(!l(e))return t;for(let n=0;n<e.length;n++){let o=e[n].properties;for(let r in o)o.hasOwnProperty(r)&&(t[r]=`metadata.${r}`)}return t}var m5="ProcessedAttributes attributes, Metadata metadata, float tiles3d_tileset_time";function H3e(e,t){let n=V3e,i={translucent:!1};return n.colorStyleFunction=e.getColorShaderFunction(`getColorFromStyle(${m5})`,t,i),n.showStyleFunction=e.getShowShaderFunction(`getShowFromStyle(${m5})`,t,i),n.pointSizeStyleFunction=e.getPointSizeShaderFunction(`getPointSizeFromStyle(${m5})`,t,i),n.styleTranslucent=l(n.colorStyleFunction)&&i.translucent,n}function G3e(e,t){let n=t.colorStyleFunction;l(n)&&(e.addDefine("HAS_POINT_CLOUD_COLOR_STYLE",void 0,Te.BOTH),e.addVertexLines(n),e.addVarying("vec4","v_pointCloudColor"));let i=t.showStyleFunction;l(i)&&(e.addDefine("HAS_POINT_CLOUD_SHOW_STYLE",void 0,Te.VERTEX),e.addVertexLines(i));let o=t.pointSizeStyleFunction;l(o)&&(e.addDefine("HAS_POINT_CLOUD_POINT_SIZE_STYLE",void 0,Te.VERTEX),e.addVertexLines(o))}function p5(e,t){let n=/attributes\.(\w+)/g,i=n.exec(e);for(;i!==null;){let o=i[1];t.indexOf(o)===-1&&t.push(o),i=n.exec(e)}}function W3e(e){let t=e.colorStyleFunction,n=e.showStyleFunction,i=e.pointSizeStyleFunction,o=[];return l(t)&&p5(t,o),l(n)&&p5(n,o),l(i)&&p5(i,o),o}var sL=wte;var aL=`void primitiveOutlineStage() {
v_outlineCoordinates = a_outlineCoordinates;
}
`;var cL=`void primitiveOutlineStage(inout czm_modelMaterial material) {
if (!model_showOutline) {
return;
}
float outlineX =
texture2D(model_outlineTexture, vec2(v_outlineCoordinates.x, 0.5)).r;
float outlineY =
texture2D(model_outlineTexture, vec2(v_outlineCoordinates.y, 0.5)).r;
float outlineZ =
texture2D(model_outlineTexture, vec2(v_outlineCoordinates.z, 0.5)).r;
float outlineness = max(outlineX, max(outlineY, outlineZ));
material.diffuse = mix(material.diffuse, model_outlineColor.rgb, model_outlineColor.a * outlineness);
}
`;var Dte={name:"PrimitiveOutlinePipelineStage"};Dte.process=function(e,t,n){let i=e.shaderBuilder,o=e.uniformMap;i.addDefine("HAS_PRIMITIVE_OUTLINE",void 0,Te.BOTH),i.addAttribute("vec3","a_outlineCoordinates"),i.addVarying("vec3","v_outlineCoordinates");let r=t.outlineCoordinates,s={index:e.attributeIndex++,vertexBuffer:r.buffer,componentsPerAttribute:$t.getNumberOfComponents(r.type),componentDatatype:r.componentDatatype,offsetInBytes:r.byteOffset,strideInBytes:r.byteStride,normalize:r.normalized};e.attributes.push(s),i.addUniform("sampler2D","model_outlineTexture",Te.FRAGMENT);let a=ax.createTexture(n.context);o.model_outlineTexture=function(){return a};let c=e.model;i.addUniform("vec4","model_outlineColor",Te.FRAGMENT),o.model_outlineColor=function(){return c.outlineColor},i.addUniform("bool","model_showOutline",Te.FRAGMENT),o.model_showOutline=function(){return c.showOutline},i.addVertexLines(aL),i.addFragmentLines(cL)};var lL=Dte;var vte={name:"PrimitiveStatisticsPipelineStage",_countGeometry:Pte,_count2DPositions:Ite,_countMorphTargetAttributes:Ote,_countMaterialTextures:Bte,_countFeatureIdTextures:Rte,_countBinaryMetadata:Mte};vte.process=function(e,t,n){let i=e.model,o=i.statistics;Pte(o,t),Ite(o,e.runtimePrimitive),Ote(o,t),Bte(o,t.material),Rte(o,t.featureIds),Mte(o,i)};function Pte(e,t){let n=l(t.indices)?t.indices.count:en.getAttributeBySemantic(t,"POSITION").count,i=t.primitiveType;i===Oe.POINTS?e.pointsLength+=n:Oe.isTriangles(i)&&(e.trianglesLength+=j3e(i,n));let o=t.attributes,r=o.length;for(let c=0;c<r;c++){let u=o[c];if(l(u.buffer)){let f=l(u.typedArray);e.addBuffer(u.buffer,f)}}let s=t.outlineCoordinates;l(s)&&l(s.buffer)&&e.addBuffer(s.buffer,!1);let a=t.indices;if(l(a)&&l(a.buffer)){let c=l(a.typedArray);e.addBuffer(a.buffer,c)}}function j3e(e,t){switch(e){case Oe.TRIANGLES:return t/3;case Oe.TRIANGLE_STRIP:case Oe.TRIANGLE_FAN:return Math.max(t-2,0);default:return 0}}function Ite(e,t){let n=t.positionBuffer2D;l(n)&&e.addBuffer(n,!0)}function Ote(e,t){let n=t.morphTargets;if(!l(n))return;let i=!1,o=n.length;for(let r=0;r<o;r++){let s=n[r].attributes,a=s.length;for(let c=0;c<a;c++){let u=s[c];l(u.buffer)&&e.addBuffer(u.buffer,i)}}}function Bte(e,t){let n=q3e(t),i=n.length;for(let o=0;o<i;o++){let r=n[o];l(r)&&l(r.texture)&&e.addTexture(r.texture)}}function q3e(e){let t=e.metallicRoughness,n=[e.emissiveTexture,e.normalTexture,e.occlusionTexture,t.baseColorTexture,t.metallicRoughnessTexture],i=e.specularGlossiness;return l(i)&&(n.push(i.diffuseTexture),n.push(i.specularGlossinessTexture)),n}function Rte(e,t){let n=t.length;for(let i=0;i<n;i++){let o=t[i];if(o instanceof St.FeatureIdTexture){let r=o.textureReader;l(r.texture)&&e.addTexture(r.texture)}}}function Mte(e,t){let n=t.structuralMetadata;l(n)&&(Y3e(e,n),e.propertyTablesByteLength+=n.propertyTablesByteLength);let i=t.featureTables;if(!l(i))return;let o=i.length;for(let r=0;r<o;r++){let s=i[r];e.addBatchTexture(s.batchTexture)}}function Y3e(e,t){let n=t.propertyTextures;if(!l(n))return;let i=n.length;for(let o=0;o<i;o++){let s=n[o].properties;for(let a in s)if(s.hasOwnProperty(a)){let u=s[a].textureReader;l(u.texture)&&e.addTexture(u.texture)}}}var uL=vte;var X3e=new F,K3e=new F,Lte={name:"SceneMode2DPipelineStage"};Lte.process=function(e,t,n){let i=en.getAttributeBySemantic(t,yt.POSITION),o=e.shaderBuilder,r=e.model,s=r.sceneGraph.computedModelMatrix,a=e.runtimeNode.computedTransform,c=F.multiplyTransformation(s,a,X3e),u=Q3e(e,c,n),f=e.runtimePrimitive;f.boundingSphere2D=u;let d=e.runtimeNode.node.instances;if(l(d))return;if(l(i.typedArray)){let A=tke(i,c,u,n);f.positionBuffer2D=A,r._modelResources.push(A),i.typedArray=void 0}o.addDefine("USE_2D_POSITIONS",void 0,Te.VERTEX),o.addUniform("mat4","u_modelView2D",Te.VERTEX);let p=F.fromTranslation(u.center,new F),g=n.context,m={u_modelView2D:function(){return F.multiplyTransformation(g.uniformState.view,p,K3e)}};e.uniformMap=pt(m,e.uniformMap)};var J3e=new h,Z3e=new h;function Q3e(e,t,n){let i=F.multiplyByPoint(t,e.positionMin,J3e),o=Xi.computeActualWgs84Position(n,i,i),r=F.multiplyByPoint(t,e.positionMax,Z3e),s=Xi.computeActualWgs84Position(n,r,r);return re.fromCornerPoints(o,s,new re)}var Fte=new h;function $3e(e,t){let n=e.length,i=new Float32Array(n),o=t.quantizedVolumeOffset,r=t.quantizedVolumeStepSize;for(let s=0;s<n;s+=3){let a=h.fromArray(e,s,Fte),c=h.multiplyComponents(a,r,a),u=h.add(c,o,c);i[s]=u.x,i[s+1]=u.y,i[s+2]=u.z}return i}function eke(e,t,n,i){let o;l(e.quantization)?o=$3e(e.typedArray,e.quantization):o=e.typedArray.slice();let r=e.byteOffset/Float32Array.BYTES_PER_ELEMENT,s=o.length,a=l(e.byteStride)?e.byteStride/Float32Array.BYTES_PER_ELEMENT:3;for(let c=r;c<s;c+=a){let u=h.fromArray(o,c,Fte);if(isNaN(u.x)||isNaN(u.y)||isNaN(u.z))continue;let f=F.multiplyByPoint(t,u,u),d=Xi.computeActualWgs84Position(i,f,f),p=h.subtract(d,n,d);o[c]=p.x,o[c+1]=p.y,o[c+2]=p.z}return o}function tke(e,t,n,i){let o=$e(i);o.mode=ee.COLUMBUS_VIEW;let r=n.center,s=eke(e,t,r,o),a=rt.createVertexBuffer({context:i.context,typedArray:s,usage:Le.STATIC_DRAW});return a.vertexArrayDestroyable=!1,a}var fL=Lte;var dL=`void skinningStage(inout ProcessedAttributes attributes)
{
mat4 skinningMatrix = getSkinningMatrix();
mat3 skinningMatrixMat3 = mat3(skinningMatrix);
vec4 positionMC = vec4(attributes.positionMC, 1.0);
attributes.positionMC = vec3(skinningMatrix * positionMC);
#ifdef HAS_NORMALS
vec3 normalMC = attributes.normalMC;
attributes.normalMC = skinningMatrixMat3 * normalMC;
#endif
#ifdef HAS_TANGENTS
vec3 tangentMC = attributes.tangentMC;
attributes.tangentMC = skinningMatrixMat3 * tangentMC;
#endif
}
`;var ay={name:"SkinningPipelineStage",FUNCTION_ID_GET_SKINNING_MATRIX:"getSkinningMatrix",FUNCTION_SIGNATURE_GET_SKINNING_MATRIX:"mat4 getSkinningMatrix()"};ay.process=function(e,t){let n=e.shaderBuilder;n.addDefine("HAS_SKINNING",void 0,Te.VERTEX),ike(n,t);let i=e.runtimeNode,o=i.computedJointMatrices;n.addUniform("mat4",`u_jointMatrices[${o.length}]`,Te.VERTEX),n.addVertexLines(dL);let r={u_jointMatrices:function(){return i.computedJointMatrices}};e.uniformMap=pt(r,e.uniformMap)};function nke(e){let t=-1,n=e.attributes,i=n.length;for(let o=0;o<i;o++){let r=n[o];(r.semantic===yt.JOINTS||r.semantic===yt.WEIGHTS)&&(t=Math.max(t,r.setIndex))}return t}function ike(e,t){e.addFunction(ay.FUNCTION_ID_GET_SKINNING_MATRIX,ay.FUNCTION_SIGNATURE_GET_SKINNING_MATRIX,Te.VERTEX);let n="mat4 skinnedMatrix = mat4(0);";e.addFunctionLines(ay.FUNCTION_ID_GET_SKINNING_MATRIX,[n]);let i,o,r=["x","y","z","w"],s=nke(t);for(i=0;i<=s;i++)for(o=0;o<=3;o++){let c=r[o],u=`skinnedMatrix += a_weights_${i}.${c} * u_jointMatrices[int(a_joints_${i}.${c})];`;e.addFunctionLines(ay.FUNCTION_ID_GET_SKINNING_MATRIX,[u])}let a="return skinnedMatrix;";e.addFunctionLines(ay.FUNCTION_ID_GET_SKINNING_MATRIX,[a])}var hL=ay;var _5={};function oke(e){let t=Fe.createTypedArray(e,e*2),n=e,i=0;for(let o=0;o<n;o+=3)t[i++]=o,t[i++]=o+1,t[i++]=o+1,t[i++]=o+2,t[i++]=o+2,t[i++]=o;return t}function rke(e,t){let n=t.length,i=Fe.createTypedArray(e,n*2),o=0;for(let r=0;r<n;r+=3){let s=t[r],a=t[r+1],c=t[r+2];i[o++]=s,i[o++]=a,i[o++]=a,i[o++]=c,i[o++]=c,i[o++]=s}return i}function ske(e){let t=e-2,n=2+t*4,i=Fe.createTypedArray(e,n),o=0;i[o++]=0,i[o++]=1;for(let r=0;r<t;r++)i[o++]=r+1,i[o++]=r+2,i[o++]=r+2,i[o++]=r;return i}function ake(e,t){let i=t.length-2,o=2+i*4,r=Fe.createTypedArray(e,o),s=0;r[s++]=t[0],r[s++]=t[1];for(let a=0;a<i;a++){let c=t[a],u=t[a+1],f=t[a+2];r[s++]=u,r[s++]=f,r[s++]=f,r[s++]=c}return r}function cke(e){let t=e-2,n=2+t*4,i=Fe.createTypedArray(e,n),o=0;i[o++]=0,i[o++]=1;for(let r=0;r<t;r++)i[o++]=r+1,i[o++]=r+2,i[o++]=r+2,i[o++]=0;return i}function lke(e,t){let i=t.length-2,o=2+i*4,r=Fe.createTypedArray(e,o),s=0,a=t[0];r[s++]=a,r[s++]=t[1];for(let c=0;c<i;c++){let u=t[c+1],f=t[c+2];r[s++]=u,r[s++]=f,r[s++]=f,r[s++]=a}return r}_5.createWireframeIndices=function(e,t,n){let i=l(n);if(e===Oe.TRIANGLES)return i?rke(t,n):oke(t);if(e===Oe.TRIANGLE_STRIP)return i?ake(t,n):ske(t);if(e===Oe.TRIANGLE_FAN)return i?lke(t,n):cke(t)};_5.getWireframeIndicesCount=function(e,t){return e===Oe.TRIANGLES?t*2:e===Oe.TRIANGLE_STRIP||e===Oe.TRIANGLE_FAN?2+(t-2)*4:t};var qS=_5;var Nte={name:"WireframePipelineStage"};Nte.process=function(e,t,n){e.shaderBuilder.addDefine("HAS_WIREFRAME",void 0,Te.FRAGMENT);let o=e.model,r=uke(t,e.indices,n);o._pipelineResources.push(r),e.wireframeIndexBuffer=r;let s=!1;o.statistics.addBuffer(r,s);let a=e.primitiveType,c=e.count;e.primitiveType=Oe.LINES,e.count=qS.getWireframeIndicesCount(a,c)};function uke(e,t,n){let o=en.getAttributeBySemantic(e,yt.POSITION).count,r=n.context.webgl2,s;if(l(t)){let f=t.buffer,d=t.count;l(f)&&r?(s=f.sizeInBytes===d?new Uint8Array(d):Fe.createTypedArray(o,d),f.getBufferData(s)):s=t.typedArray}let a=e.primitiveType,c=qS.createWireframeIndices(a,o,s),u=Fe.fromSizeInBytes(c.BYTES_PER_ELEMENT);return rt.createIndexBuffer({context:n.context,typedArray:c,usage:Le.STATIC_DRAW,indexDatatype:u})}var mL=Nte;function kte(e){e=y(e,y.EMPTY_OBJECT);let t=e.primitive,n=e.node,i=e.model;this.primitive=t,this.node=n,this.model=i,this.pipelineStages=[],this.drawCommand=void 0,this.boundingSphere=void 0,this.boundingSphere2D=void 0,this.positionBuffer2D=void 0,this.batchLengths=void 0,this.batchOffsets=void 0,this.updateStages=[]}kte.prototype.configurePipeline=function(e){let t=this.pipelineStages;t.length=0;let n=this.primitive,i=this.node,o=this.model,r=o.customShader,s=o.style,a=e.context.webgl2,u=e.mode!==ee.SCENE3D&&!e.scene3DOnly&&o._projectTo2D,f=l(n.morphTargets)&&n.morphTargets.length>0,d=l(i.skin),p=l(r),m=!(p&&l(r.fragmentShaderText))||r.mode!==w_.REPLACE_MATERIAL,A=en.hasQuantizedAttributes(n.attributes),C=o.debugWireframe&&Oe.isTriangles(n.primitiveType)&&(o._enableDebugWireframe||a),x=o.pointCloudShading,b=l(x)&&x.attenuation,E=l(x)&&x.backFaceCulling,S=n.primitiveType===Oe.POINTS&&(l(s)||b||E),D=o._enableShowOutline&&l(n.outlineCoordinates),v=fke(o,i,n),O=l(o.classificationType);u&&t.push(fL),t.push(ZM),C&&t.push(mL),O&&t.push(NM),f&&t.push(iL),d&&t.push(hL),S&&t.push(sL),A&&t.push(XM),m&&t.push(tL),t.push(oy),t.push(Of),v.hasPropertyTable&&(t.push(sy),t.push(FM),t.push(UM)),p&&t.push(YM),t.push($M),o.allowPicking&&t.push(oL),D&&t.push(lL),t.push(LM),t.push(uL)};function fke(e,t,n){let i;return l(t.instances)&&(i=en.getFeatureIdsByLabel(t.instances.featureIds,e.instanceFeatureIdLabel),l(i))?{hasFeatureIds:!0,hasPropertyTable:l(i.propertyTableId)}:(i=en.getFeatureIdsByLabel(n.featureIds,e.featureIdLabel),l(i)?{hasFeatureIds:!0,hasPropertyTable:l(i.propertyTableId)}:{hasFeatureIds:!1,hasPropertyTable:!1})}var pL=kte;function g5(e){e=y(e,y.EMPTY_OBJECT),this._sceneGraph=e.sceneGraph;let t=e.skin;this._skin=t,this._inverseBindMatrices=void 0,this._joints=[],this._jointMatrices=[],dke(this)}Object.defineProperties(g5.prototype,{skin:{get:function(){return this._skin}},sceneGraph:{get:function(){return this._sceneGraph}},inverseBindMatrices:{get:function(){return this._inverseBindMatrices}},joints:{get:function(){return this._joints}},jointMatrices:{get:function(){return this._jointMatrices}}});function dke(e){let t=e.skin,n=t.inverseBindMatrices;e._inverseBindMatrices=n;let i=t.joints,o=i.length,r=e.sceneGraph._runtimeNodes,s=e.joints,a=e._jointMatrices;for(let c=0;c<o;c++){let u=i[c].index,f=r[u];s.push(f);let d=n[c],p=Vte(f,d,new F);a.push(p)}}function Vte(e,t,n){let i=F.multiplyTransformation(e.transformToRoot,e.transform,n);return n=F.multiplyTransformation(i,t,n),n}g5.prototype.updateJointMatrices=function(){let e=this._jointMatrices,t=e.length;for(let n=0;n<t;n++){let i=this.joints[n],o=this.inverseBindMatrices[n];e[n]=Vte(i,o,e[n])}};var _L=g5;function hke(){this.pass=void 0,this.alphaCutoff=void 0}var gL=hke;function y5(e){this.name=e,this.fields=[]}y5.prototype.addField=function(e,t){let n=` ${e} ${t};`;this.fields.push(n)};y5.prototype.generateGlslLines=function(){let e=this.fields;return e.length===0&&(e=[" float _empty;"]),[].concat(`struct ${this.name}`,"{",e,"};")};var yL=y5;function A5(e){this.signature=e,this.body=[]}A5.prototype.addLines=function(e){let t=this.body;if(Array.isArray(e)){let n=e.length;for(let i=0;i<n;i++)t.push(` ${e[i]}`)}else t.push(` ${e}`)};A5.prototype.generateGlslLines=function(){return[].concat(this.signature,"{",this.body,"}")};var AL=A5;function ac(){this._positionAttributeLine=void 0,this._nextAttributeLocation=1,this._attributeLocations={},this._attributeLines=[],this._structs={},this._functions={},this._vertexShaderParts={defineLines:[],uniformLines:[],shaderLines:[],varyingLines:[],structIds:[],functionIds:[]},this._fragmentShaderParts={defineLines:[],uniformLines:[],shaderLines:[],varyingLines:[],structIds:[],functionIds:[]}}Object.defineProperties(ac.prototype,{attributeLocations:{get:function(){return this._attributeLocations}}});ac.prototype.addDefine=function(e,t,n){n=y(n,Te.BOTH);let i=e;l(t)&&(i+=` ${t.toString()}`),Te.includesVertexShader(n)&&this._vertexShaderParts.defineLines.push(i),Te.includesFragmentShader(n)&&this._fragmentShaderParts.defineLines.push(i)};ac.prototype.addStruct=function(e,t,n){this._structs[e]=new yL(t),Te.includesVertexShader(n)&&this._vertexShaderParts.structIds.push(e),Te.includesFragmentShader(n)&&this._fragmentShaderParts.structIds.push(e)};ac.prototype.addStructField=function(e,t,n){this._structs[e].addField(t,n)};ac.prototype.addFunction=function(e,t,n){this._functions[e]=new AL(t),Te.includesVertexShader(n)&&this._vertexShaderParts.functionIds.push(e),Te.includesFragmentShader(n)&&this._fragmentShaderParts.functionIds.push(e)};ac.prototype.addFunctionLines=function(e,t){this._functions[e].addLines(t)};ac.prototype.addUniform=function(e,t,n){n=y(n,Te.BOTH);let i=`uniform ${e} ${t};`;Te.includesVertexShader(n)&&this._vertexShaderParts.uniformLines.push(i),Te.includesFragmentShader(n)&&this._fragmentShaderParts.uniformLines.push(i)};ac.prototype.setPositionAttribute=function(e,t){return this._positionAttributeLine=`attribute ${e} ${t};`,this._attributeLocations[t]=0,0};ac.prototype.addAttribute=function(e,t){let n=`attribute ${e} ${t};`;this._attributeLines.push(n);let i=this._nextAttributeLocation;return this._attributeLocations[t]=i,this._nextAttributeLocation+=pke(e),i};ac.prototype.addVarying=function(e,t){let n=`varying ${e} ${t};`;this._vertexShaderParts.varyingLines.push(n),this._fragmentShaderParts.varyingLines.push(n)};ac.prototype.addVertexLines=function(e){let t=this._vertexShaderParts.shaderLines;Array.isArray(e)?t.push.apply(t,e):t.push(e)};ac.prototype.addFragmentLines=function(e){let t=this._fragmentShaderParts.shaderLines;Array.isArray(e)?t.push.apply(t,e):t.push(e)};ac.prototype.buildShaderProgram=function(e){let t=l(this._positionAttributeLine)?[this._positionAttributeLine]:[],n=mke(this),i=_ke(this),o=t.concat(this._attributeLines,this._vertexShaderParts.uniformLines,this._vertexShaderParts.varyingLines,n.vertexLines,i.vertexLines,this._vertexShaderParts.shaderLines).join(`
`),r=new Ve({defines:this._vertexShaderParts.defineLines,sources:[o]}),s=this._fragmentShaderParts.uniformLines.concat(this._fragmentShaderParts.varyingLines,n.fragmentLines,i.fragmentLines,this._fragmentShaderParts.shaderLines).join(`
`),a=new Ve({defines:this._fragmentShaderParts.defineLines,sources:[s]});return jt.fromCache({context:e,vertexShaderSource:r,fragmentShaderSource:a,attributeLocations:this._attributeLocations})};ac.prototype.clone=function(){return $e(this,!0)};function mke(e){let t=[],n=[],i,o=e._vertexShaderParts.structIds,r,s,a;for(i=0;i<o.length;i++)r=o[i],s=e._structs[r],a=s.generateGlslLines(),t.push.apply(t,a);for(o=e._fragmentShaderParts.structIds,i=0;i<o.length;i++)r=o[i],s=e._structs[r],a=s.generateGlslLines(),n.push.apply(n,a);return{vertexLines:t,fragmentLines:n}}function pke(e){switch(e){case"mat2":return 2;case"mat3":return 3;case"mat4":return 4;default:return 1}}function _ke(e){let t=[],n=[],i,o=e._vertexShaderParts.functionIds,r,s,a;for(i=0;i<o.length;i++)r=o[i],s=e._functions[r],a=s.generateGlslLines(),t.push.apply(t,a);for(o=e._fragmentShaderParts.functionIds,i=0;i<o.length;i++)r=o[i],s=e._functions[r],a=s.generateGlslLines(),n.push.apply(n,a);return{vertexLines:t,fragmentLines:n}}var CL=ac;function gke(e){this.shaderBuilder=new CL,this.model=e,this.uniformMap={},this.alphaOptions=new gL,this.renderStateOptions=Ne.getState(Ne.fromCache({depthTest:{enabled:!0,func:Ja.LESS_OR_EQUAL}})),this.hasSilhouette=!1,this.hasSkipLevelOfDetail=!1}var xL=gke;var TL=`void silhouetteStage(inout vec4 color) {
if(model_silhouettePass) {
color = czm_gammaCorrect(model_silhouetteColor);
}
}
`;var EL=`void silhouetteStage(in ProcessedAttributes attributes, inout vec4 positionClip) {
#ifdef HAS_NORMALS
if(model_silhouettePass) {
vec3 normal = normalize(czm_normal3D * attributes.normalMC);
normal.x *= czm_projection[0][0];
normal.y *= czm_projection[1][1];
positionClip.xy += normal.xy * positionClip.w * model_silhouetteSize * czm_pixelRatio / czm_viewport.z;
}
#endif
}
`;var bL={name:"ModelSilhouettePipelineStage"};bL.silhouettesLength=0;bL.process=function(e,t,n){l(t._silhouetteId)||(t._silhouetteId=++bL.silhouettesLength);let i=e.shaderBuilder;i.addDefine("HAS_SILHOUETTE",void 0,Te.BOTH),i.addVertexLines(EL),i.addFragmentLines(TL),i.addUniform("vec4","model_silhouetteColor",Te.FRAGMENT),i.addUniform("float","model_silhouetteSize",Te.VERTEX),i.addUniform("bool","model_silhouettePass",Te.BOTH);let o={model_silhouetteColor:function(){return t.silhouetteColor},model_silhouetteSize:function(){return t.silhouetteSize},model_silhouettePass:function(){return!1}};e.uniformMap=pt(o,e.uniformMap),e.hasSilhouette=!0};var SL=bL;var wL=`void modelSplitterStage()
{
#ifndef SHADOW_MAP
if (model_splitDirection < 0.0 && gl_FragCoord.x > czm_splitPosition) discard;
if (model_splitDirection > 0.0 && gl_FragCoord.x < czm_splitPosition) discard;
#endif
}
`;var DL={name:"ModelSplitterPipelineStage",SPLIT_DIRECTION_UNIFORM_NAME:"model_splitDirection"};DL.process=function(e,t,n){let i=e.shaderBuilder;i.addDefine("HAS_MODEL_SPLITTER",void 0,Te.FRAGMENT),i.addFragmentLines(wL);let o={};i.addUniform("float",DL.SPLIT_DIRECTION_UNIFORM_NAME,Te.FRAGMENT),o[DL.SPLIT_DIRECTION_UNIFORM_NAME]=function(){return t.splitDirection},e.uniformMap=pt(o,e.uniformMap)};var vL=DL;function yke(e,t){this.model=e.model,this.shaderBuilder=e.shaderBuilder.clone(),this.uniformMap=$e(e.uniformMap),this.alphaOptions=$e(e.alphaOptions),this.renderStateOptions=$e(e.renderStateOptions,!0),this.hasSilhouette=e.hasSilhouette,this.hasSkipLevelOfDetail=e.hasSkipLevelOfDetail,this.runtimeNode=t,this.attributes=[],this.attributeIndex=1,this.featureIdVertexAttributeSetIndex=0,this.instanceCount=0}var PL=yke;function Ake(e){e=y(e,y.EMPTY_OBJECT),this.lightingModel=y(e.lightingModel,Fm.UNLIT)}var IL=Ake;function Cke(e,t){this.model=e.model,this.runtimeNode=e.runtimeNode,this.attributes=e.attributes.slice(),this.attributeIndex=e.attributeIndex,this.featureIdVertexAttributeSetIndex=e.featureIdVertexAttributeSetIndex,this.uniformMap=$e(e.uniformMap),this.alphaOptions=$e(e.alphaOptions),this.renderStateOptions=$e(e.renderStateOptions,!0),this.hasSilhouette=e.hasSilhouette,this.hasSkipLevelOfDetail=e.hasSkipLevelOfDetail,this.shaderBuilder=e.shaderBuilder.clone(),this.instanceCount=e.instanceCount,this.runtimePrimitive=t;let n=t.primitive;this.count=l(n.indices)?n.indices.count:en.getAttributeBySemantic(n,"POSITION").count,this.hasPropertyTable=!1,this.indices=n.indices,this.wireframeIndexBuffer=void 0,this.primitiveType=n.primitiveType;let i=en.getPositionMinMax(n,this.runtimeNode.instancingTranslationMin,this.runtimeNode.instancingTranslationMax);this.positionMin=h.clone(i.min,new h),this.positionMax=h.clone(i.max,new h),this.boundingSphere=re.fromCornerPoints(this.positionMin,this.positionMax,new re),this.lightingOptions=new IL,this.pickId=void 0}var OL=Cke;function Pl(e){e=y(e,y.EMPTY_OBJECT);let t=e.modelComponents;this._model=e.model,this._components=t,this._pipelineStages=[],this._updateStages=[],this._runtimeNodes=[],this._rootNodes=[],this._skinnedNodes=[],this._runtimeSkins=[],this.modelPipelineStages=[],this._boundingSphere=void 0,this._boundingSphere2D=void 0,this._computedModelMatrix=F.clone(F.IDENTITY),this._computedModelMatrix2D=F.clone(F.IDENTITY),this._axisCorrectionMatrix=en.getAxisCorrectionMatrix(t.upAxis,t.forwardAxis,new F),this._runtimeArticulations={},xke(this)}Object.defineProperties(Pl.prototype,{components:{get:function(){return this._components}},computedModelMatrix:{get:function(){return this._computedModelMatrix}},axisCorrectionMatrix:{get:function(){return this._axisCorrectionMatrix}},boundingSphere:{get:function(){return this._boundingSphere}}});function xke(e){let t=e._components,n=t.scene,o=e._model.modelMatrix;Ute(e,o);let r=t.articulations,s=r.length,a=e._runtimeArticulations;for(let b=0;b<s;b++){let E=r[b],S=new TM({articulation:E,sceneGraph:e}),D=S.name;a[D]=S}let c=t.nodes,u=c.length;e._runtimeNodes=new Array(u);let d=n.nodes.length,p=F.IDENTITY;for(let b=0;b<d;b++){let E=n.nodes[b],S=zte(e,E,p);e._rootNodes.push(S)}let g=t.skins,m=e._runtimeSkins,A=g.length;for(let b=0;b<A;b++){let E=g[b];m.push(new _L({skin:E,sceneGraph:e}))}let C=e._skinnedNodes,x=C.length;for(let b=0;b<x;b++){let E=C[b],S=e._runtimeNodes[E],v=c[E].skin.index;S._runtimeSkin=m[v],S.updateJointMatrices()}e.applyArticulations()}function Ute(e,t){let n=e._components,i=e._model;e._computedModelMatrix=F.multiplyTransformation(t,n.transform,e._computedModelMatrix),e._computedModelMatrix=F.multiplyTransformation(e._computedModelMatrix,e._axisCorrectionMatrix,e._computedModelMatrix),e._computedModelMatrix=F.multiplyByUniformScale(e._computedModelMatrix,i.computedScale,e._computedModelMatrix)}var Tke=new h;function Eke(e,t){let n=e._computedModelMatrix,i=F.getTranslation(n,Tke);if(!h.equals(i,h.ZERO))e._computedModelMatrix2D=vt.basisTo2D(t.mapProjection,n,e._computedModelMatrix2D);else{let o=e.boundingSphere.center,r=vt.wgs84To2DModelMatrix(t.mapProjection,o,e._computedModelMatrix2D);e._computedModelMatrix2D=F.multiply(r,n,e._computedModelMatrix2D)}e._boundingSphere2D=re.transform(e._boundingSphere,e._computedModelMatrix2D,e._boundingSphere2D)}function zte(e,t,n){let i=[],o=en.getNodeTransform(t),r=t.children.length;for(let f=0;f<r;f++){let d=t.children[f],p=F.multiplyTransformation(n,o,new F),g=zte(e,d,p);i.push(g)}let s=new MM({node:t,transform:o,transformToRoot:n,children:i,sceneGraph:e}),a=t.primitives.length;for(let f=0;f<a;f++)s.runtimePrimitives.push(new pL({primitive:t.primitives[f],node:t,model:e._model}));let c=t.index;e._runtimeNodes[c]=s,l(t.skin)&&e._skinnedNodes.push(c);let u=t.name;if(l(u)){let f=e._model,d=new wM(f,s);f._nodesByName[u]=d}return c}var bke=new h,Ske=new h,wke=new h,Dke=new h;Pl.prototype.buildDrawCommands=function(e){let t=this._model,n=new xL(t);t.statistics.clear(),this.configurePipeline(e);let i=this.modelPipelineStages,o,r,s;for(o=0;o<i.length;o++)i[o].process(n,t,e);let a=h.fromElements(Number.MAX_VALUE,Number.MAX_VALUE,Number.MAX_VALUE,bke),c=h.fromElements(-Number.MAX_VALUE,-Number.MAX_VALUE,-Number.MAX_VALUE,Ske);for(o=0;o<this._runtimeNodes.length;o++){let u=this._runtimeNodes[o];if(!l(u))continue;u.configurePipeline();let f=u.pipelineStages,d=new PL(n,u);for(r=0;r<f.length;r++)f[r].process(d,u.node,e);let p=u.computedTransform;for(r=0;r<u.runtimePrimitives.length;r++){let g=u.runtimePrimitives[r];g.configurePipeline(e);let m=g.pipelineStages,A=new OL(d,g);for(s=0;s<m.length;s++)m[s].process(A,g.primitive,e);g.boundingSphere=re.clone(A.boundingSphere,new re);let C=F.multiplyByPoint(p,A.positionMin,wke),x=F.multiplyByPoint(p,A.positionMax,Dke);h.minimumByComponent(a,C,a),h.maximumByComponent(c,x,c);let b=_M(A,e);g.drawCommand=b}}this._boundingSphere=re.fromCornerPoints(a,c,new re),this._boundingSphere=re.transformWithoutScale(this._boundingSphere,this._axisCorrectionMatrix,this._boundingSphere),this._boundingSphere=re.transform(this._boundingSphere,this._components.transform,this._boundingSphere),t._boundingSphere=re.transform(this._boundingSphere,t.modelMatrix,t._boundingSphere),t._initialRadius=t._boundingSphere.radius,t._boundingSphere.radius*=t._clampedScale};Pl.prototype.configurePipeline=function(e){let t=this.modelPipelineStages;t.length=0;let n=this._model;l(n.color)&&t.push(iy),!l(n.classificationType)&&(n.imageBasedLighting.enabled&&t.push(AM),n.isClippingEnabled()&&t.push(SM),n.hasSilhouette(e)&&t.push(SL),l(n.splitDirection)&&n.splitDirection!==Wc.NONE&&t.push(vL),ar.is3DTiles(n.type)&&t.push(gM))};Pl.prototype.update=function(e,t){let n,i,o;for(n=0;n<this._runtimeNodes.length;n++){let r=this._runtimeNodes[n];if(!l(r))continue;for(i=0;i<r.updateStages.length;i++)r.updateStages[i].update(r,this,e);let s=e.mode!==ee.SCENE3D&&this._model._projectTo2D;for(t&&!s&&this.updateJointMatrices(),i=0;i<r.runtimePrimitives.length;i++){let a=r.runtimePrimitives[i];for(o=0;o<a.updateStages.length;o++)a.updateStages[o].update(a,this)}}};Pl.prototype.updateModelMatrix=function(e,t){Ute(this,e),t.mode!==ee.SCENE3D&&Eke(this,t);let n=this._rootNodes;for(let i=0;i<n.length;i++){let o=this._runtimeNodes[n[i]];o._transformDirty=!0}};Pl.prototype.updateJointMatrices=function(){let e=this._skinnedNodes,t=e.length;for(let n=0;n<t;n++){let i=e[n];this._runtimeNodes[i].updateJointMatrices()}};function Hte(e,t,n,i,o){if(n&&!t.show)return;let r=t.children.length;for(let c=0;c<r;c++){let u=t.getChild(c);Hte(e,u,n,i,o)}let s=t.runtimePrimitives,a=s.length;for(let c=0;c<a;c++){let u=s[c];i(u,o)}}function BL(e,t,n,i){let o=e._rootNodes,r=o.length;for(let s=0;s<r;s++){let a=o[s],c=e._runtimeNodes[a];Hte(e,c,t,n,i)}}var vke={backFaceCulling:void 0};Pl.prototype.updateBackFaceCulling=function(e){let t=vke;t.backFaceCulling=e,BL(this,!1,Pke,t)};function Pke(e,t){let n=e.drawCommand;n.backFaceCulling=t.backFaceCulling}var Ike={shadowMode:void 0};Pl.prototype.updateShadows=function(e){let t=Ike;t.shadowMode=e,BL(this,!1,Oke,t)};function Oke(e,t){let n=e.drawCommand;n.shadows=t.shadowMode}var Bke={debugShowBoundingVolume:void 0};Pl.prototype.updateShowBoundingVolume=function(e){let t=Bke;t.debugShowBoundingVolume=e,BL(this,!1,Rke,t)};function Rke(e,t){let n=e.drawCommand;n.debugShowBoundingVolume=t.debugShowBoundingVolume}var Gte=[],Mke={frameState:void 0,hasSilhouette:void 0};Pl.prototype.pushDrawCommands=function(e){let t=Gte;t.length=0;let n=Mke;n.hasSilhouette=this._model.hasSilhouette(e),n.frameState=e,BL(this,!0,Lke,n),e.commandList.push.apply(e.commandList,t)};function Lke(e,t){let n=t.frameState,i=t.hasSilhouette,o=n.passes,r=Gte,s=e.drawCommand;s.pushCommands(n,n.commandList),i&&!o.pick&&s.pushSilhouetteCommands(n,r)}Pl.prototype.setArticulationStage=function(e,t){let n=e.split(" ");if(n.length!==2)return;let i=n[0],o=n[1],r=this._runtimeArticulations[i];l(r)&&r.setArticulationStage(o,t)};Pl.prototype.applyArticulations=function(){let e=this._runtimeArticulations;for(let t in e)e.hasOwnProperty(t)&&e[t].apply()};var RL=Pl;function Tx(){this.pointsLength=0,this.trianglesLength=0,this.geometryByteLength=0,this.texturesByteLength=0,this.propertyTablesByteLength=0,this._bufferIdSet={},this._textureIdSet={},this._batchTextureIdMap=new gt}Object.defineProperties(Tx.prototype,{batchTexturesByteLength:{get:function(){let e=this._batchTextureIdMap.length,t=this._batchTextureIdMap.values,n=0;for(let i=0;i<e;i++)n+=t[i].byteLength;return n}}});Tx.prototype.clear=function(){this.pointsLength=0,this.trianglesLength=0,this.geometryByteLength=0,this.texturesByteLength=0,this.propertyTablesByteLength=0,this._bufferIdSet={},this._textureIdSet={},this._batchTextureIdMap.removeAll()};Tx.prototype.addBuffer=function(e,t){if(!this._bufferIdSet.hasOwnProperty(e._id)){let n=t?2:1;this.geometryByteLength+=e.sizeInBytes*n}this._bufferIdSet[e._id]=!0};Tx.prototype.addTexture=function(e){this._textureIdSet.hasOwnProperty(e._id)||(this.texturesByteLength+=e.sizeInBytes),this._textureIdSet[e._id]=!0};Tx.prototype.addBatchTexture=function(e){this._batchTextureIdMap.contains(e._id)||this._batchTextureIdMap.set(e._id,e)};var ML=Tx;var Yte=Ii(aP(),1);var Wte={},cy=Uint32Array.BYTES_PER_ELEMENT;Wte.parse=function(e,t){t=y(t,0);let n=new Uint8Array(e),i=new DataView(e);t+=cy;let o=i.getUint32(t,!0);if(o!==1)throw new de(`Only Point Cloud tile version 1 is supported. Version ${o} is not.`);t+=cy,t+=cy;let r=i.getUint32(t,!0);if(r===0)throw new de("Feature table must have a byte length greater than zero");t+=cy;let s=i.getUint32(t,!0);t+=cy;let a=i.getUint32(t,!0);t+=cy;let c=i.getUint32(t,!0);t+=cy;let u=Jo(n,t,r);t+=r;let f=new Uint8Array(e,t,s);t+=s;let d,p;a>0&&(d=Jo(n,t,a),t+=a,c>0&&(p=new Uint8Array(e,t,c),t+=c));let g=new th(u,f),m=g.getGlobalProperty("POINTS_LENGTH");if(g.featuresLength=m,!l(m))throw new de("Feature table global property: POINTS_LENGTH must be defined");let A=g.getGlobalProperty("RTC_CENTER",K.FLOAT,3);l(A)&&(A=h.unpack(A));let C=Fke(g,d);if(C.rtcCenter=A,C.pointsLength=m,!C.hasPositions){let x=Nke(g);C.positions=x,C.hasPositions=C.hasPositions||l(x)}if(!C.hasPositions)throw new de("Either POSITION or POSITION_QUANTIZED must be defined.");if(!C.hasNormals){let x=Vke(g);C.normals=x,C.hasNormals=C.hasNormals||l(x)}if(!C.hasColors){let x=kke(g);C.colors=x,C.hasColors=C.hasColors||l(x),C.hasConstantColor=l(C.constantColor),C.isTranslucent=l(x)&&x.isTranslucent}if(!C.hasBatchIds){let x=Uke(g);C.batchIds=x,C.hasBatchIds=C.hasBatchIds||l(x)}if(C.hasBatchIds){let x=g.getGlobalProperty("BATCH_LENGTH");if(!l(x))throw new de("Global property: BATCH_LENGTH must be defined when BATCH_ID is defined.");C.batchLength=x}return l(p)&&(p=new Uint8Array(p),C.batchTableJson=d,C.batchTableBinary=p),C};function Fke(e,t){let n=e.json,i,o,r,s=l(n.extensions)?n.extensions["3DTILES_draco_point_compression"]:void 0,a=l(t)&&l(t.extensions)?t.extensions["3DTILES_draco_point_compression"]:void 0;l(a)&&(r=a.properties);let c,u,f,d,p;if(l(s)){o=s.properties;let m=s.byteOffset,A=s.byteLength;if(!l(o)||!l(m)||!l(A))throw new de("Draco properties, byteOffset, and byteLength must be defined");i=e.buffer.slice(m,m+A),c=l(o.POSITION),u=l(o.RGB)||l(o.RGBA),f=l(o.NORMAL),d=l(o.BATCH_ID),p=l(o.RGBA)}let g;return l(i)&&(g={buffer:i,featureTableProperties:o,batchTableProperties:r,properties:pt(o,r),dequantizeInShader:!0}),{draco:g,hasPositions:c,hasColors:u,isTranslucent:p,hasNormals:f,hasBatchIds:d}}function Nke(e){let t=e.json,n;if(l(t.POSITION))return n=e.getPropertyArray("POSITION",K.FLOAT,3),{name:yt.POSITION,semantic:yt.POSITION,typedArray:n,isQuantized:!1,componentDatatype:K.FLOAT,type:$t.VEC3};if(l(t.POSITION_QUANTIZED)){n=e.getPropertyArray("POSITION_QUANTIZED",K.UNSIGNED_SHORT,3);let i=e.getGlobalProperty("QUANTIZED_VOLUME_SCALE",K.FLOAT,3);if(!l(i))throw new de("Global property: QUANTIZED_VOLUME_SCALE must be defined for quantized positions.");let o=(1<<16)-1,r=e.getGlobalProperty("QUANTIZED_VOLUME_OFFSET",K.FLOAT,3);if(!l(r))throw new de("Global property: QUANTIZED_VOLUME_OFFSET must be defined for quantized positions.");return{name:yt.POSITION,semantic:yt.POSITION,typedArray:n,isQuantized:!0,componentDatatype:K.FLOAT,type:$t.VEC3,quantizedRange:o,quantizedVolumeOffset:h.unpack(r),quantizedVolumeScale:h.unpack(i),quantizedComponentDatatype:K.UNSIGNED_SHORT,quantizedType:$t.VEC3}}}function kke(e){let t=e.json,n;if(l(t.RGBA))return n=e.getPropertyArray("RGBA",K.UNSIGNED_BYTE,4),{name:yt.COLOR,semantic:yt.COLOR,setIndex:0,typedArray:n,componentDatatype:K.UNSIGNED_BYTE,type:$t.VEC4,normalized:!0,isRGB565:!1,isTranslucent:!0};if(l(t.RGB))return n=e.getPropertyArray("RGB",K.UNSIGNED_BYTE,3),{name:"COLOR",semantic:yt.COLOR,setIndex:0,typedArray:n,componentDatatype:K.UNSIGNED_BYTE,type:$t.VEC3,normalized:!0,isRGB565:!1,isTranslucent:!1};if(l(t.RGB565))return n=e.getPropertyArray("RGB565",K.UNSIGNED_SHORT,1),{name:"COLOR",semantic:yt.COLOR,setIndex:0,typedArray:n,componentDatatype:K.FLOAT,type:$t.VEC3,normalized:!1,isRGB565:!0,isTranslucent:!1};if(l(t.CONSTANT_RGBA)){let i=e.getGlobalProperty("CONSTANT_RGBA",K.UNSIGNED_BYTE,4),o=i[3],r=U.fromBytes(i[0],i[1],i[2],o),s=o<255;return{name:yt.COLOR,semantic:yt.COLOR,setIndex:0,constantColor:r,componentDatatype:K.FLOAT,type:$t.VEC4,isQuantized:!1,isTranslucent:s}}}function Vke(e){let t=e.json,n;if(l(t.NORMAL))return n=e.getPropertyArray("NORMAL",K.FLOAT,3),{name:yt.NORMAL,semantic:yt.NORMAL,typedArray:n,octEncoded:!1,octEncodedZXY:!1,componentDatatype:K.FLOAT,type:$t.VEC3};if(l(t.NORMAL_OCT16P)){n=e.getPropertyArray("NORMAL_OCT16P",K.UNSIGNED_BYTE,2);let i=8;return{name:yt.NORMAL,semantic:yt.NORMAL,typedArray:n,octEncoded:!0,octEncodedZXY:!1,quantizedRange:(1<<i)-1,quantizedType:$t.VEC2,quantizedComponentDatatype:K.UNSIGNED_BYTE,componentDatatype:K.FLOAT,type:$t.VEC3}}}function Uke(e){let t=e.json;if(l(t.BATCH_ID)){let n=e.getPropertyArray("BATCH_ID",K.UNSIGNED_SHORT,1);return{name:yt.FEATURE_ID,semantic:yt.FEATURE_ID,setIndex:0,typedArray:n,componentDatatype:K.fromTypedArray(n),type:$t.SCALAR}}}var Ex=Wte;var zke=St.Components,Hke=St.Scene,Gke=St.Node,Wke=St.Primitive,jke=St.Attribute,jte=St.Quantization,qke=St.FeatureIdAttribute,Yke=St.Material,Xke=St.MetallicRoughness;function v_(e){e=y(e,y.EMPTY_OBJECT);let t=e.arrayBuffer,n=y(e.byteOffset,0);this._arrayBuffer=t,this._byteOffset=n,this._loadAttributesFor2D=y(e.loadAttributesFor2D,!1),this._parsedContent=void 0,this._decodePromise=void 0,this._decodedAttributes=void 0,this._promise=void 0,this._process=function(i){},this._state=Nt.UNLOADED,this._buffers=[],this._components=void 0,this._transform=F.IDENTITY}l(Object.create)&&(v_.prototype=Object.create(to.prototype),v_.prototype.constructor=v_);Object.defineProperties(v_.prototype,{promise:{get:function(){return this._promise}},cacheKey:{get:function(){}},components:{get:function(){return this._components}},transform:{get:function(){return this._transform}}});v_.prototype.load=function(){this._parsedContent=Ex.parse(this._arrayBuffer,this._byteOffset),this._state=Nt.PROCESSING;let e=this;this._promise=new Promise(function(t,n){e._process=function(i){if(e._state===Nt.PROCESSING){if(l(e._decodePromise))return;let o=Kke(e,i.context);l(o)&&o.then(t).catch(n)}}})};v_.prototype.process=function(e){this._process(e)};function Kke(e,t){let i=e._parsedContent.draco,o;if(l(i)?o=l_.decodePointCloud(i,t):o=Promise.resolve(),!!l(o))return e._decodePromise=o,o.then(function(r){if(!e.isDestroyed())return l(r)&&Jke(e,i,r),aVe(e,t),e._state=Nt.READY,e}).catch(function(r){e.unload(),e._state=Nt.FAILED;let s="Failed to load Draco pnts";return Promise.reject(e.getError(s,r))})}function Jke(e,t,n){e._state=Nt.READY;let i=e._parsedContent,o;if(l(n.POSITION)){if(o={name:"POSITION",semantic:yt.POSITION,typedArray:n.POSITION.array,componentDatatype:K.FLOAT,type:$t.VEC3,isQuantized:!1},l(n.POSITION.data.quantization)){let a=n.POSITION.data.quantization,c=a.range,u=h.fromElements(c,c,c),f=h.unpack(a.minValues),d=(1<<a.quantizationBits)-1;o.isQuantized=!0,o.quantizedRange=d,o.quantizedVolumeOffset=f,o.quantizedVolumeScale=u,o.quantizedComponentDatatype=d<=255?K.UNSIGNED_BYTE:K.UNSIGNED_SHORT,o.quantizedType=$t.VEC3}i.positions=o}if(l(n.NORMAL)){if(o={name:"NORMAL",semantic:yt.NORMAL,typedArray:n.NORMAL.array,componentDatatype:K.FLOAT,type:$t.VEC3,isQuantized:!1,octEncoded:!1,octEncodedZXY:!1},l(n.NORMAL.data.quantization)){let a=(1<<n.NORMAL.data.quantization.quantizationBits)-1;o.quantizedRange=a,o.octEncoded=!0,o.octEncodedZXY=!0,o.quantizedComponentDatatype=K.UNSIGNED_BYTE,o.quantizedType=$t.VEC2}i.normals=o}if(l(n.RGBA)?i.colors={name:"COLOR",semantic:yt.COLOR,setIndex:0,typedArray:n.RGBA.array,componentDatatype:K.UNSIGNED_BYTE,type:$t.VEC4,normalized:!0,isTranslucent:!0}:l(n.RGB)&&(i.colors={name:"COLOR",semantic:yt.COLOR,setIndex:0,typedArray:n.RGB.array,componentDatatype:K.UNSIGNED_BYTE,type:$t.VEC3,normalized:!0,isTranslucent:!1}),l(n.BATCH_ID)){let a=n.BATCH_ID.array;i.batchIds={name:"_FEATURE_ID",semantic:yt.FEATURE_ID,setIndex:0,typedArray:a,componentDatatype:K.fromTypedArray(a),type:$t.SCALAR}}let r=i.batchTableJson,s=t.batchTableProperties;for(let a in s)if(s.hasOwnProperty(a)){let c=n[a];l(r)||(r={}),i.hasDracoBatchTable=!0;let u=c.data;r[a]={byteOffset:u.byteOffset,type:Zke(u.componentsPerAttribute),componentType:Qke(u.componentDatatype),typedArray:c.array}}i.batchTableJson=r}function Zke(e){switch(e){case 1:return"SCALAR";case 2:return"VEC2";case 3:return"VEC3";case 4:return"VEC4"}}function Qke(e){switch(e){case te.BYTE:return"BYTE";case te.UNSIGNED_BYTE:return"UNSIGNED_BYTE";case te.SHORT:return"SHORT";case te.UNSIGNED_SHORT:return"UNSIGNED_SHORT";case te.INT:return"INT";case te.UNSIGNED_INT:return"UNSIGNED_INT";case te.DOUBLE:return"DOUBLE";case te.FLOAT:return"FLOAT"}}function YS(e,t,n){let i=t.typedArray,o;if(t.octEncoded&&(o=new jte,o.octEncoded=t.octEncoded,o.octEncodedZXY=t.octEncodedZXY,o.normalizationRange=t.quantizedRange,o.type=t.quantizedType,o.componentDatatype=t.quantizedComponentDatatype),t.isQuantized){o=new jte;let a=t.quantizedRange;o.normalizationRange=a,o.quantizedVolumeOffset=h.ZERO;let c=t.quantizedVolumeScale;o.quantizedVolumeDimensions=c,o.quantizedVolumeStepSize=h.divideByScalar(c,a,new h),o.componentDatatype=t.quantizedComponentDatatype,o.type=t.quantizedType}let r=new jke;if(r.name=t.name,r.semantic=t.semantic,r.setIndex=t.setIndex,r.componentDatatype=t.componentDatatype,r.type=t.type,r.normalized=y(t.normalized,!1),r.min=t.min,r.max=t.max,r.quantization=o,t.isRGB565&&(i=Un.decodeRGB565(i)),l(t.constantColor)){let a=new Array(4);r.constant=U.pack(t.constantColor,a)}else{let a=rt.createVertexBuffer({typedArray:i,context:n,usage:Le.STATIC_DRAW});a.vertexArrayDestroyable=!1,e._buffers.push(a),r.buffer=a}let s=e._loadAttributesFor2D;return r.semantic===yt.POSITION&&s&&(r.typedArray=i),r}var qte,LL;function $ke(e){if(!l(LL)){qte=new Yte.default(0),LL=new Array(e);for(let t=0;t<e;++t)LL[t]=qte.random()}return LL}var eVe=new h,tVe=new h,nVe=new h;function iVe(e){let t=e.typedArray,n=20,i=t.length/3,o=Math.min(i,n),r=$ke(n),s=Number.MAX_VALUE,a=-Number.MAX_VALUE,c=h.fromElements(s,s,s,eVe),u=h.fromElements(a,a,a,tVe),f,d,p;if(e.isQuantized)c=h.ZERO,u=e.quantizedVolumeScale;else for(f=0;f<o;++f)d=Math.floor(r[f]*i),p=h.unpack(t,d*3,nVe),h.minimumByComponent(c,p,c),h.maximumByComponent(u,p,u);e.min=h.clone(c),e.max=h.clone(u)}var oVe={name:yt.COLOR,semantic:yt.COLOR,setIndex:0,constantColor:U.DARKGRAY,componentDatatype:K.FLOAT,type:$t.VEC4,isQuantized:!1,isTranslucent:!1};function rVe(e,t,n){let i=[],o,r=t.positions;return l(r)&&(iVe(r),o=YS(e,r,n),o.count=t.pointsLength,i.push(o)),l(t.normals)&&(o=YS(e,t.normals,n),i.push(o)),l(t.colors)?(o=YS(e,t.colors,n),i.push(o)):(o=YS(e,oVe,n),i.push(o)),l(t.batchIds)&&(o=YS(e,t.batchIds,n),i.push(o)),i}function sVe(e,t){let n=e.batchLength,i=e.pointsLength,o=e.batchTableBinary,r=!l(e.batchIds);if(l(o)||e.hasDracoBatchTable){let s=y(n,i);return x_({count:s,batchTable:e.batchTableJson,binaryBody:o,parseAsPropertyAttributes:r,customAttributeOutput:t})}return new xa({schema:{},propertyTables:[]})}function aVe(e,t){let n=e._parsedContent,i=new Xke;i.metallicFactor=0,i.roughnessFactor=.9;let o=new Yke;o.metallicRoughness=i;let r=n.colors;l(r)&&r.isTranslucent&&(o.alphaMode=Dm.BLEND);let s=!l(n.normals);o.unlit=s;let a=new Wke;if(a.attributes=rVe(e,n,t),a.primitiveType=Oe.POINTS,a.material=o,l(n.batchIds)){let g=new qke;g.propertyTableId=0,g.setIndex=0,g.positionalLabel="featureId_0",a.featureIds.push(g)}let c=new Gke;c.index=0,c.primitives=[a];let u=new Hke;u.nodes=[c],u.upAxis=So.Z,u.forwardAxis=So.X;let f=new zke;f.scene=u,f.nodes=[c];let d=[];f.structuralMetadata=sVe(n,d),d.length>0&&cVe(e,a,d,t),l(n.rtcCenter)&&(f.transform=F.multiplyByTranslation(f.transform,n.rtcCenter,f.transform));let p=n.positions;l(p)&&p.isQuantized&&(f.transform=F.multiplyByTranslation(f.transform,p.quantizedVolumeOffset,f.transform)),e._components=f,e._parsedContent=void 0,e._arrayBuffer=void 0}function cVe(e,t,n,i){let o=t.attributes,r=n.length;for(let s=0;s<r;s++){let a=n[s],c=rt.createVertexBuffer({typedArray:a.typedArray,context:i,usage:Le.STATIC_DRAW});c.vertexArrayDestroyable=!1,e._buffers.push(c),a.buffer=c,a.typedArray=void 0,o.push(a)}t.propertyAttributeIds=[0]}v_.prototype.unload=function(){let e=this._buffers;for(let t=0;t<e.length;t++)e[t].destroy();e.length=0,this._components=void 0,this._parsedContent=void 0,this._arrayBuffer=void 0};var FL=v_;function Ao(e){e=y(e,y.EMPTY_OBJECT),this._loader=e.loader,this._resource=e.resource,this.type=y(e.type,ar.GLTF),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._modelMatrix=F.clone(this.modelMatrix),this._scale=y(e.scale,1),this._minimumPixelSize=y(e.minimumPixelSize,0),this._maximumScale=e.maximumScale,this._clampedScale=l(this._maximumScale)?Math.min(this._scale,this._maximumScale):this._scale,this._computedScale=this._clampedScale,this._updateModelMatrix=!1,this.referenceMatrix=void 0,this._iblReferenceFrameMatrix=Q.clone(Q.IDENTITY),this._resourcesLoaded=!1,this._drawCommandsBuilt=!1,this._ready=!1,this._customShader=e.customShader,this._content=e.content,this._texturesLoaded=!1,this._defaultTexture=void 0,this._activeAnimations=new cM(this),this._clampAnimations=y(e.clampAnimations,!0),this._userAnimationDirty=!1,this._id=e.id,this._idDirty=!1,this._color=U.clone(e.color),this._colorBlendMode=y(e.colorBlendMode,rc.HIGHLIGHT),this._colorBlendAmount=y(e.colorBlendAmount,.5);let t=y(e.silhouetteColor,U.RED);this._silhouetteColor=U.clone(t),this._silhouetteSize=y(e.silhouetteSize,0),this._silhouetteDirty=!1,this._silhouetteId=void 0,this._cull=y(e.cull,!0),this._opaquePass=y(e.opaquePass,xe.OPAQUE),this._allowPicking=y(e.allowPicking,!0),this._show=y(e.show,!0),this._style=void 0,this._styleDirty=!1,this._styleCommandsNeeded=void 0;let n=y(e.featureIdLabel,"featureId_0");typeof n=="number"&&(n=`featureId_${n}`),this._featureIdLabel=n;let i=y(e.instanceFeatureIdLabel,"instanceFeatureId_0");typeof i=="number"&&(i=`instanceFeatureId_${i}`),this._instanceFeatureIdLabel=i,this._featureTables=[],this._featureTableId=void 0,this._featureTableIdDirty=!0,this._pipelineResources=[],this._modelResources=[],this._pickIds=[],this._boundingSphere=new re,this._initialRadius=void 0,this._heightReference=y(e.heightReference,Ue.NONE),this._heightDirty=this._heightReference!==Ue.NONE,this._removeUpdateHeightCallback=void 0,this._clampedModelMatrix=void 0;let o=e.scene;l(o)&&l(o.terrainProviderChanged)&&(this._terrainProviderChangedCallback=o.terrainProviderChanged.addEventListener(function(){this._heightDirty=!0},this)),this._scene=o,this._distanceDisplayCondition=e.distanceDisplayCondition;let r=new Im(e.pointCloudShading);this._pointCloudShading=r,this._attenuation=r.attenuation,this._pointCloudBackFaceCulling=r.backFaceCulling;let s=e.clippingPlanes;l(s)&&s.owner===void 0?Ys.setOwner(s,this,"_clippingPlanes"):this._clippingPlanes=s,this._clippingPlanesState=0,this._clippingPlanesMatrix=F.clone(F.IDENTITY),this._lightColor=h.clone(e.lightColor),this._imageBasedLighting=l(e.imageBasedLighting)?e.imageBasedLighting:new qC,this._shouldDestroyImageBasedLighting=!l(e.imageBasedLighting),this._backFaceCulling=y(e.backFaceCulling,!0),this._backFaceCullingDirty=!1,this._shadows=y(e.shadows,hn.ENABLED),this._shadowsDirty=!1,this._debugShowBoundingVolumeDirty=!1,this._debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this._enableDebugWireframe=y(e.enableDebugWireframe,!1),this._enableShowOutline=y(e.enableShowOutline,!0),this._debugWireframe=y(e.debugWireframe,!1),this._debugWireframe===!0&&this._enableDebugWireframe===!1&&this.type===ar.GLTF&&Dt("model-debug-wireframe-ignored","enableDebugWireframe must be set to true in Model.fromGltf, otherwise debugWireframe will be ignored.");let a=e.credit;typeof a=="string"&&(a=new Yt(a)),this._credit=a,this._resourceCredits=[],this._gltfCredits=[],this._showCreditsOnScreen=y(e.showCreditsOnScreen,!1),this._showCreditsOnScreenDirty=!0,this._splitDirection=y(e.splitDirection,Wc.NONE),this._enableShowOutline=y(e.enableShowOutline,!0),this.showOutline=y(e.showOutline,!0),this.outlineColor=y(e.outlineColor,U.BLACK),this._classificationType=e.classificationType,this._statistics=new ML,this._sceneMode=void 0,this._projectTo2D=y(e.projectTo2D,!1),this._skipLevelOfDetail=!1,this._ignoreCommands=y(e.ignoreCommands,!1),this._completeLoad=function(c,u){},this._texturesLoadedPromise=void 0,this._readyPromise=fVe(this),this._sceneGraph=void 0,this._nodesByName={},this.pickObject=e.pickObject}function lVe(e,t){let n=e._featureTables,i=t.propertyTables,o=i.length;for(let r=0;r<o;r++){let s=i[r],a=new uM({model:e,propertyTable:s});n.push(a)}return n}function uVe(e,t){let n=t._featureIdLabel,i=t._instanceFeatureIdLabel,o,r,s,a;for(o=0;o<e.nodes.length;o++)if(a=e.nodes[o],l(a.instances)&&(s=en.getFeatureIdsByLabel(a.instances.featureIds,i),l(s)&&l(s.propertyTableId)))return s.propertyTableId;for(o=0;o<e.nodes.length;o++)for(a=e.nodes[o],r=0;r<a.primitives.length;r++){let c=a.primitives[r],u=en.getFeatureIdsByLabel(c.featureIds,n);if(l(u))return u.propertyTableId}if(t._featureTables.length===1)return 0}function x5(e,t){if(!l(e)&&!l(t))return!1;if(l(e)!==l(t))return!0;let n=e.alpha,i=t.alpha;return Math.floor(n)!==Math.floor(i)||Math.ceil(n)!==Math.ceil(i)}function fVe(e){let t=e._loader,n=e._resource;t.load();let i=t.promise.then(function(s){if(!l(s))return;let a=s.components;if(!l(a)){if(s.isUnloaded())return;throw new de("Failed to load model.")}let c=a.structuralMetadata;l(c)&&c.propertyTableCount>0&&lVe(e,c);let u=new RL({model:e,modelComponents:a});e._sceneGraph=u,e._gltfCredits=u.components.asset.credits;let f=e._resource.credits;if(l(f)){let d=f.length;for(let p=0;p<d;p++)e._resourceCredits.push(f[p])}e._resourcesLoaded=!0}),o=y(t.texturesLoadedPromise,Promise.resolve());e._texturesLoadedPromise=o.then(function(){!l(e)||e.isDestroyed()||(e._texturesLoaded=!0,t._incrementallyLoadTextures&&e.resetDrawCommands())}).catch(en.getFailedLoadFunction(e,"model",n));let r=new Promise(function(s,a){e._completeLoad=function(c,u){u.afterRender.push(function(){c._ready=!0,s(c)})}});return i.then(function(){return r}).catch(en.getFailedLoadFunction(e,"model",n))}Object.defineProperties(Ao.prototype,{ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},texturesLoadedPromise:{get:function(){return this._texturesLoadedPromise}},loader:{get:function(){return this._loader}},statistics:{get:function(){return this._statistics}},activeAnimations:{get:function(){return this._activeAnimations}},clampAnimations:{get:function(){return this._clampAnimations},set:function(e){this._clampAnimations=e}},cull:{get:function(){return this._cull}},opaquePass:{get:function(){return this._opaquePass}},pointCloudShading:{get:function(){return this._pointCloudShading},set:function(e){e!==this._pointCloudShading&&this.resetDrawCommands(),this._pointCloudShading=e}},customShader:{get:function(){return this._customShader},set:function(e){e!==this._customShader&&this.resetDrawCommands(),this._customShader=e}},sceneGraph:{get:function(){return this._sceneGraph}},content:{get:function(){return this._content}},heightReference:{get:function(){return this._heightReference},set:function(e){e!==this._heightReference&&(this._heightDirty=!0),this._heightReference=e}},distanceDisplayCondition:{get:function(){return this._distanceDisplayCondition},set:function(e){this._distanceDisplayCondition=xt.clone(e,this._distanceDisplayCondition)}},structuralMetadata:{get:function(){return this._sceneGraph.components.structuralMetadata}},featureTableId:{get:function(){return this._featureTableId},set:function(e){this._featureTableId=e}},featureTables:{get:function(){return this._featureTables},set:function(e){this._featureTables=e}},id:{get:function(){return this._id},set:function(e){e!==this._id&&(this._idDirty=!0),this._id=e}},allowPicking:{get:function(){return this._allowPicking}},style:{get:function(){return this._style},set:function(e){this._style=e,this._styleDirty=!0}},color:{get:function(){return this._color},set:function(e){x5(e,this._color)&&this.resetDrawCommands(),this._color=U.clone(e,this._color)}},colorBlendMode:{get:function(){return this._colorBlendMode},set:function(e){this._colorBlendMode=e}},colorBlendAmount:{get:function(){return this._colorBlendAmount},set:function(e){this._colorBlendAmount=e}},silhouetteColor:{get:function(){return this._silhouetteColor},set:function(e){if(!U.equals(e,this._silhouetteColor)){let t=x5(e,this._silhouetteColor);this._silhouetteDirty=this._silhouetteDirty||t}this._silhouetteColor=U.clone(e,this._silhouetteColor)}},silhouetteSize:{get:function(){return this._silhouetteSize},set:function(e){if(e!==this._silhouetteSize){let t=this._silhouetteSize,n=e>0&&t===0||e===0&&t>0;this._silhouetteDirty=this._silhouetteDirty||n,this._backFaceCullingDirty=this._backFaceCullingDirty||n}this._silhouetteSize=e}},boundingSphere:{get:function(){let e=l(this._clampedModelMatrix)?this._clampedModelMatrix:this.modelMatrix;return Jte(this,e),this._boundingSphere}},debugShowBoundingVolume:{get:function(){return this._debugShowBoundingVolume},set:function(e){this._debugShowBoundingVolume!==e&&(this._debugShowBoundingVolumeDirty=!0),this._debugShowBoundingVolume=e}},debugWireframe:{get:function(){return this._debugWireframe},set:function(e){this._debugWireframe!==e&&this.resetDrawCommands(),this._debugWireframe=e,this._debugWireframe===!0&&this._enableDebugWireframe===!1&&this.type===ar.GLTF&&Dt("model-debug-wireframe-ignored","enableDebugWireframe must be set to true in Model.fromGltf, otherwise debugWireframe will be ignored.")}},show:{get:function(){return this._show},set:function(e){this._show=e}},featureIdLabel:{get:function(){return this._featureIdLabel},set:function(e){typeof e=="number"&&(e=`featureId_${e}`),e!==this._featureIdLabel&&(this._featureTableIdDirty=!0),this._featureIdLabel=e}},instanceFeatureIdLabel:{get:function(){return this._instanceFeatureIdLabel},set:function(e){typeof e=="number"&&(e=`instanceFeatureId_${e}`),e!==this._instanceFeatureIdLabel&&(this._featureTableIdDirty=!0),this._instanceFeatureIdLabel=e}},clippingPlanes:{get:function(){return this._clippingPlanes},set:function(e){e!==this._clippingPlanes&&(Ys.setOwner(e,this,"_clippingPlanes"),this.resetDrawCommands())}},lightColor:{get:function(){return this._lightColor},set:function(e){l(e)!==l(this._lightColor)&&this.resetDrawCommands(),this._lightColor=h.clone(e,this._lightColor)}},imageBasedLighting:{get:function(){return this._imageBasedLighting},set:function(e){e!==this._imageBasedLighting&&(this._shouldDestroyImageBasedLighting&&!this._imageBasedLighting.isDestroyed()&&this._imageBasedLighting.destroy(),this._imageBasedLighting=e,this._shouldDestroyImageBasedLighting=!1,this.resetDrawCommands())}},backFaceCulling:{get:function(){return this._backFaceCulling},set:function(e){e!==this._backFaceCulling&&(this._backFaceCullingDirty=!0),this._backFaceCulling=e}},scale:{get:function(){return this._scale},set:function(e){e!==this._scale&&(this._updateModelMatrix=!0),this._scale=e}},computedScale:{get:function(){return this._computedScale}},minimumPixelSize:{get:function(){return this._minimumPixelSize},set:function(e){e!==this._minimumPixelSize&&(this._updateModelMatrix=!0),this._minimumPixelSize=e}},maximumScale:{get:function(){return this._maximumScale},set:function(e){e!==this._maximumScale&&(this._updateModelMatrix=!0),this._maximumScale=e}},shadows:{get:function(){return this._shadows},set:function(e){e!==this._shadows&&(this._shadowsDirty=!0),this._shadows=e}},credit:{get:function(){return this._credit}},showCreditsOnScreen:{get:function(){return this._showCreditsOnScreen},set:function(e){this._showCreditsOnScreen!==e&&(this._showCreditsOnScreenDirty=!0),this._showCreditsOnScreen=e}},splitDirection:{get:function(){return this._splitDirection},set:function(e){this._splitDirection!==e&&this.resetDrawCommands(),this._splitDirection=e}},classificationType:{get:function(){return this._classificationType}},pickIds:{get:function(){return this._pickIds}},styleCommandsNeeded:{get:function(){return this._styleCommandsNeeded}}});Ao.prototype.getNode=function(e){return this._nodesByName[e]};Ao.prototype.setArticulationStage=function(e,t){this._sceneGraph.setArticulationStage(e,t)};Ao.prototype.applyArticulations=function(){this._sceneGraph.applyArticulations()};Ao.prototype.makeStyleDirty=function(){this._styleDirty=!0};Ao.prototype.resetDrawCommands=function(){this._drawCommandsBuilt=!1};var dVe=new F,hVe=new Q,mVe=new F;Ao.prototype.update=function(e){if(pVe(this,e),_Ve(this,e),gVe(this,e),!this._resourcesLoaded||e.mode===ee.MORPHING)return;yVe(this),AVe(this),CVe(this,e),xVe(this),TVe(this,e),EVe(this,e),bVe(this,e),SVe(this,e),this._defaultTexture=e.context.defaultTexture,wVe(this,e),DVe(this,e),vVe(this),PVe(this,e),BVe(this,e);let t=this;if(!t._ready){t._completeLoad(t,e);return}OVe(this),RVe(this,e),MVe(this),LVe(this,e)};function pVe(e,t){(!e._resourcesLoaded||!e._texturesLoaded)&&e._loader.process(t)}function _Ve(e,t){l(e._customShader)&&e._customShader.update(t)}function gVe(e,t){e._imageBasedLighting.update(t),e._imageBasedLighting.shouldRegenerateShaders&&e.resetDrawCommands()}function yVe(e){if(!e._featureTableIdDirty)return;e._featureTableIdDirty=!1;let t=e._sceneGraph.components,n=t.structuralMetadata;l(n)&&n.propertyTableCount>0&&(e.featureTableId=uVe(t,e),e._styleDirty=!0,e.resetDrawCommands())}function AVe(e){e._styleDirty&&(e.applyStyle(e._style),e._styleDirty=!1)}function CVe(e,t){let n=e._featureTables,i=n.length,o=!1;for(let r=0;r<i;r++)n[r].update(t),n[r].styleCommandsNeededDirty&&(o=!0);o&&Kte(e)}function Kte(e){let t=e.featureTables[e.featureTableId];e._styleCommandsNeeded=ih.getStyleCommandsNeeded(t.featuresLength,t.batchTexture.translucentFeaturesLength)}function xVe(e){let t=e.pointCloudShading;t.attenuation!==e._attenuation&&(e.resetDrawCommands(),e._attenuation=t.attenuation),t.backFaceCulling!==e._pointCloudBackFaceCulling&&(e.resetDrawCommands(),e._pointCloudBackFaceCulling=t.backFaceCulling)}function TVe(e,t){e._silhouetteDirty&&(Zte(t)&&e.resetDrawCommands(),e._silhouetteDirty=!1)}function EVe(e,t){let n=e.hasSkipLevelOfDetail(t);n!==e._skipLevelOfDetail&&(e.resetDrawCommands(),e._skipLevelOfDetail=n)}function bVe(e,t){let n=0;e.isClippingEnabled()&&(e._clippingPlanes.owner===e&&e._clippingPlanes.update(t),n=e._clippingPlanes.clippingPlanesState),n!==e._clippingPlanesState&&(e.resetDrawCommands(),e._clippingPlanesState=n)}function SVe(e,t){t.mode!==e._sceneMode&&(e._projectTo2D?e.resetDrawCommands():e._updateModelMatrix=!0,e._sceneMode=t.mode)}function wVe(e,t){e._drawCommandsBuilt||(e.destroyPipelineResources(),e._sceneGraph.buildDrawCommands(t),e._drawCommandsBuilt=!0)}function DVe(e,t){F.equals(e.modelMatrix,e._modelMatrix)||(e._updateModelMatrix=!0,e._modelMatrix=F.clone(e.modelMatrix,e._modelMatrix))}var xu=new h,NL=new he;function vVe(e){if(!e._updateModelMatrix&&!e._heightDirty&&e._minimumPixelSize===0)return;l(e._removeUpdateHeightCallback)&&(e._removeUpdateHeightCallback(),e._removeUpdateHeightCallback=void 0);let t=e._scene;if(!l(t)||!l(t.globe)||e.heightReference===Ue.NONE){e._clampedModelMatrix=void 0;return}let n=t.globe,i=n.ellipsoid,o=e.modelMatrix;xu.x=o[12],xu.y=o[13],xu.z=o[14];let r=i.cartesianToCartographic(xu);l(e._clampedModelMatrix)||(e._clampedModelMatrix=F.clone(o,new F));let s=n._surface;e._removeUpdateHeightCallback=s.updateHeight(r,Xte(e,i,r));let a=n.getHeight(r);if(l(a)){let c=Xte(e,i,r);he.clone(r,NL),NL.height=a,i.cartographicToCartesian(NL,xu),c(xu)}e._heightDirty=!1,e._updateModelMatrix=!0}function PVe(e,t){if(!e._updateModelMatrix&&e._minimumPixelSize===0)return;let n=l(e._clampedModelMatrix)?e._clampedModelMatrix:e.modelMatrix;Jte(e,n),IVe(e,n,t)}function Jte(e,t){e._boundingSphere=re.transform(e._sceneGraph.boundingSphere,t,e._boundingSphere),e._clampedScale=l(e._maximumScale)?Math.min(e._scale,e._maximumScale):e._scale,e._boundingSphere.radius=e._initialRadius*e._clampedScale}function IVe(e,t,n){let i=e.scale;if(e.minimumPixelSize!==0&&!e._projectTo2D){let o=n.context,r=Math.max(o.drawingBufferWidth,o.drawingBufferHeight);xu.x=t[12],xu.y=t[13],xu.z=t[14],e._sceneMode!==ee.SCENE3D&&Xi.computeActualWgs84Position(n,xu,xu);let s=e._boundingSphere.radius,a=FVe(xu,s,n),c=1/a;Math.min(c*(2*s),r)<e.minimumPixelSize&&(i=e.minimumPixelSize*a/(2*e._initialRadius))}e._computedScale=l(e.maximumScale)?Math.min(e.maximumScale,i):i}function OVe(e){if(!e._idDirty)return;e._idDirty=!1;let t=e._id,n=e._pickIds,i=n.length;for(let o=0;o<i;++o)n[o].object.id=t}function BVe(e,t){let n=l(e._clampedModelMatrix)?e._clampedModelMatrix:e.modelMatrix,i=y(e.referenceMatrix,n),o=t.context,r=e._imageBasedLighting;if(r.useSphericalHarmonicCoefficients||r.useSpecularEnvironmentMaps){let s=hVe,a=dVe;a=F.multiply(o.uniformState.view3D,i,a),s=F.getMatrix3(a,s),s=Q.getRotation(s,s),e._iblReferenceFrameMatrix=Q.transpose(s,e._iblReferenceFrameMatrix)}if(e.isClippingEnabled()){let s=mVe;s=F.multiply(o.uniformState.view3D,i,s),s=F.multiply(s,e._clippingPlanes.modelMatrix,s),e._clippingPlanesMatrix=F.inverseTranspose(s,e._clippingPlanesMatrix)}}function RVe(e,t){let n=e._sceneGraph;if(e._updateModelMatrix||e._minimumPixelSize!==0){let o=l(e._clampedModelMatrix)?e._clampedModelMatrix:e.modelMatrix;n.updateModelMatrix(o,t),e._updateModelMatrix=!1}e._backFaceCullingDirty&&(n.updateBackFaceCulling(e._backFaceCulling),e._backFaceCullingDirty=!1),e._shadowsDirty&&(n.updateShadows(e._shadows),e._shadowsDirty=!1),e._debugShowBoundingVolumeDirty&&(n.updateShowBoundingVolume(e._debugShowBoundingVolume),e._debugShowBoundingVolumeDirty=!1);let i=!1;l(e.classificationType)||(i=e._userAnimationDirty||e._activeAnimations.update(t)),n.update(t,i),e._userAnimationDirty=!1}function MVe(e){if(!e._showCreditsOnScreenDirty)return;e._showCreditsOnScreenDirty=!1;let t=e._showCreditsOnScreen;l(e._credit)&&(e._credit.showOnScreen=t);let n=e._resourceCredits,i=n.length;for(let s=0;s<i;s++)n[s].showOnScreen=t;let o=e._gltfCredits,r=o.length;for(let s=0;s<r;s++)o[s].showOnScreen=t}function LVe(e,t){let n=kVe(e,t),i=e.isInvisible(),o=e.hasSilhouette(t),r=e._show&&e._computedScale!==0&&n&&(!i||o),s=t.passes,a=s.render||s.pick&&e.allowPicking;r&&!e._ignoreCommands&&a&&(VVe(e,t),e._sceneGraph.pushDrawCommands(t))}var C5=new re;function FVe(e,t,n){return C5.center=e,C5.radius=t,n.camera.getPixelSize(C5,n.context.drawingBufferWidth,n.context.drawingBufferHeight)}function Xte(e,t,n){return function(i){if(e.heightReference===Ue.RELATIVE_TO_GROUND){let r=t.cartesianToCartographic(i,NL);r.height+=n.height,t.cartographicToCartesian(r,i)}let o=e._clampedModelMatrix;F.clone(e.modelMatrix,o),o[12]=i.x,o[13]=i.y,o[14]=i.z,e._heightDirty=!0}}var NVe=new h;function kVe(e,t){let n=e.distanceDisplayCondition;if(!l(n))return!0;let i=n.near*n.near,o=n.far*n.far,r;if(t.mode===ee.SCENE2D){let a=(t.camera.frustum.right-t.camera.frustum.left)*.5;r=a*a}else{let s=F.getTranslation(e.modelMatrix,NVe);Xi.computeActualWgs84Position(t,s,s),r=h.distanceSquared(s,t.camera.positionWC)}return r>=i&&r<=o}function VVe(e,t){let n=t.creditDisplay,i=e._credit;l(i)&&n.addCredit(i);let o=e._resourceCredits,r=o.length;for(let c=0;c<r;c++)n.addCredit(o[c]);let s=e._gltfCredits,a=s.length;for(let c=0;c<a;c++)n.addCredit(s[c])}Ao.prototype.isTranslucent=function(){let e=this.color;return l(e)&&e.alpha>0&&e.alpha<1};Ao.prototype.isInvisible=function(){let e=this.color;return l(e)&&e.alpha===0};function Zte(e){return e.context.stencilBuffer}Ao.prototype.hasSilhouette=function(e){return Zte(e)&&this._silhouetteSize>0&&this._silhouetteColor.alpha>0&&!l(this._classificationType)};function UVe(e){return e.context.stencilBuffer}Ao.prototype.hasSkipLevelOfDetail=function(e){if(!ar.is3DTiles(this.type))return!1;let n=this._content.tileset;return UVe(e)&&n.skipLevelOfDetail};Ao.prototype.isClippingEnabled=function(){let e=this._clippingPlanes;return l(e)&&e.enabled&&e.length!==0};Ao.prototype.isDestroyed=function(){return!1};Ao.prototype.destroy=function(){let e=this._loader;l(e)&&e.destroy();let t=this._featureTables;if(l(t)){let i=t.length;for(let o=0;o<i;o++)t[o].destroy()}this.destroyPipelineResources(),this.destroyModelResources(),l(this._removeUpdateHeightCallback)&&(this._removeUpdateHeightCallback(),this._removeUpdateHeightCallback=void 0),l(this._terrainProviderChangedCallback)&&(this._terrainProviderChangedCallback(),this._terrainProviderChangedCallback=void 0);let n=this._clippingPlanes;l(n)&&!n.isDestroyed()&&n.owner===this&&n.destroy(),this._clippingPlanes=void 0,this._shouldDestroyImageBasedLighting&&!this._imageBasedLighting.isDestroyed()&&this._imageBasedLighting.destroy(),this._imageBasedLighting=void 0,le(this)};Ao.prototype.destroyPipelineResources=function(){let e=this._pipelineResources;for(let t=0;t<e.length;t++)e[t].destroy();this._pipelineResources.length=0,this._pickIds.length=0};Ao.prototype.destroyModelResources=function(){let e=this._modelResources;for(let t=0;t<e.length;t++)e[t].destroy();this._modelResources.length=0};Ao.fromGltf=function(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.url,e.gltf),n={releaseGltfJson:e.releaseGltfJson,asynchronous:e.asynchronous,incrementallyLoadTextures:e.incrementallyLoadTextures,upAxis:e.upAxis,forwardAxis:e.forwardAxis,loadAttributesFor2D:e.projectTo2D,loadIndicesForWireframe:e.enableDebugWireframe,loadPrimitiveOutline:e.enableShowOutline,loadForClassification:l(e.classificationType)},i=y(e.basePath,""),o=Pe.createIfNeeded(i);l(t.asset)?(n.gltfJson=t,n.baseResource=o,n.gltfResource=o):t instanceof Uint8Array?(n.typedArray=t,n.baseResource=o,n.gltfResource=o):n.gltfResource=Pe.createIfNeeded(t);let r=new A_(n),a=l(e.content)?ar.TILE_GLTF:ar.GLTF,c=XS(r,a,e);return c.resource=n.gltfResource,new Ao(c)};Ao.fromB3dm=function(e){let t={b3dmResource:e.resource,arrayBuffer:e.arrayBuffer,byteOffset:e.byteOffset,releaseGltfJson:e.releaseGltfJson,asynchronous:e.asynchronous,incrementallyLoadTextures:e.incrementallyLoadTextures,upAxis:e.upAxis,forwardAxis:e.forwardAxis,loadAttributesFor2D:e.projectTo2D,loadIndicesForWireframe:e.enableDebugWireframe,loadPrimitiveOutline:e.enableShowOutline,loadForClassification:l(e.classificationType)},n=new XR(t),i=XS(n,ar.TILE_B3DM,e);return new Ao(i)};Ao.fromPnts=function(e){let t={arrayBuffer:e.arrayBuffer,byteOffset:e.byteOffset,loadAttributesFor2D:e.projectTo2D},n=new FL(t),i=XS(n,ar.TILE_PNTS,e);return new Ao(i)};Ao.fromI3dm=function(e){let t={i3dmResource:e.resource,arrayBuffer:e.arrayBuffer,byteOffset:e.byteOffset,releaseGltfJson:e.releaseGltfJson,asynchronous:e.asynchronous,incrementallyLoadTextures:e.incrementallyLoadTextures,upAxis:e.upAxis,forwardAxis:e.forwardAxis,loadAttributesFor2D:e.projectTo2D,loadIndicesForWireframe:e.enableDebugWireframe,loadPrimitiveOutline:e.enableShowOutline},n=new tM(t),i=XS(n,ar.TILE_I3DM,e);return new Ao(i)};Ao.fromGeoJson=function(e){let t={geoJson:e.geoJson},n=new JR(t),i=XS(n,ar.TILE_GEOJSON,e);return new Ao(i)};Ao.prototype.applyColorAndShow=function(e){let t=this._color,n=l(e)&&l(e.color),i=l(e)&&l(e.show);this._color=n?e.color.evaluateColor(void 0,this._color):U.clone(U.WHITE,this._color),this._show=i?e.show.evaluate(void 0):!0,x5(t,this._color)&&this.resetDrawCommands()};Ao.prototype.applyStyle=function(e){let t=this.type===ar.TILE_PNTS,n=l(this.featureTableId)&&this.featureTables[this.featureTableId].featuresLength>0,i=l(this.structuralMetadata)?this.structuralMetadata.propertyAttributes:void 0,o=l(i)&&l(i[0]);if(t&&(!n||o)){this.resetDrawCommands();return}n?(this.featureTables[this.featureTableId].applyStyle(e),Kte(this,e)):(this.applyColorAndShow(e),this._styleCommandsNeeded=void 0)};function XS(e,t,n){return{loader:e,type:t,resource:n.resource,show:n.show,modelMatrix:n.modelMatrix,scale:n.scale,minimumPixelSize:n.minimumPixelSize,maximumScale:n.maximumScale,id:n.id,allowPicking:n.allowPicking,clampAnimations:n.clampAnimations,shadows:n.shadows,debugShowBoundingVolume:n.debugShowBoundingVolume,enableDebugWireframe:n.enableDebugWireframe,debugWireframe:n.debugWireframe,cull:n.cull,opaquePass:n.opaquePass,customShader:n.customShader,content:n.content,heightReference:n.heightReference,scene:n.scene,distanceDisplayCondition:n.distanceDisplayCondition,color:n.color,colorBlendAmount:n.colorBlendAmount,colorBlendMode:n.colorBlendMode,silhouetteColor:n.silhouetteColor,silhouetteSize:n.silhouetteSize,enableShowOutline:n.enableShowOutline,showOutline:n.showOutline,outlineColor:n.outlineColor,clippingPlanes:n.clippingPlanes,lightColor:n.lightColor,imageBasedLighting:n.imageBasedLighting,backFaceCulling:n.backFaceCulling,credit:n.credit,showCreditsOnScreen:n.showCreditsOnScreen,splitDirection:n.splitDirection,projectTo2D:n.projectTo2D,featureIdLabel:n.featureIdLabel,instanceFeatureIdLabel:n.instanceFeatureIdLabel,pointCloudShading:n.pointCloudShading,classificationType:n.classificationType,pickObject:n.pickObject}}var oh=Ao;function us(e,t,n){this._tileset=e,this._tile=t,this._resource=n,this._model=void 0,this._readyPromise=void 0,this._metadata=void 0,this._group=void 0}Object.defineProperties(us.prototype,{featuresLength:{get:function(){let e=this._model,t=e.featureTables,n=e.featureTableId;return l(t)&&l(t[n])?t[n].featuresLength:0}},pointsLength:{get:function(){return this._model.statistics.pointsLength}},trianglesLength:{get:function(){return this._model.statistics.trianglesLength}},geometryByteLength:{get:function(){return this._model.statistics.geometryByteLength}},texturesByteLength:{get:function(){return this._model.statistics.texturesByteLength}},batchTableByteLength:{get:function(){let e=this._model.statistics;return e.propertyTablesByteLength+e.batchTexturesByteLength}},innerContents:{get:function(){}},readyPromise:{get:function(){return this._readyPromise}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){return this._resource.getUrlComponent(!0)}},batchTable:{get:function(){let e=this._model,t=e.featureTables,n=e.featureTableId;if(l(t)&&l(t[n]))return t[n]}},metadata:{get:function(){return this._metadata},set:function(e){this._metadata=e}},group:{get:function(){return this._group},set:function(e){this._group=e}}});us.prototype.getFeature=function(e){let t=this._model,n=t.featureTableId;return t.featureTables[n].getFeature(e)};us.prototype.hasProperty=function(e,t){let n=this._model,i=n.featureTableId;return l(i)?n.featureTables[i].hasProperty(e,t):!1};us.prototype.applyDebugSettings=function(e,t){t=e?t:U.WHITE,this.featuresLength===0?this._model.color=t:l(this.batchTable)&&this.batchTable.setAllColor(t)};us.prototype.applyStyle=function(e){this._model.style=e};us.prototype.update=function(e,t){let n=this._model,i=this._tile;n.colorBlendAmount=e.colorBlendAmount,n.colorBlendMode=e.colorBlendMode,n.modelMatrix=i.computedTransform,n.customShader=e.customShader,n.featureIdLabel=e.featureIdLabel,n.instanceFeatureIdLabel=e.instanceFeatureIdLabel,n.lightColor=e.lightColor,n.imageBasedLighting=e.imageBasedLighting,n.backFaceCulling=e.backFaceCulling,n.shadows=e.shadows,n.showCreditsOnScreen=e.showCreditsOnScreen,n.splitDirection=e.splitDirection,n.debugWireframe=e.debugWireframe,n.showOutline=e.showOutline,n.outlineColor=e.outlineColor,n.pointCloudShading=e.pointCloudShading;let o=e.clippingPlanes;n.referenceMatrix=e.clippingPlanesOriginMatrix,l(o)&&i.clippingPlanesDirty&&(n._clippingPlanes=o.enabled&&i._isClipped?o:void 0),l(o)&&l(n._clippingPlanes)&&n._clippingPlanes!==o&&(n._clippingPlanes=o,n._clippingPlanesState=0),n.update(t)};us.prototype.isDestroyed=function(){return!1};us.prototype.destroy=function(){return this._model=this._model&&this._model.destroy(),le(this)};us.fromGltf=function(e,t,n,i){let o=new us(e,t,n),s=KS(e,t,o,{gltf:i,basePath:n}),a=e.vectorClassificationOnly?void 0:e.classificationType;s.classificationType=a;let c=oh.fromGltf(s);return o._model=c,o._readyPromise=c.readyPromise.then(function(u){return u.activeAnimations.addAll({loop:oc.REPEAT}),u}),o};us.fromB3dm=function(e,t,n,i,o){let r=new us(e,t,n),a=KS(e,t,r,{arrayBuffer:i,byteOffset:o,resource:n}),c=e.vectorClassificationOnly?void 0:e.classificationType;a.classificationType=c;let u=oh.fromB3dm(a);return r._model=u,r._readyPromise=u.readyPromise.then(function(f){return f.activeAnimations.addAll({loop:oc.REPEAT}),f}),r};us.fromI3dm=function(e,t,n,i,o){let r=new us(e,t,n),a=KS(e,t,r,{arrayBuffer:i,byteOffset:o,resource:n}),c=oh.fromI3dm(a);return r._model=c,r._readyPromise=c.readyPromise.then(function(u){return u.activeAnimations.addAll({loop:oc.REPEAT}),u}),r};us.fromPnts=function(e,t,n,i,o){let r=new us(e,t,n),a=KS(e,t,r,{arrayBuffer:i,byteOffset:o,resource:n}),c=oh.fromPnts(a);return r._model=c,r._readyPromise=c.readyPromise,r};us.fromGeoJson=function(e,t,n,i){let o=new us(e,t,n),s=KS(e,t,o,{geoJson:i,resource:n}),a=oh.fromGeoJson(s);return o._model=a,o._readyPromise=a.readyPromise,o};function KS(e,t,n,i){let o={cull:!1,releaseGltfJson:!0,opaquePass:xe.CESIUM_3D_TILE,modelMatrix:t.computedTransform,upAxis:e._modelUpAxis,forwardAxis:e._modelForwardAxis,incrementallyLoadTextures:!1,customShader:e.customShader,content:n,colorBlendMode:e.colorBlendMode,colorBlendAmount:e.colorBlendAmount,lightColor:e.lightColor,imageBasedLighting:e.imageBasedLighting,featureIdLabel:e.featureIdLabel,instanceFeatureIdLabel:e.instanceFeatureIdLabel,pointCloudShading:e.pointCloudShading,clippingPlanes:e.clippingPlanes,backFaceCulling:e.backFaceCulling,shadows:e.shadows,showCreditsOnScreen:e.showCreditsOnScreen,splitDirection:e.splitDirection,enableDebugWireframe:e._enableDebugWireframe,debugWireframe:e.debugWireframe,projectTo2D:e._projectTo2D,enableShowOutline:e._enableShowOutline,showOutline:e.showOutline,outlineColor:e.outlineColor};return pt(i,o)}var Nm=us;function km(e,t,n,i){this._tileset=e,this._tile=t,this._resource=n,this.featurePropertiesDirty=!1,this._metadata=void 0,this._group=void 0,this._readyPromise=zVe(this,i)}Object.defineProperties(km.prototype,{featuresLength:{get:function(){return 0}},pointsLength:{get:function(){return 0}},trianglesLength:{get:function(){return 0}},geometryByteLength:{get:function(){return 0}},texturesByteLength:{get:function(){return 0}},batchTableByteLength:{get:function(){return 0}},innerContents:{get:function(){}},readyPromise:{get:function(){return this._readyPromise}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){return this._resource.getUrlComponent(!0)}},batchTable:{get:function(){}},metadata:{get:function(){return this._metadata},set:function(e){this._metadata=e}},group:{get:function(){return this._group},set:function(e){this._group=e}}});function zVe(e,t){return e._tileset.loadTileset(e._resource,t,e._tile),Promise.resolve(e)}km.prototype.hasProperty=function(e,t){return!1};km.prototype.getFeature=function(e){};km.prototype.applyDebugSettings=function(e,t){};km.prototype.applyStyle=function(e){};km.prototype.update=function(e,t){};km.prototype.isDestroyed=function(){return!1};km.prototype.destroy=function(){return le(this)};var kL=km;function fs(e,t,n,i){let o=fs._verifyAttributes(t);n=y(n,0);let r=[],s={},a,c,u=o.length;for(let d=0;d<u;++d){let p=o[d];if(p.vertexBuffer){r.push(p);continue}c=p.usage,a=s[c],l(a)||(a=s[c]=[]),a.push(p)}function f(d,p){return K.getSizeInBytes(p.componentDatatype)-K.getSizeInBytes(d.componentDatatype)}this._allBuffers=[];for(c in s)if(s.hasOwnProperty(c)){a=s[c],a.sort(f);let d=fs._vertexSizeInBytes(a),p=a[0].usage,g={vertexSizeInBytes:d,vertexBuffer:void 0,usage:p,needsCommit:!1,arrayBuffer:void 0,arrayViews:fs._createArrayViews(a,d)};this._allBuffers.push(g)}this._size=0,this._instanced=y(i,!1),this._precreated=r,this._context=e,this.writers=void 0,this.va=void 0,this.resize(n)}fs._verifyAttributes=function(e){let t=[];for(let i=0;i<e.length;++i){let o=e[i],r={index:y(o.index,i),enabled:y(o.enabled,!0),componentsPerAttribute:o.componentsPerAttribute,componentDatatype:y(o.componentDatatype,K.FLOAT),normalize:y(o.normalize,!1),vertexBuffer:o.vertexBuffer,usage:y(o.usage,Le.STATIC_DRAW)};t.push(r)}let n=new Array(t.length);for(let i=0;i<t.length;++i){let r=t[i].index;n[r]=!0}return t};fs._vertexSizeInBytes=function(e){let t=0,n=e.length;for(let s=0;s<n;++s){let a=e[s];t+=a.componentsPerAttribute*K.getSizeInBytes(a.componentDatatype)}let i=n>0?K.getSizeInBytes(e[0].componentDatatype):0,o=i>0?t%i:0,r=o===0?0:i-o;return t+=r,t};fs._createArrayViews=function(e,t){let n=[],i=0,o=e.length;for(let r=0;r<o;++r){let s=e[r],a=s.componentDatatype;n.push({index:s.index,enabled:s.enabled,componentsPerAttribute:s.componentsPerAttribute,componentDatatype:a,normalize:s.normalize,offsetInBytes:i,vertexSizeInComponentType:t/K.getSizeInBytes(a),view:void 0}),i+=s.componentsPerAttribute*K.getSizeInBytes(a)}return n};fs.prototype.resize=function(e){this._size=e;let t=this._allBuffers;this.writers=[];for(let n=0,i=t.length;n<i;++n){let o=t[n];fs._resize(o,this._size),fs._appendWriters(this.writers,o)}T5(this)};fs._resize=function(e,t){if(e.vertexSizeInBytes>0){let n=new ArrayBuffer(t*e.vertexSizeInBytes);if(l(e.arrayBuffer)){let r=new Uint8Array(n),s=new Uint8Array(e.arrayBuffer),a=s.length;for(let c=0;c<a;++c)r[c]=s[c]}let i=e.arrayViews,o=i.length;for(let r=0;r<o;++r){let s=i[r];s.view=K.createArrayBufferView(s.componentDatatype,n,s.offsetInBytes)}e.arrayBuffer=n}};var HVe=[function(e,t,n){return function(i,o){t[i*n]=o,e.needsCommit=!0}},function(e,t,n){return function(i,o,r){let s=i*n;t[s]=o,t[s+1]=r,e.needsCommit=!0}},function(e,t,n){return function(i,o,r,s){let a=i*n;t[a]=o,t[a+1]=r,t[a+2]=s,e.needsCommit=!0}},function(e,t,n){return function(i,o,r,s,a){let c=i*n;t[c]=o,t[c+1]=r,t[c+2]=s,t[c+3]=a,e.needsCommit=!0}}];fs._appendWriters=function(e,t){let n=t.arrayViews,i=n.length;for(let o=0;o<i;++o){let r=n[o];e[r.index]=HVe[r.componentsPerAttribute-1](t,r.view,r.vertexSizeInComponentType)}};fs.prototype.commit=function(e){let t=!1,n=this._allBuffers,i,o,r;for(o=0,r=n.length;o<r;++o)i=n[o],t=GVe(this,i)||t;if(t||!l(this.va)){T5(this);let s=this.va=[],a=I.SIXTY_FOUR_KILOBYTES-4,c=l(e)&&!this._instanced?Math.ceil(this._size/a):1;for(let u=0;u<c;++u){let f=[];for(o=0,r=n.length;o<r;++o){i=n[o];let d=u*(i.vertexSizeInBytes*a);fs._appendAttributes(f,i,d,this._instanced)}f=f.concat(this._precreated),s.push({va:new Zn({context:this._context,attributes:f,indexBuffer:e}),indicesCount:1.5*(u!==c-1?a:this._size%a)})}}};function GVe(e,t){if(t.needsCommit&&t.vertexSizeInBytes>0){t.needsCommit=!1;let n=t.vertexBuffer,i=e._size*t.vertexSizeInBytes,o=l(n);if(!o||n.sizeInBytes<i)return o&&n.destroy(),t.vertexBuffer=rt.createVertexBuffer({context:e._context,typedArray:t.arrayBuffer,usage:t.usage}),t.vertexBuffer.vertexArrayDestroyable=!1,!0;t.vertexBuffer.copyFromArrayView(t.arrayBuffer)}return!1}fs._appendAttributes=function(e,t,n,i){let o=t.arrayViews,r=o.length;for(let s=0;s<r;++s){let a=o[s];e.push({index:a.index,enabled:a.enabled,componentsPerAttribute:a.componentsPerAttribute,componentDatatype:a.componentDatatype,normalize:a.normalize,vertexBuffer:t.vertexBuffer,offsetInBytes:n+a.offsetInBytes,strideInBytes:t.vertexSizeInBytes,instanceDivisor:i?1:0})}};fs.prototype.subCommit=function(e,t){let n=this._allBuffers;for(let i=0,o=n.length;i<o;++i)WVe(n[i],e,t)};function WVe(e,t,n){if(e.needsCommit&&e.vertexSizeInBytes>0){let i=e.vertexSizeInBytes*t,o=e.vertexSizeInBytes*n;e.vertexBuffer.copyFromArrayView(new Uint8Array(e.arrayBuffer,i,o),i)}}fs.prototype.endSubCommits=function(){let e=this._allBuffers;for(let t=0,n=e.length;t<n;++t)e[t].needsCommit=!1};function T5(e){let t=e.va;if(!l(t))return;let n=t.length;for(let i=0;i<n;++i)t[i].va.destroy();e.va=void 0}fs.prototype.isDestroyed=function(){return!1};fs.prototype.destroy=function(){let e=this._allBuffers;for(let t=0,n=e.length;t<n;++t){let i=e[t];i.vertexBuffer=i.vertexBuffer&&i.vertexBuffer.destroy()}return T5(this),le(this)};var P_=fs;var VL=`#ifdef GL_OES_standard_derivatives
#extension GL_OES_standard_derivatives : enable
#endif
uniform sampler2D u_atlas;
#ifdef VECTOR_TILE
uniform vec4 u_highlightColor;
#endif
varying vec2 v_textureCoordinates;
varying vec4 v_pickColor;
varying vec4 v_color;
#ifdef SDF
varying vec4 v_outlineColor;
varying float v_outlineWidth;
#endif
#ifdef FRAGMENT_DEPTH_CHECK
varying vec4 v_textureCoordinateBounds;
varying vec4 v_originTextureCoordinateAndTranslate;
varying vec4 v_compressed;
varying mat2 v_rotationMatrix;
const float SHIFT_LEFT12 = 4096.0;
const float SHIFT_LEFT1 = 2.0;
const float SHIFT_RIGHT12 = 1.0 / 4096.0;
const float SHIFT_RIGHT1 = 1.0 / 2.0;
float getGlobeDepth(vec2 adjustedST, vec2 depthLookupST, bool applyTranslate, vec2 dimensions, vec2 imageSize)
{
vec2 lookupVector = imageSize * (depthLookupST - adjustedST);
lookupVector = v_rotationMatrix * lookupVector;
vec2 labelOffset = (dimensions - imageSize) * (depthLookupST - vec2(0.0, v_originTextureCoordinateAndTranslate.y));
vec2 translation = v_originTextureCoordinateAndTranslate.zw;
if (applyTranslate)
{
translation += (dimensions * v_originTextureCoordinateAndTranslate.xy * vec2(1.0, 0.0));
}
vec2 st = ((lookupVector - translation + labelOffset) + gl_FragCoord.xy) / czm_viewport.zw;
float logDepthOrDepth = czm_unpackDepth(texture2D(czm_globeDepthTexture, st));
if (logDepthOrDepth == 0.0)
{
return 0.0;
}
vec4 eyeCoordinate = czm_windowToEyeCoordinates(gl_FragCoord.xy, logDepthOrDepth);
return eyeCoordinate.z / eyeCoordinate.w;
}
#endif
#ifdef SDF
float getDistance(vec2 position)
{
return texture2D(u_atlas, position).r;
}
vec4 getSDFColor(vec2 position, float outlineWidth, vec4 outlineColor, float smoothing)
{
float distance = getDistance(position);
if (outlineWidth > 0.0)
{
float outlineEdge = clamp(SDF_EDGE - outlineWidth, 0.0, SDF_EDGE);
float outlineFactor = smoothstep(SDF_EDGE - smoothing, SDF_EDGE + smoothing, distance);
vec4 sdfColor = mix(outlineColor, v_color, outlineFactor);
float alpha = smoothstep(outlineEdge - smoothing, outlineEdge + smoothing, distance);
return vec4(sdfColor.rgb, sdfColor.a * alpha);
}
else
{
float alpha = smoothstep(SDF_EDGE - smoothing, SDF_EDGE + smoothing, distance);
return vec4(v_color.rgb, v_color.a * alpha);
}
}
#endif
void main()
{
vec4 color = texture2D(u_atlas, v_textureCoordinates);
#ifdef SDF
float outlineWidth = v_outlineWidth;
vec4 outlineColor = v_outlineColor;
float distance = getDistance(v_textureCoordinates);
#ifdef GL_OES_standard_derivatives
float smoothing = fwidth(distance);
vec2 sampleOffset = 0.354 * vec2(dFdx(v_textureCoordinates) + dFdy(v_textureCoordinates));
vec4 center = getSDFColor(v_textureCoordinates, outlineWidth, outlineColor, smoothing);
vec4 color1 = getSDFColor(v_textureCoordinates + vec2(sampleOffset.x, sampleOffset.y), outlineWidth, outlineColor, smoothing);
vec4 color2 = getSDFColor(v_textureCoordinates + vec2(-sampleOffset.x, sampleOffset.y), outlineWidth, outlineColor, smoothing);
vec4 color3 = getSDFColor(v_textureCoordinates + vec2(-sampleOffset.x, -sampleOffset.y), outlineWidth, outlineColor, smoothing);
vec4 color4 = getSDFColor(v_textureCoordinates + vec2(sampleOffset.x, -sampleOffset.y), outlineWidth, outlineColor, smoothing);
color = (center + color1 + color2 + color3 + color4)/5.0;
#else
float smoothing = 1.0/32.0;
color = getSDFColor(v_textureCoordinates, outlineWidth, outlineColor, smoothing);
#endif
color = czm_gammaCorrect(color);
#else
color = czm_gammaCorrect(color);
color *= czm_gammaCorrect(v_color);
#endif
#if !defined(OPAQUE) && !defined(TRANSLUCENT)
if (color.a < 0.005)
{
discard;
}
#else
#ifdef OPAQUE
if (color.a < 0.995)
{
discard;
}
#else
if (color.a >= 0.995)
{
discard;
}
#endif
#endif
#ifdef VECTOR_TILE
color *= u_highlightColor;
#endif
gl_FragColor = color;
#ifdef LOG_DEPTH
czm_writeLogDepth();
#endif
#ifdef FRAGMENT_DEPTH_CHECK
float temp = v_compressed.y;
temp = temp * SHIFT_RIGHT1;
float temp2 = (temp - floor(temp)) * SHIFT_LEFT1;
bool enableDepthTest = temp2 != 0.0;
bool applyTranslate = floor(temp) != 0.0;
if (enableDepthTest) {
temp = v_compressed.z;
temp = temp * SHIFT_RIGHT12;
vec2 dimensions;
dimensions.y = (temp - floor(temp)) * SHIFT_LEFT12;
dimensions.x = floor(temp);
temp = v_compressed.w;
temp = temp * SHIFT_RIGHT12;
vec2 imageSize;
imageSize.y = (temp - floor(temp)) * SHIFT_LEFT12;
imageSize.x = floor(temp);
vec2 adjustedST = v_textureCoordinates - v_textureCoordinateBounds.xy;
adjustedST = adjustedST / vec2(v_textureCoordinateBounds.z - v_textureCoordinateBounds.x, v_textureCoordinateBounds.w - v_textureCoordinateBounds.y);
float epsilonEyeDepth = v_compressed.x + czm_epsilon1;
float globeDepth1 = getGlobeDepth(adjustedST, v_originTextureCoordinateAndTranslate.xy, applyTranslate, dimensions, imageSize);
if (globeDepth1 != 0.0 && globeDepth1 > epsilonEyeDepth)
{
float globeDepth2 = getGlobeDepth(adjustedST, vec2(0.0, 1.0), applyTranslate, dimensions, imageSize);
if (globeDepth2 != 0.0 && globeDepth2 > epsilonEyeDepth)
{
float globeDepth3 = getGlobeDepth(adjustedST, vec2(1.0, 1.0), applyTranslate, dimensions, imageSize);
if (globeDepth3 != 0.0 && globeDepth3 > epsilonEyeDepth)
{
discard;
}
}
}
}
#endif
}
`;var UL=`#ifdef INSTANCED
attribute vec2 direction;
#endif
attribute vec4 positionHighAndScale;
attribute vec4 positionLowAndRotation;
attribute vec4 compressedAttribute0;
attribute vec4 compressedAttribute1;
attribute vec4 compressedAttribute2;
attribute vec4 eyeOffset;
attribute vec4 scaleByDistance;
attribute vec4 pixelOffsetScaleByDistance;
attribute vec4 compressedAttribute3;
attribute vec2 sdf;
#if defined(VERTEX_DEPTH_CHECK) || defined(FRAGMENT_DEPTH_CHECK)
attribute vec4 textureCoordinateBoundsOrLabelTranslate;
#endif
#ifdef VECTOR_TILE
attribute float a_batchId;
#endif
varying vec2 v_textureCoordinates;
#ifdef FRAGMENT_DEPTH_CHECK
varying vec4 v_textureCoordinateBounds;
varying vec4 v_originTextureCoordinateAndTranslate;
varying vec4 v_compressed;
varying mat2 v_rotationMatrix;
#endif
varying vec4 v_pickColor;
varying vec4 v_color;
#ifdef SDF
varying vec4 v_outlineColor;
varying float v_outlineWidth;
#endif
const float UPPER_BOUND = 32768.0;
const float SHIFT_LEFT16 = 65536.0;
const float SHIFT_LEFT12 = 4096.0;
const float SHIFT_LEFT8 = 256.0;
const float SHIFT_LEFT7 = 128.0;
const float SHIFT_LEFT5 = 32.0;
const float SHIFT_LEFT3 = 8.0;
const float SHIFT_LEFT2 = 4.0;
const float SHIFT_LEFT1 = 2.0;
const float SHIFT_RIGHT12 = 1.0 / 4096.0;
const float SHIFT_RIGHT8 = 1.0 / 256.0;
const float SHIFT_RIGHT7 = 1.0 / 128.0;
const float SHIFT_RIGHT5 = 1.0 / 32.0;
const float SHIFT_RIGHT3 = 1.0 / 8.0;
const float SHIFT_RIGHT2 = 1.0 / 4.0;
const float SHIFT_RIGHT1 = 1.0 / 2.0;
vec4 addScreenSpaceOffset(vec4 positionEC, vec2 imageSize, float scale, vec2 direction, vec2 origin, vec2 translate, vec2 pixelOffset, vec3 alignedAxis, bool validAlignedAxis, float rotation, bool sizeInMeters, out mat2 rotationMatrix, out float mpp)
{
vec2 halfSize = imageSize * scale * 0.5;
halfSize *= ((direction * 2.0) - 1.0);
vec2 originTranslate = origin * abs(halfSize);
#if defined(ROTATION) || defined(ALIGNED_AXIS)
if (validAlignedAxis || rotation != 0.0)
{
float angle = rotation;
if (validAlignedAxis)
{
vec4 projectedAlignedAxis = czm_modelViewProjection * vec4(alignedAxis, 0.0);
angle += sign(-projectedAlignedAxis.x) * acos(sign(projectedAlignedAxis.y) * (projectedAlignedAxis.y * projectedAlignedAxis.y) /
(projectedAlignedAxis.x * projectedAlignedAxis.x + projectedAlignedAxis.y * projectedAlignedAxis.y));
}
float cosTheta = cos(angle);
float sinTheta = sin(angle);
rotationMatrix = mat2(cosTheta, sinTheta, -sinTheta, cosTheta);
halfSize = rotationMatrix * halfSize;
}
else
{
rotationMatrix = mat2(1.0, 0.0, 0.0, 1.0);
}
#endif
mpp = czm_metersPerPixel(positionEC);
positionEC.xy += (originTranslate + halfSize) * czm_branchFreeTernary(sizeInMeters, 1.0, mpp);
positionEC.xy += (translate + pixelOffset) * mpp;
return positionEC;
}
#ifdef VERTEX_DEPTH_CHECK
float getGlobeDepth(vec4 positionEC)
{
vec4 posWC = czm_eyeToWindowCoordinates(positionEC);
float globeDepth = czm_unpackDepth(texture2D(czm_globeDepthTexture, posWC.xy / czm_viewport.zw));
if (globeDepth == 0.0)
{
return 0.0;
}
vec4 eyeCoordinate = czm_windowToEyeCoordinates(posWC.xy, globeDepth);
return eyeCoordinate.z / eyeCoordinate.w;
}
#endif
void main()
{
vec3 positionHigh = positionHighAndScale.xyz;
vec3 positionLow = positionLowAndRotation.xyz;
float scale = positionHighAndScale.w;
#if defined(ROTATION) || defined(ALIGNED_AXIS)
float rotation = positionLowAndRotation.w;
#else
float rotation = 0.0;
#endif
float compressed = compressedAttribute0.x;
vec2 pixelOffset;
pixelOffset.x = floor(compressed * SHIFT_RIGHT7);
compressed -= pixelOffset.x * SHIFT_LEFT7;
pixelOffset.x -= UPPER_BOUND;
vec2 origin;
origin.x = floor(compressed * SHIFT_RIGHT5);
compressed -= origin.x * SHIFT_LEFT5;
origin.y = floor(compressed * SHIFT_RIGHT3);
compressed -= origin.y * SHIFT_LEFT3;
#ifdef FRAGMENT_DEPTH_CHECK
vec2 depthOrigin = origin.xy;
#endif
origin -= vec2(1.0);
float show = floor(compressed * SHIFT_RIGHT2);
compressed -= show * SHIFT_LEFT2;
#ifdef INSTANCED
vec2 textureCoordinatesBottomLeft = czm_decompressTextureCoordinates(compressedAttribute0.w);
vec2 textureCoordinatesRange = czm_decompressTextureCoordinates(eyeOffset.w);
vec2 textureCoordinates = textureCoordinatesBottomLeft + direction * textureCoordinatesRange;
#else
vec2 direction;
direction.x = floor(compressed * SHIFT_RIGHT1);
direction.y = compressed - direction.x * SHIFT_LEFT1;
vec2 textureCoordinates = czm_decompressTextureCoordinates(compressedAttribute0.w);
#endif
float temp = compressedAttribute0.y * SHIFT_RIGHT8;
pixelOffset.y = -(floor(temp) - UPPER_BOUND);
vec2 translate;
translate.y = (temp - floor(temp)) * SHIFT_LEFT16;
temp = compressedAttribute0.z * SHIFT_RIGHT8;
translate.x = floor(temp) - UPPER_BOUND;
translate.y += (temp - floor(temp)) * SHIFT_LEFT8;
translate.y -= UPPER_BOUND;
temp = compressedAttribute1.x * SHIFT_RIGHT8;
float temp2 = floor(compressedAttribute2.w * SHIFT_RIGHT2);
vec2 imageSize = vec2(floor(temp), temp2);
#ifdef FRAGMENT_DEPTH_CHECK
float labelHorizontalOrigin = floor(compressedAttribute2.w - (temp2 * SHIFT_LEFT2));
float applyTranslate = 0.0;
if (labelHorizontalOrigin != 0.0)
{
applyTranslate = 1.0;
labelHorizontalOrigin -= 2.0;
depthOrigin.x = labelHorizontalOrigin + 1.0;
}
depthOrigin = vec2(1.0) - (depthOrigin * 0.5);
#endif
#ifdef EYE_DISTANCE_TRANSLUCENCY
vec4 translucencyByDistance;
translucencyByDistance.x = compressedAttribute1.z;
translucencyByDistance.z = compressedAttribute1.w;
translucencyByDistance.y = ((temp - floor(temp)) * SHIFT_LEFT8) / 255.0;
temp = compressedAttribute1.y * SHIFT_RIGHT8;
translucencyByDistance.w = ((temp - floor(temp)) * SHIFT_LEFT8) / 255.0;
#endif
#if defined(VERTEX_DEPTH_CHECK) || defined(FRAGMENT_DEPTH_CHECK)
temp = compressedAttribute3.w;
temp = temp * SHIFT_RIGHT12;
vec2 dimensions;
dimensions.y = (temp - floor(temp)) * SHIFT_LEFT12;
dimensions.x = floor(temp);
#endif
#ifdef ALIGNED_AXIS
vec3 alignedAxis = czm_octDecode(floor(compressedAttribute1.y * SHIFT_RIGHT8));
temp = compressedAttribute2.z * SHIFT_RIGHT5;
bool validAlignedAxis = (temp - floor(temp)) * SHIFT_LEFT1 > 0.0;
#else
vec3 alignedAxis = vec3(0.0);
bool validAlignedAxis = false;
#endif
vec4 pickColor;
vec4 color;
temp = compressedAttribute2.y;
temp = temp * SHIFT_RIGHT8;
pickColor.b = (temp - floor(temp)) * SHIFT_LEFT8;
temp = floor(temp) * SHIFT_RIGHT8;
pickColor.g = (temp - floor(temp)) * SHIFT_LEFT8;
pickColor.r = floor(temp);
temp = compressedAttribute2.x;
temp = temp * SHIFT_RIGHT8;
color.b = (temp - floor(temp)) * SHIFT_LEFT8;
temp = floor(temp) * SHIFT_RIGHT8;
color.g = (temp - floor(temp)) * SHIFT_LEFT8;
color.r = floor(temp);
temp = compressedAttribute2.z * SHIFT_RIGHT8;
bool sizeInMeters = floor((temp - floor(temp)) * SHIFT_LEFT7) > 0.0;
temp = floor(temp) * SHIFT_RIGHT8;
pickColor.a = (temp - floor(temp)) * SHIFT_LEFT8;
pickColor /= 255.0;
color.a = floor(temp);
color /= 255.0;
vec4 p = czm_translateRelativeToEye(positionHigh, positionLow);
vec4 positionEC = czm_modelViewRelativeToEye * p;
#if defined(FRAGMENT_DEPTH_CHECK) || defined(VERTEX_DEPTH_CHECK)
float eyeDepth = positionEC.z;
#endif
positionEC = czm_eyeOffset(positionEC, eyeOffset.xyz);
positionEC.xyz *= show;
#if defined(EYE_DISTANCE_SCALING) || defined(EYE_DISTANCE_TRANSLUCENCY) || defined(EYE_DISTANCE_PIXEL_OFFSET) || defined(DISTANCE_DISPLAY_CONDITION) || defined(DISABLE_DEPTH_DISTANCE)
float lengthSq;
if (czm_sceneMode == czm_sceneMode2D)
{
lengthSq = czm_eyeHeight2D.y;
}
else
{
lengthSq = dot(positionEC.xyz, positionEC.xyz);
}
#endif
#ifdef EYE_DISTANCE_SCALING
float distanceScale = czm_nearFarScalar(scaleByDistance, lengthSq);
scale *= distanceScale;
translate *= distanceScale;
if (scale == 0.0)
{
positionEC.xyz = vec3(0.0);
}
#endif
float translucency = 1.0;
#ifdef EYE_DISTANCE_TRANSLUCENCY
translucency = czm_nearFarScalar(translucencyByDistance, lengthSq);
if (translucency == 0.0)
{
positionEC.xyz = vec3(0.0);
}
#endif
#ifdef EYE_DISTANCE_PIXEL_OFFSET
float pixelOffsetScale = czm_nearFarScalar(pixelOffsetScaleByDistance, lengthSq);
pixelOffset *= pixelOffsetScale;
#endif
#ifdef DISTANCE_DISPLAY_CONDITION
float nearSq = compressedAttribute3.x;
float farSq = compressedAttribute3.y;
if (lengthSq < nearSq || lengthSq > farSq)
{
positionEC.xyz = vec3(0.0);
}
#endif
mat2 rotationMatrix;
float mpp;
#ifdef DISABLE_DEPTH_DISTANCE
float disableDepthTestDistance = compressedAttribute3.z;
#endif
#ifdef VERTEX_DEPTH_CHECK
if (lengthSq < disableDepthTestDistance) {
float depthsilon = 10.0;
vec2 labelTranslate = textureCoordinateBoundsOrLabelTranslate.xy;
vec4 pEC1 = addScreenSpaceOffset(positionEC, dimensions, scale, vec2(0.0), origin, labelTranslate, pixelOffset, alignedAxis, validAlignedAxis, rotation, sizeInMeters, rotationMatrix, mpp);
float globeDepth1 = getGlobeDepth(pEC1);
if (globeDepth1 != 0.0 && pEC1.z + depthsilon < globeDepth1)
{
vec4 pEC2 = addScreenSpaceOffset(positionEC, dimensions, scale, vec2(0.0, 1.0), origin, labelTranslate, pixelOffset, alignedAxis, validAlignedAxis, rotation, sizeInMeters, rotationMatrix, mpp);
float globeDepth2 = getGlobeDepth(pEC2);
if (globeDepth2 != 0.0 && pEC2.z + depthsilon < globeDepth2)
{
vec4 pEC3 = addScreenSpaceOffset(positionEC, dimensions, scale, vec2(1.0), origin, labelTranslate, pixelOffset, alignedAxis, validAlignedAxis, rotation, sizeInMeters, rotationMatrix, mpp);
float globeDepth3 = getGlobeDepth(pEC3);
if (globeDepth3 != 0.0 && pEC3.z + depthsilon < globeDepth3)
{
positionEC.xyz = vec3(0.0);
}
}
}
}
#endif
positionEC = addScreenSpaceOffset(positionEC, imageSize, scale, direction, origin, translate, pixelOffset, alignedAxis, validAlignedAxis, rotation, sizeInMeters, rotationMatrix, mpp);
gl_Position = czm_projection * positionEC;
v_textureCoordinates = textureCoordinates;
#ifdef LOG_DEPTH
czm_vertexLogDepth();
#endif
#ifdef DISABLE_DEPTH_DISTANCE
if (disableDepthTestDistance == 0.0 && czm_minimumDisableDepthTestDistance != 0.0)
{
disableDepthTestDistance = czm_minimumDisableDepthTestDistance;
}
if (disableDepthTestDistance != 0.0)
{
float zclip = gl_Position.z / gl_Position.w;
bool clipped = (zclip < -1.0 || zclip > 1.0);
if (!clipped && (disableDepthTestDistance < 0.0 || (lengthSq > 0.0 && lengthSq < disableDepthTestDistance)))
{
gl_Position.z = -gl_Position.w;
#ifdef LOG_DEPTH
v_depthFromNearPlusOne = 1.0;
#endif
}
}
#endif
#ifdef FRAGMENT_DEPTH_CHECK
if (sizeInMeters) {
translate /= mpp;
dimensions /= mpp;
imageSize /= mpp;
}
#if defined(ROTATION) || defined(ALIGNED_AXIS)
v_rotationMatrix = rotationMatrix;
#else
v_rotationMatrix = mat2(1.0, 0.0, 0.0, 1.0);
#endif
float enableDepthCheck = 0.0;
if (lengthSq < disableDepthTestDistance)
{
enableDepthCheck = 1.0;
}
float dw = floor(clamp(dimensions.x, 0.0, SHIFT_LEFT12));
float dh = floor(clamp(dimensions.y, 0.0, SHIFT_LEFT12));
float iw = floor(clamp(imageSize.x, 0.0, SHIFT_LEFT12));
float ih = floor(clamp(imageSize.y, 0.0, SHIFT_LEFT12));
v_compressed.x = eyeDepth;
v_compressed.y = applyTranslate * SHIFT_LEFT1 + enableDepthCheck;
v_compressed.z = dw * SHIFT_LEFT12 + dh;
v_compressed.w = iw * SHIFT_LEFT12 + ih;
v_originTextureCoordinateAndTranslate.xy = depthOrigin;
v_originTextureCoordinateAndTranslate.zw = translate;
v_textureCoordinateBounds = textureCoordinateBoundsOrLabelTranslate;
#endif
#ifdef SDF
vec4 outlineColor;
float outlineWidth;
temp = sdf.x;
temp = temp * SHIFT_RIGHT8;
outlineColor.b = (temp - floor(temp)) * SHIFT_LEFT8;
temp = floor(temp) * SHIFT_RIGHT8;
outlineColor.g = (temp - floor(temp)) * SHIFT_LEFT8;
outlineColor.r = floor(temp);
temp = sdf.y;
temp = temp * SHIFT_RIGHT8;
float temp3 = (temp - floor(temp)) * SHIFT_LEFT8;
temp = floor(temp) * SHIFT_RIGHT8;
outlineWidth = (temp - floor(temp)) * SHIFT_LEFT8;
outlineColor.a = floor(temp);
outlineColor /= 255.0;
v_outlineWidth = outlineWidth / 255.0;
v_outlineColor = outlineColor;
v_outlineColor.a *= translucency;
#endif
v_pickColor = pickColor;
v_color = color;
v_color.a *= translucency;
}
`;function hi(e,t){e=y(e,y.EMPTY_OBJECT);let n=e.translucencyByDistance,i=e.pixelOffsetScaleByDistance,o=e.scaleByDistance,r=e.distanceDisplayCondition;l(n)&&(n=Et.clone(n)),l(i)&&(i=Et.clone(i)),l(o)&&(o=Et.clone(o)),l(r)&&(r=xt.clone(r)),this._show=y(e.show,!0),this._position=h.clone(y(e.position,h.ZERO)),this._actualPosition=h.clone(this._position),this._pixelOffset=H.clone(y(e.pixelOffset,H.ZERO)),this._translate=new H(0,0),this._eyeOffset=h.clone(y(e.eyeOffset,h.ZERO)),this._heightReference=y(e.heightReference,Ue.NONE),this._verticalOrigin=y(e.verticalOrigin,Sn.CENTER),this._horizontalOrigin=y(e.horizontalOrigin,li.CENTER),this._scale=y(e.scale,1),this._color=U.clone(y(e.color,U.WHITE)),this._rotation=y(e.rotation,0),this._alignedAxis=h.clone(y(e.alignedAxis,h.ZERO)),this._width=e.width,this._height=e.height,this._scaleByDistance=o,this._translucencyByDistance=n,this._pixelOffsetScaleByDistance=i,this._sizeInMeters=y(e.sizeInMeters,!1),this._distanceDisplayCondition=r,this._disableDepthTestDistance=e.disableDepthTestDistance,this._id=e.id,this._collection=y(e.collection,t),this._pickId=void 0,this._pickPrimitive=y(e._pickPrimitive,this),this._billboardCollection=t,this._dirty=!1,this._index=-1,this._batchIndex=void 0,this._imageIndex=-1,this._imageIndexPromise=void 0,this._imageId=void 0,this._image=void 0,this._imageSubRegion=void 0,this._imageWidth=void 0,this._imageHeight=void 0,this._labelDimensions=void 0,this._labelHorizontalOrigin=void 0,this._labelTranslate=void 0;let s=e.image,a=e.imageId;l(s)&&(l(a)||(typeof s=="string"?a=s:l(s.src)?a=s.src:a=kn()),this._imageId=a,this._image=s),l(e.imageSubRegion)&&(this._imageId=a,this._imageSubRegion=e.imageSubRegion),l(this._billboardCollection._textureAtlas)&&this._loadImage(),this._actualClampedPosition=void 0,this._removeCallbackFunc=void 0,this._mode=ee.SCENE3D,this._clusterShow=!0,this._outlineColor=U.clone(y(e.outlineColor,U.BLACK)),this._outlineWidth=y(e.outlineWidth,0),this._updateClamping()}var Qte=hi.SHOW_INDEX=0,HL=hi.POSITION_INDEX=1,ine=hi.PIXEL_OFFSET_INDEX=2,jVe=hi.EYE_OFFSET_INDEX=3,qVe=hi.HORIZONTAL_ORIGIN_INDEX=4,YVe=hi.VERTICAL_ORIGIN_INDEX=5,XVe=hi.SCALE_INDEX=6,GL=hi.IMAGE_INDEX_INDEX=7,$te=hi.COLOR_INDEX=8,KVe=hi.ROTATION_INDEX=9,JVe=hi.ALIGNED_AXIS_INDEX=10,ZVe=hi.SCALE_BY_DISTANCE_INDEX=11,QVe=hi.TRANSLUCENCY_BY_DISTANCE_INDEX=12,$Ve=hi.PIXEL_OFFSET_SCALE_BY_DISTANCE_INDEX=13,eUe=hi.DISTANCE_DISPLAY_CONDITION=14,tUe=hi.DISABLE_DEPTH_DISTANCE=15;hi.TEXTURE_COORDINATE_BOUNDS=16;var ene=hi.SDF_INDEX=17;hi.NUMBER_OF_PROPERTIES=18;function Do(e,t){let n=e._billboardCollection;l(n)&&(n._updateBillboard(e,t),e._dirty=!0)}Object.defineProperties(hi.prototype,{show:{get:function(){return this._show},set:function(e){this._show!==e&&(this._show=e,Do(this,Qte))}},position:{get:function(){return this._position},set:function(e){let t=this._position;h.equals(t,e)||(h.clone(e,t),h.clone(e,this._actualPosition),this._updateClamping(),Do(this,HL))}},heightReference:{get:function(){return this._heightReference},set:function(e){let t=this._heightReference;e!==t&&(this._heightReference=e,this._updateClamping(),Do(this,HL))}},pixelOffset:{get:function(){return this._pixelOffset},set:function(e){let t=this._pixelOffset;H.equals(t,e)||(H.clone(e,t),Do(this,ine))}},scaleByDistance:{get:function(){return this._scaleByDistance},set:function(e){let t=this._scaleByDistance;Et.equals(t,e)||(this._scaleByDistance=Et.clone(e,t),Do(this,ZVe))}},translucencyByDistance:{get:function(){return this._translucencyByDistance},set:function(e){let t=this._translucencyByDistance;Et.equals(t,e)||(this._translucencyByDistance=Et.clone(e,t),Do(this,QVe))}},pixelOffsetScaleByDistance:{get:function(){return this._pixelOffsetScaleByDistance},set:function(e){let t=this._pixelOffsetScaleByDistance;Et.equals(t,e)||(this._pixelOffsetScaleByDistance=Et.clone(e,t),Do(this,$Ve))}},eyeOffset:{get:function(){return this._eyeOffset},set:function(e){let t=this._eyeOffset;h.equals(t,e)||(h.clone(e,t),Do(this,jVe))}},horizontalOrigin:{get:function(){return this._horizontalOrigin},set:function(e){this._horizontalOrigin!==e&&(this._horizontalOrigin=e,Do(this,qVe))}},verticalOrigin:{get:function(){return this._verticalOrigin},set:function(e){this._verticalOrigin!==e&&(this._verticalOrigin=e,Do(this,YVe))}},scale:{get:function(){return this._scale},set:function(e){this._scale!==e&&(this._scale=e,Do(this,XVe))}},color:{get:function(){return this._color},set:function(e){let t=this._color;U.equals(t,e)||(U.clone(e,t),Do(this,$te))}},rotation:{get:function(){return this._rotation},set:function(e){this._rotation!==e&&(this._rotation=e,Do(this,KVe))}},alignedAxis:{get:function(){return this._alignedAxis},set:function(e){let t=this._alignedAxis;h.equals(t,e)||(h.clone(e,t),Do(this,JVe))}},width:{get:function(){return y(this._width,this._imageWidth)},set:function(e){this._width!==e&&(this._width=e,Do(this,GL))}},height:{get:function(){return y(this._height,this._imageHeight)},set:function(e){this._height!==e&&(this._height=e,Do(this,GL))}},sizeInMeters:{get:function(){return this._sizeInMeters},set:function(e){this._sizeInMeters!==e&&(this._sizeInMeters=e,Do(this,$te))}},distanceDisplayCondition:{get:function(){return this._distanceDisplayCondition},set:function(e){xt.equals(e,this._distanceDisplayCondition)||(this._distanceDisplayCondition=xt.clone(e,this._distanceDisplayCondition),Do(this,eUe))}},disableDepthTestDistance:{get:function(){return this._disableDepthTestDistance},set:function(e){this._disableDepthTestDistance!==e&&(this._disableDepthTestDistance=e,Do(this,tUe))}},id:{get:function(){return this._id},set:function(e){this._id=e,l(this._pickId)&&(this._pickId.object.id=e)}},pickPrimitive:{get:function(){return this._pickPrimitive},set:function(e){this._pickPrimitive=e,l(this._pickId)&&(this._pickId.object.primitive=e)}},pickId:{get:function(){return this._pickId}},image:{get:function(){return this._imageId},set:function(e){l(e)?typeof e=="string"?this.setImage(e,e):e instanceof Pe?this.setImage(e.url,e):l(e.src)?this.setImage(e.src,e):this.setImage(kn(),e):(this._imageIndex=-1,this._imageSubRegion=void 0,this._imageId=void 0,this._image=void 0,this._imageIndexPromise=void 0,Do(this,GL))}},ready:{get:function(){return this._imageIndex!==-1}},_clampedPosition:{get:function(){return this._actualClampedPosition},set:function(e){this._actualClampedPosition=h.clone(e,this._actualClampedPosition),Do(this,HL)}},clusterShow:{get:function(){return this._clusterShow},set:function(e){this._clusterShow!==e&&(this._clusterShow=e,Do(this,Qte))}},outlineColor:{get:function(){return this._outlineColor},set:function(e){let t=this._outlineColor;U.equals(t,e)||(U.clone(e,t),Do(this,ene))}},outlineWidth:{get:function(){return this._outlineWidth},set:function(e){this._outlineWidth!==e&&(this._outlineWidth=e,Do(this,ene))}}});hi.prototype.getPickId=function(e){return l(this._pickId)||(this._pickId=e.createPickId({primitive:this._pickPrimitive,collection:this._collection,id:this._id})),this._pickId};hi.prototype._updateClamping=function(){hi._updateClamping(this._billboardCollection,this)};var JS=new he,tne=new h;hi._updateClamping=function(e,t){let n=e._scene;if(!l(n)||!l(n.globe))return;let i=n.globe,o=i.ellipsoid,r=i._surface,s=n.frameState.mode,a=s!==t._mode;if(t._mode=s,(t._heightReference===Ue.NONE||a)&&l(t._removeCallbackFunc)&&(t._removeCallbackFunc(),t._removeCallbackFunc=void 0,t._clampedPosition=void 0),t._heightReference===Ue.NONE||!l(t._position))return;let c=o.cartesianToCartographic(t._position);if(!l(c)){t._actualClampedPosition=void 0;return}l(t._removeCallbackFunc)&&t._removeCallbackFunc();function u(d){if(t._heightReference===Ue.RELATIVE_TO_GROUND)if(t._mode===ee.SCENE3D){let p=o.cartesianToCartographic(d,JS);p.height+=c.height,o.cartographicToCartesian(p,d)}else d.x+=c.height;t._clampedPosition=h.clone(d,t._clampedPosition)}t._removeCallbackFunc=r.updateHeight(c,u),he.clone(c,JS);let f=i.getHeight(c);l(f)&&(JS.height=f),o.cartographicToCartesian(JS,tne),u(tne)};hi.prototype._loadImage=function(){let e=this._billboardCollection._textureAtlas,t=this._imageId,n=this._image,i=this._imageSubRegion,o,r=this;function s(a){if(r._imageId!==t||r._image!==n||!He.equals(r._imageSubRegion,i))return;let c=e.textureCoordinates[a];r._imageWidth=e.texture.width*c.width,r._imageHeight=e.texture.height*c.height,r._imageIndex=a,r._ready=!0,r._image=void 0,r._imageIndexPromise=void 0,Do(r,GL)}if(l(n)){let a=e.getImageIndex(t);if(l(a)){s(a);return}o=e.addImage(t,n)}l(i)&&(o=e.addSubRegion(t,i)),this._imageIndexPromise=o,l(o)&&o.then(s).catch(function(a){console.error(`Error loading image for billboard: ${a}`),r._imageIndexPromise=void 0})};hi.prototype.setImage=function(e,t){this._imageId!==e&&(this._imageIndex=-1,this._imageSubRegion=void 0,this._imageId=e,this._image=t,l(this._billboardCollection._textureAtlas)&&this._loadImage())};hi.prototype.setImageSubRegion=function(e,t){this._imageId===e&&He.equals(this._imageSubRegion,t)||(this._imageIndex=-1,this._imageId=e,this._imageSubRegion=He.clone(t),l(this._billboardCollection._textureAtlas)&&this._loadImage())};hi.prototype._setTranslate=function(e){let t=this._translate;H.equals(t,e)||(H.clone(e,t),Do(this,ine))};hi.prototype._getActualPosition=function(){return l(this._clampedPosition)?this._clampedPosition:this._actualPosition};hi.prototype._setActualPosition=function(e){l(this._clampedPosition)||h.clone(e,this._actualPosition),Do(this,HL)};var nne=new se;hi._computeActualPosition=function(e,t,n,i){return l(e._clampedPosition)?(n.mode!==e._mode&&e._updateClamping(),e._clampedPosition):n.mode===ee.SCENE3D?t:(F.multiplyByPoint(i,t,nne),Xi.computeActualWgs84Position(n,nne))};var one=new h;hi._computeScreenSpacePosition=function(e,t,n,i,o,r){let s=F.multiplyByPoint(e,t,one),a=Xi.wgs84WithEyeOffsetToWindowCoordinates(o,s,n,r);if(!!l(a))return H.add(a,i,a),a};var zL=new H(0,0);hi.prototype.computeScreenSpacePosition=function(e,t){let n=this._billboardCollection;l(t)||(t=new H),H.clone(this._pixelOffset,zL),H.add(zL,this._translate,zL);let i=n.modelMatrix,o=this._position;if(l(this._clampedPosition)&&(o=this._clampedPosition,e.mode!==ee.SCENE3D)){let s=e.mapProjection,a=s.ellipsoid,c=s.unproject(o,JS);o=a.cartographicToCartesian(c,one),i=F.IDENTITY}return hi._computeScreenSpacePosition(i,o,this._eyeOffset,zL,e,t)};hi.getScreenSpaceBoundingBox=function(e,t,n){let i=e.width,o=e.height,r=e.scale;i*=r,o*=r;let s=t.x;e.horizontalOrigin===li.RIGHT?s-=i:e.horizontalOrigin===li.CENTER&&(s-=i*.5);let a=t.y;return e.verticalOrigin===Sn.BOTTOM||e.verticalOrigin===Sn.BASELINE?a-=o:e.verticalOrigin===Sn.CENTER&&(a-=o*.5),l(n)||(n=new He),n.x=s,n.y=a,n.width=i,n.height=o,n};hi.prototype.equals=function(e){return this===e||l(e)&&this._id===e._id&&h.equals(this._position,e._position)&&this._imageId===e._imageId&&this._show===e._show&&this._scale===e._scale&&this._verticalOrigin===e._verticalOrigin&&this._horizontalOrigin===e._horizontalOrigin&&this._heightReference===e._heightReference&&He.equals(this._imageSubRegion,e._imageSubRegion)&&U.equals(this._color,e._color)&&H.equals(this._pixelOffset,e._pixelOffset)&&H.equals(this._translate,e._translate)&&h.equals(this._eyeOffset,e._eyeOffset)&&Et.equals(this._scaleByDistance,e._scaleByDistance)&&Et.equals(this._translucencyByDistance,e._translucencyByDistance)&&Et.equals(this._pixelOffsetScaleByDistance,e._pixelOffsetScaleByDistance)&&xt.equals(this._distanceDisplayCondition,e._distanceDisplayCondition)&&this._disableDepthTestDistance===e._disableDepthTestDistance};hi.prototype._destroy=function(){l(this._customData)&&(this._billboardCollection._scene.globe._surface.removeTileCustomData(this._customData),this._customData=void 0),l(this._removeCallbackFunc)&&(this._removeCallbackFunc(),this._removeCallbackFunc=void 0),this.image=void 0,this._pickId=this._pickId&&this._pickId.destroy(),this._billboardCollection=void 0};var ho=hi;var nUe={OPAQUE:0,TRANSLUCENT:1,OPAQUE_AND_TRANSLUCENT:2},To=Object.freeze(nUe);var iUe={FONT_SIZE:48,PADDING:10,RADIUS:8,CUTOFF:.25},Ts=Object.freeze(iUe);function Vm(e,t,n,i,o){this.bottomLeft=y(e,H.ZERO),this.topRight=y(t,H.ZERO),this.childNode1=n,this.childNode2=i,this.imageIndex=o}var oUe=new H(16,16);function I_(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.borderWidthInPixels,1),n=y(e.initialSize,oUe);this._context=e.context,this._pixelFormat=y(e.pixelFormat,ft.RGBA),this._borderWidthInPixels=t,this._textureCoordinates=[],this._guid=kn(),this._idHash={},this._indexHash={},this._initialSize=n,this._root=void 0}Object.defineProperties(I_.prototype,{borderWidthInPixels:{get:function(){return this._borderWidthInPixels}},textureCoordinates:{get:function(){return this._textureCoordinates}},texture:{get:function(){return l(this._texture)||(this._texture=new Rt({context:this._context,width:this._initialSize.x,height:this._initialSize.y,pixelFormat:this._pixelFormat})),this._texture}},numberOfImages:{get:function(){return this._textureCoordinates.length}},guid:{get:function(){return this._guid}}});function rUe(e,t){let n=e._context,i=e.numberOfImages,o=2,r=e._borderWidthInPixels;if(i>0){let s=e._texture.width,a=e._texture.height,c=o*(s+t.width+r),u=o*(a+t.height+r),f=s/c,d=a/u,p=new Vm(new H(s+r,r),new H(c,a)),g=new Vm(new H,new H(c,a),e._root,p),m=new Vm(new H(r,a+r),new H(c,u)),A=new Vm(new H,new H(c,u),g,m);for(let b=0;b<e._textureCoordinates.length;b++){let E=e._textureCoordinates[b];l(E)&&(E.x*=f,E.y*=d,E.width*=f,E.height*=d)}let C=new Rt({context:e._context,width:c,height:u,pixelFormat:e._pixelFormat}),x=new Xs({context:n,colorTextures:[e._texture],destroyAttachments:!1});x._bind(),C.copyFromFramebuffer(0,0,0,0,c,u),x._unBind(),x.destroy(),e._texture=e._texture&&e._texture.destroy(),e._texture=C,e._root=A}else{let s=o*(t.width+2*r),a=o*(t.height+2*r);s<e._initialSize.x&&(s=e._initialSize.x),a<e._initialSize.y&&(a=e._initialSize.y),e._texture=e._texture&&e._texture.destroy(),e._texture=new Rt({context:e._context,width:s,height:a,pixelFormat:e._pixelFormat}),e._root=new Vm(new H(r,r),new H(s,a))}}function WL(e,t,n){if(!!l(t)){if(!l(t.childNode1)&&!l(t.childNode2)){if(l(t.imageIndex))return;let i=t.topRight.x-t.bottomLeft.x,o=t.topRight.y-t.bottomLeft.y,r=i-n.width,s=o-n.height;if(r<0||s<0)return;if(r===0&&s===0)return t;if(r>s){t.childNode1=new Vm(new H(t.bottomLeft.x,t.bottomLeft.y),new H(t.bottomLeft.x+n.width,t.topRight.y));let a=t.bottomLeft.x+n.width+e._borderWidthInPixels;a<t.topRight.x&&(t.childNode2=new Vm(new H(a,t.bottomLeft.y),new H(t.topRight.x,t.topRight.y)))}else{t.childNode1=new Vm(new H(t.bottomLeft.x,t.bottomLeft.y),new H(t.topRight.x,t.bottomLeft.y+n.height));let a=t.bottomLeft.y+n.height+e._borderWidthInPixels;a<t.topRight.y&&(t.childNode2=new Vm(new H(t.bottomLeft.x,a),new H(t.topRight.x,t.topRight.y)))}return WL(e,t.childNode1,n)}return WL(e,t.childNode1,n)||WL(e,t.childNode2,n)}}function rne(e,t,n){let i=WL(e,e._root,t);if(l(i)){i.imageIndex=n;let o=e._texture.width,r=e._texture.height,s=i.topRight.x-i.bottomLeft.x,a=i.topRight.y-i.bottomLeft.y,c=i.bottomLeft.x/o,u=i.bottomLeft.y/r,f=s/o,d=a/r;e._textureCoordinates[n]=new He(c,u,f,d),e._texture.copyFrom({source:t,xOffset:i.bottomLeft.x,yOffset:i.bottomLeft.y})}else rUe(e,t),rne(e,t,n);e._guid=kn()}function sne(e,t){if(!l(e)||e.isDestroyed())return-1;let n=e.numberOfImages;return rne(e,t,n),n}I_.prototype.getImageIndex=function(e){return this._indexHash[e]};I_.prototype.addImageSync=function(e,t){let n=this._indexHash[e];return l(n)||(n=sne(this,t),this._idHash[e]=Promise.resolve(n),this._indexHash[e]=n),n};I_.prototype.addImage=function(e,t){let n=this._idHash[e];if(l(n))return n;typeof t=="function"?t=t(e):(typeof t=="string"||t instanceof Pe)&&(t=Pe.createIfNeeded(t).fetchImage());let i=this;return n=Promise.resolve(t).then(function(o){let r=sne(i,o);return i._indexHash[e]=r,r}),this._idHash[e]=n,n};I_.prototype.addSubRegion=function(e,t){let n=this._idHash[e];if(!l(n))throw new de(`image with id "${e}" not found in the atlas.`);let i=this;return Promise.resolve(n).then(function(o){if(o===-1)return-1;let r=i._texture.width,s=i._texture.height,a=i.numberOfImages,c=i._textureCoordinates[o],u=c.x+t.x/r,f=c.y+t.y/s,d=t.width/r,p=t.height/s;return i._textureCoordinates.push(new He(u,f,d,p)),i._guid=kn(),a})};I_.prototype.isDestroyed=function(){return!1};I_.prototype.destroy=function(){return this._texture=this._texture&&this._texture.destroy(),le(this)};var ly=I_;var sUe=ho.SHOW_INDEX,QS=ho.POSITION_INDEX,ane=ho.PIXEL_OFFSET_INDEX,cne=ho.EYE_OFFSET_INDEX,aUe=ho.HORIZONTAL_ORIGIN_INDEX,cUe=ho.VERTICAL_ORIGIN_INDEX,lUe=ho.SCALE_INDEX,ZS=ho.IMAGE_INDEX_INDEX,lne=ho.COLOR_INDEX,uUe=ho.ROTATION_INDEX,fUe=ho.ALIGNED_AXIS_INDEX,une=ho.SCALE_BY_DISTANCE_INDEX,fne=ho.TRANSLUCENCY_BY_DISTANCE_INDEX,dne=ho.PIXEL_OFFSET_SCALE_BY_DISTANCE_INDEX,hne=ho.DISTANCE_DISPLAY_CONDITION,dUe=ho.DISABLE_DEPTH_DISTANCE,hUe=ho.TEXTURE_COORDINATE_BOUNDS,mne=ho.SDF_INDEX,P5=ho.NUMBER_OF_PROPERTIES,mo,mUe={positionHighAndScale:0,positionLowAndRotation:1,compressedAttribute0:2,compressedAttribute1:3,compressedAttribute2:4,eyeOffset:5,scaleByDistance:6,pixelOffsetScaleByDistance:7,compressedAttribute3:8,textureCoordinateBoundsOrLabelTranslate:9,a_batchId:10,sdf:11},pUe={direction:0,positionHighAndScale:1,positionLowAndRotation:2,compressedAttribute0:3,compressedAttribute1:4,compressedAttribute2:5,eyeOffset:6,scaleByDistance:7,pixelOffsetScaleByDistance:8,compressedAttribute3:9,textureCoordinateBoundsOrLabelTranslate:10,a_batchId:11,sdf:12};function bu(e){e=y(e,y.EMPTY_OBJECT),this._scene=e.scene,this._batchTable=e.batchTable,this._textureAtlas=void 0,this._textureAtlasGUID=void 0,this._destroyTextureAtlas=!0,this._sp=void 0,this._spTranslucent=void 0,this._rsOpaque=void 0,this._rsTranslucent=void 0,this._vaf=void 0,this._billboards=[],this._billboardsToUpdate=[],this._billboardsToUpdateIndex=0,this._billboardsRemoved=!1,this._createVertexArray=!1,this._shaderRotation=!1,this._compiledShaderRotation=!1,this._shaderAlignedAxis=!1,this._compiledShaderAlignedAxis=!1,this._shaderScaleByDistance=!1,this._compiledShaderScaleByDistance=!1,this._shaderTranslucencyByDistance=!1,this._compiledShaderTranslucencyByDistance=!1,this._shaderPixelOffsetScaleByDistance=!1,this._compiledShaderPixelOffsetScaleByDistance=!1,this._shaderDistanceDisplayCondition=!1,this._compiledShaderDistanceDisplayCondition=!1,this._shaderDisableDepthDistance=!1,this._compiledShaderDisableDepthDistance=!1,this._shaderClampToGround=!1,this._compiledShaderClampToGround=!1,this._propertiesChanged=new Uint32Array(P5),this._maxSize=0,this._maxEyeOffset=0,this._maxScale=1,this._maxPixelOffset=0,this._allHorizontalCenter=!0,this._allVerticalCenter=!0,this._allSizedInMeters=!0,this._baseVolume=new re,this._baseVolumeWC=new re,this._baseVolume2D=new re,this._boundingVolume=new re,this._boundingVolumeDirty=!1,this._colorCommands=[],this.show=y(e.show,!0),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._modelMatrix=F.clone(F.IDENTITY),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.debugShowTextureAtlas=y(e.debugShowTextureAtlas,!1),this.blendOption=y(e.blendOption,To.OPAQUE_AND_TRANSLUCENT),this._blendOption=void 0,this._mode=ee.SCENE3D,this._buffersUsage=[Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW],this._highlightColor=U.clone(U.WHITE);let t=this;this._uniforms={u_atlas:function(){return t._textureAtlas.texture},u_highlightColor:function(){return t._highlightColor}};let n=this._scene;l(n)&&l(n.terrainProviderChanged)&&(this._removeCallbackFunc=n.terrainProviderChanged.addEventListener(function(){let i=this._billboards,o=i.length;for(let r=0;r<o;++r)l(i[r])&&i[r]._updateClamping()},this))}Object.defineProperties(bu.prototype,{length:{get:function(){return I5(this),this._billboards.length}},textureAtlas:{get:function(){return this._textureAtlas},set:function(e){this._textureAtlas!==e&&(this._textureAtlas=this._destroyTextureAtlas&&this._textureAtlas&&this._textureAtlas.destroy(),this._textureAtlas=e,this._createVertexArray=!0)}},destroyTextureAtlas:{get:function(){return this._destroyTextureAtlas},set:function(e){this._destroyTextureAtlas=e}}});function pne(e){let t=e.length;for(let n=0;n<t;++n)e[n]&&e[n]._destroy()}bu.prototype.add=function(e){let t=new ho(e,this);return t._index=this._billboards.length,this._billboards.push(t),this._createVertexArray=!0,t};bu.prototype.remove=function(e){return this.contains(e)?(this._billboards[e._index]=void 0,this._billboardsRemoved=!0,this._createVertexArray=!0,e._destroy(),!0):!1};bu.prototype.removeAll=function(){pne(this._billboards),this._billboards=[],this._billboardsToUpdate=[],this._billboardsToUpdateIndex=0,this._billboardsRemoved=!1,this._createVertexArray=!0};function I5(e){if(e._billboardsRemoved){e._billboardsRemoved=!1;let t=[],n=e._billboards,i=n.length;for(let o=0,r=0;o<i;++o){let s=n[o];l(s)&&(s._index=r++,t.push(s))}e._billboards=t}}bu.prototype._updateBillboard=function(e,t){e._dirty||(this._billboardsToUpdate[this._billboardsToUpdateIndex++]=e),++this._propertiesChanged[t]};bu.prototype.contains=function(e){return l(e)&&e._billboardCollection===this};bu.prototype.get=function(e){return I5(this),this._billboards[e]};var E5;function _Ue(e){let n=e.cache.billboardCollection_indexBufferBatched;if(l(n))return n;let i=16384*6-6,o=new Uint16Array(i);for(let r=0,s=0;r<i;r+=6,s+=4)o[r]=s,o[r+1]=s+1,o[r+2]=s+2,o[r+3]=s+0,o[r+4]=s+2,o[r+5]=s+3;return n=rt.createIndexBuffer({context:e,typedArray:o,usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT}),n.vertexArrayDestroyable=!1,e.cache.billboardCollection_indexBufferBatched=n,n}function gUe(e){let t=e.cache.billboardCollection_indexBufferInstanced;return l(t)||(t=rt.createIndexBuffer({context:e,typedArray:new Uint16Array([0,1,2,0,2,3]),usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT}),t.vertexArrayDestroyable=!1,e.cache.billboardCollection_indexBufferInstanced=t),t}function yUe(e){let t=e.cache.billboardCollection_vertexBufferInstanced;return l(t)||(t=rt.createVertexBuffer({context:e,typedArray:new Float32Array([0,0,1,0,1,1,0,1]),usage:Le.STATIC_DRAW}),t.vertexArrayDestroyable=!1,e.cache.billboardCollection_vertexBufferInstanced=t),t}bu.prototype.computeNewBuffersUsage=function(){let e=this._buffersUsage,t=!1,n=this._propertiesChanged;for(let i=0;i<P5;++i){let o=n[i]===0?Le.STATIC_DRAW:Le.STREAM_DRAW;t=t||e[i]!==o,e[i]=o}return t};function AUe(e,t,n,i,o,r){let s=[{index:mo.positionHighAndScale,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[QS]},{index:mo.positionLowAndRotation,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[QS]},{index:mo.compressedAttribute0,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[ane]},{index:mo.compressedAttribute1,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[fne]},{index:mo.compressedAttribute2,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[lne]},{index:mo.eyeOffset,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[cne]},{index:mo.scaleByDistance,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[une]},{index:mo.pixelOffsetScaleByDistance,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[dne]},{index:mo.compressedAttribute3,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[hne]},{index:mo.textureCoordinateBoundsOrLabelTranslate,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[hUe]}];i&&s.push({index:mo.direction,componentsPerAttribute:2,componentDatatype:K.FLOAT,vertexBuffer:yUe(e)}),l(o)&&s.push({index:mo.a_batchId,componentsPerAttribute:1,componentDatatype:K.FLOAT,bufferUsage:Le.STATIC_DRAW}),r&&s.push({index:mo.sdf,componentsPerAttribute:2,componentDatatype:K.FLOAT,usage:n[mne]});let a=i?t:4*t;return new P_(e,s,a,i)}var b5=new Vn;function _ne(e,t,n,i,o){let r,s=i[mo.positionHighAndScale],a=i[mo.positionLowAndRotation],c=o._getActualPosition();e._mode===ee.SCENE3D&&(re.expand(e._baseVolume,c,e._baseVolume),e._boundingVolumeDirty=!0),Vn.fromCartesian(c,b5);let u=o.scale,f=o.rotation;f!==0&&(e._shaderRotation=!0),e._maxScale=Math.max(e._maxScale,u);let d=b5.high,p=b5.low;e._instanced?(r=o._index,s(r,d.x,d.y,d.z,u),a(r,p.x,p.y,p.z,f)):(r=o._index*4,s(r+0,d.x,d.y,d.z,u),s(r+1,d.x,d.y,d.z,u),s(r+2,d.x,d.y,d.z,u),s(r+3,d.x,d.y,d.z,u),a(r+0,p.x,p.y,p.z,f),a(r+1,p.x,p.y,p.z,f),a(r+2,p.x,p.y,p.z,f),a(r+3,p.x,p.y,p.z,f))}var Eu=new H,Tu=32768,bx=65536,S5=4096,rh=256,CUe=128,xUe=32,TUe=8,gne=4,EUe=1/256,yne=0,Ane=2,Cne=3,xne=1;function Tne(e,t,n,i,o){let r,s=i[mo.compressedAttribute0],a=o.pixelOffset,c=a.x,u=a.y,f=o._translate,d=f.x,p=f.y;e._maxPixelOffset=Math.max(e._maxPixelOffset,Math.abs(c+d),Math.abs(-u+p));let g=o.horizontalOrigin,m=o._verticalOrigin,A=o.show&&o.clusterShow;o.color.alpha===0&&(A=!1),m===Sn.BASELINE&&(m=Sn.BOTTOM),e._allHorizontalCenter=e._allHorizontalCenter&&g===li.CENTER,e._allVerticalCenter=e._allVerticalCenter&&m===Sn.CENTER;let C=0,x=0,b=0,E=0,S=o._imageIndex;if(S!==-1){let z=n[S];C=z.x,x=z.y,b=z.width,E=z.height}let D=C+b,v=x+E,O=Math.floor(I.clamp(c,-Tu,Tu)+Tu)*CUe;O+=(g+1)*xUe,O+=(m+1)*TUe,O+=(A?1:0)*gne;let R=Math.floor(I.clamp(u,-Tu,Tu)+Tu)*rh,M=Math.floor(I.clamp(d,-Tu,Tu)+Tu)*rh,L=(I.clamp(p,-Tu,Tu)+Tu)*EUe,_=Math.floor(L),T=Math.floor((L-_)*rh);R+=_,M+=T,Eu.x=C,Eu.y=x;let w=Un.compressTextureCoordinates(Eu);Eu.x=D;let P=Un.compressTextureCoordinates(Eu);Eu.y=v;let B=Un.compressTextureCoordinates(Eu);Eu.x=C;let N=Un.compressTextureCoordinates(Eu);e._instanced?(r=o._index,s(r,O,R,M,w)):(r=o._index*4,s(r+0,O+yne,R,M,w),s(r+1,O+Ane,R,M,P),s(r+2,O+Cne,R,M,B),s(r+3,O+xne,R,M,N))}function Ene(e,t,n,i,o){let r,s=i[mo.compressedAttribute1],a=o.alignedAxis;h.equals(a,h.ZERO)||(e._shaderAlignedAxis=!0);let c=0,u=1,f=1,d=1,p=o.translucencyByDistance;l(p)&&(c=p.near,u=p.nearValue,f=p.far,d=p.farValue,(u!==1||d!==1)&&(e._shaderTranslucencyByDistance=!0));let g=0,m=o._imageIndex;m!==-1&&(g=n[m].width);let A=e._textureAtlas.texture.width,C=Math.round(y(o.width,A*g));e._maxSize=Math.max(e._maxSize,C);let x=I.clamp(C,0,bx),b=0;Math.abs(h.magnitudeSquared(a)-1)<I.EPSILON6&&(b=Un.octEncodeFloat(a)),u=I.clamp(u,0,1),u=u===1?255:u*255|0,x=x*rh+u,d=I.clamp(d,0,1),d=d===1?255:d*255|0,b=b*rh+d,e._instanced?(r=o._index,s(r,x,b,c,f)):(r=o._index*4,s(r+0,x,b,c,f),s(r+1,x,b,c,f),s(r+2,x,b,c,f),s(r+3,x,b,c,f))}function D5(e,t,n,i,o){let r,s=i[mo.compressedAttribute2],a=o.color,c=l(e._batchTable)?U.WHITE:o.getPickId(t.context).color,u=o.sizeInMeters?1:0,f=Math.abs(h.magnitudeSquared(o.alignedAxis)-1)<I.EPSILON6?1:0;e._allSizedInMeters=e._allSizedInMeters&&u===1;let d=0,p=o._imageIndex;p!==-1&&(d=n[p].height);let g=e._textureAtlas.texture.dimensions,m=Math.round(y(o.height,g.y*d));e._maxSize=Math.max(e._maxSize,m);let A=y(o._labelHorizontalOrigin,-2);A+=2;let C=m*gne+A,x=U.floatToByte(a.red),b=U.floatToByte(a.green),E=U.floatToByte(a.blue),S=x*bx+b*rh+E;x=U.floatToByte(c.red),b=U.floatToByte(c.green),E=U.floatToByte(c.blue);let D=x*bx+b*rh+E,v=U.floatToByte(a.alpha)*bx+U.floatToByte(c.alpha)*rh;v+=u*2+f,e._instanced?(r=o._index,s(r,S,D,v,C)):(r=o._index*4,s(r+0,S,D,v,C),s(r+1,S,D,v,C),s(r+2,S,D,v,C),s(r+3,S,D,v,C))}function v5(e,t,n,i,o){let r,s=i[mo.eyeOffset],a=o.eyeOffset,c=a.z;if(o._heightReference!==Ue.NONE&&(c*=1.005),e._maxEyeOffset=Math.max(e._maxEyeOffset,Math.abs(a.x),Math.abs(a.y),Math.abs(c)),e._instanced){let u=0,f=0,d=o._imageIndex;if(d!==-1){let g=n[d];u=g.width,f=g.height}Eu.x=u,Eu.y=f;let p=Un.compressTextureCoordinates(Eu);r=o._index,s(r,a.x,a.y,c,p)}else r=o._index*4,s(r+0,a.x,a.y,c,0),s(r+1,a.x,a.y,c,0),s(r+2,a.x,a.y,c,0),s(r+3,a.x,a.y,c,0)}function bne(e,t,n,i,o){let r,s=i[mo.scaleByDistance],a=0,c=1,u=1,f=1,d=o.scaleByDistance;l(d)&&(a=d.near,c=d.nearValue,u=d.far,f=d.farValue,(c!==1||f!==1)&&(e._shaderScaleByDistance=!0)),e._instanced?(r=o._index,s(r,a,c,u,f)):(r=o._index*4,s(r+0,a,c,u,f),s(r+1,a,c,u,f),s(r+2,a,c,u,f),s(r+3,a,c,u,f))}function Sne(e,t,n,i,o){let r,s=i[mo.pixelOffsetScaleByDistance],a=0,c=1,u=1,f=1,d=o.pixelOffsetScaleByDistance;l(d)&&(a=d.near,c=d.nearValue,u=d.far,f=d.farValue,(c!==1||f!==1)&&(e._shaderPixelOffsetScaleByDistance=!0)),e._instanced?(r=o._index,s(r,a,c,u,f)):(r=o._index*4,s(r+0,a,c,u,f),s(r+1,a,c,u,f),s(r+2,a,c,u,f),s(r+3,a,c,u,f))}function wne(e,t,n,i,o){let r,s=i[mo.compressedAttribute3],a=0,c=Number.MAX_VALUE,u=o.distanceDisplayCondition;l(u)&&(a=u.near,c=u.far,a*=a,c*=c,e._shaderDistanceDisplayCondition=!0);let f=o.disableDepthTestDistance,d=o.heightReference===Ue.CLAMP_TO_GROUND&&t.context.depthTexture;l(f)||(f=d?5e3:0),f*=f,(d||f>0)&&(e._shaderDisableDepthDistance=!0,f===Number.POSITIVE_INFINITY&&(f=-1));let p,g;if(l(o._labelDimensions))g=o._labelDimensions.x,p=o._labelDimensions.y;else{let x=0,b=0,E=o._imageIndex;if(E!==-1){let D=n[E];x=D.height,b=D.width}p=Math.round(y(o.height,e._textureAtlas.texture.dimensions.y*x));let S=e._textureAtlas.texture.width;g=Math.round(y(o.width,S*b))}let m=Math.floor(I.clamp(g,0,S5)),A=Math.floor(I.clamp(p,0,S5)),C=m*S5+A;e._instanced?(r=o._index,s(r,a,c,f,C)):(r=o._index*4,s(r+0,a,c,f,C),s(r+1,a,c,f,C),s(r+2,a,c,f,C),s(r+3,a,c,f,C))}function Dne(e,t,n,i,o){if(o.heightReference===Ue.CLAMP_TO_GROUND){let m=e._scene,A=t.context,C=t.globeTranslucencyState.translucent,x=l(m.globe)&&m.globe.depthTestAgainstTerrain;e._shaderClampToGround=A.depthTexture&&!C&&x}let r,s=i[mo.textureCoordinateBoundsOrLabelTranslate];if(Vt.maximumVertexTextureImageUnits>0){let m=0,A=0;l(o._labelTranslate)&&(m=o._labelTranslate.x,A=o._labelTranslate.y),e._instanced?(r=o._index,s(r,m,A,0,0)):(r=o._index*4,s(r+0,m,A,0,0),s(r+1,m,A,0,0),s(r+2,m,A,0,0),s(r+3,m,A,0,0));return}let a=0,c=0,u=0,f=0,d=o._imageIndex;if(d!==-1){let m=n[d];a=m.x,c=m.y,u=m.width,f=m.height}let p=a+u,g=c+f;e._instanced?(r=o._index,s(r,a,c,p,g)):(r=o._index*4,s(r+0,a,c,p,g),s(r+1,a,c,p,g),s(r+2,a,c,p,g),s(r+3,a,c,p,g))}function bUe(e,t,n,i,o){if(!l(e._batchTable))return;let r=i[mo.a_batchId],s=o._batchIndex,a;e._instanced?(a=o._index,r(a,s)):(a=o._index*4,r(a+0,s),r(a+1,s),r(a+2,s),r(a+3,s))}function vne(e,t,n,i,o){if(!e._sdf)return;let r,s=i[mo.sdf],a=o.outlineColor,c=o.outlineWidth,u=U.floatToByte(a.red),f=U.floatToByte(a.green),d=U.floatToByte(a.blue),p=u*bx+f*rh+d,g=c/Ts.RADIUS,m=U.floatToByte(a.alpha)*bx+U.floatToByte(g)*rh;e._instanced?(r=o._index,s(r,p,m)):(r=o._index*4,s(r+0,p+yne,m),s(r+1,p+Ane,m),s(r+2,p+Cne,m),s(r+3,p+xne,m))}function SUe(e,t,n,i,o){_ne(e,t,n,i,o),Tne(e,t,n,i,o),Ene(e,t,n,i,o),D5(e,t,n,i,o),v5(e,t,n,i,o),bne(e,t,n,i,o),Sne(e,t,n,i,o),wne(e,t,n,i,o),Dne(e,t,n,i,o),bUe(e,t,n,i,o),vne(e,t,n,i,o)}function w5(e,t,n,i,o,r){let s;i.mode===ee.SCENE3D?(s=e._baseVolume,e._boundingVolumeDirty=!0):s=e._baseVolume2D;let a=[];for(let c=0;c<n;++c){let u=t[c],f=u.position,d=ho._computeActualPosition(u,f,i,o);l(d)&&(u._setActualPosition(d),r?a.push(d):re.expand(s,d,s))}r&&re.fromPoints(a,s)}function wUe(e,t){let n=t.mode,i=e._billboards,o=e._billboardsToUpdate,r=e._modelMatrix;e._createVertexArray||e._mode!==n||n!==ee.SCENE3D&&!F.equals(r,e.modelMatrix)?(e._mode=n,F.clone(e.modelMatrix,r),e._createVertexArray=!0,(n===ee.SCENE3D||n===ee.SCENE2D||n===ee.COLUMBUS_VIEW)&&w5(e,i,i.length,t,r,!0)):n===ee.MORPHING?w5(e,i,i.length,t,r,!0):(n===ee.SCENE2D||n===ee.COLUMBUS_VIEW)&&w5(e,o,e._billboardsToUpdateIndex,t,r,!1)}function DUe(e,t,n){let i=1;(!e._allSizedInMeters||e._maxPixelOffset!==0)&&(i=t.camera.getPixelSize(n,t.context.drawingBufferWidth,t.context.drawingBufferHeight));let o=i*e._maxScale*e._maxSize*2;e._allHorizontalCenter&&e._allVerticalCenter&&(o*=.5);let r=i*e._maxPixelOffset+e._maxEyeOffset;n.radius+=o+r}function vUe(e,t){let n=`uniform sampler2D billboard_texture;
varying vec2 v_textureCoordinates;
void main()
{
gl_FragColor = texture2D(billboard_texture, v_textureCoordinates);
}
`,i=t.createViewportQuadCommand(n,{uniformMap:{billboard_texture:function(){return e._textureAtlas.texture}}});return i.pass=xe.OVERLAY,i}var PUe=[];bu.prototype.update=function(e){if(I5(this),!this.show)return;let t=this._billboards,n=t.length,i=e.context;this._instanced=i.instancedArrays,mo=this._instanced?pUe:mUe,E5=this._instanced?gUe:_Ue;let o=this._textureAtlas;if(!l(o)){o=this._textureAtlas=new ly({context:i});for(let R=0;R<n;++R)t[R]._loadImage()}let r=o.textureCoordinates;if(r.length===0)return;wUe(this,e),t=this._billboards,n=t.length;let s=this._billboardsToUpdate,a=this._billboardsToUpdateIndex,c=this._propertiesChanged,u=o.guid,f=this._createVertexArray||this._textureAtlasGUID!==u;this._textureAtlasGUID=u;let d,p=e.passes,g=p.pick;if(f||!g&&this.computeNewBuffersUsage()){this._createVertexArray=!1;for(let R=0;R<P5;++R)c[R]=0;if(this._vaf=this._vaf&&this._vaf.destroy(),n>0){this._vaf=AUe(i,n,this._buffersUsage,this._instanced,this._batchTable,this._sdf),d=this._vaf.writers;for(let R=0;R<n;++R){let M=this._billboards[R];M._dirty=!1,SUe(this,e,r,d,M)}this._vaf.commit(E5(i))}this._billboardsToUpdateIndex=0}else if(a>0){let R=PUe;R.length=0,(c[QS]||c[uUe]||c[lUe])&&R.push(_ne),(c[ZS]||c[ane]||c[aUe]||c[cUe]||c[sUe])&&(R.push(Tne),this._instanced&&R.push(v5)),(c[ZS]||c[fUe]||c[fne])&&(R.push(Ene),R.push(D5)),(c[ZS]||c[lne])&&R.push(D5),c[cne]&&R.push(v5),c[une]&&R.push(bne),c[dne]&&R.push(Sne),(c[hne]||c[dUe]||c[ZS]||c[QS])&&R.push(wne),(c[ZS]||c[QS])&&R.push(Dne),c[mne]&&R.push(vne);let M=R.length;if(d=this._vaf.writers,a/n>.1){for(let L=0;L<a;++L){let _=s[L];_._dirty=!1;for(let T=0;T<M;++T)R[T](this,e,r,d,_)}this._vaf.commit(E5(i))}else{for(let L=0;L<a;++L){let _=s[L];_._dirty=!1;for(let T=0;T<M;++T)R[T](this,e,r,d,_);this._instanced?this._vaf.subCommit(_._index,1):this._vaf.subCommit(_._index*4,4)}this._vaf.endSubCommits()}this._billboardsToUpdateIndex=0}if(a>n*1.5&&(s.length=n),!l(this._vaf)||!l(this._vaf.va))return;this._boundingVolumeDirty&&(this._boundingVolumeDirty=!1,re.transform(this._baseVolume,this.modelMatrix,this._baseVolumeWC));let m,A=F.IDENTITY;e.mode===ee.SCENE3D?(A=this.modelMatrix,m=re.clone(this._baseVolumeWC,this._boundingVolume)):m=re.clone(this._baseVolume2D,this._boundingVolume),DUe(this,e,m);let C=this._blendOption!==this.blendOption;if(this._blendOption=this.blendOption,C){this._blendOption===To.OPAQUE||this._blendOption===To.OPAQUE_AND_TRANSLUCENT?this._rsOpaque=Ne.fromCache({depthTest:{enabled:!0,func:te.LESS},depthMask:!0}):this._rsOpaque=void 0;let R=this._blendOption===To.TRANSLUCENT;this._blendOption===To.TRANSLUCENT||this._blendOption===To.OPAQUE_AND_TRANSLUCENT?this._rsTranslucent=Ne.fromCache({depthTest:{enabled:!0,func:R?te.LEQUAL:te.LESS},depthMask:R,blending:an.ALPHA_BLEND}):this._rsTranslucent=void 0}this._shaderDisableDepthDistance=this._shaderDisableDepthDistance||e.minimumDisableDepthTestDistance!==0;let x,b,E,S,D,v=Vt.maximumVertexTextureImageUnits>0;if(C||this._shaderRotation!==this._compiledShaderRotation||this._shaderAlignedAxis!==this._compiledShaderAlignedAxis||this._shaderScaleByDistance!==this._compiledShaderScaleByDistance||this._shaderTranslucencyByDistance!==this._compiledShaderTranslucencyByDistance||this._shaderPixelOffsetScaleByDistance!==this._compiledShaderPixelOffsetScaleByDistance||this._shaderDistanceDisplayCondition!==this._compiledShaderDistanceDisplayCondition||this._shaderDisableDepthDistance!==this._compiledShaderDisableDepthDistance||this._shaderClampToGround!==this._compiledShaderClampToGround||this._sdf!==this._compiledSDF){x=UL,b=VL,D=[],l(this._batchTable)&&(D.push("VECTOR_TILE"),x=this._batchTable.getVertexShaderCallback(!1,"a_batchId",void 0)(x),b=this._batchTable.getFragmentShaderCallback(!1,void 0)(b)),E=new Ve({defines:D,sources:[x]}),this._instanced&&E.defines.push("INSTANCED"),this._shaderRotation&&E.defines.push("ROTATION"),this._shaderAlignedAxis&&E.defines.push("ALIGNED_AXIS"),this._shaderScaleByDistance&&E.defines.push("EYE_DISTANCE_SCALING"),this._shaderTranslucencyByDistance&&E.defines.push("EYE_DISTANCE_TRANSLUCENCY"),this._shaderPixelOffsetScaleByDistance&&E.defines.push("EYE_DISTANCE_PIXEL_OFFSET"),this._shaderDistanceDisplayCondition&&E.defines.push("DISTANCE_DISPLAY_CONDITION"),this._shaderDisableDepthDistance&&E.defines.push("DISABLE_DEPTH_DISTANCE"),this._shaderClampToGround&&(v?E.defines.push("VERTEX_DEPTH_CHECK"):E.defines.push("FRAGMENT_DEPTH_CHECK"));let R=1-Ts.CUTOFF;this._sdf&&E.defines.push("SDF");let M=l(this._batchTable)?"VECTOR_TILE":"";this._blendOption===To.OPAQUE_AND_TRANSLUCENT&&(S=new Ve({defines:["OPAQUE",M],sources:[b]}),this._shaderClampToGround&&(v?S.defines.push("VERTEX_DEPTH_CHECK"):S.defines.push("FRAGMENT_DEPTH_CHECK")),this._sdf&&(S.defines.push("SDF"),S.defines.push(`SDF_EDGE ${R}`)),this._sp=jt.replaceCache({context:i,shaderProgram:this._sp,vertexShaderSource:E,fragmentShaderSource:S,attributeLocations:mo}),S=new Ve({defines:["TRANSLUCENT",M],sources:[b]}),this._shaderClampToGround&&(v?S.defines.push("VERTEX_DEPTH_CHECK"):S.defines.push("FRAGMENT_DEPTH_CHECK")),this._sdf&&(S.defines.push("SDF"),S.defines.push(`SDF_EDGE ${R}`)),this._spTranslucent=jt.replaceCache({context:i,shaderProgram:this._spTranslucent,vertexShaderSource:E,fragmentShaderSource:S,attributeLocations:mo})),this._blendOption===To.OPAQUE&&(S=new Ve({defines:[M],sources:[b]}),this._shaderClampToGround&&(v?S.defines.push("VERTEX_DEPTH_CHECK"):S.defines.push("FRAGMENT_DEPTH_CHECK")),this._sdf&&(S.defines.push("SDF"),S.defines.push(`SDF_EDGE ${R}`)),this._sp=jt.replaceCache({context:i,shaderProgram:this._sp,vertexShaderSource:E,fragmentShaderSource:S,attributeLocations:mo})),this._blendOption===To.TRANSLUCENT&&(S=new Ve({defines:[M],sources:[b]}),this._shaderClampToGround&&(v?S.defines.push("VERTEX_DEPTH_CHECK"):S.defines.push("FRAGMENT_DEPTH_CHECK")),this._sdf&&(S.defines.push("SDF"),S.defines.push(`SDF_EDGE ${R}`)),this._spTranslucent=jt.replaceCache({context:i,shaderProgram:this._spTranslucent,vertexShaderSource:E,fragmentShaderSource:S,attributeLocations:mo})),this._compiledShaderRotation=this._shaderRotation,this._compiledShaderAlignedAxis=this._shaderAlignedAxis,this._compiledShaderScaleByDistance=this._shaderScaleByDistance,this._compiledShaderTranslucencyByDistance=this._shaderTranslucencyByDistance,this._compiledShaderPixelOffsetScaleByDistance=this._shaderPixelOffsetScaleByDistance,this._compiledShaderDistanceDisplayCondition=this._shaderDistanceDisplayCondition,this._compiledShaderDisableDepthDistance=this._shaderDisableDepthDistance,this._compiledShaderClampToGround=this._shaderClampToGround,this._compiledSDF=this._sdf}let O=e.commandList;if(p.render||p.pick){let R=this._colorCommands,M=this._blendOption===To.OPAQUE,L=this._blendOption===To.OPAQUE_AND_TRANSLUCENT,_=this._vaf.va,T=_.length,w=this._uniforms,P;l(this._batchTable)?(w=this._batchTable.getUniformMapCallback()(w),P=this._batchTable.getPickId()):P="v_pickColor",R.length=T;let B=L?T*2:T;for(let N=0;N<B;++N){let z=R[N];l(z)||(z=R[N]=new Ze);let V=M||L&&N%2===0;z.pass=V||!L?xe.OPAQUE:xe.TRANSLUCENT,z.owner=this;let G=L?Math.floor(N/2):N;z.boundingVolume=m,z.modelMatrix=A,z.count=_[G].indicesCount,z.shaderProgram=V?this._sp:this._spTranslucent,z.uniformMap=w,z.vertexArray=_[G].va,z.renderState=V?this._rsOpaque:this._rsTranslucent,z.debugShowBoundingVolume=this.debugShowBoundingVolume,z.pickId=P,this._instanced&&(z.count=6,z.instanceCount=n),O.push(z)}this.debugShowTextureAtlas&&(l(this.debugCommand)||(this.debugCommand=vUe(this,e.context)),O.push(this.debugCommand))}};bu.prototype.isDestroyed=function(){return!1};bu.prototype.destroy=function(){return l(this._removeCallbackFunc)&&(this._removeCallbackFunc(),this._removeCallbackFunc=void 0),this._textureAtlas=this._destroyTextureAtlas&&this._textureAtlas&&this._textureAtlas.destroy(),this._sp=this._sp&&this._sp.destroy(),this._spTranslucent=this._spTranslucent&&this._spTranslucent.destroy(),this._vaf=this._vaf&&this._vaf.destroy(),pne(this._billboards),le(this)};var Su=bu;function IUe(e,t,n,i,o){return function(){let r=document.createElement("canvas"),s=o+2*i;r.height=r.width=s;let a=r.getContext("2d");return a.clearRect(0,0,s,s),i!==0&&(a.beginPath(),a.arc(s/2,s/2,s/2,0,2*Math.PI,!0),a.closePath(),a.fillStyle=n,a.fill(),e<1&&(a.save(),a.globalCompositeOperation="destination-out",a.beginPath(),a.arc(s/2,s/2,o/2,0,2*Math.PI,!0),a.closePath(),a.fillStyle="black",a.fill(),a.restore())),a.beginPath(),a.arc(s/2,s/2,o/2,0,2*Math.PI,!0),a.closePath(),a.fillStyle=t,a.fill(),r}}var Sx=IUe;function Es(e,t,n,i,o){this._content=e,this._billboard=n,this._label=i,this._polyline=o,this._batchId=t,this._billboardImage=void 0,this._billboardColor=void 0,this._billboardOutlineColor=void 0,this._billboardOutlineWidth=void 0,this._billboardSize=void 0,this._pointSize=void 0,this._color=void 0,this._pointSize=void 0,this._pointOutlineColor=void 0,this._pointOutlineWidth=void 0,this._heightOffset=void 0,this._pickIds=new Array(3),wx(this)}var OUe=new he;Object.defineProperties(Es.prototype,{show:{get:function(){return this._label.show},set:function(e){this._label.show=e,this._billboard.show=e,this._polyline.show=e}},color:{get:function(){return this._color},set:function(e){this._color=U.clone(e,this._color),wx(this)}},pointSize:{get:function(){return this._pointSize},set:function(e){this._pointSize=e,wx(this)}},pointOutlineColor:{get:function(){return this._pointOutlineColor},set:function(e){this._pointOutlineColor=U.clone(e,this._pointOutlineColor),wx(this)}},pointOutlineWidth:{get:function(){return this._pointOutlineWidth},set:function(e){this._pointOutlineWidth=e,wx(this)}},labelColor:{get:function(){return this._label.fillColor},set:function(e){this._label.fillColor=e,this._polyline.show=this._label.show&&e.alpha>0}},labelOutlineColor:{get:function(){return this._label.outlineColor},set:function(e){this._label.outlineColor=e}},labelOutlineWidth:{get:function(){return this._label.outlineWidth},set:function(e){this._label.outlineWidth=e}},font:{get:function(){return this._label.font},set:function(e){this._label.font=e}},labelStyle:{get:function(){return this._label.style},set:function(e){this._label.style=e}},labelText:{get:function(){return this._label.text},set:function(e){l(e)||(e=""),this._label.text=e}},backgroundColor:{get:function(){return this._label.backgroundColor},set:function(e){this._label.backgroundColor=e}},backgroundPadding:{get:function(){return this._label.backgroundPadding},set:function(e){this._label.backgroundPadding=e}},backgroundEnabled:{get:function(){return this._label.showBackground},set:function(e){this._label.showBackground=e}},scaleByDistance:{get:function(){return this._label.scaleByDistance},set:function(e){this._label.scaleByDistance=e,this._billboard.scaleByDistance=e}},translucencyByDistance:{get:function(){return this._label.translucencyByDistance},set:function(e){this._label.translucencyByDistance=e,this._billboard.translucencyByDistance=e}},distanceDisplayCondition:{get:function(){return this._label.distanceDisplayCondition},set:function(e){this._label.distanceDisplayCondition=e,this._polyline.distanceDisplayCondition=e,this._billboard.distanceDisplayCondition=e}},heightOffset:{get:function(){return this._heightOffset},set:function(e){let t=y(this._heightOffset,0),n=this._content.tileset.ellipsoid,i=n.cartesianToCartographic(this._billboard.position,OUe);i.height=i.height-t+e;let o=n.cartographicToCartesian(i);this._billboard.position=o,this._label.position=this._billboard.position,this._polyline.positions=[this._polyline.positions[0],o],this._heightOffset=e}},anchorLineEnabled:{get:function(){return this._polyline.show},set:function(e){this._polyline.show=e}},anchorLineColor:{get:function(){return this._polyline.material.uniforms.color},set:function(e){this._polyline.material.uniforms.color=U.clone(e,this._polyline.material.uniforms.color)}},image:{get:function(){return this._billboardImage},set:function(e){let t=this._billboardImage!==e;this._billboardImage=e,t&&wx(this)}},disableDepthTestDistance:{get:function(){return this._label.disableDepthTestDistance},set:function(e){this._label.disableDepthTestDistance=e,this._billboard.disableDepthTestDistance=e}},horizontalOrigin:{get:function(){return this._billboard.horizontalOrigin},set:function(e){this._billboard.horizontalOrigin=e}},verticalOrigin:{get:function(){return this._billboard.verticalOrigin},set:function(e){this._billboard.verticalOrigin=e}},labelHorizontalOrigin:{get:function(){return this._label.horizontalOrigin},set:function(e){this._label.horizontalOrigin=e}},labelVerticalOrigin:{get:function(){return this._label.verticalOrigin},set:function(e){this._label.verticalOrigin=e}},content:{get:function(){return this._content}},tileset:{get:function(){return this._content.tileset}},primitive:{get:function(){return this._content.tileset}},pickIds:{get:function(){let e=this._pickIds;return e[0]=this._billboard.pickId,e[1]=this._label.pickId,e[2]=this._polyline.pickId,e}}});Es.defaultColor=U.WHITE;Es.defaultPointOutlineColor=U.BLACK;Es.defaultPointOutlineWidth=0;Es.defaultPointSize=8;function wx(e){let t=e._billboard;if(l(e._billboardImage)&&e._billboardImage!==t.image){t.image=e._billboardImage;return}if(l(e._billboardImage))return;let n=y(e._color,Es.defaultColor),i=y(e._pointOutlineColor,Es.defaultPointOutlineColor),o=y(e._pointOutlineWidth,Es.defaultPointOutlineWidth),r=y(e._pointSize,Es.defaultPointSize),s=e._billboardColor,a=e._billboardOutlineColor,c=e._billboardOutlineWidth,u=e._billboardSize;if(U.equals(n,s)&&U.equals(i,a)&&o===c&&r===u)return;e._billboardColor=U.clone(n,e._billboardColor),e._billboardOutlineColor=U.clone(i,e._billboardOutlineColor),e._billboardOutlineWidth=o,e._billboardSize=r;let f=n.alpha,d=n.toCssColorString(),p=i.toCssColorString(),g=JSON.stringify([d,r,p,o]);t.setImage(g,Sx(f,d,p,o,r))}Es.prototype.hasProperty=function(e){return this._content.batchTable.hasProperty(this._batchId,e)};Es.prototype.getPropertyIds=function(e){return this._content.batchTable.getPropertyIds(this._batchId,e)};Es.prototype.getProperty=function(e){return this._content.batchTable.getProperty(this._batchId,e)};Es.prototype.getPropertyInherited=function(e){return As.getPropertyInherited(this._content,this._batchId,e)};Es.prototype.setProperty=function(e,t){this._content.batchTable.setProperty(this._batchId,e,t),this._content.featurePropertiesDirty=!0};Es.prototype.isExactClass=function(e){return this._content.batchTable.isExactClass(this._batchId,e)};Es.prototype.isClass=function(e){return this._content.batchTable.isClass(this._batchId,e)};Es.prototype.getExactClassName=function(){return this._content.batchTable.getExactClassName(this._batchId)};var O_=Es;function BUe(e,t,n,i,o){let r=e.measureText(t);if(!!/\S/.test(t)){let a=document.defaultView.getComputedStyle(e.canvas).getPropertyValue("font-size").replace("px",""),c=document.createElement("canvas"),u=100,f=r.width+u|0,d=3*a,p=d/2;c.width=f,c.height=d;let g=c.getContext("2d");g.font=n,g.fillStyle="white",g.fillRect(0,0,c.width+1,c.height+1),i&&(g.strokeStyle="black",g.lineWidth=e.lineWidth,g.strokeText(t,u/2,p)),o&&(g.fillStyle="black",g.fillText(t,u/2,p));let m=g.getImageData(0,0,f,d).data,A=m.length,C=f*4,x,b,E,S;for(x=0;x<A;++x)if(m[x]!==255){E=x/C|0;break}for(x=A-1;x>=0;--x)if(m[x]!==255){S=x/C|0;break}let D=-1;for(x=0;x<f&&D===-1;++x)for(b=0;b<d;++b){let v=x*4+b*C;if(m[v]!==255||m[v+1]!==255||m[v+2]!==255||m[v+3]!==255){D=x;break}}return{width:r.width,height:S-E,ascent:p-E,descent:S-p,minx:D-u/2}}return{width:r.width,height:0,ascent:0,descent:0,minx:0}}var uy;function RUe(e,t){if(e==="")return;t=y(t,y.EMPTY_OBJECT);let n=y(t.font,"10px sans-serif"),i=y(t.stroke,!1),o=y(t.fill,!0),r=y(t.strokeWidth,1),s=y(t.backgroundColor,U.TRANSPARENT),a=y(t.padding,0),c=a*2,u=document.createElement("canvas");u.width=1,u.height=1,u.style.font=n;let f=u.getContext("2d");l(uy)||(l(f.imageSmoothingEnabled)?uy="imageSmoothingEnabled":l(f.mozImageSmoothingEnabled)?uy="mozImageSmoothingEnabled":l(f.webkitImageSmoothingEnabled)?uy="webkitImageSmoothingEnabled":l(f.msImageSmoothingEnabled)&&(uy="msImageSmoothingEnabled")),f.font=n,f.lineJoin="round",f.lineWidth=r,f[uy]=!1,u.style.visibility="hidden",document.body.appendChild(u);let d=BUe(f,e,n,i,o);u.dimensions=d,document.body.removeChild(u),u.style.visibility="";let p=-d.minx,g=Math.ceil(d.width)+p+c,m=d.height+c,A=m-d.ascent+a,C=m-A+c;if(u.width=g,u.height=m,f.font=n,f.lineJoin="round",f.lineWidth=r,f[uy]=!1,s!==U.TRANSPARENT&&(f.fillStyle=s.toCssColorString(),f.fillRect(0,0,u.width,u.height)),i){let x=y(t.strokeColor,U.BLACK);f.strokeStyle=x.toCssColorString(),f.strokeText(e,p+a,C)}if(o){let x=y(t.fillColor,U.WHITE);f.fillStyle=x.toCssColorString(),f.fillText(e,p+a,C)}return u}var Dx=RUe;var Vne=Ii(Bne(),1);var LUe={FILL:0,OUTLINE:1,FILL_AND_OUTLINE:2},Mo=Object.freeze(LUe);var Rne={},Mne=0,FUe=256,NUe=new U(.165,.165,.165,.8),kUe=new H(7,5),zr=Object.freeze({LTR:0,RTL:1,WEAK:2,BRACKETS:3});function fy(e){!e._rebindAllGlyphs&&!e._repositionAllGlyphs&&e._labelCollection._labelsToUpdate.push(e),e._rebindAllGlyphs=!0}function ew(e){!e._rebindAllGlyphs&&!e._repositionAllGlyphs&&e._labelCollection._labelsToUpdate.push(e),e._repositionAllGlyphs=!0}function tw(e,t){return document.defaultView.getComputedStyle(e,null).getPropertyValue(t)}function Fne(e){let t=Rne[e._font];if(!l(t)){let n=document.createElement("div");n.style.position="absolute",n.style.opacity=0,n.style.font=e._font,document.body.appendChild(n);let i=parseFloat(tw(n,"line-height"));isNaN(i)&&(i=void 0),t={family:tw(n,"font-family"),size:tw(n,"font-size").replace("px",""),style:tw(n,"font-style"),weight:tw(n,"font-weight"),lineHeight:i},document.body.removeChild(n),Mne<FUe&&(Rne[e._font]=t,Mne++)}e._fontFamily=t.family,e._fontSize=t.size,e._fontStyle=t.style,e._fontWeight=t.weight,e._lineHeight=t.lineHeight}function Um(e,t){e=y(e,y.EMPTY_OBJECT);let n=e.translucencyByDistance,i=e.pixelOffsetScaleByDistance,o=e.scaleByDistance,r=e.distanceDisplayCondition;l(n)&&(n=Et.clone(n)),l(i)&&(i=Et.clone(i)),l(o)&&(o=Et.clone(o)),l(r)&&(r=xt.clone(r)),this._renderedText=void 0,this._text=void 0,this._show=y(e.show,!0),this._font=y(e.font,"30px sans-serif"),this._fillColor=U.clone(y(e.fillColor,U.WHITE)),this._outlineColor=U.clone(y(e.outlineColor,U.BLACK)),this._outlineWidth=y(e.outlineWidth,1),this._showBackground=y(e.showBackground,!1),this._backgroundColor=U.clone(y(e.backgroundColor,NUe)),this._backgroundPadding=H.clone(y(e.backgroundPadding,kUe)),this._style=y(e.style,Mo.FILL),this._verticalOrigin=y(e.verticalOrigin,Sn.BASELINE),this._horizontalOrigin=y(e.horizontalOrigin,li.LEFT),this._pixelOffset=H.clone(y(e.pixelOffset,H.ZERO)),this._eyeOffset=h.clone(y(e.eyeOffset,h.ZERO)),this._position=h.clone(y(e.position,h.ZERO)),this._scale=y(e.scale,1),this._id=e.id,this._translucencyByDistance=n,this._pixelOffsetScaleByDistance=i,this._scaleByDistance=o,this._heightReference=y(e.heightReference,Ue.NONE),this._distanceDisplayCondition=r,this._disableDepthTestDistance=e.disableDepthTestDistance,this._labelCollection=t,this._glyphs=[],this._backgroundBillboard=void 0,this._batchIndex=void 0,this._rebindAllGlyphs=!0,this._repositionAllGlyphs=!0,this._actualClampedPosition=void 0,this._removeCallbackFunc=void 0,this._mode=void 0,this._clusterShow=!0,this.text=y(e.text,""),this._relativeSize=1,Fne(this),this._updateClamping()}Object.defineProperties(Um.prototype,{show:{get:function(){return this._show},set:function(e){if(this._show!==e){this._show=e;let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i].billboard;l(r)&&(r.show=e)}let n=this._backgroundBillboard;l(n)&&(n.show=e)}}},position:{get:function(){return this._position},set:function(e){let t=this._position;if(!h.equals(t,e)){h.clone(e,t);let n=this._glyphs;for(let o=0,r=n.length;o<r;o++){let s=n[o].billboard;l(s)&&(s.position=e)}let i=this._backgroundBillboard;l(i)&&(i.position=e),this._updateClamping()}}},heightReference:{get:function(){return this._heightReference},set:function(e){if(e!==this._heightReference){this._heightReference=e;let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i].billboard;l(r)&&(r.heightReference=e)}let n=this._backgroundBillboard;l(n)&&(n.heightReference=e),ew(this),this._updateClamping()}}},text:{get:function(){return this._text},set:function(e){if(this._text!==e){this._text=e;let t=e.replace(/\u00ad/g,"");this._renderedText=Um.enableRightToLeftDetection?WUe(t):t,fy(this)}}},font:{get:function(){return this._font},set:function(e){this._font!==e&&(this._font=e,fy(this),Fne(this))}},fillColor:{get:function(){return this._fillColor},set:function(e){let t=this._fillColor;U.equals(t,e)||(U.clone(e,t),fy(this))}},outlineColor:{get:function(){return this._outlineColor},set:function(e){let t=this._outlineColor;U.equals(t,e)||(U.clone(e,t),fy(this))}},outlineWidth:{get:function(){return this._outlineWidth},set:function(e){this._outlineWidth!==e&&(this._outlineWidth=e,fy(this))}},showBackground:{get:function(){return this._showBackground},set:function(e){this._showBackground!==e&&(this._showBackground=e,fy(this))}},backgroundColor:{get:function(){return this._backgroundColor},set:function(e){let t=this._backgroundColor;if(!U.equals(t,e)){U.clone(e,t);let n=this._backgroundBillboard;l(n)&&(n.color=t)}}},backgroundPadding:{get:function(){return this._backgroundPadding},set:function(e){let t=this._backgroundPadding;H.equals(t,e)||(H.clone(e,t),ew(this))}},style:{get:function(){return this._style},set:function(e){this._style!==e&&(this._style=e,fy(this))}},pixelOffset:{get:function(){return this._pixelOffset},set:function(e){let t=this._pixelOffset;if(!H.equals(t,e)){H.clone(e,t);let n=this._glyphs;for(let o=0,r=n.length;o<r;o++){let s=n[o];l(s.billboard)&&(s.billboard.pixelOffset=e)}let i=this._backgroundBillboard;l(i)&&(i.pixelOffset=e)}}},translucencyByDistance:{get:function(){return this._translucencyByDistance},set:function(e){let t=this._translucencyByDistance;if(!Et.equals(t,e)){this._translucencyByDistance=Et.clone(e,t);let n=this._glyphs;for(let o=0,r=n.length;o<r;o++){let s=n[o];l(s.billboard)&&(s.billboard.translucencyByDistance=e)}let i=this._backgroundBillboard;l(i)&&(i.translucencyByDistance=e)}}},pixelOffsetScaleByDistance:{get:function(){return this._pixelOffsetScaleByDistance},set:function(e){let t=this._pixelOffsetScaleByDistance;if(!Et.equals(t,e)){this._pixelOffsetScaleByDistance=Et.clone(e,t);let n=this._glyphs;for(let o=0,r=n.length;o<r;o++){let s=n[o];l(s.billboard)&&(s.billboard.pixelOffsetScaleByDistance=e)}let i=this._backgroundBillboard;l(i)&&(i.pixelOffsetScaleByDistance=e)}}},scaleByDistance:{get:function(){return this._scaleByDistance},set:function(e){let t=this._scaleByDistance;if(!Et.equals(t,e)){this._scaleByDistance=Et.clone(e,t);let n=this._glyphs;for(let o=0,r=n.length;o<r;o++){let s=n[o];l(s.billboard)&&(s.billboard.scaleByDistance=e)}let i=this._backgroundBillboard;l(i)&&(i.scaleByDistance=e)}}},eyeOffset:{get:function(){return this._eyeOffset},set:function(e){let t=this._eyeOffset;if(!h.equals(t,e)){h.clone(e,t);let n=this._glyphs;for(let o=0,r=n.length;o<r;o++){let s=n[o];l(s.billboard)&&(s.billboard.eyeOffset=e)}let i=this._backgroundBillboard;l(i)&&(i.eyeOffset=e)}}},horizontalOrigin:{get:function(){return this._horizontalOrigin},set:function(e){this._horizontalOrigin!==e&&(this._horizontalOrigin=e,ew(this))}},verticalOrigin:{get:function(){return this._verticalOrigin},set:function(e){if(this._verticalOrigin!==e){this._verticalOrigin=e;let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i];l(r.billboard)&&(r.billboard.verticalOrigin=e)}let n=this._backgroundBillboard;l(n)&&(n.verticalOrigin=e),ew(this)}}},scale:{get:function(){return this._scale},set:function(e){if(this._scale!==e){this._scale=e;let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i];l(r.billboard)&&(r.billboard.scale=e*this._relativeSize)}let n=this._backgroundBillboard;l(n)&&(n.scale=e*this._relativeSize),ew(this)}}},totalScale:{get:function(){return this._scale*this._relativeSize}},distanceDisplayCondition:{get:function(){return this._distanceDisplayCondition},set:function(e){if(!xt.equals(e,this._distanceDisplayCondition)){this._distanceDisplayCondition=xt.clone(e,this._distanceDisplayCondition);let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i];l(r.billboard)&&(r.billboard.distanceDisplayCondition=e)}let n=this._backgroundBillboard;l(n)&&(n.distanceDisplayCondition=e)}}},disableDepthTestDistance:{get:function(){return this._disableDepthTestDistance},set:function(e){if(this._disableDepthTestDistance!==e){this._disableDepthTestDistance=e;let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i];l(r.billboard)&&(r.billboard.disableDepthTestDistance=e)}let n=this._backgroundBillboard;l(n)&&(n.disableDepthTestDistance=e)}}},id:{get:function(){return this._id},set:function(e){if(this._id!==e){this._id=e;let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i];l(r.billboard)&&(r.billboard.id=e)}let n=this._backgroundBillboard;l(n)&&(n.id=e)}}},pickId:{get:function(){if(!(this._glyphs.length===0||!l(this._glyphs[0].billboard)))return this._glyphs[0].billboard.pickId}},_clampedPosition:{get:function(){return this._actualClampedPosition},set:function(e){this._actualClampedPosition=h.clone(e,this._actualClampedPosition);let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i];l(r.billboard)&&(r.billboard._clampedPosition=e)}let n=this._backgroundBillboard;l(n)&&(n._clampedPosition=e)}},clusterShow:{get:function(){return this._clusterShow},set:function(e){if(this._clusterShow!==e){this._clusterShow=e;let t=this._glyphs;for(let i=0,o=t.length;i<o;i++){let r=t[i];l(r.billboard)&&(r.billboard.clusterShow=e)}let n=this._backgroundBillboard;l(n)&&(n.clusterShow=e)}}}});Um.prototype._updateClamping=function(){ho._updateClamping(this._labelCollection,this)};Um.prototype.computeScreenSpacePosition=function(e,t){l(t)||(t=new H);let i=this._labelCollection.modelMatrix,o=l(this._actualClampedPosition)?this._actualClampedPosition:this._position;return ho._computeScreenSpacePosition(i,o,this._eyeOffset,this._pixelOffset,e,t)};Um.getScreenSpaceBoundingBox=function(e,t,n){let i=0,o=0,r=0,s=0,a=e.totalScale,c=e._backgroundBillboard;if(l(c))i=t.x+c._translate.x,o=t.y-c._translate.y,r=c.width*a,s=c.height*a,e.verticalOrigin===Sn.BOTTOM||e.verticalOrigin===Sn.BASELINE?o-=s:e.verticalOrigin===Sn.CENTER&&(o-=s*.5);else{i=Number.POSITIVE_INFINITY,o=Number.POSITIVE_INFINITY;let u=0,f=0,d=e._glyphs,p=d.length;for(let g=0;g<p;++g){let m=d[g],A=m.billboard;if(!l(A))continue;let C=t.x+A._translate.x,x=t.y-A._translate.y,b=m.dimensions.width*a,E=m.dimensions.height*a;e.verticalOrigin===Sn.BOTTOM||e.verticalOrigin===Sn.BASELINE?x-=E:e.verticalOrigin===Sn.CENTER&&(x-=E*.5),e._verticalOrigin===Sn.TOP?x+=Ts.PADDING*a:(e._verticalOrigin===Sn.BOTTOM||e._verticalOrigin===Sn.BASELINE)&&(x-=Ts.PADDING*a),i=Math.min(i,C),o=Math.min(o,x),u=Math.max(u,C+b),f=Math.max(f,x+E)}r=u-i,s=f-o}return l(n)||(n=new He),n.x=i,n.y=o,n.width=r,n.height=s,n};Um.prototype.equals=function(e){return this===e||l(e)&&this._show===e._show&&this._scale===e._scale&&this._outlineWidth===e._outlineWidth&&this._showBackground===e._showBackground&&this._style===e._style&&this._verticalOrigin===e._verticalOrigin&&this._horizontalOrigin===e._horizontalOrigin&&this._heightReference===e._heightReference&&this._renderedText===e._renderedText&&this._font===e._font&&h.equals(this._position,e._position)&&U.equals(this._fillColor,e._fillColor)&&U.equals(this._outlineColor,e._outlineColor)&&U.equals(this._backgroundColor,e._backgroundColor)&&H.equals(this._backgroundPadding,e._backgroundPadding)&&H.equals(this._pixelOffset,e._pixelOffset)&&h.equals(this._eyeOffset,e._eyeOffset)&&Et.equals(this._translucencyByDistance,e._translucencyByDistance)&&Et.equals(this._pixelOffsetScaleByDistance,e._pixelOffsetScaleByDistance)&&Et.equals(this._scaleByDistance,e._scaleByDistance)&&xt.equals(this._distanceDisplayCondition,e._distanceDisplayCondition)&&this._disableDepthTestDistance===e._disableDepthTestDistance&&this._id===e._id};Um.prototype.isDestroyed=function(){return!1};Um.enableRightToLeftDetection=!1;function VUe(e,t){let n=/[a-zA-Z0-9]/,i=/[()[\]{}<>]/,o=[],r="",s=zr.LTR,a="",c=e.length;for(let u=0;u<c;++u){let f=e.charAt(u);t.test(f)?a=zr.RTL:n.test(f)?a=zr.LTR:i.test(f)?a=zr.BRACKETS:a=zr.WEAK,u===0&&(s=a),s===a&&a!==zr.BRACKETS?r+=f:(r!==""&&o.push({Type:s,Word:r}),s=a,r=f)}return o.push({Type:a,Word:r}),o}function UUe(e){return e.split("").reverse().join("")}function nw(e,t,n){return e.slice(0,t)+n+e.slice(t)}function zUe(e){switch(e){case"(":return")";case")":return"(";case"[":return"]";case"]":return"[";case"{":return"}";case"}":return"{";case"<":return">";case">":return"<"}}var HUe="\u05D0-\u05EA",GUe="\u0600-\u06FF\u0750-\u077F\u08A0-\u08FF",Lne=new RegExp(`[${HUe}${GUe}]`);function WUe(e){let t=e.split(`
`),n="";for(let i=0;i<t.length;i++){let o=t[i],r=Lne.test(o.charAt(0)),s=VUe(o,Lne),a=0,c="";for(let u=0;u<s.length;++u){let f=s[u],d=f.Type===zr.BRACKETS?zUe(f.Word):UUe(f.Word);r?f.Type===zr.RTL?(c=d+c,a=0):f.Type===zr.LTR?(c=nw(c,a,f.Word),a+=f.Word.length):(f.Type===zr.WEAK||f.Type===zr.BRACKETS)&&(f.Type===zr.WEAK&&s[u-1].Type===zr.BRACKETS?c=d+c:s[u-1].Type===zr.RTL?(c=d+c,a=0):s.length>u+1?s[u+1].Type===zr.RTL?(c=d+c,a=0):(c=nw(c,a,f.Word),a+=f.Word.length):c=nw(c,0,d)):f.Type===zr.RTL?c=nw(c,a,d):f.Type===zr.LTR?(c+=f.Word,a=c.length):(f.Type===zr.WEAK||f.Type===zr.BRACKETS)&&(u>0&&s[u-1].Type===zr.RTL?s.length>u+1?s[u+1].Type===zr.RTL?c=nw(c,a,d):(c+=f.Word,a=c.length):c+=f.Word:(c+=f.Word,a=c.length))}n+=c,i<t.length-1&&(n+=`
`)}return n}var dy=Um;var Une=Ii(Nne(),1);function qUe(){this.textureInfo=void 0,this.dimensions=void 0,this.billboard=void 0}function YUe(e,t,n){this.labelCollection=e,this.index=t,this.dimensions=n}var XUe=1.2,zne="ID_WHITE_PIXEL",O5=new H(4,4),KUe=new He(1,1,1,1);function JUe(e){let t=document.createElement("canvas");t.width=O5.x,t.height=O5.y;let n=t.getContext("2d");n.fillStyle="#fff",n.fillRect(0,0,t.width,t.height),e.addImage(zne,t)}var wu={};function ZUe(e,t,n,i,o,r,s){return wu.font=t,wu.fillColor=n,wu.strokeColor=i,wu.strokeWidth=o,wu.padding=Ts.PADDING,s===Sn.CENTER?wu.textBaseline="middle":s===Sn.TOP?wu.textBaseline="top":wu.textBaseline="bottom",wu.fill=r===Mo.FILL||r===Mo.FILL_AND_OUTLINE,wu.stroke=r===Mo.OUTLINE||r===Mo.FILL_AND_OUTLINE,wu.backgroundColor=U.BLACK,Dx(e,wu)}function B5(e,t){t.textureInfo=void 0,t.dimensions=void 0;let n=t.billboard;l(n)&&(n.show=!1,n.image=void 0,l(n._removeCallbackFunc)&&(n._removeCallbackFunc(),n._removeCallbackFunc=void 0),e._spareBillboards.push(n),t.billboard=void 0)}function QUe(e,t,n,i){i.index=e.addImageSync(t,n)}var $Ue=new Une.default;function e4e(e,t){let n=t._renderedText,i=$Ue.splitGraphemes(n),o=i.length,r=t._glyphs,s=r.length,a,c,u;if(t._relativeSize=t._fontSize/Ts.FONT_SIZE,o<s)for(c=o;c<s;++c)B5(e,r[c]);r.length=o;let f=t._showBackground&&n.split(`
`).join("").length>0,d=t._backgroundBillboard,p=e._backgroundBillboardCollection;f?(l(d)||(d=p.add({collection:e,image:zne,imageSubRegion:KUe}),t._backgroundBillboard=d),d.color=t._backgroundColor,d.show=t._show,d.position=t._position,d.eyeOffset=t._eyeOffset,d.pixelOffset=t._pixelOffset,d.horizontalOrigin=li.LEFT,d.verticalOrigin=t._verticalOrigin,d.heightReference=t._heightReference,d.scale=t.totalScale,d.pickPrimitive=t,d.id=t._id,d.translucencyByDistance=t._translucencyByDistance,d.pixelOffsetScaleByDistance=t._pixelOffsetScaleByDistance,d.scaleByDistance=t._scaleByDistance,d.distanceDisplayCondition=t._distanceDisplayCondition,d.disableDepthTestDistance=t._disableDepthTestDistance):l(d)&&(p.remove(d),t._backgroundBillboard=d=void 0);let g=e._glyphTextureCache;for(u=0;u<o;++u){let m=i[u],A=t._verticalOrigin,C=JSON.stringify([m,t._fontFamily,t._fontStyle,t._fontWeight,+A]),x=g[C];if(!l(x)){let b=`${t._fontStyle} ${t._fontWeight} ${Ts.FONT_SIZE}px ${t._fontFamily}`,E=ZUe(m,b,U.WHITE,U.WHITE,0,Mo.FILL,A);if(x=new YUe(e,-1,E.dimensions),g[C]=x,E.width>0&&E.height>0){let S=(0,Vne.default)(E,{cutoff:Ts.CUTOFF,radius:Ts.RADIUS}),D=E.getContext("2d"),v=E.width,O=E.height,R=D.getImageData(0,0,v,O);for(let M=0;M<v;M++)for(let L=0;L<O;L++){let _=L*v+M,T=S[_]*255,w=_*4;R.data[w+0]=T,R.data[w+1]=T,R.data[w+2]=T,R.data[w+3]=T}D.putImageData(R,0,0),m!==" "&&QUe(e._textureAtlas,C,E,x)}}if(a=r[u],l(a)?x.index===-1?B5(e,a):l(a.textureInfo)&&(a.textureInfo=void 0):(a=new qUe,r[u]=a),a.textureInfo=x,a.dimensions=x.dimensions,x.index!==-1){let b=a.billboard,E=e._spareBillboards;l(b)||(E.length>0?b=E.pop():(b=e._billboardCollection.add({collection:e}),b._labelDimensions=new H,b._labelTranslate=new H),a.billboard=b),b.show=t._show,b.position=t._position,b.eyeOffset=t._eyeOffset,b.pixelOffset=t._pixelOffset,b.horizontalOrigin=li.LEFT,b.verticalOrigin=t._verticalOrigin,b.heightReference=t._heightReference,b.scale=t.totalScale,b.pickPrimitive=t,b.id=t._id,b.image=C,b.translucencyByDistance=t._translucencyByDistance,b.pixelOffsetScaleByDistance=t._pixelOffsetScaleByDistance,b.scaleByDistance=t._scaleByDistance,b.distanceDisplayCondition=t._distanceDisplayCondition,b.disableDepthTestDistance=t._disableDepthTestDistance,b._batchIndex=t._batchIndex,b.outlineColor=t.outlineColor,t.style===Mo.FILL_AND_OUTLINE?(b.color=t._fillColor,b.outlineWidth=t.outlineWidth):t.style===Mo.FILL?(b.color=t._fillColor,b.outlineWidth=0):t.style===Mo.OUTLINE&&(b.color=U.TRANSPARENT,b.outlineWidth=t.outlineWidth)}}t._repositionAllGlyphs=!0}function kne(e,t,n){return t===li.CENTER?-e/2:t===li.RIGHT?-(e+n.x):n.x}var Qo=new H,t4e=new H;function n4e(e){let t=e._glyphs,n=e._renderedText,i,o,r=0,s=0,a=[],c=Number.NEGATIVE_INFINITY,u=0,f=1,d,p=t.length,g=e._backgroundBillboard,m=H.clone(l(g)?e._backgroundPadding:H.ZERO,t4e);for(m.x/=e._relativeSize,m.y/=e._relativeSize,d=0;d<p;++d)n.charAt(d)===`
`?(a.push(r),++f,r=0):(i=t[d],o=i.dimensions,u=Math.max(u,o.height-o.descent),c=Math.max(c,o.descent),r+=o.width-o.minx,d<p-1&&(r+=t[d+1].dimensions.minx),s=Math.max(s,r));a.push(r);let A=u+c,C=e.totalScale,x=e._horizontalOrigin,b=e._verticalOrigin,E=0,S=a[E],D=kne(S,x,m),v=(l(e._lineHeight)?e._lineHeight:XUe*e._fontSize)/e._relativeSize,O=v*(f-1),R=s,M=A+O;l(g)&&(R+=m.x*2,M+=m.y*2,g._labelHorizontalOrigin=x),Qo.x=D*C,Qo.y=0;let L=!0,_=0;for(d=0;d<p;++d)if(n.charAt(d)===`
`)++E,_+=v,S=a[E],D=kne(S,x,m),Qo.x=D*C,L=!0;else if(i=t[d],o=i.dimensions,b===Sn.TOP?(Qo.y=o.height-u-m.y,Qo.y+=Ts.PADDING):b===Sn.CENTER?Qo.y=(O+o.height-u)/2:b===Sn.BASELINE?(Qo.y=O,Qo.y-=Ts.PADDING):(Qo.y=O+c+m.y,Qo.y-=Ts.PADDING),Qo.y=(Qo.y-o.descent-_)*C,L&&(Qo.x-=Ts.PADDING*C,L=!1),l(i.billboard)&&(i.billboard._setTranslate(Qo),i.billboard._labelDimensions.x=R,i.billboard._labelDimensions.y=M,i.billboard._labelHorizontalOrigin=x),d<p-1){let T=t[d+1];Qo.x+=(o.width-o.minx+T.dimensions.minx)*C}if(l(g)&&n.split(`
`).join("").length>0&&(x===li.CENTER?D=-s/2-m.x:x===li.RIGHT?D=-(s+m.x*2):D=0,Qo.x=D*C,b===Sn.TOP?Qo.y=A-u-c:b===Sn.CENTER?Qo.y=(A-u)/2-c:b===Sn.BASELINE?Qo.y=-m.y-c:Qo.y=0,Qo.y=Qo.y*C,g.width=R,g.height=M,g._setTranslate(Qo),g._labelTranslate=H.clone(Qo,g._labelTranslate)),e.heightReference===Ue.CLAMP_TO_GROUND)for(d=0;d<p;++d){i=t[d];let T=i.billboard;l(T)&&(T._labelTranslate=H.clone(Qo,T._labelTranslate))}}function Hne(e,t){let n=t._glyphs;for(let i=0,o=n.length;i<o;++i)B5(e,n[i]);l(t._backgroundBillboard)&&(e._backgroundBillboardCollection.remove(t._backgroundBillboard),t._backgroundBillboard=void 0),t._labelCollection=void 0,l(t._removeCallbackFunc)&&t._removeCallbackFunc(),le(t)}function sh(e){e=y(e,y.EMPTY_OBJECT),this._scene=e.scene,this._batchTable=e.batchTable,this._textureAtlas=void 0,this._backgroundTextureAtlas=void 0,this._backgroundBillboardCollection=new Su({scene:this._scene}),this._backgroundBillboardCollection.destroyTextureAtlas=!1,this._billboardCollection=new Su({scene:this._scene,batchTable:this._batchTable}),this._billboardCollection.destroyTextureAtlas=!1,this._billboardCollection._sdf=!0,this._spareBillboards=[],this._glyphTextureCache={},this._labels=[],this._labelsToUpdate=[],this._totalGlyphCount=0,this._highlightColor=U.clone(U.WHITE),this.show=y(e.show,!0),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.blendOption=y(e.blendOption,To.OPAQUE_AND_TRANSLUCENT)}Object.defineProperties(sh.prototype,{length:{get:function(){return this._labels.length}}});sh.prototype.add=function(e){let t=new dy(e,this);return this._labels.push(t),this._labelsToUpdate.push(t),t};sh.prototype.remove=function(e){if(l(e)&&e._labelCollection===this){let t=this._labels.indexOf(e);if(t!==-1)return this._labels.splice(t,1),Hne(this,e),!0}return!1};sh.prototype.removeAll=function(){let e=this._labels;for(let t=0,n=e.length;t<n;++t)Hne(this,e[t]);e.length=0};sh.prototype.contains=function(e){return l(e)&&e._labelCollection===this};sh.prototype.get=function(e){return this._labels[e]};sh.prototype.update=function(e){if(!this.show)return;let t=this._billboardCollection,n=this._backgroundBillboardCollection;t.modelMatrix=this.modelMatrix,t.debugShowBoundingVolume=this.debugShowBoundingVolume,n.modelMatrix=this.modelMatrix,n.debugShowBoundingVolume=this.debugShowBoundingVolume;let i=e.context;l(this._textureAtlas)||(this._textureAtlas=new ly({context:i}),t.textureAtlas=this._textureAtlas),l(this._backgroundTextureAtlas)||(this._backgroundTextureAtlas=new ly({context:i,initialSize:O5}),n.textureAtlas=this._backgroundTextureAtlas,JUe(this._backgroundTextureAtlas));let o=this._labelsToUpdate.length;for(let s=0;s<o;++s){let a=this._labelsToUpdate[s];if(a.isDestroyed())continue;let c=a._glyphs.length;a._rebindAllGlyphs&&(e4e(this,a),a._rebindAllGlyphs=!1),a._repositionAllGlyphs&&(n4e(a),a._repositionAllGlyphs=!1);let u=a._glyphs.length-c;this._totalGlyphCount+=u}let r=n.length>0?To.TRANSLUCENT:this.blendOption;t.blendOption=r,n.blendOption=r,t._highlightColor=this._highlightColor,n._highlightColor=this._highlightColor,this._labelsToUpdate.length=0,n.update(e),t.update(e)};sh.prototype.isDestroyed=function(){return!1};sh.prototype.destroy=function(){return this.removeAll(),this._billboardCollection=this._billboardCollection.destroy(),this._textureAtlas=this._textureAtlas&&this._textureAtlas.destroy(),this._backgroundBillboardCollection=this._backgroundBillboardCollection.destroy(),this._backgroundTextureAtlas=this._backgroundTextureAtlas&&this._backgroundTextureAtlas.destroy(),le(this)};var zm=sh;var qL=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec3 position2DHigh;
attribute vec3 position2DLow;
attribute vec3 prevPosition3DHigh;
attribute vec3 prevPosition3DLow;
attribute vec3 prevPosition2DHigh;
attribute vec3 prevPosition2DLow;
attribute vec3 nextPosition3DHigh;
attribute vec3 nextPosition3DLow;
attribute vec3 nextPosition2DHigh;
attribute vec3 nextPosition2DLow;
attribute vec4 texCoordExpandAndBatchIndex;
varying vec2 v_st;
varying float v_width;
varying vec4 v_pickColor;
varying float v_polylineAngle;
void main()
{
float texCoord = texCoordExpandAndBatchIndex.x;
float expandDir = texCoordExpandAndBatchIndex.y;
bool usePrev = texCoordExpandAndBatchIndex.z < 0.0;
float batchTableIndex = texCoordExpandAndBatchIndex.w;
vec2 widthAndShow = batchTable_getWidthAndShow(batchTableIndex);
float width = widthAndShow.x + 0.5;
float show = widthAndShow.y;
if (width < 1.0)
{
show = 0.0;
}
vec4 pickColor = batchTable_getPickColor(batchTableIndex);
vec4 p, prev, next;
if (czm_morphTime == 1.0)
{
p = czm_translateRelativeToEye(position3DHigh.xyz, position3DLow.xyz);
prev = czm_translateRelativeToEye(prevPosition3DHigh.xyz, prevPosition3DLow.xyz);
next = czm_translateRelativeToEye(nextPosition3DHigh.xyz, nextPosition3DLow.xyz);
}
else if (czm_morphTime == 0.0)
{
p = czm_translateRelativeToEye(position2DHigh.zxy, position2DLow.zxy);
prev = czm_translateRelativeToEye(prevPosition2DHigh.zxy, prevPosition2DLow.zxy);
next = czm_translateRelativeToEye(nextPosition2DHigh.zxy, nextPosition2DLow.zxy);
}
else
{
p = czm_columbusViewMorph(
czm_translateRelativeToEye(position2DHigh.zxy, position2DLow.zxy),
czm_translateRelativeToEye(position3DHigh.xyz, position3DLow.xyz),
czm_morphTime);
prev = czm_columbusViewMorph(
czm_translateRelativeToEye(prevPosition2DHigh.zxy, prevPosition2DLow.zxy),
czm_translateRelativeToEye(prevPosition3DHigh.xyz, prevPosition3DLow.xyz),
czm_morphTime);
next = czm_columbusViewMorph(
czm_translateRelativeToEye(nextPosition2DHigh.zxy, nextPosition2DLow.zxy),
czm_translateRelativeToEye(nextPosition3DHigh.xyz, nextPosition3DLow.xyz),
czm_morphTime);
}
#ifdef DISTANCE_DISPLAY_CONDITION
vec3 centerHigh = batchTable_getCenterHigh(batchTableIndex);
vec4 centerLowAndRadius = batchTable_getCenterLowAndRadius(batchTableIndex);
vec3 centerLow = centerLowAndRadius.xyz;
float radius = centerLowAndRadius.w;
vec2 distanceDisplayCondition = batchTable_getDistanceDisplayCondition(batchTableIndex);
float lengthSq;
if (czm_sceneMode == czm_sceneMode2D)
{
lengthSq = czm_eyeHeight2D.y;
}
else
{
vec4 center = czm_translateRelativeToEye(centerHigh.xyz, centerLow.xyz);
lengthSq = max(0.0, dot(center.xyz, center.xyz) - radius * radius);
}
float nearSq = distanceDisplayCondition.x * distanceDisplayCondition.x;
float farSq = distanceDisplayCondition.y * distanceDisplayCondition.y;
if (lengthSq < nearSq || lengthSq > farSq)
{
show = 0.0;
}
#endif
float polylineAngle;
vec4 positionWC = getPolylineWindowCoordinates(p, prev, next, expandDir, width, usePrev, polylineAngle);
gl_Position = czm_viewportOrthographic * positionWC * show;
v_st.s = texCoord;
v_st.t = czm_writeNonPerspective(clamp(expandDir, 0.0, 1.0), gl_Position.w);
v_width = width;
v_pickColor = pickColor;
v_polylineAngle = polylineAngle;
}
`;var cc={};cc.numberOfPoints=function(e,t,n){let i=h.distance(e,t);return Math.ceil(i/n)};cc.numberOfPointsRhumbLine=function(e,t,n){let i=Math.pow(e.longitude-t.longitude,2)+Math.pow(e.latitude-t.latitude,2);return Math.max(1,Math.ceil(Math.sqrt(i/(n*n))))};var i4e=new he;cc.extractHeights=function(e,t){let n=e.length,i=new Array(n);for(let o=0;o<n;o++){let r=e[o];i[o]=t.cartesianToCartographic(r,i4e).height}return i};var o4e=new F,r4e=new h,Gne=new h,s4e=new tn(h.UNIT_X,0),Wne=new h,a4e=new tn(h.UNIT_X,0),c4e=new h,l4e=new h,M5=[];function qne(e,t,n){let i=M5;i.length=e;let o;if(t===n){for(o=0;o<e;o++)i[o]=t;return i}let s=(n-t)/e;for(o=0;o<e;o++){let a=t+o*s;i[o]=a}return i}var XL=new he,YL=new he,B_=new h,L5=new h,u4e=new h,R5=new Af,iw=new ma;function f4e(e,t,n,i,o,r,s,a){let c=i.scaleToGeodeticSurface(e,L5),u=i.scaleToGeodeticSurface(t,u4e),f=cc.numberOfPoints(e,t,n),d=i.cartesianToCartographic(c,XL),p=i.cartesianToCartographic(u,YL),g=qne(f,o,r);R5.setEndPoints(d,p);let m=R5.surfaceDistance/f,A=a;d.height=o;let C=i.cartographicToCartesian(d,B_);h.pack(C,s,A),A+=3;for(let x=1;x<f;x++){let b=R5.interpolateUsingSurfaceDistance(x*m,YL);b.height=g[x],C=i.cartographicToCartesian(b,B_),h.pack(C,s,A),A+=3}return A}function d4e(e,t,n,i,o,r,s,a){let c=i.cartesianToCartographic(e,XL),u=i.cartesianToCartographic(t,YL),f=cc.numberOfPointsRhumbLine(c,u,n);c.height=0,u.height=0;let d=qne(f,o,r);iw.ellipsoid.equals(i)||(iw=new ma(void 0,void 0,i)),iw.setEndPoints(c,u);let p=iw.surfaceDistance/f,g=a;c.height=o;let m=i.cartographicToCartesian(c,B_);h.pack(m,s,g),g+=3;for(let A=1;A<f;A++){let C=iw.interpolateUsingSurfaceDistance(A*p,YL);C.height=d[A],m=i.cartographicToCartesian(C,B_),h.pack(m,s,g),g+=3}return g}cc.wrapLongitude=function(e,t){let n=[],i=[];if(l(e)&&e.length>0){t=y(t,F.IDENTITY);let o=F.inverseTransformation(t,o4e),r=F.multiplyByPoint(o,h.ZERO,r4e),s=h.normalize(F.multiplyByPointAsVector(o,h.UNIT_Y,Gne),Gne),a=tn.fromPointNormal(r,s,s4e),c=h.normalize(F.multiplyByPointAsVector(o,h.UNIT_X,Wne),Wne),u=tn.fromPointNormal(r,c,a4e),f=1;n.push(h.clone(e[0]));let d=n[0],p=e.length;for(let g=1;g<p;++g){let m=e[g];if(tn.getPointDistance(u,d)<0||tn.getPointDistance(u,m)<0){let A=qi.lineSegmentPlane(d,m,a,c4e);if(l(A)){let C=h.multiplyByScalar(s,5e-9,l4e);tn.getPointDistance(a,d)<0&&h.negate(C,C),n.push(h.add(A,C,new h)),i.push(f+1),h.negate(C,C),n.push(h.add(A,C,new h)),f=1}}n.push(h.clone(e[g])),f++,d=m}i.push(f)}return{positions:n,lengths:i}};cc.generateArc=function(e){l(e)||(e={});let t=e.positions,n=t.length,i=y(e.ellipsoid,ie.WGS84),o=y(e.height,0),r=Array.isArray(o);if(n<1)return[];if(n===1){let A=i.scaleToGeodeticSurface(t[0],L5);if(o=r?o[0]:o,o!==0){let C=i.geodeticSurfaceNormal(A,B_);h.multiplyByScalar(C,o,C),h.add(A,C,A)}return[A.x,A.y,A.z]}let s=e.minDistance;if(!l(s)){let A=y(e.granularity,I.RADIANS_PER_DEGREE);s=I.chordLength(A,i.maximumRadius)}let a=0,c;for(c=0;c<n-1;c++)a+=cc.numberOfPoints(t[c],t[c+1],s);let u=(a+1)*3,f=new Array(u),d=0;for(c=0;c<n-1;c++){let A=t[c],C=t[c+1],x=r?o[c]:o,b=r?o[c+1]:o;d=f4e(A,C,s,i,x,b,f,d)}M5.length=0;let p=t[n-1],g=i.cartesianToCartographic(p,XL);g.height=r?o[n-1]:o;let m=i.cartographicToCartesian(g,B_);return h.pack(m,f,u-3),f};var jne=new he,h4e=new he;cc.generateRhumbArc=function(e){l(e)||(e={});let t=e.positions,n=t.length,i=y(e.ellipsoid,ie.WGS84),o=y(e.height,0),r=Array.isArray(o);if(n<1)return[];if(n===1){let x=i.scaleToGeodeticSurface(t[0],L5);if(o=r?o[0]:o,o!==0){let b=i.geodeticSurfaceNormal(x,B_);h.multiplyByScalar(b,o,b),h.add(x,b,x)}return[x.x,x.y,x.z]}let s=y(e.granularity,I.RADIANS_PER_DEGREE),a=0,c,u=i.cartesianToCartographic(t[0],jne),f;for(c=0;c<n-1;c++)f=i.cartesianToCartographic(t[c+1],h4e),a+=cc.numberOfPointsRhumbLine(u,f,s),u=he.clone(f,jne);let d=(a+1)*3,p=new Array(d),g=0;for(c=0;c<n-1;c++){let x=t[c],b=t[c+1],E=r?o[c]:o,S=r?o[c+1]:o;g=d4e(x,b,s,i,E,S,p,g)}M5.length=0;let m=t[n-1],A=i.cartesianToCartographic(m,XL);A.height=r?o[n-1]:o;let C=i.cartographicToCartesian(A,B_);return h.pack(C,p,d-3),p};cc.generateCartesianArc=function(e){let t=cc.generateArc(e),n=t.length/3,i=new Array(n);for(let o=0;o<n;o++)i[o]=h.unpack(t,o*3);return i};cc.generateCartesianRhumbArc=function(e){let t=cc.generateRhumbArc(e),n=t.length/3,i=new Array(n);for(let o=0;o<n;o++)i[o]=h.unpack(t,o*3);return i};var bi=cc;function Il(e,t){e=y(e,y.EMPTY_OBJECT),this._show=y(e.show,!0),this._width=y(e.width,1),this._loop=y(e.loop,!1),this._distanceDisplayCondition=e.distanceDisplayCondition,this._material=e.material,l(this._material)||(this._material=$i.fromType($i.ColorType,{color:new U(1,1,1,1)}));let n=e.positions;l(n)||(n=[]),this._positions=n,this._actualPositions=yo(n,h.equalsEpsilon),this._loop&&this._actualPositions.length>2&&(this._actualPositions===this._positions&&(this._actualPositions=n.slice()),this._actualPositions.push(h.clone(this._actualPositions[0]))),this._length=this._actualPositions.length,this._id=e.id;let i;l(t)&&(i=F.clone(t.modelMatrix)),this._modelMatrix=i,this._segments=bi.wrapLongitude(this._actualPositions,i),this._actualLength=void 0,this._propertiesChanged=new Uint32Array(Xne),this._polylineCollection=t,this._dirty=!1,this._pickId=void 0,this._boundingVolume=re.fromPoints(this._actualPositions),this._boundingVolumeWC=re.transform(this._boundingVolume,this._modelMatrix),this._boundingVolume2D=new re}var Yne=Il.POSITION_INDEX=0,m4e=Il.SHOW_INDEX=1,p4e=Il.WIDTH_INDEX=2,_4e=Il.MATERIAL_INDEX=3,ow=Il.POSITION_SIZE_INDEX=4,g4e=Il.DISTANCE_DISPLAY_CONDITION=5,Xne=Il.NUMBER_OF_PROPERTIES=6;function Hm(e,t){++e._propertiesChanged[t];let n=e._polylineCollection;l(n)&&(n._updatePolyline(e,t),e._dirty=!0)}Object.defineProperties(Il.prototype,{show:{get:function(){return this._show},set:function(e){e!==this._show&&(this._show=e,Hm(this,m4e))}},positions:{get:function(){return this._positions},set:function(e){let t=yo(e,h.equalsEpsilon);this._loop&&t.length>2&&(t===e&&(t=e.slice()),t.push(h.clone(t[0]))),(this._actualPositions.length!==t.length||this._actualPositions.length!==this._length)&&Hm(this,ow),this._positions=e,this._actualPositions=t,this._length=t.length,this._boundingVolume=re.fromPoints(this._actualPositions,this._boundingVolume),this._boundingVolumeWC=re.transform(this._boundingVolume,this._modelMatrix,this._boundingVolumeWC),Hm(this,Yne),this.update()}},material:{get:function(){return this._material},set:function(e){this._material!==e&&(this._material=e,Hm(this,_4e))}},width:{get:function(){return this._width},set:function(e){let t=this._width;e!==t&&(this._width=e,Hm(this,p4e))}},loop:{get:function(){return this._loop},set:function(e){if(e!==this._loop){let t=this._actualPositions;e?t.length>2&&!h.equals(t[0],t[t.length-1])&&(t.length===this._positions.length&&(this._actualPositions=t=this._positions.slice()),t.push(h.clone(t[0]))):t.length>2&&h.equals(t[0],t[t.length-1])&&(t.length-1===this._positions.length?this._actualPositions=this._positions:t.pop()),this._loop=e,Hm(this,ow)}}},id:{get:function(){return this._id},set:function(e){this._id=e,l(this._pickId)&&(this._pickId.object.id=e)}},pickId:{get:function(){return this._pickId}},isDestroyed:{get:function(){return!l(this._polylineCollection)}},distanceDisplayCondition:{get:function(){return this._distanceDisplayCondition},set:function(e){xt.equals(e,this._distanceDisplayCondition)||(this._distanceDisplayCondition=xt.clone(e,this._distanceDisplayCondition),Hm(this,g4e))}}});Il.prototype.update=function(){let e=F.IDENTITY;l(this._polylineCollection)&&(e=this._polylineCollection.modelMatrix);let t=this._segments.positions.length,n=this._segments.lengths,i=this._propertiesChanged[Yne]>0||this._propertiesChanged[ow]>0;if((!F.equals(e,this._modelMatrix)||i)&&(this._segments=bi.wrapLongitude(this._actualPositions,e),this._boundingVolumeWC=re.transform(this._boundingVolume,e,this._boundingVolumeWC)),this._modelMatrix=F.clone(e,this._modelMatrix),this._segments.positions.length!==t)Hm(this,ow);else{let o=n.length;for(let r=0;r<o;++r)if(n[r]!==this._segments.lengths[r]){Hm(this,ow);break}}};Il.prototype.getPickId=function(e){return l(this._pickId)||(this._pickId=e.createPickId({primitive:this,collection:this._polylineCollection,id:this._id})),this._pickId};Il.prototype._clean=function(){this._dirty=!1;let e=this._propertiesChanged;for(let t=0;t<Xne-1;++t)e[t]=0};Il.prototype._destroy=function(){this._pickId=this._pickId&&this._pickId.destroy(),this._material=this._material&&this._material.destroy(),this._polylineCollection=void 0};var Bf=Il;var y4e=Bf.SHOW_INDEX,A4e=Bf.WIDTH_INDEX,N5=Bf.POSITION_INDEX,C4e=Bf.MATERIAL_INDEX,Kne=Bf.POSITION_SIZE_INDEX,x4e=Bf.DISTANCE_DISPLAY_CONDITION,nie=Bf.NUMBER_OF_PROPERTIES,qc={texCoordExpandAndBatchIndex:0,position3DHigh:1,position3DLow:2,position2DHigh:3,position2DLow:4,prevPosition3DHigh:5,prevPosition3DLow:6,prevPosition2DHigh:7,prevPosition2DLow:8,nextPosition3DHigh:9,nextPosition3DLow:10,nextPosition2DHigh:11,nextPosition2DLow:12};function Rf(e){e=y(e,y.EMPTY_OBJECT),this.show=y(e.show,!0),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._modelMatrix=F.clone(F.IDENTITY),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this._opaqueRS=void 0,this._translucentRS=void 0,this._colorCommands=[],this._polylinesUpdated=!1,this._polylinesRemoved=!1,this._createVertexArray=!1,this._propertiesChanged=new Uint32Array(nie),this._polylines=[],this._polylineBuckets={},this._positionBufferUsage={bufferUsage:Le.STATIC_DRAW,frameCount:0},this._mode=void 0,this._polylinesToUpdate=[],this._vertexArrays=[],this._positionBuffer=void 0,this._texCoordExpandAndBatchIndexBuffer=void 0,this._batchTable=void 0,this._createBatchTable=!1,this._useHighlightColor=!1,this._highlightColor=U.clone(U.WHITE);let t=this;this._uniformMap={u_highlightColor:function(){return t._highlightColor}}}Object.defineProperties(Rf.prototype,{length:{get:function(){return k5(this),this._polylines.length}}});Rf.prototype.add=function(e){let t=new Bf(e,this);return t._index=this._polylines.length,this._polylines.push(t),this._createVertexArray=!0,this._createBatchTable=!0,t};Rf.prototype.remove=function(e){if(this.contains(e)){if(this._polylinesRemoved=!0,this._createVertexArray=!0,this._createBatchTable=!0,l(e._bucket)){let t=e._bucket;t.shaderProgram=t.shaderProgram&&t.shaderProgram.destroy()}return e._destroy(),!0}return!1};Rf.prototype.removeAll=function(){V5(this),aie(this),this._polylineBuckets={},this._polylinesRemoved=!1,this._polylines.length=0,this._polylinesToUpdate.length=0,this._createVertexArray=!0};Rf.prototype.contains=function(e){return l(e)&&e._polylineCollection===this};Rf.prototype.get=function(e){return k5(this),this._polylines[e]};function T4e(e,t){l(e._batchTable)&&e._batchTable.destroy();let n=[{functionName:"batchTable_getWidthAndShow",componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:2},{functionName:"batchTable_getPickColor",componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:4,normalize:!0},{functionName:"batchTable_getCenterHigh",componentDatatype:K.FLOAT,componentsPerAttribute:3},{functionName:"batchTable_getCenterLowAndRadius",componentDatatype:K.FLOAT,componentsPerAttribute:4},{functionName:"batchTable_getDistanceDisplayCondition",componentDatatype:K.FLOAT,componentsPerAttribute:2}];e._batchTable=new AC(t,n,e._polylines.length)}var iie=new Vn,oie=new se,rie=new H;Rf.prototype.update=function(e){if(k5(this),this._polylines.length===0||!this.show)return;v4e(this,e);let t=e.context,n=e.mapProjection,i,o=this._propertiesChanged;if(this._createBatchTable){if(Vt.maximumVertexTextureImageUnits===0)throw new de("Vertex texture fetch support is required to render polylines. The maximum number of vertex texture image units must be greater than zero.");T4e(this,t),this._createBatchTable=!1}if(this._createVertexArray||b4e(this))Qne(this,t,n);else if(this._polylinesUpdated){let c=this._polylinesToUpdate;if(this._mode!==ee.SCENE3D){let u=c.length;for(let f=0;f<u;++f)i=c[f],i.update()}if(o[Kne]||o[C4e])Qne(this,t,n);else{let u=c.length,f=this._polylineBuckets;for(let d=0;d<u;++d){i=c[d],o=i._propertiesChanged;let p=i._bucket,g=0;for(let m in f)if(f.hasOwnProperty(m)){if(f[m]===p){o[N5]&&p.writeUpdate(g,i,this._positionBuffer,n);break}g+=f[m].lengthOfPositions}if((o[y4e]||o[A4e])&&this._batchTable.setBatchedAttribute(i._index,0,new H(i._width,i._show)),this._batchTable.attributes.length>2){if(o[N5]||o[Kne]){let m=e.mode===ee.SCENE2D?i._boundingVolume2D:i._boundingVolumeWC,A=Vn.fromCartesian(m.center,iie),C=se.fromElements(A.low.x,A.low.y,A.low.z,m.radius,oie);this._batchTable.setBatchedAttribute(i._index,2,A.high),this._batchTable.setBatchedAttribute(i._index,3,C)}if(o[x4e]){let m=rie;m.x=0,m.y=Number.MAX_VALUE;let A=i.distanceDisplayCondition;l(A)&&(m.x=A.near,m.y=A.far),this._batchTable.setBatchedAttribute(i._index,4,m)}}i._clean()}}c.length=0,this._polylinesUpdated=!1}o=this._propertiesChanged;for(let c=0;c<nie;++c)o[c]=0;let r=F.IDENTITY;e.mode===ee.SCENE3D&&(r=this.modelMatrix);let s=e.passes,a=e.morphTime!==0;if((!l(this._opaqueRS)||this._opaqueRS.depthTest.enabled!==a)&&(this._opaqueRS=Ne.fromCache({depthMask:a,depthTest:{enabled:a}})),(!l(this._translucentRS)||this._translucentRS.depthTest.enabled!==a)&&(this._translucentRS=Ne.fromCache({blending:an.ALPHA_BLEND,depthMask:!a,depthTest:{enabled:a}})),this._batchTable.update(e),s.render||s.pick){let c=this._colorCommands;E4e(this,e,c,r)}};var rw=new re,Jne=new re;function E4e(e,t,n,i){let o=t.context,r=t.commandList,s=n.length,a=0,c=!0,u=e._vertexArrays,f=e.debugShowBoundingVolume,p=e._batchTable.getUniformMapCallback(),g=u.length;for(let m=0;m<g;++m){let A=u[m],C=A.buckets,x=C.length;for(let b=0;b<x;++b){let E=C[b],S=E.offset,D=E.bucket.shaderProgram,v=E.bucket.polylines,O=v.length,R,M,L=0,_,T;for(let w=0;w<O;++w){let P=v[w],B=w4e(P._material);if(B!==R){if(l(R)&&L>0){let G=M.isTranslucent();a>=s?(_=new Ze({owner:e}),n.push(_)):_=n[a],++a,T=pt(p(M._uniforms),e._uniformMap),_.boundingVolume=re.clone(rw,_.boundingVolume),_.modelMatrix=i,_.shaderProgram=D,_.vertexArray=A.va,_.renderState=G?e._translucentRS:e._opaqueRS,_.pass=G?xe.TRANSLUCENT:xe.OPAQUE,_.debugShowBoundingVolume=f,_.pickId="v_pickColor",_.uniformMap=T,_.count=L,_.offset=S,S+=L,L=0,c=!0,r.push(_)}M=P._material,M.update(o),R=B}let N=P._locatorBuckets,z=N.length;for(let G=0;G<z;++G){let k=N[G];k.locator===E&&(L+=k.count)}let V;t.mode===ee.SCENE3D?V=P._boundingVolumeWC:t.mode===ee.COLUMBUS_VIEW?V=P._boundingVolume2D:t.mode===ee.SCENE2D?l(P._boundingVolume2D)&&(V=re.clone(P._boundingVolume2D,Jne),V.center.x=0):l(P._boundingVolumeWC)&&l(P._boundingVolume2D)&&(V=re.union(P._boundingVolumeWC,P._boundingVolume2D,Jne)),c?(c=!1,re.clone(V,rw)):re.union(V,rw,rw)}l(R)&&L>0&&(a>=s?(_=new Ze({owner:e}),n.push(_)):_=n[a],++a,T=pt(p(M._uniforms),e._uniformMap),_.boundingVolume=re.clone(rw,_.boundingVolume),_.modelMatrix=i,_.shaderProgram=D,_.vertexArray=A.va,_.renderState=M.isTranslucent()?e._translucentRS:e._opaqueRS,_.pass=M.isTranslucent()?xe.TRANSLUCENT:xe.OPAQUE,_.debugShowBoundingVolume=f,_.pickId="v_pickColor",_.uniformMap=T,_.count=L,_.offset=S,c=!0,r.push(_)),R=void 0}}n.length=a}Rf.prototype.isDestroyed=function(){return!1};Rf.prototype.destroy=function(){return sie(this),V5(this),aie(this),this._batchTable=this._batchTable&&this._batchTable.destroy(),le(this)};function b4e(e){let t=!1,n=e._propertiesChanged,i=e._positionBufferUsage;return n[N5]?(i.bufferUsage!==Le.STREAM_DRAW&&(t=!0,i.bufferUsage=Le.STREAM_DRAW),i.frameCount=100):i.bufferUsage!==Le.STATIC_DRAW&&(i.frameCount===0?(t=!0,i.bufferUsage=Le.STATIC_DRAW):i.frameCount--),t}var Zne=[0,0,0];function Qne(e,t,n){e._createVertexArray=!1,V5(e),sie(e),D4e(e);let i=[[]],o=i[0],r=e._batchTable,s=e._useHighlightColor,a=[0],c=0,u=[[]],f=0,d=e._polylineBuckets,p,g;for(p in d)d.hasOwnProperty(p)&&(g=d[p],g.updateShader(t,r,s),f+=g.lengthOfPositions);if(f>0){let m=e._mode,A=new Float32Array(6*f*3),C=new Float32Array(f*4),x,b=0,E=0,S=0;for(p in d)if(d.hasOwnProperty(p)){g=d[p],g.write(A,C,b,E,S,r,t,n),m===ee.MORPHING&&(l(x)||(x=new Float32Array(6*f*3)),g.writeForMorph(x,b));let T=g.lengthOfPositions;b+=6*T*3,E+=T*4,S+=T*4,c=g.updateIndices(i,a,u,c)}let D=e._positionBufferUsage.bufferUsage,v=Le.STATIC_DRAW;e._positionBuffer=rt.createVertexBuffer({context:t,typedArray:A,usage:D});let O;l(x)&&(O=rt.createVertexBuffer({context:t,typedArray:x,usage:D})),e._texCoordExpandAndBatchIndexBuffer=rt.createVertexBuffer({context:t,typedArray:C,usage:v});let R=3*Float32Array.BYTES_PER_ELEMENT,M=4*Float32Array.BYTES_PER_ELEMENT,L=0,_=i.length;for(let T=0;T<_;++T)if(o=i[T],o.length>0){let w=new Uint16Array(o),P=rt.createIndexBuffer({context:t,typedArray:w,usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT});L+=a[T];let B=6*(T*(R*I.SIXTY_FOUR_KILOBYTES)-L*R),N=R+B,z=R+N,V=R+z,G=R+V,k=R+G,X=T*(M*I.SIXTY_FOUR_KILOBYTES)-L*M,q=[{index:qc.position3DHigh,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:B,strideInBytes:6*R},{index:qc.position3DLow,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:N,strideInBytes:6*R},{index:qc.position2DHigh,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:B,strideInBytes:6*R},{index:qc.position2DLow,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:N,strideInBytes:6*R},{index:qc.prevPosition3DHigh,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:z,strideInBytes:6*R},{index:qc.prevPosition3DLow,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:V,strideInBytes:6*R},{index:qc.prevPosition2DHigh,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:z,strideInBytes:6*R},{index:qc.prevPosition2DLow,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:V,strideInBytes:6*R},{index:qc.nextPosition3DHigh,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:G,strideInBytes:6*R},{index:qc.nextPosition3DLow,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:k,strideInBytes:6*R},{index:qc.nextPosition2DHigh,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:G,strideInBytes:6*R},{index:qc.nextPosition2DLow,componentsPerAttribute:3,componentDatatype:K.FLOAT,offsetInBytes:k,strideInBytes:6*R},{index:qc.texCoordExpandAndBatchIndex,componentsPerAttribute:4,componentDatatype:K.FLOAT,vertexBuffer:e._texCoordExpandAndBatchIndexBuffer,offsetInBytes:X}],Y,W,J,Z;m===ee.SCENE3D?(W=e._positionBuffer,Y="vertexBuffer",J=Zne,Z="value"):m===ee.SCENE2D||m===ee.COLUMBUS_VIEW?(W=Zne,Y="value",J=e._positionBuffer,Z="vertexBuffer"):(W=O,Y="vertexBuffer",J=e._positionBuffer,Z="vertexBuffer"),q[0][Y]=W,q[1][Y]=W,q[2][Z]=J,q[3][Z]=J,q[4][Y]=W,q[5][Y]=W,q[6][Z]=J,q[7][Z]=J,q[8][Y]=W,q[9][Y]=W,q[10][Z]=J,q[11][Z]=J;let ue=new Zn({context:t,attributes:q,indexBuffer:P});e._vertexArrays.push({va:ue,buckets:u[T]})}}}function S4e(e,t){return t instanceof Rt?t.id:t}var KL=[];function w4e(e){let t=$i._uniformList[e.type],n=t.length;KL.length=2*n;let i=0;for(let o=0;o<n;++o){let r=t[o];KL[i]=r,KL[i+1]=e._uniforms[r](),i+=2}return`${e.type}:${JSON.stringify(KL,S4e)}`}function D4e(e){let t=e._mode,n=e._modelMatrix,i=e._polylineBuckets={},o=e._polylines,r=o.length;for(let s=0;s<r;++s){let a=o[s];if(a._actualPositions.length>1){a.update();let c=a.material,u=i[c.type];l(u)||(u=i[c.type]=new ah(c,t,n)),u.addPolyline(a)}}}function v4e(e,t){let n=t.mode;(e._mode!==n||!F.equals(e._modelMatrix,e.modelMatrix))&&(e._mode=n,e._modelMatrix=F.clone(e.modelMatrix),e._createVertexArray=!0)}function k5(e){if(e._polylinesRemoved){e._polylinesRemoved=!1;let t=[],n=[],i=0,o,r=e._polylines.length;for(let s=0;s<r;++s)o=e._polylines[s],o.isDestroyed||(o._index=i++,n.push(o),t.push(o));e._polylines=t,e._polylinesToUpdate=n}}function V5(e){let t=e._polylines,n=t.length;for(let i=0;i<n;++i)if(!t[i].isDestroyed){let o=t[i]._bucket;l(o)&&(o.shaderProgram=o.shaderProgram&&o.shaderProgram.destroy())}}function sie(e){let t=e._vertexArrays.length;for(let n=0;n<t;++n)e._vertexArrays[n].va.destroy();e._vertexArrays.length=0}Rf.prototype._updatePolyline=function(e,t){this._polylinesUpdated=!0,e._dirty||this._polylinesToUpdate.push(e),++this._propertiesChanged[t]};function aie(e){let t=e._polylines,n=t.length;for(let i=0;i<n;++i)t[i].isDestroyed||t[i]._destroy()}function F5(e,t,n){this.count=e,this.offset=t,this.bucket=n}function ah(e,t,n){this.polylines=[],this.lengthOfPositions=0,this.material=e,this.shaderProgram=void 0,this.mode=t,this.modelMatrix=n}ah.prototype.addPolyline=function(e){this.polylines.push(e),e._actualLength=this.getPolylinePositionsLength(e),this.lengthOfPositions+=e._actualLength,e._bucket=this};ah.prototype.updateShader=function(e,t,n){if(l(this.shaderProgram))return;let i=["DISTANCE_DISPLAY_CONDITION"];n&&i.push("VECTOR_TILE"),this.material.shaderSource.search(/varying\s+float\s+v_polylineAngle;/g)!==-1&&i.push("POLYLINE_DASH"),Lt.isInternetExplorer()||i.push("CLIP_POLYLINE");let o=new Ve({defines:i,sources:[`varying vec4 v_pickColor;
`,this.material.shaderSource,IC]}),r=t.getVertexShaderCallback()(qL),s=new Ve({defines:i,sources:[uu,r]});this.shaderProgram=jt.fromCache({context:e,vertexShaderSource:s,fragmentShaderSource:o,attributeLocations:qc})};function cie(e){return h.dot(h.UNIT_X,e._boundingVolume.center)<0||e._boundingVolume.intersectPlane(tn.ORIGIN_ZX_PLANE)===Xt.INTERSECTING}ah.prototype.getPolylinePositionsLength=function(e){let t;if(this.mode===ee.SCENE3D||!cie(e))return t=e._actualPositions.length,t*4-4;let n=0,i=e._segments.lengths;t=i.length;for(let o=0;o<t;++o)n+=i[o]*4-4;return n};var Jr=new h,Du=new h,vu=new h,JL=new h,P4e=new se,I4e=new H;ah.prototype.write=function(e,t,n,i,o,r,s,a){let c=this.mode,u=a.ellipsoid.maximumRadius*I.PI,f=this.polylines,d=f.length;for(let p=0;p<d;++p){let g=f[p],m=g.width,A=g.show&&m>0,C=g._index,x=this.getSegments(g,a),b=x.positions,E=x.lengths,S=b.length,D=g.getPickId(s).color,v=0,O=0,R;for(let z=0;z<S;++z){z===0?g._loop?R=b[S-2]:(R=JL,h.subtract(b[0],b[1],R),h.add(b[0],R,R)):R=b[z-1],h.clone(R,Du),h.clone(b[z],Jr),z===S-1?g._loop?R=b[1]:(R=JL,h.subtract(b[S-1],b[S-2],R),h.add(b[S-1],R,R)):R=b[z+1],h.clone(R,vu);let V=E[v];z===O+V&&(O+=V,++v);let G=z-O===0,k=z===O+E[v]-1;c===ee.SCENE2D&&(Du.z=0,Jr.z=0,vu.z=0),(c===ee.SCENE2D||c===ee.MORPHING)&&(G||k)&&u-Math.abs(Jr.x)<1&&((Jr.x<0&&Du.x>0||Jr.x>0&&Du.x<0)&&h.clone(Jr,Du),(Jr.x<0&&vu.x>0||Jr.x>0&&vu.x<0)&&h.clone(Jr,vu));let X=G?2:0,q=k?2:4;for(let Y=X;Y<q;++Y){Vn.writeElements(Jr,e,n),Vn.writeElements(Du,e,n+6),Vn.writeElements(vu,e,n+12);let W=Y-2<0?-1:1;t[o]=z/(S-1),t[o+1]=2*(Y%2)-1,t[o+2]=W,t[o+3]=C,n+=6*3,o+=4}}let M=P4e;M.x=U.floatToByte(D.red),M.y=U.floatToByte(D.green),M.z=U.floatToByte(D.blue),M.w=U.floatToByte(D.alpha);let L=I4e;L.x=m,L.y=A?1:0;let _=c===ee.SCENE2D?g._boundingVolume2D:g._boundingVolumeWC,T=Vn.fromCartesian(_.center,iie),w=T.high,P=se.fromElements(T.low.x,T.low.y,T.low.z,_.radius,oie),B=rie;B.x=0,B.y=Number.MAX_VALUE;let N=g.distanceDisplayCondition;l(N)&&(B.x=N.near,B.y=N.far),r.setBatchedAttribute(C,0,L),r.setBatchedAttribute(C,1,M),r.attributes.length>2&&(r.setBatchedAttribute(C,2,w),r.setBatchedAttribute(C,3,P),r.setBatchedAttribute(C,4,B))}};var O4e=new h,B4e=new h,R4e=new h,$ne=new h;ah.prototype.writeForMorph=function(e,t){let n=this.modelMatrix,i=this.polylines,o=i.length;for(let r=0;r<o;++r){let s=i[r],a=s._segments.positions,c=s._segments.lengths,u=a.length,f=0,d=0;for(let p=0;p<u;++p){let g;p===0?s._loop?g=a[u-2]:(g=$ne,h.subtract(a[0],a[1],g),h.add(a[0],g,g)):g=a[p-1],g=F.multiplyByPoint(n,g,B4e);let m=F.multiplyByPoint(n,a[p],O4e),A;p===u-1?s._loop?A=a[1]:(A=$ne,h.subtract(a[u-1],a[u-2],A),h.add(a[u-1],A,A)):A=a[p+1],A=F.multiplyByPoint(n,A,R4e);let C=c[f];p===d+C&&(d+=C,++f);let x=p-d===0,b=p===d+c[f]-1,E=x?2:0,S=b?2:4;for(let D=E;D<S;++D)Vn.writeElements(m,e,t),Vn.writeElements(g,e,t+6),Vn.writeElements(A,e,t+12),t+=6*3}}};var M4e=new Array(1);ah.prototype.updateIndices=function(e,t,n,i){let o=n.length-1,r=new F5(0,i,this);n[o].push(r);let s=0,a=e[e.length-1],c=0;a.length>0&&(c=a[a.length-1]+1);let u=this.polylines,f=u.length;for(let d=0;d<f;++d){let p=u[d];p._locatorBuckets=[];let g;if(this.mode===ee.SCENE3D){g=M4e;let A=p._actualPositions.length;if(A>0)g[0]=A;else continue}else g=p._segments.lengths;let m=g.length;if(m>0){let A=0;for(let C=0;C<m;++C){let x=g[C]-1;for(let b=0;b<x;++b)c+4>I.SIXTY_FOUR_KILOBYTES&&(p._locatorBuckets.push({locator:r,count:A}),A=0,t.push(4),a=[],e.push(a),c=0,r.count=s,s=0,i=0,r=new F5(0,0,this),n[++o]=[r]),a.push(c,c+2,c+1),a.push(c+1,c+2,c+3),A+=6,s+=6,i+=6,c+=4}p._locatorBuckets.push({locator:r,count:A}),c+4>I.SIXTY_FOUR_KILOBYTES&&(t.push(0),a=[],e.push(a),c=0,r.count=s,i=0,s=0,r=new F5(0,0,this),n[++o]=[r])}p._clean()}return r.count=s,i};ah.prototype.getPolylineStartIndex=function(e){let t=this.polylines,n=0,i=t.length;for(let o=0;o<i;++o){let r=t[o];if(r===e)break;n+=r._actualLength}return n};var vx={positions:void 0,lengths:void 0},eie=new Array(1),L4e=new h,F4e=new he;ah.prototype.getSegments=function(e,t){let n=e._actualPositions;if(this.mode===ee.SCENE3D)return eie[0]=n.length,vx.positions=n,vx.lengths=eie,vx;cie(e)&&(n=e._segments.positions);let i=t.ellipsoid,o=[],r=this.modelMatrix,s=n.length,a,c=L4e;for(let u=0;u<s;++u)a=n[u],c=F.multiplyByPoint(r,a,c),o.push(t.project(i.cartesianToCartographic(c,F4e)));if(o.length>0){e._boundingVolume2D=re.fromPoints(o,e._boundingVolume2D);let u=e._boundingVolume2D.center;e._boundingVolume2D.center=new h(u.z,u.x,u.y)}return vx.positions=o,vx.lengths=e._segments.lengths,vx};var tie;ah.prototype.writeUpdate=function(e,t,n,i){let o=this.mode,r=i.ellipsoid.maximumRadius*I.PI,s=t._actualLength;if(s){e+=this.getPolylineStartIndex(t);let a=tie,c=6*s*3;!l(a)||a.length<c?a=tie=new Float32Array(c):a.length>c&&(a=new Float32Array(a.buffer,0,c));let u=this.getSegments(t,i),f=u.positions,d=u.lengths,p=0,g=0,m=0,A;s=f.length;for(let C=0;C<s;++C){C===0?t._loop?A=f[s-2]:(A=JL,h.subtract(f[0],f[1],A),h.add(f[0],A,A)):A=f[C-1],h.clone(A,Du),h.clone(f[C],Jr),C===s-1?t._loop?A=f[1]:(A=JL,h.subtract(f[s-1],f[s-2],A),h.add(f[s-1],A,A)):A=f[C+1],h.clone(A,vu);let x=d[g];C===m+x&&(m+=x,++g);let b=C-m===0,E=C===m+d[g]-1;o===ee.SCENE2D&&(Du.z=0,Jr.z=0,vu.z=0),(o===ee.SCENE2D||o===ee.MORPHING)&&(b||E)&&r-Math.abs(Jr.x)<1&&((Jr.x<0&&Du.x>0||Jr.x>0&&Du.x<0)&&h.clone(Jr,Du),(Jr.x<0&&vu.x>0||Jr.x>0&&vu.x<0)&&h.clone(Jr,vu));let S=b?2:0,D=E?2:4;for(let v=S;v<D;++v)Vn.writeElements(Jr,a,p),Vn.writeElements(Du,a,p+6),Vn.writeElements(vu,a,p+12),p+=6*3}n.copyFromArrayView(a,6*3*Float32Array.BYTES_PER_ELEMENT*e)}};var R_=Rf;function M_(e){this._positions=e.positions,this._batchTable=e.batchTable,this._batchIds=e.batchIds,this._rectangle=e.rectangle,this._minHeight=e.minimumHeight,this._maxHeight=e.maximumHeight,this._billboardCollection=new Su({batchTable:e.batchTable}),this._labelCollection=new zm({batchTable:e.batchTable}),this._polylineCollection=new R_,this._polylineCollection._useHighlightColor=!0,this._verticesPromise=void 0,this._packedBuffer=void 0,this._ready=!1,this._update=function(t,n){},this._readyPromise=X4e(this)}Object.defineProperties(M_.prototype,{pointsLength:{get:function(){return this._billboardCollection.length}},texturesByteLength:{get:function(){let e=this._billboardCollection.textureAtlas.texture.sizeInBytes,t=this._labelCollection._textureAtlas.texture.sizeInBytes;return e+t}},readyPromise:{get:function(){return this._readyPromise}}});function N4e(e,t){let n=e._rectangle,i=e._minHeight,o=e._maxHeight,r=2+ce.packedLength+ie.packedLength,s=new Float64Array(r),a=0;return s[a++]=i,s[a++]=o,ce.pack(n,s,a),a+=ce.packedLength,ie.pack(t,s,a),s}var k4e=new xi("createVectorTilePoints",5),V4e=new h;function U4e(e,t){let n;if(!l(e._verticesPromise)){n=e._positions;let i=e._packedBuffer;l(i)||(n=e._positions=n.slice(),e._batchIds=e._batchIds.slice(),i=e._packedBuffer=N4e(e,t));let o=[n.buffer,i.buffer],r={positions:n.buffer,packedBuffer:i.buffer},s=e._verticesPromise=k4e.scheduleTask(r,o);return l(s)?s.then(function(a){e._positions=new Float64Array(a.positions);let c=e._billboardCollection,u=e._labelCollection,f=e._polylineCollection;n=e._positions;let d=e._batchIds,p=n.length/3;for(let g=0;g<p;++g){let m=d[g],A=h.unpack(n,g*3,V4e),C=c.add();C.position=A,C._batchIndex=m;let x=u.add();x.text=" ",x.position=A,x._batchIndex=m;let b=f.add();b.positions=[h.clone(A),h.clone(A)]}e._positions=void 0,e._packedBuffer=void 0,e._ready=!0}):void 0}}M_.prototype.createFeatures=function(e,t){let n=this._billboardCollection,i=this._labelCollection,o=this._polylineCollection,r=this._batchIds,s=r.length;for(let a=0;a<s;++a){let c=r[a],u=n.get(a),f=i.get(a),d=o.get(a);t[c]=new O_(e,c,u,f,d)}};M_.prototype.applyDebugSettings=function(e,t){e?(U.clone(t,this._billboardCollection._highlightColor),U.clone(t,this._labelCollection._highlightColor),U.clone(t,this._polylineCollection._highlightColor)):(U.clone(U.WHITE,this._billboardCollection._highlightColor),U.clone(U.WHITE,this._labelCollection._highlightColor),U.clone(U.WHITE,this._polylineCollection._highlightColor))};function z4e(e,t){let n=e._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o],s=t[r];s.show=!0,s.pointSize=O_.defaultPointSize,s.color=O_.defaultColor,s.pointOutlineColor=O_.defaultPointOutlineColor,s.pointOutlineWidth=O_.defaultPointOutlineWidth,s.labelColor=U.WHITE,s.labelOutlineColor=U.WHITE,s.labelOutlineWidth=1,s.font="30px sans-serif",s.labelStyle=Mo.FILL,s.labelText=void 0,s.backgroundColor=new U(.165,.165,.165,.8),s.backgroundPadding=new H(7,5),s.backgroundEnabled=!1,s.scaleByDistance=void 0,s.translucencyByDistance=void 0,s.distanceDisplayCondition=void 0,s.heightOffset=0,s.anchorLineEnabled=!1,s.anchorLineColor=U.WHITE,s.image=void 0,s.disableDepthTestDistance=0,s.horizontalOrigin=li.CENTER,s.verticalOrigin=Sn.CENTER,s.labelHorizontalOrigin=li.RIGHT,s.labelVerticalOrigin=Sn.BASELINE}}var H4e=new U,G4e=new U,W4e=new U,j4e=new U,q4e=new U,Y4e=new U,sw=new Et,aw=new Et,U5=new xt;M_.prototype.applyStyle=function(e,t){if(!l(e)){z4e(this,t);return}let n=this._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o],s=t[r];if(l(e.show)&&(s.show=e.show.evaluate(s)),l(e.pointSize)&&(s.pointSize=e.pointSize.evaluate(s)),l(e.color)&&(s.color=e.color.evaluateColor(s,H4e)),l(e.pointOutlineColor)&&(s.pointOutlineColor=e.pointOutlineColor.evaluateColor(s,G4e)),l(e.pointOutlineWidth)&&(s.pointOutlineWidth=e.pointOutlineWidth.evaluate(s)),l(e.labelColor)&&(s.labelColor=e.labelColor.evaluateColor(s,W4e)),l(e.labelOutlineColor)&&(s.labelOutlineColor=e.labelOutlineColor.evaluateColor(s,j4e)),l(e.labelOutlineWidth)&&(s.labelOutlineWidth=e.labelOutlineWidth.evaluate(s)),l(e.font)&&(s.font=e.font.evaluate(s)),l(e.labelStyle)&&(s.labelStyle=e.labelStyle.evaluate(s)),l(e.labelText)?s.labelText=e.labelText.evaluate(s):s.labelText=void 0,l(e.backgroundColor)&&(s.backgroundColor=e.backgroundColor.evaluateColor(s,q4e)),l(e.backgroundPadding)&&(s.backgroundPadding=e.backgroundPadding.evaluate(s)),l(e.backgroundEnabled)&&(s.backgroundEnabled=e.backgroundEnabled.evaluate(s)),l(e.scaleByDistance)){let a=e.scaleByDistance.evaluate(s);sw.near=a.x,sw.nearValue=a.y,sw.far=a.z,sw.farValue=a.w,s.scaleByDistance=sw}else s.scaleByDistance=void 0;if(l(e.translucencyByDistance)){let a=e.translucencyByDistance.evaluate(s);aw.near=a.x,aw.nearValue=a.y,aw.far=a.z,aw.farValue=a.w,s.translucencyByDistance=aw}else s.translucencyByDistance=void 0;if(l(e.distanceDisplayCondition)){let a=e.distanceDisplayCondition.evaluate(s);U5.near=a.x,U5.far=a.y,s.distanceDisplayCondition=U5}else s.distanceDisplayCondition=void 0;l(e.heightOffset)&&(s.heightOffset=e.heightOffset.evaluate(s)),l(e.anchorLineEnabled)&&(s.anchorLineEnabled=e.anchorLineEnabled.evaluate(s)),l(e.anchorLineColor)&&(s.anchorLineColor=e.anchorLineColor.evaluateColor(s,Y4e)),l(e.image)?s.image=e.image.evaluate(s):s.image=void 0,l(e.disableDepthTestDistance)&&(s.disableDepthTestDistance=e.disableDepthTestDistance.evaluate(s)),l(e.horizontalOrigin)&&(s.horizontalOrigin=e.horizontalOrigin.evaluate(s)),l(e.verticalOrigin)&&(s.verticalOrigin=e.verticalOrigin.evaluate(s)),l(e.labelHorizontalOrigin)&&(s.labelHorizontalOrigin=e.labelHorizontalOrigin.evaluate(s)),l(e.labelVerticalOrigin)&&(s.labelVerticalOrigin=e.labelVerticalOrigin.evaluate(s))}};function X4e(e){return new Promise(function(t,n){e._update=function(i,o){let r=U4e(i,o.mapProjection.ellipsoid);i._ready&&(i._polylineCollection.update(o),i._billboardCollection.update(o),i._labelCollection.update(o)),l(r)&&r.then(function(){t()}).catch(function(s){n(s)})}})}M_.prototype.update=function(e){this._update(this,e)};M_.prototype.isDestroyed=function(){return!1};M_.prototype.destroy=function(){return this._billboardCollection=this._billboardCollection&&this._billboardCollection.destroy(),this._labelCollection=this._labelCollection&&this._labelCollection.destroy(),this._polylineCollection=this._polylineCollection&&this._polylineCollection.destroy(),le(this)};var ZL=M_;function Gm(e){this._batchTable=e.batchTable,this._batchIds=e.batchIds,this._positions=e.positions,this._counts=e.counts,this._indices=e.indices,this._indexCounts=e.indexCounts,this._indexOffsets=void 0,this._batchTableColors=void 0,this._packedBuffer=void 0,this._batchedPositions=void 0,this._transferrableBatchIds=void 0,this._vertexBatchIds=void 0,this._ellipsoid=y(e.ellipsoid,ie.WGS84),this._minimumHeight=e.minimumHeight,this._maximumHeight=e.maximumHeight,this._polygonMinimumHeights=e.polygonMinimumHeights,this._polygonMaximumHeights=e.polygonMaximumHeights,this._center=y(e.center,h.ZERO),this._rectangle=e.rectangle,this._center=void 0,this._boundingVolume=e.boundingVolume,this._boundingVolumes=void 0,this._batchedIndices=void 0,this._ready=!1,this._update=function(t,n){},this._readyPromise=tze(this),this._verticesPromise=void 0,this._primitive=void 0,this.debugWireframe=!1,this.forceRebatch=!1,this.classificationType=Fn.BOTH}Object.defineProperties(Gm.prototype,{trianglesLength:{get:function(){return l(this._primitive)?this._primitive.trianglesLength:0}},geometryByteLength:{get:function(){return l(this._primitive)?this._primitive.geometryByteLength:0}},readyPromise:{get:function(){return this._readyPromise}}});function K4e(e){let t=new Float64Array(3+h.packedLength+ie.packedLength+ce.packedLength),n=0;return t[n++]=e._indices.BYTES_PER_ELEMENT,t[n++]=e._minimumHeight,t[n++]=e._maximumHeight,h.pack(e._center,t,n),n+=h.packedLength,ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,ce.pack(e._rectangle,t,n),t}function J4e(e,t){let n=1,i=t[n++],o=e._boundingVolumes=new Array(i);for(let a=0;a<i;++a)o[a]=pi.unpack(t,n),n+=pi.packedLength;let r=t[n++],s=e._batchedIndices=new Array(r);for(let a=0;a<r;++a){let c=U.unpack(t,n);n+=U.packedLength;let u=t[n++],f=t[n++],d=t[n++],p=new Array(d);for(let g=0;g<d;++g)p[g]=t[n++];s[a]=new Cm({color:c,offset:u,count:f,batchIds:p})}}var Z4e=new xi("createVectorTilePolygons",5),Q4e=new U;function $4e(e){if(!l(e._primitive)&&!l(e._verticesPromise)){let t=e._positions,n=e._counts,i=e._indexCounts,o=e._indices,r=e._transferrableBatchIds,s=e._batchTableColors,a=e._packedBuffer;if(!l(s)){t=e._positions=e._positions.slice(),n=e._counts=e._counts.slice(),i=e._indexCounts=e._indexCounts.slice(),o=e._indices=e._indices.slice(),e._center=e._ellipsoid.cartographicToCartesian(ce.center(e._rectangle)),r=e._transferrableBatchIds=new Uint32Array(e._batchIds),s=e._batchTableColors=new Uint32Array(r.length);let g=e._batchTable,m=s.length;for(let A=0;A<m;++A){let C=g.getColor(A,Q4e);s[A]=C.toRgba()}a=e._packedBuffer=K4e(e)}let c=[t.buffer,n.buffer,i.buffer,o.buffer,r.buffer,s.buffer,a.buffer],u={packedBuffer:a.buffer,positions:t.buffer,counts:n.buffer,indexCounts:i.buffer,indices:o.buffer,batchIds:r.buffer,batchTableColors:s.buffer},f=e._polygonMinimumHeights,d=e._polygonMaximumHeights;l(f)&&l(d)&&(f=f.slice(),d=d.slice(),c.push(f.buffer,d.buffer),u.minimumHeights=f,u.maximumHeights=d);let p=e._verticesPromise=Z4e.scheduleTask(u,c);return l(p)?p.then(function(g){e._positions=void 0,e._counts=void 0,e._polygonMinimumHeights=void 0,e._polygonMaximumHeights=void 0;let m=new Float64Array(g.packedBuffer),A=m[0];J4e(e,m),e._indices=Fe.getSizeInBytes(A)===2?new Uint16Array(g.indices):new Uint32Array(g.indices),e._indexOffsets=new Uint32Array(g.indexOffsets),e._indexCounts=new Uint32Array(g.indexCounts),e._batchedPositions=new Float32Array(g.positions),e._vertexBatchIds=new Uint16Array(g.batchIds),e._ready=!0}):void 0}}function eze(e){e._ready&&!l(e._primitive)&&(e._primitive=new KC({batchTable:e._batchTable,positions:e._batchedPositions,batchIds:e._batchIds,vertexBatchIds:e._vertexBatchIds,indices:e._indices,indexOffsets:e._indexOffsets,indexCounts:e._indexCounts,batchedIndices:e._batchedIndices,boundingVolume:e._boundingVolume,boundingVolumes:e._boundingVolumes,center:e._center}),e._batchTable=void 0,e._batchIds=void 0,e._positions=void 0,e._counts=void 0,e._indices=void 0,e._indexCounts=void 0,e._indexOffsets=void 0,e._batchTableColors=void 0,e._packedBuffer=void 0,e._batchedPositions=void 0,e._transferrableBatchIds=void 0,e._vertexBatchIds=void 0,e._ellipsoid=void 0,e._minimumHeight=void 0,e._maximumHeight=void 0,e._polygonMinimumHeights=void 0,e._polygonMaximumHeights=void 0,e._center=void 0,e._rectangle=void 0,e._boundingVolume=void 0,e._boundingVolumes=void 0,e._batchedIndices=void 0,e._verticesPromise=void 0)}Gm.prototype.createFeatures=function(e,t){this._primitive.createFeatures(e,t)};Gm.prototype.applyDebugSettings=function(e,t){this._primitive.applyDebugSettings(e,t)};Gm.prototype.applyStyle=function(e,t){this._primitive.applyStyle(e,t)};Gm.prototype.updateCommands=function(e,t){this._primitive.updateCommands(e,t)};function tze(e){return new Promise(function(t,n){e._update=function(i,o){let r=$4e(i);i._ready&&(i._primitive.debugWireframe=i.debugWireframe,i._primitive.forceRebatch=i.forceRebatch,i._primitive.classificationType=i.classificationType,i._primitive.update(o)),l(r)&&r.then(function(){eze(i),t(i)}).catch(function(s){n(s)})}})}Gm.prototype.update=function(e){this._update(this,e)};Gm.prototype.isDestroyed=function(){return!1};Gm.prototype.destroy=function(){return this._primitive=this._primitive&&this._primitive.destroy(),le(this)};var QL=Gm;var $L=`attribute vec4 currentPosition;
attribute vec4 previousPosition;
attribute vec4 nextPosition;
attribute vec2 expandAndWidth;
attribute float a_batchId;
uniform mat4 u_modifiedModelView;
void main()
{
float expandDir = expandAndWidth.x;
float width = abs(expandAndWidth.y) + 0.5;
bool usePrev = expandAndWidth.y < 0.0;
vec4 p = u_modifiedModelView * currentPosition;
vec4 prev = u_modifiedModelView * previousPosition;
vec4 next = u_modifiedModelView * nextPosition;
float angle;
vec4 positionWC = getPolylineWindowCoordinatesEC(p, prev, next, expandDir, width, usePrev, angle);
gl_Position = czm_viewportOrthographic * positionWC;
}
`;function Mf(e){this._positions=e.positions,this._widths=e.widths,this._counts=e.counts,this._batchIds=e.batchIds,this._ellipsoid=y(e.ellipsoid,ie.WGS84),this._minimumHeight=e.minimumHeight,this._maximumHeight=e.maximumHeight,this._center=e.center,this._rectangle=e.rectangle,this._boundingVolume=e.boundingVolume,this._batchTable=e.batchTable,this._va=void 0,this._sp=void 0,this._rs=void 0,this._uniformMap=void 0,this._command=void 0,this._transferrableBatchIds=void 0,this._packedBuffer=void 0,this._keepDecodedPositions=e.keepDecodedPositions,this._decodedPositions=void 0,this._decodedPositionOffsets=void 0,this._currentPositions=void 0,this._previousPositions=void 0,this._nextPositions=void 0,this._expandAndWidth=void 0,this._vertexBatchIds=void 0,this._indices=void 0,this._constantColor=U.clone(U.WHITE),this._highlightColor=this._constantColor,this._trianglesLength=0,this._geometryByteLength=0,this._ready=!1,this._update=function(t,n){},this._readyPromise=pze(this),this._verticesPromise=void 0}Object.defineProperties(Mf.prototype,{trianglesLength:{get:function(){return this._trianglesLength}},geometryByteLength:{get:function(){return this._geometryByteLength}},readyPromise:{get:function(){return this._readyPromise}}});function nze(e){let t=e._rectangle,n=e._minimumHeight,i=e._maximumHeight,o=e._ellipsoid,r=e._center,s=2+ce.packedLength+ie.packedLength+h.packedLength,a=new Float64Array(s),c=0;return a[c++]=n,a[c++]=i,ce.pack(t,a,c),c+=ce.packedLength,ie.pack(o,a,c),c+=ie.packedLength,h.pack(r,a,c),a}var ize=new xi("createVectorTilePolylines",5),Px={previousPosition:0,currentPosition:1,nextPosition:2,expandAndWidth:3,a_batchId:4};function oze(e,t){if(!l(e._va)&&!l(e._verticesPromise)){let n=e._positions,i=e._widths,o=e._counts,r=e._transferrableBatchIds,s=e._packedBuffer;l(s)||(n=e._positions=n.slice(),i=e._widths=i.slice(),o=e._counts=o.slice(),r=e._transferrableBatchIds=e._batchIds.slice(),s=e._packedBuffer=nze(e));let a=[n.buffer,i.buffer,o.buffer,r.buffer,s.buffer],c={positions:n.buffer,widths:i.buffer,counts:o.buffer,batchIds:r.buffer,packedBuffer:s.buffer,keepDecodedPositions:e._keepDecodedPositions},u=e._verticesPromise=ize.scheduleTask(c,a);return l(u)?u.then(function(f){e._keepDecodedPositions&&(e._decodedPositions=new Float64Array(f.decodedPositions),e._decodedPositionOffsets=new Uint32Array(f.decodedPositionOffsets)),e._currentPositions=new Float32Array(f.currentPositions),e._previousPositions=new Float32Array(f.previousPositions),e._nextPositions=new Float32Array(f.nextPositions),e._expandAndWidth=new Float32Array(f.expandAndWidth),e._vertexBatchIds=new Uint16Array(f.batchIds);let d=f.indexDatatype;e._indices=d===Fe.UNSIGNED_SHORT?new Uint16Array(f.indices):new Uint32Array(f.indices),e._ready=!0}):void 0}}function rze(e,t){if(e._ready&&!l(e._va)){let n=e._currentPositions,i=e._previousPositions,o=e._nextPositions,r=e._expandAndWidth,s=e._vertexBatchIds,a=e._indices,c=i.byteLength+n.byteLength+o.byteLength;c+=r.byteLength+s.byteLength+a.byteLength,e._trianglesLength=a.length/3,e._geometryByteLength=c;let u=rt.createVertexBuffer({context:t,typedArray:i,usage:Le.STATIC_DRAW}),f=rt.createVertexBuffer({context:t,typedArray:n,usage:Le.STATIC_DRAW}),d=rt.createVertexBuffer({context:t,typedArray:o,usage:Le.STATIC_DRAW}),p=rt.createVertexBuffer({context:t,typedArray:r,usage:Le.STATIC_DRAW}),g=rt.createVertexBuffer({context:t,typedArray:s,usage:Le.STATIC_DRAW}),m=rt.createIndexBuffer({context:t,typedArray:a,usage:Le.STATIC_DRAW,indexDatatype:a.BYTES_PER_ELEMENT===2?Fe.UNSIGNED_SHORT:Fe.UNSIGNED_INT}),A=[{index:Px.previousPosition,vertexBuffer:u,componentDatatype:K.FLOAT,componentsPerAttribute:3},{index:Px.currentPosition,vertexBuffer:f,componentDatatype:K.FLOAT,componentsPerAttribute:3},{index:Px.nextPosition,vertexBuffer:d,componentDatatype:K.FLOAT,componentsPerAttribute:3},{index:Px.expandAndWidth,vertexBuffer:p,componentDatatype:K.FLOAT,componentsPerAttribute:2},{index:Px.a_batchId,vertexBuffer:g,componentDatatype:K.UNSIGNED_SHORT,componentsPerAttribute:1}];e._va=new Zn({context:t,attributes:A,indexBuffer:m}),e._positions=void 0,e._widths=void 0,e._counts=void 0,e._ellipsoid=void 0,e._minimumHeight=void 0,e._maximumHeight=void 0,e._rectangle=void 0,e._transferrableBatchIds=void 0,e._packedBuffer=void 0,e._currentPositions=void 0,e._previousPositions=void 0,e._nextPositions=void 0,e._expandAndWidth=void 0,e._vertexBatchIds=void 0,e._indices=void 0}}var cw=new F,lie=new h;function sze(e,t){l(e._uniformMap)||(e._uniformMap={u_modifiedModelView:function(){let n=t.uniformState.view;return F.clone(n,cw),F.multiplyByPoint(cw,e._center,lie),F.setTranslation(cw,lie,cw),cw},u_highlightColor:function(){return e._highlightColor}})}function aze(e){if(l(e._rs))return;let t={enabled:!0,factor:-5,units:-5};e._rs=Ne.fromCache({blending:an.ALPHA_BLEND,depthMask:!1,depthTest:{enabled:!0},polygonOffset:t})}var cze=`uniform vec4 u_highlightColor;
void main()
{
gl_FragColor = u_highlightColor;
}
`;function lze(e,t){if(l(e._sp))return;let n=e._batchTable,i=n.getVertexShaderCallback(!1,"a_batchId",void 0)($L),o=n.getFragmentShaderCallback(!1,void 0,!1)(cze),r=new Ve({defines:["VECTOR_TILE",Lt.isInternetExplorer()?"":"CLIP_POLYLINE"],sources:[uu,i]}),s=new Ve({defines:["VECTOR_TILE"],sources:[o]});e._sp=jt.fromCache({context:t,vertexShaderSource:r,fragmentShaderSource:s,attributeLocations:Px})}function uze(e,t){if(!l(e._command)){let n=e._batchTable.getUniformMapCallback()(e._uniformMap);e._command=new Ze({owner:e,vertexArray:e._va,renderState:e._rs,shaderProgram:e._sp,uniformMap:n,boundingVolume:e._boundingVolume,pass:xe.TRANSLUCENT,pickId:e._batchTable.getPickId()})}t.commandList.push(e._command)}Mf.getPolylinePositions=function(e,t){let n=e._batchIds,i=e._decodedPositions,o=e._decodedPositionOffsets;if(!l(n)||!l(i))return;let r,s,a=n.length,c=0,u=0;for(r=0;r<a;++r)n[r]===t&&(c+=o[r+1]-o[r]);if(c===0)return;let f=new Float64Array(c*3);for(r=0;r<a;++r)if(n[r]===t){let d=o[r],p=o[r+1]-d;for(s=0;s<p;++s){let g=(d+s)*3;f[u++]=i[g],f[u++]=i[g+1],f[u++]=i[g+2]}}return f};Mf.prototype.getPositions=function(e){return Mf.getPolylinePositions(this,e)};Mf.prototype.createFeatures=function(e,t){let n=this._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o];t[r]=new As(e,r)}};Mf.prototype.applyDebugSettings=function(e,t){this._highlightColor=e?t:this._constantColor};function fze(e,t){let n=e._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o],s=t[r];s.show=!0,s.color=U.WHITE}}var dze=new U,hze=U.WHITE,mze=!0;Mf.prototype.applyStyle=function(e,t){if(!l(e)){fze(this,t);return}let n=this._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o],s=t[r];s.color=l(e.color)?e.color.evaluateColor(s,dze):hze,s.show=l(e.show)?e.show.evaluate(s):mze}};function pze(e){return new Promise(function(t,n){e._update=function(i,o){let r=o.context,s=oze(i,r);if(sze(i,r),lze(i,r),aze(i),i._ready){let a=o.passes;(a.render||a.pick)&&uze(i,o)}!l(s)||s.then(function(){rze(i,r),t()}).catch(function(a){n(a)})}})}Mf.prototype.update=function(e){this._update(this,e)};Mf.prototype.isDestroyed=function(){return!1};Mf.prototype.destroy=function(){return this._va=this._va&&this._va.destroy(),this._sp=this._sp&&this._sp.destroy(),le(this)};var Ix=Mf;var eF=`attribute vec3 startEllipsoidNormal;
attribute vec3 endEllipsoidNormal;
attribute vec4 startPositionAndHeight;
attribute vec4 endPositionAndHeight;
attribute vec4 startFaceNormalAndVertexCorner;
attribute vec4 endFaceNormalAndHalfWidth;
attribute float a_batchId;
uniform mat4 u_modifiedModelView;
uniform vec2 u_minimumMaximumVectorHeights;
varying vec4 v_startPlaneEC;
varying vec4 v_endPlaneEC;
varying vec4 v_rightPlaneEC;
varying float v_halfWidth;
varying vec3 v_volumeUpEC;
void main()
{
float isEnd = floor(startFaceNormalAndVertexCorner.w * 0.251);
float isTop = floor(startFaceNormalAndVertexCorner.w * mix(0.51, 0.19, isEnd));
vec3 forward = endPositionAndHeight.xyz - startPositionAndHeight.xyz;
vec3 right = normalize(cross(forward, startEllipsoidNormal));
vec4 position = vec4(startPositionAndHeight.xyz, 1.0);
position.xyz += forward * isEnd;
v_volumeUpEC = czm_normal * normalize(cross(right, forward));
float offset;
vec3 ellipsoidNormal = mix(startEllipsoidNormal, endEllipsoidNormal, isEnd);
offset = mix(startPositionAndHeight.w, endPositionAndHeight.w, isEnd);
offset = mix(u_minimumMaximumVectorHeights.y, u_minimumMaximumVectorHeights.x, isTop) - offset;
position.xyz += offset * ellipsoidNormal;
position = u_modifiedModelView * position;
right = czm_normal * right;
vec3 scratchNormal = mix(-startFaceNormalAndVertexCorner.xyz, endFaceNormalAndHalfWidth.xyz, isEnd);
scratchNormal = cross(scratchNormal, mix(startEllipsoidNormal, endEllipsoidNormal, isEnd));
vec3 miterPushNormal = czm_normal * normalize(scratchNormal);
offset = 2.0 * endFaceNormalAndHalfWidth.w * max(0.0, czm_metersPerPixel(position));
offset = offset / dot(miterPushNormal, right);
position.xyz += miterPushNormal * (offset * sign(0.5 - mod(startFaceNormalAndVertexCorner.w, 2.0)));
gl_Position = czm_depthClamp(czm_projection * position);
position = u_modifiedModelView * vec4(startPositionAndHeight.xyz, 1.0);
vec3 startNormalEC = czm_normal * startFaceNormalAndVertexCorner.xyz;
v_startPlaneEC = vec4(startNormalEC, -dot(startNormalEC, position.xyz));
v_rightPlaneEC = vec4(right, -dot(right, position.xyz));
position = u_modifiedModelView * vec4(endPositionAndHeight.xyz, 1.0);
vec3 endNormalEC = czm_normal * endFaceNormalAndHalfWidth.xyz;
v_endPlaneEC = vec4(endNormalEC, -dot(endNormalEC, position.xyz));
v_halfWidth = endFaceNormalAndHalfWidth.w;
}
`;var tF=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
varying vec4 v_startPlaneEC;
varying vec4 v_endPlaneEC;
varying vec4 v_rightPlaneEC;
varying float v_halfWidth;
varying vec3 v_volumeUpEC;
uniform vec4 u_highlightColor;
void main()
{
float logDepthOrDepth = czm_branchFreeTernary(czm_sceneMode == czm_sceneMode2D, gl_FragCoord.z, czm_unpackDepth(texture2D(czm_globeDepthTexture, gl_FragCoord.xy / czm_viewport.zw)));
if (logDepthOrDepth == 0.0) {
#ifdef DEBUG_SHOW_VOLUME
gl_FragColor = vec4(0.0, 0.0, 1.0, 0.5);
return;
#else // DEBUG_SHOW_VOLUME
discard;
#endif // DEBUG_SHOW_VOLUME
}
vec4 eyeCoordinate = czm_windowToEyeCoordinates(gl_FragCoord.xy, logDepthOrDepth);
eyeCoordinate /= eyeCoordinate.w;
float halfMaxWidth = v_halfWidth * czm_metersPerPixel(eyeCoordinate);
halfMaxWidth += halfMaxWidth * (1.0 - dot(-normalize(eyeCoordinate.xyz), v_volumeUpEC));
float widthwiseDistance = czm_planeDistance(v_rightPlaneEC, eyeCoordinate.xyz);
float distanceFromStart = czm_planeDistance(v_startPlaneEC, eyeCoordinate.xyz);
float distanceFromEnd = czm_planeDistance(v_endPlaneEC, eyeCoordinate.xyz);
if (abs(widthwiseDistance) > halfMaxWidth || distanceFromStart < 0.0 || distanceFromEnd < 0.0) {
#ifdef DEBUG_SHOW_VOLUME
gl_FragColor = vec4(logDepthOrDepth, 0.0, 0.0, 0.5);
return;
#else // DEBUG_SHOW_VOLUME
discard;
#endif // DEBUG_SHOW_VOLUME
}
gl_FragColor = u_highlightColor;
czm_writeDepthClamp();
}
`;function Wm(e){this._positions=e.positions,this._widths=e.widths,this._counts=e.counts,this._batchIds=e.batchIds,this._ellipsoid=y(e.ellipsoid,ie.WGS84),this._minimumHeight=e.minimumHeight,this._maximumHeight=e.maximumHeight,this._center=e.center,this._rectangle=e.rectangle,this._batchTable=e.batchTable,this._va=void 0,this._sp=void 0,this._rs=void 0,this._uniformMap=void 0,this._command=void 0,this._transferrableBatchIds=void 0,this._packedBuffer=void 0,this._minimumMaximumVectorHeights=new H(oi._defaultMinTerrainHeight,oi._defaultMaxTerrainHeight),this._boundingVolume=pi.fromRectangle(e.rectangle,oi._defaultMinTerrainHeight,oi._defaultMaxTerrainHeight,this._ellipsoid),this._classificationType=e.classificationType,this._keepDecodedPositions=e.keepDecodedPositions,this._decodedPositions=void 0,this._decodedPositionOffsets=void 0,this._startEllipsoidNormals=void 0,this._endEllipsoidNormals=void 0,this._startPositionAndHeights=void 0,this._startFaceNormalAndVertexCornerIds=void 0,this._endPositionAndHeights=void 0,this._endFaceNormalAndHalfWidths=void 0,this._vertexBatchIds=void 0,this._indices=void 0,this._constantColor=U.clone(U.WHITE),this._highlightColor=this._constantColor,this._trianglesLength=0,this._geometryByteLength=0,this._ready=!1,this._update=function(t,n){},this._readyPromise=Pze(this),this._verticesPromise=void 0}Object.defineProperties(Wm.prototype,{trianglesLength:{get:function(){return this._trianglesLength}},geometryByteLength:{get:function(){return this._geometryByteLength}},readyPromise:{get:function(){return this._readyPromise}}});function _ze(e,t,n){let i=oi.getMinimumMaximumHeights(t,n),o=i.minimumTerrainHeight,r=i.maximumTerrainHeight,s=e._minimumMaximumVectorHeights;s.x=o,s.y=r;let a=e._boundingVolume,c=e._rectangle;pi.fromRectangle(c,o,r,n,a)}function gze(e){let t=e._rectangle,n=e._minimumHeight,i=e._maximumHeight,o=e._ellipsoid,r=e._center,s=2+ce.packedLength+ie.packedLength+h.packedLength,a=new Float64Array(s),c=0;return a[c++]=n,a[c++]=i,ce.pack(t,a,c),c+=ce.packedLength,ie.pack(o,a,c),c+=ie.packedLength,h.pack(r,a,c),a}var yze=new xi("createVectorTileClampedPolylines"),L_={startEllipsoidNormal:0,endEllipsoidNormal:1,startPositionAndHeight:2,endPositionAndHeight:3,startFaceNormalAndVertexCorner:4,endFaceNormalAndHalfWidth:5,a_batchId:6};function Aze(e,t){if(!l(e._va)&&!l(e._verticesPromise)){let n=e._positions,i=e._widths,o=e._counts,r=e._transferrableBatchIds,s=e._packedBuffer;l(s)||(n=e._positions=n.slice(),i=e._widths=i.slice(),o=e._counts=o.slice(),r=e._transferrableBatchIds=e._batchIds.slice(),s=e._packedBuffer=gze(e));let a=[n.buffer,i.buffer,o.buffer,r.buffer,s.buffer],c={positions:n.buffer,widths:i.buffer,counts:o.buffer,batchIds:r.buffer,packedBuffer:s.buffer,keepDecodedPositions:e._keepDecodedPositions},u=e._verticesPromise=yze.scheduleTask(c,a);return l(u)?u.then(function(f){e._keepDecodedPositions&&(e._decodedPositions=new Float64Array(f.decodedPositions),e._decodedPositionOffsets=new Uint32Array(f.decodedPositionOffsets)),e._startEllipsoidNormals=new Float32Array(f.startEllipsoidNormals),e._endEllipsoidNormals=new Float32Array(f.endEllipsoidNormals),e._startPositionAndHeights=new Float32Array(f.startPositionAndHeights),e._startFaceNormalAndVertexCornerIds=new Float32Array(f.startFaceNormalAndVertexCornerIds),e._endPositionAndHeights=new Float32Array(f.endPositionAndHeights),e._endFaceNormalAndHalfWidths=new Float32Array(f.endFaceNormalAndHalfWidths),e._vertexBatchIds=new Uint16Array(f.vertexBatchIds);let d=f.indexDatatype;e._indices=d===Fe.UNSIGNED_SHORT?new Uint16Array(f.indices):new Uint32Array(f.indices),e._ready=!0}):void 0}}function Cze(e,t){if(e._ready&&!l(e._va)){let n=e._startEllipsoidNormals,i=e._endEllipsoidNormals,o=e._startPositionAndHeights,r=e._endPositionAndHeights,s=e._startFaceNormalAndVertexCornerIds,a=e._endFaceNormalAndHalfWidths,c=e._vertexBatchIds,u=e._indices,f=n.byteLength+i.byteLength;f+=o.byteLength+r.byteLength,f+=s.byteLength+a.byteLength,f+=c.byteLength+u.byteLength,e._trianglesLength=u.length/3,e._geometryByteLength=f;let d=rt.createVertexBuffer({context:t,typedArray:n,usage:Le.STATIC_DRAW}),p=rt.createVertexBuffer({context:t,typedArray:i,usage:Le.STATIC_DRAW}),g=rt.createVertexBuffer({context:t,typedArray:o,usage:Le.STATIC_DRAW}),m=rt.createVertexBuffer({context:t,typedArray:r,usage:Le.STATIC_DRAW}),A=rt.createVertexBuffer({context:t,typedArray:s,usage:Le.STATIC_DRAW}),C=rt.createVertexBuffer({context:t,typedArray:a,usage:Le.STATIC_DRAW}),x=rt.createVertexBuffer({context:t,typedArray:c,usage:Le.STATIC_DRAW}),b=rt.createIndexBuffer({context:t,typedArray:u,usage:Le.STATIC_DRAW,indexDatatype:u.BYTES_PER_ELEMENT===2?Fe.UNSIGNED_SHORT:Fe.UNSIGNED_INT}),E=[{index:L_.startEllipsoidNormal,vertexBuffer:d,componentDatatype:K.FLOAT,componentsPerAttribute:3},{index:L_.endEllipsoidNormal,vertexBuffer:p,componentDatatype:K.FLOAT,componentsPerAttribute:3},{index:L_.startPositionAndHeight,vertexBuffer:g,componentDatatype:K.FLOAT,componentsPerAttribute:4},{index:L_.endPositionAndHeight,vertexBuffer:m,componentDatatype:K.FLOAT,componentsPerAttribute:4},{index:L_.startFaceNormalAndVertexCorner,vertexBuffer:A,componentDatatype:K.FLOAT,componentsPerAttribute:4},{index:L_.endFaceNormalAndHalfWidth,vertexBuffer:C,componentDatatype:K.FLOAT,componentsPerAttribute:4},{index:L_.a_batchId,vertexBuffer:x,componentDatatype:K.UNSIGNED_SHORT,componentsPerAttribute:1}];e._va=new Zn({context:t,attributes:E,indexBuffer:b}),e._positions=void 0,e._widths=void 0,e._counts=void 0,e._ellipsoid=void 0,e._minimumHeight=void 0,e._maximumHeight=void 0,e._rectangle=void 0,e._transferrableBatchIds=void 0,e._packedBuffer=void 0,e._startEllipsoidNormals=void 0,e._endEllipsoidNormals=void 0,e._startPositionAndHeights=void 0,e._startFaceNormalAndVertexCornerIds=void 0,e._endPositionAndHeights=void 0,e._endFaceNormalAndHalfWidths=void 0,e._vertexBatchIds=void 0,e._indices=void 0}}var lw=new F,uie=new h;function xze(e,t){l(e._uniformMap)||(e._uniformMap={u_modifiedModelView:function(){let n=t.uniformState.view;return F.clone(n,lw),F.multiplyByPoint(lw,e._center,uie),F.setTranslation(lw,uie,lw),lw},u_highlightColor:function(){return e._highlightColor},u_minimumMaximumVectorHeights:function(){return e._minimumMaximumVectorHeights}})}function fie(e){return Ne.fromCache({cull:{enabled:!0,face:Ci.FRONT},blending:an.PRE_MULTIPLIED_ALPHA_BLEND,depthMask:!1,stencilTest:{enabled:e,frontFunction:Nn.EQUAL,frontOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.KEEP},backFunction:Nn.EQUAL,backOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.KEEP},reference:wt.CESIUM_3D_TILE_MASK,mask:wt.CESIUM_3D_TILE_MASK}})}function Tze(e){l(e._rs)||(e._rs=fie(!1),e._rs3DTiles=fie(!0))}function Eze(e,t){if(l(e._sp))return;let n=e._batchTable,i=n.getVertexShaderCallback(!1,"a_batchId",void 0)(eF),o=n.getFragmentShaderCallback(!1,void 0,!0)(tF),r=new Ve({defines:["VECTOR_TILE",Lt.isInternetExplorer()?"":"CLIP_POLYLINE"],sources:[uu,i]}),s=new Ve({defines:["VECTOR_TILE"],sources:[o]});e._sp=jt.fromCache({context:t,vertexShaderSource:r,fragmentShaderSource:s,attributeLocations:L_})}function bze(e,t){let n=e._command;if(!l(e._command)){let o=e._batchTable.getUniformMapCallback()(e._uniformMap);n=e._command=new Ze({owner:e,vertexArray:e._va,renderState:e._rs,shaderProgram:e._sp,uniformMap:o,boundingVolume:e._boundingVolume,pass:xe.TERRAIN_CLASSIFICATION,pickId:e._batchTable.getPickId()});let r=Ze.shallowClone(n,n.derivedCommands.tileset);r.renderState=e._rs3DTiles,r.pass=xe.CESIUM_3D_TILE_CLASSIFICATION,n.derivedCommands.tileset=r}let i=e._classificationType;(i===Fn.TERRAIN||i===Fn.BOTH)&&t.commandList.push(n),(i===Fn.CESIUM_3D_TILE||i===Fn.BOTH)&&t.commandList.push(n.derivedCommands.tileset)}Wm.prototype.getPositions=function(e){return Ix.getPolylinePositions(this,e)};Wm.prototype.createFeatures=function(e,t){let n=this._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o];t[r]=new As(e,r)}};Wm.prototype.applyDebugSettings=function(e,t){this._highlightColor=e?t:this._constantColor};function Sze(e,t){let n=e._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o],s=t[r];s.show=!0,s.color=U.WHITE}}var wze=new U,Dze=U.WHITE,vze=!0;Wm.prototype.applyStyle=function(e,t){if(!l(e)){Sze(this,t);return}let n=this._batchIds,i=n.length;for(let o=0;o<i;++o){let r=n[o],s=t[r];s.color=l(e.color)?e.color.evaluateColor(s,wze):Dze,s.show=l(e.show)?e.show.evaluate(s):vze}};function Pze(e){return oi.initialize().then(function(){return _ze(e,e._rectangle,e._ellipsoid),new Promise(function(t,n){e._update=function(i,o){let r=o.context,s=Aze(i,r);if(xze(i,r),Eze(i,r),Tze(i),i._ready){let a=o.passes;(a.render||a.pick)&&bze(i,o)}!l(s)||s.then(function(){Cze(i,r),t(i)}).catch(function(a){n(a)})}})})}Wm.prototype.update=function(e){this._update(this,e)};Wm.prototype.isDestroyed=function(){return!1};Wm.prototype.destroy=function(){return this._va=this._va&&this._va.destroy(),this._sp=this._sp&&this._sp.destroy(),le(this)};var nF=Wm;var z5=32767,Ize=new he,Oze=new h;function Bze(e,t,n,i,o){let r=e.length/3,s=e.subarray(0,r),a=e.subarray(r,2*r),c=e.subarray(2*r,3*r);Un.zigZagDeltaDecode(s,a,c);let u=new Float64Array(e.length);for(let f=0;f<r;++f){let d=s[f],p=a[f],g=c[f],m=I.lerp(t.west,t.east,d/z5),A=I.lerp(t.south,t.north,p/z5),C=I.lerp(n,i,g/z5),x=he.fromRadians(m,A,C,Ize),b=o.cartographicToCartesian(x,Oze);h.pack(b,u,f*3)}return u}var iF=Bze;function ch(e,t,n,i,o){this._tileset=e,this._tile=t,this._resource=n,this._polygons=void 0,this._polylines=void 0,this._points=void 0,this._metadata=void 0,this._batchTable=void 0,this._features=void 0,this.featurePropertiesDirty=!1,this._group=void 0,Nze(this,i,o)}Object.defineProperties(ch.prototype,{featuresLength:{get:function(){return l(this._batchTable)?this._batchTable.featuresLength:0}},pointsLength:{get:function(){return l(this._points)?this._points.pointsLength:0}},trianglesLength:{get:function(){let e=0;return l(this._polygons)&&(e+=this._polygons.trianglesLength),l(this._polylines)&&(e+=this._polylines.trianglesLength),e}},geometryByteLength:{get:function(){let e=0;return l(this._polygons)&&(e+=this._polygons.geometryByteLength),l(this._polylines)&&(e+=this._polylines.geometryByteLength),e}},texturesByteLength:{get:function(){return l(this._points)?this._points.texturesByteLength:0}},batchTableByteLength:{get:function(){return l(this._batchTable)?this._batchTable.batchTableByteLength:0}},innerContents:{get:function(){}},readyPromise:{get:function(){let e=l(this._points)?this._points.readyPromise:void 0,t=l(this._polygons)?this._polygons.readyPromise:void 0,n=l(this._polylines)?this._polylines.readyPromise:void 0,i=this;return Promise.all([e,t,n]).then(function(){return i})}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){return this._resource.getUrlComponent(!0)}},metadata:{get:function(){return this._metadata},set:function(e){this._metadata=e}},batchTable:{get:function(){return this._batchTable}},group:{get:function(){return this._group},set:function(e){this._group=e}}});function Rze(e){return function(t,n){l(e._polygons)&&e._polygons.updateCommands(t,n)}}function Mze(e,t){let n,i,o,r,s=y(e.POLYGONS_LENGTH,0),a=y(e.POLYLINES_LENGTH,0),c=y(e.POINTS_LENGTH,0);if(s>0&&l(e.POLYGON_BATCH_IDS)){let p=t.byteOffset+e.POLYGON_BATCH_IDS.byteOffset;n=new Uint16Array(t.buffer,p,s)}if(a>0&&l(e.POLYLINE_BATCH_IDS)){let p=t.byteOffset+e.POLYLINE_BATCH_IDS.byteOffset;i=new Uint16Array(t.buffer,p,a)}if(c>0&&l(e.POINT_BATCH_IDS)){let p=t.byteOffset+e.POINT_BATCH_IDS.byteOffset;o=new Uint16Array(t.buffer,p,c)}let u=l(n)||l(i)||l(o),f=s>0&&!l(n)||a>0&&!l(i)||c>0&&!l(o);if(u&&f)throw new de("If one group of batch ids is defined, then all batch ids must be defined.");if(!l(n)&&!l(i)&&!l(o)){let p=0;if(!l(n)&&s>0)for(n=new Uint16Array(s),r=0;r<s;++r)n[r]=p++;if(!l(i)&&a>0)for(i=new Uint16Array(a),r=0;r<a;++r)i[r]=p++;if(!l(o)&&c>0)for(o=new Uint16Array(c),r=0;r<c;++r)o[r]=p++}return{polygons:n,polylines:i,points:o}}var Lf=Uint32Array.BYTES_PER_ELEMENT;function Lze(e){return new Ix(e)}function Fze(e){return new nF(e)}function Nze(e,t,n){n=y(n,0);let i=new Uint8Array(t),o=new DataView(t);n+=Lf;let r=o.getUint32(n,!0);if(r!==1)throw new de(`Only Vector tile version 1 is supported. Version ${r} is not.`);n+=Lf;let s=o.getUint32(n,!0);if(n+=Lf,s===0)return Promise.resolve(e);let a=o.getUint32(n,!0);if(n+=Lf,a===0)throw new de("Feature table must have a byte length greater than zero");let c=o.getUint32(n,!0);n+=Lf;let u=o.getUint32(n,!0);n+=Lf;let f=o.getUint32(n,!0);n+=Lf;let d=o.getUint32(n,!0);n+=Lf;let p=o.getUint32(n,!0);n+=Lf;let g=o.getUint32(n,!0);n+=Lf;let m=o.getUint32(n,!0);n+=Lf;let A=Jo(i,n,a);n+=a;let C=new Uint8Array(t,n,c);n+=c;let x,b;u>0&&(x=Jo(i,n,u),n+=u,f>0&&(b=new Uint8Array(t,n,f),b=new Uint8Array(b),n+=f));let E=y(A.POLYGONS_LENGTH,0),S=y(A.POLYLINES_LENGTH,0),D=y(A.POINTS_LENGTH,0),v=E+S+D,O=new e_(e,v,x,b,Rze(e));if(e._batchTable=O,v===0)return;let R=new th(A,C),M=R.getGlobalProperty("REGION");if(!l(M))throw new de("Feature table global property: REGION must be defined");let L=ce.unpack(M),_=M[4],T=M[5],w=e._tile.computedTransform,P=R.getGlobalProperty("RTC_CENTER",K.FLOAT,3);l(P)?(P=h.unpack(P),F.multiplyByPoint(w,P,P)):(P=ce.center(L),P.height=I.lerp(_,T,.5),P=ie.WGS84.cartographicToCartesian(P));let B=Mze(A,C);if(n+=(4-n%4)%4,E>0){R.featuresLength=E;let N=y(R.getPropertyArray("POLYGON_COUNTS",K.UNSIGNED_INT,1),R.getPropertyArray("POLYGON_COUNT",K.UNSIGNED_INT,1));if(!l(N))throw new de("Feature table property: POLYGON_COUNTS must be defined when POLYGONS_LENGTH is greater than 0");let z=y(R.getPropertyArray("POLYGON_INDEX_COUNTS",K.UNSIGNED_INT,1),R.getPropertyArray("POLYGON_INDEX_COUNT",K.UNSIGNED_INT,1));if(!l(z))throw new de("Feature table property: POLYGON_INDEX_COUNTS must be defined when POLYGONS_LENGTH is greater than 0");let V=N.reduce(function(W,J){return W+J*2},0),G=z.reduce(function(W,J){return W+J},0),k=new Uint32Array(t,n,G);n+=d;let X=new Uint16Array(t,n,V);n+=p;let q,Y;l(A.POLYGON_MINIMUM_HEIGHTS)&&l(A.POLYGON_MAXIMUM_HEIGHTS)&&(q=R.getPropertyArray("POLYGON_MINIMUM_HEIGHTS",K.FLOAT,1),Y=R.getPropertyArray("POLYGON_MAXIMUM_HEIGHTS",K.FLOAT,1)),e._polygons=new QL({positions:X,counts:N,indexCounts:z,indices:k,minimumHeight:_,maximumHeight:T,polygonMinimumHeights:q,polygonMaximumHeights:Y,center:P,rectangle:L,boundingVolume:e.tile.boundingVolume.boundingVolume,batchTable:O,batchIds:B.polygons,modelMatrix:w})}if(S>0){R.featuresLength=S;let N=y(R.getPropertyArray("POLYLINE_COUNTS",K.UNSIGNED_INT,1),R.getPropertyArray("POLYLINE_COUNT",K.UNSIGNED_INT,1));if(!l(N))throw new de("Feature table property: POLYLINE_COUNTS must be defined when POLYLINES_LENGTH is greater than 0");let z=R.getPropertyArray("POLYLINE_WIDTHS",K.UNSIGNED_SHORT,1);if(!l(z)){z=new Uint16Array(S);for(let Y=0;Y<S;++Y)z[Y]=2}let V=N.reduce(function(Y,W){return Y+W*3},0),G=new Uint16Array(t,n,V);n+=g;let k=e._tileset,X=k.examineVectorLinesFunction;if(l(X)){let Y=iF(new Uint16Array(G),L,_,T,ie.WGS84);kze(Y,N,B.polylines,O,e.url,X)}let q=Lze;l(k.classificationType)&&(q=Fze),e._polylines=q({positions:G,widths:z,counts:N,batchIds:B.polylines,minimumHeight:_,maximumHeight:T,center:P,rectangle:L,boundingVolume:e.tile.boundingVolume.boundingVolume,batchTable:O,classificationType:k.classificationType,keepDecodedPositions:k.vectorKeepDecodedPositions})}if(D>0){let N=new Uint16Array(t,n,D*3);n+=m,e._points=new ZL({positions:N,batchIds:B.points,minimumHeight:_,maximumHeight:T,rectangle:L,batchTable:O})}return Promise.resolve(e)}function H5(e){let t=e.featuresLength;if(!l(e._features)&&t>0){let n=new Array(t);l(e._polygons)&&e._polygons.createFeatures(e,n),l(e._polylines)&&e._polylines.createFeatures(e,n),l(e._points)&&e._points.createFeatures(e,n),e._features=n}}ch.prototype.hasProperty=function(e,t){return this._batchTable.hasProperty(e,t)};ch.prototype.getFeature=function(e){return l(this._features)||H5(this),this._features[e]};ch.prototype.applyDebugSettings=function(e,t){l(this._polygons)&&this._polygons.applyDebugSettings(e,t),l(this._polylines)&&this._polylines.applyDebugSettings(e,t),l(this._points)&&this._points.applyDebugSettings(e,t)};ch.prototype.applyStyle=function(e){l(this._features)||H5(this),l(this._polygons)&&this._polygons.applyStyle(e,this._features),l(this._polylines)&&this._polylines.applyStyle(e,this._features),l(this._points)&&this._points.applyStyle(e,this._features)};ch.prototype.update=function(e,t){let n=!0;l(this._polygons)&&(this._polygons.classificationType=this._tileset.classificationType,this._polygons.debugWireframe=this._tileset.debugWireframe,this._polygons.update(t),n=n&&this._polygons._ready),l(this._polylines)&&(this._polylines.update(t),n=n&&this._polylines._ready),l(this._points)&&(this._points.update(t),n=n&&this._points._ready),l(this._batchTable)&&n&&(l(this._features)||H5(this),this._batchTable.update(e,t))};ch.prototype.getPolylinePositions=function(e){let t=this._polylines;if(!!l(t))return t.getPositions(e)};ch.prototype.isDestroyed=function(){return!1};ch.prototype.destroy=function(){return this._polygons=this._polygons&&this._polygons.destroy(),this._polylines=this._polylines&&this._polylines.destroy(),this._points=this._points&&this._points.destroy(),this._batchTable=this._batchTable&&this._batchTable.destroy(),le(this)};function kze(e,t,n,i,o,r){let s=t.length,a=0;for(let c=0;c<s;c++){let u=t[c]*3,f=e.slice(a,a+u);a+=u,r(f,n[c],o,i)}}var oF=ch;var die={b3dm:function(e,t,n,i,o){return Nm.fromB3dm(e,t,n,i,o)},pnts:function(e,t,n,i,o){return Nm.fromPnts(e,t,n,i,o)},i3dm:function(e,t,n,i,o){return Nm.fromI3dm(e,t,n,i,o)},cmpt:function(e,t,n,i,o){return new HB(e,t,n,i,o,die)},externalTileset:function(e,t,n,i){return new kL(e,t,n,i)},geom:function(e,t,n,i,o){return new QB(e,t,n,i,o)},vctr:function(e,t,n,i,o){return new oF(e,t,n,i,o)},subt:function(e,t,n,i,o){return new OS(e,t,n,void 0,i,o)},subtreeJson:function(e,t,n,i){return new OS(e,t,n,i)},glb:function(e,t,n,i,o){if(i.byteLength<12)throw new de("Invalid glb content");let a=new DataView(i,o).getUint32(8,!0),c=new Uint8Array(i,o,a);return Nm.fromGltf(e,t,n,c)},gltf:function(e,t,n,i){return Nm.fromGltf(e,t,n,i)},geoJson:function(e,t,n,i){return Nm.fromGeoJson(e,t,n,i)}},Ox=die;var Vze={UNLOADED:0,LOADING:1,PROCESSING:2,READY:3,EXPIRED:4,FAILED:5},Eo=Object.freeze(Vze);var lh={BATCHED_3D_MODEL:"b3dm",INSTANCED_3D_MODEL:"i3dm",COMPOSITE:"cmpt",POINT_CLOUD:"pnts",VECTOR:"vctr",GEOMETRY:"geom",GLTF:"gltf",GLTF_BINARY:"glb",IMPLICIT_SUBTREE:"subt",IMPLICIT_SUBTREE_JSON:"subtreeJson",EXTERNAL_TILESET:"externalTileset",MULTIPLE_CONTENT:"multipleContent",GEOJSON:"geoJson"};lh.isBinaryFormat=function(e){switch(e){case lh.BATCHED_3D_MODEL:case lh.INSTANCED_3D_MODEL:case lh.COMPOSITE:case lh.POINT_CLOUD:case lh.VECTOR:case lh.GEOMETRY:case lh.IMPLICIT_SUBTREE:case lh.GLTF_BINARY:return!0;default:return!1}};var bs=Object.freeze(lh);var Uze={NOT_COMPUTED:-1,USE_OPTIMIZATION:1,SKIP_OPTIMIZATION:0},Ff=Object.freeze(Uze);function hie(){}var uw={stack:new hu,stackMaximumLength:0};hie.selectTiles=function(e,t){e._selectedTiles.length=0,e._requestedTiles.length=0,e._hasMixedContent=!1;let n=!0,i=e.root;if(i.updateVisibility(t),!mie(i))return n;let o=uw.stack;for(o.push(e.root);o.length>0;){uw.stackMaximumLength=Math.max(uw.stackMaximumLength,o.length);let r=o.pop(),s=r.refine===Dr.ADD,a=r.refine===Dr.REPLACE,c=Hze(e,r);c&&Gze(e,r,o,t),(s||a&&!c)&&(Wze(e,r),jze(e,r,t),Yze(e,r,t),!pie(r)&&!r.contentAvailable&&(n=!1)),qze(e)}return uw.stack.trim(uw.stackMaximumLength),n};function mie(e){return e._visible&&e._inRequestVolume}function pie(e){return e.hasEmptyContent||e.hasTilesetContent||e.hasImplicitContent}function zze(e){return!pie(e)&&e.contentUnloaded}function Hze(e,t){return t.children.length===0?!1:t.hasTilesetContent||t.hasImplicitContent?!t.contentExpired:(t.hasEmptyContent,!0)}function Gze(e,t,n,i){let o=t.children,r=o.length;for(let s=0;s<r;++s){let a=o[s];a.updateVisibility(i),mie(a)&&n.push(a)}}function Wze(e,t){(zze(t)||t.contentExpired)&&(t._priority=0,e._requestedTiles.push(t))}function jze(e,t,n){t._touchedFrame!==n.frameNumber&&(e._cache.touch(t),t._touchedFrame=n.frameNumber)}function qze(e){++e.statistics.visited}function Yze(e,t,n){t.contentAvailable&&t.contentVisibility(n)!==Xt.OUTSIDE&&e._selectedTiles.push(t)}var fw=hie;function _ie(){}function my(e){return e._visible&&e._inRequestVolume}var dw={stack:new hu,stackMaximumLength:0},hw={stack:new hu,stackMaximumLength:0},mw={stack:new hu,stackMaximumLength:0},uh={stack:new hu,stackMaximumLength:0,ancestorStack:new hu,ancestorStackMaximumLength:0},Xze=2;_ie.selectTiles=function(e,t){if(e._requestedTiles.length=0,e.debugFreezeFrame)return;e._selectedTiles.length=0,e._selectedTilesToStyle.length=0,e._emptyTiles.length=0,e._hasMixedContent=!1;let n=e.root;if(aF(e,n,t),!my(n)||n.getScreenSpaceError(t,!0)<=e._maximumScreenSpaceError)return;_w(e)?e.immediatelyLoadDesiredLevelOfDetail?Jze(e,n,t):Zze(e,n,t):Kze(e,n,t),dw.stack.trim(dw.stackMaximumLength),hw.stack.trim(hw.stackMaximumLength),mw.stack.trim(mw.stackMaximumLength),uh.stack.trim(uh.stackMaximumLength),uh.ancestorStack.trim(uh.ancestorStackMaximumLength);let i=e._requestedTiles,o=i.length;for(let r=0;r<o;++r)i[r].updatePriority()};function Kze(e,t,n){let i=e._maximumScreenSpaceError,o=e._maximumScreenSpaceError;W5(e,t,i,o,n)}function Jze(e,t,n){let i=Number.MAX_VALUE,o=e._maximumScreenSpaceError;W5(e,t,i,o,n),Cie(e,t,n)}function Zze(e,t,n){let i=Math.max(e.baseScreenSpaceError,e.maximumScreenSpaceError),o=e.maximumScreenSpaceError;W5(e,t,i,o,n),Cie(e,t,n)}function _w(e){return e._skipLevelOfDetail}function Qze(e,t){e._emptyTiles.push(t)}function pw(e,t,n){if(t.contentVisibility(n)!==Xt.OUTSIDE){let i=t.content;i.featurePropertiesDirty?(i.featurePropertiesDirty=!1,t.lastStyleTime=0,e._selectedTilesToStyle.push(t)):t._selectedFrame<n.frameNumber-1&&e._selectedTilesToStyle.push(t),t._selectedFrame=n.frameNumber,e._selectedTiles.push(t)}}function $ze(e,t,n){let i=mw.stack;for(i.push(t);i.length>0;){mw.stackMaximumLength=Math.max(mw.stackMaximumLength,i.length);let r=i.pop().children,s=r.length;for(let a=0;a<s;++a){let c=r[a];my(c)&&(c.contentAvailable?(aF(e,c,n),sF(e,c,n),pw(e,c,n)):c._depth-t._depth<Xze&&i.push(c))}}}function rF(e,t,n){if(!_w(e)){t.contentAvailable&&pw(e,t,n);return}let i=t.contentAvailable?t:t._ancestorWithContentAvailable;l(i)?i._shouldSelect=!0:$ze(e,t,n)}function eHe(e,t,n){++e._statistics.visited,t._visitedFrame=n.frameNumber}function sF(e,t,n){t._touchedFrame!==n.frameNumber&&(e._cache.touch(t),t._touchedFrame=n.frameNumber)}function tHe(e,t){e._maximumPriority.distance=Math.max(t._priorityHolder._distanceToCamera,e._maximumPriority.distance),e._minimumPriority.distance=Math.min(t._priorityHolder._distanceToCamera,e._minimumPriority.distance),e._maximumPriority.depth=Math.max(t._depth,e._maximumPriority.depth),e._minimumPriority.depth=Math.min(t._depth,e._minimumPriority.depth),e._maximumPriority.foveatedFactor=Math.max(t._priorityHolder._foveatedFactor,e._maximumPriority.foveatedFactor),e._minimumPriority.foveatedFactor=Math.min(t._priorityHolder._foveatedFactor,e._minimumPriority.foveatedFactor),e._maximumPriority.reverseScreenSpaceError=Math.max(t._priorityReverseScreenSpaceError,e._maximumPriority.reverseScreenSpaceError),e._minimumPriority.reverseScreenSpaceError=Math.min(t._priorityReverseScreenSpaceError,e._minimumPriority.reverseScreenSpaceError)}function nHe(e,t,n){if(!e._cullRequestsWhileMoving)return!0;let i=t.boundingSphere,o=Math.max(i.radius*2,1),r=n.camera,s=r.positionWCDeltaMagnitude!==0?r.positionWCDeltaMagnitude:r.positionWCDeltaMagnitudeLastFrame;return e.cullRequestsWhileMovingMultiplier*s/o<1}function hy(e,t,n){if(t._requestedFrame===n.frameNumber||!Aie(t)&&!t.contentExpired||!nHe(e,t,n))return;let i=n.camera.timeSinceMoved<e.foveatedTimeDelay;t.priorityDeferred&&i||(t._requestedFrame=n.frameNumber,e._requestedTiles.push(t))}function gie(e,t,n){t._updatedVisibilityFrame!==e._updatedVisibilityFrame&&(t.updateVisibility(n),t._updatedVisibilityFrame=e._updatedVisibilityFrame)}function iHe(e,t,n){let i=!1,o=t.children,r=o.length;for(let s=0;s<r;++s){let a=o[s];gie(e,a,n),i=i||my(a)}return i}function oHe(e,t,n){let i=t.parent;return!l(i)||i.hasTilesetContent||i.hasImplicitContent||i.refine!==Dr.ADD?!1:t.getScreenSpaceError(n,!0)<=e._maximumScreenSpaceError}function yie(e,t,n){if(gie(e,t,n),!my(t))return;let i=t.children.length>0;if((t.hasTilesetContent||t.hasImplicitContent)&&i){let s=t.children[0];yie(e,s,n),t._visible=s._visible;return}if(oHe(e,t,n)){t._visible=!1;return}let o=t.refine===Dr.REPLACE,r=t._optimChildrenWithinParent===Ff.USE_OPTIMIZATION;if(o&&r&&i&&!iHe(e,t,n)){++e._statistics.numberOfTilesCulledWithChildrenUnion,t._visible=!1;return}}function aF(e,t,n){yie(e,t,n),t.updateExpiration(),t._wasMinPriorityChild=!1,t._priorityHolder=t,tHe(e,t),t._shouldSelect=!1,t._finalResolution=!0}function rHe(e,t){e._ancestorWithContent=void 0,e._ancestorWithContentAvailable=void 0;let n=e.parent;if(l(n)){let i=!Aie(n)||n._requestedFrame===t.frameNumber;e._ancestorWithContent=i?n:n._ancestorWithContent,e._ancestorWithContentAvailable=n.contentAvailable?n:n._ancestorWithContentAvailable}}function gw(e){return e.hasEmptyContent||e.hasTilesetContent||e.hasImplicitContent}function Aie(e){return!gw(e)&&e.contentUnloaded}function sHe(e,t){let n=t._ancestorWithContent;return!e.immediatelyLoadDesiredLevelOfDetail&&(t._priorityProgressiveResolutionScreenSpaceErrorLeaf||l(n)&&t._screenSpaceError<n._screenSpaceError/e.skipScreenSpaceErrorFactor&&t._depth>n._depth+e.skipLevels)}function aHe(e,t){return t._distanceToCamera===0&&e._distanceToCamera===0?t._centerZDepth-e._centerZDepth:t._distanceToCamera-e._distanceToCamera}function cHe(e,t,n,i){let o,r=t.refine===Dr.REPLACE,s=t.children,a=s.length;for(o=0;o<a;++o)aF(e,s[o],i);s.sort(aHe);let c=!_w(e)&&r&&!gw(t),u=!0,f=!1,d=-1,p=Number.MAX_VALUE,g;for(o=0;o<a;++o)if(g=s[o],my(g)?(n.push(g),g._foveatedFactor<p&&(d=o,p=g._foveatedFactor),f=!0):(c||e.loadSiblings)&&(g._foveatedFactor<p&&(d=o,p=g._foveatedFactor),hy(e,g,i),sF(e,g,i)),c){let m;g._inRequestVolume?gw(g)?m=uHe(e,g,i):m=g.contentAvailable:m=!1,u=u&&m}if(f||(u=!1),d!==-1&&!_w(e)&&r){let m=s[d];m._wasMinPriorityChild=!0;let A=(t._wasMinPriorityChild||t===e.root)&&p<=t._priorityHolder._foveatedFactor?t._priorityHolder:t;for(A._foveatedFactor=Math.min(m._foveatedFactor,A._foveatedFactor),A._distanceToCamera=Math.min(m._distanceToCamera,A._distanceToCamera),o=0;o<a;++o)g=s[o],g._priorityHolder=A}return u}function lHe(e,t,n){return _w(e)?e.immediatelyLoadDesiredLevelOfDetail?!1:l(t._ancestorWithContent)?t._screenSpaceError===0?t.parent._screenSpaceError>n:t._screenSpaceError>n:!0:!0}function G5(e,t){return t.children.length===0?!1:t.hasTilesetContent||t.hasImplicitContent?!t.contentExpired:t._screenSpaceError>e._maximumScreenSpaceError}function W5(e,t,n,i,o){let r=dw.stack;for(r.push(t);r.length>0;){dw.stackMaximumLength=Math.max(dw.stackMaximumLength,r.length);let s=r.pop();rHe(s,o);let a=lHe(e,s,n),c=s.refine===Dr.ADD,u=s.refine===Dr.REPLACE,f=s.parent,d=!l(f)||f._refines,p=!1;G5(e,s)&&(p=cHe(e,s,r,o)&&d);let g=!p&&d;gw(s)?(Qze(e,s,o),hy(e,s,o),g&&rF(e,s,o)):c?(rF(e,s,o),hy(e,s,o)):u&&(a?(hy(e,s,o),g&&rF(e,s,o)):g?(rF(e,s,o),hy(e,s,o)):sHe(e,s)&&hy(e,s,o)),eHe(e,s,o),sF(e,s,o),s._refines=p}}function uHe(e,t,n){let i=!0,o=hw.stack;for(o.push(t);o.length>0;){hw.stackMaximumLength=Math.max(hw.stackMaximumLength,o.length);let r=o.pop(),s=r.children,a=s.length,c=gw(r),u=c&&G5(e,r),f=c&&r.children.length===0;if(!u&&!r.contentAvailable&&!f&&(i=!1),aF(e,r,n),my(r)||(hy(e,r,n),sF(e,r,n)),u)for(let d=0;d<a;++d){let p=s[d];o.push(p)}}return i}function Cie(e,t,n){let i=uh.stack,o=uh.ancestorStack,r;for(i.push(t);i.length>0||o.length>0;){if(uh.stackMaximumLength=Math.max(uh.stackMaximumLength,i.length),uh.ancestorStackMaximumLength=Math.max(uh.ancestorStackMaximumLength,o.length),o.length>0){let p=o.peek();if(p._stackLength===i.length){o.pop(),p!==r&&(p._finalResolution=!1),pw(e,p,n);continue}}let s=i.pop();if(!l(s))continue;let a=s.refine===Dr.ADD,c=s._shouldSelect,u=s.children,f=u.length,d=G5(e,s);if(c)if(a)pw(e,s,n);else{if(s._selectionDepth=o.length,s._selectionDepth>0&&(e._hasMixedContent=!0),r=s,!d){pw(e,s,n);continue}o.push(s),s._stackLength=i.length}if(d)for(let p=0;p<f;++p){let g=u[p];my(g)&&i.push(g)}}}var jm=_ie;var Nf={RENDER:0,PICK:1,SHADOW:2,PRELOAD:3,PRELOAD_FLIGHT:4,REQUEST_RENDER_MODE_DEFER_CHECK:5,MOST_DETAILED_PRELOAD:6,MOST_DETAILED_PICK:7,NUMBER_OF_PASSES:8},qm=new Array(Nf.NUMBER_OF_PASSES);qm[Nf.RENDER]=Object.freeze({traversal:jm,isRender:!0,requestTiles:!0,ignoreCommands:!1});qm[Nf.PICK]=Object.freeze({traversal:jm,isRender:!1,requestTiles:!1,ignoreCommands:!1});qm[Nf.SHADOW]=Object.freeze({traversal:jm,isRender:!1,requestTiles:!0,ignoreCommands:!1});qm[Nf.PRELOAD]=Object.freeze({traversal:jm,isRender:!1,requestTiles:!0,ignoreCommands:!0});qm[Nf.PRELOAD_FLIGHT]=Object.freeze({traversal:jm,isRender:!1,requestTiles:!0,ignoreCommands:!0});qm[Nf.REQUEST_RENDER_MODE_DEFER_CHECK]=Object.freeze({traversal:jm,isRender:!1,requestTiles:!0,ignoreCommands:!0});qm[Nf.MOST_DETAILED_PRELOAD]=Object.freeze({traversal:fw,isRender:!1,requestTiles:!0,ignoreCommands:!0});qm[Nf.MOST_DETAILED_PICK]=Object.freeze({traversal:fw,isRender:!1,requestTiles:!1,ignoreCommands:!1});Nf.getPassOptions=function(e){return qm[e]};var $o=Object.freeze(Nf);function Ym(e,t){this._tileset=e,this._tile=t,this.featurePropertiesDirty=!1}Object.defineProperties(Ym.prototype,{featuresLength:{get:function(){return 0}},pointsLength:{get:function(){return 0}},trianglesLength:{get:function(){return 0}},geometryByteLength:{get:function(){return 0}},texturesByteLength:{get:function(){return 0}},batchTableByteLength:{get:function(){return 0}},innerContents:{get:function(){}},readyPromise:{get:function(){}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){}},metadata:{get:function(){},set:function(e){}},batchTable:{get:function(){}},group:{get:function(){},set:function(e){}}});Ym.prototype.hasProperty=function(e,t){return!1};Ym.prototype.getFeature=function(e){};Ym.prototype.applyDebugSettings=function(e,t){};Ym.prototype.applyStyle=function(e){};Ym.prototype.update=function(e,t){};Ym.prototype.isDestroyed=function(){return!1};Ym.prototype.destroy=function(){return le(this)};var yw=Ym;function Xm(e){e=y(e,y.EMPTY_OBJECT);let t=e.content,n=e.class;this._class=n,this._properties=t.properties,this._extensions=t.extensions,this._extras=t.extras}Object.defineProperties(Xm.prototype,{class:{get:function(){return this._class}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});Xm.prototype.hasProperty=function(e){return Rn.hasProperty(e,this._properties,this._class)};Xm.prototype.hasPropertyBySemantic=function(e){return Rn.hasPropertyBySemantic(e,this._properties,this._class)};Xm.prototype.getPropertyIds=function(e){return Rn.getPropertyIds(this._properties,this._class,e)};Xm.prototype.getProperty=function(e){return Rn.getProperty(e,this._properties,this._class)};Xm.prototype.setProperty=function(e,t){return Rn.setProperty(e,t,this._properties,this._class)};Xm.prototype.getPropertyBySemantic=function(e){return Rn.getPropertyBySemantic(e,this._properties,this._class)};Xm.prototype.setPropertyBySemantic=function(e,t){return Rn.setPropertyBySemantic(e,t,this._properties,this._class)};var cF=Xm;function j5(e,t){let n=Ui(t,"3DTILES_metadata")?t.extensions["3DTILES_metadata"]:t.metadata;if(!l(n))return;if(!l(e.schema)){j5._oneTimeWarning("findContentMetadata-missing-root-schema","Could not find a metadata schema for content metadata. For tilesets that contain external tilesets, make sure the schema is added to the root tileset.json.");return}let i=y(e.schema.classes,y.EMPTY_OBJECT);if(l(n.class)){let o=i[n.class];return new cF({content:n,class:o})}}j5._oneTimeWarning=Dt;var Bx=j5;function fHe(e,t){let n=e.metadataExtension;if(!l(n))return;let i=n.groups,o=Ui(t,"3DTILES_metadata")?t.extensions["3DTILES_metadata"].group:t.group;if(typeof o=="number")return i[o];let r=n.groupIds.findIndex(function(s){return s===o});return r>=0?i[r]:void 0}var Rx=fHe;function Km(e){e=y(e,y.EMPTY_OBJECT);let t=e.tile,n=e.class;this._class=n,this._properties=t.properties,this._extensions=t.extensions,this._extras=t.extras}Object.defineProperties(Km.prototype,{class:{get:function(){return this._class}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});Km.prototype.hasProperty=function(e){return Rn.hasProperty(e,this._properties,this._class)};Km.prototype.hasPropertyBySemantic=function(e){return Rn.hasPropertyBySemantic(e,this._properties,this._class)};Km.prototype.getPropertyIds=function(e){return Rn.getPropertyIds(this._properties,this._class,e)};Km.prototype.getProperty=function(e){return Rn.getProperty(e,this._properties,this._class)};Km.prototype.setProperty=function(e,t){return Rn.setProperty(e,t,this._properties,this._class)};Km.prototype.getPropertyBySemantic=function(e){return Rn.getPropertyBySemantic(e,this._properties,this._class)};Km.prototype.setPropertyBySemantic=function(e,t){return Rn.setPropertyBySemantic(e,t,this._properties,this._class)};var lF=Km;function q5(e,t){let n=Ui(t,"3DTILES_metadata")?t.extensions["3DTILES_metadata"]:t.metadata;if(!l(n))return;if(!l(e.schema)){q5._oneTimeWarning("findTileMetadata-missing-root-schema","Could not find a metadata schema for tile metadata. For tilesets that contain external tilesets, make sure the schema is added to the root tileset.json.");return}let i=y(e.schema.classes,y.EMPTY_OBJECT);if(l(n.class)){let o=i[n.class];return new lF({tile:n,class:o})}}q5._oneTimeWarning=Dt;var uF=q5;function dHe(e){let t=new Uint8Array(e),n=Kd(t);if(n==="glTF"&&(n="glb"),bs.isBinaryFormat(n))return{contentType:n,binaryPayload:t};let i=hHe(t);if(l(i.root))return{contentType:bs.EXTERNAL_TILESET,jsonPayload:i};if(l(i.asset))return{contentType:bs.GLTF,jsonPayload:i};if(l(i.tileAvailability))return{contentType:bs.IMPLICIT_SUBTREE_JSON,jsonPayload:i};if(l(i.type))return{contentType:bs.GEOJSON,jsonPayload:i};throw new de("Invalid tile content.")}function hHe(e){let t;try{t=Jo(e)}catch{throw new de("Invalid tile content.")}return t}var Mx=dHe;function kf(e,t,n,i){this._tileset=e,this._tile=t,this._tilesetResource=n,this._contents=[],this._contentsCreated=!1;let o=l(i.contents)?i.contents:i.content;this._innerContentHeaders=o,this._requestsInFlight=0,this._cancelCount=0;let r=this._innerContentHeaders.length;this._arrayFetchPromises=new Array(r),this._requests=new Array(r),this._innerContentResources=new Array(r),this._serverKeys=new Array(r);for(let s=0;s<r;s++){let a=n.getDerivedResource({url:o[s].uri}),c=Ya.getServerKey(a.getUrlComponent());this._innerContentResources[s]=a,this._serverKeys[s]=c}this._contentsFetchedPromise=void 0}Object.defineProperties(kf.prototype,{featurePropertiesDirty:{get:function(){let e=this._contents,t=e.length;for(let n=0;n<t;++n)if(e[n].featurePropertiesDirty)return!0;return!1},set:function(e){let t=this._contents,n=t.length;for(let i=0;i<n;++i)t[i].featurePropertiesDirty=e}},featuresLength:{get:function(){return 0}},pointsLength:{get:function(){return 0}},trianglesLength:{get:function(){return 0}},geometryByteLength:{get:function(){return 0}},texturesByteLength:{get:function(){return 0}},batchTableByteLength:{get:function(){return 0}},innerContents:{get:function(){return this._contents}},readyPromise:{get:function(){if(!this._contentsCreated)return;let e=this._contents.map(function(n){return n.readyPromise}),t=this;return Promise.all(e).then(function(){return t})}},tileset:{get:function(){return this._tileset}},tile:{get:function(){return this._tile}},url:{get:function(){}},metadata:{get:function(){},set:function(){}},batchTable:{get:function(){}},group:{get:function(){},set:function(){}},innerContentUrls:{get:function(){return this._innerContentHeaders.map(function(e){return e.uri})}},contentsFetchedPromise:{get:function(){return this._contentsFetchedPromise}}});function Y5(e,t){e._requestsInFlight+=t,e.tileset.statistics.numberOfPendingRequests+=t}function mHe(e,t){e._cancelCount++,e._tile._contentState=t;let n=e.tileset.statistics;n.numberOfPendingRequests-=e._requestsInFlight,n.numberOfAttemptedRequests+=e._requestsInFlight,e._requestsInFlight=0;let i=e._innerContentHeaders.length;e._arrayFetchPromises=new Array(i)}kf.prototype.requestInnerContents=function(){if(!pHe(this._serverKeys))return this._serverKeys.length;let e=this._innerContentHeaders;Y5(this,e.length);for(let t=0;t<e.length;t++)this._arrayFetchPromises[t]=_He(this,t,this._cancelCount,this._tile._contentState);return this._contentsFetchedPromise=gHe(this),0};function pHe(e){let t={};for(let n=0;n<e.length;n++){let i=e[n];l(t[i])?t[i]++:t[i]=1}for(let n in t)if(t.hasOwnProperty(n)&&!Ya.serverHasOpenSlots(n,t[n]))return!1;return Ya.heapHasOpenSlots(e.length)}function _He(e,t,n,i){let o=e._innerContentResources[t].clone(),r=e.tile,s=function(){return r._priority},a=e._serverKeys[t],c=new qo({throttle:!0,throttleByServer:!0,type:qr.TILES3D,priorityFunction:s,serverKey:a});o.request=c,e._requests[t]=c;let u=o.fetchArrayBuffer();return l(u)?u.then(function(f){if(!(n<e._cancelCount))return Y5(e,-1),f}).catch(function(f){if(!(n<e._cancelCount)){if(o.request.state===ai.CANCELLED){mHe(e,i);return}Y5(e,-1),xie(e,t,f)}}):Promise.resolve(void 0)}function gHe(e){let t=e._cancelCount;return Promise.all(e._arrayFetchPromises).then(function(n){if(t<e._cancelCount)return;let i=n.map(function(o,r){if(!!l(o))return yHe(e,o,r)});e._contentsCreated=!0,e._contents=i.filter(l)})}function yHe(e,t,n){let i=Mx(t);if(i.contentType===bs.EXTERNAL_TILESET){let d=new de("External tilesets are disallowed inside multiple contents");return xie(e,n,d)}e._disableSkipLevelOfDetail=e._disableSkipLevelOfDetail||i.contentType===bs.GEOMETRY||i.contentType===bs.VECTOR;let o=e._tileset,r=e._innerContentResources[n],s=e._tile,a,c=Ox[i.contentType];l(i.binaryPayload)?a=c(o,s,r,i.binaryPayload.buffer,0):a=c(o,s,r,i.jsonPayload);let u=e._innerContentHeaders[n];if(s.hasImplicitContentMetadata){let d=s.implicitSubtree,p=s.implicitCoordinates;a.metadata=d.getContentMetadataView(p,n)}else s.hasImplicitContent||(a.metadata=Bx(o,u));let f=Rx(o,u);return l(f)&&(a.group=new YC({metadata:f})),a}function xie(e,t,n){let i=e._tileset,o=e._innerContentResources[t].url,r=l(n.message)?n.message:n.toString();i.tileFailed.numberOfListeners>0?i.tileFailed.raiseEvent({url:o,message:r}):(console.log(`A content failed to load: ${o}`),console.log(`Error: ${r}`))}kf.prototype.cancelRequests=function(){for(let e=0;e<this._requests.length;e++){let t=this._requests[e];l(t)&&t.cancel()}};kf.prototype.hasProperty=function(e,t){return!1};kf.prototype.getFeature=function(e){};kf.prototype.applyDebugSettings=function(e,t){let n=this._contents,i=n.length;for(let o=0;o<i;++o)n[o].applyDebugSettings(e,t)};kf.prototype.applyStyle=function(e){let t=this._contents,n=t.length;for(let i=0;i<n;++i)t[i].applyStyle(e)};kf.prototype.update=function(e,t){let n=this._contents,i=n.length;for(let o=0;o<i;++o)n[o].update(e,t)};kf.prototype.isDestroyed=function(){return!1};kf.prototype.destroy=function(){let e=this._contents,t=e.length;for(let n=0;n<t;++n)e[n].destroy();return le(this)};var fF=kf;var Iie=Ii(wie(),1);var MHe=new h,LHe=new h,F_={};F_.computeArea2D=function(e){let t=e.length,n=0;for(let i=t-1,o=0;o<t;i=o++){let r=e[i],s=e[o];n+=r.x*s.y-s.x*r.y}return n*.5};F_.computeWindingOrder2D=function(e){return F_.computeArea2D(e)>0?Yr.COUNTER_CLOCKWISE:Yr.CLOCKWISE};F_.triangulate=function(e,t){let n=H.packArray(e);return(0,Iie.default)(n,t,2)};var Oie=new h,Bie=new h,Rie=new h,Die=new h,vie=new h,Pie=new h,Jm=new h,Mie=new H,Lie=new H,Fie=new H,Fx=new H;F_.computeSubdivision=function(e,t,n,i,o){o=y(o,I.RADIANS_PER_DEGREE);let r=l(i),s=n.slice(0),a,c=t.length,u=new Array(c*3),f=new Array(c*2),d=0,p=0;for(a=0;a<c;a++){let E=t[a];if(u[d++]=E.x,u[d++]=E.y,u[d++]=E.z,r){let S=i[a];f[p++]=S.x,f[p++]=S.y}}let g=[],m={},A=e.maximumRadius,C=I.chordLength(o,A),x=C*C;for(;s.length>0;){let E=s.pop(),S=s.pop(),D=s.pop(),v=h.fromArray(u,D*3,Oie),O=h.fromArray(u,S*3,Bie),R=h.fromArray(u,E*3,Rie),M,L,_;r&&(M=H.fromArray(f,D*2,Mie),L=H.fromArray(f,S*2,Lie),_=H.fromArray(f,E*2,Fie));let T=h.multiplyByScalar(h.normalize(v,Die),A,Die),w=h.multiplyByScalar(h.normalize(O,vie),A,vie),P=h.multiplyByScalar(h.normalize(R,Pie),A,Pie),B=h.magnitudeSquared(h.subtract(T,w,Jm)),N=h.magnitudeSquared(h.subtract(w,P,Jm)),z=h.magnitudeSquared(h.subtract(P,T,Jm)),V=Math.max(B,N,z),G,k,X;V>x?B===V?(G=`${Math.min(D,S)} ${Math.max(D,S)}`,a=m[G],l(a)||(k=h.add(v,O,Jm),h.multiplyByScalar(k,.5,k),u.push(k.x,k.y,k.z),a=u.length/3-1,m[G]=a,r&&(X=H.add(M,L,Fx),H.multiplyByScalar(X,.5,X),f.push(X.x,X.y))),s.push(D,a,E),s.push(a,S,E)):N===V?(G=`${Math.min(S,E)} ${Math.max(S,E)}`,a=m[G],l(a)||(k=h.add(O,R,Jm),h.multiplyByScalar(k,.5,k),u.push(k.x,k.y,k.z),a=u.length/3-1,m[G]=a,r&&(X=H.add(L,_,Fx),H.multiplyByScalar(X,.5,X),f.push(X.x,X.y))),s.push(S,a,D),s.push(a,E,D)):z===V&&(G=`${Math.min(E,D)} ${Math.max(E,D)}`,a=m[G],l(a)||(k=h.add(R,v,Jm),h.multiplyByScalar(k,.5,k),u.push(k.x,k.y,k.z),a=u.length/3-1,m[G]=a,r&&(X=H.add(_,M,Fx),H.multiplyByScalar(X,.5,X),f.push(X.x,X.y))),s.push(E,a,S),s.push(a,D,S)):(g.push(D),g.push(S),g.push(E))}let b={attributes:{position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:u})},indices:g,primitiveType:Oe.TRIANGLES};return r&&(b.attributes.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:f})),new it(b)};var FHe=new he,NHe=new he,kHe=new he,Q5=new he;F_.computeRhumbLineSubdivision=function(e,t,n,i,o){o=y(o,I.RADIANS_PER_DEGREE);let r=l(i),s=n.slice(0),a,c=t.length,u=new Array(c*3),f=new Array(c*2),d=0,p=0;for(a=0;a<c;a++){let D=t[a];if(u[d++]=D.x,u[d++]=D.y,u[d++]=D.z,r){let v=i[a];f[p++]=v.x,f[p++]=v.y}}let g=[],m={},A=e.maximumRadius,C=I.chordLength(o,A),x=new ma(void 0,void 0,e),b=new ma(void 0,void 0,e),E=new ma(void 0,void 0,e);for(;s.length>0;){let D=s.pop(),v=s.pop(),O=s.pop(),R=h.fromArray(u,O*3,Oie),M=h.fromArray(u,v*3,Bie),L=h.fromArray(u,D*3,Rie),_,T,w;r&&(_=H.fromArray(f,O*2,Mie),T=H.fromArray(f,v*2,Lie),w=H.fromArray(f,D*2,Fie));let P=e.cartesianToCartographic(R,FHe),B=e.cartesianToCartographic(M,NHe),N=e.cartesianToCartographic(L,kHe);x.setEndPoints(P,B);let z=x.surfaceDistance;b.setEndPoints(B,N);let V=b.surfaceDistance;E.setEndPoints(N,P);let G=E.surfaceDistance,k=Math.max(z,V,G),X,q,Y,W,J;k>C?z===k?(X=`${Math.min(O,v)} ${Math.max(O,v)}`,a=m[X],l(a)||(q=x.interpolateUsingFraction(.5,Q5),Y=(P.height+B.height)*.5,W=h.fromRadians(q.longitude,q.latitude,Y,e,Jm),u.push(W.x,W.y,W.z),a=u.length/3-1,m[X]=a,r&&(J=H.add(_,T,Fx),H.multiplyByScalar(J,.5,J),f.push(J.x,J.y))),s.push(O,a,D),s.push(a,v,D)):V===k?(X=`${Math.min(v,D)} ${Math.max(v,D)}`,a=m[X],l(a)||(q=b.interpolateUsingFraction(.5,Q5),Y=(B.height+N.height)*.5,W=h.fromRadians(q.longitude,q.latitude,Y,e,Jm),u.push(W.x,W.y,W.z),a=u.length/3-1,m[X]=a,r&&(J=H.add(T,w,Fx),H.multiplyByScalar(J,.5,J),f.push(J.x,J.y))),s.push(v,a,O),s.push(a,D,O)):G===k&&(X=`${Math.min(D,O)} ${Math.max(D,O)}`,a=m[X],l(a)||(q=E.interpolateUsingFraction(.5,Q5),Y=(N.height+P.height)*.5,W=h.fromRadians(q.longitude,q.latitude,Y,e,Jm),u.push(W.x,W.y,W.z),a=u.length/3-1,m[X]=a,r&&(J=H.add(w,_,Fx),H.multiplyByScalar(J,.5,J),f.push(J.x,J.y))),s.push(D,a,v),s.push(a,O,v)):(g.push(O),g.push(v),g.push(D))}let S={attributes:{position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:u})},indices:g,primitiveType:Oe.TRIANGLES};return r&&(S.attributes.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:f})),new it(S)};F_.scaleToGeodeticHeight=function(e,t,n,i){n=y(n,ie.WGS84);let o=MHe,r=LHe;if(t=y(t,0),i=y(i,!0),l(e)){let s=e.length;for(let a=0;a<s;a+=3)h.fromArray(e,a,r),i&&(r=n.scaleToGeodeticSurface(r,r)),t!==0&&(o=n.geodeticSurfaceNormal(r,o),h.multiplyByScalar(o,t,o),h.add(r,o,r)),e[a]=r.x,e[a+1]=r.y,e[a+2]=r.z}return e};var ti=F_;var Nie=Math.cos,kie=Math.sin,VHe=Math.sqrt,e6={};e6.computePosition=function(e,t,n,i,o,r,s){let a=t.radiiSquared,c=e.nwCorner,u=e.boundingRectangle,f=c.latitude-e.granYCos*i+o*e.granXSin,d=Nie(f),p=kie(f),g=a.z*p,m=c.longitude+i*e.granYSin+o*e.granXCos,A=d*Nie(m),C=d*kie(m),x=a.x*A,b=a.y*C,E=VHe(x*A+b*C+g*p);if(r.x=x/E,r.y=b/E,r.z=g/E,n){let S=e.stNwCorner;l(S)?(f=S.latitude-e.stGranYCos*i+o*e.stGranXSin,m=S.longitude+i*e.stGranYSin+o*e.stGranXCos,s.x=(m-e.stWest)*e.lonScalar,s.y=(f-e.stSouth)*e.latScalar):(s.x=(m-u.west)*e.lonScalar,s.y=(f-u.south)*e.latScalar)}};var UHe=new Ji,Pu=new h,zHe=new he,_F=new h,$5=new Ai;function Vie(e,t,n,i,o,r,s){let a=Math.cos(t),c=i*a,u=n*a,f=Math.sin(t),d=i*f,p=n*f;Pu=$5.project(e,Pu),Pu=h.subtract(Pu,_F,Pu);let g=Ji.fromRotation(t,UHe);Pu=Ji.multiplyByVector(g,Pu,Pu),Pu=h.add(Pu,_F,Pu),e=$5.unproject(Pu,e),r-=1,s-=1;let m=e.latitude,A=m+r*p,C=m-c*s,x=m-c*s+r*p,b=Math.max(m,A,C,x),E=Math.min(m,A,C,x),S=e.longitude,D=S+r*u,v=S+s*d,O=S+s*d+r*u,R=Math.max(S,D,v,O),M=Math.min(S,D,v,O);return{north:b,south:E,east:R,west:M,granYCos:c,granYSin:d,granXCos:u,granXSin:p,nwCorner:e}}e6.computeOptions=function(e,t,n,i,o,r,s){let a=e.east,c=e.west,u=e.north,f=e.south,d=!1,p=!1;u===I.PI_OVER_TWO&&(d=!0),f===-I.PI_OVER_TWO&&(p=!0);let g,m=u-f;c>a?g=I.TWO_PI-c+a:g=a-c;let A=Math.ceil(g/t)+1,C=Math.ceil(m/t)+1,x=g/(A-1),b=m/(C-1),E=ce.northwest(e,r),S=ce.center(e,zHe);(n!==0||i!==0)&&(S.longitude<E.longitude&&(S.longitude+=I.TWO_PI),_F=$5.project(S,_F));let D=b,v=x,O=0,R=0,M=ce.clone(e,o),L={granYCos:D,granYSin:O,granXCos:v,granXSin:R,nwCorner:E,boundingRectangle:M,width:A,height:C,northCap:d,southCap:p};if(n!==0){let _=Vie(E,n,x,b,S,A,C);u=_.north,f=_.south,a=_.east,c=_.west,L.granYCos=_.granYCos,L.granYSin=_.granYSin,L.granXCos=_.granXCos,L.granXSin=_.granXSin,M.north=u,M.south=f,M.east=a,M.west=c}if(i!==0){n=n-i;let _=ce.northwest(M,s),T=Vie(_,n,x,b,S,A,C);L.stGranYCos=T.granYCos,L.stGranXCos=T.granXCos,L.stGranYSin=T.granYSin,L.stGranXSin=T.granXSin,L.stNwCorner=_,L.stWest=T.west,L.stSouth=T.south}return L};var ds=e6;var HHe=new re,GHe=new re,WHe=new h,jHe=new ce;function Uie(e,t){let n=e._ellipsoid,i=t.height,o=t.width,r=t.northCap,s=t.southCap,a=i,c=2,u=0,f=4;r&&(c-=1,a-=1,u+=1,f-=2),s&&(c-=1,a-=1,u+=1,f-=2),u+=c*o+2*a-f;let d=new Float64Array(u*3),p=0,g=0,m,A=WHe;if(r)ds.computePosition(t,n,!1,g,0,A),d[p++]=A.x,d[p++]=A.y,d[p++]=A.z;else for(m=0;m<o;m++)ds.computePosition(t,n,!1,g,m,A),d[p++]=A.x,d[p++]=A.y,d[p++]=A.z;for(m=o-1,g=1;g<i;g++)ds.computePosition(t,n,!1,g,m,A),d[p++]=A.x,d[p++]=A.y,d[p++]=A.z;if(g=i-1,!s)for(m=o-2;m>=0;m--)ds.computePosition(t,n,!1,g,m,A),d[p++]=A.x,d[p++]=A.y,d[p++]=A.z;for(m=0,g=i-2;g>0;g--)ds.computePosition(t,n,!1,g,m,A),d[p++]=A.x,d[p++]=A.y,d[p++]=A.z;let C=d.length/3*2,x=Fe.createTypedArray(d.length/3,C),b=0;for(let S=0;S<d.length/3-1;S++)x[b++]=S,x[b++]=S+1;x[b++]=d.length/3-1,x[b++]=0;let E=new it({attributes:new sn,primitiveType:Oe.LINES});return E.attributes.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:d}),E.indices=x,E}function qHe(e,t){let n=e._surfaceHeight,i=e._extrudedHeight,o=e._ellipsoid,r=i,s=n,a=Uie(e,t),c=t.height,u=t.width,f=ti.scaleToGeodeticHeight(a.attributes.position.values,s,o,!1),d=f.length,p=new Float64Array(d*2);p.set(f);let g=ti.scaleToGeodeticHeight(a.attributes.position.values,r,o);p.set(g,d),a.attributes.position.values=p;let m=t.northCap,A=t.southCap,C=4;m&&(C-=1),A&&(C-=1);let x=(p.length/3+C)*2,b=Fe.createTypedArray(p.length/3,x);d=p.length/6;let E=0;for(let D=0;D<d-1;D++)b[E++]=D,b[E++]=D+1,b[E++]=D+d,b[E++]=D+d+1;b[E++]=d-1,b[E++]=0,b[E++]=d+d-1,b[E++]=d,b[E++]=0,b[E++]=d;let S;if(m)S=c-1;else{let D=u-1;b[E++]=D,b[E++]=D+d,S=u+c-2}if(b[E++]=S,b[E++]=S+d,!A){let D=u+S-1;b[E++]=D,b[E]=D+d}return a.indices=b,a}function kx(e){e=y(e,y.EMPTY_OBJECT);let t=e.rectangle,n=y(e.granularity,I.RADIANS_PER_DEGREE),i=y(e.ellipsoid,ie.WGS84),o=y(e.rotation,0),r=y(e.height,0),s=y(e.extrudedHeight,r);this._rectangle=ce.clone(t),this._granularity=n,this._ellipsoid=i,this._surfaceHeight=Math.max(r,s),this._rotation=o,this._extrudedHeight=Math.min(r,s),this._offsetAttribute=e.offsetAttribute,this._workerName="createRectangleOutlineGeometry"}kx.packedLength=ce.packedLength+ie.packedLength+5;kx.pack=function(e,t,n){return n=y(n,0),ce.pack(e._rectangle,t,n),n+=ce.packedLength,ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,t[n++]=e._granularity,t[n++]=e._surfaceHeight,t[n++]=e._rotation,t[n++]=e._extrudedHeight,t[n]=y(e._offsetAttribute,-1),t};var zie=new ce,Hie=ie.clone(ie.UNIT_SPHERE),Nx={rectangle:zie,ellipsoid:Hie,granularity:void 0,height:void 0,rotation:void 0,extrudedHeight:void 0,offsetAttribute:void 0};kx.unpack=function(e,t,n){t=y(t,0);let i=ce.unpack(e,t,zie);t+=ce.packedLength;let o=ie.unpack(e,t,Hie);t+=ie.packedLength;let r=e[t++],s=e[t++],a=e[t++],c=e[t++],u=e[t];return l(n)?(n._rectangle=ce.clone(i,n._rectangle),n._ellipsoid=ie.clone(o,n._ellipsoid),n._surfaceHeight=s,n._rotation=a,n._extrudedHeight=c,n._offsetAttribute=u===-1?void 0:u,n):(Nx.granularity=r,Nx.height=s,Nx.rotation=a,Nx.extrudedHeight=c,Nx.offsetAttribute=u===-1?void 0:u,new kx(Nx))};var YHe=new he;kx.createGeometry=function(e){let t=e._rectangle,n=e._ellipsoid,i=ds.computeOptions(t,e._granularity,e._rotation,0,jHe,YHe),o,r;if(I.equalsEpsilon(t.north,t.south,I.EPSILON10)||I.equalsEpsilon(t.east,t.west,I.EPSILON10))return;let s=e._surfaceHeight,a=e._extrudedHeight,c=!I.equalsEpsilon(s,a,0,I.EPSILON2),u;if(c){if(o=qHe(e,i),l(e._offsetAttribute)){let p=o.attributes.position.values.length/3,g=new Uint8Array(p);e._offsetAttribute===Zt.TOP?g=g.fill(1,0,p/2):(u=e._offsetAttribute===Zt.NONE?0:1,g=g.fill(u)),o.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:g})}let f=re.fromRectangle3D(t,n,s,GHe),d=re.fromRectangle3D(t,n,a,HHe);r=re.union(f,d)}else{if(o=Uie(e,i),o.attributes.position.values=ti.scaleToGeodeticHeight(o.attributes.position.values,s,n,!1),l(e._offsetAttribute)){let f=o.attributes.position.values.length;u=e._offsetAttribute===Zt.NONE?0:1;let d=new Uint8Array(f/3).fill(u);o.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:d})}r=re.fromRectangle3D(t,n,s)}return new it({attributes:o.attributes,indices:o.indices,primitiveType:Oe.LINES,boundingSphere:r,offsetAttribute:e._offsetAttribute})};var Vx=kx;function zx(e){this.rectangle=ce.clone(e.rectangle),this.minimumHeight=y(e.minimumHeight,0),this.maximumHeight=y(e.maximumHeight,0),this.southwestCornerCartesian=new h,this.northeastCornerCartesian=new h,this.westNormal=new h,this.southNormal=new h,this.eastNormal=new h,this.northNormal=new h;let t=y(e.ellipsoid,ie.WGS84);QHe(this,e.rectangle,t),this._orientedBoundingBox=void 0,this._boundingSphere=void 0,y(e.computeBoundingVolumes,!0)&&this.computeBoundingVolumes(t)}Object.defineProperties(zx.prototype,{boundingVolume:{get:function(){return this._orientedBoundingBox}},boundingSphere:{get:function(){return this._boundingSphere}}});zx.prototype.computeBoundingVolumes=function(e){this._orientedBoundingBox=pi.fromRectangle(this.rectangle,this.minimumHeight,this.maximumHeight,e),this._boundingSphere=re.fromOrientedBoundingBox(this._orientedBoundingBox)};var Gie=new h,gF=new h,Wie=new h,XHe=new h,KHe=new h,JHe=new h,ZHe=new h,Iu=new he,jie=new tn(h.UNIT_X,0),Ux=new En;function QHe(e,t,n){n.cartographicToCartesian(ce.southwest(t),e.southwestCornerCartesian),n.cartographicToCartesian(ce.northeast(t),e.northeastCornerCartesian),Iu.longitude=t.west,Iu.latitude=(t.south+t.north)*.5,Iu.height=0;let i=n.cartographicToCartesian(Iu,JHe),o=h.cross(i,h.UNIT_Z,XHe);h.normalize(o,e.westNormal),Iu.longitude=t.east;let r=n.cartographicToCartesian(Iu,ZHe),s=h.cross(h.UNIT_Z,r,Gie);h.normalize(s,e.eastNormal);let a=h.subtract(i,r,Gie);h.magnitude(a)===0&&(a=h.clone(o,a));let c=h.normalize(a,KHe),u=t.south,f;if(u>0){Iu.longitude=(t.west+t.east)*.5,Iu.latitude=u;let A=n.cartographicToCartesian(Iu,Ux.origin);h.clone(c,Ux.direction);let C=tn.fromPointNormal(e.southwestCornerCartesian,e.westNormal,jie);qi.rayPlane(Ux,C,e.southwestCornerCartesian),f=n.geodeticSurfaceNormal(A,gF)}else f=n.geodeticSurfaceNormalCartographic(ce.southeast(t),gF);let d=h.cross(f,a,Wie);h.normalize(d,e.southNormal);let p=t.north,g;if(p<0){Iu.longitude=(t.west+t.east)*.5,Iu.latitude=p;let A=n.cartographicToCartesian(Iu,Ux.origin);h.negate(c,Ux.direction);let C=tn.fromPointNormal(e.northeastCornerCartesian,e.eastNormal,jie);qi.rayPlane(Ux,C,e.northeastCornerCartesian),g=n.geodeticSurfaceNormal(A,gF)}else g=n.geodeticSurfaceNormalCartographic(ce.northwest(t),gF);let m=h.cross(a,g,Wie);h.normalize(m,e.northNormal)}var $He=new h,eGe=new h,tGe=new h(0,-1,0),nGe=new h(0,0,-1),qie=new h;function iGe(e,t){let n=t.camera,i=n.positionWC,o=n.positionCartographic,r=0;if(!ce.contains(e.rectangle,o)){let u=e.southwestCornerCartesian,f=e.northeastCornerCartesian,d=e.westNormal,p=e.southNormal,g=e.eastNormal,m=e.northNormal;t.mode!==ee.SCENE3D&&(u=t.mapProjection.project(ce.southwest(e.rectangle),$He),u.z=u.y,u.y=u.x,u.x=0,f=t.mapProjection.project(ce.northeast(e.rectangle),eGe),f.z=f.y,f.y=f.x,f.x=0,d=tGe,g=h.UNIT_Y,p=nGe,m=h.UNIT_Z);let A=h.subtract(i,u,qie),C=h.dot(A,d),x=h.dot(A,p),b=h.subtract(i,f,qie),E=h.dot(b,g),S=h.dot(b,m);C>0?r+=C*C:E>0&&(r+=E*E),x>0?r+=x*x:S>0&&(r+=S*S)}let s,a,c;if(t.mode===ee.SCENE3D?(s=o.height,a=e.minimumHeight,c=e.maximumHeight):(s=i.x,a=0,c=0),s>c){let u=s-c;r+=u*u}else if(s<a){let u=a-s;r+=u*u}return Math.sqrt(r)}zx.prototype.distanceToCamera=function(e){let t=iGe(this,e);if(e.mode===ee.SCENE3D&&l(this._orientedBoundingBox)){let n=Math.sqrt(this._orientedBoundingBox.distanceSquaredTo(e.camera.positionWC));return Math.max(t,n)}return t};zx.prototype.intersectPlane=function(e){return this._orientedBoundingBox.intersectPlane(e)};zx.prototype.createDebugVolume=function(e){let t=new F.clone(F.IDENTITY),n=new Vx({rectangle:this.rectangle,height:this.minimumHeight,extrudedHeight:this.maximumHeight}),i=new _t({geometry:n,id:"outline",modelMatrix:t,attributes:{color:Bt.fromColor(e)}});return new Cn({geometryInstances:i,appearance:new Qt({translucent:!1,flat:!0}),asynchronous:!1})};var Vf=zx;var Tw={},oGe=new h,Yie=new h,Xie=new h,Kie=new h,Jie=new pi;Tw.validOutline=function(e){let n=pi.fromPoints(e,Jie).halfAxes,i=Q.getColumn(n,0,Yie),o=Q.getColumn(n,1,Xie),r=Q.getColumn(n,2,Kie),s=h.magnitude(i),a=h.magnitude(o),c=h.magnitude(r);return!(s===0&&(a===0||c===0)||a===0&&c===0)};Tw.computeProjectTo2DArguments=function(e,t,n,i){let o=pi.fromPoints(e,Jie),r=o.halfAxes,s=Q.getColumn(r,0,Yie),a=Q.getColumn(r,1,Xie),c=Q.getColumn(r,2,Kie),u=h.magnitude(s),f=h.magnitude(a),d=h.magnitude(c),p=Math.min(u,f,d);if(u===0&&(f===0||d===0)||f===0&&d===0)return!1;let g,m;return(p===f||p===d)&&(g=s),p===u?g=a:p===d&&(m=a),(p===u||p===f)&&(m=c),h.normalize(g,n),h.normalize(m,i),h.clone(o.center,t),!0};function Zie(e,t,n,i,o){let r=h.subtract(e,t,oGe),s=h.dot(n,r),a=h.dot(i,r);return H.fromElements(s,a,o)}Tw.createProjectPointsTo2DFunction=function(e,t,n){return function(i){let o=new Array(i.length);for(let r=0;r<i.length;r++)o[r]=Zie(i[r],e,t,n);return o}};Tw.createProjectPointTo2DFunction=function(e,t,n){return function(i,o){return Zie(i,e,t,n,o)}};var N_=Tw;function k_(){this._array=[],this._offset=0,this._length=0}Object.defineProperties(k_.prototype,{length:{get:function(){return this._length}}});k_.prototype.enqueue=function(e){this._array.push(e),this._length++};k_.prototype.dequeue=function(){if(this._length===0)return;let e=this._array,t=this._offset,n=e[t];return e[t]=void 0,t++,t>10&&t*2>e.length&&(this._array=e.slice(t),t=0),this._offset=t,this._length--,n};k_.prototype.peek=function(){if(this._length!==0)return this._array[this._offset]};k_.prototype.contains=function(e){return this._array.indexOf(e)!==-1};k_.prototype.clear=function(){this._array.length=this._offset=this._length=0};k_.prototype.sort=function(e){this._offset>0&&(this._array=this._array.slice(this._offset),this._offset=0),this._array.sort(e)};var _y=k_;var er={};er.computeHierarchyPackedLength=function(e,t){let n=0,i=[e];for(;i.length>0;){let o=i.pop();if(!l(o))continue;n+=2;let r=o.positions,s=o.holes;if(l(r)&&r.length>0&&(n+=r.length*t.packedLength),l(s)){let a=s.length;for(let c=0;c<a;++c)i.push(s[c])}}return n};er.packPolygonHierarchy=function(e,t,n,i){let o=[e];for(;o.length>0;){let r=o.pop();if(!l(r))continue;let s=r.positions,a=r.holes;if(t[n++]=l(s)?s.length:0,t[n++]=l(a)?a.length:0,l(s)){let c=s.length;for(let u=0;u<c;++u,n+=i.packedLength)i.pack(s[u],t,n)}if(l(a)){let c=a.length;for(let u=0;u<c;++u)o.push(a[u])}}return n};er.unpackPolygonHierarchy=function(e,t,n){let i=e[t++],o=e[t++],r=new Array(i),s=o>0?new Array(o):void 0;for(let a=0;a<i;++a,t+=n.packedLength)r[a]=n.unpack(e,t);for(let a=0;a<o;++a)s[a]=er.unpackPolygonHierarchy(e,t,n),t=s[a].startingIndex,delete s[a].startingIndex;return{positions:r,holes:s,startingIndex:t}};var gy=new H;function toe(e,t,n,i){return H.subtract(t,e,gy),H.multiplyByScalar(gy,n/i,gy),H.add(e,gy,gy),[gy.x,gy.y]}var V_=new h;function rGe(e,t,n,i){return h.subtract(t,e,V_),h.multiplyByScalar(V_,n/i,V_),h.add(e,V_,V_),[V_.x,V_.y,V_.z]}er.subdivideLineCount=function(e,t,n){let o=h.distance(e,t)/n,r=Math.max(0,Math.ceil(I.log2(o)));return Math.pow(2,r)};var t6=new he,n6=new he,sGe=new he,aGe=new h,Qie=new ma;er.subdivideRhumbLineCount=function(e,t,n,i){let o=e.cartesianToCartographic(t,t6),r=e.cartesianToCartographic(n,n6),a=new ma(o,r,e).surfaceDistance/i,c=Math.max(0,Math.ceil(I.log2(a)));return Math.pow(2,c)};er.subdivideTexcoordLine=function(e,t,n,i,o,r){let s=er.subdivideLineCount(n,i,o),a=H.distance(e,t),c=a/s,u=r;u.length=s*2;let f=0;for(let d=0;d<s;d++){let p=toe(e,t,d*c,a);u[f++]=p[0],u[f++]=p[1]}return u};er.subdivideLine=function(e,t,n,i){let o=er.subdivideLineCount(e,t,n),r=h.distance(e,t),s=r/o;l(i)||(i=[]);let a=i;a.length=o*3;let c=0;for(let u=0;u<o;u++){let f=rGe(e,t,u*s,r);a[c++]=f[0],a[c++]=f[1],a[c++]=f[2]}return a};er.subdivideTexcoordRhumbLine=function(e,t,n,i,o,r,s){let a=n.cartesianToCartographic(i,t6),c=n.cartesianToCartographic(o,n6);Qie.setEndPoints(a,c);let u=Qie.surfaceDistance/r,f=Math.max(0,Math.ceil(I.log2(u))),d=Math.pow(2,f),p=H.distance(e,t),g=p/d,m=s;m.length=d*2;let A=0;for(let C=0;C<d;C++){let x=toe(e,t,C*g,p);m[A++]=x[0],m[A++]=x[1]}return m};er.subdivideRhumbLine=function(e,t,n,i,o){let r=e.cartesianToCartographic(t,t6),s=e.cartesianToCartographic(n,n6),a=new ma(r,s,e),c=a.surfaceDistance/i,u=Math.max(0,Math.ceil(I.log2(c))),f=Math.pow(2,u),d=a.surfaceDistance/f;l(o)||(o=[]);let p=o;p.length=f*3;let g=0;for(let m=0;m<f;m++){let A=a.interpolateUsingSurfaceDistance(m*d,sGe),C=e.cartographicToCartesian(A,aGe);p[g++]=C.x,p[g++]=C.y,p[g++]=C.z}return p};var cGe=new h,lGe=new h,uGe=new h,fGe=new h;er.scaleToGeodeticHeightExtruded=function(e,t,n,i,o){i=y(i,ie.WGS84);let r=cGe,s=lGe,a=uGe,c=fGe;if(l(e)&&l(e.attributes)&&l(e.attributes.position)){let u=e.attributes.position.values,f=u.length/2;for(let d=0;d<f;d+=3)h.fromArray(u,d,a),i.geodeticSurfaceNormal(a,r),c=i.scaleToGeodeticSurface(a,c),s=h.multiplyByScalar(r,n,s),s=h.add(c,s,s),u[d+f]=s.x,u[d+1+f]=s.y,u[d+2+f]=s.z,o&&(c=h.clone(a,c)),s=h.multiplyByScalar(r,t,s),s=h.add(c,s,s),u[d]=s.x,u[d+1]=s.y,u[d+2]=s.z}return e};er.polygonOutlinesFromHierarchy=function(e,t,n){let i=[],o=new _y;o.enqueue(e);let r,s,a;for(;o.length!==0;){let c=o.dequeue(),u=c.positions;if(t)for(a=u.length,r=0;r<a;r++)n.scaleToGeodeticSurface(u[r],u[r]);if(u=yo(u,h.equalsEpsilon,!0),u.length<3)continue;let f=c.holes?c.holes.length:0;for(r=0;r<f;r++){let d=c.holes[r],p=d.positions;if(t)for(a=p.length,s=0;s<a;++s)n.scaleToGeodeticSurface(p[s],p[s]);if(p=yo(p,h.equalsEpsilon,!0),p.length<3)continue;i.push(p);let g=0;for(l(d.holes)&&(g=d.holes.length),s=0;s<g;s++)o.enqueue(d.holes[s])}i.push(u)}return i};er.polygonsFromHierarchy=function(e,t,n,i,o){let r=[],s=[],a=new _y;for(a.enqueue(e);a.length!==0;){let c=a.dequeue(),u=c.positions,f=c.holes,d,p;if(i)for(p=u.length,d=0;d<p;d++)o.scaleToGeodeticSurface(u[d],u[d]);if(t||(u=yo(u,h.equalsEpsilon,!0)),u.length<3)continue;let g=n(u);if(!l(g))continue;let m=[],A=ti.computeWindingOrder2D(g);A===Yr.CLOCKWISE&&(g.reverse(),u=u.slice().reverse());let C=u.slice(),x=l(f)?f.length:0,b=[],E;for(d=0;d<x;d++){let S=f[d],D=S.positions;if(i)for(p=D.length,E=0;E<p;++E)o.scaleToGeodeticSurface(D[E],D[E]);if(t||(D=yo(D,h.equalsEpsilon,!0)),D.length<3)continue;let v=n(D);if(!l(v))continue;A=ti.computeWindingOrder2D(v),A===Yr.CLOCKWISE&&(v.reverse(),D=D.slice().reverse()),b.push(D),m.push(C.length),C=C.concat(D),g=g.concat(v);let O=0;for(l(S.holes)&&(O=S.holes.length),E=0;E<O;E++)a.enqueue(S.holes[E])}r.push({outerRing:u,holes:b}),s.push({positions:C,positions2D:g,holes:m})}return{hierarchy:r,polygons:s}};var dGe=new H,hGe=new h,mGe=new Be,pGe=new Q;er.computeBoundingRectangle=function(e,t,n,i,o){let r=Be.fromAxisAngle(e,i,mGe),s=Q.fromQuaternion(r,pGe),a=Number.POSITIVE_INFINITY,c=Number.NEGATIVE_INFINITY,u=Number.POSITIVE_INFINITY,f=Number.NEGATIVE_INFINITY,d=n.length;for(let p=0;p<d;++p){let g=h.clone(n[p],hGe);Q.multiplyByVector(s,g,g);let m=t(g,dGe);l(m)&&(a=Math.min(a,m.x),c=Math.max(c,m.x),u=Math.min(u,m.y),f=Math.max(f,m.y))}return o.x=a,o.y=u,o.width=c-a,o.height=f-u,o};er.createGeometryFromPositions=function(e,t,n,i,o,r,s){let a=ti.triangulate(t.positions2D,t.holes);a.length<3&&(a=[0,1,2]);let c=t.positions,u=l(n),f=u?n.positions:void 0;if(o){let d=c.length,p=new Array(d*3),g=0;for(let C=0;C<d;C++){let x=c[C];p[g++]=x.x,p[g++]=x.y,p[g++]=x.z}let m={attributes:{position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:p})},indices:a,primitiveType:Oe.TRIANGLES};u&&(m.attributes.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:H.packArray(f)}));let A=new it(m);return r.normal?Bn.computeNormal(A):A}if(s===qt.GEODESIC)return ti.computeSubdivision(e,c,a,f,i);if(s===qt.RHUMB)return ti.computeRhumbLineSubdivision(e,c,a,f,i)};var $ie=[],eoe=[],_Ge=new h,gGe=new h;er.computeWallGeometry=function(e,t,n,i,o,r){let s,a,c,u,f,d,p,g,m,A=e.length,C=0,x=0,b=l(t),E=b?t.positions:void 0;if(o)for(a=A*3*2,s=new Array(a*2),b&&(m=A*2*2,g=new Array(m*2)),c=0;c<A;c++)u=e[c],f=e[(c+1)%A],s[C]=s[C+a]=u.x,++C,s[C]=s[C+a]=u.y,++C,s[C]=s[C+a]=u.z,++C,s[C]=s[C+a]=f.x,++C,s[C]=s[C+a]=f.y,++C,s[C]=s[C+a]=f.z,++C,b&&(d=E[c],p=E[(c+1)%A],g[x]=g[x+m]=d.x,++x,g[x]=g[x+m]=d.y,++x,g[x]=g[x+m]=p.x,++x,g[x]=g[x+m]=p.y,++x);else{let R=I.chordLength(i,n.maximumRadius),M=0;if(r===qt.GEODESIC)for(c=0;c<A;c++)M+=er.subdivideLineCount(e[c],e[(c+1)%A],R);else if(r===qt.RHUMB)for(c=0;c<A;c++)M+=er.subdivideRhumbLineCount(n,e[c],e[(c+1)%A],R);for(a=(M+A)*3,s=new Array(a*2),b&&(m=(M+A)*2,g=new Array(m*2)),c=0;c<A;c++){u=e[c],f=e[(c+1)%A];let L,_;b&&(d=E[c],p=E[(c+1)%A]),r===qt.GEODESIC?(L=er.subdivideLine(u,f,R,eoe),b&&(_=er.subdivideTexcoordLine(d,p,u,f,R,$ie))):r===qt.RHUMB&&(L=er.subdivideRhumbLine(n,u,f,R,eoe),b&&(_=er.subdivideTexcoordRhumbLine(d,p,n,u,f,R,$ie)));let T=L.length;for(let w=0;w<T;++w,++C)s[C]=L[w],s[C+a]=L[w];if(s[C]=f.x,s[C+a]=f.x,++C,s[C]=f.y,s[C+a]=f.y,++C,s[C]=f.z,s[C+a]=f.z,++C,b){let w=_.length;for(let P=0;P<w;++P,++x)g[x]=_[P],g[x+m]=_[P];g[x]=p.x,g[x+m]=p.x,++x,g[x]=p.y,g[x+m]=p.y,++x}}}A=s.length;let S=Fe.createTypedArray(A/3,A-e.length*6),D=0;for(A/=6,c=0;c<A;c++){let R=c,M=R+1,L=R+A,_=L+1;u=h.fromArray(s,R*3,_Ge),f=h.fromArray(s,M*3,gGe),!h.equalsEpsilon(u,f,I.EPSILON10,I.EPSILON10)&&(S[D++]=R,S[D++]=L,S[D++]=M,S[D++]=M,S[D++]=L,S[D++]=_)}let v={attributes:new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:s})}),indices:S,primitiveType:Oe.TRIANGLES};return b&&(v.attributes.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:g})),new it(v)};var zn=er;function yGe(e){let t=e.length,n=new Float64Array(t*3),i=Fe.createTypedArray(t,t*2),o=0,r=0;for(let a=0;a<t;a++){let c=e[a];n[o++]=c.x,n[o++]=c.y,n[o++]=c.z,i[r++]=a,i[r++]=(a+1)%t}let s=new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:n})});return new it({attributes:s,indices:i,primitiveType:Oe.LINES})}function yy(e){e=y(e,y.EMPTY_OBJECT);let t=e.polygonHierarchy;this._polygonHierarchy=t,this._workerName="createCoplanarPolygonOutlineGeometry",this.packedLength=zn.computeHierarchyPackedLength(t,h)+1}yy.fromPositions=function(e){e=y(e,y.EMPTY_OBJECT);let t={polygonHierarchy:{positions:e.positions}};return new yy(t)};yy.pack=function(e,t,n){return n=y(n,0),n=zn.packPolygonHierarchy(e._polygonHierarchy,t,n,h),t[n]=e.packedLength,t};var AGe={polygonHierarchy:{}};yy.unpack=function(e,t,n){t=y(t,0);let i=zn.unpackPolygonHierarchy(e,t,h);t=i.startingIndex,delete i.startingIndex;let o=e[t];return l(n)||(n=new yy(AGe)),n._polygonHierarchy=i,n.packedLength=o,n};yy.createGeometry=function(e){let t=e._polygonHierarchy,n=t.positions;if(n=yo(n,h.equalsEpsilon,!0),n.length<3||!N_.validOutline(n))return;let o=zn.polygonOutlinesFromHierarchy(t,!1);if(o.length===0)return;let r=[];for(let c=0;c<o.length;c++){let u=new _t({geometry:yGe(o[c])});r.push(u)}let s=Bn.combineInstances(r)[0],a=re.fromPoints(t.positions);return new it({attributes:s.attributes,indices:s.indices,primitiveType:s.primitiveType,boundingSphere:a})};var Uf=yy;var yF=new he;function Ew(e){let t=s_.fromToken(e.token),n=y(e.minimumHeight,0),i=y(e.maximumHeight,0),o=y(e.ellipsoid,ie.WGS84);this.s2Cell=t,this.minimumHeight=n,this.maximumHeight=i,this.ellipsoid=o;let r=vGe(t,n,i,o);this._boundingPlanes=r;let s=BGe(r);this._vertices=s,this._edgeNormals=new Array(6),this._edgeNormals[0]=u6(r[0],s.slice(0,4));let a;for(a=0;a<4;a++)this._edgeNormals[0][a]=h.negate(this._edgeNormals[0][a],this._edgeNormals[0][a]);for(this._edgeNormals[1]=u6(r[1],s.slice(4,8)),a=0;a<4;a++)this._edgeNormals[2+a]=u6(r[2+a],[s[a%4],s[(a+1)%4],s[4+(a+1)%4],s[4+a]]);for(this._planeVertices=[this._vertices.slice(0,4),this._vertices.slice(4,8)],a=0;a<4;a++)this._planeVertices.push([this._vertices[a%4],this._vertices[(a+1)%4],this._vertices[4+(a+1)%4],this._vertices[4+a]]);let c=t.getCenter();yF=o.cartesianToCartographic(c,yF),yF.height=(i+n)/2,this.center=o.cartographicToCartesian(yF,c),this._boundingSphere=re.fromPoints(s)}var CGe=new h,xGe=new he,TGe=new h,EGe=new he,bGe=new h,SGe=new h,wGe=new h,DGe=new h;function vGe(e,t,n,i){let o=new Array(6),r=e.getCenter(),s=i.geodeticSurfaceNormal(r,CGe),a=i.cartesianToCartographic(r,xGe);a.height=n;let c=i.cartographicToCartesian(a,TGe),u=tn.fromPointNormal(c,s);o[0]=u;let f=0,d,p=[],g,m;for(d=0;d<4;d++){g=e.getVertex(d),p[d]=g,m=i.cartesianToCartographic(g,EGe),m.height=t;let C=tn.getPointDistance(u,i.cartographicToCartesian(m,bGe));C<f&&(f=C)}let A=tn.clone(u);for(A.normal=h.negate(A.normal,A.normal),A.distance=A.distance*-1+f,o[1]=A,d=0;d<4;d++){g=p[d];let C=p[(d+1)%4],x=i.geodeticSurfaceNormal(g,SGe),b=h.subtract(C,g,DGe),E=h.cross(b,x,wGe);E=h.normalize(E,E),o[2+d]=tn.fromPointNormal(g,E)}return o}var Ay=new h,Cy=new h,xy=new h,i6=new h,o6=new h,r6=new h,PGe=new h,IGe=new h,OGe=new h,s6=new h,a6=new h,c6=new h,U_=new h,fh=new Q;function noe(e,t,n){Ay=e.normal,Cy=t.normal,xy=n.normal,i6=h.multiplyByScalar(e.normal,-e.distance,i6),o6=h.multiplyByScalar(t.normal,-t.distance,o6),r6=h.multiplyByScalar(n.normal,-n.distance,r6),s6=h.multiplyByScalar(h.cross(Cy,xy,PGe),h.dot(i6,Ay),s6),a6=h.multiplyByScalar(h.cross(xy,Ay,IGe),h.dot(o6,Cy),a6),c6=h.multiplyByScalar(h.cross(Ay,Cy,OGe),h.dot(r6,xy),c6),fh[0]=Ay.x,fh[1]=Cy.x,fh[2]=xy.x,fh[3]=Ay.y,fh[4]=Cy.y,fh[5]=xy.y,fh[6]=Ay.z,fh[7]=Cy.z,fh[8]=xy.z;let i=Q.determinant(fh);return U_=h.add(s6,a6,U_),U_=h.add(U_,c6,U_),new h(U_.x/i,U_.y/i,U_.z/i)}function BGe(e){let t=new Array(8);for(let n=0;n<4;n++)t[n]=noe(e[0],e[2+(n+3)%4],e[2+n%4]),t[n+4]=noe(e[1],e[2+(n+3)%4],e[2+n%4]);return t}var l6=new h,Hx=new h;function u6(e,t){let n=[];for(let i=0;i<4;i++)l6=h.subtract(t[(i+1)%4],t[i],l6),Hx=h.cross(e.normal,l6,Hx),Hx=h.normalize(Hx,Hx),n[i]=h.clone(Hx);return n}Object.defineProperties(Ew.prototype,{boundingVolume:{get:function(){return this}},boundingSphere:{get:function(){return this._boundingSphere}}});var f6=new h;Ew.prototype.distanceToCamera=function(e){let t=e.camera.positionWC,n=[],i=[],o;tn.getPointDistance(this._boundingPlanes[0],t)>0?(n.push(0),i.push(this._planeVertices[0]),o=this._edgeNormals[0]):tn.getPointDistance(this._boundingPlanes[1],t)>0&&(n.push(1),i.push(this._planeVertices[1]),o=this._edgeNormals[1]);let r,s;for(r=0;r<4;r++)s=2+r,tn.getPointDistance(this._boundingPlanes[s],t)>0&&(n.push(s),i.push(this._planeVertices[s]),o=this._edgeNormals[s]);if(n.length===0)return 0;let a,c;if(n.length===1)return c=this._boundingPlanes[n[0]],a=d6(tn.projectPointOntoPlane(c,t,f6),i[0],c,o),h.distance(a,t);if(n.length===2){if(n[0]===0){let p=[this._vertices[4*n[0]+(n[1]-2)],this._vertices[4*n[0]+(n[1]-2+1)%4]];return a=ioe(t,p[0],p[1]),h.distance(a,t)}let f=Number.MAX_VALUE,d;for(r=0;r<2;r++)c=this._boundingPlanes[n[r]],a=d6(tn.projectPointOntoPlane(c,t,f6),i[r],c,this._edgeNormals[n[r]]),d=h.distanceSquared(a,t),d<f&&(f=d);return Math.sqrt(f)}else if(n.length>3)return a=d6(tn.projectPointOntoPlane(this._boundingPlanes[1],t,f6),this._planeVertices[1],this._boundingPlanes[1],this._edgeNormals[1]),h.distance(a,t);let u=n[1]===2&&n[2]===5?0:1;return n[0]===0?h.distance(t,this._vertices[(n[1]-2+u)%4]):h.distance(t,this._vertices[4+(n[1]-2+u)%4])};var RGe=new h,MGe=new h;function ioe(e,t,n){let i=h.subtract(n,t,RGe),o=h.subtract(e,t,MGe),r=h.dot(i,o);if(r<=0)return t;let s=h.dot(i,i);return r>=s?n:(r=r/s,new h((1-r)*t.x+r*n.x,(1-r)*t.y+r*n.y,(1-r)*t.z+r*n.z))}var LGe=new tn(h.UNIT_X,0);function d6(e,t,n,i){let o=Number.MAX_VALUE,r,s,a;for(let c=0;c<t.length;c++){let u=tn.fromPointNormal(t[c],i[c],LGe);tn.getPointDistance(u,e)<0||(a=ioe(e,t[c],t[(c+1)%4]),r=h.distance(e,a),r<o&&(o=r,s=a))}return l(s)?s:e}Ew.prototype.intersectPlane=function(e){let t=0,n=0;for(let i=0;i<this._vertices.length;i++)h.dot(e.normal,this._vertices[i])+e.distance<0?n++:t++;return t===this._vertices.length?Xt.INSIDE:n===this._vertices.length?Xt.OUTSIDE:Xt.INTERSECTING};Ew.prototype.createDebugVolume=function(e){let t=new F.clone(F.IDENTITY),n=new Uf({polygonHierarchy:{positions:this._planeVertices[0]}}),i=Uf.createGeometry(n),o=new _t({geometry:i,id:"outline",modelMatrix:t,attributes:{color:Bt.fromColor(e)}}),r=new Uf({polygonHierarchy:{positions:this._planeVertices[1]}}),s=Uf.createGeometry(r),a=new _t({geometry:s,id:"outline",modelMatrix:t,attributes:{color:Bt.fromColor(e)}}),c=[];for(let u=0;u<4;u++){let f=new Uf({polygonHierarchy:{positions:this._planeVertices[2+u]}}),d=Uf.createGeometry(f);c[u]=new _t({geometry:d,id:"outline",modelMatrix:t,attributes:{color:Bt.fromColor(e)}})}return new Cn({geometryInstances:[c[0],c[1],c[2],c[3],a,o],appearance:new Qt({translucent:!1,flat:!0}),asynchronous:!1})};var AF=Ew;var FGe=new h(1,1,1),CF=Math.cos,xF=Math.sin;function Gx(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.radii,FGe),n=y(e.innerRadii,t),i=y(e.minimumClock,0),o=y(e.maximumClock,I.TWO_PI),r=y(e.minimumCone,0),s=y(e.maximumCone,I.PI),a=Math.round(y(e.stackPartitions,10)),c=Math.round(y(e.slicePartitions,8)),u=Math.round(y(e.subdivisions,128));this._radii=h.clone(t),this._innerRadii=h.clone(n),this._minimumClock=i,this._maximumClock=o,this._minimumCone=r,this._maximumCone=s,this._stackPartitions=a,this._slicePartitions=c,this._subdivisions=u,this._offsetAttribute=e.offsetAttribute,this._workerName="createEllipsoidOutlineGeometry"}Gx.packedLength=2*h.packedLength+8;Gx.pack=function(e,t,n){return n=y(n,0),h.pack(e._radii,t,n),n+=h.packedLength,h.pack(e._innerRadii,t,n),n+=h.packedLength,t[n++]=e._minimumClock,t[n++]=e._maximumClock,t[n++]=e._minimumCone,t[n++]=e._maximumCone,t[n++]=e._stackPartitions,t[n++]=e._slicePartitions,t[n++]=e._subdivisions,t[n]=y(e._offsetAttribute,-1),t};var ooe=new h,roe=new h,Zm={radii:ooe,innerRadii:roe,minimumClock:void 0,maximumClock:void 0,minimumCone:void 0,maximumCone:void 0,stackPartitions:void 0,slicePartitions:void 0,subdivisions:void 0,offsetAttribute:void 0};Gx.unpack=function(e,t,n){t=y(t,0);let i=h.unpack(e,t,ooe);t+=h.packedLength;let o=h.unpack(e,t,roe);t+=h.packedLength;let r=e[t++],s=e[t++],a=e[t++],c=e[t++],u=e[t++],f=e[t++],d=e[t++],p=e[t];return l(n)?(n._radii=h.clone(i,n._radii),n._innerRadii=h.clone(o,n._innerRadii),n._minimumClock=r,n._maximumClock=s,n._minimumCone=a,n._maximumCone=c,n._stackPartitions=u,n._slicePartitions=f,n._subdivisions=d,n._offsetAttribute=p===-1?void 0:p,n):(Zm.minimumClock=r,Zm.maximumClock=s,Zm.minimumCone=a,Zm.maximumCone=c,Zm.stackPartitions=u,Zm.slicePartitions=f,Zm.subdivisions=d,Zm.offsetAttribute=p===-1?void 0:p,new Gx(Zm))};Gx.createGeometry=function(e){let t=e._radii;if(t.x<=0||t.y<=0||t.z<=0)return;let n=e._innerRadii;if(n.x<=0||n.y<=0||n.z<=0)return;let i=e._minimumClock,o=e._maximumClock,r=e._minimumCone,s=e._maximumCone,a=e._subdivisions,c=ie.fromCartesian3(t),u=e._slicePartitions+1,f=e._stackPartitions+1;u=Math.round(u*Math.abs(o-i)/I.TWO_PI),f=Math.round(f*Math.abs(s-r)/I.PI),u<2&&(u=2),f<2&&(f=2);let d=0,p=1,g=n.x!==t.x||n.y!==t.y||n.z!==t.z,m=!1,A=!1;g&&(p=2,r>0&&(m=!0,d+=u),s<Math.PI&&(A=!0,d+=u));let C=a*p*(f+u),x=new Float64Array(C*3),b=2*(C+d-(u+f)*p),E=Fe.createTypedArray(C,b),S,D,v,O,R=0,M=new Array(f),L=new Array(f);for(S=0;S<f;S++)O=r+S*(s-r)/(f-1),M[S]=xF(O),L[S]=CF(O);let _=new Array(a),T=new Array(a);for(S=0;S<a;S++)v=i+S*(o-i)/(a-1),_[S]=xF(v),T[S]=CF(v);for(S=0;S<f;S++)for(D=0;D<a;D++)x[R++]=t.x*M[S]*T[D],x[R++]=t.y*M[S]*_[D],x[R++]=t.z*L[S];if(g)for(S=0;S<f;S++)for(D=0;D<a;D++)x[R++]=n.x*M[S]*T[D],x[R++]=n.y*M[S]*_[D],x[R++]=n.z*L[S];for(M.length=a,L.length=a,S=0;S<a;S++)O=r+S*(s-r)/(a-1),M[S]=xF(O),L[S]=CF(O);for(_.length=u,T.length=u,S=0;S<u;S++)v=i+S*(o-i)/(u-1),_[S]=xF(v),T[S]=CF(v);for(S=0;S<a;S++)for(D=0;D<u;D++)x[R++]=t.x*M[S]*T[D],x[R++]=t.y*M[S]*_[D],x[R++]=t.z*L[S];if(g)for(S=0;S<a;S++)for(D=0;D<u;D++)x[R++]=n.x*M[S]*T[D],x[R++]=n.y*M[S]*_[D],x[R++]=n.z*L[S];for(R=0,S=0;S<f*p;S++){let B=S*a;for(D=0;D<a-1;D++)E[R++]=B+D,E[R++]=B+D+1}let w=f*a*p;for(S=0;S<u;S++)for(D=0;D<a-1;D++)E[R++]=w+S+D*u,E[R++]=w+S+(D+1)*u;if(g)for(w=f*a*p+u*a,S=0;S<u;S++)for(D=0;D<a-1;D++)E[R++]=w+S+D*u,E[R++]=w+S+(D+1)*u;if(g){let B=f*a*p,N=B+a*u;if(m)for(S=0;S<u;S++)E[R++]=B+S,E[R++]=N+S;if(A)for(B+=a*u-u,N+=a*u-u,S=0;S<u;S++)E[R++]=B+S,E[R++]=N+S}let P=new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:x})});if(l(e._offsetAttribute)){let B=x.length,N=e._offsetAttribute===Zt.NONE?0:1,z=new Uint8Array(B/3).fill(N);P.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:z})}return new it({attributes:P,indices:E,primitiveType:Oe.LINES,boundingSphere:re.fromEllipsoid(c),offsetAttribute:e._offsetAttribute})};var Ou=Gx;function Wx(e){let t=y(e.radius,1),i={radii:new h(t,t,t),stackPartitions:e.stackPartitions,slicePartitions:e.slicePartitions,subdivisions:e.subdivisions};this._ellipsoidGeometry=new Ou(i),this._workerName="createSphereOutlineGeometry"}Wx.packedLength=Ou.packedLength;Wx.pack=function(e,t,n){return Ou.pack(e._ellipsoidGeometry,t,n)};var NGe=new Ou,Ty={radius:void 0,radii:new h,stackPartitions:void 0,slicePartitions:void 0,subdivisions:void 0};Wx.unpack=function(e,t,n){let i=Ou.unpack(e,t,NGe);return Ty.stackPartitions=i._stackPartitions,Ty.slicePartitions=i._slicePartitions,Ty.subdivisions=i._subdivisions,l(n)?(h.clone(i._radii,Ty.radii),n._ellipsoidGeometry=new Ou(Ty),n):(Ty.radius=i._radii.x,new Wx(Ty))};Wx.createGeometry=function(e){return Ou.createGeometry(e._ellipsoidGeometry)};var z_=Wx;function jx(e,t){t===0&&(t=I.EPSILON7),this._boundingSphere=new re(e,t)}Object.defineProperties(jx.prototype,{center:{get:function(){return this._boundingSphere.center}},radius:{get:function(){return this._boundingSphere.radius}},boundingVolume:{get:function(){return this._boundingSphere}},boundingSphere:{get:function(){return this._boundingSphere}}});jx.prototype.distanceToCamera=function(e){let t=this._boundingSphere;return Math.max(0,h.distance(t.center,e.camera.positionWC)-t.radius)};jx.prototype.intersectPlane=function(e){return re.intersectPlane(this._boundingSphere,e)};jx.prototype.update=function(e,t){h.clone(e,this._boundingSphere.center),this._boundingSphere.radius=t};jx.prototype.createDebugVolume=function(e){let t=new z_({radius:this.radius}),n=F.fromTranslation(this.center,new F.clone(F.IDENTITY)),i=new _t({geometry:t,id:"outline",modelMatrix:n,attributes:{color:Bt.fromColor(e)}});return new Cn({geometryInstances:i,appearance:new Qt({translucent:!1,flat:!0}),asynchronous:!1})};var H_=jx;var kGe=new h,VGe=new h,UGe=new h,zGe=new h;function Ey(e,t,n){n=h.cross(e,t,n);let i=h.magnitude(n);return h.multiplyByScalar(n,I.EPSILON7/i,n)}function h6(e,t){let n=h.normalize(e,zGe),i=h.equalsEpsilon(n,h.UNIT_X,I.EPSILON6)?h.UNIT_Y:h.UNIT_X;return Ey(e,i,t)}function soe(e){let t=Q.getColumn(e,0,kGe),n=Q.getColumn(e,1,VGe),i=Q.getColumn(e,2,UGe),o=h.equals(t,h.ZERO),r=h.equals(n,h.ZERO),s=h.equals(i,h.ZERO);return!o&&!r&&!s?e:o&&r&&s?(e[0]=I.EPSILON7,e[4]=I.EPSILON7,e[8]=I.EPSILON7,e):(o&&!r&&!s?t=Ey(n,i,t):!o&&r&&!s?n=Ey(t,i,n):!o&&!r&&s?i=Ey(n,t,i):o?r?s||(t=h6(i,t),n=Ey(i,t,n)):(t=h6(n,t),i=Ey(n,t,i)):(n=h6(t,n),i=Ey(n,t,i)),Q.setColumn(e,0,t,e),Q.setColumn(e,1,n,e),Q.setColumn(e,2,i,e),e)}function qx(e,t){t=soe(t),this._orientedBoundingBox=new pi(e,t),this._boundingSphere=re.fromOrientedBoundingBox(this._orientedBoundingBox)}Object.defineProperties(qx.prototype,{boundingVolume:{get:function(){return this._orientedBoundingBox}},boundingSphere:{get:function(){return this._boundingSphere}}});qx.prototype.distanceToCamera=function(e){return Math.sqrt(this._orientedBoundingBox.distanceSquaredTo(e.camera.positionWC))};qx.prototype.intersectPlane=function(e){return this._orientedBoundingBox.intersectPlane(e)};qx.prototype.update=function(e,t){h.clone(e,this._orientedBoundingBox.center),t=soe(t),Q.clone(t,this._orientedBoundingBox.halfAxes),re.fromOrientedBoundingBox(this._orientedBoundingBox,this._boundingSphere)};qx.prototype.createDebugVolume=function(e){let t=new Bd({minimum:new h(-1,-1,-1),maximum:new h(1,1,1)}),n=F.fromRotationTranslation(this.boundingVolume.halfAxes,this.boundingVolume.center),i=new _t({geometry:t,id:"outline",modelMatrix:n,attributes:{color:Bt.fromColor(e)}});return new Cn({geometryInstances:i,appearance:new Qt({translucent:!1,flat:!0}),asynchronous:!1})};var zf=qx;function Lo(e,t,n,i){this._tileset=e,this._header=n;let o=l(n.contents),r=o&&n.contents.length>1||Ui(n,"3DTILES_multiple_contents"),s=o&&!r?n.contents[0]:n.content;this._contentHeader=s,this.transform=l(n.transform)?F.unpack(n.transform):F.clone(F.IDENTITY);let a=l(i)?i.computedTransform:e.modelMatrix,c=F.multiply(a,this.transform,new F),u=l(i)?i._initialTransform:F.IDENTITY;this._initialTransform=F.multiply(u,this.transform,new F),this.computedTransform=c,this._boundingVolume=this.createBoundingVolume(n.boundingVolume,c),this._boundingVolume2D=void 0;let f;l(s)&&l(s.boundingVolume)&&(f=this.createBoundingVolume(s.boundingVolume,c)),this._contentBoundingVolume=f,this._contentBoundingVolume2D=void 0;let d;l(n.viewerRequestVolume)&&(d=this.createBoundingVolume(n.viewerRequestVolume,c)),this._viewerRequestVolume=d,this.geometricError=n.geometricError,this._geometricError=n.geometricError,l(this._geometricError)||(this._geometricError=l(i)?i.geometricError:e._geometricError,Lo._deprecationWarning("geometricErrorUndefined","Required property geometricError is undefined for this tile. Using parent's geometric error instead.")),this.updateGeometricErrorScale();let p;l(n.refine)?((n.refine==="replace"||n.refine==="add")&&Lo._deprecationWarning("lowercase-refine",`This tile uses a lowercase refine "${n.refine}". Instead use "${n.refine.toUpperCase()}".`),p=n.refine.toUpperCase()==="REPLACE"?Dr.REPLACE:Dr.ADD):l(i)?p=i.refine:p=Dr.REPLACE,this.refine=p,this.children=[],this.parent=i;let g,m=!1,A,C,x;if(t=Pe.createIfNeeded(t),r)A=Eo.UNLOADED,C=t.clone();else if(l(s)){let D=s.uri;l(s.url)&&(Lo._deprecationWarning("contentUrl",'This tileset JSON uses the "content.url" property which has been deprecated. Use "content.uri" instead.'),D=s.url),D===""?(Lo._deprecationWarning("contentUriEmpty","content.uri property is an empty string, which creates a circular dependency, making this tileset invalid. Omit the content property instead"),g=new yw(e,this),m=!0,A=Eo.READY):(A=Eo.UNLOADED,C=t.getDerivedResource({url:D}),x=Ya.getServerKey(C.getUrlComponent()))}else g=new yw(e,this),m=!0,A=Eo.READY;this._content=g,this._contentResource=C,this._contentState=A,this._contentReadyToProcessPromise=void 0,this._contentReadyPromise=void 0,this._expiredContent=void 0,this._serverKey=x,this.hasEmptyContent=m,this.hasTilesetContent=!1,this.hasImplicitContent=!1,this.hasImplicitContentMetadata=!1,this.hasMultipleContents=r,this.metadata=uF(e,n),this.cacheNode=void 0;let b=n.expire,E,S;l(b)&&(E=b.duration,l(b.date)&&(S=$.fromIso8601(b.date))),this.expireDuration=E,this.expireDate=S,this.lastStyleTime=0,this._optimChildrenWithinParent=Ff.NOT_COMPUTED,this.clippingPlanesDirty=!1,this.priorityDeferred=!1,this.implicitTileset=void 0,this.implicitCoordinates=void 0,this.implicitSubtree=void 0,this._distanceToCamera=0,this._centerZDepth=0,this._screenSpaceError=0,this._screenSpaceErrorProgressiveResolution=0,this._visibilityPlaneMask=0,this._visible=!1,this._inRequestVolume=!1,this._finalResolution=!0,this._depth=0,this._stackLength=0,this._selectionDepth=0,this._updatedVisibilityFrame=0,this._touchedFrame=0,this._visitedFrame=0,this._selectedFrame=0,this._requestedFrame=0,this._ancestorWithContent=void 0,this._ancestorWithContentAvailable=void 0,this._refines=!1,this._shouldSelect=!1,this._isClipped=!0,this._clippingPlanesState=0,this._debugBoundingVolume=void 0,this._debugContentBoundingVolume=void 0,this._debugViewerRequestVolume=void 0,this._debugColor=U.fromRandom({alpha:1}),this._debugColorizeTiles=!1,this._priority=0,this._priorityHolder=this,this._priorityProgressiveResolution=!1,this._priorityProgressiveResolutionScreenSpaceErrorLeaf=!1,this._priorityReverseScreenSpaceError=0,this._foveatedFactor=0,this._wasMinPriorityChild=!1,this._loadTimestamp=new $,this._commandsLength=0,this._color=void 0,this._colorDirty=!1,this._request=void 0}Lo._deprecationWarning=Xr;Object.defineProperties(Lo.prototype,{tileset:{get:function(){return this._tileset}},content:{get:function(){return this._content}},boundingVolume:{get:function(){return this._boundingVolume}},contentBoundingVolume:{get:function(){return y(this._contentBoundingVolume,this._boundingVolume)}},boundingSphere:{get:function(){return this._boundingVolume.boundingSphere}},extras:{get:function(){return this._header.extras}},color:{get:function(){return l(this._color)||(this._color=new U),U.clone(this._color)},set:function(e){this._color=U.clone(e,this._color),this._colorDirty=!0}},contentAvailable:{get:function(){return this.contentReady&&!this.hasEmptyContent&&!this.hasTilesetContent&&!this.hasImplicitContent||l(this._expiredContent)&&!this.contentFailed}},contentReady:{get:function(){return this._contentState===Eo.READY}},contentUnloaded:{get:function(){return this._contentState===Eo.UNLOADED}},contentExpired:{get:function(){return this._contentState===Eo.EXPIRED}},contentFailed:{get:function(){return this._contentState===Eo.FAILED}},contentReadyToProcessPromise:{get:function(){return this._contentReadyToProcessPromise}},contentReadyPromise:{get:function(){return this._contentReadyPromise}},commandsLength:{get:function(){return this._commandsLength}}});var G_=new h;function HGe(e,t){let n=e._tileset,i=t.camera,o=e.boundingSphere,r=o.radius,s=h.multiplyByScalar(i.directionWC,e._centerZDepth,G_),a=h.add(i.positionWC,s,G_),c=h.subtract(a,o.center,G_);if(h.magnitude(c)>r){let E=h.normalize(c,G_),S=h.multiplyByScalar(E,r,G_),D=h.add(o.center,S,G_),v=h.subtract(D,i.positionWC,G_),O=h.normalize(v,G_);e._foveatedFactor=1-Math.abs(h.dot(i.directionWC,O))}else e._foveatedFactor=0;let d=e.refine===Dr.REPLACE,p=n._skipLevelOfDetail;if(d&&!p||!n.foveatedScreenSpaceError||n.foveatedConeSize===1||e._priorityProgressiveResolution&&d&&p||n._pass===$o.PRELOAD_FLIGHT||n._pass===$o.PRELOAD)return!1;let g=1-Math.cos(i.frustum.fov*.5),m=n.foveatedConeSize*g;if(e._foveatedFactor<=m)return!1;let A=g-m,C=I.clamp((e._foveatedFactor-m)/A,0,1),x=n.foveatedInterpolationCallback(n.foveatedMinimumScreenSpaceErrorRelaxation,n.maximumScreenSpaceError,C),b=e._screenSpaceError===0&&l(e.parent)?e.parent._screenSpaceError*.5:e._screenSpaceError;return n.maximumScreenSpaceError-x<=b}var loe=new $;Lo.prototype.getScreenSpaceError=function(e,t,n){let i=this._tileset,o=y(n,1),r=l(this.parent)?this.parent.geometricError:i._geometricError,s=t?r:this.geometricError;if(s===0)return 0;let a=e.camera,c=a.frustum,u=e.context,f=u.drawingBufferWidth,d=u.drawingBufferHeight*o,p;if(e.mode===ee.SCENE2D||c instanceof Jt){l(c._offCenterFrustum)&&(c=c._offCenterFrustum);let g=Math.max(c.top-c.bottom,c.right-c.left)/Math.max(f,d);p=s/g}else{let g=Math.max(this._distanceToCamera,I.EPSILON7),m=a.frustum.sseDenominator;if(p=s*d/(g*m),i.dynamicScreenSpaceError){let A=i._dynamicScreenSpaceErrorComputedDensity,C=i.dynamicScreenSpaceErrorFactor,x=I.fog(g,A)*C;p-=x}}return p/=e.pixelRatio,p};function GGe(e,t){if(e.progressiveResolutionHeightFraction<=0||e.progressiveResolutionHeightFraction>.5)return!1;let n=t._screenSpaceErrorProgressiveResolution>e._maximumScreenSpaceError;t._priorityProgressiveResolutionScreenSpaceErrorLeaf=!1;let i=t.parent,o=e._maximumScreenSpaceError,r=t._screenSpaceErrorProgressiveResolution<=o,s=l(i)&&i._screenSpaceErrorProgressiveResolution>o;return r&&s&&(t._priorityProgressiveResolutionScreenSpaceErrorLeaf=!0,n=!0),n}function WGe(e,t){let n=t.parent,o=l(n)&&(!e._skipLevelOfDetail||t._screenSpaceError===0||n.hasTilesetContent||n.hasImplicitContent)?n._screenSpaceError:t._screenSpaceError;return e.root._screenSpaceError-o}Lo.prototype.updateVisibility=function(e){let t=this.parent,n=this._tileset,i=l(t)?t.computedTransform:n.modelMatrix,o=l(t)?t._visibilityPlaneMask:qs.MASK_INDETERMINATE;this.updateTransform(i),this._distanceToCamera=this.distanceToTile(e),this._centerZDepth=this.distanceToTileCenter(e),this._screenSpaceError=this.getScreenSpaceError(e,!1),this._screenSpaceErrorProgressiveResolution=this.getScreenSpaceError(e,!1,n.progressiveResolutionHeightFraction),this._visibilityPlaneMask=this.visibility(e,o),this._visible=this._visibilityPlaneMask!==qs.MASK_OUTSIDE,this._inRequestVolume=this.insideViewerRequestVolume(e),this._priorityReverseScreenSpaceError=WGe(n,this),this._priorityProgressiveResolution=GGe(n,this),this.priorityDeferred=HGe(this,e)};Lo.prototype.updateExpiration=function(){if(l(this.expireDate)&&this.contentReady&&!this.hasEmptyContent&&!this.hasMultipleContents){let e=$.now(loe);$.lessThan(this.expireDate,e)&&(this._contentState=Eo.EXPIRED,this._expiredContent=this._content)}};function jGe(e){if(l(e.expireDuration)){let t=$.now(loe);$.addSeconds(t,e.expireDuration,t),l(e.expireDate)?$.lessThan(e.expireDate,t)&&$.clone(t,e.expireDate):e.expireDate=$.clone(t)}}function qGe(e){return function(){return e._priority}}Lo.prototype.requestContent=function(){return this.hasEmptyContent?0:this.hasMultipleContents?YGe(this):XGe(this)};function YGe(e){let t=e._content,n=e._tileset;if(!l(t)){let r=Ui(e._header,"3DTILES_multiple_contents")?e._header.extensions["3DTILES_multiple_contents"]:e._header;t=new fF(n,e,e._contentResource.clone(),r),e._content=t}let i=t.requestInnerContents();if(i>0)return i;e._contentState=Eo.LOADING;let o=t.contentsFetchedPromise.then(function(){if(!(e._contentState!==Eo.LOADING||!l(t.readyPromise))){if(e.isDestroyed()){m6(e,n,"Tile was unloaded while content was loading");return}return e._contentState=Eo.PROCESSING,t}});return e._contentReadyToProcessPromise=o,e._contentReadyPromise=o.then(function(r){if(!!l(r))return t.readyPromise}).then(function(r){if(!!l(r)){if(e.isDestroyed()){m6(e,n,"Tile was unloaded while content was processing");return}return e._selectedFrame=0,e.lastStyleTime=0,$.now(e._loadTimestamp),e._contentState=Eo.READY,r}}).catch(function(r){m6(e,n,r)}),0}function m6(e,t,n){e._contentState===Eo.PROCESSING&&--t.statistics.numberOfTilesProcessing,e._contentState=Eo.FAILED}function XGe(e){let t=e._contentResource.clone(),n=e.contentExpired;n&&t.setQueryParameters({expired:e.expireDate.toString()});let i=new qo({throttle:!0,throttleByServer:!0,type:qr.TILES3D,priorityFunction:qGe(e),serverKey:e._serverKey});e._request=i,t.request=i;let o=t.fetchArrayBuffer();if(!l(o))return 1;let r=e._contentState,s=e._tileset;e._contentState=Eo.LOADING,++s.statistics.numberOfPendingRequests;let a=o.then(function(c){if(e.isDestroyed()){p6(e,s);return}let u=KGe(e,c);return n&&(e.expireDate=void 0),e._content=u,e._contentState=Eo.PROCESSING,u});return e._contentReadyToProcessPromise=a,e._contentReadyPromise=a.then(function(c){if(!!l(c))return--s.statistics.numberOfPendingRequests,c.readyPromise}).then(function(c){if(!!l(c)){if(e.isDestroyed()){p6(e,s);return}return jGe(e),e._selectedFrame=0,e.lastStyleTime=0,$.now(e._loadTimestamp),e._contentState=Eo.READY,c}}).catch(function(c){return i.state===ai.CANCELLED?(e._contentState=r,--s.statistics.numberOfPendingRequests,++s.statistics.numberOfAttemptedRequests,Promise.reject("Cancelled")):(p6(e,s),Promise.reject(c))}),0}function p6(e,t){e._contentState===Eo.PROCESSING?--t.statistics.numberOfTilesProcessing:--t.statistics.numberOfPendingRequests,e._contentState=Eo.FAILED}function KGe(e,t){let n=Mx(t),i=e._tileset;i._disableSkipLevelOfDetail=i._disableSkipLevelOfDetail||n.contentType===bs.GEOMETRY||n.contentType===bs.VECTOR,(n.contentType===bs.IMPLICIT_SUBTREE||n.contentType===bs.IMPLICIT_SUBTREE_JSON)&&(e.hasImplicitContent=!0),n.contentType===bs.EXTERNAL_TILESET&&(e.hasTilesetContent=!0);let o,r=Ox[n.contentType];l(n.binaryPayload)?o=r(i,e,e._contentResource,n.binaryPayload.buffer,0):o=r(i,e,e._contentResource,n.jsonPayload);let s=e._contentHeader;if(e.hasImplicitContentMetadata){let c=e.implicitSubtree,u=e.implicitCoordinates;o.metadata=c.getContentMetadataView(u,0)}else e.hasImplicitContent||(o.metadata=Bx(i,s));let a=Rx(i,s);return l(a)&&(o.group=new YC({metadata:a})),o}Lo.prototype.cancelRequests=function(){this.hasMultipleContents?this._content.cancelRequests():this._request.cancel()};Lo.prototype.unloadContent=function(){this.hasEmptyContent||this.hasTilesetContent||this.hasImplicitContent||(this._content=this._content&&this._content.destroy(),this._contentState=Eo.UNLOADED,this._contentReadyToProcessPromise=void 0,this._contentReadyPromise=void 0,this.lastStyleTime=0,this.clippingPlanesDirty=this._clippingPlanesState===0,this._clippingPlanesState=0,this._debugColorizeTiles=!1,this._debugBoundingVolume=this._debugBoundingVolume&&this._debugBoundingVolume.destroy(),this._debugContentBoundingVolume=this._debugContentBoundingVolume&&this._debugContentBoundingVolume.destroy(),this._debugViewerRequestVolume=this._debugViewerRequestVolume&&this._debugViewerRequestVolume.destroy())};var uoe=new re;function g6(e,t){if(t.mode!==ee.SCENE3D&&!l(e._boundingVolume2D)){let n=e._boundingVolume.boundingSphere,i=re.projectTo2D(n,t.mapProjection,uoe);e._boundingVolume2D=new H_(i.center,i.radius)}return t.mode!==ee.SCENE3D?e._boundingVolume2D:e._boundingVolume}function JGe(e,t){if(t.mode!==ee.SCENE3D&&!l(e._contentBoundingVolume2D)){let n=e._contentBoundingVolume.boundingSphere,i=re.projectTo2D(n,t.mapProjection,uoe);e._contentBoundingVolume2D=new H_(i.center,i.radius)}return t.mode!==ee.SCENE3D?e._contentBoundingVolume2D:e._contentBoundingVolume}Lo.prototype.visibility=function(e,t){let n=e.cullingVolume,i=g6(this,e),o=this._tileset,r=o.clippingPlanes;if(l(r)&&r.enabled){let s=r.computeIntersectionWithBoundingVolume(i,o.clippingPlanesOriginMatrix);if(this._isClipped=s!==Xt.INSIDE,s===Xt.OUTSIDE)return qs.MASK_OUTSIDE}return n.computeVisibilityWithPlaneMask(i,t)};Lo.prototype.contentVisibility=function(e){if(!l(this._contentBoundingVolume))return Xt.INSIDE;if(this._visibilityPlaneMask===qs.MASK_INSIDE)return Xt.INSIDE;let t=e.cullingVolume,n=JGe(this,e),i=this._tileset,o=i.clippingPlanes;if(l(o)&&o.enabled){let r=o.computeIntersectionWithBoundingVolume(n,i.clippingPlanesOriginMatrix);if(this._isClipped=r!==Xt.INSIDE,r===Xt.OUTSIDE)return Xt.OUTSIDE}return t.computeVisibility(n)};Lo.prototype.distanceToTile=function(e){return g6(this,e).distanceToCamera(e)};var ZGe=new h;Lo.prototype.distanceToTileCenter=function(e){let n=g6(this,e).boundingVolume,i=h.subtract(n.center,e.camera.positionWC,ZGe);return h.dot(e.camera.directionWC,i)};Lo.prototype.insideViewerRequestVolume=function(e){let t=this._viewerRequestVolume;return!l(t)||t.distanceToCamera(e)===0};var foe=new Q,doe=new h,QGe=new Q,hoe=new h,moe=new ce,$Ge=new pi,_6=new F;function e8e(e,t,n){let i=h.fromElements(e[0],e[1],e[2],hoe),o=Q.fromArray(e,3,QGe);i=F.multiplyByPoint(t,i,i);let r=F.getMatrix3(t,foe);return o=Q.multiply(r,o,o),l(n)?(n.update(i,o),n):new zf(i,o)}function t8e(e,t,n,i){let o=ce.unpack(e,0,moe),r=e[4],s=e[5],a=pi.fromRectangle(o,r,s,ie.WGS84,$Ge),c=a.center,u=a.halfAxes;t=F.multiplyTransformation(t,F.inverseTransformation(n,_6),_6),c=F.multiplyByPoint(t,c,c);let f=F.getMatrix3(t,foe);return u=Q.multiply(f,u,u),l(i)&&i instanceof zf?(i.update(c,u),i):new zf(c,u)}function n8e(e,t,n,i){if(!F.equalsEpsilon(t,n,I.EPSILON8))return t8e(e,t,n,i);if(l(i))return i;let o=ce.unpack(e,0,moe);return new Vf({rectangle:o,minimumHeight:e[4],maximumHeight:e[5]})}function i8e(e,t,n){let i=h.fromElements(e[0],e[1],e[2],hoe),o=e[3];i=F.multiplyByPoint(t,i,i);let r=F.getScale(t,doe),s=h.maximumComponent(r);return o*=s,l(n)?(n.update(i,o),n):new H_(i,o)}Lo.prototype.createBoundingVolume=function(e,t,n){if(!l(e))throw new de("boundingVolume must be defined");if(Ui(e,"3DTILES_bounding_volume_S2"))return new AF(e.extensions["3DTILES_bounding_volume_S2"]);if(l(e.box))return e8e(e.box,t,n);if(l(e.region))return n8e(e.region,t,this._initialTransform,n);if(l(e.sphere))return i8e(e.sphere,t,n);throw new de("boundingVolume must contain a sphere, region, or box")};Lo.prototype.updateTransform=function(e){e=y(e,F.IDENTITY);let t=F.multiply(e,this.transform,_6);if(!!F.equals(t,this.computedTransform))return;F.clone(t,this.computedTransform);let i=this._header,o=this._contentHeader;this._boundingVolume=this.createBoundingVolume(i.boundingVolume,this.computedTransform,this._boundingVolume),l(this._contentBoundingVolume)&&(this._contentBoundingVolume=this.createBoundingVolume(o.boundingVolume,this.computedTransform,this._contentBoundingVolume)),l(this._viewerRequestVolume)&&(this._viewerRequestVolume=this.createBoundingVolume(i.viewerRequestVolume,this.computedTransform,this._viewerRequestVolume)),this.updateGeometricErrorScale(),this._debugBoundingVolume=this._debugBoundingVolume&&this._debugBoundingVolume.destroy(),this._debugContentBoundingVolume=this._debugContentBoundingVolume&&this._debugContentBoundingVolume.destroy(),this._debugViewerRequestVolume=this._debugViewerRequestVolume&&this._debugViewerRequestVolume.destroy()};Lo.prototype.updateGeometricErrorScale=function(){let e=F.getScale(this.computedTransform,doe),t=h.maximumComponent(e);this.geometricError=this._geometricError*t};function o8e(e,t,n,i){if(!i.isRender)return;let o=l(e._contentHeader)&&l(e._contentHeader.boundingVolume),r=e.hasEmptyContent||e.hasTilesetContent||e.hasImplicitContent,s=t.debugShowBoundingVolume||t.debugShowContentBoundingVolume&&!o;if(s){let u;e._finalResolution?r?u=U.DARKGRAY:u=U.WHITE:u=U.YELLOW,l(e._debugBoundingVolume)||(e._debugBoundingVolume=e._boundingVolume.createDebugVolume(u)),e._debugBoundingVolume.update(n);let f=e._debugBoundingVolume.getGeometryInstanceAttributes("outline");f.color=Bt.toValue(u,f.color)}else!s&&l(e._debugBoundingVolume)&&(e._debugBoundingVolume=e._debugBoundingVolume.destroy());t.debugShowContentBoundingVolume&&o?(l(e._debugContentBoundingVolume)||(e._debugContentBoundingVolume=e._contentBoundingVolume.createDebugVolume(U.BLUE)),e._debugContentBoundingVolume.update(n)):!t.debugShowContentBoundingVolume&&l(e._debugContentBoundingVolume)&&(e._debugContentBoundingVolume=e._debugContentBoundingVolume.destroy()),t.debugShowViewerRequestVolume&&l(e._viewerRequestVolume)?(l(e._debugViewerRequestVolume)||(e._debugViewerRequestVolume=e._viewerRequestVolume.createDebugVolume(U.YELLOW)),e._debugViewerRequestVolume.update(n)):!t.debugShowViewerRequestVolume&&l(e._debugViewerRequestVolume)&&(e._debugViewerRequestVolume=e._debugViewerRequestVolume.destroy());let a=t.debugColorizeTiles&&!e._debugColorizeTiles||l(t._heatmap.tilePropertyName),c=!t.debugColorizeTiles&&e._debugColorizeTiles;a?(t._heatmap.colorize(e,n),e._debugColorizeTiles=!0,e.color=e._debugColor):c&&(e._debugColorizeTiles=!1,e.color=U.WHITE),e._colorDirty&&(e._colorDirty=!1,e._content.applyDebugSettings(!0,e._color)),c&&t.makeStyleDirty()}function r8e(e,t,n){let i=e._content,o=e._expiredContent;if(!e.hasMultipleContents&&l(o)){if(!e.contentReady){o.update(t,n);return}e._expiredContent.destroy(),e._expiredContent=void 0}i.update(t,n)}function s8e(e,t){let n=t.clippingPlanes,i=0;l(n)&&e._isClipped&&n.enabled&&(i=n.clippingPlanesState),i!==e._clippingPlanesState&&(e._clippingPlanesState=i,e.clippingPlanesDirty=!0)}Lo.prototype.update=function(e,t,n){let i=t.commandList.length;s8e(this,e),o8e(this,e,t,n),r8e(this,e,t);let r=t.commandList.length-i;this._commandsLength=r;for(let s=0;s<r;++s){let a=t.commandList[i+s],c=a.pass===xe.TRANSLUCENT;a.depthForTranslucentClassification=c}this.clippingPlanesDirty=!1};var aoe=[];Lo.prototype.process=function(e,t){let n=t.commandList;t.commandList=aoe,this._content.update(e,t),aoe.length=0,t.commandList=n};function coe(e,t,n){let i=e*Math.pow(10,t);return parseInt(i)*Math.pow(10,n)}function TF(e,t,n){return Math.max(I.normalize(e,t,n)-I.EPSILON7,0)}Lo.prototype.updatePriority=function(){let e=this.tileset,t=e.preferLeaves,n=e._minimumPriority,i=e._maximumPriority,o=4,r=1,s=0,a=o,c=s+a,u=o,f=c+u,d=r,p=Math.pow(10,f),g=f+d,m=r,A=Math.pow(10,g),C=g+m,x=Math.pow(10,C),b=TF(this._depth,n.depth,i.depth);b=t?1-b:b;let S=!e._skipLevelOfDetail&&this.refine===Dr.REPLACE?TF(this._priorityHolder._distanceToCamera,n.distance,i.distance):TF(this._priorityReverseScreenSpaceError,n.reverseScreenSpaceError,i.reverseScreenSpaceError),D=coe(S,a,s),v=this._priorityProgressiveResolution?0:p,O=TF(this._priorityHolder._foveatedFactor,n.foveatedFactor,i.foveatedFactor),R=coe(O,u,c),M=this.priorityDeferred?A:0,L=e._pass===$o.PRELOAD_FLIGHT?0:x;this._priority=b+D+v+R+M+L};Lo.prototype.isDestroyed=function(){return!1};Lo.prototype.destroy=function(){return this._content=this._content&&this._content.destroy(),this._expiredContent=this._expiredContent&&!this._expiredContent.isDestroyed()&&this._expiredContent.destroy(),this._debugBoundingVolume=this._debugBoundingVolume&&this._debugBoundingVolume.destroy(),this._debugContentBoundingVolume=this._debugContentBoundingVolume&&this._debugContentBoundingVolume.destroy(),this._debugViewerRequestVolume=this._debugViewerRequestVolume&&this._debugViewerRequestVolume.destroy(),le(this)};var bw=Lo;function Qm(e){e=y(e,y.EMPTY_OBJECT);let t=e.id,n=e.group,i=e.class,o=l(n.properties)?n.properties:{};this._class=i,this._properties=o,this._id=t,this._extras=n.extras,this._extensions=n.extensions}Object.defineProperties(Qm.prototype,{class:{get:function(){return this._class}},id:{get:function(){return this._id}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});Qm.prototype.hasProperty=function(e){return Rn.hasProperty(e,this._properties,this._class)};Qm.prototype.hasPropertyBySemantic=function(e){return Rn.hasPropertyBySemantic(e,this._properties,this._class)};Qm.prototype.getPropertyIds=function(e){return Rn.getPropertyIds(this._properties,this._class,e)};Qm.prototype.getProperty=function(e){return Rn.getProperty(e,this._properties,this._class)};Qm.prototype.setProperty=function(e,t){return Rn.setProperty(e,t,this._properties,this._class)};Qm.prototype.getPropertyBySemantic=function(e){return Rn.getPropertyBySemantic(e,this._properties,this._class)};Qm.prototype.setPropertyBySemantic=function(e,t){return Rn.setPropertyBySemantic(e,t,this._properties,this._class)};var Sw=Qm;function $m(e){e=y(e,y.EMPTY_OBJECT);let t=e.tileset,n=e.class,i=l(t.properties)?t.properties:{};this._class=n,this._properties=i,this._extras=t.extras,this._extensions=t.extensions}Object.defineProperties($m.prototype,{class:{get:function(){return this._class}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});$m.prototype.hasProperty=function(e){return Rn.hasProperty(e,this._properties,this._class)};$m.prototype.hasPropertyBySemantic=function(e){return Rn.hasPropertyBySemantic(e,this._properties,this._class)};$m.prototype.getPropertyIds=function(e){return Rn.getPropertyIds(this._properties,this._class,e)};$m.prototype.getProperty=function(e){return Rn.getProperty(e,this._properties,this._class)};$m.prototype.setProperty=function(e,t){return Rn.setProperty(e,t,this._properties,this._class)};$m.prototype.getPropertyBySemantic=function(e){return Rn.getPropertyBySemantic(e,this._properties,this._class)};$m.prototype.setPropertyBySemantic=function(e,t){return Rn.setPropertyBySemantic(e,t,this._properties,this._class)};var EF=$m;function poe(e){e=y(e,y.EMPTY_OBJECT);let t=e.metadataJson,n=e.schema,i=y(t.metadata,t.tileset),o;l(i)&&(o=new EF({tileset:i,class:n.classes[i.class]}));let r=[],s=[],a=t.groups;if(Array.isArray(a)){let c=a.length;for(let u=0;u<c;u++){let f=a[u];s.push(new Sw({group:f,class:n.classes[f.class]}))}}else if(l(a)){r=Object.keys(a).sort();let c=r.length;for(let u=0;u<c;u++){let f=r[u];if(a.hasOwnProperty(f)){let d=a[f];s.push(new Sw({id:f,group:a[f],class:n.classes[d.class]}))}}}this._schema=n,this._groups=s,this._groupIds=r,this._tileset=o,this._statistics=t.statistics,this._extras=t.extras,this._extensions=t.extensions}Object.defineProperties(poe.prototype,{schema:{get:function(){return this._schema}},groups:{get:function(){return this._groups}},groupIds:{get:function(){return this._groupIds}},tileset:{get:function(){return this._tileset}},statistics:{get:function(){return this._statistics}},extras:{get:function(){return this._extras}},extensions:{get:function(){return this._extensions}}});var bF=poe;var _oe={},a8e=new h;_oe.checkChildrenWithinParent=function(e){let t=e.children,n=t.length,i=e.boundingVolume;if(i instanceof zf||i instanceof Vf){let o=i._orientedBoundingBox;e._optimChildrenWithinParent=Ff.USE_OPTIMIZATION;for(let r=0;r<n;++r){let a=t[r].boundingVolume;if(!(a instanceof zf||a instanceof Vf)){e._optimChildrenWithinParent=Ff.SKIP_OPTIMIZATION;break}let c=a._orientedBoundingBox,u=h.subtract(c.center,o.center,a8e),f=h.magnitude(u);h.divideByScalar(u,f,u);let d=Math.abs(o.halfAxes[0]*u.x)+Math.abs(o.halfAxes[1]*u.y)+Math.abs(o.halfAxes[2]*u.z)+Math.abs(o.halfAxes[3]*u.x)+Math.abs(o.halfAxes[4]*u.y)+Math.abs(o.halfAxes[5]*u.z)+Math.abs(o.halfAxes[6]*u.x)+Math.abs(o.halfAxes[7]*u.y)+Math.abs(o.halfAxes[8]*u.z),p=Math.abs(c.halfAxes[0]*u.x)+Math.abs(c.halfAxes[1]*u.y)+Math.abs(c.halfAxes[2]*u.z)+Math.abs(c.halfAxes[3]*u.x)+Math.abs(c.halfAxes[4]*u.y)+Math.abs(c.halfAxes[5]*u.z)+Math.abs(c.halfAxes[6]*u.x)+Math.abs(c.halfAxes[7]*u.y)+Math.abs(c.halfAxes[8]*u.z);if(d<=p+f){e._optimChildrenWithinParent=Ff.SKIP_OPTIMIZATION;break}}}return e._optimChildrenWithinParent===Ff.USE_OPTIMIZATION};var SF=_oe;function ww(){this.head=void 0,this.tail=void 0,this._length=0}Object.defineProperties(ww.prototype,{length:{get:function(){return this._length}}});function c8e(e,t,n){this.item=e,this.previous=t,this.next=n}ww.prototype.add=function(e){let t=new c8e(e,this.tail,void 0);return l(this.tail)?(this.tail.next=t,this.tail=t):(this.head=t,this.tail=t),++this._length,t};function goe(e,t){l(t.previous)&&l(t.next)?(t.previous.next=t.next,t.next.previous=t.previous):l(t.previous)?(t.previous.next=void 0,e.tail=t.previous):l(t.next)?(t.next.previous=void 0,e.head=t.next):(e.head=void 0,e.tail=void 0),t.next=void 0,t.previous=void 0}ww.prototype.remove=function(e){!l(e)||(goe(this,e),--this._length)};ww.prototype.splice=function(e,t){if(e===t)return;goe(this,t);let n=e.next;e.next=t,this.tail===e?this.tail=t:n.previous=t,t.next=n,t.previous=e};var wF=ww;function by(){this._list=new wF,this._sentinel=this._list.add(),this._trimTiles=!1}by.prototype.reset=function(){this._list.splice(this._list.tail,this._sentinel)};by.prototype.touch=function(e){let t=e.cacheNode;l(t)&&this._list.splice(this._sentinel,t)};by.prototype.add=function(e){l(e.cacheNode)||(e.cacheNode=this._list.add(e))};by.prototype.unloadTile=function(e,t,n){let i=t.cacheNode;!l(i)||(this._list.remove(i),t.cacheNode=void 0,n(e,t))};by.prototype.unloadTiles=function(e,t){let n=this._trimTiles;this._trimTiles=!1;let i=this._list,o=e.maximumMemoryUsage*1024*1024,r=this._sentinel,s=i.head;for(;s!==r&&(e.totalMemoryUsageInBytes>o||n);){let a=s.item;s=s.next,this.unloadTile(e,a,t)}};by.prototype.trim=function(){this._trimTiles=!0};var DF=by;function vF(e){this.tilePropertyName=e,this._minimum=Number.MAX_VALUE,this._maximum=-Number.MAX_VALUE,this._previousMinimum=Number.MAX_VALUE,this._previousMaximum=-Number.MAX_VALUE,this._referenceMinimum={},this._referenceMaximum={}}function A6(e,t){let n;return t==="_loadTimestamp"?n=$.toDate(e).getTime():n=e,n}vF.prototype.setReferenceMinimumMaximum=function(e,t,n){this._referenceMinimum[n]=A6(e,n),this._referenceMaximum[n]=A6(t,n)};function l8e(e,t){let n=e.tilePropertyName;if(l(n)){let i=A6(t[n],n);return l(i)?(e._maximum=Math.max(i,e._maximum),e._minimum=Math.min(i,e._minimum),i):(e.tilePropertyName=void 0,i)}}var y6=[new U(.1,.1,.1,1),new U(.153,.278,.878,1),new U(.827,.231,.49,1),new U(.827,.188,.22,1),new U(1,.592,.259,1),new U(1,.843,0,1)];vF.prototype.colorize=function(e,t){let n=this.tilePropertyName;if(!l(n)||!e.contentAvailable||e._selectedFrame!==t.frameNumber)return;let i=l8e(this,e),o=this._previousMinimum,r=this._previousMaximum;if(o===Number.MAX_VALUE||r===-Number.MAX_VALUE)return;let s=r-o+I.EPSILON7,c=I.clamp(i-o,0,s)/s,u=y6.length-1,f=c*u,d=Math.floor(f),p=Math.ceil(f),g=f-d,m=y6[d],A=y6[p],C=U.clone(U.WHITE);C.red=I.lerp(m.red,A.red,g),C.green=I.lerp(m.green,A.green,g),C.blue=I.lerp(m.blue,A.blue,g),e._debugColor=C};vF.prototype.resetMinimumMaximum=function(){let e=this.tilePropertyName;if(l(e)){let t=this._referenceMinimum[e],n=this._referenceMaximum[e],i=l(t)&&l(n);this._previousMinimum=i?t:this._minimum,this._previousMaximum=i?n:this._maximum,this._minimum=Number.MAX_VALUE,this._maximum=-Number.MAX_VALUE}};var PF=vF;function Yx(){this.selected=0,this.visited=0,this.numberOfCommands=0,this.numberOfAttemptedRequests=0,this.numberOfPendingRequests=0,this.numberOfTilesProcessing=0,this.numberOfTilesWithContentReady=0,this.numberOfTilesTotal=0,this.numberOfLoadedTilesTotal=0,this.numberOfFeaturesSelected=0,this.numberOfFeaturesLoaded=0,this.numberOfPointsSelected=0,this.numberOfPointsLoaded=0,this.numberOfTrianglesSelected=0,this.numberOfTilesStyled=0,this.numberOfFeaturesStyled=0,this.numberOfTilesCulledWithChildrenUnion=0,this.geometryByteLength=0,this.texturesByteLength=0,this.batchTableByteLength=0}Yx.prototype.clear=function(){this.selected=0,this.visited=0,this.numberOfCommands=0,this.numberOfAttemptedRequests=0,this.numberOfFeaturesSelected=0,this.numberOfPointsSelected=0,this.numberOfTrianglesSelected=0,this.numberOfTilesStyled=0,this.numberOfFeaturesStyled=0,this.numberOfTilesCulledWithChildrenUnion=0};function IF(e,t,n,i){let o=t.innerContents,r=t.pointsLength,s=t.trianglesLength,a=t.featuresLength,c=t.geometryByteLength,u=t.texturesByteLength,f=t.batchTableByteLength;if(i?(e.numberOfFeaturesLoaded+=n?-a:a,e.numberOfPointsLoaded+=n?-r:r,e.geometryByteLength+=n?-c:c,e.texturesByteLength+=n?-u:u,e.batchTableByteLength+=n?-f:f):(e.numberOfFeaturesSelected+=n?-a:a,e.numberOfPointsSelected+=n?-r:r,e.numberOfTrianglesSelected+=n?-s:s),l(o)){let d=o.length;for(let p=0;p<d;++p)IF(e,o[p],n,i)}}Yx.prototype.incrementSelectionCounts=function(e){IF(this,e,!1,!1)};Yx.prototype.incrementLoadCounts=function(e){IF(this,e,!1,!0)};Yx.prototype.decrementLoadCounts=function(e){IF(this,e,!0,!0)};Yx.clone=function(e,t){t.selected=e.selected,t.visited=e.visited,t.numberOfCommands=e.numberOfCommands,t.selected=e.selected,t.numberOfAttemptedRequests=e.numberOfAttemptedRequests,t.numberOfPendingRequests=e.numberOfPendingRequests,t.numberOfTilesProcessing=e.numberOfTilesProcessing,t.numberOfTilesWithContentReady=e.numberOfTilesWithContentReady,t.numberOfTilesTotal=e.numberOfTilesTotal,t.numberOfFeaturesSelected=e.numberOfFeaturesSelected,t.numberOfFeaturesLoaded=e.numberOfFeaturesLoaded,t.numberOfPointsSelected=e.numberOfPointsSelected,t.numberOfPointsLoaded=e.numberOfPointsLoaded,t.numberOfTrianglesSelected=e.numberOfTrianglesSelected,t.numberOfTilesStyled=e.numberOfTilesStyled,t.numberOfFeaturesStyled=e.numberOfFeaturesStyled,t.numberOfTilesCulledWithChildrenUnion=e.numberOfTilesCulledWithChildrenUnion,t.geometryByteLength=e.geometryByteLength,t.texturesByteLength=e.texturesByteLength,t.batchTableByteLength=e.batchTableByteLength};var W_=Yx;function Dw(){this._style=void 0,this._styleDirty=!1,this._lastStyleTime=0}Object.defineProperties(Dw.prototype,{style:{get:function(){return this._style},set:function(e){e!==this._style&&(this._style=e,this._styleDirty=!0)}}});Dw.prototype.makeDirty=function(){this._styleDirty=!0};Dw.prototype.resetDirty=function(){this._styleDirty=!1};Dw.prototype.applyStyle=function(e){if(!e.ready||l(this._style)&&!this._style._ready)return;let t=this._styleDirty;t&&++this._lastStyleTime;let n=this._lastStyleTime,i=e._statistics,o=t?e._selectedTiles:e._selectedTilesToStyle,r=o.length;for(let s=0;s<r;++s){let a=o[s];if(a.lastStyleTime!==n){let c=a.content;a.lastStyleTime=n,c.applyStyle(this._style),i.numberOfFeaturesStyled+=c.featuresLength,++i.numberOfTilesStyled}}};var OF=Dw;function u8e(e,t,n){let i=Ui(t,"3DTILES_implicit_tiling")?t.extensions["3DTILES_implicit_tiling"]:t.implicitTiling;this.baseResource=e,this.geometricError=t.geometricError,this.metadataSchema=n;let o=t.boundingVolume;if(!l(o.box)&&!l(o.region)&&!Ui(o,"3DTILES_bounding_volume_S2"))throw new de("Only box, region and 3DTILES_bounding_volume_S2 are supported for implicit tiling");this.boundingVolume=o,this.refine=t.refine,this.subtreeUriTemplate=new Pe({url:i.subtrees.uri}),this.contentUriTemplates=[],this.contentHeaders=[];let r=f8e(t);for(let s=0;s<r.length;s++){let a=r[s];this.contentHeaders.push($e(a,!0));let c=new Pe({url:a.uri});this.contentUriTemplates.push(c)}this.contentCount=this.contentHeaders.length,this.tileHeader=d8e(t),this.subdivisionScheme=Vr[i.subdivisionScheme],this.branchingFactor=Vr.getBranchingFactor(this.subdivisionScheme),this.subtreeLevels=i.subtreeLevels,l(i.availableLevels)?this.availableLevels=i.availableLevels:this.availableLevels=i.maximumLevel+1}function f8e(e){if(Ui(e,"3DTILES_multiple_contents")){let t=e.extensions["3DTILES_multiple_contents"];return l(t.contents)?t.contents:t.content}return l(e.contents)?e.contents:l(e.content)?[e.content]:[]}function d8e(e){let t=$e(e,!0);return l(t.extensions)&&(delete t.extensions["3DTILES_implicit_tiling"],delete t.extensions["3DTILES_multiple_contents"],Object.keys(t.extensions).length===0&&delete t.extensions),delete t.implicitTiling,delete t.contents,delete t.content,t}var BF=u8e;var vw={};function yoe(e){return e=(e^e<<8)&16711935,e=(e^e<<4)&252645135,e=(e^e<<2)&858993459,e=(e^e<<1)&1431655765,e}function C6(e){return e=(e^e<<16)&50331903,e=(e^e<<8)&50393103,e=(e^e<<4)&51130563,e=(e^e<<2)&153391689,e}function Aoe(e){return e&=1431655765,e=(e^e>>1)&858993459,e=(e^e>>2)&252645135,e=(e^e>>4)&16711935,e=(e^e>>8)&65535,e}function x6(e){return e&=153391689,e=(e^e>>2)&51130563,e=(e^e>>4)&50393103,e=(e^e>>8)&4278190335,e=(e^e>>16)&1023,e}vw.encode2D=function(e,t){return(yoe(e)|yoe(t)<<1)>>>0};vw.decode2D=function(e,t){return l(t)||(t=new Array(2)),t[0]=Aoe(e),t[1]=Aoe(e>>1),t};vw.encode3D=function(e,t,n){return C6(e)|C6(t)<<1|C6(n)<<2};vw.decode3D=function(e,t){return l(t)||(t=new Array(3)),t[0]=x6(e),t[1]=x6(e>>1),t[2]=x6(e>>2),t};var Sy=vw;function vo(e){this.subdivisionScheme=e.subdivisionScheme,this.subtreeLevels=e.subtreeLevels,this.level=e.level,this.x=e.x,this.y=e.y,this.z=void 0,e.subdivisionScheme===Vr.OCTREE&&(this.z=e.z)}Object.defineProperties(vo.prototype,{childIndex:{get:function(){let e=0;return e|=this.x&1,e|=(this.y&1)<<1,this.subdivisionScheme===Vr.OCTREE&&(e|=(this.z&1)<<2),e}},mortonIndex:{get:function(){return this.subdivisionScheme===Vr.OCTREE?Sy.encode3D(this.x,this.y,this.z):Sy.encode2D(this.x,this.y)}},tileIndex:{get:function(){let e=this.subdivisionScheme===Vr.OCTREE?((1<<3*this.level)-1)/7:((1<<2*this.level)-1)/3,t=this.mortonIndex;return e+t}}});vo.prototype.getDescendantCoordinates=function(e){let t=this.level+e.level,n=(this.x<<e.level)+e.x,i=(this.y<<e.level)+e.y;if(this.subdivisionScheme===Vr.OCTREE){let o=(this.z<<e.level)+e.z;return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:t,x:n,y:i,z:o})}return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:t,x:n,y:i})};vo.prototype.getAncestorCoordinates=function(e){let t=1<<e,n=this.level-e,i=Math.floor(this.x/t),o=Math.floor(this.y/t);if(this.subdivisionScheme===Vr.OCTREE){let r=Math.floor(this.z/t);return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:n,x:i,y:o,z:r})}return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:n,x:i,y:o})};vo.prototype.getOffsetCoordinates=function(e){let t=e.level-this.level,n=1<<t,i=e.x%n,o=e.y%n;if(this.subdivisionScheme===Vr.OCTREE){let r=e.z%n;return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:t,x:i,y:o,z:r})}return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:t,x:i,y:o})};vo.prototype.getChildCoordinates=function(e){let t=this.level+1,n=2*this.x+e%2,i=2*this.y+Math.floor(e/2)%2;if(this.subdivisionScheme===Vr.OCTREE){let o=2*this.z+Math.floor(e/4)%2;return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:t,x:n,y:i,z:o})}return new vo({subdivisionScheme:this.subdivisionScheme,subtreeLevels:this.subtreeLevels,level:t,x:n,y:i})};vo.prototype.getSubtreeCoordinates=function(){return this.getAncestorCoordinates(this.level%this.subtreeLevels)};vo.prototype.getParentSubtreeCoordinates=function(){return this.getAncestorCoordinates(this.level%this.subtreeLevels+this.subtreeLevels)};vo.prototype.isAncestor=function(e){let t=e.level-this.level;if(t<=0)return!1;let n=e.x>>t,i=e.y>>t,o=this.x===n,r=this.y===i;if(this.subdivisionScheme===Vr.OCTREE){let s=e.z>>t,a=this.z===s;return o&&r&&a}return o&&r};vo.prototype.isEqual=function(e){return this.subdivisionScheme===e.subdivisionScheme&&this.subtreeLevels===e.subtreeLevels&&this.level===e.level&&this.x===e.x&&this.y===e.y&&(this.subdivisionScheme===Vr.OCTREE?this.z===e.z:!0)};vo.prototype.isImplicitTilesetRoot=function(){return this.level===0};vo.prototype.isSubtreeRoot=function(){return this.level%this.subtreeLevels===0};vo.prototype.isBottomOfSubtree=function(){return this.level%this.subtreeLevels===this.subtreeLevels-1};vo.prototype.getTemplateValues=function(){let e={level:this.level,x:this.x,y:this.y};return this.subdivisionScheme===Vr.OCTREE&&(e.z=this.z),e};var Coe=[0,0,0];vo.fromMortonIndex=function(e,t,n,i){let o;return e===Vr.OCTREE?(o=Sy.decode3D(i,Coe),new vo({subdivisionScheme:e,subtreeLevels:t,level:n,x:o[0],y:o[1],z:o[2]})):(o=Sy.decode2D(i,Coe),new vo({subdivisionScheme:e,subtreeLevels:t,level:n,x:o[0],y:o[1]}))};vo.fromTileIndex=function(e,t,n){let i,o,r;return e===Vr.OCTREE?(i=Math.floor(I.log2(7*n+1)/3),o=((1<<3*i)-1)/7,r=n-o):(i=Math.floor(I.log2(3*n+1)/2),o=((1<<2*i)-1)/3,r=n-o),vo.fromMortonIndex(e,t,i,r)};var RF=vo;function Ss(e){e=y(e,y.EMPTY_OBJECT),this._url=void 0,this._basePath=void 0,this._root=void 0,this._resource=void 0,this._asset=void 0,this._properties=void 0,this._geometricError=void 0,this._extensionsUsed=void 0,this._extensions=void 0,this._modelUpAxis=void 0,this._modelForwardAxis=void 0,this._cache=new DF,this._processingQueue=[],this._selectedTiles=[],this._emptyTiles=[],this._requestedTiles=[],this._selectedTilesToStyle=[],this._loadTimestamp=void 0,this._timeSinceLoad=0,this._updatedVisibilityFrame=0,this._updatedModelMatrixFrame=0,this._modelMatrixChanged=!1,this._previousModelMatrix=void 0,this._extras=void 0,this._credits=void 0,this._showCreditsOnScreen=y(e.showCreditsOnScreen,!1),this._cullWithChildrenBounds=y(e.cullWithChildrenBounds,!0),this._allTilesAdditive=!0,this._hasMixedContent=!1,this._stencilClearCommand=void 0,this._backfaceCommands=new hu,this._maximumScreenSpaceError=y(e.maximumScreenSpaceError,16),this._maximumMemoryUsage=y(e.maximumMemoryUsage,512),this._styleEngine=new OF,this._styleApplied=!1,this._modelMatrix=l(e.modelMatrix)?F.clone(e.modelMatrix):F.clone(F.IDENTITY),this._statistics=new W_,this._statisticsLast=new W_,this._statisticsPerPass=new Array($o.NUMBER_OF_PASSES);for(let r=0;r<$o.NUMBER_OF_PASSES;++r)this._statisticsPerPass[r]=new W_;this._requestedTilesInFlight=[],this._maximumPriority={foveatedFactor:-Number.MAX_VALUE,depth:-Number.MAX_VALUE,distance:-Number.MAX_VALUE,reverseScreenSpaceError:-Number.MAX_VALUE},this._minimumPriority={foveatedFactor:Number.MAX_VALUE,depth:Number.MAX_VALUE,distance:Number.MAX_VALUE,reverseScreenSpaceError:Number.MAX_VALUE},this._heatmap=new PF(e.debugHeatmapTilePropertyName),this.cullRequestsWhileMoving=y(e.cullRequestsWhileMoving,!0),this._cullRequestsWhileMoving=!1,this.cullRequestsWhileMovingMultiplier=y(e.cullRequestsWhileMovingMultiplier,60),this.progressiveResolutionHeightFraction=I.clamp(y(e.progressiveResolutionHeightFraction,.3),0,.5),this.preferLeaves=y(e.preferLeaves,!1),this._tilesLoaded=!1,this._initialTilesLoaded=!1,this._tileDebugLabels=void 0,this._classificationType=e.classificationType,this._ellipsoid=y(e.ellipsoid,ie.WGS84),this._initialClippingPlanesOriginMatrix=F.IDENTITY,this._clippingPlanesOriginMatrix=void 0,this._clippingPlanesOriginMatrixDirty=!0,this._vectorClassificationOnly=y(e.vectorClassificationOnly,!1),this._vectorKeepDecodedPositions=y(e.vectorKeepDecodedPositions,!1),this.preloadWhenHidden=y(e.preloadWhenHidden,!1),this.preloadFlightDestinations=y(e.preloadFlightDestinations,!0),this._pass=void 0,this.dynamicScreenSpaceError=y(e.dynamicScreenSpaceError,!1),this.foveatedScreenSpaceError=y(e.foveatedScreenSpaceError,!0),this._foveatedConeSize=y(e.foveatedConeSize,.1),this._foveatedMinimumScreenSpaceErrorRelaxation=y(e.foveatedMinimumScreenSpaceErrorRelaxation,0),this.foveatedInterpolationCallback=y(e.foveatedInterpolationCallback,I.lerp),this.foveatedTimeDelay=y(e.foveatedTimeDelay,.2),this.dynamicScreenSpaceErrorDensity=.00278,this.dynamicScreenSpaceErrorFactor=4,this.dynamicScreenSpaceErrorHeightFalloff=.25,this._dynamicScreenSpaceErrorComputedDensity=0,this.shadows=y(e.shadows,hn.ENABLED),this.show=y(e.show,!0),this.colorBlendMode=bl.HIGHLIGHT,this.colorBlendAmount=.5,this._pointCloudShading=new Im(e.pointCloudShading),this._pointCloudEyeDomeLighting=new C_,this.loadProgress=new _e,this.allTilesLoaded=new _e,this.initialTilesLoaded=new _e,this.tileLoad=new _e,this.tileUnload=new _e,this.tileFailed=new _e,this.tileVisible=new _e,this.skipLevelOfDetail=y(e.skipLevelOfDetail,!1),this._skipLevelOfDetail=this.skipLevelOfDetail,this._disableSkipLevelOfDetail=!1,this.baseScreenSpaceError=y(e.baseScreenSpaceError,1024),this.skipScreenSpaceErrorFactor=y(e.skipScreenSpaceErrorFactor,16),this.skipLevels=y(e.skipLevels,1),this.immediatelyLoadDesiredLevelOfDetail=y(e.immediatelyLoadDesiredLevelOfDetail,!1),this.loadSiblings=y(e.loadSiblings,!1),this._clippingPlanes=void 0,this.clippingPlanes=e.clippingPlanes,l(e.imageBasedLighting)?(this._imageBasedLighting=e.imageBasedLighting,this._shouldDestroyImageBasedLighting=!1):(this._imageBasedLighting=new qC,this._shouldDestroyImageBasedLighting=!0),this.lightColor=e.lightColor,this.backFaceCulling=y(e.backFaceCulling,!0),this._enableShowOutline=y(e.enableShowOutline,!0),this.showOutline=y(e.showOutline,!0),this.outlineColor=y(e.outlineColor,U.BLACK),this.splitDirection=y(e.splitDirection,Wc.NONE),this._projectTo2D=y(e.projectTo2D,!1),this.debugFreezeFrame=y(e.debugFreezeFrame,!1),this.debugColorizeTiles=y(e.debugColorizeTiles,!1),this._enableDebugWireframe=y(e.enableDebugWireframe,!1),this.debugWireframe=y(e.debugWireframe,!1),this.debugWireframe===!0&&this._enableDebugWireframe===!1&&Dt("tileset-debug-wireframe-ignored","enableDebugWireframe must be set to true in the Cesium3DTileset constructor, otherwise debugWireframe will be ignored."),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.debugShowContentBoundingVolume=y(e.debugShowContentBoundingVolume,!1),this.debugShowViewerRequestVolume=y(e.debugShowViewerRequestVolume,!1),this._tileDebugLabels=void 0,this.debugPickedTileLabelOnly=!1,this.debugPickedTile=void 0,this.debugPickPosition=void 0,this.debugShowGeometricError=y(e.debugShowGeometricError,!1),this.debugShowRenderingStatistics=y(e.debugShowRenderingStatistics,!1),this.debugShowMemoryUsage=y(e.debugShowMemoryUsage,!1),this.debugShowUrl=y(e.debugShowUrl,!1),this.examineVectorLinesFunction=void 0,this._metadataExtension=void 0,this._customShader=e.customShader;let t=y(e.featureIdLabel,"featureId_0");typeof t=="number"&&(t=`featureId_${t}`),this._featureIdLabel=t;let n=y(e.instanceFeatureIdLabel,"instanceFeatureId_0");typeof n=="number"&&(n=`instanceFeatureId_${n}`),this._instanceFeatureIdLabel=n,this._schemaLoader=void 0;let i=this,o;this._readyPromise=Promise.resolve(e.url).then(function(r){let s;return o=Pe.createIfNeeded(r),i._resource=o,i._credits=o.credits,o.extension==="json"?s=o.getBaseUri(!0):o.isDataUri&&(s=""),i._url=o.url,i._basePath=s,Ss.loadJson(o)}).then(function(r){if(!i.isDestroyed())return h8e(i,r)}).then(function(r){if(i.isDestroyed())return;i._root=i.loadTileset(o,r);let s=l(r.asset.gltfUpAxis)?So.fromName(r.asset.gltfUpAxis):So.Y,a=y(e.modelUpAxis,s),c=y(e.modelForwardAxis,So.X),u=r.asset;i._asset=u,i._properties=r.properties,i._geometricError=r.geometricError,i._extensionsUsed=r.extensionsUsed,i._extensions=r.extensions,i._modelUpAxis=a,i._modelForwardAxis=c,i._extras=r.extras;let f=u.extras;if(l(f)&&l(f.cesium)&&l(f.cesium.credits)){let m=f.cesium.credits,A=i._credits;l(A)||(A=[],i._credits=A);for(let C=0;C<m.length;++C){let x=m[C];A.push(new Yt(x.html,i._showCreditsOnScreen))}}let p=i._root.createBoundingVolume(r.root.boundingVolume,F.IDENTITY).boundingSphere.center,g=i._ellipsoid.cartesianToCartographic(p);return l(g)&&g.height>oi._defaultMinTerrainHeight&&(i._initialClippingPlanesOriginMatrix=vt.eastNorthUpToFixedFrame(p)),i._clippingPlanesOriginMatrix=F.clone(i._initialClippingPlanesOriginMatrix),i})}Object.defineProperties(Ss.prototype,{isCesium3DTileset:{get:function(){return!0}},asset:{get:function(){return this._asset}},extensions:{get:function(){return this._extensions}},clippingPlanes:{get:function(){return this._clippingPlanes},set:function(e){Ys.setOwner(e,this,"_clippingPlanes")}},properties:{get:function(){return this._properties}},ready:{get:function(){return l(this._root)}},readyPromise:{get:function(){return this._readyPromise}},tilesLoaded:{get:function(){return this._tilesLoaded}},resource:{get:function(){return this._resource}},basePath:{get:function(){return Xr("Cesium3DTileset.basePath","Cesium3DTileset.basePath has been deprecated. All tiles are relative to the url of the tileset JSON file that contains them. Use the url property instead."),this._basePath}},style:{get:function(){return this._styleEngine.style},set:function(e){this._styleEngine.style=e}},customShader:{get:function(){return this._customShader},set:function(e){this._customShader=e}},metadataExtension:{get:function(){return this._metadataExtension}},metadata:{get:function(){if(l(this._metadataExtension))return this._metadataExtension.tileset}},schema:{get:function(){if(l(this._metadataExtension))return this._metadataExtension.schema}},maximumScreenSpaceError:{get:function(){return this._maximumScreenSpaceError},set:function(e){this._maximumScreenSpaceError=e}},maximumMemoryUsage:{get:function(){return this._maximumMemoryUsage},set:function(e){this._maximumMemoryUsage=e}},pointCloudShading:{get:function(){return this._pointCloudShading},set:function(e){this._pointCloudShading=e}},root:{get:function(){return this._root}},boundingSphere:{get:function(){return this._root.updateTransform(this._modelMatrix),this._root.boundingSphere}},modelMatrix:{get:function(){return this._modelMatrix},set:function(e){this._modelMatrix=F.clone(e,this._modelMatrix)}},timeSinceLoad:{get:function(){return this._timeSinceLoad}},totalMemoryUsageInBytes:{get:function(){let e=this._statistics;return e.texturesByteLength+e.geometryByteLength+e.batchTableByteLength}},clippingPlanesOriginMatrix:{get:function(){return l(this._clippingPlanesOriginMatrix)?(this._clippingPlanesOriginMatrixDirty&&(F.multiply(this.root.computedTransform,this._initialClippingPlanesOriginMatrix,this._clippingPlanesOriginMatrix),this._clippingPlanesOriginMatrixDirty=!1),this._clippingPlanesOriginMatrix):F.IDENTITY}},styleEngine:{get:function(){return this._styleEngine}},statistics:{get:function(){return this._statistics}},classificationType:{get:function(){return this._classificationType}},ellipsoid:{get:function(){return this._ellipsoid}},foveatedConeSize:{get:function(){return this._foveatedConeSize},set:function(e){this._foveatedConeSize=e}},foveatedMinimumScreenSpaceErrorRelaxation:{get:function(){return this._foveatedMinimumScreenSpaceErrorRelaxation},set:function(e){this._foveatedMinimumScreenSpaceErrorRelaxation=e}},extras:{get:function(){return this._extras}},imageBasedLighting:{get:function(){return this._imageBasedLighting},set:function(e){e!==this._imageBasedLighting&&(this._shouldDestroyImageBasedLighting&&!this._imageBasedLighting.isDestroyed()&&this._imageBasedLighting.destroy(),this._imageBasedLighting=e,this._shouldDestroyImageBasedLighting=!1)}},vectorClassificationOnly:{get:function(){return this._vectorClassificationOnly}},vectorKeepDecodedPositions:{get:function(){return this._vectorKeepDecodedPositions}},showCreditsOnScreen:{get:function(){return this._showCreditsOnScreen},set:function(e){this._showCreditsOnScreen=e}},featureIdLabel:{get:function(){return this._featureIdLabel},set:function(e){typeof e=="number"&&(e=`featureId_${e}`),this._featureIdLabel=e}},instanceFeatureIdLabel:{get:function(){return this._instanceFeatureIdLabel},set:function(e){typeof e=="number"&&(e=`instanceFeatureId_${e}`),this._instanceFeatureIdLabel=e}}});Ss.loadJson=function(e){return Pe.createIfNeeded(e).fetchJson()};Ss.prototype.makeStyleDirty=function(){this._styleEngine.makeDirty()};Ss.prototype.loadTileset=function(e,t,n){let i=t.asset;if(!l(i))throw new de("Tileset must have an asset property.");if(i.version!=="0.0"&&i.version!=="1.0"&&i.version!=="1.1")throw new de("The tileset must be 3D Tiles version 0.0, 1.0, or 1.1");l(t.extensionsRequired)&&Ss.checkSupportedExtensions(t.extensionsRequired);let o=this._statistics,r=i.tilesetVersion;l(r)&&(this._basePath+=`?v=${r}`,e=e.clone(),e.setQueryParameters({v:r}));let s=xoe(this,e,t.root,n);l(n)&&(n.children.push(s),s._depth=n._depth+1);let a=[];for(a.push(s);a.length>0;){let c=a.pop();++o.numberOfTilesTotal,this._allTilesAdditive=this._allTilesAdditive&&c.refine===Dr.ADD;let u=c._header.children;if(l(u)){let f=u.length;for(let d=0;d<f;++d){let p=u[d],g=xoe(this,e,p,c);c.children.push(g),g._depth=c._depth+1,a.push(g)}}this._cullWithChildrenBounds&&SF.checkChildrenWithinParent(c)}return s};function xoe(e,t,n,i){if(l(n.implicitTiling)||Ui(n,"3DTILES_implicit_tiling")){let r=e.schema,s=new BF(t,n,r),a=new RF({subdivisionScheme:s.subdivisionScheme,subtreeLevels:s.subtreeLevels,level:0,x:0,y:0,z:0}),c=s.subtreeUriTemplate.getDerivedResource({templateValues:a.getTemplateValues()}).url,f=$e(n,!0);f.contents=[{uri:c}],delete f.content,delete f.extensions;let d=new bw(e,t,f,i);return d.implicitTileset=s,d.implicitCoordinates=a,d}return new bw(e,t,n,i)}function h8e(e,t){let n=Ui(t,"3DTILES_metadata")?t.extensions["3DTILES_metadata"]:t,i;if(l(n.schemaUri)){let o=e._resource.getDerivedResource({url:n.schemaUri});i=fo.loadSchema({resource:o})}else if(l(n.schema))i=fo.loadSchema({schema:n.schema});else return Promise.resolve(t);return e._schemaLoader=i,i.promise.then(function(o){return e._metadataExtension=new bF({schema:o.schema,metadataJson:n}),t})}var Toe=new h,m8e=new he,p8e=new F,_8e=new h,g8e=new h,y8e=new h;function A8e(e,t){let n,i,o,r,s,a=t.camera,c=e._root,u=c.contentBoundingVolume;if(u instanceof Vf)n=h.normalize(a.positionWC,Toe),i=a.directionWC,o=a.positionCartographic.height,r=u.minimumHeight,s=u.maximumHeight;else{let x=F.inverseTransformation(c.computedTransform,p8e),b=t.mapProjection.ellipsoid,E=u.boundingVolume,S=F.multiplyByPoint(x,E.center,_8e);if(h.magnitude(S)>b.minimumRadius){let D=he.fromCartesian(S,b,m8e);n=h.normalize(a.positionWC,Toe),i=a.directionWC,o=a.positionCartographic.height,r=0,s=D.height*2}else{let D=F.multiplyByPoint(x,a.positionWC,g8e);if(n=h.UNIT_Z,i=F.multiplyByPointAsVector(x,a.directionWC,y8e),i=h.normalize(i,i),o=D.z,u instanceof zf){let v=c._header.boundingVolume.box[11];r=S.z-v,s=S.z+v}else if(u instanceof H_){let v=E.radius;r=S.z-v,s=S.z+v}}}let f=e.dynamicScreenSpaceErrorHeightFalloff,d=r+(s-r)*f,p=s,g=I.clamp((o-d)/(p-d),0,1),A=1-Math.abs(h.dot(i,n));A=A*(1-g);let C=e.dynamicScreenSpaceErrorDensity;C*=A,e._dynamicScreenSpaceErrorComputedDensity=C}function C8e(e,t){if(t.hasEmptyContent)return;let n=e._statistics,i=t.contentExpired,o=t.requestContent();if(o>0){n.numberOfAttemptedRequests+=o;return}i&&(t.hasTilesetContent||t.hasImplicitContent?B8e(e,t):(n.decrementLoadCounts(t.content),--n.numberOfTilesWithContentReady)),e._requestedTilesInFlight.push(t),t.contentReadyToProcessPromise.then(b8e(e,t)).catch(function(r){}),t.contentReadyPromise.then(w8e(e,t)).catch(S8e(e,t))}function x8e(e,t){return e._priority-t._priority}Ss.prototype.postPassesUpdate=function(e){!this.ready||(T8e(this,e),M8e(this,e),this._cache.unloadTiles(this,Soe),this._styleApplied&&this._styleEngine.resetDirty(),this._styleApplied=!1)};Ss.prototype.prePassesUpdate=function(e){if(!this.ready)return;v8e(this,e);let t=this._clippingPlanes;this._clippingPlanesOriginMatrixDirty=!0,l(t)&&t.enabled&&t.update(e),l(this._loadTimestamp)||(this._loadTimestamp=$.clone(e.time)),this._timeSinceLoad=Math.max($.secondsDifference(e.time,this._loadTimestamp)*1e3,0),this._skipLevelOfDetail=this.skipLevelOfDetail&&!l(this._classificationType)&&!this._disableSkipLevelOfDetail&&!this._allTilesAdditive,this.dynamicScreenSpaceError&&A8e(this,e),e.newFrame&&this._cache.reset()};function T8e(e,t){let n=e._requestedTilesInFlight,i=0,o=n.length;for(let r=0;r<o;++r){let s=n[r],a=t.frameNumber-s._touchedFrame>=1;if(s._contentState!==Eo.LOADING){++i;continue}else if(a){s.cancelRequests(),++i;continue}i>0&&(n[r-i]=s)}n.length-=i}function E8e(e,t){let n=e._requestedTiles,i=n.length;n.sort(x8e);for(let o=0;o<i;++o)C8e(e,n[o])}function b8e(e,t){return function(){e._processingQueue.push(t),++e._statistics.numberOfTilesProcessing}}function S8e(e,t){return function(n){if(t._contentState!==Eo.FAILED)return;let i=t._contentResource.url,o=l(n.message)?n.message:n.toString();e.tileFailed.numberOfListeners>0?e.tileFailed.raiseEvent({url:i,message:o}):(console.log(`A 3D tile failed to load: ${i}`),console.log(`Error: ${o}`))}}function w8e(e,t){return function(n){--e._statistics.numberOfTilesProcessing,l(n)&&(!t.hasTilesetContent&&!t.hasImplicitContent&&(e._statistics.incrementLoadCounts(t.content),++e._statistics.numberOfTilesWithContentReady,++e._statistics.numberOfLoadedTilesTotal,e._cache.add(t)),e.tileLoad.raiseEvent(t))}}function D8e(e){let t=e._processingQueue,n=t.length,i=0;for(let o=0;o<n;++o){let r=t[o];if(r._contentState!==Eo.PROCESSING){++i;continue}i>0&&(t[o-i]=r)}t.length-=i}function v8e(e,t){D8e(e);let n=e._processingQueue,i=n.length;for(let o=0;o<i;++o)n[o].process(e,t)}var MF=new h,P8e={maximumFractionDigits:3};function Eoe(e){let t=e/1048576;return t<1?t.toLocaleString(void 0,P8e):Math.round(t).toLocaleString()}function T6(e){let t=e.boundingVolume.boundingVolume,n=t.halfAxes,i=t.radius,o=h.clone(t.center,MF);if(l(n))o.x+=.75*(n[0]+n[3]+n[6]),o.y+=.75*(n[1]+n[4]+n[7]),o.z+=.75*(n[2]+n[5]+n[8]);else if(l(i)){let r=h.normalize(t.center,MF);r=h.multiplyByScalar(r,.75*i,MF),o=h.add(r,t.center,MF)}return o}function E6(e,t,n){let i="",o=0;if(t.debugShowGeometricError&&(i+=`
Geometric error: ${e.geometricError}`,o++),t.debugShowRenderingStatistics&&(i+=`
Commands: ${e.commandsLength}`,o++,e.content.pointsLength>0&&(i+=`
Points: ${e.content.pointsLength}`,o++),e.content.trianglesLength>0&&(i+=`
Triangles: ${e.content.trianglesLength}`,o++),i+=`
Features: ${e.content.featuresLength}`,o++),t.debugShowMemoryUsage&&(i+=`
Texture Memory: ${Eoe(e.content.texturesByteLength)}`,i+=`
Geometry Memory: ${Eoe(e.content.geometryByteLength)}`,o+=2),t.debugShowUrl)if(e.hasMultipleContents){i+=`
Urls:`;let s=e.content.innerContentUrls;for(let a=0;a<s.length;a++)i+=`
- ${s[a]}`;o+=s.length}else i+=`
Url: ${e._contentHeader.uri}`,o++;let r={text:i.substring(1),position:n,font:`${19-o}px sans-serif`,showBackground:!0,disableDepthTestDistance:Number.POSITIVE_INFINITY};return t._tileDebugLabels.add(r)}function I8e(e,t){let n,i,o=e._selectedTiles,r=o.length,s=e._emptyTiles,a=s.length;if(e._tileDebugLabels.removeAll(),e.debugPickedTileLabelOnly){if(l(e.debugPickedTile)){let c=l(e.debugPickPosition)?e.debugPickPosition:T6(e.debugPickedTile),u=E6(e.debugPickedTile,e,c);u.pixelOffset=new H(15,-15)}}else{for(n=0;n<r;++n)i=o[n],E6(i,e,T6(i));for(n=0;n<a;++n)i=s[n],(i.hasTilesetContent||i.hasImplicitContent)&&E6(i,e,T6(i))}e._tileDebugLabels.update(t)}function O8e(e,t,n){e._styleEngine.applyStyle(e),e._styleApplied=!0;let i=n.isRender,o=e._statistics,r=t.commandList,s=r.length,a=e._selectedTiles,c=a.length,u=e._emptyTiles,f=u.length,d=e.tileVisible,p,g,m=e._skipLevelOfDetail&&e._hasMixedContent&&t.context.stencilBuffer&&c>0;e._backfaceCommands.length=0,m&&(l(e._stencilClearCommand)||(e._stencilClearCommand=new ei({stencil:0,pass:xe.CESIUM_3D_TILE,renderState:Ne.fromCache({stencilMask:wt.SKIP_LOD_MASK})})),r.push(e._stencilClearCommand));let A=r.length;for(p=0;p<c;++p)g=a[p],i&&d.raiseEvent(g),g.update(e,t,n),o.incrementSelectionCounts(g.content),++o.selected;for(p=0;p<f;++p)g=u[p],g.update(e,t,n);let C=r.length-A;if(e._backfaceCommands.trim(),m){let x=e._backfaceCommands.values,b=x.length;for(r.length+=b,p=C-1;p>=0;--p)r[A+b+p]=r[A+p];for(p=0;p<b;++p)r[A+p]=x[p]}C=r.length-s,o.numberOfCommands=C,i&&e.pointCloudShading.attenuation&&e.pointCloudShading.eyeDomeLighting&&C>0&&e._pointCloudEyeDomeLighting.update(t,s,e.pointCloudShading,e.boundingSphere),i&&(e.debugShowGeometricError||e.debugShowRenderingStatistics||e.debugShowMemoryUsage||e.debugShowUrl?(l(e._tileDebugLabels)||(e._tileDebugLabels=new zm),I8e(e,t)):e._tileDebugLabels=e._tileDebugLabels&&e._tileDebugLabels.destroy())}var boe=[];function B8e(e,t){let n=t,i=boe;for(i.push(t);i.length>0;){t=i.pop();let o=t.children,r=o.length;for(let s=0;s<r;++s)i.push(o[s]);t!==n&&(R8e(e,t),--e._statistics.numberOfTilesTotal)}n.children=[]}function Soe(e,t){e.tileUnload.raiseEvent(t),e._statistics.decrementLoadCounts(t.content),--e._statistics.numberOfTilesWithContentReady,t.unloadContent()}function R8e(e,t){e._cache.unloadTile(e,t,Soe),t.destroy()}Ss.prototype.trimLoadedTiles=function(){this._cache.trim()};function M8e(e,t){let n=e._statistics,i=e._statisticsLast,o=n.numberOfPendingRequests,r=n.numberOfTilesProcessing,s=i.numberOfPendingRequests,a=i.numberOfTilesProcessing;W_.clone(n,i);let c=o!==s||r!==a;c&&t.afterRender.push(function(){e.loadProgress.raiseEvent(o,r)}),e._tilesLoaded=n.numberOfPendingRequests===0&&n.numberOfTilesProcessing===0&&n.numberOfAttemptedRequests===0,c&&e._tilesLoaded&&(t.afterRender.push(function(){e.allTilesLoaded.raiseEvent()}),e._initialTilesLoaded||(e._initialTilesLoaded=!0,t.afterRender.push(function(){e.initialTilesLoaded.raiseEvent()})))}function L8e(e){e._heatmap.resetMinimumMaximum(),e._minimumPriority.depth=Number.MAX_VALUE,e._maximumPriority.depth=-Number.MAX_VALUE,e._minimumPriority.foveatedFactor=Number.MAX_VALUE,e._maximumPriority.foveatedFactor=-Number.MAX_VALUE,e._minimumPriority.distance=Number.MAX_VALUE,e._maximumPriority.distance=-Number.MAX_VALUE,e._minimumPriority.reverseScreenSpaceError=Number.MAX_VALUE,e._maximumPriority.reverseScreenSpaceError=-Number.MAX_VALUE}function F8e(e,t){(t.frameNumber!==e._updatedModelMatrixFrame||!l(e._previousModelMatrix))&&(e._updatedModelMatrixFrame=t.frameNumber,e._modelMatrixChanged=!F.equals(e.modelMatrix,e._previousModelMatrix),e._modelMatrixChanged&&(e._previousModelMatrix=F.clone(e.modelMatrix,e._previousModelMatrix)))}function N8e(e,t,n,i){if(t.mode===ee.MORPHING||!e.ready)return!1;let o=e._statistics;o.clear();let r=i.isRender;++e._updatedVisibilityFrame,L8e(e),F8e(e,t),e._cullRequestsWhileMoving=e.cullRequestsWhileMoving&&!e._modelMatrixChanged;let s=i.traversal.selectTiles(e,t);if(i.requestTiles&&E8e(e),O8e(e,t,i),W_.clone(o,n),r){let a=e._credits;if(l(a)&&o.selected!==0){let c=a.length;for(let u=0;u<c;++u){let f=a[u];f.showOnScreen=e._showCreditsOnScreen,t.creditDisplay.addCredit(f)}}}return s}Ss.prototype.update=function(e){this.updateForPass(e,e.tilesetPassState)};Ss.prototype.updateForPass=function(e,t){let n=t.pass;if(n===$o.PRELOAD&&(!this.preloadWhenHidden||this.show)||n===$o.PRELOAD_FLIGHT&&(!this.preloadFlightDestinations||!this.show&&!this.preloadWhenHidden)||n===$o.REQUEST_RENDER_MODE_DEFER_CHECK&&(!this._cullRequestsWhileMoving&&this.foveatedTimeDelay<=0||!this.show))return;let i=e.commandList,o=e.camera,r=e.cullingVolume;t.ready=!1;let s=$o.getPassOptions(n),a=s.ignoreCommands,c=y(t.commandList,i),u=c.length;e.commandList=c,e.camera=y(t.camera,o),e.cullingVolume=y(t.cullingVolume,r);let f=this._statisticsPerPass[n];(this.show||a)&&(this._pass=n,t.ready=N8e(this,e,f,s)),a&&(c.length=u),e.commandList=i,e.camera=o,e.cullingVolume=r};Ss.prototype.hasExtension=function(e){return l(this._extensionsUsed)?this._extensionsUsed.indexOf(e)>-1:!1};Ss.prototype.isDestroyed=function(){return!1};Ss.prototype.destroy=function(){if(this._tileDebugLabels=this._tileDebugLabels&&this._tileDebugLabels.destroy(),this._clippingPlanes=this._clippingPlanes&&this._clippingPlanes.destroy(),l(this._schemaLoader)&&fo.unload(this._schemaLoader),l(this._root)){let e=boe;for(e.push(this._root);e.length>0;){let t=e.pop();t.destroy();let n=t.children,i=n.length;for(let o=0;o<i;++o)e.push(n[o])}}return this._root=void 0,this._shouldDestroyImageBasedLighting&&!this._imageBasedLighting.isDestroyed()&&this._imageBasedLighting.destroy(),this._imageBasedLighting=void 0,le(this)};Ss.supportedExtensions={"3DTILES_metadata":!0,"3DTILES_implicit_tiling":!0,"3DTILES_content_gltf":!0,"3DTILES_multiple_contents":!0,"3DTILES_bounding_volume_S2":!0,"3DTILES_batch_table_hierarchy":!0,"3DTILES_draco_point_compression":!0,MAXAR_content_geojson:!0};Ss.checkSupportedExtensions=function(e){for(let t=0;t<e.length;t++)if(!Ss.supportedExtensions[e[t]])throw new de(`Unsupported 3D Tiles Extension: ${e[t]}`)};var Bu=Ss;var k8e=new F;function j_(e,t){t.collectionChanged.addEventListener(j_.prototype._onCollectionChanged,this),this._scene=e,this._primitives=e.primitives,this._entityCollection=t,this._tilesetHash={},this._entitiesToVisualize=new gt,this._onCollectionChanged(t,t.values,[],[])}j_.prototype.update=function(e){let t=this._entitiesToVisualize.values,n=this._tilesetHash,i=this._primitives;for(let o=0,r=t.length;o<r;o++){let s=t[o],a=s._tileset,c,u=n[s.id],f=s.isShowing&&s.isAvailable(e)&&j.getValueOrDefault(a._show,e,!0),d;if(f&&(d=s.computeModelMatrix(e,k8e),c=Pe.createIfNeeded(j.getValueOrUndefined(a._uri,e))),!f){l(u)&&(u.tilesetPrimitive.show=!1);continue}let p=l(u)?u.tilesetPrimitive:void 0;(!l(p)||c.url!==u.url)&&(l(p)&&(i.removeAndDestroy(p),delete n[s.id]),p=new Bu({url:c}),p.id=s,i.add(p),u={tilesetPrimitive:p,url:c.url,loadFail:!1},n[s.id]=u,V8e(p,s,n)),p.show=!0,l(d)&&(p.modelMatrix=d),p.maximumScreenSpaceError=j.getValueOrDefault(a.maximumScreenSpaceError,e,p.maximumScreenSpaceError)}return!0};j_.prototype.isDestroyed=function(){return!1};j_.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(j_.prototype._onCollectionChanged,this);let e=this._entitiesToVisualize.values,t=this._tilesetHash,n=this._primitives;for(let i=e.length-1;i>-1;i--)b6(this,e[i],t,n);return le(this)};j_.prototype.getBoundingSphere=function(e,t){let n=this._tilesetHash[e.id];if(!l(n)||n.loadFail)return nt.FAILED;let i=n.tilesetPrimitive;return!l(i)||!i.show?nt.FAILED:i.ready?(re.clone(i.boundingSphere,t),nt.DONE):nt.PENDING};j_.prototype._onCollectionChanged=function(e,t,n,i){let o,r,s=this._entitiesToVisualize,a=this._tilesetHash,c=this._primitives;for(o=t.length-1;o>-1;o--)r=t[o],l(r._tileset)&&s.set(r.id,r);for(o=i.length-1;o>-1;o--)r=i[o],l(r._tileset)?s.set(r.id,r):(b6(this,r,a,c),s.remove(r.id));for(o=n.length-1;o>-1;o--)r=n[o],b6(this,r,a,c),s.remove(r.id)};function b6(e,t,n,i){let o=n[t.id];l(o)&&(i.removeAndDestroy(o.tilesetPrimitive),delete n[t.id])}function V8e(e,t,n){e.readyPromise.catch(function(i){console.error(i),n[t.id].loadFail=!0})}var LF=j_;var U8e=U.WHITE,z8e=U.BLACK,H8e=new H(2,2);function Xx(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._evenColor=void 0,this._evenColorSubscription=void 0,this._oddColor=void 0,this._oddColorSubscription=void 0,this._repeat=void 0,this._repeatSubscription=void 0,this.evenColor=e.evenColor,this.oddColor=e.oddColor,this.repeat=e.repeat}Object.defineProperties(Xx.prototype,{isConstant:{get:function(){return j.isConstant(this._evenColor)&&j.isConstant(this._oddColor)&&j.isConstant(this._repeat)}},definitionChanged:{get:function(){return this._definitionChanged}},evenColor:ae("evenColor"),oddColor:ae("oddColor"),repeat:ae("repeat")});Xx.prototype.getType=function(e){return"Checkerboard"};Xx.prototype.getValue=function(e,t){return l(t)||(t={}),t.lightColor=j.getValueOrClonedDefault(this._evenColor,e,U8e,t.lightColor),t.darkColor=j.getValueOrClonedDefault(this._oddColor,e,z8e,t.darkColor),t.repeat=j.getValueOrDefault(this._repeat,e,H8e),t};Xx.prototype.equals=function(e){return this===e||e instanceof Xx&&j.equals(this._evenColor,e._evenColor)&&j.equals(this._oddColor,e._oddColor)&&j.equals(this._repeat,e._repeat)};var Pw=Xx;var woe={id:void 0};function Iw(e){if(e._firing){e._refire=!0;return}if(e._suspendCount===0){let t=e._addedEntities,n=e._removedEntities,i=e._changedEntities;if(i.length!==0||t.length!==0||n.length!==0){e._firing=!0;do{e._refire=!1;let o=t.values.slice(0),r=n.values.slice(0),s=i.values.slice(0);t.removeAll(),n.removeAll(),i.removeAll(),e._collectionChanged.raiseEvent(e,o,r,s)}while(e._refire);e._firing=!1}}}function ba(e){this._owner=e,this._entities=new gt,this._addedEntities=new gt,this._removedEntities=new gt,this._changedEntities=new gt,this._suspendCount=0,this._collectionChanged=new _e,this._id=kn(),this._show=!0,this._firing=!1,this._refire=!1}ba.prototype.suspendEvents=function(){this._suspendCount++};ba.prototype.resumeEvents=function(){this._suspendCount--,Iw(this)};Object.defineProperties(ba.prototype,{collectionChanged:{get:function(){return this._collectionChanged}},id:{get:function(){return this._id}},values:{get:function(){return this._entities.values}},show:{get:function(){return this._show},set:function(e){if(e===this._show)return;this.suspendEvents();let t,n=[],i=this._entities.values,o=i.length;for(t=0;t<o;t++)n.push(i[t].isShowing);for(this._show=e,t=0;t<o;t++){let r=n[t],s=i[t];r!==s.isShowing&&s.definitionChanged.raiseEvent(s,"isShowing",s.isShowing,r)}this.resumeEvents()}},owner:{get:function(){return this._owner}}});ba.prototype.computeAvailability=function(){let e=ke.MAXIMUM_VALUE,t=ke.MINIMUM_VALUE,n=this._entities.values;for(let i=0,o=n.length;i<o;i++){let s=n[i].availability;if(l(s)){let a=s.start,c=s.stop;$.lessThan(a,e)&&!a.equals(ke.MINIMUM_VALUE)&&(e=a),$.greaterThan(c,t)&&!c.equals(ke.MAXIMUM_VALUE)&&(t=c)}}return ke.MAXIMUM_VALUE.equals(e)&&(e=ke.MINIMUM_VALUE),ke.MINIMUM_VALUE.equals(t)&&(t=ke.MAXIMUM_VALUE),new gn({start:e,stop:t})};ba.prototype.add=function(e){e instanceof Ko||(e=new Ko(e));let t=e.id,n=this._entities;if(n.contains(t))throw new de(`An entity with id ${t} already exists in this collection.`);return e.entityCollection=this,n.set(t,e),this._removedEntities.remove(t)||this._addedEntities.set(t,e),e.definitionChanged.addEventListener(ba.prototype._onEntityDefinitionChanged,this),Iw(this),e};ba.prototype.remove=function(e){return l(e)?this.removeById(e.id):!1};ba.prototype.contains=function(e){return this._entities.get(e.id)===e};ba.prototype.removeById=function(e){if(!l(e))return!1;let n=this._entities.get(e);return this._entities.remove(e)?(this._addedEntities.remove(e)||(this._removedEntities.set(e,n),this._changedEntities.remove(e)),this._entities.remove(e),n.definitionChanged.removeEventListener(ba.prototype._onEntityDefinitionChanged,this),Iw(this),!0):!1};ba.prototype.removeAll=function(){let e=this._entities,t=e.length,n=e.values,i=this._addedEntities,o=this._removedEntities;for(let r=0;r<t;r++){let s=n[r],a=s.id,c=i.get(a);l(c)||(s.definitionChanged.removeEventListener(ba.prototype._onEntityDefinitionChanged,this),o.set(a,s))}e.removeAll(),i.removeAll(),this._changedEntities.removeAll(),Iw(this)};ba.prototype.getById=function(e){return this._entities.get(e)};ba.prototype.getOrCreateEntity=function(e){let t=this._entities.get(e);return l(t)||(woe.id=e,t=new Ko(woe),this.add(t)),t};ba.prototype._onEntityDefinitionChanged=function(e){let t=e.id;this._addedEntities.contains(t)||this._changedEntities.set(t,e),Iw(this)};var ws=ba;var FF={id:void 0},Kx=new Array(2);function S6(e){let t=e.propertyNames,n=t.length;for(let i=0;i<n;i++)e[t[i]]=void 0;e._name=void 0,e._availability=void 0}function Doe(e,t,n,i){Kx[0]=n,Kx[1]=i.id,t[JSON.stringify(Kx)]=i.definitionChanged.addEventListener(yr.prototype._onDefinitionChanged,e)}function voe(e,t,n,i){Kx[0]=n,Kx[1]=i.id;let o=JSON.stringify(Kx);t[o](),t[o]=void 0}function q_(e){if(e._shouldRecomposite=!0,e._suspendCount!==0)return;let t=e._collections,n=t.length,i=e._collectionsCopy,o=i.length,r,s,a,c,u,f=e._composite,d=new ws(e),p=e._eventHash,g;for(r=0;r<o;r++)for(u=i[r],u.collectionChanged.removeEventListener(yr.prototype._onCollectionChanged,e),a=u.values,g=u.id,c=a.length-1;c>-1;c--)s=a[c],voe(e,p,g,s);for(r=n-1;r>=0;r--)for(u=t[r],u.collectionChanged.addEventListener(yr.prototype._onCollectionChanged,e),a=u.values,g=u.id,c=a.length-1;c>-1;c--){s=a[c],Doe(e,p,g,s);let A=d.getById(s.id);l(A)||(A=f.getById(s.id),l(A)?S6(A):(FF.id=s.id,A=new Ko(FF)),d.add(A)),A.merge(s)}e._collectionsCopy=t.slice(0),f.suspendEvents(),f.removeAll();let m=d.values;for(r=0;r<m.length;r++)f.add(m[r]);f.resumeEvents()}function yr(e,t){this._owner=t,this._composite=new ws(this),this._suspendCount=0,this._collections=l(e)?e.slice():[],this._collectionsCopy=[],this._id=kn(),this._eventHash={},q_(this),this._shouldRecomposite=!1}Object.defineProperties(yr.prototype,{collectionChanged:{get:function(){return this._composite._collectionChanged}},id:{get:function(){return this._id}},values:{get:function(){return this._composite.values}},owner:{get:function(){return this._owner}}});yr.prototype.addCollection=function(e,t){l(t)?this._collections.splice(t,0,e):(t=this._collections.length,this._collections.push(e)),q_(this)};yr.prototype.removeCollection=function(e){let t=this._collections.indexOf(e);return t!==-1?(this._collections.splice(t,1),q_(this),!0):!1};yr.prototype.removeAllCollections=function(){this._collections.length=0,q_(this)};yr.prototype.containsCollection=function(e){return this._collections.indexOf(e)!==-1};yr.prototype.contains=function(e){return this._composite.contains(e)};yr.prototype.indexOfCollection=function(e){return this._collections.indexOf(e)};yr.prototype.getCollection=function(e){return this._collections[e]};yr.prototype.getCollectionsLength=function(){return this._collections.length};function NF(e,t){return e.indexOf(t)}function Poe(e,t,n){let i=e._collections;if(t=I.clamp(t,0,i.length-1),n=I.clamp(n,0,i.length-1),t===n)return;let o=i[t];i[t]=i[n],i[n]=o,q_(e)}yr.prototype.raiseCollection=function(e){let t=NF(this._collections,e);Poe(this,t,t+1)};yr.prototype.lowerCollection=function(e){let t=NF(this._collections,e);Poe(this,t,t-1)};yr.prototype.raiseCollectionToTop=function(e){let t=NF(this._collections,e);t!==this._collections.length-1&&(this._collections.splice(t,1),this._collections.push(e),q_(this))};yr.prototype.lowerCollectionToBottom=function(e){let t=NF(this._collections,e);t!==0&&(this._collections.splice(t,1),this._collections.splice(0,0,e),q_(this))};yr.prototype.suspendEvents=function(){this._suspendCount++,this._composite.suspendEvents()};yr.prototype.resumeEvents=function(){this._suspendCount--,this._shouldRecomposite&&this._suspendCount===0&&(q_(this),this._shouldRecomposite=!1),this._composite.resumeEvents()};yr.prototype.computeAvailability=function(){return this._composite.computeAvailability()};yr.prototype.getById=function(e){return this._composite.getById(e)};yr.prototype._onCollectionChanged=function(e,t,n){let i=this._collectionsCopy,o=i.length,r=this._composite;r.suspendEvents();let s,a,c,u,f=n.length,d=this._eventHash,p=e.id;for(s=0;s<f;s++){let m=n[s];voe(this,d,p,m);let A=m.id;for(a=o-1;a>=0;a--)c=i[a].getById(A),l(c)&&(l(u)||(u=r.getById(A),S6(u)),u.merge(c));l(u)||r.removeById(A),u=void 0}let g=t.length;for(s=0;s<g;s++){let m=t[s];Doe(this,d,p,m);let A=m.id;for(a=o-1;a>=0;a--)c=i[a].getById(A),l(c)&&(l(u)||(u=r.getById(A),l(u)?S6(u):(FF.id=A,u=new Ko(FF),r.add(u))),u.merge(c));u=void 0}r.resumeEvents()};yr.prototype._onDefinitionChanged=function(e,t,n,i){let o=this._collections,r=this._composite,s=o.length,a=e.id,c=r.getById(a),u=c[t],f=!l(u),d=!0;for(let p=s-1;p>=0;p--){let g=o[p].getById(e.id);if(l(g)){let m=g[t];if(l(m)){if(d)if(d=!1,l(m.merge)&&l(m.clone))u=m.clone(u);else{u=m;break}u.merge(m)}}}f&&c.propertyNames.indexOf(t)===-1&&c.addProperty(t),c[t]=u};var Ioe=yr;function w6(){this._removalFunctions=[]}w6.prototype.add=function(e,t,n){let i=e.addEventListener(t,n);this._removalFunctions.push(i);let o=this;return function(){i();let r=o._removalFunctions;r.splice(r.indexOf(i),1)}};w6.prototype.removeAll=function(){let e=this._removalFunctions;for(let t=0,n=e.length;t<n;++t)e[t]();e.length=0};var vr=w6;function P6(e,t){return $.compare(e.start,t.start)}function Ar(e){if(this._intervals=[],this._changedEvent=new _e,l(e)){let t=e.length;for(let n=0;n<t;n++)this.addInterval(e[n])}}Object.defineProperties(Ar.prototype,{changedEvent:{get:function(){return this._changedEvent}},start:{get:function(){let e=this._intervals;return e.length===0?void 0:e[0].start}},isStartIncluded:{get:function(){let e=this._intervals;return e.length===0?!1:e[0].isStartIncluded}},stop:{get:function(){let e=this._intervals,t=e.length;return t===0?void 0:e[t-1].stop}},isStopIncluded:{get:function(){let e=this._intervals,t=e.length;return t===0?!1:e[t-1].isStopIncluded}},length:{get:function(){return this._intervals.length}},isEmpty:{get:function(){return this._intervals.length===0}}});Ar.prototype.equals=function(e,t){if(this===e)return!0;if(!(e instanceof Ar))return!1;let n=this._intervals,i=e._intervals,o=n.length;if(o!==i.length)return!1;for(let r=0;r<o;r++)if(!gn.equals(n[r],i[r],t))return!1;return!0};Ar.prototype.get=function(e){return this._intervals[e]};Ar.prototype.removeAll=function(){this._intervals.length>0&&(this._intervals.length=0,this._changedEvent.raiseEvent(this))};Ar.prototype.findIntervalContainingDate=function(e){let t=this.indexOf(e);return t>=0?this._intervals[t]:void 0};Ar.prototype.findDataForIntervalContainingDate=function(e){let t=this.indexOf(e);return t>=0?this._intervals[t].data:void 0};Ar.prototype.contains=function(e){return this.indexOf(e)>=0};var D6=new gn;Ar.prototype.indexOf=function(e){let t=this._intervals;D6.start=e,D6.stop=e;let n=jo(t,D6,P6);return n>=0?t[n].isStartIncluded?n:n>0&&t[n-1].stop.equals(e)&&t[n-1].isStopIncluded?n-1:~n:(n=~n,n>0&&n-1<t.length&&gn.contains(t[n-1],e)?n-1:~n)};Ar.prototype.findInterval=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.start,n=e.stop,i=e.isStartIncluded,o=e.isStopIncluded,r=this._intervals;for(let s=0,a=r.length;s<a;s++){let c=r[s];if((!l(t)||c.start.equals(t))&&(!l(n)||c.stop.equals(n))&&(!l(i)||c.isStartIncluded===i)&&(!l(o)||c.isStopIncluded===o))return r[s]}};Ar.prototype.addInterval=function(e,t){if(e.isEmpty)return;let n=this._intervals;if(n.length===0||$.greaterThan(e.start,n[n.length-1].stop)){n.push(e),this._changedEvent.raiseEvent(this);return}let i=jo(n,e,P6);i<0?i=~i:i>0&&e.isStartIncluded&&n[i-1].isStartIncluded&&n[i-1].start.equals(e.start)?--i:i<n.length&&!e.isStartIncluded&&n[i].isStartIncluded&&n[i].start.equals(e.start)&&++i;let o;for(i>0&&(o=$.compare(n[i-1].stop,e.start),(o>0||o===0&&(n[i-1].isStopIncluded||e.isStartIncluded))&&((l(t)?t(n[i-1].data,e.data):n[i-1].data===e.data)?($.greaterThan(e.stop,n[i-1].stop)?e=new gn({start:n[i-1].start,stop:e.stop,isStartIncluded:n[i-1].isStartIncluded,isStopIncluded:e.isStopIncluded,data:e.data}):e=new gn({start:n[i-1].start,stop:n[i-1].stop,isStartIncluded:n[i-1].isStartIncluded,isStopIncluded:n[i-1].isStopIncluded||e.stop.equals(n[i-1].stop)&&e.isStopIncluded,data:e.data}),n.splice(i-1,1),--i):(o=$.compare(n[i-1].stop,e.stop),(o>0||o===0&&n[i-1].isStopIncluded&&!e.isStopIncluded)&&n.splice(i,0,new gn({start:e.stop,stop:n[i-1].stop,isStartIncluded:!e.isStopIncluded,isStopIncluded:n[i-1].isStopIncluded,data:n[i-1].data})),n[i-1]=new gn({start:n[i-1].start,stop:e.start,isStartIncluded:n[i-1].isStartIncluded,isStopIncluded:!e.isStartIncluded,data:n[i-1].data}))));i<n.length&&(o=$.compare(e.stop,n[i].start),o>0||o===0&&(e.isStopIncluded||n[i].isStartIncluded));)if(l(t)?t(n[i].data,e.data):n[i].data===e.data)e=new gn({start:e.start,stop:$.greaterThan(n[i].stop,e.stop)?n[i].stop:e.stop,isStartIncluded:e.isStartIncluded,isStopIncluded:$.greaterThan(n[i].stop,e.stop)?n[i].isStopIncluded:e.isStopIncluded,data:e.data}),n.splice(i,1);else if(n[i]=new gn({start:e.stop,stop:n[i].stop,isStartIncluded:!e.isStopIncluded,isStopIncluded:n[i].isStopIncluded,data:n[i].data}),n[i].isEmpty)n.splice(i,1);else break;n.splice(i,0,e),this._changedEvent.raiseEvent(this)};Ar.prototype.removeInterval=function(e){if(e.isEmpty)return!1;let t=this._intervals,n=jo(t,e,P6);n<0&&(n=~n);let i=!1;for(n>0&&($.greaterThan(t[n-1].stop,e.start)||t[n-1].stop.equals(e.start)&&t[n-1].isStopIncluded&&e.isStartIncluded)&&(i=!0,($.greaterThan(t[n-1].stop,e.stop)||t[n-1].isStopIncluded&&!e.isStopIncluded&&t[n-1].stop.equals(e.stop))&&t.splice(n,0,new gn({start:e.stop,stop:t[n-1].stop,isStartIncluded:!e.isStopIncluded,isStopIncluded:t[n-1].isStopIncluded,data:t[n-1].data})),t[n-1]=new gn({start:t[n-1].start,stop:e.start,isStartIncluded:t[n-1].isStartIncluded,isStopIncluded:!e.isStartIncluded,data:t[n-1].data})),n<t.length&&!e.isStartIncluded&&t[n].isStartIncluded&&e.start.equals(t[n].start)&&(i=!0,t.splice(n,0,new gn({start:t[n].start,stop:t[n].start,isStartIncluded:!0,isStopIncluded:!0,data:t[n].data})),++n);n<t.length&&$.greaterThan(e.stop,t[n].stop);)i=!0,t.splice(n,1);return n<t.length&&e.stop.equals(t[n].stop)&&(i=!0,!e.isStopIncluded&&t[n].isStopIncluded?n+1<t.length&&t[n+1].start.equals(e.stop)&&t[n].data===t[n+1].data?(t.splice(n,1),t[n]=new gn({start:t[n].start,stop:t[n].stop,isStartIncluded:!0,isStopIncluded:t[n].isStopIncluded,data:t[n].data})):t[n]=new gn({start:e.stop,stop:e.stop,isStartIncluded:!0,isStopIncluded:!0,data:t[n].data}):t.splice(n,1)),n<t.length&&($.greaterThan(e.stop,t[n].start)||e.stop.equals(t[n].start)&&e.isStopIncluded&&t[n].isStartIncluded)&&(i=!0,t[n]=new gn({start:e.stop,stop:t[n].stop,isStartIncluded:!e.isStopIncluded,isStopIncluded:t[n].isStopIncluded,data:t[n].data})),i&&this._changedEvent.raiseEvent(this),i};Ar.prototype.intersect=function(e,t,n){let i=new Ar,o=0,r=0,s=this._intervals,a=e._intervals;for(;o<s.length&&r<a.length;){let c=s[o],u=a[r];if($.lessThan(c.stop,u.start))++o;else if($.lessThan(u.stop,c.start))++r;else{if(l(n)||l(t)&&t(c.data,u.data)||!l(t)&&u.data===c.data){let f=gn.intersect(c,u,new gn,n);f.isEmpty||i.addInterval(f,t)}$.lessThan(c.stop,u.stop)||c.stop.equals(u.stop)&&!c.isStopIncluded&&u.isStopIncluded?++o:++r}}return i};Ar.fromJulianDateArray=function(e,t){l(t)||(t=new Ar);let n=e.julianDates,i=n.length,o=e.dataCallback,r=y(e.isStartIncluded,!0),s=y(e.isStopIncluded,!0),a=y(e.leadingInterval,!1),c=y(e.trailingInterval,!1),u,f=0;a&&(++f,u=new gn({start:ke.MINIMUM_VALUE,stop:n[0],isStartIncluded:!0,isStopIncluded:!r}),u.data=l(o)?o(u,t.length):t.length,t.addInterval(u));for(let d=0;d<i-1;++d){let p=n[d],g=n[d+1];u=new gn({start:p,stop:g,isStartIncluded:t.length===f?r:!0,isStopIncluded:d===i-2?s:!1}),u.data=l(o)?o(u,t.length):t.length,t.addInterval(u),p=g}return c&&(u=new gn({start:n[i-1],stop:ke.MAXIMUM_VALUE,isStartIncluded:!s,isStopIncluded:!0}),u.data=l(o)?o(u,t.length):t.length,t.addInterval(u)),t};var Sa=new Ip,Ow=[0,31,28,31,30,31,30,31,31,30,31,30,31];function v6(e,t,n){l(n)||(n=new $),$.toGregorianDate(e,Sa);let i=Sa.millisecond+t.millisecond,o=Sa.second+t.second,r=Sa.minute+t.minute,s=Sa.hour+t.hour,a=Sa.day+t.day,c=Sa.month+t.month,u=Sa.year+t.year;for(i>=1e3&&(o+=Math.floor(i/1e3),i=i%1e3),o>=60&&(r+=Math.floor(o/60),o=o%60),r>=60&&(s+=Math.floor(r/60),r=r%60),s>=24&&(a+=Math.floor(s/24),s=s%24),Ow[2]=Op(u)?29:28;a>Ow[c]||c>=13;)a>Ow[c]&&(a-=Ow[c],++c),c>=13&&(--c,u+=Math.floor(c/12),c=c%12,++c),Ow[2]=Op(u)?29:28;return Sa.millisecond=i,Sa.second=o,Sa.minute=r,Sa.hour=s,Sa.day=a,Sa.month=c,Sa.year=u,$.fromGregorianDate(Sa,n)}var G8e=new $,W8e=/P(?:([\d.,]+)Y)?(?:([\d.,]+)M)?(?:([\d.,]+)W)?(?:([\d.,]+)D)?(?:T(?:([\d.,]+)H)?(?:([\d.,]+)M)?(?:([\d.,]+)S)?)?/;function Ooe(e,t){if(!l(e)||e.length===0)return!1;if(t.year=0,t.month=0,t.day=0,t.hour=0,t.minute=0,t.second=0,t.millisecond=0,e[0]==="P"){let n=e.match(W8e);if(!l(n))return!1;if(l(n[1])&&(t.year=Number(n[1].replace(",","."))),l(n[2])&&(t.month=Number(n[2].replace(",","."))),l(n[3])&&(t.day=Number(n[3].replace(",","."))*7),l(n[4])&&(t.day+=Number(n[4].replace(",","."))),l(n[5])&&(t.hour=Number(n[5].replace(",","."))),l(n[6])&&(t.minute=Number(n[6].replace(",","."))),l(n[7])){let i=Number(n[7].replace(",","."));t.second=Math.floor(i),t.millisecond=i%1*1e3}}else e[e.length-1]!=="Z"&&(e+="Z"),$.toGregorianDate($.fromIso8601(e,G8e),t);return t.year||t.month||t.day||t.hour||t.minute||t.second||t.millisecond}var Bw=new Ip;Ar.fromIso8601=function(e,t){let n=e.iso8601.split("/"),i=$.fromIso8601(n[0]),o=$.fromIso8601(n[1]),r=[];if(!Ooe(n[2],Bw))r.push(i,o);else{let s=$.clone(i);for(r.push(s);$.compare(s,o)<0;)s=v6(s,Bw),$.compare(o,s)<=0&&$.clone(o,s),r.push(s)}return Ar.fromJulianDateArray({julianDates:r,isStartIncluded:e.isStartIncluded,isStopIncluded:e.isStopIncluded,leadingInterval:e.leadingInterval,trailingInterval:e.trailingInterval,dataCallback:e.dataCallback},t)};Ar.fromIso8601DateArray=function(e,t){return Ar.fromJulianDateArray({julianDates:e.iso8601Dates.map(function(n){return $.fromIso8601(n)}),isStartIncluded:e.isStartIncluded,isStopIncluded:e.isStopIncluded,leadingInterval:e.leadingInterval,trailingInterval:e.trailingInterval,dataCallback:e.dataCallback},t)};Ar.fromIso8601DurationArray=function(e,t){let n=e.epoch,i=e.iso8601Durations,o=y(e.relativeToPrevious,!1),r=[],s,a,c=i.length;for(let u=0;u<c;++u)(Ooe(i[u],Bw)||u===0)&&(o&&l(a)?s=v6(a,Bw):s=v6(n,Bw),r.push(s),a=s);return Ar.fromJulianDateArray({julianDates:r,isStartIncluded:e.isStartIncluded,isStopIncluded:e.isStopIncluded,leadingInterval:e.leadingInterval,trailingInterval:e.trailingInterval,dataCallback:e.dataCallback},t)};var Pr=Ar;function j8e(e,t,n,i){function o(){n.raiseEvent(e)}let r=[];t.removeAll();let s=i.length;for(let a=0;a<s;a++){let c=i.get(a);l(c.data)&&r.indexOf(c.data)===-1&&t.add(c.data.definitionChanged,o)}}function wy(){this._eventHelper=new vr,this._definitionChanged=new _e,this._intervals=new Pr,this._intervals.changedEvent.addEventListener(wy.prototype._intervalsChanged,this)}Object.defineProperties(wy.prototype,{isConstant:{get:function(){return this._intervals.isEmpty}},definitionChanged:{get:function(){return this._definitionChanged}},intervals:{get:function(){return this._intervals}}});wy.prototype.getValue=function(e,t){let n=this._intervals.findDataForIntervalContainingDate(e);if(l(n))return n.getValue(e,t)};wy.prototype.equals=function(e){return this===e||e instanceof wy&&this._intervals.equals(e._intervals,j.equals)};wy.prototype._intervalsChanged=function(){j8e(this,this._eventHelper,this._definitionChanged,this._intervals),this._definitionChanged.raiseEvent(this)};var lc=wy;function Y_(){this._definitionChanged=new _e,this._composite=new lc,this._composite.definitionChanged.addEventListener(Y_.prototype._raiseDefinitionChanged,this)}Object.defineProperties(Y_.prototype,{isConstant:{get:function(){return this._composite.isConstant}},definitionChanged:{get:function(){return this._definitionChanged}},intervals:{get:function(){return this._composite._intervals}}});Y_.prototype.getType=function(e){let t=this._composite._intervals.findDataForIntervalContainingDate(e);if(l(t))return t.getType(e)};Y_.prototype.getValue=function(e,t){let n=this._composite._intervals.findDataForIntervalContainingDate(e);if(l(n))return n.getValue(e,t)};Y_.prototype.equals=function(e){return this===e||e instanceof Y_&&this._composite.equals(e._composite,j.equals)};Y_.prototype._raiseDefinitionChanged=function(){this._definitionChanged.raiseEvent(this)};var Rw=Y_;function X_(e){this._referenceFrame=y(e,eo.FIXED),this._definitionChanged=new _e,this._composite=new lc,this._composite.definitionChanged.addEventListener(X_.prototype._raiseDefinitionChanged,this)}Object.defineProperties(X_.prototype,{isConstant:{get:function(){return this._composite.isConstant}},definitionChanged:{get:function(){return this._definitionChanged}},intervals:{get:function(){return this._composite.intervals}},referenceFrame:{get:function(){return this._referenceFrame},set:function(e){this._referenceFrame=e}}});X_.prototype.getValue=function(e,t){return this.getValueInReferenceFrame(e,eo.FIXED,t)};X_.prototype.getValueInReferenceFrame=function(e,t,n){let i=this._composite._intervals.findDataForIntervalContainingDate(e);if(l(i))return i.getValueInReferenceFrame(e,t,n)};X_.prototype.equals=function(e){return this===e||e instanceof X_&&this._referenceFrame===e._referenceFrame&&this._composite.equals(e._composite,j.equals)};X_.prototype._raiseDefinitionChanged=function(){this._definitionChanged.raiseEvent(this)};var Zs=X_;var q8e={ROUNDED:0,MITERED:1,BEVELED:2},Si=Object.freeze(q8e);var Ds=[new h,new h],Y8e=new h,X8e=new h,K8e=new h,J8e=new h,Z8e=new h,Q8e=new h,$8e=new h,e5e=new h,t5e=new h,Jx=new h,kF=new h,Mw={},I6=new he;function n5e(e,t){let n=new Array(e.length);for(let i=0;i<e.length;i++){let o=e[i];I6=t.cartesianToCartographic(o,I6),n[i]=I6.height,e[i]=t.scaleToGeodeticSurface(o,o)}return n}function O6(e,t,n,i){let o=e[0],r=e[1],s=h.angleBetween(o,r),a=Math.ceil(s/i),c=new Array(a),u;if(t===n){for(u=0;u<a;u++)c[u]=t;return c.push(n),c}let d=(n-t)/a;for(u=1;u<a;u++){let p=t+u*d;c[u]=p}return c[0]=t,c.push(n),c}var VF=new h,UF=new h;function i5e(e,t,n,i){let o=new da(n,i),r=o.projectPointOntoPlane(h.add(n,e,VF),VF),s=o.projectPointOntoPlane(h.add(n,t,UF),UF),a=H.angleBetween(r,s);return s.x*r.y-s.y*r.x>=0?-a:a}var o5e=new h(-1,0,0),Dy=new F,r5e=new F,B6=new Q,s5e=Q.IDENTITY.clone(),a5e=new h,c5e=new se,Boe=new h;function ep(e,t,n,i,o,r,s,a){let c=a5e,u=c5e;Dy=vt.eastNorthUpToFixedFrame(e,o,Dy),c=F.multiplyByPointAsVector(Dy,o5e,c),c=h.normalize(c,c);let f=i5e(c,t,e,o);B6=Q.fromRotationZ(f,B6),Boe.z=r,Dy=F.multiplyTransformation(Dy,F.fromRotationTranslation(B6,Boe,r5e),Dy);let d=s5e;d[0]=s;for(let p=0;p<a;p++)for(let g=0;g<n.length;g+=3)u=h.fromArray(n,g,u),u=Q.multiplyByVector(d,u,u),u=F.multiplyByPoint(Dy,u,u),i.push(u.x,u.y,u.z);return i}var l5e=new h;function R6(e,t,n,i,o,r,s){for(let a=0;a<e.length;a+=3){let c=h.fromArray(e,a,l5e);i=ep(c,t,n,i,o,r[a/3],s,1)}return i}function u5e(e,t){let n=e.length,i=new Array(n*6),o=0,r=t.x+t.width/2,s=t.y+t.height/2,a=e[0];i[o++]=a.x-r,i[o++]=0,i[o++]=a.y-s;for(let c=1;c<n;c++){a=e[c];let u=a.x-r,f=a.y-s;i[o++]=u,i[o++]=0,i[o++]=f,i[o++]=u,i[o++]=0,i[o++]=f}return a=e[0],i[o++]=a.x-r,i[o++]=0,i[o++]=a.y-s,i}function Roe(e,t){let n=e.length,i=new Array(n*3),o=0,r=t.x+t.width/2,s=t.y+t.height/2;for(let a=0;a<n;a++)i[o++]=e[a].x-r,i[o++]=0,i[o++]=e[a].y-s;return i}var Moe=new Be,Loe=new h,Foe=new Q;function Noe(e,t,n,i,o,r,s,a,c,u){let f=h.angleBetween(h.subtract(t,e,Jx),h.subtract(n,e,kF)),d=i===Si.BEVELED?0:Math.ceil(f/I.toRadians(5)),p;o?p=Q.fromQuaternion(Be.fromAxisAngle(h.negate(e,Jx),f/(d+1),Moe),Foe):p=Q.fromQuaternion(Be.fromAxisAngle(e,f/(d+1),Moe),Foe);let g,m;if(t=h.clone(t,Loe),d>0){let A=u?2:1;for(let C=0;C<d;C++)t=Q.multiplyByVector(p,t,t),g=h.subtract(t,e,Jx),g=h.normalize(g,g),o||(g=h.negate(g,g)),m=r.scaleToGeodeticSurface(t,kF),s=ep(m,g,a,s,r,c,1,A)}else g=h.subtract(t,e,Jx),g=h.normalize(g,g),o||(g=h.negate(g,g)),m=r.scaleToGeodeticSurface(t,kF),s=ep(m,g,a,s,r,c,1,1),n=h.clone(n,Loe),g=h.subtract(n,e,Jx),g=h.normalize(g,g),o||(g=h.negate(g,g)),m=r.scaleToGeodeticSurface(n,kF),s=ep(m,g,a,s,r,c,1,1);return s}Mw.removeDuplicatesFromShape=function(e){let t=e.length,n=[];for(let i=t-1,o=0;o<t;i=o++){let r=e[i],s=e[o];H.equals(r,s)||n.push(s)}return n};Mw.angleIsGreaterThanPi=function(e,t,n,i){let o=new da(n,i),r=o.projectPointOntoPlane(h.add(n,e,VF),VF),s=o.projectPointOntoPlane(h.add(n,t,UF),UF);return s.x*r.y-s.y*r.x>=0};var f5e=new h,d5e=new h;Mw.computePositions=function(e,t,n,i,o){let r=i._ellipsoid,s=n5e(e,r),a=i._granularity,c=i._cornerType,u=o?u5e(t,n):Roe(t,n),f=o?Roe(t,n):void 0,d=n.height/2,p=n.width/2,g=e.length,m=[],A=o?[]:void 0,C=Y8e,x=X8e,b=K8e,E=J8e,S=Z8e,D=Q8e,v=$8e,O=e5e,R=t5e,M=e[0],L=e[1];E=r.geodeticSurfaceNormal(M,E),C=h.subtract(L,M,C),C=h.normalize(C,C),O=h.cross(E,C,O),O=h.normalize(O,O);let _=s[0],T=s[1];o&&(A=ep(M,O,f,A,r,_+d,1,1)),R=h.clone(M,R),M=L,x=h.negate(C,x);let w,P;for(let z=1;z<g-1;z++){let V=o?2:1;if(L=e[z+1],M.equals(L)){Dt("Positions are too close and are considered equivalent with rounding error.");continue}C=h.subtract(L,M,C),C=h.normalize(C,C),b=h.add(C,x,b),b=h.normalize(b,b),E=r.geodeticSurfaceNormal(M,E);let G=h.multiplyByScalar(E,h.dot(C,E),f5e);h.subtract(C,G,G),h.normalize(G,G);let k=h.multiplyByScalar(E,h.dot(x,E),d5e);if(h.subtract(x,k,k),h.normalize(k,k),!I.equalsEpsilon(Math.abs(h.dot(G,k)),1,I.EPSILON7)){b=h.cross(b,E,b),b=h.cross(E,b,b),b=h.normalize(b,b);let q=1/Math.max(.25,h.magnitude(h.cross(b,x,Jx))),Y=Mw.angleIsGreaterThanPi(C,x,M,r);Y?(S=h.add(M,h.multiplyByScalar(b,q*p,b),S),D=h.add(S,h.multiplyByScalar(O,p,D),D),Ds[0]=h.clone(R,Ds[0]),Ds[1]=h.clone(D,Ds[1]),w=O6(Ds,_+d,T+d,a),P=bi.generateArc({positions:Ds,granularity:a,ellipsoid:r}),m=R6(P,O,u,m,r,w,1),O=h.cross(E,C,O),O=h.normalize(O,O),v=h.add(S,h.multiplyByScalar(O,p,v),v),c===Si.ROUNDED||c===Si.BEVELED?Noe(S,D,v,c,Y,r,m,u,T+d,o):(b=h.negate(b,b),m=ep(M,b,u,m,r,T+d,q,V)),R=h.clone(v,R)):(S=h.add(M,h.multiplyByScalar(b,q*p,b),S),D=h.add(S,h.multiplyByScalar(O,-p,D),D),Ds[0]=h.clone(R,Ds[0]),Ds[1]=h.clone(D,Ds[1]),w=O6(Ds,_+d,T+d,a),P=bi.generateArc({positions:Ds,granularity:a,ellipsoid:r}),m=R6(P,O,u,m,r,w,1),O=h.cross(E,C,O),O=h.normalize(O,O),v=h.add(S,h.multiplyByScalar(O,-p,v),v),c===Si.ROUNDED||c===Si.BEVELED?Noe(S,D,v,c,Y,r,m,u,T+d,o):m=ep(M,b,u,m,r,T+d,q,V),R=h.clone(v,R)),x=h.negate(C,x)}else m=ep(R,O,u,m,r,_+d,1,1),R=M;_=T,T=s[z+1],M=L}Ds[0]=h.clone(R,Ds[0]),Ds[1]=h.clone(M,Ds[1]),w=O6(Ds,_+d,T+d,a),P=bi.generateArc({positions:Ds,granularity:a,ellipsoid:r}),m=R6(P,O,u,m,r,w,1),o&&(A=ep(M,O,f,A,r,T+d,1,1)),g=m.length;let B=o?g+A.length:g,N=new Float64Array(B);return N.set(m),o&&N.set(A,g),N};var dh=Mw;var L6={},Zx=new h,Hoe=new h,h5e=new h,koe=new h,uc=[new h,new h],Goe=new h,Woe=new h,joe=new h,m5e=new h,p5e=new h,_5e=new h,g5e=new h,y5e=new h,A5e=new h,C5e=new h,Voe=new Be,Uoe=new Q;function zF(e,t,n,i,o){let r=h.angleBetween(h.subtract(t,e,Zx),h.subtract(n,e,Hoe)),s=i===Si.BEVELED?1:Math.ceil(r/I.toRadians(5))+1,a=s*3,c=new Array(a);c[a-3]=n.x,c[a-2]=n.y,c[a-1]=n.z;let u;o?u=Q.fromQuaternion(Be.fromAxisAngle(h.negate(e,Zx),r/s,Voe),Uoe):u=Q.fromQuaternion(Be.fromAxisAngle(e,r/s,Voe),Uoe);let f=0;t=h.clone(t,Zx);for(let d=0;d<s;d++)t=Q.multiplyByVector(u,t,t),c[f++]=t.x,c[f++]=t.y,c[f++]=t.z;return c}function x5e(e){let t=Goe,n=Woe,i=joe,o=e[1];n=h.fromArray(e[1],o.length-3,n),i=h.fromArray(e[0],0,i),t=h.midpoint(n,i,t);let r=zF(t,n,i,Si.ROUNDED,!1),s=e.length-1,a=e[s-1];o=e[s],n=h.fromArray(a,a.length-3,n),i=h.fromArray(o,0,i),t=h.midpoint(n,i,t);let c=zF(t,n,i,Si.ROUNDED,!1);return[r,c]}function zoe(e,t,n,i){let o=Zx;return i?o=h.add(e,t,o):(t=h.negate(t,t),o=h.add(e,t,o)),[o.x,o.y,o.z,n.x,n.y,n.z]}function M6(e,t,n,i){let o=new Array(e.length),r=new Array(e.length),s=h.multiplyByScalar(t,n,Zx),a=h.negate(s,Hoe),c=0,u=e.length-1;for(let f=0;f<e.length;f+=3){let d=h.fromArray(e,f,h5e),p=h.add(d,a,koe);o[c++]=p.x,o[c++]=p.y,o[c++]=p.z;let g=h.add(d,s,koe);r[u--]=g.z,r[u--]=g.y,r[u--]=g.x}return i.push(o,r),i}L6.addAttribute=function(e,t,n,i){let o=t.x,r=t.y,s=t.z;l(n)&&(e[n]=o,e[n+1]=r,e[n+2]=s),l(i)&&(e[i]=s,e[i-1]=r,e[i-2]=o)};var T5e=new h,E5e=new h;L6.computePositions=function(e){let t=e.granularity,n=e.positions,i=e.ellipsoid,o=e.width/2,r=e.cornerType,s=e.saveAttributes,a=Goe,c=Woe,u=joe,f=m5e,d=p5e,p=_5e,g=g5e,m=y5e,A=A5e,C=C5e,x=[],b=s?[]:void 0,E=s?[]:void 0,S=n[0],D=n[1];c=h.normalize(h.subtract(D,S,c),c),a=i.geodeticSurfaceNormal(S,a),f=h.normalize(h.cross(a,c,f),f),s&&(b.push(f.x,f.y,f.z),E.push(a.x,a.y,a.z)),g=h.clone(S,g),S=D,u=h.negate(c,u);let v,O=[],R,M=n.length;for(R=1;R<M-1;R++){a=i.geodeticSurfaceNormal(S,a),D=n[R+1],c=h.normalize(h.subtract(D,S,c),c),d=h.normalize(h.add(c,u,d),d);let _=h.multiplyByScalar(a,h.dot(c,a),T5e);h.subtract(c,_,_),h.normalize(_,_);let T=h.multiplyByScalar(a,h.dot(u,a),E5e);if(h.subtract(u,T,T),h.normalize(T,T),!I.equalsEpsilon(Math.abs(h.dot(_,T)),1,I.EPSILON7)){d=h.cross(d,a,d),d=h.cross(a,d,d),d=h.normalize(d,d);let P=o/Math.max(.25,h.magnitude(h.cross(d,u,Zx))),B=dh.angleIsGreaterThanPi(c,u,S,i);d=h.multiplyByScalar(d,P,d),B?(m=h.add(S,d,m),C=h.add(m,h.multiplyByScalar(f,o,C),C),A=h.add(m,h.multiplyByScalar(f,o*2,A),A),uc[0]=h.clone(g,uc[0]),uc[1]=h.clone(C,uc[1]),v=bi.generateArc({positions:uc,granularity:t,ellipsoid:i}),x=M6(v,f,o,x),s&&(b.push(f.x,f.y,f.z),E.push(a.x,a.y,a.z)),p=h.clone(A,p),f=h.normalize(h.cross(a,c,f),f),A=h.add(m,h.multiplyByScalar(f,o*2,A),A),g=h.add(m,h.multiplyByScalar(f,o,g),g),r===Si.ROUNDED||r===Si.BEVELED?O.push({leftPositions:zF(m,p,A,r,B)}):O.push({leftPositions:zoe(S,h.negate(d,d),A,B)})):(A=h.add(S,d,A),C=h.add(A,h.negate(h.multiplyByScalar(f,o,C),C),C),m=h.add(A,h.negate(h.multiplyByScalar(f,o*2,m),m),m),uc[0]=h.clone(g,uc[0]),uc[1]=h.clone(C,uc[1]),v=bi.generateArc({positions:uc,granularity:t,ellipsoid:i}),x=M6(v,f,o,x),s&&(b.push(f.x,f.y,f.z),E.push(a.x,a.y,a.z)),p=h.clone(m,p),f=h.normalize(h.cross(a,c,f),f),m=h.add(A,h.negate(h.multiplyByScalar(f,o*2,m),m),m),g=h.add(A,h.negate(h.multiplyByScalar(f,o,g),g),g),r===Si.ROUNDED||r===Si.BEVELED?O.push({rightPositions:zF(A,p,m,r,B)}):O.push({rightPositions:zoe(S,d,m,B)})),u=h.negate(c,u)}S=D}a=i.geodeticSurfaceNormal(S,a),uc[0]=h.clone(g,uc[0]),uc[1]=h.clone(S,uc[1]),v=bi.generateArc({positions:uc,granularity:t,ellipsoid:i}),x=M6(v,f,o,x),s&&(b.push(f.x,f.y,f.z),E.push(a.x,a.y,a.z));let L;return r===Si.ROUNDED&&(L=x5e(x)),{positions:x,corners:O,lefts:b,normals:E,endPositions:L}};var Ri=L6;var Xoe=new h,Koe=new h,HF=new h,GF=new h,b5e=new h,Joe=new h,K_=new h,Qx=new h;function Zoe(e,t){for(let n=0;n<e.length;n++)e[n]=t.scaleToGeodeticSurface(e[n],e[n]);return e}function Hf(e,t,n,i,o,r){let s=e.normals,a=e.tangents,c=e.bitangents,u=h.normalize(h.cross(n,t,K_),K_);r.normal&&Ri.addAttribute(s,t,i,o),r.tangent&&Ri.addAttribute(a,u,i,o),r.bitangent&&Ri.addAttribute(c,n,i,o)}function Qoe(e,t,n){let i=e.positions,o=e.corners,r=e.endPositions,s=e.lefts,a=e.normals,c=new sn,u,f=0,d=0,p,g=0,m;for(p=0;p<i.length;p+=2)m=i[p].length-3,f+=m,g+=m*2,d+=i[p+1].length-3;for(f+=3,d+=3,p=0;p<o.length;p++){u=o[p];let Z=o[p].leftPositions;l(Z)?(m=Z.length,f+=m,g+=m):(m=o[p].rightPositions.length,d+=m,g+=m)}let A=l(r),C;A&&(C=r[0].length-3,f+=C,d+=C,C/=3,g+=C*6);let x=f+d,b=new Float64Array(x),E=t.normal?new Float32Array(x):void 0,S=t.tangent?new Float32Array(x):void 0,D=t.bitangent?new Float32Array(x):void 0,v={normals:E,tangents:S,bitangents:D},O=0,R=x-1,M,L,_,T,w=Xoe,P=Koe,B,N,z=C/2,V=Fe.createTypedArray(x/3,g),G=0;if(A){N=HF,B=GF;let Z=r[0];for(w=h.fromArray(a,0,w),P=h.fromArray(s,0,P),p=0;p<z;p++)N=h.fromArray(Z,(z-1-p)*3,N),B=h.fromArray(Z,(z+p)*3,B),Ri.addAttribute(b,B,O),Ri.addAttribute(b,N,void 0,R),Hf(v,w,P,O,R,t),L=O/3,T=L+1,M=(R-2)/3,_=M-1,V[G++]=M,V[G++]=L,V[G++]=_,V[G++]=_,V[G++]=L,V[G++]=T,O+=3,R-=3}let k=0,X=0,q=i[k++],Y=i[k++];b.set(q,O),b.set(Y,R-Y.length+1),P=h.fromArray(s,X,P);let W,J;for(m=Y.length-3,p=0;p<m;p+=3)W=n.geodeticSurfaceNormal(h.fromArray(q,p,K_),K_),J=n.geodeticSurfaceNormal(h.fromArray(Y,m-p,Qx),Qx),w=h.normalize(h.add(W,J,w),w),Hf(v,w,P,O,R,t),L=O/3,T=L+1,M=(R-2)/3,_=M-1,V[G++]=M,V[G++]=L,V[G++]=_,V[G++]=_,V[G++]=L,V[G++]=T,O+=3,R-=3;for(W=n.geodeticSurfaceNormal(h.fromArray(q,m,K_),K_),J=n.geodeticSurfaceNormal(h.fromArray(Y,m,Qx),Qx),w=h.normalize(h.add(W,J,w),w),X+=3,p=0;p<o.length;p++){let Z;u=o[p];let ue=u.leftPositions,pe=u.rightPositions,oe,fe,ge=Joe,Ee=HF,Ie=GF;if(w=h.fromArray(a,X,w),l(ue)){for(Hf(v,w,P,void 0,R,t),R-=3,oe=T,fe=_,Z=0;Z<ue.length/3;Z++)ge=h.fromArray(ue,Z*3,ge),V[G++]=oe,V[G++]=fe-Z-1,V[G++]=fe-Z,Ri.addAttribute(b,ge,void 0,R),Ee=h.fromArray(b,(fe-Z-1)*3,Ee),Ie=h.fromArray(b,oe*3,Ie),P=h.normalize(h.subtract(Ee,Ie,P),P),Hf(v,w,P,void 0,R,t),R-=3;ge=h.fromArray(b,oe*3,ge),Ee=h.subtract(h.fromArray(b,fe*3,Ee),ge,Ee),Ie=h.subtract(h.fromArray(b,(fe-Z)*3,Ie),ge,Ie),P=h.normalize(h.add(Ee,Ie,P),P),Hf(v,w,P,O,void 0,t),O+=3}else{for(Hf(v,w,P,O,void 0,t),O+=3,oe=_,fe=T,Z=0;Z<pe.length/3;Z++)ge=h.fromArray(pe,Z*3,ge),V[G++]=oe,V[G++]=fe+Z,V[G++]=fe+Z+1,Ri.addAttribute(b,ge,O),Ee=h.fromArray(b,oe*3,Ee),Ie=h.fromArray(b,(fe+Z)*3,Ie),P=h.normalize(h.subtract(Ee,Ie,P),P),Hf(v,w,P,O,void 0,t),O+=3;ge=h.fromArray(b,oe*3,ge),Ee=h.subtract(h.fromArray(b,(fe+Z)*3,Ee),ge,Ee),Ie=h.subtract(h.fromArray(b,fe*3,Ie),ge,Ie),P=h.normalize(h.negate(h.add(Ie,Ee,P),P),P),Hf(v,w,P,void 0,R,t),R-=3}for(q=i[k++],Y=i[k++],q.splice(0,3),Y.splice(Y.length-3,3),b.set(q,O),b.set(Y,R-Y.length+1),m=Y.length-3,X+=3,P=h.fromArray(s,X,P),Z=0;Z<Y.length;Z+=3)W=n.geodeticSurfaceNormal(h.fromArray(q,Z,K_),K_),J=n.geodeticSurfaceNormal(h.fromArray(Y,m-Z,Qx),Qx),w=h.normalize(h.add(W,J,w),w),Hf(v,w,P,O,R,t),T=O/3,L=T-1,_=(R-2)/3,M=_+1,V[G++]=M,V[G++]=L,V[G++]=_,V[G++]=_,V[G++]=L,V[G++]=T,O+=3,R-=3;O-=3,R+=3}if(w=h.fromArray(a,a.length-3,w),Hf(v,w,P,O,R,t),A){O+=3,R-=3,N=HF,B=GF;let Z=r[1];for(p=0;p<z;p++)N=h.fromArray(Z,(C-p-1)*3,N),B=h.fromArray(Z,p*3,B),Ri.addAttribute(b,N,void 0,R),Ri.addAttribute(b,B,O),Hf(v,w,P,O,R,t),T=O/3,L=T-1,_=(R-2)/3,M=_+1,V[G++]=M,V[G++]=L,V[G++]=_,V[G++]=_,V[G++]=L,V[G++]=T,O+=3,R-=3}if(c.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:b}),t.st){let Z=new Float32Array(x/3*2),ue,pe,oe=0;if(A){f/=3,d/=3;let fe=Math.PI/(C+1);pe=1/(f-C+1),ue=1/(d-C+1);let ge,Ee=C/2;for(p=Ee+1;p<C+1;p++)ge=I.PI_OVER_TWO+fe*p,Z[oe++]=ue*(1+Math.cos(ge)),Z[oe++]=.5*(1+Math.sin(ge));for(p=1;p<d-C+1;p++)Z[oe++]=p*ue,Z[oe++]=0;for(p=C;p>Ee;p--)ge=I.PI_OVER_TWO-p*fe,Z[oe++]=1-ue*(1+Math.cos(ge)),Z[oe++]=.5*(1+Math.sin(ge));for(p=Ee;p>0;p--)ge=I.PI_OVER_TWO-fe*p,Z[oe++]=1-pe*(1+Math.cos(ge)),Z[oe++]=.5*(1+Math.sin(ge));for(p=f-C;p>0;p--)Z[oe++]=p*pe,Z[oe++]=1;for(p=1;p<Ee+1;p++)ge=I.PI_OVER_TWO+fe*p,Z[oe++]=pe*(1+Math.cos(ge)),Z[oe++]=.5*(1+Math.sin(ge))}else{for(f/=3,d/=3,pe=1/(f-1),ue=1/(d-1),p=0;p<d;p++)Z[oe++]=p*ue,Z[oe++]=0;for(p=f;p>0;p--)Z[oe++]=(p-1)*pe,Z[oe++]=1}c.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:Z})}return t.normal&&(c.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:v.normals})),t.tangent&&(c.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:v.tangents})),t.bitangent&&(c.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:v.bitangents})),{attributes:c,indices:V}}function S5e(e,t){if(!t.normal&&!t.tangent&&!t.bitangent&&!t.st)return e;let n=e.position.values,i,o;(t.normal||t.bitangent)&&(i=e.normal.values,o=e.bitangent.values);let r=e.position.values.length/18,s=r*3,a=r*2,c=s*2,u;if(t.normal||t.bitangent||t.tangent){let f=t.normal?new Float32Array(s*6):void 0,d=t.tangent?new Float32Array(s*6):void 0,p=t.bitangent?new Float32Array(s*6):void 0,g=Xoe,m=Koe,A=HF,C=GF,x=b5e,b=Joe,E=c;for(u=0;u<s;u+=3){let S=E+c;g=h.fromArray(n,u,g),m=h.fromArray(n,u+s,m),A=h.fromArray(n,(u+3)%s,A),m=h.subtract(m,g,m),A=h.subtract(A,g,A),C=h.normalize(h.cross(m,A,C),C),t.normal&&(Ri.addAttribute(f,C,S),Ri.addAttribute(f,C,S+3),Ri.addAttribute(f,C,E),Ri.addAttribute(f,C,E+3)),(t.tangent||t.bitangent)&&(b=h.fromArray(i,u,b),t.bitangent&&(Ri.addAttribute(p,b,S),Ri.addAttribute(p,b,S+3),Ri.addAttribute(p,b,E),Ri.addAttribute(p,b,E+3)),t.tangent&&(x=h.normalize(h.cross(b,C,x),x),Ri.addAttribute(d,x,S),Ri.addAttribute(d,x,S+3),Ri.addAttribute(d,x,E),Ri.addAttribute(d,x,E+3))),E+=6}if(t.normal){for(f.set(i),u=0;u<s;u+=3)f[u+s]=-i[u],f[u+s+1]=-i[u+1],f[u+s+2]=-i[u+2];e.normal.values=f}else e.normal=void 0;if(t.bitangent?(p.set(o),p.set(o,s),e.bitangent.values=p):e.bitangent=void 0,t.tangent){let S=e.tangent.values;d.set(S),d.set(S,s),e.tangent.values=d}}if(t.st){let f=e.st.values,d=new Float32Array(a*6);d.set(f),d.set(f,a);let p=a*2;for(let g=0;g<2;g++){for(d[p++]=f[0],d[p++]=f[1],u=2;u<a;u+=2){let m=f[u],A=f[u+1];d[p++]=m,d[p++]=A,d[p++]=m,d[p++]=A}d[p++]=f[0],d[p++]=f[1]}e.st.values=d}return e}function F6(e,t,n){n[t++]=e[0],n[t++]=e[1],n[t++]=e[2];for(let i=3;i<e.length;i+=3){let o=e[i],r=e[i+1],s=e[i+2];n[t++]=o,n[t++]=r,n[t++]=s,n[t++]=o,n[t++]=r,n[t++]=s}return n[t++]=e[0],n[t++]=e[1],n[t++]=e[2],n}function w5e(e,t){let n=new we({position:t.position,normal:t.normal||t.bitangent||e.shadowVolume,tangent:t.tangent,bitangent:t.normal||t.bitangent,st:t.st}),i=e.ellipsoid,o=Ri.computePositions(e),r=Qoe(o,n,i),s=e.height,a=e.extrudedHeight,c=r.attributes,u=r.indices,f=c.position.values,d=f.length,p=new Float64Array(d*6),g=new Float64Array(d);g.set(f);let m=new Float64Array(d*4);f=ti.scaleToGeodeticHeight(f,s,i),m=F6(f,0,m),g=ti.scaleToGeodeticHeight(g,a,i),m=F6(g,d*2,m),p.set(f),p.set(g,d),p.set(m,d*2),c.position.values=p,c=S5e(c,t);let A,C=d/3;if(e.shadowVolume){let M=c.normal.values;d=M.length;let L=new Float32Array(d*6);for(A=0;A<d;A++)M[A]=-M[A];L.set(M,d),L=F6(M,d*4,L),c.extrudeDirection=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:L}),t.normal||(c.normal=void 0)}if(l(e.offsetAttribute)){let M=new Uint8Array(C*6);if(e.offsetAttribute===Zt.TOP)M=M.fill(1,0,C).fill(1,C*2,C*4);else{let L=e.offsetAttribute===Zt.NONE?0:1;M=M.fill(L)}c.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:M})}let x=u.length,b=C+C,E=Fe.createTypedArray(p.length/3,x*2+b*3);E.set(u);let S=x;for(A=0;A<x;A+=3){let M=u[A],L=u[A+1],_=u[A+2];E[S++]=_+C,E[S++]=L+C,E[S++]=M+C}let D,v,O,R;for(A=0;A<b;A+=2)D=A+b,v=D+b,O=D+1,R=v+1,E[S++]=D,E[S++]=v,E[S++]=O,E[S++]=O,E[S++]=v,E[S++]=R;return{attributes:c,indices:E}}var qoe=new h,Lw=new h,Mu=new he;function Yoe(e,t,n,i,o,r){let s=h.subtract(t,e,qoe);h.normalize(s,s);let a=n.geodeticSurfaceNormal(e,Lw),c=h.cross(s,a,qoe);h.multiplyByScalar(c,i,c);let u=o.latitude,f=o.longitude,d=r.latitude,p=r.longitude;h.add(e,c,Lw),n.cartesianToCartographic(Lw,Mu);let g=Mu.latitude,m=Mu.longitude;u=Math.min(u,g),f=Math.min(f,m),d=Math.max(d,g),p=Math.max(p,m),h.subtract(e,c,Lw),n.cartesianToCartographic(Lw,Mu),g=Mu.latitude,m=Mu.longitude,u=Math.min(u,g),f=Math.min(f,m),d=Math.max(d,g),p=Math.max(p,m),o.latitude=u,o.longitude=f,r.latitude=d,r.longitude=p}var Ru=new h,Fw=new h,Yc=new he,Xc=new he;function $oe(e,t,n,i,o){e=Zoe(e,t);let r=yo(e,h.equalsEpsilon),s=r.length;if(s<2||n<=0)return new ce;let a=n*.5;Yc.latitude=Number.POSITIVE_INFINITY,Yc.longitude=Number.POSITIVE_INFINITY,Xc.latitude=Number.NEGATIVE_INFINITY,Xc.longitude=Number.NEGATIVE_INFINITY;let c,u;if(i===Si.ROUNDED){let p=r[0];h.subtract(p,r[1],Ru),h.normalize(Ru,Ru),h.multiplyByScalar(Ru,a,Ru),h.add(p,Ru,Fw),t.cartesianToCartographic(Fw,Mu),c=Mu.latitude,u=Mu.longitude,Yc.latitude=Math.min(Yc.latitude,c),Yc.longitude=Math.min(Yc.longitude,u),Xc.latitude=Math.max(Xc.latitude,c),Xc.longitude=Math.max(Xc.longitude,u)}for(let p=0;p<s-1;++p)Yoe(r[p],r[p+1],t,a,Yc,Xc);let f=r[s-1];h.subtract(f,r[s-2],Ru),h.normalize(Ru,Ru),h.multiplyByScalar(Ru,a,Ru),h.add(f,Ru,Fw),Yoe(f,Fw,t,a,Yc,Xc),i===Si.ROUNDED&&(t.cartesianToCartographic(Fw,Mu),c=Mu.latitude,u=Mu.longitude,Yc.latitude=Math.min(Yc.latitude,c),Yc.longitude=Math.min(Yc.longitude,u),Xc.latitude=Math.max(Xc.latitude,c),Xc.longitude=Math.max(Xc.longitude,u));let d=l(o)?o:new ce;return d.north=Xc.latitude,d.south=Yc.latitude,d.east=Xc.longitude,d.west=Yc.longitude,d}function np(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n=e.width,i=y(e.height,0),o=y(e.extrudedHeight,i);this._positions=t,this._ellipsoid=ie.clone(y(e.ellipsoid,ie.WGS84)),this._vertexFormat=we.clone(y(e.vertexFormat,we.DEFAULT)),this._width=n,this._height=Math.max(i,o),this._extrudedHeight=Math.min(i,o),this._cornerType=y(e.cornerType,Si.ROUNDED),this._granularity=y(e.granularity,I.RADIANS_PER_DEGREE),this._shadowVolume=y(e.shadowVolume,!1),this._workerName="createCorridorGeometry",this._offsetAttribute=e.offsetAttribute,this._rectangle=void 0,this.packedLength=1+t.length*h.packedLength+ie.packedLength+we.packedLength+7}np.pack=function(e,t,n){n=y(n,0);let i=e._positions,o=i.length;t[n++]=o;for(let r=0;r<o;++r,n+=h.packedLength)h.pack(i[r],t,n);return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._width,t[n++]=e._height,t[n++]=e._extrudedHeight,t[n++]=e._cornerType,t[n++]=e._granularity,t[n++]=e._shadowVolume?1:0,t[n]=y(e._offsetAttribute,-1),t};var ere=ie.clone(ie.UNIT_SPHERE),tre=new we,tp={positions:void 0,ellipsoid:ere,vertexFormat:tre,width:void 0,height:void 0,extrudedHeight:void 0,cornerType:void 0,granularity:void 0,shadowVolume:void 0,offsetAttribute:void 0};np.unpack=function(e,t,n){t=y(t,0);let i=e[t++],o=new Array(i);for(let m=0;m<i;++m,t+=h.packedLength)o[m]=h.unpack(e,t);let r=ie.unpack(e,t,ere);t+=ie.packedLength;let s=we.unpack(e,t,tre);t+=we.packedLength;let a=e[t++],c=e[t++],u=e[t++],f=e[t++],d=e[t++],p=e[t++]===1,g=e[t];return l(n)?(n._positions=o,n._ellipsoid=ie.clone(r,n._ellipsoid),n._vertexFormat=we.clone(s,n._vertexFormat),n._width=a,n._height=c,n._extrudedHeight=u,n._cornerType=f,n._granularity=d,n._shadowVolume=p,n._offsetAttribute=g===-1?void 0:g,n):(tp.positions=o,tp.width=a,tp.height=c,tp.extrudedHeight=u,tp.cornerType=f,tp.granularity=d,tp.shadowVolume=p,tp.offsetAttribute=g===-1?void 0:g,new np(tp))};np.computeRectangle=function(e,t){e=y(e,y.EMPTY_OBJECT);let n=e.positions,i=e.width,o=y(e.ellipsoid,ie.WGS84),r=y(e.cornerType,Si.ROUNDED);return $oe(n,o,i,r,t)};np.createGeometry=function(e){let t=e._positions,n=e._width,i=e._ellipsoid;t=Zoe(t,i);let o=yo(t,h.equalsEpsilon);if(o.length<2||n<=0)return;let r=e._height,s=e._extrudedHeight,a=!I.equalsEpsilon(r,s,0,I.EPSILON2),c=e._vertexFormat,u={ellipsoid:i,positions:o,width:n,cornerType:e._cornerType,granularity:e._granularity,saveAttributes:!0},f;if(a)u.height=r,u.extrudedHeight=s,u.shadowVolume=e._shadowVolume,u.offsetAttribute=e._offsetAttribute,f=w5e(u,c);else{let g=Ri.computePositions(u);if(f=Qoe(g,c,i),f.attributes.position.values=ti.scaleToGeodeticHeight(f.attributes.position.values,r,i),l(e._offsetAttribute)){let m=e._offsetAttribute===Zt.NONE?0:1,A=f.attributes.position.values.length,C=new Uint8Array(A/3).fill(m);f.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:C})}}let d=f.attributes,p=re.fromVertices(d.position.values,void 0,3);return c.position||(f.attributes.position.values=void 0),new it({attributes:d,indices:f.indices,primitiveType:Oe.TRIANGLES,boundingSphere:p,offsetAttribute:e._offsetAttribute})};np.createShadowVolume=function(e,t,n){let i=e._granularity,o=e._ellipsoid,r=t(i,o),s=n(i,o);return new np({positions:e._positions,width:e._width,cornerType:e._cornerType,ellipsoid:o,granularity:i,extrudedHeight:r,height:s,vertexFormat:we.POSITION_ONLY,shadowVolume:!0})};Object.defineProperties(np.prototype,{rectangle:{get:function(){return l(this._rectangle)||(this._rectangle=$oe(this._positions,this._ellipsoid,this._width,this._cornerType)),this._rectangle}},textureCoordinateRotationPoints:{get:function(){return[0,0,0,1,1,0]}}});var $x=np;var nre=new h,ire=new h,D5e=new h;function v5e(e,t){for(let n=0;n<e.length;n++)e[n]=t.scaleToGeodeticSurface(e[n],e[n]);return e}function ore(e,t){let n=[],i=e.positions,o=e.corners,r=e.endPositions,s=new sn,a,c=0,u=0,f,d=0,p;for(f=0;f<i.length;f+=2)p=i[f].length-3,c+=p,d+=p/3*4,u+=i[f+1].length-3;for(c+=3,u+=3,f=0;f<o.length;f++){a=o[f];let B=o[f].leftPositions;l(B)?(p=B.length,c+=p,d+=p/3*2):(p=o[f].rightPositions.length,u+=p,d+=p/3*2)}let g=l(r),m;g&&(m=r[0].length-3,c+=m,u+=m,m/=3,d+=m*4);let A=c+u,C=new Float64Array(A),x=0,b=A-1,E,S,D,v,O,R,M=m/2,L=Fe.createTypedArray(A/3,d+4),_=0;if(L[_++]=x/3,L[_++]=(b-2)/3,g){n.push(x/3),R=nre,O=ire;let B=r[0];for(f=0;f<M;f++)R=h.fromArray(B,(M-1-f)*3,R),O=h.fromArray(B,(M+f)*3,O),Ri.addAttribute(C,O,x),Ri.addAttribute(C,R,void 0,b),S=x/3,v=S+1,E=(b-2)/3,D=E-1,L[_++]=E,L[_++]=D,L[_++]=S,L[_++]=v,x+=3,b-=3}let T=0,w=i[T++],P=i[T++];for(C.set(w,x),C.set(P,b-P.length+1),p=P.length-3,n.push(x/3,(b-2)/3),f=0;f<p;f+=3)S=x/3,v=S+1,E=(b-2)/3,D=E-1,L[_++]=E,L[_++]=D,L[_++]=S,L[_++]=v,x+=3,b-=3;for(f=0;f<o.length;f++){let B;a=o[f];let N=a.leftPositions,z=a.rightPositions,V,G=D5e;if(l(N)){for(b-=3,V=D,n.push(v),B=0;B<N.length/3;B++)G=h.fromArray(N,B*3,G),L[_++]=V-B-1,L[_++]=V-B,Ri.addAttribute(C,G,void 0,b),b-=3;n.push(V-Math.floor(N.length/6)),t===Si.BEVELED&&n.push((b-2)/3+1),x+=3}else{for(x+=3,V=v,n.push(D),B=0;B<z.length/3;B++)G=h.fromArray(z,B*3,G),L[_++]=V+B,L[_++]=V+B+1,Ri.addAttribute(C,G,x),x+=3;n.push(V+Math.floor(z.length/6)),t===Si.BEVELED&&n.push(x/3-1),b-=3}for(w=i[T++],P=i[T++],w.splice(0,3),P.splice(P.length-3,3),C.set(w,x),C.set(P,b-P.length+1),p=P.length-3,B=0;B<P.length;B+=3)v=x/3,S=v-1,D=(b-2)/3,E=D+1,L[_++]=E,L[_++]=D,L[_++]=S,L[_++]=v,x+=3,b-=3;x-=3,b+=3,n.push(x/3,(b-2)/3)}if(g){x+=3,b-=3,R=nre,O=ire;let B=r[1];for(f=0;f<M;f++)R=h.fromArray(B,(m-f-1)*3,R),O=h.fromArray(B,f*3,O),Ri.addAttribute(C,R,void 0,b),Ri.addAttribute(C,O,x),v=x/3,S=v-1,D=(b-2)/3,E=D+1,L[_++]=E,L[_++]=D,L[_++]=S,L[_++]=v,x+=3,b-=3;n.push(x/3)}else n.push(x/3,(b-2)/3);return L[_++]=x/3,L[_++]=(b-2)/3,s.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:C}),{attributes:s,indices:L,wallIndices:n}}function P5e(e){let t=e.ellipsoid,n=Ri.computePositions(e),i=ore(n,e.cornerType),o=i.wallIndices,r=e.height,s=e.extrudedHeight,a=i.attributes,c=i.indices,u=a.position.values,f=u.length,d=new Float64Array(f);d.set(u);let p=new Float64Array(f*2);if(u=ti.scaleToGeodeticHeight(u,r,t),d=ti.scaleToGeodeticHeight(d,s,t),p.set(u),p.set(d,f),a.position.values=p,f/=3,l(e.offsetAttribute)){let E=new Uint8Array(f*2);if(e.offsetAttribute===Zt.TOP)E=E.fill(1,0,f);else{let S=e.offsetAttribute===Zt.NONE?0:1;E=E.fill(S)}a.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:E})}let g,m=c.length,A=Fe.createTypedArray(p.length/3,(m+o.length)*2);A.set(c);let C=m;for(g=0;g<m;g+=2){let E=c[g],S=c[g+1];A[C++]=E+f,A[C++]=S+f}let x,b;for(g=0;g<o.length;g++)x=o[g],b=x+f,A[C++]=x,A[C++]=b;return{attributes:a,indices:A}}function Nw(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n=e.width,i=y(e.height,0),o=y(e.extrudedHeight,i);this._positions=t,this._ellipsoid=ie.clone(y(e.ellipsoid,ie.WGS84)),this._width=n,this._height=Math.max(i,o),this._extrudedHeight=Math.min(i,o),this._cornerType=y(e.cornerType,Si.ROUNDED),this._granularity=y(e.granularity,I.RADIANS_PER_DEGREE),this._offsetAttribute=e.offsetAttribute,this._workerName="createCorridorOutlineGeometry",this.packedLength=1+t.length*h.packedLength+ie.packedLength+6}Nw.pack=function(e,t,n){n=y(n,0);let i=e._positions,o=i.length;t[n++]=o;for(let r=0;r<o;++r,n+=h.packedLength)h.pack(i[r],t,n);return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,t[n++]=e._width,t[n++]=e._height,t[n++]=e._extrudedHeight,t[n++]=e._cornerType,t[n++]=e._granularity,t[n]=y(e._offsetAttribute,-1),t};var rre=ie.clone(ie.UNIT_SPHERE),J_={positions:void 0,ellipsoid:rre,width:void 0,height:void 0,extrudedHeight:void 0,cornerType:void 0,granularity:void 0,offsetAttribute:void 0};Nw.unpack=function(e,t,n){t=y(t,0);let i=e[t++],o=new Array(i);for(let p=0;p<i;++p,t+=h.packedLength)o[p]=h.unpack(e,t);let r=ie.unpack(e,t,rre);t+=ie.packedLength;let s=e[t++],a=e[t++],c=e[t++],u=e[t++],f=e[t++],d=e[t];return l(n)?(n._positions=o,n._ellipsoid=ie.clone(r,n._ellipsoid),n._width=s,n._height=a,n._extrudedHeight=c,n._cornerType=u,n._granularity=f,n._offsetAttribute=d===-1?void 0:d,n):(J_.positions=o,J_.width=s,J_.height=a,J_.extrudedHeight=c,J_.cornerType=u,J_.granularity=f,J_.offsetAttribute=d===-1?void 0:d,new Nw(J_))};Nw.createGeometry=function(e){let t=e._positions,n=e._width,i=e._ellipsoid;t=v5e(t,i);let o=yo(t,h.equalsEpsilon);if(o.length<2||n<=0)return;let r=e._height,s=e._extrudedHeight,a=!I.equalsEpsilon(r,s,0,I.EPSILON2),c={ellipsoid:i,positions:o,width:n,cornerType:e._cornerType,granularity:e._granularity,saveAttributes:!1},u;if(a)c.height=r,c.extrudedHeight=s,c.offsetAttribute=e._offsetAttribute,u=P5e(c);else{let p=Ri.computePositions(c);if(u=ore(p,c.cornerType),u.attributes.position.values=ti.scaleToGeodeticHeight(u.attributes.position.values,r,i),l(e._offsetAttribute)){let g=u.attributes.position.values.length,m=e._offsetAttribute===Zt.NONE?0:1,A=new Uint8Array(g/3).fill(m);u.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:A})}}let f=u.attributes,d=re.fromVertices(f.position.values,void 0,3);return new it({attributes:f,indices:u.indices,primitiveType:Oe.LINES,boundingSphere:d,offsetAttribute:e._offsetAttribute})};var WF=Nw;var I5e=new Xn(0);function fc(e){$n.call(this,e),this._zIndex=0,this._terrainOffsetProperty=void 0}l(Object.create)&&(fc.prototype=Object.create($n.prototype),fc.prototype.constructor=fc);Object.defineProperties(fc.prototype,{zIndex:{get:function(){return this._zIndex}},terrainOffsetProperty:{get:function(){return this._terrainOffsetProperty}}});fc.prototype._isOnTerrain=function(e,t){return this._fillEnabled&&!l(t.height)&&!l(t.extrudedHeight)&&Fc.isSupported(this._scene)};fc.prototype._getIsClosed=function(e){let t=e.height,n=e.extrudedHeight;return t===0||l(n)&&n!==t};fc.prototype._computeCenter=ye.throwInstantiationError;fc.prototype._onEntityPropertyChanged=function(e,t,n,i){if($n.prototype._onEntityPropertyChanged.call(this,e,t,n,i),this._observedPropertyNames.indexOf(t)===-1)return;let o=this._entity[this._geometryPropertyName];if(!l(o))return;l(o.zIndex)&&(l(o.height)||l(o.extrudedHeight))&&Dt(Dt.geometryZIndex),this._zIndex=y(o.zIndex,I5e),l(this._terrainOffsetProperty)&&(this._terrainOffsetProperty.destroy(),this._terrainOffsetProperty=void 0);let r=o.heightReference,s=o.extrudedHeightReference;if(l(r)||l(s)){let a=new jd(this._computeCenter.bind(this),!this._dynamic);this._terrainOffsetProperty=new WC(this._scene,a,r,s)}};fc.prototype.destroy=function(){l(this._terrainOffsetProperty)&&(this._terrainOffsetProperty.destroy(),this._terrainOffsetProperty=void 0),$n.prototype.destroy.call(this)};fc.getGeometryHeight=function(e,t){if(!l(e)){t!==Ue.NONE&&Dt(Dt.geometryHeightReference);return}return t!==Ue.CLAMP_TO_GROUND?e:0};fc.getGeometryExtrudedHeight=function(e,t){if(!l(e)){t!==Ue.NONE&&Dt(Dt.geometryExtrudedHeightReference);return}return t!==Ue.CLAMP_TO_GROUND?e:fc.CLAMP_TO_GROUND};fc.CLAMP_TO_GROUND="clamp";fc.computeGeometryOffsetAttribute=function(e,t,n,i){(!l(e)||!l(t))&&(t=Ue.NONE),(!l(n)||!l(i))&&(i=Ue.NONE);let o=0;if(t!==Ue.NONE&&o++,i===Ue.RELATIVE_TO_GROUND&&o++,o===2)return Zt.ALL;if(o===1)return Zt.TOP};var Hn=fc;var sre=new U,are=h.ZERO,cre=new h,lre=new ce;function O5e(e){this.id=e,this.vertexFormat=void 0,this.positions=void 0,this.width=void 0,this.cornerType=void 0,this.height=void 0,this.extrudedHeight=void 0,this.granularity=void 0,this.offsetAttribute=void 0}function Gf(e,t){Hn.call(this,{entity:e,scene:t,geometryOptions:new O5e(e),geometryPropertyName:"corridor",observedPropertyNames:["availability","corridor"]}),this._onEntityPropertyChanged(e,"corridor",e.corridor,void 0)}l(Object.create)&&(Gf.prototype=Object.create(Hn.prototype),Gf.prototype.constructor=Gf);Gf.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(this._distanceDisplayConditionProperty.getValue(e)),offset:void 0,color:void 0};if(this._materialProperty instanceof Pt){let o;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(o=this._materialProperty.color.getValue(e,sre)),l(o)||(o=U.WHITE),i.color=Bt.fromColor(o)}return l(this._options.offsetAttribute)&&(i.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,are,cre))),new _t({id:t,geometry:new $x(this._options),attributes:i})};Gf.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,sre),o={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(this._distanceDisplayConditionProperty.getValue(e)),offset:void 0};return l(this._options.offsetAttribute)&&(o.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,are,cre))),new _t({id:t,geometry:new WF(this._options),attributes:o})};Gf.prototype._computeCenter=function(e,t){let n=j.getValueOrUndefined(this._entity.corridor.positions,e);if(!(!l(n)||n.length===0))return h.clone(n[Math.floor(n.length/2)],t)};Gf.prototype._isHidden=function(e,t){return!l(t.positions)||!l(t.width)||$n.prototype._isHidden.call(this,e,t)};Gf.prototype._isDynamic=function(e,t){return!t.positions.isConstant||!j.isConstant(t.height)||!j.isConstant(t.extrudedHeight)||!j.isConstant(t.granularity)||!j.isConstant(t.width)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.cornerType)||!j.isConstant(t.zIndex)||this._onTerrain&&!j.isConstant(this._materialProperty)&&!(this._materialProperty instanceof Pt)};Gf.prototype._setStaticOptions=function(e,t){let n=j.getValueOrUndefined(t.height,ke.MINIMUM_VALUE),i=j.getValueOrDefault(t.heightReference,ke.MINIMUM_VALUE,Ue.NONE),o=j.getValueOrUndefined(t.extrudedHeight,ke.MINIMUM_VALUE),r=j.getValueOrDefault(t.extrudedHeightReference,ke.MINIMUM_VALUE,Ue.NONE);l(o)&&!l(n)&&(n=0);let s=this._options;s.vertexFormat=this._materialProperty instanceof Pt?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,s.positions=t.positions.getValue(ke.MINIMUM_VALUE,s.positions),s.width=t.width.getValue(ke.MINIMUM_VALUE),s.granularity=j.getValueOrUndefined(t.granularity,ke.MINIMUM_VALUE),s.cornerType=j.getValueOrUndefined(t.cornerType,ke.MINIMUM_VALUE),s.offsetAttribute=Hn.computeGeometryOffsetAttribute(n,i,o,r),s.height=Hn.getGeometryHeight(n,i),o=Hn.getGeometryExtrudedHeight(o,r),o===Hn.CLAMP_TO_GROUND&&(o=oi.getMinimumMaximumHeights($x.computeRectangle(s,lre)).minimumTerrainHeight),s.extrudedHeight=o};Gf.DynamicGeometryUpdater=eT;function eT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(eT.prototype=Object.create(Qn.prototype),eT.prototype.constructor=eT);eT.prototype._isHidden=function(e,t,n){let i=this._options;return!l(i.positions)||!l(i.width)||Qn.prototype._isHidden.call(this,e,t,n)};eT.prototype._setOptions=function(e,t,n){let i=this._options,o=j.getValueOrUndefined(t.height,n),r=j.getValueOrDefault(t.heightReference,n,Ue.NONE),s=j.getValueOrUndefined(t.extrudedHeight,n),a=j.getValueOrDefault(t.extrudedHeightReference,n,Ue.NONE);l(s)&&!l(o)&&(o=0),i.positions=j.getValueOrUndefined(t.positions,n),i.width=j.getValueOrUndefined(t.width,n),i.granularity=j.getValueOrUndefined(t.granularity,n),i.cornerType=j.getValueOrUndefined(t.cornerType,n),i.offsetAttribute=Hn.computeGeometryOffsetAttribute(o,r,s,a),i.height=Hn.getGeometryHeight(o,r),s=Hn.getGeometryExtrudedHeight(s,a),s===Hn.CLAMP_TO_GROUND&&(s=oi.getMinimumMaximumHeights($x.computeRectangle(i,lre)).minimumTerrainHeight),i.extrudedHeight=s};var jF=Gf;function qF(){ye.throwInstantiationError()}Object.defineProperties(qF.prototype,{name:{get:ye.throwInstantiationError},clock:{get:ye.throwInstantiationError},entities:{get:ye.throwInstantiationError},isLoading:{get:ye.throwInstantiationError},changedEvent:{get:ye.throwInstantiationError},errorEvent:{get:ye.throwInstantiationError},loadingEvent:{get:ye.throwInstantiationError},show:{get:ye.throwInstantiationError},clustering:{get:ye.throwInstantiationError}});qF.prototype.update=function(e){ye.throwInstantiationError()};qF.setLoading=function(e,t){e._isLoading!==t&&(t?e._entityCollection.suspendEvents():e._entityCollection.resumeEvents(),e._isLoading=t,e._loading.raiseEvent(e,t))};var Ir=qF;function hh(e,t){this._ellipsoid=e,this._cameraPosition=new h,this._cameraPositionInScaledSpace=new h,this._distanceToLimbInScaledSpaceSquared=0,l(t)&&(this.cameraPosition=t)}Object.defineProperties(hh.prototype,{ellipsoid:{get:function(){return this._ellipsoid}},cameraPosition:{get:function(){return this._cameraPosition},set:function(e){let n=this._ellipsoid.transformPositionToScaledSpace(e,this._cameraPositionInScaledSpace),i=h.magnitudeSquared(n)-1;h.clone(e,this._cameraPosition),this._cameraPositionInScaledSpace=n,this._distanceToLimbInScaledSpaceSquared=i}}});var ure=new h;hh.prototype.isPointVisible=function(e){let n=this._ellipsoid.transformPositionToScaledSpace(e,ure);return k6(n,this._cameraPositionInScaledSpace,this._distanceToLimbInScaledSpaceSquared)};hh.prototype.isScaledSpacePointVisible=function(e){return k6(e,this._cameraPositionInScaledSpace,this._distanceToLimbInScaledSpaceSquared)};var B5e=new h;hh.prototype.isScaledSpacePointVisiblePossiblyUnderEllipsoid=function(e,t){let n=this._ellipsoid,i,o;return l(t)&&t<0&&n.minimumRadius>-t?(o=B5e,o.x=this._cameraPosition.x/(n.radii.x+t),o.y=this._cameraPosition.y/(n.radii.y+t),o.z=this._cameraPosition.z/(n.radii.z+t),i=o.x*o.x+o.y*o.y+o.z*o.z-1):(o=this._cameraPositionInScaledSpace,i=this._distanceToLimbInScaledSpaceSquared),k6(e,o,i)};hh.prototype.computeHorizonCullingPoint=function(e,t,n){return hre(this._ellipsoid,e,t,n)};var fre=ie.clone(ie.UNIT_SPHERE);hh.prototype.computeHorizonCullingPointPossiblyUnderEllipsoid=function(e,t,n,i){let o=dre(this._ellipsoid,n,fre);return hre(o,e,t,i)};hh.prototype.computeHorizonCullingPointFromVertices=function(e,t,n,i,o){return mre(this._ellipsoid,e,t,n,i,o)};hh.prototype.computeHorizonCullingPointFromVerticesPossiblyUnderEllipsoid=function(e,t,n,i,o,r){let s=dre(this._ellipsoid,o,fre);return mre(s,e,t,n,i,r)};var R5e=[];hh.prototype.computeHorizonCullingPointFromRectangle=function(e,t,n){let i=ce.subsample(e,t,0,R5e),o=re.fromPoints(i);if(!(h.magnitude(o.center)<.1*t.minimumRadius))return this.computeHorizonCullingPoint(o.center,i,n)};var M5e=new h;function dre(e,t,n){if(l(t)&&t<0&&e.minimumRadius>-t){let i=h.fromElements(e.radii.x+t,e.radii.y+t,e.radii.z+t,M5e);e=ie.fromCartesian3(i,n)}return e}function hre(e,t,n,i){l(i)||(i=new h);let o=gre(e,t),r=0;for(let s=0,a=n.length;s<a;++s){let c=n[s],u=pre(e,c,o);if(u<0)return;r=Math.max(r,u)}return _re(o,r,i)}var YF=new h;function mre(e,t,n,i,o,r){l(r)||(r=new h),i=y(i,3),o=y(o,h.ZERO);let s=gre(e,t),a=0;for(let c=0,u=n.length;c<u;c+=i){YF.x=n[c]+o.x,YF.y=n[c+1]+o.y,YF.z=n[c+2]+o.z;let f=pre(e,YF,s);if(f<0)return;a=Math.max(a,f)}return _re(s,a,r)}function k6(e,t,n){let i=t,o=n,r=h.subtract(e,i,ure),s=-h.dot(r,i);return!(o<0?s>0:s>o&&s*s/h.magnitudeSquared(r)>o)}var L5e=new h,F5e=new h;function pre(e,t,n){let i=e.transformPositionToScaledSpace(t,L5e),o=h.magnitudeSquared(i),r=Math.sqrt(o),s=h.divideByScalar(i,r,F5e);o=Math.max(1,o),r=Math.max(1,r);let a=h.dot(s,n),c=h.magnitude(h.cross(s,n,s)),u=1/r,f=Math.sqrt(o-1)*u;return 1/(a*u-c*f)}function _re(e,t,n){if(!(t<=0||t===1/0||t!==t))return h.multiplyByScalar(e,t,n)}var N6=new h;function gre(e,t){return h.equals(t,h.ZERO)?t:(e.transformPositionToScaledSpace(t,N6),h.normalize(N6,N6))}var Z_=hh;function Cr(e,t){e=y(e,y.EMPTY_OBJECT);let n=e.translucencyByDistance,i=e.scaleByDistance,o=e.distanceDisplayCondition;l(n)&&(n=Et.clone(n)),l(i)&&(i=Et.clone(i)),l(o)&&(o=xt.clone(o)),this._show=y(e.show,!0),this._position=h.clone(y(e.position,h.ZERO)),this._actualPosition=h.clone(this._position),this._color=U.clone(y(e.color,U.WHITE)),this._outlineColor=U.clone(y(e.outlineColor,U.TRANSPARENT)),this._outlineWidth=y(e.outlineWidth,0),this._pixelSize=y(e.pixelSize,10),this._scaleByDistance=i,this._translucencyByDistance=n,this._distanceDisplayCondition=o,this._disableDepthTestDistance=y(e.disableDepthTestDistance,0),this._id=e.id,this._collection=y(e.collection,t),this._clusterShow=!0,this._pickId=void 0,this._pointPrimitiveCollection=t,this._dirty=!1,this._index=-1}var yre=Cr.SHOW_INDEX=0,xre=Cr.POSITION_INDEX=1,N5e=Cr.COLOR_INDEX=2,k5e=Cr.OUTLINE_COLOR_INDEX=3,V5e=Cr.OUTLINE_WIDTH_INDEX=4,U5e=Cr.PIXEL_SIZE_INDEX=5,z5e=Cr.SCALE_BY_DISTANCE_INDEX=6,H5e=Cr.TRANSLUCENCY_BY_DISTANCE_INDEX=7,G5e=Cr.DISTANCE_DISPLAY_CONDITION_INDEX=8,W5e=Cr.DISABLE_DEPTH_DISTANCE_INDEX=9;Cr.NUMBER_OF_PROPERTIES=10;function Lu(e,t){let n=e._pointPrimitiveCollection;l(n)&&(n._updatePointPrimitive(e,t),e._dirty=!0)}Object.defineProperties(Cr.prototype,{show:{get:function(){return this._show},set:function(e){this._show!==e&&(this._show=e,Lu(this,yre))}},position:{get:function(){return this._position},set:function(e){let t=this._position;h.equals(t,e)||(h.clone(e,t),h.clone(e,this._actualPosition),Lu(this,xre))}},scaleByDistance:{get:function(){return this._scaleByDistance},set:function(e){let t=this._scaleByDistance;Et.equals(t,e)||(this._scaleByDistance=Et.clone(e,t),Lu(this,z5e))}},translucencyByDistance:{get:function(){return this._translucencyByDistance},set:function(e){let t=this._translucencyByDistance;Et.equals(t,e)||(this._translucencyByDistance=Et.clone(e,t),Lu(this,H5e))}},pixelSize:{get:function(){return this._pixelSize},set:function(e){this._pixelSize!==e&&(this._pixelSize=e,Lu(this,U5e))}},color:{get:function(){return this._color},set:function(e){let t=this._color;U.equals(t,e)||(U.clone(e,t),Lu(this,N5e))}},outlineColor:{get:function(){return this._outlineColor},set:function(e){let t=this._outlineColor;U.equals(t,e)||(U.clone(e,t),Lu(this,k5e))}},outlineWidth:{get:function(){return this._outlineWidth},set:function(e){this._outlineWidth!==e&&(this._outlineWidth=e,Lu(this,V5e))}},distanceDisplayCondition:{get:function(){return this._distanceDisplayCondition},set:function(e){xt.equals(this._distanceDisplayCondition,e)||(this._distanceDisplayCondition=xt.clone(e,this._distanceDisplayCondition),Lu(this,G5e))}},disableDepthTestDistance:{get:function(){return this._disableDepthTestDistance},set:function(e){this._disableDepthTestDistance!==e&&(this._disableDepthTestDistance=e,Lu(this,W5e))}},id:{get:function(){return this._id},set:function(e){this._id=e,l(this._pickId)&&(this._pickId.object.id=e)}},pickId:{get:function(){return this._pickId}},clusterShow:{get:function(){return this._clusterShow},set:function(e){this._clusterShow!==e&&(this._clusterShow=e,Lu(this,yre))}}});Cr.prototype.getPickId=function(e){return l(this._pickId)||(this._pickId=e.createPickId({primitive:this,collection:this._collection,id:this._id})),this._pickId};Cr.prototype._getActualPosition=function(){return this._actualPosition};Cr.prototype._setActualPosition=function(e){h.clone(e,this._actualPosition),Lu(this,xre)};var Are=new se;Cr._computeActualPosition=function(e,t,n){return t.mode===ee.SCENE3D?e:(F.multiplyByPoint(n,e,Are),Xi.computeActualWgs84Position(t,Are))};var Cre=new se;Cr._computeScreenSpacePosition=function(e,t,n,i){let o=F.multiplyByVector(e,se.fromElements(t.x,t.y,t.z,1,Cre),Cre);return Xi.wgs84ToWindowCoordinates(n,o,i)};Cr.prototype.computeScreenSpacePosition=function(e,t){let n=this._pointPrimitiveCollection;l(t)||(t=new H);let i=n.modelMatrix,o=Cr._computeScreenSpacePosition(i,this._actualPosition,e,t);if(!!l(o))return o.y=e.canvas.clientHeight-o.y,o};Cr.getScreenSpaceBoundingBox=function(e,t,n){let i=e.pixelSize,o=i*.5,r=t.x-o,s=t.y-o,a=i,c=i;return l(n)||(n=new He),n.x=r,n.y=s,n.width=a,n.height=c,n};Cr.prototype.equals=function(e){return this===e||l(e)&&this._id===e._id&&h.equals(this._position,e._position)&&U.equals(this._color,e._color)&&this._pixelSize===e._pixelSize&&this._outlineWidth===e._outlineWidth&&this._show===e._show&&U.equals(this._outlineColor,e._outlineColor)&&Et.equals(this._scaleByDistance,e._scaleByDistance)&&Et.equals(this._translucencyByDistance,e._translucencyByDistance)&&xt.equals(this._distanceDisplayCondition,e._distanceDisplayCondition)&&this._disableDepthTestDistance===e._disableDepthTestDistance};Cr.prototype._destroy=function(){this._pickId=this._pickId&&this._pickId.destroy(),this._pointPrimitiveCollection=void 0};var vs=Cr;var vy=`varying vec4 v_color;
varying vec4 v_outlineColor;
varying float v_innerPercent;
varying float v_pixelDistance;
varying vec4 v_pickColor;
void main()
{
float distanceToCenter = length(gl_PointCoord - vec2(0.5));
float maxDistance = max(0.0, 0.5 - v_pixelDistance);
float wholeAlpha = 1.0 - smoothstep(maxDistance, 0.5, distanceToCenter);
float innerAlpha = 1.0 - smoothstep(maxDistance * v_innerPercent, 0.5 * v_innerPercent, distanceToCenter);
vec4 color = mix(v_outlineColor, v_color, innerAlpha);
color.a *= wholeAlpha;
#if !defined(OPAQUE) && !defined(TRANSLUCENT)
if (color.a < 0.005)
{
discard;
}
#else
#ifdef OPAQUE
if (color.a < 0.995)
{
discard;
}
#else
if (color.a >= 0.995)
{
discard;
}
#endif
#endif
gl_FragColor = czm_gammaCorrect(color);
czm_writeLogDepth();
}
`;var XF=`uniform float u_maxTotalPointSize;
attribute vec4 positionHighAndSize;
attribute vec4 positionLowAndOutline;
attribute vec4 compressedAttribute0;
attribute vec4 compressedAttribute1;
attribute vec4 scaleByDistance;
attribute vec3 distanceDisplayConditionAndDisableDepth;
varying vec4 v_color;
varying vec4 v_outlineColor;
varying float v_innerPercent;
varying float v_pixelDistance;
varying vec4 v_pickColor;
const float SHIFT_LEFT8 = 256.0;
const float SHIFT_RIGHT8 = 1.0 / 256.0;
void main()
{
vec3 positionHigh = positionHighAndSize.xyz;
vec3 positionLow = positionLowAndOutline.xyz;
float outlineWidthBothSides = 2.0 * positionLowAndOutline.w;
float totalSize = positionHighAndSize.w + outlineWidthBothSides;
float outlinePercent = outlineWidthBothSides / totalSize;
totalSize *= czm_pixelRatio;
totalSize += 3.0;
float temp = compressedAttribute1.x * SHIFT_RIGHT8;
float show = floor(temp);
#ifdef EYE_DISTANCE_TRANSLUCENCY
vec4 translucencyByDistance;
translucencyByDistance.x = compressedAttribute1.z;
translucencyByDistance.z = compressedAttribute1.w;
translucencyByDistance.y = ((temp - floor(temp)) * SHIFT_LEFT8) / 255.0;
temp = compressedAttribute1.y * SHIFT_RIGHT8;
translucencyByDistance.w = ((temp - floor(temp)) * SHIFT_LEFT8) / 255.0;
#endif
vec4 color;
vec4 outlineColor;
vec4 pickColor;
temp = compressedAttribute0.z * SHIFT_RIGHT8;
pickColor.b = (temp - floor(temp)) * SHIFT_LEFT8;
temp = floor(temp) * SHIFT_RIGHT8;
pickColor.g = (temp - floor(temp)) * SHIFT_LEFT8;
pickColor.r = floor(temp);
temp = compressedAttribute0.x * SHIFT_RIGHT8;
color.b = (temp - floor(temp)) * SHIFT_LEFT8;
temp = floor(temp) * SHIFT_RIGHT8;
color.g = (temp - floor(temp)) * SHIFT_LEFT8;
color.r = floor(temp);
temp = compressedAttribute0.y * SHIFT_RIGHT8;
outlineColor.b = (temp - floor(temp)) * SHIFT_LEFT8;
temp = floor(temp) * SHIFT_RIGHT8;
outlineColor.g = (temp - floor(temp)) * SHIFT_LEFT8;
outlineColor.r = floor(temp);
temp = compressedAttribute0.w * SHIFT_RIGHT8;
pickColor.a = (temp - floor(temp)) * SHIFT_LEFT8;
pickColor = pickColor / 255.0;
temp = floor(temp) * SHIFT_RIGHT8;
outlineColor.a = (temp - floor(temp)) * SHIFT_LEFT8;
outlineColor /= 255.0;
color.a = floor(temp);
color /= 255.0;
vec4 p = czm_translateRelativeToEye(positionHigh, positionLow);
vec4 positionEC = czm_modelViewRelativeToEye * p;
#if defined(EYE_DISTANCE_SCALING) || defined(EYE_DISTANCE_TRANSLUCENCY) || defined(DISTANCE_DISPLAY_CONDITION) || defined(DISABLE_DEPTH_DISTANCE)
float lengthSq;
if (czm_sceneMode == czm_sceneMode2D)
{
lengthSq = czm_eyeHeight2D.y;
}
else
{
lengthSq = dot(positionEC.xyz, positionEC.xyz);
}
#endif
#ifdef EYE_DISTANCE_SCALING
totalSize *= czm_nearFarScalar(scaleByDistance, lengthSq);
#endif
totalSize = min(totalSize, u_maxTotalPointSize);
if (totalSize < 1.0)
{
positionEC.xyz = vec3(0.0);
totalSize = 1.0;
}
float translucency = 1.0;
#ifdef EYE_DISTANCE_TRANSLUCENCY
translucency = czm_nearFarScalar(translucencyByDistance, lengthSq);
if (translucency < 0.004)
{
positionEC.xyz = vec3(0.0);
}
#endif
#ifdef DISTANCE_DISPLAY_CONDITION
float nearSq = distanceDisplayConditionAndDisableDepth.x;
float farSq = distanceDisplayConditionAndDisableDepth.y;
if (lengthSq < nearSq || lengthSq > farSq) {
positionEC.xyz = vec3(0.0, 0.0, 1.0);
}
#endif
gl_Position = czm_projection * positionEC;
czm_vertexLogDepth();
#ifdef DISABLE_DEPTH_DISTANCE
float disableDepthTestDistance = distanceDisplayConditionAndDisableDepth.z;
if (disableDepthTestDistance == 0.0 && czm_minimumDisableDepthTestDistance != 0.0)
{
disableDepthTestDistance = czm_minimumDisableDepthTestDistance;
}
if (disableDepthTestDistance != 0.0)
{
float zclip = gl_Position.z / gl_Position.w;
bool clipped = (zclip < -1.0 || zclip > 1.0);
if (!clipped && (disableDepthTestDistance < 0.0 || (lengthSq > 0.0 && lengthSq < disableDepthTestDistance)))
{
gl_Position.z = -gl_Position.w;
#ifdef LOG_DEPTH
czm_vertexLogDepth(vec4(czm_currentFrustum.x));
#endif
}
}
#endif
v_color = color;
v_color.a *= translucency * show;
v_outlineColor = outlineColor;
v_outlineColor.a *= translucency * show;
v_innerPercent = 1.0 - outlinePercent;
v_pixelDistance = 2.0 / totalSize;
gl_PointSize = totalSize * show;
gl_Position *= show;
v_pickColor = pickColor;
}
`;var j5e=vs.SHOW_INDEX,z6=vs.POSITION_INDEX,Tre=vs.COLOR_INDEX,q5e=vs.OUTLINE_COLOR_INDEX,Y5e=vs.OUTLINE_WIDTH_INDEX,X5e=vs.PIXEL_SIZE_INDEX,Ere=vs.SCALE_BY_DISTANCE_INDEX,bre=vs.TRANSLUCENCY_BY_DISTANCE_INDEX,Sre=vs.DISTANCE_DISPLAY_CONDITION_INDEX,K5e=vs.DISABLE_DEPTH_DISTANCE_INDEX,H6=vs.NUMBER_OF_PROPERTIES,wa={positionHighAndSize:0,positionLowAndOutline:1,compressedAttribute0:2,compressedAttribute1:3,scaleByDistance:4,distanceDisplayConditionAndDisableDepth:5};function Fu(e){e=y(e,y.EMPTY_OBJECT),this._sp=void 0,this._spTranslucent=void 0,this._rsOpaque=void 0,this._rsTranslucent=void 0,this._vaf=void 0,this._pointPrimitives=[],this._pointPrimitivesToUpdate=[],this._pointPrimitivesToUpdateIndex=0,this._pointPrimitivesRemoved=!1,this._createVertexArray=!1,this._shaderScaleByDistance=!1,this._compiledShaderScaleByDistance=!1,this._shaderTranslucencyByDistance=!1,this._compiledShaderTranslucencyByDistance=!1,this._shaderDistanceDisplayCondition=!1,this._compiledShaderDistanceDisplayCondition=!1,this._shaderDisableDepthDistance=!1,this._compiledShaderDisableDepthDistance=!1,this._propertiesChanged=new Uint32Array(H6),this._maxPixelSize=1,this._baseVolume=new re,this._baseVolumeWC=new re,this._baseVolume2D=new re,this._boundingVolume=new re,this._boundingVolumeDirty=!1,this._colorCommands=[],this.show=y(e.show,!0),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._modelMatrix=F.clone(F.IDENTITY),this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.blendOption=y(e.blendOption,To.OPAQUE_AND_TRANSLUCENT),this._blendOption=void 0,this._mode=ee.SCENE3D,this._maxTotalPointSize=1,this._buffersUsage=[Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW,Le.STATIC_DRAW];let t=this;this._uniforms={u_maxTotalPointSize:function(){return t._maxTotalPointSize}}}Object.defineProperties(Fu.prototype,{length:{get:function(){return G6(this),this._pointPrimitives.length}}});function wre(e){let t=e.length;for(let n=0;n<t;++n)e[n]&&e[n]._destroy()}Fu.prototype.add=function(e){let t=new vs(e,this);return t._index=this._pointPrimitives.length,this._pointPrimitives.push(t),this._createVertexArray=!0,t};Fu.prototype.remove=function(e){return this.contains(e)?(this._pointPrimitives[e._index]=null,this._pointPrimitivesRemoved=!0,this._createVertexArray=!0,e._destroy(),!0):!1};Fu.prototype.removeAll=function(){wre(this._pointPrimitives),this._pointPrimitives=[],this._pointPrimitivesToUpdate=[],this._pointPrimitivesToUpdateIndex=0,this._pointPrimitivesRemoved=!1,this._createVertexArray=!0};function G6(e){if(e._pointPrimitivesRemoved){e._pointPrimitivesRemoved=!1;let t=[],n=e._pointPrimitives,i=n.length;for(let o=0,r=0;o<i;++o){let s=n[o];s&&(s._index=r++,t.push(s))}e._pointPrimitives=t}}Fu.prototype._updatePointPrimitive=function(e,t){e._dirty||(this._pointPrimitivesToUpdate[this._pointPrimitivesToUpdateIndex++]=e),++this._propertiesChanged[t]};Fu.prototype.contains=function(e){return l(e)&&e._pointPrimitiveCollection===this};Fu.prototype.get=function(e){return G6(this),this._pointPrimitives[e]};Fu.prototype.computeNewBuffersUsage=function(){let e=this._buffersUsage,t=!1,n=this._propertiesChanged;for(let i=0;i<H6;++i){let o=n[i]===0?Le.STATIC_DRAW:Le.STREAM_DRAW;t=t||e[i]!==o,e[i]=o}return t};function J5e(e,t,n){return new P_(e,[{index:wa.positionHighAndSize,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[z6]},{index:wa.positionLowAndShow,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[z6]},{index:wa.compressedAttribute0,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[Tre]},{index:wa.compressedAttribute1,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[bre]},{index:wa.scaleByDistance,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:n[Ere]},{index:wa.distanceDisplayConditionAndDisableDepth,componentsPerAttribute:3,componentDatatype:K.FLOAT,usage:n[Sre]}],t)}var V6=new Vn;function Dre(e,t,n,i){let o=i._index,r=i._getActualPosition();e._mode===ee.SCENE3D&&(re.expand(e._baseVolume,r,e._baseVolume),e._boundingVolumeDirty=!0),Vn.fromCartesian(r,V6);let s=i.pixelSize,a=i.outlineWidth;e._maxPixelSize=Math.max(e._maxPixelSize,s+a);let c=n[wa.positionHighAndSize],u=V6.high;c(o,u.x,u.y,u.z,s);let f=n[wa.positionLowAndOutline],d=V6.low;f(o,d.x,d.y,d.z,a)}var KF=65536,kw=256;function vre(e,t,n,i){let o=i._index,r=i.color,s=i.getPickId(t).color,a=i.outlineColor,c=U.floatToByte(r.red),u=U.floatToByte(r.green),f=U.floatToByte(r.blue),d=c*KF+u*kw+f;c=U.floatToByte(a.red),u=U.floatToByte(a.green),f=U.floatToByte(a.blue);let p=c*KF+u*kw+f;c=U.floatToByte(s.red),u=U.floatToByte(s.green),f=U.floatToByte(s.blue);let g=c*KF+u*kw+f,m=U.floatToByte(r.alpha)*KF+U.floatToByte(a.alpha)*kw+U.floatToByte(s.alpha),A=n[wa.compressedAttribute0];A(o,d,p,g,m)}function Pre(e,t,n,i){let o=i._index,r=0,s=1,a=1,c=1,u=i.translucencyByDistance;l(u)&&(r=u.near,s=u.nearValue,a=u.far,c=u.farValue,(s!==1||c!==1)&&(e._shaderTranslucencyByDistance=!0));let f=i.show&&i.clusterShow;i.color.alpha===0&&i.outlineColor.alpha===0&&(f=!1),s=I.clamp(s,0,1),s=s===1?255:s*255|0;let d=(f?1:0)*kw+s;c=I.clamp(c,0,1),c=c===1?255:c*255|0;let p=c,g=n[wa.compressedAttribute1];g(o,d,p,r,a)}function Ire(e,t,n,i){let o=i._index,r=n[wa.scaleByDistance],s=0,a=1,c=1,u=1,f=i.scaleByDistance;l(f)&&(s=f.near,a=f.nearValue,c=f.far,u=f.farValue,(a!==1||u!==1)&&(e._shaderScaleByDistance=!0)),r(o,s,a,c,u)}function Ore(e,t,n,i){let o=i._index,r=n[wa.distanceDisplayConditionAndDisableDepth],s=0,a=Number.MAX_VALUE,c=i.distanceDisplayCondition;l(c)&&(s=c.near,a=c.far,s*=s,a*=a,e._shaderDistanceDisplayCondition=!0);let u=i.disableDepthTestDistance;u*=u,u>0&&(e._shaderDisableDepthDistance=!0,u===Number.POSITIVE_INFINITY&&(u=-1)),r(o,s,a,u)}function Z5e(e,t,n,i){Dre(e,t,n,i),vre(e,t,n,i),Pre(e,t,n,i),Ire(e,t,n,i),Ore(e,t,n,i)}function U6(e,t,n,i,o,r){let s;i.mode===ee.SCENE3D?(s=e._baseVolume,e._boundingVolumeDirty=!0):s=e._baseVolume2D;let a=[];for(let c=0;c<n;++c){let u=t[c],f=u.position,d=vs._computeActualPosition(f,i,o);l(d)&&(u._setActualPosition(d),r?a.push(d):re.expand(s,d,s))}r&&re.fromPoints(a,s)}function Q5e(e,t){let n=t.mode,i=e._pointPrimitives,o=e._pointPrimitivesToUpdate,r=e._modelMatrix;e._createVertexArray||e._mode!==n||n!==ee.SCENE3D&&!F.equals(r,e.modelMatrix)?(e._mode=n,F.clone(e.modelMatrix,r),e._createVertexArray=!0,(n===ee.SCENE3D||n===ee.SCENE2D||n===ee.COLUMBUS_VIEW)&&U6(e,i,i.length,t,r,!0)):n===ee.MORPHING?U6(e,i,i.length,t,r,!0):(n===ee.SCENE2D||n===ee.COLUMBUS_VIEW)&&U6(e,o,e._pointPrimitivesToUpdateIndex,t,r,!1)}function $5e(e,t,n){let o=t.camera.getPixelSize(n,t.context.drawingBufferWidth,t.context.drawingBufferHeight)*e._maxPixelSize;n.radius+=o}var e6e=[];Fu.prototype.update=function(e){if(G6(this),!this.show)return;this._maxTotalPointSize=Vt.maximumAliasedPointSize,Q5e(this,e);let n=this._pointPrimitives.length,i=this._pointPrimitivesToUpdate,o=this._pointPrimitivesToUpdateIndex,r=this._propertiesChanged,s=this._createVertexArray,a,c=e.context,u=e.passes,f=u.pick;if(s||!f&&this.computeNewBuffersUsage()){this._createVertexArray=!1;for(let D=0;D<H6;++D)r[D]=0;if(this._vaf=this._vaf&&this._vaf.destroy(),n>0){this._vaf=J5e(c,n,this._buffersUsage),a=this._vaf.writers;for(let D=0;D<n;++D){let v=this._pointPrimitives[D];v._dirty=!1,Z5e(this,c,a,v)}this._vaf.commit()}this._pointPrimitivesToUpdateIndex=0}else if(o>0){let D=e6e;D.length=0,(r[z6]||r[Y5e]||r[X5e])&&D.push(Dre),(r[Tre]||r[q5e])&&D.push(vre),(r[j5e]||r[bre])&&D.push(Pre),r[Ere]&&D.push(Ire),(r[Sre]||r[K5e])&&D.push(Ore);let v=D.length;if(a=this._vaf.writers,o/n>.1){for(let O=0;O<o;++O){let R=i[O];R._dirty=!1;for(let M=0;M<v;++M)D[M](this,c,a,R)}this._vaf.commit()}else{for(let O=0;O<o;++O){let R=i[O];R._dirty=!1;for(let M=0;M<v;++M)D[M](this,c,a,R);this._vaf.subCommit(R._index,1)}this._vaf.endSubCommits()}this._pointPrimitivesToUpdateIndex=0}if(o>n*1.5&&(i.length=n),!l(this._vaf)||!l(this._vaf.va))return;this._boundingVolumeDirty&&(this._boundingVolumeDirty=!1,re.transform(this._baseVolume,this.modelMatrix,this._baseVolumeWC));let d,p=F.IDENTITY;e.mode===ee.SCENE3D?(p=this.modelMatrix,d=re.clone(this._baseVolumeWC,this._boundingVolume)):d=re.clone(this._baseVolume2D,this._boundingVolume),$5e(this,e,d);let g=this._blendOption!==this.blendOption;this._blendOption=this.blendOption,g&&(this._blendOption===To.OPAQUE||this._blendOption===To.OPAQUE_AND_TRANSLUCENT?this._rsOpaque=Ne.fromCache({depthTest:{enabled:!0,func:te.LEQUAL},depthMask:!0}):this._rsOpaque=void 0,this._blendOption===To.TRANSLUCENT||this._blendOption===To.OPAQUE_AND_TRANSLUCENT?this._rsTranslucent=Ne.fromCache({depthTest:{enabled:!0,func:te.LEQUAL},depthMask:!1,blending:an.ALPHA_BLEND}):this._rsTranslucent=void 0),this._shaderDisableDepthDistance=this._shaderDisableDepthDistance||e.minimumDisableDepthTestDistance!==0;let m,A;(g||this._shaderScaleByDistance&&!this._compiledShaderScaleByDistance||this._shaderTranslucencyByDistance&&!this._compiledShaderTranslucencyByDistance||this._shaderDistanceDisplayCondition&&!this._compiledShaderDistanceDisplayCondition||this._shaderDisableDepthDistance!==this._compiledShaderDisableDepthDistance)&&(m=new Ve({sources:[XF]}),this._shaderScaleByDistance&&m.defines.push("EYE_DISTANCE_SCALING"),this._shaderTranslucencyByDistance&&m.defines.push("EYE_DISTANCE_TRANSLUCENCY"),this._shaderDistanceDisplayCondition&&m.defines.push("DISTANCE_DISPLAY_CONDITION"),this._shaderDisableDepthDistance&&m.defines.push("DISABLE_DEPTH_DISTANCE"),this._blendOption===To.OPAQUE_AND_TRANSLUCENT&&(A=new Ve({defines:["OPAQUE"],sources:[vy]}),this._sp=jt.replaceCache({context:c,shaderProgram:this._sp,vertexShaderSource:m,fragmentShaderSource:A,attributeLocations:wa}),A=new Ve({defines:["TRANSLUCENT"],sources:[vy]}),this._spTranslucent=jt.replaceCache({context:c,shaderProgram:this._spTranslucent,vertexShaderSource:m,fragmentShaderSource:A,attributeLocations:wa})),this._blendOption===To.OPAQUE&&(A=new Ve({sources:[vy]}),this._sp=jt.replaceCache({context:c,shaderProgram:this._sp,vertexShaderSource:m,fragmentShaderSource:A,attributeLocations:wa})),this._blendOption===To.TRANSLUCENT&&(A=new Ve({sources:[vy]}),this._spTranslucent=jt.replaceCache({context:c,shaderProgram:this._spTranslucent,vertexShaderSource:m,fragmentShaderSource:A,attributeLocations:wa})),this._compiledShaderScaleByDistance=this._shaderScaleByDistance,this._compiledShaderTranslucencyByDistance=this._shaderTranslucencyByDistance,this._compiledShaderDistanceDisplayCondition=this._shaderDistanceDisplayCondition,this._compiledShaderDisableDepthDistance=this._shaderDisableDepthDistance);let C,x,b,E,S=e.commandList;if(u.render||f){let D=this._colorCommands,v=this._blendOption===To.OPAQUE,O=this._blendOption===To.OPAQUE_AND_TRANSLUCENT;C=this._vaf.va,x=C.length,D.length=x;let R=O?x*2:x;for(E=0;E<R;++E){let M=v||O&&E%2===0;b=D[E],l(b)||(b=D[E]=new Ze),b.primitiveType=Oe.POINTS,b.pass=M||!O?xe.OPAQUE:xe.TRANSLUCENT,b.owner=this;let L=O?Math.floor(E/2):E;b.boundingVolume=d,b.modelMatrix=p,b.shaderProgram=M?this._sp:this._spTranslucent,b.uniformMap=this._uniforms,b.vertexArray=C[L].va,b.renderState=M?this._rsOpaque:this._rsTranslucent,b.debugShowBoundingVolume=this.debugShowBoundingVolume,b.pickId="v_pickColor",S.push(b)}}};Fu.prototype.isDestroyed=function(){return!1};Fu.prototype.destroy=function(){return this._sp=this._sp&&this._sp.destroy(),this._spTranslucent=this._spTranslucent&&this._spTranslucent.destroy(),this._spPick=this._spPick&&this._spPick.destroy(),this._vaf=this._vaf&&this._vaf.destroy(),wre(this._pointPrimitives),le(this)};var Vw=Fu;var Fre=Ii(Bre(),1);function Wf(e){e=y(e,y.EMPTY_OBJECT),this._enabled=y(e.enabled,!1),this._pixelRange=y(e.pixelRange,80),this._minimumClusterSize=y(e.minimumClusterSize,2),this._clusterBillboards=y(e.clusterBillboards,!0),this._clusterLabels=y(e.clusterLabels,!0),this._clusterPoints=y(e.clusterPoints,!0),this._labelCollection=void 0,this._billboardCollection=void 0,this._pointCollection=void 0,this._clusterBillboardCollection=void 0,this._clusterLabelCollection=void 0,this._clusterPointCollection=void 0,this._collectionIndicesByEntity={},this._unusedLabelIndices=[],this._unusedBillboardIndices=[],this._unusedPointIndices=[],this._previousClusters=[],this._previousHeight=void 0,this._enabledDirty=!1,this._clusterDirty=!1,this._cluster=void 0,this._removeEventListener=void 0,this._clusterEvent=new _e,this.show=y(e.show,!0)}function t6e(e){return e.coord.x}function n6e(e){return e.coord.y}function Rre(e,t){e.x-=t,e.y-=t,e.width+=t*2,e.height+=t*2}var i6e=new He;function Mre(e,t,n,i,o){if(l(e._labelCollection)&&i._clusterLabels?o=dy.getScreenSpaceBoundingBox(e,t,o):l(e._billboardCollection)&&i._clusterBillboards?o=ho.getScreenSpaceBoundingBox(e,t,o):l(e._pointPrimitiveCollection)&&i._clusterPoints&&(o=vs.getScreenSpaceBoundingBox(e,t,o)),Rre(o,n),i._clusterLabels&&!l(e._labelCollection)&&l(e.id)&&Nre(i,e.id.id)&&l(e.id._label)){let r=i._collectionIndicesByEntity[e.id.id].labelIndex,s=i._labelCollection.get(r),a=dy.getScreenSpaceBoundingBox(s,t,i6e);Rre(a,n),o=He.union(o,a,o)}return o}function o6e(e,t){if(e.clusterShow=!0,!l(e._labelCollection)&&l(e.id)&&Nre(t,e.id.id)&&l(e.id._label)){let n=t._collectionIndicesByEntity[e.id.id].labelIndex,i=t._labelCollection.get(n);i.clusterShow=!0}}function Lre(e,t,n,i){let o={billboard:i._clusterBillboardCollection.add(),label:i._clusterLabelCollection.add(),point:i._clusterPointCollection.add()};o.billboard.show=!1,o.point.show=!1,o.label.show=!0,o.label.text=t.toLocaleString(),o.label.id=n,o.billboard.position=o.label.position=o.point.position=e,i._clusterEvent.raiseEvent(n,o)}function Nre(e,t){return l(e)&&l(e._collectionIndicesByEntity[t])&&l(e._collectionIndicesByEntity[t].labelIndex)}function q6(e,t,n,i,o){if(!l(e))return;let r=e.length;for(let s=0;s<r;++s){let a=e.get(s);if(a.clusterShow=!1,!a.show||o._scene.mode===ee.SCENE3D&&!i.isPointVisible(a.position))continue;let c=o._clusterLabels&&l(a._labelCollection),u=o._clusterBillboards&&l(a.id._billboard),f=o._clusterPoints&&l(a.id._point);if(c&&(f||u))continue;let d=a.computeScreenSpacePosition(n);!l(d)||t.push({index:s,collection:e,clustered:!1,coord:d})}}var r6e=new He,s6e=new He,a6e=new He;function c6e(e){return function(t){if(l(t)&&t<.05||!e.enabled)return;let n=e._scene,i=e._labelCollection,o=e._billboardCollection,r=e._pointCollection;if(!l(i)&&!l(o)&&!l(r)||!e._clusterBillboards&&!e._clusterLabels&&!e._clusterPoints)return;let s=e._clusterLabelCollection,a=e._clusterBillboardCollection,c=e._clusterPointCollection;l(s)?s.removeAll():s=e._clusterLabelCollection=new zm({scene:n}),l(a)?a.removeAll():a=e._clusterBillboardCollection=new Su({scene:n}),l(c)?c.removeAll():c=e._clusterPointCollection=new Vw;let u=e._pixelRange,f=e._minimumClusterSize,d=e._previousClusters,p=[],g=e._previousHeight,m=n.camera.positionCartographic.height,A=n.mapProjection.ellipsoid,C=n.camera.positionWC,x=new Z_(A,C),b=[];e._clusterLabels&&q6(i,b,n,x,e),e._clusterBillboards&&q6(o,b,n,x,e),e._clusterPoints&&q6(r,b,n,x,e);let E,S,D,v,O,R,M,L,_,T,w,P,B=new Fre.default(b,t6e,n6e,64,Int32Array);if(m<g)for(D=d.length,E=0;E<D;++E){let N=d[E];if(!x.isPointVisible(N.position))continue;let z=ho._computeScreenSpacePosition(F.IDENTITY,N.position,h.ZERO,H.ZERO,n);if(!l(z))continue;let V=1-m/g,G=N.width=N.width*V,k=N.height=N.height*V;G=Math.max(G,N.minimumWidth),k=Math.max(k,N.minimumHeight);let X=z.x-G*.5,q=z.y-k*.5,Y=z.x+G,W=z.y+k;for(O=B.range(X,q,Y,W),R=O.length,T=0,_=[],S=0;S<R;++S)M=O[S],L=b[M],L.clustered||(++T,w=L.collection,P=L.index,_.push(w.get(P).id));if(T>=f)for(Lre(N.position,T,_,e),p.push(N),S=0;S<R;++S)b[O[S]].clustered=!0}for(D=b.length,E=0;E<D;++E){let N=b[E];if(N.clustered)continue;N.clustered=!0,w=N.collection,P=N.index;let z=w.get(P);v=Mre(z,N.coord,u,e,r6e);let V=He.clone(v,s6e);O=B.range(v.x,v.y,v.x+v.width,v.y+v.height),R=O.length;let G=h.clone(z.position);for(T=1,_=[z.id],S=0;S<R;++S)if(M=O[S],L=b[M],!L.clustered){let k=L.collection.get(L.index),X=Mre(k,L.coord,u,e,a6e);h.add(k.position,G,G),He.union(V,X,V),++T,_.push(k.id)}if(T>=f){let k=h.multiplyByScalar(G,1/T,G);for(Lre(k,T,_,e),p.push({position:k,width:V.width,height:V.height,minimumWidth:v.width,minimumHeight:v.height}),S=0;S<R;++S)b[O[S]].clustered=!0}else o6e(z,e)}s.length===0&&(s.destroy(),e._clusterLabelCollection=void 0),a.length===0&&(a.destroy(),e._clusterBillboardCollection=void 0),c.length===0&&(c.destroy(),e._clusterPointCollection=void 0),e._previousClusters=p,e._previousHeight=m}}Wf.prototype._initialize=function(e){this._scene=e;let t=c6e(this);this._cluster=t,this._removeEventListener=e.camera.changed.addEventListener(t)};Object.defineProperties(Wf.prototype,{enabled:{get:function(){return this._enabled},set:function(e){this._enabledDirty=e!==this._enabled,this._enabled=e}},pixelRange:{get:function(){return this._pixelRange},set:function(e){this._clusterDirty=this._clusterDirty||e!==this._pixelRange,this._pixelRange=e}},minimumClusterSize:{get:function(){return this._minimumClusterSize},set:function(e){this._clusterDirty=this._clusterDirty||e!==this._minimumClusterSize,this._minimumClusterSize=e}},clusterEvent:{get:function(){return this._clusterEvent}},clusterBillboards:{get:function(){return this._clusterBillboards},set:function(e){this._clusterDirty=this._clusterDirty||e!==this._clusterBillboards,this._clusterBillboards=e}},clusterLabels:{get:function(){return this._clusterLabels},set:function(e){this._clusterDirty=this._clusterDirty||e!==this._clusterLabels,this._clusterLabels=e}},clusterPoints:{get:function(){return this._clusterPoints},set:function(e){this._clusterDirty=this._clusterDirty||e!==this._clusterPoints,this._clusterPoints=e}}});function X6(e,t,n,i){return function(o){let r=this[e];l(this._collectionIndicesByEntity)||(this._collectionIndicesByEntity={});let s=this._collectionIndicesByEntity[o.id];if(l(s)||(s=this._collectionIndicesByEntity[o.id]={billboardIndex:void 0,labelIndex:void 0,pointIndex:void 0}),l(r)&&l(s[i]))return r.get(s[i]);l(r)||(r=this[e]=new t({scene:this._scene}));let a,c,u=this[n];u.length>0?(a=u.pop(),c=r.get(a)):(c=r.add(),a=r.length-1),s[i]=a;let f=this;return Promise.resolve().then(function(){f._clusterDirty=!0}),c}}function K6(e,t){let n=e._collectionIndicesByEntity[t];!l(n.billboardIndex)&&!l(n.labelIndex)&&!l(n.pointIndex)&&delete e._collectionIndicesByEntity[t]}Wf.prototype.getLabel=X6("_labelCollection",zm,"_unusedLabelIndices","labelIndex");Wf.prototype.removeLabel=function(e){let t=this._collectionIndicesByEntity&&this._collectionIndicesByEntity[e.id];if(!l(this._labelCollection)||!l(t)||!l(t.labelIndex))return;let n=t.labelIndex;t.labelIndex=void 0,K6(this,e.id);let i=this._labelCollection.get(n);i.show=!1,i.text="",i.id=void 0,this._unusedLabelIndices.push(n),this._clusterDirty=!0};Wf.prototype.getBillboard=X6("_billboardCollection",Su,"_unusedBillboardIndices","billboardIndex");Wf.prototype.removeBillboard=function(e){let t=this._collectionIndicesByEntity&&this._collectionIndicesByEntity[e.id];if(!l(this._billboardCollection)||!l(t)||!l(t.billboardIndex))return;let n=t.billboardIndex;t.billboardIndex=void 0,K6(this,e.id);let i=this._billboardCollection.get(n);i.id=void 0,i.show=!1,i.image=void 0,this._unusedBillboardIndices.push(n),this._clusterDirty=!0};Wf.prototype.getPoint=X6("_pointCollection",Vw,"_unusedPointIndices","pointIndex");Wf.prototype.removePoint=function(e){let t=this._collectionIndicesByEntity&&this._collectionIndicesByEntity[e.id];if(!l(this._pointCollection)||!l(t)||!l(t.pointIndex))return;let n=t.pointIndex;t.pointIndex=void 0,K6(this,e.id);let i=this._pointCollection.get(n);i.show=!1,i.id=void 0,this._unusedPointIndices.push(n),this._clusterDirty=!0};function Y6(e){if(!l(e))return;let t=e.length;for(let n=0;n<t;++n)e.get(n).clusterShow=!0}function l6e(e){e.enabled||(l(e._clusterLabelCollection)&&e._clusterLabelCollection.destroy(),l(e._clusterBillboardCollection)&&e._clusterBillboardCollection.destroy(),l(e._clusterPointCollection)&&e._clusterPointCollection.destroy(),e._clusterLabelCollection=void 0,e._clusterBillboardCollection=void 0,e._clusterPointCollection=void 0,Y6(e._labelCollection),Y6(e._billboardCollection),Y6(e._pointCollection))}Wf.prototype.update=function(e){if(!this.show)return;let t;l(this._labelCollection)&&this._labelCollection.length>0&&this._labelCollection.get(0)._glyphs.length===0&&(t=e.commandList,e.commandList=[],this._labelCollection.update(e),e.commandList=t),l(this._billboardCollection)&&this._billboardCollection.length>0&&!l(this._billboardCollection.get(0).width)&&(t=e.commandList,e.commandList=[],this._billboardCollection.update(e),e.commandList=t),this._enabledDirty&&(this._enabledDirty=!1,l6e(this),this._clusterDirty=!0),this._clusterDirty&&(this._clusterDirty=!1,this._cluster()),l(this._clusterLabelCollection)&&this._clusterLabelCollection.update(e),l(this._clusterBillboardCollection)&&this._clusterBillboardCollection.update(e),l(this._clusterPointCollection)&&this._clusterPointCollection.update(e),l(this._labelCollection)&&this._labelCollection.update(e),l(this._billboardCollection)&&this._billboardCollection.update(e),l(this._pointCollection)&&this._pointCollection.update(e)};Wf.prototype.destroy=function(){this._labelCollection=this._labelCollection&&this._labelCollection.destroy(),this._billboardCollection=this._billboardCollection&&this._billboardCollection.destroy(),this._pointCollection=this._pointCollection&&this._pointCollection.destroy(),this._clusterLabelCollection=this._clusterLabelCollection&&this._clusterLabelCollection.destroy(),this._clusterBillboardCollection=this._clusterBillboardCollection&&this._clusterBillboardCollection.destroy(),this._clusterPointCollection=this._clusterPointCollection&&this._clusterPointCollection.destroy(),l(this._removeEventListener)&&(this._removeEventListener(),this._removeEventListener=void 0),this._labelCollection=void 0,this._billboardCollection=void 0,this._pointCollection=void 0,this._clusterBillboardCollection=void 0,this._clusterLabelCollection=void 0,this._clusterPointCollection=void 0,this._collectionIndicesByEntity=void 0,this._unusedLabelIndices=[],this._unusedBillboardIndices=[],this._unusedPointIndices=[],this._previousClusters=[],this._previousHeight=void 0,this._enabledDirty=!1,this._pixelRangeDirty=!1,this._minimumClusterSizeDirty=!1};var Nu=Wf;function J6(e){this._name=e,this._clock=void 0,this._changed=new _e,this._error=new _e,this._isLoading=!1,this._loading=new _e,this._entityCollection=new ws(this),this._entityCluster=new Nu}Object.defineProperties(J6.prototype,{name:{get:function(){return this._name},set:function(e){this._name!==e&&(this._name=e,this._changed.raiseEvent(this))}},clock:{get:function(){return this._clock},set:function(e){this._clock!==e&&(this._clock=e,this._changed.raiseEvent(this))}},entities:{get:function(){return this._entityCollection}},isLoading:{get:function(){return this._isLoading},set:function(e){Ir.setLoading(this,e)}},changedEvent:{get:function(){return this._changed}},errorEvent:{get:function(){return this._error}},loadingEvent:{get:function(){return this._loading}},show:{get:function(){return this._entityCollection.show},set:function(e){this._entityCollection.show=e}},clustering:{get:function(){return this._entityCluster},set:function(e){this._entityCluster=e}}});J6.prototype.update=function(e){return!0};var JF=J6;var kre={};kre.computePositions=function(e,t,n,i,o){let r=e*.5,s=-r,a=i+i,c=o?2*a:a,u=new Float64Array(c*3),f,d=0,p=0,g=o?a*3:0,m=o?(a+i)*3:i*3;for(f=0;f<i;f++){let A=f/i*I.TWO_PI,C=Math.cos(A),x=Math.sin(A),b=C*n,E=x*n,S=C*t,D=x*t;u[p+g]=b,u[p+g+1]=E,u[p+g+2]=s,u[p+m]=S,u[p+m+1]=D,u[p+m+2]=r,p+=3,o&&(u[d++]=b,u[d++]=E,u[d++]=s,u[d++]=S,u[d++]=D,u[d++]=r)}return u};var tT=kre;var Z6=new H,u6e=new h,f6e=new h,d6e=new h,h6e=new h;function ip(e){e=y(e,y.EMPTY_OBJECT);let t=e.length,n=e.topRadius,i=e.bottomRadius,o=y(e.vertexFormat,we.DEFAULT),r=y(e.slices,128);this._length=t,this._topRadius=n,this._bottomRadius=i,this._vertexFormat=we.clone(o),this._slices=r,this._offsetAttribute=e.offsetAttribute,this._workerName="createCylinderGeometry"}ip.packedLength=we.packedLength+5;ip.pack=function(e,t,n){return n=y(n,0),we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._length,t[n++]=e._topRadius,t[n++]=e._bottomRadius,t[n++]=e._slices,t[n]=y(e._offsetAttribute,-1),t};var Vre=new we,nT={vertexFormat:Vre,length:void 0,topRadius:void 0,bottomRadius:void 0,slices:void 0,offsetAttribute:void 0};ip.unpack=function(e,t,n){t=y(t,0);let i=we.unpack(e,t,Vre);t+=we.packedLength;let o=e[t++],r=e[t++],s=e[t++],a=e[t++],c=e[t];return l(n)?(n._vertexFormat=we.clone(i,n._vertexFormat),n._length=o,n._topRadius=r,n._bottomRadius=s,n._slices=a,n._offsetAttribute=c===-1?void 0:c,n):(nT.length=o,nT.topRadius=r,nT.bottomRadius=s,nT.slices=a,nT.offsetAttribute=c===-1?void 0:c,new ip(nT))};ip.createGeometry=function(e){let t=e._length,n=e._topRadius,i=e._bottomRadius,o=e._vertexFormat,r=e._slices;if(t<=0||n<0||i<0||n===0&&i===0)return;let s=r+r,a=r+s,c=s+s,u=tT.computePositions(t,n,i,r,!0),f=o.st?new Float32Array(c*2):void 0,d=o.normal?new Float32Array(c*3):void 0,p=o.tangent?new Float32Array(c*3):void 0,g=o.bitangent?new Float32Array(c*3):void 0,m,A=o.normal||o.tangent||o.bitangent;if(A){let O=o.tangent||o.bitangent,R=0,M=0,L=0,_=Math.atan2(i-n,t),T=u6e;T.z=Math.sin(_);let w=Math.cos(_),P=d6e,B=f6e;for(m=0;m<r;m++){let N=m/r*I.TWO_PI,z=w*Math.cos(N),V=w*Math.sin(N);A&&(T.x=z,T.y=V,O&&(P=h.normalize(h.cross(h.UNIT_Z,T,P),P)),o.normal&&(d[R++]=T.x,d[R++]=T.y,d[R++]=T.z,d[R++]=T.x,d[R++]=T.y,d[R++]=T.z),o.tangent&&(p[M++]=P.x,p[M++]=P.y,p[M++]=P.z,p[M++]=P.x,p[M++]=P.y,p[M++]=P.z),o.bitangent&&(B=h.normalize(h.cross(T,P,B),B),g[L++]=B.x,g[L++]=B.y,g[L++]=B.z,g[L++]=B.x,g[L++]=B.y,g[L++]=B.z))}for(m=0;m<r;m++)o.normal&&(d[R++]=0,d[R++]=0,d[R++]=-1),o.tangent&&(p[M++]=1,p[M++]=0,p[M++]=0),o.bitangent&&(g[L++]=0,g[L++]=-1,g[L++]=0);for(m=0;m<r;m++)o.normal&&(d[R++]=0,d[R++]=0,d[R++]=1),o.tangent&&(p[M++]=1,p[M++]=0,p[M++]=0),o.bitangent&&(g[L++]=0,g[L++]=1,g[L++]=0)}let C=12*r-12,x=Fe.createTypedArray(c,C),b=0,E=0;for(m=0;m<r-1;m++)x[b++]=E,x[b++]=E+2,x[b++]=E+3,x[b++]=E,x[b++]=E+3,x[b++]=E+1,E+=2;for(x[b++]=s-2,x[b++]=0,x[b++]=1,x[b++]=s-2,x[b++]=1,x[b++]=s-1,m=1;m<r-1;m++)x[b++]=s+m+1,x[b++]=s+m,x[b++]=s;for(m=1;m<r-1;m++)x[b++]=a,x[b++]=a+m,x[b++]=a+m+1;let S=0;if(o.st){let O=Math.max(n,i);for(m=0;m<c;m++){let R=h.fromArray(u,m*3,h6e);f[S++]=(R.x+O)/(2*O),f[S++]=(R.y+O)/(2*O)}}let D=new sn;o.position&&(D.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:u})),o.normal&&(D.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:d})),o.tangent&&(D.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:p})),o.bitangent&&(D.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:g})),o.st&&(D.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:f})),Z6.x=t*.5,Z6.y=Math.max(i,n);let v=new re(h.ZERO,H.magnitude(Z6));if(l(e._offsetAttribute)){t=u.length;let O=e._offsetAttribute===Zt.NONE?0:1,R=new Uint8Array(t/3).fill(O);D.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:R})}return new it({attributes:D,indices:x,primitiveType:Oe.TRIANGLES,boundingSphere:v,offsetAttribute:e._offsetAttribute})};var Q6;ip.getUnitCylinder=function(){return l(Q6)||(Q6=ip.createGeometry(new ip({topRadius:1,bottomRadius:1,length:1,vertexFormat:we.POSITION_ONLY}))),Q6};var ZF=ip;var $6=new H;function iT(e){e=y(e,y.EMPTY_OBJECT);let t=e.length,n=e.topRadius,i=e.bottomRadius,o=y(e.slices,128),r=Math.max(y(e.numberOfVerticalLines,16),0);this._length=t,this._topRadius=n,this._bottomRadius=i,this._slices=o,this._numberOfVerticalLines=r,this._offsetAttribute=e.offsetAttribute,this._workerName="createCylinderOutlineGeometry"}iT.packedLength=6;iT.pack=function(e,t,n){return n=y(n,0),t[n++]=e._length,t[n++]=e._topRadius,t[n++]=e._bottomRadius,t[n++]=e._slices,t[n++]=e._numberOfVerticalLines,t[n]=y(e._offsetAttribute,-1),t};var Py={length:void 0,topRadius:void 0,bottomRadius:void 0,slices:void 0,numberOfVerticalLines:void 0,offsetAttribute:void 0};iT.unpack=function(e,t,n){t=y(t,0);let i=e[t++],o=e[t++],r=e[t++],s=e[t++],a=e[t++],c=e[t];return l(n)?(n._length=i,n._topRadius=o,n._bottomRadius=r,n._slices=s,n._numberOfVerticalLines=a,n._offsetAttribute=c===-1?void 0:c,n):(Py.length=i,Py.topRadius=o,Py.bottomRadius=r,Py.slices=s,Py.numberOfVerticalLines=a,Py.offsetAttribute=c===-1?void 0:c,new iT(Py))};iT.createGeometry=function(e){let t=e._length,n=e._topRadius,i=e._bottomRadius,o=e._slices,r=e._numberOfVerticalLines;if(t<=0||n<0||i<0||n===0&&i===0)return;let s=o*2,a=tT.computePositions(t,n,i,o,!1),c=o*2,u;if(r>0){let A=Math.min(r,o);u=Math.round(o/A),c+=A}let f=Fe.createTypedArray(s,c*2),d=0,p;for(p=0;p<o-1;p++)f[d++]=p,f[d++]=p+1,f[d++]=p+o,f[d++]=p+1+o;if(f[d++]=o-1,f[d++]=0,f[d++]=o+o-1,f[d++]=o,r>0)for(p=0;p<o;p+=u)f[d++]=p,f[d++]=p+o;let g=new sn;g.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:a}),$6.x=t*.5,$6.y=Math.max(i,n);let m=new re(h.ZERO,H.magnitude($6));if(l(e._offsetAttribute)){t=a.length;let A=e._offsetAttribute===Zt.NONE?0:1,C=new Uint8Array(t/3).fill(A);g.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:C})}return new it({attributes:g,indices:f,primitiveType:Oe.LINES,boundingSphere:m,offsetAttribute:e._offsetAttribute})};var QF=iT;var Ure=h.ZERO,zre=new h,m6e=new h,Hre=new U;function p6e(e){this.id=e,this.vertexFormat=void 0,this.length=void 0,this.topRadius=void 0,this.bottomRadius=void 0,this.slices=void 0,this.numberOfVerticalLines=void 0,this.offsetAttribute=void 0}function Ol(e,t){$n.call(this,{entity:e,scene:t,geometryOptions:new p6e(e),geometryPropertyName:"cylinder",observedPropertyNames:["availability","position","orientation","cylinder"]}),this._onEntityPropertyChanged(e,"cylinder",e.cylinder,void 0)}l(Object.create)&&(Ol.prototype=Object.create($n.prototype),Ol.prototype.constructor=Ol);Object.defineProperties(Ol.prototype,{terrainOffsetProperty:{get:function(){return this._terrainOffsetProperty}}});Ol.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),o=this._distanceDisplayConditionProperty.getValue(e),r=Ln.fromDistanceDisplayCondition(o),s={show:i,distanceDisplayCondition:r,color:void 0,offset:void 0};if(this._materialProperty instanceof Pt){let a;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(a=this._materialProperty.color.getValue(e,Hre)),l(a)||(a=U.WHITE),s.color=Bt.fromColor(a)}return l(this._options.offsetAttribute)&&(s.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,Ure,zre))),new _t({id:t,geometry:new ZF(this._options),modelMatrix:t.computeModelMatrixForHeightReference(e,t.cylinder.heightReference,this._options.length*.5,this._scene.mapProjection.ellipsoid),attributes:s})};Ol.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,Hre),o=this._distanceDisplayConditionProperty.getValue(e),r={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(o),offset:void 0};return l(this._options.offsetAttribute)&&(r.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,Ure,zre))),new _t({id:t,geometry:new QF(this._options),modelMatrix:t.computeModelMatrixForHeightReference(e,t.cylinder.heightReference,this._options.length*.5,this._scene.mapProjection.ellipsoid),attributes:r})};Ol.prototype._computeCenter=function(e,t){return j.getValueOrUndefined(this._entity.position,e,t)};Ol.prototype._isHidden=function(e,t){return!l(e.position)||!l(t.length)||!l(t.topRadius)||!l(t.bottomRadius)||$n.prototype._isHidden.call(this,e,t)};Ol.prototype._isDynamic=function(e,t){return!e.position.isConstant||!j.isConstant(e.orientation)||!t.length.isConstant||!t.topRadius.isConstant||!t.bottomRadius.isConstant||!j.isConstant(t.slices)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.numberOfVerticalLines)};Ol.prototype._setStaticOptions=function(e,t){let n=j.getValueOrDefault(t.heightReference,ke.MINIMUM_VALUE,Ue.NONE),i=this._options;i.vertexFormat=this._materialProperty instanceof Pt?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,i.length=t.length.getValue(ke.MINIMUM_VALUE),i.topRadius=t.topRadius.getValue(ke.MINIMUM_VALUE),i.bottomRadius=t.bottomRadius.getValue(ke.MINIMUM_VALUE),i.slices=j.getValueOrUndefined(t.slices,ke.MINIMUM_VALUE),i.numberOfVerticalLines=j.getValueOrUndefined(t.numberOfVerticalLines,ke.MINIMUM_VALUE),i.offsetAttribute=n!==Ue.NONE?Zt.ALL:void 0};Ol.prototype._onEntityPropertyChanged=Kp;Ol.DynamicGeometryUpdater=oT;function oT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(oT.prototype=Object.create(Qn.prototype),oT.prototype.constructor=oT);oT.prototype._isHidden=function(e,t,n){let i=this._options,o=j.getValueOrUndefined(e.position,n,m6e);return!l(o)||!l(i.length)||!l(i.topRadius)||!l(i.bottomRadius)||Qn.prototype._isHidden.call(this,e,t,n)};oT.prototype._setOptions=function(e,t,n){let i=j.getValueOrDefault(t.heightReference,n,Ue.NONE),o=this._options;o.length=j.getValueOrUndefined(t.length,n),o.topRadius=j.getValueOrUndefined(t.topRadius,n),o.bottomRadius=j.getValueOrUndefined(t.bottomRadius,n),o.slices=j.getValueOrUndefined(t.slices,n),o.numberOfVerticalLines=j.getValueOrUndefined(t.numberOfVerticalLines,n),o.offsetAttribute=i!==Ue.NONE?Zt.ALL:void 0};var $F=Ol;var _6e={UNBOUNDED:0,CLAMPED:1,LOOP_STOP:2},Or=Object.freeze(_6e);var g6e={TICK_DEPENDENT:0,SYSTEM_CLOCK_MULTIPLIER:1,SYSTEM_CLOCK:2},po=Object.freeze(g6e);var y6e={NONE:0,HOLD:1,EXTRAPOLATE:2},ku=Object.freeze(y6e);var Gre=Ii(pl(),1);function A6e(e){let t=new Gre.default(e);t.normalize();let n=t.path(),i=n.lastIndexOf("/");return i!==-1&&(n=n.substr(i+1)),n}var Q_=A6e;var C6e=I.factorial;function e9(e,t,n,i,o,r){let s=0,a,c,u;if(i>0){for(c=0;c<o;c++){for(a=!1,u=0;u<r.length&&!a;u++)c===r[u]&&(a=!0);a||(r.push(c),s+=e9(e,t,n,i-1,o,r),r.splice(r.length-1,1))}return s}for(s=1,c=0;c<o;c++){for(a=!1,u=0;u<r.length&&!a;u++)c===r[u]&&(a=!0);a||(s*=e-n[t[c]])}return s}var eN={type:"Hermite"};eN.getRequiredDataPoints=function(e,t){return t=y(t,0),Math.max(Math.floor((e+1)/(t+1)),2)};eN.interpolateOrderZero=function(e,t,n,i,o){l(o)||(o=new Array(i));let r,s,a,c,u,f,d=t.length,p=new Array(i);for(r=0;r<i;r++){o[r]=0;let C=new Array(d);for(p[r]=C,s=0;s<d;s++)C[s]=[]}let g=d,m=new Array(g);for(r=0;r<g;r++)m[r]=r;let A=d-1;for(c=0;c<i;c++){for(s=0;s<g;s++)f=m[s]*i+c,p[c][0].push(n[f]);for(r=1;r<g;r++){let C=!1;for(s=0;s<g-r;s++){let x=t[m[s]],b=t[m[s+r]],E;b-x<=0?(f=m[s]*i+i*r+c,E=n[f],p[c][r].push(E/C6e(r))):(E=p[c][r-1][s+1]-p[c][r-1][s],p[c][r].push(E/(b-x))),C=C||E!==0}C||(A=r-1)}}for(a=0,u=0;a<=u;a++)for(r=a;r<=A;r++){let C=e9(e,m,t,a,r,[]);for(c=0;c<i;c++){let x=p[c][r][0];o[c+a*i]+=x*C}}return o};var x6e=[];eN.interpolate=function(e,t,n,i,o,r,s){let a=i*(r+1);l(s)||(s=new Array(a));for(let x=0;x<a;x++)s[x]=0;let c=t.length,u=new Array(c*(o+1)),f;for(f=0;f<c;f++)for(let x=0;x<o+1;x++)u[f*(o+1)+x]=f;let d=u.length,p=x6e,g=T6e(p,u,t,n,i,o),m=[],A=d*(d+1)/2,C=Math.min(g,r);for(let x=0;x<=C;x++)for(f=x;f<=g;f++){m.length=0;let b=e9(e,u,t,x,f,m),E=Math.floor(f*(1-f)/2)+d*f;for(let S=0;S<i;S++){let D=Math.floor(S*A),v=p[D+E];s[S+x*i]+=v*b}}return s};function T6e(e,t,n,i,o,r){let s,a,c=-1,u=t.length,f=u*(u+1)/2;for(let d=0;d<o;d++){let p=Math.floor(d*f);for(s=0;s<u;s++)a=t[s]*o*(r+1)+d,e[p+s]=i[a];for(let g=1;g<u;g++){let m=0,A=Math.floor(g*(1-g)/2)+u*g,C=!1;for(s=0;s<u-g;s++){let x=n[t[s]],b=n[t[s+g]],E,S;if(b-x<=0)a=t[s]*o*(r+1)+o*g+d,E=i[a],S=E/I.factorial(g),e[p+A+m]=S,m++;else{let D=Math.floor((g-1)*(2-g)/2)+u*(g-1);E=e[p+D+s+1]-e[p+D+s],S=E/(b-x),e[p+A+m]=S,m++}C=C||E!==0}C&&(c=Math.max(c,g))}}return c}var tN=eN;var t9={type:"Lagrange"};t9.getRequiredDataPoints=function(e){return Math.max(e+1,2)};t9.interpolateOrderZero=function(e,t,n,i,o){l(o)||(o=new Array(i));let r,s,a=t.length;for(r=0;r<i;r++)o[r]=0;for(r=0;r<a;r++){let c=1;for(s=0;s<a;s++)if(s!==r){let u=t[r]-t[s];c*=(e-t[s])/u}for(s=0;s<i;s++)o[s]+=c*n[r*i+s]}return o};var nN=t9;var n9={type:"Linear"};n9.getRequiredDataPoints=function(e){return 2};n9.interpolateOrderZero=function(e,t,n,i,o){l(o)||(o=new Array(i));let r,s,a,c=t[0],u=t[1];for(r=0;r<i;r++)s=n[r],a=n[r+i],o[r]=((a-s)*e+u*s-c*a)/(u-c);return o};var rT=n9;function Da(e,t,n){this.clock=y(e,0),this.cone=y(t,0),this.magnitude=y(n,1)}Da.fromCartesian3=function(e,t){let n=e.x,i=e.y,o=e.z,r=n*n+i*i;return l(t)||(t=new Da),t.clock=Math.atan2(i,n),t.cone=Math.atan2(Math.sqrt(r),o),t.magnitude=Math.sqrt(r+o*o),t};Da.clone=function(e,t){if(!!l(e))return l(t)?(t.clock=e.clock,t.cone=e.cone,t.magnitude=e.magnitude,t):new Da(e.clock,e.cone,e.magnitude)};Da.normalize=function(e,t){return l(t)?(t.clock=e.clock,t.cone=e.cone,t.magnitude=1,t):new Da(e.clock,e.cone,1)};Da.equals=function(e,t){return e===t||l(e)&&l(t)&&e.clock===t.clock&&e.cone===t.cone&&e.magnitude===t.magnitude};Da.equalsEpsilon=function(e,t,n){return n=y(n,0),e===t||l(e)&&l(t)&&Math.abs(e.clock-t.clock)<=n&&Math.abs(e.cone-t.cone)<=n&&Math.abs(e.magnitude-t.magnitude)<=n};Da.prototype.equals=function(e){return Da.equals(this,e)};Da.prototype.clone=function(e){return Da.clone(this,e)};Da.prototype.equalsEpsilon=function(e,t){return Da.equalsEpsilon(this,e,t)};Da.prototype.toString=function(){return`(${this.clock}, ${this.cone}, ${this.magnitude})`};var iN=Da;var Kw=Ii(pl(),1);var i9;typeof performance<"u"&&typeof performance.now=="function"&&isFinite(performance.now())?i9=function(){return performance.now()}:i9=function(){return Date.now()};var wi=i9;function o9(e){e=y(e,y.EMPTY_OBJECT);let t=e.currentTime,n=e.startTime,i=e.stopTime;l(t)?t=$.clone(t):l(n)?t=$.clone(n):l(i)?t=$.addDays(i,-1,new $):t=$.now(),l(n)?n=$.clone(n):n=$.clone(t),l(i)?i=$.clone(i):i=$.addDays(n,1,new $),this.startTime=n,this.stopTime=i,this.clockRange=y(e.clockRange,Or.UNBOUNDED),this.canAnimate=y(e.canAnimate,!0),this.onTick=new _e,this.onStop=new _e,this._currentTime=void 0,this._multiplier=void 0,this._clockStep=void 0,this._shouldAnimate=void 0,this._lastSystemTime=wi(),this.currentTime=t,this.multiplier=y(e.multiplier,1),this.shouldAnimate=y(e.shouldAnimate,!1),this.clockStep=y(e.clockStep,po.SYSTEM_CLOCK_MULTIPLIER)}Object.defineProperties(o9.prototype,{currentTime:{get:function(){return this._currentTime},set:function(e){$.equals(this._currentTime,e)||(this._clockStep===po.SYSTEM_CLOCK&&(this._clockStep=po.SYSTEM_CLOCK_MULTIPLIER),this._currentTime=e)}},multiplier:{get:function(){return this._multiplier},set:function(e){this._multiplier!==e&&(this._clockStep===po.SYSTEM_CLOCK&&(this._clockStep=po.SYSTEM_CLOCK_MULTIPLIER),this._multiplier=e)}},clockStep:{get:function(){return this._clockStep},set:function(e){e===po.SYSTEM_CLOCK&&(this._multiplier=1,this._shouldAnimate=!0,this._currentTime=$.now()),this._clockStep=e}},shouldAnimate:{get:function(){return this._shouldAnimate},set:function(e){this._shouldAnimate!==e&&(this._clockStep===po.SYSTEM_CLOCK&&(this._clockStep=po.SYSTEM_CLOCK_MULTIPLIER),this._shouldAnimate=e)}}});o9.prototype.tick=function(){let e=wi(),t=$.clone(this._currentTime);if(this.canAnimate&&this._shouldAnimate){let n=this._clockStep;if(n===po.SYSTEM_CLOCK)t=$.now(t);else{let i=this._multiplier;if(n===po.TICK_DEPENDENT)t=$.addSeconds(t,i,t);else{let a=e-this._lastSystemTime;t=$.addSeconds(t,i*(a/1e3),t)}let o=this.clockRange,r=this.startTime,s=this.stopTime;if(o===Or.CLAMPED)$.lessThan(t,r)?t=$.clone(r,t):$.greaterThan(t,s)&&(t=$.clone(s,t),this.onStop.raiseEvent(this));else if(o===Or.LOOP_STOP)for($.lessThan(t,r)&&(t=$.clone(r,t));$.greaterThan(t,s);)t=$.addSeconds(r,$.secondsDifference(t,s),t),this.onStop.raiseEvent(this)}}return this._currentTime=t,this._lastSystemTime=e,this.onTick.raiseEvent(this),t};var mh=o9;function Iy(){this._definitionChanged=new _e,this._startTime=void 0,this._stopTime=void 0,this._currentTime=void 0,this._clockRange=void 0,this._clockStep=void 0,this._multiplier=void 0}Object.defineProperties(Iy.prototype,{definitionChanged:{get:function(){return this._definitionChanged}},startTime:Cl("startTime"),stopTime:Cl("stopTime"),currentTime:Cl("currentTime"),clockRange:Cl("clockRange"),clockStep:Cl("clockStep"),multiplier:Cl("multiplier")});Iy.prototype.clone=function(e){return l(e)||(e=new Iy),e.startTime=this.startTime,e.stopTime=this.stopTime,e.currentTime=this.currentTime,e.clockRange=this.clockRange,e.clockStep=this.clockStep,e.multiplier=this.multiplier,e};Iy.prototype.equals=function(e){return this===e||l(e)&&$.equals(this.startTime,e.startTime)&&$.equals(this.stopTime,e.stopTime)&&$.equals(this.currentTime,e.currentTime)&&this.clockRange===e.clockRange&&this.clockStep===e.clockStep&&this.multiplier===e.multiplier};Iy.prototype.merge=function(e){this.startTime=y(this.startTime,e.startTime),this.stopTime=y(this.stopTime,e.stopTime),this.currentTime=y(this.currentTime,e.currentTime),this.clockRange=y(this.clockRange,e.clockRange),this.clockStep=y(this.clockStep,e.clockStep),this.multiplier=y(this.multiplier,e.multiplier)};Iy.prototype.getValue=function(e){return l(e)||(e=new mh),e.startTime=y(this.startTime,e.startTime),e.stopTime=y(this.stopTime,e.stopTime),e.currentTime=y(this.currentTime,e.currentTime),e.clockRange=y(this.clockRange,e.clockRange),e.multiplier=y(this.multiplier,e.multiplier),e.clockStep=y(this.clockStep,e.clockStep),e};var ph=Iy;var E6e=U.WHITE,b6e=.1,S6e=new H(8,8),w6e=new H(0,0),D6e=new H(1,1);function sT(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._color=void 0,this._colorSubscription=void 0,this._cellAlpha=void 0,this._cellAlphaSubscription=void 0,this._lineCount=void 0,this._lineCountSubscription=void 0,this._lineThickness=void 0,this._lineThicknessSubscription=void 0,this._lineOffset=void 0,this._lineOffsetSubscription=void 0,this.color=e.color,this.cellAlpha=e.cellAlpha,this.lineCount=e.lineCount,this.lineThickness=e.lineThickness,this.lineOffset=e.lineOffset}Object.defineProperties(sT.prototype,{isConstant:{get:function(){return j.isConstant(this._color)&&j.isConstant(this._cellAlpha)&&j.isConstant(this._lineCount)&&j.isConstant(this._lineThickness)&&j.isConstant(this._lineOffset)}},definitionChanged:{get:function(){return this._definitionChanged}},color:ae("color"),cellAlpha:ae("cellAlpha"),lineCount:ae("lineCount"),lineThickness:ae("lineThickness"),lineOffset:ae("lineOffset")});sT.prototype.getType=function(e){return"Grid"};sT.prototype.getValue=function(e,t){return l(t)||(t={}),t.color=j.getValueOrClonedDefault(this._color,e,E6e,t.color),t.cellAlpha=j.getValueOrDefault(this._cellAlpha,e,b6e),t.lineCount=j.getValueOrClonedDefault(this._lineCount,e,S6e,t.lineCount),t.lineThickness=j.getValueOrClonedDefault(this._lineThickness,e,D6e,t.lineThickness),t.lineOffset=j.getValueOrClonedDefault(this._lineOffset,e,w6e,t.lineOffset),t};sT.prototype.equals=function(e){return this===e||e instanceof sT&&j.equals(this._color,e._color)&&j.equals(this._cellAlpha,e._cellAlpha)&&j.equals(this._lineCount,e._lineCount)&&j.equals(this._lineThickness,e._lineThickness)&&j.equals(this._lineOffset,e._lineOffset)};var Uw=sT;function aT(e){this._definitionChanged=new _e,this._color=void 0,this._colorSubscription=void 0,this.color=e}Object.defineProperties(aT.prototype,{isConstant:{get:function(){return j.isConstant(this._color)}},definitionChanged:{get:function(){return this._definitionChanged}},color:ae("color")});aT.prototype.getType=function(e){return"PolylineArrow"};aT.prototype.getValue=function(e,t){return l(t)||(t={}),t.color=j.getValueOrClonedDefault(this._color,e,U.WHITE,t.color),t};aT.prototype.equals=function(e){return this===e||e instanceof aT&&j.equals(this._color,e._color)};var zw=aT;var v6e=U.WHITE,P6e=U.TRANSPARENT,I6e=16,O6e=255;function cT(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._color=void 0,this._colorSubscription=void 0,this._gapColor=void 0,this._gapColorSubscription=void 0,this._dashLength=void 0,this._dashLengthSubscription=void 0,this._dashPattern=void 0,this._dashPatternSubscription=void 0,this.color=e.color,this.gapColor=e.gapColor,this.dashLength=e.dashLength,this.dashPattern=e.dashPattern}Object.defineProperties(cT.prototype,{isConstant:{get:function(){return j.isConstant(this._color)&&j.isConstant(this._gapColor)&&j.isConstant(this._dashLength)&&j.isConstant(this._dashPattern)}},definitionChanged:{get:function(){return this._definitionChanged}},color:ae("color"),gapColor:ae("gapColor"),dashLength:ae("dashLength"),dashPattern:ae("dashPattern")});cT.prototype.getType=function(e){return"PolylineDash"};cT.prototype.getValue=function(e,t){return l(t)||(t={}),t.color=j.getValueOrClonedDefault(this._color,e,v6e,t.color),t.gapColor=j.getValueOrClonedDefault(this._gapColor,e,P6e,t.gapColor),t.dashLength=j.getValueOrDefault(this._dashLength,e,I6e,t.dashLength),t.dashPattern=j.getValueOrDefault(this._dashPattern,e,O6e,t.dashPattern),t};cT.prototype.equals=function(e){return this===e||e instanceof cT&&j.equals(this._color,e._color)&&j.equals(this._gapColor,e._gapColor)&&j.equals(this._dashLength,e._dashLength)&&j.equals(this._dashPattern,e._dashPattern)};var Hw=cT;var B6e=U.WHITE,R6e=.25,M6e=1;function lT(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._color=void 0,this._colorSubscription=void 0,this._glowPower=void 0,this._glowPowerSubscription=void 0,this._taperPower=void 0,this._taperPowerSubscription=void 0,this.color=e.color,this.glowPower=e.glowPower,this.taperPower=e.taperPower}Object.defineProperties(lT.prototype,{isConstant:{get:function(){return j.isConstant(this._color)&&j.isConstant(this._glow)}},definitionChanged:{get:function(){return this._definitionChanged}},color:ae("color"),glowPower:ae("glowPower"),taperPower:ae("taperPower")});lT.prototype.getType=function(e){return"PolylineGlow"};lT.prototype.getValue=function(e,t){return l(t)||(t={}),t.color=j.getValueOrClonedDefault(this._color,e,B6e,t.color),t.glowPower=j.getValueOrDefault(this._glowPower,e,R6e,t.glowPower),t.taperPower=j.getValueOrDefault(this._taperPower,e,M6e,t.taperPower),t};lT.prototype.equals=function(e){return this===e||e instanceof lT&&j.equals(this._color,e._color)&&j.equals(this._glowPower,e._glowPower)&&j.equals(this._taperPower,e._taperPower)};var Gw=lT;var L6e=U.WHITE,F6e=U.BLACK,N6e=1;function uT(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._color=void 0,this._colorSubscription=void 0,this._outlineColor=void 0,this._outlineColorSubscription=void 0,this._outlineWidth=void 0,this._outlineWidthSubscription=void 0,this.color=e.color,this.outlineColor=e.outlineColor,this.outlineWidth=e.outlineWidth}Object.defineProperties(uT.prototype,{isConstant:{get:function(){return j.isConstant(this._color)&&j.isConstant(this._outlineColor)&&j.isConstant(this._outlineWidth)}},definitionChanged:{get:function(){return this._definitionChanged}},color:ae("color"),outlineColor:ae("outlineColor"),outlineWidth:ae("outlineWidth")});uT.prototype.getType=function(e){return"PolylineOutline"};uT.prototype.getValue=function(e,t){return l(t)||(t={}),t.color=j.getValueOrClonedDefault(this._color,e,L6e,t.color),t.outlineColor=j.getValueOrClonedDefault(this._outlineColor,e,F6e,t.outlineColor),t.outlineWidth=j.getValueOrDefault(this._outlineWidth,e,N6e),t};uT.prototype.equals=function(e){return this===e||e instanceof uT&&j.equals(this._color,e._color)&&j.equals(this._outlineColor,e._outlineColor)&&j.equals(this._outlineWidth,e._outlineWidth)};var Oy=uT;function op(e,t){this._value=void 0,this._definitionChanged=new _e,this._eventHelper=new vr,this._referenceFrame=y(t,eo.FIXED),this.setValue(e)}Object.defineProperties(op.prototype,{isConstant:{get:function(){let e=this._value;if(!l(e))return!0;let t=e.length;for(let n=0;n<t;n++)if(!j.isConstant(e[n]))return!1;return!0}},definitionChanged:{get:function(){return this._definitionChanged}},referenceFrame:{get:function(){return this._referenceFrame}}});op.prototype.getValue=function(e,t){return this.getValueInReferenceFrame(e,eo.FIXED,t)};op.prototype.getValueInReferenceFrame=function(e,t,n){let i=this._value;if(!l(i))return;let o=i.length;l(n)||(n=new Array(o));let r=0,s=0;for(;r<o;){let c=i[r].getValueInReferenceFrame(e,t,n[r]);l(c)&&(n[s]=c,s++),r++}return n.length=s,n};op.prototype.setValue=function(e){let t=this._eventHelper;if(t.removeAll(),l(e)){this._value=e.slice();let n=e.length;for(let i=0;i<n;i++){let o=e[i];l(o)&&t.add(o.definitionChanged,op.prototype._raiseDefinitionChanged,this)}}else this._value=void 0;this._definitionChanged.raiseEvent(this)};op.prototype.equals=function(e){return this===e||e instanceof op&&this._referenceFrame===e._referenceFrame&&j.arrayEquals(this._value,e._value)};op.prototype._raiseDefinitionChanged=function(){this._definitionChanged.raiseEvent(this)};var $_=op;function eg(e){this._value=void 0,this._definitionChanged=new _e,this._eventHelper=new vr,this.setValue(e)}Object.defineProperties(eg.prototype,{isConstant:{get:function(){let e=this._value;if(!l(e))return!0;let t=e.length;for(let n=0;n<t;n++)if(!j.isConstant(e[n]))return!1;return!0}},definitionChanged:{get:function(){return this._definitionChanged}}});eg.prototype.getValue=function(e,t){let n=this._value;if(!l(n))return;let i=n.length;l(t)||(t=new Array(i));let o=0,r=0;for(;o<i;){let a=this._value[o].getValue(e,t[o]);l(a)&&(t[r]=a,r++),o++}return t.length=r,t};eg.prototype.setValue=function(e){let t=this._eventHelper;if(t.removeAll(),l(e)){this._value=e.slice();let n=e.length;for(let i=0;i<n;i++){let o=e[i];l(o)&&t.add(o.definitionChanged,eg.prototype._raiseDefinitionChanged,this)}}else this._value=void 0;this._definitionChanged.raiseEvent(this)};eg.prototype.equals=function(e){return this===e||e instanceof eg&&j.arrayEquals(this._value,e._value)};eg.prototype._raiseDefinitionChanged=function(){this._definitionChanged.raiseEvent(this)};var Ww=eg;function By(e){let t=e._targetProperty;if(!l(t)){let n=e._targetEntity;if(!l(n)){if(n=e._targetCollection.getById(e._targetId),!l(n)){e._targetEntity=e._targetProperty=void 0;return}n.definitionChanged.addEventListener(Bl.prototype._onTargetEntityDefinitionChanged,e),e._targetEntity=n}let i=e._targetPropertyNames;t=e._targetEntity;for(let o=0,r=i.length;o<r&&l(t);++o)t=t[i[o]];e._targetProperty=t}return t}function Bl(e,t,n){this._targetCollection=e,this._targetId=t,this._targetPropertyNames=n,this._targetProperty=void 0,this._targetEntity=void 0,this._definitionChanged=new _e,e.collectionChanged.addEventListener(Bl.prototype._onCollectionChanged,this)}Object.defineProperties(Bl.prototype,{isConstant:{get:function(){return j.isConstant(By(this))}},definitionChanged:{get:function(){return this._definitionChanged}},referenceFrame:{get:function(){let e=By(this);return l(e)?e.referenceFrame:void 0}},targetId:{get:function(){return this._targetId}},targetCollection:{get:function(){return this._targetCollection}},targetPropertyNames:{get:function(){return this._targetPropertyNames}},resolvedProperty:{get:function(){return By(this)}}});Bl.fromString=function(e,t){let n,i=[],o=!0,r=!1,s="";for(let a=0;a<t.length;++a){let c=t.charAt(a);r?(s+=c,r=!1):c==="\\"?r=!0:o&&c==="#"?(n=s,o=!1,s=""):!o&&c==="."?(i.push(s),s=""):s+=c}return i.push(s),new Bl(e,n,i)};Bl.prototype.getValue=function(e,t){let n=By(this);return l(n)?n.getValue(e,t):void 0};Bl.prototype.getValueInReferenceFrame=function(e,t,n){let i=By(this);return l(i)?i.getValueInReferenceFrame(e,t,n):void 0};Bl.prototype.getType=function(e){let t=By(this);return l(t)?t.getType(e):void 0};Bl.prototype.equals=function(e){if(this===e)return!0;let t=this._targetPropertyNames,n=e._targetPropertyNames;if(this._targetCollection!==e._targetCollection||this._targetId!==e._targetId||t.length!==n.length)return!1;let i=this._targetPropertyNames.length;for(let o=0;o<i;o++)if(t[o]!==n[o])return!1;return!0};Bl.prototype._onTargetEntityDefinitionChanged=function(e,t,n,i){l(this._targetProperty)&&this._targetPropertyNames[0]===t&&(this._targetProperty=void 0,this._definitionChanged.raiseEvent(this))};Bl.prototype._onCollectionChanged=function(e,t,n){let i=this._targetEntity;l(i)&&n.indexOf(i)!==-1?(i.definitionChanged.removeEventListener(Bl.prototype._onTargetEntityDefinitionChanged,this),this._targetEntity=this._targetProperty=void 0):l(i)||(i=By(this),l(i)&&this._definitionChanged.raiseEvent(this))};var tg=Bl;var k6e={packedLength:1,pack:function(e,t,n){return n=y(n,0),t[n]=e,t},unpack:function(e,t,n){return t=y(t,0),e[t]},convertPackedArrayForInterpolation:function(e,t,n,i){l(i)||(i=[]),t=y(t,0),n=y(n,e.length);let o;for(let r=0,s=n-t+1;r<s;r++){let a=e[t+r];r===0||Math.abs(o-a)<Math.PI?i[r]=a:i[r]=a-I.TWO_PI,o=a}},unpackInterpolationResult:function(e,t,n,i,o){return o=e[0],o<0?o+I.TWO_PI:o}},jf=k6e;var Wre={packedLength:1,pack:function(e,t,n){n=y(n,0),t[n]=e},unpack:function(e,t,n){return t=y(t,0),e[t]}};function jre(e,t,n){let i,o=e.length,r=n.length,s=o+r;if(e.length=s,o!==t){let a=o-1;for(i=s-1;i>=t;i--)e[i]=e[a--]}for(i=0;i<r;i++)e[t++]=n[i]}function qre(e,t){return e instanceof $?e:typeof e=="string"?$.fromIso8601(e):$.addSeconds(t,e,new $)}var r9=[],s9=[];function oN(e,t,n,i,o){let r=0,s,a,c,u,f,d;for(;r<i.length;){f=qre(i[r],e),c=jo(t,f,$.compare);let p=0,g=0;if(c<0){for(c=~c,u=c*o,a=void 0,d=t[c];r<i.length&&(f=qre(i[r],e),!(l(a)&&$.compare(a,f)>=0||l(d)&&$.compare(f,d)>=0));){for(r9[p++]=f,r=r+1,s=0;s<o;s++)s9[g++]=i[r],r=r+1;a=f}p>0&&(s9.length=g,jre(n,u,s9),r9.length=p,jre(t,c,r9))}else{for(s=0;s<o;s++)r++,n[c*o+s]=i[r];r++}}}function qf(e,t){let n=e;n===Number&&(n=Wre);let i=n.packedLength,o=y(n.packedInterpolationLength,i),r=0,s;if(l(t)){let a=t.length;s=new Array(a);for(let c=0;c<a;c++){let u=t[c];u===Number&&(u=Wre);let f=u.packedLength;i+=f,o+=y(u.packedInterpolationLength,f),s[c]=u}r=a}this._type=e,this._innerType=n,this._interpolationDegree=1,this._interpolationAlgorithm=rT,this._numberOfPoints=0,this._times=[],this._values=[],this._xTable=[],this._yTable=[],this._packedLength=i,this._packedInterpolationLength=o,this._updateTableLength=!0,this._interpolationResult=new Array(o),this._definitionChanged=new _e,this._derivativeTypes=t,this._innerDerivativeTypes=s,this._inputOrder=r,this._forwardExtrapolationType=ku.NONE,this._forwardExtrapolationDuration=0,this._backwardExtrapolationType=ku.NONE,this._backwardExtrapolationDuration=0}Object.defineProperties(qf.prototype,{isConstant:{get:function(){return this._values.length===0}},definitionChanged:{get:function(){return this._definitionChanged}},type:{get:function(){return this._type}},derivativeTypes:{get:function(){return this._derivativeTypes}},interpolationDegree:{get:function(){return this._interpolationDegree}},interpolationAlgorithm:{get:function(){return this._interpolationAlgorithm}},forwardExtrapolationType:{get:function(){return this._forwardExtrapolationType},set:function(e){this._forwardExtrapolationType!==e&&(this._forwardExtrapolationType=e,this._definitionChanged.raiseEvent(this))}},forwardExtrapolationDuration:{get:function(){return this._forwardExtrapolationDuration},set:function(e){this._forwardExtrapolationDuration!==e&&(this._forwardExtrapolationDuration=e,this._definitionChanged.raiseEvent(this))}},backwardExtrapolationType:{get:function(){return this._backwardExtrapolationType},set:function(e){this._backwardExtrapolationType!==e&&(this._backwardExtrapolationType=e,this._definitionChanged.raiseEvent(this))}},backwardExtrapolationDuration:{get:function(){return this._backwardExtrapolationDuration},set:function(e){this._backwardExtrapolationDuration!==e&&(this._backwardExtrapolationDuration=e,this._definitionChanged.raiseEvent(this))}}});qf.prototype.getValue=function(e,t){let n=this._times,i=n.length;if(i===0)return;let o,r=this._innerType,s=this._values,a=jo(n,e,$.compare);if(a<0){if(a=~a,a===0){let S=n[a];if(o=this._backwardExtrapolationDuration,this._backwardExtrapolationType===ku.NONE||o!==0&&$.secondsDifference(S,e)>o)return;if(this._backwardExtrapolationType===ku.HOLD)return r.unpack(s,0,t)}if(a>=i){a=i-1;let S=n[a];if(o=this._forwardExtrapolationDuration,this._forwardExtrapolationType===ku.NONE||o!==0&&$.secondsDifference(e,S)>o)return;if(this._forwardExtrapolationType===ku.HOLD)return a=i-1,r.unpack(s,a*r.packedLength,t)}let c=this._xTable,u=this._yTable,f=this._interpolationAlgorithm,d=this._packedInterpolationLength,p=this._inputOrder;if(this._updateTableLength){this._updateTableLength=!1;let S=Math.min(f.getRequiredDataPoints(this._interpolationDegree,p),i);S!==this._numberOfPoints&&(this._numberOfPoints=S,c.length=S,u.length=S*d)}let g=this._numberOfPoints-1;if(g<1)return;let m=0,A=i-1;if(A-m+1>=g+1){let S=a-(g/2|0)-1;S<m&&(S=m);let D=S+g;D>A&&(D=A,S=D-g,S<m&&(S=m)),m=S,A=D}let x=A-m+1;for(let S=0;S<x;++S)c[S]=$.secondsDifference(n[m+S],n[A]);if(l(r.convertPackedArrayForInterpolation))r.convertPackedArrayForInterpolation(s,m,A,u);else{let S=0,D=this._packedLength,v=m*D,O=(A+1)*D;for(;v<O;)u[S]=s[v],v++,S++}let b=$.secondsDifference(e,n[A]),E;if(p===0||!l(f.interpolate))E=f.interpolateOrderZero(b,c,u,d,this._interpolationResult);else{let S=Math.floor(d/(p+1));E=f.interpolate(b,c,u,S,p,p,this._interpolationResult)}return l(r.unpackInterpolationResult)?r.unpackInterpolationResult(E,s,m,A,t):r.unpack(E,0,t)}return r.unpack(s,a*this._packedLength,t)};qf.prototype.setInterpolationOptions=function(e){if(!l(e))return;let t=!1,n=e.interpolationAlgorithm,i=e.interpolationDegree;l(n)&&this._interpolationAlgorithm!==n&&(this._interpolationAlgorithm=n,t=!0),l(i)&&this._interpolationDegree!==i&&(this._interpolationDegree=i,t=!0),t&&(this._updateTableLength=!0,this._definitionChanged.raiseEvent(this))};qf.prototype.addSample=function(e,t,n){let i=this._innerDerivativeTypes,o=l(i),r=this._innerType,s=[];if(s.push(e),r.pack(t,s,s.length),o){let a=i.length;for(let c=0;c<a;c++)i[c].pack(n[c],s,s.length)}oN(void 0,this._times,this._values,s,this._packedLength),this._updateTableLength=!0,this._definitionChanged.raiseEvent(this)};qf.prototype.addSamples=function(e,t,n){let i=this._innerDerivativeTypes,o=l(i),r=this._innerType,s=e.length,a=[];for(let c=0;c<s;c++)if(a.push(e[c]),r.pack(t[c],a,a.length),o){let u=n[c],f=i.length;for(let d=0;d<f;d++)i[d].pack(u[d],a,a.length)}oN(void 0,this._times,this._values,a,this._packedLength),this._updateTableLength=!0,this._definitionChanged.raiseEvent(this)};qf.prototype.addSamplesPackedArray=function(e,t){oN(t,this._times,this._values,e,this._packedLength),this._updateTableLength=!0,this._definitionChanged.raiseEvent(this)};qf.prototype.removeSample=function(e){let t=jo(this._times,e,$.compare);return t<0?!1:(Yre(this,t,1),!0)};function Yre(e,t,n){let i=e._packedLength;e._times.splice(t,n),e._values.splice(t*i,n*i),e._updateTableLength=!0,e._definitionChanged.raiseEvent(e)}qf.prototype.removeSamples=function(e){let t=this._times,n=jo(t,e.start,$.compare);n<0?n=~n:e.isStartIncluded||++n;let i=jo(t,e.stop,$.compare);i<0?i=~i:e.isStopIncluded&&++i,Yre(this,n,i-n)};qf.prototype.equals=function(e){if(this===e)return!0;if(!l(e)||this._type!==e._type||this._interpolationDegree!==e._interpolationDegree||this._interpolationAlgorithm!==e._interpolationAlgorithm)return!1;let t=this._derivativeTypes,n=l(t),i=e._derivativeTypes,o=l(i);if(n!==o)return!1;let r,s;if(n){if(s=t.length,s!==i.length)return!1;for(r=0;r<s;r++)if(t[r]!==i[r])return!1}let a=this._times,c=e._times;if(s=a.length,s!==c.length)return!1;for(r=0;r<s;r++)if(!$.equals(a[r],c[r]))return!1;let u=this._values,f=e._values;for(s=u.length,r=0;r<s;r++)if(u[r]!==f[r])return!1;return!0};qf._mergeNewSamples=oN;var Vu=qf;function Uu(e,t){t=y(t,0);let n;if(t>0){n=new Array(t);for(let i=0;i<t;i++)n[i]=h}this._numberOfDerivatives=t,this._property=new Vu(h,n),this._definitionChanged=new _e,this._referenceFrame=y(e,eo.FIXED),this._property._definitionChanged.addEventListener(function(){this._definitionChanged.raiseEvent(this)},this)}Object.defineProperties(Uu.prototype,{isConstant:{get:function(){return this._property.isConstant}},definitionChanged:{get:function(){return this._definitionChanged}},referenceFrame:{get:function(){return this._referenceFrame}},interpolationDegree:{get:function(){return this._property.interpolationDegree}},interpolationAlgorithm:{get:function(){return this._property.interpolationAlgorithm}},numberOfDerivatives:{get:function(){return this._numberOfDerivatives}},forwardExtrapolationType:{get:function(){return this._property.forwardExtrapolationType},set:function(e){this._property.forwardExtrapolationType=e}},forwardExtrapolationDuration:{get:function(){return this._property.forwardExtrapolationDuration},set:function(e){this._property.forwardExtrapolationDuration=e}},backwardExtrapolationType:{get:function(){return this._property.backwardExtrapolationType},set:function(e){this._property.backwardExtrapolationType=e}},backwardExtrapolationDuration:{get:function(){return this._property.backwardExtrapolationDuration},set:function(e){this._property.backwardExtrapolationDuration=e}}});Uu.prototype.getValue=function(e,t){return this.getValueInReferenceFrame(e,eo.FIXED,t)};Uu.prototype.getValueInReferenceFrame=function(e,t,n){if(n=this._property.getValue(e,n),l(n))return jp.convertToReferenceFrame(e,n,this._referenceFrame,t,n)};Uu.prototype.setInterpolationOptions=function(e){this._property.setInterpolationOptions(e)};Uu.prototype.addSample=function(e,t,n){let i=this._numberOfDerivatives;this._property.addSample(e,t,n)};Uu.prototype.addSamples=function(e,t,n){this._property.addSamples(e,t,n)};Uu.prototype.addSamplesPackedArray=function(e,t){this._property.addSamplesPackedArray(e,t)};Uu.prototype.removeSample=function(e){return this._property.removeSample(e)};Uu.prototype.removeSamples=function(e){this._property.removeSamples(e)};Uu.prototype.equals=function(e){return this===e||e instanceof Uu&&j.equals(this._property,e._property)&&this._referenceFrame===e._referenceFrame};var Qs=Uu;var V6e={HORIZONTAL:0,VERTICAL:1},_h=Object.freeze(V6e);var U6e=_h.HORIZONTAL,z6e=U.WHITE,H6e=U.BLACK,G6e=0,W6e=1;function fT(e){e=y(e,y.EMPTY_OBJECT),this._definitionChanged=new _e,this._orientation=void 0,this._orientationSubscription=void 0,this._evenColor=void 0,this._evenColorSubscription=void 0,this._oddColor=void 0,this._oddColorSubscription=void 0,this._offset=void 0,this._offsetSubscription=void 0,this._repeat=void 0,this._repeatSubscription=void 0,this.orientation=e.orientation,this.evenColor=e.evenColor,this.oddColor=e.oddColor,this.offset=e.offset,this.repeat=e.repeat}Object.defineProperties(fT.prototype,{isConstant:{get:function(){return j.isConstant(this._orientation)&&j.isConstant(this._evenColor)&&j.isConstant(this._oddColor)&&j.isConstant(this._offset)&&j.isConstant(this._repeat)}},definitionChanged:{get:function(){return this._definitionChanged}},orientation:ae("orientation"),evenColor:ae("evenColor"),oddColor:ae("oddColor"),offset:ae("offset"),repeat:ae("repeat")});fT.prototype.getType=function(e){return"Stripe"};fT.prototype.getValue=function(e,t){return l(t)||(t={}),t.horizontal=j.getValueOrDefault(this._orientation,e,U6e)===_h.HORIZONTAL,t.evenColor=j.getValueOrClonedDefault(this._evenColor,e,z6e,t.evenColor),t.oddColor=j.getValueOrClonedDefault(this._oddColor,e,H6e,t.oddColor),t.offset=j.getValueOrDefault(this._offset,e,G6e),t.repeat=j.getValueOrDefault(this._repeat,e,W6e),t};fT.prototype.equals=function(e){return this===e||e instanceof fT&&j.equals(this._orientation,e._orientation)&&j.equals(this._evenColor,e._evenColor)&&j.equals(this._oddColor,e._oddColor)&&j.equals(this._offset,e._offset)&&j.equals(this._repeat,e._repeat)};var jw=fT;function ng(e){this._definitionChanged=new _e,this._intervals=new Pr,this._intervals.changedEvent.addEventListener(ng.prototype._intervalsChanged,this),this._referenceFrame=y(e,eo.FIXED)}Object.defineProperties(ng.prototype,{isConstant:{get:function(){return this._intervals.isEmpty}},definitionChanged:{get:function(){return this._definitionChanged}},intervals:{get:function(){return this._intervals}},referenceFrame:{get:function(){return this._referenceFrame}}});ng.prototype.getValue=function(e,t){return this.getValueInReferenceFrame(e,eo.FIXED,t)};ng.prototype.getValueInReferenceFrame=function(e,t,n){let i=this._intervals.findDataForIntervalContainingDate(e);if(l(i))return jp.convertToReferenceFrame(e,i,this._referenceFrame,t,n)};ng.prototype.equals=function(e){return this===e||e instanceof ng&&this._intervals.equals(e._intervals,j.equals)&&this._referenceFrame===e._referenceFrame};ng.prototype._intervalsChanged=function(){this._definitionChanged.raiseEvent(this)};var ig=ng;function Ry(){this._definitionChanged=new _e,this._intervals=new Pr,this._intervals.changedEvent.addEventListener(Ry.prototype._intervalsChanged,this)}Object.defineProperties(Ry.prototype,{isConstant:{get:function(){return this._intervals.isEmpty}},definitionChanged:{get:function(){return this._definitionChanged}},intervals:{get:function(){return this._intervals}}});Ry.prototype.getValue=function(e,t){let n=this._intervals.findDataForIntervalContainingDate(e);return l(n)&&typeof n.clone=="function"?n.clone(t):n};Ry.prototype.equals=function(e){return this===e||e instanceof Ry&&this._intervals.equals(e._intervals,j.equals)};Ry.prototype._intervalsChanged=function(){this._definitionChanged.raiseEvent(this)};var og=Ry;function dT(e,t){this._position=void 0,this._subscription=void 0,this._definitionChanged=new _e,this._normalize=y(t,!0),this.position=e}Object.defineProperties(dT.prototype,{isConstant:{get:function(){return j.isConstant(this._position)}},definitionChanged:{get:function(){return this._definitionChanged}},position:{get:function(){return this._position},set:function(e){let t=this._position;t!==e&&(l(t)&&this._subscription(),this._position=e,l(e)&&(this._subscription=e._definitionChanged.addEventListener(function(){this._definitionChanged.raiseEvent(this)},this)),this._definitionChanged.raiseEvent(this))}},normalize:{get:function(){return this._normalize},set:function(e){this._normalize!==e&&(this._normalize=e,this._definitionChanged.raiseEvent(this))}}});var j6e=new h,Xre=new h,Kre=new $,a9=1/60;dT.prototype.getValue=function(e,t){return this._getValue(e,t)};dT.prototype._getValue=function(e,t,n){l(t)||(t=new h);let i=this._position;if(j.isConstant(i))return this._normalize?void 0:h.clone(h.ZERO,t);let o=i.getValue(e,j6e),r=i.getValue($.addSeconds(e,a9,Kre),Xre);if(!l(o)||!l(r)&&(r=o,o=i.getValue($.addSeconds(e,-a9,Kre),Xre),!l(o)))return;if(h.equals(o,r))return this._normalize?void 0:h.clone(h.ZERO,t);l(n)&&o.clone(n);let s=h.subtract(r,o,t);return this._normalize?h.normalize(s,t):h.divideByScalar(s,a9,t)};dT.prototype.equals=function(e){return this===e||e instanceof dT&&j.equals(this._position,e._position)};var hT=dT;function qw(e,t){this._velocityVectorProperty=new hT(e,!0),this._subscription=void 0,this._ellipsoid=void 0,this._definitionChanged=new _e,this.ellipsoid=y(t,ie.WGS84);let n=this;this._velocityVectorProperty.definitionChanged.addEventListener(function(){n._definitionChanged.raiseEvent(n)})}Object.defineProperties(qw.prototype,{isConstant:{get:function(){return j.isConstant(this._velocityVectorProperty)}},definitionChanged:{get:function(){return this._definitionChanged}},position:{get:function(){return this._velocityVectorProperty.position},set:function(e){this._velocityVectorProperty.position=e}},ellipsoid:{get:function(){return this._ellipsoid},set:function(e){this._ellipsoid!==e&&(this._ellipsoid=e,this._definitionChanged.raiseEvent(this))}}});var Jre=new h,q6e=new h,Zre=new Q;qw.prototype.getValue=function(e,t){let n=this._velocityVectorProperty._getValue(e,q6e,Jre);if(!!l(n))return vt.rotationMatrixFromPositionVelocity(Jre,n,this._ellipsoid,Zre),Be.fromRotationMatrix(Zre,t)};qw.prototype.equals=function(e){return this===e||e instanceof qw&&j.equals(this._velocityVectorProperty,e._velocityVectorProperty)&&(this._ellipsoid===e._ellipsoid||this._ellipsoid.equals(e._ellipsoid))};var rN=qw;function rg(){}rg.packedLength=h.packedLength;rg.unpack=h.unpack;rg.pack=h.pack;var c9;function Yw(e,t){return t[0]==="#"&&(t=c9+t),tg.fromString(e,t)}function Qre(e,t,n){if(l(n.reference))return Yw(t,n.reference);if(l(n.velocityReference)){let i=Yw(t,n.velocityReference);switch(e){case h:case rg:return new hT(i,e===rg);case Be:return new rN(i)}}throw new de(`${JSON.stringify(n)} is not valid CZML.`)}function Y6e(e,t){return new jd(function(n,i){return t(e.getValue(n,i))},e.isConstant)}var Di=new h,dc=new iN,va=new he,My=new gn,sN=new Be;function X6e(e){let t=e.rgbaf;if(l(t))return t;let n=e.rgba;if(!l(n))return;let i=n.length;if(i===U.packedLength)return[U.byteToFloat(n[0]),U.byteToFloat(n[1]),U.byteToFloat(n[2]),U.byteToFloat(n[3])];t=new Array(i);for(let o=0;o<i;o+=5)t[o]=n[o],t[o+1]=U.byteToFloat(n[o+1]),t[o+2]=U.byteToFloat(n[o+2]),t[o+3]=U.byteToFloat(n[o+3]),t[o+4]=U.byteToFloat(n[o+4]);return t}function $re(e,t){let n=y(e.uri,e);return l(t)?t.getDerivedResource({url:n}):Pe.createIfNeeded(n)}function K6e(e){let t=e.wsen;if(l(t))return t;let n=e.wsenDegrees;if(!l(n))return;let i=n.length;if(i===ce.packedLength)return[I.toRadians(n[0]),I.toRadians(n[1]),I.toRadians(n[2]),I.toRadians(n[3])];t=new Array(i);for(let o=0;o<i;o+=5)t[o]=n[o],t[o+1]=I.toRadians(n[o+1]),t[o+2]=I.toRadians(n[o+2]),t[o+3]=I.toRadians(n[o+3]),t[o+4]=I.toRadians(n[o+4]);return t}function J6e(e){let t=e.length;if(dc.magnitude=1,t===2)return dc.clock=e[0],dc.cone=e[1],h.fromSpherical(dc,Di),[Di.x,Di.y,Di.z];let n=new Array(t/3*4);for(let i=0,o=0;i<t;i+=3,o+=4)n[o]=e[i],dc.clock=e[i+1],dc.cone=e[i+2],h.fromSpherical(dc,Di),n[o+1]=Di.x,n[o+2]=Di.y,n[o+3]=Di.z;return n}function Z6e(e){let t=e.length;if(t===3)return dc.clock=e[0],dc.cone=e[1],dc.magnitude=e[2],h.fromSpherical(dc,Di),[Di.x,Di.y,Di.z];let n=new Array(t);for(let i=0;i<t;i+=4)n[i]=e[i],dc.clock=e[i+1],dc.cone=e[i+2],dc.magnitude=e[i+3],h.fromSpherical(dc,Di),n[i+1]=Di.x,n[i+2]=Di.y,n[i+3]=Di.z;return n}function Q6e(e){let t=e.length;if(t===3)return va.longitude=e[0],va.latitude=e[1],va.height=e[2],ie.WGS84.cartographicToCartesian(va,Di),[Di.x,Di.y,Di.z];let n=new Array(t);for(let i=0;i<t;i+=4)n[i]=e[i],va.longitude=e[i+1],va.latitude=e[i+2],va.height=e[i+3],ie.WGS84.cartographicToCartesian(va,Di),n[i+1]=Di.x,n[i+2]=Di.y,n[i+3]=Di.z;return n}function $6e(e){let t=e.length;if(t===3)return va.longitude=I.toRadians(e[0]),va.latitude=I.toRadians(e[1]),va.height=e[2],ie.WGS84.cartographicToCartesian(va,Di),[Di.x,Di.y,Di.z];let n=new Array(t);for(let i=0;i<t;i+=4)n[i]=e[i],va.longitude=I.toRadians(e[i+1]),va.latitude=I.toRadians(e[i+2]),va.height=e[i+3],ie.WGS84.cartographicToCartesian(va,Di),n[i+1]=Di.x,n[i+2]=Di.y,n[i+3]=Di.z;return n}function l9(e){let t=e.cartesian;if(l(t))return t;let n=e.cartesianVelocity;if(l(n))return n;let i=e.unitCartesian;if(l(i))return i;let o=e.unitSpherical;if(l(o))return J6e(o);let r=e.spherical;if(l(r))return Z6e(r);let s=e.cartographicRadians;if(l(s))return Q6e(s);let a=e.cartographicDegrees;if(l(a))return $6e(a);throw new de(`${JSON.stringify(e)} is not a valid CZML interval.`)}function ese(e,t){h.unpack(e,t,Di),h.normalize(Di,Di),h.pack(Di,e,t)}function e9e(e){let t=l9(e);if(t.length===3)return ese(t,0),t;for(let n=1;n<t.length;n+=4)ese(t,n);return t}function tse(e,t){Be.unpack(e,t,sN),Be.normalize(sN,sN),Be.pack(sN,e,t)}function t9e(e){let t=e.unitQuaternion;if(l(t)){if(t.length===4)return tse(t,0),t;for(let n=1;n<t.length;n+=5)tse(t,n)}return t}function nse(e){return typeof e=="boolean"?Boolean:typeof e=="number"?Number:typeof e=="string"?String:e.hasOwnProperty("array")?Array:e.hasOwnProperty("boolean")?Boolean:e.hasOwnProperty("boundingRectangle")?He:e.hasOwnProperty("cartesian2")?H:e.hasOwnProperty("cartesian")||e.hasOwnProperty("spherical")||e.hasOwnProperty("cartographicRadians")||e.hasOwnProperty("cartographicDegrees")?h:e.hasOwnProperty("unitCartesian")||e.hasOwnProperty("unitSpherical")?rg:e.hasOwnProperty("rgba")||e.hasOwnProperty("rgbaf")?U:e.hasOwnProperty("arcType")?qt:e.hasOwnProperty("classificationType")?Fn:e.hasOwnProperty("colorBlendMode")?rc:e.hasOwnProperty("cornerType")?Si:e.hasOwnProperty("heightReference")?Ue:e.hasOwnProperty("horizontalOrigin")?li:e.hasOwnProperty("date")?$:e.hasOwnProperty("labelStyle")?Mo:e.hasOwnProperty("number")?Number:e.hasOwnProperty("nearFarScalar")?Et:e.hasOwnProperty("distanceDisplayCondition")?xt:e.hasOwnProperty("object")||e.hasOwnProperty("value")?Object:e.hasOwnProperty("unitQuaternion")?Be:e.hasOwnProperty("shadowMode")?hn:e.hasOwnProperty("string")?String:e.hasOwnProperty("stripeOrientation")?_h:e.hasOwnProperty("wsen")||e.hasOwnProperty("wsenDegrees")?ce:e.hasOwnProperty("uri")?Kw.default:e.hasOwnProperty("verticalOrigin")?Sn:Object}function n9e(e,t,n){switch(e){case qt:return qt[y(t.arcType,t)];case Array:return t.array;case Boolean:return y(t.boolean,t);case He:return t.boundingRectangle;case H:return t.cartesian2;case h:return l9(t);case rg:return e9e(t);case U:return X6e(t);case Fn:return Fn[y(t.classificationType,t)];case rc:return rc[y(t.colorBlendMode,t)];case Si:return Si[y(t.cornerType,t)];case Ue:return Ue[y(t.heightReference,t)];case li:return li[y(t.horizontalOrigin,t)];case Image:return $re(t,n);case $:return $.fromIso8601(y(t.date,t));case Mo:return Mo[y(t.labelStyle,t)];case Number:return y(t.number,t);case Et:return t.nearFarScalar;case xt:return t.distanceDisplayCondition;case Object:return y(y(t.object,t.value),t);case Be:return t9e(t);case jf:return y(t.number,t);case hn:return hn[y(y(t.shadowMode,t.shadows),t)];case String:return y(t.string,t);case _h:return _h[y(t.stripeOrientation,t)];case ce:return K6e(t);case Kw.default:return $re(t,n);case Sn:return Sn[y(t.verticalOrigin,t)];default:throw new de(e)}}var i9e={HERMITE:tN,LAGRANGE:nN,LINEAR:rT};function aN(e,t){let n=e.interpolationAlgorithm,i=e.interpolationDegree;(l(n)||l(i))&&t.setInterpolationOptions({interpolationAlgorithm:i9e[n],interpolationDegree:i});let o=e.forwardExtrapolationType;l(o)&&(t.forwardExtrapolationType=ku[o]);let r=e.forwardExtrapolationDuration;l(r)&&(t.forwardExtrapolationDuration=r);let s=e.backwardExtrapolationType;l(s)&&(t.backwardExtrapolationType=ku[s]);let a=e.backwardExtrapolationDuration;l(a)&&(t.backwardExtrapolationDuration=a)}var ise={iso8601:void 0};function tr(e){if(!!l(e))return ise.iso8601=e,gn.fromIso8601(ise)}function u9(e){let t=ke.MAXIMUM_INTERVAL.clone();return t.data=e,t}function ose(e){let t=new lc;return t.intervals.addInterval(u9(e)),t}function rse(e){let t=new Zs(e.referenceFrame);return t.intervals.addInterval(u9(e)),t}function cN(e,t,n,i,o,r,s){let a=tr(i.interval);l(o)&&(l(a)?a=gn.intersect(a,o,My):a=o);let c,u,f,d=!l(i.reference)&&!l(i.velocityReference),p=l(a)&&!a.equals(ke.MAXIMUM_INTERVAL);if(i.delete===!0){if(!p){t[n]=void 0;return}return _se(t[n],a)}let g=!1;if(d){if(u=n9e(e,i,r),!l(u))return;c=y(e.packedLength,1),f=y(u.length,1),g=!l(i.array)&&typeof u!="string"&&f>c&&e!==Object}let m=typeof e.unpack=="function"&&e!==jf;if(!g&&!p){d?t[n]=new Xn(m?e.unpack(u,0):u):t[n]=Qre(e,s,i);return}let A=t[n],C,x=i.epoch;if(l(x)&&(C=$.fromIso8601(x)),g&&!p){A instanceof Vu||(t[n]=A=new Vu(e)),A.addSamplesPackedArray(u,C),aN(i,A);return}let b;if(!g&&p){a=a.clone(),d?a.data=m?e.unpack(u,0):u:a.data=Qre(e,s,i),l(A)||(t[n]=A=d?new og:new lc),d&&A instanceof og?A.intervals.addInterval(a):A instanceof lc?(d&&(a.data=new Xn(a.data)),A.intervals.addInterval(a)):(t[n]=A=ose(A),d&&(a.data=new Xn(a.data)),A.intervals.addInterval(a));return}l(A)||(t[n]=A=new lc),A instanceof lc||(t[n]=A=ose(A));let E=A.intervals;b=E.findInterval(a),(!l(b)||!(b.data instanceof Vu))&&(b=a.clone(),b.data=new Vu(e),E.addInterval(b)),b.data.addSamplesPackedArray(u,C),aN(i,b.data)}function _se(e,t){if(e instanceof Vu){e.removeSamples(t);return}else if(e instanceof og){e.intervals.removeInterval(t);return}else if(e instanceof lc){let n=e.intervals;for(let i=0;i<n.length;++i){let o=gn.intersect(n.get(i),t,My);o.isEmpty||_se(o.data,t)}n.removeInterval(t);return}}function me(e,t,n,i,o,r,s){if(!!l(i))if(Array.isArray(i))for(let a=0,c=i.length;a<c;++a)cN(e,t,n,i[a],o,r,s);else cN(e,t,n,i,o,r,s)}function sse(e,t,n,i,o,r){let s=tr(n.interval);l(i)&&(l(s)?s=gn.intersect(s,i,My):s=i);let a=l(n.cartesianVelocity)?1:0,c=h.packedLength*(a+1),u,f,d=!l(n.reference),p=l(s)&&!s.equals(ke.MAXIMUM_INTERVAL);if(n.delete===!0){if(!p){e[t]=void 0;return}return gse(e[t],s)}let g,m=!1;if(d&&(l(n.referenceFrame)&&(g=eo[n.referenceFrame]),g=y(g,eo.FIXED),u=l9(n),f=y(u.length,1),m=f>c),!m&&!p){d?e[t]=new Nc(h.unpack(u),g):e[t]=Yw(r,n.reference);return}let A=e[t],C,x=n.epoch;if(l(x)&&(C=$.fromIso8601(x)),m&&!p){(!(A instanceof Qs)||l(g)&&A.referenceFrame!==g)&&(e[t]=A=new Qs(g,a)),A.addSamplesPackedArray(u,C),aN(n,A);return}let b;if(!m&&p){s=s.clone(),d?s.data=h.unpack(u):s.data=Yw(r,n.reference),l(A)||(d?A=new ig(g):A=new Zs(g),e[t]=A),d&&A instanceof ig&&l(g)&&A.referenceFrame===g?A.intervals.addInterval(s):A instanceof Zs?(d&&(s.data=new Nc(s.data,g)),A.intervals.addInterval(s)):(e[t]=A=rse(A),d&&(s.data=new Nc(s.data,g)),A.intervals.addInterval(s));return}l(A)?A instanceof Zs||(e[t]=A=rse(A)):e[t]=A=new Zs(g);let E=A.intervals;b=E.findInterval(s),(!l(b)||!(b.data instanceof Qs)||l(g)&&b.data.referenceFrame!==g)&&(b=s.clone(),b.data=new Qs(g,a),E.addInterval(b)),b.data.addSamplesPackedArray(u,C),aN(n,b.data)}function gse(e,t){if(e instanceof Qs){e.removeSamples(t);return}else if(e instanceof ig){e.intervals.removeInterval(t);return}else if(e instanceof Zs){let n=e.intervals;for(let i=0;i<n.length;++i){let o=gn.intersect(n.get(i),t,My);o.isEmpty||gse(o.data,t)}n.removeInterval(t);return}}function yse(e,t,n,i,o,r){if(!!l(n))if(Array.isArray(n))for(let s=0,a=n.length;s<a;++s)sse(e,t,n[s],i,o,r);else sse(e,t,n,i,o,r)}function ase(e,t,n,i){l(n.references)?lN(e,t,n.references,n.interval,i,Ww,lc):(l(n.cartesian2)?n.array=H.unpackArray(n.cartesian2):l(n.cartesian)&&(n.array=H.unpackArray(n.cartesian)),l(n.array)&&me(Array,e,t,n,void 0,void 0,i))}function cse(e,t,n,i,o,r){let s=tr(n.interval);l(i)&&(l(s)?s=gn.intersect(s,i,My):s=i);let a=e[t],c,u;if(l(s)){a instanceof Rw||(a=new Rw,e[t]=a);let d=a.intervals;u=d.findInterval({start:s.start,stop:s.stop}),l(u)?c=u.data:(u=s.clone(),d.addInterval(u))}else c=a;let f;l(n.solidColor)?(c instanceof Pt||(c=new Pt),f=n.solidColor,me(U,c,"color",f.color,void 0,void 0,r)):l(n.grid)?(c instanceof Uw||(c=new Uw),f=n.grid,me(U,c,"color",f.color,void 0,o,r),me(Number,c,"cellAlpha",f.cellAlpha,void 0,o,r),me(H,c,"lineCount",f.lineCount,void 0,o,r),me(H,c,"lineThickness",f.lineThickness,void 0,o,r),me(H,c,"lineOffset",f.lineOffset,void 0,o,r)):l(n.image)?(c instanceof L0||(c=new L0),f=n.image,me(Image,c,"image",f.image,void 0,o,r),me(H,c,"repeat",f.repeat,void 0,o,r),me(U,c,"color",f.color,void 0,o,r),me(Boolean,c,"transparent",f.transparent,void 0,o,r)):l(n.stripe)?(c instanceof jw||(c=new jw),f=n.stripe,me(_h,c,"orientation",f.orientation,void 0,o,r),me(U,c,"evenColor",f.evenColor,void 0,o,r),me(U,c,"oddColor",f.oddColor,void 0,o,r),me(Number,c,"offset",f.offset,void 0,o,r),me(Number,c,"repeat",f.repeat,void 0,o,r)):l(n.polylineOutline)?(c instanceof Oy||(c=new Oy),f=n.polylineOutline,me(U,c,"color",f.color,void 0,o,r),me(U,c,"outlineColor",f.outlineColor,void 0,o,r),me(Number,c,"outlineWidth",f.outlineWidth,void 0,o,r)):l(n.polylineGlow)?(c instanceof Gw||(c=new Gw),f=n.polylineGlow,me(U,c,"color",f.color,void 0,o,r),me(Number,c,"glowPower",f.glowPower,void 0,o,r),me(Number,c,"taperPower",f.taperPower,void 0,o,r)):l(n.polylineArrow)?(c instanceof zw||(c=new zw),f=n.polylineArrow,me(U,c,"color",f.color,void 0,void 0,r)):l(n.polylineDash)?(c instanceof Hw||(c=new Hw),f=n.polylineDash,me(U,c,"color",f.color,void 0,void 0,r),me(U,c,"gapColor",f.gapColor,void 0,void 0,r),me(Number,c,"dashLength",f.dashLength,void 0,o,r),me(Number,c,"dashPattern",f.dashPattern,void 0,o,r)):l(n.checkerboard)&&(c instanceof Pw||(c=new Pw),f=n.checkerboard,me(U,c,"evenColor",f.evenColor,void 0,o,r),me(U,c,"oddColor",f.oddColor,void 0,o,r),me(H,c,"repeat",f.repeat,void 0,o,r)),l(u)?u.data=c:e[t]=c}function Rl(e,t,n,i,o,r){if(!!l(n))if(Array.isArray(n))for(let s=0,a=n.length;s<a;++s)cse(e,t,n[s],i,o,r);else cse(e,t,n,i,o,r)}function o9e(e,t,n,i){let o=t.name;l(o)&&(e.name=t.name)}function r9e(e,t,n,i){let o=t.description;l(o)&&me(String,e,"description",o,void 0,i,n)}function s9e(e,t,n,i){let o=t.position;l(o)&&yse(e,"position",o,void 0,i,n)}function a9e(e,t,n,i){let o=t.viewFrom;l(o)&&me(h,e,"viewFrom",o,void 0,i,n)}function c9e(e,t,n,i){let o=t.orientation;l(o)&&me(Be,e,"orientation",o,void 0,i,n)}function l9e(e,t,n,i){let o=t.properties;if(l(o)){l(e.properties)||(e.properties=new xl);for(let r in o)if(o.hasOwnProperty(r)){e.properties.hasProperty(r)||e.properties.addProperty(r);let s=o[r];if(Array.isArray(s))for(let a=0,c=s.length;a<c;++a)cN(nse(s[a]),e.properties,r,s[a],void 0,i,n);else cN(nse(s),e.properties,r,s,void 0,i,n)}}}function lN(e,t,n,i,o,r,s){let a=n.map(function(c){return Yw(o,c)});if(l(i)){i=tr(i);let c=e[t];if(!(c instanceof s)){let u=new s;u.intervals.addInterval(u9(c)),e[t]=c=u}i.data=new r(a),c.intervals.addInterval(i)}else e[t]=new r(a)}function lse(e,t,n,i){let o=n.references;l(o)?lN(e,t,o,n.interval,i,Ww,lc):me(Array,e,t,n,void 0,void 0,i)}function use(e,t,n,i){if(!!l(n))if(Array.isArray(n))for(let o=0,r=n.length;o<r;++o)lse(e,t,n[o],i);else lse(e,t,n,i)}function fse(e,t,n,i){let o=n.references;l(o)?lN(e,t,o,n.interval,i,$_,Zs):(l(n.cartesian)?n.array=h.unpackArray(n.cartesian):l(n.cartographicRadians)?n.array=h.fromRadiansArrayHeights(n.cartographicRadians):l(n.cartographicDegrees)&&(n.array=h.fromDegreesArrayHeights(n.cartographicDegrees)),l(n.array)&&me(Array,e,t,n,void 0,void 0,i))}function Jw(e,t,n,i){if(!!l(n))if(Array.isArray(n))for(let o=0,r=n.length;o<r;++o)fse(e,t,n[o],i);else fse(e,t,n,i)}function u9e(e){return h.unpackArray(e)}function f9e(e){return h.fromRadiansArrayHeights(e)}function d9e(e){return h.fromDegreesArrayHeights(e)}function dse(e,t,n,i){let o=n.references;if(l(o)){let r=o.map(function(s){let a={};return lN(a,"positions",s,n.interval,i,$_,Zs),a.positions});e[t]=new $_(r)}else l(n.cartesian)?n.array=n.cartesian.map(u9e):l(n.cartographicRadians)?n.array=n.cartographicRadians.map(f9e):l(n.cartographicDegrees)&&(n.array=n.cartographicDegrees.map(d9e)),l(n.array)&&me(Array,e,t,n,void 0,void 0,i)}function h9e(e,t,n,i){if(!!l(n))if(Array.isArray(n))for(let o=0,r=n.length;o<r;++o)dse(e,t,n[o],i);else dse(e,t,n,i)}function m9e(e,t,n,i){if(!!l(n))if(Array.isArray(n))for(let o=0,r=n.length;o<r;o++)ase(e,t,n[o],i);else ase(e,t,n,i)}function p9e(e,t,n,i){let o=t.availability;if(!l(o))return;let r;if(Array.isArray(o))for(let s=0,a=o.length;s<a;++s)l(r)||(r=new Pr),r.addInterval(tr(o[s]));else r=new Pr,r.addInterval(tr(o));e.availability=r}function _9e(e,t,n,i,o){!l(t)||me(rg,e,"alignedAxis",t,n,i,o)}function g9e(e,t,n,i){let o=t.billboard;if(!l(o))return;let r=tr(o.interval),s=e.billboard;l(s)||(e.billboard=s=new ja),me(Boolean,s,"show",o.show,r,i,n),me(Image,s,"image",o.image,r,i,n),me(Number,s,"scale",o.scale,r,i,n),me(H,s,"pixelOffset",o.pixelOffset,r,i,n),me(h,s,"eyeOffset",o.eyeOffset,r,i,n),me(li,s,"horizontalOrigin",o.horizontalOrigin,r,i,n),me(Sn,s,"verticalOrigin",o.verticalOrigin,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(U,s,"color",o.color,r,i,n),me(jf,s,"rotation",o.rotation,r,i,n),_9e(s,o.alignedAxis,r,i,n),me(Boolean,s,"sizeInMeters",o.sizeInMeters,r,i,n),me(Number,s,"width",o.width,r,i,n),me(Number,s,"height",o.height,r,i,n),me(Et,s,"scaleByDistance",o.scaleByDistance,r,i,n),me(Et,s,"translucencyByDistance",o.translucencyByDistance,r,i,n),me(Et,s,"pixelOffsetScaleByDistance",o.pixelOffsetScaleByDistance,r,i,n),me(He,s,"imageSubRegion",o.imageSubRegion,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Number,s,"disableDepthTestDistance",o.disableDepthTestDistance,r,i,n)}function y9e(e,t,n,i){let o=t.box;if(!l(o))return;let r=tr(o.interval),s=e.box;l(s)||(e.box=s=new BC),me(Boolean,s,"show",o.show,r,i,n),me(h,s,"dimensions",o.dimensions,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n)}function A9e(e,t,n,i){let o=t.corridor;if(!l(o))return;let r=tr(o.interval),s=e.corridor;l(s)||(e.corridor=s=new MC),me(Boolean,s,"show",o.show,r,i,n),Jw(s,"positions",o.positions,n),me(Number,s,"width",o.width,r,i,n),me(Number,s,"height",o.height,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(Number,s,"extrudedHeight",o.extrudedHeight,r,i,n),me(Ue,s,"extrudedHeightReference",o.extrudedHeightReference,r,i,n),me(Si,s,"cornerType",o.cornerType,r,i,n),me(Number,s,"granularity",o.granularity,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Fn,s,"classificationType",o.classificationType,r,i,n),me(Number,s,"zIndex",o.zIndex,r,i,n)}function C9e(e,t,n,i){let o=t.cylinder;if(!l(o))return;let r=tr(o.interval),s=e.cylinder;l(s)||(e.cylinder=s=new LC),me(Boolean,s,"show",o.show,r,i,n),me(Number,s,"length",o.length,r,i,n),me(Number,s,"topRadius",o.topRadius,r,i,n),me(Number,s,"bottomRadius",o.bottomRadius,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(Number,s,"numberOfVerticalLines",o.numberOfVerticalLines,r,i,n),me(Number,s,"slices",o.slices,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n)}function x9e(e,t){let n=e.version;if(l(n)&&typeof n=="string"){let r=n.split(".");if(r.length===2){if(r[0]!=="1")throw new de("Cesium only supports CZML version 1.");t._version=n}}if(!l(t._version))throw new de("CZML version information invalid. It is expected to be a property on the document object in the <Major>.<Minor> version format.");let i=t._documentPacket;l(e.name)&&(i.name=e.name);let o=e.clock;if(l(o)){let r=i.clock;l(r)?(r.interval=y(o.interval,r.interval),r.currentTime=y(o.currentTime,r.currentTime),r.range=y(o.range,r.range),r.step=y(o.step,r.step),r.multiplier=y(o.multiplier,r.multiplier)):i.clock={interval:o.interval,currentTime:o.currentTime,range:o.range,step:o.step,multiplier:o.multiplier}}}function T9e(e,t,n,i){let o=t.ellipse;if(!l(o))return;let r=tr(o.interval),s=e.ellipse;l(s)||(e.ellipse=s=new FC),me(Boolean,s,"show",o.show,r,i,n),me(Number,s,"semiMajorAxis",o.semiMajorAxis,r,i,n),me(Number,s,"semiMinorAxis",o.semiMinorAxis,r,i,n),me(Number,s,"height",o.height,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(Number,s,"extrudedHeight",o.extrudedHeight,r,i,n),me(Ue,s,"extrudedHeightReference",o.extrudedHeightReference,r,i,n),me(jf,s,"rotation",o.rotation,r,i,n),me(jf,s,"stRotation",o.stRotation,r,i,n),me(Number,s,"granularity",o.granularity,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(Number,s,"numberOfVerticalLines",o.numberOfVerticalLines,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Fn,s,"classificationType",o.classificationType,r,i,n),me(Number,s,"zIndex",o.zIndex,r,i,n)}function E9e(e,t,n,i){let o=t.ellipsoid;if(!l(o))return;let r=tr(o.interval),s=e.ellipsoid;l(s)||(e.ellipsoid=s=new NC),me(Boolean,s,"show",o.show,r,i,n),me(h,s,"radii",o.radii,r,i,n),me(h,s,"innerRadii",o.innerRadii,r,i,n),me(Number,s,"minimumClock",o.minimumClock,r,i,n),me(Number,s,"maximumClock",o.maximumClock,r,i,n),me(Number,s,"minimumCone",o.minimumCone,r,i,n),me(Number,s,"maximumCone",o.maximumCone,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(Number,s,"stackPartitions",o.stackPartitions,r,i,n),me(Number,s,"slicePartitions",o.slicePartitions,r,i,n),me(Number,s,"subdivisions",o.subdivisions,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n)}function b9e(e,t,n,i){let o=t.label;if(!l(o))return;let r=tr(o.interval),s=e.label;l(s)||(e.label=s=new zd),me(Boolean,s,"show",o.show,r,i,n),me(String,s,"text",o.text,r,i,n),me(String,s,"font",o.font,r,i,n),me(Mo,s,"style",o.style,r,i,n),me(Number,s,"scale",o.scale,r,i,n),me(Boolean,s,"showBackground",o.showBackground,r,i,n),me(U,s,"backgroundColor",o.backgroundColor,r,i,n),me(H,s,"backgroundPadding",o.backgroundPadding,r,i,n),me(H,s,"pixelOffset",o.pixelOffset,r,i,n),me(h,s,"eyeOffset",o.eyeOffset,r,i,n),me(li,s,"horizontalOrigin",o.horizontalOrigin,r,i,n),me(Sn,s,"verticalOrigin",o.verticalOrigin,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(U,s,"fillColor",o.fillColor,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(Et,s,"translucencyByDistance",o.translucencyByDistance,r,i,n),me(Et,s,"pixelOffsetScaleByDistance",o.pixelOffsetScaleByDistance,r,i,n),me(Et,s,"scaleByDistance",o.scaleByDistance,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Number,s,"disableDepthTestDistance",o.disableDepthTestDistance,r,i,n)}function S9e(e,t,n,i){let o=t.model;if(!l(o))return;let r=tr(o.interval),s=e.model;l(s)||(e.model=s=new qp),me(Boolean,s,"show",o.show,r,i,n),me(Kw.default,s,"uri",o.gltf,r,i,n),me(Number,s,"scale",o.scale,r,i,n),me(Number,s,"minimumPixelSize",o.minimumPixelSize,r,i,n),me(Number,s,"maximumScale",o.maximumScale,r,i,n),me(Boolean,s,"incrementallyLoadTextures",o.incrementallyLoadTextures,r,i,n),me(Boolean,s,"runAnimations",o.runAnimations,r,i,n),me(Boolean,s,"clampAnimations",o.clampAnimations,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(U,s,"silhouetteColor",o.silhouetteColor,r,i,n),me(Number,s,"silhouetteSize",o.silhouetteSize,r,i,n),me(U,s,"color",o.color,r,i,n),me(rc,s,"colorBlendMode",o.colorBlendMode,r,i,n),me(Number,s,"colorBlendAmount",o.colorBlendAmount,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n);let a,c,u=o.nodeTransformations;if(l(u))if(Array.isArray(u))for(a=0,c=u.length;a<c;++a)hse(s,u[a],r,i,n);else hse(s,u,r,i,n);let f=o.articulations;if(l(f))if(Array.isArray(f))for(a=0,c=f.length;a<c;++a)mse(s,f[a],r,i,n);else mse(s,f,r,i,n)}function hse(e,t,n,i,o){let r=tr(t.interval);l(n)&&(l(r)?r=gn.intersect(r,n,My):r=n);let s=e.nodeTransformations,a=Object.keys(t);for(let c=0,u=a.length;c<u;++c){let f=a[c];if(f==="interval")continue;let d=t[f];if(!l(d))continue;l(s)||(e.nodeTransformations=s=new xl),s.hasProperty(f)||s.addProperty(f);let p=s[f];l(p)||(s[f]=p=new kC),me(h,p,"translation",d.translation,r,i,o),me(Be,p,"rotation",d.rotation,r,i,o),me(h,p,"scale",d.scale,r,i,o)}}function mse(e,t,n,i,o){let r=tr(t.interval);l(n)&&(l(r)?r=gn.intersect(r,n,My):r=n);let s=e.articulations,a=Object.keys(t);for(let c=0,u=a.length;c<u;++c){let f=a[c];if(f==="interval")continue;let d=t[f];!l(d)||(l(s)||(e.articulations=s=new xl),s.hasProperty(f)||s.addProperty(f),me(Number,s,f,d,r,i,o))}}function w9e(e,t,n,i){let o=t.path;if(!l(o))return;let r=tr(o.interval),s=e.path;l(s)||(e.path=s=new Yp),me(Boolean,s,"show",o.show,r,i,n),me(Number,s,"leadTime",o.leadTime,r,i,n),me(Number,s,"trailTime",o.trailTime,r,i,n),me(Number,s,"width",o.width,r,i,n),me(Number,s,"resolution",o.resolution,r,i,n),Rl(s,"material",o.material,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n)}function D9e(e,t,n,i){let o=t.point;if(!l(o))return;let r=tr(o.interval),s=e.point;l(s)||(e.point=s=new UC),me(Boolean,s,"show",o.show,r,i,n),me(Number,s,"pixelSize",o.pixelSize,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(U,s,"color",o.color,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(Et,s,"scaleByDistance",o.scaleByDistance,r,i,n),me(Et,s,"translucencyByDistance",o.translucencyByDistance,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Number,s,"disableDepthTestDistance",o.disableDepthTestDistance,r,i,n)}function Xw(e){this.polygon=e,this._definitionChanged=new _e}Object.defineProperties(Xw.prototype,{isConstant:{get:function(){let e=this.polygon._positions,t=this.polygon._holes;return(!l(e)||e.isConstant)&&(!l(t)||t.isConstant)}},definitionChanged:{get:function(){return this._definitionChanged}}});Xw.prototype.getValue=function(e,t){let n;l(this.polygon._positions)&&(n=this.polygon._positions.getValue(e));let i;return l(this.polygon._holes)&&(i=this.polygon._holes.getValue(e),l(i)&&(i=i.map(function(o){return new kc(o)}))),l(t)?(t.positions=n,t.holes=i,t):new kc(n,i)};Xw.prototype.equals=function(e){return this===e||e instanceof Xw&&j.equals(this.polygon._positions,e.polygon._positions)&&j.equals(this.polygon._holes,e.polygon._holes)};function v9e(e,t,n,i){let o=t.polygon;if(!l(o))return;let r=tr(o.interval),s=e.polygon;l(s)||(e.polygon=s=new Hd),me(Boolean,s,"show",o.show,r,i,n),Jw(s,"_positions",o.positions,n),h9e(s,"_holes",o.holes,n),(l(s._positions)||l(s._holes))&&(s.hierarchy=new Xw(s)),me(Number,s,"height",o.height,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(Number,s,"extrudedHeight",o.extrudedHeight,r,i,n),me(Ue,s,"extrudedHeightReference",o.extrudedHeightReference,r,i,n),me(jf,s,"stRotation",o.stRotation,r,i,n),me(Number,s,"granularity",o.granularity,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(Boolean,s,"perPositionHeight",o.perPositionHeight,r,i,n),me(Boolean,s,"closeTop",o.closeTop,r,i,n),me(Boolean,s,"closeBottom",o.closeBottom,r,i,n),me(qt,s,"arcType",o.arcType,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Fn,s,"classificationType",o.classificationType,r,i,n),me(Number,s,"zIndex",o.zIndex,r,i,n)}function P9e(e){return e?qt.GEODESIC:qt.NONE}function I9e(e,t,n,i){let o=t.polyline;if(!l(o))return;let r=tr(o.interval),s=e.polyline;if(l(s)||(e.polyline=s=new ec),me(Boolean,s,"show",o.show,r,i,n),Jw(s,"positions",o.positions,n),me(Number,s,"width",o.width,r,i,n),me(Number,s,"granularity",o.granularity,r,i,n),Rl(s,"material",o.material,r,i,n),Rl(s,"depthFailMaterial",o.depthFailMaterial,r,i,n),me(qt,s,"arcType",o.arcType,r,i,n),me(Boolean,s,"clampToGround",o.clampToGround,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Fn,s,"classificationType",o.classificationType,r,i,n),me(Number,s,"zIndex",o.zIndex,r,i,n),l(o.followSurface)&&!l(o.arcType)){let a={};me(Boolean,a,"followSurface",o.followSurface,r,i,n),s.arcType=Y6e(a.followSurface,P9e)}}function O9e(e,t,n,i){let o=t.polylineVolume;if(!l(o))return;let r=tr(o.interval),s=e.polylineVolume;l(s)||(e.polylineVolume=s=new zC),Jw(s,"positions",o.positions,n),m9e(s,"shape",o.shape,n),me(Boolean,s,"show",o.show,r,i,n),me(Si,s,"cornerType",o.cornerType,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(Number,s,"granularity",o.granularity,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n)}function B9e(e,t,n,i){let o=t.rectangle;if(!l(o))return;let r=tr(o.interval),s=e.rectangle;l(s)||(e.rectangle=s=new Gd),me(Boolean,s,"show",o.show,r,i,n),me(ce,s,"coordinates",o.coordinates,r,i,n),me(Number,s,"height",o.height,r,i,n),me(Ue,s,"heightReference",o.heightReference,r,i,n),me(Number,s,"extrudedHeight",o.extrudedHeight,r,i,n),me(Ue,s,"extrudedHeightReference",o.extrudedHeightReference,r,i,n),me(jf,s,"rotation",o.rotation,r,i,n),me(jf,s,"stRotation",o.stRotation,r,i,n),me(Number,s,"granularity",o.granularity,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n),me(Fn,s,"classificationType",o.classificationType,r,i,n),me(Number,s,"zIndex",o.zIndex,r,i,n)}function R9e(e,t,n,i){let o=t.tileset;if(!l(o))return;let r=tr(o.interval),s=e.tileset;l(s)||(e.tileset=s=new VC),me(Boolean,s,"show",o.show,r,i,n),me(Kw.default,s,"uri",o.uri,r,i,n),me(Number,s,"maximumScreenSpaceError",o.maximumScreenSpaceError,r,i,n)}function M9e(e,t,n,i){let o=t.wall;if(!l(o))return;let r=tr(o.interval),s=e.wall;l(s)||(e.wall=s=new Xp),me(Boolean,s,"show",o.show,r,i,n),Jw(s,"positions",o.positions,n),use(s,"minimumHeights",o.minimumHeights,n),use(s,"maximumHeights",o.maximumHeights,n),me(Number,s,"granularity",o.granularity,r,i,n),me(Boolean,s,"fill",o.fill,r,i,n),Rl(s,"material",o.material,r,i,n),me(Boolean,s,"outline",o.outline,r,i,n),me(U,s,"outlineColor",o.outlineColor,r,i,n),me(Number,s,"outlineWidth",o.outlineWidth,r,i,n),me(hn,s,"shadows",o.shadows,r,i,n),me(xt,s,"distanceDisplayCondition",o.distanceDisplayCondition,r,i,n)}function pse(e,t,n,i,o){let r=e.id;if(l(r)||(r=kn()),c9=r,!l(o._version)&&r!=="document")throw new de("The first CZML packet is required to be the document object.");if(e.delete===!0)t.removeById(r);else if(r==="document")x9e(e,o);else{let s=t.getOrCreateEntity(r),a=e.parent;l(a)&&(s.parent=t.getOrCreateEntity(a));for(let c=n.length-1;c>-1;c--)n[c](s,e,t,i)}c9=void 0}function L9e(e){let t,n=e._documentPacket.clock;if(!l(n)){if(!l(e._clock)){let o=e._entityCollection.computeAvailability();if(!o.start.equals(ke.MINIMUM_VALUE)){let r=o.start,s=o.stop,a=$.secondsDifference(s,r),c=Math.round(a/120);return t=new ph,t.startTime=$.clone(r),t.stopTime=$.clone(s),t.clockRange=Or.LOOP_STOP,t.multiplier=c,t.currentTime=$.clone(r),t.clockStep=po.SYSTEM_CLOCK_MULTIPLIER,e._clock=t,!0}}return!1}l(e._clock)?t=e._clock.clone():(t=new ph,t.startTime=ke.MINIMUM_VALUE.clone(),t.stopTime=ke.MAXIMUM_VALUE.clone(),t.currentTime=ke.MINIMUM_VALUE.clone(),t.clockRange=Or.LOOP_STOP,t.clockStep=po.SYSTEM_CLOCK_MULTIPLIER,t.multiplier=1);let i=tr(n.interval);return l(i)&&(t.startTime=i.start,t.stopTime=i.stop),l(n.currentTime)&&(t.currentTime=$.fromIso8601(n.currentTime)),l(n.range)&&(t.clockRange=y(Or[n.range],Or.LOOP_STOP)),l(n.step)&&(t.clockStep=y(po[n.step],po.SYSTEM_CLOCK_MULTIPLIER)),l(n.multiplier)&&(t.multiplier=n.multiplier),t.equals(e._clock)?!1:(e._clock=t.clone(e._clock),!0)}function Ase(e,t,n,i){n=y(n,y.EMPTY_OBJECT);let o=t,r=n.sourceUri,s=n.credit;if(typeof s=="string"&&(s=new Yt(s)),e._credit=s,typeof t=="string"||t instanceof Pe){t=Pe.createIfNeeded(t),o=t.fetchJson(),r=y(r,t.clone());let a=e._resourceCredits,c=t.credits;if(l(c)){let u=c.length;for(let f=0;f<u;f++)a.push(c[f])}}return r=Pe.createIfNeeded(r),Ir.setLoading(e,!0),Promise.resolve(o).then(function(a){return F9e(e,a,r,i)}).catch(function(a){return Ir.setLoading(e,!1),e._error.raiseEvent(e,a),console.log(a),Promise.reject(a)})}function F9e(e,t,n,i){Ir.setLoading(e,!0);let o=e._entityCollection;i&&(e._version=void 0,e._documentPacket=new Cse,o.removeAll()),Kc._processCzml(t,o,n,void 0,e);let r=L9e(e),s=e._documentPacket;return l(s.name)&&e._name!==s.name?(e._name=s.name,r=!0):!l(e._name)&&l(n)&&(e._name=Q_(n.getUrlComponent()),r=!0),Ir.setLoading(e,!1),r&&e._changed.raiseEvent(e),e}function Cse(){this.name=void 0,this.clock=void 0}function Kc(e){this._name=e,this._changed=new _e,this._error=new _e,this._isLoading=!1,this._loading=new _e,this._clock=void 0,this._documentPacket=new Cse,this._version=void 0,this._entityCollection=new ws(this),this._entityCluster=new Nu,this._credit=void 0,this._resourceCredits=[]}Kc.load=function(e,t){return new Kc().load(e,t)};Object.defineProperties(Kc.prototype,{name:{get:function(){return this._name}},clock:{get:function(){return this._clock}},entities:{get:function(){return this._entityCollection}},isLoading:{get:function(){return this._isLoading}},changedEvent:{get:function(){return this._changed}},errorEvent:{get:function(){return this._error}},loadingEvent:{get:function(){return this._loading}},show:{get:function(){return this._entityCollection.show},set:function(e){this._entityCollection.show=e}},clustering:{get:function(){return this._entityCluster},set:function(e){this._entityCluster=e}},credit:{get:function(){return this._credit}}});Kc.updaters=[g9e,y9e,A9e,C9e,T9e,E9e,b9e,S9e,o9e,r9e,w9e,D9e,v9e,I9e,O9e,l9e,B9e,s9e,R9e,a9e,M9e,c9e,p9e];Kc.prototype.process=function(e,t){return Ase(this,e,t,!1)};Kc.prototype.load=function(e,t){return Ase(this,e,t,!0)};Kc.prototype.update=function(e){return!0};Kc.processPacketData=me;Kc.processPositionPacketData=yse;Kc.processMaterialPacketData=Rl;Kc._processCzml=function(e,t,n,i,o){if(i=y(i,Kc.updaters),Array.isArray(e))for(let r=0,s=e.length;r<s;++r)pse(e[r],t,i,n,o);else pse(e,t,i,n,o)};var uN=Kc;function hc(){this._dataSources=[],this._dataSourceAdded=new _e,this._dataSourceRemoved=new _e,this._dataSourceMoved=new _e}Object.defineProperties(hc.prototype,{length:{get:function(){return this._dataSources.length}},dataSourceAdded:{get:function(){return this._dataSourceAdded}},dataSourceRemoved:{get:function(){return this._dataSourceRemoved}},dataSourceMoved:{get:function(){return this._dataSourceMoved}}});hc.prototype.add=function(e){let t=this,n=this._dataSources;return Promise.resolve(e).then(function(i){return n===t._dataSources&&(t._dataSources.push(i),t._dataSourceAdded.raiseEvent(t,i)),i})};hc.prototype.remove=function(e,t){t=y(t,!1);let n=this._dataSources.indexOf(e);return n!==-1?(this._dataSources.splice(n,1),this._dataSourceRemoved.raiseEvent(this,e),t&&typeof e.destroy=="function"&&e.destroy(),!0):!1};hc.prototype.removeAll=function(e){e=y(e,!1);let t=this._dataSources;for(let n=0,i=t.length;n<i;++n){let o=t[n];this._dataSourceRemoved.raiseEvent(this,o),e&&typeof o.destroy=="function"&&o.destroy()}this._dataSources=[]};hc.prototype.contains=function(e){return this.indexOf(e)!==-1};hc.prototype.indexOf=function(e){return this._dataSources.indexOf(e)};hc.prototype.get=function(e){return this._dataSources[e]};hc.prototype.getByName=function(e){return this._dataSources.filter(function(t){return t.name===e})};function fN(e,t){return e.indexOf(t)}function xse(e,t,n){let i=e._dataSources,o=i.length-1;if(t=I.clamp(t,0,o),n=I.clamp(n,0,o),t===n)return;let r=i[t];i[t]=i[n],i[n]=r,e.dataSourceMoved.raiseEvent(r,n,t)}hc.prototype.raise=function(e){let t=fN(this._dataSources,e);xse(this,t,t+1)};hc.prototype.lower=function(e){let t=fN(this._dataSources,e);xse(this,t,t-1)};hc.prototype.raiseToTop=function(e){let t=fN(this._dataSources,e);t!==this._dataSources.length-1&&(this._dataSources.splice(t,1),this._dataSources.push(e),this.dataSourceMoved.raiseEvent(e,this._dataSources.length-1,t))};hc.prototype.lowerToBottom=function(e){let t=fN(this._dataSources,e);t!==0&&(this._dataSources.splice(t,1),this._dataSources.splice(0,0,e),this.dataSourceMoved.raiseEvent(e,0,t))};hc.prototype.isDestroyed=function(){return!1};hc.prototype.destroy=function(){return this.removeAll(!0),le(this)};var dN=hc;function Ps(e){e=y(e,y.EMPTY_OBJECT),this._primitives=[],this._guid=kn(),this._zIndex=void 0,this.show=y(e.show,!0),this.destroyPrimitives=y(e.destroyPrimitives,!0)}Object.defineProperties(Ps.prototype,{length:{get:function(){return this._primitives.length}}});Ps.prototype.add=function(e,t){let n=l(t),i=e._external=e._external||{},o=i._composites=i._composites||{};return o[this._guid]={collection:this},n?this._primitives.splice(t,0,e):this._primitives.push(e),e};Ps.prototype.remove=function(e){if(this.contains(e)){let t=this._primitives.indexOf(e);if(t!==-1)return this._primitives.splice(t,1),delete e._external._composites[this._guid],this.destroyPrimitives&&e.destroy(),!0}return!1};Ps.prototype.removeAndDestroy=function(e){let t=this.remove(e);return t&&!this.destroyPrimitives&&e.destroy(),t};Ps.prototype.removeAll=function(){let e=this._primitives,t=e.length;for(let n=0;n<t;++n)delete e[n]._external._composites[this._guid],this.destroyPrimitives&&e[n].destroy();this._primitives=[]};Ps.prototype.contains=function(e){return!!(l(e)&&e._external&&e._external._composites&&e._external._composites[this._guid])};function hN(e,t){return e._primitives.indexOf(t)}Ps.prototype.raise=function(e){if(l(e)){let t=hN(this,e),n=this._primitives;if(t!==n.length-1){let i=n[t];n[t]=n[t+1],n[t+1]=i}}};Ps.prototype.raiseToTop=function(e){if(l(e)){let t=hN(this,e),n=this._primitives;t!==n.length-1&&(n.splice(t,1),n.push(e))}};Ps.prototype.lower=function(e){if(l(e)){let t=hN(this,e),n=this._primitives;if(t!==0){let i=n[t];n[t]=n[t-1],n[t-1]=i}}};Ps.prototype.lowerToBottom=function(e){if(l(e)){let t=hN(this,e),n=this._primitives;t!==0&&(n.splice(t,1),n.unshift(e))}};Ps.prototype.get=function(e){return this._primitives[e]};Ps.prototype.update=function(e){if(!this.show)return;let t=this._primitives;for(let n=0;n<t.length;++n)t[n].update(e)};Ps.prototype.prePassesUpdate=function(e){let t=this._primitives;for(let n=0;n<t.length;++n){let i=t[n];l(i.prePassesUpdate)&&i.prePassesUpdate(e)}};Ps.prototype.updateForPass=function(e,t){let n=this._primitives;for(let i=0;i<n.length;++i){let o=n[i];l(o.updateForPass)&&o.updateForPass(e,t)}};Ps.prototype.postPassesUpdate=function(e){let t=this._primitives;for(let n=0;n<t.length;++n){let i=t[n];l(i.postPassesUpdate)&&i.postPassesUpdate(e)}};Ps.prototype.isDestroyed=function(){return!1};Ps.prototype.destroy=function(){return this.removeAll(),le(this)};var Ml=Ps;function gh(){this._length=0,this._collections={},this._collectionsArray=[],this.show=!0}Object.defineProperties(gh.prototype,{length:{get:function(){return this._length}}});gh.prototype.add=function(e,t){t=y(t,0);let n=this._collections[t];if(!l(n)){n=new Ml({destroyPrimitives:!1}),n._zIndex=t,this._collections[t]=n;let i=this._collectionsArray,o=0;for(;o<i.length&&i[o]._zIndex<t;)o++;i.splice(o,0,n)}return n.add(e),this._length++,e._zIndex=t,e};gh.prototype.set=function(e,t){return t===e._zIndex||(this.remove(e,!0),this.add(e,t)),e};gh.prototype.remove=function(e,t){if(this.contains(e)){let n=e._zIndex,i=this._collections[n],o;return t?o=i.remove(e):o=i.removeAndDestroy(e),o&&this._length--,i.length===0&&(this._collectionsArray.splice(this._collectionsArray.indexOf(i),1),this._collections[n]=void 0,i.destroy()),o}return!1};gh.prototype.removeAll=function(){let e=this._collectionsArray;for(let t=0;t<e.length;t++){let n=e[t];n.destroyPrimitives=!0,n.destroy()}this._collections={},this._collectionsArray=[],this._length=0};gh.prototype.contains=function(e){if(!l(e))return!1;let t=this._collections[e._zIndex];return l(t)&&t.contains(e)};gh.prototype.update=function(e){if(!this.show)return;let t=this._collectionsArray;for(let n=0;n<t.length;n++)t[n].update(e)};gh.prototype.isDestroyed=function(){return!1};gh.prototype.destroy=function(){return this.removeAll(),le(this)};var mN=gh;function mT(e,t){this._primitives=e,this._orderedGroundPrimitives=t,this._dynamicUpdaters=new gt}mT.prototype.add=function(e,t){this._dynamicUpdaters.set(t.id,t.createDynamicUpdater(this._primitives,this._orderedGroundPrimitives))};mT.prototype.remove=function(e){let t=e.id,n=this._dynamicUpdaters.get(t);l(n)&&(this._dynamicUpdaters.remove(t),n.destroy())};mT.prototype.update=function(e){let t=this._dynamicUpdaters.values;for(let n=0,i=t.length;n<i;n++)t[n].update(e);return!0};mT.prototype.removeAllPrimitives=function(){let e=this._dynamicUpdaters.values;for(let t=0,n=e.length;t<n;t++)e[t].destroy();this._dynamicUpdaters.removeAll()};mT.prototype.getBoundingSphere=function(e,t){return e=this._dynamicUpdaters.get(e.id),l(e)&&l(e.getBoundingSphere)?e.getBoundingSphere(t):nt.FAILED};var pT=mT;var d9={},pN=new h,Tse=new h,Ese=new Be,bse=new Q;function _T(e,t,n,i,o,r,s,a,c,u){let f=e+t;h.multiplyByScalar(i,Math.cos(f),pN),h.multiplyByScalar(n,Math.sin(f),Tse),h.add(pN,Tse,pN);let d=Math.cos(e);d=d*d;let p=Math.sin(e);p=p*p;let m=r/Math.sqrt(s*d+o*p)/a;return Be.fromAxisAngle(pN,m,Ese),Q.fromQuaternion(Ese,bse),Q.multiplyByVector(bse,c,u),h.normalize(u,u),h.multiplyByScalar(u,a,u),u}var Sse=new h,wse=new h,f9=new h,N9e=new h;d9.raisePositionsToHeight=function(e,t,n){let i=t.ellipsoid,o=t.height,r=t.extrudedHeight,s=n?e.length/3*2:e.length/3,a=new Float64Array(s*3),c=e.length,u=n?c:0;for(let f=0;f<c;f+=3){let d=f+1,p=f+2,g=h.fromArray(e,f,Sse);i.scaleToGeodeticSurface(g,g);let m=h.clone(g,wse),A=i.geodeticSurfaceNormal(g,N9e),C=h.multiplyByScalar(A,o,f9);h.add(g,C,g),n&&(h.multiplyByScalar(A,r,C),h.add(m,C,m),a[f+u]=m.x,a[d+u]=m.y,a[p+u]=m.z),a[f]=g.x,a[d]=g.y,a[p]=g.z}return a};var k9e=new h,V9e=new h,U9e=new h;d9.computeEllipsePositions=function(e,t,n){let i=e.semiMinorAxis,o=e.semiMajorAxis,r=e.rotation,s=e.center,a=e.granularity*8,c=i*i,u=o*o,f=o*i,d=h.magnitude(s),p=h.normalize(s,k9e),g=h.cross(h.UNIT_Z,s,V9e);g=h.normalize(g,g);let m=h.cross(p,g,U9e),A=1+Math.ceil(I.PI_OVER_TWO/a),C=I.PI_OVER_TWO/(A-1),x=I.PI_OVER_TWO-A*C;x<0&&(A-=Math.ceil(Math.abs(x)/C));let b=2*(A*(A+2)),E=t?new Array(b*3):void 0,S=0,D=Sse,v=wse,O=A*4*3,R=O-1,M=0,L=n?new Array(O):void 0,_,T,w,P,B;for(x=I.PI_OVER_TWO,D=_T(x,r,m,g,c,f,u,d,p,D),t&&(E[S++]=D.x,E[S++]=D.y,E[S++]=D.z),n&&(L[R--]=D.z,L[R--]=D.y,L[R--]=D.x),x=I.PI_OVER_TWO-C,_=1;_<A+1;++_){if(D=_T(x,r,m,g,c,f,u,d,p,D),v=_T(Math.PI-x,r,m,g,c,f,u,d,p,v),t){for(E[S++]=D.x,E[S++]=D.y,E[S++]=D.z,w=2*_+2,T=1;T<w-1;++T)P=T/(w-1),B=h.lerp(D,v,P,f9),E[S++]=B.x,E[S++]=B.y,E[S++]=B.z;E[S++]=v.x,E[S++]=v.y,E[S++]=v.z}n&&(L[R--]=D.z,L[R--]=D.y,L[R--]=D.x,L[M++]=v.x,L[M++]=v.y,L[M++]=v.z),x=I.PI_OVER_TWO-(_+1)*C}for(_=A;_>1;--_){if(x=I.PI_OVER_TWO-(_-1)*C,D=_T(-x,r,m,g,c,f,u,d,p,D),v=_T(x+Math.PI,r,m,g,c,f,u,d,p,v),t){for(E[S++]=D.x,E[S++]=D.y,E[S++]=D.z,w=2*(_-1)+2,T=1;T<w-1;++T)P=T/(w-1),B=h.lerp(D,v,P,f9),E[S++]=B.x,E[S++]=B.y,E[S++]=B.z;E[S++]=v.x,E[S++]=v.y,E[S++]=v.z}n&&(L[R--]=D.z,L[R--]=D.y,L[R--]=D.x,L[M++]=v.x,L[M++]=v.y,L[M++]=v.z)}x=I.PI_OVER_TWO,D=_T(-x,r,m,g,c,f,u,d,p,D);let N={};return t&&(E[S++]=D.x,E[S++]=D.y,E[S++]=D.z,N.positions=E,N.numPts=A),n&&(L[R--]=D.z,L[R--]=D.y,L[R--]=D.x,N.outerPositions=L),N};var Ll=d9;var gT=new h,h9=new h,m9=new h,Dse=new h,Zr=new H,vse=new Q,z9e=new Q,p9=new Be,Pse=new h,Ise=new h,Ose=new h,yN=new he,Bse=new h,Rse=new H,Mse=new H;function Lse(e,t,n){let i=t.vertexFormat,o=t.center,r=t.semiMajorAxis,s=t.semiMinorAxis,a=t.ellipsoid,c=t.stRotation,u=n?e.length/3*2:e.length/3,f=t.shadowVolume,d=i.st?new Float32Array(u*2):void 0,p=i.normal?new Float32Array(u*3):void 0,g=i.tangent?new Float32Array(u*3):void 0,m=i.bitangent?new Float32Array(u*3):void 0,A=f?new Float32Array(u*3):void 0,C=0,x=Pse,b=Ise,E=Ose,S=new Ai(a),D=S.project(a.cartesianToCartographic(o,yN),Bse),v=a.scaleToGeodeticSurface(o,gT);a.geodeticSurfaceNormal(v,v);let O=vse,R=z9e;if(c!==0){let B=Be.fromAxisAngle(v,c,p9);O=Q.fromQuaternion(B,O),B=Be.fromAxisAngle(v,-c,p9),R=Q.fromQuaternion(B,R)}else O=Q.clone(Q.IDENTITY,O),R=Q.clone(Q.IDENTITY,R);let M=H.fromElements(Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Rse),L=H.fromElements(Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Mse),_=e.length,T=n?_:0,w=T/3*2;for(let B=0;B<_;B+=3){let N=B+1,z=B+2,V=h.fromArray(e,B,gT);if(i.st){let G=Q.multiplyByVector(O,V,h9),k=S.project(a.cartesianToCartographic(G,yN),m9);h.subtract(k,D,k),Zr.x=(k.x+r)/(2*r),Zr.y=(k.y+s)/(2*s),M.x=Math.min(Zr.x,M.x),M.y=Math.min(Zr.y,M.y),L.x=Math.max(Zr.x,L.x),L.y=Math.max(Zr.y,L.y),n&&(d[C+w]=Zr.x,d[C+1+w]=Zr.y),d[C++]=Zr.x,d[C++]=Zr.y}(i.normal||i.tangent||i.bitangent||f)&&(x=a.geodeticSurfaceNormal(V,x),f&&(A[B+T]=-x.x,A[N+T]=-x.y,A[z+T]=-x.z),(i.normal||i.tangent||i.bitangent)&&((i.tangent||i.bitangent)&&(b=h.normalize(h.cross(h.UNIT_Z,x,b),b),Q.multiplyByVector(R,b,b)),i.normal&&(p[B]=x.x,p[N]=x.y,p[z]=x.z,n&&(p[B+T]=-x.x,p[N+T]=-x.y,p[z+T]=-x.z)),i.tangent&&(g[B]=b.x,g[N]=b.y,g[z]=b.z,n&&(g[B+T]=-b.x,g[N+T]=-b.y,g[z+T]=-b.z)),i.bitangent&&(E=h.normalize(h.cross(x,b,E),E),m[B]=E.x,m[N]=E.y,m[z]=E.z,n&&(m[B+T]=E.x,m[N+T]=E.y,m[z+T]=E.z))))}if(i.st){_=d.length;for(let B=0;B<_;B+=2)d[B]=(d[B]-M.x)/(L.x-M.x),d[B+1]=(d[B+1]-M.y)/(L.y-M.y)}let P=new sn;if(i.position){let B=Ll.raisePositionsToHeight(e,t,n);P.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:B})}if(i.st&&(P.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:d})),i.normal&&(P.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:p})),i.tangent&&(P.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:g})),i.bitangent&&(P.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:m})),f&&(P.extrudeDirection=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:A})),n&&l(t.offsetAttribute)){let B=new Uint8Array(u);if(t.offsetAttribute===Zt.TOP)B=B.fill(1,0,u/2);else{let N=t.offsetAttribute===Zt.NONE?0:1;B=B.fill(N)}P.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:B})}return P}function Fse(e){let t=new Array(12*(e*(e+1))-6),n=0,i,o,r,s,a;for(i=0,r=1,s=0;s<3;s++)t[n++]=r++,t[n++]=i,t[n++]=r;for(s=2;s<e+1;++s){for(r=s*(s+1)-1,i=(s-1)*s-1,t[n++]=r++,t[n++]=i,t[n++]=r,o=2*s,a=0;a<o-1;++a)t[n++]=r,t[n++]=i++,t[n++]=i,t[n++]=r++,t[n++]=i,t[n++]=r;t[n++]=r++,t[n++]=i,t[n++]=r}for(o=e*2,++r,++i,s=0;s<o-1;++s)t[n++]=r,t[n++]=i++,t[n++]=i,t[n++]=r++,t[n++]=i,t[n++]=r;for(t[n++]=r,t[n++]=i++,t[n++]=i,t[n++]=r++,t[n++]=i++,t[n++]=i,++i,s=e-1;s>1;--s){for(t[n++]=i++,t[n++]=i,t[n++]=r,o=2*s,a=0;a<o-1;++a)t[n++]=r,t[n++]=i++,t[n++]=i,t[n++]=r++,t[n++]=i,t[n++]=r;t[n++]=i++,t[n++]=i++,t[n++]=r++}for(s=0;s<3;s++)t[n++]=i++,t[n++]=i,t[n++]=r;return t}var Ly=new h;function H9e(e){let t=e.center;Ly=h.multiplyByScalar(e.ellipsoid.geodeticSurfaceNormal(t,Ly),e.height,Ly),Ly=h.add(t,Ly,Ly);let n=new re(Ly,e.semiMajorAxis),i=Ll.computeEllipsePositions(e,!0,!1),o=i.positions,r=i.numPts,s=Lse(o,e,!1),a=Fse(r);return a=Fe.createTypedArray(o.length/3,a),{boundingSphere:n,attributes:s,indices:a}}function G9e(e,t){let n=t.vertexFormat,i=t.center,o=t.semiMajorAxis,r=t.semiMinorAxis,s=t.ellipsoid,a=t.height,c=t.extrudedHeight,u=t.stRotation,f=e.length/3*2,d=new Float64Array(f*3),p=n.st?new Float32Array(f*2):void 0,g=n.normal?new Float32Array(f*3):void 0,m=n.tangent?new Float32Array(f*3):void 0,A=n.bitangent?new Float32Array(f*3):void 0,C=t.shadowVolume,x=C?new Float32Array(f*3):void 0,b=0,E=Pse,S=Ise,D=Ose,v=new Ai(s),O=v.project(s.cartesianToCartographic(i,yN),Bse),R=s.scaleToGeodeticSurface(i,gT);s.geodeticSurfaceNormal(R,R);let M=Be.fromAxisAngle(R,u,p9),L=Q.fromQuaternion(M,vse),_=H.fromElements(Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Rse),T=H.fromElements(Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Mse),w=e.length,P=w/3*2;for(let N=0;N<w;N+=3){let z=N+1,V=N+2,G=h.fromArray(e,N,gT),k;if(n.st){let q=Q.multiplyByVector(L,G,h9),Y=v.project(s.cartesianToCartographic(q,yN),m9);h.subtract(Y,O,Y),Zr.x=(Y.x+o)/(2*o),Zr.y=(Y.y+r)/(2*r),_.x=Math.min(Zr.x,_.x),_.y=Math.min(Zr.y,_.y),T.x=Math.max(Zr.x,T.x),T.y=Math.max(Zr.y,T.y),p[b+P]=Zr.x,p[b+1+P]=Zr.y,p[b++]=Zr.x,p[b++]=Zr.y}G=s.scaleToGeodeticSurface(G,G),k=h.clone(G,h9),E=s.geodeticSurfaceNormal(G,E),C&&(x[N+w]=-E.x,x[z+w]=-E.y,x[V+w]=-E.z);let X=h.multiplyByScalar(E,a,Dse);if(G=h.add(G,X,G),X=h.multiplyByScalar(E,c,X),k=h.add(k,X,k),n.position&&(d[N+w]=k.x,d[z+w]=k.y,d[V+w]=k.z,d[N]=G.x,d[z]=G.y,d[V]=G.z),n.normal||n.tangent||n.bitangent){D=h.clone(E,D);let q=h.fromArray(e,(N+3)%w,Dse);h.subtract(q,G,q);let Y=h.subtract(k,G,m9);E=h.normalize(h.cross(Y,q,E),E),n.normal&&(g[N]=E.x,g[z]=E.y,g[V]=E.z,g[N+w]=E.x,g[z+w]=E.y,g[V+w]=E.z),n.tangent&&(S=h.normalize(h.cross(D,E,S),S),m[N]=S.x,m[z]=S.y,m[V]=S.z,m[N+w]=S.x,m[N+1+w]=S.y,m[N+2+w]=S.z),n.bitangent&&(A[N]=D.x,A[z]=D.y,A[V]=D.z,A[N+w]=D.x,A[z+w]=D.y,A[V+w]=D.z)}}if(n.st){w=p.length;for(let N=0;N<w;N+=2)p[N]=(p[N]-_.x)/(T.x-_.x),p[N+1]=(p[N+1]-_.y)/(T.y-_.y)}let B=new sn;if(n.position&&(B.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:d})),n.st&&(B.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:p})),n.normal&&(B.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:g})),n.tangent&&(B.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:m})),n.bitangent&&(B.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:A})),C&&(B.extrudeDirection=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:x})),l(t.offsetAttribute)){let N=new Uint8Array(f);if(t.offsetAttribute===Zt.TOP)N=N.fill(1,0,f/2);else{let z=t.offsetAttribute===Zt.NONE?0:1;N=N.fill(z)}B.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:N})}return B}function W9e(e){let t=e.length/3,n=Fe.createTypedArray(t,t*6),i=0;for(let o=0;o<t;o++){let r=o,s=o+t,a=(r+1)%t,c=a+t;n[i++]=r,n[i++]=s,n[i++]=a,n[i++]=a,n[i++]=s,n[i++]=c}return n}var _N=new re,gN=new re;function j9e(e){let t=e.center,n=e.ellipsoid,i=e.semiMajorAxis,o=h.multiplyByScalar(n.geodeticSurfaceNormal(t,gT),e.height,gT);_N.center=h.add(t,o,_N.center),_N.radius=i,o=h.multiplyByScalar(n.geodeticSurfaceNormal(t,o),e.extrudedHeight,o),gN.center=h.add(t,o,gN.center),gN.radius=i;let r=Ll.computeEllipsePositions(e,!0,!0),s=r.positions,a=r.numPts,c=r.outerPositions,u=re.union(_N,gN),f=Lse(s,e,!0),d=Fse(a),p=d.length;d.length=p*2;let g=s.length/3;for(let S=0;S<p;S+=3)d[S+p]=d[S+2]+g,d[S+1+p]=d[S+1]+g,d[S+2+p]=d[S]+g;let m=Fe.createTypedArray(g*2/3,d),A=new it({attributes:f,indices:m,primitiveType:Oe.TRIANGLES}),C=G9e(c,e);d=W9e(c);let x=Fe.createTypedArray(c.length*2/3,d),b=new it({attributes:C,indices:x,primitiveType:Oe.TRIANGLES}),E=Bn.combineInstances([new _t({geometry:A}),new _t({geometry:b})]);return{boundingSphere:u,attributes:E[0].attributes,indices:E[0].indices}}function Nse(e,t,n,i,o,r,s){let c=Ll.computeEllipsePositions({center:e,semiMajorAxis:t,semiMinorAxis:n,rotation:i,granularity:o},!1,!0).outerPositions,u=c.length/3,f=new Array(u);for(let p=0;p<u;++p)f[p]=h.fromArray(c,p*3);let d=ce.fromCartesianArray(f,r,s);return d.width>I.PI&&(d.north=d.north>0?I.PI_OVER_TWO-I.EPSILON7:d.north,d.south=d.south<0?I.EPSILON7-I.PI_OVER_TWO:d.south,d.east=I.PI,d.west=-I.PI),d}function Ah(e){e=y(e,y.EMPTY_OBJECT);let t=e.center,n=y(e.ellipsoid,ie.WGS84),i=e.semiMajorAxis,o=e.semiMinorAxis,r=y(e.granularity,I.RADIANS_PER_DEGREE),s=y(e.vertexFormat,we.DEFAULT),a=y(e.height,0),c=y(e.extrudedHeight,a);this._center=h.clone(t),this._semiMajorAxis=i,this._semiMinorAxis=o,this._ellipsoid=ie.clone(n),this._rotation=y(e.rotation,0),this._stRotation=y(e.stRotation,0),this._height=Math.max(c,a),this._granularity=r,this._vertexFormat=we.clone(s),this._extrudedHeight=Math.min(c,a),this._shadowVolume=y(e.shadowVolume,!1),this._workerName="createEllipseGeometry",this._offsetAttribute=e.offsetAttribute,this._rectangle=void 0,this._textureCoordinateRotationPoints=void 0}Ah.packedLength=h.packedLength+ie.packedLength+we.packedLength+9;Ah.pack=function(e,t,n){return n=y(n,0),h.pack(e._center,t,n),n+=h.packedLength,ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._semiMajorAxis,t[n++]=e._semiMinorAxis,t[n++]=e._rotation,t[n++]=e._stRotation,t[n++]=e._height,t[n++]=e._granularity,t[n++]=e._extrudedHeight,t[n++]=e._shadowVolume?1:0,t[n]=y(e._offsetAttribute,-1),t};var kse=new h,Vse=new ie,Use=new we,yh={center:kse,ellipsoid:Vse,vertexFormat:Use,semiMajorAxis:void 0,semiMinorAxis:void 0,rotation:void 0,stRotation:void 0,height:void 0,granularity:void 0,extrudedHeight:void 0,shadowVolume:void 0,offsetAttribute:void 0};Ah.unpack=function(e,t,n){t=y(t,0);let i=h.unpack(e,t,kse);t+=h.packedLength;let o=ie.unpack(e,t,Vse);t+=ie.packedLength;let r=we.unpack(e,t,Use);t+=we.packedLength;let s=e[t++],a=e[t++],c=e[t++],u=e[t++],f=e[t++],d=e[t++],p=e[t++],g=e[t++]===1,m=e[t];return l(n)?(n._center=h.clone(i,n._center),n._ellipsoid=ie.clone(o,n._ellipsoid),n._vertexFormat=we.clone(r,n._vertexFormat),n._semiMajorAxis=s,n._semiMinorAxis=a,n._rotation=c,n._stRotation=u,n._height=f,n._granularity=d,n._extrudedHeight=p,n._shadowVolume=g,n._offsetAttribute=m===-1?void 0:m,n):(yh.height=f,yh.extrudedHeight=p,yh.granularity=d,yh.stRotation=u,yh.rotation=c,yh.semiMajorAxis=s,yh.semiMinorAxis=a,yh.shadowVolume=g,yh.offsetAttribute=m===-1?void 0:m,new Ah(yh))};Ah.computeRectangle=function(e,t){e=y(e,y.EMPTY_OBJECT);let n=e.center,i=y(e.ellipsoid,ie.WGS84),o=e.semiMajorAxis,r=e.semiMinorAxis,s=y(e.granularity,I.RADIANS_PER_DEGREE),a=y(e.rotation,0);return Nse(n,o,r,a,s,i,t)};Ah.createGeometry=function(e){if(e._semiMajorAxis<=0||e._semiMinorAxis<=0)return;let t=e._height,n=e._extrudedHeight,i=!I.equalsEpsilon(t,n,0,I.EPSILON2);e._center=e._ellipsoid.scaleToGeodeticSurface(e._center,e._center);let o={center:e._center,semiMajorAxis:e._semiMajorAxis,semiMinorAxis:e._semiMinorAxis,ellipsoid:e._ellipsoid,rotation:e._rotation,height:t,granularity:e._granularity,vertexFormat:e._vertexFormat,stRotation:e._stRotation},r;if(i)o.extrudedHeight=n,o.shadowVolume=e._shadowVolume,o.offsetAttribute=e._offsetAttribute,r=j9e(o);else if(r=H9e(o),l(e._offsetAttribute)){let s=r.attributes.position.values.length,a=e._offsetAttribute===Zt.NONE?0:1,c=new Uint8Array(s/3).fill(a);r.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:c})}return new it({attributes:r.attributes,indices:r.indices,primitiveType:Oe.TRIANGLES,boundingSphere:r.boundingSphere,offsetAttribute:e._offsetAttribute})};Ah.createShadowVolume=function(e,t,n){let i=e._granularity,o=e._ellipsoid,r=t(i,o),s=n(i,o);return new Ah({center:e._center,semiMajorAxis:e._semiMajorAxis,semiMinorAxis:e._semiMinorAxis,ellipsoid:o,rotation:e._rotation,stRotation:e._stRotation,granularity:i,extrudedHeight:r,height:s,vertexFormat:we.POSITION_ONLY,shadowVolume:!0})};function q9e(e){let t=-e._stRotation;if(t===0)return[0,0,0,1,1,0];let i=Ll.computeEllipsePositions({center:e._center,semiMajorAxis:e._semiMajorAxis,semiMinorAxis:e._semiMinorAxis,rotation:e._rotation,granularity:e._granularity},!1,!0).outerPositions,o=i.length/3,r=new Array(o);for(let c=0;c<o;++c)r[c]=h.fromArray(i,c*3);let s=e._ellipsoid,a=e.rectangle;return it._textureCoordinateRotationPoints(r,t,s,a)}Object.defineProperties(Ah.prototype,{rectangle:{get:function(){return l(this._rectangle)||(this._rectangle=Nse(this._center,this._semiMajorAxis,this._semiMinorAxis,this._rotation,this._granularity,this._ellipsoid)),this._rectangle}},textureCoordinateRotationPoints:{get:function(){return l(this._textureCoordinateRotationPoints)||(this._textureCoordinateRotationPoints=q9e(this)),this._textureCoordinateRotationPoints}}});var Jc=Ah;var zse=new h,Fy=new h;function Y9e(e){let t=e.center;Fy=h.multiplyByScalar(e.ellipsoid.geodeticSurfaceNormal(t,Fy),e.height,Fy),Fy=h.add(t,Fy,Fy);let n=new re(Fy,e.semiMajorAxis),i=Ll.computeEllipsePositions(e,!1,!0).outerPositions,o=new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:Ll.raisePositionsToHeight(i,e,!1)})}),r=i.length/3,s=Fe.createTypedArray(r,r*2),a=0;for(let c=0;c<r;++c)s[a++]=c,s[a++]=(c+1)%r;return{boundingSphere:n,attributes:o,indices:s}}var AN=new re,CN=new re;function X9e(e){let t=e.center,n=e.ellipsoid,i=e.semiMajorAxis,o=h.multiplyByScalar(n.geodeticSurfaceNormal(t,zse),e.height,zse);AN.center=h.add(t,o,AN.center),AN.radius=i,o=h.multiplyByScalar(n.geodeticSurfaceNormal(t,o),e.extrudedHeight,o),CN.center=h.add(t,o,CN.center),CN.radius=i;let r=Ll.computeEllipsePositions(e,!1,!0).outerPositions,s=new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:Ll.raisePositionsToHeight(r,e,!0)})});r=s.position.values;let a=re.union(AN,CN),c=r.length/3;if(l(e.offsetAttribute)){let m=new Uint8Array(c);if(e.offsetAttribute===Zt.TOP)m=m.fill(1,0,c/2);else{let A=e.offsetAttribute===Zt.NONE?0:1;m=m.fill(A)}s.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:m})}let u=y(e.numberOfVerticalLines,16);u=I.clamp(u,0,c/2);let f=Fe.createTypedArray(c,c*2+u*2);c/=2;let d=0,p;for(p=0;p<c;++p)f[d++]=p,f[d++]=(p+1)%c,f[d++]=p+c,f[d++]=(p+1)%c+c;let g;if(u>0){let m=Math.min(u,c);g=Math.round(c/m);let A=Math.min(g*u,c);for(p=0;p<A;p+=g)f[d++]=p,f[d++]=p+c}return{boundingSphere:a,attributes:s,indices:f}}function yT(e){e=y(e,y.EMPTY_OBJECT);let t=e.center,n=y(e.ellipsoid,ie.WGS84),i=e.semiMajorAxis,o=e.semiMinorAxis,r=y(e.granularity,I.RADIANS_PER_DEGREE),s=y(e.height,0),a=y(e.extrudedHeight,s);this._center=h.clone(t),this._semiMajorAxis=i,this._semiMinorAxis=o,this._ellipsoid=ie.clone(n),this._rotation=y(e.rotation,0),this._height=Math.max(a,s),this._granularity=r,this._extrudedHeight=Math.min(a,s),this._numberOfVerticalLines=Math.max(y(e.numberOfVerticalLines,16),0),this._offsetAttribute=e.offsetAttribute,this._workerName="createEllipseOutlineGeometry"}yT.packedLength=h.packedLength+ie.packedLength+8;yT.pack=function(e,t,n){return n=y(n,0),h.pack(e._center,t,n),n+=h.packedLength,ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,t[n++]=e._semiMajorAxis,t[n++]=e._semiMinorAxis,t[n++]=e._rotation,t[n++]=e._height,t[n++]=e._granularity,t[n++]=e._extrudedHeight,t[n++]=e._numberOfVerticalLines,t[n]=y(e._offsetAttribute,-1),t};var Hse=new h,Gse=new ie,rp={center:Hse,ellipsoid:Gse,semiMajorAxis:void 0,semiMinorAxis:void 0,rotation:void 0,height:void 0,granularity:void 0,extrudedHeight:void 0,numberOfVerticalLines:void 0,offsetAttribute:void 0};yT.unpack=function(e,t,n){t=y(t,0);let i=h.unpack(e,t,Hse);t+=h.packedLength;let o=ie.unpack(e,t,Gse);t+=ie.packedLength;let r=e[t++],s=e[t++],a=e[t++],c=e[t++],u=e[t++],f=e[t++],d=e[t++],p=e[t];return l(n)?(n._center=h.clone(i,n._center),n._ellipsoid=ie.clone(o,n._ellipsoid),n._semiMajorAxis=r,n._semiMinorAxis=s,n._rotation=a,n._height=c,n._granularity=u,n._extrudedHeight=f,n._numberOfVerticalLines=d,n._offsetAttribute=p===-1?void 0:p,n):(rp.height=c,rp.extrudedHeight=f,rp.granularity=u,rp.rotation=a,rp.semiMajorAxis=r,rp.semiMinorAxis=s,rp.numberOfVerticalLines=d,rp.offsetAttribute=p===-1?void 0:p,new yT(rp))};yT.createGeometry=function(e){if(e._semiMajorAxis<=0||e._semiMinorAxis<=0)return;let t=e._height,n=e._extrudedHeight,i=!I.equalsEpsilon(t,n,0,I.EPSILON2);e._center=e._ellipsoid.scaleToGeodeticSurface(e._center,e._center);let o={center:e._center,semiMajorAxis:e._semiMajorAxis,semiMinorAxis:e._semiMinorAxis,ellipsoid:e._ellipsoid,rotation:e._rotation,height:t,granularity:e._granularity,numberOfVerticalLines:e._numberOfVerticalLines},r;if(i)o.extrudedHeight=n,o.offsetAttribute=e._offsetAttribute,r=X9e(o);else if(r=Y9e(o),l(e._offsetAttribute)){let s=r.attributes.position.values.length,a=e._offsetAttribute===Zt.NONE?0:1,c=new Uint8Array(s/3).fill(a);r.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:c})}return new it({attributes:r.attributes,indices:r.indices,primitiveType:Oe.LINES,boundingSphere:r.boundingSphere,offsetAttribute:e._offsetAttribute})};var zu=yT;var Wse=new U,jse=h.ZERO,qse=new h,Yse=new ce;function K9e(e){this.id=e,this.vertexFormat=void 0,this.center=void 0,this.semiMajorAxis=void 0,this.semiMinorAxis=void 0,this.rotation=void 0,this.height=void 0,this.extrudedHeight=void 0,this.granularity=void 0,this.stRotation=void 0,this.numberOfVerticalLines=void 0,this.offsetAttribute=void 0}function Yf(e,t){Hn.call(this,{entity:e,scene:t,geometryOptions:new K9e(e),geometryPropertyName:"ellipse",observedPropertyNames:["availability","position","ellipse"]}),this._onEntityPropertyChanged(e,"ellipse",e.ellipse,void 0)}l(Object.create)&&(Yf.prototype=Object.create(Hn.prototype),Yf.prototype.constructor=Yf);Yf.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(this._distanceDisplayConditionProperty.getValue(e)),offset:void 0,color:void 0};if(this._materialProperty instanceof Pt){let o;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(o=this._materialProperty.color.getValue(e,Wse)),l(o)||(o=U.WHITE),i.color=Bt.fromColor(o)}return l(this._options.offsetAttribute)&&(i.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,jse,qse))),new _t({id:t,geometry:new Jc(this._options),attributes:i})};Yf.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,Wse),o=this._distanceDisplayConditionProperty.getValue(e),r={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(o),offset:void 0};return l(this._options.offsetAttribute)&&(r.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,jse,qse))),new _t({id:t,geometry:new zu(this._options),attributes:r})};Yf.prototype._computeCenter=function(e,t){return j.getValueOrUndefined(this._entity.position,e,t)};Yf.prototype._isHidden=function(e,t){let n=e.position;return!l(n)||!l(t.semiMajorAxis)||!l(t.semiMinorAxis)||$n.prototype._isHidden.call(this,e,t)};Yf.prototype._isDynamic=function(e,t){return!e.position.isConstant||!t.semiMajorAxis.isConstant||!t.semiMinorAxis.isConstant||!j.isConstant(t.rotation)||!j.isConstant(t.height)||!j.isConstant(t.extrudedHeight)||!j.isConstant(t.granularity)||!j.isConstant(t.stRotation)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.numberOfVerticalLines)||!j.isConstant(t.zIndex)||this._onTerrain&&!j.isConstant(this._materialProperty)&&!(this._materialProperty instanceof Pt)};Yf.prototype._setStaticOptions=function(e,t){let n=j.getValueOrUndefined(t.height,ke.MINIMUM_VALUE),i=j.getValueOrDefault(t.heightReference,ke.MINIMUM_VALUE,Ue.NONE),o=j.getValueOrUndefined(t.extrudedHeight,ke.MINIMUM_VALUE),r=j.getValueOrDefault(t.extrudedHeightReference,ke.MINIMUM_VALUE,Ue.NONE);l(o)&&!l(n)&&(n=0);let s=this._options;s.vertexFormat=this._materialProperty instanceof Pt?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,s.center=e.position.getValue(ke.MINIMUM_VALUE,s.center),s.semiMajorAxis=t.semiMajorAxis.getValue(ke.MINIMUM_VALUE,s.semiMajorAxis),s.semiMinorAxis=t.semiMinorAxis.getValue(ke.MINIMUM_VALUE,s.semiMinorAxis),s.rotation=j.getValueOrUndefined(t.rotation,ke.MINIMUM_VALUE),s.granularity=j.getValueOrUndefined(t.granularity,ke.MINIMUM_VALUE),s.stRotation=j.getValueOrUndefined(t.stRotation,ke.MINIMUM_VALUE),s.numberOfVerticalLines=j.getValueOrUndefined(t.numberOfVerticalLines,ke.MINIMUM_VALUE),s.offsetAttribute=Hn.computeGeometryOffsetAttribute(n,i,o,r),s.height=Hn.getGeometryHeight(n,i),o=Hn.getGeometryExtrudedHeight(o,r),o===Hn.CLAMP_TO_GROUND&&(o=oi.getMinimumMaximumHeights(Jc.computeRectangle(s,Yse)).minimumTerrainHeight),s.extrudedHeight=o};Yf.DynamicGeometryUpdater=AT;function AT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(AT.prototype=Object.create(Qn.prototype),AT.prototype.constructor=AT);AT.prototype._isHidden=function(e,t,n){let i=this._options;return!l(i.center)||!l(i.semiMajorAxis)||!l(i.semiMinorAxis)||Qn.prototype._isHidden.call(this,e,t,n)};AT.prototype._setOptions=function(e,t,n){let i=this._options,o=j.getValueOrUndefined(t.height,n),r=j.getValueOrDefault(t.heightReference,n,Ue.NONE),s=j.getValueOrUndefined(t.extrudedHeight,n),a=j.getValueOrDefault(t.extrudedHeightReference,n,Ue.NONE);l(s)&&!l(o)&&(o=0),i.center=j.getValueOrUndefined(e.position,n,i.center),i.semiMajorAxis=j.getValueOrUndefined(t.semiMajorAxis,n),i.semiMinorAxis=j.getValueOrUndefined(t.semiMinorAxis,n),i.rotation=j.getValueOrUndefined(t.rotation,n),i.granularity=j.getValueOrUndefined(t.granularity,n),i.stRotation=j.getValueOrUndefined(t.stRotation,n),i.numberOfVerticalLines=j.getValueOrUndefined(t.numberOfVerticalLines,n),i.offsetAttribute=Hn.computeGeometryOffsetAttribute(o,r,s,a),i.height=Hn.getGeometryHeight(o,r),s=Hn.getGeometryExtrudedHeight(s,a),s===Hn.CLAMP_TO_GROUND&&(s=oi.getMinimumMaximumHeights(Jc.computeRectangle(i,Yse)).minimumTerrainHeight),i.extrudedHeight=s};var xN=Yf;var J9e=new h,Z9e=new h,Q9e=new h,$9e=new h,eWe=new h,tWe=new h(1,1,1),Xse=Math.cos,Kse=Math.sin;function sp(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.radii,tWe),n=y(e.innerRadii,t),i=y(e.minimumClock,0),o=y(e.maximumClock,I.TWO_PI),r=y(e.minimumCone,0),s=y(e.maximumCone,I.PI),a=Math.round(y(e.stackPartitions,64)),c=Math.round(y(e.slicePartitions,64)),u=y(e.vertexFormat,we.DEFAULT);this._radii=h.clone(t),this._innerRadii=h.clone(n),this._minimumClock=i,this._maximumClock=o,this._minimumCone=r,this._maximumCone=s,this._stackPartitions=a,this._slicePartitions=c,this._vertexFormat=we.clone(u),this._offsetAttribute=e.offsetAttribute,this._workerName="createEllipsoidGeometry"}sp.packedLength=2*h.packedLength+we.packedLength+7;sp.pack=function(e,t,n){return n=y(n,0),h.pack(e._radii,t,n),n+=h.packedLength,h.pack(e._innerRadii,t,n),n+=h.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._minimumClock,t[n++]=e._maximumClock,t[n++]=e._minimumCone,t[n++]=e._maximumCone,t[n++]=e._stackPartitions,t[n++]=e._slicePartitions,t[n]=y(e._offsetAttribute,-1),t};var Jse=new h,Zse=new h,Qse=new we,sg={radii:Jse,innerRadii:Zse,vertexFormat:Qse,minimumClock:void 0,maximumClock:void 0,minimumCone:void 0,maximumCone:void 0,stackPartitions:void 0,slicePartitions:void 0,offsetAttribute:void 0};sp.unpack=function(e,t,n){t=y(t,0);let i=h.unpack(e,t,Jse);t+=h.packedLength;let o=h.unpack(e,t,Zse);t+=h.packedLength;let r=we.unpack(e,t,Qse);t+=we.packedLength;let s=e[t++],a=e[t++],c=e[t++],u=e[t++],f=e[t++],d=e[t++],p=e[t];return l(n)?(n._radii=h.clone(i,n._radii),n._innerRadii=h.clone(o,n._innerRadii),n._vertexFormat=we.clone(r,n._vertexFormat),n._minimumClock=s,n._maximumClock=a,n._minimumCone=c,n._maximumCone=u,n._stackPartitions=f,n._slicePartitions=d,n._offsetAttribute=p===-1?void 0:p,n):(sg.minimumClock=s,sg.maximumClock=a,sg.minimumCone=c,sg.maximumCone=u,sg.stackPartitions=f,sg.slicePartitions=d,sg.offsetAttribute=p===-1?void 0:p,new sp(sg))};sp.createGeometry=function(e){let t=e._radii;if(t.x<=0||t.y<=0||t.z<=0)return;let n=e._innerRadii;if(n.x<=0||n.y<=0||n.z<=0)return;let i=e._minimumClock,o=e._maximumClock,r=e._minimumCone,s=e._maximumCone,a=e._vertexFormat,c=e._slicePartitions+1,u=e._stackPartitions+1;c=Math.round(c*Math.abs(o-i)/I.TWO_PI),u=Math.round(u*Math.abs(s-r)/I.PI),c<2&&(c=2),u<2&&(u=2);let f,d,p=0,g=[r],m=[i];for(f=0;f<u;f++)g.push(r+f*(s-r)/(u-1));for(g.push(s),d=0;d<c;d++)m.push(i+d*(o-i)/(c-1));m.push(o);let A=g.length,C=m.length,x=0,b=1,E=n.x!==t.x||n.y!==t.y||n.z!==t.z,S=!1,D=!1,v=!1;E&&(b=2,r>0&&(S=!0,x+=c-1),s<Math.PI&&(D=!0,x+=c-1),(o-i)%I.TWO_PI?(v=!0,x+=(u-1)*2+1):x+=1);let O=C*A*b,R=new Float64Array(O*3),M=new Array(O).fill(!1),L=new Array(O).fill(!1),_=c*u*b,T=6*(_+x+1-(c+u)*b),w=Fe.createTypedArray(_,T),P=a.normal?new Float32Array(O*3):void 0,B=a.tangent?new Float32Array(O*3):void 0,N=a.bitangent?new Float32Array(O*3):void 0,z=a.st?new Float32Array(O*2):void 0,V=new Array(A),G=new Array(A);for(f=0;f<A;f++)V[f]=Kse(g[f]),G[f]=Xse(g[f]);let k=new Array(C),X=new Array(C);for(d=0;d<C;d++)X[d]=Xse(m[d]),k[d]=Kse(m[d]);for(f=0;f<A;f++)for(d=0;d<C;d++)R[p++]=t.x*V[f]*X[d],R[p++]=t.y*V[f]*k[d],R[p++]=t.z*G[f];let q=O/2;if(E)for(f=0;f<A;f++)for(d=0;d<C;d++)R[p++]=n.x*V[f]*X[d],R[p++]=n.y*V[f]*k[d],R[p++]=n.z*G[f],M[q]=!0,f>0&&f!==A-1&&d!==0&&d!==C-1&&(L[q]=!0),q++;p=0;let Y,W;for(f=1;f<A-2;f++)for(Y=f*C,W=(f+1)*C,d=1;d<C-2;d++)w[p++]=W+d,w[p++]=W+d+1,w[p++]=Y+d+1,w[p++]=W+d,w[p++]=Y+d+1,w[p++]=Y+d;if(E){let bt=A*C;for(f=1;f<A-2;f++)for(Y=bt+f*C,W=bt+(f+1)*C,d=1;d<C-2;d++)w[p++]=W+d,w[p++]=Y+d,w[p++]=Y+d+1,w[p++]=W+d,w[p++]=Y+d+1,w[p++]=W+d+1}let J,Z;if(E){if(S)for(Z=A*C,f=1;f<C-2;f++)w[p++]=f,w[p++]=f+1,w[p++]=Z+f+1,w[p++]=f,w[p++]=Z+f+1,w[p++]=Z+f;if(D)for(J=A*C-C,Z=A*C*b-C,f=1;f<C-2;f++)w[p++]=J+f+1,w[p++]=J+f,w[p++]=Z+f,w[p++]=J+f+1,w[p++]=Z+f,w[p++]=Z+f+1}if(v){for(f=1;f<A-2;f++)Z=C*A+C*f,J=C*f,w[p++]=Z,w[p++]=J+C,w[p++]=J,w[p++]=Z,w[p++]=Z+C,w[p++]=J+C;for(f=1;f<A-2;f++)Z=C*A+C*(f+1)-1,J=C*(f+1)-1,w[p++]=J+C,w[p++]=Z,w[p++]=J,w[p++]=J+C,w[p++]=Z+C,w[p++]=Z}let ue=new sn;a.position&&(ue.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:R}));let pe=0,oe=0,fe=0,ge=0,Ee=O/2,Ie,Me=ie.fromCartesian3(t),Ge=ie.fromCartesian3(n);if(a.st||a.normal||a.tangent||a.bitangent){for(f=0;f<O;f++){Ie=M[f]?Ge:Me;let bt=h.fromArray(R,f*3,J9e),zt=Ie.geodeticSurfaceNormal(bt,Z9e);if(L[f]&&h.negate(zt,zt),a.st){let on=H.negate(zt,eWe);z[pe++]=Math.atan2(on.y,on.x)/I.TWO_PI+.5,z[pe++]=Math.asin(zt.z)/Math.PI+.5}if(a.normal&&(P[oe++]=zt.x,P[oe++]=zt.y,P[oe++]=zt.z),a.tangent||a.bitangent){let on=Q9e,at=0,Tn;if(M[f]&&(at=Ee),!S&&f>=at&&f<at+C*2?Tn=h.UNIT_X:Tn=h.UNIT_Z,h.cross(Tn,zt,on),h.normalize(on,on),a.tangent&&(B[fe++]=on.x,B[fe++]=on.y,B[fe++]=on.z),a.bitangent){let Yn=h.cross(zt,on,$9e);h.normalize(Yn,Yn),N[ge++]=Yn.x,N[ge++]=Yn.y,N[ge++]=Yn.z}}}a.st&&(ue.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:z})),a.normal&&(ue.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:P})),a.tangent&&(ue.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:B})),a.bitangent&&(ue.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:N}))}if(l(e._offsetAttribute)){let bt=R.length,zt=e._offsetAttribute===Zt.NONE?0:1,on=new Uint8Array(bt/3).fill(zt);ue.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:on})}return new it({attributes:ue,indices:w,primitiveType:Oe.TRIANGLES,boundingSphere:re.fromEllipsoid(Me),offsetAttribute:e._offsetAttribute})};var _9;sp.getUnitEllipsoid=function(){return l(_9)||(_9=sp.createGeometry(new sp({radii:new h(1,1,1),vertexFormat:we.POSITION_ONLY}))),_9};var Is=sp;var nWe=new Pt(U.WHITE),g9=h.ZERO,y9=new h,iWe=new h,oWe=new h,A9=new U,rWe=new h(1,1,1);function sWe(e){this.id=e,this.vertexFormat=void 0,this.radii=void 0,this.innerRadii=void 0,this.minimumClock=void 0,this.maximumClock=void 0,this.minimumCone=void 0,this.maximumCone=void 0,this.stackPartitions=void 0,this.slicePartitions=void 0,this.subdivisions=void 0,this.offsetAttribute=void 0}function Fl(e,t){$n.call(this,{entity:e,scene:t,geometryOptions:new sWe(e),geometryPropertyName:"ellipsoid",observedPropertyNames:["availability","position","orientation","ellipsoid"]}),this._onEntityPropertyChanged(e,"ellipsoid",e.ellipsoid,void 0)}l(Object.create)&&(Fl.prototype=Object.create($n.prototype),Fl.prototype.constructor=Fl);Object.defineProperties(Fl.prototype,{terrainOffsetProperty:{get:function(){return this._terrainOffsetProperty}}});Fl.prototype.createFillGeometryInstance=function(e,t,n){let i=this._entity,o=i.isAvailable(e),r,s=new fn(o&&i.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),a=this._distanceDisplayConditionProperty.getValue(e),c=Ln.fromDistanceDisplayCondition(a),u={show:s,distanceDisplayCondition:c,color:void 0,offset:void 0};if(this._materialProperty instanceof Pt){let f;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||o)&&(f=this._materialProperty.color.getValue(e,A9)),l(f)||(f=U.WHITE),r=Bt.fromColor(f),u.color=r}return l(this._options.offsetAttribute)&&(u.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,g9,y9))),new _t({id:i,geometry:new Is(this._options),modelMatrix:t?void 0:i.computeModelMatrixForHeightReference(e,i.ellipsoid.heightReference,this._options.radii.z*.5,this._scene.mapProjection.ellipsoid,n),attributes:u})};Fl.prototype.createOutlineGeometryInstance=function(e,t,n){let i=this._entity,o=i.isAvailable(e),r=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,A9),s=this._distanceDisplayConditionProperty.getValue(e),a={show:new fn(o&&i.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(r),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(s),offset:void 0};return l(this._options.offsetAttribute)&&(a.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,g9,y9))),new _t({id:i,geometry:new Ou(this._options),modelMatrix:t?void 0:i.computeModelMatrixForHeightReference(e,i.ellipsoid.heightReference,this._options.radii.z*.5,this._scene.mapProjection.ellipsoid,n),attributes:a})};Fl.prototype._computeCenter=function(e,t){return j.getValueOrUndefined(this._entity.position,e,t)};Fl.prototype._isHidden=function(e,t){return!l(e.position)||!l(t.radii)||$n.prototype._isHidden.call(this,e,t)};Fl.prototype._isDynamic=function(e,t){return!e.position.isConstant||!j.isConstant(e.orientation)||!t.radii.isConstant||!j.isConstant(t.innerRadii)||!j.isConstant(t.stackPartitions)||!j.isConstant(t.slicePartitions)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.minimumClock)||!j.isConstant(t.maximumClock)||!j.isConstant(t.minimumCone)||!j.isConstant(t.maximumCone)||!j.isConstant(t.subdivisions)};Fl.prototype._setStaticOptions=function(e,t){let n=j.getValueOrDefault(t.heightReference,ke.MINIMUM_VALUE,Ue.NONE),i=this._options;i.vertexFormat=this._materialProperty instanceof Pt?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,i.radii=t.radii.getValue(ke.MINIMUM_VALUE,i.radii),i.innerRadii=j.getValueOrUndefined(t.innerRadii,i.radii),i.minimumClock=j.getValueOrUndefined(t.minimumClock,ke.MINIMUM_VALUE),i.maximumClock=j.getValueOrUndefined(t.maximumClock,ke.MINIMUM_VALUE),i.minimumCone=j.getValueOrUndefined(t.minimumCone,ke.MINIMUM_VALUE),i.maximumCone=j.getValueOrUndefined(t.maximumCone,ke.MINIMUM_VALUE),i.stackPartitions=j.getValueOrUndefined(t.stackPartitions,ke.MINIMUM_VALUE),i.slicePartitions=j.getValueOrUndefined(t.slicePartitions,ke.MINIMUM_VALUE),i.subdivisions=j.getValueOrUndefined(t.subdivisions,ke.MINIMUM_VALUE),i.offsetAttribute=n!==Ue.NONE?Zt.ALL:void 0};Fl.prototype._onEntityPropertyChanged=Kp;Fl.DynamicGeometryUpdater=Zw;function Zw(e,t,n){Qn.call(this,e,t,n),this._scene=e._scene,this._modelMatrix=new F,this._attributes=void 0,this._outlineAttributes=void 0,this._lastSceneMode=void 0,this._lastShow=void 0,this._lastOutlineShow=void 0,this._lastOutlineWidth=void 0,this._lastOutlineColor=void 0,this._lastOffset=new h,this._material={}}l(Object.create)&&(Zw.prototype=Object.create(Qn.prototype),Zw.prototype.constructor=Zw);Zw.prototype.update=function(e){let t=this._entity,n=t.ellipsoid;if(!t.isShowing||!t.isAvailable(e)||!j.getValueOrDefault(n.show,e,!0)){l(this._primitive)&&(this._primitive.show=!1),l(this._outlinePrimitive)&&(this._outlinePrimitive.show=!1);return}let i=j.getValueOrUndefined(n.radii,e,iWe),o=l(i)?t.computeModelMatrixForHeightReference(e,n.heightReference,i.z*.5,this._scene.mapProjection.ellipsoid,this._modelMatrix):void 0;if(!l(o)||!l(i)){l(this._primitive)&&(this._primitive.show=!1),l(this._outlinePrimitive)&&(this._outlinePrimitive.show=!1);return}let r=j.getValueOrDefault(n.fill,e,!0),s=j.getValueOrDefault(n.outline,e,!1),a=j.getValueOrClonedDefault(n.outlineColor,e,U.BLACK,A9),c=Xo.getValue(e,y(n.material,nWe),this._material),u=j.getValueOrUndefined(n.innerRadii,e,oWe),f=j.getValueOrUndefined(n.minimumClock,e),d=j.getValueOrUndefined(n.maximumClock,e),p=j.getValueOrUndefined(n.minimumCone,e),g=j.getValueOrUndefined(n.maximumCone,e),m=j.getValueOrUndefined(n.stackPartitions,e),A=j.getValueOrUndefined(n.slicePartitions,e),C=j.getValueOrUndefined(n.subdivisions,e),x=j.getValueOrDefault(n.outlineWidth,e,1),b=j.getValueOrDefault(n.heightReference,e,Ue.NONE),E=b!==Ue.NONE?Zt.ALL:void 0,S=this._scene.mode,D=S===ee.SCENE3D&&b===Ue.NONE,v=this._options,O=this._geometryUpdater.shadowsProperty.getValue(e),M=this._geometryUpdater.distanceDisplayConditionProperty.getValue(e),L=j.getValueOrDefault(this._geometryUpdater.terrainOffsetProperty,e,g9,y9);if(!D||this._lastSceneMode!==S||!l(this._primitive)||v.stackPartitions!==m||v.slicePartitions!==A||l(u)&&!h.equals(v.innerRadii!==u)||v.minimumClock!==f||v.maximumClock!==d||v.minimumCone!==p||v.maximumCone!==g||v.subdivisions!==C||this._lastOutlineWidth!==x||v.offsetAttribute!==E){let T=this._primitives;if(T.removeAndDestroy(this._primitive),T.removeAndDestroy(this._outlinePrimitive),this._primitive=void 0,this._outlinePrimitive=void 0,this._lastSceneMode=S,this._lastOutlineWidth=x,v.stackPartitions=m,v.slicePartitions=A,v.subdivisions=C,v.offsetAttribute=E,v.radii=h.clone(D?rWe:i,v.radii),l(u))if(D){let N=h.magnitude(i);v.innerRadii=h.fromElements(u.x/N,u.y/N,u.z/N,v.innerRadii)}else v.innerRadii=h.clone(u,v.innerRadii);else v.innerRadii=void 0;v.minimumClock=f,v.maximumClock=d,v.minimumCone=p,v.maximumCone=g;let w=new ro({material:c,translucent:c.isTranslucent(),closed:!0});v.vertexFormat=w.vertexFormat;let P=this._geometryUpdater.createFillGeometryInstance(e,D,this._modelMatrix);this._primitive=T.add(new Cn({geometryInstances:P,appearance:w,asynchronous:!1,shadows:O}));let B=this._geometryUpdater.createOutlineGeometryInstance(e,D,this._modelMatrix);this._outlinePrimitive=T.add(new Cn({geometryInstances:B,appearance:new Qt({flat:!0,translucent:B.attributes.color.value[3]!==255,renderState:{lineWidth:this._geometryUpdater._scene.clampLineWidth(x)}}),asynchronous:!1,shadows:O})),this._lastShow=r,this._lastOutlineShow=s,this._lastOutlineColor=U.clone(a,this._lastOutlineColor),this._lastDistanceDisplayCondition=M,this._lastOffset=h.clone(L,this._lastOffset)}else if(this._primitive.ready){let T=this._primitive,w=this._outlinePrimitive;T.show=!0,w.show=!0,T.appearance.material=c;let P=this._attributes;l(P)||(P=T.getGeometryInstanceAttributes(t),this._attributes=P),r!==this._lastShow&&(P.show=fn.toValue(r,P.show),this._lastShow=r);let B=this._outlineAttributes;l(B)||(B=w.getGeometryInstanceAttributes(t),this._outlineAttributes=B),s!==this._lastOutlineShow&&(B.show=fn.toValue(s,B.show),this._lastOutlineShow=s),U.equals(a,this._lastOutlineColor)||(B.color=Bt.toValue(a,B.color),U.clone(a,this._lastOutlineColor)),xt.equals(M,this._lastDistanceDisplayCondition)||(P.distanceDisplayCondition=Ln.toValue(M,P.distanceDisplayCondition),B.distanceDisplayCondition=Ln.toValue(M,B.distanceDisplayCondition),xt.clone(M,this._lastDistanceDisplayCondition)),h.equals(L,this._lastOffset)||(P.offset=ji.toValue(L,P.offset),B.offset=ji.toValue(L,P.offset),h.clone(L,this._lastOffset))}D&&(i.x=Math.max(i.x,.001),i.y=Math.max(i.y,.001),i.z=Math.max(i.z,.001),o=F.multiplyByScale(o,i,o),this._primitive.modelMatrix=o,this._outlinePrimitive.modelMatrix=o)};var TN=Fl;function CT(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.vertexFormat,we.DEFAULT);this._vertexFormat=t,this._workerName="createPlaneGeometry"}CT.packedLength=we.packedLength;CT.pack=function(e,t,n){return n=y(n,0),we.pack(e._vertexFormat,t,n),t};var $se=new we,aWe={vertexFormat:$se};CT.unpack=function(e,t,n){t=y(t,0);let i=we.unpack(e,t,$se);return l(n)?(n._vertexFormat=we.clone(i,n._vertexFormat),n):new CT(aWe)};var EN=new h(-.5,-.5,0),bN=new h(.5,.5,0);CT.createGeometry=function(e){let t=e._vertexFormat,n=new sn,i,o;if(t.position){if(o=new Float64Array(4*3),o[0]=EN.x,o[1]=EN.y,o[2]=0,o[3]=bN.x,o[4]=EN.y,o[5]=0,o[6]=bN.x,o[7]=bN.y,o[8]=0,o[9]=EN.x,o[10]=bN.y,o[11]=0,n.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:o}),t.normal){let r=new Float32Array(12);r[0]=0,r[1]=0,r[2]=1,r[3]=0,r[4]=0,r[5]=1,r[6]=0,r[7]=0,r[8]=1,r[9]=0,r[10]=0,r[11]=1,n.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:r})}if(t.st){let r=new Float32Array(8);r[0]=0,r[1]=0,r[2]=1,r[3]=0,r[4]=1,r[5]=1,r[6]=0,r[7]=1,n.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:r})}if(t.tangent){let r=new Float32Array(12);r[0]=1,r[1]=0,r[2]=0,r[3]=1,r[4]=0,r[5]=0,r[6]=1,r[7]=0,r[8]=0,r[9]=1,r[10]=0,r[11]=0,n.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:r})}if(t.bitangent){let r=new Float32Array(12);r[0]=0,r[1]=1,r[2]=0,r[3]=0,r[4]=1,r[5]=0,r[6]=0,r[7]=1,r[8]=0,r[9]=0,r[10]=1,r[11]=0,n.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:r})}i=new Uint16Array(2*3),i[0]=0,i[1]=1,i[2]=2,i[3]=0,i[4]=2,i[5]=3}return new it({attributes:n,indices:i,primitiveType:Oe.TRIANGLES,boundingSphere:new re(h.ZERO,Math.sqrt(2))})};var SN=CT;function xT(){this._workerName="createPlaneOutlineGeometry"}xT.packedLength=0;xT.pack=function(e,t){return t};xT.unpack=function(e,t,n){return l(n)?n:new xT};var ag=new h(-.5,-.5,0),wN=new h(.5,.5,0);xT.createGeometry=function(){let e=new sn,t=new Uint16Array(4*2),n=new Float64Array(4*3);return n[0]=ag.x,n[1]=ag.y,n[2]=ag.z,n[3]=wN.x,n[4]=ag.y,n[5]=ag.z,n[6]=wN.x,n[7]=wN.y,n[8]=ag.z,n[9]=ag.x,n[10]=wN.y,n[11]=ag.z,e.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:n}),t[0]=0,t[1]=1,t[2]=1,t[3]=2,t[4]=2,t[5]=3,t[6]=3,t[7]=0,new it({attributes:e,indices:t,primitiveType:Oe.LINES,boundingSphere:new re(h.ZERO,Math.sqrt(2))})};var DN=xT;var cWe=new h,eae=new U;function lWe(e){this.id=e,this.vertexFormat=void 0,this.plane=void 0,this.dimensions=void 0}function Hu(e,t){$n.call(this,{entity:e,scene:t,geometryOptions:new lWe(e),geometryPropertyName:"plane",observedPropertyNames:["availability","position","orientation","plane"]}),this._onEntityPropertyChanged(e,"plane",e.plane,void 0)}l(Object.create)&&(Hu.prototype=Object.create($n.prototype),Hu.prototype.constructor=Hu);Hu.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i,o,r=new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),s=this._distanceDisplayConditionProperty.getValue(e),a=Ln.fromDistanceDisplayCondition(s);if(this._materialProperty instanceof Pt){let g;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(g=this._materialProperty.color.getValue(e,eae)),l(g)||(g=U.WHITE),o=Bt.fromColor(g),i={show:r,distanceDisplayCondition:a,color:o}}else i={show:r,distanceDisplayCondition:a};let c=t.plane,u=this._options,f=t.computeModelMatrix(e),d=j.getValueOrDefault(c.plane,e,u.plane),p=j.getValueOrUndefined(c.dimensions,e,u.dimensions);return u.plane=d,u.dimensions=p,f=C9(d,p,f,f),new _t({id:t,geometry:new SN(this._options),modelMatrix:f,attributes:i})};Hu.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,eae),o=this._distanceDisplayConditionProperty.getValue(e),r=t.plane,s=this._options,a=t.computeModelMatrix(e),c=j.getValueOrDefault(r.plane,e,s.plane),u=j.getValueOrUndefined(r.dimensions,e,s.dimensions);return s.plane=c,s.dimensions=u,a=C9(c,u,a,a),new _t({id:t,geometry:new DN,modelMatrix:a,attributes:{show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(o)}})};Hu.prototype._isHidden=function(e,t){return!l(t.plane)||!l(t.dimensions)||!l(e.position)||$n.prototype._isHidden.call(this,e,t)};Hu.prototype._getIsClosed=function(e){return!1};Hu.prototype._isDynamic=function(e,t){return!e.position.isConstant||!j.isConstant(e.orientation)||!t.plane.isConstant||!t.dimensions.isConstant||!j.isConstant(t.outlineWidth)};Hu.prototype._setStaticOptions=function(e,t){let n=this._materialProperty instanceof Pt,i=this._options;i.vertexFormat=n?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,i.plane=t.plane.getValue(ke.MINIMUM_VALUE,i.plane),i.dimensions=t.dimensions.getValue(ke.MINIMUM_VALUE,i.dimensions)};Hu.DynamicGeometryUpdater=TT;function TT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(TT.prototype=Object.create(Qn.prototype),TT.prototype.constructor=TT);TT.prototype._isHidden=function(e,t,n){let i=this._options,o=j.getValueOrUndefined(e.position,n,cWe);return!l(o)||!l(i.plane)||!l(i.dimensions)||Qn.prototype._isHidden.call(this,e,t,n)};TT.prototype._setOptions=function(e,t,n){let i=this._options;i.plane=j.getValueOrDefault(t.plane,n,i.plane),i.dimensions=j.getValueOrUndefined(t.dimensions,n,i.dimensions)};var uWe=new h,fWe=new h,dWe=new h,hWe=new h,mWe=new Q,pWe=new Q,_We=new F;function C9(e,t,n,i){let o=e.normal,r=e.distance,s=h.multiplyByScalar(o,-r,dWe),a=h.clone(h.UNIT_Z,fWe);I.equalsEpsilon(Math.abs(h.dot(a,o)),1,I.EPSILON8)&&(a=h.clone(h.UNIT_Y,a));let c=h.cross(a,o,uWe);a=h.cross(o,c,a),h.normalize(c,c),h.normalize(a,a);let u=mWe;Q.setColumn(u,0,c,u),Q.setColumn(u,1,a,u),Q.setColumn(u,2,o,u);let f=h.fromElements(t.x,t.y,1,hWe),d=Q.multiplyByScale(u,f,pWe),p=F.fromRotationTranslation(d,s,_We);return F.multiplyTransformation(n,p,i)}Hu.createPrimitiveMatrix=C9;var vN=Hu;var gWe=new h,yWe=new He,AWe=new H,CWe=new H,xWe=new h,TWe=new h,EWe=new h,Qw=new h,bWe=new h,SWe=new h,tae=new Be,wWe=new Q,DWe=new Q,vWe=new h;function PWe(e,t,n,i,o,r,s,a,c){let u=e.positions,f=ti.triangulate(e.positions2D,e.holes);f.length<3&&(f=[0,1,2]);let d=Fe.createTypedArray(u.length,f.length);d.set(f);let p=wWe;if(i!==0){let _=Be.fromAxisAngle(s,i,tae);if(p=Q.fromQuaternion(_,p),t.tangent||t.bitangent){_=Be.fromAxisAngle(s,-i,tae);let T=Q.fromQuaternion(_,DWe);a=h.normalize(Q.multiplyByVector(T,a,a),a),t.bitangent&&(c=h.normalize(h.cross(s,a,c),c))}}else p=Q.clone(Q.IDENTITY,p);let g=CWe;t.st&&(g.x=n.x,g.y=n.y);let m=u.length,A=m*3,C=new Float64Array(A),x=t.normal?new Float32Array(A):void 0,b=t.tangent?new Float32Array(A):void 0,E=t.bitangent?new Float32Array(A):void 0,S=t.st?new Float32Array(m*2):void 0,D=0,v=0,O=0,R=0,M=0;for(let _=0;_<m;_++){let T=u[_];if(C[D++]=T.x,C[D++]=T.y,C[D++]=T.z,t.st)if(l(o)&&o.positions.length===m)S[M++]=o.positions[_].x,S[M++]=o.positions[_].y;else{let w=Q.multiplyByVector(p,T,gWe),P=r(w,AWe);H.subtract(P,g,P);let B=I.clamp(P.x/n.width,0,1),N=I.clamp(P.y/n.height,0,1);S[M++]=B,S[M++]=N}t.normal&&(x[v++]=s.x,x[v++]=s.y,x[v++]=s.z),t.tangent&&(b[R++]=a.x,b[R++]=a.y,b[R++]=a.z),t.bitangent&&(E[O++]=c.x,E[O++]=c.y,E[O++]=c.z)}let L=new sn;return t.position&&(L.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:C})),t.normal&&(L.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:x})),t.tangent&&(L.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:b})),t.bitangent&&(L.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:E})),t.st&&(L.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:S})),new it({attributes:L,indices:d,primitiveType:Oe.TRIANGLES})}function Ny(e){e=y(e,y.EMPTY_OBJECT);let t=e.polygonHierarchy,n=e.textureCoordinates,i=y(e.vertexFormat,we.DEFAULT);this._vertexFormat=we.clone(i),this._polygonHierarchy=t,this._stRotation=y(e.stRotation,0),this._ellipsoid=ie.clone(y(e.ellipsoid,ie.WGS84)),this._workerName="createCoplanarPolygonGeometry",this._textureCoordinates=n,this.packedLength=zn.computeHierarchyPackedLength(t,h)+we.packedLength+ie.packedLength+(l(n)?zn.computeHierarchyPackedLength(n,H):1)+2}Ny.fromPositions=function(e){e=y(e,y.EMPTY_OBJECT);let t={polygonHierarchy:{positions:e.positions},vertexFormat:e.vertexFormat,stRotation:e.stRotation,ellipsoid:e.ellipsoid,textureCoordinates:e.textureCoordinates};return new Ny(t)};Ny.pack=function(e,t,n){return n=y(n,0),n=zn.packPolygonHierarchy(e._polygonHierarchy,t,n,h),ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._stRotation,l(e._textureCoordinates)?n=zn.packPolygonHierarchy(e._textureCoordinates,t,n,H):t[n++]=-1,t[n++]=e.packedLength,t};var IWe=ie.clone(ie.UNIT_SPHERE),OWe=new we,BWe={polygonHierarchy:{}};Ny.unpack=function(e,t,n){t=y(t,0);let i=zn.unpackPolygonHierarchy(e,t,h);t=i.startingIndex,delete i.startingIndex;let o=ie.unpack(e,t,IWe);t+=ie.packedLength;let r=we.unpack(e,t,OWe);t+=we.packedLength;let s=e[t++],a=e[t]===-1?void 0:zn.unpackPolygonHierarchy(e,t,H);l(a)?(t=a.startingIndex,delete a.startingIndex):t++;let c=e[t++];return l(n)||(n=new Ny(BWe)),n._polygonHierarchy=i,n._ellipsoid=ie.clone(o,n._ellipsoid),n._vertexFormat=we.clone(r,n._vertexFormat),n._stRotation=s,n._textureCoordinates=a,n.packedLength=c,n};Ny.createGeometry=function(e){let t=e._vertexFormat,n=e._polygonHierarchy,i=e._stRotation,o=e._textureCoordinates,r=l(o),s=n.positions;if(s=yo(s,h.equalsEpsilon,!0),s.length<3)return;let a=xWe,c=TWe,u=EWe,f=bWe,d=SWe;if(!N_.computeProjectTo2DArguments(s,Qw,f,d))return;if(a=h.cross(f,d,a),a=h.normalize(a,a),!h.equalsEpsilon(Qw,h.ZERO,I.EPSILON6)){let M=e._ellipsoid.geodeticSurfaceNormal(Qw,vWe);h.dot(a,M)<0&&(a=h.negate(a,a),f=h.negate(f,f))}let g=N_.createProjectPointsTo2DFunction(Qw,f,d),m=N_.createProjectPointTo2DFunction(Qw,f,d);t.tangent&&(c=h.clone(f,c)),t.bitangent&&(u=h.clone(d,u));let A=zn.polygonsFromHierarchy(n,r,g,!1),C=A.hierarchy,x=A.polygons,b=function(M){return M},E=r?zn.polygonsFromHierarchy(o,!0,b,!1).polygons:void 0;if(C.length===0)return;s=C[0].outerRing;let S=re.fromPoints(s),D=zn.computeBoundingRectangle(a,m,s,i,yWe),v=[];for(let M=0;M<x.length;M++){let L=new _t({geometry:PWe(x[M],t,D,i,r?E[M]:void 0,m,a,c,u)});v.push(L)}let O=Bn.combineInstances(v)[0];O.attributes.position.values=new Float64Array(O.attributes.position.values),O.indices=Fe.createTypedArray(O.attributes.position.values.length/3,O.indices);let R=O.attributes;return t.position||delete R.position,new it({attributes:R,indices:O.indices,primitiveType:O.primitiveType,boundingSphere:S})};var PN=Ny;var RWe=new he,nae=new he;function MWe(e,t,n,i){let r=i.cartesianToCartographic(e,RWe).height,s=i.cartesianToCartographic(t,nae);s.height=r,i.cartographicToCartesian(s,t);let a=i.cartesianToCartographic(n,nae);a.height=r-100,i.cartographicToCartesian(a,n)}var LWe=new He,FWe=new h,NWe=new h,kWe=new h,VWe=new h,UWe=new h,zWe=new h,IN=new h,Ch=new h,ET=new h,HWe=new H,GWe=new H,WWe=new h,iae=new Be,jWe=new Q,qWe=new Q;function x9(e){let t=e.vertexFormat,n=e.geometry,i=e.shadowVolume,o=n.attributes.position.values,r=l(n.attributes.st)?n.attributes.st.values:void 0,s=o.length,a=e.wall,c=e.top||a,u=e.bottom||a;if(t.st||t.normal||t.tangent||t.bitangent||i){let f=e.boundingRectangle,d=e.tangentPlane,p=e.ellipsoid,g=e.stRotation,m=e.perPositionHeight,A=HWe;A.x=f.x,A.y=f.y;let C=t.st?new Float32Array(2*(s/3)):void 0,x;t.normal&&(m&&c&&!a?x=n.attributes.normal.values:x=new Float32Array(s));let b=t.tangent?new Float32Array(s):void 0,E=t.bitangent?new Float32Array(s):void 0,S=i?new Float32Array(s):void 0,D=0,v=0,O=NWe,R=kWe,M=VWe,L=!0,_=jWe,T=qWe;if(g!==0){let B=Be.fromAxisAngle(d._plane.normal,g,iae);_=Q.fromQuaternion(B,_),B=Be.fromAxisAngle(d._plane.normal,-g,iae),T=Q.fromQuaternion(B,T)}else _=Q.clone(Q.IDENTITY,_),T=Q.clone(Q.IDENTITY,T);let w=0,P=0;c&&u&&(w=s/2,P=s/3,s/=2);for(let B=0;B<s;B+=3){let N=h.fromArray(o,B,WWe);if(t.st&&!l(r)){let z=Q.multiplyByVector(_,N,FWe);z=p.scaleToGeodeticSurface(z,z);let V=d.projectPointOntoPlane(z,GWe);H.subtract(V,A,V);let G=I.clamp(V.x/f.width,0,1),k=I.clamp(V.y/f.height,0,1);u&&(C[D+P]=G,C[D+1+P]=k),c&&(C[D]=G,C[D+1]=k),D+=2}if(t.normal||t.tangent||t.bitangent||i){let z=v+1,V=v+2;if(a){if(B+3<s){let G=h.fromArray(o,B+3,UWe);if(L){let k=h.fromArray(o,B+s,zWe);m&&MWe(N,G,k,p),h.subtract(G,N,G),h.subtract(k,N,k),O=h.normalize(h.cross(k,G,O),O),L=!1}h.equalsEpsilon(G,N,I.EPSILON10)&&(L=!0)}(t.tangent||t.bitangent)&&(M=p.geodeticSurfaceNormal(N,M),t.tangent&&(R=h.normalize(h.cross(M,O,R),R)))}else O=p.geodeticSurfaceNormal(N,O),(t.tangent||t.bitangent)&&(m&&(IN=h.fromArray(x,v,IN),Ch=h.cross(h.UNIT_Z,IN,Ch),Ch=h.normalize(Q.multiplyByVector(T,Ch,Ch),Ch),t.bitangent&&(ET=h.normalize(h.cross(IN,Ch,ET),ET))),R=h.cross(h.UNIT_Z,O,R),R=h.normalize(Q.multiplyByVector(T,R,R),R),t.bitangent&&(M=h.normalize(h.cross(O,R,M),M)));t.normal&&(e.wall?(x[v+w]=O.x,x[z+w]=O.y,x[V+w]=O.z):u&&(x[v+w]=-O.x,x[z+w]=-O.y,x[V+w]=-O.z),(c&&!m||a)&&(x[v]=O.x,x[z]=O.y,x[V]=O.z)),i&&(a&&(O=p.geodeticSurfaceNormal(N,O)),S[v+w]=-O.x,S[z+w]=-O.y,S[V+w]=-O.z),t.tangent&&(e.wall?(b[v+w]=R.x,b[z+w]=R.y,b[V+w]=R.z):u&&(b[v+w]=-R.x,b[z+w]=-R.y,b[V+w]=-R.z),c&&(m?(b[v]=Ch.x,b[z]=Ch.y,b[V]=Ch.z):(b[v]=R.x,b[z]=R.y,b[V]=R.z))),t.bitangent&&(u&&(E[v+w]=M.x,E[z+w]=M.y,E[V+w]=M.z),c&&(m?(E[v]=ET.x,E[z]=ET.y,E[V]=ET.z):(E[v]=M.x,E[z]=M.y,E[V]=M.z))),v+=3}}t.st&&!l(r)&&(n.attributes.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:C})),t.normal&&(n.attributes.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:x})),t.tangent&&(n.attributes.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:b})),t.bitangent&&(n.attributes.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:E})),i&&(n.attributes.extrudeDirection=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:S}))}if(e.extrude&&l(e.offsetAttribute)){let f=o.length/3,d=new Uint8Array(f);if(e.offsetAttribute===Zt.TOP)c&&u||a?d=d.fill(1,0,f/2):c&&(d=d.fill(1));else{let p=e.offsetAttribute===Zt.NONE?0:1;d=d.fill(p)}n.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:d})}return n}var YWe=new he,XWe=new he,cg={westOverIDL:0,eastOverIDL:0},bT=new Af;function sae(e,t,n,i,o){if(o=y(o,new ce),!l(e)||e.length<3)return o.west=0,o.north=0,o.south=0,o.east=0,o;if(n===qt.RHUMB)return ce.fromCartesianArray(e,t,o);bT.ellipsoid.equals(t)||(bT=new Af(void 0,void 0,t)),o.west=Number.POSITIVE_INFINITY,o.east=Number.NEGATIVE_INFINITY,o.south=Number.POSITIVE_INFINITY,o.north=Number.NEGATIVE_INFINITY,cg.westOverIDL=Number.POSITIVE_INFINITY,cg.eastOverIDL=Number.NEGATIVE_INFINITY;let r=1/I.chordLength(i,t.maximumRadius),s=e.length,a=t.cartesianToCartographic(e[0],XWe),c=YWe,u;for(let f=1;f<s;f++)u=c,c=a,a=t.cartesianToCartographic(e[f],u),bT.setEndPoints(c,a),oae(bT,r,o,cg);return u=c,c=a,a=t.cartesianToCartographic(e[0],u),bT.setEndPoints(c,a),oae(bT,r,o,cg),o.east-o.west>cg.eastOverIDL-cg.westOverIDL&&(o.west=cg.westOverIDL,o.east=cg.eastOverIDL,o.east>I.PI&&(o.east=o.east-I.TWO_PI),o.west>I.PI&&(o.west=o.west-I.TWO_PI)),o}var KWe=new he;function oae(e,t,n,i){let o=e.surfaceDistance,r=Math.ceil(o*t),s=r>0?o/(r-1):Number.POSITIVE_INFINITY,a=0;for(let c=0;c<r;c++){let u=e.interpolateUsingSurfaceDistance(a,KWe);a+=s;let f=u.longitude,d=u.latitude;n.west=Math.min(n.west,f),n.east=Math.max(n.east,f),n.south=Math.min(n.south,d),n.north=Math.max(n.north,d);let p=f>=0?f:f+I.TWO_PI;i.westOverIDL=Math.min(i.westOverIDL,p),i.eastOverIDL=Math.max(i.eastOverIDL,p)}}var rae=[];function JWe(e,t,n,i,o,r,s,a,c,u){let f={walls:[]},d;if(s||a){let b=zn.createGeometryFromPositions(e,t,n,i,r,c,u),E=b.attributes.position.values,S=b.indices,D,v;if(s&&a){let O=E.concat(E);D=O.length/3,v=Fe.createTypedArray(D,S.length*2),v.set(S);let R=S.length,M=D/2;for(d=0;d<R;d+=3){let L=v[d]+M,_=v[d+1]+M,T=v[d+2]+M;v[d+R]=T,v[d+1+R]=_,v[d+2+R]=L}if(b.attributes.position.values=O,r&&c.normal){let L=b.attributes.normal.values;b.attributes.normal.values=new Float32Array(O.length),b.attributes.normal.values.set(L)}if(c.st&&l(n)){let L=b.attributes.st.values;b.attributes.st.values=new Float32Array(D*2),b.attributes.st.values=L.concat(L)}b.indices=v}else if(a){for(D=E.length/3,v=Fe.createTypedArray(D,S.length),d=0;d<S.length;d+=3)v[d]=S[d+2],v[d+1]=S[d+1],v[d+2]=S[d];b.indices=v}f.topAndBottom=new _t({geometry:b})}let p=o.outerRing,g=da.fromPoints(p,e),m=g.projectPointsOntoPlane(p,rae),A=ti.computeWindingOrder2D(m);A===Yr.CLOCKWISE&&(p=p.slice().reverse());let C=zn.computeWallGeometry(p,n,e,i,r,u);f.walls.push(new _t({geometry:C}));let x=o.holes;for(d=0;d<x.length;d++){let b=x[d];g=da.fromPoints(b,e),m=g.projectPointsOntoPlane(b,rae),A=ti.computeWindingOrder2D(m),A===Yr.COUNTER_CLOCKWISE&&(b=b.slice().reverse()),C=zn.computeWallGeometry(b,n,e,i,r,u),f.walls.push(new _t({geometry:C}))}return f}function Xf(e){let t=e.polygonHierarchy,n=y(e.vertexFormat,we.DEFAULT),i=y(e.ellipsoid,ie.WGS84),o=y(e.granularity,I.RADIANS_PER_DEGREE),r=y(e.stRotation,0),s=e.textureCoordinates,a=y(e.perPositionHeight,!1),c=a&&l(e.extrudedHeight),u=y(e.height,0),f=y(e.extrudedHeight,u);if(!c){let d=Math.max(u,f);f=Math.min(u,f),u=d}this._vertexFormat=we.clone(n),this._ellipsoid=ie.clone(i),this._granularity=o,this._stRotation=r,this._height=u,this._extrudedHeight=f,this._closeTop=y(e.closeTop,!0),this._closeBottom=y(e.closeBottom,!0),this._polygonHierarchy=t,this._perPositionHeight=a,this._perPositionHeightExtrude=c,this._shadowVolume=y(e.shadowVolume,!1),this._workerName="createPolygonGeometry",this._offsetAttribute=e.offsetAttribute,this._arcType=y(e.arcType,qt.GEODESIC),this._rectangle=void 0,this._textureCoordinateRotationPoints=void 0,this._textureCoordinates=s,this.packedLength=zn.computeHierarchyPackedLength(t,h)+ie.packedLength+we.packedLength+(s?zn.computeHierarchyPackedLength(s,H):1)+12}Xf.fromPositions=function(e){e=y(e,y.EMPTY_OBJECT);let t={polygonHierarchy:{positions:e.positions},height:e.height,extrudedHeight:e.extrudedHeight,vertexFormat:e.vertexFormat,stRotation:e.stRotation,ellipsoid:e.ellipsoid,granularity:e.granularity,perPositionHeight:e.perPositionHeight,closeTop:e.closeTop,closeBottom:e.closeBottom,offsetAttribute:e.offsetAttribute,arcType:e.arcType,textureCoordinates:e.textureCoordinates};return new Xf(t)};Xf.pack=function(e,t,n){return n=y(n,0),n=zn.packPolygonHierarchy(e._polygonHierarchy,t,n,h),ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._height,t[n++]=e._extrudedHeight,t[n++]=e._granularity,t[n++]=e._stRotation,t[n++]=e._perPositionHeightExtrude?1:0,t[n++]=e._perPositionHeight?1:0,t[n++]=e._closeTop?1:0,t[n++]=e._closeBottom?1:0,t[n++]=e._shadowVolume?1:0,t[n++]=y(e._offsetAttribute,-1),t[n++]=e._arcType,l(e._textureCoordinates)?n=zn.packPolygonHierarchy(e._textureCoordinates,t,n,H):t[n++]=-1,t[n++]=e.packedLength,t};var ZWe=ie.clone(ie.UNIT_SPHERE),QWe=new we,$We={polygonHierarchy:{}};Xf.unpack=function(e,t,n){t=y(t,0);let i=zn.unpackPolygonHierarchy(e,t,h);t=i.startingIndex,delete i.startingIndex;let o=ie.unpack(e,t,ZWe);t+=ie.packedLength;let r=we.unpack(e,t,QWe);t+=we.packedLength;let s=e[t++],a=e[t++],c=e[t++],u=e[t++],f=e[t++]===1,d=e[t++]===1,p=e[t++]===1,g=e[t++]===1,m=e[t++]===1,A=e[t++],C=e[t++],x=e[t]===-1?void 0:zn.unpackPolygonHierarchy(e,t,H);l(x)?(t=x.startingIndex,delete x.startingIndex):t++;let b=e[t++];return l(n)||(n=new Xf($We)),n._polygonHierarchy=i,n._ellipsoid=ie.clone(o,n._ellipsoid),n._vertexFormat=we.clone(r,n._vertexFormat),n._height=s,n._extrudedHeight=a,n._granularity=c,n._stRotation=u,n._perPositionHeightExtrude=f,n._perPositionHeight=d,n._closeTop=p,n._closeBottom=g,n._shadowVolume=m,n._offsetAttribute=A===-1?void 0:A,n._arcType=C,n._textureCoordinates=x,n.packedLength=b,n};Xf.computeRectangle=function(e,t){let n=y(e.granularity,I.RADIANS_PER_DEGREE),i=y(e.arcType,qt.GEODESIC),o=e.polygonHierarchy,r=y(e.ellipsoid,ie.WGS84);return sae(o.positions,r,i,n,t)};Xf.createGeometry=function(e){let t=e._vertexFormat,n=e._ellipsoid,i=e._granularity,o=e._stRotation,r=e._polygonHierarchy,s=e._perPositionHeight,a=e._closeTop,c=e._closeBottom,u=e._arcType,f=e._textureCoordinates,d=l(f),p=r.positions;if(p.length<3)return;let g=da.fromPoints(p,n),m=zn.polygonsFromHierarchy(r,d,g.projectPointsOntoPlane.bind(g),!s,n),A=m.hierarchy,C=m.polygons,x=function(w){return w},b=d?zn.polygonsFromHierarchy(f,!0,x,!1).polygons:void 0;if(A.length===0)return;p=A[0].outerRing;let E=zn.computeBoundingRectangle(g.plane.normal,g.projectPointOntoPlane.bind(g),p,o,LWe),S=[],D=e._height,v=e._extrudedHeight,O=e._perPositionHeightExtrude||!I.equalsEpsilon(D,v,0,I.EPSILON2),R={perPositionHeight:s,vertexFormat:t,geometry:void 0,tangentPlane:g,boundingRectangle:E,ellipsoid:n,stRotation:o,textureCoordinates:void 0,bottom:!1,top:!0,wall:!1,extrude:!1,arcType:u},M;if(O)for(R.extrude=!0,R.top=a,R.bottom=c,R.shadowVolume=e._shadowVolume,R.offsetAttribute=e._offsetAttribute,M=0;M<C.length;M++){let w=JWe(n,C[M],d?b[M]:void 0,i,A[M],s,a,c,t,u),P;a&&c?(P=w.topAndBottom,R.geometry=zn.scaleToGeodeticHeightExtruded(P.geometry,D,v,n,s)):a?(P=w.topAndBottom,P.geometry.attributes.position.values=ti.scaleToGeodeticHeight(P.geometry.attributes.position.values,D,n,!s),R.geometry=P.geometry):c&&(P=w.topAndBottom,P.geometry.attributes.position.values=ti.scaleToGeodeticHeight(P.geometry.attributes.position.values,v,n,!0),R.geometry=P.geometry),(a||c)&&(R.wall=!1,P.geometry=x9(R),S.push(P));let B=w.walls;R.wall=!0;for(let N=0;N<B.length;N++){let z=B[N];R.geometry=zn.scaleToGeodeticHeightExtruded(z.geometry,D,v,n,s),z.geometry=x9(R),S.push(z)}}else for(M=0;M<C.length;M++){let w=new _t({geometry:zn.createGeometryFromPositions(n,C[M],d?b[M]:void 0,i,s,t,u)});if(w.geometry.attributes.position.values=ti.scaleToGeodeticHeight(w.geometry.attributes.position.values,D,n,!s),R.geometry=w.geometry,w.geometry=x9(R),l(e._offsetAttribute)){let P=w.geometry.attributes.position.values.length,B=e._offsetAttribute===Zt.NONE?0:1,N=new Uint8Array(P/3).fill(B);w.geometry.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:N})}S.push(w)}let L=Bn.combineInstances(S)[0];L.attributes.position.values=new Float64Array(L.attributes.position.values),L.indices=Fe.createTypedArray(L.attributes.position.values.length/3,L.indices);let _=L.attributes,T=re.fromVertices(_.position.values);return t.position||delete _.position,new it({attributes:_,indices:L.indices,primitiveType:L.primitiveType,boundingSphere:T,offsetAttribute:e._offsetAttribute})};Xf.createShadowVolume=function(e,t,n){let i=e._granularity,o=e._ellipsoid,r=t(i,o),s=n(i,o);return new Xf({polygonHierarchy:e._polygonHierarchy,ellipsoid:o,stRotation:e._stRotation,granularity:i,perPositionHeight:!1,extrudedHeight:r,height:s,vertexFormat:we.POSITION_ONLY,shadowVolume:!0,arcType:e._arcType})};function e7e(e){let t=-e._stRotation;if(t===0)return[0,0,0,1,1,0];let n=e._ellipsoid,i=e._polygonHierarchy.positions,o=e.rectangle;return it._textureCoordinateRotationPoints(i,t,n,o)}Object.defineProperties(Xf.prototype,{rectangle:{get:function(){if(!l(this._rectangle)){let e=this._polygonHierarchy.positions;this._rectangle=sae(e,this._ellipsoid,this._arcType,this._granularity)}return this._rectangle}},textureCoordinateRotationPoints:{get:function(){return l(this._textureCoordinateRotationPoints)||(this._textureCoordinateRotationPoints=e7e(this)),this._textureCoordinateRotationPoints}}});var ST=Xf;var aae=[],ON=[];function t7e(e,t,n,i,o){let s=da.fromPoints(t,e).projectPointsOntoPlane(t,aae);ti.computeWindingOrder2D(s)===Yr.CLOCKWISE&&(s.reverse(),t=t.slice().reverse());let c,u,f=t.length,d=0;if(i)for(c=new Float64Array(f*2*3),u=0;u<f;u++){let m=t[u],A=t[(u+1)%f];c[d++]=m.x,c[d++]=m.y,c[d++]=m.z,c[d++]=A.x,c[d++]=A.y,c[d++]=A.z}else{let m=0;if(o===qt.GEODESIC)for(u=0;u<f;u++)m+=zn.subdivideLineCount(t[u],t[(u+1)%f],n);else if(o===qt.RHUMB)for(u=0;u<f;u++)m+=zn.subdivideRhumbLineCount(e,t[u],t[(u+1)%f],n);for(c=new Float64Array(m*3),u=0;u<f;u++){let A;o===qt.GEODESIC?A=zn.subdivideLine(t[u],t[(u+1)%f],n,ON):o===qt.RHUMB&&(A=zn.subdivideRhumbLine(e,t[u],t[(u+1)%f],n,ON));let C=A.length;for(let x=0;x<C;++x)c[d++]=A[x]}}f=c.length/3;let p=f*2,g=Fe.createTypedArray(f,p);for(d=0,u=0;u<f-1;u++)g[d++]=u,g[d++]=u+1;return g[d++]=f-1,g[d++]=0,new _t({geometry:new it({attributes:new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:c})}),indices:g,primitiveType:Oe.LINES})})}function n7e(e,t,n,i,o){let s=da.fromPoints(t,e).projectPointsOntoPlane(t,aae);ti.computeWindingOrder2D(s)===Yr.CLOCKWISE&&(s.reverse(),t=t.slice().reverse());let c,u,f=t.length,d=new Array(f),p=0;if(i)for(c=new Float64Array(f*2*3*2),u=0;u<f;++u){d[u]=p/3;let C=t[u],x=t[(u+1)%f];c[p++]=C.x,c[p++]=C.y,c[p++]=C.z,c[p++]=x.x,c[p++]=x.y,c[p++]=x.z}else{let C=0;if(o===qt.GEODESIC)for(u=0;u<f;u++)C+=zn.subdivideLineCount(t[u],t[(u+1)%f],n);else if(o===qt.RHUMB)for(u=0;u<f;u++)C+=zn.subdivideRhumbLineCount(e,t[u],t[(u+1)%f],n);for(c=new Float64Array(C*3*2),u=0;u<f;++u){d[u]=p/3;let x;o===qt.GEODESIC?x=zn.subdivideLine(t[u],t[(u+1)%f],n,ON):o===qt.RHUMB&&(x=zn.subdivideRhumbLine(e,t[u],t[(u+1)%f],n,ON));let b=x.length;for(let E=0;E<b;++E)c[p++]=x[E]}}f=c.length/(3*2);let g=d.length,m=(f*2+g)*2,A=Fe.createTypedArray(f+g,m);for(p=0,u=0;u<f;++u)A[p++]=u,A[p++]=(u+1)%f,A[p++]=u+f,A[p++]=(u+1)%f+f;for(u=0;u<g;u++){let C=d[u];A[p++]=C,A[p++]=C+f}return new _t({geometry:new it({attributes:new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:c})}),indices:A,primitiveType:Oe.LINES})})}function ky(e){let t=e.polygonHierarchy,n=y(e.ellipsoid,ie.WGS84),i=y(e.granularity,I.RADIANS_PER_DEGREE),o=y(e.perPositionHeight,!1),r=o&&l(e.extrudedHeight),s=y(e.arcType,qt.GEODESIC),a=y(e.height,0),c=y(e.extrudedHeight,a);if(!r){let u=Math.max(a,c);c=Math.min(a,c),a=u}this._ellipsoid=ie.clone(n),this._granularity=i,this._height=a,this._extrudedHeight=c,this._arcType=s,this._polygonHierarchy=t,this._perPositionHeight=o,this._perPositionHeightExtrude=r,this._offsetAttribute=e.offsetAttribute,this._workerName="createPolygonOutlineGeometry",this.packedLength=zn.computeHierarchyPackedLength(t,h)+ie.packedLength+8}ky.pack=function(e,t,n){return n=y(n,0),n=zn.packPolygonHierarchy(e._polygonHierarchy,t,n,h),ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,t[n++]=e._height,t[n++]=e._extrudedHeight,t[n++]=e._granularity,t[n++]=e._perPositionHeightExtrude?1:0,t[n++]=e._perPositionHeight?1:0,t[n++]=e._arcType,t[n++]=y(e._offsetAttribute,-1),t[n]=e.packedLength,t};var i7e=ie.clone(ie.UNIT_SPHERE),o7e={polygonHierarchy:{}};ky.unpack=function(e,t,n){t=y(t,0);let i=zn.unpackPolygonHierarchy(e,t,h);t=i.startingIndex,delete i.startingIndex;let o=ie.unpack(e,t,i7e);t+=ie.packedLength;let r=e[t++],s=e[t++],a=e[t++],c=e[t++]===1,u=e[t++]===1,f=e[t++],d=e[t++],p=e[t];return l(n)||(n=new ky(o7e)),n._polygonHierarchy=i,n._ellipsoid=ie.clone(o,n._ellipsoid),n._height=r,n._extrudedHeight=s,n._granularity=a,n._perPositionHeight=u,n._perPositionHeightExtrude=c,n._arcType=f,n._offsetAttribute=d===-1?void 0:d,n.packedLength=p,n};ky.fromPositions=function(e){e=y(e,y.EMPTY_OBJECT);let t={polygonHierarchy:{positions:e.positions},height:e.height,extrudedHeight:e.extrudedHeight,ellipsoid:e.ellipsoid,granularity:e.granularity,perPositionHeight:e.perPositionHeight,arcType:e.arcType,offsetAttribute:e.offsetAttribute};return new ky(t)};ky.createGeometry=function(e){let t=e._ellipsoid,n=e._granularity,i=e._polygonHierarchy,o=e._perPositionHeight,r=e._arcType,s=zn.polygonOutlinesFromHierarchy(i,!o,t);if(s.length===0)return;let a,c=[],u=I.chordLength(n,t.maximumRadius),f=e._height,d=e._extrudedHeight,p=e._perPositionHeightExtrude||!I.equalsEpsilon(f,d,0,I.EPSILON2),g,m;if(p)for(m=0;m<s.length;m++){if(a=n7e(t,s[m],u,o,r),a.geometry=zn.scaleToGeodeticHeightExtruded(a.geometry,f,d,t,o),l(e._offsetAttribute)){let x=a.geometry.attributes.position.values.length/3,b=new Uint8Array(x);e._offsetAttribute===Zt.TOP?b=b.fill(1,0,x/2):(g=e._offsetAttribute===Zt.NONE?0:1,b=b.fill(g)),a.geometry.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:b})}c.push(a)}else for(m=0;m<s.length;m++){if(a=t7e(t,s[m],u,o,r),a.geometry.attributes.position.values=ti.scaleToGeodeticHeight(a.geometry.attributes.position.values,f,t,!o),l(e._offsetAttribute)){let x=a.geometry.attributes.position.values.length;g=e._offsetAttribute===Zt.NONE?0:1;let b=new Uint8Array(x/3).fill(g);a.geometry.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:b})}c.push(a)}let A=Bn.combineInstances(c)[0],C=re.fromVertices(A.attributes.position.values);return new it({attributes:A.attributes,indices:A.indices,primitiveType:A.primitiveType,boundingSphere:C,offsetAttribute:e._offsetAttribute})};var BN=ky;var cae="Entity polygons cannot have both height and perPositionHeight. height will be ignored",lae="heightReference is not supported for entity polygons with perPositionHeight. heightReference will be ignored",uae=new U,fae=h.ZERO,dae=new h,hae=new ce,r7e=[],s7e=new H;function a7e(e){this.id=e,this.vertexFormat=void 0,this.polygonHierarchy=void 0,this.perPositionHeight=void 0,this.closeTop=void 0,this.closeBottom=void 0,this.height=void 0,this.extrudedHeight=void 0,this.granularity=void 0,this.stRotation=void 0,this.offsetAttribute=void 0,this.arcType=void 0,this.textureCoordinates=void 0}function Nl(e,t){Hn.call(this,{entity:e,scene:t,geometryOptions:new a7e(e),geometryPropertyName:"polygon",observedPropertyNames:["availability","polygon"]}),this._onEntityPropertyChanged(e,"polygon",e.polygon,void 0)}l(Object.create)&&(Nl.prototype=Object.create(Hn.prototype),Nl.prototype.constructor=Nl);Nl.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=this._options,o={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(this._distanceDisplayConditionProperty.getValue(e)),offset:void 0,color:void 0};if(this._materialProperty instanceof Pt){let s;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(s=this._materialProperty.color.getValue(e,uae)),l(s)||(s=U.WHITE),o.color=Bt.fromColor(s)}l(i.offsetAttribute)&&(o.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,fae,dae)));let r;return i.perPositionHeight&&!l(i.extrudedHeight)?r=new PN(i):r=new ST(i),new _t({id:t,geometry:r,attributes:o})};Nl.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=this._options,o=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,uae),r=this._distanceDisplayConditionProperty.getValue(e),s={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(o),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(r),offset:void 0};l(i.offsetAttribute)&&(s.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,fae,dae)));let a;return i.perPositionHeight&&!l(i.extrudedHeight)?a=new Uf(i):a=new BN(i),new _t({id:t,geometry:a,attributes:s})};Nl.prototype._computeCenter=function(e,t){let n=j.getValueOrUndefined(this._entity.polygon.hierarchy,e);if(!l(n))return;let i=n.positions;if(i.length===0)return;let o=this._scene.mapProjection.ellipsoid,r=da.fromPoints(i,o),s=r.projectPointsOntoPlane(i,r7e),a=s.length,c=0,u=a-1,f=new H;for(let p=0;p<a;u=p++){let g=s[p],m=s[u],A=g.x*m.y-m.x*g.y,C=H.add(g,m,s7e);C=H.multiplyByScalar(C,A,C),f=H.add(f,C,f),c+=A}let d=1/(c*3);return f=H.multiplyByScalar(f,d,f),r.projectPointOntoEllipsoid(f,t)};Nl.prototype._isHidden=function(e,t){return!l(t.hierarchy)||$n.prototype._isHidden.call(this,e,t)};Nl.prototype._isOnTerrain=function(e,t){let n=Hn.prototype._isOnTerrain.call(this,e,t),i=t.perPositionHeight,o=l(i)&&(i.isConstant?i.getValue(ke.MINIMUM_VALUE):!0);return n&&!o};Nl.prototype._isDynamic=function(e,t){return!t.hierarchy.isConstant||!j.isConstant(t.height)||!j.isConstant(t.extrudedHeight)||!j.isConstant(t.granularity)||!j.isConstant(t.stRotation)||!j.isConstant(t.textureCoordinates)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.perPositionHeight)||!j.isConstant(t.closeTop)||!j.isConstant(t.closeBottom)||!j.isConstant(t.zIndex)||!j.isConstant(t.arcType)||this._onTerrain&&!j.isConstant(this._materialProperty)&&!(this._materialProperty instanceof Pt)};Nl.prototype._setStaticOptions=function(e,t){let n=this._materialProperty instanceof Pt,i=this._options;i.vertexFormat=n?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat;let o=t.hierarchy.getValue(ke.MINIMUM_VALUE),r=j.getValueOrUndefined(t.height,ke.MINIMUM_VALUE),s=j.getValueOrDefault(t.heightReference,ke.MINIMUM_VALUE,Ue.NONE),a=j.getValueOrUndefined(t.extrudedHeight,ke.MINIMUM_VALUE),c=j.getValueOrDefault(t.extrudedHeightReference,ke.MINIMUM_VALUE,Ue.NONE),u=j.getValueOrDefault(t.perPositionHeight,ke.MINIMUM_VALUE,!1);r=Hn.getGeometryHeight(r,s);let f;u?(l(r)&&(r=void 0,Dt(cae)),s!==Ue.NONE&&u&&(r=void 0,Dt(lae))):(l(a)&&!l(r)&&(r=0),f=Hn.computeGeometryOffsetAttribute(r,s,a,c)),i.polygonHierarchy=o,i.granularity=j.getValueOrUndefined(t.granularity,ke.MINIMUM_VALUE),i.stRotation=j.getValueOrUndefined(t.stRotation,ke.MINIMUM_VALUE),i.perPositionHeight=u,i.closeTop=j.getValueOrDefault(t.closeTop,ke.MINIMUM_VALUE,!0),i.closeBottom=j.getValueOrDefault(t.closeBottom,ke.MINIMUM_VALUE,!0),i.offsetAttribute=f,i.height=r,i.arcType=j.getValueOrDefault(t.arcType,ke.MINIMUM_VALUE,qt.GEODESIC),i.textureCoordinates=j.getValueOrUndefined(t.textureCoordinates,ke.MINIMUM_VALUE),a=Hn.getGeometryExtrudedHeight(a,c),a===Hn.CLAMP_TO_GROUND&&(a=oi.getMinimumMaximumHeights(ST.computeRectangle(i,hae)).minimumTerrainHeight),i.extrudedHeight=a};Nl.prototype._getIsClosed=function(e){let t=e.height,n=e.extrudedHeight,i=l(n)&&n!==t;return!e.perPositionHeight&&(!i&&t===0||i&&e.closeTop&&e.closeBottom)};Nl.DynamicGeometryUpdater=wT;function wT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(wT.prototype=Object.create(Qn.prototype),wT.prototype.constructor=wT);wT.prototype._isHidden=function(e,t,n){return!l(this._options.polygonHierarchy)||Qn.prototype._isHidden.call(this,e,t,n)};wT.prototype._setOptions=function(e,t,n){let i=this._options;i.polygonHierarchy=j.getValueOrUndefined(t.hierarchy,n);let o=j.getValueOrUndefined(t.height,n),r=j.getValueOrDefault(t.heightReference,n,Ue.NONE),s=j.getValueOrDefault(t.extrudedHeightReference,n,Ue.NONE),a=j.getValueOrUndefined(t.extrudedHeight,n),c=j.getValueOrUndefined(t.perPositionHeight,n);o=Hn.getGeometryHeight(o,s);let u;c?(l(o)&&(o=void 0,Dt(cae)),r!==Ue.NONE&&c&&(o=void 0,Dt(lae))):(l(a)&&!l(o)&&(o=0),u=Hn.computeGeometryOffsetAttribute(o,r,a,s)),i.granularity=j.getValueOrUndefined(t.granularity,n),i.stRotation=j.getValueOrUndefined(t.stRotation,n),i.textureCoordinates=j.getValueOrUndefined(t.textureCoordinates,n),i.perPositionHeight=j.getValueOrUndefined(t.perPositionHeight,n),i.closeTop=j.getValueOrDefault(t.closeTop,n,!0),i.closeBottom=j.getValueOrDefault(t.closeBottom,n,!0),i.offsetAttribute=u,i.height=o,i.arcType=j.getValueOrDefault(t.arcType,n,qt.GEODESIC),a=Hn.getGeometryExtrudedHeight(a,s),a===Hn.CLAMP_TO_GROUND&&(a=oi.getMinimumMaximumHeights(ST.computeRectangle(i,hae)).minimumTerrainHeight),i.extrudedHeight=a};var RN=Nl;function c7e(e,t,n,i){let o=new sn;i.position&&(o.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:e}));let r=t.length,s=e.length/3,a=(s-r*2)/(r*2),c=ti.triangulate(t),u=(a-1)*r*6+c.length*2,f=Fe.createTypedArray(s,u),d,p,g,m,A,C,x=r*2,b=0;for(d=0;d<a-1;d++){for(p=0;p<r-1;p++)g=p*2+d*r*2,C=g+x,m=g+1,A=m+x,f[b++]=m,f[b++]=g,f[b++]=A,f[b++]=A,f[b++]=g,f[b++]=C;g=r*2-2+d*r*2,m=g+1,A=m+x,C=g+x,f[b++]=m,f[b++]=g,f[b++]=A,f[b++]=A,f[b++]=g,f[b++]=C}if(i.st||i.tangent||i.bitangent){let D=new Float32Array(s*2),v=1/(a-1),O=1/n.height,R=n.height/2,M,L,_=0;for(d=0;d<a;d++){for(M=d*v,L=O*(t[0].y+R),D[_++]=M,D[_++]=L,p=1;p<r;p++)L=O*(t[p].y+R),D[_++]=M,D[_++]=L,D[_++]=M,D[_++]=L;L=O*(t[0].y+R),D[_++]=M,D[_++]=L}for(p=0;p<r;p++)M=0,L=O*(t[p].y+R),D[_++]=M,D[_++]=L;for(p=0;p<r;p++)M=(a-1)*v,L=O*(t[p].y+R),D[_++]=M,D[_++]=L;o.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:new Float32Array(D)})}let E=s-r*2;for(d=0;d<c.length;d+=3){let D=c[d]+E,v=c[d+1]+E,O=c[d+2]+E;f[b++]=D,f[b++]=v,f[b++]=O,f[b++]=O+r,f[b++]=v+r,f[b++]=D+r}let S=new it({attributes:o,indices:f,boundingSphere:re.fromVertices(e),primitiveType:Oe.TRIANGLES});if(i.normal&&(S=Bn.computeNormal(S)),i.tangent||i.bitangent){try{S=Bn.computeTangentAndBitangent(S)}catch{Dt("polyline-volume-tangent-bitangent","Unable to compute tangents and bitangents for polyline volume geometry")}i.tangent||(S.attributes.tangent=void 0),i.bitangent||(S.attributes.bitangent=void 0),i.st||(S.attributes.st=void 0)}return S}function eD(e){e=y(e,y.EMPTY_OBJECT);let t=e.polylinePositions,n=e.shapePositions;this._positions=t,this._shape=n,this._ellipsoid=ie.clone(y(e.ellipsoid,ie.WGS84)),this._cornerType=y(e.cornerType,Si.ROUNDED),this._vertexFormat=we.clone(y(e.vertexFormat,we.DEFAULT)),this._granularity=y(e.granularity,I.RADIANS_PER_DEGREE),this._workerName="createPolylineVolumeGeometry";let i=1+t.length*h.packedLength;i+=1+n.length*H.packedLength,this.packedLength=i+ie.packedLength+we.packedLength+2}eD.pack=function(e,t,n){n=y(n,0);let i,o=e._positions,r=o.length;for(t[n++]=r,i=0;i<r;++i,n+=h.packedLength)h.pack(o[i],t,n);let s=e._shape;for(r=s.length,t[n++]=r,i=0;i<r;++i,n+=H.packedLength)H.pack(s[i],t,n);return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._cornerType,t[n]=e._granularity,t};var mae=ie.clone(ie.UNIT_SPHERE),pae=new we,$w={polylinePositions:void 0,shapePositions:void 0,ellipsoid:mae,vertexFormat:pae,cornerType:void 0,granularity:void 0};eD.unpack=function(e,t,n){t=y(t,0);let i,o=e[t++],r=new Array(o);for(i=0;i<o;++i,t+=h.packedLength)r[i]=h.unpack(e,t);o=e[t++];let s=new Array(o);for(i=0;i<o;++i,t+=H.packedLength)s[i]=H.unpack(e,t);let a=ie.unpack(e,t,mae);t+=ie.packedLength;let c=we.unpack(e,t,pae);t+=we.packedLength;let u=e[t++],f=e[t];return l(n)?(n._positions=r,n._shape=s,n._ellipsoid=ie.clone(a,n._ellipsoid),n._vertexFormat=we.clone(c,n._vertexFormat),n._cornerType=u,n._granularity=f,n):($w.polylinePositions=r,$w.shapePositions=s,$w.cornerType=u,$w.granularity=f,new eD($w))};var l7e=new He;eD.createGeometry=function(e){let t=e._positions,n=yo(t,h.equalsEpsilon),i=e._shape;if(i=dh.removeDuplicatesFromShape(i),n.length<2||i.length<3)return;ti.computeWindingOrder2D(i)===Yr.CLOCKWISE&&i.reverse();let o=He.fromPoints(i,l7e),r=dh.computePositions(n,i,o,e,!0);return c7e(r,i,o,e._vertexFormat)};var MN=eD;function u7e(e,t){let n=new sn;n.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:e});let i=t.length,o=n.position.values.length/3,s=e.length/3/i,a=Fe.createTypedArray(o,2*i*(s+1)),c,u,f=0;c=0;let d=c*i;for(u=0;u<i-1;u++)a[f++]=u+d,a[f++]=u+d+1;for(a[f++]=i-1+d,a[f++]=d,c=s-1,d=c*i,u=0;u<i-1;u++)a[f++]=u+d,a[f++]=u+d+1;for(a[f++]=i-1+d,a[f++]=d,c=0;c<s-1;c++){let g=i*c,m=g+i;for(u=0;u<i;u++)a[f++]=u+g,a[f++]=u+m}return new it({attributes:n,indices:Fe.createTypedArray(o,a),boundingSphere:re.fromVertices(e),primitiveType:Oe.LINES})}function nD(e){e=y(e,y.EMPTY_OBJECT);let t=e.polylinePositions,n=e.shapePositions;this._positions=t,this._shape=n,this._ellipsoid=ie.clone(y(e.ellipsoid,ie.WGS84)),this._cornerType=y(e.cornerType,Si.ROUNDED),this._granularity=y(e.granularity,I.RADIANS_PER_DEGREE),this._workerName="createPolylineVolumeOutlineGeometry";let i=1+t.length*h.packedLength;i+=1+n.length*H.packedLength,this.packedLength=i+ie.packedLength+2}nD.pack=function(e,t,n){n=y(n,0);let i,o=e._positions,r=o.length;for(t[n++]=r,i=0;i<r;++i,n+=h.packedLength)h.pack(o[i],t,n);let s=e._shape;for(r=s.length,t[n++]=r,i=0;i<r;++i,n+=H.packedLength)H.pack(s[i],t,n);return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,t[n++]=e._cornerType,t[n]=e._granularity,t};var _ae=ie.clone(ie.UNIT_SPHERE),tD={polylinePositions:void 0,shapePositions:void 0,ellipsoid:_ae,height:void 0,cornerType:void 0,granularity:void 0};nD.unpack=function(e,t,n){t=y(t,0);let i,o=e[t++],r=new Array(o);for(i=0;i<o;++i,t+=h.packedLength)r[i]=h.unpack(e,t);o=e[t++];let s=new Array(o);for(i=0;i<o;++i,t+=H.packedLength)s[i]=H.unpack(e,t);let a=ie.unpack(e,t,_ae);t+=ie.packedLength;let c=e[t++],u=e[t];return l(n)?(n._positions=r,n._shape=s,n._ellipsoid=ie.clone(a,n._ellipsoid),n._cornerType=c,n._granularity=u,n):(tD.polylinePositions=r,tD.shapePositions=s,tD.cornerType=c,tD.granularity=u,new nD(tD))};var f7e=new He;nD.createGeometry=function(e){let t=e._positions,n=yo(t,h.equalsEpsilon),i=e._shape;if(i=dh.removeDuplicatesFromShape(i),n.length<2||i.length<3)return;ti.computeWindingOrder2D(i)===Yr.CLOCKWISE&&i.reverse();let o=He.fromPoints(i,f7e),r=dh.computePositions(n,i,o,e,!1);return u7e(r,i)};var LN=nD;var gae=new U;function d7e(e){this.id=e,this.vertexFormat=void 0,this.polylinePositions=void 0,this.shapePositions=void 0,this.cornerType=void 0,this.granularity=void 0}function xh(e,t){$n.call(this,{entity:e,scene:t,geometryOptions:new d7e(e),geometryPropertyName:"polylineVolume",observedPropertyNames:["availability","polylineVolume"]}),this._onEntityPropertyChanged(e,"polylineVolume",e.polylineVolume,void 0)}l(Object.create)&&(xh.prototype=Object.create($n.prototype),xh.prototype.constructor=xh);xh.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i,o,r=new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),s=this._distanceDisplayConditionProperty.getValue(e),a=Ln.fromDistanceDisplayCondition(s);if(this._materialProperty instanceof Pt){let c;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(c=this._materialProperty.color.getValue(e,gae)),l(c)||(c=U.WHITE),o=Bt.fromColor(c),i={show:r,distanceDisplayCondition:a,color:o}}else i={show:r,distanceDisplayCondition:a};return new _t({id:t,geometry:new MN(this._options),attributes:i})};xh.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,gae),o=this._distanceDisplayConditionProperty.getValue(e);return new _t({id:t,geometry:new LN(this._options),attributes:{show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(o)}})};xh.prototype._isHidden=function(e,t){return!l(t.positions)||!l(t.shape)||$n.prototype._isHidden.call(this,e,t)};xh.prototype._isDynamic=function(e,t){return!t.positions.isConstant||!t.shape.isConstant||!j.isConstant(t.granularity)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.cornerType)};xh.prototype._setStaticOptions=function(e,t){let n=t.granularity,i=t.cornerType,o=this._options,r=this._materialProperty instanceof Pt;o.vertexFormat=r?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,o.polylinePositions=t.positions.getValue(ke.MINIMUM_VALUE,o.polylinePositions),o.shapePositions=t.shape.getValue(ke.MINIMUM_VALUE,o.shape),o.granularity=l(n)?n.getValue(ke.MINIMUM_VALUE):void 0,o.cornerType=l(i)?i.getValue(ke.MINIMUM_VALUE):void 0};xh.DynamicGeometryUpdater=DT;function DT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(DT.prototype=Object.create(Qn.prototype),DT.prototype.constructor=DT);DT.prototype._isHidden=function(e,t,n){let i=this._options;return!l(i.polylinePositions)||!l(i.shapePositions)||Qn.prototype._isHidden.call(this,e,t,n)};DT.prototype._setOptions=function(e,t,n){let i=this._options;i.polylinePositions=j.getValueOrUndefined(t.positions,n,i.polylinePositions),i.shapePositions=j.getValueOrUndefined(t.shape,n),i.granularity=j.getValueOrUndefined(t.granularity,n),i.cornerType=j.getValueOrUndefined(t.cornerType,n)};var FN=xh;var T9=new h,Cae=new h,xae=new h,Tae=new h,Eae=new ce,h7e=new H,m7e=new re,p7e=new re;function bae(e,t){let n=new it({attributes:new sn,primitiveType:Oe.TRIANGLES});return n.attributes.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:t.positions}),e.normal&&(n.attributes.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:t.normals})),e.tangent&&(n.attributes.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:t.tangents})),e.bitangent&&(n.attributes.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:t.bitangents})),n}function _7e(e,t,n,i){let o=e.length,r=t.normal?new Float32Array(o):void 0,s=t.tangent?new Float32Array(o):void 0,a=t.bitangent?new Float32Array(o):void 0,c=0,u=Tae,f=xae,d=Cae;if(t.normal||t.tangent||t.bitangent)for(let p=0;p<o;p+=3){let g=h.fromArray(e,p,T9),m=c+1,A=c+2;d=n.geodeticSurfaceNormal(g,d),(t.tangent||t.bitangent)&&(h.cross(h.UNIT_Z,d,f),Q.multiplyByVector(i,f,f),h.normalize(f,f),t.bitangent&&h.normalize(h.cross(d,f,u),u)),t.normal&&(r[c]=d.x,r[m]=d.y,r[A]=d.z),t.tangent&&(s[c]=f.x,s[m]=f.y,s[A]=f.z),t.bitangent&&(a[c]=u.x,a[m]=u.y,a[A]=u.z),c+=3}return bae(t,{positions:e,normals:r,tangents:s,bitangents:a})}var E9=new h,Sae=new h;function g7e(e,t,n){let i=e.length,o=t.normal?new Float32Array(i):void 0,r=t.tangent?new Float32Array(i):void 0,s=t.bitangent?new Float32Array(i):void 0,a=0,c=0,u=0,f=!0,d=Tae,p=xae,g=Cae;if(t.normal||t.tangent||t.bitangent)for(let m=0;m<i;m+=6){let A=h.fromArray(e,m,T9),C=h.fromArray(e,(m+6)%i,E9);if(f){let x=h.fromArray(e,(m+3)%i,Sae);h.subtract(C,A,C),h.subtract(x,A,x),g=h.normalize(h.cross(x,C,g),g),f=!1}h.equalsEpsilon(C,A,I.EPSILON10)&&(f=!0),(t.tangent||t.bitangent)&&(d=n.geodeticSurfaceNormal(A,d),t.tangent&&(p=h.normalize(h.cross(d,g,p),p))),t.normal&&(o[a++]=g.x,o[a++]=g.y,o[a++]=g.z,o[a++]=g.x,o[a++]=g.y,o[a++]=g.z),t.tangent&&(r[c++]=p.x,r[c++]=p.y,r[c++]=p.z,r[c++]=p.x,r[c++]=p.y,r[c++]=p.z),t.bitangent&&(s[u++]=d.x,s[u++]=d.y,s[u++]=d.z,s[u++]=d.x,s[u++]=d.y,s[u++]=d.z)}return bae(t,{positions:e,normals:o,tangents:r,bitangents:s})}function wae(e,t){let n=e._vertexFormat,i=e._ellipsoid,o=t.height,r=t.width,s=t.northCap,a=t.southCap,c=0,u=o,f=o,d=0;s&&(c=1,f-=1,d+=1),a&&(u-=1,f-=1,d+=1),d+=r*f;let p=n.position?new Float64Array(d*3):void 0,g=n.st?new Float32Array(d*2):void 0,m=0,A=0,C=T9,x=h7e,b=Number.MAX_VALUE,E=Number.MAX_VALUE,S=-Number.MAX_VALUE,D=-Number.MAX_VALUE;for(let T=c;T<u;++T)for(let w=0;w<r;++w)ds.computePosition(t,i,n.st,T,w,C,x),p[m++]=C.x,p[m++]=C.y,p[m++]=C.z,n.st&&(g[A++]=x.x,g[A++]=x.y,b=Math.min(b,x.x),E=Math.min(E,x.y),S=Math.max(S,x.x),D=Math.max(D,x.y));if(s&&(ds.computePosition(t,i,n.st,0,0,C,x),p[m++]=C.x,p[m++]=C.y,p[m++]=C.z,n.st&&(g[A++]=x.x,g[A++]=x.y,b=x.x,E=x.y,S=x.x,D=x.y)),a&&(ds.computePosition(t,i,n.st,o-1,0,C,x),p[m++]=C.x,p[m++]=C.y,p[m]=C.z,n.st&&(g[A++]=x.x,g[A]=x.y,b=Math.min(b,x.x),E=Math.min(E,x.y),S=Math.max(S,x.x),D=Math.max(D,x.y))),n.st&&(b<0||E<0||S>1||D>1))for(let T=0;T<g.length;T+=2)g[T]=(g[T]-b)/(S-b),g[T+1]=(g[T+1]-E)/(D-E);let v=_7e(p,n,i,t.tangentRotationMatrix),O=6*(r-1)*(f-1);s&&(O+=3*(r-1)),a&&(O+=3*(r-1));let R=Fe.createTypedArray(d,O),M=0,L=0,_;for(_=0;_<f-1;++_){for(let T=0;T<r-1;++T){let w=M,P=w+r,B=P+1,N=w+1;R[L++]=w,R[L++]=P,R[L++]=N,R[L++]=N,R[L++]=P,R[L++]=B,++M}++M}if(s||a){let T=d-1,w=d-1;s&&a&&(T=d-2);let P,B;if(M=0,s)for(_=0;_<r-1;_++)P=M,B=P+1,R[L++]=T,R[L++]=P,R[L++]=B,++M;if(a)for(M=(f-1)*r,_=0;_<r-1;_++)P=M,B=P+1,R[L++]=P,R[L++]=w,R[L++]=B,++M}return v.indices=R,n.st&&(v.attributes.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:g})),v}function vT(e,t,n,i,o){return e[t++]=i[n],e[t++]=i[n+1],e[t++]=i[n+2],e[t++]=o[n],e[t++]=o[n+1],e[t]=o[n+2],e}function PT(e,t,n,i){return e[t++]=i[n],e[t++]=i[n+1],e[t++]=i[n],e[t]=i[n+1],e}var b9=new we;function y7e(e,t){let n=e._shadowVolume,i=e._offsetAttribute,o=e._vertexFormat,r=e._extrudedHeight,s=e._surfaceHeight,a=e._ellipsoid,c=t.height,u=t.width,f;if(n){let at=we.clone(o,b9);at.normal=!0,e._vertexFormat=at}let d=wae(e,t);n&&(e._vertexFormat=o);let p=ti.scaleToGeodeticHeight(d.attributes.position.values,s,a,!1);p=new Float64Array(p);let g=p.length,m=g*2,A=new Float64Array(m);A.set(p);let C=ti.scaleToGeodeticHeight(d.attributes.position.values,r,a);A.set(C,g),d.attributes.position.values=A;let x=o.normal?new Float32Array(m):void 0,b=o.tangent?new Float32Array(m):void 0,E=o.bitangent?new Float32Array(m):void 0,S=o.st?new Float32Array(m/3*2):void 0,D,v;if(o.normal){for(v=d.attributes.normal.values,x.set(v),f=0;f<g;f++)v[f]=-v[f];x.set(v,g),d.attributes.normal.values=x}if(n){v=d.attributes.normal.values,o.normal||(d.attributes.normal=void 0);let at=new Float32Array(m);for(f=0;f<g;f++)v[f]=-v[f];at.set(v,g),d.attributes.extrudeDirection=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:at})}let O,R=l(i);if(R){let at=g/3*2,Tn=new Uint8Array(at);i===Zt.TOP?Tn=Tn.fill(1,0,at/2):(O=i===Zt.NONE?0:1,Tn=Tn.fill(O)),d.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:Tn})}if(o.tangent){let at=d.attributes.tangent.values;for(b.set(at),f=0;f<g;f++)at[f]=-at[f];b.set(at,g),d.attributes.tangent.values=b}if(o.bitangent){let at=d.attributes.bitangent.values;E.set(at),E.set(at,g),d.attributes.bitangent.values=E}o.st&&(D=d.attributes.st.values,S.set(D),S.set(D,g/3*2),d.attributes.st.values=S);let M=d.indices,L=M.length,_=g/3,T=Fe.createTypedArray(m/3,L*2);for(T.set(M),f=0;f<L;f+=3)T[f+L]=M[f+2]+_,T[f+1+L]=M[f+1]+_,T[f+2+L]=M[f]+_;d.indices=T;let w=t.northCap,P=t.southCap,B=c,N=2,z=0,V=4,G=4;w&&(N-=1,B-=1,z+=1,V-=2,G-=1),P&&(N-=1,B-=1,z+=1,V-=2,G-=1),z+=N*u+2*B-V;let k=(z+G)*2,X=new Float64Array(k*3),q=n?new Float32Array(k*3):void 0,Y=R?new Uint8Array(k):void 0,W=o.st?new Float32Array(k*2):void 0,J=i===Zt.TOP;R&&!J&&(O=i===Zt.ALL?1:0,Y=Y.fill(O));let Z=0,ue=0,pe=0,oe=0,fe=u*B,ge;for(f=0;f<fe;f+=u)ge=f*3,X=vT(X,Z,ge,p,C),Z+=6,o.st&&(W=PT(W,ue,f*2,D),ue+=4),n&&(pe+=3,q[pe++]=v[ge],q[pe++]=v[ge+1],q[pe++]=v[ge+2]),J&&(Y[oe++]=1,oe+=1);if(P){let at=w?fe+1:fe;for(ge=at*3,f=0;f<2;f++)X=vT(X,Z,ge,p,C),Z+=6,o.st&&(W=PT(W,ue,at*2,D),ue+=4),n&&(pe+=3,q[pe++]=v[ge],q[pe++]=v[ge+1],q[pe++]=v[ge+2]),J&&(Y[oe++]=1,oe+=1)}else for(f=fe-u;f<fe;f++)ge=f*3,X=vT(X,Z,ge,p,C),Z+=6,o.st&&(W=PT(W,ue,f*2,D),ue+=4),n&&(pe+=3,q[pe++]=v[ge],q[pe++]=v[ge+1],q[pe++]=v[ge+2]),J&&(Y[oe++]=1,oe+=1);for(f=fe-1;f>0;f-=u)ge=f*3,X=vT(X,Z,ge,p,C),Z+=6,o.st&&(W=PT(W,ue,f*2,D),ue+=4),n&&(pe+=3,q[pe++]=v[ge],q[pe++]=v[ge+1],q[pe++]=v[ge+2]),J&&(Y[oe++]=1,oe+=1);if(w){let at=fe;for(ge=at*3,f=0;f<2;f++)X=vT(X,Z,ge,p,C),Z+=6,o.st&&(W=PT(W,ue,at*2,D),ue+=4),n&&(pe+=3,q[pe++]=v[ge],q[pe++]=v[ge+1],q[pe++]=v[ge+2]),J&&(Y[oe++]=1,oe+=1)}else for(f=u-1;f>=0;f--)ge=f*3,X=vT(X,Z,ge,p,C),Z+=6,o.st&&(W=PT(W,ue,f*2,D),ue+=4),n&&(pe+=3,q[pe++]=v[ge],q[pe++]=v[ge+1],q[pe++]=v[ge+2]),J&&(Y[oe++]=1,oe+=1);let Ee=g7e(X,o,a);o.st&&(Ee.attributes.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:W})),n&&(Ee.attributes.extrudeDirection=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:q})),R&&(Ee.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:Y}));let Ie=Fe.createTypedArray(k,z*6),Me,Ge,bt,zt;g=X.length/3;let on=0;for(f=0;f<g-1;f+=2){Me=f,zt=(Me+2)%g;let at=h.fromArray(X,Me*3,E9),Tn=h.fromArray(X,zt*3,Sae);h.equalsEpsilon(at,Tn,I.EPSILON10)||(Ge=(Me+1)%g,bt=(Ge+2)%g,Ie[on++]=Me,Ie[on++]=Ge,Ie[on++]=zt,Ie[on++]=zt,Ie[on++]=Ge,Ie[on++]=bt)}return Ee.indices=Ie,Ee=Bn.combineInstances([new _t({geometry:d}),new _t({geometry:Ee})]),Ee[0]}var A7e=[new h,new h,new h,new h],Dae=new he,C7e=new he;function S9(e,t,n,i,o){if(n===0)return ce.clone(e,o);let r=ds.computeOptions(e,t,n,0,Eae,Dae),s=r.height,a=r.width,c=A7e;return ds.computePosition(r,i,!1,0,0,c[0]),ds.computePosition(r,i,!1,0,a-1,c[1]),ds.computePosition(r,i,!1,s-1,0,c[2]),ds.computePosition(r,i,!1,s-1,a-1,c[3]),ce.fromCartesianArray(c,i,o)}function Th(e){e=y(e,y.EMPTY_OBJECT);let t=e.rectangle,n=y(e.height,0),i=y(e.extrudedHeight,n);this._rectangle=ce.clone(t),this._granularity=y(e.granularity,I.RADIANS_PER_DEGREE),this._ellipsoid=ie.clone(y(e.ellipsoid,ie.WGS84)),this._surfaceHeight=Math.max(n,i),this._rotation=y(e.rotation,0),this._stRotation=y(e.stRotation,0),this._vertexFormat=we.clone(y(e.vertexFormat,we.DEFAULT)),this._extrudedHeight=Math.min(n,i),this._shadowVolume=y(e.shadowVolume,!1),this._workerName="createRectangleGeometry",this._offsetAttribute=e.offsetAttribute,this._rotatedRectangle=void 0,this._textureCoordinateRotationPoints=void 0}Th.packedLength=ce.packedLength+ie.packedLength+we.packedLength+7;Th.pack=function(e,t,n){return n=y(n,0),ce.pack(e._rectangle,t,n),n+=ce.packedLength,ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._granularity,t[n++]=e._surfaceHeight,t[n++]=e._rotation,t[n++]=e._stRotation,t[n++]=e._extrudedHeight,t[n++]=e._shadowVolume?1:0,t[n]=y(e._offsetAttribute,-1),t};var vae=new ce,Pae=ie.clone(ie.UNIT_SPHERE),lg={rectangle:vae,ellipsoid:Pae,vertexFormat:b9,granularity:void 0,height:void 0,rotation:void 0,stRotation:void 0,extrudedHeight:void 0,shadowVolume:void 0,offsetAttribute:void 0};Th.unpack=function(e,t,n){t=y(t,0);let i=ce.unpack(e,t,vae);t+=ce.packedLength;let o=ie.unpack(e,t,Pae);t+=ie.packedLength;let r=we.unpack(e,t,b9);t+=we.packedLength;let s=e[t++],a=e[t++],c=e[t++],u=e[t++],f=e[t++],d=e[t++]===1,p=e[t];return l(n)?(n._rectangle=ce.clone(i,n._rectangle),n._ellipsoid=ie.clone(o,n._ellipsoid),n._vertexFormat=we.clone(r,n._vertexFormat),n._granularity=s,n._surfaceHeight=a,n._rotation=c,n._stRotation=u,n._extrudedHeight=f,n._shadowVolume=d,n._offsetAttribute=p===-1?void 0:p,n):(lg.granularity=s,lg.height=a,lg.rotation=c,lg.stRotation=u,lg.extrudedHeight=f,lg.shadowVolume=d,lg.offsetAttribute=p===-1?void 0:p,new Th(lg))};Th.computeRectangle=function(e,t){e=y(e,y.EMPTY_OBJECT);let n=e.rectangle,i=y(e.granularity,I.RADIANS_PER_DEGREE),o=y(e.ellipsoid,ie.WGS84),r=y(e.rotation,0);return S9(n,i,r,o,t)};var x7e=new Q,yae=new Be,T7e=new he;Th.createGeometry=function(e){if(I.equalsEpsilon(e._rectangle.north,e._rectangle.south,I.EPSILON10)||I.equalsEpsilon(e._rectangle.east,e._rectangle.west,I.EPSILON10))return;let t=e._rectangle,n=e._ellipsoid,i=e._rotation,o=e._stRotation,r=e._vertexFormat,s=ds.computeOptions(t,e._granularity,i,o,Eae,Dae,C7e),a=x7e;if(o!==0||i!==0){let g=ce.center(t,T7e),m=n.geodeticSurfaceNormalCartographic(g,E9);Be.fromAxisAngle(m,-o,yae),Q.fromQuaternion(yae,a)}else Q.clone(Q.IDENTITY,a);let c=e._surfaceHeight,u=e._extrudedHeight,f=!I.equalsEpsilon(c,u,0,I.EPSILON2);s.lonScalar=1/e._rectangle.width,s.latScalar=1/e._rectangle.height,s.tangentRotationMatrix=a;let d,p;if(t=e._rectangle,f){d=y7e(e,s);let g=re.fromRectangle3D(t,n,c,p7e),m=re.fromRectangle3D(t,n,u,m7e);p=re.union(g,m)}else{if(d=wae(e,s),d.attributes.position.values=ti.scaleToGeodeticHeight(d.attributes.position.values,c,n,!1),l(e._offsetAttribute)){let g=d.attributes.position.values.length,m=e._offsetAttribute===Zt.NONE?0:1,A=new Uint8Array(g/3).fill(m);d.attributes.applyOffset=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:1,values:A})}p=re.fromRectangle3D(t,n,c)}return r.position||delete d.attributes.position,new it({attributes:d.attributes,indices:d.indices,primitiveType:d.primitiveType,boundingSphere:p,offsetAttribute:e._offsetAttribute})};Th.createShadowVolume=function(e,t,n){let i=e._granularity,o=e._ellipsoid,r=t(i,o),s=n(i,o);return new Th({rectangle:e._rectangle,rotation:e._rotation,ellipsoid:o,stRotation:e._stRotation,granularity:i,extrudedHeight:s,height:r,vertexFormat:we.POSITION_ONLY,shadowVolume:!0})};var Aae=new ce,E7e=[new H,new H,new H],b7e=new Ji,S7e=new he;function w7e(e){if(e._stRotation===0)return[0,0,0,1,1,0];let t=ce.clone(e._rectangle,Aae),n=e._granularity,i=e._ellipsoid,o=e._rotation-e._stRotation,r=S9(t,n,o,i,Aae),s=E7e;s[0].x=r.west,s[0].y=r.south,s[1].x=r.west,s[1].y=r.north,s[2].x=r.east,s[2].y=r.south;let a=e.rectangle,c=Ji.fromRotation(e._stRotation,b7e),u=ce.center(a,S7e);for(let m=0;m<3;++m){let A=s[m];A.x-=u.longitude,A.y-=u.latitude,Ji.multiplyByVector(c,A,A),A.x+=u.longitude,A.y+=u.latitude,A.x=(A.x-a.west)/a.width,A.y=(A.y-a.south)/a.height}let f=s[0],d=s[1],p=s[2],g=new Array(6);return H.pack(f,g),H.pack(d,g,2),H.pack(p,g,4),g}Object.defineProperties(Th.prototype,{rectangle:{get:function(){return l(this._rotatedRectangle)||(this._rotatedRectangle=S9(this._rectangle,this._granularity,this._rotation,this._ellipsoid)),this._rotatedRectangle}},textureCoordinateRotationPoints:{get:function(){return l(this._textureCoordinateRotationPoints)||(this._textureCoordinateRotationPoints=w7e(this)),this._textureCoordinateRotationPoints}}});var IT=Th;var Iae=new U,Oae=h.ZERO,Bae=new h,Rae=new ce,D7e=new ce,v7e=new he;function P7e(e){this.id=e,this.vertexFormat=void 0,this.rectangle=void 0,this.height=void 0,this.extrudedHeight=void 0,this.granularity=void 0,this.stRotation=void 0,this.rotation=void 0,this.offsetAttribute=void 0}function Kf(e,t){Hn.call(this,{entity:e,scene:t,geometryOptions:new P7e(e),geometryPropertyName:"rectangle",observedPropertyNames:["availability","rectangle"]}),this._onEntityPropertyChanged(e,"rectangle",e.rectangle,void 0)}l(Object.create)&&(Kf.prototype=Object.create(Hn.prototype),Kf.prototype.constructor=Kf);Kf.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(this._distanceDisplayConditionProperty.getValue(e)),offset:void 0,color:void 0};if(this._materialProperty instanceof Pt){let o;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(o=this._materialProperty.color.getValue(e,Iae)),l(o)||(o=U.WHITE),i.color=Bt.fromColor(o)}return l(this._options.offsetAttribute)&&(i.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,Oae,Bae))),new _t({id:t,geometry:new IT(this._options),attributes:i})};Kf.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,Iae),o=this._distanceDisplayConditionProperty.getValue(e),r={show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(o),offset:void 0};return l(this._options.offsetAttribute)&&(r.offset=ji.fromCartesian3(j.getValueOrDefault(this._terrainOffsetProperty,e,Oae,Bae))),new _t({id:t,geometry:new Vx(this._options),attributes:r})};Kf.prototype._computeCenter=function(e,t){let n=j.getValueOrUndefined(this._entity.rectangle.coordinates,e,D7e);if(!l(n))return;let i=ce.center(n,v7e);return he.toCartesian(i,ie.WGS84,t)};Kf.prototype._isHidden=function(e,t){return!l(t.coordinates)||$n.prototype._isHidden.call(this,e,t)};Kf.prototype._isDynamic=function(e,t){return!t.coordinates.isConstant||!j.isConstant(t.height)||!j.isConstant(t.extrudedHeight)||!j.isConstant(t.granularity)||!j.isConstant(t.stRotation)||!j.isConstant(t.rotation)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.zIndex)||this._onTerrain&&!j.isConstant(this._materialProperty)&&!(this._materialProperty instanceof Pt)};Kf.prototype._setStaticOptions=function(e,t){let n=this._materialProperty instanceof Pt,i=j.getValueOrUndefined(t.height,ke.MINIMUM_VALUE),o=j.getValueOrDefault(t.heightReference,ke.MINIMUM_VALUE,Ue.NONE),r=j.getValueOrUndefined(t.extrudedHeight,ke.MINIMUM_VALUE),s=j.getValueOrDefault(t.extrudedHeightReference,ke.MINIMUM_VALUE,Ue.NONE);l(r)&&!l(i)&&(i=0);let a=this._options;a.vertexFormat=n?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,a.rectangle=t.coordinates.getValue(ke.MINIMUM_VALUE,a.rectangle),a.granularity=j.getValueOrUndefined(t.granularity,ke.MINIMUM_VALUE),a.stRotation=j.getValueOrUndefined(t.stRotation,ke.MINIMUM_VALUE),a.rotation=j.getValueOrUndefined(t.rotation,ke.MINIMUM_VALUE),a.offsetAttribute=Hn.computeGeometryOffsetAttribute(i,o,r,s),a.height=Hn.getGeometryHeight(i,o),r=Hn.getGeometryExtrudedHeight(r,s),r===Hn.CLAMP_TO_GROUND&&(r=oi.getMinimumMaximumHeights(IT.computeRectangle(a,Rae)).minimumTerrainHeight),a.extrudedHeight=r};Kf.DynamicGeometryUpdater=OT;function OT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(OT.prototype=Object.create(Qn.prototype),OT.prototype.constructor=OT);OT.prototype._isHidden=function(e,t,n){return!l(this._options.rectangle)||Qn.prototype._isHidden.call(this,e,t,n)};OT.prototype._setOptions=function(e,t,n){let i=this._options,o=j.getValueOrUndefined(t.height,n),r=j.getValueOrDefault(t.heightReference,n,Ue.NONE),s=j.getValueOrUndefined(t.extrudedHeight,n),a=j.getValueOrDefault(t.extrudedHeightReference,n,Ue.NONE);l(s)&&!l(o)&&(o=0),i.rectangle=j.getValueOrUndefined(t.coordinates,n,i.rectangle),i.granularity=j.getValueOrUndefined(t.granularity,n),i.stRotation=j.getValueOrUndefined(t.stRotation,n),i.rotation=j.getValueOrUndefined(t.rotation,n),i.offsetAttribute=Hn.computeGeometryOffsetAttribute(o,r,s,a),i.height=Hn.getGeometryHeight(o,r),s=Hn.getGeometryExtrudedHeight(s,a),s===Hn.CLAMP_TO_GROUND&&(s=oi.getMinimumMaximumHeights(IT.computeRectangle(i,Rae)).minimumTerrainHeight),i.extrudedHeight=s};var NN=Kf;var Mae=new U,I7e=new xt,O7e=new xt,B7e=h.ZERO,R7e=new h;function Jf(e,t,n,i,o,r,s){this.translucent=t,this.appearanceType=n,this.depthFailAppearanceType=i,this.depthFailMaterialProperty=o,this.depthFailMaterial=void 0,this.closed=r,this.shadows=s,this.primitives=e,this.createPrimitive=!1,this.waitingOnCreate=!1,this.primitive=void 0,this.oldPrimitive=void 0,this.geometry=new gt,this.updaters=new gt,this.updatersWithAttributes=new gt,this.attributes=new gt,this.subscriptions=new gt,this.showsUpdated=new gt,this.itemsToRemove=[],this.invalidated=!1;let a;l(o)&&(a=o.definitionChanged.addEventListener(Jf.prototype.onMaterialChanged,this)),this.removeMaterialSubscription=a}Jf.prototype.onMaterialChanged=function(){this.invalidated=!0};Jf.prototype.isMaterial=function(e){let t=this.depthFailMaterialProperty,n=e.depthFailMaterialProperty;return n===t?!0:l(t)?t.equals(n):!1};Jf.prototype.add=function(e,t){let n=e.id;if(this.createPrimitive=!0,this.geometry.set(n,t),this.updaters.set(n,e),!e.hasConstantFill||!e.fillMaterialProperty.isConstant||!j.isConstant(e.distanceDisplayConditionProperty)||!j.isConstant(e.terrainOffsetProperty))this.updatersWithAttributes.set(n,e);else{let i=this;this.subscriptions.set(n,e.entity.definitionChanged.addEventListener(function(o,r,s,a){r==="isShowing"&&i.showsUpdated.set(e.id,e)}))}};Jf.prototype.remove=function(e){let t=e.id;if(this.createPrimitive=this.geometry.remove(t)||this.createPrimitive,this.updaters.remove(t)){this.updatersWithAttributes.remove(t);let n=this.subscriptions.get(t);return l(n)&&(n(),this.subscriptions.remove(t),this.showsUpdated.remove(t)),!0}return!1};Jf.prototype.update=function(e){let t=!0,n=0,i=this.primitive,o=this.primitives,r;if(this.createPrimitive){let s=this.geometry.values;if(s.length>0){l(i)&&(l(this.oldPrimitive)?o.remove(i):this.oldPrimitive=i);let c;l(this.depthFailAppearanceType)&&(l(this.depthFailMaterialProperty)&&(this.depthFailMaterial=Xo.getValue(e,this.depthFailMaterialProperty,this.depthFailMaterial)),c=new this.depthFailAppearanceType({material:this.depthFailMaterial,translucent:this.translucent,closed:this.closed})),i=new Cn({show:!1,asynchronous:!0,geometryInstances:s.slice(),appearance:new this.appearanceType({translucent:this.translucent,closed:this.closed}),depthFailAppearance:c,shadows:this.shadows}),o.add(i),t=!1}else{l(i)&&(o.remove(i),i=void 0);let c=this.oldPrimitive;l(c)&&(o.remove(c),this.oldPrimitive=void 0)}this.attributes.removeAll(),this.primitive=i,this.createPrimitive=!1,this.waitingOnCreate=!0}else if(l(i)&&i.ready){i.show=!0,l(this.oldPrimitive)&&(o.remove(this.oldPrimitive),this.oldPrimitive=void 0),l(this.depthFailAppearanceType)&&!(this.depthFailMaterialProperty instanceof Pt)&&(this.depthFailMaterial=Xo.getValue(e,this.depthFailMaterialProperty,this.depthFailMaterial),this.primitive.depthFailAppearance.material=this.depthFailMaterial);let s=this.updatersWithAttributes.values,a=s.length,c=this.waitingOnCreate;for(r=0;r<a;r++){let u=s[r],f=this.geometry.get(u.id),d=this.attributes.get(f.id.id);if(l(d)||(d=i.getGeometryInstanceAttributes(f.id),this.attributes.set(f.id.id,d)),!u.fillMaterialProperty.isConstant||c){let C=u.fillMaterialProperty.color,x=j.getValueOrDefault(C,e,U.WHITE,Mae);U.equals(d._lastColor,x)||(d._lastColor=U.clone(x,d._lastColor),d.color=Bt.toValue(x,d.color),(this.translucent&&d.color[3]===255||!this.translucent&&d.color[3]!==255)&&(this.itemsToRemove[n++]=u))}if(l(this.depthFailAppearanceType)&&u.depthFailMaterialProperty instanceof Pt&&(!u.depthFailMaterialProperty.isConstant||c)){let C=u.depthFailMaterialProperty.color,x=j.getValueOrDefault(C,e,U.WHITE,Mae);U.equals(d._lastDepthFailColor,x)||(d._lastDepthFailColor=U.clone(x,d._lastDepthFailColor),d.depthFailColor=Bt.toValue(x,d.depthFailColor))}let p=u.entity.isShowing&&(u.hasConstantFill||u.isFilled(e)),g=d.show[0]===1;p!==g&&(d.show=fn.toValue(p,d.show));let m=u.distanceDisplayConditionProperty;if(!j.isConstant(m)){let C=j.getValueOrDefault(m,e,O7e,I7e);xt.equals(C,d._lastDistanceDisplayCondition)||(d._lastDistanceDisplayCondition=xt.clone(C,d._lastDistanceDisplayCondition),d.distanceDisplayCondition=Ln.toValue(C,d.distanceDisplayCondition))}let A=u.terrainOffsetProperty;if(!j.isConstant(A)){let C=j.getValueOrDefault(A,e,B7e,R7e);h.equals(C,d._lastOffset)||(d._lastOffset=h.clone(C,d._lastOffset),d.offset=ji.toValue(C,d.offset))}}this.updateShows(i),this.waitingOnCreate=!1}else l(i)&&!i.ready&&(t=!1);return this.itemsToRemove.length=n,t};Jf.prototype.updateShows=function(e){let t=this.showsUpdated.values,n=t.length;for(let i=0;i<n;i++){let o=t[i],r=this.geometry.get(o.id),s=this.attributes.get(r.id.id);l(s)||(s=e.getGeometryInstanceAttributes(r.id),this.attributes.set(r.id.id,s));let a=o.entity.isShowing,c=s.show[0]===1;a!==c&&(s.show=fn.toValue(a,s.show),r.attributes.show.value[0]=s.show[0])}this.showsUpdated.removeAll()};Jf.prototype.contains=function(e){return this.updaters.contains(e.id)};Jf.prototype.getBoundingSphere=function(e,t){let n=this.primitive;if(!n.ready)return nt.PENDING;let i=n.getGeometryInstanceAttributes(e.entity);return!l(i)||!l(i.boundingSphere)||l(i.show)&&i.show[0]===0?nt.FAILED:(i.boundingSphere.clone(t),nt.DONE)};Jf.prototype.destroy=function(){let e=this.primitive,t=this.primitives;l(e)&&t.remove(e);let n=this.oldPrimitive;l(n)&&t.remove(n),l(this.removeMaterialSubscription)&&this.removeMaterialSubscription()};function BT(e,t,n,i,o){this._solidItems=[],this._translucentItems=[],this._primitives=e,this._appearanceType=t,this._depthFailAppearanceType=n,this._closed=i,this._shadows=o}BT.prototype.add=function(e,t){let n,i,o=t.createFillGeometryInstance(e);o.attributes.color.value[3]===255?(n=this._solidItems,i=!1):(n=this._translucentItems,i=!0);let r=n.length;for(let a=0;a<r;a++){let c=n[a];if(c.isMaterial(t)){c.add(t,o);return}}let s=new Jf(this._primitives,i,this._appearanceType,this._depthFailAppearanceType,t.depthFailMaterialProperty,this._closed,this._shadows);s.add(t,o),n.push(s)};function Lae(e,t){let n=e.length;for(let i=n-1;i>=0;i--){let o=e[i];if(o.remove(t))return o.updaters.length===0&&(e.splice(i,1),o.destroy()),!0}return!1}BT.prototype.remove=function(e){Lae(this._solidItems,e)||Lae(this._translucentItems,e)};function Fae(e,t,n){let i=!1,o=t.length;for(let r=0;r<o;++r){let s=t[r],a=s.itemsToRemove,c=a.length;if(c>0)for(r=0;r<c;r++){let u=a[r];s.remove(u),e.add(n,u),i=!0}}return i}function kN(e,t,n,i){let o=t.length,r;for(r=o-1;r>=0;r--){let s=t[r];if(s.invalidated){t.splice(r,1);let a=s.updaters.values,c=a.length;for(let u=0;u<c;u++)e.add(n,a[u]);s.destroy()}}for(o=t.length,r=0;r<o;++r)i=t[r].update(n)&&i;return i}BT.prototype.update=function(e){let t=kN(this,this._solidItems,e,!0);t=kN(this,this._translucentItems,e,t)&&t;let n=Fae(this,this._solidItems,e),i=Fae(this,this._translucentItems,e);return(n||i)&&(t=kN(this,this._solidItems,e,t)&&t,t=kN(this,this._translucentItems,e,t)&&t),t};function Nae(e,t,n){let i=e.length;for(let o=0;o<i;o++){let r=e[o];if(r.contains(t))return r.getBoundingSphere(t,n)}return nt.FAILED}BT.prototype.getBoundingSphere=function(e,t){let n=Nae(this._solidItems,e,t);return n===nt.FAILED?Nae(this._translucentItems,e,t):n};function kae(e){let t=e.length;for(let n=0;n<t;n++)e[n].destroy();e.length=0}BT.prototype.removeAllPrimitives=function(){kae(this._solidItems),kae(this._translucentItems)};var Zf=BT;var M7e=new xt,L7e=new xt,F7e=h.ZERO,N7e=new h;function Qf(e,t,n,i,o,r,s){this.primitives=e,this.appearanceType=t,this.materialProperty=n,this.depthFailAppearanceType=i,this.depthFailMaterialProperty=o,this.closed=r,this.shadows=s,this.updaters=new gt,this.createPrimitive=!0,this.primitive=void 0,this.oldPrimitive=void 0,this.geometry=new gt,this.material=void 0,this.depthFailMaterial=void 0,this.updatersWithAttributes=new gt,this.attributes=new gt,this.invalidated=!1,this.removeMaterialSubscription=n.definitionChanged.addEventListener(Qf.prototype.onMaterialChanged,this),this.subscriptions=new gt,this.showsUpdated=new gt}Qf.prototype.onMaterialChanged=function(){this.invalidated=!0};Qf.prototype.isMaterial=function(e){let t=this.materialProperty,n=e.fillMaterialProperty,i=this.depthFailMaterialProperty,o=e.depthFailMaterialProperty;if(n===t&&o===i)return!0;let r=l(t)&&t.equals(n);return r=(!l(i)&&!l(o)||l(i)&&i.equals(o))&&r,r};Qf.prototype.add=function(e,t){let n=t.id;if(this.updaters.set(n,t),this.geometry.set(n,t.createFillGeometryInstance(e)),!t.hasConstantFill||!t.fillMaterialProperty.isConstant||!j.isConstant(t.distanceDisplayConditionProperty)||!j.isConstant(t.terrainOffsetProperty))this.updatersWithAttributes.set(n,t);else{let i=this;this.subscriptions.set(n,t.entity.definitionChanged.addEventListener(function(o,r,s,a){r==="isShowing"&&i.showsUpdated.set(t.id,t)}))}this.createPrimitive=!0};Qf.prototype.remove=function(e){let t=e.id;if(this.createPrimitive=this.geometry.remove(t)||this.createPrimitive,this.updaters.remove(t)){this.updatersWithAttributes.remove(t);let n=this.subscriptions.get(t);return l(n)&&(n(),this.subscriptions.remove(t),this.showsUpdated.remove(t)),!0}return!1};var k7e=new U;Qf.prototype.update=function(e){let t=!0,n=this.primitive,i=this.primitives,o=this.geometry.values,r;if(this.createPrimitive){if(o.length>0){l(n)&&(l(this.oldPrimitive)?i.remove(n):this.oldPrimitive=n),this.material=Xo.getValue(e,this.materialProperty,this.material);let a;l(this.depthFailMaterialProperty)&&(this.depthFailMaterial=Xo.getValue(e,this.depthFailMaterialProperty,this.depthFailMaterial),a=new this.depthFailAppearanceType({material:this.depthFailMaterial,translucent:this.depthFailMaterial.isTranslucent(),closed:this.closed})),n=new Cn({show:!1,asynchronous:!0,geometryInstances:o.slice(),appearance:new this.appearanceType({material:this.material,translucent:this.material.isTranslucent(),closed:this.closed}),depthFailAppearance:a,shadows:this.shadows}),i.add(n),t=!1}else{l(n)&&(i.remove(n),n=void 0);let a=this.oldPrimitive;l(a)&&(i.remove(a),this.oldPrimitive=void 0)}this.attributes.removeAll(),this.primitive=n,this.createPrimitive=!1}else if(l(n)&&n.ready){n.show=!0,l(this.oldPrimitive)&&(i.remove(this.oldPrimitive),this.oldPrimitive=void 0),this.material=Xo.getValue(e,this.materialProperty,this.material),this.primitive.appearance.material=this.material,l(this.depthFailAppearanceType)&&!(this.depthFailMaterialProperty instanceof Pt)&&(this.depthFailMaterial=Xo.getValue(e,this.depthFailMaterialProperty,this.depthFailMaterial),this.primitive.depthFailAppearance.material=this.depthFailMaterial);let s=this.updatersWithAttributes.values,a=s.length;for(r=0;r<a;r++){let c=s[r],u=c.entity,f=this.geometry.get(c.id),d=this.attributes.get(f.id.id);if(l(d)||(d=n.getGeometryInstanceAttributes(f.id),this.attributes.set(f.id.id,d)),l(this.depthFailAppearanceType)&&this.depthFailMaterialProperty instanceof Pt&&!c.depthFailMaterialProperty.isConstant){let C=c.depthFailMaterialProperty.color,x=j.getValueOrDefault(C,e,U.WHITE,k7e);U.equals(d._lastDepthFailColor,x)||(d._lastDepthFailColor=U.clone(x,d._lastDepthFailColor),d.depthFailColor=Bt.toValue(x,d.depthFailColor))}let p=u.isShowing&&(c.hasConstantFill||c.isFilled(e)),g=d.show[0]===1;p!==g&&(d.show=fn.toValue(p,d.show));let m=c.distanceDisplayConditionProperty;if(!j.isConstant(m)){let C=j.getValueOrDefault(m,e,L7e,M7e);xt.equals(C,d._lastDistanceDisplayCondition)||(d._lastDistanceDisplayCondition=xt.clone(C,d._lastDistanceDisplayCondition),d.distanceDisplayCondition=Ln.toValue(C,d.distanceDisplayCondition))}let A=c.terrainOffsetProperty;if(!j.isConstant(A)){let C=j.getValueOrDefault(A,e,F7e,N7e);h.equals(C,d._lastOffset)||(d._lastOffset=h.clone(C,d._lastOffset),d.offset=ji.toValue(C,d.offset))}}this.updateShows(n)}else l(n)&&!n.ready&&(t=!1);return t};Qf.prototype.updateShows=function(e){let t=this.showsUpdated.values,n=t.length;for(let i=0;i<n;i++){let o=t[i],r=o.entity,s=this.geometry.get(o.id),a=this.attributes.get(s.id.id);l(a)||(a=e.getGeometryInstanceAttributes(s.id),this.attributes.set(s.id.id,a));let c=r.isShowing,u=a.show[0]===1;c!==u&&(a.show=fn.toValue(c,a.show),s.attributes.show.value[0]=a.show[0])}this.showsUpdated.removeAll()};Qf.prototype.contains=function(e){return this.updaters.contains(e.id)};Qf.prototype.getBoundingSphere=function(e,t){let n=this.primitive;if(!n.ready)return nt.PENDING;let i=n.getGeometryInstanceAttributes(e.entity);return!l(i)||!l(i.boundingSphere)||l(i.show)&&i.show[0]===0?nt.FAILED:(i.boundingSphere.clone(t),nt.DONE)};Qf.prototype.destroy=function(){let e=this.primitive,t=this.primitives;l(e)&&t.remove(e);let n=this.oldPrimitive;l(n)&&t.remove(n),this.removeMaterialSubscription()};function RT(e,t,n,i,o){this._items=[],this._primitives=e,this._appearanceType=t,this._depthFailAppearanceType=n,this._closed=i,this._shadows=o}RT.prototype.add=function(e,t){let n=this._items,i=n.length;for(let r=0;r<i;r++){let s=n[r];if(s.isMaterial(t)){s.add(e,t);return}}let o=new Qf(this._primitives,this._appearanceType,t.fillMaterialProperty,this._depthFailAppearanceType,t.depthFailMaterialProperty,this._closed,this._shadows);o.add(e,t),n.push(o)};RT.prototype.remove=function(e){let t=this._items,n=t.length;for(let i=n-1;i>=0;i--){let o=t[i];if(o.remove(e)){o.updaters.length===0&&(t.splice(i,1),o.destroy());break}}};RT.prototype.update=function(e){let t,n=this._items,i=n.length;for(t=i-1;t>=0;t--){let r=n[t];if(r.invalidated){n.splice(t,1);let s=r.updaters.values,a=s.length;for(let c=0;c<a;c++)this.add(e,s[c]);r.destroy()}}let o=!0;for(t=0;t<n.length;t++)o=n[t].update(e)&&o;return o};RT.prototype.getBoundingSphere=function(e,t){let n=this._items,i=n.length;for(let o=0;o<i;o++){let r=n[o];if(r.contains(e))return r.getBoundingSphere(e,t)}return nt.FAILED};RT.prototype.removeAllPrimitives=function(){let e=this._items,t=e.length;for(let n=0;n<t;n++)e[n].destroy();this._items.length=0};var $f=RT;var Uae=Ii(Vae(),1);function VN(){this._tree=new Uae.default}function Vy(){this.minX=0,this.minY=0,this.maxX=0,this.maxY=0,this.id=""}Vy.fromRectangleAndId=function(e,t,n){return n.minX=t.west,n.minY=t.south,n.maxX=t.east,n.maxY=t.north,n.id=e,n};VN.prototype.insert=function(e,t){let n=Vy.fromRectangleAndId(e,t,new Vy);this._tree.insert(n)};function V7e(e,t){return e.id===t.id}var U7e=new Vy;VN.prototype.remove=function(e,t){let n=Vy.fromRectangleAndId(e,t,U7e);this._tree.remove(n,V7e)};var z7e=new Vy;VN.prototype.collides=function(e){let t=Vy.fromRectangleAndId("",e,z7e);return this._tree.collides(t)};var MT=VN;var H7e=new U,G7e=new xt,W7e=new xt;function ap(e,t,n,i){this.primitives=e,this.zIndex=i,this.classificationType=t,this.color=n,this.createPrimitive=!1,this.waitingOnCreate=!1,this.primitive=void 0,this.oldPrimitive=void 0,this.geometry=new gt,this.updaters=new gt,this.updatersWithAttributes=new gt,this.attributes=new gt,this.subscriptions=new gt,this.showsUpdated=new gt,this.itemsToRemove=[],this.isDirty=!1,this.rectangleCollisionCheck=new MT}ap.prototype.overlapping=function(e){return this.rectangleCollisionCheck.collides(e)};ap.prototype.add=function(e,t){let n=e.id;if(this.createPrimitive=!0,this.geometry.set(n,t),this.updaters.set(n,e),this.rectangleCollisionCheck.insert(n,t.geometry.rectangle),!e.hasConstantFill||!e.fillMaterialProperty.isConstant||!j.isConstant(e.distanceDisplayConditionProperty))this.updatersWithAttributes.set(n,e);else{let i=this;this.subscriptions.set(n,e.entity.definitionChanged.addEventListener(function(o,r,s,a){r==="isShowing"&&i.showsUpdated.set(e.id,e)}))}};ap.prototype.remove=function(e){let t=e.id,n=this.geometry.get(t);if(this.createPrimitive=this.geometry.remove(t)||this.createPrimitive,this.updaters.remove(t)){this.rectangleCollisionCheck.remove(t,n.geometry.rectangle),this.updatersWithAttributes.remove(t);let i=this.subscriptions.get(t);return l(i)&&(i(),this.subscriptions.remove(t),this.showsUpdated.remove(t)),!0}return!1};ap.prototype.update=function(e){let t=!0,n=0,i=this.primitive,o=this.primitives,r;if(this.createPrimitive){let s=this.geometry.values;if(s.length>0)l(i)&&(l(this.oldPrimitive)?o.remove(i):this.oldPrimitive=i),i=new Fc({show:!1,asynchronous:!0,geometryInstances:s.slice(),classificationType:this.classificationType}),o.add(i,this.zIndex),t=!1;else{l(i)&&(o.remove(i),i=void 0);let c=this.oldPrimitive;l(c)&&(o.remove(c),this.oldPrimitive=void 0)}this.attributes.removeAll(),this.primitive=i,this.createPrimitive=!1,this.waitingOnCreate=!0}else if(l(i)&&i.ready){i.show=!0,l(this.oldPrimitive)&&(o.remove(this.oldPrimitive),this.oldPrimitive=void 0);let s=this.updatersWithAttributes.values,a=s.length,c=this.waitingOnCreate;for(r=0;r<a;r++){let u=s[r],f=this.geometry.get(u.id),d=this.attributes.get(f.id.id);if(l(d)||(d=i.getGeometryInstanceAttributes(f.id),this.attributes.set(f.id.id,d)),!u.fillMaterialProperty.isConstant||c){let A=u.fillMaterialProperty.color,C=j.getValueOrDefault(A,e,U.WHITE,H7e);U.equals(d._lastColor,C)||(d._lastColor=U.clone(C,d._lastColor),d.color=Bt.toValue(C,d.color))}let p=u.entity.isShowing&&(u.hasConstantFill||u.isFilled(e)),g=d.show[0]===1;p!==g&&(d.show=fn.toValue(p,d.show));let m=u.distanceDisplayConditionProperty;if(!j.isConstant(m)){let A=j.getValueOrDefault(m,e,W7e,G7e);xt.equals(A,d._lastDistanceDisplayCondition)||(d._lastDistanceDisplayCondition=xt.clone(A,d._lastDistanceDisplayCondition),d.distanceDisplayCondition=Ln.toValue(A,d.distanceDisplayCondition))}}this.updateShows(i),this.waitingOnCreate=!1}else l(i)&&!i.ready&&(t=!1);return this.itemsToRemove.length=n,t};ap.prototype.updateShows=function(e){let t=this.showsUpdated.values,n=t.length;for(let i=0;i<n;i++){let o=t[i],r=this.geometry.get(o.id),s=this.attributes.get(r.id.id);l(s)||(s=e.getGeometryInstanceAttributes(r.id),this.attributes.set(r.id.id,s));let a=o.entity.isShowing,c=s.show[0]===1;a!==c&&(s.show=fn.toValue(a,s.show),r.attributes.show.value[0]=s.show[0])}this.showsUpdated.removeAll()};ap.prototype.contains=function(e){return this.updaters.contains(e.id)};ap.prototype.getBoundingSphere=function(e,t){let n=this.primitive;if(!n.ready)return nt.PENDING;let i=n.getBoundingSphere(e.entity);return l(i)?(i.clone(t),nt.DONE):nt.FAILED};ap.prototype.removeAllPrimitives=function(){let e=this.primitives,t=this.primitive;l(t)&&(e.remove(t),this.primitive=void 0,this.geometry.removeAll(),this.updaters.removeAll());let n=this.oldPrimitive;l(n)&&(e.remove(n),this.oldPrimitive=void 0)};function LT(e,t){this._batches=[],this._primitives=e,this._classificationType=t}LT.prototype.add=function(e,t){let n=t.createFillGeometryInstance(e),i=this._batches,o=j.getValueOrDefault(t.zIndex,0),r,s=i.length;for(let a=0;a<s;++a){let c=i[a];if(c.zIndex===o&&!c.overlapping(n.geometry.rectangle)){r=c;break}}return l(r)||(r=new ap(this._primitives,this._classificationType,n.attributes.color.value,o),i.push(r)),r.add(t,n),r};LT.prototype.remove=function(e){let t=this._batches,n=t.length;for(let i=0;i<n;++i)if(t[i].remove(e))return};LT.prototype.update=function(e){let t,n,i=!0,o=this._batches,r=o.length;for(t=0;t<r;++t)i=o[t].update(e)&&i;for(t=0;t<r;++t){let s=o[t],a=s.itemsToRemove,c=a.length;for(let u=0;u<c;u++){n=a[u],s.remove(n);let f=this.add(e,n);s.isDirty=!0,f.isDirty=!0}}for(t=r-1;t>=0;--t){let s=o[t];s.isDirty&&(i=o[t].update(e)&&i,s.isDirty=!1),s.geometry.length===0&&o.splice(t,1)}return i};LT.prototype.getBoundingSphere=function(e,t){let n=this._batches,i=n.length;for(let o=0;o<i;++o){let r=n[o];if(r.contains(e))return r.getBoundingSphere(e,t)}return nt.FAILED};LT.prototype.removeAllPrimitives=function(){let e=this._batches,t=e.length;for(let n=0;n<t;++n)e[n].removeAllPrimitives()};var iD=LT;var j7e=new xt,q7e=new xt;function Gu(e,t,n,i,o,r){this.primitives=e,this.classificationType=t,this.appearanceType=n,this.materialProperty=i,this.updaters=new gt,this.createPrimitive=!0,this.primitive=void 0,this.oldPrimitive=void 0,this.geometry=new gt,this.material=void 0,this.updatersWithAttributes=new gt,this.attributes=new gt,this.invalidated=!1,this.removeMaterialSubscription=i.definitionChanged.addEventListener(Gu.prototype.onMaterialChanged,this),this.subscriptions=new gt,this.showsUpdated=new gt,this.usingSphericalTextureCoordinates=o,this.zIndex=r,this.rectangleCollisionCheck=new MT}Gu.prototype.onMaterialChanged=function(){this.invalidated=!0};Gu.prototype.overlapping=function(e){return this.rectangleCollisionCheck.collides(e)};Gu.prototype.isMaterial=function(e){let t=this.materialProperty,n=e.fillMaterialProperty;return n===t||n instanceof Pt&&t instanceof Pt?!0:l(t)&&t.equals(n)};Gu.prototype.add=function(e,t,n){let i=t.id;if(this.updaters.set(i,t),this.geometry.set(i,n),this.rectangleCollisionCheck.insert(i,n.geometry.rectangle),!t.hasConstantFill||!t.fillMaterialProperty.isConstant||!j.isConstant(t.distanceDisplayConditionProperty))this.updatersWithAttributes.set(i,t);else{let o=this;this.subscriptions.set(i,t.entity.definitionChanged.addEventListener(function(r,s,a,c){s==="isShowing"&&o.showsUpdated.set(t.id,t)}))}this.createPrimitive=!0};Gu.prototype.remove=function(e){let t=e.id,n=this.geometry.get(t);if(this.createPrimitive=this.geometry.remove(t)||this.createPrimitive,this.updaters.remove(t)){this.rectangleCollisionCheck.remove(t,n.geometry.rectangle),this.updatersWithAttributes.remove(t);let i=this.subscriptions.get(t);return l(i)&&(i(),this.subscriptions.remove(t)),!0}return!1};Gu.prototype.update=function(e){let t=!0,n=this.primitive,i=this.primitives,o=this.geometry.values,r;if(this.createPrimitive){if(o.length>0)l(n)&&(l(this.oldPrimitive)?i.remove(n):this.oldPrimitive=n),this.material=Xo.getValue(e,this.materialProperty,this.material),n=new Fc({show:!1,asynchronous:!0,geometryInstances:o.slice(),appearance:new this.appearanceType({material:this.material}),classificationType:this.classificationType}),i.add(n,this.zIndex),t=!1;else{l(n)&&(i.remove(n),n=void 0);let a=this.oldPrimitive;l(a)&&(i.remove(a),this.oldPrimitive=void 0)}this.attributes.removeAll(),this.primitive=n,this.createPrimitive=!1}else if(l(n)&&n.ready){n.show=!0,l(this.oldPrimitive)&&(i.remove(this.oldPrimitive),this.oldPrimitive=void 0),this.material=Xo.getValue(e,this.materialProperty,this.material),this.primitive.appearance.material=this.material;let s=this.updatersWithAttributes.values,a=s.length;for(r=0;r<a;r++){let c=s[r],u=c.entity,f=this.geometry.get(c.id),d=this.attributes.get(f.id.id);l(d)||(d=n.getGeometryInstanceAttributes(f.id),this.attributes.set(f.id.id,d));let p=u.isShowing&&(c.hasConstantFill||c.isFilled(e)),g=d.show[0]===1;p!==g&&(d.show=fn.toValue(p,d.show));let m=c.distanceDisplayConditionProperty;if(!j.isConstant(m)){let A=j.getValueOrDefault(m,e,q7e,j7e);xt.equals(A,d._lastDistanceDisplayCondition)||(d._lastDistanceDisplayCondition=xt.clone(A,d._lastDistanceDisplayCondition),d.distanceDisplayCondition=Ln.toValue(A,d.distanceDisplayCondition))}}this.updateShows(n)}else l(n)&&!n.ready&&(t=!1);return t};Gu.prototype.updateShows=function(e){let t=this.showsUpdated.values,n=t.length;for(let i=0;i<n;i++){let o=t[i],r=o.entity,s=this.geometry.get(o.id),a=this.attributes.get(s.id.id);l(a)||(a=e.getGeometryInstanceAttributes(s.id),this.attributes.set(s.id.id,a));let c=r.isShowing,u=a.show[0]===1;c!==u&&(a.show=fn.toValue(c,a.show),s.attributes.show.value[0]=a.show[0])}this.showsUpdated.removeAll()};Gu.prototype.contains=function(e){return this.updaters.contains(e.id)};Gu.prototype.getBoundingSphere=function(e,t){let n=this.primitive;if(!n.ready)return nt.PENDING;let i=n.getGeometryInstanceAttributes(e.entity);return!l(i)||!l(i.boundingSphere)||l(i.show)&&i.show[0]===0?nt.FAILED:(i.boundingSphere.clone(t),nt.DONE)};Gu.prototype.destroy=function(){let e=this.primitive,t=this.primitives;l(e)&&t.remove(e);let n=this.oldPrimitive;l(n)&&t.remove(n),this.removeMaterialSubscription()};function FT(e,t,n){this._items=[],this._primitives=e,this._classificationType=t,this._appearanceType=n}FT.prototype.add=function(e,t){let n=this._items,i=n.length,o=t.createFillGeometryInstance(e),r=lu.shouldUseSphericalCoordinates(o.geometry.rectangle),s=j.getValueOrDefault(t.zIndex,0);for(let c=0;c<i;++c){let u=n[c];if(u.isMaterial(t)&&u.usingSphericalTextureCoordinates===r&&u.zIndex===s&&!u.overlapping(o.geometry.rectangle)){u.add(e,t,o);return}}let a=new Gu(this._primitives,this._classificationType,this._appearanceType,t.fillMaterialProperty,r,s);a.add(e,t,o),n.push(a)};FT.prototype.remove=function(e){let t=this._items,n=t.length;for(let i=n-1;i>=0;i--){let o=t[i];if(o.remove(e)){o.updaters.length===0&&(t.splice(i,1),o.destroy());break}}};FT.prototype.update=function(e){let t,n=this._items,i=n.length;for(t=i-1;t>=0;t--){let r=n[t];if(r.invalidated){n.splice(t,1);let s=r.updaters.values,a=s.length;for(let c=0;c<a;c++)this.add(e,s[c]);r.destroy()}}let o=!0;for(t=0;t<n.length;t++)o=n[t].update(e)&&o;return o};FT.prototype.getBoundingSphere=function(e,t){let n=this._items,i=n.length;for(let o=0;o<i;o++){let r=n[o];if(r.contains(e))return r.getBoundingSphere(e,t)}return nt.FAILED};FT.prototype.removeAllPrimitives=function(){let e=this._items,t=e.length;for(let n=0;n<t;n++)e[n].destroy();this._items.length=0};var UN=FT;var Y7e=new U,X7e=new xt,K7e=new xt,J7e=h.ZERO,Z7e=new h;function cp(e,t,n,i){this.translucent=t,this.width=n,this.shadows=i,this.primitives=e,this.createPrimitive=!1,this.waitingOnCreate=!1,this.primitive=void 0,this.oldPrimitive=void 0,this.geometry=new gt,this.updaters=new gt,this.updatersWithAttributes=new gt,this.attributes=new gt,this.itemsToRemove=[],this.subscriptions=new gt,this.showsUpdated=new gt}cp.prototype.add=function(e,t){let n=e.id;if(this.createPrimitive=!0,this.geometry.set(n,t),this.updaters.set(n,e),!e.hasConstantOutline||!e.outlineColorProperty.isConstant||!j.isConstant(e.distanceDisplayConditionProperty)||!j.isConstant(e.terrainOffsetProperty))this.updatersWithAttributes.set(n,e);else{let i=this;this.subscriptions.set(n,e.entity.definitionChanged.addEventListener(function(o,r,s,a){r==="isShowing"&&i.showsUpdated.set(e.id,e)}))}};cp.prototype.remove=function(e){let t=e.id;if(this.createPrimitive=this.geometry.remove(t)||this.createPrimitive,this.updaters.remove(t)){this.updatersWithAttributes.remove(t);let n=this.subscriptions.get(t);return l(n)&&(n(),this.subscriptions.remove(t),this.showsUpdated.remove(t)),!0}return!1};cp.prototype.update=function(e){let t=!0,n=0,i=this.primitive,o=this.primitives,r;if(this.createPrimitive){let s=this.geometry.values;if(s.length>0)l(i)&&(l(this.oldPrimitive)?o.remove(i):this.oldPrimitive=i),i=new Cn({show:!1,asynchronous:!0,geometryInstances:s.slice(),appearance:new Qt({flat:!0,translucent:this.translucent,renderState:{lineWidth:this.width}}),shadows:this.shadows}),o.add(i),t=!1;else{l(i)&&(o.remove(i),i=void 0);let c=this.oldPrimitive;l(c)&&(o.remove(c),this.oldPrimitive=void 0)}this.attributes.removeAll(),this.primitive=i,this.createPrimitive=!1,this.waitingOnCreate=!0}else if(l(i)&&i.ready){i.show=!0,l(this.oldPrimitive)&&(o.remove(this.oldPrimitive),this.oldPrimitive=void 0);let s=this.updatersWithAttributes.values,a=s.length,c=this.waitingOnCreate;for(r=0;r<a;r++){let u=s[r],f=this.geometry.get(u.id),d=this.attributes.get(f.id.id);if(l(d)||(d=i.getGeometryInstanceAttributes(f.id),this.attributes.set(f.id.id,d)),!u.outlineColorProperty.isConstant||c){let C=u.outlineColorProperty,x=j.getValueOrDefault(C,e,U.WHITE,Y7e);U.equals(d._lastColor,x)||(d._lastColor=U.clone(x,d._lastColor),d.color=Bt.toValue(x,d.color),(this.translucent&&d.color[3]===255||!this.translucent&&d.color[3]!==255)&&(this.itemsToRemove[n++]=u))}let p=u.entity.isShowing&&(u.hasConstantOutline||u.isOutlineVisible(e)),g=d.show[0]===1;p!==g&&(d.show=fn.toValue(p,d.show));let m=u.distanceDisplayConditionProperty;if(!j.isConstant(m)){let C=j.getValueOrDefault(m,e,K7e,X7e);xt.equals(C,d._lastDistanceDisplayCondition)||(d._lastDistanceDisplayCondition=xt.clone(C,d._lastDistanceDisplayCondition),d.distanceDisplayCondition=Ln.toValue(C,d.distanceDisplayCondition))}let A=u.terrainOffsetProperty;if(!j.isConstant(A)){let C=j.getValueOrDefault(A,e,J7e,Z7e);h.equals(C,d._lastOffset)||(d._lastOffset=h.clone(C,d._lastOffset),d.offset=ji.toValue(C,d.offset))}}this.updateShows(i),this.waitingOnCreate=!1}else l(i)&&!i.ready&&(t=!1);return this.itemsToRemove.length=n,t};cp.prototype.updateShows=function(e){let t=this.showsUpdated.values,n=t.length;for(let i=0;i<n;i++){let o=t[i],r=this.geometry.get(o.id),s=this.attributes.get(r.id.id);l(s)||(s=e.getGeometryInstanceAttributes(r.id),this.attributes.set(r.id.id,s));let a=o.entity.isShowing,c=s.show[0]===1;a!==c&&(s.show=fn.toValue(a,s.show),r.attributes.show.value[0]=s.show[0])}this.showsUpdated.removeAll()};cp.prototype.contains=function(e){return this.updaters.contains(e.id)};cp.prototype.getBoundingSphere=function(e,t){let n=this.primitive;if(!n.ready)return nt.PENDING;let i=n.getGeometryInstanceAttributes(e.entity);return!l(i)||!l(i.boundingSphere)||l(i.show)&&i.show[0]===0?nt.FAILED:(i.boundingSphere.clone(t),nt.DONE)};cp.prototype.removeAllPrimitives=function(){let e=this.primitives,t=this.primitive;l(t)&&(e.remove(t),this.primitive=void 0,this.geometry.removeAll(),this.updaters.removeAll());let n=this.oldPrimitive;l(n)&&(e.remove(n),this.oldPrimitive=void 0)};function NT(e,t,n){this._primitives=e,this._scene=t,this._shadows=n,this._solidBatches=new gt,this._translucentBatches=new gt}NT.prototype.add=function(e,t){let n=t.createOutlineGeometryInstance(e),i=this._scene.clampLineWidth(t.outlineWidth),o,r;n.attributes.color.value[3]===255?(o=this._solidBatches,r=o.get(i),l(r)||(r=new cp(this._primitives,!1,i,this._shadows),o.set(i,r)),r.add(t,n)):(o=this._translucentBatches,r=o.get(i),l(r)||(r=new cp(this._primitives,!0,i,this._shadows),o.set(i,r)),r.add(t,n))};NT.prototype.remove=function(e){let t,n=this._solidBatches.values,i=n.length;for(t=0;t<i;t++)if(n[t].remove(e))return;let o=this._translucentBatches.values,r=o.length;for(t=0;t<r;t++)if(o[t].remove(e))return};NT.prototype.update=function(e){let t,n,i,o,r=this._solidBatches.values,s=r.length,a=this._translucentBatches.values,c=a.length,u,f=!0,d=!1;do{for(d=!1,n=0;n<s;n++){o=r[n],f=o.update(e),u=o.itemsToRemove;let p=u.length;if(p>0)for(d=!0,t=0;t<p;t++)i=u[t],o.remove(i),this.add(e,i)}for(n=0;n<c;n++){o=a[n],f=o.update(e),u=o.itemsToRemove;let p=u.length;if(p>0)for(d=!0,t=0;t<p;t++)i=u[t],o.remove(i),this.add(e,i)}}while(d);return f};NT.prototype.getBoundingSphere=function(e,t){let n,i=this._solidBatches.values,o=i.length;for(n=0;n<o;n++){let a=i[n];if(a.contains(e))return a.getBoundingSphere(e,t)}let r=this._translucentBatches.values,s=r.length;for(n=0;n<s;n++){let a=r[n];if(a.contains(e))return a.getBoundingSphere(e,t)}return nt.FAILED};NT.prototype.removeAllPrimitives=function(){let e,t=this._solidBatches.values,n=t.length;for(e=0;e<n;e++)t[e].removeAllPrimitives();let i=this._translucentBatches.values,o=i.length;for(e=0;e<o;e++)i[e].removeAllPrimitives()};var oD=NT;var zae={};function Q7e(e,t){return I.equalsEpsilon(e.latitude,t.latitude,I.EPSILON10)&&I.equalsEpsilon(e.longitude,t.longitude,I.EPSILON10)}var $7e=new he,eje=new he;function tje(e,t,n,i){t=yo(t,h.equalsEpsilon);let o=t.length;if(o<2)return;let r=l(i),s=l(n),a=new Array(o),c=new Array(o),u=new Array(o),f=t[0];a[0]=f;let d=e.cartesianToCartographic(f,$7e);s&&(d.height=n[0]),c[0]=d.height,r?u[0]=i[0]:u[0]=0;let p=c[0],g=u[0],m=p===g,A=1;for(let C=1;C<o;++C){let x=t[C],b=e.cartesianToCartographic(x,eje);s&&(b.height=n[C]),m=m&&b.height===0,Q7e(d,b)?d.height<b.height&&(c[A-1]=b.height):(a[A]=x,c[A]=b.height,r?u[A]=i[C]:u[A]=0,m=m&&c[A]===u[A],he.clone(b,d),++A)}if(!(m||A<2))return a.length=A,c.length=A,u.length=A,{positions:a,topHeights:c,bottomHeights:u}}var nje=new Array(2),ije=new Array(2),oje={positions:void 0,height:void 0,granularity:void 0,ellipsoid:void 0};zae.computePositions=function(e,t,n,i,o,r){let s=tje(e,t,n,i);if(!l(s))return;t=s.positions,n=s.topHeights,i=s.bottomHeights;let a=t.length,c=a-2,u,f,d=I.chordLength(o,e.maximumRadius),p=oje;if(p.minDistance=d,p.ellipsoid=e,r){let g=0,m;for(m=0;m<a-1;m++)g+=bi.numberOfPoints(t[m],t[m+1],d)+1;u=new Float64Array(g*3),f=new Float64Array(g*3);let A=nje,C=ije;p.positions=A,p.height=C;let x=0;for(m=0;m<a-1;m++){A[0]=t[m],A[1]=t[m+1],C[0]=n[m],C[1]=n[m+1];let b=bi.generateArc(p);u.set(b,x),C[0]=i[m],C[1]=i[m+1],f.set(bi.generateArc(p),x),x+=b.length}}else p.positions=t,p.height=n,u=new Float64Array(bi.generateArc(p)),p.height=i,f=new Float64Array(bi.generateArc(p));return{bottomPositions:f,topPositions:u,numCorners:c}};var kT=zae;var v9=new h,zN=new h,rje=new h,Hae=new h,sje=new h,aje=new h,cje=new h;function Uy(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n=e.maximumHeights,i=e.minimumHeights,o=y(e.vertexFormat,we.DEFAULT),r=y(e.granularity,I.RADIANS_PER_DEGREE),s=y(e.ellipsoid,ie.WGS84);this._positions=t,this._minimumHeights=i,this._maximumHeights=n,this._vertexFormat=we.clone(o),this._granularity=r,this._ellipsoid=ie.clone(s),this._workerName="createWallGeometry";let a=1+t.length*h.packedLength+2;l(i)&&(a+=i.length),l(n)&&(a+=n.length),this.packedLength=a+ie.packedLength+we.packedLength+1}Uy.pack=function(e,t,n){n=y(n,0);let i,o=e._positions,r=o.length;for(t[n++]=r,i=0;i<r;++i,n+=h.packedLength)h.pack(o[i],t,n);let s=e._minimumHeights;if(r=l(s)?s.length:0,t[n++]=r,l(s))for(i=0;i<r;++i)t[n++]=s[i];let a=e._maximumHeights;if(r=l(a)?a.length:0,t[n++]=r,l(a))for(i=0;i<r;++i)t[n++]=a[i];return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n]=e._granularity,t};var Gae=ie.clone(ie.UNIT_SPHERE),Wae=new we,rD={positions:void 0,minimumHeights:void 0,maximumHeights:void 0,ellipsoid:Gae,vertexFormat:Wae,granularity:void 0};Uy.unpack=function(e,t,n){t=y(t,0);let i,o=e[t++],r=new Array(o);for(i=0;i<o;++i,t+=h.packedLength)r[i]=h.unpack(e,t);o=e[t++];let s;if(o>0)for(s=new Array(o),i=0;i<o;++i)s[i]=e[t++];o=e[t++];let a;if(o>0)for(a=new Array(o),i=0;i<o;++i)a[i]=e[t++];let c=ie.unpack(e,t,Gae);t+=ie.packedLength;let u=we.unpack(e,t,Wae);t+=we.packedLength;let f=e[t];return l(n)?(n._positions=r,n._minimumHeights=s,n._maximumHeights=a,n._ellipsoid=ie.clone(c,n._ellipsoid),n._vertexFormat=we.clone(u,n._vertexFormat),n._granularity=f,n):(rD.positions=r,rD.minimumHeights=s,rD.maximumHeights=a,rD.granularity=f,new Uy(rD))};Uy.fromConstantHeights=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n,i,o=e.minimumHeight,r=e.maximumHeight,s=l(o),a=l(r);if(s||a){let u=t.length;n=s?new Array(u):void 0,i=a?new Array(u):void 0;for(let f=0;f<u;++f)s&&(n[f]=o),a&&(i[f]=r)}let c={positions:t,maximumHeights:i,minimumHeights:n,ellipsoid:e.ellipsoid,vertexFormat:e.vertexFormat};return new Uy(c)};Uy.createGeometry=function(e){let t=e._positions,n=e._minimumHeights,i=e._maximumHeights,o=e._vertexFormat,r=e._granularity,s=e._ellipsoid,a=kT.computePositions(s,t,i,n,r,!0);if(!l(a))return;let c=a.bottomPositions,u=a.topPositions,f=a.numCorners,d=u.length,p=d*2,g=o.position?new Float64Array(p):void 0,m=o.normal?new Float32Array(p):void 0,A=o.tangent?new Float32Array(p):void 0,C=o.bitangent?new Float32Array(p):void 0,x=o.st?new Float32Array(p/3*2):void 0,b=0,E=0,S=0,D=0,v=0,O=cje,R=aje,M=sje,L=!0;d/=3;let _,T=0,w=1/(d-f-1);for(_=0;_<d;++_){let V=_*3,G=h.fromArray(u,V,v9),k=h.fromArray(c,V,zN);if(o.position&&(g[b++]=k.x,g[b++]=k.y,g[b++]=k.z,g[b++]=G.x,g[b++]=G.y,g[b++]=G.z),o.st&&(x[v++]=T,x[v++]=0,x[v++]=T,x[v++]=1),o.normal||o.tangent||o.bitangent){let X=h.clone(h.ZERO,Hae),q=h.subtract(G,s.geodeticSurfaceNormal(G,zN),zN);if(_+1<d&&(X=h.fromArray(u,V+3,Hae)),L){let Y=h.subtract(X,G,rje),W=h.subtract(q,G,v9);O=h.normalize(h.cross(W,Y,O),O),L=!1}h.equalsEpsilon(G,X,I.EPSILON10)?L=!0:(T+=w,o.tangent&&(R=h.normalize(h.subtract(X,G,R),R)),o.bitangent&&(M=h.normalize(h.cross(O,R,M),M))),o.normal&&(m[E++]=O.x,m[E++]=O.y,m[E++]=O.z,m[E++]=O.x,m[E++]=O.y,m[E++]=O.z),o.tangent&&(A[D++]=R.x,A[D++]=R.y,A[D++]=R.z,A[D++]=R.x,A[D++]=R.y,A[D++]=R.z),o.bitangent&&(C[S++]=M.x,C[S++]=M.y,C[S++]=M.z,C[S++]=M.x,C[S++]=M.y,C[S++]=M.z)}}let P=new sn;o.position&&(P.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:g})),o.normal&&(P.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:m})),o.tangent&&(P.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:A})),o.bitangent&&(P.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:C})),o.st&&(P.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:x}));let B=p/3;p-=6*(f+1);let N=Fe.createTypedArray(B,p),z=0;for(_=0;_<B-2;_+=2){let V=_,G=_+2,k=h.fromArray(g,V*3,v9),X=h.fromArray(g,G*3,zN);if(h.equalsEpsilon(k,X,I.EPSILON10))continue;let q=_+1,Y=_+3;N[z++]=q,N[z++]=V,N[z++]=Y,N[z++]=Y,N[z++]=V,N[z++]=G}return new it({attributes:P,indices:N,primitiveType:Oe.TRIANGLES,boundingSphere:new re.fromVertices(g)})};var HN=Uy;var jae=new h,qae=new h;function zy(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n=e.maximumHeights,i=e.minimumHeights,o=y(e.granularity,I.RADIANS_PER_DEGREE),r=y(e.ellipsoid,ie.WGS84);this._positions=t,this._minimumHeights=i,this._maximumHeights=n,this._granularity=o,this._ellipsoid=ie.clone(r),this._workerName="createWallOutlineGeometry";let s=1+t.length*h.packedLength+2;l(i)&&(s+=i.length),l(n)&&(s+=n.length),this.packedLength=s+ie.packedLength+1}zy.pack=function(e,t,n){n=y(n,0);let i,o=e._positions,r=o.length;for(t[n++]=r,i=0;i<r;++i,n+=h.packedLength)h.pack(o[i],t,n);let s=e._minimumHeights;if(r=l(s)?s.length:0,t[n++]=r,l(s))for(i=0;i<r;++i)t[n++]=s[i];let a=e._maximumHeights;if(r=l(a)?a.length:0,t[n++]=r,l(a))for(i=0;i<r;++i)t[n++]=a[i];return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,t[n]=e._granularity,t};var Yae=ie.clone(ie.UNIT_SPHERE),sD={positions:void 0,minimumHeights:void 0,maximumHeights:void 0,ellipsoid:Yae,granularity:void 0};zy.unpack=function(e,t,n){t=y(t,0);let i,o=e[t++],r=new Array(o);for(i=0;i<o;++i,t+=h.packedLength)r[i]=h.unpack(e,t);o=e[t++];let s;if(o>0)for(s=new Array(o),i=0;i<o;++i)s[i]=e[t++];o=e[t++];let a;if(o>0)for(a=new Array(o),i=0;i<o;++i)a[i]=e[t++];let c=ie.unpack(e,t,Yae);t+=ie.packedLength;let u=e[t];return l(n)?(n._positions=r,n._minimumHeights=s,n._maximumHeights=a,n._ellipsoid=ie.clone(c,n._ellipsoid),n._granularity=u,n):(sD.positions=r,sD.minimumHeights=s,sD.maximumHeights=a,sD.granularity=u,new zy(sD))};zy.fromConstantHeights=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n,i,o=e.minimumHeight,r=e.maximumHeight,s=l(o),a=l(r);if(s||a){let u=t.length;n=s?new Array(u):void 0,i=a?new Array(u):void 0;for(let f=0;f<u;++f)s&&(n[f]=o),a&&(i[f]=r)}let c={positions:t,maximumHeights:i,minimumHeights:n,ellipsoid:e.ellipsoid};return new zy(c)};zy.createGeometry=function(e){let t=e._positions,n=e._minimumHeights,i=e._maximumHeights,o=e._granularity,r=e._ellipsoid,s=kT.computePositions(r,t,i,n,o,!1);if(!l(s))return;let a=s.bottomPositions,c=s.topPositions,u=c.length,f=u*2,d=new Float64Array(f),p=0;u/=3;let g;for(g=0;g<u;++g){let b=g*3,E=h.fromArray(c,b,jae),S=h.fromArray(a,b,qae);d[p++]=S.x,d[p++]=S.y,d[p++]=S.z,d[p++]=E.x,d[p++]=E.y,d[p++]=E.z}let m=new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:d})}),A=f/3;f=2*A-4+A;let C=Fe.createTypedArray(A,f),x=0;for(g=0;g<A-2;g+=2){let b=g,E=g+2,S=h.fromArray(d,b*3,jae),D=h.fromArray(d,E*3,qae);if(h.equalsEpsilon(S,D,I.EPSILON10))continue;let v=g+1,O=g+3;C[x++]=v,C[x++]=b,C[x++]=v,C[x++]=O,C[x++]=b,C[x++]=E}return C[x++]=A-2,C[x++]=A-1,new it({attributes:m,indices:C,primitiveType:Oe.LINES,boundingSphere:new re.fromVertices(d)})};var GN=zy;var Xae=new U;function lje(e){this.id=e,this.vertexFormat=void 0,this.positions=void 0,this.minimumHeights=void 0,this.maximumHeights=void 0,this.granularity=void 0}function ed(e,t){$n.call(this,{entity:e,scene:t,geometryOptions:new lje(e),geometryPropertyName:"wall",observedPropertyNames:["availability","wall"]}),this._onEntityPropertyChanged(e,"wall",e.wall,void 0)}l(Object.create)&&(ed.prototype=Object.create($n.prototype),ed.prototype.constructor=ed);ed.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i,o,r=new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._fillProperty.getValue(e)),s=this._distanceDisplayConditionProperty.getValue(e),a=Ln.fromDistanceDisplayCondition(s);if(this._materialProperty instanceof Pt){let c;l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(c=this._materialProperty.color.getValue(e,Xae)),l(c)||(c=U.WHITE),o=Bt.fromColor(c),i={show:r,distanceDisplayCondition:a,color:o}}else i={show:r,distanceDisplayCondition:a};return new _t({id:t,geometry:new HN(this._options),attributes:i})};ed.prototype.createOutlineGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=j.getValueOrDefault(this._outlineColorProperty,e,U.BLACK,Xae),o=this._distanceDisplayConditionProperty.getValue(e);return new _t({id:t,geometry:new GN(this._options),attributes:{show:new fn(n&&t.isShowing&&this._showProperty.getValue(e)&&this._showOutlineProperty.getValue(e)),color:Bt.fromColor(i),distanceDisplayCondition:Ln.fromDistanceDisplayCondition(o)}})};ed.prototype._isHidden=function(e,t){return!l(t.positions)||$n.prototype._isHidden.call(this,e,t)};ed.prototype._getIsClosed=function(e){return!1};ed.prototype._isDynamic=function(e,t){return!t.positions.isConstant||!j.isConstant(t.minimumHeights)||!j.isConstant(t.maximumHeights)||!j.isConstant(t.outlineWidth)||!j.isConstant(t.granularity)};ed.prototype._setStaticOptions=function(e,t){let n=t.minimumHeights,i=t.maximumHeights,o=t.granularity,r=this._materialProperty instanceof Pt,s=this._options;s.vertexFormat=r?Qt.VERTEX_FORMAT:ro.MaterialSupport.TEXTURED.vertexFormat,s.positions=t.positions.getValue(ke.MINIMUM_VALUE,s.positions),s.minimumHeights=l(n)?n.getValue(ke.MINIMUM_VALUE,s.minimumHeights):void 0,s.maximumHeights=l(i)?i.getValue(ke.MINIMUM_VALUE,s.maximumHeights):void 0,s.granularity=l(o)?o.getValue(ke.MINIMUM_VALUE):void 0};ed.DynamicGeometryUpdater=VT;function VT(e,t,n){Qn.call(this,e,t,n)}l(Object.create)&&(VT.prototype=Object.create(Qn.prototype),VT.prototype.constructor=VT);VT.prototype._isHidden=function(e,t,n){return!l(this._options.positions)||Qn.prototype._isHidden.call(this,e,t,n)};VT.prototype._setOptions=function(e,t,n){let i=this._options;i.positions=j.getValueOrUndefined(t.positions,n,i.positions),i.minimumHeights=j.getValueOrUndefined(t.minimumHeights,n,i.minimumHeights),i.maximumHeights=j.getValueOrUndefined(t.maximumHeights,n,i.maximumHeights),i.granularity=j.getValueOrUndefined(t.granularity,n)};var WN=ed;var uje=[],Kae=[OB,$F,jF,xN,TN,vN,RN,FN,NN,WN];function aD(e,t){this.entity=e,this.scene=t;let n=new Array(Kae.length),i=new _e;function o(s){i.raiseEvent(s)}let r=new vr;for(let s=0;s<n.length;s++){let a=new Kae[s](e,t);r.add(a.geometryChanged,o),n[s]=a}this.updaters=n,this.geometryChanged=i,this.eventHelper=r,this._removeEntitySubscription=e.definitionChanged.addEventListener(aD.prototype._onEntityPropertyChanged,this)}aD.prototype._onEntityPropertyChanged=function(e,t,n,i){let o=this.updaters;for(let r=0;r<o.length;r++)o[r]._onEntityPropertyChanged(e,t,n,i)};aD.prototype.forEach=function(e){let t=this.updaters;for(let n=0;n<t.length;n++)e(t[n])};aD.prototype.destroy=function(){this.eventHelper.removeAll();let e=this.updaters;for(let t=0;t<e.length;t++)e[t].destroy();this._removeEntitySubscription(),le(this)};function Wu(e,t,n,i){n=y(n,e.primitives),i=y(i,e.groundPrimitives),this._scene=e,this._primitives=n,this._groundPrimitives=i,this._entityCollection=void 0,this._addedObjects=new gt,this._removedObjects=new gt,this._changedObjects=new gt;let o=hn.NUMBER_OF_SHADOW_MODES;this._outlineBatches=new Array(o*2),this._closedColorBatches=new Array(o*2),this._closedMaterialBatches=new Array(o*2),this._openColorBatches=new Array(o*2),this._openMaterialBatches=new Array(o*2);let r=Ko.supportsMaterialsforEntitiesOnTerrain(e);this._supportsMaterialsforEntitiesOnTerrain=r;let s;for(s=0;s<o;++s)this._outlineBatches[s]=new oD(n,e,s,!1),this._outlineBatches[o+s]=new oD(n,e,s,!0),this._closedColorBatches[s]=new Zf(n,Qt,void 0,!0,s,!0),this._closedColorBatches[o+s]=new Zf(n,Qt,void 0,!0,s,!1),this._closedMaterialBatches[s]=new $f(n,ro,void 0,!0,s,!0),this._closedMaterialBatches[o+s]=new $f(n,ro,void 0,!0,s,!1),this._openColorBatches[s]=new Zf(n,Qt,void 0,!1,s,!0),this._openColorBatches[o+s]=new Zf(n,Qt,void 0,!1,s,!1),this._openMaterialBatches[s]=new $f(n,ro,void 0,!1,s,!0),this._openMaterialBatches[o+s]=new $f(n,ro,void 0,!1,s,!1);let a=Fn.NUMBER_OF_CLASSIFICATION_TYPES,c=new Array(a),u=[];if(r)for(s=0;s<a;++s)u.push(new UN(i,s,ro)),c[s]=new iD(i,s);else for(s=0;s<a;++s)c[s]=new iD(i,s);this._groundColorBatches=c,this._groundMaterialBatches=u,this._dynamicBatch=new pT(n,i),this._batches=this._outlineBatches.concat(this._closedColorBatches,this._closedMaterialBatches,this._openColorBatches,this._openMaterialBatches,this._groundColorBatches,this._groundMaterialBatches,this._dynamicBatch),this._subscriptions=new gt,this._updaterSets=new gt,this._entityCollection=t,t.collectionChanged.addEventListener(Wu.prototype._onCollectionChanged,this),this._onCollectionChanged(t,t.values,uje)}Wu.prototype.update=function(e){let t=this._addedObjects,n=t.values,i=this._removedObjects,o=i.values,r=this._changedObjects,s=r.values,a,c,u,f,d=this;for(a=s.length-1;a>-1;a--)c=s[a],u=c.id,f=this._updaterSets.get(u),f.entity===c?f.forEach(function(A){d._removeUpdater(A),d._insertUpdaterIntoBatch(e,A)}):(o.push(c),n.push(c));for(a=o.length-1;a>-1;a--)c=o[a],u=c.id,f=this._updaterSets.get(u),f.forEach(this._removeUpdater.bind(this)),f.destroy(),this._updaterSets.remove(u),this._subscriptions.get(u)(),this._subscriptions.remove(u);for(a=n.length-1;a>-1;a--)c=n[a],u=c.id,f=new aD(c,this._scene),this._updaterSets.set(u,f),f.forEach(function(A){d._insertUpdaterIntoBatch(e,A)}),this._subscriptions.set(u,f.geometryChanged.addEventListener(Wu._onGeometryChanged,this));t.removeAll(),i.removeAll(),r.removeAll();let p=!0,g=this._batches,m=g.length;for(a=0;a<m;a++)p=g[a].update(e)&&p;return p};var fje=[],dje=new re;Wu.prototype.getBoundingSphere=function(e,t){let n=fje,i=dje,o=0,r=nt.DONE,s=this._batches,a=s.length,c=e.id,u=this._updaterSets.get(c).updaters;for(let f=0;f<u.length;f++){let d=u[f];for(let p=0;p<a;p++){if(r=s[p].getBoundingSphere(d,i),r===nt.PENDING)return nt.PENDING;r===nt.DONE&&(n[o]=re.clone(i,n[o]),o++)}}return o===0?nt.FAILED:(n.length=o,re.fromBoundingSpheres(n,t),nt.DONE)};Wu.prototype.isDestroyed=function(){return!1};Wu.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(Wu.prototype._onCollectionChanged,this),this._addedObjects.removeAll(),this._removedObjects.removeAll();let e,t=this._batches,n=t.length;for(e=0;e<n;e++)t[e].removeAllPrimitives();let i=this._subscriptions.values;for(n=i.length,e=0;e<n;e++)i[e]();this._subscriptions.removeAll();let o=this._updaterSets.values;for(n=o.length,e=0;e<n;e++)o[e].destroy();return this._updaterSets.removeAll(),le(this)};Wu.prototype._removeUpdater=function(e){let t=this._batches,n=t.length;for(let i=0;i<n;i++)t[i].remove(e)};Wu.prototype._insertUpdaterIntoBatch=function(e,t){if(t.isDynamic){this._dynamicBatch.add(e,t);return}let n;(t.outlineEnabled||t.fillEnabled)&&(n=t.shadowsProperty.getValue(e));let i=hn.NUMBER_OF_SHADOW_MODES;if(t.outlineEnabled&&(l(t.terrainOffsetProperty)?this._outlineBatches[i+n].add(e,t):this._outlineBatches[n].add(e,t)),t.fillEnabled)if(t.onTerrain){let o=t.classificationTypeProperty.getValue(e);t.fillMaterialProperty instanceof Pt?this._groundColorBatches[o].add(e,t):this._groundMaterialBatches[o].add(e,t)}else t.isClosed?t.fillMaterialProperty instanceof Pt?l(t.terrainOffsetProperty)?this._closedColorBatches[i+n].add(e,t):this._closedColorBatches[n].add(e,t):l(t.terrainOffsetProperty)?this._closedMaterialBatches[i+n].add(e,t):this._closedMaterialBatches[n].add(e,t):t.fillMaterialProperty instanceof Pt?l(t.terrainOffsetProperty)?this._openColorBatches[i+n].add(e,t):this._openColorBatches[n].add(e,t):l(t.terrainOffsetProperty)?this._openMaterialBatches[i+n].add(e,t):this._openMaterialBatches[n].add(e,t)};Wu._onGeometryChanged=function(e){let t=this._removedObjects,n=this._changedObjects,i=e.entity,o=i.id;!l(t.get(o))&&!l(n.get(o))&&n.set(o,i)};Wu.prototype._onCollectionChanged=function(e,t,n){let i=this._addedObjects,o=this._removedObjects,r=this._changedObjects,s,a,c;for(s=n.length-1;s>-1;s--)c=n[s],a=c.id,i.remove(a)||(o.set(a,c),r.remove(a));for(s=t.length-1;s>-1;s--)c=t[s],a=c.id,o.remove(a)?r.set(a,c):i.set(a,c)};var jN=Wu;var hje=1,mje="30px sans-serif",pje=Mo.FILL,_je=U.WHITE,gje=U.BLACK,yje=1,Aje=!1,Cje=new U(.165,.165,.165,.8),xje=new H(7,5),Tje=H.ZERO,Eje=h.ZERO,bje=Ue.NONE,Sje=li.CENTER,wje=Sn.CENTER,Dje=new h,vje=new U,Pje=new U,Ije=new U,Oje=new H,Bje=new h,Rje=new H,Mje=new Et,Lje=new Et,Fje=new Et,Nje=new xt;function Jae(e){this.entity=e,this.label=void 0,this.index=void 0}function ug(e,t){t.collectionChanged.addEventListener(ug.prototype._onCollectionChanged,this),this._cluster=e,this._entityCollection=t,this._items=new gt,this._onCollectionChanged(t,t.values,[],[])}ug.prototype.update=function(e){let t=this._items.values,n=this._cluster;for(let i=0,o=t.length;i<o;i++){let r=t[i],s=r.entity,a=s._label,c,u=r.label,f=s.isShowing&&s.isAvailable(e)&&j.getValueOrDefault(a._show,e,!0),d;if(f&&(d=j.getValueOrUndefined(s._position,e,Dje),c=j.getValueOrUndefined(a._text,e),f=l(d)&&l(c)),!f){P9(r,s,n);continue}j.isConstant(s._position)||(n._clusterDirty=!0);let p=!1,g=j.getValueOrDefault(a._heightReference,e,bje);l(u)||(u=n.getLabel(s),u.id=s,r.label=u,p=h.equals(u.position,d)&&u.heightReference===g),u.show=!0,u.position=d,u.text=c,u.scale=j.getValueOrDefault(a._scale,e,hje),u.font=j.getValueOrDefault(a._font,e,mje),u.style=j.getValueOrDefault(a._style,e,pje),u.fillColor=j.getValueOrDefault(a._fillColor,e,_je,vje),u.outlineColor=j.getValueOrDefault(a._outlineColor,e,gje,Pje),u.outlineWidth=j.getValueOrDefault(a._outlineWidth,e,yje),u.showBackground=j.getValueOrDefault(a._showBackground,e,Aje),u.backgroundColor=j.getValueOrDefault(a._backgroundColor,e,Cje,Ije),u.backgroundPadding=j.getValueOrDefault(a._backgroundPadding,e,xje,Oje),u.pixelOffset=j.getValueOrDefault(a._pixelOffset,e,Tje,Rje),u.eyeOffset=j.getValueOrDefault(a._eyeOffset,e,Eje,Bje),u.heightReference=g,u.horizontalOrigin=j.getValueOrDefault(a._horizontalOrigin,e,Sje),u.verticalOrigin=j.getValueOrDefault(a._verticalOrigin,e,wje),u.translucencyByDistance=j.getValueOrUndefined(a._translucencyByDistance,e,Mje),u.pixelOffsetScaleByDistance=j.getValueOrUndefined(a._pixelOffsetScaleByDistance,e,Lje),u.scaleByDistance=j.getValueOrUndefined(a._scaleByDistance,e,Fje),u.distanceDisplayCondition=j.getValueOrUndefined(a._distanceDisplayCondition,e,Nje),u.disableDepthTestDistance=j.getValueOrUndefined(a._disableDepthTestDistance,e),p&&u._updateClamping()}return!0};ug.prototype.getBoundingSphere=function(e,t){let n=this._items.get(e.id);if(!l(n)||!l(n.label))return nt.FAILED;let i=n.label;return t.center=h.clone(y(i._clampedPosition,i.position),t.center),t.radius=0,nt.DONE};ug.prototype.isDestroyed=function(){return!1};ug.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(ug.prototype._onCollectionChanged,this);let e=this._entityCollection.values;for(let t=0;t<e.length;t++)this._cluster.removeLabel(e[t]);return le(this)};ug.prototype._onCollectionChanged=function(e,t,n,i){let o,r,s=this._items,a=this._cluster;for(o=t.length-1;o>-1;o--)r=t[o],l(r._label)&&l(r._position)&&s.set(r.id,new Jae(r));for(o=i.length-1;o>-1;o--)r=i[o],l(r._label)&&l(r._position)?s.contains(r.id)||s.set(r.id,new Jae(r)):(P9(s.get(r.id),r,a),s.remove(r.id));for(o=n.length-1;o>-1;o--)r=n[o],P9(s.get(r.id),r,a),s.remove(r.id)};function P9(e,t,n){l(e)&&(e.label=void 0,n.removeLabel(t))}var qN=ug;function kje(e,t,n){return e.readyPromise.then(function(){return zje(e,t,n)})}function Vje(e,t){let n=e[0],i=n.terrainProvider.requestTileGeometry(n.x,n.y,n.level);if(!i)return!1;let o=i.then(Hje(n)).catch(Gje(n));return e.shift(),t.push(o),!0}function Uje(e){return new Promise(function(t){setTimeout(t,e)})}function I9(e,t){return e.length?Vje(e,t)?I9(e,t):Uje(100).then(()=>I9(e,t)):Promise.resolve()}function zje(e,t,n){let i=e.tilingScheme,o,r=[],s={};for(o=0;o<n.length;++o){let c=i.positionToTileXY(n[o],t),u=c.toString();if(!s.hasOwnProperty(u)){let f={x:c.x,y:c.y,level:t,tilingScheme:i,terrainProvider:e,positions:[]};s[u]=f,r.push(f)}s[u].positions.push(n[o])}let a=[];return I9(r,a).then(function(){return Promise.all(a).then(function(){return n})})}function Zae(e,t,n){let i=t.interpolateHeight(n,e.longitude,e.latitude);return i===void 0?!1:(e.height=i,!0)}function Hje(e){let t=e.positions,n=e.tilingScheme.tileXYToRectangle(e.x,e.y,e.level);return function(i){let o=!1;for(let r=0;r<t.length;++r){let s=t[r];if(!Zae(s,i,n)){o=!0;break}}return o?i.createMesh({tilingScheme:e.tilingScheme,x:e.x,y:e.y,level:e.level,throttle:!1}).then(function(){for(let r=0;r<t.length;++r){let s=t[r];Zae(s,i,n)}}):Promise.resolve()}}function Gje(e){let t=e.positions;return function(){for(let n=0;n<t.length;++n){let i=t[n];i.height=void 0}}}var YN=kje;var O9=new H;function Qae(e,t){return e.readyPromise.then(function(){let n=[],i=[],o=e.availability,r=[];for(let s=0;s<t.length;++s){let a=t[s],c=o.computeMaximumLevelAtPosition(a);if(i[s]=c,c===0){e.tilingScheme.positionToTileXY(a,1,O9);let f=e.loadTileDataAvailability(O9.x,O9.y,1);l(f)&&r.push(f)}let u=n[c];l(u)||(n[c]=u=[]),u.push(a)}return Promise.all(r).then(function(){return Promise.all(n.map(function(s,a){if(l(s))return YN(e,a,s)}))}).then(function(){let s=[];for(let a=0;a<t.length;++a){let c=t[a];o.computeMaximumLevelAtPosition(c)!==i[a]&&s.push(c)}if(s.length>0)return Qae(e,s)}).then(function(){return t})})}var fg=Qae;var Wje=1,jje=0,qje=!0,Yje=!0,Xje=hn.ENABLED,Kje=Ue.NONE,Jje=U.RED,Zje=0,Qje=U.WHITE,$je=rc.HIGHLIGHT,eqe=.5,tqe=new H(1,1),nqe=new F,iqe=new F,$ae=new U;function Eh(e,t){t.collectionChanged.addEventListener(Eh.prototype._onCollectionChanged,this),this._scene=e,this._primitives=e.primitives,this._entityCollection=t,this._modelHash={},this._entitiesToVisualize=new gt,this._onCollectionChanged(t,t.values,[],[])}Eh.prototype.update=function(e){let t=this._entitiesToVisualize.values,n=this._modelHash,i=this._primitives;for(let o=0,r=t.length;o<r;o++){let s=t[o],a=s._model,c,u=n[s.id],f=s.isShowing&&s.isAvailable(e)&&j.getValueOrDefault(a._show,e,!0),d;if(f&&(d=s.computeModelMatrix(e,nqe),c=Pe.createIfNeeded(j.getValueOrUndefined(a._uri,e)),f=l(d)&&l(c)),!f){l(u)&&(u.modelPrimitive.show=!1);continue}let p=l(u)?u.modelPrimitive:void 0;if((!l(p)||c.url!==u.url)&&(l(p)&&(i.removeAndDestroy(p),delete n[s.id]),p=oh.fromGltf({url:c,incrementallyLoadTextures:j.getValueOrDefault(a._incrementallyLoadTextures,e,qje),scene:this._scene}),p.id=s,i.add(p),u={modelPrimitive:p,url:c.url,animationsRunning:!1,nodeTransformationsScratch:{},articulationsScratch:{},loadFail:!1,awaitingSampleTerrain:!1,clampedBoundingSphere:void 0,sampleTerrainFailed:!1},n[s.id]=u,rqe(p,s,n)),p.show=!0,p.scale=j.getValueOrDefault(a._scale,e,Wje),p.minimumPixelSize=j.getValueOrDefault(a._minimumPixelSize,e,jje),p.maximumScale=j.getValueOrUndefined(a._maximumScale,e),p.modelMatrix=F.clone(d,p.modelMatrix),p.shadows=j.getValueOrDefault(a._shadows,e,Xje),p.heightReference=j.getValueOrDefault(a._heightReference,e,Kje),p.distanceDisplayCondition=j.getValueOrUndefined(a._distanceDisplayCondition,e),p.silhouetteColor=j.getValueOrDefault(a._silhouetteColor,e,Jje,$ae),p.silhouetteSize=j.getValueOrDefault(a._silhouetteSize,e,Zje),p.color=j.getValueOrDefault(a._color,e,Qje,$ae),p.colorBlendMode=j.getValueOrDefault(a._colorBlendMode,e,$je),p.colorBlendAmount=j.getValueOrDefault(a._colorBlendAmount,e,eqe),p.clippingPlanes=j.getValueOrUndefined(a._clippingPlanes,e),p.clampAnimations=j.getValueOrDefault(a._clampAnimations,e,Yje),p.imageBasedLighting.imageBasedLightingFactor=j.getValueOrDefault(a._imageBasedLightingFactor,e,tqe),p.lightColor=j.getValueOrUndefined(a._lightColor,e),p.customShader=j.getValueOrUndefined(a._customShader,e),p.ready){let g=j.getValueOrDefault(a._runAnimations,e,!0);u.animationsRunning!==g&&(g?p.activeAnimations.addAll({loop:oc.REPEAT}):p.activeAnimations.removeAll(),u.animationsRunning=g);let m=j.getValueOrUndefined(a._nodeTransformations,e,u.nodeTransformationsScratch);if(l(m)){let x=Object.keys(m);for(let b=0,E=x.length;b<E;++b){let S=x[b],D=m[S];if(!l(D))continue;let v=p.getNode(S);if(!l(v))continue;let O=F.fromTranslationRotationScale(D,iqe);v.matrix=F.multiply(v.originalMatrix,O,O)}}let A=!1,C=j.getValueOrUndefined(a._articulations,e,u.articulationsScratch);if(l(C)){let x=Object.keys(C);for(let b=0,E=x.length;b<E;++b){let S=x[b],D=C[S];!l(D)||(A=!0,p.setArticulationStage(S,D))}}A&&p.applyArticulations()}}return!0};Eh.prototype.isDestroyed=function(){return!1};Eh.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(Eh.prototype._onCollectionChanged,this);let e=this._entitiesToVisualize.values,t=this._modelHash,n=this._primitives;for(let i=e.length-1;i>-1;i--)B9(this,e[i],t,n);return le(this)};Eh._sampleTerrainMostDetailed=fg;var UT=new h,ece=new he;Eh.prototype.getBoundingSphere=function(e,t){let n=this._modelHash[e.id];if(!l(n)||n.loadFail)return nt.FAILED;let i=n.modelPrimitive;if(!l(i)||!i.show)return nt.FAILED;if(!i.ready)return nt.PENDING;let r=this._scene.globe,s=r.ellipsoid,a=r.terrainProvider;if(i.heightReference!==Ue.NONE){if(!a.ready)return nt.PENDING;let u=i.modelMatrix;UT.x=u[12],UT.y=u[13],UT.z=u[14];let f=s.cartesianToCartographic(UT);if(!l(a.availability)){i.heightReference===Ue.CLAMP_TO_GROUND&&(f.height=0);let g=s.cartographicToCartesian(f);return re.clone(i.boundingSphere,t),t.center=g,nt.DONE}let d=this._modelHash[e.id].clampedBoundingSphere;return this._modelHash[e.id].sampleTerrainFailed?(this._modelHash[e.id].sampleTerrainFailed=!1,nt.FAILED):l(d)?(re.clone(d,t),this._modelHash[e.id].clampedBoundingSphere=void 0,nt.DONE):(d=new re,this._modelHash[e.id].awaitingSampleTerrain||(he.clone(f,ece),this._modelHash[e.id].awaitingSampleTerrain=!0,Eh._sampleTerrainMostDetailed(a,[ece]).then(m=>{this._modelHash[e.id].awaitingSampleTerrain=!1;let A=m[0];i.heightReference===Ue.RELATIVE_TO_GROUND&&(A.height+=f.height),s.cartographicToCartesian(A,UT),re.clone(i.boundingSphere,d),d.center=UT,this._modelHash[e.id].clampedBoundingSphere=re.clone(d)}).catch(m=>{this._modelHash[e.id].sampleTerrainFailed=!0,this._modelHash[e.id].awaitingSampleTerrain=!1})),nt.PENDING)}return re.clone(i.boundingSphere,t),nt.DONE};Eh.prototype._onCollectionChanged=function(e,t,n,i){let o,r,s=this._entitiesToVisualize,a=this._modelHash,c=this._primitives;for(o=t.length-1;o>-1;o--)r=t[o],l(r._model)&&l(r._position)&&s.set(r.id,r);for(o=i.length-1;o>-1;o--)r=i[o],l(r._model)&&l(r._position)?(oqe(r,a),s.set(r.id,r)):(B9(this,r,a,c),s.remove(r.id));for(o=n.length-1;o>-1;o--)r=n[o],B9(this,r,a,c),s.remove(r.id)};function B9(e,t,n,i){let o=n[t.id];l(o)&&(i.removeAndDestroy(o.modelPrimitive),delete n[t.id])}function oqe(e,t){let n=t[e.id];l(n)&&(n.nodeTransformationsScratch={},n.articulationsScratch={})}function rqe(e,t,n){e.readyPromise.catch(function(i){console.error(i),n[t.id].loadFail=!0})}var XN=Eh;function dg(e){this._definitionChanged=new _e,this._value=void 0,this._removeSubscription=void 0,this.setValue(e)}Object.defineProperties(dg.prototype,{isConstant:{get:function(){return j.isConstant(this._value)}},definitionChanged:{get:function(){return this._definitionChanged}},referenceFrame:{get:function(){return l(this._value)?this._value.referenceFrame:eo.FIXED}}});dg.prototype.getValue=function(e,t){return this.getValueInReferenceFrame(e,eo.FIXED,t)};dg.prototype.setValue=function(e){this._value!==e&&(this._value=e,l(this._removeSubscription)&&(this._removeSubscription(),this._removeSubscription=void 0),l(e)&&(this._removeSubscription=e.definitionChanged.addEventListener(this._raiseDefinitionChanged,this)),this._definitionChanged.raiseEvent(this))};dg.prototype.getValueInReferenceFrame=function(e,t,n){if(!!l(this._value))return n=this._value.getValueInReferenceFrame(e,t,n),l(n)?ie.WGS84.scaleToGeodeticSurface(n,n):void 0};dg.prototype.equals=function(e){return this===e||e instanceof dg&&this._value===e._value};dg.prototype._raiseDefinitionChanged=function(){this._definitionChanged.raiseEvent(this)};var lp=dg;var sqe=60,aqe=1,ice=new gn,R9=new gn,M9=new gn;function tce(e){this.entity=e,this.polyline=void 0,this.index=void 0,this.updater=void 0}function cqe(e,t,n,i,o,r,s,a,c){let u=a,f;f=e.getValueInReferenceFrame(t,r,c[u]),l(f)&&(c[u++]=f);let d=!l(o)||$.lessThanOrEquals(o,t)||$.greaterThanOrEquals(o,n),p=0,g=i.length,m=i[p],A=n,C=!1,x,b,E;for(;p<g;){if(!d&&$.greaterThanOrEquals(m,o)&&(f=e.getValueInReferenceFrame(o,r,c[u]),l(f)&&(c[u++]=f),d=!0),$.greaterThan(m,t)&&$.lessThan(m,A)&&!m.equals(o)&&(f=e.getValueInReferenceFrame(m,r,c[u]),l(f)&&(c[u++]=f)),p<g-1){if(s>0&&!C){let S=i[p+1],D=$.secondsDifference(S,m);C=D>s,C&&(x=Math.ceil(D/s),b=0,E=D/Math.max(x,2),x=Math.max(x-1,1))}if(C&&b<x){m=$.addSeconds(m,E,new $),b++;continue}}C=!1,p++,m=i[p]}return f=e.getValueInReferenceFrame(n,r,c[u]),l(f)&&(c[u++]=f),u}function lqe(e,t,n,i,o,r,s,a){let c,u=0,f=s,d=t,p=Math.max(r,60),g=!l(i)||$.lessThanOrEquals(i,t)||$.greaterThanOrEquals(i,n);for(;$.lessThan(d,n);)!g&&$.greaterThanOrEquals(d,i)&&(g=!0,c=e.getValueInReferenceFrame(i,o,a[f]),l(c)&&(a[f]=c,f++)),c=e.getValueInReferenceFrame(d,o,a[f]),l(c)&&(a[f]=c,f++),u++,d=$.addSeconds(t,p*u,new $);return c=e.getValueInReferenceFrame(n,o,a[f]),l(c)&&(a[f]=c,f++),f}function uqe(e,t,n,i,o,r,s,a){M9.start=t,M9.stop=n;let c=s,u=e.intervals;for(let f=0;f<u.length;f++){let d=u.get(f);if(!gn.intersect(d,M9,ice).isEmpty){let p=d.start;d.isStartIncluded||(d.isStopIncluded?p=d.stop:p=$.addSeconds(d.start,$.secondsDifference(d.stop,d.start)/2,new $));let g=e.getValueInReferenceFrame(p,o,a[c]);l(g)&&(a[c]=g,c++)}}return c}function fqe(e,t,n,i,o,r,s,a){let c=e.getValueInReferenceFrame(t,o,a[s]);return l(c)&&(a[s++]=c),s}function dqe(e,t,n,i,o,r,s,a){R9.start=t,R9.stop=n;let c=s,u=e.intervals;for(let f=0;f<u.length;f++){let d=u.get(f);if(!gn.intersect(d,R9,ice).isEmpty){let p=d.start,g=d.stop,m=t;$.greaterThan(p,m)&&(m=p);let A=n;$.lessThan(g,A)&&(A=g),c=oce(d.data,m,A,i,o,r,c,a)}}return c}function oce(e,t,n,i,o,r,s,a){for(;e instanceof tg;)e=e.resolvedProperty;if(e instanceof Qs){let c=e._property._times;s=cqe(e,t,n,c,i,o,r,s,a)}else e instanceof Zs?s=dqe(e,t,n,i,o,r,s,a):e instanceof ig?s=uqe(e,t,n,i,o,r,s,a):e instanceof Nc||e instanceof lp&&j.isConstant(e)?s=fqe(e,t,n,i,o,r,s,a):s=lqe(e,t,n,i,o,r,s,a);return s}function rce(e,t,n,i,o,r,s){l(s)||(s=[]);let a=oce(e,t,n,i,o,r,0,s);return s.length=a,s}var nce=new Q;function cD(e,t){this._unusedIndexes=[],this._polylineCollection=new R_,this._scene=e,this._referenceFrame=t,e.primitives.add(this._polylineCollection)}cD.prototype.update=function(e){if(this._referenceFrame===eo.INERTIAL){let t=vt.computeIcrfToFixedMatrix(e,nce);l(t)||(t=vt.computeTemeToPseudoFixedMatrix(e,nce)),F.fromRotationTranslation(t,h.ZERO,this._polylineCollection.modelMatrix)}};cD.prototype.updateObject=function(e,t){let n=t.entity,i=n._path,o=n._position,r,s,a=i._show,c=t.polyline,u=n.isShowing&&n.isAvailable(e)&&(!l(a)||a.getValue(e));if(u){let d=j.getValueOrUndefined(i._leadTime,e),p=j.getValueOrUndefined(i._trailTime,e),g=n._availability,m=l(g),A=l(d),C=l(p);if(u=m||A&&C,u){if(C&&(r=$.addSeconds(e,-p,new $)),A&&(s=$.addSeconds(e,d,new $)),m){let x=g.start,b=g.stop;(!C||$.greaterThan(x,r))&&(r=x),(!A||$.lessThan(b,s))&&(s=b)}u=$.lessThan(r,s)}}if(!u){l(c)&&(this._unusedIndexes.push(t.index),t.polyline=void 0,c.show=!1,t.index=void 0);return}if(!l(c)){let d=this._unusedIndexes;if(d.length>0){let g=d.pop();c=this._polylineCollection.get(g),t.index=g}else t.index=this._polylineCollection.length,c=this._polylineCollection.add();c.id=n,t.polyline=c}let f=j.getValueOrDefault(i._resolution,e,sqe);c.show=!0,c.positions=rce(o,r,s,e,this._referenceFrame,f,c.positions.slice()),c.material=Xo.getValue(e,i._material,c.material),c.width=j.getValueOrDefault(i._width,e,aqe),c.distanceDisplayCondition=j.getValueOrUndefined(i._distanceDisplayCondition,e,c.distanceDisplayCondition)};cD.prototype.removeObject=function(e){let t=e.polyline;l(t)&&(this._unusedIndexes.push(e.index),e.polyline=void 0,t.show=!1,t.id=void 0,e.index=void 0)};cD.prototype.destroy=function(){return this._scene.primitives.remove(this._polylineCollection),le(this)};function hg(e,t){t.collectionChanged.addEventListener(hg.prototype._onCollectionChanged,this),this._scene=e,this._updaters={},this._entityCollection=t,this._items=new gt,this._onCollectionChanged(t,t.values,[],[])}hg.prototype.update=function(e){let t=this._updaters;for(let i in t)t.hasOwnProperty(i)&&t[i].update(e);let n=this._items.values;if(n.length===0&&l(this._updaters)&&Object.keys(this._updaters).length>0){for(let i in t)t.hasOwnProperty(i)&&t[i].destroy();this._updaters={}}for(let i=0,o=n.length;i<o;i++){let r=n[i],a=r.entity._position,c=r.updater,u=eo.FIXED;this._scene.mode===ee.SCENE3D&&(u=a.referenceFrame);let f=this._updaters[u];if(c===f&&l(f)){f.updateObject(e,r);continue}l(c)&&c.removeObject(r),l(f)||(f=new cD(this._scene,u),f.update(e),this._updaters[u]=f),r.updater=f,l(f)&&f.updateObject(e,r)}return!0};hg.prototype.isDestroyed=function(){return!1};hg.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(hg.prototype._onCollectionChanged,this);let e=this._updaters;for(let t in e)e.hasOwnProperty(t)&&e[t].destroy();return le(this)};hg.prototype._onCollectionChanged=function(e,t,n,i){let o,r,s,a=this._items;for(o=t.length-1;o>-1;o--)r=t[o],l(r._path)&&l(r._position)&&a.set(r.id,new tce(r));for(o=i.length-1;o>-1;o--)r=i[o],l(r._path)&&l(r._position)?a.contains(r.id)||a.set(r.id,new tce(r)):(s=a.get(r.id),l(s)&&(l(s.updater)&&s.updater.removeObject(s),a.remove(r.id)));for(o=n.length-1;o>-1;o--)r=n[o],s=a.get(r.id),l(s)&&(l(s.updater)&&s.updater.removeObject(s),a.remove(r.id))};hg._subSample=rce;var KN=hg;var sce=U.WHITE,ace=U.BLACK,cce=0,lce=1,uce=0,fce=new U,hqe=new h,dce=new U,hce=new Et,mce=new Et,pce=new xt;function _ce(e){this.entity=e,this.pointPrimitive=void 0,this.billboard=void 0,this.color=void 0,this.outlineColor=void 0,this.pixelSize=void 0,this.outlineWidth=void 0}function mg(e,t){t.collectionChanged.addEventListener(mg.prototype._onCollectionChanged,this),this._cluster=e,this._entityCollection=t,this._items=new gt,this._onCollectionChanged(t,t.values,[],[])}mg.prototype.update=function(e){let t=this._items.values,n=this._cluster;for(let i=0,o=t.length;i<o;i++){let r=t[i],s=r.entity,a=s._point,c=r.pointPrimitive,u=r.billboard,f=j.getValueOrDefault(a._heightReference,e,Ue.NONE),d=s.isShowing&&s.isAvailable(e)&&j.getValueOrDefault(a._show,e,!0),p;if(d&&(p=j.getValueOrUndefined(s._position,e,hqe),d=l(p)),!d){lD(r,s,n);continue}j.isConstant(s._position)||(n._clusterDirty=!0);let g=!1,m=!1;if(f!==Ue.NONE&&!l(u)?(l(c)&&(lD(r,s,n),c=void 0),u=n.getBillboard(s),u.id=s,u.image=void 0,r.billboard=u,g=!0,m=h.equals(u.position,p)&&u.heightReference===f):f===Ue.NONE&&!l(c)&&(l(u)&&(lD(r,s,n),u=void 0),c=n.getPoint(s),c.id=s,r.pointPrimitive=c),l(c))c.show=!0,c.position=p,c.scaleByDistance=j.getValueOrUndefined(a._scaleByDistance,e,hce),c.translucencyByDistance=j.getValueOrUndefined(a._translucencyByDistance,e,mce),c.color=j.getValueOrDefault(a._color,e,sce,fce),c.outlineColor=j.getValueOrDefault(a._outlineColor,e,ace,dce),c.outlineWidth=j.getValueOrDefault(a._outlineWidth,e,cce),c.pixelSize=j.getValueOrDefault(a._pixelSize,e,lce),c.distanceDisplayCondition=j.getValueOrUndefined(a._distanceDisplayCondition,e,pce),c.disableDepthTestDistance=j.getValueOrDefault(a._disableDepthTestDistance,e,uce);else if(l(u)){u.show=!0,u.position=p,u.scaleByDistance=j.getValueOrUndefined(a._scaleByDistance,e,hce),u.translucencyByDistance=j.getValueOrUndefined(a._translucencyByDistance,e,mce),u.distanceDisplayCondition=j.getValueOrUndefined(a._distanceDisplayCondition,e,pce),u.disableDepthTestDistance=j.getValueOrDefault(a._disableDepthTestDistance,e,uce),u.heightReference=f;let A=j.getValueOrDefault(a._color,e,sce,fce),C=j.getValueOrDefault(a._outlineColor,e,ace,dce),x=Math.round(j.getValueOrDefault(a._outlineWidth,e,cce)),b=Math.max(1,Math.round(j.getValueOrDefault(a._pixelSize,e,lce)));if(x>0?(u.scale=1,g=g||x!==r.outlineWidth||b!==r.pixelSize||!U.equals(A,r.color)||!U.equals(C,r.outlineColor)):(u.scale=b/50,b=50,g=g||x!==r.outlineWidth||!U.equals(A,r.color)||!U.equals(C,r.outlineColor)),g){r.color=U.clone(A,r.color),r.outlineColor=U.clone(C,r.outlineColor),r.pixelSize=b,r.outlineWidth=x;let E=A.alpha,S=A.toCssColorString(),D=C.toCssColorString(),v=JSON.stringify([S,b,D,x]);u.setImage(v,Sx(E,S,D,x,b))}m&&u._updateClamping()}}return!0};mg.prototype.getBoundingSphere=function(e,t){let n=this._items.get(e.id);if(!l(n)||!(l(n.pointPrimitive)||l(n.billboard)))return nt.FAILED;if(l(n.pointPrimitive))t.center=h.clone(n.pointPrimitive.position,t.center);else{let i=n.billboard;if(!l(i._clampedPosition))return nt.PENDING;t.center=h.clone(i._clampedPosition,t.center)}return t.radius=0,nt.DONE};mg.prototype.isDestroyed=function(){return!1};mg.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(mg.prototype._onCollectionChanged,this);let e=this._entityCollection.values;for(let t=0;t<e.length;t++)this._cluster.removePoint(e[t]);return le(this)};mg.prototype._onCollectionChanged=function(e,t,n,i){let o,r,s=this._items,a=this._cluster;for(o=t.length-1;o>-1;o--)r=t[o],l(r._point)&&l(r._position)&&s.set(r.id,new _ce(r));for(o=i.length-1;o>-1;o--)r=i[o],l(r._point)&&l(r._position)?s.contains(r.id)||s.set(r.id,new _ce(r)):(lD(s.get(r.id),r,a),s.remove(r.id));for(o=n.length-1;o>-1;o--)r=n[o],lD(s.get(r.id),r,a),s.remove(r.id)};function lD(e,t,n){if(l(e)){let i=e.pointPrimitive;if(l(i)){e.pointPrimitive=void 0,n.removePoint(t);return}let o=e.billboard;l(o)&&(e.billboard=void 0,n.removeBillboard(t))}}var JN=mg;var xce=[];function mqe(e,t,n,i,o){let r=xce;r.length=o;let s,a=n.red,c=n.green,u=n.blue,f=n.alpha,d=i.red,p=i.green,g=i.blue,m=i.alpha;if(U.equals(n,i)){for(s=0;s<o;s++)r[s]=U.clone(n);return r}let A=(d-a)/o,C=(p-c)/o,x=(g-u)/o,b=(m-f)/o;for(s=0;s<o;s++)r[s]=new U(a+s*A,c+s*C,u+s*x,f+s*b);return r}function uD(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n=e.colors,i=y(e.width,1),o=y(e.colorsPerVertex,!1);this._positions=t,this._colors=n,this._width=i,this._colorsPerVertex=o,this._vertexFormat=we.clone(y(e.vertexFormat,we.DEFAULT)),this._arcType=y(e.arcType,qt.GEODESIC),this._granularity=y(e.granularity,I.RADIANS_PER_DEGREE),this._ellipsoid=ie.clone(y(e.ellipsoid,ie.WGS84)),this._workerName="createPolylineGeometry";let r=1+t.length*h.packedLength;r+=l(n)?1+n.length*U.packedLength:1,this.packedLength=r+ie.packedLength+we.packedLength+4}uD.pack=function(e,t,n){n=y(n,0);let i,o=e._positions,r=o.length;for(t[n++]=r,i=0;i<r;++i,n+=h.packedLength)h.pack(o[i],t,n);let s=e._colors;for(r=l(s)?s.length:0,t[n++]=r,i=0;i<r;++i,n+=U.packedLength)U.pack(s[i],t,n);return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n++]=e._width,t[n++]=e._colorsPerVertex?1:0,t[n++]=e._arcType,t[n]=e._granularity,t};var Tce=ie.clone(ie.UNIT_SPHERE),Ece=new we,Hy={positions:void 0,colors:void 0,ellipsoid:Tce,vertexFormat:Ece,width:void 0,colorsPerVertex:void 0,arcType:void 0,granularity:void 0};uD.unpack=function(e,t,n){t=y(t,0);let i,o=e[t++],r=new Array(o);for(i=0;i<o;++i,t+=h.packedLength)r[i]=h.unpack(e,t);o=e[t++];let s=o>0?new Array(o):void 0;for(i=0;i<o;++i,t+=U.packedLength)s[i]=U.unpack(e,t);let a=ie.unpack(e,t,Tce);t+=ie.packedLength;let c=we.unpack(e,t,Ece);t+=we.packedLength;let u=e[t++],f=e[t++]===1,d=e[t++],p=e[t];return l(n)?(n._positions=r,n._colors=s,n._ellipsoid=ie.clone(a,n._ellipsoid),n._vertexFormat=we.clone(c,n._vertexFormat),n._width=u,n._colorsPerVertex=f,n._arcType=d,n._granularity=p,n):(Hy.positions=r,Hy.colors=s,Hy.width=u,Hy.colorsPerVertex=f,Hy.arcType=d,Hy.granularity=p,new uD(Hy))};var gce=new h,yce=new h,Ace=new h,Cce=new h;uD.createGeometry=function(e){let t=e._width,n=e._vertexFormat,i=e._colors,o=e._colorsPerVertex,r=e._arcType,s=e._granularity,a=e._ellipsoid,c,u,f,d=[],p=yo(e._positions,h.equalsEpsilon,!1,d);if(l(i)&&d.length>0){let B=0,N=d[0];i=i.filter(function(z,V){let G=!1;return o?G=V===N||V===0&&N===1:G=V+1===N,G?(B++,N=d[B],!1):!0})}let g=p.length;if(g<2||t<=0)return;if(r===qt.GEODESIC||r===qt.RHUMB){let B,N;r===qt.GEODESIC?(B=I.chordLength(s,a.maximumRadius),N=bi.numberOfPoints):(B=s,N=bi.numberOfPointsRhumbLine);let z=bi.extractHeights(p,a);if(l(i)){let V=1;for(c=0;c<g-1;++c)V+=N(p[c],p[c+1],B);let G=new Array(V),k=0;for(c=0;c<g-1;++c){let X=p[c],q=p[c+1],Y=i[c],W=N(X,q,B);if(o&&c<V){let J=i[c+1],Z=mqe(X,q,Y,J,W),ue=Z.length;for(u=0;u<ue;++u)G[k++]=Z[u]}else for(u=0;u<W;++u)G[k++]=U.clone(Y)}G[k]=U.clone(i[i.length-1]),i=G,xce.length=0}r===qt.GEODESIC?p=bi.generateCartesianArc({positions:p,minDistance:B,ellipsoid:a,height:z}):p=bi.generateCartesianRhumbArc({positions:p,granularity:B,ellipsoid:a,height:z})}g=p.length;let m=g*4-4,A=new Float64Array(m*3),C=new Float64Array(m*3),x=new Float64Array(m*3),b=new Float32Array(m*2),E=n.st?new Float32Array(m*2):void 0,S=l(i)?new Uint8Array(m*4):void 0,D=0,v=0,O=0,R=0,M;for(u=0;u<g;++u){u===0?(M=gce,h.subtract(p[0],p[1],M),h.add(p[0],M,M)):M=p[u-1],h.clone(M,Ace),h.clone(p[u],yce),u===g-1?(M=gce,h.subtract(p[g-1],p[g-2],M),h.add(p[g-1],M,M)):M=p[u+1],h.clone(M,Cce);let B,N;l(S)&&(u!==0&&!o?B=i[u-1]:B=i[u],u!==g-1&&(N=i[u]));let z=u===0?2:0,V=u===g-1?2:4;for(f=z;f<V;++f){h.pack(yce,A,D),h.pack(Ace,C,D),h.pack(Cce,x,D),D+=3;let G=f-2<0?-1:1;if(b[v++]=2*(f%2)-1,b[v++]=G*t,n.st&&(E[O++]=u/(g-1),E[O++]=Math.max(b[v-2],0)),l(S)){let k=f<2?B:N;S[R++]=U.floatToByte(k.red),S[R++]=U.floatToByte(k.green),S[R++]=U.floatToByte(k.blue),S[R++]=U.floatToByte(k.alpha)}}}let L=new sn;L.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:A}),L.prevPosition=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:C}),L.nextPosition=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:x}),L.expandAndWidth=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:b}),n.st&&(L.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:E})),l(S)&&(L.color=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:4,values:S,normalize:!0}));let _=Fe.createTypedArray(m,g*6-6),T=0,w=0,P=g-1;for(u=0;u<P;++u)_[w++]=T,_[w++]=T+2,_[w++]=T+1,_[w++]=T+1,_[w++]=T+2,_[w++]=T+3,T+=4;return new it({attributes:L,indices:_,primitiveType:Oe.TRIANGLES,boundingSphere:re.fromPoints(p),geometryType:df.POLYLINES})};var pg=uD;var pqe=new Xn(0),ZN={},bce=new U,_qe=new Pt(U.WHITE),gqe=new Xn(!0),yqe=new Xn(hn.DISABLED),Aqe=new Xn(new xt),Cqe=new Xn(Fn.BOTH);function xqe(){this.vertexFormat=void 0,this.positions=void 0,this.width=void 0,this.arcType=void 0,this.granularity=void 0}function Tqe(){this.positions=void 0,this.width=void 0,this.arcType=void 0,this.granularity=void 0}function td(e,t){this._entity=e,this._scene=t,this._entitySubscription=e.definitionChanged.addEventListener(td.prototype._onEntityPropertyChanged,this),this._fillEnabled=!1,this._dynamic=!1,this._geometryChanged=new _e,this._showProperty=void 0,this._materialProperty=void 0,this._shadowsProperty=void 0,this._distanceDisplayConditionProperty=void 0,this._classificationTypeProperty=void 0,this._depthFailMaterialProperty=void 0,this._geometryOptions=new xqe,this._groundGeometryOptions=new Tqe,this._id=`polyline-${e.id}`,this._clampToGround=!1,this._supportsPolylinesOnTerrain=Ko.supportsPolylinesOnTerrain(t),this._zIndex=0,this._onEntityPropertyChanged(e,"polyline",e.polyline,void 0)}Object.defineProperties(td.prototype,{id:{get:function(){return this._id}},entity:{get:function(){return this._entity}},fillEnabled:{get:function(){return this._fillEnabled}},hasConstantFill:{get:function(){return!this._fillEnabled||!l(this._entity.availability)&&j.isConstant(this._showProperty)}},fillMaterialProperty:{get:function(){return this._materialProperty}},depthFailMaterialProperty:{get:function(){return this._depthFailMaterialProperty}},outlineEnabled:{value:!1},hasConstantOutline:{value:!0},outlineColorProperty:{value:void 0},shadowsProperty:{get:function(){return this._shadowsProperty}},distanceDisplayConditionProperty:{get:function(){return this._distanceDisplayConditionProperty}},classificationTypeProperty:{get:function(){return this._classificationTypeProperty}},isDynamic:{get:function(){return this._dynamic}},isClosed:{value:!1},geometryChanged:{get:function(){return this._geometryChanged}},arcType:{get:function(){return this._arcType}},clampToGround:{get:function(){return this._clampToGround&&this._supportsPolylinesOnTerrain}},zIndex:{get:function(){return this._zIndex}}});td.prototype.isOutlineVisible=function(e){return!1};td.prototype.isFilled=function(e){let t=this._entity,n=this._fillEnabled&&t.isAvailable(e)&&this._showProperty.getValue(e);return y(n,!1)};td.prototype.createFillGeometryInstance=function(e){let t=this._entity,n=t.isAvailable(e),i=new fn(n&&t.isShowing&&this._showProperty.getValue(e)),o=this._distanceDisplayConditionProperty.getValue(e),r=Ln.fromDistanceDisplayCondition(o),s={show:i,distanceDisplayCondition:r},a;return this._materialProperty instanceof Pt&&(l(this._materialProperty.color)&&(this._materialProperty.color.isConstant||n)&&(a=this._materialProperty.color.getValue(e,bce)),l(a)||(a=U.WHITE),s.color=Bt.fromColor(a)),this.clampToGround?new _t({id:t,geometry:new PC(this._groundGeometryOptions),attributes:s}):(l(this._depthFailMaterialProperty)&&this._depthFailMaterialProperty instanceof Pt&&(l(this._depthFailMaterialProperty.color)&&(this._depthFailMaterialProperty.color.isConstant||n)&&(a=this._depthFailMaterialProperty.color.getValue(e,bce)),l(a)||(a=U.WHITE),s.depthFailColor=Bt.fromColor(a)),new _t({id:t,geometry:new pg(this._geometryOptions),attributes:s}))};td.prototype.createOutlineGeometryInstance=function(e){};td.prototype.isDestroyed=function(){return!1};td.prototype.destroy=function(){this._entitySubscription(),le(this)};td.prototype._onEntityPropertyChanged=function(e,t,n,i){if(!(t==="availability"||t==="polyline"))return;let o=this._entity.polyline;if(!l(o)){this._fillEnabled&&(this._fillEnabled=!1,this._geometryChanged.raiseEvent(this));return}let r=o.positions,s=o.show;if(l(s)&&s.isConstant&&!s.getValue(ke.MINIMUM_VALUE)||!l(r)){this._fillEnabled&&(this._fillEnabled=!1,this._geometryChanged.raiseEvent(this));return}let a=o.zIndex,c=y(o.material,_qe),u=c instanceof Pt;this._materialProperty=c,this._depthFailMaterialProperty=o.depthFailMaterial,this._showProperty=y(s,gqe),this._shadowsProperty=y(o.shadows,yqe),this._distanceDisplayConditionProperty=y(o.distanceDisplayCondition,Aqe),this._classificationTypeProperty=y(o.classificationType,Cqe),this._fillEnabled=!0,this._zIndex=y(a,pqe);let f=o.width,d=o.arcType,p=o.clampToGround,g=o.granularity;if(!r.isConstant||!j.isConstant(f)||!j.isConstant(d)||!j.isConstant(g)||!j.isConstant(p)||!j.isConstant(a))this._dynamic||(this._dynamic=!0,this._geometryChanged.raiseEvent(this));else{let m=this._geometryOptions,A=r.getValue(ke.MINIMUM_VALUE,m.positions);if(!l(A)||A.length<2){this._fillEnabled&&(this._fillEnabled=!1,this._geometryChanged.raiseEvent(this));return}let C;u&&(!l(this._depthFailMaterialProperty)||this._depthFailMaterialProperty instanceof Pt)?C=kr.VERTEX_FORMAT:C=Ws.VERTEX_FORMAT,m.vertexFormat=C,m.positions=A,m.width=l(f)?f.getValue(ke.MINIMUM_VALUE):void 0,m.arcType=l(d)?d.getValue(ke.MINIMUM_VALUE):void 0,m.granularity=l(g)?g.getValue(ke.MINIMUM_VALUE):void 0;let x=this._groundGeometryOptions;x.positions=A,x.width=m.width,x.arcType=m.arcType,x.granularity=m.granularity,this._clampToGround=l(p)?p.getValue(ke.MINIMUM_VALUE):!1,!this._clampToGround&&l(a)&&Dt("Entity polylines must have clampToGround: true when using zIndex. zIndex will be ignored."),this._dynamic=!1,this._geometryChanged.raiseEvent(this)}};td.prototype.createDynamicUpdater=function(e,t){return new fD(e,t,this)};var zT={positions:void 0,granularity:void 0,height:void 0,ellipsoid:void 0};function fD(e,t,n){this._line=void 0,this._primitives=e,this._groundPrimitives=t,this._groundPolylinePrimitive=void 0,this._material=void 0,this._geometryUpdater=n,this._positions=[]}function Sce(e){if(l(e._line))return e._line;let t=e._geometryUpdater._scene.id,n=ZN[t],i=e._primitives;!l(n)||n.isDestroyed()?(n=new R_,ZN[t]=n,i.add(n)):i.contains(n)||i.add(n);let o=n.add();return o.id=e._geometryUpdater._entity,e._line=o,o}fD.prototype.update=function(e){let t=this._geometryUpdater,n=t._entity,i=n.polyline,o=i.positions,r=j.getValueOrUndefined(o,e,this._positions);t._clampToGround=j.getValueOrDefault(i._clampToGround,e,!1),t._groundGeometryOptions.positions=r,t._groundGeometryOptions.width=j.getValueOrDefault(i._width,e,1),t._groundGeometryOptions.arcType=j.getValueOrDefault(i._arcType,e,qt.GEODESIC),t._groundGeometryOptions.granularity=j.getValueOrDefault(i._granularity,e,9999);let s=this._groundPrimitives;if(l(this._groundPolylinePrimitive)&&(s.remove(this._groundPolylinePrimitive),this._groundPolylinePrimitive=void 0),t.clampToGround){if(!n.isShowing||!n.isAvailable(e)||!j.getValueOrDefault(i._show,e,!0)||!l(r)||r.length<2)return;let f=t.fillMaterialProperty,d;if(f instanceof Pt)d=new kr;else{let p=Xo.getValue(e,f,this._material);d=new Ws({material:p,translucent:p.isTranslucent()}),this._material=p}this._groundPolylinePrimitive=s.add(new Ud({geometryInstances:t.createFillGeometryInstance(e),appearance:d,classificationType:t.classificationTypeProperty.getValue(e),asynchronous:!1}),j.getValueOrUndefined(t.zIndex,e)),l(this._line)&&(this._line.show=!1);return}let a=Sce(this);if(!n.isShowing||!n.isAvailable(e)||!j.getValueOrDefault(i._show,e,!0)){a.show=!1;return}if(!l(r)||r.length<2){a.show=!1;return}let c=qt.GEODESIC;c=j.getValueOrDefault(i._arcType,e,c);let u=t._scene.globe;c!==qt.NONE&&l(u)&&(zT.ellipsoid=u.ellipsoid,zT.positions=r,zT.granularity=j.getValueOrUndefined(i._granularity,e),zT.height=bi.extractHeights(r,u.ellipsoid),c===qt.GEODESIC?r=bi.generateCartesianArc(zT):r=bi.generateCartesianRhumbArc(zT)),a.show=!0,a.positions=r.slice(),a.material=Xo.getValue(e,t.fillMaterialProperty,a.material),a.width=j.getValueOrDefault(i._width,e,1),a.distanceDisplayCondition=j.getValueOrUndefined(i._distanceDisplayCondition,e,a.distanceDisplayCondition)};fD.prototype.getBoundingSphere=function(e){if(this._geometryUpdater.clampToGround){let t=this._groundPolylinePrimitive;if(l(t)&&t.show&&t.ready){let n=t.getGeometryInstanceAttributes(this._geometryUpdater._entity);if(l(n)&&l(n.boundingSphere))return re.clone(n.boundingSphere,e),nt.DONE}return l(t)&&!t.ready?nt.PENDING:nt.DONE}else{let t=Sce(this);if(t.show&&t.positions.length>0)return re.fromPoints(t.positions,e),nt.DONE}return nt.FAILED};fD.prototype.isDestroyed=function(){return!1};fD.prototype.destroy=function(){let t=this._geometryUpdater._scene.id,n=ZN[t];l(n)&&(n.remove(this._line),n.length===0&&(this._primitives.removeAndDestroy(n),delete ZN[t])),l(this._groundPolylinePrimitive)&&this._groundPrimitives.remove(this._groundPolylinePrimitive),le(this)};var QN=td;var Eqe=new U,bqe=new xt,Sqe=new xt;function nd(e,t,n,i,o){let r;n instanceof Pt?r=kr:r=Ws,this.orderedGroundPrimitives=e,this.classificationType=t,this.appearanceType=r,this.materialProperty=n,this.updaters=new gt,this.createPrimitive=!0,this.primitive=void 0,this.oldPrimitive=void 0,this.geometry=new gt,this.material=void 0,this.updatersWithAttributes=new gt,this.attributes=new gt,this.invalidated=!1,this.removeMaterialSubscription=n.definitionChanged.addEventListener(nd.prototype.onMaterialChanged,this),this.subscriptions=new gt,this.showsUpdated=new gt,this.zIndex=i,this._asynchronous=o}nd.prototype.onMaterialChanged=function(){this.invalidated=!0};nd.prototype.isMaterial=function(e){let t=this.materialProperty,n=e.fillMaterialProperty;return n===t||n instanceof Pt&&t instanceof Pt?!0:l(t)&&t.equals(n)};nd.prototype.add=function(e,t,n){let i=t.id;if(this.updaters.set(i,t),this.geometry.set(i,n),!t.hasConstantFill||!t.fillMaterialProperty.isConstant||!j.isConstant(t.distanceDisplayConditionProperty))this.updatersWithAttributes.set(i,t);else{let o=this;this.subscriptions.set(i,t.entity.definitionChanged.addEventListener(function(r,s,a,c){s==="isShowing"&&o.showsUpdated.set(t.id,t)}))}this.createPrimitive=!0};nd.prototype.remove=function(e){let t=e.id;if(this.createPrimitive=this.geometry.remove(t)||this.createPrimitive,this.updaters.remove(t)){this.updatersWithAttributes.remove(t);let n=this.subscriptions.get(t);return l(n)&&(n(),this.subscriptions.remove(t)),!0}return!1};nd.prototype.update=function(e){let t=!0,n=this.primitive,i=this.orderedGroundPrimitives,o=this.geometry.values,r;if(this.createPrimitive){if(o.length>0)l(n)&&(l(this.oldPrimitive)?i.remove(n):this.oldPrimitive=n),n=new Ud({show:!1,asynchronous:this._asynchronous,geometryInstances:o.slice(),appearance:new this.appearanceType,classificationType:this.classificationType}),this.appearanceType===Ws&&(this.material=Xo.getValue(e,this.materialProperty,this.material),n.appearance.material=this.material),i.add(n,this.zIndex),t=!1;else{l(n)&&(i.remove(n),n=void 0);let a=this.oldPrimitive;l(a)&&(i.remove(a),this.oldPrimitive=void 0)}this.attributes.removeAll(),this.primitive=n,this.createPrimitive=!1}else if(l(n)&&n.ready){n.show=!0,l(this.oldPrimitive)&&(i.remove(this.oldPrimitive),this.oldPrimitive=void 0),this.appearanceType===Ws&&(this.material=Xo.getValue(e,this.materialProperty,this.material),this.primitive.appearance.material=this.material);let s=this.updatersWithAttributes.values,a=s.length;for(r=0;r<a;r++){let c=s[r],u=c.entity,f=this.geometry.get(c.id),d=this.attributes.get(f.id.id);if(l(d)||(d=n.getGeometryInstanceAttributes(f.id),this.attributes.set(f.id.id,d)),!c.fillMaterialProperty.isConstant){let A=c.fillMaterialProperty.color,C=j.getValueOrDefault(A,e,U.WHITE,Eqe);U.equals(d._lastColor,C)||(d._lastColor=U.clone(C,d._lastColor),d.color=Bt.toValue(C,d.color))}let p=u.isShowing&&(c.hasConstantFill||c.isFilled(e)),g=d.show[0]===1;p!==g&&(d.show=fn.toValue(p,d.show));let m=c.distanceDisplayConditionProperty;if(!j.isConstant(m)){let A=j.getValueOrDefault(m,e,Sqe,bqe);xt.equals(A,d._lastDistanceDisplayCondition)||(d._lastDistanceDisplayCondition=xt.clone(A,d._lastDistanceDisplayCondition),d.distanceDisplayCondition=Ln.toValue(A,d.distanceDisplayCondition))}}this.updateShows(n)}else l(n)&&!n.ready&&(t=!1);return t};nd.prototype.updateShows=function(e){let t=this.showsUpdated.values,n=t.length;for(let i=0;i<n;i++){let o=t[i],r=o.entity,s=this.geometry.get(o.id),a=this.attributes.get(s.id.id);l(a)||(a=e.getGeometryInstanceAttributes(s.id),this.attributes.set(s.id.id,a));let c=r.isShowing,u=a.show[0]===1;c!==u&&(a.show=fn.toValue(c,a.show),s.attributes.show.value[0]=a.show[0])}this.showsUpdated.removeAll()};nd.prototype.contains=function(e){return this.updaters.contains(e.id)};nd.prototype.getBoundingSphere=function(e,t){let n=this.primitive;if(!n.ready)return nt.PENDING;let i=n.getGeometryInstanceAttributes(e.entity);return!l(i)||!l(i.boundingSphere)||l(i.show)&&i.show[0]===0?nt.FAILED:(i.boundingSphere.clone(t),nt.DONE)};nd.prototype.destroy=function(){let e=this.primitive,t=this.orderedGroundPrimitives;l(e)&&t.remove(e);let n=this.oldPrimitive;l(n)&&t.remove(n),this.removeMaterialSubscription()};function HT(e,t,n){this._items=[],this._orderedGroundPrimitives=e,this._classificationType=t,this._asynchronous=y(n,!0)}HT.prototype.add=function(e,t){let n=this._items,i=n.length,o=t.createFillGeometryInstance(e),r=j.getValueOrDefault(t.zIndex,0);for(let a=0;a<i;++a){let c=n[a];if(c.isMaterial(t)&&c.zIndex===r){c.add(e,t,o);return}}let s=new nd(this._orderedGroundPrimitives,this._classificationType,t.fillMaterialProperty,r,this._asynchronous);s.add(e,t,o),n.push(s)};HT.prototype.remove=function(e){let t=this._items,n=t.length;for(let i=n-1;i>=0;i--){let o=t[i];if(o.remove(e)){o.updaters.length===0&&(t.splice(i,1),o.destroy());break}}};HT.prototype.update=function(e){let t,n=this._items,i=n.length;for(t=i-1;t>=0;t--){let r=n[t];if(r.invalidated){n.splice(t,1);let s=r.updaters.values,a=s.length;for(let c=0;c<a;c++)this.add(e,s[c]);r.destroy()}}let o=!0;for(t=0;t<n.length;t++)o=n[t].update(e)&&o;return o};HT.prototype.getBoundingSphere=function(e,t){let n=this._items,i=n.length;for(let o=0;o<i;o++){let r=n[o];if(r.contains(e))return r.getBoundingSphere(e,t)}return nt.FAILED};HT.prototype.removeAllPrimitives=function(){let e=this._items,t=e.length;for(let n=0;n<t;n++)e[n].destroy();this._items.length=0};var $N=HT;var wqe=[];function wce(e,t){let n=e._batches,i=n.length;for(let o=0;o<i;o++)n[o].remove(t)}function Dce(e,t,n){if(n.isDynamic){e._dynamicBatch.add(t,n);return}if(n.clampToGround&&n.fillEnabled){let s=n.classificationTypeProperty.getValue(t);e._groundBatches[s].add(t,n);return}let i;n.fillEnabled&&(i=n.shadowsProperty.getValue(t));let o=0;l(n.depthFailMaterialProperty)&&(o=n.depthFailMaterialProperty instanceof Pt?1:2);let r;l(i)&&(r=i+o*hn.NUMBER_OF_SHADOW_MODES),n.fillEnabled&&(n.fillMaterialProperty instanceof Pt?e._colorBatches[r].add(t,n):e._materialBatches[r].add(t,n))}function bh(e,t,n,i){i=y(i,e.groundPrimitives),n=y(n,e.primitives),this._scene=e,this._primitives=n,this._entityCollection=void 0,this._addedObjects=new gt,this._removedObjects=new gt,this._changedObjects=new gt;let o,r=hn.NUMBER_OF_SHADOW_MODES;for(this._colorBatches=new Array(r*3),this._materialBatches=new Array(r*3),o=0;o<r;++o)this._colorBatches[o]=new Zf(n,kr,void 0,!1,o),this._materialBatches[o]=new $f(n,Ws,void 0,!1,o),this._colorBatches[o+r]=new Zf(n,kr,kr,!1,o),this._materialBatches[o+r]=new $f(n,Ws,kr,!1,o),this._colorBatches[o+r*2]=new Zf(n,kr,Ws,!1,o),this._materialBatches[o+r*2]=new $f(n,Ws,Ws,!1,o);this._dynamicBatch=new pT(n,i);let s=Fn.NUMBER_OF_CLASSIFICATION_TYPES;for(this._groundBatches=new Array(s),o=0;o<s;++o)this._groundBatches[o]=new $N(i,o);this._batches=this._colorBatches.concat(this._materialBatches,this._dynamicBatch,this._groundBatches),this._subscriptions=new gt,this._updaters=new gt,this._entityCollection=t,t.collectionChanged.addEventListener(bh.prototype._onCollectionChanged,this),this._onCollectionChanged(t,t.values,wqe)}bh.prototype.update=function(e){let t=this._addedObjects,n=t.values,i=this._removedObjects,o=i.values,r=this._changedObjects,s=r.values,a,c,u,f;for(a=s.length-1;a>-1;a--)c=s[a],u=c.id,f=this._updaters.get(u),f.entity===c?(wce(this,f),Dce(this,e,f)):(o.push(c),n.push(c));for(a=o.length-1;a>-1;a--)c=o[a],u=c.id,f=this._updaters.get(u),wce(this,f),f.destroy(),this._updaters.remove(u),this._subscriptions.get(u)(),this._subscriptions.remove(u);for(a=n.length-1;a>-1;a--)c=n[a],u=c.id,f=new QN(c,this._scene),this._updaters.set(u,f),Dce(this,e,f),this._subscriptions.set(u,f.geometryChanged.addEventListener(bh._onGeometryChanged,this));t.removeAll(),i.removeAll(),r.removeAll();let d=!0,p=this._batches,g=p.length;for(a=0;a<g;a++)d=p[a].update(e)&&d;return d};var Dqe=[],vqe=new re;bh.prototype.getBoundingSphere=function(e,t){let n=Dqe,i=vqe,o=0,r=nt.DONE,s=this._batches,a=s.length,c=this._updaters.get(e.id);for(let u=0;u<a;u++){if(r=s[u].getBoundingSphere(c,i),r===nt.PENDING)return nt.PENDING;r===nt.DONE&&(n[o]=re.clone(i,n[o]),o++)}return o===0?nt.FAILED:(n.length=o,re.fromBoundingSpheres(n,t),nt.DONE)};bh.prototype.isDestroyed=function(){return!1};bh.prototype.destroy=function(){this._entityCollection.collectionChanged.removeEventListener(bh.prototype._onCollectionChanged,this),this._addedObjects.removeAll(),this._removedObjects.removeAll();let e,t=this._batches,n=t.length;for(e=0;e<n;e++)t[e].removeAllPrimitives();let i=this._subscriptions.values;for(n=i.length,e=0;e<n;e++)i[e]();return this._subscriptions.removeAll(),le(this)};bh._onGeometryChanged=function(e){let t=this._removedObjects,n=this._changedObjects,i=e.entity,o=i.id;!l(t.get(o))&&!l(n.get(o))&&n.set(o,i)};bh.prototype._onCollectionChanged=function(e,t,n){let i=this._addedObjects,o=this._removedObjects,r=this._changedObjects,s,a,c;for(s=n.length-1;s>-1;s--)c=n[s],a=c.id,i.remove(a)||(o.set(a,c),r.remove(a));for(s=t.length-1;s>-1;s--)c=t[s],a=c.id,o.remove(a)?r.set(a,c):i.set(a,c)};var e2=bh;function ju(e){Fc.initializeTerrainHeights(),Ud.initializeTerrainHeights();let t=e.scene,n=e.dataSourceCollection;this._eventHelper=new vr,this._eventHelper.add(n.dataSourceAdded,this._onDataSourceAdded,this),this._eventHelper.add(n.dataSourceRemoved,this._onDataSourceRemoved,this),this._eventHelper.add(n.dataSourceMoved,this._onDataSourceMoved,this),this._eventHelper.add(t.postRender,this._postRender,this),this._dataSourceCollection=n,this._scene=t,this._visualizersCallback=y(e.visualizersCallback,ju.defaultVisualizersCallback);let i=!1,o=new Ml,r=new Ml;n.length>0&&(t.primitives.add(o),t.groundPrimitives.add(r),i=!0),this._primitives=o,this._groundPrimitives=r;for(let u=0,f=n.length;u<f;u++)this._onDataSourceAdded(n,n.get(u));let s=new JF;this._onDataSourceAdded(void 0,s),this._defaultDataSource=s;let a,c;if(!i){let u=this,f=function(){t.primitives.add(o),t.groundPrimitives.add(r),a(),c(),u._removeDefaultDataSourceListener=void 0,u._removeDataSourceCollectionListener=void 0};a=s.entities.collectionChanged.addEventListener(f),c=n.dataSourceAdded.addEventListener(f)}this._removeDefaultDataSourceListener=a,this._removeDataSourceCollectionListener=c,this._ready=!1}ju.defaultVisualizersCallback=function(e,t,n){let i=n.entities;return[new CP(t,i),new jN(e,i,n._primitives,n._groundPrimitives),new qN(t,i),new XN(e,i),new LF(e,i),new JN(t,i),new KN(e,i),new e2(e,i,n._primitives,n._groundPrimitives)]};Object.defineProperties(ju.prototype,{scene:{get:function(){return this._scene}},dataSources:{get:function(){return this._dataSourceCollection}},defaultDataSource:{get:function(){return this._defaultDataSource}},ready:{get:function(){return this._ready}}});ju.prototype.isDestroyed=function(){return!1};ju.prototype.destroy=function(){this._eventHelper.removeAll();let e=this._dataSourceCollection;for(let t=0,n=e.length;t<n;++t)this._onDataSourceRemoved(this._dataSourceCollection,e.get(t));return this._onDataSourceRemoved(void 0,this._defaultDataSource),l(this._removeDefaultDataSourceListener)?(this._removeDefaultDataSourceListener(),this._removeDataSourceCollectionListener()):(this._scene.primitives.remove(this._primitives),this._scene.groundPrimitives.remove(this._groundPrimitives)),le(this)};ju.prototype.update=function(e){if(!oi.initialized)return this._ready=!1,!1;let t=!0,n,i,o,r,s=this._dataSourceCollection,a=s.length;for(n=0;n<a;n++){let c=s.get(n);for(l(c.update)&&(t=c.update(e)&&t),o=c._visualizers,r=o.length,i=0;i<r;i++)t=o[i].update(e)&&t}for(o=this._defaultDataSource._visualizers,r=o.length,i=0;i<r;i++)t=o[i].update(e)&&t;return this._ready=t,t};ju.prototype._postRender=function(){let e=this._scene.frameState,t=this._dataSourceCollection,n=t.length;for(let i=0;i<n;i++){let o=t.get(i),r=o.credit;l(r)&&e.creditDisplay.addCredit(r);let s=o._resourceCredits;if(l(s)){let a=s.length;for(let c=0;c<a;c++)e.creditDisplay.addCredit(s[c])}}};var Pqe=[],Iqe=new re;ju.prototype.getBoundingSphere=function(e,t,n){if(!this._ready)return nt.PENDING;let i,o,r=this._defaultDataSource;if(!r.entities.contains(e)){r=void 0;let p=this._dataSourceCollection;for(o=p.length,i=0;i<o;i++){let g=p.get(i);if(g.entities.contains(e)){r=g;break}}}if(!l(r))return nt.FAILED;let s=Pqe,a=Iqe,c=0,u=nt.DONE,f=r._visualizers,d=f.length;for(i=0;i<d;i++){let p=f[i];if(l(p.getBoundingSphere)){if(u=f[i].getBoundingSphere(e,a),!t&&u===nt.PENDING)return nt.PENDING;u===nt.DONE&&(s[c]=re.clone(a,s[c]),c++)}}return c===0?nt.FAILED:(s.length=c,re.fromBoundingSpheres(s,n),nt.DONE)};ju.prototype._onDataSourceAdded=function(e,t){let n=this._scene,i=this._primitives,o=this._groundPrimitives,r=i.add(new Ml),s=o.add(new mN);t._primitives=r,t._groundPrimitives=s;let a=t.clustering;a._initialize(n),r.add(a),t._visualizers=this._visualizersCallback(n,a,t)};ju.prototype._onDataSourceRemoved=function(e,t){let n=this._primitives,i=this._groundPrimitives,o=t._primitives,r=t._groundPrimitives,s=t.clustering;o.remove(s);let a=t._visualizers,c=a.length;for(let u=0;u<c;u++)a[u].destroy();n.remove(o),i.remove(r),t._visualizers=void 0};ju.prototype._onDataSourceMoved=function(e,t,n){let i=this._primitives,o=this._groundPrimitives,r=e._primitives,s=e._groundPrimitives;t===n+1?(i.raise(r),o.raise(s)):t===n-1?(i.lower(r),o.lower(s)):t===0?(i.lowerToBottom(r),o.lowerToBottom(s),i.raise(r),o.raise(s)):(i.raiseToTop(r),o.raiseToTop(s))};var t2=ju;function L9(e,t,n){this.heading=y(e,0),this.pitch=y(t,0),this.range=y(n,0)}L9.clone=function(e,t){if(!!l(e))return l(t)||(t=new L9),t.heading=e.heading,t.pitch=e.pitch,t.range=e.range,t};var qu=L9;var vce=new Q,Pce=new Q,Ice=new Q,Oqe=new F,n2=new h,Oce=new h,F9=new h,N9=new h,Bce=new h,Rce=new h,GT=new $,Bqe=1.25;function Rqe(e,t,n,i,o,r,s){let a=e.scene.mode,c=o.getValue(r,e._lastCartesian);if(l(c)){let u=!1,f=!1,d,p,g;if(a===ee.SCENE3D){$.addSeconds(r,.001,GT);let b=o.getValue(GT,n2);if(l(b)||($.addSeconds(r,-.001,GT),b=o.getValue(GT,n2),f=!0),l(b)){let E=vt.computeFixedToIcrfMatrix(r,vce),S=vt.computeFixedToIcrfMatrix(GT,Pce),D;!l(E)||!l(S)?(D=vt.computeTemeToPseudoFixedMatrix(r,Ice),E=Q.transpose(D,vce),S=vt.computeTemeToPseudoFixedMatrix(GT,Pce),Q.transpose(S,S)):D=Q.transpose(E,Ice);let v=Q.multiplyByVector(E,c,Bce),O=Q.multiplyByVector(S,b,Rce);h.subtract(v,O,N9);let R=h.magnitude(N9)*1e3,M=I.GRAVITATIONALPARAMETER,L=-M/(R*R-2*M/h.magnitude(v));L<0||L>Bqe*s.maximumRadius?(d=Oce,h.normalize(c,d),h.negate(d,d),g=h.clone(h.UNIT_Z,F9),p=h.cross(g,d,n2),h.magnitude(p)>I.EPSILON7&&(h.normalize(d,d),h.normalize(p,p),g=h.cross(d,p,F9),h.normalize(g,g),u=!0)):h.equalsEpsilon(c,b,I.EPSILON7)||(g=Oce,h.normalize(v,g),h.normalize(O,O),p=h.cross(g,O,F9),f&&(p=h.multiplyByScalar(p,-1,p)),h.equalsEpsilon(p,h.ZERO,I.EPSILON7)||(d=h.cross(p,g,n2),Q.multiplyByVector(D,d,d),Q.multiplyByVector(D,p,p),Q.multiplyByVector(D,g,g),h.normalize(d,d),h.normalize(p,p),h.normalize(g,g),u=!0))}}l(e.boundingSphere)&&(c=e.boundingSphere.center);let m,A,C;i&&(m=h.clone(t.position,N9),A=h.clone(t.direction,Bce),C=h.clone(t.up,Rce));let x=Oqe;u?(x[0]=d.x,x[1]=d.y,x[2]=d.z,x[3]=0,x[4]=p.x,x[5]=p.y,x[6]=p.z,x[7]=0,x[8]=g.x,x[9]=g.y,x[10]=g.z,x[11]=0,x[12]=c.x,x[13]=c.y,x[14]=c.z,x[15]=0):vt.eastNorthUpToFixedFrame(c,s,x),t._setTransform(x),i&&(h.clone(m,t.position),h.clone(A,t.direction),h.clone(C,t.up),h.cross(A,C,t.right))}if(n){let u=a===ee.SCENE2D||h.equals(e._offset3D,h.ZERO)?void 0:e._offset3D;t.lookAtTransform(t.transform,u)}}function dD(e,t,n){this.entity=e,this.scene=t,this.ellipsoid=y(n,ie.WGS84),this.boundingSphere=void 0,this._lastEntity=void 0,this._mode=void 0,this._lastCartesian=new h,this._defaultOffset3D=void 0,this._offset3D=new h}Object.defineProperties(dD,{defaultOffset3D:{get:function(){return this._defaultOffset3D},set:function(e){this._defaultOffset3D=h.clone(e,new h)}}});dD.defaultOffset3D=new h(-14e3,3500,3500);var i2=new qu,Mqe=new h;dD.prototype.update=function(e,t){let n=this.scene,i=this.ellipsoid,o=n.mode;if(o===ee.MORPHING)return;let r=this.entity,s=r.position;if(!l(s))return;let a=r!==this._lastEntity,c=o!==this._mode,u=n.camera,f=a||c,d=!0;if(a){let p=r.viewFrom,g=l(p);if(!g&&l(t)){i2.pitch=-I.PI_OVER_FOUR,i2.range=0;let m=s.getValue(e,Mqe);if(l(m)){let A=2-1/Math.max(1,h.magnitude(m)/i.maximumRadius);i2.pitch*=A}u.viewBoundingSphere(t,i2),this.boundingSphere=t,f=!1,d=!1}else(!g||!l(p.getValue(e,this._offset3D)))&&h.clone(dD._defaultOffset3D,this._offset3D)}else!c&&this._mode!==ee.SCENE2D&&h.clone(u.position,this._offset3D);this._lastEntity=r,this._mode=o,Rqe(this,u,f,d,s,e,i)};var o2=dD;function f2(e){return d2(e.map(([t,n])=>new Array(t).fill(n,0,t)))}function d2(e){return e.reduce((t,n)=>t.concat(Array.isArray(n)?d2(n):n),[])}var Mce=[0,1,2,3].concat(...f2([[2,4],[2,5],[4,6],[4,7],[8,8],[8,9],[16,10],[16,11],[32,12],[32,13],[64,14],[64,15],[2,0],[1,16],[1,17],[2,18],[2,19],[4,20],[4,21],[8,22],[8,23],[16,24],[16,25],[32,26],[32,27],[64,28],[64,29]]));function nr(){let e=this;function t(o){let r=e.dyn_tree,s=e.stat_desc.static_tree,a=e.stat_desc.extra_bits,c=e.stat_desc.extra_base,u=e.stat_desc.max_length,f,d,p,g,m,A,C=0;for(g=0;g<=15;g++)o.bl_count[g]=0;for(r[o.heap[o.heap_max]*2+1]=0,f=o.heap_max+1;f<573;f++)d=o.heap[f],g=r[r[d*2+1]*2+1]+1,g>u&&(g=u,C++),r[d*2+1]=g,!(d>e.max_code)&&(o.bl_count[g]++,m=0,d>=c&&(m=a[d-c]),A=r[d*2],o.opt_len+=A*(g+m),s&&(o.static_len+=A*(s[d*2+1]+m)));if(C!==0){do{for(g=u-1;o.bl_count[g]===0;)g--;o.bl_count[g]--,o.bl_count[g+1]+=2,o.bl_count[u]--,C-=2}while(C>0);for(g=u;g!==0;g--)for(d=o.bl_count[g];d!==0;)p=o.heap[--f],!(p>e.max_code)&&(r[p*2+1]!=g&&(o.opt_len+=(g-r[p*2+1])*r[p*2],r[p*2+1]=g),d--)}}function n(o,r){let s=0;do s|=o&1,o>>>=1,s<<=1;while(--r>0);return s>>>1}function i(o,r,s){let a=[],c=0,u,f,d;for(u=1;u<=15;u++)a[u]=c=c+s[u-1]<<1;for(f=0;f<=r;f++)d=o[f*2+1],d!==0&&(o[f*2]=n(a[d]++,d))}e.build_tree=function(o){let r=e.dyn_tree,s=e.stat_desc.static_tree,a=e.stat_desc.elems,c,u,f=-1,d;for(o.heap_len=0,o.heap_max=573,c=0;c<a;c++)r[c*2]!==0?(o.heap[++o.heap_len]=f=c,o.depth[c]=0):r[c*2+1]=0;for(;o.heap_len<2;)d=o.heap[++o.heap_len]=f<2?++f:0,r[d*2]=1,o.depth[d]=0,o.opt_len--,s&&(o.static_len-=s[d*2+1]);for(e.max_code=f,c=Math.floor(o.heap_len/2);c>=1;c--)o.pqdownheap(r,c);d=a;do c=o.heap[1],o.heap[1]=o.heap[o.heap_len--],o.pqdownheap(r,1),u=o.heap[1],o.heap[--o.heap_max]=c,o.heap[--o.heap_max]=u,r[d*2]=r[c*2]+r[u*2],o.depth[d]=Math.max(o.depth[c],o.depth[u])+1,r[c*2+1]=r[u*2+1]=d,o.heap[1]=d++,o.pqdownheap(r,1);while(o.heap_len>=2);o.heap[--o.heap_max]=o.heap[1],t(o),i(r,e.max_code,o.bl_count)}}nr._length_code=[0,1,2,3,4,5,6,7].concat(...f2([[2,8],[2,9],[2,10],[2,11],[4,12],[4,13],[4,14],[4,15],[8,16],[8,17],[8,18],[8,19],[16,20],[16,21],[16,22],[16,23],[32,24],[32,25],[32,26],[31,27],[1,28]]));nr.base_length=[0,1,2,3,4,5,6,7,8,10,12,14,16,20,24,28,32,40,48,56,64,80,96,112,128,160,192,224,0];nr.base_dist=[0,1,2,3,4,6,8,12,16,24,32,48,64,96,128,192,256,384,512,768,1024,1536,2048,3072,4096,6144,8192,12288,16384,24576];nr.d_code=function(e){return e<256?Mce[e]:Mce[256+(e>>>7)]};nr.extra_lbits=[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];nr.extra_dbits=[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];nr.extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7];nr.bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];function $s(e,t,n,i,o){let r=this;r.static_tree=e,r.extra_bits=t,r.extra_base=n,r.elems=i,r.max_length=o}var Lqe=[12,140,76,204,44,172,108,236,28,156,92,220,60,188,124,252,2,130,66,194,34,162,98,226,18,146,82,210,50,178,114,242,10,138,74,202,42,170,106,234,26,154,90,218,58,186,122,250,6,134,70,198,38,166,102,230,22,150,86,214,54,182,118,246,14,142,78,206,46,174,110,238,30,158,94,222,62,190,126,254,1,129,65,193,33,161,97,225,17,145,81,209,49,177,113,241,9,137,73,201,41,169,105,233,25,153,89,217,57,185,121,249,5,133,69,197,37,165,101,229,21,149,85,213,53,181,117,245,13,141,77,205,45,173,109,237,29,157,93,221,61,189,125,253,19,275,147,403,83,339,211,467,51,307,179,435,115,371,243,499,11,267,139,395,75,331,203,459,43,299,171,427,107,363,235,491,27,283,155,411,91,347,219,475,59,315,187,443,123,379,251,507,7,263,135,391,71,327,199,455,39,295,167,423,103,359,231,487,23,279,151,407,87,343,215,471,55,311,183,439,119,375,247,503,15,271,143,399,79,335,207,463,47,303,175,431,111,367,239,495,31,287,159,415,95,351,223,479,63,319,191,447,127,383,255,511,0,64,32,96,16,80,48,112,8,72,40,104,24,88,56,120,4,68,36,100,20,84,52,116,3,131,67,195,35,163,99,227],Fqe=f2([[144,8],[112,9],[24,7],[8,8]]);$s.static_ltree=d2(Lqe.map((e,t)=>[e,Fqe[t]]));var Nqe=[0,16,8,24,4,20,12,28,2,18,10,26,6,22,14,30,1,17,9,25,5,21,13,29,3,19,11,27,7,23],kqe=f2([[30,5]]);$s.static_dtree=d2(Nqe.map((e,t)=>[e,kqe[t]]));$s.static_l_desc=new $s($s.static_ltree,nr.extra_lbits,256+1,286,15);$s.static_d_desc=new $s($s.static_dtree,nr.extra_dbits,0,30,15);$s.static_bl_desc=new $s(null,nr.extra_blbits,0,19,7);var Vqe=9,Uqe=8;function Sh(e,t,n,i,o){let r=this;r.good_length=e,r.max_lazy=t,r.nice_length=n,r.max_chain=i,r.func=o}var Fce=0,l2=1,Gy=2,id=[new Sh(0,0,0,0,Fce),new Sh(4,4,8,4,l2),new Sh(4,5,16,8,l2),new Sh(4,6,32,32,l2),new Sh(4,4,16,16,Gy),new Sh(8,16,32,32,Gy),new Sh(8,16,128,128,Gy),new Sh(8,32,128,256,Gy),new Sh(32,128,258,1024,Gy),new Sh(32,258,258,4096,Gy)],r2=["need dictionary","stream end","","","stream error","data error","","buffer error","",""],Yu=0,s2=1,hD=2,a2=3,zqe=32,k9=42,c2=113,mD=666,V9=8,Hqe=0,U9=1,Gqe=2,cr=3,u2=258,kl=u2+cr+1;function Lce(e,t,n,i){let o=e[t*2],r=e[n*2];return o<r||o==r&&i[t]<=i[n]}function Wqe(){let e=this,t,n,i,o,r,s,a,c,u,f,d,p,g,m,A,C,x,b,E,S,D,v,O,R,M,L,_,T,w,P,B,N,z,V=new nr,G=new nr,k=new nr;e.depth=[];let X,q,Y,W,J,Z;e.bl_count=[],e.heap=[],B=[],N=[],z=[];function ue(){u=2*r,d[g-1]=0;for(let Re=0;Re<g-1;Re++)d[Re]=0;L=id[_].max_lazy,w=id[_].good_length,P=id[_].nice_length,M=id[_].max_chain,D=0,x=0,O=0,b=R=cr-1,S=0,p=0}function pe(){let Re;for(Re=0;Re<286;Re++)B[Re*2]=0;for(Re=0;Re<30;Re++)N[Re*2]=0;for(Re=0;Re<19;Re++)z[Re*2]=0;B[256*2]=1,e.opt_len=e.static_len=0,q=Y=0}function oe(){V.dyn_tree=B,V.stat_desc=$s.static_l_desc,G.dyn_tree=N,G.stat_desc=$s.static_d_desc,k.dyn_tree=z,k.stat_desc=$s.static_bl_desc,J=0,Z=0,W=8,pe()}e.pqdownheap=function(Re,Qe){let je=e.heap,We=je[Qe],ct=Qe<<1;for(;ct<=e.heap_len&&(ct<e.heap_len&&Lce(Re,je[ct+1],je[ct],e.depth)&&ct++,!Lce(Re,We,je[ct],e.depth));)je[Qe]=je[ct],Qe=ct,ct<<=1;je[Qe]=We};function fe(Re,Qe){let je=-1,We,ct=Re[0*2+1],Ot=0,An=7,Fi=4;ct===0&&(An=138,Fi=3),Re[(Qe+1)*2+1]=65535;for(let Wo=0;Wo<=Qe;Wo++)We=ct,ct=Re[(Wo+1)*2+1],!(++Ot<An&&We==ct)&&(Ot<Fi?z[We*2]+=Ot:We!==0?(We!=je&&z[We*2]++,z[16*2]++):Ot<=10?z[17*2]++:z[18*2]++,Ot=0,je=We,ct===0?(An=138,Fi=3):We==ct?(An=6,Fi=3):(An=7,Fi=4))}function ge(){let Re;for(fe(B,V.max_code),fe(N,G.max_code),k.build_tree(e),Re=19-1;Re>=3&&z[nr.bl_order[Re]*2+1]===0;Re--);return e.opt_len+=3*(Re+1)+5+5+4,Re}function Ee(Re){e.pending_buf[e.pending++]=Re}function Ie(Re){Ee(Re&255),Ee(Re>>>8&255)}function Me(Re){Ee(Re>>8&255),Ee(Re&255&255)}function Ge(Re,Qe){let je,We=Qe;Z>16-We?(je=Re,J|=je<<Z&65535,Ie(J),J=je>>>16-Z,Z+=We-16):(J|=Re<<Z&65535,Z+=We)}function bt(Re,Qe){let je=Re*2;Ge(Qe[je]&65535,Qe[je+1]&65535)}function zt(Re,Qe){let je,We=-1,ct,Ot=Re[0*2+1],An=0,Fi=7,Wo=4;for(Ot===0&&(Fi=138,Wo=3),je=0;je<=Qe;je++)if(ct=Ot,Ot=Re[(je+1)*2+1],!(++An<Fi&&ct==Ot)){if(An<Wo)do bt(ct,z);while(--An!==0);else ct!==0?(ct!=We&&(bt(ct,z),An--),bt(16,z),Ge(An-3,2)):An<=10?(bt(17,z),Ge(An-3,3)):(bt(18,z),Ge(An-11,7));An=0,We=ct,Ot===0?(Fi=138,Wo=3):ct==Ot?(Fi=6,Wo=3):(Fi=7,Wo=4)}}function on(Re,Qe,je){let We;for(Ge(Re-257,5),Ge(Qe-1,5),Ge(je-4,4),We=0;We<je;We++)Ge(z[nr.bl_order[We]*2+1],3);zt(B,Re-1),zt(N,Qe-1)}function at(){Z==16?(Ie(J),J=0,Z=0):Z>=8&&(Ee(J&255),J>>>=8,Z-=8)}function Tn(){Ge(U9<<1,3),bt(256,$s.static_ltree),at(),1+W+10-Z<9&&(Ge(U9<<1,3),bt(256,$s.static_ltree),at()),W=7}function Yn(Re,Qe){let je,We,ct;if(e.dist_buf[q]=Re,e.lc_buf[q]=Qe&255,q++,Re===0?B[Qe*2]++:(Y++,Re--,B[(nr._length_code[Qe]+256+1)*2]++,N[nr.d_code(Re)*2]++),(q&8191)===0&&_>2){for(je=q*8,We=D-x,ct=0;ct<30;ct++)je+=N[ct*2]*(5+nr.extra_dbits[ct]);if(je>>>=3,Y<Math.floor(q/2)&&je<Math.floor(We/2))return!0}return q==X-1}function ot(Re,Qe){let je,We,ct=0,Ot,An;if(q!==0)do je=e.dist_buf[ct],We=e.lc_buf[ct],ct++,je===0?bt(We,Re):(Ot=nr._length_code[We],bt(Ot+256+1,Re),An=nr.extra_lbits[Ot],An!==0&&(We-=nr.base_length[Ot],Ge(We,An)),je--,Ot=nr.d_code(je),bt(Ot,Qe),An=nr.extra_dbits[Ot],An!==0&&(je-=nr.base_dist[Ot],Ge(je,An)));while(ct<q);bt(256,Re),W=Re[256*2+1]}function Gt(){Z>8?Ie(J):Z>0&&Ee(J&255),J=0,Z=0}function si(Re,Qe,je){Gt(),W=8,je&&(Ie(Qe),Ie(~Qe)),e.pending_buf.set(c.subarray(Re,Re+Qe),e.pending),e.pending+=Qe}function Se(Re,Qe,je){Ge((Hqe<<1)+(je?1:0),3),si(Re,Qe,!0)}function dt(Re,Qe,je){let We,ct,Ot=0;_>0?(V.build_tree(e),G.build_tree(e),Ot=ge(),We=e.opt_len+3+7>>>3,ct=e.static_len+3+7>>>3,ct<=We&&(We=ct)):We=ct=Qe+5,Qe+4<=We&&Re!=-1?Se(Re,Qe,je):ct==We?(Ge((U9<<1)+(je?1:0),3),ot($s.static_ltree,$s.static_dtree)):(Ge((Gqe<<1)+(je?1:0),3),on(V.max_code+1,G.max_code+1,Ot+1),ot(B,N)),pe(),je&&Gt()}function It(Re){dt(x>=0?x:-1,D-x,Re),x=D,t.flush_pending()}function ii(){let Re,Qe,je,We;do{if(We=u-O-D,We===0&&D===0&&O===0)We=r;else if(We==-1)We--;else if(D>=r+r-kl){c.set(c.subarray(r,r+r),0),v-=r,D-=r,x-=r,Re=g,je=Re;do Qe=d[--je]&65535,d[je]=Qe>=r?Qe-r:0;while(--Re!==0);Re=r,je=Re;do Qe=f[--je]&65535,f[je]=Qe>=r?Qe-r:0;while(--Re!==0);We+=r}if(t.avail_in===0)return;Re=t.read_buf(c,D+O,We),O+=Re,O>=cr&&(p=c[D]&255,p=(p<<C^c[D+1]&255)&A)}while(O<kl&&t.avail_in!==0)}function Li(Re){let Qe=65535,je;for(Qe>i-5&&(Qe=i-5);;){if(O<=1){if(ii(),O===0&&Re==0)return Yu;if(O===0)break}if(D+=O,O=0,je=x+Qe,(D===0||D>=je)&&(O=D-je,D=je,It(!1),t.avail_out===0)||D-x>=r-kl&&(It(!1),t.avail_out===0))return Yu}return It(Re==4),t.avail_out===0?Re==4?hD:Yu:Re==4?a2:s2}function Ho(Re){let Qe=M,je=D,We,ct,Ot=R,An=D>r-kl?D-(r-kl):0,Fi=P,Wo=a,ps=D+u2,Hi=c[je+Ot-1],Io=c[je+Ot];R>=w&&(Qe>>=2),Fi>O&&(Fi=O);do if(We=Re,!(c[We+Ot]!=Io||c[We+Ot-1]!=Hi||c[We]!=c[je]||c[++We]!=c[je+1])){je+=2,We++;do;while(c[++je]==c[++We]&&c[++je]==c[++We]&&c[++je]==c[++We]&&c[++je]==c[++We]&&c[++je]==c[++We]&&c[++je]==c[++We]&&c[++je]==c[++We]&&c[++je]==c[++We]&&je<ps);if(ct=u2-(ps-je),je=ps-u2,ct>Ot){if(v=Re,Ot=ct,ct>=Fi)break;Hi=c[je+Ot-1],Io=c[je+Ot]}}while((Re=f[Re&Wo]&65535)>An&&--Qe!==0);return Ot<=O?Ot:O}function Po(Re){let Qe=0,je;for(;;){if(O<kl){if(ii(),O<kl&&Re==0)return Yu;if(O===0)break}if(O>=cr&&(p=(p<<C^c[D+(cr-1)]&255)&A,Qe=d[p]&65535,f[D&a]=d[p],d[p]=D),Qe!==0&&(D-Qe&65535)<=r-kl&&T!=2&&(b=Ho(Qe)),b>=cr)if(je=Yn(D-v,b-cr),O-=b,b<=L&&O>=cr){b--;do D++,p=(p<<C^c[D+(cr-1)]&255)&A,Qe=d[p]&65535,f[D&a]=d[p],d[p]=D;while(--b!==0);D++}else D+=b,b=0,p=c[D]&255,p=(p<<C^c[D+1]&255)&A;else je=Yn(0,c[D]&255),O--,D++;if(je&&(It(!1),t.avail_out===0))return Yu}return It(Re==4),t.avail_out===0?Re==4?hD:Yu:Re==4?a2:s2}function Go(Re){let Qe=0,je,We;for(;;){if(O<kl){if(ii(),O<kl&&Re==0)return Yu;if(O===0)break}if(O>=cr&&(p=(p<<C^c[D+(cr-1)]&255)&A,Qe=d[p]&65535,f[D&a]=d[p],d[p]=D),R=b,E=v,b=cr-1,Qe!==0&&R<L&&(D-Qe&65535)<=r-kl&&(T!=2&&(b=Ho(Qe)),b<=5&&(T==1||b==cr&&D-v>4096)&&(b=cr-1)),R>=cr&&b<=R){We=D+O-cr,je=Yn(D-1-E,R-cr),O-=R-1,R-=2;do++D<=We&&(p=(p<<C^c[D+(cr-1)]&255)&A,Qe=d[p]&65535,f[D&a]=d[p],d[p]=D);while(--R!==0);if(S=0,b=cr-1,D++,je&&(It(!1),t.avail_out===0))return Yu}else if(S!==0){if(je=Yn(0,c[D-1]&255),je&&It(!1),D++,O--,t.avail_out===0)return Yu}else S=1,D++,O--}return S!==0&&(je=Yn(0,c[D-1]&255),S=0),It(Re==4),t.avail_out===0?Re==4?hD:Yu:Re==4?a2:s2}function Pi(Re){return Re.total_in=Re.total_out=0,Re.msg=null,e.pending=0,e.pending_out=0,n=c2,o=0,oe(),ue(),0}e.deflateInit=function(Re,Qe,je,We,ct,Ot){return We||(We=V9),ct||(ct=Uqe),Ot||(Ot=0),Re.msg=null,Qe==-1&&(Qe=6),ct<1||ct>Vqe||We!=V9||je<9||je>15||Qe<0||Qe>9||Ot<0||Ot>2?-2:(Re.dstate=e,s=je,r=1<<s,a=r-1,m=ct+7,g=1<<m,A=g-1,C=Math.floor((m+cr-1)/cr),c=new Uint8Array(r*2),f=[],d=[],X=1<<ct+6,e.pending_buf=new Uint8Array(X*4),i=X*4,e.dist_buf=new Uint16Array(X),e.lc_buf=new Uint8Array(X),_=Qe,T=Ot,Pi(Re))},e.deflateEnd=function(){return n!=k9&&n!=c2&&n!=mD?-2:(e.lc_buf=null,e.dist_buf=null,e.pending_buf=null,d=null,f=null,c=null,e.dstate=null,n==c2?-3:0)},e.deflateParams=function(Re,Qe,je){let We=0;return Qe==-1&&(Qe=6),Qe<0||Qe>9||je<0||je>2?-2:(id[_].func!=id[Qe].func&&Re.total_in!==0&&(We=Re.deflate(1)),_!=Qe&&(_=Qe,L=id[_].max_lazy,w=id[_].good_length,P=id[_].nice_length,M=id[_].max_chain),T=je,We)},e.deflateSetDictionary=function(Re,Qe,je){let We=je,ct,Ot=0;if(!Qe||n!=k9)return-2;if(We<cr)return 0;for(We>r-kl&&(We=r-kl,Ot=je-We),c.set(Qe.subarray(Ot,Ot+We),0),D=We,x=We,p=c[0]&255,p=(p<<C^c[1]&255)&A,ct=0;ct<=We-cr;ct++)p=(p<<C^c[ct+(cr-1)]&255)&A,f[ct&a]=d[p],d[p]=ct;return 0},e.deflate=function(Re,Qe){let je,We,ct,Ot,An;if(Qe>4||Qe<0)return-2;if(!Re.next_out||!Re.next_in&&Re.avail_in!==0||n==mD&&Qe!=4)return Re.msg=r2[2- -2],-2;if(Re.avail_out===0)return Re.msg=r2[2- -5],-5;if(t=Re,Ot=o,o=Qe,n==k9&&(We=V9+(s-8<<4)<<8,ct=(_-1&255)>>1,ct>3&&(ct=3),We|=ct<<6,D!==0&&(We|=zqe),We+=31-We%31,n=c2,Me(We)),e.pending!==0){if(t.flush_pending(),t.avail_out===0)return o=-1,0}else if(t.avail_in===0&&Qe<=Ot&&Qe!=4)return t.msg=r2[2- -5],-5;if(n==mD&&t.avail_in!==0)return Re.msg=r2[2- -5],-5;if(t.avail_in!==0||O!==0||Qe!=0&&n!=mD){switch(An=-1,id[_].func){case Fce:An=Li(Qe);break;case l2:An=Po(Qe);break;case Gy:An=Go(Qe);break;default:}if((An==hD||An==a2)&&(n=mD),An==Yu||An==hD)return t.avail_out===0&&(o=-1),0;if(An==s2){if(Qe==1)Tn();else if(Se(0,0,!1),Qe==3)for(je=0;je<g;je++)d[je]=0;if(t.flush_pending(),t.avail_out===0)return o=-1,0}}return Qe!=4?0:1}}function Nce(){let e=this;e.next_in_index=0,e.next_out_index=0,e.avail_in=0,e.total_in=0,e.avail_out=0,e.total_out=0}Nce.prototype={deflateInit:function(e,t){let n=this;return n.dstate=new Wqe,t||(t=15),n.dstate.deflateInit(n,e,t)},deflate:function(e){let t=this;return t.dstate?t.dstate.deflate(t,e):-2},deflateEnd:function(){let e=this;if(!e.dstate)return-2;let t=e.dstate.deflateEnd();return e.dstate=null,t},deflateParams:function(e,t){let n=this;return n.dstate?n.dstate.deflateParams(n,e,t):-2},deflateSetDictionary:function(e,t){let n=this;return n.dstate?n.dstate.deflateSetDictionary(n,e,t):-2},read_buf:function(e,t,n){let i=this,o=i.avail_in;return o>n&&(o=n),o===0?0:(i.avail_in-=o,e.set(i.next_in.subarray(i.next_in_index,i.next_in_index+o),t),i.next_in_index+=o,i.total_in+=o,o)},flush_pending:function(){let e=this,t=e.dstate.pending;t>e.avail_out&&(t=e.avail_out),t!==0&&(e.next_out.set(e.dstate.pending_buf.subarray(e.dstate.pending_out,e.dstate.pending_out+t),e.next_out_index),e.next_out_index+=t,e.dstate.pending_out+=t,e.total_out+=t,e.avail_out-=t,e.dstate.pending-=t,e.dstate.pending===0&&(e.dstate.pending_out=0))}};function jqe(e){let t=this,n=new Nce,i=qqe(e&&e.chunkSize?e.chunkSize:64*1024),o=0,r=new Uint8Array(i),s=e?e.level:-1;typeof s>"u"&&(s=-1),n.deflateInit(s),n.next_out=r,t.append=function(a,c){let u,f,d=0,p=0,g=0,m=[];if(!!a.length){n.next_in_index=0,n.next_in=a,n.avail_in=a.length;do{if(n.next_out_index=0,n.avail_out=i,u=n.deflate(o),u!=0)throw new Error("deflating: "+n.msg);n.next_out_index&&(n.next_out_index==i?m.push(new Uint8Array(r)):m.push(r.slice(0,n.next_out_index))),g+=n.next_out_index,c&&n.next_in_index>0&&n.next_in_index!=d&&(c(n.next_in_index),d=n.next_in_index)}while(n.avail_in>0||n.avail_out===0);return m.length>1?(f=new Uint8Array(g),m.forEach(function(A){f.set(A,p),p+=A.length})):f=m[0]||new Uint8Array(0),f}},t.flush=function(){let a,c,u=0,f=0,d=[];do{if(n.next_out_index=0,n.avail_out=i,a=n.deflate(4),a!=1&&a!=0)throw new Error("deflating: "+n.msg);i-n.avail_out>0&&d.push(r.slice(0,n.next_out_index)),f+=n.next_out_index}while(n.avail_in>0||n.avail_out===0);return n.deflateEnd(),c=new Uint8Array(f),d.forEach(function(p){c.set(p,u),u+=p.length}),c}}function qqe(e){return e+5*(Math.floor(e/16383)+1)}var kce=jqe;var Vl=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535],ole=1440,Yqe=0,Xqe=4,Kqe=9,Jqe=5,Zqe=[96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,192,80,7,10,0,8,96,0,8,32,0,9,160,0,8,0,0,8,128,0,8,64,0,9,224,80,7,6,0,8,88,0,8,24,0,9,144,83,7,59,0,8,120,0,8,56,0,9,208,81,7,17,0,8,104,0,8,40,0,9,176,0,8,8,0,8,136,0,8,72,0,9,240,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,200,81,7,13,0,8,100,0,8,36,0,9,168,0,8,4,0,8,132,0,8,68,0,9,232,80,7,8,0,8,92,0,8,28,0,9,152,84,7,83,0,8,124,0,8,60,0,9,216,82,7,23,0,8,108,0,8,44,0,9,184,0,8,12,0,8,140,0,8,76,0,9,248,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,196,81,7,11,0,8,98,0,8,34,0,9,164,0,8,2,0,8,130,0,8,66,0,9,228,80,7,7,0,8,90,0,8,26,0,9,148,84,7,67,0,8,122,0,8,58,0,9,212,82,7,19,0,8,106,0,8,42,0,9,180,0,8,10,0,8,138,0,8,74,0,9,244,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,204,81,7,15,0,8,102,0,8,38,0,9,172,0,8,6,0,8,134,0,8,70,0,9,236,80,7,9,0,8,94,0,8,30,0,9,156,84,7,99,0,8,126,0,8,62,0,9,220,82,7,27,0,8,110,0,8,46,0,9,188,0,8,14,0,8,142,0,8,78,0,9,252,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,194,80,7,10,0,8,97,0,8,33,0,9,162,0,8,1,0,8,129,0,8,65,0,9,226,80,7,6,0,8,89,0,8,25,0,9,146,83,7,59,0,8,121,0,8,57,0,9,210,81,7,17,0,8,105,0,8,41,0,9,178,0,8,9,0,8,137,0,8,73,0,9,242,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,202,81,7,13,0,8,101,0,8,37,0,9,170,0,8,5,0,8,133,0,8,69,0,9,234,80,7,8,0,8,93,0,8,29,0,9,154,84,7,83,0,8,125,0,8,61,0,9,218,82,7,23,0,8,109,0,8,45,0,9,186,0,8,13,0,8,141,0,8,77,0,9,250,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,198,81,7,11,0,8,99,0,8,35,0,9,166,0,8,3,0,8,131,0,8,67,0,9,230,80,7,7,0,8,91,0,8,27,0,9,150,84,7,67,0,8,123,0,8,59,0,9,214,82,7,19,0,8,107,0,8,43,0,9,182,0,8,11,0,8,139,0,8,75,0,9,246,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,206,81,7,15,0,8,103,0,8,39,0,9,174,0,8,7,0,8,135,0,8,71,0,9,238,80,7,9,0,8,95,0,8,31,0,9,158,84,7,99,0,8,127,0,8,63,0,9,222,82,7,27,0,8,111,0,8,47,0,9,190,0,8,15,0,8,143,0,8,79,0,9,254,96,7,256,0,8,80,0,8,16,84,8,115,82,7,31,0,8,112,0,8,48,0,9,193,80,7,10,0,8,96,0,8,32,0,9,161,0,8,0,0,8,128,0,8,64,0,9,225,80,7,6,0,8,88,0,8,24,0,9,145,83,7,59,0,8,120,0,8,56,0,9,209,81,7,17,0,8,104,0,8,40,0,9,177,0,8,8,0,8,136,0,8,72,0,9,241,80,7,4,0,8,84,0,8,20,85,8,227,83,7,43,0,8,116,0,8,52,0,9,201,81,7,13,0,8,100,0,8,36,0,9,169,0,8,4,0,8,132,0,8,68,0,9,233,80,7,8,0,8,92,0,8,28,0,9,153,84,7,83,0,8,124,0,8,60,0,9,217,82,7,23,0,8,108,0,8,44,0,9,185,0,8,12,0,8,140,0,8,76,0,9,249,80,7,3,0,8,82,0,8,18,85,8,163,83,7,35,0,8,114,0,8,50,0,9,197,81,7,11,0,8,98,0,8,34,0,9,165,0,8,2,0,8,130,0,8,66,0,9,229,80,7,7,0,8,90,0,8,26,0,9,149,84,7,67,0,8,122,0,8,58,0,9,213,82,7,19,0,8,106,0,8,42,0,9,181,0,8,10,0,8,138,0,8,74,0,9,245,80,7,5,0,8,86,0,8,22,192,8,0,83,7,51,0,8,118,0,8,54,0,9,205,81,7,15,0,8,102,0,8,38,0,9,173,0,8,6,0,8,134,0,8,70,0,9,237,80,7,9,0,8,94,0,8,30,0,9,157,84,7,99,0,8,126,0,8,62,0,9,221,82,7,27,0,8,110,0,8,46,0,9,189,0,8,14,0,8,142,0,8,78,0,9,253,96,7,256,0,8,81,0,8,17,85,8,131,82,7,31,0,8,113,0,8,49,0,9,195,80,7,10,0,8,97,0,8,33,0,9,163,0,8,1,0,8,129,0,8,65,0,9,227,80,7,6,0,8,89,0,8,25,0,9,147,83,7,59,0,8,121,0,8,57,0,9,211,81,7,17,0,8,105,0,8,41,0,9,179,0,8,9,0,8,137,0,8,73,0,9,243,80,7,4,0,8,85,0,8,21,80,8,258,83,7,43,0,8,117,0,8,53,0,9,203,81,7,13,0,8,101,0,8,37,0,9,171,0,8,5,0,8,133,0,8,69,0,9,235,80,7,8,0,8,93,0,8,29,0,9,155,84,7,83,0,8,125,0,8,61,0,9,219,82,7,23,0,8,109,0,8,45,0,9,187,0,8,13,0,8,141,0,8,77,0,9,251,80,7,3,0,8,83,0,8,19,85,8,195,83,7,35,0,8,115,0,8,51,0,9,199,81,7,11,0,8,99,0,8,35,0,9,167,0,8,3,0,8,131,0,8,67,0,9,231,80,7,7,0,8,91,0,8,27,0,9,151,84,7,67,0,8,123,0,8,59,0,9,215,82,7,19,0,8,107,0,8,43,0,9,183,0,8,11,0,8,139,0,8,75,0,9,247,80,7,5,0,8,87,0,8,23,192,8,0,83,7,51,0,8,119,0,8,55,0,9,207,81,7,15,0,8,103,0,8,39,0,9,175,0,8,7,0,8,135,0,8,71,0,9,239,80,7,9,0,8,95,0,8,31,0,9,159,84,7,99,0,8,127,0,8,63,0,9,223,82,7,27,0,8,111,0,8,47,0,9,191,0,8,15,0,8,143,0,8,79,0,9,255],Qqe=[80,5,1,87,5,257,83,5,17,91,5,4097,81,5,5,89,5,1025,85,5,65,93,5,16385,80,5,3,88,5,513,84,5,33,92,5,8193,82,5,9,90,5,2049,86,5,129,192,5,24577,80,5,2,87,5,385,83,5,25,91,5,6145,81,5,7,89,5,1537,85,5,97,93,5,24577,80,5,4,88,5,769,84,5,49,92,5,12289,82,5,13,90,5,3073,86,5,193,192,5,24577],$qe=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],eYe=[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,112,112],tYe=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],nYe=[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],_g=15;function W9(){let e=this,t,n,i,o,r,s;function a(u,f,d,p,g,m,A,C,x,b,E){let S,D,v,O,R,M,L,_,T,w,P,B,N,z,V;w=0,R=d;do i[u[f+w]]++,w++,R--;while(R!==0);if(i[0]==d)return A[0]=-1,C[0]=0,0;for(_=C[0],M=1;M<=_g&&i[M]===0;M++);for(L=M,_<M&&(_=M),R=_g;R!==0&&i[R]===0;R--);for(v=R,_>R&&(_=R),C[0]=_,z=1<<M;M<R;M++,z<<=1)if((z-=i[M])<0)return-3;if((z-=i[R])<0)return-3;for(i[R]+=z,s[1]=M=0,w=1,N=2;--R!==0;)s[N]=M+=i[w],N++,w++;R=0,w=0;do(M=u[f+w])!==0&&(E[s[M]++]=R),w++;while(++R<d);for(d=s[v],s[0]=R=0,w=0,O=-1,B=-_,r[0]=0,P=0,V=0;L<=v;L++)for(S=i[L];S--!==0;){for(;L>B+_;){if(O++,B+=_,V=v-B,V=V>_?_:V,(D=1<<(M=L-B))>S+1&&(D-=S+1,N=L,M<V))for(;++M<V&&!((D<<=1)<=i[++N]);)D-=i[N];if(V=1<<M,b[0]+V>ole)return-3;r[O]=P=b[0],b[0]+=V,O!==0?(s[O]=R,o[0]=M,o[1]=_,M=R>>>B-_,o[2]=P-r[O-1]-M,x.set(o,(r[O-1]+M)*3)):A[0]=P}for(o[1]=L-B,w>=d?o[0]=128+64:E[w]<p?(o[0]=E[w]<256?0:32+64,o[2]=E[w++]):(o[0]=m[E[w]-p]+16+64,o[2]=g[E[w++]-p]),D=1<<L-B,M=R>>>B;M<V;M+=D)x.set(o,(P+M)*3);for(M=1<<L-1;(R&M)!==0;M>>>=1)R^=M;for(R^=M,T=(1<<B)-1;(R&T)!=s[O];)O--,B-=_,T=(1<<B)-1}return z!==0&&v!=1?-5:0}function c(u){let f;for(t||(t=[],n=[],i=new Int32Array(_g+1),o=[],r=new Int32Array(_g),s=new Int32Array(_g+1)),n.length<u&&(n=[]),f=0;f<u;f++)n[f]=0;for(f=0;f<_g+1;f++)i[f]=0;for(f=0;f<3;f++)o[f]=0;r.set(i.subarray(0,_g),0),s.set(i.subarray(0,_g+1),0)}e.inflate_trees_bits=function(u,f,d,p,g){let m;return c(19),t[0]=0,m=a(u,0,19,19,null,null,d,f,p,t,n),m==-3?g.msg="oversubscribed dynamic bit lengths tree":(m==-5||f[0]===0)&&(g.msg="incomplete dynamic bit lengths tree",m=-3),m},e.inflate_trees_dynamic=function(u,f,d,p,g,m,A,C,x){let b;return c(288),t[0]=0,b=a(d,0,u,257,$qe,eYe,m,p,C,t,n),b!=0||p[0]===0?(b==-3?x.msg="oversubscribed literal/length tree":b!=-4&&(x.msg="incomplete literal/length tree",b=-3),b):(c(288),b=a(d,u,f,0,tYe,nYe,A,g,C,t,n),b!=0||g[0]===0&&u>257?(b==-3?x.msg="oversubscribed distance tree":b==-5?(x.msg="incomplete distance tree",b=-3):b!=-4&&(x.msg="empty distance tree with lengths",b=-3),b):0)}}W9.inflate_trees_fixed=function(e,t,n,i){return e[0]=Kqe,t[0]=Jqe,n[0]=Zqe,i[0]=Qqe,0};var h2=0,Vce=1,Uce=2,zce=3,Hce=4,Gce=5,Wce=6,z9=7,jce=8,m2=9;function iYe(){let e=this,t,n=0,i,o=0,r=0,s=0,a=0,c=0,u=0,f=0,d,p=0,g,m=0;function A(C,x,b,E,S,D,v,O){let R,M,L,_,T,w,P,B,N,z,V,G,k,X,q,Y;P=O.next_in_index,B=O.avail_in,T=v.bitb,w=v.bitk,N=v.write,z=N<v.read?v.read-N-1:v.end-N,V=Vl[C],G=Vl[x];do{for(;w<20;)B--,T|=(O.read_byte(P++)&255)<<w,w+=8;if(R=T&V,M=b,L=E,Y=(L+R)*3,(_=M[Y])===0){T>>=M[Y+1],w-=M[Y+1],v.win[N++]=M[Y+2],z--;continue}do{if(T>>=M[Y+1],w-=M[Y+1],(_&16)!==0){for(_&=15,k=M[Y+2]+(T&Vl[_]),T>>=_,w-=_;w<15;)B--,T|=(O.read_byte(P++)&255)<<w,w+=8;R=T&G,M=S,L=D,Y=(L+R)*3,_=M[Y];do if(T>>=M[Y+1],w-=M[Y+1],(_&16)!==0){for(_&=15;w<_;)B--,T|=(O.read_byte(P++)&255)<<w,w+=8;if(X=M[Y+2]+(T&Vl[_]),T>>=_,w-=_,z-=k,N>=X)q=N-X,N-q>0&&2>N-q?(v.win[N++]=v.win[q++],v.win[N++]=v.win[q++],k-=2):(v.win.set(v.win.subarray(q,q+2),N),N+=2,q+=2,k-=2);else{q=N-X;do q+=v.end;while(q<0);if(_=v.end-q,k>_){if(k-=_,N-q>0&&_>N-q)do v.win[N++]=v.win[q++];while(--_!==0);else v.win.set(v.win.subarray(q,q+_),N),N+=_,q+=_,_=0;q=0}}if(N-q>0&&k>N-q)do v.win[N++]=v.win[q++];while(--k!==0);else v.win.set(v.win.subarray(q,q+k),N),N+=k,q+=k,k=0;break}else if((_&64)===0)R+=M[Y+2],R+=T&Vl[_],Y=(L+R)*3,_=M[Y];else return O.msg="invalid distance code",k=O.avail_in-B,k=w>>3<k?w>>3:k,B+=k,P-=k,w-=k<<3,v.bitb=T,v.bitk=w,O.avail_in=B,O.total_in+=P-O.next_in_index,O.next_in_index=P,v.write=N,-3;while(!0);break}if((_&64)===0){if(R+=M[Y+2],R+=T&Vl[_],Y=(L+R)*3,(_=M[Y])===0){T>>=M[Y+1],w-=M[Y+1],v.win[N++]=M[Y+2],z--;break}}else return(_&32)!==0?(k=O.avail_in-B,k=w>>3<k?w>>3:k,B+=k,P-=k,w-=k<<3,v.bitb=T,v.bitk=w,O.avail_in=B,O.total_in+=P-O.next_in_index,O.next_in_index=P,v.write=N,1):(O.msg="invalid literal/length code",k=O.avail_in-B,k=w>>3<k?w>>3:k,B+=k,P-=k,w-=k<<3,v.bitb=T,v.bitk=w,O.avail_in=B,O.total_in+=P-O.next_in_index,O.next_in_index=P,v.write=N,-3)}while(!0)}while(z>=258&&B>=10);return k=O.avail_in-B,k=w>>3<k?w>>3:k,B+=k,P-=k,w-=k<<3,v.bitb=T,v.bitk=w,O.avail_in=B,O.total_in+=P-O.next_in_index,O.next_in_index=P,v.write=N,0}e.init=function(C,x,b,E,S,D){t=h2,u=C,f=x,d=b,p=E,g=S,m=D,i=null},e.proc=function(C,x,b){let E,S,D,v=0,O=0,R=0,M,L,_,T;for(R=x.next_in_index,M=x.avail_in,v=C.bitb,O=C.bitk,L=C.write,_=L<C.read?C.read-L-1:C.end-L;;)switch(t){case h2:if(_>=258&&M>=10&&(C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,b=A(u,f,d,p,g,m,C,x),R=x.next_in_index,M=x.avail_in,v=C.bitb,O=C.bitk,L=C.write,_=L<C.read?C.read-L-1:C.end-L,b!=0)){t=b==1?z9:m2;break}r=u,i=d,o=p,t=Vce;case Vce:for(E=r;O<E;){if(M!==0)b=0;else return C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);M--,v|=(x.read_byte(R++)&255)<<O,O+=8}if(S=(o+(v&Vl[E]))*3,v>>>=i[S+1],O-=i[S+1],D=i[S],D===0){s=i[S+2],t=Wce;break}if((D&16)!==0){a=D&15,n=i[S+2],t=Uce;break}if((D&64)===0){r=D,o=S/3+i[S+2];break}if((D&32)!==0){t=z9;break}return t=m2,x.msg="invalid literal/length code",b=-3,C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);case Uce:for(E=a;O<E;){if(M!==0)b=0;else return C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);M--,v|=(x.read_byte(R++)&255)<<O,O+=8}n+=v&Vl[E],v>>=E,O-=E,r=f,i=g,o=m,t=zce;case zce:for(E=r;O<E;){if(M!==0)b=0;else return C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);M--,v|=(x.read_byte(R++)&255)<<O,O+=8}if(S=(o+(v&Vl[E]))*3,v>>=i[S+1],O-=i[S+1],D=i[S],(D&16)!==0){a=D&15,c=i[S+2],t=Hce;break}if((D&64)===0){r=D,o=S/3+i[S+2];break}return t=m2,x.msg="invalid distance code",b=-3,C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);case Hce:for(E=a;O<E;){if(M!==0)b=0;else return C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);M--,v|=(x.read_byte(R++)&255)<<O,O+=8}c+=v&Vl[E],v>>=E,O-=E,t=Gce;case Gce:for(T=L-c;T<0;)T+=C.end;for(;n!==0;){if(_===0&&(L==C.end&&C.read!==0&&(L=0,_=L<C.read?C.read-L-1:C.end-L),_===0&&(C.write=L,b=C.inflate_flush(x,b),L=C.write,_=L<C.read?C.read-L-1:C.end-L,L==C.end&&C.read!==0&&(L=0,_=L<C.read?C.read-L-1:C.end-L),_===0)))return C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);C.win[L++]=C.win[T++],_--,T==C.end&&(T=0),n--}t=h2;break;case Wce:if(_===0&&(L==C.end&&C.read!==0&&(L=0,_=L<C.read?C.read-L-1:C.end-L),_===0&&(C.write=L,b=C.inflate_flush(x,b),L=C.write,_=L<C.read?C.read-L-1:C.end-L,L==C.end&&C.read!==0&&(L=0,_=L<C.read?C.read-L-1:C.end-L),_===0)))return C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);b=0,C.win[L++]=s,_--,t=h2;break;case z9:if(O>7&&(O-=8,M++,R--),C.write=L,b=C.inflate_flush(x,b),L=C.write,_=L<C.read?C.read-L-1:C.end-L,C.read!=C.write)return C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);t=jce;case jce:return b=1,C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);case m2:return b=-3,C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b);default:return b=-2,C.bitb=v,C.bitk=O,x.avail_in=M,x.total_in+=R-x.next_in_index,x.next_in_index=R,C.write=L,C.inflate_flush(x,b)}},e.free=function(){}}var qce=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],WT=0,H9=1,Yce=2,Xce=3,Kce=4,Jce=5,p2=6,_2=7,Zce=8,Wy=9;function oYe(e,t){let n=this,i=WT,o=0,r=0,s=0,a,c=[0],u=[0],f=new iYe,d=0,p=new Int32Array(ole*3),g=0,m=new W9;n.bitk=0,n.bitb=0,n.win=new Uint8Array(t),n.end=t,n.read=0,n.write=0,n.reset=function(A,C){C&&(C[0]=g),i==p2&&f.free(A),i=WT,n.bitk=0,n.bitb=0,n.read=n.write=0},n.reset(e,null),n.inflate_flush=function(A,C){let x,b,E;return b=A.next_out_index,E=n.read,x=(E<=n.write?n.write:n.end)-E,x>A.avail_out&&(x=A.avail_out),x!==0&&C==-5&&(C=0),A.avail_out-=x,A.total_out+=x,A.next_out.set(n.win.subarray(E,E+x),b),b+=x,E+=x,E==n.end&&(E=0,n.write==n.end&&(n.write=0),x=n.write-E,x>A.avail_out&&(x=A.avail_out),x!==0&&C==-5&&(C=0),A.avail_out-=x,A.total_out+=x,A.next_out.set(n.win.subarray(E,E+x),b),b+=x,E+=x),A.next_out_index=b,n.read=E,C},n.proc=function(A,C){let x,b,E,S,D,v,O,R;for(S=A.next_in_index,D=A.avail_in,b=n.bitb,E=n.bitk,v=n.write,O=v<n.read?n.read-v-1:n.end-v;;){let M,L,_,T,w,P,B,N;switch(i){case WT:for(;E<3;){if(D!==0)C=0;else return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);D--,b|=(A.read_byte(S++)&255)<<E,E+=8}switch(x=b&7,d=x&1,x>>>1){case 0:b>>>=3,E-=3,x=E&7,b>>>=x,E-=x,i=H9;break;case 1:M=[],L=[],_=[[]],T=[[]],W9.inflate_trees_fixed(M,L,_,T),f.init(M[0],L[0],_[0],0,T[0],0),b>>>=3,E-=3,i=p2;break;case 2:b>>>=3,E-=3,i=Xce;break;case 3:return b>>>=3,E-=3,i=Wy,A.msg="invalid block type",C=-3,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C)}break;case H9:for(;E<32;){if(D!==0)C=0;else return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);D--,b|=(A.read_byte(S++)&255)<<E,E+=8}if((~b>>>16&65535)!=(b&65535))return i=Wy,A.msg="invalid stored block lengths",C=-3,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);o=b&65535,b=E=0,i=o!==0?Yce:d!==0?_2:WT;break;case Yce:if(D===0||O===0&&(v==n.end&&n.read!==0&&(v=0,O=v<n.read?n.read-v-1:n.end-v),O===0&&(n.write=v,C=n.inflate_flush(A,C),v=n.write,O=v<n.read?n.read-v-1:n.end-v,v==n.end&&n.read!==0&&(v=0,O=v<n.read?n.read-v-1:n.end-v),O===0)))return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);if(C=0,x=o,x>D&&(x=D),x>O&&(x=O),n.win.set(A.read_buf(S,x),v),S+=x,D-=x,v+=x,O-=x,(o-=x)!==0)break;i=d!==0?_2:WT;break;case Xce:for(;E<14;){if(D!==0)C=0;else return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);D--,b|=(A.read_byte(S++)&255)<<E,E+=8}if(r=x=b&16383,(x&31)>29||(x>>5&31)>29)return i=Wy,A.msg="too many length or distance symbols",C=-3,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);if(x=258+(x&31)+(x>>5&31),!a||a.length<x)a=[];else for(R=0;R<x;R++)a[R]=0;b>>>=14,E-=14,s=0,i=Kce;case Kce:for(;s<4+(r>>>10);){for(;E<3;){if(D!==0)C=0;else return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);D--,b|=(A.read_byte(S++)&255)<<E,E+=8}a[qce[s++]]=b&7,b>>>=3,E-=3}for(;s<19;)a[qce[s++]]=0;if(c[0]=7,x=m.inflate_trees_bits(a,c,u,p,A),x!=0)return C=x,C==-3&&(a=null,i=Wy),n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);s=0,i=Jce;case Jce:for(;x=r,!(s>=258+(x&31)+(x>>5&31));){let z,V;for(x=c[0];E<x;){if(D!==0)C=0;else return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);D--,b|=(A.read_byte(S++)&255)<<E,E+=8}if(x=p[(u[0]+(b&Vl[x]))*3+1],V=p[(u[0]+(b&Vl[x]))*3+2],V<16)b>>>=x,E-=x,a[s++]=V;else{for(R=V==18?7:V-14,z=V==18?11:3;E<x+R;){if(D!==0)C=0;else return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);D--,b|=(A.read_byte(S++)&255)<<E,E+=8}if(b>>>=x,E-=x,z+=b&Vl[R],b>>>=R,E-=R,R=s,x=r,R+z>258+(x&31)+(x>>5&31)||V==16&&R<1)return a=null,i=Wy,A.msg="invalid bit length repeat",C=-3,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);V=V==16?a[R-1]:0;do a[R++]=V;while(--z!==0);s=R}}if(u[0]=-1,w=[],P=[],B=[],N=[],w[0]=9,P[0]=6,x=r,x=m.inflate_trees_dynamic(257+(x&31),1+(x>>5&31),a,w,P,B,N,p,A),x!=0)return x==-3&&(a=null,i=Wy),C=x,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);f.init(w[0],P[0],p,B[0],p,N[0]),i=p2;case p2:if(n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,(C=f.proc(n,A,C))!=1)return n.inflate_flush(A,C);if(C=0,f.free(A),S=A.next_in_index,D=A.avail_in,b=n.bitb,E=n.bitk,v=n.write,O=v<n.read?n.read-v-1:n.end-v,d===0){i=WT;break}i=_2;case _2:if(n.write=v,C=n.inflate_flush(A,C),v=n.write,O=v<n.read?n.read-v-1:n.end-v,n.read!=n.write)return n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);i=Zce;case Zce:return C=1,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);case Wy:return C=-3,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C);default:return C=-2,n.bitb=b,n.bitk=E,A.avail_in=D,A.total_in+=S-A.next_in_index,A.next_in_index=S,n.write=v,n.inflate_flush(A,C)}}},n.free=function(A){n.reset(A,null),n.win=null,p=null},n.set_dictionary=function(A,C,x){n.win.set(A.subarray(C,C+x),0),n.read=n.write=x},n.sync_point=function(){return i==H9?1:0}}var rYe=32,sYe=8,aYe=0,Qce=1,$ce=2,ele=3,tle=4,nle=5,G9=6,pD=7,ile=12,gg=13,cYe=[0,0,255,255];function lYe(){let e=this;e.mode=0,e.method=0,e.was=[0],e.need=0,e.marker=0,e.wbits=0;function t(n){return!n||!n.istate?-2:(n.total_in=n.total_out=0,n.msg=null,n.istate.mode=pD,n.istate.blocks.reset(n,null),0)}e.inflateEnd=function(n){return e.blocks&&e.blocks.free(n),e.blocks=null,0},e.inflateInit=function(n,i){return n.msg=null,e.blocks=null,i<8||i>15?(e.inflateEnd(n),-2):(e.wbits=i,n.istate.blocks=new oYe(n,1<<i),t(n),0)},e.inflate=function(n,i){let o,r;if(!n||!n.istate||!n.next_in)return-2;let s=n.istate;for(i=i==Xqe?-5:0,o=-5;;)switch(s.mode){case aYe:if(n.avail_in===0)return o;if(o=i,n.avail_in--,n.total_in++,((s.method=n.read_byte(n.next_in_index++))&15)!=sYe){s.mode=gg,n.msg="unknown compression method",s.marker=5;break}if((s.method>>4)+8>s.wbits){s.mode=gg,n.msg="invalid win size",s.marker=5;break}s.mode=Qce;case Qce:if(n.avail_in===0)return o;if(o=i,n.avail_in--,n.total_in++,r=n.read_byte(n.next_in_index++)&255,((s.method<<8)+r)%31!==0){s.mode=gg,n.msg="incorrect header check",s.marker=5;break}if((r&rYe)===0){s.mode=pD;break}s.mode=$ce;case $ce:if(n.avail_in===0)return o;o=i,n.avail_in--,n.total_in++,s.need=(n.read_byte(n.next_in_index++)&255)<<24&4278190080,s.mode=ele;case ele:if(n.avail_in===0)return o;o=i,n.avail_in--,n.total_in++,s.need+=(n.read_byte(n.next_in_index++)&255)<<16&16711680,s.mode=tle;case tle:if(n.avail_in===0)return o;o=i,n.avail_in--,n.total_in++,s.need+=(n.read_byte(n.next_in_index++)&255)<<8&65280,s.mode=nle;case nle:return n.avail_in===0?o:(o=i,n.avail_in--,n.total_in++,s.need+=n.read_byte(n.next_in_index++)&255,s.mode=G9,2);case G9:return s.mode=gg,n.msg="need dictionary",s.marker=0,-2;case pD:if(o=s.blocks.proc(n,o),o==-3){s.mode=gg,s.marker=0;break}if(o==0&&(o=i),o!=1)return o;o=i,s.blocks.reset(n,s.was),s.mode=ile;case ile:return n.avail_in=0,1;case gg:return-3;default:return-2}},e.inflateSetDictionary=function(n,i,o){let r=0,s=o;if(!n||!n.istate||n.istate.mode!=G9)return-2;let a=n.istate;return s>=1<<a.wbits&&(s=(1<<a.wbits)-1,r=o-s),a.blocks.set_dictionary(i,r,s),a.mode=pD,0},e.inflateSync=function(n){let i,o,r,s,a;if(!n||!n.istate)return-2;let c=n.istate;if(c.mode!=gg&&(c.mode=gg,c.marker=0),(i=n.avail_in)===0)return-5;for(o=n.next_in_index,r=c.marker;i!==0&&r<4;)n.read_byte(o)==cYe[r]?r++:n.read_byte(o)!==0?r=0:r=4-r,o++,i--;return n.total_in+=o-n.next_in_index,n.next_in_index=o,n.avail_in=i,c.marker=r,r!=4?-3:(s=n.total_in,a=n.total_out,t(n),n.total_in=s,n.total_out=a,c.mode=pD,0)},e.inflateSyncPoint=function(n){return!n||!n.istate||!n.istate.blocks?-2:n.istate.blocks.sync_point()}}function rle(){}rle.prototype={inflateInit:function(e){let t=this;return t.istate=new lYe,e||(e=15),t.istate.inflateInit(t,e)},inflate:function(e){let t=this;return t.istate?t.istate.inflate(t,e):-2},inflateEnd:function(){let e=this;if(!e.istate)return-2;let t=e.istate.inflateEnd(e);return e.istate=null,t},inflateSync:function(){let e=this;return e.istate?e.istate.inflateSync(e):-2},inflateSetDictionary:function(e,t){let n=this;return n.istate?n.istate.inflateSetDictionary(n,e,t):-2},read_byte:function(e){return this.next_in[e]},read_buf:function(e,t){return this.next_in.subarray(e,e+t)}};function uYe(e){let t=this,n=new rle,i=e&&e.chunkSize?Math.floor(e.chunkSize*2):128*1024,o=Yqe,r=new Uint8Array(i),s=!1;n.inflateInit(),n.next_out=r,t.append=function(a,c){let u=[],f,d,p=0,g=0,m=0;if(a.length!==0){n.next_in_index=0,n.next_in=a,n.avail_in=a.length;do{if(n.next_out_index=0,n.avail_out=i,n.avail_in===0&&!s&&(n.next_in_index=0,s=!0),f=n.inflate(o),s&&f===-5){if(n.avail_in!==0)throw new Error("inflating: bad input")}else if(f!==0&&f!==1)throw new Error("inflating: "+n.msg);if((s||f===1)&&n.avail_in===a.length)throw new Error("inflating: bad input");n.next_out_index&&(n.next_out_index===i?u.push(new Uint8Array(r)):u.push(r.slice(0,n.next_out_index))),m+=n.next_out_index,c&&n.next_in_index>0&&n.next_in_index!=p&&(c(n.next_in_index),p=n.next_in_index)}while(n.avail_in>0||n.avail_out===0);return u.length>1?(d=new Uint8Array(m),u.forEach(function(A){d.set(A,g),g+=A.length})):d=u[0]||new Uint8Array(0),d}},t.flush=function(){n.inflateEnd()}}var sle=uYe;var fYe={chunkSize:524288,maxWorkers:typeof navigator<"u"&&navigator.hardwareConcurrency||2,terminateWorkerTimeout:5e3,useWebWorkers:!0,workerScripts:void 0},Zc=Object.assign({},fYe);function g2(){return Zc}function jT(e){if(e.baseURL!==void 0&&(Zc.baseURL=e.baseURL),e.chunkSize!==void 0&&(Zc.chunkSize=e.chunkSize),e.maxWorkers!==void 0&&(Zc.maxWorkers=e.maxWorkers),e.terminateWorkerTimeout!==void 0&&(Zc.terminateWorkerTimeout=e.terminateWorkerTimeout),e.useWebWorkers!==void 0&&(Zc.useWebWorkers=e.useWebWorkers),e.Deflate!==void 0&&(Zc.Deflate=e.Deflate),e.Inflate!==void 0&&(Zc.Inflate=e.Inflate),e.workerScripts!==void 0){if(e.workerScripts.deflate){if(!Array.isArray(e.workerScripts.deflate))throw new Error("workerScripts.deflate must be an array");Zc.workerScripts||(Zc.workerScripts={}),Zc.workerScripts.deflate=e.workerScripts.deflate}if(e.workerScripts.inflate){if(!Array.isArray(e.workerScripts.inflate))throw new Error("workerScripts.inflate must be an array");Zc.workerScripts||(Zc.workerScripts={}),Zc.workerScripts.inflate=e.workerScripts.inflate}}}var ale=[];for(let e=0;e<256;e++){let t=e;for(let n=0;n<8;n++)t&1?t=t>>>1^3988292384:t=t>>>1;ale[e]=t}var j9=class{constructor(t){this.crc=t||-1}append(t){let n=this.crc|0;for(let i=0,o=t.length|0;i<o;i++)n=n>>>8^ale[(n^t[i])&255];this.crc=n}get(){return~this.crc}},yg=j9;var _D=dYe;function dYe(e){if(typeof TextEncoder>"u"){e=unescape(encodeURIComponent(e));let t=new Uint8Array(e.length);for(let n=0;n<t.length;n++)t[n]=e.charCodeAt(n);return t}else return new TextEncoder().encode(e)}var mc={concat(e,t){if(e.length===0||t.length===0)return e.concat(t);let n=e[e.length-1],i=mc.getPartial(n);return i===32?e.concat(t):mc._shiftRight(t,i,n|0,e.slice(0,e.length-1))},bitLength(e){let t=e.length;if(t===0)return 0;let n=e[t-1];return(t-1)*32+mc.getPartial(n)},clamp(e,t){if(e.length*32<t)return e;e=e.slice(0,Math.ceil(t/32));let n=e.length;return t=t&31,n>0&&t&&(e[n-1]=mc.partial(t,e[n-1]&2147483648>>t-1,1)),e},partial(e,t,n){return e===32?t:(n?t|0:t<<32-e)+e*1099511627776},getPartial(e){return Math.round(e/1099511627776)||32},_shiftRight(e,t,n,i){for(i===void 0&&(i=[]);t>=32;t-=32)i.push(n),n=0;if(t===0)return i.concat(e);for(let s=0;s<e.length;s++)i.push(n|e[s]>>>t),n=e[s]<<32-t;let o=e.length?e[e.length-1]:0,r=mc.getPartial(o);return i.push(mc.partial(t+r&31,t+r>32?n:i.pop(),1)),i}},gD={bytes:{fromBits(e){let n=mc.bitLength(e)/8,i=new Uint8Array(n),o;for(let r=0;r<n;r++)(r&3)===0&&(o=e[r/4]),i[r]=o>>>24,o<<=8;return i},toBits(e){let t=[],n,i=0;for(n=0;n<e.length;n++)i=i<<8|e[n],(n&3)===3&&(t.push(i),i=0);return n&3&&t.push(mc.partial(8*(n&3),i)),t}}},q9={};q9.sha1=function(e){e?(this._h=e._h.slice(0),this._buffer=e._buffer.slice(0),this._length=e._length):this.reset()};q9.sha1.prototype={blockSize:512,reset:function(){let e=this;return e._h=this._init.slice(0),e._buffer=[],e._length=0,e},update:function(e){let t=this;typeof e=="string"&&(e=gD.utf8String.toBits(e));let n=t._buffer=mc.concat(t._buffer,e),i=t._length,o=t._length=i+mc.bitLength(e);if(o>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");let r=new Uint32Array(n),s=0;for(let a=t.blockSize+i-(t.blockSize+i&t.blockSize-1);a<=o;a+=t.blockSize)t._block(r.subarray(16*s,16*(s+1))),s+=1;return n.splice(0,16*s),t},finalize:function(){let e=this,t=e._buffer,n=e._h;t=mc.concat(t,[mc.partial(1,1)]);for(let i=t.length+2;i&15;i++)t.push(0);for(t.push(Math.floor(e._length/4294967296)),t.push(e._length|0);t.length;)e._block(t.splice(0,16));return e.reset(),n},_init:[1732584193,4023233417,2562383102,271733878,3285377520],_key:[1518500249,1859775393,2400959708,3395469782],_f:function(e,t,n,i){if(e<=19)return t&n|~t&i;if(e<=39)return t^n^i;if(e<=59)return t&n|t&i|n&i;if(e<=79)return t^n^i},_S:function(e,t){return t<<e|t>>>32-e},_block:function(e){let t=this,n=t._h,i=Array(80);for(let u=0;u<16;u++)i[u]=e[u];let o=n[0],r=n[1],s=n[2],a=n[3],c=n[4];for(let u=0;u<=79;u++){u>=16&&(i[u]=t._S(1,i[u-3]^i[u-8]^i[u-14]^i[u-16]));let f=t._S(5,o)+t._f(u,r,s,a)+c+i[u]+t._key[Math.floor(u/20)]|0;c=a,a=s,s=t._S(30,r),r=o,o=f}n[0]=n[0]+o|0,n[1]=n[1]+r|0,n[2]=n[2]+s|0,n[3]=n[3]+a|0,n[4]=n[4]+c|0}};var Y9={};Y9.aes=class{constructor(e){let t=this;t._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],t._tables[0][0][0]||t._precompute();let n=t._tables[0][4],i=t._tables[1],o=e.length,r,s,a,c=1;if(o!==4&&o!==6&&o!==8)throw new Error("invalid aes key size");for(t._key=[s=e.slice(0),a=[]],r=o;r<4*o+28;r++){let u=s[r-1];(r%o===0||o===8&&r%o===4)&&(u=n[u>>>24]<<24^n[u>>16&255]<<16^n[u>>8&255]<<8^n[u&255],r%o===0&&(u=u<<8^u>>>24^c<<24,c=c<<1^(c>>7)*283)),s[r]=s[r-o]^u}for(let u=0;r;u++,r--){let f=s[u&3?r:r-4];r<=4||u<4?a[u]=f:a[u]=i[0][n[f>>>24]]^i[1][n[f>>16&255]]^i[2][n[f>>8&255]]^i[3][n[f&255]]}}encrypt(e){return this._crypt(e,0)}decrypt(e){return this._crypt(e,1)}_precompute(){let e=this._tables[0],t=this._tables[1],n=e[4],i=t[4],o=[],r=[],s,a,c,u;for(let f=0;f<256;f++)r[(o[f]=f<<1^(f>>7)*283)^f]=f;for(let f=s=0;!n[f];f^=a||1,s=r[s]||1){let d=s^s<<1^s<<2^s<<3^s<<4;d=d>>8^d&255^99,n[f]=d,i[d]=f,u=o[c=o[a=o[f]]];let p=u*16843009^c*65537^a*257^f*16843008,g=o[d]*257^d*16843008;for(let m=0;m<4;m++)e[m][f]=g=g<<24^g>>>8,t[m][d]=p=p<<24^p>>>8}for(let f=0;f<5;f++)e[f]=e[f].slice(0),t[f]=t[f].slice(0)}_crypt(e,t){if(e.length!==4)throw new Error("invalid aes block size");let n=this._key[t],i=n.length/4-2,o=[0,0,0,0],r=this._tables[t],s=r[0],a=r[1],c=r[2],u=r[3],f=r[4],d=e[0]^n[0],p=e[t?3:1]^n[1],g=e[2]^n[2],m=e[t?1:3]^n[3],A=4,C,x,b;for(let E=0;E<i;E++)C=s[d>>>24]^a[p>>16&255]^c[g>>8&255]^u[m&255]^n[A],x=s[p>>>24]^a[g>>16&255]^c[m>>8&255]^u[d&255]^n[A+1],b=s[g>>>24]^a[m>>16&255]^c[d>>8&255]^u[p&255]^n[A+2],m=s[m>>>24]^a[d>>16&255]^c[p>>8&255]^u[g&255]^n[A+3],A+=4,d=C,p=x,g=b;for(let E=0;E<4;E++)o[t?3&-E:E]=f[d>>>24]<<24^f[p>>16&255]<<16^f[g>>8&255]<<8^f[m&255]^n[A++],C=d,d=p,p=g,g=m,m=C;return o}};var cle={getRandomValues(e){let t=new Uint32Array(e.buffer),n=i=>{let o=987654321,r=4294967295;return function(){return o=36969*(o&65535)+(o>>16)&r,i=18e3*(i&65535)+(i>>16)&r,(((o<<16)+i&r)/4294967296+.5)*(Math.random()>.5?1:-1)}};for(let i=0,o;i<e.length;i+=4){let r=n((o||Math.random())*4294967296);o=r()*987654071,t[i/4]=r()*4294967296|0}return e}},X9={};X9.ctrGladman=class{constructor(e,t){this._prf=e,this._initIv=t,this._iv=t}reset(){this._iv=this._initIv}update(e){return this.calculate(this._prf,e,this._iv)}incWord(e){if((e>>24&255)===255){let t=e>>16&255,n=e>>8&255,i=e&255;t===255?(t=0,n===255?(n=0,i===255?i=0:++i):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=i}else e+=1<<24;return e}incCounter(e){(e[0]=this.incWord(e[0]))===0&&(e[1]=this.incWord(e[1]))}calculate(e,t,n){let i;if(!(i=t.length))return[];let o=mc.bitLength(t);for(let r=0;r<i;r+=4){this.incCounter(n);let s=e.encrypt(n);t[r]^=s[0],t[r+1]^=s[1],t[r+2]^=s[2],t[r+3]^=s[3]}return mc.clamp(t,o)}};var qT={importKey(e){return new qT.hmacSha1(gD.bytes.toBits(e))},pbkdf2(e,t,n,i){if(n=n||1e4,i<0||n<0)throw new Error("invalid params to pbkdf2");let o=(i>>5)+1<<2,r,s,a,c,u,f=new ArrayBuffer(o),d=new DataView(f),p=0,g=mc;for(t=gD.bytes.toBits(t),u=1;p<(o||1);u++){for(r=s=e.encrypt(g.concat(t,[u])),a=1;a<n;a++)for(s=e.encrypt(s),c=0;c<s.length;c++)r[c]^=s[c];for(a=0;p<(o||1)&&a<r.length;a++)d.setInt32(p,r[a]),p+=4}return f.slice(0,i/8)}};qT.hmacSha1=class{constructor(e){let t=this,n=t._hash=q9.sha1,i=[[],[]],o=n.prototype.blockSize/32;t._baseHash=[new n,new n],e.length>o&&(e=n.hash(e));for(let r=0;r<o;r++)i[0][r]=e[r]^909522486,i[1][r]=e[r]^1549556828;t._baseHash[0].update(i[0]),t._baseHash[1].update(i[1]),t._resultHash=new n(t._baseHash[0])}reset(){let e=this;e._resultHash=new e._hash(e._baseHash[0]),e._updated=!1}update(e){let t=this;t._updated=!0,t._resultHash.update(e)}digest(){let e=this,t=e._resultHash.finalize(),n=new e._hash(e._baseHash[1]).update(t).finalize();return e.reset(),n}encrypt(e){if(this._updated)throw new Error("encrypt on already updated hmac called!");return this.update(e),this.digest(e)}};var XT="Invalid pasword",YT=16,hYe="raw",lle={name:"PBKDF2"},mYe={name:"HMAC"},pYe="SHA-1",_Ye=Object.assign({hash:mYe},lle),ule=Object.assign({iterations:1e3,hash:{name:pYe}},lle),gYe=["deriveBits"],AD=[8,12,16],yD=[16,24,32],Ag=10,fle=[0,0,0,0],C2=typeof crypto<"u",dle=C2&&typeof crypto.subtle<"u",wh=gD.bytes,hle=Y9.aes,mle=X9.ctrGladman,ple=qT.hmacSha1,y2=class{constructor(t,n,i){Object.assign(this,{password:t,signed:n,strength:i-1,pendingInput:new Uint8Array(0)})}async append(t){let n=this;if(n.password){let o=Ul(t,0,AD[n.strength]+2);await yYe(n,o,n.password),n.password=null,n.aesCtrGladman=new mle(new hle(n.keys.key),Array.from(fle)),n.hmac=new ple(n.keys.authentication),t=Ul(t,AD[n.strength]+2)}let i=new Uint8Array(t.length-Ag-(t.length-Ag)%YT);return _le(n,t,i,0,Ag,!0)}flush(){let t=this,n=t.pendingInput,i=Ul(n,0,n.length-Ag),o=Ul(n,n.length-Ag),r=new Uint8Array(0);if(i.length){let a=wh.toBits(i);t.hmac.update(a);let c=t.aesCtrGladman.update(a);r=wh.fromBits(c)}let s=!0;if(t.signed){let a=Ul(wh.fromBits(t.hmac.digest()),0,Ag);for(let c=0;c<Ag;c++)a[c]!=o[c]&&(s=!1)}return{valid:s,data:r}}},A2=class{constructor(t,n){Object.assign(this,{password:t,strength:n-1,pendingInput:new Uint8Array(0)})}async append(t){let n=this,i=new Uint8Array(0);n.password&&(i=await AYe(n,n.password),n.password=null,n.aesCtrGladman=new mle(new hle(n.keys.key),Array.from(fle)),n.hmac=new ple(n.keys.authentication));let o=new Uint8Array(i.length+t.length-t.length%YT);return o.set(i,0),_le(n,t,o,i.length,0)}flush(){let t=this,n=new Uint8Array(0);if(t.pendingInput.length){let o=t.aesCtrGladman.update(wh.toBits(t.pendingInput));t.hmac.update(o),n=wh.fromBits(o)}let i=Ul(wh.fromBits(t.hmac.digest()),0,Ag);return{data:K9(n,i),signature:i}}};function _le(e,t,n,i,o,r){let s=t.length-o;e.pendingInput.length&&(t=K9(e.pendingInput,t),n=EYe(n,s-s%YT));let a;for(a=0;a<=s-YT;a+=YT){let c=wh.toBits(Ul(t,a,a+YT));r&&e.hmac.update(c);let u=e.aesCtrGladman.update(c);r||e.hmac.update(u),n.set(wh.fromBits(u),a+i)}return e.pendingInput=Ul(t,a),n}async function yYe(e,t,n){await gle(e,n,Ul(t,0,AD[e.strength]));let i=Ul(t,AD[e.strength]),o=e.keys.passwordVerification;if(o[0]!=i[0]||o[1]!=i[1])throw new Error(XT)}async function AYe(e,t){let n=CYe(new Uint8Array(AD[e.strength]));return await gle(e,t,n),K9(n,e.keys.passwordVerification)}async function gle(e,t,n){let i=_D(t),o=await xYe(hYe,i,_Ye,!1,gYe),r=await TYe(Object.assign({salt:n},ule),o,8*(yD[e.strength]*2+2)),s=new Uint8Array(r);e.keys={key:wh.toBits(Ul(s,0,yD[e.strength])),authentication:wh.toBits(Ul(s,yD[e.strength],yD[e.strength]*2)),passwordVerification:Ul(s,yD[e.strength]*2)}}function CYe(e){return C2&&typeof crypto.getRandomValues=="function"?crypto.getRandomValues(e):cle.getRandomValues(e)}function xYe(e,t,n,i,o){return C2&&dle&&typeof crypto.subtle.importKey=="function"?crypto.subtle.importKey(e,t,n,i,o):qT.importKey(t)}async function TYe(e,t,n){return C2&&dle&&typeof crypto.subtle.deriveBits=="function"?await crypto.subtle.deriveBits(e,t,n):qT.pbkdf2(t,e.salt,ule.iterations,n)}function K9(e,t){let n=e;return e.length+t.length&&(n=new Uint8Array(e.length+t.length),n.set(e,0),n.set(t,e.length)),n}function EYe(e,t){if(t&&t>e.length){let n=e;e=new Uint8Array(t),e.set(n,0)}return e}function Ul(e,t,n){return e.subarray(t,n)}var KT=12,x2=class{constructor(t,n){let i=this;Object.assign(i,{password:t,passwordVerification:n}),xle(i,t)}append(t){let n=this;if(n.password){let i=yle(n,t.subarray(0,KT));if(n.password=null,i[KT-1]!=n.passwordVerification)throw new Error(XT);t=t.subarray(KT)}return yle(n,t)}flush(){return{valid:!0,data:new Uint8Array(0)}}},T2=class{constructor(t,n){let i=this;Object.assign(i,{password:t,passwordVerification:n}),xle(i,t)}append(t){let n=this,i,o;if(n.password){n.password=null;let r=crypto.getRandomValues(new Uint8Array(KT));r[KT-1]=n.passwordVerification,i=new Uint8Array(t.length+r.length),i.set(Ale(n,r),0),o=KT}else i=new Uint8Array(t.length),o=0;return i.set(Ale(n,t),o),i}flush(){return{data:new Uint8Array(0)}}};function yle(e,t){let n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=Tle(e)^t[i],J9(e,n[i]);return n}function Ale(e,t){let n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=Tle(e)^t[i],J9(e,t[i]);return n}function xle(e,t){e.keys=[305419896,591751049,878082192],e.crcKey0=new yg(e.keys[0]),e.crcKey2=new yg(e.keys[2]);for(let n=0;n<t.length;n++)J9(e,t.charCodeAt(n))}function J9(e,t){e.crcKey0.append([t]),e.keys[0]=~e.crcKey0.get(),e.keys[1]=Cle(e.keys[1]+Ele(e.keys[0])),e.keys[1]=Cle(Math.imul(e.keys[1],134775813)+1),e.crcKey2.append([e.keys[1]>>>24]),e.keys[2]=~e.crcKey2.get()}function Tle(e){let t=e.keys[2]|2;return Ele(Math.imul(t,t^1)>>>8)}function Ele(e){return e&255}function Cle(e){return e&4294967295}var b2="deflate",S2="inflate",E2="Invalid signature",Z9=class{constructor(t,{signature:n,password:i,signed:o,compressed:r,zipCrypto:s,passwordVerification:a,encryptionStrength:c},{chunkSize:u}){let f=Boolean(i);Object.assign(this,{signature:n,encrypted:f,signed:o,compressed:r,inflate:r&&new t({chunkSize:u}),crc32:o&&new yg,zipCrypto:s,decrypt:f&&s?new x2(i,a):new y2(i,o,c)})}async append(t){let n=this;return n.encrypted&&t.length&&(t=await n.decrypt.append(t)),n.compressed&&t.length&&(t=await n.inflate.append(t)),(!n.encrypted||n.zipCrypto)&&n.signed&&t.length&&n.crc32.append(t),t}async flush(){let t=this,n,i=new Uint8Array(0);if(t.encrypted){let o=t.decrypt.flush();if(!o.valid)throw new Error(E2);i=o.data}if((!t.encrypted||t.zipCrypto)&&t.signed){let o=new DataView(new Uint8Array(4).buffer);if(n=t.crc32.get(),o.setUint32(0,n),t.signature!=o.getUint32(0,!1))throw new Error(E2)}return t.compressed&&(i=await t.inflate.append(i)||new Uint8Array(0),await t.inflate.flush()),{data:i,signature:n}}},Q9=class{constructor(t,{encrypted:n,signed:i,compressed:o,level:r,zipCrypto:s,password:a,passwordVerification:c,encryptionStrength:u},{chunkSize:f}){Object.assign(this,{encrypted:n,signed:i,compressed:o,deflate:o&&new t({level:r||5,chunkSize:f}),crc32:i&&new yg,zipCrypto:s,encrypt:n&&s?new T2(a,c):new A2(a,u)})}async append(t){let n=this,i=t;return n.compressed&&t.length&&(i=await n.deflate.append(t)),n.encrypted&&i.length&&(i=await n.encrypt.append(i)),(!n.encrypted||n.zipCrypto)&&n.signed&&t.length&&n.crc32.append(t),i}async flush(){let t=this,n,i=new Uint8Array(0);if(t.compressed&&(i=await t.deflate.flush()||new Uint8Array(0)),t.encrypted){i=await t.encrypt.append(i);let o=t.encrypt.flush();n=o.signature;let r=new Uint8Array(i.length+o.data.length);r.set(i,0),r.set(o.data,i.length),i=r}return(!t.encrypted||t.zipCrypto)&&t.signed&&(n=t.crc32.get()),{data:i,signature:n}}};function ble(e,t,n){if(t.codecType.startsWith(b2))return new Q9(e,t,n);if(t.codecType.startsWith(S2))return new Z9(e,t,n)}var Sle="init",wle="append",$9="flush",bYe="message",Dle=!0,w2=(e,t,n,i,o,r,s)=>(Object.assign(e,{busy:!0,codecConstructor:t,options:Object.assign({},n),scripts:s,terminate(){e.worker&&!e.busy&&(e.worker.terminate(),e.interface=null)},onTaskFinished(){e.busy=!1,o(e)}}),r?wYe(e,i):SYe(e,i));function SYe(e,t){let n=ble(e.codecConstructor,e.options,t);return{async append(i){try{return await n.append(i)}catch(o){throw e.onTaskFinished(),o}},async flush(){try{return await n.flush()}finally{e.onTaskFinished()}},abort(){e.onTaskFinished()}}}function wYe(e,t){let n,i={type:"module"};if(!e.interface){if(!Dle)e.worker=o(i,t.baseURL);else try{e.worker=o({},t.baseURL)}catch{Dle=!1,e.worker=o(i,t.baseURL)}e.worker.addEventListener(bYe,a,!1),e.interface={append(c){return r({type:wle,data:c})},flush(){return r({type:$9})},abort(){e.onTaskFinished()}}}return e.interface;function o(c,u){let f,d;f=e.scripts[0],typeof f=="function"&&(f=f());try{d=new URL(f,u)}catch{d=f}return new Worker(d,c)}async function r(c){if(!n){let u=e.options,f=e.scripts.slice(1);await s({scripts:f,type:Sle,options:u,config:{chunkSize:t.chunkSize}})}return s(c)}function s(c){let u=e.worker,f=new Promise((d,p)=>n={resolve:d,reject:p});try{if(c.data)try{c.data=c.data.buffer,u.postMessage(c,[c.data])}catch{u.postMessage(c)}else u.postMessage(c)}catch(d){n.reject(d),n=null,e.onTaskFinished()}return f}function a(c){let u=c.data;if(n){let f=u.error,d=u.type;if(f){let p=new Error(f.message);p.stack=f.stack,n.reject(p),n=null,e.onTaskFinished()}else if(d==Sle||d==$9||d==wle){let p=u.data;d==$9?(n.resolve({data:new Uint8Array(p),signature:u.signature}),n=null,e.onTaskFinished()):n.resolve(p&&new Uint8Array(p))}}}}var jy=[],eW=[];function D2(e,t,n){let o=!(!t.compressed&&!t.signed&&!t.encrypted)&&(t.useWebWorkers||t.useWebWorkers===void 0&&n.useWebWorkers),r=o&&n.workerScripts?n.workerScripts[t.codecType]:[];if(jy.length<n.maxWorkers){let a={};return jy.push(a),w2(a,e,t,n,s,o,r)}else{let a=jy.find(c=>!c.busy);return a?(vle(a),w2(a,e,t,n,s,o,r)):new Promise(c=>eW.push({resolve:c,codecConstructor:e,options:t,webWorker:o,scripts:r}))}function s(a){if(eW.length){let[{resolve:c,codecConstructor:u,options:f,webWorker:d,scripts:p}]=eW.splice(0,1);c(w2(a,u,f,n,s,d,p))}else a.worker?(vle(a),Number.isFinite(n.terminateWorkerTimeout)&&n.terminateWorkerTimeout>=0&&(a.terminateTimeout=setTimeout(()=>{jy=jy.filter(c=>c!=a),a.terminate()},n.terminateWorkerTimeout))):jy=jy.filter(c=>c!=a)}}function vle(e){e.terminateTimeout&&(clearTimeout(e.terminateTimeout),e.terminateTimeout=null)}var Ile="Abort error";async function v2(e,t,n,i,o,r,s){let a=Math.max(r.chunkSize,64);return c();async function c(u=0,f=0){let d=s.signal,p=o();if(u<p){tW(d,e);let g=await t.readUint8Array(u+i,Math.min(a,p-u)),m=g.length;tW(d,e);let A=await e.append(g);if(tW(d,e),f+=await Ple(n,A),s.onprogress)try{s.onprogress(u+m,p)}catch{}return c(u+a,f)}else{let g=await e.flush();return f+=await Ple(n,g.data),{signature:g.signature,length:f}}}}function tW(e,t){if(e&&e.aborted)throw t.abort(),new Error(Ile)}async function Ple(e,t){return t.length&&await e.writeUint8Array(t),t.length}var nW="text/plain";var P2=class{constructor(){this.size=0}init(){this.initialized=!0}},I2=class extends P2{},CD=class extends P2{writeUint8Array(t){this.size+=t.length}},O2=class extends I2{constructor(t){super(),this.blobReader=new qy(new Blob([t],{type:nW}))}init(){super.init(),this.blobReader.init(),this.size=this.blobReader.size}readUint8Array(t,n){return this.blobReader.readUint8Array(t,n)}},B2=class extends CD{constructor(t){super(),this.encoding=t,this.blob=new Blob([],{type:nW})}writeUint8Array(t){super.writeUint8Array(t),this.blob=new Blob([this.blob,t.buffer],{type:nW})}getData(){if(this.blob.text)return this.blob.text();{let t=new FileReader;return new Promise((n,i)=>{t.onload=o=>n(o.target.result),t.onerror=()=>i(t.error),t.readAsText(this.blob,this.encoding)})}}};var R2=class extends CD{constructor(t){super(),this.data="data:"+(t||"")+";base64,",this.pending=[]}writeUint8Array(t){super.writeUint8Array(t);let n=0,i=this.pending,o=this.pending.length;for(this.pending="",n=0;n<Math.floor((o+t.length)/3)*3-o;n++)i+=String.fromCharCode(t[n]);for(;n<t.length;n++)this.pending+=String.fromCharCode(t[n]);i.length>2?this.data+=btoa(i):this.pending=i}getData(){return this.data+btoa(this.pending)}},qy=class extends I2{constructor(t){super(),this.blob=t,this.size=t.size}async readUint8Array(t,n){if(this.blob.arrayBuffer)return new Uint8Array(await this.blob.slice(t,t+n).arrayBuffer());{let i=new FileReader;return new Promise((o,r)=>{i.onload=s=>o(new Uint8Array(s.target.result)),i.onerror=()=>r(i.error),i.readAsArrayBuffer(this.blob.slice(t,t+n))})}}},JT=class extends CD{constructor(t){super(),this.contentType=t,this.arrayBuffersMaxlength=8,Ole(this)}writeUint8Array(t){super.writeUint8Array(t),this.arrayBuffers.length==this.arrayBuffersMaxlength&&Ble(this),this.arrayBuffers.push(t.buffer)}getData(){return this.blob||(this.arrayBuffers.length&&Ble(this),this.blob=this.pendingBlob,Ole(this)),this.blob}};function Ole(e){e.pendingBlob=new Blob([],{type:e.contentType}),e.arrayBuffers=[]}function Ble(e){e.pendingBlob=new Blob([e.pendingBlob,...e.arrayBuffers],{type:e.contentType}),e.arrayBuffers=[]}var ZT="/",iW=new Date(2107,11,31),oW=new Date(1980,0,1);var DYe="\0\u263A\u263B\u2665\u2666\u2663\u2660\u2022\u25D8\u25CB\u25D9\u2642\u2640\u266A\u266B\u263C\u25BA\u25C4\u2195\u203C\xB6\xA7\u25AC\u21A8\u2191\u2193\u2192\u2190\u221F\u2194\u25B2\u25BC !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u2302\xC7\xFC\xE9\xE2\xE4\xE0\xE5\xE7\xEA\xEB\xE8\xEF\xEE\xEC\xC4\xC5\xC9\xE6\xC6\xF4\xF6\xF2\xFB\xF9\xFF\xD6\xDC\xA2\xA3\xA5\u20A7\u0192\xE1\xED\xF3\xFA\xF1\xD1\xAA\xBA\xBF\u2310\xAC\xBD\xBC\xA1\xAB\xBB\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255D\u255C\u255B\u2510\u2514\u2534\u252C\u251C\u2500\u253C\u255E\u255F\u255A\u2554\u2569\u2566\u2560\u2550\u256C\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256B\u256A\u2518\u250C\u2588\u2584\u258C\u2590\u2580\u03B1\xDF\u0393\u03C0\u03A3\u03C3\xB5\u03C4\u03A6\u0398\u03A9\u03B4\u221E\u03C6\u03B5\u2229\u2261\xB1\u2265\u2264\u2320\u2321\xF7\u2248\xB0\u2219\xB7\u221A\u207F\xB2\u25A0 ".split(""),Rle=e=>{let t="";for(let n=0;n<e.length;n++)t+=DYe[e[n]];return t};var M2=vYe;function vYe(e,t){if(t&&t.trim().toLowerCase()=="cp437")return Rle(e);if(typeof TextDecoder>"u"){let n=new FileReader;return new Promise((i,o)=>{n.onload=r=>i(r.target.result),n.onerror=()=>o(n.error),n.readAsText(new Blob([e]))})}else return new TextDecoder(t).decode(e)}var PYe=["filename","rawFilename","directory","encrypted","compressedSize","uncompressedSize","lastModDate","rawLastModDate","comment","rawComment","signature","extraField","rawExtraField","bitFlag","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","filenameUTF8","commentUTF8","offset","zip64","compressionMethod","extraFieldNTFS","lastAccessDate","creationDate","extraFieldExtendedTimestamp","version","versionMadeBy","msDosCompatible","internalFileAttribute","externalFileAttribute"],up=class{constructor(t){PYe.forEach(n=>this[n]=t[n])}};var aW="File format is not recognized",RYe="End of central directory not found",MYe="End of Zip64 central directory not found",LYe="End of Zip64 central directory locator not found",FYe="Central directory header not found",NYe="Local file header not found",kYe="Zip64 extra field not found",VYe="File contains encrypted entry",UYe="Encryption method not supported",Mle="Compression method not supported",Lle="utf-8",Fle="cp437",Nle=["uncompressedSize","compressedSize","offset"],G2=class{constructor(t,n={}){Object.assign(this,{reader:t,options:n,config:g2()})}async*getEntriesGenerator(t={}){let n=this,i=n.reader;if(i.initialized||await i.init(),i.size<22)throw new Error(aW);let o=await jYe(i,101010256,i.size,22,65535*16);if(!o)throw new Error(RYe);let r=Pa(o),s=Os(r,12),a=Os(r,16),c=zl(r,8),u=0;if(a==4294967295||s==4294967295||c==65535){let g=await Cg(i,o.offset-20,20),m=Pa(g);if(Os(m,0)!=117853008)throw new Error(MYe);a=L2(m,8);let A=await Cg(i,a,56),C=Pa(A),x=o.offset-20-56;if(Os(C,0)!=101075792&&a!=x){let b=a;a=x,u=a-b,A=await Cg(i,a,56),C=Pa(A)}if(Os(C,0)!=101075792)throw new Error(LYe);c=L2(C,32),s=L2(C,40),a-=s}if(a<0||a>=i.size)throw new Error(aW);let f=0,d=await Cg(i,a,s),p=Pa(d);if(s){let g=o.offset-s;if(Os(p,f)!=33639248&&a!=g){let m=a;a=g,u=a-m,d=await Cg(i,a,s),p=Pa(d)}}if(a<0||a>=i.size)throw new Error(aW);for(let g=0;g<c;g++){let m=new lW(i,n.config,n.options);if(Os(p,f)!=33639248)throw new Error(FYe);Vle(m,p,f+6);let A=Boolean(m.bitFlag.languageEncodingFlag),C=f+46,x=C+m.filenameLength,b=x+m.extraFieldLength,E=zl(p,f+4),S=(E&0)==0;Object.assign(m,{versionMadeBy:E,msDosCompatible:S,compressedSize:0,uncompressedSize:0,commentLength:zl(p,f+32),directory:S&&($T(p,f+38)&16)==16,offset:Os(p,f+42)+u,internalFileAttribute:Os(p,f+34),externalFileAttribute:Os(p,f+38),rawFilename:d.subarray(C,x),filenameUTF8:A,commentUTF8:A,rawExtraField:d.subarray(x,b)});let D=b+m.commentLength;m.rawComment=d.subarray(b,D);let v=QT(n,t,"filenameEncoding"),O=QT(n,t,"commentEncoding"),[R,M]=await Promise.all([M2(m.rawFilename,m.filenameUTF8?Lle:v||Fle),M2(m.rawComment,m.commentUTF8?Lle:O||Fle)]);m.filename=R,m.comment=M,!m.directory&&m.filename.endsWith(ZT)&&(m.directory=!0),await Ule(m,m,p,f+6);let L=new up(m);if(L.getData=(_,T)=>m.getData(_,L,T),f=D,t.onprogress)try{t.onprogress(g+1,c,new up(m))}catch{}yield L}return!0}async getEntries(t={}){let n=[],i=this.getEntriesGenerator(t),o=i.next();for(;!(await o).done;)n.push((await o).value),o=i.next();return n}async close(){}};var lW=class{constructor(t,n,i){Object.assign(this,{reader:t,config:n,options:i})}async getData(t,n,i={}){let o=this,{reader:r,offset:s,extraFieldAES:a,compressionMethod:c,config:u,bitFlag:f,signature:d,rawLastModDate:p,compressedSize:g}=o,m=o.localDirectory={};r.initialized||await r.init();let A=await Cg(r,s,30),C=Pa(A),x=QT(o,i,"password");if(x=x&&x.length&&x,a&&a.originalCompressionMethod!=99)throw new Error(Mle);if(c!=0&&c!=8)throw new Error(Mle);if(Os(C,0)!=67324752)throw new Error(NYe);Vle(m,C,4),A=await Cg(r,s,30+m.filenameLength+m.extraFieldLength),m.rawExtraField=A.subarray(30+m.filenameLength),await Ule(o,m,C,4),n.lastAccessDate=m.lastAccessDate,n.creationDate=m.creationDate;let b=o.encrypted&&m.encrypted,E=b&&!a;if(b){if(!E&&a.strength===void 0)throw new Error(UYe);if(!x)throw new Error(VYe)}let S=await D2(u.Inflate,{codecType:S2,password:x,zipCrypto:E,encryptionStrength:a&&a.strength,signed:QT(o,i,"checkSignature"),passwordVerification:E&&(f.dataDescriptor?p>>>8&255:d>>>24&255),signature:d,compressed:c!=0,encrypted:b,useWebWorkers:QT(o,i,"useWebWorkers")},u);t.initialized||await t.init();let D=QT(o,i,"signal"),v=s+30+m.filenameLength+m.extraFieldLength;return await v2(S,r,t,v,()=>g,u,{onprogress:i.onprogress,signal:D}),t.getData()}};function Vle(e,t,n){let i=e.rawBitFlag=zl(t,n+2),o=(i&1)==1,r=Os(t,n+6);Object.assign(e,{encrypted:o,version:zl(t,n),bitFlag:{level:(i&6)>>1,dataDescriptor:(i&8)==8,languageEncodingFlag:(i&2048)==2048},rawLastModDate:r,lastModDate:qYe(r),filenameLength:zl(t,n+22),extraFieldLength:zl(t,n+24)})}async function Ule(e,t,n,i){let o=t.rawExtraField,r=t.extraField=new Map,s=Pa(new Uint8Array(o)),a=0;try{for(;a<o.length;){let A=zl(s,a),C=zl(s,a+2);r.set(A,{type:A,data:o.slice(a+4,a+4+C)}),a+=4+C}}catch{}let c=zl(n,i+4);t.signature=Os(n,i+10),t.uncompressedSize=Os(n,i+18),t.compressedSize=Os(n,i+14);let u=r.get(1);u&&(zYe(u,t),t.extraFieldZip64=u);let f=r.get(28789);f&&(await kle(f,"filename","rawFilename",t,e),t.extraFieldUnicodePath=f);let d=r.get(25461);d&&(await kle(d,"comment","rawComment",t,e),t.extraFieldUnicodeComment=d);let p=r.get(39169);p?(HYe(p,t,c),t.extraFieldAES=p):t.compressionMethod=c;let g=r.get(10);g&&(GYe(g,t),t.extraFieldNTFS=g);let m=r.get(21589);m&&(WYe(m,t),t.extraFieldExtendedTimestamp=m)}function zYe(e,t){t.zip64=!0;let n=Pa(e.data);e.values=[];for(let o=0;o<Math.floor(e.data.length/8);o++)e.values.push(L2(n,0+o*8));let i=Nle.filter(o=>t[o]==4294967295);for(let o=0;o<i.length;o++)e[i[o]]=e.values[o];Nle.forEach(o=>{if(t[o]==4294967295)if(e[o]!==void 0)t[o]=e[o];else throw new Error(kYe)})}async function kle(e,t,n,i,o){let r=Pa(e.data);e.version=$T(r,0),e.signature=Os(r,1);let s=new yg;s.append(o[n]);let a=Pa(new Uint8Array(4));a.setUint32(0,s.get(),!0),e[t]=await M2(e.data.subarray(5)),e.valid=!o.bitFlag.languageEncodingFlag&&e.signature==Os(a,0),e.valid&&(i[t]=e[t],i[t+"UTF8"]=!0)}function HYe(e,t,n){let i=Pa(e.data);e.vendorVersion=$T(i,0),e.vendorId=$T(i,2);let o=$T(i,4);e.strength=o,e.originalCompressionMethod=n,t.compressionMethod=e.compressionMethod=zl(i,5)}function GYe(e,t){let n=Pa(e.data),i=4,o;try{for(;i<e.data.length&&!o;){let r=zl(n,i),s=zl(n,i+2);r==1&&(o=e.data.slice(i+4,i+4+s)),i+=4+s}}catch{}try{if(o&&o.length==24){let r=Pa(o),s=r.getBigUint64(0,!0),a=r.getBigUint64(8,!0),c=r.getBigUint64(16,!0);Object.assign(e,{rawLastModDate:s,rawLastAccessDate:a,rawCreationDate:c});let u=cW(s),f=cW(a),d=cW(c),p={lastModDate:u,lastAccessDate:f,creationDate:d};Object.assign(e,p),Object.assign(t,p)}}catch{}}function WYe(e,t){let n=Pa(e.data),i=$T(n,0),o=[],r=[];(i&1)==1&&(o.push("lastModDate"),r.push("rawLastModDate")),(i&2)==2&&(o.push("lastAccessDate"),r.push("rawLastAccessDate")),(i&4)==4&&(o.push("creationDate"),r.push("rawCreationDate"));let s=1;o.forEach((a,c)=>{if(e.data.length>=s+4){let u=Os(n,s);t[a]=e[a]=new Date(u*1e3);let f=r[c];e[f]=u}s+=4})}async function jYe(e,t,n,i,o){let r=new Uint8Array(4),s=Pa(r);YYe(s,0,t);let a=i+o;return await c(i)||await c(Math.min(a,n));async function c(u){let f=n-u,d=await Cg(e,f,u);for(let p=d.length-i;p>=0;p--)if(d[p]==r[0]&&d[p+1]==r[1]&&d[p+2]==r[2]&&d[p+3]==r[3])return{offset:f+p,buffer:d.slice(p,p+i).buffer}}}function QT(e,t,n){return t[n]===void 0?e.options[n]:t[n]}function qYe(e){let t=(e&4294901760)>>16,n=e&65535;try{return new Date(1980+((t&65024)>>9),((t&480)>>5)-1,t&31,(n&63488)>>11,(n&2016)>>5,(n&31)*2,0)}catch{}}function cW(e){return new Date(Number(e/BigInt(1e4)-BigInt(116444736e5)))}function $T(e,t){return e.getUint8(t)}function zl(e,t){return e.getUint16(t,!0)}function Os(e,t){return e.getUint32(t,!0)}function L2(e,t){return Number(e.getBigUint64(t,!0))}function YYe(e,t,n){e.setUint32(t,n,!0)}function Pa(e){return new DataView(e.buffer)}function Cg(e,t,n){return e.readUint8Array(t,n)}var QYe="File already exists",$Ye="Zip file comment exceeds 64KB",eXe="File entry comment exceeds 64KB",tXe="File entry name exceeds 64KB",Gle="Version exceeds 65535",nXe="The strength must equal 1, 2, or 3",iXe="Extra field type exceeds 65535",oXe="Extra field data exceeds 64KB",xW="Zip64 is not supported",Wle=new Uint8Array([7,0,2,0,65,69,3,0,0]),jle=24,AW=0,q2=class{constructor(t,n={}){Object.assign(this,{writer:t,options:n,config:g2(),files:new Map,offset:t.size,pendingCompressedSize:0,pendingEntries:[],pendingAddFileCalls:new Set})}async add(t="",n,i={}){let o=this;if(AW<o.config.maxWorkers){AW++;let r;try{return r=rXe(o,t,n,i),this.pendingAddFileCalls.add(r),await r}finally{this.pendingAddFileCalls.delete(r),AW--;let s=o.pendingEntries.shift();s&&o.add(s.name,s.reader,s.options).then(s.resolve).catch(s.reject)}}else return new Promise((r,s)=>o.pendingEntries.push({name:t,reader:n,options:i,resolve:r,reject:s}))}async close(t=new Uint8Array(0),n={}){for(;this.pendingAddFileCalls.size;)await Promise.all(Array.from(this.pendingAddFileCalls));return await cXe(this,t,n),this.writer.getData()}};async function rXe(e,t,n,i){if(t=t.trim(),i.directory&&!t.endsWith(ZT)?t+=ZT:i.directory=t.endsWith(ZT),e.files.has(t))throw new Error(QYe);let o=_D(t);if(o.length>65535)throw new Error(tXe);let r=i.comment||"",s=_D(r);if(s.length>65535)throw new Error(eXe);let a=e.options.version||i.version||0;if(a>65535)throw new Error(Gle);let c=e.options.versionMadeBy||i.versionMadeBy||20;if(c>65535)throw new Error(Gle);let u=ea(e,i,"lastModDate")||new Date,f=ea(e,i,"lastAccessDate"),d=ea(e,i,"creationDate"),p=ea(e,i,"password"),g=ea(e,i,"encryptionStrength")||3,m=ea(e,i,"zipCrypto");if(p!==void 0&&g!==void 0&&(g<1||g>3))throw new Error(nXe);let A=new Uint8Array(0),C=i.extraField;if(C){let N=0,z=0;C.forEach(V=>N+=4+V.length),A=new Uint8Array(N),C.forEach((V,G)=>{if(G>65535)throw new Error(iXe);if(V.length>65535)throw new Error(oXe);Rs(A,new Uint16Array([G]),z),Rs(A,new Uint16Array([V.length]),z+2),Rs(A,V,z+4),z+=4+V.length})}let x=ea(e,i,"extendedTimestamp");x===void 0&&(x=!0);let b=0,E=ea(e,i,"keepOrder");E===void 0&&(E=!0);let S=0,D=ea(e,i,"msDosCompatible");D===void 0&&(D=!0);let v=ea(e,i,"internalFileAttribute")||0,O=ea(e,i,"externalFileAttribute")||0;n&&(n.initialized||await n.init(),S=n.size,b=uXe(S));let R=i.zip64||e.options.zip64||!1;if(e.offset+e.pendingCompressedSize>=4294967295||S>=4294967295||b>=4294967295){if(i.zip64===!1||e.options.zip64===!1||!E)throw new Error(xW);R=!0}e.pendingCompressedSize+=b,await Promise.resolve();let M=ea(e,i,"level"),L=ea(e,i,"useWebWorkers"),_=ea(e,i,"bufferedWrite"),T=ea(e,i,"dataDescriptor"),w=ea(e,i,"dataDescriptorSignature"),P=ea(e,i,"signal");T===void 0&&(T=!0),T&&w===void 0&&(w=!1);let B=await sXe(e,t,n,Object.assign({},i,{rawFilename:o,rawComment:s,version:a,versionMadeBy:c,lastModDate:u,lastAccessDate:f,creationDate:d,rawExtraField:A,zip64:R,password:p,level:M,useWebWorkers:L,encryptionStrength:g,extendedTimestamp:x,zipCrypto:m,bufferedWrite:_,keepOrder:E,dataDescriptor:T,dataDescriptorSignature:w,signal:P,msDosCompatible:D,internalFileAttribute:v,externalFileAttribute:O}));return b&&(e.pendingCompressedSize-=b),Object.assign(B,{name:t,comment:r,extraField:C}),new up(B)}async function sXe(e,t,n,i){let o=e.files,r=e.writer,s=Array.from(o.values()).pop(),a={},c,u,f;o.set(t,a);try{let d,p,g;if(i.keepOrder&&(d=s&&s.lock),a.lock=g=new Promise(m=>f=m),i.bufferedWrite||e.lockWrite||!i.dataDescriptor?(p=new JT,p.init(),c=!0):(e.lockWrite=new Promise(m=>u=m),r.initialized||await r.init(),p=r),a=await aXe(n,p,e.config,i),a.lock=g,o.set(t,a),a.filename=t,c){let m=0,A=p.getData();await Promise.all([e.lockWrite,d]);let C;do C=Array.from(o.values()).find(x=>x.writingBufferedData),C&&await C.lock;while(C&&C.lock);if(a.writingBufferedData=!0,!i.dataDescriptor){let b=await qle(A,0,26),E=new DataView(b);(!a.encrypted||i.zipCrypto)&&ao(E,14,a.signature),a.zip64?(ao(E,18,4294967295),ao(E,22,4294967295)):(ao(E,18,a.compressedSize),ao(E,22,a.uncompressedSize)),await r.writeUint8Array(new Uint8Array(b)),m=26}await lXe(r,A,m),delete a.writingBufferedData}if(a.offset=e.offset,a.zip64){let m=od(a.rawExtraFieldZip64);Qc(m,20,BigInt(a.offset))}else if(a.offset>=4294967295)throw new Error(xW);return e.offset+=a.length,a}catch(d){throw(c&&a.writingBufferedData||!c&&a.dataWritten)&&(d.corruptedEntry=e.hasCorruptedEntries=!0,a.uncompressedSize&&(e.offset+=a.uncompressedSize)),o.delete(t),d}finally{f(),u&&u()}}async function aXe(e,t,n,i){let{rawFilename:o,lastAccessDate:r,creationDate:s,password:a,level:c,zip64:u,zipCrypto:f,dataDescriptor:d,dataDescriptorSignature:p,directory:g,version:m,versionMadeBy:A,rawComment:C,rawExtraField:x,useWebWorkers:b,onprogress:E,signal:S,encryptionStrength:D,extendedTimestamp:v,msDosCompatible:O,internalFileAttribute:R,externalFileAttribute:M}=i,L=Boolean(a&&a.length),_=c!==0&&!g,T;if(L&&!f){T=new Uint8Array(Wle.length+2);let Me=od(T);Fo(Me,0,39169),Rs(T,Wle,2),Y2(Me,8,D)}else T=new Uint8Array(0);let w,P;if(v){P=new Uint8Array(9+(r?4:0)+(s?4:0));let Me=od(P);Fo(Me,0,21589),Fo(Me,2,P.length-4);let Ge=1+(r?2:0)+(s?4:0);Y2(Me,4,Ge),ao(Me,5,Math.floor(i.lastModDate.getTime()/1e3)),r&&ao(Me,9,Math.floor(r.getTime()/1e3)),s&&ao(Me,13,Math.floor(s.getTime()/1e3));try{w=new Uint8Array(36);let bt=od(w),zt=CW(i.lastModDate);Fo(bt,0,10),Fo(bt,2,32),Fo(bt,8,1),Fo(bt,10,24),Qc(bt,12,zt),Qc(bt,20,CW(r)||zt),Qc(bt,28,CW(s)||zt)}catch{w=new Uint8Array(0)}}else w=P=new Uint8Array(0);let B={version:m||20,versionMadeBy:A,zip64:u,directory:Boolean(g),filenameUTF8:!0,rawFilename:o,commentUTF8:!0,rawComment:C,rawExtraFieldZip64:u?new Uint8Array(jle+4):new Uint8Array(0),rawExtraFieldExtendedTimestamp:P,rawExtraFieldNTFS:w,rawExtraFieldAES:T,rawExtraField:x,extendedTimestamp:v,msDosCompatible:O,internalFileAttribute:R,externalFileAttribute:M},N=B.uncompressedSize=0,z=2048;d&&(z=z|8);let V=0;_&&(V=8),u&&(B.version=B.version>45?B.version:45),L&&(z=z|1,f||(B.version=B.version>51?B.version:51,V=99,_&&(B.rawExtraFieldAES[9]=8))),B.compressionMethod=V;let G=B.headerArray=new Uint8Array(26),k=od(G);Fo(k,0,B.version),Fo(k,2,z),Fo(k,4,V);let X=new Uint32Array(1),q=od(X),Y;i.lastModDate<oW?Y=oW:i.lastModDate>iW?Y=iW:Y=i.lastModDate,Fo(q,0,(Y.getHours()<<6|Y.getMinutes())<<5|Y.getSeconds()/2),Fo(q,2,(Y.getFullYear()-1980<<4|Y.getMonth()+1)<<5|Y.getDate());let W=X[0];ao(k,6,W),Fo(k,22,o.length);let J=T.length+P.length+w.length+B.rawExtraField.length;Fo(k,24,J);let Z=new Uint8Array(30+o.length+J),ue=od(Z);ao(ue,0,67324752),Rs(Z,G,4),Rs(Z,o,30),Rs(Z,T,30+o.length),Rs(Z,P,30+o.length+T.length),Rs(Z,w,30+o.length+T.length+P.length),Rs(Z,B.rawExtraField,30+o.length+T.length+P.length+w.length);let pe,oe=0;if(e){let Me=await D2(n.Deflate,{codecType:b2,level:c,password:a,encryptionStrength:D,zipCrypto:L&&f,passwordVerification:L&&f&&W>>8&255,signed:!0,compressed:_,encrypted:L,useWebWorkers:b},n);await t.writeUint8Array(Z),B.dataWritten=!0,pe=await v2(Me,e,t,0,()=>e.size,n,{onprogress:E,signal:S}),N=B.uncompressedSize=e.size,oe=pe.length}else await t.writeUint8Array(Z),B.dataWritten=!0;let fe=new Uint8Array(0),ge,Ee=0;if(d&&(fe=new Uint8Array(u?p?24:20:p?16:12),ge=od(fe),p&&(Ee=4,ao(ge,0,134695760))),e){let Me=pe.signature;if((!L||f)&&Me!==void 0&&(ao(k,10,Me),B.signature=Me,d&&ao(ge,Ee,Me)),u){let Ge=od(B.rawExtraFieldZip64);Fo(Ge,0,1),Fo(Ge,2,jle),ao(k,14,4294967295),Qc(Ge,12,BigInt(oe)),ao(k,18,4294967295),Qc(Ge,4,BigInt(N)),d&&(Qc(ge,Ee+4,BigInt(oe)),Qc(ge,Ee+12,BigInt(N)))}else ao(k,14,oe),ao(k,18,N),d&&(ao(ge,Ee+4,oe),ao(ge,Ee+8,N))}d&&await t.writeUint8Array(fe);let Ie=Z.length+oe+fe.length;return Object.assign(B,{compressedSize:oe,lastModDate:Y,rawLastModDate:W,creationDate:s,lastAccessDate:r,encrypted:L,length:Ie}),B}async function cXe(e,t,n){let i=e.writer,o=e.files,r=0,s=0,a=e.offset,c=o.size;for(let[,p]of o)s+=46+p.rawFilename.length+p.rawComment.length+p.rawExtraFieldZip64.length+p.rawExtraFieldAES.length+p.rawExtraFieldExtendedTimestamp.length+p.rawExtraFieldNTFS.length+p.rawExtraField.length;let u=n.zip64||e.options.zip64||!1;if(a>=4294967295||s>=4294967295||c>=65535){if(n.zip64===!1||e.options.zip64===!1)throw new Error(xW);u=!0}let f=new Uint8Array(s+(u?98:22)),d=od(f);if(t&&t.length)if(t.length<=65535)Fo(d,r+20,t.length);else throw new Error($Ye);for(let[p,g]of Array.from(o.values()).entries()){let{rawFilename:m,rawExtraFieldZip64:A,rawExtraFieldAES:C,rawExtraField:x,rawComment:b,versionMadeBy:E,headerArray:S,directory:D,zip64:v,msDosCompatible:O,internalFileAttribute:R,externalFileAttribute:M}=g,L,_;if(g.extendedTimestamp){_=g.rawExtraFieldNTFS,L=new Uint8Array(9);let w=od(L);Fo(w,0,21589),Fo(w,2,L.length-4),Y2(w,4,1),ao(w,5,Math.floor(g.lastModDate.getTime()/1e3))}else _=L=new Uint8Array(0);let T=A.length+C.length+L.length+_.length+x.length;if(ao(d,r,33639248),Fo(d,r+4,E),Rs(f,S,r+6),Fo(d,r+30,T),Fo(d,r+32,b.length),ao(d,r+34,R),M?ao(d,r+38,M):D&&O&&Y2(d,r+38,16),v?ao(d,r+42,4294967295):ao(d,r+42,g.offset),Rs(f,m,r+46),Rs(f,A,r+46+m.length),Rs(f,C,r+46+m.length+A.length),Rs(f,L,r+46+m.length+A.length+C.length),Rs(f,_,r+46+m.length+A.length+C.length+L.length),Rs(f,x,r+46+m.length+A.length+C.length+L.length+_.length),Rs(f,b,r+46+m.length+T),r+=46+m.length+T+b.length,n.onprogress)try{n.onprogress(p+1,o.size,new up(g))}catch{}}u&&(ao(d,r,101075792),Qc(d,r+4,BigInt(44)),Fo(d,r+12,45),Fo(d,r+14,45),Qc(d,r+24,BigInt(c)),Qc(d,r+32,BigInt(c)),Qc(d,r+40,BigInt(s)),Qc(d,r+48,BigInt(a)),ao(d,r+56,117853008),Qc(d,r+64,BigInt(a)+BigInt(s)),ao(d,r+72,1),c=65535,a=4294967295,s=4294967295,r+=76),ao(d,r,101010256),Fo(d,r+8,c),Fo(d,r+10,c),ao(d,r+12,s),ao(d,r+16,a),await i.writeUint8Array(f),t&&t.length&&await i.writeUint8Array(t)}function qle(e,t,n){if(e.arrayBuffer)return t||n?e.slice(t,n).arrayBuffer():e.arrayBuffer();{let i=new FileReader;return new Promise((o,r)=>{i.onload=s=>o(s.target.result),i.onerror=()=>r(i.error),i.readAsArrayBuffer(t||n?e.slice(t,n):e)})}}async function lXe(e,t,n=0){await o();async function o(){if(n<t.size){let r=await qle(t,n,n+536870912);await e.writeUint8Array(new Uint8Array(r)),n+=536870912,await o()}}}function CW(e){if(e)return(BigInt(e.getTime())+BigInt(116444736e5))*BigInt(1e4)}function ea(e,t,n){return t[n]===void 0?e.options[n]:t[n]}function uXe(e){return e+5*(Math.floor(e/16383)+1)}function Y2(e,t,n){e.setUint8(t,n)}function Fo(e,t,n){e.setUint16(t,n,!0)}function ao(e,t,n){e.setUint32(t,n,!0)}function Qc(e,t,n){e.setBigUint64(t,n,!0)}function Rs(e,t,n){e.set(t,n)}function od(e){return new DataView(e.buffer)}jT({Deflate:kce,Inflate:sle});var TW=32,fXe="http://www.opengis.net/kml/2.2",sd="http://www.google.com/kml/ext/2.2",dXe="http://www.w3.org/2000/xmlns/";function X2(e){this._files={},this._promises=[],this._count=0,this._modelCallback=e}var hXe=/^data:image\/([^,;]+)/;X2.prototype.texture=function(e){let t=this,n;if(typeof e=="string"||e instanceof Pe){if(e=Pe.createIfNeeded(e),!e.isDataUri)return e.url;let i=e.url.match(hXe);n=`texture_${++this._count}`,l(i)&&(n+=`.${i[1]}`);let o=e.fetchBlob().then(function(r){t._files[n]=r});return this._promises.push(o),n}if(e instanceof HTMLCanvasElement){n=`texture_${++this._count}.png`;let i=new Promise(o=>{e.toBlob(function(r){t._files[n]=r,o()})});return this._promises.push(i),n}return""};function mXe(e,t){return function(n){e._files[t]=n}}X2.prototype.model=function(e,t){let n=this._modelCallback;if(!l(n))throw new de("Encountered a model entity while exporting to KML, but no model callback was supplied.");let i={},o=n(e,t,i);for(let r in i)if(i.hasOwnProperty(r)){let s=Promise.resolve(i[r]);this._promises.push(s),s.then(mXe(this,r))}return o};Object.defineProperties(X2.prototype,{promise:{get:function(){return Promise.all(this._promises)}},files:{get:function(){return this._files}}});function K2(e){this._time=e}K2.prototype.get=function(e,t,n){let i;return l(e)&&(i=l(e.getValue)?e.getValue(this._time,n):e),y(i,t)};K2.prototype.getColor=function(e,t){let n=this.get(e,t);if(l(n))return Xy(n)};K2.prototype.getMaterialType=function(e){if(!!l(e))return e.getType(this._time)};function EW(){this._ids={},this._styles={},this._count=0}EW.prototype.get=function(e){let t=this._ids,n=e.innerHTML;if(l(t[n]))return t[n];let i=`style-${++this._count}`;return e.setAttribute("id",i),i=`#${i}`,t[n]=i,this._styles[n]=e,i};EW.prototype.save=function(e){let t=this._styles,n=e.childNodes[0];for(let i in t)t.hasOwnProperty(i)&&e.insertBefore(t[i],n)};function Jle(){this._ids={}}Jle.prototype.get=function(e){if(!l(e))return this.get(kn());let t=this._ids;return l(t[e])?`${e.toString()}-${++t[e]}`:(t[e]=0,e)};function bW(e){e=y(e,y.EMPTY_OBJECT);let t=e.entities,n=y(e.kmz,!1),i=bW._createState(e),o=t.values.filter(function(u){return!l(u.parent)}),r=i.kmlDoc,s=r.documentElement;s.setAttributeNS(dXe,"xmlns:gx",sd);let a=r.createElement("Document");s.appendChild(a),Qle(i,a,o),i.styleCache.save(a);let c=i.externalFileHandler;return c.promise.then(function(){let f=new XMLSerializer().serializeToString(i.kmlDoc);return n?pXe(f,c.files):{kml:f,externalFiles:c.files}})}function pXe(e,t){let n=Kt("ThirdParty/Workers/z-worker-pako.js");jT({workerScripts:{deflate:[n,"./pako_deflate.min.js"],inflate:[n,"./pako_inflate.min.js"]}});let i=new JT,o=new q2(i);return o.add("doc.kml",new O2(e)).then(function(){let r=Object.keys(t);return Zle(o,r,t,0)}).then(function(){return o.close()}).then(function(r){return{kmz:r}})}function Zle(e,t,n,i){if(t.length===i)return;let o=t[i];return e.add(o,new qy(n[o])).then(function(){return Zle(e,t,n,i+1)})}bW._createState=function(e){let t=e.entities,n=new EW,i=t.computeAvailability(),o=l(e.time)?e.time:i.start,r=y(e.defaultAvailability,i),s=y(e.sampleDuration,60);r.start===ke.MINIMUM_VALUE?r.stop===ke.MAXIMUM_VALUE?r=new gn:$.addSeconds(r.stop,-10*s,r.start):r.stop===ke.MAXIMUM_VALUE&&$.addSeconds(r.start,10*s,r.stop);let a=new X2(e.modelCallback);return{kmlDoc:document.implementation.createDocument(fXe,"kml"),ellipsoid:y(e.ellipsoid,ie.WGS84),idManager:new Jle,styleCache:n,externalFileHandler:a,time:o,valueGetter:new K2(o),sampleDuration:s,defaultAvailability:new Pr([r])}};function Qle(e,t,n){let i=e.kmlDoc,o=e.styleCache,r=e.valueGetter,s=e.idManager,a=n.length,c,u,f;for(let d=0;d<a;++d){let p=n[d];c=[],u=[],f=[],_Xe(e,p,u,f),gXe(e,p.polyline,u,f),Kle(e,p.rectangle,u,f,c),Kle(e,p.polygon,u,f,c),xXe(e,p,p.model,u,f);let g,m=p.availability;l(m)&&(g=i.createElement("TimeSpan"),$.equals(m.start,ke.MINIMUM_VALUE)||g.appendChild(nn(i,"begin",$.toIso8601(m.start))),$.equals(m.stop,ke.MAXIMUM_VALUE)||g.appendChild(nn(i,"end",$.toIso8601(m.stop))));for(let x=0;x<c.length;++x){let b=c[x];b.setAttribute("id",s.get(p.id)),b.appendChild(nn(i,"name",p.name)),b.appendChild(nn(i,"visibility",p.show)),b.appendChild(nn(i,"description",p.description)),l(g)&&b.appendChild(g),t.appendChild(b)}let A=u.length;if(A>0){let x=i.createElement("Placemark");x.setAttribute("id",s.get(p.id));let b=p.name,E=p.label;if(l(E)){let D=i.createElement("LabelStyle"),v=r.get(E.text);b=l(v)&&v.length>0?v:b;let O=r.getColor(E.fillColor);l(O)&&(D.appendChild(nn(i,"color",O)),D.appendChild(nn(i,"colorMode","normal")));let R=r.get(E.scale);l(R)&&D.appendChild(nn(i,"scale",R)),f.push(D)}x.appendChild(nn(i,"name",b)),x.appendChild(nn(i,"visibility",p.show)),x.appendChild(nn(i,"description",p.description)),l(g)&&x.appendChild(g),t.appendChild(x);let S=f.length;if(S>0){let D=i.createElement("Style");for(let v=0;v<S;++v)D.appendChild(f[v]);x.appendChild(nn(i,"styleUrl",o.get(D)))}if(u.length===1)x.appendChild(u[0]);else if(u.length>1){let D=i.createElement("MultiGeometry");for(let v=0;v<A;++v)D.appendChild(u[v]);x.appendChild(D)}}let C=p._children;if(C.length>0){let x=i.createElement("Folder");x.setAttribute("id",s.get(p.id)),x.appendChild(nn(i,"name",p.name)),x.appendChild(nn(i,"visibility",p.show)),x.appendChild(nn(i,"description",p.description)),t.appendChild(x),Qle(e,x,C)}}}var $c=new h,pc=new he,rd=new $;function _Xe(e,t,n,i){let o=e.kmlDoc,r=e.ellipsoid,s=e.valueGetter,a=y(t.billboard,t.point);if(!l(a)&&!l(t.path))return;let c=t.position;if(!c.isConstant){$le(e,t,a,n,i);return}s.get(c,void 0,$c);let u=nn(o,"coordinates",Yy($c,r)),f=o.createElement("Point"),d=o.createElement("altitudeMode");d.appendChild(Ky(e,a.heightReference)),f.appendChild(d),f.appendChild(u),n.push(f);let p=a instanceof ja?tue(e,a):eue(e,a);i.push(p)}function $le(e,t,n,i,o){let r=e.kmlDoc,s=e.ellipsoid,a=e.valueGetter,c,u=t.position,f=!0;u instanceof Zs?(c=u.intervals,f=!1):c=y(t.availability,e.defaultAvailability);let d=n instanceof qp,p,g,m,A=[];for(p=0;p<c.length;++p){let x=c.get(p),b=f?u:x.data,E=r.createElement("altitudeMode");b instanceof lp?(b=b._value,E.appendChild(Ky(e,Ue.CLAMP_TO_GROUND))):l(n)?E.appendChild(Ky(e,n.heightReference)):E.appendChild(Ky(e,Ue.NONE));let S=[],D=[];if(b.isConstant){a.get(b,void 0,$c);let O=nn(r,"coordinates",Yy($c,s));S.push($.toIso8601(x.start)),D.push(O),S.push($.toIso8601(x.stop)),D.push(O)}else if(b instanceof Qs)for(m=b._property._times,g=0;g<m.length;++g)S.push($.toIso8601(m[g])),b.getValueInReferenceFrame(m[g],eo.FIXED,$c),D.push(Yy($c,s));else if(b instanceof Vu){m=b._times;let O=b._values;for(g=0;g<m.length;++g)S.push($.toIso8601(m[g])),h.fromArray(O,g*3,$c),D.push(Yy($c,s))}else{let O=e.sampleDuration;x.start.clone(rd),x.isStartIncluded||$.addSeconds(rd,O,rd);let R=x.stop;for(;$.lessThan(rd,R);)b.getValue(rd,$c),S.push($.toIso8601(rd)),D.push(Yy($c,s)),$.addSeconds(rd,O,rd);x.isStopIncluded&&$.equals(rd,R)&&(b.getValue(rd,$c),S.push($.toIso8601(rd)),D.push(Yy($c,s)))}let v=r.createElementNS(sd,"Track");v.appendChild(E);for(let O=0;O<S.length;++O){let R=nn(r,"when",S[O]),M=nn(r,"coord",D[O],sd);v.appendChild(R),v.appendChild(M)}d&&v.appendChild(nue(e,n)),A.push(v)}if(A.length===1)i.push(A[0]);else if(A.length>1){let x=r.createElementNS(sd,"MultiTrack");for(p=0;p<A.length;++p)x.appendChild(A[p]);i.push(x)}if(l(n)&&!d){let x=n instanceof ja?tue(e,n):eue(e,n);o.push(x)}let C=t.path;if(l(C)){let x=a.get(C.width),b=C.material;if(l(b)||l(x)){let E=r.createElement("LineStyle");l(x)&&E.appendChild(nn(r,"width",x)),SW(e,b,E),o.push(E)}}}function eue(e,t){let n=e.kmlDoc,i=e.valueGetter,o=n.createElement("IconStyle"),r=i.getColor(t.color);l(r)&&(o.appendChild(nn(n,"color",r)),o.appendChild(nn(n,"colorMode","normal")));let s=i.get(t.pixelSize);return l(s)&&o.appendChild(nn(n,"scale",s/TW)),o}function tue(e,t){let n=e.kmlDoc,i=e.valueGetter,o=e.externalFileHandler,r=n.createElement("IconStyle"),s=i.get(t.image);if(l(s)){s=o.texture(s);let p=n.createElement("Icon");p.appendChild(nn(n,"href",s));let g=i.get(t.imageSubRegion);l(g)&&(p.appendChild(nn(n,"x",g.x,sd)),p.appendChild(nn(n,"y",g.y,sd)),p.appendChild(nn(n,"w",g.width,sd)),p.appendChild(nn(n,"h",g.height,sd))),r.appendChild(p)}let a=i.getColor(t.color);l(a)&&(r.appendChild(nn(n,"color",a)),r.appendChild(nn(n,"colorMode","normal")));let c=i.get(t.scale);l(c)&&r.appendChild(nn(n,"scale",c));let u=i.get(t.pixelOffset);if(l(u)){c=y(c,1),H.divideByScalar(u,c,u);let p=i.get(t.width,TW),g=i.get(t.height,TW),m=i.get(t.horizontalOrigin,li.CENTER);m===li.CENTER?u.x-=p*.5:m===li.RIGHT&&(u.x-=p);let A=i.get(t.verticalOrigin,Sn.CENTER);A===Sn.TOP?u.y+=g:A===Sn.CENTER&&(u.y+=g*.5);let C=n.createElement("hotSpot");C.setAttribute("x",-u.x),C.setAttribute("y",u.y),C.setAttribute("xunits","pixels"),C.setAttribute("yunits","pixels"),r.appendChild(C)}let f=i.get(t.rotation),d=i.get(t.alignedAxis);return l(f)&&h.equals(h.UNIT_Z,d)&&(f=I.toDegrees(-f),f===0&&(f=360),r.appendChild(nn(n,"heading",f))),r}function gXe(e,t,n,i){let o=e.kmlDoc,r=e.ellipsoid,s=e.valueGetter;if(!l(t))return;let a=o.createElement("LineString"),c=o.createElement("altitudeMode"),u=s.get(t.clampToGround,!1),f;u?(a.appendChild(nn(o,"tessellate",!0)),f=o.createTextNode("clampToGround")):f=o.createTextNode("absolute"),c.appendChild(f),a.appendChild(c);let d=t.positions,p=s.get(d),g=nn(o,"coordinates",Yy(p,r));a.appendChild(g);let m=s.get(t.zIndex);u&&l(m)&&a.appendChild(nn(o,"drawOrder",m,sd)),n.push(a);let A=o.createElement("LineStyle"),C=s.get(t.width);l(C)&&A.appendChild(nn(o,"width",C)),SW(e,t.material,A),i.push(A)}function yXe(e,t,n){let i=e.kmlDoc,o=e.valueGetter,r=o.get(t.height,0);n>0&&(r=n);let s=t.coordinates,a=o.get(s),c=[],u=[ce.northeast,ce.southeast,ce.southwest,ce.northwest];for(let g=0;g<4;++g)u[g](a,pc),c.push(`${I.toDegrees(pc.longitude)},${I.toDegrees(pc.latitude)},${r}`);let f=nn(i,"coordinates",c.join(" ")),d=i.createElement("outerBoundaryIs"),p=i.createElement("LinearRing");return p.appendChild(f),d.appendChild(p),[d]}function Xle(e,t,n,i){let o=e.kmlDoc,r=e.ellipsoid,s=[],a=t.length;for(let f=0;f<a;++f)he.fromCartesian(t[f],r,pc),s.push(`${I.toDegrees(pc.longitude)},${I.toDegrees(pc.latitude)},${i?pc.height:n}`);let c=nn(o,"coordinates",s.join(" ")),u=o.createElement("LinearRing");return u.appendChild(c),u}function AXe(e,t,n){let i=e.kmlDoc,o=e.valueGetter,r=o.get(t.height,0),s=o.get(t.perPositionHeight,!1);!s&&n>0&&(r=n);let a=[],c=t.hierarchy,u=o.get(c),f=Array.isArray(u)?u:u.positions,d=i.createElement("outerBoundaryIs");d.appendChild(Xle(e,f,r,s)),a.push(d);let p=u.holes;if(l(p)){let g=p.length;for(let m=0;m<g;++m){let A=i.createElement("innerBoundaryIs");A.appendChild(Xle(e,p[m].positions,r,s)),a.push(A)}}return a}function Kle(e,t,n,i,o){let r=e.kmlDoc,s=e.valueGetter;if(!l(t))return;let a=t instanceof Gd;if(a&&s.getMaterialType(t.material)==="Image"){CXe(e,t,o);return}let c=r.createElement("Polygon"),u=s.get(t.extrudedHeight,0);u>0&&c.appendChild(nn(r,"extrude",!0));let f=a?yXe(e,t,u):AXe(e,t,u),d=f.length;for(let C=0;C<d;++C)c.appendChild(f[C]);let p=r.createElement("altitudeMode");p.appendChild(Ky(e,t.heightReference)),c.appendChild(p),n.push(c);let g=r.createElement("PolyStyle"),m=s.get(t.fill,!1);m&&g.appendChild(nn(r,"fill",m)),SW(e,t.material,g);let A=s.get(t.outline,!1);if(A){g.appendChild(nn(r,"outline",A));let C=r.createElement("LineStyle"),x=s.get(t.outlineWidth,1);C.appendChild(nn(r,"width",x));let b=s.getColor(t.outlineColor,U.BLACK);C.appendChild(nn(r,"color",b)),C.appendChild(nn(r,"colorMode","normal")),i.push(C)}i.push(g)}function CXe(e,t,n){let i=e.kmlDoc,o=e.valueGetter,r=e.externalFileHandler,s=i.createElement("GroundOverlay"),a=i.createElement("altitudeMode");a.appendChild(Ky(e,t.heightReference)),s.appendChild(a);let c=o.get(t.height);l(c)&&s.appendChild(nn(i,"altitude",c));let u=o.get(t.coordinates),f=i.createElement("LatLonBox");f.appendChild(nn(i,"north",I.toDegrees(u.north))),f.appendChild(nn(i,"south",I.toDegrees(u.south))),f.appendChild(nn(i,"east",I.toDegrees(u.east))),f.appendChild(nn(i,"west",I.toDegrees(u.west))),s.appendChild(f);let d=o.get(t.material),p=r.texture(d.image),g=i.createElement("Icon");g.appendChild(nn(i,"href",p)),s.appendChild(g);let m=d.color;l(m)&&s.appendChild(nn(i,"color",Xy(d.color))),n.push(s)}function nue(e,t){let n=e.kmlDoc,i=e.valueGetter,o=e.externalFileHandler,r=n.createElement("Model"),s=i.get(t.scale);if(l(s)){let u=n.createElement("scale");u.appendChild(nn(n,"x",s)),u.appendChild(nn(n,"y",s)),u.appendChild(nn(n,"z",s)),r.appendChild(u)}let a=n.createElement("Link"),c=o.model(t,e.time);return a.appendChild(nn(n,"href",c)),r.appendChild(a),r}function xXe(e,t,n,i,o){let r=e.kmlDoc,s=e.ellipsoid,a=e.valueGetter;if(!l(n))return;let c=t.position;if(!c.isConstant){$le(e,t,n,i,o);return}let u=nue(e,n),f=r.createElement("altitudeMode");f.appendChild(Ky(e,n.heightReference)),u.appendChild(f),a.get(c,void 0,$c),he.fromCartesian($c,s,pc);let d=r.createElement("Location");d.appendChild(nn(r,"longitude",I.toDegrees(pc.longitude))),d.appendChild(nn(r,"latitude",I.toDegrees(pc.latitude))),d.appendChild(nn(r,"altitude",pc.height)),u.appendChild(d),i.push(u)}function SW(e,t,n){let i=e.kmlDoc,o=e.valueGetter;if(!l(t))return;let r=o.get(t);if(!l(r))return;let s,a=o.getMaterialType(t),c,u;switch(a){case"Image":s=Xy(U.WHITE);break;case"Color":case"Grid":case"PolylineGlow":case"PolylineArrow":case"PolylineDash":s=Xy(r.color);break;case"PolylineOutline":s=Xy(r.color),c=Xy(r.outlineColor),u=r.outlineWidth,n.appendChild(nn(i,"outerColor",c,sd)),n.appendChild(nn(i,"outerWidth",u,sd));break;case"Stripe":s=Xy(r.oddColor);break}l(s)&&(n.appendChild(nn(i,"color",s)),n.appendChild(nn(i,"colorMode","normal")))}function Ky(e,t){let n=e.kmlDoc,o=e.valueGetter.get(t,Ue.NONE),r;switch(o){case Ue.NONE:r=n.createTextNode("absolute");break;case Ue.CLAMP_TO_GROUND:r=n.createTextNode("clampToGround");break;case Ue.RELATIVE_TO_GROUND:r=n.createTextNode("relativeToGround");break}return r}function Yy(e,t){Array.isArray(e)||(e=[e]);let n=e.length,i=[];for(let o=0;o<n;++o)he.fromCartesian(e[o],t,pc),i.push(`${I.toDegrees(pc.longitude)},${I.toDegrees(pc.latitude)},${pc.height}`);return i.join(" ")}function nn(e,t,n,i){n=y(n,""),typeof n=="boolean"&&(n=n?"1":"0");let o=l(i)?e.createElementNS(i,t):e.createElement(t),r=n==="string"&&n.indexOf("<")!==-1?e.createCDATASection(n):e.createTextNode(n);return o.appendChild(r),o}function Xy(e){let t="",n=e.toBytes();for(let i=3;i>=0;--i)t+=n[i]<16?`0${n[i].toString(16)}`:n[i].toString(16);return t}var iue=bW;function TD(){this._cache={}}TD.prototype.fromColor=function(e,t){return J2(void 0,void 0,e,t,this._cache)};TD.prototype.fromUrl=function(e,t,n){return J2(e,void 0,t,n,this._cache)};TD.prototype.fromMakiIconId=function(e,t,n){return J2(Kt(`Assets/Textures/maki/${encodeURIComponent(e)}.png`),void 0,t,n,this._cache)};TD.prototype.fromText=function(e,t,n){return J2(void 0,e,t,n,this._cache)};var TXe=new U;function EXe(e,t,n){e.save(),e.scale(n/24,n/24),e.fillStyle=t.toCssColorString(),e.strokeStyle=t.brighten(.6,TXe).toCssColorString(),e.lineWidth=.846,e.beginPath(),e.moveTo(6.72,.422),e.lineTo(17.28,.422),e.bezierCurveTo(18.553,.422,19.577,1.758,19.577,3.415),e.lineTo(19.577,10.973),e.bezierCurveTo(19.577,12.63,18.553,13.966,17.282,13.966),e.lineTo(14.386,14.008),e.lineTo(11.826,23.578),e.lineTo(9.614,14.008),e.lineTo(6.719,13.965),e.bezierCurveTo(5.446,13.983,4.422,12.629,4.422,10.972),e.lineTo(4.422,3.416),e.bezierCurveTo(4.423,1.76,5.447,.423,6.718,.423),e.closePath(),e.fill(),e.stroke(),e.restore()}function oue(e,t,n){let i=n/2.5,o=i,r=i;t.width>t.height?r=i*(t.height/t.width):t.width<t.height&&(o=i*(t.width/t.height));let s=Math.round((n-o)/2),a=Math.round(7/24*n-r/2);e.globalCompositeOperation="destination-out",e.drawImage(t,s-1,a,o,r),e.drawImage(t,s,a-1,o,r),e.drawImage(t,s+1,a,o,r),e.drawImage(t,s,a+1,o,r),e.globalCompositeOperation="destination-over",e.fillStyle=U.BLACK.toCssColorString(),e.fillRect(s-1,a-1,o+2,r+2),e.globalCompositeOperation="destination-out",e.drawImage(t,s,a,o,r),e.globalCompositeOperation="destination-over",e.fillStyle=U.WHITE.toCssColorString(),e.fillRect(s-1,a-2,o+2,r+2)}var xD=new Array(4);function J2(e,t,n,i,o){xD[0]=e,xD[1]=t,xD[2]=n,xD[3]=i;let r=JSON.stringify(xD),s=o[r];if(l(s))return s;let a=document.createElement("canvas");a.width=i,a.height=i;let c=a.getContext("2d");if(EXe(c,n,i),l(e)){let f=Pe.createIfNeeded(e).fetchImage().then(function(d){return oue(c,d,i),o[r]=a,a});return o[r]=f,f}else if(l(t)){let u=Dx(t,{font:`bold ${i}px sans-serif`});oue(c,u,i)}return o[r]=a,a}var xg=TD;var aue=Ii(sue(),1);function Q2(e){return h.fromDegrees(e[0],e[1],e[2])}var wW={"urn:ogc:def:crs:OGC:1.3:CRS84":Q2,"EPSG:4326":Q2,"urn:ogc:def:crs:EPSG::4326":Q2},cue={},lue={},DW=48,vW,PW=U.ROYALBLUE,IW=U.YELLOW,OW=2,BW=U.fromBytes(255,255,0,100),RW=!1,bXe={small:24,medium:48,large:64},SXe=["title","description","marker-size","marker-symbol","marker-color","stroke","stroke-opacity","stroke-width","fill","fill-opacity"];function uue(e,t){let n="";for(let i in e)if(e.hasOwnProperty(i)){if(i===t||SXe.indexOf(i)!==-1)continue;let o=e[i];l(o)&&(typeof o=="object"?n+=`<tr><th>${i}</th><td>${uue(o)}</td></tr>`:n+=`<tr><th>${i}</th><td>${o}</td></tr>`)}return n.length>0&&(n=`<table class="cesium-infoBox-defaultTable"><tbody>${n}</tbody></table>`),n}function wXe(e,t,n){let i;return function(o,r){return l(i)||(i=e(t,n)),i}}function DXe(e,t){return new jd(wXe(uue,e,t),!0)}function $2(e,t,n){let i=e.id;if(!l(i)||e.type!=="Feature")i=kn();else{let s=2,a=i;for(;l(t.getById(a));)a=`${i}_${s}`,s++;i=a}let o=t.getOrCreateEntity(i),r=e.properties;if(l(r)){o.properties=r;let s,a=r.title;if(l(a))o.name=a,s="title";else{let u=Number.MAX_VALUE;for(let f in r)if(r.hasOwnProperty(f)&&r[f]){let d=f.toLowerCase();if(u>1&&d==="title"){u=1,s=f;break}else u>2&&d==="name"?(u=2,s=f):u>3&&/title/i.test(f)?(u=3,s=f):u>4&&/name/i.test(f)&&(u=4,s=f)}l(s)&&(o.name=r[s])}let c=r.description;c!==null&&(o.description=l(c)?new Xn(c):n(r,s))}return o}function MW(e,t){let n=new Array(e.length);for(let i=0;i<e.length;i++)n[i]=t(e[i]);return n}var fue={Feature:hue,FeatureCollection:vXe,GeometryCollection:mue,LineString:Aue,MultiLineString:Cue,MultiPoint:gue,MultiPolygon:Eue,Point:_ue,Polygon:Tue,Topology:bue},due={GeometryCollection:mue,LineString:Aue,MultiLineString:Cue,MultiPoint:gue,MultiPolygon:Eue,Point:_ue,Polygon:Tue,Topology:bue};function hue(e,t,n,i,o){if(t.geometry===null){$2(t,e._entityCollection,o.describe);return}if(!l(t.geometry))throw new de("feature.geometry is required.");let r=t.geometry.type,s=due[r];if(!l(s))throw new de(`Unknown geometry type: ${r}`);s(e,t,t.geometry,i,o)}function vXe(e,t,n,i,o){let r=t.features;for(let s=0,a=r.length;s<a;s++)hue(e,r[s],void 0,i,o)}function mue(e,t,n,i,o){let r=n.geometries;for(let s=0,a=r.length;s<a;s++){let c=r[s],u=c.type,f=due[u];if(!l(f))throw new de(`Unknown geometry type: ${u}`);f(e,t,c,i,o)}}function pue(e,t,n,i,o){let r=o.markerSymbol,s=o.markerColor,a=o.markerSize,c=t.properties;if(l(c)){let g=c["marker-color"];l(g)&&(s=U.fromCssColorString(g)),a=y(bXe[c["marker-size"]],a);let m=c["marker-symbol"];l(m)&&(r=m)}let u;l(r)?r.length===1?u=e._pinBuilder.fromText(r.toUpperCase(),s,a):u=e._pinBuilder.fromMakiIconId(r,s,a):u=e._pinBuilder.fromColor(s,a);let f=new ja;f.verticalOrigin=new Xn(Sn.BOTTOM),i.length===2&&o.clampToGround&&(f.heightReference=Ue.CLAMP_TO_GROUND);let d=$2(t,e._entityCollection,o.describe);d.billboard=f,d.position=new Nc(n(i));let p=Promise.resolve(u).then(function(g){f.image=new Xn(g)}).catch(function(){f.image=new Xn(e._pinBuilder.fromColor(s,a))});e._promises.push(p)}function _ue(e,t,n,i,o){pue(e,t,i,n.coordinates,o)}function gue(e,t,n,i,o){let r=n.coordinates;for(let s=0;s<r.length;s++)pue(e,t,i,r[s],o)}function yue(e,t,n,i,o){let r=o.strokeMaterialProperty,s=o.strokeWidthProperty,a=t.properties;if(l(a)){let f=a["stroke-width"];l(f)&&(s=new Xn(f));let d,p=a.stroke;l(p)&&(d=U.fromCssColorString(p));let g=a["stroke-opacity"];l(g)&&g!==1&&(l(d)||(d=r.color.getValue().clone()),d.alpha=g),l(d)&&(r=new Pt(d))}let c=$2(t,e._entityCollection,o.describe),u=new ec;c.polyline=u,u.clampToGround=o.clampToGround,u.material=r,u.width=s,u.positions=new Xn(MW(i,n)),u.arcType=qt.RHUMB}function Aue(e,t,n,i,o){yue(e,t,i,n.coordinates,o)}function Cue(e,t,n,i,o){let r=n.coordinates;for(let s=0;s<r.length;s++)yue(e,t,i,r[s],o)}function xue(e,t,n,i,o){if(i.length===0||i[0].length===0)return;let r=o.strokeMaterialProperty.color,s=o.fillMaterialProperty,a=o.strokeWidthProperty,c=t.properties;if(l(c)){let g=c["stroke-width"];l(g)&&(a=new Xn(g));let m,A=c.stroke;l(A)&&(m=U.fromCssColorString(A));let C=c["stroke-opacity"];l(C)&&C!==1&&(l(m)||(m=r.getValue().clone()),m.alpha=C),l(m)&&(r=new Xn(m));let x,b=c.fill,E=s.color.getValue();l(b)&&(x=U.fromCssColorString(b),x.alpha=E.alpha),C=c["fill-opacity"],l(C)&&C!==E.alpha&&(l(x)||(x=E.clone()),x.alpha=C),l(x)&&(s=new Pt(x))}let u=new Hd;u.outline=new Xn(!0),u.outlineColor=r,u.outlineWidth=a,u.material=s,u.arcType=qt.RHUMB;let f=[];for(let g=1,m=i.length;g<m;g++)f.push(new kc(MW(i[g],n)));let d=i[0];u.hierarchy=new Xn(new kc(MW(d,n),f)),d[0].length>2?u.perPositionHeight=new Xn(!0):o.clampToGround||(u.height=0);let p=$2(t,e._entityCollection,o.describe);p.polygon=u}function Tue(e,t,n,i,o){xue(e,t,i,n.coordinates,o)}function Eue(e,t,n,i,o){let r=n.coordinates;for(let s=0;s<r.length;s++)xue(e,t,i,r[s],o)}function bue(e,t,n,i,o){for(let r in n.objects)if(n.objects.hasOwnProperty(r)){let s=aue.feature(n,n.objects[r]),a=fue[s.type];a(e,s,s,i,o)}}function Tg(e){this._name=e,this._changed=new _e,this._error=new _e,this._isLoading=!1,this._loading=new _e,this._entityCollection=new ws(this),this._promises=[],this._pinBuilder=new xg,this._entityCluster=new Nu,this._credit=void 0,this._resourceCredits=[]}Tg.load=function(e,t){return new Tg().load(e,t)};Object.defineProperties(Tg,{markerSize:{get:function(){return DW},set:function(e){DW=e}},markerSymbol:{get:function(){return vW},set:function(e){vW=e}},markerColor:{get:function(){return PW},set:function(e){PW=e}},stroke:{get:function(){return IW},set:function(e){IW=e}},strokeWidth:{get:function(){return OW},set:function(e){OW=e}},fill:{get:function(){return BW},set:function(e){BW=e}},clampToGround:{get:function(){return RW},set:function(e){RW=e}},crsNames:{get:function(){return wW}},crsLinkHrefs:{get:function(){return cue}},crsLinkTypes:{get:function(){return lue}}});Object.defineProperties(Tg.prototype,{name:{get:function(){return this._name},set:function(e){this._name!==e&&(this._name=e,this._changed.raiseEvent(this))}},clock:{value:void 0,writable:!1},entities:{get:function(){return this._entityCollection}},isLoading:{get:function(){return this._isLoading}},changedEvent:{get:function(){return this._changed}},errorEvent:{get:function(){return this._error}},loadingEvent:{get:function(){return this._loading}},show:{get:function(){return this._entityCollection.show},set:function(e){this._entityCollection.show=e}},clustering:{get:function(){return this._entityCluster},set:function(e){this._entityCluster=e}},credit:{get:function(){return this._credit}}});Tg.prototype.load=function(e,t){return Sue(this,e,t,!0)};Tg.prototype.process=function(e,t){return Sue(this,e,t,!1)};function Sue(e,t,n,i){Ir.setLoading(e,!0),n=y(n,y.EMPTY_OBJECT);let o=n.credit;typeof o=="string"&&(o=new Yt(o)),e._credit=o;let r=t,s=n.sourceUri;if(typeof t=="string"||t instanceof Pe){t=Pe.createIfNeeded(t),r=t.fetchJson(),s=y(s,t.getUrlComponent());let a=e._resourceCredits,c=t.credits;if(l(c)){let u=c.length;for(let f=0;f<u;f++)a.push(c[f])}}return n={describe:y(n.describe,DXe),markerSize:y(n.markerSize,DW),markerSymbol:y(n.markerSymbol,vW),markerColor:y(n.markerColor,PW),strokeWidthProperty:new Xn(y(n.strokeWidth,OW)),strokeMaterialProperty:new Pt(y(n.stroke,IW)),fillMaterialProperty:new Pt(y(n.fill,BW)),clampToGround:y(n.clampToGround,RW)},Promise.resolve(r).then(function(a){return PXe(e,a,n,s,i)}).catch(function(a){throw Ir.setLoading(e,!1),e._error.raiseEvent(e,a),a})}Tg.prototype.update=function(e){return!0};function PXe(e,t,n,i,o){let r;l(i)&&(r=Q_(i)),l(r)&&e._name!==r&&(e._name=r,e._changed.raiseEvent(e));let s=fue[t.type];if(!l(s))throw new de(`Unsupported GeoJSON object type: ${t.type}`);let a=t.crs,c=a!==null?Q2:null;if(l(a)){if(!l(a.properties))throw new de("crs.properties is undefined.");let u=a.properties;if(a.type==="name"){if(c=wW[u.name],!l(c))throw new de(`Unknown crs name: ${u.name}`)}else if(a.type==="link"){let f=cue[u.href];if(l(f)||(f=lue[u.type]),!l(f))throw new de(`Unable to resolve crs link: ${JSON.stringify(u)}`);c=f(u)}else if(a.type==="EPSG"){if(c=wW[`EPSG:${u.code}`],!l(c))throw new de(`Unknown crs EPSG code: ${u.code}`)}else throw new de(`Unknown crs type: ${a.type}`)}return Promise.resolve(c).then(function(u){return o&&e._entityCollection.removeAll(),u!==null&&s(e,t,t,u,n),Promise.all(e._promises).then(function(){return e._promises.length=0,Ir.setLoading(e,!1),e})})}var e3=Tg;var wfe=Ii(jW(),1);var Dfe;typeof DOMParser<"u"&&(Dfe=new DOMParser);var lJe=new wfe.default({stripPrefix:!1,email:!1,replaceFn:function(e,t){if(!t.protocolUrlMatch)return!1}}),B3=32,yfe=2414016,Afe=1,Cfe=16093e3,xfe=.1,uJe=[null,void 0,"http://www.topografix.com/GPX/1/1"],Co={gpx:uJe};function fJe(e){return new Promise((t,n)=>{let i=new FileReader;i.addEventListener("load",function(){t(i.result)}),i.addEventListener("error",function(){n(i.error)}),i.readAsText(e)})}function qW(e,t){let n=vD(e,"id");return n=l(n)?n:kn(),t.getOrCreateEntity(n)}function YW(e){let t=Tfe(e,"lon"),n=Tfe(e,"lat"),i=wD(e,"ele",Co.gpx);return h.fromDegrees(t,n,i)}function Tfe(e,t){if(!l(e))return;let n=e.getAttribute(t);if(n!==null){let i=parseFloat(n);return isNaN(i)?void 0:i}}function vD(e,t){if(!l(e))return;let n=e.getAttribute(t);return n!==null?n:void 0}function vg(e,t,n){if(!l(e))return;let i=e.childNodes,o=i.length;for(let r=0;r<o;r++){let s=i[r];if(s.localName===t&&n.indexOf(s.namespaceURI)!==-1)return s}}function XW(e,t,n){if(!l(e))return;let i=[],o=e.getElementsByTagName(t),r=o.length;for(let s=0;s<r;s++){let a=o[s];a.localName===t&&n.indexOf(a.namespaceURI)!==-1&&i.push(a)}return i}function wD(e,t,n){let i=vg(e,t,n);if(l(i)){let o=parseFloat(i.textContent);return isNaN(o)?void 0:o}}function tl(e,t,n){let i=vg(e,t,n);if(l(i))return i.textContent.trim()}function vfe(e){let t=new ja;return t.width=B3,t.height=B3,t.scaleByDistance=new Et(yfe,Afe,Cfe,xfe),t.pixelOffsetScaleByDistance=new Et(yfe,Afe,Cfe,xfe),t.verticalOrigin=new Xn(Sn.BOTTOM),t.image=e,t}function dJe(){let e=new zd;return e.translucencyByDistance=new Et(3e6,1,5e6,0),e.pixelOffset=new H(17,0),e.horizontalOrigin=li.LEFT,e.font="16px sans-serif",e.style=Mo.FILL_AND_OUTLINE,e}function Pfe(e){let t=new ec;return t.width=4,t.material=new Oy,t.material.color=l(e)?e:U.RED,t.material.outlineWidth=2,t.material.outlineColor=U.BLACK,t}var Efe={time:{text:"Time",tag:"time"},comment:{text:"Comment",tag:"cmt"},description:{text:"Description",tag:"desc"},source:{text:"Source",tag:"src"},number:{text:"GPS track/route number",tag:"number"},type:{text:"Type",tag:"type"}},DD;typeof document<"u"&&(DD=document.createElement("div"));function KW(e,t){let n,i="",o=Object.keys(Efe),r=o.length;for(n=0;n<r;n++){let f=o[n],d=Efe[f];d.value=y(tl(e,d.tag,Co.gpx),""),l(d.value)&&d.value!==""&&(i=`${i}<p>${d.text}: ${d.value}</p>`)}if(!l(i)||i==="")return;i=lJe.link(i),DD.innerHTML=i;let s=DD.querySelectorAll("a");for(n=0;n<s.length;n++)s[n].setAttribute("target","_blank");let a=U.WHITE,c=U.BLACK,u='<div class="cesium-infoBox-description-lighter" style="';return u+="overflow:auto;",u+="word-wrap:break-word;",u+=`background-color:${a.toCssColorString()};`,u+=`color:${c.toCssColorString()};`,u+='">',u+=`${DD.innerHTML}</div>`,DD.innerHTML="",u}function Ife(e,t,n,i){let o=YW(t),r=qW(t,n);r.position=o;let s=l(i.waypointImage)?i.waypointImage:e._pinBuilder.fromMakiIconId("marker",U.RED,B3);r.billboard=vfe(s);let a=tl(t,"name",Co.gpx);r.name=a,r.label=dJe(),r.label.text=a,r.description=KW(t,r),i.clampToGround&&(r.billboard.heightReference=Ue.CLAMP_TO_GROUND,r.label.heightReference=Ue.CLAMP_TO_GROUND)}function hJe(e,t,n,i){let o=qW(t,n);o.description=KW(t,o);let r=XW(t,"rtept",Co.gpx),s=new Array(r.length);for(let a=0;a<r.length;a++)Ife(e,r[a],n,i),s[a]=YW(r[a]);o.polyline=Pfe(i.routeColor),i.clampToGround&&(o.polyline.clampToGround=!0),o.polyline.positions=s}function mJe(e,t,n,i){let o=qW(t,n);o.description=KW(t,o);let r=XW(t,"trkseg",Co.gpx),s=[],a=[],c,u=!0,f=new Qs;for(let d=0;d<r.length;d++)c=pJe(r[d]),s=s.concat(c.positions),c.times.length>0?(a=a.concat(c.times),f.addSamples(a,s),u=u&&!0):u=!1;if(u){let d=l(i.waypointImage)?i.waypointImage:e._pinBuilder.fromMakiIconId("marker",U.RED,B3);o.billboard=vfe(d),o.position=f,i.clampToGround&&(o.billboard.heightReference=Ue.CLAMP_TO_GROUND),o.availability=new Pr,o.availability.addInterval(new gn({start:a[0],stop:a[a.length-1]}))}o.polyline=Pfe(i.trackColor),o.polyline.positions=s,i.clampToGround&&(o.polyline.clampToGround=!0)}function pJe(e){let t={positions:[],times:[]},n=XW(e,"trkpt",Co.gpx),i;for(let o=0;o<n.length;o++){let r=YW(n[o]);t.positions.push(r),i=tl(n[o],"time",Co.gpx),l(i)&&t.times.push($.fromIso8601(i))}return t}function _Je(e){let t=vg(e,"metadata",Co.gpx);if(l(t)){let n={name:tl(t,"name",Co.gpx),desc:tl(t,"desc",Co.gpx),author:gJe(t),copyright:AJe(t),link:Ofe(t),time:tl(t,"time",Co.gpx),keywords:tl(t,"keywords",Co.gpx),bounds:CJe(t)};if(l(n.name)||l(n.desc)||l(n.author)||l(n.copyright)||l(n.link)||l(n.time)||l(n.keywords)||l(n.bounds))return n}}function gJe(e){let t=vg(e,"author",Co.gpx);if(l(t)){let n={name:tl(t,"name",Co.gpx),email:yJe(t),link:Ofe(t)};if(l(n.name)||l(n.email)||l(n.link))return n}}function yJe(e){let t=vg(e,"email",Co.gpx);if(l(t)){let n=tl(t,"id",Co.gpx),i=tl(t,"domain",Co.gpx);return`${n}@${i}`}}function Ofe(e){let t=vg(e,"link",Co.gpx);if(l(t)){let n={href:vD(t,"href"),text:tl(t,"text",Co.gpx),mimeType:tl(t,"type",Co.gpx)};if(l(n.href)||l(n.text)||l(n.mimeType))return n}}function AJe(e){let t=vg(e,"copyright",Co.gpx);if(l(t)){let n={author:vD(t,"author"),year:tl(t,"year",Co.gpx),license:tl(t,"license",Co.gpx)};if(l(n.author)||l(n.year)||l(n.license))return n}}function CJe(e){let t=vg(e,"bounds",Co.gpx);if(l(t)){let n={minLat:wD(t,"minlat",Co.gpx),maxLat:wD(t,"maxlat",Co.gpx),minLon:wD(t,"minlon",Co.gpx),maxLon:wD(t,"maxlon",Co.gpx)};if(l(n.minLat)||l(n.maxLat)||l(n.minLon)||l(n.maxLon))return n}}var bfe={wpt:Ife,rte:hJe,trk:mJe};function xJe(e,t,n,i){let o=Object.keys(bfe),r=o.length;for(let s=0;s<r;s++){let a=o[s],c=bfe[a],u=t.childNodes,f=u.length;for(let d=0;d<f;d++){let p=u[d];p.localName===a&&Co.gpx.indexOf(p.namespaceURI)!==-1&&c(e,p,n,i)}}}function Sfe(e,t,n){let i=e._entityCollection;i.removeAll();let o=t.documentElement,r=vD(o,"version"),s=vD(o,"creator"),a,c=_Je(o);l(c)&&(a=c.name),o.localName==="gpx"?xJe(e,o,i,n):console.log(`GPX - Unsupported node: ${o.localName}`);let u,f=i.computeAvailability(),d=f.start,p=f.stop,g=$.equals(d,ke.MINIMUM_VALUE),m=$.equals(p,ke.MAXIMUM_VALUE);if(!g||!m){let C;g&&(C=new Date,C.setHours(0,0,0,0),d=$.fromDate(C)),m&&(C=new Date,C.setHours(24,0,0,0),p=$.fromDate(C)),u=new ph,u.startTime=d,u.stopTime=p,u.currentTime=$.clone(d),u.clockRange=Or.LOOP_STOP,u.clockStep=po.SYSTEM_CLOCK_MULTIPLIER,u.multiplier=Math.round(Math.min(Math.max($.secondsDifference(p,d)/60,1),31556900))}let A=!1;return e._name!==a&&(e._name=a,A=!0),e._creator!==s&&(e._creator=s,A=!0),TJe(e._metadata,c)&&(e._metadata=c,A=!0),e._version!==r&&(e._version=r,A=!0),u!==e._clock&&(A=!0,e._clock=u),A&&e._changed.raiseEvent(e),Ir.setLoading(e,!1),e}function TJe(e,t){return!l(e)&&!l(t)?!1:l(e)&&l(t)?e.name!==t.name||e.dec!==t.desc||e.src!==t.src||e.author!==t.author||e.copyright!==t.copyright||e.link!==t.link||e.time!==t.time||e.bounds!==t.bounds:!0}function EJe(e,t,n,i){i=y(i,y.EMPTY_OBJECT);let o=n;if(typeof n=="string"||n instanceof Pe){n=Pe.createIfNeeded(n),o=n.fetchBlob();let r=e._resourceCredits,s=n.credits;if(l(s)){let a=s.length;for(let c=0;c<a;c++)r.push(s[c])}}return Promise.resolve(o).then(function(r){return r instanceof Blob?fJe(r).then(function(s){let a,c;try{a=Dfe.parseFromString(s,"application/xml")}catch(u){c=u.toString()}if(l(c)||a.body||a.documentElement.tagName==="parsererror"){let u=l(c)?c:a.documentElement.firstChild.nodeValue;throw u||(u=a.body.innerText),new de(u)}return Sfe(e,a,i)}):Sfe(e,r,i)}).catch(function(r){return e._error.raiseEvent(e,r),console.log(r),Promise.reject(r)})}function rE(){this._changed=new _e,this._error=new _e,this._loading=new _e,this._clock=void 0,this._entityCollection=new ws,this._entityCluster=new Nu,this._name=void 0,this._version=void 0,this._creator=void 0,this._metadata=void 0,this._isLoading=!1,this._pinBuilder=new xg}rE.load=function(e,t){return new rE().load(e,t)};Object.defineProperties(rE.prototype,{name:{get:function(){return this._name}},version:{get:function(){return this._version}},creator:{get:function(){return this._creator}},metadata:{get:function(){return this._metadata}},clock:{get:function(){return this._clock}},entities:{get:function(){return this._entityCollection}},isLoading:{get:function(){return this._isLoading}},changedEvent:{get:function(){return this._changed}},errorEvent:{get:function(){return this._error}},loadingEvent:{get:function(){return this._loading}},show:{get:function(){return this._entityCollection.show},set:function(e){this._entityCollection.show=e}},clustering:{get:function(){return this._entityCluster},set:function(e){this._entityCluster=e}}});rE.prototype.update=function(e){return!0};rE.prototype.load=function(e,t){if(!l(e))throw new ye("data is required.");t=y(t,y.EMPTY_OBJECT),Ir.setLoading(this,!0);let n=this._name,i=this;return EJe(this,this._entityCollection,e,t).then(function(){let o,r=i._entityCollection.computeAvailability(),s=r.start,a=r.stop,c=$.equals(s,ke.MINIMUM_VALUE),u=$.equals(a,ke.MAXIMUM_VALUE);if(!c||!u){let d;c&&(d=new Date,d.setHours(0,0,0,0),s=$.fromDate(d)),u&&(d=new Date,d.setHours(24,0,0,0),a=$.fromDate(d)),o=new ph,o.startTime=s,o.stopTime=a,o.currentTime=$.clone(s),o.clockRange=Or.LOOP_STOP,o.clockStep=po.SYSTEM_CLOCK_MULTIPLIER,o.multiplier=Math.round(Math.min(Math.max($.secondsDifference(a,s)/60,1),31556900))}let f=!1;return o!==i._clock&&(i._clock=o,f=!0),n!==i._name&&(f=!0),f&&i._changed.raiseEvent(i),Ir.setLoading(i,!1),i}).catch(function(o){return Ir.setLoading(i,!1),i._error.raiseEvent(i,o),console.log(o),Promise.reject(o)})};var R3=rE;function bJe(e,t){this.position=e,this.headingPitchRoll=t}var M3=bJe;var Qfe=Ii(jW(),1),ID=Ii(pl(),1);function SJe(e){return typeof e=="string"&&(e=document.getElementById(e)),e}var Pn=SJe;function wJe(e,t){this.position=e,this.headingPitchRange=t}var L3=wJe;function F3(e,t){this.id=t,this.name=e,this.playlistIndex=0,this.playlist=[],this.tourStart=new _e,this.tourEnd=new _e,this.entryStart=new _e,this.entryEnd=new _e,this._activeEntries=[]}F3.prototype.addPlaylistEntry=function(e){this.playlist.push(e)};F3.prototype.play=function(e,t){this.tourStart.raiseEvent();let n=this;Rfe.call(this,e,t,function(i){n.playlistIndex=0,i||Bfe(n._activeEntries),n.tourEnd.raiseEvent(i)})};F3.prototype.stop=function(){Bfe(this._activeEntries)};function Bfe(e){for(let t=e.pop();t!==void 0;t=e.pop())t.stop()}function Rfe(e,t,n){let i=this.playlist[this.playlistIndex];if(i){let o=DJe.bind(this,e,t,n);if(this._activeEntries.push(i),this.entryStart.raiseEvent(i),i.blocking)i.play(o,e.scene.camera,t);else{let r=this;i.play(function(){r.entryEnd.raiseEvent(i);let s=r._activeEntries.indexOf(i);s>=0&&r._activeEntries.splice(s,1)}),o(e,t,n)}}else l(n)&&n(!1)}function DJe(e,t,n,i){let o=this.playlist[this.playlistIndex];if(this.entryEnd.raiseEvent(o,i),i)n(i);else{let r=this._activeEntries.indexOf(o);r>=0&&this._activeEntries.splice(r,1),this.playlistIndex++,Rfe.call(this,e,t,n)}}var N3=F3;var io=Ii(ZW(),1),PJe={LINEAR_NONE:io.Easing.Linear.None,QUADRATIC_IN:io.Easing.Quadratic.In,QUADRATIC_OUT:io.Easing.Quadratic.Out,QUADRATIC_IN_OUT:io.Easing.Quadratic.InOut,CUBIC_IN:io.Easing.Cubic.In,CUBIC_OUT:io.Easing.Cubic.Out,CUBIC_IN_OUT:io.Easing.Cubic.InOut,QUARTIC_IN:io.Easing.Quartic.In,QUARTIC_OUT:io.Easing.Quartic.Out,QUARTIC_IN_OUT:io.Easing.Quartic.InOut,QUINTIC_IN:io.Easing.Quintic.In,QUINTIC_OUT:io.Easing.Quintic.Out,QUINTIC_IN_OUT:io.Easing.Quintic.InOut,SINUSOIDAL_IN:io.Easing.Sinusoidal.In,SINUSOIDAL_OUT:io.Easing.Sinusoidal.Out,SINUSOIDAL_IN_OUT:io.Easing.Sinusoidal.InOut,EXPONENTIAL_IN:io.Easing.Exponential.In,EXPONENTIAL_OUT:io.Easing.Exponential.Out,EXPONENTIAL_IN_OUT:io.Easing.Exponential.InOut,CIRCULAR_IN:io.Easing.Circular.In,CIRCULAR_OUT:io.Easing.Circular.Out,CIRCULAR_IN_OUT:io.Easing.Circular.InOut,ELASTIC_IN:io.Easing.Elastic.In,ELASTIC_OUT:io.Easing.Elastic.Out,ELASTIC_IN_OUT:io.Easing.Elastic.InOut,BACK_IN:io.Easing.Back.In,BACK_OUT:io.Easing.Back.Out,BACK_IN_OUT:io.Easing.Back.InOut,BOUNCE_IN:io.Easing.Bounce.In,BOUNCE_OUT:io.Easing.Bounce.Out,BOUNCE_IN_OUT:io.Easing.Bounce.InOut},Br=Object.freeze(PJe);function V3(e,t,n){this.type="KmlTourFlyTo",this.blocking=!0,this.activeCamera=null,this.activeCallback=null,this.duration=e,this.view=n,this.flyToMode=t}V3.prototype.play=function(e,t,n){if(this.activeCamera=t,l(e)&&e!==null){let o=this;this.activeCallback=function(r){delete o.activeCallback,delete o.activeCamera,e(l(r)?!1:r)}}let i=this.getCameraOptions(n);if(this.view.headingPitchRoll)t.flyTo(i);else if(this.view.headingPitchRange){let o=new re(this.view.position);t.flyToBoundingSphere(o,i)}};V3.prototype.stop=function(){l(this.activeCamera)&&this.activeCamera.cancelFlight(),l(this.activeCallback)&&this.activeCallback(!0)};V3.prototype.getCameraOptions=function(e){let t={duration:this.duration};return l(this.activeCallback)&&(t.complete=this.activeCallback),this.flyToMode==="smooth"&&(t.easingFunction=Br.LINEAR_NONE),this.view.headingPitchRoll?(t.destination=this.view.position,t.orientation=this.view.headingPitchRoll):this.view.headingPitchRange&&(t.offset=this.view.headingPitchRange),l(e)&&(t=pt(t,e)),t};var U3=V3;function QW(e){this.type="KmlTourWait",this.blocking=!0,this.duration=e,this.timeout=null}QW.prototype.play=function(e){let t=this;this.activeCallback=e,this.timeout=setTimeout(function(){delete t.activeCallback,e(!1)},this.duration*1e3)};QW.prototype.stop=function(){clearTimeout(this.timeout),l(this.activeCallback)&&this.activeCallback(!0)};var z3=QW;var $fe={avi:"video/x-msvideo",bmp:"image/bmp",bz2:"application/x-bzip2",chm:"application/vnd.ms-htmlhelp",css:"text/css",csv:"text/csv",doc:"application/msword",dvi:"application/x-dvi",eps:"application/postscript",flv:"video/x-flv",gif:"image/gif",gz:"application/x-gzip",htm:"text/html",html:"text/html",ico:"image/vnd.microsoft.icon",jnlp:"application/x-java-jnlp-file",jpeg:"image/jpeg",jpg:"image/jpeg",m3u:"audio/x-mpegurl",m4v:"video/mp4",mathml:"application/mathml+xml",mid:"audio/midi",midi:"audio/midi",mov:"video/quicktime",mp3:"audio/mpeg",mp4:"video/mp4",mp4v:"video/mp4",mpeg:"video/mpeg",mpg:"video/mpeg",odp:"application/vnd.oasis.opendocument.presentation",ods:"application/vnd.oasis.opendocument.spreadsheet",odt:"application/vnd.oasis.opendocument.text",ogg:"application/ogg",pdf:"application/pdf",png:"image/png",pps:"application/vnd.ms-powerpoint",ppt:"application/vnd.ms-powerpoint",ps:"application/postscript",qt:"video/quicktime",rdf:"application/rdf+xml",rss:"application/rss+xml",rtf:"application/rtf",svg:"image/svg+xml",swf:"application/x-shockwave-flash",text:"text/plain",tif:"image/tiff",tiff:"image/tiff",txt:"text/plain",wav:"audio/x-wav",wma:"audio/x-ms-wma",wmv:"video/x-ms-wmv",xml:"application/xml",zip:"application/zip",detectFromFilename:function(e){let t=e.toLowerCase();return t=$A(t),$fe[t]}},r7;typeof DOMParser<"u"&&(r7=new DOMParser);var IJe=new Qfe.default({stripPrefix:!1,email:!1,replaceFn:function(e){if(!e.protocolUrlMatch)return!1}}),Ig=32,Gfe=2414016,Wfe=1,jfe=16093e3,qfe=.1,Yfe=[null,void 0,"http://www.opengis.net/kml/2.2","http://earth.google.com/kml/2.2","http://earth.google.com/kml/2.1","http://earth.google.com/kml/2.0"],Xfe=["http://www.google.com/kml/ext/2.2"],OJe=["http://www.w3.org/2005/Atom"],ve={kml:Yfe,gx:Xfe,atom:OJe,kmlgx:Yfe.concat(Xfe)},s7={Document:lde,Folder:JJe,Placemark:ZJe,NetworkLink:sZe,GroundOverlay:iZe,PhotoOverlay:dde,ScreenOverlay:nZe,Tour:$Je};function Oh(e){this._dataSource=e,this._deferred=Hs(),this._stack=[],this._promises=[],this._timeoutSet=!1,this._used=!1,this._started=0,this._timeThreshold=1e3}Object.defineProperties(Oh.prototype,{dataSource:{get:function(){return this._dataSource}}});Oh.prototype.addNodes=function(e,t){this._stack.push({nodes:e,index:0,processingData:t}),this._used=!0};Oh.prototype.addPromise=function(e){this._promises.push(e)};Oh.prototype.wait=function(){let e=this._deferred;return this._used||e.resolve(),Promise.all([e.promise,Promise.all(this._promises)])};Oh.prototype.process=function(){let e=this._stack.length===1;return e&&(this._started=Wl._getTimestamp()),this._process(e)};Oh.prototype._giveUpTime=function(){if(this._timeoutSet)return;this._timeoutSet=!0,this._timeThreshold=50;let e=this;setTimeout(function(){e._timeoutSet=!1,e._started=Wl._getTimestamp(),e._process(!0)},0)};Oh.prototype._nextNode=function(){let e=this._stack,t=e[e.length-1],n=t.index,i=t.nodes;if(n!==i.length)return++t.index,i[n]};Oh.prototype._pop=function(){let e=this._stack;return e.pop(),e.length===0?(this._deferred.resolve(),!1):!0};Oh.prototype._process=function(e){let t=this.dataSource,n=this._stack[this._stack.length-1].processingData,i=this._nextNode();for(;l(i);){let o=s7[i.localName];if(l(o)&&(ve.kml.indexOf(i.namespaceURI)!==-1||ve.gx.indexOf(i.namespaceURI)!==-1)&&(o(t,i,n,this),this._timeoutSet||Wl._getTimestamp()>this._started+this._timeThreshold)){this._giveUpTime();return}i=this._nextNode()}this._pop()&&e&&this._process(!0)};function BJe(e){let t=e.slice(0,Math.min(4,e.size)),n=Hs(),i=new FileReader;return i.addEventListener("load",function(){n.resolve(new DataView(i.result).getUint32(0,!1)===1347093252)}),i.addEventListener("error",function(){n.reject(i.error)}),i.readAsArrayBuffer(t),n.promise}function RJe(e){let t=Hs(),n=new FileReader;return n.addEventListener("load",function(){t.resolve(n.result)}),n.addEventListener("error",function(){t.reject(n.error)}),n.readAsText(e),t.promise}function ede(e){let t={xsi:"http://www.w3.org/2001/XMLSchema-instance"},n,i,o,r;for(let s in t)t.hasOwnProperty(s)&&(o=RegExp(`[< ]${s}:`),r=`xmlns:${s}=`,o.test(e)&&e.indexOf(r)===-1&&(l(n)||(n=e.substr(0,e.indexOf("<kml")+4),i=e.substr(n.length)),n+=` ${r}"${t[s]}"`));return l(n)&&(e=n+i),e}function tde(e){let t=e.indexOf("xmlns:"),n=e.indexOf(">",t),i,o,r;for(;t!==-1&&t<n;)i=e.slice(t,e.indexOf('"',t)),o=t,t=e.indexOf(i,t+1),t!==-1?(r=e.indexOf('"',e.indexOf('"',t)+1),e=e.slice(0,t-1)+e.slice(r+1,e.length),t=e.indexOf("xmlns:",o-1)):t=e.indexOf("xmlns:",o+1);return e}function MJe(e,t){return Promise.resolve(e.getData(new B2)).then(function(n){n=ede(n),n=tde(n),t.kml=r7.parseFromString(n,"application/xml")})}function $W(e,t){let n=y($fe.detectFromFilename(e.filename),"application/octet-stream");return Promise.resolve(e.getData(new R2(n))).then(function(i){t[e.filename]=i})}function Hl(e,t,n,i){let o=i.keys,r=new ID.default("."),s=e.querySelectorAll(t);for(let a=0;a<s.length;a++){let c=s[a],u=c.getAttribute(n);if(l(u)){let d=new ID.default(u).absoluteTo(r).toString(),p=o.indexOf(d);if(p!==-1){let g=o[p];c.setAttribute(n,i[g]),t==="a"&&c.getAttribute("download")===null&&c.setAttribute("download",g)}}}}function Gl(e,t,n,i){let o=e.querySelectorAll(t);for(let r=0;r<o.length;r++){let s=o[r],a=s.getAttribute(n),c=a7(a,i);l(c)&&s.setAttribute(n,c.url)}}function nde(e,t,n){let i=Qr(e,"id");i=l(i)&&i.length!==0?i:kn(),l(n)&&(i=n+i);let o=t.getById(i);return l(o)&&(i=kn(),l(n)&&(i=n+i)),o=t.add(new Ko({id:i})),l(o.kml)||(o.addProperty("kml"),o.kml=new uZe),o}function OD(e,t){return e==="absolute"||e==="relativeToGround"||t==="relativeToSeaFloor"}function j3(e,t){if(!l(e))return h.fromDegrees(0,0,0,t);let n=e.match(/[^\s,\n]+/g);if(!l(n))return h.fromDegrees(0,0,0,t);let i=parseFloat(n[0]),o=parseFloat(n[1]),r=parseFloat(n[2]);return i=isNaN(i)?0:i,o=isNaN(o)?0:o,r=isNaN(r)?0:r,h.fromDegrees(i,o,r,t)}function H3(e,t){if(!l(e))return;let n=e.textContent.match(/[^\s\n]+/g);if(!l(n))return;let i=n.length,o=new Array(i),r=0;for(let s=0;s<i;s++)o[r++]=j3(n[s],t);return o}function Og(e,t){if(!l(e))return;let n=e.getAttribute(t);if(n!==null){let i=parseFloat(n);return isNaN(i)?void 0:i}}function Qr(e,t){if(!l(e))return;let n=e.getAttribute(t);return n!==null?n:void 0}function _i(e,t,n){if(!l(e))return;let i=e.childNodes,o=i.length;for(let r=0;r<o;r++){let s=i[r];if(s.localName===t&&n.indexOf(s.namespaceURI)!==-1)return s}}function Kfe(e,t,n){if(!l(e))return;let i=[],o=e.getElementsByTagNameNS("*",t),r=o.length;for(let s=0;s<r;s++){let a=o[s];a.localName===t&&n.indexOf(a.namespaceURI)!==-1&&i.push(a)}return i}function cd(e,t,n){if(!l(e))return[];let i=[],o=e.childNodes,r=o.length;for(let s=0;s<r;s++){let a=o[s];a.localName===t&&n.indexOf(a.namespaceURI)!==-1&&i.push(a)}return i}function Kn(e,t,n){let i=_i(e,t,n);if(l(i)){let o=parseFloat(i.textContent);return isNaN(o)?void 0:o}}function xn(e,t,n){let i=_i(e,t,n);if(l(i))return i.textContent.trim()}function ld(e,t,n){let i=_i(e,t,n);if(l(i)){let o=i.textContent.trim();return o==="1"||/^true$/i.test(o)}}function a7(e,t,n){if(!l(e))return;let i;if(l(n)){e=e.replace(/\\/g,"/");let o=n[e];if(l(o))i=new Pe({url:o});else{let r=new ID.default(t.getUrlComponent()),s=new ID.default(e);o=n[s.absoluteTo(r)],l(o)&&(i=new Pe({url:o}))}}return l(i)||(i=t.getDerivedResource({url:e})),i}var nl={maximumRed:void 0,red:void 0,maximumGreen:void 0,green:void 0,maximumBlue:void 0,blue:void 0};function i7(e,t){if(!l(e)||/^\s*$/gm.test(e))return;e[0]==="#"&&(e=e.substring(1));let n=parseInt(e.substring(0,2),16)/255,i=parseInt(e.substring(2,4),16)/255,o=parseInt(e.substring(4,6),16)/255,r=parseInt(e.substring(6,8),16)/255;return t?(r>0?(nl.maximumRed=r,nl.red=void 0):(nl.maximumRed=void 0,nl.red=0),o>0?(nl.maximumGreen=o,nl.green=void 0):(nl.maximumGreen=void 0,nl.green=0),i>0?(nl.maximumBlue=i,nl.blue=void 0):(nl.maximumBlue=void 0,nl.blue=0),nl.alpha=n,U.fromRandom(nl)):new U(r,o,i,n)}function Qy(e,t,n){let i=xn(e,t,n);if(!!l(i))return i7(i,xn(e,"colorMode",n)==="random")}function LJe(e){let t=_i(e,"TimeStamp",ve.kmlgx),n=xn(t,"when",ve.kmlgx);if(!l(t)||!l(n)||n.length===0)return;let i=$.fromIso8601(n),o=new Pr;return o.addInterval(new gn({start:i,stop:ke.MAXIMUM_VALUE})),o}function FJe(e){let t=_i(e,"TimeSpan",ve.kmlgx);if(!l(t))return;let n,i=_i(t,"begin",ve.kmlgx),o=l(i)?$.fromIso8601(i.textContent):void 0,r=_i(t,"end",ve.kmlgx),s=l(r)?$.fromIso8601(r.textContent):void 0;if(l(o)&&l(s)){if($.lessThan(s,o)){let a=o;o=s,s=a}n=new Pr,n.addInterval(new gn({start:o,stop:s}))}else l(o)?(n=new Pr,n.addInterval(new gn({start:o,stop:ke.MAXIMUM_VALUE}))):l(s)&&(n=new Pr,n.addInterval(new gn({start:ke.MINIMUM_VALUE,stop:s})));return n}function ide(){let e=new ja;return e.width=Ig,e.height=Ig,e.scaleByDistance=new Et(Gfe,Wfe,jfe,qfe),e.pixelOffsetScaleByDistance=new Et(Gfe,Wfe,jfe,qfe),e}function c7(){let e=new Hd;return e.outline=!0,e.outlineColor=U.WHITE,e}function ode(){let e=new zd;return e.translucencyByDistance=new Et(3e6,1,5e6,0),e.pixelOffset=new H(17,0),e.horizontalOrigin=li.LEFT,e.font="16px sans-serif",e.style=Mo.FILL_AND_OUTLINE,e}function l7(e,t,n,i,o){let r=xn(e,"href",ve.kml);if(!l(r)||r.length===0)return;if(r.indexOf("root://icons/palette-")===0){let a=r.charAt(21),c=y(Kn(e,"x",ve.gx),0),u=y(Kn(e,"y",ve.gx),0);c=Math.min(c/32,7),u=7-Math.min(u/32,7);let f=8*u+c;r=`https://maps.google.com/mapfiles/kml/pal${a}/icon${f}.png`}let s=a7(r,n,i);if(o){let a=xn(e,"refreshMode",ve.kml),c=xn(e,"viewRefreshMode",ve.kml);a==="onInterval"||a==="onExpire"?Dt(`kml-refreshMode-${a}`,`KML - Unsupported Icon refreshMode: ${a}`):(c==="onStop"||c==="onRegion")&&Dt(`kml-refreshMode-${c}`,`KML - Unsupported Icon viewRefreshMode: ${c}`);let u=y(xn(e,"viewBoundScale",ve.kml),1),f=c==="onStop"?"BBOX=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]":"",d=y(xn(e,"viewFormat",ve.kml),f),p=xn(e,"httpQuery",ve.kml);l(d)&&s.setQueryParameters(ou(W3(d))),l(p)&&s.setQueryParameters(ou(W3(p)));let g=t._ellipsoid;return f7(s,t.camera,t.canvas,u,t._lastCameraView.bbox,g),s}return s}function NJe(e,t,n,i,o){let r=Kn(t,"scale",ve.kml),s=Kn(t,"heading",ve.kml),a=Qy(t,"color",ve.kml),c=_i(t,"Icon",ve.kml),u=l7(c,e,i,o,!1);l(c)&&!l(u)&&(u=!1);let f=Kn(c,"x",ve.gx),d=Kn(c,"y",ve.gx),p=Kn(c,"w",ve.gx),g=Kn(c,"h",ve.gx),m=_i(t,"hotSpot",ve.kml),A=Og(m,"x"),C=Og(m,"y"),x=Qr(m,"xunits"),b=Qr(m,"yunits"),E=n.billboard;l(E)||(E=ide(),n.billboard=E),E.image=u,E.scale=r,E.color=a,(l(f)||l(d)||l(p)||l(g))&&(E.imageSubRegion=new He(f,d,p,g)),l(s)&&s!==0&&(E.rotation=I.toRadians(-s),E.alignedAxis=h.UNIT_Z),r=y(r,1);let S,D;l(A)&&(x==="pixels"?S=-A*r:x==="insetPixels"?S=(A-Ig)*r:x==="fraction"&&(S=-A*Ig*r),S+=Ig*.5*r),l(C)&&(b==="pixels"?D=C*r:b==="insetPixels"?D=(-C+Ig)*r:b==="fraction"&&(D=C*Ig*r),D-=Ig*.5*r),(l(S)||l(D))&&(E.pixelOffset=new H(S,D))}function G3(e,t,n,i,o){for(let r=0,s=t.childNodes.length;r<s;r++){let a=t.childNodes.item(r);if(a.localName==="IconStyle")NJe(e,a,n,i,o);else if(a.localName==="LabelStyle"){let c=n.label;l(c)||(c=ode(),n.label=c),c.scale=y(Kn(a,"scale",ve.kml),c.scale),c.fillColor=y(Qy(a,"color",ve.kml),c.fillColor),c.text=n.name}else if(a.localName==="LineStyle"){let c=n.polyline;l(c)||(c=new ec,n.polyline=c),c.width=Kn(a,"width",ve.kml),c.material=Qy(a,"color",ve.kml),l(Qy(a,"outerColor",ve.gx))&&Dt("kml-gx:outerColor","KML - gx:outerColor is not supported in a LineStyle"),l(Kn(a,"outerWidth",ve.gx))&&Dt("kml-gx:outerWidth","KML - gx:outerWidth is not supported in a LineStyle"),l(Kn(a,"physicalWidth",ve.gx))&&Dt("kml-gx:physicalWidth","KML - gx:physicalWidth is not supported in a LineStyle"),l(ld(a,"labelVisibility",ve.gx))&&Dt("kml-gx:labelVisibility","KML - gx:labelVisibility is not supported in a LineStyle")}else if(a.localName==="PolyStyle"){let c=n.polygon;l(c)||(c=c7(),n.polygon=c),c.material=y(Qy(a,"color",ve.kml),c.material),c.fill=y(ld(a,"fill",ve.kml),c.fill),c.outline=y(ld(a,"outline",ve.kml),c.outline)}else if(a.localName==="BalloonStyle"){let c=y(i7(xn(a,"bgColor",ve.kml)),U.WHITE),u=y(i7(xn(a,"textColor",ve.kml)),U.BLACK),f=xn(a,"text",ve.kml);n.addProperty("balloonStyle"),n.balloonStyle={bgColor:c,textColor:u,text:f}}else if(a.localName==="ListStyle"){let c=xn(a,"listItemType",ve.kml);(c==="radioFolder"||c==="checkOffOnly")&&Dt(`kml-listStyle-${c}`,`KML - Unsupported ListStyle with listItemType: ${c}`)}}}function kJe(e,t,n,i,o){let r=new Ko,s,a=-1,c=t.childNodes,u=c.length;for(let d=0;d<u;d++){let p=c[d];(p.localName==="Style"||p.localName==="StyleMap")&&(a=d)}if(a!==-1){let d=c[a];if(d.localName==="Style")G3(e,d,r,i,o);else{let p=cd(d,"Pair",ve.kml);for(let g=0;g<p.length;g++){let m=p[g],A=xn(m,"key",ve.kml);if(A==="normal"){let C=xn(m,"styleUrl",ve.kml);if(l(C))s=n.getById(C),l(s)||(s=n.getById(`#${C}`)),l(s)&&r.merge(s);else{let x=_i(m,"Style",ve.kml);G3(e,x,r,i,o)}}else Dt(`kml-styleMap-${A}`,`KML - Unsupported StyleMap key: ${A}`)}}}let f=xn(t,"styleUrl",ve.kml);if(l(f)){let d=f;if(f[0]!=="#"&&f.indexOf("#")!==-1){let p=f.split("#"),g=p[0];d=`${i.getDerivedResource({url:g}).getUrlComponent()}#${p[1]}`}s=n.getById(d),l(s)||(s=n.getById(`#${d}`)),l(s)&&r.merge(s)}return r}function VJe(e,t,n){return t.fetchXML().then(function(i){return rde(e,i,n,t,!0)})}function rde(e,t,n,i,o,r){let s,a,c,u,f=Kfe(t,"Style",ve.kml);if(l(f)){let A=f.length;for(s=0;s<A;s++)u=f[s],a=Qr(u,"id"),l(a)&&(a=`#${a}`,o&&l(i)&&(a=i.getUrlComponent()+a),l(n.getById(a))||(c=new Ko({id:a}),n.add(c),G3(e,u,c,i,r)))}let d=Kfe(t,"StyleMap",ve.kml);if(l(d)){let A=d.length;for(s=0;s<A;s++){let C=d[s];if(a=Qr(C,"id"),l(a)){let x=cd(C,"Pair",ve.kml);for(let b=0;b<x.length;b++){let E=x[b],S=xn(E,"key",ve.kml);if(S==="normal"){if(a=`#${a}`,o&&l(i)&&(a=i.getUrlComponent()+a),!l(n.getById(a))){c=n.getOrCreateEntity(a);let D=xn(E,"styleUrl",ve.kml);if(l(D)){D[0]!=="#"&&(D=`#${D}`),o&&l(i)&&(D=i.getUrlComponent()+D);let v=n.getById(D);l(v)&&c.merge(v)}else u=_i(E,"Style",ve.kml),G3(e,u,c,i,r)}}else Dt(`kml-styleMap-${S}`,`KML - Unsupported StyleMap key: ${S}`)}}}}let p=[],g=t.getElementsByTagName("styleUrl"),m=g.length;for(s=0;s<m;s++){let A=g[s].textContent;if(A[0]!=="#"){let C=A.split("#");if(C.length===2){let x=C[0],b=i.getDerivedResource({url:x});p.push(VJe(e,b,n))}}}return p}function u7(e,t,n){let i=new tg(e,t.id,["position"]),o=new lp(t.position);t.polyline=l(n.polyline)?n.polyline.clone():new ec,t.polyline.positions=new $_([i,o])}function sde(e,t){return!l(e)&&!l(t)||e==="clampToGround"?Ue.CLAMP_TO_GROUND:e==="relativeToGround"?Ue.RELATIVE_TO_GROUND:e==="absolute"?Ue.NONE:t==="clampToSeaFloor"?(Dt("kml-gx:altitudeMode-clampToSeaFloor","KML - <gx:altitudeMode>:clampToSeaFloor is currently not supported, using <kml:altitudeMode>:clampToGround."),Ue.CLAMP_TO_GROUND):t==="relativeToSeaFloor"?(Dt("kml-gx:altitudeMode-relativeToSeaFloor","KML - <gx:altitudeMode>:relativeToSeaFloor is currently not supported, using <kml:altitudeMode>:relativeToGround."),Ue.RELATIVE_TO_GROUND):(l(e)?Dt("kml-altitudeMode-unknown",`KML - Unknown <kml:altitudeMode>:${e}, using <kml:altitudeMode>:CLAMP_TO_GROUND.`):Dt("kml-gx:altitudeMode-unknown",`KML - Unknown <gx:altitudeMode>:${t}, using <kml:altitudeMode>:CLAMP_TO_GROUND.`),Ue.CLAMP_TO_GROUND)}function UJe(e,t,n){return n==="relativeToSeaFloor"||t==="absolute"||t==="relativeToGround"?e:((l(t)&&t!=="clampToGround"||l(n)&&n!=="clampToSeaFloor")&&Dt("kml-altitudeMode-unknown",`KML - Unknown altitudeMode: ${y(t,n)}`),new lp(e))}function zJe(e,t,n,i){if(!l(e))return;if(n==="relativeToSeaFloor"||t==="absolute"||t==="relativeToGround")return e;(l(t)&&t!=="clampToGround"||l(n)&&n!=="clampToSeaFloor")&&Dt("kml-altitudeMode-unknown",`KML - Unknown altitudeMode: ${y(t,n)}`);let o=e.length;for(let r=0;r<o;r++){let s=e[r];i.scaleToGeodeticSurface(s,s)}return e}function q3(e,t,n,i){let o=t.label;l(o)||(o=l(n.label)?n.label.clone():ode(),t.label=o),o.text=t.name;let r=t.billboard;l(r)||(r=l(n.billboard)?n.billboard.clone():ide(),t.billboard=r),l(r.image)?r.image.getValue()||(r.image=void 0):r.image=e._pinBuilder.fromColor(U.YELLOW,64);let s=1;l(r.scale)&&(s=r.scale.getValue(),s!==0?o.pixelOffset=new H(s*16+1,0):(o.pixelOffset=void 0,o.horizontalOrigin=void 0)),l(i)&&e._clampToGround&&(r.heightReference=i,o.heightReference=i)}function ade(e,t){let n=e.path;l(n)||(n=new Yp,n.leadTime=0,e.path=n);let i=t.polyline;l(i)&&(n.material=i.material,n.width=i.width)}function HJe(e,t,n,i,o){let r=xn(n,"coordinates",ve.kml),s=xn(n,"altitudeMode",ve.kml),a=xn(n,"altitudeMode",ve.gx),c=ld(n,"extrude",ve.kml),u=e._ellipsoid,f=j3(r,u);return i.position=f,q3(e,i,o,sde(s,a)),c&&OD(s,a)&&u7(t,i,o),!0}function Jfe(e,t,n,i,o){let r=_i(n,"coordinates",ve.kml),s=xn(n,"altitudeMode",ve.kml),a=xn(n,"altitudeMode",ve.gx),c=ld(n,"extrude",ve.kml),u=ld(n,"tessellate",ve.kml),f=OD(s,a),d=Kn(n,"drawOrder",ve.gx),p=e._ellipsoid,g=H3(r,p),m=o.polyline;if(f&&c){let A=new Xp;i.wall=A,A.positions=g;let C=o.polygon;l(C)&&(A.fill=C.fill,A.material=C.material),A.outline=!0,l(m)?(A.outlineColor=l(m.material)?m.material.color:U.WHITE,A.outlineWidth=m.width):l(C)&&(A.outlineColor=l(C.material)?C.material.color:U.WHITE)}else if(e._clampToGround&&!f&&u){let A=new ec;A.clampToGround=!0,i.polyline=A,A.positions=g,l(m)?(A.material=l(m.material)?m.material.color.getValue(ke.MINIMUM_VALUE):U.WHITE,A.width=y(m.width,1)):(A.material=U.WHITE,A.width=1),A.zIndex=d}else l(d)&&Dt("kml-gx:drawOrder","KML - gx:drawOrder is not supported in LineStrings when clampToGround is false"),e._clampToGround&&!u&&Dt("kml-line-tesselate","Ignoring clampToGround for KML lines without the tessellate flag."),m=l(m)?m.clone():new ec,i.polyline=m,m.positions=zJe(g,s,a,p),(!u||f)&&(m.arcType=qt.NONE);return!0}function GJe(e,t,n,i,o){let r=_i(n,"outerBoundaryIs",ve.kml),s=_i(r,"LinearRing",ve.kml),a=_i(s,"coordinates",ve.kml),c=e._ellipsoid,u=H3(a,c),f=ld(n,"extrude",ve.kml),d=xn(n,"altitudeMode",ve.kml),p=xn(n,"altitudeMode",ve.gx),g=OD(d,p),m=l(o.polygon)?o.polygon.clone():c7(),A=o.polyline;if(l(A)&&(m.outlineColor=l(A.material)?A.material.color:U.WHITE,m.outlineWidth=A.width),i.polygon=m,g?(m.perPositionHeight=!0,m.extrudedHeight=f?0:void 0):e._clampToGround||(m.height=0),l(u)){let C=new kc(u),x=cd(n,"innerBoundaryIs",ve.kml);for(let b=0;b<x.length;b++){s=cd(x[b],"LinearRing",ve.kml);for(let E=0;E<s.length;E++)a=_i(s[E],"coordinates",ve.kml),u=H3(a,c),l(u)&&C.holes.push(new kc(u))}m.hierarchy=C}return!0}function WJe(e,t,n,i,o){let r=xn(n,"altitudeMode",ve.kml),s=xn(n,"altitudeMode",ve.gx),a=cd(n,"coord",ve.gx),c=cd(n,"angles",ve.gx),u=cd(n,"when",ve.kml),f=ld(n,"extrude",ve.kml),d=OD(r,s),p=e._ellipsoid;c.length>0&&Dt("kml-gx:angles","KML - gx:angles are not supported in gx:Tracks");let g=Math.min(a.length,u.length),m=[],A=[];for(let x=0;x<g;x++){let b=j3(a[x].textContent,p);m.push(b),A.push($.fromIso8601(u[x].textContent))}let C=new Qs;return C.addSamples(A,m),i.position=C,q3(e,i,o,sde(r,s)),ade(i,o),i.availability=new Pr,u.length>0&&i.availability.addInterval(new gn({start:A[0],stop:A[A.length-1]})),d&&f&&u7(t,i,o),!0}function Zfe(e,t,n,i,o,r,s,a,c){let u=e[0],f=e[e.length-1],d=new Qs;d.addSamples(e,t),n.intervals.addInterval(new gn({start:u,stop:f,isStartIncluded:c,isStopIncluded:c,data:UJe(d,s,a)})),i.addInterval(new gn({start:u,stop:f,isStartIncluded:c,isStopIncluded:c})),o.intervals.addInterval(new gn({start:u,stop:f,isStartIncluded:c,isStopIncluded:c,data:r}))}function jJe(e,t,n,i,o){let r=ld(n,"interpolate",ve.gx),s=cd(n,"Track",ve.gx),a,c,u,f=!1,d=new og,p=new Pr,g=new Zs,m=e._ellipsoid;for(let A=0,C=s.length;A<C;A++){let x=s[A],b=cd(x,"when",ve.kml),E=cd(x,"coord",ve.gx),S=xn(x,"altitudeMode",ve.kml),D=xn(x,"altitudeMode",ve.gx),v=OD(S,D),O=ld(x,"extrude",ve.kml),R=Math.min(E.length,b.length),M=[];a=[];for(let L=0;L<R;L++){let _=j3(E[L].textContent,m);M.push(_),a.push($.fromIso8601(b[L].textContent))}r&&(l(c)&&Zfe([c,a[0]],[u,M[0]],g,p,d,!1,"absolute",void 0,!1),c=a[R-1],u=M[M.length-1]),Zfe(a,M,g,p,d,v&&O,S,D,!0),f=f||v&&O}return i.availability=p,i.position=g,q3(e,i,o),ade(i,o),f&&(u7(t,i,o),i.polyline.show=d),!0}var cde={Point:HJe,LineString:Jfe,LinearRing:Jfe,Polygon:GJe,Track:WJe,MultiTrack:jJe,MultiGeometry:qJe,Model:YJe};function qJe(e,t,n,i,o,r){let s=n.childNodes,a=!1;for(let c=0,u=s.length;c<u;c++){let f=s.item(c),d=cde[f.localName];if(l(d)){let p=nde(f,t,r);p.parent=i,p.name=i.name,p.availability=i.availability,p.description=i.description,p.kml=i.kml,d(e,t,f,p,o)&&(a=!0)}}return a}function YJe(e,t,n,i,o){return Dt("kml-unsupportedGeometry",`KML - Unsupported geometry: ${n.localName}`),!1}function XJe(e,t){let n=_i(e,"ExtendedData",ve.kml);if(!l(n))return;l(_i(n,"SchemaData",ve.kml))&&Dt("kml-schemaData","KML - SchemaData is unsupported"),l(Qr(n,"xmlns:prefix"))&&Dt("kml-extendedData","KML - ExtendedData with xmlns:prefix is unsupported");let i={},o=cd(n,"Data",ve.kml);if(l(o)){let r=o.length;for(let s=0;s<r;s++){let a=o[s],c=Qr(a,"name");l(c)&&(i[c]={displayName:xn(a,"displayName",ve.kml),value:xn(a,"value",ve.kml)})}}t.kml.extendedData=i}var co;typeof document<"u"&&(co=document.createElement("div"));function KJe(e,t,n,i,o){let r,s,a,c=t.kml,u=c.extendedData,f=xn(e,"description",ve.kml),d=y(t.balloonStyle,n.balloonStyle),p=U.WHITE,g=U.BLACK,m=f;l(d)&&(p=y(d.bgColor,U.WHITE),g=y(d.textColor,U.BLACK),m=y(d.text,f));let A;if(l(m)){if(m=m.replace("$[name]",y(t.name,"")),m=m.replace("$[description]",y(f,"")),m=m.replace("$[address]",y(c.address,"")),m=m.replace("$[Snippet]",y(c.snippet,"")),m=m.replace("$[id]",t.id),m=m.replace("$[geDirections]",""),l(u)){let b=m.match(/\$\[.+?\]/g);if(b!==null)for(r=0;r<b.length;r++){let E=b[r],S=E.substr(2,E.length-3),D=/\/displayName$/.test(S);S=S.replace(/\/displayName$/,""),A=u[S],l(A)&&(A=D?A.displayName:A.value),l(A)&&(m=m.replace(E,y(A,"")))}}}else if(l(u)&&(a=Object.keys(u),a.length>0)){for(m='<table class="cesium-infoBox-defaultTable cesium-infoBox-defaultTable-lighter"><tbody>',r=0;r<a.length;r++)s=a[r],A=u[s],m+=`<tr><th>${y(A.displayName,s)}</th><td>${y(A.value,"")}</td></tr>`;m+="</tbody></table>"}if(!l(m))return;m=IJe.link(m),co.innerHTML=m;let C=co.querySelectorAll("a");for(r=0;r<C.length;r++)C[r].setAttribute("target","_blank");l(i)&&i.keys.length>1&&(Hl(co,"a","href",i),Hl(co,"link","href",i),Hl(co,"area","href",i),Hl(co,"img","src",i),Hl(co,"iframe","src",i),Hl(co,"video","src",i),Hl(co,"audio","src",i),Hl(co,"source","src",i),Hl(co,"track","src",i),Hl(co,"input","src",i),Hl(co,"embed","src",i),Hl(co,"script","src",i),Hl(co,"video","poster",i)),Gl(co,"a","href",o),Gl(co,"link","href",o),Gl(co,"area","href",o),Gl(co,"img","src",o),Gl(co,"iframe","src",o),Gl(co,"video","src",o),Gl(co,"audio","src",o),Gl(co,"source","src",o),Gl(co,"track","src",o),Gl(co,"input","src",o),Gl(co,"embed","src",o),Gl(co,"script","src",o),Gl(co,"video","poster",o);let x='<div class="cesium-infoBox-description-lighter" style="';x+="overflow:auto;",x+="word-wrap:break-word;",x+=`background-color:${p.toCssColorString()};`,x+=`color:${g.toCssColorString()};`,x+='">',x+=`${co.innerHTML}</div>`,co.innerHTML="",t.description=x}function Y3(e,t,n){let i=n.entityCollection,o=n.parentEntity,r=n.sourceResource,s=n.uriResolver,a=nde(t,i,n.context),c=a.kml,u=kJe(e,t,n.styleCollection,r,s),f=xn(t,"name",ve.kml);a.name=f,a.parent=o;let d=FJe(t);l(d)||(d=LJe(t)),a.availability=d,h7(a);function p(E){return E?E.show&&p(E.parent):!0}let g=ld(t,"visibility",ve.kml);a.show=p(o)&&y(g,!0);let m=_i(t,"author",ve.atom),A=c.author;A.name=xn(m,"name",ve.atom),A.uri=xn(m,"uri",ve.atom),A.email=xn(m,"email",ve.atom);let C=_i(t,"link",ve.atom),x=c.link;x.href=Qr(C,"href"),x.hreflang=Qr(C,"hreflang"),x.rel=Qr(C,"rel"),x.type=Qr(C,"type"),x.title=Qr(C,"title"),x.length=Qr(C,"length"),c.address=xn(t,"address",ve.kml),c.phoneNumber=xn(t,"phoneNumber",ve.kml),c.snippet=xn(t,"Snippet",ve.kml),XJe(t,a),KJe(t,a,u,s,r);let b=e._ellipsoid;return fde(t,a,b),ude(t,a,b),l(_i(t,"Region",ve.kml))&&Dt("kml-region","KML - Placemark Regions are unsupported"),{entity:a,styleEntity:u}}function lde(e,t,n,i){i.addNodes(t.childNodes,n),i.process()}function JJe(e,t,n,i){let o=Y3(e,t,n),r=$e(n);r.parentEntity=o.entity,lde(e,t,r,i)}function ZJe(e,t,n,i){let o=Y3(e,t,n),r=o.entity,s=o.styleEntity,a=!1,c=t.childNodes;for(let u=0,f=c.length;u<f&&!a;u++){let d=c.item(u),p=cde[d.localName];l(p)&&(p(e,n.entityCollection,d,r,s,r.id),a=!0)}a||(r.merge(s),q3(e,r,s))}var QJe={FlyTo:tZe,Wait:eZe,SoundCue:e7,AnimatedUpdate:e7,TourControl:e7};function $Je(e,t,n,i){let o=xn(t,"name",ve.kml),r=Qr(t,"id"),s=new N3(o,r),a=_i(t,"Playlist",ve.gx);if(a){let c=e._ellipsoid,u=a.childNodes;for(let f=0;f<u.length;f++){let d=u[f];if(d.localName){let p=QJe[d.localName];p?p(s,d,c):console.log(`Unknown KML Tour playlist entry type ${d.localName}`)}}}e._kmlTours.push(s)}function e7(e,t){Dt(`KML Tour unsupported node ${t.localName}`)}function eZe(e,t){let n=Kn(t,"duration",ve.gx);e.addPlaylistEntry(new z3(n))}function tZe(e,t,n){let i=Kn(t,"duration",ve.gx),o=xn(t,"flyToMode",ve.gx),r={kml:{}};fde(t,r,n),ude(t,r,n);let s=r.kml.lookAt||r.kml.camera,a=new U3(i,o,s);e.addPlaylistEntry(a)}function ude(e,t,n){let i=_i(e,"Camera",ve.kml);if(l(i)){let o=y(Kn(i,"longitude",ve.kml),0),r=y(Kn(i,"latitude",ve.kml),0),s=y(Kn(i,"altitude",ve.kml),0),a=y(Kn(i,"heading",ve.kml),0),c=y(Kn(i,"tilt",ve.kml),0),u=y(Kn(i,"roll",ve.kml),0),f=h.fromDegrees(o,r,s,n),d=mf.fromDegrees(a,c-90,u);t.kml.camera=new M3(f,d)}}function fde(e,t,n){let i=_i(e,"LookAt",ve.kml);if(l(i)){let o=y(Kn(i,"longitude",ve.kml),0),r=y(Kn(i,"latitude",ve.kml),0),s=y(Kn(i,"altitude",ve.kml),0),a=Kn(i,"heading",ve.kml),c=Kn(i,"tilt",ve.kml),u=y(Kn(i,"range",ve.kml),0);c=I.toRadians(y(c,0)),a=I.toRadians(y(a,0));let f=new qu(a,c-I.PI_OVER_TWO,u),d=h.fromDegrees(o,r,s,n);t.kml.lookAt=new L3(d,f)}}function nZe(e,t,n,i){let o=n.screenOverlayContainer;if(!l(o))return;let r=n.sourceResource,s=n.uriResolver,a=_i(t,"Icon",ve.kml),c=l7(a,e,r,s,!1);if(!l(c))return;let u=document.createElement("img");e._screenOverlays.push(u),u.src=c.url,u.onload=function(){let f=["position: absolute"],d=_i(t,"screenXY",ve.kml),p=_i(t,"overlayXY",ve.kml),g=_i(t,"size",ve.kml),m,A,C,x,b,E;l(g)&&(m=Og(g,"x"),A=Og(g,"y"),C=Qr(g,"xunits"),x=Qr(g,"yunits"),l(m)&&m!==-1&&m!==0&&(C==="fraction"?b=`width: ${Math.floor(m*100)}%`:C==="pixels"&&(b=`width: ${m}px`),f.push(b)),l(A)&&A!==-1&&A!==0&&(x==="fraction"?E=`height: ${Math.floor(A*100)}%`:x==="pixels"&&(E=`height: ${A}px`),f.push(E))),u.style=f.join(";");let S=0,D=u.height;l(p)&&(m=Og(p,"x"),A=Og(p,"y"),C=Qr(p,"xunits"),x=Qr(p,"yunits"),l(m)&&(C==="fraction"?S=m*u.width:(C==="pixels"||C==="insetPixels")&&(S=m)),l(A)&&(x==="fraction"?D=A*u.height:(x==="pixels"||x==="insetPixels")&&(D=A))),l(d)&&(m=Og(d,"x"),A=Og(d,"y"),C=Qr(d,"xunits"),x=Qr(d,"yunits"),l(m)&&(C==="fraction"?b=`left: calc(${Math.floor(m*100)}% - ${S}px)`:C==="pixels"?b=`left: ${m-S}px`:C==="insetPixels"&&(b=`right: ${m-S}px`),f.push(b)),l(A)&&(x==="fraction"?E=`bottom: calc(${Math.floor(A*100)}% - ${D}px)`:x==="pixels"?E=`bottom: ${A-D}px`:x==="insetPixels"&&(E=`top: ${A-D}px`),f.push(E))),u.style=f.join(";")},o.appendChild(u)}function iZe(e,t,n,i){let r=Y3(e,t,n).entity,s,a=!1,c=e._ellipsoid,u=H3(_i(t,"LatLonQuad",ve.gx),c),f=Kn(t,"drawOrder",ve.kml);if(l(u))s=c7(),s.hierarchy=new kc(u),s.zIndex=f,r.polygon=s,a=!0;else{s=new Gd,s.zIndex=f,r.rectangle=s;let m=_i(t,"LatLonBox",ve.kml);if(l(m)){let A=Kn(m,"west",ve.kml),C=Kn(m,"south",ve.kml),x=Kn(m,"east",ve.kml),b=Kn(m,"north",ve.kml);l(A)&&(A=I.negativePiToPi(I.toRadians(A))),l(C)&&(C=I.clampToLatitudeRange(I.toRadians(C))),l(x)&&(x=I.negativePiToPi(I.toRadians(x))),l(b)&&(b=I.clampToLatitudeRange(I.toRadians(b))),s.coordinates=new ce(A,C,x,b);let E=Kn(m,"rotation",ve.kml);if(l(E)){let S=I.toRadians(E);s.rotation=S,s.stRotation=S}}}let d=_i(t,"Icon",ve.kml),p=l7(d,e,n.sourceResource,n.uriResolver,!0);if(l(p)){a&&Dt("kml-gx:LatLonQuad","KML - gx:LatLonQuad Icon does not support texture projection.");let m=Kn(d,"x",ve.gx),A=Kn(d,"y",ve.gx),C=Kn(d,"w",ve.gx),x=Kn(d,"h",ve.gx);(l(m)||l(A)||l(C)||l(x))&&Dt("kml-groundOverlay-xywh","KML - gx:x, gx:y, gx:w, gx:h aren't supported for GroundOverlays"),s.material=p,s.material.color=Qy(t,"color",ve.kml),s.material.transparent=!0}else s.material=Qy(t,"color",ve.kml);let g=xn(t,"altitudeMode",ve.kml);l(g)?g==="absolute"?(s.height=Kn(t,"altitude",ve.kml),s.zIndex=void 0):g!=="clampToGround"&&Dt("kml-altitudeMode-unknown",`KML - Unknown altitudeMode: ${g}`):(g=xn(t,"altitudeMode",ve.gx),g==="relativeToSeaFloor"?(Dt("kml-altitudeMode-relativeToSeaFloor","KML - altitudeMode relativeToSeaFloor is currently not supported, treating as absolute."),s.height=Kn(t,"altitude",ve.kml),s.zIndex=void 0):g==="clampToSeaFloor"?Dt("kml-altitudeMode-clampToSeaFloor","KML - altitudeMode clampToSeaFloor is currently not supported, treating as clampToGround."):l(g)&&Dt("kml-altitudeMode-unknown",`KML - Unknown altitudeMode: ${g}`))}function dde(e,t,n,i){e._unsupportedNode.raiseEvent(e,n.parentEntity,t,n.entityCollection,n.styleCollection,n.sourceResource,n.uriResolver),Dt(`kml-unsupportedFeature-${t.nodeName}`,`KML - Unsupported feature: ${t.nodeName}`)}var Bg={INTERVAL:0,EXPIRE:1,STOP:2};function W3(e){if(!l(e)||e.length===0)return"";let t=e[0];return(t==="&"||t==="?")&&(e=e.substring(1)),e}var oZe=new ce,aE=new he,t7=new H,rZe=new h;function f7(e,t,n,i,o,r){function s(u){return u<-I.PI_OVER_TWO?-I.PI_OVER_TWO:u>I.PI_OVER_TWO?I.PI_OVER_TWO:u}function a(u){return u>I.PI?u-I.TWO_PI:u<-I.PI?u+I.TWO_PI:u}let c=iC(e.queryParameters);if(c=c.replace(/%5B/g,"[").replace(/%5D/g,"]"),l(t)&&t._mode!==ee.MORPHING){let u,f;if(o=y(o,oZe),l(n)&&(t7.x=n.clientWidth*.5,t7.y=n.clientHeight*.5,u=t.pickEllipsoid(t7,r,rZe)),l(u)?f=r.cartesianToCartographic(u,aE):(f=ce.center(o,aE),u=r.cartographicToCartesian(f)),l(i)&&!I.equalsEpsilon(i,1,I.EPSILON9)){let x=o.width*i*.5,b=o.height*i*.5;o=new ce(a(f.longitude-x),s(f.latitude-b),a(f.longitude+x),s(f.latitude+b))}c=c.replace("[bboxWest]",I.toDegrees(o.west).toString()),c=c.replace("[bboxSouth]",I.toDegrees(o.south).toString()),c=c.replace("[bboxEast]",I.toDegrees(o.east).toString()),c=c.replace("[bboxNorth]",I.toDegrees(o.north).toString());let d=I.toDegrees(f.longitude).toString(),p=I.toDegrees(f.latitude).toString();c=c.replace("[lookatLon]",d),c=c.replace("[lookatLat]",p),c=c.replace("[lookatTilt]",I.toDegrees(t.pitch).toString()),c=c.replace("[lookatHeading]",I.toDegrees(t.heading).toString()),c=c.replace("[lookatRange]",h.distance(t.positionWC,u)),c=c.replace("[lookatTerrainLon]",d),c=c.replace("[lookatTerrainLat]",p),c=c.replace("[lookatTerrainAlt]",f.height.toString()),r.cartesianToCartographic(t.positionWC,aE),c=c.replace("[cameraLon]",I.toDegrees(aE.longitude).toString()),c=c.replace("[cameraLat]",I.toDegrees(aE.latitude).toString()),c=c.replace("[cameraAlt]",I.toDegrees(aE.height).toString());let g=t.frustum,m=g.aspectRatio,A="",C="";if(l(m)){let x=I.toDegrees(g.fov);m>1?(A=x,C=x/m):(C=x,A=x*m)}c=c.replace("[horizFov]",A.toString()),c=c.replace("[vertFov]",C.toString())}else c=c.replace("[bboxWest]","-180"),c=c.replace("[bboxSouth]","-90"),c=c.replace("[bboxEast]","180"),c=c.replace("[bboxNorth]","90"),c=c.replace("[lookatLon]",""),c=c.replace("[lookatLat]",""),c=c.replace("[lookatRange]",""),c=c.replace("[lookatTilt]",""),c=c.replace("[lookatHeading]",""),c=c.replace("[lookatTerrainLon]",""),c=c.replace("[lookatTerrainLat]",""),c=c.replace("[lookatTerrainAlt]",""),c=c.replace("[cameraLon]",""),c=c.replace("[cameraLat]",""),c=c.replace("[cameraAlt]",""),c=c.replace("[horizFov]",""),c=c.replace("[vertFov]","");l(n)?(c=c.replace("[horizPixels]",n.clientWidth),c=c.replace("[vertPixels]",n.clientHeight)):(c=c.replace("[horizPixels]",""),c=c.replace("[vertPixels]","")),c=c.replace("[terrainEnabled]","1"),c=c.replace("[clientVersion]","1"),c=c.replace("[kmlVersion]","2.2"),c=c.replace("[clientName]","Cesium"),c=c.replace("[language]","English"),e.setQueryParameters(ou(c))}function sZe(e,t,n,i){let r=Y3(e,t,n).entity,s=n.sourceResource,a=n.uriResolver,c=_i(t,"Link",ve.kml);if(l(c)||(c=_i(t,"Url",ve.kml)),l(c)){let u=xn(c,"href",ve.kml),f,d;if(l(u)){let p=u;if(u=a7(u,s,n.uriResolver),/^data:/.test(u.getUrlComponent()))/\.kmz/i.test(s.getUrlComponent())||(p=s.getDerivedResource({url:p}));else{if(p=u.clone(),f=xn(c,"viewRefreshMode",ve.kml),f==="onRegion"){Dt("kml-refrehMode-onRegion","KML - Unsupported viewRefreshMode: onRegion");return}d=y(xn(c,"viewBoundScale",ve.kml),1);let C=f==="onStop"?"BBOX=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]":"",x=y(xn(c,"viewFormat",ve.kml),C),b=xn(c,"httpQuery",ve.kml);l(x)&&u.setQueryParameters(ou(W3(x))),l(b)&&u.setQueryParameters(ou(W3(b)));let E=e._ellipsoid;f7(u,e.camera,e.canvas,d,e._lastCameraView.bbox,E)}let g={sourceUri:p,uriResolver:a,context:r.id,screenOverlayContainer:n.screenOverlayContainer},m=new ws,A=d7(e,m,u,g).then(function(C){let x=e._entityCollection,b=m.values;x.suspendEvents();for(let D=0;D<b.length;D++){let v=b[D];l(v.parent)||(v.parent=r,h7(v)),x.add(v)}x.resumeEvents();let E=xn(c,"refreshMode",ve.kml),S=y(Kn(c,"refreshInterval",ve.kml),0);if(E==="onInterval"&&S>0||E==="onExpire"||f==="onStop"){let D=_i(C,"NetworkLinkControl",ve.kml),v=l(D),O=$.now(),R={id:kn(),href:u,cookie:{},lastUpdated:O,updating:!1,entity:r,viewBoundScale:d,needsUpdate:!1,cameraUpdateTime:O},M=0;if(v&&(R.cookie=ou(y(xn(D,"cookie",ve.kml),"")),M=y(Kn(D,"minRefreshPeriod",ve.kml),0)),E==="onInterval")v&&(S=Math.max(M,S)),R.refreshMode=Bg.INTERVAL,R.time=S;else if(E==="onExpire"){let L;if(v&&(L=xn(D,"expires",ve.kml)),l(L))try{let _=$.fromIso8601(L),T=$.secondsDifference(_,O);T>0&&T<M&&$.addSeconds(O,M,_),R.refreshMode=Bg.EXPIRE,R.time=_}catch{Dt("kml-refreshMode-onInterval-onExpire","KML - NetworkLinkControl expires is not a valid date")}else Dt("kml-refreshMode-onExpire","KML - refreshMode of onExpire requires the NetworkLinkControl to have an expires element")}else l(e.camera)?(R.refreshMode=Bg.STOP,R.time=y(Kn(c,"viewRefreshTime",ve.kml),0)):Dt("kml-refrehMode-onStop-noCamera","A NetworkLink with viewRefreshMode=onStop requires the `camera` property to be defined.");l(R.refreshMode)&&e._networkLinks.set(R.id,R)}}).catch(function(C){Dt(`An error occured during loading ${u.url}`),e._error.raiseEvent(e,C)});i.addPromise(A)}}}function aZe(e,t,n,i){let o=s7[t.localName];return l(o)?o(e,t,n,i):dde(e,t,n,i)}function o7(e,t,n,i,o,r,s){t.removeAll();let a=n.documentElement,c=a.localName==="Document"?a:_i(a,"Document",ve.kml),u=xn(c,"name",ve.kml);l(u)||(u=Q_(i.getUrlComponent())),l(e._name)||(e._name=u);let f=new Wl._DeferredLoading(e),d=new ws(e);return Promise.all(rde(e,n,d,i,!1,o)).then(function(){let p=n.documentElement;if(p.localName==="kml"){let m=p.childNodes;for(let A=0;A<m.length;A++){let C=m[A];if(l(s7[C.localName])){p=C;break}}}let g={parentEntity:void 0,entityCollection:t,styleCollection:d,sourceResource:i,uriResolver:o,context:s,screenOverlayContainer:r};return t.suspendEvents(),aZe(e,p,g,f),t.resumeEvents(),f.wait().then(function(){return n.documentElement})})}function cZe(e,t,n,i,o){let r=Kt("ThirdParty/Workers/z-worker-pako.js");jT({workerScripts:{deflate:[r,"./pako_deflate.min.js"],inflate:[r,"./pako_inflate.min.js"]}});let s=new G2(new qy(n));return Promise.resolve(s.getEntries()).then(function(a){let c=[],u={},f;for(let d=0;d<a.length;d++){let p=a[d];p.directory||(/\.kml$/i.test(p.filename)&&(!l(f)||!/\//i.test(p.filename))?(l(f)&&c.push($W(f,u)),f=p):c.push($W(p,u)))}return l(f)&&c.push(MJe(f,u)),Promise.all(c).then(function(){if(s.close(),!l(u.kml))throw new de("KMZ file does not contain a KML document.");return u.keys=Object.keys(u),o7(e,t,u.kml,i,u,o)})})}function d7(e,t,n,i){i=y(i,y.EMPTY_OBJECT);let o=i.sourceUri,r=i.uriResolver,s=i.context,a=i.screenOverlayContainer,c=n;if(typeof n=="string"||n instanceof Pe){n=Pe.createIfNeeded(n),c=n.fetchBlob(),o=y(o,n.clone());let u=e._resourceCredits,f=n.credits;if(l(f)){let d=f.length;for(let p=0;p<d;p++)u.push(f[p])}}else o=y(o,Pe.DEFAULT.clone());return o=Pe.createIfNeeded(o),l(a)&&(a=Pn(a)),Promise.resolve(c).then(function(u){return u instanceof Blob?BJe(u).then(function(f){return f?cZe(e,t,u,o,a):RJe(u).then(function(d){d=ede(d),d=tde(d);let p,g;try{p=r7.parseFromString(d,"application/xml")}catch(m){g=m.toString()}if(l(g)||p.body||p.documentElement.tagName==="parsererror"){let m=l(g)?g:p.documentElement.firstChild.nodeValue;throw m||(m=p.body.innerText),new de(m)}return o7(e,t,p,o,r,a,s)})}):o7(e,t,u,o,r,a,s)}).catch(function(u){return e._error.raiseEvent(e,u),console.log(u),Promise.reject(u)})}function Wl(e){e=y(e,y.EMPTY_OBJECT);let t=e.camera,n=e.canvas;this._changed=new _e,this._error=new _e,this._loading=new _e,this._refresh=new _e,this._unsupportedNode=new _e,this._clock=void 0,this._entityCollection=new ws(this),this._name=void 0,this._isLoading=!1,this._pinBuilder=new xg,this._networkLinks=new gt,this._entityCluster=new Nu,this.canvas=n,this.camera=t,this._lastCameraView={position:l(t)?h.clone(t.positionWC):void 0,direction:l(t)?h.clone(t.directionWC):void 0,up:l(t)?h.clone(t.upWC):void 0,bbox:l(t)?t.computeViewRectangle():ce.clone(ce.MAX_VALUE)},this._ellipsoid=y(e.ellipsoid,ie.WGS84);let i=e.credit;typeof i=="string"&&(i=new Yt(i)),this._credit=i,this._resourceCredits=[],this._kmlTours=[],this._screenOverlays=[]}Wl.load=function(e,t){return t=y(t,y.EMPTY_OBJECT),new Wl(t).load(e,t)};Object.defineProperties(Wl.prototype,{name:{get:function(){return this._name},set:function(e){this._name!==e&&(this._name=e,this._changed.raiseEvent(this))}},clock:{get:function(){return this._clock}},entities:{get:function(){return this._entityCollection}},isLoading:{get:function(){return this._isLoading}},changedEvent:{get:function(){return this._changed}},errorEvent:{get:function(){return this._error}},loadingEvent:{get:function(){return this._loading}},refreshEvent:{get:function(){return this._refresh}},unsupportedNodeEvent:{get:function(){return this._unsupportedNode}},show:{get:function(){return this._entityCollection.show},set:function(e){this._entityCollection.show=e}},clustering:{get:function(){return this._entityCluster},set:function(e){this._entityCluster=e}},credit:{get:function(){return this._credit}},kmlTours:{get:function(){return this._kmlTours}}});Wl.prototype.load=function(e,t){t=y(t,y.EMPTY_OBJECT),Ir.setLoading(this,!0);let n=this._name;this._name=void 0,this._clampToGround=y(t.clampToGround,!1);let i=this;return d7(this,this._entityCollection,e,t).then(function(){let o,r=i._entityCollection.computeAvailability(),s=r.start,a=r.stop,c=$.equals(s,ke.MINIMUM_VALUE),u=$.equals(a,ke.MAXIMUM_VALUE);if(!c||!u){let d;c&&(d=new Date,d.setHours(0,0,0,0),s=$.fromDate(d)),u&&(d=new Date,d.setHours(24,0,0,0),a=$.fromDate(d)),o=new ph,o.startTime=s,o.stopTime=a,o.currentTime=$.clone(s),o.clockRange=Or.LOOP_STOP,o.clockStep=po.SYSTEM_CLOCK_MULTIPLIER,o.multiplier=Math.round(Math.min(Math.max($.secondsDifference(a,s)/60,1),31556900))}let f=!1;return o!==i._clock&&(i._clock=o,f=!0),n!==i._name&&(f=!0),f&&i._changed.raiseEvent(i),Ir.setLoading(i,!1),i}).catch(function(o){return Ir.setLoading(i,!1),i._error.raiseEvent(i,o),console.log(o),Promise.reject(o)})};Wl.prototype.destroy=function(){for(;this._screenOverlays.length>0;)this._screenOverlays.pop().remove()};function h7(e){let t=e.parent;if(l(t)){let n=t.availability;if(l(n)){let i=e.availability;l(i)?i.intersect(n):e.availability=n}}}function lZe(e,t,n,i,o){return function(r){if(!i.contains(t.id))return;let s=!1,a=_i(r,"NetworkLinkControl",ve.kml),c=l(a),u=0;if(c){if(l(_i(a,"Update",ve.kml))){Dt("kml-networkLinkControl-update","KML - NetworkLinkControl updates aren't supported."),t.updating=!1,i.remove(t.id);return}t.cookie=ou(y(xn(a,"cookie",ve.kml),"")),u=y(Kn(a,"minRefreshPeriod",ve.kml),0)}let f=$.now(),d=t.refreshMode;if(d===Bg.INTERVAL)l(a)&&(t.time=Math.max(u,t.time));else if(d===Bg.EXPIRE){let O;if(l(a)&&(O=xn(a,"expires",ve.kml)),l(O))try{let R=$.fromIso8601(O),M=$.secondsDifference(R,f);M>0&&M<u&&$.addSeconds(f,u,R),t.time=R}catch{Dt("kml-networkLinkControl-expires","KML - NetworkLinkControl expires is not a valid date"),s=!0}else Dt("kml-refreshMode-onExpire","KML - refreshMode of onExpire requires the NetworkLinkControl to have an expires element"),s=!0}let p=t.entity,g=e._entityCollection,m=n.values;function A(O){g.remove(O);let R=O._children,M=R.length;for(let L=0;L<M;++L)A(R[L])}g.suspendEvents();let C=g.values.slice(),x;for(x=0;x<C.length;++x){let O=C[x];O.parent===p&&(O.parent=void 0,A(O))}for(g.resumeEvents(),g.suspendEvents(),x=0;x<m.length;x++){let O=m[x];l(O.parent)||(O.parent=p,h7(O)),g.add(O)}g.resumeEvents(),s?i.remove(t.id):t.lastUpdated=f;let b=g.computeAvailability(),E=b.start,S=b.stop,D=$.equals(E,ke.MINIMUM_VALUE),v=$.equals(S,ke.MAXIMUM_VALUE);if(!D||!v){let O=e._clock;(O.startTime!==E||O.stopTime!==S)&&(O.startTime=E,O.stopTime=S,e._changed.raiseEvent(e))}t.updating=!1,t.needsUpdate=!1,e._refresh.raiseEvent(e,o.getUrlComponent(!0))}}var n7=new gt;Wl.prototype.update=function(e){let t=this._networkLinks;if(t.length===0)return!0;let n=$.now(),i=this;n7.removeAll();function o(f){let d=f._children,p=d.length;for(let g=0;g<p;++g){let m=d[g];n7.set(m.id,m),o(m)}}let r=!1,s=this._lastCameraView,a=this.camera;l(a)&&!(a.positionWC.equalsEpsilon(s.position,I.EPSILON7)&&a.directionWC.equalsEpsilon(s.direction,I.EPSILON7)&&a.upWC.equalsEpsilon(s.up,I.EPSILON7))&&(s.position=h.clone(a.positionWC),s.direction=h.clone(a.directionWC),s.up=h.clone(a.upWC),s.bbox=a.computeViewRectangle(),r=!0);let c=new gt,u=!1;return t.values.forEach(function(f){let d=f.entity;if(!n7.contains(d.id)){if(!f.updating){let p=!1;if(f.refreshMode===Bg.INTERVAL?$.secondsDifference(n,f.lastUpdated)>f.time&&(p=!0):f.refreshMode===Bg.EXPIRE?$.greaterThan(n,f.time)&&(p=!0):f.refreshMode===Bg.STOP&&(r&&(f.needsUpdate=!0,f.cameraUpdateTime=n),f.needsUpdate&&$.secondsDifference(n,f.cameraUpdateTime)>=f.time&&(p=!0)),p){o(d),f.updating=!0;let g=new ws,m=f.href.clone();m.setQueryParameters(f.cookie);let A=y(i._ellipsoid,ie.WGS84);f7(m,i.camera,i.canvas,f.viewBoundScale,s.bbox,A),d7(i,g,m,{context:d.id}).then(lZe(i,f,g,c,m)).catch(function(C){let x=`NetworkLink ${f.href} refresh failed: ${C}`;console.log(x),i._error.raiseEvent(i,x)}),u=!0}}c.set(f.id,f)}}),u&&(this._networkLinks=c,this._changed.raiseEvent(this)),!0};function uZe(){this.author={name:void 0,uri:void 0,email:void 0},this.link={href:void 0,hreflang:void 0,rel:void 0,type:void 0,title:void 0,length:void 0},this.address=void 0,this.phoneNumber=void 0,this.snippet=void 0,this.extendedData=void 0}Wl._DeferredLoading=Oh;Wl._getTimestamp=wi;var X3=Wl;function BD(){ye.throwInstantiationError()}BD.prototype.update=ye.throwInstantiationError;BD.prototype.getBoundingSphere=ye.throwInstantiationError;BD.prototype.isDestroyed=ye.throwInstantiationError;BD.prototype.destroy=ye.throwInstantiationError;var hde=BD;var cE=`attribute vec4 position;
attribute vec2 textureCoordinates;
varying vec2 v_textureCoordinates;
void main()
{
gl_Position = position;
v_textureCoordinates = textureCoordinates;
}
`;function K3(e){this._context=e}var RD,fZe=new Ze({primitiveType:Oe.TRIANGLES}),dZe=new ei({color:new U(0,0,0,0)});function hZe(e,t){return new Xs({context:e,colorTextures:[t],destroyAttachments:!1})}function mZe(e,t){return jt.fromCache({context:e,vertexShaderSource:cE,fragmentShaderSource:t,attributeLocations:{position:0,textureCoordinates:1}})}function pZe(e,t){return(!l(RD)||RD.viewport.width!==e||RD.viewport.height!==t)&&(RD=Ne.fromCache({viewport:new He(0,0,e,t)})),RD}K3.prototype.execute=function(e){l(e.preExecute)&&e.preExecute(e);let t=e.outputTexture,n=t.width,i=t.height,o=this._context,r=l(e.vertexArray)?e.vertexArray:o.getViewportQuadVertexArray(),s=l(e.shaderProgram)?e.shaderProgram:mZe(o,e.fragmentShaderSource),a=hZe(o,t),c=pZe(n,i),u=e.uniformMap,f=dZe;f.framebuffer=a,f.renderState=c,f.execute(o);let d=fZe;d.vertexArray=r,d.renderState=c,d.shaderProgram=s,d.uniformMap=u,d.framebuffer=a,d.execute(o),a.destroy(),e.persists||(s.destroy(),l(e.vertexArray)&&r.destroy()),l(e.postExecute)&&e.postExecute(t)};K3.prototype.isDestroyed=function(){return!1};K3.prototype.destroy=function(){return le(this)};var J3=K3;function _Ze(e){this.context=e,this.framebuffer=void 0,this.blendingEnabled=void 0,this.scissorTest=void 0,this.viewport=void 0}var yc=_Ze;function ud(e){this._context=e,this._shaders={},this._numberOfShaders=0,this._shadersToRelease={}}Object.defineProperties(ud.prototype,{numberOfShaders:{get:function(){return this._numberOfShaders}}});ud.prototype.replaceShaderProgram=function(e){return l(e.shaderProgram)&&e.shaderProgram.destroy(),this.getShaderProgram(e)};function gZe(e){let t=Object.keys(e).sort();return JSON.stringify(e,t)}ud.prototype.getShaderProgram=function(e){let t=e.vertexShaderSource,n=e.fragmentShaderSource,i=e.attributeLocations;typeof t=="string"&&(t=new Ve({sources:[t]})),typeof n=="string"&&(n=new Ve({sources:[n]}));let o=t.getCacheKey(),r=n.getCacheKey(),s=l(i)?gZe(i):"",a=`${o}:${r}:${s}`,c;if(l(this._shaders[a]))c=this._shaders[a],delete this._shadersToRelease[a];else{let u=this._context,f=t.createCombinedVertexShader(u),d=n.createCombinedFragmentShader(u),p=new jt({gl:u._gl,logShaderCompilation:u.logShaderCompilation,debugShaders:u.debugShaders,vertexShaderSource:t,vertexShaderText:f,fragmentShaderSource:n,fragmentShaderText:d,attributeLocations:i});c={cache:this,shaderProgram:p,keyword:a,derivedKeywords:[],count:0},p._cachedShader=c,this._shaders[a]=c,++this._numberOfShaders}return++c.count,c.shaderProgram};ud.prototype.replaceDerivedShaderProgram=function(e,t,n){let i=e._cachedShader,o=t+i.keyword,r=this._shaders[o];if(l(r)){m7(this,r);let s=i.derivedKeywords.indexOf(t);s>-1&&i.derivedKeywords.splice(s,1)}return this.createDerivedShaderProgram(e,t,n)};ud.prototype.getDerivedShaderProgram=function(e,t){let n=e._cachedShader,i=t+n.keyword,o=this._shaders[i];if(!!l(o))return o.shaderProgram};ud.prototype.createDerivedShaderProgram=function(e,t,n){let i=e._cachedShader,o=t+i.keyword,r=n.vertexShaderSource,s=n.fragmentShaderSource,a=n.attributeLocations;typeof r=="string"&&(r=new Ve({sources:[r]})),typeof s=="string"&&(s=new Ve({sources:[s]}));let c=this._context,u=r.createCombinedVertexShader(c),f=s.createCombinedFragmentShader(c),d=new jt({gl:c._gl,logShaderCompilation:c.logShaderCompilation,debugShaders:c.debugShaders,vertexShaderSource:r,vertexShaderText:u,fragmentShaderSource:s,fragmentShaderText:f,attributeLocations:a}),p={cache:this,shaderProgram:d,keyword:o,derivedKeywords:[],count:0};return i.derivedKeywords.push(t),d._cachedShader=p,this._shaders[o]=p,d};function m7(e,t){let n=t.derivedKeywords,i=n.length;for(let o=0;o<i;++o){let r=n[o]+t.keyword,s=e._shaders[r];m7(e,s)}delete e._shaders[t.keyword],t.shaderProgram.finalDestroy()}ud.prototype.destroyReleasedShaderPrograms=function(){let e=this._shadersToRelease;for(let t in e)if(e.hasOwnProperty(t)){let n=e[t];m7(this,n),--this._numberOfShaders}this._shadersToRelease={}};ud.prototype.releaseShaderProgram=function(e){if(l(e)){let t=e._cachedShader;t&&--t.count===0&&(this._shadersToRelease[t.keyword]=t)}};ud.prototype.isDestroyed=function(){return!1};ud.prototype.destroy=function(){let e=this._shaders;for(let t in e)e.hasOwnProperty(t)&&e[t].shaderProgram.finalDestroy();return le(this)};var Z3=ud;function $y(){this._textures={},this._numberOfTextures=0,this._texturesToRelease={}}Object.defineProperties($y.prototype,{numberOfTextures:{get:function(){return this._numberOfTextures}}});$y.prototype.getTexture=function(e){let t=this._textures[e];if(!!l(t))return delete this._texturesToRelease[e],++t.count,t.texture};$y.prototype.addTexture=function(e,t){let n={texture:t,count:1};t.finalDestroy=t.destroy;let i=this;t.destroy=function(){--n.count===0&&(i._texturesToRelease[e]=n)},this._textures[e]=n,++this._numberOfTextures};$y.prototype.destroyReleasedTextures=function(){let e=this._texturesToRelease;for(let t in e)if(e.hasOwnProperty(t)){let n=e[t];delete this._textures[t],n.texture.finalDestroy(),--this._numberOfTextures}this._texturesToRelease={}};$y.prototype.isDestroyed=function(){return!1};$y.prototype.destroy=function(){let e=this._textures;for(let t in e)e.hasOwnProperty(t)&&e[t].texture.finalDestroy();return le(this)};var Q3=$y;var p7={};function yZe(e){let t=6.239996+.0172019696544*e;return .001657*Math.sin(t+.01671*Math.sin(t))}var AZe=32.184,CZe=2451545;function Bde(e,t){t=$.addSeconds(e,AZe,t);let n=$.totalDays(t)-CZe;return t=$.addSeconds(t,yZe(n),t),t}var $3=new $(2451545,0,Gn.TAI),xZe=1e3,Ku=I.RADIANS_PER_DEGREE,jl=I.RADIANS_PER_ARCSECOND,ta=14959787e4,mde=new Q;function Rde(e,t,n,i,o,r,s){n<0&&(n=-n,o+=I.PI);let a=e*(1-t),c=i-o,u=o,f=EZe(r-i,t),d=TZe(t,0);vZe(c,n,u,mde);let p=a*(1+t),g=Math.cos(f),m=Math.sin(f),A=1+t*g,C=p/A;return l(s)?(s.x=C*g,s.y=C*m,s.z=0):s=new h(C*g,C*m,0),Q.multiplyByVector(mde,s,s)}function TZe(e,t){return e<=t?"Circular":e<1-t?"Elliptical":e<=1+t?"Parabolic":"Hyperbolic"}function EZe(e,t){let n=wZe(e,t);return DZe(n,t)}var bZe=50,SZe=I.EPSILON8;function wZe(e,t){let n=Math.floor(e/I.TWO_PI);e-=n*I.TWO_PI;let i=e+t*Math.sin(e)/(1-Math.sin(e+t)+Math.sin(e)),o=Number.MAX_VALUE,r;for(r=0;r<bZe&&Math.abs(o-i)>SZe;++r){o=i;let s=o-t*Math.sin(o)-e,a=1-t*Math.cos(o);i=o-s/a}return o=i+n*I.TWO_PI,o}function DZe(e,t){let n=Math.floor(e/I.TWO_PI);e-=n*I.TWO_PI;let i=Math.cos(e)-t,o=Math.sin(e)*Math.sqrt(1-t*t),r=Math.atan2(o,i);return r=I.zeroToTwoPi(r),e<0&&(r-=I.TWO_PI),r+=n*I.TWO_PI,r}function vZe(e,t,n,i){let o=Math.cos(e),r=Math.sin(e),s=Math.cos(t),a=Math.sin(t),c=Math.cos(n),u=Math.sin(n);return l(i)?(i[0]=c*o-u*r*s,i[1]=u*o+c*r*s,i[2]=r*a,i[3]=-c*r-u*o*s,i[4]=-u*r+c*o*s,i[5]=o*a,i[6]=u*a,i[7]=-c*a,i[8]=s):i=new Q(c*o-u*r*s,-c*r-u*o*s,u*a,u*o+c*r*s,-u*r+c*o*s,-c*a,r*a,o*a,s),i}var PZe=1.0000010178*ta,IZe=100.46645683*Ku,OZe=129597742283429e-5*jl,pde=16002,_de=21863,gde=32004,yde=10931,Ade=14529,Cde=16368,xde=15318,Tde=32794,BZe=64*1e-7*ta,RZe=-152*1e-7*ta,MZe=62*1e-7*ta,LZe=-8*1e-7*ta,FZe=32*1e-7*ta,NZe=-41*1e-7*ta,kZe=19*1e-7*ta,VZe=-11*1e-7*ta,UZe=-150*1e-7*ta,zZe=-46*1e-7*ta,HZe=68*1e-7*ta,GZe=54*1e-7*ta,WZe=14*1e-7*ta,jZe=24*1e-7*ta,qZe=-28*1e-7*ta,YZe=22*1e-7*ta,Ede=10,bde=16002,Sde=21863,wde=10931,Dde=1473,vde=32004,Pde=4387,Ide=73,XZe=-325*1e-7,KZe=-322*1e-7,JZe=-79*1e-7,ZZe=232*1e-7,QZe=-52*1e-7,$Ze=97*1e-7,eQe=55*1e-7,tQe=-41*1e-7,nQe=-105*1e-7,iQe=-137*1e-7,oQe=258*1e-7,rQe=35*1e-7,sQe=-116*1e-7,aQe=-88*1e-7,cQe=-112*1e-7,lQe=-80*1e-7,lE=new $(0,0,Gn.TAI);function uQe(e,t){Bde(e,lE);let i=(lE.dayNumber-$3.dayNumber+(lE.secondsOfDay-$3.secondsOfDay)/jn.SECONDS_PER_DAY)/(jn.DAYS_PER_JULIAN_CENTURY*10),o=.3595362*i,r=PZe+BZe*Math.cos(pde*o)+UZe*Math.sin(pde*o)+RZe*Math.cos(_de*o)+zZe*Math.sin(_de*o)+MZe*Math.cos(gde*o)+HZe*Math.sin(gde*o)+LZe*Math.cos(yde*o)+GZe*Math.sin(yde*o)+FZe*Math.cos(Ade*o)+WZe*Math.sin(Ade*o)+NZe*Math.cos(Cde*o)+jZe*Math.sin(Cde*o)+kZe*Math.cos(xde*o)+qZe*Math.sin(xde*o)+VZe*Math.cos(Tde*o)+YZe*Math.sin(Tde*o),s=IZe+OZe*i+XZe*Math.cos(Ede*o)+nQe*Math.sin(Ede*o)+KZe*Math.cos(bde*o)+iQe*Math.sin(bde*o)+JZe*Math.cos(Sde*o)+oQe*Math.sin(Sde*o)+ZZe*Math.cos(wde*o)+rQe*Math.sin(wde*o)+QZe*Math.cos(Dde*o)+sQe*Math.sin(Dde*o)+$Ze*Math.cos(vde*o)+aQe*Math.sin(vde*o)+eQe*Math.cos(Pde*o)+cQe*Math.sin(Pde*o)+tQe*Math.cos(Ide*o)+lQe*Math.sin(Ide*o),a=.0167086342-.0004203654*i,c=102.93734808*Ku+11612.3529*jl*i,u=469.97289*jl*i,f=174.87317577*Ku-8679.27034*jl*i;return Rde(r,a,u,c,f,s,t)}function Mde(e,t){Bde(e,lE);let i=(lE.dayNumber-$3.dayNumber+(lE.secondsOfDay-$3.secondsOfDay)/jn.SECONDS_PER_DAY)/jn.DAYS_PER_JULIAN_CENTURY,o=i*i,r=o*i,s=r*i,a=383397.7725+.004*i,c=.055545526-16e-9*i,u=5.15668983*Ku,f=-8e-5*i+.02966*o-42e-6*r-13e-8*s,d=83.35324312*Ku,p=146434202669e-4*i-38.2702*o-.045047*r+21301e-8*s,g=125.04455501*Ku,m=-69679193631e-4*i+6.3602*o+.007625*r-3586e-8*s,A=218.31664563*Ku,C=17325593434847e-4*i-6.391*o+.006588*r-3169e-8*s,x=297.85019547*Ku+jl*(1602961601209e-3*i-6.3706*o+.006593*r-3169e-8*s),b=93.27209062*Ku+jl*(17395272628478e-4*i-12.7512*o-.001037*r+417e-8*s),E=134.96340251*Ku+jl*(17179159232178e-4*i+31.8792*o+.051635*r-2447e-7*s),S=357.52910918*Ku+jl*(1295965810481e-4*i-.5532*o+136e-6*r-1149e-8*s),D=310.17137918*Ku-jl*(6967051436e-3*i+6.2068*o+.007618*r-3219e-8*s),v=2*x,O=4*x,R=6*x,M=2*E,L=3*E,_=4*E,T=2*b;a+=3400.4*Math.cos(v)-635.6*Math.cos(v-E)-235.6*Math.cos(E)+218.1*Math.cos(v-S)+181*Math.cos(v+E),c+=.014216*Math.cos(v-E)+.008551*Math.cos(v-M)-.001383*Math.cos(E)+.001356*Math.cos(v+E)-.001147*Math.cos(O-L)-914e-6*Math.cos(O-M)+869e-6*Math.cos(v-S-E)-627e-6*Math.cos(v)-394e-6*Math.cos(O-_)+282e-6*Math.cos(v-S-M)-279e-6*Math.cos(x-E)-236e-6*Math.cos(M)+231e-6*Math.cos(O)+229e-6*Math.cos(R-_)-201e-6*Math.cos(M-T),f+=486.26*Math.cos(v-T)-40.13*Math.cos(v)+37.51*Math.cos(T)+25.73*Math.cos(M-T)+19.97*Math.cos(v-S-T),p+=-55609*Math.sin(v-E)-34711*Math.sin(v-M)-9792*Math.sin(E)+9385*Math.sin(O-L)+7505*Math.sin(O-M)+5318*Math.sin(v+E)+3484*Math.sin(O-_)-3417*Math.sin(v-S-E)-2530*Math.sin(R-_)-2376*Math.sin(v)-2075*Math.sin(v-L)-1883*Math.sin(M)-1736*Math.sin(R-5*E)+1626*Math.sin(S)-1370*Math.sin(R-L),m+=-5392*Math.sin(v-T)-540*Math.sin(S)-441*Math.sin(v)+423*Math.sin(T)-288*Math.sin(M-T),C+=-3332.9*Math.sin(v)+1197.4*Math.sin(v-E)-662.5*Math.sin(S)+396.3*Math.sin(E)-218*Math.sin(v-S);let w=2*D,P=3*D;f+=46.997*Math.cos(D)*i-.614*Math.cos(v-T+D)*i+.614*Math.cos(v-T-D)*i-.0297*Math.cos(w)*o-.0335*Math.cos(D)*o+.0012*Math.cos(v-T+w)*o-16e-5*Math.cos(D)*r+4e-5*Math.cos(P)*r+4e-5*Math.cos(w)*r;let B=2.116*Math.sin(D)*i-.111*Math.sin(v-T-D)*i-.0015*Math.sin(D)*o;p+=B,C+=B,m+=-520.77*Math.sin(D)*i+13.66*Math.sin(v-T+D)*i+1.12*Math.sin(v-D)*i-1.06*Math.sin(T-D)*i+.66*Math.sin(w)*o+.371*Math.sin(D)*o-.035*Math.sin(v-T+w)*o-.015*Math.sin(v-T+D)*o+.0014*Math.sin(D)*r-.0011*Math.sin(P)*r-9e-4*Math.sin(w)*r,a*=xZe;let N=u+f*jl,z=d+p*jl,V=A+C*jl,G=g+m*jl;return Rde(a,c,N,z,G,V,t)}var Ode=.012300034,fQe=Ode/(Ode+1)*-1;function dQe(e,t){return t=Mde(e,t),h.multiplyByScalar(t,fQe,t)}var Lde=new Q(1.0000000000000002,5619723173785822e-31,4690511510146299e-34,-5154129427414611e-31,.9174820620691819,-.39777715593191376,-223970096136568e-30,.39777715593191376,.9174820620691819),MD=new h;p7.computeSunPositionInEarthInertialFrame=function(e,t){return l(e)||(e=$.now()),l(t)||(t=new h),MD=uQe(e,MD),t=h.negate(MD,t),dQe(e,MD),h.subtract(t,MD,t),Q.multiplyByVector(Lde,t,t),t};p7.computeMoonPositionInEarthInertialFrame=function(e,t){return l(e)||(e=$.now()),t=Mde(e,t),Q.multiplyByVector(Lde,t,t),t};var eA=p7;function hQe(e){e=y(e,y.EMPTY_OBJECT),this.color=U.clone(y(e.color,U.WHITE)),this.intensity=y(e.intensity,2)}var Rg=hQe;function uE(){this.globeDepthTexture=void 0,this.gamma=void 0,this._viewport=new He,this._viewportCartesian4=new se,this._viewportDirty=!1,this._viewportOrthographicMatrix=F.clone(F.IDENTITY),this._viewportTransformation=F.clone(F.IDENTITY),this._model=F.clone(F.IDENTITY),this._view=F.clone(F.IDENTITY),this._inverseView=F.clone(F.IDENTITY),this._projection=F.clone(F.IDENTITY),this._infiniteProjection=F.clone(F.IDENTITY),this._entireFrustum=new H,this._currentFrustum=new H,this._frustumPlanes=new se,this._farDepthFromNearPlusOne=void 0,this._log2FarDepthFromNearPlusOne=void 0,this._oneOverLog2FarDepthFromNearPlusOne=void 0,this._frameState=void 0,this._temeToPseudoFixed=Q.clone(F.IDENTITY),this._view3DDirty=!0,this._view3D=new F,this._inverseView3DDirty=!0,this._inverseView3D=new F,this._inverseModelDirty=!0,this._inverseModel=new F,this._inverseTransposeModelDirty=!0,this._inverseTransposeModel=new Q,this._viewRotation=new Q,this._inverseViewRotation=new Q,this._viewRotation3D=new Q,this._inverseViewRotation3D=new Q,this._inverseProjectionDirty=!0,this._inverseProjection=new F,this._modelViewDirty=!0,this._modelView=new F,this._modelView3DDirty=!0,this._modelView3D=new F,this._modelViewRelativeToEyeDirty=!0,this._modelViewRelativeToEye=new F,this._inverseModelViewDirty=!0,this._inverseModelView=new F,this._inverseModelView3DDirty=!0,this._inverseModelView3D=new F,this._viewProjectionDirty=!0,this._viewProjection=new F,this._inverseViewProjectionDirty=!0,this._inverseViewProjection=new F,this._modelViewProjectionDirty=!0,this._modelViewProjection=new F,this._inverseModelViewProjectionDirty=!0,this._inverseModelViewProjection=new F,this._modelViewProjectionRelativeToEyeDirty=!0,this._modelViewProjectionRelativeToEye=new F,this._modelViewInfiniteProjectionDirty=!0,this._modelViewInfiniteProjection=new F,this._normalDirty=!0,this._normal=new Q,this._normal3DDirty=!0,this._normal3D=new Q,this._inverseNormalDirty=!0,this._inverseNormal=new Q,this._inverseNormal3DDirty=!0,this._inverseNormal3D=new Q,this._encodedCameraPositionMCDirty=!0,this._encodedCameraPositionMC=new Vn,this._cameraPosition=new h,this._sunPositionWC=new h,this._sunPositionColumbusView=new h,this._sunDirectionWC=new h,this._sunDirectionEC=new h,this._moonDirectionEC=new h,this._lightDirectionWC=new h,this._lightDirectionEC=new h,this._lightColor=new h,this._lightColorHdr=new h,this._pass=void 0,this._mode=void 0,this._mapProjection=void 0,this._ellipsoid=void 0,this._cameraDirection=new h,this._cameraRight=new h,this._cameraUp=new h,this._frustum2DWidth=0,this._eyeHeight=0,this._eyeHeight2D=new H,this._pixelRatio=1,this._orthographicIn3D=!1,this._backgroundColor=new U,this._brdfLut=void 0,this._environmentMap=void 0,this._sphericalHarmonicCoefficients=void 0,this._specularEnvironmentMaps=void 0,this._specularEnvironmentMapsDimensions=new H,this._specularEnvironmentMapsMaximumLOD=void 0,this._fogDensity=void 0,this._invertClassificationColor=void 0,this._splitPosition=0,this._pixelSizePerMeter=void 0,this._geometricToleranceOverMeter=void 0,this._minimumDisableDepthTestDistance=void 0}Object.defineProperties(uE.prototype,{frameState:{get:function(){return this._frameState}},viewport:{get:function(){return this._viewport},set:function(e){if(!He.equals(e,this._viewport)){He.clone(e,this._viewport);let t=this._viewport,n=this._viewportCartesian4;n.x=t.x,n.y=t.y,n.z=t.width,n.w=t.height,this._viewportDirty=!0}}},viewportCartesian4:{get:function(){return this._viewportCartesian4}},viewportOrthographic:{get:function(){return Fde(this),this._viewportOrthographicMatrix}},viewportTransformation:{get:function(){return Fde(this),this._viewportTransformation}},model:{get:function(){return this._model},set:function(e){F.clone(e,this._model),this._modelView3DDirty=!0,this._inverseModelView3DDirty=!0,this._inverseModelDirty=!0,this._inverseTransposeModelDirty=!0,this._modelViewDirty=!0,this._inverseModelViewDirty=!0,this._modelViewRelativeToEyeDirty=!0,this._inverseModelViewDirty=!0,this._modelViewProjectionDirty=!0,this._inverseModelViewProjectionDirty=!0,this._modelViewProjectionRelativeToEyeDirty=!0,this._modelViewInfiniteProjectionDirty=!0,this._normalDirty=!0,this._inverseNormalDirty=!0,this._normal3DDirty=!0,this._inverseNormal3DDirty=!0,this._encodedCameraPositionMCDirty=!0}},inverseModel:{get:function(){return this._inverseModelDirty&&(this._inverseModelDirty=!1,F.inverse(this._model,this._inverseModel)),this._inverseModel}},inverseTransposeModel:{get:function(){let e=this._inverseTransposeModel;return this._inverseTransposeModelDirty&&(this._inverseTransposeModelDirty=!1,F.getMatrix3(this.inverseModel,e),Q.transpose(e,e)),e}},view:{get:function(){return this._view}},view3D:{get:function(){return _7(this),this._view3D}},viewRotation:{get:function(){return _7(this),this._viewRotation}},viewRotation3D:{get:function(){return _7(this),this._viewRotation3D}},inverseView:{get:function(){return this._inverseView}},inverseView3D:{get:function(){return Vde(this),this._inverseView3D}},inverseViewRotation:{get:function(){return this._inverseViewRotation}},inverseViewRotation3D:{get:function(){return Vde(this),this._inverseViewRotation3D}},projection:{get:function(){return this._projection}},inverseProjection:{get:function(){return EQe(this),this._inverseProjection}},infiniteProjection:{get:function(){return this._infiniteProjection}},modelView:{get:function(){return bQe(this),this._modelView}},modelView3D:{get:function(){return SQe(this),this._modelView3D}},modelViewRelativeToEye:{get:function(){return OQe(this),this._modelViewRelativeToEye}},inverseModelView:{get:function(){return wQe(this),this._inverseModelView}},inverseModelView3D:{get:function(){return DQe(this),this._inverseModelView3D}},viewProjection:{get:function(){return vQe(this),this._viewProjection}},inverseViewProjection:{get:function(){return PQe(this),this._inverseViewProjection}},modelViewProjection:{get:function(){return IQe(this),this._modelViewProjection}},inverseModelViewProjection:{get:function(){return BQe(this),this._inverseModelViewProjection}},modelViewProjectionRelativeToEye:{get:function(){return RQe(this),this._modelViewProjectionRelativeToEye}},modelViewInfiniteProjection:{get:function(){return MQe(this),this._modelViewInfiniteProjection}},normal:{get:function(){return LQe(this),this._normal}},normal3D:{get:function(){return FQe(this),this._normal3D}},inverseNormal:{get:function(){return NQe(this),this._inverseNormal}},inverseNormal3D:{get:function(){return kQe(this),this._inverseNormal3D}},entireFrustum:{get:function(){return this._entireFrustum}},currentFrustum:{get:function(){return this._currentFrustum}},frustumPlanes:{get:function(){return this._frustumPlanes}},farDepthFromNearPlusOne:{get:function(){return this._farDepthFromNearPlusOne}},log2FarDepthFromNearPlusOne:{get:function(){return this._log2FarDepthFromNearPlusOne}},oneOverLog2FarDepthFromNearPlusOne:{get:function(){return this._oneOverLog2FarDepthFromNearPlusOne}},eyeHeight:{get:function(){return this._eyeHeight}},eyeHeight2D:{get:function(){return this._eyeHeight2D}},sunPositionWC:{get:function(){return this._sunPositionWC}},sunPositionColumbusView:{get:function(){return this._sunPositionColumbusView}},sunDirectionWC:{get:function(){return this._sunDirectionWC}},sunDirectionEC:{get:function(){return this._sunDirectionEC}},moonDirectionEC:{get:function(){return this._moonDirectionEC}},lightDirectionWC:{get:function(){return this._lightDirectionWC}},lightDirectionEC:{get:function(){return this._lightDirectionEC}},lightColor:{get:function(){return this._lightColor}},lightColorHdr:{get:function(){return this._lightColorHdr}},encodedCameraPositionMCHigh:{get:function(){return kde(this),this._encodedCameraPositionMC.high}},encodedCameraPositionMCLow:{get:function(){return kde(this),this._encodedCameraPositionMC.low}},temeToPseudoFixedMatrix:{get:function(){return this._temeToPseudoFixed}},pixelRatio:{get:function(){return this._pixelRatio}},fogDensity:{get:function(){return this._fogDensity}},geometricToleranceOverMeter:{get:function(){return this._geometricToleranceOverMeter}},pass:{get:function(){return this._pass}},backgroundColor:{get:function(){return this._backgroundColor}},brdfLut:{get:function(){return this._brdfLut}},environmentMap:{get:function(){return this._environmentMap}},sphericalHarmonicCoefficients:{get:function(){return this._sphericalHarmonicCoefficients}},specularEnvironmentMaps:{get:function(){return this._specularEnvironmentMaps}},specularEnvironmentMapsDimensions:{get:function(){return this._specularEnvironmentMapsDimensions}},specularEnvironmentMapsMaximumLOD:{get:function(){return this._specularEnvironmentMapsMaximumLOD}},splitPosition:{get:function(){return this._splitPosition}},minimumDisableDepthTestDistance:{get:function(){return this._minimumDisableDepthTestDistance}},invertClassificationColor:{get:function(){return this._invertClassificationColor}},orthographicIn3D:{get:function(){return this._orthographicIn3D}},ellipsoid:{get:function(){return y(this._ellipsoid,ie.WGS84)}}});function mQe(e,t){F.clone(t,e._view),F.getMatrix3(t,e._viewRotation),e._view3DDirty=!0,e._inverseView3DDirty=!0,e._modelViewDirty=!0,e._modelView3DDirty=!0,e._modelViewRelativeToEyeDirty=!0,e._inverseModelViewDirty=!0,e._inverseModelView3DDirty=!0,e._viewProjectionDirty=!0,e._inverseViewProjectionDirty=!0,e._modelViewProjectionDirty=!0,e._modelViewProjectionRelativeToEyeDirty=!0,e._modelViewInfiniteProjectionDirty=!0,e._normalDirty=!0,e._inverseNormalDirty=!0,e._normal3DDirty=!0,e._inverseNormal3DDirty=!0}function pQe(e,t){F.clone(t,e._inverseView),F.getMatrix3(t,e._inverseViewRotation)}function _Qe(e,t){F.clone(t,e._projection),e._inverseProjectionDirty=!0,e._viewProjectionDirty=!0,e._inverseViewProjectionDirty=!0,e._modelViewProjectionDirty=!0,e._modelViewProjectionRelativeToEyeDirty=!0}function gQe(e,t){F.clone(t,e._infiniteProjection),e._modelViewInfiniteProjectionDirty=!0}function yQe(e,t){h.clone(t.positionWC,e._cameraPosition),h.clone(t.directionWC,e._cameraDirection),h.clone(t.rightWC,e._cameraRight),h.clone(t.upWC,e._cameraUp);let n=t.positionCartographic;l(n)?e._eyeHeight=n.height:e._eyeHeight=-e._ellipsoid.maximumRadius,e._encodedCameraPositionMCDirty=!0}var LD=new Q,AQe=new he;function CQe(e,t){l(vt.computeIcrfToFixedMatrix(t.time,LD))||(LD=vt.computeTemeToPseudoFixedMatrix(t.time,LD));let n=eA.computeSunPositionInEarthInertialFrame(t.time,e._sunPositionWC);Q.multiplyByVector(LD,n,n),h.normalize(n,e._sunDirectionWC),n=Q.multiplyByVector(e.viewRotation3D,n,e._sunDirectionEC),h.normalize(n,n),n=eA.computeMoonPositionInEarthInertialFrame(t.time,e._moonDirectionEC),Q.multiplyByVector(LD,n,n),Q.multiplyByVector(e.viewRotation3D,n,n),h.normalize(n,n);let i=t.mapProjection,r=i.ellipsoid.cartesianToCartographic(e._sunPositionWC,AQe);i.project(r,e._sunPositionColumbusView)}uE.prototype.updateCamera=function(e){mQe(this,e.viewMatrix),pQe(this,e.inverseViewMatrix),yQe(this,e),this._entireFrustum.x=e.frustum.near,this._entireFrustum.y=e.frustum.far,this.updateFrustum(e.frustum),this._orthographicIn3D=this._mode!==ee.SCENE2D&&e.frustum instanceof Jt};uE.prototype.updateFrustum=function(e){_Qe(this,e.projectionMatrix),l(e.infiniteProjectionMatrix)&&gQe(this,e.infiniteProjectionMatrix),this._currentFrustum.x=e.near,this._currentFrustum.y=e.far,this._farDepthFromNearPlusOne=e.far-e.near+1,this._log2FarDepthFromNearPlusOne=I.log2(this._farDepthFromNearPlusOne),this._oneOverLog2FarDepthFromNearPlusOne=1/this._log2FarDepthFromNearPlusOne,l(e._offCenterFrustum)&&(e=e._offCenterFrustum),this._frustumPlanes.x=e.top,this._frustumPlanes.y=e.bottom,this._frustumPlanes.z=e.left,this._frustumPlanes.w=e.right};uE.prototype.updatePass=function(e){this._pass=e};var xQe=[],TQe=new Rg;uE.prototype.update=function(e){this._mode=e.mode,this._mapProjection=e.mapProjection,this._ellipsoid=e.mapProjection.ellipsoid,this._pixelRatio=e.pixelRatio;let t=e.camera;this.updateCamera(t),e.mode===ee.SCENE2D?(this._frustum2DWidth=t.frustum.right-t.frustum.left,this._eyeHeight2D.x=this._frustum2DWidth*.5,this._eyeHeight2D.y=this._eyeHeight2D.x*this._eyeHeight2D.x):(this._frustum2DWidth=0,this._eyeHeight2D.x=0,this._eyeHeight2D.y=0),CQe(this,e);let n=y(e.light,TQe);n instanceof Rg?(this._lightDirectionWC=h.clone(this._sunDirectionWC,this._lightDirectionWC),this._lightDirectionEC=h.clone(this._sunDirectionEC,this._lightDirectionEC)):(this._lightDirectionWC=h.normalize(h.negate(n.direction,this._lightDirectionWC),this._lightDirectionWC),this._lightDirectionEC=Q.multiplyByVector(this.viewRotation3D,this._lightDirectionWC,this._lightDirectionEC));let i=n.color,o=h.fromElements(i.red,i.green,i.blue,this._lightColorHdr);o=h.multiplyByScalar(o,n.intensity,o);let r=h.maximumComponent(o);r>1?h.divideByScalar(o,r,this._lightColor):h.clone(o,this._lightColor);let s=e.brdfLutGenerator,a=l(s)?s.colorTexture:void 0;this._brdfLut=a,this._environmentMap=y(e.environmentMap,e.context.defaultCubeMap),this._sphericalHarmonicCoefficients=y(e.sphericalHarmonicCoefficients,xQe),this._specularEnvironmentMaps=e.specularEnvironmentMaps,this._specularEnvironmentMapsMaximumLOD=e.specularEnvironmentMapsMaximumLOD,l(this._specularEnvironmentMaps)&&H.clone(this._specularEnvironmentMaps.dimensions,this._specularEnvironmentMapsDimensions),this._fogDensity=e.fog.density,this._invertClassificationColor=e.invertClassificationColor,this._frameState=e,this._temeToPseudoFixed=vt.computeTemeToPseudoFixedMatrix(e.time,this._temeToPseudoFixed),this._splitPosition=e.splitPosition*e.context.drawingBufferWidth;let c=t.frustum.fov,u=this._viewport,f;l(c)?u.height>u.width?f=Math.tan(.5*c)*2/u.height:f=Math.tan(.5*c)*2/u.width:f=1/Math.max(u.width,u.height),this._geometricToleranceOverMeter=f*e.maximumScreenSpaceError,U.clone(e.backgroundColor,this._backgroundColor),this._minimumDisableDepthTestDistance=e.minimumDisableDepthTestDistance,this._minimumDisableDepthTestDistance*=this._minimumDisableDepthTestDistance,this._minimumDisableDepthTestDistance===Number.POSITIVE_INFINITY&&(this._minimumDisableDepthTestDistance=-1)};function Fde(e){if(e._viewportDirty){let t=e._viewport;F.computeOrthographicOffCenter(t.x,t.x+t.width,t.y,t.y+t.height,0,1,e._viewportOrthographicMatrix),F.computeViewportTransformation(t,0,1,e._viewportTransformation),e._viewportDirty=!1}}function EQe(e){e._inverseProjectionDirty&&(e._inverseProjectionDirty=!1,e._mode!==ee.SCENE2D&&e._mode!==ee.MORPHING&&!e._orthographicIn3D?F.inverse(e._projection,e._inverseProjection):F.clone(F.ZERO,e._inverseProjection))}function bQe(e){e._modelViewDirty&&(e._modelViewDirty=!1,F.multiplyTransformation(e._view,e._model,e._modelView))}function SQe(e){e._modelView3DDirty&&(e._modelView3DDirty=!1,F.multiplyTransformation(e.view3D,e._model,e._modelView3D))}function wQe(e){e._inverseModelViewDirty&&(e._inverseModelViewDirty=!1,F.inverse(e.modelView,e._inverseModelView))}function DQe(e){e._inverseModelView3DDirty&&(e._inverseModelView3DDirty=!1,F.inverse(e.modelView3D,e._inverseModelView3D))}function vQe(e){e._viewProjectionDirty&&(e._viewProjectionDirty=!1,F.multiply(e._projection,e._view,e._viewProjection))}function PQe(e){e._inverseViewProjectionDirty&&(e._inverseViewProjectionDirty=!1,F.inverse(e.viewProjection,e._inverseViewProjection))}function IQe(e){e._modelViewProjectionDirty&&(e._modelViewProjectionDirty=!1,F.multiply(e._projection,e.modelView,e._modelViewProjection))}function OQe(e){if(e._modelViewRelativeToEyeDirty){e._modelViewRelativeToEyeDirty=!1;let t=e.modelView,n=e._modelViewRelativeToEye;n[0]=t[0],n[1]=t[1],n[2]=t[2],n[3]=t[3],n[4]=t[4],n[5]=t[5],n[6]=t[6],n[7]=t[7],n[8]=t[8],n[9]=t[9],n[10]=t[10],n[11]=t[11],n[12]=0,n[13]=0,n[14]=0,n[15]=t[15]}}function BQe(e){e._inverseModelViewProjectionDirty&&(e._inverseModelViewProjectionDirty=!1,F.inverse(e.modelViewProjection,e._inverseModelViewProjection))}function RQe(e){e._modelViewProjectionRelativeToEyeDirty&&(e._modelViewProjectionRelativeToEyeDirty=!1,F.multiply(e._projection,e.modelViewRelativeToEye,e._modelViewProjectionRelativeToEye))}function MQe(e){e._modelViewInfiniteProjectionDirty&&(e._modelViewInfiniteProjectionDirty=!1,F.multiply(e._infiniteProjection,e.modelView,e._modelViewInfiniteProjection))}function LQe(e){if(e._normalDirty){e._normalDirty=!1;let t=e._normal;F.getMatrix3(e.inverseModelView,t),Q.getRotation(t,t),Q.transpose(t,t)}}function FQe(e){if(e._normal3DDirty){e._normal3DDirty=!1;let t=e._normal3D;F.getMatrix3(e.inverseModelView3D,t),Q.getRotation(t,t),Q.transpose(t,t)}}function NQe(e){e._inverseNormalDirty&&(e._inverseNormalDirty=!1,F.getMatrix3(e.inverseModelView,e._inverseNormal),Q.getRotation(e._inverseNormal,e._inverseNormal))}function kQe(e){e._inverseNormal3DDirty&&(e._inverseNormal3DDirty=!1,F.getMatrix3(e.inverseModelView3D,e._inverseNormal3D),Q.getRotation(e._inverseNormal3D,e._inverseNormal3D))}var Nde=new h;function kde(e){e._encodedCameraPositionMCDirty&&(e._encodedCameraPositionMCDirty=!1,F.multiplyByPoint(e.inverseModel,e._cameraPosition,Nde),Vn.fromCartesian(Nde,e._encodedCameraPositionMC))}var VQe=new h,UQe=new h,zQe=new h,HQe=new h,GQe=new he,WQe=new h,jQe=new F;function qQe(e,t,n,i,o,r,s,a){let c=VQe;c.x=e.y,c.y=e.z,c.z=e.x;let u=UQe;u.x=n.y,u.y=n.z,u.z=n.x;let f=zQe;f.x=i.y,f.y=i.z,f.z=i.x;let d=HQe;d.x=t.y,d.y=t.z,d.z=t.x,r===ee.SCENE2D&&(c.z=o*.5);let p=s.unproject(c,GQe);p.longitude=I.clamp(p.longitude,-Math.PI,Math.PI),p.latitude=I.clamp(p.latitude,-I.PI_OVER_TWO,I.PI_OVER_TWO);let g=s.ellipsoid,m=g.cartographicToCartesian(p,WQe),A=vt.eastNorthUpToFixedFrame(m,g,jQe);return F.multiplyByPointAsVector(A,u,u),F.multiplyByPointAsVector(A,f,f),F.multiplyByPointAsVector(A,d,d),l(a)||(a=new F),a[0]=u.x,a[1]=f.x,a[2]=-d.x,a[3]=0,a[4]=u.y,a[5]=f.y,a[6]=-d.y,a[7]=0,a[8]=u.z,a[9]=f.z,a[10]=-d.z,a[11]=0,a[12]=-h.dot(u,m),a[13]=-h.dot(f,m),a[14]=h.dot(d,m),a[15]=1,a}function _7(e){e._view3DDirty&&(e._mode===ee.SCENE3D?F.clone(e._view,e._view3D):qQe(e._cameraPosition,e._cameraDirection,e._cameraRight,e._cameraUp,e._frustum2DWidth,e._mode,e._mapProjection,e._view3D),F.getMatrix3(e._view3D,e._viewRotation3D),e._view3DDirty=!1)}function Vde(e){e._inverseView3DDirty&&(F.inverseTransformation(e.view3D,e._inverseView3D),F.getMatrix3(e._inverseView3D,e._inverseViewRotation3D),e._inverseView3DDirty=!1)}var ek=uE;function YQe(e,t){let n="WebGL Error: ";switch(t){case e.INVALID_ENUM:n+="INVALID_ENUM";break;case e.INVALID_VALUE:n+="INVALID_VALUE";break;case e.INVALID_OPERATION:n+="INVALID_OPERATION";break;case e.OUT_OF_MEMORY:n+="OUT_OF_MEMORY";break;case e.CONTEXT_LOST_WEBGL:n+="CONTEXT_LOST_WEBGL lost";break;default:n+=`Unknown (${t})`}return n}function XQe(e,t,n,i){let o=`${YQe(e,i)}: ${t.name}(`;for(let r=0;r<n.length;++r)r!==0&&(o+=", "),o+=n[r];return o+=");",o}function KQe(e,t,n){let i=e.getError();if(i!==e.NO_ERROR)throw new de(XQe(e,t,n,i))}function JQe(e,t,n){return{get:function(){let i=e[t];return n(e,`get: ${t}`,i),e[t]},set:function(i){e[t]=i,n(e,`set: ${t}`,i)}}}function ZQe(e,t){if(!l(t))return e;function n(o){return function(){let r=o.apply(e,arguments);return t(e,o,arguments),r}}let i={};for(let o in e){let r=e[o];r instanceof Function?i[o]=n(r):Object.defineProperty(i,o,JQe(e,o,t))}return i}function xr(e,t){let n=t.length;for(let i=0;i<n;++i){let o=e.getExtension(t[i]);if(o)return o}}function Ju(e,t){if(typeof WebGLRenderingContext>"u")throw new de("The browser does not support WebGL. Visit http://get.webgl.org.");this._canvas=e,t=$e(t,!0),t=y(t,{}),t.allowTextureFilterAnisotropic=y(t.allowTextureFilterAnisotropic,!0);let n=y(t.webgl,{});n.alpha=y(n.alpha,!1),n.stencil=y(n.stencil,!0);let i=y(t.requestWebgl2,!1)&&typeof WebGL2RenderingContext<"u",o=!1,r,s=t.getWebGLStub;if(l(s))r=s(e,n);else if(i&&(r=e.getContext("webgl2",n)||e.getContext("experimental-webgl2",n)||void 0,l(r)&&(o=!0)),l(r)||(r=e.getContext("webgl",n)||e.getContext("experimental-webgl",n)||void 0),!l(r))throw new de("The browser supports WebGL, but initialization failed.");this._originalGLContext=r,this._gl=r,this._webgl2=o,this._id=kn(),this.validateFramebuffer=!1,this.validateShaderProgram=!1,this.logShaderCompilation=!1,this._throwOnWebGLError=!1,this._shaderCache=new Z3(this),this._textureCache=new Q3;let a=r;this._stencilBits=a.getParameter(a.STENCIL_BITS),Vt._maximumCombinedTextureImageUnits=a.getParameter(a.MAX_COMBINED_TEXTURE_IMAGE_UNITS),Vt._maximumCubeMapSize=a.getParameter(a.MAX_CUBE_MAP_TEXTURE_SIZE),Vt._maximumFragmentUniformVectors=a.getParameter(a.MAX_FRAGMENT_UNIFORM_VECTORS),Vt._maximumTextureImageUnits=a.getParameter(a.MAX_TEXTURE_IMAGE_UNITS),Vt._maximumRenderbufferSize=a.getParameter(a.MAX_RENDERBUFFER_SIZE),Vt._maximumTextureSize=a.getParameter(a.MAX_TEXTURE_SIZE),Vt._maximumVaryingVectors=a.getParameter(a.MAX_VARYING_VECTORS),Vt._maximumVertexAttributes=a.getParameter(a.MAX_VERTEX_ATTRIBS),Vt._maximumVertexTextureImageUnits=a.getParameter(a.MAX_VERTEX_TEXTURE_IMAGE_UNITS),Vt._maximumVertexUniformVectors=a.getParameter(a.MAX_VERTEX_UNIFORM_VECTORS),Vt._maximumSamples=this._webgl2?a.getParameter(a.MAX_SAMPLES):0;let c=a.getParameter(a.ALIASED_LINE_WIDTH_RANGE);Vt._minimumAliasedLineWidth=c[0],Vt._maximumAliasedLineWidth=c[1];let u=a.getParameter(a.ALIASED_POINT_SIZE_RANGE);Vt._minimumAliasedPointSize=u[0],Vt._maximumAliasedPointSize=u[1];let f=a.getParameter(a.MAX_VIEWPORT_DIMS);Vt._maximumViewportWidth=f[0],Vt._maximumViewportHeight=f[1];let d=a.getShaderPrecisionFormat(a.FRAGMENT_SHADER,a.HIGH_FLOAT);Vt._highpFloatSupported=d.precision!==0;let p=a.getShaderPrecisionFormat(a.FRAGMENT_SHADER,a.HIGH_INT);Vt._highpIntSupported=p.rangeMax!==0,this._antialias=a.getContextAttributes().antialias,this._standardDerivatives=!!xr(a,["OES_standard_derivatives"]),this._blendMinmax=!!xr(a,["EXT_blend_minmax"]),this._elementIndexUint=!!xr(a,["OES_element_index_uint"]),this._depthTexture=!!xr(a,["WEBGL_depth_texture","WEBKIT_WEBGL_depth_texture"]),this._fragDepth=!!xr(a,["EXT_frag_depth"]),this._debugShaders=xr(a,["WEBGL_debug_shaders"]),this._textureFloat=!!xr(a,["OES_texture_float"]),this._textureHalfFloat=!!xr(a,["OES_texture_half_float"]),this._textureFloatLinear=!!xr(a,["OES_texture_float_linear"]),this._textureHalfFloatLinear=!!xr(a,["OES_texture_half_float_linear"]),this._colorBufferFloat=!!xr(a,["EXT_color_buffer_float","WEBGL_color_buffer_float"]),this._floatBlend=!!xr(a,["EXT_float_blend"]),this._colorBufferHalfFloat=!!xr(a,["EXT_color_buffer_half_float"]),this._s3tc=!!xr(a,["WEBGL_compressed_texture_s3tc","MOZ_WEBGL_compressed_texture_s3tc","WEBKIT_WEBGL_compressed_texture_s3tc"]),this._pvrtc=!!xr(a,["WEBGL_compressed_texture_pvrtc","WEBKIT_WEBGL_compressed_texture_pvrtc"]),this._astc=!!xr(a,["WEBGL_compressed_texture_astc"]),this._etc=!!xr(a,["WEBG_compressed_texture_etc"]),this._etc1=!!xr(a,["WEBGL_compressed_texture_etc1"]),this._bc7=!!xr(a,["EXT_texture_compression_bptc"]),yl.setKTX2SupportedFormats(this._s3tc,this._pvrtc,this._astc,this._etc,this._etc1,this._bc7);let g=t.allowTextureFilterAnisotropic?xr(a,["EXT_texture_filter_anisotropic","WEBKIT_EXT_texture_filter_anisotropic"]):void 0;this._textureFilterAnisotropic=g,Vt._maximumTextureFilterAnisotropy=l(g)?a.getParameter(g.MAX_TEXTURE_MAX_ANISOTROPY_EXT):1;let m,A,C,x,b,E,S,D,v,O;if(o){let _=this;m=function(){return _._gl.createVertexArray()},A=function(T){_._gl.bindVertexArray(T)},C=function(T){_._gl.deleteVertexArray(T)},x=function(T,w,P,B,N){a.drawElementsInstanced(T,w,P,B,N)},b=function(T,w,P,B){a.drawArraysInstanced(T,w,P,B)},E=function(T,w){a.vertexAttribDivisor(T,w)},S=function(T){a.drawBuffers(T)}}else D=xr(a,["OES_vertex_array_object"]),l(D)&&(m=function(){return D.createVertexArrayOES()},A=function(_){D.bindVertexArrayOES(_)},C=function(_){D.deleteVertexArrayOES(_)}),v=xr(a,["ANGLE_instanced_arrays"]),l(v)&&(x=function(_,T,w,P,B){v.drawElementsInstancedANGLE(_,T,w,P,B)},b=function(_,T,w,P){v.drawArraysInstancedANGLE(_,T,w,P)},E=function(_,T){v.vertexAttribDivisorANGLE(_,T)}),O=xr(a,["WEBGL_draw_buffers"]),l(O)&&(S=function(_){O.drawBuffersWEBGL(_)});this.glCreateVertexArray=m,this.glBindVertexArray=A,this.glDeleteVertexArray=C,this.glDrawElementsInstanced=x,this.glDrawArraysInstanced=b,this.glVertexAttribDivisor=E,this.glDrawBuffers=S,this._vertexArrayObject=!!D,this._instancedArrays=!!v,this._drawBuffers=!!O,Vt._maximumDrawBuffers=this.drawBuffers?a.getParameter(te.MAX_DRAW_BUFFERS):1,Vt._maximumColorAttachments=this.drawBuffers?a.getParameter(te.MAX_COLOR_ATTACHMENTS):1,this._clearColor=new U(0,0,0,0),this._clearDepth=1,this._clearStencil=0;let R=new ek,M=new yc(this),L=Ne.fromCache();this._defaultPassState=M,this._defaultRenderState=L,this._defaultTexture=void 0,this._defaultEmissiveTexture=void 0,this._defaultNormalTexture=void 0,this._defaultCubeMap=void 0,this._us=R,this._currentRenderState=L,this._currentPassState=M,this._currentFramebuffer=void 0,this._maxFrameTextureUnitIndex=0,this._vertexAttribDivisors=[],this._previousDrawInstanced=!1;for(let _=0;_<Vt._maximumVertexAttributes;_++)this._vertexAttribDivisors.push(0);this._pickObjects={},this._nextPickColor=new Uint32Array(1),this.options=t,this.cache={},Ne.apply(a,L,M)}var QQe={};Object.defineProperties(Ju.prototype,{id:{get:function(){return this._id}},webgl2:{get:function(){return this._webgl2}},canvas:{get:function(){return this._canvas}},shaderCache:{get:function(){return this._shaderCache}},textureCache:{get:function(){return this._textureCache}},uniformState:{get:function(){return this._us}},stencilBits:{get:function(){return this._stencilBits}},stencilBuffer:{get:function(){return this._stencilBits>=8}},antialias:{get:function(){return this._antialias}},msaa:{get:function(){return this._webgl2}},standardDerivatives:{get:function(){return this._standardDerivatives||this._webgl2}},floatBlend:{get:function(){return this._floatBlend}},blendMinmax:{get:function(){return this._blendMinmax||this._webgl2}},elementIndexUint:{get:function(){return this._elementIndexUint||this._webgl2}},depthTexture:{get:function(){return this._depthTexture||this._webgl2}},floatingPointTexture:{get:function(){return this._webgl2||this._textureFloat}},halfFloatingPointTexture:{get:function(){return this._webgl2||this._textureHalfFloat}},textureFloatLinear:{get:function(){return this._textureFloatLinear}},textureHalfFloatLinear:{get:function(){return this._webgl2&&this._textureFloatLinear||!this._webgl2&&this._textureHalfFloatLinear}},textureFilterAnisotropic:{get:function(){return!!this._textureFilterAnisotropic}},s3tc:{get:function(){return this._s3tc}},pvrtc:{get:function(){return this._pvrtc}},astc:{get:function(){return this._astc}},etc:{get:function(){return this._etc}},etc1:{get:function(){return this._etc1}},bc7:{get:function(){return this._bc7}},supportsBasis:{get:function(){return this._s3tc||this._pvrtc||this._astc||this._etc||this._etc1||this._bc7}},vertexArrayObject:{get:function(){return this._vertexArrayObject||this._webgl2}},fragmentDepth:{get:function(){return this._fragDepth||this._webgl2}},instancedArrays:{get:function(){return this._instancedArrays||this._webgl2}},colorBufferFloat:{get:function(){return this._colorBufferFloat}},colorBufferHalfFloat:{get:function(){return this._webgl2&&this._colorBufferFloat||!this._webgl2&&this._colorBufferHalfFloat}},drawBuffers:{get:function(){return this._drawBuffers||this._webgl2}},debugShaders:{get:function(){return this._debugShaders}},throwOnWebGLError:{get:function(){return this._throwOnWebGLError},set:function(e){this._throwOnWebGLError=e,this._gl=ZQe(this._originalGLContext,e?KQe:void 0)}},defaultTexture:{get:function(){return this._defaultTexture===void 0&&(this._defaultTexture=new Rt({context:this,source:{width:1,height:1,arrayBufferView:new Uint8Array([255,255,255,255])},flipY:!1})),this._defaultTexture}},defaultEmissiveTexture:{get:function(){return this._defaultEmissiveTexture===void 0&&(this._defaultEmissiveTexture=new Rt({context:this,pixelFormat:ft.RGB,source:{width:1,height:1,arrayBufferView:new Uint8Array([0,0,0])},flipY:!1})),this._defaultEmissiveTexture}},defaultNormalTexture:{get:function(){return this._defaultNormalTexture===void 0&&(this._defaultNormalTexture=new Rt({context:this,pixelFormat:ft.RGB,source:{width:1,height:1,arrayBufferView:new Uint8Array([128,128,255])},flipY:!1})),this._defaultNormalTexture}},defaultCubeMap:{get:function(){if(this._defaultCubeMap===void 0){let e={width:1,height:1,arrayBufferView:new Uint8Array([255,255,255,255])};this._defaultCubeMap=new Xa({context:this,source:{positiveX:e,negativeX:e,positiveY:e,negativeY:e,positiveZ:e,negativeZ:e},flipY:!1})}return this._defaultCubeMap}},drawingBufferHeight:{get:function(){return this._gl.drawingBufferHeight}},drawingBufferWidth:{get:function(){return this._gl.drawingBufferWidth}},defaultFramebuffer:{get:function(){return QQe}}});function Ude(e,t,n,i){let o=e._currentRenderState,r=e._currentPassState;e._currentRenderState=t,e._currentPassState=n,Ne.partialApply(e._gl,o,t,r,n,i)}var g7;typeof WebGLRenderingContext<"u"&&(g7=[te.BACK]);function y7(e,t){if(t!==e._currentFramebuffer){e._currentFramebuffer=t;let n=g7;if(l(t))t._bind(),n=t._getActiveColorAttachments();else{let i=e._gl;i.bindFramebuffer(i.FRAMEBUFFER,null)}e.drawBuffers&&e.glDrawBuffers(n)}}var $Qe=new ei;Ju.prototype.clear=function(e,t){e=y(e,$Qe),t=y(t,this._defaultPassState);let n=this._gl,i=0,o=e.color,r=e.depth,s=e.stencil;l(o)&&(U.equals(this._clearColor,o)||(U.clone(o,this._clearColor),n.clearColor(o.red,o.green,o.blue,o.alpha)),i|=n.COLOR_BUFFER_BIT),l(r)&&(r!==this._clearDepth&&(this._clearDepth=r,n.clearDepth(r)),i|=n.DEPTH_BUFFER_BIT),l(s)&&(s!==this._clearStencil&&(this._clearStencil=s,n.clearStencil(s)),i|=n.STENCIL_BUFFER_BIT);let a=y(e.renderState,this._defaultRenderState);Ude(this,a,t,!0);let c=y(e.framebuffer,t.framebuffer);y7(this,c),n.clear(i)};function e$e(e,t,n,i,o){y7(e,t),Ude(e,o,n,!1),i._bind(),e._maxFrameTextureUnitIndex=Math.max(e._maxFrameTextureUnitIndex,i.maximumTextureUnitIndex)}function t$e(e,t,n,i){let o=t._primitiveType,r=t._vertexArray,s=t._offset,a=t._count,c=t.instanceCount;e._us.model=y(t._modelMatrix,F.IDENTITY),n._setUniforms(i,e._us,e.validateShaderProgram),r._bind();let u=r.indexBuffer;l(u)?(s=s*u.bytesPerIndex,a=y(a,u.numberOfIndices),c===0?e._gl.drawElements(o,a,u.indexDatatype,s):e.glDrawElementsInstanced(o,a,u.indexDatatype,s,c)):(a=y(a,r.numberOfVertices),c===0?e._gl.drawArrays(o,s,a):e.glDrawArraysInstanced(o,s,a,c)),r._unBind()}Ju.prototype.draw=function(e,t,n,i){t=y(t,this._defaultPassState);let o=y(e._framebuffer,t.framebuffer),r=y(e._renderState,this._defaultRenderState);n=y(n,e._shaderProgram),i=y(i,e._uniformMap),e$e(this,o,t,n,r),t$e(this,e,n,i)};Ju.prototype.endFrame=function(){let e=this._gl;e.useProgram(null),this._currentFramebuffer=void 0,e.bindFramebuffer(e.FRAMEBUFFER,null);let t=g7;this.drawBuffers&&this.glDrawBuffers(t);let n=this._maxFrameTextureUnitIndex;this._maxFrameTextureUnitIndex=0;for(let i=0;i<n;++i)e.activeTexture(e.TEXTURE0+i),e.bindTexture(e.TEXTURE_2D,null),e.bindTexture(e.TEXTURE_CUBE_MAP,null)};Ju.prototype.readPixels=function(e){let t=this._gl;e=y(e,y.EMPTY_OBJECT);let n=Math.max(y(e.x,0),0),i=Math.max(y(e.y,0),0),o=y(e.width,t.drawingBufferWidth),r=y(e.height,t.drawingBufferHeight),s=e.framebuffer,a=qe.UNSIGNED_BYTE;l(s)&&s.numberOfColorAttachments>0&&(a=s.getColorTexture(0).pixelDatatype);let c=ft.createTypedArray(ft.RGBA,a,o,r);return y7(this,s),t.readPixels(n,i,o,r,ft.RGBA,qe.toWebGLConstant(a,this),c),c};var zde={position:0,textureCoordinates:1};Ju.prototype.getViewportQuadVertexArray=function(){let e=this.cache.viewportQuad_vertexArray;if(!l(e)){let t=new it({attributes:{position:new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:[-1,-1,1,-1,1,1,-1,1]}),textureCoordinates:new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:[0,0,1,0,1,1,0,1]})},indices:new Uint16Array([0,1,2,0,2,3]),primitiveType:Oe.TRIANGLES});e=Zn.fromGeometry({context:this,geometry:t,attributeLocations:zde,bufferUsage:Le.STATIC_DRAW,interleave:!0}),this.cache.viewportQuad_vertexArray=e}return e};Ju.prototype.createViewportQuadCommand=function(e,t){return t=y(t,y.EMPTY_OBJECT),new Ze({vertexArray:this.getViewportQuadVertexArray(),primitiveType:Oe.TRIANGLES,renderState:t.renderState,shaderProgram:jt.fromCache({context:this,vertexShaderSource:cE,fragmentShaderSource:e,attributeLocations:zde}),uniformMap:t.uniformMap,owner:t.owner,framebuffer:t.framebuffer,pass:t.pass})};Ju.prototype.getObjectByPickColor=function(e){return this._pickObjects[e.toRgba()]};function A7(e,t,n){this._pickObjects=e,this.key=t,this.color=n}Object.defineProperties(A7.prototype,{object:{get:function(){return this._pickObjects[this.key]},set:function(e){this._pickObjects[this.key]=e}}});A7.prototype.destroy=function(){delete this._pickObjects[this.key]};Ju.prototype.createPickId=function(e){++this._nextPickColor[0];let t=this._nextPickColor[0];if(t===0)throw new de("Out of unique Pick IDs.");return this._pickObjects[t]=e,new A7(this._pickObjects,t,U.fromRgba(t))};Ju.prototype.isDestroyed=function(){return!1};Ju.prototype.destroy=function(){let e=this.cache;for(let t in e)if(e.hasOwnProperty(t)){let n=e[t];l(n.destroy)&&n.destroy()}return this._shaderCache=this._shaderCache.destroy(),this._textureCache=this._textureCache.destroy(),this._defaultTexture=this._defaultTexture&&this._defaultTexture.destroy(),this._defaultEmissiveTexture=this._defaultEmissiveTexture&&this._defaultEmissiveTexture.destroy(),this._defaultNormalTexture=this._defaultNormalTexture&&this._defaultNormalTexture.destroy(),this._defaultCubeMap=this._defaultCubeMap&&this._defaultCubeMap.destroy(),le(this)};var tk=Ju;function n$e(e,t,n){let i={flipY:!0,skipColorSpaceConversion:n,preferImageBitmap:!0},o=[Pe.createIfNeeded(t.positiveX).fetchImage(i),Pe.createIfNeeded(t.negativeX).fetchImage(i),Pe.createIfNeeded(t.positiveY).fetchImage(i),Pe.createIfNeeded(t.negativeY).fetchImage(i),Pe.createIfNeeded(t.positiveZ).fetchImage(i),Pe.createIfNeeded(t.negativeZ).fetchImage(i)];return Promise.all(o).then(function(r){return new Xa({context:e,source:{positiveX:r[0],negativeX:r[1],positiveY:r[2],negativeY:r[3],positiveZ:r[4],negativeZ:r[5]}})})}var nk=n$e;var i$e={NONE:0,LERC:1},dp=Object.freeze(i$e);var o$e={NONE:0,BITS12:1},Ms=Object.freeze(o$e);var tA=new h,r$e=new h,Zu=new H,ik=new F,s$e=new F,a$e=Math.pow(2,12);function Ba(e,t,n,i,o,r,s,a,c,u){let f=Ms.NONE,d,p;if(l(t)&&l(n)&&l(i)&&l(o)){let g=t.minimum,m=t.maximum,A=h.subtract(m,g,r$e),C=i-n;Math.max(h.maximumComponent(A),C)<a$e-1?f=Ms.BITS12:f=Ms.NONE,d=F.inverseTransformation(o,new F);let b=h.negate(g,tA);F.multiply(F.fromTranslation(b,ik),d,d);let E=tA;E.x=1/A.x,E.y=1/A.y,E.z=1/A.z,F.multiply(F.fromScale(E,ik),d,d),p=F.clone(o),F.setTranslation(p,h.ZERO,p),o=F.clone(o,new F);let S=F.fromTranslation(g,ik),D=F.fromScale(A,s$e),v=F.multiply(S,D,ik);F.multiply(o,v,o),F.multiply(p,v,p)}this.quantization=f,this.minimumHeight=n,this.maximumHeight=i,this.center=h.clone(e),this.toScaledENU=d,this.fromScaledENU=o,this.matrix=p,this.hasVertexNormals=r,this.hasWebMercatorT=y(s,!1),this.hasGeodeticSurfaceNormals=y(a,!1),this.exaggeration=y(c,1),this.exaggerationRelativeHeight=y(u,0),this.stride=0,this._offsetGeodeticSurfaceNormal=0,this._offsetVertexNormal=0,this._calculateStrideAndOffsets()}Ba.prototype.encode=function(e,t,n,i,o,r,s,a){let c=i.x,u=i.y;if(this.quantization===Ms.BITS12){n=F.multiplyByPoint(this.toScaledENU,n,tA),n.x=I.clamp(n.x,0,1),n.y=I.clamp(n.y,0,1),n.z=I.clamp(n.z,0,1);let f=this.maximumHeight-this.minimumHeight,d=I.clamp((o-this.minimumHeight)/f,0,1);H.fromElements(n.x,n.y,Zu);let p=Un.compressTextureCoordinates(Zu);H.fromElements(n.z,d,Zu);let g=Un.compressTextureCoordinates(Zu);H.fromElements(c,u,Zu);let m=Un.compressTextureCoordinates(Zu);if(e[t++]=p,e[t++]=g,e[t++]=m,this.hasWebMercatorT){H.fromElements(s,0,Zu);let A=Un.compressTextureCoordinates(Zu);e[t++]=A}}else h.subtract(n,this.center,tA),e[t++]=tA.x,e[t++]=tA.y,e[t++]=tA.z,e[t++]=o,e[t++]=c,e[t++]=u,this.hasWebMercatorT&&(e[t++]=s);return this.hasVertexNormals&&(e[t++]=Un.octPackFloat(r)),this.hasGeodeticSurfaceNormals&&(e[t++]=a.x,e[t++]=a.y,e[t++]=a.z),t};var c$e=new h,Hde=new h;Ba.prototype.addGeodeticSurfaceNormals=function(e,t,n){if(this.hasGeodeticSurfaceNormals)return;let i=this.stride,o=e.length/i;this.hasGeodeticSurfaceNormals=!0,this._calculateStrideAndOffsets();let r=this.stride;for(let s=0;s<o;s++){for(let f=0;f<i;f++){let d=s*i+f,p=s*r+f;t[p]=e[d]}let a=this.decodePosition(t,s,c$e),c=n.geodeticSurfaceNormal(a,Hde),u=s*r+this._offsetGeodeticSurfaceNormal;t[u]=c.x,t[u+1]=c.y,t[u+2]=c.z}};Ba.prototype.removeGeodeticSurfaceNormals=function(e,t){if(!this.hasGeodeticSurfaceNormals)return;let n=this.stride,i=e.length/n;this.hasGeodeticSurfaceNormals=!1,this._calculateStrideAndOffsets();let o=this.stride;for(let r=0;r<i;r++)for(let s=0;s<o;s++){let a=r*n+s,c=r*o+s;t[c]=e[a]}};Ba.prototype.decodePosition=function(e,t,n){if(l(n)||(n=new h),t*=this.stride,this.quantization===Ms.BITS12){let i=Un.decompressTextureCoordinates(e[t],Zu);n.x=i.x,n.y=i.y;let o=Un.decompressTextureCoordinates(e[t+1],Zu);return n.z=o.x,F.multiplyByPoint(this.fromScaledENU,n,n)}return n.x=e[t],n.y=e[t+1],n.z=e[t+2],h.add(n,this.center,n)};Ba.prototype.getExaggeratedPosition=function(e,t,n){n=this.decodePosition(e,t,n);let i=this.exaggeration,o=this.exaggerationRelativeHeight;if(i!==1&&this.hasGeodeticSurfaceNormals){let s=this.decodeGeodeticSurfaceNormal(e,t,Hde),a=this.decodeHeight(e,t),c=Rc.getHeight(a,i,o)-a;n.x+=s.x*c,n.y+=s.y*c,n.z+=s.z*c}return n};Ba.prototype.decodeTextureCoordinates=function(e,t,n){return l(n)||(n=new H),t*=this.stride,this.quantization===Ms.BITS12?Un.decompressTextureCoordinates(e[t+2],n):H.fromElements(e[t+4],e[t+5],n)};Ba.prototype.decodeHeight=function(e,t){return t*=this.stride,this.quantization===Ms.BITS12?Un.decompressTextureCoordinates(e[t+1],Zu).y*(this.maximumHeight-this.minimumHeight)+this.minimumHeight:e[t+3]};Ba.prototype.decodeWebMercatorT=function(e,t){return t*=this.stride,this.quantization===Ms.BITS12?Un.decompressTextureCoordinates(e[t+3],Zu).x:e[t+6]};Ba.prototype.getOctEncodedNormal=function(e,t,n){t=t*this.stride+this._offsetVertexNormal;let i=e[t]/256,o=Math.floor(i),r=(i-o)*256;return H.fromElements(o,r,n)};Ba.prototype.decodeGeodeticSurfaceNormal=function(e,t,n){return t=t*this.stride+this._offsetGeodeticSurfaceNormal,n.x=e[t],n.y=e[t+1],n.z=e[t+2],n};Ba.prototype._calculateStrideAndOffsets=function(){let e=0;switch(this.quantization){case Ms.BITS12:e+=3;break;default:e+=6}this.hasWebMercatorT&&(e+=1),this.hasVertexNormals&&(this._offsetVertexNormal=e,e+=1),this.hasGeodeticSurfaceNormals&&(this._offsetGeodeticSurfaceNormal=e,e+=3),this.stride=e};var ok={position3DAndHeight:0,textureCoordAndEncodedNormals:1,geodeticSurfaceNormal:2},rk={compressed0:0,compressed1:1,geodeticSurfaceNormal:2};Ba.prototype.getAttributes=function(e){let t=K.FLOAT,n=K.getSizeInBytes(t),i=this.stride*n,o=0,r=[];function s(a,c){r.push({index:a,vertexBuffer:e,componentDatatype:t,componentsPerAttribute:c,offsetInBytes:o,strideInBytes:i}),o+=c*n}if(this.quantization===Ms.NONE){s(ok.position3DAndHeight,4);let a=2;a+=this.hasWebMercatorT?1:0,a+=this.hasVertexNormals?1:0,s(ok.textureCoordAndEncodedNormals,a),this.hasGeodeticSurfaceNormals&&s(ok.geodeticSurfaceNormal,3)}else{let a=this.hasWebMercatorT||this.hasVertexNormals,c=this.hasWebMercatorT&&this.hasVertexNormals;s(rk.compressed0,a?4:3),c&&s(rk.compressed1,1),this.hasGeodeticSurfaceNormals&&s(rk.geodeticSurfaceNormal,3)}return r};Ba.prototype.getAttributeLocations=function(){return this.quantization===Ms.NONE?ok:rk};Ba.clone=function(e,t){if(!!l(e))return l(t)||(t=new Ba),t.quantization=e.quantization,t.minimumHeight=e.minimumHeight,t.maximumHeight=e.maximumHeight,t.center=h.clone(e.center),t.toScaledENU=F.clone(e.toScaledENU),t.fromScaledENU=F.clone(e.fromScaledENU),t.matrix=F.clone(e.matrix),t.hasVertexNormals=e.hasVertexNormals,t.hasWebMercatorT=e.hasWebMercatorT,t.hasGeodeticSurfaceNormals=e.hasGeodeticSurfaceNormals,t.exaggeration=e.exaggeration,t.exaggerationRelativeHeight=e.exaggerationRelativeHeight,t._calculateStrideAndOffsets(),t};var Ac=Ba;var Bh={};Bh.DEFAULT_STRUCTURE=Object.freeze({heightScale:1,heightOffset:0,elementsPerHeight:1,stride:1,elementMultiplier:256,isBigEndian:!1});var C7=new h,l$e=new F,u$e=new h,f$e=new h;Bh.computeVertices=function(e){let t=Math.cos,n=Math.sin,i=Math.sqrt,o=Math.atan,r=Math.exp,s=I.PI_OVER_TWO,a=I.toRadians,c=e.heightmap,u=e.width,f=e.height,d=e.skirtHeight,p=d>0,g=y(e.isGeographic,!0),m=y(e.ellipsoid,ie.WGS84),A=1/m.maximumRadius,C=ce.clone(e.nativeRectangle),x=ce.clone(e.rectangle),b,E,S,D;l(x)?(b=x.west,E=x.south,S=x.east,D=x.north):g?(b=a(C.west),E=a(C.south),S=a(C.east),D=a(C.north)):(b=C.west*A,E=s-2*o(r(-C.south*A)),S=C.east*A,D=s-2*o(r(-C.north*A)));let v=e.relativeToCenter,O=l(v);v=O?v:h.ZERO;let R=y(e.includeWebMercatorT,!1),M=y(e.exaggeration,1),L=y(e.exaggerationRelativeHeight,0),T=M!==1,w=y(e.structure,Bh.DEFAULT_STRUCTURE),P=y(w.heightScale,Bh.DEFAULT_STRUCTURE.heightScale),B=y(w.heightOffset,Bh.DEFAULT_STRUCTURE.heightOffset),N=y(w.elementsPerHeight,Bh.DEFAULT_STRUCTURE.elementsPerHeight),z=y(w.stride,Bh.DEFAULT_STRUCTURE.stride),V=y(w.elementMultiplier,Bh.DEFAULT_STRUCTURE.elementMultiplier),G=y(w.isBigEndian,Bh.DEFAULT_STRUCTURE.isBigEndian),k=ce.computeWidth(C),X=ce.computeHeight(C),q=k/(u-1),Y=X/(f-1);g||(k*=A,X*=A);let W=m.radiiSquared,J=W.x,Z=W.y,ue=W.z,pe=65536,oe=-65536,fe=vt.eastNorthUpToFixedFrame(v,m),ge=F.inverseTransformation(fe,l$e),Ee,Ie;R&&(Ee=Vi.geodeticLatitudeToMercatorAngle(E),Ie=1/(Vi.geodeticLatitudeToMercatorAngle(D)-Ee));let Me=u$e;Me.x=Number.POSITIVE_INFINITY,Me.y=Number.POSITIVE_INFINITY,Me.z=Number.POSITIVE_INFINITY;let Ge=f$e;Ge.x=Number.NEGATIVE_INFINITY,Ge.y=Number.NEGATIVE_INFINITY,Ge.z=Number.NEGATIVE_INFINITY;let bt=Number.POSITIVE_INFINITY,zt=u*f,on=d>0?u*2+f*2:0,at=zt+on,Tn=new Array(at),Yn=new Array(at),ot=new Array(at),Gt=R?new Array(at):[],si=T?new Array(at):[],Se=0,dt=f,It=0,ii=u;p&&(--Se,++dt,--It,++ii);let Li=1e-5;for(let We=Se;We<dt;++We){let ct=We;ct<0&&(ct=0),ct>=f&&(ct=f-1);let Ot=C.north-Y*ct;g?Ot=a(Ot):Ot=s-2*o(r(-Ot*A));let An=(Ot-E)/(D-E);An=I.clamp(An,0,1);let Fi=We===Se,Wo=We===dt-1;d>0&&(Fi?Ot+=Li*X:Wo&&(Ot-=Li*X));let ps=t(Ot),Hi=n(Ot),Io=ue*Hi,Ki;R&&(Ki=(Vi.geodeticLatitudeToMercatorAngle(Ot)-Ee)*Ie);for(let Mr=It;Mr<ii;++Mr){let Er=Mr;Er<0&&(Er=0),Er>=u&&(Er=u-1);let ll=ct*(u*z)+Er*z,Ni;if(N===1)Ni=c[ll];else{Ni=0;let Wa;if(G)for(Wa=0;Wa<N;++Wa)Ni=Ni*V+c[ll+Wa];else for(Wa=N-1;Wa>=0;--Wa)Ni=Ni*V+c[ll+Wa]}Ni=Ni*P+B,oe=Math.max(oe,Ni),pe=Math.min(pe,Ni);let Lr=C.west+q*Er;g?Lr=a(Lr):Lr=Lr*A;let Wr=(Lr-b)/(S-b);Wr=I.clamp(Wr,0,1);let ir=ct*u+Er;if(d>0){let Wa=Mr===It,HA=Mr===ii-1,Jz=Fi||Wo||Wa||HA;if((Fi||Wo)&&(Wa||HA))continue;Jz&&(Ni-=d,Wa?(ir=zt+(f-ct-1),Lr-=Li*k):Wo?ir=zt+f+(u-Er-1):HA?(ir=zt+f+u+ct,Lr+=Li*k):Fi&&(ir=zt+f+u+f+Er))}let d0=ps*t(Lr),Gi=ps*n(Lr),Ga=J*d0,ul=Z*Gi,ns=1/i(Ga*d0+ul*Gi+Io*Hi),fl=Ga*ns,dl=ul*ns,rP=Io*ns,Jh=new h;Jh.x=fl+d0*Ni,Jh.y=dl+Gi*Ni,Jh.z=rP+Hi*Ni,F.multiplyByPoint(ge,Jh,C7),h.minimumByComponent(C7,Me,Me),h.maximumByComponent(C7,Ge,Ge),bt=Math.min(bt,Ni),Tn[ir]=Jh,ot[ir]=new H(Wr,An),Yn[ir]=Ni,R&&(Gt[ir]=Ki),T&&(si[ir]=m.geodeticSurfaceNormal(Jh))}}let Ho=re.fromPoints(Tn),Po;l(x)&&(Po=pi.fromRectangle(x,pe,oe,m));let Go;O&&(Go=new Z_(m).computeHorizonCullingPointPossiblyUnderEllipsoid(v,Tn,pe));let Pi=new E0(Me,Ge,v),Re=new Ac(v,Pi,bt,oe,fe,!1,R,T,M,L),Qe=new Float32Array(at*Re.stride),je=0;for(let We=0;We<at;++We)je=Re.encode(Qe,je,Tn[We],ot[We],Yn[We],void 0,Gt[We],si[We]);return{vertices:Qe,maximumHeight:oe,minimumHeight:pe,encoding:Re,boundingSphere3D:Ho,orientedBoundingBox:Po,occludeePointInScaledSpace:Go}};var FD=Bh;function Mg(){ye.throwInstantiationError()}Object.defineProperties(Mg.prototype,{credits:{get:ye.throwInstantiationError},waterMask:{get:ye.throwInstantiationError}});Mg.prototype.interpolateHeight=ye.throwInstantiationError;Mg.prototype.isChildAvailable=ye.throwInstantiationError;Mg.prototype.createMesh=ye.throwInstantiationError;Mg.prototype.upsample=ye.throwInstantiationError;Mg.prototype.wasCreatedByUpsampling=ye.throwInstantiationError;Mg.maximumAsynchronousTasks=5;var Rh=Mg;function d$e(e,t,n,i,o,r,s,a,c,u,f,d,p,g,m,A){this.center=e,this.vertices=t,this.stride=y(u,6),this.indices=n,this.indexCountWithoutSkirts=i,this.vertexCountWithoutSkirts=o,this.minimumHeight=r,this.maximumHeight=s,this.boundingSphere3D=a,this.occludeePointInScaledSpace=c,this.orientedBoundingBox=f,this.encoding=d,this.westIndicesSouthToNorth=p,this.southIndicesEastToWest=g,this.eastIndicesNorthToSouth=m,this.northIndicesWestToEast=A}var fd=d$e;function Cc(){ye.throwInstantiationError()}Object.defineProperties(Cc.prototype,{errorEvent:{get:ye.throwInstantiationError},credit:{get:ye.throwInstantiationError},tilingScheme:{get:ye.throwInstantiationError},ready:{get:ye.throwInstantiationError},readyPromise:{get:ye.throwInstantiationError},hasWaterMask:{get:ye.throwInstantiationError},hasVertexNormals:{get:ye.throwInstantiationError},availability:{get:ye.throwInstantiationError}});var Gde=[];Cc.getRegularGridIndices=function(e,t){let n=Gde[e];l(n)||(Gde[e]=n=[]);let i=n[t];return l(i)||(e*t<I.SIXTY_FOUR_KILOBYTES?i=n[t]=new Uint16Array((e-1)*(t-1)*6):i=n[t]=new Uint32Array((e-1)*(t-1)*6),Yde(e,t,i,0)),i};var Wde=[];Cc.getRegularGridIndicesAndEdgeIndices=function(e,t){let n=Wde[e];l(n)||(Wde[e]=n=[]);let i=n[t];if(!l(i)){let o=Cc.getRegularGridIndices(e,t),r=qde(e,t),s=r.westIndicesSouthToNorth,a=r.southIndicesEastToWest,c=r.eastIndicesNorthToSouth,u=r.northIndicesWestToEast;i=n[t]={indices:o,westIndicesSouthToNorth:s,southIndicesEastToWest:a,eastIndicesNorthToSouth:c,northIndicesWestToEast:u}}return i};var jde=[];Cc.getRegularGridAndSkirtIndicesAndEdgeIndices=function(e,t){let n=jde[e];l(n)||(jde[e]=n=[]);let i=n[t];if(!l(i)){let o=e*t,r=(e-1)*(t-1)*6,s=e*2+t*2,a=Math.max(0,s-4)*6,c=o+s,u=r+a,f=qde(e,t),d=f.westIndicesSouthToNorth,p=f.southIndicesEastToWest,g=f.eastIndicesNorthToSouth,m=f.northIndicesWestToEast,A=Fe.createTypedArray(c,u);Yde(e,t,A,0),Cc.addSkirtIndices(d,p,g,m,o,A,r),i=n[t]={indices:A,westIndicesSouthToNorth:d,southIndicesEastToWest:p,eastIndicesNorthToSouth:g,northIndicesWestToEast:m,indexCountWithoutSkirts:r}}return i};Cc.addSkirtIndices=function(e,t,n,i,o,r,s){let a=o;s=sk(e,a,r,s),a+=e.length,s=sk(t,a,r,s),a+=t.length,s=sk(n,a,r,s),a+=n.length,sk(i,a,r,s)};function qde(e,t){let n=new Array(t),i=new Array(e),o=new Array(t),r=new Array(e),s;for(s=0;s<e;++s)r[s]=s,i[s]=e*t-1-s;for(s=0;s<t;++s)o[s]=(s+1)*e-1,n[s]=(t-s-1)*e;return{westIndicesSouthToNorth:n,southIndicesEastToWest:i,eastIndicesNorthToSouth:o,northIndicesWestToEast:r}}function Yde(e,t,n,i){let o=0;for(let r=0;r<t-1;++r){for(let s=0;s<e-1;++s){let a=o,c=a+e,u=c+1,f=a+1;n[i++]=a,n[i++]=c,n[i++]=f,n[i++]=f,n[i++]=c,n[i++]=u,++o}++o}}function sk(e,t,n,i){let o=e[0],r=e.length;for(let s=1;s<r;++s){let a=e[s];n[i++]=o,n[i++]=a,n[i++]=t,n[i++]=t,n[i++]=a,n[i++]=t+1,o=a,++t}return i}Cc.heightmapTerrainQuality=.25;Cc.getEstimatedLevelZeroGeometricErrorForAHeightmap=function(e,t,n){return e.maximumRadius*2*Math.PI*Cc.heightmapTerrainQuality/(t*n)};Cc.prototype.requestTileGeometry=ye.throwInstantiationError;Cc.prototype.getLevelMaximumGeometricError=ye.throwInstantiationError;Cc.prototype.getTileDataAvailable=ye.throwInstantiationError;Cc.prototype.loadTileDataAvailability=ye.throwInstantiationError;var Hr=Cc;function hp(e){this._buffer=e.buffer,this._width=e.width,this._height=e.height,this._childTileMask=y(e.childTileMask,15),this._encoding=y(e.encoding,dp.NONE);let t=FD.DEFAULT_STRUCTURE,n=e.structure;l(n)?n!==t&&(n.heightScale=y(n.heightScale,t.heightScale),n.heightOffset=y(n.heightOffset,t.heightOffset),n.elementsPerHeight=y(n.elementsPerHeight,t.elementsPerHeight),n.stride=y(n.stride,t.stride),n.elementMultiplier=y(n.elementMultiplier,t.elementMultiplier),n.isBigEndian=y(n.isBigEndian,t.isBigEndian)):n=t,this._structure=n,this._createdByUpsampling=y(e.createdByUpsampling,!1),this._waterMask=e.waterMask,this._skirtHeight=void 0,this._bufferType=this._encoding===dp.LERC?Float32Array:this._buffer.constructor,this._mesh=void 0}Object.defineProperties(hp.prototype,{credits:{get:function(){}},waterMask:{get:function(){return this._waterMask}},childTileMask:{get:function(){return this._childTileMask}}});var Xde="createVerticesFromHeightmap",h$e=new xi(Xde),m$e=new xi(Xde,Rh.maximumAsynchronousTasks);hp.prototype.createMesh=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.tilingScheme,n=e.x,i=e.y,o=e.level,r=y(e.exaggeration,1),s=y(e.exaggerationRelativeHeight,0),a=y(e.throttle,!0),c=t.ellipsoid,u=t.tileXYToNativeRectangle(n,i,o),f=t.tileXYToRectangle(n,i,o),d=c.cartographicToCartesian(ce.center(f)),p=this._structure,m=Hr.getEstimatedLevelZeroGeometricErrorForAHeightmap(c,this._width,t.getNumberOfXTilesAtLevel(0))/(1<<o);this._skirtHeight=Math.min(m*4,1e3);let C=(a?m$e:h$e).scheduleTask({heightmap:this._buffer,structure:p,includeWebMercatorT:!0,width:this._width,height:this._height,nativeRectangle:u,rectangle:f,relativeToCenter:d,ellipsoid:c,skirtHeight:this._skirtHeight,isGeographic:t.projection instanceof Ai,exaggeration:r,exaggerationRelativeHeight:s,encoding:this._encoding});if(!l(C))return;let x=this;return Promise.resolve(C).then(function(b){let E;x._skirtHeight>0?E=Hr.getRegularGridAndSkirtIndicesAndEdgeIndices(b.gridWidth,b.gridHeight):E=Hr.getRegularGridIndicesAndEdgeIndices(b.gridWidth,b.gridHeight);let S=b.gridWidth*b.gridHeight;return x._mesh=new fd(d,new Float32Array(b.vertices),E.indices,E.indexCountWithoutSkirts,S,b.minimumHeight,b.maximumHeight,re.clone(b.boundingSphere3D),h.clone(b.occludeePointInScaledSpace),b.numberOfAttributes,pi.clone(b.orientedBoundingBox),Ac.clone(b.encoding),E.westIndicesSouthToNorth,E.southIndicesEastToWest,E.eastIndicesNorthToSouth,E.northIndicesWestToEast),x._buffer=void 0,x._mesh})};hp.prototype._createMeshSync=function(e){let t=e.tilingScheme,n=e.x,i=e.y,o=e.level,r=y(e.exaggeration,1),s=y(e.exaggerationRelativeHeight,0),a=t.ellipsoid,c=t.tileXYToNativeRectangle(n,i,o),u=t.tileXYToRectangle(n,i,o),f=a.cartographicToCartesian(ce.center(u)),d=this._structure,g=Hr.getEstimatedLevelZeroGeometricErrorForAHeightmap(a,this._width,t.getNumberOfXTilesAtLevel(0))/(1<<o);this._skirtHeight=Math.min(g*4,1e3);let m=FD.computeVertices({heightmap:this._buffer,structure:d,includeWebMercatorT:!0,width:this._width,height:this._height,nativeRectangle:c,rectangle:u,relativeToCenter:f,ellipsoid:a,skirtHeight:this._skirtHeight,isGeographic:t.projection instanceof Ai,exaggeration:r,exaggerationRelativeHeight:s});this._buffer=void 0;let A;this._skirtHeight>0?A=Hr.getRegularGridAndSkirtIndicesAndEdgeIndices(this._width,this._height):A=Hr.getRegularGridIndicesAndEdgeIndices(this._width,this._height);let C=m.gridWidth*m.gridHeight;return this._mesh=new fd(f,m.vertices,A.indices,A.indexCountWithoutSkirts,C,m.minimumHeight,m.maximumHeight,m.boundingSphere3D,m.occludeePointInScaledSpace,m.encoding.stride,m.orientedBoundingBox,m.encoding,A.westIndicesSouthToNorth,A.southIndicesEastToWest,A.eastIndicesNorthToSouth,A.northIndicesWestToEast),this._mesh};hp.prototype.interpolateHeight=function(e,t,n){let i=this._width,o=this._height,r=this._structure,s=r.stride,a=r.elementsPerHeight,c=r.elementMultiplier,u=r.isBigEndian,f=r.heightOffset,d=r.heightScale,p=l(this._mesh),g=this._encoding===dp.LERC;if(!p&&g)return;let A;if(p){let C=this._mesh.vertices,x=this._mesh.encoding;A=Kde(C,x,f,d,e,i,o,t,n)}else A=p$e(this._buffer,a,c,s,u,e,i,o,t,n),A=A*d+f;return A};hp.prototype.upsample=function(e,t,n,i,o,r,s){let a=this._mesh;if(!l(a))return;let c=this._width,u=this._height,f=this._structure,d=f.stride,p=new this._bufferType(c*u*d),g=a.vertices,m=a.encoding,A=e.tileXYToRectangle(t,n,i),C=e.tileXYToRectangle(o,r,s),x=f.heightOffset,b=f.heightScale,E=f.elementsPerHeight,S=f.elementMultiplier,D=f.isBigEndian,v=Math.pow(S,E-1);for(let O=0;O<u;++O){let R=I.lerp(C.north,C.south,O/(u-1));for(let M=0;M<c;++M){let L=I.lerp(C.west,C.east,M/(c-1)),_=Kde(g,m,x,b,A,c,u,L,R);_=_<f.lowestEncodedHeight?f.lowestEncodedHeight:_,_=_>f.highestEncodedHeight?f.highestEncodedHeight:_,_$e(p,E,S,v,d,D,O*c+M,_)}}return Promise.resolve(new hp({buffer:p,width:c,height:u,childTileMask:0,structure:this._structure,createdByUpsampling:!0}))};hp.prototype.isChildAvailable=function(e,t,n,i){let o=2;return n!==e*2&&++o,i!==t*2&&(o-=2),(this._childTileMask&1<<o)!==0};hp.prototype.wasCreatedByUpsampling=function(){return this._createdByUpsampling};function p$e(e,t,n,i,o,r,s,a,c,u){let f=(c-r.west)*(s-1)/(r.east-r.west),d=(u-r.south)*(a-1)/(r.north-r.south),p=f|0,g=p+1;g>=s&&(g=s-1,p=s-2);let m=d|0,A=m+1;A>=a&&(A=a-1,m=a-2);let C=f-p,x=d-m;m=a-1-m,A=a-1-A;let b=ak(e,t,n,i,o,m*s+p),E=ak(e,t,n,i,o,m*s+g),S=ak(e,t,n,i,o,A*s+p),D=ak(e,t,n,i,o,A*s+g);return Jde(C,x,b,E,S,D)}function Kde(e,t,n,i,o,r,s,a,c){let u=(a-o.west)*(r-1)/(o.east-o.west),f=(c-o.south)*(s-1)/(o.north-o.south),d=u|0,p=d+1;p>=r&&(p=r-1,d=r-2);let g=f|0,m=g+1;m>=s&&(m=s-1,g=s-2);let A=u-d,C=f-g;g=s-1-g,m=s-1-m;let x=(t.decodeHeight(e,g*r+d)-n)/i,b=(t.decodeHeight(e,g*r+p)-n)/i,E=(t.decodeHeight(e,m*r+d)-n)/i,S=(t.decodeHeight(e,m*r+p)-n)/i;return Jde(A,C,x,b,E,S)}function Jde(e,t,n,i,o,r){return t<e?n+e*(i-n)+t*(r-i):n+e*(r-o)+t*(o-n)}function ak(e,t,n,i,o,r){r*=i;let s=0,a;if(o)for(a=0;a<t;++a)s=s*n+e[r+a];else for(a=t-1;a>=0;--a)s=s*n+e[r+a];return s}function _$e(e,t,n,i,o,r,s,a){s*=o;let c;if(r)for(c=0;c<t-1;++c)e[s+c]=a/i|0,a-=e[s+c]*i,i/=n;else for(c=t-1;c>0;--c)e[s+c]=a/i|0,a-=e[s+c]*i,i/=n;e[s+c]=a}var Ra=hp;function hE(e,t){this._tilingScheme=e,this._maximumLevel=t,this._rootNodes=[]}var nA=new ce;function g$e(e,t,n,i){let o=i.length;for(let r=0;r<o;++r){let s=i[r];if(s.x===t&&s.y===n&&s.level===e)return!0}return!1}hE.prototype.addAvailableTileRange=function(e,t,n,i,o){let r=this._tilingScheme,s=this._rootNodes;if(e===0)for(let p=n;p<=o;++p)for(let g=t;g<=i;++g)g$e(e,g,p,s)||s.push(new fE(r,void 0,0,g,p));r.tileXYToRectangle(t,n,e,nA);let a=nA.west,c=nA.north;r.tileXYToRectangle(i,o,e,nA);let u=nA.east,f=nA.south,d=new T$e(e,a,f,u,c);for(let p=0;p<s.length;++p){let g=s[p];x7(g.extent,d)&&E$e(this._maximumLevel,g,d)}};hE.prototype.computeMaximumLevelAtPosition=function(e){let t;for(let n=0;n<this._rootNodes.length;++n){let i=this._rootNodes[n];if(dE(i.extent,e)){t=i;break}}return l(t)?ND(void 0,t,e):-1};var y$e=[],A$e=[],C$e=new ce,x$e=new ce;hE.prototype.computeBestAvailableLevelOverRectangle=function(e){let t=y$e;t.length=0,e.east<e.west?(t.push(ce.fromRadians(-Math.PI,e.south,e.east,e.north,C$e)),t.push(ce.fromRadians(e.west,e.south,Math.PI,e.north,x$e))):t.push(e);let n=A$e;n.length=0;let i;for(i=0;i<this._rootNodes.length;++i)kD(n,this._rootNodes[i],t);for(i=n.length-1;i>=0;--i)if(l(n[i])&&n[i].length===0)return i;return 0};var Zde=new he;hE.prototype.isTileAvailable=function(e,t,n){let i=this._tilingScheme.tileXYToRectangle(t,n,e,nA);return ce.center(i,Zde),this.computeMaximumLevelAtPosition(Zde)>=e};hE.prototype.computeChildMaskForTile=function(e,t,n){let i=e+1;if(i>=this._maximumLevel)return 0;let o=0;return o|=this.isTileAvailable(i,2*t,2*n+1)?1:0,o|=this.isTileAvailable(i,2*t+1,2*n+1)?2:0,o|=this.isTileAvailable(i,2*t,2*n)?4:0,o|=this.isTileAvailable(i,2*t+1,2*n)?8:0,o};function fE(e,t,n,i,o){this.tilingScheme=e,this.parent=t,this.level=n,this.x=i,this.y=o,this.extent=e.tileXYToRectangle(i,o,n),this.rectangles=[],this._sw=void 0,this._se=void 0,this._nw=void 0,this._ne=void 0}Object.defineProperties(fE.prototype,{nw:{get:function(){return this._nw||(this._nw=new fE(this.tilingScheme,this,this.level+1,this.x*2,this.y*2)),this._nw}},ne:{get:function(){return this._ne||(this._ne=new fE(this.tilingScheme,this,this.level+1,this.x*2+1,this.y*2)),this._ne}},sw:{get:function(){return this._sw||(this._sw=new fE(this.tilingScheme,this,this.level+1,this.x*2,this.y*2+1)),this._sw}},se:{get:function(){return this._se||(this._se=new fE(this.tilingScheme,this,this.level+1,this.x*2+1,this.y*2+1)),this._se}}});function T$e(e,t,n,i,o){this.level=e,this.west=t,this.south=n,this.east=i,this.north=o}function x7(e,t){let n=Math.max(e.west,t.west),i=Math.max(e.south,t.south),o=Math.min(e.east,t.east),r=Math.min(e.north,t.north);return i<r&&n<o}function E$e(e,t,n){for(;t.level<e;)if(ck(t.nw.extent,n))t=t.nw;else if(ck(t.ne.extent,n))t=t.ne;else if(ck(t.sw.extent,n))t=t.sw;else if(ck(t.se.extent,n))t=t.se;else break;if(t.rectangles.length===0||t.rectangles[t.rectangles.length-1].level<=n.level)t.rectangles.push(n);else{let i=jo(t.rectangles,n.level,b$e);i<0&&(i=~i),t.rectangles.splice(i,0,n)}}function b$e(e,t){return e.level-t}function ck(e,t){return t.west>=e.west&&t.east<=e.east&&t.south>=e.south&&t.north<=e.north}function dE(e,t){return t.longitude>=e.west&&t.longitude<=e.east&&t.latitude>=e.south&&t.latitude<=e.north}function ND(e,t,n){let i=0,o=!1;for(;!o;){let r=t._nw&&dE(t._nw.extent,n),s=t._ne&&dE(t._ne.extent,n),a=t._sw&&dE(t._sw.extent,n),c=t._se&&dE(t._se.extent,n);if(r+s+a+c>1){r&&(i=Math.max(i,ND(t,t._nw,n))),s&&(i=Math.max(i,ND(t,t._ne,n))),a&&(i=Math.max(i,ND(t,t._sw,n))),c&&(i=Math.max(i,ND(t,t._se,n)));break}else r?t=t._nw:s?t=t._ne:a?t=t._sw:c?t=t._se:o=!0}for(;t!==e;){let r=t.rectangles;for(let s=r.length-1;s>=0&&r[s].level>i;--s){let a=r[s];dE(a,n)&&(i=a.level)}t=t.parent}return i}function kD(e,t,n){if(!t)return;let i,o=!1;for(i=0;i<n.length;++i)o=o||x7(t.extent,n[i]);if(!o)return;let r=t.rectangles;for(i=0;i<r.length;++i){let s=r[i];e[s.level]||(e[s.level]=n),e[s.level]=S$e(e[s.level],s)}kD(e,t._nw,n),kD(e,t._ne,n),kD(e,t._sw,n),kD(e,t._se,n)}function S$e(e,t){let n=[];for(let i=0;i<e.length;++i){let o=e[i];x7(o,t)?(o.west<t.west&&n.push(new ce(o.west,o.south,t.west,o.north)),o.east>t.east&&n.push(new ce(t.east,o.south,o.east,o.north)),o.south<t.south&&n.push(new ce(Math.max(t.west,o.west),o.south,Math.min(t.east,o.east),t.south)),o.north>t.north&&n.push(new ce(Math.max(t.west,o.west),t.north,Math.min(t.east,o.east),o.north))):n.push(o)}return n}var Mh=hE;function w$e(e){let t,n=e.name,i=e.message;l(n)&&l(i)?t=`${n}: ${i}`:t=e.toString();let o=e.stack;return l(o)&&(t+=`
${o}`),t}var mp=w$e;function lk(e,t,n,i,o,r,s){this.provider=e,this.message=t,this.x=n,this.y=i,this.level=o,this.timesRetried=y(r,0),this.retry=!1,this.error=s}lk.reportError=function(e,t,n,i,o,r,s,a){let c=e;return l(e)?(c.provider=t,c.message=i,c.x=o,c.y=r,c.level=s,c.retry=!1,c.error=a,++c.timesRetried):c=new lk(t,i,o,r,s,0,a),n.numberOfListeners>0?n.raiseEvent(c):console.log(`An error occurred in "${t.constructor.name}": ${mp(i)}`),c};lk.reportSuccess=function(e){l(e)&&(e.timesRetried=-1)};var Wn=lk;function Lg(e){if(e=y(e,y.EMPTY_OBJECT),this._ellipsoid=y(e.ellipsoid,ie.WGS84),this._numberOfLevelZeroTilesX=y(e.numberOfLevelZeroTilesX,1),this._numberOfLevelZeroTilesY=y(e.numberOfLevelZeroTilesY,1),this._projection=new Vi(this._ellipsoid),l(e.rectangleSouthwestInMeters)&&l(e.rectangleNortheastInMeters))this._rectangleSouthwestInMeters=e.rectangleSouthwestInMeters,this._rectangleNortheastInMeters=e.rectangleNortheastInMeters;else{let i=this._ellipsoid.maximumRadius*Math.PI;this._rectangleSouthwestInMeters=new H(-i,-i),this._rectangleNortheastInMeters=new H(i,i)}let t=this._projection.unproject(this._rectangleSouthwestInMeters),n=this._projection.unproject(this._rectangleNortheastInMeters);this._rectangle=new ce(t.longitude,t.latitude,n.longitude,n.latitude)}Object.defineProperties(Lg.prototype,{ellipsoid:{get:function(){return this._ellipsoid}},rectangle:{get:function(){return this._rectangle}},projection:{get:function(){return this._projection}}});Lg.prototype.getNumberOfXTilesAtLevel=function(e){return this._numberOfLevelZeroTilesX<<e};Lg.prototype.getNumberOfYTilesAtLevel=function(e){return this._numberOfLevelZeroTilesY<<e};Lg.prototype.rectangleToNativeRectangle=function(e,t){let n=this._projection,i=n.project(ce.southwest(e)),o=n.project(ce.northeast(e));return l(t)?(t.west=i.x,t.south=i.y,t.east=o.x,t.north=o.y,t):new ce(i.x,i.y,o.x,o.y)};Lg.prototype.tileXYToNativeRectangle=function(e,t,n,i){let o=this.getNumberOfXTilesAtLevel(n),r=this.getNumberOfYTilesAtLevel(n),s=(this._rectangleNortheastInMeters.x-this._rectangleSouthwestInMeters.x)/o,a=this._rectangleSouthwestInMeters.x+e*s,c=this._rectangleSouthwestInMeters.x+(e+1)*s,u=(this._rectangleNortheastInMeters.y-this._rectangleSouthwestInMeters.y)/r,f=this._rectangleNortheastInMeters.y-t*u,d=this._rectangleNortheastInMeters.y-(t+1)*u;return l(i)?(i.west=a,i.south=d,i.east=c,i.north=f,i):new ce(a,d,c,f)};Lg.prototype.tileXYToRectangle=function(e,t,n,i){let o=this.tileXYToNativeRectangle(e,t,n,i),r=this._projection,s=r.unproject(new H(o.west,o.south)),a=r.unproject(new H(o.east,o.north));return o.west=s.longitude,o.south=s.latitude,o.east=a.longitude,o.north=a.latitude,o};Lg.prototype.positionToTileXY=function(e,t,n){let i=this._rectangle;if(!ce.contains(i,e))return;let o=this.getNumberOfXTilesAtLevel(t),r=this.getNumberOfYTilesAtLevel(t),a=(this._rectangleNortheastInMeters.x-this._rectangleSouthwestInMeters.x)/o,u=(this._rectangleNortheastInMeters.y-this._rectangleSouthwestInMeters.y)/r,d=this._projection.project(e),p=d.x-this._rectangleSouthwestInMeters.x,g=this._rectangleNortheastInMeters.y-d.y,m=p/a|0;m>=o&&(m=o-1);let A=g/u|0;return A>=r&&(A=r-1),l(n)?(n.x=m,n.y=A,n):new H(m,A)};var Gr=Lg;var D$e=15;function mE(e){this._resource=void 0,this._credit=void 0,this._tilingScheme=void 0,this._levelZeroMaximumGeometricError=void 0,this._maxLevel=void 0,this._terrainDataStructure=void 0,this._ready=!1,this._width=void 0,this._height=void 0,this._encoding=void 0;let t=e.token;this._hasAvailability=!1,this._tilesAvailable=void 0,this._tilesAvailablityLoaded=void 0,this._availableCache={};let n=this,i=y(e.ellipsoid,ie.WGS84);this._readyPromise=Promise.resolve(e.url).then(function(o){let r=Pe.createIfNeeded(o);return r.appendForwardSlash(),l(t)&&(r=r.getDerivedResource({queryParameters:{token:t}})),n._resource=r,r.getDerivedResource({queryParameters:{f:"pjson"}}).fetchJson()}).then(function(o){let r=o.copyrightText;l(r)&&(n._credit=new Yt(r));let s=o.spatialReference,a=y(s.latestWkid,s.wkid),c=o.extent,u={ellipsoid:i};if(a===4326)u.rectangle=ce.fromDegrees(c.xmin,c.ymin,c.xmax,c.ymax),n._tilingScheme=new ui(u);else if(a===3857)u.rectangleSouthwestInMeters=new H(c.xmin,c.ymin),u.rectangleNortheastInMeters=new H(c.xmax,c.ymax),n._tilingScheme=new Gr(u);else return Promise.reject(new de("Invalid spatial reference"));let f=o.tileInfo;return l(f)?(n._width=f.rows+1,n._height=f.cols+1,n._encoding=f.format==="LERC"?dp.LERC:dp.NONE,n._lodCount=f.lods.length-1,(n._hasAvailability=o.capabilities.indexOf("Tilemap")!==-1)&&(n._tilesAvailable=new Mh(n._tilingScheme,n._lodCount),n._tilesAvailable.addAvailableTileRange(0,0,0,n._tilingScheme.getNumberOfXTilesAtLevel(0),n._tilingScheme.getNumberOfYTilesAtLevel(0)),n._tilesAvailablityLoaded=new Mh(n._tilingScheme,n._lodCount)),n._levelZeroMaximumGeometricError=Hr.getEstimatedLevelZeroGeometricErrorForAHeightmap(n._tilingScheme.ellipsoid,n._width,n._tilingScheme.getNumberOfXTilesAtLevel(0)),o.bandCount>1&&console.log("ArcGISTiledElevationTerrainProvider: Terrain data has more than 1 band. Using the first one."),n._terrainDataStructure={elementMultiplier:1,lowestEncodedHeight:o.minValues[0],highestEncodedHeight:o.maxValues[0]},n._ready=!0,!0):Promise.reject(new de("tileInfo is required"))}).catch(function(o){let r=`An error occurred while accessing ${n._resource.url}.`;return Wn.reportError(void 0,n,n._errorEvent,r),Promise.reject(o)}),this._errorEvent=new _e}Object.defineProperties(mE.prototype,{errorEvent:{get:function(){return this._errorEvent}},credit:{get:function(){return this._credit}},tilingScheme:{get:function(){return this._tilingScheme}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},hasWaterMask:{get:function(){return!1}},hasVertexNormals:{get:function(){return!1}},availability:{get:function(){return this._tilesAvailable}}});mE.prototype.requestTileGeometry=function(e,t,n,i){let o=this._resource.getDerivedResource({url:`tile/${n}/${t}/${e}`,request:i}),r=this._hasAvailability,s=Promise.resolve(!0),a;if(r&&!l(T7(this,n+1,e*2,t*2))){let d=Qde(this,n+1,e*2,t*2);s=d.promise,a=d.request}let c=o.fetchArrayBuffer();if(!l(c)||!l(s))return;let u=this,f=this._tilesAvailable;return Promise.all([c,s]).then(function(d){return new Ra({buffer:d[0],width:u._width,height:u._height,childTileMask:r?f.computeChildMaskForTile(n,e,t):D$e,structure:u._terrainDataStructure,encoding:u._encoding})}).catch(function(d){return l(a)&&a.state===ai.CANCELLED?(i.cancel(),i.deferred.promise.finally(function(){return i.state=ai.CANCELLED,Promise.reject(d)})):Promise.reject(d)})};function T7(e,t,n,i){if(!e._hasAvailability)return;let o=e._tilesAvailablityLoaded,r=e._tilesAvailable;if(t>e._lodCount)return!1;if(r.isTileAvailable(t,n,i))return!0;if(o.isTileAvailable(t,n,i))return!1}mE.prototype.getLevelMaximumGeometricError=function(e){return this._levelZeroMaximumGeometricError/(1<<e)};mE.prototype.getTileDataAvailable=function(e,t,n){if(!this._hasAvailability)return;let i=T7(this,n,e,t);if(l(i))return i;Qde(this,n,e,t)};mE.prototype.loadTileDataAvailability=function(e,t,n){};function v$e(e,t,n,i){let o=t-1,r=n-1,s=i[e.y*t+e.x],a=[],c={startX:e.x,startY:e.y,endX:0,endY:0},u=new H(e.x+1,e.y+1),f=!1,d=!1;for(;!(f&&d);){let p=u.x,g=d?u.y+1:u.y;if(!f){for(let m=e.y;m<g;++m)if(i[m*t+u.x]!==s){f=!0;break}f?(a.push(new H(u.x,e.y)),--u.x,--p,c.endX=u.x):u.x===o?(c.endX=u.x,f=!0):++u.x}if(!d){let m=u.y*t;for(let A=e.x;A<=p;++A)if(i[m+A]!==s){d=!0;break}d?(a.push(new H(e.x,u.y)),--u.y,c.endY=u.y):u.y===r?(c.endY=u.y,d=!0):++u.y}}return{endingIndices:a,range:c,value:s}}function P$e(e,t,n,i,o){let r=[];if(o.every(function(c){return c===o[0]}))return o[0]===1&&r.push({startX:e,startY:t,endX:e+n-1,endY:t+i-1}),r;let a=[new H(0,0)];for(;a.length>0;){let c=a.pop(),u=v$e(c,n,i,o);if(u.value===1){let d=u.range;d.startX+=e,d.endX+=e,d.startY+=t,d.endY+=t,r.push(d)}let f=u.endingIndices;f.length>0&&(a=a.concat(f))}return r}function Qde(e,t,n,i){if(!e._hasAvailability)return{};let o=Math.floor(n/128)*128,r=Math.floor(i/128)*128,s=Math.min(1<<t,128),a=`tilemap/${t}/${r}/${o}/${s}/${s}`,c=e._availableCache;if(l(c[a]))return c[a];let u=new qo({throttle:!1,throttleByServer:!0,type:qr.TERRAIN}),d=e._resource.getDerivedResource({url:a,request:u}).fetchJson();return l(d)?(d=d.then(function(p){let g=P$e(o,r,s,s,p.data);e._tilesAvailablityLoaded.addAvailableTileRange(t,o,r,o+s,r+s);let m=e._tilesAvailable;for(let A=0;A<g.length;++A){let C=g[A];m.addAvailableTileRange(t,C.startX,C.startY,C.endX,C.endY)}return T7(e,t,n,i)}),c[a]={promise:d,request:u},d=d.finally(function(p){return delete c[a],p}),{promise:d,request:u}):{}}var $de=mE;var ehe="https://dev.virtualearth.net/REST/v1/Locations";function E7(e){e=y(e,y.EMPTY_OBJECT);let t=e.key;this._key=t;let n={key:t};l(e.culture)&&(n.culture=e.culture),this._resource=new Pe({url:ehe,queryParameters:n})}Object.defineProperties(E7.prototype,{url:{get:function(){return ehe}},key:{get:function(){return this._key}}});E7.prototype.geocode=function(e){return this._resource.getDerivedResource({queryParameters:{query:e}}).fetchJsonp("jsonp").then(function(n){return n.resourceSets.length===0?[]:n.resourceSets[0].resources.map(function(o){let r=o.bbox,s=r[0],a=r[1],c=r[2],u=r[3];return{displayName:o.name,destination:ce.fromDegrees(a,s,u,c)}})})};var the=E7;var pp;typeof cancelAnimationFrame<"u"&&(pp=cancelAnimationFrame);(function(){if(!l(pp)&&typeof window<"u"){let e=["webkit","moz","ms","o"],t=0,n=e.length;for(;t<n&&!l(pp);)pp=window[`${e[t]}CancelAnimationFrame`],l(pp)||(pp=window[`${e[t]}CancelRequestAnimationFrame`]),++t}l(pp)||(pp=clearTimeout)})();function I$e(e){Xr("Cesium.cancelAnimationFrame","Cesium.cancelAnimationFrame was deprecated in CesiumJS 1.96 and will be removed in 1.99. Use the native cancelAnimationFrame method instead."),pp(e)}var nhe=I$e;function ihe(){}ihe.prototype.geocode=function(e){let t=e.match(/[^\s,\n]+/g);if(t.length===2||t.length===3){let n=+t[0],i=+t[1],o=t.length===3?+t[2]:300;if(isNaN(n)&&isNaN(i)){let r=/^(\d+.?\d*)([nsew])/i;for(let s=0;s<t.length;++s){let a=t[s].match(r);r.test(t[s])&&a.length===3&&(/^[ns]/i.test(a[2])?i=/^[n]/i.test(a[2])?+a[1]:-a[1]:/^[ew]/i.test(a[2])&&(n=/^[e]/i.test(a[2])?+a[1]:-a[1]))}}if(!isNaN(n)&&!isNaN(i)&&!isNaN(o)){let r={displayName:e,destination:h.fromDegrees(n,i,o)};return Promise.resolve([r])}}return Promise.resolve([])};var uk=ihe;var O$e=new se,ohe=new h,pE=new h;function B$e(e){let t=e.points,n=e.times;if(t.length<3){let i=n[0],o=1/(n[1]-i),r=t[0],s=t[1];return function(a,c){l(c)||(c=new h);let u=(a-i)*o;return h.lerp(r,s,u,c)}}return function(i,o){l(o)||(o=new h);let r=e._lastTimeIndex=e.findTimeInterval(i,e._lastTimeIndex),s=(i-n[r])/(n[r+1]-n[r]),a=O$e;a.z=s,a.y=s*s,a.x=a.y*s,a.w=1;let c,u,f,d,p;return r===0?(c=t[0],u=t[1],f=e.firstTangent,d=h.subtract(t[2],c,ohe),h.multiplyByScalar(d,.5,d),p=F.multiplyByVector($0.hermiteCoefficientMatrix,a,a)):r===t.length-2?(c=t[r],u=t[r+1],d=e.lastTangent,f=h.subtract(u,t[r-1],ohe),h.multiplyByScalar(f,.5,f),p=F.multiplyByVector($0.hermiteCoefficientMatrix,a,a)):(c=t[r-1],u=t[r],f=t[r+1],d=t[r+2],p=F.multiplyByVector(Fg.catmullRomCoefficientMatrix,a,a)),o=h.multiplyByScalar(c,p.x,o),h.multiplyByScalar(u,p.y,pE),h.add(o,pE,o),h.multiplyByScalar(f,p.z,pE),h.add(o,pE,o),h.multiplyByScalar(d,p.w,pE),h.add(o,pE,o)}}var R$e=new h,M$e=new h;function Fg(e){e=y(e,y.EMPTY_OBJECT);let t=e.points,n=e.times,i=e.firstTangent,o=e.lastTangent;if(t.length>2&&(l(i)||(i=R$e,h.multiplyByScalar(t[1],2,i),h.subtract(i,t[2],i),h.subtract(i,t[0],i),h.multiplyByScalar(i,.5,i)),!l(o))){let r=t.length-1;o=M$e,h.multiplyByScalar(t[r-1],2,o),h.subtract(t[r],o,o),h.add(o,t[r-2],o),h.multiplyByScalar(o,.5,o)}this._times=n,this._points=t,this._firstTangent=h.clone(i),this._lastTangent=h.clone(o),this._evaluateFunction=B$e(this),this._lastTimeIndex=0}Object.defineProperties(Fg.prototype,{times:{get:function(){return this._times}},points:{get:function(){return this._points}},firstTangent:{get:function(){return this._firstTangent}},lastTangent:{get:function(){return this._lastTangent}}});Fg.catmullRomCoefficientMatrix=new F(-.5,1,-.5,0,1.5,-2.5,0,1,-1.5,2,.5,0,.5,-.5,0,0);Fg.prototype.findTimeInterval=no.prototype.findTimeInterval;Fg.prototype.wrapTime=no.prototype.wrapTime;Fg.prototype.clampTime=no.prototype.clampTime;Fg.prototype.evaluate=function(e,t){return this._evaluateFunction(e,t)};var rhe=Fg;var fk={};fk.clipTriangleAtAxisAlignedThreshold=function(e,t,n,i,o,r){l(r)?r.length=0:r=[];let s,a,c;t?(s=n<e,a=i<e,c=o<e):(s=n>e,a=i>e,c=o>e);let u=s+a+c,f,d,p,g,m,A;return u===1?s?(f=(e-n)/(i-n),d=(e-n)/(o-n),r.push(1),r.push(2),d!==1&&(r.push(-1),r.push(0),r.push(2),r.push(d)),f!==1&&(r.push(-1),r.push(0),r.push(1),r.push(f))):a?(p=(e-i)/(o-i),g=(e-i)/(n-i),r.push(2),r.push(0),g!==1&&(r.push(-1),r.push(1),r.push(0),r.push(g)),p!==1&&(r.push(-1),r.push(1),r.push(2),r.push(p))):c&&(m=(e-o)/(n-o),A=(e-o)/(i-o),r.push(0),r.push(1),A!==1&&(r.push(-1),r.push(2),r.push(1),r.push(A)),m!==1&&(r.push(-1),r.push(2),r.push(0),r.push(m))):u===2?!s&&n!==e?(g=(e-i)/(n-i),m=(e-o)/(n-o),r.push(0),r.push(-1),r.push(1),r.push(0),r.push(g),r.push(-1),r.push(2),r.push(0),r.push(m)):!a&&i!==e?(A=(e-o)/(i-o),f=(e-n)/(i-n),r.push(1),r.push(-1),r.push(2),r.push(1),r.push(A),r.push(-1),r.push(0),r.push(1),r.push(f)):!c&&o!==e&&(d=(e-n)/(o-n),p=(e-i)/(o-i),r.push(2),r.push(-1),r.push(0),r.push(2),r.push(d),r.push(-1),r.push(1),r.push(2),r.push(p)):u!==3&&(r.push(0),r.push(1),r.push(2)),r};fk.computeBarycentricCoordinates=function(e,t,n,i,o,r,s,a,c){let u=n-s,f=s-o,d=r-a,p=i-a,g=1/(d*u+f*p),m=t-a,A=e-s,C=(d*A+f*m)*g,x=(-p*A+u*m)*g,b=1-C-x;return l(c)?(c.x=C,c.y=x,c.z=b,c):new h(C,x,b)};fk.computeLineSegmentLineSegmentIntersection=function(e,t,n,i,o,r,s,a,c){let u=(s-o)*(t-r)-(a-r)*(e-o),f=(n-e)*(t-r)-(i-t)*(e-o),d=(a-r)*(n-e)-(s-o)*(i-t);if(d===0)return;let p=u/d,g=f/d;if(p>=0&&p<=1&&g>=0&&g<=1)return l(c)||(c=new H),c.x=e+p*(n-e),c.y=t+p*(i-t),c};var Ng=fk;function kg(e){this._quantizedVertices=e.quantizedVertices,this._encodedNormals=e.encodedNormals,this._indices=e.indices,this._minimumHeight=e.minimumHeight,this._maximumHeight=e.maximumHeight,this._boundingSphere=e.boundingSphere,this._orientedBoundingBox=e.orientedBoundingBox,this._horizonOcclusionPoint=e.horizonOcclusionPoint,this._credits=e.credits;let t=this._quantizedVertices.length/3,n=this._uValues=this._quantizedVertices.subarray(0,t),i=this._vValues=this._quantizedVertices.subarray(t,2*t);this._heightValues=this._quantizedVertices.subarray(2*t,3*t);function o(s,a){return i[s]-i[a]}function r(s,a){return n[s]-n[a]}this._westIndices=hk(e.westIndices,o,t),this._southIndices=hk(e.southIndices,r,t),this._eastIndices=hk(e.eastIndices,o,t),this._northIndices=hk(e.northIndices,r,t),this._westSkirtHeight=e.westSkirtHeight,this._southSkirtHeight=e.southSkirtHeight,this._eastSkirtHeight=e.eastSkirtHeight,this._northSkirtHeight=e.northSkirtHeight,this._childTileMask=y(e.childTileMask,15),this._createdByUpsampling=y(e.createdByUpsampling,!1),this._waterMask=e.waterMask,this._mesh=void 0}Object.defineProperties(kg.prototype,{credits:{get:function(){return this._credits}},waterMask:{get:function(){return this._waterMask}},childTileMask:{get:function(){return this._childTileMask}},canUpsample:{get:function(){return l(this._mesh)}}});var dk=[];function hk(e,t,n){dk.length=e.length;let i=!1;for(let o=0,r=e.length;o<r;++o)dk[o]=e[o],i=i||o>0&&t(e[o-1],e[o])>0;return i?(dk.sort(t),Fe.createTypedArray(n,dk)):e}var she="createVerticesFromQuantizedTerrainMesh",L$e=new xi(she),F$e=new xi(she,Rh.maximumAsynchronousTasks);kg.prototype.createMesh=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.tilingScheme,n=e.x,i=e.y,o=e.level,r=y(e.exaggeration,1),s=y(e.exaggerationRelativeHeight,0),a=y(e.throttle,!0),c=t.ellipsoid,u=t.tileXYToRectangle(n,i,o),d=(a?F$e:L$e).scheduleTask({minimumHeight:this._minimumHeight,maximumHeight:this._maximumHeight,quantizedVertices:this._quantizedVertices,octEncodedNormals:this._encodedNormals,includeWebMercatorT:!0,indices:this._indices,westIndices:this._westIndices,southIndices:this._southIndices,eastIndices:this._eastIndices,northIndices:this._northIndices,westSkirtHeight:this._westSkirtHeight,southSkirtHeight:this._southSkirtHeight,eastSkirtHeight:this._eastSkirtHeight,northSkirtHeight:this._northSkirtHeight,rectangle:u,relativeToCenter:this._boundingSphere.center,ellipsoid:c,exaggeration:r,exaggerationRelativeHeight:s});if(!l(d))return;let p=this;return Promise.resolve(d).then(function(g){let m=p._quantizedVertices.length/3,A=m+p._westIndices.length+p._southIndices.length+p._eastIndices.length+p._northIndices.length,C=Fe.createTypedArray(A,g.indices),x=new Float32Array(g.vertices),b=g.center,E=g.minimumHeight,S=g.maximumHeight,D=p._boundingSphere,v=p._orientedBoundingBox,O=y(h.clone(g.occludeePointInScaledSpace),p._horizonOcclusionPoint),R=g.vertexStride,M=Ac.clone(g.encoding);return p._mesh=new fd(b,x,C,g.indexCountWithoutSkirts,m,E,S,D,O,R,v,M,g.westIndicesSouthToNorth,g.southIndicesEastToWest,g.eastIndicesNorthToSouth,g.northIndicesWestToEast),p._quantizedVertices=void 0,p._encodedNormals=void 0,p._indices=void 0,p._uValues=void 0,p._vValues=void 0,p._heightValues=void 0,p._westIndices=void 0,p._southIndices=void 0,p._eastIndices=void 0,p._northIndices=void 0,p._mesh})};var N$e=new xi("upsampleQuantizedTerrainMesh",Rh.maximumAsynchronousTasks);kg.prototype.upsample=function(e,t,n,i,o,r,s){let a=this._mesh;if(!l(this._mesh))return;let c=t*2!==o,u=n*2===r,f=e.ellipsoid,d=e.tileXYToRectangle(o,r,s),p=N$e.scheduleTask({vertices:a.vertices,vertexCountWithoutSkirts:a.vertexCountWithoutSkirts,indices:a.indices,indexCountWithoutSkirts:a.indexCountWithoutSkirts,encoding:a.encoding,minimumHeight:this._minimumHeight,maximumHeight:this._maximumHeight,isEastChild:c,isNorthChild:u,childRectangle:d,ellipsoid:f});if(!l(p))return;let g=Math.min(this._westSkirtHeight,this._eastSkirtHeight);g=Math.min(g,this._southSkirtHeight),g=Math.min(g,this._northSkirtHeight);let m=c?g*.5:this._westSkirtHeight,A=u?g*.5:this._southSkirtHeight,C=c?this._eastSkirtHeight:g*.5,x=u?this._northSkirtHeight:g*.5,b=this._credits;return Promise.resolve(p).then(function(E){let S=new Uint16Array(E.vertices),D=Fe.createTypedArray(S.length/3,E.indices),v;return l(E.encodedNormals)&&(v=new Uint8Array(E.encodedNormals)),new kg({quantizedVertices:S,indices:D,encodedNormals:v,minimumHeight:E.minimumHeight,maximumHeight:E.maximumHeight,boundingSphere:re.clone(E.boundingSphere),orientedBoundingBox:pi.clone(E.orientedBoundingBox),horizonOcclusionPoint:h.clone(E.horizonOcclusionPoint),westIndices:E.westIndices,southIndices:E.southIndices,eastIndices:E.eastIndices,northIndices:E.northIndices,westSkirtHeight:m,southSkirtHeight:A,eastSkirtHeight:C,northSkirtHeight:x,childTileMask:0,credits:b,createdByUpsampling:!0})})};var b7=32767,ahe=new h;kg.prototype.interpolateHeight=function(e,t,n){let i=I.clamp((t-e.west)/e.width,0,1);i*=b7;let o=I.clamp((n-e.south)/e.height,0,1);return o*=b7,l(this._mesh)?z$e(this,i,o):H$e(this,i,o)};function che(e,t,n,i,o,r,s,a){let c=Math.min(n,o,s),u=Math.max(n,o,s),f=Math.min(i,r,a),d=Math.max(i,r,a);return e>=c&&e<=u&&t>=f&&t<=d}var k$e=new H,V$e=new H,U$e=new H;function z$e(e,t,n){let i=e._mesh,o=i.vertices,r=i.encoding,s=i.indices;for(let a=0,c=s.length;a<c;a+=3){let u=s[a],f=s[a+1],d=s[a+2],p=r.decodeTextureCoordinates(o,u,k$e),g=r.decodeTextureCoordinates(o,f,V$e),m=r.decodeTextureCoordinates(o,d,U$e);if(che(t,n,p.x,p.y,g.x,g.y,m.x,m.y)){let A=Ng.computeBarycentricCoordinates(t,n,p.x,p.y,g.x,g.y,m.x,m.y,ahe);if(A.x>=-1e-15&&A.y>=-1e-15&&A.z>=-1e-15){let C=r.decodeHeight(o,u),x=r.decodeHeight(o,f),b=r.decodeHeight(o,d);return A.x*C+A.y*x+A.z*b}}}}function H$e(e,t,n){let i=e._uValues,o=e._vValues,r=e._heightValues,s=e._indices;for(let a=0,c=s.length;a<c;a+=3){let u=s[a],f=s[a+1],d=s[a+2],p=i[u],g=i[f],m=i[d],A=o[u],C=o[f],x=o[d];if(che(t,n,p,A,g,C,m,x)){let b=Ng.computeBarycentricCoordinates(t,n,p,A,g,C,m,x,ahe);if(b.x>=-1e-15&&b.y>=-1e-15&&b.z>=-1e-15){let E=b.x*r[u]+b.y*r[f]+b.z*r[d];return I.lerp(e._minimumHeight,e._maximumHeight,E/b7)}}}}kg.prototype.isChildAvailable=function(e,t,n,i){let o=2;return n!==e*2&&++o,i!==t*2&&(o-=2),(this._childTileMask&1<<o)!==0};kg.prototype.wasCreatedByUpsampling=function(){return this._createdByUpsampling};var _E=kg;function G$e(e){this.resource=e.resource,this.version=e.version,this.isHeightmap=e.isHeightmap,this.tileUrlTemplates=e.tileUrlTemplates,this.availability=e.availability,this.hasVertexNormals=e.hasVertexNormals,this.hasWaterMask=e.hasWaterMask,this.hasMetadata=e.hasMetadata,this.availabilityLevels=e.availabilityLevels,this.availabilityTilesLoaded=e.availabilityTilesLoaded,this.littleEndianExtensionSize=e.littleEndianExtensionSize,this.availabilityPromiseCache={}}function iA(e){this._heightmapWidth=65,this._heightmapStructure=void 0,this._hasWaterMask=!1,this._hasVertexNormals=!1,this._ellipsoid=e.ellipsoid,this._requestVertexNormals=y(e.requestVertexNormals,!1),this._requestWaterMask=y(e.requestWaterMask,!1),this._requestMetadata=y(e.requestMetadata,!0),this._errorEvent=new _e;let t=e.credit;typeof t=="string"&&(t=new Yt(t)),this._credit=t,this._availability=void 0,this._ready=!1,this._tileCredits=void 0;let n=this,i,o,r,s=this._layers=[],a="",c=[],u=0;this._readyPromise=Promise.resolve(e.url).then(function(A){let C=Pe.createIfNeeded(A);return C.appendForwardSlash(),i=C,o=i.getDerivedResource({url:"layer.json"}),n._tileCredits=C.credits,m()});function f(A){let C;if(!A.format)return C="The tile format is not specified in the layer.json file.",r=Wn.reportError(r,n,n._errorEvent,C),r.retry?m():Promise.reject(new de(C));if(!A.tiles||A.tiles.length===0)return C="The layer.json file does not specify any tile URL templates.",r=Wn.reportError(r,n,n._errorEvent,C),r.retry?m():Promise.reject(new de(C));let x=!1,b=!1,E=!1,S=!0,D=!1;if(A.format==="heightmap-1.0")D=!0,l(n._heightmapStructure)||(n._heightmapStructure={heightScale:1/5,heightOffset:-1e3,elementsPerHeight:1,stride:1,elementMultiplier:256,isBigEndian:!1,lowestEncodedHeight:0,highestEncodedHeight:256*256-1}),b=!0,n._requestWaterMask=!0;else if(A.format.indexOf("quantized-mesh-1.")!==0)return C=`The tile format "${A.format}" is invalid or not supported.`,r=Wn.reportError(r,n,n._errorEvent,C),r.retry?m():Promise.reject(new de(C));let v=A.tiles,O=A.maxzoom;if(u=Math.max(u,O),!A.projection||A.projection==="EPSG:4326")n._tilingScheme=new ui({numberOfLevelZeroTilesX:2,numberOfLevelZeroTilesY:1,ellipsoid:n._ellipsoid});else if(A.projection==="EPSG:3857")n._tilingScheme=new Gr({numberOfLevelZeroTilesX:1,numberOfLevelZeroTilesY:1,ellipsoid:n._ellipsoid});else return C=`The projection "${A.projection}" is invalid or not supported.`,r=Wn.reportError(r,n,n._errorEvent,C),r.retry?m():Promise.reject(new de(C));if(n._levelZeroMaximumGeometricError=Hr.getEstimatedLevelZeroGeometricErrorForAHeightmap(n._tilingScheme.ellipsoid,n._heightmapWidth,n._tilingScheme.getNumberOfXTilesAtLevel(0)),!A.scheme||A.scheme==="tms"||A.scheme==="slippyMap")n._scheme=A.scheme;else return C=`The scheme "${A.scheme}" is invalid or not supported.`,r=Wn.reportError(r,n,n._errorEvent,C),r.retry?m():Promise.reject(new de(C));let R;l(A.extensions)&&A.extensions.indexOf("octvertexnormals")!==-1?x=!0:l(A.extensions)&&A.extensions.indexOf("vertexnormals")!==-1&&(x=!0,S=!1),l(A.extensions)&&A.extensions.indexOf("watermask")!==-1&&(b=!0),l(A.extensions)&&A.extensions.indexOf("metadata")!==-1&&(E=!0);let M=A.metadataAvailability,L=A.available,_;if(l(L)&&!l(M)){_=new Mh(n._tilingScheme,L.length);for(let w=0;w<L.length;++w){let P=L[w],B=n._tilingScheme.getNumberOfYTilesAtLevel(w);l(c[w])||(c[w]=[]);for(let N=0;N<P.length;++N){let z=P[N],V=B-z.endY-1,G=B-z.startY-1;c[w].push([z.startX,V,z.endX,G]),_.addAvailableTileRange(w,z.startX,V,z.endX,G)}}}else l(M)&&(R=new Mh(n._tilingScheme,O),_=new Mh(n._tilingScheme,O),c[0]=[[0,0,1,0]],_.addAvailableTileRange(0,0,0,1,0));n._hasWaterMask=n._hasWaterMask||b,n._hasVertexNormals=n._hasVertexNormals||x,n._hasMetadata=n._hasMetadata||E,l(A.attribution)&&(a.length>0&&(a+=" "),a+=A.attribution),s.push(new G$e({resource:i,version:A.version,isHeightmap:D,tileUrlTemplates:v,availability:_,hasVertexNormals:x,hasWaterMask:b,hasMetadata:E,availabilityLevels:M,availabilityTilesLoaded:R,littleEndianExtensionSize:S}));let T=A.parentUrl;if(l(T)){if(!l(_))return console.log("A layer.json can't have a parentUrl if it does't have an available array."),Promise.resolve(!0);i=i.getDerivedResource({url:T}),i.appendForwardSlash(),o=i.getDerivedResource({url:"layer.json"});let w=o.fetchJson();return Promise.resolve(w).then(f).catch(d)}return Promise.resolve(!0)}function d(A){let C=`An error occurred while accessing ${o.url}.`;return r=Wn.reportError(r,n,n._errorEvent,C),r.retry?m():Promise.reject(new de(C))}function p(A){return f(A).then(function(){if(l(r))return;let C=c.length;if(C>0){let x=n._availability=new Mh(n._tilingScheme,u);for(let b=0;b<C;++b){let E=c[b];for(let S=0;S<E.length;++S){let D=E[S];x.addAvailableTileRange(b,D[0],D[1],D[2],D[3])}}}if(a.length>0){let x=new Yt(a);l(n._tileCredits)?n._tileCredits.push(x):n._tileCredits=[x]}return n._ready=!0,Promise.resolve(!0)})}function g(A){return l(A)&&A.statusCode===404?p({tilejson:"2.1.0",format:"heightmap-1.0",version:"1.0.0",scheme:"tms",tiles:["{z}/{x}/{y}.terrain?v={version}"]}):d(A)}function m(){return Promise.resolve(o.fetchJson()).then(p).catch(g)}}var S7={OCT_VERTEX_NORMALS:1,WATER_MASK:2,METADATA:4};function lhe(e){return!l(e)||e.length===0?{Accept:"application/vnd.quantized-mesh,application/octet-stream;q=0.9,*/*;q=0.01"}:{Accept:`application/vnd.quantized-mesh;extensions=${e.join("-")},application/octet-stream;q=0.9,*/*;q=0.01`}}function W$e(e,t,n,i,o){let r=new Uint16Array(t,0,e._heightmapWidth*e._heightmapWidth);return new Ra({buffer:r,childTileMask:new Uint8Array(t,r.byteLength,1)[0],waterMask:new Uint8Array(t,r.byteLength+1,t.byteLength-r.byteLength-1),width:e._heightmapWidth,height:e._heightmapWidth,structure:e._heightmapStructure,credits:e._tileCredits})}function j$e(e,t,n,i,o,r){let s=r.littleEndianExtensionSize,a=0,c=3,u=c+1,f=Float64Array.BYTES_PER_ELEMENT*c,d=Float64Array.BYTES_PER_ELEMENT*u,p=3,g=Uint16Array.BYTES_PER_ELEMENT*p,m=3,A=Uint16Array.BYTES_PER_ELEMENT,C=A*m,x=new DataView(t),b=new h(x.getFloat64(a,!0),x.getFloat64(a+8,!0),x.getFloat64(a+16,!0));a+=f;let E=x.getFloat32(a,!0);a+=Float32Array.BYTES_PER_ELEMENT;let S=x.getFloat32(a,!0);a+=Float32Array.BYTES_PER_ELEMENT;let D=new re(new h(x.getFloat64(a,!0),x.getFloat64(a+8,!0),x.getFloat64(a+16,!0)),x.getFloat64(a+f,!0));a+=d;let v=new h(x.getFloat64(a,!0),x.getFloat64(a+8,!0),x.getFloat64(a+16,!0));a+=f;let O=x.getUint32(a,!0);a+=Uint32Array.BYTES_PER_ELEMENT;let R=new Uint16Array(t,a,O*3);a+=O*g,O>64*1024&&(A=Uint32Array.BYTES_PER_ELEMENT,C=A*m);let M=R.subarray(0,O),L=R.subarray(O,2*O),_=R.subarray(O*2,3*O);Un.zigZagDeltaDecode(M,L,_),a%A!==0&&(a+=A-a%A);let T=x.getUint32(a,!0);a+=Uint32Array.BYTES_PER_ELEMENT;let w=Fe.createTypedArrayFromArrayBuffer(O,t,a,T*m);a+=T*C;let P=0,B=w.length;for(let oe=0;oe<B;++oe){let fe=w[oe];w[oe]=P-fe,fe===0&&++P}let N=x.getUint32(a,!0);a+=Uint32Array.BYTES_PER_ELEMENT;let z=Fe.createTypedArrayFromArrayBuffer(O,t,a,N);a+=N*A;let V=x.getUint32(a,!0);a+=Uint32Array.BYTES_PER_ELEMENT;let G=Fe.createTypedArrayFromArrayBuffer(O,t,a,V);a+=V*A;let k=x.getUint32(a,!0);a+=Uint32Array.BYTES_PER_ELEMENT;let X=Fe.createTypedArrayFromArrayBuffer(O,t,a,k);a+=k*A;let q=x.getUint32(a,!0);a+=Uint32Array.BYTES_PER_ELEMENT;let Y=Fe.createTypedArrayFromArrayBuffer(O,t,a,q);a+=q*A;let W,J;for(;a<x.byteLength;){let oe=x.getUint8(a,!0);a+=Uint8Array.BYTES_PER_ELEMENT;let fe=x.getUint32(a,s);if(a+=Uint32Array.BYTES_PER_ELEMENT,oe===S7.OCT_VERTEX_NORMALS&&e._requestVertexNormals)W=new Uint8Array(t,a,O*2);else if(oe===S7.WATER_MASK&&e._requestWaterMask)J=new Uint8Array(t,a,fe);else if(oe===S7.METADATA&&e._requestMetadata){let ge=x.getUint32(a,!0);if(ge>0){let Ie=Jo(new Uint8Array(t),a+Uint32Array.BYTES_PER_ELEMENT,ge).available;if(l(Ie))for(let Me=0;Me<Ie.length;++Me){let Ge=n+Me+1,bt=Ie[Me],zt=e._tilingScheme.getNumberOfYTilesAtLevel(Ge);for(let on=0;on<bt.length;++on){let at=bt[on],Tn=zt-at.endY-1,Yn=zt-at.startY-1;e.availability.addAvailableTileRange(Ge,at.startX,Tn,at.endX,Yn),r.availability.addAvailableTileRange(Ge,at.startX,Tn,at.endX,Yn)}}}r.availabilityTilesLoaded.addAvailableTileRange(n,i,o,i,o)}a+=fe}let Z=e.getLevelMaximumGeometricError(n)*5,ue=e._tilingScheme.tileXYToRectangle(i,o,n),pe=pi.fromRectangle(ue,E,S,e._tilingScheme.ellipsoid);return new _E({center:b,minimumHeight:E,maximumHeight:S,boundingSphere:D,orientedBoundingBox:pe,horizonOcclusionPoint:v,quantizedVertices:R,encodedNormals:W,indices:w,westIndices:z,southIndices:G,eastIndices:X,northIndices:Y,westSkirtHeight:Z,southSkirtHeight:Z,eastSkirtHeight:Z,northSkirtHeight:Z,childTileMask:e.availability.computeChildMaskForTile(n,i,o),waterMask:J,credits:e._tileCredits})}iA.prototype.requestTileGeometry=function(e,t,n,i){let o=this._layers,r,s=o.length;if(s===1)r=o[0];else for(let a=0;a<s;++a){let c=o[a];if(!l(c.availability)||c.availability.isTileAvailable(n,e,t)){r=c;break}}return uhe(this,e,t,n,r,i)};function uhe(e,t,n,i,o,r){if(!l(o))return Promise.reject(new de("Terrain tile doesn't exist"));let s=o.tileUrlTemplates;if(s.length===0)return;let a;!e._scheme||e._scheme==="tms"?a=e._tilingScheme.getNumberOfYTilesAtLevel(i)-n-1:a=n;let c=[];e._requestVertexNormals&&o.hasVertexNormals&&c.push(o.littleEndianExtensionSize?"octvertexnormals":"vertexnormals"),e._requestWaterMask&&o.hasWaterMask&&c.push("watermask"),e._requestMetadata&&o.hasMetadata&&c.push("metadata");let u,f,d=s[(t+a+i)%s.length],p=o.resource;l(p._ionEndpoint)&&!l(p._ionEndpoint.externalType)?(c.length!==0&&(f={extensions:c.join("-")}),u=lhe(void 0)):u=lhe(c);let g=p.getDerivedResource({url:d,templateValues:{version:o.version,z:i,x:t,y:a},queryParameters:f,headers:u,request:r}).fetchArrayBuffer();if(!!l(g))return g.then(function(m){return l(m)?l(e._heightmapStructure)?W$e(e,m,i,t,n):j$e(e,m,i,t,n,o):Promise.reject(new de("Mesh buffer doesn't exist."))})}Object.defineProperties(iA.prototype,{errorEvent:{get:function(){return this._errorEvent}},credit:{get:function(){return this._credit}},tilingScheme:{get:function(){return this._tilingScheme}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},hasWaterMask:{get:function(){return this._hasWaterMask&&this._requestWaterMask}},hasVertexNormals:{get:function(){return this._hasVertexNormals&&this._requestVertexNormals}},hasMetadata:{get:function(){return this._hasMetadata&&this._requestMetadata}},requestVertexNormals:{get:function(){return this._requestVertexNormals}},requestWaterMask:{get:function(){return this._requestWaterMask}},requestMetadata:{get:function(){return this._requestMetadata}},availability:{get:function(){return this._availability}}});iA.prototype.getLevelMaximumGeometricError=function(e){return this._levelZeroMaximumGeometricError/(1<<e)};iA.prototype.getTileDataAvailable=function(e,t,n){if(!l(this._availability))return;if(n>this._availability._maximumLevel)return!1;if(this._availability.isTileAvailable(n,e,t))return!0;if(!this._hasMetadata)return!1;let i=this._layers,o=i.length;for(let r=0;r<o;++r)if(fhe(this,e,t,n,i[r],r===0).result)return;return!1};iA.prototype.loadTileDataAvailability=function(e,t,n){if(!l(this._availability)||n>this._availability._maximumLevel||this._availability.isTileAvailable(n,e,t)||!this._hasMetadata)return;let i=this._layers,o=i.length;for(let r=0;r<o;++r){let s=fhe(this,e,t,n,i[r],r===0);if(l(s.promise))return s.promise}};function w7(e,t,n,i){if(i===0)return;let o=e.availabilityLevels,r=i%o===0?i-o:(i/o|0)*o,s=1<<i-r,a=t/s|0,c=n/s|0;return{level:r,x:a,y:c}}function fhe(e,t,n,i,o,r){if(!l(o.availabilityLevels))return{result:!1};let s,a=function(){delete o.availabilityPromiseCache[s]},c=o.availabilityTilesLoaded,u=o.availability,f=w7(o,t,n,i);for(;l(f);){if(u.isTileAvailable(f.level,f.x,f.y)&&!c.isTileAvailable(f.level,f.x,f.y)){let d;if(!r&&(s=`${f.level}-${f.x}-${f.y}`,d=o.availabilityPromiseCache[s],!l(d))){let p=new qo({throttle:!1,throttleByServer:!0,type:qr.TERRAIN});d=uhe(e,f.x,f.y,f.level,o,p),l(d)&&(o.availabilityPromiseCache[s]=d,d.then(a))}return{result:!0,promise:d}}f=w7(o,f.x,f.y,f.level)}return{result:!1}}iA._getAvailabilityTile=w7;var mk=iA;function _p(e){e=y(e,y.EMPTY_OBJECT);let t=e.radius,n={center:e.center,semiMajorAxis:t,semiMinorAxis:t,ellipsoid:e.ellipsoid,height:e.height,extrudedHeight:e.extrudedHeight,granularity:e.granularity,vertexFormat:e.vertexFormat,stRotation:e.stRotation,shadowVolume:e.shadowVolume};this._ellipseGeometry=new Jc(n),this._workerName="createCircleGeometry"}_p.packedLength=Jc.packedLength;_p.pack=function(e,t,n){return Jc.pack(e._ellipseGeometry,t,n)};var q$e=new Jc({center:new h,semiMajorAxis:1,semiMinorAxis:1}),Ma={center:new h,radius:void 0,ellipsoid:ie.clone(ie.UNIT_SPHERE),height:void 0,extrudedHeight:void 0,granularity:void 0,vertexFormat:new we,stRotation:void 0,semiMajorAxis:void 0,semiMinorAxis:void 0,shadowVolume:void 0};_p.unpack=function(e,t,n){let i=Jc.unpack(e,t,q$e);return Ma.center=h.clone(i._center,Ma.center),Ma.ellipsoid=ie.clone(i._ellipsoid,Ma.ellipsoid),Ma.height=i._height,Ma.extrudedHeight=i._extrudedHeight,Ma.granularity=i._granularity,Ma.vertexFormat=we.clone(i._vertexFormat,Ma.vertexFormat),Ma.stRotation=i._stRotation,Ma.shadowVolume=i._shadowVolume,l(n)?(Ma.semiMajorAxis=i._semiMajorAxis,Ma.semiMinorAxis=i._semiMinorAxis,n._ellipseGeometry=new Jc(Ma),n):(Ma.radius=i._semiMajorAxis,new _p(Ma))};_p.createGeometry=function(e){return Jc.createGeometry(e._ellipseGeometry)};_p.createShadowVolume=function(e,t,n){let i=e._ellipseGeometry._granularity,o=e._ellipseGeometry._ellipsoid,r=t(i,o),s=n(i,o);return new _p({center:e._ellipseGeometry._center,radius:e._ellipseGeometry._semiMajorAxis,ellipsoid:o,stRotation:e._ellipseGeometry._stRotation,granularity:i,extrudedHeight:r,height:s,vertexFormat:we.POSITION_ONLY,shadowVolume:!0})};Object.defineProperties(_p.prototype,{rectangle:{get:function(){return this._ellipseGeometry.rectangle}},textureCoordinateRotationPoints:{get:function(){return this._ellipseGeometry.textureCoordinateRotationPoints}}});var dhe=_p;function gE(e){e=y(e,y.EMPTY_OBJECT);let t=e.radius,n={center:e.center,semiMajorAxis:t,semiMinorAxis:t,ellipsoid:e.ellipsoid,height:e.height,extrudedHeight:e.extrudedHeight,granularity:e.granularity,numberOfVerticalLines:e.numberOfVerticalLines};this._ellipseGeometry=new zu(n),this._workerName="createCircleOutlineGeometry"}gE.packedLength=zu.packedLength;gE.pack=function(e,t,n){return zu.pack(e._ellipseGeometry,t,n)};var Y$e=new zu({center:new h,semiMajorAxis:1,semiMinorAxis:1}),ql={center:new h,radius:void 0,ellipsoid:ie.clone(ie.UNIT_SPHERE),height:void 0,extrudedHeight:void 0,granularity:void 0,numberOfVerticalLines:void 0,semiMajorAxis:void 0,semiMinorAxis:void 0};gE.unpack=function(e,t,n){let i=zu.unpack(e,t,Y$e);return ql.center=h.clone(i._center,ql.center),ql.ellipsoid=ie.clone(i._ellipsoid,ql.ellipsoid),ql.height=i._height,ql.extrudedHeight=i._extrudedHeight,ql.granularity=i._granularity,ql.numberOfVerticalLines=i._numberOfVerticalLines,l(n)?(ql.semiMajorAxis=i._semiMajorAxis,ql.semiMinorAxis=i._semiMinorAxis,n._ellipseGeometry=new zu(ql),n):(ql.radius=i._semiMajorAxis,new gE(ql))};gE.createGeometry=function(e){return zu.createGeometry(e._ellipseGeometry)};var hhe=gE;var v7=Ii(pl(),1);var D7,mhe="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI0NTkyNGVkMi04YTg1LTQ4YzktYTI3MS05NTNiZWM3MTg2ZGEiLCJpZCI6MjU5LCJpYXQiOjE2NjQ4MTQyODl9.mGZTN2DeKa-mQnQr6BInj8GzOK6wq3dZMwcyU0iwInA",pk={};pk.defaultAccessToken=mhe;pk.defaultServer=new Pe({url:"https://api.cesium.com/"});pk.getDefaultTokenCredit=function(e){if(e===mhe){if(!l(D7)){let t=`<b> This application is using Cesium's default ion access token. Please assign <i>Cesium.Ion.defaultAccessToken</i> with an access token from your ion account before making any Cesium API calls. You can sign up for a free ion account at <a href="https://cesium.com">https://cesium.com</a>.</b>`;D7=new Yt(t,!0)}return D7}};var Lh=pk;function xc(e,t){let n,i=e.externalType,o=l(i);if(!o)n={url:e.url,retryAttempts:1,retryCallback:X$e};else if(i==="3DTILES"||i==="STK_TERRAIN_SERVER")n={url:e.options.url};else throw new de("Ion.createResource does not support external imagery assets; use IonImageryProvider instead.");Pe.call(this,n),this._ionEndpoint=e,this._ionEndpointDomain=o?void 0:new v7.default(e.url).authority(),this._ionEndpointResource=t,this._ionRoot=void 0,this._pendingPromise=void 0,this._credits=void 0,this._isExternal=o}l(Object.create)&&(xc.prototype=Object.create(Pe.prototype),xc.prototype.constructor=xc);xc.fromAssetId=function(e,t){let n=xc._createEndpointResource(e,t);return n.fetchJson().then(function(i){return new xc(i,n)})};Object.defineProperties(xc.prototype,{credits:{get:function(){return l(this._ionRoot)?this._ionRoot.credits:l(this._credits)?this._credits:(this._credits=xc.getCreditsFromEndpoint(this._ionEndpoint,this._ionEndpointResource),this._credits)}}});xc.getCreditsFromEndpoint=function(e,t){let n=e.attributions.map(Yt.getIonCredit),i=Lh.getDefaultTokenCredit(t.queryParameters.access_token);return l(i)&&n.push(Yt.clone(i)),n};xc.prototype.clone=function(e){let t=y(this._ionRoot,this);return l(e)||(e=new xc(t._ionEndpoint,t._ionEndpointResource)),e=Pe.prototype.clone.call(this,e),e._ionRoot=t,e._isExternal=this._isExternal,e};xc.prototype.fetchImage=function(e){if(!this._isExternal){let t=e;e={preferBlob:!0},l(t)&&(e.flipY=t.flipY,e.preferImageBitmap=t.preferImageBitmap)}return Pe.prototype.fetchImage.call(this,e)};xc.prototype._makeRequest=function(e){return this._isExternal||new v7.default(this.url).authority()!==this._ionEndpointDomain?Pe.prototype._makeRequest.call(this,e):(l(e.headers)||(e.headers={}),e.headers.Authorization=`Bearer ${this._ionEndpoint.accessToken}`,Pe.prototype._makeRequest.call(this,e))};xc._createEndpointResource=function(e,t){t=y(t,y.EMPTY_OBJECT);let n=y(t.server,Lh.defaultServer),i=y(t.accessToken,Lh.defaultAccessToken);n=Pe.createIfNeeded(n);let o={url:`v1/assets/${e}/endpoint`};return l(i)&&(o.queryParameters={access_token:i}),n.getDerivedResource(o)};function X$e(e,t){let n=y(e._ionRoot,e),i=n._ionEndpointResource,o=typeof Image<"u";return!l(t)||t.statusCode!==401&&!(o&&t.target instanceof Image)?Promise.resolve(!1):(l(n._pendingPromise)||(n._pendingPromise=i.fetchJson().then(function(r){return n._ionEndpoint=r,r}).finally(function(r){return n._pendingPromise=void 0,r})),n._pendingPromise.then(function(r){return e._ionEndpoint=r,!0}))}var Fh=xc;function K$e(e){return e=y(e,y.EMPTY_OBJECT),new mk({url:Fh.fromAssetId(1),requestVertexNormals:y(e.requestVertexNormals,!1),requestWaterMask:y(e.requestWaterMask,!1)})}var _k=K$e;function yE(e){e=y(e,y.EMPTY_OBJECT),this._callback=e.callback,this._tilingScheme=e.tilingScheme,l(this._tilingScheme)||(this._tilingScheme=new ui({ellipsoid:y(e.ellipsoid,ie.WGS84)})),this._width=e.width,this._height=e.height;let t=Math.max(this._width,this._height);this._levelZeroMaximumGeometricError=Hr.getEstimatedLevelZeroGeometricErrorForAHeightmap(this._tilingScheme.ellipsoid,t,this._tilingScheme.getNumberOfXTilesAtLevel(0)),this._errorEvent=new _e;let n=e.credit;typeof n=="string"&&(n=new Yt(n)),this._credit=n,this._readyPromise=Promise.resolve(!0)}Object.defineProperties(yE.prototype,{errorEvent:{get:function(){return this._errorEvent}},credit:{get:function(){return this._credit}},tilingScheme:{get:function(){return this._tilingScheme}},ready:{get:function(){return!0}},readyPromise:{get:function(){return this._readyPromise}},hasWaterMask:{get:function(){return!1}},hasVertexNormals:{get:function(){return!1}},width:{get:function(){return this._width}},height:{get:function(){return this._height}}});yE.prototype.requestTileGeometry=function(e,t,n,i){let o=this._callback(e,t,n);if(!l(o))return;let r=this._width,s=this._height;return Promise.resolve(o).then(function(a){let c=a;return Array.isArray(c)&&(c=new Float64Array(c)),new Ra({buffer:c,width:r,height:s})})};yE.prototype.getLevelMaximumGeometricError=function(e){return this._levelZeroMaximumGeometricError/(1<<e)};yE.prototype.getTileDataAvailable=function(e,t,n){};yE.prototype.loadTileDataAvailability=function(e,t,n){};var phe=yE;var J$e=1953029805,Z$e=2917034100;function P7(e,t){if(P7.passThroughDataForTesting)return t;let n=e.byteLength;if(n===0||n%4!==0)throw new de("The length of key must be greater than 0 and a multiple of 4.");let i=new DataView(t),o=i.getUint32(0,!0);if(o===J$e||o===Z$e)return t;let r=new DataView(e),s=0,a=t.byteLength,c=a-a%8,u=n,f,d=8;for(;s<c;)for(d=(d+8)%24,f=d;s<c&&f<u;)i.setUint32(s,i.getUint32(s,!0)^r.getUint32(f,!0),!0),i.setUint32(s+4,i.getUint32(s+4,!0)^r.getUint32(f+4,!0),!0),s+=8,f+=24;if(s<a)for(f>=u&&(d=(d+8)%24,f=d);s<a;)i.setUint8(s,i.getUint8(s)^r.getUint8(f)),s++,f++}P7.passThroughDataForTesting=!1;var gk=P7;function _he(e){this.proxy=e}_he.prototype.getURL=function(e){let t=this.proxy.indexOf("?")===-1?"?":"";return this.proxy+t+encodeURIComponent(e)};var ghe=_he;function dd(e){this._comparator=e.comparator,this._maximumLength=e.maximumLength,this._array=l(e.maximumLength)?new Array(e.maximumLength):[],this._length=0}Object.defineProperties(dd.prototype,{length:{get:function(){return this._length}},maximumLength:{get:function(){return this._maximumLength},set:function(e){if(l(e)){for(;this._length>e;)this.removeMinimum();this._array.length=e}this._maximumLength=e}},internalArray:{get:function(){return this._array}},comparator:{get:function(){return this._comparator}}});dd.prototype.clone=function(){let e=this._maximumLength,t=this._comparator,n=this._array,i=this._length,o=new dd({comparator:t,maximumLength:e});o._length=i;for(let r=0;r<i;r++)o._array[r]=n[r];return o};dd.prototype.reset=function(){this._length=0;let e=this._maximumLength;if(l(e))for(let t=0;t<e;t++)this._array[t]=void 0;else this._array.length=0};dd.prototype.resort=function(){let e=this._length;for(let t=0;t<e;t++)yhe(this,t)};dd.prototype.insert=function(e){let t,n=this._maximumLength;if(l(n)){if(n===0)return;if(this._length===n){let o=this._array[0];if(this._comparator(e,o)<=0)return e;t=this.removeMinimum()}}let i=this._length;return this._array[i]=e,this._length++,yhe(this,i),t};dd.prototype.removeMinimum=function(){let e=this._length;if(e===0)return;this._length--;let t=this._array[0];return e>=2&&(this._array[0]=this._array[e-1],Ahe(this,0)),this._array[e-1]=void 0,t};dd.prototype.removeMaximum=function(){let e=this._length;if(e===0)return;this._length--;let t;if(e<=2)t=this._array[e-1];else{let n=I7(this,1,2)?1:2;t=this._array[n],this._array[n]=this._array[e-1],e>=4&&Ahe(this,n)}return this._array[e-1]=void 0,t};dd.prototype.getMinimum=function(){if(this._length!==0)return this._array[0]};dd.prototype.getMaximum=function(){let e=this._length;if(e!==0)return e<=2?this._array[e-1]:this._array[I7(this,1,2)?1:2]};function yk(e,t,n){let i=e._array,o=i[t];i[t]=i[n],i[n]=o}function VD(e,t,n){return e._comparator(e._array[t],e._array[n])<0}function I7(e,t,n){return e._comparator(e._array[t],e._array[n])>0}function yhe(e,t){if(t===0)return;let n=Math.floor(I.log2(t+1))%2===0,i=Math.floor((t-1)/2),o=VD(e,t,i);for(o!==n&&(yk(e,t,i),t=i);t>=3;){let r=Math.floor((t-3)/4);if(VD(e,t,r)!==o)break;yk(e,t,r),t=r}}function Ahe(e,t){let n=e._length,i=Math.floor(I.log2(t+1))%2===0,o;for(;(o=2*t+1)<n;){let r=o,s=o+1;if(s<n){VD(e,s,r)===i&&(r=s);let a=2*o+1,c=Math.max(Math.min(n-a,4),0);for(let u=0;u<c;u++){let f=a+u;VD(e,f,r)===i&&(r=f)}}if(VD(e,r,t)===i&&(yk(e,r,t),r!==o&&r!==s)){let a=Math.floor((r-1)/2);I7(e,r,a)===i&&yk(e,r,a)}t=r}}var Che=dd;function AE(e){e=y(e,y.EMPTY_OBJECT),this._tilingScheme=e.tilingScheme,l(this._tilingScheme)||(this._tilingScheme=new ui({ellipsoid:y(e.ellipsoid,ie.WGS84)})),this._levelZeroMaximumGeometricError=Hr.getEstimatedLevelZeroGeometricErrorForAHeightmap(this._tilingScheme.ellipsoid,64,this._tilingScheme.getNumberOfXTilesAtLevel(0)),this._errorEvent=new _e,this._readyPromise=Promise.resolve(!0)}Object.defineProperties(AE.prototype,{errorEvent:{get:function(){return this._errorEvent}},credit:{get:function(){}},tilingScheme:{get:function(){return this._tilingScheme}},ready:{get:function(){return!0}},readyPromise:{get:function(){return this._readyPromise}},hasWaterMask:{get:function(){return!1}},hasVertexNormals:{get:function(){return!1}},availability:{get:function(){}}});AE.prototype.requestTileGeometry=function(e,t,n,i){return Promise.resolve(new Ra({buffer:new Uint8Array(16*16),width:16,height:16}))};AE.prototype.getLevelMaximumGeometricError=function(e){return this._levelZeroMaximumGeometricError/(1<<e)};AE.prototype.getTileDataAvailable=function(e,t,n){};AE.prototype.loadTileDataAvailability=function(e,t,n){};var Vg=AE;function Nh(e){e=y(e,y.EMPTY_OBJECT),this.left=e.left,this._left=void 0,this.right=e.right,this._right=void 0,this.top=e.top,this._top=void 0,this.bottom=e.bottom,this._bottom=void 0,this.near=y(e.near,1),this._near=this.near,this.far=y(e.far,5e8),this._far=this.far,this._cullingVolume=new qs,this._perspectiveMatrix=new F,this._infinitePerspective=new F}function O7(e){let t=e.top,n=e.bottom,i=e.right,o=e.left,r=e.near,s=e.far;(t!==e._top||n!==e._bottom||o!==e._left||i!==e._right||r!==e._near||s!==e._far)&&(e._left=o,e._right=i,e._top=t,e._bottom=n,e._near=r,e._far=s,e._perspectiveMatrix=F.computePerspectiveOffCenter(o,i,n,t,r,s,e._perspectiveMatrix),e._infinitePerspective=F.computeInfinitePerspectiveOffCenter(o,i,n,t,r,e._infinitePerspective))}Object.defineProperties(Nh.prototype,{projectionMatrix:{get:function(){return O7(this),this._perspectiveMatrix}},infiniteProjectionMatrix:{get:function(){return O7(this),this._infinitePerspective}}});var Q$e=new h,$$e=new h,eet=new h,tet=new h;Nh.prototype.computeCullingVolume=function(e,t,n){let i=this._cullingVolume.planes,o=this.top,r=this.bottom,s=this.right,a=this.left,c=this.near,u=this.far,f=h.cross(t,n,Q$e),d=$$e;h.multiplyByScalar(t,c,d),h.add(e,d,d);let p=eet;h.multiplyByScalar(t,u,p),h.add(e,p,p);let g=tet;h.multiplyByScalar(f,a,g),h.add(d,g,g),h.subtract(g,e,g),h.normalize(g,g),h.cross(g,n,g),h.normalize(g,g);let m=i[0];return l(m)||(m=i[0]=new se),m.x=g.x,m.y=g.y,m.z=g.z,m.w=-h.dot(g,e),h.multiplyByScalar(f,s,g),h.add(d,g,g),h.subtract(g,e,g),h.cross(n,g,g),h.normalize(g,g),m=i[1],l(m)||(m=i[1]=new se),m.x=g.x,m.y=g.y,m.z=g.z,m.w=-h.dot(g,e),h.multiplyByScalar(n,r,g),h.add(d,g,g),h.subtract(g,e,g),h.cross(f,g,g),h.normalize(g,g),m=i[2],l(m)||(m=i[2]=new se),m.x=g.x,m.y=g.y,m.z=g.z,m.w=-h.dot(g,e),h.multiplyByScalar(n,o,g),h.add(d,g,g),h.subtract(g,e,g),h.cross(g,f,g),h.normalize(g,g),m=i[3],l(m)||(m=i[3]=new se),m.x=g.x,m.y=g.y,m.z=g.z,m.w=-h.dot(g,e),m=i[4],l(m)||(m=i[4]=new se),m.x=t.x,m.y=t.y,m.z=t.z,m.w=-h.dot(t,d),h.negate(t,g),m=i[5],l(m)||(m=i[5]=new se),m.x=g.x,m.y=g.y,m.z=g.z,m.w=-h.dot(g,p),this._cullingVolume};Nh.prototype.getPixelDimensions=function(e,t,n,i,o){O7(this);let r=1/this.near,s=this.top*r,a=2*i*n*s/t;s=this.right*r;let c=2*i*n*s/e;return o.x=c,o.y=a,o};Nh.prototype.clone=function(e){return l(e)||(e=new Nh),e.right=this.right,e.left=this.left,e.top=this.top,e.bottom=this.bottom,e.near=this.near,e.far=this.far,e._left=void 0,e._right=void 0,e._top=void 0,e._bottom=void 0,e._near=void 0,e._far=void 0,e};Nh.prototype.equals=function(e){return l(e)&&e instanceof Nh&&this.right===e.right&&this.left===e.left&&this.top===e.top&&this.bottom===e.bottom&&this.near===e.near&&this.far===e.far};Nh.prototype.equalsEpsilon=function(e,t,n){return e===this||l(e)&&e instanceof Nh&&I.equalsEpsilon(this.right,e.right,t,n)&&I.equalsEpsilon(this.left,e.left,t,n)&&I.equalsEpsilon(this.top,e.top,t,n)&&I.equalsEpsilon(this.bottom,e.bottom,t,n)&&I.equalsEpsilon(this.near,e.near,t,n)&&I.equalsEpsilon(this.far,e.far,t,n)};var il=Nh;function ol(e){e=y(e,y.EMPTY_OBJECT),this._offCenterFrustum=new il,this.fov=e.fov,this._fov=void 0,this._fovy=void 0,this._sseDenominator=void 0,this.aspectRatio=e.aspectRatio,this._aspectRatio=void 0,this.near=y(e.near,1),this._near=this.near,this.far=y(e.far,5e8),this._far=this.far,this.xOffset=y(e.xOffset,0),this._xOffset=this.xOffset,this.yOffset=y(e.yOffset,0),this._yOffset=this.yOffset}ol.packedLength=6;ol.pack=function(e,t,n){return n=y(n,0),t[n++]=e.fov,t[n++]=e.aspectRatio,t[n++]=e.near,t[n++]=e.far,t[n++]=e.xOffset,t[n]=e.yOffset,t};ol.unpack=function(e,t,n){return t=y(t,0),l(n)||(n=new ol),n.fov=e[t++],n.aspectRatio=e[t++],n.near=e[t++],n.far=e[t++],n.xOffset=e[t++],n.yOffset=e[t],n};function kh(e){let t=e._offCenterFrustum;(e.fov!==e._fov||e.aspectRatio!==e._aspectRatio||e.near!==e._near||e.far!==e._far||e.xOffset!==e._xOffset||e.yOffset!==e._yOffset)&&(e._aspectRatio=e.aspectRatio,e._fov=e.fov,e._fovy=e.aspectRatio<=1?e.fov:Math.atan(Math.tan(e.fov*.5)/e.aspectRatio)*2,e._near=e.near,e._far=e.far,e._sseDenominator=2*Math.tan(.5*e._fovy),e._xOffset=e.xOffset,e._yOffset=e.yOffset,t.top=e.near*Math.tan(.5*e._fovy),t.bottom=-t.top,t.right=e.aspectRatio*t.top,t.left=-t.right,t.near=e.near,t.far=e.far,t.right+=e.xOffset,t.left+=e.xOffset,t.top+=e.yOffset,t.bottom+=e.yOffset)}Object.defineProperties(ol.prototype,{projectionMatrix:{get:function(){return kh(this),this._offCenterFrustum.projectionMatrix}},infiniteProjectionMatrix:{get:function(){return kh(this),this._offCenterFrustum.infiniteProjectionMatrix}},fovy:{get:function(){return kh(this),this._fovy}},sseDenominator:{get:function(){return kh(this),this._sseDenominator}}});ol.prototype.computeCullingVolume=function(e,t,n){return kh(this),this._offCenterFrustum.computeCullingVolume(e,t,n)};ol.prototype.getPixelDimensions=function(e,t,n,i,o){return kh(this),this._offCenterFrustum.getPixelDimensions(e,t,n,i,o)};ol.prototype.clone=function(e){return l(e)||(e=new ol),e.aspectRatio=this.aspectRatio,e.fov=this.fov,e.near=this.near,e.far=this.far,e._aspectRatio=void 0,e._fov=void 0,e._near=void 0,e._far=void 0,this._offCenterFrustum.clone(e._offCenterFrustum),e};ol.prototype.equals=function(e){return!l(e)||!(e instanceof ol)?!1:(kh(this),kh(e),this.fov===e.fov&&this.aspectRatio===e.aspectRatio&&this._offCenterFrustum.equals(e._offCenterFrustum))};ol.prototype.equalsEpsilon=function(e,t,n){return!l(e)||!(e instanceof ol)?!1:(kh(this),kh(e),I.equalsEpsilon(this.fov,e.fov,t,n)&&I.equalsEpsilon(this.aspectRatio,e.aspectRatio,t,n)&&this._offCenterFrustum.equalsEpsilon(e._offCenterFrustum,t,n))};var gi=ol;var Ak=0,net=1;function oA(e){let t=e.frustum,n=e.orientation,i=e.origin,o=y(e.vertexFormat,we.DEFAULT),r=y(e._drawNearPlane,!0),s,a;t instanceof gi?(s=Ak,a=gi.packedLength):t instanceof Jt&&(s=net,a=Jt.packedLength),this._frustumType=s,this._frustum=t.clone(),this._origin=h.clone(i),this._orientation=Be.clone(n),this._drawNearPlane=r,this._vertexFormat=o,this._workerName="createFrustumGeometry",this.packedLength=2+a+h.packedLength+Be.packedLength+we.packedLength}oA.pack=function(e,t,n){n=y(n,0);let i=e._frustumType,o=e._frustum;return t[n++]=i,i===Ak?(gi.pack(o,t,n),n+=gi.packedLength):(Jt.pack(o,t,n),n+=Jt.packedLength),h.pack(e._origin,t,n),n+=h.packedLength,Be.pack(e._orientation,t,n),n+=Be.packedLength,we.pack(e._vertexFormat,t,n),n+=we.packedLength,t[n]=e._drawNearPlane?1:0,t};var iet=new gi,oet=new Jt,ret=new Be,set=new h,aet=new we;oA.unpack=function(e,t,n){t=y(t,0);let i=e[t++],o;i===Ak?(o=gi.unpack(e,t,iet),t+=gi.packedLength):(o=Jt.unpack(e,t,oet),t+=Jt.packedLength);let r=h.unpack(e,t,set);t+=h.packedLength;let s=Be.unpack(e,t,ret);t+=Be.packedLength;let a=we.unpack(e,t,aet);t+=we.packedLength;let c=e[t]===1;if(!l(n))return new oA({frustum:o,origin:r,orientation:s,vertexFormat:a,_drawNearPlane:c});let u=i===n._frustumType?n._frustum:void 0;return n._frustum=o.clone(u),n._frustumType=i,n._origin=h.clone(r,n._origin),n._orientation=Be.clone(s,n._orientation),n._vertexFormat=we.clone(a,n._vertexFormat),n._drawNearPlane=c,n};function CE(e,t,n,i,o,r,s,a){let c=e/3*2;for(let u=0;u<4;++u)l(t)&&(t[e]=r.x,t[e+1]=r.y,t[e+2]=r.z),l(n)&&(n[e]=s.x,n[e+1]=s.y,n[e+2]=s.z),l(i)&&(i[e]=a.x,i[e+1]=a.y,i[e+2]=a.z),e+=3;o[c]=0,o[c+1]=0,o[c+2]=1,o[c+3]=0,o[c+4]=1,o[c+5]=1,o[c+6]=0,o[c+7]=1}var cet=new Q,uet=new F,B7=new F,xhe=new h,The=new h,Ehe=new h,fet=new h,det=new h,het=new h,Ug=new Array(3),UD=new Array(4);UD[0]=new se(-1,-1,1,1);UD[1]=new se(1,-1,1,1);UD[2]=new se(1,1,1,1);UD[3]=new se(-1,1,1,1);var bhe=new Array(4);for(let e=0;e<4;++e)bhe[e]=new se;oA._computeNearFarPlanes=function(e,t,n,i,o,r,s,a){let c=Q.fromQuaternion(t,cet),u=y(r,xhe),f=y(s,The),d=y(a,Ehe);u=Q.getColumn(c,0,u),f=Q.getColumn(c,1,f),d=Q.getColumn(c,2,d),h.normalize(u,u),h.normalize(f,f),h.normalize(d,d),h.negate(u,u);let p=F.computeView(e,d,f,u,uet),g,m;if(n===Ak){let A=i.projectionMatrix,C=F.multiply(A,p,B7);m=F.inverse(C,B7)}else g=F.inverseTransformation(p,B7);l(m)?(Ug[0]=i.near,Ug[1]=i.far):(Ug[0]=0,Ug[1]=i.near,Ug[2]=i.far);for(let A=0;A<2;++A)for(let C=0;C<4;++C){let x=se.clone(UD[C],bhe[C]);if(l(m)){x=F.multiplyByVector(m,x,x);let b=1/x.w;h.multiplyByScalar(x,b,x),h.subtract(x,e,x),h.normalize(x,x);let E=h.dot(d,x);h.multiplyByScalar(x,Ug[A]/E,x),h.add(x,e,x)}else{l(i._offCenterFrustum)&&(i=i._offCenterFrustum);let b=Ug[A],E=Ug[A+1];x.x=(x.x*(i.right-i.left)+i.left+i.right)*.5,x.y=(x.y*(i.top-i.bottom)+i.bottom+i.top)*.5,x.z=(x.z*(b-E)-b-E)*.5,x.w=1,F.multiplyByVector(g,x,x)}o[12*A+C*3]=x.x,o[12*A+C*3+1]=x.y,o[12*A+C*3+2]=x.z}};oA.createGeometry=function(e){let t=e._frustumType,n=e._frustum,i=e._origin,o=e._orientation,r=e._drawNearPlane,s=e._vertexFormat,a=r?6:5,c=new Float64Array(3*4*6);oA._computeNearFarPlanes(i,o,t,n,c);let u=3*4*2;c[u]=c[3*4],c[u+1]=c[3*4+1],c[u+2]=c[3*4+2],c[u+3]=c[0],c[u+4]=c[1],c[u+5]=c[2],c[u+6]=c[3*3],c[u+7]=c[3*3+1],c[u+8]=c[3*3+2],c[u+9]=c[3*7],c[u+10]=c[3*7+1],c[u+11]=c[3*7+2],u+=3*4,c[u]=c[3*5],c[u+1]=c[3*5+1],c[u+2]=c[3*5+2],c[u+3]=c[3],c[u+4]=c[3+1],c[u+5]=c[3+2],c[u+6]=c[0],c[u+7]=c[1],c[u+8]=c[2],c[u+9]=c[3*4],c[u+10]=c[3*4+1],c[u+11]=c[3*4+2],u+=3*4,c[u]=c[3],c[u+1]=c[3+1],c[u+2]=c[3+2],c[u+3]=c[3*5],c[u+4]=c[3*5+1],c[u+5]=c[3*5+2],c[u+6]=c[3*6],c[u+7]=c[3*6+1],c[u+8]=c[3*6+2],c[u+9]=c[3*2],c[u+10]=c[3*2+1],c[u+11]=c[3*2+2],u+=3*4,c[u]=c[3*2],c[u+1]=c[3*2+1],c[u+2]=c[3*2+2],c[u+3]=c[3*6],c[u+4]=c[3*6+1],c[u+5]=c[3*6+2],c[u+6]=c[3*7],c[u+7]=c[3*7+1],c[u+8]=c[3*7+2],c[u+9]=c[3*3],c[u+10]=c[3*3+1],c[u+11]=c[3*3+2],r||(c=c.subarray(3*4));let f=new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:c})});if(l(s.normal)||l(s.tangent)||l(s.bitangent)||l(s.st)){let p=l(s.normal)?new Float32Array(12*a):void 0,g=l(s.tangent)?new Float32Array(3*4*a):void 0,m=l(s.bitangent)?new Float32Array(3*4*a):void 0,A=l(s.st)?new Float32Array(2*4*a):void 0,C=xhe,x=The,b=Ehe,E=h.negate(C,fet),S=h.negate(x,det),D=h.negate(b,het);u=0,r&&(CE(u,p,g,m,A,D,C,x),u+=3*4),CE(u,p,g,m,A,b,E,x),u+=3*4,CE(u,p,g,m,A,E,D,x),u+=3*4,CE(u,p,g,m,A,S,D,E),u+=3*4,CE(u,p,g,m,A,C,b,x),u+=3*4,CE(u,p,g,m,A,x,b,E),l(p)&&(f.normal=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:p})),l(g)&&(f.tangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:g})),l(m)&&(f.bitangent=new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:m})),l(A)&&(f.st=new be({componentDatatype:K.FLOAT,componentsPerAttribute:2,values:A}))}let d=new Uint16Array(6*a);for(let p=0;p<a;++p){let g=p*6,m=p*4;d[g]=m,d[g+1]=m+1,d[g+2]=m+2,d[g+3]=m,d[g+4]=m+2,d[g+5]=m+3}return new it({attributes:f,indices:d,primitiveType:Oe.TRIANGLES,boundingSphere:re.fromVertices(c)})};var xE=oA;var R7=0,met=1;function zD(e){let t=e.frustum,n=e.orientation,i=e.origin,o=y(e._drawNearPlane,!0),r,s;t instanceof gi?(r=R7,s=gi.packedLength):t instanceof Jt&&(r=met,s=Jt.packedLength),this._frustumType=r,this._frustum=t.clone(),this._origin=h.clone(i),this._orientation=Be.clone(n),this._drawNearPlane=o,this._workerName="createFrustumOutlineGeometry",this.packedLength=2+s+h.packedLength+Be.packedLength}zD.pack=function(e,t,n){n=y(n,0);let i=e._frustumType,o=e._frustum;return t[n++]=i,i===R7?(gi.pack(o,t,n),n+=gi.packedLength):(Jt.pack(o,t,n),n+=Jt.packedLength),h.pack(e._origin,t,n),n+=h.packedLength,Be.pack(e._orientation,t,n),n+=Be.packedLength,t[n]=e._drawNearPlane?1:0,t};var pet=new gi,_et=new Jt,get=new Be,yet=new h;zD.unpack=function(e,t,n){t=y(t,0);let i=e[t++],o;i===R7?(o=gi.unpack(e,t,pet),t+=gi.packedLength):(o=Jt.unpack(e,t,_et),t+=Jt.packedLength);let r=h.unpack(e,t,yet);t+=h.packedLength;let s=Be.unpack(e,t,get);t+=Be.packedLength;let a=e[t]===1;if(!l(n))return new zD({frustum:o,origin:r,orientation:s,_drawNearPlane:a});let c=i===n._frustumType?n._frustum:void 0;return n._frustum=o.clone(c),n._frustumType=i,n._origin=h.clone(r,n._origin),n._orientation=Be.clone(s,n._orientation),n._drawNearPlane=a,n};zD.createGeometry=function(e){let t=e._frustumType,n=e._frustum,i=e._origin,o=e._orientation,r=e._drawNearPlane,s=new Float64Array(3*4*2);xE._computeNearFarPlanes(i,o,t,n,s);let a=new sn({position:new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:s})}),c,u,f=r?2:1,d=new Uint16Array(8*(f+1)),p=r?0:1;for(;p<2;++p)c=r?p*8:0,u=p*4,d[c]=u,d[c+1]=u+1,d[c+2]=u+1,d[c+3]=u+2,d[c+4]=u+2,d[c+5]=u+3,d[c+6]=u+3,d[c+7]=u;for(p=0;p<2;++p)c=(f+p)*8,u=p*4,d[c]=u,d[c+1]=u+4,d[c+2]=u+1,d[c+3]=u+5,d[c+4]=u+2,d[c+5]=u+6,d[c+6]=u+3,d[c+7]=u+7;return new it({attributes:a,indices:d,primitiveType:Oe.LINES,boundingSphere:re.fromVertices(s)})};var Ck=zD;function She(){}She.prototype.geocode=ye.throwInstantiationError;var whe=She;var Aet={SEARCH:0,AUTOCOMPLETE:1},rA=Object.freeze(Aet);function Dhe(){ye.throwInstantiationError()}Dhe.createGeometry=function(e){ye.throwInstantiationError()};var vhe=Dhe;function Cet(e,t,n){let i=new Uint8ClampedArray(e.buffer),o=new ImageData(i,t,n),r=document.createElement("canvas");return r.width=t,r.height=n,r.getContext("2d").putImageData(o,0,0),r}var xk=Cet;var Det=Ii(M7(),1);function xet(e,t){return(e&t)!==0}var Tc=xet;var Tet=[1,2,4,8],Phe=15,Eet=16,bet=64,wet=128;function Vh(e,t,n,i,o,r){this._bits=e,this.cnodeVersion=t,this.imageryVersion=n,this.terrainVersion=i,this.imageryProvider=o,this.terrainProvider=r,this.ancestorHasTerrain=!1,this.terrainState=void 0}Vh.clone=function(e,t){return l(t)?(t._bits=e._bits,t.cnodeVersion=e.cnodeVersion,t.imageryVersion=e.imageryVersion,t.terrainVersion=e.terrainVersion,t.imageryProvider=e.imageryProvider,t.terrainProvider=e.terrainProvider):t=new Vh(e._bits,e.cnodeVersion,e.imageryVersion,e.terrainVersion,e.imageryProvider,e.terrainProvider),t.ancestorHasTerrain=e.ancestorHasTerrain,t.terrainState=e.terrainState,t};Vh.prototype.setParent=function(e){this.ancestorHasTerrain=e.ancestorHasTerrain||this.hasTerrain()};Vh.prototype.hasSubtree=function(){return Tc(this._bits,Eet)};Vh.prototype.hasImagery=function(){return Tc(this._bits,bet)};Vh.prototype.hasTerrain=function(){return Tc(this._bits,wet)};Vh.prototype.hasChildren=function(){return Tc(this._bits,Phe)};Vh.prototype.hasChild=function(e){return Tc(this._bits,Tet[e])};Vh.prototype.getChildBitmask=function(){return this._bits&Phe};var Tk=Vh;function vet(e){let t=e.length,n=new ArrayBuffer(t),i=new Uint8Array(n);for(let o=0;o<t;++o)i[o]=e.charCodeAt(o);return n}var Pet=vet(`E\xF4\xBD\vy\xE2jE"\x92,\xCDq\xF8IFgQ\0B%\xC6\xE8a,f)\b\xC64\xDCjb%y
wmi\xD6\xF0\x9Ck\x93\xA1\xBDNu\xE0A[\xDF@V\f\xD9\xBBr\x9B\x81|3S\xEEOl\xD4q\xB0{\xC0\x7FEVZ\xADwUe\v3\x92*\xACl5\xC50s\xF83>mF8J\xB4\xDD\xF0.\xDDu\xDA\x8CDt"\xFAa"\f3"So\xAF9D\v\x8C9\xD99L\xB9\xBF\x7F\xAB\\\x8CP_\x9F"ux\xE9\x07q\x91h;\xC1\xC4\x9B\x7F\xF0<VqH\x82'UfYNe\x98u\xA3aF}a?A\0\x9F\xD7\xB44M\xCE\x87F\xB0\xD5\xB8\x8A'{\x8B\xDC+\xBBMg0\xC8\xD1\xF6\\\x8FP\xFA[/F\x9Bn5/'C.\xEB
\f^\xA5s\x1Be4\xE5l.jC'c#U\xA9?q{gC}:\xAF\xCD\xE2TU\x9C\xFDK\xC6\xE2\x9F/(\xED\xCB\\\xC6-f\x07\x88\xA7;/*"N\xB0k.\xDD\r\x95}}G\xBAC\xB2\xB2+>M\xAA>}\xE6\xCEI\x89\xC6\xE6x\fa1-\xA4O\xA5~q \x88\xEC\r1\xE8N\v\0nPh}=\b\r\x95\xA6n\xA3h\x97$[k\xF3#\xF3\xB6s\xB3\r\v@\xC0\x9F\xD8Q]\xFA".j\xDFI\0\xB9\xA0wU\xC6\xEFj\xBF{GL\x7F\x83\xEE\xDC\xDCF\x85\xA9\xADS\x07+S4\x07\xFF\x94Y\xE48\xE81\x83N\xB9XFk\xCB-#\x86\x92p\x005\x88"\xCF1\xB2&/\xE7\xC3u-6,rt\xB0#G\xB7\xD3\xD1&\x857r\xE2\0\x8CD\xCF\xDA3-\xDE\`\x86i#i*|\xCDKQ\r\x95T9w.)\xEA\x1B\xA6P\xA2j\x8FoP\x99\\>T\xFB\xEFP[\v\x07E\x89m(w7\xDB\x8EJfJo\x99 \xE5p\xE2\xB9q~\fmI-z\xFEr\xC7\xF2Y0\x8F\xBB]s\xE5\xC9 \xEAx\xEC \x90\xF0\x8A\x7FB|G\`\xB0\xBD&\xB7q\xB6\xC7\x9F\xD13\x82=\xD3\xAB\xEEc\x99\xC8+S\xA0D\\q\xC6\xCCD2O<\xCA\xC0)=R\xD3aX\xA9}e\xB4\xDC\xCF\r\xF4=\xF1\b\xA9B\xDA# \xD8\xBF^PI\xF8M\xC0\xCBGLO\xF7{+\xD8\xC51\x92;\xB5o\xDCl\r\x92\x88\xD1\x9E\xDB?\xE2\xE9\xDA_\xD4\x84\xE2FaZ\xDEU\xCF\xA4\0\xBE\xFD\xCEg\xF1Ji\x97\xE6 H\xD8]\x7F~\xAEq N\xAE\xC0V\xA9\x91<\x82r\xE7v\xEC)I\xD6]-\x83\xE3\xDB6\xA9;f\x97\x87j\xD5\xB6=P^R\xB9K\xC7sWx\xC9\xF4.Y\x07\x95\x93o\xD0KW>''\xC7\`\xDB;\xED\x9ASD>?\x8D\x92mw\xA2
\xEB?R\xA8\xC6U^1I7\x85\xF4\xC5&-\xA9\xBF\x8B'T\xDA\xC3j \xE5*x\xB0\xD6\x90pr\xAA\x8Bh\xBD\x88\xF7_H\xB1~\xC0XL?f\xF9>\xE1e\xC0p\xA7\xCF8i\xAF\xF0VldI\x9C'\xADxtO\xC2\x87\xDEV9\0\xDAw\v\xCB-\x1B\x89\xFB5O\xF5\bQ\`\xC1
ZGM&30x\xDA\xC0\x9CFG\xE2[y\`In7gS
>\xE9\xECF9\xB2\xF14\r\xC6\x84Sun\xE1\fY\xD9\xDE)\x85{II\xA5wy\xBEIV.6\xE7\v:\xBBOb{\xD2M1\x95/\xBD8{\xA8O!\xE1\xECFpv\x95})"x\x88
\x90\xDD\x9D\\\xDA\xDEQ\xCF\xF0\xFCYRe|3\xDF\xF3H\xDA\xBB*u\xDB\`\xB2\xD4\xFC\xED\x1B\xEC\x7F5\xA8\xFF(1\x07-\xC8\xDC\x88F|\x8A["`);function hd(e){let t=e;typeof t!="string"&&!(t instanceof Pe)&&(t=e.url);let n=Pe.createIfNeeded(t);n.appendForwardSlash(),this._resource=n,this.imageryPresent=!0,this.protoImagery=void 0,this.terrainPresent=!0,this.negativeAltitudeExponentBias=32,this.negativeAltitudeThreshold=I.EPSILON12,this.providers={},this.key=void 0,this._quadPacketVersion=1,this._tileInfo={},this._subtreePromises={};let i=this;this._readyPromise=Iet(this).then(function(){return i.getQuadTreePacket("",i._quadPacketVersion)}).then(function(){return!0}).catch(function(o){let r=`An error occurred while accessing ${Ohe(i,"",1).url}.`;return Promise.reject(new de(r))})}Object.defineProperties(hd.prototype,{url:{get:function(){return this._resource.url}},proxy:{get:function(){return this._resource.proxy}},resource:{get:function(){return this._resource}},readyPromise:{get:function(){return this._readyPromise}}});hd.tileXYToQuadKey=function(e,t,n){let i="";for(let o=n;o>=0;--o){let r=1<<o,s=0;Tc(t,r)?Tc(e,r)&&(s|=1):(s|=2,Tc(e,r)||(s|=1)),i+=s}return i};hd.quadKeyToTileXY=function(e){let t=0,n=0,i=e.length-1;for(let o=i;o>=0;--o){let r=1<<o,s=+e[i-o];Tc(s,2)?Tc(s,1)||(t|=r):(n|=r,Tc(s,1)&&(t|=r))}return{x:t,y:n,level:i}};hd.prototype.isValid=function(e){let t=this.getTileInformationFromQuadKey(e);if(l(t))return t!==null;let n=!0,i=e,o;for(;i.length>1;)if(o=i.substring(i.length-1),i=i.substring(0,i.length-1),t=this.getTileInformationFromQuadKey(i),l(t)){!t.hasSubtree()&&!t.hasChild(parseInt(o))&&(n=!1);break}else if(t===null){n=!1;break}return n};var Ihe=new xi("decodeGoogleEarthEnterprisePacket");hd.prototype.getQuadTreePacket=function(e,t,n){t=y(t,1),e=y(e,"");let o=Ohe(this,e,t,n).fetchArrayBuffer();if(!l(o))return;let r=this._tileInfo,s=this.key;return o.then(function(a){return Ihe.scheduleTask({buffer:a,quadKey:e,type:"Metadata",key:s},[a]).then(function(u){let f,d=-1;if(e!==""){d=e.length+1;let m=u[e];f=r[e],f._bits|=m._bits,delete u[e]}let p=Object.keys(u);p.sort(function(m,A){return m.length-A.length});let g=p.length;for(let m=0;m<g;++m){let A=p[m];if(u[A]!==null){let x=Tk.clone(u[A]),b=A.length;if(b===d)x.setParent(f);else if(b>1){let E=r[A.substring(0,A.length-1)];x.setParent(E)}r[A]=x}else r[A]=null}})})};hd.prototype.populateSubtree=function(e,t,n,i){let o=hd.tileXYToQuadKey(e,t,n);return N7(this,o,i)};function N7(e,t,n){let i=e._tileInfo,o=t,r=i[o];if(l(r)&&(!r.hasSubtree()||r.hasChildren()))return r;for(;r===void 0&&o.length>1;)o=o.substring(0,o.length-1),r=i[o];let s,a=e._subtreePromises,c=a[o];if(l(c))return c.then(function(){return s=new qo({throttle:n.throttle,throttleByServer:n.throttleByServer,type:n.type,priorityFunction:n.priorityFunction}),N7(e,t,s)});if(!l(r)||!r.hasSubtree())return Promise.reject(new de(`Couldn't load metadata for tile ${t}`));if(c=e.getQuadTreePacket(o,r.cnodeVersion,n),!!l(c))return a[o]=c,c.then(function(){return s=new qo({throttle:n.throttle,throttleByServer:n.throttleByServer,type:n.type,priorityFunction:n.priorityFunction}),N7(e,t,s)}).finally(function(){delete a[o]})}hd.prototype.getTileInformation=function(e,t,n){let i=hd.tileXYToQuadKey(e,t,n);return this._tileInfo[i]};hd.prototype.getTileInformationFromQuadKey=function(e){return this._tileInfo[e]};function Ohe(e,t,n,i){return e._resource.getDerivedResource({url:`flatfile?q2-0${t}-q.${n.toString()}`,request:i})}var L7,F7;function Iet(e){let t=e._resource.getDerivedResource({url:"dbRoot.v5",queryParameters:{output:"proto"}});if(!l(F7)){let n=Kt("ThirdParty/google-earth-dbroot-parser.js"),i=window.cesiumGoogleEarthDbRootParser;F7=nC(n).then(function(){L7=window.cesiumGoogleEarthDbRootParser(Det),l(i)?window.cesiumGoogleEarthDbRootParser=i:delete window.cesiumGoogleEarthDbRootParser})}return F7.then(function(){return t.fetchArrayBuffer()}).then(function(n){let i=L7.EncryptedDbRootProto.decode(new Uint8Array(n)),o=i.encryptionData,r=o.byteOffset,s=r+o.byteLength,a=e.key=o.buffer.slice(r,s);o=i.dbrootData,r=o.byteOffset,s=r+o.byteLength;let c=o.buffer.slice(r,s);return Ihe.scheduleTask({buffer:c,type:"DbRoot",key:a},[c])}).then(function(n){let i=L7.DbRootProto.decode(new Uint8Array(n.buffer));if(e.imageryPresent=y(i.imageryPresent,e.imageryPresent),e.protoImagery=i.protoImagery,e.terrainPresent=y(i.terrainPresent,e.terrainPresent),l(i.endSnippet)&&l(i.endSnippet.model)){let a=i.endSnippet.model;e.negativeAltitudeExponentBias=y(a.negativeAltitudeExponentBias,e.negativeAltitudeExponentBias),e.negativeAltitudeThreshold=y(a.compressedNegativeAltitudeThreshold,e.negativeAltitudeThreshold)}l(i.databaseVersion)&&(e._quadPacketVersion=y(i.databaseVersion.quadtreeVersion,e._quadPacketVersion));let o=e.providers,r=y(i.providerInfo,[]),s=r.length;for(let a=0;a<s;++a){let c=r[a],u=c.copyrightString;l(u)&&(o[c.providerId]=new Yt(u.value))}}).catch(function(){console.log(`Failed to retrieve ${t.url}. Using defaults.`),e.key=Pet})}var Uh=hd;function sA(e){e=y(e,y.EMPTY_OBJECT),this._buffer=e.buffer,this._credits=e.credits,this._negativeAltitudeExponentBias=e.negativeAltitudeExponentBias,this._negativeElevationThreshold=e.negativeElevationThreshold;let t=y(e.childTileMask,15),n=t&3;n|=t&4?8:0,n|=t&8?4:0,this._childTileMask=n,this._createdByUpsampling=y(e.createdByUpsampling,!1),this._skirtHeight=void 0,this._bufferType=this._buffer.constructor,this._mesh=void 0,this._minimumHeight=void 0,this._maximumHeight=void 0}Object.defineProperties(sA.prototype,{credits:{get:function(){return this._credits}},waterMask:{get:function(){}}});var Mhe="createVerticesFromGoogleEarthEnterpriseBuffer",Oet=new xi(Mhe),Bet=new xi(Mhe,Rh.maximumAsynchronousTasks),Bhe=new ce,k7=new ce;sA.prototype.createMesh=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.tilingScheme,n=e.x,i=e.y,o=e.level,r=y(e.exaggeration,1),s=y(e.exaggerationRelativeHeight,0),a=y(e.throttle,!0),c=t.ellipsoid;t.tileXYToNativeRectangle(n,i,o,Bhe),t.tileXYToRectangle(n,i,o,k7);let u=c.cartographicToCartesian(ce.center(k7)),d=40075.16/(1<<o);this._skirtHeight=Math.min(d*8,1e3);let g=(a?Bet:Oet).scheduleTask({buffer:this._buffer,nativeRectangle:Bhe,rectangle:k7,relativeToCenter:u,ellipsoid:c,skirtHeight:this._skirtHeight,exaggeration:r,exaggerationRelativeHeight:s,includeWebMercatorT:!0,negativeAltitudeExponentBias:this._negativeAltitudeExponentBias,negativeElevationThreshold:this._negativeElevationThreshold});if(!l(g))return;let m=this;return g.then(function(A){return m._mesh=new fd(u,new Float32Array(A.vertices),new Uint16Array(A.indices),A.indexCountWithoutSkirts,A.vertexCountWithoutSkirts,A.minimumHeight,A.maximumHeight,re.clone(A.boundingSphere3D),h.clone(A.occludeePointInScaledSpace),A.numberOfAttributes,pi.clone(A.orientedBoundingBox),Ac.clone(A.encoding),A.westIndicesSouthToNorth,A.southIndicesEastToWest,A.eastIndicesNorthToSouth,A.northIndicesWestToEast),m._minimumHeight=A.minimumHeight,m._maximumHeight=A.maximumHeight,m._buffer=void 0,m._mesh})};sA.prototype.interpolateHeight=function(e,t,n){let i=I.clamp((t-e.west)/e.width,0,1),o=I.clamp((n-e.south)/e.height,0,1);return l(this._mesh)?Net(this,i,o):Uet(this,i,o,e)};var Ret=new xi("upsampleQuantizedTerrainMesh",Rh.maximumAsynchronousTasks);sA.prototype.upsample=function(e,t,n,i,o,r,s){let a=this._mesh;if(!l(this._mesh))return;let c=t*2!==o,u=n*2===r,f=e.ellipsoid,d=e.tileXYToRectangle(o,r,s),p=Ret.scheduleTask({vertices:a.vertices,indices:a.indices,indexCountWithoutSkirts:a.indexCountWithoutSkirts,vertexCountWithoutSkirts:a.vertexCountWithoutSkirts,encoding:a.encoding,minimumHeight:this._minimumHeight,maximumHeight:this._maximumHeight,isEastChild:c,isNorthChild:u,childRectangle:d,ellipsoid:f});if(!l(p))return;let g=this;return p.then(function(m){let A=new Uint16Array(m.vertices),C=Fe.createTypedArray(A.length/3,m.indices),x=g._skirtHeight;return new _E({quantizedVertices:A,indices:C,minimumHeight:m.minimumHeight,maximumHeight:m.maximumHeight,boundingSphere:re.clone(m.boundingSphere),orientedBoundingBox:pi.clone(m.orientedBoundingBox),horizonOcclusionPoint:h.clone(m.horizonOcclusionPoint),westIndices:m.westIndices,southIndices:m.southIndices,eastIndices:m.eastIndices,northIndices:m.northIndices,westSkirtHeight:x,southSkirtHeight:x,eastSkirtHeight:x,northSkirtHeight:x,childTileMask:0,createdByUpsampling:!0,credits:g._credits})})};sA.prototype.isChildAvailable=function(e,t,n,i){let o=2;return n!==e*2&&++o,i!==t*2&&(o-=2),(this._childTileMask&1<<o)!==0};sA.prototype.wasCreatedByUpsampling=function(){return this._createdByUpsampling};var Met=new H,Let=new H,Fet=new H,Lhe=new h;function Net(e,t,n){let i=e._mesh,o=i.vertices,r=i.encoding,s=i.indices;for(let a=0,c=s.length;a<c;a+=3){let u=s[a],f=s[a+1],d=s[a+2],p=r.decodeTextureCoordinates(o,u,Met),g=r.decodeTextureCoordinates(o,f,Let),m=r.decodeTextureCoordinates(o,d,Fet),A=Ng.computeBarycentricCoordinates(t,n,p.x,p.y,g.x,g.y,m.x,m.y,Lhe);if(A.x>=-1e-15&&A.y>=-1e-15&&A.z>=-1e-15){let C=r.decodeHeight(o,u),x=r.decodeHeight(o,f),b=r.decodeHeight(o,d);return A.x*C+A.y*x+A.z*b}}}var ket=Uint16Array.BYTES_PER_ELEMENT,Rhe=Uint32Array.BYTES_PER_ELEMENT,V7=Int32Array.BYTES_PER_ELEMENT,Vet=Float32Array.BYTES_PER_ELEMENT,U7=Float64Array.BYTES_PER_ELEMENT;function Uet(e,t,n,i){let o=e._buffer,r=0,s=0,a=0;n>.5?(t>.5?(r=2,s=.5):r=3,a=.5):t>.5&&(r=1,s=.5);let c=new DataView(o),u=0;for(let D=0;D<r;++D)u+=c.getUint32(u,!0),u+=Rhe;u+=Rhe,u+=2*U7;let f=I.toRadians(c.getFloat64(u,!0)*180);u+=U7;let d=I.toRadians(c.getFloat64(u,!0)*180);u+=U7;let p=i.width/f/2,g=i.height/d/2,m=c.getInt32(u,!0);u+=V7;let A=c.getInt32(u,!0)*3;u+=V7,u+=V7;let C=new Array(m),x=new Array(m),b=new Array(m),E;for(E=0;E<m;++E)C[E]=s+c.getUint8(u++)*p,x[E]=a+c.getUint8(u++)*g,b[E]=c.getFloat32(u,!0)*6371010,u+=Vet;let S=new Array(A);for(E=0;E<A;++E)S[E]=c.getUint16(u,!0),u+=ket;for(E=0;E<A;E+=3){let D=S[E],v=S[E+1],O=S[E+2],R=C[D],M=C[v],L=C[O],_=x[D],T=x[v],w=x[O],P=Ng.computeBarycentricCoordinates(t,n,R,_,M,T,L,w,Lhe);if(P.x>=-1e-15&&P.y>=-1e-15&&P.z>=-1e-15)return P.x*b[D]+P.y*b[v]+P.z*b[O]}}var HD=sA;var Qu={UNKNOWN:0,NONE:1,SELF:2,PARENT:3},Ek=new $;function bk(){this._terrainCache={},this._lastTidy=$.now()}bk.prototype.add=function(e,t){this._terrainCache[e]={buffer:t,timestamp:$.now()}};bk.prototype.get=function(e){let n=this._terrainCache[e];if(l(n))return delete this._terrainCache[e],n.buffer};bk.prototype.tidy=function(){if($.now(Ek),$.secondsDifference(Ek,this._lastTidy)>10){let e=this._terrainCache,t=Object.keys(e),n=t.length;for(let i=0;i<n;++i){let o=t[i],r=e[o];$.secondsDifference(Ek,r.timestamp)>10&&delete e[o]}$.clone(Ek,this._lastTidy)}};function TE(e){e=y(e,y.EMPTY_OBJECT);let t;if(l(e.metadata))t=e.metadata;else{let r=Pe.createIfNeeded(e.url);t=new Uh(r)}this._metadata=t,this._tilingScheme=new ui({numberOfLevelZeroTilesX:2,numberOfLevelZeroTilesY:2,rectangle:new ce(-I.PI,-I.PI,I.PI,I.PI),ellipsoid:e.ellipsoid});let n=e.credit;typeof n=="string"&&(n=new Yt(n)),this._credit=n,this._levelZeroMaximumGeometricError=40075.16,this._terrainCache=new bk,this._terrainPromises={},this._terrainRequests={},this._errorEvent=new _e,this._ready=!1;let i=this,o;this._readyPromise=t.readyPromise.then(function(r){if(!t.terrainPresent){let s=new de(`The server ${t.url} doesn't have terrain`);return o=Wn.reportError(o,i,i._errorEvent,s.message,void 0,void 0,void 0,s),Promise.reject(s)}return Wn.reportSuccess(o),i._ready=r,r}).catch(function(r){return o=Wn.reportError(o,i,i._errorEvent,r.message,void 0,void 0,void 0,r),Promise.reject(r)})}Object.defineProperties(TE.prototype,{url:{get:function(){return this._metadata.url}},proxy:{get:function(){return this._metadata.proxy}},tilingScheme:{get:function(){return this._tilingScheme}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},hasWaterMask:{get:function(){return!1}},hasVertexNormals:{get:function(){return!1}},availability:{get:function(){}}});var zet=new xi("decodeGoogleEarthEnterprisePacket");function Fhe(e,t,n){let i=t.getChildBitmask();if(t.terrainState===Qu.PARENT){i=0;for(let o=0;o<4;++o){let r=n.getTileInformationFromQuadKey(e+o.toString());l(r)&&r.hasTerrain()&&(i|=1<<o)}}return i}TE.prototype.requestTileGeometry=function(e,t,n,i){let o=Uh.tileXYToQuadKey(e,t,n),r=this._terrainCache,s=this._metadata,a=s.getTileInformationFromQuadKey(o);if(!l(a))return Promise.reject(new de("Terrain tile doesn't exist"));let c=a.terrainState;l(c)||(c=a.terrainState=Qu.UNKNOWN);let u=r.get(o);if(l(u)){let x=s.providers[a.terrainProvider];return Promise.resolve(new HD({buffer:u,childTileMask:Fhe(o,a,s),credits:l(x)?[x]:void 0,negativeAltitudeExponentBias:s.negativeAltitudeExponentBias,negativeElevationThreshold:s.negativeAltitudeThreshold}))}if(r.tidy(),a.ancestorHasTerrain){if(c===Qu.NONE)return Promise.reject(new de("Terrain tile doesn't exist"))}else return Promise.resolve(new Ra({buffer:new Uint8Array(16*16),width:16,height:16}));let f,d=o,p=-1;switch(c){case Qu.SELF:p=a.terrainVersion;break;case Qu.PARENT:d=d.substring(0,d.length-1),f=s.getTileInformationFromQuadKey(d),p=f.terrainVersion;break;case Qu.UNKNOWN:a.hasTerrain()?p=a.terrainVersion:(d=d.substring(0,d.length-1),f=s.getTileInformationFromQuadKey(d),l(f)&&f.hasTerrain()&&(p=f.terrainVersion));break}if(p<0)return Promise.reject(new de("Terrain tile doesn't exist"));let g=this._terrainPromises,m=this._terrainRequests,A,C;if(l(g[d]))A=g[d],C=m[d];else{C=i;let x=Het(this,d,p,C).fetchArrayBuffer();if(!l(x))return;A=x.then(function(b){return l(b)?zet.scheduleTask({buffer:b,type:"Terrain",key:s.key},[b]).then(function(E){let S=s.getTileInformationFromQuadKey(d);S.terrainState=Qu.SELF,r.add(d,E[0]);let D=S.terrainProvider,v=E.length-1;for(let O=0;O<v;++O){let R=d+O.toString(),M=s.getTileInformationFromQuadKey(R);l(M)&&(r.add(R,E[O+1]),M.terrainState=Qu.PARENT,M.terrainProvider===0&&(M.terrainProvider=D))}}):Promise.reject(new de("Failed to load terrain."))}),g[d]=A,m[d]=C,A=A.finally(function(){delete g[d],delete m[d]})}return A.then(function(){let x=r.get(o);if(l(x)){let b=s.providers[a.terrainProvider];return new HD({buffer:x,childTileMask:Fhe(o,a,s),credits:l(b)?[b]:void 0,negativeAltitudeExponentBias:s.negativeAltitudeExponentBias,negativeElevationThreshold:s.negativeAltitudeThreshold})}return Promise.reject(new de("Failed to load terrain."))}).catch(function(x){return C.state===ai.CANCELLED?(i.state=C.state,Promise.reject(x)):(a.terrainState=Qu.NONE,Promise.reject(x))})};TE.prototype.getLevelMaximumGeometricError=function(e){return this._levelZeroMaximumGeometricError/(1<<e)};TE.prototype.getTileDataAvailable=function(e,t,n){let i=this._metadata,o=Uh.tileXYToQuadKey(e,t,n),r=i.getTileInformation(e,t,n);if(r===null)return!1;if(l(r)){if(!r.ancestorHasTerrain)return!0;let s=r.terrainState;if(s===Qu.NONE)return!1;if((!l(s)||s===Qu.UNKNOWN)&&(r.terrainState=Qu.UNKNOWN,!r.hasTerrain())){o=o.substring(0,o.length-1);let a=i.getTileInformationFromQuadKey(o);if(!l(a)||!a.hasTerrain())return!1}return!0}if(i.isValid(o)){let s=new qo({throttle:!1,throttleByServer:!0,type:qr.TERRAIN});i.populateSubtree(e,t,n,s)}return!1};TE.prototype.loadTileDataAvailability=function(e,t,n){};function Het(e,t,n,i){return n=l(n)&&n>0?n:1,e._metadata.resource.getDerivedResource({url:`flatfile?f1c-0${t}-t.${n.toString()}`,request:i})}var Nhe=TE;function Get(e,t,n,i){this.rightAscension=e,this.declination=t,this.rotation=n,this.rotationRate=i}var Sk=Get;var Zhe={},Wet=32.184,jet=2451545,khe=-.0529921,Vhe=-.1059842,Uhe=13.0120009,zhe=13.3407154,Hhe=.9856003,Ghe=26.4057084,Whe=13.064993,jhe=.3287146,qhe=1.7484877,Yhe=-.1589763,Xhe=.0036096,Khe=.1643573,Jhe=12.9590088,z7=new $;Zhe.ComputeMoon=function(e,t){l(e)||(e=$.now()),z7=$.addSeconds(e,Wet,z7);let n=$.totalDays(z7)-jet,i=n/jn.DAYS_PER_JULIAN_CENTURY,o=(125.045+khe*n)*I.RADIANS_PER_DEGREE,r=(250.089+Vhe*n)*I.RADIANS_PER_DEGREE,s=(260.008+Uhe*n)*I.RADIANS_PER_DEGREE,a=(176.625+zhe*n)*I.RADIANS_PER_DEGREE,c=(357.529+Hhe*n)*I.RADIANS_PER_DEGREE,u=(311.589+Ghe*n)*I.RADIANS_PER_DEGREE,f=(134.963+Whe*n)*I.RADIANS_PER_DEGREE,d=(276.617+jhe*n)*I.RADIANS_PER_DEGREE,p=(34.226+qhe*n)*I.RADIANS_PER_DEGREE,g=(15.134+Yhe*n)*I.RADIANS_PER_DEGREE,m=(119.743+Xhe*n)*I.RADIANS_PER_DEGREE,A=(239.961+Khe*n)*I.RADIANS_PER_DEGREE,C=(25.053+Jhe*n)*I.RADIANS_PER_DEGREE,x=Math.sin(o),b=Math.sin(r),E=Math.sin(s),S=Math.sin(a),D=Math.sin(c),v=Math.sin(u),O=Math.sin(f),R=Math.sin(d),M=Math.sin(p),L=Math.sin(g),_=Math.sin(m),T=Math.sin(A),w=Math.sin(C),P=Math.cos(o),B=Math.cos(r),N=Math.cos(s),z=Math.cos(a),V=Math.cos(c),G=Math.cos(u),k=Math.cos(f),X=Math.cos(d),q=Math.cos(p),Y=Math.cos(g),W=Math.cos(m),J=Math.cos(A),Z=Math.cos(C),ue=(269.9949+.0031*i-3.8787*x-.1204*b+.07*E-.0172*S+.0072*v-.0052*L+.0043*w)*I.RADIANS_PER_DEGREE,pe=(66.5392+.013*i+1.5419*P+.0239*B-.0278*N+.0068*z-.0029*G+9e-4*k+8e-4*Y-9e-4*Z)*I.RADIANS_PER_DEGREE,oe=(38.3213+13.17635815*n-14e-13*n*n+3.561*x+.1208*b-.0642*E+.0158*S+.0252*D-.0066*v-.0047*O-.0046*R+.0028*M+.0052*L+.004*_+.0019*T-.0044*w)*I.RADIANS_PER_DEGREE,fe=(13.17635815-14e-13*(2*n)+3.561*P*khe+.1208*B*Vhe-.0642*N*Uhe+.0158*z*zhe+.0252*V*Hhe-.0066*G*Ghe-.0047*k*Whe-.0046*X*jhe+.0028*q*qhe+.0052*Y*Yhe+.004*W*Xhe+.0019*J*Khe-.0044*Z*Jhe)/86400*I.RADIANS_PER_DEGREE;return l(t)||(t=new Sk),t.rightAscension=ue,t.declination=pe,t.rotation=oe,t.rotationRate=fe,t};var wk=Zhe;function Qhe(e){(!l(e)||typeof e!="function")&&(e=wk.ComputeMoon),this._computeFunction=e}var qet=new h,Yet=new h,Xet=new h;function Ket(e,t,n){let i=qet;i.x=Math.cos(e+I.PI_OVER_TWO),i.y=Math.sin(e+I.PI_OVER_TWO),i.z=0;let o=Math.cos(t),r=Xet;r.x=o*Math.cos(e),r.y=o*Math.sin(e),r.z=Math.sin(t);let s=h.cross(r,i,Yet);return l(n)||(n=new Q),n[0]=i.x,n[1]=s.x,n[2]=r.x,n[3]=i.y,n[4]=s.y,n[5]=r.y,n[6]=i.z,n[7]=s.z,n[8]=r.z,n}var Jet=new Q,Zet=new Be;Qhe.prototype.evaluate=function(e,t){l(e)||(e=$.now());let n=this._computeFunction(e),i=Ket(n.rightAscension,n.declination,t),o=I.zeroToTwoPi(n.rotation),r=Be.fromAxisAngle(h.UNIT_Z,o,Zet),s=Q.fromQuaternion(Be.conjugate(r,r),Jet);return Q.multiply(s,i,i)};var Dk=Qhe;var GD={};GD.type=void 0;GD.getRequiredDataPoints=ye.throwInstantiationError;GD.interpolateOrderZero=ye.throwInstantiationError;GD.interpolate=ye.throwInstantiationError;var $he=GD;function H7(e){this._url=Pe.createIfNeeded(e),this._url.appendForwardSlash()}Object.defineProperties(H7.prototype,{url:{get:function(){return this._url}}});H7.prototype.geocode=function(e,t){return this._url.getDerivedResource({url:t===rA.AUTOCOMPLETE?"autocomplete":"search",queryParameters:{text:e}}).fetchJson().then(function(i){return i.features.map(function(o){let r,s=o.bbox;if(l(s))r=ce.fromDegrees(s[0],s[1],s[2],s[3]);else{let a=o.geometry.coordinates[0],c=o.geometry.coordinates[1];r=h.fromDegrees(a,c)}return{displayName:o.properties.label,destination:r}})})};var vk=H7;function eme(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.accessToken,Lh.defaultAccessToken),n=Pe.createIfNeeded(y(e.server,Lh.defaultServer));n.appendForwardSlash();let i=Lh.getDefaultTokenCredit(t);l(i)&&e.scene.frameState.creditDisplay.addDefaultCredit(Yt.clone(i));let o=n.getDerivedResource({url:"v1/geocode"});l(t)&&o.appendQueryParameters({access_token:t}),this._accessToken=t,this._server=n,this._pelias=new vk(o)}eme.prototype.geocode=function(e,t){return this._pelias.geocode(e,t)};var Pk=eme;var Qet={SHIFT:0,CTRL:1,ALT:2},na=Object.freeze(Qet);function Ik(){ye.throwInstantiationError()}Object.defineProperties(Ik.prototype,{ellipsoid:{get:ye.throwInstantiationError}});Ik.prototype.project=ye.throwInstantiationError;Ik.prototype.unproject=ye.throwInstantiationError;var tme=Ik;var G7=[],W7=[];function $et(e,t,n,i,o,r){let s=o-i+1,a=r-o,c=G7,u=W7,f,d;for(f=0;f<s;++f)c[f]=e[i+f];for(d=0;d<a;++d)u[d]=e[o+d+1];f=0,d=0;for(let p=i;p<=r;++p){let g=c[f],m=u[d];f<s&&(d>=a||t(g,m,n)<=0)?(e[p]=g,++f):d<a&&(e[p]=m,++d)}}function j7(e,t,n,i,o){if(i>=o)return;let r=Math.floor((i+o)*.5);j7(e,t,n,i,r),j7(e,t,n,r+1,o),$et(e,t,n,i,r,o)}function ett(e,t,n){let i=e.length,o=Math.ceil(i*.5);G7.length=o,W7.length=o,j7(e,t,n,0,i-1),G7.length=0,W7.length=0}var aA=ett;function EE(e){e=y(e,y.EMPTY_OBJECT);let t=e.weights,n=e.times;this._times=n,this._weights=t,this._count=t.length/n.length,this._lastTimeIndex=0}Object.defineProperties(EE.prototype,{times:{get:function(){return this._times}},weights:{get:function(){return this._weights}}});EE.prototype.findTimeInterval=no.prototype.findTimeInterval;EE.prototype.wrapTime=no.prototype.wrapTime;EE.prototype.clampTime=no.prototype.clampTime;EE.prototype.evaluate=function(e,t){let n=this.weights,i=this.times,o=this._lastTimeIndex=this.findTimeInterval(e,this._lastTimeIndex),r=(e-i[o])/(i[o+1]-i[o]);l(t)||(t=new Array(this._count));for(let s=0;s<this._count;s++){let a=o*this._count+s;t[s]=n[a]*(1-r)+n[a+this._count]*r}return t};var nme=EE;var ttt={NONE:-1,PARTIAL:0,FULL:1},lr=Object.freeze(ttt);function La(e,t){this._occluderPosition=h.clone(e.center),this._occluderRadius=e.radius,this._horizonDistance=0,this._horizonPlaneNormal=void 0,this._horizonPlanePosition=void 0,this._cameraPosition=void 0,this.cameraPosition=t}var Ok=new h;Object.defineProperties(La.prototype,{position:{get:function(){return this._occluderPosition}},radius:{get:function(){return this._occluderRadius}},cameraPosition:{set:function(e){e=h.clone(e,this._cameraPosition);let t=h.subtract(this._occluderPosition,e,Ok),n=h.magnitudeSquared(t),i=this._occluderRadius*this._occluderRadius,o,r,s;if(n>i){o=Math.sqrt(n-i),n=1/Math.sqrt(n),r=h.multiplyByScalar(t,n,Ok);let a=o*o*n;s=h.add(e,h.multiplyByScalar(r,a,Ok),Ok)}else o=Number.MAX_VALUE;this._horizonDistance=o,this._horizonPlaneNormal=r,this._horizonPlanePosition=s,this._cameraPosition=e}}});La.fromBoundingSphere=function(e,t,n){return l(n)?(h.clone(e.center,n._occluderPosition),n._occluderRadius=e.radius,n.cameraPosition=t,n):new La(e,t)};var ome=new h;La.prototype.isPointVisible=function(e){if(this._horizonDistance!==Number.MAX_VALUE){let t=h.subtract(e,this._occluderPosition,ome),n=this._occluderRadius;if(n=h.magnitudeSquared(t)-n*n,n>0)return n=Math.sqrt(n)+this._horizonDistance,t=h.subtract(e,this._cameraPosition,t),n*n>h.magnitudeSquared(t)}return!1};var ntt=new h;La.prototype.isBoundingSphereVisible=function(e){let t=h.clone(e.center,ntt),n=e.radius;if(this._horizonDistance!==Number.MAX_VALUE){let i=h.subtract(t,this._occluderPosition,ome),o=this._occluderRadius-n;if(o=h.magnitudeSquared(i)-o*o,n<this._occluderRadius)return o>0?(o=Math.sqrt(o)+this._horizonDistance,i=h.subtract(t,this._cameraPosition,i),o*o+n*n>h.magnitudeSquared(i)):!1;if(o>0){i=h.subtract(t,this._cameraPosition,i);let r=h.magnitudeSquared(i),s=this._occluderRadius*this._occluderRadius,a=n*n;return(this._horizonDistance*this._horizonDistance+s)*a>r*s?!0:(o=Math.sqrt(o)+this._horizonDistance,o*o+a>r)}return!0}return!1};var itt=new h;La.prototype.computeVisibility=function(e){let t=h.clone(e.center),n=e.radius;if(n>this._occluderRadius)return lr.FULL;if(this._horizonDistance!==Number.MAX_VALUE){let i=h.subtract(t,this._occluderPosition,itt),o=this._occluderRadius-n,r=h.magnitudeSquared(i);if(o=r-o*o,o>0){o=Math.sqrt(o)+this._horizonDistance,i=h.subtract(t,this._cameraPosition,i);let s=h.magnitudeSquared(i);return o*o+n*n<s?lr.NONE:(o=this._occluderRadius+n,o=r-o*o,o>0?(o=Math.sqrt(o)+this._horizonDistance,s<o*o+n*n?lr.FULL:lr.PARTIAL):(i=h.subtract(t,this._horizonPlanePosition,i),h.dot(i,this._horizonPlaneNormal)>-n?lr.PARTIAL:lr.FULL))}}return lr.NONE};var Bk=new h;La.computeOccludeePoint=function(e,t,n){let i=h.clone(t),o=h.clone(e.center),r=e.radius,s=n.length,a=h.normalize(h.subtract(i,o,Bk),Bk),c=-h.dot(a,o),u=La._anyRotationVector(o,a,c),f=La._horizonToPlaneNormalDotProduct(e,a,c,u,n[0]);if(!f)return;let d;for(let g=1;g<s;++g){if(d=La._horizonToPlaneNormalDotProduct(e,a,c,u,n[g]),!d)return;d<f&&(f=d)}if(f<.0017453283658983088)return;let p=r/f;return h.add(o,h.multiplyByScalar(a,p,Bk),Bk)};var ott=[];La.computeOccludeePointFromRectangle=function(e,t){t=y(t,ie.WGS84);let n=ce.subsample(e,t,0,ott),i=re.fromPoints(n),o=h.ZERO;if(!h.equals(o,i.center))return La.computeOccludeePoint(new re(o,t.minimumRadius),i.center,n)};var rtt=new h;La._anyRotationVector=function(e,t,n){let i=h.abs(t,rtt),o=i.x>i.y?0:1;(o===0&&i.z>i.x||o===1&&i.z>i.y)&&(o=2);let r=new h,s;o===0?(i.x=e.x,i.y=e.y+1,i.z=e.z+1,s=h.UNIT_X):o===1?(i.x=e.x+1,i.y=e.y,i.z=e.z+1,s=h.UNIT_Y):(i.x=e.x+1,i.y=e.y+1,i.z=e.z,s=h.UNIT_Z);let a=(h.dot(t,i)+n)/-h.dot(t,s);return h.normalize(h.subtract(h.add(i,h.multiplyByScalar(s,a,r),i),e,i),i)};var stt=new h;La._rotationVector=function(e,t,n,i,o){let r=h.subtract(i,e,stt);if(r=h.normalize(r,r),h.dot(t,r)<.9999999847691291){let s=h.cross(t,r,r);if(h.magnitude(s)>I.EPSILON13)return h.normalize(s,new h)}return o};var q7=new h,att=new h,Rk=new h,ime=new h;La._horizonToPlaneNormalDotProduct=function(e,t,n,i,o){let r=h.clone(o,q7),s=h.clone(e.center,att),a=e.radius,c=h.subtract(s,r,Rk),u=h.magnitudeSquared(c),f=a*a;if(u<f)return!1;let d=u-f,p=Math.sqrt(d),m=1/Math.sqrt(u),C=p*m*p;c=h.normalize(c,c);let x=h.add(r,h.multiplyByScalar(c,C,ime),ime),b=Math.sqrt(d-C*C),E=this._rotationVector(s,t,n,r,i),S=h.fromElements(E.x*E.x*c.x+(E.x*E.y-E.z)*c.y+(E.x*E.z+E.y)*c.z,(E.x*E.y+E.z)*c.x+E.y*E.y*c.y+(E.y*E.z-E.x)*c.z,(E.x*E.z-E.y)*c.x+(E.y*E.z+E.x)*c.y+E.z*E.z*c.z,q7);S=h.normalize(S,S);let D=h.multiplyByScalar(S,b,q7);E=h.normalize(h.subtract(h.add(x,D,Rk),s,Rk),Rk);let v=h.dot(t,E);E=h.normalize(h.subtract(h.subtract(x,D,E),s,E),E);let O=h.dot(t,E);return v<O?v:O};var Mk=La;function Y7(e,t,n){e=Pe.createIfNeeded(e),e.appendForwardSlash(),e.setQueryParameters({key:t}),this._url=e,this._params=y(n,{})}Object.defineProperties(Y7.prototype,{url:{get:function(){return this._url}},params:{get:function(){return this._params}}});Y7.prototype.geocode=function(e){return this._url.getDerivedResource({url:"json",queryParameters:pt(this._params,{q:e})}).fetchJson().then(function(n){return n.results.map(function(i){let o,r=i.bounds;if(l(r))o=ce.fromDegrees(r.southwest.lng,r.southwest.lat,r.northeast.lng,r.northeast.lat);else{let s=i.geometry.lat,a=i.geometry.lng;o=h.fromDegrees(s,a)}return{displayName:i.formatted,destination:o}})})};var rme=Y7;var ctt={packedLength:void 0,pack:ye.throwInstantiationError,unpack:ye.throwInstantiationError},sme=ctt;var ltt={packedInterpolationLength:void 0,convertPackedArrayForInterpolation:ye.throwInstantiationError,unpackInterpolationResult:ye.throwInstantiationError},ame=ltt;var utt=new h;function ftt(e,t,n,i){let o=CC(e,t,n,i,utt);return l(o)?o.x>0&&o.y>0&&o.z>0:!1}var cme=ftt;function lme(){ye.throwInstantiationError()}lme.prototype.getURL=ye.throwInstantiationError;var ume=lme;var cA;typeof requestAnimationFrame<"u"&&(cA=requestAnimationFrame);(function(){if(!l(cA)&&typeof window<"u"){let e=["webkit","moz","ms","o"],t=0,n=e.length;for(;t<n&&!l(cA);)cA=window[`${e[t]}RequestAnimationFrame`],++t}if(!l(cA)){let e=16.666666666666668,t=0;cA=function(n){let i=wi(),o=Math.max(e-(i-t),0);return t=i+o,setTimeout(function(){n(t)},o)}}})();function dtt(e){return Xr("Cesium.requestAnimationFrame","Cesium.requestAnimationFrame was deprecated in CesiumJS 1.96 and will be removed in 1.99. Use the native requestAnimationFrame method instead."),cA(e)}var fme=dtt;var htt={LEFT_DOWN:0,LEFT_UP:1,LEFT_CLICK:2,LEFT_DOUBLE_CLICK:3,RIGHT_DOWN:5,RIGHT_UP:6,RIGHT_CLICK:7,MIDDLE_DOWN:10,MIDDLE_UP:11,MIDDLE_CLICK:12,MOUSE_MOVE:15,WHEEL:16,PINCH_START:17,PINCH_END:18,PINCH_MOVE:19},pn=Object.freeze(htt);function zg(e,t,n){let i=e._element;if(i===document)return n.x=t.clientX,n.y=t.clientY,n;let o=i.getBoundingClientRect();return n.x=t.clientX-o.left,n.y=t.clientY-o.top,n}function $7(e,t){let n=e;return l(t)&&(n+=`+${t}`),n}function lA(e){if(e.shiftKey)return na.SHIFT;if(e.ctrlKey)return na.CTRL;if(e.altKey)return na.ALT}var $r={LEFT:0,MIDDLE:1,RIGHT:2};function Yl(e,t,n,i){function o(r){i(e,r)}Lt.isInternetExplorer()?n.addEventListener(t,o,!1):n.addEventListener(t,o,{capture:!1,passive:!1}),e._removalFunctions.push(function(){n.removeEventListener(t,o,!1)})}function mtt(e){let t=e._element,n=l(t.disableRootEvents)?t:document;Lt.supportsPointerEvents()?(Yl(e,"pointerdown",t,Ctt),Yl(e,"pointerup",t,xme),Yl(e,"pointermove",t,xtt),Yl(e,"pointercancel",t,xme)):(Yl(e,"mousedown",t,Tme),Yl(e,"mouseup",n,Eme),Yl(e,"mousemove",n,bme),Yl(e,"touchstart",t,ytt),Yl(e,"touchend",n,_me),Yl(e,"touchmove",n,Att),Yl(e,"touchcancel",n,_me)),Yl(e,"dblclick",t,_tt);let i;"onwheel"in t?i="wheel":document.onmousewheel!==void 0?i="mousewheel":i="DOMMouseScroll",Yl(e,i,t,gtt)}function ptt(e){let t=e._removalFunctions;for(let n=0;n<t.length;++n)t[n]()}var dme={position:new H};function ej(e){e._lastSeenTouchEvent=wi()}function tj(e){return wi()-e._lastSeenTouchEvent>md.mouseEmulationIgnoreMilliseconds}function Q7(e,t,n){let i=e.x-t.x,o=e.y-t.y;return Math.sqrt(i*i+o*o)<n}function Tme(e,t){if(!tj(e))return;let n=t.button;e._buttonDown[n]=!0;let i;if(n===$r.LEFT)i=pn.LEFT_DOWN;else if(n===$r.MIDDLE)i=pn.MIDDLE_DOWN;else if(n===$r.RIGHT)i=pn.RIGHT_DOWN;else return;let o=zg(e,t,e._primaryPosition);H.clone(o,e._primaryStartPosition),H.clone(o,e._primaryPreviousPosition);let r=lA(t),s=e.getInputAction(i,r);l(s)&&(H.clone(o,dme.position),s(dme),t.preventDefault())}var hme={position:new H},mme={position:new H};function X7(e,t,n,i){let o=lA(i),r=e.getInputAction(t,o),s=e.getInputAction(n,o);if(l(r)||l(s)){let a=zg(e,i,e._primaryPosition);if(l(r)&&(H.clone(a,hme.position),r(hme)),l(s)){let c=e._primaryStartPosition;Q7(c,a,e._clickPixelTolerance)&&(H.clone(a,mme.position),s(mme))}}}function Eme(e,t){if(!tj(e))return;let n=t.button;n!==$r.LEFT&&n!==$r.MIDDLE&&n!==$r.RIGHT||(e._buttonDown[$r.LEFT]&&(X7(e,pn.LEFT_UP,pn.LEFT_CLICK,t),e._buttonDown[$r.LEFT]=!1),e._buttonDown[$r.MIDDLE]&&(X7(e,pn.MIDDLE_UP,pn.MIDDLE_CLICK,t),e._buttonDown[$r.MIDDLE]=!1),e._buttonDown[$r.RIGHT]&&(X7(e,pn.RIGHT_UP,pn.RIGHT_CLICK,t),e._buttonDown[$r.RIGHT]=!1))}var K7={startPosition:new H,endPosition:new H};function bme(e,t){if(!tj(e))return;let n=lA(t),i=zg(e,t,e._primaryPosition),o=e._primaryPreviousPosition,r=e.getInputAction(pn.MOUSE_MOVE,n);l(r)&&(H.clone(o,K7.startPosition),H.clone(i,K7.endPosition),r(K7)),H.clone(i,o),(e._buttonDown[$r.LEFT]||e._buttonDown[$r.MIDDLE]||e._buttonDown[$r.RIGHT])&&t.preventDefault()}var pme={position:new H};function _tt(e,t){let n=t.button,i;if(n===$r.LEFT)i=pn.LEFT_DOUBLE_CLICK;else return;let o=lA(t),r=e.getInputAction(i,o);l(r)&&(zg(e,t,pme.position),r(pme))}function gtt(e,t){let n;if(l(t.deltaY)){let r=t.deltaMode;r===t.DOM_DELTA_PIXEL?n=-t.deltaY:r===t.DOM_DELTA_LINE?n=-t.deltaY*40:n=-t.deltaY*120}else t.detail>0?n=t.detail*-120:n=t.wheelDelta;if(!l(n))return;let i=lA(t),o=e.getInputAction(pn.WHEEL,i);l(o)&&(o(n),t.preventDefault())}function ytt(e,t){ej(e);let n=t.changedTouches,i,o=n.length,r,s,a=e._positions;for(i=0;i<o;++i)r=n[i],s=r.identifier,a.set(s,zg(e,r,new H));Lk(e,t);let c=e._previousPositions;for(i=0;i<o;++i)r=n[i],s=r.identifier,c.set(s,H.clone(a.get(s)))}function _me(e,t){ej(e);let n=t.changedTouches,i,o=n.length,r,s,a=e._positions;for(i=0;i<o;++i)r=n[i],s=r.identifier,a.remove(s);Lk(e,t);let c=e._previousPositions;for(i=0;i<o;++i)r=n[i],s=r.identifier,c.remove(s)}var gme={position:new H},J7={position1:new H,position2:new H},yme={position:new H},Ame={position:new H},Cme={position:new H};function Lk(e,t){let n=lA(t),i=e._positions,o=i.length,r,s,a=e._isPinching;if(o!==1&&e._buttonDown[$r.LEFT]){if(e._buttonDown[$r.LEFT]=!1,l(e._touchHoldTimer)&&(clearTimeout(e._touchHoldTimer),e._touchHoldTimer=void 0),r=e.getInputAction(pn.LEFT_UP,n),l(r)&&(H.clone(e._primaryPosition,yme.position),r(yme)),o===0&&!e._isTouchHolding&&(s=e.getInputAction(pn.LEFT_CLICK,n),l(s))){let c=e._primaryStartPosition,u=e._previousPositions.values[0];Q7(c,u,e._clickPixelTolerance)&&(H.clone(e._primaryPosition,Ame.position),s(Ame))}e._isTouchHolding=!1}if(o===0&&a&&(e._isPinching=!1,r=e.getInputAction(pn.PINCH_END,n),l(r)&&r()),o===1&&!a){let c=i.values[0];H.clone(c,e._primaryPosition),H.clone(c,e._primaryStartPosition),H.clone(c,e._primaryPreviousPosition),e._buttonDown[$r.LEFT]=!0,r=e.getInputAction(pn.LEFT_DOWN,n),l(r)&&(H.clone(c,gme.position),r(gme)),e._touchHoldTimer=setTimeout(function(){if(!e.isDestroyed()&&(e._touchHoldTimer=void 0,e._isTouchHolding=!0,s=e.getInputAction(pn.RIGHT_CLICK,n),l(s))){let u=e._primaryStartPosition,f=e._previousPositions.values[0];Q7(u,f,e._holdPixelTolerance)&&(H.clone(e._primaryPosition,Cme.position),s(Cme))}},md.touchHoldDelayMilliseconds),t.preventDefault()}o===2&&!a&&(e._isPinching=!0,r=e.getInputAction(pn.PINCH_START,n),l(r)&&(H.clone(i.values[0],J7.position1),H.clone(i.values[1],J7.position2),r(J7),t.preventDefault()))}function Att(e,t){ej(e);let n=t.changedTouches,i,o=n.length,r,s,a=e._positions;for(i=0;i<o;++i){r=n[i],s=r.identifier;let u=a.get(s);l(u)&&zg(e,r,u)}Sme(e,t);let c=e._previousPositions;for(i=0;i<o;++i)r=n[i],s=r.identifier,H.clone(a.get(s),c.get(s))}var Z7={startPosition:new H,endPosition:new H},WD={distance:{startPosition:new H,endPosition:new H},angleAndHeight:{startPosition:new H,endPosition:new H}};function Sme(e,t){let n=lA(t),i=e._positions,o=e._previousPositions,r=i.length,s;if(r===1&&e._buttonDown[$r.LEFT]){let a=i.values[0];H.clone(a,e._primaryPosition);let c=e._primaryPreviousPosition;s=e.getInputAction(pn.MOUSE_MOVE,n),l(s)&&(H.clone(c,Z7.startPosition),H.clone(a,Z7.endPosition),s(Z7)),H.clone(a,c),t.preventDefault()}else if(r===2&&e._isPinching&&(s=e.getInputAction(pn.PINCH_MOVE,n),l(s))){let a=i.values[0],c=i.values[1],u=o.values[0],f=o.values[1],d=c.x-a.x,p=c.y-a.y,g=Math.sqrt(d*d+p*p)*.25,m=f.x-u.x,A=f.y-u.y,C=Math.sqrt(m*m+A*A)*.25,x=(c.y+a.y)*.125,b=(f.y+u.y)*.125,E=Math.atan2(p,d),S=Math.atan2(A,m);H.fromElements(0,C,WD.distance.startPosition),H.fromElements(0,g,WD.distance.endPosition),H.fromElements(S,b,WD.angleAndHeight.startPosition),H.fromElements(E,x,WD.angleAndHeight.endPosition),s(WD)}}function Ctt(e,t){if(t.target.setPointerCapture(t.pointerId),t.pointerType==="touch"){let n=e._positions,i=t.pointerId;n.set(i,zg(e,t,new H)),Lk(e,t),e._previousPositions.set(i,H.clone(n.get(i)))}else Tme(e,t)}function xme(e,t){if(t.pointerType==="touch"){let n=e._positions,i=t.pointerId;n.remove(i),Lk(e,t),e._previousPositions.remove(i)}else Eme(e,t)}function xtt(e,t){if(t.pointerType==="touch"){let n=e._positions,i=t.pointerId,o=n.get(i);if(!l(o))return;zg(e,t,o),Sme(e,t);let r=e._previousPositions;H.clone(n.get(i),r.get(i))}else bme(e,t)}function md(e){this._inputEvents={},this._buttonDown={LEFT:!1,MIDDLE:!1,RIGHT:!1},this._isPinching=!1,this._isTouchHolding=!1,this._lastSeenTouchEvent=-md.mouseEmulationIgnoreMilliseconds,this._primaryStartPosition=new H,this._primaryPosition=new H,this._primaryPreviousPosition=new H,this._positions=new gt,this._previousPositions=new gt,this._removalFunctions=[],this._touchHoldTimer=void 0,this._clickPixelTolerance=5,this._holdPixelTolerance=25,this._element=y(e,document),mtt(this)}md.prototype.setInputAction=function(e,t,n){let i=$7(t,n);this._inputEvents[i]=e};md.prototype.getInputAction=function(e,t){let n=$7(e,t);return this._inputEvents[n]};md.prototype.removeInputAction=function(e,t){let n=$7(e,t);delete this._inputEvents[n]};md.prototype.isDestroyed=function(){return!1};md.prototype.destroy=function(){return ptt(this),le(this)};md.mouseEmulationIgnoreMilliseconds=800;md.touchHoldDelayMilliseconds=1500;var $u=md;function Ttt(e,t,n,i,o,r,s){let a=bi.numberOfPoints(e,t,o),c,u=n.red,f=n.green,d=n.blue,p=n.alpha,g=i.red,m=i.green,A=i.blue,C=i.alpha;if(U.equals(n,i)){for(c=0;c<a;c++)r[s++]=U.floatToByte(u),r[s++]=U.floatToByte(f),r[s++]=U.floatToByte(d),r[s++]=U.floatToByte(p);return s}let x=(g-u)/a,b=(m-f)/a,E=(A-d)/a,S=(C-p)/a,D=s;for(c=0;c<a;c++)r[D++]=U.floatToByte(u+c*x),r[D++]=U.floatToByte(f+c*b),r[D++]=U.floatToByte(d+c*E),r[D++]=U.floatToByte(p+c*S);return D}function jD(e){e=y(e,y.EMPTY_OBJECT);let t=e.positions,n=e.colors,i=y(e.colorsPerVertex,!1);this._positions=t,this._colors=n,this._colorsPerVertex=i,this._arcType=y(e.arcType,qt.GEODESIC),this._granularity=y(e.granularity,I.RADIANS_PER_DEGREE),this._ellipsoid=y(e.ellipsoid,ie.WGS84),this._workerName="createSimplePolylineGeometry";let o=1+t.length*h.packedLength;o+=l(n)?1+n.length*U.packedLength:1,this.packedLength=o+ie.packedLength+3}jD.pack=function(e,t,n){n=y(n,0);let i,o=e._positions,r=o.length;for(t[n++]=r,i=0;i<r;++i,n+=h.packedLength)h.pack(o[i],t,n);let s=e._colors;for(r=l(s)?s.length:0,t[n++]=r,i=0;i<r;++i,n+=U.packedLength)U.pack(s[i],t,n);return ie.pack(e._ellipsoid,t,n),n+=ie.packedLength,t[n++]=e._colorsPerVertex?1:0,t[n++]=e._arcType,t[n]=e._granularity,t};jD.unpack=function(e,t,n){t=y(t,0);let i,o=e[t++],r=new Array(o);for(i=0;i<o;++i,t+=h.packedLength)r[i]=h.unpack(e,t);o=e[t++];let s=o>0?new Array(o):void 0;for(i=0;i<o;++i,t+=U.packedLength)s[i]=U.unpack(e,t);let a=ie.unpack(e,t);t+=ie.packedLength;let c=e[t++]===1,u=e[t++],f=e[t];return l(n)?(n._positions=r,n._colors=s,n._ellipsoid=a,n._colorsPerVertex=c,n._arcType=u,n._granularity=f,n):new jD({positions:r,colors:s,ellipsoid:a,colorsPerVertex:c,arcType:u,granularity:f})};var Fk=new Array(2),Nk=new Array(2),Ett={positions:Fk,height:Nk,ellipsoid:void 0,minDistance:void 0,granularity:void 0};jD.createGeometry=function(e){let t=e._positions,n=e._colors,i=e._colorsPerVertex,o=e._arcType,r=e._granularity,s=e._ellipsoid,a=I.chordLength(r,s.maximumRadius),c=l(n)&&!i,u,f=t.length,d,p,g,m,A=0;if(o===qt.GEODESIC||o===qt.RHUMB){let S,D,v;o===qt.GEODESIC?(S=I.chordLength(r,s.maximumRadius),D=bi.numberOfPoints,v=bi.generateArc):(S=r,D=bi.numberOfPointsRhumbLine,v=bi.generateRhumbArc);let O=bi.extractHeights(t,s),R=Ett;if(o===qt.GEODESIC?R.minDistance=a:R.granularity=r,R.ellipsoid=s,c){let M=0;for(u=0;u<f-1;u++)M+=D(t[u],t[u+1],S)+1;d=new Float64Array(M*3),g=new Uint8Array(M*4),R.positions=Fk,R.height=Nk;let L=0;for(u=0;u<f-1;++u){Fk[0]=t[u],Fk[1]=t[u+1],Nk[0]=O[u],Nk[1]=O[u+1];let _=v(R);if(l(n)){let T=_.length/3;m=n[u];for(let w=0;w<T;++w)g[L++]=U.floatToByte(m.red),g[L++]=U.floatToByte(m.green),g[L++]=U.floatToByte(m.blue),g[L++]=U.floatToByte(m.alpha)}d.set(_,A),A+=_.length}}else if(R.positions=t,R.height=O,d=new Float64Array(v(R)),l(n)){for(g=new Uint8Array(d.length/3*4),u=0;u<f-1;++u){let L=t[u],_=t[u+1],T=n[u],w=n[u+1];A=Ttt(L,_,T,w,a,g,A)}let M=n[f-1];g[A++]=U.floatToByte(M.red),g[A++]=U.floatToByte(M.green),g[A++]=U.floatToByte(M.blue),g[A++]=U.floatToByte(M.alpha)}}else{p=c?f*2-2:f,d=new Float64Array(p*3),g=l(n)?new Uint8Array(p*4):void 0;let S=0,D=0;for(u=0;u<f;++u){let v=t[u];if(c&&u>0&&(h.pack(v,d,S),S+=3,m=n[u-1],g[D++]=U.floatToByte(m.red),g[D++]=U.floatToByte(m.green),g[D++]=U.floatToByte(m.blue),g[D++]=U.floatToByte(m.alpha)),c&&u===f-1)break;h.pack(v,d,S),S+=3,l(n)&&(m=n[u],g[D++]=U.floatToByte(m.red),g[D++]=U.floatToByte(m.green),g[D++]=U.floatToByte(m.blue),g[D++]=U.floatToByte(m.alpha))}}let C=new sn;C.position=new be({componentDatatype:K.DOUBLE,componentsPerAttribute:3,values:d}),l(n)&&(C.color=new be({componentDatatype:K.UNSIGNED_BYTE,componentsPerAttribute:4,values:g,normalize:!0})),p=d.length/3;let x=(p-1)*2,b=Fe.createTypedArray(p,x),E=0;for(u=0;u<p-1;++u)b[E++]=u,b[E++]=u+1;return new it({attributes:C,indices:b,primitiveType:Oe.LINES,boundingSphere:re.fromPoints(t)})};var wme=jD;function bE(e){let t=y(e.radius,1),i={radii:new h(t,t,t),stackPartitions:e.stackPartitions,slicePartitions:e.slicePartitions,vertexFormat:e.vertexFormat};this._ellipsoidGeometry=new Is(i),this._workerName="createSphereGeometry"}bE.packedLength=Is.packedLength;bE.pack=function(e,t,n){return Is.pack(e._ellipsoidGeometry,t,n)};var btt=new Is,Hg={radius:void 0,radii:new h,vertexFormat:new we,stackPartitions:void 0,slicePartitions:void 0};bE.unpack=function(e,t,n){let i=Is.unpack(e,t,btt);return Hg.vertexFormat=we.clone(i._vertexFormat,Hg.vertexFormat),Hg.stackPartitions=i._stackPartitions,Hg.slicePartitions=i._slicePartitions,l(n)?(h.clone(i._radii,Hg.radii),n._ellipsoidGeometry=new Is(Hg),n):(Hg.radius=i._radii.x,new bE(Hg))};bE.createGeometry=function(e){return Is.createGeometry(e._ellipsoidGeometry)};var Dme=bE;var Stt={WEST:0,NORTH:1,EAST:2,SOUTH:3,NORTHWEST:4,NORTHEAST:5,SOUTHWEST:6,SOUTHEAST:7},ln=Stt;function Gg(e){}Object.defineProperties(Gg.prototype,{ellipsoid:{get:ye.throwInstantiationError},rectangle:{get:ye.throwInstantiationError},projection:{get:ye.throwInstantiationError}});Gg.prototype.getNumberOfXTilesAtLevel=ye.throwInstantiationError;Gg.prototype.getNumberOfYTilesAtLevel=ye.throwInstantiationError;Gg.prototype.rectangleToNativeRectangle=ye.throwInstantiationError;Gg.prototype.tileXYToNativeRectangle=ye.throwInstantiationError;Gg.prototype.tileXYToRectangle=ye.throwInstantiationError;Gg.prototype.positionToTileXY=ye.throwInstantiationError;var vme=Gg;function uA(e){e=y(e,y.EMPTY_OBJECT),this._clock=void 0,this._element=void 0,this._clockSubscription=void 0,this._seekFunction=void 0,this._lastPlaybackRate=void 0,this.clock=e.clock,this.element=e.element,this.epoch=y(e.epoch,ke.MINIMUM_VALUE),this.tolerance=y(e.tolerance,1),this._seeking=!1,this._seekFunction=void 0,this._firstTickAfterSeek=!1}Object.defineProperties(uA.prototype,{clock:{get:function(){return this._clock},set:function(e){let t=this._clock;t!==e&&(l(t)&&(this._clockSubscription(),this._clockSubscription=void 0),l(e)&&(this._clockSubscription=e.onTick.addEventListener(uA.prototype._onTick,this)),this._clock=e)}},element:{get:function(){return this._element},set:function(e){let t=this._element;t!==e&&(l(t)&&t.removeEventListener("seeked",this._seekFunction,!1),l(e)&&(this._seeking=!1,this._seekFunction=wtt(this),e.addEventListener("seeked",this._seekFunction,!1)),this._element=e,this._seeking=!1,this._firstTickAfterSeek=!1)}}});uA.prototype.destroy=function(){return this.element=void 0,this.clock=void 0,le(this)};uA.prototype.isDestroyed=function(){return!1};uA.prototype._trySetPlaybackRate=function(e){if(this._lastPlaybackRate===e.multiplier)return;let t=this._element;try{t.playbackRate=e.multiplier}catch{t.playbackRate=0}this._lastPlaybackRate=e.multiplier};uA.prototype._onTick=function(e){let t=this._element;if(!l(t)||t.readyState<2)return;let n=t.paused,i=e.shouldAnimate;if(i===n&&(i?t.play():t.pause()),this._seeking||this._firstTickAfterSeek){this._firstTickAfterSeek=!1;return}this._trySetPlaybackRate(e);let o=e.currentTime,r=y(this.epoch,ke.MINIMUM_VALUE),s=$.secondsDifference(o,r),a=t.duration,c,u=t.currentTime;t.loop?(s=s%a,s<0&&(s=a-s),c=s):s>a?c=a:s<0?c=0:c=s;let f=i?y(this.tolerance,1):.001;Math.abs(c-u)>f&&(this._seeking=!0,t.currentTime=c)};function wtt(e){return function(){e._seeking=!1,e._firstTickAfterSeek=!0}}var Pme=uA;function Dtt(e,t){this.rectangle=e,this.maxLevel=t}function SE(e){e=y(e,y.EMPTY_OBJECT);let t=Pe.createIfNeeded(e.url);this._resource=t,this._errorEvent=new _e,this._ready=!1,this._terrainDataStructure={heightScale:1/1e3,heightOffset:-1e3,elementsPerHeight:3,stride:4,elementMultiplier:256,isBigEndian:!0,lowestEncodedHeight:0,highestEncodedHeight:256*256*256-1};let n=e.credit;typeof n=="string"&&(n=new Yt(n)),this._credit=n,this._tilingScheme=void 0,this._rectangles=[];let i=this,o,r=y(e.ellipsoid,ie.WGS84);function s(u){let f=u.getElementsByTagName("SRS")[0].textContent;if(f==="EPSG:4326")i._tilingScheme=new ui({ellipsoid:r});else return Promise.reject(new de(`SRS ${f} is not supported.`));let d=u.getElementsByTagName("TileFormat")[0];i._heightmapWidth=parseInt(d.getAttribute("width"),10),i._heightmapHeight=parseInt(d.getAttribute("height"),10),i._levelZeroMaximumGeometricError=Hr.getEstimatedLevelZeroGeometricErrorForAHeightmap(r,Math.min(i._heightmapWidth,i._heightmapHeight),i._tilingScheme.getNumberOfXTilesAtLevel(0));let p=u.getElementsByTagName("DataExtent");for(let g=0;g<p.length;++g){let m=p[g],A=I.toRadians(parseFloat(m.getAttribute("minx"))),C=I.toRadians(parseFloat(m.getAttribute("miny"))),x=I.toRadians(parseFloat(m.getAttribute("maxx"))),b=I.toRadians(parseFloat(m.getAttribute("maxy"))),E=parseInt(m.getAttribute("maxlevel"),10);i._rectangles.push(new Dtt(new ce(A,C,x,b),E))}return i._ready=!0,Promise.resolve(!0)}function a(u){let f=y(l(u)?u.message:void 0,`An error occurred while accessing ${i._resource.url}.`);return o=Wn.reportError(o,i,i._errorEvent,f),o.retry?c():Promise.reject(new de(f))}function c(){return i._resource.fetchXML().then(s).catch(a)}this._readyPromise=c()}Object.defineProperties(SE.prototype,{errorEvent:{get:function(){return this._errorEvent}},credit:{get:function(){return this._credit}},tilingScheme:{get:function(){return this._tilingScheme}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},hasWaterMask:{get:function(){return!1}},hasVertexNormals:{get:function(){return!1}},availability:{get:function(){}}});SE.prototype.requestTileGeometry=function(e,t,n,i){let o=this._tilingScheme.getNumberOfYTilesAtLevel(n),s=this._resource.getDerivedResource({url:`${n}/${e}/${o-t-1}.tif`,queryParameters:{cesium:!0},request:i}).fetchImage({preferImageBitmap:!0});if(!l(s))return;let a=this;return Promise.resolve(s).then(function(c){return new Ra({buffer:Dd(c),width:a._heightmapWidth,height:a._heightmapHeight,childTileMask:vtt(a,e,t,n),structure:a._terrainDataStructure})})};SE.prototype.getLevelMaximumGeometricError=function(e){return this._levelZeroMaximumGeometricError/(1<<e)};var Ime=new ce;function vtt(e,t,n,i){let o=e._tilingScheme,r=e._rectangles,s=o.tileXYToRectangle(t,n,i),a=0;for(let c=0;c<r.length&&a!==15;++c){let u=r[c];if(u.maxLevel<=i)continue;let f=u.rectangle,d=ce.intersection(f,s,Ime);l(d)&&(kk(o,f,t*2,n*2,i+1)&&(a|=4),kk(o,f,t*2+1,n*2,i+1)&&(a|=8),kk(o,f,t*2,n*2+1,i+1)&&(a|=1),kk(o,f,t*2+1,n*2+1,i+1)&&(a|=2))}return a}function kk(e,t,n,i,o){let r=e.tileXYToRectangle(n,i,o);return l(ce.intersection(r,t,Ime))}SE.prototype.getTileDataAvailable=function(e,t,n){};SE.prototype.loadTileDataAvailability=function(e,t,n){};var Ome=SE;var Ptt={VK_FORMAT_UNDEFINED:0,VK_FORMAT_R4G4_UNORM_PACK8:1,VK_FORMAT_R4G4B4A4_UNORM_PACK16:2,VK_FORMAT_B4G4R4A4_UNORM_PACK16:3,VK_FORMAT_R5G6B5_UNORM_PACK16:4,VK_FORMAT_B5G6R5_UNORM_PACK16:5,VK_FORMAT_R5G5B5A1_UNORM_PACK16:6,VK_FORMAT_B5G5R5A1_UNORM_PACK16:7,VK_FORMAT_A1R5G5B5_UNORM_PACK16:8,VK_FORMAT_R8_UNORM:9,VK_FORMAT_R8_SNORM:10,VK_FORMAT_R8_USCALED:11,VK_FORMAT_R8_SSCALED:12,VK_FORMAT_R8_UINT:13,VK_FORMAT_R8_SINT:14,VK_FORMAT_R8_SRGB:15,VK_FORMAT_R8G8_UNORM:16,VK_FORMAT_R8G8_SNORM:17,VK_FORMAT_R8G8_USCALED:18,VK_FORMAT_R8G8_SSCALED:19,VK_FORMAT_R8G8_UINT:20,VK_FORMAT_R8G8_SINT:21,VK_FORMAT_R8G8_SRGB:22,VK_FORMAT_R8G8B8_UNORM:23,VK_FORMAT_R8G8B8_SNORM:24,VK_FORMAT_R8G8B8_USCALED:25,VK_FORMAT_R8G8B8_SSCALED:26,VK_FORMAT_R8G8B8_UINT:27,VK_FORMAT_R8G8B8_SINT:28,VK_FORMAT_R8G8B8_SRGB:29,VK_FORMAT_B8G8R8_UNORM:30,VK_FORMAT_B8G8R8_SNORM:31,VK_FORMAT_B8G8R8_USCALED:32,VK_FORMAT_B8G8R8_SSCALED:33,VK_FORMAT_B8G8R8_UINT:34,VK_FORMAT_B8G8R8_SINT:35,VK_FORMAT_B8G8R8_SRGB:36,VK_FORMAT_R8G8B8A8_UNORM:37,VK_FORMAT_R8G8B8A8_SNORM:38,VK_FORMAT_R8G8B8A8_USCALED:39,VK_FORMAT_R8G8B8A8_SSCALED:40,VK_FORMAT_R8G8B8A8_UINT:41,VK_FORMAT_R8G8B8A8_SINT:42,VK_FORMAT_R8G8B8A8_SRGB:43,VK_FORMAT_B8G8R8A8_UNORM:44,VK_FORMAT_B8G8R8A8_SNORM:45,VK_FORMAT_B8G8R8A8_USCALED:46,VK_FORMAT_B8G8R8A8_SSCALED:47,VK_FORMAT_B8G8R8A8_UINT:48,VK_FORMAT_B8G8R8A8_SINT:49,VK_FORMAT_B8G8R8A8_SRGB:50,VK_FORMAT_A8B8G8R8_UNORM_PACK32:51,VK_FORMAT_A8B8G8R8_SNORM_PACK32:52,VK_FORMAT_A8B8G8R8_USCALED_PACK32:53,VK_FORMAT_A8B8G8R8_SSCALED_PACK32:54,VK_FORMAT_A8B8G8R8_UINT_PACK32:55,VK_FORMAT_A8B8G8R8_SINT_PACK32:56,VK_FORMAT_A8B8G8R8_SRGB_PACK32:57,VK_FORMAT_A2R10G10B10_UNORM_PACK32:58,VK_FORMAT_A2R10G10B10_SNORM_PACK32:59,VK_FORMAT_A2R10G10B10_USCALED_PACK32:60,VK_FORMAT_A2R10G10B10_SSCALED_PACK32:61,VK_FORMAT_A2R10G10B10_UINT_PACK32:62,VK_FORMAT_A2R10G10B10_SINT_PACK32:63,VK_FORMAT_A2B10G10R10_UNORM_PACK32:64,VK_FORMAT_A2B10G10R10_SNORM_PACK32:65,VK_FORMAT_A2B10G10R10_USCALED_PACK32:66,VK_FORMAT_A2B10G10R10_SSCALED_PACK32:67,VK_FORMAT_A2B10G10R10_UINT_PACK32:68,VK_FORMAT_A2B10G10R10_SINT_PACK32:69,VK_FORMAT_R16_UNORM:70,VK_FORMAT_R16_SNORM:71,VK_FORMAT_R16_USCALED:72,VK_FORMAT_R16_SSCALED:73,VK_FORMAT_R16_UINT:74,VK_FORMAT_R16_SINT:75,VK_FORMAT_R16_SFLOAT:76,VK_FORMAT_R16G16_UNORM:77,VK_FORMAT_R16G16_SNORM:78,VK_FORMAT_R16G16_USCALED:79,VK_FORMAT_R16G16_SSCALED:80,VK_FORMAT_R16G16_UINT:81,VK_FORMAT_R16G16_SINT:82,VK_FORMAT_R16G16_SFLOAT:83,VK_FORMAT_R16G16B16_UNORM:84,VK_FORMAT_R16G16B16_SNORM:85,VK_FORMAT_R16G16B16_USCALED:86,VK_FORMAT_R16G16B16_SSCALED:87,VK_FORMAT_R16G16B16_UINT:88,VK_FORMAT_R16G16B16_SINT:89,VK_FORMAT_R16G16B16_SFLOAT:90,VK_FORMAT_R16G16B16A16_UNORM:91,VK_FORMAT_R16G16B16A16_SNORM:92,VK_FORMAT_R16G16B16A16_USCALED:93,VK_FORMAT_R16G16B16A16_SSCALED:94,VK_FORMAT_R16G16B16A16_UINT:95,VK_FORMAT_R16G16B16A16_SINT:96,VK_FORMAT_R16G16B16A16_SFLOAT:97,VK_FORMAT_R32_UINT:98,VK_FORMAT_R32_SINT:99,VK_FORMAT_R32_SFLOAT:100,VK_FORMAT_R32G32_UINT:101,VK_FORMAT_R32G32_SINT:102,VK_FORMAT_R32G32_SFLOAT:103,VK_FORMAT_R32G32B32_UINT:104,VK_FORMAT_R32G32B32_SINT:105,VK_FORMAT_R32G32B32_SFLOAT:106,VK_FORMAT_R32G32B32A32_UINT:107,VK_FORMAT_R32G32B32A32_SINT:108,VK_FORMAT_R32G32B32A32_SFLOAT:109,VK_FORMAT_R64_UINT:110,VK_FORMAT_R64_SINT:111,VK_FORMAT_R64_SFLOAT:112,VK_FORMAT_R64G64_UINT:113,VK_FORMAT_R64G64_SINT:114,VK_FORMAT_R64G64_SFLOAT:115,VK_FORMAT_R64G64B64_UINT:116,VK_FORMAT_R64G64B64_SINT:117,VK_FORMAT_R64G64B64_SFLOAT:118,VK_FORMAT_R64G64B64A64_UINT:119,VK_FORMAT_R64G64B64A64_SINT:120,VK_FORMAT_R64G64B64A64_SFLOAT:121,VK_FORMAT_B10G11R11_UFLOAT_PACK32:122,VK_FORMAT_E5B9G9R9_UFLOAT_PACK32:123,VK_FORMAT_D16_UNORM:124,VK_FORMAT_X8_D24_UNORM_PACK32:125,VK_FORMAT_D32_SFLOAT:126,VK_FORMAT_S8_UINT:127,VK_FORMAT_D16_UNORM_S8_UINT:128,VK_FORMAT_D24_UNORM_S8_UINT:129,VK_FORMAT_D32_SFLOAT_S8_UINT:130,VK_FORMAT_BC1_RGB_UNORM_BLOCK:131,VK_FORMAT_BC1_RGB_SRGB_BLOCK:132,VK_FORMAT_BC1_RGBA_UNORM_BLOCK:133,VK_FORMAT_BC1_RGBA_SRGB_BLOCK:134,VK_FORMAT_BC2_UNORM_BLOCK:135,VK_FORMAT_BC2_SRGB_BLOCK:136,VK_FORMAT_BC3_UNORM_BLOCK:137,VK_FORMAT_BC3_SRGB_BLOCK:138,VK_FORMAT_BC4_UNORM_BLOCK:139,VK_FORMAT_BC4_SNORM_BLOCK:140,VK_FORMAT_BC5_UNORM_BLOCK:141,VK_FORMAT_BC5_SNORM_BLOCK:142,VK_FORMAT_BC6H_UFLOAT_BLOCK:143,VK_FORMAT_BC6H_SFLOAT_BLOCK:144,VK_FORMAT_BC7_UNORM_BLOCK:145,VK_FORMAT_BC7_SRGB_BLOCK:146,VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK:147,VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK:148,VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK:149,VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK:150,VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK:151,VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK:152,VK_FORMAT_EAC_R11_UNORM_BLOCK:153,VK_FORMAT_EAC_R11_SNORM_BLOCK:154,VK_FORMAT_EAC_R11G11_UNORM_BLOCK:155,VK_FORMAT_EAC_R11G11_SNORM_BLOCK:156,VK_FORMAT_ASTC_4x4_UNORM_BLOCK:157,VK_FORMAT_ASTC_4x4_SRGB_BLOCK:158,VK_FORMAT_ASTC_5x4_UNORM_BLOCK:159,VK_FORMAT_ASTC_5x4_SRGB_BLOCK:160,VK_FORMAT_ASTC_5x5_UNORM_BLOCK:161,VK_FORMAT_ASTC_5x5_SRGB_BLOCK:162,VK_FORMAT_ASTC_6x5_UNORM_BLOCK:163,VK_FORMAT_ASTC_6x5_SRGB_BLOCK:164,VK_FORMAT_ASTC_6x6_UNORM_BLOCK:165,VK_FORMAT_ASTC_6x6_SRGB_BLOCK:166,VK_FORMAT_ASTC_8x5_UNORM_BLOCK:167,VK_FORMAT_ASTC_8x5_SRGB_BLOCK:168,VK_FORMAT_ASTC_8x6_UNORM_BLOCK:169,VK_FORMAT_ASTC_8x6_SRGB_BLOCK:170,VK_FORMAT_ASTC_8x8_UNORM_BLOCK:171,VK_FORMAT_ASTC_8x8_SRGB_BLOCK:172,VK_FORMAT_ASTC_10x5_UNORM_BLOCK:173,VK_FORMAT_ASTC_10x5_SRGB_BLOCK:174,VK_FORMAT_ASTC_10x6_UNORM_BLOCK:175,VK_FORMAT_ASTC_10x6_SRGB_BLOCK:176,VK_FORMAT_ASTC_10x8_UNORM_BLOCK:177,VK_FORMAT_ASTC_10x8_SRGB_BLOCK:178,VK_FORMAT_ASTC_10x10_UNORM_BLOCK:179,VK_FORMAT_ASTC_10x10_SRGB_BLOCK:180,VK_FORMAT_ASTC_12x10_UNORM_BLOCK:181,VK_FORMAT_ASTC_12x10_SRGB_BLOCK:182,VK_FORMAT_ASTC_12x12_UNORM_BLOCK:183,VK_FORMAT_ASTC_12x12_SRGB_BLOCK:184,VK_FORMAT_G8B8G8R8_422_UNORM:1000156e3,VK_FORMAT_B8G8R8G8_422_UNORM:1000156001,VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM:1000156002,VK_FORMAT_G8_B8R8_2PLANE_420_UNORM:1000156003,VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM:1000156004,VK_FORMAT_G8_B8R8_2PLANE_422_UNORM:1000156005,VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM:1000156006,VK_FORMAT_R10X6_UNORM_PACK16:1000156007,VK_FORMAT_R10X6G10X6_UNORM_2PACK16:1000156008,VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16:1000156009,VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16:1000156010,VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16:1000156011,VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16:1000156012,VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16:1000156013,VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16:1000156014,VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16:1000156015,VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16:1000156016,VK_FORMAT_R12X4_UNORM_PACK16:1000156017,VK_FORMAT_R12X4G12X4_UNORM_2PACK16:1000156018,VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16:1000156019,VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16:1000156020,VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16:1000156021,VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16:1000156022,VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16:1000156023,VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16:1000156024,VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16:1000156025,VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16:1000156026,VK_FORMAT_G16B16G16R16_422_UNORM:1000156027,VK_FORMAT_B16G16R16G16_422_UNORM:1000156028,VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM:1000156029,VK_FORMAT_G16_B16R16_2PLANE_420_UNORM:1000156030,VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM:1000156031,VK_FORMAT_G16_B16R16_2PLANE_422_UNORM:1000156032,VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM:1000156033,VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG:1000054e3,VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG:1000054001,VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG:1000054002,VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG:1000054003,VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG:1000054004,VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG:1000054005,VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG:1000054006,VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG:1000054007,VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT:1000066e3,VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT:1000066001,VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT:1000066002,VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT:1000066003,VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT:1000066004,VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT:1000066005,VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT:1000066006,VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT:1000066007,VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT:1000066008,VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT:1000066009,VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT:1000066010,VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT:1000066011,VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT:1000066012,VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT:1000066013,VK_FORMAT_G8B8G8R8_422_UNORM_KHR:1000156e3,VK_FORMAT_B8G8R8G8_422_UNORM_KHR:1000156001,VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR:1000156002,VK_FORMAT_G8_B8R8_2PLANE_420_UNORM_KHR:1000156003,VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM_KHR:1000156004,VK_FORMAT_G8_B8R8_2PLANE_422_UNORM_KHR:1000156005,VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM_KHR:1000156006,VK_FORMAT_R10X6_UNORM_PACK16_KHR:1000156007,VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR:1000156008,VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR:1000156009,VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16_KHR:1000156010,VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16_KHR:1000156011,VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16_KHR:1000156012,VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16_KHR:1000156013,VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16_KHR:1000156014,VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16_KHR:1000156015,VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16_KHR:1000156016,VK_FORMAT_R12X4_UNORM_PACK16_KHR:1000156017,VK_FORMAT_R12X4G12X4_UNORM_2PACK16_KHR:1000156018,VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16_KHR:1000156019,VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16_KHR:1000156020,VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16_KHR:1000156021,VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16_KHR:1000156022,VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16_KHR:1000156023,VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16_KHR:1000156024,VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16_KHR:1000156025,VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16_KHR:1000156026,VK_FORMAT_G16B16G16R16_422_UNORM_KHR:1000156027,VK_FORMAT_B16G16R16G16_422_UNORM_KHR:1000156028,VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM_KHR:1000156029,VK_FORMAT_G16_B16R16_2PLANE_420_UNORM_KHR:1000156030,VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR:1000156031,VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR:1000156032,VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR:1000156033},Bme=Object.freeze(Ptt);function Itt(e){switch(e){case te.FLOAT:return"float";case te.FLOAT_VEC2:return"vec2";case te.FLOAT_VEC3:return"vec3";case te.FLOAT_VEC4:return"vec4";case te.FLOAT_MAT2:return"mat2";case te.FLOAT_MAT3:return"mat3";case te.FLOAT_MAT4:return"mat4";case te.SAMPLER_2D:return"sampler2D";case te.BOOL:return"bool"}}var Rme=Itt;function Ott(e,t,n){return function(){n.apply(e,arguments),t.apply(e,arguments)}}var Vk=Ott;var qD;typeof ko<"u"&&(qD=ko);(function(){/*!
* Knockout JavaScript library v3.5.1
* (c) The Knockout.js team - http://knockoutjs.com/
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
*/(function(){(function(e){var t=this||(0,eval)("this"),n=t.document,i=t.navigator,o=t.jQuery,r=t.JSON;o||typeof jQuery>"u"||(o=jQuery),function(s){s(t.ko={})}(function(s,a){function c(_,T){return _===null||typeof _ in A?_===T:!1}function u(_,T){var w;return function(){w||(w=m.a.setTimeout(function(){w=e,_()},T))}}function f(_,T){var w;return function(){clearTimeout(w),w=m.a.setTimeout(_,T)}}function d(_,T){T&&T!=="change"?T==="beforeChange"?this.pc(_):this.gb(_,T):this.qc(_)}function p(_,T){T!==null&&T.s&&T.s()}function g(_,T){var w=this.qd,P=w[S];P.ra||(this.Qb&&this.mb[T]?(w.uc(T,_,this.mb[T]),this.mb[T]=null,--this.Qb):P.I[T]||w.uc(T,_,P.J?{da:_}:w.$c(_)),_.Ja&&_.gd())}var m=typeof s<"u"?s:{};m.b=function(_,T){for(var w=_.split("."),P=m,B=0;B<w.length-1;B++)P=P[w[B]];P[w[w.length-1]]=T},m.L=function(_,T,w){_[T]=w},m.version="3.5.1",m.b("version",m.version),m.options={deferUpdates:!1,useOnlyNativeEvents:!1,foreachHidesDestroyed:!1},m.a=function(){function _(W,J){for(var Z in W)B.call(W,Z)&&J(Z,W[Z])}function T(W,J){if(J)for(var Z in J)B.call(J,Z)&&(W[Z]=J[Z]);return W}function w(W,J){return W.__proto__=J,W}function P(W,J,Z,ue){var pe=W[J].match(q)||[];m.a.D(Z.match(q),function(oe){m.a.Na(pe,oe,ue)}),W[J]=pe.join(" ")}var B=Object.prototype.hasOwnProperty,N={__proto__:[]}instanceof Array,z=typeof Symbol=="function",V={},G={};V[i&&/Firefox\/2/i.test(i.userAgent)?"KeyboardEvent":"UIEvents"]=["keyup","keydown","keypress"],V.MouseEvents="click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave".split(" "),_(V,function(W,J){if(J.length)for(var Z=0,ue=J.length;Z<ue;Z++)G[J[Z]]=W});var k={propertychange:!0},X=n&&function(){for(var W=3,J=n.createElement("div"),Z=J.getElementsByTagName("i");J.innerHTML="<!--[if gt IE "+ ++W+"]><i></i><![endif]-->",Z[0];);return 4<W?W:e}(),q=/\S+/g,Y;return{Jc:["authenticity_token",/^__RequestVerificationToken(_.*)?$/],D:function(W,J,Z){for(var ue=0,pe=W.length;ue<pe;ue++)J.call(Z,W[ue],ue,W)},A:typeof Array.prototype.indexOf=="function"?function(W,J){return Array.prototype.indexOf.call(W,J)}:function(W,J){for(var Z=0,ue=W.length;Z<ue;Z++)if(W[Z]===J)return Z;return-1},Lb:function(W,J,Z){for(var ue=0,pe=W.length;ue<pe;ue++)if(J.call(Z,W[ue],ue,W))return W[ue];return e},Pa:function(W,J){var Z=m.a.A(W,J);0<Z?W.splice(Z,1):Z===0&&W.shift()},wc:function(W){var J=[];return W&&m.a.D(W,function(Z){0>m.a.A(J,Z)&&J.push(Z)}),J},Mb:function(W,J,Z){var ue=[];if(W)for(var pe=0,oe=W.length;pe<oe;pe++)ue.push(J.call(Z,W[pe],pe));return ue},jb:function(W,J,Z){var ue=[];if(W)for(var pe=0,oe=W.length;pe<oe;pe++)J.call(Z,W[pe],pe)&&ue.push(W[pe]);return ue},Nb:function(W,J){if(J instanceof Array)W.push.apply(W,J);else for(var Z=0,ue=J.length;Z<ue;Z++)W.push(J[Z]);return W},Na:function(W,J,Z){var ue=m.a.A(m.a.bc(W),J);0>ue?Z&&W.push(J):Z||W.splice(ue,1)},Ba:N,extend:T,setPrototypeOf:w,Ab:N?w:T,P:_,Ga:function(W,J,Z){if(!W)return W;var ue={},pe;for(pe in W)B.call(W,pe)&&(ue[pe]=J.call(Z,W[pe],pe,W));return ue},Tb:function(W){for(;W.firstChild;)m.removeNode(W.firstChild)},Yb:function(W){W=m.a.la(W);for(var J=(W[0]&&W[0].ownerDocument||n).createElement("div"),Z=0,ue=W.length;Z<ue;Z++)J.appendChild(m.oa(W[Z]));return J},Ca:function(W,J){for(var Z=0,ue=W.length,pe=[];Z<ue;Z++){var oe=W[Z].cloneNode(!0);pe.push(J?m.oa(oe):oe)}return pe},va:function(W,J){if(m.a.Tb(W),J)for(var Z=0,ue=J.length;Z<ue;Z++)W.appendChild(J[Z])},Xc:function(W,J){var Z=W.nodeType?[W]:W;if(0<Z.length){for(var ue=Z[0],pe=ue.parentNode,oe=0,fe=J.length;oe<fe;oe++)pe.insertBefore(J[oe],ue);for(oe=0,fe=Z.length;oe<fe;oe++)m.removeNode(Z[oe])}},Ua:function(W,J){if(W.length){for(J=J.nodeType===8&&J.parentNode||J;W.length&&W[0].parentNode!==J;)W.splice(0,1);for(;1<W.length&&W[W.length-1].parentNode!==J;)W.length--;if(1<W.length){var Z=W[0],ue=W[W.length-1];for(W.length=0;Z!==ue;)W.push(Z),Z=Z.nextSibling;W.push(ue)}}return W},Zc:function(W,J){7>X?W.setAttribute("selected",J):W.selected=J},Db:function(W){return W===null||W===e?"":W.trim?W.trim():W.toString().replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")},Ud:function(W,J){return W=W||"",J.length>W.length?!1:W.substring(0,J.length)===J},vd:function(W,J){if(W===J)return!0;if(W.nodeType===11)return!1;if(J.contains)return J.contains(W.nodeType!==1?W.parentNode:W);if(J.compareDocumentPosition)return(J.compareDocumentPosition(W)&16)==16;for(;W&&W!=J;)W=W.parentNode;return!!W},Sb:function(W){return m.a.vd(W,W.ownerDocument.documentElement)},kd:function(W){return!!m.a.Lb(W,m.a.Sb)},R:function(W){return W&&W.tagName&&W.tagName.toLowerCase()},Ac:function(W){return m.onError?function(){try{return W.apply(this,arguments)}catch(J){throw m.onError&&m.onError(J),J}}:W},setTimeout:function(W,J){return setTimeout(m.a.Ac(W),J)},Gc:function(W){setTimeout(function(){throw m.onError&&m.onError(W),W},0)},B:function(W,J,Z){var ue=m.a.Ac(Z);if(Z=k[J],m.options.useOnlyNativeEvents||Z||!o)if(Z||typeof W.addEventListener!="function")if(typeof W.attachEvent<"u"){var pe=function(fe){ue.call(W,fe)},oe="on"+J;W.attachEvent(oe,pe),m.a.K.za(W,function(){W.detachEvent(oe,pe)})}else throw Error("Browser doesn't support addEventListener or attachEvent");else W.addEventListener(J,ue,!1);else Y||(Y=typeof o(W).on=="function"?"on":"bind"),o(W)[Y](J,ue)},Fb:function(W,J){if(!W||!W.nodeType)throw Error("element must be a DOM node when calling triggerEvent");var Z;if(m.a.R(W)==="input"&&W.type&&J.toLowerCase()=="click"?(Z=W.type,Z=Z=="checkbox"||Z=="radio"):Z=!1,m.options.useOnlyNativeEvents||!o||Z)if(typeof n.createEvent=="function")if(typeof W.dispatchEvent=="function")Z=n.createEvent(G[J]||"HTMLEvents"),Z.initEvent(J,!0,!0,t,0,0,0,0,0,!1,!1,!1,!1,0,W),W.dispatchEvent(Z);else throw Error("The supplied element doesn't support dispatchEvent");else if(Z&&W.click)W.click();else if(typeof W.fireEvent<"u")W.fireEvent("on"+J);else throw Error("Browser doesn't support triggering events");else o(W).trigger(J)},f:function(W){return m.O(W)?W():W},bc:function(W){return m.O(W)?W.v():W},Eb:function(W,J,Z){var ue;J&&(typeof W.classList=="object"?(ue=W.classList[Z?"add":"remove"],m.a.D(J.match(q),function(pe){ue.call(W.classList,pe)})):typeof W.className.baseVal=="string"?P(W.className,"baseVal",J,Z):P(W,"className",J,Z))},Bb:function(W,J){var Z=m.a.f(J);(Z===null||Z===e)&&(Z="");var ue=m.h.firstChild(W);!ue||ue.nodeType!=3||m.h.nextSibling(ue)?m.h.va(W,[W.ownerDocument.createTextNode(Z)]):ue.data=Z,m.a.Ad(W)},Yc:function(W,J){if(W.name=J,7>=X)try{var Z=W.name.replace(/[&<>'"]/g,function(ue){return"&#"+ue.charCodeAt(0)+";"});W.mergeAttributes(n.createElement("<input name='"+Z+"'/>"),!1)}catch{}},Ad:function(W){9<=X&&(W=W.nodeType==1?W:W.parentNode,W.style&&(W.style.zoom=W.style.zoom))},wd:function(W){if(X){var J=W.style.width;W.style.width=0,W.style.width=J}},Pd:function(W,J){W=m.a.f(W),J=m.a.f(J);for(var Z=[],ue=W;ue<=J;ue++)Z.push(ue);return Z},la:function(W){for(var J=[],Z=0,ue=W.length;Z<ue;Z++)J.push(W[Z]);return J},Da:function(W){return z?Symbol(W):W},Zd:X===6,$d:X===7,W:X,Lc:function(W,J){for(var Z=m.a.la(W.getElementsByTagName("input")).concat(m.a.la(W.getElementsByTagName("textarea"))),ue=typeof J=="string"?function(fe){return fe.name===J}:function(fe){return J.test(fe.name)},pe=[],oe=Z.length-1;0<=oe;oe--)ue(Z[oe])&&pe.push(Z[oe]);return pe},Nd:function(W){return typeof W=="string"&&(W=m.a.Db(W))?r&&r.parse?r.parse(W):new Function("return "+W)():null},hc:function(W,J,Z){if(!r||!r.stringify)throw Error("Cannot find JSON.stringify(). Some browsers (e.g., IE < 8) don't support it natively, but you can overcome this by adding a script reference to json2.js, downloadable from http://www.json.org/json2.js");return r.stringify(m.a.f(W),J,Z)},Od:function(W,J,Z){Z=Z||{};var ue=Z.params||{},pe=Z.includeFields||this.Jc,oe=W;if(typeof W=="object"&&m.a.R(W)==="form")for(var oe=W.action,fe=pe.length-1;0<=fe;fe--)for(var ge=m.a.Lc(W,pe[fe]),Ee=ge.length-1;0<=Ee;Ee--)ue[ge[Ee].name]=ge[Ee].value;J=m.a.f(J);var Ie=n.createElement("form");Ie.style.display="none",Ie.action=oe,Ie.method="post";for(var Me in J)W=n.createElement("input"),W.type="hidden",W.name=Me,W.value=m.a.hc(m.a.f(J[Me])),Ie.appendChild(W);_(ue,function(Ge,bt){var zt=n.createElement("input");zt.type="hidden",zt.name=Ge,zt.value=bt,Ie.appendChild(zt)}),n.body.appendChild(Ie),Z.submitter?Z.submitter(Ie):Ie.submit(),setTimeout(function(){Ie.parentNode.removeChild(Ie)},0)}}}(),m.b("utils",m.a),m.b("utils.arrayForEach",m.a.D),m.b("utils.arrayFirst",m.a.Lb),m.b("utils.arrayFilter",m.a.jb),m.b("utils.arrayGetDistinctValues",m.a.wc),m.b("utils.arrayIndexOf",m.a.A),m.b("utils.arrayMap",m.a.Mb),m.b("utils.arrayPushAll",m.a.Nb),m.b("utils.arrayRemoveItem",m.a.Pa),m.b("utils.cloneNodes",m.a.Ca),m.b("utils.createSymbolOrString",m.a.Da),m.b("utils.extend",m.a.extend),m.b("utils.fieldsIncludedWithJsonPost",m.a.Jc),m.b("utils.getFormFields",m.a.Lc),m.b("utils.objectMap",m.a.Ga),m.b("utils.peekObservable",m.a.bc),m.b("utils.postJson",m.a.Od),m.b("utils.parseJson",m.a.Nd),m.b("utils.registerEventHandler",m.a.B),m.b("utils.stringifyJson",m.a.hc),m.b("utils.range",m.a.Pd),m.b("utils.toggleDomNodeCssClass",m.a.Eb),m.b("utils.triggerEvent",m.a.Fb),m.b("utils.unwrapObservable",m.a.f),m.b("utils.objectForEach",m.a.P),m.b("utils.addOrRemoveItem",m.a.Na),m.b("utils.setTextContent",m.a.Bb),m.b("unwrap",m.a.f),Function.prototype.bind||(Function.prototype.bind=function(_){var T=this;if(arguments.length===1)return function(){return T.apply(_,arguments)};var w=Array.prototype.slice.call(arguments,1);return function(){var P=w.slice(0);return P.push.apply(P,arguments),T.apply(_,P)}}),m.a.g=new function(){var _=0,T="__ko__"+new Date().getTime(),w={},P,B;return m.a.W?(P=function(N,z){var V=N[T];if(!V||V==="null"||!w[V]){if(!z)return e;V=N[T]="ko"+_++,w[V]={}}return w[V]},B=function(N){var z=N[T];return z?(delete w[z],N[T]=null,!0):!1}):(P=function(N,z){var V=N[T];return!V&&z&&(V=N[T]={}),V},B=function(N){return N[T]?(delete N[T],!0):!1}),{get:function(N,z){var V=P(N,!1);return V&&V[z]},set:function(N,z,V){(N=P(N,V!==e))&&(N[z]=V)},Ub:function(N,z,V){return N=P(N,!0),N[z]||(N[z]=V)},clear:B,Z:function(){return _+++T}}},m.b("utils.domData",m.a.g),m.b("utils.domData.clear",m.a.g.clear),m.a.K=new function(){function _(z,V){var G=m.a.g.get(z,P);return G===e&&V&&(G=[],m.a.g.set(z,P,G)),G}function T(z){var V=_(z,!1);if(V)for(var V=V.slice(0),G=0;G<V.length;G++)V[G](z);m.a.g.clear(z),m.a.K.cleanExternalData(z),N[z.nodeType]&&w(z.childNodes,!0)}function w(z,V){for(var G=[],k,X=0;X<z.length;X++)if((!V||z[X].nodeType===8)&&(T(G[G.length]=k=z[X]),z[X]!==k))for(;X--&&m.a.A(G,z[X])==-1;);}var P=m.a.g.Z(),B={1:!0,8:!0,9:!0},N={1:!0,9:!0};return{za:function(z,V){if(typeof V!="function")throw Error("Callback must be a function");_(z,!0).push(V)},yb:function(z,V){var G=_(z,!1);G&&(m.a.Pa(G,V),G.length==0&&m.a.g.set(z,P,e))},oa:function(z){return m.u.G(function(){B[z.nodeType]&&(T(z),N[z.nodeType]&&w(z.getElementsByTagName("*")))}),z},removeNode:function(z){m.oa(z),z.parentNode&&z.parentNode.removeChild(z)},cleanExternalData:function(z){o&&typeof o.cleanData=="function"&&o.cleanData([z])}}},m.oa=m.a.K.oa,m.removeNode=m.a.K.removeNode,m.b("cleanNode",m.oa),m.b("removeNode",m.removeNode),m.b("utils.domNodeDisposal",m.a.K),m.b("utils.domNodeDisposal.addDisposeCallback",m.a.K.za),m.b("utils.domNodeDisposal.removeDisposeCallback",m.a.K.yb),function(){var _=[0,"",""],T=[1,"<table>","</table>"],w=[3,"<table><tbody><tr>","</tr></tbody></table>"],P=[1,"<select multiple='multiple'>","</select>"],B={thead:T,tbody:T,tfoot:T,tr:[2,"<table><tbody>","</tbody></table>"],td:w,th:w,option:P,optgroup:P},N=8>=m.a.W;m.a.ua=function(z,V){var G;if(o){if(o.parseHTML)G=o.parseHTML(z,V)||[];else if((G=o.clean([z],V))&&G[0]){for(var k=G[0];k.parentNode&&k.parentNode.nodeType!==11;)k=k.parentNode;k.parentNode&&k.parentNode.removeChild(k)}}else{(G=V)||(G=n);var k=G.parentWindow||G.defaultView||t,X=m.a.Db(z).toLowerCase(),q=G.createElement("div"),Y;for(Y=(X=X.match(/^(?:\x3c!--.*?--\x3e\s*?)*?<([a-z]+)[\s>]/))&&B[X[1]]||_,X=Y[0],Y="ignored<div>"+Y[1]+z+Y[2]+"</div>",typeof k.innerShiv=="function"?q.appendChild(k.innerShiv(Y)):(N&&G.body.appendChild(q),q.innerHTML=Y,N&&q.parentNode.removeChild(q));X--;)q=q.lastChild;G=m.a.la(q.lastChild.childNodes)}return G},m.a.Md=function(z,V){var G=m.a.ua(z,V);return G.length&&G[0].parentElement||m.a.Yb(G)},m.a.fc=function(z,V){if(m.a.Tb(z),V=m.a.f(V),V!==null&&V!==e)if(typeof V!="string"&&(V=V.toString()),o)o(z).html(V);else for(var G=m.a.ua(V,z.ownerDocument),k=0;k<G.length;k++)z.appendChild(G[k])}}(),m.b("utils.parseHtmlFragment",m.a.ua),m.b("utils.setHtml",m.a.fc),m.aa=function(){function _(w,P){if(w){if(w.nodeType==8){var B=m.aa.Uc(w.nodeValue);B!=null&&P.push({ud:w,Kd:B})}else if(w.nodeType==1)for(var B=0,N=w.childNodes,z=N.length;B<z;B++)_(N[B],P)}}var T={};return{Xb:function(w){if(typeof w!="function")throw Error("You can only pass a function to ko.memoization.memoize()");var P=(4294967296*(1+Math.random())|0).toString(16).substring(1)+(4294967296*(1+Math.random())|0).toString(16).substring(1);return T[P]=w,"<!--[ko_memo:"+P+"]-->"},bd:function(w,P){var B=T[w];if(B===e)throw Error("Couldn't find any memo with ID "+w+". Perhaps it's already been unmemoized.");try{return B.apply(null,P||[]),!0}finally{delete T[w]}},cd:function(w,P){var B=[];_(w,B);for(var N=0,z=B.length;N<z;N++){var V=B[N].ud,G=[V];P&&m.a.Nb(G,P),m.aa.bd(B[N].Kd,G),V.nodeValue="",V.parentNode&&V.parentNode.removeChild(V)}},Uc:function(w){return(w=w.match(/^\[ko_memo\:(.*?)\]$/))?w[1]:null}}}(),m.b("memoization",m.aa),m.b("memoization.memoize",m.aa.Xb),m.b("memoization.unmemoize",m.aa.bd),m.b("memoization.parseMemoText",m.aa.Uc),m.b("memoization.unmemoizeDomNodeAndDescendants",m.aa.cd),m.na=function(){function _(){if(B){for(var V=B,G=0,k;z<B;)if(k=P[z++]){if(z>V){if(5e3<=++G){z=B,m.a.Gc(Error("'Too much recursion' after processing "+G+" task groups."));break}V=B}try{k()}catch(X){m.a.Gc(X)}}}}function T(){_(),z=B=P.length=0}var w,P=[],B=0,N=1,z=0;return t.MutationObserver?w=function(V){var G=n.createElement("div");return new MutationObserver(V).observe(G,{attributes:!0}),function(){G.classList.toggle("foo")}}(T):w=n&&"onreadystatechange"in n.createElement("script")?function(V){var G=n.createElement("script");G.onreadystatechange=function(){G.onreadystatechange=null,n.documentElement.removeChild(G),G=null,V()},n.documentElement.appendChild(G)}:function(V){setTimeout(V,0)},{scheduler:w,zb:function(V){return B||m.na.scheduler(T),P[B++]=V,N++},cancel:function(V){V=V-(N-B),V>=z&&V<B&&(P[V]=null)},resetForTesting:function(){var V=B-z;return z=B=P.length=0,V},Sd:_}}(),m.b("tasks",m.na),m.b("tasks.schedule",m.na.zb),m.b("tasks.runEarly",m.na.Sd),m.Ta={throttle:function(_,T){_.throttleEvaluation=T;var w=null;return m.$({read:_,write:function(P){clearTimeout(w),w=m.a.setTimeout(function(){_(P)},T)}})},rateLimit:function(_,T){var w,P,B;typeof T=="number"?w=T:(w=T.timeout,P=T.method),_.Hb=!1,B=typeof P=="function"?P:P=="notifyWhenChangesStop"?f:u,_.ub(function(N){return B(N,w,T)})},deferred:function(_,T){if(T!==!0)throw Error("The 'deferred' extender only accepts the value 'true', because it is not supported to turn deferral off once enabled.");_.Hb||(_.Hb=!0,_.ub(function(w){var P,B=!1;return function(){if(!B){m.na.cancel(P),P=m.na.zb(w);try{B=!0,_.notifySubscribers(e,"dirty")}finally{B=!1}}}}))},notify:function(_,T){_.equalityComparer=T=="always"?null:c}};var A={undefined:1,boolean:1,number:1,string:1};m.b("extenders",m.Ta),m.ic=function(_,T,w){this.da=_,this.lc=T,this.mc=w,this.Ib=!1,this.fb=this.Jb=null,m.L(this,"dispose",this.s),m.L(this,"disposeWhenNodeIsRemoved",this.l)},m.ic.prototype.s=function(){this.Ib||(this.fb&&m.a.K.yb(this.Jb,this.fb),this.Ib=!0,this.mc(),this.da=this.lc=this.mc=this.Jb=this.fb=null)},m.ic.prototype.l=function(_){this.Jb=_,m.a.K.za(_,this.fb=this.s.bind(this))},m.T=function(){m.a.Ab(this,C),C.qb(this)};var C={qb:function(_){_.U={change:[]},_.sc=1},subscribe:function(_,T,w){var P=this;w=w||"change";var B=new m.ic(P,T?_.bind(T):_,function(){m.a.Pa(P.U[w],B),P.hb&&P.hb(w)});return P.Qa&&P.Qa(w),P.U[w]||(P.U[w]=[]),P.U[w].push(B),B},notifySubscribers:function(_,T){if(T=T||"change",T==="change"&&this.Gb(),this.Wa(T)){var w=T==="change"&&this.ed||this.U[T].slice(0);try{m.u.xc();for(var P=0,B;B=w[P];++P)B.Ib||B.lc(_)}finally{m.u.end()}}},ob:function(){return this.sc},Dd:function(_){return this.ob()!==_},Gb:function(){++this.sc},ub:function(_){var T=this,w=m.O(T),P,B,N,z,V;T.gb||(T.gb=T.notifySubscribers,T.notifySubscribers=d);var G=_(function(){T.Ja=!1,w&&z===T&&(z=T.nc?T.nc():T());var k=B||V&&T.sb(N,z);V=B=P=!1,k&&T.gb(N=z)});T.qc=function(k,X){X&&T.Ja||(V=!X),T.ed=T.U.change.slice(0),T.Ja=P=!0,z=k,G()},T.pc=function(k){P||(N=k,T.gb(k,"beforeChange"))},T.rc=function(){V=!0},T.gd=function(){T.sb(N,T.v(!0))&&(B=!0)}},Wa:function(_){return this.U[_]&&this.U[_].length},Bd:function(_){if(_)return this.U[_]&&this.U[_].length||0;var T=0;return m.a.P(this.U,function(w,P){w!=="dirty"&&(T+=P.length)}),T},sb:function(_,T){return!this.equalityComparer||!this.equalityComparer(_,T)},toString:function(){return"[object Object]"},extend:function(_){var T=this;return _&&m.a.P(_,function(w,P){var B=m.Ta[w];typeof B=="function"&&(T=B(T,P)||T)}),T}};m.L(C,"init",C.qb),m.L(C,"subscribe",C.subscribe),m.L(C,"extend",C.extend),m.L(C,"getSubscriptionsCount",C.Bd),m.a.Ba&&m.a.setPrototypeOf(C,Function.prototype),m.T.fn=C,m.Qc=function(_){return _!=null&&typeof _.subscribe=="function"&&typeof _.notifySubscribers=="function"},m.b("subscribable",m.T),m.b("isSubscribable",m.Qc),m.S=m.u=function(){function _(N){w.push(P),P=N}function T(){P=w.pop()}var w=[],P,B=0;return{xc:_,end:T,cc:function(N){if(P){if(!m.Qc(N))throw Error("Only subscribable things can act as dependencies");P.od.call(P.pd,N,N.fd||(N.fd=++B))}},G:function(N,z,V){try{return _(),N.apply(z,V||[])}finally{T()}},qa:function(){if(P)return P.o.qa()},Va:function(){if(P)return P.o.Va()},Ya:function(){if(P)return P.Ya},o:function(){if(P)return P.o}}}(),m.b("computedContext",m.S),m.b("computedContext.getDependenciesCount",m.S.qa),m.b("computedContext.getDependencies",m.S.Va),m.b("computedContext.isInitial",m.S.Ya),m.b("computedContext.registerDependency",m.S.cc),m.b("ignoreDependencies",m.Yd=m.u.G);var x=m.a.Da("_latestValue");m.ta=function(_){function T(){return 0<arguments.length?(T.sb(T[x],arguments[0])&&(T.ya(),T[x]=arguments[0],T.xa()),this):(m.u.cc(T),T[x])}return T[x]=_,m.a.Ba||m.a.extend(T,m.T.fn),m.T.fn.qb(T),m.a.Ab(T,b),m.options.deferUpdates&&m.Ta.deferred(T,!0),T};var b={equalityComparer:c,v:function(){return this[x]},xa:function(){this.notifySubscribers(this[x],"spectate"),this.notifySubscribers(this[x])},ya:function(){this.notifySubscribers(this[x],"beforeChange")}};m.a.Ba&&m.a.setPrototypeOf(b,m.T.fn);var E=m.ta.Ma="__ko_proto__";b[E]=m.ta,m.O=function(_){if((_=typeof _=="function"&&_[E])&&_!==b[E]&&_!==m.o.fn[E])throw Error("Invalid object that looks like an observable; possibly from another Knockout instance");return!!_},m.Za=function(_){return typeof _=="function"&&(_[E]===b[E]||_[E]===m.o.fn[E]&&_.Nc)},m.b("observable",m.ta),m.b("isObservable",m.O),m.b("isWriteableObservable",m.Za),m.b("isWritableObservable",m.Za),m.b("observable.fn",b),m.L(b,"peek",b.v),m.L(b,"valueHasMutated",b.xa),m.L(b,"valueWillMutate",b.ya),m.Ha=function(_){if(_=_||[],typeof _!="object"||!("length"in _))throw Error("The argument passed when initializing an observable array must be an array, or null, or undefined.");return _=m.ta(_),m.a.Ab(_,m.Ha.fn),_.extend({trackArrayChanges:!0})},m.Ha.fn={remove:function(_){for(var T=this.v(),w=[],P=typeof _!="function"||m.O(_)?function(z){return z===_}:_,B=0;B<T.length;B++){var N=T[B];if(P(N)){if(w.length===0&&this.ya(),T[B]!==N)throw Error("Array modified during remove; cannot remove item");w.push(N),T.splice(B,1),B--}}return w.length&&this.xa(),w},removeAll:function(_){if(_===e){var T=this.v(),w=T.slice(0);return this.ya(),T.splice(0,T.length),this.xa(),w}return _?this.remove(function(P){return 0<=m.a.A(_,P)}):[]},destroy:function(_){var T=this.v(),w=typeof _!="function"||m.O(_)?function(N){return N===_}:_;this.ya();for(var P=T.length-1;0<=P;P--){var B=T[P];w(B)&&(B._destroy=!0)}this.xa()},destroyAll:function(_){return _===e?this.destroy(function(){return!0}):_?this.destroy(function(T){return 0<=m.a.A(_,T)}):[]},indexOf:function(_){var T=this();return m.a.A(T,_)},replace:function(_,T){var w=this.indexOf(_);0<=w&&(this.ya(),this.v()[w]=T,this.xa())},sorted:function(_){var T=this().slice(0);return _?T.sort(_):T.sort()},reversed:function(){return this().slice(0).reverse()}},m.a.Ba&&m.a.setPrototypeOf(m.Ha.fn,m.ta.fn),m.a.D("pop push reverse shift sort splice unshift".split(" "),function(_){m.Ha.fn[_]=function(){var T=this.v();this.ya(),this.zc(T,_,arguments);var w=T[_].apply(T,arguments);return this.xa(),w===T?this:w}}),m.a.D(["slice"],function(_){m.Ha.fn[_]=function(){var T=this();return T[_].apply(T,arguments)}}),m.Pc=function(_){return m.O(_)&&typeof _.remove=="function"&&typeof _.push=="function"},m.b("observableArray",m.Ha),m.b("isObservableArray",m.Pc),m.Ta.trackArrayChanges=function(_,T){function w(){function q(){if(V){var Y=[].concat(_.v()||[]),W;_.Wa("arrayChange")&&((!B||1<V)&&(B=m.a.Pb(G,Y,_.Ob)),W=B),G=Y,B=null,V=0,W&&W.length&&_.notifySubscribers(W,"arrayChange")}}P?q():(P=!0,z=_.subscribe(function(){++V},null,"spectate"),G=[].concat(_.v()||[]),B=null,N=_.subscribe(q))}if(_.Ob={},T&&typeof T=="object"&&m.a.extend(_.Ob,T),_.Ob.sparse=!0,!_.zc){var P=!1,B=null,N,z,V=0,G,k=_.Qa,X=_.hb;_.Qa=function(q){k&&k.call(_,q),q==="arrayChange"&&w()},_.hb=function(q){X&&X.call(_,q),q!=="arrayChange"||_.Wa("arrayChange")||(N&&N.s(),z&&z.s(),z=N=null,P=!1,G=e)},_.zc=function(q,Y,W){function J(Ie,Me,Ge){return Z[Z.length]={status:Ie,value:Me,index:Ge}}if(P&&!V){var Z=[],ue=q.length,pe=W.length,oe=0;switch(Y){case"push":oe=ue;case"unshift":for(Y=0;Y<pe;Y++)J("added",W[Y],oe+Y);break;case"pop":oe=ue-1;case"shift":ue&&J("deleted",q[oe],oe);break;case"splice":Y=Math.min(Math.max(0,0>W[0]?ue+W[0]:W[0]),ue);for(var ue=pe===1?ue:Math.min(Y+(W[1]||0),ue),pe=Y+pe-2,oe=Math.max(ue,pe),fe=[],ge=[],Ee=2;Y<oe;++Y,++Ee)Y<ue&&ge.push(J("deleted",q[Y],Y)),Y<pe&&fe.push(J("added",W[Ee],Y));m.a.Kc(ge,fe);break;default:return}B=Z}}}};var S=m.a.Da("_state");m.o=m.$=function(_,T,w){function P(){if(0<arguments.length){if(typeof B=="function")B.apply(N.nb,arguments);else throw Error("Cannot write a value to a ko.computed unless you specify a 'write' option. If you wish to read the current value, don't pass any parameters.");return this}return N.ra||m.u.cc(P),(N.ka||N.J&&P.Xa())&&P.ha(),N.X}if(typeof _=="object"?w=_:(w=w||{},_&&(w.read=_)),typeof w.read!="function")throw Error("Pass a function that returns the value of the ko.computed");var B=w.write,N={X:e,sa:!0,ka:!0,rb:!1,jc:!1,ra:!1,wb:!1,J:!1,Wc:w.read,nb:T||w.owner,l:w.disposeWhenNodeIsRemoved||w.l||null,Sa:w.disposeWhen||w.Sa,Rb:null,I:{},V:0,Ic:null};return P[S]=N,P.Nc=typeof B=="function",m.a.Ba||m.a.extend(P,m.T.fn),m.T.fn.qb(P),m.a.Ab(P,D),w.pure?(N.wb=!0,N.J=!0,m.a.extend(P,v)):w.deferEvaluation&&m.a.extend(P,O),m.options.deferUpdates&&m.Ta.deferred(P,!0),N.l&&(N.jc=!0,N.l.nodeType||(N.l=null)),N.J||w.deferEvaluation||P.ha(),N.l&&P.ja()&&m.a.K.za(N.l,N.Rb=function(){P.s()}),P};var D={equalityComparer:c,qa:function(){return this[S].V},Va:function(){var _=[];return m.a.P(this[S].I,function(T,w){_[w.Ka]=w.da}),_},Vb:function(_){if(!this[S].V)return!1;var T=this.Va();return m.a.A(T,_)!==-1?!0:!!m.a.Lb(T,function(w){return w.Vb&&w.Vb(_)})},uc:function(_,T,w){if(this[S].wb&&T===this)throw Error("A 'pure' computed must not be called recursively");this[S].I[_]=w,w.Ka=this[S].V++,w.La=T.ob()},Xa:function(){var _,T,w=this[S].I;for(_ in w)if(Object.prototype.hasOwnProperty.call(w,_)&&(T=w[_],this.Ia&&T.da.Ja||T.da.Dd(T.La)))return!0},Jd:function(){this.Ia&&!this[S].rb&&this.Ia(!1)},ja:function(){var _=this[S];return _.ka||0<_.V},Rd:function(){this.Ja?this[S].ka&&(this[S].sa=!0):this.Hc()},$c:function(_){if(_.Hb){var T=_.subscribe(this.Jd,this,"dirty"),w=_.subscribe(this.Rd,this);return{da:_,s:function(){T.s(),w.s()}}}return _.subscribe(this.Hc,this)},Hc:function(){var _=this,T=_.throttleEvaluation;T&&0<=T?(clearTimeout(this[S].Ic),this[S].Ic=m.a.setTimeout(function(){_.ha(!0)},T)):_.Ia?_.Ia(!0):_.ha(!0)},ha:function(_){var T=this[S],w=T.Sa,P=!1;if(!T.rb&&!T.ra){if(T.l&&!m.a.Sb(T.l)||w&&w()){if(!T.jc){this.s();return}}else T.jc=!1;T.rb=!0;try{P=this.zd(_)}finally{T.rb=!1}return P}},zd:function(_){var T=this[S],P=!1,w=T.wb?e:!T.V,P={qd:this,mb:T.I,Qb:T.V};m.u.xc({pd:P,od:g,o:this,Ya:w}),T.I={},T.V=0;var B=this.yd(T,P);return T.V?P=this.sb(T.X,B):(this.s(),P=!0),P&&(T.J?this.Gb():this.notifySubscribers(T.X,"beforeChange"),T.X=B,this.notifySubscribers(T.X,"spectate"),!T.J&&_&&this.notifySubscribers(T.X),this.rc&&this.rc()),w&&this.notifySubscribers(T.X,"awake"),P},yd:function(_,T){try{var w=_.Wc;return _.nb?w.call(_.nb):w()}finally{m.u.end(),T.Qb&&!_.J&&m.a.P(T.mb,p),_.sa=_.ka=!1}},v:function(_){var T=this[S];return(T.ka&&(_||!T.V)||T.J&&this.Xa())&&this.ha(),T.X},ub:function(_){m.T.fn.ub.call(this,_),this.nc=function(){return this[S].J||(this[S].sa?this.ha():this[S].ka=!1),this[S].X},this.Ia=function(T){this.pc(this[S].X),this[S].ka=!0,T&&(this[S].sa=!0),this.qc(this,!T)}},s:function(){var _=this[S];!_.J&&_.I&&m.a.P(_.I,function(T,w){w.s&&w.s()}),_.l&&_.Rb&&m.a.K.yb(_.l,_.Rb),_.I=e,_.V=0,_.ra=!0,_.sa=!1,_.ka=!1,_.J=!1,_.l=e,_.Sa=e,_.Wc=e,this.Nc||(_.nb=e)}},v={Qa:function(_){var T=this,w=T[S];if(!w.ra&&w.J&&_=="change"){if(w.J=!1,w.sa||T.Xa())w.I=null,w.V=0,T.ha()&&T.Gb();else{var P=[];m.a.P(w.I,function(B,N){P[N.Ka]=B}),m.a.D(P,function(B,N){var z=w.I[B],V=T.$c(z.da);V.Ka=N,V.La=z.La,w.I[B]=V}),T.Xa()&&T.ha()&&T.Gb()}w.ra||T.notifySubscribers(w.X,"awake")}},hb:function(_){var T=this[S];T.ra||_!="change"||this.Wa("change")||(m.a.P(T.I,function(w,P){P.s&&(T.I[w]={da:P.da,Ka:P.Ka,La:P.La},P.s())}),T.J=!0,this.notifySubscribers(e,"asleep"))},ob:function(){var _=this[S];return _.J&&(_.sa||this.Xa())&&this.ha(),m.T.fn.ob.call(this)}},O={Qa:function(_){_!="change"&&_!="beforeChange"||this.v()}};m.a.Ba&&m.a.setPrototypeOf(D,m.T.fn);var R=m.ta.Ma;D[R]=m.o,m.Oc=function(_){return typeof _=="function"&&_[R]===D[R]},m.Fd=function(_){return m.Oc(_)&&_[S]&&_[S].wb},m.b("computed",m.o),m.b("dependentObservable",m.o),m.b("isComputed",m.Oc),m.b("isPureComputed",m.Fd),m.b("computed.fn",D),m.L(D,"peek",D.v),m.L(D,"dispose",D.s),m.L(D,"isActive",D.ja),m.L(D,"getDependenciesCount",D.qa),m.L(D,"getDependencies",D.Va),m.xb=function(_,T){return typeof _=="function"?m.o(_,T,{pure:!0}):(_=m.a.extend({},_),_.pure=!0,m.o(_,T))},m.b("pureComputed",m.xb),function(){function _(P,B,N){if(N=N||new w,P=B(P),typeof P!="object"||P===null||P===e||P instanceof RegExp||P instanceof Date||P instanceof String||P instanceof Number||P instanceof Boolean)return P;var z=P instanceof Array?[]:{};return N.save(P,z),T(P,function(V){var G=B(P[V]);switch(typeof G){case"boolean":case"number":case"string":case"function":z[V]=G;break;case"object":case"undefined":var k=N.get(G);z[V]=k!==e?k:_(G,B,N)}}),z}function T(P,B){if(P instanceof Array){for(var N=0;N<P.length;N++)B(N);typeof P.toJSON=="function"&&B("toJSON")}else for(N in P)B(N)}function w(){this.keys=[],this.values=[]}m.ad=function(P){if(arguments.length==0)throw Error("When calling ko.toJS, pass the object you want to convert.");return _(P,function(B){for(var N=0;m.O(B)&&10>N;N++)B=B();return B})},m.toJSON=function(P,B,N){return P=m.ad(P),m.a.hc(P,B,N)},w.prototype={constructor:w,save:function(P,B){var N=m.a.A(this.keys,P);0<=N?this.values[N]=B:(this.keys.push(P),this.values.push(B))},get:function(P){return P=m.a.A(this.keys,P),0<=P?this.values[P]:e}}}(),m.b("toJS",m.ad),m.b("toJSON",m.toJSON),m.Wd=function(_,T,w){function P(B){var N=m.xb(_,w).extend({ma:"always"}),z=N.subscribe(function(V){V&&(z.s(),B(V))});return N.notifySubscribers(N.v()),z}return typeof Promise!="function"||T?P(T.bind(w)):new Promise(P)},m.b("when",m.Wd),function(){m.w={M:function(_){switch(m.a.R(_)){case"option":return _.__ko__hasDomDataOptionValue__===!0?m.a.g.get(_,m.c.options.$b):7>=m.a.W?_.getAttributeNode("value")&&_.getAttributeNode("value").specified?_.value:_.text:_.value;case"select":return 0<=_.selectedIndex?m.w.M(_.options[_.selectedIndex]):e;default:return _.value}},cb:function(_,T,w){switch(m.a.R(_)){case"option":typeof T=="string"?(m.a.g.set(_,m.c.options.$b,e),"__ko__hasDomDataOptionValue__"in _&&delete _.__ko__hasDomDataOptionValue__,_.value=T):(m.a.g.set(_,m.c.options.$b,T),_.__ko__hasDomDataOptionValue__=!0,_.value=typeof T=="number"?T:"");break;case"select":(T===""||T===null)&&(T=e);for(var P=-1,B=0,N=_.options.length,z;B<N;++B)if(z=m.w.M(_.options[B]),z==T||z===""&&T===e){P=B;break}(w||0<=P||T===e&&1<_.size)&&(_.selectedIndex=P,m.a.W===6&&m.a.setTimeout(function(){_.selectedIndex=P},0));break;default:(T===null||T===e)&&(T=""),_.value=T}}}}(),m.b("selectExtensions",m.w),m.b("selectExtensions.readValue",m.w.M),m.b("selectExtensions.writeValue",m.w.cb),m.m=function(){function _(V){V=m.a.Db(V),V.charCodeAt(0)===123&&(V=V.slice(1,-1)),V+=`
,`;var G=[],k=V.match(P),X,q=[],Y=0;if(1<k.length){for(var W=0,J;J=k[W];++W){var Z=J.charCodeAt(0);if(Z===44){if(0>=Y){G.push(X&&q.length?{key:X,value:q.join("")}:{unknown:X||q.join("")}),X=Y=0,q=[];continue}}else if(Z===58){if(!Y&&!X&&q.length===1){X=q.pop();continue}}else{if(Z===47&&1<J.length&&(J.charCodeAt(1)===47||J.charCodeAt(1)===42))continue;Z===47&&W&&1<J.length?(Z=k[W-1].match(B))&&!N[Z[0]]&&(V=V.substr(V.indexOf(J)+1),k=V.match(P),W=-1,J="/"):Z===40||Z===123||Z===91?++Y:Z===41||Z===125||Z===93?--Y:X||q.length||Z!==34&&Z!==39||(J=J.slice(1,-1))}q.push(J)}if(0<Y)throw Error("Unbalanced parentheses, braces, or brackets")}return G}var T=["true","false","null","undefined"],w=/^(?:[$_a-z][$\w]*|(.+)(\.\s*[$_a-z][$\w]*|\[.+\]))$/i,P=RegExp(`"(?:\\\\.|[^"])*"|'(?:\\\\.|[^'])*'|\`(?:\\\\.|[^\`])*\`|/\\*(?:[^*]|\\*+[^*/])*\\*+/|//.*
|/(?:\\\\.|[^/])+/w*|[^\\s:,/][^,"'\`{}()/:[\\]]*[^\\s,"'\`{}()/:[\\]]|[^\\s]`,"g"),B=/[\])"'A-Za-z0-9_$]+$/,N={in:1,return:1,typeof:1},z={};return{Ra:[],wa:z,ac:_,vb:function(V,G){function k(Z,ue){var pe;if(!W){var oe=m.getBindingHandler(Z);if(oe&&oe.preprocess&&!(ue=oe.preprocess(ue,Z,k)))return;(oe=z[Z])&&(pe=ue,0<=m.a.A(T,pe)?pe=!1:(oe=pe.match(w),pe=oe===null?!1:oe[1]?"Object("+oe[1]+")"+oe[2]:pe),oe=pe),oe&&q.push("'"+(typeof z[Z]=="string"?z[Z]:Z)+"':function(_z){"+pe+"=_z}")}Y&&(ue="function(){return "+ue+" }"),X.push("'"+Z+"':"+ue)}G=G||{};var X=[],q=[],Y=G.valueAccessors,W=G.bindingParams,J=typeof V=="string"?_(V):V;return m.a.D(J,function(Z){k(Z.key||Z.unknown,Z.value)}),q.length&&k("_ko_property_writers","{"+q.join(",")+" }"),X.join(",")},Id:function(V,G){for(var k=0;k<V.length;k++)if(V[k].key==G)return!0;return!1},eb:function(V,G,k,X,q){V&&m.O(V)?!m.Za(V)||q&&V.v()===X||V(X):(V=G.get("_ko_property_writers"))&&V[k]&&V[k](X)}}}(),m.b("expressionRewriting",m.m),m.b("expressionRewriting.bindingRewriteValidators",m.m.Ra),m.b("expressionRewriting.parseObjectLiteral",m.m.ac),m.b("expressionRewriting.preProcessBindings",m.m.vb),m.b("expressionRewriting._twoWayBindings",m.m.wa),m.b("jsonExpressionRewriting",m.m),m.b("jsonExpressionRewriting.insertPropertyAccessorsIntoJson",m.m.vb),function(){function _(k){return k.nodeType==8&&N.test(B?k.text:k.nodeValue)}function T(k){return k.nodeType==8&&z.test(B?k.text:k.nodeValue)}function w(k,X){for(var q=k,Y=1,W=[];q=q.nextSibling;){if(T(q)&&(m.a.g.set(q,G,!0),Y--,Y===0))return W;W.push(q),_(q)&&Y++}if(!X)throw Error("Cannot find closing comment tag to match: "+k.nodeValue);return null}function P(k,X){var q=w(k,X);return q?0<q.length?q[q.length-1].nextSibling:k.nextSibling:null}var B=n&&n.createComment("test").text==="<!--test-->",N=B?/^\x3c!--\s*ko(?:\s+([\s\S]+))?\s*--\x3e$/:/^\s*ko(?:\s+([\s\S]+))?\s*$/,z=B?/^\x3c!--\s*\/ko\s*--\x3e$/:/^\s*\/ko\s*$/,V={ul:!0,ol:!0},G="__ko_matchedEndComment__";m.h={ea:{},childNodes:function(k){return _(k)?w(k):k.childNodes},Ea:function(k){if(_(k)){k=m.h.childNodes(k);for(var X=0,q=k.length;X<q;X++)m.removeNode(k[X])}else m.a.Tb(k)},va:function(k,X){if(_(k)){m.h.Ea(k);for(var q=k.nextSibling,Y=0,W=X.length;Y<W;Y++)q.parentNode.insertBefore(X[Y],q)}else m.a.va(k,X)},Vc:function(k,X){var q;_(k)?(q=k.nextSibling,k=k.parentNode):q=k.firstChild,q?X!==q&&k.insertBefore(X,q):k.appendChild(X)},Wb:function(k,X,q){q?(q=q.nextSibling,_(k)&&(k=k.parentNode),q?X!==q&&k.insertBefore(X,q):k.appendChild(X)):m.h.Vc(k,X)},firstChild:function(k){if(_(k))return!k.nextSibling||T(k.nextSibling)?null:k.nextSibling;if(k.firstChild&&T(k.firstChild))throw Error("Found invalid end comment, as the first child of "+k);return k.firstChild},nextSibling:function(k){if(_(k)&&(k=P(k)),k.nextSibling&&T(k.nextSibling)){var X=k.nextSibling;if(T(X)&&!m.a.g.get(X,G))throw Error("Found end comment without a matching opening comment, as child of "+k);return null}return k.nextSibling},Cd:_,Vd:function(k){return(k=(B?k.text:k.nodeValue).match(N))?k[1]:null},Sc:function(k){if(V[m.a.R(k)]){var X=k.firstChild;if(X)do if(X.nodeType===1){var q;q=X.firstChild;var Y=null;if(q)do if(Y)Y.push(q);else if(_(q)){var W=P(q,!0);W?q=W:Y=[q]}else T(q)&&(Y=[q]);while(q=q.nextSibling);if(q=Y)for(Y=X.nextSibling,W=0;W<q.length;W++)Y?k.insertBefore(q[W],Y):k.appendChild(q[W])}while(X=X.nextSibling)}}}}(),m.b("virtualElements",m.h),m.b("virtualElements.allowedBindings",m.h.ea),m.b("virtualElements.emptyNode",m.h.Ea),m.b("virtualElements.insertAfter",m.h.Wb),m.b("virtualElements.prepend",m.h.Vc),m.b("virtualElements.setDomNodeChildren",m.h.va),function(){m.ga=function(){this.nd={}},m.a.extend(m.ga.prototype,{nodeHasBindings:function(_){switch(_.nodeType){case 1:return _.getAttribute("data-bind")!=null||m.j.getComponentNameForNode(_);case 8:return m.h.Cd(_);default:return!1}},getBindings:function(_,T){var w=this.getBindingsString(_,T),w=w?this.parseBindingsString(w,T,_):null;return m.j.tc(w,_,T,!1)},getBindingAccessors:function(_,T){var w=this.getBindingsString(_,T),w=w?this.parseBindingsString(w,T,_,{valueAccessors:!0}):null;return m.j.tc(w,_,T,!0)},getBindingsString:function(_){switch(_.nodeType){case 1:return _.getAttribute("data-bind");case 8:return m.h.Vd(_);default:return null}},parseBindingsString:function(_,T,w,P){try{var B=this.nd,N=_+(P&&P.valueAccessors||""),z;if(!(z=B[N])){var V,G="with($context){with($data||{}){return{"+m.m.vb(_,P)+"}}}";V=new Function("$context","$element",G),z=B[N]=V}return z(T,w)}catch(k){throw k.message=`Unable to parse bindings.
Bindings value: `+_+`
Message: `+k.message,k}}}),m.ga.instance=new m.ga}(),m.b("bindingProvider",m.ga),function(){function _(oe){var fe=(oe=m.a.g.get(oe,pe))&&oe.N;fe&&(oe.N=null,fe.Tc())}function T(oe,fe,ge){this.node=oe,this.yc=fe,this.kb=[],this.H=!1,fe.N||m.a.K.za(oe,_),ge&&ge.N&&(ge.N.kb.push(oe),this.Kb=ge)}function w(oe){return function(){return oe}}function P(oe){return oe()}function B(oe){return m.a.Ga(m.u.G(oe),function(fe,ge){return function(){return oe()[ge]}})}function N(oe,fe,ge){return typeof oe=="function"?B(oe.bind(null,fe,ge)):m.a.Ga(oe,w)}function z(oe,fe){return B(this.getBindings.bind(this,oe,fe))}function V(oe,fe){var ge=m.h.firstChild(fe);if(ge){var Ee,Ie=m.ga.instance,Me=Ie.preprocessNode;if(Me){for(;Ee=ge;)ge=m.h.nextSibling(Ee),Me.call(Ie,Ee);ge=m.h.firstChild(fe)}for(;Ee=ge;)ge=m.h.nextSibling(Ee),G(oe,Ee)}m.i.ma(fe,m.i.H)}function G(oe,fe){var ge=oe,Ee=fe.nodeType===1;Ee&&m.h.Sc(fe),(Ee||m.ga.instance.nodeHasBindings(fe))&&(ge=X(fe,null,oe).bindingContextForDescendants),ge&&!Z[m.a.R(fe)]&&V(ge,fe)}function k(oe){var fe=[],ge={},Ee=[];return m.a.P(oe,function Ie(Me){if(!ge[Me]){var Ge=m.getBindingHandler(Me);Ge&&(Ge.after&&(Ee.push(Me),m.a.D(Ge.after,function(bt){if(oe[bt]){if(m.a.A(Ee,bt)!==-1)throw Error("Cannot combine the following bindings, because they have a cyclic dependency: "+Ee.join(", "));Ie(bt)}}),Ee.length--),fe.push({key:Me,Mc:Ge})),ge[Me]=!0}}),fe}function X(oe,fe,ge){var Ee=m.a.g.Ub(oe,pe,{}),Ie=Ee.hd;if(!fe){if(Ie)throw Error("You cannot apply bindings multiple times to the same element.");Ee.hd=!0}Ie||(Ee.context=ge),Ee.Zb||(Ee.Zb={});var Me;if(fe&&typeof fe!="function")Me=fe;else{var Ge=m.ga.instance,bt=Ge.getBindingAccessors||z,zt=m.$(function(){return(Me=fe?fe(ge,oe):bt.call(Ge,oe,ge))&&(ge[Y]&&ge[Y](),ge[J]&&ge[J]()),Me},null,{l:oe});Me&&zt.ja()||(zt=null)}var on=ge,at;if(Me){var Tn=function(){return m.a.Ga(zt?zt():Me,P)},Yn=zt?function(ot){return function(){return P(zt()[ot])}}:function(ot){return Me[ot]};Tn.get=function(ot){return Me[ot]&&P(Yn(ot))},Tn.has=function(ot){return ot in Me},m.i.H in Me&&m.i.subscribe(oe,m.i.H,function(){var ot=(0,Me[m.i.H])();if(ot){var Gt=m.h.childNodes(oe);Gt.length&&ot(Gt,m.Ec(Gt[0]))}}),m.i.pa in Me&&(on=m.i.Cb(oe,ge),m.i.subscribe(oe,m.i.pa,function(){var ot=(0,Me[m.i.pa])();ot&&m.h.firstChild(oe)&&ot(oe)})),Ee=k(Me),m.a.D(Ee,function(ot){var Gt=ot.Mc.init,si=ot.Mc.update,Se=ot.key;if(oe.nodeType===8&&!m.h.ea[Se])throw Error("The binding '"+Se+"' cannot be used with virtual elements");try{typeof Gt=="function"&&m.u.G(function(){var dt=Gt(oe,Yn(Se),Tn,on.$data,on);if(dt&&dt.controlsDescendantBindings){if(at!==e)throw Error("Multiple bindings ("+at+" and "+Se+") are trying to control descendant bindings of the same element. You cannot use these bindings together on the same element.");at=Se}}),typeof si=="function"&&m.$(function(){si(oe,Yn(Se),Tn,on.$data,on)},null,{l:oe})}catch(dt){throw dt.message='Unable to process binding "'+Se+": "+Me[Se]+`"
Message: `+dt.message,dt}})}return Ee=at===e,{shouldBindDescendants:Ee,bindingContextForDescendants:Ee&&on}}function q(oe,fe){return oe&&oe instanceof m.fa?oe:new m.fa(oe,e,e,fe)}var Y=m.a.Da("_subscribable"),W=m.a.Da("_ancestorBindingInfo"),J=m.a.Da("_dataDependency");m.c={};var Z={script:!0,textarea:!0,template:!0};m.getBindingHandler=function(oe){return m.c[oe]};var ue={};m.fa=function(oe,fe,ge,Ee,Ie){function Me(){var Yn=on?zt():zt,ot=m.a.f(Yn);return fe?(m.a.extend(Ge,fe),W in fe&&(Ge[W]=fe[W])):(Ge.$parents=[],Ge.$root=ot,Ge.ko=m),Ge[Y]=at,bt?ot=Ge.$data:(Ge.$rawData=Yn,Ge.$data=ot),ge&&(Ge[ge]=ot),Ee&&Ee(Ge,fe,ot),fe&&fe[Y]&&!m.S.o().Vb(fe[Y])&&fe[Y](),Tn&&(Ge[J]=Tn),Ge.$data}var Ge=this,bt=oe===ue,zt=bt?e:oe,on=typeof zt=="function"&&!m.O(zt),at,Tn=Ie&&Ie.dataDependency;Ie&&Ie.exportDependencies?Me():(at=m.xb(Me),at.v(),at.ja()?at.equalityComparer=null:Ge[Y]=e)},m.fa.prototype.createChildContext=function(oe,fe,ge,Ee){if(!Ee&&fe&&typeof fe=="object"&&(Ee=fe,fe=Ee.as,ge=Ee.extend),fe&&Ee&&Ee.noChildContext){var Ie=typeof oe=="function"&&!m.O(oe);return new m.fa(ue,this,null,function(Me){ge&&ge(Me),Me[fe]=Ie?oe():oe},Ee)}return new m.fa(oe,this,fe,function(Me,Ge){Me.$parentContext=Ge,Me.$parent=Ge.$data,Me.$parents=(Ge.$parents||[]).slice(0),Me.$parents.unshift(Me.$parent),ge&&ge(Me)},Ee)},m.fa.prototype.extend=function(oe,fe){return new m.fa(ue,this,null,function(ge){m.a.extend(ge,typeof oe=="function"?oe(ge):oe)},fe)};var pe=m.a.g.Z();T.prototype.Tc=function(){this.Kb&&this.Kb.N&&this.Kb.N.sd(this.node)},T.prototype.sd=function(oe){m.a.Pa(this.kb,oe),!this.kb.length&&this.H&&this.Cc()},T.prototype.Cc=function(){this.H=!0,this.yc.N&&!this.kb.length&&(this.yc.N=null,m.a.K.yb(this.node,_),m.i.ma(this.node,m.i.pa),this.Tc())},m.i={H:"childrenComplete",pa:"descendantsComplete",subscribe:function(oe,fe,ge,Ee,Ie){var Me=m.a.g.Ub(oe,pe,{});return Me.Fa||(Me.Fa=new m.T),Ie&&Ie.notifyImmediately&&Me.Zb[fe]&&m.u.G(ge,Ee,[oe]),Me.Fa.subscribe(ge,Ee,fe)},ma:function(oe,fe){var ge=m.a.g.get(oe,pe);if(ge&&(ge.Zb[fe]=!0,ge.Fa&&ge.Fa.notifySubscribers(oe,fe),fe==m.i.H)){if(ge.N)ge.N.Cc();else if(ge.N===e&&ge.Fa&&ge.Fa.Wa(m.i.pa))throw Error("descendantsComplete event not supported for bindings on this node")}},Cb:function(oe,fe){var ge=m.a.g.Ub(oe,pe,{});return ge.N||(ge.N=new T(oe,ge,fe[W])),fe[W]==ge?fe:fe.extend(function(Ee){Ee[W]=ge})}},m.Td=function(oe){return(oe=m.a.g.get(oe,pe))&&oe.context},m.ib=function(oe,fe,ge){return oe.nodeType===1&&m.h.Sc(oe),X(oe,fe,q(ge))},m.ld=function(oe,fe,ge){return ge=q(ge),m.ib(oe,N(fe,ge,oe),ge)},m.Oa=function(oe,fe){fe.nodeType!==1&&fe.nodeType!==8||V(q(oe),fe)},m.vc=function(oe,fe,ge){if(!o&&t.jQuery&&(o=t.jQuery),2>arguments.length){if(fe=n.body,!fe)throw Error("ko.applyBindings: could not find document.body; has the document been loaded?")}else if(!fe||fe.nodeType!==1&&fe.nodeType!==8)throw Error("ko.applyBindings: first parameter should be your view model; second parameter should be a DOM node");G(q(oe,ge),fe)},m.Dc=function(oe){return!oe||oe.nodeType!==1&&oe.nodeType!==8?e:m.Td(oe)},m.Ec=function(oe){return(oe=m.Dc(oe))?oe.$data:e},m.b("bindingHandlers",m.c),m.b("bindingEvent",m.i),m.b("bindingEvent.subscribe",m.i.subscribe),m.b("bindingEvent.startPossiblyAsyncContentBinding",m.i.Cb),m.b("applyBindings",m.vc),m.b("applyBindingsToDescendants",m.Oa),m.b("applyBindingAccessorsToNode",m.ib),m.b("applyBindingsToNode",m.ld),m.b("contextFor",m.Dc),m.b("dataFor",m.Ec)}(),function(_){function T(z,V){var G=Object.prototype.hasOwnProperty.call(B,z)?B[z]:_,k;G?G.subscribe(V):(G=B[z]=new m.T,G.subscribe(V),w(z,function(X,q){var Y=!(!q||!q.synchronous);N[z]={definition:X,Gd:Y},delete B[z],k||Y?G.notifySubscribers(X):m.na.zb(function(){G.notifySubscribers(X)})}),k=!0)}function w(z,V){P("getConfig",[z],function(G){G?P("loadComponent",[z,G],function(k){V(k,G)}):V(null,null)})}function P(z,V,G,k){k||(k=m.j.loaders.slice(0));var X=k.shift();if(X){var q=X[z];if(q){var Y=!1;if(q.apply(X,V.concat(function(W){Y?G(null):W!==null?G(W):P(z,V,G,k)}))!==_&&(Y=!0,!X.suppressLoaderExceptions))throw Error("Component loaders must supply values by invoking the callback, not by returning values synchronously.")}else P(z,V,G,k)}else G(null)}var B={},N={};m.j={get:function(z,V){var G=Object.prototype.hasOwnProperty.call(N,z)?N[z]:_;G?G.Gd?m.u.G(function(){V(G.definition)}):m.na.zb(function(){V(G.definition)}):T(z,V)},Bc:function(z){delete N[z]},oc:P},m.j.loaders=[],m.b("components",m.j),m.b("components.get",m.j.get),m.b("components.clearCachedDefinition",m.j.Bc)}(),function(){function _(G,k,X,q){function Y(){--J===0&&q(W)}var W={},J=2,Z=X.template;X=X.viewModel,Z?B(k,Z,function(ue){m.j.oc("loadTemplate",[G,ue],function(pe){W.template=pe,Y()})}):Y(),X?B(k,X,function(ue){m.j.oc("loadViewModel",[G,ue],function(pe){W[V]=pe,Y()})}):Y()}function T(G,k,X){if(typeof k=="function")X(function(Y){return new k(Y)});else if(typeof k[V]=="function")X(k[V]);else if("instance"in k){var q=k.instance;X(function(){return q})}else"viewModel"in k?T(G,k.viewModel,X):G("Unknown viewModel value: "+k)}function w(G){switch(m.a.R(G)){case"script":return m.a.ua(G.text);case"textarea":return m.a.ua(G.value);case"template":if(P(G.content))return m.a.Ca(G.content.childNodes)}return m.a.Ca(G.childNodes)}function P(G){return t.DocumentFragment?G instanceof DocumentFragment:G&&G.nodeType===11}function B(G,k,X){typeof k.require=="string"?a||t.require?(a||t.require)([k.require],function(q){q&&typeof q=="object"&&q.Xd&&q.default&&(q=q.default),X(q)}):G("Uses require, but no AMD loader is present"):X(k)}function N(G){return function(k){throw Error("Component '"+G+"': "+k)}}var z={};m.j.register=function(G,k){if(!k)throw Error("Invalid configuration for "+G);if(m.j.tb(G))throw Error("Component "+G+" is already registered");z[G]=k},m.j.tb=function(G){return Object.prototype.hasOwnProperty.call(z,G)},m.j.unregister=function(G){delete z[G],m.j.Bc(G)},m.j.Fc={getConfig:function(G,k){k(m.j.tb(G)?z[G]:null)},loadComponent:function(G,k,X){var q=N(G);B(q,k,function(Y){_(G,q,Y,X)})},loadTemplate:function(G,k,X){if(G=N(G),typeof k=="string")X(m.a.ua(k));else if(k instanceof Array)X(k);else if(P(k))X(m.a.la(k.childNodes));else if(k.element)if(k=k.element,t.HTMLElement?k instanceof HTMLElement:k&&k.tagName&&k.nodeType===1)X(w(k));else if(typeof k=="string"){var q=n.getElementById(k);q?X(w(q)):G("Cannot find element with ID "+k)}else G("Unknown element type: "+k);else G("Unknown template value: "+k)},loadViewModel:function(G,k,X){T(N(G),k,X)}};var V="createViewModel";m.b("components.register",m.j.register),m.b("components.isRegistered",m.j.tb),m.b("components.unregister",m.j.unregister),m.b("components.defaultLoader",m.j.Fc),m.j.loaders.push(m.j.Fc),m.j.dd=z}(),function(){function _(w,P){var B=w.getAttribute("params");if(B){var B=T.parseBindingsString(B,P,w,{valueAccessors:!0,bindingParams:!0}),B=m.a.Ga(B,function(V){return m.o(V,null,{l:w})}),N=m.a.Ga(B,function(V){var G=V.v();return V.ja()?m.o({read:function(){return m.a.f(V())},write:m.Za(G)&&function(k){V()(k)},l:w}):G});return Object.prototype.hasOwnProperty.call(N,"$raw")||(N.$raw=B),N}return{$raw:{}}}m.j.getComponentNameForNode=function(w){var P=m.a.R(w);if(m.j.tb(P)&&(P.indexOf("-")!=-1||""+w=="[object HTMLUnknownElement]"||8>=m.a.W&&w.tagName===P))return P},m.j.tc=function(w,P,B,N){if(P.nodeType===1){var z=m.j.getComponentNameForNode(P);if(z){if(w=w||{},w.component)throw Error('Cannot use the "component" binding on a custom element matching a component');var V={name:z,params:_(P,B)};w.component=N?function(){return V}:V}}return w};var T=new m.ga;9>m.a.W&&(m.j.register=function(w){return function(P){return w.apply(this,arguments)}}(m.j.register),n.createDocumentFragment=function(w){return function(){var P=w(),B=m.j.dd,N;for(N in B);return P}}(n.createDocumentFragment))}(),function(){function _(P,B,N){if(B=B.template,!B)throw Error("Component '"+P+"' has no template");P=m.a.Ca(B),m.h.va(N,P)}function T(P,B,N){var z=P.createViewModel;return z?z.call(P,B,N):B}var w=0;m.c.component={init:function(P,B,N,z,V){function G(){var W=k&&k.dispose;typeof W=="function"&&W.call(k),q&&q.s(),X=k=q=null}var k,X,q,Y=m.a.la(m.h.childNodes(P));return m.h.Ea(P),m.a.K.za(P,G),m.o(function(){var W=m.a.f(B()),J,Z;if(typeof W=="string"?J=W:(J=m.a.f(W.name),Z=m.a.f(W.params)),!J)throw Error("No component name specified");var ue=m.i.Cb(P,V),pe=X=++w;m.j.get(J,function(oe){if(X===pe){if(G(),!oe)throw Error("Unknown component '"+J+"'");_(J,oe,P);var fe=T(oe,Z,{element:P,templateNodes:Y});oe=ue.createChildContext(fe,{extend:function(ge){ge.$component=fe,ge.$componentTemplateNodes=Y}}),fe&&fe.koDescendantsComplete&&(q=m.i.subscribe(P,m.i.pa,fe.koDescendantsComplete,fe)),k=fe,m.Oa(oe,P)}})},null,{l:P}),{controlsDescendantBindings:!0}}},m.h.ea.component=!0}();var M={class:"className",for:"htmlFor"};m.c.attr={update:function(_,T){var w=m.a.f(T())||{};m.a.P(w,function(P,B){B=m.a.f(B);var N=P.indexOf(":"),N="lookupNamespaceURI"in _&&0<N&&_.lookupNamespaceURI(P.substr(0,N)),z=B===!1||B===null||B===e;z?N?_.removeAttributeNS(N,P):_.removeAttribute(P):B=B.toString(),8>=m.a.W&&P in M?(P=M[P],z?_.removeAttribute(P):_[P]=B):z||(N?_.setAttributeNS(N,P,B):_.setAttribute(P,B)),P==="name"&&m.a.Yc(_,z?"":B)})}},function(){m.c.checked={after:["value","attr"],init:function(_,T,w){function P(){var W=_.checked,J=N();if(!m.S.Ya()&&(W||!V&&!m.S.qa())){var Z=m.u.G(T);if(k){var ue=X?Z.v():Z,pe=Y;Y=J,pe!==J?W&&(m.a.Na(ue,J,!0),m.a.Na(ue,pe,!1)):m.a.Na(ue,J,W),X&&m.Za(Z)&&Z(ue)}else z&&(J===e?J=W:W||(J=e)),m.m.eb(Z,w,"checked",J,!0)}}function B(){var W=m.a.f(T()),J=N();k?(_.checked=0<=m.a.A(W,J),Y=J):_.checked=z&&J===e?!!W:N()===W}var N=m.xb(function(){if(w.has("checkedValue"))return m.a.f(w.get("checkedValue"));if(q)return w.has("value")?m.a.f(w.get("value")):_.value}),z=_.type=="checkbox",V=_.type=="radio";if(z||V){var G=T(),k=z&&m.a.f(G)instanceof Array,X=!(k&&G.push&&G.splice),q=V||k,Y=k?N():e;V&&!_.name&&m.c.uniqueName.init(_,function(){return!0}),m.o(P,null,{l:_}),m.a.B(_,"click",P),m.o(B,null,{l:_}),G=e}}},m.m.wa.checked=!0,m.c.checkedValue={update:function(_,T){_.value=m.a.f(T())}}}(),m.c.class={update:function(_,T){var w=m.a.Db(m.a.f(T()));m.a.Eb(_,_.__ko__cssValue,!1),_.__ko__cssValue=w,m.a.Eb(_,w,!0)}},m.c.css={update:function(_,T){var w=m.a.f(T());w!==null&&typeof w=="object"?m.a.P(w,function(P,B){B=m.a.f(B),m.a.Eb(_,P,B)}):m.c.class.update(_,T)}},m.c.enable={update:function(_,T){var w=m.a.f(T());w&&_.disabled?_.removeAttribute("disabled"):w||_.disabled||(_.disabled=!0)}},m.c.disable={update:function(_,T){m.c.enable.update(_,function(){return!m.a.f(T())})}},m.c.event={init:function(_,T,w,P,B){var N=T()||{};m.a.P(N,function(z){typeof z=="string"&&m.a.B(_,z,function(V){var G,k=T()[z];if(k){try{var X=m.a.la(arguments);P=B.$data,X.unshift(P),G=k.apply(P,X)}finally{G!==!0&&(V.preventDefault?V.preventDefault():V.returnValue=!1)}w.get(z+"Bubble")===!1&&(V.cancelBubble=!0,V.stopPropagation&&V.stopPropagation())}})})}},m.c.foreach={Rc:function(_){return function(){var T=_(),w=m.a.bc(T);return!w||typeof w.length=="number"?{foreach:T,templateEngine:m.ba.Ma}:(m.a.f(T),{foreach:w.data,as:w.as,noChildContext:w.noChildContext,includeDestroyed:w.includeDestroyed,afterAdd:w.afterAdd,beforeRemove:w.beforeRemove,afterRender:w.afterRender,beforeMove:w.beforeMove,afterMove:w.afterMove,templateEngine:m.ba.Ma})}},init:function(_,T){return m.c.template.init(_,m.c.foreach.Rc(T))},update:function(_,T,w,P,B){return m.c.template.update(_,m.c.foreach.Rc(T),w,P,B)}},m.m.Ra.foreach=!1,m.h.ea.foreach=!0,m.c.hasfocus={init:function(_,T,w){function P(z){_.__ko_hasfocusUpdating=!0;var V=_.ownerDocument;if("activeElement"in V){var G;try{G=V.activeElement}catch{G=V.body}z=G===_}V=T(),m.m.eb(V,w,"hasfocus",z,!0),_.__ko_hasfocusLastValue=z,_.__ko_hasfocusUpdating=!1}var B=P.bind(null,!0),N=P.bind(null,!1);m.a.B(_,"focus",B),m.a.B(_,"focusin",B),m.a.B(_,"blur",N),m.a.B(_,"focusout",N),_.__ko_hasfocusLastValue=!1},update:function(_,T){var w=!!m.a.f(T());_.__ko_hasfocusUpdating||_.__ko_hasfocusLastValue===w||(w?_.focus():_.blur(),!w&&_.__ko_hasfocusLastValue&&_.ownerDocument.body.focus(),m.u.G(m.a.Fb,null,[_,w?"focusin":"focusout"]))}},m.m.wa.hasfocus=!0,m.c.hasFocus=m.c.hasfocus,m.m.wa.hasFocus="hasfocus",m.c.html={init:function(){return{controlsDescendantBindings:!0}},update:function(_,T){m.a.fc(_,T())}},function(){function _(T,w,P){m.c[T]={init:function(B,N,z,V,G){var k,X,q={},Y,W,J;if(w){V=z.get("as");var Z=z.get("noChildContext");J=!(V&&Z),q={as:V,noChildContext:Z,exportDependencies:J}}return W=(Y=z.get("completeOn")=="render")||z.has(m.i.pa),m.o(function(){var ue=m.a.f(N()),pe=!P!=!ue,oe=!X,fe;(J||pe!==k)&&(W&&(G=m.i.Cb(B,G)),pe&&((!w||J)&&(q.dataDependency=m.S.o()),fe=w?G.createChildContext(typeof ue=="function"?ue:N,q):m.S.qa()?G.extend(null,q):G),oe&&m.S.qa()&&(X=m.a.Ca(m.h.childNodes(B),!0)),pe?(oe||m.h.va(B,m.a.Ca(X)),m.Oa(fe,B)):(m.h.Ea(B),Y||m.i.ma(B,m.i.H)),k=pe)},null,{l:B}),{controlsDescendantBindings:!0}}},m.m.Ra[T]=!1,m.h.ea[T]=!0}_("if"),_("ifnot",!1,!0),_("with",!0)}(),m.c.let={init:function(_,T,w,P,B){return T=B.extend(T),m.Oa(T,_),{controlsDescendantBindings:!0}}},m.h.ea.let=!0;var L={};m.c.options={init:function(_){if(m.a.R(_)!=="select")throw Error("options binding applies only to SELECT elements");for(;0<_.length;)_.remove(0);return{controlsDescendantBindings:!0}},update:function(_,T,w){function P(){return m.a.jb(_.options,function(Z){return Z.selected})}function B(Z,ue,pe){var oe=typeof ue;return oe=="function"?ue(Z):oe=="string"?Z[ue]:pe}function N(Z,ue){if(W&&k)m.i.ma(_,m.i.H);else if(Y.length){var pe=0<=m.a.A(Y,m.w.M(ue[0]));m.a.Zc(ue[0],pe),W&&!pe&&m.u.G(m.a.Fb,null,[_,"change"])}}var z=_.multiple,V=_.length!=0&&z?_.scrollTop:null,G=m.a.f(T()),k=w.get("valueAllowUnset")&&w.has("value"),X=w.get("optionsIncludeDestroyed");T={};var q,Y=[];k||(z?Y=m.a.Mb(P(),m.w.M):0<=_.selectedIndex&&Y.push(m.w.M(_.options[_.selectedIndex]))),G&&(typeof G.length>"u"&&(G=[G]),q=m.a.jb(G,function(Z){return X||Z===e||Z===null||!m.a.f(Z._destroy)}),w.has("optionsCaption")&&(G=m.a.f(w.get("optionsCaption")),G!==null&&G!==e&&q.unshift(L)));var W=!1;if(T.beforeRemove=function(Z){_.removeChild(Z)},G=N,w.has("optionsAfterRender")&&typeof w.get("optionsAfterRender")=="function"&&(G=function(Z,ue){N(0,ue),m.u.G(w.get("optionsAfterRender"),null,[ue[0],Z!==L?Z:e])}),m.a.ec(_,q,function(Z,ue,pe){return pe.length&&(Y=!k&&pe[0].selected?[m.w.M(pe[0])]:[],W=!0),ue=_.ownerDocument.createElement("option"),Z===L?(m.a.Bb(ue,w.get("optionsCaption")),m.w.cb(ue,e)):(pe=B(Z,w.get("optionsValue"),Z),m.w.cb(ue,m.a.f(pe)),Z=B(Z,w.get("optionsText"),pe),m.a.Bb(ue,Z)),[ue]},T,G),!k){var J;z?J=Y.length&&P().length<Y.length:J=Y.length&&0<=_.selectedIndex?m.w.M(_.options[_.selectedIndex])!==Y[0]:Y.length||0<=_.selectedIndex,J&&m.u.G(m.a.Fb,null,[_,"change"])}(k||m.S.Ya())&&m.i.ma(_,m.i.H),m.a.wd(_),V&&20<Math.abs(V-_.scrollTop)&&(_.scrollTop=V)}},m.c.options.$b=m.a.g.Z(),m.c.selectedOptions={init:function(_,T,w){function P(){var z=T(),V=[];m.a.D(_.getElementsByTagName("option"),function(G){G.selected&&V.push(m.w.M(G))}),m.m.eb(z,w,"selectedOptions",V)}function B(){var z=m.a.f(T()),V=_.scrollTop;z&&typeof z.length=="number"&&m.a.D(_.getElementsByTagName("option"),function(G){var k=0<=m.a.A(z,m.w.M(G));G.selected!=k&&m.a.Zc(G,k)}),_.scrollTop=V}if(m.a.R(_)!="select")throw Error("selectedOptions binding applies only to SELECT elements");var N;m.i.subscribe(_,m.i.H,function(){N?P():(m.a.B(_,"change",P),N=m.o(B,null,{l:_}))},null,{notifyImmediately:!0})},update:function(){}},m.m.wa.selectedOptions=!0,m.c.style={update:function(_,T){var w=m.a.f(T()||{});m.a.P(w,function(P,B){if(B=m.a.f(B),(B===null||B===e||B===!1)&&(B=""),o)o(_).css(P,B);else if(/^--/.test(P))_.style.setProperty(P,B);else{P=P.replace(/-(\w)/g,function(z,V){return V.toUpperCase()});var N=_.style[P];_.style[P]=B,B===N||_.style[P]!=N||isNaN(B)||(_.style[P]=B+"px")}})}},m.c.submit={init:function(_,T,w,P,B){if(typeof T()!="function")throw Error("The value for a submit binding must be a function");m.a.B(_,"submit",function(N){var z,V=T();try{z=V.call(B.$data,_)}finally{z!==!0&&(N.preventDefault?N.preventDefault():N.returnValue=!1)}})}},m.c.text={init:function(){return{controlsDescendantBindings:!0}},update:function(_,T){m.a.Bb(_,T())}},m.h.ea.text=!0,function(){if(t&&t.navigator){var _=function(q){if(q)return parseFloat(q[1])},T=t.navigator.userAgent,w,P,B,N,z;(w=t.opera&&t.opera.version&&parseInt(t.opera.version()))||(z=_(T.match(/Edge\/([^ ]+)$/)))||_(T.match(/Chrome\/([^ ]+)/))||(P=_(T.match(/Version\/([^ ]+) Safari/)))||(B=_(T.match(/Firefox\/([^ ]+)/)))||(N=m.a.W||_(T.match(/MSIE ([^ ]+)/)))||(N=_(T.match(/rv:([^ )]+)/)))}if(8<=N&&10>N)var V=m.a.g.Z(),G=m.a.g.Z(),k=function(q){var Y=this.activeElement;(Y=Y&&m.a.g.get(Y,G))&&Y(q)},X=function(q,Y){var W=q.ownerDocument;m.a.g.get(W,V)||(m.a.g.set(W,V,!0),m.a.B(W,"selectionchange",k)),m.a.g.set(q,G,Y)};m.c.textInput={init:function(q,Y,W){function J(Me,Ge){m.a.B(q,Me,Ge)}function Z(){var Me=m.a.f(Y());(Me===null||Me===e)&&(Me=""),ge!==e&&Me===ge?m.a.setTimeout(Z,4):q.value!==Me&&(Ie=!0,q.value=Me,Ie=!1,oe=q.value)}function ue(){fe||(ge=q.value,fe=m.a.setTimeout(pe,4))}function pe(){clearTimeout(fe),ge=fe=e;var Me=q.value;oe!==Me&&(oe=Me,m.m.eb(Y(),W,"textInput",Me))}var oe=q.value,fe,ge,Ee=m.a.W==9?ue:pe,Ie=!1;N&&J("keypress",pe),11>N&&J("propertychange",function(Me){Ie||Me.propertyName!=="value"||Ee(Me)}),N==8&&(J("keyup",pe),J("keydown",pe)),X&&(X(q,Ee),J("dragend",ue)),(!N||9<=N)&&J("input",Ee),5>P&&m.a.R(q)==="textarea"?(J("keydown",ue),J("paste",ue),J("cut",ue)):11>w?J("keydown",ue):4>B?(J("DOMAutoComplete",pe),J("dragdrop",pe),J("drop",pe)):z&&q.type==="number"&&J("keydown",ue),J("change",pe),J("blur",pe),m.o(Z,null,{l:q})}},m.m.wa.textInput=!0,m.c.textinput={preprocess:function(q,Y,W){W("textInput",q)}}}(),m.c.uniqueName={init:function(_,T){if(T()){var w="ko_unique_"+ ++m.c.uniqueName.rd;m.a.Yc(_,w)}}},m.c.uniqueName.rd=0,m.c.using={init:function(_,T,w,P,B){var N;return w.has("as")&&(N={as:w.get("as"),noChildContext:w.get("noChildContext")}),T=B.createChildContext(T,N),m.Oa(T,_),{controlsDescendantBindings:!0}}},m.h.ea.using=!0,m.c.value={init:function(_,T,w){var P=m.a.R(_),B=P=="input";if(!B||_.type!="checkbox"&&_.type!="radio"){var N=[],z=w.get("valueUpdate"),V=!1,G=null;z&&(typeof z=="string"?N=[z]:N=m.a.wc(z),m.a.Pa(N,"change"));var k=function(){G=null,V=!1;var Y=T(),W=m.w.M(_);m.m.eb(Y,w,"value",W)};!m.a.W||!B||_.type!="text"||_.autocomplete=="off"||_.form&&_.form.autocomplete=="off"||m.a.A(N,"propertychange")!=-1||(m.a.B(_,"propertychange",function(){V=!0}),m.a.B(_,"focus",function(){V=!1}),m.a.B(_,"blur",function(){V&&k()})),m.a.D(N,function(Y){var W=k;m.a.Ud(Y,"after")&&(W=function(){G=m.w.M(_),m.a.setTimeout(k,0)},Y=Y.substring(5)),m.a.B(_,Y,W)});var X;if(X=B&&_.type=="file"?function(){var Y=m.a.f(T());Y===null||Y===e||Y===""?_.value="":m.u.G(k)}:function(){var Y=m.a.f(T()),W=m.w.M(_);G!==null&&Y===G?m.a.setTimeout(X,0):(Y!==W||W===e)&&(P==="select"?(W=w.get("valueAllowUnset"),m.w.cb(_,Y,W),W||Y===m.w.M(_)||m.u.G(k)):m.w.cb(_,Y))},P==="select"){var q;m.i.subscribe(_,m.i.H,function(){q?w.get("valueAllowUnset")?X():k():(m.a.B(_,"change",k),q=m.o(X,null,{l:_}))},null,{notifyImmediately:!0})}else m.a.B(_,"change",k),m.o(X,null,{l:_})}else m.ib(_,{checkedValue:T})},update:function(){}},m.m.wa.value=!0,m.c.visible={update:function(_,T){var w=m.a.f(T()),P=_.style.display!="none";w&&!P?_.style.display="":!w&&P&&(_.style.display="none")}},m.c.hidden={update:function(_,T){m.c.visible.update(_,function(){return!m.a.f(T())})}},function(_){m.c[_]={init:function(T,w,P,B,N){return m.c.event.init.call(this,T,function(){var z={};return z[_]=w(),z},P,B,N)}}}("click"),m.ca=function(){},m.ca.prototype.renderTemplateSource=function(){throw Error("Override renderTemplateSource")},m.ca.prototype.createJavaScriptEvaluatorBlock=function(){throw Error("Override createJavaScriptEvaluatorBlock")},m.ca.prototype.makeTemplateSource=function(_,T){if(typeof _=="string"){T=T||n;var w=T.getElementById(_);if(!w)throw Error("Cannot find template with ID "+_);return new m.C.F(w)}if(_.nodeType==1||_.nodeType==8)return new m.C.ia(_);throw Error("Unknown template type: "+_)},m.ca.prototype.renderTemplate=function(_,T,w,P){return _=this.makeTemplateSource(_,P),this.renderTemplateSource(_,T,w,P)},m.ca.prototype.isTemplateRewritten=function(_,T){return this.allowTemplateRewriting===!1?!0:this.makeTemplateSource(_,T).data("isRewritten")},m.ca.prototype.rewriteTemplate=function(_,T,w){_=this.makeTemplateSource(_,w),T=T(_.text()),_.text(T),_.data("isRewritten",!0)},m.b("templateEngine",m.ca),m.kc=function(){function _(P,B,N,z){P=m.m.ac(P);for(var V=m.m.Ra,G=0;G<P.length;G++){var k=P[G].key;if(Object.prototype.hasOwnProperty.call(V,k)){var X=V[k];if(typeof X=="function"){if(k=X(P[G].value))throw Error(k)}else if(!X)throw Error("This template engine does not support the '"+k+"' binding within its templates")}}return N="ko.__tr_ambtns(function($context,$element){return(function(){return{ "+m.m.vb(P,{valueAccessors:!0})+" } })()},'"+N.toLowerCase()+"')",z.createJavaScriptEvaluatorBlock(N)+B}var T=/(<([a-z]+\d*)(?:\s+(?!data-bind\s*=\s*)[a-z0-9\-]+(?:=(?:\"[^\"]*\"|\'[^\']*\'|[^>]*))?)*\s+)data-bind\s*=\s*(["'])([\s\S]*?)\3/gi,w=/\x3c!--\s*ko\b\s*([\s\S]*?)\s*--\x3e/g;return{xd:function(P,B,N){B.isTemplateRewritten(P,N)||B.rewriteTemplate(P,function(z){return m.kc.Ld(z,B)},N)},Ld:function(P,B){return P.replace(T,function(N,z,V,G,k){return _(k,z,V,B)}).replace(w,function(N,z){return _(z,"<!-- ko -->","#comment",B)})},md:function(P,B){return m.aa.Xb(function(N,z){var V=N.nextSibling;V&&V.nodeName.toLowerCase()===B&&m.ib(V,P,z)})}}}(),m.b("__tr_ambtns",m.kc.md),function(){m.C={},m.C.F=function(w){if(this.F=w){var P=m.a.R(w);this.ab=P==="script"?1:P==="textarea"?2:P=="template"&&w.content&&w.content.nodeType===11?3:4}},m.C.F.prototype.text=function(){var w=this.ab===1?"text":this.ab===2?"value":"innerHTML";if(arguments.length==0)return this.F[w];var P=arguments[0];w==="innerHTML"?m.a.fc(this.F,P):this.F[w]=P};var _=m.a.g.Z()+"_";m.C.F.prototype.data=function(w){if(arguments.length===1)return m.a.g.get(this.F,_+w);m.a.g.set(this.F,_+w,arguments[1])};var T=m.a.g.Z();m.C.F.prototype.nodes=function(){var w=this.F;if(arguments.length==0){var P=m.a.g.get(w,T)||{},B=P.lb||(this.ab===3?w.content:this.ab===4?w:e);if(!B||P.jd){var N=this.text();N&&N!==P.bb&&(B=m.a.Md(N,w.ownerDocument),m.a.g.set(w,T,{lb:B,bb:N,jd:!0}))}return B}P=arguments[0],this.ab!==e&&this.text(""),m.a.g.set(w,T,{lb:P})},m.C.ia=function(w){this.F=w},m.C.ia.prototype=new m.C.F,m.C.ia.prototype.constructor=m.C.ia,m.C.ia.prototype.text=function(){if(arguments.length==0){var w=m.a.g.get(this.F,T)||{};return w.bb===e&&w.lb&&(w.bb=w.lb.innerHTML),w.bb}m.a.g.set(this.F,T,{bb:arguments[0]})},m.b("templateSources",m.C),m.b("templateSources.domElement",m.C.F),m.b("templateSources.anonymousTemplate",m.C.ia)}(),function(){function _(G,k,X){var q;for(k=m.h.nextSibling(k);G&&(q=G)!==k;)G=m.h.nextSibling(q),X(q,G)}function T(G,k){if(G.length){var X=G[0],q=G[G.length-1],Y=X.parentNode,W=m.ga.instance,J=W.preprocessNode;if(J){if(_(X,q,function(Z,ue){var pe=Z.previousSibling,oe=J.call(W,Z);oe&&(Z===X&&(X=oe[0]||ue),Z===q&&(q=oe[oe.length-1]||pe))}),G.length=0,!X)return;X===q?G.push(X):(G.push(X,q),m.a.Ua(G,Y))}_(X,q,function(Z){Z.nodeType!==1&&Z.nodeType!==8||m.vc(k,Z)}),_(X,q,function(Z){Z.nodeType!==1&&Z.nodeType!==8||m.aa.cd(Z,[k])}),m.a.Ua(G,Y)}}function w(G){return G.nodeType?G:0<G.length?G[0]:null}function P(G,k,X,q,Y){Y=Y||{};var W=(G&&w(G)||X||{}).ownerDocument,J=Y.templateEngine||N;if(m.kc.xd(X,J,W),X=J.renderTemplate(X,q,Y,W),typeof X.length!="number"||0<X.length&&typeof X[0].nodeType!="number")throw Error("Template engine must return an array of DOM nodes");switch(W=!1,k){case"replaceChildren":m.h.va(G,X),W=!0;break;case"replaceNode":m.a.Xc(G,X),W=!0;break;case"ignoreTargetNode":break;default:throw Error("Unknown renderMode: "+k)}return W&&(T(X,q),Y.afterRender&&m.u.G(Y.afterRender,null,[X,q[Y.as||"$data"]]),k=="replaceChildren"&&m.i.ma(G,m.i.H)),X}function B(G,k,X){return m.O(G)?G():typeof G=="function"?G(k,X):G}var N;m.gc=function(G){if(G!=e&&!(G instanceof m.ca))throw Error("templateEngine must inherit from ko.templateEngine");N=G},m.dc=function(G,k,X,q,Y){if(X=X||{},(X.templateEngine||N)==e)throw Error("Set a template engine before calling renderTemplate");if(Y=Y||"replaceChildren",q){var W=w(q);return m.$(function(){var Z=k&&k instanceof m.fa?k:new m.fa(k,null,null,null,{exportDependencies:!0}),J=B(G,Z.$data,Z),Z=P(q,Y,J,Z,X);Y=="replaceNode"&&(q=Z,W=w(q))},null,{Sa:function(){return!W||!m.a.Sb(W)},l:W&&Y=="replaceNode"?W.parentNode:W})}return m.aa.Xb(function(J){m.dc(G,k,X,J,"replaceNode")})},m.Qd=function(G,k,X,q,Y){function W(ge,Ee){m.u.G(m.a.ec,null,[q,ge,Z,X,J,Ee]),m.i.ma(q,m.i.H)}function J(ge,Ee){T(Ee,ue),X.afterRender&&X.afterRender(Ee,ge),ue=null}function Z(ge,Ee){ue=Y.createChildContext(ge,{as:pe,noChildContext:X.noChildContext,extend:function(Me){Me.$index=Ee,pe&&(Me[pe+"Index"]=Ee)}});var Ie=B(G,ge,ue);return P(q,"ignoreTargetNode",Ie,ue,X)}var ue,pe=X.as,oe=X.includeDestroyed===!1||m.options.foreachHidesDestroyed&&!X.includeDestroyed;if(oe||X.beforeRemove||!m.Pc(k))return m.$(function(){var ge=m.a.f(k)||[];typeof ge.length>"u"&&(ge=[ge]),oe&&(ge=m.a.jb(ge,function(Ee){return Ee===e||Ee===null||!m.a.f(Ee._destroy)})),W(ge)},null,{l:q});W(k.v());var fe=k.subscribe(function(ge){W(k(),ge)},null,"arrayChange");return fe.l(q),fe};var z=m.a.g.Z(),V=m.a.g.Z();m.c.template={init:function(G,k){var X=m.a.f(k());if(typeof X=="string"||"name"in X)m.h.Ea(G);else if("nodes"in X){if(X=X.nodes||[],m.O(X))throw Error('The "nodes" option must be a plain, non-observable array.');var q=X[0]&&X[0].parentNode;q&&m.a.g.get(q,V)||(q=m.a.Yb(X),m.a.g.set(q,V,!0)),new m.C.ia(G).nodes(q)}else if(X=m.h.childNodes(G),0<X.length)q=m.a.Yb(X),new m.C.ia(G).nodes(q);else throw Error("Anonymous template defined, but no template content was provided");return{controlsDescendantBindings:!0}},update:function(G,k,X,q,Y){var W=k();k=m.a.f(W),X=!0,q=null,typeof k=="string"?k={}:(W="name"in k?k.name:G,"if"in k&&(X=m.a.f(k.if)),X&&"ifnot"in k&&(X=!m.a.f(k.ifnot)),X&&!W&&(X=!1)),"foreach"in k?q=m.Qd(W,X&&k.foreach||[],k,G,Y):X?(X=Y,"data"in k&&(X=Y.createChildContext(k.data,{as:k.as,noChildContext:k.noChildContext,exportDependencies:!0})),q=m.dc(W,X,k,G)):m.h.Ea(G),Y=q,(k=m.a.g.get(G,z))&&typeof k.s=="function"&&k.s(),m.a.g.set(G,z,!Y||Y.ja&&!Y.ja()?e:Y)}},m.m.Ra.template=function(G){return G=m.m.ac(G),G.length==1&&G[0].unknown||m.m.Id(G,"name")?null:"This template engine does not support anonymous templates nested within its templates"},m.h.ea.template=!0}(),m.b("setTemplateEngine",m.gc),m.b("renderTemplate",m.dc),m.a.Kc=function(_,T,w){if(_.length&&T.length){var P,B,N,z,V;for(P=B=0;(!w||P<w)&&(z=_[B]);++B){for(N=0;V=T[N];++N)if(z.value===V.value){z.moved=V.index,V.moved=z.index,T.splice(N,1),P=N=0;break}P+=N}}},m.a.Pb=function(){function _(T,w,P,B,N){var z=Math.min,V=Math.max,G=[],k,X=T.length,q,Y=w.length,W=Y-X||1,J=X+Y+1,Z,ue,pe;for(k=0;k<=X;k++)for(ue=Z,G.push(Z=[]),pe=z(Y,k+W),q=V(0,k-1);q<=pe;q++)Z[q]=q?k?T[k-1]===w[q-1]?ue[q-1]:z(ue[q]||J,Z[q-1]||J)+1:q+1:k+1;for(z=[],V=[],W=[],k=X,q=Y;k||q;)Y=G[k][q]-1,q&&Y===G[k][q-1]?V.push(z[z.length]={status:P,value:w[--q],index:q}):k&&Y===G[k-1][q]?W.push(z[z.length]={status:B,value:T[--k],index:k}):(--q,--k,N.sparse||z.push({status:"retained",value:w[q]}));return m.a.Kc(W,V,!N.dontLimitMoves&&10*X),z.reverse()}return function(T,w,P){return P=typeof P=="boolean"?{dontLimitMoves:P}:P||{},T=T||[],w=w||[],T.length<w.length?_(T,w,"added","deleted",P):_(w,T,"deleted","added",P)}}(),m.b("utils.compareArrays",m.a.Pb),function(){function _(P,B,N,z,V){var G=[],k=m.$(function(){var X=B(N,V,m.a.Ua(G,P))||[];0<G.length&&(m.a.Xc(G,X),z&&m.u.G(z,null,[N,X,V])),G.length=0,m.a.Nb(G,X)},null,{l:P,Sa:function(){return!m.a.kd(G)}});return{Y:G,$:k.ja()?k:e}}var T=m.a.g.Z(),w=m.a.g.Z();m.a.ec=function(P,B,N,z,V,G){function k(ot){Ie={Aa:ot,pb:m.ta(ue++)},J.push(Ie),W||Ee.push(Ie)}function X(ot){Ie=Y[ot],ue!==Ie.pb.v()&&ge.push(Ie),Ie.pb(ue++),m.a.Ua(Ie.Y,P),J.push(Ie)}function q(ot,Gt){if(ot)for(var si=0,Se=Gt.length;si<Se;si++)m.a.D(Gt[si].Y,function(dt){ot(dt,si,Gt[si].Aa)})}B=B||[],typeof B.length>"u"&&(B=[B]),z=z||{};var Y=m.a.g.get(P,T),W=!Y,J=[],Z=0,ue=0,pe=[],oe=[],fe=[],ge=[],Ee=[],Ie,Me=0;if(W)m.a.D(B,k);else{if(!G||Y&&Y._countWaitingForRemove){var Ge=m.a.Mb(Y,function(ot){return ot.Aa});G=m.a.Pb(Ge,B,{dontLimitMoves:z.dontLimitMoves,sparse:!0})}for(var Ge=0,bt,zt,on;bt=G[Ge];Ge++)switch(zt=bt.moved,on=bt.index,bt.status){case"deleted":for(;Z<on;)X(Z++);zt===e&&(Ie=Y[Z],Ie.$&&(Ie.$.s(),Ie.$=e),m.a.Ua(Ie.Y,P).length&&(z.beforeRemove&&(J.push(Ie),Me++,Ie.Aa===w?Ie=null:fe.push(Ie)),Ie&&pe.push.apply(pe,Ie.Y))),Z++;break;case"added":for(;ue<on;)X(Z++);zt!==e?(oe.push(J.length),X(zt)):k(bt.value)}for(;ue<B.length;)X(Z++);J._countWaitingForRemove=Me}m.a.g.set(P,T,J),q(z.beforeMove,ge),m.a.D(pe,z.beforeRemove?m.oa:m.removeNode);var at,Tn,Yn;try{Yn=P.ownerDocument.activeElement}catch{}if(oe.length)for(;(Ge=oe.shift())!=e;){for(Ie=J[Ge],at=e;Ge;)if((Tn=J[--Ge].Y)&&Tn.length){at=Tn[Tn.length-1];break}for(B=0;Z=Ie.Y[B];at=Z,B++)m.h.Wb(P,Z,at)}for(Ge=0;Ie=J[Ge];Ge++){for(Ie.Y||m.a.extend(Ie,_(P,N,Ie.Aa,V,Ie.pb)),B=0;Z=Ie.Y[B];at=Z,B++)m.h.Wb(P,Z,at);!Ie.Ed&&V&&(V(Ie.Aa,Ie.Y,Ie.pb),Ie.Ed=!0,at=Ie.Y[Ie.Y.length-1])}for(Yn&&P.ownerDocument.activeElement!=Yn&&Yn.focus(),q(z.beforeRemove,fe),Ge=0;Ge<fe.length;++Ge)fe[Ge].Aa=w;q(z.afterMove,ge),q(z.afterAdd,Ee)}}(),m.b("utils.setDomNodeChildrenFromArrayMapping",m.a.ec),m.ba=function(){this.allowTemplateRewriting=!1},m.ba.prototype=new m.ca,m.ba.prototype.constructor=m.ba,m.ba.prototype.renderTemplateSource=function(_,T,w,P){return(T=!(9>m.a.W)&&_.nodes?_.nodes():null)?m.a.la(T.cloneNode(!0).childNodes):(_=_.text(),m.a.ua(_,P))},m.ba.Ma=new m.ba,m.gc(m.ba.Ma),m.b("nativeTemplateEngine",m.ba),function(){m.$a=function(){var T=this.Hd=function(){if(!o||!o.tmpl)return 0;try{if(0<=o.tmpl.tag.tmpl.open.toString().indexOf("__"))return 2}catch{}return 1}();this.renderTemplateSource=function(w,P,B,N){if(N=N||n,B=B||{},2>T)throw Error("Your version of jQuery.tmpl is too old. Please upgrade to jQuery.tmpl 1.0.0pre or later.");var z=w.data("precompiled");return z||(z=w.text()||"",z=o.template(null,"{{ko_with $item.koBindingContext}}"+z+"{{/ko_with}}"),w.data("precompiled",z)),w=[P.$data],P=o.extend({koBindingContext:P},B.templateOptions),P=o.tmpl(z,w,P),P.appendTo(N.createElement("div")),o.fragments={},P},this.createJavaScriptEvaluatorBlock=function(w){return"{{ko_code ((function() { return "+w+" })()) }}"},this.addTemplate=function(w,P){n.write("<script type='text/html' id='"+w+"'>"+P+"<\/script>")},0<T&&(o.tmpl.tag.ko_code={open:"__.push($1 || '');"},o.tmpl.tag.ko_with={open:"with($1) {",close:"} "})},m.$a.prototype=new m.ca,m.$a.prototype.constructor=m.$a;var _=new m.$a;0<_.Hd&&m.gc(_),m.b("jqueryTmplTemplateEngine",m.$a)}()})})()})()})();var Btt=ko;typeof window<"u"?(ko=window.ko,typeof qD<"u"?window.ko=qD:delete window.ko):(ko=global.ko,typeof qD<"u"?global.ko=qD:delete global.ko);var wE=Btt;/**
* @license
* Knockout ES5 plugin - https://github.com/SteveSanderson/knockout-es5
* Copyright (c) Steve Sanderson
* MIT license
*/var nj="__knockoutObservables",ij="__knockoutSubscribable";function Mme(e,t){if(!e)throw new Error("When calling ko.track, you must pass an object as the first parameter.");var n=this,i=Lme(e,!0);return t=t||Object.getOwnPropertyNames(e),t.forEach(function(o){if(!(o===nj||o===ij)&&!(o in i)){var r=e[o],s=r instanceof Array,a=n.isObservable(r)?r:s?n.observableArray(r):n.observable(r);Object.defineProperty(e,o,{configurable:!0,enumerable:!0,get:a,set:n.isWriteableObservable(a)?a:void 0}),i[o]=a,s&&Mtt(n,a)}}),e}function Lme(e,t){var n=e[nj];return!n&&t&&(n={},Object.defineProperty(e,nj,{value:n})),n}function Rtt(e,t,n){var i=this,o={owner:e,deferEvaluation:!0};if(typeof n=="function")o.read=n;else{if("value"in n)throw new Error('For ko.defineProperty, you must not specify a "value" for the property. You must provide a "get" function.');if(typeof n.get!="function")throw new Error('For ko.defineProperty, the third parameter must be either an evaluator function, or an options object containing a function called "get".');o.read=n.get,o.write=n.set}return e[t]=i.computed(o),Mme.call(i,e,[t]),e}function Mtt(e,t){var n=null;e.computed(function(){n&&(n.dispose(),n=null);var i=t();i instanceof Array&&(n=Ltt(e,t,i))})}function Ltt(e,t,n){var i=Ftt(e,n);return i.subscribe(t)}function Ftt(e,t){var n=t[ij];if(!n){n=new e.subscribable,Object.defineProperty(t,ij,{value:n});var i={};Ntt(t,n,i),ktt(e,t,n,i)}return n}function Ntt(e,t,n){["pop","push","reverse","shift","sort","splice","unshift"].forEach(function(i){var o=e[i];e[i]=function(){var r=o.apply(this,arguments);return n.pause!==!0&&t.notifySubscribers(this),r}})}function ktt(e,t,n,i){["remove","removeAll","destroy","destroyAll","replace"].forEach(function(o){Object.defineProperty(t,o,{enumerable:!1,value:function(){var r;i.pause=!0;try{r=e.observableArray.fn[o].apply(e.observableArray(t),arguments)}finally{i.pause=!1}return n.notifySubscribers(t),r}})})}function Fme(e,t){if(!e)return null;var n=Lme(e,!1);return n&&n[t]||null}function Vtt(e,t){var n=Fme(e,t);n&&n.valueHasMutated()}function Utt(e){e.track=Mme,e.getObservable=Fme,e.valueHasMutated=Vtt,e.defineProperty=Rtt}var Uk={attachToKo:Utt};var Nme="http://www.w3.org/2000/svg",kme="cesium-svgPath-svg",ztt={register:function(e){e.bindingHandlers.cesiumSvgPath={init:function(t,n){let i=document.createElementNS(Nme,"svg:svg");i.setAttribute("class",kme);let o=document.createElementNS(Nme,"path");return i.appendChild(o),e.virtualElements.setDomNodeChildren(t,[i]),e.computed({read:function(){let r=e.unwrap(n());o.setAttribute("d",e.unwrap(r.path));let s=e.unwrap(r.width),a=e.unwrap(r.height);i.setAttribute("width",s),i.setAttribute("height",a),i.setAttribute("viewBox",`0 0 ${s} ${a}`),r.css&&i.setAttribute("class",`${kme} ${e.unwrap(r.css)}`)},disposeWhenNodeIsRemoved:t}),{controlsDescendantBindings:!0}}},e.virtualElements.allowedBindings.cesiumSvgPath=!0}},zk=ztt;Uk.attachToKo(wE);zk.register(wE);var Ae=wE;var YD=`#ifdef MRT
#extension GL_EXT_draw_buffers : enable
#endif
uniform vec4 u_bgColor;
uniform sampler2D u_depthTexture;
varying vec2 v_textureCoordinates;
void main()
{
if (texture2D(u_depthTexture, v_textureCoordinates).r < 1.0)
{
#ifdef MRT
gl_FragData[0] = u_bgColor;
gl_FragData[1] = vec4(u_bgColor.a);
#else
gl_FragColor = u_bgColor;
#endif
return;
}
discard;
}
`;var Wg=`uniform vec3 u_radiiAndDynamicAtmosphereColor;
uniform float u_atmosphereLightIntensity;
uniform float u_atmosphereRayleighScaleHeight;
uniform float u_atmosphereMieScaleHeight;
uniform float u_atmosphereMieAnisotropy;
uniform vec3 u_atmosphereRayleighCoefficient;
uniform vec3 u_atmosphereMieCoefficient;
const float ATMOSPHERE_THICKNESS = 111e3;
const int PRIMARY_STEPS = 16;
const int LIGHT_STEPS = 4;
void computeScattering(
czm_ray primaryRay,
float primaryRayLength,
vec3 lightDirection,
float atmosphereInnerRadius,
out vec3 rayleighColor,
out vec3 mieColor,
out float opacity
) {
rayleighColor = vec3(0.0);
mieColor = vec3(0.0);
opacity = 0.0;
float atmosphereOuterRadius = atmosphereInnerRadius + ATMOSPHERE_THICKNESS;
vec3 origin = vec3(0.0);
czm_raySegment primaryRayAtmosphereIntersect = czm_raySphereIntersectionInterval(primaryRay, origin, atmosphereOuterRadius);
if (primaryRayAtmosphereIntersect == czm_emptyRaySegment) {
return;
}
primaryRayAtmosphereIntersect.start = max(primaryRayAtmosphereIntersect.start, 0.0);
primaryRayAtmosphereIntersect.stop = min(primaryRayAtmosphereIntersect.stop, length(primaryRayLength));
float rayStepLength = (primaryRayAtmosphereIntersect.stop - primaryRayAtmosphereIntersect.start) / float(PRIMARY_STEPS);
float rayPositionLength = primaryRayAtmosphereIntersect.start;
vec3 rayleighAccumulation = vec3(0.0);
vec3 mieAccumulation = vec3(0.0);
vec2 opticalDepth = vec2(0.0);
vec2 heightScale = vec2(u_atmosphereRayleighScaleHeight, u_atmosphereMieScaleHeight);
for (int i = 0; i < PRIMARY_STEPS; i++) {
vec3 samplePosition = primaryRay.origin + primaryRay.direction * (rayPositionLength + rayStepLength);
float sampleHeight = length(samplePosition) - atmosphereInnerRadius;
vec2 sampleDensity = exp(-sampleHeight / heightScale) * rayStepLength;
opticalDepth += sampleDensity;
czm_ray lightRay = czm_ray(samplePosition, lightDirection);
czm_raySegment lightRayAtmosphereIntersect = czm_raySphereIntersectionInterval(lightRay, origin, atmosphereOuterRadius);
float lightStepLength = lightRayAtmosphereIntersect.stop / float(LIGHT_STEPS);
float lightPositionLength = 0.0;
vec2 lightOpticalDepth = vec2(0.0);
for (int j = 0; j < LIGHT_STEPS; j++) {
vec3 lightPosition = samplePosition + lightDirection * (lightPositionLength + lightStepLength * 0.5);
float lightHeight = length(lightPosition) - atmosphereInnerRadius;
lightOpticalDepth += exp(-lightHeight / heightScale) * lightStepLength;
lightPositionLength += lightStepLength;
}
vec3 attenuation = exp(-((u_atmosphereMieCoefficient * (opticalDepth.y + lightOpticalDepth.y)) + (u_atmosphereRayleighCoefficient * (opticalDepth.x + lightOpticalDepth.x))));
rayleighAccumulation += sampleDensity.x * attenuation;
mieAccumulation += sampleDensity.y * attenuation;
rayPositionLength += rayStepLength;
}
rayleighColor = u_atmosphereRayleighCoefficient * rayleighAccumulation;
mieColor = u_atmosphereMieCoefficient * mieAccumulation;
opacity = length(exp(-((u_atmosphereMieCoefficient * opticalDepth.y) + (u_atmosphereRayleighCoefficient * opticalDepth.x))));
}
vec4 computeAtmosphereColor(
vec3 positionWC,
vec3 lightDirection,
vec3 rayleighColor,
vec3 mieColor,
float opacity
) {
vec3 cameraToPositionWC = positionWC - czm_viewerPositionWC;
vec3 cameraToPositionWCDirection = normalize(cameraToPositionWC);
float cosAngle = dot(cameraToPositionWCDirection, lightDirection);
float cosAngleSq = cosAngle * cosAngle;
float G = u_atmosphereMieAnisotropy;
float GSq = G * G;
float rayleighPhase = 3.0 / (50.2654824574) * (1.0 + cosAngleSq);
float miePhase = 3.0 / (25.1327412287) * ((1.0 - GSq) * (cosAngleSq + 1.0)) / (pow(1.0 + GSq - 2.0 * cosAngle * G, 1.5) * (2.0 + GSq));
vec3 rayleigh = rayleighPhase * rayleighColor;
vec3 mie = miePhase * mieColor;
vec3 color = (rayleigh + mie) * u_atmosphereLightIntensity;
return vec4(color, opacity);
}
`;var Hk=`varying vec2 v_textureCoordinates;
const float M_PI = 3.141592653589793;
float vdcRadicalInverse(int i)
{
float r;
float base = 2.0;
float value = 0.0;
float invBase = 1.0 / base;
float invBi = invBase;
for (int x = 0; x < 100; x++)
{
if (i <= 0)
{
break;
}
r = mod(float(i), base);
value += r * invBi;
invBi *= invBase;
i = int(float(i) * invBase);
}
return value;
}
vec2 hammersley2D(int i, int N)
{
return vec2(float(i) / float(N), vdcRadicalInverse(i));
}
vec3 importanceSampleGGX(vec2 xi, float roughness, vec3 N)
{
float a = roughness * roughness;
float phi = 2.0 * M_PI * xi.x;
float cosTheta = sqrt((1.0 - xi.y) / (1.0 + (a * a - 1.0) * xi.y));
float sinTheta = sqrt(1.0 - cosTheta * cosTheta);
vec3 H = vec3(sinTheta * cos(phi), sinTheta * sin(phi), cosTheta);
vec3 upVector = abs(N.z) < 0.999 ? vec3(0.0, 0.0, 1.0) : vec3(1.0, 0.0, 0.0);
vec3 tangentX = normalize(cross(upVector, N));
vec3 tangentY = cross(N, tangentX);
return tangentX * H.x + tangentY * H.y + N * H.z;
}
float G1_Smith(float NdotV, float k)
{
return NdotV / (NdotV * (1.0 - k) + k);
}
float G_Smith(float roughness, float NdotV, float NdotL)
{
float k = roughness * roughness / 2.0;
return G1_Smith(NdotV, k) * G1_Smith(NdotL, k);
}
vec2 integrateBrdf(float roughness, float NdotV)
{
vec3 V = vec3(sqrt(1.0 - NdotV * NdotV), 0.0, NdotV);
float A = 0.0;
float B = 0.0;
const int NumSamples = 1024;
for (int i = 0; i < NumSamples; i++)
{
vec2 xi = hammersley2D(i, NumSamples);
vec3 H = importanceSampleGGX(xi, roughness, vec3(0.0, 0.0, 1.0));
vec3 L = 2.0 * dot(V, H) * H - V;
float NdotL = clamp(L.z, 0.0, 1.0);
float NdotH = clamp(H.z, 0.0, 1.0);
float VdotH = clamp(dot(V, H), 0.0, 1.0);
if (NdotL > 0.0)
{
float G = G_Smith(roughness, NdotV, NdotL);
float G_Vis = G * VdotH / (NdotH * NdotV);
float Fc = pow(1.0 - VdotH, 5.0);
A += (1.0 - Fc) * G_Vis;
B += Fc * G_Vis;
}
}
return vec2(A, B) / float(NumSamples);
}
void main()
{
gl_FragColor = vec4(integrateBrdf(v_textureCoordinates.y, v_textureCoordinates.x), 0.0, 1.0);
}
`;var Gk=`uniform sampler2D u_noiseTexture;
uniform vec3 u_noiseTextureDimensions;
uniform float u_noiseDetail;
varying vec2 v_offset;
varying vec3 v_maximumSize;
varying vec4 v_color;
varying float v_slice;
varying float v_brightness;
float wrap(float value, float rangeLength) {
if(value < 0.0) {
float absValue = abs(value);
float modValue = mod(absValue, rangeLength);
return mod(rangeLength - modValue, rangeLength);
}
return mod(value, rangeLength);
}
vec3 wrapVec(vec3 value, float rangeLength) {
return vec3(wrap(value.x, rangeLength),
wrap(value.y, rangeLength),
wrap(value.z, rangeLength));
}
float textureSliceWidth = u_noiseTextureDimensions.x;
float noiseTextureRows = u_noiseTextureDimensions.y;
float inverseNoiseTextureRows = u_noiseTextureDimensions.z;
float textureSliceWidthSquared = textureSliceWidth * textureSliceWidth;
vec2 inverseNoiseTextureDimensions = vec2(noiseTextureRows / textureSliceWidthSquared,
inverseNoiseTextureRows / textureSliceWidth);
vec2 voxelToUV(vec3 voxelIndex) {
vec3 wrappedIndex = wrapVec(voxelIndex, textureSliceWidth);
float column = mod(wrappedIndex.z, textureSliceWidth * inverseNoiseTextureRows);
float row = floor(wrappedIndex.z / textureSliceWidth * noiseTextureRows);
float xPixelCoord = wrappedIndex.x + column * textureSliceWidth;
float yPixelCoord = wrappedIndex.y + row * textureSliceWidth;
return vec2(xPixelCoord, yPixelCoord) * inverseNoiseTextureDimensions;
}
vec4 lerpSamplesX(vec3 voxelIndex, float x) {
vec2 uv0 = voxelToUV(voxelIndex);
vec2 uv1 = voxelToUV(voxelIndex + vec3(1.0, 0.0, 0.0));
vec4 sample0 = texture2D(u_noiseTexture, uv0);
vec4 sample1 = texture2D(u_noiseTexture, uv1);
return mix(sample0, sample1, x);
}
vec4 sampleNoiseTexture(vec3 position) {
vec3 recenteredPos = position + vec3(textureSliceWidth / 2.0);
vec3 lerpValue = fract(recenteredPos);
vec3 voxelIndex = floor(recenteredPos);
vec4 xLerp00 = lerpSamplesX(voxelIndex, lerpValue.x);
vec4 xLerp01 = lerpSamplesX(voxelIndex + vec3(0.0, 0.0, 1.0), lerpValue.x);
vec4 xLerp10 = lerpSamplesX(voxelIndex + vec3(0.0, 1.0, 0.0), lerpValue.x);
vec4 xLerp11 = lerpSamplesX(voxelIndex + vec3(0.0, 1.0, 1.0), lerpValue.x);
vec4 yLerp0 = mix(xLerp00, xLerp10, lerpValue.y);
vec4 yLerp1 = mix(xLerp01, xLerp11, lerpValue.y);
return mix(yLerp0, yLerp1, lerpValue.z);
}
bool intersectSphere(vec3 origin, vec3 dir, float slice,
out vec3 point, out vec3 normal) {
float A = dot(dir, dir);
float B = dot(origin, dir);
float C = dot(origin, origin) - 0.25;
float discriminant = (B * B) - (A * C);
if(discriminant < 0.0) {
return false;
}
float root = sqrt(discriminant);
float t = (-B - root) / A;
if(t < 0.0) {
t = (-B + root) / A;
}
point = origin + t * dir;
if(slice >= 0.0) {
point.z = (slice / 2.0) - 0.5;
if(length(point) > 0.5) {
return false;
}
}
normal = normalize(point);
point -= czm_epsilon2 * normal;
return true;
}
bool intersectEllipsoid(vec3 origin, vec3 dir, vec3 center, vec3 scale, float slice,
out vec3 point, out vec3 normal) {
if(scale.x <= 0.01 || scale.y < 0.01 || scale.z < 0.01) {
return false;
}
vec3 o = (origin - center) / scale;
vec3 d = dir / scale;
vec3 p, n;
bool intersected = intersectSphere(o, d, slice, p, n);
if(intersected) {
point = (p * scale) + center;
normal = n;
}
return intersected;
}
vec2 phaseShift2D(vec2 p, vec2 freq) {
return (czm_pi / 2.0) * sin(freq.yx * p.yx);
}
vec2 phaseShift3D(vec3 p, vec2 freq) {
return phaseShift2D(p.xy, freq) + czm_pi * vec2(sin(freq.x * p.z));
}
const float T0 = 0.6;
const float k = 0.1;
const float C0 = 0.8;
const float FX0 = 0.6;
const float FY0 = 0.6;
const int octaves = 5;
float T(vec3 point) {
vec2 sum = vec2(0.0);
float Ci = C0;
vec2 FXY = vec2(FX0, FY0);
vec2 PXY = vec2(0.0);
for(int i = 1; i <= octaves; i++) {
PXY = phaseShift3D(point, FXY);
Ci *= 0.707;
FXY *= 2.0;
vec2 sinTerm = sin(FXY * point.xy + PXY);
sum += Ci * sinTerm + vec2(T0);
}
return k * sum.x * sum.y;
}
const float a = 0.5;
const float t = 0.4;
const float s = 0.25;
float I(float Id, float Is, float It) {
return (1.0 - a) * ((1.0 - t) * ((1.0 - s) * Id + s * Is) + t * It) + a;
}
const vec3 lightDir = normalize(vec3(0.2, -1.0, 0.7));
vec4 drawCloud(vec3 rayOrigin, vec3 rayDir, vec3 cloudCenter, vec3 cloudScale, float cloudSlice,
float brightness) {
vec3 cloudPoint, cloudNormal;
if(!intersectEllipsoid(rayOrigin, rayDir, cloudCenter, cloudScale, cloudSlice,
cloudPoint, cloudNormal)) {
return vec4(0.0);
}
float Id = clamp(dot(cloudNormal, -lightDir), 0.0, 1.0);
float Is = max(pow(dot(-lightDir, -rayDir), 2.0), 0.0);
float It = T(cloudPoint);
float intensity = I(Id, Is, It);
vec3 color = vec3(intensity * clamp(brightness, 0.1, 1.0));
vec4 noise = sampleNoiseTexture(u_noiseDetail * cloudPoint);
float W = noise.x;
float W2 = noise.y;
float W3 = noise.z;
float ndDot = clamp(dot(cloudNormal, -rayDir), 0.0, 1.0);
float TR = pow(ndDot, 3.0) - W;
TR *= 1.3;
float minusDot = 0.5 - ndDot;
TR -= min(minusDot * W2, 0.0);
TR -= 0.8 * (minusDot + 0.25) * W3;
float shading = mix(1.0 - 0.8 * W * W, 1.0, Id * TR);
shading = clamp(shading + 0.2, 0.3, 1.0);
vec3 finalColor = mix(vec3(0.5), shading * color, 1.15);
return vec4(finalColor, clamp(TR, 0.0, 1.0)) * v_color;
}
void main() {
#ifdef DEBUG_BILLBOARDS
gl_FragColor = vec4(0.0, 0.5, 0.5, 1.0);
#endif
vec2 coordinate = v_maximumSize.xy * v_offset;
vec3 ellipsoidScale = 0.82 * v_maximumSize;
vec3 ellipsoidCenter = vec3(0.0);
float zOffset = max(ellipsoidScale.z - 10.0, 0.0);
vec3 eye = vec3(0, 0, -10.0 - zOffset);
vec3 rayDir = normalize(vec3(coordinate, 1.0) - eye);
vec3 rayOrigin = eye;
#ifdef DEBUG_ELLIPSOIDS
vec3 point, normal;
if(intersectEllipsoid(rayOrigin, rayDir, ellipsoidCenter, ellipsoidScale, v_slice,
point, normal)) {
gl_FragColor = v_brightness * v_color;
}
#else
#ifndef DEBUG_BILLBOARDS
vec4 cloud = drawCloud(rayOrigin, rayDir,
ellipsoidCenter, ellipsoidScale, v_slice, v_brightness);
if(cloud.w < 0.01) {
discard;
}
gl_FragColor = cloud;
#endif
#endif
}
`;var Wk=`#ifdef INSTANCED
attribute vec2 direction;
#endif
attribute vec4 positionHighAndScaleX;
attribute vec4 positionLowAndScaleY;
attribute vec4 packedAttribute0;
attribute vec4 packedAttribute1;
attribute vec4 color;
varying vec2 v_offset;
varying vec3 v_maximumSize;
varying vec4 v_color;
varying float v_slice;
varying float v_brightness;
void main() {
vec3 positionHigh = positionHighAndScaleX.xyz;
vec3 positionLow = positionLowAndScaleY.xyz;
vec2 scale = vec2(positionHighAndScaleX.w, positionLowAndScaleY.w);
float show = packedAttribute0.x;
float brightness = packedAttribute0.y;
vec2 coordinates = packedAttribute0.wz;
vec3 maximumSize = packedAttribute1.xyz;
float slice = packedAttribute1.w;
#ifdef INSTANCED
vec2 dir = direction;
#else
vec2 dir = coordinates;
#endif
vec2 offset = dir - vec2(0.5, 0.5);
vec2 scaledOffset = scale * offset;
vec4 p = czm_translateRelativeToEye(positionHigh, positionLow);
vec4 positionEC = czm_modelViewRelativeToEye * p;
positionEC.xy += scaledOffset;
positionEC.xyz *= show;
gl_Position = czm_projection * positionEC;
v_offset = offset;
v_maximumSize = maximumSize;
v_color = color;
v_slice = slice;
v_brightness = brightness;
}
`;var jk=`uniform vec3 u_noiseTextureDimensions;
uniform float u_noiseDetail;
uniform vec3 u_noiseOffset;
varying vec2 v_position;
float textureSliceWidth = u_noiseTextureDimensions.x;
float inverseNoiseTextureRows = u_noiseTextureDimensions.z;
float wrap(float value, float rangeLength) {
if(value < 0.0) {
float absValue = abs(value);
float modValue = mod(absValue, rangeLength);
return mod(rangeLength - modValue, rangeLength);
}
return mod(value, rangeLength);
}
vec3 wrapVec(vec3 value, float rangeLength) {
return vec3(wrap(value.x, rangeLength),
wrap(value.y, rangeLength),
wrap(value.z, rangeLength));
}
vec3 random3(vec3 p) {
float dot1 = dot(p, vec3(127.1, 311.7, 932.8));
float dot2 = dot(p, vec3(269.5, 183.3, 421.4));
return fract(vec3(sin(dot1 - dot2), cos(dot1 * dot2), dot1 * dot2));
}
vec3 getWorleyCellPoint(vec3 centerCell, vec3 offset, float freq) {
vec3 cell = centerCell + offset;
cell = wrapVec(cell, textureSliceWidth / u_noiseDetail);
cell += floor(u_noiseOffset / u_noiseDetail);
vec3 p = offset + random3(cell);
return p;
}
float worleyNoise(vec3 p, float freq) {
vec3 centerCell = floor(p * freq);
vec3 pointInCell = fract(p * freq);
float shortestDistance = 1000.0;
for(float z = -1.0; z <= 1.0; z++) {
for(float y = -1.0; y <= 1.0; y++) {
for(float x = -1.0; x <= 1.0; x++) {
vec3 offset = vec3(x, y, z);
vec3 point = getWorleyCellPoint(centerCell, offset, freq);
float distance = length(pointInCell - point);
if(distance < shortestDistance) {
shortestDistance = distance;
}
}
}
}
return shortestDistance;
}
const float MAX_FBM_ITERATIONS = 10.0;
float worleyFBMNoise(vec3 p, float octaves, float scale) {
float noise = 0.0;
float freq = 1.0;
float persistence = 0.625;
for(float i = 0.0; i < MAX_FBM_ITERATIONS; i++) {
if(i >= octaves) {
break;
}
noise += worleyNoise(p * scale, freq * scale) * persistence;
persistence *= 0.5;
freq *= 2.0;
}
return noise;
}
void main() {
float x = mod(v_position.x, textureSliceWidth);
float y = mod(v_position.y, textureSliceWidth);
float sliceRow = floor(v_position.y / textureSliceWidth);
float z = floor(v_position.x / textureSliceWidth) + sliceRow * inverseNoiseTextureRows * textureSliceWidth;
vec3 position = vec3(x, y, z);
position /= u_noiseDetail;
float worley0 = clamp(worleyFBMNoise(position, 3.0, 1.0), 0.0, 1.0);
float worley1 = clamp(worleyFBMNoise(position, 3.0, 2.0), 0.0, 1.0);
float worley2 = clamp(worleyFBMNoise(position, 3.0, 3.0), 0.0, 1.0);
gl_FragColor = vec4(worley0, worley1, worley2, 1.0);
}
`;var qk=`uniform vec3 u_noiseTextureDimensions;
attribute vec2 position;
varying vec2 v_position;
void main()
{
gl_Position = vec4(position, 0.1, 1.0);
float textureSliceWidth = u_noiseTextureDimensions.x;
float noiseTextureRows = u_noiseTextureDimensions.y;
float inverseNoiseTextureRows = u_noiseTextureDimensions.z;
vec2 transformedPos = (position * 0.5) + vec2(0.5);
transformedPos *= textureSliceWidth;
transformedPos.x *= textureSliceWidth * inverseNoiseTextureRows;
transformedPos.y *= noiseTextureRows;
v_position = transformedPos;
}
`;var Yk=`uniform sampler2D u_opaqueDepthTexture;
uniform sampler2D u_translucentDepthTexture;
varying vec2 v_textureCoordinates;
void main()
{
float opaqueDepth = texture2D(u_opaqueDepthTexture, v_textureCoordinates).r;
float translucentDepth = texture2D(u_translucentDepthTexture, v_textureCoordinates).r;
translucentDepth = czm_branchFreeTernary(translucentDepth > opaqueDepth, 1.0, translucentDepth);
gl_FragColor = czm_packDepth(translucentDepth);
}
`;var Xk=`uniform sampler2D u_opaque;
uniform sampler2D u_accumulation;
uniform sampler2D u_revealage;
varying vec2 v_textureCoordinates;
void main()
{
vec4 opaque = texture2D(u_opaque, v_textureCoordinates);
vec4 accum = texture2D(u_accumulation, v_textureCoordinates);
float r = texture2D(u_revealage, v_textureCoordinates).r;
#ifdef MRT
vec4 transparent = vec4(accum.rgb / clamp(r, 1e-4, 5e4), accum.a);
#else
vec4 transparent = vec4(accum.rgb / clamp(accum.a, 1e-4, 5e4), r);
#endif
gl_FragColor = (1.0 - transparent.a) * transparent + transparent.a * opaque;
if (opaque != czm_backgroundColor)
{
gl_FragColor.a = 1.0;
}
}
`;var Kk=`varying vec4 positionEC;
void main()
{
vec3 position;
vec3 direction;
if (czm_orthographicIn3D == 1.0)
{
vec2 uv = (gl_FragCoord.xy - czm_viewport.xy) / czm_viewport.zw;
vec2 minPlane = vec2(czm_frustumPlanes.z, czm_frustumPlanes.y);
vec2 maxPlane = vec2(czm_frustumPlanes.w, czm_frustumPlanes.x);
position = vec3(mix(minPlane, maxPlane, uv), 0.0);
direction = vec3(0.0, 0.0, -1.0);
}
else
{
position = vec3(0.0);
direction = normalize(positionEC.xyz);
}
czm_ray ray = czm_ray(position, direction);
vec3 ellipsoid_center = czm_view[3].xyz;
czm_raySegment intersection = czm_rayEllipsoidIntersectionInterval(ray, ellipsoid_center, czm_ellipsoidInverseRadii);
if (!czm_isEmpty(intersection))
{
gl_FragColor = vec4(1.0, 1.0, 0.0, 1.0);
}
else
{
discard;
}
czm_writeLogDepth();
}
`;var Jk=`attribute vec4 position;
varying vec4 positionEC;
void main()
{
positionEC = czm_modelView * position;
gl_Position = czm_projection * positionEC;
czm_vertexLogDepth();
}
`;var XD=`#ifdef WRITE_DEPTH
#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
#endif
uniform vec3 u_radii;
uniform vec3 u_oneOverEllipsoidRadiiSquared;
varying vec3 v_positionEC;
vec4 computeEllipsoidColor(czm_ray ray, float intersection, float side)
{
vec3 positionEC = czm_pointAlongRay(ray, intersection);
vec3 positionMC = (czm_inverseModelView * vec4(positionEC, 1.0)).xyz;
vec3 geodeticNormal = normalize(czm_geodeticSurfaceNormal(positionMC, vec3(0.0), u_oneOverEllipsoidRadiiSquared));
vec3 sphericalNormal = normalize(positionMC / u_radii);
vec3 normalMC = geodeticNormal * side;
vec3 normalEC = normalize(czm_normal * normalMC);
vec2 st = czm_ellipsoidWgs84TextureCoordinates(sphericalNormal);
vec3 positionToEyeEC = -positionEC;
czm_materialInput materialInput;
materialInput.s = st.s;
materialInput.st = st;
materialInput.str = (positionMC + u_radii) / u_radii;
materialInput.normalEC = normalEC;
materialInput.tangentToEyeMatrix = czm_eastNorthUpToEyeCoordinates(positionMC, normalEC);
materialInput.positionToEyeEC = positionToEyeEC;
czm_material material = czm_getMaterial(materialInput);
#ifdef ONLY_SUN_LIGHTING
return czm_private_phong(normalize(positionToEyeEC), material, czm_sunDirectionEC);
#else
return czm_phong(normalize(positionToEyeEC), material, czm_lightDirectionEC);
#endif
}
void main()
{
float maxRadius = max(u_radii.x, max(u_radii.y, u_radii.z)) * 1.5;
vec3 direction = normalize(v_positionEC);
vec3 ellipsoidCenter = czm_modelView[3].xyz;
float t1 = -1.0;
float t2 = -1.0;
float b = -2.0 * dot(direction, ellipsoidCenter);
float c = dot(ellipsoidCenter, ellipsoidCenter) - maxRadius * maxRadius;
float discriminant = b * b - 4.0 * c;
if (discriminant >= 0.0) {
t1 = (-b - sqrt(discriminant)) * 0.5;
t2 = (-b + sqrt(discriminant)) * 0.5;
}
if (t1 < 0.0 && t2 < 0.0) {
discard;
}
float t = min(t1, t2);
if (t < 0.0) {
t = 0.0;
}
czm_ray ray = czm_ray(t * direction, direction);
vec3 ellipsoid_inverseRadii = vec3(1.0 / u_radii.x, 1.0 / u_radii.y, 1.0 / u_radii.z);
czm_raySegment intersection = czm_rayEllipsoidIntersectionInterval(ray, ellipsoidCenter, ellipsoid_inverseRadii);
if (czm_isEmpty(intersection))
{
discard;
}
vec4 outsideFaceColor = (intersection.start != 0.0) ? computeEllipsoidColor(ray, intersection.start, 1.0) : vec4(0.0);
vec4 insideFaceColor = (outsideFaceColor.a < 1.0) ? computeEllipsoidColor(ray, intersection.stop, -1.0) : vec4(0.0);
gl_FragColor = mix(insideFaceColor, outsideFaceColor, outsideFaceColor.a);
gl_FragColor.a = 1.0 - (1.0 - insideFaceColor.a) * (1.0 - outsideFaceColor.a);
#ifdef WRITE_DEPTH
#ifdef GL_EXT_frag_depth
t = (intersection.start != 0.0) ? intersection.start : intersection.stop;
vec3 positionEC = czm_pointAlongRay(ray, t);
vec4 positionCC = czm_projection * vec4(positionEC, 1.0);
#ifdef LOG_DEPTH
czm_writeLogDepth(1.0 + positionCC.w);
#else
float z = positionCC.z / positionCC.w;
float n = czm_depthRange.near;
float f = czm_depthRange.far;
gl_FragDepthEXT = (z * (f - n) + f + n) * 0.5;
#endif
#endif
#endif
}
`;var KD=`attribute vec3 position;
uniform vec3 u_radii;
varying vec3 v_positionEC;
void main()
{
vec4 p = vec4(u_radii * position, 1.0);
v_positionEC = (czm_modelView * p).xyz;
gl_Position = czm_modelViewProjection * p;
gl_Position.z = clamp(gl_Position.z, czm_depthRange.near, czm_depthRange.far);
czm_vertexLogDepth();
}
`;/**
* @license
* Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of NVIDIA CORPORATION nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/var Zk=`#if (FXAA_QUALITY_PRESET == 10)
#define FXAA_QUALITY_PS 3
#define FXAA_QUALITY_P0 1.5
#define FXAA_QUALITY_P1 3.0
#define FXAA_QUALITY_P2 12.0
#endif
#if (FXAA_QUALITY_PRESET == 11)
#define FXAA_QUALITY_PS 4
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 3.0
#define FXAA_QUALITY_P3 12.0
#endif
#if (FXAA_QUALITY_PRESET == 12)
#define FXAA_QUALITY_PS 5
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 4.0
#define FXAA_QUALITY_P4 12.0
#endif
#if (FXAA_QUALITY_PRESET == 13)
#define FXAA_QUALITY_PS 6
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 4.0
#define FXAA_QUALITY_P5 12.0
#endif
#if (FXAA_QUALITY_PRESET == 14)
#define FXAA_QUALITY_PS 7
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 4.0
#define FXAA_QUALITY_P6 12.0
#endif
#if (FXAA_QUALITY_PRESET == 15)
#define FXAA_QUALITY_PS 8
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 2.0
#define FXAA_QUALITY_P6 4.0
#define FXAA_QUALITY_P7 12.0
#endif
#if (FXAA_QUALITY_PRESET == 20)
#define FXAA_QUALITY_PS 3
#define FXAA_QUALITY_P0 1.5
#define FXAA_QUALITY_P1 2.0
#define FXAA_QUALITY_P2 8.0
#endif
#if (FXAA_QUALITY_PRESET == 21)
#define FXAA_QUALITY_PS 4
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 8.0
#endif
#if (FXAA_QUALITY_PRESET == 22)
#define FXAA_QUALITY_PS 5
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 8.0
#endif
#if (FXAA_QUALITY_PRESET == 23)
#define FXAA_QUALITY_PS 6
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 8.0
#endif
#if (FXAA_QUALITY_PRESET == 24)
#define FXAA_QUALITY_PS 7
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 3.0
#define FXAA_QUALITY_P6 8.0
#endif
#if (FXAA_QUALITY_PRESET == 25)
#define FXAA_QUALITY_PS 8
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 2.0
#define FXAA_QUALITY_P6 4.0
#define FXAA_QUALITY_P7 8.0
#endif
#if (FXAA_QUALITY_PRESET == 26)
#define FXAA_QUALITY_PS 9
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 2.0
#define FXAA_QUALITY_P6 2.0
#define FXAA_QUALITY_P7 4.0
#define FXAA_QUALITY_P8 8.0
#endif
#if (FXAA_QUALITY_PRESET == 27)
#define FXAA_QUALITY_PS 10
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 2.0
#define FXAA_QUALITY_P6 2.0
#define FXAA_QUALITY_P7 2.0
#define FXAA_QUALITY_P8 4.0
#define FXAA_QUALITY_P9 8.0
#endif
#if (FXAA_QUALITY_PRESET == 28)
#define FXAA_QUALITY_PS 11
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 2.0
#define FXAA_QUALITY_P6 2.0
#define FXAA_QUALITY_P7 2.0
#define FXAA_QUALITY_P8 2.0
#define FXAA_QUALITY_P9 4.0
#define FXAA_QUALITY_P10 8.0
#endif
#if (FXAA_QUALITY_PRESET == 29)
#define FXAA_QUALITY_PS 12
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.5
#define FXAA_QUALITY_P2 2.0
#define FXAA_QUALITY_P3 2.0
#define FXAA_QUALITY_P4 2.0
#define FXAA_QUALITY_P5 2.0
#define FXAA_QUALITY_P6 2.0
#define FXAA_QUALITY_P7 2.0
#define FXAA_QUALITY_P8 2.0
#define FXAA_QUALITY_P9 2.0
#define FXAA_QUALITY_P10 4.0
#define FXAA_QUALITY_P11 8.0
#endif
#if (FXAA_QUALITY_PRESET == 39)
#define FXAA_QUALITY_PS 12
#define FXAA_QUALITY_P0 1.0
#define FXAA_QUALITY_P1 1.0
#define FXAA_QUALITY_P2 1.0
#define FXAA_QUALITY_P3 1.0
#define FXAA_QUALITY_P4 1.0
#define FXAA_QUALITY_P5 1.5
#define FXAA_QUALITY_P6 2.0
#define FXAA_QUALITY_P7 2.0
#define FXAA_QUALITY_P8 2.0
#define FXAA_QUALITY_P9 2.0
#define FXAA_QUALITY_P10 4.0
#define FXAA_QUALITY_P11 8.0
#endif
#define FxaaBool bool
#define FxaaFloat float
#define FxaaFloat2 vec2
#define FxaaFloat3 vec3
#define FxaaFloat4 vec4
#define FxaaHalf float
#define FxaaHalf2 vec2
#define FxaaHalf3 vec3
#define FxaaHalf4 vec4
#define FxaaInt2 vec2
#define FxaaTex sampler2D
#define FxaaSat(x) clamp(x, 0.0, 1.0)
#define FxaaTexTop(t, p) texture2D(t, p)
#define FxaaTexOff(t, p, o, r) texture2D(t, p + (o * r))
FxaaFloat FxaaLuma(FxaaFloat4 rgba) { return rgba.y; }
FxaaFloat4 FxaaPixelShader(
FxaaFloat2 pos,
FxaaTex tex,
FxaaFloat2 fxaaQualityRcpFrame,
FxaaFloat fxaaQualitySubpix,
FxaaFloat fxaaQualityEdgeThreshold,
FxaaFloat fxaaQualityEdgeThresholdMin
) {
FxaaFloat2 posM;
posM.x = pos.x;
posM.y = pos.y;
FxaaFloat4 rgbyM = FxaaTexTop(tex, posM);
#define lumaM rgbyM.y
FxaaFloat lumaS = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2( 0, 1), fxaaQualityRcpFrame.xy));
FxaaFloat lumaE = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2( 1, 0), fxaaQualityRcpFrame.xy));
FxaaFloat lumaN = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2( 0,-1), fxaaQualityRcpFrame.xy));
FxaaFloat lumaW = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2(-1, 0), fxaaQualityRcpFrame.xy));
FxaaFloat maxSM = max(lumaS, lumaM);
FxaaFloat minSM = min(lumaS, lumaM);
FxaaFloat maxESM = max(lumaE, maxSM);
FxaaFloat minESM = min(lumaE, minSM);
FxaaFloat maxWN = max(lumaN, lumaW);
FxaaFloat minWN = min(lumaN, lumaW);
FxaaFloat rangeMax = max(maxWN, maxESM);
FxaaFloat rangeMin = min(minWN, minESM);
FxaaFloat rangeMaxScaled = rangeMax * fxaaQualityEdgeThreshold;
FxaaFloat range = rangeMax - rangeMin;
FxaaFloat rangeMaxClamped = max(fxaaQualityEdgeThresholdMin, rangeMaxScaled);
FxaaBool earlyExit = range < rangeMaxClamped;
if(earlyExit)
return rgbyM;
FxaaFloat lumaNW = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2(-1,-1), fxaaQualityRcpFrame.xy));
FxaaFloat lumaSE = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2( 1, 1), fxaaQualityRcpFrame.xy));
FxaaFloat lumaNE = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2( 1,-1), fxaaQualityRcpFrame.xy));
FxaaFloat lumaSW = FxaaLuma(FxaaTexOff(tex, posM, FxaaInt2(-1, 1), fxaaQualityRcpFrame.xy));
FxaaFloat lumaNS = lumaN + lumaS;
FxaaFloat lumaWE = lumaW + lumaE;
FxaaFloat subpixRcpRange = 1.0/range;
FxaaFloat subpixNSWE = lumaNS + lumaWE;
FxaaFloat edgeHorz1 = (-2.0 * lumaM) + lumaNS;
FxaaFloat edgeVert1 = (-2.0 * lumaM) + lumaWE;
FxaaFloat lumaNESE = lumaNE + lumaSE;
FxaaFloat lumaNWNE = lumaNW + lumaNE;
FxaaFloat edgeHorz2 = (-2.0 * lumaE) + lumaNESE;
FxaaFloat edgeVert2 = (-2.0 * lumaN) + lumaNWNE;
FxaaFloat lumaNWSW = lumaNW + lumaSW;
FxaaFloat lumaSWSE = lumaSW + lumaSE;
FxaaFloat edgeHorz4 = (abs(edgeHorz1) * 2.0) + abs(edgeHorz2);
FxaaFloat edgeVert4 = (abs(edgeVert1) * 2.0) + abs(edgeVert2);
FxaaFloat edgeHorz3 = (-2.0 * lumaW) + lumaNWSW;
FxaaFloat edgeVert3 = (-2.0 * lumaS) + lumaSWSE;
FxaaFloat edgeHorz = abs(edgeHorz3) + edgeHorz4;
FxaaFloat edgeVert = abs(edgeVert3) + edgeVert4;
FxaaFloat subpixNWSWNESE = lumaNWSW + lumaNESE;
FxaaFloat lengthSign = fxaaQualityRcpFrame.x;
FxaaBool horzSpan = edgeHorz >= edgeVert;
FxaaFloat subpixA = subpixNSWE * 2.0 + subpixNWSWNESE;
if(!horzSpan) lumaN = lumaW;
if(!horzSpan) lumaS = lumaE;
if(horzSpan) lengthSign = fxaaQualityRcpFrame.y;
FxaaFloat subpixB = (subpixA * (1.0/12.0)) - lumaM;
FxaaFloat gradientN = lumaN - lumaM;
FxaaFloat gradientS = lumaS - lumaM;
FxaaFloat lumaNN = lumaN + lumaM;
FxaaFloat lumaSS = lumaS + lumaM;
FxaaBool pairN = abs(gradientN) >= abs(gradientS);
FxaaFloat gradient = max(abs(gradientN), abs(gradientS));
if(pairN) lengthSign = -lengthSign;
FxaaFloat subpixC = FxaaSat(abs(subpixB) * subpixRcpRange);
FxaaFloat2 posB;
posB.x = posM.x;
posB.y = posM.y;
FxaaFloat2 offNP;
offNP.x = (!horzSpan) ? 0.0 : fxaaQualityRcpFrame.x;
offNP.y = ( horzSpan) ? 0.0 : fxaaQualityRcpFrame.y;
if(!horzSpan) posB.x += lengthSign * 0.5;
if( horzSpan) posB.y += lengthSign * 0.5;
FxaaFloat2 posN;
posN.x = posB.x - offNP.x * FXAA_QUALITY_P0;
posN.y = posB.y - offNP.y * FXAA_QUALITY_P0;
FxaaFloat2 posP;
posP.x = posB.x + offNP.x * FXAA_QUALITY_P0;
posP.y = posB.y + offNP.y * FXAA_QUALITY_P0;
FxaaFloat subpixD = ((-2.0)*subpixC) + 3.0;
FxaaFloat lumaEndN = FxaaLuma(FxaaTexTop(tex, posN));
FxaaFloat subpixE = subpixC * subpixC;
FxaaFloat lumaEndP = FxaaLuma(FxaaTexTop(tex, posP));
if(!pairN) lumaNN = lumaSS;
FxaaFloat gradientScaled = gradient * 1.0/4.0;
FxaaFloat lumaMM = lumaM - lumaNN * 0.5;
FxaaFloat subpixF = subpixD * subpixE;
FxaaBool lumaMLTZero = lumaMM < 0.0;
lumaEndN -= lumaNN * 0.5;
lumaEndP -= lumaNN * 0.5;
FxaaBool doneN = abs(lumaEndN) >= gradientScaled;
FxaaBool doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P1;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P1;
FxaaBool doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P1;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P1;
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P2;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P2;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P2;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P2;
#if (FXAA_QUALITY_PS > 3)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P3;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P3;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P3;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P3;
#if (FXAA_QUALITY_PS > 4)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P4;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P4;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P4;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P4;
#if (FXAA_QUALITY_PS > 5)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P5;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P5;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P5;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P5;
#if (FXAA_QUALITY_PS > 6)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P6;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P6;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P6;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P6;
#if (FXAA_QUALITY_PS > 7)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P7;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P7;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P7;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P7;
#if (FXAA_QUALITY_PS > 8)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P8;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P8;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P8;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P8;
#if (FXAA_QUALITY_PS > 9)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P9;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P9;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P9;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P9;
#if (FXAA_QUALITY_PS > 10)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P10;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P10;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P10;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P10;
#if (FXAA_QUALITY_PS > 11)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P11;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P11;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P11;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P11;
#if (FXAA_QUALITY_PS > 12)
if(doneNP) {
if(!doneN) lumaEndN = FxaaLuma(FxaaTexTop(tex, posN.xy));
if(!doneP) lumaEndP = FxaaLuma(FxaaTexTop(tex, posP.xy));
if(!doneN) lumaEndN = lumaEndN - lumaNN * 0.5;
if(!doneP) lumaEndP = lumaEndP - lumaNN * 0.5;
doneN = abs(lumaEndN) >= gradientScaled;
doneP = abs(lumaEndP) >= gradientScaled;
if(!doneN) posN.x -= offNP.x * FXAA_QUALITY_P12;
if(!doneN) posN.y -= offNP.y * FXAA_QUALITY_P12;
doneNP = (!doneN) || (!doneP);
if(!doneP) posP.x += offNP.x * FXAA_QUALITY_P12;
if(!doneP) posP.y += offNP.y * FXAA_QUALITY_P12;
}
#endif
}
#endif
}
#endif
}
#endif
}
#endif
}
#endif
}
#endif
}
#endif
}
#endif
}
#endif
}
FxaaFloat dstN = posM.x - posN.x;
FxaaFloat dstP = posP.x - posM.x;
if(!horzSpan) dstN = posM.y - posN.y;
if(!horzSpan) dstP = posP.y - posM.y;
FxaaBool goodSpanN = (lumaEndN < 0.0) != lumaMLTZero;
FxaaFloat spanLength = (dstP + dstN);
FxaaBool goodSpanP = (lumaEndP < 0.0) != lumaMLTZero;
FxaaFloat spanLengthRcp = 1.0/spanLength;
FxaaBool directionN = dstN < dstP;
FxaaFloat dst = min(dstN, dstP);
FxaaBool goodSpan = directionN ? goodSpanN : goodSpanP;
FxaaFloat subpixG = subpixF * subpixF;
FxaaFloat pixelOffset = (dst * (-spanLengthRcp)) + 0.5;
FxaaFloat subpixH = subpixG * fxaaQualitySubpix;
FxaaFloat pixelOffsetGood = goodSpan ? pixelOffset : 0.0;
FxaaFloat pixelOffsetSubpix = max(pixelOffsetGood, subpixH);
if(!horzSpan) posM.x += pixelOffsetSubpix * lengthSign;
if( horzSpan) posM.y += pixelOffsetSubpix * lengthSign;
return FxaaFloat4(FxaaTexTop(tex, posM).xyz, lumaM);
}
`;var Qk=`uniform vec4 u_initialColor;
#if TEXTURE_UNITS > 0
uniform sampler2D u_dayTextures[TEXTURE_UNITS];
uniform vec4 u_dayTextureTranslationAndScale[TEXTURE_UNITS];
uniform bool u_dayTextureUseWebMercatorT[TEXTURE_UNITS];
#ifdef APPLY_ALPHA
uniform float u_dayTextureAlpha[TEXTURE_UNITS];
#endif
#ifdef APPLY_DAY_NIGHT_ALPHA
uniform float u_dayTextureNightAlpha[TEXTURE_UNITS];
uniform float u_dayTextureDayAlpha[TEXTURE_UNITS];
#endif
#ifdef APPLY_SPLIT
uniform float u_dayTextureSplit[TEXTURE_UNITS];
#endif
#ifdef APPLY_BRIGHTNESS
uniform float u_dayTextureBrightness[TEXTURE_UNITS];
#endif
#ifdef APPLY_CONTRAST
uniform float u_dayTextureContrast[TEXTURE_UNITS];
#endif
#ifdef APPLY_HUE
uniform float u_dayTextureHue[TEXTURE_UNITS];
#endif
#ifdef APPLY_SATURATION
uniform float u_dayTextureSaturation[TEXTURE_UNITS];
#endif
#ifdef APPLY_GAMMA
uniform float u_dayTextureOneOverGamma[TEXTURE_UNITS];
#endif
#ifdef APPLY_IMAGERY_CUTOUT
uniform vec4 u_dayTextureCutoutRectangles[TEXTURE_UNITS];
#endif
#ifdef APPLY_COLOR_TO_ALPHA
uniform vec4 u_colorsToAlpha[TEXTURE_UNITS];
#endif
uniform vec4 u_dayTextureTexCoordsRectangle[TEXTURE_UNITS];
#endif
#ifdef SHOW_REFLECTIVE_OCEAN
uniform sampler2D u_waterMask;
uniform vec4 u_waterMaskTranslationAndScale;
uniform float u_zoomedOutOceanSpecularIntensity;
#endif
#ifdef SHOW_OCEAN_WAVES
uniform sampler2D u_oceanNormalMap;
#endif
#if defined(ENABLE_DAYNIGHT_SHADING) || defined(GROUND_ATMOSPHERE)
uniform vec2 u_lightingFadeDistance;
#endif
#ifdef TILE_LIMIT_RECTANGLE
uniform vec4 u_cartographicLimitRectangle;
#endif
#ifdef GROUND_ATMOSPHERE
uniform vec2 u_nightFadeDistance;
#endif
#ifdef ENABLE_CLIPPING_PLANES
uniform highp sampler2D u_clippingPlanes;
uniform mat4 u_clippingPlanesMatrix;
uniform vec4 u_clippingPlanesEdgeStyle;
#endif
#if defined(GROUND_ATMOSPHERE) || defined(FOG) && defined(DYNAMIC_ATMOSPHERE_LIGHTING) && (defined(ENABLE_VERTEX_LIGHTING) || defined(ENABLE_DAYNIGHT_SHADING))
uniform float u_minimumBrightness;
#endif
#ifdef COLOR_CORRECT
uniform vec3 u_hsbShift;
#endif
#ifdef HIGHLIGHT_FILL_TILE
uniform vec4 u_fillHighlightColor;
#endif
#ifdef TRANSLUCENT
uniform vec4 u_frontFaceAlphaByDistance;
uniform vec4 u_backFaceAlphaByDistance;
uniform vec4 u_translucencyRectangle;
#endif
#ifdef UNDERGROUND_COLOR
uniform vec4 u_undergroundColor;
uniform vec4 u_undergroundColorAlphaByDistance;
#endif
#ifdef ENABLE_VERTEX_LIGHTING
uniform float u_lambertDiffuseMultiplier;
#endif
varying vec3 v_positionMC;
varying vec3 v_positionEC;
varying vec3 v_textureCoordinates;
varying vec3 v_normalMC;
varying vec3 v_normalEC;
#ifdef APPLY_MATERIAL
varying float v_height;
varying float v_slope;
varying float v_aspect;
#endif
#if defined(FOG) || defined(GROUND_ATMOSPHERE) || defined(UNDERGROUND_COLOR) || defined(TRANSLUCENT)
varying float v_distance;
#endif
#if defined(GROUND_ATMOSPHERE) || defined(FOG)
varying vec3 v_atmosphereRayleighColor;
varying vec3 v_atmosphereMieColor;
varying float v_atmosphereOpacity;
#endif
#if defined(UNDERGROUND_COLOR) || defined(TRANSLUCENT)
float interpolateByDistance(vec4 nearFarScalar, float distance)
{
float startDistance = nearFarScalar.x;
float startValue = nearFarScalar.y;
float endDistance = nearFarScalar.z;
float endValue = nearFarScalar.w;
float t = clamp((distance - startDistance) / (endDistance - startDistance), 0.0, 1.0);
return mix(startValue, endValue, t);
}
#endif
#if defined(UNDERGROUND_COLOR) || defined(TRANSLUCENT) || defined(APPLY_MATERIAL)
vec4 alphaBlend(vec4 sourceColor, vec4 destinationColor)
{
return sourceColor * vec4(sourceColor.aaa, 1.0) + destinationColor * (1.0 - sourceColor.a);
}
#endif
#ifdef TRANSLUCENT
bool inTranslucencyRectangle()
{
return
v_textureCoordinates.x > u_translucencyRectangle.x &&
v_textureCoordinates.x < u_translucencyRectangle.z &&
v_textureCoordinates.y > u_translucencyRectangle.y &&
v_textureCoordinates.y < u_translucencyRectangle.w;
}
#endif
vec4 sampleAndBlend(
vec4 previousColor,
sampler2D textureToSample,
vec2 tileTextureCoordinates,
vec4 textureCoordinateRectangle,
vec4 textureCoordinateTranslationAndScale,
float textureAlpha,
float textureNightAlpha,
float textureDayAlpha,
float textureBrightness,
float textureContrast,
float textureHue,
float textureSaturation,
float textureOneOverGamma,
float split,
vec4 colorToAlpha,
float nightBlend)
{
vec2 alphaMultiplier = step(textureCoordinateRectangle.st, tileTextureCoordinates);
textureAlpha = textureAlpha * alphaMultiplier.x * alphaMultiplier.y;
alphaMultiplier = step(vec2(0.0), textureCoordinateRectangle.pq - tileTextureCoordinates);
textureAlpha = textureAlpha * alphaMultiplier.x * alphaMultiplier.y;
#if defined(APPLY_DAY_NIGHT_ALPHA) && defined(ENABLE_DAYNIGHT_SHADING)
textureAlpha *= mix(textureDayAlpha, textureNightAlpha, nightBlend);
#endif
vec2 translation = textureCoordinateTranslationAndScale.xy;
vec2 scale = textureCoordinateTranslationAndScale.zw;
vec2 textureCoordinates = tileTextureCoordinates * scale + translation;
vec4 value = texture2D(textureToSample, textureCoordinates);
vec3 color = value.rgb;
float alpha = value.a;
#ifdef APPLY_COLOR_TO_ALPHA
vec3 colorDiff = abs(color.rgb - colorToAlpha.rgb);
colorDiff.r = max(max(colorDiff.r, colorDiff.g), colorDiff.b);
alpha = czm_branchFreeTernary(colorDiff.r < colorToAlpha.a, 0.0, alpha);
#endif
#if !defined(APPLY_GAMMA)
vec4 tempColor = czm_gammaCorrect(vec4(color, alpha));
color = tempColor.rgb;
alpha = tempColor.a;
#else
color = pow(color, vec3(textureOneOverGamma));
#endif
#ifdef APPLY_SPLIT
float splitPosition = czm_splitPosition;
if (split < 0.0 && gl_FragCoord.x > splitPosition) {
alpha = 0.0;
}
else if (split > 0.0 && gl_FragCoord.x < splitPosition) {
alpha = 0.0;
}
#endif
#ifdef APPLY_BRIGHTNESS
color = mix(vec3(0.0), color, textureBrightness);
#endif
#ifdef APPLY_CONTRAST
color = mix(vec3(0.5), color, textureContrast);
#endif
#ifdef APPLY_HUE
color = czm_hue(color, textureHue);
#endif
#ifdef APPLY_SATURATION
color = czm_saturation(color, textureSaturation);
#endif
float sourceAlpha = alpha * textureAlpha;
float outAlpha = mix(previousColor.a, 1.0, sourceAlpha);
outAlpha += sign(outAlpha) - 1.0;
vec3 outColor = mix(previousColor.rgb * previousColor.a, color, sourceAlpha) / outAlpha;
return vec4(outColor, max(outAlpha, 0.0));
}
vec3 colorCorrect(vec3 rgb) {
#ifdef COLOR_CORRECT
vec3 hsb = czm_RGBToHSB(rgb);
hsb.x += u_hsbShift.x;
hsb.y = clamp(hsb.y + u_hsbShift.y, 0.0, 1.0);
hsb.z = hsb.z > czm_epsilon7 ? hsb.z + u_hsbShift.z : 0.0;
rgb = czm_HSBToRGB(hsb);
#endif
return rgb;
}
vec4 computeDayColor(vec4 initialColor, vec3 textureCoordinates, float nightBlend);
vec4 computeWaterColor(vec3 positionEyeCoordinates, vec2 textureCoordinates, mat3 enuToEye, vec4 imageryColor, float specularMapValue, float fade);
const float fExposure = 2.0;
vec3 computeEllipsoidPosition()
{
float mpp = czm_metersPerPixel(vec4(0.0, 0.0, -czm_currentFrustum.x, 1.0), 1.0);
vec2 xy = gl_FragCoord.xy / czm_viewport.zw * 2.0 - vec2(1.0);
xy *= czm_viewport.zw * mpp * 0.5;
vec3 direction = normalize(vec3(xy, -czm_currentFrustum.x));
czm_ray ray = czm_ray(vec3(0.0), direction);
vec3 ellipsoid_center = czm_view[3].xyz;
czm_raySegment intersection = czm_rayEllipsoidIntersectionInterval(ray, ellipsoid_center, czm_ellipsoidInverseRadii);
vec3 ellipsoidPosition = czm_pointAlongRay(ray, intersection.start);
return (czm_inverseView * vec4(ellipsoidPosition, 1.0)).xyz;
}
void main()
{
#ifdef TILE_LIMIT_RECTANGLE
if (v_textureCoordinates.x < u_cartographicLimitRectangle.x || u_cartographicLimitRectangle.z < v_textureCoordinates.x ||
v_textureCoordinates.y < u_cartographicLimitRectangle.y || u_cartographicLimitRectangle.w < v_textureCoordinates.y)
{
discard;
}
#endif
#ifdef ENABLE_CLIPPING_PLANES
float clipDistance = clip(gl_FragCoord, u_clippingPlanes, u_clippingPlanesMatrix);
#endif
#if defined(SHOW_REFLECTIVE_OCEAN) || defined(ENABLE_DAYNIGHT_SHADING) || defined(HDR)
vec3 normalMC = czm_geodeticSurfaceNormal(v_positionMC, vec3(0.0), vec3(1.0));
vec3 normalEC = czm_normal3D * normalMC;
#endif
#if defined(APPLY_DAY_NIGHT_ALPHA) && defined(ENABLE_DAYNIGHT_SHADING)
float nightBlend = 1.0 - clamp(czm_getLambertDiffuse(czm_lightDirectionEC, normalEC) * 5.0, 0.0, 1.0);
#else
float nightBlend = 0.0;
#endif
vec4 color = computeDayColor(u_initialColor, clamp(v_textureCoordinates, 0.0, 1.0), nightBlend);
#ifdef SHOW_TILE_BOUNDARIES
if (v_textureCoordinates.x < (1.0/256.0) || v_textureCoordinates.x > (255.0/256.0) ||
v_textureCoordinates.y < (1.0/256.0) || v_textureCoordinates.y > (255.0/256.0))
{
color = vec4(1.0, 0.0, 0.0, 1.0);
}
#endif
#if defined(ENABLE_DAYNIGHT_SHADING) || defined(GROUND_ATMOSPHERE)
float cameraDist;
if (czm_sceneMode == czm_sceneMode2D)
{
cameraDist = max(czm_frustumPlanes.x - czm_frustumPlanes.y, czm_frustumPlanes.w - czm_frustumPlanes.z) * 0.5;
}
else if (czm_sceneMode == czm_sceneModeColumbusView)
{
cameraDist = -czm_view[3].z;
}
else
{
cameraDist = length(czm_view[3]);
}
float fadeOutDist = u_lightingFadeDistance.x;
float fadeInDist = u_lightingFadeDistance.y;
if (czm_sceneMode != czm_sceneMode3D) {
vec3 radii = czm_ellipsoidRadii;
float maxRadii = max(radii.x, max(radii.y, radii.z));
fadeOutDist -= maxRadii;
fadeInDist -= maxRadii;
}
float fade = clamp((cameraDist - fadeOutDist) / (fadeInDist - fadeOutDist), 0.0, 1.0);
#else
float fade = 0.0;
#endif
#ifdef SHOW_REFLECTIVE_OCEAN
vec2 waterMaskTranslation = u_waterMaskTranslationAndScale.xy;
vec2 waterMaskScale = u_waterMaskTranslationAndScale.zw;
vec2 waterMaskTextureCoordinates = v_textureCoordinates.xy * waterMaskScale + waterMaskTranslation;
waterMaskTextureCoordinates.y = 1.0 - waterMaskTextureCoordinates.y;
float mask = texture2D(u_waterMask, waterMaskTextureCoordinates).r;
if (mask > 0.0)
{
mat3 enuToEye = czm_eastNorthUpToEyeCoordinates(v_positionMC, normalEC);
vec2 ellipsoidTextureCoordinates = czm_ellipsoidWgs84TextureCoordinates(normalMC);
vec2 ellipsoidFlippedTextureCoordinates = czm_ellipsoidWgs84TextureCoordinates(normalMC.zyx);
vec2 textureCoordinates = mix(ellipsoidTextureCoordinates, ellipsoidFlippedTextureCoordinates, czm_morphTime * smoothstep(0.9, 0.95, normalMC.z));
color = computeWaterColor(v_positionEC, textureCoordinates, enuToEye, color, mask, fade);
}
#endif
#ifdef APPLY_MATERIAL
czm_materialInput materialInput;
materialInput.st = v_textureCoordinates.st;
materialInput.normalEC = normalize(v_normalEC);
materialInput.positionToEyeEC = -v_positionEC;
materialInput.tangentToEyeMatrix = czm_eastNorthUpToEyeCoordinates(v_positionMC, normalize(v_normalEC));
materialInput.slope = v_slope;
materialInput.height = v_height;
materialInput.aspect = v_aspect;
czm_material material = czm_getMaterial(materialInput);
vec4 materialColor = vec4(material.diffuse, material.alpha);
color = alphaBlend(materialColor, color);
#endif
#ifdef ENABLE_VERTEX_LIGHTING
float diffuseIntensity = clamp(czm_getLambertDiffuse(czm_lightDirectionEC, normalize(v_normalEC)) * u_lambertDiffuseMultiplier + 0.3, 0.0, 1.0);
vec4 finalColor = vec4(color.rgb * czm_lightColor * diffuseIntensity, color.a);
#elif defined(ENABLE_DAYNIGHT_SHADING)
float diffuseIntensity = clamp(czm_getLambertDiffuse(czm_lightDirectionEC, normalEC) * 5.0 + 0.3, 0.0, 1.0);
diffuseIntensity = mix(1.0, diffuseIntensity, fade);
vec4 finalColor = vec4(color.rgb * czm_lightColor * diffuseIntensity, color.a);
#else
vec4 finalColor = color;
#endif
#ifdef ENABLE_CLIPPING_PLANES
vec4 clippingPlanesEdgeColor = vec4(1.0);
clippingPlanesEdgeColor.rgb = u_clippingPlanesEdgeStyle.rgb;
float clippingPlanesEdgeWidth = u_clippingPlanesEdgeStyle.a;
if (clipDistance < clippingPlanesEdgeWidth)
{
finalColor = clippingPlanesEdgeColor;
}
#endif
#ifdef HIGHLIGHT_FILL_TILE
finalColor = vec4(mix(finalColor.rgb, u_fillHighlightColor.rgb, u_fillHighlightColor.a), finalColor.a);
#endif
#if defined(DYNAMIC_ATMOSPHERE_LIGHTING_FROM_SUN)
vec3 atmosphereLightDirection = czm_sunDirectionWC;
#else
vec3 atmosphereLightDirection = czm_lightDirectionWC;
#endif
#if defined(GROUND_ATMOSPHERE) || defined(FOG)
if (!czm_backFacing())
{
bool dynamicLighting = false;
#if defined(DYNAMIC_ATMOSPHERE_LIGHTING) && (defined(ENABLE_DAYNIGHT_SHADING) || defined(ENABLE_VERTEX_LIGHTING))
dynamicLighting = true;
#endif
vec3 rayleighColor;
vec3 mieColor;
float opacity;
vec3 positionWC;
vec3 lightDirection;
#ifdef PER_FRAGMENT_GROUND_ATMOSPHERE
positionWC = computeEllipsoidPosition();
lightDirection = czm_branchFreeTernary(dynamicLighting, atmosphereLightDirection, normalize(positionWC));
computeAtmosphereScattering(
positionWC,
lightDirection,
rayleighColor,
mieColor,
opacity
);
#else
positionWC = v_positionMC;
lightDirection = czm_branchFreeTernary(dynamicLighting, atmosphereLightDirection, normalize(positionWC));
rayleighColor = v_atmosphereRayleighColor;
mieColor = v_atmosphereMieColor;
opacity = v_atmosphereOpacity;
#endif
rayleighColor = colorCorrect(rayleighColor);
mieColor = colorCorrect(mieColor);
vec4 groundAtmosphereColor = computeAtmosphereColor(positionWC, lightDirection, rayleighColor, mieColor, opacity);
#ifdef FOG
vec3 fogColor = groundAtmosphereColor.rgb;
#if defined(DYNAMIC_ATMOSPHERE_LIGHTING) && (defined(ENABLE_VERTEX_LIGHTING) || defined(ENABLE_DAYNIGHT_SHADING))
float darken = clamp(dot(normalize(czm_viewerPositionWC), atmosphereLightDirection), u_minimumBrightness, 1.0);
fogColor *= darken;
#endif
#ifndef HDR
fogColor.rgb = czm_acesTonemapping(fogColor.rgb);
fogColor.rgb = czm_inverseGamma(fogColor.rgb);
#endif
const float modifier = 0.15;
finalColor = vec4(czm_fog(v_distance, finalColor.rgb, fogColor.rgb, modifier), finalColor.a);
#else
const float transmittanceModifier = 0.5;
float transmittance = transmittanceModifier + clamp(1.0 - groundAtmosphereColor.a, 0.0, 1.0);
vec3 finalAtmosphereColor = finalColor.rgb + groundAtmosphereColor.rgb * transmittance;
#if defined(DYNAMIC_ATMOSPHERE_LIGHTING) && (defined(ENABLE_VERTEX_LIGHTING) || defined(ENABLE_DAYNIGHT_SHADING))
float fadeInDist = u_nightFadeDistance.x;
float fadeOutDist = u_nightFadeDistance.y;
float sunlitAtmosphereIntensity = clamp((cameraDist - fadeOutDist) / (fadeInDist - fadeOutDist), 0.05, 1.0);
float darken = clamp(dot(normalize(positionWC), atmosphereLightDirection), 0.0, 1.0);
vec3 darkenendGroundAtmosphereColor = mix(groundAtmosphereColor.rgb, finalAtmosphereColor.rgb, darken);
finalAtmosphereColor = mix(darkenendGroundAtmosphereColor, finalAtmosphereColor, sunlitAtmosphereIntensity);
#endif
#ifndef HDR
finalAtmosphereColor.rgb = vec3(1.0) - exp(-fExposure * finalAtmosphereColor.rgb);
#else
finalAtmosphereColor.rgb = czm_saturation(finalAtmosphereColor.rgb, 1.6);
#endif
finalColor.rgb = mix(finalColor.rgb, finalAtmosphereColor.rgb, fade);
#endif
}
#endif
#ifdef UNDERGROUND_COLOR
if (czm_backFacing())
{
float distanceFromEllipsoid = max(czm_eyeHeight, 0.0);
float distance = max(v_distance - distanceFromEllipsoid, 0.0);
float blendAmount = interpolateByDistance(u_undergroundColorAlphaByDistance, distance);
vec4 undergroundColor = vec4(u_undergroundColor.rgb, u_undergroundColor.a * blendAmount);
finalColor = alphaBlend(undergroundColor, finalColor);
}
#endif
#ifdef TRANSLUCENT
if (inTranslucencyRectangle())
{
vec4 alphaByDistance = gl_FrontFacing ? u_frontFaceAlphaByDistance : u_backFaceAlphaByDistance;
finalColor.a *= interpolateByDistance(alphaByDistance, v_distance);
}
#endif
gl_FragColor = finalColor;
}
#ifdef SHOW_REFLECTIVE_OCEAN
float waveFade(float edge0, float edge1, float x)
{
float y = clamp((x - edge0) / (edge1 - edge0), 0.0, 1.0);
return pow(1.0 - y, 5.0);
}
float linearFade(float edge0, float edge1, float x)
{
return clamp((x - edge0) / (edge1 - edge0), 0.0, 1.0);
}
const float oceanFrequencyLowAltitude = 825000.0;
const float oceanAnimationSpeedLowAltitude = 0.004;
const float oceanOneOverAmplitudeLowAltitude = 1.0 / 2.0;
const float oceanSpecularIntensity = 0.5;
const float oceanFrequencyHighAltitude = 125000.0;
const float oceanAnimationSpeedHighAltitude = 0.008;
const float oceanOneOverAmplitudeHighAltitude = 1.0 / 2.0;
vec4 computeWaterColor(vec3 positionEyeCoordinates, vec2 textureCoordinates, mat3 enuToEye, vec4 imageryColor, float maskValue, float fade)
{
vec3 positionToEyeEC = -positionEyeCoordinates;
float positionToEyeECLength = length(positionToEyeEC);
vec3 normalizedPositionToEyeEC = normalize(normalize(positionToEyeEC));
float waveIntensity = waveFade(70000.0, 1000000.0, positionToEyeECLength);
#ifdef SHOW_OCEAN_WAVES
float time = czm_frameNumber * oceanAnimationSpeedHighAltitude;
vec4 noise = czm_getWaterNoise(u_oceanNormalMap, textureCoordinates * oceanFrequencyHighAltitude, time, 0.0);
vec3 normalTangentSpaceHighAltitude = vec3(noise.xy, noise.z * oceanOneOverAmplitudeHighAltitude);
time = czm_frameNumber * oceanAnimationSpeedLowAltitude;
noise = czm_getWaterNoise(u_oceanNormalMap, textureCoordinates * oceanFrequencyLowAltitude, time, 0.0);
vec3 normalTangentSpaceLowAltitude = vec3(noise.xy, noise.z * oceanOneOverAmplitudeLowAltitude);
float highAltitudeFade = linearFade(0.0, 60000.0, positionToEyeECLength);
float lowAltitudeFade = 1.0 - linearFade(20000.0, 60000.0, positionToEyeECLength);
vec3 normalTangentSpace =
(highAltitudeFade * normalTangentSpaceHighAltitude) +
(lowAltitudeFade * normalTangentSpaceLowAltitude);
normalTangentSpace = normalize(normalTangentSpace);
normalTangentSpace.xy *= waveIntensity;
normalTangentSpace = normalize(normalTangentSpace);
#else
vec3 normalTangentSpace = vec3(0.0, 0.0, 1.0);
#endif
vec3 normalEC = enuToEye * normalTangentSpace;
const vec3 waveHighlightColor = vec3(0.3, 0.45, 0.6);
float diffuseIntensity = czm_getLambertDiffuse(czm_lightDirectionEC, normalEC) * maskValue;
vec3 diffuseHighlight = waveHighlightColor * diffuseIntensity * (1.0 - fade);
#ifdef SHOW_OCEAN_WAVES
float tsPerturbationRatio = normalTangentSpace.z;
vec3 nonDiffuseHighlight = mix(waveHighlightColor * 5.0 * (1.0 - tsPerturbationRatio), vec3(0.0), diffuseIntensity);
#else
vec3 nonDiffuseHighlight = vec3(0.0);
#endif
float specularIntensity = czm_getSpecular(czm_lightDirectionEC, normalizedPositionToEyeEC, normalEC, 10.0);
float surfaceReflectance = mix(0.0, mix(u_zoomedOutOceanSpecularIntensity, oceanSpecularIntensity, waveIntensity), maskValue);
float specular = specularIntensity * surfaceReflectance;
#ifdef HDR
specular *= 1.4;
float e = 0.2;
float d = 3.3;
float c = 1.7;
vec3 color = imageryColor.rgb + (c * (vec3(e) + imageryColor.rgb * d) * (diffuseHighlight + nonDiffuseHighlight + specular));
#else
vec3 color = imageryColor.rgb + diffuseHighlight + nonDiffuseHighlight + specular;
#endif
return vec4(color, imageryColor.a);
}
#endif // #ifdef SHOW_REFLECTIVE_OCEAN
`;var $k=`#ifdef QUANTIZATION_BITS12
attribute vec4 compressed0;
attribute float compressed1;
#else
attribute vec4 position3DAndHeight;
attribute vec4 textureCoordAndEncodedNormals;
#endif
#ifdef GEODETIC_SURFACE_NORMALS
attribute vec3 geodeticSurfaceNormal;
#endif
#ifdef EXAGGERATION
uniform vec2 u_terrainExaggerationAndRelativeHeight;
#endif
uniform vec3 u_center3D;
uniform mat4 u_modifiedModelView;
uniform mat4 u_modifiedModelViewProjection;
uniform vec4 u_tileRectangle;
uniform vec2 u_southAndNorthLatitude;
uniform vec2 u_southMercatorYAndOneOverHeight;
varying vec3 v_positionMC;
varying vec3 v_positionEC;
varying vec3 v_textureCoordinates;
varying vec3 v_normalMC;
varying vec3 v_normalEC;
#ifdef APPLY_MATERIAL
varying float v_slope;
varying float v_aspect;
varying float v_height;
#endif
#if defined(FOG) || defined(GROUND_ATMOSPHERE) || defined(UNDERGROUND_COLOR) || defined(TRANSLUCENT)
varying float v_distance;
#endif
#if defined(FOG) || defined(GROUND_ATMOSPHERE)
varying vec3 v_atmosphereRayleighColor;
varying vec3 v_atmosphereMieColor;
varying float v_atmosphereOpacity;
#endif
vec4 getPosition(vec3 position, float height, vec2 textureCoordinates);
float get2DYPositionFraction(vec2 textureCoordinates);
vec4 getPosition3DMode(vec3 position, float height, vec2 textureCoordinates)
{
return u_modifiedModelViewProjection * vec4(position, 1.0);
}
float get2DMercatorYPositionFraction(vec2 textureCoordinates)
{
const float maxTileWidth = 0.003068;
float positionFraction = textureCoordinates.y;
float southLatitude = u_southAndNorthLatitude.x;
float northLatitude = u_southAndNorthLatitude.y;
if (northLatitude - southLatitude > maxTileWidth)
{
float southMercatorY = u_southMercatorYAndOneOverHeight.x;
float oneOverMercatorHeight = u_southMercatorYAndOneOverHeight.y;
float currentLatitude = mix(southLatitude, northLatitude, textureCoordinates.y);
currentLatitude = clamp(currentLatitude, -czm_webMercatorMaxLatitude, czm_webMercatorMaxLatitude);
positionFraction = czm_latitudeToWebMercatorFraction(currentLatitude, southMercatorY, oneOverMercatorHeight);
}
return positionFraction;
}
float get2DGeographicYPositionFraction(vec2 textureCoordinates)
{
return textureCoordinates.y;
}
vec4 getPositionPlanarEarth(vec3 position, float height, vec2 textureCoordinates)
{
float yPositionFraction = get2DYPositionFraction(textureCoordinates);
vec4 rtcPosition2D = vec4(height, mix(u_tileRectangle.st, u_tileRectangle.pq, vec2(textureCoordinates.x, yPositionFraction)), 1.0);
return u_modifiedModelViewProjection * rtcPosition2D;
}
vec4 getPosition2DMode(vec3 position, float height, vec2 textureCoordinates)
{
return getPositionPlanarEarth(position, 0.0, textureCoordinates);
}
vec4 getPositionColumbusViewMode(vec3 position, float height, vec2 textureCoordinates)
{
return getPositionPlanarEarth(position, height, textureCoordinates);
}
vec4 getPositionMorphingMode(vec3 position, float height, vec2 textureCoordinates)
{
vec3 position3DWC = position + u_center3D;
float yPositionFraction = get2DYPositionFraction(textureCoordinates);
vec4 position2DWC = vec4(height, mix(u_tileRectangle.st, u_tileRectangle.pq, vec2(textureCoordinates.x, yPositionFraction)), 1.0);
vec4 morphPosition = czm_columbusViewMorph(position2DWC, vec4(position3DWC, 1.0), czm_morphTime);
return czm_modelViewProjection * morphPosition;
}
#ifdef QUANTIZATION_BITS12
uniform vec2 u_minMaxHeight;
uniform mat4 u_scaleAndBias;
#endif
void main()
{
#ifdef QUANTIZATION_BITS12
vec2 xy = czm_decompressTextureCoordinates(compressed0.x);
vec2 zh = czm_decompressTextureCoordinates(compressed0.y);
vec3 position = vec3(xy, zh.x);
float height = zh.y;
vec2 textureCoordinates = czm_decompressTextureCoordinates(compressed0.z);
height = height * (u_minMaxHeight.y - u_minMaxHeight.x) + u_minMaxHeight.x;
position = (u_scaleAndBias * vec4(position, 1.0)).xyz;
#if (defined(ENABLE_VERTEX_LIGHTING) || defined(GENERATE_POSITION_AND_NORMAL)) && defined(INCLUDE_WEB_MERCATOR_Y)
float webMercatorT = czm_decompressTextureCoordinates(compressed0.w).x;
float encodedNormal = compressed1;
#elif defined(INCLUDE_WEB_MERCATOR_Y)
float webMercatorT = czm_decompressTextureCoordinates(compressed0.w).x;
float encodedNormal = 0.0;
#elif defined(ENABLE_VERTEX_LIGHTING) || defined(GENERATE_POSITION_AND_NORMAL)
float webMercatorT = textureCoordinates.y;
float encodedNormal = compressed0.w;
#else
float webMercatorT = textureCoordinates.y;
float encodedNormal = 0.0;
#endif
#else
vec3 position = position3DAndHeight.xyz;
float height = position3DAndHeight.w;
vec2 textureCoordinates = textureCoordAndEncodedNormals.xy;
#if (defined(ENABLE_VERTEX_LIGHTING) || defined(GENERATE_POSITION_AND_NORMAL) || defined(APPLY_MATERIAL)) && defined(INCLUDE_WEB_MERCATOR_Y)
float webMercatorT = textureCoordAndEncodedNormals.z;
float encodedNormal = textureCoordAndEncodedNormals.w;
#elif defined(ENABLE_VERTEX_LIGHTING) || defined(GENERATE_POSITION_AND_NORMAL) || defined(APPLY_MATERIAL)
float webMercatorT = textureCoordinates.y;
float encodedNormal = textureCoordAndEncodedNormals.z;
#elif defined(INCLUDE_WEB_MERCATOR_Y)
float webMercatorT = textureCoordAndEncodedNormals.z;
float encodedNormal = 0.0;
#else
float webMercatorT = textureCoordinates.y;
float encodedNormal = 0.0;
#endif
#endif
vec3 position3DWC = position + u_center3D;
#ifdef GEODETIC_SURFACE_NORMALS
vec3 ellipsoidNormal = geodeticSurfaceNormal;
#else
vec3 ellipsoidNormal = normalize(position3DWC);
#endif
#if defined(EXAGGERATION) && defined(GEODETIC_SURFACE_NORMALS)
float exaggeration = u_terrainExaggerationAndRelativeHeight.x;
float relativeHeight = u_terrainExaggerationAndRelativeHeight.y;
float newHeight = (height - relativeHeight) * exaggeration + relativeHeight;
float minRadius = min(min(czm_ellipsoidRadii.x, czm_ellipsoidRadii.y), czm_ellipsoidRadii.z);
newHeight = max(newHeight, -minRadius);
vec3 offset = ellipsoidNormal * (newHeight - height);
position += offset;
position3DWC += offset;
height = newHeight;
#endif
gl_Position = getPosition(position, height, textureCoordinates);
v_positionEC = (u_modifiedModelView * vec4(position, 1.0)).xyz;
v_positionMC = position3DWC;
v_textureCoordinates = vec3(textureCoordinates, webMercatorT);
#if defined(ENABLE_VERTEX_LIGHTING) || defined(GENERATE_POSITION_AND_NORMAL) || defined(APPLY_MATERIAL)
vec3 normalMC = czm_octDecode(encodedNormal);
#if defined(EXAGGERATION) && defined(GEODETIC_SURFACE_NORMALS)
vec3 projection = dot(normalMC, ellipsoidNormal) * ellipsoidNormal;
vec3 rejection = normalMC - projection;
normalMC = normalize(projection + rejection * exaggeration);
#endif
v_normalMC = normalMC;
v_normalEC = czm_normal3D * v_normalMC;
#endif
#if defined(FOG) || (defined(GROUND_ATMOSPHERE) && !defined(PER_FRAGMENT_GROUND_ATMOSPHERE))
bool dynamicLighting = false;
#if defined(DYNAMIC_ATMOSPHERE_LIGHTING) && (defined(ENABLE_DAYNIGHT_SHADING) || defined(ENABLE_VERTEX_LIGHTING))
dynamicLighting = true;
#endif
#if defined(DYNAMIC_ATMOSPHERE_LIGHTING_FROM_SUN)
vec3 atmosphereLightDirection = czm_sunDirectionWC;
#else
vec3 atmosphereLightDirection = czm_lightDirectionWC;
#endif
vec3 lightDirection = czm_branchFreeTernary(dynamicLighting, atmosphereLightDirection, normalize(position3DWC));
computeAtmosphereScattering(
position3DWC,
lightDirection,
v_atmosphereRayleighColor,
v_atmosphereMieColor,
v_atmosphereOpacity
);
#endif
#if defined(FOG) || defined(GROUND_ATMOSPHERE) || defined(UNDERGROUND_COLOR) || defined(TRANSLUCENT)
v_distance = length((czm_modelView3D * vec4(position3DWC, 1.0)).xyz);
#endif
#ifdef APPLY_MATERIAL
float northPoleZ = czm_ellipsoidRadii.z;
vec3 northPolePositionMC = vec3(0.0, 0.0, northPoleZ);
vec3 vectorEastMC = normalize(cross(northPolePositionMC - v_positionMC, ellipsoidNormal));
float dotProd = abs(dot(ellipsoidNormal, v_normalMC));
v_slope = acos(dotProd);
vec3 normalRejected = ellipsoidNormal * dotProd;
vec3 normalProjected = v_normalMC - normalRejected;
vec3 aspectVector = normalize(normalProjected);
v_aspect = acos(dot(aspectVector, vectorEastMC));
float determ = dot(cross(vectorEastMC, aspectVector), ellipsoidNormal);
v_aspect = czm_branchFreeTernary(determ < 0.0, 2.0 * czm_pi - v_aspect, v_aspect);
v_height = height;
#endif
}
`;var JD=`void computeAtmosphereScattering(vec3 positionWC, vec3 lightDirection, out vec3 rayleighColor, out vec3 mieColor, out float opacity) {
vec3 cameraToPositionWC = positionWC - czm_viewerPositionWC;
vec3 cameraToPositionWCDirection = normalize(cameraToPositionWC);
czm_ray primaryRay = czm_ray(czm_viewerPositionWC, cameraToPositionWCDirection);
float atmosphereInnerRadius = length(positionWC);
computeScattering(
primaryRay,
length(cameraToPositionWC),
lightDirection,
atmosphereInnerRadius,
rayleighColor,
mieColor,
opacity
);
}
`;var eV=`uniform sampler2D u_texture;
varying vec2 v_textureCoordinates;
void main()
{
gl_FragColor = texture2D(u_texture, v_textureCoordinates);
}
`;var tV=`attribute vec4 position;
attribute float webMercatorT;
uniform vec2 u_textureDimensions;
varying vec2 v_textureCoordinates;
void main()
{
v_textureCoordinates = vec2(position.x, webMercatorT);
gl_Position = czm_viewportOrthographic * (position * vec4(u_textureDimensions, 1.0, 1.0));
}
`;var ZD=`float interpolateByDistance(vec4 nearFarScalar, float distance)
{
float startDistance = nearFarScalar.x;
float startValue = nearFarScalar.y;
float endDistance = nearFarScalar.z;
float endValue = nearFarScalar.w;
float t = clamp((distance - startDistance) / (endDistance - startDistance), 0.0, 1.0);
return mix(startValue, endValue, t);
}
vec3 getLightDirection(vec3 positionWC)
{
float lightEnum = u_radiiAndDynamicAtmosphereColor.z;
vec3 lightDirection =
positionWC * float(lightEnum == 0.0) +
czm_lightDirectionWC * float(lightEnum == 1.0) +
czm_sunDirectionWC * float(lightEnum == 2.0);
return normalize(lightDirection);
}
void computeAtmosphereScattering(vec3 positionWC, vec3 lightDirection, out vec3 rayleighColor, out vec3 mieColor, out float opacity, out float underTranslucentGlobe)
{
float ellipsoidRadiiDifference = czm_ellipsoidRadii.x - czm_ellipsoidRadii.z;
float distanceAdjustMin = czm_ellipsoidRadii.x / 4.0;
float distanceAdjustMax = czm_ellipsoidRadii.x;
float distanceAdjustModifier = ellipsoidRadiiDifference / 2.0;
float distanceAdjust = distanceAdjustModifier * clamp((czm_eyeHeight - distanceAdjustMin) / (distanceAdjustMax - distanceAdjustMin), 0.0, 1.0);
float radiusAdjust = (ellipsoidRadiiDifference / 4.0) + distanceAdjust;
float atmosphereInnerRadius = (length(czm_viewerPositionWC) - czm_eyeHeight) - radiusAdjust;
vec3 cameraToPositionWC = positionWC - czm_viewerPositionWC;
vec3 cameraToPositionWCDirection = normalize(cameraToPositionWC);
czm_ray primaryRay = czm_ray(czm_viewerPositionWC, cameraToPositionWCDirection);
underTranslucentGlobe = 0.0;
#if defined(GLOBE_TRANSLUCENT)
czm_raySegment primaryRayEarthIntersect = czm_raySphereIntersectionInterval(primaryRay, vec3(0.0), atmosphereInnerRadius + radiusAdjust);
if (primaryRayEarthIntersect.start > 0.0 && primaryRayEarthIntersect.stop > 0.0) {
vec3 direction = normalize(positionWC);
czm_ray ellipsoidRay = czm_ray(positionWC, -direction);
czm_raySegment ellipsoidIntersection = czm_rayEllipsoidIntersectionInterval(ellipsoidRay, vec3(0.0), czm_ellipsoidInverseRadii);
vec3 onEarth = positionWC - (direction * ellipsoidIntersection.start);
float angle = dot(normalize(czm_viewerPositionWC), normalize(onEarth));
opacity = interpolateByDistance(vec4(0.0, 1.0, czm_ellipsoidRadii.x, 0.0), length(czm_viewerPositionWC - onEarth));
vec3 horizonColor = vec3(0.1, 0.2, 0.3);
vec3 nearColor = vec3(0.0);
rayleighColor = mix(nearColor, horizonColor, exp(-angle) * opacity);
underTranslucentGlobe = 1.0;
return;
}
#endif
computeScattering(
primaryRay,
length(cameraToPositionWC),
lightDirection,
atmosphereInnerRadius,
rayleighColor,
mieColor,
opacity
);
float cameraHeight = czm_eyeHeight + atmosphereInnerRadius;
float atmosphereOuterRadius = atmosphereInnerRadius + ATMOSPHERE_THICKNESS;
opacity = clamp((atmosphereOuterRadius - cameraHeight) / (atmosphereOuterRadius - atmosphereInnerRadius), 0.0, 1.0);
float nightAlpha = (u_radiiAndDynamicAtmosphereColor.z != 0.0) ? clamp(dot(normalize(positionWC), lightDirection), 0.0, 1.0) : 1.0;
opacity *= pow(nightAlpha, 0.5);
}
`;var nV=`varying vec3 v_outerPositionWC;
uniform vec3 u_hsbShift;
#ifndef PER_FRAGMENT_ATMOSPHERE
varying vec3 v_mieColor;
varying vec3 v_rayleighColor;
varying float v_opacity;
varying float v_translucent;
#endif
void main (void)
{
vec3 lightDirection = getLightDirection(v_outerPositionWC);
vec3 mieColor;
vec3 rayleighColor;
float opacity;
float translucent;
#ifdef PER_FRAGMENT_ATMOSPHERE
computeAtmosphereScattering(
v_outerPositionWC,
lightDirection,
rayleighColor,
mieColor,
opacity,
translucent
);
#else
mieColor = v_mieColor;
rayleighColor = v_rayleighColor;
opacity = v_opacity;
translucent = v_translucent;
#endif
vec4 color = computeAtmosphereColor(v_outerPositionWC, lightDirection, rayleighColor, mieColor, opacity);
#ifndef HDR
color.rgb = czm_acesTonemapping(color.rgb);
color.rgb = czm_inverseGamma(color.rgb);
#endif
#ifdef COLOR_CORRECT
vec3 hsb = czm_RGBToHSB(color.rgb);
hsb.x += u_hsbShift.x;
hsb.y = clamp(hsb.y + u_hsbShift.y, 0.0, 1.0);
hsb.z = hsb.z > czm_epsilon7 ? hsb.z + u_hsbShift.z : 0.0;
color.rgb = czm_HSBToRGB(hsb);
#endif
if (translucent == 0.0) {
color.a = mix(color.b, 1.0, color.a) * smoothstep(0.0, 1.0, czm_morphTime);
}
gl_FragColor = color;
}
`;var iV=`attribute vec4 position;
varying vec3 v_outerPositionWC;
#ifndef PER_FRAGMENT_ATMOSPHERE
varying vec3 v_mieColor;
varying vec3 v_rayleighColor;
varying float v_opacity;
varying float v_translucent;
#endif
void main(void)
{
vec4 positionWC = czm_model * position;
vec3 lightDirection = getLightDirection(positionWC.xyz);
#ifndef PER_FRAGMENT_ATMOSPHERE
computeAtmosphereScattering(
positionWC.xyz,
lightDirection,
v_rayleighColor,
v_mieColor,
v_opacity,
v_translucent
);
#endif
v_outerPositionWC = positionWC.xyz;
gl_Position = czm_modelViewProjection * position;
}
`;var oV=`uniform samplerCube u_cubeMap;
varying vec3 v_texCoord;
void main()
{
vec4 color = textureCube(u_cubeMap, normalize(v_texCoord));
gl_FragColor = vec4(czm_gammaCorrect(color).rgb, czm_morphTime);
}
`;var rV=`attribute vec3 position;
varying vec3 v_texCoord;
void main()
{
vec3 p = czm_viewRotation * (czm_temeToPseudoFixed * (czm_entireFrustum.y * position));
gl_Position = czm_projection * vec4(p, 1.0);
v_texCoord = position.xyz;
}
`;var sV=`uniform sampler2D u_texture;
varying vec2 v_textureCoordinates;
void main()
{
vec4 color = texture2D(u_texture, v_textureCoordinates);
gl_FragColor = czm_gammaCorrect(color);
}
`;var aV=`uniform float u_radiusTS;
varying vec2 v_textureCoordinates;
vec2 rotate(vec2 p, vec2 direction)
{
return vec2(p.x * direction.x - p.y * direction.y, p.x * direction.y + p.y * direction.x);
}
vec4 addBurst(vec2 position, vec2 direction, float lengthScalar)
{
vec2 rotatedPosition = rotate(position, direction) * vec2(25.0, 0.75);
float radius = length(rotatedPosition) * lengthScalar;
float burst = 1.0 - smoothstep(0.0, 0.55, radius);
return vec4(burst);
}
void main()
{
float lengthScalar = 2.0 / sqrt(2.0);
vec2 position = v_textureCoordinates - vec2(0.5);
float radius = length(position) * lengthScalar;
float surface = step(radius, u_radiusTS);
vec4 color = vec4(vec2(1.0), surface + 0.2, surface);
float glow = 1.0 - smoothstep(0.0, 0.55, radius);
color.ba += mix(vec2(0.0), vec2(1.0), glow) * 0.75;
vec4 burst = vec4(0.0);
burst += 0.4 * addBurst(position, vec2(0.38942, 0.92106), lengthScalar);
burst += 0.4 * addBurst(position, vec2(0.99235, 0.12348), lengthScalar);
burst += 0.4 * addBurst(position, vec2(0.60327, -0.79754), lengthScalar);
burst += 0.3 * addBurst(position, vec2(0.31457, 0.94924), lengthScalar);
burst += 0.3 * addBurst(position, vec2(0.97931, 0.20239), lengthScalar);
burst += 0.3 * addBurst(position, vec2(0.66507, -0.74678), lengthScalar);
color += clamp(burst, vec4(0.0), vec4(1.0)) * 0.15;
gl_FragColor = clamp(color, vec4(0.0), vec4(1.0));
}
`;var cV=`attribute vec2 direction;
uniform float u_size;
varying vec2 v_textureCoordinates;
void main()
{
vec4 position;
if (czm_morphTime == 1.0)
{
position = vec4(czm_sunPositionWC, 1.0);
}
else
{
position = vec4(czm_sunPositionColumbusView.zxy, 1.0);
}
vec4 positionEC = czm_view * position;
vec4 positionWC = czm_eyeToWindowCoordinates(positionEC);
vec2 halfSize = vec2(u_size * 0.5);
halfSize *= ((direction * 2.0) - 1.0);
gl_Position = czm_viewportOrthographic * vec4(positionWC.xy + halfSize, -positionWC.z, 1.0);
v_textureCoordinates = direction;
}
`;var lV=`varying vec2 v_textureCoordinates;
void main()
{
czm_materialInput materialInput;
materialInput.s = v_textureCoordinates.s;
materialInput.st = v_textureCoordinates;
materialInput.str = vec3(v_textureCoordinates, 0.0);
materialInput.normalEC = vec3(0.0, 0.0, -1.0);
czm_material material = czm_getMaterial(materialInput);
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
}
`;function QD(e){l(e)||(e=new mh),this._clock=e,this._eventHelper=new vr,this._eventHelper.add(e.onTick,this.synchronize,this),this.systemTime=Ae.observable($.now()),this.systemTime.equalityComparer=$.equals,this.startTime=Ae.observable(e.startTime),this.startTime.equalityComparer=$.equals,this.startTime.subscribe(function(t){e.startTime=t,this.synchronize()},this),this.stopTime=Ae.observable(e.stopTime),this.stopTime.equalityComparer=$.equals,this.stopTime.subscribe(function(t){e.stopTime=t,this.synchronize()},this),this.currentTime=Ae.observable(e.currentTime),this.currentTime.equalityComparer=$.equals,this.currentTime.subscribe(function(t){e.currentTime=t,this.synchronize()},this),this.multiplier=Ae.observable(e.multiplier),this.multiplier.subscribe(function(t){e.multiplier=t,this.synchronize()},this),this.clockStep=Ae.observable(e.clockStep),this.clockStep.subscribe(function(t){e.clockStep=t,this.synchronize()},this),this.clockRange=Ae.observable(e.clockRange),this.clockRange.subscribe(function(t){e.clockRange=t,this.synchronize()},this),this.canAnimate=Ae.observable(e.canAnimate),this.canAnimate.subscribe(function(t){e.canAnimate=t,this.synchronize()},this),this.shouldAnimate=Ae.observable(e.shouldAnimate),this.shouldAnimate.subscribe(function(t){e.shouldAnimate=t,this.synchronize()},this),Ae.track(this,["systemTime","startTime","stopTime","currentTime","multiplier","clockStep","clockRange","canAnimate","shouldAnimate"])}Object.defineProperties(QD.prototype,{clock:{get:function(){return this._clock}}});QD.prototype.synchronize=function(){let e=this._clock;this.systemTime=$.now(),this.startTime=e.startTime,this.stopTime=e.stopTime,this.currentTime=e.currentTime,this.multiplier=e.multiplier,this.clockStep=e.clockStep,this.clockRange=e.clockRange,this.canAnimate=e.canAnimate,this.shouldAnimate=e.shouldAnimate};QD.prototype.isDestroyed=function(){return!1};QD.prototype.destroy=function(){this._eventHelper.removeAll(),le(this)};var uV=QD;function Htt(){this.canExecute=void 0,this.beforeExecute=void 0,this.afterExecute=void 0,ye.throwInstantiationError()}var Vme=Htt;function Gtt(e,t){t=y(t,!0);let n=new _e,i=new _e;function o(){let r={args:arguments,cancel:!1},s;return n.raiseEvent(r),r.cancel||(s=e.apply(null,arguments),i.raiseEvent(s)),s}return o.canExecute=t,Ae.track(o,["canExecute"]),Object.defineProperties(o,{beforeExecute:{value:n},afterExecute:{value:i}}),o}var yn=Gtt;var oj={};oj.createCheckbox=function(e,t,n){let i=document.createElement("div"),o=document.createElement("label"),r=document.createElement("input");r.type="checkbox";let s=`checked: ${t}`;return l(n)&&(s+=`, enable: ${n}`),r.setAttribute("data-bind",s),o.appendChild(r),o.appendChild(document.createTextNode(e)),i.appendChild(o),i};oj.createSection=function(e,t,n,i){let o=document.createElement("div");o.className="cesium-cesiumInspector-section",o.setAttribute("data-bind",`css: { "cesium-cesiumInspector-section-collapsed": !${n} }`),e.appendChild(o);let r=document.createElement("h3");r.className="cesium-cesiumInspector-sectionHeader",r.appendChild(document.createTextNode(t)),r.setAttribute("data-bind",`click: ${i}`),o.appendChild(r);let s=document.createElement("div");return s.className="cesium-cesiumInspector-sectionContent",o.appendChild(s),s};var jg=oj;function Wtt(e,t,n,i,o){return n.call(i,e[t]),Ae.getObservable(e,t).subscribe(n,i,o)}var ia=Wtt;function Ume(e,t){this._command=e,t=y(t,y.EMPTY_OBJECT),this.toggled=y(t.toggled,!1),this.tooltip=y(t.tooltip,""),Ae.track(this,["toggled","tooltip"])}Object.defineProperties(Ume.prototype,{command:{get:function(){return this._command}}});var fA=Ume;function rj(e){e=y(e,y.EMPTY_OBJECT),this._pixelsToCheck=e.pixelsToCheck,this._missingImagePixels=void 0,this._missingImageByteLength=void 0,this._isReady=!1;let t=Pe.createIfNeeded(e.missingImageUrl),n=this;function i(r){l(r.blob)&&(n._missingImageByteLength=r.blob.size);let s=Dd(r);if(e.disableCheckIfAllPixelsAreTransparent){let a=!0,c=r.width,u=e.pixelsToCheck;for(let f=0,d=u.length;a&&f<d;++f){let p=u[f],g=p.x*4+p.y*c;s[g+3]>0&&(a=!1)}a&&(s=void 0)}n._missingImagePixels=s,n._isReady=!0}function o(){n._missingImagePixels=void 0,n._isReady=!0}t.fetchImage({preferBlob:!0,preferImageBitmap:!0,flipY:!0}).then(i).catch(o)}rj.prototype.isReady=function(){return this._isReady};rj.prototype.shouldDiscardImage=function(e){let t=this._pixelsToCheck,n=this._missingImagePixels;if(!l(n)||l(e.blob)&&e.blob.size!==this._missingImageByteLength)return!1;let i=Dd(e),o=e.width;for(let r=0,s=t.length;r<s;++r){let a=t[r],c=a.x*4+a.y*o;for(let u=0;u<4;++u){let f=c+u;if(i[f]!==n[f])return!1}}return!0};var fV=rj;function sj(){this.name=void 0,this.description=void 0,this.position=void 0,this.data=void 0,this.imageryLayer=void 0}sj.prototype.configureNameFromProperties=function(e){let t=10,n;for(let i in e)if(e.hasOwnProperty(i)&&e[i]){let o=i.toLowerCase();t>1&&o==="name"?(t=1,n=i):t>2&&o==="title"?(t=2,n=i):t>3&&/name/i.test(i)?(t=3,n=i):t>4&&/title/i.test(i)&&(t=4,n=i)}l(n)&&(this.name=e[n])};sj.prototype.configureDescriptionFromProperties=function(e){function t(n){let i='<table class="cesium-infoBox-defaultTable">';for(let o in n)if(n.hasOwnProperty(o)){let r=n[o];l(r)&&(typeof r=="object"?i+=`<tr><td>${o}</td><td>${t(r)}</td></tr>`:i+=`<tr><td>${o}</td><td>${r}</td></tr>`)}return i+="</table>",i}this.description=t(e)};var zh=sj;function DE(){this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0,ye.throwInstantiationError()}Object.defineProperties(DE.prototype,{ready:{get:ye.throwInstantiationError},readyPromise:{get:ye.throwInstantiationError},rectangle:{get:ye.throwInstantiationError},tileWidth:{get:ye.throwInstantiationError},tileHeight:{get:ye.throwInstantiationError},maximumLevel:{get:ye.throwInstantiationError},minimumLevel:{get:ye.throwInstantiationError},tilingScheme:{get:ye.throwInstantiationError},tileDiscardPolicy:{get:ye.throwInstantiationError},errorEvent:{get:ye.throwInstantiationError},credit:{get:ye.throwInstantiationError},proxy:{get:ye.throwInstantiationError},hasAlphaChannel:{get:ye.throwInstantiationError}});DE.prototype.getTileCredits=function(e,t,n){ye.throwInstantiationError()};DE.prototype.requestImage=function(e,t,n,i){ye.throwInstantiationError()};DE.prototype.pickFeatures=function(e,t,n,i,o){ye.throwInstantiationError()};var jtt=/\.ktx2$/i;DE.loadImage=function(e,t){let n=Pe.createIfNeeded(t);return jtt.test(n.url)?yl(n):l(e)&&l(e.tileDiscardPolicy)?n.fetchImage({preferBlob:!0,preferImageBitmap:!0,flipY:!0}):n.fetchImage({preferImageBitmap:!0,flipY:!0})};var rl=DE;function $D(e){e=y(e,y.EMPTY_OBJECT),this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0;let t=Pe.createIfNeeded(e.url);t.appendForwardSlash(),l(e.token)&&t.setQueryParameters({token:e.token}),this._resource=t,this._tileDiscardPolicy=e.tileDiscardPolicy,this._tileWidth=y(e.tileWidth,256),this._tileHeight=y(e.tileHeight,256),this._maximumLevel=e.maximumLevel,this._tilingScheme=y(e.tilingScheme,new ui({ellipsoid:e.ellipsoid})),this._useTiles=y(e.usePreCachedTilesIfAvailable,!0),this._rectangle=y(e.rectangle,this._tilingScheme.rectangle),this._layers=e.layers;let n=e.credit;typeof n=="string"&&(n=new Yt(n)),this._credit=n,this.enablePickFeatures=y(e.enablePickFeatures,!0),this._errorEvent=new _e,this._ready=!1;let i=this,o;function r(c){let u=c.tileInfo;if(!l(u))i._useTiles=!1;else{if(i._tileWidth=u.rows,i._tileHeight=u.cols,u.spatialReference.wkid===102100||u.spatialReference.wkid===102113)i._tilingScheme=new Gr({ellipsoid:e.ellipsoid});else if(c.tileInfo.spatialReference.wkid===4326)i._tilingScheme=new ui({ellipsoid:e.ellipsoid});else if(c.fullExtent.spatialReference.wkid===4490)i._tilingScheme=new ui({ellipsoid:e.ellipsoid,tileInfo:c.tileInfo,rectangle:i._rectangle}),i._tilingScheme._tileInfo=c.tileInfo;else{let f=`Tile spatial reference WKID ${c.tileInfo.spatialReference.wkid} is not supported.`;return o=Wn.reportError(o,i,i._errorEvent,f,void 0,void 0,void 0),o.retry?a():Promise.reject(new de(f))}if(i._maximumLevel=y(e.maximumLevel,c.tileInfo.lods.length-1),l(c.fullExtent)){if(l(c.fullExtent.spatialReference)&&l(c.fullExtent.spatialReference.wkid))if(c.fullExtent.spatialReference.wkid===102100||c.fullExtent.spatialReference.wkid===102113){let f=new Vi,d=c.fullExtent,p=f.unproject(new h(Math.max(d.xmin,-i._tilingScheme.ellipsoid.maximumRadius*Math.PI),Math.max(d.ymin,-i._tilingScheme.ellipsoid.maximumRadius*Math.PI),0)),g=f.unproject(new h(Math.min(d.xmax,i._tilingScheme.ellipsoid.maximumRadius*Math.PI),Math.min(d.ymax,i._tilingScheme.ellipsoid.maximumRadius*Math.PI),0));e.rectangle||(i._rectangle=new ce(p.longitude,p.latitude,g.longitude,g.latitude))}else if(c.fullExtent.spatialReference.wkid===4326||c.fullExtent.spatialReference.wkid===4490)e.rectangle||(i._rectangle=ce.fromDegrees(c.fullExtent.xmin,c.fullExtent.ymin,c.fullExtent.xmax,c.fullExtent.ymax));else{let f=`fullExtent.spatialReference WKID ${c.fullExtent.spatialReference.wkid} is not supported.`;return o=Wn.reportError(o,i,i._errorEvent,f,void 0,void 0,void 0),o.retry?a():Promise.reject(new de(f))}}else i._rectangle=i._tilingScheme.rectangle;l(i._tileDiscardPolicy)||(i._tileDiscardPolicy=new fV({missingImageUrl:zme(i,0,0,i._maximumLevel).url,pixelsToCheck:[new H(0,0),new H(200,20),new H(20,200),new H(80,110),new H(160,130)],disableCheckIfAllPixelsAreTransparent:!0})),i._useTiles=!0}return l(c.copyrightText)&&c.copyrightText.length>0&&(i._credit=new Yt(c.copyrightText)),i._ready=!0,Wn.reportSuccess(o),Promise.resolve(!0)}function s(c){let u=`An error occurred while accessing ${i._resource.url}.`;return o=Wn.reportError(o,i,i._errorEvent,u,void 0,void 0,void 0),Promise.reject(new de(u))}function a(){return i._resource.getDerivedResource({queryParameters:{f:"json"}}).fetchJsonp().then(r).catch(s)}this._useTiles?this._readyPromise=a():(this._ready=!0,this._readyPromise=Promise.resolve(!0))}function zme(e,t,n,i,o){let r;if(e._useTiles)r=e._resource.getDerivedResource({url:`tile/${i}/${n}/${t}`,request:o});else{let s=e._tilingScheme.tileXYToNativeRectangle(t,n,i),c={bbox:`${s.west},${s.south},${s.east},${s.north}`,size:`${e._tileWidth},${e._tileHeight}`,format:"png32",transparent:!0,f:"image"};e._tilingScheme.projection instanceof Ai?(c.bboxSR=4326,c.imageSR=4326):(c.bboxSR=3857,c.imageSR=3857),e.layers&&(c.layers=`show:${e.layers}`),r=e._resource.getDerivedResource({url:"export",request:o,queryParameters:c})}return r}Object.defineProperties($D.prototype,{url:{get:function(){return this._resource._url}},token:{get:function(){return this._resource.queryParameters.token}},proxy:{get:function(){return this._resource.proxy}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){return this._maximumLevel}},minimumLevel:{get:function(){return 0}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._rectangle}},tileDiscardPolicy:{get:function(){return this._tileDiscardPolicy}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},usingPrecachedTiles:{get:function(){return this._useTiles}},hasAlphaChannel:{get:function(){return!0}},layers:{get:function(){return this._layers}}});$D.prototype.getTileCredits=function(e,t,n){};$D.prototype.requestImage=function(e,t,n,i){return rl.loadImage(this,zme(this,e,t,n,i))};$D.prototype.pickFeatures=function(e,t,n,i,o){if(!this.enablePickFeatures)return;let r=this._tilingScheme.tileXYToNativeRectangle(e,t,n),s,a,c;if(this._tilingScheme.projection instanceof Ai)s=I.toDegrees(i),a=I.toDegrees(o),c="4326";else{let p=this._tilingScheme.projection.project(new he(i,o,0));s=p.x,a=p.y,c="3857"}let u="visible";l(this._layers)&&(u+=`:${this._layers}`);let f={f:"json",tolerance:2,geometryType:"esriGeometryPoint",geometry:`${s},${a}`,mapExtent:`${r.west},${r.south},${r.east},${r.north}`,imageDisplay:`${this._tileWidth},${this._tileHeight},96`,sr:c,layers:u};return this._resource.getDerivedResource({url:"identify",queryParameters:f}).fetchJson().then(function(p){let g=[],m=p.results;if(!l(m))return g;for(let A=0;A<m.length;++A){let C=m[A],x=new zh;if(x.data=C,x.name=C.value,x.properties=C.attributes,x.configureDescriptionFromProperties(C.attributes),C.geometryType==="esriGeometryPoint"&&C.geometry){let b=C.geometry.spatialReference&&C.geometry.spatialReference.wkid?C.geometry.spatialReference.wkid:4326;if(b===4326||b===4283)x.position=he.fromDegrees(C.geometry.x,C.geometry.y,C.geometry.z);else if(b===102100||b===900913||b===3857){let E=new Vi;x.position=E.unproject(new h(C.geometry.x,C.geometry.y,C.geometry.z))}}g.push(x)}return g})};var qg=$D;function dA(){this._uniformMap=void 0,this._command=void 0,this._colorTexture=void 0,this._depthTexture=void 0,this._ready=!1,this._name="czm_autoexposure",this._logDepthChanged=void 0,this._useLogDepth=void 0,this._framebuffers=void 0,this._previousLuminance=new ci,this._commands=void 0,this._clearCommand=void 0,this._minMaxLuminance=new H,this.enabled=!0,this._enabled=!0,this.minimumLuminance=.1,this.maximumLuminance=10}Object.defineProperties(dA.prototype,{ready:{get:function(){return this._ready}},name:{get:function(){return this._name}},outputTexture:{get:function(){let e=this._framebuffers;if(!!l(e))return e[e.length-1].getColorTexture(0)}}});function Hme(e){let t=e._framebuffers;if(!l(t))return;let n=t.length;for(let i=0;i<n;++i)t[i].destroy();e._framebuffers=void 0,e._previousLuminance.destroy(),e._previousLuminance=void 0}function qtt(e,t){Hme(e);let n=e._width,i=e._height,o=t.halfFloatingPointTexture?qe.HALF_FLOAT:qe.FLOAT,r=Math.ceil(Math.log(Math.max(n,i))/Math.log(3)),s=new Array(r);for(let c=0;c<r;++c)n=Math.max(Math.ceil(n/3),1),i=Math.max(Math.ceil(i/3),1),s[c]=new ci,s[c].update(t,n,i,1,o);let a=s[r-1].getColorTexture(0);e._previousLuminance.update(t,a.width,a.height,1,o),e._framebuffers=s}function Gme(e){let t=e._commands;if(!l(t))return;let n=t.length;for(let i=0;i<n;++i)t[i].shaderProgram.destroy();e._commands=void 0}function Ytt(e,t){let n;if(t===0)n={colorTexture:function(){return e._colorTexture},colorTextureDimensions:function(){return e._colorTexture.dimensions}};else{let i=e._framebuffers[t-1].getColorTexture(0);n={colorTexture:function(){return i},colorTextureDimensions:function(){return i.dimensions}}}return n.minMaxLuminance=function(){return e._minMaxLuminance},n.previousLuminance=function(){return e._previousLuminance.getColorTexture(0)},n}function Xtt(e,t){let n=`uniform sampler2D colorTexture;
varying vec2 v_textureCoordinates;
float sampleTexture(vec2 offset) {
`;return e===0?n+=` vec4 color = texture2D(colorTexture, v_textureCoordinates + offset);
return czm_luminance(color.rgb);
`:n+=` return texture2D(colorTexture, v_textureCoordinates + offset).r;
`,n+=`}
`,n+=`uniform vec2 colorTextureDimensions;
uniform vec2 minMaxLuminance;
uniform sampler2D previousLuminance;
void main() {
float color = 0.0;
float xStep = 1.0 / colorTextureDimensions.x;
float yStep = 1.0 / colorTextureDimensions.y;
int count = 0;
for (int i = 0; i < 3; ++i) {
for (int j = 0; j < 3; ++j) {
vec2 offset;
offset.x = -xStep + float(i) * xStep;
offset.y = -yStep + float(j) * yStep;
if (offset.x < 0.0 || offset.x > 1.0 || offset.y < 0.0 || offset.y > 1.0) {
continue;
}
color += sampleTexture(offset);
++count;
}
}
if (count > 0) {
color /= float(count);
}
`,e===t-1&&(n+=` float previous = texture2D(previousLuminance, vec2(0.5)).r;
color = clamp(color, minMaxLuminance.x, minMaxLuminance.y);
color = previous + (color - previous) / (60.0 * 1.5);
color = clamp(color, minMaxLuminance.x, minMaxLuminance.y);
`),n+=` gl_FragColor = vec4(color);
}
`,n}function Ktt(e,t){Gme(e);let n=e._framebuffers,i=n.length,o=new Array(i);for(let r=0;r<i;++r)o[r]=t.createViewportQuadCommand(Xtt(r,i),{framebuffer:n[r].framebuffer,uniformMap:Ytt(e,r)});e._commands=o}dA.prototype.clear=function(e){let t=this._framebuffers;if(!l(t))return;let n=this._clearCommand;l(n)||(n=this._clearCommand=new ei({color:new U(0,0,0,0),framebuffer:void 0}));let i=t.length;for(let o=0;o<i;++o)t[o].clear(e,n)};dA.prototype.update=function(e){let t=e.drawingBufferWidth,n=e.drawingBufferHeight;(t!==this._width||n!==this._height)&&(this._width=t,this._height=n,qtt(this,e),Ktt(this,e),this._ready||(this._ready=!0)),this._minMaxLuminance.x=this.minimumLuminance,this._minMaxLuminance.y=this.maximumLuminance;let i=this._framebuffers,o=i[i.length-1];i[i.length-1]=this._previousLuminance,this._commands[this._commands.length-1].framebuffer=this._previousLuminance.framebuffer,this._previousLuminance=o};dA.prototype.execute=function(e,t){this._colorTexture=t;let n=this._commands;if(!l(n))return;let i=n.length;for(let o=0;o<i;++o)n[o].execute(e)};dA.prototype.isDestroyed=function(){return!1};dA.prototype.destroy=function(){return Hme(this),Gme(this),le(this)};var dV=dA;var Jtt={AERIAL:"Aerial",AERIAL_WITH_LABELS:"AerialWithLabels",AERIAL_WITH_LABELS_ON_DEMAND:"AerialWithLabelsOnDemand",ROAD:"Road",ROAD_ON_DEMAND:"RoadOnDemand",CANVAS_DARK:"CanvasDark",CANVAS_LIGHT:"CanvasLight",CANVAS_GRAY:"CanvasGray",ORDNANCE_SURVEY:"OrdnanceSurvey",COLLINS_BART:"CollinsBart"},hV=Object.freeze(Jtt);function ev(e){}ev.prototype.isReady=function(){return!0};ev.prototype.shouldDiscardImage=function(e){return ev.EMPTY_IMAGE===e};var mV;Object.defineProperties(ev,{EMPTY_IMAGE:{get:function(){return l(mV)||(mV=new Image,mV.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="),mV}}});var tv=ev;function Ls(e){e=y(e,y.EMPTY_OBJECT);let t=e.key;this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=1,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0,this._key=t,this._resource=Pe.createIfNeeded(e.url),this._resource.appendForwardSlash(),this._tileProtocol=e.tileProtocol,this._mapStyle=y(e.mapStyle,hV.AERIAL),this._culture=y(e.culture,""),this._tileDiscardPolicy=e.tileDiscardPolicy,l(this._tileDiscardPolicy)||(this._tileDiscardPolicy=new tv),this._proxy=e.proxy,this._credit=new Yt(`<a href="http://www.bing.com"><img src="${Ls.logoUrl}" title="Bing Imagery"/></a>`),this._tilingScheme=new Gr({numberOfLevelZeroTilesX:2,numberOfLevelZeroTilesY:2,ellipsoid:e.ellipsoid}),this._tileWidth=void 0,this._tileHeight=void 0,this._maximumLevel=void 0,this._imageUrlTemplate=void 0,this._imageUrlSubdomains=void 0,this._errorEvent=new _e,this._ready=!1;let n=this._tileProtocol;l(n)?n.length>0&&n[n.length-1]===":"&&(n=n.substr(0,n.length-1)):n=document.location.protocol==="http:"?"http":"https";let i=this._resource.getDerivedResource({url:`REST/v1/Imagery/Metadata/${this._mapStyle}`,queryParameters:{incl:"ImageryProviders",key:this._key,uriScheme:n}}),o=this,r;function s(d){if(d.resourceSets.length!==1)return a();let p=d.resourceSets[0].resources[0];o._tileWidth=p.imageWidth,o._tileHeight=p.imageHeight,o._maximumLevel=p.zoomMax-1,o._imageUrlSubdomains=p.imageUrlSubdomains,o._imageUrlTemplate=p.imageUrl;let g=o._attributionList=p.imageryProviders;g||(g=o._attributionList=[]);for(let m=0,A=g.length;m<A;++m){let C=g[m];if(C.credit instanceof Yt)break;C.credit=new Yt(C.attribution);let x=C.coverageAreas;for(let b=0,E=C.coverageAreas.length;b<E;++b){let S=x[b],D=S.bbox;S.bbox=new ce(I.toRadians(D[1]),I.toRadians(D[0]),I.toRadians(D[3]),I.toRadians(D[2]))}}return o._ready=!0,Wn.reportSuccess(r),Promise.resolve(!0)}function a(d){let p=`An error occurred while accessing ${i.url}.`;return r=Wn.reportError(r,o,o._errorEvent,p,void 0,void 0,void 0),r.retry?u():Promise.reject(new de(p))}let c=i.url;function u(){let d=i.fetchJsonp("jsonp");return Ls._metadataCache[c]=d,d.then(s).catch(a)}let f=Ls._metadataCache[c];l(f)?this._readyPromise=f.then(s).catch(a):this._readyPromise=u()}Object.defineProperties(Ls.prototype,{url:{get:function(){return this._resource.url}},proxy:{get:function(){return this._resource.proxy}},key:{get:function(){return this._key}},mapStyle:{get:function(){return this._mapStyle}},culture:{get:function(){return this._culture}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){return this._maximumLevel}},minimumLevel:{get:function(){return 0}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){return this._tileDiscardPolicy}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},hasAlphaChannel:{get:function(){return!1}}});var Ztt=new ce;Ls.prototype.getTileCredits=function(e,t,n){let i=this._tilingScheme.tileXYToRectangle(e,t,n,Ztt);return ent(this._attributionList,n,i)};Ls.prototype.requestImage=function(e,t,n,i){let o=rl.loadImage(this,Qtt(this,e,t,n,i));if(l(o))return o.catch(function(r){return l(r.blob)&&r.blob.size===0?tv.EMPTY_IMAGE:Promise.reject(r)})};Ls.prototype.pickFeatures=function(e,t,n,i,o){};Ls.tileXYToQuadKey=function(e,t,n){let i="";for(let o=n;o>=0;--o){let r=1<<o,s=0;(e&r)!==0&&(s|=1),(t&r)!==0&&(s|=2),i+=s}return i};Ls.quadKeyToTileXY=function(e){let t=0,n=0,i=e.length-1;for(let o=i;o>=0;--o){let r=1<<o,s=+e[i-o];(s&1)!==0&&(t|=r),(s&2)!==0&&(n|=r)}return{x:t,y:n,level:i}};Ls._logoUrl=void 0;Object.defineProperties(Ls,{logoUrl:{get:function(){return l(Ls._logoUrl)||(Ls._logoUrl=Kt("Assets/Images/bing_maps_credit.png")),Ls._logoUrl},set:function(e){Ls._logoUrl=e}}});function Qtt(e,t,n,i,o){let r=e._imageUrlTemplate,s=e._imageUrlSubdomains,a=(t+n+i)%s.length;return e._resource.getDerivedResource({url:r,request:o,templateValues:{quadkey:Ls.tileXYToQuadKey(t,n,i),subdomain:s[a],culture:e._culture},queryParameters:{n:"z"}})}var $tt=new ce;function ent(e,t,n){++t;let i=[];for(let o=0,r=e.length;o<r;++o){let s=e[o],a=s.coverageAreas,c=!1;for(let u=0,f=s.coverageAreas.length;!c&&u<f;++u){let d=a[u];if(t>=d.zoomMin&&t<=d.zoomMax){let p=ce.intersection(n,d.bbox,$tt);l(p)&&(c=!0)}}c&&i.push(s.credit)}return i}Ls._metadataCache={};var pV=Ls;var tnt=new h(1,1,1);function aj(e){e=y(e,tnt),this._dimensions=h.clone(e)}Object.defineProperties(aj.prototype,{dimensions:{get:function(){return this._dimensions},set:function(e){h.clone(e,this._dimensions)}}});var nnt=new h;aj.prototype.emit=function(e){let t=this._dimensions,n=h.multiplyByScalar(t,.5,nnt),i=I.randomBetween(-n.x,n.x),o=I.randomBetween(-n.y,n.y),r=I.randomBetween(-n.z,n.z);e.position=h.fromElements(i,o,r,e.position),e.velocity=h.normalize(e.position,e.velocity)};var Wme=aj;function nv(){this._colorTexture=void 0,this._drawCommand=void 0}Object.defineProperties(nv.prototype,{colorTexture:{get:function(){return this._colorTexture}}});function int(e,t,n){let i=t.createViewportQuadCommand(Hk,{framebuffer:n,renderState:Ne.fromCache({viewport:new He(0,0,256,256)})});e._drawCommand=i}nv.prototype.update=function(e){if(!l(this._colorTexture)){let t=e.context,n=new Rt({context:t,width:256,height:256,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,sampler:dn.NEAREST});this._colorTexture=n;let i=new Xs({context:t,colorTextures:[n],destroyAttachments:!1});int(this,t,i),this._drawCommand.execute(t),i.destroy(),this._drawCommand.shaderProgram=this._drawCommand.shaderProgram&&this._drawCommand.shaderProgram.destroy()}};nv.prototype.isDestroyed=function(){return!1};nv.prototype.destroy=function(){return this._colorTexture=this._colorTexture&&this._colorTexture.destroy(),le(this)};var _V=nv;var Xme={};function ont(e,t,n){let i,o,r;if(e instanceof gi){let s=Math.tan(.5*e.fovy);return i=e.near,o=e.near*s,r=e.aspectRatio*o,Math.max(t*i/r,n*i/o)}else if(e instanceof il)return i=e.near,o=e.top,r=e.right,Math.max(t*i/r,n*i/o);return Math.max(t,n)}var rnt=new h,jme=new h;function Kme(e,t,n,i){if(l(i)&&n(.5)>i){let o=n(0),r=n(1),s=n(.5),a=s-o,c=s-r;return function(u){let f=n(u);if(u<=.5){let p=(f-o)/a;return I.lerp(e,-I.PI_OVER_TWO,p)}let d=(f-r)/c;return I.lerp(-I.PI_OVER_TWO,t,1-d)}}return function(o){return I.lerp(e,t,o)}}function lj(e,t,n,i,o){let r=o,s=Math.max(n,i);if(!l(r)){let a=e.position,c=t,u=e.up,f=e.right,d=e.frustum,p=h.subtract(a,c,rnt),g=h.magnitude(h.multiplyByScalar(u,h.dot(p,u),jme)),m=h.magnitude(h.multiplyByScalar(f,h.dot(p,f),jme));r=Math.min(ont(d,g,m)*.2,1e9)}if(s<r){let u=-Math.pow((r-n)*1e6,.125),f=Math.pow((r-i)*1e6,1/8);return function(d){let p=d*(f-u)+u;return-Math.pow(p,8)/1e6+r}}return function(a){return I.lerp(n,i,a)}}function iv(e,t){return I.equalsEpsilon(e,I.TWO_PI,I.EPSILON11)&&(e=0),t>e+Math.PI?e+=I.TWO_PI:t<e-Math.PI&&(e-=I.TWO_PI),e}var Jme=new h;function snt(e,t,n,i,o,r,s,a){let c=e.camera,u=h.clone(c.position,Jme),f=c.pitch,d=iv(c.heading,i),p=iv(c.roll,r),g=lj(c,n,u.z,n.z,s),m=Kme(f,o,g,a);function A(C){let x=C.time/t;c.setView({orientation:{heading:I.lerp(d,i,x),pitch:m(x),roll:I.lerp(p,r,x)}}),H.lerp(u,n,x,c.position),c.position.z=g(x)}return A}function ant(e,t){e.longitude<t.longitude?e.longitude+=I.TWO_PI:t.longitude+=I.TWO_PI}function cnt(e,t){let n=e.longitude-t.longitude;n<-I.PI?e.longitude+=I.TWO_PI:n>I.PI&&(t.longitude+=I.TWO_PI)}var lnt=new he,unt=new he;function fnt(e,t,n,i,o,r,s,a,c,u){let f=e.camera,p=e.mapProjection.ellipsoid,g=he.clone(f.positionCartographic,lnt),m=f.pitch,A=iv(f.heading,i),C=iv(f.roll,r),x=p.cartesianToCartographic(n,unt);g.longitude=I.zeroToTwoPi(g.longitude),x.longitude=I.zeroToTwoPi(x.longitude);let b=!1;if(l(a)){let v=I.zeroToTwoPi(a),O=Math.min(g.longitude,x.longitude),R=Math.max(g.longitude,x.longitude),M=v>=O&&v<=R;if(l(c)){let L=Math.abs(g.longitude-x.longitude),_=I.TWO_PI-L;(M?L:_)<(M?_:L)*c&&!M&&(b=!0)}else M||(b=!0)}b?ant(g,x):cnt(g,x);let E=lj(f,n,g.height,x.height,s),S=Kme(m,o,E,u);function D(){let v=g.longitude,O=x.longitude,R=g.latitude,M=x.latitude;return function(_){let T=_.time/t,w=h.fromRadians(I.lerp(v,O,T),I.lerp(R,M,T),E(T),p);f.setView({destination:w,orientation:{heading:I.lerp(A,i,T),pitch:S(T),roll:I.lerp(C,r,T)}})}}return D()}function dnt(e,t,n,i,o,r,s){let a=e.camera,c=h.clone(a.position,Jme),u=iv(a.heading,i),f=a.frustum.right-a.frustum.left,d=lj(a,n,f,n.z,s);function p(g){let m=g.time/t;a.setView({orientation:{heading:I.lerp(u,i,m)}}),H.lerp(c,n,m,a.position);let A=d(m),C=a.frustum,x=C.top/C.right,b=(A-(C.right-C.left))*.5;C.right+=b,C.left-=b,C.top=x*C.right,C.bottom=-C.top}return p}var qme=new he,hnt=new h;function cj(e,t){return{startObject:{},stopObject:{},duration:0,complete:e,cancel:t}}function Yme(e,t){function n(){typeof t=="function"&&t(),e.enableInputs=!0}return n}Xme.createTween=function(e,t){t=y(t,y.EMPTY_OBJECT);let n=t.destination,i=e.mode;if(i===ee.MORPHING)return cj();let o=y(t.convert,!0),r=e.mapProjection,s=r.ellipsoid,a=t.maximumHeight,c=t.flyOverLongitude,u=t.flyOverLongitudeWeight,f=t.pitchAdjustHeight,d=t.easingFunction;o&&i!==ee.SCENE3D&&(s.cartesianToCartographic(n,qme),n=r.project(qme,hnt));let p=e.camera,g=t.endTransform;l(g)&&p._setTransform(g);let m=t.duration;l(m)||(m=Math.ceil(h.distance(p.position,n)/1e6)+2,m=Math.min(m,3));let A=y(t.heading,0),C=y(t.pitch,-I.PI_OVER_TWO),x=y(t.roll,0),b=e.screenSpaceCameraController;b.enableInputs=!1;let E=Yme(b,t.complete),S=Yme(b,t.cancel),D=p.frustum,v=e.mode===ee.SCENE2D;if(v=v&&H.equalsEpsilon(p.position,n,I.EPSILON6),v=v&&I.equalsEpsilon(Math.max(D.right-D.left,D.top-D.bottom),n.z,I.EPSILON6),v=v||e.mode!==ee.SCENE2D&&h.equalsEpsilon(n,p.position,I.EPSILON10),v=v&&I.equalsEpsilon(I.negativePiToPi(A),I.negativePiToPi(p.heading),I.EPSILON10)&&I.equalsEpsilon(I.negativePiToPi(C),I.negativePiToPi(p.pitch),I.EPSILON10)&&I.equalsEpsilon(I.negativePiToPi(x),I.negativePiToPi(p.roll),I.EPSILON10),v)return cj(E,S);let O=new Array(4);if(O[ee.SCENE2D]=dnt,O[ee.SCENE3D]=fnt,O[ee.COLUMBUS_VIEW]=snt,m<=0)return cj(function(){O[i](e,1,n,A,C,x,a,c,u,f)({time:1}),typeof E=="function"&&E()},S);let R=O[i](e,m,n,A,C,x,a,c,u,f);if(!l(d)){let M=p.positionCartographic.height,L=i===ee.SCENE3D?s.cartesianToCartographic(n).height:n.z;M>L&&M>11500?d=Br.CUBIC_OUT:d=Br.QUINTIC_IN_OUT}return{duration:m,easingFunction:d,startObject:{time:0},stopObject:{time:m},update:R,complete:E,cancel:S}};var gV=Xme;var mnt={ROTATE:0,INFINITE_SCROLL:1},Xl=Object.freeze(mnt);function Wt(e){this._scene=e,this._transform=F.clone(F.IDENTITY),this._invTransform=F.clone(F.IDENTITY),this._actualTransform=F.clone(F.IDENTITY),this._actualInvTransform=F.clone(F.IDENTITY),this._transformChanged=!1,this.position=new h,this._position=new h,this._positionWC=new h,this._positionCartographic=new he,this._oldPositionWC=void 0,this.positionWCDeltaMagnitude=0,this.positionWCDeltaMagnitudeLastFrame=0,this.timeSinceMoved=0,this._lastMovedTimestamp=0,this.direction=new h,this._direction=new h,this._directionWC=new h,this.up=new h,this._up=new h,this._upWC=new h,this.right=new h,this._right=new h,this._rightWC=new h,this.frustum=new gi,this.frustum.aspectRatio=e.drawingBufferWidth/e.drawingBufferHeight,this.frustum.fov=I.toRadians(60),this.defaultMoveAmount=1e5,this.defaultLookAmount=Math.PI/60,this.defaultRotateAmount=Math.PI/3600,this.defaultZoomAmount=1e5,this.constrainedAxis=void 0,this.maximumZoomFactor=1.5,this._moveStart=new _e,this._moveEnd=new _e,this._changed=new _e,this._changedPosition=void 0,this._changedDirection=void 0,this._changedFrustum=void 0,this._changedHeading=void 0,this.percentageChanged=.5,this._viewMatrix=new F,this._invViewMatrix=new F,ope(this),this._mode=ee.SCENE3D,this._modeChanged=!0;let t=e.mapProjection;this._projection=t,this._maxCoord=t.project(new he(Math.PI,I.PI_OVER_TWO)),this._max2Dfrustum=void 0,_pe(this,Wt.DEFAULT_VIEW_RECTANGLE,this.position,!0);let n=h.magnitude(this.position);n+=n*Wt.DEFAULT_VIEW_FACTOR,h.normalize(this.position,this.position),h.multiplyByScalar(this.position,n,this.position)}Wt.TRANSFORM_2D=new F(0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1);Wt.TRANSFORM_2D_INVERSE=F.inverseTransformation(Wt.TRANSFORM_2D,new F);Wt.DEFAULT_VIEW_RECTANGLE=ce.fromDegrees(-95,-20,-70,90);Wt.DEFAULT_VIEW_FACTOR=.5;Wt.DEFAULT_OFFSET=new qu(0,-I.PI_OVER_FOUR,0);function ope(e){F.computeView(e._position,e._direction,e._up,e._right,e._viewMatrix),F.multiply(e._viewMatrix,e._actualInvTransform,e._viewMatrix),F.inverseTransformation(e._viewMatrix,e._invViewMatrix)}function pnt(e){if(!l(e._oldPositionWC))e._oldPositionWC=h.clone(e.positionWC,e._oldPositionWC);else{e.positionWCDeltaMagnitudeLastFrame=e.positionWCDeltaMagnitude;let t=h.subtract(e.positionWC,e._oldPositionWC,e._oldPositionWC);e.positionWCDeltaMagnitude=h.magnitude(t),e._oldPositionWC=h.clone(e.positionWC,e._oldPositionWC),e.positionWCDeltaMagnitude>0?(e.timeSinceMoved=0,e._lastMovedTimestamp=wi()):e.timeSinceMoved=Math.max(wi()-e._lastMovedTimestamp,0)/1e3}}Wt.prototype.canPreloadFlight=function(){return l(this._currentFlight)&&this._mode!==ee.SCENE2D};Wt.prototype._updateCameraChanged=function(){let e=this;if(pnt(e),e._changed.numberOfListeners===0)return;let t=e.percentageChanged,n=e.heading;l(e._changedHeading)||(e._changedHeading=n);let i=Math.abs(e._changedHeading-n)%I.TWO_PI;i=i>I.PI?I.TWO_PI-i:i;let o=i/Math.PI;if(o>t&&(e._changed.raiseEvent(o),e._changedHeading=n),e._mode===ee.SCENE2D){if(!l(e._changedFrustum)){e._changedPosition=h.clone(e.position,e._changedPosition),e._changedFrustum=e.frustum.clone();return}let u=e.position,f=e._changedPosition,d=e.frustum,p=e._changedFrustum,g=u.x+d.left,m=u.x+d.right,A=f.x+p.left,C=f.x+p.right,x=u.y+d.bottom,b=u.y+d.top,E=f.y+p.bottom,S=f.y+p.top,D=Math.max(g,A),v=Math.min(m,C),O=Math.max(x,E),R=Math.min(b,S),M;if(D>=v||O>=b)M=1;else{let L=p;g<A&&m>C&&x<E&&b>S&&(L=d),M=1-(v-D)*(R-O)/((L.right-L.left)*(L.top-L.bottom))}M>t&&(e._changed.raiseEvent(M),e._changedPosition=h.clone(e.position,e._changedPosition),e._changedFrustum=e.frustum.clone(e._changedFrustum));return}if(!l(e._changedDirection)){e._changedPosition=h.clone(e.positionWC,e._changedPosition),e._changedDirection=h.clone(e.directionWC,e._changedDirection);return}let r=I.acosClamped(h.dot(e.directionWC,e._changedDirection)),s;l(e.frustum.fovy)?s=r/(e.frustum.fovy*.5):s=r;let c=h.distance(e.positionWC,e._changedPosition)/e.positionCartographic.height;(s>t||c>t)&&(e._changed.raiseEvent(Math.max(s,c)),e._changedPosition=h.clone(e.positionWC,e._changedPosition),e._changedDirection=h.clone(e.directionWC,e._changedDirection))};function _nt(e){vt.basisTo2D(e._projection,e._transform,e._actualTransform)}var gnt=new he,ynt=new h,yV=new h,Ant=new se,Cnt=new se,xnt=new se,Tnt=new se,Ent=new se;function bnt(e){let t=e._projection,n=t.ellipsoid,i=F.getColumn(e._transform,3,Ant),o=n.cartesianToCartographic(i,gnt),r=t.project(o,ynt),s=Cnt;s.x=r.z,s.y=r.x,s.z=r.y,s.w=1;let a=se.clone(se.UNIT_X,Ent),c=se.add(F.getColumn(e._transform,0,yV),i,yV);n.cartesianToCartographic(c,o),t.project(o,r);let u=xnt;u.x=r.z,u.y=r.x,u.z=r.y,u.w=0,h.subtract(u,s,u),u.x=0;let f=Tnt;if(h.magnitudeSquared(u)>I.EPSILON10)h.cross(a,u,f);else{let d=se.add(F.getColumn(e._transform,1,yV),i,yV);n.cartesianToCartographic(d,o),t.project(o,r),f.x=r.z,f.y=r.x,f.z=r.y,f.w=0,h.subtract(f,s,f),f.x=0,h.magnitudeSquared(f)<I.EPSILON10&&(se.clone(se.UNIT_Y,u),se.clone(se.UNIT_Z,f))}h.cross(f,a,u),h.normalize(u,u),h.cross(a,u,f),h.normalize(f,f),F.setColumn(e._actualTransform,0,u,e._actualTransform),F.setColumn(e._actualTransform,1,f,e._actualTransform),F.setColumn(e._actualTransform,2,a,e._actualTransform),F.setColumn(e._actualTransform,3,s,e._actualTransform)}var uj=new h;function Na(e){let t=e._mode,n=!1,i=0;t===ee.SCENE2D&&(i=e.frustum.right-e.frustum.left,n=i!==e._positionCartographic.height);let o=e._position,r=!h.equals(o,e.position)||n;r&&(o=h.clone(e.position,e._position));let s=e._direction,a=!h.equals(s,e.direction);a&&(h.normalize(e.direction,e.direction),s=h.clone(e.direction,e._direction));let c=e._up,u=!h.equals(c,e.up);u&&(h.normalize(e.up,e.up),c=h.clone(e.up,e._up));let f=e._right,d=!h.equals(f,e.right);d&&(h.normalize(e.right,e.right),f=h.clone(e.right,e._right));let p=e._transformChanged||e._modeChanged;e._transformChanged=!1,p&&(F.inverseTransformation(e._transform,e._invTransform),e._mode===ee.COLUMBUS_VIEW||e._mode===ee.SCENE2D?F.equals(F.IDENTITY,e._transform)?F.clone(Wt.TRANSFORM_2D,e._actualTransform):e._mode===ee.COLUMBUS_VIEW?_nt(e):bnt(e):F.clone(e._transform,e._actualTransform),F.inverseTransformation(e._actualTransform,e._actualInvTransform),e._modeChanged=!1);let g=e._actualTransform;if(r||p)if(e._positionWC=F.multiplyByPoint(g,o,e._positionWC),t===ee.SCENE3D||t===ee.MORPHING)e._positionCartographic=e._projection.ellipsoid.cartesianToCartographic(e._positionWC,e._positionCartographic);else{let m=uj;m.x=e._positionWC.y,m.y=e._positionWC.z,m.z=e._positionWC.x,t===ee.SCENE2D&&(m.z=i),e._projection.unproject(m,e._positionCartographic)}if(a||u||d){let m=h.dot(s,h.cross(c,f,uj));if(Math.abs(1-m)>I.EPSILON2){let A=1/h.magnitudeSquared(c),C=h.dot(c,s)*A,x=h.multiplyByScalar(s,C,uj);c=h.normalize(h.subtract(c,x,e._up),e._up),h.clone(c,e.up),f=h.cross(s,c,e._right),h.clone(f,e.right)}}(a||p)&&(e._directionWC=F.multiplyByPointAsVector(g,s,e._directionWC),h.normalize(e._directionWC,e._directionWC)),(u||p)&&(e._upWC=F.multiplyByPointAsVector(g,c,e._upWC),h.normalize(e._upWC,e._upWC)),(d||p)&&(e._rightWC=F.multiplyByPointAsVector(g,f,e._rightWC),h.normalize(e._rightWC,e._rightWC)),(r||a||u||d||p)&&ope(e)}function rpe(e,t){let n;return I.equalsEpsilon(Math.abs(e.z),1,I.EPSILON3)?n=Math.atan2(t.y,t.x)-I.PI_OVER_TWO:n=Math.atan2(e.y,e.x)-I.PI_OVER_TWO,I.TWO_PI-I.zeroToTwoPi(n)}function spe(e){return I.PI_OVER_TWO-I.acosClamped(e.z)}function ape(e,t,n){let i=0;return I.equalsEpsilon(Math.abs(e.z),1,I.EPSILON3)||(i=Math.atan2(-n.z,t.z),i=I.zeroToTwoPi(i+I.TWO_PI)),i}var xV=new F,TV=new F;Object.defineProperties(Wt.prototype,{transform:{get:function(){return this._transform}},inverseTransform:{get:function(){return Na(this),this._invTransform}},viewMatrix:{get:function(){return Na(this),this._viewMatrix}},inverseViewMatrix:{get:function(){return Na(this),this._invViewMatrix}},positionCartographic:{get:function(){return Na(this),this._positionCartographic}},positionWC:{get:function(){return Na(this),this._positionWC}},directionWC:{get:function(){return Na(this),this._directionWC}},upWC:{get:function(){return Na(this),this._upWC}},rightWC:{get:function(){return Na(this),this._rightWC}},heading:{get:function(){if(this._mode!==ee.MORPHING){let e=this._projection.ellipsoid,t=F.clone(this._transform,xV),n=vt.eastNorthUpToFixedFrame(this.positionWC,e,TV);this._setTransform(n);let i=rpe(this.direction,this.up);return this._setTransform(t),i}}},pitch:{get:function(){if(this._mode!==ee.MORPHING){let e=this._projection.ellipsoid,t=F.clone(this._transform,xV),n=vt.eastNorthUpToFixedFrame(this.positionWC,e,TV);this._setTransform(n);let i=spe(this.direction);return this._setTransform(t),i}}},roll:{get:function(){if(this._mode!==ee.MORPHING){let e=this._projection.ellipsoid,t=F.clone(this._transform,xV),n=vt.eastNorthUpToFixedFrame(this.positionWC,e,TV);this._setTransform(n);let i=ape(this.direction,this.up,this.right);return this._setTransform(t),i}}},moveStart:{get:function(){return this._moveStart}},moveEnd:{get:function(){return this._moveEnd}},changed:{get:function(){return this._changed}}});Wt.prototype.update=function(e){let t=!1;if(e!==this._mode&&(this._mode=e,this._modeChanged=e!==ee.MORPHING,t=this._mode===ee.SCENE2D),t){let n=this._max2Dfrustum=this.frustum.clone(),i=2,o=n.top/n.right;n.right=this._maxCoord.x*i,n.left=-n.right,n.top=o*n.right,n.bottom=-n.top}this._mode===ee.SCENE2D&&fpe(this,this.position)};var Snt=new h,wnt=new h,Dnt=new h;Wt.prototype._setTransform=function(e){let t=h.clone(this.positionWC,Snt),n=h.clone(this.upWC,wnt),i=h.clone(this.directionWC,Dnt);F.clone(e,this._transform),this._transformChanged=!0,Na(this);let o=this._actualInvTransform;F.multiplyByPoint(o,t,this.position),F.multiplyByPointAsVector(o,i,this.direction),F.multiplyByPointAsVector(o,n,this.up),h.cross(this.direction,this.up,this.right),Na(this)};var vnt=new H,Pnt=new En,Int=new h,Ont=new h;function cpe(e){if(!F.equals(F.IDENTITY,e.transform))return h.magnitude(e.position);let t=e._scene,n=t.globe,i=vnt;i.x=t.drawingBufferWidth/2,i.y=t.drawingBufferHeight/2;let o;if(l(n)){let a=e.getPickRay(i,Pnt);o=n.pickWorldCoordinates(a,t,!0,Int)}let r;t.pickPositionSupported&&(r=t.pickPositionWorldCoordinates(i,Ont));let s;if(l(o)||l(r)){let a=l(r)?h.distance(r,e.positionWC):Number.POSITIVE_INFINITY,c=l(o)?h.distance(o,e.positionWC):Number.POSITIVE_INFINITY;s=Math.min(a,c)}else s=Math.max(e.positionCartographic.height,0);return s}Wt.prototype._adjustOrthographicFrustum=function(e){this.frustum instanceof Jt&&(!e&&this._positionCartographic.height<15e4||(this.frustum.width=cpe(this)))};var EV=new h,pj=new F,Bnt=new F,_j=new Be,gj=new Q,lpe=new he;function Rnt(e,t,n){let i=F.clone(e.transform,pj),o=vt.eastNorthUpToFixedFrame(t,e._projection.ellipsoid,Bnt);e._setTransform(o),h.clone(h.ZERO,e.position),n.heading=n.heading-I.PI_OVER_TWO;let r=Be.fromHeadingPitchRoll(n,_j),s=Q.fromQuaternion(r,gj);Q.getColumn(s,0,e.direction),Q.getColumn(s,2,e.up),h.cross(e.direction,e.up,e.right),e._setTransform(i),e._adjustOrthographicFrustum(!0)}function Mnt(e,t,n,i){let o=F.clone(e.transform,pj);if(e._setTransform(F.IDENTITY),!h.equals(t,e.positionWC)){if(i){let a=e._projection,c=a.ellipsoid.cartesianToCartographic(t,lpe);t=a.project(c,EV)}h.clone(t,e.position)}n.heading=n.heading-I.PI_OVER_TWO;let r=Be.fromHeadingPitchRoll(n,_j),s=Q.fromQuaternion(r,gj);Q.getColumn(s,0,e.direction),Q.getColumn(s,2,e.up),h.cross(e.direction,e.up,e.right),e._setTransform(o),e._adjustOrthographicFrustum(!0)}function Lnt(e,t,n,i){let o=F.clone(e.transform,pj);if(e._setTransform(F.IDENTITY),!h.equals(t,e.positionWC)){if(i){let c=e._projection,u=c.ellipsoid.cartesianToCartographic(t,lpe);t=c.project(u,EV)}H.clone(t,e.position);let r=-t.z*.5,s=-r,a=e.frustum;if(s>r){let c=a.top/a.right;a.right=s,a.left=r,a.top=a.right*c,a.bottom=-a.top}}if(e._scene.mapMode2D===Xl.ROTATE){n.heading=n.heading-I.PI_OVER_TWO,n.pitch=-I.PI_OVER_TWO,n.roll=0;let r=Be.fromHeadingPitchRoll(n,_j),s=Q.fromQuaternion(r,gj);Q.getColumn(s,2,e.up),h.cross(e.direction,e.up,e.right)}e._setTransform(o)}var Fnt=new h,Nnt=new h,knt=new h;function upe(e,t,n,i){let o=h.clone(n.direction,Fnt),r=h.clone(n.up,Nnt);if(e._scene.mode===ee.SCENE3D){let a=e._projection.ellipsoid,c=vt.eastNorthUpToFixedFrame(t,a,xV),u=F.inverseTransformation(c,TV);F.multiplyByPointAsVector(u,o,o),F.multiplyByPointAsVector(u,r,r)}let s=h.cross(o,r,knt);return i.heading=rpe(o,r),i.pitch=spe(o),i.roll=ape(o,r,s),i}var mj={destination:void 0,orientation:{direction:void 0,up:void 0,heading:void 0,pitch:void 0,roll:void 0},convert:void 0,endTransform:void 0},vE=new mf;Wt.prototype.setView=function(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.orientation,y.EMPTY_OBJECT),n=this._mode;if(n===ee.MORPHING)return;l(e.endTransform)&&this._setTransform(e.endTransform);let i=y(e.convert,!0),o=y(e.destination,h.clone(this.positionWC,EV));l(o)&&l(o.west)&&(o=this.getRectangleCameraCoordinates(o,EV),i=!1),l(t.direction)&&(t=upe(this,o,t,mj.orientation)),vE.heading=y(t.heading,0),vE.pitch=y(t.pitch,-I.PI_OVER_TWO),vE.roll=y(t.roll,0),n===ee.SCENE3D?Rnt(this,o,vE):n===ee.SCENE2D?Lnt(this,o,vE,i):Mnt(this,o,vE,i)};var Vnt=new h;Wt.prototype.flyHome=function(e){let t=this._mode;if(t===ee.MORPHING&&this._scene.completeMorph(),t===ee.SCENE2D)this.flyTo({destination:Wt.DEFAULT_VIEW_RECTANGLE,duration:e,endTransform:F.IDENTITY});else if(t===ee.SCENE3D){let n=this.getRectangleCameraCoordinates(Wt.DEFAULT_VIEW_RECTANGLE),i=h.magnitude(n);i+=i*Wt.DEFAULT_VIEW_FACTOR,h.normalize(n,n),h.multiplyByScalar(n,i,n),this.flyTo({destination:n,duration:e,endTransform:F.IDENTITY})}else if(t===ee.COLUMBUS_VIEW){let n=this._projection.ellipsoid.maximumRadius,i=new h(0,-1,1);i=h.multiplyByScalar(h.normalize(i,i),5*n,i),this.flyTo({destination:i,duration:e,orientation:{heading:0,pitch:-Math.acos(h.normalize(i,Vnt).z),roll:0},endTransform:F.IDENTITY,convert:!1})}};Wt.prototype.worldToCameraCoordinates=function(e,t){return l(t)||(t=new se),Na(this),F.multiplyByVector(this._actualInvTransform,e,t)};Wt.prototype.worldToCameraCoordinatesPoint=function(e,t){return l(t)||(t=new h),Na(this),F.multiplyByPoint(this._actualInvTransform,e,t)};Wt.prototype.worldToCameraCoordinatesVector=function(e,t){return l(t)||(t=new h),Na(this),F.multiplyByPointAsVector(this._actualInvTransform,e,t)};Wt.prototype.cameraToWorldCoordinates=function(e,t){return l(t)||(t=new se),Na(this),F.multiplyByVector(this._actualTransform,e,t)};Wt.prototype.cameraToWorldCoordinatesPoint=function(e,t){return l(t)||(t=new h),Na(this),F.multiplyByPoint(this._actualTransform,e,t)};Wt.prototype.cameraToWorldCoordinatesVector=function(e,t){return l(t)||(t=new h),Na(this),F.multiplyByPointAsVector(this._actualTransform,e,t)};function fpe(e,t){let n=e._scene.mapMode2D===Xl.ROTATE,i=e._maxCoord.x,o=e._maxCoord.y,r,s;n?(s=i,r=-s):(s=t.x-i*2,r=t.x+i*2),t.x>i&&(t.x=s),t.x<-i&&(t.x=r),t.y>o&&(t.y=o),t.y<-o&&(t.y=-o)}var Zme=new h;Wt.prototype.move=function(e,t){let n=this.position;h.multiplyByScalar(e,t,Zme),h.add(n,Zme,n),this._mode===ee.SCENE2D&&fpe(this,n),this._adjustOrthographicFrustum(!0)};Wt.prototype.moveForward=function(e){e=y(e,this.defaultMoveAmount),this._mode===ee.SCENE2D?bV(this,e):this.move(this.direction,e)};Wt.prototype.moveBackward=function(e){e=y(e,this.defaultMoveAmount),this._mode===ee.SCENE2D?bV(this,-e):this.move(this.direction,-e)};Wt.prototype.moveUp=function(e){e=y(e,this.defaultMoveAmount),this.move(this.up,e)};Wt.prototype.moveDown=function(e){e=y(e,this.defaultMoveAmount),this.move(this.up,-e)};Wt.prototype.moveRight=function(e){e=y(e,this.defaultMoveAmount),this.move(this.right,e)};Wt.prototype.moveLeft=function(e){e=y(e,this.defaultMoveAmount),this.move(this.right,-e)};Wt.prototype.lookLeft=function(e){e=y(e,this.defaultLookAmount),this._mode!==ee.SCENE2D&&this.look(this.up,-e)};Wt.prototype.lookRight=function(e){e=y(e,this.defaultLookAmount),this._mode!==ee.SCENE2D&&this.look(this.up,e)};Wt.prototype.lookUp=function(e){e=y(e,this.defaultLookAmount),this._mode!==ee.SCENE2D&&this.look(this.right,-e)};Wt.prototype.lookDown=function(e){e=y(e,this.defaultLookAmount),this._mode!==ee.SCENE2D&&this.look(this.right,e)};var Unt=new Be,znt=new Q;Wt.prototype.look=function(e,t){let n=y(t,this.defaultLookAmount),i=Be.fromAxisAngle(e,-n,Unt),o=Q.fromQuaternion(i,znt),r=this.direction,s=this.up,a=this.right;Q.multiplyByVector(o,r,r),Q.multiplyByVector(o,s,s),Q.multiplyByVector(o,a,a)};Wt.prototype.twistLeft=function(e){e=y(e,this.defaultLookAmount),this.look(this.direction,e)};Wt.prototype.twistRight=function(e){e=y(e,this.defaultLookAmount),this.look(this.direction,-e)};var Hnt=new Be,Gnt=new Q;Wt.prototype.rotate=function(e,t){let n=y(t,this.defaultRotateAmount),i=Be.fromAxisAngle(e,-n,Hnt),o=Q.fromQuaternion(i,Gnt);Q.multiplyByVector(o,this.position,this.position),Q.multiplyByVector(o,this.direction,this.direction),Q.multiplyByVector(o,this.up,this.up),h.cross(this.direction,this.up,this.right),h.cross(this.right,this.direction,this.up),this._adjustOrthographicFrustum(!1)};Wt.prototype.rotateDown=function(e){e=y(e,this.defaultRotateAmount),dpe(this,e)};Wt.prototype.rotateUp=function(e){e=y(e,this.defaultRotateAmount),dpe(this,-e)};var Wnt=new h,jnt=new h,qnt=new h,Qme=new h;function dpe(e,t){let n=e.position;if(l(e.constrainedAxis)&&!h.equalsEpsilon(e.position,h.ZERO,I.EPSILON2)){let i=h.normalize(n,Wnt),o=h.equalsEpsilon(i,e.constrainedAxis,I.EPSILON2),r=h.equalsEpsilon(i,h.negate(e.constrainedAxis,Qme),I.EPSILON2);if(!o&&!r){let s=h.normalize(e.constrainedAxis,jnt),a=h.dot(i,s),c=I.acosClamped(a);t>0&&t>c&&(t=c-I.EPSILON4),a=h.dot(i,h.negate(s,Qme)),c=I.acosClamped(a),t<0&&-t>c&&(t=-c+I.EPSILON4);let u=h.cross(s,i,qnt);e.rotate(u,t)}else(o&&t<0||r&&t>0)&&e.rotate(e.right,t)}else e.rotate(e.right,t)}Wt.prototype.rotateRight=function(e){e=y(e,this.defaultRotateAmount),hpe(this,-e)};Wt.prototype.rotateLeft=function(e){e=y(e,this.defaultRotateAmount),hpe(this,e)};function hpe(e,t){l(e.constrainedAxis)?e.rotate(e.constrainedAxis,t):e.rotate(e.up,t)}function bV(e,t){let n=e.frustum,i;if(t=t*.5,Math.abs(n.top)+Math.abs(n.bottom)>Math.abs(n.left)+Math.abs(n.right)){let o=n.top-t,r=n.bottom+t,s=e._maxCoord.y;e._scene.mapMode2D===Xl.ROTATE&&(s*=e.maximumZoomFactor),r>s&&(r=s,o=-s),o<=r&&(o=1,r=-1),i=n.right/n.top,n.top=o,n.bottom=r,n.right=n.top*i,n.left=-n.right}else{let o=n.right-t,r=n.left+t,s=e._maxCoord.x;e._scene.mapMode2D===Xl.ROTATE&&(s*=e.maximumZoomFactor),o>s&&(o=s,r=-s),o<=r&&(o=1,r=-1),i=n.top/n.right,n.right=o,n.left=r,n.top=n.right*i,n.bottom=-n.top}}function mpe(e,t){e.move(e.direction,t)}Wt.prototype.zoomIn=function(e){e=y(e,this.defaultZoomAmount),this._mode===ee.SCENE2D?bV(this,e):mpe(this,e)};Wt.prototype.zoomOut=function(e){e=y(e,this.defaultZoomAmount),this._mode===ee.SCENE2D?bV(this,-e):mpe(this,-e)};Wt.prototype.getMagnitude=function(){if(this._mode===ee.SCENE3D)return h.magnitude(this.position);if(this._mode===ee.COLUMBUS_VIEW)return Math.abs(this.position.z);if(this._mode===ee.SCENE2D)return Math.max(this.frustum.right-this.frustum.left,this.frustum.top-this.frustum.bottom)};var Ynt=new F;Wt.prototype.lookAt=function(e,t){let n=vt.eastNorthUpToFixedFrame(e,ie.WGS84,Ynt);this.lookAtTransform(n,t)};var Xnt=new h,Knt=new Be,Jnt=new Be,Znt=new Q;function ppe(e,t,n){t=I.clamp(t,-I.PI_OVER_TWO,I.PI_OVER_TWO),e=I.zeroToTwoPi(e)-I.PI_OVER_TWO;let i=Be.fromAxisAngle(h.UNIT_Y,-t,Knt),o=Be.fromAxisAngle(h.UNIT_Z,-e,Jnt),r=Be.multiply(o,i,o),s=Q.fromQuaternion(r,Znt),a=h.clone(h.UNIT_X,Xnt);return Q.multiplyByVector(s,a,a),h.negate(a,a),h.multiplyByScalar(a,n,a),a}Wt.prototype.lookAtTransform=function(e,t){if(this._setTransform(e),!l(t))return;let n;if(l(t.heading)?n=ppe(t.heading,t.pitch,t.range):n=t,this._mode===ee.SCENE2D){H.clone(H.ZERO,this.position),h.negate(n,this.up),this.up.z=0,h.magnitudeSquared(this.up)<I.EPSILON10&&h.clone(h.UNIT_Y,this.up),h.normalize(this.up,this.up),this._setTransform(F.IDENTITY),h.negate(h.UNIT_Z,this.direction),h.cross(this.direction,this.up,this.right),h.normalize(this.right,this.right);let i=this.frustum,o=i.top/i.right;i.right=h.magnitude(n)*.5,i.left=-i.right,i.top=o*i.right,i.bottom=-i.top,this._setTransform(e);return}h.clone(n,this.position),h.negate(this.position,this.direction),h.normalize(this.direction,this.direction),h.cross(this.direction,h.UNIT_Z,this.right),h.magnitudeSquared(this.right)<I.EPSILON10&&h.clone(h.UNIT_X,this.right),h.normalize(this.right,this.right),h.cross(this.right,this.direction,this.up),h.normalize(this.up,this.up),this._adjustOrthographicFrustum(!0)};var ov=new he,Qnt=new he,$nt=new h,eit=new h,tit=new h,nit=new h,iit=new h,oit=new h,rit=new h,fj=new h,sit={direction:new h,right:new h,up:new h},$me;function Fa(e,t,n,i){return Math.abs(h.dot(t,n))/i-h.dot(e,n)}function _pe(e,t,n,i){let o=e._projection.ellipsoid,r=i?e:sit,s=t.north,a=t.south,c=t.east,u=t.west;u>c&&(c+=I.TWO_PI);let f=(u+c)*.5,d;if(a<-I.PI_OVER_TWO+I.RADIANS_PER_DEGREE&&s>I.PI_OVER_TWO-I.RADIANS_PER_DEGREE)d=0;else{let M=ov;M.longitude=f,M.latitude=s,M.height=0;let L=Qnt;L.longitude=f,L.latitude=a,L.height=0;let _=$me;(!l(_)||_.ellipsoid!==o)&&($me=_=new Af(void 0,void 0,o)),_.setEndPoints(M,L),d=_.interpolateUsingFraction(.5,ov).latitude}let p=ov;p.longitude=f,p.latitude=d,p.height=0;let g=o.cartographicToCartesian(p,rit),m=ov;m.longitude=c,m.latitude=s;let A=o.cartographicToCartesian(m,$nt);m.longitude=u;let C=o.cartographicToCartesian(m,tit);m.longitude=f;let x=o.cartographicToCartesian(m,iit);m.latitude=a;let b=o.cartographicToCartesian(m,oit);m.longitude=c;let E=o.cartographicToCartesian(m,nit);m.longitude=u;let S=o.cartographicToCartesian(m,eit);h.subtract(C,g,C),h.subtract(E,g,E),h.subtract(A,g,A),h.subtract(S,g,S),h.subtract(x,g,x),h.subtract(b,g,b);let D=o.geodeticSurfaceNormal(g,r.direction);h.negate(D,D);let v=h.cross(D,h.UNIT_Z,r.right);h.normalize(v,v);let O=h.cross(v,D,r.up),R;if(e.frustum instanceof Jt){let M=Math.max(h.distance(A,C),h.distance(E,S)),L=Math.max(h.distance(A,E),h.distance(C,S)),_,T,w=e.frustum._offCenterFrustum.right/e.frustum._offCenterFrustum.top,P=L*w;M>P?(_=M,T=_/w):(T=L,_=P),R=Math.max(_,T)}else{let M=Math.tan(e.frustum.fovy*.5),L=e.frustum.aspectRatio*M;if(R=Math.max(Fa(D,O,C,M),Fa(D,O,E,M),Fa(D,O,A,M),Fa(D,O,S,M),Fa(D,O,x,M),Fa(D,O,b,M),Fa(D,v,C,L),Fa(D,v,E,L),Fa(D,v,A,L),Fa(D,v,S,L),Fa(D,v,x,L),Fa(D,v,b,L)),a<0&&s>0){let _=ov;_.longitude=u,_.latitude=0,_.height=0;let T=o.cartographicToCartesian(_,fj);h.subtract(T,g,T),R=Math.max(R,Fa(D,O,T,M),Fa(D,v,T,L)),_.longitude=c,T=o.cartographicToCartesian(_,fj),h.subtract(T,g,T),R=Math.max(R,Fa(D,O,T,M),Fa(D,v,T,L))}}return h.add(g,h.multiplyByScalar(D,-R,fj),n)}var ait=new he,cit=new h,lit=new h;function uit(e,t,n){let i=e._projection;t.west>t.east&&(t=ce.MAX_VALUE);let o=e._actualTransform,r=e._actualInvTransform,s=ait;s.longitude=t.east,s.latitude=t.north;let a=i.project(s,cit);F.multiplyByPoint(o,a,a),F.multiplyByPoint(r,a,a),s.longitude=t.west,s.latitude=t.south;let c=i.project(s,lit);if(F.multiplyByPoint(o,c,c),F.multiplyByPoint(r,c,c),n.x=(a.x-c.x)*.5+c.x,n.y=(a.y-c.y)*.5+c.y,l(e.frustum.fovy)){let u=Math.tan(e.frustum.fovy*.5),f=e.frustum.aspectRatio*u;n.z=Math.max((a.x-c.x)/f,(a.y-c.y)/u)*.5}else{let u=a.x-c.x,f=a.y-c.y;n.z=Math.max(u,f)}return n}var fit=new he,dit=new h,hit=new h;function mit(e,t,n){let i=e._projection,o=t.east;t.west>t.east&&(e._scene.mapMode2D===Xl.INFINITE_SCROLL?o+=I.TWO_PI:(t=ce.MAX_VALUE,o=t.east));let r=fit;r.longitude=o,r.latitude=t.north;let s=i.project(r,dit);r.longitude=t.west,r.latitude=t.south;let a=i.project(r,hit),c=Math.abs(s.x-a.x)*.5,u=Math.abs(s.y-a.y)*.5,f,d,p=e.frustum.right/e.frustum.top,g=u*p;return c>g?(f=c,d=f/p):(d=u,f=g),u=Math.max(2*f,2*d),n.x=(s.x-a.x)*.5+a.x,n.y=(s.y-a.y)*.5+a.y,r=i.unproject(n,r),r.height=u,n=i.project(r,n),n}Wt.prototype.getRectangleCameraCoordinates=function(e,t){let n=this._mode;if(l(t)||(t=new h),n===ee.SCENE3D)return _pe(this,e,t);if(n===ee.COLUMBUS_VIEW)return uit(this,e,t);if(n===ee.SCENE2D)return mit(this,e,t)};var pit=new En;function _it(e,t,n,i){n=y(n,ie.WGS84);let o=e.getPickRay(t,pit),r=qi.rayEllipsoid(o,n);if(!r)return;let s=r.start>0?r.start:r.stop;return En.getPoint(o,s,i)}var git=new En;function yit(e,t,n,i){let r=e.getPickRay(t,git).origin;r=h.fromElements(r.y,r.z,0,r);let s=n.unproject(r);if(!(s.latitude<-I.PI_OVER_TWO||s.latitude>I.PI_OVER_TWO))return n.ellipsoid.cartographicToCartesian(s,i)}var Ait=new En;function Cit(e,t,n,i){let o=e.getPickRay(t,Ait),r=-o.origin.x/o.direction.x;En.getPoint(o,r,i);let s=n.unproject(new h(i.y,i.z,0));if(!(s.latitude<-I.PI_OVER_TWO||s.latitude>I.PI_OVER_TWO||s.longitude<-Math.PI||s.longitude>Math.PI))return n.ellipsoid.cartographicToCartesian(s,i)}Wt.prototype.pickEllipsoid=function(e,t,n){let i=this._scene.canvas;if(!(i.clientWidth===0||i.clientHeight===0)){if(l(n)||(n=new h),t=y(t,ie.WGS84),this._mode===ee.SCENE3D)n=_it(this,e,t,n);else if(this._mode===ee.SCENE2D)n=yit(this,e,this._projection,n);else if(this._mode===ee.COLUMBUS_VIEW)n=Cit(this,e,this._projection,n);else return;return n}};var xit=new h,Tit=new h,Eit=new h;function bit(e,t,n){let i=e._scene.canvas,o=i.clientWidth,r=i.clientHeight,s=Math.tan(e.frustum.fovy*.5),a=e.frustum.aspectRatio*s,c=e.frustum.near,u=2/o*t.x-1,f=2/r*(r-t.y)-1,d=e.positionWC;h.clone(d,n.origin);let p=h.multiplyByScalar(e.directionWC,c,xit);h.add(d,p,p);let g=h.multiplyByScalar(e.rightWC,u*c*a,Tit),m=h.multiplyByScalar(e.upWC,f*c*s,Eit),A=h.add(p,g,n.direction);return h.add(A,m,A),h.subtract(A,d,A),h.normalize(A,A),n}var AV=new h;function Sit(e,t,n){let i=e._scene.canvas,o=i.clientWidth,r=i.clientHeight,s=e.frustum;l(s._offCenterFrustum)&&(s=s._offCenterFrustum);let a=2/o*t.x-1;a*=(s.right-s.left)*.5;let c=2/r*(r-t.y)-1;c*=(s.top-s.bottom)*.5;let u=n.origin;return h.clone(e.position,u),h.multiplyByScalar(e.right,a,AV),h.add(AV,u,u),h.multiplyByScalar(e.up,c,AV),h.add(AV,u,u),h.clone(e.directionWC,n.direction),(e._mode===ee.COLUMBUS_VIEW||e._mode===ee.SCENE2D)&&h.fromElements(n.origin.z,n.origin.x,n.origin.y,n.origin),n}Wt.prototype.getPickRay=function(e,t){l(t)||(t=new En);let n=this._scene.canvas;if(n.clientWidth<=0||n.clientHeight<=0)return;let i=this.frustum;return l(i.aspectRatio)&&l(i.fov)&&l(i.near)?bit(this,e,t):Sit(this,e,t)};var wit=new h,Dit=new h;Wt.prototype.distanceToBoundingSphere=function(e){let t=h.subtract(this.positionWC,e.center,wit),n=h.multiplyByScalar(this.directionWC,h.dot(t,this.directionWC),Dit);return Math.max(0,h.magnitude(n)-e.radius)};var vit=new H;Wt.prototype.getPixelSize=function(e,t,n){let i=this.distanceToBoundingSphere(e),o=this.frustum.getPixelDimensions(t,n,i,this._scene.pixelRatio,vit);return Math.max(o.x,o.y)};function Pit(e,t,n,i,o,r){let s=h.clone(t);n.y>i?s.y-=n.y-i:n.y<-i&&(s.y+=-i-n.y),n.z>o?s.z-=n.z-o:n.z<-o&&(s.z+=-o-n.z);function a(c){let u=h.lerp(t,s,c.time,new h);e.worldToCameraCoordinatesPoint(u,e.position)}return{easingFunction:Br.EXPONENTIAL_OUT,startObject:{time:0},stopObject:{time:1},duration:r,update:a}}var Iit=new h,epe=new h,Oit=new h,Bit=new h;function Rit(e,t){let n=e.position,i=e.direction,o=e.worldToCameraCoordinatesVector(h.UNIT_X,Iit),r=-h.dot(o,n)/h.dot(o,i),s=h.add(n,h.multiplyByScalar(i,r,epe),epe);e.cameraToWorldCoordinatesPoint(s,s),n=e.cameraToWorldCoordinatesPoint(e.position,Oit);let a=Math.tan(e.frustum.fovy*.5),c=e.frustum.aspectRatio*a,u=h.magnitude(h.subtract(n,s,Bit)),f=c*u,d=a*u,p=e._maxCoord.x,g=e._maxCoord.y,m=Math.max(f-p,p),A=Math.max(d-g,g);if(n.z<-m||n.z>m||n.y<-A||n.y>A){let C=s.y<-m||s.y>m,x=s.z<-A||s.z>A;if(C||x)return Pit(e,n,s,m,A,t)}}Wt.prototype.createCorrectPositionTween=function(e){if(this._mode===ee.COLUMBUS_VIEW)return Rit(this,e)};var Mit=new h,hs={destination:void 0,heading:void 0,pitch:void 0,roll:void 0,duration:void 0,complete:void 0,cancel:void 0,endTransform:void 0,maximumHeight:void 0,easingFunction:void 0};Wt.prototype.cancelFlight=function(){l(this._currentFlight)&&(this._currentFlight.cancelTween(),this._currentFlight=void 0)};Wt.prototype.completeFlight=function(){if(l(this._currentFlight)){this._currentFlight.cancelTween();let e={destination:void 0,orientation:{heading:void 0,pitch:void 0,roll:void 0}};e.destination=hs.destination,e.orientation.heading=hs.heading,e.orientation.pitch=hs.pitch,e.orientation.roll=hs.roll,this.setView(e),l(this._currentFlight.complete)&&this._currentFlight.complete(),this._currentFlight=void 0}};Wt.prototype.flyTo=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.destination;if(this._mode===ee.MORPHING)return;this.cancelFlight();let i=t instanceof ce;i&&(t=this.getRectangleCameraCoordinates(t,Mit));let o=y(e.orientation,y.EMPTY_OBJECT);if(l(o.direction)&&(o=upe(this,t,o,mj.orientation)),l(e.duration)&&e.duration<=0){let f=mj;f.destination=e.destination,f.orientation.heading=o.heading,f.orientation.pitch=o.pitch,f.orientation.roll=o.roll,f.convert=e.convert,f.endTransform=e.endTransform,this.setView(f),typeof e.complete=="function"&&e.complete();return}let r=this,s;hs.destination=t,hs.heading=o.heading,hs.pitch=o.pitch,hs.roll=o.roll,hs.duration=e.duration,hs.complete=function(){s===r._currentFlight&&(r._currentFlight=void 0),l(e.complete)&&e.complete()},hs.cancel=e.cancel,hs.endTransform=e.endTransform,hs.convert=i?!1:e.convert,hs.maximumHeight=e.maximumHeight,hs.pitchAdjustHeight=e.pitchAdjustHeight,hs.flyOverLongitude=e.flyOverLongitude,hs.flyOverLongitudeWeight=e.flyOverLongitudeWeight,hs.easingFunction=e.easingFunction;let a=this._scene,c=gV.createTween(a,hs);if(c.duration===0){typeof c.complete=="function"&&c.complete();return}s=a.tweens.add(c),this._currentFlight=s;let u=this._scene.preloadFlightCamera;this._mode!==ee.SCENE2D&&(l(u)||(u=Wt.clone(this)),u.setView({destination:t,orientation:o}),this._scene.preloadFlightCullingVolume=u.frustum.computeCullingVolume(u.positionWC,u.directionWC,u.upWC))};function Lit(e,t){let n=e.frustum,i=Math.tan(n.fovy*.5),o=n.aspectRatio*i;return Math.max(t/o,t/i)}function Fit(e,t){let n=e.frustum;l(n._offCenterFrustum)&&(n=n._offCenterFrustum);let i,o,r=n.right/n.top,s=t*r;return t>s?(i=t,o=i/r):(o=t,i=s),Math.max(i,o)*1.5}var Nit=100;function gpe(e,t,n){n=qu.clone(l(n)?n:Wt.DEFAULT_OFFSET);let i=e._scene.screenSpaceCameraController.minimumZoomDistance,o=e._scene.screenSpaceCameraController.maximumZoomDistance,r=n.range;if(!l(r)||r===0){let s=t.radius;s===0?n.range=Nit:e.frustum instanceof Jt||e._mode===ee.SCENE2D?n.range=Fit(e,s):n.range=Lit(e,s),n.range=I.clamp(n.range,i,o)}return n}Wt.prototype.viewBoundingSphere=function(e,t){t=gpe(this,e,t),this.lookAt(e.center,t)};var kit=new F,Vit=new h,Uit=new h,zit=new h,Hit=new h,Git=new se,Wit=new Be,jit=new Q;Wt.prototype.flyToBoundingSphere=function(e,t){t=y(t,y.EMPTY_OBJECT);let n=this._mode===ee.SCENE2D||this._mode===ee.COLUMBUS_VIEW;this._setTransform(F.IDENTITY);let i=gpe(this,e,t.offset),o;n?o=h.multiplyByScalar(h.UNIT_Z,i.range,Vit):o=ppe(i.heading,i.pitch,i.range);let r=vt.eastNorthUpToFixedFrame(e.center,ie.WGS84,kit);F.multiplyByPoint(r,o,o);let s,a;if(!n){if(s=h.subtract(e.center,o,Uit),h.normalize(s,s),a=F.multiplyByPointAsVector(r,h.UNIT_Z,zit),1-Math.abs(h.dot(s,a))<I.EPSILON6){let u=Be.fromAxisAngle(s,i.heading,Wit),f=Q.fromQuaternion(u,jit);h.fromCartesian4(F.getColumn(r,1,Git),a),Q.multiplyByVector(f,a,a)}let c=h.cross(s,a,Hit);h.cross(c,s,a),h.normalize(a,a)}this.flyTo({destination:o,orientation:{direction:s,up:a},duration:t.duration,complete:t.complete,cancel:t.cancel,endTransform:t.endTransform,maximumHeight:t.maximumHeight,easingFunction:t.easingFunction,flyOverLongitude:t.flyOverLongitude,flyOverLongitudeWeight:t.flyOverLongitudeWeight,pitchAdjustHeight:t.pitchAdjustHeight})};var tpe=new h,npe=new h,dj=new h,ipe=new h,rv=[new h,new h,new h,new h];function qit(e,t){let n=t.radii,i=e.positionWC,o=h.multiplyComponents(t.oneOverRadii,i,tpe),r=h.magnitude(o),s=h.normalize(o,npe),a,c;h.equalsEpsilon(s,h.UNIT_Z,I.EPSILON10)?(a=new h(0,1,0),c=new h(0,0,1)):(a=h.normalize(h.cross(h.UNIT_Z,s,dj),dj),c=h.normalize(h.cross(s,a,ipe),ipe));let u=Math.sqrt(h.magnitudeSquared(o)-1),f=h.multiplyByScalar(s,1/r,tpe),d=u/r,p=h.multiplyByScalar(a,d,npe),g=h.multiplyByScalar(c,d,dj),m=h.add(f,g,rv[0]);h.subtract(m,p,m),h.multiplyComponents(n,m,m);let A=h.subtract(f,g,rv[1]);h.subtract(A,p,A),h.multiplyComponents(n,A,A);let C=h.subtract(f,g,rv[2]);h.add(C,p,C),h.multiplyComponents(n,C,C);let x=h.add(f,g,rv[3]);return h.add(x,p,x),h.multiplyComponents(n,x,x),rv}var hj=new H,Yit=new h,Yg=[new he,new he,new he,new he];function CV(e,t,n,i,o,r){hj.x=e,hj.y=t;let s=i.pickEllipsoid(hj,o,Yit);return l(s)?(Yg[n]=o.cartesianToCartographic(s,Yg[n]),1):(Yg[n]=o.cartesianToCartographic(r[n],Yg[n]),0)}Wt.prototype.computeViewRectangle=function(e,t){e=y(e,ie.WGS84);let n=this.frustum.computeCullingVolume(this.positionWC,this.directionWC,this.upWC),i=new re(h.ZERO,e.maximumRadius);if(n.computeVisibility(i)===Xt.OUTSIDE)return;let r=this._scene.canvas,s=r.clientWidth,a=r.clientHeight,c=0,u=qit(this,e);if(c+=CV(0,0,0,this,e,u),c+=CV(0,a,1,this,e,u),c+=CV(s,a,2,this,e,u),c+=CV(s,0,3,this,e,u),c<2)return ce.MAX_VALUE;t=ce.fromCartographicArray(Yg,t);let f=0,d=Yg[3].longitude;for(let p=0;p<4;++p){let g=Yg[p].longitude,m=Math.abs(g-d);m>I.PI?f+=I.TWO_PI-m:f+=m,d=g}return I.equalsEpsilon(Math.abs(f),I.TWO_PI,I.EPSILON9)&&(t.west=-I.PI,t.east=I.PI,Yg[0].latitude>=0?t.north=I.PI_OVER_TWO:t.south=-I.PI_OVER_TWO),t};Wt.prototype.switchToPerspectiveFrustum=function(){if(this._mode===ee.SCENE2D||this.frustum instanceof gi)return;let e=this._scene;this.frustum=new gi,this.frustum.aspectRatio=e.drawingBufferWidth/e.drawingBufferHeight,this.frustum.fov=I.toRadians(60)};Wt.prototype.switchToOrthographicFrustum=function(){if(this._mode===ee.SCENE2D||this.frustum instanceof Jt)return;let e=cpe(this),t=this._scene;this.frustum=new Jt,this.frustum.aspectRatio=t.drawingBufferWidth/t.drawingBufferHeight,this.frustum.width=e};Wt.clone=function(e,t){return l(t)||(t=new Wt(e._scene)),h.clone(e.position,t.position),h.clone(e.direction,t.direction),h.clone(e.up,t.up),h.clone(e.right,t.right),F.clone(e._transform,t.transform),t._transformChanged=!0,t.frustum=e.frustum.clone(),t};var lo=Wt;var Xit={LEFT_DRAG:0,RIGHT_DRAG:1,MIDDLE_DRAG:2,WHEEL:3,PINCH:4},vi=Object.freeze(Xit);function ka(e,t){let n=e;return l(t)&&(n+=`+${t}`),n}function Kit(e,t){H.clone(e.distance.startPosition,t.distance.startPosition),H.clone(e.distance.endPosition,t.distance.endPosition),H.clone(e.angleAndHeight.startPosition,t.angleAndHeight.startPosition),H.clone(e.angleAndHeight.endPosition,t.angleAndHeight.endPosition)}function ype(e,t,n){let i=ka(vi.PINCH,t),o=e._update,r=e._isDown,s=e._eventStartPosition,a=e._pressTime,c=e._releaseTime;o[i]=!0,r[i]=!1,s[i]=new H;let u=e._movement[i];l(u)||(u=e._movement[i]={}),u.distance={startPosition:new H,endPosition:new H},u.angleAndHeight={startPosition:new H,endPosition:new H},u.prevAngle=0,e._eventHandler.setInputAction(function(f){e._buttonsDown++,r[i]=!0,a[i]=new Date,H.lerp(f.position1,f.position2,.5,s[i])},pn.PINCH_START,t),e._eventHandler.setInputAction(function(){e._buttonsDown=Math.max(e._buttonsDown-1,0),r[i]=!1,c[i]=new Date},pn.PINCH_END,t),e._eventHandler.setInputAction(function(f){if(r[i]){o[i]?(Kit(f,u),o[i]=!1,u.prevAngle=u.angleAndHeight.startPosition.x):(H.clone(f.distance.endPosition,u.distance.endPosition),H.clone(f.angleAndHeight.endPosition,u.angleAndHeight.endPosition));let d=u.angleAndHeight.endPosition.x,p=u.prevAngle,g=Math.PI*2;for(;d>=p+Math.PI;)d-=g;for(;d<p-Math.PI;)d+=g;u.angleAndHeight.endPosition.x=-d*n.clientWidth/12,u.angleAndHeight.startPosition.x=-p*n.clientWidth/12}},pn.PINCH_MOVE,t)}function Ape(e,t){let n=ka(vi.WHEEL,t),i=e._update;i[n]=!0;let o=e._movement[n];l(o)||(o=e._movement[n]={}),o.startPosition=new H,o.endPosition=new H,e._eventHandler.setInputAction(function(r){let s=15*I.toRadians(r);i[n]?(H.clone(H.ZERO,o.startPosition),o.endPosition.x=0,o.endPosition.y=s,i[n]=!1):o.endPosition.y=o.endPosition.y+s},pn.WHEEL,t)}function PE(e,t,n){let i=ka(n,t),o=e._isDown,r=e._eventStartPosition,s=e._pressTime,a=e._releaseTime;o[i]=!1,r[i]=new H;let c=e._lastMovement[i];l(c)||(c=e._lastMovement[i]={startPosition:new H,endPosition:new H,valid:!1});let u,f;n===vi.LEFT_DRAG?(u=pn.LEFT_DOWN,f=pn.LEFT_UP):n===vi.RIGHT_DRAG?(u=pn.RIGHT_DOWN,f=pn.RIGHT_UP):n===vi.MIDDLE_DRAG&&(u=pn.MIDDLE_DOWN,f=pn.MIDDLE_UP),e._eventHandler.setInputAction(function(d){e._buttonsDown++,c.valid=!1,o[i]=!0,s[i]=new Date,H.clone(d.position,r[i])},u,t),e._eventHandler.setInputAction(function(){e._buttonsDown=Math.max(e._buttonsDown-1,0),o[i]=!1,a[i]=new Date},f,t)}function Cpe(e,t){H.clone(e.startPosition,t.startPosition),H.clone(e.endPosition,t.endPosition)}function xpe(e,t){let n=e._update,i=e._movement,o=e._lastMovement,r=e._isDown;for(let s in vi)if(vi.hasOwnProperty(s)){let a=vi[s];if(l(a)){let c=ka(a,t);n[c]=!0,l(e._lastMovement[c])||(e._lastMovement[c]={startPosition:new H,endPosition:new H,valid:!1}),l(e._movement[c])||(e._movement[c]={startPosition:new H,endPosition:new H})}}e._eventHandler.setInputAction(function(s){for(let a in vi)if(vi.hasOwnProperty(a)){let c=vi[a];if(l(c)){let u=ka(c,t);r[u]&&(n[u]?(Cpe(i[u],o[u]),o[u].valid=!0,Cpe(s,i[u]),n[u]=!1):H.clone(s.endPosition,i[u].endPosition))}}H.clone(s.endPosition,e._currentMousePosition)},pn.MOUSE_MOVE,t)}function ef(e){this._eventHandler=new $u(e),this._update={},this._movement={},this._lastMovement={},this._isDown={},this._eventStartPosition={},this._pressTime={},this._releaseTime={},this._buttonsDown=0,this._currentMousePosition=new H,Ape(this,void 0),ype(this,void 0,e),PE(this,void 0,vi.LEFT_DRAG),PE(this,void 0,vi.RIGHT_DRAG),PE(this,void 0,vi.MIDDLE_DRAG),xpe(this,void 0);for(let t in na)if(na.hasOwnProperty(t)){let n=na[t];l(n)&&(Ape(this,n),ype(this,n,e),PE(this,n,vi.LEFT_DRAG),PE(this,n,vi.RIGHT_DRAG),PE(this,n,vi.MIDDLE_DRAG),xpe(this,n))}}Object.defineProperties(ef.prototype,{currentMousePosition:{get:function(){return this._currentMousePosition}},anyButtonDown:{get:function(){let e=!this._update[ka(vi.WHEEL)]||!this._update[ka(vi.WHEEL,na.SHIFT)]||!this._update[ka(vi.WHEEL,na.CTRL)]||!this._update[ka(vi.WHEEL,na.ALT)];return this._buttonsDown>0||e}}});ef.prototype.isMoving=function(e,t){let n=ka(e,t);return!this._update[n]};ef.prototype.getMovement=function(e,t){let n=ka(e,t);return this._movement[n]};ef.prototype.getLastMovement=function(e,t){let n=ka(e,t),i=this._lastMovement[n];if(i.valid)return i};ef.prototype.isButtonDown=function(e,t){let n=ka(e,t);return this._isDown[n]};ef.prototype.getStartMousePosition=function(e,t){if(e===vi.WHEEL)return this._currentMousePosition;let n=ka(e,t);return this._eventStartPosition[n]};ef.prototype.getButtonPressTime=function(e,t){let n=ka(e,t);return this._pressTime[n]};ef.prototype.getButtonReleaseTime=function(e,t){let n=ka(e,t);return this._releaseTime[n]};ef.prototype.reset=function(){for(let e in this._update)this._update.hasOwnProperty(e)&&(this._update[e]=!0)};ef.prototype.isDestroyed=function(){return!1};ef.prototype.destroy=function(){return this._eventHandler=this._eventHandler&&this._eventHandler.destroy(),le(this)};var SV=ef;function gp(){this.featurePropertiesDirty=!1}Object.defineProperties(gp.prototype,{featuresLength:{get:function(){ye.throwInstantiationError()}},pointsLength:{get:function(){ye.throwInstantiationError()}},trianglesLength:{get:function(){ye.throwInstantiationError()}},geometryByteLength:{get:function(){ye.throwInstantiationError()}},texturesByteLength:{get:function(){ye.throwInstantiationError()}},batchTableByteLength:{get:function(){ye.throwInstantiationError()}},innerContents:{get:function(){ye.throwInstantiationError()}},readyPromise:{get:function(){ye.throwInstantiationError()}},tileset:{get:function(){ye.throwInstantiationError()}},tile:{get:function(){ye.throwInstantiationError()}},url:{get:function(){ye.throwInstantiationError()}},batchTable:{get:function(){ye.throwInstantiationError()}},metadata:{get:function(){ye.throwInstantiationError()},set:function(e){ye.throwInstantiationError()}},group:{get:function(){ye.throwInstantiationError()},set:function(e){ye.throwInstantiationError()}}});gp.prototype.hasProperty=function(e,t){ye.throwInstantiationError()};gp.prototype.getFeature=function(e){ye.throwInstantiationError()};gp.prototype.applyDebugSettings=function(e,t){ye.throwInstantiationError()};gp.prototype.applyStyle=function(e){ye.throwInstantiationError()};gp.prototype.update=function(e,t){ye.throwInstantiationError()};gp.prototype.isDestroyed=function(){ye.throwInstantiationError()};gp.prototype.destroy=function(){ye.throwInstantiationError()};var Tpe=gp;function Jit(e){this.pass=e.pass,this.commandList=e.commandList,this.camera=e.camera,this.cullingVolume=e.cullingVolume,this.ready=!1}var pd=Jit;function IE(e,t){this._conditionsExpression=$e(e,!0),this._conditions=e.conditions,this._runtimeConditions=void 0,Qit(this,t)}Object.defineProperties(IE.prototype,{conditionsExpression:{get:function(){return this._conditionsExpression}}});function Zit(e,t){this.condition=e,this.expression=t}function Qit(e,t){let n=[],i=e._conditions;if(!l(i))return;let o=i.length;for(let r=0;r<o;++r){let s=i[r],a=String(s[0]),c=String(s[1]);n.push(new Zit(new bf(a,t),new bf(c,t)))}e._runtimeConditions=n}IE.prototype.evaluate=function(e,t){let n=this._runtimeConditions;if(!l(n))return;let i=n.length;for(let o=0;o<i;++o){let r=n[o];if(r.condition.evaluate(e))return r.expression.evaluate(e,t)}};IE.prototype.evaluateColor=function(e,t){let n=this._runtimeConditions;if(!l(n))return;let i=n.length;for(let o=0;o<i;++o){let r=n[o];if(r.condition.evaluate(e))return r.expression.evaluateColor(e,t)}};IE.prototype.getShaderFunction=function(e,t,n,i){let o=this._runtimeConditions;if(!l(o)||o.length===0)return;let r="",s=o.length;for(let a=0;a<s;++a){let c=o[a],u=c.condition.getShaderExpression(t,n),f=c.expression.getShaderExpression(t,n);r+=` ${a===0?"if":"else if"} (${u})
{
return ${f};
}
`}return r=`${i} ${e}
{
${r} return ${i}(1.0);
}
`,r};IE.prototype.getVariables=function(){let e=[],t=this._runtimeConditions;if(!l(t)||t.length===0)return e;let n=t.length;for(let i=0;i<n;++i){let o=t[i];e.push.apply(e,o.condition.getVariables()),e.push.apply(e,o.expression.getVariables())}return e=e.filter(function(i,o,r){return r.indexOf(i)===o}),e};var wV=IE;function Xg(e){this._style={},this._ready=!1,this._show=void 0,this._color=void 0,this._pointSize=void 0,this._pointOutlineColor=void 0,this._pointOutlineWidth=void 0,this._labelColor=void 0,this._labelOutlineColor=void 0,this._labelOutlineWidth=void 0,this._font=void 0,this._labelStyle=void 0,this._labelText=void 0,this._backgroundColor=void 0,this._backgroundPadding=void 0,this._backgroundEnabled=void 0,this._scaleByDistance=void 0,this._translucencyByDistance=void 0,this._distanceDisplayCondition=void 0,this._heightOffset=void 0,this._anchorLineEnabled=void 0,this._anchorLineColor=void 0,this._image=void 0,this._disableDepthTestDistance=void 0,this._horizontalOrigin=void 0,this._verticalOrigin=void 0,this._labelHorizontalOrigin=void 0,this._labelVerticalOrigin=void 0,this._meta=void 0,this._colorShaderFunction=void 0,this._showShaderFunction=void 0,this._pointSizeShaderFunction=void 0,this._colorShaderFunctionReady=!1,this._showShaderFunctionReady=!1,this._pointSizeShaderFunctionReady=!1,this._colorShaderTranslucent=!1,$it(this,e)}function $it(e,t){t=y($e(t,!0),e._style),e._style=t,e.show=t.show,e.color=t.color,e.pointSize=t.pointSize,e.pointOutlineColor=t.pointOutlineColor,e.pointOutlineWidth=t.pointOutlineWidth,e.labelColor=t.labelColor,e.labelOutlineColor=t.labelOutlineColor,e.labelOutlineWidth=t.labelOutlineWidth,e.labelStyle=t.labelStyle,e.font=t.font,e.labelText=t.labelText,e.backgroundColor=t.backgroundColor,e.backgroundPadding=t.backgroundPadding,e.backgroundEnabled=t.backgroundEnabled,e.scaleByDistance=t.scaleByDistance,e.translucencyByDistance=t.translucencyByDistance,e.distanceDisplayCondition=t.distanceDisplayCondition,e.heightOffset=t.heightOffset,e.anchorLineEnabled=t.anchorLineEnabled,e.anchorLineColor=t.anchorLineColor,e.image=t.image,e.disableDepthTestDistance=t.disableDepthTestDistance,e.horizontalOrigin=t.horizontalOrigin,e.verticalOrigin=t.verticalOrigin,e.labelHorizontalOrigin=t.labelHorizontalOrigin,e.labelVerticalOrigin=t.labelVerticalOrigin;let n={};if(l(t.meta)){let i=t.defines,o=y(t.meta,y.EMPTY_OBJECT);for(let r in o)o.hasOwnProperty(r)&&(n[r]=new bf(o[r],i))}e._meta=n,e._ready=!0}function No(e,t){let n=y(e._style,y.EMPTY_OBJECT).defines;if(l(t)){if(typeof t=="boolean"||typeof t=="number")return new bf(String(t));if(typeof t=="string")return new bf(t,n);if(l(t.conditions))return new wV(t,n)}else return;return t}function Vo(e){if(l(e)){if(l(e.expression))return e.expression;if(l(e.conditionsExpression))return $e(e.conditionsExpression,!0)}else return;return e}Object.defineProperties(Xg.prototype,{style:{get:function(){return this._style}},show:{get:function(){return this._show},set:function(e){this._show=No(this,e),this._style.show=Vo(this._show),this._showShaderFunctionReady=!1}},color:{get:function(){return this._color},set:function(e){this._color=No(this,e),this._style.color=Vo(this._color),this._colorShaderFunctionReady=!1}},pointSize:{get:function(){return this._pointSize},set:function(e){this._pointSize=No(this,e),this._style.pointSize=Vo(this._pointSize),this._pointSizeShaderFunctionReady=!1}},pointOutlineColor:{get:function(){return this._pointOutlineColor},set:function(e){this._pointOutlineColor=No(this,e),this._style.pointOutlineColor=Vo(this._pointOutlineColor)}},pointOutlineWidth:{get:function(){return this._pointOutlineWidth},set:function(e){this._pointOutlineWidth=No(this,e),this._style.pointOutlineWidth=Vo(this._pointOutlineWidth)}},labelColor:{get:function(){return this._labelColor},set:function(e){this._labelColor=No(this,e),this._style.labelColor=Vo(this._labelColor)}},labelOutlineColor:{get:function(){return this._labelOutlineColor},set:function(e){this._labelOutlineColor=No(this,e),this._style.labelOutlineColor=Vo(this._labelOutlineColor)}},labelOutlineWidth:{get:function(){return this._labelOutlineWidth},set:function(e){this._labelOutlineWidth=No(this,e),this._style.labelOutlineWidth=Vo(this._labelOutlineWidth)}},font:{get:function(){return this._font},set:function(e){this._font=No(this,e),this._style.font=Vo(this._font)}},labelStyle:{get:function(){return this._labelStyle},set:function(e){this._labelStyle=No(this,e),this._style.labelStyle=Vo(this._labelStyle)}},labelText:{get:function(){return this._labelText},set:function(e){this._labelText=No(this,e),this._style.labelText=Vo(this._labelText)}},backgroundColor:{get:function(){return this._backgroundColor},set:function(e){this._backgroundColor=No(this,e),this._style.backgroundColor=Vo(this._backgroundColor)}},backgroundPadding:{get:function(){return this._backgroundPadding},set:function(e){this._backgroundPadding=No(this,e),this._style.backgroundPadding=Vo(this._backgroundPadding)}},backgroundEnabled:{get:function(){return this._backgroundEnabled},set:function(e){this._backgroundEnabled=No(this,e),this._style.backgroundEnabled=Vo(this._backgroundEnabled)}},scaleByDistance:{get:function(){return this._scaleByDistance},set:function(e){this._scaleByDistance=No(this,e),this._style.scaleByDistance=Vo(this._scaleByDistance)}},translucencyByDistance:{get:function(){return this._translucencyByDistance},set:function(e){this._translucencyByDistance=No(this,e),this._style.translucencyByDistance=Vo(this._translucencyByDistance)}},distanceDisplayCondition:{get:function(){return this._distanceDisplayCondition},set:function(e){this._distanceDisplayCondition=No(this,e),this._style.distanceDisplayCondition=Vo(this._distanceDisplayCondition)}},heightOffset:{get:function(){return this._heightOffset},set:function(e){this._heightOffset=No(this,e),this._style.heightOffset=Vo(this._heightOffset)}},anchorLineEnabled:{get:function(){return this._anchorLineEnabled},set:function(e){this._anchorLineEnabled=No(this,e),this._style.anchorLineEnabled=Vo(this._anchorLineEnabled)}},anchorLineColor:{get:function(){return this._anchorLineColor},set:function(e){this._anchorLineColor=No(this,e),this._style.anchorLineColor=Vo(this._anchorLineColor)}},image:{get:function(){return this._image},set:function(e){this._image=No(this,e),this._style.image=Vo(this._image)}},disableDepthTestDistance:{get:function(){return this._disableDepthTestDistance},set:function(e){this._disableDepthTestDistance=No(this,e),this._style.disableDepthTestDistance=Vo(this._disableDepthTestDistance)}},horizontalOrigin:{get:function(){return this._horizontalOrigin},set:function(e){this._horizontalOrigin=No(this,e),this._style.horizontalOrigin=Vo(this._horizontalOrigin)}},verticalOrigin:{get:function(){return this._verticalOrigin},set:function(e){this._verticalOrigin=No(this,e),this._style.verticalOrigin=Vo(this._verticalOrigin)}},labelHorizontalOrigin:{get:function(){return this._labelHorizontalOrigin},set:function(e){this._labelHorizontalOrigin=No(this,e),this._style.labelHorizontalOrigin=Vo(this._labelHorizontalOrigin)}},labelVerticalOrigin:{get:function(){return this._labelVerticalOrigin},set:function(e){this._labelVerticalOrigin=No(this,e),this._style.labelVerticalOrigin=Vo(this._labelVerticalOrigin)}},meta:{get:function(){return this._meta},set:function(e){this._meta=e}}});Xg.fromUrl=function(e){return Pe.createIfNeeded(e).fetchJson(e).then(function(n){return new Xg(n)})};Xg.prototype.getColorShaderFunction=function(e,t,n){return this._colorShaderFunctionReady?(n.translucent=this._colorShaderTranslucent,this._colorShaderFunction):(this._colorShaderFunctionReady=!0,l(this.color)&&l(this.color.getShaderFunction)?this._colorShaderFunction=this.color.getShaderFunction(e,t,n,"vec4"):this._colorShaderFunction=void 0,this._colorShaderTranslucent=n.translucent,this._colorShaderFunction)};Xg.prototype.getShowShaderFunction=function(e,t,n){return this._showShaderFunctionReady?this._showShaderFunction:(this._showShaderFunctionReady=!0,l(this.show)&&l(this.show.getShaderFunction)?this._showShaderFunction=this.show.getShaderFunction(e,t,n,"bool"):this._showShaderFunction=void 0,this._showShaderFunction)};Xg.prototype.getPointSizeShaderFunction=function(e,t,n){return this._pointSizeShaderFunctionReady?this._pointSizeShaderFunction:(this._pointSizeShaderFunctionReady=!0,l(this.pointSize)&&l(this.pointSize.getShaderFunction)?this._pointSizeShaderFunction=this.pointSize.getShaderFunction(e,t,n,"float"):this._pointSizeShaderFunction=void 0,this._pointSizeShaderFunction)};Xg.prototype.getVariables=function(){let e=[];return l(this.color)&&l(this.color.getVariables)&&e.push.apply(e,this.color.getVariables()),l(this.show)&&l(this.show.getVariables)&&e.push.apply(e,this.show.getVariables()),l(this.pointSize)&&l(this.pointSize.getVariables)&&e.push.apply(e,this.pointSize.getVariables()),e=e.filter(function(t,n,i){return i.indexOf(t)===n}),e};var OE=Xg;function yj(e){e=y(e,1),this._radius=y(e,1)}Object.defineProperties(yj.prototype,{radius:{get:function(){return this._radius},set:function(e){this._radius=e}}});yj.prototype.emit=function(e){let t=I.randomBetween(0,I.TWO_PI),n=I.randomBetween(0,this._radius),i=n*Math.cos(t),o=n*Math.sin(t),r=0;e.position=h.fromElements(i,o,r,e.position),e.velocity=h.clone(h.UNIT_Z,e.velocity)};var DV=yj;var Aj={CUMULUS:0};Aj.validate=function(e){return e===Aj.CUMULUS};var sv=Object.freeze(Aj);function _d(e,t){if(e=y(e,y.EMPTY_OBJECT),this._show=y(e.show,!0),this._position=h.clone(y(e.position,h.ZERO)),!l(e.scale)&&l(e.maximumSize))this._maximumSize=h.clone(e.maximumSize),this._scale=new H(this._maximumSize.x,this._maximumSize.y);else{this._scale=H.clone(y(e.scale,new H(20,12)));let n=new h(this._scale.x,this._scale.y,Math.min(this._scale.x,this._scale.y)/1.5);this._maximumSize=h.clone(y(e.maximumSize,n))}this._slice=y(e.slice,-1),this._color=U.clone(y(e.color,U.WHITE)),this._brightness=y(e.brightness,1),this._cloudCollection=t,this._index=-1}var eot=_d.SHOW_INDEX=0,tot=_d.POSITION_INDEX=1,not=_d.SCALE_INDEX=2,iot=_d.MAXIMUM_SIZE_INDEX=3,oot=_d.SLICE_INDEX=4,rot=_d.BRIGHTNESS_INDEX=5,sot=_d.COLOR_INDEX=6;_d.NUMBER_OF_PROPERTIES=7;function hA(e,t){let n=e._cloudCollection;l(n)&&(n._updateCloud(e,t),e._dirty=!0)}Object.defineProperties(_d.prototype,{show:{get:function(){return this._show},set:function(e){this._show!==e&&(this._show=e,hA(this,eot))}},position:{get:function(){return this._position},set:function(e){let t=this._position;h.equals(t,e)||(h.clone(e,t),hA(this,tot))}},scale:{get:function(){return this._scale},set:function(e){let t=this._scale;H.equals(t,e)||(H.clone(e,t),hA(this,not))}},maximumSize:{get:function(){return this._maximumSize},set:function(e){let t=this._maximumSize;h.equals(t,e)||(h.clone(e,t),hA(this,iot))}},color:{get:function(){return this._color},set:function(e){let t=this._color;U.equals(t,e)||(U.clone(e,t),hA(this,sot))}},slice:{get:function(){return this._slice},set:function(e){this._slice!==e&&(this._slice=e,hA(this,oot))}},brightness:{get:function(){return this._brightness},set:function(e){this._brightness!==e&&(this._brightness=e,hA(this,rot))}}});_d.prototype._destroy=function(){this._cloudCollection=void 0};var tf=_d;var Kl,vV=new h,aot={positionHighAndScaleX:0,positionLowAndScaleY:1,packedAttribute0:2,packedAttribute1:3,color:4},cot={direction:0,positionHighAndScaleX:1,positionLowAndScaleY:2,packedAttribute0:3,packedAttribute1:4,color:5},lot=tf.SHOW_INDEX,uot=tf.POSITION_INDEX,fot=tf.SCALE_INDEX,dot=tf.MAXIMUM_SIZE_INDEX,hot=tf.SLICE_INDEX,mot=tf.BRIGHTNESS_INDEX,pot=tf.NUMBER_OF_PROPERTIES,_ot=tf.COLOR_INDEX;function gd(e){e=y(e,y.EMPTY_OBJECT),this._clouds=[],this._cloudsToUpdate=[],this._cloudsToUpdateIndex=0,this._cloudsRemoved=!1,this._createVertexArray=!1,this._propertiesChanged=new Uint32Array(pot),this._noiseTexture=void 0,this._textureSliceWidth=128,this._noiseTextureRows=4,this.noiseDetail=y(e.noiseDetail,16),this.noiseOffset=h.clone(y(e.noiseOffset,h.ZERO)),this._loading=!1,this._ready=!1;let t=this;this._uniforms={u_noiseTexture:function(){return t._noiseTexture},u_noiseTextureDimensions:Epe(t),u_noiseDetail:function(){return t.noiseDetail}},this._vaNoise=void 0,this._spNoise=void 0,this._spCreated=!1,this._sp=void 0,this._rs=void 0,this.show=y(e.show,!0),this._colorCommands=[],this.debugBillboards=y(e.debugBillboards,!1),this._compiledDebugBillboards=!1,this.debugEllipsoids=y(e.debugEllipsoids,!1),this._compiledDebugEllipsoids=!1}function Epe(e){return function(){return vV.x=e._textureSliceWidth,vV.y=e._noiseTextureRows,vV.z=1/e._noiseTextureRows,vV}}Object.defineProperties(gd.prototype,{length:{get:function(){return xj(this),this._clouds.length}}});function bpe(e){let t=e.length;for(let n=0;n<t;++n)e[n]&&e[n]._destroy()}gd.prototype.add=function(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.cloudType,sv.CUMULUS),n;return t===sv.CUMULUS&&(n=new tf(e,this),n._index=this._clouds.length,this._clouds.push(n),this._createVertexArray=!0),n};gd.prototype.remove=function(e){return this.contains(e)?(this._clouds[e._index]=void 0,this._cloudsRemoved=!0,this._createVertexArray=!0,e._destroy(),!0):!1};gd.prototype.removeAll=function(){bpe(this._clouds),this._clouds=[],this._cloudsToUpdate=[],this._cloudsToUpdateIndex=0,this._cloudsRemoved=!1,this._createVertexArray=!0};function xj(e){if(e._cloudsRemoved){e._cloudsRemoved=!1;let t=[],n=e._clouds,i=n.length;for(let o=0,r=0;o<i;++o){let s=n[o];l(s)&&(n._index=r++,t.push(s))}e._clouds=t}}gd.prototype._updateCloud=function(e,t){e._dirty||(this._cloudsToUpdate[this._cloudsToUpdateIndex++]=e),++this._propertiesChanged[t]};gd.prototype.contains=function(e){return l(e)&&e._cloudCollection===this};gd.prototype.get=function(e){return xj(this),this._clouds[e]};var got=new Float32Array([-1,-1,1,-1,1,1,-1,1]),yot=new Uint16Array([0,1,2,0,2,3]);function Aot(e){let t=rt.createVertexBuffer({context:e,typedArray:got,usage:Le.STATIC_DRAW}),n=rt.createIndexBuffer({context:e,typedArray:yot,usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT}),i=[{index:0,vertexBuffer:t,componentsPerAttribute:2,componentDatatype:K.FLOAT}];return new Zn({context:e,attributes:i,indexBuffer:n})}var Tj;function Cot(e){let n=e.cache.cloudCollection_indexBufferBatched;if(l(n))return n;let i=16384*6-6,o=new Uint16Array(i);for(let r=0,s=0;r<i;r+=6,s+=4)o[r]=s,o[r+1]=s+1,o[r+2]=s+2,o[r+3]=s,o[r+4]=s+2,o[r+5]=s+3;return n=rt.createIndexBuffer({context:e,typedArray:o,usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT}),n.vertexArrayDestroyable=!1,e.cache.cloudCollection_indexBufferBatched=n,n}function xot(e){let t=e.cache.cloudCollection_indexBufferInstanced;return l(t)||(t=rt.createIndexBuffer({context:e,typedArray:new Uint16Array([0,1,2,0,2,3]),usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT}),t.vertexArrayDestroyable=!1,e.cache.cloudCollection_indexBufferInstanced=t),t}function Tot(e){let t=e.cache.cloudCollection_vertexBufferInstanced;return l(t)||(t=rt.createVertexBuffer({context:e,typedArray:new Float32Array([0,0,1,0,1,1,0,1]),usage:Le.STATIC_DRAW}),t.vertexArrayDestroyable=!1,e.cache.cloudCollection_vertexBufferInstanced=t),t}function Eot(e,t,n){let i=[{index:Kl.positionHighAndScaleX,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:Le.STATIC_DRAW},{index:Kl.positionLowAndScaleY,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:Le.STATIC_DRAW},{index:Kl.packedAttribute0,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:Le.STATIC_DRAW},{index:Kl.packedAttribute1,componentsPerAttribute:4,componentDatatype:K.FLOAT,usage:Le.STATIC_DRAW},{index:Kl.color,componentsPerAttribute:4,componentDatatype:K.UNSIGNED_BYTE,normalize:!0,usage:Le.STATIC_DRAW}];n&&i.push({index:Kl.direction,componentsPerAttribute:2,componentDatatype:K.FLOAT,vertexBuffer:Tot(e)});let o=n?t:4*t;return new P_(e,i,o,n)}var Cj=new Vn;function Spe(e,t,n,i){let o,r=n[Kl.positionHighAndScaleX],s=n[Kl.positionLowAndScaleY],a=i.position;Vn.fromCartesian(a,Cj);let c=i.scale,u=Cj.high,f=Cj.low;e._instanced?(o=i._index,r(o,u.x,u.y,u.z,c.x),s(o,f.x,f.y,f.z,c.y)):(o=i._index*4,r(o+0,u.x,u.y,u.z,c.x),r(o+1,u.x,u.y,u.z,c.x),r(o+2,u.x,u.y,u.z,c.x),r(o+3,u.x,u.y,u.z,c.x),s(o+0,f.x,f.y,f.z,c.y),s(o+1,f.x,f.y,f.z,c.y),s(o+2,f.x,f.y,f.z,c.y),s(o+3,f.x,f.y,f.z,c.y))}function wpe(e,t,n,i){let o,r=n[Kl.packedAttribute0],s=i.show,a=i.brightness;e._instanced?(o=i._index,r(o,s,a,0,0)):(o=i._index*4,r(o+0,s,a,0,0),r(o+1,s,a,1,0),r(o+2,s,a,1,1),r(o+3,s,a,0,1))}function Dpe(e,t,n,i){let o,r=n[Kl.packedAttribute1],s=i.maximumSize,a=i.slice;e._instanced?(o=i._index,r(o,s.x,s.y,s.z,a)):(o=i._index*4,r(o+0,s.x,s.y,s.z,a),r(o+1,s.x,s.y,s.z,a),r(o+2,s.x,s.y,s.z,a),r(o+3,s.x,s.y,s.z,a))}function vpe(e,t,n,i){let o,r=n[Kl.color],s=i.color,a=U.floatToByte(s.red),c=U.floatToByte(s.green),u=U.floatToByte(s.blue),f=U.floatToByte(s.alpha);e._instanced?(o=i._index,r(o,a,c,u,f)):(o=i._index*4,r(o+0,a,c,u,f),r(o+1,a,c,u,f),r(o+2,a,c,u,f),r(o+3,a,c,u,f))}function bot(e,t,n,i){Spe(e,t,n,i),wpe(e,t,n,i),Dpe(e,t,n,i),vpe(e,t,n,i)}function Sot(e,t,n,i){let o=e,r=o._textureSliceWidth,s=o._noiseTextureRows,a=t.context;o._vaNoise=Aot(a),o._spNoise=jt.fromCache({context:a,vertexShaderSource:n,fragmentShaderSource:i,attributeLocations:{position:0}});let c=o.noiseDetail,u=o.noiseOffset;o._noiseTexture=new Rt({context:a,width:r*r/s,height:r*s,pixelDatatype:qe.UNSIGNED_BYTE,pixelFormat:ft.RGBA,sampler:new dn({wrapS:In.REPEAT,wrapT:In.REPEAT,minificationFilter:cn.NEAREST,magnificationFilter:Qi.NEAREST})});let f=new Tf({vertexArray:o._vaNoise,shaderProgram:o._spNoise,outputTexture:o._noiseTexture,uniformMap:{u_noiseTextureDimensions:Epe(o),u_noiseDetail:function(){return c},u_noiseOffset:function(){return u}},persists:!1,owner:e,postExecute:function(d){o._ready=!0,o._loading=!1}});t.commandList.push(f),o._loading=!0}function wot(e,t){let n=e,i=t.context;n._createVertexArray=!1,n._vaf=n._vaf&&n._vaf.destroy();let o=e._clouds,r=o.length;if(r>0){n._vaf=Eot(i,r,n._instanced);let s=n._vaf.writers,a;for(a=0;a<r;++a){let c=o[a];bot(e,t,s,c)}n._vaf.commit(Tj(i))}}var Dot=[];function vot(e,t){let n=t.context,i=e,r=i._clouds.length,s=i._cloudsToUpdate,a=i._cloudsToUpdateIndex,c=i._propertiesChanged,u=Dot;u.length=0,(c[uot]||c[fot])&&u.push(Spe),(c[lot]||c[mot])&&u.push(wpe),(c[dot]||c[hot])&&u.push(Dpe),c[_ot]&&u.push(vpe);let f=u.length,d=i._vaf.writers,p,g,m;if(a/r>.1){for(p=0;p<a;++p)for(g=s[p],g._dirty=!1,m=0;m<f;++m)u[m](e,t,d,g);i._vaf.commit(Tj(n))}else{for(p=0;p<a;++p){for(g=s[p],g._dirty=!1,m=0;m<f;++m)u[m](e,t,d,g);i._instanced?i._vaf.subCommit(g._index,1):i._vaf.subCommit(g._index*4,4)}i._vaf.endSubCommits()}i._cloudsToUpdateIndex=0}function Pot(e,t,n,i){let o=t.context,r=e,s=new Ve({defines:[],sources:[n]});r._instanced&&s.defines.push("INSTANCED");let a=new Ve({defines:[],sources:[i]});r.debugBillboards&&a.defines.push("DEBUG_BILLBOARDS"),r.debugEllipsoids&&a.defines.push("DEBUG_ELLIPSOIDS"),r._sp=jt.replaceCache({context:o,shaderProgram:r._sp,vertexShaderSource:s,fragmentShaderSource:a,attributeLocations:Kl}),r._rs=Ne.fromCache({depthTest:{enabled:!0,func:te.LESS},depthMask:!1,blending:an.ALPHA_BLEND}),r._spCreated=!0,r._compiledDebugBillboards=r.debugBillboards,r._compiledDebugEllipsoids=r.debugEllipsoids}function Iot(e,t){let n=e,i=t.passes,o=n._uniforms,r=t.commandList;if(i.render){let s=n._colorCommands,a=n._vaf.va,c=a.length;s.length=c;for(let u=0;u<c;u++){let f=s[u];l(f)||(f=s[u]=new Ze),f.pass=xe.TRANSLUCENT,f.owner=e,f.uniformMap=o,f.count=a[u].indicesCount,f.vertexArray=a[u].va,f.shaderProgram=n._sp,f.renderState=n._rs,n._instanced&&(f.count=6,f.instanceCount=n._clouds.length),r.push(f)}}}gd.prototype.update=function(e){if(xj(this),!this.show)return;let t=this.debugBillboards||this.debugEllipsoids;this._ready=t?!0:l(this._noiseTexture),!this._ready&&!this._loading&&!t&&Sot(this,e,qk,jk),this._instanced=e.context.instancedArrays,Kl=this._instanced?cot:aot,Tj=this._instanced?xot:Cot;let i=this._clouds.length,o=this._cloudsToUpdate,r=this._cloudsToUpdateIndex;this._createVertexArray?wot(this,e):r>0&&vot(this,e),r>i*1.5&&(o.length=i),!(!l(this._vaf)||!l(this._vaf.va)||!this._ready&!t)&&((!this._spCreated||this.debugBillboards!==this._compiledDebugBillboards||this.debugEllipsoids!==this._compiledDebugEllipsoids)&&Pot(this,e,Wk,Gk),Iot(this,e))};gd.prototype.isDestroyed=function(){return!1};gd.prototype.destroy=function(){return this._noiseTexture=this._noiseTexture&&this._noiseTexture.destroy(),this._sp=this._sp&&this._sp.destroy(),this._vaf=this._vaf&&this._vaf.destroy(),bpe(this._clouds),le(this)};var Ppe=gd;function Ej(e,t){let n=t.terrainProvider,i=t.mapProjection,o=i.ellipsoid,r,s=t.camera.getRectangleCameraCoordinates(e);return t.mode===ee.SCENE3D?r=o.cartesianToCartographic(s):r=i.unproject(s),l(n)?n.readyPromise.then(function(){let a=n.availability;if(!l(a)||t.mode===ee.SCENE2D)return r;let c=[ce.center(e),ce.southeast(e),ce.southwest(e),ce.northeast(e),ce.northwest(e)];return Ej._sampleTerrainMostDetailed(n,c).then(function(u){let f=u.reduce(function(p,g){return Math.max(g.height,p)},-Number.MAX_VALUE),d=r;return d.height+=f,d})}):Promise.resolve(r)}Ej._sampleTerrainMostDetailed=fg;var BE=Ej;var Oot=I.toRadians(30);function bj(e){this._angle=y(e,Oot)}Object.defineProperties(bj.prototype,{angle:{get:function(){return this._angle},set:function(e){this._angle=e}}});bj.prototype.emit=function(e){let t=Math.tan(this._angle),n=I.randomBetween(0,I.TWO_PI),i=I.randomBetween(0,t),o=i*Math.cos(n),r=i*Math.sin(n),s=1;e.velocity=h.fromElements(o,r,s,e.velocity),h.normalize(e.velocity,e.velocity),e.position=h.clone(h.ZERO,e.position)};var Ipe=bj;var Bot=new U,Rot=new U,Mot=new U,Lot=new U,Ope=new se,av=new Uint8Array(4);function Bpe(e,t,n,i){let o=t.height===n.height?0:(e-t.height)/(n.height-t.height);return U.lerp(t.color,n.color,o,i)}function PV(e,t){return{height:e,color:U.clone(t)}}function Rpe(e){return e=e.filter(function(t,n,i){let o=n>0,r=n<i.length-1,s=o?t.height===i[n-1].height:!0,a=r?t.height===i[n+1].height:!0;return!s||!a}),e=e.filter(function(t,n,i){let o=n>0,r=n<i.length-1,s=o?U.equals(t.color,i[n-1].color):!1,a=r?U.equals(t.color,i[n+1].color):!1;return!s||!a}),e=e.filter(function(t,n,i){let o=n>0,r=o?U.equals(t.color,i[n-1].color):!1,s=o?t.height===i[n-1].height:!0;return!r||!s}),e}function Fot(e){let t,n,i=[],o=e.length;for(t=0;t<o;t++){let r=e[t],s=r.entries,a=s.length,c=[];for(n=0;n<a;n++){let g=s[n],m=I.clamp(g.height,sl._minimumHeight,sl._maximumHeight),A=U.clone(g.color,Bot);A.red*=A.alpha,A.green*=A.alpha,A.blue*=A.alpha,c.push(PV(m,A))}let u=!0,f=!0;for(n=0;n<a-1;n++){let g=c[n+0],m=c[n+1];u=u&&g.height<=m.height,f=f&&g.height>=m.height}f?c=c.reverse():u||aA(c,function(g,m){return I.sign(g.height-m.height)});let d=y(r.extendDownwards,!1),p=y(r.extendUpwards,!1);c.length===1&&!d&&!p&&(d=!0,p=!0),d&&c.splice(0,0,PV(sl._minimumHeight,c[0].color)),p&&c.splice(c.length,0,PV(sl._maximumHeight,c[c.length-1].color)),c=Rpe(c),i.push(c)}return i}function Not(e){let t=Fot(e),n=[],i=[],o;function r(u,f){n.push(PV(u,f))}function s(u,f,d){let p=U.multiplyByScalar(d,1-f.alpha,Lot);p=U.add(p,f,p),r(u,p)}let a=t.length;for(o=0;o<a;o++){let u=t[o],f=0,d=0;i=n,n=[];let p=u.length,g=i.length;for(;f<p||d<g;){let m=f<p?u[f]:void 0,A=f>0?u[f-1]:void 0,C=f<p-1?u[f+1]:void 0,x=d<g?i[d]:void 0,b=d>0?i[d-1]:void 0,E=d<g-1?i[d+1]:void 0;if(l(m)&&l(x)&&m.height===x.height){let S=l(E)&&x.height===E.height,D=!l(b),v=!l(E),O=l(C)&&m.height===C.height,R=!l(A),M=!l(C);S?O?(s(m.height,m.color,x.color),s(m.height,C.color,E.color)):R?(r(m.height,x.color),s(m.height,m.color,E.color)):M?(s(m.height,m.color,x.color),r(m.height,E.color)):(s(m.height,m.color,x.color),s(m.height,m.color,E.color)):D?O?(r(m.height,m.color),s(m.height,C.color,x.color)):M?(r(m.height,m.color),r(m.height,x.color)):(R||r(m.height,m.color),s(m.height,m.color,x.color)):v?O?(s(m.height,m.color,x.color),r(m.height,C.color)):R?(r(m.height,x.color),r(m.height,m.color)):M?s(m.height,m.color,x.color):(s(m.height,m.color,x.color),r(m.height,m.color)):O?(s(m.height,m.color,x.color),s(m.height,C.color,x.color)):R?(r(m.height,x.color),s(m.height,m.color,x.color)):M?(s(m.height,m.color,x.color),r(m.height,x.color)):s(m.height,m.color,x.color),f+=O?2:1,d+=S?2:1}else if(l(m)&&l(x)&&l(b)&&m.height<x.height){let S=Bpe(m.height,b,x,Mot);l(A)?l(C)?s(m.height,m.color,S):(s(m.height,m.color,S),r(m.height,S)):(r(m.height,S),s(m.height,m.color,S)),f++}else if(l(x)&&l(m)&&l(A)&&x.height<m.height){let S=Bpe(x.height,A,m,Rot);l(b)?l(E)?s(x.height,S,x.color):(s(x.height,S,x.color),r(x.height,S)):(r(x.height,S),s(x.height,S,x.color)),d++}else l(m)&&(!l(x)||m.height<x.height)?(l(x)&&!l(b)&&!l(C)?(r(m.height,m.color),r(m.height,sl._emptyColor),r(x.height,sl._emptyColor)):(!l(x)&&l(b)&&!l(A)&&(r(b.height,sl._emptyColor),r(m.height,sl._emptyColor)),r(m.height,m.color)),f++):l(x)&&(!l(m)||x.height<m.height)&&(r(x.height,x.color),d++)}}return Rpe(n)}function sl(e){e=y(e,y.EMPTY_OBJECT);let t=e.scene,n=e.layers,i=Not(n),o=i.length,r,s,a,c;if(!sl._useFloatTexture(t.context))for(a=qe.UNSIGNED_BYTE,c=ft.RGBA,s=new Uint8Array(o*4),r=0;r<o;r++)se.packFloat(i[r].height,Ope),se.pack(Ope,s,r*4);else for(a=qe.FLOAT,c=ft.LUMINANCE,s=new Float32Array(o),r=0;r<o;r++)s[r]=i[r].height;let f=Rt.create({context:t.context,pixelFormat:c,pixelDatatype:a,source:{arrayBufferView:s,width:o,height:1},sampler:new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:cn.NEAREST,magnificationFilter:Qi.NEAREST})}),d=new Uint8Array(o*4);for(r=0;r<o;r++)i[r].color.toBytes(av),d[r*4+0]=av[0],d[r*4+1]=av[1],d[r*4+2]=av[2],d[r*4+3]=av[3];let p=Rt.create({context:t.context,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,source:{arrayBufferView:d,width:o,height:1},sampler:new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:cn.LINEAR,magnificationFilter:Qi.LINEAR})});return $i.fromType("ElevationBand",{heights:f,colors:p})}sl._useFloatTexture=function(e){return e.floatingPointTexture};sl._maximumHeight=5906376425472;sl._minimumHeight=-5906376425472;sl._emptyColor=new U(0,0,0,0);var Mpe=sl;function kot(e){e=pt(e,{url:Fh.fromAssetId(96188)});let t=new Bu(e),n=e.style;if(!l(n)){let i=y(e.defaultColor,U.WHITE).toCssColorString();n=new OE({color:`Boolean(\${feature['cesium#color']}) ? color(\${feature['cesium#color']}) : ${i}`})}return t.style=n,t}var Lpe=kot;function Vot(e){e=y(e,y.EMPTY_OBJECT);let t=[],n=e.geometry;(!l(n.attributes)||!l(n.primitiveType))&&(n=n.constructor.createGeometry(n));let i=n.attributes,o=F.clone(y(e.modelMatrix,F.IDENTITY)),r=y(e.length,1e4);if(l(i.normal)&&t.push(new _t({geometry:Bn.createLineSegmentsForVectors(n,"normal",r),attributes:{color:new Bt(1,0,0,1)},modelMatrix:o})),l(i.tangent)&&t.push(new _t({geometry:Bn.createLineSegmentsForVectors(n,"tangent",r),attributes:{color:new Bt(0,1,0,1)},modelMatrix:o})),l(i.bitangent)&&t.push(new _t({geometry:Bn.createLineSegmentsForVectors(n,"bitangent",r),attributes:{color:new Bt(0,0,1,1)},modelMatrix:o})),t.length>0)return new Cn({asynchronous:!1,geometryInstances:t,appearance:new Qt({flat:!0,translucent:!1})})}var Fpe=Vot;var Npe=/{[^}]+}/g,kpe={x:Got,y:jot,z:Xot,s:Kot,reverseX:Wot,reverseY:qot,reverseZ:Yot,westDegrees:Jot,southDegrees:Zot,eastDegrees:Qot,northDegrees:$ot,westProjected:ert,southProjected:trt,eastProjected:nrt,northProjected:irt,width:ort,height:rrt},Uot=pt(kpe,{i:srt,j:art,reverseI:crt,reverseJ:lrt,longitudeDegrees:frt,latitudeDegrees:drt,longitudeProjected:hrt,latitudeProjected:mrt,format:_rt});function LE(e){this._errorEvent=new _e,this._resource=void 0,this._urlSchemeZeroPadding=void 0,this._pickFeaturesResource=void 0,this._tileWidth=void 0,this._tileHeight=void 0,this._maximumLevel=void 0,this._minimumLevel=void 0,this._tilingScheme=void 0,this._rectangle=void 0,this._tileDiscardPolicy=void 0,this._credit=void 0,this._hasAlphaChannel=void 0,this._readyPromise=void 0,this._tags=void 0,this._pickFeaturesTags=void 0,this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0,this.enablePickFeatures=!0,this.reinitialize(e)}Object.defineProperties(LE.prototype,{url:{get:function(){return this._resource.url}},urlSchemeZeroPadding:{get:function(){return this._urlSchemeZeroPadding}},pickFeaturesUrl:{get:function(){return this._pickFeaturesResource.url}},proxy:{get:function(){return this._resource.proxy}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){return this._maximumLevel}},minimumLevel:{get:function(){return this._minimumLevel}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._rectangle}},tileDiscardPolicy:{get:function(){return this._tileDiscardPolicy}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return l(this._resource)}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},hasAlphaChannel:{get:function(){return this._hasAlphaChannel}}});LE.prototype.reinitialize=function(e){let t=this;t._readyPromise=Promise.resolve(e).then(function(n){let i=n.customTags,o=pt(kpe,i),r=pt(Uot,i),s=Pe.createIfNeeded(n.url),a=Pe.createIfNeeded(n.pickFeaturesUrl);t.enablePickFeatures=y(n.enablePickFeatures,t.enablePickFeatures),t._urlSchemeZeroPadding=y(n.urlSchemeZeroPadding,t.urlSchemeZeroPadding),t._tileDiscardPolicy=n.tileDiscardPolicy,t._getFeatureInfoFormats=n.getFeatureInfoFormats,t._subdomains=n.subdomains,Array.isArray(t._subdomains)?t._subdomains=t._subdomains.slice():l(t._subdomains)&&t._subdomains.length>0?t._subdomains=t._subdomains.split(""):t._subdomains=["a","b","c"],t._tileWidth=y(n.tileWidth,256),t._tileHeight=y(n.tileHeight,256),t._minimumLevel=y(n.minimumLevel,0),t._maximumLevel=n.maximumLevel,t._tilingScheme=y(n.tilingScheme,new Gr({ellipsoid:n.ellipsoid})),t._rectangle=y(n.rectangle,t._tilingScheme.rectangle),t._rectangle=ce.intersection(t._rectangle,t._tilingScheme.rectangle),t._hasAlphaChannel=y(n.hasAlphaChannel,!0);let c=n.credit;return typeof c=="string"&&(c=new Yt(c)),t._credit=c,t._resource=s,t._tags=o,t._pickFeaturesResource=a,t._pickFeaturesTags=r,!0})};LE.prototype.getTileCredits=function(e,t,n){};LE.prototype.requestImage=function(e,t,n,i){return rl.loadImage(this,zot(this,e,t,n,i))};LE.prototype.pickFeatures=function(e,t,n,i,o){if(!this.enablePickFeatures||!l(this._pickFeaturesResource)||this._getFeatureInfoFormats.length===0)return;let r=0,s=this;function a(u,f){return u.callback(f)}function c(){if(r>=s._getFeatureInfoFormats.length)return Promise.resolve([]);let u=s._getFeatureInfoFormats[r],f=Hot(s,e,t,n,i,o,u.format);return++r,u.type==="json"?f.fetchJson().then(u.callback).catch(c):u.type==="xml"?f.fetchXML().then(u.callback).catch(c):u.type==="text"||u.type==="html"?f.fetchText().then(u.callback).catch(c):f.fetch({responseType:u.format}).then(a.bind(void 0,u)).catch(c)}return c()};var IV=!1,Jl=new ce,OV=!1,cv=new ce;function zot(e,t,n,i,o){IV=!1,OV=!1;let r=e._resource,s=r.getUrlComponent(!0),a=e._tags,c={},u=s.match(Npe);return l(u)&&u.forEach(function(f){let d=f.substring(1,f.length-1);l(a[d])&&(c[d]=a[d](e,t,n,i))}),r.getDerivedResource({request:o,templateValues:c})}var Sj=!1,ME=new H,wj=!1;function Hot(e,t,n,i,o,r,s){IV=!1,OV=!1,Sj=!1,wj=!1;let a=e._pickFeaturesResource,c=a.getUrlComponent(!0),u=e._pickFeaturesTags,f={},d=c.match(Npe);return l(d)&&d.forEach(function(p){let g=p.substring(1,p.length-1);l(u[g])&&(f[g]=u[g](e,t,n,i,o,r,s))}),a.getDerivedResource({templateValues:f})}function FE(e,t,n){if(e&&e.urlSchemeZeroPadding&&e.urlSchemeZeroPadding.hasOwnProperty(t)){let i=e.urlSchemeZeroPadding[t];if(typeof i=="string"){let o=i.length;o>1&&(n=n.length>=o?n:new Array(o-n.toString().length+1).join("0")+n)}}return n}function Got(e,t,n,i){return FE(e,"{x}",t)}function Wot(e,t,n,i){let o=e.tilingScheme.getNumberOfXTilesAtLevel(i)-t-1;return FE(e,"{reverseX}",o)}function jot(e,t,n,i){return FE(e,"{y}",n)}function qot(e,t,n,i){let o=e.tilingScheme.getNumberOfYTilesAtLevel(i)-n-1;return FE(e,"{reverseY}",o)}function Yot(e,t,n,i){let o=e.maximumLevel,r=l(o)&&i<o?o-i-1:i;return FE(e,"{reverseZ}",r)}function Xot(e,t,n,i){return FE(e,"{z}",i)}function Kot(e,t,n,i){let o=(t+n+i)%e._subdomains.length;return e._subdomains[o]}function BV(e,t,n,i){IV||(e.tilingScheme.tileXYToRectangle(t,n,i,Jl),Jl.west=I.toDegrees(Jl.west),Jl.south=I.toDegrees(Jl.south),Jl.east=I.toDegrees(Jl.east),Jl.north=I.toDegrees(Jl.north),IV=!0)}function Jot(e,t,n,i){return BV(e,t,n,i),Jl.west}function Zot(e,t,n,i){return BV(e,t,n,i),Jl.south}function Qot(e,t,n,i){return BV(e,t,n,i),Jl.east}function $ot(e,t,n,i){return BV(e,t,n,i),Jl.north}function RV(e,t,n,i){OV||(e.tilingScheme.tileXYToNativeRectangle(t,n,i,cv),OV=!0)}function ert(e,t,n,i){return RV(e,t,n,i),cv.west}function trt(e,t,n,i){return RV(e,t,n,i),cv.south}function nrt(e,t,n,i){return RV(e,t,n,i),cv.east}function irt(e,t,n,i){return RV(e,t,n,i),cv.north}function ort(e,t,n,i){return e.tileWidth}function rrt(e,t,n,i){return e.tileHeight}function srt(e,t,n,i,o,r,s){return MV(e,t,n,i,o,r),ME.x}function art(e,t,n,i,o,r,s){return MV(e,t,n,i,o,r),ME.y}function crt(e,t,n,i,o,r,s){return MV(e,t,n,i,o,r),e.tileWidth-ME.x-1}function lrt(e,t,n,i,o,r,s){return MV(e,t,n,i,o,r),e.tileHeight-ME.y-1}var urt=new ce,RE=new h;function MV(e,t,n,i,o,r,s){if(Sj)return;Dj(e,t,n,i,o,r);let a=RE,c=e.tilingScheme.tileXYToNativeRectangle(t,n,i,urt);ME.x=e.tileWidth*(a.x-c.west)/c.width|0,ME.y=e.tileHeight*(c.north-a.y)/c.height|0,Sj=!0}function frt(e,t,n,i,o,r,s){return I.toDegrees(o)}function drt(e,t,n,i,o,r,s){return I.toDegrees(r)}function hrt(e,t,n,i,o,r,s){return Dj(e,t,n,i,o,r),RE.x}function mrt(e,t,n,i,o,r,s){return Dj(e,t,n,i,o,r),RE.y}var prt=new he;function Dj(e,t,n,i,o,r,s){if(!wj){if(e.tilingScheme.projection instanceof Ai)RE.x=I.toDegrees(o),RE.y=I.toDegrees(r);else{let a=prt;a.longitude=o,a.latitude=r,e.tilingScheme.projection.project(a,RE)}wj=!0}}function _rt(e,t,n,i,o,r,s){return s}var Va=LE;function mA(e){e=y(e,y.EMPTY_OBJECT),this._tmsResource=void 0,this._xmlResource=void 0,this._options=e,this._metadataError=void 0,this._metadataSuccess=this._metadataSuccess.bind(this),this._metadataFailure=this._metadataFailure.bind(this),this._requestMetadata=this._requestMetadata.bind(this);let t,n=this,i=Promise.resolve(e.url).then(function(o){return t=Pe.createIfNeeded(o),t.appendForwardSlash(),n._tmsResource=t,n._xmlResource=t.getDerivedResource({url:"tilemapresource.xml"}),n._requestMetadata()}).catch(o=>Promise.reject(o));Va.call(this,i),this._promise=i}l(Object.create)&&(mA.prototype=Object.create(Va.prototype),mA.prototype.constructor=mA);mA.prototype._requestMetadata=function(){return this._xmlResource.fetchXML().then(this._metadataSuccess).catch(e=>e instanceof tm?this._metadataFailure():Promise.reject(e))};function Vpe(e,t){return e.west<t.rectangle.west&&(e.west=t.rectangle.west),e.east>t.rectangle.east&&(e.east=t.rectangle.east),e.south<t.rectangle.south&&(e.south=t.rectangle.south),e.north>t.rectangle.north&&(e.north=t.rectangle.north),e}function Upe(e,t,n){let i=e.positionToTileXY(ce.southwest(t),n),o=e.positionToTileXY(ce.northeast(t),n);return(Math.abs(o.x-i.x)+1)*(Math.abs(o.y-i.y)+1)>4?0:n}mA.prototype._metadataSuccess=function(e){let t=/tileformat/i,n=/tileset/i,i=/tilesets/i,o=/boundingbox/i,r,s,a,c=[],u=this._xmlResource,f=this._metadataError,d=this._requestMetadata,p=e.childNodes[0].childNodes;for(let R=0;R<p.length;R++)if(t.test(p.item(R).nodeName))r=p.item(R);else if(i.test(p.item(R).nodeName)){a=p.item(R);let M=p.item(R).childNodes;for(let L=0;L<M.length;L++)n.test(M.item(L).nodeName)&&c.push(M.item(L))}else o.test(p.item(R).nodeName)&&(s=p.item(R));let g;if(!l(a)||!l(s))return g=`Unable to find expected tilesets or bbox attributes in ${u.url}.`,f=Wn.reportError(f,this,this.errorEvent,g),f.retry?(this._metadataError=f,d()):Promise.reject(new de(g));let m=this._options,A=y(m.fileExtension,r.getAttribute("extension")),C=y(m.tileWidth,parseInt(r.getAttribute("width"),10)),x=y(m.tileHeight,parseInt(r.getAttribute("height"),10)),b=y(m.minimumLevel,parseInt(c[0].getAttribute("order"),10)),E=y(m.maximumLevel,parseInt(c[c.length-1].getAttribute("order"),10)),S=a.getAttribute("profile"),D=m.tilingScheme;if(!l(D))if(S==="geodetic"||S==="global-geodetic")D=new ui({ellipsoid:m.ellipsoid});else if(S==="mercator"||S==="global-mercator")D=new Gr({ellipsoid:m.ellipsoid});else return g=`${u.url}specifies an unsupported profile attribute, ${S}.`,f=Wn.reportError(f,this,this.errorEvent,g),f.retry?(this._metadataError=f,d()):Promise.reject(new de(g));let v=ce.clone(m.rectangle);if(!l(v)){let R,M,L,_;y(m.flipXY,!1)?(L=new H(parseFloat(s.getAttribute("miny")),parseFloat(s.getAttribute("minx"))),_=new H(parseFloat(s.getAttribute("maxy")),parseFloat(s.getAttribute("maxx")))):(L=new H(parseFloat(s.getAttribute("minx")),parseFloat(s.getAttribute("miny"))),_=new H(parseFloat(s.getAttribute("maxx")),parseFloat(s.getAttribute("maxy"))));let w=S==="geodetic"||S==="mercator";if(D.projection instanceof Ai||w)R=he.fromDegrees(L.x,L.y),M=he.fromDegrees(_.x,_.y);else{let P=D.projection;R=P.unproject(L),M=P.unproject(_)}v=new ce(R.longitude,R.latitude,M.longitude,M.latitude)}v=Vpe(v,D),b=Upe(D,v,b);let O=this._tmsResource.getDerivedResource({url:`{z}/{x}/{reverseY}.${A}`});return Promise.resolve({url:O,tilingScheme:D,rectangle:v,tileWidth:C,tileHeight:x,minimumLevel:b,maximumLevel:E,tileDiscardPolicy:m.tileDiscardPolicy,credit:m.credit})};mA.prototype._metadataFailure=function(){let e=this._options,t=y(e.fileExtension,"png"),n=y(e.tileWidth,256),i=y(e.tileHeight,256),o=e.maximumLevel,r=l(e.tilingScheme)?e.tilingScheme:new Gr({ellipsoid:e.ellipsoid}),s=y(e.rectangle,r.rectangle);s=Vpe(s,r);let a=Upe(r,s,e.minimumLevel),c=this._tmsResource.getDerivedResource({url:`{z}/{x}/{reverseY}.${t}`});return Promise.resolve({url:c,tilingScheme:r,rectangle:s,tileWidth:n,tileHeight:i,minimumLevel:a,maximumLevel:o,tileDiscardPolicy:e.tileDiscardPolicy,credit:e.credit})};var pA=mA;function nf(e){e=y(e,{}),this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=1.9,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0;let t=e.url,n=y(e.path,"/default_map"),i=Pe.createIfNeeded(t).getDerivedResource({url:n[0]==="/"?n.substring(1):n});i.appendForwardSlash(),this._resource=i,this._url=t,this._path=n,this._tileDiscardPolicy=e.tileDiscardPolicy,this._channel=e.channel,this._requestType="ImageryMaps",this._credit=new Yt(`<a href="http://www.google.com/enterprise/mapsearth/products/earthenterprise.html"><img src="${nf.logoUrl}" title="Google Imagery"/></a>`),this._tilingScheme=void 0,this._version=void 0,this._tileWidth=256,this._tileHeight=256,this._maximumLevel=e.maximumLevel,this._errorEvent=new _e,this._ready=!1;let o=i.getDerivedResource({url:"query",queryParameters:{request:"Json",vars:"geeServerDefs",is2d:"t"}}),r=this,s;function a(f){let d;try{d=JSON.parse(f)}catch{d=JSON.parse(f.replace(/([\[\{,])[\n\r ]*([A-Za-z0-9]+)[\n\r ]*:/g,'$1"$2":'))}let p;for(let m=0;m<d.layers.length;m++)if(d.layers[m].id===r._channel){p=d.layers[m];break}let g;if(!l(p))return g=`Could not find layer with channel (id) of ${r._channel}.`,s=Wn.reportError(s,r,r._errorEvent,g),s.retry?u():Promise.reject(new de(g));if(!l(p.version))return g=`Could not find a version in channel (id) ${r._channel}.`,s=Wn.reportError(s,r,r._errorEvent,g),s.retry?u():Promise.reject(new de(g));if(r._version=p.version,l(d.projection)&&d.projection==="flat")r._tilingScheme=new ui({numberOfLevelZeroTilesX:2,numberOfLevelZeroTilesY:2,rectangle:new ce(-Math.PI,-Math.PI,Math.PI,Math.PI),ellipsoid:e.ellipsoid});else if(!l(d.projection)||d.projection==="mercator")r._tilingScheme=new Gr({numberOfLevelZeroTilesX:2,numberOfLevelZeroTilesY:2,ellipsoid:e.ellipsoid});else return g=`Unsupported projection ${d.projection}.`,s=Wn.reportError(s,r,r._errorEvent,g),s.retry?u():Promise.reject(new de(g));return r._ready=!0,Wn.reportSuccess(s),Promise.resolve(!0)}function c(f){let d=y(f.message,`An error occurred while accessing ${o.url}.`);return s=Wn.reportError(s,r,r._errorEvent,d),Promise.reject(new de(d))}function u(){return o.fetchText().then(a).catch(c)}this._readyPromise=u()}Object.defineProperties(nf.prototype,{url:{get:function(){return this._url}},path:{get:function(){return this._path}},proxy:{get:function(){return this._resource.proxy}},channel:{get:function(){return this._channel}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){return this._maximumLevel}},minimumLevel:{get:function(){return 0}},tilingScheme:{get:function(){return this._tilingScheme}},version:{get:function(){return this._version}},requestType:{get:function(){return this._requestType}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){return this._tileDiscardPolicy}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},hasAlphaChannel:{get:function(){return!0}}});nf.prototype.getTileCredits=function(e,t,n){};nf.prototype.requestImage=function(e,t,n,i){let o=this._resource.getDerivedResource({url:"query",request:i,queryParameters:{request:this._requestType,channel:this._channel,version:this._version,x:e,y:t,z:n+1}});return rl.loadImage(this,o)};nf.prototype.pickFeatures=function(e,t,n,i,o){};nf._logoUrl=void 0;Object.defineProperties(nf,{logoUrl:{get:function(){return l(nf._logoUrl)||(nf._logoUrl=Kt("Assets/Images/google_earth_credit.png")),nf._logoUrl},set:function(e){nf._logoUrl=e}}});var LV=nf;var grt=/\/$/,zpe=new Yt('&copy; <a href="https://www.mapbox.com/about/maps/">Mapbox</a> &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> <strong><a href="https://www.mapbox.com/map-feedback/">Improve this map</a></strong>');function NE(e){e=y(e,y.EMPTY_OBJECT);let t=e.mapId,n=e.accessToken;this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0;let i=Pe.createIfNeeded(y(e.url,"https://{s}.tiles.mapbox.com/v4/"));this._mapId=t,this._accessToken=n;let o=y(e.format,"png");/\./.test(o)||(o=`.${o}`),this._format=o;let r=i.getUrlComponent();grt.test(r)||(r+="/"),r+=`${t}/{z}/{x}/{y}${this._format}`,i.url=r,i.setQueryParameters({access_token:n});let s;l(e.credit)?(s=e.credit,typeof s=="string"&&(s=new Yt(s))):s=zpe,this._resource=i,this._imageryProvider=new Va({url:i,credit:s,ellipsoid:e.ellipsoid,minimumLevel:e.minimumLevel,maximumLevel:e.maximumLevel,rectangle:e.rectangle})}Object.defineProperties(NE.prototype,{url:{get:function(){return this._imageryProvider.url}},ready:{get:function(){return this._imageryProvider.ready}},readyPromise:{get:function(){return this._imageryProvider.readyPromise}},rectangle:{get:function(){return this._imageryProvider.rectangle}},tileWidth:{get:function(){return this._imageryProvider.tileWidth}},tileHeight:{get:function(){return this._imageryProvider.tileHeight}},maximumLevel:{get:function(){return this._imageryProvider.maximumLevel}},minimumLevel:{get:function(){return this._imageryProvider.minimumLevel}},tilingScheme:{get:function(){return this._imageryProvider.tilingScheme}},tileDiscardPolicy:{get:function(){return this._imageryProvider.tileDiscardPolicy}},errorEvent:{get:function(){return this._imageryProvider.errorEvent}},credit:{get:function(){return this._imageryProvider.credit}},proxy:{get:function(){return this._imageryProvider.proxy}},hasAlphaChannel:{get:function(){return this._imageryProvider.hasAlphaChannel}}});NE.prototype.getTileCredits=function(e,t,n){};NE.prototype.requestImage=function(e,t,n,i){return this._imageryProvider.requestImage(e,t,n,i)};NE.prototype.pickFeatures=function(e,t,n,i,o){return this._imageryProvider.pickFeatures(e,t,n,i,o)};NE._defaultCredit=zpe;var FV=NE;function lv(e){e=y(e,y.EMPTY_OBJECT),this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0;let t=Pe.createIfNeeded(e.url),n=y(e.rectangle,ce.MAX_VALUE),i=new ui({rectangle:n,numberOfLevelZeroTilesX:1,numberOfLevelZeroTilesY:1,ellipsoid:e.ellipsoid});this._tilingScheme=i,this._resource=t,this._image=void 0,this._texture=void 0,this._tileWidth=0,this._tileHeight=0,this._errorEvent=new _e,this._ready=!1;let o=e.credit;typeof o=="string"&&(o=new Yt(o)),this._credit=o;let r=this,s;function a(f){return r._image=f,r._tileWidth=f.width,r._tileHeight=f.height,r._ready=!0,Wn.reportSuccess(r._errorEvent),Promise.resolve(!0)}function c(f){let d=`Failed to load image ${t.url}.`;return s=Wn.reportError(s,r,r._errorEvent,d,0,0,0),s.retry?u():Promise.reject(new de(d))}function u(){return rl.loadImage(null,t).then(a).catch(c)}this._readyPromise=u()}Object.defineProperties(lv.prototype,{url:{get:function(){return this._resource.url}},proxy:{get:function(){return this._resource.proxy}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){return 0}},minimumLevel:{get:function(){return 0}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},hasAlphaChannel:{get:function(){return!0}}});lv.prototype.getTileCredits=function(e,t,n){};lv.prototype.requestImage=function(e,t,n,i){if(!!l(this._image))return Promise.resolve(this._image)};lv.prototype.pickFeatures=function(e,t,n,i,o){};var NV=lv;function yrt(e,t,n){this.type=e,l(t)||(e==="json"?t="application/json":e==="xml"?t="text/xml":e==="html"?t="text/html":e==="text"&&(t="text/plain")),this.format=t,l(n)||(e==="json"?n=Art:e==="xml"?n=Ert:(e==="html"||e==="text")&&(n=Hpe)),this.callback=n}function Art(e){let t=[],n=e.features;for(let i=0;i<n.length;++i){let o=n[i],r=new zh;if(r.data=o,r.properties=o.properties,r.configureNameFromProperties(o.properties),r.configureDescriptionFromProperties(o.properties),l(o.geometry)&&o.geometry.type==="Point"){let s=o.geometry.coordinates[0],a=o.geometry.coordinates[1];r.position=he.fromDegrees(s,a)}t.push(r)}return t}var vj="http://www.mapinfo.com/mxp",Crt="http://www.esri.com/wms",xrt="http://www.opengis.net/wfs",Trt="http://www.opengis.net/gml";function Ert(e){let t=e.documentElement;if(t.localName==="MultiFeatureCollection"&&t.namespaceURI===vj)return brt(e);if(t.localName==="FeatureInfoResponse"&&t.namespaceURI===Crt)return Srt(e);if(t.localName==="FeatureCollection"&&t.namespaceURI===xrt)return wrt(e);if(t.localName==="ServiceExceptionReport")throw new de(new XMLSerializer().serializeToString(t));return t.localName==="msGMLOutput"?Drt(e):vrt(e)}function brt(e){let t=[],i=e.documentElement.getElementsByTagNameNS(vj,"Feature");for(let o=0;o<i.length;++o){let r=i[o],s={},a=r.getElementsByTagNameNS(vj,"Val");for(let u=0;u<a.length;++u){let f=a[u];if(f.hasAttribute("ref")){let d=f.getAttribute("ref"),p=f.textContent.trim();s[d]=p}}let c=new zh;c.data=r,c.properties=s,c.configureNameFromProperties(s),c.configureDescriptionFromProperties(s),t.push(c)}return t}function Srt(e){let t=e.documentElement,n=[],i,o=t.getElementsByTagNameNS("*","FIELDS");if(o.length>0)for(let r=0;r<o.length;++r){let s=o[r];i={};let a=s.attributes;for(let c=0;c<a.length;++c){let u=a[c];i[u.name]=u.value}n.push(kV(s,i))}else{let r=t.getElementsByTagNameNS("*","FeatureInfo");for(let s=0;s<r.length;++s){let a=r[s];i={};let c=a.childNodes;for(let u=0;u<c.length;++u){let f=c[u];f.nodeType===Node.ELEMENT_NODE&&(i[f.localName]=f.textContent)}n.push(kV(a,i))}}return n}function wrt(e){let t=[],i=e.documentElement.getElementsByTagNameNS(Trt,"featureMember");for(let o=0;o<i.length;++o){let r=i[o],s={};Pj(r,s),t.push(kV(r,s))}return t}function Drt(e){let t=[],n,i=e.documentElement.childNodes;for(let r=0;r<i.length;r++)if(i[r].nodeType===Node.ELEMENT_NODE){n=i[r];break}if(!l(n))throw new de("Unable to find first child of the feature info xml document");let o=n.childNodes;for(let r=0;r<o.length;++r){let s=o[r];if(s.nodeType===Node.ELEMENT_NODE){let a={};Pj(s,a),t.push(kV(s,a))}}return t}function Pj(e,t){let n=!0;for(let i=0;i<e.childNodes.length;++i){let o=e.childNodes[i];o.nodeType===Node.ELEMENT_NODE&&(n=!1),!(o.localName==="Point"||o.localName==="LineString"||o.localName==="Polygon"||o.localName==="boundedBy")&&o.hasChildNodes()&&Pj(o,t)&&(t[o.localName]=o.textContent)}return n}function kV(e,t){let n=new zh;return n.data=e,n.properties=t,n.configureNameFromProperties(t),n.configureDescriptionFromProperties(t),n}function vrt(e){let t=new XMLSerializer().serializeToString(e),n=document.createElement("div"),i=document.createElement("pre");i.textContent=t,n.appendChild(i);let o=new zh;return o.data=e,o.description=n.innerHTML,[o]}var Prt=/<body>\s*<\/body>/im,Irt=/<ServiceExceptionReport([\s\S]*)<\/ServiceExceptionReport>/im,Ort=/<title>([\s\S]*)<\/title>/im;function Hpe(e){if(Prt.test(e)||Irt.test(e))return;let t,n=Ort.exec(e);n&&n.length>1&&(t=n[1]);let i=new zh;return i.name=t,i.description=e,i.data=e,[i]}var kE=yrt;function uv(e){e=y(e,y.EMPTY_OBJECT),this._tileCache={},this._tilesRequestedForInterval=[];let t=this._clock=e.clock;this._times=e.times,this._requestImageFunction=e.requestImageFunction,this._reloadFunction=e.reloadFunction,this._currentIntervalIndex=-1,t.onTick.addEventListener(this._clockOnTick,this),this._clockOnTick(t)}Object.defineProperties(uv.prototype,{clock:{get:function(){return this._clock},set:function(e){this._clock!==e&&(this._clock=e,this._clockOnTick(e),this._reloadFunction())}},times:{get:function(){return this._times},set:function(e){this._times!==e&&(this._times=e,this._clockOnTick(this._clock),this._reloadFunction())}},currentInterval:{get:function(){return this._times.get(this._currentIntervalIndex)}}});uv.prototype.getFromCache=function(e,t,n,i){let o=Gpe(e,t,n),r,s=this._tileCache[this._currentIntervalIndex];if(l(s)&&l(s[o])){let a=s[o];r=a.promise.catch(function(c){throw i.state=a.request.state,c}),delete s[o]}return r};uv.prototype.checkApproachingInterval=function(e,t,n,i){let o=Gpe(e,t,n),r=this._tilesRequestedForInterval,s=Wpe(this),a={key:o,priorityFunction:i.priorityFunction};(!l(s)||!jpe(this,a,s))&&r.push(a),r.length>=512&&r.splice(0,256)};uv.prototype._clockOnTick=function(e){let t=e.currentTime,i=this._times.indexOf(t),o=this._currentIntervalIndex;if(i!==o){let s=this._tileCache[o];for(let a in s)s.hasOwnProperty(a)&&s[a].request.cancel();delete this._tileCache[o],this._tilesRequestedForInterval=[],this._currentIntervalIndex=i,this._reloadFunction();return}let r=Wpe(this);if(l(r)){let s=this._tilesRequestedForInterval,a=!0;for(;a&&s.length!==0;){let c=s.pop();a=jpe(this,c,r),a||s.push(c)}}};function Gpe(e,t,n){return`${e}-${t}-${n}`}function Brt(e){let t=e.split("-");if(t.length===3)return{x:Number(t[0]),y:Number(t[1]),level:Number(t[2])}}function Wpe(e){let t=e._times;if(!l(t))return;let n=e._clock,i=n.currentTime,o=n.canAnimate&&n.shouldAnimate,r=n.multiplier;if(!o&&r!==0)return;let s,a=t.indexOf(i);if(a<0)return;let c=t.get(a);return r>0?(s=$.secondsDifference(c.stop,i),++a):(s=$.secondsDifference(c.start,i),--a),s/=r,a>=0&&s<=5?t.get(a):void 0}function jpe(e,t,n){let i=e._times.indexOf(n.start),o=e._tileCache,r=o[i];l(r)||(r=o[i]={});let s=t.key;if(l(r[s]))return!0;let a=Brt(s),c=new qo({throttle:!1,throttleByServer:!0,type:qr.IMAGERY,priorityFunction:t.priorityFunction}),u=e._requestImageFunction(a.x,a.y,a.level,c,n);return l(u)?(r[s]={promise:u,request:c},!0):!1}var VE=uv;var Rrt=[3034,3035,3042,3043,3044],Mrt=[4471,4559];function yd(e){if(e=y(e,y.EMPTY_OBJECT),l(e.times)&&!l(e.clock))throw new ye("options.times was specified, so options.clock is required.");this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0,this._getFeatureInfoUrl=y(e.getFeatureInfoUrl,e.url);let t=Pe.createIfNeeded(e.url),n=Pe.createIfNeeded(this._getFeatureInfoUrl);t.setQueryParameters(yd.DefaultParameters,!0),n.setQueryParameters(yd.GetFeatureInfoDefaultParameters,!0),l(e.parameters)&&t.setQueryParameters(qpe(e.parameters)),l(e.getFeatureInfoParameters)&&n.setQueryParameters(qpe(e.getFeatureInfoParameters));let i=this;this._reload=void 0,l(e.times)&&(this._timeDynamicImagery=new VE({clock:e.clock,times:e.times,requestImageFunction:function(s,a,c,u,f){return Ype(i,s,a,c,u,f)},reloadFunction:function(){l(i._reload)&&i._reload()}}));let o={};if(o.layers=e.layers,o.bbox="{westProjected},{southProjected},{eastProjected},{northProjected}",o.width="{width}",o.height="{height}",parseFloat(t.queryParameters.version)>=1.3){o.crs=y(e.crs,e.tilingScheme&&e.tilingScheme.projection instanceof Vi?"EPSG:3857":"CRS:84");let s=o.crs.split(":");if(s[0]==="EPSG"&&s.length===2){let a=Number(s[1]);(a>=4e3&&a<5e3&&!Mrt.includes(a)||Rrt.includes(a))&&(o.bbox="{southProjected},{westProjected},{northProjected},{eastProjected}")}}else o.srs=y(e.srs,e.tilingScheme&&e.tilingScheme.projection instanceof Vi?"EPSG:3857":"EPSG:4326");t.setQueryParameters(o,!0),n.setQueryParameters(o,!0);let r={query_layers:e.layers,info_format:"{format}"};parseFloat(n.queryParameters.version)>=1.3?(r.i="{i}",r.j="{j}"):(r.x="{i}",r.y="{j}"),n.setQueryParameters(r,!0),this._resource=t,this._pickFeaturesResource=n,this._layers=e.layers,this._tileProvider=new Va({url:t,pickFeaturesUrl:n,tilingScheme:y(e.tilingScheme,new ui({ellipsoid:e.ellipsoid})),rectangle:e.rectangle,tileWidth:e.tileWidth,tileHeight:e.tileHeight,minimumLevel:e.minimumLevel,maximumLevel:e.maximumLevel,subdomains:e.subdomains,tileDiscardPolicy:e.tileDiscardPolicy,credit:e.credit,getFeatureInfoFormats:y(e.getFeatureInfoFormats,yd.DefaultGetFeatureInfoFormats),enablePickFeatures:e.enablePickFeatures})}function Ype(e,t,n,i,o,r){let s=l(r)?r.data:void 0,a=e._tileProvider;return l(s)&&a._resource.setQueryParameters(s),a.requestImage(t,n,i,o)}function Lrt(e,t,n,i,o,r,s){let a=l(s)?s.data:void 0,c=e._tileProvider;return l(a)&&c._pickFeaturesResource.setQueryParameters(a),c.pickFeatures(t,n,i,o,r)}Object.defineProperties(yd.prototype,{url:{get:function(){return this._resource._url}},proxy:{get:function(){return this._resource.proxy}},layers:{get:function(){return this._layers}},tileWidth:{get:function(){return this._tileProvider.tileWidth}},tileHeight:{get:function(){return this._tileProvider.tileHeight}},maximumLevel:{get:function(){return this._tileProvider.maximumLevel}},minimumLevel:{get:function(){return this._tileProvider.minimumLevel}},tilingScheme:{get:function(){return this._tileProvider.tilingScheme}},rectangle:{get:function(){return this._tileProvider.rectangle}},tileDiscardPolicy:{get:function(){return this._tileProvider.tileDiscardPolicy}},errorEvent:{get:function(){return this._tileProvider.errorEvent}},ready:{get:function(){return this._tileProvider.ready}},readyPromise:{get:function(){return this._tileProvider.readyPromise}},credit:{get:function(){return this._tileProvider.credit}},hasAlphaChannel:{get:function(){return this._tileProvider.hasAlphaChannel}},enablePickFeatures:{get:function(){return this._tileProvider.enablePickFeatures},set:function(e){this._tileProvider.enablePickFeatures=e}},clock:{get:function(){return this._timeDynamicImagery.clock},set:function(e){this._timeDynamicImagery.clock=e}},times:{get:function(){return this._timeDynamicImagery.times},set:function(e){this._timeDynamicImagery.times=e}},getFeatureInfoUrl:{get:function(){return this._getFeatureInfoUrl}}});yd.prototype.getTileCredits=function(e,t,n){return this._tileProvider.getTileCredits(e,t,n)};yd.prototype.requestImage=function(e,t,n,i){let o,r=this._timeDynamicImagery,s;return l(r)&&(s=r.currentInterval,o=r.getFromCache(e,t,n,i)),l(o)||(o=Ype(this,e,t,n,i,s)),l(o)&&l(r)&&r.checkApproachingInterval(e,t,n,i),o};yd.prototype.pickFeatures=function(e,t,n,i,o){let r=this._timeDynamicImagery,s=l(r)?r.currentInterval:void 0;return Lrt(this,e,t,n,i,o,s)};yd.DefaultParameters=Object.freeze({service:"WMS",version:"1.1.1",request:"GetMap",styles:"",format:"image/jpeg"});yd.GetFeatureInfoDefaultParameters=Object.freeze({service:"WMS",version:"1.1.1",request:"GetFeatureInfo"});yd.DefaultGetFeatureInfoFormats=Object.freeze([Object.freeze(new kE("json","application/json")),Object.freeze(new kE("xml","text/xml")),Object.freeze(new kE("text","text/html"))]);function qpe(e){let t={};for(let n in e)e.hasOwnProperty(n)&&(t[n.toLowerCase()]=e[n]);return t}var VV=yd;var Frt=Object.freeze({service:"WMTS",version:"1.0.0",request:"GetTile"});function fv(e){e=y(e,y.EMPTY_OBJECT),this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0;let t=Pe.createIfNeeded(e.url),n=e.style,i=e.tileMatrixSetID,o=t.url,r=o.match(/{/g);if(!l(r)||r.length===1&&/{s}/.test(o))t.setQueryParameters(Frt),this._useKvp=!0;else{let d={style:n,Style:n,TileMatrixSet:i};t.setTemplateValues(d),this._useKvp=!1}this._resource=t,this._layer=e.layer,this._style=n,this._tileMatrixSetID=i,this._tileMatrixLabels=e.tileMatrixLabels,this._format=y(e.format,"image/jpeg"),this._tileDiscardPolicy=e.tileDiscardPolicy,this._tilingScheme=l(e.tilingScheme)?e.tilingScheme:new Gr({ellipsoid:e.ellipsoid}),this._tileWidth=y(e.tileWidth,256),this._tileHeight=y(e.tileHeight,256),this._minimumLevel=y(e.minimumLevel,0),this._maximumLevel=e.maximumLevel,this._rectangle=y(e.rectangle,this._tilingScheme.rectangle),this._dimensions=e.dimensions;let s=this;this._reload=void 0,l(e.times)&&(this._timeDynamicImagery=new VE({clock:e.clock,times:e.times,requestImageFunction:function(d,p,g,m,A){return Xpe(s,d,p,g,m,A)},reloadFunction:function(){l(s._reload)&&s._reload()}})),this._readyPromise=Promise.resolve(!0);let a=this._tilingScheme.positionToTileXY(ce.southwest(this._rectangle),this._minimumLevel),c=this._tilingScheme.positionToTileXY(ce.northeast(this._rectangle),this._minimumLevel),u=(Math.abs(c.x-a.x)+1)*(Math.abs(c.y-a.y)+1);this._errorEvent=new _e;let f=e.credit;this._credit=typeof f=="string"?new Yt(f):f,this._subdomains=e.subdomains,Array.isArray(this._subdomains)?this._subdomains=this._subdomains.slice():l(this._subdomains)&&this._subdomains.length>0?this._subdomains=this._subdomains.split(""):this._subdomains=["a","b","c"]}function Xpe(e,t,n,i,o,r){let s=e._tileMatrixLabels,a=l(s)?s[i]:i.toString(),c=e._subdomains,u=e._dimensions,f=l(r)?r.data:void 0,d,p;if(!e._useKvp)p={TileMatrix:a,TileRow:n.toString(),TileCol:t.toString(),s:c[(t+n+i)%c.length]},d=e._resource.getDerivedResource({request:o}),d.setTemplateValues(p),l(u)&&d.setTemplateValues(u),l(f)&&d.setTemplateValues(f);else{let g={};g.tilematrix=a,g.layer=e._layer,g.style=e._style,g.tilerow=n,g.tilecol=t,g.tilematrixset=e._tileMatrixSetID,g.format=e._format,l(u)&&(g=pt(g,u)),l(f)&&(g=pt(g,f)),p={s:c[(t+n+i)%c.length]},d=e._resource.getDerivedResource({queryParameters:g,request:o}),d.setTemplateValues(p)}return rl.loadImage(e,d)}Object.defineProperties(fv.prototype,{url:{get:function(){return this._resource.url}},proxy:{get:function(){return this._resource.proxy}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){return this._maximumLevel}},minimumLevel:{get:function(){return this._minimumLevel}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._rectangle}},tileDiscardPolicy:{get:function(){return this._tileDiscardPolicy}},errorEvent:{get:function(){return this._errorEvent}},format:{get:function(){return this._format}},ready:{value:!0},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},hasAlphaChannel:{get:function(){return!0}},clock:{get:function(){return this._timeDynamicImagery.clock},set:function(e){this._timeDynamicImagery.clock=e}},times:{get:function(){return this._timeDynamicImagery.times},set:function(e){this._timeDynamicImagery.times=e}},dimensions:{get:function(){return this._dimensions},set:function(e){this._dimensions!==e&&(this._dimensions=e,l(this._reload)&&this._reload())}}});fv.prototype.getTileCredits=function(e,t,n){};fv.prototype.requestImage=function(e,t,n,i){let o,r=this._timeDynamicImagery,s;return l(r)&&(s=r.currentInterval,o=r.getFromCache(e,t,n,i)),l(o)||(o=Xpe(this,e,t,n,i,s)),l(o)&&l(r)&&r.checkApproachingInterval(e,t,n,i),o};fv.prototype.pickFeatures=function(e,t,n,i,o){};var UV=fv;function yp(e){return function(t){return new e(t)}}var Nrt={ARCGIS_MAPSERVER:yp(qg),BING:yp(pV),GOOGLE_EARTH:yp(LV),MAPBOX:yp(FV),SINGLE_TILE:yp(NV),TMS:yp(pA),URL_TEMPLATE:yp(Va),WMS:yp(VV),WMTS:yp(UV)};function Kg(e){e=y(e,y.EMPTY_OBJECT);let t=e.assetId;this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0,this._ready=!1,this._tileCredits=void 0,this._errorEvent=new _e;let n=this,i=Fh._createEndpointResource(t,e),o=e.assetId.toString()+e.accessToken+e.server,r=Kg._endpointCache[o];l(r)||(r=i.fetchJson(),Kg._endpointCache[o]=r),this._readyPromise=r.then(function(s){if(s.type!=="IMAGERY")return Promise.reject(new de(`Cesium ion asset ${t} is not an imagery asset.`));let a,c=s.externalType;if(!l(c))a=new pA({url:new Fh(s,i)});else{let u=Nrt[c];if(!l(u))return Promise.reject(new de(`Unrecognized Cesium ion imagery type: ${c}`));a=u(s.options)}return n._tileCredits=Fh.getCreditsFromEndpoint(s,i),a.errorEvent.addEventListener(function(u){u.provider=n,n._errorEvent.raiseEvent(u)}),n._imageryProvider=a,a.readyPromise.then(function(){return n._ready=!0,!0})})}Object.defineProperties(Kg.prototype,{ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},rectangle:{get:function(){return this._imageryProvider.rectangle}},tileWidth:{get:function(){return this._imageryProvider.tileWidth}},tileHeight:{get:function(){return this._imageryProvider.tileHeight}},maximumLevel:{get:function(){return this._imageryProvider.maximumLevel}},minimumLevel:{get:function(){return this._imageryProvider.minimumLevel}},tilingScheme:{get:function(){return this._imageryProvider.tilingScheme}},tileDiscardPolicy:{get:function(){return this._imageryProvider.tileDiscardPolicy}},errorEvent:{get:function(){return this._errorEvent}},credit:{get:function(){return this._imageryProvider.credit}},hasAlphaChannel:{get:function(){return this._imageryProvider.hasAlphaChannel},proxy:{get:function(){}}}});Kg.prototype.getTileCredits=function(e,t,n){let i=this._imageryProvider.getTileCredits(e,t,n);return l(i)?this._tileCredits.concat(i):this._tileCredits};Kg.prototype.requestImage=function(e,t,n,i){return this._imageryProvider.requestImage(e,t,n,i)};Kg.prototype.pickFeatures=function(e,t,n,i,o){return this._imageryProvider.pickFeatures(e,t,n,i,o)};Kg._endpointCache={};var Jg=Kg;var krt={AERIAL:2,AERIAL_WITH_LABELS:3,ROAD:4},Zg=Object.freeze(krt);function Vrt(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.style,Zg.AERIAL);return new Jg({assetId:t})}var Qg=Vrt;var $pe=Ii(pl(),1),Kpe=576,Urt=100,dv="#ffffff",Ij="#48b";function e_e(e,t){this.credit=e,this.count=y(t,1)}function zrt(e,t){let n=e.length;for(let i=0;i<n;i++){let o=e[i];if(Yt.equals(o,t))return!0}return!1}function Hrt(e){let t=e._previousCesiumCredit,n=e._currentCesiumCredit;Yt.equals(n,t)||(l(t)&&e._cesiumCreditContainer.removeChild(t.element),l(n)&&e._cesiumCreditContainer.appendChild(n.element),e._previousCesiumCredit=n)}var t_e="cesium-credit-delimiter";function Jpe(e){let t=document.createElement("span");return t.textContent=e,t.className=t_e,t}function Zpe(e,t){if(l(t)){let n=document.createElement(t);n._creditId=e._creditId,n.appendChild(e),e=n}return e}function Qpe(e,t,n,i){let o=e.childNodes,r=-1;t.sort(function(s,a){return a.count-s.count});for(let s=0;s<t.length;++s){let a=t[s].credit;if(l(a)){if(r=s,l(n)&&(r*=2,s>0)){let u=r-1;if(o.length<=u)e.appendChild(Jpe(n));else{let f=o[u];f.className!==t_e&&e.replaceChild(Jpe(n),f)}}let c=a.element;if(o.length<=r)e.appendChild(Zpe(c,i));else{let u=o[r];u._creditId!==a._id&&e.replaceChild(Zpe(c,i),u)}}}for(++r;r<o.length;)e.removeChild(o[r])}function Grt(e){let t=e._lightboxCredits,n=e.viewport.clientWidth,i=e.viewport.clientHeight;n!==e._lastViewportWidth&&(n<Kpe?(t.className="cesium-credit-lightbox cesium-credit-lightbox-mobile",t.style.marginTop="0"):(t.className="cesium-credit-lightbox cesium-credit-lightbox-expanded",t.style.marginTop=`${Math.floor((i-t.clientHeight)*.5)}px`),e._lastViewportWidth=n),n>=Kpe&&i!==e._lastViewportHeight&&(t.style.marginTop=`${Math.floor((i-t.clientHeight)*.5)}px`,e._lastViewportHeight=i)}function Ua(e,t){let n=`${e} {`;for(let i in t)t.hasOwnProperty(i)&&(n+=`${i}: ${t[i]}; `);return n+=` }
`,n}function Wrt(){let e="";e+=Ua(".cesium-credit-lightbox-overlay",{display:"none","z-index":"1",position:"absolute",top:"0",left:"0",width:"100%",height:"100%","background-color":"rgba(80, 80, 80, 0.8)"}),e+=Ua(".cesium-credit-lightbox",{"background-color":"#303336",color:dv,position:"relative","min-height":`${Urt}px`,margin:"auto"}),e+=Ua(".cesium-credit-lightbox > ul > li a, .cesium-credit-lightbox > ul > li a:visited",{color:dv}),e+=Ua(".cesium-credit-lightbox > ul > li a:hover",{color:Ij}),e+=Ua(".cesium-credit-lightbox.cesium-credit-lightbox-expanded",{border:"1px solid #444","border-radius":"5px","max-width":"370px"}),e+=Ua(".cesium-credit-lightbox.cesium-credit-lightbox-mobile",{height:"100%",width:"100%"}),e+=Ua(".cesium-credit-lightbox-title",{padding:"20px 20px 0 20px"}),e+=Ua(".cesium-credit-lightbox-close",{"font-size":"18pt",cursor:"pointer",position:"absolute",top:"0",right:"6px",color:dv}),e+=Ua(".cesium-credit-lightbox-close:hover",{color:Ij}),e+=Ua(".cesium-credit-lightbox > ul",{margin:"0",padding:"12px 20px 12px 40px","font-size":"13px"}),e+=Ua(".cesium-credit-lightbox > ul > li",{"padding-bottom":"6px"}),e+=Ua(".cesium-credit-lightbox > ul > li *",{padding:"0",margin:"0"}),e+=Ua(".cesium-credit-expand-link",{"padding-left":"5px",cursor:"pointer","text-decoration":"underline",color:dv}),e+=Ua(".cesium-credit-expand-link:hover",{color:Ij}),e+=Ua(".cesium-credit-text",{color:dv}),e+=Ua(".cesium-credit-textContainer *, .cesium-credit-logoContainer *",{display:"inline"});let t=document.head,n=document.createElement("style");n.innerHTML=e,t.insertBefore(n,t.firstChild)}function ur(e,t,n){let i=this;n=y(n,document.body);let o=document.createElement("div");o.className="cesium-credit-lightbox-overlay",n.appendChild(o);let r=document.createElement("div");r.className="cesium-credit-lightbox",o.appendChild(r);function s(m){r.contains(m.target)||i.hideLightbox()}o.addEventListener("click",s,!1);let a=document.createElement("div");a.className="cesium-credit-lightbox-title",a.textContent="Data provided by:",r.appendChild(a);let c=document.createElement("a");c.onclick=this.hideLightbox.bind(this),c.innerHTML="&times;",c.className="cesium-credit-lightbox-close",r.appendChild(c);let u=document.createElement("ul");r.appendChild(u);let f=document.createElement("div");f.className="cesium-credit-logoContainer",f.style.display="inline",e.appendChild(f);let d=document.createElement("div");d.className="cesium-credit-textContainer",d.style.display="inline",e.appendChild(d);let p=document.createElement("a");p.className="cesium-credit-expand-link",p.onclick=this.showLightbox.bind(this),p.textContent="Data attribution",e.appendChild(p),Wrt();let g=Yt.clone(ur.cesiumCredit);this._delimiter=y(t," \u2022 "),this._screenContainer=d,this._cesiumCreditContainer=f,this._lastViewportHeight=void 0,this._lastViewportWidth=void 0,this._lightboxCredits=r,this._creditList=u,this._lightbox=o,this._hideLightbox=s,this._expandLink=p,this._expanded=!1,this._defaultCredits=[],this._cesiumCredit=g,this._previousCesiumCredit=void 0,this._currentCesiumCredit=g,this._creditDisplayElementPool=[],this._creditDisplayElementIndex=0,this._currentFrameCredits={screenCredits:new gt,lightboxCredits:new gt},this._defaultCredit=void 0,this.viewport=n,this.container=e}function n_e(e,t,n,i){i=y(i,1);let o=t.get(n.id);if(l(o))o.count<Number.MAX_VALUE&&(o.count+=i);else{let r=e._creditDisplayElementPool,s=e._creditDisplayElementPoolIndex;s<r.length?(o=r[s],o.credit=n,o.count=i):(o=new e_e(n,i),r.push(o)),++e._creditDisplayElementPoolIndex,t.set(n.id,o)}}ur.prototype.addCredit=function(e){if(e._isIon){l(this._defaultCredit)||(this._defaultCredit=Yt.clone(i_e())),this._currentCesiumCredit=this._defaultCredit;return}let t;e.showOnScreen?t=this._currentFrameCredits.screenCredits:t=this._currentFrameCredits.lightboxCredits,n_e(this,t,e)};ur.prototype.addDefaultCredit=function(e){let t=this._defaultCredits;zrt(t,e)||t.push(e)};ur.prototype.removeDefaultCredit=function(e){let t=this._defaultCredits,n=t.indexOf(e);n!==-1&&t.splice(n,1)};ur.prototype.showLightbox=function(){this._lightbox.style.display="block",this._expanded=!0};ur.prototype.hideLightbox=function(){this._lightbox.style.display="none",this._expanded=!1};ur.prototype.update=function(){this._expanded&&Grt(this)};ur.prototype.beginFrame=function(){let e=this._currentFrameCredits;this._creditDisplayElementPoolIndex=0;let t=e.screenCredits;t.removeAll();let n=this._defaultCredits;for(let i=0;i<n.length;++i){let o=n[i];n_e(this,t,o,Number.MAX_VALUE)}e.lightboxCredits.removeAll(),Yt.equals(ur.cesiumCredit,this._cesiumCredit)||(this._cesiumCredit=Yt.clone(ur.cesiumCredit)),this._currentCesiumCredit=this._cesiumCredit};ur.prototype.endFrame=function(){let e=this._currentFrameCredits.screenCredits.values;Qpe(this._screenContainer,e,this._delimiter,void 0);let t=this._currentFrameCredits.lightboxCredits.values;this._expandLink.style.display=t.length>0?"inline":"none",Qpe(this._creditList,t,void 0,"li"),Hrt(this)};ur.prototype.destroy=function(){return this._lightbox.removeEventListener("click",this._hideLightbox,!1),this.container.removeChild(this._cesiumCreditContainer),this.container.removeChild(this._screenContainer),this.container.removeChild(this._expandLink),this.viewport.removeChild(this._lightbox),le(this)};ur.prototype.isDestroyed=function(){return!1};ur._cesiumCredit=void 0;ur._cesiumCreditInitialized=!1;var zV;function i_e(){if(!l(zV)){let e=Kt("Assets/Images/ion-credit.png");e.indexOf("http://")!==0&&e.indexOf("https://")!==0&&e.indexOf("data:")!==0&&(e=new $pe.default(e).path()),zV=new Yt(`<a href="https://cesium.com/" target="_blank"><img src="${e}" title="Cesium ion"/></a>`,!0)}return ur._cesiumCreditInitialized||(ur._cesiumCredit=zV,ur._cesiumCreditInitialized=!0),zV}Object.defineProperties(ur,{cesiumCredit:{get:function(){return i_e(),ur._cesiumCredit},set:function(e){ur._cesiumCredit=e,ur._cesiumCreditInitialized=!0}}});ur.CreditDisplayElement=e_e;var HV=ur;function hv(e){e=y(e,y.EMPTY_OBJECT);let t=e.attributeName,n=e.perInstanceAttribute;l(n)||(n=!1);let i=y(e.glslDatatype,"vec3"),o=`v_${t}`,r;if(t==="normal"||t==="tangent"||t==="bitangent")r=`vec4 getColor() { return vec4((${o} + vec3(1.0)) * 0.5, 1.0); }
`;else switch(t==="st"&&(i="vec2"),i){case"float":r=`vec4 getColor() { return vec4(vec3(${o}), 1.0); }
`;break;case"vec2":r=`vec4 getColor() { return vec4(${o}, 0.0, 1.0); }
`;break;case"vec3":r=`vec4 getColor() { return vec4(${o}, 1.0); }
`;break;case"vec4":r=`vec4 getColor() { return ${o}; }
`;break}let s=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute float batchId;
${n?"":`attribute ${i} ${t};
`}varying ${i} ${o};
void main()
{
vec4 p = czm_translateRelativeToEye(position3DHigh, position3DLow);
${n?`${o} = czm_batchTable_${t}(batchId);
`:`${o} = ${t};
`}gl_Position = czm_modelViewProjectionRelativeToEye * p;
}`,a=`varying ${i} ${o};
${r}
void main()
{
gl_FragColor = getColor();
}`;this.material=void 0,this.translucent=y(e.translucent,!1),this._vertexShaderSource=y(e.vertexShaderSource,s),this._fragmentShaderSource=y(e.fragmentShaderSource,a),this._renderState=Zi.getDefaultRenderState(!1,!1,e.renderState),this._closed=y(e.closed,!1),this._attributeName=t,this._glslDatatype=i}Object.defineProperties(hv.prototype,{vertexShaderSource:{get:function(){return this._vertexShaderSource}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},renderState:{get:function(){return this._renderState}},closed:{get:function(){return this._closed}},attributeName:{get:function(){return this._attributeName}},glslDatatype:{get:function(){return this._glslDatatype}}});hv.prototype.getFragmentShaderSource=Zi.prototype.getFragmentShaderSource;hv.prototype.isTranslucent=Zi.prototype.isTranslucent;hv.prototype.getRenderState=Zi.prototype.getRenderState;var o_e=hv;function GV(e){e=y(e,y.EMPTY_OBJECT),this._camera=e.camera,this._frustumSplits=e.frustumSplits,this._color=y(e.color,U.CYAN),this._updateOnChange=y(e.updateOnChange,!0),this.show=y(e.show,!0),this.id=e.id,this._id=void 0,this._outlinePrimitives=[],this._planesPrimitives=[]}var jrt=new h,qrt=new Q,Yrt=new Be,Xrt=new gi,Krt=new il,Jrt=new Jt,Zrt=new Sr,Qrt=new U,$rt=[1,1e5];GV.prototype.update=function(e){if(!this.show)return;let t=this._planesPrimitives,n=this._outlinePrimitives,i,o;if(this._updateOnChange){for(o=t.length,i=0;i<o;++i)n[i]=n[i]&&n[i].destroy(),t[i]=t[i]&&t[i].destroy();t.length=0,n.length=0}if(t.length===0){let r=this._camera,s=r.frustum,a;s instanceof gi?a=Xrt:s instanceof il?a=Krt:s instanceof Jt?a=Jrt:a=Zrt,a=s.clone(a);let c,u=this._frustumSplits;!l(u)||u.length<=1?(u=$rt,u[0]=this._camera.frustum.near,u[1]=this._camera.frustum.far,c=1):c=u.length-1;let f=r.positionWC,d=r.directionWC,p=r.upWC,g=r.rightWC;g=h.negate(g,jrt);let m=qrt;Q.setColumn(m,0,g,m),Q.setColumn(m,1,p,m),Q.setColumn(m,2,d,m);let A=Be.fromRotationMatrix(m,Yrt);for(t.length=n.length=c,i=0;i<c;++i)a.near=u[i],a.far=u[i+1],t[i]=new Cn({geometryInstances:new _t({geometry:new xE({origin:f,orientation:A,frustum:a,_drawNearPlane:i===0}),attributes:{color:Bt.fromColor(U.fromAlpha(this._color,.1,Qrt))},id:this.id,pickPrimitive:this}),appearance:new Qt({translucent:!0,flat:!0}),asynchronous:!1}),n[i]=new Cn({geometryInstances:new _t({geometry:new Ck({origin:f,orientation:A,frustum:a,_drawNearPlane:i===0}),attributes:{color:Bt.fromColor(this._color)},id:this.id,pickPrimitive:this}),appearance:new Qt({translucent:!1,flat:!0}),asynchronous:!1})}for(o=t.length,i=0;i<o;++i)n[i].update(e),t[i].update(e)};GV.prototype.isDestroyed=function(){return!1};GV.prototype.destroy=function(){let e=this._planesPrimitives.length;for(let t=0;t<e;++t)this._outlinePrimitives[t]=this._outlinePrimitives[t]&&this._outlinePrimitives[t].destroy(),this._planesPrimitives[t]=this._planesPrimitives[t]&&this._planesPrimitives[t].destroy();return le(this)};var Ap=GV;function r_e(){this._cachedShowFrustumsShaders={}}function est(e){let t={},n=e.vertexAttributes;for(let i in n)n.hasOwnProperty(i)&&(t[i]=n[i].index);return t}function tst(e,t){let n=e.context,i=t,o=i.fragmentShaderSource.clone(),r=[];o.sources=o.sources.map(function(f){f=Ve.replaceMain(f,"czm_Debug_main");let d=/gl_FragData\[(\d+)\]/g,p;for(;(p=d.exec(f))!==null;)r.indexOf(p[1])===-1&&r.push(p[1]);return f});let s=r.length,a="";a+=`uniform vec3 debugShowCommandsColor;
`,a+=`uniform vec3 debugShowFrustumsColor;
`,a+=`void main()
{
czm_Debug_main();
`;let c;if(s>0)for(c=0;c<s;++c)a+=` gl_FragData[${r[c]}].rgb *= debugShowCommandsColor;
`,a+=` gl_FragData[${r[c]}].rgb *= debugShowFrustumsColor;
`;else a+=` gl_FragColor.rgb *= debugShowCommandsColor;
`,a+=` gl_FragColor.rgb *= debugShowFrustumsColor;
`;a+="}",o.sources.push(a);let u=est(i);return jt.fromCache({context:n,vertexShaderSource:i.vertexShaderSource,fragmentShaderSource:o,attributeLocations:u})}var mv=new U;function nst(e,t){let n;return l(t.uniformMap)?n=t.uniformMap:n={},l(n.debugShowCommandsColor)||l(n.debugShowFrustumsColor)||(n.debugShowCommandsColor=function(){return e.debugShowCommands?(l(t._debugColor)||(t._debugColor=U.fromRandom()),t._debugColor):U.WHITE},n.debugShowFrustumsColor=function(){return e.debugShowFrustums?(mv.red=t.debugOverlappingFrustums&1<<0?1:0,mv.green=t.debugOverlappingFrustums&1<<1?1:0,mv.blue=t.debugOverlappingFrustums&1<<2?1:0,mv.alpha=1,mv):U.WHITE}),n}var ist=new Ze;r_e.prototype.executeDebugShowFrustumsCommand=function(e,t,n){let i=t.shaderProgram.id,o=this._cachedShowFrustumsShaders[i];l(o)||(o=tst(e,t.shaderProgram),this._cachedShowFrustumsShaders[i]=o);let r=Ze.shallowClone(t,ist);r.shaderProgram=o,r.uniformMap=nst(e,t),r.execute(e.context,n)};var WV=r_e;function jV(e){e=y(e,y.EMPTY_OBJECT),this.length=y(e.length,1e7),this._length=void 0,this.width=y(e.width,2),this._width=void 0,this.show=y(e.show,!0),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._modelMatrix=new F,this.id=e.id,this._id=void 0,this._primitive=void 0}jV.prototype.update=function(e){if(!!this.show){if(!l(this._primitive)||!F.equals(this._modelMatrix,this.modelMatrix)||this._length!==this.length||this._width!==this.width||this._id!==this.id){this._modelMatrix=F.clone(this.modelMatrix,this._modelMatrix),this._length=this.length,this._width=this.width,this._id=this.id,l(this._primitive)&&this._primitive.destroy(),this.modelMatrix[12]===0&&this.modelMatrix[13]===0&&this.modelMatrix[14]===0&&(this.modelMatrix[14]=.01);let t=new _t({geometry:new pg({positions:[h.ZERO,h.UNIT_X],width:this.width,vertexFormat:kr.VERTEX_FORMAT,colors:[U.RED,U.RED],arcType:qt.NONE}),modelMatrix:F.multiplyByUniformScale(this.modelMatrix,this.length,new F),id:this.id,pickPrimitive:this}),n=new _t({geometry:new pg({positions:[h.ZERO,h.UNIT_Y],width:this.width,vertexFormat:kr.VERTEX_FORMAT,colors:[U.GREEN,U.GREEN],arcType:qt.NONE}),modelMatrix:F.multiplyByUniformScale(this.modelMatrix,this.length,new F),id:this.id,pickPrimitive:this}),i=new _t({geometry:new pg({positions:[h.ZERO,h.UNIT_Z],width:this.width,vertexFormat:kr.VERTEX_FORMAT,colors:[U.BLUE,U.BLUE],arcType:qt.NONE}),modelMatrix:F.multiplyByUniformScale(this.modelMatrix,this.length,new F),id:this.id,pickPrimitive:this});this._primitive=new Cn({geometryInstances:[t,n,i],appearance:new kr,asynchronous:!1})}this._primitive.update(e)}};jV.prototype.isDestroyed=function(){return!1};jV.prototype.destroy=function(){return this._primitive=this._primitive&&this._primitive.destroy(),le(this)};var qV=jV;function _v(e){this._rs=void 0,this._sp=void 0,this._va=void 0,this._command=void 0,this._mode=void 0,this._useLogDepth=!1,this._ellipsoidOffset=y(e,0)}var pv=Lt.supportsTypedArrays()?new Float32Array(12):[],s_e=new h,a_e=new h,Oj=new h,c_e=new h,YV=new h;function ost(e,t){let n=e.radii,i=t.camera,o,r,s;if(i.frustum instanceof Jt)o=h.ZERO,r=i.rightWC,s=i.upWC;else{let d=i.positionWC,p=h.multiplyComponents(e.oneOverRadii,d,s_e),g=h.normalize(p,a_e),m=h.normalize(h.cross(h.UNIT_Z,p,Oj),Oj),A=h.normalize(h.cross(g,m,c_e),c_e),C=h.magnitude(p),x=Math.sqrt(C*C-1);o=h.multiplyByScalar(g,1/C,s_e);let b=x/C;r=h.multiplyByScalar(m,b,a_e),s=h.multiplyByScalar(A,b,Oj)}let a=h.add(o,s,YV);h.subtract(a,r,a),h.multiplyComponents(n,a,a),h.pack(a,pv,0);let c=h.subtract(o,s,YV);h.subtract(c,r,c),h.multiplyComponents(n,c,c),h.pack(c,pv,3);let u=h.add(o,s,YV);h.add(u,r,u),h.multiplyComponents(n,u,u),h.pack(u,pv,6);let f=h.subtract(o,s,YV);return h.add(f,r,f),h.multiplyComponents(n,f,f),h.pack(f,pv,9),pv}_v.prototype.update=function(e){if(this._mode=e.mode,e.mode!==ee.SCENE3D)return;let t=e.context,n=e.mapProjection.ellipsoid.radii,i=new ie(n.x+this._ellipsoidOffset,n.y+this._ellipsoidOffset,n.z+this._ellipsoidOffset),o=e.useLogDepth;if(l(this._command)||(this._rs=Ne.fromCache({cull:{enabled:!0},depthTest:{enabled:!0},colorMask:{red:!1,green:!1,blue:!1,alpha:!1}}),this._command=new Ze({renderState:this._rs,boundingVolume:new re(h.ZERO,i.maximumRadius),pass:xe.OPAQUE,owner:this})),!l(this._sp)||this._useLogDepth!==o){this._useLogDepth=o;let s=new Ve({sources:[Jk]}),a=new Ve({sources:[Kk]});if(o){let c=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
`;a.sources.push(c),a.defines.push("LOG_DEPTH"),s.defines.push("LOG_DEPTH")}this._sp=jt.replaceCache({shaderProgram:this._sp,context:t,vertexShaderSource:s,fragmentShaderSource:a,attributeLocations:{position:0}}),this._command.shaderProgram=this._sp}let r=ost(i,e);if(l(this._va))this._va.getAttribute(0).vertexBuffer.copyFromArrayView(r);else{let s=new it({attributes:{position:new be({componentDatatype:K.FLOAT,componentsPerAttribute:3,values:r})},indices:[0,1,2,2,1,3],primitiveType:Oe.TRIANGLES});this._va=Zn.fromGeometry({context:t,geometry:s,attributeLocations:{position:0},bufferUsage:Le.DYNAMIC_DRAW}),this._command.vertexArray=this._va}};_v.prototype.execute=function(e,t){this._mode===ee.SCENE3D&&this._command.execute(e,t)};_v.prototype.isDestroyed=function(){return!1};_v.prototype.destroy=function(){this._sp=this._sp&&this._sp.destroy(),this._va=this._va&&this._va.destroy()};var XV=_v;function gv(){}var rst=/\bgl_FragDepthEXT\b/,sst=/\bdiscard\b/;function ast(e,t){let n=e.shaderCache.getDerivedShaderProgram(t,"depthOnly");if(!l(n)){let i=t._attributeLocations,o=t.fragmentShaderSource,r,s=!1,a=o.sources,c=a.length;for(r=0;r<c;++r)if(rst.test(a[r])||sst.test(a[r])){s=!0;break}let u=!1,f=o.defines;for(c=f.length,r=0;r<c;++r)if(f[r]==="LOG_DEPTH"){u=!0;break}let d;!s&&!u?(d=`void main()
{
gl_FragColor = vec4(1.0);
}
`,o=new Ve({sources:[d]})):!s&&u&&(d=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
void main()
{
gl_FragColor = vec4(1.0);
czm_writeLogDepth();
}
`,o=new Ve({defines:["LOG_DEPTH"],sources:[d]})),n=e.shaderCache.createDerivedShaderProgram(t,"depthOnly",{vertexShaderSource:t.vertexShaderSource,fragmentShaderSource:o,attributeLocations:i})}return n}function cst(e,t){let n=e._depthOnlyRenderStateCache,i=n[t.id];if(!l(i)){let o=Ne.getState(t);o.depthMask=!0,o.colorMask={red:!1,green:!1,blue:!1,alpha:!1},i=Ne.fromCache(o),n[t.id]=i}return i}gv.createDepthOnlyDerivedCommand=function(e,t,n,i){l(i)||(i={});let o,r;return l(i.depthOnlyCommand)&&(o=i.depthOnlyCommand.shaderProgram,r=i.depthOnlyCommand.renderState),i.depthOnlyCommand=Ze.shallowClone(t,i.depthOnlyCommand),!l(o)||i.shaderProgramId!==t.shaderProgram.id?(i.depthOnlyCommand.shaderProgram=ast(n,t.shaderProgram),i.depthOnlyCommand.renderState=cst(e,t.renderState),i.shaderProgramId=t.shaderProgram.id):(i.depthOnlyCommand.shaderProgram=o,i.depthOnlyCommand.renderState=r),i};var lst=/\s+czm_writeLogDepth\(/,ust=/\s+czm_vertexLogDepth\(/,fst=/\s*#extension\s+GL_EXT_frag_depth\s*:\s*enable/;function dst(e,t){let n=e.shaderCache.getDerivedShaderProgram(t,"logDepth");if(!l(n)){let i=t._attributeLocations,o=t.vertexShaderSource.clone(),r=t.fragmentShaderSource.clone();o.defines=l(o.defines)?o.defines.slice(0):[],o.defines.push("LOG_DEPTH"),r.defines=l(r.defines)?r.defines.slice(0):[],r.defines.push("LOG_DEPTH");let s,a,c=!1,u=o.sources,f=u.length;for(s=0;s<f;++s)if(ust.test(u[s])){c=!0;break}if(!c){for(s=0;s<f;++s)u[s]=Ve.replaceMain(u[s],"czm_log_depth_main");a=`
void main()
{
czm_log_depth_main();
czm_vertexLogDepth();
}
`,u.push(a)}for(u=r.sources,f=u.length,c=!1,s=0;s<f;++s)lst.test(u[s])&&(c=!0);r.defines.indexOf("LOG_DEPTH_WRITE")!==-1&&(c=!0);let d=!0;for(s=0;s<f;++s)fst.test(u[s])&&(d=!1);let p="";if(d&&(p+=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
`),!c){for(s=0;s<f;s++)u[s]=Ve.replaceMain(u[s],"czm_log_depth_main");p+=`
void main()
{
czm_log_depth_main();
czm_writeLogDepth();
}
`}u.push(p),n=e.shaderCache.createDerivedShaderProgram(t,"logDepth",{vertexShaderSource:o,fragmentShaderSource:r,attributeLocations:i})}return n}gv.createLogDepthCommand=function(e,t,n){l(n)||(n={});let i;return l(n.command)&&(i=n.command.shaderProgram),n.command=Ze.shallowClone(e,n.command),!l(i)||n.shaderProgramId!==e.shaderProgram.id?(n.command.shaderProgram=dst(t,e.shaderProgram),n.shaderProgramId=e.shaderProgram.id):n.command.shaderProgram=i,n};function hst(e,t,n){let i=e.shaderCache.getDerivedShaderProgram(t,"pick");if(!l(i)){let o=t._attributeLocations,r=t.fragmentShaderSource,s=r.sources,a=s.length,c=`void main()
{
czm_non_pick_main();
if (gl_FragColor.a == 0.0) {
discard;
}
gl_FragColor = ${n};
}
`,u=new Array(a+1);for(let f=0;f<a;++f)u[f]=Ve.replaceMain(s[f],"czm_non_pick_main");u[a]=c,r=new Ve({sources:u,defines:r.defines}),i=e.shaderCache.createDerivedShaderProgram(t,"pick",{vertexShaderSource:t.vertexShaderSource,fragmentShaderSource:r,attributeLocations:o})}return i}function mst(e,t){let n=e.picking.pickRenderStateCache,i=n[t.id];if(!l(i)){let o=Ne.getState(t);o.blending.enabled=!1,o.depthMask=!0,i=Ne.fromCache(o),n[t.id]=i}return i}gv.createPickDerivedCommand=function(e,t,n,i){l(i)||(i={});let o,r;return l(i.pickCommand)&&(o=i.pickCommand.shaderProgram,r=i.pickCommand.renderState),i.pickCommand=Ze.shallowClone(t,i.pickCommand),!l(o)||i.shaderProgramId!==t.shaderProgram.id?(i.pickCommand.shaderProgram=hst(n,t.shaderProgram,t.pickId),i.pickCommand.renderState=mst(e,t.renderState),i.shaderProgramId=t.shaderProgram.id):(i.pickCommand.shaderProgram=o,i.pickCommand.renderState=r),i};function pst(e,t){let n=e.shaderCache.getDerivedShaderProgram(t,"HDR");if(!l(n)){let i=t._attributeLocations,o=t.vertexShaderSource.clone(),r=t.fragmentShaderSource.clone();o.defines=l(o.defines)?o.defines.slice(0):[],o.defines.push("HDR"),r.defines=l(r.defines)?r.defines.slice(0):[],r.defines.push("HDR"),n=e.shaderCache.createDerivedShaderProgram(t,"HDR",{vertexShaderSource:o,fragmentShaderSource:r,attributeLocations:i})}return n}gv.createHdrCommand=function(e,t,n){l(n)||(n={});let i;return l(n.command)&&(i=n.command.shaderProgram),n.command=Ze.shallowClone(e,n.command),!l(i)||n.shaderProgramId!==e.shaderProgram.id?(n.command.shaderProgram=pst(t,e.shaderProgram),n.shaderProgramId=e.shaderProgram.id):n.command.shaderProgram=i,n};var $g=gv;function KV(e){this._scene=e,this._lastAlpha=void 0,this._lastBeta=void 0,this._lastGamma=void 0,this._alpha=void 0,this._beta=void 0,this._gamma=void 0;let t=this;function n(i){let o=i.alpha;if(!l(o)){t._alpha=void 0,t._beta=void 0,t._gamma=void 0;return}t._alpha=I.toRadians(o),t._beta=I.toRadians(i.beta),t._gamma=I.toRadians(i.gamma)}window.addEventListener("deviceorientation",n,!1),this._removeListener=function(){window.removeEventListener("deviceorientation",n,!1)}}var _st=new Be,l_e=new Be,gst=new Q;function yst(e,t,n,i){let o=e.direction,r=e.right,s=e.up,a=Be.fromAxisAngle(o,n,l_e),c=Be.fromAxisAngle(r,i,_st),u=Be.multiply(c,a,c),f=Be.fromAxisAngle(s,t,l_e);Be.multiply(f,u,u);let d=Q.fromQuaternion(u,gst);Q.multiplyByVector(d,r,r),Q.multiplyByVector(d,s,s),Q.multiplyByVector(d,o,o)}KV.prototype.update=function(){if(!l(this._alpha))return;l(this._lastAlpha)||(this._lastAlpha=this._alpha,this._lastBeta=this._beta,this._lastGamma=this._gamma);let e=this._lastAlpha-this._alpha,t=this._lastBeta-this._beta,n=this._lastGamma-this._gamma;yst(this._scene.camera,-e,t,n),this._lastAlpha=this._alpha,this._lastBeta=this._beta,this._lastGamma=this._gamma};KV.prototype.isDestroyed=function(){return!1};KV.prototype.destroy=function(){return this._removeListener(),le(this)};var JV=KV;function Ast(e){this.direction=h.clone(e.direction),this.color=U.clone(y(e.color,U.WHITE)),this.intensity=y(e.intensity,1)}var u_e=Ast;var Bj={position:0};function ZV(e){e=y(e,y.EMPTY_OBJECT),this.center=h.clone(y(e.center,h.ZERO)),this._center=new h,this.radii=h.clone(e.radii),this._radii=new h,this._oneOverEllipsoidRadiiSquared=new h,this._boundingSphere=new re,this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._modelMatrix=new F,this._computedModelMatrix=new F,this.show=y(e.show,!0),this.material=y(e.material,$i.fromType($i.ColorType)),this._material=void 0,this._translucent=void 0,this.id=e.id,this._id=void 0,this.debugShowBoundingVolume=y(e.debugShowBoundingVolume,!1),this.onlySunLighting=y(e.onlySunLighting,!1),this._onlySunLighting=!1,this._depthTestEnabled=y(e.depthTestEnabled,!0),this._useLogDepth=!1,this._sp=void 0,this._rs=void 0,this._va=void 0,this._pickSP=void 0,this._pickId=void 0,this._colorCommand=new Ze({owner:y(e._owner,this)}),this._pickCommand=new Ze({owner:y(e._owner,this),pickOnly:!0});let t=this;this._uniforms={u_radii:function(){return t.radii},u_oneOverEllipsoidRadiiSquared:function(){return t._oneOverEllipsoidRadiiSquared}},this._pickUniforms={czm_pickColor:function(){return t._pickId.color}}}function Cst(e){let t=e.cache.ellipsoidPrimitive_vertexArray;if(l(t))return t;let n=gl.createGeometry(gl.fromDimensions({dimensions:new h(2,2,2),vertexFormat:we.POSITION_ONLY}));return t=Zn.fromGeometry({context:e,geometry:n,attributeLocations:Bj,bufferUsage:Le.STATIC_DRAW,interleave:!0}),e.cache.ellipsoidPrimitive_vertexArray=t,t}var f_e=`#ifdef GL_EXT_frag_depth
#extension GL_EXT_frag_depth : enable
#endif
`;ZV.prototype.update=function(e){if(!this.show||e.mode!==ee.SCENE3D||!l(this.center)||!l(this.radii))return;let t=e.context,n=this.material.isTranslucent(),i=this._translucent!==n;(!l(this._rs)||i)&&(this._translucent=n,this._rs=Ne.fromCache({cull:{enabled:!0,face:Ci.FRONT},depthTest:{enabled:this._depthTestEnabled},depthMask:!n&&t.fragmentDepth,blending:n?an.ALPHA_BLEND:void 0})),l(this._va)||(this._va=Cst(t));let o=!1,r=this.radii;if(!h.equals(this._radii,r)){h.clone(r,this._radii);let A=this._oneOverEllipsoidRadiiSquared;A.x=1/(r.x*r.x),A.y=1/(r.y*r.y),A.z=1/(r.z*r.z),o=!0}(!F.equals(this.modelMatrix,this._modelMatrix)||!h.equals(this.center,this._center))&&(F.clone(this.modelMatrix,this._modelMatrix),h.clone(this.center,this._center),F.multiplyByTranslation(this.modelMatrix,this.center,this._computedModelMatrix),o=!0),o&&(h.clone(h.ZERO,this._boundingSphere.center),this._boundingSphere.radius=h.maximumComponent(r),re.transform(this._boundingSphere,this._computedModelMatrix,this._boundingSphere));let s=this._material!==this.material;this._material=this.material,this._material.update(t);let a=this.onlySunLighting!==this._onlySunLighting;this._onlySunLighting=this.onlySunLighting;let c=e.useLogDepth,u=this._useLogDepth!==c;this._useLogDepth=c;let f=this._colorCommand,d,p;(s||a||i||u)&&(d=new Ve({sources:[KD]}),p=new Ve({sources:[this.material.shaderSource,XD]}),this.onlySunLighting&&p.defines.push("ONLY_SUN_LIGHTING"),!n&&t.fragmentDepth&&p.defines.push("WRITE_DEPTH"),this._useLogDepth&&(d.defines.push("LOG_DEPTH"),p.defines.push("LOG_DEPTH"),p.sources.push(f_e)),this._sp=jt.replaceCache({context:t,shaderProgram:this._sp,vertexShaderSource:d,fragmentShaderSource:p,attributeLocations:Bj}),f.vertexArray=this._va,f.renderState=this._rs,f.shaderProgram=this._sp,f.uniformMap=pt(this._uniforms,this.material._uniforms),f.executeInClosestFrustum=n);let g=e.commandList,m=e.passes;if(m.render&&(f.boundingVolume=this._boundingSphere,f.debugShowBoundingVolume=this.debugShowBoundingVolume,f.modelMatrix=this._computedModelMatrix,f.pass=n?xe.TRANSLUCENT:xe.OPAQUE,g.push(f)),m.pick){let A=this._pickCommand;(!l(this._pickId)||this._id!==this.id)&&(this._id=this.id,this._pickId=this._pickId&&this._pickId.destroy(),this._pickId=t.createPickId({primitive:this,id:this.id})),(s||a||!l(this._pickSP)||u)&&(d=new Ve({sources:[KD]}),p=new Ve({sources:[this.material.shaderSource,XD],pickColorQualifier:"uniform"}),this.onlySunLighting&&p.defines.push("ONLY_SUN_LIGHTING"),!n&&t.fragmentDepth&&p.defines.push("WRITE_DEPTH"),this._useLogDepth&&(d.defines.push("LOG_DEPTH"),p.defines.push("LOG_DEPTH"),p.sources.push(f_e)),this._pickSP=jt.replaceCache({context:t,shaderProgram:this._pickSP,vertexShaderSource:d,fragmentShaderSource:p,attributeLocations:Bj}),A.vertexArray=this._va,A.renderState=this._rs,A.shaderProgram=this._pickSP,A.uniformMap=pt(pt(this._uniforms,this._pickUniforms),this.material._uniforms),A.executeInClosestFrustum=n),A.boundingVolume=this._boundingSphere,A.modelMatrix=this._computedModelMatrix,A.pass=n?xe.TRANSLUCENT:xe.OPAQUE,g.push(A)}};ZV.prototype.isDestroyed=function(){return!1};ZV.prototype.destroy=function(){return this._sp=this._sp&&this._sp.destroy(),this._pickSP=this._pickSP&&this._pickSP.destroy(),this._pickId=this._pickId&&this._pickId.destroy(),le(this)};var QV=ZV;var $V=`varying vec3 v_positionMC;
varying vec3 v_positionEC;
varying vec2 v_st;
void main()
{
czm_materialInput materialInput;
vec3 normalEC = normalize(czm_normal3D * czm_geodeticSurfaceNormal(v_positionMC, vec3(0.0), vec3(1.0)));
#ifdef FACE_FORWARD
normalEC = faceforward(normalEC, vec3(0.0, 0.0, 1.0), -normalEC);
#endif
materialInput.s = v_st.s;
materialInput.st = v_st;
materialInput.str = vec3(v_st, 0.0);
materialInput.normalEC = normalEC;
materialInput.tangentToEyeMatrix = czm_eastNorthUpToEyeCoordinates(v_positionMC, materialInput.normalEC);
vec3 positionToEyeEC = -v_positionEC;
materialInput.positionToEyeEC = positionToEyeEC;
czm_material material = czm_getMaterial(materialInput);
#ifdef FLAT
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);
#else
gl_FragColor = czm_phong(normalize(positionToEyeEC), material, czm_lightDirectionEC);
#endif
}
`;var eU=`attribute vec3 position3DHigh;
attribute vec3 position3DLow;
attribute vec2 st;
attribute float batchId;
varying vec3 v_positionMC;
varying vec3 v_positionEC;
varying vec2 v_st;
void main()
{
vec4 p = czm_computePosition();
v_positionMC = position3DHigh + position3DLow;
v_positionEC = (czm_modelViewRelativeToEye * p).xyz;
v_st = st;
gl_Position = czm_modelViewProjectionRelativeToEye * p;
}
`;function _A(e){e=y(e,y.EMPTY_OBJECT);let t=y(e.translucent,!0),n=y(e.aboveGround,!1);this.material=l(e.material)?e.material:$i.fromType($i.ColorType),this.translucent=y(e.translucent,!0),this._vertexShaderSource=y(e.vertexShaderSource,eU),this._fragmentShaderSource=y(e.fragmentShaderSource,$V),this._renderState=Zi.getDefaultRenderState(t,!n,e.renderState),this._closed=!1,this._flat=y(e.flat,!1),this._faceForward=y(e.faceForward,n),this._aboveGround=n}Object.defineProperties(_A.prototype,{vertexShaderSource:{get:function(){return this._vertexShaderSource}},fragmentShaderSource:{get:function(){return this._fragmentShaderSource}},renderState:{get:function(){return this._renderState}},closed:{get:function(){return this._closed}},vertexFormat:{get:function(){return _A.VERTEX_FORMAT}},flat:{get:function(){return this._flat}},faceForward:{get:function(){return this._faceForward}},aboveGround:{get:function(){return this._aboveGround}}});_A.VERTEX_FORMAT=we.POSITION_AND_ST;_A.prototype.getFragmentShaderSource=Zi.prototype.getFragmentShaderSource;_A.prototype.isTranslucent=Zi.prototype.isTranslucent;_A.prototype.getRenderState=Zi.prototype.getRenderState;var d_e=_A;function h_e(){this.enabled=!0,this.renderable=!0,this.density=2e-4,this.screenSpaceErrorFactor=2,this.minimumBrightness=.03}var tU=[359.393,800.749,1275.6501,2151.1192,3141.7763,4777.5198,6281.2493,12364.307,15900.765,49889.0549,78026.8259,99260.7344,120036.3873,151011.0158,156091.1953,203849.3112,274866.9803,319916.3149,493552.0528,628733.5874],Hh=[2e-5,2e-4,1e-4,7e-5,5e-5,4e-5,3e-5,19e-6,1e-5,85e-7,62e-7,58e-7,53e-7,52e-7,51e-7,42e-7,4e-6,34e-7,26e-7,22e-7];for(let e=0;e<Hh.length;++e)Hh[e]*=1e6;var m_e=Hh[1],Rj=Hh[Hh.length-1];for(let e=0;e<Hh.length;++e)Hh[e]=(Hh[e]-Rj)/(m_e-Rj);var Fs=0;function xst(e){let t=tU,n=t.length;if(e<t[0])return Fs=0,Fs;if(e>t[n-1])return Fs=n-2,Fs;if(e>=t[Fs]){if(Fs+1<n&&e<t[Fs+1])return Fs;if(Fs+2<n&&e<t[Fs+2])return++Fs,Fs}else if(Fs-1>=0&&e>=t[Fs-1])return--Fs,Fs;let i;for(i=0;i<n-2&&!(e>=t[i]&&e<t[i+1]);++i);return Fs=i,Fs}var Tst=new h;h_e.prototype.update=function(e){if(!(e.fog.enabled=this.enabled))return;e.fog.renderable=this.renderable;let n=e.camera,i=n.positionCartographic;if(!l(i)||i.height>8e5||e.mode!==ee.SCENE3D){e.fog.enabled=!1;return}let o=i.height,r=xst(o),s=I.clamp((o-tU[r])/(tU[r+1]-tU[r]),0,1),a=I.lerp(Hh[r],Hh[r+1],s),c=this.density*1e6,u=c/m_e*Rj;a=a*(c-u)*1e-6;let f=h.normalize(n.positionWC,Tst),d=Math.abs(h.dot(n.directionWC,f));a*=1-d,e.fog.density=a,e.fog.sse=this.screenSpaceErrorFactor,e.fog.minimumBrightness=this.minimumBrightness};var nU=h_e;function al(e){this._scene=e.scene,this.samplingWindow=y(e.samplingWindow,al.defaultSettings.samplingWindow),this.quietPeriod=y(e.quietPeriod,al.defaultSettings.quietPeriod),this.warmupPeriod=y(e.warmupPeriod,al.defaultSettings.warmupPeriod),this.minimumFrameRateDuringWarmup=y(e.minimumFrameRateDuringWarmup,al.defaultSettings.minimumFrameRateDuringWarmup),this.minimumFrameRateAfterWarmup=y(e.minimumFrameRateAfterWarmup,al.defaultSettings.minimumFrameRateAfterWarmup),this._lowFrameRate=new _e,this._nominalFrameRate=new _e,this._frameTimes=[],this._needsQuietPeriod=!0,this._quietPeriodEndTime=0,this._warmupPeriodEndTime=0,this._frameRateIsLow=!1,this._lastFramesPerSecond=void 0,this._pauseCount=0;let t=this;this._preUpdateRemoveListener=this._scene.preUpdate.addEventListener(function(o,r){Est(t,r)}),this._hiddenPropertyName=document.hidden!==void 0?"hidden":document.mozHidden!==void 0?"mozHidden":document.msHidden!==void 0?"msHidden":document.webkitHidden!==void 0?"webkitHidden":void 0;let n=document.hidden!==void 0?"visibilitychange":document.mozHidden!==void 0?"mozvisibilitychange":document.msHidden!==void 0?"msvisibilitychange":document.webkitHidden!==void 0?"webkitvisibilitychange":void 0;function i(){bst(t)}this._visibilityChangeRemoveListener=void 0,l(n)&&(document.addEventListener(n,i,!1),this._visibilityChangeRemoveListener=function(){document.removeEventListener(n,i,!1)})}al.defaultSettings={samplingWindow:5,quietPeriod:2,warmupPeriod:5,minimumFrameRateDuringWarmup:4,minimumFrameRateAfterWarmup:8};al.fromScene=function(e){return(!l(e._frameRateMonitor)||e._frameRateMonitor.isDestroyed())&&(e._frameRateMonitor=new al({scene:e})),e._frameRateMonitor};Object.defineProperties(al.prototype,{scene:{get:function(){return this._scene}},lowFrameRate:{get:function(){return this._lowFrameRate}},nominalFrameRate:{get:function(){return this._nominalFrameRate}},lastFramesPerSecond:{get:function(){return this._lastFramesPerSecond}}});al.prototype.pause=function(){++this._pauseCount,this._pauseCount===1&&(this._frameTimes.length=0,this._lastFramesPerSecond=void 0)};al.prototype.unpause=function(){--this._pauseCount,this._pauseCount<=0&&(this._pauseCount=0,this._needsQuietPeriod=!0)};al.prototype.isDestroyed=function(){return!1};al.prototype.destroy=function(){return this._preUpdateRemoveListener(),l(this._visibilityChangeRemoveListener)&&this._visibilityChangeRemoveListener(),le(this)};function Est(e,t){if(e._pauseCount>0)return;let n=wi();if(e._needsQuietPeriod)e._needsQuietPeriod=!1,e._frameTimes.length=0,e._quietPeriodEndTime=n+e.quietPeriod/jn.SECONDS_PER_MILLISECOND,e._warmupPeriodEndTime=e._quietPeriodEndTime+(e.warmupPeriod+e.samplingWindow)/jn.SECONDS_PER_MILLISECOND;else if(n>=e._quietPeriodEndTime){e._frameTimes.push(n);let i=n-e.samplingWindow/jn.SECONDS_PER_MILLISECOND;if(e._frameTimes.length>=2&&e._frameTimes[0]<=i){for(;e._frameTimes.length>=2&&e._frameTimes[1]<i;)e._frameTimes.shift();let o=(n-e._frameTimes[0])/(e._frameTimes.length-1);e._lastFramesPerSecond=1e3/o;let r=1e3/(n>e._warmupPeriodEndTime?e.minimumFrameRateAfterWarmup:e.minimumFrameRateDuringWarmup);o>r?e._frameRateIsLow||(e._frameRateIsLow=!0,e._needsQuietPeriod=!0,e.lowFrameRate.raiseEvent(e.scene,e._lastFramesPerSecond)):e._frameRateIsLow&&(e._frameRateIsLow=!1,e._needsQuietPeriod=!0,e.nominalFrameRate.raiseEvent(e.scene,e._lastFramesPerSecond))}}}function bst(e){document[e._hiddenPropertyName]?e.pause():e.unpause()}var iU=al;function Sst(e,t,n){this.context=e,this.commandList=[],this.shadowMaps=[],this.brdfLutGenerator=void 0,this.environmentMap=void 0,this.sphericalHarmonicCoefficients=void 0,this.specularEnvironmentMaps=void 0,this.specularEnvironmentMapsMaximumLOD=void 0,this.mode=ee.SCENE3D,this.morphTime=ee.getMorphTime(ee.SCENE3D),this.frameNumber=0,this.newFrame=!1,this.time=void 0,this.jobScheduler=n,this.mapProjection=void 0,this.camera=void 0,this.cameraUnderground=!1,this.globeTranslucencyState=void 0,this.cullingVolume=void 0,this.occluder=void 0,this.maximumScreenSpaceError=void 0,this.pixelRatio=1,this.passes={render:!1,pick:!1,depth:!1,postProcess:!1,offscreen:!1},this.creditDisplay=t,this.afterRender=[],this.scene3DOnly=!1,this.fog={enabled:!1,density:void 0,sse:void 0,minimumBrightness:void 0},this.terrainExaggeration=1,this.terrainExaggerationRelativeHeight=0,this.shadowState={shadowsEnabled:!0,shadowMaps:[],lightShadowMaps:[],nearPlane:1,farPlane:5e3,closestObjectSize:1e3,lastDirtyTime:0,outOfView:!0},this.splitPosition=0,this.frustumSplits=[],this.backgroundColor=void 0,this.light=void 0,this.minimumDisableDepthTestDistance=void 0,this.invertClassification=!1,this.invertClassificationColor=void 0,this.useLogDepth=!1,this.tilesetPassState=void 0,this.minimumTerrainHeight=0}var oU=Sst;function wst(e,t){this.near=y(e,0),this.far=y(t,0);let n=xe.NUMBER_OF_PASSES,i=new Array(n),o=new Array(n);for(let r=0;r<n;++r)i[r]=[],o[r]=0;this.commands=i,this.indices=o}var rU=wst;function Dst(e,t,n){return` float clipDistance = clip(gl_FragCoord, ${e}, ${t});
vec4 clippingPlanesEdgeColor = vec4(1.0);
clippingPlanesEdgeColor.rgb = ${n}.rgb;
float clippingPlanesEdgeWidth = ${n}.a;
if (clipDistance > 0.0 && clipDistance < clippingPlanesEdgeWidth)
{
gl_FragColor = clippingPlanesEdgeColor;
}
`}var sU=Dst;var vst=new H;function Pst(e,t){let n=e.unionClippingRegions,i=e.length,o=Ys.useFloatTexture(t),r=Ys.getTextureResolution(e,t,vst),s=r.x,a=r.y,c=o?Bst(s,a):Rst(s,a);return c+=`
`,c+=n?Ist(i):Ost(i),c}function Ist(e){return`float clip(vec4 fragCoord, sampler2D clippingPlanes, mat4 clippingPlanesMatrix)
{
vec4 position = czm_windowToEyeCoordinates(fragCoord);
vec3 clipNormal = vec3(0.0);
vec3 clipPosition = vec3(0.0);
float clipAmount;
float pixelWidth = czm_metersPerPixel(position);
bool breakAndDiscard = false;
for (int i = 0; i < ${e}; ++i)
{
vec4 clippingPlane = getClippingPlane(clippingPlanes, i, clippingPlanesMatrix);
clipNormal = clippingPlane.xyz;
clipPosition = -clippingPlane.w * clipNormal;
float amount = dot(clipNormal, (position.xyz - clipPosition)) / pixelWidth;
clipAmount = czm_branchFreeTernary(i == 0, amount, min(amount, clipAmount));
if (amount <= 0.0)
{
breakAndDiscard = true;
break;
}
}
if (breakAndDiscard) {
discard;
}
return clipAmount;
}
`}function Ost(e){return`float clip(vec4 fragCoord, sampler2D clippingPlanes, mat4 clippingPlanesMatrix)
{
bool clipped = true;
vec4 position = czm_windowToEyeCoordinates(fragCoord);
vec3 clipNormal = vec3(0.0);
vec3 clipPosition = vec3(0.0);
float clipAmount = 0.0;
float pixelWidth = czm_metersPerPixel(position);
for (int i = 0; i < ${e}; ++i)
{
vec4 clippingPlane = getClippingPlane(clippingPlanes, i, clippingPlanesMatrix);
clipNormal = clippingPlane.xyz;
clipPosition = -clippingPlane.w * clipNormal;
float amount = dot(clipNormal, (position.xyz - clipPosition)) / pixelWidth;
clipAmount = max(amount, clipAmount);
clipped = clipped && (amount <= 0.0);
}
if (clipped)
{
discard;
}
return clipAmount;
}
`}function Bst(e,t){let n=1/e,i=1/t,o=`${n}`;o.indexOf(".")===-1&&(o+=".0");let r=`${i}`;return r.indexOf(".")===-1&&(r+=".0"),`vec4 getClippingPlane(highp sampler2D packedClippingPlanes, int clippingPlaneNumber, mat4 transform)
{
int pixY = clippingPlaneNumber / ${e};
int pixX = clippingPlaneNumber - (pixY * ${e});
float u = (float(pixX) + 0.5) * ${o};
float v = (float(pixY) + 0.5) * ${r};
vec4 plane = texture2D(packedClippingPlanes, vec2(u, v));
return czm_transformPlane(plane, transform);
}
`}function Rst(e,t){let n=1/e,i=1/t,o=`${n}`;o.indexOf(".")===-1&&(o+=".0");let r=`${i}`;return r.indexOf(".")===-1&&(r+=".0"),`vec4 getClippingPlane(highp sampler2D packedClippingPlanes, int clippingPlaneNumber, mat4 transform)
{
int clippingPlaneStartIndex = clippingPlaneNumber * 2;
int pixY = clippingPlaneStartIndex / ${e};
int pixX = clippingPlaneStartIndex - (pixY * ${e});
float u = (float(pixX) + 0.5) * ${o};
float v = (float(pixY) + 0.5) * ${r};
vec4 oct32 = texture2D(packedClippingPlanes, vec2(u, v)) * 255.0;
vec2 oct = vec2(oct32.x * 256.0 + oct32.y, oct32.z * 256.0 + oct32.w);
vec4 plane;
plane.xyz = czm_octDecode(oct, 65535.0);
plane.w = czm_unpackFloat(texture2D(packedClippingPlanes, vec2(u + ${o}, v)));
return czm_transformPlane(plane, transform);
}
`}var UE=Pst;function Mst(e,t,n,i,o){this.numberOfDayTextures=e,this.flags=t,this.material=n,this.shaderProgram=i,this.clippingShaderState=o}function Mj(){this.baseVertexShaderSource=void 0,this.baseFragmentShaderSource=void 0,this._shadersByTexturesFlags=[],this.material=void 0}function Lst(e){let t="vec4 getPosition(vec3 position, float height, vec2 textureCoordinates) { return getPosition3DMode(position, height, textureCoordinates); }",n="vec4 getPosition(vec3 position, float height, vec2 textureCoordinates) { return getPositionColumbusViewMode(position, height, textureCoordinates); }",i="vec4 getPosition(vec3 position, float height, vec2 textureCoordinates) { return getPositionMorphingMode(position, height, textureCoordinates); }",o;switch(e){case ee.SCENE3D:o=t;break;case ee.SCENE2D:case ee.COLUMBUS_VIEW:o=n;break;case ee.MORPHING:o=i;break}return o}function Fst(e){return e?"float get2DYPositionFraction(vec2 textureCoordinates) { return get2DMercatorYPositionFraction(textureCoordinates); }":"float get2DYPositionFraction(vec2 textureCoordinates) { return get2DGeographicYPositionFraction(textureCoordinates); }"}Mj.prototype.getShaderProgram=function(e){let t=e.frameState,n=e.surfaceTile,i=e.numberOfDayTextures,o=e.applyBrightness,r=e.applyContrast,s=e.applyHue,a=e.applySaturation,c=e.applyGamma,u=e.applyAlpha,f=e.applyDayNightAlpha,d=e.applySplit,p=e.showReflectiveOcean,g=e.showOceanWaves,m=e.enableLighting,A=e.dynamicAtmosphereLighting,C=e.dynamicAtmosphereLightingFromSun,x=e.showGroundAtmosphere,b=e.perFragmentGroundAtmosphere,E=e.hasVertexNormals,S=e.useWebMercatorProjection,D=e.enableFog,v=e.enableClippingPlanes,O=e.clippingPlanes,R=e.clippedByBoundaries,M=e.hasImageryLayerCutout,L=e.colorCorrect,_=e.highlightFillTile,T=e.colorToAlpha,w=e.hasGeodeticSurfaceNormals,P=e.hasExaggeration,B=e.showUndergroundColor,N=e.translucent,z=0,V="",k=n.renderedMesh.encoding;k.quantization===Ms.BITS12&&(z=1,V="QUANTIZATION_BITS12");let q=0,Y="";R&&(q=1,Y="TILE_LIMIT_RECTANGLE");let W=0,J="";M&&(W=1,J="APPLY_IMAGERY_CUTOUT");let Z=t.mode,ue=Z|o<<2|r<<3|s<<4|a<<5|c<<6|u<<7|p<<8|g<<9|m<<10|A<<11|C<<12|x<<13|b<<14|E<<15|S<<16|D<<17|z<<18|d<<19|v<<20|q<<21|W<<22|L<<23|_<<24|T<<25|w<<26|P<<27|B<<28|N<<29|f<<30,pe=0;l(O)&&O.length>0&&(pe=v?O.clippingPlanesState:0);let oe=n.surfaceShader;if(l(oe)&&oe.numberOfDayTextures===i&&oe.flags===ue&&oe.material===this.material&&oe.clippingShaderState===pe)return oe.shaderProgram;let fe=this._shadersByTexturesFlags[i];if(l(fe)||(fe=this._shadersByTexturesFlags[i]=[]),oe=fe[ue],!l(oe)||oe.material!==this.material||oe.clippingShaderState!==pe){let ge=this.baseVertexShaderSource.clone(),Ee=this.baseFragmentShaderSource.clone();pe!==0&&Ee.sources.unshift(UE(O,t.context)),ge.defines.push(V),Ee.defines.push(`TEXTURE_UNITS ${i}`,Y,J),o&&Ee.defines.push("APPLY_BRIGHTNESS"),r&&Ee.defines.push("APPLY_CONTRAST"),s&&Ee.defines.push("APPLY_HUE"),a&&Ee.defines.push("APPLY_SATURATION"),c&&Ee.defines.push("APPLY_GAMMA"),u&&Ee.defines.push("APPLY_ALPHA"),f&&Ee.defines.push("APPLY_DAY_NIGHT_ALPHA"),p&&(Ee.defines.push("SHOW_REFLECTIVE_OCEAN"),ge.defines.push("SHOW_REFLECTIVE_OCEAN")),g&&Ee.defines.push("SHOW_OCEAN_WAVES"),T&&Ee.defines.push("APPLY_COLOR_TO_ALPHA"),B&&(ge.defines.push("UNDERGROUND_COLOR"),Ee.defines.push("UNDERGROUND_COLOR")),N&&(ge.defines.push("TRANSLUCENT"),Ee.defines.push("TRANSLUCENT")),m&&(E?(ge.defines.push("ENABLE_VERTEX_LIGHTING"),Ee.defines.push("ENABLE_VERTEX_LIGHTING")):(ge.defines.push("ENABLE_DAYNIGHT_SHADING"),Ee.defines.push("ENABLE_DAYNIGHT_SHADING"))),A&&(ge.defines.push("DYNAMIC_ATMOSPHERE_LIGHTING"),Ee.defines.push("DYNAMIC_ATMOSPHERE_LIGHTING"),C&&(ge.defines.push("DYNAMIC_ATMOSPHERE_LIGHTING_FROM_SUN"),Ee.defines.push("DYNAMIC_ATMOSPHERE_LIGHTING_FROM_SUN"))),x&&(ge.defines.push("GROUND_ATMOSPHERE"),Ee.defines.push("GROUND_ATMOSPHERE"),b&&(ge.defines.push("PER_FRAGMENT_GROUND_ATMOSPHERE"),Ee.defines.push("PER_FRAGMENT_GROUND_ATMOSPHERE"))),ge.defines.push("INCLUDE_WEB_MERCATOR_Y"),Ee.defines.push("INCLUDE_WEB_MERCATOR_Y"),D&&(ge.defines.push("FOG"),Ee.defines.push("FOG")),d&&Ee.defines.push("APPLY_SPLIT"),v&&Ee.defines.push("ENABLE_CLIPPING_PLANES"),L&&Ee.defines.push("COLOR_CORRECT"),_&&Ee.defines.push("HIGHLIGHT_FILL_TILE"),w&&ge.defines.push("GEODETIC_SURFACE_NORMALS"),P&&ge.defines.push("EXAGGERATION");let Ie=` vec4 computeDayColor(vec4 initialColor, vec3 textureCoordinates, float nightBlend)
{
vec4 color = initialColor;
`;M&&(Ie+=` vec4 cutoutAndColorResult;
bool texelUnclipped;
`);for(let Ge=0;Ge<i;++Ge)M?Ie+=` cutoutAndColorResult = u_dayTextureCutoutRectangles[${Ge}];
texelUnclipped = v_textureCoordinates.x < cutoutAndColorResult.x || cutoutAndColorResult.z < v_textureCoordinates.x || v_textureCoordinates.y < cutoutAndColorResult.y || cutoutAndColorResult.w < v_textureCoordinates.y;
cutoutAndColorResult = sampleAndBlend(
`:Ie+=` color = sampleAndBlend(
`,Ie+=` color,
u_dayTextures[${Ge}],
u_dayTextureUseWebMercatorT[${Ge}] ? textureCoordinates.xz : textureCoordinates.xy,
u_dayTextureTexCoordsRectangle[${Ge}],
u_dayTextureTranslationAndScale[${Ge}],
${u?`u_dayTextureAlpha[${Ge}]`:"1.0"},
${f?`u_dayTextureNightAlpha[${Ge}]`:"1.0"},
${f?`u_dayTextureDayAlpha[${Ge}]`:"1.0"},
${o?`u_dayTextureBrightness[${Ge}]`:"0.0"},
${r?`u_dayTextureContrast[${Ge}]`:"0.0"},
${s?`u_dayTextureHue[${Ge}]`:"0.0"},
${a?`u_dayTextureSaturation[${Ge}]`:"0.0"},
${c?`u_dayTextureOneOverGamma[${Ge}]`:"0.0"},
${d?`u_dayTextureSplit[${Ge}]`:"0.0"},
${T?`u_colorsToAlpha[${Ge}]`:"vec4(0.0)"},
nightBlend );
`,M&&(Ie+=` color = czm_branchFreeTernary(texelUnclipped, cutoutAndColorResult, color);
`);Ie+=` return color;
}`,Ee.sources.push(Ie),ge.sources.push(Lst(Z)),ge.sources.push(Fst(S));let Me=jt.fromCache({context:t.context,vertexShaderSource:ge,fragmentShaderSource:Ee,attributeLocations:k.getAttributeLocations()});oe=fe[ue]=new Mst(i,ue,this.material,Me,pe)}return n.surfaceShader=oe,oe.shaderProgram};Mj.prototype.destroy=function(){let e,t,n=this._shadersByTexturesFlags;for(let i in n)if(n.hasOwnProperty(i)){let o=n[i];if(!l(o))continue;for(e in o)o.hasOwnProperty(e)&&(t=o[e],l(t)&&t.shaderProgram.destroy())}return le(this)};var aU=Mj;var Nst={UNLOADED:0,TRANSITIONING:1,RECEIVED:2,TEXTURE_LOADED:3,READY:4,FAILED:5,INVALID:6,PLACEHOLDER:7},ni=Object.freeze(Nst);var kst={START:0,LOADING:1,DONE:2,FAILED:3},Ns=Object.freeze(kst);var Vst={FAILED:0,UNLOADED:1,RECEIVING:2,RECEIVED:3,TRANSFORMING:4,TRANSFORMED:5,READY:6},_o=Object.freeze(Vst);function Uo(){this.imagery=[],this.waterMaskTexture=void 0,this.waterMaskTranslationAndScale=new se(0,0,1,1),this.terrainData=void 0,this.vertexArray=void 0,this.tileBoundingRegion=void 0,this.occludeePointInScaledSpace=new h,this.boundingVolumeSourceTile=void 0,this.boundingVolumeIsFromMesh=!1,this.terrainState=_o.UNLOADED,this.mesh=void 0,this.fill=void 0,this.pickBoundingSphere=new re,this.surfaceShader=void 0,this.isClipped=!0,this.clippedByBoundaries=!1}Object.defineProperties(Uo.prototype,{eligibleForUnloading:{get:function(){let e=this.terrainState,n=!(e===_o.RECEIVING||e===_o.TRANSFORMING),i=this.imagery;for(let o=0,r=i.length;n&&o<r;++o){let s=i[o];n=!l(s.loadingImagery)||s.loadingImagery.state!==ni.TRANSITIONING}return n}},renderedMesh:{get:function(){if(l(this.vertexArray))return this.mesh;if(l(this.fill))return this.fill.mesh}}});var Ust=new he;function Lj(e,t,n,i,o,r){let s=e.getExaggeratedPosition(i,o,r);if(l(t)&&t!==ee.SCENE3D){let c=n.ellipsoid.cartesianToCartographic(s,Ust);s=n.project(c,r),s=h.fromElements(s.z,s.x,s.y,r)}return s}var zst=new h,Hst=new h,Gst=new h;Uo.prototype.pick=function(e,t,n,i,o){let r=this.renderedMesh;if(!l(r))return;let s=r.vertices,a=r.indices,c=r.encoding,u=a.length,f=Number.MAX_VALUE;for(let d=0;d<u;d+=3){let p=a[d],g=a[d+1],m=a[d+2],A=Lj(c,t,n,s,p,zst),C=Lj(c,t,n,s,g,Hst),x=Lj(c,t,n,s,m,Gst),b=qi.rayTriangleParametric(e,A,C,x,i);l(b)&&b<f&&b>=0&&(f=b)}return f!==Number.MAX_VALUE?En.getPoint(e,f,o):void 0};Uo.prototype.freeResources=function(){l(this.waterMaskTexture)&&(--this.waterMaskTexture.referenceCount,this.waterMaskTexture.referenceCount===0&&this.waterMaskTexture.destroy(),this.waterMaskTexture=void 0),this.terrainData=void 0,this.terrainState=_o.UNLOADED,this.mesh=void 0,this.fill=this.fill&&this.fill.destroy();let e=this.imagery;for(let t=0,n=e.length;t<n;++t)e[t].freeResources();this.imagery.length=0,this.freeVertexArray()};Uo.prototype.freeVertexArray=function(){Uo._freeVertexArray(this.vertexArray),this.vertexArray=void 0,Uo._freeVertexArray(this.wireframeVertexArray),this.wireframeVertexArray=void 0};Uo.initialize=function(e,t,n){let i=e.data;l(i)||(i=e.data=new Uo),e.state===Ns.START&&(Wst(e,t,n),e.state=Ns.LOADING)};Uo.processStateMachine=function(e,t,n,i,o,r,s){Uo.initialize(e,n,i);let a=e.data;if(e.state===Ns.LOADING&&jst(e,t,n,i,o,r),s)return;let c=e.renderable;e.renderable=l(a.vertexArray);let u=a.terrainState===_o.READY;e.upsampledFromParent=l(a.terrainData)&&a.terrainData.wasCreatedByUpsampling();let f=a.processImagery(e,n,t);if(u&&f){let d=e._loadedCallbacks,p={};for(let g in d)d.hasOwnProperty(g)&&(d[g](e)||(p[g]=d[g]));e._loadedCallbacks=p,e.state=Ns.DONE}c&&(e.renderable=!0)};Uo.prototype.processImagery=function(e,t,n,i){let o=e.data,r=e.upsampledFromParent,s=!1,a=!0,c=o.imagery,u,f;for(u=0,f=c.length;u<f;++u){let d=c[u];if(!l(d.loadingImagery)){r=!1;continue}if(d.loadingImagery.state===ni.PLACEHOLDER){let g=d.loadingImagery.imageryLayer;if(g.imageryProvider.ready){d.freeResources(),c.splice(u,1),g._createTileImagerySkeletons(e,t,u),--u,f=c.length;continue}else r=!1}let p=d.processStateMachine(e,n,i);a=a&&p,s=s||p||l(d.readyImagery),r=r&&l(d.loadingImagery)&&(d.loadingImagery.state===ni.FAILED||d.loadingImagery.state===ni.INVALID)}return e.upsampledFromParent=r,e.renderable=e.renderable&&(s||a),a};function p_e(e,t,n,i){let o=e.renderedMesh,r=o.vertices,s=o.encoding,a=r.length/s.stride,c=Ac.clone(s);c.hasGeodeticSurfaceNormals=t,c=Ac.clone(c);let u=c.stride,f=new Float32Array(a*u);t?s.addGeodeticSurfaceNormals(r,f,n):s.removeGeodeticSurfaceNormals(r,f),o.vertices=f,o.stride=u,o!==e.mesh?(Uo._freeVertexArray(e.fill.vertexArray),e.fill.vertexArray=Uo._createVertexArrayForMesh(i.context,o)):(Uo._freeVertexArray(e.vertexArray),e.vertexArray=Uo._createVertexArrayForMesh(i.context,o)),Uo._freeVertexArray(e.wireframeVertexArray),e.wireframeVertexArray=void 0}Uo.prototype.addGeodeticSurfaceNormals=function(e,t){p_e(this,!0,e,t)};Uo.prototype.removeGeodeticSurfaceNormals=function(e){p_e(this,!1,void 0,e)};Uo.prototype.updateExaggeration=function(e,t,n){let i=this,o=i.renderedMesh;if(o===void 0)return;let r=t.terrainExaggeration,s=t.terrainExaggerationRelativeHeight,a=r!==1,c=o.encoding,u=c.exaggeration!==r,f=c.exaggerationRelativeHeight!==s;if(u||f){if(u)if(a&&!c.hasGeodeticSurfaceNormals){let d=e.tilingScheme.ellipsoid;i.addGeodeticSurfaceNormals(d,t)}else!a&&c.hasGeodeticSurfaceNormals&&i.removeGeodeticSurfaceNormals(t);if(c.exaggeration=r,c.exaggerationRelativeHeight=s,n!==void 0){n._tileToUpdateHeights.push(e);let d=e.customData,p=d.length;for(let g=0;g<p;g++){let m=d[g];m.level=-1}}}};function Wst(e,t,n){let i=t.getTileDataAvailable(e.x,e.y,e.level);if(!l(i)&&l(e.parent)){let o=e.parent,r=o.data;l(r)&&l(r.terrainData)&&(i=r.terrainData.isChildAvailable(o.x,o.y,e.x,e.y))}i===!1&&(e.data.terrainState=_o.FAILED);for(let o=0,r=n.length;o<r;++o){let s=n.get(o);s.show&&s._createTileImagerySkeletons(e,t)}}function jst(e,t,n,i,o,r){let s=e.data,a=e.parent;if(s.terrainState===_o.FAILED&&a!==void 0&&(a.data!==void 0&&a.data.terrainData!==void 0&&a.data.terrainData.canUpsample!==!1||Uo.processStateMachine(a,t,n,i,o,r,!0)),s.terrainState===_o.FAILED&&qst(s,e,t,n,e.x,e.y,e.level),s.terrainState===_o.UNLOADED&&Yst(s,n,e.x,e.y,e.level),s.terrainState===_o.RECEIVED&&Kst(s,t,n,e.x,e.y,e.level),s.terrainState===_o.TRANSFORMED&&(Jst(s,t.context,n,e.x,e.y,e.level,r),s.updateExaggeration(e,t,o)),s.terrainState>=_o.RECEIVED&&s.waterMaskTexture===void 0&&n.hasWaterMask)if(s.terrainData.waterMask!==void 0)Qst(t.context,s);else{let u=s._findAncestorTileWithTerrainData(e);l(u)&&l(u.data.waterMaskTexture)&&(s.waterMaskTexture=u.data.waterMaskTexture,++s.waterMaskTexture.referenceCount,s._computeWaterMaskTranslationAndScale(e,u,s.waterMaskTranslationAndScale))}}function qst(e,t,n,i,o,r,s){let a=t.parent;if(!a){t.state=Ns.FAILED;return}let c=a.data.terrainData,u=a.x,f=a.y,d=a.level;if(!l(c))return;let p=c.upsample(i.tilingScheme,u,f,d,o,r,s);!l(p)||(e.terrainState=_o.RECEIVING,Promise.resolve(p).then(function(g){e.terrainData=g,e.terrainState=_o.RECEIVED}).catch(function(){e.terrainState=_o.FAILED}))}function Yst(e,t,n,i,o){function r(c){e.terrainData=c,e.terrainState=_o.RECEIVED,e.request=void 0}function s(c){if(e.request.state===ai.CANCELLED){e.terrainData=void 0,e.terrainState=_o.UNLOADED,e.request=void 0;return}e.terrainState=_o.FAILED,e.request=void 0;let u=`Failed to obtain terrain tile X: ${n} Y: ${i} Level: ${o}. Error message: "${c}"`;t._requestError=Wn.reportError(t._requestError,t,t.errorEvent,u,n,i,o),t._requestError.retry&&a()}function a(){let c=new qo({throttle:!1,throttleByServer:!0,type:qr.TERRAIN});e.request=c;let u=t.requestTileGeometry(n,i,o,c);l(u)?(e.terrainState=_o.RECEIVING,Promise.resolve(u).then(function(f){r(f)}).catch(function(f){s(f)})):(e.terrainState=_o.UNLOADED,e.request=void 0)}a()}var Xst={tilingScheme:void 0,x:0,y:0,level:0,exaggeration:1,exaggerationRelativeHeight:0,throttle:!0};function Kst(e,t,n,i,o,r){let s=n.tilingScheme,a=Xst;a.tilingScheme=s,a.x=i,a.y=o,a.level=r,a.exaggeration=t.terrainExaggeration,a.exaggerationRelativeHeight=t.terrainExaggerationRelativeHeight,a.throttle=!0;let u=e.terrainData.createMesh(a);!l(u)||(e.terrainState=_o.TRANSFORMING,Promise.resolve(u).then(function(f){e.mesh=f,e.terrainState=_o.TRANSFORMED}).catch(function(){e.terrainState=_o.FAILED}))}Uo._createVertexArrayForMesh=function(e,t){let n=t.vertices,i=rt.createVertexBuffer({context:e,typedArray:n,usage:Le.STATIC_DRAW}),o=t.encoding.getAttributes(i),r=t.indices.indexBuffers||{},s=r[e.id];if(!l(s)||s.isDestroyed()){let a=t.indices;s=rt.createIndexBuffer({context:e,typedArray:a,usage:Le.STATIC_DRAW,indexDatatype:Fe.fromSizeInBytes(a.BYTES_PER_ELEMENT)}),s.vertexArrayDestroyable=!1,s.referenceCount=1,r[e.id]=s,t.indices.indexBuffers=r}else++s.referenceCount;return new Zn({context:e,attributes:o,indexBuffer:s})};Uo._freeVertexArray=function(e){if(l(e)){let t=e.indexBuffer;e.isDestroyed()||e.destroy(),l(t)&&!t.isDestroyed()&&l(t.referenceCount)&&(--t.referenceCount,t.referenceCount===0&&t.destroy())}};function Jst(e,t,n,i,o,r,s){e.vertexArray=Uo._createVertexArrayForMesh(t,e.mesh),e.terrainState=_o.READY,e.fill=e.fill&&e.fill.destroy(s)}function Zst(e){let t=e.cache.tile_waterMaskData;if(!l(t)){let n=Rt.create({context:e,pixelFormat:ft.LUMINANCE,pixelDatatype:qe.UNSIGNED_BYTE,source:{arrayBufferView:new Uint8Array([255]),width:1,height:1}});n.referenceCount=1;let i=new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:cn.LINEAR,magnificationFilter:Qi.LINEAR});t={allWaterTexture:n,sampler:i,destroy:function(){this.allWaterTexture.destroy()}},e.cache.tile_waterMaskData=t}return t}function Qst(e,t){let n=t.terrainData.waterMask,i=Zst(e),o,r=n.length;if(r===1)if(n[0]!==0)o=i.allWaterTexture;else return;else{let s=Math.sqrt(r);o=Rt.create({context:e,pixelFormat:ft.LUMINANCE,pixelDatatype:qe.UNSIGNED_BYTE,source:{width:s,height:s,arrayBufferView:n},sampler:i.sampler,flipY:!1}),o.referenceCount=0}++o.referenceCount,t.waterMaskTexture=o,se.fromElements(0,0,1,1,t.waterMaskTranslationAndScale)}Uo.prototype._findAncestorTileWithTerrainData=function(e){let t=e.parent;for(;l(t)&&(!l(t.data)||!l(t.data.terrainData)||t.data.terrainData.wasCreatedByUpsampling());)t=t.parent;return t};Uo.prototype._computeWaterMaskTranslationAndScale=function(e,t,n){let i=t.rectangle,o=e.rectangle,r=o.width,s=o.height,a=r/i.width,c=s/i.height;return n.x=a*(o.west-i.west)/r,n.y=c*(o.south-i.south)/s,n.z=a,n.w=c,n};var Ad=Uo;function zE(e,t,n,i,o){if(this.imageryLayer=e,this.x=t,this.y=n,this.level=i,this.request=void 0,i!==0){let r=t/2|0,s=n/2|0,a=i-1;this.parent=e.getImageryFromCache(r,s,a)}this.state=ni.UNLOADED,this.imageUrl=void 0,this.image=void 0,this.texture=void 0,this.textureWebMercator=void 0,this.credits=void 0,this.referenceCount=0,!l(o)&&e.imageryProvider.ready&&(o=e.imageryProvider.tilingScheme.tileXYToRectangle(t,n,i)),this.rectangle=o}zE.createPlaceholder=function(e){let t=new zE(e,0,0,0);return t.addReference(),t.state=ni.PLACEHOLDER,t};zE.prototype.addReference=function(){++this.referenceCount};zE.prototype.releaseReference=function(){return--this.referenceCount,this.referenceCount===0?(this.imageryLayer.removeImageryFromCache(this),l(this.parent)&&this.parent.releaseReference(),l(this.image)&&l(this.image.destroy)&&this.image.destroy(),l(this.texture)&&this.texture.destroy(),l(this.textureWebMercator)&&this.texture!==this.textureWebMercator&&this.textureWebMercator.destroy(),le(this),0):this.referenceCount};zE.prototype.processStateMachine=function(e,t,n){this.state===ni.UNLOADED&&!n&&(this.state=ni.TRANSITIONING,this.imageryLayer._requestImagery(this)),this.state===ni.RECEIVED&&(this.state=ni.TRANSITIONING,this.imageryLayer._createTexture(e.context,this));let i=this.state===ni.READY&&t&&!this.texture;(this.state===ni.TEXTURE_LOADED||i)&&(this.state=ni.TRANSITIONING,this.imageryLayer._reprojectTexture(e,this,t))};var yv=zE;function Fj(e,t,n){this.readyImagery=void 0,this.loadingImagery=e,this.textureCoordinateRectangle=t,this.textureTranslationAndScale=void 0,this.useWebMercatorT=n}Fj.prototype.freeResources=function(){l(this.readyImagery)&&this.readyImagery.releaseReference(),l(this.loadingImagery)&&this.loadingImagery.releaseReference()};Fj.prototype.processStateMachine=function(e,t,n){let i=this.loadingImagery,o=i.imageryLayer;if(i.processStateMachine(t,!this.useWebMercatorT,n),i.state===ni.READY)return l(this.readyImagery)&&this.readyImagery.releaseReference(),this.readyImagery=this.loadingImagery,this.loadingImagery=void 0,this.textureTranslationAndScale=o._calculateTextureTranslationAndScale(e,this),!0;let r=i.parent,s;for(;l(r)&&(r.state!==ni.READY||!this.useWebMercatorT&&!l(r.texture));)r.state!==ni.FAILED&&r.state!==ni.INVALID&&(s=s||r),r=r.parent;return this.readyImagery!==r&&(l(this.readyImagery)&&this.readyImagery.releaseReference(),this.readyImagery=r,l(r)&&(r.addReference(),this.textureTranslationAndScale=o._calculateTextureTranslationAndScale(e,this))),i.state===ni.FAILED||i.state===ni.INVALID?l(s)?(s.processStateMachine(t,!this.useWebMercatorT,n),!1):!0:!1};var Av=Fj;function Mi(e,t){this._imageryProvider=e,t=y(t,y.EMPTY_OBJECT),this.alpha=y(t.alpha,y(e.defaultAlpha,1)),this.nightAlpha=y(t.nightAlpha,y(e.defaultNightAlpha,1)),this.dayAlpha=y(t.dayAlpha,y(e.defaultDayAlpha,1)),this.brightness=y(t.brightness,y(e.defaultBrightness,Mi.DEFAULT_BRIGHTNESS)),this.contrast=y(t.contrast,y(e.defaultContrast,Mi.DEFAULT_CONTRAST)),this.hue=y(t.hue,y(e.defaultHue,Mi.DEFAULT_HUE)),this.saturation=y(t.saturation,y(e.defaultSaturation,Mi.DEFAULT_SATURATION)),this.gamma=y(t.gamma,y(e.defaultGamma,Mi.DEFAULT_GAMMA)),this.splitDirection=y(t.splitDirection,y(e.defaultSplit,Mi.DEFAULT_SPLIT)),this.minificationFilter=y(t.minificationFilter,y(e.defaultMinificationFilter,Mi.DEFAULT_MINIFICATION_FILTER)),this.magnificationFilter=y(t.magnificationFilter,y(e.defaultMagnificationFilter,Mi.DEFAULT_MAGNIFICATION_FILTER)),this.show=y(t.show,!0),this._minimumTerrainLevel=t.minimumTerrainLevel,this._maximumTerrainLevel=t.maximumTerrainLevel,this._rectangle=y(t.rectangle,ce.MAX_VALUE),this._maximumAnisotropy=t.maximumAnisotropy,this._imageryCache={},this._skeletonPlaceholder=new Av(yv.createPlaceholder(this)),this._show=!0,this._layerIndex=-1,this._isBaseLayer=!1,this._requestImageError=void 0,this._reprojectComputeCommands=[],this.cutoutRectangle=t.cutoutRectangle,this.colorToAlpha=t.colorToAlpha,this.colorToAlphaThreshold=y(t.colorToAlphaThreshold,Mi.DEFAULT_APPLY_COLOR_TO_ALPHA_THRESHOLD)}Object.defineProperties(Mi.prototype,{imageryProvider:{get:function(){return this._imageryProvider}},rectangle:{get:function(){return this._rectangle}}});Mi.DEFAULT_BRIGHTNESS=1;Mi.DEFAULT_CONTRAST=1;Mi.DEFAULT_HUE=0;Mi.DEFAULT_SATURATION=1;Mi.DEFAULT_GAMMA=1;Mi.DEFAULT_SPLIT=Wc.NONE;Mi.DEFAULT_MINIFICATION_FILTER=cn.LINEAR;Mi.DEFAULT_MAGNIFICATION_FILTER=Qi.LINEAR;Mi.DEFAULT_APPLY_COLOR_TO_ALPHA_THRESHOLD=.004;Mi.prototype.isBaseLayer=function(){return this._isBaseLayer};Mi.prototype.isDestroyed=function(){return!1};Mi.prototype.destroy=function(){return le(this)};var y_e=new ce,__e=new ce,Nj=new ce,A_e=new ce;Mi.prototype.getViewableRectangle=function(){let e=this._imageryProvider,t=this._rectangle;return e.readyPromise.then(function(){return ce.intersection(e.rectangle,t)})};Mi.prototype._createTileImagerySkeletons=function(e,t,n){let i=e.data;if(l(this._minimumTerrainLevel)&&e.level<this._minimumTerrainLevel||l(this._maximumTerrainLevel)&&e.level>this._maximumTerrainLevel)return!1;let o=this._imageryProvider;if(l(n)||(n=i.imagery.length),!o.ready)return this._skeletonPlaceholder.loadingImagery.addReference(),i.imagery.splice(n,0,this._skeletonPlaceholder),!0;let r=o.tilingScheme.projection instanceof Vi&&e.rectangle.north<Vi.MaximumLatitude&&e.rectangle.south>-Vi.MaximumLatitude,s=ce.intersection(o.rectangle,this._rectangle,y_e),a=ce.intersection(e.rectangle,s,__e);if(!l(a)){if(!this.isBaseLayer())return!1;let w=s,P=e.rectangle;a=__e,P.south>=w.north?a.north=a.south=w.north:P.north<=w.south?a.north=a.south=w.south:(a.south=Math.max(P.south,w.south),a.north=Math.min(P.north,w.north)),P.west>=w.east?a.west=a.east=w.east:P.east<=w.west?a.west=a.east=w.west:(a.west=Math.max(P.west,w.west),a.east=Math.min(P.east,w.east))}let c=0;a.south>0?c=a.south:a.north<0&&(c=a.north);let f=1*t.getLevelMaximumGeometricError(e.level),d=tat(this,f,c);d=Math.max(0,d);let p=o.maximumLevel;if(d>p&&(d=p),l(o.minimumLevel)){let w=o.minimumLevel;d<w&&(d=w)}let g=o.tilingScheme,m=g.positionToTileXY(ce.northwest(a),d),A=g.positionToTileXY(ce.southeast(a),d),C=e.rectangle.width/512,x=e.rectangle.height/512,b=g.tileXYToRectangle(m.x,m.y,d);Math.abs(b.south-e.rectangle.north)<x&&m.y<A.y&&++m.y,Math.abs(b.east-e.rectangle.west)<C&&m.x<A.x&&++m.x;let E=g.tileXYToRectangle(A.x,A.y,d);Math.abs(E.north-e.rectangle.south)<x&&A.y>m.y&&--A.y,Math.abs(E.west-e.rectangle.east)<C&&A.x>m.x&&--A.x;let S=ce.clone(e.rectangle,A_e),D=g.tileXYToRectangle(m.x,m.y,d),v=ce.intersection(D,s,Nj),O;r?(g.rectangleToNativeRectangle(S,S),g.rectangleToNativeRectangle(D,D),g.rectangleToNativeRectangle(v,v),g.rectangleToNativeRectangle(s,s),O=g.tileXYToNativeRectangle.bind(g),C=S.width/512,x=S.height/512):O=g.tileXYToRectangle.bind(g);let R,M=0,L=1,_;!this.isBaseLayer()&&Math.abs(v.west-S.west)>=C&&(M=Math.min(1,(v.west-S.west)/S.width)),!this.isBaseLayer()&&Math.abs(v.north-S.north)>=x&&(L=Math.max(0,(v.north-S.south)/S.height));let T=L;for(let w=m.x;w<=A.x;w++)if(R=M,D=O(w,m.y,d),v=ce.simpleIntersection(D,s,Nj),!!l(v)){M=Math.min(1,(v.east-S.west)/S.width),w===A.x&&(this.isBaseLayer()||Math.abs(v.east-S.east)<C)&&(M=1),L=T;for(let P=m.y;P<=A.y;P++){if(_=L,D=O(w,P,d),v=ce.simpleIntersection(D,s,Nj),!l(v))continue;L=Math.max(0,(v.south-S.south)/S.height),P===A.y&&(this.isBaseLayer()||Math.abs(v.south-S.south)<x)&&(L=0);let B=new se(R,L,M,_),N=this.getImageryFromCache(w,P,d);i.imagery.splice(n,0,new Av(N,B,r)),++n}}return!0};Mi.prototype._calculateTextureTranslationAndScale=function(e,t){let n=t.readyImagery.rectangle,i=e.rectangle;if(t.useWebMercatorT){let c=t.readyImagery.imageryLayer.imageryProvider.tilingScheme;n=c.rectangleToNativeRectangle(n,y_e),i=c.rectangleToNativeRectangle(i,A_e)}let o=i.width,r=i.height,s=o/n.width,a=r/n.height;return new se(s*(i.west-n.west)/o,a*(i.south-n.south)/r,s,a)};Mi.prototype._requestImagery=function(e){let t=this._imageryProvider,n=this;function i(s){if(!l(s))return o();e.image=s,e.state=ni.RECEIVED,e.request=void 0,Wn.reportSuccess(n._requestImageError)}function o(s){if(e.request.state===ai.CANCELLED){e.state=ni.UNLOADED,e.request=void 0;return}e.state=ni.FAILED,e.request=void 0;let a=`Failed to obtain image tile X: ${e.x} Y: ${e.y} Level: ${e.level}.`;n._requestImageError=Wn.reportError(n._requestImageError,t,t.errorEvent,a,e.x,e.y,e.level,s),n._requestImageError.retry&&r()}function r(){let s=new qo({throttle:!1,throttleByServer:!0,type:qr.IMAGERY});e.request=s,e.state=ni.TRANSITIONING;let a=t.requestImage(e.x,e.y,e.level,s);if(!l(a)){e.state=ni.UNLOADED,e.request=void 0;return}l(t.getTileCredits)&&(e.credits=t.getTileCredits(e.x,e.y,e.level)),a.then(function(c){i(c)}).catch(function(c){o(c)})}r()};Mi.prototype._createTextureWebGL=function(e,t){let n=new dn({minificationFilter:this.minificationFilter,magnificationFilter:this.magnificationFilter}),i=t.image;return l(i.internalFormat)?new Rt({context:e,pixelFormat:i.internalFormat,width:i.width,height:i.height,source:{arrayBufferView:i.bufferView},sampler:n}):new Rt({context:e,source:i,pixelFormat:this._imageryProvider.hasAlphaChannel?ft.RGBA:ft.RGB,sampler:n})};Mi.prototype._createTexture=function(e,t){let n=this._imageryProvider,i=t.image;if(l(n.tileDiscardPolicy)){let r=n.tileDiscardPolicy;if(l(r)){if(!r.isReady()){t.state=ni.RECEIVED;return}if(r.shouldDiscardImage(i)){t.state=ni.INVALID;return}}}let o=this._createTextureWebGL(e,t);n.tilingScheme.projection instanceof Vi?t.textureWebMercator=o:t.texture=o,t.image=void 0,t.state=ni.TEXTURE_LOADED};function g_e(e,t,n){return`${e}:${t}:${n}`}Mi.prototype._finalizeReprojectTexture=function(e,t){let n=this.minificationFilter,i=this.magnificationFilter;if(n===cn.LINEAR&&i===Qi.LINEAR&&!ft.isCompressedFormat(t.pixelFormat)&&I.isPowerOfTwo(t.width)&&I.isPowerOfTwo(t.height)){n=cn.LINEAR_MIPMAP_LINEAR;let r=Vt.maximumTextureFilterAnisotropy,s=Math.min(r,y(this._maximumAnisotropy,r)),a=g_e(n,i,s),c=e.cache.imageryLayerMipmapSamplers;l(c)||(c={},e.cache.imageryLayerMipmapSamplers=c);let u=c[a];l(u)||(u=c[a]=new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:n,magnificationFilter:i,maximumAnisotropy:s})),t.generateMipmap(rm.NICEST),t.sampler=u}else{let r=g_e(n,i,0),s=e.cache.imageryLayerNonMipmapSamplers;l(s)||(s={},e.cache.imageryLayerNonMipmapSamplers=s);let a=s[r];l(a)||(a=s[r]=new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:n,magnificationFilter:i})),t.sampler=a}};Mi.prototype._reprojectTexture=function(e,t,n){let i=t.textureWebMercator||t.texture,o=t.rectangle,r=e.context;if(n=y(n,!0),n&&!(this._imageryProvider.tilingScheme.projection instanceof Ai)&&o.width/i.width>1e-5){let s=this;t.addReference();let a=new Tf({persists:!0,owner:this,preExecute:function(c){eat(c,r,i,t.rectangle)},postExecute:function(c){t.texture=c,s._finalizeReprojectTexture(r,c),t.state=ni.READY,t.releaseReference()},canceled:function(){t.state=ni.TEXTURE_LOADED,t.releaseReference()}});this._reprojectComputeCommands.push(a)}else n&&(t.texture=i),this._finalizeReprojectTexture(r,i),t.state=ni.READY};Mi.prototype.queueReprojectionCommands=function(e){let t=this._reprojectComputeCommands,n=t.length;for(let i=0;i<n;++i)e.commandList.push(t[i]);t.length=0};Mi.prototype.cancelReprojections=function(){this._reprojectComputeCommands.forEach(function(e){l(e.canceled)&&e.canceled()}),this._reprojectComputeCommands.length=0};Mi.prototype.getImageryFromCache=function(e,t,n,i){let o=C_e(e,t,n),r=this._imageryCache[o];return l(r)||(r=new yv(this,e,t,n,i),this._imageryCache[o]=r),r.addReference(),r};Mi.prototype.removeImageryFromCache=function(e){let t=C_e(e.x,e.y,e.level);delete this._imageryCache[t]};function C_e(e,t,n){return JSON.stringify([e,t,n])}var cU={u_textureDimensions:function(){return this.textureDimensions},u_texture:function(){return this.texture},textureDimensions:new H,texture:void 0},$st=Lt.supportsTypedArrays()?new Float32Array(2*64):void 0;function eat(e,t,n,i){let o=t.cache.imageryLayer_reproject;if(!l(o)){o=t.cache.imageryLayer_reproject={vertexArray:void 0,shaderProgram:void 0,sampler:void 0,destroy:function(){l(this.framebuffer)&&this.framebuffer.destroy(),l(this.vertexArray)&&this.vertexArray.destroy(),l(this.shaderProgram)&&this.shaderProgram.destroy()}};let C=new Float32Array(2*64*2),x=0;for(let v=0;v<64;++v){let O=v/63;C[x++]=0,C[x++]=O,C[x++]=1,C[x++]=O}let b={position:0,webMercatorT:1},E=Hr.getRegularGridIndices(2,64),S=rt.createIndexBuffer({context:t,typedArray:E,usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT});o.vertexArray=new Zn({context:t,attributes:[{index:b.position,vertexBuffer:rt.createVertexBuffer({context:t,typedArray:C,usage:Le.STATIC_DRAW}),componentsPerAttribute:2},{index:b.webMercatorT,vertexBuffer:rt.createVertexBuffer({context:t,sizeInBytes:64*2*4,usage:Le.STREAM_DRAW}),componentsPerAttribute:1}],indexBuffer:S});let D=new Ve({sources:[tV]});o.shaderProgram=jt.fromCache({context:t,vertexShaderSource:D,fragmentShaderSource:eV,attributeLocations:b}),o.sampler=new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:cn.LINEAR,magnificationFilter:Qi.LINEAR})}n.sampler=o.sampler;let r=n.width,s=n.height;cU.textureDimensions.x=r,cU.textureDimensions.y=s,cU.texture=n;let a=Math.sin(i.south),c=.5*Math.log((1+a)/(1-a));a=Math.sin(i.north);let f=1/(.5*Math.log((1+a)/(1-a))-c),d=new Rt({context:t,width:r,height:s,pixelFormat:n.pixelFormat,pixelDatatype:n.pixelDatatype,preMultiplyAlpha:n.preMultiplyAlpha});I.isPowerOfTwo(r)&&I.isPowerOfTwo(s)&&d.generateMipmap(rm.NICEST);let p=i.south,g=i.north,m=$st,A=0;for(let C=0;C<64;++C){let x=C/63,b=I.lerp(p,g,x);a=Math.sin(b);let S=(.5*Math.log((1+a)/(1-a))-c)*f;m[A++]=S,m[A++]=S}o.vertexArray.getAttribute(1).vertexBuffer.copyFromArrayView(m),e.shaderProgram=o.shaderProgram,e.outputTexture=d,e.uniformMap=cU,e.vertexArray=o.vertexArray}function tat(e,t,n){let i=e._imageryProvider,o=i.tilingScheme,r=o.ellipsoid,s=e._imageryProvider.tilingScheme.projection instanceof Ai?1:Math.cos(n),a=o.rectangle,u=r.maximumRadius*a.width*s/(i.tileWidth*o.getNumberOfXTilesAtLevel(0))/t,f=Math.log(u)/Math.log(2);return Math.round(f)|0}var of=Mi;var x_e={NONE:0,CULLED:1,RENDERED:2,REFINED:3,RENDERED_AND_KICKED:6,REFINED_AND_KICKED:7,CULLED_BUT_NEEDED:9,wasKicked:function(e){return e>=x_e.RENDERED_AND_KICKED},originalResult:function(e){return e&3},kick:function(e){return e|4}},qn=x_e;function GE(e){this.tile=e,this.frameLastUpdated=void 0,this.westMeshes=[],this.westTiles=[],this.southMeshes=[],this.southTiles=[],this.eastMeshes=[],this.eastTiles=[],this.northMeshes=[],this.northTiles=[],this.southwestMesh=void 0,this.southwestTile=void 0,this.southeastMesh=void 0,this.southeastTile=void 0,this.northwestMesh=void 0,this.northwestTile=void 0,this.northeastMesh=void 0,this.northeastTile=void 0,this.changedThisFrame=!0,this.visitedFrame=void 0,this.enqueuedFrame=void 0,this.mesh=void 0,this.vertexArray=void 0,this.waterMaskTexture=void 0,this.waterMaskTranslationAndScale=new se}GE.prototype.update=function(e,t,n){this.changedThisFrame&&(v_e(e,t,this.tile,n),this.changedThisFrame=!1)};GE.prototype.destroy=function(e){this._destroyVertexArray(e),l(this.waterMaskTexture)&&(--this.waterMaskTexture.referenceCount,this.waterMaskTexture.referenceCount===0&&this.waterMaskTexture.destroy(),this.waterMaskTexture=void 0)};GE.prototype._destroyVertexArray=function(e){l(this.vertexArray)&&(l(e)?e.push(this.vertexArray):Ad._freeVertexArray(this.vertexArray),this.vertexArray=void 0)};var nat=new _y;GE.updateFillTiles=function(e,t,n,i){let o=e._quadtree,r=o._levelZeroTiles,s=o._lastSelectionFrameNumber,a=nat;a.clear();for(let u=0;u<t.length;++u){let f=t[u];l(f.data.vertexArray)&&a.enqueue(t[u])}let c=a.dequeue();for(;c!==void 0;){let u=c.findTileToWest(r),f=c.findTileToSouth(r),d=c.findTileToEast(r),p=c.findTileToNorth(r);es(e,n,c,u,s,ln.EAST,!1,a,i),es(e,n,c,f,s,ln.NORTH,!1,a,i),es(e,n,c,d,s,ln.WEST,!1,a,i),es(e,n,c,p,s,ln.SOUTH,!1,a,i);let g=u.findTileToNorth(r),m=u.findTileToSouth(r),A=d.findTileToNorth(r),C=d.findTileToSouth(r);es(e,n,c,g,s,ln.SOUTHEAST,!1,a,i),es(e,n,c,A,s,ln.SOUTHWEST,!1,a,i),es(e,n,c,m,s,ln.NORTHEAST,!1,a,i),es(e,n,c,C,s,ln.NORTHWEST,!1,a,i),c=a.dequeue()}};function es(e,t,n,i,o,r,s,a,c){if(i===void 0)return;let u=i;for(;u&&(u._lastSelectionResultFrame!==o||qn.wasKicked(u._lastSelectionResult)||qn.originalResult(u._lastSelectionResult)===qn.CULLED);){if(s)return;let f=u.parent;if(r>=ln.NORTHWEST&&f!==void 0)switch(r){case ln.NORTHWEST:u=u===f.northwestChild?f:void 0;break;case ln.NORTHEAST:u=u===f.northeastChild?f:void 0;break;case ln.SOUTHWEST:u=u===f.southwestChild?f:void 0;break;case ln.SOUTHEAST:u=u===f.southeastChild?f:void 0;break}else u=f}if(u!==void 0){if(u._lastSelectionResult===qn.RENDERED){if(l(u.data.vertexArray))return;iat(e,t,n,u,r,o,a,c);return}if(qn.originalResult(i._lastSelectionResult)!==qn.CULLED)switch(r){case ln.WEST:es(e,t,n,i.northwestChild,o,r,!0,a,c),es(e,t,n,i.southwestChild,o,r,!0,a,c);break;case ln.EAST:es(e,t,n,i.southeastChild,o,r,!0,a,c),es(e,t,n,i.northeastChild,o,r,!0,a,c);break;case ln.SOUTH:es(e,t,n,i.southwestChild,o,r,!0,a,c),es(e,t,n,i.southeastChild,o,r,!0,a,c);break;case ln.NORTH:es(e,t,n,i.northeastChild,o,r,!0,a,c),es(e,t,n,i.northwestChild,o,r,!0,a,c);break;case ln.NORTHWEST:es(e,t,n,i.northwestChild,o,r,!0,a,c);break;case ln.NORTHEAST:es(e,t,n,i.northeastChild,o,r,!0,a,c);break;case ln.SOUTHWEST:es(e,t,n,i.southwestChild,o,r,!0,a,c);break;case ln.SOUTHEAST:es(e,t,n,i.southeastChild,o,r,!0,a,c);break;default:throw new ye("Invalid edge")}}}function iat(e,t,n,i,o,r,s,a){let c=i.data;if(c.fill===void 0)c.fill=new GE(i);else if(c.fill.visitedFrame===r)return;c.fill.enqueuedFrame!==r&&(c.fill.enqueuedFrame=r,c.fill.changedThisFrame=!1,s.enqueue(i)),oat(e,t,n,i,o,a)}function oat(e,t,n,i,o,r){let s=i.data.fill,a,c=n.data.fill;l(c)?(c.visitedFrame=t.frameNumber,c.changedThisFrame&&(v_e(e,t,n,r),c.changedThisFrame=!1),a=n.data.fill.mesh):a=n.data.mesh;let u,f;switch(o){case ln.WEST:u=s.westMeshes,f=s.westTiles;break;case ln.SOUTH:u=s.southMeshes,f=s.southTiles;break;case ln.EAST:u=s.eastMeshes,f=s.eastTiles;break;case ln.NORTH:u=s.northMeshes,f=s.northTiles;break;case ln.NORTHWEST:s.changedThisFrame=s.changedThisFrame||s.northwestMesh!==a,s.northwestMesh=a,s.northwestTile=n;return;case ln.NORTHEAST:s.changedThisFrame=s.changedThisFrame||s.northeastMesh!==a,s.northeastMesh=a,s.northeastTile=n;return;case ln.SOUTHWEST:s.changedThisFrame=s.changedThisFrame||s.southwestMesh!==a,s.southwestMesh=a,s.southwestTile=n;return;case ln.SOUTHEAST:s.changedThisFrame=s.changedThisFrame||s.southeastMesh!==a,s.southeastMesh=a,s.southeastTile=n;return}if(n.level<=i.level){s.changedThisFrame=s.changedThisFrame||u[0]!==a||u.length!==1,u[0]=a,f[0]=n,u.length=1,f.length=1;return}let d,p,g,m,A=n.rectangle,C,x=i.rectangle;switch(o){case ln.WEST:for(C=(x.north-x.south)*I.EPSILON5,d=0;d<f.length&&(g=f[d],m=g.rectangle,!I.greaterThan(A.north,m.south,C));++d);for(p=d;p<f.length&&(g=f[p],m=g.rectangle,!I.greaterThanOrEquals(A.south,m.north,C));++p);break;case ln.SOUTH:for(C=(x.east-x.west)*I.EPSILON5,d=0;d<f.length&&(g=f[d],m=g.rectangle,!I.lessThan(A.west,m.east,C));++d);for(p=d;p<f.length&&(g=f[p],m=g.rectangle,!I.lessThanOrEquals(A.east,m.west,C));++p);break;case ln.EAST:for(C=(x.north-x.south)*I.EPSILON5,d=0;d<f.length&&(g=f[d],m=g.rectangle,!I.lessThan(A.south,m.north,C));++d);for(p=d;p<f.length&&(g=f[p],m=g.rectangle,!I.lessThanOrEquals(A.north,m.south,C));++p);break;case ln.NORTH:for(C=(x.east-x.west)*I.EPSILON5,d=0;d<f.length&&(g=f[d],m=g.rectangle,!I.greaterThan(A.east,m.west,C));++d);for(p=d;p<f.length&&(g=f[p],m=g.rectangle,!I.greaterThanOrEquals(A.west,m.east,C));++p);break}p-d===1?(s.changedThisFrame=s.changedThisFrame||u[d]!==a,u[d]=a,f[d]=n):(s.changedThisFrame=!0,u.splice(d,p-d,a),f.splice(d,p-d,n))}var gA=new he,rat=new he,HE=new h,zj=new h,kj=new H,Vj=new H,Zl=new H;function pU(){this.height=0,this.encodedNormal=new H}function lU(e,t,n,i,o,r,s,a,c){if(l(o))return o;let u;if(l(r)&&l(s))u=(r.height+s.height)*.5;else if(l(r))u=r.height;else if(l(s))u=s.height;else if(l(a))u=a.height;else{let d=e.tile.data.tileBoundingRegion,p=0,g=0;l(d)&&(p=d.minimumHeight,g=d.maximumHeight),u=(p+g)*.5}return P_e(e,t,n,i,u,c),c}var sat={minimumHeight:0,maximumHeight:0},aat=new h,T_e=new pU,E_e=new pU,b_e=new pU,S_e=new pU,cat=typeof Uint8Array<"u"?new Uint8Array(9*9):void 0,lat={tilingScheme:void 0,x:0,y:0,level:0,exaggeration:1,exaggerationRelativeHeight:0};function v_e(e,t,n,i){Ad.initialize(n,e.terrainProvider,e._imageryLayers);let o=n.data,r=o.fill,s=n.rectangle,a=t.terrainExaggeration,c=t.terrainExaggerationRelativeHeight,u=a!==1,f=n.tilingScheme.ellipsoid,d=fU(r,f,0,1,r.northwestTile,r.northwestMesh,r.northTiles,r.northMeshes,r.westTiles,r.westMeshes,b_e),p=fU(r,f,0,0,r.southwestTile,r.southwestMesh,r.westTiles,r.westMeshes,r.southTiles,r.southMeshes,T_e),g=fU(r,f,1,0,r.southeastTile,r.southeastMesh,r.southTiles,r.southMeshes,r.eastTiles,r.eastMeshes,E_e),m=fU(r,f,1,1,r.northeastTile,r.northeastMesh,r.eastTiles,r.eastMeshes,r.northTiles,r.northMeshes,S_e);d=lU(r,f,0,1,d,p,m,g,b_e),p=lU(r,f,0,0,p,d,g,m,T_e),g=lU(r,f,1,1,g,p,m,d,E_e),m=lU(r,f,1,1,m,g,d,p,S_e);let A=p.height,C=g.height,x=d.height,b=m.height,E=Math.min(A,C,x,b),S=Math.max(A,C,x,b),D=(E+S)*.5,v,O,R=e.getLevelMaximumGeometricError(n.level),M=f.maximumRadius-R,L=Math.acos(M/f.maximumRadius)*4;if(L*=1.5,s.width>L&&S-E<=R){let w=new Ra({width:9,height:9,buffer:cat,structure:{heightOffset:S}}),P=lat;P.tilingScheme=n.tilingScheme,P.x=n.x,P.y=n.y,P.level=n.level,P.exaggeration=a,P.exaggerationRelativeHeight=c,r.mesh=w._createMeshSync(P)}else{let w=u,P=ce.center(s,rat);P.height=D;let B=f.cartographicToCartesian(P,aat),N=new Ac(B,void 0,void 0,void 0,void 0,!0,!0,w,a,c),z=5,V;for(V=r.westMeshes,v=0,O=V.length;v<O;++v)z+=V[v].eastIndicesNorthToSouth.length;for(V=r.southMeshes,v=0,O=V.length;v<O;++v)z+=V[v].northIndicesWestToEast.length;for(V=r.eastMeshes,v=0,O=V.length;v<O;++v)z+=V[v].westIndicesSouthToNorth.length;for(V=r.northMeshes,v=0,O=V.length;v<O;++v)z+=V[v].southIndicesEastToWest.length;let G=sat;G.minimumHeight=E,G.maximumHeight=S;let k=N.stride,X=new Float32Array(z*k),q=0,Y=q;q=uU(f,s,N,X,q,0,1,d.height,d.encodedNormal,1,G),q=hU(r,f,N,X,q,r.westTiles,r.westMeshes,ln.EAST,G);let W=q;q=uU(f,s,N,X,q,0,0,p.height,p.encodedNormal,0,G),q=hU(r,f,N,X,q,r.southTiles,r.southMeshes,ln.NORTH,G);let J=q;q=uU(f,s,N,X,q,1,0,g.height,g.encodedNormal,0,G),q=hU(r,f,N,X,q,r.eastTiles,r.eastMeshes,ln.WEST,G);let Z=q;q=uU(f,s,N,X,q,1,1,m.height,m.encodedNormal,1,G),q=hU(r,f,N,X,q,r.northTiles,r.northMeshes,ln.SOUTH,G),E=G.minimumHeight,S=G.maximumHeight;let ue=pi.fromRectangle(s,E,S,n.tilingScheme.ellipsoid),pe=Vi.geodeticLatitudeToMercatorAngle(s.south),oe=1/(Vi.geodeticLatitudeToMercatorAngle(s.north)-pe),fe=(Vi.geodeticLatitudeToMercatorAngle(P.latitude)-pe)*oe,ge=f.geodeticSurfaceNormalCartographic(gA,zj),Ee=Un.octEncode(ge,kj),Ie=q;N.encode(X,q*k,ue.center,H.fromElements(.5,.5,Zl),D,Ee,fe,ge),++q;let Me=q,Ge=Me<256?1:2,bt=(Me-1)*3,zt=bt*Ge,on=(X.length-Me*k)*Float32Array.BYTES_PER_ELEMENT,at;if(on>=zt){let Se=Me*k*Float32Array.BYTES_PER_ELEMENT;at=Me<256?new Uint8Array(X.buffer,Se,bt):new Uint16Array(X.buffer,Se,bt)}else at=Me<256?new Uint8Array(bt):new Uint16Array(bt);X=new Float32Array(X.buffer,0,Me*k);let Tn=0;for(v=0;v<Me-2;++v)at[Tn++]=Ie,at[Tn++]=v,at[Tn++]=v+1;at[Tn++]=Ie,at[Tn++]=v,at[Tn++]=0;let Yn=[];for(v=W;v>=Y;--v)Yn.push(v);let ot=[];for(v=J;v>=W;--v)ot.push(v);let Gt=[];for(v=Z;v>=J;--v)Gt.push(v);let si=[];for(si.push(0),v=Ie-1;v>=Z;--v)si.push(v);r.mesh=new fd(N.center,X,at,bt,Me,E,S,re.fromOrientedBoundingBox(ue),_at(e,ue.center,s,E,S),N.stride,ue,N,Yn,ot,Gt,si)}let _=t.context;r._destroyVertexArray(i),r.vertexArray=Ad._createVertexArrayForMesh(_,r.mesh),o.processImagery(n,e.terrainProvider,t,!0);let T=r.waterMaskTexture;if(r.waterMaskTexture=void 0,e.terrainProvider.hasWaterMask){let w=o._findAncestorTileWithTerrainData(n);l(w)&&l(w.data.waterMaskTexture)&&(r.waterMaskTexture=w.data.waterMaskTexture,++r.waterMaskTexture.referenceCount,o._computeWaterMaskTranslationAndScale(n,w,r.waterMaskTranslationAndScale))}l(T)&&(--T.referenceCount,T.referenceCount===0&&T.destroy())}function uU(e,t,n,i,o,r,s,a,c,u,f){let d=gA;d.longitude=I.lerp(t.west,t.east,r),d.latitude=I.lerp(t.south,t.north,s),d.height=a;let p=e.cartographicToCartesian(d,HE),g;n.hasGeodeticSurfaceNormals&&(g=e.geodeticSurfaceNormal(p,zj));let m=Vj;return m.x=r,m.y=s,n.encode(i,o*n.stride,p,m,a,c,u,g),f.minimumHeight=Math.min(f.minimumHeight,a),f.maximumHeight=Math.max(f.maximumHeight,a),o+1}var mU=new ce;function Cv(e,t,n,i){let o=e.rectangle,r=t.rectangle;t.x===0&&n.x===1&&e.x===e.tilingScheme.getNumberOfXTilesAtLevel(e.level)-1?(o=ce.clone(e.rectangle,mU),o.west-=I.TWO_PI,o.east-=I.TWO_PI):e.x===0&&n.x===0&&t.x===t.tilingScheme.getNumberOfXTilesAtLevel(t.level)-1&&(o=ce.clone(e.rectangle,mU),o.west+=I.TWO_PI,o.east+=I.TWO_PI);let s=o.east-o.west,a=(r.west-o.west)/s,c=(r.east-o.west)/s,u=o.north-o.south,f=(r.south-o.south)/u,d=(r.north-o.south)/u,p=(n.x-a)/(c-a),g=(n.y-f)/(d-f);return Math.abs(p)<Math.EPSILON5?p=0:Math.abs(p-1)<Math.EPSILON5&&(p=1),Math.abs(g)<Math.EPSILON5?g=0:Math.abs(g-1)<Math.EPSILON5&&(g=1),i.x=p,i.y=g,i}var uat=new H;function Uj(e,t,n,i,o){let r=e.encoding,s=e.vertices;if(o.height=r.decodeHeight(s,t),r.hasVertexNormals)r.getOctEncodedNormal(s,t,o.encodedNormal);else{let a=o.encodedNormal;a.x=0,a.y=0}}var fat=new H,dat=new h;function hat(e,t,n,i,o,r,s,a,c,u){let f=i.encoding,d=i.vertices,p=Cv(t,n,f.decodeTextureCoordinates(d,o,Zl),Zl),g=Cv(t,n,f.decodeTextureCoordinates(d,r,Vj),Vj),m;c?m=(s-p.x)/(g.x-p.x):m=(a-p.y)/(g.y-p.y);let A=f.decodeHeight(d,o),C=f.decodeHeight(d,r),x=n.rectangle;gA.longitude=I.lerp(x.west,x.east,s),gA.latitude=I.lerp(x.south,x.north,a),u.height=gA.height=I.lerp(A,C,m);let b;if(f.hasVertexNormals){let E=f.getOctEncodedNormal(d,o,uat),S=f.getOctEncodedNormal(d,r,fat),D=Un.octDecode(E.x,E.y,HE),v=Un.octDecode(S.x,S.y,dat);b=h.lerp(D,v,m,HE),h.normalize(b,b),Un.octEncode(b,u.encodedNormal)}else b=e.geodeticSurfaceNormalCartographic(gA,HE),Un.octEncode(b,u.encodedNormal)}function P_e(e,t,n,i,o,r){r.height=o;let s=t.geodeticSurfaceNormalCartographic(gA,HE);Un.octEncode(s,r.encodedNormal)}function fU(e,t,n,i,o,r,s,a,c,u,f){if(D_e(e,t,a,s,!1,n,i,f)||D_e(e,t,u,c,!0,n,i,f))return f;let p;if(Hj(o,r))return n===0?i===0?p=r.eastIndicesNorthToSouth[0]:p=r.southIndicesEastToWest[0]:i===0?p=r.northIndicesWestToEast[0]:p=r.westIndicesSouthToNorth[0],Uj(r,p,n,i,f),f;let g;if(n===0?i===0?g=dU(e.westMeshes,e.westTiles,ln.EAST,e.southMeshes,e.southTiles,ln.NORTH,n,i):g=dU(e.northMeshes,e.northTiles,ln.SOUTH,e.westMeshes,e.westTiles,ln.EAST,n,i):i===0?g=dU(e.southMeshes,e.southTiles,ln.NORTH,e.eastMeshes,e.eastTiles,ln.WEST,n,i):g=dU(e.eastMeshes,e.eastTiles,ln.WEST,e.northMeshes,e.northTiles,ln.SOUTH,n,i),l(g))return P_e(e,t,n,i,g,f),f}function dU(e,t,n,i,o,r,s,a){let c=w_e(e,t,!1,n,s,a),u=w_e(i,o,!0,r,s,a);return l(c)&&l(u)?(c+u)*.5:l(c)?c:u}function hU(e,t,n,i,o,r,s,a,c){for(let u=0;u<r.length;++u)o=mat(e,t,n,i,o,r[u],s[u],a,c);return o}function mat(e,t,n,i,o,r,s,a,c){let u=r.rectangle;a===ln.EAST&&e.tile.x===0?(u=ce.clone(r.rectangle,mU),u.west-=I.TWO_PI,u.east-=I.TWO_PI):a===ln.WEST&&r.x===0&&(u=ce.clone(r.rectangle,mU),u.west+=I.TWO_PI,u.east+=I.TWO_PI);let f=e.tile.rectangle,d,p;o>0&&(n.decodeTextureCoordinates(i,o-1,Zl),d=Zl.x,p=Zl.y);let g,m;switch(a){case ln.WEST:g=s.westIndicesSouthToNorth,m=!1;break;case ln.NORTH:g=s.northIndicesWestToEast,m=!0;break;case ln.EAST:g=s.eastIndicesNorthToSouth,m=!1;break;case ln.SOUTH:g=s.southIndicesEastToWest,m=!0;break}let A=r,C=e.tile,x=s.encoding,b=s.vertices,E=n.stride,S,D;x.hasWebMercatorT&&(S=Vi.geodeticLatitudeToMercatorAngle(f.south),D=1/(Vi.geodeticLatitudeToMercatorAngle(f.north)-S));for(let v=0;v<g.length;++v){let O=g[v],R=x.decodeTextureCoordinates(b,O,Zl);Cv(A,C,R,R);let M=R.x,L=R.y,_=m?M:L;if(_<0||_>1||Math.abs(M-d)<I.EPSILON5&&Math.abs(L-p)<I.EPSILON5)continue;let T=Math.abs(M)<I.EPSILON5||Math.abs(M-1)<I.EPSILON5,w=Math.abs(L)<I.EPSILON5||Math.abs(L-1)<I.EPSILON5;if(T&&w)continue;let P=x.decodePosition(b,O,HE),B=x.decodeHeight(b,O),N;x.hasVertexNormals?N=x.getOctEncodedNormal(b,O,kj):(N=kj,N.x=0,N.y=0);let z=L;if(x.hasWebMercatorT){let G=I.lerp(f.south,f.north,L);z=(Vi.geodeticLatitudeToMercatorAngle(G)-S)*D}let V;n.hasGeodeticSurfaceNormals&&(V=t.geodeticSurfaceNormal(P,zj)),n.encode(i,o*E,P,R,B,N,z,V),c.minimumHeight=Math.min(c.minimumHeight,B),c.maximumHeight=Math.max(c.maximumHeight,B),++o}return o}function w_e(e,t,n,i,o,r){let s,a,c;n?(s=0,a=e.length,c=1):(s=e.length-1,a=-1,c=-1);for(let u=s;u!==a;u+=c){let f=e[u],d=t[u];if(!Hj(d,f))continue;let p;switch(i){case ln.WEST:p=f.westIndicesSouthToNorth;break;case ln.SOUTH:p=f.southIndicesEastToWest;break;case ln.EAST:p=f.eastIndicesNorthToSouth;break;case ln.NORTH:p=f.northIndicesWestToEast;break}let g=p[n?0:p.length-1];if(l(g))return f.encoding.decodeHeight(f.vertices,g)}}function Hj(e,t){return l(t)&&(!l(e.data.fill)||!e.data.fill.changedThisFrame)}function D_e(e,t,n,i,o,r,s,a){let c,u,f,d,p,g=i[o?0:n.length-1],m=n[o?0:n.length-1];if(Hj(g,m)&&(r===0?s===0?(c=o?m.northIndicesWestToEast:m.eastIndicesNorthToSouth,u=o,f=o):(c=o?m.eastIndicesNorthToSouth:m.southIndicesEastToWest,u=!o,f=!1):s===0?(c=o?m.westIndicesSouthToNorth:m.northIndicesWestToEast,u=!o,f=!0):(c=o?m.southIndicesEastToWest:m.westIndicesSouthToNorth,u=o,f=!o),c.length>0)){d=o?0:c.length-1,p=c[d],m.encoding.decodeTextureCoordinates(m.vertices,p,Zl);let A=Cv(g,e.tile,Zl,Zl);if(A.x===r&&A.y===s)return Uj(m,p,r,s,a),!0;if(d=jo(c,u?r:s,function(C,x){m.encoding.decodeTextureCoordinates(m.vertices,C,Zl);let b=Cv(g,e.tile,Zl,Zl);return f?u?b.x-r:b.y-s:u?r-b.x:s-b.y}),d<0){if(d=~d,d>0&&d<c.length)return hat(t,g,e.tile,m,c[d-1],c[d],r,s,u,a),!0}else return Uj(m,c[d],r,s,a),!0}return!1}var pat=[new h,new h,new h,new h];function _at(e,t,n,i,o,r){let s=e.quadtree._occluders.ellipsoid,a=s.ellipsoid,c=pat;return h.fromRadians(n.west,n.south,o,a,c[0]),h.fromRadians(n.east,n.south,o,a,c[1]),h.fromRadians(n.west,n.north,o,a,c[2]),h.fromRadians(n.east,n.north,o,a,c[3]),s.computeHorizonCullingPointPossiblyUnderEllipsoid(t,c,i,r)}var xv=GE;function zo(e){this.lightingFadeOutDistance=65e5,this.lightingFadeInDistance=9e6,this.hasWaterMask=!1,this.oceanNormalMap=void 0,this.zoomedOutOceanSpecularIntensity=.5,this.enableLighting=!1,this.dynamicAtmosphereLighting=!1,this.dynamicAtmosphereLightingFromSun=!1,this.showGroundAtmosphere=!1,this.shadows=hn.RECEIVE_ONLY,this.fillHighlightColor=void 0,this.hueShift=0,this.saturationShift=0,this.brightnessShift=0,this.showSkirts=!0,this.backFaceCulling=!0,this.undergroundColor=void 0,this.undergroundColorAlphaByDistance=void 0,this.lambertDiffuseMultiplier=0,this.materialUniformMap=void 0,this._materialUniformMap=void 0,this._quadtree=void 0,this._terrainProvider=e.terrainProvider,this._imageryLayers=e.imageryLayers,this._surfaceShaderSet=e.surfaceShaderSet,this._renderState=void 0,this._blendRenderState=void 0,this._disableCullingRenderState=void 0,this._disableCullingBlendRenderState=void 0,this._errorEvent=new _e,this._imageryLayers.layerAdded.addEventListener(zo.prototype._onLayerAdded,this),this._imageryLayers.layerRemoved.addEventListener(zo.prototype._onLayerRemoved,this),this._imageryLayers.layerMoved.addEventListener(zo.prototype._onLayerMoved,this),this._imageryLayers.layerShownOrHidden.addEventListener(zo.prototype._onLayerShownOrHidden,this),this._imageryLayersUpdatedEvent=new _e,this._layerOrderChanged=!1,this._tilesToRenderByTextureCount=[],this._drawCommands=[],this._uniformMaps=[],this._usedDrawCommands=0,this._vertexArraysToDestroy=[],this._debug={wireframe:!1,boundingSphereTile:void 0},this._baseColor=void 0,this._firstPassInitialColor=void 0,this.baseColor=new U(0,0,.5,1),this._clippingPlanes=void 0,this.cartographicLimitRectangle=ce.clone(ce.MAX_VALUE),this._hasLoadedTilesThisFrame=!1,this._hasFillTilesThisFrame=!1,this._oldTerrainExaggeration=void 0,this._oldTerrainExaggerationRelativeHeight=void 0}Object.defineProperties(zo.prototype,{baseColor:{get:function(){return this._baseColor},set:function(e){this._baseColor=e,this._firstPassInitialColor=se.fromColor(e,this._firstPassInitialColor)}},quadtree:{get:function(){return this._quadtree},set:function(e){this._quadtree=e}},ready:{get:function(){return this._terrainProvider.ready&&(this._imageryLayers.length===0||this._imageryLayers.get(0).imageryProvider.ready)}},tilingScheme:{get:function(){return this._terrainProvider.tilingScheme}},errorEvent:{get:function(){return this._errorEvent}},imageryLayersUpdatedEvent:{get:function(){return this._imageryLayersUpdatedEvent}},terrainProvider:{get:function(){return this._terrainProvider},set:function(e){this._terrainProvider!==e&&(this._terrainProvider=e,l(this._quadtree)&&this._quadtree.invalidateAllTiles())}},clippingPlanes:{get:function(){return this._clippingPlanes},set:function(e){Ys.setOwner(e,this,"_clippingPlanes")}}});function gat(e,t){let n=e.loadingImagery;l(n)||(n=e.readyImagery);let i=t.loadingImagery;return l(i)||(i=t.readyImagery),n.imageryLayer._layerIndex-i.imageryLayer._layerIndex}zo.prototype.update=function(e){this._imageryLayers._update()};function yat(e,t){let n=t.creditDisplay;e._terrainProvider.ready&&l(e._terrainProvider.credit)&&n.addCredit(e._terrainProvider.credit);let i=e._imageryLayers;for(let o=0,r=i.length;o<r;++o){let s=i.get(o).imageryProvider;s.ready&&l(s.credit)&&n.addCredit(s.credit)}}zo.prototype.initialize=function(e){this._imageryLayers.queueReprojectionCommands(e),this._layerOrderChanged&&(this._layerOrderChanged=!1,this._quadtree.forEachLoadedTile(function(i){i.data.imagery.sort(gat)})),yat(this,e);let t=this._vertexArraysToDestroy,n=t.length;for(let i=0;i<n;++i)Ad._freeVertexArray(t[i]);t.length=0};zo.prototype.beginUpdate=function(e){let t=this._tilesToRenderByTextureCount;for(let i=0,o=t.length;i<o;++i){let r=t[i];l(r)&&(r.length=0)}let n=this._clippingPlanes;l(n)&&n.enabled&&n.update(e),this._usedDrawCommands=0,this._hasLoadedTilesThisFrame=!1,this._hasFillTilesThisFrame=!1};zo.prototype.endUpdate=function(e){if(!l(this._renderState)){this._renderState=Ne.fromCache({cull:{enabled:!0},depthTest:{enabled:!0,func:Ja.LESS}}),this._blendRenderState=Ne.fromCache({cull:{enabled:!0},depthTest:{enabled:!0,func:Ja.LESS_OR_EQUAL},blending:an.ALPHA_BLEND});let s=$e(this._renderState,!0);s.cull.enabled=!1,this._disableCullingRenderState=Ne.fromCache(s),s=$e(this._blendRenderState,!0),s.cull.enabled=!1,this._disableCullingBlendRenderState=Ne.fromCache(s)}this._hasFillTilesThisFrame&&this._hasLoadedTilesThisFrame&&xv.updateFillTiles(this,this._quadtree._tilesToRender,e,this._vertexArraysToDestroy);let t=this.quadtree,n=e.terrainExaggeration,i=e.terrainExaggerationRelativeHeight,o=this._oldTerrainExaggeration!==n||this._oldTerrainExaggerationRelativeHeight!==i;this._oldTerrainExaggeration=n,this._oldTerrainExaggerationRelativeHeight=i,o&&t.forEachLoadedTile(function(s){s.data.updateExaggeration(s,e,t)});let r=this._tilesToRenderByTextureCount;for(let s=0,a=r.length;s<a;++s){let c=r[s];if(!!l(c))for(let u=0,f=c.length;u<f;++u){let d=c[u],p=d.data.tileBoundingRegion;Hat(this,d,e),e.minimumTerrainHeight=Math.min(e.minimumTerrainHeight,p.minimumHeight)}}};function M_e(e,t){let n=t.globeTranslucencyState;if(n.translucent){let i=e.renderState.blending.enabled;n.pushDerivedCommands(e,i,t)}else t.commandList.push(e)}zo.prototype.updateForPick=function(e){let t=this._drawCommands;for(let n=0,i=this._usedDrawCommands;n<i;++n)M_e(t[n],e)};zo.prototype.cancelReprojections=function(){this._imageryLayers.cancelReprojections()};zo.prototype.getLevelMaximumGeometricError=function(e){return this._terrainProvider.getLevelMaximumGeometricError(e)};zo.prototype.loadTile=function(e,t){let n=t.data,i=!0,o;l(n)&&(i=n.boundingVolumeSourceTile!==t||t._lastSelectionResult===qn.CULLED_BUT_NEEDED,o=n.terrainState),Ad.processStateMachine(t,e,this.terrainProvider,this._imageryLayers,this.quadtree,this._vertexArraysToDestroy,i),n=t.data,i&&o!==t.data.terrainState&&this.computeTileVisibility(t,e,this.quadtree.occluders)!==lr.NONE&&n.boundingVolumeSourceTile===t&&(i=!1,Ad.processStateMachine(t,e,this.terrainProvider,this._imageryLayers,this.quadtree,this._vertexArraysToDestroy,i))};var Aat=new re,L_e=new ce,Cat=new ce,xat=new he;function gU(e,t){if(t.west<t.east)return t;let n=ce.clone(t,Cat);return ce.center(e,xat).longitude>0?n.east=I.PI:n.west=-I.PI,n}function F_e(e,t){if(t.cameraUnderground||t.globeTranslucencyState.translucent)return!0;if(e.backFaceCulling)return!1;let n=e._clippingPlanes;return!!(l(n)&&n.enabled||!ce.equals(e.cartographicLimitRectangle,ce.MAX_VALUE))}zo.prototype.computeTileVisibility=function(e,t,n){let i=this.computeDistanceToTile(e,t);e._distance=i;let o=F_e(this,t);if(t.fog.enabled&&!o&&I.fog(i,t.fog.density)>=1)return lr.NONE;let r=e.data,s=r.tileBoundingRegion;if(r.boundingVolumeSourceTile===void 0)return lr.PARTIAL;let a=t.cullingVolume,c=s.boundingVolume;l(c)||(c=s.boundingSphere),r.clippedByBoundaries=!1;let u=gU(e.rectangle,this.cartographicLimitRectangle),f=ce.simpleIntersection(u,e.rectangle,L_e);if(!l(f))return lr.NONE;if(ce.equals(f,e.rectangle)||(r.clippedByBoundaries=!0),t.mode!==ee.SCENE3D&&(c=Aat,re.fromRectangleWithHeights2D(e.rectangle,t.mapProjection,s.minimumHeight,s.maximumHeight,c),h.fromElements(c.center.z,c.center.x,c.center.y,c.center),t.mode===ee.MORPHING&&l(r.renderedMesh)&&(c=re.union(s.boundingSphere,c,c))),!l(c))return lr.PARTIAL;let d=this._clippingPlanes;if(l(d)&&d.enabled){let A=d.computeIntersectionWithBoundingVolume(c);if(e.isClipped=A!==Xt.INSIDE,A===Xt.OUTSIDE)return lr.NONE}let p,g=a.computeVisibility(c);if(g===Xt.OUTSIDE?p=lr.NONE:g===Xt.INTERSECTING?p=lr.PARTIAL:g===Xt.INSIDE&&(p=lr.FULL),p===lr.NONE)return p;let m=t.mode===ee.SCENE3D&&t.camera.frustum instanceof Jt;if(t.mode===ee.SCENE3D&&!m&&l(n)&&!o){let A=r.occludeePointInScaledSpace;return!l(A)||n.ellipsoid.isScaledSpacePointVisiblePossiblyUnderEllipsoid(A,s.minimumHeight)?p:lr.NONE}return p};zo.prototype.canRefine=function(e){return l(e.data.terrainData)?!0:this.terrainProvider.getTileDataAvailable(e.x*2,e.y*2,e.level+1)!==void 0};var Tat=[],Eat=[];zo.prototype.canRenderWithoutLosingDetail=function(e,t){let n=e.data,i=Tat;i.length=this._imageryLayers.length;let o=!1,r=!1,s;l(n)&&(o=n.terrainState===_o.READY,r=!0,s=n.imagery);let a,c;for(a=0,c=i.length;a<c;++a)i[a]=r;if(l(s))for(a=0,c=s.length;a<c;++a){let d=s[a],p=d.loadingImagery,g=!l(p)||p.state===ni.FAILED||p.state===ni.INVALID,m=(d.loadingImagery||d.readyImagery).imageryLayer._layerIndex;i[m]=g&&i[m]}let u=this.quadtree._lastSelectionFrameNumber,f=Eat;for(f.length=0,f.push(e.southwestChild,e.southeastChild,e.northwestChild,e.northeastChild);f.length>0;){let d=f.pop(),p=d._lastSelectionResultFrame===u?d._lastSelectionResult:qn.NONE;if(p===qn.RENDERED){let g=d.data;if(!l(g))continue;if(!o&&d.data.terrainState===_o.READY)return!1;let m=d.data.imagery;for(a=0,c=m.length;a<c;++a){let A=m[a],C=A.loadingImagery,x=!l(C)||C.state===ni.FAILED||C.state===ni.INVALID,b=(A.loadingImagery||A.readyImagery).imageryLayer._layerIndex;if(x&&!i[b])return!1}}else p===qn.REFINED&&f.push(d.southwestChild,d.southeastChild,d.northwestChild,d.northeastChild)}return!0};var bat=new h;zo.prototype.computeTileLoadPriority=function(e,t){let n=e.data;if(n===void 0)return 0;let i=n.tileBoundingRegion.boundingVolume;if(i===void 0)return 0;let o=t.camera.positionWC,r=t.camera.directionWC,s=h.subtract(i.center,o,bat),a=h.magnitude(s);return a<I.EPSILON5?0:(h.divideByScalar(s,a,s),(1-h.dot(s,r))*e._distance)};var I_e=new F,_U=new F,Sat=new se,wat=new se,Dat=new se,vat=new h,O_e=new h,Pat=new h,Iat=new h;zo.prototype.showTileThisFrame=function(e,t){let n=0,i=e.data.imagery;for(let a=0,c=i.length;a<c;++a){let u=i[a];l(u.readyImagery)&&u.readyImagery.imageryLayer.alpha!==0&&++n}let o=this._tilesToRenderByTextureCount[n];l(o)||(o=[],this._tilesToRenderByTextureCount[n]=o),o.push(e);let r=e.data;l(r.vertexArray)?this._hasLoadedTilesThisFrame=!0:this._hasFillTilesThisFrame=!0;let s=this._debug;++s.tilesRendered,s.texturesRendered+=n};var Oat=[new h,new h,new h,new h];function B_e(e,t,n,i,o,r){let s=e.quadtree._occluders.ellipsoid,a=s.ellipsoid,c=Oat;return h.fromRadians(n.west,n.south,o,a,c[0]),h.fromRadians(n.east,n.south,o,a,c[1]),h.fromRadians(n.west,n.north,o,a,c[2]),h.fromRadians(n.east,n.north,o,a,c[3]),s.computeHorizonCullingPointPossiblyUnderEllipsoid(t,c,i,r)}zo.prototype.computeDistanceToTile=function(e,t){Bat(e,this,t);let n=e.data;if(n.boundingVolumeSourceTile===void 0)return 9999999999;let o=n.tileBoundingRegion,r=o.minimumHeight,s=o.maximumHeight;if(n.boundingVolumeSourceTile!==e){let c=t.camera.positionCartographic.height,u=Math.abs(c-r),f=Math.abs(c-s);u>f?(o.minimumHeight=r,o.maximumHeight=r):(o.minimumHeight=s,o.maximumHeight=s)}let a=o.distanceToCamera(t);return o.minimumHeight=r,o.maximumHeight=s,a};function Bat(e,t,n){let i=e.data;i===void 0&&(i=e.data=new Ad);let o=e.tilingScheme.ellipsoid;i.tileBoundingRegion===void 0&&(i.tileBoundingRegion=new Vf({computeBoundingVolumes:!1,rectangle:e.rectangle,ellipsoid:o,minimumHeight:0,maximumHeight:0}));let r=i.tileBoundingRegion,s=r.minimumHeight,a=r.maximumHeight,c=!1,u=e,f=i.mesh,d=i.terrainData;if(f!==void 0&&f.minimumHeight!==void 0&&f.maximumHeight!==void 0)r.minimumHeight=f.minimumHeight,r.maximumHeight=f.maximumHeight,c=!0;else if(d!==void 0&&d._minimumHeight!==void 0&&d._maximumHeight!==void 0)r.minimumHeight=d._minimumHeight,r.maximumHeight=d._maximumHeight;else{r.minimumHeight=Number.NaN,r.maximumHeight=Number.NaN;let p=e.parent;for(;p!==void 0;){let g=p.data;if(g!==void 0){let m=g.mesh,A=g.terrainData;if(m!==void 0&&m.minimumHeight!==void 0&&m.maximumHeight!==void 0){r.minimumHeight=m.minimumHeight,r.maximumHeight=m.maximumHeight;break}else if(A!==void 0&&A._minimumHeight!==void 0&&A._maximumHeight!==void 0){r.minimumHeight=A._minimumHeight,r.maximumHeight=A._maximumHeight;break}}p=p.parent}u=p}if(u!==void 0){let p=n.terrainExaggeration,g=n.terrainExaggerationRelativeHeight;if(p!==1&&(c=!1,r.minimumHeight=Rc.getHeight(r.minimumHeight,p,g),r.maximumHeight=Rc.getHeight(r.maximumHeight,p,g)),c)i.boundingVolumeIsFromMesh||(r._orientedBoundingBox=pi.clone(f.orientedBoundingBox,r._orientedBoundingBox),r._boundingSphere=re.clone(f.boundingSphere3D,r._boundingSphere),i.occludeePointInScaledSpace=h.clone(f.occludeePointInScaledSpace,i.occludeePointInScaledSpace),l(i.occludeePointInScaledSpace)||(i.occludeePointInScaledSpace=B_e(t,r._orientedBoundingBox.center,e.rectangle,r.minimumHeight,r.maximumHeight,i.occludeePointInScaledSpace)));else{let A=r._orientedBoundingBox===void 0||r._boundingSphere===void 0;(r.minimumHeight!==s||r.maximumHeight!==a||A)&&(r.computeBoundingVolumes(o),i.occludeePointInScaledSpace=B_e(t,r._orientedBoundingBox.center,e.rectangle,r.minimumHeight,r.maximumHeight,i.occludeePointInScaledSpace))}i.boundingVolumeSourceTile=u,i.boundingVolumeIsFromMesh=c}else i.boundingVolumeSourceTile=void 0,i.boundingVolumeIsFromMesh=!1}zo.prototype.isDestroyed=function(){return!1};zo.prototype.destroy=function(){return this._tileProvider=this._tileProvider&&this._tileProvider.destroy(),this._clippingPlanes=this._clippingPlanes&&this._clippingPlanes.destroy(),le(this)};function Rat(e,t,n){return function(i){let o,r,s=-1,a=i.data.imagery,c=a.length,u;for(u=0;u<c;++u)if(o=a[u],r=y(o.readyImagery,o.loadingImagery),r.imageryLayer===t){s=u;break}if(s!==-1){let f=s+e;if(o=a[f],r=l(o)?y(o.readyImagery,o.loadingImagery):void 0,!l(r)||r.imageryLayer!==t)return!t._createTileImagerySkeletons(i,n,f);for(u=s;u<f;++u)a[u].freeResources();a.splice(s,e)}return!0}}zo.prototype._onLayerAdded=function(e,t){if(e.show){let n=this._terrainProvider,i=this,o=e.imageryProvider,r=this._imageryLayersUpdatedEvent;o._reload=function(){e._imageryCache={},i._quadtree.forEachLoadedTile(function(s){if(l(s._loadedCallbacks[e._layerIndex]))return;let a,c=s.data.imagery,u=c.length,f=-1,d=0;for(a=0;a<u;++a){let g=c[a];if(y(g.readyImagery,g.loadingImagery).imageryLayer===e)f===-1&&(f=a),++d;else if(f!==-1)break}if(f===-1)return;let p=f+d;e._createTileImagerySkeletons(s,n,p)&&(s._loadedCallbacks[e._layerIndex]=Rat(d,e,n),s.state=Ns.LOADING)})},this._quadtree.forEachLoadedTile(function(s){e._createTileImagerySkeletons(s,n)&&(s.state=Ns.LOADING,s.level!==0&&(s._lastSelectionResultFrame!==i.quadtree._lastSelectionFrameNumber||s._lastSelectionResult!==qn.RENDERED)&&(s.renderable=!1))}),this._layerOrderChanged=!0,r.raiseEvent()}};zo.prototype._onLayerRemoved=function(e,t){this._quadtree.forEachLoadedTile(function(n){let i=n.data.imagery,o=-1,r=0;for(let s=0,a=i.length;s<a;++s){let c=i[s],u=c.loadingImagery;if(l(u)||(u=c.readyImagery),u.imageryLayer===e)o===-1&&(o=s),c.freeResources(),++r;else if(o!==-1)break}o!==-1&&i.splice(o,r)}),l(e.imageryProvider)&&(e.imageryProvider._reload=void 0),this._imageryLayersUpdatedEvent.raiseEvent()};zo.prototype._onLayerMoved=function(e,t,n){this._layerOrderChanged=!0,this._imageryLayersUpdatedEvent.raiseEvent()};zo.prototype._onLayerShownOrHidden=function(e,t,n){n?this._onLayerAdded(e,t):this._onLayerRemoved(e,t)};var Mat=new F,Lat=new F;function R_e(e,t){let n={u_initialColor:function(){return this.properties.initialColor},u_fillHighlightColor:function(){return this.properties.fillHighlightColor},u_zoomedOutOceanSpecularIntensity:function(){return this.properties.zoomedOutOceanSpecularIntensity},u_oceanNormalMap:function(){return this.properties.oceanNormalMap},u_atmosphereLightIntensity:function(){return this.properties.atmosphereLightIntensity},u_atmosphereRayleighCoefficient:function(){return this.properties.atmosphereRayleighCoefficient},u_atmosphereMieCoefficient:function(){return this.properties.atmosphereMieCoefficient},u_atmosphereRayleighScaleHeight:function(){return this.properties.atmosphereRayleighScaleHeight},u_atmosphereMieScaleHeight:function(){return this.properties.atmosphereMieScaleHeight},u_atmosphereMieAnisotropy:function(){return this.properties.atmosphereMieAnisotropy},u_lightingFadeDistance:function(){return this.properties.lightingFadeDistance},u_nightFadeDistance:function(){return this.properties.nightFadeDistance},u_center3D:function(){return this.properties.center3D},u_terrainExaggerationAndRelativeHeight:function(){return this.properties.terrainExaggerationAndRelativeHeight},u_tileRectangle:function(){return this.properties.tileRectangle},u_modifiedModelView:function(){let i=e.context.uniformState.view,o=F.multiplyByPoint(i,this.properties.rtc,O_e);return F.setTranslation(i,o,I_e),I_e},u_modifiedModelViewProjection:function(){let i=e.context.uniformState.view,o=e.context.uniformState.projection,r=F.multiplyByPoint(i,this.properties.rtc,O_e);return F.setTranslation(i,r,_U),F.multiply(o,_U,_U),_U},u_dayTextures:function(){return this.properties.dayTextures},u_dayTextureTranslationAndScale:function(){return this.properties.dayTextureTranslationAndScale},u_dayTextureTexCoordsRectangle:function(){return this.properties.dayTextureTexCoordsRectangle},u_dayTextureUseWebMercatorT:function(){return this.properties.dayTextureUseWebMercatorT},u_dayTextureAlpha:function(){return this.properties.dayTextureAlpha},u_dayTextureNightAlpha:function(){return this.properties.dayTextureNightAlpha},u_dayTextureDayAlpha:function(){return this.properties.dayTextureDayAlpha},u_dayTextureBrightness:function(){return this.properties.dayTextureBrightness},u_dayTextureContrast:function(){return this.properties.dayTextureContrast},u_dayTextureHue:function(){return this.properties.dayTextureHue},u_dayTextureSaturation:function(){return this.properties.dayTextureSaturation},u_dayTextureOneOverGamma:function(){return this.properties.dayTextureOneOverGamma},u_dayIntensity:function(){return this.properties.dayIntensity},u_southAndNorthLatitude:function(){return this.properties.southAndNorthLatitude},u_southMercatorYAndOneOverHeight:function(){return this.properties.southMercatorYAndOneOverHeight},u_waterMask:function(){return this.properties.waterMask},u_waterMaskTranslationAndScale:function(){return this.properties.waterMaskTranslationAndScale},u_minMaxHeight:function(){return this.properties.minMaxHeight},u_scaleAndBias:function(){return this.properties.scaleAndBias},u_dayTextureSplit:function(){return this.properties.dayTextureSplit},u_dayTextureCutoutRectangles:function(){return this.properties.dayTextureCutoutRectangles},u_clippingPlanes:function(){let i=t._clippingPlanes;return l(i)&&l(i.texture)?i.texture:e.context.defaultTexture},u_cartographicLimitRectangle:function(){return this.properties.localizedCartographicLimitRectangle},u_clippingPlanesMatrix:function(){let i=t._clippingPlanes,o=l(i)?F.multiply(e.context.uniformState.view,i.modelMatrix,Mat):F.IDENTITY;return F.inverseTranspose(o,Lat)},u_clippingPlanesEdgeStyle:function(){let i=this.properties.clippingPlanesEdgeColor;return i.alpha=this.properties.clippingPlanesEdgeWidth,i},u_minimumBrightness:function(){return e.fog.minimumBrightness},u_hsbShift:function(){return this.properties.hsbShift},u_colorsToAlpha:function(){return this.properties.colorsToAlpha},u_frontFaceAlphaByDistance:function(){return this.properties.frontFaceAlphaByDistance},u_backFaceAlphaByDistance:function(){return this.properties.backFaceAlphaByDistance},u_translucencyRectangle:function(){return this.properties.localizedTranslucencyRectangle},u_undergroundColor:function(){return this.properties.undergroundColor},u_undergroundColorAlphaByDistance:function(){return this.properties.undergroundColorAlphaByDistance},u_lambertDiffuseMultiplier:function(){return this.properties.lambertDiffuseMultiplier},properties:{initialColor:new se(0,0,.5,1),fillHighlightColor:new U(0,0,0,0),zoomedOutOceanSpecularIntensity:.5,oceanNormalMap:void 0,lightingFadeDistance:new H(65e5,9e6),nightFadeDistance:new H(1e7,4e7),atmosphereLightIntensity:10,atmosphereRayleighCoefficient:new h(55e-7,13e-6,284e-7),atmosphereMieCoefficient:new h(21e-6,21e-6,21e-6),atmosphereRayleighScaleHeight:1e4,atmosphereMieScaleHeight:3200,atmosphereMieAnisotropy:.9,hsbShift:new h,center3D:void 0,rtc:new h,modifiedModelView:new F,tileRectangle:new se,terrainExaggerationAndRelativeHeight:new H(1,0),dayTextures:[],dayTextureTranslationAndScale:[],dayTextureTexCoordsRectangle:[],dayTextureUseWebMercatorT:[],dayTextureAlpha:[],dayTextureNightAlpha:[],dayTextureDayAlpha:[],dayTextureBrightness:[],dayTextureContrast:[],dayTextureHue:[],dayTextureSaturation:[],dayTextureOneOverGamma:[],dayTextureSplit:[],dayTextureCutoutRectangles:[],dayIntensity:0,colorsToAlpha:[],southAndNorthLatitude:new H,southMercatorYAndOneOverHeight:new H,waterMask:void 0,waterMaskTranslationAndScale:new se,minMaxHeight:new H,scaleAndBias:new F,clippingPlanesEdgeColor:U.clone(U.WHITE),clippingPlanesEdgeWidth:0,localizedCartographicLimitRectangle:new se,frontFaceAlphaByDistance:new se,backFaceAlphaByDistance:new se,localizedTranslucencyRectangle:new se,undergroundColor:U.clone(U.TRANSPARENT),undergroundColorAlphaByDistance:new se,lambertDiffuseMultiplier:0}};return l(t.materialUniformMap)?pt(n,t.materialUniformMap):n}function Fat(e,t,n){let i=n.data,o,r;if(l(i.vertexArray)?(o=i.mesh,r=i.vertexArray):l(i.fill)&&l(i.fill.vertexArray)&&(o=i.fill.mesh,r=i.fill.vertexArray),!(!l(o)||!l(r))){if(l(i.wireframeVertexArray)){if(i.wireframeVertexArray.mesh===o)return;i.wireframeVertexArray.destroy(),i.wireframeVertexArray=void 0}i.wireframeVertexArray=Nat(e,r,o),i.wireframeVertexArray.mesh=o}}function Nat(e,t,n){let o={indices:n.indices,primitiveType:Oe.TRIANGLES};Bn.toWireframe(o);let r=o.indices,s=rt.createIndexBuffer({context:e,typedArray:r,usage:Le.STATIC_DRAW,indexDatatype:Fe.fromSizeInBytes(r.BYTES_PER_ELEMENT)});return new Zn({context:e,attributes:t._attributes,indexBuffer:s})}var N_e,k_e,yU;(function(){let e=new _t({geometry:Bd.fromDimensions({dimensions:new h(2,2,2)})}),t=new _t({geometry:new z_({radius:1})}),n=new F,i,o;function r(s){return new Cn({geometryInstances:s,appearance:new Qt({translucent:!1,flat:!0}),asynchronous:!1})}N_e=function(s,a){return s===i||(yU(),i=s,n=F.fromRotationTranslation(s.halfAxes,s.center,n),e.modelMatrix=n,e.attributes.color=Bt.fromColor(a),o=r(e)),o},k_e=function(s,a){return s===i||(yU(),i=s,n=F.fromTranslation(s.center,n),n=F.multiplyByUniformScale(n,s.radius,n),t.modelMatrix=n,t.attributes.color=Bt.fromColor(a),o=r(t)),o},yU=function(){l(o)&&(o.destroy(),o=void 0,i=void 0)}})();var kat=new se(0,0,0,0),Vat={frameState:void 0,surfaceTile:void 0,numberOfDayTextures:void 0,applyBrightness:void 0,applyContrast:void 0,applyHue:void 0,applySaturation:void 0,applyGamma:void 0,applyAlpha:void 0,applyDayNightAlpha:void 0,applySplit:void 0,showReflectiveOcean:void 0,showOceanWaves:void 0,enableLighting:void 0,dynamicAtmosphereLighting:void 0,dynamicAtmosphereLightingFromSun:void 0,showGroundAtmosphere:void 0,perFragmentGroundAtmosphere:void 0,hasVertexNormals:void 0,useWebMercatorProjection:void 0,enableFog:void 0,enableClippingPlanes:void 0,clippingPlanes:void 0,clippedByBoundaries:void 0,hasImageryLayerCutout:void 0,colorCorrect:void 0,colorToAlpha:void 0,hasGeodeticSurfaceNormals:void 0,hasExaggeration:void 0},Uat=U.TRANSPARENT,zat=new Et;function Hat(e,t,n){let i=t.data;l(i.vertexArray)||(i.fill===void 0&&(i.fill=new xv(t)),i.fill.update(e,n));let o=n.creditDisplay,r=i.terrainData;if(l(r)&&l(r.credits)){let ot=r.credits;for(let Gt=0,si=ot.length;Gt<si;++Gt)o.addCredit(ot[Gt])}let s=Vt.maximumTextureImageUnits,a=i.waterMaskTexture,c=i.waterMaskTranslationAndScale;!l(a)&&l(i.fill)&&(a=i.fill.waterMaskTexture,c=i.fill.waterMaskTranslationAndScale);let u=n.cameraUnderground,f=n.globeTranslucencyState,d=f.translucent,p=f.frontFaceAlphaByDistance,g=f.backFaceAlphaByDistance,m=f.rectangle,A=y(e.undergroundColor,Uat),C=y(e.undergroundColorAlphaByDistance,zat),x=F_e(e,n)&&n.mode===ee.SCENE3D&&A.alpha>0&&(C.nearValue>0||C.farValue>0),b=e.lambertDiffuseMultiplier,E=e.hasWaterMask&&l(a),S=e.oceanNormalMap,D=E&&l(S),v=e.terrainProvider.ready&&e.terrainProvider.hasVertexNormals,O=n.fog.enabled&&n.fog.renderable&&!u,R=e.showGroundAtmosphere&&n.mode===ee.SCENE3D,M=hn.castShadows(e.shadows)&&!d,L=hn.receiveShadows(e.shadows)&&!d,_=e.hueShift,T=e.saturationShift,w=e.brightnessShift,P=!(I.equalsEpsilon(_,0,I.EPSILON7)&&I.equalsEpsilon(T,0,I.EPSILON7)&&I.equalsEpsilon(w,0,I.EPSILON7)),B=!1;if(R){let ot=h.magnitude(n.camera.positionWC),Gt=e.nightFadeOutDistance;B=ot>Gt}E&&--s,D&&--s,l(n.shadowState)&&n.shadowState.shadowsEnabled&&--s,l(e.clippingPlanes)&&e.clippingPlanes.enabled&&--s,s-=f.numberOfTextureUniforms;let N=i.renderedMesh,z=N.center,V=N.encoding,G=i.tileBoundingRegion,k=n.terrainExaggeration,X=n.terrainExaggerationRelativeHeight,q=k!==1,Y=V.hasGeodeticSurfaceNormals,W=Sat,J=0,Z=0,ue=0,pe=0,oe=!1;if(n.mode!==ee.SCENE3D){let ot=n.mapProjection,Gt=ot.project(ce.southwest(t.rectangle),Pat),si=ot.project(ce.northeast(t.rectangle),Iat);if(W.x=Gt.x,W.y=Gt.y,W.z=si.x,W.w=si.y,n.mode!==ee.MORPHING&&(z=vat,z.x=0,z.y=(W.z+W.x)*.5,z.z=(W.w+W.y)*.5,W.x-=z.y,W.y-=z.z,W.z-=z.y,W.w-=z.z),n.mode===ee.SCENE2D&&V.quantization===Ms.BITS12){let Se=1/(Math.pow(2,12)-1)*.5,dt=(W.z-W.x)*Se,It=(W.w-W.y)*Se;W.x-=dt,W.y-=It,W.z+=dt,W.w+=It}ot instanceof Vi&&(J=t.rectangle.south,Z=t.rectangle.north,ue=Vi.geodeticLatitudeToMercatorAngle(J),pe=1/(Vi.geodeticLatitudeToMercatorAngle(Z)-ue),oe=!0)}let fe=Vat;fe.frameState=n,fe.surfaceTile=i,fe.showReflectiveOcean=E,fe.showOceanWaves=D,fe.enableLighting=e.enableLighting,fe.dynamicAtmosphereLighting=e.dynamicAtmosphereLighting,fe.dynamicAtmosphereLightingFromSun=e.dynamicAtmosphereLightingFromSun,fe.showGroundAtmosphere=R,fe.atmosphereLightIntensity=e.atmosphereLightIntensity,fe.atmosphereRayleighCoefficient=e.atmosphereRayleighCoefficient,fe.atmosphereMieCoefficient=e.atmosphereMieCoefficient,fe.atmosphereRayleighScaleHeight=e.atmosphereRayleighScaleHeight,fe.atmosphereMieScaleHeight=e.atmosphereMieScaleHeight,fe.atmosphereMieAnisotropy=e.atmosphereMieAnisotropy,fe.perFragmentGroundAtmosphere=B,fe.hasVertexNormals=v,fe.useWebMercatorProjection=oe,fe.clippedByBoundaries=i.clippedByBoundaries,fe.hasGeodeticSurfaceNormals=Y,fe.hasExaggeration=q;let ge=i.imagery,Ee=0,Ie=ge.length,Me=e.showSkirts&&!u&&!d,Ge=e.backFaceCulling&&!u&&!d,bt=Ge?e._renderState:e._disableCullingRenderState,zt=Ge?e._blendRenderState:e._disableCullingBlendRenderState,on=bt,at=e._firstPassInitialColor,Tn=n.context;if(l(e._debug.boundingSphereTile)||yU(),e._materialUniformMap!==e.materialUniformMap){e._materialUniformMap=e.materialUniformMap;let ot=e._drawCommands.length;for(let Gt=0;Gt<ot;++Gt)e._uniformMaps[Gt]=R_e(n,e)}do{let ot=0,Gt,si;if(e._drawCommands.length<=e._usedDrawCommands?(Gt=new Ze,Gt.owner=t,Gt.cull=!1,Gt.boundingVolume=new re,Gt.orientedBoundingBox=void 0,si=R_e(n,e),e._drawCommands.push(Gt),e._uniformMaps.push(si)):(Gt=e._drawCommands[e._usedDrawCommands],si=e._uniformMaps[e._usedDrawCommands]),Gt.owner=t,++e._usedDrawCommands,t===e._debug.boundingSphereTile){let Wr=G.boundingVolume,ir=G.boundingSphere;l(Wr)?N_e(Wr,U.RED).update(n):l(ir)&&k_e(ir,U.RED).update(n)}let Se=si.properties;se.clone(at,Se.initialColor),Se.oceanNormalMap=S,Se.lightingFadeDistance.x=e.lightingFadeOutDistance,Se.lightingFadeDistance.y=e.lightingFadeInDistance,Se.nightFadeDistance.x=e.nightFadeOutDistance,Se.nightFadeDistance.y=e.nightFadeInDistance,Se.atmosphereLightIntensity=e.atmosphereLightIntensity,Se.atmosphereRayleighCoefficient=e.atmosphereRayleighCoefficient,Se.atmosphereMieCoefficient=e.atmosphereMieCoefficient,Se.atmosphereRayleighScaleHeight=e.atmosphereRayleighScaleHeight,Se.atmosphereMieScaleHeight=e.atmosphereMieScaleHeight,Se.atmosphereMieAnisotropy=e.atmosphereMieAnisotropy,Se.zoomedOutOceanSpecularIntensity=e.zoomedOutOceanSpecularIntensity;let dt=u?g:p,It=u?p:g;l(dt)&&(se.fromElements(dt.near,dt.nearValue,dt.far,dt.farValue,Se.frontFaceAlphaByDistance),se.fromElements(It.near,It.nearValue,It.far,It.farValue,Se.backFaceAlphaByDistance)),se.fromElements(C.near,C.nearValue,C.far,C.farValue,Se.undergroundColorAlphaByDistance),U.clone(A,Se.undergroundColor),Se.lambertDiffuseMultiplier=b;let ii=!l(i.vertexArray)&&l(e.fillHighlightColor)&&e.fillHighlightColor.alpha>0;ii&&U.clone(e.fillHighlightColor,Se.fillHighlightColor),Se.terrainExaggerationAndRelativeHeight.x=k,Se.terrainExaggerationAndRelativeHeight.y=X,Se.center3D=N.center,h.clone(z,Se.rtc),se.clone(W,Se.tileRectangle),Se.southAndNorthLatitude.x=J,Se.southAndNorthLatitude.y=Z,Se.southMercatorYAndOneOverHeight.x=ue,Se.southMercatorYAndOneOverHeight.y=pe;let Li=wat,Ho=gU(t.rectangle,e.cartographicLimitRectangle),Po=Dat,Go=gU(t.rectangle,m);h.fromElements(_,T,w,Se.hsbShift);let Pi=t.rectangle,Re=1/Pi.width,Qe=1/Pi.height;Li.x=(Ho.west-Pi.west)*Re,Li.y=(Ho.south-Pi.south)*Qe,Li.z=(Ho.east-Pi.west)*Re,Li.w=(Ho.north-Pi.south)*Qe,se.clone(Li,Se.localizedCartographicLimitRectangle),Po.x=(Go.west-Pi.west)*Re,Po.y=(Go.south-Pi.south)*Qe,Po.z=(Go.east-Pi.west)*Re,Po.w=(Go.north-Pi.south)*Qe,se.clone(Po,Se.localizedTranslucencyRectangle);let je=O&&I.fog(t._distance,n.fog.density)>I.EPSILON3;P=P&&(je||R);let We=!1,ct=!1,Ot=!1,An=!1,Fi=!1,Wo=!1,ps=!1,Hi=!1,Io=!1,Ki=!1;for(;ot<s&&Ee<Ie;){let Wr=ge[Ee],ir=Wr.readyImagery;if(++Ee,!l(ir)||ir.imageryLayer.alpha===0)continue;let d0=Wr.useWebMercatorT?ir.textureWebMercator:ir.texture,Gi=ir.imageryLayer;l(Wr.textureTranslationAndScale)||(Wr.textureTranslationAndScale=Gi._calculateTextureTranslationAndScale(t,Wr)),Se.dayTextures[ot]=d0,Se.dayTextureTranslationAndScale[ot]=Wr.textureTranslationAndScale,Se.dayTextureTexCoordsRectangle[ot]=Wr.textureCoordinateRectangle,Se.dayTextureUseWebMercatorT[ot]=Wr.useWebMercatorT,Se.dayTextureAlpha[ot]=Gi.alpha,Wo=Wo||Se.dayTextureAlpha[ot]!==1,Se.dayTextureNightAlpha[ot]=Gi.nightAlpha,ps=ps||Se.dayTextureNightAlpha[ot]!==1,Se.dayTextureDayAlpha[ot]=Gi.dayAlpha,ps=ps||Se.dayTextureDayAlpha[ot]!==1,Se.dayTextureBrightness[ot]=Gi.brightness,We=We||Se.dayTextureBrightness[ot]!==of.DEFAULT_BRIGHTNESS,Se.dayTextureContrast[ot]=Gi.contrast,ct=ct||Se.dayTextureContrast[ot]!==of.DEFAULT_CONTRAST,Se.dayTextureHue[ot]=Gi.hue,Ot=Ot||Se.dayTextureHue[ot]!==of.DEFAULT_HUE,Se.dayTextureSaturation[ot]=Gi.saturation,An=An||Se.dayTextureSaturation[ot]!==of.DEFAULT_SATURATION,Se.dayTextureOneOverGamma[ot]=1/Gi.gamma,Fi=Fi||Se.dayTextureOneOverGamma[ot]!==1/of.DEFAULT_GAMMA,Se.dayTextureSplit[ot]=Gi.splitDirection,Hi=Hi||Se.dayTextureSplit[ot]!==0;let Ga=Se.dayTextureCutoutRectangles[ot];if(l(Ga)||(Ga=Se.dayTextureCutoutRectangles[ot]=new se),se.clone(se.ZERO,Ga),l(Gi.cutoutRectangle)){let ns=gU(Pi,Gi.cutoutRectangle),fl=ce.simpleIntersection(ns,Pi,L_e);Io=l(fl)||Io,Ga.x=(ns.west-Pi.west)*Re,Ga.y=(ns.south-Pi.south)*Qe,Ga.z=(ns.east-Pi.west)*Re,Ga.w=(ns.north-Pi.south)*Qe}let ul=Se.colorsToAlpha[ot];l(ul)||(ul=Se.colorsToAlpha[ot]=new se);let zA=l(Gi.colorToAlpha)&&Gi.colorToAlphaThreshold>0;if(Ki=Ki||zA,zA){let ns=Gi.colorToAlpha;ul.x=ns.red,ul.y=ns.green,ul.z=ns.blue,ul.w=Gi.colorToAlphaThreshold}else ul.w=-1;if(l(ir.credits)){let ns=ir.credits;for(let fl=0,dl=ns.length;fl<dl;++fl)o.addCredit(ns[fl])}++ot}Se.dayTextures.length=ot,Se.waterMask=a,se.clone(c,Se.waterMaskTranslationAndScale),Se.minMaxHeight.x=V.minimumHeight,Se.minMaxHeight.y=V.maximumHeight,F.clone(V.matrix,Se.scaleAndBias);let Mr=e._clippingPlanes,Er=l(Mr)&&Mr.enabled&&t.isClipped;Er&&(Se.clippingPlanesEdgeColor=U.clone(Mr.edgeColor,Se.clippingPlanesEdgeColor),Se.clippingPlanesEdgeWidth=Mr.edgeWidth),fe.numberOfDayTextures=ot,fe.applyBrightness=We,fe.applyContrast=ct,fe.applyHue=Ot,fe.applySaturation=An,fe.applyGamma=Fi,fe.applyAlpha=Wo,fe.applyDayNightAlpha=ps,fe.applySplit=Hi,fe.enableFog=je,fe.enableClippingPlanes=Er,fe.clippingPlanes=Mr,fe.hasImageryLayerCutout=Io,fe.colorCorrect=P,fe.highlightFillTile=ii,fe.colorToAlpha=Ki,fe.showUndergroundColor=x,fe.translucent=d;let ll=i.renderedMesh.indices.length;Me||(ll=i.renderedMesh.indexCountWithoutSkirts),Gt.shaderProgram=e._surfaceShaderSet.getShaderProgram(fe),Gt.castShadows=M,Gt.receiveShadows=L,Gt.renderState=on,Gt.primitiveType=Oe.TRIANGLES,Gt.vertexArray=i.vertexArray||i.fill.vertexArray,Gt.count=ll,Gt.uniformMap=si,Gt.pass=xe.GLOBE,e._debug.wireframe&&(Fat(Tn,e,t),l(i.wireframeVertexArray)&&(Gt.vertexArray=i.wireframeVertexArray,Gt.primitiveType=Oe.LINES,Gt.count=ll*2));let Ni=Gt.boundingVolume,Lr=Gt.orientedBoundingBox;n.mode!==ee.SCENE3D?(re.fromRectangleWithHeights2D(t.rectangle,n.mapProjection,G.minimumHeight,G.maximumHeight,Ni),h.fromElements(Ni.center.z,Ni.center.x,Ni.center.y,Ni.center),n.mode===ee.MORPHING&&(Ni=re.union(G.boundingSphere,Ni,Ni))):(Gt.boundingVolume=re.clone(G.boundingSphere,Ni),Gt.orientedBoundingBox=pi.clone(G.boundingVolume,Lr)),Gt.dirty=!0,d&&f.updateDerivedCommands(Gt,n),M_e(Gt,n),on=zt,at=kat}while(Ee<Ie)}var AU=zo;function V_e(){this._enabled=!1,this._frontFaceAlpha=1,this._frontFaceAlphaByDistance=void 0,this._backFaceAlpha=1,this._backFaceAlphaByDistance=void 0,this._rectangle=ce.clone(ce.MAX_VALUE)}Object.defineProperties(V_e.prototype,{enabled:{get:function(){return this._enabled},set:function(e){this._enabled=e}},frontFaceAlpha:{get:function(){return this._frontFaceAlpha},set:function(e){this._frontFaceAlpha=e}},frontFaceAlphaByDistance:{get:function(){return this._frontFaceAlphaByDistance},set:function(e){this._frontFaceAlphaByDistance=Et.clone(e,this._frontFaceAlphaByDistance)}},backFaceAlpha:{get:function(){return this._backFaceAlpha},set:function(e){this._backFaceAlpha=e}},backFaceAlphaByDistance:{get:function(){return this._backFaceAlphaByDistance},set:function(e){this._backFaceAlphaByDistance=Et.clone(e,this._backFaceAlphaByDistance)}},rectangle:{get:function(){return this._rectangle},set:function(e){l(e)||(e=ce.clone(ce.MAX_VALUE)),ce.clone(e,this._rectangle)}}});var CU=V_e;function ts(){this._layers=[],this.layerAdded=new _e,this.layerRemoved=new _e,this.layerMoved=new _e,this.layerShownOrHidden=new _e}Object.defineProperties(ts.prototype,{length:{get:function(){return this._layers.length}}});ts.prototype.add=function(e,t){l(t)?this._layers.splice(t,0,e):(t=this._layers.length,this._layers.push(e)),this._update(),this.layerAdded.raiseEvent(e,t)};ts.prototype.addImageryProvider=function(e,t){let n=new of(e);return this.add(n,t),n};ts.prototype.remove=function(e,t){t=y(t,!0);let n=this._layers.indexOf(e);return n!==-1?(this._layers.splice(n,1),this._update(),this.layerRemoved.raiseEvent(e,n),t&&e.destroy(),!0):!1};ts.prototype.removeAll=function(e){e=y(e,!0);let t=this._layers;for(let n=0,i=t.length;n<i;n++){let o=t[n];this.layerRemoved.raiseEvent(o,n),e&&o.destroy()}this._layers=[]};ts.prototype.contains=function(e){return this.indexOf(e)!==-1};ts.prototype.indexOf=function(e){return this._layers.indexOf(e)};ts.prototype.get=function(e){return this._layers[e]};function xU(e,t){return e.indexOf(t)}function U_e(e,t,n){let i=e._layers;if(t=I.clamp(t,0,i.length-1),n=I.clamp(n,0,i.length-1),t===n)return;let o=i[t];i[t]=i[n],i[n]=o,e._update(),e.layerMoved.raiseEvent(o,n,t)}ts.prototype.raise=function(e){let t=xU(this._layers,e);U_e(this,t,t+1)};ts.prototype.lower=function(e){let t=xU(this._layers,e);U_e(this,t,t-1)};ts.prototype.raiseToTop=function(e){let t=xU(this._layers,e);t!==this._layers.length-1&&(this._layers.splice(t,1),this._layers.push(e),this._update(),this.layerMoved.raiseEvent(e,this._layers.length-1,t))};ts.prototype.lowerToBottom=function(e){let t=xU(this._layers,e);t!==0&&(this._layers.splice(t,1),this._layers.splice(0,0,e),this._update(),this.layerMoved.raiseEvent(e,0,t))};var Gat=new ce;function z_e(e,t,n,i){let o=e.globe._surface._tilesToRender,r;for(let a=0;!l(r)&&a<o.length;++a){let c=o[a];ce.contains(c.rectangle,t)&&(r=c)}if(!l(r))return;let s=r.data.imagery;for(let a=s.length-1;a>=0;--a){let c=s[a],u=c.readyImagery;if(!l(u))continue;let f=u.imageryLayer.imageryProvider;if(n&&!l(f.pickFeatures)||!ce.contains(u.rectangle,t))continue;let d=Gat,p=1/1024;d.west=I.lerp(r.rectangle.west,r.rectangle.east,c.textureCoordinateRectangle.x-p),d.east=I.lerp(r.rectangle.west,r.rectangle.east,c.textureCoordinateRectangle.z+p),d.south=I.lerp(r.rectangle.south,r.rectangle.north,c.textureCoordinateRectangle.y-p),d.north=I.lerp(r.rectangle.south,r.rectangle.north,c.textureCoordinateRectangle.w+p),ce.contains(d,t)&&i(u)}}ts.prototype.pickImageryLayers=function(e,t){let n=t.globe.pick(e,t);if(!l(n))return;let i=t.globe.ellipsoid.cartesianToCartographic(n),o=[];if(z_e(t,i,!1,function(r){o.push(r.imageryLayer)}),o.length!==0)return o};ts.prototype.pickImageryLayerFeatures=function(e,t){let n=t.globe.pick(e,t);if(!l(n))return;let i=t.globe.ellipsoid.cartesianToCartographic(n),o=[],r=[];if(z_e(t,i,!0,function(s){let c=s.imageryLayer.imageryProvider.pickFeatures(s.x,s.y,s.level,i.longitude,i.latitude);l(c)&&(o.push(c),r.push(s.imageryLayer))}),o.length!==0)return Promise.all(o).then(function(s){let a=[];for(let c=0;c<s.length;++c){let u=s[c],f=r[c];if(l(u)&&u.length>0)for(let d=0;d<u.length;++d){let p=u[d];p.imageryLayer=f,l(p.position)||(p.position=i),a.push(p)}}return a})};ts.prototype.queueReprojectionCommands=function(e){let t=this._layers;for(let n=0,i=t.length;n<i;++n)t[n].queueReprojectionCommands(e)};ts.prototype.cancelReprojections=function(){let e=this._layers;for(let t=0,n=e.length;t<n;++t)e[t].cancelReprojections()};ts.prototype.isDestroyed=function(){return!1};ts.prototype.destroy=function(){return this.removeAll(!0),le(this)};ts.prototype._update=function(){let e=!0,t=this._layers,n,i,o,r;for(o=0,r=t.length;o<r;++o)i=t[o],i._layerIndex=o,i.show?(i._isBaseLayer=e,e=!1):i._isBaseLayer=!1,i.show!==i._show&&(l(i._show)&&(l(n)||(n=[]),n.push(i)),i._show=i.show);if(l(n))for(o=0,r=n.length;o<r;++o)i=n[o],this.layerShownOrHidden.raiseEvent(i,i._layerIndex,i.show)};var TU=ts;function H_e(e){this._ellipsoid=new Z_(e.ellipsoid,h.ZERO)}Object.defineProperties(H_e.prototype,{ellipsoid:{get:function(){return this._ellipsoid}}});var EU=H_e;function Ec(e){this._tilingScheme=e.tilingScheme,this._x=e.x,this._y=e.y,this._level=e.level,this._parent=e.parent,this._rectangle=this._tilingScheme.tileXYToRectangle(this._x,this._y,this._level),this._southwestChild=void 0,this._southeastChild=void 0,this._northwestChild=void 0,this._northeastChild=void 0,this.replacementPrevious=void 0,this.replacementNext=void 0,this._distance=0,this._loadPriority=0,this._customData=[],this._frameUpdated=void 0,this._lastSelectionResult=qn.NONE,this._lastSelectionResultFrame=void 0,this._loadedCallbacks={},this.state=Ns.START,this.renderable=!1,this.upsampledFromParent=!1,this.data=void 0}Ec.createLevelZeroTiles=function(e){let t=e.getNumberOfXTilesAtLevel(0),n=e.getNumberOfYTilesAtLevel(0),i=new Array(t*n),o=0;for(let r=0;r<n;++r)for(let s=0;s<t;++s)i[o++]=new Ec({tilingScheme:e,x:s,y:r,level:0});return i};Ec.prototype._updateCustomData=function(e,t,n){let i=this.customData,o,r,s;if(l(t)&&l(n)){for(i=i.filter(function(a){return n.indexOf(a)===-1}),this._customData=i,s=this._rectangle,o=0;o<t.length;++o)r=t[o],ce.contains(s,r.positionCartographic)&&i.push(r);this._frameUpdated=e}else{let a=this._parent;if(l(a)&&this._frameUpdated!==a._frameUpdated){i.length=0,s=this._rectangle;let c=a.customData;for(o=0;o<c.length;++o)r=c[o],ce.contains(s,r.positionCartographic)&&i.push(r);this._frameUpdated=a._frameUpdated}}};Object.defineProperties(Ec.prototype,{tilingScheme:{get:function(){return this._tilingScheme}},x:{get:function(){return this._x}},y:{get:function(){return this._y}},level:{get:function(){return this._level}},parent:{get:function(){return this._parent}},rectangle:{get:function(){return this._rectangle}},children:{get:function(){return[this.northwestChild,this.northeastChild,this.southwestChild,this.southeastChild]}},southwestChild:{get:function(){return l(this._southwestChild)||(this._southwestChild=new Ec({tilingScheme:this.tilingScheme,x:this.x*2,y:this.y*2+1,level:this.level+1,parent:this})),this._southwestChild}},southeastChild:{get:function(){return l(this._southeastChild)||(this._southeastChild=new Ec({tilingScheme:this.tilingScheme,x:this.x*2+1,y:this.y*2+1,level:this.level+1,parent:this})),this._southeastChild}},northwestChild:{get:function(){return l(this._northwestChild)||(this._northwestChild=new Ec({tilingScheme:this.tilingScheme,x:this.x*2,y:this.y*2,level:this.level+1,parent:this})),this._northwestChild}},northeastChild:{get:function(){return l(this._northeastChild)||(this._northeastChild=new Ec({tilingScheme:this.tilingScheme,x:this.x*2+1,y:this.y*2,level:this.level+1,parent:this})),this._northeastChild}},customData:{get:function(){return this._customData}},needsLoading:{get:function(){return this.state<Ns.DONE}},eligibleForUnloading:{get:function(){let e=!0;return l(this.data)&&(e=this.data.eligibleForUnloading,l(e)||(e=!0)),e}}});Ec.prototype.findLevelZeroTile=function(e,t,n){let i=this.tilingScheme.getNumberOfXTilesAtLevel(0);if(t<0?t+=i:t>=i&&(t-=i),!(n<0||n>=this.tilingScheme.getNumberOfYTilesAtLevel(0)))return e.filter(function(o){return o.x===t&&o.y===n})[0]};Ec.prototype.findTileToWest=function(e){let t=this.parent;if(t===void 0)return this.findLevelZeroTile(e,this.x-1,this.y);if(t.southeastChild===this)return t.southwestChild;if(t.northeastChild===this)return t.northwestChild;let n=t.findTileToWest(e);if(n!==void 0)return t.southwestChild===this?n.southeastChild:n.northeastChild};Ec.prototype.findTileToEast=function(e){let t=this.parent;if(t===void 0)return this.findLevelZeroTile(e,this.x+1,this.y);if(t.southwestChild===this)return t.southeastChild;if(t.northwestChild===this)return t.northeastChild;let n=t.findTileToEast(e);if(n!==void 0)return t.southeastChild===this?n.southwestChild:n.northwestChild};Ec.prototype.findTileToSouth=function(e){let t=this.parent;if(t===void 0)return this.findLevelZeroTile(e,this.x,this.y+1);if(t.northwestChild===this)return t.southwestChild;if(t.northeastChild===this)return t.southeastChild;let n=t.findTileToSouth(e);if(n!==void 0)return t.southwestChild===this?n.northwestChild:n.northeastChild};Ec.prototype.findTileToNorth=function(e){let t=this.parent;if(t===void 0)return this.findLevelZeroTile(e,this.x,this.y-1);if(t.southwestChild===this)return t.northwestChild;if(t.southeastChild===this)return t.northeastChild;let n=t.findTileToNorth(e);if(n!==void 0)return t.northwestChild===this?n.southwestChild:n.southeastChild};Ec.prototype.freeResources=function(){this.state=Ns.START,this.renderable=!1,this.upsampledFromParent=!1,l(this.data)&&l(this.data.freeResources)&&this.data.freeResources(),bU(this._southwestChild),this._southwestChild=void 0,bU(this._southeastChild),this._southeastChild=void 0,bU(this._northwestChild),this._northwestChild=void 0,bU(this._northeastChild),this._northeastChild=void 0};function bU(e){l(e)&&e.freeResources()}var SU=Ec;function wU(){this.head=void 0,this.tail=void 0,this.count=0,this._lastBeforeStartOfFrame=void 0}wU.prototype.markStartOfRenderFrame=function(){this._lastBeforeStartOfFrame=this.head};wU.prototype.trimTiles=function(e){let t=this.tail,n=!0;for(;n&&l(this._lastBeforeStartOfFrame)&&this.count>e&&l(t);){n=t!==this._lastBeforeStartOfFrame;let i=t.replacementPrevious;t.eligibleForUnloading&&(t.freeResources(),G_e(this,t)),t=i}};function G_e(e,t){let n=t.replacementPrevious,i=t.replacementNext;t===e._lastBeforeStartOfFrame&&(e._lastBeforeStartOfFrame=i),t===e.head?e.head=i:n.replacementNext=i,t===e.tail?e.tail=n:i.replacementPrevious=n,t.replacementPrevious=void 0,t.replacementNext=void 0,--e.count}wU.prototype.markTileRendered=function(e){let t=this.head;if(t===e){e===this._lastBeforeStartOfFrame&&(this._lastBeforeStartOfFrame=e.replacementNext);return}if(++this.count,!l(t)){e.replacementPrevious=void 0,e.replacementNext=void 0,this.head=e,this.tail=e;return}(l(e.replacementPrevious)||l(e.replacementNext))&&G_e(this,e),e.replacementPrevious=void 0,e.replacementNext=t,t.replacementPrevious=e,this.head=e};var DU=wU;function rf(e){this._tileProvider=e.tileProvider,this._tileProvider.quadtree=this,this._debug={enableDebugOutput:!1,maxDepth:0,maxDepthVisited:0,tilesVisited:0,tilesCulled:0,tilesRendered:0,tilesWaitingForChildren:0,lastMaxDepth:-1,lastMaxDepthVisited:-1,lastTilesVisited:-1,lastTilesCulled:-1,lastTilesRendered:-1,lastTilesWaitingForChildren:-1,suspendLodUpdate:!1};let n=this._tileProvider.tilingScheme.ellipsoid;this._tilesToRender=[],this._tileLoadQueueHigh=[],this._tileLoadQueueMedium=[],this._tileLoadQueueLow=[],this._tileReplacementQueue=new DU,this._levelZeroTiles=void 0,this._loadQueueTimeSlice=5,this._tilesInvalidated=!1,this._addHeightCallbacks=[],this._removeHeightCallbacks=[],this._tileToUpdateHeights=[],this._lastTileIndex=0,this._updateHeightsTimeSlice=2,this._cameraPositionCartographic=void 0,this._cameraReferenceFrameOriginCartographic=void 0,this.maximumScreenSpaceError=y(e.maximumScreenSpaceError,2),this.tileCacheSize=y(e.tileCacheSize,100),this.loadingDescendantLimit=20,this.preloadAncestors=!0,this.preloadSiblings=!1,this._occluders=new EU({ellipsoid:n}),this._tileLoadProgressEvent=new _e,this._lastTileLoadQueueLength=0,this._lastSelectionFrameNumber=void 0}Object.defineProperties(rf.prototype,{tileProvider:{get:function(){return this._tileProvider}},tileLoadProgressEvent:{get:function(){return this._tileLoadProgressEvent}},occluders:{get:function(){return this._occluders}}});rf.prototype.invalidateAllTiles=function(){this._tilesInvalidated=!0};function Wat(e){let t=e._tileReplacementQueue;t.head=void 0,t.tail=void 0,t.count=0,j_e(e);let n=e._levelZeroTiles;if(l(n))for(let i=0;i<n.length;++i){let r=n[i].customData,s=r.length;for(let a=0;a<s;++a){let c=r[a];c.level=0,e._addHeightCallbacks.push(c)}n[i].freeResources()}e._levelZeroTiles=void 0,e._tileProvider.cancelReprojections()}rf.prototype.forEachLoadedTile=function(e){let t=this._tileReplacementQueue.head;for(;l(t);)t.state!==Ns.START&&e(t),t=t.replacementNext};rf.prototype.forEachRenderedTile=function(e){let t=this._tilesToRender;for(let n=0,i=t.length;n<i;++n)e(t[n])};rf.prototype.updateHeight=function(e,t){let n=this,i={positionOnEllipsoidSurface:void 0,positionCartographic:e,level:-1,callback:t};return i.removeFunc=function(){let o=n._addHeightCallbacks,r=o.length;for(let s=0;s<r;++s)if(o[s]===i){o.splice(s,1);break}n._removeHeightCallbacks.push(i),i.callback&&(i.callback=void 0)},n._addHeightCallbacks.push(i),i.removeFunc};rf.prototype.update=function(e){l(this._tileProvider.update)&&this._tileProvider.update(e)};function j_e(e){let t=e._debug;t.maxDepth=0,t.maxDepthVisited=0,t.tilesVisited=0,t.tilesCulled=0,t.tilesRendered=0,t.tilesWaitingForChildren=0,e._tileLoadQueueHigh.length=0,e._tileLoadQueueMedium.length=0,e._tileLoadQueueLow.length=0}rf.prototype.beginFrame=function(e){!e.passes.render||(this._tilesInvalidated&&(Wat(this),this._tilesInvalidated=!1),this._tileProvider.initialize(e),j_e(this),!this._debug.suspendLodUpdate&&this._tileReplacementQueue.markStartOfRenderFrame())};rf.prototype.render=function(e){let t=e.passes,n=this._tileProvider;t.render&&(n.beginUpdate(e),Xat(this,e),oct(this,e),n.endUpdate(e)),t.pick&&this._tilesToRender.length>0&&n.updateForPick(e)};function jat(e,t){let n=e._tileLoadQueueHigh.length+e._tileLoadQueueMedium.length+e._tileLoadQueueLow.length;(n!==e._lastTileLoadQueueLength||e._tilesInvalidated)&&(t.afterRender.push(_e.prototype.raiseEvent.bind(e._tileLoadProgressEvent,n)),e._lastTileLoadQueueLength=n);let i=e._debug;i.enableDebugOutput&&!i.suspendLodUpdate&&(i.maxDepth=e._tilesToRender.reduce(function(o,r){return Math.max(o,r.level)},-1),i.tilesRendered=e._tilesToRender.length,(i.tilesVisited!==i.lastTilesVisited||i.tilesRendered!==i.lastTilesRendered||i.tilesCulled!==i.lastTilesCulled||i.maxDepth!==i.lastMaxDepth||i.tilesWaitingForChildren!==i.lastTilesWaitingForChildren||i.maxDepthVisited!==i.lastMaxDepthVisited)&&(console.log(`Visited ${i.tilesVisited}, Rendered: ${i.tilesRendered}, Culled: ${i.tilesCulled}, Max Depth Rendered: ${i.maxDepth}, Max Depth Visited: ${i.maxDepthVisited}, Waiting for children: ${i.tilesWaitingForChildren}`),i.lastTilesVisited=i.tilesVisited,i.lastTilesRendered=i.tilesRendered,i.lastTilesCulled=i.tilesCulled,i.lastMaxDepth=i.maxDepth,i.lastTilesWaitingForChildren=i.tilesWaitingForChildren,i.lastMaxDepthVisited=i.maxDepthVisited))}rf.prototype.endFrame=function(e){!e.passes.render||e.mode===ee.MORPHING||(ect(this,e),ict(this,e),jat(this,e))};rf.prototype.isDestroyed=function(){return!1};rf.prototype.destroy=function(){this._tileProvider=this._tileProvider&&this._tileProvider.destroy()};var Ev,W_e=new he;function qat(e,t){let n=ce.center(e.rectangle,W_e),i=n.longitude-Ev.longitude,o=n.latitude-Ev.latitude;n=ce.center(t.rectangle,W_e);let r=n.longitude-Ev.longitude,s=n.latitude-Ev.latitude;return i*i+o*o-(r*r+s*s)}var Yat=new h,Tv=[];function Xat(e,t){let n=e._debug;if(n.suspendLodUpdate)return;let i=e._tilesToRender;i.length=0;let o,r=e._tileProvider;if(!l(e._levelZeroTiles))if(r.ready){let A=r.tilingScheme;e._levelZeroTiles=SU.createLevelZeroTiles(A);let C=e._levelZeroTiles.length;if(Tv.length<C)for(Tv=new Array(C),o=0;o<C;++o)Tv[o]===void 0&&(Tv[o]=new bv)}else return;e._occluders.ellipsoid.cameraPosition=t.camera.positionWC;let s,a=e._levelZeroTiles,c=a.length>1?e._occluders:void 0;Ev=t.camera.positionCartographic,a.sort(qat);let u=e._addHeightCallbacks,f=e._removeHeightCallbacks,d=t.frameNumber,p;if(u.length>0||f.length>0){for(o=0,p=a.length;o<p;++o)s=a[o],s._updateCustomData(d,u,f);u.length=0,f.length=0}let g=t.camera;e._cameraPositionCartographic=g.positionCartographic;let m=F.getTranslation(g.transform,Yat);for(e._cameraReferenceFrameOriginCartographic=e.tileProvider.tilingScheme.ellipsoid.cartesianToCartographic(m,e._cameraReferenceFrameOriginCartographic),o=0,p=a.length;o<p;++o)s=a[o],e._tileReplacementQueue.markTileRendered(s),s.renderable?oa(e,s,r,t,c,!1,Tv[o]):(Cp(e,e._tileLoadQueueHigh,s,t),++n.tilesWaitingForChildren);e._lastSelectionFrameNumber=d}function Cp(e,t,n,i){!n.needsLoading||(e.tileProvider.computeTileLoadPriority!==void 0&&(n._loadPriority=e.tileProvider.computeTileLoadPriority(n,i)),t.push(n))}function bv(){this.allAreRenderable=!0,this.anyWereRenderedLastFrame=!1,this.notYetRenderableCount=0}function q_e(){this.southwest=new bv,this.southeast=new bv,this.northwest=new bv,this.northeast=new bv}q_e.prototype.combine=function(e){let t=this.southwest,n=this.southeast,i=this.northwest,o=this.northeast;e.allAreRenderable=t.allAreRenderable&&n.allAreRenderable&&i.allAreRenderable&&o.allAreRenderable,e.anyWereRenderedLastFrame=t.anyWereRenderedLastFrame||n.anyWereRenderedLastFrame||i.anyWereRenderedLastFrame||o.anyWereRenderedLastFrame,e.notYetRenderableCount=t.notYetRenderableCount+n.notYetRenderableCount+i.notYetRenderableCount+o.notYetRenderableCount};var jj=new Array(31);for(let e=0;e<jj.length;++e)jj[e]=new q_e;function Kat(e,t,n,i,o){let r=e._debug;++r.tilesVisited,e._tileReplacementQueue.markTileRendered(n),n._updateCustomData(t.frameNumber),n.level>r.maxDepthVisited&&(r.maxDepthVisited=n.level);let s=Qat(e,t,n)<e.maximumScreenSpaceError,a=n.southwestChild,c=n.southeastChild,u=n.northwestChild,f=n.northeastChild,d=e._lastSelectionFrameNumber,p=n._lastSelectionResultFrame===d?n._lastSelectionResult:qn.NONE,g=e.tileProvider;if(s||i){let m=qn.originalResult(p)===qn.RENDERED,A=qn.originalResult(p)===qn.CULLED||p===qn.NONE,C=n.state===Ns.DONE,x=m||A||C;if(x||l(g.canRenderWithoutLosingDetail)&&(x=g.canRenderWithoutLosingDetail(n)),x){s&&Cp(e,e._tileLoadQueueMedium,n,t),vU(e,n),o.allAreRenderable=n.renderable,o.anyWereRenderedLastFrame=p===qn.RENDERED,o.notYetRenderableCount=n.renderable?0:1,n._lastSelectionResultFrame=t.frameNumber,n._lastSelectionResult=qn.RENDERED,o.anyWereRenderedLastFrame||e._tileToUpdateHeights.push(n);return}i=!0,s&&Cp(e,e._tileLoadQueueHigh,n,t)}if(g.canRefine(n)){if(a.upsampledFromParent&&c.upsampledFromParent&&u.upsampledFromParent&&f.upsampledFromParent){vU(e,n),Cp(e,e._tileLoadQueueMedium,n,t),e._tileReplacementQueue.markTileRendered(a),e._tileReplacementQueue.markTileRendered(c),e._tileReplacementQueue.markTileRendered(u),e._tileReplacementQueue.markTileRendered(f),o.allAreRenderable=n.renderable,o.anyWereRenderedLastFrame=p===qn.RENDERED,o.notYetRenderableCount=n.renderable?0:1,n._lastSelectionResultFrame=t.frameNumber,n._lastSelectionResult=qn.RENDERED,o.anyWereRenderedLastFrame||e._tileToUpdateHeights.push(n);return}n._lastSelectionResultFrame=t.frameNumber,n._lastSelectionResult=qn.REFINED;let A=e._tilesToRender.length,C=e._tileLoadQueueLow.length,x=e._tileLoadQueueMedium.length,b=e._tileLoadQueueHigh.length,E=e._tileToUpdateHeights.length;if(Jat(e,a,c,u,f,t,i,o),A!==e._tilesToRender.length){let S=o.allAreRenderable,D=o.anyWereRenderedLastFrame,v=o.notYetRenderableCount,O=!1;if(!S&&!D){let R=e._tilesToRender;for(let L=A;L<R.length;++L){let _=R[L];for(;_!==void 0&&_._lastSelectionResult!==qn.KICKED&&_!==n;)_._lastSelectionResult=qn.kick(_._lastSelectionResult),_=_.parent}e._tilesToRender.length=A,e._tileToUpdateHeights.length=E,vU(e,n),n._lastSelectionResult=qn.RENDERED;let M=p===qn.RENDERED;!M&&v>e.loadingDescendantLimit&&(e._tileLoadQueueLow.length=C,e._tileLoadQueueMedium.length=x,e._tileLoadQueueHigh.length=b,Cp(e,e._tileLoadQueueMedium,n,t),o.notYetRenderableCount=n.renderable?0:1,O=!0),o.allAreRenderable=n.renderable,o.anyWereRenderedLastFrame=M,M||e._tileToUpdateHeights.push(n),++r.tilesWaitingForChildren}e.preloadAncestors&&!O&&Cp(e,e._tileLoadQueueLow,n,t)}return}n._lastSelectionResultFrame=t.frameNumber,n._lastSelectionResult=qn.RENDERED,vU(e,n),Cp(e,e._tileLoadQueueHigh,n,t),o.allAreRenderable=n.renderable,o.anyWereRenderedLastFrame=p===qn.RENDERED,o.notYetRenderableCount=n.renderable?0:1}function Jat(e,t,n,i,o,r,s,a){let c=r.camera.positionCartographic,u=e._tileProvider,f=e._occluders,d=jj[t.level],p=d.southwest,g=d.southeast,m=d.northwest,A=d.northeast;c.longitude<t.rectangle.east?c.latitude<t.rectangle.north?(oa(e,t,u,r,f,s,p),oa(e,n,u,r,f,s,g),oa(e,i,u,r,f,s,m),oa(e,o,u,r,f,s,A)):(oa(e,i,u,r,f,s,m),oa(e,t,u,r,f,s,p),oa(e,o,u,r,f,s,A),oa(e,n,u,r,f,s,g)):c.latitude<t.rectangle.north?(oa(e,n,u,r,f,s,g),oa(e,t,u,r,f,s,p),oa(e,o,u,r,f,s,A),oa(e,i,u,r,f,s,m)):(oa(e,o,u,r,f,s,A),oa(e,i,u,r,f,s,m),oa(e,n,u,r,f,s,g),oa(e,t,u,r,f,s,p)),d.combine(a)}function Zat(e,t){let n=t.rectangle;return l(e._cameraPositionCartographic)&&ce.contains(n,e._cameraPositionCartographic)||l(e._cameraReferenceFrameOriginCartographic)&&ce.contains(n,e._cameraReferenceFrameOriginCartographic)}function oa(e,t,n,i,o,r,s){if(n.computeTileVisibility(t,i,o)!==lr.NONE)return Kat(e,i,t,r,s);if(++e._debug.tilesCulled,e._tileReplacementQueue.markTileRendered(t),s.allAreRenderable=!0,s.anyWereRenderedLastFrame=!1,s.notYetRenderableCount=0,Zat(e,t)){(!l(t.data)||!l(t.data.vertexArray))&&Cp(e,e._tileLoadQueueMedium,t,i);let a=e._lastSelectionFrameNumber,c=t._lastSelectionResultFrame===a?t._lastSelectionResult:qn.NONE;c!==qn.CULLED_BUT_NEEDED&&c!==qn.RENDERED&&e._tileToUpdateHeights.push(t),t._lastSelectionResult=qn.CULLED_BUT_NEEDED}else e.preloadSiblings||t.level===0?(Cp(e,e._tileLoadQueueLow,t,i),t._lastSelectionResult=qn.CULLED):t._lastSelectionResult=qn.CULLED;t._lastSelectionResultFrame=i.frameNumber}function Qat(e,t,n){if(t.mode===ee.SCENE2D||t.camera.frustum instanceof Jt||t.camera.frustum instanceof Sr)return $at(e,t,n);let i=e._tileProvider.getLevelMaximumGeometricError(n.level),o=n._distance,r=t.context.drawingBufferHeight,s=t.camera.frustum.sseDenominator,a=i*r/(o*s);return t.fog.enabled&&(a-=I.fog(o,t.fog.density)*t.fog.sse),a/=t.pixelRatio,a}function $at(e,t,n){let o=t.camera.frustum;l(o._offCenterFrustum)&&(o=o._offCenterFrustum);let r=t.context,s=r.drawingBufferWidth,a=r.drawingBufferHeight,c=e._tileProvider.getLevelMaximumGeometricError(n.level),u=Math.max(o.top-o.bottom,o.right-o.left)/Math.max(s,a),f=c/u;return t.fog.enabled&&t.mode!==ee.SCENE2D&&(f-=I.fog(n._distance,t.fog.density)*t.fog.sse),f/=t.pixelRatio,f}function vU(e,t){e._tilesToRender.push(t)}function ect(e,t){let n=e._tileLoadQueueHigh,i=e._tileLoadQueueMedium,o=e._tileLoadQueueLow;if(n.length===0&&i.length===0&&o.length===0)return;e._tileReplacementQueue.trimTiles(e.tileCacheSize);let r=wi()+e._loadQueueTimeSlice,s=e._tileProvider,a=Gj(e,t,s,r,n,!1);a=Gj(e,t,s,r,i,a),Gj(e,t,s,r,o,a)}function tct(e,t){return e._loadPriority-t._loadPriority}function Gj(e,t,n,i,o,r){n.computeTileLoadPriority!==void 0&&o.sort(tct);for(let s=0,a=o.length;s<a&&(wi()<i||!r);++s){let c=o[s];e._tileReplacementQueue.markTileRendered(c),n.loadTile(t,c),r=!0}return r}var WE=new En,Wj=new he,e0=new h,nct=[];function ict(e,t){if(!e.tileProvider.ready)return;let n=nct;n.length=0;let i=e._tileToUpdateHeights,o=wi(),r=e._updateHeightsTimeSlice,s=o+r,a=t.mode,c=t.mapProjection,u=e.tileProvider.tilingScheme.ellipsoid,f;for(;i.length>0;){let d=i[0];if(!l(d.data)||!l(d.data.mesh)){let A=d._lastSelectionResultFrame===e._lastSelectionFrameNumber?d._lastSelectionResult:qn.NONE;(A===qn.RENDERED||A===qn.CULLED_BUT_NEEDED)&&n.push(d),i.shift(),e._lastTileIndex=0;continue}let p=d.customData,g=p.length,m=!1;for(f=e._lastTileIndex;f<g;++f){let A=p[f],C=d.data.terrainData,x=l(C)&&C.wasCreatedByUpsampling();if(d.level>A.level&&!x){if(l(A.positionOnEllipsoidSurface)||(A.positionOnEllipsoidSurface=h.fromRadians(A.positionCartographic.longitude,A.positionCartographic.latitude,0,u)),a===ee.SCENE3D){let E=u.geodeticSurfaceNormal(A.positionOnEllipsoidSurface,WE.direction),S=u.getSurfaceNormalIntersectionWithZAxis(A.positionOnEllipsoidSurface,11500,WE.origin);if(!l(S)){let D=0;l(d.data.tileBoundingRegion)&&(D=d.data.tileBoundingRegion.minimumHeight);let v=Math.min(D,-11500),O=h.multiplyByScalar(E,Math.abs(v)+1,e0);h.subtract(A.positionOnEllipsoidSurface,O,WE.origin)}}else he.clone(A.positionCartographic,Wj),Wj.height=-11500,c.project(Wj,e0),h.fromElements(e0.z,e0.x,e0.y,e0),h.clone(e0,WE.origin),h.clone(h.UNIT_X,WE.direction);let b=d.data.pick(WE,a,c,!1,e0);l(b)&&(l(A.callback)&&A.callback(b),A.level=d.level)}if(wi()>=s){m=!0;break}}if(m){e._lastTileIndex=f;break}else e._lastTileIndex=0,i.shift()}for(f=0;f<n.length;f++)i.push(n[f])}function oct(e,t){let n=e._tileProvider,i=e._tilesToRender;for(let o=0,r=i.length;o<r;++o){let s=i[o];n.showTileThisFrame(s,t)}}var PU=rf;function Cd(e){e=y(e,ie.WGS84);let t=new Vg({ellipsoid:e}),n=new TU;this._ellipsoid=e,this._imageryLayerCollection=n,this._surfaceShaderSet=new aU,this._material=void 0,this._surface=new PU({tileProvider:new AU({terrainProvider:t,imageryLayers:n,surfaceShaderSet:this._surfaceShaderSet})}),this._terrainProvider=t,this._terrainProviderChanged=new _e,this._undergroundColor=U.clone(U.BLACK),this._undergroundColorAlphaByDistance=new Et(e.maximumRadius/1e3,0,e.maximumRadius/5,1),this._translucency=new CU,Yj(this),this.show=!0,this._oceanNormalMapResourceDirty=!0,this._oceanNormalMapResource=new Pe({url:Kt("Assets/Textures/waterNormalsSmall.jpg")}),this.maximumScreenSpaceError=2,this.tileCacheSize=100,this.loadingDescendantLimit=20,this.preloadAncestors=!0,this.preloadSiblings=!1,this.fillHighlightColor=void 0,this.enableLighting=!1,this.lambertDiffuseMultiplier=.9,this.dynamicAtmosphereLighting=!0,this.dynamicAtmosphereLightingFromSun=!1,this.showGroundAtmosphere=!0,this.atmosphereLightIntensity=10,this.atmosphereRayleighCoefficient=new h(55e-7,13e-6,284e-7),this.atmosphereMieCoefficient=new h(21e-6,21e-6,21e-6),this.atmosphereRayleighScaleHeight=1e4,this.atmosphereMieScaleHeight=3200,this.atmosphereMieAnisotropy=.9,this.lightingFadeOutDistance=1e7,this.lightingFadeInDistance=2e7,this.nightFadeOutDistance=1e7,this.nightFadeInDistance=5e7,this.showWaterEffect=!0,this.depthTestAgainstTerrain=!1,this.shadows=hn.RECEIVE_ONLY,this.atmosphereHueShift=0,this.atmosphereSaturationShift=0,this.atmosphereBrightnessShift=0,this.terrainExaggeration=1,this.terrainExaggerationRelativeHeight=0,this.showSkirts=!0,this.backFaceCulling=!0,this._oceanNormalMap=void 0,this._zoomedOutOceanSpecularIntensity=void 0}Object.defineProperties(Cd.prototype,{ellipsoid:{get:function(){return this._ellipsoid}},imageryLayers:{get:function(){return this._imageryLayerCollection}},imageryLayersUpdatedEvent:{get:function(){return this._surface.tileProvider.imageryLayersUpdatedEvent}},tilesLoaded:{get:function(){return l(this._surface)?this._surface.tileProvider.ready&&this._surface._tileLoadQueueHigh.length===0&&this._surface._tileLoadQueueMedium.length===0&&this._surface._tileLoadQueueLow.length===0:!0}},baseColor:{get:function(){return this._surface.tileProvider.baseColor},set:function(e){this._surface.tileProvider.baseColor=e}},clippingPlanes:{get:function(){return this._surface.tileProvider.clippingPlanes},set:function(e){this._surface.tileProvider.clippingPlanes=e}},cartographicLimitRectangle:{get:function(){return this._surface.tileProvider.cartographicLimitRectangle},set:function(e){l(e)||(e=ce.clone(ce.MAX_VALUE)),this._surface.tileProvider.cartographicLimitRectangle=e}},oceanNormalMapUrl:{get:function(){return this._oceanNormalMapResource.url},set:function(e){this._oceanNormalMapResource.url=e,this._oceanNormalMapResourceDirty=!0}},terrainProvider:{get:function(){return this._terrainProvider},set:function(e){e!==this._terrainProvider&&(this._terrainProvider=e,this._terrainProviderChanged.raiseEvent(e),l(this._material)&&Yj(this))}},terrainProviderChanged:{get:function(){return this._terrainProviderChanged}},tileLoadProgressEvent:{get:function(){return this._surface.tileLoadProgressEvent}},material:{get:function(){return this._material},set:function(e){this._material!==e&&(this._material=e,Yj(this))}},undergroundColor:{get:function(){return this._undergroundColor},set:function(e){this._undergroundColor=U.clone(e,this._undergroundColor)}},undergroundColorAlphaByDistance:{get:function(){return this._undergroundColorAlphaByDistance},set:function(e){this._undergroundColorAlphaByDistance=Et.clone(e,this._undergroundColorAlphaByDistance)}},translucency:{get:function(){return this._translucency}}});function Yj(e){let t=[],n=l(e._material)&&(e._material.shaderSource.match(/slope/)||e._material.shaderSource.match("normalEC")),i=[Wg,JD];l(e._material)&&(!n||e._terrainProvider.requestVertexNormals)?(i.push(e._material.shaderSource),t.push("APPLY_MATERIAL"),e._surface._tileProvider.materialUniformMap=e._material._uniforms):e._surface._tileProvider.materialUniformMap=void 0,i.push(Qk),e._surfaceShaderSet.baseVertexShaderSource=new Ve({sources:[Wg,JD,$k],defines:t}),e._surfaceShaderSet.baseFragmentShaderSource=new Ve({sources:i,defines:t}),e._surfaceShaderSet.material=e._material}function rct(e){return function(t,n){let i=re.distanceSquaredTo(t.pickBoundingSphere,e),o=re.distanceSquaredTo(n.pickBoundingSphere,e);return i-o}}var sct=[],act={start:0,stop:0};Cd.prototype.pickWorldCoordinates=function(e,t,n,i){n=y(n,!0);let o=t.mode,r=t.mapProjection,s=sct;s.length=0;let a=this._surface._tilesToRender,c=a.length,u,f;for(f=0;f<c;++f){u=a[f];let p=u.data;if(!l(p))continue;let g=p.pickBoundingSphere;if(o!==ee.SCENE3D)p.pickBoundingSphere=g=re.fromRectangleWithHeights2D(u.rectangle,r,p.tileBoundingRegion.minimumHeight,p.tileBoundingRegion.maximumHeight,g),h.fromElements(g.center.z,g.center.x,g.center.y,g.center);else if(l(p.renderedMesh))re.clone(p.tileBoundingRegion.boundingSphere,g);else continue;let m=qi.raySphere(e,g,act);l(m)&&s.push(p)}s.sort(rct(e.origin));let d;for(c=s.length,f=0;f<c&&(d=s[f].pick(e,t.mode,t.mapProjection,n,i),!l(d));++f);return d};var cct=new he;Cd.prototype.pick=function(e,t,n){if(n=this.pickWorldCoordinates(e,t,!0,n),l(n)&&t.mode!==ee.SCENE3D){n=h.fromElements(n.y,n.z,n.x,n);let i=t.mapProjection.unproject(n,cct);n=t.globe.ellipsoid.cartographicToCartesian(i,n)}return n};var lct=new h,Y_e=new h,uct=new he,fct=new En;function qj(e,t){return l(e)&&ce.contains(e.rectangle,t)?e:void 0}Cd.prototype.getHeight=function(e){let t=this._surface._levelZeroTiles;if(!l(t))return;let n,i,o=t.length;for(i=0;i<o&&(n=t[i],!ce.contains(n.rectangle,e));++i);if(i>=o)return;let r=n;for(;l(n);)n=qj(n._southwestChild,e)||qj(n._southeastChild,e)||qj(n._northwestChild,e)||n._northeastChild,l(n)&&l(n.data)&&l(n.data.renderedMesh)&&(r=n);if(n=r,!l(n)||!l(n.data)||!l(n.data.renderedMesh))return;let s=this._surface._tileProvider.tilingScheme.projection,a=this._surface._tileProvider.tilingScheme.ellipsoid,c=h.fromRadians(e.longitude,e.latitude,0,a,lct),u=fct,f=a.geodeticSurfaceNormal(c,u.direction),d=a.getSurfaceNormalIntersectionWithZAxis(c,11500,u.origin);if(!l(d)){let g;l(n.data.tileBoundingRegion)&&(g=n.data.tileBoundingRegion.minimumHeight);let m=Math.min(y(g,0),-11500),A=h.multiplyByScalar(f,Math.abs(m)+1,Y_e);h.subtract(c,A,u.origin)}let p=n.data.pick(u,void 0,s,!1,Y_e);if(!!l(p))return a.cartesianToCartographic(p,uct).height};Cd.prototype.update=function(e){!this.show||e.passes.render&&this._surface.update(e)};Cd.prototype.beginFrame=function(e){let t=this._surface,n=t.tileProvider,i=this.terrainProvider,o=this.showWaterEffect&&i.ready&&i.hasWaterMask;if(o&&this._oceanNormalMapResourceDirty){this._oceanNormalMapResourceDirty=!1;let a=this._oceanNormalMapResource,c=a.url;if(l(c)){let u=this;a.fetchImage().then(function(f){c===u._oceanNormalMapResource.url&&(u._oceanNormalMap=u._oceanNormalMap&&u._oceanNormalMap.destroy(),u._oceanNormalMap=new Rt({context:e.context,source:f}))})}else this._oceanNormalMap=this._oceanNormalMap&&this._oceanNormalMap.destroy()}let r=e.passes,s=e.mode;r.render&&(this.showGroundAtmosphere?this._zoomedOutOceanSpecularIntensity=.4:this._zoomedOutOceanSpecularIntensity=.5,t.maximumScreenSpaceError=this.maximumScreenSpaceError,t.tileCacheSize=this.tileCacheSize,t.loadingDescendantLimit=this.loadingDescendantLimit,t.preloadAncestors=this.preloadAncestors,t.preloadSiblings=this.preloadSiblings,n.terrainProvider=this.terrainProvider,n.lightingFadeOutDistance=this.lightingFadeOutDistance,n.lightingFadeInDistance=this.lightingFadeInDistance,n.nightFadeOutDistance=this.nightFadeOutDistance,n.nightFadeInDistance=this.nightFadeInDistance,n.zoomedOutOceanSpecularIntensity=s===ee.SCENE3D?this._zoomedOutOceanSpecularIntensity:0,n.hasWaterMask=o,n.oceanNormalMap=this._oceanNormalMap,n.enableLighting=this.enableLighting,n.dynamicAtmosphereLighting=this.dynamicAtmosphereLighting,n.dynamicAtmosphereLightingFromSun=this.dynamicAtmosphereLightingFromSun,n.showGroundAtmosphere=this.showGroundAtmosphere,n.atmosphereLightIntensity=this.atmosphereLightIntensity,n.atmosphereRayleighCoefficient=this.atmosphereRayleighCoefficient,n.atmosphereMieCoefficient=this.atmosphereMieCoefficient,n.atmosphereRayleighScaleHeight=this.atmosphereRayleighScaleHeight,n.atmosphereMieScaleHeight=this.atmosphereMieScaleHeight,n.atmosphereMieAnisotropy=this.atmosphereMieAnisotropy,n.shadows=this.shadows,n.hueShift=this.atmosphereHueShift,n.saturationShift=this.atmosphereSaturationShift,n.brightnessShift=this.atmosphereBrightnessShift,n.fillHighlightColor=this.fillHighlightColor,n.showSkirts=this.showSkirts,n.backFaceCulling=this.backFaceCulling,n.undergroundColor=this._undergroundColor,n.undergroundColorAlphaByDistance=this._undergroundColorAlphaByDistance,n.lambertDiffuseMultiplier=this.lambertDiffuseMultiplier,t.beginFrame(e))};Cd.prototype.render=function(e){!this.show||(l(this._material)&&this._material.update(e.context),this._surface.render(e))};Cd.prototype.endFrame=function(e){!this.show||e.passes.render&&this._surface.endFrame(e)};Cd.prototype.isDestroyed=function(){return!1};Cd.prototype.destroy=function(){return this._surfaceShaderSet=this._surfaceShaderSet&&this._surfaceShaderSet.destroy(),this._surface=this._surface&&this._surface.destroy(),this._oceanNormalMap=this._oceanNormalMap&&this._oceanNormalMap.destroy(),le(this)};var IU=Cd;var Ql=`uniform sampler2D colorTexture;
varying vec2 v_textureCoordinates;
void main()
{
gl_FragColor = texture2D(colorTexture, v_textureCoordinates);
}
`;var yA=`uniform highp sampler2D u_depthTexture;
varying vec2 v_textureCoordinates;
void main()
{
gl_FragColor = czm_packDepth(texture2D(u_depthTexture, v_textureCoordinates).r);
}
`;function Gh(){this._picking=!1,this._numSamples=1,this._tempCopyDepthTexture=void 0,this._pickColorFramebuffer=new ci({depthStencil:!0,supportsDepthTexture:!0}),this._outputFramebuffer=new ci({depthStencil:!0,supportsDepthTexture:!0}),this._copyDepthFramebuffer=new ci,this._tempCopyDepthFramebuffer=new ci,this._updateDepthFramebuffer=new ci({createColorAttachments:!1,createDepthAttachments:!1,depthStencil:!0}),this._clearGlobeColorCommand=void 0,this._copyColorCommand=void 0,this._copyDepthCommand=void 0,this._tempCopyDepthCommand=void 0,this._updateDepthCommand=void 0,this._viewport=new He,this._rs=void 0,this._rsBlend=void 0,this._rsUpdate=void 0,this._useScissorTest=!1,this._scissorRectangle=void 0,this._useHdr=void 0,this._clearGlobeDepth=void 0}Object.defineProperties(Gh.prototype,{colorFramebufferManager:{get:function(){return this._picking?this._pickColorFramebuffer:this._outputFramebuffer}},framebuffer:{get:function(){return this.colorFramebufferManager.framebuffer}},depthStencilTexture:{get:function(){return this.colorFramebufferManager.getDepthStencilTexture()}},picking:{get:function(){return this._picking},set:function(e){this._picking=e}}});function dct(e){e._pickColorFramebuffer.destroy(),e._outputFramebuffer.destroy(),e._copyDepthFramebuffer.destroy(),e._tempCopyDepthFramebuffer.destroy(),e._updateDepthFramebuffer.destroy()}function X_e(e,t,n,i,o){e._viewport.width=n,e._viewport.height=i;let r=!He.equals(e._viewport,o.viewport),s=r!==e._useScissorTest;e._useScissorTest=r,He.equals(e._scissorRectangle,o.viewport)||(e._scissorRectangle=He.clone(o.viewport,e._scissorRectangle),s=!0),(!l(e._rs)||!He.equals(e._viewport,e._rs.viewport)||s)&&(e._rs=Ne.fromCache({viewport:e._viewport,scissorTest:{enabled:e._useScissorTest,rectangle:e._scissorRectangle}}),e._rsBlend=Ne.fromCache({viewport:e._viewport,scissorTest:{enabled:e._useScissorTest,rectangle:e._scissorRectangle},blending:an.ALPHA_BLEND}),e._rsUpdate=Ne.fromCache({viewport:e._viewport,scissorTest:{enabled:e._useScissorTest,rectangle:e._scissorRectangle},stencilTest:{enabled:!0,frontFunction:Nn.EQUAL,frontOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.KEEP},backFunction:Nn.NEVER,reference:wt.CESIUM_3D_TILE_MASK,mask:wt.CESIUM_3D_TILE_MASK}})),l(e._copyDepthCommand)||(e._copyDepthCommand=t.createViewportQuadCommand(yA,{uniformMap:{u_depthTexture:function(){return e.colorFramebufferManager.getDepthStencilTexture()}},owner:e})),e._copyDepthCommand.framebuffer=e._copyDepthFramebuffer.framebuffer,e._copyDepthCommand.renderState=e._rs,l(e._copyColorCommand)||(e._copyColorCommand=t.createViewportQuadCommand(Ql,{uniformMap:{colorTexture:function(){return e.colorFramebufferManager.getColorTexture()}},owner:e})),e._copyColorCommand.renderState=e._rs,l(e._tempCopyDepthCommand)||(e._tempCopyDepthCommand=t.createViewportQuadCommand(yA,{uniformMap:{u_depthTexture:function(){return e._tempCopyDepthTexture}},owner:e})),e._tempCopyDepthCommand.framebuffer=e._tempCopyDepthFramebuffer.framebuffer,e._tempCopyDepthCommand.renderState=e._rs,l(e._updateDepthCommand)||(e._updateDepthCommand=t.createViewportQuadCommand(Ql,{uniformMap:{colorTexture:function(){return e._tempCopyDepthFramebuffer.getColorTexture()}},owner:e})),e._updateDepthCommand.framebuffer=e._updateDepthFramebuffer.framebuffer,e._updateDepthCommand.renderState=e._rsUpdate,l(e._clearGlobeColorCommand)||(e._clearGlobeColorCommand=new ei({color:new U(0,0,0,0),stencil:0,owner:e})),e._clearGlobeColorCommand.framebuffer=e.framebuffer}Gh.prototype.update=function(e,t,n,i,o,r){let s=n.width,a=n.height,c=o?e.halfFloatingPointTexture?qe.HALF_FLOAT:qe.FLOAT:qe.UNSIGNED_BYTE;this._numSamples=i,this.picking?this._pickColorFramebuffer.update(e,s,a):this._outputFramebuffer.update(e,s,a,i,c),this._copyDepthFramebuffer.update(e,s,a),X_e(this,e,s,a,t),e.uniformState.globeDepthTexture=void 0,this._useHdr=o,this._clearGlobeDepth=r};Gh.prototype.prepareColorTextures=function(e,t){!this.picking&&this._numSamples>1&&this._outputFramebuffer.prepareTextures(e,t)};Gh.prototype.executeCopyDepth=function(e,t){l(this._copyDepthCommand)&&(this.prepareColorTextures(e),this._copyDepthCommand.execute(e,t),e.uniformState.globeDepthTexture=this._copyDepthFramebuffer.getColorTexture())};Gh.prototype.executeUpdateDepth=function(e,t,n,i){let o=l(i)?i:t.framebuffer.depthStencilTexture;if(n||o!==this.colorFramebufferManager.getDepthStencilTexture()){if(l(this._updateDepthCommand)){if(!l(this._updateDepthFramebuffer.framebuffer)||this._updateDepthFramebuffer.getDepthStencilTexture()!==o||this._updateDepthFramebuffer.getColorTexture()!==this._copyDepthFramebuffer.getColorTexture()){let r=this._copyDepthFramebuffer.getColorTexture().width,s=this._copyDepthFramebuffer.getColorTexture().height;this._tempCopyDepthFramebuffer.destroy(),this._tempCopyDepthFramebuffer.update(e,r,s);let a=this._copyDepthFramebuffer.getColorTexture();this._updateDepthFramebuffer.setColorTexture(a,0),this._updateDepthFramebuffer.setDepthStencilTexture(o),this._updateDepthFramebuffer.update(e,r,s),X_e(this,e,r,s,t)}this._tempCopyDepthTexture=o,this._tempCopyDepthCommand.execute(e,t),this._updateDepthCommand.execute(e,t)}return}l(this._copyDepthCommand)&&this._copyDepthCommand.execute(e,t)};Gh.prototype.executeCopyColor=function(e,t){l(this._copyColorCommand)&&this._copyColorCommand.execute(e,t)};Gh.prototype.clear=function(e,t,n){let i=this._clearGlobeColorCommand;l(i)&&(U.clone(n,i.color),this.colorFramebufferManager.clear(e,i,t))};Gh.prototype.isDestroyed=function(){return!1};Gh.prototype.destroy=function(){return dct(this),l(this._copyColorCommand)&&(this._copyColorCommand.shaderProgram=this._copyColorCommand.shaderProgram.destroy()),l(this._copyDepthCommand)&&(this._copyDepthCommand.shaderProgram=this._copyDepthCommand.shaderProgram.destroy()),l(this._tempCopyDepthCommand)&&(this._tempCopyDepthCommand.shaderProgram=this._tempCopyDepthCommand.shaderProgram.destroy()),l(this._updateDepthCommand)&&(this._updateDepthCommand.shaderProgram=this._updateDepthCommand.shaderProgram.destroy()),le(this)};var OU=Gh;function AA(){this._framebuffer=new ci({depthStencil:!0,supportsDepthTexture:!0}),this._packedDepthFramebuffer=new ci,this._renderState=void 0,this._packedDepthCommand=void 0,this._clearCommand=void 0,this._viewport=new He,this._useScissorTest=!1,this._scissorRectangle=void 0,this._useHdr=void 0}Object.defineProperties(AA.prototype,{classificationTexture:{get:function(){return this._framebuffer.getColorTexture()}},classificationFramebuffer:{get:function(){return this._framebuffer.framebuffer}},packedDepthFramebuffer:{get:function(){return this._packedDepthFramebuffer.framebuffer}},depthStencilTexture:{get:function(){return this._framebuffer.getDepthStencilTexture()}},depthStencilRenderbuffer:{get:function(){return this._framebuffer.getDepthStencilRenderbuffer()}},packedDepthTexture:{get:function(){return this._packedDepthFramebuffer.getColorTexture()}}});function hct(e){e._framebuffer.destroy(),e._packedDepthFramebuffer.destroy()}function mct(e,t,n,i,o){let r=o?t.halfFloatingPointTexture?qe.HALF_FLOAT:qe.FLOAT:qe.UNSIGNED_BYTE;e._framebuffer.update(t,n,i,1,r),e._packedDepthFramebuffer.update(t,n,i)}function pct(e,t,n,i,o){e._viewport.width=n,e._viewport.height=i;let r=!He.equals(e._viewport,o.viewport),s=r!==e._useScissorTest;e._useScissorTest=r,He.equals(e._scissorRectangle,o.viewport)||(e._scissorRectangle=He.clone(o.viewport,e._scissorRectangle),s=!0),(!l(e._renderState)||!He.equals(e._viewport,e._renderState.viewport)||s)&&(e._renderState=Ne.fromCache({viewport:e._viewport,scissorTest:{enabled:e._useScissorTest,rectangle:e._scissorRectangle}})),l(e._packedDepthCommand)||(e._packedDepthCommand=t.createViewportQuadCommand(yA,{uniformMap:{u_depthTexture:function(){return e.depthStencilTexture}},owner:e})),l(e._clearCommand)||(e._clearCommand=new ei({color:new U(0,0,0,0),depth:1,stencil:0,owner:e})),e._packedDepthCommand.framebuffer=e._packedDepthFramebuffer.framebuffer,e._packedDepthCommand.renderState=e._renderState,e._clearCommand.framebuffer=e.classificationFramebuffer,e._clearCommand.renderState=e._renderState}AA.prototype.updateAndClear=function(e,t,n,i){let o=t.width,r=t.height;mct(this,n,o,r,e),pct(this,n,o,r,i),this._useHdr=e};AA.prototype.clearClassification=function(e,t){this._clearCommand.execute(e,t)};AA.prototype.packDepth=function(e,t){return this._packedDepthCommand.execute(e,t),this.packedDepthTexture};AA.prototype.isDestroyed=function(){return!1};AA.prototype.destroy=function(){return hct(this),le(this)};var BU=AA;var ks={OPAQUE_FRONT_FACE:0,OPAQUE_BACK_FACE:1,DEPTH_ONLY_FRONT_FACE:2,DEPTH_ONLY_BACK_FACE:3,DEPTH_ONLY_FRONT_AND_BACK_FACE:4,TRANSLUCENT_FRONT_FACE:5,TRANSLUCENT_BACK_FACE:6,TRANSLUCENT_FRONT_FACE_MANUAL_DEPTH_TEST:7,TRANSLUCENT_BACK_FACE_MANUAL_DEPTH_TEST:8,PICK_FRONT_FACE:9,PICK_BACK_FACE:10,DERIVED_COMMANDS_MAXIMUM_LENGTH:11},CA=ks.DERIVED_COMMANDS_MAXIMUM_LENGTH,oge=["opaqueFrontFaceCommand","opaqueBackFaceCommand","depthOnlyFrontFaceCommand","depthOnlyBackFaceCommand","depthOnlyFrontAndBackFaceCommand","translucentFrontFaceCommand","translucentBackFaceCommand","translucentFrontFaceManualDepthTestCommand","translucentBackFaceManualDepthTestCommand","pickFrontFaceCommand","pickBackFaceCommand"];function xA(){this._frontFaceAlphaByDistance=new Et(0,1,0,1),this._backFaceAlphaByDistance=new Et(0,1,0,1),this._frontFaceTranslucent=!1,this._backFaceTranslucent=!1,this._requiresManualDepthTest=!1,this._sunVisibleThroughGlobe=!1,this._environmentVisible=!1,this._useDepthPlane=!1,this._numberOfTextureUniforms=0,this._globeTranslucencyFramebuffer=void 0,this._rectangle=ce.clone(ce.MAX_VALUE),this._derivedCommandKey=0,this._derivedCommandsDirty=!1,this._derivedCommandPacks=void 0,this._derivedCommandTypes=new Array(CA),this._derivedBlendCommandTypes=new Array(CA),this._derivedPickCommandTypes=new Array(CA),this._derivedCommandTypesToUpdate=new Array(CA),this._derivedCommandsLength=0,this._derivedBlendCommandsLength=0,this._derivedPickCommandsLength=0,this._derivedCommandsToUpdateLength=0}Object.defineProperties(xA.prototype,{frontFaceAlphaByDistance:{get:function(){return this._frontFaceAlphaByDistance}},backFaceAlphaByDistance:{get:function(){return this._backFaceAlphaByDistance}},translucent:{get:function(){return this._frontFaceTranslucent}},sunVisibleThroughGlobe:{get:function(){return this._sunVisibleThroughGlobe}},environmentVisible:{get:function(){return this._environmentVisible}},useDepthPlane:{get:function(){return this._useDepthPlane}},numberOfTextureUniforms:{get:function(){return this._numberOfTextureUniforms}},rectangle:{get:function(){return this._rectangle}}});xA.prototype.update=function(e){let t=e.globe;if(!l(t)||!t.show){this._frontFaceTranslucent=!1,this._backFaceTranslucent=!1,this._sunVisibleThroughGlobe=!0,this._environmentVisible=!0,this._useDepthPlane=!1;return}this._frontFaceAlphaByDistance=K_e(t.translucency.enabled,t.translucency.frontFaceAlpha,t.translucency.frontFaceAlphaByDistance,this._frontFaceAlphaByDistance),this._backFaceAlphaByDistance=K_e(t.translucency.enabled,t.translucency.backFaceAlpha,t.translucency.backFaceAlphaByDistance,this._backFaceAlphaByDistance),this._frontFaceTranslucent=J_e(t.translucency.enabled,this._frontFaceAlphaByDistance,t),this._backFaceTranslucent=J_e(t.translucency.enabled,this._backFaceAlphaByDistance,t),this._requiresManualDepthTest=Act(this,e,t),this._sunVisibleThroughGlobe=_ct(this,e),this._environmentVisible=gct(this,e),this._useDepthPlane=yct(this,e),this._numberOfTextureUniforms=Cct(this),this._rectangle=ce.clone(t.translucency.rectangle,this._rectangle),xct(this,e)};function K_e(e,t,n,i){return e?l(n)?(Et.clone(n,i),i.nearValue*=t,i.farValue*=t,i):(i.nearValue=t,i.farValue=t,i):(i.nearValue=1,i.farValue=1,i)}function J_e(e,t,n){return e&&(n.baseColor.alpha<1||t.nearValue<1||t.farValue<1)}function _ct(e,t){let n=e._frontFaceTranslucent,i=e._backFaceTranslucent;return n&&(t.cameraUnderground||i)}function gct(e,t){return!t.cameraUnderground||e._frontFaceTranslucent}function yct(e,t){return!t.cameraUnderground&&!e._frontFaceTranslucent}function Act(e,t,n){return e._frontFaceTranslucent&&!e._backFaceTranslucent&&!n.depthTestAgainstTerrain&&t.mode!==ee.SCENE2D&&t.context.depthTexture}function Cct(e){let t=0;return e._frontFaceTranslucent&&++t,e._requiresManualDepthTest&&++t,t}function xct(e,t){e._derivedCommandsLength=Xj(e,t,!1,!1,e._derivedCommandTypes),e._derivedBlendCommandsLength=Xj(e,t,!0,!1,e._derivedBlendCommandTypes),e._derivedPickCommandsLength=Xj(e,t,!1,!0,e._derivedPickCommandTypes);let n,i=0;for(n=0;n<e._derivedCommandsLength;++n)i|=1<<e._derivedCommandTypes[n];for(n=0;n<e._derivedBlendCommandsLength;++n)i|=1<<e._derivedBlendCommandTypes[n];for(n=0;n<e._derivedPickCommandsLength;++n)i|=1<<e._derivedPickCommandTypes[n];let o=0;for(n=0;n<CA;++n)(i&1<<n)>0&&(e._derivedCommandTypesToUpdate[o++]=n);e._derivedCommandsToUpdateLength=o;let r=i!==e._derivedCommandKey;e._derivedCommandKey=i,e._derivedCommandsDirty=r,!l(e._derivedCommandPacks)&&e._frontFaceTranslucent&&(e._derivedCommandPacks=Fct())}function Xj(e,t,n,i,o){let r=0,s=e._frontFaceTranslucent,a=e._backFaceTranslucent;if(!s)return r;let c=t.cameraUnderground,u=e._requiresManualDepthTest,f=i?ks.PICK_FRONT_FACE:u?ks.TRANSLUCENT_FRONT_FACE_MANUAL_DEPTH_TEST:ks.TRANSLUCENT_FRONT_FACE,d=i?ks.PICK_BACK_FACE:u?ks.TRANSLUCENT_BACK_FACE_MANUAL_DEPTH_TEST:ks.TRANSLUCENT_BACK_FACE;return t.mode===ee.SCENE2D?(o[r++]=ks.DEPTH_ONLY_FRONT_FACE,o[r++]=f,r):(a?(n||(o[r++]=ks.DEPTH_ONLY_FRONT_AND_BACK_FACE),c?(o[r++]=f,o[r++]=d):(o[r++]=d,o[r++]=f)):c?(n||(o[r++]=ks.DEPTH_ONLY_BACK_FACE),o[r++]=ks.OPAQUE_FRONT_FACE,o[r++]=d):(n||(o[r++]=ks.DEPTH_ONLY_FRONT_FACE),o[r++]=ks.OPAQUE_BACK_FACE,o[r++]=f),r)}function sf(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function Z_e(e,t){return e.indexOf(t)>-1}function Tct(e,t){sf(e.defines,"TRANSLUCENT"),sf(t.defines,"TRANSLUCENT")}function Ect(e,t){sf(e.defines,"GROUND_ATMOSPHERE"),sf(t.defines,"GROUND_ATMOSPHERE"),sf(e.defines,"FOG"),sf(t.defines,"FOG"),sf(e.defines,"TRANSLUCENT"),sf(t.defines,"TRANSLUCENT")}function Kj(e,t){if(Z_e(t.defines,"TILE_LIMIT_RECTANGLE")||Z_e(t.defines,"ENABLE_CLIPPING_PLANES"))return;let n=`void main()
{
gl_FragColor = vec4(1.0);
}
`;t.sources=[n]}function Jj(e,t){let n=t.sources,i=n.length;for(let r=0;r<i;++r)n[r]=Ve.replaceMain(n[r],"czm_globe_translucency_main");let o=`
uniform sampler2D u_classificationTexture;
void main()
{
vec2 st = gl_FragCoord.xy / czm_viewport.zw;
#ifdef MANUAL_DEPTH_TEST
float logDepthOrDepth = czm_unpackDepth(texture2D(czm_globeDepthTexture, st));
if (logDepthOrDepth != 0.0)
{
vec4 eyeCoordinate = czm_windowToEyeCoordinates(gl_FragCoord.xy, logDepthOrDepth);
float depthEC = eyeCoordinate.z / eyeCoordinate.w;
if (v_positionEC.z < depthEC)
{
discard;
}
}
#endif
czm_globe_translucency_main();
vec4 classificationColor = texture2D(u_classificationTexture, st);
if (classificationColor.a > 0.0)
{
// Reverse premultiplication process to get the correct composited result of the classification primitives
classificationColor.rgb /= classificationColor.a;
}
gl_FragColor = classificationColor * vec4(classificationColor.aaa, 1.0) + gl_FragColor * (1.0 - classificationColor.a);
}
`;n.push(o)}function rge(e,t){Jj(e,t),sf(e.defines,"GROUND_ATMOSPHERE"),sf(t.defines,"GROUND_ATMOSPHERE"),sf(e.defines,"FOG"),sf(t.defines,"FOG")}function bct(e,t){Jj(e,t),e.defines.push("GENERATE_POSITION"),t.defines.push("MANUAL_DEPTH_TEST")}function Sct(e,t){rge(e,t),e.defines.push("GENERATE_POSITION"),t.defines.push("MANUAL_DEPTH_TEST")}function Q_e(e,t){let n=`uniform sampler2D u_classificationTexture;
void main()
{
vec2 st = gl_FragCoord.xy / czm_viewport.zw;
vec4 pickColor = texture2D(u_classificationTexture, st);
if (pickColor == vec4(0.0))
{
discard;
}
gl_FragColor = pickColor;
}
`;t.sources=[n]}function wct(e,t,n,i,o,r){if(!l(o))return t;if(!i&&l(n))return n;let s=e.shaderCache.getDerivedShaderProgram(t,r);if(!l(s)){let a=t._attributeLocations,c=t.vertexShaderSource.clone(),u=t.fragmentShaderSource.clone();c.defines=l(c.defines)?c.defines.slice(0):[],u.defines=l(u.defines)?u.defines.slice(0):[],o(c,u),s=e.shaderCache.createDerivedShaderProgram(t,r,{vertexShaderSource:c,fragmentShaderSource:u,attributeLocations:a})}return s}function Dct(e){e.cull.face=Ci.BACK,e.cull.enabled=!0}function vct(e){e.cull.face=Ci.FRONT,e.cull.enabled=!0}function Pct(e){e.cull.face=Ci.BACK,e.cull.enabled=!0,e.colorMask={red:!1,green:!1,blue:!1,alpha:!1}}function Ict(e){e.cull.face=Ci.FRONT,e.cull.enabled=!0,e.colorMask={red:!1,green:!1,blue:!1,alpha:!1}}function Oct(e){e.cull.enabled=!1,e.colorMask={red:!1,green:!1,blue:!1,alpha:!1}}function $_e(e){e.cull.face=Ci.BACK,e.cull.enabled=!0,e.depthMask=!1,e.blending=an.ALPHA_BLEND}function ege(e){e.cull.face=Ci.FRONT,e.cull.enabled=!0,e.depthMask=!1,e.blending=an.ALPHA_BLEND}function Bct(e){e.cull.face=Ci.BACK,e.cull.enabled=!0,e.blending.enabled=!1}function Rct(e){e.cull.face=Ci.FRONT,e.cull.enabled=!0,e.blending.enabled=!1}function Mct(e,t,n,i,o){if(!l(i))return e;if(!n&&l(t))return t;let r=o[e.id];if(!l(r)){let s=Ne.getState(e);i(s),r=Ne.fromCache(s),o[e.id]=r}return r}function jE(e){return{u_classificationTexture:function(){return e._globeTranslucencyFramebuffer.classificationTexture}}}function Lct(e,t,n,i,o){return l(o)?!i&&l(n)?n:pt(t,o(e),!1):t}function xd(e){this.pass=e.pass,this.pickOnly=e.pickOnly,this.getShaderProgramFunction=e.getShaderProgramFunction,this.getRenderStateFunction=e.getRenderStateFunction,this.getUniformMapFunction=e.getUniformMapFunction,this.renderStateCache={}}function Fct(){return[new xd({pass:xe.GLOBE,pickOnly:!1,getShaderProgramFunction:Tct,getRenderStateFunction:Dct,getUniformMapFunction:void 0}),new xd({pass:xe.GLOBE,pickOnly:!1,getShaderProgramFunction:Ect,getRenderStateFunction:vct,getUniformMapFunction:void 0}),new xd({pass:xe.GLOBE,pickOnly:!1,getShaderProgramFunction:Kj,getRenderStateFunction:Pct,getUniformMapFunction:void 0}),new xd({pass:xe.GLOBE,pickOnly:!1,getShaderProgramFunction:Kj,getRenderStateFunction:Ict,getUniformMapFunction:void 0}),new xd({pass:xe.GLOBE,pickOnly:!1,getShaderProgramFunction:Kj,getRenderStateFunction:Oct,getUniformMapFunction:void 0}),new xd({pass:xe.TRANSLUCENT,pickOnly:!1,getShaderProgramFunction:Jj,getRenderStateFunction:$_e,getUniformMapFunction:jE}),new xd({pass:xe.TRANSLUCENT,pickOnly:!1,getShaderProgramFunction:rge,getRenderStateFunction:ege,getUniformMapFunction:jE}),new xd({pass:xe.TRANSLUCENT,pickOnly:!1,getShaderProgramFunction:bct,getRenderStateFunction:$_e,getUniformMapFunction:jE}),new xd({pass:xe.TRANSLUCENT,pickOnly:!1,getShaderProgramFunction:Sct,getRenderStateFunction:ege,getUniformMapFunction:jE}),new xd({pass:xe.TRANSLUCENT,pickOnly:!0,getShaderProgramFunction:Q_e,getRenderStateFunction:Bct,getUniformMapFunction:jE}),new xd({pass:xe.TRANSLUCENT,pickOnly:!0,getShaderProgramFunction:Q_e,getRenderStateFunction:Rct,getUniformMapFunction:jE})]}var tge=new Array(CA),nge=new Array(CA);xA.prototype.updateDerivedCommands=function(e,t){let n=this._derivedCommandTypesToUpdate,i=this._derivedCommandsToUpdateLength;if(i!==0){for(let o=0;o<i;++o)nge[o]=this._derivedCommandPacks[n[o]],tge[o]=oge[n[o]];Nct(this,e,i,n,tge,nge,t)}};function Nct(e,t,n,i,o,r,s){let a=t.derivedCommands.globeTranslucency,c=e._derivedCommandsDirty;if(t.dirty||!l(a)||c){t.dirty=!1,l(a)||(a={},t.derivedCommands.globeTranslucency=a);let u=s.frameNumber,f=y(a.uniformMapDirtyFrame,0),d=y(a.shaderProgramDirtyFrame,0),p=y(a.renderStateDirtyFrame,0),g=a.uniformMap!==t.uniformMap,m=a.shaderProgramId!==t.shaderProgram.id,A=a.renderStateId!==t.renderState.id;g&&(a.uniformMapDirtyFrame=u),m&&(a.shaderProgramDirtyFrame=u),A&&(a.renderStateDirtyFrame=u),a.uniformMap=t.uniformMap,a.shaderProgramId=t.shaderProgram.id,a.renderStateId=t.renderState.id;for(let C=0;C<n;++C){let x=r[C],b=i[C],E=o[C],S=a[E],D,v,O;l(S)?(D=S.uniformMap,v=S.shaderProgram,O=S.renderState):(D=void 0,v=void 0,O=void 0),S=Ze.shallowClone(t,S),a[E]=S;let R=y(S.derivedCommands.uniformMapDirtyFrame,0),M=y(S.derivedCommands.shaderProgramDirtyFrame,0),L=y(S.derivedCommands.renderStateDirtyFrame,0),_=g||R<f,T=m||M<d,w=A||L<p;_&&(S.derivedCommands.uniformMapDirtyFrame=u),T&&(S.derivedCommands.shaderProgramDirtyFrame=u),w&&(S.derivedCommands.renderStateDirtyFrame=u),S.derivedCommands.type=b,S.pass=x.pass,S.pickOnly=x.pickOnly,S.uniformMap=Lct(e,t.uniformMap,D,_,x.getUniformMapFunction),S.shaderProgram=wct(s.context,t.shaderProgram,v,T,x.getShaderProgramFunction,E),S.renderState=Mct(t.renderState,O,w,x.getRenderStateFunction,x.renderStateCache)}}}xA.prototype.pushDerivedCommands=function(e,t,n){let i=n.passes.pick;if(i&&t)return;let o=this._derivedCommandTypes,r=this._derivedCommandsLength;if(i?(o=this._derivedPickCommandTypes,r=this._derivedPickCommandsLength):t&&(o=this._derivedBlendCommandTypes,r=this._derivedBlendCommandsLength),r===0){n.commandList.push(e);return}let s=e.derivedCommands.globeTranslucency;for(let a=0;a<r;++a){let c=oge[o[a]];n.commandList.push(s[c])}};function sge(e,t,n,i,o,r,s){for(let a=0;a<t;++a){let c=e[a],u=c.derivedCommands.type;(!l(s)||s.indexOf(u)>-1)&&n(c,i,o,r)}}function ige(e,t,n,i,o,r){for(let s=0;s<t;++s)n(e[s],i,o,r)}var kct=[ks.OPAQUE_FRONT_FACE,ks.OPAQUE_BACK_FACE],Vct=[ks.DEPTH_ONLY_FRONT_FACE,ks.DEPTH_ONLY_BACK_FACE,ks.DEPTH_ONLY_FRONT_AND_BACK_FACE];xA.prototype.executeGlobeCommands=function(e,t,n,i,o){let r=i.context,s=e.commands[xe.GLOBE],a=e.indices[xe.GLOBE];a!==0&&(this._globeTranslucencyFramebuffer=n,n.clearClassification(r,o),sge(s,a,t,i,r,o,kct))};xA.prototype.executeGlobeClassificationCommands=function(e,t,n,i,o){let r=i.context,s=e.commands[xe.GLOBE],a=e.indices[xe.GLOBE],c=e.commands[xe.TERRAIN_CLASSIFICATION],u=e.indices[xe.TERRAIN_CLASSIFICATION];if(a===0||u===0)return;let f=this._frontFaceTranslucent,d=this._backFaceTranslucent;if((!f||!d)&&ige(c,u,t,i,r,o),!f&&!d)return;this._globeTranslucencyFramebuffer=n;let p=r.uniformState.globeDepthTexture,g=o.framebuffer;if(o.framebuffer=n.classificationFramebuffer,sge(s,a,t,i,r,o,Vct),r.depthTexture){let m=n.packDepth(r,o);r.uniformState.globeDepthTexture=m}ige(c,u,t,i,r,o),r.uniformState.globeDepthTexture=p,o.framebuffer=g};var RU=xA;var age=Ii(M7(),1);function Zj(){this._image=new Image}Zj.prototype.isReady=function(){return!0};Zj.prototype.shouldDiscardImage=function(e){return e===this._image};function Sv(e){e=y(e,y.EMPTY_OBJECT),this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0;let t;if(l(e.metadata))t=e.metadata;else{let r=Pe.createIfNeeded(e.url);t=new Uh(r)}this._metadata=t,this._tileDiscardPolicy=e.tileDiscardPolicy,this._tilingScheme=new ui({numberOfLevelZeroTilesX:2,numberOfLevelZeroTilesY:2,rectangle:new ce(-I.PI,-I.PI,I.PI,I.PI),ellipsoid:e.ellipsoid});let n=e.credit;typeof n=="string"&&(n=new Yt(n)),this._credit=n,this._tileWidth=256,this._tileHeight=256,this._maximumLevel=23,l(this._tileDiscardPolicy)||(this._tileDiscardPolicy=new Zj),this._errorEvent=new _e,this._ready=!1;let i=this,o;this._readyPromise=t.readyPromise.then(function(r){if(!t.imageryPresent){let s=new de(`The server ${t.url} doesn't have imagery`);return o=Wn.reportError(o,i,i._errorEvent,s.message,void 0,void 0,void 0,s),Promise.reject(s)}return Wn.reportSuccess(o),i._ready=r,r}).catch(function(r){return o=Wn.reportError(o,i,i._errorEvent,r.message,void 0,void 0,void 0,r),Promise.reject(r)})}Object.defineProperties(Sv.prototype,{url:{get:function(){return this._metadata.url}},proxy:{get:function(){return this._metadata.proxy}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){return this._maximumLevel}},minimumLevel:{get:function(){return 0}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){return this._tileDiscardPolicy}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){return this._credit}},hasAlphaChannel:{get:function(){return!1}}});Sv.prototype.getTileCredits=function(e,t,n){let i=this._metadata,o=i.getTileInformation(e,t,n);if(l(o)){let r=i.providers[o.imageryProvider];if(l(r))return[r]}};Sv.prototype.requestImage=function(e,t,n,i){let o=this._tileDiscardPolicy._image,r=this._metadata,s=Uh.tileXYToQuadKey(e,t,n),a=r.getTileInformation(e,t,n);if(!l(a)){if(r.isValid(s)){let u=new qo({throttle:i.throttle,throttleByServer:i.throttleByServer,type:i.type,priorityFunction:i.priorityFunction});r.populateSubtree(e,t,n,u);return}return Promise.resolve(o)}if(!a.hasImagery())return Promise.resolve(o);let c=Uct(this,a,e,t,n,i).fetchArrayBuffer();if(!!l(c))return c.then(function(u){gk(r.key,u);let f=new Uint8Array(u),d,p=r.protoImagery;if((!l(p)||!p)&&(d=zct(f)),!l(d)&&(!l(p)||p)){let g=Hct(f);d=g.imageType,f=g.imageData}return!l(d)||!l(f)?o:QC({uint8Array:f,format:d,flipY:!0})})};Sv.prototype.pickFeatures=function(e,t,n,i,o){};function Uct(e,t,n,i,o,r){let s=Uh.tileXYToQuadKey(n,i,o),a=t.imageryVersion;return a=l(a)&&a>0?a:1,e._metadata.resource.getDerivedResource({url:`flatfile?f1-0${s}-i.${a.toString()}`,request:r})}function zct(e){let t="JFIF";if(e[6]===t.charCodeAt(0)&&e[7]===t.charCodeAt(1)&&e[8]===t.charCodeAt(2)&&e[9]===t.charCodeAt(3))return"image/jpeg";let n="PNG";if(e[1]===n.charCodeAt(0)&&e[2]===n.charCodeAt(1)&&e[3]===n.charCodeAt(2))return"image/png"}function Hct(e){let t=age.Reader.create(e),n=t.len,i={};for(;t.pos<n;){let s=t.uint32(),a;switch(s>>>3){case 1:i.imageType=t.uint32();break;case 2:i.imageData=t.bytes();break;case 3:i.alphaType=t.uint32();break;case 4:i.imageAlpha=t.bytes();break;case 5:if(a=i.copyrightIds,l(a)||(a=i.copyrightIds=[]),(s&7)===2){let c=t.uint32()+t.pos;for(;t.pos<c;)a.push(t.uint32())}else a.push(t.uint32());break;default:t.skipType(s&7);break}}let o=i.imageType;if(l(o))switch(o){case 0:i.imageType="image/jpeg";break;case 4:i.imageType="image/png";break;default:throw new de("GoogleEarthEnterpriseImageryProvider: Unsupported image type.")}let r=i.alphaType;return l(r)&&r!==0&&(console.log("GoogleEarthEnterpriseImageryProvider: External alpha not supported."),delete i.alphaType,delete i.imageAlpha),i}var cge=Sv;var Gct=new U(1,1,1,.4),Wct=new U(0,1,0,.05),jct=new U(0,.5,0,.2);function TA(e){e=y(e,y.EMPTY_OBJECT),this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0,this._tilingScheme=l(e.tilingScheme)?e.tilingScheme:new ui({ellipsoid:e.ellipsoid}),this._cells=y(e.cells,8),this._color=y(e.color,Gct),this._glowColor=y(e.glowColor,Wct),this._glowWidth=y(e.glowWidth,6),this._backgroundColor=y(e.backgroundColor,jct),this._errorEvent=new _e,this._tileWidth=y(e.tileWidth,256),this._tileHeight=y(e.tileHeight,256),this._canvasSize=y(e.canvasSize,256),this._canvas=this._createGridCanvas(),this._readyPromise=Promise.resolve(!0)}Object.defineProperties(TA.prototype,{proxy:{get:function(){}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){}},minimumLevel:{get:function(){}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return!0}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){}},hasAlphaChannel:{get:function(){return!0}}});TA.prototype._drawGrid=function(e){let n=this._canvasSize;for(let i=0;i<=this._cells;++i){let r=1+i/this._cells*(n-1);e.moveTo(r,0),e.lineTo(r,n),e.moveTo(0,r),e.lineTo(n,r)}e.stroke()};TA.prototype._createGridCanvas=function(){let e=document.createElement("canvas");e.width=this._canvasSize,e.height=this._canvasSize;let t=0,n=this._canvasSize,i=e.getContext("2d"),o=this._backgroundColor.toCssColorString();i.fillStyle=o,i.fillRect(t,t,n,n);let r=this._glowColor.toCssColorString();i.strokeStyle=r,i.lineWidth=this._glowWidth,i.strokeRect(t,t,n,n),this._drawGrid(i),i.lineWidth=this._glowWidth*.5,i.strokeRect(t,t,n,n),this._drawGrid(i);let s=this._color.toCssColorString();return i.strokeStyle=s,i.lineWidth=2,i.strokeRect(t,t,n,n),i.lineWidth=1,this._drawGrid(i),e};TA.prototype.getTileCredits=function(e,t,n){};TA.prototype.requestImage=function(e,t,n,i){return Promise.resolve(this._canvas)};TA.prototype.pickFeatures=function(e,t,n,i,o){};var lge=TA;function Wh(){this._numSamples=1,this.previousFramebuffer=void 0,this._previousFramebuffer=void 0,this._depthStencilTexture=void 0,this._depthStencilRenderbuffer=void 0,this._fbo=new ci({depthStencil:!0,createDepthAttachments:!1}),this._fboClassified=new ci({depthStencil:!0,createDepthAttachments:!1}),this._rsUnclassified=void 0,this._rsClassified=void 0,this._unclassifiedCommand=void 0,this._classifiedCommand=void 0,this._translucentCommand=void 0,this._clearColorCommand=new ei({color:new U(0,0,0,0),owner:this}),this._clearCommand=new ei({color:new U(0,0,0,0),depth:1,stencil:0});let e=this;this._uniformMap={colorTexture:function(){return e._fbo.getColorTexture()},depthTexture:function(){return e._depthStencilTexture},classifiedTexture:function(){return e._fboClassified.getColorTexture()}}}Object.defineProperties(Wh.prototype,{unclassifiedCommand:{get:function(){return this._unclassifiedCommand}}});Wh.isTranslucencySupported=function(e){return e.depthTexture&&e.fragmentDepth};var qct={depthMask:!1,stencilTest:{enabled:!0,frontFunction:Nn.EQUAL,frontOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.KEEP},backFunction:Nn.NEVER,reference:0,mask:wt.CLASSIFICATION_MASK},blending:an.ALPHA_BLEND},Yct={depthMask:!1,stencilTest:{enabled:!0,frontFunction:Nn.NOT_EQUAL,frontOperation:{fail:st.KEEP,zFail:st.KEEP,zPass:st.KEEP},backFunction:Nn.NEVER,reference:0,mask:wt.CLASSIFICATION_MASK},blending:an.ALPHA_BLEND},Xct={depthMask:!0,depthTest:{enabled:!0},stencilTest:wt.setCesium3DTileBit(),stencilMask:wt.CESIUM_3D_TILE_MASK,blending:an.ALPHA_BLEND},Kct=`#extension GL_EXT_frag_depth : enable
uniform sampler2D colorTexture;
uniform sampler2D depthTexture;
uniform sampler2D classifiedTexture;
varying vec2 v_textureCoordinates;
void main()
{
vec4 color = texture2D(colorTexture, v_textureCoordinates);
if (color.a == 0.0)
{
discard;
}
bool isClassified = all(equal(texture2D(classifiedTexture, v_textureCoordinates), vec4(0.0)));
#ifdef UNCLASSIFIED
vec4 highlightColor = czm_invertClassificationColor;
if (isClassified)
{
discard;
}
#else
vec4 highlightColor = vec4(1.0);
if (!isClassified)
{
discard;
}
#endif
gl_FragColor = color * highlightColor;
gl_FragDepthEXT = texture2D(depthTexture, v_textureCoordinates).r;
}
`,Jct=`uniform sampler2D colorTexture;
varying vec2 v_textureCoordinates;
void main()
{
vec4 color = texture2D(colorTexture, v_textureCoordinates);
if (color.a == 0.0)
{
discard;
}
#ifdef UNCLASSIFIED
gl_FragColor = color * czm_invertClassificationColor;
#else
gl_FragColor = color;
#endif
}
`;Wh.prototype.update=function(e,t,n){let i=this._fbo.getColorTexture(),o=this.previousFramebuffer!==this._previousFramebuffer;this._previousFramebuffer=this.previousFramebuffer;let r=this._numSamples!==t,s=e.drawingBufferWidth,a=e.drawingBufferHeight,c=!l(i)||i.width!==s||i.height!==a;if((c||o||r)&&(this._numSamples=t,this._depthStencilTexture=this._depthStencilTexture&&this._depthStencilTexture.destroy(),this._depthStencilRenderbuffer=this._depthStencilRenderbuffer&&this._depthStencilRenderbuffer.destroy(),l(this._previousFramebuffer)||(this._depthStencilTexture=new Rt({context:e,width:s,height:a,pixelFormat:ft.DEPTH_STENCIL,pixelDatatype:qe.UNSIGNED_INT_24_8}),t>1&&(this._depthStencilRenderbuffer=new Cu({context:e,width:s,height:a,format:Gc.DEPTH24_STENCIL8,numSamples:t})))),!l(this._fbo.framebuffer)||c||o||r){this._fbo.destroy(),this._fboClassified.destroy();let u,f;l(this._previousFramebuffer)?(u=n.getDepthStencilTexture(),f=n.getDepthStencilRenderbuffer()):(u=this._depthStencilTexture,f=this._depthStencilRenderbuffer),this._fbo.setDepthStencilTexture(u),l(f)&&this._fbo.setDepthStencilRenderbuffer(f),this._fbo.update(e,s,a,t),l(this._previousFramebuffer)||(this._fboClassified.setDepthStencilTexture(u),this._fboClassified.update(e,s,a))}if(l(this._rsUnclassified)||(this._rsUnclassified=Ne.fromCache(qct),this._rsClassified=Ne.fromCache(Yct),this._rsDefault=Ne.fromCache(Xct)),!l(this._unclassifiedCommand)||o||r){l(this._unclassifiedCommand)&&(this._unclassifiedCommand.shaderProgram=this._unclassifiedCommand.shaderProgram&&this._unclassifiedCommand.shaderProgram.destroy(),this._classifiedCommand.shaderProgram=this._classifiedCommand.shaderProgram&&this._classifiedCommand.shaderProgram.destroy());let u=l(this._previousFramebuffer)?Jct:Kct,f=new Ve({defines:["UNCLASSIFIED"],sources:[u]}),d=new Ve({sources:[u]});this._unclassifiedCommand=e.createViewportQuadCommand(f,{renderState:l(this._previousFramebuffer)?this._rsUnclassified:this._rsDefault,uniformMap:this._uniformMap,owner:this}),this._classifiedCommand=e.createViewportQuadCommand(d,{renderState:l(this._previousFramebuffer)?this._rsClassified:this._rsDefault,uniformMap:this._uniformMap,owner:this}),l(this._translucentCommand)&&(this._translucentCommand.shaderProgram=this._translucentCommand.shaderProgram&&this._translucentCommand.shaderProgram.destroy()),l(this._previousFramebuffer)||(this._translucentCommand=e.createViewportQuadCommand(Ql,{renderState:this._rsUnclassified,uniformMap:this._uniformMap,owner:this}))}};Wh.prototype.prepareTextures=function(e,t){this._fbo._numSamples>1&&this._fbo.prepareTextures(e,t)};Wh.prototype.clear=function(e,t){l(this._previousFramebuffer)?this._fbo.clear(e,this._clearColorCommand,t):(this._fbo.clear(e,this._clearCommand,t),this._fboClassified.clear(e,this._clearCommand,t))};Wh.prototype.executeClassified=function(e,t){if(!l(this._previousFramebuffer)){let n=t.framebuffer;this.prepareTextures(e,!0),t.framebuffer=this._fboClassified.framebuffer,this._translucentCommand.execute(e,t),t.framebuffer=n}this._classifiedCommand.execute(e,t)};Wh.prototype.executeUnclassified=function(e,t){this._unclassifiedCommand.execute(e,t)};Wh.prototype.isDestroyed=function(){return!1};Wh.prototype.destroy=function(){return this._fbo.destroy(),this._fboClassified.destroy(),this._depthStencilTexture=this._depthStencilTexture&&this._depthStencilTexture.destroy(),this._depthStencilRenderbuffer=this._depthStencilRenderbuffer&&this._depthStencilRenderbuffer.destroy(),l(this._unclassifiedCommand)&&(this._unclassifiedCommand.shaderProgram=this._unclassifiedCommand.shaderProgram&&this._unclassifiedCommand.shaderProgram.destroy(),this._classifiedCommand.shaderProgram=this._classifiedCommand.shaderProgram&&this._classifiedCommand.shaderProgram.destroy()),le(this)};var wv=Wh;function MU(e){this._total=e,this.usedThisFrame=0,this.stolenFromMeThisFrame=0,this.starvedThisFrame=!1,this.starvedLastFrame=!1}Object.defineProperties(MU.prototype,{total:{get:function(){return this._total}}});function t0(e){let t=new Array(ga.NUMBER_OF_JOB_TYPES);t[ga.TEXTURE]=new MU(l(e)?e[ga.TEXTURE]:10),t[ga.PROGRAM]=new MU(l(e)?e[ga.PROGRAM]:10),t[ga.BUFFER]=new MU(l(e)?e[ga.BUFFER]:30);let n=t.length,i,o=0;for(i=0;i<n;++i)o+=t[i].total;let r=new Array(n);for(i=0;i<n;++i)r[i]=!1;this._totalBudget=o,this._totalUsedThisFrame=0,this._budgets=t,this._executedThisFrame=r}t0.getTimestamp=wi;Object.defineProperties(t0.prototype,{totalBudget:{get:function(){return this._totalBudget}}});t0.prototype.disableThisFrame=function(){this._totalUsedThisFrame=this._totalBudget};t0.prototype.resetBudgets=function(){let e=this._budgets,t=e.length;for(let n=0;n<t;++n){let i=e[n];i.starvedLastFrame=i.starvedThisFrame,i.starvedThisFrame=!1,i.usedThisFrame=0,i.stolenFromMeThisFrame=0}this._totalUsedThisFrame=0};t0.prototype.execute=function(e,t){let n=this._budgets,i=n[t],o=this._executedThisFrame[t];if(this._totalUsedThisFrame>=this._totalBudget&&o)return i.starvedThisFrame=!0,!1;let r;if(i.usedThisFrame+i.stolenFromMeThisFrame>=i.total){let c=n.length,u;for(u=0;u<c&&(r=n[u],!(r.usedThisFrame+r.stolenFromMeThisFrame<r.total&&!r.starvedLastFrame));++u);if(u===c&&o)return!1;o&&(i.starvedThisFrame=!0)}let s=t0.getTimestamp();e.execute();let a=t0.getTimestamp()-s;return this._totalUsedThisFrame+=a,r?r.stolenFromMeThisFrame+=a:i.usedThisFrame+=a,this._executedThisFrame[t]=!0,!0};var LU=t0;function uge(){}Object.defineProperties(uge.prototype,{color:{get:ye.throwInstantiationError},intensity:{get:ye.throwInstantiationError}});var fge=uge;var Zct=/\/$/,dge=new Yt('&copy; <a href="https://www.mapbox.com/about/maps/">Mapbox</a> &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> <strong><a href="https://www.mapbox.com/map-feedback/">Improve this map</a></strong>');function qE(e){e=y(e,y.EMPTY_OBJECT);let t=e.styleId,n=e.accessToken;this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0;let i=Pe.createIfNeeded(y(e.url,"https://api.mapbox.com/styles/v1/"));this._styleId=t,this._accessToken=n;let o=y(e.tilesize,512);this._tilesize=o;let r=y(e.username,"mapbox");this._username=r;let s=l(e.scaleFactor)?"@2x":"",a=i.getUrlComponent();Zct.test(a)||(a+="/"),a+=`${this._username}/${t}/tiles/${this._tilesize}/{z}/{x}/{y}${s}`,i.url=a,i.setQueryParameters({access_token:n});let c;l(e.credit)?(c=e.credit,typeof c=="string"&&(c=new Yt(c))):c=dge,this._resource=i,this._imageryProvider=new Va({url:i,credit:c,ellipsoid:e.ellipsoid,minimumLevel:e.minimumLevel,maximumLevel:e.maximumLevel,rectangle:e.rectangle})}Object.defineProperties(qE.prototype,{url:{get:function(){return this._imageryProvider.url}},ready:{get:function(){return this._imageryProvider.ready}},readyPromise:{get:function(){return this._imageryProvider.readyPromise}},rectangle:{get:function(){return this._imageryProvider.rectangle}},tileWidth:{get:function(){return this._imageryProvider.tileWidth}},tileHeight:{get:function(){return this._imageryProvider.tileHeight}},maximumLevel:{get:function(){return this._imageryProvider.maximumLevel}},minimumLevel:{get:function(){return this._imageryProvider.minimumLevel}},tilingScheme:{get:function(){return this._imageryProvider.tilingScheme}},tileDiscardPolicy:{get:function(){return this._imageryProvider.tileDiscardPolicy}},errorEvent:{get:function(){return this._imageryProvider.errorEvent}},credit:{get:function(){return this._imageryProvider.credit}},proxy:{get:function(){return this._imageryProvider.proxy}},hasAlphaChannel:{get:function(){return this._imageryProvider.hasAlphaChannel}}});qE.prototype.getTileCredits=function(e,t,n){};qE.prototype.requestImage=function(e,t,n,i){return this._imageryProvider.requestImage(e,t,n,i)};qE.prototype.pickFeatures=function(e,t,n,i,o){return this._imageryProvider.pickFeatures(e,t,n,i,o)};qE._defaultCredit=dge;var hge=qE;function Dv(e){e=y(e,y.EMPTY_OBJECT);let t=e.textureUrl;l(t)||(t=Kt("Assets/Textures/moonSmall.jpg")),this.show=y(e.show,!0),this.textureUrl=t,this._ellipsoid=y(e.ellipsoid,ie.MOON),this.onlySunLighting=y(e.onlySunLighting,!0),this._ellipsoidPrimitive=new QV({radii:this.ellipsoid.radii,material:$i.fromType($i.ImageType),depthTestEnabled:!1,_owner:this}),this._ellipsoidPrimitive.material.translucent=!1,this._axes=new Dk}Object.defineProperties(Dv.prototype,{ellipsoid:{get:function(){return this._ellipsoid}}});var FU=new Q,Qct=new Q,$ct=new h,NU=[];Dv.prototype.update=function(e){if(!this.show)return;let t=this._ellipsoidPrimitive;t.material.uniforms.image=this.textureUrl,t.onlySunLighting=this.onlySunLighting;let n=e.time;l(vt.computeIcrfToFixedMatrix(n,FU))||vt.computeTemeToPseudoFixedMatrix(n,FU);let i=this._axes.evaluate(n,Qct);Q.transpose(i,i),Q.multiply(FU,i,i);let o=eA.computeMoonPositionInEarthInertialFrame(n,$ct);Q.multiplyByVector(FU,o,o),F.fromRotationTranslation(i,o,t.modelMatrix);let r=e.commandList;return e.commandList=NU,NU.length=0,t.update(e),e.commandList=r,NU.length===1?NU[0]:void 0};Dv.prototype.isDestroyed=function(){return!1};Dv.prototype.destroy=function(){return this._ellipsoidPrimitive=this._ellipsoidPrimitive&&this._ellipsoidPrimitive.destroy(),le(this)};var kU=Dv;function Qj(e){}Qj.prototype.isReady=function(){return!0};Qj.prototype.shouldDiscardImage=function(e){return!1};var mge=Qj;function xp(e){this._numSamples=1,this._translucentMultipassSupport=!1,this._translucentMRTSupport=!1;let t=e.colorBufferFloat&&e.depthTexture&&e.floatBlend;this._translucentMRTSupport=e.drawBuffers&&t,this._translucentMultipassSupport=!this._translucentMRTSupport&&t,this._opaqueFBO=void 0,this._opaqueTexture=void 0,this._depthStencilTexture=void 0,this._accumulationTexture=void 0,this._translucentFBO=new ci({colorAttachmentsLength:this._translucentMRTSupport?2:1,createColorAttachments:!1,createDepthAttachments:!1,depth:!0}),this._alphaFBO=new ci({createColorAttachments:!1,createDepthAttachments:!1,depth:!0}),this._adjustTranslucentFBO=new ci({colorAttachmentsLength:this._translucentMRTSupport?2:1,createColorAttachments:!1}),this._adjustAlphaFBO=new ci({createColorAttachments:!1}),this._opaqueClearCommand=new ei({color:new U(0,0,0,0),owner:this}),this._translucentMRTClearCommand=new ei({color:new U(0,0,0,1),owner:this}),this._translucentMultipassClearCommand=new ei({color:new U(0,0,0,0),owner:this}),this._alphaClearCommand=new ei({color:new U(1,1,1,1),owner:this}),this._translucentRenderStateCache={},this._alphaRenderStateCache={},this._compositeCommand=void 0,this._adjustTranslucentCommand=void 0,this._adjustAlphaCommand=void 0,this._viewport=new He,this._rs=void 0,this._useScissorTest=!1,this._scissorRectangle=void 0,this._useHDR=!1}function pge(e){e._accumulationTexture=e._accumulationTexture&&!e._accumulationTexture.isDestroyed()&&e._accumulationTexture.destroy(),e._revealageTexture=e._revealageTexture&&!e._revealageTexture.isDestroyed()&&e._revealageTexture.destroy()}function $j(e){e._translucentFBO.destroy(),e._alphaFBO.destroy(),e._adjustTranslucentFBO.destroy(),e._adjustAlphaFBO.destroy()}function _ge(e){pge(e),$j(e)}function elt(e,t,n,i){pge(e),e._accumulationTexture=new Rt({context:t,width:n,height:i,pixelFormat:ft.RGBA,pixelDatatype:qe.FLOAT});let o=new Float32Array(n*i*4);e._revealageTexture=new Rt({context:t,pixelFormat:ft.RGBA,pixelDatatype:qe.FLOAT,source:{arrayBufferView:o,width:n,height:i},flipY:!1})}function tlt(e,t){$j(e);let n=te.FRAMEBUFFER_COMPLETE,i=!0,o=e._accumulationTexture.width,r=e._accumulationTexture.height;if(e._translucentMRTSupport&&(e._translucentFBO.setColorTexture(e._accumulationTexture,0),e._translucentFBO.setColorTexture(e._revealageTexture,1),e._translucentFBO.setDepthStencilTexture(e._depthStencilTexture),e._translucentFBO.update(t,o,r),e._adjustTranslucentFBO.setColorTexture(e._accumulationTexture,0),e._adjustTranslucentFBO.setColorTexture(e._revealageTexture,1),e._adjustTranslucentFBO.update(t,o,r),(e._translucentFBO.status!==n||e._adjustTranslucentFBO.status!==n)&&($j(e),e._translucentMRTSupport=!1)),!e._translucentMRTSupport){e._translucentFBO.setColorTexture(e._accumulationTexture),e._translucentFBO.setDepthStencilTexture(e._depthStencilTexture),e._translucentFBO.update(t,o,r),e._alphaFBO.setColorTexture(e._revealageTexture),e._alphaFBO.setDepthStencilTexture(e._depthStencilTexture),e._alphaFBO.update(t,o,r),e._adjustTranslucentFBO.setColorTexture(e._accumulationTexture),e._adjustTranslucentFBO.update(t,o,r),e._adjustAlphaFBO.setColorTexture(e._revealageTexture),e._adjustAlphaFBO.update(t,o,r);let s=e._translucentFBO.status===n,a=e._alphaFBO.status===n,c=e._adjustTranslucentFBO.status===n,u=e._adjustAlphaFBO.status===n;(!s||!a||!c||!u)&&(_ge(e),e._translucentMultipassSupport=!1,i=!1)}return i}xp.prototype.update=function(e,t,n,i,o){if(!this.isSupported())return;this._opaqueFBO=n,this._opaqueTexture=n.getColorTexture(0),this._depthStencilTexture=n.getDepthStencilTexture();let r=this._opaqueTexture.width,s=this._opaqueTexture.height,a=this._accumulationTexture,c=!l(a)||a.width!==r||a.height!==s||i!==this._useHDR,u=this._numSamples!==o;if((c||u)&&(this._numSamples=o,elt(this,e,r,s)),(!l(this._translucentFBO.framebuffer)||c||u)&&!tlt(this,e))return;this._useHDR=i;let f=this,d,p;l(this._compositeCommand)||(d=new Ve({sources:[Xk]}),this._translucentMRTSupport&&d.defines.push("MRT"),p={u_opaque:function(){return f._opaqueTexture},u_accumulation:function(){return f._accumulationTexture},u_revealage:function(){return f._revealageTexture}},this._compositeCommand=e.createViewportQuadCommand(d,{uniformMap:p,owner:this})),l(this._adjustTranslucentCommand)||(this._translucentMRTSupport?(d=new Ve({defines:["MRT"],sources:[YD]}),p={u_bgColor:function(){return f._translucentMRTClearCommand.color},u_depthTexture:function(){return f._depthStencilTexture}},this._adjustTranslucentCommand=e.createViewportQuadCommand(d,{uniformMap:p,owner:this})):this._translucentMultipassSupport&&(d=new Ve({sources:[YD]}),p={u_bgColor:function(){return f._translucentMultipassClearCommand.color},u_depthTexture:function(){return f._depthStencilTexture}},this._adjustTranslucentCommand=e.createViewportQuadCommand(d,{uniformMap:p,owner:this}),p={u_bgColor:function(){return f._alphaClearCommand.color},u_depthTexture:function(){return f._depthStencilTexture}},this._adjustAlphaCommand=e.createViewportQuadCommand(d,{uniformMap:p,owner:this}))),this._viewport.width=r,this._viewport.height=s;let g=!He.equals(this._viewport,t.viewport),m=g!==this._useScissorTest;this._useScissorTest=g,He.equals(this._scissorRectangle,t.viewport)||(this._scissorRectangle=He.clone(t.viewport,this._scissorRectangle),m=!0),(!l(this._rs)||!He.equals(this._viewport,this._rs.viewport)||m)&&(this._rs=Ne.fromCache({viewport:this._viewport,scissorTest:{enabled:this._useScissorTest,rectangle:this._scissorRectangle}})),l(this._compositeCommand)&&(this._compositeCommand.renderState=this._rs),this._adjustTranslucentCommand&&(this._adjustTranslucentCommand.renderState=this._rs),l(this._adjustAlphaCommand)&&(this._adjustAlphaCommand.renderState=this._rs)};var nlt={enabled:!0,color:new U(0,0,0,0),equationRgb:fa.ADD,equationAlpha:fa.ADD,functionSourceRgb:xo.ONE,functionDestinationRgb:xo.ONE,functionSourceAlpha:xo.ZERO,functionDestinationAlpha:xo.ONE_MINUS_SOURCE_ALPHA},ilt={enabled:!0,color:new U(0,0,0,0),equationRgb:fa.ADD,equationAlpha:fa.ADD,functionSourceRgb:xo.ONE,functionDestinationRgb:xo.ONE,functionSourceAlpha:xo.ONE,functionDestinationAlpha:xo.ONE},olt={enabled:!0,color:new U(0,0,0,0),equationRgb:fa.ADD,equationAlpha:fa.ADD,functionSourceRgb:xo.ZERO,functionDestinationRgb:xo.ONE_MINUS_SOURCE_ALPHA,functionSourceAlpha:xo.ZERO,functionDestinationAlpha:xo.ONE_MINUS_SOURCE_ALPHA};function eq(e,t,n,i){let o=n[i.id];if(!l(o)){let r=Ne.getState(i);r.depthMask=!1,r.blending=t,o=Ne.fromCache(r),n[i.id]=o}return o}function rlt(e,t,n){return eq(t,nlt,e._translucentRenderStateCache,n)}function slt(e,t,n){return eq(t,ilt,e._translucentRenderStateCache,n)}function alt(e,t,n){return eq(t,olt,e._alphaRenderStateCache,n)}var clt=` vec3 Ci = czm_gl_FragColor.rgb * czm_gl_FragColor.a;
float ai = czm_gl_FragColor.a;
float wzi = czm_alphaWeight(ai);
gl_FragData[0] = vec4(Ci * wzi, ai);
gl_FragData[1] = vec4(ai * wzi);
`,llt=` vec3 Ci = czm_gl_FragColor.rgb * czm_gl_FragColor.a;
float ai = czm_gl_FragColor.a;
float wzi = czm_alphaWeight(ai);
gl_FragColor = vec4(Ci, ai) * wzi;
`,ult=` float ai = czm_gl_FragColor.a;
gl_FragColor = vec4(ai);
`;function tq(e,t,n,i){let o=e.shaderCache.getDerivedShaderProgram(t,n);if(!l(o)){let r=t._attributeLocations,s=t.fragmentShaderSource.clone();s.sources=s.sources.map(function(a){return a=Ve.replaceMain(a,"czm_translucent_main"),a=a.replace(/gl_FragColor/g,"czm_gl_FragColor"),a=a.replace(/\bdiscard\b/g,"czm_discard = true"),a=a.replace(/czm_phong/g,"czm_translucentPhong"),a}),s.sources.splice(0,0,`${i.indexOf("gl_FragData")!==-1?`#extension GL_EXT_draw_buffers : enable
`:""}vec4 czm_gl_FragColor;
bool czm_discard = false;
`),s.sources.push(`void main()
{
czm_translucent_main();
if (czm_discard)
{
discard;
}
${i}}
`),o=e.shaderCache.createDerivedShaderProgram(t,n,{vertexShaderSource:t.vertexShaderSource,fragmentShaderSource:s,attributeLocations:r})}return o}function flt(e,t){return tq(e,t,"translucentMRT",clt)}function dlt(e,t){return tq(e,t,"translucentMultipass",llt)}function hlt(e,t){return tq(e,t,"alphaMultipass",ult)}xp.prototype.createDerivedCommands=function(e,t,n){if(l(n)||(n={}),this._translucentMRTSupport){let i,o;l(n.translucentCommand)&&(i=n.translucentCommand.shaderProgram,o=n.translucentCommand.renderState),n.translucentCommand=Ze.shallowClone(e,n.translucentCommand),!l(i)||n.shaderProgramId!==e.shaderProgram.id?(n.translucentCommand.shaderProgram=flt(t,e.shaderProgram),n.translucentCommand.renderState=rlt(this,t,e.renderState),n.shaderProgramId=e.shaderProgram.id):(n.translucentCommand.shaderProgram=i,n.translucentCommand.renderState=o)}else{let i,o,r,s;l(n.translucentCommand)&&(i=n.translucentCommand.shaderProgram,o=n.translucentCommand.renderState,r=n.alphaCommand.shaderProgram,s=n.alphaCommand.renderState),n.translucentCommand=Ze.shallowClone(e,n.translucentCommand),n.alphaCommand=Ze.shallowClone(e,n.alphaCommand),!l(i)||n.shaderProgramId!==e.shaderProgram.id?(n.translucentCommand.shaderProgram=dlt(t,e.shaderProgram),n.translucentCommand.renderState=slt(this,t,e.renderState),n.alphaCommand.shaderProgram=hlt(t,e.shaderProgram),n.alphaCommand.renderState=alt(this,t,e.renderState),n.shaderProgramId=e.shaderProgram.id):(n.translucentCommand.shaderProgram=i,n.translucentCommand.renderState=o,n.alphaCommand.shaderProgram=r,n.alphaCommand.renderState=s)}return n};function mlt(e,t,n,i,o,r){let s,a,c,u=t.context,f=t.frameState.useLogDepth,d=t._hdr,p=i.framebuffer,g=o.length,m=t.frameState.shadowState.lightShadowsEnabled;i.framebuffer=e._adjustTranslucentFBO.framebuffer,e._adjustTranslucentCommand.execute(u,i),i.framebuffer=e._adjustAlphaFBO.framebuffer,e._adjustAlphaCommand.execute(u,i);let A=e._opaqueFBO.framebuffer;for(i.framebuffer=e._translucentFBO.framebuffer,c=0;c<g;++c)s=o[c],s=f?s.derivedCommands.logDepth.command:s,s=d?s.derivedCommands.hdr.command:s,a=m&&s.receiveShadows?s.derivedCommands.oit.shadows.translucentCommand:s.derivedCommands.oit.translucentCommand,n(a,t,u,i,A);for(l(r)&&(s=r.unclassifiedCommand,a=m&&s.receiveShadows?s.derivedCommands.oit.shadows.translucentCommand:s.derivedCommands.oit.translucentCommand,n(a,t,u,i,A)),i.framebuffer=e._alphaFBO.framebuffer,c=0;c<g;++c)s=o[c],s=f?s.derivedCommands.logDepth.command:s,s=d?s.derivedCommands.hdr.command:s,a=m&&s.receiveShadows?s.derivedCommands.oit.shadows.alphaCommand:s.derivedCommands.oit.alphaCommand,n(a,t,u,i,A);l(r)&&(s=r.unclassifiedCommand,a=m&&s.receiveShadows?s.derivedCommands.oit.shadows.alphaCommand:s.derivedCommands.oit.alphaCommand,n(a,t,u,i,A)),i.framebuffer=p}function plt(e,t,n,i,o,r){let s=t.context,a=t.frameState.useLogDepth,c=t._hdr,u=i.framebuffer,f=o.length,d=t.frameState.shadowState.lightShadowsEnabled;i.framebuffer=e._adjustTranslucentFBO.framebuffer,e._adjustTranslucentCommand.execute(s,i);let p=e._opaqueFBO.framebuffer;i.framebuffer=e._translucentFBO.framebuffer;let g,m;for(let A=0;A<f;++A)g=o[A],g=a?g.derivedCommands.logDepth.command:g,g=c?g.derivedCommands.hdr.command:g,m=d&&g.receiveShadows?g.derivedCommands.oit.shadows.translucentCommand:g.derivedCommands.oit.translucentCommand,n(m,t,s,i,p);l(r)&&(g=r.unclassifiedCommand,m=d&&g.receiveShadows?g.derivedCommands.oit.shadows.translucentCommand:g.derivedCommands.oit.translucentCommand,n(m,t,s,i,p)),i.framebuffer=u}xp.prototype.executeCommands=function(e,t,n,i,o){if(this._translucentMRTSupport){plt(this,e,t,n,i,o);return}mlt(this,e,t,n,i,o)};xp.prototype.execute=function(e,t){this._compositeCommand.execute(e,t)};xp.prototype.clear=function(e,t,n){let i=t.framebuffer;t.framebuffer=this._opaqueFBO.framebuffer,U.clone(n,this._opaqueClearCommand.color),this._opaqueClearCommand.execute(e,t),t.framebuffer=this._translucentFBO.framebuffer,(this._translucentMRTSupport?this._translucentMRTClearCommand:this._translucentMultipassClearCommand).execute(e,t),this._translucentMultipassSupport&&(t.framebuffer=this._alphaFBO.framebuffer,this._alphaClearCommand.execute(e,t)),t.framebuffer=i};xp.prototype.isSupported=function(){return this._translucentMRTSupport||this._translucentMultipassSupport};xp.prototype.isDestroyed=function(){return!1};xp.prototype.destroy=function(){return _ge(this),l(this._compositeCommand)&&(this._compositeCommand.shaderProgram=this._compositeCommand.shaderProgram&&this._compositeCommand.shaderProgram.destroy()),l(this._adjustTranslucentCommand)&&(this._adjustTranslucentCommand.shaderProgram=this._adjustTranslucentCommand.shaderProgram&&this._adjustTranslucentCommand.shaderProgram.destroy()),l(this._adjustAlphaCommand)&&(this._adjustAlphaCommand.shaderProgram=this._adjustAlphaCommand.shaderProgram&&this._adjustAlphaCommand.shaderProgram.destroy()),le(this)};var VU=xp;var _lt=new Yt("MapQuest, Open Street Map and contributors, CC-BY-SA");function UU(e){e=y(e,y.EMPTY_OBJECT);let t=Pe.createIfNeeded(y(e.url,"https://a.tile.openstreetmap.org/"));t.appendForwardSlash(),t.url+=`{z}/{x}/{y}.${y(e.fileExtension,"png")}`;let n=new Gr({ellipsoid:e.ellipsoid}),i=256,o=256,r=y(e.minimumLevel,0),s=e.maximumLevel,a=y(e.rectangle,n.rectangle),c=n.positionToTileXY(ce.southwest(a),r),u=n.positionToTileXY(ce.northeast(a),r),f=(Math.abs(u.x-c.x)+1)*(Math.abs(u.y-c.y)+1),d=y(e.credit,_lt);typeof d=="string"&&(d=new Yt(d)),Va.call(this,{url:t,credit:d,tilingScheme:n,tileWidth:i,tileHeight:o,minimumLevel:r,maximumLevel:s,rectangle:a})}l(Object.create)&&(UU.prototype=Object.create(Va.prototype),UU.prototype.constructor=UU);var YE=UU;var glt=new H(1,1);function nq(e){e=y(e,y.EMPTY_OBJECT),this.mass=y(e.mass,1),this.position=h.clone(y(e.position,h.ZERO)),this.velocity=h.clone(y(e.velocity,h.ZERO)),this.life=y(e.life,Number.MAX_VALUE),this.image=e.image,this.startColor=U.clone(y(e.startColor,U.WHITE)),this.endColor=U.clone(y(e.endColor,U.WHITE)),this.startScale=y(e.startScale,1),this.endScale=y(e.endScale,1),this.imageSize=H.clone(y(e.imageSize,glt)),this._age=0,this._normalizedAge=0,this._billboard=void 0}Object.defineProperties(nq.prototype,{age:{get:function(){return this._age}},normalizedAge:{get:function(){return this._normalizedAge}}});var gge=new h;nq.prototype.update=function(e,t){return h.multiplyByScalar(this.velocity,e,gge),h.add(this.position,gge,this.position),l(t)&&t(this,e),this._age+=e,this.life===Number.MAX_VALUE?this._normalizedAge=0:this._normalizedAge=this._age/this.life,this._age<=this.life};var vv=nq;function yge(e){e=y(e,y.EMPTY_OBJECT),this.time=y(e.time,0),this.minimum=y(e.minimum,0),this.maximum=y(e.maximum,50),this._complete=!1}Object.defineProperties(yge.prototype,{complete:{get:function(){return this._complete}}});var Age=yge;function Cge(e){}Cge.prototype.emit=function(e){ye.throwInstantiationError()};var xge=Cge;var Tge=new H(1,1);function Pv(e){e=y(e,y.EMPTY_OBJECT),this.show=y(e.show,!0),this.updateCallback=e.updateCallback,this.loop=y(e.loop,!0),this.image=y(e.image,void 0);let t=e.emitter;l(t)||(t=new DV(.5)),this._emitter=t,this._bursts=e.bursts,this._modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this._emitterModelMatrix=F.clone(y(e.emitterModelMatrix,F.IDENTITY)),this._matrixDirty=!0,this._combinedMatrix=new F,this._startColor=U.clone(y(e.color,y(e.startColor,U.WHITE))),this._endColor=U.clone(y(e.color,y(e.endColor,U.WHITE))),this._startScale=y(e.scale,y(e.startScale,1)),this._endScale=y(e.scale,y(e.endScale,1)),this._emissionRate=y(e.emissionRate,5),this._minimumSpeed=y(e.speed,y(e.minimumSpeed,1)),this._maximumSpeed=y(e.speed,y(e.maximumSpeed,1)),this._minimumParticleLife=y(e.particleLife,y(e.minimumParticleLife,5)),this._maximumParticleLife=y(e.particleLife,y(e.maximumParticleLife,5)),this._minimumMass=y(e.mass,y(e.minimumMass,1)),this._maximumMass=y(e.mass,y(e.maximumMass,1)),this._minimumImageSize=H.clone(y(e.imageSize,y(e.minimumImageSize,Tge))),this._maximumImageSize=H.clone(y(e.imageSize,y(e.maximumImageSize,Tge))),this._sizeInMeters=y(e.sizeInMeters,!1),this._lifetime=y(e.lifetime,Number.MAX_VALUE),this._billboardCollection=void 0,this._particles=[],this._particlePool=[],this._previousTime=void 0,this._currentTime=0,this._carryOver=0,this._complete=new _e,this._isComplete=!1,this._updateParticlePool=!0,this._particleEstimate=0}Object.defineProperties(Pv.prototype,{emitter:{get:function(){return this._emitter},set:function(e){this._emitter=e}},bursts:{get:function(){return this._bursts},set:function(e){this._bursts=e,this._updateParticlePool=!0}},modelMatrix:{get:function(){return this._modelMatrix},set:function(e){this._matrixDirty=this._matrixDirty||!F.equals(this._modelMatrix,e),F.clone(e,this._modelMatrix)}},emitterModelMatrix:{get:function(){return this._emitterModelMatrix},set:function(e){this._matrixDirty=this._matrixDirty||!F.equals(this._emitterModelMatrix,e),F.clone(e,this._emitterModelMatrix)}},startColor:{get:function(){return this._startColor},set:function(e){U.clone(e,this._startColor)}},endColor:{get:function(){return this._endColor},set:function(e){U.clone(e,this._endColor)}},startScale:{get:function(){return this._startScale},set:function(e){this._startScale=e}},endScale:{get:function(){return this._endScale},set:function(e){this._endScale=e}},emissionRate:{get:function(){return this._emissionRate},set:function(e){this._emissionRate=e,this._updateParticlePool=!0}},minimumSpeed:{get:function(){return this._minimumSpeed},set:function(e){this._minimumSpeed=e}},maximumSpeed:{get:function(){return this._maximumSpeed},set:function(e){this._maximumSpeed=e}},minimumParticleLife:{get:function(){return this._minimumParticleLife},set:function(e){this._minimumParticleLife=e}},maximumParticleLife:{get:function(){return this._maximumParticleLife},set:function(e){this._maximumParticleLife=e,this._updateParticlePool=!0}},minimumMass:{get:function(){return this._minimumMass},set:function(e){this._minimumMass=e}},maximumMass:{get:function(){return this._maximumMass},set:function(e){this._maximumMass=e}},minimumImageSize:{get:function(){return this._minimumImageSize},set:function(e){this._minimumImageSize=e}},maximumImageSize:{get:function(){return this._maximumImageSize},set:function(e){this._maximumImageSize=e}},sizeInMeters:{get:function(){return this._sizeInMeters},set:function(e){this._sizeInMeters=e}},lifetime:{get:function(){return this._lifetime},set:function(e){this._lifetime=e}},complete:{get:function(){return this._complete}},isComplete:{get:function(){return this._isComplete}}});function ylt(e){let t=e._emissionRate,n=e._maximumParticleLife,i=0,o=e._bursts;if(l(o)){let d=o.length;for(let p=0;p<d;++p)i+=o[p].maximum}let r=e._billboardCollection,s=e.image,a=Math.ceil(t*n+i),c=e._particles,u=e._particlePool,f=Math.max(a-c.length-u.length,0);for(let d=0;d<f;++d){let p=new vv;p._billboard=r.add({image:s}),u.push(p)}e._particleEstimate=a}function Alt(e){let t=e._particlePool.pop();return l(t)||(t=new vv),t}function Clt(e,t){e._particlePool.push(t)}function xlt(e){let t=e._particles,n=e._particlePool,i=e._billboardCollection,o=t.length,r=n.length,s=e._particleEstimate,a=r-Math.max(s-o-r,0);for(let c=a;c<r;++c){let u=n[c];i.remove(u._billboard)}n.length=a}function Tlt(e){l(e._billboard)&&(e._billboard.show=!1)}function Ege(e,t){let n=t._billboard;l(n)||(n=t._billboard=e._billboardCollection.add({image:t.image})),n.width=t.imageSize.x,n.height=t.imageSize.y,n.position=t.position,n.sizeInMeters=e.sizeInMeters,n.show=!0;let i=I.lerp(t.startColor.red,t.endColor.red,t.normalizedAge),o=I.lerp(t.startColor.green,t.endColor.green,t.normalizedAge),r=I.lerp(t.startColor.blue,t.endColor.blue,t.normalizedAge),s=I.lerp(t.startColor.alpha,t.endColor.alpha,t.normalizedAge);n.color=new U(i,o,r,s),n.scale=I.lerp(t.startScale,t.endScale,t.normalizedAge)}function Elt(e,t){t.startColor=U.clone(e._startColor,t.startColor),t.endColor=U.clone(e._endColor,t.endColor),t.startScale=e._startScale,t.endScale=e._endScale,t.image=e.image,t.life=I.randomBetween(e._minimumParticleLife,e._maximumParticleLife),t.mass=I.randomBetween(e._minimumMass,e._maximumMass),t.imageSize.x=I.randomBetween(e._minimumImageSize.x,e._maximumImageSize.x),t.imageSize.y=I.randomBetween(e._minimumImageSize.y,e._maximumImageSize.y),t._normalizedAge=0,t._age=0;let n=I.randomBetween(e._minimumSpeed,e._maximumSpeed);h.multiplyByScalar(t.velocity,n,t.velocity),e._particles.push(t)}function blt(e,t){if(e._isComplete)return 0;t=I.mod(t,e._lifetime);let n=t*e._emissionRate,i=Math.floor(n);if(e._carryOver+=n-i,e._carryOver>1&&(i++,e._carryOver-=1),l(e.bursts)){let o=e.bursts.length;for(let r=0;r<o;r++){let s=e.bursts[r],a=e._currentTime;l(s)&&!s._complete&&a>s.time&&(i+=I.randomBetween(s.minimum,s.maximum),s._complete=!0)}}return i}var zU=new h;Pv.prototype.update=function(e){if(!this.show)return;l(this._billboardCollection)||(this._billboardCollection=new Su),this._updateParticlePool&&(ylt(this),this._updateParticlePool=!1);let t=0;this._previousTime&&(t=$.secondsDifference(e.time,this._previousTime)),t<0&&(t=0);let n=this._particles,i=this._emitter,o=this.updateCallback,r,s,a=n.length;for(r=0;r<a;++r)s=n[r],s.update(t,o)?Ege(this,s):(Tlt(s),Clt(this,s),n[r]=n[a-1],--r,--a);n.length=a;let c=blt(this,t);if(c>0&&l(i)){this._matrixDirty&&(this._combinedMatrix=F.multiply(this.modelMatrix,this.emitterModelMatrix,this._combinedMatrix),this._matrixDirty=!1);let u=this._combinedMatrix;for(r=0;r<c;r++)s=Alt(this),this._emitter.emit(s),h.add(s.position,s.velocity,zU),F.multiplyByPoint(u,zU,zU),s.position=F.multiplyByPoint(u,s.position,s.position),h.subtract(zU,s.position,s.velocity),h.normalize(s.velocity,s.velocity),Elt(this,s),Ege(this,s)}if(this._billboardCollection.update(e),this._previousTime=$.clone(e.time,this._previousTime),this._currentTime+=t,this._lifetime!==Number.MAX_VALUE&&this._currentTime>this._lifetime)if(this.loop){if(this._currentTime=I.mod(this._currentTime,this._lifetime),this.bursts){let u=this.bursts.length;for(r=0;r<u;r++)this.bursts[r]._complete=!1}}else this._isComplete=!0,this._complete.raiseEvent(this);e.frameNumber%120===0&&xlt(this)};Pv.prototype.isDestroyed=function(){return!1};Pv.prototype.destroy=function(){return this._billboardCollection=this._billboardCollection&&this._billboardCollection.destroy(),le(this)};var bge=Pv;function HU(e){e=y(e,y.EMPTY_OBJECT);let t=Pn(e.container);this._container=t;let n=document.createElement("div");n.className="cesium-performanceDisplay";let i=document.createElement("div");i.className="cesium-performanceDisplay-fps",this._fpsText=document.createTextNode(""),i.appendChild(this._fpsText);let o=document.createElement("div");o.className="cesium-performanceDisplay-ms",this._msText=document.createTextNode(""),o.appendChild(this._msText),n.appendChild(o),n.appendChild(i),this._container.appendChild(n),this._lastFpsSampleTime=wi(),this._lastMsSampleTime=wi(),this._fpsFrameCount=0,this._msFrameCount=0,this._throttled=!1;let r=document.createElement("div");r.className="cesium-performanceDisplay-throttled",this._throttledText=document.createTextNode(""),r.appendChild(this._throttledText),n.appendChild(r)}Object.defineProperties(HU.prototype,{throttled:{get:function(){return this._throttled},set:function(e){this._throttled!==e&&(e?this._throttledText.nodeValue="(throttled)":this._throttledText.nodeValue="",this._throttled=e)}}});HU.prototype.update=function(e){let t=wi(),n=y(e,!0);this._fpsFrameCount++;let i=t-this._lastFpsSampleTime;if(i>1e3){let r="N/A";n&&(r=this._fpsFrameCount*1e3/i|0),this._fpsText.nodeValue=`${r} FPS`,this._lastFpsSampleTime=t,this._fpsFrameCount=0}this._msFrameCount++;let o=t-this._lastMsSampleTime;if(o>200){let r="N/A";n&&(r=(o/this._msFrameCount).toFixed(2)),this._msText.nodeValue=`${r} MS`,this._lastMsSampleTime=t,this._msFrameCount=0}};HU.prototype.destroy=function(){return le(this)};var n0=HU;function EA(){this._framebuffer=new ci,this._textureToCopy=void 0,this._copyDepthCommand=void 0}Object.defineProperties(EA.prototype,{framebuffer:{get:function(){return this._framebuffer.framebuffer}}});function Slt(e,t,n){let i=n.width,o=n.height;e._framebuffer.update(t,i,o)}function wlt(e,t,n){if(!l(e._copyDepthCommand)){let i=`uniform highp sampler2D u_texture;
varying vec2 v_textureCoordinates;
void main()
{
gl_FragColor = czm_packDepth(texture2D(u_texture, v_textureCoordinates).r);
}
`;e._copyDepthCommand=t.createViewportQuadCommand(i,{renderState:Ne.fromCache(),uniformMap:{u_texture:function(){return e._textureToCopy}},owner:e})}e._textureToCopy=n,e._copyDepthCommand.framebuffer=e.framebuffer}EA.prototype.update=function(e,t){Slt(this,e,t),wlt(this,e,t)};var Dlt=new se,vlt=new se(1,1/255,1/65025,1/16581375);EA.prototype.getDepth=function(e,t,n){if(!l(this.framebuffer))return;let i=e.readPixels({x:t,y:n,width:1,height:1,framebuffer:this.framebuffer}),o=se.unpack(i,0,Dlt);return se.divideByScalar(o,255,o),se.dot(o,vlt)};EA.prototype.executeCopyDepth=function(e,t){this._copyDepthCommand.execute(e,t)};EA.prototype.isDestroyed=function(){return!1};EA.prototype.destroy=function(){return this._framebuffer.destroy(),l(this._copyDepthCommand)&&(this._copyDepthCommand.shaderProgram=l(this._copyDepthCommand.shaderProgram)&&this._copyDepthCommand.shaderProgram.destroy()),le(this)};var GU=EA;function Iv(){this._framebuffer=new ci({color:!1,depthStencil:!0,supportsDepthTexture:!0}),this._passState=void 0}Object.defineProperties(Iv.prototype,{framebuffer:{get:function(){return this._framebuffer.framebuffer}}});function Plt(e){e._framebuffer.destroy()}function Ilt(e,t){let n=t.drawingBufferWidth,i=t.drawingBufferHeight;e._framebuffer.update(t,n,i);let o=new yc(t);o.blendingEnabled=!1,o.scissorTest={enabled:!0,rectangle:new He},o.viewport=new He,e._passState=o}Iv.prototype.update=function(e,t,n){let i=n.width,o=n.height;this._framebuffer.isDirty(i,o)&&Ilt(this,e);let r=this.framebuffer,s=this._passState;return s.framebuffer=r,s.viewport.width=i,s.viewport.height=o,s.scissorTest.rectangle.x=t.x,s.scissorTest.rectangle.y=o-t.y,s.scissorTest.rectangle.width=1,s.scissorTest.rectangle.height=1,s};Iv.prototype.isDestroyed=function(){return!1};Iv.prototype.destroy=function(){return Plt(this),le(this)};var WU=Iv;function Bv(e){let t=new yc(e);t.blendingEnabled=!1,t.scissorTest={enabled:!0,rectangle:new He},t.viewport=new He,this._context=e,this._fb=new ci({depthStencil:!0}),this._passState=t,this._width=0,this._height=0}Bv.prototype.begin=function(e,t){let n=this._context,i=t.width,o=t.height;return He.clone(e,this._passState.scissorTest.rectangle),this._width=i,this._height=o,this._fb.update(n,i,o),this._passState.framebuffer=this._fb.framebuffer,this._passState.viewport.width=i,this._passState.viewport.height=o,this._passState};var Ov=new U;Bv.prototype.end=function(e){let t=y(e.width,1),n=y(e.height,1),i=this._context,o=i.readPixels({x:e.x,y:e.y,width:t,height:n,framebuffer:this._fb.framebuffer}),r=Math.max(t,n),s=r*r,a=Math.floor(t*.5),c=Math.floor(n*.5),u=0,f=0,d=0,p=-1;for(let g=0;g<s;++g){if(-a<=u&&u<=a&&-c<=f&&f<=c){let m=4*((c-f)*t+u+a);Ov.red=U.byteToFloat(o[m]),Ov.green=U.byteToFloat(o[m+1]),Ov.blue=U.byteToFloat(o[m+2]),Ov.alpha=U.byteToFloat(o[m+3]);let A=i.getObjectByPickColor(Ov);if(l(A))return A}if(u===f||u<0&&-u===f||u>0&&u===1-f){let m=d;d=-p,p=m}u+=d,f+=p}};Bv.prototype.isDestroyed=function(){return!1};Bv.prototype.destroy=function(){return this._fb.destroy(),le(this)};var jU=Bv;function Tp(){this._numSamples=1,this._colorFramebuffer=new ci({depthStencil:!0,supportsDepthTexture:!0}),this._idFramebuffer=new ci({depthStencil:!0,supportsDepthTexture:!0}),this._idClearColor=new U(0,0,0,0),this._clearCommand=new ei({color:new U(0,0,0,0),depth:1,owner:this})}function Olt(e){e._colorFramebuffer.destroy(),e._idFramebuffer.destroy()}Object.defineProperties(Tp.prototype,{framebuffer:{get:function(){return this._colorFramebuffer.framebuffer}},idFramebuffer:{get:function(){return this._idFramebuffer.framebuffer}},depthStencilTexture:{get:function(){return this._colorFramebuffer.getDepthStencilTexture()}}});Tp.prototype.update=function(e,t,n,i){let o=t.width,r=t.height,s=n?e.halfFloatingPointTexture?qe.HALF_FLOAT:qe.FLOAT:qe.UNSIGNED_BYTE;this._numSamples=i,this._colorFramebuffer.update(e,o,r,i,s),this._idFramebuffer.update(e,o,r)};Tp.prototype.clear=function(e,t,n){U.clone(n,this._clearCommand.color),U.clone(this._idClearColor,this._clearCommand.color),this._colorFramebuffer.clear(e,this._clearCommand,t),this._idFramebuffer.clear(e,this._clearCommand,t)};Tp.prototype.getFramebuffer=function(){return this._colorFramebuffer.framebuffer};Tp.prototype.getIdFramebuffer=function(){return this._idFramebuffer.framebuffer};Tp.prototype.prepareColorTextures=function(e){this._numSamples>1&&this._colorFramebuffer.prepareTextures(e)};Tp.prototype.isDestroyed=function(){return!1};Tp.prototype.destroy=function(){return Olt(this),le(this)};var XE=Tp;function bA(){}bA.getShadowCastShaderKeyword=function(e,t,n,i){return`castShadow ${e} ${t} ${n} ${i}`};bA.createShadowCastVertexShader=function(e,t,n){let i=e.defines.slice(0),o=e.sources.slice(0);i.push("SHADOW_MAP"),n&&i.push("GENERATE_POSITION");let r=Ve.findPositionVarying(e),s=l(r);if(t&&!s){let a=o.length;for(let u=0;u<a;++u)o[u]=Ve.replaceMain(o[u],"czm_shadow_cast_main");let c=`varying vec3 v_positionEC;
void main()
{
czm_shadow_cast_main();
v_positionEC = (czm_inverseProjection * gl_Position).xyz;
}`;o.push(c)}return new Ve({defines:i,sources:o})};bA.createShadowCastFragmentShader=function(e,t,n,i){let o=e.defines.slice(0),r=e.sources.slice(0);o.push("SHADOW_MAP");let s=Ve.findPositionVarying(e),a=l(s);a||(s="v_positionEC");let c=r.length;for(let f=0;f<c;++f)r[f]=Ve.replaceMain(r[f],"czm_shadow_cast_main");let u="";return t&&(a||(u+=`varying vec3 v_positionEC;
`),u+=`uniform vec4 shadowMap_lightPositionEC;
`),i?u+=`void main()
{
`:u+=`void main()
{
czm_shadow_cast_main();
if (gl_FragColor.a == 0.0)
{
discard;
}
`,t?u+=` float distance = length(${s});
if (distance >= shadowMap_lightPositionEC.w)
{
discard;
}
distance /= shadowMap_lightPositionEC.w; // radius
gl_FragColor = czm_packDepth(distance);
`:n?u+=` gl_FragColor = vec4(1.0);
`:u+=` gl_FragColor = czm_packDepth(gl_FragCoord.z);
`,u+=`}
`,r.push(u),new Ve({defines:o,sources:r})};bA.getShadowReceiveShaderKeyword=function(e,t,n,i){let o=e._usesDepthTexture,r=e._polygonOffsetSupported,s=e._isPointLight,a=e._isSpotLight,c=e._numberOfCascades>1,u=e.debugCascadeColors,f=e.softShadows;return`receiveShadow ${o}${r}${s}${a}${c}${u}${f}${t}${n}${i}`};bA.createShadowReceiveVertexShader=function(e,t,n){let i=e.defines.slice(0),o=e.sources.slice(0);return i.push("SHADOW_MAP"),t&&(n?i.push("GENERATE_POSITION_AND_NORMAL"):i.push("GENERATE_POSITION")),new Ve({defines:i,sources:o})};bA.createShadowReceiveFragmentShader=function(e,t,n,i,o){let r=Ve.findNormalVarying(e),s=!i&&l(r)||i&&o,a=Ve.findPositionVarying(e),c=l(a),u=t._usesDepthTexture,f=t._polygonOffsetSupported,d=t._isPointLight,p=t._isSpotLight,g=t._numberOfCascades>1,m=t.debugCascadeColors,A=t.softShadows,C=d?t._pointBias:i?t._terrainBias:t._primitiveBias,x=e.defines.slice(0),b=e.sources.slice(0),E=b.length;for(let v=0;v<E;++v)b[v]=Ve.replaceMain(b[v],"czm_shadow_receive_main");d?x.push("USE_CUBE_MAP_SHADOW"):u&&x.push("USE_SHADOW_DEPTH_TEXTURE"),A&&!d&&x.push("USE_SOFT_SHADOWS"),g&&n&&i&&(s?x.push("ENABLE_VERTEX_LIGHTING"):x.push("ENABLE_DAYNIGHT_SHADING")),n&&C.normalShading&&s&&(x.push("USE_NORMAL_SHADING"),C.normalShadingSmooth>0&&x.push("USE_NORMAL_SHADING_SMOOTH"));let S="";d?S+=`uniform samplerCube shadowMap_textureCube;
`:S+=`uniform sampler2D shadowMap_texture;
`;let D;return c?D=` return vec4(${a}, 1.0);
`:D=`#ifndef LOG_DEPTH
return czm_windowToEyeCoordinates(gl_FragCoord);
#else
return vec4(v_logPositionEC, 1.0);
#endif
`,S+=`uniform mat4 shadowMap_matrix;
uniform vec3 shadowMap_lightDirectionEC;
uniform vec4 shadowMap_lightPositionEC;
uniform vec4 shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness;
uniform vec4 shadowMap_texelSizeDepthBiasAndNormalShadingSmooth;
#ifdef LOG_DEPTH
varying vec3 v_logPositionEC;
#endif
vec4 getPositionEC()
{
${D}}
vec3 getNormalEC()
{
${s?` return normalize(${r});
`:` return vec3(1.0);
`}}
void applyNormalOffset(inout vec4 positionEC, vec3 normalEC, float nDotL)
{
${C.normalOffset&&s?` float normalOffset = shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness.x;
float normalOffsetScale = 1.0 - nDotL;
vec3 offset = normalOffset * normalOffsetScale * normalEC;
positionEC.xyz += offset;
`:""}}
`,S+=`void main()
{
czm_shadow_receive_main();
vec4 positionEC = getPositionEC();
vec3 normalEC = getNormalEC();
float depth = -positionEC.z;
`,S+=` czm_shadowParameters shadowParameters;
shadowParameters.texelStepSize = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.xy;
shadowParameters.depthBias = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.z;
shadowParameters.normalShadingSmooth = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.w;
shadowParameters.darkness = shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness.w;
`,i?S+=` shadowParameters.depthBias *= max(depth * 0.01, 1.0);
`:f||(S+=` shadowParameters.depthBias *= mix(1.0, 100.0, depth * 0.0015);
`),d?S+=` vec3 directionEC = positionEC.xyz - shadowMap_lightPositionEC.xyz;
float distance = length(directionEC);
directionEC = normalize(directionEC);
float radius = shadowMap_lightPositionEC.w;
// Stop early if the fragment is beyond the point light radius
if (distance > radius)
{
return;
}
vec3 directionWC = czm_inverseViewRotation * directionEC;
shadowParameters.depth = distance / radius;
shadowParameters.nDotL = clamp(dot(normalEC, -directionEC), 0.0, 1.0);
shadowParameters.texCoords = directionWC;
float visibility = czm_shadowVisibility(shadowMap_textureCube, shadowParameters);
`:p?S+=` vec3 directionEC = normalize(positionEC.xyz - shadowMap_lightPositionEC.xyz);
float nDotL = clamp(dot(normalEC, -directionEC), 0.0, 1.0);
applyNormalOffset(positionEC, normalEC, nDotL);
vec4 shadowPosition = shadowMap_matrix * positionEC;
// Spot light uses a perspective projection, so perform the perspective divide
shadowPosition /= shadowPosition.w;
// Stop early if the fragment is not in the shadow bounds
if (any(lessThan(shadowPosition.xyz, vec3(0.0))) || any(greaterThan(shadowPosition.xyz, vec3(1.0))))
{
return;
}
shadowParameters.texCoords = shadowPosition.xy;
shadowParameters.depth = shadowPosition.z;
shadowParameters.nDotL = nDotL;
float visibility = czm_shadowVisibility(shadowMap_texture, shadowParameters);
`:g?S+=` float maxDepth = shadowMap_cascadeSplits[1].w;
// Stop early if the eye depth exceeds the last cascade
if (depth > maxDepth)
{
return;
}
// Get the cascade based on the eye-space depth
vec4 weights = czm_cascadeWeights(depth);
// Apply normal offset
float nDotL = clamp(dot(normalEC, shadowMap_lightDirectionEC), 0.0, 1.0);
applyNormalOffset(positionEC, normalEC, nDotL);
// Transform position into the cascade
vec4 shadowPosition = czm_cascadeMatrix(weights) * positionEC;
// Get visibility
shadowParameters.texCoords = shadowPosition.xy;
shadowParameters.depth = shadowPosition.z;
shadowParameters.nDotL = nDotL;
float visibility = czm_shadowVisibility(shadowMap_texture, shadowParameters);
// Fade out shadows that are far away
float shadowMapMaximumDistance = shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness.z;
float fade = max((depth - shadowMapMaximumDistance * 0.8) / (shadowMapMaximumDistance * 0.2), 0.0);
visibility = mix(visibility, 1.0, fade);
${m?` // Draw cascade colors for debugging
gl_FragColor *= czm_cascadeColor(weights);
`:""}`:S+=` float nDotL = clamp(dot(normalEC, shadowMap_lightDirectionEC), 0.0, 1.0);
applyNormalOffset(positionEC, normalEC, nDotL);
vec4 shadowPosition = shadowMap_matrix * positionEC;
// Stop early if the fragment is not in the shadow bounds
if (any(lessThan(shadowPosition.xyz, vec3(0.0))) || any(greaterThan(shadowPosition.xyz, vec3(1.0))))
{
return;
}
shadowParameters.texCoords = shadowPosition.xy;
shadowParameters.depth = shadowPosition.z;
shadowParameters.nDotL = nDotL;
float visibility = czm_shadowVisibility(shadowMap_texture, shadowParameters);
`,S+=` gl_FragColor.rgb *= visibility;
}
`,b.push(S),new Ve({defines:x,sources:b})};var Ep=bA;function jh(e){e=y(e,y.EMPTY_OBJECT);let t=e.context;this._enabled=y(e.enabled,!0),this._softShadows=y(e.softShadows,!1),this._normalOffset=y(e.normalOffset,!0),this.dirty=!0,this.fromLightSource=y(e.fromLightSource,!0),this.darkness=y(e.darkness,.3),this._darkness=this.darkness,this.fadingEnabled=y(e.fadingEnabled,!0),this.maximumDistance=y(e.maximumDistance,5e3),this._outOfView=!1,this._outOfViewPrevious=!1,this._needsUpdate=!0;let n=!0;(Lt.isInternetExplorer()||Lt.isEdge()||(Lt.isChrome()||Lt.isFirefox())&&Lt.isWindows()&&!t.depthTexture)&&(n=!1),this._polygonOffsetSupported=n,this._terrainBias={polygonOffset:n,polygonOffsetFactor:1.1,polygonOffsetUnits:4,normalOffset:this._normalOffset,normalOffsetScale:.5,normalShading:!0,normalShadingSmooth:.3,depthBias:1e-4},this._primitiveBias={polygonOffset:n,polygonOffsetFactor:1.1,polygonOffsetUnits:4,normalOffset:this._normalOffset,normalOffsetScale:.1,normalShading:!0,normalShadingSmooth:.05,depthBias:2e-5},this._pointBias={polygonOffset:!1,polygonOffsetFactor:1.1,polygonOffsetUnits:4,normalOffset:this._normalOffset,normalOffsetScale:0,normalShading:!0,normalShadingSmooth:.1,depthBias:5e-4},this._depthAttachment=void 0,this._colorAttachment=void 0,this._shadowMapMatrix=new F,this._shadowMapTexture=void 0,this._lightDirectionEC=new h,this._lightPositionEC=new se,this._distance=0,this._lightCamera=e.lightCamera,this._shadowMapCamera=new qU,this._shadowMapCullingVolume=void 0,this._sceneCamera=void 0,this._boundingSphere=new re,this._isPointLight=y(e.isPointLight,!1),this._pointLightRadius=y(e.pointLightRadius,100),this._cascadesEnabled=this._isPointLight?!1:y(e.cascadesEnabled,!0),this._numberOfCascades=this._cascadesEnabled?y(e.numberOfCascades,4):0,this._fitNearFar=!0,this._maximumCascadeDistances=[25,150,700,Number.MAX_VALUE],this._textureSize=new H,this._isSpotLight=!1,this._cascadesEnabled?this._shadowMapCamera.frustum=new Sr:l(this._lightCamera.frustum.fov)&&(this._isSpotLight=!0),this._cascadeSplits=[new se,new se],this._cascadeMatrices=[new F,new F,new F,new F],this._cascadeDistances=new se;let i;this._isPointLight?i=6:this._cascadesEnabled?i=this._numberOfCascades:i=1,this._passes=new Array(i);for(let o=0;o<i;++o)this._passes[o]=new Blt(t);this.debugShow=!1,this.debugFreezeFrame=!1,this._debugFreezeFrame=!1,this._debugCascadeColors=!1,this._debugLightFrustum=void 0,this._debugCameraFrustum=void 0,this._debugCascadeFrustums=new Array(this._numberOfCascades),this._debugShadowViewCommand=void 0,this._usesDepthTexture=t.depthTexture,this._isPointLight&&(this._usesDepthTexture=!1),this._primitiveRenderState=void 0,this._terrainRenderState=void 0,this._pointRenderState=void 0,oq(this),this._clearCommand=new ei({depth:1,color:new U}),this._clearPassState=new yc(t),this._size=y(e.size,2048),this.size=this._size}jh.MAXIMUM_DISTANCE=2e4;function Blt(e){this.camera=new qU,this.passState=new yc(e),this.framebuffer=void 0,this.textureOffsets=void 0,this.commandList=[],this.cullingVolume=void 0}function iq(e,t){return Ne.fromCache({cull:{enabled:!0,face:Ci.BACK},depthTest:{enabled:!0},colorMask:{red:e,green:e,blue:e,alpha:e},depthMask:!0,polygonOffset:{enabled:t.polygonOffset,factor:t.polygonOffsetFactor,units:t.polygonOffsetUnits}})}function oq(e){let t=!e._usesDepthTexture;e._primitiveRenderState=iq(t,e._primitiveBias),e._terrainRenderState=iq(t,e._terrainBias),e._pointRenderState=iq(t,e._pointBias)}jh.prototype.debugCreateRenderStates=function(){oq(this)};Object.defineProperties(jh.prototype,{enabled:{get:function(){return this._enabled},set:function(e){this.dirty=this._enabled!==e,this._enabled=e}},normalOffset:{get:function(){return this._normalOffset},set:function(e){this.dirty=this._normalOffset!==e,this._normalOffset=e,this._terrainBias.normalOffset=e,this._primitiveBias.normalOffset=e,this._pointBias.normalOffset=e}},softShadows:{get:function(){return this._softShadows},set:function(e){this.dirty=this._softShadows!==e,this._softShadows=e}},size:{get:function(){return this._size},set:function(e){klt(this,e)}},outOfView:{get:function(){return this._outOfView}},shadowMapCullingVolume:{get:function(){return this._shadowMapCullingVolume}},passes:{get:function(){return this._passes}},isPointLight:{get:function(){return this._isPointLight}},debugCascadeColors:{get:function(){return this._debugCascadeColors},set:function(e){this.dirty=this._debugCascadeColors!==e,this._debugCascadeColors=e}}});function rq(e){let t=e._passes.length;for(let n=0;n<t;++n){let i=e._passes[n],o=i.framebuffer;l(o)&&!o.isDestroyed()&&o.destroy(),i.framebuffer=void 0}e._depthAttachment=e._depthAttachment&&e._depthAttachment.destroy(),e._colorAttachment=e._colorAttachment&&e._colorAttachment.destroy()}function Rlt(e,t){let n=new Cu({context:t,width:e._textureSize.x,height:e._textureSize.y,format:Gc.DEPTH_COMPONENT16}),i=new Rt({context:t,width:e._textureSize.x,height:e._textureSize.y,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,sampler:dn.NEAREST}),o=new Xs({context:t,depthRenderbuffer:n,colorTextures:[i],destroyAttachments:!1}),r=e._passes.length;for(let s=0;s<r;++s){let a=e._passes[s];a.framebuffer=o,a.passState.framebuffer=o}e._shadowMapTexture=i,e._depthAttachment=n,e._colorAttachment=i}function Mlt(e,t){let n=new Rt({context:t,width:e._textureSize.x,height:e._textureSize.y,pixelFormat:ft.DEPTH_STENCIL,pixelDatatype:qe.UNSIGNED_INT_24_8,sampler:dn.NEAREST}),i=new Xs({context:t,depthStencilTexture:n,destroyAttachments:!1}),o=e._passes.length;for(let r=0;r<o;++r){let s=e._passes[r];s.framebuffer=i,s.passState.framebuffer=i}e._shadowMapTexture=n,e._depthAttachment=n}function Llt(e,t){let n=new Cu({context:t,width:e._textureSize.x,height:e._textureSize.y,format:Gc.DEPTH_COMPONENT16}),i=new Xa({context:t,width:e._textureSize.x,height:e._textureSize.y,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,sampler:dn.NEAREST}),o=[i.negativeX,i.negativeY,i.negativeZ,i.positiveX,i.positiveY,i.positiveZ];for(let r=0;r<6;++r){let s=new Xs({context:t,depthRenderbuffer:n,colorTextures:[o[r]],destroyAttachments:!1}),a=e._passes[r];a.framebuffer=s,a.passState.framebuffer=s}e._shadowMapTexture=i,e._depthAttachment=n,e._colorAttachment=i}function Dge(e,t){e._isPointLight?Llt(e,t):e._usesDepthTexture?Mlt(e,t):Rlt(e,t)}function Flt(e,t){e._usesDepthTexture&&e._passes[0].framebuffer.status!==te.FRAMEBUFFER_COMPLETE&&(e._usesDepthTexture=!1,oq(e),rq(e),Dge(e,t))}function Nlt(e,t){(!l(e._passes[0].framebuffer)||e._shadowMapTexture.width!==e._textureSize.x)&&(rq(e),Dge(e,t),Flt(e,t),vge(e,t))}function vge(e,t,n){n=y(n,0),(e._isPointLight||n===0)&&(e._clearCommand.framebuffer=e._passes[n].framebuffer,e._clearCommand.execute(t,e._clearPassState))}function klt(e,t){e._size=t;let n=e._passes,i=n.length,o=e._textureSize;if(e._isPointLight){t=Vt.maximumCubeMapSize>=t?t:Vt.maximumCubeMapSize,o.x=t,o.y=t;let r=new He(0,0,t,t);n[0].passState.viewport=r,n[1].passState.viewport=r,n[2].passState.viewport=r,n[3].passState.viewport=r,n[4].passState.viewport=r,n[5].passState.viewport=r}else i===1?(t=Vt.maximumTextureSize>=t?t:Vt.maximumTextureSize,o.x=t,o.y=t,n[0].passState.viewport=new He(0,0,t,t)):i===4&&(t=Vt.maximumTextureSize>=t*2?t:Vt.maximumTextureSize/2,o.x=t*2,o.y=t*2,n[0].passState.viewport=new He(0,0,t,t),n[1].passState.viewport=new He(t,0,t,t),n[2].passState.viewport=new He(0,t,t,t),n[3].passState.viewport=new He(t,t,t,t));e._clearPassState.viewport=new He(0,0,o.x,o.y);for(let r=0;r<i;++r){let s=n[r],a=s.passState.viewport,c=a.x/o.x,u=a.y/o.y,f=a.width/o.x,d=a.height/o.y;s.textureOffsets=new F(f,0,0,c,0,d,0,u,0,0,1,0,0,0,0,1)}}var Vlt=new He;function Ult(e,t){let n;e._isPointLight?n=`uniform samplerCube shadowMap_textureCube;
varying vec2 v_textureCoordinates;
void main()
{
vec2 uv = v_textureCoordinates;
vec3 dir;
if (uv.y < 0.5)
{
if (uv.x < 0.333)
{
dir.x = -1.0;
dir.y = uv.x * 6.0 - 1.0;
dir.z = uv.y * 4.0 - 1.0;
}
else if (uv.x < 0.666)
{
dir.y = -1.0;
dir.x = uv.x * 6.0 - 3.0;
dir.z = uv.y * 4.0 - 1.0;
}
else
{
dir.z = -1.0;
dir.x = uv.x * 6.0 - 5.0;
dir.y = uv.y * 4.0 - 1.0;
}
}
else
{
if (uv.x < 0.333)
{
dir.x = 1.0;
dir.y = uv.x * 6.0 - 1.0;
dir.z = uv.y * 4.0 - 3.0;
}
else if (uv.x < 0.666)
{
dir.y = 1.0;
dir.x = uv.x * 6.0 - 3.0;
dir.z = uv.y * 4.0 - 3.0;
}
else
{
dir.z = 1.0;
dir.x = uv.x * 6.0 - 5.0;
dir.y = uv.y * 4.0 - 3.0;
}
}
float shadow = czm_unpackDepth(textureCube(shadowMap_textureCube, dir));
gl_FragColor = vec4(vec3(shadow), 1.0);
}
`:n=`uniform sampler2D shadowMap_texture;
varying vec2 v_textureCoordinates;
void main()
{
${e._usesDepthTexture?` float shadow = texture2D(shadowMap_texture, v_textureCoordinates).r;
`:` float shadow = czm_unpackDepth(texture2D(shadowMap_texture, v_textureCoordinates));
`} gl_FragColor = vec4(vec3(shadow), 1.0);
}
`;let i=t.createViewportQuadCommand(n,{uniformMap:{shadowMap_texture:function(){return e._shadowMapTexture},shadowMap_textureCube:function(){return e._shadowMapTexture}}});return i.pass=xe.OVERLAY,i}function zlt(e,t){let n=t.context,i=t.context.drawingBufferWidth,o=t.context.drawingBufferHeight,r=Math.min(i,o)*.3,s=Vlt;s.x=i-r,s.y=0,s.width=r,s.height=r;let a=e._debugShadowViewCommand;l(a)||(a=Ult(e,n),e._debugShadowViewCommand=a),(!l(a.renderState)||!He.equals(a.renderState.viewport,s))&&(a.renderState=Ne.fromCache({viewport:He.clone(s)})),t.commandList.push(e._debugShadowViewCommand)}var qh=new Array(8);qh[0]=new se(-1,-1,-1,1);qh[1]=new se(1,-1,-1,1);qh[2]=new se(1,1,-1,1);qh[3]=new se(-1,1,-1,1);qh[4]=new se(-1,-1,1,1);qh[5]=new se(1,-1,1,1);qh[6]=new se(1,1,1,1);qh[7]=new se(-1,1,1,1);var i0=new F,sq=new Array(8);for(let e=0;e<8;++e)sq[e]=new se;function Hlt(e,t){let n=new _t({geometry:new Bd({minimum:new h(-.5,-.5,-.5),maximum:new h(.5,.5,.5)}),attributes:{color:Bt.fromColor(t)}}),i=new _t({geometry:new z_({radius:.5}),attributes:{color:Bt.fromColor(t)}});return new Cn({geometryInstances:[n,i],appearance:new Qt({translucent:!1,flat:!0}),asynchronous:!1,modelMatrix:e})}var Glt=[U.RED,U.GREEN,U.BLUE,U.MAGENTA],Wlt=new h;function jlt(e,t){zlt(e,t);let n=e.debugFreezeFrame&&!e._debugFreezeFrame;if(e._debugFreezeFrame=e.debugFreezeFrame,e.debugFreezeFrame&&(n&&(e._debugCameraFrustum=e._debugCameraFrustum&&e._debugCameraFrustum.destroy(),e._debugCameraFrustum=new Ap({camera:e._sceneCamera,color:U.CYAN,updateOnChange:!1})),e._debugCameraFrustum.update(t)),e._cascadesEnabled){if(e.debugFreezeFrame){n&&(e._debugLightFrustum=e._debugLightFrustum&&e._debugLightFrustum.destroy(),e._debugLightFrustum=new Ap({camera:e._shadowMapCamera,color:U.YELLOW,updateOnChange:!1})),e._debugLightFrustum.update(t);for(let i=0;i<e._numberOfCascades;++i)n&&(e._debugCascadeFrustums[i]=e._debugCascadeFrustums[i]&&e._debugCascadeFrustums[i].destroy(),e._debugCascadeFrustums[i]=new Ap({camera:e._passes[i].camera,color:Glt[i],updateOnChange:!1})),e._debugCascadeFrustums[i].update(t)}}else if(e._isPointLight){if(!l(e._debugLightFrustum)||e._needsUpdate){let i=e._shadowMapCamera.positionWC,o=Be.IDENTITY,r=e._pointLightRadius*2,s=h.fromElements(r,r,r,Wlt),a=F.fromTranslationQuaternionRotationScale(i,o,s,i0);e._debugLightFrustum=e._debugLightFrustum&&e._debugLightFrustum.destroy(),e._debugLightFrustum=Hlt(a,U.YELLOW)}e._debugLightFrustum.update(t)}else(!l(e._debugLightFrustum)||e._needsUpdate)&&(e._debugLightFrustum=new Ap({camera:e._shadowMapCamera,color:U.YELLOW,updateOnChange:!1})),e._debugLightFrustum.update(t)}function qU(){this.viewMatrix=new F,this.inverseViewMatrix=new F,this.frustum=void 0,this.positionCartographic=new he,this.positionWC=new h,this.directionWC=h.clone(h.UNIT_Z),this.upWC=h.clone(h.UNIT_Y),this.rightWC=h.clone(h.UNIT_X),this.viewProjectionMatrix=new F}qU.prototype.clone=function(e){F.clone(e.viewMatrix,this.viewMatrix),F.clone(e.inverseViewMatrix,this.inverseViewMatrix),this.frustum=e.frustum.clone(this.frustum),he.clone(e.positionCartographic,this.positionCartographic),h.clone(e.positionWC,this.positionWC),h.clone(e.directionWC,this.directionWC),h.clone(e.upWC,this.upWC),h.clone(e.rightWC,this.rightWC)};var qlt=new F(.5,0,0,.5,0,.5,0,.5,0,0,.5,.5,0,0,0,1);qU.prototype.getViewProjection=function(){let e=this.viewMatrix,t=this.frustum.projectionMatrix;return F.multiply(t,e,this.viewProjectionMatrix),F.multiply(qlt,this.viewProjectionMatrix,this.viewProjectionMatrix),this.viewProjectionMatrix};var Ylt=new Array(5),Xlt=new gi,Klt=new Array(4),Pge=new h,Ige=new h;function Jlt(e,t){let n=e._shadowMapCamera,i=e._sceneCamera,o=i.frustum.near,r=i.frustum.far,s=e._numberOfCascades,a,c=r-o,u=r/o,f=.9,d=!1;t.shadowState.closestObjectSize<200&&(d=!0,f=.9);let p=Klt,g=Ylt;for(g[0]=o,g[s]=r,a=0;a<s;++a){let L=(a+1)/s,_=o*Math.pow(u,L),T=o+c*L,w=I.lerp(T,_,f);g[a+1]=w,p[a]=w-g[a]}if(d){for(a=0;a<s;++a)p[a]=Math.min(p[a],e._maximumCascadeDistances[a]);let L=g[0];for(a=0;a<s-1;++a)L+=p[a],g[a+1]=L}se.unpack(g,0,e._cascadeSplits[0]),se.unpack(g,1,e._cascadeSplits[1]),se.unpack(p,0,e._cascadeDistances);let m=n.frustum,A=m.left,C=m.right,x=m.bottom,b=m.top,E=m.near,S=m.far,D=n.positionWC,v=n.directionWC,O=n.upWC,R=i.frustum.clone(Xlt),M=n.getViewProjection();for(a=0;a<s;++a){R.near=g[a],R.far=g[a+1];let L=F.multiply(R.projectionMatrix,i.viewMatrix,i0),_=F.inverse(L,i0),T=F.multiply(M,_,i0),w=h.fromElements(Number.MAX_VALUE,Number.MAX_VALUE,Number.MAX_VALUE,Pge),P=h.fromElements(-Number.MAX_VALUE,-Number.MAX_VALUE,-Number.MAX_VALUE,Ige);for(let G=0;G<8;++G){let k=se.clone(qh[G],sq[G]);F.multiplyByVector(T,k,k),h.divideByScalar(k,k.w,k),h.minimumByComponent(k,w,w),h.maximumByComponent(k,P,P)}w.x=Math.max(w.x,0),w.y=Math.max(w.y,0),w.z=0,P.x=Math.min(P.x,1),P.y=Math.min(P.y,1),P.z=Math.min(P.z,1);let B=e._passes[a],N=B.camera;N.clone(n);let z=N.frustum;z.left=A+w.x*(C-A),z.right=A+P.x*(C-A),z.bottom=x+w.y*(b-x),z.top=x+P.y*(b-x),z.near=E+w.z*(S-E),z.far=E+P.z*(S-E),B.cullingVolume=N.frustum.computeCullingVolume(D,v,O);let V=e._cascadeMatrices[a];F.multiply(N.getViewProjection(),i.inverseViewMatrix,V),F.multiply(B.textureOffsets,V,V)}}var Zlt=new F,Qlt=new h,$lt=new h,Sge=new h;function eut(e,t){let n=e._shadowMapCamera,i=e._sceneCamera,o=F.multiply(i.frustum.projectionMatrix,i.viewMatrix,i0),r=F.inverse(o,i0),s=n.directionWC,a=i.directionWC;h.equalsEpsilon(s,a,I.EPSILON10)&&(a=i.upWC);let c=h.cross(s,a,Qlt);a=h.cross(c,s,$lt),h.normalize(a,a),h.normalize(c,c);let u=h.fromElements(0,0,0,Sge),f=F.computeView(u,s,a,c,Zlt),d=F.multiply(f,r,i0),p=h.fromElements(Number.MAX_VALUE,Number.MAX_VALUE,Number.MAX_VALUE,Pge),g=h.fromElements(-Number.MAX_VALUE,-Number.MAX_VALUE,-Number.MAX_VALUE,Ige);for(let S=0;S<8;++S){let D=se.clone(qh[S],sq[S]);F.multiplyByVector(d,D,D),h.divideByScalar(D,D.w,D),h.minimumByComponent(D,p,p),h.maximumByComponent(D,g,g)}g.z+=1e3,p.z-=10;let m=Sge;m.x=-(.5*(p.x+g.x)),m.y=-(.5*(p.y+g.y)),m.z=-g.z;let A=F.fromTranslation(m,i0);f=F.multiply(A,f,f);let C=.5*(g.x-p.x),x=.5*(g.y-p.y),b=g.z-p.z,E=n.frustum;E.left=-C,E.right=C,E.bottom=-x,E.top=x,E.near=.01,E.far=b,F.clone(f,n.viewMatrix),F.inverse(f,n.inverseViewMatrix),F.getTranslation(n.inverseViewMatrix,n.positionWC),t.mapProjection.ellipsoid.cartesianToCartographic(n.positionWC,n.positionCartographic),h.clone(s,n.directionWC),h.clone(a,n.upWC),h.clone(c,n.rightWC)}var tut=[new h(-1,0,0),new h(0,-1,0),new h(0,0,-1),new h(1,0,0),new h(0,1,0),new h(0,0,1)],nut=[new h(0,-1,0),new h(0,0,-1),new h(0,-1,0),new h(0,-1,0),new h(0,0,1),new h(0,-1,0)],iut=[new h(0,0,1),new h(1,0,0),new h(-1,0,0),new h(0,0,-1),new h(1,0,0),new h(1,0,0)];function out(e,t){let n=new gi;n.fov=I.PI_OVER_TWO,n.near=1,n.far=e._pointLightRadius,n.aspectRatio=1;for(let i=0;i<6;++i){let o=e._passes[i].camera;o.positionWC=e._shadowMapCamera.positionWC,o.positionCartographic=t.mapProjection.ellipsoid.cartesianToCartographic(o.positionWC,o.positionCartographic),o.directionWC=tut[i],o.upWC=nut[i],o.rightWC=iut[i],F.computeView(o.positionWC,o.directionWC,o.upWC,o.rightWC,o.viewMatrix),F.inverse(o.viewMatrix,o.inverseViewMatrix),o.frustum=n}}var rut=new h,sut=new h,Oge=new re,wge=Oge.center;function aut(e,t){let n=e._sceneCamera,i=e._shadowMapCamera,o=Oge;if(e._cascadesEnabled){if(n.frustum.near>=e.maximumDistance){e._outOfView=!0,e._needsUpdate=!1;return}let r=t.mapProjection.ellipsoid.geodeticSurfaceNormal(n.positionWC,rut),s=h.negate(i.directionWC,sut),a=h.dot(r,s);if(e.fadingEnabled){let c=I.clamp(a/.1,0,1);e._darkness=I.lerp(1,e.darkness,c)}else e._darkness=e.darkness;if(a<0){e._outOfView=!0,e._needsUpdate=!1;return}e._needsUpdate=!0,e._outOfView=!1}else if(e._isPointLight)o.center=i.positionWC,o.radius=e._pointLightRadius,e._outOfView=t.cullingVolume.computeVisibility(o)===Xt.OUTSIDE,e._needsUpdate=!e._outOfView&&!e._boundingSphere.equals(o),re.clone(o,e._boundingSphere);else{let r=i.frustum.far/2,s=h.add(i.positionWC,h.multiplyByScalar(i.directionWC,r,wge),wge);o.center=s,o.radius=r,e._outOfView=t.cullingVolume.computeVisibility(o)===Xt.OUTSIDE,e._needsUpdate=!e._outOfView&&!e._boundingSphere.equals(o),re.clone(o,e._boundingSphere)}}function cut(e,t){let n=t.camera,i=e._lightCamera,o=e._sceneCamera,r=e._shadowMapCamera;e._cascadesEnabled?h.clone(i.directionWC,r.directionWC):e._isPointLight?h.clone(i.positionWC,r.positionWC):r.clone(i);let s=e._lightDirectionEC;F.multiplyByPointAsVector(n.viewMatrix,r.directionWC,s),h.normalize(s,s),h.negate(s,s),F.multiplyByPoint(n.viewMatrix,r.positionWC,e._lightPositionEC),e._lightPositionEC.w=e._pointLightRadius;let a,c;e._fitNearFar?(a=Math.min(t.shadowState.nearPlane,e.maximumDistance),c=Math.min(t.shadowState.farPlane,e.maximumDistance),c=Math.max(c,a+1)):(a=n.frustum.near,c=e.maximumDistance),e._sceneCamera=lo.clone(n,o),n.frustum.clone(e._sceneCamera.frustum),e._sceneCamera.frustum.near=a,e._sceneCamera.frustum.far=c,e._distance=c-a,aut(e,t),!e._outOfViewPrevious&&e._outOfView&&(e._needsUpdate=!0),e._outOfViewPrevious=e._outOfView}jh.prototype.update=function(e){if(cut(this,e),this._needsUpdate)if(Nlt(this,e.context),this._isPointLight&&out(this,e),this._cascadesEnabled&&(eut(this,e),this._numberOfCascades>1&&Jlt(this,e)),this._isPointLight)this._shadowMapCullingVolume=qs.fromBoundingSphere(this._boundingSphere);else{let t=this._shadowMapCamera,n=t.positionWC,i=t.directionWC,o=t.upWC;this._shadowMapCullingVolume=t.frustum.computeCullingVolume(n,i,o),this._passes.length===1&&this._passes[0].camera.clone(t)}if(this._passes.length===1){let t=this._sceneCamera.inverseViewMatrix;F.multiply(this._shadowMapCamera.getViewProjection(),t,this._shadowMapMatrix)}this.debugShow&&jlt(this,e)};jh.prototype.updatePass=function(e,t){vge(this,e,t)};var lut=new H;function Bge(e,t,n){let i=e._isPointLight?e._pointBias:n?e._terrainBias:e._primitiveBias,o={shadowMap_texture:function(){return e._shadowMapTexture},shadowMap_textureCube:function(){return e._shadowMapTexture},shadowMap_matrix:function(){return e._shadowMapMatrix},shadowMap_cascadeSplits:function(){return e._cascadeSplits},shadowMap_cascadeMatrices:function(){return e._cascadeMatrices},shadowMap_lightDirectionEC:function(){return e._lightDirectionEC},shadowMap_lightPositionEC:function(){return e._lightPositionEC},shadowMap_cascadeDistances:function(){return e._cascadeDistances},shadowMap_texelSizeDepthBiasAndNormalShadingSmooth:function(){let r=lut;return r.x=1/e._textureSize.x,r.y=1/e._textureSize.y,se.fromElements(r.x,r.y,i.depthBias,i.normalShadingSmooth,this.combinedUniforms1)},shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness:function(){return se.fromElements(i.normalOffsetScale,e._distance,e.maximumDistance,e._darkness,this.combinedUniforms2)},combinedUniforms1:new se,combinedUniforms2:new se};return pt(t,o,!1)}function uut(e,t,n,i,o,r){let s,a,c;if(l(r)&&(s=r.shaderProgram,a=r.renderState,c=r.uniformMap),r=Ze.shallowClone(n,r),r.castShadows=!0,r.receiveShadows=!1,!l(s)||o!==n.shaderProgram.id||t){let u=n.shaderProgram,f=n.pass===xe.GLOBE,d=n.pass!==xe.TRANSLUCENT,p=e._isPointLight,g=e._usesDepthTexture,m=Ep.getShadowCastShaderKeyword(p,f,g,d);if(s=i.shaderCache.getDerivedShaderProgram(u,m),!l(s)){let C=u.vertexShaderSource,x=u.fragmentShaderSource,b=Ep.createShadowCastVertexShader(C,p,f),E=Ep.createShadowCastFragmentShader(x,p,g,d);s=i.shaderCache.createDerivedShaderProgram(u,m,{vertexShaderSource:b,fragmentShaderSource:E,attributeLocations:u._attributeLocations})}a=e._primitiveRenderState,p?a=e._pointRenderState:f&&(a=e._terrainRenderState),n.renderState.cull.enabled||(a=$e(a,!1),a.cull=$e(a.cull,!1),a.cull.enabled=!1,a=Ne.fromCache(a)),c=Bge(e,n.uniformMap,f)}return r.shaderProgram=s,r.renderState=a,r.uniformMap=c,r}jh.createReceiveDerivedCommand=function(e,t,n,i,o){l(o)||(o={});let r=e.length>0,s=t.shaderProgram,a=s.vertexShaderSource,c=s.fragmentShaderSource,u=t.pass===xe.GLOBE,f=!1;if(u&&(f=t.owner.data.renderedMesh.encoding.hasVertexNormals),t.receiveShadows&&r){let d,p;l(o.receiveCommand)&&(d=o.receiveCommand.shaderProgram,p=o.receiveCommand.uniformMap),o.receiveCommand=Ze.shallowClone(t,o.receiveCommand),o.castShadows=!1,o.receiveShadows=!0;let g=o.receiveShaderCastShadows!==t.castShadows,m=o.receiveShaderProgramId!==t.shaderProgram.id;if(!l(d)||m||n||g){let A=Ep.getShadowReceiveShaderKeyword(e[0],t.castShadows,u,f);if(d=i.shaderCache.getDerivedShaderProgram(s,A),!l(d)){let C=Ep.createShadowReceiveVertexShader(a,u,f),x=Ep.createShadowReceiveFragmentShader(c,e[0],t.castShadows,u,f);d=i.shaderCache.createDerivedShaderProgram(s,A,{vertexShaderSource:C,fragmentShaderSource:x,attributeLocations:s._attributeLocations})}p=Bge(e[0],t.uniformMap,u)}o.receiveCommand.shaderProgram=d,o.receiveCommand.uniformMap=p,o.receiveShaderProgramId=t.shaderProgram.id,o.receiveShaderCastShadows=t.castShadows}return o};jh.createCastDerivedCommand=function(e,t,n,i,o){if(l(o)||(o={}),t.castShadows){let r=o.castCommands;l(r)||(r=o.castCommands=[]);let s=o.castShaderProgramId,a=e.length;r.length=a;for(let c=0;c<a;++c)r[c]=uut(e[c],n,t,i,s,r[c]);o.castShaderProgramId=t.shaderProgram.id}return o};jh.prototype.isDestroyed=function(){return!1};jh.prototype.destroy=function(){rq(this),this._debugLightFrustum=this._debugLightFrustum&&this._debugLightFrustum.destroy(),this._debugCameraFrustum=this._debugCameraFrustum&&this._debugCameraFrustum.destroy(),this._debugShadowViewCommand=this._debugShadowViewCommand&&this._debugShadowViewCommand.shaderProgram&&this._debugShadowViewCommand.shaderProgram.destroy();for(let e=0;e<this._numberOfCascades;++e)this._debugCascadeFrustums[e]=this._debugCascadeFrustums[e]&&this._debugCascadeFrustums[e].destroy();return le(this)};var o0=jh;var KE=`uniform sampler2D colorTexture;
#ifdef DEBUG_SHOW_DEPTH
uniform sampler2D u_packedTranslucentDepth;
#endif
varying vec2 v_textureCoordinates;
void main()
{
#ifdef DEBUG_SHOW_DEPTH
if (v_textureCoordinates.x < 0.5)
{
gl_FragColor.rgb = vec3(czm_unpackDepth(texture2D(u_packedTranslucentDepth, v_textureCoordinates)));
gl_FragColor.a = 1.0;
}
#else
vec4 color = texture2D(colorTexture, v_textureCoordinates);
#ifdef PICK
if (color == vec4(0.0))
{
discard;
}
#else
color.rgb /= color.a;
#endif
gl_FragColor = color;
#endif
}
`;var fut=!1;function r0(e){this._drawClassificationFBO=new ci({createDepthAttachments:!1}),this._accumulationFBO=new ci({createDepthAttachments:!1}),this._packFBO=new ci,this._opaqueDepthStencilTexture=void 0,this._textureToComposite=void 0,this._translucentDepthStencilTexture=void 0,this._packDepthCommand=void 0,this._accumulateCommand=void 0,this._compositeCommand=void 0,this._copyCommand=void 0,this._clearColorCommand=new ei({color:new U(0,0,0,0),owner:this}),this._clearDepthStencilCommand=new ei({depth:1,stencil:0,owner:this}),this._supported=e.depthTexture,this._viewport=new He,this._rsDepth=void 0,this._rsAccumulate=void 0,this._rsComp=void 0,this._useScissorTest=void 0,this._scissorRectangle=void 0,this._hasTranslucentDepth=!1,this._frustumsDrawn=0}Object.defineProperties(r0.prototype,{hasTranslucentDepth:{get:function(){return this._hasTranslucentDepth}}});function Rge(e){e._textureToComposite=void 0,e._translucentDepthStencilTexture=e._translucentDepthStencilTexture&&!e._translucentDepthStencilTexture.isDestroyed()&&e._translucentDepthStencilTexture.destroy()}function Mge(e){e._drawClassificationFBO.destroy(),e._accumulationFBO.destroy(),e._packFBO.destroy()}function dut(e,t,n,i){Rge(e),e._translucentDepthStencilTexture=new Rt({context:t,width:n,height:i,pixelFormat:ft.DEPTH_STENCIL,pixelDatatype:qe.UNSIGNED_INT_24_8,sampler:dn.NEAREST})}function hut(e,t,n,i){Mge(e),e._drawClassificationFBO.setDepthStencilTexture(e._translucentDepthStencilTexture),e._drawClassificationFBO.update(t,n,i),e._accumulationFBO.setDepthStencilTexture(e._translucentDepthStencilTexture),e._accumulationFBO.update(t,n,i),e._packFBO.update(t,n,i)}function mut(e,t,n,i){if(!e.isSupported())return;e._opaqueDepthStencilTexture=i;let o=e._opaqueDepthStencilTexture.width,r=e._opaqueDepthStencilTexture.height;e._drawClassificationFBO.isDirty(o,r)&&(dut(e,t,o,r),hut(e,t,o,r));let s,a;if(l(e._packDepthCommand)||(s=new Ve({sources:[Yk]}),a={u_opaqueDepthTexture:function(){return e._opaqueDepthStencilTexture},u_translucentDepthTexture:function(){return e._translucentDepthStencilTexture}},e._packDepthCommand=t.createViewportQuadCommand(s,{uniformMap:a,owner:e})),!l(e._compositeCommand)){s=new Ve({sources:[KE]}),a={colorTexture:function(){return e._textureToComposite}},fut&&(s.defines=["DEBUG_SHOW_DEPTH"],a.u_packedTranslucentDepth=function(){return e._packFBO.getColorTexture()}),e._compositeCommand=t.createViewportQuadCommand(s,{uniformMap:a,owner:e});let f=e._compositeCommand,d=f.shaderProgram,p=t.shaderCache.createDerivedShaderProgram(d,"pick",{vertexShaderSource:d.vertexShaderSource,fragmentShaderSource:new Ve({sources:s.sources,defines:["PICK"]}),attributeLocations:d._attributeLocations}),g=Ze.shallowClone(f);g.shaderProgram=p,f.derivedCommands.pick=g}l(e._copyCommand)||(s=new Ve({sources:[KE]}),a={colorTexture:function(){return e._drawClassificationFBO.getColorTexture()}},e._copyCommand=t.createViewportQuadCommand(s,{uniformMap:a,owner:e})),l(e._accumulateCommand)||(s=new Ve({sources:[KE]}),a={colorTexture:function(){return e._drawClassificationFBO.getColorTexture()}},e._accumulateCommand=t.createViewportQuadCommand(s,{uniformMap:a,owner:e})),e._viewport.width=o,e._viewport.height=r;let c=!He.equals(e._viewport,n.viewport),u=c!==e._useScissorTest;e._useScissorTest=c,He.equals(e._scissorRectangle,n.viewport)||(e._scissorRectangle=He.clone(n.viewport,e._scissorRectangle),u=!0),(!l(e._rsDepth)||!He.equals(e._viewport,e._rsDepth.viewport)||u)&&(e._rsDepth=Ne.fromCache({viewport:e._viewport,scissorTest:{enabled:e._useScissorTest,rectangle:e._scissorRectangle}})),l(e._packDepthCommand)&&(e._packDepthCommand.renderState=e._rsDepth),(!l(e._rsAccumulate)||!He.equals(e._viewport,e._rsAccumulate.viewport)||u)&&(e._rsAccumulate=Ne.fromCache({viewport:e._viewport,scissorTest:{enabled:e._useScissorTest,rectangle:e._scissorRectangle},stencilTest:{enabled:!0,frontFunction:Nn.EQUAL,reference:wt.CESIUM_3D_TILE_MASK}})),l(e._accumulateCommand)&&(e._accumulateCommand.renderState=e._rsAccumulate),(!l(e._rsComp)||!He.equals(e._viewport,e._rsComp.viewport)||u)&&(e._rsComp=Ne.fromCache({viewport:e._viewport,scissorTest:{enabled:e._useScissorTest,rectangle:e._scissorRectangle},blending:an.ALPHA_BLEND})),l(e._compositeCommand)&&(e._compositeCommand.renderState=e._rsComp,e._compositeCommand.derivedCommands.pick.renderState=e._rsComp)}r0.prototype.executeTranslucentCommands=function(e,t,n,i,o){let r=i.length,s,a,c=e.frameState.useLogDepth,u=e.context,f=n.framebuffer;for(a=0;a<r;++a)if(s=i[a],s=c?s.derivedCommands.logDepth.command:s,s.depthForTranslucentClassification){this._hasTranslucentDepth=!0;break}if(!!this._hasTranslucentDepth){for(mut(this,u,n,o),n.framebuffer=this._drawClassificationFBO.framebuffer,this._clearDepthStencilCommand.execute(u,n),a=0;a<r;++a){if(s=i[a],s=c?s.derivedCommands.logDepth.command:s,!s.depthForTranslucentClassification)continue;let d=s.derivedCommands.depth.depthOnlyCommand;t(d,e,u,n)}this._frustumsDrawn+=this._hasTranslucentDepth?1:0,this._hasTranslucentDepth&&(n.framebuffer=this._packFBO.framebuffer,this._packDepthCommand.execute(u,n)),n.framebuffer=f}};r0.prototype.executeClassificationCommands=function(e,t,n,i){if(!this._hasTranslucentDepth)return;let o=e.context,r=o.uniformState,s=n.framebuffer;this._frustumsDrawn===2&&(n.framebuffer=this._accumulationFBO.framebuffer,this._copyCommand.execute(o,n)),n.framebuffer=this._drawClassificationFBO.framebuffer,this._frustumsDrawn>1&&this._clearColorCommand.execute(o,n),r.updatePass(xe.CESIUM_3D_TILE_CLASSIFICATION);let a=r.globeDepthTexture;r.globeDepthTexture=this._packFBO.getColorTexture();let c=i.commands[xe.CESIUM_3D_TILE_CLASSIFICATION],u=i.indices[xe.CESIUM_3D_TILE_CLASSIFICATION];for(let f=0;f<u;++f)t(c[f],e,o,n);r.globeDepthTexture=a,n.framebuffer=s,this._frustumsDrawn!==1&&(n.framebuffer=this._accumulationFBO.framebuffer,this._accumulateCommand.execute(o,n),n.framebuffer=s)};r0.prototype.execute=function(e,t){if(!this._hasTranslucentDepth)return;this._frustumsDrawn===1?this._textureToComposite=this._drawClassificationFBO.getColorTexture():this._textureToComposite=this._accumulationFBO.getColorTexture(),(e.frameState.passes.pick?this._compositeCommand.derivedCommands.pick:this._compositeCommand).execute(e.context,t),put(this,e,t)};function put(e,t,n){if(!e._hasTranslucentDepth)return;let i=n.framebuffer;n.framebuffer=e._drawClassificationFBO.framebuffer,e._clearColorCommand.execute(t._context,n),n.framebuffer=i,e._frustumsDrawn>1&&(n.framebuffer=e._accumulationFBO.framebuffer,e._clearColorCommand.execute(t._context,n)),e._hasTranslucentDepth=!1,e._frustumsDrawn=0}r0.prototype.isSupported=function(){return this._supported};r0.prototype.isDestroyed=function(){return!1};r0.prototype.destroy=function(){return Rge(this),Mge(this),l(this._compositeCommand)&&(this._compositeCommand.shaderProgram=this._compositeCommand.shaderProgram&&this._compositeCommand.shaderProgram.destroy()),l(this._packDepthCommand)&&(this._packDepthCommand.shaderProgram=this._packDepthCommand.shaderProgram&&this._packDepthCommand.shaderProgram.destroy()),le(this)};var YU=r0;function _ut(){this.command=void 0,this.near=void 0,this.far=void 0}function XU(e,t,n){let i=e.context,o;i.depthTexture&&(o=new OU);let r;e._useOIT&&i.depthTexture&&(r=new VU(i));let s=new yc(i);s.viewport=He.clone(n),this.camera=t,this._cameraClone=lo.clone(t),this._cameraStartFired=!1,this._cameraMovedTime=void 0,this.viewport=n,this.passState=s,this.pickFramebuffer=new jU(i),this.pickDepthFramebuffer=new WU,this.sceneFramebuffer=new XE,this.globeDepth=o,this.globeTranslucencyFramebuffer=new BU,this.oit=r,this.translucentTileClassification=new YU(i),this.pickDepths=[],this.frustumCommandsList=[],this.debugFrustumStatistics=void 0,this._commandExtents=[]}var Lge=new h,Fge=new h;function gut(e,t){let n=Math.max(Math.abs(e.x),Math.abs(t.x)),i=Math.max(Math.abs(e.y),Math.abs(t.y)),o=Math.max(Math.abs(e.z),Math.abs(t.z));return Math.max(Math.max(n,i),o)}function yut(e,t,n){let i=1/Math.max(1,gut(e.position,t.position));return h.multiplyByScalar(e.position,i,Lge),h.multiplyByScalar(t.position,i,Fge),h.equalsEpsilon(Lge,Fge,n)&&h.equalsEpsilon(e.direction,t.direction,n)&&h.equalsEpsilon(e.up,t.up,n)&&h.equalsEpsilon(e.right,t.right,n)&&F.equalsEpsilon(e.transform,t.transform,n)&&e.frustum.equalsEpsilon(t.frustum,n)}XU.prototype.checkForCameraUpdates=function(e){let t=this.camera,n=this._cameraClone;return yut(t,n,I.EPSILON15)?(this._cameraStartFired&&wi()-this._cameraMovedTime>e.cameraEventWaitTime&&(t.moveEnd.raiseEvent(),this._cameraStartFired=!1),!1):(this._cameraStartFired||(t.moveStart.raiseEvent(),this._cameraStartFired=!0),this._cameraMovedTime=wi(),lo.clone(t,n),!0)};function Aut(e,t,n,i){let o=t.frameState,r=o.camera,s=o.useLogDepth?t.logarithmicDepthFarToNearRatio:t.farToNearRatio,a=t.mode===ee.SCENE2D,c=t.nearToFarDistance2D;i*=1+I.EPSILON2,n=Math.min(Math.max(n,r.frustum.near),r.frustum.far),i=Math.max(Math.min(i,r.frustum.far),n);let u;a?(i=Math.min(i,r.position.z+t.nearToFarDistance2D),n=Math.min(n,i),u=Math.ceil(Math.max(1,i-n)/t.nearToFarDistance2D)):u=Math.ceil(Math.log(i/n)/Math.log(s));let f=e.frustumCommandsList;f.length=u;for(let d=0;d<u;++d){let p,g;a?(p=Math.min(i-c,n+d*c),g=Math.min(i,p+c)):(p=Math.max(n,Math.pow(s,d)*n),g=Math.min(i,s*p));let m=f[d];l(m)?(m.near=p,m.far=g):m=f[d]=new rU(p,g)}}function Cut(e,t,n,i,o){t.debugShowFrustums&&(n.debugOverlappingFrustums=0);let r=e.frustumCommandsList,s=r.length;for(let a=0;a<s;++a){let c=r[a],u=c.near,f=c.far;if(i>f)continue;if(o<u)break;let d=n.pass,p=c.indices[d]++;if(c.commands[d][p]=n,t.debugShowFrustums&&(n.debugOverlappingFrustums|=1<<a),n.executeInClosestFrustum)break}if(t.debugShowFrustums){let a=e.debugFrustumStatistics.commandsInFrustums;a[n.debugOverlappingFrustums]=l(a[n.debugOverlappingFrustums])?a[n.debugOverlappingFrustums]+1:1,++e.debugFrustumStatistics.totalCommands}t.updateDerivedCommands(n)}var Nge=new qs,xut=new Ic;XU.prototype.createPotentiallyVisibleSet=function(e){let t=e.frameState,n=t.camera,i=n.directionWC,o=n.positionWC,r=e._computeCommandList,s=e._overlayCommandList,a=t.commandList;e.debugShowFrustums&&(this.debugFrustumStatistics={totalCommands:0,commandsInFrustums:{}});let c=this.frustumCommandsList,u=c.length,f=xe.NUMBER_OF_PASSES;for(let T=0;T<u;++T)for(let w=0;w<f;++w)c[T].indices[w]=0;r.length=0,s.length=0;let d=this._commandExtents,p=d.length,g=0,m=+Number.MAX_VALUE,A=-Number.MAX_VALUE,C=t.shadowState.shadowsEnabled,x=+Number.MAX_VALUE,b=-Number.MAX_VALUE,E=Number.MAX_VALUE,S=t.mode===ee.SCENE3D?t.occluder:void 0,D=t.cullingVolume,v=Nge.planes;for(let T=0;T<5;++T)v[T]=D.planes[T];D=Nge;let O=a.length;for(let T=0;T<O;++T){let w=a[T],P=w.pass;if(P===xe.COMPUTE)r.push(w);else if(P===xe.OVERLAY)s.push(w);else{let B,N,z=w.boundingVolume;if(l(z)){if(!e.isVisible(w,D,S))continue;let G=z.computePlaneDistances(o,i,xut);if(B=G.start,N=G.stop,m=Math.min(m,B),A=Math.max(A,N),C&&w.receiveShadows&&B<o0.MAXIMUM_DISTANCE&&!(P===xe.GLOBE&&B<-100&&N>100)){let k=N-B;P!==xe.GLOBE&&B<100&&(E=Math.min(E,k)),x=Math.min(x,B),b=Math.max(b,N)}}else w instanceof ei?(B=n.frustum.near,N=n.frustum.far):(B=n.frustum.near,N=n.frustum.far,m=Math.min(m,B),A=Math.max(A,N));let V=d[g];l(V)||(V=d[g]=new _ut),V.command=w,V.near=B,V.far=N,g++}}C&&(x=Math.min(Math.max(x,n.frustum.near),n.frustum.far),b=Math.max(Math.min(b,n.frustum.far),x)),C&&(t.shadowState.nearPlane=x,t.shadowState.farPlane=b,t.shadowState.closestObjectSize=E),Aut(this,e,m,A);let R,M;for(R=0;R<g;R++)M=d[R],Cut(this,e,M.command,M.near,M.far);if(g<p)for(R=g;R<p&&(M=d[R],!!l(M.command));R++)M.command=void 0;let L=c.length,_=t.frustumSplits;_.length=L+1;for(let T=0;T<L;++T)_[T]=c[T].near,T===L-1&&(_[T+1]=c[T].far)};XU.prototype.destroy=function(){this.pickFramebuffer=this.pickFramebuffer&&this.pickFramebuffer.destroy(),this.pickDepthFramebuffer=this.pickDepthFramebuffer&&this.pickDepthFramebuffer.destroy(),this.sceneFramebuffer=this.sceneFramebuffer&&this.sceneFramebuffer.destroy(),this.globeDepth=this.globeDepth&&this.globeDepth.destroy(),this.oit=this.oit&&this.oit.destroy(),this.translucentTileClassification=this.translucentTileClassification&&this.translucentTileClassification.destroy(),this.globeTranslucencyFramebuffer=this.globeTranslucencyFramebuffer&&this.globeTranslucencyFramebuffer.destroy();let e,t=this.pickDepths,n=t.length;for(e=0;e<n;++e)t[e].destroy()};var JE=XU;var Vge=.1,Tut=new pd({pass:$o.MOST_DETAILED_PRELOAD}),Eut=new pd({pass:$o.MOST_DETAILED_PICK}),aq=new pd({pass:$o.PICK});function ra(e){this._mostDetailedRayPicks=[],this.pickRenderStateCache={},this._pickPositionCache={},this._pickPositionCacheDirty=!1;let t=new He(0,0,1,1),n=new lo(e);n.frustum=new Jt({width:Vge,aspectRatio:1,near:.1}),this._pickOffscreenView=new JE(e,n,t)}ra.prototype.update=function(){this._pickPositionCacheDirty=!0};ra.prototype.getPickDepth=function(e,t){let n=e.view.pickDepths,i=n[t];return l(i)||(i=new GU,n[t]=i),i};var but=new Sr,Sut=new h,KU=new h,wut=new H,Dut=new F;function vut(e,t,n,i,o){let r=e.camera,s=r.frustum;l(s._offCenterFrustum)&&(s=s._offCenterFrustum);let a=2*(t.x-o.x)/o.width-1;a*=(s.right-s.left)*.5;let c=2*(o.height-t.y-o.y)/o.height-1;c*=(s.top-s.bottom)*.5;let u=F.clone(r.transform,Dut);r._setTransform(F.IDENTITY);let f=h.clone(r.position,Sut);h.multiplyByScalar(r.right,a,KU),h.add(KU,f,f),h.multiplyByScalar(r.up,c,KU),h.add(KU,f,f),r._setTransform(u),e.mode===ee.SCENE2D&&h.fromElements(f.z,f.x,f.y,f);let d=s.getPixelDimensions(o.width,o.height,1,1,wut),p=but;return p.right=d.x*.5,p.left=-p.right,p.top=d.y*.5,p.bottom=-p.top,p.near=s.near,p.far=s.far,p.computeCullingVolume(f,r.directionWC,r.upWC)}var Put=new il,Iut=new H;function Out(e,t,n,i,o){let r=e.camera,s=r.frustum,a=s.near,c=Math.tan(s.fovy*.5),u=s.aspectRatio*c,f=2*(t.x-o.x)/o.width-1,d=2*(o.height-t.y-o.y)/o.height-1,p=f*a*u,g=d*a*c,m=s.getPixelDimensions(o.width,o.height,1,1,Iut),A=m.x*n*.5,C=m.y*i*.5,x=Put;return x.top=g+C,x.bottom=g-C,x.right=p+A,x.left=p-A,x.near=a,x.far=s.far,x.computeCullingVolume(r.positionWC,r.directionWC,r.upWC)}function Uge(e,t,n,i,o){let r=e.camera.frustum;return r instanceof Jt||r instanceof Sr?vut(e,t,n,i,o):Out(e,t,n,i,o)}var ZE=3,Rv=3,Yh=new He(0,0,ZE,Rv),zge=new H,cq=new U(0,0,0,0);ra.prototype.pick=function(e,t,n,i){ZE=y(n,3),Rv=y(i,ZE);let o=e.context,r=o.uniformState,s=e.frameState,a=e.defaultView;e.view=a;let c=a.viewport;c.x=0,c.y=0,c.width=o.drawingBufferWidth,c.height=o.drawingBufferHeight;let u=a.passState;u.viewport=He.clone(c,u.viewport);let f=Xi.transformWindowToDrawingBuffer(e,t,zge);e.jobScheduler.disableThisFrame(),e.updateFrameState(),s.cullingVolume=Uge(e,f,ZE,Rv,c),s.invertClassification=!1,s.passes.pick=!0,s.tilesetPassState=aq,r.update(s),e.updateEnvironment(),Yh.x=f.x-(ZE-1)*.5,Yh.y=e.drawingBufferHeight-f.y-(Rv-1)*.5,Yh.width=ZE,Yh.height=Rv,u=a.pickFramebuffer.begin(Yh,a.viewport),e.updateAndExecuteCommands(u,cq),e.resolveFramebuffers(u);let d=a.pickFramebuffer.end(Yh);return o.endFrame(),d};function But(e,t){let n=e.context,i=e.frameState,o=e.environmentState,r=e.defaultView;e.view=r;let s=r.viewport;s.x=0,s.y=0,s.width=n.drawingBufferWidth,s.height=n.drawingBufferHeight;let a=r.passState;a.viewport=He.clone(s,a.viewport),e.clearPasses(i.passes),i.passes.pick=!0,i.passes.depth=!0,i.cullingVolume=Uge(e,t,1,1,s),i.tilesetPassState=aq,e.updateEnvironment(),o.renderTranslucentDepthForPick=!0,a=r.pickDepthFramebuffer.update(n,t,s),e.updateAndExecuteCommands(a,cq),e.resolveFramebuffers(a),n.endFrame()}var Rut=new gi,Mut=new il,Lut=new Jt,Fut=new Sr;ra.prototype.pickPositionWorldCoordinates=function(e,t,n){if(!e.useDepthPicking)return;let i=t.toString();if(this._pickPositionCacheDirty)this._pickPositionCache={},this._pickPositionCacheDirty=!1;else if(this._pickPositionCache.hasOwnProperty(i))return h.clone(this._pickPositionCache[i],n);let o=e.frameState,r=e.context,s=r.uniformState,a=e.defaultView;e.view=a;let c=Xi.transformWindowToDrawingBuffer(e,t,zge);e.pickTranslucentDepth?But(e,c):(e.updateFrameState(),s.update(o),e.updateEnvironment()),c.y=e.drawingBufferHeight-c.y;let u=e.camera,f;l(u.frustum.fov)?f=u.frustum.clone(Rut):l(u.frustum.infiniteProjectionMatrix)?f=u.frustum.clone(Mut):l(u.frustum.width)?f=u.frustum.clone(Lut):f=u.frustum.clone(Fut);let d=a.frustumCommandsList,p=d.length;for(let g=0;g<p;++g){let A=this.getPickDepth(e,g).getDepth(r,c.x,c.y);if(!!l(A)&&A>0&&A<1){let C=d[g],x;return e.mode===ee.SCENE2D?(x=u.position.z,u.position.z=x-C.near+1,f.far=Math.max(1,C.far-C.near),f.near=1,s.update(o),s.updateFrustum(f)):(f.near=C.near*(g!==0?e.opaqueFrustumNearOffset:1),f.far=C.far,s.updateFrustum(f)),n=Xi.drawingBufferToWgs84Coordinates(e,c,A,n),e.mode===ee.SCENE2D&&(u.position.z=x,s.update(o)),this._pickPositionCache[i]=h.clone(n),n}}this._pickPositionCache[i]=void 0};var Nut=new he;ra.prototype.pickPosition=function(e,t,n){if(n=this.pickPositionWorldCoordinates(e,t,n),l(n)&&e.mode!==ee.SCENE3D){h.fromElements(n.y,n.z,n.x,n);let i=e.mapProjection,o=i.ellipsoid,r=i.unproject(n,Nut);o.cartographicToCartesian(r,n)}return n};function Hge(e,t){let n,i,o=[],r=[],s=[],a=[];l(e)||(e=Number.MAX_VALUE);let c=t();for(;l(c);){let u=c.object,f=c.position,d=c.exclude;if(l(f)&&!l(u)){o.push(c);break}if(!l(u)||!l(u.primitive)||!d&&(o.push(c),0>=--e))break;let p=u.primitive,g=!1;typeof p.getGeometryInstanceAttributes=="function"&&l(u.id)&&(i=p.getGeometryInstanceAttributes(u.id),l(i)&&l(i.show)&&(g=!0,i.show=fn.toValue(!1,i.show),s.push(i))),u instanceof As&&(g=!0,u.show=!1,a.push(u)),g||(p.show=!1,r.push(p)),c=t()}for(n=0;n<r.length;++n)r[n].show=!0;for(n=0;n<s.length;++n)i=s[n],i.show=fn.toValue(!0,i.show);for(n=0;n<a.length;++n)a[n].show=!0;return o}ra.prototype.drillPick=function(e,t,n,i,o){let r=this;return Hge(n,function(){let c=r.pick(e,t,i,o);if(l(c))return{object:c,position:void 0,exclude:!1}}).map(function(c){return c.object})};var kge=new h,kut=new h;function Vut(e,t,n){this.ray=e,this.width=t,this.tilesets=n,this.ready=!1;let i=this;this.promise=new Promise(o=>{i._completePick=()=>{o()}})}function Gge(e,t,n,i){let o=t.direction,r=h.mostOrthogonalAxis(o,kge),s=h.cross(o,r,kge),a=h.cross(o,s,kut);return i.position=t.origin,i.direction=o,i.up=a,i.right=s,i.frustum.width=y(n,Vge),i.frustum.computeCullingVolume(i.positionWC,i.directionWC,i.upWC)}function Uut(e,t,n){let i=t.frameState,o=n.ray,r=n.width,s=n.tilesets,a=e._pickOffscreenView.camera,c=Gge(e,o,r,a),u=Tut;u.camera=a,u.cullingVolume=c;let f=!0,d=s.length;for(let p=0;p<d;++p){let g=s[p];g.show&&t.primitives.contains(g)&&(g.updateForPass(i,u),f=f&&u.ready)}return f&&n._completePick(),f}ra.prototype.updateMostDetailedRayPicks=function(e){let t=this._mostDetailedRayPicks;for(let n=0;n<t.length;++n)Uut(this,e,t[n])&&t.splice(n--,1)};function Wge(e,t,n){let i=e.length;for(let o=0;o<i;++o){let r=e.get(o);r.show&&(l(r.isCesium3DTileset)?(!l(t)||t.indexOf(r)===-1)&&n.push(r):r instanceof Ml&&Wge(r,t,n))}}function JU(e,t,n,i,o,r){let s=[];if(Wge(t.primitives,i,s),s.length===0)return Promise.resolve(r());let a=new Vut(n,o,s);return e._mostDetailedRayPicks.push(a),a.promise.then(function(){return r()})}function zut(e,t){return!l(e)||!l(t)||t.length===0?!1:t.indexOf(e)>-1||t.indexOf(e.primitive)>-1||t.indexOf(e.id)>-1}function Hut(e,t,n,i,o,r,s){let a=t.context,c=a.uniformState,u=t.frameState,f=e._pickOffscreenView;t.view=f,Gge(e,n,o,f.camera),Yh=He.clone(f.viewport,Yh);let d=f.pickFramebuffer.begin(Yh,f.viewport);t.jobScheduler.disableThisFrame(),t.updateFrameState(),u.invertClassification=!1,u.passes.pick=!0,u.passes.offscreen=!0,s?u.tilesetPassState=Eut:u.tilesetPassState=aq,c.update(u),t.updateEnvironment(),t.updateAndExecuteCommands(d,cq),t.resolveFramebuffers(d);let p,g=f.pickFramebuffer.end(Yh);if(t.context.depthTexture){let m=f.frustumCommandsList.length;for(let A=0;A<m;++A){let x=e.getPickDepth(t,A).getDepth(a,0,0);if(!!l(x)&&x>0&&x<1){let b=f.frustumCommandsList[A],E=b.near*(A!==0?t.opaqueFrustumNearOffset:1),S=b.far,D=E+x*(S-E);p=En.getPoint(n,D);break}}}if(t.view=t.defaultView,a.endFrame(),l(g)||l(p))return{object:g,position:p,exclude:!l(p)&&r||zut(g,i)}}function jge(e,t,n,i,o,r,s,a){return Hge(i,function(){return Hut(e,t,n,o,r,s,a)})}function QE(e,t,n,i,o,r,s){let a=jge(e,t,n,1,i,o,r,s);if(a.length>0)return a[0]}function qge(e,t,n,i,o,r,s,a){return jge(e,t,n,i,o,r,s,a)}function ZU(e,t){return new Promise((n,i)=>{t.then(function(o){let r=e.postRender.addEventListener(function(){r(),n(o)});e.requestRender()}).catch(function(o){i(o)})})}ra.prototype.pickFromRay=function(e,t,n,i){return QE(this,e,t,n,i,!1,!1)};ra.prototype.drillPickFromRay=function(e,t,n,i,o){return qge(this,e,t,n,i,o,!1,!1)};ra.prototype.pickFromRayMostDetailed=function(e,t,n,i){let o=this;return t=En.clone(t),n=l(n)?n.slice():n,ZU(e,JU(o,e,t,n,i,function(){return QE(o,e,t,n,i,!1,!0)}))};ra.prototype.drillPickFromRayMostDetailed=function(e,t,n,i,o){let r=this;return t=En.clone(t),i=l(i)?i.slice():i,ZU(e,JU(r,e,t,i,o,function(){return qge(r,e,t,n,i,o,!1,!0)}))};var Gut=new h,Wut=new h,jut=new En,Yge=new he;function lq(e,t){let n=e.globe,i=l(n)?n.ellipsoid:e.mapProjection.ellipsoid,o=oi._defaultMaxTerrainHeight,r=i.geodeticSurfaceNormalCartographic(t,Wut),s=he.toCartesian(t,i,Gut),a=jut;a.origin=s,a.direction=r;let c=new En;return En.getPoint(a,o,c.origin),h.negate(r,c.direction),c}function Xge(e,t){let n=e.globe,i=l(n)?n.ellipsoid:e.mapProjection.ellipsoid,o=he.fromCartesian(t,i,Yge);return lq(e,o)}function Kge(e,t){let n=e.globe,i=l(n)?n.ellipsoid:e.mapProjection.ellipsoid;return he.fromCartesian(t,i,Yge).height}function qut(e,t,n,i,o){let r=lq(t,n);return JU(e,t,r,i,o,function(){let s=QE(e,t,r,i,o,!0,!0);if(l(s))return Kge(t,s.position)})}function Yut(e,t,n,i,o,r){let s=Xge(t,n);return JU(e,t,s,i,o,function(){let a=QE(e,t,s,i,o,!0,!0);if(l(a))return h.clone(a.position,r)})}ra.prototype.sampleHeight=function(e,t,n,i){let o=lq(e,t),r=QE(this,e,o,n,i,!0,!1);if(l(r))return Kge(e,r.position)};ra.prototype.clampToHeight=function(e,t,n,i,o){let r=Xge(e,t),s=QE(this,e,r,n,i,!0,!1);if(l(s))return h.clone(s.position,o)};ra.prototype.sampleHeightMostDetailed=function(e,t,n,i){n=l(n)?n.slice():n;let o=t.length,r=new Array(o);for(let s=0;s<o;++s)r[s]=qut(this,e,t[s],n,i);return ZU(e,Promise.all(r).then(function(s){let a=s.length;for(let c=0;c<a;++c)t[c].height=s[c];return t}))};ra.prototype.clampToHeightMostDetailed=function(e,t,n,i){n=l(n)?n.slice():n;let o=t.length,r=new Array(o);for(let s=0;s<o;++s)r[s]=Yut(this,e,t[s],n,i,t[s]);return ZU(e,Promise.all(r).then(function(s){let a=s.length;for(let c=0;c<a;++c)t[c]=s[c];return t}))};ra.prototype.destroy=function(){this._pickOffscreenView=this._pickOffscreenView&&this._pickOffscreenView.destroy()};var QU=ra;var Qge=Ii(aP(),1);var Xut={modifyFragmentShader:function(t){return t=Ve.replaceMain(t,"czm_splitter_main"),t+=`uniform float czm_splitDirection;
void main()
{
#ifndef SHADOW_MAP
if (czm_splitDirection < 0.0 && gl_FragCoord.x > czm_splitPosition) discard;
if (czm_splitDirection > 0.0 && gl_FragCoord.x < czm_splitPosition) discard;
#endif
czm_splitter_main();
}
`,t},addUniforms:function(t,n){n.czm_splitDirection=function(){return t.splitDirection}}},Mv=Xut;var SA={NEEDS_DECODE:0,DECODING:1,READY:2,FAILED:3};function Lv(e){this._parsedContent=void 0,this._drawCommand=void 0,this._isTranslucent=!1,this._styleTranslucent=!1,this._constantColor=U.clone(U.DARKGRAY),this._highlightColor=U.clone(U.WHITE),this._pointSize=1,this._rtcCenter=void 0,this._quantizedVolumeScale=void 0,this._quantizedVolumeOffset=void 0,this._styleableShaderAttributes=void 0,this._isQuantized=!1,this._isOctEncoded16P=!1,this._isRGB565=!1,this._hasColors=!1,this._hasNormals=!1,this._hasBatchIds=!1,this._decodingState=SA.READY,this._dequantizeInShader=!0,this._isQuantizedDraco=!1,this._isOctEncodedDraco=!1,this._quantizedRange=0,this._octEncodedRange=0,this.backFaceCulling=!1,this._backFaceCulling=!1,this.normalShading=!0,this._normalShading=!0,this._opaqueRenderState=void 0,this._translucentRenderState=void 0,this._mode=void 0,this._ready=!1,this._pointsLength=0,this._geometryByteLength=0,this._vertexShaderLoaded=e.vertexShaderLoaded,this._fragmentShaderLoaded=e.fragmentShaderLoaded,this._uniformMapLoaded=e.uniformMapLoaded,this._batchTableLoaded=e.batchTableLoaded,this._pickIdLoaded=e.pickIdLoaded,this._opaquePass=y(e.opaquePass,xe.OPAQUE),this._cull=y(e.cull,!0),this.style=void 0,this._style=void 0,this.styleDirty=!1,this.modelMatrix=F.clone(F.IDENTITY),this._modelMatrix=F.clone(F.IDENTITY),this.time=0,this.shadows=hn.ENABLED,this._boundingSphere=void 0,this.clippingPlanes=void 0,this.isClipped=!1,this.clippingPlanesDirty=!1,this.clippingPlanesOriginMatrix=void 0,this.attenuation=!1,this._attenuation=!1,this.geometricError=0,this.geometricErrorScale=1,this.maximumAttenuation=this._pointSize,this.splitDirection=y(e.splitDirection,Wc.NONE),this._splittingEnabled=!1,this._resolveReadyPromise=void 0,this._rejectReadyPromise=void 0,this._readyPromise=Kut(this,e)}Object.defineProperties(Lv.prototype,{pointsLength:{get:function(){return this._pointsLength}},geometryByteLength:{get:function(){return this._geometryByteLength}},ready:{get:function(){return this._ready}},readyPromise:{get:function(){return this._readyPromise}},color:{get:function(){return U.clone(this._highlightColor)},set:function(e){this._highlightColor=U.clone(e,this._highlightColor)}},boundingSphere:{get:function(){if(l(this._drawCommand))return this._drawCommand.boundingVolume},set:function(e){this._boundingSphere=re.clone(e,this._boundingSphere)}}});function Kut(e,t){let n=Ex.parse(t.arrayBuffer,t.byteOffset);if(e._parsedContent=n,e._rtcCenter=n.rtcCenter,e._hasNormals=n.hasNormals,e._hasColors=n.hasColors,e._hasBatchIds=n.hasBatchIds,e._isTranslucent=n.isTranslucent,!n.hasBatchIds&&l(n.batchTableBinary)&&(n.styleableProperties=e_.getBinaryProperties(n.pointsLength,n.batchTableJson,n.batchTableBinary)),l(n.draco)){let a=n.draco;e._decodingState=SA.NEEDS_DECODE,a.dequantizeInShader=e._dequantizeInShader}let i=n.positions;l(i)&&(e._isQuantized=i.isQuantized,e._quantizedVolumeScale=i.quantizedVolumeScale,e._quantizedVolumeOffset=i.quantizedVolumeOffset,e._quantizedRange=i.quantizedRange);let o=n.normals;l(o)&&(e._isOctEncoded16P=o.octEncoded);let r=n.colors;l(r)&&(l(r.constantColor)&&(e._constantColor=U.clone(r.constantColor,e._constantColor),e._hasColors=!1),e._isRGB565=r.isRGB565);let s=n.batchIds;return l(n.batchIds)&&(s.name="BATCH_ID",s.semantic="BATCH_ID",s.setIndex=void 0),n.hasBatchIds&&e._batchTableLoaded(n.batchLength,n.batchTableJson,n.batchTableBinary),e._pointsLength=n.pointsLength,new Promise(function(a,c){e._resolveReadyPromise=function(){e._ready=!0,a(e)},e._rejectReadyPromise=c})}var Jut=new h,Zut=new h,Qut=new h,Jge,$U;function $ut(e){if(!l($U)){Jge=new Qge.default(0),$U=new Array(e);for(let t=0;t<e;++t)$U[t]=Jge.random()}return $U}function eft(e){let n=e.length/3,i=Math.min(n,20),o=$ut(20),r=Number.MAX_VALUE,s=-Number.MAX_VALUE,a=h.fromElements(r,r,r,Jut),c=h.fromElements(s,s,s,Zut);for(let f=0;f<i;++f){let d=Math.floor(o[f]*n),p=h.unpack(e,d*3,Qut);h.minimumByComponent(a,p,a),h.maximumByComponent(c,p,c)}let u=re.fromCornerPoints(a,c);return u.radius+=I.EPSILON2,u}function Zge(e,t){let n=K.fromTypedArray(e);return n===K.INT||n===K.UNSIGNED_INT||n===K.DOUBLE?(Dt("Cast pnts property to floats",`Point cloud property "${t}" will be casted to a float array because INT, UNSIGNED_INT, and DOUBLE are not valid WebGL vertex attribute types. Some precision may be lost.`),new Float32Array(e)):e}var tft=new se,nft=new se,ift=new U,$ge=0,e4=1,mq=2,e0e=3,oft=4,uq=new F,rft=new F;function sft(e,t){let n=t.context,i=e._parsedContent,o=e._pointsLength,r=i.positions,s=i.colors,a=i.normals,c=i.batchIds,u=i.styleableProperties,f=l(u),d=e._isQuantized,p=e._isQuantizedDraco,g=e._isOctEncoded16P,m=e._isOctEncodedDraco,A=e._quantizedRange,C=e._octEncodedRange,x=e._isRGB565,b=e._isTranslucent,E=e._hasColors,S=e._hasNormals,D=e._hasBatchIds,v,O,R=[],M={};if(e._styleableShaderAttributes=M,f){let V=oft;for(let G in u)if(u.hasOwnProperty(G)){let k=u[G],X=Zge(k.typedArray,G);v=k.componentCount,O=K.fromTypedArray(X);let q=rt.createVertexBuffer({context:n,typedArray:X,usage:Le.STATIC_DRAW});e._geometryByteLength+=q.sizeInBytes;let Y={index:V,vertexBuffer:q,componentsPerAttribute:v,componentDatatype:O,normalize:!1,offsetInBytes:0,strideInBytes:0};R.push(Y),M[G]={location:V,componentCount:v},++V}}let L=rt.createVertexBuffer({context:n,typedArray:r.typedArray,usage:Le.STATIC_DRAW});e._geometryByteLength+=L.sizeInBytes;let _;E&&(_=rt.createVertexBuffer({context:n,typedArray:s.typedArray,usage:Le.STATIC_DRAW}),e._geometryByteLength+=_.sizeInBytes);let T;S&&(T=rt.createVertexBuffer({context:n,typedArray:a.typedArray,usage:Le.STATIC_DRAW}),e._geometryByteLength+=T.sizeInBytes);let w;D&&(c.typedArray=Zge(c.typedArray,"batchIds"),w=rt.createVertexBuffer({context:n,typedArray:c.typedArray,usage:Le.STATIC_DRAW}),e._geometryByteLength+=w.sizeInBytes);let P=[];if(d?O=K.UNSIGNED_SHORT:p?O=A<=255?K.UNSIGNED_BYTE:K.UNSIGNED_SHORT:O=K.FLOAT,P.push({index:$ge,vertexBuffer:L,componentsPerAttribute:3,componentDatatype:O,normalize:!1,offsetInBytes:0,strideInBytes:0}),e._cull&&(d||p?e._boundingSphere=re.fromCornerPoints(h.ZERO,e._quantizedVolumeScale):e._boundingSphere=eft(r.typedArray)),E)if(x)P.push({index:e4,vertexBuffer:_,componentsPerAttribute:1,componentDatatype:K.UNSIGNED_SHORT,normalize:!1,offsetInBytes:0,strideInBytes:0});else{let V=b?4:3;P.push({index:e4,vertexBuffer:_,componentsPerAttribute:V,componentDatatype:K.UNSIGNED_BYTE,normalize:!0,offsetInBytes:0,strideInBytes:0})}S&&(g?(v=2,O=K.UNSIGNED_BYTE):m?(v=2,O=C<=255?K.UNSIGNED_BYTE:K.UNSIGNED_SHORT):(v=3,O=K.FLOAT),P.push({index:mq,vertexBuffer:T,componentsPerAttribute:v,componentDatatype:O,normalize:!1,offsetInBytes:0,strideInBytes:0})),D&&P.push({index:e0e,vertexBuffer:w,componentsPerAttribute:1,componentDatatype:K.fromTypedArray(c.typedArray),normalize:!1,offsetInBytes:0,strideInBytes:0}),f&&(P=P.concat(R));let B=new Zn({context:n,attributes:P}),N={depthTest:{enabled:!0}},z={depthTest:{enabled:!0},depthMask:!1,blending:an.ALPHA_BLEND};e._opaquePass===xe.CESIUM_3D_TILE&&(N.stencilTest=wt.setCesium3DTileBit(),N.stencilMask=wt.CESIUM_3D_TILE_MASK,z.stencilTest=wt.setCesium3DTileBit(),z.stencilMask=wt.CESIUM_3D_TILE_MASK),e._opaqueRenderState=Ne.fromCache(N),e._translucentRenderState=Ne.fromCache(z),e._drawCommand=new Ze({boundingVolume:new re,cull:e._cull,modelMatrix:new F,primitiveType:Oe.POINTS,vertexArray:B,count:o,shaderProgram:void 0,uniformMap:void 0,renderState:b?e._translucentRenderState:e._opaqueRenderState,pass:b?xe.TRANSLUCENT:e._opaquePass,owner:e,castShadows:!1,receiveShadows:!1,pickId:e._pickIdLoaded()})}function aft(e,t){let n=t.context,i=e._isQuantized,o=e._isQuantizedDraco,r=e._isOctEncodedDraco,s={u_pointSizeAndTimeAndGeometricErrorAndDepthMultiplier:function(){let a=tft;if(a.x=e._attenuation?e.maximumAttenuation:e._pointSize,a.x*=t.pixelRatio,a.y=e.time,e._attenuation){let c=t.camera.frustum,u;t.mode===ee.SCENE2D||c instanceof Jt?u=Number.POSITIVE_INFINITY:u=n.drawingBufferHeight/t.camera.frustum.sseDenominator,a.z=e.geometricError*e.geometricErrorScale,a.w=u}return a},u_highlightColor:function(){return e._highlightColor},u_constantColor:function(){return e._constantColor},u_clippingPlanes:function(){let a=e.clippingPlanes;return e.isClipped?a.texture:n.defaultTexture},u_clippingPlanesEdgeStyle:function(){let a=e.clippingPlanes;if(!l(a))return U.TRANSPARENT;let c=U.clone(a.edgeColor,ift);return c.alpha=a.edgeWidth,c},u_clippingPlanesMatrix:function(){let a=e.clippingPlanes;if(!l(a))return F.IDENTITY;let c=y(e.clippingPlanesOriginMatrix,e._modelMatrix);F.multiply(n.uniformState.view3D,c,uq);let u=F.multiply(uq,a.modelMatrix,uq);return F.inverseTranspose(u,rft)}};Mv.addUniforms(e,s),(i||o||r)&&(s=pt(s,{u_quantizedVolumeScaleAndOctEncodedRange:function(){let a=nft;if(l(e._quantizedVolumeScale)){let c=h.clone(e._quantizedVolumeScale,a);h.divideByScalar(c,e._quantizedRange,a)}return a.w=e._octEncodedRange,a}})),l(e._uniformMapLoaded)&&(s=e._uniformMapLoaded(s)),e._drawCommand.uniformMap=s}function fq(e,t){let n=/czm_3dtiles_property_(\d+)/g,i=n.exec(e);for(;i!==null;){let o=parseInt(i[1]);t.indexOf(o)===-1&&t.push(o),i=n.exec(e)}}function dq(e,t){e=e.slice(e.indexOf(`
`));let n=/czm_3dtiles_builtin_property_(\w+)/g,i=n.exec(e);for(;i!==null;){let o=i[1];t.indexOf(o)===-1&&t.push(o),i=n.exec(e)}}function hq(e,t){let n=e.numberOfAttributes;for(let i=0;i<n;++i){let o=e.getAttribute(i);if(o.index===t)return o}}var cft={POSITION:"czm_3dtiles_builtin_property_POSITION",POSITION_ABSOLUTE:"czm_3dtiles_builtin_property_POSITION_ABSOLUTE",COLOR:"czm_3dtiles_builtin_property_COLOR",NORMAL:"czm_3dtiles_builtin_property_NORMAL"};function lft(e,t,n){let i,o,r,s=t.context,a=l(n),c=e._isQuantized,u=e._isQuantizedDraco,f=e._isOctEncoded16P,d=e._isOctEncodedDraco,p=e._isRGB565,g=e._isTranslucent,m=e._hasColors,A=e._hasNormals,C=e._hasBatchIds,x=e._backFaceCulling,b=e._normalShading,E=e._drawCommand.vertexArray,S=e.clippingPlanes,D=e._attenuation,v,O,R,M=g,L=$e(cft),_={},T=e._styleableShaderAttributes;for(o in T)T.hasOwnProperty(o)&&(r=T[o],L[o]=`czm_3dtiles_property_${r.location}`,_[r.location]=r);if(a){let oe={translucent:!1},fe="(vec3 czm_3dtiles_builtin_property_POSITION, vec3 czm_3dtiles_builtin_property_POSITION_ABSOLUTE, vec4 czm_3dtiles_builtin_property_COLOR, vec3 czm_3dtiles_builtin_property_NORMAL)";v=n.getColorShaderFunction(`getColorFromStyle${fe}`,L,oe),O=n.getShowShaderFunction(`getShowFromStyle${fe}`,L,oe),R=n.getPointSizeShaderFunction(`getPointSizeFromStyle${fe}`,L,oe),l(v)&&oe.translucent&&(M=!0)}e._styleTranslucent=M;let w=l(v),P=l(O),B=l(R),N=e.isClipped,z=[],V=[];w&&(fq(v,z),dq(v,V)),P&&(fq(O,z),dq(O,V)),B&&(fq(R,z),dq(R,V));let G=V.indexOf("COLOR")>=0,k=V.indexOf("NORMAL")>=0;if(k&&!A)throw new de("Style references the NORMAL semantic but the point cloud does not have normals");for(o in T)if(T.hasOwnProperty(o)){r=T[o];let oe=z.indexOf(r.location)>=0,fe=hq(E,r.location);fe.enabled=oe}let X=m&&(!w||G);if(m){let oe=hq(E,e4);oe.enabled=X}let q=A&&(b||x||k);if(A){let oe=hq(E,mq);oe.enabled=q}let Y={a_position:$ge};X&&(Y.a_color=e4),q&&(Y.a_normal=mq),C&&(Y.a_batchId=e0e);let W="",J=z.length;for(i=0;i<J;++i){let oe=z[i];r=_[oe];let fe=r.componentCount,ge=`czm_3dtiles_property_${oe}`,Ee;fe===1?Ee="float":Ee=`vec${fe}`,W+=`attribute ${Ee} ${ge};
`,Y[ge]=r.location}aft(e,t);let Z=`attribute vec3 a_position;
varying vec4 v_color;
uniform vec4 u_pointSizeAndTimeAndGeometricErrorAndDepthMultiplier;
uniform vec4 u_constantColor;
uniform vec4 u_highlightColor;
`;Z+=`float u_pointSize;
float tiles3d_tileset_time;
`,D&&(Z+=`float u_geometricError;
float u_depthMultiplier;
`),Z+=W,X&&(g?Z+=`attribute vec4 a_color;
`:p?Z+=`attribute float a_color;
const float SHIFT_RIGHT_11 = 1.0 / 2048.0;
const float SHIFT_RIGHT_5 = 1.0 / 32.0;
const float SHIFT_LEFT_11 = 2048.0;
const float SHIFT_LEFT_5 = 32.0;
const float NORMALIZE_6 = 1.0 / 64.0;
const float NORMALIZE_5 = 1.0 / 32.0;
`:Z+=`attribute vec3 a_color;
`),q&&(f||d?Z+=`attribute vec2 a_normal;
`:Z+=`attribute vec3 a_normal;
`),C&&(Z+=`attribute float a_batchId;
`),(c||u||d)&&(Z+=`uniform vec4 u_quantizedVolumeScaleAndOctEncodedRange;
`),w&&(Z+=v),P&&(Z+=O),B&&(Z+=R),Z+=`void main()
{
u_pointSize = u_pointSizeAndTimeAndGeometricErrorAndDepthMultiplier.x;
tiles3d_tileset_time = u_pointSizeAndTimeAndGeometricErrorAndDepthMultiplier.y;
`,D&&(Z+=` u_geometricError = u_pointSizeAndTimeAndGeometricErrorAndDepthMultiplier.z;
u_depthMultiplier = u_pointSizeAndTimeAndGeometricErrorAndDepthMultiplier.w;
`),X?g?Z+=` vec4 color = a_color;
`:p?Z+=` float compressed = a_color;
float r = floor(compressed * SHIFT_RIGHT_11);
compressed -= r * SHIFT_LEFT_11;
float g = floor(compressed * SHIFT_RIGHT_5);
compressed -= g * SHIFT_LEFT_5;
float b = compressed;
vec3 rgb = vec3(r * NORMALIZE_5, g * NORMALIZE_6, b * NORMALIZE_5);
vec4 color = vec4(rgb, 1.0);
`:Z+=` vec4 color = vec4(a_color, 1.0);
`:Z+=` vec4 color = u_constantColor;
`,c||u?Z+=` vec3 position = a_position * u_quantizedVolumeScaleAndOctEncodedRange.xyz;
`:Z+=` vec3 position = a_position;
`,Z+=` vec3 position_absolute = vec3(czm_model * vec4(position, 1.0));
`,q?(f?Z+=` vec3 normal = czm_octDecode(a_normal);
`:d?Z+=` vec3 normal = czm_octDecode(a_normal, u_quantizedVolumeScaleAndOctEncodedRange.w).zxy;
`:Z+=` vec3 normal = a_normal;
`,Z+=` vec3 normalEC = czm_normal * normal;
`):Z+=` vec3 normal = vec3(1.0);
`,w&&(Z+=` color = getColorFromStyle(position, position_absolute, color, normal);
`),P&&(Z+=` float show = float(getShowFromStyle(position, position_absolute, color, normal));
`),B?Z+=` gl_PointSize = getPointSizeFromStyle(position, position_absolute, color, normal) * czm_pixelRatio;
`:D?Z+=` vec4 positionEC = czm_modelView * vec4(position, 1.0);
float depth = -positionEC.z;
gl_PointSize = min((u_geometricError / depth) * u_depthMultiplier, u_pointSize);
`:Z+=` gl_PointSize = u_pointSize;
`,Z+=` color = color * u_highlightColor;
`,q&&b&&(Z+=` float diffuseStrength = czm_getLambertDiffuse(czm_lightDirectionEC, normalEC);
diffuseStrength = max(diffuseStrength, 0.4);
color.xyz *= diffuseStrength * czm_lightColor;
`),Z+=` v_color = color;
gl_Position = czm_modelViewProjection * vec4(position, 1.0);
`,q&&x&&(Z+=` float visible = step(-normalEC.z, 0.0);
gl_Position *= visible;
gl_PointSize *= visible;
`),P&&(Z+=` gl_Position.w *= float(show);
gl_PointSize *= float(show);
`),Z+=`}
`;let ue=`varying vec4 v_color;
`;N&&(ue+=`uniform highp sampler2D u_clippingPlanes;
uniform mat4 u_clippingPlanesMatrix;
uniform vec4 u_clippingPlanesEdgeStyle;
`,ue+=`
`,ue+=UE(S,s),ue+=`
`),ue+=`void main()
{
gl_FragColor = czm_gammaCorrect(v_color);
`,N&&(ue+=sU("u_clippingPlanes","u_clippingPlanesMatrix","u_clippingPlanesEdgeStyle")),ue+=`}
`,e.splitDirection!==Wc.NONE&&(ue=Mv.modifyFragmentShader(ue)),l(e._vertexShaderLoaded)&&(Z=e._vertexShaderLoaded(Z)),l(e._fragmentShaderLoaded)&&(ue=e._fragmentShaderLoaded(ue));let pe=e._drawCommand;l(pe.shaderProgram)&&pe.shaderProgram.destroy(),pe.shaderProgram=jt.fromCache({context:s,vertexShaderSource:Z,fragmentShaderSource:ue,attributeLocations:Y});try{pe.shaderProgram._bind()}catch{throw new de("Error generating style shader: this may be caused by a type mismatch, index out-of-bounds, or other syntax error.")}}function uft(e,t){if(e._decodingState===SA.READY)return!1;if(e._decodingState===SA.NEEDS_DECODE){let n=e._parsedContent,i=n.draco,o=l_.decodePointCloud(i,t);l(o)&&(e._decodingState=SA.DECODING,o.then(function(r){e._decodingState=SA.READY;let s=l(r.POSITION)?r.POSITION.array:void 0,a=l(r.RGB)?r.RGB.array:void 0,c=l(r.RGBA)?r.RGBA.array:void 0,u=l(r.NORMAL)?r.NORMAL.array:void 0,f=l(r.BATCH_ID)?r.BATCH_ID.array:void 0,d=l(s)&&l(r.POSITION.data.quantization),p=l(u)&&l(r.NORMAL.data.quantization);if(d){let C=r.POSITION.data.quantization,x=C.range;e._quantizedVolumeScale=h.fromElements(x,x,x),e._quantizedVolumeOffset=h.unpack(C.minValues),e._quantizedRange=(1<<C.quantizationBits)-1,e._isQuantizedDraco=!0}p&&(e._octEncodedRange=(1<<r.NORMAL.data.quantization.quantizationBits)-1,e._isOctEncodedDraco=!0);let g=n.styleableProperties,m=i.batchTableProperties;for(let C in m)if(m.hasOwnProperty(C)){let x=r[C];l(g)||(g={}),g[C]={typedArray:x.array,componentCount:x.data.componentsPerAttribute}}l(s)&&(n.positions={typedArray:s});let A=y(c,a);l(A)&&(n.colors={typedArray:A}),l(u)&&(n.normals={typedArray:u}),l(f)&&(n.batchIds={typedArray:f}),n.styleableProperties=g}).catch(function(r){e._decodingState=SA.FAILED,e._rejectReadyPromise(r)}))}return!0}var fft=new se,dft=new h;Lv.prototype.update=function(e){let t=e.context;if(uft(this,t))return;let i=!1,o=!F.equals(this._modelMatrix,this.modelMatrix);if(this._mode!==e.mode&&(this._mode=e.mode,o=!0),l(this._drawCommand)||(sft(this,e),o=!0,i=!0,this._resolveReadyPromise(),this._parsedContent=void 0),o){F.clone(this.modelMatrix,this._modelMatrix);let u=this._drawCommand.modelMatrix;if(F.clone(this._modelMatrix,u),l(this._rtcCenter)&&F.multiplyByTranslation(u,this._rtcCenter,u),l(this._quantizedVolumeOffset)&&F.multiplyByTranslation(u,this._quantizedVolumeOffset,u),e.mode!==ee.SCENE3D){let d=e.mapProjection,p=F.getColumn(u,3,fft);se.equals(p,se.UNIT_W)||vt.basisTo2D(d,u,u)}let f=this._drawCommand.boundingVolume;if(re.clone(this._boundingSphere,f),this._cull){let d=f.center;F.multiplyByPoint(u,d,d);let p=F.getScale(u,dft);f.radius*=h.maximumComponent(p)}}this.clippingPlanesDirty&&(this.clippingPlanesDirty=!1,i=!0),this._attenuation!==this.attenuation&&(this._attenuation=this.attenuation,i=!0),this.backFaceCulling!==this._backFaceCulling&&(this._backFaceCulling=this.backFaceCulling,i=!0),this.normalShading!==this._normalShading&&(this._normalShading=this.normalShading,i=!0),(this._style!==this.style||this.styleDirty)&&(this._style=this.style,this.styleDirty=!1,i=!0);let r=this.splitDirection!==Wc.NONE;this._splittingEnabled!==r&&(this._splittingEnabled=r,i=!0),i&&lft(this,e,this._style),this._drawCommand.castShadows=hn.castShadows(this.shadows),this._drawCommand.receiveShadows=hn.receiveShadows(this.shadows);let s=this._highlightColor.alpha<1||this._constantColor.alpha<1||this._styleTranslucent;this._drawCommand.renderState=s?this._translucentRenderState:this._opaqueRenderState,this._drawCommand.pass=s?xe.TRANSLUCENT:this._opaquePass;let a=e.commandList,c=e.passes;(c.render||c.pick)&&a.push(this._drawCommand)};Lv.prototype.isDestroyed=function(){return!1};Lv.prototype.destroy=function(){let e=this._drawCommand;return l(e)&&(e.vertexArray=e.vertexArray&&e.vertexArray.destroy(),e.shaderProgram=e.shaderProgram&&e.shaderProgram.destroy()),le(this)};var t4=Lv;var hft={NEAREST:0,LINEAR:1},af=hft;function wA(e){e=y(e,y.EMPTY_OBJECT);let t=e.fragmentShader,n=y(e.textureScale,1),i=y(e.pixelFormat,ft.RGBA);this._fragmentShader=t,this._uniforms=e.uniforms,this._textureScale=n,this._forcePowerOfTwo=y(e.forcePowerOfTwo,!1),this._sampleMode=y(e.sampleMode,af.NEAREST),this._pixelFormat=i,this._pixelDatatype=y(e.pixelDatatype,qe.UNSIGNED_BYTE),this._clearColor=y(e.clearColor,U.BLACK),this._uniformMap=void 0,this._command=void 0,this._colorTexture=void 0,this._depthTexture=void 0,this._idTexture=void 0,this._actualUniforms={},this._dirtyUniforms=[],this._texturesToRelease=[],this._texturesToCreate=[],this._texturePromise=void 0;let o=new yc;o.scissorTest={enabled:!0,rectangle:l(e.scissorRectangle)?He.clone(e.scissorRectangle):new He},this._passState=o,this._ready=!1;let r=e.name;l(r)||(r=kn()),this._name=r,this._logDepthChanged=void 0,this._useLogDepth=void 0,this._selectedIdTexture=void 0,this._selected=void 0,this._selectedShadow=void 0,this._parentSelected=void 0,this._parentSelectedShadow=void 0,this._combinedSelected=void 0,this._combinedSelectedShadow=void 0,this._selectedLength=0,this._parentSelectedLength=0,this._selectedDirty=!0,this._textureCache=void 0,this._index=void 0,this.enabled=!0,this._enabled=!0}Object.defineProperties(wA.prototype,{ready:{get:function(){return this._ready}},name:{get:function(){return this._name}},fragmentShader:{get:function(){return this._fragmentShader}},uniforms:{get:function(){return this._uniforms}},textureScale:{get:function(){return this._textureScale}},forcePowerOfTwo:{get:function(){return this._forcePowerOfTwo}},sampleMode:{get:function(){return this._sampleMode}},pixelFormat:{get:function(){return this._pixelFormat}},pixelDatatype:{get:function(){return this._pixelDatatype}},clearColor:{get:function(){return this._clearColor}},scissorRectangle:{get:function(){return this._passState.scissorTest.rectangle}},outputTexture:{get:function(){if(l(this._textureCache)){let e=this._textureCache.getFramebuffer(this._name);if(l(e))return e.getColorTexture(0)}}},selected:{get:function(){return this._selected},set:function(e){this._selected=e}},parentSelected:{get:function(){return this._parentSelected},set:function(e){this._parentSelected=e}}});var mft=/uniform\s+sampler2D\s+depthTexture/g;wA.prototype._isSupported=function(e){return!mft.test(this._fragmentShader)||e.depthTexture};function pft(e,t,n){let i=t[n];return(typeof i=="string"||i instanceof HTMLCanvasElement||i instanceof HTMLImageElement||i instanceof HTMLVideoElement||i instanceof ImageData)&&e._dirtyUniforms.push(n),{get:function(){return t[n]},set:function(o){let r=t[n];t[n]=o;let s=e._actualUniforms,a=s[n];l(a)&&a!==r&&a instanceof Rt&&!l(e._textureCache.getStageByName(n))&&(e._texturesToRelease.push(a),delete s[n],delete s[`${n}Dimensions`]),r instanceof Rt&&e._texturesToRelease.push(r),typeof o=="string"||o instanceof HTMLCanvasElement||o instanceof HTMLImageElement||o instanceof HTMLVideoElement||o instanceof ImageData?e._dirtyUniforms.push(n):s[n]=o}}}function _ft(e,t){return function(){let n=e._actualUniforms[t];return typeof n=="function"?n():n}}function gft(e,t){return function(){let n=e[t]();if(l(n))return n.dimensions}}function yft(e){if(l(e._uniformMap))return;let t={},n={},i=e._uniforms,o=e._actualUniforms;for(let r in i)if(i.hasOwnProperty(r)){typeof i[r]!="function"?(t[r]=_ft(e,r),n[r]=pft(e,i,r)):(t[r]=i[r],n[r]=i[r]),o[r]=i[r];let s=t[r]();(typeof s=="string"||s instanceof Rt||s instanceof HTMLImageElement||s instanceof HTMLCanvasElement||s instanceof HTMLVideoElement)&&(t[`${r}Dimensions`]=gft(t,r))}e._uniforms={},Object.defineProperties(e._uniforms,n),e._uniformMap=pt(t,{colorTexture:function(){return e._colorTexture},colorTextureDimensions:function(){return e._colorTexture.dimensions},depthTexture:function(){return e._depthTexture},depthTextureDimensions:function(){return e._depthTexture.dimensions},czm_idTexture:function(){return e._idTexture},czm_selectedIdTexture:function(){return e._selectedIdTexture},czm_selectedIdTextureStep:function(){return 1/e._selectedIdTexture.width}})}function Aft(e,t){if(l(e._command)&&!e._logDepthChanged&&!e._selectedDirty)return;let n=e._fragmentShader;if(l(e._selectedIdTexture)){let o=e._selectedIdTexture.width;n=n.replace(/varying\s+vec2\s+v_textureCoordinates;/g,""),n=`#define CZM_SELECTED_FEATURE
uniform sampler2D czm_idTexture;
uniform sampler2D czm_selectedIdTexture;
uniform float czm_selectedIdTextureStep;
varying vec2 v_textureCoordinates;
bool czm_selected(vec2 offset)
{
bool selected = false;
vec4 id = texture2D(czm_idTexture, v_textureCoordinates + offset);
for (int i = 0; i < ${o}; ++i)
{
vec4 selectedId = texture2D(czm_selectedIdTexture, vec2((float(i) + 0.5) * czm_selectedIdTextureStep, 0.5));
if (all(equal(id, selectedId)))
{
return true;
}
}
return false;
}
bool czm_selected()
{
return czm_selected(vec2(0.0));
}
${n}`}let i=new Ve({defines:[e._useLogDepth?"LOG_DEPTH":""],sources:[n]});e._command=t.createViewportQuadCommand(i,{uniformMap:e._uniformMap,owner:e})}function Cft(e){let t=e._sampleMode,n,i;t===af.LINEAR?(n=cn.LINEAR,i=Qi.LINEAR):(n=cn.NEAREST,i=Qi.NEAREST);let o=e._sampler;(!l(o)||o.minificationFilter!==n||o.magnificationFilter!==i)&&(e._sampler=new dn({wrapS:In.CLAMP_TO_EDGE,wrapT:In.CLAMP_TO_EDGE,minificationFilter:n,magnificationFilter:i}))}function xft(e,t){return function(n){e._texturesToCreate.push({name:t,source:n})}}function Tft(e,t){return function(){return e._textureCache.getOutputTexture(t)}}function Eft(e,t){let n,i,o,r=e._texturesToRelease,s=r.length;for(n=0;n<s;++n)i=r[n],i=i&&i.destroy();r.length=0;let a=e._texturesToCreate;for(s=a.length,n=0;n<s;++n){let d=a[n];o=d.name;let p=d.source;e._actualUniforms[o]=new Rt({context:t,source:p})}a.length=0;let c=e._dirtyUniforms;if(c.length===0&&!l(e._texturePromise)){e._ready=!0;return}if(c.length===0||l(e._texturePromise))return;s=c.length;let u=e._uniforms,f=[];for(n=0;n<s;++n){o=c[n];let d=u[o],p=e._textureCache.getStageByName(d);if(l(p))e._actualUniforms[o]=Tft(e,d);else if(typeof d=="string"){let g=new Pe({url:d});f.push(g.fetchImage().then(xft(e,o)))}else e._texturesToCreate.push({name:o,source:d})}c.length=0,f.length>0?(e._ready=!1,e._texturePromise=Promise.all(f).then(function(){e._ready=!0,e._texturePromise=void 0})):e._ready=!0}function t0e(e){l(e._command)&&(e._command.shaderProgram=e._command.shaderProgram&&e._command.shaderProgram.destroy(),e._command=void 0),e._selectedIdTexture=e._selectedIdTexture&&e._selectedIdTexture.destroy();let t=e._textureCache;if(!l(t))return;let n=e._uniforms,i=e._actualUniforms;for(let o in i)i.hasOwnProperty(o)&&i[o]instanceof Rt&&(l(t.getStageByName(n[o]))||i[o].destroy(),e._dirtyUniforms.push(o))}function bft(e){let t=l(e._selected)?e._selected.length:0,n=l(e._parentSelected)?e._parentSelected:0,i=e._selected!==e._selectedShadow||t!==e._selectedLength;if(i=i||e._parentSelected!==e._parentSelectedShadow||n!==e._parentSelectedLength,l(e._selected)&&l(e._parentSelected)?e._combinedSelected=e._selected.concat(e._parentSelected):l(e._parentSelected)?e._combinedSelected=e._parentSelected:e._combinedSelected=e._selected,!i&&l(e._combinedSelected)){if(!l(e._combinedSelectedShadow))return!0;t=e._combinedSelected.length;for(let o=0;o<t;++o)if(e._combinedSelected[o]!==e._combinedSelectedShadow[o])return!0}return i}function Sft(e,t){if(!e._selectedDirty)return;e._selectedIdTexture=e._selectedIdTexture&&e._selectedIdTexture.destroy(),e._selectedIdTexture=void 0;let n=e._combinedSelected;if(!l(n))return;let i,o,r=0,s=n.length;for(i=0;i<s;++i)o=n[i],l(o.pickIds)?r+=o.pickIds.length:l(o.pickId)&&++r;if(s===0||r===0){let f=new Uint8Array(4);f[0]=255,f[1]=255,f[2]=255,f[3]=255,e._selectedIdTexture=new Rt({context:t,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,source:{arrayBufferView:f,width:1,height:1},sampler:dn.NEAREST});return}let a,c=0,u=new Uint8Array(r*4);for(i=0;i<s;++i)if(o=n[i],l(o.pickIds)){let f=o.pickIds,d=f.length;for(let p=0;p<d;++p)a=f[p].color,u[c]=U.floatToByte(a.red),u[c+1]=U.floatToByte(a.green),u[c+2]=U.floatToByte(a.blue),u[c+3]=U.floatToByte(a.alpha),c+=4}else l(o.pickId)&&(a=o.pickId.color,u[c]=U.floatToByte(a.red),u[c+1]=U.floatToByte(a.green),u[c+2]=U.floatToByte(a.blue),u[c+3]=U.floatToByte(a.alpha),c+=4);e._selectedIdTexture=new Rt({context:t,pixelFormat:ft.RGBA,pixelDatatype:qe.UNSIGNED_BYTE,source:{arrayBufferView:u,width:r,height:1},sampler:dn.NEAREST})}wA.prototype.update=function(e,t){if(this.enabled!==this._enabled&&!this.enabled&&t0e(this),this._enabled=this.enabled,!this._enabled||(this._logDepthChanged=t!==this._useLogDepth,this._useLogDepth=t,this._selectedDirty=bft(this),this._selectedShadow=this._selected,this._parentSelectedShadow=this._parentSelected,this._combinedSelectedShadow=this._combinedSelected,this._selectedLength=l(this._selected)?this._selected.length:0,this._parentSelectedLength=l(this._parentSelected)?this._parentSelected.length:0,Sft(this,e),yft(this),Eft(this,e),Aft(this,e),Cft(this),this._selectedDirty=!1,!this._ready))return;let n=this._textureCache.getFramebuffer(this._name);if(this._command.framebuffer=n,!l(n))return;let i=n.getColorTexture(0),o;(i.width!==e.drawingBufferWidth||i.height!==e.drawingBufferHeight)&&(o=this._renderState,(!l(o)||i.width!==o.viewport.width||i.height!==o.viewport.height)&&(this._renderState=Ne.fromCache({viewport:new He(0,0,i.width,i.height)}))),this._command.renderState=o};wA.prototype.execute=function(e,t,n,i){if(!l(this._command)||!l(this._command.framebuffer)||!this._ready||!this._enabled)return;this._colorTexture=t,this._depthTexture=n,this._idTexture=i,dn.equals(this._colorTexture.sampler,this._sampler)||(this._colorTexture.sampler=this._sampler);let o=this.scissorRectangle.width>0&&this.scissorRectangle.height>0?this._passState:void 0;l(o)&&(o.context=e),this._command.execute(e,o)};wA.prototype.isDestroyed=function(){return!1};wA.prototype.destroy=function(){return t0e(this),le(this)};var go=wA;var n4=`uniform sampler2D colorTexture;
varying vec2 v_textureCoordinates;
#ifdef AUTO_EXPOSURE
uniform sampler2D autoExposure;
#endif
void main()
{
vec4 fragmentColor = texture2D(colorTexture, v_textureCoordinates);
vec3 color = fragmentColor.rgb;
#ifdef AUTO_EXPOSURE
color /= texture2D(autoExposure, vec2(0.5)).r;
#endif
color = czm_acesTonemapping(color);
color = czm_inverseGamma(color);
gl_FragColor = vec4(color, fragmentColor.a);
}
`;var i4=`uniform sampler2D randomTexture;
uniform sampler2D depthTexture;
uniform float intensity;
uniform float bias;
uniform float lengthCap;
uniform float stepSize;
uniform float frustumLength;
varying vec2 v_textureCoordinates;
vec4 clipToEye(vec2 uv, float depth)
{
vec2 xy = vec2((uv.x * 2.0 - 1.0), ((1.0 - uv.y) * 2.0 - 1.0));
vec4 posEC = czm_inverseProjection * vec4(xy, depth, 1.0);
posEC = posEC / posEC.w;
return posEC;
}
vec3 getNormalXEdge(vec3 posInCamera, float depthU, float depthD, float depthL, float depthR, vec2 pixelSize)
{
vec4 posInCameraUp = clipToEye(v_textureCoordinates - vec2(0.0, pixelSize.y), depthU);
vec4 posInCameraDown = clipToEye(v_textureCoordinates + vec2(0.0, pixelSize.y), depthD);
vec4 posInCameraLeft = clipToEye(v_textureCoordinates - vec2(pixelSize.x, 0.0), depthL);
vec4 posInCameraRight = clipToEye(v_textureCoordinates + vec2(pixelSize.x, 0.0), depthR);
vec3 up = posInCamera.xyz - posInCameraUp.xyz;
vec3 down = posInCameraDown.xyz - posInCamera.xyz;
vec3 left = posInCamera.xyz - posInCameraLeft.xyz;
vec3 right = posInCameraRight.xyz - posInCamera.xyz;
vec3 DX = length(left) < length(right) ? left : right;
vec3 DY = length(up) < length(down) ? up : down;
return normalize(cross(DY, DX));
}
void main(void)
{
float depth = czm_readDepth(depthTexture, v_textureCoordinates);
vec4 posInCamera = clipToEye(v_textureCoordinates, depth);
if (posInCamera.z > frustumLength)
{
gl_FragColor = vec4(1.0);
return;
}
vec2 pixelSize = czm_pixelRatio / czm_viewport.zw;
float depthU = czm_readDepth(depthTexture, v_textureCoordinates - vec2(0.0, pixelSize.y));
float depthD = czm_readDepth(depthTexture, v_textureCoordinates + vec2(0.0, pixelSize.y));
float depthL = czm_readDepth(depthTexture, v_textureCoordinates - vec2(pixelSize.x, 0.0));
float depthR = czm_readDepth(depthTexture, v_textureCoordinates + vec2(pixelSize.x, 0.0));
vec3 normalInCamera = getNormalXEdge(posInCamera.xyz, depthU, depthD, depthL, depthR, pixelSize);
float ao = 0.0;
vec2 sampleDirection = vec2(1.0, 0.0);
float gapAngle = 90.0 * czm_radiansPerDegree;
float randomVal = texture2D(randomTexture, v_textureCoordinates).x;
for (int i = 0; i < 4; i++)
{
float newGapAngle = gapAngle * (float(i) + randomVal);
float cosVal = cos(newGapAngle);
float sinVal = sin(newGapAngle);
vec2 rotatedSampleDirection = vec2(cosVal * sampleDirection.x - sinVal * sampleDirection.y, sinVal * sampleDirection.x + cosVal * sampleDirection.y);
float localAO = 0.0;
float localStepSize = stepSize;
for (int j = 0; j < 6; j++)
{
vec2 newCoords = v_textureCoordinates + rotatedSampleDirection * localStepSize * pixelSize;
if(newCoords.x > 1.0 || newCoords.y > 1.0 || newCoords.x < 0.0 || newCoords.y < 0.0)
{
break;
}
float stepDepthInfo = czm_readDepth(depthTexture, newCoords);
vec4 stepPosInCamera = clipToEye(newCoords, stepDepthInfo);
vec3 diffVec = stepPosInCamera.xyz - posInCamera.xyz;
float len = length(diffVec);
if (len > lengthCap)
{
break;
}
float dotVal = clamp(dot(normalInCamera, normalize(diffVec)), 0.0, 1.0 );
float weight = len / lengthCap;
weight = 1.0 - weight * weight;
if (dotVal < bias)
{
dotVal = 0.0;
}
localAO = max(localAO, dotVal * weight);
localStepSize += stepSize;
}
ao += localAO;
}
ao /= 4.0;
ao = 1.0 - clamp(ao, 0.0, 1.0);
ao = pow(ao, intensity);
gl_FragColor = vec4(vec3(ao), 1.0);
}
`;var o4=`uniform sampler2D colorTexture;
uniform sampler2D ambientOcclusionTexture;
uniform bool ambientOcclusionOnly;
varying vec2 v_textureCoordinates;
void main(void)
{
vec3 color = texture2D(colorTexture, v_textureCoordinates).rgb;
vec3 ao = texture2D(ambientOcclusionTexture, v_textureCoordinates).rgb;
gl_FragColor.rgb = ambientOcclusionOnly ? ao : ao * color;
}
`;var r4=`uniform sampler2D colorTexture;
uniform float gradations;
varying vec2 v_textureCoordinates;
void main(void)
{
vec3 rgb = texture2D(colorTexture, v_textureCoordinates).rgb;
#ifdef CZM_SELECTED_FEATURE
if (czm_selected()) {
gl_FragColor = vec4(rgb, 1.0);
return;
}
#endif
float luminance = czm_luminance(rgb);
float darkness = luminance * gradations;
darkness = (darkness - fract(darkness)) / gradations;
gl_FragColor = vec4(vec3(darkness), 1.0);
}
`;var s4=`uniform sampler2D colorTexture;
uniform sampler2D bloomTexture;
uniform bool glowOnly;
varying vec2 v_textureCoordinates;
void main(void)
{
vec4 color = texture2D(colorTexture, v_textureCoordinates);
#ifdef CZM_SELECTED_FEATURE
if (czm_selected()) {
gl_FragColor = color;
return;
}
#endif
vec4 bloom = texture2D(bloomTexture, v_textureCoordinates);
gl_FragColor = glowOnly ? bloom : bloom + color;
}
`;var a4=`uniform sampler2D colorTexture;
uniform float brightness;
varying vec2 v_textureCoordinates;
void main(void)
{
vec3 rgb = texture2D(colorTexture, v_textureCoordinates).rgb;
vec3 target = vec3(0.0);
gl_FragColor = vec4(mix(target, rgb, brightness), 1.0);
}
`;var c4=`uniform sampler2D colorTexture;
uniform float contrast;
uniform float brightness;
varying vec2 v_textureCoordinates;
void main(void)
{
vec3 sceneColor = texture2D(colorTexture, v_textureCoordinates).xyz;
sceneColor = czm_RGBToHSB(sceneColor);
sceneColor.z += brightness;
sceneColor = czm_HSBToRGB(sceneColor);
float factor = (259.0 * (contrast + 255.0)) / (255.0 * (259.0 - contrast));
sceneColor = factor * (sceneColor - vec3(0.5)) + vec3(0.5);
gl_FragColor = vec4(sceneColor, 1.0);
}
`;var l4=`uniform sampler2D colorTexture;
uniform sampler2D blurTexture;
uniform sampler2D depthTexture;
uniform float focalDistance;
varying vec2 v_textureCoordinates;
vec4 toEye(vec2 uv, float depth)
{
vec2 xy = vec2((uv.x * 2.0 - 1.0), ((1.0 - uv.y) * 2.0 - 1.0));
vec4 posInCamera = czm_inverseProjection * vec4(xy, depth, 1.0);
posInCamera = posInCamera / posInCamera.w;
return posInCamera;
}
float computeDepthBlur(float depth)
{
float f;
if (depth < focalDistance)
{
f = (focalDistance - depth) / (focalDistance - czm_currentFrustum.x);
}
else
{
f = (depth - focalDistance) / (czm_currentFrustum.y - focalDistance);
f = pow(f, 0.1);
}
f *= f;
f = clamp(f, 0.0, 1.0);
return pow(f, 0.5);
}
void main(void)
{
float depth = czm_readDepth(depthTexture, v_textureCoordinates);
vec4 posInCamera = toEye(v_textureCoordinates, depth);
float d = computeDepthBlur(-posInCamera.z);
gl_FragColor = mix(texture2D(colorTexture, v_textureCoordinates), texture2D(blurTexture, v_textureCoordinates), d);
}
`;var u4=`uniform sampler2D depthTexture;
varying vec2 v_textureCoordinates;
void main(void)
{
float depth = czm_readDepth(depthTexture, v_textureCoordinates);
gl_FragColor = vec4(vec3(depth), 1.0);
}
`;var f4=`uniform sampler2D depthTexture;
uniform float length;
uniform vec4 color;
varying vec2 v_textureCoordinates;
void main(void)
{
float directions[3];
directions[0] = -1.0;
directions[1] = 0.0;
directions[2] = 1.0;
float scalars[3];
scalars[0] = 3.0;
scalars[1] = 10.0;
scalars[2] = 3.0;
float padx = czm_pixelRatio / czm_viewport.z;
float pady = czm_pixelRatio / czm_viewport.w;
#ifdef CZM_SELECTED_FEATURE
bool selected = false;
for (int i = 0; i < 3; ++i)
{
float dir = directions[i];
selected = selected || czm_selected(vec2(-padx, dir * pady));
selected = selected || czm_selected(vec2(padx, dir * pady));
selected = selected || czm_selected(vec2(dir * padx, -pady));
selected = selected || czm_selected(vec2(dir * padx, pady));
if (selected)
{
break;
}
}
if (!selected)
{
gl_FragColor = vec4(color.rgb, 0.0);
return;
}
#endif
float horizEdge = 0.0;
float vertEdge = 0.0;
for (int i = 0; i < 3; ++i)
{
float dir = directions[i];
float scale = scalars[i];
horizEdge -= texture2D(depthTexture, v_textureCoordinates + vec2(-padx, dir * pady)).x * scale;
horizEdge += texture2D(depthTexture, v_textureCoordinates + vec2(padx, dir * pady)).x * scale;
vertEdge -= texture2D(depthTexture, v_textureCoordinates + vec2(dir * padx, -pady)).x * scale;
vertEdge += texture2D(depthTexture, v_textureCoordinates + vec2(dir * padx, pady)).x * scale;
}
float len = sqrt(horizEdge * horizEdge + vertEdge * vertEdge);
gl_FragColor = vec4(color.rgb, len > length ? color.a : 0.0);
}
`;var d4=`uniform sampler2D colorTexture;
varying vec2 v_textureCoordinates;
#ifdef AUTO_EXPOSURE
uniform sampler2D autoExposure;
#endif
void main()
{
vec4 fragmentColor = texture2D(colorTexture, v_textureCoordinates);
vec3 color = fragmentColor.rgb;
#ifdef AUTO_EXPOSURE
float exposure = texture2D(autoExposure, vec2(0.5)).r;
color /= exposure;
#endif
const float A = 0.22;
const float B = 0.30;
const float C = 0.10;
const float D = 0.20;
const float E = 0.01;
const float F = 0.30;
const float white = 11.2;
vec3 c = ((color * (A * color + C * B) + D * E) / (color * ( A * color + B) + D * F)) - E / F;
float w = ((white * (A * white + C * B) + D * E) / (white * ( A * white + B) + D * F)) - E / F;
c = czm_inverseGamma(c / w);
gl_FragColor = vec4(c, fragmentColor.a);
}
`;var h4=`varying vec2 v_textureCoordinates;
uniform sampler2D colorTexture;
const float fxaaQualitySubpix = 0.5;
const float fxaaQualityEdgeThreshold = 0.125;
const float fxaaQualityEdgeThresholdMin = 0.0833;
void main()
{
vec2 fxaaQualityRcpFrame = vec2(1.0) / czm_viewport.zw;
vec4 color = FxaaPixelShader(
v_textureCoordinates,
colorTexture,
fxaaQualityRcpFrame,
fxaaQualitySubpix,
fxaaQualityEdgeThreshold,
fxaaQualityEdgeThresholdMin);
float alpha = texture2D(colorTexture, v_textureCoordinates).a;
gl_FragColor = vec4(color.rgb, alpha);
}
`;var DA=`#define SAMPLES 8
uniform float delta;
uniform float sigma;
uniform float direction;
uniform sampler2D colorTexture;
#ifdef USE_STEP_SIZE
uniform float stepSize;
#else
uniform vec2 step;
#endif
varying vec2 v_textureCoordinates;
void main()
{
vec2 st = v_textureCoordinates;
vec2 dir = vec2(1.0 - direction, direction);
#ifdef USE_STEP_SIZE
vec2 step = vec2(stepSize * (czm_pixelRatio / czm_viewport.zw));
#else
vec2 step = step;
#endif
vec3 g;
g.x = 1.0 / (sqrt(czm_twoPi) * sigma);
g.y = exp((-0.5 * delta * delta) / (sigma * sigma));
g.z = g.y * g.y;
vec4 result = texture2D(colorTexture, st) * g.x;
for (int i = 1; i < SAMPLES; ++i)
{
g.xy *= g.yz;
vec2 offset = float(i) * dir * step;
result += texture2D(colorTexture, st - offset) * g.x;
result += texture2D(colorTexture, st + offset) * g.x;
}
gl_FragColor = result;
}
`;var m4=`uniform sampler2D colorTexture;
uniform sampler2D dirtTexture;
uniform sampler2D starTexture;
uniform vec2 dirtTextureDimensions;
uniform float distortion;
uniform float ghostDispersal;
uniform float haloWidth;
uniform float dirtAmount;
uniform float earthRadius;
uniform float intensity;
varying vec2 v_textureCoordinates;
#define DISTANCE_TO_SPACE 6500000.0
vec4 getNDCFromWC(vec3 WC, float earthRadius)
{
vec4 positionEC = czm_view * vec4(WC, 1.0);
positionEC = vec4(positionEC.x + earthRadius, positionEC.y, positionEC.z, 1.0);
vec4 positionWC = czm_eyeToWindowCoordinates(positionEC);
return czm_viewportOrthographic * vec4(positionWC.xy, -positionWC.z, 1.0);
}
float isInEarth(vec2 texcoord, vec2 sceneSize)
{
vec2 NDC = texcoord * 2.0 - 1.0;
vec4 earthPosSC = getNDCFromWC(vec3(0.0), 0.0);
vec4 earthPosSCEdge = getNDCFromWC(vec3(0.0), earthRadius * 1.5);
NDC.xy -= earthPosSC.xy;
float X = abs(NDC.x) * sceneSize.x;
float Y = abs(NDC.y) * sceneSize.y;
return clamp(0.0, 1.0, max(sqrt(X * X + Y * Y) / max(abs(earthPosSCEdge.x * sceneSize.x), 1.0) - 0.8 , 0.0));
}
vec4 textureDistorted(sampler2D tex, vec2 texcoord, vec2 direction, vec3 distortion, bool isSpace)
{
vec2 sceneSize = czm_viewport.zw;
vec3 color;
if(isSpace)
{
color.r = isInEarth(texcoord + direction * distortion.r, sceneSize) * texture2D(tex, texcoord + direction * distortion.r).r;
color.g = isInEarth(texcoord + direction * distortion.g, sceneSize) * texture2D(tex, texcoord + direction * distortion.g).g;
color.b = isInEarth(texcoord + direction * distortion.b, sceneSize) * texture2D(tex, texcoord + direction * distortion.b).b;
}
else
{
color.r = texture2D(tex, texcoord + direction * distortion.r).r;
color.g = texture2D(tex, texcoord + direction * distortion.g).g;
color.b = texture2D(tex, texcoord + direction * distortion.b).b;
}
return vec4(clamp(color, 0.0, 1.0), 0.0);
}
void main(void)
{
vec4 originalColor = texture2D(colorTexture, v_textureCoordinates);
vec3 rgb = originalColor.rgb;
bool isSpace = length(czm_viewerPositionWC.xyz) > DISTANCE_TO_SPACE;
vec4 sunPos = czm_morphTime == 1.0 ? vec4(czm_sunPositionWC, 1.0) : vec4(czm_sunPositionColumbusView.zxy, 1.0);
vec4 sunPositionEC = czm_view * sunPos;
vec4 sunPositionWC = czm_eyeToWindowCoordinates(sunPositionEC);
sunPos = czm_viewportOrthographic * vec4(sunPositionWC.xy, -sunPositionWC.z, 1.0);
if(!isSpace || !((sunPos.x >= -1.1 && sunPos.x <= 1.1) && (sunPos.y >= -1.1 && sunPos.y <= 1.1)))
{
gl_FragColor = originalColor;
return;
}
vec2 texcoord = vec2(1.0) - v_textureCoordinates;
vec2 pixelSize = czm_pixelRatio / czm_viewport.zw;
vec2 invPixelSize = 1.0 / pixelSize;
vec3 distortionVec = pixelSize.x * vec3(-distortion, 0.0, distortion);
vec2 ghostVec = (vec2(0.5) - texcoord) * ghostDispersal;
vec3 direction = normalize(vec3(ghostVec, 0.0));
vec4 result = vec4(0.0);
vec4 ghost = vec4(0.0);
for (int i = 0; i < 4; ++i)
{
vec2 offset = fract(texcoord + ghostVec * float(i));
ghost += textureDistorted(colorTexture, offset, direction.xy, distortionVec, isSpace);
}
result += ghost;
vec2 haloVec = normalize(ghostVec) * haloWidth;
float weightForHalo = length(vec2(0.5) - fract(texcoord + haloVec)) / length(vec2(0.5));
weightForHalo = pow(1.0 - weightForHalo, 5.0);
result += textureDistorted(colorTexture, texcoord + haloVec, direction.xy, distortionVec, isSpace) * weightForHalo * 1.5;
vec2 dirtTexCoords = (v_textureCoordinates * invPixelSize) / dirtTextureDimensions;
if (dirtTexCoords.x > 1.0)
{
dirtTexCoords.x = mod(floor(dirtTexCoords.x), 2.0) == 1.0 ? 1.0 - fract(dirtTexCoords.x) : fract(dirtTexCoords.x);
}
if (dirtTexCoords.y > 1.0)
{
dirtTexCoords.y = mod(floor(dirtTexCoords.y), 2.0) == 1.0 ? 1.0 - fract(dirtTexCoords.y) : fract(dirtTexCoords.y);
}
result += dirtAmount * texture2D(dirtTexture, dirtTexCoords);
float camrot = czm_view[0].z + czm_view[1].y;
float cosValue = cos(camrot);
float sinValue = sin(camrot);
mat3 rotation = mat3(
cosValue, -sinValue, 0.0,
sinValue, cosValue, 0.0,
0.0, 0.0, 1.0
);
vec3 st1 = vec3(v_textureCoordinates * 2.0 - vec2(1.0), 1.0);
vec3 st2 = vec3((rotation * st1).xy, 1.0);
vec3 st3 = st2 * 0.5 + vec3(0.5);
vec2 lensStarTexcoord = st3.xy;
float weightForLensFlare = length(vec3(sunPos.xy, 0.0));
float oneMinusWeightForLensFlare = max(1.0 - weightForLensFlare, 0.0);
if (!isSpace)
{
result *= oneMinusWeightForLensFlare * intensity * 0.2;
}
else
{
result *= oneMinusWeightForLensFlare * intensity;
result *= texture2D(starTexture, lensStarTexcoord) * pow(weightForLensFlare, 1.0) * max((1.0 - length(vec3(st1.xy, 0.0))), 0.0) * 2.0;
}
result += texture2D(colorTexture, v_textureCoordinates);
gl_FragColor = result;
}
`;var p4=`uniform sampler2D colorTexture;
uniform vec3 white;
varying vec2 v_textureCoordinates;
#ifdef AUTO_EXPOSURE
uniform sampler2D autoExposure;
#endif
void main()
{
vec4 fragmentColor = texture2D(colorTexture, v_textureCoordinates);
vec3 color = fragmentColor.rgb;
#ifdef AUTO_EXPOSURE
float exposure = texture2D(autoExposure, vec2(0.5)).r;
color /= exposure;
#endif
color = (color * (1.0 + color / white)) / (1.0 + color);
color = czm_inverseGamma(color);
gl_FragColor = vec4(color, fragmentColor.a);
}
`;var _4=`uniform sampler2D colorTexture;
varying vec2 v_textureCoordinates;
float rand(vec2 co)
{
return fract(sin(dot(co.xy ,vec2(12.9898, 78.233))) * 43758.5453);
}
void main(void)
{
float noiseValue = rand(v_textureCoordinates + sin(czm_frameNumber)) * 0.1;
vec3 rgb = texture2D(colorTexture, v_textureCoordinates).rgb;
vec3 green = vec3(0.0, 1.0, 0.0);
gl_FragColor = vec4((noiseValue + rgb) * green, 1.0);
}
`;var g4=`uniform sampler2D colorTexture;
varying vec2 v_textureCoordinates;
#ifdef AUTO_EXPOSURE
uniform sampler2D autoExposure;
#endif
void main()
{
vec4 fragmentColor = texture2D(colorTexture, v_textureCoordinates);
vec3 color = fragmentColor.rgb;
#ifdef AUTO_EXPOSURE
float exposure = texture2D(autoExposure, vec2(0.5)).r;
color /= exposure;
#endif
color = color / (1.0 + color);
color = czm_inverseGamma(color);
gl_FragColor = vec4(color, fragmentColor.a);
}
`;var y4=`uniform sampler2D colorTexture;
uniform sampler2D silhouetteTexture;
varying vec2 v_textureCoordinates;
void main(void)
{
vec4 silhouetteColor = texture2D(silhouetteTexture, v_textureCoordinates);
vec4 color = texture2D(colorTexture, v_textureCoordinates);
gl_FragColor = mix(color, silhouetteColor, silhouetteColor.a);
}
`;function vA(e){e=y(e,y.EMPTY_OBJECT),this._stages=e.stages,this._inputPreviousStageTexture=y(e.inputPreviousStageTexture,!0);let t=e.name;l(t)||(t=kn()),this._name=t,this._uniforms=e.uniforms,this._textureCache=void 0,this._index=void 0,this._selected=void 0,this._selectedShadow=void 0,this._parentSelected=void 0,this._parentSelectedShadow=void 0,this._combinedSelected=void 0,this._combinedSelectedShadow=void 0,this._selectedLength=0,this._parentSelectedLength=0,this._selectedDirty=!0}Object.defineProperties(vA.prototype,{ready:{get:function(){let e=this._stages,t=e.length;for(let n=0;n<t;++n)if(!e[n].ready)return!1;return!0}},name:{get:function(){return this._name}},enabled:{get:function(){return this._stages[0].enabled},set:function(e){let t=this._stages,n=t.length;for(let i=0;i<n;++i)t[i].enabled=e}},uniforms:{get:function(){return this._uniforms}},inputPreviousStageTexture:{get:function(){return this._inputPreviousStageTexture}},length:{get:function(){return this._stages.length}},selected:{get:function(){return this._selected},set:function(e){this._selected=e}},parentSelected:{get:function(){return this._parentSelected},set:function(e){this._parentSelected=e}}});vA.prototype._isSupported=function(e){let t=this._stages,n=t.length;for(let i=0;i<n;++i)if(!t[i]._isSupported(e))return!1;return!0};vA.prototype.get=function(e){return this._stages[e]};function wft(e){let t=l(e._selected)?e._selected.length:0,n=l(e._parentSelected)?e._parentSelected:0,i=e._selected!==e._selectedShadow||t!==e._selectedLength;if(i=i||e._parentSelected!==e._parentSelectedShadow||n!==e._parentSelectedLength,l(e._selected)&&l(e._parentSelected)?e._combinedSelected=e._selected.concat(e._parentSelected):l(e._parentSelected)?e._combinedSelected=e._parentSelected:e._combinedSelected=e._selected,!i&&l(e._combinedSelected)){if(!l(e._combinedSelectedShadow))return!0;t=e._combinedSelected.length;for(let o=0;o<t;++o)if(e._combinedSelected[o]!==e._combinedSelectedShadow[o])return!0}return i}vA.prototype.update=function(e,t){this._selectedDirty=wft(this),this._selectedShadow=this._selected,this._parentSelectedShadow=this._parentSelected,this._combinedSelectedShadow=this._combinedSelected,this._selectedLength=l(this._selected)?this._selected.length:0,this._parentSelectedLength=l(this._parentSelected)?this._parentSelected.length:0;let n=this._stages,i=n.length;for(let o=0;o<i;++o){let r=n[o];this._selectedDirty&&(r.parentSelected=this._combinedSelected),r.update(e,t)}};vA.prototype.isDestroyed=function(){return!1};vA.prototype.destroy=function(){let e=this._stages,t=e.length;for(let n=0;n<t;++n)e[n].destroy();return le(this)};var cl=vA;var Tr={};function A4(e){let o=`#define USE_STEP_SIZE
${DA}`,r=new go({name:`${e}_x_direction`,fragmentShader:o,uniforms:{delta:1,sigma:2,stepSize:1,direction:0},sampleMode:af.LINEAR}),s=new go({name:`${e}_y_direction`,fragmentShader:o,uniforms:{delta:1,sigma:2,stepSize:1,direction:1},sampleMode:af.LINEAR}),a={};return Object.defineProperties(a,{delta:{get:function(){return r.uniforms.delta},set:function(c){let u=r.uniforms,f=s.uniforms;u.delta=f.delta=c}},sigma:{get:function(){return r.uniforms.sigma},set:function(c){let u=r.uniforms,f=s.uniforms;u.sigma=f.sigma=c}},stepSize:{get:function(){return r.uniforms.stepSize},set:function(c){let u=r.uniforms,f=s.uniforms;u.stepSize=f.stepSize=c}}}),new cl({name:e,stages:[r,s],uniforms:a})}Tr.createBlurStage=function(){return A4("czm_blur")};Tr.createDepthOfFieldStage=function(){let e=A4("czm_depth_of_field_blur"),t=new go({name:"czm_depth_of_field_composite",fragmentShader:l4,uniforms:{focalDistance:5,blurTexture:e.name}}),n={};return Object.defineProperties(n,{focalDistance:{get:function(){return t.uniforms.focalDistance},set:function(i){t.uniforms.focalDistance=i}},delta:{get:function(){return e.uniforms.delta},set:function(i){e.uniforms.delta=i}},sigma:{get:function(){return e.uniforms.sigma},set:function(i){e.uniforms.sigma=i}},stepSize:{get:function(){return e.uniforms.stepSize},set:function(i){e.uniforms.stepSize=i}}}),new cl({name:"czm_depth_of_field",stages:[e,t],inputPreviousStageTexture:!1,uniforms:n})};Tr.isDepthOfFieldSupported=function(e){return e.context.depthTexture};Tr.createEdgeDetectionStage=function(){let e=kn();return new go({name:`czm_edge_detection_${e}`,fragmentShader:f4,uniforms:{length:.25,color:U.clone(U.BLACK)}})};Tr.isEdgeDetectionSupported=function(e){return e.context.depthTexture};function Dft(e){if(!l(e))return Tr.createEdgeDetectionStage();let t=new cl({name:"czm_edge_detection_multiple",stages:e,inputPreviousStageTexture:!1}),n={},i="",o="";for(let a=0;a<e.length;++a)i+=`uniform sampler2D edgeTexture${a};
`,o+=` vec4 edge${a} = texture2D(edgeTexture${a}, v_textureCoordinates);
if (edge${a}.a > 0.0)
{
color = edge${a};
break;
}
`,n[`edgeTexture${a}`]=e[a].name;let r=`${i}varying vec2 v_textureCoordinates;
void main() {
vec4 color = vec4(0.0);
for (int i = 0; i < ${e.length}; i++)
{
${o} }
gl_FragColor = color;
}
`,s=new go({name:"czm_edge_detection_combine",fragmentShader:r,uniforms:n});return new cl({name:"czm_edge_detection_composite",stages:[t,s]})}Tr.createSilhouetteStage=function(e){let t=Dft(e),n=new go({name:"czm_silhouette_color_edges",fragmentShader:y4,uniforms:{silhouetteTexture:t.name}});return new cl({name:"czm_silhouette",stages:[t,n],inputPreviousStageTexture:!1,uniforms:t.uniforms})};Tr.isSilhouetteSupported=function(e){return e.context.depthTexture};Tr.createBloomStage=function(){let e=new go({name:"czm_bloom_contrast_bias",fragmentShader:c4,uniforms:{contrast:128,brightness:-.3}}),t=A4("czm_bloom_blur"),n=new cl({name:"czm_bloom_contrast_bias_blur",stages:[e,t]}),i=new go({name:"czm_bloom_generate_composite",fragmentShader:s4,uniforms:{glowOnly:!1,bloomTexture:n.name}}),o={};return Object.defineProperties(o,{glowOnly:{get:function(){return i.uniforms.glowOnly},set:function(r){i.uniforms.glowOnly=r}},contrast:{get:function(){return e.uniforms.contrast},set:function(r){e.uniforms.contrast=r}},brightness:{get:function(){return e.uniforms.brightness},set:function(r){e.uniforms.brightness=r}},delta:{get:function(){return t.uniforms.delta},set:function(r){t.uniforms.delta=r}},sigma:{get:function(){return t.uniforms.sigma},set:function(r){t.uniforms.sigma=r}},stepSize:{get:function(){return t.uniforms.stepSize},set:function(r){t.uniforms.stepSize=r}}}),new cl({name:"czm_bloom",stages:[n,i],inputPreviousStageTexture:!1,uniforms:o})};Tr.createAmbientOcclusionStage=function(){let e=new go({name:"czm_ambient_occlusion_generate",fragmentShader:i4,uniforms:{intensity:3,bias:.1,lengthCap:.26,stepSize:1.95,frustumLength:1e3,randomTexture:void 0}}),t=A4("czm_ambient_occlusion_blur");t.uniforms.stepSize=.86;let n=new cl({name:"czm_ambient_occlusion_generate_blur",stages:[e,t]}),i=new go({name:"czm_ambient_occlusion_composite",fragmentShader:o4,uniforms:{ambientOcclusionOnly:!1,ambientOcclusionTexture:n.name}}),o={};return Object.defineProperties(o,{intensity:{get:function(){return e.uniforms.intensity},set:function(r){e.uniforms.intensity=r}},bias:{get:function(){return e.uniforms.bias},set:function(r){e.uniforms.bias=r}},lengthCap:{get:function(){return e.uniforms.lengthCap},set:function(r){e.uniforms.lengthCap=r}},stepSize:{get:function(){return e.uniforms.stepSize},set:function(r){e.uniforms.stepSize=r}},frustumLength:{get:function(){return e.uniforms.frustumLength},set:function(r){e.uniforms.frustumLength=r}},randomTexture:{get:function(){return e.uniforms.randomTexture},set:function(r){e.uniforms.randomTexture=r}},delta:{get:function(){return t.uniforms.delta},set:function(r){t.uniforms.delta=r}},sigma:{get:function(){return t.uniforms.sigma},set:function(r){t.uniforms.sigma=r}},blurStepSize:{get:function(){return t.uniforms.stepSize},set:function(r){t.uniforms.stepSize=r}},ambientOcclusionOnly:{get:function(){return i.uniforms.ambientOcclusionOnly},set:function(r){i.uniforms.ambientOcclusionOnly=r}}}),new cl({name:"czm_ambient_occlusion",stages:[n,i],inputPreviousStageTexture:!1,uniforms:o})};Tr.isAmbientOcclusionSupported=function(e){return e.context.depthTexture};var vft=`#define FXAA_QUALITY_PRESET 39
${Zk}
${h4}`;Tr.createFXAAStage=function(){return new go({name:"czm_FXAA",fragmentShader:vft,sampleMode:af.LINEAR})};Tr.createAcesTonemappingStage=function(e){let t=e?`#define AUTO_EXPOSURE
`:"";return t+=n4,new go({name:"czm_aces",fragmentShader:t,uniforms:{autoExposure:void 0}})};Tr.createFilmicTonemappingStage=function(e){let t=e?`#define AUTO_EXPOSURE
`:"";return t+=d4,new go({name:"czm_filmic",fragmentShader:t,uniforms:{autoExposure:void 0}})};Tr.createReinhardTonemappingStage=function(e){let t=e?`#define AUTO_EXPOSURE
`:"";return t+=g4,new go({name:"czm_reinhard",fragmentShader:t,uniforms:{autoExposure:void 0}})};Tr.createModifiedReinhardTonemappingStage=function(e){let t=e?`#define AUTO_EXPOSURE
`:"";return t+=p4,new go({name:"czm_modified_reinhard",fragmentShader:t,uniforms:{white:U.WHITE,autoExposure:void 0}})};Tr.createAutoExposureStage=function(){return new dV};Tr.createBlackAndWhiteStage=function(){return new go({name:"czm_black_and_white",fragmentShader:r4,uniforms:{gradations:5}})};Tr.createBrightnessStage=function(){return new go({name:"czm_brightness",fragmentShader:a4,uniforms:{brightness:.5}})};Tr.createNightVisionStage=function(){return new go({name:"czm_night_vision",fragmentShader:_4})};Tr.createDepthViewStage=function(){return new go({name:"czm_depth_view",fragmentShader:u4})};Tr.createLensFlareStage=function(){return new go({name:"czm_lens_flare",fragmentShader:m4,uniforms:{dirtTexture:Kt("Assets/Textures/LensFlare/DirtMask.jpg"),starTexture:Kt("Assets/Textures/LensFlare/StarBurst.jpg"),intensity:2,distortion:10,ghostDispersal:.4,haloWidth:.4,dirtAmount:.4,earthRadius:ie.WGS84.maximumRadius}})};var Td=Tr;function bp(e){this._collection=e,this._framebuffers=[],this._stageNameToFramebuffer={},this._width=void 0,this._height=void 0,this._updateDependencies=!1}function Nv(e){for(;l(e.length);)e=e.get(e.length-1);return e.name}function pq(e,t,n,i,o){if(!i.enabled||!i._isSupported(t))return o;let r=n[i.name]={};if(l(o)){let a=e.getStageByName(o);r[Nv(a)]=!0}let s=i.uniforms;if(l(s)){let a=Object.getOwnPropertyNames(s),c=a.length;for(let u=0;u<c;++u){let f=s[a[u]];if(typeof f=="string"){let d=e.getStageByName(f);l(d)&&(r[Nv(d)]=!0)}}}return i.name}function Fv(e,t,n,i,o){if(l(i.enabled)&&!i.enabled||l(i._isSupported)&&!i._isSupported(t))return o;let r=o,s=!l(i.inputPreviousStageTexture)||i.inputPreviousStageTexture,a=o,c=i.length;for(let d=0;d<c;++d){let p=i.get(d);l(p.length)?a=Fv(e,t,n,p,o):a=pq(e,t,n,p,o),s&&(o=a)}let u,f;if(s)for(u=1;u<c;++u)f=Nv(i.get(u)),l(n[f])||(n[f]={}),n[f][r]=!0;else for(u=1;u<c;++u){f=Nv(i.get(u));let d=n[f];for(let p=0;p<u;++p)d[Nv(i.get(p))]=!0}return a}function Pft(e,t){let n={};if(l(e.ambientOcclusion)){let i=e.ambientOcclusion,o=e.bloom,r=e._tonemapping,s=e.fxaa,a=Fv(e,t,n,i,void 0);a=Fv(e,t,n,o,a),a=pq(e,t,n,r,a),a=Fv(e,t,n,e,a),pq(e,t,n,s,a)}else Fv(e,t,n,e,void 0);return n}function Ift(e,t,n){let o=e._collection.getStageByName(t),r=o._textureScale,s=o._forcePowerOfTwo,a=o._pixelFormat,c=o._pixelDatatype,u=o._clearColor,f,d,p=e._framebuffers,g=p.length;for(f=0;f<g;++f){if(d=p[f],r!==d.textureScale||s!==d.forcePowerOfTwo||a!==d.pixelFormat||c!==d.pixelDatatype||!U.equals(u,d.clearColor))continue;let m=d.stages,A=m.length,C=!1;for(let x=0;x<A;++x)if(n[m[x]]){C=!0;break}if(!C)break}return l(d)&&f<g?(d.stages.push(t),d):(d={textureScale:r,forcePowerOfTwo:s,pixelFormat:a,pixelDatatype:c,clearColor:u,stages:[t],buffer:new ci({pixelFormat:a,pixelDatatype:c}),clear:void 0},p.push(d),d)}function Oft(e,t){let n=Pft(e._collection,t);for(let i in n)n.hasOwnProperty(i)&&(e._stageNameToFramebuffer[i]=Ift(e,i,n[i]))}function _q(e){let t=e._framebuffers,n=t.length;for(let i=0;i<n;++i)t[i].buffer.destroy()}function Bft(e,t){let n=e._width,i=e._height,o=e._framebuffers,r=o.length;for(let s=0;s<r;++s){let a=o[s],c=a.textureScale,u=Math.ceil(n*c),f=Math.ceil(i*c),d=Math.min(u,f);a.forcePowerOfTwo&&(I.isPowerOfTwo(d)||(d=I.nextPowerOfTwo(d)),u=d,f=d),a.buffer.update(t,u,f),a.clear=new ei({color:a.clearColor,framebuffer:a.buffer.framebuffer})}}bp.prototype.updateDependencies=function(){this._updateDependencies=!0};bp.prototype.update=function(e){let t=this._collection,n=this._updateDependencies,i=l(t.ambientOcclusion)&&t.ambientOcclusion.enabled&&t.ambientOcclusion._isSupported(e),o=l(t.bloom)&&t.bloom.enabled&&t.bloom._isSupported(e),r=l(t._tonemapping)&&t._tonemapping.enabled&&t._tonemapping._isSupported(e),s=l(t.fxaa)&&t.fxaa.enabled&&t.fxaa._isSupported(e),a=!l(t._activeStages)||t._activeStages.length>0||i||o||r||s;if((n||!a&&this._framebuffers.length>0)&&(_q(this),this._framebuffers.length=0,this._stageNameToFramebuffer={},this._width=void 0,this._height=void 0),!n&&!a)return;this._framebuffers.length===0&&Oft(this,e);let c=e.drawingBufferWidth,u=e.drawingBufferHeight,f=this._width!==c||this._height!==u;!n&&!f||(this._width=c,this._height=u,this._updateDependencies=!1,_q(this),Bft(this,e))};bp.prototype.clear=function(e){let t=this._framebuffers;for(let n=0;n<t.length;++n)t[n].clear.execute(e)};bp.prototype.getStageByName=function(e){return this._collection.getStageByName(e)};bp.prototype.getOutputTexture=function(e){return this._collection.getOutputTexture(e)};bp.prototype.getFramebuffer=function(e){let t=this._stageNameToFramebuffer[e];if(!!l(t))return t.buffer.framebuffer};bp.prototype.isDestroyed=function(){return!1};bp.prototype.destroy=function(){return _q(this),le(this)};var $E=bp;var kv={REINHARD:0,MODIFIED_REINHARD:1,FILMIC:2,ACES:3,validate:function(e){return e===kv.REINHARD||e===kv.MODIFIED_REINHARD||e===kv.FILMIC||e===kv.ACES}},PA=Object.freeze(kv);var gq=[];function bc(){let e=Td.createFXAAStage(),t=Td.createAmbientOcclusionStage(),n=Td.createBloomStage();this._autoExposureEnabled=!1,this._autoExposure=Td.createAutoExposureStage(),this._tonemapping=void 0,this._tonemapper=void 0,this.tonemapper=PA.ACES;let i=this._tonemapping;e.enabled=!1,t.enabled=!1,n.enabled=!1,i.enabled=!1;let o=new $E(this),r={},s=gq;for(s.push(e,t,n,i);s.length>0;){let c=s.pop();r[c.name]=c,c._textureCache=o;let u=c.length;if(l(u))for(let f=0;f<u;++f)s.push(c.get(f))}this._stages=[],this._activeStages=[],this._previousActiveStages=[],this._randomTexture=void 0;let a=this;t.uniforms.randomTexture=function(){return a._randomTexture},this._ao=t,this._bloom=n,this._fxaa=e,this._aoEnabled=void 0,this._bloomEnabled=void 0,this._tonemappingEnabled=void 0,this._fxaaEnabled=void 0,this._activeStagesChanged=!1,this._stagesRemoved=!1,this._textureCacheDirty=!1,this._stageNames=r,this._textureCache=o}Object.defineProperties(bc.prototype,{ready:{get:function(){let e=!1,t=this._stages,n=t.length;for(let a=n-1;a>=0;--a){let c=t[a];e=e||c.ready&&c.enabled}let i=this._fxaa,o=this._ao,r=this._bloom,s=this._tonemapping;return e=e||i.ready&&i.enabled,e=e||o.ready&&o.enabled,e=e||r.ready&&r.enabled,e=e||s.ready&&s.enabled,e}},fxaa:{get:function(){return this._fxaa}},ambientOcclusion:{get:function(){return this._ao}},bloom:{get:function(){return this._bloom}},length:{get:function(){return yq(this),this._stages.length}},outputTexture:{get:function(){let e=this._fxaa;if(e.enabled&&e.ready)return this.getOutputTexture(e.name);let t=this._stages,n=t.length;for(let s=n-1;s>=0;--s){let a=t[s];if(l(a)&&a.ready&&a.enabled)return this.getOutputTexture(a.name)}let i=this._tonemapping;if(i.enabled&&i.ready)return this.getOutputTexture(i.name);let o=this._bloom;if(o.enabled&&o.ready)return this.getOutputTexture(o.name);let r=this._ao;if(r.enabled&&r.ready)return this.getOutputTexture(r.name)}},hasSelected:{get:function(){let e=this._stages.slice();for(;e.length>0;){let t=e.pop();if(!l(t))continue;if(l(t.selected))return!0;let n=t.length;if(l(n))for(let i=0;i<n;++i)e.push(t.get(i))}return!1}},tonemapper:{get:function(){return this._tonemapper},set:function(e){if(this._tonemapper===e)return;l(this._tonemapping)&&(delete this._stageNames[this._tonemapping.name],this._tonemapping.destroy());let t=this._autoExposureEnabled,n;switch(e){case PA.REINHARD:n=Td.createReinhardTonemappingStage(t);break;case PA.MODIFIED_REINHARD:n=Td.createModifiedReinhardTonemappingStage(t);break;case PA.FILMIC:n=Td.createFilmicTonemappingStage(t);break;default:n=Td.createAcesTonemappingStage(t);break}if(t){let i=this._autoExposure;n.uniforms.autoExposure=function(){return i.outputTexture}}this._tonemapper=e,this._tonemapping=n,l(this._stageNames)&&(this._stageNames[n.name]=n,n._textureCache=this._textureCache),this._textureCacheDirty=!0}}});function yq(e){if(!e._stagesRemoved)return;e._stagesRemoved=!1;let t=[],n=e._stages,i=n.length;for(let o=0,r=0;o<i;++o){let s=n[o];s&&(s._index=r++,t.push(s))}e._stages=t}bc.prototype.add=function(e){let t=this._stageNames,n=gq;for(n.push(e);n.length>0;){let o=n.pop();t[o.name]=o,o._textureCache=this._textureCache;let r=o.length;if(l(r))for(let s=0;s<r;++s)n.push(o.get(s))}let i=this._stages;return e._index=i.length,i.push(e),this._textureCacheDirty=!0,e};bc.prototype.remove=function(e){if(!this.contains(e))return!1;let t=this._stageNames,n=gq;for(n.push(e);n.length>0;){let i=n.pop();delete t[i.name];let o=i.length;if(l(o))for(let r=0;r<o;++r)n.push(i.get(r))}return this._stages[e._index]=void 0,this._stagesRemoved=!0,this._textureCacheDirty=!0,e._index=void 0,e._textureCache=void 0,e.destroy(),!0};bc.prototype.contains=function(e){return l(e)&&l(e._index)&&e._textureCache===this._textureCache};bc.prototype.get=function(e){return yq(this),this._stages[e]};bc.prototype.removeAll=function(){let e=this._stages,t=e.length;for(let n=0;n<t;++n)this.remove(e[n]);e.length=0};bc.prototype.getStageByName=function(e){return this._stageNames[e]};bc.prototype.update=function(e,t,n){yq(this);let i=this._activeStages,o=this._activeStages=this._previousActiveStages;this._previousActiveStages=i;let r=this._stages,s=o.length=r.length,a,c,u=0;for(a=0;a<s;++a)c=r[a],c.ready&&c.enabled&&c._isSupported(e)&&(o[u++]=c);o.length=u;let f=u!==i.length;if(!f){for(a=0;a<u;++a)if(o[a]!==i[a]){f=!0;break}}let d=this._ao,p=this._bloom,g=this._autoExposure,m=this._tonemapping,A=this._fxaa;m.enabled=n;let C=d.enabled&&d._isSupported(e),x=p.enabled&&p._isSupported(e),b=m.enabled&&m._isSupported(e),E=A.enabled&&A._isSupported(e);if((f||this._textureCacheDirty||C!==this._aoEnabled||x!==this._bloomEnabled||b!==this._tonemappingEnabled||E!==this._fxaaEnabled)&&(this._textureCache.updateDependencies(),this._aoEnabled=C,this._bloomEnabled=x,this._tonemappingEnabled=b,this._fxaaEnabled=E,this._textureCacheDirty=!1),l(this._randomTexture)&&!C&&(this._randomTexture.destroy(),this._randomTexture=void 0),!l(this._randomTexture)&&C){s=256*256*3;let S=new Uint8Array(s);for(a=0;a<s;a+=3)S[a]=Math.floor(Math.random()*255);this._randomTexture=new Rt({context:e,pixelFormat:ft.RGB,pixelDatatype:qe.UNSIGNED_BYTE,source:{arrayBufferView:S,width:256,height:256},sampler:new dn({wrapS:In.REPEAT,wrapT:In.REPEAT,minificationFilter:cn.NEAREST,magnificationFilter:Qi.NEAREST})})}for(this._textureCache.update(e),A.update(e,t),d.update(e,t),p.update(e,t),m.update(e,t),this._autoExposureEnabled&&g.update(e,t),s=r.length,a=0;a<s;++a)r[a].update(e,t);for(u=0,a=0;a<s;++a)c=r[a],c.ready&&c.enabled&&c._isSupported(e)&&u++;f=u!==o.length,f&&this.update(e,t,n)};bc.prototype.clear=function(e){this._textureCache.clear(e),this._autoExposureEnabled&&this._autoExposure.clear(e)};function IA(e){for(;l(e.length);)e=e.get(e.length-1);return e.outputTexture}bc.prototype.getOutputTexture=function(e){let t=this.getStageByName(e);if(!!l(t))return IA(t)};function Xh(e,t,n,i,o){if(l(e.execute)){e.execute(t,n,i,o);return}let r=e.length,s;if(e.inputPreviousStageTexture)for(Xh(e.get(0),t,n,i,o),s=1;s<r;++s)Xh(e.get(s),t,IA(e.get(s-1)),i,o);else for(s=0;s<r;++s)Xh(e.get(s),t,n,i,o)}bc.prototype.execute=function(e,t,n,i){let o=this._activeStages,r=o.length,s=this._fxaa,a=this._ao,c=this._bloom,u=this._autoExposure,f=this._tonemapping,d=a.enabled&&a._isSupported(e),p=c.enabled&&c._isSupported(e),g=this._autoExposureEnabled,m=f.enabled&&f._isSupported(e),A=s.enabled&&s._isSupported(e);if(!A&&!d&&!p&&!m&&r===0)return;let C=t;d&&a.ready&&(Xh(a,e,C,n,i),C=IA(a)),p&&c.ready&&(Xh(c,e,C,n,i),C=IA(c)),g&&u.ready&&Xh(u,e,C,n,i),m&&f.ready&&(Xh(f,e,C,n,i),C=IA(f));let x=C;if(r>0){Xh(o[0],e,C,n,i);for(let b=1;b<r;++b)Xh(o[b],e,IA(o[b-1]),n,i);x=IA(o[r-1])}A&&s.ready&&Xh(s,e,x,n,i)};bc.prototype.copy=function(e,t){if(!l(this._copyColorCommand)){let n=this;this._copyColorCommand=e.createViewportQuadCommand(Ql,{uniformMap:{colorTexture:function(){return n.outputTexture}},owner:this})}this._copyColorCommand.framebuffer=t,this._copyColorCommand.execute(e)};bc.prototype.isDestroyed=function(){return!1};bc.prototype.destroy=function(){return this._fxaa.destroy(),this._ao.destroy(),this._bloom.destroy(),this._autoExposure.destroy(),this._tonemapping.destroy(),this.removeAll(),this._textureCache=this._textureCache&&this._textureCache.destroy(),le(this)};var C4=bc;function $l(){ye.throwInstantiationError()}$l.computeDefaultLevelZeroMaximumGeometricError=function(e){return e.ellipsoid.maximumRadius*2*Math.PI*.25/(65*e.getNumberOfXTilesAtLevel(0))};Object.defineProperties($l.prototype,{quadtree:{get:ye.throwInstantiationError,set:ye.throwInstantiationError},ready:{get:ye.throwInstantiationError},tilingScheme:{get:ye.throwInstantiationError},errorEvent:{get:ye.throwInstantiationError}});$l.prototype.update=ye.throwInstantiationError;$l.prototype.beginUpdate=ye.throwInstantiationError;$l.prototype.endUpdate=ye.throwInstantiationError;$l.prototype.getLevelMaximumGeometricError=ye.throwInstantiationError;$l.prototype.loadTile=ye.throwInstantiationError;$l.prototype.computeTileVisibility=ye.throwInstantiationError;$l.prototype.showTileThisFrame=ye.throwInstantiationError;$l.prototype.computeDistanceToTile=ye.throwInstantiationError;$l.prototype.isDestroyed=ye.throwInstantiationError;$l.prototype.destroy=ye.throwInstantiationError;var n0e=$l;function OA(e){this._scene=e,this._currentTweens=[],this._morphHandler=void 0,this._morphCancelled=!1,this._completeMorph=void 0,this._morphToOrthographic=!1}OA.prototype.completeMorph=function(){l(this._completeMorph)&&this._completeMorph()};OA.prototype.morphTo2D=function(e,t){l(this._completeMorph)&&this._completeMorph();let n=this._scene;this._previousMode=n.mode,this._morphToOrthographic=n.camera.frustum instanceof Jt,!(this._previousMode===ee.SCENE2D||this._previousMode===ee.MORPHING)&&(this._scene.morphStart.raiseEvent(this,this._previousMode,ee.SCENE2D,!0),n._mode=ee.MORPHING,n.camera._setTransform(F.IDENTITY),this._previousMode===ee.COLUMBUS_VIEW?fdt(this,e):ydt(this,e,t),e===0&&l(this._completeMorph)&&this._completeMorph())};var Rft=new h,Mft=new h,Lft=new h,Fft=new h,Nft=new h,kft=new h,Vft=new h,Uft=new he,zft=new F,Hft=new gi,Gft=new Jt,Wft={position:void 0,direction:void 0,up:void 0,position2D:void 0,direction2D:void 0,up2D:void 0,frustum:void 0};OA.prototype.morphToColumbusView=function(e,t){l(this._completeMorph)&&this._completeMorph();let n=this._scene;if(this._previousMode=n.mode,this._previousMode===ee.COLUMBUS_VIEW||this._previousMode===ee.MORPHING)return;this._scene.morphStart.raiseEvent(this,this._previousMode,ee.COLUMBUS_VIEW,!0),n.camera._setTransform(F.IDENTITY);let i=Rft,o=Mft,r=Lft;if(e>0)i.x=0,i.y=-1,i.z=1,i=h.multiplyByScalar(h.normalize(i,i),5*t.maximumRadius,i),h.negate(h.normalize(i,o),o),h.cross(h.UNIT_X,o,r);else{let u=n.camera;if(this._previousMode===ee.SCENE2D)h.clone(u.position,i),i.z=u.frustum.right-u.frustum.left,h.negate(h.UNIT_Z,o),h.clone(h.UNIT_Y,r);else{h.clone(u.positionWC,i),h.clone(u.directionWC,o),h.clone(u.upWC,r);let f=t.scaleToGeodeticSurface(i,Vft),d=vt.eastNorthUpToFixedFrame(f,t,zft);F.inverseTransformation(d,d),n.mapProjection.project(t.cartesianToCartographic(i,Uft),i),F.multiplyByPointAsVector(d,o,o),F.multiplyByPointAsVector(d,r,r)}}let s;this._morphToOrthographic?(s=Gft,s.width=n.camera.frustum.right-n.camera.frustum.left,s.aspectRatio=n.drawingBufferWidth/n.drawingBufferHeight):(s=Hft,s.aspectRatio=n.drawingBufferWidth/n.drawingBufferHeight,s.fov=I.toRadians(60));let a=Wft;a.position=i,a.direction=o,a.up=r,a.frustum=s;let c=Cdt(a);Vv(this,c),this._previousMode===ee.SCENE2D?Adt(this,e,a,c):(a.position2D=F.multiplyByPoint(lo.TRANSFORM_2D,i,Fft),a.direction2D=F.multiplyByPointAsVector(lo.TRANSFORM_2D,o,Nft),a.up2D=F.multiplyByPointAsVector(lo.TRANSFORM_2D,r,kft),n._mode=ee.MORPHING,h0e(this,e,a,c)),e===0&&l(this._completeMorph)&&this._completeMorph()};var xq={position:new h,direction:new h,up:new h,frustum:void 0},o0e=new gi;OA.prototype.morphTo3D=function(e,t){l(this._completeMorph)&&this._completeMorph();let n=this._scene;if(this._previousMode=n.mode,!(this._previousMode===ee.SCENE3D||this._previousMode===ee.MORPHING)){if(this._scene.morphStart.raiseEvent(this,this._previousMode,ee.SCENE3D,!0),n._mode=ee.MORPHING,n.camera._setTransform(F.IDENTITY),this._previousMode===ee.SCENE2D)tdt(this,e,t);else{let i;e>0?(i=xq,h.fromDegrees(0,0,5*t.maximumRadius,t,i.position),h.negate(i.position,i.direction),h.normalize(i.direction,i.direction),h.clone(h.UNIT_Z,i.up)):i=r0e(this,t);let o,r=n.camera;r.frustum instanceof Jt?o=r.frustum.clone():(o=o0e,o.aspectRatio=n.drawingBufferWidth/n.drawingBufferHeight,o.fov=I.toRadians(60)),i.frustum=o;let s=p0e(i);Vv(this,s),Cq(this,e,i,s)}e===0&&l(this._completeMorph)&&this._completeMorph()}};OA.prototype.isDestroyed=function(){return!1};OA.prototype.destroy=function(){return x4(this),le(this)};function Vv(e,t){if(e._scene.completeMorphOnUserInput){e._morphHandler=new $u(e._scene.canvas);let n=function(){e._morphCancelled=!0,e._scene.camera.cancelFlight(),t(e)};e._completeMorph=n,e._morphHandler.setInputAction(n,pn.LEFT_DOWN),e._morphHandler.setInputAction(n,pn.MIDDLE_DOWN),e._morphHandler.setInputAction(n,pn.RIGHT_DOWN),e._morphHandler.setInputAction(n,pn.WHEEL)}}function x4(e){let t=e._currentTweens;for(let n=0;n<t.length;++n)t[n].cancelTween();e._currentTweens.length=0,e._morphHandler=e._morphHandler&&e._morphHandler.destroy()}var jft=new he,qft=new h,Yft=new F;function r0e(e,t){let n=e._scene,i=n.camera,o=xq,r=o.position,s=o.direction,a=o.up,c=n.mapProjection.unproject(i.position,jft);t.cartographicToCartesian(c,r);let u=t.scaleToGeodeticSurface(r,qft),f=vt.eastNorthUpToFixedFrame(u,t,Yft);return F.multiplyByPointAsVector(f,i.direction,s),F.multiplyByPointAsVector(f,i.up,a),o}var Xft=new h,Kft=new h,Jft=new h,Zft=new h,Qft=new h,$ft=new h;function Cq(e,t,n,i){t*=.5;let o=e._scene,r=o.camera,s=h.clone(r.position,Xft),a=h.clone(r.direction,Kft),c=h.clone(r.up,Jft),u=F.multiplyByPoint(lo.TRANSFORM_2D_INVERSE,n.position,Zft),f=F.multiplyByPointAsVector(lo.TRANSFORM_2D_INVERSE,n.direction,Qft),d=F.multiplyByPointAsVector(lo.TRANSFORM_2D_INVERSE,n.up,$ft);function p(m){cf(s,u,m.time,r.position),cf(a,f,m.time,r.direction),cf(c,d,m.time,r.up),h.cross(r.direction,r.up,r.right),h.normalize(r.right,r.right)}let g=o.tweens.add({duration:t,easingFunction:Br.QUARTIC_OUT,startObject:{time:0},stopObject:{time:1},update:p,complete:function(){m0e(e,o,0,1,t,i)}});e._currentTweens.push(g)}var edt=new Jt,s0e=new h,a0e=new h,c0e=new h,Tq=new h,l0e=new h,u0e=new h;function tdt(e,t,n){t/=3;let i=e._scene,o=i.camera,r;t>0?(r=xq,h.fromDegrees(0,0,5*n.maximumRadius,n,r.position),h.negate(r.position,r.direction),h.normalize(r.direction,r.direction),h.clone(h.UNIT_Z,r.up)):(o.position.z=o.frustum.right-o.frustum.left,r=r0e(e,n));let s;e._morphToOrthographic?(s=edt,s.aspectRatio=i.drawingBufferWidth/i.drawingBufferHeight,s.width=o.frustum.right-o.frustum.left):(s=o0e,s.aspectRatio=i.drawingBufferWidth/i.drawingBufferHeight,s.fov=I.toRadians(60)),r.frustum=s;let a=p0e(r);Vv(e,a);let c;e._morphToOrthographic?c=function(){Cq(e,t,r,a)}:c=function(){d0e(e,t,r,function(){Cq(e,t,r,a)})},t>0?(i._mode=ee.SCENE2D,o.flyTo({duration:t,destination:h.fromDegrees(0,0,5*n.maximumRadius,n,Tq),complete:function(){i._mode=ee.MORPHING,c()}})):c()}function cf(e,t,n,i){return h.lerp(e,t,n,i)}function f0e(e,t,n,i,o){let r=e._scene,s=r.camera;if(s.frustum instanceof Jt)return;let a=s.frustum.fov,c=I.RADIANS_PER_DEGREE*.5,u=n.position.z*Math.tan(a*.5);s.frustum.far=u/Math.tan(c*.5)+1e7;function f(p){s.frustum.fov=I.lerp(a,c,p.time);let g=u/Math.tan(s.frustum.fov*.5);i(s,g)}let d=r.tweens.add({duration:t,easingFunction:Br.QUARTIC_OUT,startObject:{time:0},stopObject:{time:1},update:f,complete:function(){s.frustum=n.frustum.clone(),o(e)}});e._currentTweens.push(d)}var ndt=new h,idt=new h,odt=new h,Aq=new h,rdt=new h,sdt=new h,adt=new Sr,cdt=new En,ldt=new h,udt={position:void 0,direction:void 0,up:void 0,frustum:void 0};function fdt(e,t){t*=.5;let n=e._scene,i=n.camera,o=h.clone(i.position,ndt),r=h.clone(i.direction,idt),s=h.clone(i.up,odt),a=h.negate(h.UNIT_Z,rdt),c=h.clone(h.UNIT_Y,sdt),u=Aq;if(t>0)h.clone(h.ZERO,Aq),u.z=5*n.mapProjection.ellipsoid.maximumRadius;else{h.clone(o,Aq);let C=cdt;F.multiplyByPoint(lo.TRANSFORM_2D,o,C.origin),F.multiplyByPointAsVector(lo.TRANSFORM_2D,r,C.direction);let x=n.globe;if(l(x)){let b=x.pickWorldCoordinates(C,n,!0,ldt);l(b)&&(F.multiplyByPoint(lo.TRANSFORM_2D_INVERSE,b,u),u.z+=h.distance(o,u))}}let f=adt;f.right=u.z*.5,f.left=-f.right,f.top=f.right*(n.drawingBufferHeight/n.drawingBufferWidth),f.bottom=-f.top;let d=udt;d.position=u,d.direction=a,d.up=c,d.frustum=f;let p=_0e(d);Vv(e,p);function g(C){cf(o,u,C.time,i.position),cf(r,a,C.time,i.direction),cf(s,c,C.time,i.up),h.cross(i.direction,i.up,i.right),h.normalize(i.right,i.right),i._adjustOrthographicFrustum(!0)}function m(C,x){C.position.z=x}let A=n.tweens.add({duration:t,easingFunction:Br.QUARTIC_OUT,startObject:{time:0},stopObject:{time:1},update:g,complete:function(){f0e(e,t,d,m,p)}});e._currentTweens.push(A)}var i0e=new he,ddt={position:new h,direction:new h,up:new h,position2D:new h,direction2D:new h,up2D:new h,frustum:new Sr},hdt={position:new h,direction:new h,up:new h,frustum:void 0},mdt=new h,pdt=new En,_dt=new F,gdt=new h;function ydt(e,t,n){t*=.5;let i=e._scene,o=i.camera,r=ddt;if(t>0)h.clone(h.ZERO,r.position),r.position.z=5*n.maximumRadius,h.negate(h.UNIT_Z,r.direction),h.clone(h.UNIT_Y,r.up);else{n.cartesianToCartographic(o.positionWC,i0e),i.mapProjection.project(i0e,r.position),h.negate(h.UNIT_Z,r.direction),h.clone(h.UNIT_Y,r.up);let d=pdt;h.clone(r.position2D,d.origin);let p=h.clone(o.directionWC,d.direction),g=n.scaleToGeodeticSurface(o.positionWC,gdt),m=vt.eastNorthUpToFixedFrame(g,n,_dt);F.inverseTransformation(m,m),F.multiplyByPointAsVector(m,p,p),F.multiplyByPointAsVector(lo.TRANSFORM_2D,p,p);let A=i.globe;if(l(A)){let C=A.pickWorldCoordinates(d,i,!0,mdt);if(l(C)){let x=h.distance(r.position2D,C);C.x+=x,h.clone(C,r.position2D)}}}function s(d,p){d.position.x=p}F.multiplyByPoint(lo.TRANSFORM_2D,r.position,r.position2D),F.multiplyByPointAsVector(lo.TRANSFORM_2D,r.direction,r.direction2D),F.multiplyByPointAsVector(lo.TRANSFORM_2D,r.up,r.up2D);let a=r.frustum;a.right=r.position.z*.5,a.left=-a.right,a.top=a.right*(i.drawingBufferHeight/i.drawingBufferWidth),a.bottom=-a.top;let c=hdt;F.multiplyByPoint(lo.TRANSFORM_2D_INVERSE,r.position2D,c.position),h.clone(r.direction,c.direction),h.clone(r.up,c.up),c.frustum=a;let u=_0e(c);Vv(e,u);function f(){f0e(e,t,r,s,u)}h0e(e,t,r,f)}function d0e(e,t,n,i){let o=e._scene,r=o.camera,s=r.frustum.right-r.frustum.left;r.frustum=n.frustum.clone();let a=r.frustum.fov,c=I.RADIANS_PER_DEGREE*.5,u=s*Math.tan(a*.5);r.frustum.far=u/Math.tan(c*.5)+1e7,r.frustum.fov=c;function f(p){r.frustum.fov=I.lerp(c,a,p.time),r.position.z=u/Math.tan(r.frustum.fov*.5)}let d=o.tweens.add({duration:t,easingFunction:Br.QUARTIC_OUT,startObject:{time:0},stopObject:{time:1},update:f,complete:function(){i(e)}});e._currentTweens.push(d)}function Adt(e,t,n,i){t*=.5;let o=e._scene,r=o.camera,s=h.clone(n.position,Tq),a=h.clone(n.direction,l0e),c=h.clone(n.up,u0e);o._mode=ee.MORPHING;function u(){r.frustum=n.frustum.clone();let f=h.clone(r.position,s0e),d=h.clone(r.direction,a0e),p=h.clone(r.up,c0e);f.z=s.z;function g(A){cf(f,s,A.time,r.position),cf(d,a,A.time,r.direction),cf(p,c,A.time,r.up),h.cross(r.direction,r.up,r.right),h.normalize(r.right,r.right)}let m=o.tweens.add({duration:t,easingFunction:Br.QUARTIC_OUT,startObject:{time:0},stopObject:{time:1},update:g,complete:function(){i(e)}});e._currentTweens.push(m)}e._morphToOrthographic?u():d0e(e,0,n,u)}function h0e(e,t,n,i){let o=e._scene,r=o.camera,s=h.clone(r.position,s0e),a=h.clone(r.direction,a0e),c=h.clone(r.up,c0e),u=h.clone(n.position2D,Tq),f=h.clone(n.direction2D,l0e),d=h.clone(n.up2D,u0e);function p(m){cf(s,u,m.time,r.position),cf(a,f,m.time,r.direction),cf(c,d,m.time,r.up),h.cross(r.direction,r.up,r.right),h.normalize(r.right,r.right),r._adjustOrthographicFrustum(!0)}let g=o.tweens.add({duration:t,easingFunction:Br.QUARTIC_OUT,startObject:{time:0},stopObject:{time:1},update:p,complete:function(){m0e(e,o,1,0,t,i)}});e._currentTweens.push(g)}function m0e(e,t,n,i,o,r){let s={object:t,property:"morphTime",startValue:n,stopValue:i,duration:o,easingFunction:Br.QUARTIC_OUT};l(r)&&(s.complete=function(){r(e)});let a=t.tweens.addProperty(s);e._currentTweens.push(a)}function p0e(e){return function(t){let n=t._scene;n._mode=ee.SCENE3D,n.morphTime=ee.getMorphTime(ee.SCENE3D),x4(t);let i=n.camera;(t._previousMode!==ee.MORPHING||t._morphCancelled)&&(t._morphCancelled=!1,h.clone(e.position,i.position),h.clone(e.direction,i.direction),h.clone(e.up,i.up),h.cross(i.direction,i.up,i.right),h.normalize(i.right,i.right),i.frustum=e.frustum.clone());let o=i.frustum;n.frameState.useLogDepth&&(o.near=.1,o.far=1e10);let r=l(t._completeMorph);t._completeMorph=void 0,n.camera.update(n.mode),t._scene.morphComplete.raiseEvent(t,t._previousMode,ee.SCENE3D,r)}}function _0e(e){return function(t){let n=t._scene;n._mode=ee.SCENE2D,n.morphTime=ee.getMorphTime(ee.SCENE2D),x4(t);let i=n.camera;h.clone(e.position,i.position),i.position.z=n.mapProjection.ellipsoid.maximumRadius*2,h.clone(e.direction,i.direction),h.clone(e.up,i.up),h.cross(i.direction,i.up,i.right),h.normalize(i.right,i.right),i.frustum=e.frustum.clone();let o=l(t._completeMorph);t._completeMorph=void 0,n.camera.update(n.mode),t._scene.morphComplete.raiseEvent(t,t._previousMode,ee.SCENE2D,o)}}function Cdt(e){return function(t){let n=t._scene;n._mode=ee.COLUMBUS_VIEW,n.morphTime=ee.getMorphTime(ee.COLUMBUS_VIEW),x4(t);let i=n.camera;(t._previousModeMode!==ee.MORPHING||t._morphCancelled)&&(t._morphCancelled=!1,h.clone(e.position,i.position),h.clone(e.direction,i.direction),h.clone(e.up,i.up),h.cross(i.direction,i.up,i.right),h.normalize(i.right,i.right));let o=i.frustum;n.frameState.useLogDepth&&(o.near=.1,o.far=1e10);let r=l(t._completeMorph);t._completeMorph=void 0,n.camera.update(n.mode),t._scene.morphComplete.raiseEvent(t,t._previousMode,ee.COLUMBUS_VIEW,r)}}var T4=OA;var g0e=Ii(ZW(),1);function E4(e,t,n,i,o,r,s,a,c,u){this._tweens=e,this._tweenjs=t,this._startObject=$e(n),this._stopObject=$e(i),this._duration=o,this._delay=r,this._easingFunction=s,this._update=a,this._complete=c,this.cancel=u,this.needsStart=!0}Object.defineProperties(E4.prototype,{startObject:{get:function(){return this._startObject}},stopObject:{get:function(){return this._stopObject}},duration:{get:function(){return this._duration}},delay:{get:function(){return this._delay}},easingFunction:{get:function(){return this._easingFunction}},update:{get:function(){return this._update}},complete:{get:function(){return this._complete}},tweenjs:{get:function(){return this._tweenjs}}});E4.prototype.cancelTween=function(){this._tweens.remove(this)};function Ed(){this._tweens=[]}Object.defineProperties(Ed.prototype,{length:{get:function(){return this._tweens.length}}});Ed.prototype.add=function(e){if(e=y(e,y.EMPTY_OBJECT),e.duration===0)return l(e.complete)&&e.complete(),new E4(this);let t=e.duration/jn.SECONDS_PER_MILLISECOND,n=y(e.delay,0),i=n/jn.SECONDS_PER_MILLISECOND,o=y(e.easingFunction,Br.LINEAR_NONE),r=e.startObject,s=new g0e.Tween(r);s.to($e(e.stopObject),t),s.delay(i),s.easing(o),l(e.update)&&s.onUpdate(function(){e.update(r)}),s.onComplete(y(e.complete,null)),s.repeat(y(e._repeat,0));let a=new E4(this,s,e.startObject,e.stopObject,e.duration,n,o,e.update,e.complete,e.cancel);return this._tweens.push(a),a};Ed.prototype.addProperty=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.object,n=e.property,i=e.startValue,o=e.stopValue;function r(s){t[n]=s.value}return this.add({startObject:{value:i},stopObject:{value:o},duration:y(e.duration,3),delay:e.delay,easingFunction:e.easingFunction,update:r,complete:e.complete,cancel:e.cancel,_repeat:e._repeat})};Ed.prototype.addAlpha=function(e){e=y(e,y.EMPTY_OBJECT);let t=e.material,n=[];for(let o in t.uniforms)t.uniforms.hasOwnProperty(o)&&l(t.uniforms[o])&&l(t.uniforms[o].alpha)&&n.push(o);function i(o){let r=n.length;for(let s=0;s<r;++s)t.uniforms[n[s]].alpha=o.alpha}return this.add({startObject:{alpha:y(e.startValue,0)},stopObject:{alpha:y(e.stopValue,1)},duration:y(e.duration,3),delay:e.delay,easingFunction:e.easingFunction,update:i,complete:e.complete,cancel:e.cancel})};Ed.prototype.addOffsetIncrement=function(e){e=y(e,y.EMPTY_OBJECT);let n=e.material.uniforms;return this.addProperty({object:n,property:"offset",startValue:n.offset,stopValue:n.offset+1,duration:e.duration,delay:e.delay,easingFunction:e.easingFunction,update:e.update,cancel:e.cancel,_repeat:1/0})};Ed.prototype.remove=function(e){if(!l(e))return!1;let t=this._tweens.indexOf(e);return t!==-1?(e.tweenjs.stop(),l(e.cancel)&&e.cancel(),this._tweens.splice(t,1),!0):!1};Ed.prototype.removeAll=function(){let e=this._tweens;for(let t=0;t<e.length;++t){let n=e[t];n.tweenjs.stop(),l(n.cancel)&&n.cancel()}e.length=0};Ed.prototype.contains=function(e){return l(e)&&this._tweens.indexOf(e)!==-1};Ed.prototype.get=function(e){return this._tweens[e]};Ed.prototype.update=function(e){let t=this._tweens,n=0;for(e=l(e)?e/jn.SECONDS_PER_MILLISECOND:wi();n<t.length;){let i=t[n],o=i.tweenjs;i.needsStart?(i.needsStart=!1,o.start(e)):o.update(e)?n++:(o.stop(),t.splice(n,1))}};var eb=Ed;function zv(e){this.enableInputs=!0,this.enableTranslate=!0,this.enableZoom=!0,this.enableRotate=!0,this.enableTilt=!0,this.enableLook=!0,this.inertiaSpin=.9,this.inertiaTranslate=.9,this.inertiaZoom=.8,this.maximumMovementRatio=.1,this.bounceAnimationTime=3,this.minimumZoomDistance=1,this.maximumZoomDistance=Number.POSITIVE_INFINITY,this.translateEventTypes=vi.LEFT_DRAG,this.zoomEventTypes=[vi.RIGHT_DRAG,vi.WHEEL,vi.PINCH],this.rotateEventTypes=vi.LEFT_DRAG,this.tiltEventTypes=[vi.MIDDLE_DRAG,vi.PINCH,{eventType:vi.LEFT_DRAG,modifier:na.CTRL},{eventType:vi.RIGHT_DRAG,modifier:na.CTRL}],this.lookEventTypes={eventType:vi.LEFT_DRAG,modifier:na.SHIFT},this.minimumPickingTerrainHeight=15e4,this._minimumPickingTerrainHeight=this.minimumPickingTerrainHeight,this.minimumCollisionTerrainHeight=15e3,this._minimumCollisionTerrainHeight=this.minimumCollisionTerrainHeight,this.minimumTrackBallHeight=75e5,this._minimumTrackBallHeight=this.minimumTrackBallHeight,this.enableCollisionDetection=!0,this._scene=e,this._globe=void 0,this._ellipsoid=void 0,this._aggregator=new SV(e.canvas),this._lastInertiaSpinMovement=void 0,this._lastInertiaZoomMovement=void 0,this._lastInertiaTranslateMovement=void 0,this._lastInertiaTiltMovement=void 0,this._inertiaDisablers={_lastInertiaZoomMovement:["_lastInertiaSpinMovement","_lastInertiaTranslateMovement","_lastInertiaTiltMovement"],_lastInertiaTiltMovement:["_lastInertiaSpinMovement","_lastInertiaTranslateMovement"]},this._tweens=new eb,this._tween=void 0,this._horizontalRotationAxis=void 0,this._tiltCenterMousePosition=new H(-1,-1),this._tiltCenter=new h,this._rotateMousePosition=new H(-1,-1),this._rotateStartPosition=new h,this._strafeStartPosition=new h,this._strafeMousePosition=new H,this._strafeEndMousePosition=new H,this._zoomMouseStart=new H(-1,-1),this._zoomWorldPosition=new h,this._useZoomWorldPosition=!1,this._tiltCVOffMap=!1,this._looking=!1,this._rotating=!1,this._strafing=!1,this._zoomingOnVector=!1,this._zoomingUnderground=!1,this._rotatingZoom=!1,this._adjustedHeightForTerrain=!1,this._cameraUnderground=!1;let t=e.mapProjection;this._maxCoord=t.project(new he(Math.PI,I.PI_OVER_TWO)),this._zoomFactor=5,this._rotateFactor=void 0,this._rotateRateRangeAdjustment=void 0,this._maximumRotateRate=1.77,this._minimumRotateRate=1/5e3,this._minimumZoomRate=20,this._maximumZoomRate=5906376272e3,this._minimumUndergroundPickDistance=2e3,this._maximumUndergroundPickDistance=1e4}function xdt(e,t){if(e<0)return 0;let n=(1-t)*25;return Math.exp(-n*e)}function Tdt(e){return H.equalsEpsilon(e.startPosition,e.endPosition,I.EPSILON14)}var Edt=.4;function bdt(e,t,n,i,o,r,s){let a=r[s];l(a)||(a=r[s]={startPosition:new H,endPosition:new H,motion:new H,inertiaEnabled:!0});let c=e.getButtonPressTime(t,n),u=e.getButtonReleaseTime(t,n),f=c&&u&&(u.getTime()-c.getTime())/1e3,d=new Date,p=u&&(d.getTime()-u.getTime())/1e3;if(c&&u&&f<Edt){let g=xdt(p,i),m=e.getLastMovement(t,n);if(!l(m)||Tdt(m)||!a.inertiaEnabled||(a.motion.x=(m.endPosition.x-m.startPosition.x)*.5,a.motion.y=(m.endPosition.y-m.startPosition.y)*.5,a.startPosition=H.clone(m.startPosition,a.startPosition),a.endPosition=H.multiplyByScalar(a.motion,g,a.endPosition),a.endPosition=H.add(a.startPosition,a.endPosition,a.endPosition),isNaN(a.endPosition.x)||isNaN(a.endPosition.y)||H.distance(a.startPosition,a.endPosition)<.5))return;if(!e.isButtonDown(t,n)){let A=e.getStartMousePosition(t,n);o(r,A,a)}}}function Sdt(e,t){if(l(t)){let n=e[t];l(n)&&(n.inertiaEnabled=!0);let i=e._inertiaDisablers[t];if(l(i)){let o=i.length;for(let r=0;r<o;++r)n=e[i[r]],l(n)&&(n.inertiaEnabled=!1)}}}var y0e=[];function Sc(e,t,n,i,o,r){if(!l(n))return;let s=e._aggregator;Array.isArray(n)||(y0e[0]=n,n=y0e);let a=n.length;for(let c=0;c<a;++c){let u=n[c],f=l(u.eventType)?u.eventType:u,d=u.modifier,p=s.isMoving(f,d)&&s.getMovement(f,d),g=s.getStartMousePosition(f,d);e.enableInputs&&t&&(p?(i(e,g,p),Sdt(e,r)):o<1&&bdt(s,f,d,o,i,e,r))}}var b4=new En,wdt=new h,Ddt=new H,vdt=new h,Pdt=new H,Idt=new h,Odt=new h,Bdt=new h,Rdt=new h,Mdt=new h,Ldt=new h,Fdt=new h,Ndt=new h,kdt=new h,Vdt=new h,Udt=new h,zdt=new h,Hdt=new h,Gdt=new h,Wdt=new h,BA=new h,A0e=new h,C0e=new h,Eq={orientation:new mf};function Oq(e,t,n,i,o,r){let s=1;l(r)&&(s=I.clamp(Math.abs(r),.25,1));let a=n.endPosition.y-n.startPosition.y,u=a>0?e.minimumZoomDistance*s:0,f=e.maximumZoomDistance,d=o-u,p=i*d;p=I.clamp(p,e._minimumZoomRate,e._maximumZoomRate);let g=a/e._scene.canvas.clientHeight;g=Math.min(g,e.maximumMovementRatio);let m=p*g;if(e.enableCollisionDetection||e.minimumZoomDistance===0||!l(e._globe)){if(m>0&&Math.abs(o-u)<1||m<0&&Math.abs(o-f)<1)return;o-m<u?m=o-u-1:o-m>f&&(m=o-f)}let A=e._scene,C=A.camera,x=A.mode,b=Eq.orientation;if(b.heading=C.heading,b.pitch=C.pitch,b.roll=C.roll,C.frustum instanceof Jt){Math.abs(m)>0&&(C.zoomIn(m),C._adjustOrthographicFrustum());return}let E=H.equals(t,e._zoomMouseStart),S=e._zoomingOnVector,D=e._rotatingZoom,v;if(E||(e._zoomMouseStart=H.clone(t,e._zoomMouseStart),l(e._globe)&&(x===ee.SCENE2D?(v=C.getPickRay(t,b4).origin,v=h.fromElements(v.y,v.z,v.x)):v=s0(e,t,wdt)),l(v)?(e._useZoomWorldPosition=!0,e._zoomWorldPosition=h.clone(v,e._zoomWorldPosition)):e._useZoomWorldPosition=!1,S=e._zoomingOnVector=!1,D=e._rotatingZoom=!1,e._zoomingUnderground=e._cameraUnderground),!e._useZoomWorldPosition){C.zoomIn(m);return}let O=x===ee.COLUMBUS_VIEW;if(C.positionCartographic.height<2e6&&(D=!0),!E||D){if(x===ee.SCENE2D){let R=e._zoomWorldPosition,M=C.position;if(!h.equals(R,M)&&C.positionCartographic.height<e._maxCoord.x*2){let L=C.position.x,_=h.subtract(R,M,vdt);h.normalize(_,_);let T=h.distance(R,M)*m/(C.getMagnitude()*.5);C.move(_,T*.5),(C.position.x<0&&L>0||C.position.x>0&&L<0)&&(v=C.getPickRay(t,b4).origin,v=h.fromElements(v.y,v.z,v.x),e._zoomWorldPosition=h.clone(v,e._zoomWorldPosition))}}else if(x===ee.SCENE3D){let R=h.normalize(C.position,Mdt);if(e._cameraUnderground||e._zoomingUnderground||C.positionCartographic.height<3e3&&Math.abs(h.dot(C.direction,R))<.6)O=!0;else{let M=A.canvas,L=Pdt;L.x=M.clientWidth/2,L.y=M.clientHeight/2;let _=s0(e,L,Idt);if(!l(_))O=!0;else if(C.positionCartographic.height<1e6)if(h.dot(C.direction,R)>=-.5)O=!0;else{let T=Fdt;h.clone(C.position,T);let w=e._zoomWorldPosition,P=Ldt;if(P=h.normalize(w,P),h.dot(P,R)<0)return;let B=Wdt,N=Vdt;h.clone(C.direction,N),h.add(T,h.multiplyByScalar(N,1e3,BA),B);let z=Udt,V=zdt;h.subtract(w,T,z),h.normalize(z,V);let G=h.dot(R,V);if(G>=0){e._zoomMouseStart.x=-1;return}let k=Math.acos(-G),X=h.magnitude(T),q=h.magnitude(w),Y=X-m,W=h.magnitude(z),J=Math.asin(I.clamp(W/q*Math.sin(k),-1,1)),Z=Math.asin(I.clamp(Y/q*Math.sin(k),-1,1)),ue=J-Z+k,pe=Ndt;h.normalize(T,pe);let oe=kdt;oe=h.cross(V,pe,oe),oe=h.normalize(oe,oe),h.normalize(h.cross(pe,oe,BA),N),h.multiplyByScalar(h.normalize(B,BA),h.magnitude(B)-m,B),h.normalize(T,T),h.multiplyByScalar(T,Y,T);let fe=Hdt;h.multiplyByScalar(h.add(h.multiplyByScalar(pe,Math.cos(ue)-1,A0e),h.multiplyByScalar(N,Math.sin(ue),C0e),BA),Y,fe),h.add(T,fe,T),h.normalize(B,pe),h.normalize(h.cross(pe,oe,BA),N);let ge=Gdt;h.multiplyByScalar(h.add(h.multiplyByScalar(pe,Math.cos(ue)-1,A0e),h.multiplyByScalar(N,Math.sin(ue),C0e),BA),h.magnitude(B),ge),h.add(B,ge,B),h.clone(T,C.position),h.normalize(h.subtract(B,T,BA),C.direction),h.clone(C.direction,C.direction),h.cross(C.direction,C.up,C.right),h.cross(C.right,C.direction,C.up),C.setView(Eq);return}else{let T=h.normalize(_,Odt),w=h.normalize(e._zoomWorldPosition,Bdt),P=h.dot(w,T);if(P>0&&P<1){let B=I.acosClamped(P),N=h.cross(w,T,Rdt),z=Math.abs(B)>I.toRadians(20)?C.positionCartographic.height*.75:C.positionCartographic.height-m,V=m/z;C.rotate(N,B*V)}}}}e._rotatingZoom=!O}if(!E&&O||S){let R,M=Xi.wgs84ToWindowCoordinates(A,e._zoomWorldPosition,Ddt);x!==ee.COLUMBUS_VIEW&&H.equals(t,e._zoomMouseStart)&&l(M)?R=C.getPickRay(M,b4):R=C.getPickRay(t,b4);let L=R.direction;(x===ee.COLUMBUS_VIEW||x===ee.SCENE2D)&&h.fromElements(L.y,L.z,L.x,L),C.move(L,m),e._zoomingOnVector=!0}else C.zoomIn(m);e._cameraUnderground||C.setView(Eq)}var jdt=new En,qdt=new En,Ydt=new h;function Xdt(e,t,n){let o=e._scene.camera,r=o.getPickRay(n.startPosition,jdt).origin,s=o.getPickRay(n.endPosition,qdt).origin;r=h.fromElements(r.y,r.z,r.x,r),s=h.fromElements(s.y,s.z,s.x,s);let a=h.subtract(r,s,Ydt),c=h.magnitude(a);c>0&&(h.normalize(a,a),o.move(a,c))}function x0e(e,t,n){l(n.distance)&&(n=n.distance);let o=e._scene.camera;Oq(e,t,n,e._zoomFactor,o.getMagnitude())}var Kdt=new H,Jdt=new H;function T0e(e,t,n){if(l(n.angleAndHeight)){Zdt(e,t,n.angleAndHeight);return}let i=e._scene,o=i.camera,r=i.canvas,s=r.clientWidth,a=r.clientHeight,c=Kdt;c.x=2/s*n.startPosition.x-1,c.y=2/a*(a-n.startPosition.y)-1,c=H.normalize(c,c);let u=Jdt;u.x=2/s*n.endPosition.x-1,u.y=2/a*(a-n.endPosition.y)-1,u=H.normalize(u,u);let f=I.acosClamped(c.x);c.y<0&&(f=I.TWO_PI-f);let d=I.acosClamped(u.x);u.y<0&&(d=I.TWO_PI-d);let p=d-f;o.twistRight(p)}function Zdt(e,t,n){let i=e._rotateFactor*e._rotateRateRangeAdjustment;i>e._maximumRotateRate&&(i=e._maximumRotateRate),i<e._minimumRotateRate&&(i=e._minimumRotateRate);let o=e._scene,r=o.camera,s=o.canvas,a=(n.endPosition.x-n.startPosition.x)/s.clientWidth;a=Math.min(a,e.maximumMovementRatio);let c=i*a*Math.PI*4;r.twistRight(c)}function Qdt(e){let t=e._scene.mapMode2D===Xl.ROTATE;F.equals(F.IDENTITY,e._scene.camera.transform)?(Sc(e,e.enableTranslate,e.translateEventTypes,Xdt,e.inertiaTranslate,"_lastInertiaTranslateMovement"),Sc(e,e.enableZoom,e.zoomEventTypes,x0e,e.inertiaZoom,"_lastInertiaZoomMovement"),t&&Sc(e,e.enableRotate,e.tiltEventTypes,T0e,e.inertiaSpin,"_lastInertiaTiltMovement")):(Sc(e,e.enableZoom,e.zoomEventTypes,x0e,e.inertiaZoom,"_lastInertiaZoomMovement"),t&&Sc(e,e.enableRotate,e.translateEventTypes,T0e,e.inertiaSpin,"_lastInertiaSpinMovement"))}var D0e=new En,$dt=new h,eht=new h;function s0(e,t,n){let i=e._scene,o=e._globe,r=i.camera;if(!l(o))return;let s=!e._cameraUnderground,a;i.pickPositionSupported&&(a=i.pickPositionWorldCoordinates(t,$dt));let c=r.getPickRay(t,D0e),u=o.pickWorldCoordinates(c,i,s,eht),f=l(a)?h.distance(a,r.positionWC):Number.POSITIVE_INFINITY,d=l(u)?h.distance(u,r.positionWC):Number.POSITIVE_INFINITY;return f<d?h.clone(a,n):h.clone(u,n)}var tht=new he;function I4(e){let t=e._ellipsoid,n=e._scene,i=n.camera,o=n.mode,r=0;if(o===ee.SCENE3D){let c=t.cartesianToCartographic(i.position,tht);l(c)&&(r=c.height)}else r=i.position.z;let s=y(e._scene.globeHeight,0);return Math.abs(s-r)}var nht=new h;function v0e(e,t){let n=t.origin,i=t.direction,o=I4(e),r=h.normalize(n,nht),s=Math.abs(h.dot(r,i));return s=Math.max(s,.5)*2,o*s}function P0e(e,t,n,i){let o=h.distance(t.origin,n),r=I4(e),s=I.clamp(r*5,e._minimumUndergroundPickDistance,e._maximumUndergroundPickDistance);return o>s&&(o=Math.min(o,r/5),o=Math.max(o,100)),En.getPoint(t,o,i)}function I0e(e,t,n,i){let o;return l(n)?(o=h.distance(t.origin,n),o>e._maximumUndergroundPickDistance&&(o=I4(e))):o=I4(e),En.getPoint(t,o,i)}var iht=new H;function O0e(e,t){let n=t.endPosition,i=H.subtract(t.endPosition,t.startPosition,iht),o=e._strafeEndMousePosition;H.add(o,i,o),t.endPosition=o,Bq(e,t,e._strafeStartPosition),t.endPosition=n}var E0e=new En,oht=new En,bq=new h,rht=new h,sht=new h,aht=new h,cht=new tn(h.UNIT_X,0),lht=new H,uht=new H;function fht(e,t,n){if(h.equals(t,e._translateMousePosition)||(e._looking=!1),h.equals(t,e._strafeMousePosition)||(e._strafing=!1),e._looking){tu(e,t,n);return}if(e._strafing){O0e(e,n);return}let o=e._scene.camera,r=e._cameraUnderground,s=H.clone(n.startPosition,lht),a=H.clone(n.endPosition,uht),c=o.getPickRay(s,E0e),u=h.clone(h.ZERO,aht),f=h.UNIT_X,d;if(o.position.z<e._minimumPickingTerrainHeight&&(d=s0(e,s,bq),l(d)&&(u.x=d.x)),r||u.x>o.position.z&&l(d)){let E=d;r&&(E=I0e(e,c,d,bq)),H.clone(t,e._strafeMousePosition),H.clone(t,e._strafeEndMousePosition),h.clone(E,e._strafeStartPosition),e._strafing=!0,Bq(e,n,e._strafeStartPosition);return}let p=tn.fromPointNormal(u,f,cht);c=o.getPickRay(s,E0e);let g=qi.rayPlane(c,p,bq),m=o.getPickRay(a,oht),A=qi.rayPlane(m,p,rht);if(!l(g)||!l(A)){e._looking=!0,tu(e,t,n),H.clone(t,e._translateMousePosition);return}let C=h.subtract(g,A,sht),x=C.x;C.x=C.y,C.y=C.z,C.z=x;let b=h.magnitude(C);b>I.EPSILON6&&(h.normalize(C,C),o.move(C,b))}var B0e=new H,w4=new En,D4=new h,dht=new h,R0e=new F,hht=new F,mht=new h,pht=new tn(h.UNIT_X,0),Sq=new h,vq=new he,M0e=new F,_ht=new Be,ght=new Q,v4=new h;function yht(e,t,n){if(l(n.angleAndHeight)&&(n=n.angleAndHeight),H.equals(t,e._tiltCenterMousePosition)||(e._tiltCVOffMap=!1,e._looking=!1),e._looking){tu(e,t,n);return}let o=e._scene.camera;e._tiltCVOffMap||!e.onMap()||Math.abs(o.position.z)>e._minimumPickingTerrainHeight?(e._tiltCVOffMap=!0,Aht(e,t,n)):Cht(e,t,n)}function Aht(e,t,n){let i=e._scene,o=i.camera,r=i.canvas,s=B0e;s.x=r.clientWidth/2,s.y=r.clientHeight/2;let a=o.getPickRay(s,w4),c=h.UNIT_X,u=a.origin,f=a.direction,d,p=h.dot(c,f);if(Math.abs(p)>I.EPSILON6&&(d=-h.dot(c,u)/p),!l(d)||d<=0){e._looking=!0,tu(e,t,n),H.clone(t,e._tiltCenterMousePosition);return}let g=h.multiplyByScalar(f,d,D4);h.add(u,g,g);let m=i.mapProjection,A=m.ellipsoid;h.fromElements(g.y,g.z,g.x,g);let C=m.unproject(g,vq);A.cartographicToCartesian(C,g);let x=vt.eastNorthUpToFixedFrame(g,A,R0e),b=e._globe,E=e._ellipsoid;e._globe=void 0,e._ellipsoid=ie.UNIT_SPHERE,e._rotateFactor=1,e._rotateRateRangeAdjustment=1;let S=F.clone(o.transform,M0e);o._setTransform(x),eu(e,t,n,h.UNIT_Z),o._setTransform(S),e._globe=b,e._ellipsoid=E;let D=E.maximumRadius;e._rotateFactor=1/D,e._rotateRateRangeAdjustment=D}function Cht(e,t,n){let i=e._scene,o=i.camera,r=e._cameraUnderground,s,a,c=h.UNIT_X;if(H.equals(t,e._tiltCenterMousePosition))s=h.clone(e._tiltCenter,D4);else{if(o.position.z<e._minimumPickingTerrainHeight&&(s=s0(e,t,D4)),!l(s)){a=o.getPickRay(t,w4);let _=a.origin,T=a.direction,w,P=h.dot(c,T);if(Math.abs(P)>I.EPSILON6&&(w=-h.dot(c,_)/P),!l(w)||w<=0){e._looking=!0,tu(e,t,n),H.clone(t,e._tiltCenterMousePosition);return}s=h.multiplyByScalar(T,w,D4),h.add(_,s,s)}r&&(l(a)||(a=o.getPickRay(t,w4)),P0e(e,a,s,s)),H.clone(t,e._tiltCenterMousePosition),h.clone(s,e._tiltCenter)}let u=i.canvas,f=B0e;f.x=u.clientWidth/2,f.y=e._tiltCenterMousePosition.y,a=o.getPickRay(f,w4);let d=h.clone(h.ZERO,mht);d.x=s.x;let p=tn.fromPointNormal(d,c,pht),g=qi.rayPlane(a,p,dht),m=o._projection,A=m.ellipsoid;h.fromElements(s.y,s.z,s.x,s);let C=m.unproject(s,vq);A.cartographicToCartesian(C,s);let x=vt.eastNorthUpToFixedFrame(s,A,R0e),b;l(g)?(h.fromElements(g.y,g.z,g.x,g),C=m.unproject(g,vq),A.cartographicToCartesian(C,g),b=vt.eastNorthUpToFixedFrame(g,A,hht)):b=x;let E=e._globe,S=e._ellipsoid;e._globe=void 0,e._ellipsoid=ie.UNIT_SPHERE,e._rotateFactor=1,e._rotateRateRangeAdjustment=1;let D=h.UNIT_Z,v=F.clone(o.transform,M0e);o._setTransform(x);let O=h.cross(h.UNIT_Z,h.normalize(o.position,Sq),Sq),R=h.dot(o.right,O);if(eu(e,t,n,D,!1,!0),o._setTransform(b),R<0){let _=n.startPosition.y-n.endPosition.y;(r&&_<0||!r&&_>0)&&(D=void 0);let T=o.constrainedAxis;o.constrainedAxis=void 0,eu(e,t,n,D,!0,!1),o.constrainedAxis=T}else eu(e,t,n,D,!0,!1);if(l(o.constrainedAxis)){let _=h.cross(o.direction,o.constrainedAxis,v4);h.equalsEpsilon(_,h.ZERO,I.EPSILON6)||(h.dot(_,o.right)<0&&h.negate(_,_),h.cross(_,o.direction,o.up),h.cross(o.direction,o.up,o.right),h.normalize(o.up,o.up),h.normalize(o.right,o.right))}o._setTransform(v),e._globe=E,e._ellipsoid=S;let M=S.maximumRadius;e._rotateFactor=1/M,e._rotateRateRangeAdjustment=M;let L=h.clone(o.positionWC,Sq);if(e.enableCollisionDetection&&Lq(e),!h.equals(o.positionWC,L)){o._setTransform(b),o.worldToCameraCoordinatesPoint(L,L);let _=h.magnitudeSquared(L);h.magnitudeSquared(o.position)>_&&(h.normalize(o.position,o.position),h.multiplyByScalar(o.position,Math.sqrt(_),o.position));let T=h.angleBetween(L,o.position),w=h.cross(L,o.position,L);h.normalize(w,w);let P=Be.fromAxisAngle(w,T,_ht),B=Q.fromQuaternion(P,ght);Q.multiplyByVector(B,o.direction,o.direction),Q.multiplyByVector(B,o.up,o.up),h.cross(o.direction,o.up,o.right),h.cross(o.right,o.direction,o.up),o._setTransform(v)}}var L0e=new H,F0e=new En,N0e=new h;function xht(e,t,n){l(n.distance)&&(n=n.distance);let i=e._scene,o=i.camera,r=i.canvas,s=e._cameraUnderground,a;s?a=t:(a=L0e,a.x=r.clientWidth/2,a.y=r.clientHeight/2);let c=o.getPickRay(a,F0e),u=c.origin,f=c.direction,d=o.position.z,p;d<e._minimumPickingTerrainHeight&&(p=s0(e,a,N0e));let g;if(l(p)&&(g=h.distance(u,p)),s){let m=v0e(e,c,d);l(g)?g=Math.min(g,m):g=m}if(!l(g)){let m=h.UNIT_X;g=-h.dot(m,u)/h.dot(m,f)}Oq(e,t,n,e._zoomFactor,g)}function Tht(e){let n=e._scene.camera;if(!F.equals(F.IDENTITY,n.transform))Sc(e,e.enableRotate,e.rotateEventTypes,eu,e.inertiaSpin,"_lastInertiaSpinMovement"),Sc(e,e.enableZoom,e.zoomEventTypes,k0e,e.inertiaZoom,"_lastInertiaZoomMovement");else{let i=e._tweens;if(e._aggregator.anyButtonDown&&i.removeAll(),Sc(e,e.enableTilt,e.tiltEventTypes,yht,e.inertiaSpin,"_lastInertiaTiltMovement"),Sc(e,e.enableTranslate,e.translateEventTypes,fht,e.inertiaTranslate,"_lastInertiaTranslateMovement"),Sc(e,e.enableZoom,e.zoomEventTypes,xht,e.inertiaZoom,"_lastInertiaZoomMovement"),Sc(e,e.enableLook,e.lookEventTypes,tu),!e._aggregator.anyButtonDown&&!i.contains(e._tween)){let o=n.createCorrectPositionTween(e.bounceAnimationTime);l(o)&&(e._tween=i.add(o))}i.update()}}var Eht=new En,bht=new tn(h.UNIT_X,0),Sht=new h,wht=new h,Dht=new h;function Bq(e,t,n){let i=e._scene,o=i.camera,r=o.getPickRay(t.endPosition,Eht),s=h.clone(o.direction,wht);i.mode===ee.COLUMBUS_VIEW&&h.fromElements(s.z,s.x,s.y,s);let a=tn.fromPointNormal(n,s,bht),c=qi.rayPlane(r,a,Sht);!l(c)||(s=h.subtract(n,c,s),i.mode===ee.COLUMBUS_VIEW&&h.fromElements(s.y,s.z,s.x,s),h.add(o.position,s,o.position))}var b0e=new h,vht=new he,Pq=new h,Iq=new ie,Pht=new h,Iht=new h;function Oht(e,t,n){let o=e._scene.camera,r=e._cameraUnderground,s=e._ellipsoid;if(!F.equals(o.transform,F.IDENTITY)){eu(e,t,n);return}let a,c,u=s.geodeticSurfaceNormal(o.position,Pht);if(H.equals(t,e._rotateMousePosition)){if(e._looking)tu(e,t,n,u);else if(e._rotating)eu(e,t,n);else if(e._strafing)O0e(e,n);else{if(h.magnitude(o.position)<h.magnitude(e._rotateStartPosition))return;a=h.magnitude(e._rotateStartPosition),c=Pq,c.x=c.y=c.z=a,s=ie.fromCartesian3(c,Iq),Dq(e,t,n,s)}return}e._looking=!1,e._rotating=!1,e._strafing=!1;let f=s.cartesianToCartographic(o.positionWC,vht).height,d=e._globe;if(l(d)&&f<e._minimumPickingTerrainHeight){let p=s0(e,n.startPosition,Dht);if(l(p)){let g=!1,m=o.getPickRay(n.startPosition,D0e);if(r)g=!0,I0e(e,m,p,p);else{let A=s.geodeticSurfaceNormal(p,Iht);Math.abs(h.dot(m.direction,A))<.05?g=!0:g=h.magnitude(o.position)<h.magnitude(p)}g?(H.clone(t,e._strafeEndMousePosition),h.clone(p,e._strafeStartPosition),e._strafing=!0,Bq(e,n,e._strafeStartPosition)):(a=h.magnitude(p),c=Pq,c.x=c.y=c.z=a,s=ie.fromCartesian3(c,Iq),Dq(e,t,n,s),h.clone(p,e._rotateStartPosition))}else e._looking=!0,tu(e,t,n,u)}else l(o.pickEllipsoid(n.startPosition,e._ellipsoid,b0e))?(Dq(e,t,n,e._ellipsoid),h.clone(b0e,e._rotateStartPosition)):f>e._minimumTrackBallHeight?(e._rotating=!0,eu(e,t,n)):(e._looking=!0,tu(e,t,n,u));H.clone(t,e._rotateMousePosition)}function eu(e,t,n,i,o,r){o=y(o,!1),r=y(r,!1);let s=e._scene,a=s.camera,c=s.canvas,u=a.constrainedAxis;l(i)&&(a.constrainedAxis=i);let f=h.magnitude(a.position),d=e._rotateFactor*(f-e._rotateRateRangeAdjustment);d>e._maximumRotateRate&&(d=e._maximumRotateRate),d<e._minimumRotateRate&&(d=e._minimumRotateRate);let p=(n.startPosition.x-n.endPosition.x)/c.clientWidth,g=(n.startPosition.y-n.endPosition.y)/c.clientHeight;p=Math.min(p,e.maximumMovementRatio),g=Math.min(g,e.maximumMovementRatio);let m=d*p*Math.PI*2,A=d*g*Math.PI;o||a.rotateRight(m),r||a.rotateUp(A),a.constrainedAxis=u}var Bht=se.clone(se.UNIT_W),Rht=se.clone(se.UNIT_W),S4=new h,wq=new h,Mht=new h,Lht=new h,Fht=new H,Nht=new H;function Dq(e,t,n,i){let r=e._scene.camera,s=H.clone(n.startPosition,Fht),a=H.clone(n.endPosition,Nht),c=r.pickEllipsoid(s,i,Bht),u=r.pickEllipsoid(a,i,Rht);if(!l(c)||!l(u)){e._rotating=!0,eu(e,t,n);return}if(c=r.worldToCameraCoordinates(c,c),u=r.worldToCameraCoordinates(u,u),l(r.constrainedAxis)){let f=r.constrainedAxis,d=h.mostOrthogonalAxis(f,S4);h.cross(d,f,d),h.normalize(d,d);let p=h.cross(f,d,wq),g=h.magnitude(c),m=h.dot(f,c),A=Math.acos(m/g),C=h.multiplyByScalar(f,m,Mht);h.subtract(c,C,C),h.normalize(C,C);let x=h.magnitude(u),b=h.dot(f,u),E=Math.acos(b/x),S=h.multiplyByScalar(f,b,Lht);h.subtract(u,S,S),h.normalize(S,S);let D=Math.acos(h.dot(C,d));h.dot(C,p)<0&&(D=I.TWO_PI-D);let v=Math.acos(h.dot(S,d));h.dot(S,p)<0&&(v=I.TWO_PI-v);let O=D-v,R;h.equalsEpsilon(f,r.position,I.EPSILON2)?R=r.right:R=h.cross(f,r.position,S4);let M=h.cross(f,R,S4),L=h.dot(M,h.subtract(c,f,wq)),_=h.dot(M,h.subtract(u,f,wq)),T;L>0&&_>0?T=E-A:L>0&&_<=0?h.dot(r.position,f)>0?T=-A-E:T=A+E:T=A-E,r.rotateRight(O),r.rotateUp(T)}else{h.normalize(c,c),h.normalize(u,u);let f=h.dot(c,u),d=h.cross(c,u,S4);if(f<1&&!h.equalsEpsilon(d,h.ZERO,I.EPSILON14)){let p=Math.acos(f);r.rotate(d,p)}}}var kht=new h,Vht=new he;function k0e(e,t,n){l(n.distance)&&(n=n.distance);let i=e._ellipsoid,o=e._scene,r=o.camera,s=o.canvas,a=e._cameraUnderground,c;a?c=t:(c=L0e,c.x=s.clientWidth/2,c.y=s.clientHeight/2);let u=r.getPickRay(c,F0e),f,d=i.cartesianToCartographic(r.position,Vht).height;d<e._minimumPickingTerrainHeight&&(f=s0(e,c,N0e));let p;if(l(f)&&(p=h.distance(u.origin,f)),a){let m=v0e(e,u,d);l(p)?p=Math.min(p,m):p=m}l(p)||(p=d);let g=h.normalize(r.position,kht);Oq(e,t,n,e._zoomFactor,p,h.dot(g,r.direction))}var V0e=new H,P4=new En,Uv=new h,Uht=new h,U0e=new F,zht=new F,z0e=new F,Hht=new Be,Ght=new Q,Rq=new he,Mq=new h;function Wht(e,t,n){let o=e._scene.camera;if(!F.equals(o.transform,F.IDENTITY))return;if(l(n.angleAndHeight)&&(n=n.angleAndHeight),H.equals(t,e._tiltCenterMousePosition)||(e._tiltOnEllipsoid=!1,e._looking=!1),e._looking){let a=e._ellipsoid.geodeticSurfaceNormal(o.position,Mq);tu(e,t,n,a);return}let s=e._ellipsoid.cartesianToCartographic(o.position,Rq);e._tiltOnEllipsoid||s.height>e._minimumCollisionTerrainHeight?(e._tiltOnEllipsoid=!0,qht(e,t,n)):Yht(e,t,n)}var jht=new he;function qht(e,t,n){let i=e._ellipsoid,o=e._scene,r=o.camera,s=e.minimumZoomDistance*.25,a=i.cartesianToCartographic(r.positionWC,jht).height;if(a-s-1<I.EPSILON3&&n.endPosition.y-n.startPosition.y<0)return;let c=o.canvas,u=V0e;u.x=c.clientWidth/2,u.y=c.clientHeight/2;let f=r.getPickRay(u,P4),d,p=qi.rayEllipsoid(f,i);if(l(p))d=En.getPoint(f,p.start,Uv);else if(a>e._minimumTrackBallHeight){let b=qi.grazingAltitudeLocation(f,i);if(!l(b))return;let E=i.cartesianToCartographic(b,Rq);E.height=0,d=i.cartographicToCartesian(E,Uv)}else{e._looking=!0;let b=e._ellipsoid.geodeticSurfaceNormal(r.position,Mq);tu(e,t,n,b),H.clone(t,e._tiltCenterMousePosition);return}let g=vt.eastNorthUpToFixedFrame(d,i,U0e),m=e._globe,A=e._ellipsoid;e._globe=void 0,e._ellipsoid=ie.UNIT_SPHERE,e._rotateFactor=1,e._rotateRateRangeAdjustment=1;let C=F.clone(r.transform,z0e);r._setTransform(g),eu(e,t,n,h.UNIT_Z),r._setTransform(C),e._globe=m,e._ellipsoid=A;let x=A.maximumRadius;e._rotateFactor=1/x,e._rotateRateRangeAdjustment=x}function Yht(e,t,n){let i=e._ellipsoid,o=e._scene,r=o.camera,s=e._cameraUnderground,a,c,u;if(H.equals(t,e._tiltCenterMousePosition))a=h.clone(e._tiltCenter,Uv);else{if(a=s0(e,t,Uv),!l(a)){if(c=r.getPickRay(t,P4),u=qi.rayEllipsoid(c,i),!l(u)){if(i.cartesianToCartographic(r.position,Rq).height<=e._minimumTrackBallHeight){e._looking=!0;let T=e._ellipsoid.geodeticSurfaceNormal(r.position,Mq);tu(e,t,n,T),H.clone(t,e._tiltCenterMousePosition)}return}a=En.getPoint(c,u.start,Uv)}s&&(l(c)||(c=r.getPickRay(t,P4)),P0e(e,c,a,a)),H.clone(t,e._tiltCenterMousePosition),h.clone(a,e._tiltCenter)}let f=o.canvas,d=V0e;d.x=f.clientWidth/2,d.y=e._tiltCenterMousePosition.y,c=r.getPickRay(d,P4);let p=h.magnitude(a),g=h.fromElements(p,p,p,Pq),m=ie.fromCartesian3(g,Iq);if(u=qi.rayEllipsoid(c,m),!l(u))return;let A=h.magnitude(c.origin)>p?u.start:u.stop,C=En.getPoint(c,A,Uht),x=vt.eastNorthUpToFixedFrame(a,i,U0e),b=vt.eastNorthUpToFixedFrame(C,m,zht),E=e._globe,S=e._ellipsoid;e._globe=void 0,e._ellipsoid=ie.UNIT_SPHERE,e._rotateFactor=1,e._rotateRateRangeAdjustment=1;let D=h.UNIT_Z,v=F.clone(r.transform,z0e);r._setTransform(b);let O=h.cross(C,r.positionWC,v4);if(h.dot(r.rightWC,O)<0){let _=n.startPosition.y-n.endPosition.y;(s&&_<0||!s&&_>0)&&(D=void 0);let T=r.constrainedAxis;r.constrainedAxis=void 0,eu(e,t,n,D,!0,!1),r.constrainedAxis=T}else eu(e,t,n,D,!0,!1);if(r._setTransform(x),eu(e,t,n,D,!1,!0),l(r.constrainedAxis)){let _=h.cross(r.direction,r.constrainedAxis,v4);h.equalsEpsilon(_,h.ZERO,I.EPSILON6)||(h.dot(_,r.right)<0&&h.negate(_,_),h.cross(_,r.direction,r.up),h.cross(r.direction,r.up,r.right),h.normalize(r.up,r.up),h.normalize(r.right,r.right))}r._setTransform(v),e._globe=E,e._ellipsoid=S;let M=S.maximumRadius;e._rotateFactor=1/M,e._rotateRateRangeAdjustment=M;let L=h.clone(r.positionWC,v4);if(e.enableCollisionDetection&&Lq(e),!h.equals(r.positionWC,L)){r._setTransform(b),r.worldToCameraCoordinatesPoint(L,L);let _=h.magnitudeSquared(L);h.magnitudeSquared(r.position)>_&&(h.normalize(r.position,r.position),h.multiplyByScalar(r.position,Math.sqrt(_),r.position));let T=h.angleBetween(L,r.position),w=h.cross(L,r.position,L);h.normalize(w,w);let P=Be.fromAxisAngle(w,T,Hht),B=Q.fromQuaternion(P,Ght);Q.multiplyByVector(B,r.direction,r.direction),Q.multiplyByVector(B,r.up,r.up),h.cross(r.direction,r.up,r.right),h.cross(r.right,r.direction,r.up),r._setTransform(v)}}var Xht=new H,Kht=new H,S0e=new En,w0e=new En,Jht=new h,Zht=new h;function tu(e,t,n,i){let r=e._scene.camera,s=Xht;s.x=n.startPosition.x,s.y=0;let a=Kht;a.x=n.endPosition.x,a.y=0;let c=r.getPickRay(s,S0e),u=r.getPickRay(a,w0e),f=0,d,p;r.frustum instanceof Jt?(d=c.origin,p=u.origin,h.add(r.direction,d,d),h.add(r.direction,p,p),h.subtract(d,r.position,d),h.subtract(p,r.position,p),h.normalize(d,d),h.normalize(p,p)):(d=c.direction,p=u.direction);let g=h.dot(d,p);g<1&&(f=Math.acos(g)),f=n.startPosition.x>n.endPosition.x?-f:f;let m=e._horizontalRotationAxis;if(l(i)?r.look(i,-f):l(m)?r.look(m,-f):r.lookLeft(f),s.x=0,s.y=n.startPosition.y,a.x=0,a.y=n.endPosition.y,c=r.getPickRay(s,S0e),u=r.getPickRay(a,w0e),f=0,r.frustum instanceof Jt?(d=c.origin,p=u.origin,h.add(r.direction,d,d),h.add(r.direction,p,p),h.subtract(d,r.position,d),h.subtract(p,r.position,p),h.normalize(d,d),h.normalize(p,p)):(d=c.direction,p=u.direction),g=h.dot(d,p),g<1&&(f=Math.acos(g)),f=n.startPosition.y>n.endPosition.y?-f:f,i=y(i,m),l(i)){let A=r.direction,C=h.negate(i,Jht),x=h.equalsEpsilon(A,i,I.EPSILON2),b=h.equalsEpsilon(A,C,I.EPSILON2);if(!x&&!b){g=h.dot(A,i);let E=I.acosClamped(g);f>0&&f>E&&(f=E-I.EPSILON4),g=h.dot(A,C),E=I.acosClamped(g),f<0&&-f>E&&(f=-E+I.EPSILON4);let S=h.cross(i,A,Zht);r.look(S,f)}else(x&&f<0||b&&f>0)&&r.look(r.right,-f)}else r.lookUp(f)}function Qht(e){Sc(e,e.enableRotate,e.rotateEventTypes,Oht,e.inertiaSpin,"_lastInertiaSpinMovement"),Sc(e,e.enableZoom,e.zoomEventTypes,k0e,e.inertiaZoom,"_lastInertiaZoomMovement"),Sc(e,e.enableTilt,e.tiltEventTypes,Wht,e.inertiaSpin,"_lastInertiaTiltMovement"),Sc(e,e.enableLook,e.lookEventTypes,tu)}var $ht=new F,emt=new he;function Lq(e){e._adjustedHeightForTerrain=!0;let t=e._scene,n=t.mode,i=t.globe;if(!l(i)||n===ee.SCENE2D||n===ee.MORPHING)return;let o=t.camera,r=i.ellipsoid,s=t.mapProjection,a,c;F.equals(o.transform,F.IDENTITY)||(a=F.clone(o.transform,$ht),c=h.magnitude(o.position),o._setTransform(F.IDENTITY));let u=emt;n===ee.SCENE3D?r.cartesianToCartographic(o.position,u):s.unproject(o.position,u);let f=!1;if(u.height<e._minimumCollisionTerrainHeight){let d=e._scene.globeHeight;if(l(d)){let p=d+e.minimumZoomDistance;u.height<p&&(u.height=p,n===ee.SCENE3D?r.cartographicToCartesian(u,o.position):s.project(u,o.position),f=!0)}}l(a)&&(o._setTransform(a),f&&(h.normalize(o.position,o.position),h.negate(o.position,o.direction),h.multiplyByScalar(o.position,Math.max(c,e.minimumZoomDistance),o.position),h.normalize(o.direction,o.direction),h.cross(o.direction,o.up,o.right),h.cross(o.right,o.direction,o.up)))}zv.prototype.onMap=function(){let e=this._scene,t=e.mode,n=e.camera;return t===ee.COLUMBUS_VIEW?Math.abs(n.position.x)-this._maxCoord.x<0&&Math.abs(n.position.y)-this._maxCoord.y<0:!0};var tmt=new h,nmt=new h;zv.prototype.update=function(){let e=this._scene,t=e.camera,n=e.globe,i=e.mode;F.equals(t.transform,F.IDENTITY)?(this._globe=n,this._ellipsoid=l(this._globe)?this._globe.ellipsoid:e.mapProjection.ellipsoid):(this._globe=void 0,this._ellipsoid=ie.UNIT_SPHERE);let o=l(this._globe)?this._globe.terrainExaggeration:1,r=l(this._globe)?this._globe.terrainExaggerationRelativeHeight:0;this._minimumCollisionTerrainHeight=Rc.getHeight(this.minimumCollisionTerrainHeight,o,r),this._minimumPickingTerrainHeight=Rc.getHeight(this.minimumPickingTerrainHeight,o,r),this._minimumTrackBallHeight=Rc.getHeight(this.minimumTrackBallHeight,o,r),this._cameraUnderground=e.cameraUnderground&&l(this._globe);let s=this._ellipsoid.maximumRadius;this._rotateFactor=1/s,this._rotateRateRangeAdjustment=s,this._adjustedHeightForTerrain=!1;let a=h.clone(t.positionWC,tmt),c=h.clone(t.directionWC,nmt);i===ee.SCENE2D?Qdt(this):i===ee.COLUMBUS_VIEW?(this._horizontalRotationAxis=h.UNIT_Z,Tht(this)):i===ee.SCENE3D&&(this._horizontalRotationAxis=void 0,Qht(this)),this.enableCollisionDetection&&!this._adjustedHeightForTerrain&&(!h.equals(a,t.positionWC)||!h.equals(c,t.directionWC))&&Lq(this),this._aggregator.reset()};zv.prototype.isDestroyed=function(){return!1};zv.prototype.destroy=function(){return this._tweens.removeAll(),this._aggregator=this._aggregator&&this._aggregator.destroy(),le(this)};var O4=zv;var B4=`uniform sampler2D colorTexture;
uniform sampler2D colorTexture2;
uniform vec2 center;
uniform float radius;
varying vec2 v_textureCoordinates;
void main()
{
vec4 color0 = texture2D(colorTexture, v_textureCoordinates);
vec4 color1 = texture2D(colorTexture2, v_textureCoordinates);
float x = length(gl_FragCoord.xy - center) / radius;
float t = smoothstep(0.5, 0.8, x);
gl_FragColor = mix(color0 + color1, color1, t);
}
`;var R4=`uniform sampler2D colorTexture;
uniform float avgLuminance;
uniform float threshold;
uniform float offset;
varying vec2 v_textureCoordinates;
float key(float avg)
{
float guess = 1.5 - (1.5 / (avg * 0.1 + 1.0));
return max(0.0, guess) + 0.1;
}
void main()
{
vec4 color = texture2D(colorTexture, v_textureCoordinates);
vec3 xyz = czm_RGBToXYZ(color.rgb);
float luminance = xyz.r;
float scaledLum = key(avgLuminance) * luminance / avgLuminance;
float brightLum = max(scaledLum - threshold, 0.0);
float brightness = brightLum / (offset + brightLum);
xyz.r = brightness;
gl_FragColor = vec4(czm_XYZToRGB(xyz), 1.0);
}
`;function Sp(){this._sceneFramebuffer=new XE;let e=.125,t=new Array(6);t[0]=new go({fragmentShader:Ql,textureScale:e,forcePowerOfTwo:!0,sampleMode:af.LINEAR});let n=t[1]=new go({fragmentShader:R4,uniforms:{avgLuminance:.5,threshold:.25,offset:.1},textureScale:e,forcePowerOfTwo:!0}),i=this;this._delta=1,this._sigma=2,this._blurStep=new H,t[2]=new go({fragmentShader:DA,uniforms:{step:function(){return i._blurStep.x=i._blurStep.y=1/n.outputTexture.width,i._blurStep},delta:function(){return i._delta},sigma:function(){return i._sigma},direction:0},textureScale:e,forcePowerOfTwo:!0}),t[3]=new go({fragmentShader:DA,uniforms:{step:function(){return i._blurStep.x=i._blurStep.y=1/n.outputTexture.width,i._blurStep},delta:function(){return i._delta},sigma:function(){return i._sigma},direction:1},textureScale:e,forcePowerOfTwo:!0}),t[4]=new go({fragmentShader:Ql,sampleMode:af.LINEAR}),this._uCenter=new H,this._uRadius=void 0,t[5]=new go({fragmentShader:B4,uniforms:{center:function(){return i._uCenter},radius:function(){return i._uRadius},colorTexture2:function(){return i._sceneFramebuffer.framebuffer.getColorTexture(0)}}}),this._stages=new cl({stages:t});let o=new $E(this),r=t.length;for(let s=0;s<r;++s)t[s]._textureCache=o;this._textureCache=o,this.length=t.length}Sp.prototype.get=function(e){return this._stages.get(e)};Sp.prototype.getStageByName=function(e){let t=this._stages.length;for(let n=0;n<t;++n){let i=this._stages.get(n);if(i.name===e)return i}};var imt=new se,H0e=new H,omt=new H,G0e=new F;function rmt(e,t,n){let i=t.uniformState,o=i.sunPositionWC,r=i.view,s=i.viewProjection,a=i.projection,c=F.computeViewportTransformation(n,0,1,G0e),u=F.multiplyByPoint(r,o,imt),f=vt.pointToGLWindowCoordinates(s,c,o,H0e);u.x+=I.SOLAR_RADIUS;let d=vt.pointToGLWindowCoordinates(a,c,u,u),p=H.magnitude(H.subtract(d,f,d))*30*2,g=omt;g.x=p,g.y=p,e._uCenter=H.clone(f,e._uCenter),e._uRadius=Math.max(g.x,g.y)*.15;let m=t.drawingBufferWidth,A=t.drawingBufferHeight,C=e._stages,x=C.get(0),b=x.outputTexture.width,E=x.outputTexture.height,S=new He;S.width=b,S.height=E,c=F.computeViewportTransformation(S,0,1,G0e),f=vt.pointToGLWindowCoordinates(s,c,o,H0e),g.x*=b/m,g.y*=E/A;let D=x.scissorRectangle;D.x=Math.max(f.x-g.x*.5,0),D.y=Math.max(f.y-g.y*.5,0),D.width=Math.min(g.x,m),D.height=Math.min(g.y,A);for(let v=1;v<4;++v)He.clone(D,C.get(v).scissorRectangle)}Sp.prototype.clear=function(e,t,n){this._sceneFramebuffer.clear(e,t,n),this._textureCache.clear(e)};Sp.prototype.update=function(e){let t=e.context,n=e.viewport,i=this._sceneFramebuffer;i.update(t,n);let o=i.framebuffer;return this._textureCache.update(t),this._stages.update(t,!1),rmt(this,t,n),o};Sp.prototype.execute=function(e){let t=this._sceneFramebuffer.framebuffer.getColorTexture(0),n=this._stages,i=n.length;n.get(0).execute(e,t);for(let o=1;o<i;++o)n.get(o).execute(e,n.get(o-1).outputTexture)};Sp.prototype.copy=function(e,t){if(!l(this._copyColorCommand)){let n=this;this._copyColorCommand=e.createViewportQuadCommand(Ql,{uniformMap:{colorTexture:function(){return n._stages.get(n._stages.length-1).outputTexture}},owner:this})}this._copyColorCommand.framebuffer=t,this._copyColorCommand.execute(e)};Sp.prototype.isDestroyed=function(){return!1};Sp.prototype.destroy=function(){return this._textureCache.destroy(),this._stages.destroy(),le(this)};var M4=Sp;var F4=function(e){return function(){e.frameState.afterRender.push(function(){e.requestRender()})}};function zi(e){e=y(e,y.EMPTY_OBJECT);let t=e.canvas,n=e.creditContainer,i=e.creditViewport,o=$e(e.contextOptions);l(o)||(o={}),l(o.webgl)||(o.webgl={}),o.webgl.powerPreference=y(o.webgl.powerPreference,"high-performance");let r=l(n),s=new tk(t,o);r||(n=document.createElement("div"),n.style.position="absolute",n.style.bottom="0",n.style["text-shadow"]="0 0 2px #000000",n.style.color="#ffffff",n.style["font-size"]="10px",n.style["padding-right"]="5px",t.parentNode.appendChild(n)),l(i)||(i=t.parentNode),this._id=kn(),this._jobScheduler=new LU,this._frameState=new oU(s,new HV(n," \u2022 ",i),this._jobScheduler),this._frameState.scene3DOnly=y(e.scene3DOnly,!1),this._removeCreditContainer=!r,this._creditContainer=n,this._canvas=t,this._context=s,this._computeEngine=new J3(s),this._globe=void 0,this._globeTranslucencyState=new RU,this._primitives=new Ml,this._groundPrimitives=new Ml,this._globeHeight=void 0,this._cameraUnderground=!1,this._logDepthBuffer=s.fragmentDepth,this._logDepthBufferDirty=!0,this._tweens=new eb,this._shaderFrameCount=0,this._sunPostProcess=void 0,this._computeCommandList=[],this._overlayCommandList=[],this._useOIT=y(e.orderIndependentTranslucency,!0),this._executeOITFunction=void 0,this._depthPlane=new XV(e.depthPlaneEllipsoidOffset),this._clearColorCommand=new ei({color:new U,stencil:0,owner:this}),this._depthClearCommand=new ei({depth:1,owner:this}),this._stencilClearCommand=new ei({stencil:0}),this._classificationStencilClearCommand=new ei({stencil:0,renderState:Ne.fromCache({stencilMask:wt.CLASSIFICATION_MASK})}),this._depthOnlyRenderStateCache={},this._transitioner=new T4(this),this._preUpdate=new _e,this._postUpdate=new _e,this._renderError=new _e,this._preRender=new _e,this._postRender=new _e,this._minimumDisableDepthTestDistance=0,this._debugInspector=new WV,this._msaaSamples=y(e.msaaSamples,1),this.rethrowRenderErrors=!1,this.completeMorphOnUserInput=!0,this.morphStart=new _e,this.morphComplete=new _e,this.skyBox=void 0,this.skyAtmosphere=void 0,this.sun=void 0,this.sunBloom=!0,this._sunBloom=void 0,this.moon=void 0,this.backgroundColor=U.clone(U.BLACK),this._mode=ee.SCENE3D,this._mapProjection=l(e.mapProjection)?e.mapProjection:new Ai,this.morphTime=1,this.farToNearRatio=1e3,this.logarithmicDepthFarToNearRatio=1e9,this.nearToFarDistance2D=175e4,this.debugCommandFilter=void 0,this.debugShowCommands=!1,this.debugShowFrustums=!1,this.debugShowFramesPerSecond=!1,this.debugShowDepthFrustum=1,this.debugShowFrustumPlanes=!1,this._debugShowFrustumPlanes=!1,this._debugFrustumPlanes=void 0,this.useDepthPicking=!0,this.pickTranslucentDepth=!1,this.cameraEventWaitTime=500,this.fog=new nU,this._shadowMapCamera=new lo(this),this.shadowMap=new o0({context:s,lightCamera:this._shadowMapCamera,enabled:y(e.shadows,!1)}),this.invertClassification=!1,this.invertClassificationColor=U.clone(U.WHITE),this._actualInvertClassificationColor=U.clone(this._invertClassificationColor),this._invertClassification=new wv,this.focalLength=void 0,this.eyeSeparation=void 0,this.postProcessStages=new C4,this._brdfLutGenerator=new _V,this._performanceDisplay=void 0,this._debugVolume=void 0,this._screenSpaceCameraController=new O4(this),this._cameraUnderground=!1,this._mapMode2D=y(e.mapMode2D,Xl.INFINITE_SCROLL),this._environmentState={skyBoxCommand:void 0,skyAtmosphereCommand:void 0,sunDrawCommand:void 0,sunComputeCommand:void 0,moonCommand:void 0,isSunVisible:!1,isMoonVisible:!1,isReadyForAtmosphere:!1,isSkyAtmosphereVisible:!1,clearGlobeDepth:!1,useDepthPlane:!1,renderTranslucentDepthForPick:!1,originalFramebuffer:void 0,useGlobeDepthFramebuffer:!1,useOIT:!1,useInvertClassification:!1,usePostProcess:!1,usePostProcessSelected:!1,useWebVR:!1},this._useWebVR=!1,this._cameraVR=void 0,this._aspectRatioVR=void 0,this.requestRenderMode=y(e.requestRenderMode,!1),this._renderRequested=!0,this.maximumRenderTimeChange=y(e.maximumRenderTimeChange,0),this._lastRenderTime=void 0,this._frameRateMonitor=void 0,this._removeRequestListenerCallback=Ya.requestCompletedEvent.addEventListener(F4(this)),this._removeTaskProcessorListenerCallback=xi.taskCompletedEvent.addEventListener(F4(this)),this._removeGlobeCallbacks=[];let a=new He(0,0,s.drawingBufferWidth,s.drawingBufferHeight),c=new lo(this);this._logDepthBuffer&&(c.frustum.near=.1,c.frustum.far=1e10),this.preloadFlightCamera=new lo(this),this.preloadFlightCullingVolume=void 0,this._picking=new QU(this),this._defaultView=new JE(this,c,a),this._view=this._defaultView,this._hdr=void 0,this._hdrDirty=void 0,this.highDynamicRange=!1,this.gamma=2.2,this.sphericalHarmonicCoefficients=void 0,this.specularEnvironmentMaps=void 0,this._specularEnvironmentMapAtlas=void 0,this.light=new Rg,Y0e(this,0,$.now()),this.updateFrameState(),this.initializeFrame()}function smt(e,t){for(let i=0;i<e._removeGlobeCallbacks.length;++i)e._removeGlobeCallbacks[i]();e._removeGlobeCallbacks.length=0;let n=[];l(t)&&(n.push(t.imageryLayersUpdatedEvent.addEventListener(F4(e))),n.push(t.terrainProviderChanged.addEventListener(F4(e)))),e._removeGlobeCallbacks=n}Object.defineProperties(zi.prototype,{canvas:{get:function(){return this._canvas}},drawingBufferHeight:{get:function(){return this._context.drawingBufferHeight}},drawingBufferWidth:{get:function(){return this._context.drawingBufferWidth}},maximumAliasedLineWidth:{get:function(){return Vt.maximumAliasedLineWidth}},maximumCubeMapSize:{get:function(){return Vt.maximumCubeMapSize}},pickPositionSupported:{get:function(){return this._context.depthTexture}},sampleHeightSupported:{get:function(){return this._context.depthTexture}},clampToHeightSupported:{get:function(){return this._context.depthTexture}},invertClassificationSupported:{get:function(){return this._context.depthTexture}},specularEnvironmentMapsSupported:{get:function(){return qd.isSupported(this._context)}},globe:{get:function(){return this._globe},set:function(e){this._globe=this._globe&&this._globe.destroy(),this._globe=e,smt(this,e)}},primitives:{get:function(){return this._primitives}},groundPrimitives:{get:function(){return this._groundPrimitives}},camera:{get:function(){return this._view.camera},set:function(e){this._view.camera=e}},view:{get:function(){return this._view},set:function(e){this._view=e}},defaultView:{get:function(){return this._defaultView}},picking:{get:function(){return this._picking}},screenSpaceCameraController:{get:function(){return this._screenSpaceCameraController}},mapProjection:{get:function(){return this._mapProjection}},jobScheduler:{get:function(){return this._jobScheduler}},frameState:{get:function(){return this._frameState}},environmentState:{get:function(){return this._environmentState}},tweens:{get:function(){return this._tweens}},imageryLayers:{get:function(){if(!!l(this.globe))return this.globe.imageryLayers}},terrainProvider:{get:function(){if(!!l(this.globe))return this.globe.terrainProvider},set:function(e){l(this.globe)&&(this.globe.terrainProvider=e)}},terrainProviderChanged:{get:function(){if(!!l(this.globe))return this.globe.terrainProviderChanged}},preUpdate:{get:function(){return this._preUpdate}},postUpdate:{get:function(){return this._postUpdate}},renderError:{get:function(){return this._renderError}},preRender:{get:function(){return this._preRender}},postRender:{get:function(){return this._postRender}},lastRenderTime:{get:function(){return this._lastRenderTime}},context:{get:function(){return this._context}},debugFrustumStatistics:{get:function(){return this._view.debugFrustumStatistics}},scene3DOnly:{get:function(){return this._frameState.scene3DOnly}},orderIndependentTranslucency:{get:function(){return this._useOIT}},id:{get:function(){return this._id}},mode:{get:function(){return this._mode},set:function(e){e===ee.SCENE2D?this.morphTo2D(0):e===ee.SCENE3D?this.morphTo3D(0):e===ee.COLUMBUS_VIEW&&this.morphToColumbusView(0),this._mode=e}},frustumCommandsList:{get:function(){return this._view.frustumCommandsList}},numberOfFrustums:{get:function(){return this._view.frustumCommandsList.length}},useWebVR:{get:function(){return this._useWebVR},set:function(e){this._useWebVR=e,this._useWebVR?(this._frameState.creditDisplay.container.style.visibility="hidden",this._cameraVR=new lo(this),l(this._deviceOrientationCameraController)||(this._deviceOrientationCameraController=new JV(this)),this._aspectRatioVR=this.camera.frustum.aspectRatio):(this._frameState.creditDisplay.container.style.visibility="visible",this._cameraVR=void 0,this._deviceOrientationCameraController=this._deviceOrientationCameraController&&!this._deviceOrientationCameraController.isDestroyed()&&this._deviceOrientationCameraController.destroy(),this.camera.frustum.aspectRatio=this._aspectRatioVR,this.camera.frustum.xOffset=0)}},mapMode2D:{get:function(){return this._mapMode2D}},splitPosition:{get:function(){return this._frameState.splitPosition},set:function(e){this._frameState.splitPosition=e}},minimumDisableDepthTestDistance:{get:function(){return this._minimumDisableDepthTestDistance},set:function(e){this._minimumDisableDepthTestDistance=e}},logarithmicDepthBuffer:{get:function(){return this._logDepthBuffer},set:function(e){e=this._context.fragmentDepth&&e,this._logDepthBuffer!==e&&(this._logDepthBuffer=e,this._logDepthBufferDirty=!0)}},gamma:{get:function(){return this._context.uniformState.gamma},set:function(e){this._context.uniformState.gamma=e}},highDynamicRange:{get:function(){return this._hdr},set:function(e){let t=this._context,n=e&&t.depthTexture&&(t.colorBufferFloat||t.colorBufferHalfFloat);this._hdrDirty=n!==this._hdr,this._hdr=n}},highDynamicRangeSupported:{get:function(){let e=this._context;return e.depthTexture&&(e.colorBufferFloat||e.colorBufferHalfFloat)}},cameraUnderground:{get:function(){return this._cameraUnderground}},msaaSamples:{get:function(){return this._msaaSamples},set:function(e){e=Math.min(e,Vt.maximumSamples),this._msaaSamples=e}},msaaSupported:{get:function(){return this._context.msaa}},pixelRatio:{get:function(){return this._frameState.pixelRatio},set:function(e){this._frameState.pixelRatio=e}},opaqueFrustumNearOffset:{get:function(){return .9999}},globeHeight:{get:function(){return this._globeHeight}}});zi.prototype.getCompressedTextureFormatSupported=function(e){let t=this.context;return(e==="WEBGL_compressed_texture_s3tc"||e==="s3tc")&&t.s3tc||(e==="WEBGL_compressed_texture_pvrtc"||e==="pvrtc")&&t.pvrtc||(e==="WEBGL_compressed_texture_etc"||e==="etc")&&t.etc||(e==="WEBGL_compressed_texture_etc1"||e==="etc1")&&t.etc1||(e==="WEBGL_compressed_texture_astc"||e==="astc")&&t.astc||(e==="EXT_texture_compression_bptc"||e==="bc7")&&t.bc7};function W0e(e,t,n){let i=e._frameState,o=e._context,r=e._view.oit,s=i.shadowState.lightShadowMaps,a=i.shadowState.lightShadowsEnabled,c=t.derivedCommands;l(t.pickId)&&(c.picking=$g.createPickDerivedCommand(e,t,o,c.picking)),t.pickOnly||(c.depth=$g.createDepthOnlyDerivedCommand(e,t,o,c.depth)),c.originalCommand=t,e._hdr&&(c.hdr=$g.createHdrCommand(t,o,c.hdr),t=c.hdr.command,c=t.derivedCommands),a&&t.receiveShadows&&(c.shadows=o0.createReceiveDerivedCommand(s,t,n,o,c.shadows)),t.pass===xe.TRANSLUCENT&&l(r)&&r.isSupported()&&(a&&t.receiveShadows?(c.oit=l(c.oit)?c.oit:{},c.oit.shadows=r.createDerivedCommands(c.shadows.receiveCommand,o,c.oit.shadows)):c.oit=r.createDerivedCommands(t,o,c.oit))}zi.prototype.updateDerivedCommands=function(e){if(!l(e.derivedCommands))return;let t=this._frameState,n=this._context,i=!1,o=t.shadowState.lastDirtyTime;e.lastDirtyTime!==o&&(e.lastDirtyTime=o,e.dirty=!0,i=!0);let r=t.useLogDepth,s=this._hdr,a=e.derivedCommands,c=l(a.logDepth),u=l(a.hdr),f=l(a.originalCommand),d=r&&!c,p=s&&!u,g=(!r||!s)&&!f;if(e.dirty=e.dirty||d||p||g,e.dirty){e.dirty=!1;let m=t.shadowState.shadowMaps;t.shadowState.shadowsEnabled&&e.castShadows&&(a.shadows=o0.createCastDerivedCommand(m,e,i,n,a.shadows)),(c||d)&&(a.logDepth=$g.createLogDepthCommand(e,n,a.logDepth),W0e(this,a.logDepth.command,i)),(f||g)&&W0e(this,e,i)}};var amt=new pd({pass:$o.RENDER}),Fq=new pd({pass:$o.PRELOAD}),Nq=new pd({pass:$o.PRELOAD_FLIGHT}),cmt=new pd({pass:$o.REQUEST_RENDER_MODE_DEFER_CHECK}),j0e=new re,kq;function lmt(e){let t=e.globe;if(e._mode===ee.SCENE3D&&l(t)&&t.show&&!e._cameraUnderground&&!e._globeTranslucencyState.translucent){let n=t.ellipsoid,i=e.frameState.minimumTerrainHeight;return j0e.radius=n.minimumRadius+i,kq=Mk.fromBoundingSphere(j0e,e.camera.positionWC,kq),kq}}zi.prototype.clearPasses=function(e){e.render=!1,e.pick=!1,e.depth=!1,e.postProcess=!1,e.offscreen=!1};function Y0e(e,t,n){let i=e._frameState;i.frameNumber=t,i.time=$.clone(n,i.time)}zi.prototype.updateFrameState=function(){let e=this.camera,t=this._frameState;t.commandList.length=0,t.shadowMaps.length=0,t.brdfLutGenerator=this._brdfLutGenerator,t.environmentMap=this.skyBox&&this.skyBox._cubeMap,t.mode=this._mode,t.morphTime=this.morphTime,t.mapProjection=this.mapProjection,t.camera=e,t.cullingVolume=e.frustum.computeCullingVolume(e.positionWC,e.directionWC,e.upWC),t.occluder=lmt(this),t.minimumTerrainHeight=0,t.minimumDisableDepthTestDistance=this._minimumDisableDepthTestDistance,t.invertClassification=this.invertClassification,t.useLogDepth=this._logDepthBuffer&&!(this.camera.frustum instanceof Jt||this.camera.frustum instanceof Sr),t.light=this.light,t.cameraUnderground=this._cameraUnderground,t.globeTranslucencyState=this._globeTranslucencyState,l(this.globe)&&(t.terrainExaggeration=this.globe.terrainExaggeration,t.terrainExaggerationRelativeHeight=this.globe.terrainExaggerationRelativeHeight),l(this._specularEnvironmentMapAtlas)&&this._specularEnvironmentMapAtlas.ready?(t.specularEnvironmentMaps=this._specularEnvironmentMapAtlas.texture,t.specularEnvironmentMapsMaximumLOD=this._specularEnvironmentMapAtlas.maximumMipmapLevel):(t.specularEnvironmentMaps=void 0,t.specularEnvironmentMapsMaximumLOD=void 0),t.sphericalHarmonicCoefficients=this.sphericalHarmonicCoefficients,this._actualInvertClassificationColor=U.clone(this.invertClassificationColor,this._actualInvertClassificationColor),wv.isTranslucencySupported(this._context)||(this._actualInvertClassificationColor.alpha=1),t.invertClassificationColor=this._actualInvertClassificationColor,l(this.globe)?t.maximumScreenSpaceError=this.globe.maximumScreenSpaceError:t.maximumScreenSpaceError=2,this.clearPasses(t.passes),t.tilesetPassState=void 0};zi.prototype.isVisible=function(e,t,n){return l(e)&&(!l(e.boundingVolume)||!e.cull||t.computeVisibility(e.boundingVolume)!==Xt.OUTSIDE&&(!l(n)||!e.occlude||!e.boundingVolume.isOccluded(n)))};var L4=new F(0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1);L4=F.inverseTransformation(L4,L4);function umt(e,t,n,i){let o=t._frameState,r=o.context,s=e.boundingVolume;l(t._debugVolume)&&t._debugVolume.destroy();let a,c=h.clone(s.center);if(o.mode!==ee.SCENE3D){c=F.multiplyByPoint(L4,c,c);let p=o.mapProjection,g=p.unproject(c);c=p.ellipsoid.cartographicToCartesian(g)}if(l(s.radius)){let p=s.radius;a=Bn.toWireframe(Is.createGeometry(new Is({radii:new h(p,p,p),vertexFormat:Qt.FLAT_VERTEX_FORMAT}))),t._debugVolume=new Cn({geometryInstances:new _t({geometry:a,modelMatrix:F.fromTranslation(c),attributes:{color:new Bt(1,0,0,1)}}),appearance:new Qt({flat:!0,translucent:!1}),asynchronous:!1})}else{let p=s.halfAxes;a=Bn.toWireframe(gl.createGeometry(gl.fromDimensions({dimensions:new h(2,2,2),vertexFormat:Qt.FLAT_VERTEX_FORMAT}))),t._debugVolume=new Cn({geometryInstances:new _t({geometry:a,modelMatrix:F.fromRotationTranslation(p,c,new F),attributes:{color:new Bt(1,0,0,1)}}),appearance:new Qt({flat:!0,translucent:!1}),asynchronous:!1})}let u=o.commandList,f=o.commandList=[];t._debugVolume.update(o),e=f[0],o.useLogDepth&&(e=$g.createLogDepthCommand(e,r).command);let d;l(i)&&(d=n.framebuffer,n.framebuffer=i),e.execute(r,n),l(d)&&(n.framebuffer=d),o.commandList=u}function za(e,t,n,i,o){let r=t._frameState;if(l(t.debugCommandFilter)&&!t.debugCommandFilter(e))return;if(e instanceof ei){e.execute(n,i);return}e.debugShowBoundingVolume&&l(e.boundingVolume)&&umt(e,t,i,o),r.useLogDepth&&l(e.derivedCommands.logDepth)&&(e=e.derivedCommands.logDepth.command);let s=r.passes;if(!s.pick&&!s.depth&&t._hdr&&l(e.derivedCommands)&&l(e.derivedCommands.hdr)&&(e=e.derivedCommands.hdr.command),s.pick||s.depth){if(s.pick&&!s.depth&&l(e.derivedCommands.picking)){e=e.derivedCommands.picking.pickCommand,e.execute(n,i);return}else if(l(e.derivedCommands.depth)){e=e.derivedCommands.depth.depthOnlyCommand,e.execute(n,i);return}}if(t.debugShowCommands||t.debugShowFrustums){t._debugInspector.executeDebugShowFrustumsCommand(t,e,i);return}r.shadowState.lightShadowsEnabled&&e.receiveShadows&&l(e.derivedCommands.shadows)?e.derivedCommands.shadows.receiveCommand.execute(n,i):e.execute(n,i)}function Hv(e,t,n,i){let o=t._frameState,r=e.derivedCommands;!l(r)||(o.useLogDepth&&l(r.logDepth)&&(e=r.logDepth.command),r=e.derivedCommands,l(r.picking)?(e=r.picking.pickCommand,e.execute(n,i)):l(r.depth)&&(e=r.depth.depthOnlyCommand,e.execute(n,i)))}function fmt(e,t,n){return t.boundingVolume.distanceSquaredTo(n)-e.boundingVolume.distanceSquaredTo(n)}function dmt(e,t,n){return e.boundingVolume.distanceSquaredTo(n)-t.boundingVolume.distanceSquaredTo(n)+I.EPSILON12}function hmt(e,t,n,i,o){let r=e.context;aA(i,fmt,e.camera.positionWC),l(o)&&t(o.unclassifiedCommand,e,r,n);let s=i.length;for(let a=0;a<s;++a)t(i[a],e,r,n)}function mmt(e,t,n,i,o){let r=e.context;aA(i,dmt,e.camera.positionWC),l(o)&&t(o.unclassifiedCommand,e,r,n);let s=i.length;for(let a=0;a<s;++a)t(i[a],e,r,n)}var pmt=new gi,_mt=new il,gmt=new Jt,ymt=new Sr;function Vq(e,t){let n=e.camera,i=e.context,o=e.frameState,r=i.uniformState;r.updateCamera(n);let s;l(n.frustum.fov)?s=n.frustum.clone(pmt):l(n.frustum.infiniteProjectionMatrix)?s=n.frustum.clone(_mt):l(n.frustum.width)?s=n.frustum.clone(gmt):s=n.frustum.clone(ymt),s.near=n.frustum.near,s.far=n.frustum.far,r.updateFrustum(s),r.updatePass(xe.ENVIRONMENT);let a=o.passes,c=a.pick,u=e._environmentState,f=e._view,d=u.renderTranslucentDepthForPick,p=u.useWebVR;if(!c){let T=u.skyBoxCommand;if(l(T)&&za(T,e,i,t),u.isSkyAtmosphereVisible&&za(u.skyAtmosphereCommand,e,i,t),u.isSunVisible&&(u.sunDrawCommand.execute(i,t),e.sunBloom&&!p)){let w;u.useGlobeDepthFramebuffer?w=f.globeDepth.framebuffer:u.usePostProcess?w=f.sceneFramebuffer.framebuffer:w=u.originalFramebuffer,e._sunPostProcess.execute(i),e._sunPostProcess.copy(i,w),t.framebuffer=w}u.isMoonVisible&&u.moonCommand.execute(i,t)}let g;u.useOIT?(l(e._executeOITFunction)||(e._executeOITFunction=function(T,w,P,B,N){f.globeDepth.prepareColorTextures(i),f.oit.executeCommands(T,w,P,B,N)}),g=e._executeOITFunction):a.render?g=hmt:g=mmt;let m=f.frustumCommandsList,A=m.length,C=u.clearGlobeDepth,x=u.useDepthPlane,b=e._globeTranslucencyState,E=b.translucent,S=e._view.globeTranslucencyFramebuffer,D=e._depthClearCommand,v=e._stencilClearCommand,O=e._classificationStencilClearCommand,R=e._depthPlane,M=u.usePostProcessSelected,L=n.position.z,_;for(let T=0;T<A;++T){let w=A-T-1,P=m[w];e.mode===ee.SCENE2D?(n.position.z=L-P.near+1,s.far=Math.max(1,P.far-P.near),s.near=1,r.update(o),r.updateFrustum(s)):(s.near=w!==0?P.near*e.opaqueFrustumNearOffset:P.near,s.far=P.far,r.updateFrustum(s)),D.execute(i,t),i.stencilBuffer&&v.execute(i,t),r.updatePass(xe.GLOBE);let B=P.commands[xe.GLOBE],N=P.indices[xe.GLOBE];if(E)b.executeGlobeCommands(P,za,S,e,t);else for(_=0;_<N;++_)za(B[_],e,i,t);let z=f.globeDepth;if(l(z)&&u.useGlobeDepthFramebuffer&&z.executeCopyDepth(i,t),!u.renderTranslucentDepthForPick)if(r.updatePass(xe.TERRAIN_CLASSIFICATION),B=P.commands[xe.TERRAIN_CLASSIFICATION],N=P.indices[xe.TERRAIN_CLASSIFICATION],E)b.executeGlobeClassificationCommands(P,za,S,e,t);else for(_=0;_<N;++_)za(B[_],e,i,t);if(C&&(D.execute(i,t),x&&R.execute(i,t)),!u.useInvertClassification||c||u.renderTranslucentDepthForPick){for(r.updatePass(xe.CESIUM_3D_TILE),B=P.commands[xe.CESIUM_3D_TILE],N=P.indices[xe.CESIUM_3D_TILE],_=0;_<N;++_)za(B[_],e,i,t);if(N>0&&(l(z)&&u.useGlobeDepthFramebuffer&&(z.prepareColorTextures(i,C),z.executeUpdateDepth(i,t,C,z.depthStencilTexture)),!u.renderTranslucentDepthForPick))for(r.updatePass(xe.CESIUM_3D_TILE_CLASSIFICATION),B=P.commands[xe.CESIUM_3D_TILE_CLASSIFICATION],N=P.indices[xe.CESIUM_3D_TILE_CLASSIFICATION],_=0;_<N;++_)za(B[_],e,i,t)}else{e._invertClassification.clear(i,t);let X=t.framebuffer;for(t.framebuffer=e._invertClassification._fbo.framebuffer,r.updatePass(xe.CESIUM_3D_TILE),B=P.commands[xe.CESIUM_3D_TILE],N=P.indices[xe.CESIUM_3D_TILE],_=0;_<N;++_)za(B[_],e,i,t);for(l(z)&&u.useGlobeDepthFramebuffer&&(e._invertClassification.prepareTextures(i),z.executeUpdateDepth(i,t,C,e._invertClassification._fbo.getDepthStencilTexture())),r.updatePass(xe.CESIUM_3D_TILE_CLASSIFICATION_IGNORE_SHOW),B=P.commands[xe.CESIUM_3D_TILE_CLASSIFICATION_IGNORE_SHOW],N=P.indices[xe.CESIUM_3D_TILE_CLASSIFICATION_IGNORE_SHOW],_=0;_<N;++_)za(B[_],e,i,t);for(t.framebuffer=X,e._invertClassification.executeClassified(i,t),o.invertClassificationColor.alpha===1&&e._invertClassification.executeUnclassified(i,t),N>0&&i.stencilBuffer&&O.execute(i,t),r.updatePass(xe.CESIUM_3D_TILE_CLASSIFICATION),B=P.commands[xe.CESIUM_3D_TILE_CLASSIFICATION],N=P.indices[xe.CESIUM_3D_TILE_CLASSIFICATION],_=0;_<N;++_)za(B[_],e,i,t)}for(N>0&&i.stencilBuffer&&v.execute(i,t),r.updatePass(xe.OPAQUE),B=P.commands[xe.OPAQUE],N=P.indices[xe.OPAQUE],_=0;_<N;++_)za(B[_],e,i,t);w!==0&&e.mode!==ee.SCENE2D&&(s.near=P.near,r.updateFrustum(s));let V;if(!c&&u.useInvertClassification&&o.invertClassificationColor.alpha<1&&(V=e._invertClassification),r.updatePass(xe.TRANSLUCENT),B=P.commands[xe.TRANSLUCENT],B.length=P.indices[xe.TRANSLUCENT],g(e,za,t,B,V),P.indices[xe.CESIUM_3D_TILE_CLASSIFICATION]>0&&f.translucentTileClassification.isSupported()&&(f.translucentTileClassification.executeTranslucentCommands(e,za,t,B,z.depthStencilTexture),f.translucentTileClassification.executeClassificationCommands(e,za,t,P)),i.depthTexture&&e.useDepthPicking&&(u.useGlobeDepthFramebuffer||d)){let X=z.depthStencilTexture,q=e._picking.getPickDepth(e,w);q.update(i,X),q.executeCopyDepth(i,t)}if(c||!M)continue;let k=t.framebuffer;if(t.framebuffer=f.sceneFramebuffer.getIdFramebuffer(),s.near=w!==0?P.near*e.opaqueFrustumNearOffset:P.near,s.far=P.far,r.updateFrustum(s),r.updatePass(xe.GLOBE),B=P.commands[xe.GLOBE],N=P.indices[xe.GLOBE],E)b.executeGlobeCommands(P,Hv,S,e,t);else for(_=0;_<N;++_)Hv(B[_],e,i,t);for(C&&(D.framebuffer=t.framebuffer,D.execute(i,t),D.framebuffer=void 0),C&&x&&R.execute(i,t),r.updatePass(xe.CESIUM_3D_TILE),B=P.commands[xe.CESIUM_3D_TILE],N=P.indices[xe.CESIUM_3D_TILE],_=0;_<N;++_)Hv(B[_],e,i,t);for(r.updatePass(xe.OPAQUE),B=P.commands[xe.OPAQUE],N=P.indices[xe.OPAQUE],_=0;_<N;++_)Hv(B[_],e,i,t);for(r.updatePass(xe.TRANSLUCENT),B=P.commands[xe.TRANSLUCENT],N=P.indices[xe.TRANSLUCENT],_=0;_<N;++_)Hv(B[_],e,i,t);t.framebuffer=k}}function X0e(e){e.context.uniformState.updatePass(xe.COMPUTE);let n=e._environmentState.sunComputeCommand;l(n)&&n.execute(e._computeEngine);let i=e._computeCommandList,o=i.length;for(let r=0;r<o;++r)i[r].execute(e._computeEngine)}function Amt(e,t){e.context.uniformState.updatePass(xe.OVERLAY);let i=e.context,o=e._overlayCommandList,r=o.length;for(let s=0;s<r;++s)o[s].execute(i,t)}function Cmt(e,t,n){let i=n.shadowMapCullingVolume,o=n.isPointLight,r=n.passes,s=r.length,a=t.length;for(let c=0;c<a;++c){let u=t[c];if(e.updateDerivedCommands(u),u.castShadows&&(u.pass===xe.GLOBE||u.pass===xe.CESIUM_3D_TILE||u.pass===xe.OPAQUE||u.pass===xe.TRANSLUCENT)&&e.isVisible(u,i))if(o)for(let f=0;f<s;++f)r[f].commandList.push(u);else if(s===1)r[0].commandList.push(u);else{let f=!1;for(let d=s-1;d>=0;--d){let p=r[d].cullingVolume;if(e.isVisible(u,p))r[d].commandList.push(u),f=!0;else if(f)break}}}}function K0e(e){let t=e.frameState,n=t.shadowState.shadowMaps,i=n.length;if(!t.shadowState.shadowsEnabled)return;let o=e.context,r=o.uniformState;for(let s=0;s<i;++s){let a=n[s];if(a.outOfView)continue;let c=a.passes,u=c.length;for(let d=0;d<u;++d)c[d].commandList.length=0;let f=e.frameState.commandList;Cmt(e,f,a);for(let d=0;d<u;++d){let p=a.passes[d];r.updateCamera(p.camera),a.updatePass(o,d);let g=p.commandList.length;for(let m=0;m<g;++m){let A=p.commandList[m];r.updatePass(A.pass),za(A.derivedCommands.shadows.castCommands[s],e,o,p.passState)}}}}var xmt=new h;zi.prototype.updateAndExecuteCommands=function(e,t){let i=this._frameState.mode;this._environmentState.useWebVR?Tmt(this,e,t):i!==ee.SCENE2D||this._mapMode2D===Xl.ROTATE?a0(!0,this,e,t):(Uq(this,e,t),Omt(this,e))};function Tmt(e,t,n){let i=e._view,o=i.camera,s=e._environmentState.renderTranslucentDepthForPick;Uq(e,t,n),J0e(e),i.createPotentiallyVisibleSet(e),X0e(e),s||K0e(e);let a=t.viewport;a.x=0,a.y=0,a.width=a.width*.5;let c=lo.clone(o,e._cameraVR);c.frustum=o.frustum;let u=o.frustum.near,f=u*y(e.focalLength,5),d=y(e.eyeSeparation,f/30),p=h.multiplyByScalar(c.right,d*.5,xmt);o.frustum.aspectRatio=a.width/a.height;let g=.5*d*u/f;h.add(c.position,p,o.position),o.frustum.xOffset=g,Vq(e,t),a.x=a.width,h.subtract(c.position,p,o.position),o.frustum.xOffset=-g,Vq(e,t),lo.clone(c,o)}var Emt=new he(Math.PI,I.PI_OVER_TWO),bmt=new h,Smt=new h,wmt=new F,Dmt=new F,vmt=new h,Pmt=new h,Imt=new He;function Omt(e,t){let n=e.context,i=e.frameState,o=e.camera,r=t.viewport,s=He.clone(r,Imt);t.viewport=s;let a=Emt,c=bmt;e.mapProjection.project(a,c);let f=h.clone(o.position,Smt),d=F.clone(o.transform,Dmt),p=o.frustum.clone();o._setTransform(F.IDENTITY);let g=F.computeViewportTransformation(s,0,1,wmt),m=o.frustum.projectionMatrix,A=o.positionWC.y,C=h.fromElements(I.sign(A)*c.x-A,0,-o.positionWC.x,vmt),x=vt.pointToGLWindowCoordinates(m,g,C,Pmt);x.x=Math.floor(x.x);let b=s.x,E=s.width;if(A===0||x.x<=b||x.x>=b+E)a0(!0,e,t);else if(Math.abs(b+E*.5-x.x)<1)s.width=x.x-s.x,o.position.x*=I.sign(o.position.x),o.frustum.right=0,i.cullingVolume=o.frustum.computeCullingVolume(o.positionWC,o.directionWC,o.upWC),n.uniformState.update(i),a0(!0,e,t),s.x=x.x,o.position.x=-o.position.x,o.frustum.right=-o.frustum.left,o.frustum.left=0,i.cullingVolume=o.frustum.computeCullingVolume(o.positionWC,o.directionWC,o.upWC),n.uniformState.update(i),a0(!1,e,t);else if(x.x>b+E*.5){s.width=x.x-b;let S=o.frustum.right;o.frustum.right=c.x-A,i.cullingVolume=o.frustum.computeCullingVolume(o.positionWC,o.directionWC,o.upWC),n.uniformState.update(i),a0(!0,e,t),s.x=x.x,s.width=b+E-x.x,o.position.x=-o.position.x,o.frustum.left=-o.frustum.right,o.frustum.right=S-o.frustum.right*2,i.cullingVolume=o.frustum.computeCullingVolume(o.positionWC,o.directionWC,o.upWC),n.uniformState.update(i),a0(!1,e,t)}else{s.x=x.x,s.width=b+E-x.x;let S=o.frustum.left;o.frustum.left=-c.x-A,i.cullingVolume=o.frustum.computeCullingVolume(o.positionWC,o.directionWC,o.upWC),n.uniformState.update(i),a0(!0,e,t),s.x=b,s.width=x.x-b,o.position.x=-o.position.x,o.frustum.right=-o.frustum.left,o.frustum.left=S-o.frustum.left*2,i.cullingVolume=o.frustum.computeCullingVolume(o.positionWC,o.directionWC,o.upWC),n.uniformState.update(i),a0(!1,e,t)}o._setTransform(d),h.clone(f,o.position),o.frustum=p.clone(),t.viewport=r}function a0(e,t,n,i){let o=t._environmentState,r=t._view,s=o.renderTranslucentDepthForPick;e||(t.frameState.commandList.length=0),J0e(t),r.createPotentiallyVisibleSet(t),e&&(l(i)&&Uq(t,n,i),X0e(t),s||K0e(t)),Vq(t,n)}var q0e=new qs;zi.prototype.updateEnvironment=function(){let e=this._frameState,t=this._view,n=this._environmentState,i=e.passes.render,o=e.passes.offscreen,r=this.skyAtmosphere,s=this.globe,a=this._globeTranslucencyState;if(!i||this._mode!==ee.SCENE2D&&t.camera.frustum instanceof Jt||!a.environmentVisible)n.skyAtmosphereCommand=void 0,n.skyBoxCommand=void 0,n.sunDrawCommand=void 0,n.sunComputeCommand=void 0,n.moonCommand=void 0;else{l(r)?(l(s)&&(r.setDynamicAtmosphereColor(s.enableLighting&&s.dynamicAtmosphereLighting,s.dynamicAtmosphereLightingFromSun),n.isReadyForAtmosphere=n.isReadyForAtmosphere||s._surface._tilesToRender.length>0),n.skyAtmosphereCommand=r.update(e,s),l(n.skyAtmosphereCommand)&&this.updateDerivedCommands(n.skyAtmosphereCommand)):n.skyAtmosphereCommand=void 0,n.skyBoxCommand=l(this.skyBox)?this.skyBox.update(e,this._hdr):void 0;let A=l(this.sun)?this.sun.update(e,t.passState,this._hdr):void 0;n.sunDrawCommand=l(A)?A.drawCommand:void 0,n.sunComputeCommand=l(A)?A.computeCommand:void 0,n.moonCommand=l(this.moon)?this.moon.update(e):void 0}let c=n.clearGlobeDepth=l(s)&&s.show&&(!s.depthTestAgainstTerrain||this.mode===ee.SCENE2D);(n.useDepthPlane=c&&this.mode===ee.SCENE3D&&a.useDepthPlane)&&this._depthPlane.update(e),n.renderTranslucentDepthForPick=!1,n.useWebVR=this._useWebVR&&this.mode!==ee.SCENE2D&&!o;let f=e.mode===ee.SCENE3D&&!a.sunVisibleThroughGlobe?e.occluder:void 0,d=e.cullingVolume,p=q0e.planes;for(let A=0;A<5;++A)p[A]=d.planes[A];d=q0e,n.isSkyAtmosphereVisible=l(n.skyAtmosphereCommand)&&n.isReadyForAtmosphere,n.isSunVisible=this.isVisible(n.sunDrawCommand,d,f),n.isMoonVisible=this.isVisible(n.moonCommand,d,f);let g=this.specularEnvironmentMaps,m=this._specularEnvironmentMapAtlas;l(g)&&(!l(m)||m.url!==g)?(m=m&&m.destroy(),this._specularEnvironmentMapAtlas=new qd(g)):!l(g)&&l(m)&&(m.destroy(),this._specularEnvironmentMapAtlas=void 0),l(this._specularEnvironmentMapAtlas)&&this._specularEnvironmentMapAtlas.update(e)};function Bmt(e){let t=e._frameState;e.debugShowFrustumPlanes!==e._debugShowFrustumPlanes&&(e.debugShowFrustumPlanes?e._debugFrustumPlanes=new Ap({camera:e.camera,updateOnChange:!1,frustumSplits:t.frustumSplits}):e._debugFrustumPlanes=e._debugFrustumPlanes&&e._debugFrustumPlanes.destroy(),e._debugShowFrustumPlanes=e.debugShowFrustumPlanes),l(e._debugFrustumPlanes)&&e._debugFrustumPlanes.update(t)}function Rmt(e){let t=e._frameState,n=t.shadowMaps,i=n.length,o=i>0&&!t.passes.pick&&e.mode===ee.SCENE3D;if(o!==t.shadowState.shadowsEnabled&&(++t.shadowState.lastDirtyTime,t.shadowState.shadowsEnabled=o),t.shadowState.lightShadowsEnabled=!1,!!o){for(let r=0;r<i;++r)if(n[r]!==t.shadowState.shadowMaps[r]){++t.shadowState.lastDirtyTime;break}t.shadowState.shadowMaps.length=0,t.shadowState.lightShadowMaps.length=0;for(let r=0;r<i;++r){let s=n[r];s.update(t),t.shadowState.shadowMaps.push(s),s.fromLightSource&&(t.shadowState.lightShadowMaps.push(s),t.shadowState.lightShadowsEnabled=!0),s.dirty&&(++t.shadowState.lastDirtyTime,s.dirty=!1)}}}function J0e(e){let t=e._frameState;e._groundPrimitives.update(t),e._primitives.update(t),Bmt(e),Rmt(e),e._globe&&e._globe.render(t)}function Uq(e,t,n){let i=e._context,o=e._frameState,r=e._environmentState,s=e._view,c=e._frameState.passes.pick;l(s.globeDepth)&&(s.globeDepth.picking=c);let u=r.useWebVR;r.originalFramebuffer=t.framebuffer,l(e.sun)&&e.sunBloom!==e._sunBloom?(e.sunBloom&&!u?e._sunPostProcess=new M4:l(e._sunPostProcess)&&(e._sunPostProcess=e._sunPostProcess.destroy()),e._sunBloom=e.sunBloom):!l(e.sun)&&l(e._sunPostProcess)&&(e._sunPostProcess=e._sunPostProcess.destroy(),e._sunBloom=!1);let f=e._clearColorCommand;U.clone(n,f.color),f.execute(i,t);let d=r.useGlobeDepthFramebuffer=l(s.globeDepth);d&&(s.globeDepth.update(i,t,s.viewport,e.msaaSamples,e._hdr,r.clearGlobeDepth),s.globeDepth.clear(i,t,n));let p=s.oit,g=r.useOIT=!c&&l(p)&&p.isSupported();g&&(p.update(i,t,s.globeDepth.colorFramebufferManager,e._hdr,e.msaaSamples),p.clear(i,t,n),r.useOIT=p.isSupported());let m=e.postProcessStages,A=r.usePostProcess=!c&&(e._hdr||m.length>0||m.ambientOcclusion.enabled||m.fxaa.enabled||m.bloom.enabled);if(r.usePostProcessSelected=!1,A&&(s.sceneFramebuffer.update(i,s.viewport,e._hdr,e.msaaSamples),s.sceneFramebuffer.clear(i,t,n),m.update(i,o.useLogDepth,e._hdr),m.clear(i),A=r.usePostProcess=m.ready,r.usePostProcessSelected=A&&m.hasSelected),r.isSunVisible&&e.sunBloom&&!u?(t.framebuffer=e._sunPostProcess.update(t),e._sunPostProcess.clear(i,t,n)):d?t.framebuffer=s.globeDepth.framebuffer:A&&(t.framebuffer=s.sceneFramebuffer.framebuffer),l(t.framebuffer)&&f.execute(i,t),r.useInvertClassification=!c&&l(t.framebuffer)&&e.invertClassification){let x;if(e.frameState.invertClassificationColor.alpha===1&&r.useGlobeDepthFramebuffer&&(x=s.globeDepth.framebuffer),l(x)||i.depthTexture){if(e._invertClassification.previousFramebuffer=x,e._invertClassification.update(i,e.msaaSamples,s.globeDepth.colorFramebufferManager),e._invertClassification.clear(i,t),e.frameState.invertClassificationColor.alpha<1&&g){let b=e._invertClassification.unclassifiedCommand,E=b.derivedCommands;E.oit=p.createDerivedCommands(b,i,E.oit)}}else r.useInvertClassification=!1}e._globeTranslucencyState.translucent&&s.globeTranslucencyFramebuffer.updateAndClear(e._hdr,s.viewport,i,t)}zi.prototype.resolveFramebuffers=function(e){let t=this._context,n=this._environmentState,i=this._view,o=i.globeDepth;l(o)&&o.prepareColorTextures(t);let r=n.useOIT,s=n.useGlobeDepthFramebuffer,a=n.usePostProcess,c=n.originalFramebuffer,u=s?o.colorFramebufferManager:void 0,f=i.sceneFramebuffer._colorFramebuffer,d=i.sceneFramebuffer.idFramebuffer;r&&(e.framebuffer=a?f.framebuffer:c,i.oit.execute(t,e));let p=i.translucentTileClassification;if(p.hasTranslucentDepth&&p.isSupported()&&p.execute(this,e),a){i.sceneFramebuffer.prepareColorTextures(t);let g=f;s&&!r&&(g=u);let m=this.postProcessStages,A=g.getColorTexture(0),C=d.getColorTexture(0),x=y(u,f).getDepthStencilTexture();m.execute(t,A,x,C),m.copy(t,c)}!r&&!a&&s&&(e.framebuffer=c,o.executeCopyColor(t,e))};function Mmt(e){let t=e._frameState.afterRender;for(let n=0,i=t.length;n<i;++n)t[n](),e.requestRender();t.length=0}function Lmt(e){let t=e._globe,i=e.camera.positionCartographic;if(l(t)&&t.show&&l(i))return t.getHeight(i)}function Fmt(e){let t=e.camera,n=e._mode,i=e.globe,o=e._screenSpaceCameraController,r=t.positionCartographic;if(!l(r))return!1;if(!o.onMap()&&r.height<0)return!0;if(!l(i)||!i.show||n===ee.SCENE2D||n===ee.MORPHING)return!1;let s=e._globeHeight;return l(s)&&r.height<s}zi.prototype.initializeFrame=function(){this._shaderFrameCount++===120&&(this._shaderFrameCount=0,this._context.shaderCache.destroyReleasedShaderPrograms(),this._context.textureCache.destroyReleasedTextures()),this._tweens.update(),this._globeHeight=Lmt(this),this._cameraUnderground=Fmt(this),this._globeTranslucencyState.update(this),this._screenSpaceCameraController.update(),l(this._deviceOrientationCameraController)&&this._deviceOrientationCameraController.update(),this.camera.update(this._mode),this.camera._updateCameraChanged()};function Nmt(e,t){if(e.debugShowFramesPerSecond){if(!l(e._performanceDisplay)){let n=document.createElement("div");n.className="cesium-performanceDisplay-defaultContainer",e._canvas.parentNode.appendChild(n);let o=new n0({container:n});e._performanceDisplay=o,e._performanceContainer=n}e._performanceDisplay.throttled=e.requestRenderMode,e._performanceDisplay.update(t)}else l(e._performanceDisplay)&&(e._performanceDisplay=e._performanceDisplay&&e._performanceDisplay.destroy(),e._performanceContainer.parentNode.removeChild(e._performanceContainer))}function kmt(e){e._jobScheduler.resetBudgets();let t=e._frameState;e.primitives.prePassesUpdate(t),l(e.globe)&&e.globe.update(t),e._picking.update(),t.creditDisplay.update()}function Vmt(e){let t=e._frameState;e.primitives.postPassesUpdate(t),Ya.update()}var Umt=new U;function zmt(e){let t=e._frameState,n=e.context,i=n.uniformState,o=e._defaultView;e._view=o,e.updateFrameState(),t.passes.render=!0,t.passes.postProcess=e.postProcessStages.hasSelected,t.tilesetPassState=amt;let r=y(e.backgroundColor,U.BLACK);e._hdr&&(r=U.clone(r,Umt),r.red=Math.pow(r.red,e.gamma),r.green=Math.pow(r.green,e.gamma),r.blue=Math.pow(r.blue,e.gamma)),t.backgroundColor=r,e.fog.update(t),i.update(t);let s=e.shadowMap;l(s)&&s.enabled&&(!l(e.light)||e.light instanceof Rg?h.negate(i.sunDirectionWC,e._shadowMapCamera.direction):h.clone(e.light.direction,e._shadowMapCamera.direction),t.shadowMaps.push(s)),e._computeCommandList.length=0,e._overlayCommandList.length=0;let a=o.viewport;a.x=0,a.y=0,a.width=n.drawingBufferWidth,a.height=n.drawingBufferHeight;let c=o.passState;c.framebuffer=void 0,c.blendingEnabled=void 0,c.scissorTest=void 0,c.viewport=He.clone(a,c.viewport),l(e.globe)&&e.globe.beginFrame(t),e.updateEnvironment(),e.updateAndExecuteCommands(c,r),e.resolveFramebuffers(c),c.framebuffer=void 0,Amt(e,c),l(e.globe)&&(e.globe.endFrame(t),e.globe.tilesLoaded||(e._renderRequested=!0)),n.endFrame()}function RA(e,t){try{t(e)}catch(n){if(e._renderError.raiseEvent(e,n),e.rethrowRenderErrors)throw n}}function Hmt(e){return e._picking.updateMostDetailedRayPicks(e)}zi.prototype.render=function(e){this._preUpdate.raiseEvent(this,e);let t=this._frameState;t.newFrame=!1,l(e)||(e=$.now());let n=this._view.checkForCameraUpdates(this),i=!this.requestRenderMode||this._renderRequested||n||this._logDepthBufferDirty||this._hdrDirty||this.mode===ee.MORPHING;if(!i&&l(this.maximumRenderTimeChange)&&l(this._lastRenderTime)){let o=Math.abs($.secondsDifference(this._lastRenderTime,e));i=i||o>this.maximumRenderTimeChange}if(i){this._lastRenderTime=$.clone(e,this._lastRenderTime),this._renderRequested=!1,this._logDepthBufferDirty=!1,this._hdrDirty=!1;let o=I.incrementWrap(t.frameNumber,15e6,1);Y0e(this,o,e),t.newFrame=!0}RA(this,kmt),this.primitives.show&&(RA(this,Hmt),RA(this,Gmt),RA(this,Wmt),i||RA(this,jmt)),this._postUpdate.raiseEvent(this,e),i&&(this._preRender.raiseEvent(this,e),t.creditDisplay.beginFrame(),RA(this,zmt)),Nmt(this,i),RA(this,Vmt),Mmt(this),i&&(this._postRender.raiseEvent(this,e),t.creditDisplay.endFrame())};zi.prototype.forceRender=function(e){this._renderRequested=!0,this.render(e)};zi.prototype.requestRender=function(){this._renderRequested=!0};zi.prototype.clampLineWidth=function(e){return Math.max(Vt.minimumAliasedLineWidth,Math.min(e,Vt.maximumAliasedLineWidth))};zi.prototype.pick=function(e,t,n){return this._picking.pick(this,e,t,n)};zi.prototype.pickPositionWorldCoordinates=function(e,t){return this._picking.pickPositionWorldCoordinates(this,e,t)};zi.prototype.pickPosition=function(e,t){return this._picking.pickPosition(this,e,t)};zi.prototype.drillPick=function(e,t,n,i){return this._picking.drillPick(this,e,t,n,i)};function Gmt(e){let t=e._frameState;Fq.camera=t.camera,Fq.cullingVolume=t.cullingVolume,e.primitives.updateForPass(t,Fq)}function Wmt(e){let t=e._frameState;if(!t.camera.canPreloadFlight())return;Nq.camera=e.preloadFlightCamera,Nq.cullingVolume=e.preloadFlightCullingVolume,e.primitives.updateForPass(t,Nq)}function jmt(e){e.primitives.updateForPass(e._frameState,cmt)}zi.prototype.pickFromRay=function(e,t,n){return this._picking.pickFromRay(this,e,t,n)};zi.prototype.drillPickFromRay=function(e,t,n,i){return this._picking.drillPickFromRay(this,e,t,n,i)};zi.prototype.pickFromRayMostDetailed=function(e,t,n){return this._picking.pickFromRayMostDetailed(this,e,t,n)};zi.prototype.drillPickFromRayMostDetailed=function(e,t,n,i){return this._picking.drillPickFromRayMostDetailed(this,e,t,n,i)};zi.prototype.sampleHeight=function(e,t,n){return this._picking.sampleHeight(this,e,t,n)};zi.prototype.clampToHeight=function(e,t,n,i){return this._picking.clampToHeight(this,e,t,n,i)};zi.prototype.sampleHeightMostDetailed=function(e,t,n){return this._picking.sampleHeightMostDetailed(this,e,t,n)};zi.prototype.clampToHeightMostDetailed=function(e,t,n){return this._picking.clampToHeightMostDetailed(this,e,t,n)};zi.prototype.cartesianToCanvasCoordinates=function(e,t){return Xi.wgs84ToWindowCoordinates(this,e,t)};zi.prototype.completeMorph=function(){this._transitioner.completeMorph()};zi.prototype.morphTo2D=function(e){let t,n=this.globe;l(n)?t=n.ellipsoid:t=this.mapProjection.ellipsoid,e=y(e,2),this._transitioner.morphTo2D(e,t)};zi.prototype.morphToColumbusView=function(e){let t,n=this.globe;l(n)?t=n.ellipsoid:t=this.mapProjection.ellipsoid,e=y(e,2),this._transitioner.morphToColumbusView(e,t)};zi.prototype.morphTo3D=function(e){let t,n=this.globe;l(n)?t=n.ellipsoid:t=this.mapProjection.ellipsoid,e=y(e,2),this._transitioner.morphTo3D(e,t)};zi.prototype.isDestroyed=function(){return!1};zi.prototype.destroy=function(){this._tweens.removeAll(),this._computeEngine=this._computeEngine&&this._computeEngine.destroy(),this._screenSpaceCameraController=this._screenSpaceCameraController&&this._screenSpaceCameraController.destroy(),this._deviceOrientationCameraController=this._deviceOrientationCameraController&&!this._deviceOrientationCameraController.isDestroyed()&&this._deviceOrientationCameraController.destroy(),this._primitives=this._primitives&&this._primitives.destroy(),this._groundPrimitives=this._groundPrimitives&&this._groundPrimitives.destroy(),this._globe=this._globe&&this._globe.destroy(),this.skyBox=this.skyBox&&this.skyBox.destroy(),this.skyAtmosphere=this.skyAtmosphere&&this.skyAtmosphere.destroy(),this._debugSphere=this._debugSphere&&this._debugSphere.destroy(),this.sun=this.sun&&this.sun.destroy(),this._sunPostProcess=this._sunPostProcess&&this._sunPostProcess.destroy(),this._depthPlane=this._depthPlane&&this._depthPlane.destroy(),this._transitioner=this._transitioner&&this._transitioner.destroy(),this._debugFrustumPlanes=this._debugFrustumPlanes&&this._debugFrustumPlanes.destroy(),this._brdfLutGenerator=this._brdfLutGenerator&&this._brdfLutGenerator.destroy(),this._picking=this._picking&&this._picking.destroy(),this._defaultView=this._defaultView&&this._defaultView.destroy(),this._view=void 0,this._removeCreditContainer&&this._canvas.parentNode.removeChild(this._creditContainer),this.postProcessStages=this.postProcessStages&&this.postProcessStages.destroy(),this._context=this._context&&this._context.destroy(),this._frameState.creditDisplay=this._frameState.creditDisplay&&this._frameState.creditDisplay.destroy(),l(this._performanceDisplay)&&(this._performanceDisplay=this._performanceDisplay&&this._performanceDisplay.destroy(),this._performanceContainer.parentNode.removeChild(this._performanceContainer)),this._removeRequestListenerCallback(),this._removeTaskProcessorListenerCallback();for(let e=0;e<this._removeGlobeCallbacks.length;++e)this._removeGlobeCallbacks[e]();return this._removeGlobeCallbacks.length=0,le(this)};var N4=zi;function tb(e){e=y(e,ie.WGS84),this.show=!0,this.perFragmentAtmosphere=!1,this._ellipsoid=e;let t=1.025,n=h.multiplyByScalar(e.radii,t,new h);this._scaleMatrix=F.fromScale(n),this._modelMatrix=new F,this._command=new Ze({owner:this,modelMatrix:this._modelMatrix}),this._spSkyFromSpace=void 0,this._spSkyFromAtmosphere=void 0,this._flags=void 0,this.atmosphereLightIntensity=50,this.atmosphereRayleighCoefficient=new h(55e-7,13e-6,284e-7),this.atmosphereMieCoefficient=new h(21e-6,21e-6,21e-6),this.atmosphereRayleighScaleHeight=1e4,this.atmosphereMieScaleHeight=3200,this.atmosphereMieAnisotropy=.9,this.hueShift=0,this.saturationShift=0,this.brightnessShift=0,this._hueSaturationBrightness=new h;let i=new h;i.x=e.maximumRadius*t,i.y=e.maximumRadius,i.z=0,this._radiiAndDynamicAtmosphereColor=i;let o=this;this._command.uniformMap={u_radiiAndDynamicAtmosphereColor:function(){return o._radiiAndDynamicAtmosphereColor},u_hsbShift:function(){return o._hueSaturationBrightness.x=o.hueShift,o._hueSaturationBrightness.y=o.saturationShift,o._hueSaturationBrightness.z=o.brightnessShift,o._hueSaturationBrightness},u_atmosphereLightIntensity:function(){return o.atmosphereLightIntensity},u_atmosphereRayleighCoefficient:function(){return o.atmosphereRayleighCoefficient},u_atmosphereMieCoefficient:function(){return o.atmosphereMieCoefficient},u_atmosphereRayleighScaleHeight:function(){return o.atmosphereRayleighScaleHeight},u_atmosphereMieScaleHeight:function(){return o.atmosphereMieScaleHeight},u_atmosphereMieAnisotropy:function(){return o.atmosphereMieAnisotropy}}}Object.defineProperties(tb.prototype,{ellipsoid:{get:function(){return this._ellipsoid}}});tb.prototype.setDynamicAtmosphereColor=function(e,t){let n=e?t?2:1:0;this._radiiAndDynamicAtmosphereColor.z=n};var zq=new F;tb.prototype.update=function(e,t){if(!this.show)return;let n=e.mode;if(n!==ee.SCENE3D&&n!==ee.MORPHING||!e.passes.render)return;let i=F.fromRotationTranslation(e.context.uniformState.inverseViewRotation,h.ZERO,zq),o=F.multiplyTransformation(i,So.Y_UP_TO_Z_UP,zq),r=F.multiply(this._scaleMatrix,o,zq);F.clone(r,this._modelMatrix);let s=e.context,a=qmt(this),c=e.globeTranslucencyState.translucent,u=this.perFragmentAtmosphere||c||!l(t)||!t.show,f=this._command;if(!l(f.vertexArray)){let p=Is.createGeometry(new Is({radii:new h(1,1,1),slicePartitions:256,stackPartitions:256,vertexFormat:we.POSITION_ONLY}));f.vertexArray=Zn.fromGeometry({context:s,geometry:p,attributeLocations:Bn.createAttributeLocations(p),bufferUsage:Le.STATIC_DRAW}),f.renderState=Ne.fromCache({cull:{enabled:!0,face:Ci.FRONT},blending:an.ALPHA_BLEND,depthMask:!1})}let d=a|u<<2|c<<3;if(d!==this._flags){this._flags=d;let p=[];a&&p.push("COLOR_CORRECT"),u&&p.push("PER_FRAGMENT_ATMOSPHERE"),c&&p.push("GLOBE_TRANSLUCENT");let g=new Ve({defines:p,sources:[Wg,ZD,iV]}),m=new Ve({defines:p,sources:[Wg,ZD,nV]});this._spSkyAtmosphere=jt.fromCache({context:s,vertexShaderSource:g,fragmentShaderSource:m}),f.shaderProgram=this._spSkyAtmosphere}return f};function qmt(e){return!(I.equalsEpsilon(e.hueShift,0,I.EPSILON7)&&I.equalsEpsilon(e.saturationShift,0,I.EPSILON7)&&I.equalsEpsilon(e.brightnessShift,0,I.EPSILON7))}tb.prototype.isDestroyed=function(){return!1};tb.prototype.destroy=function(){let e=this._command;return e.vertexArray=e.vertexArray&&e.vertexArray.destroy(),this._spSkyAtmosphere=this._spSkyAtmosphere&&this._spSkyAtmosphere.destroy(),le(this)};var k4=tb;function V4(e){this.sources=e.sources,this._sources=void 0,this.show=y(e.show,!0),this._command=new Ze({modelMatrix:F.clone(F.IDENTITY),owner:this}),this._cubeMap=void 0,this._attributeLocations=void 0,this._useHdr=void 0}V4.prototype.update=function(e,t){let n=this;if(!this.show||e.mode!==ee.SCENE3D&&e.mode!==ee.MORPHING||!e.passes.render)return;let i=e.context;if(this._sources!==this.sources){this._sources=this.sources;let r=this.sources;typeof r.positiveX=="string"?nk(i,this._sources).then(function(s){n._cubeMap=n._cubeMap&&n._cubeMap.destroy(),n._cubeMap=s}):(this._cubeMap=this._cubeMap&&this._cubeMap.destroy(),this._cubeMap=new Xa({context:i,source:r}))}let o=this._command;if(!l(o.vertexArray)){o.uniformMap={u_cubeMap:function(){return n._cubeMap}};let r=gl.createGeometry(gl.fromDimensions({dimensions:new h(2,2,2),vertexFormat:we.POSITION_ONLY})),s=this._attributeLocations=Bn.createAttributeLocations(r);o.vertexArray=Zn.fromGeometry({context:i,geometry:r,attributeLocations:s,bufferUsage:Le.STATIC_DRAW}),o.renderState=Ne.fromCache({blending:an.ALPHA_BLEND})}if(!l(o.shaderProgram)||this._useHdr!==t){let r=new Ve({defines:[t?"HDR":""],sources:[oV]});o.shaderProgram=jt.fromCache({context:i,vertexShaderSource:rV,fragmentShaderSource:r,attributeLocations:this._attributeLocations}),this._useHdr=t}if(!!l(this._cubeMap))return o};V4.prototype.isDestroyed=function(){return!1};V4.prototype.destroy=function(){let e=this._command;return e.vertexArray=e.vertexArray&&e.vertexArray.destroy(),e.shaderProgram=e.shaderProgram&&e.shaderProgram.destroy(),this._cubeMap=this._cubeMap&&this._cubeMap.destroy(),le(this)};var U4=V4;function Hq(e){e=y(e,1),this._radius=y(e,1)}Object.defineProperties(Hq.prototype,{radius:{get:function(){return this._radius},set:function(e){this._radius=e}}});Hq.prototype.emit=function(e){let t=I.randomBetween(0,I.TWO_PI),n=I.randomBetween(0,I.PI),i=I.randomBetween(0,this._radius),o=i*Math.cos(t)*Math.sin(n),r=i*Math.sin(t)*Math.sin(n),s=i*Math.cos(n);e.position=h.fromElements(o,r,s,e.position),e.velocity=h.normalize(e.position,e.velocity)};var Z0e=Hq;function Gv(){}Gv.prototype.evaluate=function(e,t){ye.throwInstantiationError()};Gv.prototype.evaluateColor=function(e,t){ye.throwInstantiationError()};Gv.prototype.getShaderFunction=function(e,t,n,i){ye.throwInstantiationError()};Gv.prototype.getVariables=function(){ye.throwInstantiationError()};var Q0e=Gv;function jv(){this.show=!0,this._drawCommand=new Ze({primitiveType:Oe.TRIANGLES,boundingVolume:new re,owner:this}),this._commands={drawCommand:this._drawCommand,computeCommand:void 0},this._boundingVolume=new re,this._boundingVolume2D=new re,this._texture=void 0,this._drawingBufferWidth=void 0,this._drawingBufferHeight=void 0,this._radiusTS=void 0,this._size=void 0,this.glowFactor=1,this._glowFactorDirty=!1,this._useHdr=void 0;let e=this;this._uniformMap={u_texture:function(){return e._texture},u_size:function(){return e._size}}}Object.defineProperties(jv.prototype,{glowFactor:{get:function(){return this._glowFactor},set:function(e){e=Math.max(e,0),this._glowFactor=e,this._glowFactorDirty=!0}}});var Ymt=new H,Xmt=new H,Kmt=new se,Wv=new se;jv.prototype.update=function(e,t,n){if(!this.show)return;let i=e.mode;if(i===ee.SCENE2D||i===ee.MORPHING||!e.passes.render)return;let o=e.context,r=t.viewport.width,s=t.viewport.height;if(!l(this._texture)||r!==this._drawingBufferWidth||s!==this._drawingBufferHeight||this._glowFactorDirty||n!==this._useHdr){this._texture=this._texture&&this._texture.destroy(),this._drawingBufferWidth=r,this._drawingBufferHeight=s,this._glowFactorDirty=!1,this._useHdr=n;let S=Math.max(r,s);S=Math.pow(2,Math.ceil(Math.log(S)/Math.log(2))-2),S=Math.max(1,S);let D=n?o.halfFloatingPointTexture?qe.HALF_FLOAT:qe.FLOAT:qe.UNSIGNED_BYTE;this._texture=new Rt({context:o,width:S,height:S,pixelFormat:ft.RGBA,pixelDatatype:D}),this._glowLengthTS=this._glowFactor*5,this._radiusTS=1/(1+2*this._glowLengthTS)*.5;let v=this,O={u_radiusTS:function(){return v._radiusTS}};this._commands.computeCommand=new Tf({fragmentShaderSource:aV,outputTexture:this._texture,uniformMap:O,persists:!1,owner:this,postExecute:function(){v._commands.computeCommand=void 0}})}let a=this._drawCommand;if(!l(a.vertexArray)){let S={direction:0},D=new Uint8Array(4*2);D[0]=0,D[1]=0,D[2]=255,D[3]=0,D[4]=255,D[5]=255,D[6]=0,D[7]=255;let v=rt.createVertexBuffer({context:o,typedArray:D,usage:Le.STATIC_DRAW}),O=[{index:S.direction,vertexBuffer:v,componentsPerAttribute:2,normalize:!0,componentDatatype:K.UNSIGNED_BYTE}],R=rt.createIndexBuffer({context:o,typedArray:new Uint16Array([0,1,2,0,2,3]),usage:Le.STATIC_DRAW,indexDatatype:Fe.UNSIGNED_SHORT});a.vertexArray=new Zn({context:o,attributes:O,indexBuffer:R}),a.shaderProgram=jt.fromCache({context:o,vertexShaderSource:cV,fragmentShaderSource:sV,attributeLocations:S}),a.renderState=Ne.fromCache({blending:an.ALPHA_BLEND}),a.uniformMap=this._uniformMap}let c=o.uniformState.sunPositionWC,u=o.uniformState.sunPositionColumbusView,f=this._boundingVolume,d=this._boundingVolume2D;h.clone(c,f.center),d.center.x=u.z,d.center.y=u.x,d.center.z=u.y,f.radius=I.SOLAR_RADIUS+I.SOLAR_RADIUS*this._glowLengthTS,d.radius=f.radius,i===ee.SCENE3D?re.clone(f,a.boundingVolume):i===ee.COLUMBUS_VIEW&&re.clone(d,a.boundingVolume);let p=Xi.computeActualWgs84Position(e,c,Wv),g=h.magnitude(h.subtract(p,e.camera.position,Wv)),m=o.uniformState.projection,A=Kmt;A.x=0,A.y=0,A.z=-g,A.w=1;let C=F.multiplyByVector(m,A,Wv),x=Xi.clipToGLWindowCoordinates(t.viewport,C,Ymt);A.x=I.SOLAR_RADIUS;let b=F.multiplyByVector(m,A,Wv),E=Xi.clipToGLWindowCoordinates(t.viewport,b,Xmt);return this._size=H.magnitude(H.subtract(E,x,Wv)),this._size=2*this._size*(1+2*this._glowLengthTS),this._size=Math.ceil(this._size),this._commands};jv.prototype.isDestroyed=function(){return!1};jv.prototype.destroy=function(){let e=this._drawCommand;return e.vertexArray=e.vertexArray&&e.vertexArray.destroy(),e.shaderProgram=e.shaderProgram&&e.shaderProgram.destroy(),this._texture=this._texture&&this._texture.destroy(),le(this)};var z4=jv;function nb(){}nb.prototype.boundingVolume=void 0;nb.prototype.boundingSphere=void 0;nb.prototype.distanceToCamera=function(e){ye.throwInstantiationError()};nb.prototype.intersectPlane=function(e){ye.throwInstantiationError()};nb.prototype.createDebugVolume=function(e){ye.throwInstantiationError()};var $0e=nb;function qv(e){e=y(e,y.EMPTY_OBJECT),this._tilingScheme=l(e.tilingScheme)?e.tilingScheme:new ui({ellipsoid:e.ellipsoid}),this._color=y(e.color,U.YELLOW),this._errorEvent=new _e,this._tileWidth=y(e.tileWidth,256),this._tileHeight=y(e.tileHeight,256),this._readyPromise=Promise.resolve(!0),this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0}Object.defineProperties(qv.prototype,{proxy:{get:function(){}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){}},minimumLevel:{get:function(){}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return!0}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){}},hasAlphaChannel:{get:function(){return!0}}});qv.prototype.getTileCredits=function(e,t,n){};qv.prototype.requestImage=function(e,t,n,i){let o=document.createElement("canvas");o.width=256,o.height=256;let r=o.getContext("2d"),s=this._color.toCssColorString();return r.strokeStyle=s,r.lineWidth=2,r.strokeRect(1,1,255,255),r.font="bold 25px Arial",r.textAlign="center",r.fillStyle=s,r.fillText(`L: ${n}`,124,86),r.fillText(`X: ${e}`,124,136),r.fillText(`Y: ${t}`,124,186),Promise.resolve(o)};qv.prototype.pickFeatures=function(e,t,n,i,o){};var H4=qv;function Yv(e){e=y(e,y.EMPTY_OBJECT),this._tilingScheme=l(e.tilingScheme)?e.tilingScheme:new ui({ellipsoid:e.ellipsoid}),this._color=y(e.color,U.YELLOW),this._errorEvent=new _e,this._tileWidth=y(e.tileWidth,256),this._tileHeight=y(e.tileHeight,256),this._readyPromise=Promise.resolve(!0),this._type="flw",this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0}Object.defineProperties(Yv.prototype,{proxy:{get:function(){}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){}},minimumLevel:{get:function(){}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return!0}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){}},hasAlphaChannel:{get:function(){return!0}}});Yv.prototype.getTileCredits=function(e,t,n){};Yv.prototype.requestImage=function(e,t,n,i){let o=document.createElement("canvas");o.width=256,o.height=256;let r=o.getContext("2d"),s=this._color.toCssColorString();r.strokeStyle=s,r.lineWidth=2,r.strokeRect(1,1,255,255),r.font="24px Arial",r.textAlign="center",r.fillStyle=s;let a=this._tilingScheme.tileXYToNativeRectangle(e,t,n),c=Cesium.Cartesian3.fromDegrees(a.west,a.south),u=Cesium.Cartesian3.fromDegrees(a.east,a.south),f=Cesium.Cartesian3.fromDegrees(a.west,a.north),d=Number(Cesium.Cartesian3.distance(c,u).toFixed(2)),p=Number(Cesium.Cartesian3.distance(c,f).toFixed(2)),g="m",m="m";return d>=1e3&&(d=Number((d/1e3).toFixed(2)),g="\u339E"),p>=1e3&&(p=Number((p/1e3).toFixed(2)),m="\u339E"),r.fillText(`${d} ${g}`,124,246),r.textAlign="left",r.fillText(`${p} ${m}`,14,136),Promise.resolve(o)};Yv.prototype.pickFeatures=function(e,t,n,i,o){};var eye=Yv;function Xv(e){e=y(e,y.EMPTY_OBJECT),this._tilingScheme=l(e.tilingScheme)?e.tilingScheme:new ui({ellipsoid:e.ellipsoid}),this._color=y(e.color,U.YELLOW),this._errorEvent=new _e,this._tileWidth=y(e.tileWidth,256),this._tileHeight=y(e.tileHeight,256),this._readyPromise=Promise.resolve(!0),this._type="jww",this.defaultAlpha=void 0,this.defaultNightAlpha=void 0,this.defaultDayAlpha=void 0,this.defaultBrightness=void 0,this.defaultContrast=void 0,this.defaultHue=void 0,this.defaultSaturation=void 0,this.defaultGamma=void 0,this.defaultMinificationFilter=void 0,this.defaultMagnificationFilter=void 0}Object.defineProperties(Xv.prototype,{proxy:{get:function(){}},tileWidth:{get:function(){return this._tileWidth}},tileHeight:{get:function(){return this._tileHeight}},maximumLevel:{get:function(){}},minimumLevel:{get:function(){}},tilingScheme:{get:function(){return this._tilingScheme}},rectangle:{get:function(){return this._tilingScheme.rectangle}},tileDiscardPolicy:{get:function(){}},errorEvent:{get:function(){return this._errorEvent}},ready:{get:function(){return!0}},readyPromise:{get:function(){return this._readyPromise}},credit:{get:function(){}},hasAlphaChannel:{get:function(){return!0}}});Xv.prototype.getTileCredits=function(e,t,n){};Xv.prototype.requestImage=function(e,t,n,i){let o=document.createElement("canvas");o.width=256,o.height=256;let r=o.getContext("2d"),s=this._color.toCssColorString();r.strokeStyle=s,r.lineWidth=2,r.strokeRect(1,1,255,255),r.font="24px Arial",r.textAlign="center",r.fillStyle=s;let a=this._tilingScheme.tileXYToNativeRectangle(e,t,n);return e%2&&t%2&&r.fillText(`${a.south<0?"S":"N"} ${Math.abs(Number(a.south.toFixed(1)))}\xB0`,124,246),!(e%2)&&!(t%2)&&(r.textAlign="left",r.fillText(`${a.west<0?"W":"E"} ${Math.abs(Number(a.west.toFixed(1)))}\xB0`,14,136)),Promise.resolve(o)};Xv.prototype.pickFeatures=function(e,t,n,i,o){};var tye=Xv;function Gq(e){ye.throwInstantiationError()}Gq.prototype.isReady=ye.throwInstantiationError;Gq.prototype.shouldDiscardImage=ye.throwInstantiationError;var nye=Gq;var Jmt={START:0,LOADING:1,READY:2,UPSAMPLED_ONLY:3},iye=Object.freeze(Jmt);function LA(e){e=y(e,y.EMPTY_OBJECT),this.show=y(e.show,!0),this.modelMatrix=F.clone(y(e.modelMatrix,F.IDENTITY)),this.shadows=y(e.shadows,hn.ENABLED),this.maximumMemoryUsage=y(e.maximumMemoryUsage,256),this.shading=new Im(e.shading),this.style=e.style,this.frameFailed=new _e,this.frameChanged=new _e,this._clock=e.clock,this._intervals=e.intervals,this._clippingPlanes=void 0,this.clippingPlanes=e.clippingPlanes,this._pointCloudEyeDomeLighting=new C_,this._loadTimestamp=void 0,this._clippingPlanesState=0,this._styleDirty=!1,this._pickId=void 0,this._totalMemoryUsageInBytes=0,this._frames=[],this._previousInterval=void 0,this._nextInterval=void 0,this._lastRenderedFrame=void 0,this._clockMultiplier=0,this._resolveReadyPromise=void 0;let t=this;this._readyPromise=new Promise(function(n){t._resolveReadyPromise=n}),this._runningSum=0,this._runningLength=0,this._runningIndex=0,this._runningSamples=new Array(5).fill(0),this._runningAverage=0}Object.defineProperties(LA.prototype,{clippingPlanes:{get:function(){return this._clippingPlanes},set:function(e){Ys.setOwner(e,this,"_clippingPlanes")}},totalMemoryUsageInBytes:{get:function(){return this._totalMemoryUsageInBytes}},boundingSphere:{get:function(){if(l(this._lastRenderedFrame))return this._lastRenderedFrame.pointCloud.boundingSphere}},readyPromise:{get:function(){return this._readyPromise}}});function Zmt(e){return`uniform vec4 czm_pickColor;
${e}`}function Qmt(e){return function(t){return pt(t,{czm_pickColor:function(){return e._pickId.color}})}}function $mt(){return"czm_pickColor"}LA.prototype.makeStyleDirty=function(){this._styleDirty=!0};LA.prototype._getAverageLoadTime=function(){return this._runningLength===0?.05:this._runningAverage};var ept=new $;function jq(e){let t=e._clock,n=t.canAnimate&&t.shouldAnimate,i=t.multiplier;return n?i:0}function MA(e,t){return e._intervals.indexOf(t.start)}function tpt(e,t){let n=e._intervals,i=e._clock,o=jq(e);if(o===0)return;let r=e._getAverageLoadTime(),s=$.addSeconds(i.currentTime,r*o,ept),a=n.indexOf(s),c=MA(e,t);return a===c&&(o>=0?++a:--a),n.get(a)}function npt(e){let t=e._intervals,i=e._clock.currentTime,o=t.indexOf(i);return t.get(o)}function ipt(e,t,n){let i=jq(e),o=MA(e,t),r=MA(e,n);return i>=0?o>=r:o<=r}function opt(e,t){return function(n){let i=l(n.message)?n.message:n.toString();e.frameFailed.numberOfListeners>0?e.frameFailed.raiseEvent({uri:t,message:i}):(console.log(`A frame failed to load: ${t}`),console.log(`Error: ${i}`))}}function rpt(e,t,n){let i=MA(e,t),o=e._frames,r=o[i];if(!l(r)){let s=t.data.transform,a=l(s)?F.fromArray(s):void 0,c=t.data.uri;r={pointCloud:void 0,transform:a,timestamp:wi(),sequential:!0,ready:!1,touchedFrameNumber:n.frameNumber},o[i]=r,Pe.fetchArrayBuffer({url:c}).then(function(u){return r.pointCloud=new t4({arrayBuffer:u,cull:!0,fragmentShaderLoaded:Zmt,uniformMapLoaded:Qmt(e),pickIdLoaded:$mt}),r.pointCloud.readyPromise}).catch(opt(e,c))}return r}function spt(e,t){e._runningSum+=t,e._runningSum-=e._runningSamples[e._runningIndex],e._runningSamples[e._runningIndex]=t,e._runningLength=Math.min(e._runningLength+1,e._runningSamples.length),e._runningIndex=(e._runningIndex+1)%e._runningSamples.length,e._runningAverage=e._runningSum/e._runningLength}function apt(e,t,n,i){t.touchedFrameNumber<i.frameNumber-1&&(t.sequential=!1);let o=t.pointCloud;if(l(o)&&!t.ready){let r=i.commandList,s=r.length;if(rye(e,t,n,i),o.ready&&(t.ready=!0,e._totalMemoryUsageInBytes+=o.geometryByteLength,r.length=s,t.sequential)){let a=(wi()-t.timestamp)/1e3;spt(e,a)}}t.touchedFrameNumber=i.frameNumber}var cpt=new F;function lpt(e,t){let n=e.shading;return l(n)&&l(n.baseResolution)?n.baseResolution:l(t.boundingSphere)?I.cbrt(t.boundingSphere.volume()/t.pointsLength):0}function upt(e){let t=e.shading;return l(t)&&l(t.maximumAttenuation)?t.maximumAttenuation:10}var fpt=new Im;function rye(e,t,n,i){let o=y(e.shading,fpt),r=t.pointCloud,s=y(t.transform,F.IDENTITY);r.modelMatrix=F.multiplyTransformation(e.modelMatrix,s,cpt),r.style=e.style,r.time=n.timeSinceLoad,r.shadows=e.shadows,r.clippingPlanes=e._clippingPlanes,r.isClipped=n.isClipped,r.attenuation=o.attenuation,r.backFaceCulling=o.backFaceCulling,r.normalShading=o.normalShading,r.geometricError=lpt(e,r),r.geometricErrorScale=o.geometricErrorScale,r.maximumAttenuation=upt(e),r.update(i),t.touchedFrameNumber=i.frameNumber}function Wq(e,t,n,i){let o=rpt(e,t,i);apt(e,o,n,i)}function dpt(e){return function(t){return t.touchedFrameNumber<e.frameNumber}}function sye(e,t){let n=e._frames,i=n.length;for(let o=0;o<i;++o){let r=n[o];if(l(r)&&(!l(t)||t(r))){let s=r.pointCloud;r.ready&&(e._totalMemoryUsageInBytes-=s.geometryByteLength),l(s)&&s.destroy(),r===e._lastRenderedFrame&&(e._lastRenderedFrame=void 0),n[o]=void 0}}}function hpt(e,t){let n=MA(e,t),i=e._frames[n];if(l(i)&&i.ready)return i}function oye(e,t,n,i,o){return l(n)?n.ready?!0:(Wq(e,t,i,o),n.ready):!1}function mpt(e,t,n,i,o){let r,s,a,c=e._intervals,u=e._frames,f=MA(e,n),d=MA(e,t);if(f>=d){for(r=f;r>=d;--r)if(s=c.get(r),a=u[r],oye(e,s,a,i,o))return s}else for(r=f;r<=d;++r)if(s=c.get(r),a=u[r],oye(e,s,a,i,o))return s;return t}function ppt(e,t,n){let i=e._frames,o=i.length;for(let r=0;r<o;++r){let s=i[r];l(s)&&l(s.pointCloud)&&(s.pointCloud.clippingPlanesDirty=t,s.pointCloud.styleDirty=n)}}var ib={timeSinceLoad:0,isClipped:!1,clippingPlanesDirty:!1};LA.prototype.update=function(e){if(e.mode===ee.MORPHING||!this.show)return;l(this._pickId)||(this._pickId=e.context.createPickId({primitive:this})),l(this._loadTimestamp)||(this._loadTimestamp=$.clone(e.time));let t=Math.max($.secondsDifference(e.time,this._loadTimestamp)*1e3,0),n=this._clippingPlanes,i=0,o=!1,r=l(n)&&n.enabled;r&&(n.update(e),i=n.clippingPlanesState),this._clippingPlanesState!==i&&(this._clippingPlanesState=i,o=!0);let s=this._styleDirty;this._styleDirty=!1,(o||s)&&ppt(this,o,s),ib.timeSinceLoad=t,ib.isClipped=r;let a=this.shading,c=this._pointCloudEyeDomeLighting,u=e.commandList,f=u.length,d=this._previousInterval,p=this._nextInterval,g=npt(this);if(!l(g))return;let m=!1,A=jq(this),C=A===0;A!==this._clockMultiplier&&(m=!0,this._clockMultiplier=A),(!l(d)||C)&&(d=g),(!l(p)||m||ipt(this,g,p))&&(p=tpt(this,g)),d=mpt(this,d,g,ib,e);let x=hpt(this,d);l(x)||(Wq(this,d,ib,e),x=this._lastRenderedFrame),l(x)&&rye(this,x,ib,e),l(p)&&Wq(this,p,ib,e);let b=this;l(x)&&!l(this._lastRenderedFrame)&&e.afterRender.push(function(){b._resolveReadyPromise(b)}),l(x)&&x!==this._lastRenderedFrame&&b.frameChanged.numberOfListeners>0&&e.afterRender.push(function(){b.frameChanged.raiseEvent(b)}),this._previousInterval=d,this._nextInterval=p,this._lastRenderedFrame=x;let E=this._totalMemoryUsageInBytes,S=this.maximumMemoryUsage*1024*1024;E>S&&sye(this,dpt(e));let v=u.length-f;l(a)&&a.attenuation&&a.eyeDomeLighting&&v>0&&c.update(e,f,a,this.boundingSphere)};LA.prototype.isDestroyed=function(){return!1};LA.prototype.destroy=function(){return sye(this),this._clippingPlanes=this._clippingPlanes&&this._clippingPlanes.destroy(),this._pickId=this._pickId&&this._pickId.destroy(),le(this)};var Kv=LA;function G4(e,t){this.show=!0,l(e)||(e=new He),this.rectangle=He.clone(e),l(t)||(t=$i.fromType($i.ColorType,{color:new U(1,1,1,1)})),this.material=t,this._material=void 0,this._overlayCommand=void 0,this._rs=void 0}G4.prototype.update=function(e){if(!this.show)return;let t=this._rs;if((!l(t)||!He.equals(t.viewport,this.rectangle))&&(this._rs=Ne.fromCache({blending:an.ALPHA_BLEND,viewport:this.rectangle})),e.passes.render){let i=e.context;if(this._material!==this.material||!l(this._overlayCommand)){this._material=this.material,l(this._overlayCommand)&&this._overlayCommand.shaderProgram.destroy();let o=new Ve({sources:[this._material.shaderSource,lV]});this._overlayCommand=i.createViewportQuadCommand(o,{renderState:this._rs,uniformMap:this._material._uniforms,owner:this}),this._overlayCommand.pass=xe.OVERLAY}this._material.update(i),this._overlayCommand.renderState=this._rs,this._overlayCommand.uniformMap=this._material._uniforms,e.commandList.push(this._overlayCommand)}};G4.prototype.isDestroyed=function(){return!1};G4.prototype.destroy=function(){return l(this._overlayCommand)&&(this._overlayCommand.shaderProgram=this._overlayCommand.shaderProgram&&this._overlayCommand.shaderProgram.destroy()),le(this)};var aye=G4;var cye=`uniform sampler2D u_depthTexture;
varying vec2 v_textureCoordinates;
void main()
{
float z_window = czm_unpackDepth(texture2D(u_depthTexture, v_textureCoordinates));
z_window = czm_reverseLogDepth(z_window);
float n_range = czm_depthRange.near;
float f_range = czm_depthRange.far;
float z_ndc = (2.0 * z_window - n_range - f_range) / (f_range - n_range);
float scale = pow(z_ndc * 0.5 + 0.5, 8.0);
gl_FragColor = vec4(mix(vec3(0.0), vec3(1.0), scale), 1.0);
}
`;var FA="http://www.w3.org/2000/svg",fye="http://www.w3.org/1999/xlink",W4,Jv=U.fromCssColorString("rgba(247,250,255,0.384)"),j4=U.fromCssColorString("rgba(143,191,255,0.216)"),qq=U.fromCssColorString("rgba(153,197,255,0.098)"),q4=U.fromCssColorString("rgba(255,255,255,0.086)"),_pt=U.fromCssColorString("rgba(255,255,255,0.267)"),gpt=U.fromCssColorString("rgba(255,255,255,0)"),lye=U.fromCssColorString("rgba(66,67,68,0.3)"),uye=U.fromCssColorString("rgba(0,0,0,0.5)");function c0(e){return U.fromCssColorString(window.getComputedStyle(e).getPropertyValue("color"))}var Zv={animation_pathReset:{tagName:"path",transform:"translate(16,16) scale(0.85) translate(-16,-16)",d:"M24.316,5.318,9.833,13.682,9.833,5.5,5.5,5.5,5.5,25.5,9.833,25.5,9.833,17.318,24.316,25.682z"},animation_pathPause:{tagName:"path",transform:"translate(16,16) scale(0.85) translate(-16,-16)",d:"M13,5.5,7.5,5.5,7.5,25.5,13,25.5zM24.5,5.5,19,5.5,19,25.5,24.5,25.5z"},animation_pathPlay:{tagName:"path",transform:"translate(16,16) scale(0.85) translate(-16,-16)",d:"M6.684,25.682L24.316,15.5L6.684,5.318V25.682z"},animation_pathPlayReverse:{tagName:"path",transform:"translate(16,16) scale(-0.85,0.85) translate(-16,-16)",d:"M6.684,25.682L24.316,15.5L6.684,5.318V25.682z"},animation_pathLoop:{tagName:"path",transform:"translate(16,16) scale(0.85) translate(-16,-16)",d:"M24.249,15.499c-0.009,4.832-3.918,8.741-8.75,8.75c-2.515,0-4.768-1.064-6.365-2.763l2.068-1.442l-7.901-3.703l0.744,8.694l2.193-1.529c2.244,2.594,5.562,4.242,9.26,4.242c6.767,0,12.249-5.482,12.249-12.249H24.249zM15.499,6.75c2.516,0,4.769,1.065,6.367,2.764l-2.068,1.443l7.901,3.701l-0.746-8.693l-2.192,1.529c-2.245-2.594-5.562-4.245-9.262-4.245C8.734,3.25,3.25,8.734,3.249,15.499H6.75C6.758,10.668,10.668,6.758,15.499,6.75z"},animation_pathClock:{tagName:"path",transform:"translate(16,16) scale(0.85) translate(-16,-15.5)",d:"M15.5,2.374C8.251,2.375,2.376,8.251,2.374,15.5C2.376,22.748,8.251,28.623,15.5,28.627c7.249-0.004,13.124-5.879,13.125-13.127C28.624,8.251,22.749,2.375,15.5,2.374zM15.5,25.623C9.909,25.615,5.385,21.09,5.375,15.5C5.385,9.909,9.909,5.384,15.5,5.374c5.59,0.01,10.115,4.535,10.124,10.125C25.615,21.09,21.091,25.615,15.5,25.623zM8.625,15.5c-0.001-0.552-0.448-0.999-1.001-1c-0.553,0-1,0.448-1,1c0,0.553,0.449,1,1,1C8.176,16.5,8.624,16.053,8.625,15.5zM8.179,18.572c-0.478,0.277-0.642,0.889-0.365,1.367c0.275,0.479,0.889,0.641,1.365,0.365c0.479-0.275,0.643-0.887,0.367-1.367C9.27,18.461,8.658,18.297,8.179,18.572zM9.18,10.696c-0.479-0.276-1.09-0.112-1.366,0.366s-0.111,1.09,0.365,1.366c0.479,0.276,1.09,0.113,1.367-0.366C9.821,11.584,9.657,10.973,9.18,10.696zM22.822,12.428c0.478-0.275,0.643-0.888,0.366-1.366c-0.275-0.478-0.89-0.642-1.366-0.366c-0.479,0.278-0.642,0.89-0.366,1.367C21.732,12.54,22.344,12.705,22.822,12.428zM12.062,21.455c-0.478-0.275-1.089-0.111-1.366,0.367c-0.275,0.479-0.111,1.09,0.366,1.365c0.478,0.277,1.091,0.111,1.365-0.365C12.704,22.344,12.54,21.732,12.062,21.455zM12.062,9.545c0.479-0.276,0.642-0.888,0.366-1.366c-0.276-0.478-0.888-0.642-1.366-0.366s-0.642,0.888-0.366,1.366C10.973,9.658,11.584,9.822,12.062,9.545zM22.823,18.572c-0.48-0.275-1.092-0.111-1.367,0.365c-0.275,0.479-0.112,1.092,0.367,1.367c0.477,0.275,1.089,0.113,1.365-0.365C23.464,19.461,23.3,18.848,22.823,18.572zM19.938,7.813c-0.477-0.276-1.091-0.111-1.365,0.366c-0.275,0.48-0.111,1.091,0.366,1.367s1.089,0.112,1.366-0.366C20.581,8.702,20.418,8.089,19.938,7.813zM23.378,14.5c-0.554,0.002-1.001,0.45-1.001,1c0.001,0.552,0.448,1,1.001,1c0.551,0,1-0.447,1-1C24.378,14.949,23.929,14.5,23.378,14.5zM15.501,6.624c-0.552,0-1,0.448-1,1l-0.466,7.343l-3.004,1.96c-0.478,0.277-0.642,0.889-0.365,1.365c0.275,0.479,0.889,0.643,1.365,0.367l3.305-1.676C15.39,16.99,15.444,17,15.501,17c0.828,0,1.5-0.671,1.5-1.5l-0.5-7.876C16.501,7.072,16.053,6.624,15.501,6.624zM15.501,22.377c-0.552,0-1,0.447-1,1s0.448,1,1,1s1-0.447,1-1S16.053,22.377,15.501,22.377zM18.939,21.455c-0.479,0.277-0.643,0.889-0.366,1.367c0.275,0.477,0.888,0.643,1.366,0.365c0.478-0.275,0.642-0.889,0.366-1.365C20.028,21.344,19.417,21.18,18.939,21.455z"},animation_pathWingButton:{tagName:"path",d:"m 4.5,0.5 c -2.216,0 -4,1.784 -4,4 l 0,24 c 0,2.216 1.784,4 4,4 l 13.71875,0 C 22.478584,27.272785 27.273681,22.511272 32.5,18.25 l 0,-13.75 c 0,-2.216 -1.784,-4 -4,-4 l -24,0 z"},animation_pathPointer:{tagName:"path",d:"M-15,-65,-15,-55,15,-55,15,-65,0,-95z"},animation_pathSwooshFX:{tagName:"path",d:"m 85,0 c 0,16.617 -4.813944,35.356 -13.131081,48.4508 h 6.099803 c 8.317138,-13.0948 13.13322,-28.5955 13.13322,-45.2124 0,-46.94483 -38.402714,-85.00262 -85.7743869,-85.00262 -1.0218522,0 -2.0373001,0.0241 -3.0506131,0.0589 45.958443,1.59437 82.723058,35.77285 82.723058,81.70532 z"}};function bd(e){let t=document.createElementNS(FA,e.tagName);for(let n in e)if(e.hasOwnProperty(n)&&n!=="tagName")if(n==="children"){let i=e.children.length;for(let o=0;o<i;++o)t.appendChild(bd(e.children[o]))}else n.indexOf("xlink:")===0?t.setAttributeNS(fye,n.substring(6),e[n]):n==="textContent"?t.textContent=e[n]:t.setAttribute(n,e[n]);return t}function Yq(e,t,n){let i=document.createElementNS(FA,"text");i.setAttribute("x",e),i.setAttribute("y",t),i.setAttribute("class","cesium-animation-svgText");let o=document.createElementNS(FA,"tspan");return o.textContent=n,i.appendChild(o),i}function ypt(e,t,n){e.setAttribute("transform",`translate(100,100) rotate(${n})`),t.setAttribute("transform",`rotate(${n})`)}var Y4=new U;function Rr(e,t){let n=t.alpha,i=1-n;return Y4.red=e.red*i+t.red*n,Y4.green=e.green*i+t.green*n,Y4.blue=e.blue*i+t.blue*n,Y4.toCssColorString()}function Xq(e,t,n){let i=Zv[n],o={tagName:"g",class:"cesium-animation-rectButton",transform:`translate(${e},${t})`,children:[{tagName:"rect",class:"cesium-animation-buttonGlow",width:32,height:32,rx:2,ry:2},{tagName:"rect",class:"cesium-animation-buttonMain",width:32,height:32,rx:4,ry:4},{class:"cesium-animation-buttonPath",id:n,tagName:i.tagName,transform:i.transform,d:i.d},{tagName:"title",textContent:""}]};return bd(o)}function Apt(e,t,n){let i=Zv[n],o=Zv.animation_pathWingButton,r={tagName:"g",class:"cesium-animation-rectButton",transform:`translate(${e},${t})`,children:[{class:"cesium-animation-buttonGlow",id:"animation_pathWingButton",tagName:o.tagName,d:o.d},{class:"cesium-animation-buttonMain",id:"animation_pathWingButton",tagName:o.tagName,d:o.d},{class:"cesium-animation-buttonPath",id:n,tagName:i.tagName,transform:i.transform,d:i.d},{tagName:"title",textContent:""}]};return bd(r)}function Cpt(e,t){let n=e._viewModel,i=n.shuttleRingDragging;if(!(i&&W4!==e))if(t.type==="mousedown"||i&&t.type==="mousemove"||t.type==="touchstart"&&t.touches.length===1||i&&t.type==="touchmove"&&t.touches.length===1){let o=e._centerX,r=e._centerY,a=e._svgNode.getBoundingClientRect(),c,u;if(t.type==="touchstart"||t.type==="touchmove"?(c=t.touches[0].clientX,u=t.touches[0].clientY):(c=t.clientX,u=t.clientY),!i&&(c>a.right||c<a.left||u<a.top||u>a.bottom))return;let f=e._shuttleRingPointer.getBoundingClientRect(),d=c-o-a.left,p=u-r-a.top,g=Math.atan2(p,d)*180/Math.PI+90;g>180&&(g-=360);let m=n.shuttleRingAngle;i||c<f.right&&c>f.left&&u>f.top&&u<f.bottom?(W4=e,n.shuttleRingDragging=!0,n.shuttleRingAngle=g):g<m?n.slower():g>m&&n.faster(),t.preventDefault()}else e===W4&&(W4=void 0),n.shuttleRingDragging=!1}function wp(e,t){this._viewModel=t,this.svgElement=e,this._enabled=void 0,this._toggled=void 0;let n=this;this._clickFunction=function(){let i=n._viewModel.command;i.canExecute&&i()},e.addEventListener("click",this._clickFunction,!0),this._subscriptions=[ia(t,"toggled",this.setToggled,this),ia(t,"tooltip",this.setTooltip,this),ia(t.command,"canExecute",this.setEnabled,this)]}wp.prototype.destroy=function(){this.svgElement.removeEventListener("click",this._clickFunction,!0);let e=this._subscriptions;for(let t=0,n=e.length;t<n;t++)e[t].dispose();le(this)};wp.prototype.isDestroyed=function(){return!1};wp.prototype.setEnabled=function(e){if(this._enabled!==e){if(this._enabled=e,!e){this.svgElement.setAttribute("class","cesium-animation-buttonDisabled");return}if(this._toggled){this.svgElement.setAttribute("class","cesium-animation-rectButton cesium-animation-buttonToggled");return}this.svgElement.setAttribute("class","cesium-animation-rectButton")}};wp.prototype.setToggled=function(e){this._toggled!==e&&(this._toggled=e,this._enabled&&(e?this.svgElement.setAttribute("class","cesium-animation-rectButton cesium-animation-buttonToggled"):this.svgElement.setAttribute("class","cesium-animation-rectButton")))};wp.prototype.setTooltip=function(e){this.svgElement.getElementsByTagName("title")[0].textContent=e};function ob(e,t){e=Pn(e),this._viewModel=t,this._container=e,this._centerX=0,this._centerY=0,this._defsElement=void 0,this._svgNode=void 0,this._topG=void 0,this._lastHeight=void 0,this._lastWidth=void 0;let n=e.ownerDocument,i=document.createElement("style");i.textContent=".cesium-animation-rectButton .cesium-animation-buttonGlow { filter: url(#animation_blurred); }.cesium-animation-rectButton .cesium-animation-buttonMain { fill: url(#animation_buttonNormal); }.cesium-animation-buttonToggled .cesium-animation-buttonMain { fill: url(#animation_buttonToggled); }.cesium-animation-rectButton:hover .cesium-animation-buttonMain { fill: url(#animation_buttonHovered); }.cesium-animation-buttonDisabled .cesium-animation-buttonMain { fill: url(#animation_buttonDisabled); }.cesium-animation-shuttleRingG .cesium-animation-shuttleRingSwoosh { fill: url(#animation_shuttleRingSwooshGradient); }.cesium-animation-shuttleRingG:hover .cesium-animation-shuttleRingSwoosh { fill: url(#animation_shuttleRingSwooshHovered); }.cesium-animation-shuttleRingPointer { fill: url(#animation_shuttleRingPointerGradient); }.cesium-animation-shuttleRingPausePointer { fill: url(#animation_shuttleRingPointerPaused); }.cesium-animation-knobOuter { fill: url(#animation_knobOuter); }.cesium-animation-knobInner { fill: url(#animation_knobInner); }",n.head.insertBefore(i,n.head.childNodes[0]);let o=document.createElement("div");o.className="cesium-animation-theme",o.innerHTML='<div class="cesium-animation-themeNormal"></div><div class="cesium-animation-themeHover"></div><div class="cesium-animation-themeSelect"></div><div class="cesium-animation-themeDisabled"></div><div class="cesium-animation-themeKnob"></div><div class="cesium-animation-themePointer"></div><div class="cesium-animation-themeSwoosh"></div><div class="cesium-animation-themeSwooshHover"></div>',this._theme=o,this._themeNormal=o.childNodes[0],this._themeHover=o.childNodes[1],this._themeSelect=o.childNodes[2],this._themeDisabled=o.childNodes[3],this._themeKnob=o.childNodes[4],this._themePointer=o.childNodes[5],this._themeSwoosh=o.childNodes[6],this._themeSwooshHover=o.childNodes[7];let r=document.createElementNS(FA,"svg:svg");this._svgNode=r,r.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",fye);let s=document.createElementNS(FA,"g");this._topG=s,this._realtimeSVG=new wp(Apt(3,4,"animation_pathClock"),t.playRealtimeViewModel),this._playReverseSVG=new wp(Xq(44,99,"animation_pathPlayReverse"),t.playReverseViewModel),this._playForwardSVG=new wp(Xq(124,99,"animation_pathPlay"),t.playForwardViewModel),this._pauseSVG=new wp(Xq(84,99,"animation_pathPause"),t.pauseViewModel);let a=document.createElementNS(FA,"g");a.appendChild(this._realtimeSVG.svgElement),a.appendChild(this._playReverseSVG.svgElement),a.appendChild(this._playForwardSVG.svgElement),a.appendChild(this._pauseSVG.svgElement);let c=bd({tagName:"circle",class:"cesium-animation-shuttleRingBack",cx:100,cy:100,r:99});this._shuttleRingBackPanel=c;let u=Zv.animation_pathSwooshFX,f=Zv.animation_pathPointer,d=bd({tagName:"g",class:"cesium-animation-shuttleRingSwoosh",children:[{tagName:u.tagName,transform:"translate(100,97) scale(-1,1)",id:"animation_pathSwooshFX",d:u.d},{tagName:u.tagName,transform:"translate(100,97)",id:"animation_pathSwooshFX",d:u.d},{tagName:"line",x1:100,y1:8,x2:100,y2:22}]});this._shuttleRingSwooshG=d,this._shuttleRingPointer=bd({class:"cesium-animation-shuttleRingPointer",id:"animation_pathPointer",tagName:f.tagName,d:f.d});let p=bd({tagName:"g",transform:"translate(100,100)"});this._knobOuter=bd({tagName:"circle",class:"cesium-animation-knobOuter",cx:0,cy:0,r:71});let g=61,m=bd({tagName:"circle",class:"cesium-animation-knobInner",cx:0,cy:0,r:g});this._knobDate=Yq(0,-24,""),this._knobTime=Yq(0,-7,""),this._knobStatus=Yq(0,-41,"");let A=bd({tagName:"circle",class:"cesium-animation-blank",cx:0,cy:0,r:g}),C=document.createElementNS(FA,"g");C.setAttribute("class","cesium-animation-shuttleRingG"),e.appendChild(o),s.appendChild(C),s.appendChild(p),s.appendChild(a),C.appendChild(c),C.appendChild(d),C.appendChild(this._shuttleRingPointer),p.appendChild(this._knobOuter),p.appendChild(m),p.appendChild(this._knobDate),p.appendChild(this._knobTime),p.appendChild(this._knobStatus),p.appendChild(A),r.appendChild(s),e.appendChild(r);let x=this;function b(O){Cpt(x,O)}this._mouseCallback=b,c.addEventListener("mousedown",b,!0),c.addEventListener("touchstart",b,!0),d.addEventListener("mousedown",b,!0),d.addEventListener("touchstart",b,!0),n.addEventListener("mousemove",b,!0),n.addEventListener("touchmove",b,!0),n.addEventListener("mouseup",b,!0),n.addEventListener("touchend",b,!0),n.addEventListener("touchcancel",b,!0),this._shuttleRingPointer.addEventListener("mousedown",b,!0),this._shuttleRingPointer.addEventListener("touchstart",b,!0),this._knobOuter.addEventListener("mousedown",b,!0),this._knobOuter.addEventListener("touchstart",b,!0);let E=this._knobTime.childNodes[0],S=this._knobDate.childNodes[0],D=this._knobStatus.childNodes[0],v;this._subscriptions=[ia(t.pauseViewModel,"toggled",function(O){v!==O&&(v=O,v?x._shuttleRingPointer.setAttribute("class","cesium-animation-shuttleRingPausePointer"):x._shuttleRingPointer.setAttribute("class","cesium-animation-shuttleRingPointer"))}),ia(t,"shuttleRingAngle",function(O){ypt(x._shuttleRingPointer,x._knobOuter,O)}),ia(t,"dateLabel",function(O){S.textContent!==O&&(S.textContent=O)}),ia(t,"timeLabel",function(O){E.textContent!==O&&(E.textContent=O)}),ia(t,"multiplierLabel",function(O){D.textContent!==O&&(D.textContent=O)})],this.applyThemeChanges(),this.resize()}Object.defineProperties(ob.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});ob.prototype.isDestroyed=function(){return!1};ob.prototype.destroy=function(){l(this._observer)&&(this._observer.disconnect(),this._observer=void 0);let e=this._container.ownerDocument,t=this._mouseCallback;this._shuttleRingBackPanel.removeEventListener("mousedown",t,!0),this._shuttleRingBackPanel.removeEventListener("touchstart",t,!0),this._shuttleRingSwooshG.removeEventListener("mousedown",t,!0),this._shuttleRingSwooshG.removeEventListener("touchstart",t,!0),e.removeEventListener("mousemove",t,!0),e.removeEventListener("touchmove",t,!0),e.removeEventListener("mouseup",t,!0),e.removeEventListener("touchend",t,!0),e.removeEventListener("touchcancel",t,!0),this._shuttleRingPointer.removeEventListener("mousedown",t,!0),this._shuttleRingPointer.removeEventListener("touchstart",t,!0),this._knobOuter.removeEventListener("mousedown",t,!0),this._knobOuter.removeEventListener("touchstart",t,!0),this._container.removeChild(this._svgNode),this._container.removeChild(this._theme),this._realtimeSVG.destroy(),this._playReverseSVG.destroy(),this._playForwardSVG.destroy(),this._pauseSVG.destroy();let n=this._subscriptions;for(let i=0,o=n.length;i<o;i++)n[i].dispose();return le(this)};ob.prototype.resize=function(){let e=this._container.clientWidth,t=this._container.clientHeight;if(e===this._lastWidth&&t===this._lastHeight)return;let n=this._svgNode,i=200,o=132,r=e,s=t;e===0&&t===0?(r=i,s=o):e===0?(s=t,r=i*(t/o)):t===0&&(r=e,s=o*(e/i));let a=r/i,c=s/o;n.style.cssText=`width: ${r}px; height: ${s}px; position: absolute; bottom: 0; left: 0; overflow: hidden;`,n.setAttribute("width",r),n.setAttribute("height",s),n.setAttribute("viewBox",`0 0 ${r} ${s}`),this._topG.setAttribute("transform",`scale(${a},${c})`),this._centerX=Math.max(1,100*a),this._centerY=Math.max(1,100*c),this._lastHeight=e,this._lastWidth=t};ob.prototype.applyThemeChanges=function(){let e=this._container.ownerDocument;if(!e.body.contains(this._container)){if(l(this._observer))return;let f=this;f._observer=new MutationObserver(function(){e.body.contains(f._container)&&(f._observer.disconnect(),f._observer=void 0,f.applyThemeChanges())}),f._observer.observe(e,{childList:!0,subtree:!0});return}let t=c0(this._themeNormal),n=c0(this._themeHover),i=c0(this._themeSelect),o=c0(this._themeDisabled),r=c0(this._themeKnob),s=c0(this._themePointer),a=c0(this._themeSwoosh),c=c0(this._themeSwooshHover),u=bd({tagName:"defs",children:[{id:"animation_buttonNormal",tagName:"linearGradient",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[{tagName:"stop",offset:"0%","stop-color":Rr(t,Jv)},{tagName:"stop",offset:"12%","stop-color":Rr(t,j4)},{tagName:"stop",offset:"46%","stop-color":Rr(t,qq)},{tagName:"stop",offset:"81%","stop-color":Rr(t,q4)}]},{id:"animation_buttonHovered",tagName:"linearGradient",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[{tagName:"stop",offset:"0%","stop-color":Rr(n,Jv)},{tagName:"stop",offset:"12%","stop-color":Rr(n,j4)},{tagName:"stop",offset:"46%","stop-color":Rr(n,qq)},{tagName:"stop",offset:"81%","stop-color":Rr(n,q4)}]},{id:"animation_buttonToggled",tagName:"linearGradient",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[{tagName:"stop",offset:"0%","stop-color":Rr(i,Jv)},{tagName:"stop",offset:"12%","stop-color":Rr(i,j4)},{tagName:"stop",offset:"46%","stop-color":Rr(i,qq)},{tagName:"stop",offset:"81%","stop-color":Rr(i,q4)}]},{id:"animation_buttonDisabled",tagName:"linearGradient",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[{tagName:"stop",offset:"0%","stop-color":Rr(o,_pt)},{tagName:"stop",offset:"75%","stop-color":Rr(o,gpt)}]},{id:"animation_blurred",tagName:"filter",width:"200%",height:"200%",x:"-50%",y:"-50%",children:[{tagName:"feGaussianBlur",stdDeviation:4,in:"SourceGraphic"}]},{id:"animation_shuttleRingSwooshGradient",tagName:"linearGradient",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[{tagName:"stop",offset:"0%","stop-opacity":.2,"stop-color":a.toCssColorString()},{tagName:"stop",offset:"85%","stop-opacity":.85,"stop-color":a.toCssColorString()},{tagName:"stop",offset:"95%","stop-opacity":.05,"stop-color":a.toCssColorString()}]},{id:"animation_shuttleRingSwooshHovered",tagName:"linearGradient",x1:"50%",y1:"0%",x2:"50%",y2:"100%",children:[{tagName:"stop",offset:"0%","stop-opacity":.2,"stop-color":c.toCssColorString()},{tagName:"stop",offset:"85%","stop-opacity":.85,"stop-color":c.toCssColorString()},{tagName:"stop",offset:"95%","stop-opacity":.05,"stop-color":c.toCssColorString()}]},{id:"animation_shuttleRingPointerGradient",tagName:"linearGradient",x1:"0%",y1:"50%",x2:"100%",y2:"50%",children:[{tagName:"stop",offset:"0%","stop-color":s.toCssColorString()},{tagName:"stop",offset:"40%","stop-color":s.toCssColorString()},{tagName:"stop",offset:"60%","stop-color":Rr(s,uye)},{tagName:"stop",offset:"100%","stop-color":Rr(s,uye)}]},{id:"animation_shuttleRingPointerPaused",tagName:"linearGradient",x1:"0%",y1:"50%",x2:"100%",y2:"50%",children:[{tagName:"stop",offset:"0%","stop-color":"#CCC"},{tagName:"stop",offset:"40%","stop-color":"#CCC"},{tagName:"stop",offset:"60%","stop-color":"#555"},{tagName:"stop",offset:"100%","stop-color":"#555"}]},{id:"animation_knobOuter",tagName:"linearGradient",x1:"20%",y1:"0%",x2:"90%",y2:"100%",children:[{tagName:"stop",offset:"5%","stop-color":Rr(r,Jv)},{tagName:"stop",offset:"60%","stop-color":Rr(r,lye)},{tagName:"stop",offset:"85%","stop-color":Rr(r,j4)}]},{id:"animation_knobInner",tagName:"linearGradient",x1:"20%",y1:"0%",x2:"90%",y2:"100%",children:[{tagName:"stop",offset:"5%","stop-color":Rr(r,lye)},{tagName:"stop",offset:"60%","stop-color":Rr(r,Jv)},{tagName:"stop",offset:"85%","stop-color":Rr(r,q4)}]}]});l(this._defsElement)?this._svgNode.replaceChild(u,this._defsElement):this._svgNode.appendChild(u),this._defsElement=u};var X4=ob;var xpt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],l0=15,rb=105;function dye(e,t){return e-t}function Kq(e,t){let n=jo(t,e,dye);return n<0?~n:n}function Tpt(e,t){if(Math.abs(e)<=l0)return e/l0;let n=l0,i=rb,o,r=0,s;return e>0?(o=Math.log(t[t.length-1]),s=(o-r)/(i-n),Math.exp(r+s*(e-n))):(o=Math.log(-t[0]),s=(o-r)/(i-n),-Math.exp(r+s*(Math.abs(e)-n)))}function Ept(e,t,n){if(n.clockStep===po.SYSTEM_CLOCK)return l0;if(Math.abs(e)<=1)return e*l0;let i=t[t.length-1];e>i?e=i:e<-i&&(e=-i);let o=l0,r=rb,s,a=0,c;return e>0?(s=Math.log(i),c=(s-a)/(r-o),(Math.log(e)-a)/c+o):(s=Math.log(-t[0]),c=(s-a)/(r-o),-((Math.log(Math.abs(e))-a)/c+o))}function lf(e){let t=this;this._clockViewModel=e,this._allShuttleRingTicks=[],this._dateFormatter=lf.defaultDateFormatter,this._timeFormatter=lf.defaultTimeFormatter,this.shuttleRingDragging=!1,this.snapToTicks=!1,Ae.track(this,["_allShuttleRingTicks","_dateFormatter","_timeFormatter","shuttleRingDragging","snapToTicks"]),this._sortedFilteredPositiveTicks=[],this.setShuttleRingTicks(lf.defaultTicks),this.timeLabel=void 0,Ae.defineProperty(this,"timeLabel",function(){return t._timeFormatter(t._clockViewModel.currentTime,t)}),this.dateLabel=void 0,Ae.defineProperty(this,"dateLabel",function(){return t._dateFormatter(t._clockViewModel.currentTime,t)}),this.multiplierLabel=void 0,Ae.defineProperty(this,"multiplierLabel",function(){let s=t._clockViewModel;if(s.clockStep===po.SYSTEM_CLOCK)return"Today";let a=s.multiplier;return a%1===0?`${a.toFixed(0)}x`:`${a.toFixed(3).replace(/0{0,3}$/,"")}x`}),this.shuttleRingAngle=void 0,Ae.defineProperty(this,"shuttleRingAngle",{get:function(){return Ept(e.multiplier,t._allShuttleRingTicks,e)},set:function(s){s=Math.max(Math.min(s,rb),-rb);let a=t._allShuttleRingTicks,c=t._clockViewModel;if(c.clockStep=po.SYSTEM_CLOCK_MULTIPLIER,Math.abs(s)===rb){c.multiplier=s>0?a[a.length-1]:a[0];return}let u=Tpt(s,a);if(t.snapToTicks)u=a[Kq(u,a)];else if(u!==0){let f=Math.abs(u);if(f>100){let d=f.toFixed(0).length-2,p=Math.pow(10,d);u=Math.round(u/p)*p|0}else f>l0?u=Math.round(u):f>1?u=+u.toFixed(1):f>0&&(u=+u.toFixed(2))}c.multiplier=u}}),this._canAnimate=void 0,Ae.defineProperty(this,"_canAnimate",function(){let s=t._clockViewModel,a=s.clockRange;if(t.shuttleRingDragging||a===Or.UNBOUNDED)return!0;let c=s.multiplier,u=s.currentTime,f=s.startTime,d=!1;if(a===Or.LOOP_STOP)d=$.greaterThan(u,f)||u.equals(f)&&c>0;else{let p=s.stopTime;d=$.greaterThan(u,f)&&$.lessThan(u,p)||u.equals(f)&&c>0||u.equals(p)&&c<0}return d||(s.shouldAnimate=!1),d}),this._isSystemTimeAvailable=void 0,Ae.defineProperty(this,"_isSystemTimeAvailable",function(){let s=t._clockViewModel;if(s.clockRange===Or.UNBOUNDED)return!0;let c=s.systemTime;return $.greaterThanOrEquals(c,s.startTime)&&$.lessThanOrEquals(c,s.stopTime)}),this._isAnimating=void 0,Ae.defineProperty(this,"_isAnimating",function(){return t._clockViewModel.shouldAnimate&&(t._canAnimate||t.shuttleRingDragging)});let n=yn(function(){let s=t._clockViewModel;s.shouldAnimate?s.shouldAnimate=!1:t._canAnimate&&(s.shouldAnimate=!0)});this._pauseViewModel=new fA(n,{toggled:Ae.computed(function(){return!t._isAnimating}),tooltip:"Pause"});let i=yn(function(){let s=t._clockViewModel,a=s.multiplier;a>0&&(s.multiplier=-a),s.shouldAnimate=!0});this._playReverseViewModel=new fA(i,{toggled:Ae.computed(function(){return t._isAnimating&&e.multiplier<0}),tooltip:"Play Reverse"});let o=yn(function(){let s=t._clockViewModel,a=s.multiplier;a<0&&(s.multiplier=-a),s.shouldAnimate=!0});this._playForwardViewModel=new fA(o,{toggled:Ae.computed(function(){return t._isAnimating&&e.multiplier>0&&e.clockStep!==po.SYSTEM_CLOCK}),tooltip:"Play Forward"});let r=yn(function(){t._clockViewModel.clockStep=po.SYSTEM_CLOCK},Ae.getObservable(this,"_isSystemTimeAvailable"));this._playRealtimeViewModel=new fA(r,{toggled:Ae.computed(function(){return e.clockStep===po.SYSTEM_CLOCK}),tooltip:Ae.computed(function(){return t._isSystemTimeAvailable?"Today (real-time)":"Current time not in range"})}),this._slower=yn(function(){let s=t._clockViewModel,a=t._allShuttleRingTicks,c=s.multiplier,u=Kq(c,a)-1;u>=0&&(s.multiplier=a[u])}),this._faster=yn(function(){let s=t._clockViewModel,a=t._allShuttleRingTicks,c=s.multiplier,u=Kq(c,a)+1;u<a.length&&(s.multiplier=a[u])})}lf.defaultDateFormatter=function(e,t){let n=$.toGregorianDate(e);return`${xpt[n.month-1]} ${n.day} ${n.year}`};lf.defaultTicks=[.001,.002,.005,.01,.02,.05,.1,.25,.5,1,2,5,10,15,30,60,120,300,600,900,1800,3600,7200,14400,21600,43200,86400,172800,345600,604800];lf.defaultTimeFormatter=function(e,t){let n=$.toGregorianDate(e),i=Math.round(n.millisecond);return Math.abs(t._clockViewModel.multiplier)<1?`${n.hour.toString().padStart(2,"0")}:${n.minute.toString().padStart(2,"0")}:${n.second.toString().padStart(2,"0")}.${i.toString().padStart(3,"0")}`:`${n.hour.toString().padStart(2,"0")}:${n.minute.toString().padStart(2,"0")}:${n.second.toString().padStart(2,"0")} UTC`};lf.prototype.getShuttleRingTicks=function(){return this._sortedFilteredPositiveTicks.slice(0)};lf.prototype.setShuttleRingTicks=function(e){let t,n,i,o={},r=this._sortedFilteredPositiveTicks;for(r.length=0,t=0,n=e.length;t<n;++t)i=e[t],o.hasOwnProperty(i)||(o[i]=!0,r.push(i));r.sort(dye);let s=[];for(n=r.length,t=n-1;t>=0;--t)i=r[t],i!==0&&s.push(-i);Array.prototype.push.apply(s,r),this._allShuttleRingTicks=s};Object.defineProperties(lf.prototype,{slower:{get:function(){return this._slower}},faster:{get:function(){return this._faster}},clockViewModel:{get:function(){return this._clockViewModel}},pauseViewModel:{get:function(){return this._pauseViewModel}},playReverseViewModel:{get:function(){return this._playReverseViewModel}},playForwardViewModel:{get:function(){return this._playForwardViewModel}},playRealtimeViewModel:{get:function(){return this._playRealtimeViewModel}},dateFormatter:{get:function(){return this._dateFormatter},set:function(e){this._dateFormatter=e}},timeFormatter:{get:function(){return this._timeFormatter},set:function(e){this._timeFormatter=e}}});lf._maxShuttleRingAngle=rb;lf._realtimeShuttleRingAngle=l0;var K4=lf;function hye(e){e=y(e,y.EMPTY_OBJECT);let t=e.globe,n=y(e.imageryProviderViewModels,[]),i=y(e.terrainProviderViewModels,[]);this._globe=t,this.imageryProviderViewModels=n.slice(0),this.terrainProviderViewModels=i.slice(0),this.dropDownVisible=!1,Ae.track(this,["imageryProviderViewModels","terrainProviderViewModels","dropDownVisible"]);let o=Ae.getObservable(this,"imageryProviderViewModels"),r=Ae.pureComputed(function(){let d=o(),p={},g;for(g=0;g<d.length;g++){let C=d[g],x=C.category;l(p[x])?p[x].push(C):p[x]=[C]}let m=Object.keys(p),A=[];for(g=0;g<m.length;g++){let C=m[g];A.push({name:C,providers:p[C]})}return A});this._imageryProviders=r;let s=Ae.getObservable(this,"terrainProviderViewModels"),a=Ae.pureComputed(function(){let d=s(),p={},g;for(g=0;g<d.length;g++){let C=d[g],x=C.category;l(p[x])?p[x].push(C):p[x]=[C]}let m=Object.keys(p),A=[];for(g=0;g<m.length;g++){let C=m[g];A.push({name:C,providers:p[C]})}return A});this._terrainProviders=a,this.buttonTooltip=void 0,Ae.defineProperty(this,"buttonTooltip",function(){let d=this.selectedImagery,p=this.selectedTerrain,g=l(d)?d.name:void 0,m=l(p)?p.name:void 0;return l(g)&&l(m)?`${g}
${m}`:l(g)?g:m}),this.buttonImageUrl=void 0,Ae.defineProperty(this,"buttonImageUrl",function(){let d=this.selectedImagery;if(l(d))return d.iconUrl}),this.selectedImagery=void 0;let c=Ae.observable();this._currentImageryProviders=[],Ae.defineProperty(this,"selectedImagery",{get:function(){return c()},set:function(d){if(c()===d){this.dropDownVisible=!1;return}let p,g=this._currentImageryProviders,m=g.length,A=this._globe.imageryLayers,C=!1;for(p=0;p<m;p++){let x=A.length;for(let b=0;b<x;b++){let E=A.get(b);if(E.imageryProvider===g[p]){A.remove(E),C=!0;break}}}if(l(d)){let x=d.creationCommand();if(Array.isArray(x)){let b=x.length;for(p=b-1;p>=0;p--)A.addImageryProvider(x[p],0);this._currentImageryProviders=x.slice(0)}else if(this._currentImageryProviders=[x],C)A.addImageryProvider(x,0);else{let b=A.get(0);l(b)&&A.remove(b),A.addImageryProvider(x,0)}}c(d),this.dropDownVisible=!1}}),this.selectedTerrain=void 0;let u=Ae.observable();Ae.defineProperty(this,"selectedTerrain",{get:function(){return u()},set:function(d){if(u()===d){this.dropDownVisible=!1;return}let p;l(d)&&(p=d.creationCommand()),this._globe.depthTestAgainstTerrain=!(p instanceof Vg),this._globe.terrainProvider=p,u(d),this.dropDownVisible=!1}});let f=this;this._toggleDropDown=yn(function(){f.dropDownVisible=!f.dropDownVisible}),this.selectedImagery=y(e.selectedImageryProviderViewModel,n[0]),this.selectedTerrain=y(e.selectedTerrainProviderViewModel,i[0])}Object.defineProperties(hye.prototype,{toggleDropDown:{get:function(){return this._toggleDropDown}},globe:{get:function(){return this._globe}}});var J4=hye;function Z4(e,t){e=Pn(e);let n=new J4(t),i=document.createElement("button");i.type="button",i.className="cesium-button cesium-toolbar-button",i.setAttribute("data-bind","attr: { title: buttonTooltip },click: toggleDropDown"),e.appendChild(i);let o=document.createElement("img");o.setAttribute("draggable","false"),o.className="cesium-baseLayerPicker-selected",o.setAttribute("data-bind","attr: { src: buttonImageUrl }, visible: !!buttonImageUrl"),i.appendChild(o);let r=document.createElement("div");r.className="cesium-baseLayerPicker-dropDown",r.setAttribute("data-bind",'css: { "cesium-baseLayerPicker-dropDown-visible" : dropDownVisible }'),e.appendChild(r);let s=document.createElement("div");s.className="cesium-baseLayerPicker-sectionTitle",s.setAttribute("data-bind","visible: imageryProviderViewModels.length > 0"),s.innerHTML="Imagery",r.appendChild(s);let a=document.createElement("div");a.className="cesium-baseLayerPicker-section",a.setAttribute("data-bind","foreach: _imageryProviders"),r.appendChild(a);let c=document.createElement("div");c.className="cesium-baseLayerPicker-category",a.appendChild(c);let u=document.createElement("div");u.className="cesium-baseLayerPicker-categoryTitle",u.setAttribute("data-bind","text: name"),c.appendChild(u);let f=document.createElement("div");f.className="cesium-baseLayerPicker-choices",f.setAttribute("data-bind","foreach: providers"),c.appendChild(f);let d=document.createElement("div");d.className="cesium-baseLayerPicker-item",d.setAttribute("data-bind",'css: { "cesium-baseLayerPicker-selectedItem" : $data === $parents[1].selectedImagery },attr: { title: tooltip },visible: creationCommand.canExecute,click: function($data) { $parents[1].selectedImagery = $data; }'),f.appendChild(d);let p=document.createElement("img");p.className="cesium-baseLayerPicker-itemIcon",p.setAttribute("data-bind","attr: { src: iconUrl }"),p.setAttribute("draggable","false"),d.appendChild(p);let g=document.createElement("div");g.className="cesium-baseLayerPicker-itemLabel",g.setAttribute("data-bind","text: name"),d.appendChild(g);let m=document.createElement("div");m.className="cesium-baseLayerPicker-sectionTitle",m.setAttribute("data-bind","visible: terrainProviderViewModels.length > 0"),m.innerHTML="Terrain",r.appendChild(m);let A=document.createElement("div");A.className="cesium-baseLayerPicker-section",A.setAttribute("data-bind","foreach: _terrainProviders"),r.appendChild(A);let C=document.createElement("div");C.className="cesium-baseLayerPicker-category",A.appendChild(C);let x=document.createElement("div");x.className="cesium-baseLayerPicker-categoryTitle",x.setAttribute("data-bind","text: name"),C.appendChild(x);let b=document.createElement("div");b.className="cesium-baseLayerPicker-choices",b.setAttribute("data-bind","foreach: providers"),C.appendChild(b);let E=document.createElement("div");E.className="cesium-baseLayerPicker-item",E.setAttribute("data-bind",'css: { "cesium-baseLayerPicker-selectedItem" : $data === $parents[1].selectedTerrain },attr: { title: tooltip },visible: creationCommand.canExecute,click: function($data) { $parents[1].selectedTerrain = $data; }'),b.appendChild(E);let S=document.createElement("img");S.className="cesium-baseLayerPicker-itemIcon",S.setAttribute("data-bind","attr: { src: iconUrl }"),S.setAttribute("draggable","false"),E.appendChild(S);let D=document.createElement("div");D.className="cesium-baseLayerPicker-itemLabel",D.setAttribute("data-bind","text: name"),E.appendChild(D),Ae.applyBindings(n,i),Ae.applyBindings(n,r),this._viewModel=n,this._container=e,this._element=i,this._dropPanel=r,this._closeDropDown=function(v){i.contains(v.target)||r.contains(v.target)||(n.dropDownVisible=!1)},Lt.supportsPointerEvents()?document.addEventListener("pointerdown",this._closeDropDown,!0):(document.addEventListener("mousedown",this._closeDropDown,!0),document.addEventListener("touchstart",this._closeDropDown,!0))}Object.defineProperties(Z4.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});Z4.prototype.isDestroyed=function(){return!1};Z4.prototype.destroy=function(){return Lt.supportsPointerEvents()?document.removeEventListener("pointerdown",this._closeDropDown,!0):(document.removeEventListener("mousedown",this._closeDropDown,!0),document.removeEventListener("touchstart",this._closeDropDown,!0)),Ae.cleanNode(this._element),Ae.cleanNode(this._dropPanel),this._container.removeChild(this._element),this._container.removeChild(this._dropPanel),le(this)};var Q4=Z4;function mye(e){let t=e.creationFunction;l(t.canExecute)||(t=yn(t)),this._creationCommand=t,this.name=e.name,this.tooltip=e.tooltip,this.iconUrl=e.iconUrl,this._category=y(e.category,""),Ae.track(this,["name","tooltip","iconUrl"])}Object.defineProperties(mye.prototype,{creationCommand:{get:function(){return this._creationCommand}},category:{get:function(){return this._category}}});var ms=mye;function bpt(){let e=[];return e.push(new ms({name:"Bing Maps Aerial",iconUrl:Kt("Widgets/Images/ImageryProviders/bingAerial.png"),tooltip:"Bing Maps aerial imagery, provided by Cesium ion",category:"Cesium ion",creationFunction:function(){return Qg({style:Zg.AERIAL})}})),e.push(new ms({name:"Bing Maps Aerial with Labels",iconUrl:Kt("Widgets/Images/ImageryProviders/bingAerialLabels.png"),tooltip:"Bing Maps aerial imagery with labels, provided by Cesium ion",category:"Cesium ion",creationFunction:function(){return Qg({style:Zg.AERIAL_WITH_LABELS})}})),e.push(new ms({name:"Bing Maps Roads",iconUrl:Kt("Widgets/Images/ImageryProviders/bingRoads.png"),tooltip:"Bing Maps standard road maps, provided by Cesium ion",category:"Cesium ion",creationFunction:function(){return Qg({style:Zg.ROAD})}})),e.push(new ms({name:"ESRI World Imagery",iconUrl:Kt("Widgets/Images/ImageryProviders/esriWorldImagery.png"),tooltip:`World Imagery provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide. The map includes NASA Blue Marble: Next Generation 500m resolution imagery at small scales (above 1:1,000,000), i-cubed 15m eSAT imagery at medium-to-large scales (down to 1:70,000) for the world, and USGS 15m Landsat imagery for Antarctica. The map features 0.3m resolution imagery in the continental United States and 0.6m resolution imagery in parts of Western Europe from DigitalGlobe. In other parts of the world, 1 meter resolution imagery is available from GeoEye IKONOS, i-cubed Nationwide Prime, Getmapping, AeroGRID, IGN Spain, and IGP Portugal. Additionally, imagery at different resolutions has been contributed by the GIS User Community.
http://www.esri.com`,category:"Other",creationFunction:function(){return new qg({url:"https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer",enablePickFeatures:!1})}})),e.push(new ms({name:"ESRI World Street Map",iconUrl:Kt("Widgets/Images/ImageryProviders/esriWorldStreetMap.png"),tooltip:`This worldwide street map presents highway-level data for the world. Street-level data includes the United States; much of Canada; Japan; most countries in Europe; Australia and New Zealand; India; parts of South America including Argentina, Brazil, Chile, Colombia, and Venezuela; Ghana; and parts of southern Africa including Botswana, Lesotho, Namibia, South Africa, and Swaziland.
http://www.esri.com`,category:"Other",creationFunction:function(){return new qg({url:"https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer",enablePickFeatures:!1})}})),e.push(new ms({name:"ESRI National Geographic",iconUrl:Kt("Widgets/Images/ImageryProviders/esriNationalGeographic.png"),tooltip:`This web map contains the National Geographic World Map service. This map service is designed to be used as a general reference map for informational and educational purposes as well as a basemap by GIS professionals and other users for creating web maps and web mapping applications.
http://www.esri.com`,category:"Other",creationFunction:function(){return new qg({url:"https://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/",enablePickFeatures:!1})}})),e.push(new ms({name:"Open\xADStreet\xADMap",iconUrl:Kt("Widgets/Images/ImageryProviders/openStreetMap.png"),tooltip:`OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world.
http://www.openstreetmap.org`,category:"Other",creationFunction:function(){return new YE({url:"https://a.tile.openstreetmap.org/"})}})),e.push(new ms({name:"Stamen Watercolor",iconUrl:Kt("Widgets/Images/ImageryProviders/stamenWatercolor.png"),tooltip:`Reminiscent of hand drawn maps, Stamen watercolor maps apply raster effect area washes and organic edges over a paper texture to add warm pop to any map.
http://maps.stamen.com`,category:"Other",creationFunction:function(){return new YE({url:"https://stamen-tiles.a.ssl.fastly.net/watercolor/",credit:"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA."})}})),e.push(new ms({name:"Stamen Toner",iconUrl:Kt("Widgets/Images/ImageryProviders/stamenToner.png"),tooltip:`A high contrast black and white map.
http://maps.stamen.com`,category:"Other",creationFunction:function(){return new YE({url:"https://stamen-tiles.a.ssl.fastly.net/toner/",credit:"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA."})}})),e.push(new ms({name:"Sentinel-2",iconUrl:Kt("Widgets/Images/ImageryProviders/sentinel-2.png"),tooltip:"Sentinel-2 cloudless by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2016 and 2017).",category:"Cesium ion",creationFunction:function(){return new Jg({assetId:3954})}})),e.push(new ms({name:"Blue Marble",iconUrl:Kt("Widgets/Images/ImageryProviders/blueMarble.png"),tooltip:"Blue Marble Next Generation July, 2004 imagery from NASA.",category:"Cesium ion",creationFunction:function(){return new Jg({assetId:3845})}})),e.push(new ms({name:"Earth at night",iconUrl:Kt("Widgets/Images/ImageryProviders/earthAtNight.png"),tooltip:"The Earth at night, also known as The Black Marble, is a 500 meter resolution global composite imagery layer released by NASA.",category:"Cesium ion",creationFunction:function(){return new Jg({assetId:3812})}})),e.push(new ms({name:"Natural Earth\xA0II",iconUrl:Kt("Widgets/Images/ImageryProviders/naturalEarthII.png"),tooltip:`Natural Earth II, darkened for contrast.
http://www.naturalearthdata.com/`,category:"Cesium ion",creationFunction:function(){return new pA({url:Kt("Assets/Textures/NaturalEarthII")})}})),e}var $4=bpt;function Spt(){let e=[];return e.push(new ms({name:"WGS84 Ellipsoid",iconUrl:Kt("Widgets/Images/TerrainProviders/Ellipsoid.png"),tooltip:"WGS84 standard ellipsoid, also known as EPSG:4326",category:"Cesium ion",creationFunction:function(){return new Vg}})),e.push(new ms({name:"Cesium World Terrain",iconUrl:Kt("Widgets/Images/TerrainProviders/CesiumWorldTerrain.png"),tooltip:"High-resolution global terrain tileset curated from several datasources and hosted by Cesium ion",category:"Cesium ion",creationFunction:function(){return _k({requestWaterMask:!0,requestVertexNormals:!0})}})),e}var ez=Spt;function wpt(e){return function(t){let n=e._scene.pick(t.position);l(n)&&n.primitive instanceof Bu&&(e.tileset=n.primitive),e.pickActive=!1}}function _ye(e,t){t?e._eventHandler.setInputAction(function(n){let i=e._scene.pick(n.endPosition);l(i)&&i.primitive instanceof Bu&&(e.tileset=i.primitive)},pn.MOUSE_MOVE):(e._eventHandler.removeInputAction(pn.MOUSE_MOVE),e.picking=e.picking)}var Dpt={maximumFractionDigits:3};function Qv(e){let t=e/1048576;return t<1?t.toLocaleString(void 0,Dpt):Math.round(t).toLocaleString()}function $v(e,t){if(!l(e))return"";let n=t?e._statisticsPerPass[$o.PICK]:e._statisticsPerPass[$o.RENDER],i='<ul class="cesium-cesiumInspector-statistics">';return i+=`<li><strong>Visited: </strong>${n.visited.toLocaleString()}</li><li><strong>Selected: </strong>${n.selected.toLocaleString()}</li><li><strong>Commands: </strong>${n.numberOfCommands.toLocaleString()}</li>`,i+="</ul>",t||(i+='<ul class="cesium-cesiumInspector-statistics">',i+=`<li><strong>Requests: </strong>${n.numberOfPendingRequests.toLocaleString()}</li><li><strong>Attempted: </strong>${n.numberOfAttemptedRequests.toLocaleString()}</li><li><strong>Processing: </strong>${n.numberOfTilesProcessing.toLocaleString()}</li><li><strong>Content Ready: </strong>${n.numberOfTilesWithContentReady.toLocaleString()}</li><li><strong>Total: </strong>${n.numberOfTilesTotal.toLocaleString()}</li>`,i+="</ul>",i+='<ul class="cesium-cesiumInspector-statistics">',i+=`<li><strong>Features Selected: </strong>${n.numberOfFeaturesSelected.toLocaleString()}</li><li><strong>Features Loaded: </strong>${n.numberOfFeaturesLoaded.toLocaleString()}</li><li><strong>Points Selected: </strong>${n.numberOfPointsSelected.toLocaleString()}</li><li><strong>Points Loaded: </strong>${n.numberOfPointsLoaded.toLocaleString()}</li><li><strong>Triangles Selected: </strong>${n.numberOfTrianglesSelected.toLocaleString()}</li>`,i+="</ul>",i+='<ul class="cesium-cesiumInspector-statistics">',i+=`<li><strong>Tiles styled: </strong>${n.numberOfTilesStyled.toLocaleString()}</li><li><strong>Features styled: </strong>${n.numberOfFeaturesStyled.toLocaleString()}</li>`,i+="</ul>",i+='<ul class="cesium-cesiumInspector-statistics">',i+=`<li><strong>Children Union Culled: </strong>${n.numberOfTilesCulledWithChildrenUnion.toLocaleString()}</li>`,i+="</ul>",i+='<ul class="cesium-cesiumInspector-statistics">',i+=`<li><strong>Geometry Memory (MB): </strong>${Qv(n.geometryByteLength)}</li><li><strong>Texture Memory (MB): </strong>${Qv(n.texturesByteLength)}</li><li><strong>Batch Table Memory (MB): </strong>${Qv(n.batchTableByteLength)}</li>`,i+="</ul>"),i}function gye(){let e=fo.statistics;return`
<ul class="cesium-cesiumInspector-statistics">
<li><strong>Geometry Memory (MB): </strong>${Qv(e.geometryByteLength)}</li>
<li><strong>Texture Memory (MB): </strong>${Qv(e.texturesByteLength)}</li>
</ul>
`}var vpt=[{text:"Highlight",value:bl.HIGHLIGHT},{text:"Replace",value:bl.REPLACE},{text:"Mix",value:bl.MIX}],pye=new U(1,1,0,.4),Ppt=new U,tz=new U;function Vs(e,t){let n=this,i=e.canvas;this._eventHandler=new $u(i),this._scene=e,this._performanceContainer=t,this._canvas=i,this._performanceDisplay=new n0({container:t}),this._statisticsText="",this._pickStatisticsText="",this._resourceCacheStatisticsText="",this._editorError="",this.performance=!1,this.showStatistics=!0,this.showPickStatistics=!0,this.showResourceCacheStatistics=!1,this.inspectorVisible=!0,this.tilesetVisible=!1,this.displayVisible=!1,this.updateVisible=!1,this.loggingVisible=!1,this.styleVisible=!1,this.tileDebugLabelsVisible=!1,this.optimizationVisible=!1,this.styleString="{}",this.hasEnabledWireframe=!1,this._tileset=void 0,this._feature=void 0,this._tile=void 0,Ae.track(this,["performance","inspectorVisible","_statisticsText","_pickStatisticsText","_resourceCacheStatisticsText","_editorError","showPickStatistics","showStatistics","showResourceCacheStatistics","tilesetVisible","displayVisible","updateVisible","loggingVisible","styleVisible","optimizationVisible","tileDebugLabelsVisible","styleString","_feature","_tile","_tileset","hasEnabledWireframe"]),this._properties=Ae.observable({}),this.properties=[],Ae.defineProperty(this,"properties",function(){let k=[],X=n._properties();for(let q in X)X.hasOwnProperty(q)&&k.push(q);return k});let o=Ae.observable();Ae.defineProperty(this,"dynamicScreenSpaceError",{get:function(){return o()},set:function(k){o(k),l(n._tileset)&&(n._tileset.dynamicScreenSpaceError=k)}}),this.dynamicScreenSpaceError=!1;let r=Ae.observable();Ae.defineProperty(this,"colorBlendMode",{get:function(){return r()},set:function(k){r(k),l(n._tileset)&&(n._tileset.colorBlendMode=k,n._scene.requestRender())}}),this.colorBlendMode=bl.HIGHLIGHT;let s=Ae.observable(),a=Ae.observable();Ae.defineProperty(this,"picking",{get:function(){return a()},set:function(k){a(k),k?n._eventHandler.setInputAction(function(X){let q=e.pick(X.endPosition);if(q instanceof As?(n.feature=q,n.tile=q.content.tile):l(q)&&l(q.content)?(n.feature=void 0,n.tile=q.content.tile):(n.feature=void 0,n.tile=void 0),!!l(n._tileset)){if(s&&l(q)&&l(q.content)){let Y;e.pickPositionSupported&&(Y=e.pickPosition(X.endPosition),l(Y)&&(n._tileset.debugPickPosition=Y)),n._tileset.debugPickedTile=q.content.tile}else n._tileset.debugPickedTile=void 0;n._scene.requestRender()}},pn.MOUSE_MOVE):(n.feature=void 0,n.tile=void 0,n._eventHandler.removeInputAction(pn.MOUSE_MOVE))}}),this.picking=!0;let c=Ae.observable();Ae.defineProperty(this,"colorize",{get:function(){return c()},set:function(k){c(k),l(n._tileset)&&(n._tileset.debugColorizeTiles=k,n._scene.requestRender())}}),this.colorize=!1;let u=Ae.observable();Ae.defineProperty(this,"wireframe",{get:function(){return u()},set:function(k){u(k),l(n._tileset)&&(n._tileset.debugWireframe=k,n._scene.requestRender())}}),this.wireframe=!1;let f=Ae.observable();Ae.defineProperty(this,"showBoundingVolumes",{get:function(){return f()},set:function(k){f(k),l(n._tileset)&&(n._tileset.debugShowBoundingVolume=k,n._scene.requestRender())}}),this.showBoundingVolumes=!1;let d=Ae.observable();Ae.defineProperty(this,"showContentBoundingVolumes",{get:function(){return d()},set:function(k){d(k),l(n._tileset)&&(n._tileset.debugShowContentBoundingVolume=k,n._scene.requestRender())}}),this.showContentBoundingVolumes=!1;let p=Ae.observable();Ae.defineProperty(this,"showRequestVolumes",{get:function(){return p()},set:function(k){p(k),l(n._tileset)&&(n._tileset.debugShowViewerRequestVolume=k,n._scene.requestRender())}}),this.showRequestVolumes=!1;let g=Ae.observable();Ae.defineProperty(this,"freezeFrame",{get:function(){return g()},set:function(k){g(k),l(n._tileset)&&(n._tileset.debugFreezeFrame=k,n._scene.debugShowFrustumPlanes=k,n._scene.requestRender())}}),this.freezeFrame=!1,Ae.defineProperty(this,"showOnlyPickedTileDebugLabel",{get:function(){return s()},set:function(k){s(k),l(n._tileset)&&(n._tileset.debugPickedTileLabelOnly=k,n._scene.requestRender())}}),this.showOnlyPickedTileDebugLabel=!1;let m=Ae.observable();Ae.defineProperty(this,"showGeometricError",{get:function(){return m()},set:function(k){m(k),l(n._tileset)&&(n._tileset.debugShowGeometricError=k,n._scene.requestRender())}}),this.showGeometricError=!1;let A=Ae.observable();Ae.defineProperty(this,"showRenderingStatistics",{get:function(){return A()},set:function(k){A(k),l(n._tileset)&&(n._tileset.debugShowRenderingStatistics=k,n._scene.requestRender())}}),this.showRenderingStatistics=!1;let C=Ae.observable();Ae.defineProperty(this,"showMemoryUsage",{get:function(){return C()},set:function(k){C(k),l(n._tileset)&&(n._tileset.debugShowMemoryUsage=k,n._scene.requestRender())}}),this.showMemoryUsage=!1;let x=Ae.observable();Ae.defineProperty(this,"showUrl",{get:function(){return x()},set:function(k){x(k),l(n._tileset)&&(n._tileset.debugShowUrl=k,n._scene.requestRender())}}),this.showUrl=!1;let b=Ae.observable();Ae.defineProperty(this,"maximumScreenSpaceError",{get:function(){return b()},set:function(k){k=Number(k),isNaN(k)||(b(k),l(n._tileset)&&(n._tileset.maximumScreenSpaceError=k))}}),this.maximumScreenSpaceError=16;let E=Ae.observable();Ae.defineProperty(this,"dynamicScreenSpaceErrorDensity",{get:function(){return E()},set:function(k){k=Number(k),isNaN(k)||(E(k),l(n._tileset)&&(n._tileset.dynamicScreenSpaceErrorDensity=k))}}),this.dynamicScreenSpaceErrorDensity=.00278,this.dynamicScreenSpaceErrorDensitySliderValue=void 0,Ae.defineProperty(this,"dynamicScreenSpaceErrorDensitySliderValue",{get:function(){return Math.pow(E(),1/6)},set:function(k){E(Math.pow(k,6))}});let S=Ae.observable();Ae.defineProperty(this,"dynamicScreenSpaceErrorFactor",{get:function(){return S()},set:function(k){k=Number(k),isNaN(k)||(S(k),l(n._tileset)&&(n._tileset.dynamicScreenSpaceErrorFactor=k))}}),this.dynamicScreenSpaceErrorFactor=4;let D=wpt(this),v=Ae.observable();Ae.defineProperty(this,"pickActive",{get:function(){return v()},set:function(k){v(k),k?n._eventHandler.setInputAction(D,pn.LEFT_CLICK):n._eventHandler.removeInputAction(pn.LEFT_CLICK)}});let O=Ae.observable();Ae.defineProperty(this,"pointCloudShading",{get:function(){return O()},set:function(k){O(k),l(n._tileset)&&(n._tileset.pointCloudShading.attenuation=k)}}),this.pointCloudShading=!1;let R=Ae.observable();Ae.defineProperty(this,"geometricErrorScale",{get:function(){return R()},set:function(k){k=Number(k),isNaN(k)||(R(k),l(n._tileset)&&(n._tileset.pointCloudShading.geometricErrorScale=k))}}),this.geometricErrorScale=1;let M=Ae.observable();Ae.defineProperty(this,"maximumAttenuation",{get:function(){return M()},set:function(k){k=Number(k),isNaN(k)||(M(k),l(n._tileset)&&(n._tileset.pointCloudShading.maximumAttenuation=k===0?void 0:k))}}),this.maximumAttenuation=0;let L=Ae.observable();Ae.defineProperty(this,"baseResolution",{get:function(){return L()},set:function(k){k=Number(k),isNaN(k)||(L(k),l(n._tileset)&&(n._tileset.pointCloudShading.baseResolution=k===0?void 0:k))}}),this.baseResolution=0;let _=Ae.observable();Ae.defineProperty(this,"eyeDomeLighting",{get:function(){return _()},set:function(k){_(k),l(n._tileset)&&(n._tileset.pointCloudShading.eyeDomeLighting=k)}}),this.eyeDomeLighting=!1;let T=Ae.observable();Ae.defineProperty(this,"eyeDomeLightingStrength",{get:function(){return T()},set:function(k){k=Number(k),isNaN(k)||(T(k),l(n._tileset)&&(n._tileset.pointCloudShading.eyeDomeLightingStrength=k))}}),this.eyeDomeLightingStrength=1;let w=Ae.observable();Ae.defineProperty(this,"eyeDomeLightingRadius",{get:function(){return w()},set:function(k){k=Number(k),isNaN(k)||(w(k),l(n._tileset)&&(n._tileset.pointCloudShading.eyeDomeLightingRadius=k))}}),this.eyeDomeLightingRadius=1,this.pickActive=!1;let P=Ae.observable();Ae.defineProperty(this,"skipLevelOfDetail",{get:function(){return P()},set:function(k){P(k),l(n._tileset)&&(n._tileset.skipLevelOfDetail=k)}}),this.skipLevelOfDetail=!0;let B=Ae.observable();Ae.defineProperty(this,"skipScreenSpaceErrorFactor",{get:function(){return B()},set:function(k){k=Number(k),isNaN(k)||(B(k),l(n._tileset)&&(n._tileset.skipScreenSpaceErrorFactor=k))}}),this.skipScreenSpaceErrorFactor=16;let N=Ae.observable();Ae.defineProperty(this,"baseScreenSpaceError",{get:function(){return N()},set:function(k){k=Number(k),isNaN(k)||(N(k),l(n._tileset)&&(n._tileset.baseScreenSpaceError=k))}}),this.baseScreenSpaceError=1024;let z=Ae.observable();Ae.defineProperty(this,"skipLevels",{get:function(){return z()},set:function(k){k=Number(k),isNaN(k)||(z(k),l(n._tileset)&&(n._tileset.skipLevels=k))}}),this.skipLevels=1;let V=Ae.observable();Ae.defineProperty(this,"immediatelyLoadDesiredLevelOfDetail",{get:function(){return V()},set:function(k){V(k),l(n._tileset)&&(n._tileset.immediatelyLoadDesiredLevelOfDetail=k)}}),this.immediatelyLoadDesiredLevelOfDetail=!1;let G=Ae.observable();Ae.defineProperty(this,"loadSiblings",{get:function(){return G()},set:function(k){G(k),l(n._tileset)&&(n._tileset.loadSiblings=k)}}),this.loadSiblings=!1,this._style=void 0,this._shouldStyle=!1,this._definedProperties=["properties","dynamicScreenSpaceError","colorBlendMode","picking","colorize","wireframe","showBoundingVolumes","showContentBoundingVolumes","showRequestVolumes","freezeFrame","maximumScreenSpaceError","dynamicScreenSpaceErrorDensity","baseScreenSpaceError","skipScreenSpaceErrorFactor","skipLevelOfDetail","skipLevels","immediatelyLoadDesiredLevelOfDetail","loadSiblings","dynamicScreenSpaceErrorDensitySliderValue","dynamicScreenSpaceErrorFactor","pickActive","showOnlyPickedTileDebugLabel","showGeometricError","showRenderingStatistics","showMemoryUsage","showUrl","pointCloudShading","geometricErrorScale","maximumAttenuation","baseResolution","eyeDomeLighting","eyeDomeLightingStrength","eyeDomeLightingRadius"],this._removePostRenderEvent=e.postRender.addEventListener(function(){n._update()}),l(this._tileset)||_ye(this,!0)}Object.defineProperties(Vs.prototype,{scene:{get:function(){return this._scene}},performanceContainer:{get:function(){return this._performanceContainer}},statisticsText:{get:function(){return this._statisticsText}},pickStatisticsText:{get:function(){return this._pickStatisticsText}},resourceCacheStatisticsText:{get:function(){return this._resourceCacheStatisticsText}},colorBlendModes:{get:function(){return vpt}},editorError:{get:function(){return this._editorError}},tileset:{get:function(){return this._tileset},set:function(e){if(this._tileset=e,this._style=void 0,this.styleString="{}",this.feature=void 0,this.tile=void 0,l(e)){let t=this;e.readyPromise.then(function(r){t.isDestroyed()||t._properties(r.properties)});let n=["colorize","wireframe","showBoundingVolumes","showContentBoundingVolumes","showRequestVolumes","freezeFrame","showOnlyPickedTileDebugLabel","showGeometricError","showRenderingStatistics","showMemoryUsage","showUrl"],i=n.length;for(let r=0;r<i;++r){let s=n[r];this[s]=this[s]}this.maximumScreenSpaceError=e.maximumScreenSpaceError,this.dynamicScreenSpaceError=e.dynamicScreenSpaceError,this.dynamicScreenSpaceErrorDensity=e.dynamicScreenSpaceErrorDensity,this.dynamicScreenSpaceErrorFactor=e.dynamicScreenSpaceErrorFactor,this.colorBlendMode=e.colorBlendMode,this.skipLevelOfDetail=e.skipLevelOfDetail,this.skipScreenSpaceErrorFactor=e.skipScreenSpaceErrorFactor,this.baseScreenSpaceError=e.baseScreenSpaceError,this.skipLevels=e.skipLevels,this.immediatelyLoadDesiredLevelOfDetail=e.immediatelyLoadDesiredLevelOfDetail,this.loadSiblings=e.loadSiblings,this.hasEnabledWireframe=e._enableDebugWireframe;let o=e.pointCloudShading;this.pointCloudShading=o.attenuation,this.geometricErrorScale=o.geometricErrorScale,this.maximumAttenuation=o.maximumAttenuation?o.maximumAttenuation:0,this.baseResolution=o.baseResolution?o.baseResolution:0,this.eyeDomeLighting=o.eyeDomeLighting,this.eyeDomeLightingStrength=o.eyeDomeLightingStrength,this.eyeDomeLightingRadius=o.eyeDomeLightingRadius,this._scene.requestRender()}else this._properties({});this._statisticsText=$v(e,!1),this._pickStatisticsText=$v(e,!0),this._resourceCacheStatisticsText=gye(),_ye(this,!1)}},feature:{get:function(){return this._feature},set:function(e){if(this._feature===e)return;let t=this._feature;l(t)&&!t.content.isDestroyed()&&(!this.colorize&&l(this._style)?t.color=l(this._style.color)?this._style.color.evaluateColor(t,Ppt):U.WHITE:t.color=tz,this._scene.requestRender()),l(e)&&(U.clone(e.color,tz),e.color=pye,this._scene.requestRender()),this._feature=e}},tile:{get:function(){return this._tile},set:function(e){if(this._tile===e)return;let t=this._tile;l(t)&&!t.isDestroyed()&&!Jq(t.content)&&(t.color=tz,this._scene.requestRender()),l(e)&&!Jq(e.content)&&(U.clone(e.color,tz),e.color=pye,this._scene.requestRender()),this._tile=e}}});function Jq(e){if(!l(e))return!1;if(e.featuresLength>0)return!0;let t=e.innerContents;if(l(t)){let n=t.length;for(let i=0;i<n;++i)if(!Jq(t[i]))return!1;return!0}return!1}Vs.prototype.togglePickTileset=function(){this.pickActive=!this.pickActive};Vs.prototype.toggleInspector=function(){this.inspectorVisible=!this.inspectorVisible};Vs.prototype.toggleTileset=function(){this.tilesetVisible=!this.tilesetVisible};Vs.prototype.toggleDisplay=function(){this.displayVisible=!this.displayVisible};Vs.prototype.toggleUpdate=function(){this.updateVisible=!this.updateVisible};Vs.prototype.toggleLogging=function(){this.loggingVisible=!this.loggingVisible};Vs.prototype.toggleStyle=function(){this.styleVisible=!this.styleVisible};Vs.prototype.toggleTileDebugLabels=function(){this.tileDebugLabelsVisible=!this.tileDebugLabelsVisible};Vs.prototype.toggleOptimization=function(){this.optimizationVisible=!this.optimizationVisible};Vs.prototype.trimTilesCache=function(){l(this._tileset)&&this._tileset.trimLoadedTiles()};Vs.prototype.compileStyle=function(){let e=this._tileset;if(!(!l(e)||this.styleString===JSON.stringify(e.style))){this._editorError="";try{this.styleString.length===0&&(this.styleString="{}"),this._style=new OE(JSON.parse(this.styleString)),this._shouldStyle=!0,this._scene.requestRender()}catch(t){this._editorError=t.toString()}this.feature=this._feature,this.tile=this._tile}};Vs.prototype.styleEditorKeyPress=function(e,t){if(t.keyCode===9){t.preventDefault();let n=t.target,i=n.selectionStart,o=n.selectionEnd,r=o,a=n.value.slice(i,o).split(`
`),c=a.length,u;if(t.shiftKey)for(u=0;u<c;++u)a[u][0]===" "&&(a[u][1]===" "?(a[u]=a[u].substr(2),r-=2):(a[u]=a[u].substr(1),r-=1));else for(u=0;u<c;++u)a[u]=` ${a[u]}`,r+=2;let f=a.join(`
`);n.value=n.value.slice(0,i)+f+n.value.slice(o),n.selectionStart=i!==o?i:r,n.selectionEnd=r}else t.ctrlKey&&(t.keyCode===10||t.keyCode===13)&&this.compileStyle();return!0};Vs.prototype._update=function(){let e=this._tileset;if(this.performance&&this._performanceDisplay.update(),l(e)){if(e.isDestroyed()){this.tile=void 0,this.feature=void 0,this.tileset=void 0;return}let t=e.style;this._style!==e.style&&(this._shouldStyle?(e.style=this._style,this._shouldStyle=!1):(this._style=t,this.styleString=JSON.stringify(t.style,null," ")))}this.showStatistics&&(this._statisticsText=$v(e,!1),this._pickStatisticsText=$v(e,!0),this._resourceCacheStatisticsText=gye())};Vs.prototype.isDestroyed=function(){return!1};Vs.prototype.destroy=function(){this._eventHandler.destroy(),this._removePostRenderEvent();let e=this;return this._definedProperties.forEach(function(t){Ae.getObservable(e,t).dispose()}),le(this)};Vs.getStatistics=$v;var nz=Vs;function iz(e,t){e=Pn(e);let n=document.createElement("div"),i=document.createElement("div");i.setAttribute("data-bind","visible: performance");let o=new nz(t,i);this._viewModel=o,this._container=e,this._element=n;let r=document.createElement("div");r.textContent="3D Tiles Inspector",r.className="cesium-cesiumInspector-button",r.setAttribute("data-bind","click: toggleInspector"),n.appendChild(r),n.className="cesium-cesiumInspector cesium-3DTilesInspector",n.setAttribute("data-bind",'css: { "cesium-cesiumInspector-visible" : inspectorVisible, "cesium-cesiumInspector-hidden" : !inspectorVisible}'),e.appendChild(n);let s=document.createElement("div");this._panel=s,s.className="cesium-cesiumInspector-dropDown",n.appendChild(s);let a=jg.createSection,c=jg.createCheckbox,u=a(s,"Tileset","tilesetVisible","toggleTileset"),f=a(s,"Display","displayVisible","toggleDisplay"),d=a(s,"Update","updateVisible","toggleUpdate"),p=a(s,"Logging","loggingVisible","toggleLogging"),g=a(s,"Tile Debug Labels","tileDebugLabelsVisible","toggleTileDebugLabels"),m=a(s,"Style","styleVisible","toggleStyle"),A=a(s,"Optimization","optimizationVisible","toggleOptimization"),C=document.createElement("div");C.className="field-group";let x=document.createElement("label");x.className="field-label",x.appendChild(document.createTextNode("Properties: "));let b=document.createElement("div");b.setAttribute("data-bind","text: properties"),C.appendChild(x),C.appendChild(b),u.appendChild(C),u.appendChild(Zq("togglePickTileset","Pick Tileset","pickActive")),u.appendChild(Zq("trimTilesCache","Trim Tiles Cache")),u.appendChild(c("Enable Picking","picking")),f.appendChild(c("Colorize","colorize")),f.appendChild(c("Wireframe","wireframe","_tileset === undefined || hasEnabledWireframe"));let E=document.createElement("p");E.setAttribute("data-bind","visible: _tileset !== undefined && !hasEnabledWireframe"),E.setAttribute("class","cesium-3DTilesInspector-disabledElementsInfo"),E.innerText="Set enableDebugWireframe to true in the tileset constructor to enable this option.",f.lastChild.appendChild(E),f.appendChild(c("Bounding Volumes","showBoundingVolumes")),f.appendChild(c("Content Volumes","showContentBoundingVolumes")),f.appendChild(c("Request Volumes","showRequestVolumes")),f.appendChild(c("Point Cloud Shading","pointCloudShading"));let S=document.createElement("div");S.setAttribute("data-bind","visible: pointCloudShading"),S.appendChild(Sd("geometricErrorScale",0,2,.01,"Geometric Error Scale")),S.appendChild(Sd("maximumAttenuation",0,32,1,"Maximum Attenuation")),S.appendChild(Sd("baseResolution",0,1,.01,"Base Resolution")),S.appendChild(c("Eye Dome Lighting (EDL)","eyeDomeLighting")),f.appendChild(S);let D=document.createElement("div");D.setAttribute("data-bind","visible: eyeDomeLighting"),D.appendChild(Sd("eyeDomeLightingStrength",0,2,.1,"EDL Strength")),D.appendChild(Sd("eyeDomeLightingRadius",0,4,.1,"EDL Radius")),S.appendChild(D),d.appendChild(c("Freeze Frame","freezeFrame")),d.appendChild(c("Dynamic Screen Space Error","dynamicScreenSpaceError"));let v=document.createElement("div");v.appendChild(Sd("maximumScreenSpaceError",0,128,1,"Maximum Screen Space Error")),d.appendChild(v);let O=document.createElement("div");O.setAttribute("data-bind","visible: dynamicScreenSpaceError"),O.appendChild(Sd("dynamicScreenSpaceErrorDensitySliderValue",0,1,.005,"Screen Space Error Density","dynamicScreenSpaceErrorDensity")),O.appendChild(Sd("dynamicScreenSpaceErrorFactor",1,10,.1,"Screen Space Error Factor")),d.appendChild(O),p.appendChild(c("Performance","performance")),p.appendChild(i),p.appendChild(c("Statistics","showStatistics"));let R=document.createElement("div");R.className="cesium-3dTilesInspector-statistics",R.setAttribute("data-bind","html: statisticsText, visible: showStatistics"),p.appendChild(R),p.appendChild(c("Pick Statistics","showPickStatistics"));let M=document.createElement("div");M.className="cesium-3dTilesInspector-statistics",M.setAttribute("data-bind","html: pickStatisticsText, visible: showPickStatistics"),p.appendChild(M),p.appendChild(c("Resource Cache Statistics","showResourceCacheStatistics"));let L=document.createElement("div");L.className="cesium-3dTilesInspector-statistics",L.setAttribute("data-bind","html: resourceCacheStatisticsText, visible: showResourceCacheStatistics"),p.appendChild(L);let _=document.createElement("div");m.appendChild(_),_.appendChild(document.createTextNode("Color Blend Mode: "));let T=document.createElement("select");T.setAttribute("data-bind",'options: colorBlendModes, optionsText: "text", optionsValue: "value", value: colorBlendMode'),_.appendChild(T);let w=document.createElement("textarea");w.setAttribute("data-bind","textInput: styleString, event: { keydown: styleEditorKeyPress }"),_.className="cesium-cesiumInspector-styleEditor",_.appendChild(w);let P=Zq("compileStyle","Compile (Ctrl+Enter)");_.appendChild(P);let B=document.createElement("div");B.className="cesium-cesiumInspector-error",B.setAttribute("data-bind","text: editorError"),_.appendChild(B),g.appendChild(c("Show Picked Only","showOnlyPickedTileDebugLabel")),g.appendChild(c("Geometric Error","showGeometricError")),g.appendChild(c("Rendering Statistics","showRenderingStatistics")),g.appendChild(c("Memory Usage (MB)","showMemoryUsage")),g.appendChild(c("Url","showUrl")),A.appendChild(c("Skip Tile LODs","skipLevelOfDetail"));let N=document.createElement("div");N.appendChild(Sd("skipScreenSpaceErrorFactor",1,50,1,"Skip SSE Factor")),A.appendChild(N);let z=document.createElement("div");z.appendChild(Sd("baseScreenSpaceError",0,4096,1,"SSE before skipping LOD")),A.appendChild(z);let V=document.createElement("div");V.appendChild(Sd("skipLevels",0,10,1,"Min. levels to skip")),A.appendChild(V),A.appendChild(c("Load only tiles that meet the max SSE.","immediatelyLoadDesiredLevelOfDetail")),A.appendChild(c("Load siblings of visible tiles","loadSiblings")),Ae.applyBindings(o,n)}Object.defineProperties(iz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});iz.prototype.isDestroyed=function(){return!1};iz.prototype.destroy=function(){return Ae.cleanNode(this._element),this._container.removeChild(this._element),this.viewModel.destroy(),le(this)};function Sd(e,t,n,i,o,r){r=y(r,e);let s=document.createElement("input");s.setAttribute("data-bind",`value: ${r}`),s.type="number";let a=document.createElement("input");a.type="range",a.min=t,a.max=n,a.step=i,a.setAttribute("data-bind",`valueUpdate: "input", value: ${e}`);let c=document.createElement("div");c.appendChild(a);let u=document.createElement("div");return u.className="cesium-cesiumInspector-slider",u.appendChild(document.createTextNode(o)),u.appendChild(s),u.appendChild(c),u}function Zq(e,t,n){let i=document.createElement("button");i.type="button",i.textContent=t,i.className="cesium-cesiumInspector-pickButton";let o=`click: ${e}`;return l(n)&&(o+=`, css: {"cesium-cesiumInspector-pickButtonHighlight" : ${n}}`),i.setAttribute("data-bind",o),i}var oz=iz;function Ipt(e){let t;if(l(e)){t="Command Statistics";let n=e.commandsInFrustums;for(let i in n)if(n.hasOwnProperty(i)){let o=parseInt(i,10),r;if(o===7)r="1, 2 and 3";else{let s=[];for(let a=2;a>=0;a--){let c=Math.pow(2,a);o>=c&&(s.push(a+1),o-=c)}r=s.reverse().join(" and ")}t+=`<br>&nbsp;&nbsp;&nbsp;&nbsp;${n[i]} in frustum ${r}`}t+=`<br>Total: ${e.totalCommands}`}return t}function Qq(e,t,n){let i=Math.min(n,t);return i=Math.max(i,e),i}var Opt=new En,Bpt=new h;function eP(e,t){let n=this,i=e.canvas,o=new $u(i);this._eventHandler=o,this._scene=e,this._canvas=i,this._primitive=void 0,this._tile=void 0,this._modelMatrixPrimitive=void 0,this._performanceDisplay=void 0,this._performanceContainer=t;let r=this._scene.globe;r.depthTestAgainstTerrain=!0,this.frustums=!1,this.frustumPlanes=!1,this.performance=!1,this.shaderCacheText="",this.primitiveBoundingSphere=!1,this.primitiveReferenceFrame=!1,this.filterPrimitive=!1,this.tileBoundingSphere=!1,this.filterTile=!1,this.wireframe=!1,this.depthFrustum=1,this._numberOfFrustums=1,this.suspendUpdates=!1,this.tileCoordinates=!1,this.frustumStatisticText=!1,this.tileText="",this.hasPickedPrimitive=!1,this.hasPickedTile=!1,this.pickPrimitiveActive=!1,this.pickTileActive=!1,this.dropDownVisible=!0,this.generalVisible=!0,this.primitivesVisible=!1,this.terrainVisible=!1,this.depthFrustumText="",Ae.track(this,["frustums","frustumPlanes","performance","shaderCacheText","primitiveBoundingSphere","primitiveReferenceFrame","filterPrimitive","tileBoundingSphere","filterTile","wireframe","depthFrustum","suspendUpdates","tileCoordinates","frustumStatisticText","tileText","hasPickedPrimitive","hasPickedTile","pickPrimitiveActive","pickTileActive","dropDownVisible","generalVisible","primitivesVisible","terrainVisible","depthFrustumText"]),this._toggleDropDown=yn(function(){n.dropDownVisible=!n.dropDownVisible}),this._toggleGeneral=yn(function(){n.generalVisible=!n.generalVisible}),this._togglePrimitives=yn(function(){n.primitivesVisible=!n.primitivesVisible}),this._toggleTerrain=yn(function(){n.terrainVisible=!n.terrainVisible}),this._frustumsSubscription=Ae.getObservable(this,"frustums").subscribe(function(u){n._scene.debugShowFrustums=u,n._scene.requestRender()}),this._frustumPlanesSubscription=Ae.getObservable(this,"frustumPlanes").subscribe(function(u){n._scene.debugShowFrustumPlanes=u,n._scene.requestRender()}),this._performanceSubscription=Ae.getObservable(this,"performance").subscribe(function(u){u?n._performanceDisplay=new n0({container:n._performanceContainer}):n._performanceContainer.innerHTML=""}),this._showPrimitiveBoundingSphere=yn(function(){return n._primitive.debugShowBoundingVolume=n.primitiveBoundingSphere,n._scene.requestRender(),!0}),this._primitiveBoundingSphereSubscription=Ae.getObservable(this,"primitiveBoundingSphere").subscribe(function(){n._showPrimitiveBoundingSphere()}),this._showPrimitiveReferenceFrame=yn(function(){if(n.primitiveReferenceFrame){let u=n._primitive.modelMatrix;n._modelMatrixPrimitive=new qV({modelMatrix:u}),n._scene.primitives.add(n._modelMatrixPrimitive)}else l(n._modelMatrixPrimitive)&&(n._scene.primitives.remove(n._modelMatrixPrimitive),n._modelMatrixPrimitive=void 0);return n._scene.requestRender(),!0}),this._primitiveReferenceFrameSubscription=Ae.getObservable(this,"primitiveReferenceFrame").subscribe(function(){n._showPrimitiveReferenceFrame()}),this._doFilterPrimitive=yn(function(){return n.filterPrimitive?n._scene.debugCommandFilter=function(u){return l(n._modelMatrixPrimitive)&&u.owner===n._modelMatrixPrimitive._primitive?!0:l(n._primitive)?u.owner===n._primitive||u.owner===n._primitive._billboardCollection||u.owner.primitive===n._primitive:!1}:n._scene.debugCommandFilter=void 0,!0}),this._filterPrimitiveSubscription=Ae.getObservable(this,"filterPrimitive").subscribe(function(){n._doFilterPrimitive(),n._scene.requestRender()}),this._wireframeSubscription=Ae.getObservable(this,"wireframe").subscribe(function(u){r._surface.tileProvider._debug.wireframe=u,n._scene.requestRender()}),this._depthFrustumSubscription=Ae.getObservable(this,"depthFrustum").subscribe(function(u){n._scene.debugShowDepthFrustum=u,n._scene.requestRender()}),this._incrementDepthFrustum=yn(function(){let u=n.depthFrustum+1;return n.depthFrustum=Qq(1,n._numberOfFrustums,u),n._scene.requestRender(),!0}),this._decrementDepthFrustum=yn(function(){let u=n.depthFrustum-1;return n.depthFrustum=Qq(1,n._numberOfFrustums,u),n._scene.requestRender(),!0}),this._suspendUpdatesSubscription=Ae.getObservable(this,"suspendUpdates").subscribe(function(u){r._surface._debug.suspendLodUpdate=u,u||(n.filterTile=!1)});let s;this._showTileCoordinates=yn(function(){return n.tileCoordinates&&!l(s)?s=e.imageryLayers.addImageryProvider(new H4({tilingScheme:e.terrainProvider.tilingScheme})):!n.tileCoordinates&&l(s)&&(e.imageryLayers.remove(s),s=void 0),!0}),this._tileCoordinatesSubscription=Ae.getObservable(this,"tileCoordinates").subscribe(function(){n._showTileCoordinates(),n._scene.requestRender()}),this._tileBoundingSphereSubscription=Ae.getObservable(this,"tileBoundingSphere").subscribe(function(){n._showTileBoundingSphere(),n._scene.requestRender()}),this._showTileBoundingSphere=yn(function(){return n.tileBoundingSphere?r._surface.tileProvider._debug.boundingSphereTile=n._tile:r._surface.tileProvider._debug.boundingSphereTile=void 0,n._scene.requestRender(),!0}),this._doFilterTile=yn(function(){return n.filterTile?(n.suspendUpdates=!0,r._surface._tilesToRender=[],l(n._tile)&&n._tile.renderable&&r._surface._tilesToRender.push(n._tile)):n.suspendUpdates=!1,!0}),this._filterTileSubscription=Ae.getObservable(this,"filterTile").subscribe(function(){n.doFilterTile(),n._scene.requestRender()});function a(u){let f=n._scene.pick({x:u.position.x,y:u.position.y});l(f)&&(n.primitive=l(f.collection)?f.collection:f.primitive),n._scene.requestRender(),n.pickPrimitiveActive=!1}this._pickPrimitive=yn(function(){n.pickPrimitiveActive=!n.pickPrimitiveActive}),this._pickPrimitiveActiveSubscription=Ae.getObservable(this,"pickPrimitiveActive").subscribe(function(u){u?o.setInputAction(a,pn.LEFT_CLICK):o.removeInputAction(pn.LEFT_CLICK)});function c(u){let f,d=r.ellipsoid,p=n._scene.camera.getPickRay(u.position,Opt),g=r.pick(p,n._scene,Bpt);if(l(g)){let m=d.cartesianToCartographic(g),A=r._surface.tileProvider._tilesToRenderByTextureCount;for(let C=0;!f&&C<A.length;++C){let x=A[C];if(!!l(x))for(let b=0;!f&&b<x.length;++b){let E=x[b];ce.contains(E.rectangle,m)&&(f=E)}}}n.tile=f,n.pickTileActive=!1}this._pickTile=yn(function(){n.pickTileActive=!n.pickTileActive}),this._pickTileActiveSubscription=Ae.getObservable(this,"pickTileActive").subscribe(function(u){u?o.setInputAction(c,pn.LEFT_CLICK):o.removeInputAction(pn.LEFT_CLICK)}),this._removePostRenderEvent=e.postRender.addEventListener(function(){n._update()})}Object.defineProperties(eP.prototype,{scene:{get:function(){return this._scene}},performanceContainer:{get:function(){return this._performanceContainer}},toggleDropDown:{get:function(){return this._toggleDropDown}},showPrimitiveBoundingSphere:{get:function(){return this._showPrimitiveBoundingSphere}},showPrimitiveReferenceFrame:{get:function(){return this._showPrimitiveReferenceFrame}},doFilterPrimitive:{get:function(){return this._doFilterPrimitive}},incrementDepthFrustum:{get:function(){return this._incrementDepthFrustum}},decrementDepthFrustum:{get:function(){return this._decrementDepthFrustum}},showTileCoordinates:{get:function(){return this._showTileCoordinates}},showTileBoundingSphere:{get:function(){return this._showTileBoundingSphere}},doFilterTile:{get:function(){return this._doFilterTile}},toggleGeneral:{get:function(){return this._toggleGeneral}},togglePrimitives:{get:function(){return this._togglePrimitives}},toggleTerrain:{get:function(){return this._toggleTerrain}},pickPrimitive:{get:function(){return this._pickPrimitive}},pickTile:{get:function(){return this._pickTile}},selectParent:{get:function(){let e=this;return yn(function(){e.tile=e.tile.parent})}},selectNW:{get:function(){let e=this;return yn(function(){e.tile=e.tile.northwestChild})}},selectNE:{get:function(){let e=this;return yn(function(){e.tile=e.tile.northeastChild})}},selectSW:{get:function(){let e=this;return yn(function(){e.tile=e.tile.southwestChild})}},selectSE:{get:function(){let e=this;return yn(function(){e.tile=e.tile.southeastChild})}},primitive:{get:function(){return this._primitive},set:function(e){let t=this._primitive;e!==t&&(this.hasPickedPrimitive=!0,l(t)&&(t.debugShowBoundingVolume=!1),this._scene.debugCommandFilter=void 0,l(this._modelMatrixPrimitive)&&(this._scene.primitives.remove(this._modelMatrixPrimitive),this._modelMatrixPrimitive=void 0),this._primitive=e,e.show=!1,setTimeout(function(){e.show=!0},50),this.showPrimitiveBoundingSphere(),this.showPrimitiveReferenceFrame(),this.doFilterPrimitive())}},tile:{get:function(){return this._tile},set:function(e){if(l(e)){this.hasPickedTile=!0;let t=this._tile;if(e!==t){this.tileText=`L: ${e.level} X: ${e.x} Y: ${e.y}`,this.tileText+=`<br>SW corner: ${e.rectangle.west}, ${e.rectangle.south}`,this.tileText+=`<br>NE corner: ${e.rectangle.east}, ${e.rectangle.north}`;let n=e.data;l(n)&&l(n.tileBoundingRegion)?this.tileText+=`<br>Min: ${n.tileBoundingRegion.minimumHeight} Max: ${n.tileBoundingRegion.maximumHeight}`:this.tileText+="<br>(Tile is not loaded)"}this._tile=e,this.showTileBoundingSphere(),this.doFilterTile()}else this.hasPickedTile=!1,this._tile=void 0}}});eP.prototype._update=function(){this.frustums&&(this.frustumStatisticText=Ipt(this._scene.debugFrustumStatistics));let e=this._scene.numberOfFrustums;this._numberOfFrustums=e,this.depthFrustum=Qq(1,e,this.depthFrustum),this.depthFrustumText=`${this.depthFrustum} of ${e}`,this.performance&&this._performanceDisplay.update(),this.primitiveReferenceFrame&&(this._modelMatrixPrimitive.modelMatrix=this._primitive.modelMatrix),this.shaderCacheText=`Cached shaders: ${this._scene.context.shaderCache.numberOfShaders}`};eP.prototype.isDestroyed=function(){return!1};eP.prototype.destroy=function(){return this._eventHandler.destroy(),this._removePostRenderEvent(),this._frustumsSubscription.dispose(),this._frustumPlanesSubscription.dispose(),this._performanceSubscription.dispose(),this._primitiveBoundingSphereSubscription.dispose(),this._primitiveReferenceFrameSubscription.dispose(),this._filterPrimitiveSubscription.dispose(),this._wireframeSubscription.dispose(),this._depthFrustumSubscription.dispose(),this._suspendUpdatesSubscription.dispose(),this._tileCoordinatesSubscription.dispose(),this._tileBoundingSphereSubscription.dispose(),this._filterTileSubscription.dispose(),this._pickPrimitiveActiveSubscription.dispose(),this._pickTileActiveSubscription.dispose(),le(this)};var rz=eP;function sz(e,t){e=Pn(e);let n=document.createElement("div"),i=new rz(t,n);this._viewModel=i,this._container=e;let o=document.createElement("div");this._element=o;let r=document.createElement("div");r.textContent="Cesium Inspector",r.className="cesium-cesiumInspector-button",r.setAttribute("data-bind","click: toggleDropDown"),o.appendChild(r),o.className="cesium-cesiumInspector",o.setAttribute("data-bind",'css: { "cesium-cesiumInspector-visible" : dropDownVisible, "cesium-cesiumInspector-hidden" : !dropDownVisible }'),e.appendChild(this._element);let s=document.createElement("div");this._panel=s,s.className="cesium-cesiumInspector-dropDown",o.appendChild(s);let a=jg.createSection,c=jg.createCheckbox,u=a(s,"General","generalVisible","toggleGeneral"),f=c("Show Frustums","frustums"),d=document.createElement("div");d.className="cesium-cesiumInspector-frustumStatistics",d.setAttribute("data-bind","visible: frustums, html: frustumStatisticText"),f.appendChild(d),u.appendChild(f),u.appendChild(c("Show Frustum Planes","frustumPlanes")),u.appendChild(c("Performance Display","performance")),n.className="cesium-cesiumInspector-performanceDisplay",u.appendChild(n);let p=document.createElement("div");p.className="cesium-cesiumInspector-shaderCache",p.setAttribute("data-bind","html: shaderCacheText"),u.appendChild(p);let g=document.createElement("div");u.appendChild(g);let m=document.createElement("span");m.setAttribute("data-bind",'html: "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Frustum:"'),g.appendChild(m);let A=document.createElement("span");A.setAttribute("data-bind","text: depthFrustumText"),g.appendChild(A);let C=document.createElement("input");C.type="button",C.value="-",C.className="cesium-cesiumInspector-pickButton",C.setAttribute("data-bind","click: decrementDepthFrustum"),g.appendChild(C);let x=document.createElement("input");x.type="button",x.value="+",x.className="cesium-cesiumInspector-pickButton",x.setAttribute("data-bind","click: incrementDepthFrustum"),g.appendChild(x);let b=a(s,"Primitives","primitivesVisible","togglePrimitives"),E=document.createElement("div");E.className="cesium-cesiumInspector-pickSection",b.appendChild(E);let S=document.createElement("input");S.type="button",S.value="Pick a primitive",S.className="cesium-cesiumInspector-pickButton",S.setAttribute("data-bind",'css: {"cesium-cesiumInspector-pickButtonHighlight" : pickPrimitiveActive}, click: pickPrimitive');let D=document.createElement("div");D.className="cesium-cesiumInspector-center",D.appendChild(S),E.appendChild(D),E.appendChild(c("Show bounding sphere","primitiveBoundingSphere","hasPickedPrimitive")),E.appendChild(c("Show reference frame","primitiveReferenceFrame","hasPickedPrimitive")),this._primitiveOnly=c("Show only selected","filterPrimitive","hasPickedPrimitive"),E.appendChild(this._primitiveOnly);let v=a(s,"Terrain","terrainVisible","toggleTerrain"),O=document.createElement("div");O.className="cesium-cesiumInspector-pickSection",v.appendChild(O);let R=document.createElement("input");R.type="button",R.value="Pick a tile",R.className="cesium-cesiumInspector-pickButton",R.setAttribute("data-bind",'css: {"cesium-cesiumInspector-pickButtonHighlight" : pickTileActive}, click: pickTile'),D=document.createElement("div"),D.appendChild(R),D.className="cesium-cesiumInspector-center",O.appendChild(D);let M=document.createElement("div");O.appendChild(M);let L=document.createElement("input");L.type="button",L.value="Parent",L.className="cesium-cesiumInspector-pickButton",L.setAttribute("data-bind","click: selectParent");let _=document.createElement("input");_.type="button",_.value="NW",_.className="cesium-cesiumInspector-pickButton",_.setAttribute("data-bind","click: selectNW");let T=document.createElement("input");T.type="button",T.value="NE",T.className="cesium-cesiumInspector-pickButton",T.setAttribute("data-bind","click: selectNE");let w=document.createElement("input");w.type="button",w.value="SW",w.className="cesium-cesiumInspector-pickButton",w.setAttribute("data-bind","click: selectSW");let P=document.createElement("input");P.type="button",P.value="SE",P.className="cesium-cesiumInspector-pickButton",P.setAttribute("data-bind","click: selectSE");let B=document.createElement("div");B.className="cesium-cesiumInspector-tileText",M.className="cesium-cesiumInspector-frustumStatistics",M.appendChild(B),M.setAttribute("data-bind","visible: hasPickedTile"),B.setAttribute("data-bind","html: tileText");let N=document.createElement("div");N.className="cesium-cesiumInspector-relativeText",N.textContent="Select relative:",M.appendChild(N);let z=document.createElement("table"),V=document.createElement("tr"),G=document.createElement("tr"),k=document.createElement("td");k.appendChild(L);let X=document.createElement("td");X.appendChild(_);let q=document.createElement("td");q.appendChild(T),V.appendChild(k),V.appendChild(X),V.appendChild(q);let Y=document.createElement("td"),W=document.createElement("td");W.appendChild(w);let J=document.createElement("td");J.appendChild(P),G.appendChild(Y),G.appendChild(W),G.appendChild(J),z.appendChild(V),z.appendChild(G),M.appendChild(z),O.appendChild(c("Show bounding volume","tileBoundingSphere","hasPickedTile")),O.appendChild(c("Show only selected","filterTile","hasPickedTile")),v.appendChild(c("Wireframe","wireframe")),v.appendChild(c("Suspend LOD update","suspendUpdates")),v.appendChild(c("Show tile coordinates","tileCoordinates")),Ae.applyBindings(i,this._element)}Object.defineProperties(sz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});sz.prototype.isDestroyed=function(){return!1};sz.prototype.destroy=function(){return Ae.cleanNode(this._element),this._container.removeChild(this._element),this.viewModel.destroy(),le(this)};var az=sz;function sb(e){return Kt(`Assets/Textures/SkyBox/tycho2t3_80_${e}.jpg`)}function Rpt(e){e._renderLoopRunning=!0;let t=0;function n(i){if(!e.isDestroyed())if(e._useDefaultRenderLoop)try{let o=e._targetFrameRate;if(!l(o))e.resize(),e.render(),requestAnimationFrame(n);else{let r=1e3/o,s=i-t;s>r&&(e.resize(),e.render(),t=i-s%r),requestAnimationFrame(n)}}catch(o){if(e._useDefaultRenderLoop=!1,e._renderLoopRunning=!1,e._showRenderLoopErrors){let r="An error occurred while rendering. Rendering has stopped.";e.showErrorPanel(r,void 0,o)}}else e._renderLoopRunning=!1}requestAnimationFrame(n)}function yye(e){let t=e._useBrowserRecommendedResolution?1:window.devicePixelRatio;return t*=e._resolutionScale,l(e._scene)&&(e._scene.pixelRatio=t),t}function Aye(e){let t=e._canvas,n=t.clientWidth,i=t.clientHeight,o=yye(e);e._canvasClientWidth=n,e._canvasClientHeight=i,n*=o,i*=o,t.width=n,t.height=i,e._canRender=n!==0&&i!==0,e._lastDevicePixelRatio=window.devicePixelRatio}function Cye(e){let t=e._canvas,n=t.width,i=t.height;if(n!==0&&i!==0){let o=e._scene.camera.frustum;l(o.aspectRatio)?o.aspectRatio=n/i:(o.top=o.right*(i/n),o.bottom=-o.top)}}function NA(e,t){e=Pn(e),t=y(t,y.EMPTY_OBJECT);let n=document.createElement("div");n.className="cesium-widget",e.appendChild(n);let i=document.createElement("canvas"),o=Lt.supportsImageRenderingPixelated();this._supportsImageRenderingPixelated=o,o&&(i.style.imageRendering=Lt.imageRenderingValue()),i.oncontextmenu=function(){return!1},i.onselectstart=function(){return!1};function r(){i!==i.ownerDocument.activeElement&&i.ownerDocument.activeElement.blur()}y(t.blurActiveElementOnCanvasFocus,!0)&&(i.addEventListener("mousedown",r),i.addEventListener("pointerdown",r)),n.appendChild(i);let a=document.createElement("div");a.className="cesium-widget-credits";let c=l(t.creditContainer)?Pn(t.creditContainer):n;c.appendChild(a);let u=l(t.creditViewport)?Pn(t.creditViewport):n,f=y(t.showRenderLoopErrors,!0),d=y(t.useBrowserRecommendedResolution,!0);this._element=n,this._container=e,this._canvas=i,this._canvasClientWidth=0,this._canvasClientHeight=0,this._lastDevicePixelRatio=0,this._creditViewport=u,this._creditContainer=c,this._innerCreditContainer=a,this._canRender=!1,this._renderLoopRunning=!1,this._showRenderLoopErrors=f,this._resolutionScale=1,this._useBrowserRecommendedResolution=d,this._forceResize=!1,this._clock=l(t.clock)?t.clock:new mh,Aye(this);try{let p=new N4({canvas:i,contextOptions:t.contextOptions,creditContainer:a,creditViewport:u,mapProjection:t.mapProjection,orderIndependentTranslucency:t.orderIndependentTranslucency,scene3DOnly:y(t.scene3DOnly,!1),shadows:t.shadows,mapMode2D:t.mapMode2D,requestRenderMode:t.requestRenderMode,maximumRenderTimeChange:t.maximumRenderTimeChange,depthPlaneEllipsoidOffset:t.depthPlaneEllipsoidOffset,msaaSamples:t.msaaSamples});this._scene=p,p.camera.constrainedAxis=h.UNIT_Z,yye(this),Cye(this);let g=y(p.mapProjection.ellipsoid,ie.WGS84),m=t.globe;l(m)||(m=new IU(g)),m!==!1&&(p.globe=m,p.globe.shadows=y(t.terrainShadows,hn.RECEIVE_ONLY));let A=t.skyBox;l(A)||(A=new U4({sources:{positiveX:sb("px"),negativeX:sb("mx"),positiveY:sb("py"),negativeY:sb("my"),positiveZ:sb("pz"),negativeZ:sb("mz")}})),A!==!1&&(p.skyBox=A,p.sun=new z4,p.moon=new kU);let C=t.skyAtmosphere;l(C)||(C=new k4(g)),C!==!1&&(p.skyAtmosphere=C);let x=t.globe===!1?!1:t.imageryProvider;l(x)||(x=Qg()),x!==!1&&p.imageryLayers.addImageryProvider(x),l(t.terrainProvider)&&t.globe!==!1&&(p.terrainProvider=t.terrainProvider),this._screenSpaceEventHandler=new $u(i),l(t.sceneMode)&&(t.sceneMode===ee.SCENE2D&&this._scene.morphTo2D(0),t.sceneMode===ee.COLUMBUS_VIEW&&this._scene.morphToColumbusView(0)),this._useDefaultRenderLoop=void 0,this.useDefaultRenderLoop=y(t.useDefaultRenderLoop,!0),this._targetFrameRate=void 0,this.targetFrameRate=t.targetFrameRate;let b=this;this._onRenderError=function(E,S){if(b._useDefaultRenderLoop=!1,b._renderLoopRunning=!1,b._showRenderLoopErrors){let D="An error occurred while rendering. Rendering has stopped.";b.showErrorPanel(D,void 0,S)}},p.renderError.addEventListener(this._onRenderError)}catch(p){if(f){let g="Error constructing CesiumWidget.",m='Visit <a href="http://get.webgl.org">http://get.webgl.org</a> to verify that your web browser and hardware support WebGL. Consider trying a different web browser or updating your video drivers. Detailed error information is below:';this.showErrorPanel(g,m,p)}throw p}}Object.defineProperties(NA.prototype,{container:{get:function(){return this._container}},canvas:{get:function(){return this._canvas}},creditContainer:{get:function(){return this._creditContainer}},creditViewport:{get:function(){return this._creditViewport}},scene:{get:function(){return this._scene}},imageryLayers:{get:function(){return this._scene.imageryLayers}},terrainProvider:{get:function(){return this._scene.terrainProvider},set:function(e){this._scene.terrainProvider=e}},camera:{get:function(){return this._scene.camera}},clock:{get:function(){return this._clock}},screenSpaceEventHandler:{get:function(){return this._screenSpaceEventHandler}},targetFrameRate:{get:function(){return this._targetFrameRate},set:function(e){this._targetFrameRate=e}},useDefaultRenderLoop:{get:function(){return this._useDefaultRenderLoop},set:function(e){this._useDefaultRenderLoop!==e&&(this._useDefaultRenderLoop=e,e&&!this._renderLoopRunning&&Rpt(this))}},resolutionScale:{get:function(){return this._resolutionScale},set:function(e){this._resolutionScale!==e&&(this._resolutionScale=e,this._forceResize=!0)}},useBrowserRecommendedResolution:{get:function(){return this._useBrowserRecommendedResolution},set:function(e){this._useBrowserRecommendedResolution!==e&&(this._useBrowserRecommendedResolution=e,this._forceResize=!0)}}});NA.prototype.showErrorPanel=function(e,t,n){let i=this._element,o=document.createElement("div");o.className="cesium-widget-errorPanel";let r=document.createElement("div");r.className="cesium-widget-errorPanel-content",o.appendChild(r);let s=document.createElement("div");s.className="cesium-widget-errorPanel-header",s.appendChild(document.createTextNode(e)),r.appendChild(s);let a=document.createElement("div");a.className="cesium-widget-errorPanel-scroll",r.appendChild(a);function c(){a.style.maxHeight=`${Math.max(Math.round(i.clientHeight*.9-100),30)}px`}c(),l(window.addEventListener)&&window.addEventListener("resize",c,!1);let u=l(t),f=l(n);if(u||f){let g=document.createElement("div");if(g.className="cesium-widget-errorPanel-message",a.appendChild(g),f){let m=mp(n);u||(typeof n=="string"&&(n=new Error(n)),t=mp({name:n.name,message:n.message}),m=n.stack),typeof console<"u"&&console.error(`${e}
${t}
${m}`);let A=document.createElement("div");A.className="cesium-widget-errorPanel-message-details collapsed";let C=document.createElement("span");C.className="cesium-widget-errorPanel-more-details",C.appendChild(document.createTextNode("See more...")),A.appendChild(C),A.onclick=function(x){A.removeChild(C),A.appendChild(document.createTextNode(m)),A.className="cesium-widget-errorPanel-message-details",r.className="cesium-widget-errorPanel-content expanded",A.onclick=void 0},a.appendChild(A)}g.innerHTML=`<p>${t}</p>`}let d=document.createElement("div");d.className="cesium-widget-errorPanel-buttonPanel",r.appendChild(d);let p=document.createElement("button");p.setAttribute("type","button"),p.className="cesium-button",p.appendChild(document.createTextNode("OK")),p.onclick=function(){l(c)&&l(window.removeEventListener)&&window.removeEventListener("resize",c,!1),i.removeChild(o)},d.appendChild(p),i.appendChild(o)};NA.prototype.isDestroyed=function(){return!1};NA.prototype.destroy=function(){l(this._scene)&&(this._scene.renderError.removeEventListener(this._onRenderError),this._scene=this._scene.destroy()),this._container.removeChild(this._element),this._creditContainer.removeChild(this._innerCreditContainer),le(this)};NA.prototype.resize=function(){let e=this._canvas;!this._forceResize&&this._canvasClientWidth===e.clientWidth&&this._canvasClientHeight===e.clientHeight&&this._lastDevicePixelRatio===window.devicePixelRatio||(this._forceResize=!1,Aye(this),Cye(this),this._scene.requestRender())};NA.prototype.render=function(){if(this._canRender){this._scene.initializeFrame();let e=this._clock.tick();this._scene.render(e)}else this._clock.tick()};var cz=NA;function lz(e,t){l(t)||(t=document.body),t=Pn(t);let n=this,i=Ae.observable(hr.fullscreen),o=Ae.observable(hr.enabled),r=t.ownerDocument;this.isFullscreen=void 0,Ae.defineProperty(this,"isFullscreen",{get:function(){return i()}}),this.isFullscreenEnabled=void 0,Ae.defineProperty(this,"isFullscreenEnabled",{get:function(){return o()},set:function(s){o(s&&hr.enabled)}}),this.tooltip=void 0,Ae.defineProperty(this,"tooltip",function(){return this.isFullscreenEnabled?i()?"Exit full screen":"Full screen":"Full screen unavailable"}),this._command=yn(function(){hr.fullscreen?hr.exitFullscreen():hr.requestFullscreen(n._fullscreenElement)},Ae.getObservable(this,"isFullscreenEnabled")),this._fullscreenElement=y(Pn(e),r.body),this._callback=function(){i(hr.fullscreen)},r.addEventListener(hr.changeEventName,this._callback)}Object.defineProperties(lz.prototype,{fullscreenElement:{get:function(){return this._fullscreenElement},set:function(e){this._fullscreenElement=e}},command:{get:function(){return this._command}}});lz.prototype.isDestroyed=function(){return!1};lz.prototype.destroy=function(){document.removeEventListener(hr.changeEventName,this._callback),le(this)};var uz=lz;var Mpt="M 83.96875 17.5625 L 83.96875 17.59375 L 76.65625 24.875 L 97.09375 24.96875 L 76.09375 45.96875 L 81.9375 51.8125 L 102.78125 30.9375 L 102.875 51.15625 L 110.15625 43.875 L 110.1875 17.59375 L 83.96875 17.5625 z M 44.125 17.59375 L 17.90625 17.625 L 17.9375 43.90625 L 25.21875 51.1875 L 25.3125 30.96875 L 46.15625 51.8125 L 52 45.96875 L 31 25 L 51.4375 24.90625 L 44.125 17.59375 z M 46.0625 76.03125 L 25.1875 96.875 L 25.09375 76.65625 L 17.8125 83.9375 L 17.8125 110.21875 L 44 110.25 L 51.3125 102.9375 L 30.90625 102.84375 L 51.875 81.875 L 46.0625 76.03125 z M 82 76.15625 L 76.15625 82 L 97.15625 103 L 76.71875 103.0625 L 84.03125 110.375 L 110.25 110.34375 L 110.21875 84.0625 L 102.9375 76.8125 L 102.84375 97 L 82 76.15625 z",Lpt="M 104.34375 17.5625 L 83.5 38.4375 L 83.40625 18.21875 L 76.125 25.5 L 76.09375 51.78125 L 102.3125 51.8125 L 102.3125 51.78125 L 109.625 44.5 L 89.1875 44.40625 L 110.1875 23.40625 L 104.34375 17.5625 z M 23.75 17.59375 L 17.90625 23.4375 L 38.90625 44.4375 L 18.5 44.53125 L 25.78125 51.8125 L 52 51.78125 L 51.96875 25.53125 L 44.6875 18.25 L 44.625 38.46875 L 23.75 17.59375 z M 25.6875 76.03125 L 18.375 83.3125 L 38.78125 83.40625 L 17.8125 104.40625 L 23.625 110.25 L 44.5 89.375 L 44.59375 109.59375 L 51.875 102.3125 L 51.875 76.0625 L 25.6875 76.03125 z M 102.375 76.15625 L 76.15625 76.1875 L 76.1875 102.4375 L 83.46875 109.71875 L 83.5625 89.53125 L 104.40625 110.375 L 110.25 104.53125 L 89.25 83.53125 L 109.6875 83.46875 L 102.375 76.15625 z";function fz(e,t){e=Pn(e);let n=new uz(t,e);n._exitFullScreenPath=Lpt,n._enterFullScreenPath=Mpt;let i=document.createElement("button");i.type="button",i.className="cesium-button cesium-fullscreenButton",i.setAttribute("data-bind","attr: { title: tooltip },click: command,enable: isFullscreenEnabled,cesiumSvgPath: { path: isFullscreen ? _exitFullScreenPath : _enterFullScreenPath, width: 128, height: 128 }"),e.appendChild(i),Ae.applyBindings(n,i),this._container=e,this._viewModel=n,this._element=i}Object.defineProperties(fz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});fz.prototype.isDestroyed=function(){return!1};fz.prototype.destroy=function(){return this._viewModel.destroy(),Ae.cleanNode(this._element),this._container.removeChild(this._element),le(this)};var dz=fz;var xye=1e3;function Kh(e){l(e.geocoderServices)?this._geocoderServices=e.geocoderServices:this._geocoderServices=[new uk,new Pk({scene:e.scene})],this._viewContainer=e.container,this._scene=e.scene,this._flightDuration=e.flightDuration,this._searchText="",this._isSearchInProgress=!1,this._geocodePromise=void 0,this._complete=new _e,this._suggestions=[],this._selectedSuggestion=void 0,this._showSuggestions=!0,this._handleArrowDown=Eye,this._handleArrowUp=Tye;let t=this;this._suggestionsVisible=Ae.pureComputed(function(){let o=Ae.getObservable(t,"_suggestions")().length>0,r=Ae.getObservable(t,"_showSuggestions")();return o&&r}),this._searchCommand=yn(function(i){if(i=y(i,rA.SEARCH),t._focusTextbox=!1,l(t._selectedSuggestion))return t.activateSuggestion(t._selectedSuggestion),!1;t.hideSuggestions(),t.isSearchInProgress?zpt(t):Vpt(t,t._geocoderServices,i)}),this.deselectSuggestion=function(){t._selectedSuggestion=void 0},this.handleKeyDown=function(i,o){let r=o.key==="ArrowDown"||o.key==="Down"||o.keyCode===40,s=o.key==="ArrowUp"||o.key==="Up"||o.keyCode===38;return(r||s)&&o.preventDefault(),!0},this.handleKeyUp=function(i,o){let r=o.key==="ArrowDown"||o.key==="Down"||o.keyCode===40,s=o.key==="ArrowUp"||o.key==="Up"||o.keyCode===38,a=o.key==="Enter"||o.keyCode===13;return s?Tye(t):r?Eye(t):a&&t._searchCommand(),!0},this.activateSuggestion=function(i){t.hideSuggestions(),t._searchText=i.displayName;let o=i.destination;Sye(t),t.destinationFound(t,o)},this.hideSuggestions=function(){t._showSuggestions=!1,t._selectedSuggestion=void 0},this.showSuggestions=function(){t._showSuggestions=!0},this.handleMouseover=function(i,o){i!==t._selectedSuggestion&&(t._selectedSuggestion=i)},this.keepExpanded=!1,this.autoComplete=y(e.autocomplete,!0),this.destinationFound=y(e.destinationFound,Kh.flyToDestination),this._focusTextbox=!1,Ae.track(this,["_searchText","_isSearchInProgress","keepExpanded","_suggestions","_selectedSuggestion","_showSuggestions","_focusTextbox"]);let n=Ae.getObservable(this,"_searchText");n.extend({rateLimit:{timeout:500}}),this._suggestionSubscription=n.subscribe(function(){Kh._updateSearchSuggestions(t)}),this.isSearchInProgress=void 0,Ae.defineProperty(this,"isSearchInProgress",{get:function(){return this._isSearchInProgress}}),this.searchText=void 0,Ae.defineProperty(this,"searchText",{get:function(){return this.isSearchInProgress?"Searching...":this._searchText},set:function(i){this._searchText=i}}),this.flightDuration=void 0,Ae.defineProperty(this,"flightDuration",{get:function(){return this._flightDuration},set:function(i){this._flightDuration=i}})}Object.defineProperties(Kh.prototype,{complete:{get:function(){return this._complete}},scene:{get:function(){return this._scene}},search:{get:function(){return this._searchCommand}},selectedSuggestion:{get:function(){return this._selectedSuggestion}},suggestions:{get:function(){return this._suggestions}}});Kh.prototype.destroy=function(){this._suggestionSubscription.dispose()};function Tye(e){if(e._suggestions.length===0)return;let t=e._suggestions.indexOf(e._selectedSuggestion);if(t===-1||t===0){e._selectedSuggestion=void 0;return}let n=t-1;e._selectedSuggestion=e._suggestions[n],Kh._adjustSuggestionsScroll(e,n)}function Eye(e){if(e._suggestions.length===0)return;let t=e._suggestions.length,i=(e._suggestions.indexOf(e._selectedSuggestion)+1)%t;e._selectedSuggestion=e._suggestions[i],Kh._adjustSuggestionsScroll(e,i)}function Fpt(e,t){let n=l(t)?t.availability:void 0;return l(n)?fg(t,[e]).then(function(i){return e=i[0],e.height+=xye,e}):(e.height+=xye,Promise.resolve(e))}function Npt(e,t){let n=e._scene,o=n.mapProjection.ellipsoid,r=n.camera,s=n.terrainProvider,a=t,c;return t instanceof ce?I.equalsEpsilon(t.south,t.north,I.EPSILON7)&&I.equalsEpsilon(t.east,t.west,I.EPSILON7)?t=ce.center(t):c=BE(t,n):t=o.cartesianToCartographic(t),l(c)||(c=Fpt(t,s)),c.then(function(u){a=o.cartographicToCartesian(u)}).finally(function(){r.flyTo({destination:a,complete:function(){e._complete.raiseEvent()},duration:e._flightDuration,endTransform:F.IDENTITY})})}function kpt(e,t,n,i){return e.then(function(o){return l(o)&&o.state==="fulfilled"&&o.value.length>0?o:t.geocode(n,i).then(function(s){return{state:"fulfilled",value:s}}).catch(function(s){return{state:"rejected",reason:s}})})}function Vpt(e,t,n){let i=e._searchText;if(bye(i)){e.showSuggestions();return}e._isSearchInProgress=!0;let o=Promise.resolve();for(let r=0;r<t.length;r++)o=kpt(o,t[r],i,n);e._geocodePromise=o,o.then(function(r){if(o.cancel)return;e._isSearchInProgress=!1;let s=r.value;if(r.state==="fulfilled"&&l(s)&&s.length>0){e._searchText=s[0].displayName,e.destinationFound(e,s[0].destination);return}e._searchText=`${i} (not found)`})}function Upt(e,t){let n=Pn(e._viewContainer),i=n.getElementsByClassName("search-results")[0],r=n.getElementsByTagName("li")[t];if(t===0){i.scrollTop=0;return}let s=r.offsetTop;s+r.clientHeight>i.clientHeight?i.scrollTop=s+r.clientHeight:s<i.scrollTop&&(i.scrollTop=s)}function zpt(e){e._isSearchInProgress=!1,l(e._geocodePromise)&&(e._geocodePromise.cancel=!0,e._geocodePromise=void 0)}function bye(e){return/^\s*$/.test(e)}function Sye(e){Ae.getObservable(e,"_suggestions").removeAll()}function Hpt(e){if(!e.autoComplete)return;let t=e._searchText;if(Sye(e),bye(t))return;let n=Promise.resolve([]);return e._geocoderServices.forEach(function(i){n=n.then(function(o){return o.length>=5?o:i.geocode(t,rA.AUTOCOMPLETE).then(function(r){return o=o.concat(r),o})})}),n.then(function(i){let o=e._suggestions;for(let r=0;r<i.length;r++)o.push(i[r])})}Kh.flyToDestination=Npt;Kh._updateSearchSuggestions=Hpt;Kh._adjustSuggestionsScroll=Upt;var hz=Kh;var Gpt="M29.772,26.433l-7.126-7.126c0.96-1.583,1.523-3.435,1.524-5.421C24.169,8.093,19.478,3.401,13.688,3.399C7.897,3.401,3.204,8.093,3.204,13.885c0,5.789,4.693,10.481,10.484,10.481c1.987,0,3.839-0.563,5.422-1.523l7.128,7.127L29.772,26.433zM7.203,13.885c0.006-3.582,2.903-6.478,6.484-6.486c3.579,0.008,6.478,2.904,6.484,6.486c-0.007,3.58-2.905,6.476-6.484,6.484C10.106,20.361,7.209,17.465,7.203,13.885z",Wpt="M24.778,21.419 19.276,15.917 24.777,10.415 21.949,7.585 16.447,13.087 10.945,7.585 8.117,10.415 13.618,15.917 8.116,21.419 10.946,24.248 16.447,18.746 21.948,24.248z";function mz(e){let t=Pn(e.container),n=new hz(e);n._startSearchPath=Gpt,n._stopSearchPath=Wpt;let i=document.createElement("form");i.setAttribute("data-bind","submit: search");let o=document.createElement("input");o.type="search",o.className="cesium-geocoder-input",o.setAttribute("placeholder","Enter an address or landmark..."),o.setAttribute("data-bind",'textInput: searchText,disable: isSearchInProgress,event: { keyup: handleKeyUp, keydown: handleKeyDown, mouseover: deselectSuggestion },css: { "cesium-geocoder-input-wide" : keepExpanded || searchText.length > 0 },hasFocus: _focusTextbox'),this._onTextBoxFocus=function(){setTimeout(function(){o.select()},0)},o.addEventListener("focus",this._onTextBoxFocus,!1),i.appendChild(o),this._textBox=o;let r=document.createElement("span");r.className="cesium-geocoder-searchButton",r.setAttribute("data-bind","click: search,cesiumSvgPath: { path: isSearchInProgress ? _stopSearchPath : _startSearchPath, width: 32, height: 32 }"),i.appendChild(r),t.appendChild(i);let s=document.createElement("div");s.className="search-results",s.setAttribute("data-bind","visible: _suggestionsVisible");let a=document.createElement("ul");a.setAttribute("data-bind","foreach: _suggestions");let c=document.createElement("li");a.appendChild(c),c.setAttribute("data-bind","text: $data.displayName, click: $parent.activateSuggestion, event: { mouseover: $parent.handleMouseover}, css: { active: $data === $parent._selectedSuggestion }"),s.appendChild(a),t.appendChild(s),Ae.applyBindings(n,i),Ae.applyBindings(n,s),this._container=t,this._searchSuggestionsContainer=s,this._viewModel=n,this._form=i,this._onInputBegin=function(u){let f=u.target;typeof u.composedPath=="function"&&(f=u.composedPath()[0]),t.contains(f)||(n._focusTextbox=!1,n.hideSuggestions())},this._onInputEnd=function(u){n._focusTextbox=!0,n.showSuggestions()},Lt.supportsPointerEvents()?(document.addEventListener("pointerdown",this._onInputBegin,!0),t.addEventListener("pointerup",this._onInputEnd,!0),t.addEventListener("pointercancel",this._onInputEnd,!0)):(document.addEventListener("mousedown",this._onInputBegin,!0),t.addEventListener("mouseup",this._onInputEnd,!0),document.addEventListener("touchstart",this._onInputBegin,!0),t.addEventListener("touchend",this._onInputEnd,!0),t.addEventListener("touchcancel",this._onInputEnd,!0))}Object.defineProperties(mz.prototype,{container:{get:function(){return this._container}},searchSuggestionsContainer:{get:function(){return this._searchSuggestionsContainer}},viewModel:{get:function(){return this._viewModel}}});mz.prototype.isDestroyed=function(){return!1};mz.prototype.destroy=function(){let e=this._container;return Lt.supportsPointerEvents()?(document.removeEventListener("pointerdown",this._onInputBegin,!0),e.removeEventListener("pointerup",this._onInputEnd,!0)):(document.removeEventListener("mousedown",this._onInputBegin,!0),e.removeEventListener("mouseup",this._onInputEnd,!0),document.removeEventListener("touchstart",this._onInputBegin,!0),e.removeEventListener("touchend",this._onInputEnd,!0)),this._viewModel.destroy(),Ae.cleanNode(this._form),Ae.cleanNode(this._searchSuggestionsContainer),e.removeChild(this._form),e.removeChild(this._searchSuggestionsContainer),this._textBox.removeEventListener("focus",this._onTextBoxFocus,!1),le(this)};var pz=mz;function wye(e,t){this._scene=e,this._duration=t;let n=this;this._command=yn(function(){n._scene.camera.flyHome(n._duration)}),this.tooltip="View Home",Ae.track(this,["tooltip"])}Object.defineProperties(wye.prototype,{scene:{get:function(){return this._scene}},command:{get:function(){return this._command}},duration:{get:function(){return this._duration},set:function(e){this._duration=e}}});var _z=wye;function gz(e,t,n){e=Pn(e);let i=new _z(t,n);i._svgPath="M14,4l-10,8.75h20l-4.25-3.7188v-4.6562h-2.812v2.1875l-2.938-2.5625zm-7.0938,9.906v10.094h14.094v-10.094h-14.094zm2.1876,2.313h3.3122v4.25h-3.3122v-4.25zm5.8442,1.281h3.406v6.438h-3.406v-6.438z";let o=document.createElement("button");o.type="button",o.className="cesium-button cesium-toolbar-button cesium-home-button",o.setAttribute("data-bind","attr: { title: tooltip },click: command,cesiumSvgPath: { path: _svgPath, width: 28, height: 28 }"),e.appendChild(o),Ae.applyBindings(i,o),this._container=e,this._viewModel=i,this._element=o}Object.defineProperties(gz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});gz.prototype.isDestroyed=function(){return!1};gz.prototype.destroy=function(){return Ae.cleanNode(this._element),this._container.removeChild(this._element),le(this)};var yz=gz;var jpt="M 13.84375 7.03125 C 11.412798 7.03125 9.46875 8.975298 9.46875 11.40625 L 9.46875 11.59375 L 2.53125 7.21875 L 2.53125 24.0625 L 9.46875 19.6875 C 9.4853444 22.104033 11.423165 24.0625 13.84375 24.0625 L 25.875 24.0625 C 28.305952 24.0625 30.28125 22.087202 30.28125 19.65625 L 30.28125 11.40625 C 30.28125 8.975298 28.305952 7.03125 25.875 7.03125 L 13.84375 7.03125 z",qpt="M 27.34375 1.65625 L 5.28125 27.9375 L 8.09375 30.3125 L 30.15625 4.03125 L 27.34375 1.65625 z M 13.84375 7.03125 C 11.412798 7.03125 9.46875 8.975298 9.46875 11.40625 L 9.46875 11.59375 L 2.53125 7.21875 L 2.53125 24.0625 L 9.46875 19.6875 C 9.4724893 20.232036 9.5676108 20.7379 9.75 21.21875 L 21.65625 7.03125 L 13.84375 7.03125 z M 28.21875 7.71875 L 14.53125 24.0625 L 25.875 24.0625 C 28.305952 24.0625 30.28125 22.087202 30.28125 19.65625 L 30.28125 11.40625 C 30.28125 9.8371439 29.456025 8.4902779 28.21875 7.71875 z";function $q(){this._cameraClicked=new _e,this._closeClicked=new _e,this.maxHeight=500,this.enableCamera=!1,this.isCameraTracking=!1,this.showInfo=!1,this.titleText="",this.description="",Ae.track(this,["showInfo","titleText","description","maxHeight","enableCamera","isCameraTracking"]),this._loadingIndicatorHtml='<div class="cesium-infoBox-loadingContainer"><span class="cesium-infoBox-loading"></span></div>',this.cameraIconPath=void 0,Ae.defineProperty(this,"cameraIconPath",{get:function(){return!this.enableCamera||this.isCameraTracking?qpt:jpt}}),Ae.defineProperty(this,"_bodyless",{get:function(){return!l(this.description)||this.description.length===0}})}$q.prototype.maxHeightOffset=function(e){return`${this.maxHeight-e}px`};Object.defineProperties($q.prototype,{cameraClicked:{get:function(){return this._cameraClicked}},closeClicked:{get:function(){return this._closeClicked}}});var Az=$q;function Cz(e){e=Pn(e);let t=document.createElement("div");t.className="cesium-infoBox",t.setAttribute("data-bind",'css: { "cesium-infoBox-visible" : showInfo, "cesium-infoBox-bodyless" : _bodyless }'),e.appendChild(t);let n=document.createElement("div");n.className="cesium-infoBox-title",n.setAttribute("data-bind","text: titleText"),t.appendChild(n);let i=document.createElement("button");i.type="button",i.className="cesium-button cesium-infoBox-camera",i.setAttribute("data-bind",'attr: { title: "Focus camera on object" },click: function () { cameraClicked.raiseEvent(this); },enable: enableCamera,cesiumSvgPath: { path: cameraIconPath, width: 32, height: 32 }'),t.appendChild(i);let o=document.createElement("button");o.type="button",o.className="cesium-infoBox-close",o.setAttribute("data-bind","click: function () { closeClicked.raiseEvent(this); }"),o.innerHTML="&times;",t.appendChild(o);let r=document.createElement("iframe");r.className="cesium-infoBox-iframe",r.setAttribute("sandbox","allow-same-origin allow-popups allow-forms"),r.setAttribute("data-bind","style : { maxHeight : maxHeightOffset(40) }"),r.setAttribute("allowfullscreen",!0),t.appendChild(r);let s=new Az;Ae.applyBindings(s,t),this._container=e,this._element=t,this._frame=r,this._viewModel=s,this._descriptionSubscription=void 0;let a=this;r.addEventListener("load",function(){let c=r.contentDocument,u=c.createElement("link");u.href=Kt("Widgets/InfoBox/InfoBoxDescription.css"),u.rel="stylesheet",u.type="text/css";let f=c.createElement("div");f.className="cesium-infoBox-description",c.head.appendChild(u),c.body.appendChild(f),a._descriptionSubscription=ia(s,"description",function(d){r.style.height="5px",f.innerHTML=d;let p=null,g=f.firstElementChild;if(g!==null&&f.childNodes.length===1){let A=window.getComputedStyle(g);if(A!==null){let C=A["background-color"],x=U.fromCssColorString(C);l(x)&&x.alpha!==0&&(p=A["background-color"])}}t.style["background-color"]=p;let m=f.getBoundingClientRect().height;r.style.height=`${m}px`})}),r.setAttribute("src","about:blank")}Object.defineProperties(Cz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}},frame:{get:function(){return this._frame}}});Cz.prototype.isDestroyed=function(){return!1};Cz.prototype.destroy=function(){let e=this._container;return Ae.cleanNode(this._element),e.removeChild(this._element),l(this._descriptionSubscription)&&this._descriptionSubscription.dispose(),le(this)};var xz=Cz;function Dye(){this.showInstructions=!1;let e=this;this._command=yn(function(){e.showInstructions=!e.showInstructions}),this._showClick=yn(function(){e._touch=!1}),this._showTouch=yn(function(){e._touch=!0}),this._touch=!1,this.tooltip="Navigation Instructions",Ae.track(this,["tooltip","showInstructions","_touch"])}Object.defineProperties(Dye.prototype,{command:{get:function(){return this._command}},showClick:{get:function(){return this._showClick}},showTouch:{get:function(){return this._showTouch}}});var Tz=Dye;function Ez(e){let t=Pn(e.container),n=new Tz,i=y(e.instructionsInitiallyVisible,!1);n.showInstructions=i,n._svgPath="M16,1.466C7.973,1.466,1.466,7.973,1.466,16c0,8.027,6.507,14.534,14.534,14.534c8.027,0,14.534-6.507,14.534-14.534C30.534,7.973,24.027,1.466,16,1.466z M17.328,24.371h-2.707v-2.596h2.707V24.371zM17.328,19.003v0.858h-2.707v-1.057c0-3.19,3.63-3.696,3.63-5.963c0-1.034-0.924-1.826-2.134-1.826c-1.254,0-2.354,0.924-2.354,0.924l-1.541-1.915c0,0,1.519-1.584,4.137-1.584c2.487,0,4.796,1.54,4.796,4.136C21.156,16.208,17.328,16.627,17.328,19.003z";let o=document.createElement("span");o.className="cesium-navigationHelpButton-wrapper",t.appendChild(o);let r=document.createElement("button");r.type="button",r.className="cesium-button cesium-toolbar-button cesium-navigation-help-button",r.setAttribute("data-bind","attr: { title: tooltip },click: command,cesiumSvgPath: { path: _svgPath, width: 32, height: 32 }"),o.appendChild(r);let s=document.createElement("div");s.className="cesium-navigation-help",s.setAttribute("data-bind",'css: { "cesium-navigation-help-visible" : showInstructions}'),o.appendChild(s);let a=document.createElement("button");a.type="button",a.className="cesium-navigation-button cesium-navigation-button-left",a.setAttribute("data-bind",'click: showClick, css: {"cesium-navigation-button-selected": !_touch, "cesium-navigation-button-unselected": _touch}');let c=document.createElement("img");c.src=Kt("Widgets/Images/NavigationHelp/Mouse.svg"),c.className="cesium-navigation-button-icon",c.style.width="25px",c.style.height="25px",a.appendChild(c),a.appendChild(document.createTextNode("Mouse"));let u=document.createElement("button");u.type="button",u.className="cesium-navigation-button cesium-navigation-button-right",u.setAttribute("data-bind",'click: showTouch, css: {"cesium-navigation-button-selected": _touch, "cesium-navigation-button-unselected": !_touch}');let f=document.createElement("img");f.src=Kt("Widgets/Images/NavigationHelp/Touch.svg"),f.className="cesium-navigation-button-icon",f.style.width="25px",f.style.height="25px",u.appendChild(f),u.appendChild(document.createTextNode("Touch")),s.appendChild(a),s.appendChild(u);let d=document.createElement("div");d.className="cesium-click-navigation-help cesium-navigation-help-instructions",d.setAttribute("data-bind",'css: { "cesium-click-navigation-help-visible" : !_touch}'),d.innerHTML=` <table> <tr> <td><img src="${Kt("Widgets/Images/NavigationHelp/MouseLeft.svg")}" width="48" height="48" /></td> <td> <div class="cesium-navigation-help-pan">Pan view</div> <div class="cesium-navigation-help-details">Left click + drag</div> </td> </tr> <tr> <td><img src="${Kt("Widgets/Images/NavigationHelp/MouseRight.svg")}" width="48" height="48" /></td> <td> <div class="cesium-navigation-help-zoom">Zoom view</div> <div class="cesium-navigation-help-details">Right click + drag, or</div> <div class="cesium-navigation-help-details">Mouse wheel scroll</div> </td> </tr> <tr> <td><img src="${Kt("Widgets/Images/NavigationHelp/MouseMiddle.svg")}" width="48" height="48" /></td> <td> <div class="cesium-navigation-help-rotate">Rotate view</div> <div class="cesium-navigation-help-details">Middle click + drag, or</div> <div class="cesium-navigation-help-details">CTRL + Left/Right click + drag</div> </td> </tr> </table>`,s.appendChild(d);let p=document.createElement("div");p.className="cesium-touch-navigation-help cesium-navigation-help-instructions",p.setAttribute("data-bind",'css: { "cesium-touch-navigation-help-visible" : _touch}'),p.innerHTML=` <table> <tr> <td><img src="${Kt("Widgets/Images/NavigationHelp/TouchDrag.svg")}" width="70" height="48" /></td> <td> <div class="cesium-navigation-help-pan">Pan view</div> <div class="cesium-navigation-help-details">One finger drag</div> </td> </tr> <tr> <td><img src="${Kt("Widgets/Images/NavigationHelp/TouchZoom.svg")}" width="70" height="48" /></td> <td> <div class="cesium-navigation-help-zoom">Zoom view</div> <div class="cesium-navigation-help-details">Two finger pinch</div> </td> </tr> <tr> <td><img src="${Kt("Widgets/Images/NavigationHelp/TouchTilt.svg")}" width="70" height="48" /></td> <td> <div class="cesium-navigation-help-rotate">Tilt view</div> <div class="cesium-navigation-help-details">Two finger drag, same direction</div> </td> </tr> <tr> <td><img src="${Kt("Widgets/Images/NavigationHelp/TouchRotate.svg")}" width="70" height="48" /></td> <td> <div class="cesium-navigation-help-tilt">Rotate view</div> <div class="cesium-navigation-help-details">Two finger drag, opposite direction</div> </td> </tr> </table>`,s.appendChild(p),Ae.applyBindings(n,o),this._container=t,this._viewModel=n,this._wrapper=o,this._closeInstructions=function(g){o.contains(g.target)||(n.showInstructions=!1)},Lt.supportsPointerEvents()?document.addEventListener("pointerdown",this._closeInstructions,!0):(document.addEventListener("mousedown",this._closeInstructions,!0),document.addEventListener("touchstart",this._closeInstructions,!0))}Object.defineProperties(Ez.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});Ez.prototype.isDestroyed=function(){return!1};Ez.prototype.destroy=function(){return Lt.supportsPointerEvents()?document.removeEventListener("pointerdown",this._closeInstructions,!0):(document.removeEventListener("mousedown",this._closeInstructions,!0),document.removeEventListener("touchstart",this._closeInstructions,!0)),Ae.cleanNode(this._wrapper),this._container.removeChild(this._wrapper),le(this)};var bz=Ez;function eY(e){this._scene=e.scene,this.lowFrameRateMessage=y(e.lowFrameRateMessage,"This application appears to be performing poorly on your system. Please try using a different web browser or updating your video drivers."),this.lowFrameRateMessageDismissed=!1,this.showingLowFrameRateMessage=!1,Ae.track(this,["lowFrameRateMessage","lowFrameRateMessageDismissed","showingLowFrameRateMessage"]);let t=this;this._dismissMessage=yn(function(){t.showingLowFrameRateMessage=!1,t.lowFrameRateMessageDismissed=!0});let n=iU.fromScene(e.scene);this._unsubscribeLowFrameRate=n.lowFrameRate.addEventListener(function(){t.lowFrameRateMessageDismissed||(t.showingLowFrameRateMessage=!0)}),this._unsubscribeNominalFrameRate=n.nominalFrameRate.addEventListener(function(){t.showingLowFrameRateMessage=!1})}Object.defineProperties(eY.prototype,{scene:{get:function(){return this._scene}},dismissMessage:{get:function(){return this._dismissMessage}}});eY.prototype.destroy=function(){return this._unsubscribeLowFrameRate(),this._unsubscribeNominalFrameRate(),le(this)};var Sz=eY;function wz(e){let t=Pn(e.container),n=new Sz(e),i=document.createElement("div");i.className="cesium-performance-watchdog-message-area",i.setAttribute("data-bind","visible: showingLowFrameRateMessage");let o=document.createElement("button");o.setAttribute("type","button"),o.className="cesium-performance-watchdog-message-dismiss",o.innerHTML="&times;",o.setAttribute("data-bind","click: dismissMessage"),i.appendChild(o);let r=document.createElement("div");r.className="cesium-performance-watchdog-message",r.setAttribute("data-bind","html: lowFrameRateMessage"),i.appendChild(r),t.appendChild(i),Ae.applyBindings(n,i),this._container=t,this._viewModel=n,this._element=i}Object.defineProperties(wz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});wz.prototype.isDestroyed=function(){return!1};wz.prototype.destroy=function(){return this._viewModel.destroy(),Ae.cleanNode(this._element),this._container.removeChild(this._element),le(this)};var Dz=wz;function vz(e){this._scene=e,this._orthographic=e.camera.frustum instanceof Jt,this._flightInProgress=!1,this.dropDownVisible=!1,this.tooltipPerspective="Perspective Projection",this.tooltipOrthographic="Orthographic Projection",this.selectedTooltip=void 0,this.sceneMode=e.mode,Ae.track(this,["_orthographic","_flightInProgress","sceneMode","dropDownVisible","tooltipPerspective","tooltipOrthographic"]);let t=this;Ae.defineProperty(this,"selectedTooltip",function(){return t._orthographic?t.tooltipOrthographic:t.tooltipPerspective}),this._toggleDropDown=yn(function(){t.sceneMode===ee.SCENE2D||t._flightInProgress||(t.dropDownVisible=!t.dropDownVisible)}),this._eventHelper=new vr,this._eventHelper.add(e.morphComplete,function(n,i,o,r){t.sceneMode=o,t._orthographic=o===ee.SCENE2D||t._scene.camera.frustum instanceof Jt}),this._eventHelper.add(e.preRender,function(){t._flightInProgress=l(e.camera._currentFlight)}),this._switchToPerspective=yn(function(){t.sceneMode!==ee.SCENE2D&&(t._scene.camera.switchToPerspectiveFrustum(),t._orthographic=!1,t.dropDownVisible=!1)}),this._switchToOrthographic=yn(function(){t.sceneMode!==ee.SCENE2D&&(t._scene.camera.switchToOrthographicFrustum(),t._orthographic=!0,t.dropDownVisible=!1)}),this._sceneMode=ee}Object.defineProperties(vz.prototype,{scene:{get:function(){return this._scene}},toggleDropDown:{get:function(){return this._toggleDropDown}},switchToPerspective:{get:function(){return this._switchToPerspective}},switchToOrthographic:{get:function(){return this._switchToOrthographic}},isOrthographicProjection:{get:function(){return this._orthographic}}});vz.prototype.isDestroyed=function(){return!1};vz.prototype.destroy=function(){this._eventHelper.removeAll(),le(this)};var Pz=vz;var Ypt="M 28.15625,10.4375 9.125,13.21875 13.75,43.25 41.75,55.09375 50.8125,37 54.5,11.9375 z m 0.125,3 19.976451,0.394265 L 43.03125,16.875 22.6875,14.28125 z M 50.971746,15.705477 47.90625,36.03125 42.53125,46 44.84375,19.3125 z M 12.625,16.03125 l 29.15625,3.6875 -2.65625,31 L 16.4375,41.125 z",Xpt="m 31.560594,6.5254438 -20.75,12.4687502 0.1875,24.5625 22.28125,11.8125 19.5,-12 0.65625,-0.375 0,-0.75 0.0312,-23.21875 z m 0.0625,3.125 16.65625,9.5000002 -16.125,10.28125 -17.34375,-9.71875 z m 18.96875,11.1875002 0.15625,20.65625 -17.46875,10.59375 0.15625,-20.28125 z m -37.0625,1.25 17.21875,9.625 -0.15625,19.21875 -16.9375,-9 z";function Iz(e,t){e=Pn(e);let n=new Pz(t);n._perspectivePath=Ypt,n._orthographicPath=Xpt;let i=document.createElement("span");i.className="cesium-projectionPicker-wrapper cesium-toolbar-button",e.appendChild(i);let o=document.createElement("button");o.type="button",o.className="cesium-button cesium-toolbar-button",o.setAttribute("data-bind",'css: { "cesium-projectionPicker-buttonPerspective": !_orthographic, "cesium-projectionPicker-buttonOrthographic": _orthographic, "cesium-button-disabled" : sceneMode === _sceneMode.SCENE2D || _flightInProgress, "cesium-projectionPicker-selected": dropDownVisible },attr: { title: selectedTooltip },click: toggleDropDown'),o.innerHTML='<!-- ko cesiumSvgPath: { path: _perspectivePath, width: 64, height: 64, css: "cesium-projectionPicker-iconPerspective" } --><!-- /ko --><!-- ko cesiumSvgPath: { path: _orthographicPath, width: 64, height: 64, css: "cesium-projectionPicker-iconOrthographic" } --><!-- /ko -->',i.appendChild(o);let r=document.createElement("button");r.type="button",r.className="cesium-button cesium-toolbar-button cesium-projectionPicker-dropDown-icon",r.setAttribute("data-bind",'css: { "cesium-projectionPicker-visible" : (dropDownVisible && _orthographic), "cesium-projectionPicker-none" : !_orthographic, "cesium-projectionPicker-hidden" : !dropDownVisible },attr: { title: tooltipPerspective },click: switchToPerspective,cesiumSvgPath: { path: _perspectivePath, width: 64, height: 64 }'),i.appendChild(r);let s=document.createElement("button");s.type="button",s.className="cesium-button cesium-toolbar-button cesium-projectionPicker-dropDown-icon",s.setAttribute("data-bind",'css: { "cesium-projectionPicker-visible" : (dropDownVisible && !_orthographic), "cesium-projectionPicker-none" : _orthographic, "cesium-projectionPicker-hidden" : !dropDownVisible},attr: { title: tooltipOrthographic },click: switchToOrthographic,cesiumSvgPath: { path: _orthographicPath, width: 64, height: 64 }'),i.appendChild(s),Ae.applyBindings(n,i),this._viewModel=n,this._container=e,this._wrapper=i,this._closeDropDown=function(a){i.contains(a.target)||(n.dropDownVisible=!1)},Lt.supportsPointerEvents()?document.addEventListener("pointerdown",this._closeDropDown,!0):(document.addEventListener("mousedown",this._closeDropDown,!0),document.addEventListener("touchstart",this._closeDropDown,!0))}Object.defineProperties(Iz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});Iz.prototype.isDestroyed=function(){return!1};Iz.prototype.destroy=function(){return this._viewModel.destroy(),Lt.supportsPointerEvents()?document.removeEventListener("pointerdown",this._closeDropDown,!0):(document.removeEventListener("mousedown",this._closeDropDown,!0),document.removeEventListener("touchstart",this._closeDropDown,!0)),Ae.cleanNode(this._wrapper),this._container.removeChild(this._wrapper),le(this)};var Oz=Iz;function Bz(e,t){this._scene=e;let n=this,i=function(o,r,s,a){n.sceneMode=s,n.dropDownVisible=!1};this._eventHelper=new vr,this._eventHelper.add(e.morphStart,i),this._duration=y(t,2),this.sceneMode=e.mode,this.dropDownVisible=!1,this.tooltip2D="2D",this.tooltip3D="3D",this.tooltipColumbusView="Columbus View",Ae.track(this,["sceneMode","dropDownVisible","tooltip2D","tooltip3D","tooltipColumbusView"]),this.selectedTooltip=void 0,Ae.defineProperty(this,"selectedTooltip",function(){let o=n.sceneMode;return o===ee.SCENE2D?n.tooltip2D:o===ee.SCENE3D?n.tooltip3D:n.tooltipColumbusView}),this._toggleDropDown=yn(function(){n.dropDownVisible=!n.dropDownVisible}),this._morphTo2D=yn(function(){e.morphTo2D(n._duration)}),this._morphTo3D=yn(function(){e.morphTo3D(n._duration)}),this._morphToColumbusView=yn(function(){e.morphToColumbusView(n._duration)}),this._sceneMode=ee}Object.defineProperties(Bz.prototype,{scene:{get:function(){return this._scene}},duration:{get:function(){return this._duration},set:function(e){this._duration=e}},toggleDropDown:{get:function(){return this._toggleDropDown}},morphTo2D:{get:function(){return this._morphTo2D}},morphTo3D:{get:function(){return this._morphTo3D}},morphToColumbusView:{get:function(){return this._morphToColumbusView}}});Bz.prototype.isDestroyed=function(){return!1};Bz.prototype.destroy=function(){this._eventHelper.removeAll(),le(this)};var Rz=Bz;var Kpt="m 32.401392,4.9330437 c -7.087603,0 -14.096095,2.884602 -19.10793,7.8946843 -5.0118352,5.010083 -7.9296167,11.987468 -7.9296167,19.072999 0,7.085531 2.9177815,14.097848 7.9296167,19.107931 4.837653,4.835961 11.541408,7.631372 18.374354,7.82482 0.05712,0.01231 0.454119,0.139729 0.454119,0.139729 l 0.03493,-0.104797 c 0.08246,7.84e-4 0.162033,0.03493 0.244525,0.03493 0.08304,0 0.161515,-0.03414 0.244526,-0.03493 l 0.03493,0.104797 c 0,0 0.309474,-0.129487 0.349323,-0.139729 6.867765,-0.168094 13.582903,-2.965206 18.444218,-7.82482 2.558195,-2.5573 4.551081,-5.638134 5.903547,-8.977584 1.297191,-3.202966 2.02607,-6.661489 2.02607,-10.130347 0,-6.237309 -2.366261,-12.31219 -6.322734,-17.116794 -0.0034,-0.02316 0.0049,-0.04488 0,-0.06986 -0.01733,-0.08745 -0.104529,-0.278855 -0.104797,-0.279458 -5.31e-4,-0.0012 -0.522988,-0.628147 -0.523984,-0.62878 -3.47e-4,-2.2e-4 -0.133444,-0.03532 -0.244525,-0.06987 C 51.944299,13.447603 51.751076,13.104317 51.474391,12.827728 46.462556,7.8176457 39.488996,4.9330437 32.401392,4.9330437 z m -2.130866,3.5281554 0.104797,9.6762289 c -4.111695,-0.08361 -7.109829,-0.423664 -9.257041,-0.943171 1.198093,-2.269271 2.524531,-4.124404 3.91241,-5.414496 2.167498,-2.0147811 3.950145,-2.8540169 5.239834,-3.3185619 z m 2.794579,0 c 1.280302,0.4754953 3.022186,1.3285948 5.065173,3.2486979 1.424667,1.338973 2.788862,3.303645 3.982275,5.728886 -2.29082,0.403367 -5.381258,0.621049 -8.942651,0.698645 L 33.065105,8.4611991 z m 5.728886,0.2445256 c 4.004072,1.1230822 7.793098,3.1481363 10.724195,6.0782083 0.03468,0.03466 0.07033,0.06991 0.104797,0.104797 -0.45375,0.313891 -0.923054,0.663002 -1.956205,1.082899 -0.647388,0.263114 -1.906242,0.477396 -2.829511,0.733577 -1.382296,-2.988132 -3.027146,-5.368585 -4.785716,-7.0213781 -0.422866,-0.397432 -0.835818,-0.6453247 -1.25756,-0.9781032 z m -15.33525,0.7685092 c -0.106753,0.09503 -0.207753,0.145402 -0.31439,0.244526 -1.684973,1.5662541 -3.298068,3.8232211 -4.680919,6.5672591 -0.343797,-0.14942 -1.035052,-0.273198 -1.292493,-0.419186 -0.956528,-0.542427 -1.362964,-1.022024 -1.537018,-1.292493 -0.0241,-0.03745 -0.01868,-0.0401 -0.03493,-0.06986 2.250095,-2.163342 4.948824,-3.869984 7.859752,-5.0302421 z m -9.641296,7.0912431 c 0.464973,0.571618 0.937729,1.169056 1.956205,1.746612 0.349907,0.198425 1.107143,0.335404 1.537018,0.523983 -1.20166,3.172984 -1.998037,7.051901 -2.165798,11.772162 C 14.256557,30.361384 12.934823,30.161483 12.280427,29.90959 10.644437,29.279855 9.6888882,28.674891 9.1714586,28.267775 8.6540289,27.860658 8.6474751,27.778724 8.6474751,27.778724 l -0.069864,0.03493 C 9.3100294,23.691285 11.163248,19.798527 13.817445,16.565477 z m 37.552149,0.523984 c 2.548924,3.289983 4.265057,7.202594 4.890513,11.318043 -0.650428,0.410896 -1.756876,1.001936 -3.563088,1.606882 -1.171552,0.392383 -3.163859,0.759153 -4.960377,1.117832 -0.04367,-4.752703 -0.784809,-8.591423 -1.88634,-11.807094 0.917574,-0.263678 2.170552,-0.486495 2.864443,-0.76851 1.274693,-0.518066 2.003942,-1.001558 2.654849,-1.467153 z m -31.439008,2.619917 c 2.487341,0.672766 5.775813,1.137775 10.479669,1.222628 l 0.104797,10.689263 0,0.03493 0,0.733577 c -5.435005,-0.09059 -9.512219,-0.519044 -12.610536,-1.117831 0.106127,-4.776683 0.879334,-8.55791 2.02607,-11.562569 z m 23.264866,0.31439 c 1.073459,3.067541 1.833795,6.821314 1.816476,11.702298 -3.054474,0.423245 -7.062018,0.648559 -11.702298,0.698644 l 0,-0.838373 -0.104796,-10.654331 c 4.082416,-0.0864 7.404468,-0.403886 9.990618,-0.908238 z M 8.2632205,30.922625 c 0.7558676,0.510548 1.5529563,1.013339 3.0041715,1.57195 0.937518,0.360875 2.612202,0.647642 3.91241,0.978102 0.112814,3.85566 0.703989,7.107756 1.606883,9.920754 -1.147172,-0.324262 -2.644553,-0.640648 -3.423359,-0.978102 -1.516688,-0.657177 -2.386627,-1.287332 -2.864443,-1.71168 -0.477816,-0.424347 -0.489051,-0.489051 -0.489051,-0.489051 L 9.8002387,40.319395 C 8.791691,37.621767 8.1584238,34.769583 8.1584238,31.900727 c 0,-0.330153 0.090589,-0.648169 0.1047967,-0.978102 z m 48.2763445,0.419186 c 0.0047,0.188973 0.06986,0.36991 0.06986,0.558916 0,2.938869 -0.620228,5.873558 -1.676747,8.628261 -0.07435,0.07583 -0.06552,0.07411 -0.454119,0.349323 -0.606965,0.429857 -1.631665,1.042044 -3.318562,1.676747 -1.208528,0.454713 -3.204964,0.850894 -5.135038,1.25756 0.84593,-2.765726 1.41808,-6.005357 1.606883,-9.815957 2.232369,-0.413371 4.483758,-0.840201 5.938479,-1.327425 1.410632,-0.472457 2.153108,-0.89469 2.96924,-1.327425 z m -38.530252,2.864443 c 3.208141,0.56697 7.372279,0.898588 12.575603,0.978103 l 0.174662,9.885821 c -4.392517,-0.06139 -8.106722,-0.320566 -10.863925,-0.803441 -1.051954,-2.664695 -1.692909,-6.043794 -1.88634,-10.060483 z m 26.793022,0.31439 c -0.246298,3.923551 -0.877762,7.263679 -1.816476,9.885822 -2.561957,0.361954 -5.766249,0.560708 -9.431703,0.62878 l -0.174661,-9.815957 c 4.491734,-0.04969 8.334769,-0.293032 11.42284,-0.698645 z M 12.035901,44.860585 c 0.09977,0.04523 0.105535,0.09465 0.209594,0.139729 1.337656,0.579602 3.441099,1.058072 5.589157,1.537018 1.545042,3.399208 3.548524,5.969402 5.589157,7.789888 -3.034411,-1.215537 -5.871615,-3.007978 -8.174142,-5.309699 -1.245911,-1.245475 -2.271794,-2.662961 -3.213766,-4.156936 z m 40.69605,0 c -0.941972,1.493975 -1.967855,2.911461 -3.213765,4.156936 -2.74253,2.741571 -6.244106,4.696717 -9.955686,5.868615 0.261347,-0.241079 0.507495,-0.394491 0.768509,-0.663713 1.674841,-1.727516 3.320792,-4.181056 4.645987,-7.265904 2.962447,-0.503021 5.408965,-1.122293 7.161107,-1.781544 0.284034,-0.106865 0.337297,-0.207323 0.593848,-0.31439 z m -31.404076,2.305527 c 2.645807,0.376448 5.701178,0.649995 9.466635,0.698645 l 0.139729,7.789888 c -1.38739,-0.480844 -3.316218,-1.29837 -5.659022,-3.388427 -1.388822,-1.238993 -2.743668,-3.0113 -3.947342,-5.100106 z m 20.365491,0.104797 c -1.04872,2.041937 -2.174337,3.779068 -3.353494,4.995309 -1.853177,1.911459 -3.425515,2.82679 -4.611055,3.353494 l -0.139729,-7.789887 c 3.13091,-0.05714 5.728238,-0.278725 8.104278,-0.558916 z",Jpt="m 2.9825053,17.550598 0,1.368113 0,26.267766 0,1.368113 1.36811,0 54.9981397,0 1.36811,0 0,-1.368113 0,-26.267766 0,-1.368113 -1.36811,0 -54.9981397,0 -1.36811,0 z m 2.73623,2.736226 10.3292497,0 0,10.466063 -10.3292497,0 0,-10.466063 z m 13.0654697,0 11.69737,0 0,10.466063 -11.69737,0 0,-10.466063 z m 14.43359,0 11.69737,0 0,10.466063 -11.69737,0 0,-10.466063 z m 14.43359,0 10.32926,0 0,10.466063 -10.32926,0 0,-10.466063 z m -41.9326497,13.202288 10.3292497,0 0,10.329252 -10.3292497,0 0,-10.329252 z m 13.0654697,0 11.69737,0 0,10.329252 -11.69737,0 0,-10.329252 z m 14.43359,0 11.69737,0 0,10.329252 -11.69737,0 0,-10.329252 z m 14.43359,0 10.32926,0 0,10.329252 -10.32926,0 0,-10.329252 z",Zpt="m 14.723969,17.675598 -0.340489,0.817175 -11.1680536,26.183638 -0.817175,1.872692 2.076986,0 54.7506996,0 2.07698,0 -0.81717,-1.872692 -11.16805,-26.183638 -0.34049,-0.817175 -0.91933,0 -32.414586,0 -0.919322,0 z m 1.838643,2.723916 6.196908,0 -2.928209,10.418977 -7.729111,0 4.460412,-10.418977 z m 9.02297,0 4.903049,0 0,10.418977 -7.831258,0 2.928209,-10.418977 z m 7.626964,0 5.584031,0 2.62176,10.418977 -8.205791,0 0,-10.418977 z m 8.410081,0 5.51593,0 4.46042,10.418977 -7.38863,0 -2.58772,-10.418977 z m -30.678091,13.142892 8.103649,0 -2.89416,10.282782 -9.6018026,0 4.3923136,-10.282782 z m 10.929711,0 8.614384,0 0,10.282782 -11.508544,0 2.89416,-10.282782 z m 11.338299,0 8.852721,0 2.58772,10.282782 -11.440441,0 0,-10.282782 z m 11.678781,0 7.86531,0 4.39231,10.282782 -9.6699,0 -2.58772,-10.282782 z";function Mz(e,t,n){e=Pn(e);let i=new Rz(t,n);i._globePath=Kpt,i._flatMapPath=Jpt,i._columbusViewPath=Zpt;let o=document.createElement("span");o.className="cesium-sceneModePicker-wrapper cesium-toolbar-button",e.appendChild(o);let r=document.createElement("button");r.type="button",r.className="cesium-button cesium-toolbar-button",r.setAttribute("data-bind",'css: { "cesium-sceneModePicker-button2D": sceneMode === _sceneMode.SCENE2D, "cesium-sceneModePicker-button3D": sceneMode === _sceneMode.SCENE3D, "cesium-sceneModePicker-buttonColumbusView": sceneMode === _sceneMode.COLUMBUS_VIEW, "cesium-sceneModePicker-selected": dropDownVisible },attr: { title: selectedTooltip },click: toggleDropDown'),r.innerHTML='<!-- ko cesiumSvgPath: { path: _globePath, width: 64, height: 64, css: "cesium-sceneModePicker-slide-svg cesium-sceneModePicker-icon3D" } --><!-- /ko --><!-- ko cesiumSvgPath: { path: _flatMapPath, width: 64, height: 64, css: "cesium-sceneModePicker-slide-svg cesium-sceneModePicker-icon2D" } --><!-- /ko --><!-- ko cesiumSvgPath: { path: _columbusViewPath, width: 64, height: 64, css: "cesium-sceneModePicker-slide-svg cesium-sceneModePicker-iconColumbusView" } --><!-- /ko -->',o.appendChild(r);let s=document.createElement("button");s.type="button",s.className="cesium-button cesium-toolbar-button cesium-sceneModePicker-dropDown-icon",s.setAttribute("data-bind",'css: { "cesium-sceneModePicker-visible" : (dropDownVisible && (sceneMode !== _sceneMode.SCENE3D)) || (!dropDownVisible && (sceneMode === _sceneMode.SCENE3D)), "cesium-sceneModePicker-none" : sceneMode === _sceneMode.SCENE3D, "cesium-sceneModePicker-hidden" : !dropDownVisible },attr: { title: tooltip3D },click: morphTo3D,cesiumSvgPath: { path: _globePath, width: 64, height: 64 }'),o.appendChild(s);let a=document.createElement("button");a.type="button",a.className="cesium-button cesium-toolbar-button cesium-sceneModePicker-dropDown-icon",a.setAttribute("data-bind",'css: { "cesium-sceneModePicker-visible" : (dropDownVisible && (sceneMode !== _sceneMode.SCENE2D)), "cesium-sceneModePicker-none" : sceneMode === _sceneMode.SCENE2D, "cesium-sceneModePicker-hidden" : !dropDownVisible },attr: { title: tooltip2D },click: morphTo2D,cesiumSvgPath: { path: _flatMapPath, width: 64, height: 64 }'),o.appendChild(a);let c=document.createElement("button");c.type="button",c.className="cesium-button cesium-toolbar-button cesium-sceneModePicker-dropDown-icon",c.setAttribute("data-bind",'css: { "cesium-sceneModePicker-visible" : (dropDownVisible && (sceneMode !== _sceneMode.COLUMBUS_VIEW)) || (!dropDownVisible && (sceneMode === _sceneMode.COLUMBUS_VIEW)), "cesium-sceneModePicker-none" : sceneMode === _sceneMode.COLUMBUS_VIEW, "cesium-sceneModePicker-hidden" : !dropDownVisible},attr: { title: tooltipColumbusView },click: morphToColumbusView,cesiumSvgPath: { path: _columbusViewPath, width: 64, height: 64 }'),o.appendChild(c),Ae.applyBindings(i,o),this._viewModel=i,this._container=e,this._wrapper=o,this._closeDropDown=function(u){o.contains(u.target)||(i.dropDownVisible=!1)},Lt.supportsPointerEvents()?document.addEventListener("pointerdown",this._closeDropDown,!0):(document.addEventListener("mousedown",this._closeDropDown,!0),document.addEventListener("touchstart",this._closeDropDown,!0))}Object.defineProperties(Mz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});Mz.prototype.isDestroyed=function(){return!1};Mz.prototype.destroy=function(){return this._viewModel.destroy(),Lt.supportsPointerEvents()?document.removeEventListener("pointerdown",this._closeDropDown,!0):(document.removeEventListener("mousedown",this._closeDropDown,!0),document.removeEventListener("touchstart",this._closeDropDown,!0)),Ae.cleanNode(this._wrapper),this._container.removeChild(this._wrapper),le(this)};var Lz=Mz;var Qpt=new H,Fz="-1000px";function tP(e,t,n){this._scene=e,this._screenPositionX=Fz,this._screenPositionY=Fz,this._tweens=e.tweens,this._container=y(n,document.body),this._selectionIndicatorElement=t,this._scale=1,this.position=void 0,this.showSelection=!1,Ae.track(this,["position","_screenPositionX","_screenPositionY","_scale","showSelection"]),this.isVisible=void 0,Ae.defineProperty(this,"isVisible",{get:function(){return this.showSelection&&l(this.position)}}),Ae.defineProperty(this,"_transform",{get:function(){return`scale(${this._scale})`}}),this.computeScreenSpacePosition=function(i,o){return Xi.wgs84ToWindowCoordinates(e,i,o)}}tP.prototype.update=function(){if(this.showSelection&&l(this.position)){let e=this.computeScreenSpacePosition(this.position,Qpt);if(!l(e))this._screenPositionX=Fz,this._screenPositionY=Fz;else{let t=this._container,n=t.parentNode.clientWidth,i=t.parentNode.clientHeight,o=this._selectionIndicatorElement.clientWidth,r=o*.5;e.x=Math.min(Math.max(e.x,-o),n+o)-r,e.y=Math.min(Math.max(e.y,-o),i+o)-r,this._screenPositionX=`${Math.floor(e.x+.25)}px`,this._screenPositionY=`${Math.floor(e.y+.25)}px`}}};tP.prototype.animateAppear=function(){this._tweens.addProperty({object:this,property:"_scale",startValue:2,stopValue:1,duration:.8,easingFunction:Br.EXPONENTIAL_OUT})};tP.prototype.animateDepart=function(){this._tweens.addProperty({object:this,property:"_scale",startValue:this._scale,stopValue:1.5,duration:.8,easingFunction:Br.EXPONENTIAL_OUT})};Object.defineProperties(tP.prototype,{container:{get:function(){return this._container}},selectionIndicatorElement:{get:function(){return this._selectionIndicatorElement}},scene:{get:function(){return this._scene}}});var Nz=tP;function kz(e,t){e=Pn(e),this._container=e;let n=document.createElement("div");n.className="cesium-selection-wrapper",n.setAttribute("data-bind",'style: { "top" : _screenPositionY, "left" : _screenPositionX },css: { "cesium-selection-wrapper-visible" : isVisible }'),e.appendChild(n),this._element=n;let i="http://www.w3.org/2000/svg",o="M -34 -34 L -34 -11.25 L -30 -15.25 L -30 -30 L -15.25 -30 L -11.25 -34 L -34 -34 z M 11.25 -34 L 15.25 -30 L 30 -30 L 30 -15.25 L 34 -11.25 L 34 -34 L 11.25 -34 z M -34 11.25 L -34 34 L -11.25 34 L -15.25 30 L -30 30 L -30 15.25 L -34 11.25 z M 34 11.25 L 30 15.25 L 30 30 L 15.25 30 L 11.25 34 L 34 34 L 34 11.25 z",r=document.createElementNS(i,"svg:svg");r.setAttribute("width",160),r.setAttribute("height",160),r.setAttribute("viewBox","0 0 160 160");let s=document.createElementNS(i,"g");s.setAttribute("transform","translate(80,80)"),r.appendChild(s);let a=document.createElementNS(i,"path");a.setAttribute("data-bind","attr: { transform: _transform }"),a.setAttribute("d",o),s.appendChild(a),n.appendChild(r);let c=new Nz(t,this._element,this._container);this._viewModel=c,Ae.applyBindings(this._viewModel,this._element)}Object.defineProperties(kz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});kz.prototype.isDestroyed=function(){return!1};kz.prototype.destroy=function(){let e=this._container;return Ae.cleanNode(this._element),e.removeChild(this._element),le(this)};var Vz=kz;function kA(e,t,n){this._color=e,this._height=t,this._base=y(n,0)}kA.prototype.getHeight=function(){return this._height};kA.prototype.getBase=function(){return this._base};kA.prototype.getStartTime=function(){return this._start};kA.prototype.getStopTime=function(){return this._stop};kA.prototype.setRange=function(e,t){this._start=e,this._stop=t};kA.prototype.render=function(e){let t="";if(this._start&&this._stop&&this._color){let n=$.secondsDifference(this._start,e.epochJulian),i=Math.round(e.timeBarWidth*e.getAlpha(n)),o=$.secondsDifference(this._stop,e.epochJulian),r=Math.round(e.timeBarWidth*e.getAlpha(o))-i;i<0&&(r+=i,i=0),i+r>e.timeBarWidth&&(r=e.timeBarWidth-i),r>0&&(t=`<span class="cesium-timeline-highlight" style="left: ${i.toString()}px; width: ${r.toString()}px; bottom: ${this._base.toString()}px; height: ${this._height}px; background-color: ${this._color};"></span>`)}return t};var Uz=kA;function vye(e,t,n,i){this.interval=e,this.height=t,this.color=n||new U(.5,.5,.5,1),this.backgroundColor=i||new U(0,0,0,0)}vye.prototype.render=function(e,t){let n=this.interval.start,i=this.interval.stop,o=t.startJulian,r=$.addSeconds(t.startJulian,t.duration,new $);if($.lessThan(n,o)&&$.greaterThan(i,r))e.fillStyle=this.color.toCssColorString(),e.fillRect(0,t.y,t.timeBarWidth,this.height);else if($.lessThanOrEquals(n,r)&&$.greaterThanOrEquals(i,o)){let s,a,c;for(s=0;s<t.timeBarWidth;++s){let u=$.addSeconds(t.startJulian,s/t.timeBarWidth*t.duration,new $);!l(a)&&$.greaterThanOrEquals(u,n)?a=s:!l(c)&&$.greaterThanOrEquals(u,i)&&(c=s)}e.fillStyle=this.backgroundColor.toCssColorString(),e.fillRect(0,t.y,t.timeBarWidth,this.height),l(a)&&(l(c)||(c=t.timeBarWidth),e.fillStyle=this.color.toCssColorString(),e.fillRect(a,t.y,Math.max(c-a,1),this.height))}};var zz=vye;var tY=1e12,uf={none:0,scrub:1,slide:2,zoom:3,touchOnly:4},wc={none:0,scrub:1,slideZoom:2,singleTap:3,ignore:4},u0=[.001,.002,.005,.01,.02,.05,.1,.25,.5,1,2,5,10,15,30,60,120,300,600,900,1800,3600,7200,14400,21600,43200,86400,172800,345600,604800,1296e3,2592e3,5184e3,7776e3,15552e3,31536e3,63072e3,126144e3,15768e4,31536e4,63072e4,126144e4,15768e5,31536e5,63072e5,126144e5,15768e6,31536e6],$pt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Dc(e,t){e=Pn(e);let n=e.ownerDocument;this.container=e;let i=n.createElement("div");i.className="cesium-timeline-main",e.appendChild(i),this._topDiv=i,this._endJulian=void 0,this._epochJulian=void 0,this._lastXPos=void 0,this._scrubElement=void 0,this._startJulian=void 0,this._timeBarSecondsSpan=void 0,this._clock=t,this._scrubJulian=t.currentTime,this._mainTicSpan=-1,this._mouseMode=uf.none,this._touchMode=wc.none,this._touchState={centerX:0,spanX:0},this._mouseX=0,this._timelineDrag=0,this._timelineDragLocation=void 0,this._lastHeight=void 0,this._lastWidth=void 0,this._topDiv.innerHTML='<div class="cesium-timeline-bar"></div><div class="cesium-timeline-trackContainer"><canvas class="cesium-timeline-tracks" width="10" height="1"></canvas></div><div class="cesium-timeline-needle"></div><span class="cesium-timeline-ruler"></span>',this._timeBarEle=this._topDiv.childNodes[0],this._trackContainer=this._topDiv.childNodes[1],this._trackListEle=this._topDiv.childNodes[1].childNodes[0],this._needleEle=this._topDiv.childNodes[2],this._rulerEle=this._topDiv.childNodes[3],this._context=this._trackListEle.getContext("2d"),this._trackList=[],this._highlightRanges=[],this.zoomTo(t.startTime,t.stopTime),this._onMouseDown=e_t(this),this._onMouseUp=t_t(this),this._onMouseMove=n_t(this),this._onMouseWheel=i_t(this),this._onTouchStart=o_t(this),this._onTouchMove=s_t(this),this._onTouchEnd=r_t(this);let o=this._timeBarEle;n.addEventListener("mouseup",this._onMouseUp,!1),n.addEventListener("mousemove",this._onMouseMove,!1),o.addEventListener("mousedown",this._onMouseDown,!1),o.addEventListener("DOMMouseScroll",this._onMouseWheel,!1),o.addEventListener("mousewheel",this._onMouseWheel,!1),o.addEventListener("touchstart",this._onTouchStart,!1),o.addEventListener("touchmove",this._onTouchMove,!1),o.addEventListener("touchend",this._onTouchEnd,!1),o.addEventListener("touchcancel",this._onTouchEnd,!1),this._topDiv.oncontextmenu=function(){return!1},t.onTick.addEventListener(this.updateFromClock,this),this.updateFromClock()}Dc.prototype.addEventListener=function(e,t,n){this._topDiv.addEventListener(e,t,n)};Dc.prototype.removeEventListener=function(e,t,n){this._topDiv.removeEventListener(e,t,n)};Dc.prototype.isDestroyed=function(){return!1};Dc.prototype.destroy=function(){this._clock.onTick.removeEventListener(this.updateFromClock,this);let e=this.container.ownerDocument;e.removeEventListener("mouseup",this._onMouseUp,!1),e.removeEventListener("mousemove",this._onMouseMove,!1);let t=this._timeBarEle;t.removeEventListener("mousedown",this._onMouseDown,!1),t.removeEventListener("DOMMouseScroll",this._onMouseWheel,!1),t.removeEventListener("mousewheel",this._onMouseWheel,!1),t.removeEventListener("touchstart",this._onTouchStart,!1),t.removeEventListener("touchmove",this._onTouchMove,!1),t.removeEventListener("touchend",this._onTouchEnd,!1),t.removeEventListener("touchcancel",this._onTouchEnd,!1),this.container.removeChild(this._topDiv),le(this)};Dc.prototype.addHighlightRange=function(e,t,n){let i=new Uz(e,t,n);return this._highlightRanges.push(i),this.resize(),i};Dc.prototype.addTrack=function(e,t,n,i){let o=new zz(e,t,n,i);return this._trackList.push(o),this._lastHeight=void 0,this.resize(),o};Dc.prototype.zoomTo=function(e,t){if(this._startJulian=e,this._endJulian=t,this._timeBarSecondsSpan=$.secondsDifference(t,e),this._clock&&this._clock.clockRange!==Or.UNBOUNDED){let i=this._clock.startTime,o=this._clock.stopTime,r=$.secondsDifference(o,i),s=$.secondsDifference(i,this._startJulian),a=$.secondsDifference(o,this._endJulian);this._timeBarSecondsSpan>=r?(this._timeBarSecondsSpan=r,this._startJulian=this._clock.startTime,this._endJulian=this._clock.stopTime):s>0?(this._endJulian=$.addSeconds(this._endJulian,s,new $),this._startJulian=i,this._timeBarSecondsSpan=$.secondsDifference(this._endJulian,this._startJulian)):a<0&&(this._startJulian=$.addSeconds(this._startJulian,a,new $),this._endJulian=o,this._timeBarSecondsSpan=$.secondsDifference(this._endJulian,this._startJulian))}this._makeTics();let n=document.createEvent("Event");n.initEvent("setzoom",!0,!0),n.startJulian=this._startJulian,n.endJulian=this._endJulian,n.epochJulian=this._epochJulian,n.totalSpan=this._timeBarSecondsSpan,n.mainTicSpan=this._mainTicSpan,this._topDiv.dispatchEvent(n)};Dc.prototype.zoomFrom=function(e){let t=$.secondsDifference(this._scrubJulian,this._startJulian);e>1||t<0||t>this._timeBarSecondsSpan?t=this._timeBarSecondsSpan*.5:t+=t-this._timeBarSecondsSpan*.5;let n=this._timeBarSecondsSpan-t;this.zoomTo($.addSeconds(this._startJulian,t-t*e,new $),$.addSeconds(this._endJulian,n*e-n,new $))};function nY(e){return e<10?`0${e.toString()}`:e.toString()}Dc.prototype.makeLabel=function(e){let t=$.toGregorianDate(e),n=t.millisecond,i=" UTC";if(n>0&&this._timeBarSecondsSpan<3600){for(i=Math.floor(n).toString();i.length<3;)i=`0${i}`;i=`.${i}`}return`${$pt[t.month-1]} ${t.day} ${t.year} ${nY(t.hour)}:${nY(t.minute)}:${nY(t.second)}${i}`};Dc.prototype.smallestTicInPixels=7;Dc.prototype._makeTics=function(){let e=this._timeBarEle,t=$.secondsDifference(this._scrubJulian,this._startJulian),n=Math.round(t*this._topDiv.clientWidth/this._timeBarSecondsSpan),i=n-8,o,r=this;this._needleEle.style.left=`${n.toString()}px`;let s="",a=.01,c=31536e6,u=1e-10,f=0,d=this._timeBarSecondsSpan;d<a?(d=a,this._timeBarSecondsSpan=a,this._endJulian=$.addSeconds(this._startJulian,a,new $)):d>c&&(d=c,this._timeBarSecondsSpan=c,this._endJulian=$.addSeconds(this._startJulian,c,new $));let p=this._timeBarEle.clientWidth;p<10&&(p=10);let g=this._startJulian,m=Math.min(d/p*1e-5,.4),A,C=$.toGregorianDate(g);d>31536e4?A=$.fromDate(new Date(Date.UTC(Math.floor(C.year/100)*100,0))):d>31536e3?A=$.fromDate(new Date(Date.UTC(Math.floor(C.year/10)*10,0))):d>86400?A=$.fromDate(new Date(Date.UTC(C.year,0))):A=$.fromDate(new Date(Date.UTC(C.year,C.month,C.day)));let x=$.secondsDifference(this._startJulian,$.addSeconds(A,m,new $)),b=x+d;this._epochJulian=A;function E(k){return Math.floor(x/k)*k}function S(k,X){return Math.ceil(k/X+.5)*X}function D(k){return(k-x)/d}function v(k,X){return k-X*Math.round(k/X)}this._rulerEle.innerHTML=this.makeLabel($.addSeconds(this._endJulian,-a,new $));let O=this._rulerEle.offsetWidth+20;O<30&&(O=180);let R=f;f-=u;let M={startTime:x,startJulian:g,epochJulian:A,duration:d,timeBarWidth:p,getAlpha:D};this._highlightRanges.forEach(function(k){s+=k.render(M)});let L=0,_=0,T=0,w=O/p;w>1&&(w=1),w*=this._timeBarSecondsSpan;let P=-1,B=-1,N=u0.length,z;for(z=0;z<N;++z){let k=u0[z];if(++P,L=k,k>w&&k>f)break;B<0&&p*(k/this._timeBarSecondsSpan)>=this.smallestTicInPixels&&(B=P)}if(P>0){for(;P>0;)if(--P,Math.abs(v(L,u0[P]))<1e-5){u0[P]>=f&&(_=u0[P]);break}if(B>=0)for(;B<P;){if(Math.abs(v(_,u0[B]))<1e-5&&u0[B]>=f){T=u0[B];break}++B}}f=R,f>u&&T<1e-5&&Math.abs(f-L)>u&&(T=f,f<=L+u&&(_=0));let V=-999999,G;if(p*(T/this._timeBarSecondsSpan)>=3)for(o=E(T);o<=b;o=S(o,T))s+=`<span class="cesium-timeline-ticTiny" style="left: ${Math.round(p*D(o)).toString()}px;"></span>`;if(p*(_/this._timeBarSecondsSpan)>=3)for(o=E(_);o<=b;o=S(o,_))s+=`<span class="cesium-timeline-ticSub" style="left: ${Math.round(p*D(o)).toString()}px;"></span>`;if(p*(L/this._timeBarSecondsSpan)>=2){this._mainTicSpan=L,b+=L,o=E(L);let k=$.computeTaiMinusUtc(A);for(;o<=b;){let X=$.addSeconds(g,o-x,new $);if(L>2.1){let J=$.computeTaiMinusUtc(X);Math.abs(J-k)>.1&&(o+=J-k,X=$.addSeconds(g,o-x,new $))}let q=Math.round(p*D(o)),Y=this.makeLabel(X);this._rulerEle.innerHTML=Y,G=this._rulerEle.offsetWidth,G<10&&(G=O);let W=q-(G/2-1);W>V?(V=W+G+5,s+=`<span class="cesium-timeline-ticMain" style="left: ${q.toString()}px;"></span><span class="cesium-timeline-ticLabel" style="left: ${W.toString()}px;">${Y}</span>`):s+=`<span class="cesium-timeline-ticSub" style="left: ${q.toString()}px;"></span>`,o=S(o,L)}}else this._mainTicSpan=-1;s+=`<span class="cesium-timeline-icon16" style="left:${i}px;bottom:0;background-position: 0 0;"></span>`,e.innerHTML=s,this._scrubElement=e.lastChild,this._context.clearRect(0,0,this._trackListEle.width,this._trackListEle.height),M.y=0,this._trackList.forEach(function(k){k.render(r._context,M),M.y+=k.height})};Dc.prototype.updateFromClock=function(){this._scrubJulian=this._clock.currentTime;let e=this._scrubElement;if(l(this._scrubElement)){let t=$.secondsDifference(this._scrubJulian,this._startJulian),n=Math.round(t*this._topDiv.clientWidth/this._timeBarSecondsSpan);this._lastXPos!==n&&(this._lastXPos=n,e.style.left=`${n-8}px`,this._needleEle.style.left=`${n}px`)}l(this._timelineDragLocation)&&(this._setTimeBarTime(this._timelineDragLocation,this._timelineDragLocation*this._timeBarSecondsSpan/this._topDiv.clientWidth),this.zoomTo($.addSeconds(this._startJulian,this._timelineDrag,new $),$.addSeconds(this._endJulian,this._timelineDrag,new $)))};Dc.prototype._setTimeBarTime=function(e,t){if(e=Math.round(e),this._scrubJulian=$.addSeconds(this._startJulian,t,new $),this._scrubElement){let i=e-8;this._scrubElement.style.left=`${i.toString()}px`,this._needleEle.style.left=`${e.toString()}px`}let n=document.createEvent("Event");n.initEvent("settime",!0,!0),n.clientX=e,n.timeSeconds=t,n.timeJulian=this._scrubJulian,n.clock=this._clock,this._topDiv.dispatchEvent(n)};function e_t(e){return function(t){e._mouseMode!==uf.touchOnly&&(t.button===0?(e._mouseMode=uf.scrub,e._scrubElement&&(e._scrubElement.style.backgroundPosition="-16px 0"),e._onMouseMove(t)):(e._mouseX=t.clientX,t.button===2?e._mouseMode=uf.zoom:e._mouseMode=uf.slide)),t.preventDefault()}}function t_t(e){return function(t){e._mouseMode=uf.none,e._scrubElement&&(e._scrubElement.style.backgroundPosition="0 0"),e._timelineDrag=0,e._timelineDragLocation=void 0}}function n_t(e){return function(t){let n;if(e._mouseMode===uf.scrub){t.preventDefault();let i=t.clientX-e._topDiv.getBoundingClientRect().left;i<0?(e._timelineDragLocation=0,e._timelineDrag=-.01*e._timeBarSecondsSpan):i>e._topDiv.clientWidth?(e._timelineDragLocation=e._topDiv.clientWidth,e._timelineDrag=.01*e._timeBarSecondsSpan):(e._timelineDragLocation=void 0,e._setTimeBarTime(i,i*e._timeBarSecondsSpan/e._topDiv.clientWidth))}else if(e._mouseMode===uf.slide){if(n=e._mouseX-t.clientX,e._mouseX=t.clientX,n!==0){let i=n*e._timeBarSecondsSpan/e._topDiv.clientWidth;e.zoomTo($.addSeconds(e._startJulian,i,new $),$.addSeconds(e._endJulian,i,new $))}}else e._mouseMode===uf.zoom&&(n=e._mouseX-t.clientX,e._mouseX=t.clientX,n!==0&&e.zoomFrom(Math.pow(1.01,n)))}}function i_t(e){return function(t){let n=t.wheelDeltaY||t.wheelDelta||-t.detail;tY=Math.max(Math.min(Math.abs(n),tY),1),n/=tY,e.zoomFrom(Math.pow(1.05,-n))}}function o_t(e){return function(t){let n=t.touches.length,i,o,r=e._topDiv.getBoundingClientRect().left;t.preventDefault(),e._mouseMode=uf.touchOnly,n===1?(i=$.secondsDifference(e._scrubJulian,e._startJulian),o=Math.round(i*e._topDiv.clientWidth/e._timeBarSecondsSpan+r),Math.abs(t.touches[0].clientX-o)<50?(e._touchMode=wc.scrub,e._scrubElement&&(e._scrubElement.style.backgroundPosition=n===1?"-16px 0":"0 0")):(e._touchMode=wc.singleTap,e._touchState.centerX=t.touches[0].clientX-r)):n===2?(e._touchMode=wc.slideZoom,e._touchState.centerX=(t.touches[0].clientX+t.touches[1].clientX)*.5-r,e._touchState.spanX=Math.abs(t.touches[0].clientX-t.touches[1].clientX)):e._touchMode=wc.ignore}}function r_t(e){return function(t){let n=t.touches.length,i=e._topDiv.getBoundingClientRect().left;e._touchMode===wc.singleTap?(e._touchMode=wc.scrub,e._onTouchMove(t)):e._touchMode===wc.scrub&&e._onTouchMove(t),e._mouseMode=uf.touchOnly,n!==1?e._touchMode=n>0?wc.ignore:wc.none:e._touchMode===wc.slideZoom&&(e._touchState.centerX=t.touches[0].clientX-i),e._scrubElement&&(e._scrubElement.style.backgroundPosition="0 0")}}function s_t(e){return function(t){let n,i,o,r,s,a,c=1,u=e._topDiv.getBoundingClientRect().left;e._touchMode===wc.singleTap&&(e._touchMode=wc.slideZoom),e._mouseMode=uf.touchOnly,e._touchMode===wc.scrub?(t.preventDefault(),t.changedTouches.length===1&&(i=t.changedTouches[0].clientX-u,i>=0&&i<=e._topDiv.clientWidth&&e._setTimeBarTime(i,i*e._timeBarSecondsSpan/e._topDiv.clientWidth))):e._touchMode===wc.slideZoom&&(o=t.touches.length,o===2?(r=(t.touches[0].clientX+t.touches[1].clientX)*.5-u,s=Math.abs(t.touches[0].clientX-t.touches[1].clientX)):o===1&&(r=t.touches[0].clientX-u,s=0),l(r)&&(s>0&&e._touchState.spanX>0?(c=e._touchState.spanX/s,a=$.addSeconds(e._startJulian,(e._touchState.centerX*e._timeBarSecondsSpan-r*e._timeBarSecondsSpan*c)/e._topDiv.clientWidth,new $)):(n=e._touchState.centerX-r,a=$.addSeconds(e._startJulian,n*e._timeBarSecondsSpan/e._topDiv.clientWidth,new $)),e.zoomTo(a,$.addSeconds(a,e._timeBarSecondsSpan*c,new $)),e._touchState.centerX=r,e._touchState.spanX=s))}}Dc.prototype.resize=function(){let e=this.container.clientWidth,t=this.container.clientHeight;if(e===this._lastWidth&&t===this._lastHeight)return;this._trackContainer.style.height=`${t}px`;let n=1;this._trackList.forEach(function(i){n+=i.height}),this._trackListEle.style.height=`${n.toString()}px`,this._trackListEle.width=this._trackListEle.clientWidth,this._trackListEle.height=n,this._makeTics(),this._lastXPos=void 0,this._lastWidth=e,this._lastHeight=t};var Hz=Dc;var Iye=Ii(Pye(),1);function a_t(e){let t=!1,n=window.screen;return l(n)&&(l(n.lockOrientation)?t=n.lockOrientation(e):l(n.mozLockOrientation)?t=n.mozLockOrientation(e):l(n.msLockOrientation)?t=n.msLockOrientation(e):l(n.orientation&&n.orientation.lock)&&(t=n.orientation.lock(e))),t}function Oye(){let e=window.screen;l(e)&&(l(e.unlockOrientation)?e.unlockOrientation():l(e.mozUnlockOrientation)?e.mozUnlockOrientation():l(e.msUnlockOrientation)?e.msUnlockOrientation():l(e.orientation&&e.orientation.unlock)&&e.orientation.unlock())}function c_t(e,t,n,i){i()||(n()?(t.useWebVR=!1,e._locked&&(Oye(),e._locked=!1),e._noSleep.disable(),hr.exitFullscreen(),n(!1)):(hr.fullscreen||hr.requestFullscreen(e._vrElement),e._noSleep.enable(),e._locked||(e._locked=a_t("landscape")),t.useWebVR=!0,n(!0)))}function Gz(e,t){let n=this,i=Ae.observable(hr.enabled),o=Ae.observable(!1);this.isVRMode=void 0,Ae.defineProperty(this,"isVRMode",{get:function(){return o()}}),this.isVREnabled=void 0,Ae.defineProperty(this,"isVREnabled",{get:function(){return i()},set:function(s){i(s&&hr.enabled)}}),this.tooltip=void 0,Ae.defineProperty(this,"tooltip",function(){return i()?o()?"Exit VR mode":"Enter VR mode":"VR mode is unavailable"});let r=Ae.observable(!1);this._isOrthographic=void 0,Ae.defineProperty(this,"_isOrthographic",{get:function(){return r()}}),this._eventHelper=new vr,this._eventHelper.add(e.preRender,function(){r(e.camera.frustum instanceof Jt)}),this._locked=!1,this._noSleep=new Iye.default,this._command=yn(function(){c_t(n,e,o,r)},Ae.getObservable(this,"isVREnabled")),this._vrElement=y(Pn(t),document.body),this._callback=function(){!hr.fullscreen&&o()&&(e.useWebVR=!1,n._locked&&(Oye(),n._locked=!1),n._noSleep.disable(),o(!1))},document.addEventListener(hr.changeEventName,this._callback)}Object.defineProperties(Gz.prototype,{vrElement:{get:function(){return this._vrElement},set:function(e){this._vrElement=e}},command:{get:function(){return this._command}}});Gz.prototype.isDestroyed=function(){return!1};Gz.prototype.destroy=function(){this._eventHelper.removeAll(),document.removeEventListener(hr.changeEventName,this._callback),le(this)};var Wz=Gz;var l_t="M 5.3125 6.375 C 4.008126 6.375 2.96875 7.4141499 2.96875 8.71875 L 2.96875 19.5 C 2.96875 20.8043 4.008126 21.875 5.3125 21.875 L 13.65625 21.875 C 13.71832 20.0547 14.845166 18.59375 16.21875 18.59375 C 17.592088 18.59375 18.71881 20.0552 18.78125 21.875 L 27.09375 21.875 C 28.398125 21.875 29.4375 20.8043 29.4375 19.5 L 29.4375 8.71875 C 29.4375 7.4141499 28.398125 6.375 27.09375 6.375 L 5.3125 6.375 z M 9.625 10.4375 C 11.55989 10.4375 13.125 12.03385 13.125 13.96875 C 13.125 15.90365 11.55989 17.46875 9.625 17.46875 C 7.69011 17.46875 6.125 15.90365 6.125 13.96875 C 6.125 12.03385 7.69011 10.4375 9.625 10.4375 z M 22.46875 10.4375 C 24.40364 10.4375 25.96875 12.03385 25.96875 13.96875 C 25.96875 15.90365 24.40364 17.46875 22.46875 17.46875 C 20.53386 17.46875 18.96875 15.90365 18.96875 13.96875 C 18.96875 12.03385 20.53386 10.4375 22.46875 10.4375 z",u_t="M 25.770585,2.4552065 C 15.72282,13.962707 10.699956,19.704407 8.1768352,22.580207 c -1.261561,1.4379 -1.902282,2.1427 -2.21875,2.5 -0.141624,0.1599 -0.208984,0.2355 -0.25,0.2813 l 0.6875,0.75 c 10e-5,-10e-5 0.679191,0.727 0.6875,0.7187 0.01662,-0.016 0.02451,-0.024 0.03125,-0.031 0.01348,-0.014 0.04013,-0.038 0.0625,-0.062 0.04474,-0.05 0.120921,-0.1315 0.28125,-0.3126 0.320657,-0.3619 0.956139,-1.0921 2.2187499,-2.5312 2.5252219,-2.8781 7.5454589,-8.6169 17.5937499,-20.1250005 l -1.5,-1.3125 z m -20.5624998,3.9063 c -1.304375,0 -2.34375,1.0391 -2.34375,2.3437 l 0,10.8125005 c 0,1.3043 1.039375,2.375 2.34375,2.375 l 2.25,0 c 1.9518039,-2.2246 7.4710958,-8.5584 13.5624998,-15.5312005 l -15.8124998,0 z m 21.1249998,0 c -1.855467,2.1245 -2.114296,2.4005 -3.59375,4.0936995 1.767282,0.1815 3.15625,1.685301 3.15625,3.500001 0,1.9349 -1.56511,3.5 -3.5,3.5 -1.658043,0 -3.043426,-1.1411 -3.40625,-2.6875 -1.089617,1.2461 -2.647139,2.9988 -3.46875,3.9375 0.191501,-0.062 0.388502,-0.094 0.59375,-0.094 1.373338,0 2.50006,1.4614 2.5625,3.2812 l 8.3125,0 c 1.304375,0 2.34375,-1.0707 2.34375,-2.375 l 0,-10.8125005 c 0,-1.3046 -1.039375,-2.3437 -2.34375,-2.3437 l -0.65625,0 z M 9.5518351,10.423906 c 1.9348899,0 3.4999999,1.596401 3.4999999,3.531301 0,1.9349 -1.56511,3.5 -3.4999999,3.5 -1.9348899,0 -3.4999999,-1.5651 -3.4999999,-3.5 0,-1.9349 1.56511,-3.531301 3.4999999,-3.531301 z m 4.2187499,10.312601 c -0.206517,0.2356 -0.844218,0.9428 -1.03125,1.1562 l 0.8125,0 c 0.01392,-0.4081 0.107026,-0.7968 0.21875,-1.1562 z";function jz(e,t,n){e=Pn(e);let i=new Wz(t,n);i._exitVRPath=u_t,i._enterVRPath=l_t;let o=document.createElement("button");o.type="button",o.className="cesium-button cesium-vrButton",o.setAttribute("data-bind",'css: { "cesium-button-disabled" : _isOrthographic }, attr: { title: tooltip },click: command,enable: isVREnabled,cesiumSvgPath: { path: isVRMode ? _exitVRPath : _enterVRPath, width: 32, height: 32 }'),e.appendChild(o),Ae.applyBindings(i,o),this._container=e,this._viewModel=i,this._element=o}Object.defineProperties(jz.prototype,{container:{get:function(){return this._container}},viewModel:{get:function(){return this._viewModel}}});jz.prototype.isDestroyed=function(){return!1};jz.prototype.destroy=function(){return this._viewModel.destroy(),Ae.cleanNode(this._element),this._container.removeChild(this._element),le(this)};var qz=jz;var f0=new re;function Mye(e){let t=e.clock;t.currentTime=e.timeJulian,t.shouldAnimate=!1}function f_t(e){let t=e.getPropertyIds(),n="";return t.forEach(function(i){let o=e.getProperty(i);l(o)&&(n+=`<tr><th>${i}</th><td>${o}</td></tr>`)}),n.length>0&&(n=`<table class="cesium-infoBox-defaultTable"><tbody>${n}</tbody></table>`),n}function d_t(e){let t,n=[],i=e.getPropertyIds();for(t=0;t<i.length;t++){let r=i[t];/^name$/i.test(r)?n[0]=e.getProperty(r):/name/i.test(r)?n[1]=e.getProperty(r):/^title$/i.test(r)?n[2]=e.getProperty(r):/^(id|identifier)$/i.test(r)?n[3]=e.getProperty(r):/element/i.test(r)?n[4]=e.getProperty(r):/(id|identifier)$/i.test(r)&&(n[5]=e.getProperty(r))}let o=n.length;for(t=0;t<o;t++){let r=n[t];if(l(r)&&r!=="")return r}return"Unnamed Feature"}function Bye(e,t){let n=e.scene.pick(t.position);if(l(n)){let i=y(n.id,n.primitive.id);if(i instanceof Ko)return i;if(n instanceof As)return new Ko({name:d_t(n),description:f_t(n),feature:n})}if(l(e.scene.globe))return p_t(e,t.position)}var h_t=new $;function Lye(e,t,n){if(l(n)){let i=n.clock;if(l(i)&&(i.getValue(t),l(e))){let o=i.startTime,r=i.stopTime;$.equals(o,r)&&(r=$.addSeconds(o,I.EPSILON2,h_t)),e.updateFromClock(),e.zoomTo(o,r)}}}var m_t=new h;function p_t(e,t){let n=e.scene,i=n.camera.getPickRay(t),o=n.imageryLayers.pickImageryLayerFeatures(i,n);if(!l(o))return;let r=new Ko({id:"Loading...",description:"Loading feature information..."});return o.then(function(s){if(e.selectedEntity!==r)return;if(!l(s)||s.length===0){e.selectedEntity=Rye();return}let a=s[0],c=new Ko({id:a.name,description:a.description});if(l(a.position)){let u=e.scene.globe.ellipsoid.cartographicToCartesian(a.position,m_t);c.position=new Nc(u)}e.selectedEntity=c},function(){e.selectedEntity===r&&(e.selectedEntity=Rye())}),r}function Rye(){return new Ko({id:"None",description:"No features found."})}function __t(e,t){let n=e._geocoder,i=e._homeButton,o=e._sceneModePicker,r=e._projectionPicker,s=e._baseLayerPicker,a=e._animation,c=e._timeline,u=e._fullscreenButton,f=e._infoBox,d=e._selectionIndicator,p=t?"hidden":"visible";if(l(n)&&(n.container.style.visibility=p),l(i)&&(i.container.style.visibility=p),l(o)&&(o.container.style.visibility=p),l(r)&&(r.container.style.visibility=p),l(s)&&(s.container.style.visibility=p),l(a)&&(a.container.style.visibility=p),l(c)&&(c.container.style.visibility=p),l(u)&&u.viewModel.isFullscreenEnabled&&(u.container.style.visibility=p),l(f)&&(f.container.style.visibility=p),l(d)&&(d.container.style.visibility=p),e._container){let g=t||!l(u)?0:u.container.clientWidth;e._vrButton.container.style.right=`${g}px`,e.forceResize()}}function yi(e,t){e=Pn(e),t=y(t,y.EMPTY_OBJECT);let n=(!l(t.globe)||t.globe!==!1)&&(!l(t.baseLayerPicker)||t.baseLayerPicker!==!1),i=this,o=document.createElement("div");o.className="cesium-viewer",e.appendChild(o);let r=document.createElement("div");r.className="cesium-viewer-cesiumWidgetContainer",o.appendChild(r);let s=document.createElement("div");s.className="cesium-viewer-bottom",o.appendChild(s);let a=y(t.scene3DOnly,!1),c,u,f=!1;l(t.clockViewModel)?(u=t.clockViewModel,c=u.clock):(c=new mh,u=new uV(c),f=!0),l(t.shouldAnimate)&&(c.shouldAnimate=t.shouldAnimate);let d=new cz(r,{imageryProvider:n||l(t.imageryProvider)?!1:void 0,clock:c,skyBox:t.skyBox,skyAtmosphere:t.skyAtmosphere,sceneMode:t.sceneMode,mapProjection:t.mapProjection,globe:t.globe,orderIndependentTranslucency:t.orderIndependentTranslucency,contextOptions:t.contextOptions,useDefaultRenderLoop:t.useDefaultRenderLoop,targetFrameRate:t.targetFrameRate,showRenderLoopErrors:t.showRenderLoopErrors,useBrowserRecommendedResolution:t.useBrowserRecommendedResolution,creditContainer:l(t.creditContainer)?t.creditContainer:s,creditViewport:t.creditViewport,scene3DOnly:a,shadows:t.shadows,terrainShadows:t.terrainShadows,mapMode2D:t.mapMode2D,blurActiveElementOnCanvasFocus:t.blurActiveElementOnCanvasFocus,requestRenderMode:t.requestRenderMode,maximumRenderTimeChange:t.maximumRenderTimeChange,depthPlaneEllipsoidOffset:t.depthPlaneEllipsoidOffset,msaaSamples:t.msaaSamples}),p=t.dataSources,g=!1;l(p)||(p=new dN,g=!0);let m=d.scene,A=new t2({scene:m,dataSourceCollection:p}),C=new vr;C.add(c.onTick,yi.prototype._onTick,this),C.add(m.morphStart,yi.prototype._clearTrackedObject,this);let x;if(!l(t.selectionIndicator)||t.selectionIndicator!==!1){let q=document.createElement("div");q.className="cesium-viewer-selectionIndicatorContainer",o.appendChild(q),x=new Vz(q,m)}let b;if(!l(t.infoBox)||t.infoBox!==!1){let q=document.createElement("div");q.className="cesium-viewer-infoBoxContainer",o.appendChild(q),b=new xz(q);let Y=b.viewModel;C.add(Y.cameraClicked,yi.prototype._onInfoBoxCameraClicked,this),C.add(Y.closeClicked,yi.prototype._onInfoBoxClockClicked,this)}let E=document.createElement("div");E.className="cesium-viewer-toolbar",o.appendChild(E);let S;if(!l(t.geocoder)||t.geocoder!==!1){let q=document.createElement("div");q.className="cesium-viewer-geocoderContainer",E.appendChild(q);let Y;l(t.geocoder)&&typeof t.geocoder!="boolean"&&(Y=Array.isArray(t.geocoder)?t.geocoder:[t.geocoder]),S=new pz({container:q,geocoderServices:Y,scene:m}),C.add(S.viewModel.search.beforeExecute,yi.prototype._clearObjects,this)}let D;(!l(t.homeButton)||t.homeButton!==!1)&&(D=new yz(E,m),l(S)&&C.add(D.viewModel.command.afterExecute,function(){let q=S.viewModel;q.searchText="",q.isSearchInProgress&&q.search()}),C.add(D.viewModel.command.beforeExecute,yi.prototype._clearTrackedObject,this));let v;!a&&(!l(t.sceneModePicker)||t.sceneModePicker!==!1)&&(v=new Lz(E,m));let O;t.projectionPicker&&(O=new Oz(E,m));let R,M;if(n){let q=y(t.imageryProviderViewModels,$4()),Y=y(t.terrainProviderViewModels,ez());R=new Q4(E,{globe:m.globe,imageryProviderViewModels:q,selectedImageryProviderViewModel:t.selectedImageryProviderViewModel,terrainProviderViewModels:Y,selectedTerrainProviderViewModel:t.selectedTerrainProviderViewModel}),M=E.getElementsByClassName("cesium-baseLayerPicker-dropDown")[0]}l(t.imageryProvider)&&t.imageryProvider!==!1&&(n&&(R.viewModel.selectedImagery=void 0),m.imageryLayers.removeAll(),m.imageryLayers.addImageryProvider(t.imageryProvider)),l(t.terrainProvider)&&(n&&(R.viewModel.selectedTerrain=void 0),m.terrainProvider=t.terrainProvider);let L;if(!l(t.navigationHelpButton)||t.navigationHelpButton!==!1){let q=!0;try{if(l(window.localStorage)){let Y=window.localStorage.getItem("cesium-hasSeenNavHelp");l(Y)&&Boolean(Y)?q=!1:window.localStorage.setItem("cesium-hasSeenNavHelp","true")}}catch{}L=new bz({container:E,instructionsInitiallyVisible:y(t.navigationInstructionsInitiallyVisible,q)})}let _;if(!l(t.animation)||t.animation!==!1){let q=document.createElement("div");q.className="cesium-viewer-animationContainer",o.appendChild(q),_=new X4(q,new K4(u))}let T;if(!l(t.timeline)||t.timeline!==!1){let q=document.createElement("div");q.className="cesium-viewer-timelineContainer",o.appendChild(q),T=new Hz(q,c),T.addEventListener("settime",Mye,!1),T.zoomTo(c.startTime,c.stopTime)}let w,P,B;(!l(t.fullscreenButton)||t.fullscreenButton!==!1)&&(B=document.createElement("div"),B.className="cesium-viewer-fullscreenContainer",o.appendChild(B),w=new dz(B,t.fullscreenElement),P=ia(w.viewModel,"isFullscreenEnabled",function(q){B.style.display=q?"block":"none",l(T)&&(T.container.style.right=`${B.clientWidth}px`,T.resize())}));let N,z,V;if(t.vrButton){let q=document.createElement("div");q.className="cesium-viewer-vrContainer",o.appendChild(q),N=new qz(q,m,t.fullScreenElement),z=ia(N.viewModel,"isVREnabled",function(Y){q.style.display=Y?"block":"none",l(w)&&(q.style.right=`${B.clientWidth}px`),l(T)&&(T.container.style.right=`${q.clientWidth}px`,T.resize())}),V=ia(N.viewModel,"isVRMode",function(Y){__t(i,Y)})}this._baseLayerPickerDropDown=M,this._fullscreenSubscription=P,this._vrSubscription=z,this._vrModeSubscription=V,this._dataSourceChangedListeners={},this._automaticallyTrackDataSourceClocks=y(t.automaticallyTrackDataSourceClocks,!0),this._container=e,this._bottomContainer=s,this._element=o,this._cesiumWidget=d,this._selectionIndicator=x,this._infoBox=b,this._dataSourceCollection=p,this._destroyDataSourceCollection=g,this._dataSourceDisplay=A,this._clockViewModel=u,this._destroyClockViewModel=f,this._toolbar=E,this._homeButton=D,this._sceneModePicker=v,this._projectionPicker=O,this._baseLayerPicker=R,this._navigationHelpButton=L,this._animation=_,this._timeline=T,this._fullscreenButton=w,this._vrButton=N,this._geocoder=S,this._eventHelper=C,this._lastWidth=0,this._lastHeight=0,this._allowDataSourcesToSuspendAnimation=!0,this._entityView=void 0,this._enableInfoOrSelection=l(b)||l(x),this._clockTrackedDataSource=void 0,this._trackedEntity=void 0,this._needTrackedEntityUpdate=!1,this._selectedEntity=void 0,this._zoomIsFlight=!1,this._zoomTarget=void 0,this._zoomPromise=void 0,this._zoomOptions=void 0,this._selectedEntityChanged=new _e,this._trackedEntityChanged=new _e,Ae.track(this,["_trackedEntity","_selectedEntity","_clockTrackedDataSource"]),C.add(p.dataSourceAdded,yi.prototype._onDataSourceAdded,this),C.add(p.dataSourceRemoved,yi.prototype._onDataSourceRemoved,this),C.add(m.postUpdate,yi.prototype.resize,this),C.add(m.postRender,yi.prototype._postRender,this);let G=p.length;for(let q=0;q<G;q++)this._dataSourceAdded(p,p.get(q));this._dataSourceAdded(void 0,A.defaultDataSource),C.add(p.dataSourceAdded,yi.prototype._dataSourceAdded,this),C.add(p.dataSourceRemoved,yi.prototype._dataSourceRemoved,this);function k(q){let Y=Bye(i,q);l(Y)?j.getValueOrUndefined(Y.position,i.clock.currentTime)?i.trackedEntity=Y:i.zoomTo(Y):l(i.trackedEntity)&&(i.trackedEntity=void 0)}function X(q){i.selectedEntity=Bye(i,q)}d.screenSpaceEventHandler.setInputAction(X,pn.LEFT_CLICK),d.screenSpaceEventHandler.setInputAction(k,pn.LEFT_DOUBLE_CLICK)}Object.defineProperties(yi.prototype,{container:{get:function(){return this._container}},bottomContainer:{get:function(){return this._bottomContainer}},cesiumWidget:{get:function(){return this._cesiumWidget}},selectionIndicator:{get:function(){return this._selectionIndicator}},infoBox:{get:function(){return this._infoBox}},geocoder:{get:function(){return this._geocoder}},homeButton:{get:function(){return this._homeButton}},sceneModePicker:{get:function(){return this._sceneModePicker}},projectionPicker:{get:function(){return this._projectionPicker}},baseLayerPicker:{get:function(){return this._baseLayerPicker}},navigationHelpButton:{get:function(){return this._navigationHelpButton}},animation:{get:function(){return this._animation}},timeline:{get:function(){return this._timeline}},fullscreenButton:{get:function(){return this._fullscreenButton}},vrButton:{get:function(){return this._vrButton}},dataSourceDisplay:{get:function(){return this._dataSourceDisplay}},entities:{get:function(){return this._dataSourceDisplay.defaultDataSource.entities}},dataSources:{get:function(){return this._dataSourceCollection}},canvas:{get:function(){return this._cesiumWidget.canvas}},scene:{get:function(){return this._cesiumWidget.scene}},shadows:{get:function(){return this.scene.shadowMap.enabled},set:function(e){this.scene.shadowMap.enabled=e}},terrainShadows:{get:function(){return this.scene.globe.shadows},set:function(e){this.scene.globe.shadows=e}},shadowMap:{get:function(){return this.scene.shadowMap}},imageryLayers:{get:function(){return this.scene.imageryLayers}},terrainProvider:{get:function(){return this.scene.terrainProvider},set:function(e){this.scene.terrainProvider=e}},camera:{get:function(){return this.scene.camera}},postProcessStages:{get:function(){return this.scene.postProcessStages}},clock:{get:function(){return this._clockViewModel.clock}},clockViewModel:{get:function(){return this._clockViewModel}},screenSpaceEventHandler:{get:function(){return this._cesiumWidget.screenSpaceEventHandler}},targetFrameRate:{get:function(){return this._cesiumWidget.targetFrameRate},set:function(e){this._cesiumWidget.targetFrameRate=e}},useDefaultRenderLoop:{get:function(){return this._cesiumWidget.useDefaultRenderLoop},set:function(e){this._cesiumWidget.useDefaultRenderLoop=e}},resolutionScale:{get:function(){return this._cesiumWidget.resolutionScale},set:function(e){this._cesiumWidget.resolutionScale=e}},useBrowserRecommendedResolution:{get:function(){return this._cesiumWidget.useBrowserRecommendedResolution},set:function(e){this._cesiumWidget.useBrowserRecommendedResolution=e}},allowDataSourcesToSuspendAnimation:{get:function(){return this._allowDataSourcesToSuspendAnimation},set:function(e){this._allowDataSourcesToSuspendAnimation=e}},trackedEntity:{get:function(){return this._trackedEntity},set:function(e){if(this._trackedEntity!==e){this._trackedEntity=e,Yz(this);let t=this.scene,n=t.mode;!l(e)||!l(e.position)?(this._needTrackedEntityUpdate=!1,(n===ee.COLUMBUS_VIEW||n===ee.SCENE2D)&&(t.screenSpaceCameraController.enableTranslate=!0),(n===ee.COLUMBUS_VIEW||n===ee.SCENE3D)&&(t.screenSpaceCameraController.enableTilt=!0),this._entityView=void 0,this.camera.lookAtTransform(F.IDENTITY)):this._needTrackedEntityUpdate=!0,this._trackedEntityChanged.raiseEvent(e),this.scene.requestRender()}}},selectedEntity:{get:function(){return this._selectedEntity},set:function(e){if(this._selectedEntity!==e){this._selectedEntity=e;let t=l(this._selectionIndicator)?this._selectionIndicator.viewModel:void 0;l(e)?l(t)&&t.animateAppear():l(t)&&t.animateDepart(),this._selectedEntityChanged.raiseEvent(e)}}},selectedEntityChanged:{get:function(){return this._selectedEntityChanged}},trackedEntityChanged:{get:function(){return this._trackedEntityChanged}},clockTrackedDataSource:{get:function(){return this._clockTrackedDataSource},set:function(e){this._clockTrackedDataSource!==e&&(this._clockTrackedDataSource=e,Lye(this._timeline,this.clock,e))}}});yi.prototype.extend=function(e,t){e(this,t)};yi.prototype.resize=function(){let e=this._cesiumWidget,t=this._container,n=t.clientWidth,i=t.clientHeight,o=l(this._animation),r=l(this._timeline);if(e.resize(),n===this._lastWidth&&i===this._lastHeight)return;let s=i-125,a=this._baseLayerPickerDropDown;if(l(a)&&(a.style.maxHeight=`${s}px`),l(this._geocoder)){let g=this._geocoder.searchSuggestionsContainer;g.style.maxHeight=`${s}px`}l(this._infoBox)&&(this._infoBox.viewModel.maxHeight=s);let c=this._timeline,u,f=0,d=0,p=0;if(o&&window.getComputedStyle(this._animation.container).visibility!=="hidden"){let g=this._lastWidth;u=this._animation.container,n>900?(f=169,g<=900&&(u.style.width="169px",u.style.height="112px",this._animation.resize())):n>=600?(f=136,(g<600||g>900)&&(u.style.width="136px",u.style.height="90px",this._animation.resize())):(f=106,(g>600||g===0)&&(u.style.width="106px",u.style.height="70px",this._animation.resize())),d=f+5}if(r&&window.getComputedStyle(this._timeline.container).visibility!=="hidden"){let g=this._fullscreenButton,m=this._vrButton,A=c.container,C=A.style;p=A.clientHeight+3,C.left=`${f}px`;let x=0;l(g)&&(x+=g.container.clientWidth),l(m)&&(x+=m.container.clientWidth),C.right=`${x}px`,c.resize()}this._bottomContainer.style.left=`${d}px`,this._bottomContainer.style.bottom=`${p}px`,this._lastWidth=n,this._lastHeight=i};yi.prototype.forceResize=function(){this._lastWidth=0,this.resize()};yi.prototype.render=function(){this._cesiumWidget.render()};yi.prototype.isDestroyed=function(){return!1};yi.prototype.destroy=function(){let e;this.screenSpaceEventHandler.removeInputAction(pn.LEFT_CLICK),this.screenSpaceEventHandler.removeInputAction(pn.LEFT_DOUBLE_CLICK);let t=this.dataSources,n=t.length;for(e=0;e<n;e++)this._dataSourceRemoved(t,t.get(e));return this._dataSourceRemoved(void 0,this._dataSourceDisplay.defaultDataSource),this._container.removeChild(this._element),this._element.removeChild(this._toolbar),this._eventHelper.removeAll(),l(this._geocoder)&&(this._geocoder=this._geocoder.destroy()),l(this._homeButton)&&(this._homeButton=this._homeButton.destroy()),l(this._sceneModePicker)&&(this._sceneModePicker=this._sceneModePicker.destroy()),l(this._projectionPicker)&&(this._projectionPicker=this._projectionPicker.destroy()),l(this._baseLayerPicker)&&(this._baseLayerPicker=this._baseLayerPicker.destroy()),l(this._animation)&&(this._element.removeChild(this._animation.container),this._animation=this._animation.destroy()),l(this._timeline)&&(this._timeline.removeEventListener("settime",Mye,!1),this._element.removeChild(this._timeline.container),this._timeline=this._timeline.destroy()),l(this._fullscreenButton)&&(this._fullscreenSubscription.dispose(),this._element.removeChild(this._fullscreenButton.container),this._fullscreenButton=this._fullscreenButton.destroy()),l(this._vrButton)&&(this._vrSubscription.dispose(),this._vrModeSubscription.dispose(),this._element.removeChild(this._vrButton.container),this._vrButton=this._vrButton.destroy()),l(this._infoBox)&&(this._element.removeChild(this._infoBox.container),this._infoBox=this._infoBox.destroy()),l(this._selectionIndicator)&&(this._element.removeChild(this._selectionIndicator.container),this._selectionIndicator=this._selectionIndicator.destroy()),this._destroyClockViewModel&&(this._clockViewModel=this._clockViewModel.destroy()),this._dataSourceDisplay=this._dataSourceDisplay.destroy(),this._cesiumWidget=this._cesiumWidget.destroy(),this._destroyDataSourceCollection&&(this._dataSourceCollection=this._dataSourceCollection.destroy()),le(this)};yi.prototype._dataSourceAdded=function(e,t){t.entities.collectionChanged.addEventListener(yi.prototype._onEntityCollectionChanged,this)};yi.prototype._dataSourceRemoved=function(e,t){let n=t.entities;n.collectionChanged.removeEventListener(yi.prototype._onEntityCollectionChanged,this),l(this.trackedEntity)&&n.getById(this.trackedEntity.id)===this.trackedEntity&&(this.trackedEntity=void 0),l(this.selectedEntity)&&n.getById(this.selectedEntity.id)===this.selectedEntity&&(this.selectedEntity=void 0)};yi.prototype._onTick=function(e){let t=e.currentTime,n=this._dataSourceDisplay.update(t);this._allowDataSourcesToSuspendAnimation&&(this._clockViewModel.canAnimate=n);let i=this._entityView;if(l(i)){let f=this._trackedEntity;this._dataSourceDisplay.getBoundingSphere(f,!1,f0)===nt.DONE&&i.update(t,f0)}let o,r=!1,s=this.selectedEntity,a=l(s)&&this._enableInfoOrSelection;a&&s.isShowing&&s.isAvailable(t)&&(this._dataSourceDisplay.getBoundingSphere(s,!0,f0)!==nt.FAILED?o=f0.center:l(s.position)&&(o=s.position.getValue(t,o)),r=l(o));let c=l(this._selectionIndicator)?this._selectionIndicator.viewModel:void 0;l(c)&&(c.position=h.clone(o,c.position),c.showSelection=a&&r,c.update());let u=l(this._infoBox)?this._infoBox.viewModel:void 0;l(u)&&(u.showInfo=a,u.enableCamera=r,u.isCameraTracking=this.trackedEntity===this.selectedEntity,a?(u.titleText=y(s.name,s.id),u.description=j.getValueOrDefault(s.description,t,"")):(u.titleText="",u.description=""))};yi.prototype._onEntityCollectionChanged=function(e,t,n){let i=n.length;for(let o=0;o<i;o++){let r=n[o];this.trackedEntity===r&&(this.trackedEntity=void 0),this.selectedEntity===r&&(this.selectedEntity=void 0)}};yi.prototype._onInfoBoxCameraClicked=function(e){if(e.isCameraTracking&&this.trackedEntity===this.selectedEntity)this.trackedEntity=void 0;else{let n=this.selectedEntity.position;l(n)?this.trackedEntity=this.selectedEntity:this.zoomTo(this.selectedEntity)}};yi.prototype._clearTrackedObject=function(){this.trackedEntity=void 0};yi.prototype._onInfoBoxClockClicked=function(e){this.selectedEntity=void 0};yi.prototype._clearObjects=function(){this.trackedEntity=void 0,this.selectedEntity=void 0};yi.prototype._onDataSourceChanged=function(e){this.clockTrackedDataSource===e&&Lye(this.timeline,this.clock,e)};yi.prototype._onDataSourceAdded=function(e,t){this._automaticallyTrackDataSourceClocks&&(this.clockTrackedDataSource=t);let n=t.entities.id,i=this._eventHelper.add(t.changedEvent,yi.prototype._onDataSourceChanged,this);this._dataSourceChangedListeners[n]=i};yi.prototype._onDataSourceRemoved=function(e,t){let n=this.clockTrackedDataSource===t,i=t.entities.id;if(this._dataSourceChangedListeners[i](),this._dataSourceChangedListeners[i]=void 0,n){let o=e.length;this._automaticallyTrackDataSourceClocks&&o>0?this.clockTrackedDataSource=e.get(o-1):this.clockTrackedDataSource=void 0}};yi.prototype.zoomTo=function(e,t){return Fye(this,e,{offset:t},!1)};yi.prototype.flyTo=function(e,t){return Fye(this,e,t,!0)};function Fye(e,t,n,i){Yz(e);let o=new Promise(r=>{e._completeZoom=function(s){r(s)}});return e._zoomPromise=o,e._zoomIsFlight=i,e._zoomOptions=n,Promise.resolve(t).then(function(r){if(e._zoomPromise===o){if(r instanceof of){r.getViewableRectangle().then(function(s){return BE(s,e.scene)}).then(function(s){e._zoomPromise===o&&(e._zoomTarget=s)});return}if(r instanceof Bu){e._zoomTarget=r;return}if(r instanceof Kv){e._zoomTarget=r;return}if(r.isLoading&&l(r.loadingEvent)){let s=r.loadingEvent.addEventListener(function(){s(),e._zoomPromise===o&&(e._zoomTarget=r.entities.values.slice(0))});return}if(Array.isArray(r)){e._zoomTarget=r.slice(0);return}r=y(r.values,r),l(r.entities)&&(r=r.entities.values),Array.isArray(r)?e._zoomTarget=r.slice(0):e._zoomTarget=[r]}}),e.scene.requestRender(),o}function ab(e){e._zoomPromise=void 0,e._zoomTarget=void 0,e._zoomOptions=void 0}function Yz(e){let t=e._zoomPromise;l(t)&&(ab(e),e._completeZoom(!1))}yi.prototype._postRender=function(){g_t(this),y_t(this)};function g_t(e){let t=e._zoomTarget;if(!l(t)||e.scene.mode===ee.MORPHING)return;let n=e.scene,i=n.camera,o=y(e._zoomOptions,{}),r;if(t instanceof Bu)return t.readyPromise.then(function(){let u=t.boundingSphere;l(o.offset)||(o.offset=new qu(0,-.5,u.radius)),r={offset:o.offset,duration:o.duration,maximumHeight:o.maximumHeight,complete:function(){e._completeZoom(!0)},cancel:function(){e._completeZoom(!1)}},e._zoomIsFlight?i.flyToBoundingSphere(t.boundingSphere,r):(i.viewBoundingSphere(u,o.offset),i.lookAtTransform(F.IDENTITY),e._completeZoom(!0)),ab(e)}).catch(()=>{Yz(e)});if(t instanceof Kv)return t.readyPromise.then(function(){let u=t.boundingSphere;l(o.offset)||(o.offset=new qu(0,-.5,u.radius)),r={offset:o.offset,duration:o.duration,maximumHeight:o.maximumHeight,complete:function(){e._completeZoom(!0)},cancel:function(){e._completeZoom(!1)}},e._zoomIsFlight?i.flyToBoundingSphere(u,r):(i.viewBoundingSphere(u,o.offset),i.lookAtTransform(F.IDENTITY),e._completeZoom(!0)),ab(e)});if(t instanceof he){r={destination:n.mapProjection.ellipsoid.cartographicToCartesian(t),duration:o.duration,maximumHeight:o.maximumHeight,complete:function(){e._completeZoom(!0)},cancel:function(){e._completeZoom(!1)}},e._zoomIsFlight?i.flyTo(r):(i.setView(r),e._completeZoom(!0)),ab(e);return}let s=t,a=[];for(let u=0,f=s.length;u<f;u++){let d=e._dataSourceDisplay.getBoundingSphere(s[u],!1,f0);if(d===nt.PENDING)return;d!==nt.FAILED&&a.push(re.clone(f0))}if(a.length===0){Yz(e);return}e.trackedEntity=void 0;let c=re.fromBoundingSpheres(a);e._zoomIsFlight?(ab(e),i.flyToBoundingSphere(c,{duration:o.duration,maximumHeight:o.maximumHeight,complete:function(){e._completeZoom(!0)},cancel:function(){e._completeZoom(!1)},offset:o.offset})):(i.viewBoundingSphere(c,o.offset),i.lookAtTransform(F.IDENTITY),ab(e),e._completeZoom(!0))}function y_t(e){if(!e._needTrackedEntityUpdate)return;let t=e._trackedEntity,n=e.clock.currentTime,i=j.getValueOrUndefined(t.position,n);if(!l(i))return;let o=e.scene,r=e._dataSourceDisplay.getBoundingSphere(t,!1,f0);if(r===nt.PENDING)return;let s=o.mode;(s===ee.COLUMBUS_VIEW||s===ee.SCENE2D)&&(o.screenSpaceCameraController.enableTranslate=!1),(s===ee.COLUMBUS_VIEW||s===ee.SCENE3D)&&(o.screenSpaceCameraController.enableTilt=!1);let a=r!==nt.FAILED?f0:void 0;e._entityView=new o2(t,o,o.mapProjection.ellipsoid),e._entityView.update(n,a),e._needTrackedEntityUpdate=!1}var Nye=yi;function A_t(e){let t=document.createElement("div");t.className="cesium-viewer-cesium3DTilesInspectorContainer",e.container.appendChild(t);let n=new oz(t,e.scene);Object.defineProperties(e,{cesium3DTilesInspector:{get:function(){return n}}})}var kye=A_t;function C_t(e){let t=document.createElement("div");t.className="cesium-viewer-cesiumInspectorContainer",e.container.appendChild(t);let n=new az(t,e.scene);Object.defineProperties(e,{cesiumInspector:{get:function(){return n}}})}var Vye=C_t;function x_t(e,t){t=y(t,y.EMPTY_OBJECT);let n=!0,i=y(t.flyToOnDrop,!0),o=new _e,r=y(t.clearOnDrop,!0),s=y(t.dropTarget,e.container),a=y(t.clampToGround,!0),c=t.proxy;s=Pn(s),Object.defineProperties(e,{dropTarget:{get:function(){return s},set:function(f){Uye(s,u),s=f,oY(s,u)}},dropEnabled:{get:function(){return n},set:function(f){f!==n&&(f?oY(s,u):Uye(s,u),n=f)}},dropError:{get:function(){return o}},clearOnDrop:{get:function(){return r},set:function(f){r=f}},flyToOnDrop:{get:function(){return i},set:function(f){i=f}},proxy:{get:function(){return c},set:function(f){c=f}},clampToGround:{get:function(){return a},set:function(f){a=f}}});function u(f){VA(f),r&&(e.entities.removeAll(),e.dataSources.removeAll());let d=f.dataTransfer.files,p=d.length;for(let g=0;g<p;g++){let m=d[g],A=new FileReader;A.onload=T_t(e,m,c,a),A.onerror=E_t(e,m),A.readAsText(m)}}oY(s,u),e.destroy=Vk(e,e.destroy,function(){e.dropEnabled=!1}),e._handleDrop=u}function VA(e){e.stopPropagation(),e.preventDefault()}function Uye(e,t){let n=e;l(n)&&(n.removeEventListener("drop",t,!1),n.removeEventListener("dragenter",VA,!1),n.removeEventListener("dragover",VA,!1),n.removeEventListener("dragexit",VA,!1))}function oY(e,t){e.addEventListener("drop",t,!1),e.addEventListener("dragenter",VA,!1),e.addEventListener("dragover",VA,!1),e.addEventListener("dragexit",VA,!1)}function T_t(e,t,n,i){let o=e.scene;return function(r){let s=t.name;try{let a;if(/\.czml$/i.test(s))a=uN.load(JSON.parse(r.target.result),{sourceUri:s});else if(/\.geojson$/i.test(s)||/\.json$/i.test(s)||/\.topojson$/i.test(s))a=e3.load(JSON.parse(r.target.result),{sourceUri:s,clampToGround:i});else if(/\.(kml|kmz)$/i.test(s))a=X3.load(t,{sourceUri:s,proxy:n,camera:o.camera,canvas:o.canvas,clampToGround:i,screenOverlayContainer:e.container});else if(/\.gpx$/i.test(s))a=R3.load(t,{sourceUri:s,proxy:n});else{e.dropError.raiseEvent(e,s,`Unrecognized file: ${s}`);return}l(a)&&e.dataSources.add(a).then(function(c){e.flyToOnDrop&&e.flyTo(c)}).catch(function(c){e.dropError.raiseEvent(e,s,c)})}catch(a){e.dropError.raiseEvent(e,s,a)}}}function E_t(e,t){return function(n){e.dropError.raiseEvent(e,t.name,n.target.error)}}var zye=x_t;function b_t(e,t){t=y(t,y.EMPTY_OBJECT);let n=new Dz({scene:e.scene,container:e.bottomContainer,lowFrameRateMessage:t.lowFrameRateMessage});Object.defineProperties(e,{performanceWatchdog:{get:function(){return n}}})}var Hye=b_t;var S_t={FLOAT:"float",VEC2:"vec2",VEC3:"vec3",VEC4:"vec4",INT:"int",INT_VEC2:"ivec2",INT_VEC3:"ivec3",INT_VEC4:"ivec4",BOOL:"bool",BOOL_VEC2:"bvec2",BOOL_VEC3:"bvec3",BOOL_VEC4:"bvec4",MAT2:"mat2",MAT3:"mat2",MAT4:"mat4",SAMPLER_2D:"sampler2D",SAMPLER_CUBE:"samplerCube"},iP=Object.freeze(S_t);function cb(){this._defaultTexture=void 0,this._textures={},this._loadedImages=[],this._lastUpdatedFrame=-1}cb.prototype.getTexture=function(e){return this._textures[e]};function w_t(e,t,n){n.resource.fetchImage().then(function(i){e._loadedImages.push({id:t,image:i,textureUniform:n})}).catch(function(){let i=e._textures[t];l(i)&&i!==e._defaultTexture&&i.destroy(),e._textures[t]=e._defaultTexture})}cb.prototype.loadTexture2D=function(e,t){l(t.typedArray)?this._loadedImages.push({id:e,textureUniform:t}):w_t(this,e,t)};function D_t(e,t,n){let{id:i,textureUniform:o,image:r}=t,s=n.webgl2?Xz(o,r,n):v_t(o,r,n),a=e._textures[i];l(a)&&a!==n.defaultTexture&&a.destroy(),e._textures[i]=s}function Xz(e,t,n){let{typedArray:i,sampler:o}=e,r=l(i)?Wye(e,n):new Rt({context:n,source:t,sampler:o});return Gye(o)&&r.generateMipmap(),r}function v_t(e,t,n){let{typedArray:i,sampler:o}=e,r=Gye(o),s=o.wrapS===In.REPEAT||o.wrapS===In.MIRRORED_REPEAT||o.wrapT===In.REPEAT||o.wrapT===In.MIRRORED_REPEAT,{width:a,height:c}=l(i)?e:t,u=[a,c].every(I.isPowerOfTwo);if((r||s)&&!u)if(l(i)){if(e.pixelDatatype===qe.UNSIGNED_BYTE){let d=xk(i,a,c),p=K0(d);return Xz({sampler:o},p,n)}}else{let d=K0(t);return Xz(e,d,n)}else return Xz(e,t,n);return r?console.warn("Texture requires resizing for mipmaps but pixelDataType cannot be resized. The texture may be rendered incorrectly."):s&&console.warn("Texture requires resizing for wrapping but pixelDataType cannot be resized. The texture may be rendered incorrectly."),Wye(e,n)}function Gye(e){return[cn.NEAREST_MIPMAP_NEAREST,cn.NEAREST_MIPMAP_LINEAR,cn.LINEAR_MIPMAP_NEAREST,cn.LINEAR_MIPMAP_LINEAR].includes(e.minificationFilter)}function Wye(e,t){let{pixelFormat:n,pixelDatatype:i,width:o,height:r,typedArray:s,sampler:a}=e;return new Rt({context:t,pixelFormat:n,pixelDatatype:i,source:{arrayBufferView:s,width:o,height:r},sampler:a,flipY:!1})}cb.prototype.update=function(e){if(e.frameNumber===this._lastUpdatedFrame)return;this._lastUpdatedFrame=e.frameNumber;let t=e.context;this._defaultTexture=t.defaultTexture;let n=this._loadedImages;for(let i=0;i<n.length;i++){let o=n[i];D_t(this,o,t)}n.length=0};cb.prototype.isDestroyed=function(){return!1};cb.prototype.destroy=function(){let e=this._textures;for(let t in e)if(e.hasOwnProperty(t)){let n=e[t];n!==this._defaultTexture&&n.destroy()}return le(this)};var Kz=cb;function oP(e){e=y(e,y.EMPTY_OBJECT),this.mode=y(e.mode,w_.MODIFY_MATERIAL),this.lightingModel=e.lightingModel,this.uniforms=y(e.uniforms,y.EMPTY_OBJECT),this.varyings=y(e.varyings,y.EMPTY_OBJECT),this.vertexShaderText=e.vertexShaderText,this.fragmentShaderText=e.fragmentShaderText,this.translucencyMode=y(e.translucencyMode,ry.INHERIT),this._textureManager=new Kz,this._defaultTexture=void 0,this.uniformMap=P_t(this),this.usedVariablesVertex={attributeSet:{},featureIdSet:{},metadataSet:{}},this.usedVariablesFragment={attributeSet:{},featureIdSet:{},metadataSet:{},materialSet:{}},B_t(this),R_t(this)}function P_t(e){let t=e.uniforms,n={};for(let i in t)if(t.hasOwnProperty(i)){let o=t[i];o.type===iP.SAMPLER_2D?(e._textureManager.loadTexture2D(i,o.value),n[i]=I_t(e,i)):n[i]=O_t(e,i)}return n}function I_t(e,t){return function(){return y(e._textureManager.getTexture(t),e._defaultTexture)}}function O_t(e,t){return function(){return e.uniforms[t].value}}function UA(e,t,n){let i;for(;(i=t.exec(e))!==null;){let o=i[1];n[o]=!0}}function B_t(e){let t=/[vf]sInput\.attributes\.(\w+)/g,n=/[vf]sInput\.featureIds\.(\w+)/g,i=/[vf]sInput\.metadata.(\w+)/g,o,r=e.vertexShaderText;l(r)&&(o=e.usedVariablesVertex.attributeSet,UA(r,t,o),o=e.usedVariablesVertex.featureIdSet,UA(r,n,o),o=e.usedVariablesVertex.metadataSet,UA(r,i,o));let s=e.fragmentShaderText;if(l(s)){o=e.usedVariablesFragment.attributeSet,UA(s,t,o),o=e.usedVariablesFragment.featureIdSet,UA(s,n,o),o=e.usedVariablesFragment.metadataSet,UA(s,i,o);let a=/material\.(\w+)/g,c=e.usedVariablesFragment.materialSet;UA(s,a,c)}}function jye(e){let t=/^.*MC$/,n=/^.*WC$/,i=/^.*EC$/;return t.test(e)?`${e} (model coordinates)`:n.test(e)?`${e} (Cartesian world coordinates)`:i.test(e)?`${e} (eye coordinates)`:e}function Ha(e,t,n,i){if(e.hasOwnProperty(t)){let o=`${jye(t)} is not available in the ${i} shader. Did you mean ${jye(n)} instead?`;throw new ye(o)}}function R_t(e){let t=e.usedVariablesVertex.attributeSet;Ha(t,"position","positionMC","vertex"),Ha(t,"normal","normalMC","vertex"),Ha(t,"tangent","tangentMC","vertex"),Ha(t,"bitangent","bitangentMC","vertex"),Ha(t,"positionWC","positionMC","vertex"),Ha(t,"positionEC","positionMC","vertex"),Ha(t,"normalEC","normalMC","vertex"),Ha(t,"tangentEC","tangentMC","vertex"),Ha(t,"bitangentEC","bitangentMC","vertex");let n=e.usedVariablesFragment.attributeSet;Ha(n,"position","positionEC","fragment"),Ha(n,"normal","normalEC","fragment"),Ha(n,"tangent","tangentEC","fragment"),Ha(n,"bitangent","bitangentEC","fragment"),Ha(n,"normalMC","normalEC","fragment"),Ha(n,"tangentMC","tangentEC","fragment"),Ha(n,"bitangentMC","bitangentEC","fragment")}oP.prototype.setUniform=function(e,t){let n=this.uniforms[e];n.type===iP.SAMPLER_2D?this._textureManager.loadTexture2D(e,t):l(t.clone)?n.value=t.clone(n.value):n.value=t};oP.prototype.update=function(e){this._defaultTexture=e.context.defaultTexture,this._textureManager.update(e)};oP.prototype.isDestroyed=function(){return!1};oP.prototype.destroy=function(){this._textureManager=this._textureManager&&this._textureManager.destroy(),le(this)};var qye=oP;function M_t(e){e=y(e,y.EMPTY_OBJECT),this.typedArray=e.typedArray,this.width=e.width,this.height=e.height,this.pixelFormat=y(e.pixelFormat,ft.RGBA),this.pixelDatatype=y(e.pixelDatatype,qe.UNSIGNED_BYTE);let t=e.url;typeof t=="string"&&(t=Pe.createIfNeeded(t)),this.resource=t;let i=y(e.repeat,!0)?In.REPEAT:In.CLAMP_TO_EDGE;this.sampler=new dn({wrapS:i,wrapT:i,minificationFilter:e.minificationFilter,magnificationFilter:e.magnificationFilter,maximumAnisotropy:e.maximumAnisotropy})}var Yye=M_t;var L_t={FLOAT:"float",VEC2:"vec2",VEC3:"vec3",VEC4:"vec4",MAT2:"mat2",MAT3:"mat2",MAT4:"mat4"},Xye=Object.freeze(L_t);function F_t(e,t,n){let i;try{return i=e(t,n),i}catch(o){return Promise.reject(o)}}function N_t(e){let t;return function(n){let i=n.data,o=[],r={id:i.id,result:void 0,error:void 0};return Promise.resolve(F_t(e,i.parameters,o)).then(function(s){r.result=s}).catch(function(s){s instanceof Error?r.error={name:s.name,message:s.message,stack:s.stack}:r.error=s}).finally(function(){l(t)||(t=y(self.webkitPostMessage,self.postMessage)),i.canTransferArrayBuffer||(o.length=0);try{t(r,o)}catch(s){r.result=void 0,r.error=`postMessage failed with error: ${mp(s)}
with responseMessage: ${JSON.stringify(r)}`,t(r)}})}}var Kye=N_t;var k_t="1.98";0&&(module.exports={AlphaMode,AlphaPipelineStage,Animation,AnimationViewModel,Appearance,ApproximateTerrainHeights,ArcGISTiledElevationTerrainProvider,ArcGisMapServerImageryProvider,ArcType,ArticulationStageType,AssociativeArray,AttributeCompression,AttributeType,AutoExposure,AutomaticUniforms,Axis,AxisAlignedBoundingBox,B3dmLoader,B3dmParser,BaseLayerPicker,BaseLayerPickerViewModel,BatchTable,BatchTableHierarchy,BatchTexture,BatchTexturePipelineStage,Billboard,BillboardCollection,BillboardGraphics,BillboardVisualizer,BingMapsGeocoderService,BingMapsImageryProvider,BingMapsStyle,BlendEquation,BlendFunction,BlendOption,BlendingState,BoundingRectangle,BoundingSphere,BoundingSphereState,BoxEmitter,BoxGeometry,BoxGeometryUpdater,BoxGraphics,BoxOutlineGeometry,BrdfLutGenerator,Buffer,BufferLoader,BufferUsage,CPUStylingPipelineStage,CallbackProperty,Camera,CameraEventAggregator,CameraEventType,CameraFlightPath,Cartesian2,Cartesian3,Cartesian4,Cartographic,CartographicGeocoderService,CatmullRomSpline,Cesium3DContentGroup,Cesium3DTile,Cesium3DTileBatchTable,Cesium3DTileColorBlendMode,Cesium3DTileContent,Cesium3DTileContentFactory,Cesium3DTileContentState,Cesium3DTileContentType,Cesium3DTileFeature,Cesium3DTileFeatureTable,Cesium3DTileOptimizationHint,Cesium3DTileOptimizations,Cesium3DTilePass,Cesium3DTilePassState,Cesium3DTilePointFeature,Cesium3DTileRefine,Cesium3DTileStyle,Cesium3DTileStyleEngine,Cesium3DTilesInspector,Cesium3DTilesInspectorViewModel,Cesium3DTileset,Cesium3DTilesetCache,Cesium3DTilesetGraphics,Cesium3DTilesetHeatmap,Cesium3DTilesetMetadata,Cesium3DTilesetMostDetailedTraversal,Cesium3DTilesetStatistics,Cesium3DTilesetTraversal,Cesium3DTilesetVisualizer,CesiumInspector,CesiumInspectorViewModel,CesiumTerrainProvider,CesiumWidget,Check,CheckerboardMaterialProperty,CircleEmitter,CircleGeometry,CircleOutlineGeometry,ClassificationModelDrawCommand,ClassificationPipelineStage,ClassificationPrimitive,ClassificationType,ClearCommand,ClippingPlane,ClippingPlaneCollection,Clock,ClockRange,ClockStep,ClockViewModel,CloudCollection,CloudType,Color,ColorBlendMode,ColorGeometryInstanceAttribute,ColorMaterialProperty,Command,ComponentDatatype,Composite3DTileContent,CompositeEntityCollection,CompositeMaterialProperty,CompositePositionProperty,CompositeProperty,CompressedTextureBuffer,ComputeCommand,ComputeEngine,ConditionsExpression,ConeEmitter,ConstantPositionProperty,ConstantProperty,ConstantSpline,ContentMetadata,Context,ContextLimits,CoplanarPolygonGeometry,CoplanarPolygonGeometryLibrary,CoplanarPolygonOutlineGeometry,CornerType,CorridorGeometry,CorridorGeometryLibrary,CorridorGeometryUpdater,CorridorGraphics,CorridorOutlineGeometry,Credit,CreditDisplay,CubeMap,CubeMapFace,CubicRealPolynomial,CullFace,CullingVolume,CumulusCloud,CustomDataSource,CustomHeightmapTerrainProvider,CustomShader,CustomShaderMode,CustomShaderPipelineStage,CustomShaderTranslucencyMode,CylinderGeometry,CylinderGeometryLibrary,CylinderGeometryUpdater,CylinderGraphics,CylinderOutlineGeometry,CzmlDataSource,DataSource,DataSourceClock,DataSourceCollection,DataSourceDisplay,DebugAppearance,DebugCameraPrimitive,DebugInspector,DebugModelMatrixPrimitive,DefaultProxy,DepthFunction,DepthPlane,DequantizationPipelineStage,DerivedCommand,DeveloperError,DeviceOrientationCameraController,DirectionalLight,DiscardEmptyTileImagePolicy,DiscardMissingTileImagePolicy,DistanceDisplayCondition,DistanceDisplayConditionGeometryInstanceAttribute,DoubleEndedPriorityQueue,DoublyLinkedList,DracoLoader,DrawCommand,DynamicGeometryBatch,DynamicGeometryUpdater,EarthOrientationParameters,EarthOrientationParametersSample,EasingFunction,EllipseGeometry,EllipseGeometryLibrary,EllipseGeometryUpdater,EllipseGraphics,EllipseOutlineGeometry,Ellipsoid,EllipsoidGeodesic,EllipsoidGeometry,EllipsoidGeometryUpdater,EllipsoidGraphics,EllipsoidOutlineGeometry,EllipsoidPrimitive,EllipsoidRhumbLine,EllipsoidSurfaceAppearance,EllipsoidTangentPlane,EllipsoidTerrainProvider,EllipsoidalOccluder,Empty3DTileContent,EncodedCartesian3,Entity,EntityCluster,EntityCollection,EntityView,Event,EventHelper,Expression,ExpressionNodeType,ExtrapolationType,FeatureDetection,FeatureIdPipelineStage,Fog,ForEach,FrameRateMonitor,FrameState,Framebuffer,FramebufferManager,FrustumCommands,FrustumGeometry,FrustumOutlineGeometry,Fullscreen,FullscreenButton,FullscreenButtonViewModel,GeoJsonDataSource,GeoJsonLoader,GeocodeType,Geocoder,GeocoderService,GeocoderViewModel,GeographicProjection,GeographicTilingScheme,Geometry,Geometry3DTileContent,GeometryAttribute,GeometryAttributes,GeometryFactory,GeometryInstance,GeometryInstanceAttribute,GeometryOffsetAttribute,GeometryPipeline,GeometryPipelineStage,GeometryType,GeometryUpdater,GeometryVisualizer,GetFeatureInfoFormat,Globe,GlobeDepth,GlobeSurfaceShaderSet,GlobeSurfaceTile,GlobeSurfaceTileProvider,GlobeTranslucency,GlobeTranslucencyFramebuffer,GlobeTranslucencyState,GltfBufferViewLoader,GltfDracoLoader,GltfImageLoader,GltfIndexBufferLoader,GltfJsonLoader,GltfLoader,GltfLoaderUtil,GltfStructuralMetadataLoader,GltfTextureLoader,GltfVertexBufferLoader,GoogleEarthEnterpriseImageryProvider,GoogleEarthEnterpriseMapsProvider,GoogleEarthEnterpriseMetadata,GoogleEarthEnterpriseTerrainData,GoogleEarthEnterpriseTerrainProvider,GoogleEarthEnterpriseTileInformation,GpxDataSource,GregorianDate,GridImageryProvider,GridMaterialProperty,GroundGeometryUpdater,GroundPolylineGeometry,GroundPolylinePrimitive,GroundPrimitive,GroupMetadata,HeadingPitchRange,HeadingPitchRoll,Heap,HeightReference,HeightmapEncoding,HeightmapTerrainData,HeightmapTessellator,HermitePolynomialApproximation,HermiteSpline,HilbertOrder,HomeButton,HomeButtonViewModel,HorizontalOrigin,I3dmLoader,I3dmParser,Iau2000Orientation,Iau2006XysData,Iau2006XysSample,IauOrientationAxes,IauOrientationParameters,ImageBasedLighting,ImageBasedLightingPipelineStage,ImageMaterialProperty,Imagery,ImageryLayer,ImageryLayerCollection,ImageryLayerFeatureInfo,ImageryProvider,ImageryState,Implicit3DTileContent,ImplicitAvailabilityBitstream,ImplicitMetadataView,ImplicitSubdivisionScheme,ImplicitSubtree,ImplicitSubtreeMetadata,ImplicitTileCoordinates,ImplicitTileset,IndexDatatype,InfoBox,InfoBoxViewModel,InspectorShared,InstanceAttributeSemantic,InstancingPipelineStage,InterpolationAlgorithm,InterpolationType,Intersect,IntersectionTests,Intersections2D,Interval,InvertClassification,Ion,IonGeocoderService,IonImageryProvider,IonResource,IonWorldImageryStyle,Iso8601,JobScheduler,JobType,JsonMetadataTable,JulianDate,KTX2Transcoder,KeyboardEventModifier,KmlCamera,KmlDataSource,KmlLookAt,KmlTour,KmlTourFlyTo,KmlTourWait,Label,LabelCollection,LabelGraphics,LabelStyle,LabelVisualizer,LagrangePolynomialApproximation,LeapSecond,Light,LightingModel,LightingPipelineStage,LinearApproximation,LinearSpline,ManagedArray,MapMode2D,MapProjection,MapboxImageryProvider,MapboxStyleImageryProvider,Material,MaterialAppearance,MaterialPipelineStage,MaterialProperty,Math,Matrix2,Matrix3,Matrix4,MetadataClass,MetadataClassProperty,MetadataComponentType,MetadataEntity,MetadataEnum,MetadataEnumValue,MetadataPipelineStage,MetadataSchema,MetadataSchemaLoader,MetadataSemantic,MetadataTable,MetadataTableProperty,MetadataType,MipmapHint,Model,Model3DTileContent,ModelAlphaOptions,ModelAnimation,ModelAnimationChannel,ModelAnimationCollection,ModelAnimationLoop,ModelAnimationState,ModelArticulation,ModelArticulationStage,ModelClippingPlanesPipelineStage,ModelColorPipelineStage,ModelComponents,ModelDrawCommand,ModelFeature,ModelFeatureTable,ModelGraphics,ModelLightingOptions,ModelMatrixUpdateStage,ModelNode,ModelRenderResources,ModelRuntimeNode,ModelRuntimePrimitive,ModelSceneGraph,ModelSilhouettePipelineStage,ModelSkin,ModelSplitterPipelineStage,ModelStatistics,ModelType,ModelUtility,ModelVisualizer,Moon,MorphTargetsPipelineStage,MorphWeightSpline,MortonOrder,Multiple3DTileContent,MultisampleFramebuffer,NavigationHelpButton,NavigationHelpButtonViewModel,NearFarScalar,NeverTileDiscardPolicy,NodeRenderResources,NodeStatisticsPipelineStage,NodeTransformationProperty,OIT,Occluder,OctahedralProjectedCubeMap,OffsetGeometryInstanceAttribute,OpenCageGeocoderService,OpenStreetMapImageryProvider,OrderedGroundPrimitiveCollection,OrientedBoundingBox,OrthographicFrustum,OrthographicOffCenterFrustum,Packable,PackableForInterpolation,Particle,ParticleBurst,ParticleEmitter,ParticleSystem,Pass,PassState,PathGraphics,PathVisualizer,PeliasGeocoderService,PerInstanceColorAppearance,PerformanceDisplay,PerformanceWatchdog,PerformanceWatchdogViewModel,PerspectiveFrustum,PerspectiveOffCenterFrustum,PickDepth,PickDepthFramebuffer,PickFramebuffer,Picking,PickingPipelineStage,PinBuilder,PixelDatatype,PixelFormat,Plane,PlaneGeometry,PlaneGeometryUpdater,PlaneGraphics,PlaneOutlineGeometry,PntsLoader,PntsParser,PointCloud,PointCloudEyeDomeLighting,PointCloudShading,PointCloudStylingPipelineStage,PointGraphics,PointPrimitive,PointPrimitiveCollection,PointVisualizer,PolygonGeometry,PolygonGeometryLibrary,PolygonGeometryUpdater,PolygonGraphics,PolygonHierarchy,PolygonOutlineGeometry,PolygonPipeline,Polyline,PolylineArrowMaterialProperty,PolylineCollection,PolylineColorAppearance,PolylineDashMaterialProperty,PolylineGeometry,PolylineGeometryUpdater,PolylineGlowMaterialProperty,PolylineGraphics,PolylineMaterialAppearance,PolylineOutlineMaterialProperty,PolylinePipeline,PolylineVisualizer,PolylineVolumeGeometry,PolylineVolumeGeometryLibrary,PolylineVolumeGeometryUpdater,PolylineVolumeGraphics,PolylineVolumeOutlineGeometry,PositionProperty,PositionPropertyArray,PostProcessStage,PostProcessStageCollection,PostProcessStageComposite,PostProcessStageLibrary,PostProcessStageSampleMode,PostProcessStageTextureCache,Primitive,PrimitiveCollection,PrimitiveLoadPlan,PrimitiveOutlineGenerator,PrimitiveOutlinePipelineStage,PrimitivePipeline,PrimitiveRenderResources,PrimitiveState,PrimitiveStatisticsPipelineStage,PrimitiveType,ProjectionPicker,ProjectionPickerViewModel,Property,PropertyArray,PropertyAttribute,PropertyAttributeProperty,PropertyBag,PropertyTable,PropertyTexture,PropertyTextureProperty,ProviderViewModel,Proxy,QuadraticRealPolynomial,QuadtreeOccluders,QuadtreePrimitive,QuadtreeTile,QuadtreeTileLoadState,QuadtreeTileProvider,QuantizedMeshTerrainData,QuarticRealPolynomial,Quaternion,QuaternionSpline,Queue,Ray,Rectangle,RectangleCollisionChecker,RectangleGeometry,RectangleGeometryLibrary,RectangleGeometryUpdater,RectangleGraphics,RectangleOutlineGeometry,ReferenceFrame,ReferenceProperty,RenderState,Renderbuffer,RenderbufferFormat,Request,RequestErrorEvent,RequestScheduler,RequestState,RequestType,Resource,ResourceCache,ResourceCacheKey,ResourceCacheStatistics,ResourceLoader,ResourceLoaderState,Rotation,RuntimeError,S2Cell,SDFSettings,SampledPositionProperty,SampledProperty,Sampler,ScaledPositionProperty,Scene,SceneFramebuffer,SceneMode,SceneMode2DPipelineStage,SceneModePicker,SceneModePickerViewModel,SceneTransforms,SceneTransitioner,ScreenSpaceCameraController,ScreenSpaceEventHandler,ScreenSpaceEventType,SelectedFeatureIdPipelineStage,SelectionIndicator,SelectionIndicatorViewModel,ShaderBuilder,ShaderCache,ShaderDestination,ShaderFunction,ShaderProgram,ShaderSource,ShaderStruct,ShadowMap,ShadowMapShader,ShadowMode,ShadowVolumeAppearance,ShowGeometryInstanceAttribute,Simon1994PlanetaryPositions,SimplePolylineGeometry,SingleTileImageryProvider,SkinningPipelineStage,SkyAtmosphere,SkyBox,SphereEmitter,SphereGeometry,SphereOutlineGeometry,Spherical,Spline,SplitDirection,Splitter,StaticGeometryColorBatch,StaticGeometryPerMaterialBatch,StaticGroundGeometryColorBatch,StaticGroundGeometryPerMaterialBatch,StaticGroundPolylinePerMaterialBatch,StaticOutlineGeometryBatch,StencilConstants,StencilFunction,StencilOperation,SteppedSpline,StripeMaterialProperty,StripeOrientation,StructuralMetadata,StyleCommandsNeeded,StyleExpression,Sun,SunLight,SunPostProcess,SupportedImageFormats,SvgPathBindingHandler,TaskProcessor,TerrainData,TerrainEncoding,TerrainExaggeration,TerrainFillMesh,TerrainMesh,TerrainOffsetProperty,TerrainProvider,TerrainQuantization,TerrainState,Texture,TextureAtlas,TextureCache,TextureMagnificationFilter,TextureManager,TextureMinificationFilter,TextureUniform,TextureWrap,TileAvailability,TileBoundingRegion,TileBoundingS2Cell,TileBoundingSphere,TileBoundingVolume,TileCoordinatesImageryProvider,TileCoordinatesImageryProviderFlw,TileCoordinatesImageryProviderJww,TileDiscardPolicy,TileEdge,TileImagery,TileMapServiceImageryProvider,TileMetadata,TileOrientedBoundingBox,TileProviderError,TileReplacementQueue,TileSelectionResult,TileState,Tileset3DTileContent,TilesetMetadata,TilesetPipelineStage,TilingScheme,TimeConstants,TimeDynamicImagery,TimeDynamicPointCloud,TimeInterval,TimeIntervalCollection,TimeIntervalCollectionPositionProperty,TimeIntervalCollectionProperty,TimeStandard,Timeline,TimelineHighlightRange,TimelineTrack,Tipsify,ToggleButtonViewModel,Tonemapper,Transforms,TranslationRotationScale,TranslucentTileClassification,TridiagonalSystemSolver,TrustedServers,TweenCollection,UniformState,UniformType,UrlTemplateImageryProvider,VERSION,VRButton,VRButtonViewModel,VRTheWorldTerrainProvider,VaryingType,Vector3DTileBatch,Vector3DTileClampedPolylines,Vector3DTileContent,Vector3DTileGeometry,Vector3DTilePoints,Vector3DTilePolygons,Vector3DTilePolylines,Vector3DTilePrimitive,VelocityOrientationProperty,VelocityVectorProperty,VertexArray,VertexArrayFacade,VertexAttributeSemantic,VertexFormat,VerticalOrigin,VideoSynchronizer,View,Viewer,ViewportQuad,Visibility,Visualizer,VulkanConstants,WallGeometry,WallGeometryLibrary,WallGeometryUpdater,WallGraphics,WallOutlineGeometry,WebGLConstants,WebMapServiceImageryProvider,WebMapTileServiceImageryProvider,WebMercatorProjection,WebMercatorTilingScheme,WindingOrder,WireframeIndexGenerator,WireframePipelineStage,_shadersAcesTonemappingStage,_shadersAdditiveBlend,_shadersAdjustTranslucentFS,_shadersAllMaterialAppearanceFS,_shadersAllMaterialAppearanceVS,_shadersAmbientOcclusionGenerate,_shadersAmbientOcclusionModulate,_shadersAspectRampMaterial,_shadersAtmosphereCommon,_shadersBasicMaterialAppearanceFS,_shadersBasicMaterialAppearanceVS,_shadersBillboardCollectionFS,_shadersBillboardCollectionVS,_shadersBlackAndWhite,_shadersBloomComposite,_shadersBrdfLutGeneratorFS,_shadersBrightPass,_shadersBrightness,_shadersBumpMapMaterial,_shadersCPUStylingStageFS,_shadersCPUStylingStageVS,_shadersCheckerboardMaterial,_shadersCloudCollectionFS,_shadersCloudCollectionVS,_shadersCloudNoiseFS,_shadersCloudNoiseVS,_shadersCompareAndPackTranslucentDepth,_shadersCompositeOITFS,_shadersCompositeTranslucentClassification,_shadersContrastBias,_shadersCustomShaderStageFS,_shadersCustomShaderStageVS,_shadersCzmBuiltins,_shadersDepthOfField,_shadersDepthPlaneFS,_shadersDepthPlaneVS,_shadersDepthView,_shadersDepthViewPacked,_shadersDotMaterial,_shadersEdgeDetection,_shadersElevationBandMaterial,_shadersElevationContourMaterial,_shadersElevationRampMaterial,_shadersEllipsoidFS,_shadersEllipsoidSurfaceAppearanceFS,_shadersEllipsoidSurfaceAppearanceVS,_shadersEllipsoidVS,_shadersFXAA,_shadersFXAA3_11,_shadersFadeMaterial,_shadersFeatureIdStageFS,_shadersFeatureIdStageVS,_shadersFilmicTonemapping,_shadersGaussianBlur1D,_shadersGeometryStageFS,_shadersGeometryStageVS,_shadersGlobeFS,_shadersGlobeVS,_shadersGridMaterial,_shadersGroundAtmosphere,_shadersHSBToRGB,_shadersHSLToRGB,_shadersImageBasedLightingStageFS,_shadersInstancingStageCommon,_shadersInstancingStageVS,_shadersLegacyInstancingStageVS,_shadersLensFlare,_shadersLightingStageFS,_shadersMaterialStageFS,_shadersMetadataStageFS,_shadersMetadataStageVS,_shadersModelClippingPlanesStageFS,_shadersModelColorStageFS,_shadersModelFS,_shadersModelSilhouetteStageFS,_shadersModelSilhouetteStageVS,_shadersModelSplitterStageFS,_shadersModelVS,_shadersModifiedReinhardTonemapping,_shadersMorphTargetsStageVS,_shadersNightVision,_shadersNormalMapMaterial,_shadersOctahedralProjectionAtlasFS,_shadersOctahedralProjectionFS,_shadersOctahedralProjectionVS,_shadersPassThrough,_shadersPassThroughDepth,_shadersPerInstanceColorAppearanceFS,_shadersPerInstanceColorAppearanceVS,_shadersPerInstanceFlatColorAppearanceFS,_shadersPerInstanceFlatColorAppearanceVS,_shadersPointCloudEyeDomeLighting,_shadersPointCloudStylingStageVS,_shadersPointPrimitiveCollectionFS,_shadersPointPrimitiveCollectionVS,_shadersPolylineArrowMaterial,_shadersPolylineColorAppearanceVS,_shadersPolylineCommon,_shadersPolylineDashMaterial,_shadersPolylineFS,_shadersPolylineGlowMaterial,_shadersPolylineMaterialAppearanceVS,_shadersPolylineOutlineMaterial,_shadersPolylineShadowVolumeFS,_shadersPolylineShadowVolumeMorphFS,_shadersPolylineShadowVolumeMorphVS,_shadersPolylineShadowVolumeVS,_shadersPolylineVS,_shadersPrimitiveOutlineStageFS,_shadersPrimitiveOutlineStageVS,_shadersRGBToHSB,_shadersRGBToHSL,_shadersRGBToXYZ,_shadersReinhardTonemapping,_shadersReprojectWebMercatorFS,_shadersReprojectWebMercatorVS,_shadersRimLightingMaterial,_shadersSelectedFeatureIdStageCommon,_shadersShadowVolumeAppearanceFS,_shadersShadowVolumeAppearanceVS,_shadersShadowVolumeFS,_shadersSilhouette,_shadersSkinningStageVS,_shadersSkyAtmosphereCommon,_shadersSkyAtmosphereFS,_shadersSkyAtmosphereVS,_shadersSkyBoxFS,_shadersSkyBoxVS,_shadersSlopeRampMaterial,_shadersStripeMaterial,_shadersSunFS,_shadersSunTextureFS,_shadersSunVS,_shadersTexturedMaterialAppearanceFS,_shadersTexturedMaterialAppearanceVS,_shadersVector3DTileClampedPolylinesFS,_shadersVector3DTileClampedPolylinesVS,_shadersVector3DTilePolylinesVS,_shadersVectorTileVS,_shadersViewportQuadFS,_shadersViewportQuadVS,_shadersWater,_shadersXYZToRGB,_shadersacesTonemapping,_shadersalphaWeight,_shadersantialias,_shadersapproximateSphericalCoordinates,_shadersbackFacing,_shadersbranchFreeTernary,_shaderscascadeColor,_shaderscascadeDistance,_shaderscascadeMatrix,_shaderscascadeWeights,_shaderscolumbusViewMorph,_shaderscomputePosition,_shaderscosineAndSine,_shadersdecompressTextureCoordinates,_shadersdefaultPbrMaterial,_shadersdegreesPerRadian,_shadersdepthClamp,_shadersdepthRange,_shadersdepthRangeStruct,_shaderseastNorthUpToEyeCoordinates,_shadersellipsoidContainsPoint,_shadersellipsoidWgs84TextureCoordinates,_shadersepsilon1,_shadersepsilon2,_shadersepsilon3,_shadersepsilon4,_shadersepsilon5,_shadersepsilon6,_shadersepsilon7,_shadersequalsEpsilon,_shaderseyeOffset,_shaderseyeToWindowCoordinates,_shadersfastApproximateAtan,_shadersfog,_shadersgammaCorrect,_shadersgeodeticSurfaceNormal,_shadersgetDefaultMaterial,_shadersgetLambertDiffuse,_shadersgetSpecular,_shadersgetWaterNoise,_shadershue,_shadersinfinity,_shadersinverseGamma,_shadersisEmpty,_shadersisFull,_shaderslatitudeToWebMercatorFraction,_shaderslineDistance,_shaderslinearToSrgb,_shadersluminance,_shadersmaterial,_shadersmaterialInput,_shadersmetersPerPixel,_shadersmodelMaterial,_shadersmodelToWindowCoordinates,_shadersmodelVertexOutput,_shadersmultiplyWithColorBalance,_shadersnearFarScalar,_shadersoctDecode,_shadersoneOverPi,_shadersoneOverTwoPi,_shaderspackDepth,_shaderspassCesium3DTile,_shaderspassCesium3DTileClassification,_shaderspassCesium3DTileClassificationIgnoreShow,_shaderspassClassification,_shaderspassCompute,_shaderspassEnvironment,_shaderspassGlobe,_shaderspassOpaque,_shaderspassOverlay,_shaderspassTerrainClassification,_shaderspassTranslucent,_shaderspbrLighting,_shaderspbrMetallicRoughnessMaterial,_shaderspbrParameters,_shaderspbrSpecularGlossinessMaterial,_shadersphong,_shaderspi,_shaderspiOverFour,_shaderspiOverSix,_shaderspiOverThree,_shaderspiOverTwo,_shadersplaneDistance,_shaderspointAlongRay,_shadersradiansPerDegree,_shadersray,_shadersrayEllipsoidIntersectionInterval,_shadersraySegment,_shadersraySphereIntersectionInterval,_shadersreadDepth,_shadersreadNonPerspective,_shadersreverseLogDepth,_shadersround,_shaderssampleOctahedralProjection,_shaderssaturation,_shaderssceneMode2D,_shaderssceneMode3D,_shaderssceneModeColumbusView,_shaderssceneModeMorphing,_shadersshadowDepthCompare,_shadersshadowParameters,_shadersshadowVisibility,_shaderssignNotZero,_shaderssolarRadius,_shaderssphericalHarmonics,_shaderssrgbToLinear,_shaderstangentToEyeSpaceMatrix,_shadersthreePiOver2,_shaderstransformPlane,_shaderstranslateRelativeToEye,_shaderstranslucentPhong,_shaderstranspose,_shaderstwoPi,_shadersunpackDepth,_shadersunpackFloat,_shadersunpackUint,_shadersvalueTransform,_shadersvertexLogDepth,_shaderswebMercatorMaxLatitude,_shaderswindowToEyeCoordinates,_shaderswriteDepthClamp,_shaderswriteLogDepth,_shaderswriteNonPerspective,addBuffer,addDefaults,addExtensionsRequired,addExtensionsUsed,addPipelineExtras,addToArray,appendForwardSlash,arrayRemoveDuplicates,barycentricCoordinates,binarySearch,buildDrawCommand,buildModuleUrl,cancelAnimationFrame,clone,combine,computeFlyToLocationForRectangle,createBillboardPointCallback,createCommand,createDefaultImageryProviderViewModels,createDefaultTerrainProviderViewModels,createElevationBandMaterial,createGuid,createMaterialPropertyDescriptor,createOsmBuildings,createPropertyDescriptor,createRawPropertyDescriptor,createTangentSpaceDebugPrimitive,createTaskProcessorWorker,createUniform,createUniformArray,createWorldImagery,createWorldTerrain,decodeGoogleEarthEnterpriseData,decodeVectorPolylinePositions,defaultValue,defer,defined,deprecationWarning,destroyObject,exportKml,findAccessorMinMax,findContentMetadata,findGroupMetadata,findTileMetadata,forEachTextureInMaterial,formatError,freezeRenderState,getAbsoluteUri,getAccessorByteStride,getBaseUri,getBinaryAccessor,getClipAndStyleCode,getClippingFunction,getComponentReader,getElement,getExtensionFromUri,getFilenameFromUri,getImageFromTypedArray,getImagePixels,getJsonFromTypedArray,getMagic,getStringFromTypedArray,getTimestamp,hasExtension,heightReferenceOnEntityPropertyChanged,isBitSet,isBlobUri,isCrossOriginUrl,isDataUri,isLeapYear,knockout,knockout_3_5_1,knockout_es5,loadAndExecuteScript,loadCubeMap,loadImageFromTypedArray,loadKTX2,mergeSort,modernizeShader,moveTechniqueRenderStates,moveTechniquesToExtension,numberOfComponentsForType,objectToQuery,oneTimeWarning,parseBatchTable,parseBoundingVolumeSemantics,parseFeatureMetadataLegacy,parseGlb,parseResponseHeaders,parseStructuralMetadata,pointInsideTriangle,preprocess3DTileContent,queryToObject,readAccessorPacked,removeExtension,removeExtensionsRequired,removeExtensionsUsed,removePipelineExtras,removeUnusedElements,requestAnimationFrame,resizeImageToNextPowerOfTwo,sampleTerrain,sampleTerrainMostDetailed,scaleToGeodeticSurface,subdivideArray,subscribeAndEvaluate,updateAccessorComponentTypes,updateVersion,usesExtension,viewerCesium3DTilesInspectorMixin,viewerCesiumInspectorMixin,viewerDragDropMixin,viewerPerformanceWatchdogMixin,webGLConstantToGlslType,wrapFunction,writeTextToCanvas});