@phila/phila-ui-map-core 0.0.1-beta.2 → 0.0.1-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,866 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./components.css');const ye=require("./index-K0bKFr5g.cjs");let Qg;const wf=typeof window<"u"&&window.trustedTypes;if(wf)try{Qg=wf.createPolicy("vue",{createHTML:Ie=>Ie})}catch(Ie){process.env.NODE_ENV!=="production"&&ye.warn(`Error creating trusted types policy: ${Ie}`)}const If=Symbol("_vod"),e_=Symbol("_vsh"),t_={name:"show",beforeMount(Ie,{value:Oe},{transition:me}){Ie[If]=Ie.style.display==="none"?"":Ie.style.display,me&&Oe?me.beforeEnter(Ie):ec(Ie,Oe)},mounted(Ie,{value:Oe},{transition:me}){me&&Oe&&me.enter(Ie)},updated(Ie,{value:Oe,oldValue:me},{transition:Le}){!Oe!=!me&&(Le?Oe?(Le.beforeEnter(Ie),ec(Ie,!0),Le.enter(Ie)):Le.leave(Ie,()=>{ec(Ie,!1)}):ec(Ie,Oe))},beforeUnmount(Ie,{value:Oe}){ec(Ie,Oe)}};function ec(Ie,Oe){Ie.style.display=Oe?Ie[If]:"none",Ie[e_]=!Oe}process.env.NODE_ENV;const i_=["ctrl","shift","alt","meta"],r_={stop:Ie=>Ie.stopPropagation(),prevent:Ie=>Ie.preventDefault(),self:Ie=>Ie.target!==Ie.currentTarget,ctrl:Ie=>!Ie.ctrlKey,shift:Ie=>!Ie.shiftKey,alt:Ie=>!Ie.altKey,meta:Ie=>!Ie.metaKey,left:Ie=>"button"in Ie&&Ie.button!==0,middle:Ie=>"button"in Ie&&Ie.button!==1,right:Ie=>"button"in Ie&&Ie.button!==2,exact:(Ie,Oe)=>i_.some(me=>Ie[`${me}Key`]&&!Oe.includes(me))},Tf=(Ie,Oe)=>{const me=Ie._withMods||(Ie._withMods={}),Le=Oe.join(".");return me[Le]||(me[Le]=((Ae,...qe)=>{for(let M=0;M<Oe.length;M++){const c=r_[Oe[M]];if(c&&c(Ae,Oe))return}return Ie(Ae,...qe)}))};function n_(Ie){return Ie&&Ie.__esModule&&Object.prototype.hasOwnProperty.call(Ie,"default")?Ie.default:Ie}var Ru={exports:{}};var s_=Ru.exports,Sf;function a_(){return Sf||(Sf=1,(function(Ie,Oe){(function(me,Le){Ie.exports=Le()})(s_,(function(){var me={},Le={};function Ae(M,c,ve){if(Le[M]=ve,M==="index"){var vt="var sharedModule = {}; ("+Le.shared+")(sharedModule); ("+Le.worker+")(sharedModule);",st={};return Le.shared(st),Le.index(me,st),typeof window<"u"&&me.setWorkerUrl(window.URL.createObjectURL(new Blob([vt],{type:"text/javascript"}))),me}}Ae("shared",["exports"],(function(M){function c(r,e,i,s){return new(i||(i=Promise))((function(o,u){function h(y){try{g(s.next(y))}catch(x){u(x)}}function f(y){try{g(s.throw(y))}catch(x){u(x)}}function g(y){var x;y.done?o(y.value):(x=y.value,x instanceof i?x:new i((function(w){w(x)}))).then(h,f)}g((s=s.apply(r,e||[])).next())}))}function ve(r,e){this.x=r,this.y=e}function vt(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var st,He;typeof SuppressedError=="function"&&SuppressedError,ve.prototype={clone(){return new ve(this.x,this.y)},add(r){return this.clone()._add(r)},sub(r){return this.clone()._sub(r)},multByPoint(r){return this.clone()._multByPoint(r)},divByPoint(r){return this.clone()._divByPoint(r)},mult(r){return this.clone()._mult(r)},div(r){return this.clone()._div(r)},rotate(r){return this.clone()._rotate(r)},rotateAround(r,e){return this.clone()._rotateAround(r,e)},matMult(r){return this.clone()._matMult(r)},unit(){return this.clone()._unit()},perp(){return this.clone()._perp()},round(){return this.clone()._round()},mag(){return Math.sqrt(this.x*this.x+this.y*this.y)},equals(r){return this.x===r.x&&this.y===r.y},dist(r){return Math.sqrt(this.distSqr(r))},distSqr(r){const e=r.x-this.x,i=r.y-this.y;return e*e+i*i},angle(){return Math.atan2(this.y,this.x)},angleTo(r){return Math.atan2(this.y-r.y,this.x-r.x)},angleWith(r){return this.angleWithSep(r.x,r.y)},angleWithSep(r,e){return Math.atan2(this.x*e-this.y*r,this.x*r+this.y*e)},_matMult(r){const e=r[2]*this.x+r[3]*this.y;return this.x=r[0]*this.x+r[1]*this.y,this.y=e,this},_add(r){return this.x+=r.x,this.y+=r.y,this},_sub(r){return this.x-=r.x,this.y-=r.y,this},_mult(r){return this.x*=r,this.y*=r,this},_div(r){return this.x/=r,this.y/=r,this},_multByPoint(r){return this.x*=r.x,this.y*=r.y,this},_divByPoint(r){return this.x/=r.x,this.y/=r.y,this},_unit(){return this._div(this.mag()),this},_perp(){const r=this.y;return this.y=this.x,this.x=-r,this},_rotate(r){const e=Math.cos(r),i=Math.sin(r),s=i*this.x+e*this.y;return this.x=e*this.x-i*this.y,this.y=s,this},_rotateAround(r,e){const i=Math.cos(r),s=Math.sin(r),o=e.y+s*(this.x-e.x)+i*(this.y-e.y);return this.x=e.x+i*(this.x-e.x)-s*(this.y-e.y),this.y=o,this},_round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},constructor:ve},ve.convert=function(r){if(r instanceof ve)return r;if(Array.isArray(r))return new ve(+r[0],+r[1]);if(r.x!==void 0&&r.y!==void 0)return new ve(+r.x,+r.y);throw new Error("Expected [x, y] or {x, y} point format")};var xt=(function(){if(He)return st;function r(e,i,s,o){this.cx=3*e,this.bx=3*(s-e)-this.cx,this.ax=1-this.cx-this.bx,this.cy=3*i,this.by=3*(o-i)-this.cy,this.ay=1-this.cy-this.by,this.p1x=e,this.p1y=i,this.p2x=s,this.p2y=o}return He=1,st=r,r.prototype={sampleCurveX:function(e){return((this.ax*e+this.bx)*e+this.cx)*e},sampleCurveY:function(e){return((this.ay*e+this.by)*e+this.cy)*e},sampleCurveDerivativeX:function(e){return(3*this.ax*e+2*this.bx)*e+this.cx},solveCurveX:function(e,i){if(i===void 0&&(i=1e-6),e<0)return 0;if(e>1)return 1;for(var s=e,o=0;o<8;o++){var u=this.sampleCurveX(s)-e;if(Math.abs(u)<i)return s;var h=this.sampleCurveDerivativeX(s);if(Math.abs(h)<1e-6)break;s-=u/h}var f=0,g=1;for(s=e,o=0;o<20&&(u=this.sampleCurveX(s),!(Math.abs(u-e)<i));o++)e>u?f=s:g=s,s=.5*(g-f)+f;return s},solve:function(e,i){return this.sampleCurveY(this.solveCurveX(e,i))}},st})(),Xe=vt(xt);let Dt,at;function ie(){return Dt==null&&(Dt=typeof OffscreenCanvas<"u"&&new OffscreenCanvas(1,1).getContext("2d")&&typeof createImageBitmap=="function"),Dt}function Et(){if(at==null&&(at=!1,ie())){const e=new OffscreenCanvas(5,5).getContext("2d",{willReadFrequently:!0});if(e){for(let s=0;s<25;s++){const o=4*s;e.fillStyle=`rgb(${o},${o+1},${o+2})`,e.fillRect(s%5,Math.floor(s/5),1,1)}const i=e.getImageData(0,0,5,5).data;for(let s=0;s<100;s++)if(s%4!=3&&i[s]!==s){at=!0;break}}}return at||!1}var et=1e-6,ut=typeof Float32Array<"u"?Float32Array:Array;function $i(){var r=new ut(9);return ut!=Float32Array&&(r[1]=0,r[2]=0,r[3]=0,r[5]=0,r[6]=0,r[7]=0),r[0]=1,r[4]=1,r[8]=1,r}function Zi(r){return r[0]=1,r[1]=0,r[2]=0,r[3]=0,r[4]=0,r[5]=1,r[6]=0,r[7]=0,r[8]=0,r[9]=0,r[10]=1,r[11]=0,r[12]=0,r[13]=0,r[14]=0,r[15]=1,r}function Li(){var r=new ut(3);return ut!=Float32Array&&(r[0]=0,r[1]=0,r[2]=0),r}function vi(r){var e=r[0],i=r[1],s=r[2];return Math.sqrt(e*e+i*i+s*s)}function $r(r,e,i){var s=new ut(3);return s[0]=r,s[1]=e,s[2]=i,s}function Wi(r,e,i){return r[0]=e[0]+i[0],r[1]=e[1]+i[1],r[2]=e[2]+i[2],r}function Sr(r,e,i){return r[0]=e[0]*i,r[1]=e[1]*i,r[2]=e[2]*i,r}function Zr(r,e,i){var s=e[0],o=e[1],u=e[2],h=i[0],f=i[1],g=i[2];return r[0]=o*g-u*f,r[1]=u*h-s*g,r[2]=s*f-o*h,r}var fr,mr=vi;function xn(r,e,i){var s=e[0],o=e[1],u=e[2],h=e[3];return r[0]=i[0]*s+i[4]*o+i[8]*u+i[12]*h,r[1]=i[1]*s+i[5]*o+i[9]*u+i[13]*h,r[2]=i[2]*s+i[6]*o+i[10]*u+i[14]*h,r[3]=i[3]*s+i[7]*o+i[11]*u+i[15]*h,r}function Wr(){var r=new ut(4);return ut!=Float32Array&&(r[0]=0,r[1]=0,r[2]=0),r[3]=1,r}function Pr(r,e,i,s){var o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:"zyx",u=Math.PI/360;e*=u,s*=u,i*=u;var h=Math.sin(e),f=Math.cos(e),g=Math.sin(i),y=Math.cos(i),x=Math.sin(s),w=Math.cos(s);switch(o){case"xyz":r[0]=h*y*w+f*g*x,r[1]=f*g*w-h*y*x,r[2]=f*y*x+h*g*w,r[3]=f*y*w-h*g*x;break;case"xzy":r[0]=h*y*w-f*g*x,r[1]=f*g*w-h*y*x,r[2]=f*y*x+h*g*w,r[3]=f*y*w+h*g*x;break;case"yxz":r[0]=h*y*w+f*g*x,r[1]=f*g*w-h*y*x,r[2]=f*y*x-h*g*w,r[3]=f*y*w+h*g*x;break;case"yzx":r[0]=h*y*w+f*g*x,r[1]=f*g*w+h*y*x,r[2]=f*y*x-h*g*w,r[3]=f*y*w-h*g*x;break;case"zxy":r[0]=h*y*w-f*g*x,r[1]=f*g*w+h*y*x,r[2]=f*y*x+h*g*w,r[3]=f*y*w-h*g*x;break;case"zyx":r[0]=h*y*w-f*g*x,r[1]=f*g*w+h*y*x,r[2]=f*y*x-h*g*w,r[3]=f*y*w+h*g*x;break;default:throw new Error("Unknown angle order "+o)}return r}function Te(){var r=new ut(2);return ut!=Float32Array&&(r[0]=0,r[1]=0),r}function ze(r,e){var i=new ut(2);return i[0]=r,i[1]=e,i}Li(),fr=new ut(4),ut!=Float32Array&&(fr[0]=0,fr[1]=0,fr[2]=0,fr[3]=0),Li(),$r(1,0,0),$r(0,1,0),Wr(),Wr(),$i(),Te();const Ue=8192;function mt(r,e,i){return e*(Ue/(r.tileSize*Math.pow(2,i-r.tileID.overscaledZ)))}function Je(r,e){return(r%e+e)%e}function St(r,e,i){return r*(1-i)+e*i}function ot(r){if(r<=0)return 0;if(r>=1)return 1;const e=r*r,i=e*r;return 4*(r<.5?i:3*(r-e)+i-.75)}function yt(r,e,i,s){const o=new Xe(r,e,i,s);return u=>o.solve(u)}const tt=yt(.25,.1,.25,1);function Pt(r,e,i){return Math.min(i,Math.max(e,r))}function Ye(r,e,i){const s=i-e,o=((r-e)%s+s)%s+e;return o===e?i:o}function It(r,...e){for(const i of e)for(const s in i)r[s]=i[s];return r}let ui=1;function hi(r,e,i){const s={};for(const o in r)s[o]=e.call(this,r[o],o,r);return s}function Ir(r,e,i){const s={};for(const o in r)e.call(this,r[o],o,r)&&(s[o]=r[o]);return s}function Vi(r){return Array.isArray(r)?r.map(Vi):typeof r=="object"&&r?hi(r,Vi):r}const bn={};function Ii(r){bn[r]||(typeof console<"u",bn[r]=!0)}function gr(r,e,i){return(i.y-r.y)*(e.x-r.x)>(e.y-r.y)*(i.x-r.x)}function Vr(r){return typeof WorkerGlobalScope<"u"&&r!==void 0&&r instanceof WorkerGlobalScope}let ri=null;function nn(r){return typeof ImageBitmap<"u"&&r instanceof ImageBitmap}const wn="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=";function Xn(r,e,i,s,o){return c(this,void 0,void 0,(function*(){if(typeof VideoFrame>"u")throw new Error("VideoFrame not supported");const u=new VideoFrame(r,{timestamp:0});try{const h=u?.format;if(!h||!h.startsWith("BGR")&&!h.startsWith("RGB"))throw new Error(`Unrecognized format ${h}`);const f=h.startsWith("BGR"),g=new Uint8ClampedArray(s*o*4);if(yield u.copyTo(g,(function(y,x,w,S,P){const E=4*Math.max(-x,0),A=(Math.max(0,w)-w)*S*4+E,z=4*S,F=Math.max(0,x),q=Math.max(0,w);return{rect:{x:F,y:q,width:Math.min(y.width,x+S)-F,height:Math.min(y.height,w+P)-q},layout:[{offset:A,stride:z}]}})(r,e,i,s,o)),f)for(let y=0;y<g.length;y+=4){const x=g[y];g[y]=g[y+2],g[y+2]=x}return g}finally{u.close()}}))}let sn,Mr;function Yn(r,e,i,s){return r.addEventListener(e,i,s),{unsubscribe:()=>{r.removeEventListener(e,i,s)}}}function Kn(r){return r*Math.PI/180}function ir(r){return r/Math.PI*180}const ne={touchstart:!0,touchmove:!0,touchmoveWindow:!0,touchend:!0,touchcancel:!0},k={dblclick:!0,click:!0,mouseover:!0,mouseout:!0,mousedown:!0,mousemove:!0,mousemoveWindow:!0,mouseup:!0,mouseupWindow:!0,contextmenu:!0,wheel:!0},L="AbortError";class O extends Error{constructor(e=L){super(e instanceof Error?e.message:e),this.name=L,e instanceof Error&&e.stack&&(this.stack=e.stack)}}function K(r){return r.name===L}const Q={MAX_PARALLEL_IMAGE_REQUESTS:16,MAX_PARALLEL_IMAGE_REQUESTS_PER_FRAME:8,MAX_TILE_CACHE_ZOOM_LEVELS:5,REGISTERED_PROTOCOLS:{},WORKER_URL:""};function ae(r){return Q.REGISTERED_PROTOCOLS[r.substring(0,r.indexOf("://"))]}const re="global-dispatcher";class ee extends Error{constructor(e,i,s,o){super(`AJAXError: ${i} (${e}): ${s}`),this.status=e,this.statusText=i,this.url=s,this.body=o}}const de=()=>Vr(self)?self.worker&&self.worker.referrer:(window.location.protocol==="blob:"?window.parent:window).location.href,Pe=function(r,e){if(/:\/\//.test(r.url)&&!/^https?:|^file:/.test(r.url)){const s=ae(r.url);if(s)return s(r,e);if(Vr(self)&&self.worker&&self.worker.actor)return self.worker.actor.sendAsync({type:"GR",data:r,targetMapId:re},e)}if(!(/^file:/.test(i=r.url)||/^file:/.test(de())&&!/^\w+:/.test(i))){if(fetch&&Request&&AbortController&&Object.prototype.hasOwnProperty.call(Request.prototype,"signal"))return(function(s,o){return c(this,void 0,void 0,(function*(){const u=new Request(s.url,{method:s.method||"GET",body:s.body,credentials:s.credentials,headers:s.headers,cache:s.cache,referrer:de(),signal:o.signal});let h,f;s.type!=="json"||u.headers.has("Accept")||u.headers.set("Accept","application/json");try{h=yield fetch(u)}catch(y){throw K(y)?y:new ee(0,y.message,s.url,new Blob)}if(!h.ok){const y=yield h.blob();throw new ee(h.status,h.statusText,s.url,y)}f=s.type==="arrayBuffer"||s.type==="image"?h.arrayBuffer():s.type==="json"?h.json():h.text();const g=yield f;return o.signal.throwIfAborted(),{data:g,cacheControl:h.headers.get("Cache-Control"),expires:h.headers.get("Expires")}}))})(r,e);if(Vr(self)&&self.worker&&self.worker.actor)return self.worker.actor.sendAsync({type:"GR",data:r,mustQueue:!0,targetMapId:re},e)}var i;return(function(s,o){return new Promise(((u,h)=>{var f;const g=new XMLHttpRequest;g.open(s.method||"GET",s.url,!0),s.type!=="arrayBuffer"&&s.type!=="image"||(g.responseType="arraybuffer");for(const y in s.headers)g.setRequestHeader(y,s.headers[y]);s.type==="json"&&(g.responseType="text",!((f=s.headers)===null||f===void 0)&&f.Accept||g.setRequestHeader("Accept","application/json")),g.withCredentials=s.credentials==="include",g.onerror=()=>{h(new Error(g.statusText))},g.onload=()=>{if(!o.signal.aborted)if((g.status>=200&&g.status<300||g.status===0)&&g.response!==null){let y=g.response;if(s.type==="json")try{y=JSON.parse(g.response)}catch(x){return void h(x)}u({data:y,cacheControl:g.getResponseHeader("Cache-Control"),expires:g.getResponseHeader("Expires")})}else{const y=new Blob([g.response],{type:g.getResponseHeader("Content-Type")});h(new ee(g.status,g.statusText,s.url,y))}},o.signal.addEventListener("abort",(()=>{g.abort(),h(new O(o.signal.reason))})),g.send(s.body)}))})(r,e)};function xe(r){if(!r||r.indexOf("://")<=0||r.indexOf("data:image/")===0||r.indexOf("blob:")===0)return!0;const e=new URL(r),i=window.location;return e.protocol===i.protocol&&e.host===i.host}function Ne(r,e,i){i[r]&&i[r].indexOf(e)!==-1||(i[r]=i[r]||[],i[r].push(e))}function Ze(r,e,i){if(i&&i[r]){const s=i[r].indexOf(e);s!==-1&&i[r].splice(s,1)}}class it{constructor(e,i={}){It(this,i),this.type=e}}class Rt extends it{constructor(e,i={}){super("error",It({error:e},i))}}class Mt{on(e,i){return this._listeners=this._listeners||{},Ne(e,i,this._listeners),{unsubscribe:()=>{this.off(e,i)}}}off(e,i){return Ze(e,i,this._listeners),Ze(e,i,this._oneTimeListeners),this}once(e,i){return i?(this._oneTimeListeners=this._oneTimeListeners||{},Ne(e,i,this._oneTimeListeners),this):new Promise((s=>this.once(e,s)))}fire(e,i){typeof e=="string"&&(e=new it(e,i||{}));const s=e.type;if(this.listens(s)){e.target=this;const o=this._listeners&&this._listeners[s]?this._listeners[s].slice():[];for(const f of o)f.call(this,e);const u=this._oneTimeListeners&&this._oneTimeListeners[s]?this._oneTimeListeners[s].slice():[];for(const f of u)Ze(s,f,this._oneTimeListeners),f.call(this,e);const h=this._eventedParent;h&&(It(e,typeof this._eventedParentData=="function"?this._eventedParentData():this._eventedParentData),h.fire(e))}else e instanceof Rt;return this}listens(e){return this._listeners&&this._listeners[e]&&this._listeners[e].length>0||this._oneTimeListeners&&this._oneTimeListeners[e]&&this._oneTimeListeners[e].length>0||this._eventedParent&&this._eventedParent.listens(e)}setEventedParent(e,i){return this._eventedParent=e,this._eventedParentData=i,this}}var le={$version:8,$root:{version:{required:!0,type:"enum",values:[8]},name:{type:"string"},metadata:{type:"*"},center:{type:"array",value:"number",length:2},centerAltitude:{type:"number"},zoom:{type:"number"},bearing:{type:"number",default:0,period:360,units:"degrees"},pitch:{type:"number",default:0,units:"degrees"},roll:{type:"number",default:0,units:"degrees"},state:{type:"state",default:{}},light:{type:"light"},sky:{type:"sky"},projection:{type:"projection"},terrain:{type:"terrain"},sources:{required:!0,type:"sources"},sprite:{type:"sprite"},glyphs:{type:"string"},"font-faces":{type:"fontFaces"},transition:{type:"transition"},layers:{required:!0,type:"array",value:"layer"}},sources:{"*":{type:"source"}},source:["source_vector","source_raster","source_raster_dem","source_geojson","source_video","source_image"],source_vector:{type:{required:!0,type:"enum",values:{vector:{}}},url:{type:"string"},tiles:{type:"array",value:"string"},bounds:{type:"array",value:"number",length:4,default:[-180,-85.051129,180,85.051129]},scheme:{type:"enum",values:{xyz:{},tms:{}},default:"xyz"},minzoom:{type:"number",default:0},maxzoom:{type:"number",default:22},attribution:{type:"string"},promoteId:{type:"promoteId"},volatile:{type:"boolean",default:!1},encoding:{type:"enum",values:{mvt:{},mlt:{}},default:"mvt"},"*":{type:"*"}},source_raster:{type:{required:!0,type:"enum",values:{raster:{}}},url:{type:"string"},tiles:{type:"array",value:"string"},bounds:{type:"array",value:"number",length:4,default:[-180,-85.051129,180,85.051129]},minzoom:{type:"number",default:0},maxzoom:{type:"number",default:22},tileSize:{type:"number",default:512,units:"pixels"},scheme:{type:"enum",values:{xyz:{},tms:{}},default:"xyz"},attribution:{type:"string"},volatile:{type:"boolean",default:!1},"*":{type:"*"}},source_raster_dem:{type:{required:!0,type:"enum",values:{"raster-dem":{}}},url:{type:"string"},tiles:{type:"array",value:"string"},bounds:{type:"array",value:"number",length:4,default:[-180,-85.051129,180,85.051129]},minzoom:{type:"number",default:0},maxzoom:{type:"number",default:22},tileSize:{type:"number",default:512,units:"pixels"},attribution:{type:"string"},encoding:{type:"enum",values:{terrarium:{},mapbox:{},custom:{}},default:"mapbox"},redFactor:{type:"number",default:1},blueFactor:{type:"number",default:1},greenFactor:{type:"number",default:1},baseShift:{type:"number",default:0},volatile:{type:"boolean",default:!1},"*":{type:"*"}},source_geojson:{type:{required:!0,type:"enum",values:{geojson:{}}},data:{required:!0,type:"*"},maxzoom:{type:"number",default:18},attribution:{type:"string"},buffer:{type:"number",default:128,maximum:512,minimum:0},filter:{type:"filter"},tolerance:{type:"number",default:.375},cluster:{type:"boolean",default:!1},clusterRadius:{type:"number",default:50,minimum:0},clusterMaxZoom:{type:"number"},clusterMinPoints:{type:"number"},clusterProperties:{type:"*"},lineMetrics:{type:"boolean",default:!1},generateId:{type:"boolean",default:!1},promoteId:{type:"promoteId"}},source_video:{type:{required:!0,type:"enum",values:{video:{}}},urls:{required:!0,type:"array",value:"string"},coordinates:{required:!0,type:"array",length:4,value:{type:"array",length:2,value:"number"}}},source_image:{type:{required:!0,type:"enum",values:{image:{}}},url:{required:!0,type:"string"},coordinates:{required:!0,type:"array",length:4,value:{type:"array",length:2,value:"number"}}},layer:{id:{type:"string",required:!0},type:{type:"enum",values:{fill:{},line:{},symbol:{},circle:{},heatmap:{},"fill-extrusion":{},raster:{},hillshade:{},"color-relief":{},background:{}},required:!0},metadata:{type:"*"},source:{type:"string"},"source-layer":{type:"string"},minzoom:{type:"number",minimum:0,maximum:24},maxzoom:{type:"number",minimum:0,maximum:24},filter:{type:"filter"},layout:{type:"layout"},paint:{type:"paint"}},layout:["layout_fill","layout_line","layout_circle","layout_heatmap","layout_fill-extrusion","layout_symbol","layout_raster","layout_hillshade","layout_color-relief","layout_background"],layout_background:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},layout_fill:{"fill-sort-key":{type:"number",expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},layout_circle:{"circle-sort-key":{type:"number",expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},layout_heatmap:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},"layout_fill-extrusion":{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},layout_line:{"line-cap":{type:"enum",values:{butt:{},round:{},square:{}},default:"butt",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"line-join":{type:"enum",values:{bevel:{},round:{},miter:{}},default:"miter",expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"line-miter-limit":{type:"number",default:2,requires:[{"line-join":"miter"}],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"line-round-limit":{type:"number",default:1.05,requires:[{"line-join":"round"}],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"line-sort-key":{type:"number",expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},layout_symbol:{"symbol-placement":{type:"enum",values:{point:{},line:{},"line-center":{}},default:"point",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"symbol-spacing":{type:"number",default:250,minimum:1,units:"pixels",requires:[{"symbol-placement":"line"}],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"symbol-avoid-edges":{type:"boolean",default:!1,expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"symbol-sort-key":{type:"number",expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"symbol-z-order":{type:"enum",values:{auto:{},"viewport-y":{},source:{}},default:"auto",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-allow-overlap":{type:"boolean",default:!1,requires:["icon-image",{"!":"icon-overlap"}],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-overlap":{type:"enum",values:{never:{},always:{},cooperative:{}},requires:["icon-image"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-ignore-placement":{type:"boolean",default:!1,requires:["icon-image"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-optional":{type:"boolean",default:!1,requires:["icon-image","text-field"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-rotation-alignment":{type:"enum",values:{map:{},viewport:{},auto:{}},default:"auto",requires:["icon-image"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-size":{type:"number",default:1,minimum:0,units:"factor of the original icon size",requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"icon-text-fit":{type:"enum",values:{none:{},width:{},height:{},both:{}},default:"none",requires:["icon-image","text-field"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-text-fit-padding":{type:"array",value:"number",length:4,default:[0,0,0,0],units:"pixels",requires:["icon-image","text-field",{"icon-text-fit":["both","width","height"]}],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"icon-image":{type:"resolvedImage",tokens:!0,expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"icon-rotate":{type:"number",default:0,period:360,units:"degrees",requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"icon-padding":{type:"padding",default:[2],units:"pixels",requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"icon-keep-upright":{type:"boolean",default:!1,requires:["icon-image",{"icon-rotation-alignment":"map"},{"symbol-placement":["line","line-center"]}],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"icon-offset":{type:"array",value:"number",length:2,default:[0,0],requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"icon-anchor":{type:"enum",values:{center:{},left:{},right:{},top:{},bottom:{},"top-left":{},"top-right":{},"bottom-left":{},"bottom-right":{}},default:"center",requires:["icon-image"],expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"icon-pitch-alignment":{type:"enum",values:{map:{},viewport:{},auto:{}},default:"auto",requires:["icon-image"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-pitch-alignment":{type:"enum",values:{map:{},viewport:{},auto:{}},default:"auto",requires:["text-field"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-rotation-alignment":{type:"enum",values:{map:{},viewport:{},"viewport-glyph":{},auto:{}},default:"auto",requires:["text-field"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-field":{type:"formatted",default:"",tokens:!0,expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-font":{type:"array",value:"string",default:["Open Sans Regular","Arial Unicode MS Regular"],requires:["text-field"],expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-size":{type:"number",default:16,minimum:0,units:"pixels",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-max-width":{type:"number",default:10,minimum:0,units:"ems",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-line-height":{type:"number",default:1.2,units:"ems",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"text-letter-spacing":{type:"number",default:0,units:"ems",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-justify":{type:"enum",values:{auto:{},left:{},center:{},right:{}},default:"center",requires:["text-field"],expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-radial-offset":{type:"number",units:"ems",default:0,requires:["text-field"],"property-type":"data-driven",expression:{interpolated:!0,parameters:["zoom","feature"]}},"text-variable-anchor":{type:"array",value:"enum",values:{center:{},left:{},right:{},top:{},bottom:{},"top-left":{},"top-right":{},"bottom-left":{},"bottom-right":{}},requires:["text-field",{"symbol-placement":["point"]}],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-variable-anchor-offset":{type:"variableAnchorOffsetCollection",requires:["text-field",{"symbol-placement":["point"]}],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-anchor":{type:"enum",values:{center:{},left:{},right:{},top:{},bottom:{},"top-left":{},"top-right":{},"bottom-left":{},"bottom-right":{}},default:"center",requires:["text-field",{"!":"text-variable-anchor"}],expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-max-angle":{type:"number",default:45,units:"degrees",requires:["text-field",{"symbol-placement":["line","line-center"]}],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"text-writing-mode":{type:"array",value:"enum",values:{horizontal:{},vertical:{}},requires:["text-field",{"symbol-placement":["point"]}],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-rotate":{type:"number",default:0,period:360,units:"degrees",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-padding":{type:"number",default:2,minimum:0,units:"pixels",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"text-keep-upright":{type:"boolean",default:!0,requires:["text-field",{"text-rotation-alignment":"map"},{"symbol-placement":["line","line-center"]}],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-transform":{type:"enum",values:{none:{},uppercase:{},lowercase:{}},default:"none",requires:["text-field"],expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-offset":{type:"array",value:"number",units:"ems",length:2,default:[0,0],requires:["text-field",{"!":"text-radial-offset"}],expression:{interpolated:!0,parameters:["zoom","feature"]},"property-type":"data-driven"},"text-allow-overlap":{type:"boolean",default:!1,requires:["text-field",{"!":"text-overlap"}],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-overlap":{type:"enum",values:{never:{},always:{},cooperative:{}},requires:["text-field"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-ignore-placement":{type:"boolean",default:!1,requires:["text-field"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-optional":{type:"boolean",default:!1,requires:["text-field","icon-image"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},layout_raster:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},layout_hillshade:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},"layout_color-relief":{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible",expression:{interpolated:!1,parameters:["global-state"]},"property-type":"data-constant"}},filter:{type:"boolean",expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"data-driven"},filter_operator:{type:"enum",values:{"==":{},"!=":{},">":{},">=":{},"<":{},"<=":{},in:{},"!in":{},all:{},any:{},none:{},has:{},"!has":{}}},geometry_type:{type:"enum",values:{Point:{},LineString:{},Polygon:{}}},function:{expression:{type:"expression"},stops:{type:"array",value:"function_stop"},base:{type:"number",default:1,minimum:0},property:{type:"string",default:"$zoom"},type:{type:"enum",values:{identity:{},exponential:{},interval:{},categorical:{}},default:"exponential"},colorSpace:{type:"enum",values:{rgb:{},lab:{},hcl:{}},default:"rgb"},default:{type:"*",required:!1}},function_stop:{type:"array",minimum:0,maximum:24,value:["number","color"],length:2},expression:{type:"array",value:"expression_name",minimum:1},light:{anchor:{type:"enum",default:"viewport",values:{map:{},viewport:{}},"property-type":"data-constant",transition:!1,expression:{interpolated:!1,parameters:["zoom"]}},position:{type:"array",default:[1.15,210,30],length:3,value:"number","property-type":"data-constant",transition:!0,expression:{interpolated:!0,parameters:["zoom"]}},color:{type:"color","property-type":"data-constant",default:"#ffffff",expression:{interpolated:!0,parameters:["zoom"]},transition:!0},intensity:{type:"number","property-type":"data-constant",default:.5,minimum:0,maximum:1,expression:{interpolated:!0,parameters:["zoom"]},transition:!0}},sky:{"sky-color":{type:"color","property-type":"data-constant",default:"#88C6FC",expression:{interpolated:!0,parameters:["zoom"]},transition:!0},"horizon-color":{type:"color","property-type":"data-constant",default:"#ffffff",expression:{interpolated:!0,parameters:["zoom"]},transition:!0},"fog-color":{type:"color","property-type":"data-constant",default:"#ffffff",expression:{interpolated:!0,parameters:["zoom"]},transition:!0},"fog-ground-blend":{type:"number","property-type":"data-constant",default:.5,minimum:0,maximum:1,expression:{interpolated:!0,parameters:["zoom"]},transition:!0},"horizon-fog-blend":{type:"number","property-type":"data-constant",default:.8,minimum:0,maximum:1,expression:{interpolated:!0,parameters:["zoom"]},transition:!0},"sky-horizon-blend":{type:"number","property-type":"data-constant",default:.8,minimum:0,maximum:1,expression:{interpolated:!0,parameters:["zoom"]},transition:!0},"atmosphere-blend":{type:"number","property-type":"data-constant",default:.8,minimum:0,maximum:1,expression:{interpolated:!0,parameters:["zoom"]},transition:!0}},terrain:{source:{type:"string",required:!0},exaggeration:{type:"number",minimum:0,default:1}},projection:{type:{type:"projectionDefinition",default:"mercator","property-type":"data-constant",transition:!1,expression:{interpolated:!0,parameters:["zoom"]}}},paint:["paint_fill","paint_line","paint_circle","paint_heatmap","paint_fill-extrusion","paint_symbol","paint_raster","paint_hillshade","paint_color-relief","paint_background"],paint_fill:{"fill-antialias":{type:"boolean",default:!0,expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"fill-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"fill-color":{type:"color",default:"#000000",transition:!0,requires:[{"!":"fill-pattern"}],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"fill-outline-color":{type:"color",transition:!0,requires:[{"!":"fill-pattern"},{"fill-antialias":!0}],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"fill-translate":{type:"array",value:"number",length:2,default:[0,0],transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"fill-translate-anchor":{type:"enum",values:{map:{},viewport:{}},default:"map",requires:["fill-translate"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"fill-pattern":{type:"resolvedImage",transition:!0,expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"cross-faded-data-driven"}},"paint_fill-extrusion":{"fill-extrusion-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"fill-extrusion-color":{type:"color",default:"#000000",transition:!0,requires:[{"!":"fill-extrusion-pattern"}],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"fill-extrusion-translate":{type:"array",value:"number",length:2,default:[0,0],transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"fill-extrusion-translate-anchor":{type:"enum",values:{map:{},viewport:{}},default:"map",requires:["fill-extrusion-translate"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"fill-extrusion-pattern":{type:"resolvedImage",transition:!0,expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"cross-faded-data-driven"},"fill-extrusion-height":{type:"number",default:0,minimum:0,units:"meters",transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"fill-extrusion-base":{type:"number",default:0,minimum:0,units:"meters",transition:!0,requires:["fill-extrusion-height"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"fill-extrusion-vertical-gradient":{type:"boolean",default:!0,transition:!1,expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"}},paint_line:{"line-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"line-color":{type:"color",default:"#000000",transition:!0,requires:[{"!":"line-pattern"}],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"line-translate":{type:"array",value:"number",length:2,default:[0,0],transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"line-translate-anchor":{type:"enum",values:{map:{},viewport:{}},default:"map",requires:["line-translate"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"line-width":{type:"number",default:1,minimum:0,transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"line-gap-width":{type:"number",default:0,minimum:0,transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"line-offset":{type:"number",default:0,transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"line-blur":{type:"number",default:0,minimum:0,transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"line-dasharray":{type:"array",value:"number",minimum:0,transition:!0,units:"line widths",requires:[{"!":"line-pattern"}],expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"cross-faded-data-driven"},"line-pattern":{type:"resolvedImage",transition:!0,expression:{interpolated:!1,parameters:["zoom","feature"]},"property-type":"cross-faded-data-driven"},"line-gradient":{type:"color",transition:!1,requires:[{"!":"line-dasharray"},{"!":"line-pattern"},{source:"geojson",has:{lineMetrics:!0}}],expression:{interpolated:!0,parameters:["line-progress"]},"property-type":"color-ramp"}},paint_circle:{"circle-radius":{type:"number",default:5,minimum:0,transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"circle-color":{type:"color",default:"#000000",transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"circle-blur":{type:"number",default:0,transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"circle-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"circle-translate":{type:"array",value:"number",length:2,default:[0,0],transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"circle-translate-anchor":{type:"enum",values:{map:{},viewport:{}},default:"map",requires:["circle-translate"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"circle-pitch-scale":{type:"enum",values:{map:{},viewport:{}},default:"map",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"circle-pitch-alignment":{type:"enum",values:{map:{},viewport:{}},default:"viewport",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"circle-stroke-width":{type:"number",default:0,minimum:0,transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"circle-stroke-color":{type:"color",default:"#000000",transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"circle-stroke-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"}},paint_heatmap:{"heatmap-radius":{type:"number",default:30,minimum:1,transition:!0,units:"pixels",expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"heatmap-weight":{type:"number",default:1,minimum:0,transition:!1,expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"heatmap-intensity":{type:"number",default:1,minimum:0,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"heatmap-color":{type:"color",default:["interpolate",["linear"],["heatmap-density"],0,"rgba(0, 0, 255, 0)",.1,"royalblue",.3,"cyan",.5,"lime",.7,"yellow",1,"red"],transition:!1,expression:{interpolated:!0,parameters:["heatmap-density"]},"property-type":"color-ramp"},"heatmap-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"}},paint_symbol:{"icon-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"icon-color":{type:"color",default:"#000000",transition:!0,requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"icon-halo-color":{type:"color",default:"rgba(0, 0, 0, 0)",transition:!0,requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"icon-halo-width":{type:"number",default:0,minimum:0,transition:!0,units:"pixels",requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"icon-halo-blur":{type:"number",default:0,minimum:0,transition:!0,units:"pixels",requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"icon-translate":{type:"array",value:"number",length:2,default:[0,0],transition:!0,units:"pixels",requires:["icon-image"],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"icon-translate-anchor":{type:"enum",values:{map:{},viewport:{}},default:"map",requires:["icon-image","icon-translate"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"text-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"text-color":{type:"color",default:"#000000",transition:!0,overridable:!0,requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"text-halo-color":{type:"color",default:"rgba(0, 0, 0, 0)",transition:!0,requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"text-halo-width":{type:"number",default:0,minimum:0,transition:!0,units:"pixels",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"text-halo-blur":{type:"number",default:0,minimum:0,transition:!0,units:"pixels",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom","feature","feature-state"]},"property-type":"data-driven"},"text-translate":{type:"array",value:"number",length:2,default:[0,0],transition:!0,units:"pixels",requires:["text-field"],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"text-translate-anchor":{type:"enum",values:{map:{},viewport:{}},default:"map",requires:["text-field","text-translate"],expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"}},paint_raster:{"raster-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"raster-hue-rotate":{type:"number",default:0,period:360,transition:!0,units:"degrees",expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"raster-brightness-min":{type:"number",default:0,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"raster-brightness-max":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"raster-saturation":{type:"number",default:0,minimum:-1,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"raster-contrast":{type:"number",default:0,minimum:-1,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"raster-resampling":{type:"enum",values:{linear:{},nearest:{}},default:"linear",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"raster-fade-duration":{type:"number",default:300,minimum:0,transition:!1,units:"milliseconds",expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"}},paint_hillshade:{"hillshade-illumination-direction":{type:"numberArray",default:335,minimum:0,maximum:359,transition:!1,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-illumination-altitude":{type:"numberArray",default:45,minimum:0,maximum:90,transition:!1,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-illumination-anchor":{type:"enum",values:{map:{},viewport:{}},default:"viewport",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-exaggeration":{type:"number",default:.5,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-shadow-color":{type:"colorArray",default:"#000000",transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-highlight-color":{type:"colorArray",default:"#FFFFFF",transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-accent-color":{type:"color",default:"#000000",transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-method":{type:"enum",values:{standard:{},basic:{},combined:{},igor:{},multidirectional:{}},default:"standard",expression:{interpolated:!1,parameters:["zoom"]},"property-type":"data-constant"}},"paint_color-relief":{"color-relief-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"color-relief-color":{type:"color",transition:!1,expression:{interpolated:!0,parameters:["elevation"]},"property-type":"color-ramp"}},paint_background:{"background-color":{type:"color",default:"#000000",transition:!0,requires:[{"!":"background-pattern"}],expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"background-pattern":{type:"resolvedImage",transition:!0,expression:{interpolated:!1,parameters:["zoom"]},"property-type":"cross-faded"},"background-opacity":{type:"number",default:1,minimum:0,maximum:1,transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"}},transition:{duration:{type:"number",default:300,minimum:0,units:"milliseconds"},delay:{type:"number",default:0,minimum:0,units:"milliseconds"}},"property-type":{"data-driven":{type:"property-type"},"cross-faded":{type:"property-type"},"cross-faded-data-driven":{type:"property-type"},"color-ramp":{type:"property-type"},"data-constant":{type:"property-type"},constant:{type:"property-type"}},promoteId:{"*":{type:"string"}},interpolation:{type:"array",value:"interpolation_name",minimum:1},interpolation_name:{type:"enum",values:{linear:{syntax:{overloads:[{parameters:[],"output-type":"interpolation"}],parameters:[]}},exponential:{syntax:{overloads:[{parameters:["base"],"output-type":"interpolation"}],parameters:[{name:"base",type:"number literal"}]}},"cubic-bezier":{syntax:{overloads:[{parameters:["x1","y1","x2","y2"],"output-type":"interpolation"}],parameters:[{name:"x1",type:"number literal"},{name:"y1",type:"number literal"},{name:"x2",type:"number literal"},{name:"y2",type:"number literal"}]}}}}};const Bt=["type","source","source-layer","minzoom","maxzoom","filter","layout"];function Ri(r,e){const i={};for(const s in r)s!=="ref"&&(i[s]=r[s]);return Bt.forEach((s=>{s in e&&(i[s]=e[s])})),i}function rt(r,e){if(Array.isArray(r)){if(!Array.isArray(e)||r.length!==e.length)return!1;for(let i=0;i<r.length;i++)if(!rt(r[i],e[i]))return!1;return!0}if(typeof r=="object"&&r!==null&&e!==null){if(typeof e!="object"||Object.keys(r).length!==Object.keys(e).length)return!1;for(const i in r)if(!rt(r[i],e[i]))return!1;return!0}return r===e}function kt(r,e){r.push(e)}function Fi(r,e,i){kt(i,{command:"addSource",args:[r,e[r]]})}function Zt(r,e,i){kt(e,{command:"removeSource",args:[r]}),i[r]=!0}function ni(r,e,i,s){Zt(r,i,s),Fi(r,e,i)}function Ot(r,e,i){let s;for(s in r[i])if(Object.prototype.hasOwnProperty.call(r[i],s)&&s!=="data"&&!rt(r[i][s],e[i][s]))return!1;for(s in e[i])if(Object.prototype.hasOwnProperty.call(e[i],s)&&s!=="data"&&!rt(r[i][s],e[i][s]))return!1;return!0}function xi(r,e,i,s,o,u){r=r||{},e=e||{};for(const h in r)Object.prototype.hasOwnProperty.call(r,h)&&(rt(r[h],e[h])||i.push({command:u,args:[s,h,e[h],o]}));for(const h in e)Object.prototype.hasOwnProperty.call(e,h)&&!Object.prototype.hasOwnProperty.call(r,h)&&(rt(r[h],e[h])||i.push({command:u,args:[s,h,e[h],o]}))}function As(r){return r.id}function Ds(r,e){return r[e.id]=e,r}class Me{constructor(e,i,s,o){this.message=(e?`${e}: `:"")+s,o&&(this.identifier=o),i!=null&&i.__line__&&(this.line=i.__line__)}}function Hi(r,...e){for(const i of e)for(const s in i)r[s]=i[s];return r}class Xi extends Error{constructor(e,i){super(i),this.message=i,this.key=e}}class Ia{constructor(e,i=[]){this.parent=e,this.bindings={};for(const[s,o]of i)this.bindings[s]=o}concat(e){return new Ia(this,e)}get(e){if(this.bindings[e])return this.bindings[e];if(this.parent)return this.parent.get(e);throw new Error(`${e} not found in scope.`)}has(e){return!!this.bindings[e]||!!this.parent&&this.parent.has(e)}}const _r={kind:"null"},Fe={kind:"number"},ht={kind:"string"},dt={kind:"boolean"},lr={kind:"color"},Ma={kind:"projectionDefinition"},Hr={kind:"object"},lt={kind:"value"},zs={kind:"collator"},ks={kind:"formatted"},Ca={kind:"padding"},Jn={kind:"colorArray"},Ls={kind:"numberArray"},Qn={kind:"resolvedImage"},Rs={kind:"variableAnchorOffsetCollection"};function Yi(r,e){return{kind:"array",itemType:r,N:e}}function Lt(r){if(r.kind==="array"){const e=Lt(r.itemType);return typeof r.N=="number"?`array<${e}, ${r.N}>`:r.itemType.kind==="value"?"array":`array<${e}>`}return r.kind}const Ea=[_r,Fe,ht,dt,lr,Ma,ks,Hr,Yi(lt),Ca,Ls,Jn,Qn,Rs];function es(r,e){if(e.kind==="error")return null;if(r.kind==="array"){if(e.kind==="array"&&(e.N===0&&e.itemType.kind==="value"||!es(r.itemType,e.itemType))&&(typeof r.N!="number"||r.N===e.N))return null}else{if(r.kind===e.kind)return null;if(r.kind==="value"){for(const i of Ea)if(!es(i,e))return null}}return`Expected ${Lt(r)} but found ${Lt(e)} instead.`}function Fs(r,e){return e.some((i=>i.kind===r.kind))}function Tn(r,e){return e.some((i=>i==="null"?r===null:i==="array"?Array.isArray(r):i==="object"?r&&!Array.isArray(r)&&typeof r=="object":i===typeof r))}function Cr(r,e){return r.kind==="array"&&e.kind==="array"?r.itemType.kind===e.itemType.kind&&typeof r.N=="number":r.kind===e.kind}const tc=.96422,Sn=.82521,Aa=4/29,si=6/29,ic=3*si*si,rc=si*si*si,Bs=Math.PI/180,nc=180/Math.PI;function sc(r){return(r%=360)<0&&(r+=360),r}function ac([r,e,i,s]){let o,u;const h=Vo((.2225045*(r=Da(r))+.7168786*(e=Da(e))+.0606169*(i=Da(i)))/1);r===e&&e===i?o=u=h:(o=Vo((.4360747*r+.3850649*e+.1430804*i)/tc),u=Vo((.0139322*r+.0971045*e+.7141733*i)/Sn));const f=116*h-16;return[f<0?0:f,500*(o-h),200*(h-u),s]}function Da(r){return r<=.04045?r/12.92:Math.pow((r+.055)/1.055,2.4)}function Vo(r){return r>rc?Math.pow(r,1/3):r/ic+Aa}function No([r,e,i,s]){let o=(r+16)/116,u=isNaN(e)?o:o+e/500,h=isNaN(i)?o:o-i/200;return o=1*Uo(o),u=tc*Uo(u),h=Sn*Uo(h),[jo(3.1338561*u-1.6168667*o-.4906146*h),jo(-.9787684*u+1.9161415*o+.033454*h),jo(.0719453*u-.2289914*o+1.4052427*h),s]}function jo(r){return(r=r<=.00304?12.92*r:1.055*Math.pow(r,1/2.4)-.055)<0?0:r>1?1:r}function Uo(r){return r>si?r*r*r:ic*(r-Aa)}const Bu=Object.hasOwn||function(r,e){return Object.prototype.hasOwnProperty.call(r,e)};function Os(r,e){return Bu(r,e)?r[e]:void 0}function za(r){return parseInt(r.padEnd(2,r),16)/255}function oc(r,e){return ts(e?r/100:r,0,1)}function ts(r,e,i){return Math.min(Math.max(e,r),i)}function Go(r){return!r.some(Number.isNaN)}const Vs={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]};function an(r,e,i){return r+i*(e-r)}function is(r,e,i){return r.map(((s,o)=>an(s,e[o],i)))}class pt{constructor(e,i,s,o=1,u=!0){this.r=e,this.g=i,this.b=s,this.a=o,u||(this.r*=o,this.g*=o,this.b*=o,o||this.overwriteGetter("rgb",[e,i,s,o]))}static parse(e){if(e instanceof pt)return e;if(typeof e!="string")return;const i=(function(s){if((s=s.toLowerCase().trim())==="transparent")return[0,0,0,0];const o=Os(Vs,s);if(o){const[h,f,g]=o;return[h/255,f/255,g/255,1]}if(s.startsWith("#")&&/^#(?:[0-9a-f]{3,4}|[0-9a-f]{6}|[0-9a-f]{8})$/.test(s)){const h=s.length<6?1:2;let f=1;return[za(s.slice(f,f+=h)),za(s.slice(f,f+=h)),za(s.slice(f,f+=h)),za(s.slice(f,f+h)||"ff")]}if(s.startsWith("rgb")){const h=s.match(/^rgba?\(\s*([\de.+-]+)(%)?(?:\s+|\s*(,)\s*)([\de.+-]+)(%)?(?:\s+|\s*(,)\s*)([\de.+-]+)(%)?(?:\s*([,\/])\s*([\de.+-]+)(%)?)?\s*\)$/);if(h){const[f,g,y,x,w,S,P,E,A,z,F,q]=h,B=[x||" ",P||" ",z].join("");if(B===" "||B===" /"||B===",,"||B===",,,"){const V=[y,S,A].join(""),Z=V==="%%%"?100:V===""?255:0;if(Z){const X=[ts(+g/Z,0,1),ts(+w/Z,0,1),ts(+E/Z,0,1),F?oc(+F,q):1];if(Go(X))return X}}return}}const u=s.match(/^hsla?\(\s*([\de.+-]+)(?:deg)?(?:\s+|\s*(,)\s*)([\de.+-]+)%(?:\s+|\s*(,)\s*)([\de.+-]+)%(?:\s*([,\/])\s*([\de.+-]+)(%)?)?\s*\)$/);if(u){const[h,f,g,y,x,w,S,P,E]=u,A=[g||" ",x||" ",S].join("");if(A===" "||A===" /"||A===",,"||A===",,,"){const z=[+f,ts(+y,0,100),ts(+w,0,100),P?oc(+P,E):1];if(Go(z))return(function([F,q,B,V]){function Z(X){const se=(X+F/30)%12,_e=q*Math.min(B,1-B);return B-_e*Math.max(-1,Math.min(se-3,9-se,1))}return F=sc(F),q/=100,B/=100,[Z(0),Z(8),Z(4),V]})(z)}}})(e);return i?new pt(...i,!1):void 0}get rgb(){const{r:e,g:i,b:s,a:o}=this,u=o||1/0;return this.overwriteGetter("rgb",[e/u,i/u,s/u,o])}get hcl(){return this.overwriteGetter("hcl",(function(e){const[i,s,o,u]=ac(e),h=Math.sqrt(s*s+o*o);return[Math.round(1e4*h)?sc(Math.atan2(o,s)*nc):NaN,h,i,u]})(this.rgb))}get lab(){return this.overwriteGetter("lab",ac(this.rgb))}overwriteGetter(e,i){return Object.defineProperty(this,e,{value:i}),i}toString(){const[e,i,s,o]=this.rgb;return`rgba(${[e,i,s].map((u=>Math.round(255*u))).join(",")},${o})`}static interpolate(e,i,s,o="rgb"){switch(o){case"rgb":{const[u,h,f,g]=is(e.rgb,i.rgb,s);return new pt(u,h,f,g,!1)}case"hcl":{const[u,h,f,g]=e.hcl,[y,x,w,S]=i.hcl;let P,E;if(isNaN(u)||isNaN(y))isNaN(u)?isNaN(y)?P=NaN:(P=y,f!==1&&f!==0||(E=x)):(P=u,w!==1&&w!==0||(E=h));else{let B=y-u;y>u&&B>180?B-=360:y<u&&u-y>180&&(B+=360),P=u+s*B}const[A,z,F,q]=(function([B,V,Z,X]){return B=isNaN(B)?0:B*Bs,No([Z,Math.cos(B)*V,Math.sin(B)*V,X])})([P,E??an(h,x,s),an(f,w,s),an(g,S,s)]);return new pt(A,z,F,q,!1)}case"lab":{const[u,h,f,g]=No(is(e.lab,i.lab,s));return new pt(u,h,f,g,!1)}}}}pt.black=new pt(0,0,0,1),pt.white=new pt(1,1,1,1),pt.transparent=new pt(0,0,0,0),pt.red=new pt(1,0,0,1);class qo{constructor(e,i,s){this.sensitivity=e?i?"variant":"case":i?"accent":"base",this.locale=s,this.collator=new Intl.Collator(this.locale?this.locale:[],{sensitivity:this.sensitivity,usage:"search"})}compare(e,i){return this.collator.compare(e,i)}resolvedLocale(){return new Intl.Collator(this.locale?this.locale:[]).resolvedOptions().locale}}const Ou=["bottom","center","top"];class $o{constructor(e,i,s,o,u,h){this.text=e,this.image=i,this.scale=s,this.fontStack=o,this.textColor=u,this.verticalAlign=h}}class rr{constructor(e){this.sections=e}static fromString(e){return new rr([new $o(e,null,null,null,null,null)])}isEmpty(){return this.sections.length===0||!this.sections.some((e=>e.text.length!==0||e.image&&e.image.name.length!==0))}static factory(e){return e instanceof rr?e:rr.fromString(e)}toString(){return this.sections.length===0?"":this.sections.map((e=>e.text)).join("")}}class Ni{constructor(e){this.values=e.slice()}static parse(e){if(e instanceof Ni)return e;if(typeof e=="number")return new Ni([e,e,e,e]);if(Array.isArray(e)&&!(e.length<1||e.length>4)){for(const i of e)if(typeof i!="number")return;switch(e.length){case 1:e=[e[0],e[0],e[0],e[0]];break;case 2:e=[e[0],e[1],e[0],e[1]];break;case 3:e=[e[0],e[1],e[2],e[1]]}return new Ni(e)}}toString(){return JSON.stringify(this.values)}static interpolate(e,i,s){return new Ni(is(e.values,i.values,s))}}class ei{constructor(e){this.values=e.slice()}static parse(e){if(e instanceof ei)return e;if(typeof e=="number")return new ei([e]);if(Array.isArray(e)){for(const i of e)if(typeof i!="number")return;return new ei(e)}}toString(){return JSON.stringify(this.values)}static interpolate(e,i,s){return new ei(is(e.values,i.values,s))}}class Qe{constructor(e){this.values=e.slice()}static parse(e){if(e instanceof Qe)return e;if(typeof e=="string"){const s=pt.parse(e);return s?new Qe([s]):void 0}if(!Array.isArray(e))return;const i=[];for(const s of e){if(typeof s!="string")return;const o=pt.parse(s);if(!o)return;i.push(o)}return new Qe(i)}toString(){return JSON.stringify(this.values)}static interpolate(e,i,s,o="rgb"){const u=[];if(e.values.length!=i.values.length)throw new Error(`colorArray: Arrays have mismatched length (${e.values.length} vs. ${i.values.length}), cannot interpolate.`);for(let h=0;h<e.values.length;h++)u.push(pt.interpolate(e.values[h],i.values[h],s,o));return new Qe(u)}}class Vt extends Error{constructor(e){super(e),this.name="RuntimeError"}toJSON(){return this.message}}const on=new Set(["center","left","right","top","bottom","top-left","top-right","bottom-left","bottom-right"]);class Ki{constructor(e){this.values=e.slice()}static parse(e){if(e instanceof Ki)return e;if(Array.isArray(e)&&!(e.length<1)&&e.length%2==0){for(let i=0;i<e.length;i+=2){const s=e[i],o=e[i+1];if(typeof s!="string"||!on.has(s)||!Array.isArray(o)||o.length!==2||typeof o[0]!="number"||typeof o[1]!="number")return}return new Ki(e)}}toString(){return JSON.stringify(this.values)}static interpolate(e,i,s){const o=e.values,u=i.values;if(o.length!==u.length)throw new Vt(`Cannot interpolate values of different length. from: ${e.toString()}, to: ${i.toString()}`);const h=[];for(let f=0;f<o.length;f+=2){if(o[f]!==u[f])throw new Vt(`Cannot interpolate values containing mismatched anchors. from[${f}]: ${o[f]}, to[${f}]: ${u[f]}`);h.push(o[f]);const[g,y]=o[f+1],[x,w]=u[f+1];h.push([an(g,x,s),an(y,w,s)])}return new Ki(h)}}class cr{constructor(e){this.name=e.name,this.available=e.available}toString(){return this.name}static fromString(e){return e?new cr({name:e,available:!1}):null}}class Ji{constructor(e,i,s){this.from=e,this.to=i,this.transition=s}static interpolate(e,i,s){return new Ji(e,i,s)}static parse(e){return e instanceof Ji?e:Array.isArray(e)&&e.length===3&&typeof e[0]=="string"&&typeof e[1]=="string"&&typeof e[2]=="number"?new Ji(e[0],e[1],e[2]):typeof e=="object"&&typeof e.from=="string"&&typeof e.to=="string"&&typeof e.transition=="number"?new Ji(e.from,e.to,e.transition):typeof e=="string"?new Ji(e,e,1):void 0}}function rs(r,e,i,s){return typeof r=="number"&&r>=0&&r<=255&&typeof e=="number"&&e>=0&&e<=255&&typeof i=="number"&&i>=0&&i<=255?s===void 0||typeof s=="number"&&s>=0&&s<=1?null:`Invalid rgba value [${[r,e,i,s].join(", ")}]: 'a' must be between 0 and 1.`:`Invalid rgba value [${(typeof s=="number"?[r,e,i,s]:[r,e,i]).join(", ")}]: 'r', 'g', and 'b' must be between 0 and 255.`}function ln(r){if(r===null||typeof r=="string"||typeof r=="boolean"||typeof r=="number"||r instanceof Ji||r instanceof pt||r instanceof qo||r instanceof rr||r instanceof Ni||r instanceof ei||r instanceof Qe||r instanceof Ki||r instanceof cr)return!0;if(Array.isArray(r)){for(const e of r)if(!ln(e))return!1;return!0}if(typeof r=="object"){for(const e in r)if(!ln(r[e]))return!1;return!0}return!1}function di(r){if(r===null)return _r;if(typeof r=="string")return ht;if(typeof r=="boolean")return dt;if(typeof r=="number")return Fe;if(r instanceof pt)return lr;if(r instanceof Ji)return Ma;if(r instanceof qo)return zs;if(r instanceof rr)return ks;if(r instanceof Ni)return Ca;if(r instanceof ei)return Ls;if(r instanceof Qe)return Jn;if(r instanceof Ki)return Rs;if(r instanceof cr)return Qn;if(Array.isArray(r)){const e=r.length;let i;for(const s of r){const o=di(s);if(i){if(i===o)continue;i=lt;break}i=o}return Yi(i||lt,e)}return Hr}function Pn(r){const e=typeof r;return r===null?"":e==="string"||e==="number"||e==="boolean"?String(r):r instanceof pt||r instanceof Ji||r instanceof rr||r instanceof Ni||r instanceof ei||r instanceof Qe||r instanceof Ki||r instanceof cr?r.toString():JSON.stringify(r)}class Nr{constructor(e,i){this.type=e,this.value=i}static parse(e,i){if(e.length!==2)return i.error(`'literal' expression requires exactly one argument, but found ${e.length-1} instead.`);if(!ln(e[1]))return i.error("invalid value");const s=e[1];let o=di(s);const u=i.expectedType;return o.kind!=="array"||o.N!==0||!u||u.kind!=="array"||typeof u.N=="number"&&u.N!==0||(o=u),new Nr(o,s)}evaluate(){return this.value}eachChild(){}outputDefined(){return!0}}const ka={string:ht,number:Fe,boolean:dt,object:Hr};class nr{constructor(e,i){this.type=e,this.args=i}static parse(e,i){if(e.length<2)return i.error("Expected at least one argument.");let s,o=1;const u=e[0];if(u==="array"){let f,g;if(e.length>2){const y=e[1];if(typeof y!="string"||!(y in ka)||y==="object")return i.error('The item type argument of "array" must be one of string, number, boolean',1);f=ka[y],o++}else f=lt;if(e.length>3){if(e[2]!==null&&(typeof e[2]!="number"||e[2]<0||e[2]!==Math.floor(e[2])))return i.error('The length argument to "array" must be a positive integer literal',2);g=e[2],o++}s=Yi(f,g)}else{if(!ka[u])throw new Error(`Types doesn't contain name = ${u}`);s=ka[u]}const h=[];for(;o<e.length;o++){const f=i.parse(e[o],o,lt);if(!f)return null;h.push(f)}return new nr(s,h)}evaluate(e){for(let i=0;i<this.args.length;i++){const s=this.args[i].evaluate(e);if(!es(this.type,di(s)))return s;if(i===this.args.length-1)throw new Vt(`Expected value to be of type ${Lt(this.type)}, but found ${Lt(di(s))} instead.`)}throw new Error}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every((e=>e.outputDefined()))}}const In={"to-boolean":dt,"to-color":lr,"to-number":Fe,"to-string":ht};class Xr{constructor(e,i){this.type=e,this.args=i}static parse(e,i){if(e.length<2)return i.error("Expected at least one argument.");const s=e[0];if(!In[s])throw new Error(`Can't parse ${s} as it is not part of the known types`);if((s==="to-boolean"||s==="to-string")&&e.length!==2)return i.error("Expected one argument.");const o=In[s],u=[];for(let h=1;h<e.length;h++){const f=i.parse(e[h],h,lt);if(!f)return null;u.push(f)}return new Xr(o,u)}evaluate(e){switch(this.type.kind){case"boolean":return!!this.args[0].evaluate(e);case"color":{let i,s;for(const o of this.args){if(i=o.evaluate(e),s=null,i instanceof pt)return i;if(typeof i=="string"){const u=e.parseColor(i);if(u)return u}else if(Array.isArray(i)&&(s=i.length<3||i.length>4?`Invalid rgba value ${JSON.stringify(i)}: expected an array containing either three or four numeric values.`:rs(i[0],i[1],i[2],i[3]),!s))return new pt(i[0]/255,i[1]/255,i[2]/255,i[3])}throw new Vt(s||`Could not parse color from value '${typeof i=="string"?i:JSON.stringify(i)}'`)}case"padding":{let i;for(const s of this.args){i=s.evaluate(e);const o=Ni.parse(i);if(o)return o}throw new Vt(`Could not parse padding from value '${typeof i=="string"?i:JSON.stringify(i)}'`)}case"numberArray":{let i;for(const s of this.args){i=s.evaluate(e);const o=ei.parse(i);if(o)return o}throw new Vt(`Could not parse numberArray from value '${typeof i=="string"?i:JSON.stringify(i)}'`)}case"colorArray":{let i;for(const s of this.args){i=s.evaluate(e);const o=Qe.parse(i);if(o)return o}throw new Vt(`Could not parse colorArray from value '${typeof i=="string"?i:JSON.stringify(i)}'`)}case"variableAnchorOffsetCollection":{let i;for(const s of this.args){i=s.evaluate(e);const o=Ki.parse(i);if(o)return o}throw new Vt(`Could not parse variableAnchorOffsetCollection from value '${typeof i=="string"?i:JSON.stringify(i)}'`)}case"number":{let i=null;for(const s of this.args){if(i=s.evaluate(e),i===null)return 0;const o=Number(i);if(!isNaN(o))return o}throw new Vt(`Could not convert ${JSON.stringify(i)} to number.`)}case"formatted":return rr.fromString(Pn(this.args[0].evaluate(e)));case"resolvedImage":return cr.fromString(Pn(this.args[0].evaluate(e)));case"projectionDefinition":return this.args[0].evaluate(e);default:return Pn(this.args[0].evaluate(e))}}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every((e=>e.outputDefined()))}}const lc=["Unknown","Point","LineString","Polygon"];class Zo{constructor(){this.globals=null,this.feature=null,this.featureState=null,this.formattedSection=null,this._parseColorCache=new Map,this.availableImages=null,this.canonical=null}id(){return this.feature&&"id"in this.feature?this.feature.id:null}geometryType(){return this.feature?typeof this.feature.type=="number"?lc[this.feature.type]:this.feature.type:null}geometry(){return this.feature&&"geometry"in this.feature?this.feature.geometry:null}canonicalID(){return this.canonical}properties(){return this.feature&&this.feature.properties||{}}parseColor(e){let i=this._parseColorCache.get(e);return i||(i=pt.parse(e),this._parseColorCache.set(e,i)),i}}class Mn{constructor(e,i,s=[],o,u=new Ia,h=[]){this.registry=e,this.path=s,this.key=s.map((f=>`[${f}]`)).join(""),this.scope=u,this.errors=h,this.expectedType=o,this._isConstant=i}parse(e,i,s,o,u={}){return i?this.concat(i,s,o)._parse(e,u):this._parse(e,u)}_parse(e,i){function s(o,u,h){return h==="assert"?new nr(u,[o]):h==="coerce"?new Xr(u,[o]):o}if(e!==null&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"||(e=["literal",e]),Array.isArray(e)){if(e.length===0)return this.error('Expected an array with at least one element. If you wanted a literal array, use ["literal", []].');const o=e[0];if(typeof o!="string")return this.error(`Expression name must be a string, but found ${typeof o} instead. If you wanted a literal array, use ["literal", [...]].`,0),null;const u=this.registry[o];if(u){let h=u.parse(e,this);if(!h)return null;if(this.expectedType){const f=this.expectedType,g=h.type;if(f.kind!=="string"&&f.kind!=="number"&&f.kind!=="boolean"&&f.kind!=="object"&&f.kind!=="array"||g.kind!=="value"){if(f.kind==="projectionDefinition"&&["string","array"].includes(g.kind)||["color","formatted","resolvedImage"].includes(f.kind)&&["value","string"].includes(g.kind)||["padding","numberArray"].includes(f.kind)&&["value","number","array"].includes(g.kind)||f.kind==="colorArray"&&["value","string","array"].includes(g.kind)||f.kind==="variableAnchorOffsetCollection"&&["value","array"].includes(g.kind))h=s(h,f,i.typeAnnotation||"coerce");else if(this.checkSubtype(f,g))return null}else h=s(h,f,i.typeAnnotation||"assert")}if(!(h instanceof Nr)&&h.type.kind!=="resolvedImage"&&this._isConstant(h)){const f=new Zo;try{h=new Nr(h.type,h.evaluate(f))}catch(g){return this.error(g.message),null}}return h}return this.error(`Unknown expression "${o}". If you wanted a literal array, use ["literal", [...]].`,0)}return this.error(e===void 0?"'undefined' value invalid. Use null instead.":typeof e=="object"?'Bare objects invalid. Use ["literal", {...}] instead.':`Expected an array, but found ${typeof e} instead.`)}concat(e,i,s){const o=typeof e=="number"?this.path.concat(e):this.path,u=s?this.scope.concat(s):this.scope;return new Mn(this.registry,this._isConstant,o,i||null,u,this.errors)}error(e,...i){const s=`${this.key}${i.map((o=>`[${o}]`)).join("")}`;this.errors.push(new Xi(s,e))}checkSubtype(e,i){const s=es(e,i);return s&&this.error(s),s}}class Nt{constructor(e,i){this.type=i.type,this.bindings=[].concat(e),this.result=i}evaluate(e){return this.result.evaluate(e)}eachChild(e){for(const i of this.bindings)e(i[1]);e(this.result)}static parse(e,i){if(e.length<4)return i.error(`Expected at least 3 arguments, but found ${e.length-1} instead.`);const s=[];for(let u=1;u<e.length-1;u+=2){const h=e[u];if(typeof h!="string")return i.error(`Expected string, but found ${typeof h} instead.`,u);if(/[^a-zA-Z0-9_]/.test(h))return i.error("Variable names must contain only alphanumeric characters or '_'.",u);const f=i.parse(e[u+1],u+1);if(!f)return null;s.push([h,f])}const o=i.parse(e[e.length-1],e.length-1,i.expectedType,s);return o?new Nt(s,o):null}outputDefined(){return this.result.outputDefined()}}class ns{constructor(e,i){this.type=i.type,this.name=e,this.boundExpression=i}static parse(e,i){if(e.length!==2||typeof e[1]!="string")return i.error("'var' expression requires exactly one string literal argument.");const s=e[1];return i.scope.has(s)?new ns(s,i.scope.get(s)):i.error(`Unknown variable "${s}". Make sure "${s}" has been bound in an enclosing "let" expression before using it.`,1)}evaluate(e){return this.boundExpression.evaluate(e)}eachChild(){}outputDefined(){return!1}}class bt{constructor(e,i,s){this.type=e,this.index=i,this.input=s}static parse(e,i){if(e.length!==3)return i.error(`Expected 2 arguments, but found ${e.length-1} instead.`);const s=i.parse(e[1],1,Fe),o=i.parse(e[2],2,Yi(i.expectedType||lt));return s&&o?new bt(o.type.itemType,s,o):null}evaluate(e){const i=this.index.evaluate(e),s=this.input.evaluate(e);if(i<0)throw new Vt(`Array index out of bounds: ${i} < 0.`);if(i>=s.length)throw new Vt(`Array index out of bounds: ${i} > ${s.length-1}.`);if(i!==Math.floor(i))throw new Vt(`Array index must be an integer, but found ${i} instead.`);return s[i]}eachChild(e){e(this.index),e(this.input)}outputDefined(){return!1}}class ct{constructor(e,i){this.type=dt,this.needle=e,this.haystack=i}static parse(e,i){if(e.length!==3)return i.error(`Expected 2 arguments, but found ${e.length-1} instead.`);const s=i.parse(e[1],1,lt),o=i.parse(e[2],2,lt);return s&&o?Fs(s.type,[dt,ht,Fe,_r,lt])?new ct(s,o):i.error(`Expected first argument to be of type boolean, string, number or null, but found ${Lt(s.type)} instead`):null}evaluate(e){const i=this.needle.evaluate(e),s=this.haystack.evaluate(e);if(!s)return!1;if(!Tn(i,["boolean","string","number","null"]))throw new Vt(`Expected first argument to be of type boolean, string, number or null, but found ${Lt(di(i))} instead.`);if(!Tn(s,["string","array"]))throw new Vt(`Expected second argument to be of type array or string, but found ${Lt(di(s))} instead.`);return s.indexOf(i)>=0}eachChild(e){e(this.needle),e(this.haystack)}outputDefined(){return!0}}class ss{constructor(e,i,s){this.type=Fe,this.needle=e,this.haystack=i,this.fromIndex=s}static parse(e,i){if(e.length<=2||e.length>=5)return i.error(`Expected 2 or 3 arguments, but found ${e.length-1} instead.`);const s=i.parse(e[1],1,lt),o=i.parse(e[2],2,lt);if(!s||!o)return null;if(!Fs(s.type,[dt,ht,Fe,_r,lt]))return i.error(`Expected first argument to be of type boolean, string, number or null, but found ${Lt(s.type)} instead`);if(e.length===4){const u=i.parse(e[3],3,Fe);return u?new ss(s,o,u):null}return new ss(s,o)}evaluate(e){const i=this.needle.evaluate(e),s=this.haystack.evaluate(e);if(!Tn(i,["boolean","string","number","null"]))throw new Vt(`Expected first argument to be of type boolean, string, number or null, but found ${Lt(di(i))} instead.`);let o;if(this.fromIndex&&(o=this.fromIndex.evaluate(e)),Tn(s,["string"])){const u=s.indexOf(i,o);return u===-1?-1:[...s.slice(0,u)].length}if(Tn(s,["array"]))return s.indexOf(i,o);throw new Vt(`Expected second argument to be of type array or string, but found ${Lt(di(s))} instead.`)}eachChild(e){e(this.needle),e(this.haystack),this.fromIndex&&e(this.fromIndex)}outputDefined(){return!1}}class wt{constructor(e,i,s,o,u,h){this.inputType=e,this.type=i,this.input=s,this.cases=o,this.outputs=u,this.otherwise=h}static parse(e,i){if(e.length<5)return i.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if(e.length%2!=1)return i.error("Expected an even number of arguments.");let s,o;i.expectedType&&i.expectedType.kind!=="value"&&(o=i.expectedType);const u={},h=[];for(let y=2;y<e.length-1;y+=2){let x=e[y];const w=e[y+1];Array.isArray(x)||(x=[x]);const S=i.concat(y);if(x.length===0)return S.error("Expected at least one branch label.");for(const E of x){if(typeof E!="number"&&typeof E!="string")return S.error("Branch labels must be numbers or strings.");if(typeof E=="number"&&Math.abs(E)>Number.MAX_SAFE_INTEGER)return S.error(`Branch labels must be integers no larger than ${Number.MAX_SAFE_INTEGER}.`);if(typeof E=="number"&&Math.floor(E)!==E)return S.error("Numeric branch labels must be integer values.");if(s){if(S.checkSubtype(s,di(E)))return null}else s=di(E);if(u[String(E)]!==void 0)return S.error("Branch labels must be unique.");u[String(E)]=h.length}const P=i.parse(w,y,o);if(!P)return null;o=o||P.type,h.push(P)}const f=i.parse(e[1],1,lt);if(!f)return null;const g=i.parse(e[e.length-1],e.length-1,o);return g?f.type.kind!=="value"&&i.concat(1).checkSubtype(s,f.type)?null:new wt(s,o,f,u,h,g):null}evaluate(e){const i=this.input.evaluate(e);return(di(i)===this.inputType&&this.outputs[this.cases[i]]||this.otherwise).evaluate(e)}eachChild(e){e(this.input),this.outputs.forEach(e),e(this.otherwise)}outputDefined(){return this.outputs.every((e=>e.outputDefined()))&&this.otherwise.outputDefined()}}class Ns{constructor(e,i,s){this.type=e,this.branches=i,this.otherwise=s}static parse(e,i){if(e.length<4)return i.error(`Expected at least 3 arguments, but found only ${e.length-1}.`);if(e.length%2!=0)return i.error("Expected an odd number of arguments.");let s;i.expectedType&&i.expectedType.kind!=="value"&&(s=i.expectedType);const o=[];for(let h=1;h<e.length-1;h+=2){const f=i.parse(e[h],h,dt);if(!f)return null;const g=i.parse(e[h+1],h+1,s);if(!g)return null;o.push([f,g]),s=s||g.type}const u=i.parse(e[e.length-1],e.length-1,s);if(!u)return null;if(!s)throw new Error("Can't infer output type");return new Ns(s,o,u)}evaluate(e){for(const[i,s]of this.branches)if(i.evaluate(e))return s.evaluate(e);return this.otherwise.evaluate(e)}eachChild(e){for(const[i,s]of this.branches)e(i),e(s);e(this.otherwise)}outputDefined(){return this.branches.every((([e,i])=>i.outputDefined()))&&this.otherwise.outputDefined()}}class yr{constructor(e,i,s,o){this.type=e,this.input=i,this.beginIndex=s,this.endIndex=o}static parse(e,i){if(e.length<=2||e.length>=5)return i.error(`Expected 2 or 3 arguments, but found ${e.length-1} instead.`);const s=i.parse(e[1],1,lt),o=i.parse(e[2],2,Fe);if(!s||!o)return null;if(!Fs(s.type,[Yi(lt),ht,lt]))return i.error(`Expected first argument to be of type array or string, but found ${Lt(s.type)} instead`);if(e.length===4){const u=i.parse(e[3],3,Fe);return u?new yr(s.type,s,o,u):null}return new yr(s.type,s,o)}evaluate(e){const i=this.input.evaluate(e),s=this.beginIndex.evaluate(e);let o;if(this.endIndex&&(o=this.endIndex.evaluate(e)),Tn(i,["string"]))return[...i].slice(s,o).join("");if(Tn(i,["array"]))return i.slice(s,o);throw new Vt(`Expected first argument to be of type array or string, but found ${Lt(di(i))} instead.`)}eachChild(e){e(this.input),e(this.beginIndex),this.endIndex&&e(this.endIndex)}outputDefined(){return!1}}function as(r,e){const i=r.length-1;let s,o,u=0,h=i,f=0;for(;u<=h;)if(f=Math.floor((u+h)/2),s=r[f],o=r[f+1],s<=e){if(f===i||e<o)return f;u=f+1}else{if(!(s>e))throw new Vt("Input is not a number.");h=f-1}return 0}class cn{constructor(e,i,s){this.type=e,this.input=i,this.labels=[],this.outputs=[];for(const[o,u]of s)this.labels.push(o),this.outputs.push(u)}static parse(e,i){if(e.length-1<4)return i.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if((e.length-1)%2!=0)return i.error("Expected an even number of arguments.");const s=i.parse(e[1],1,Fe);if(!s)return null;const o=[];let u=null;i.expectedType&&i.expectedType.kind!=="value"&&(u=i.expectedType);for(let h=1;h<e.length;h+=2){const f=h===1?-1/0:e[h],g=e[h+1],y=h,x=h+1;if(typeof f!="number")return i.error('Input/output pairs for "step" expressions must be defined using literal numeric values (not computed expressions) for the input values.',y);if(o.length&&o[o.length-1][0]>=f)return i.error('Input/output pairs for "step" expressions must be arranged with input values in strictly ascending order.',y);const w=i.parse(g,x,u);if(!w)return null;u=u||w.type,o.push([f,w])}return new cn(u,s,o)}evaluate(e){const i=this.labels,s=this.outputs;if(i.length===1)return s[0].evaluate(e);const o=this.input.evaluate(e);if(o<=i[0])return s[0].evaluate(e);const u=i.length;return o>=i[u-1]?s[u-1].evaluate(e):s[as(i,o)].evaluate(e)}eachChild(e){e(this.input);for(const i of this.outputs)e(i)}outputDefined(){return this.outputs.every((e=>e.outputDefined()))}}function cc(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var js,Wo,Vu=(function(){if(Wo)return js;function r(e,i,s,o){this.cx=3*e,this.bx=3*(s-e)-this.cx,this.ax=1-this.cx-this.bx,this.cy=3*i,this.by=3*(o-i)-this.cy,this.ay=1-this.cy-this.by,this.p1x=e,this.p1y=i,this.p2x=s,this.p2y=o}return Wo=1,js=r,r.prototype={sampleCurveX:function(e){return((this.ax*e+this.bx)*e+this.cx)*e},sampleCurveY:function(e){return((this.ay*e+this.by)*e+this.cy)*e},sampleCurveDerivativeX:function(e){return(3*this.ax*e+2*this.bx)*e+this.cx},solveCurveX:function(e,i){if(i===void 0&&(i=1e-6),e<0)return 0;if(e>1)return 1;for(var s=e,o=0;o<8;o++){var u=this.sampleCurveX(s)-e;if(Math.abs(u)<i)return s;var h=this.sampleCurveDerivativeX(s);if(Math.abs(h)<1e-6)break;s-=u/h}var f=0,g=1;for(s=e,o=0;o<20&&(u=this.sampleCurveX(s),!(Math.abs(u-e)<i));o++)e>u?f=s:g=s,s=.5*(g-f)+f;return s},solve:function(e,i){return this.sampleCurveY(this.solveCurveX(e,i))}},js})(),uc=cc(Vu);class Qi{constructor(e,i,s,o,u){this.type=e,this.operator=i,this.interpolation=s,this.input=o,this.labels=[],this.outputs=[];for(const[h,f]of u)this.labels.push(h),this.outputs.push(f)}static interpolationFactor(e,i,s,o){let u=0;if(e.name==="exponential")u=jr(i,e.base,s,o);else if(e.name==="linear")u=jr(i,1,s,o);else if(e.name==="cubic-bezier"){const h=e.controlPoints;u=new uc(h[0],h[1],h[2],h[3]).solve(jr(i,1,s,o))}return u}static parse(e,i){let[s,o,u,...h]=e;if(!Array.isArray(o)||o.length===0)return i.error("Expected an interpolation type expression.",1);if(o[0]==="linear")o={name:"linear"};else if(o[0]==="exponential"){const y=o[1];if(typeof y!="number")return i.error("Exponential interpolation requires a numeric base.",1,1);o={name:"exponential",base:y}}else{if(o[0]!=="cubic-bezier")return i.error(`Unknown interpolation type ${String(o[0])}`,1,0);{const y=o.slice(1);if(y.length!==4||y.some((x=>typeof x!="number"||x<0||x>1)))return i.error("Cubic bezier interpolation requires four numeric arguments with values between 0 and 1.",1);o={name:"cubic-bezier",controlPoints:y}}}if(e.length-1<4)return i.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if((e.length-1)%2!=0)return i.error("Expected an even number of arguments.");if(u=i.parse(u,2,Fe),!u)return null;const f=[];let g=null;s!=="interpolate-hcl"&&s!=="interpolate-lab"||i.expectedType==Jn?i.expectedType&&i.expectedType.kind!=="value"&&(g=i.expectedType):g=lr;for(let y=0;y<h.length;y+=2){const x=h[y],w=h[y+1],S=y+3,P=y+4;if(typeof x!="number")return i.error('Input/output pairs for "interpolate" expressions must be defined using literal numeric values (not computed expressions) for the input values.',S);if(f.length&&f[f.length-1][0]>=x)return i.error('Input/output pairs for "interpolate" expressions must be arranged with input values in strictly ascending order.',S);const E=i.parse(w,P,g);if(!E)return null;g=g||E.type,f.push([x,E])}return Cr(g,Fe)||Cr(g,Ma)||Cr(g,lr)||Cr(g,Ca)||Cr(g,Ls)||Cr(g,Jn)||Cr(g,Rs)||Cr(g,Yi(Fe))?new Qi(g,s,o,u,f):i.error(`Type ${Lt(g)} is not interpolatable.`)}evaluate(e){const i=this.labels,s=this.outputs;if(i.length===1)return s[0].evaluate(e);const o=this.input.evaluate(e);if(o<=i[0])return s[0].evaluate(e);const u=i.length;if(o>=i[u-1])return s[u-1].evaluate(e);const h=as(i,o),f=Qi.interpolationFactor(this.interpolation,o,i[h],i[h+1]),g=s[h].evaluate(e),y=s[h+1].evaluate(e);switch(this.operator){case"interpolate":switch(this.type.kind){case"number":return an(g,y,f);case"color":return pt.interpolate(g,y,f);case"padding":return Ni.interpolate(g,y,f);case"colorArray":return Qe.interpolate(g,y,f);case"numberArray":return ei.interpolate(g,y,f);case"variableAnchorOffsetCollection":return Ki.interpolate(g,y,f);case"array":return is(g,y,f);case"projectionDefinition":return Ji.interpolate(g,y,f)}case"interpolate-hcl":switch(this.type.kind){case"color":return pt.interpolate(g,y,f,"hcl");case"colorArray":return Qe.interpolate(g,y,f,"hcl")}case"interpolate-lab":switch(this.type.kind){case"color":return pt.interpolate(g,y,f,"lab");case"colorArray":return Qe.interpolate(g,y,f,"lab")}}}eachChild(e){e(this.input);for(const i of this.outputs)e(i)}outputDefined(){return this.outputs.every((e=>e.outputDefined()))}}function jr(r,e,i,s){const o=s-i,u=r-i;return o===0?0:e===1?u/o:(Math.pow(e,u)-1)/(Math.pow(e,o)-1)}const Xt={color:pt.interpolate,number:an,padding:Ni.interpolate,numberArray:ei.interpolate,colorArray:Qe.interpolate,variableAnchorOffsetCollection:Ki.interpolate,array:is};class Cn{constructor(e,i){this.type=e,this.args=i}static parse(e,i){if(e.length<2)return i.error("Expected at least one argument.");let s=null;const o=i.expectedType;o&&o.kind!=="value"&&(s=o);const u=[];for(const f of e.slice(1)){const g=i.parse(f,1+u.length,s,void 0,{typeAnnotation:"omit"});if(!g)return null;s=s||g.type,u.push(g)}if(!s)throw new Error("No output type");const h=o&&u.some((f=>es(o,f.type)));return new Cn(h?lt:s,u)}evaluate(e){let i,s=null,o=0;for(const u of this.args)if(o++,s=u.evaluate(e),s&&s instanceof cr&&!s.available&&(i||(i=s.name),s=null,o===this.args.length&&(s=i)),s!==null)break;return s}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every((e=>e.outputDefined()))}}function Ho(r,e){return r==="=="||r==="!="?e.kind==="boolean"||e.kind==="string"||e.kind==="number"||e.kind==="null"||e.kind==="value":e.kind==="string"||e.kind==="number"||e.kind==="value"}function Us(r,e,i,s){return s.compare(e,i)===0}function ai(r,e,i){const s=r!=="=="&&r!=="!=";return class Mf{constructor(u,h,f){this.type=dt,this.lhs=u,this.rhs=h,this.collator=f,this.hasUntypedArgument=u.type.kind==="value"||h.type.kind==="value"}static parse(u,h){if(u.length!==3&&u.length!==4)return h.error("Expected two or three arguments.");const f=u[0];let g=h.parse(u[1],1,lt);if(!g)return null;if(!Ho(f,g.type))return h.concat(1).error(`"${f}" comparisons are not supported for type '${Lt(g.type)}'.`);let y=h.parse(u[2],2,lt);if(!y)return null;if(!Ho(f,y.type))return h.concat(2).error(`"${f}" comparisons are not supported for type '${Lt(y.type)}'.`);if(g.type.kind!==y.type.kind&&g.type.kind!=="value"&&y.type.kind!=="value")return h.error(`Cannot compare types '${Lt(g.type)}' and '${Lt(y.type)}'.`);s&&(g.type.kind==="value"&&y.type.kind!=="value"?g=new nr(y.type,[g]):g.type.kind!=="value"&&y.type.kind==="value"&&(y=new nr(g.type,[y])));let x=null;if(u.length===4){if(g.type.kind!=="string"&&y.type.kind!=="string"&&g.type.kind!=="value"&&y.type.kind!=="value")return h.error("Cannot use collator to compare non-string types.");if(x=h.parse(u[3],3,zs),!x)return null}return new Mf(g,y,x)}evaluate(u){const h=this.lhs.evaluate(u),f=this.rhs.evaluate(u);if(s&&this.hasUntypedArgument){const g=di(h),y=di(f);if(g.kind!==y.kind||g.kind!=="string"&&g.kind!=="number")throw new Vt(`Expected arguments for "${r}" to be (string, string) or (number, number), but found (${g.kind}, ${y.kind}) instead.`)}if(this.collator&&!s&&this.hasUntypedArgument){const g=di(h),y=di(f);if(g.kind!=="string"||y.kind!=="string")return e(u,h,f)}return this.collator?i(u,h,f,this.collator.evaluate(u)):e(u,h,f)}eachChild(u){u(this.lhs),u(this.rhs),this.collator&&u(this.collator)}outputDefined(){return!0}}}const hc=ai("==",(function(r,e,i){return e===i}),Us),Xo=ai("!=",(function(r,e,i){return e!==i}),(function(r,e,i,s){return!Us(0,e,i,s)})),dc=ai("<",(function(r,e,i){return e<i}),(function(r,e,i,s){return s.compare(e,i)<0})),Nu=ai(">",(function(r,e,i){return e>i}),(function(r,e,i,s){return s.compare(e,i)>0})),os=ai("<=",(function(r,e,i){return e<=i}),(function(r,e,i,s){return s.compare(e,i)<=0})),La=ai(">=",(function(r,e,i){return e>=i}),(function(r,e,i,s){return s.compare(e,i)>=0}));class ls{constructor(e,i,s){this.type=zs,this.locale=s,this.caseSensitive=e,this.diacriticSensitive=i}static parse(e,i){if(e.length!==2)return i.error("Expected one argument.");const s=e[1];if(typeof s!="object"||Array.isArray(s))return i.error("Collator options argument must be an object.");const o=i.parse(s["case-sensitive"]!==void 0&&s["case-sensitive"],1,dt);if(!o)return null;const u=i.parse(s["diacritic-sensitive"]!==void 0&&s["diacritic-sensitive"],1,dt);if(!u)return null;let h=null;return s.locale&&(h=i.parse(s.locale,1,ht),!h)?null:new ls(o,u,h)}evaluate(e){return new qo(this.caseSensitive.evaluate(e),this.diacriticSensitive.evaluate(e),this.locale?this.locale.evaluate(e):null)}eachChild(e){e(this.caseSensitive),e(this.diacriticSensitive),this.locale&&e(this.locale)}outputDefined(){return!1}}class Yo{constructor(e,i,s,o,u){this.type=ht,this.number=e,this.locale=i,this.currency=s,this.minFractionDigits=o,this.maxFractionDigits=u}static parse(e,i){if(e.length!==3)return i.error("Expected two arguments.");const s=i.parse(e[1],1,Fe);if(!s)return null;const o=e[2];if(typeof o!="object"||Array.isArray(o))return i.error("NumberFormat options argument must be an object.");let u=null;if(o.locale&&(u=i.parse(o.locale,1,ht),!u))return null;let h=null;if(o.currency&&(h=i.parse(o.currency,1,ht),!h))return null;let f=null;if(o["min-fraction-digits"]&&(f=i.parse(o["min-fraction-digits"],1,Fe),!f))return null;let g=null;return o["max-fraction-digits"]&&(g=i.parse(o["max-fraction-digits"],1,Fe),!g)?null:new Yo(s,u,h,f,g)}evaluate(e){return new Intl.NumberFormat(this.locale?this.locale.evaluate(e):[],{style:this.currency?"currency":"decimal",currency:this.currency?this.currency.evaluate(e):void 0,minimumFractionDigits:this.minFractionDigits?this.minFractionDigits.evaluate(e):void 0,maximumFractionDigits:this.maxFractionDigits?this.maxFractionDigits.evaluate(e):void 0}).format(this.number.evaluate(e))}eachChild(e){e(this.number),this.locale&&e(this.locale),this.currency&&e(this.currency),this.minFractionDigits&&e(this.minFractionDigits),this.maxFractionDigits&&e(this.maxFractionDigits)}outputDefined(){return!1}}class Gs{constructor(e){this.type=ks,this.sections=e}static parse(e,i){if(e.length<2)return i.error("Expected at least one argument.");const s=e[1];if(!Array.isArray(s)&&typeof s=="object")return i.error("First argument must be an image or text section.");const o=[];let u=!1;for(let h=1;h<=e.length-1;++h){const f=e[h];if(u&&typeof f=="object"&&!Array.isArray(f)){u=!1;let g=null;if(f["font-scale"]&&(g=i.parse(f["font-scale"],1,Fe),!g))return null;let y=null;if(f["text-font"]&&(y=i.parse(f["text-font"],1,Yi(ht)),!y))return null;let x=null;if(f["text-color"]&&(x=i.parse(f["text-color"],1,lr),!x))return null;let w=null;if(f["vertical-align"]){if(typeof f["vertical-align"]=="string"&&!Ou.includes(f["vertical-align"]))return i.error(`'vertical-align' must be one of: 'bottom', 'center', 'top' but found '${f["vertical-align"]}' instead.`);if(w=i.parse(f["vertical-align"],1,ht),!w)return null}const S=o[o.length-1];S.scale=g,S.font=y,S.textColor=x,S.verticalAlign=w}else{const g=i.parse(e[h],1,lt);if(!g)return null;const y=g.type.kind;if(y!=="string"&&y!=="value"&&y!=="null"&&y!=="resolvedImage")return i.error("Formatted text type must be 'string', 'value', 'image' or 'null'.");u=!0,o.push({content:g,scale:null,font:null,textColor:null,verticalAlign:null})}}return new Gs(o)}evaluate(e){return new rr(this.sections.map((i=>{const s=i.content.evaluate(e);return di(s)===Qn?new $o("",s,null,null,null,i.verticalAlign?i.verticalAlign.evaluate(e):null):new $o(Pn(s),null,i.scale?i.scale.evaluate(e):null,i.font?i.font.evaluate(e).join(","):null,i.textColor?i.textColor.evaluate(e):null,i.verticalAlign?i.verticalAlign.evaluate(e):null)})))}eachChild(e){for(const i of this.sections)e(i.content),i.scale&&e(i.scale),i.font&&e(i.font),i.textColor&&e(i.textColor),i.verticalAlign&&e(i.verticalAlign)}outputDefined(){return!1}}class cs{constructor(e){this.type=Qn,this.input=e}static parse(e,i){if(e.length!==2)return i.error("Expected two arguments.");const s=i.parse(e[1],1,ht);return s?new cs(s):i.error("No image name provided.")}evaluate(e){const i=this.input.evaluate(e),s=cr.fromString(i);return s&&e.availableImages&&(s.available=e.availableImages.indexOf(i)>-1),s}eachChild(e){e(this.input)}outputDefined(){return!1}}class us{constructor(e){this.type=Fe,this.input=e}static parse(e,i){if(e.length!==2)return i.error(`Expected 1 argument, but found ${e.length-1} instead.`);const s=i.parse(e[1],1);return s?s.type.kind!=="array"&&s.type.kind!=="string"&&s.type.kind!=="value"?i.error(`Expected argument of type string or array, but found ${Lt(s.type)} instead.`):new us(s):null}evaluate(e){const i=this.input.evaluate(e);if(typeof i=="string")return[...i].length;if(Array.isArray(i))return i.length;throw new Vt(`Expected value to be of type string or array, but found ${Lt(di(i))} instead.`)}eachChild(e){e(this.input)}outputDefined(){return!1}}const bi=8192;function pc(r,e){const i=(180+r[0])/360,s=(180-180/Math.PI*Math.log(Math.tan(Math.PI/4+r[1]*Math.PI/360)))/360,o=Math.pow(2,e.z);return[Math.round(i*o*bi),Math.round(s*o*bi)]}function hs(r,e){const i=Math.pow(2,e.z);return[(o=(r[0]/bi+e.x)/i,360*o-180),(s=(r[1]/bi+e.y)/i,360/Math.PI*Math.atan(Math.exp((180-360*s)*Math.PI/180))-90)];var s,o}function qs(r,e){r[0]=Math.min(r[0],e[0]),r[1]=Math.min(r[1],e[1]),r[2]=Math.max(r[2],e[0]),r[3]=Math.max(r[3],e[1])}function En(r,e){return!(r[0]<=e[0]||r[2]>=e[2]||r[1]<=e[1]||r[3]>=e[3])}function ju(r,e,i){const s=r[0]-e[0],o=r[1]-e[1],u=r[0]-i[0],h=r[1]-i[1];return s*h-u*o==0&&s*u<=0&&o*h<=0}function Ra(r,e,i,s){return(o=[s[0]-i[0],s[1]-i[1]])[0]*(u=[e[0]-r[0],e[1]-r[1]])[1]-o[1]*u[0]!=0&&!(!Ko(r,e,i,s)||!Ko(i,s,r,e));var o,u}function Uu(r,e,i){for(const s of i)for(let o=0;o<s.length-1;++o)if(Ra(r,e,s[o],s[o+1]))return!0;return!1}function ds(r,e,i=!1){let s=!1;for(const f of e)for(let g=0;g<f.length-1;g++){if(ju(r,f[g],f[g+1]))return i;(u=f[g])[1]>(o=r)[1]!=(h=f[g+1])[1]>o[1]&&o[0]<(h[0]-u[0])*(o[1]-u[1])/(h[1]-u[1])+u[0]&&(s=!s)}var o,u,h;return s}function Fa(r,e){for(const i of e)if(ds(r,i))return!0;return!1}function fc(r,e){for(const i of r)if(!ds(i,e))return!1;for(let i=0;i<r.length-1;++i)if(Uu(r[i],r[i+1],e))return!1;return!0}function mc(r,e){for(const i of e)if(fc(r,i))return!0;return!1}function Ko(r,e,i,s){const o=s[0]-i[0],u=s[1]-i[1],h=(r[0]-i[0])*u-o*(r[1]-i[1]),f=(e[0]-i[0])*u-o*(e[1]-i[1]);return h>0&&f<0||h<0&&f>0}function Jo(r,e,i){const s=[];for(let o=0;o<r.length;o++){const u=[];for(let h=0;h<r[o].length;h++){const f=pc(r[o][h],i);qs(e,f),u.push(f)}s.push(u)}return s}function Qo(r,e,i){const s=[];for(let o=0;o<r.length;o++){const u=Jo(r[o],e,i);s.push(u)}return s}function gc(r,e,i,s){if(r[0]<i[0]||r[0]>i[2]){const o=.5*s;let u=r[0]-i[0]>o?-s:i[0]-r[0]>o?s:0;u===0&&(u=r[0]-i[2]>o?-s:i[2]-r[0]>o?s:0),r[0]+=u}qs(e,r)}function _c(r,e,i,s){const o=Math.pow(2,s.z)*bi,u=[s.x*bi,s.y*bi],h=[];for(const f of r)for(const g of f){const y=[g.x+u[0],g.y+u[1]];gc(y,e,i,o),h.push(y)}return h}function yc(r,e,i,s){const o=Math.pow(2,s.z)*bi,u=[s.x*bi,s.y*bi],h=[];for(const g of r){const y=[];for(const x of g){const w=[x.x+u[0],x.y+u[1]];qs(e,w),y.push(w)}h.push(y)}if(e[2]-e[0]<=o/2){(f=e)[0]=f[1]=1/0,f[2]=f[3]=-1/0;for(const g of h)for(const y of g)gc(y,e,i,o)}var f;return h}class An{constructor(e,i){this.type=dt,this.geojson=e,this.geometries=i}static parse(e,i){if(e.length!==2)return i.error(`'within' expression requires exactly one argument, but found ${e.length-1} instead.`);if(ln(e[1])){const s=e[1];if(s.type==="FeatureCollection"){const o=[];for(const u of s.features){const{type:h,coordinates:f}=u.geometry;h==="Polygon"&&o.push(f),h==="MultiPolygon"&&o.push(...f)}if(o.length)return new An(s,{type:"MultiPolygon",coordinates:o})}else if(s.type==="Feature"){const o=s.geometry.type;if(o==="Polygon"||o==="MultiPolygon")return new An(s,s.geometry)}else if(s.type==="Polygon"||s.type==="MultiPolygon")return new An(s,s)}return i.error("'within' expression requires valid geojson object that contains polygon geometry type.")}evaluate(e){if(e.geometry()!=null&&e.canonicalID()!=null){if(e.geometryType()==="Point")return(function(i,s){const o=[1/0,1/0,-1/0,-1/0],u=[1/0,1/0,-1/0,-1/0],h=i.canonicalID();if(s.type==="Polygon"){const f=Jo(s.coordinates,u,h),g=_c(i.geometry(),o,u,h);if(!En(o,u))return!1;for(const y of g)if(!ds(y,f))return!1}if(s.type==="MultiPolygon"){const f=Qo(s.coordinates,u,h),g=_c(i.geometry(),o,u,h);if(!En(o,u))return!1;for(const y of g)if(!Fa(y,f))return!1}return!0})(e,this.geometries);if(e.geometryType()==="LineString")return(function(i,s){const o=[1/0,1/0,-1/0,-1/0],u=[1/0,1/0,-1/0,-1/0],h=i.canonicalID();if(s.type==="Polygon"){const f=Jo(s.coordinates,u,h),g=yc(i.geometry(),o,u,h);if(!En(o,u))return!1;for(const y of g)if(!fc(y,f))return!1}if(s.type==="MultiPolygon"){const f=Qo(s.coordinates,u,h),g=yc(i.geometry(),o,u,h);if(!En(o,u))return!1;for(const y of g)if(!mc(y,f))return!1}return!0})(e,this.geometries)}return!1}eachChild(){}outputDefined(){return!0}}let vc=class{constructor(r=[],e=(i,s)=>i<s?-1:i>s?1:0){if(this.data=r,this.length=this.data.length,this.compare=e,this.length>0)for(let i=(this.length>>1)-1;i>=0;i--)this._down(i)}push(r){this.data.push(r),this._up(this.length++)}pop(){if(this.length===0)return;const r=this.data[0],e=this.data.pop();return--this.length>0&&(this.data[0]=e,this._down(0)),r}peek(){return this.data[0]}_up(r){const{data:e,compare:i}=this,s=e[r];for(;r>0;){const o=r-1>>1,u=e[o];if(i(s,u)>=0)break;e[r]=u,r=o}e[r]=s}_down(r){const{data:e,compare:i}=this,s=this.length>>1,o=e[r];for(;r<s;){let u=1+(r<<1);const h=u+1;if(h<this.length&&i(e[h],e[u])<0&&(u=h),i(e[u],o)>=0)break;e[r]=e[u],r=u}e[r]=o}};function el(r,e,i=0,s=r.length-1,o=xc){for(;s>i;){if(s-i>600){const g=s-i+1,y=e-i+1,x=Math.log(g),w=.5*Math.exp(2*x/3),S=.5*Math.sqrt(x*w*(g-w)/g)*(y-g/2<0?-1:1);el(r,e,Math.max(i,Math.floor(e-y*w/g+S)),Math.min(s,Math.floor(e+(g-y)*w/g+S)),o)}const u=r[e];let h=i,f=s;for(ps(r,i,e),o(r[s],u)>0&&ps(r,i,s);h<f;){for(ps(r,h,f),h++,f--;o(r[h],u)<0;)h++;for(;o(r[f],u)>0;)f--}o(r[i],u)===0?ps(r,i,f):(f++,ps(r,f,s)),f<=e&&(i=f+1),e<=f&&(s=f-1)}}function ps(r,e,i){const s=r[e];r[e]=r[i],r[i]=s}function xc(r,e){return r<e?-1:r>e?1:0}function Ba(r,e){if(r.length<=1)return[r];const i=[];let s,o;for(const u of r){const h=qu(u);h!==0&&(u.area=Math.abs(h),o===void 0&&(o=h<0),o===h<0?(s&&i.push(s),s=[u]):s.push(u))}if(s&&i.push(s),e>1)for(let u=0;u<i.length;u++)i[u].length<=e||(el(i[u],e,1,i[u].length-1,Gu),i[u]=i[u].slice(0,e));return i}function Gu(r,e){return e.area-r.area}function qu(r){let e=0;for(let i,s,o=0,u=r.length,h=u-1;o<u;h=o++)i=r[o],s=r[h],e+=(s.x-i.x)*(i.y+s.y);return e}const bc=1/298.257223563,$s=bc*(2-bc),wc=Math.PI/180;class tl{constructor(e){const i=6378.137*wc*1e3,s=Math.cos(e*wc),o=1/(1-$s*(1-s*s)),u=Math.sqrt(o);this.kx=i*u*s,this.ky=i*u*o*(1-$s)}distance(e,i){const s=this.wrap(e[0]-i[0])*this.kx,o=(e[1]-i[1])*this.ky;return Math.sqrt(s*s+o*o)}pointOnLine(e,i){let s,o,u,h,f=1/0;for(let g=0;g<e.length-1;g++){let y=e[g][0],x=e[g][1],w=this.wrap(e[g+1][0]-y)*this.kx,S=(e[g+1][1]-x)*this.ky,P=0;w===0&&S===0||(P=(this.wrap(i[0]-y)*this.kx*w+(i[1]-x)*this.ky*S)/(w*w+S*S),P>1?(y=e[g+1][0],x=e[g+1][1]):P>0&&(y+=w/this.kx*P,x+=S/this.ky*P)),w=this.wrap(i[0]-y)*this.kx,S=(i[1]-x)*this.ky;const E=w*w+S*S;E<f&&(f=E,s=y,o=x,u=g,h=P)}return{point:[s,o],index:u,t:Math.max(0,Math.min(1,h))}}wrap(e){for(;e<-180;)e+=360;for(;e>180;)e-=360;return e}}function Tc(r,e){return e[0]-r[0]}function Oa(r){return r[1]-r[0]+1}function Er(r,e){return r[1]>=r[0]&&r[1]<e}function Va(r,e){if(r[0]>r[1])return[null,null];const i=Oa(r);if(e){if(i===2)return[r,null];const o=Math.floor(i/2);return[[r[0],r[0]+o],[r[0]+o,r[1]]]}if(i===1)return[r,null];const s=Math.floor(i/2)-1;return[[r[0],r[0]+s],[r[0]+s+1,r[1]]]}function il(r,e){if(!Er(e,r.length))return[1/0,1/0,-1/0,-1/0];const i=[1/0,1/0,-1/0,-1/0];for(let s=e[0];s<=e[1];++s)qs(i,r[s]);return i}function rl(r){const e=[1/0,1/0,-1/0,-1/0];for(const i of r)for(const s of i)qs(e,s);return e}function nl(r){return r[0]!==-1/0&&r[1]!==-1/0&&r[2]!==1/0&&r[3]!==1/0}function Na(r,e,i){if(!nl(r)||!nl(e))return NaN;let s=0,o=0;return r[2]<e[0]&&(s=e[0]-r[2]),r[0]>e[2]&&(s=r[0]-e[2]),r[1]>e[3]&&(o=r[1]-e[3]),r[3]<e[1]&&(o=e[1]-r[3]),i.distance([0,0],[s,o])}function Dn(r,e,i){const s=i.pointOnLine(e,r);return i.distance(r,s.point)}function sl(r,e,i,s,o){const u=Math.min(Dn(r,[i,s],o),Dn(e,[i,s],o)),h=Math.min(Dn(i,[r,e],o),Dn(s,[r,e],o));return Math.min(u,h)}function $u(r,e,i,s,o){if(!Er(e,r.length)||!Er(s,i.length))return 1/0;let u=1/0;for(let h=e[0];h<e[1];++h){const f=r[h],g=r[h+1];for(let y=s[0];y<s[1];++y){const x=i[y],w=i[y+1];if(Ra(f,g,x,w))return 0;u=Math.min(u,sl(f,g,x,w,o))}}return u}function Sc(r,e,i,s,o){if(!Er(e,r.length)||!Er(s,i.length))return NaN;let u=1/0;for(let h=e[0];h<=e[1];++h)for(let f=s[0];f<=s[1];++f)if(u=Math.min(u,o.distance(r[h],i[f])),u===0)return u;return u}function Zu(r,e,i){if(ds(r,e,!0))return 0;let s=1/0;for(const o of e){const u=o[0],h=o[o.length-1];if(u!==h&&(s=Math.min(s,Dn(r,[h,u],i)),s===0))return s;const f=i.pointOnLine(o,r);if(s=Math.min(s,i.distance(r,f.point)),s===0)return s}return s}function Wu(r,e,i,s){if(!Er(e,r.length))return NaN;for(let u=e[0];u<=e[1];++u)if(ds(r[u],i,!0))return 0;let o=1/0;for(let u=e[0];u<e[1];++u){const h=r[u],f=r[u+1];for(const g of i)for(let y=0,x=g.length,w=x-1;y<x;w=y++){const S=g[w],P=g[y];if(Ra(h,f,S,P))return 0;o=Math.min(o,sl(h,f,S,P,s))}}return o}function Pc(r,e){for(const i of r)for(const s of i)if(ds(s,e,!0))return!0;return!1}function Hu(r,e,i,s=1/0){const o=rl(r),u=rl(e);if(s!==1/0&&Na(o,u,i)>=s)return s;if(En(o,u)){if(Pc(r,e))return 0}else if(Pc(e,r))return 0;let h=1/0;for(const f of r)for(let g=0,y=f.length,x=y-1;g<y;x=g++){const w=f[x],S=f[g];for(const P of e)for(let E=0,A=P.length,z=A-1;E<A;z=E++){const F=P[z],q=P[E];if(Ra(w,S,F,q))return 0;h=Math.min(h,sl(w,S,F,q,i))}}return h}function Ct(r,e,i,s,o,u){if(!u)return;const h=Na(il(s,u),o,i);h<e&&r.push([h,u,[0,0]])}function ja(r,e,i,s,o,u,h){if(!u||!h)return;const f=Na(il(s,u),il(o,h),i);f<e&&r.push([f,u,h])}function Ua(r,e,i,s,o=1/0){let u=Math.min(s.distance(r[0],i[0][0]),o);if(u===0)return u;const h=new vc([[0,[0,r.length-1],[0,0]]],Tc),f=rl(i);for(;h.length>0;){const g=h.pop();if(g[0]>=u)continue;const y=g[1],x=e?50:100;if(Oa(y)<=x){if(!Er(y,r.length))return NaN;if(e){const w=Wu(r,y,i,s);if(isNaN(w)||w===0)return w;u=Math.min(u,w)}else for(let w=y[0];w<=y[1];++w){const S=Zu(r[w],i,s);if(u=Math.min(u,S),u===0)return 0}}else{const w=Va(y,e);Ct(h,u,s,r,f,w[0]),Ct(h,u,s,r,f,w[1])}}return u}function Ga(r,e,i,s,o,u=1/0){let h=Math.min(u,o.distance(r[0],i[0]));if(h===0)return h;const f=new vc([[0,[0,r.length-1],[0,i.length-1]]],Tc);for(;f.length>0;){const g=f.pop();if(g[0]>=h)continue;const y=g[1],x=g[2],w=e?50:100,S=s?50:100;if(Oa(y)<=w&&Oa(x)<=S){if(!Er(y,r.length)&&Er(x,i.length))return NaN;let P;if(e&&s)P=$u(r,y,i,x,o),h=Math.min(h,P);else if(e&&!s){const E=r.slice(y[0],y[1]+1);for(let A=x[0];A<=x[1];++A)if(P=Dn(i[A],E,o),h=Math.min(h,P),h===0)return h}else if(!e&&s){const E=i.slice(x[0],x[1]+1);for(let A=y[0];A<=y[1];++A)if(P=Dn(r[A],E,o),h=Math.min(h,P),h===0)return h}else P=Sc(r,y,i,x,o),h=Math.min(h,P)}else{const P=Va(y,e),E=Va(x,s);ja(f,h,o,r,i,P[0],E[0]),ja(f,h,o,r,i,P[0],E[1]),ja(f,h,o,r,i,P[1],E[0]),ja(f,h,o,r,i,P[1],E[1])}}return h}function al(r){return r.type==="MultiPolygon"?r.coordinates.map((e=>({type:"Polygon",coordinates:e}))):r.type==="MultiLineString"?r.coordinates.map((e=>({type:"LineString",coordinates:e}))):r.type==="MultiPoint"?r.coordinates.map((e=>({type:"Point",coordinates:e}))):[r]}class zn{constructor(e,i){this.type=Fe,this.geojson=e,this.geometries=i}static parse(e,i){if(e.length!==2)return i.error(`'distance' expression requires exactly one argument, but found ${e.length-1} instead.`);if(ln(e[1])){const s=e[1];if(s.type==="FeatureCollection")return new zn(s,s.features.map((o=>al(o.geometry))).flat());if(s.type==="Feature")return new zn(s,al(s.geometry));if("type"in s&&"coordinates"in s)return new zn(s,al(s))}return i.error("'distance' expression requires valid geojson object that contains polygon geometry type.")}evaluate(e){if(e.geometry()!=null&&e.canonicalID()!=null){if(e.geometryType()==="Point")return(function(i,s){const o=i.geometry(),u=o.flat().map((g=>hs([g.x,g.y],i.canonical)));if(o.length===0)return NaN;const h=new tl(u[0][1]);let f=1/0;for(const g of s){switch(g.type){case"Point":f=Math.min(f,Ga(u,!1,[g.coordinates],!1,h,f));break;case"LineString":f=Math.min(f,Ga(u,!1,g.coordinates,!0,h,f));break;case"Polygon":f=Math.min(f,Ua(u,!1,g.coordinates,h,f))}if(f===0)return f}return f})(e,this.geometries);if(e.geometryType()==="LineString")return(function(i,s){const o=i.geometry(),u=o.flat().map((g=>hs([g.x,g.y],i.canonical)));if(o.length===0)return NaN;const h=new tl(u[0][1]);let f=1/0;for(const g of s){switch(g.type){case"Point":f=Math.min(f,Ga(u,!0,[g.coordinates],!1,h,f));break;case"LineString":f=Math.min(f,Ga(u,!0,g.coordinates,!0,h,f));break;case"Polygon":f=Math.min(f,Ua(u,!0,g.coordinates,h,f))}if(f===0)return f}return f})(e,this.geometries);if(e.geometryType()==="Polygon")return(function(i,s){const o=i.geometry();if(o.length===0||o[0].length===0)return NaN;const u=Ba(o,0).map((g=>g.map((y=>y.map((x=>hs([x.x,x.y],i.canonical))))))),h=new tl(u[0][0][0][1]);let f=1/0;for(const g of s)for(const y of u){switch(g.type){case"Point":f=Math.min(f,Ua([g.coordinates],!1,y,h,f));break;case"LineString":f=Math.min(f,Ua(g.coordinates,!0,y,h,f));break;case"Polygon":f=Math.min(f,Hu(y,g.coordinates,h,f))}if(f===0)return f}return f})(e,this.geometries)}return NaN}eachChild(){}outputDefined(){return!0}}class Zs{constructor(e){this.type=lt,this.key=e}static parse(e,i){if(e.length!==2)return i.error(`Expected 1 argument, but found ${e.length-1} instead.`);const s=e[1];return s==null?i.error("Global state property must be defined."):typeof s!="string"?i.error(`Global state property must be string, but found ${typeof e[1]} instead.`):new Zs(s)}evaluate(e){var i;const s=(i=e.globals)===null||i===void 0?void 0:i.globalState;return s&&Object.keys(s).length!==0?Os(s,this.key):null}eachChild(){}outputDefined(){return!1}}const fs={"==":hc,"!=":Xo,">":Nu,"<":dc,">=":La,"<=":os,array:nr,at:bt,boolean:nr,case:Ns,coalesce:Cn,collator:ls,format:Gs,image:cs,in:ct,"index-of":ss,interpolate:Qi,"interpolate-hcl":Qi,"interpolate-lab":Qi,length:us,let:Nt,literal:Nr,match:wt,number:nr,"number-format":Yo,object:nr,slice:yr,step:cn,string:nr,"to-boolean":Xr,"to-color":Xr,"to-number":Xr,"to-string":Xr,var:ns,within:An,distance:zn,"global-state":Zs};class vr{constructor(e,i,s,o){this.name=e,this.type=i,this._evaluate=s,this.args=o}evaluate(e){return this._evaluate(e,this.args)}eachChild(e){this.args.forEach(e)}outputDefined(){return!1}static parse(e,i){const s=e[0],o=vr.definitions[s];if(!o)return i.error(`Unknown expression "${s}". If you wanted a literal array, use ["literal", [...]].`,0);const u=Array.isArray(o)?o[0]:o.type,h=Array.isArray(o)?[[o[1],o[2]]]:o.overloads,f=h.filter((([y])=>!Array.isArray(y)||y.length===e.length-1));let g=null;for(const[y,x]of f){g=new Mn(i.registry,qa,i.path,null,i.scope);const w=[];let S=!1;for(let P=1;P<e.length;P++){const E=e[P],A=Array.isArray(y)?y[P-1]:y.type,z=g.parse(E,1+w.length,A);if(!z){S=!0;break}w.push(z)}if(!S)if(Array.isArray(y)&&y.length!==w.length)g.error(`Expected ${y.length} arguments, but found ${w.length} instead.`);else{for(let P=0;P<w.length;P++){const E=Array.isArray(y)?y[P]:y.type,A=w[P];g.concat(P+1).checkSubtype(E,A.type)}if(g.errors.length===0)return new vr(s,u,x,w)}}if(f.length===1)i.errors.push(...g.errors);else{const y=(f.length?f:h).map((([w])=>{return S=w,Array.isArray(S)?`(${S.map(Lt).join(", ")})`:`(${Lt(S.type)}...)`;var S})).join(" | "),x=[];for(let w=1;w<e.length;w++){const S=i.parse(e[w],1+x.length);if(!S)return null;x.push(Lt(S.type))}i.error(`Expected arguments of type ${y}, but found (${x.join(", ")}) instead.`)}return null}static register(e,i){vr.definitions=i;for(const s in i)e[s]=vr}}function Ic(r,[e,i,s,o]){e=e.evaluate(r),i=i.evaluate(r),s=s.evaluate(r);const u=o?o.evaluate(r):1,h=rs(e,i,s,u);if(h)throw new Vt(h);return new pt(e/255,i/255,s/255,u,!1)}function Mc(r,e){return r in e}function ol(r,e){const i=e[r];return i===void 0?null:i}function kn(r){return{type:r}}function qa(r){if(r instanceof ns)return qa(r.boundExpression);if(r instanceof vr&&r.name==="error"||r instanceof ls||r instanceof An||r instanceof zn||r instanceof Zs)return!1;const e=r instanceof Xr||r instanceof nr;let i=!0;return r.eachChild((s=>{i=e?i&&qa(s):i&&s instanceof Nr})),!!i&&$a(r)&&Za(r,["zoom","heatmap-density","elevation","line-progress","accumulated","is-supported-script"])}function $a(r){if(r instanceof vr&&(r.name==="get"&&r.args.length===1||r.name==="feature-state"||r.name==="has"&&r.args.length===1||r.name==="properties"||r.name==="geometry-type"||r.name==="id"||/^filter-/.test(r.name))||r instanceof An||r instanceof zn)return!1;let e=!0;return r.eachChild((i=>{e&&!$a(i)&&(e=!1)})),e}function Ws(r){if(r instanceof vr&&r.name==="feature-state")return!1;let e=!0;return r.eachChild((i=>{e&&!Ws(i)&&(e=!1)})),e}function Za(r,e){if(r instanceof vr&&e.indexOf(r.name)>=0)return!1;let i=!0;return r.eachChild((s=>{i&&!Za(s,e)&&(i=!1)})),i}function Cc(r){return{result:"success",value:r}}function ms(r){return{result:"error",value:r}}function gs(r){return r["property-type"]==="data-driven"||r["property-type"]==="cross-faded-data-driven"}function Ec(r){return!!r.expression&&r.expression.parameters.indexOf("zoom")>-1}function ll(r){return!!r.expression&&r.expression.interpolated}function ft(r){return r instanceof Number?"number":r instanceof String?"string":r instanceof Boolean?"boolean":Array.isArray(r)?"array":r===null?"null":typeof r}function Wa(r){return typeof r=="object"&&r!==null&&!Array.isArray(r)&&di(r)===Hr}function Xu(r){return r}function Ac(r,e){const i=r.stops&&typeof r.stops[0][0]=="object",s=i||!(i||r.property!==void 0),o=r.type||(ll(e)?"exponential":"interval"),u=(function(x){switch(x.type){case"color":return pt.parse;case"padding":return Ni.parse;case"numberArray":return ei.parse;case"colorArray":return Qe.parse;default:return null}})(e);if(u&&((r=Hi({},r)).stops&&(r.stops=r.stops.map((x=>[x[0],u(x[1])]))),r.default=u(r.default?r.default:e.default)),r.colorSpace&&(h=r.colorSpace)!=="rgb"&&h!=="hcl"&&h!=="lab")throw new Error(`Unknown color space: "${r.colorSpace}"`);var h;const f=(function(x){switch(x){case"exponential":return Dc;case"interval":return Ku;case"categorical":return Yu;case"identity":return Ju;default:throw new Error(`Unknown function type "${x}"`)}})(o);let g,y;if(o==="categorical"){g=Object.create(null);for(const x of r.stops)g[x[0]]=x[1];y=typeof r.stops[0][0]}if(i){const x={},w=[];for(let E=0;E<r.stops.length;E++){const A=r.stops[E],z=A[0].zoom;x[z]===void 0&&(x[z]={zoom:z,type:r.type,property:r.property,default:r.default,stops:[]},w.push(z)),x[z].stops.push([A[0].value,A[1]])}const S=[];for(const E of w)S.push([x[E].zoom,Ac(x[E],e)]);const P={name:"linear"};return{kind:"composite",interpolationType:P,interpolationFactor:Qi.interpolationFactor.bind(void 0,P),zoomStops:S.map((E=>E[0])),evaluate:({zoom:E},A)=>Dc({stops:S,base:r.base},e,E).evaluate(E,A)}}if(s){const x=o==="exponential"?{name:"exponential",base:r.base!==void 0?r.base:1}:null;return{kind:"camera",interpolationType:x,interpolationFactor:Qi.interpolationFactor.bind(void 0,x),zoomStops:r.stops.map((w=>w[0])),evaluate:({zoom:w})=>f(r,e,w,g,y)}}return{kind:"source",evaluate(x,w){const S=w&&w.properties?w.properties[r.property]:void 0;return S===void 0?Hs(r.default,e.default):f(r,e,S,g,y)}}}function Hs(r,e,i){return r!==void 0?r:e!==void 0?e:i!==void 0?i:void 0}function Yu(r,e,i,s,o){return Hs(typeof i===o?s[i]:void 0,r.default,e.default)}function Ku(r,e,i){if(ft(i)!=="number")return Hs(r.default,e.default);const s=r.stops.length;if(s===1||i<=r.stops[0][0])return r.stops[0][1];if(i>=r.stops[s-1][0])return r.stops[s-1][1];const o=as(r.stops.map((u=>u[0])),i);return r.stops[o][1]}function Dc(r,e,i){const s=r.base!==void 0?r.base:1;if(ft(i)!=="number")return Hs(r.default,e.default);const o=r.stops.length;if(o===1||i<=r.stops[0][0])return r.stops[0][1];if(i>=r.stops[o-1][0])return r.stops[o-1][1];const u=as(r.stops.map((x=>x[0])),i),h=(function(x,w,S,P){const E=P-S,A=x-S;return E===0?0:w===1?A/E:(Math.pow(w,A)-1)/(Math.pow(w,E)-1)})(i,s,r.stops[u][0],r.stops[u+1][0]),f=r.stops[u][1],g=r.stops[u+1][1],y=Xt[e.type]||Xu;return typeof f.evaluate=="function"?{evaluate(...x){const w=f.evaluate.apply(void 0,x),S=g.evaluate.apply(void 0,x);if(w!==void 0&&S!==void 0)return y(w,S,h,r.colorSpace)}}:y(f,g,h,r.colorSpace)}function Ju(r,e,i){switch(e.type){case"color":i=pt.parse(i);break;case"formatted":i=rr.fromString(i.toString());break;case"resolvedImage":i=cr.fromString(i.toString());break;case"padding":i=Ni.parse(i);break;case"colorArray":i=Qe.parse(i);break;case"numberArray":i=ei.parse(i);break;default:ft(i)===e.type||e.type==="enum"&&e.values[i]||(i=void 0)}return Hs(i,r.default,e.default)}vr.register(fs,{error:[{kind:"error"},[ht],(r,[e])=>{throw new Vt(e.evaluate(r))}],typeof:[ht,[lt],(r,[e])=>Lt(di(e.evaluate(r)))],"to-rgba":[Yi(Fe,4),[lr],(r,[e])=>{const[i,s,o,u]=e.evaluate(r).rgb;return[255*i,255*s,255*o,u]}],rgb:[lr,[Fe,Fe,Fe],Ic],rgba:[lr,[Fe,Fe,Fe,Fe],Ic],has:{type:dt,overloads:[[[ht],(r,[e])=>Mc(e.evaluate(r),r.properties())],[[ht,Hr],(r,[e,i])=>Mc(e.evaluate(r),i.evaluate(r))]]},get:{type:lt,overloads:[[[ht],(r,[e])=>ol(e.evaluate(r),r.properties())],[[ht,Hr],(r,[e,i])=>ol(e.evaluate(r),i.evaluate(r))]]},"feature-state":[lt,[ht],(r,[e])=>ol(e.evaluate(r),r.featureState||{})],properties:[Hr,[],r=>r.properties()],"geometry-type":[ht,[],r=>r.geometryType()],id:[lt,[],r=>r.id()],zoom:[Fe,[],r=>r.globals.zoom],"heatmap-density":[Fe,[],r=>r.globals.heatmapDensity||0],elevation:[Fe,[],r=>r.globals.elevation||0],"line-progress":[Fe,[],r=>r.globals.lineProgress||0],accumulated:[lt,[],r=>r.globals.accumulated===void 0?null:r.globals.accumulated],"+":[Fe,kn(Fe),(r,e)=>{let i=0;for(const s of e)i+=s.evaluate(r);return i}],"*":[Fe,kn(Fe),(r,e)=>{let i=1;for(const s of e)i*=s.evaluate(r);return i}],"-":{type:Fe,overloads:[[[Fe,Fe],(r,[e,i])=>e.evaluate(r)-i.evaluate(r)],[[Fe],(r,[e])=>-e.evaluate(r)]]},"/":[Fe,[Fe,Fe],(r,[e,i])=>e.evaluate(r)/i.evaluate(r)],"%":[Fe,[Fe,Fe],(r,[e,i])=>e.evaluate(r)%i.evaluate(r)],ln2:[Fe,[],()=>Math.LN2],pi:[Fe,[],()=>Math.PI],e:[Fe,[],()=>Math.E],"^":[Fe,[Fe,Fe],(r,[e,i])=>Math.pow(e.evaluate(r),i.evaluate(r))],sqrt:[Fe,[Fe],(r,[e])=>Math.sqrt(e.evaluate(r))],log10:[Fe,[Fe],(r,[e])=>Math.log(e.evaluate(r))/Math.LN10],ln:[Fe,[Fe],(r,[e])=>Math.log(e.evaluate(r))],log2:[Fe,[Fe],(r,[e])=>Math.log(e.evaluate(r))/Math.LN2],sin:[Fe,[Fe],(r,[e])=>Math.sin(e.evaluate(r))],cos:[Fe,[Fe],(r,[e])=>Math.cos(e.evaluate(r))],tan:[Fe,[Fe],(r,[e])=>Math.tan(e.evaluate(r))],asin:[Fe,[Fe],(r,[e])=>Math.asin(e.evaluate(r))],acos:[Fe,[Fe],(r,[e])=>Math.acos(e.evaluate(r))],atan:[Fe,[Fe],(r,[e])=>Math.atan(e.evaluate(r))],min:[Fe,kn(Fe),(r,e)=>Math.min(...e.map((i=>i.evaluate(r))))],max:[Fe,kn(Fe),(r,e)=>Math.max(...e.map((i=>i.evaluate(r))))],abs:[Fe,[Fe],(r,[e])=>Math.abs(e.evaluate(r))],round:[Fe,[Fe],(r,[e])=>{const i=e.evaluate(r);return i<0?-Math.round(-i):Math.round(i)}],floor:[Fe,[Fe],(r,[e])=>Math.floor(e.evaluate(r))],ceil:[Fe,[Fe],(r,[e])=>Math.ceil(e.evaluate(r))],"filter-==":[dt,[ht,lt],(r,[e,i])=>r.properties()[e.value]===i.value],"filter-id-==":[dt,[lt],(r,[e])=>r.id()===e.value],"filter-type-==":[dt,[ht],(r,[e])=>r.geometryType()===e.value],"filter-<":[dt,[ht,lt],(r,[e,i])=>{const s=r.properties()[e.value],o=i.value;return typeof s==typeof o&&s<o}],"filter-id-<":[dt,[lt],(r,[e])=>{const i=r.id(),s=e.value;return typeof i==typeof s&&i<s}],"filter->":[dt,[ht,lt],(r,[e,i])=>{const s=r.properties()[e.value],o=i.value;return typeof s==typeof o&&s>o}],"filter-id->":[dt,[lt],(r,[e])=>{const i=r.id(),s=e.value;return typeof i==typeof s&&i>s}],"filter-<=":[dt,[ht,lt],(r,[e,i])=>{const s=r.properties()[e.value],o=i.value;return typeof s==typeof o&&s<=o}],"filter-id-<=":[dt,[lt],(r,[e])=>{const i=r.id(),s=e.value;return typeof i==typeof s&&i<=s}],"filter->=":[dt,[ht,lt],(r,[e,i])=>{const s=r.properties()[e.value],o=i.value;return typeof s==typeof o&&s>=o}],"filter-id->=":[dt,[lt],(r,[e])=>{const i=r.id(),s=e.value;return typeof i==typeof s&&i>=s}],"filter-has":[dt,[lt],(r,[e])=>e.value in r.properties()],"filter-has-id":[dt,[],r=>r.id()!==null&&r.id()!==void 0],"filter-type-in":[dt,[Yi(ht)],(r,[e])=>e.value.indexOf(r.geometryType())>=0],"filter-id-in":[dt,[Yi(lt)],(r,[e])=>e.value.indexOf(r.id())>=0],"filter-in-small":[dt,[ht,Yi(lt)],(r,[e,i])=>i.value.indexOf(r.properties()[e.value])>=0],"filter-in-large":[dt,[ht,Yi(lt)],(r,[e,i])=>(function(s,o,u,h){for(;u<=h;){const f=u+h>>1;if(o[f]===s)return!0;o[f]>s?h=f-1:u=f+1}return!1})(r.properties()[e.value],i.value,0,i.value.length-1)],all:{type:dt,overloads:[[[dt,dt],(r,[e,i])=>e.evaluate(r)&&i.evaluate(r)],[kn(dt),(r,e)=>{for(const i of e)if(!i.evaluate(r))return!1;return!0}]]},any:{type:dt,overloads:[[[dt,dt],(r,[e,i])=>e.evaluate(r)||i.evaluate(r)],[kn(dt),(r,e)=>{for(const i of e)if(i.evaluate(r))return!0;return!1}]]},"!":[dt,[dt],(r,[e])=>!e.evaluate(r)],"is-supported-script":[dt,[ht],(r,[e])=>{const i=r.globals&&r.globals.isSupportedScript;return!i||i(e.evaluate(r))}],upcase:[ht,[ht],(r,[e])=>e.evaluate(r).toUpperCase()],downcase:[ht,[ht],(r,[e])=>e.evaluate(r).toLowerCase()],concat:[ht,kn(lt),(r,e)=>e.map((i=>Pn(i.evaluate(r)))).join("")],"resolved-locale":[ht,[zs],(r,[e])=>e.evaluate(r).resolvedLocale()]});class cl{constructor(e,i,s){this.expression=e,this._warningHistory={},this._evaluator=new Zo,this._defaultValue=i?(function(o){if(o.type==="color"&&Wa(o.default))return new pt(0,0,0,0);switch(o.type){case"color":return pt.parse(o.default)||null;case"padding":return Ni.parse(o.default)||null;case"numberArray":return ei.parse(o.default)||null;case"colorArray":return Qe.parse(o.default)||null;case"variableAnchorOffsetCollection":return Ki.parse(o.default)||null;case"projectionDefinition":return Ji.parse(o.default)||null;default:return o.default===void 0?null:o.default}})(i):null,this._enumValues=i&&i.type==="enum"?i.values:null,this._globalState=s}evaluateWithoutErrorHandling(e,i,s,o,u,h){return this._globalState&&(e=Ln(e,this._globalState)),this._evaluator.globals=e,this._evaluator.feature=i,this._evaluator.featureState=s,this._evaluator.canonical=o,this._evaluator.availableImages=u||null,this._evaluator.formattedSection=h,this.expression.evaluate(this._evaluator)}evaluate(e,i,s,o,u,h){this._globalState&&(e=Ln(e,this._globalState)),this._evaluator.globals=e,this._evaluator.feature=i||null,this._evaluator.featureState=s||null,this._evaluator.canonical=o,this._evaluator.availableImages=u||null,this._evaluator.formattedSection=h||null;try{const f=this.expression.evaluate(this._evaluator);if(f==null||typeof f=="number"&&f!=f)return this._defaultValue;if(this._enumValues&&!(f in this._enumValues))throw new Vt(`Expected value to be one of ${Object.keys(this._enumValues).map((g=>JSON.stringify(g))).join(", ")}, but found ${JSON.stringify(f)} instead.`);return f}catch(f){return this._warningHistory[f.message]||(this._warningHistory[f.message]=!0,typeof console<"u"),this._defaultValue}}}function _s(r){return Array.isArray(r)&&r.length>0&&typeof r[0]=="string"&&r[0]in fs}function Xs(r,e,i){const s=new Mn(fs,qa,[],e?(function(u){const h={color:lr,string:ht,number:Fe,enum:ht,boolean:dt,formatted:ks,padding:Ca,numberArray:Ls,colorArray:Jn,projectionDefinition:Ma,resolvedImage:Qn,variableAnchorOffsetCollection:Rs};return u.type==="array"?Yi(h[u.value]||lt,u.length):h[u.type]})(e):void 0),o=s.parse(r,void 0,void 0,void 0,e&&e.type==="string"?{typeAnnotation:"coerce"}:void 0);return o?Cc(new cl(o,e,i)):ms(s.errors)}class Ha{constructor(e,i,s){this.kind=e,this._styleExpression=i,this.isStateDependent=e!=="constant"&&!Ws(i.expression),this.globalStateRefs=un(i.expression),this._globalState=s}evaluateWithoutErrorHandling(e,i,s,o,u,h){return this._globalState&&(e=Ln(e,this._globalState)),this._styleExpression.evaluateWithoutErrorHandling(e,i,s,o,u,h)}evaluate(e,i,s,o,u,h){return this._globalState&&(e=Ln(e,this._globalState)),this._styleExpression.evaluate(e,i,s,o,u,h)}}class ul{constructor(e,i,s,o,u){this.kind=e,this.zoomStops=s,this._styleExpression=i,this.isStateDependent=e!=="camera"&&!Ws(i.expression),this.globalStateRefs=un(i.expression),this.interpolationType=o,this._globalState=u}evaluateWithoutErrorHandling(e,i,s,o,u,h){return this._globalState&&(e=Ln(e,this._globalState)),this._styleExpression.evaluateWithoutErrorHandling(e,i,s,o,u,h)}evaluate(e,i,s,o,u,h){return this._globalState&&(e=Ln(e,this._globalState)),this._styleExpression.evaluate(e,i,s,o,u,h)}interpolationFactor(e,i,s){return this.interpolationType?Qi.interpolationFactor(this.interpolationType,e,i,s):0}}function hl(r,e,i){const s=Xs(r,e,i);if(s.result==="error")return s;const o=s.value.expression,u=$a(o);if(!u&&!gs(e))return ms([new Xi("","data expressions not supported")]);const h=Za(o,["zoom"]);if(!h&&!Ec(e))return ms([new Xi("","zoom expressions not supported")]);const f=Ya(o);return f||h?f instanceof Xi?ms([f]):f instanceof Qi&&!ll(e)?ms([new Xi("",'"interpolate" expressions cannot be used with this property')]):Cc(f?new ul(u?"camera":"composite",s.value,f.labels,f instanceof Qi?f.interpolation:void 0,i):new Ha(u?"constant":"source",s.value,i)):ms([new Xi("",'"zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.')])}class Xa{constructor(e,i){this._parameters=e,this._specification=i,Hi(this,Ac(this._parameters,this._specification))}static deserialize(e){return new Xa(e._parameters,e._specification)}static serialize(e){return{_parameters:e._parameters,_specification:e._specification}}}function Ya(r){let e=null;if(r instanceof Nt)e=Ya(r.result);else if(r instanceof Cn){for(const i of r.args)if(e=Ya(i),e)break}else(r instanceof cn||r instanceof Qi)&&r.input instanceof vr&&r.input.name==="zoom"&&(e=r);return e instanceof Xi||r.eachChild((i=>{const s=Ya(i);s instanceof Xi?e=s:!e&&s?e=new Xi("",'"zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.'):e&&s&&e!==s&&(e=new Xi("",'Only one zoom-based "step" or "interpolate" subexpression may be used in an expression.'))})),e}function un(r,e=new Set){return r instanceof Zs&&e.add(r.key),r.eachChild((i=>{un(i,e)})),e}function Ln(r,e){const{zoom:i,heatmapDensity:s,elevation:o,lineProgress:u,isSupportedScript:h,accumulated:f}=r??{};return{zoom:i,heatmapDensity:s,elevation:o,lineProgress:u,isSupportedScript:h,accumulated:f,globalState:e}}function dl(r){if(r===!0||r===!1)return!0;if(!Array.isArray(r)||r.length===0)return!1;switch(r[0]){case"has":return r.length>=2&&r[1]!=="$id"&&r[1]!=="$type";case"in":return r.length>=3&&(typeof r[1]!="string"||Array.isArray(r[2]));case"!in":case"!has":case"none":return!1;case"==":case"!=":case">":case">=":case"<":case"<=":return r.length!==3||Array.isArray(r[1])||Array.isArray(r[2]);case"any":case"all":for(const e of r.slice(1))if(!dl(e)&&typeof e!="boolean")return!1;return!0;default:return!0}}const Qu={type:"boolean",default:!1,transition:!1,"property-type":"data-driven",expression:{interpolated:!1,parameters:["zoom","feature"]}};function Ys(r,e){if(r==null)return{filter:()=>!0,needGeometry:!1,getGlobalStateRefs:()=>new Set};dl(r)||(r=Ks(r));const i=Xs(r,Qu,e);if(i.result==="error")throw new Error(i.value.map((s=>`${s.key}: ${s.message}`)).join(", "));return{filter:(s,o,u)=>i.value.evaluate(s,o,{},u),needGeometry:zc(r),getGlobalStateRefs:()=>un(i.value.expression)}}function eh(r,e){return r<e?-1:r>e?1:0}function zc(r){if(!Array.isArray(r))return!1;if(r[0]==="within"||r[0]==="distance")return!0;for(let e=1;e<r.length;e++)if(zc(r[e]))return!0;return!1}function Ks(r){if(!r)return!0;const e=r[0];return r.length<=1?e!=="any":e==="=="?Ka(r[1],r[2],"=="):e==="!="?Js(Ka(r[1],r[2],"==")):e==="<"||e===">"||e==="<="||e===">="?Ka(r[1],r[2],e):e==="any"?(i=r.slice(1),["any"].concat(i.map(Ks))):e==="all"?["all"].concat(r.slice(1).map(Ks)):e==="none"?["all"].concat(r.slice(1).map(Ks).map(Js)):e==="in"?kc(r[1],r.slice(2)):e==="!in"?Js(kc(r[1],r.slice(2))):e==="has"?Lc(r[1]):e!=="!has"||Js(Lc(r[1]));var i}function Ka(r,e,i){switch(r){case"$type":return[`filter-type-${i}`,e];case"$id":return[`filter-id-${i}`,e];default:return[`filter-${i}`,r,e]}}function kc(r,e){if(e.length===0)return!1;switch(r){case"$type":return["filter-type-in",["literal",e]];case"$id":return["filter-id-in",["literal",e]];default:return e.length>200&&!e.some((i=>typeof i!=typeof e[0]))?["filter-in-large",r,["literal",e.sort(eh)]]:["filter-in-small",r,["literal",e]]}}function Lc(r){switch(r){case"$type":return!0;case"$id":return["filter-has-id"];default:return["filter-has",r]}}function Js(r){return["!",r]}function Ja(r){const e=typeof r;if(e==="number"||e==="boolean"||e==="string"||r==null)return JSON.stringify(r);if(Array.isArray(r)){let o="[";for(const u of r)o+=`${Ja(u)},`;return`${o}]`}const i=Object.keys(r).sort();let s="{";for(let o=0;o<i.length;o++)s+=`${JSON.stringify(i[o])}:${Ja(r[i[o]])},`;return`${s}}`}function Rc(r){let e="";for(const i of Bt)e+=`/${Ja(r[i])}`;return e}function Fc(r){const e=r.value;return e?[new Me(r.key,e,"constants have been deprecated as of v8")]:[]}function pi(r){return r instanceof Number||r instanceof String||r instanceof Boolean?r.valueOf():r}function Rn(r){if(Array.isArray(r))return r.map(Rn);if(r instanceof Object&&!(r instanceof Number||r instanceof String||r instanceof Boolean)){const e={};for(const i in r)e[i]=Rn(r[i]);return e}return pi(r)}function ur(r){const e=r.key,i=r.value,s=r.valueSpec||{},o=r.objectElementValidators||{},u=r.style,h=r.styleSpec,f=r.validateSpec;let g=[];const y=ft(i);if(y!=="object")return[new Me(e,i,`object expected, ${y} found`)];for(const x in i){const w=x.split(".")[0],S=Os(s,w)||s["*"];let P;if(Os(o,w))P=o[w];else if(Os(s,w)){if(i[x]===void 0)continue;P=f}else if(o["*"])P=o["*"];else{if(!s["*"]){g.push(new Me(e,i[x],`unknown property "${x}"`));continue}P=f}g=g.concat(P({key:(e&&`${e}.`)+x,value:i[x],valueSpec:S,style:u,styleSpec:h,object:i,objectKey:x,validateSpec:f},i))}for(const x in s)o[x]||s[x].required&&s[x].default===void 0&&i[x]===void 0&&g.push(new Me(e,i,`missing required property "${x}"`));return g}function Qa(r){const e=r.value,i=r.valueSpec,s=r.style,o=r.styleSpec,u=r.key,h=r.arrayElementValidator||r.validateSpec;if(ft(e)!=="array")return[new Me(u,e,`array expected, ${ft(e)} found`)];if(i.length&&e.length!==i.length)return[new Me(u,e,`array length ${i.length} expected, length ${e.length} found`)];let f={type:i.value,values:i.values};o.$version<7&&(f.function=i.function),ft(i.value)==="object"&&(f=i.value);let g=[];for(let y=0;y<e.length;y++)g=g.concat(h({array:e,arrayIndex:y,value:e[y],valueSpec:f,validateSpec:r.validateSpec,style:s,styleSpec:o,key:`${u}[${y}]`}));return g}function Qs(r){const e=r.key,i=r.value,s=r.valueSpec;let o=ft(i);return o==="number"&&i!=i&&(o="NaN"),o!=="number"?[new Me(e,i,`number expected, ${o} found`)]:"minimum"in s&&i<s.minimum?[new Me(e,i,`${i} is less than the minimum value ${s.minimum}`)]:"maximum"in s&&i>s.maximum?[new Me(e,i,`${i} is greater than the maximum value ${s.maximum}`)]:[]}function eo(r){const e=r.valueSpec,i=pi(r.value.type);let s,o,u,h={};const f=i!=="categorical"&&r.value.property===void 0,g=!f,y=ft(r.value.stops)==="array"&&ft(r.value.stops[0])==="array"&&ft(r.value.stops[0][0])==="object",x=ur({key:r.key,value:r.value,valueSpec:r.styleSpec.function,validateSpec:r.validateSpec,style:r.style,styleSpec:r.styleSpec,objectElementValidators:{stops:function(P){if(i==="identity")return[new Me(P.key,P.value,'identity function may not have a "stops" property')];let E=[];const A=P.value;return E=E.concat(Qa({key:P.key,value:A,valueSpec:P.valueSpec,validateSpec:P.validateSpec,style:P.style,styleSpec:P.styleSpec,arrayElementValidator:w})),ft(A)==="array"&&A.length===0&&E.push(new Me(P.key,A,"array must have at least one stop")),E},default:function(P){return P.validateSpec({key:P.key,value:P.value,valueSpec:e,validateSpec:P.validateSpec,style:P.style,styleSpec:P.styleSpec})}}});return i==="identity"&&f&&x.push(new Me(r.key,r.value,'missing required property "property"')),i==="identity"||r.value.stops||x.push(new Me(r.key,r.value,'missing required property "stops"')),i==="exponential"&&r.valueSpec.expression&&!ll(r.valueSpec)&&x.push(new Me(r.key,r.value,"exponential functions not supported")),r.styleSpec.$version>=8&&(g&&!gs(r.valueSpec)?x.push(new Me(r.key,r.value,"property functions not supported")):f&&!Ec(r.valueSpec)&&x.push(new Me(r.key,r.value,"zoom functions not supported"))),i!=="categorical"&&!y||r.value.property!==void 0||x.push(new Me(r.key,r.value,'"property" property is required')),x;function w(P){let E=[];const A=P.value,z=P.key;if(ft(A)!=="array")return[new Me(z,A,`array expected, ${ft(A)} found`)];if(A.length!==2)return[new Me(z,A,`array length 2 expected, length ${A.length} found`)];if(y){if(ft(A[0])!=="object")return[new Me(z,A,`object expected, ${ft(A[0])} found`)];if(A[0].zoom===void 0)return[new Me(z,A,"object stop key must have zoom")];if(A[0].value===void 0)return[new Me(z,A,"object stop key must have value")];if(u&&u>pi(A[0].zoom))return[new Me(z,A[0].zoom,"stop zoom values must appear in ascending order")];pi(A[0].zoom)!==u&&(u=pi(A[0].zoom),o=void 0,h={}),E=E.concat(ur({key:`${z}[0]`,value:A[0],valueSpec:{zoom:{}},validateSpec:P.validateSpec,style:P.style,styleSpec:P.styleSpec,objectElementValidators:{zoom:Qs,value:S}}))}else E=E.concat(S({key:`${z}[0]`,value:A[0],validateSpec:P.validateSpec,style:P.style,styleSpec:P.styleSpec},A));return _s(Rn(A[1]))?E.concat([new Me(`${z}[1]`,A[1],"expressions are not allowed in function stops.")]):E.concat(P.validateSpec({key:`${z}[1]`,value:A[1],valueSpec:e,validateSpec:P.validateSpec,style:P.style,styleSpec:P.styleSpec}))}function S(P,E){const A=ft(P.value),z=pi(P.value),F=P.value!==null?P.value:E;if(s){if(A!==s)return[new Me(P.key,F,`${A} stop domain type must match previous stop domain type ${s}`)]}else s=A;if(A!=="number"&&A!=="string"&&A!=="boolean")return[new Me(P.key,F,"stop domain value must be a number, string, or boolean")];if(A!=="number"&&i!=="categorical"){let q=`number expected, ${A} found`;return gs(e)&&i===void 0&&(q+='\nIf you intended to use a categorical function, specify `"type": "categorical"`.'),[new Me(P.key,F,q)]}return i!=="categorical"||A!=="number"||isFinite(z)&&Math.floor(z)===z?i!=="categorical"&&A==="number"&&o!==void 0&&z<o?[new Me(P.key,F,"stop domain values must appear in ascending order")]:(o=z,i==="categorical"&&z in h?[new Me(P.key,F,"stop domain values must be unique")]:(h[z]=!0,[])):[new Me(P.key,F,`integer expected, found ${z}`)]}}function hn(r){const e=(r.expressionContext==="property"?hl:Xs)(Rn(r.value),r.valueSpec);if(e.result==="error")return e.value.map((s=>new Me(`${r.key}${s.key}`,r.value,s.message)));const i=e.value.expression||e.value._styleExpression.expression;if(r.expressionContext==="property"&&r.propertyKey==="text-font"&&!i.outputDefined())return[new Me(r.key,r.value,`Invalid data expression for "${r.propertyKey}". Output values must be contained as literals within the expression.`)];if(r.expressionContext==="property"&&r.propertyType==="layout"&&!Ws(i))return[new Me(r.key,r.value,'"feature-state" data expressions are not supported with layout properties.')];if(r.expressionContext==="filter"&&!Ws(i))return[new Me(r.key,r.value,'"feature-state" data expressions are not supported with filters.')];if(r.expressionContext&&r.expressionContext.indexOf("cluster")===0){if(!Za(i,["zoom","feature-state"]))return[new Me(r.key,r.value,'"zoom" and "feature-state" expressions are not supported with cluster properties.')];if(r.expressionContext==="cluster-initial"&&!$a(i))return[new Me(r.key,r.value,"Feature data expressions are not supported with initial expression part of cluster properties.")]}return[]}function ea(r){const e=r.key,i=r.value,s=ft(i);return s!=="string"?[new Me(e,i,`color expected, ${s} found`)]:pt.parse(String(i))?[]:[new Me(e,i,`color expected, "${i}" found`)]}function Fn(r){const e=r.key,i=r.value,s=r.valueSpec,o=[];return Array.isArray(s.values)?s.values.indexOf(pi(i))===-1&&o.push(new Me(e,i,`expected one of [${s.values.join(", ")}], ${JSON.stringify(i)} found`)):Object.keys(s.values).indexOf(pi(i))===-1&&o.push(new Me(e,i,`expected one of [${Object.keys(s.values).join(", ")}], ${JSON.stringify(i)} found`)),o}function ys(r){return dl(Rn(r.value))?hn(Hi({},r,{expressionContext:"filter",valueSpec:{value:"boolean"}})):Bc(r)}function Bc(r){const e=r.value,i=r.key;if(ft(e)!=="array")return[new Me(i,e,`array expected, ${ft(e)} found`)];const s=r.styleSpec;let o,u=[];if(e.length<1)return[new Me(i,e,"filter array must have at least 1 element")];switch(u=u.concat(Fn({key:`${i}[0]`,value:e[0],valueSpec:s.filter_operator,style:r.style,styleSpec:r.styleSpec})),pi(e[0])){case"<":case"<=":case">":case">=":e.length>=2&&pi(e[1])==="$type"&&u.push(new Me(i,e,`"$type" cannot be use with operator "${e[0]}"`));case"==":case"!=":e.length!==3&&u.push(new Me(i,e,`filter array for operator "${e[0]}" must have 3 elements`));case"in":case"!in":e.length>=2&&(o=ft(e[1]),o!=="string"&&u.push(new Me(`${i}[1]`,e[1],`string expected, ${o} found`)));for(let h=2;h<e.length;h++)o=ft(e[h]),pi(e[1])==="$type"?u=u.concat(Fn({key:`${i}[${h}]`,value:e[h],valueSpec:s.geometry_type,style:r.style,styleSpec:r.styleSpec})):o!=="string"&&o!=="number"&&o!=="boolean"&&u.push(new Me(`${i}[${h}]`,e[h],`string, number, or boolean expected, ${o} found`));break;case"any":case"all":case"none":for(let h=1;h<e.length;h++)u=u.concat(Bc({key:`${i}[${h}]`,value:e[h],style:r.style,styleSpec:r.styleSpec}));break;case"has":case"!has":o=ft(e[1]),e.length!==2?u.push(new Me(i,e,`filter array for "${e[0]}" operator must have 2 elements`)):o!=="string"&&u.push(new Me(`${i}[1]`,e[1],`string expected, ${o} found`))}return u}function Oc(r,e){const i=r.key,s=r.validateSpec,o=r.style,u=r.styleSpec,h=r.value,f=r.objectKey,g=u[`${e}_${r.layerType}`];if(!g)return[];const y=f.match(/^(.*)-transition$/);if(e==="paint"&&y&&g[y[1]]&&g[y[1]].transition)return s({key:i,value:h,valueSpec:u.transition,style:o,styleSpec:u});const x=r.valueSpec||g[f];if(!x)return[new Me(i,h,`unknown property "${f}"`)];let w;if(ft(h)==="string"&&gs(x)&&!x.tokens&&(w=/^{([^}]+)}$/.exec(h)))return[new Me(i,h,`"${f}" does not support interpolation syntax
2
- Use an identity property function instead: \`{ "type": "identity", "property": ${JSON.stringify(w[1])} }\`.`)];const S=[];return r.layerType==="symbol"&&f==="text-font"&&Wa(Rn(h))&&pi(h.type)==="identity"&&S.push(new Me(i,h,'"text-font" does not support identity functions')),S.concat(s({key:r.key,value:h,valueSpec:x,style:o,styleSpec:u,expressionContext:"property",propertyType:e,propertyKey:f}))}function Vc(r){return Oc(r,"paint")}function Nc(r){return Oc(r,"layout")}function jc(r){let e=[];const i=r.value,s=r.key,o=r.style,u=r.styleSpec;if(ft(i)!=="object")return[new Me(s,i,`object expected, ${ft(i)} found`)];i.type||i.ref||e.push(new Me(s,i,'either "type" or "ref" is required'));let h=pi(i.type);const f=pi(i.ref);if(i.id){const g=pi(i.id);for(let y=0;y<r.arrayIndex;y++){const x=o.layers[y];pi(x.id)===g&&e.push(new Me(s,i.id,`duplicate layer id "${i.id}", previously used at line ${x.id.__line__}`))}}if("ref"in i){let g;["type","source","source-layer","filter","layout"].forEach((y=>{y in i&&e.push(new Me(s,i[y],`"${y}" is prohibited for ref layers`))})),o.layers.forEach((y=>{pi(y.id)===f&&(g=y)})),g?g.ref?e.push(new Me(s,i.ref,"ref cannot reference another ref layer")):h=pi(g.type):e.push(new Me(s,i.ref,`ref layer "${f}" not found`))}else if(h!=="background")if(i.source){const g=o.sources&&o.sources[i.source],y=g&&pi(g.type);g?y==="vector"&&h==="raster"?e.push(new Me(s,i.source,`layer "${i.id}" requires a raster source`)):y!=="raster-dem"&&h==="hillshade"||y!=="raster-dem"&&h==="color-relief"?e.push(new Me(s,i.source,`layer "${i.id}" requires a raster-dem source`)):y==="raster"&&h!=="raster"?e.push(new Me(s,i.source,`layer "${i.id}" requires a vector source`)):y!=="vector"||i["source-layer"]?y==="raster-dem"&&h!=="hillshade"&&h!=="color-relief"?e.push(new Me(s,i.source,"raster-dem source can only be used with layer type 'hillshade' or 'color-relief'.")):h!=="line"||!i.paint||!i.paint["line-gradient"]||y==="geojson"&&g.lineMetrics||e.push(new Me(s,i,`layer "${i.id}" specifies a line-gradient, which requires a GeoJSON source with \`lineMetrics\` enabled.`)):e.push(new Me(s,i,`layer "${i.id}" must specify a "source-layer"`)):e.push(new Me(s,i.source,`source "${i.source}" not found`))}else e.push(new Me(s,i,'missing required property "source"'));return e=e.concat(ur({key:s,value:i,valueSpec:u.layer,style:r.style,styleSpec:r.styleSpec,validateSpec:r.validateSpec,objectElementValidators:{"*":()=>[],type:()=>r.validateSpec({key:`${s}.type`,value:i.type,valueSpec:u.layer.type,style:r.style,styleSpec:r.styleSpec,validateSpec:r.validateSpec,object:i,objectKey:"type"}),filter:ys,layout:g=>ur({layer:i,key:g.key,value:g.value,style:g.style,styleSpec:g.styleSpec,validateSpec:g.validateSpec,objectElementValidators:{"*":y=>Nc(Hi({layerType:h},y))}}),paint:g=>ur({layer:i,key:g.key,value:g.value,style:g.style,styleSpec:g.styleSpec,validateSpec:g.validateSpec,objectElementValidators:{"*":y=>Vc(Hi({layerType:h},y))}})}})),e}function dn(r){const e=r.value,i=r.key,s=ft(e);return s!=="string"?[new Me(i,e,`string expected, ${s} found`)]:[]}const pl={promoteId:function({key:r,value:e}){if(ft(e)==="string")return dn({key:r,value:e});{const i=[];for(const s in e)i.push(...dn({key:`${r}.${s}`,value:e[s]}));return i}}};function fl(r){const e=r.value,i=r.key,s=r.styleSpec,o=r.style,u=r.validateSpec;if(!e.type)return[new Me(i,e,'"type" is required')];const h=pi(e.type);let f;switch(h){case"vector":case"raster":return f=ur({key:i,value:e,valueSpec:s[`source_${h.replace("-","_")}`],style:r.style,styleSpec:s,objectElementValidators:pl,validateSpec:u}),f;case"raster-dem":return f=(function(g){var y;const x=(y=g.sourceName)!==null&&y!==void 0?y:"",w=g.value,S=g.styleSpec,P=S.source_raster_dem,E=g.style;let A=[];const z=ft(w);if(w===void 0)return A;if(z!=="object")return A.push(new Me("source_raster_dem",w,`object expected, ${z} found`)),A;const F=pi(w.encoding)==="custom",q=["redFactor","greenFactor","blueFactor","baseShift"],B=g.value.encoding?`"${g.value.encoding}"`:"Default";for(const V in w)!F&&q.includes(V)?A.push(new Me(V,w[V],`In "${x}": "${V}" is only valid when "encoding" is set to "custom". ${B} encoding found`)):P[V]?A=A.concat(g.validateSpec({key:V,value:w[V],valueSpec:P[V],validateSpec:g.validateSpec,style:E,styleSpec:S})):A.push(new Me(V,w[V],`unknown property "${V}"`));return A})({sourceName:i,value:e,style:r.style,styleSpec:s,validateSpec:u}),f;case"geojson":if(f=ur({key:i,value:e,valueSpec:s.source_geojson,style:o,styleSpec:s,validateSpec:u,objectElementValidators:pl}),e.cluster)for(const g in e.clusterProperties){const[y,x]=e.clusterProperties[g],w=typeof y=="string"?[y,["accumulated"],["get",g]]:y;f.push(...hn({key:`${i}.${g}.map`,value:x,expressionContext:"cluster-map"})),f.push(...hn({key:`${i}.${g}.reduce`,value:w,expressionContext:"cluster-reduce"}))}return f;case"video":return ur({key:i,value:e,valueSpec:s.source_video,style:o,validateSpec:u,styleSpec:s});case"image":return ur({key:i,value:e,valueSpec:s.source_image,style:o,validateSpec:u,styleSpec:s});case"canvas":return[new Me(i,null,"Please use runtime APIs to add canvas sources, rather than including them in stylesheets.","source.canvas")];default:return Fn({key:`${i}.type`,value:e.type,valueSpec:{values:["vector","raster","raster-dem","geojson","video","image"]}})}}function ta(r){const e=r.value,i=r.styleSpec,s=i.light,o=r.style;let u=[];const h=ft(e);if(e===void 0)return u;if(h!=="object")return u=u.concat([new Me("light",e,`object expected, ${h} found`)]),u;for(const f in e){const g=f.match(/^(.*)-transition$/);u=u.concat(g&&s[g[1]]&&s[g[1]].transition?r.validateSpec({key:f,value:e[f],valueSpec:i.transition,validateSpec:r.validateSpec,style:o,styleSpec:i}):s[f]?r.validateSpec({key:f,value:e[f],valueSpec:s[f],validateSpec:r.validateSpec,style:o,styleSpec:i}):[new Me(f,e[f],`unknown property "${f}"`)])}return u}function Uc(r){const e=r.value,i=r.styleSpec,s=i.sky,o=r.style,u=ft(e);if(e===void 0)return[];if(u!=="object")return[new Me("sky",e,`object expected, ${u} found`)];let h=[];for(const f in e)h=h.concat(s[f]?r.validateSpec({key:f,value:e[f],valueSpec:s[f],style:o,styleSpec:i}):[new Me(f,e[f],`unknown property "${f}"`)]);return h}function ml(r){const e=r.value,i=r.styleSpec,s=i.terrain,o=r.style;let u=[];const h=ft(e);if(e===void 0)return u;if(h!=="object")return u=u.concat([new Me("terrain",e,`object expected, ${h} found`)]),u;for(const f in e)u=u.concat(s[f]?r.validateSpec({key:f,value:e[f],valueSpec:s[f],validateSpec:r.validateSpec,style:o,styleSpec:i}):[new Me(f,e[f],`unknown property "${f}"`)]);return u}function gl(r){let e=[];const i=r.value,s=r.key;if(Array.isArray(i)){const o=[],u=[];for(const h in i)i[h].id&&o.includes(i[h].id)&&e.push(new Me(s,i,`all the sprites' ids must be unique, but ${i[h].id} is duplicated`)),o.push(i[h].id),i[h].url&&u.includes(i[h].url)&&e.push(new Me(s,i,`all the sprites' URLs must be unique, but ${i[h].url} is duplicated`)),u.push(i[h].url),e=e.concat(ur({key:`${s}[${h}]`,value:i[h],valueSpec:{id:{type:"string",required:!0},url:{type:"string",required:!0}},validateSpec:r.validateSpec}));return e}return dn({key:s,value:i})}function Gc(r){return!!r&&r.constructor===Object}function _l(r){return Gc(r.value)?[]:[new Me(r.key,r.value,`object expected, ${ft(r.value)} found`)]}const yl={"*":()=>[],array:Qa,boolean:function(r){const e=r.value,i=r.key,s=ft(e);return s!=="boolean"?[new Me(i,e,`boolean expected, ${s} found`)]:[]},number:Qs,color:ea,constants:Fc,enum:Fn,filter:ys,function:eo,layer:jc,object:ur,source:fl,light:ta,sky:Uc,terrain:ml,projection:function(r){const e=r.value,i=r.styleSpec,s=i.projection,o=r.style,u=ft(e);if(e===void 0)return[];if(u!=="object")return[new Me("projection",e,`object expected, ${u} found`)];let h=[];for(const f in e)h=h.concat(s[f]?r.validateSpec({key:f,value:e[f],valueSpec:s[f],style:o,styleSpec:i}):[new Me(f,e[f],`unknown property "${f}"`)]);return h},projectionDefinition:function(r){const e=r.key;let i=r.value;i=i instanceof String?i.valueOf():i;const s=ft(i);return s!=="array"||(function(o){return Array.isArray(o)&&o.length===3&&typeof o[0]=="string"&&typeof o[1]=="string"&&typeof o[2]=="number"})(i)||(function(o){return!!["interpolate","step","literal"].includes(o[0])})(i)?["array","string"].includes(s)?[]:[new Me(e,i,`projection expected, invalid type "${s}" found`)]:[new Me(e,i,`projection expected, invalid array ${JSON.stringify(i)} found`)]},string:dn,formatted:function(r){return dn(r).length===0?[]:hn(r)},resolvedImage:function(r){return dn(r).length===0?[]:hn(r)},padding:function(r){const e=r.key,i=r.value;if(ft(i)==="array"){if(i.length<1||i.length>4)return[new Me(e,i,`padding requires 1 to 4 values; ${i.length} values found`)];const s={type:"number"};let o=[];for(let u=0;u<i.length;u++)o=o.concat(r.validateSpec({key:`${e}[${u}]`,value:i[u],validateSpec:r.validateSpec,valueSpec:s}));return o}return Qs({key:e,value:i,valueSpec:{}})},numberArray:function(r){const e=r.key,i=r.value;if(ft(i)==="array"){const s={type:"number"};if(i.length<1)return[new Me(e,i,"array length at least 1 expected, length 0 found")];let o=[];for(let u=0;u<i.length;u++)o=o.concat(r.validateSpec({key:`${e}[${u}]`,value:i[u],validateSpec:r.validateSpec,valueSpec:s}));return o}return Qs({key:e,value:i,valueSpec:{}})},colorArray:function(r){const e=r.key,i=r.value;if(ft(i)==="array"){if(i.length<1)return[new Me(e,i,"array length at least 1 expected, length 0 found")];let s=[];for(let o=0;o<i.length;o++)s=s.concat(ea({key:`${e}[${o}]`,value:i[o]}));return s}return ea({key:e,value:i})},variableAnchorOffsetCollection:function(r){const e=r.key,i=r.value,s=ft(i),o=r.styleSpec;if(s!=="array"||i.length<1||i.length%2!=0)return[new Me(e,i,"variableAnchorOffsetCollection requires a non-empty array of even length")];let u=[];for(let h=0;h<i.length;h+=2)u=u.concat(Fn({key:`${e}[${h}]`,value:i[h],valueSpec:o.layout_symbol["text-anchor"]})),u=u.concat(Qa({key:`${e}[${h+1}]`,value:i[h+1],valueSpec:{length:2,value:"number"},validateSpec:r.validateSpec,style:r.style,styleSpec:o}));return u},sprite:gl,state:_l,fontFaces:function(r){const e=r.key,i=r.value,s=r.validateSpec,o=r.styleSpec,u=r.style;if(!Gc(i))return[new Me(e,i,`object expected, ${ft(i)} found`)];const h=[];for(const f in i){const g=i[f],y=ft(g);if(y==="string")h.push(...dn({key:`${e}.${f}`,value:g}));else if(y==="array"){const x={url:{type:"string",required:!0},"unicode-range":{type:"array",value:"string"}};for(const[w,S]of g.entries())h.push(...ur({key:`${e}.${f}[${w}]`,value:S,valueSpec:x,styleSpec:o,style:u,validateSpec:s}))}else h.push(new Me(`${e}.${f}`,g,`string or array expected, ${y} found`))}return h}};function pn(r){const e=r.value,i=r.valueSpec,s=r.styleSpec;return r.validateSpec=pn,i.expression&&Wa(pi(e))?eo(r):i.expression&&_s(Rn(e))?hn(r):i.type&&yl[i.type]?yl[i.type](r):ur(Hi({},r,{valueSpec:i.type?s[i.type]:i}))}function qc(r){const e=r.value,i=r.key,s=dn(r);return s.length||(e.indexOf("{fontstack}")===-1&&s.push(new Me(i,e,'"glyphs" url must include a "{fontstack}" token')),e.indexOf("{range}")===-1&&s.push(new Me(i,e,'"glyphs" url must include a "{range}" token'))),s}function xr(r,e=le){let i=[];return i=i.concat(pn({key:"",value:r,valueSpec:e.$root,styleSpec:e,style:r,validateSpec:pn,objectElementValidators:{glyphs:qc,"*":()=>[]}})),r.constants&&(i=i.concat(Fc({key:"constants",value:r.constants}))),$c(i)}function Ar(r){return function(e){return r(Object.assign({},e,{validateSpec:pn}))}}function $c(r){return[].concat(r).sort(((e,i)=>e.line-i.line))}function Dr(r){return function(...e){return $c(r.apply(this,e))}}xr.source=Dr(Ar(fl)),xr.sprite=Dr(Ar(gl)),xr.glyphs=Dr(Ar(qc)),xr.light=Dr(Ar(ta)),xr.sky=Dr(Ar(Uc)),xr.terrain=Dr(Ar(ml)),xr.state=Dr(Ar(_l)),xr.layer=Dr(Ar(jc)),xr.filter=Dr(Ar(ys)),xr.paintProperty=Dr(Ar(Vc)),xr.layoutProperty=Dr(Ar(Nc));const th={type:"enum","property-type":"data-constant",expression:{interpolated:!1,parameters:["global-state"]},values:{visible:{},none:{}},transition:!1,default:"visible"};class ia{constructor(e,i){this._globalState=i,this.setValue(e)}evaluate(){var e;return(e=this._literalValue)!==null&&e!==void 0?e:this._compiledValue.evaluate({})}setValue(e){if(e==null||e==="visible"||e==="none")return this._literalValue=e==="none"?"none":"visible",this._compiledValue=void 0,void(this._globalStateRefs=new Set);const i=Xs(e,th,this._globalState);if(i.result==="error")throw this._literalValue="visible",this._compiledValue=void 0,new Error(i.value.map((s=>`${s.key}: ${s.message}`)).join(", "));this._literalValue=void 0,this._compiledValue=i.value,this._globalStateRefs=un(i.value.expression)}getGlobalStateRefs(){return this._globalStateRefs}}const ra=le,Mi=xr,na=Mi.light,Zc=Mi.sky,ih=Mi.paintProperty,rh=Mi.layoutProperty;function vs(r,e){let i=!1;if(e&&e.length)for(const s of e)r.fire(new Rt(new Error(s.message))),i=!0;return i}class xs{constructor(e,i,s){const o=this.cells=[];if(e instanceof ArrayBuffer){this.arrayBuffer=e;const h=new Int32Array(this.arrayBuffer);e=h[0],this.d=(i=h[1])+2*(s=h[2]);for(let g=0;g<this.d*this.d;g++){const y=h[3+g],x=h[3+g+1];o.push(y===x?null:h.subarray(y,x))}const f=h[3+o.length+1];this.keys=h.subarray(h[3+o.length],f),this.bboxes=h.subarray(f),this.insert=this._insertReadonly}else{this.d=i+2*s;for(let h=0;h<this.d*this.d;h++)o.push([]);this.keys=[],this.bboxes=[]}this.n=i,this.extent=e,this.padding=s,this.scale=i/e,this.uid=0;const u=s/i*e;this.min=-u,this.max=e+u}insert(e,i,s,o,u){this._forEachCell(i,s,o,u,this._insertCell,this.uid++,void 0,void 0),this.keys.push(e),this.bboxes.push(i),this.bboxes.push(s),this.bboxes.push(o),this.bboxes.push(u)}_insertReadonly(){throw new Error("Cannot insert into a GridIndex created from an ArrayBuffer.")}_insertCell(e,i,s,o,u,h){this.cells[u].push(h)}query(e,i,s,o,u){const h=this.min,f=this.max;if(e<=h&&i<=h&&f<=s&&f<=o&&!u)return Array.prototype.slice.call(this.keys);{const g=[];return this._forEachCell(e,i,s,o,this._queryCell,g,{},u),g}}_queryCell(e,i,s,o,u,h,f,g){const y=this.cells[u];if(y!==null){const x=this.keys,w=this.bboxes;for(let S=0;S<y.length;S++){const P=y[S];if(f[P]===void 0){const E=4*P;(g?g(w[E+0],w[E+1],w[E+2],w[E+3]):e<=w[E+2]&&i<=w[E+3]&&s>=w[E+0]&&o>=w[E+1])?(f[P]=!0,h.push(x[P])):f[P]=!1}}}}_forEachCell(e,i,s,o,u,h,f,g){const y=this._convertToCellCoord(e),x=this._convertToCellCoord(i),w=this._convertToCellCoord(s),S=this._convertToCellCoord(o);for(let P=y;P<=w;P++)for(let E=x;E<=S;E++){const A=this.d*E+P;if((!g||g(this._convertFromCellCoord(P),this._convertFromCellCoord(E),this._convertFromCellCoord(P+1),this._convertFromCellCoord(E+1)))&&u.call(this,e,i,s,o,A,h,f,g))return}}_convertFromCellCoord(e){return(e-this.padding)/this.scale}_convertToCellCoord(e){return Math.max(0,Math.min(this.d-1,Math.floor(e*this.scale)+this.padding))}toArrayBuffer(){if(this.arrayBuffer)return this.arrayBuffer;const e=this.cells,i=3+this.cells.length+1+1;let s=0;for(let h=0;h<this.cells.length;h++)s+=this.cells[h].length;const o=new Int32Array(i+s+this.keys.length+this.bboxes.length);o[0]=this.extent,o[1]=this.n,o[2]=this.padding;let u=i;for(let h=0;h<e.length;h++){const f=e[h];o[3+h]=u,o.set(f,u),u+=f.length}return o[3+e.length]=u,o.set(this.keys,u),u+=this.keys.length,o[3+e.length+1]=u,o.set(this.bboxes,u),u+=this.bboxes.length,o.buffer}static serialize(e,i){const s=e.toArrayBuffer();return i&&i.push(s),{buffer:s}}static deserialize(e){return new xs(e.buffer)}}const zr={};function je(r,e,i={}){if(zr[r])throw new Error(`${r} is already registered.`);Object.defineProperty(e,"_classRegistryKey",{value:r,writeable:!1}),zr[r]={klass:e,omit:i.omit||[],shallow:i.shallow||[]}}je("Object",Object),je("Set",Set),je("TransferableGridIndex",xs),je("Color",pt),je("Error",Error),je("AJAXError",ee),je("ResolvedImage",cr),je("StylePropertyFunction",Xa),je("StyleExpression",cl,{omit:["_evaluator"]}),je("ZoomDependentExpression",ul),je("ZoomConstantExpression",Ha),je("CompoundExpression",vr,{omit:["_evaluate"]});for(const r in fs)fs[r]._classRegistryKey||je(`Expression_${r}`,fs[r]);function to(r){return r&&typeof ArrayBuffer<"u"&&(r instanceof ArrayBuffer||r.constructor&&r.constructor.name==="ArrayBuffer")}function vl(r){return r.$name||r.constructor._classRegistryKey}function bs(r){return!(function(e){if(e===null||typeof e!="object")return!1;const i=vl(e);return!(!i||i==="Object")})(r)&&(r==null||typeof r=="boolean"||typeof r=="number"||typeof r=="string"||r instanceof Boolean||r instanceof Number||r instanceof String||r instanceof Date||r instanceof RegExp||r instanceof Blob||r instanceof Error||to(r)||nn(r)||ArrayBuffer.isView(r)||r instanceof ImageData)}function sa(r,e){if(bs(r))return(to(r)||nn(r))&&e&&e.push(r),ArrayBuffer.isView(r)&&e&&e.push(r.buffer),r instanceof ImageData&&e&&e.push(r.data.buffer),r;if(Array.isArray(r)){const u=[];for(const h of r)u.push(sa(h,e));return u}if(typeof r!="object")throw new Error("can't serialize object of type "+typeof r);const i=vl(r);if(!i)throw new Error(`can't serialize object of unregistered class ${r.constructor.name}`);if(!zr[i])throw new Error(`${i} is not registered.`);const{klass:s}=zr[i],o=s.serialize?s.serialize(r,e):{};if(s.serialize){if(e&&o===e[e.length-1])throw new Error("statically serialized object won't survive transfer of $name property")}else{for(const u in r){if(!r.hasOwnProperty(u)||zr[i].omit.indexOf(u)>=0)continue;const h=r[u];o[u]=zr[i].shallow.indexOf(u)>=0?h:sa(h,e)}r instanceof Error&&(o.message=r.message)}if(o.$name)throw new Error("$name property is reserved for worker serialization logic.");return i!=="Object"&&(o.$name=i),o}function aa(r){if(bs(r))return r;if(Array.isArray(r))return r.map(aa);if(typeof r!="object")throw new Error("can't deserialize object of type "+typeof r);const e=vl(r)||"Object";if(!zr[e])throw new Error(`can't deserialize unregistered class ${e}`);const{klass:i}=zr[e];if(!i)throw new Error(`can't deserialize unregistered class ${e}`);if(i.deserialize)return i.deserialize(r);const s=Object.create(i.prototype);for(const o of Object.keys(r)){if(o==="$name")continue;const u=r[o];s[o]=zr[e].shallow.indexOf(o)>=0?u:aa(u)}return s}class xl{constructor(){this.first=!0}update(e,i){const s=Math.floor(e);return this.first?(this.first=!1,this.lastIntegerZoom=s,this.lastIntegerZoomTime=0,this.lastZoom=e,this.lastFloorZoom=s,!0):(this.lastFloorZoom>s?(this.lastIntegerZoom=s+1,this.lastIntegerZoomTime=i):this.lastFloorZoom<s&&(this.lastIntegerZoom=s,this.lastIntegerZoomTime=i),e!==this.lastZoom&&(this.lastZoom=e,this.lastFloorZoom=s,!0))}}function oa(r){return/[\u02EA\u02EB\u2E80-\u2FDF\u2FF0-\u303F\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FD-\u30FF\u3105-\u312F\u31A0-\u4DBF\u4E00-\uA48C\uA490-\uA4C6\uF900-\uFA6D\uFA70-\uFAD9\uFE10-\uFE1F\uFE30-\uFE4F\uFF00-\uFFEF]|\uD81B[\uDFE0-\uDFFF]|[\uD81C-\uD822\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFFF]|\uD82C[\uDC00-\uDEFB]|\uD83C[\uDE00-\uDEFF]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79]/gim.test(String.fromCodePoint(r))}function bl(r){return/[\u02EA\u02EB\u1100-\u11FF\u1400-\u167F\u18B0-\u18F5\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u3007\u3012\u3013\u3020-\u302F\u3031-\u303F\u3041-\u3096\u309D-\u30FB\u30FD-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\uA48C\uA490-\uA4C6\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFE10-\uFE1F\uFE30-\uFE48\uFE50-\uFE57\uFE5F-\uFE62\uFE67-\uFE6F\uFF00-\uFF07\uFF0A-\uFF0C\uFF0E-\uFF19\uFF1F-\uFF3A\uFF3C\uFF3E\uFF40-\uFF5A\uFFE0-\uFFE2\uFFE4-\uFFE7]|\uD802[\uDD80-\uDD9F]|\uD805[\uDD80-\uDDFF]|\uD806[\uDE00-\uDEBF]|\uD811[\uDC00-\uDE7F]|\uD81B[\uDFE0-\uDFE4\uDFF0-\uDFF6]|[\uD81C-\uD822\uD83D\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD30-\uDEFB]|\uD833[\uDEC0-\uDFCF]|\uD834[\uDC00-\uDDFF\uDEE0-\uDF7F]|\uD836[\uDC00-\uDEAF]|\uD83C[\uDC00-\uDE00\uDF00-\uDFFF]|\uD83E[\uDD00-\uDEFF]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79]/gim.test(String.fromCodePoint(r))}function Wc(r){return/\s/u.test(String.fromCodePoint(r))}function ws(r){for(const e of r)if(bl(e.codePointAt(0)))return!0;return!1}function nh(r){for(const e of r)if(!Hc(e.codePointAt(0)))return!1;return!0}function io(r){const e=r.map((i=>{try{return new RegExp(`\\p{sc=${i}}`,"u").source}catch{return null}})).filter((i=>i));return new RegExp(e.join("|"),"u")}const ro=io(["Arab","Dupl","Mong","Ougr","Syrc"]);function Hc(r){return!ro.test(String.fromCodePoint(r))}function wl(r){return!(bl(r)||(e=r,/[\xA7\xA9\xAE\xB1\xBC-\xBE\xD7\xF7\u2016\u2020\u2021\u2030\u2031\u203B\u203C\u2042\u2047-\u2049\u2051\u2100-\u218F\u221E\u2234\u2235\u2300-\u2307\u230C-\u231F\u2324-\u2328\u232B\u237D-\u239A\u23BE-\u23CD\u23CF\u23D1-\u23DB\u23E2-\u2422\u2424-\u24FF\u25A0-\u2619\u2620-\u2767\u2776-\u2793\u2B12-\u2B2F\u2B50-\u2B59\u2BB8-\u2BEB\u3000-\u303F\u30A0-\u30FF\uE000-\uF8FF\uFE30-\uFE6F\uFF00-\uFFEF\uFFFC\uFFFD]|[\uDB80-\uDBFF][\uDC00-\uDFFF]/gim.test(String.fromCodePoint(e))));var e}const Xc=io(["Adlm","Arab","Armi","Avst","Chrs","Cprt","Egyp","Elym","Gara","Hatr","Hebr","Hung","Khar","Lydi","Mand","Mani","Mend","Merc","Mero","Narb","Nbat","Nkoo","Orkh","Palm","Phli","Phlp","Phnx","Prti","Rohg","Samr","Sarb","Sogo","Syrc","Thaa","Todr","Yezi"]);function Tl(r){return Xc.test(String.fromCodePoint(r))}function Sl(r,e){return!(!e&&Tl(r)||/[\u0900-\u0DFF\u0F00-\u109F\u1780-\u17FF]/gim.test(String.fromCodePoint(r)))}function Yc(r){for(const e of r)if(Tl(e.codePointAt(0)))return!0;return!1}const fn=new class{constructor(){this.TIMEOUT=5e3,this.applyArabicShaping=null,this.processBidirectionalText=null,this.processStyledBidirectionalText=null,this.pluginStatus="unavailable",this.pluginURL=null,this.loadScriptResolve=()=>{}}setState(r){this.pluginStatus=r.pluginStatus,this.pluginURL=r.pluginURL}getState(){return{pluginStatus:this.pluginStatus,pluginURL:this.pluginURL}}setMethods(r){if(fn.isParsed())throw new Error("RTL text plugin already registered.");this.applyArabicShaping=r.applyArabicShaping,this.processBidirectionalText=r.processBidirectionalText,this.processStyledBidirectionalText=r.processStyledBidirectionalText,this.loadScriptResolve()}isParsed(){return this.applyArabicShaping!=null&&this.processBidirectionalText!=null&&this.processStyledBidirectionalText!=null}getRTLTextPluginStatus(){return this.pluginStatus}syncState(r,e){return c(this,void 0,void 0,(function*(){if(this.isParsed())return this.getState();if(r.pluginStatus!=="loading")return this.setState(r),r;const i=r.pluginURL,s=new Promise((u=>{this.loadScriptResolve=u}));e(i);const o=new Promise((u=>setTimeout((()=>u()),this.TIMEOUT)));if(yield Promise.race([s,o]),this.isParsed()){const u={pluginStatus:"loaded",pluginURL:i};return this.setState(u),u}throw this.setState({pluginStatus:"error",pluginURL:""}),new Error(`RTL Text Plugin failed to import scripts from ${i}`)}))}};class Ft{constructor(e,i){this.isSupportedScript=sh,this.zoom=e,i?(this.now=i.now||0,this.fadeDuration=i.fadeDuration||0,this.zoomHistory=i.zoomHistory||new xl,this.transition=i.transition||{}):(this.now=0,this.fadeDuration=0,this.zoomHistory=new xl,this.transition={})}crossFadingFactor(){return this.fadeDuration===0?1:Math.min((this.now-this.zoomHistory.lastIntegerZoomTime)/this.fadeDuration,1)}getCrossfadeParameters(){const e=this.zoom,i=e-Math.floor(e),s=this.crossFadingFactor();return e>this.zoomHistory.lastIntegerZoom?{fromScale:2,toScale:1,t:i+(1-i)*s}:{fromScale:.5,toScale:1,t:1-(1-s)*i}}}function sh(r){return(function(e,i){for(const s of e)if(!Sl(s.codePointAt(0),i))return!1;return!0})(r,fn.getRTLTextPluginStatus()==="loaded")}const la="-transition";class no{constructor(e,i,s){this.property=e,this.value=i,this.expression=(function(o,u,h){if(Wa(o))return new Xa(o,u);if(_s(o)){const f=hl(o,u,h);if(f.result==="error")throw new Error(f.value.map((g=>`${g.key}: ${g.message}`)).join(", "));return f.value}{let f=o;return u.type==="color"&&typeof o=="string"?f=pt.parse(o):u.type!=="padding"||typeof o!="number"&&!Array.isArray(o)?u.type!=="numberArray"||typeof o!="number"&&!Array.isArray(o)?u.type!=="colorArray"||typeof o!="string"&&!Array.isArray(o)?u.type==="variableAnchorOffsetCollection"&&Array.isArray(o)?f=Ki.parse(o):u.type==="projectionDefinition"&&typeof o=="string"&&(f=Ji.parse(o)):f=Qe.parse(o):f=ei.parse(o):f=Ni.parse(o),{globalStateRefs:new Set,_globalState:null,kind:"constant",evaluate:()=>f}}})(i===void 0?e.specification.default:i,e.specification,s)}isDataDriven(){return this.expression.kind==="source"||this.expression.kind==="composite"}getGlobalStateRefs(){return this.expression.globalStateRefs||new Set}possiblyEvaluate(e,i,s){return this.property.possiblyEvaluate(this,e,i,s)}}class so{constructor(e,i){this.property=e,this.value=new no(e,void 0,i)}transitioned(e,i){return new Kc(this.property,this.value,i,It({},e.transition,this.transition),e.now)}untransitioned(){return new Kc(this.property,this.value,null,{},0)}}class Pl{constructor(e,i){this._properties=e,this._values=Object.create(e.defaultTransitionablePropertyValues),this._globalState=i}getValue(e){return Vi(this._values[e].value.value)}setValue(e,i){Object.prototype.hasOwnProperty.call(this._values,e)||(this._values[e]=new so(this._values[e].property,this._globalState)),this._values[e].value=new no(this._values[e].property,i===null?void 0:Vi(i),this._globalState)}getTransition(e){return Vi(this._values[e].transition)}setTransition(e,i){Object.prototype.hasOwnProperty.call(this._values,e)||(this._values[e]=new so(this._values[e].property,this._globalState)),this._values[e].transition=Vi(i)||void 0}serialize(){const e={};for(const i of Object.keys(this._values)){const s=this.getValue(i);s!==void 0&&(e[i]=s);const o=this.getTransition(i);o!==void 0&&(e[`${i}${la}`]=o)}return e}transitioned(e,i){const s=new Jc(this._properties);for(const o of Object.keys(this._values))s._values[o]=this._values[o].transitioned(e,i._values[o]);return s}untransitioned(){const e=new Jc(this._properties);for(const i of Object.keys(this._values))e._values[i]=this._values[i].untransitioned();return e}}class Kc{constructor(e,i,s,o,u){this.property=e,this.value=i,this.begin=u+o.delay||0,this.end=this.begin+o.duration||0,e.specification.transition&&(o.delay||o.duration)&&(this.prior=s)}possiblyEvaluate(e,i,s){const o=e.now||0,u=this.value.possiblyEvaluate(e,i,s),h=this.prior;if(h){if(o>this.end)return this.prior=null,u;if(this.value.isDataDriven())return this.prior=null,u;if(o<this.begin)return h.possiblyEvaluate(e,i,s);{const f=(o-this.begin)/(this.end-this.begin);return this.property.interpolate(h.possiblyEvaluate(e,i,s),u,ot(f))}}return u}}class Jc{constructor(e){this._properties=e,this._values=Object.create(e.defaultTransitioningPropertyValues)}possiblyEvaluate(e,i,s){const o=new ca(this._properties);for(const u of Object.keys(this._values))o._values[u]=this._values[u].possiblyEvaluate(e,i,s);return o}hasTransition(){for(const e of Object.keys(this._values))if(this._values[e].prior)return!0;return!1}}class Qc{constructor(e,i){this._properties=e,this._values=Object.create(e.defaultPropertyValues),this._globalState=i}hasValue(e){return this._values[e].value!==void 0}getValue(e){return Vi(this._values[e].value)}setValue(e,i){this._values[e]=new no(this._values[e].property,i===null?void 0:Vi(i),this._globalState)}serialize(){const e={};for(const i of Object.keys(this._values)){const s=this.getValue(i);s!==void 0&&(e[i]=s)}return e}possiblyEvaluate(e,i,s){const o=new ca(this._properties);for(const u of Object.keys(this._values))o._values[u]=this._values[u].possiblyEvaluate(e,i,s);return o}}class kr{constructor(e,i,s){this.property=e,this.value=i,this.parameters=s}isConstant(){return this.value.kind==="constant"}constantOr(e){return this.value.kind==="constant"?this.value.value:e}evaluate(e,i,s,o){return this.property.evaluate(this.value,this.parameters,e,i,s,o)}}class ca{constructor(e){this._properties=e,this._values=Object.create(e.defaultPossiblyEvaluatedValues)}get(e){return this._values[e]}}class $e{constructor(e){this.specification=e}possiblyEvaluate(e,i){if(e.isDataDriven())throw new Error("Value should not be data driven");return e.expression.evaluate(i)}interpolate(e,i,s){const o=Xt[this.specification.type];return o?o(e,i,s):e}}class Ke{constructor(e,i){this.specification=e,this.overrides=i}possiblyEvaluate(e,i,s,o){return new kr(this,e.expression.kind==="constant"||e.expression.kind==="camera"?{kind:"constant",value:e.expression.evaluate(i,null,{},s,o)}:e.expression,i)}interpolate(e,i,s){if(e.value.kind!=="constant"||i.value.kind!=="constant")return e;if(e.value.value===void 0||i.value.value===void 0)return new kr(this,{kind:"constant",value:void 0},e.parameters);const o=Xt[this.specification.type];if(o){const u=o(e.value.value,i.value.value,s);return new kr(this,{kind:"constant",value:u},e.parameters)}return e}evaluate(e,i,s,o,u,h){return e.kind==="constant"?e.value:e.evaluate(i,s,o,u,h)}}class ua extends Ke{possiblyEvaluate(e,i,s,o){if(e.value===void 0)return new kr(this,{kind:"constant",value:void 0},i);if(e.expression.kind==="constant"){const u=e.expression.evaluate(i,null,{},s,o),h=e.property.specification.type==="resolvedImage"&&typeof u!="string"?u.name:u,f=this._calculate(h,h,h,i);return new kr(this,{kind:"constant",value:f},i)}if(e.expression.kind==="camera"){const u=this._calculate(e.expression.evaluate({zoom:i.zoom-1}),e.expression.evaluate({zoom:i.zoom}),e.expression.evaluate({zoom:i.zoom+1}),i);return new kr(this,{kind:"constant",value:u},i)}return new kr(this,e.expression,i)}evaluate(e,i,s,o,u,h){if(e.kind==="source"){const f=e.evaluate(i,s,o,u,h);return this._calculate(f,f,f,i)}return e.kind==="composite"?this._calculate(e.evaluate({zoom:Math.floor(i.zoom)-1},s,o),e.evaluate({zoom:Math.floor(i.zoom)},s,o),e.evaluate({zoom:Math.floor(i.zoom)+1},s,o),i):e.value}_calculate(e,i,s,o){return o.zoom>o.zoomHistory.lastIntegerZoom?{from:e,to:i}:{from:s,to:i}}interpolate(e){return e}}class ao{constructor(e){this.specification=e}possiblyEvaluate(e,i,s,o){if(e.value!==void 0){if(e.expression.kind==="constant"){const u=e.expression.evaluate(i,null,{},s,o);return this._calculate(u,u,u,i)}return this._calculate(e.expression.evaluate(new Ft(Math.floor(i.zoom-1),i)),e.expression.evaluate(new Ft(Math.floor(i.zoom),i)),e.expression.evaluate(new Ft(Math.floor(i.zoom+1),i)),i)}}_calculate(e,i,s,o){return o.zoom>o.zoomHistory.lastIntegerZoom?{from:e,to:i}:{from:s,to:i}}interpolate(e){return e}}class oo{constructor(e){this.specification=e}possiblyEvaluate(e,i,s,o){return!!e.expression.evaluate(i,null,{},s,o)}interpolate(){return!1}}class er{constructor(e){this.properties=e,this.defaultPropertyValues={},this.defaultTransitionablePropertyValues={},this.defaultTransitioningPropertyValues={},this.defaultPossiblyEvaluatedValues={},this.overridableProperties=[];for(const i in e){const s=e[i];s.specification.overridable&&this.overridableProperties.push(i);const o=this.defaultPropertyValues[i]=new no(s,void 0,void 0),u=this.defaultTransitionablePropertyValues[i]=new so(s,void 0);this.defaultTransitioningPropertyValues[i]=u.untransitioned(),this.defaultPossiblyEvaluatedValues[i]=o.possiblyEvaluate({})}}}je("DataDrivenProperty",Ke),je("DataConstantProperty",$e),je("CrossFadedDataDrivenProperty",ua),je("CrossFadedProperty",ao),je("ColorRampProperty",oo);class br extends Mt{constructor(e,i,s){if(super(),this.id=e.id,this.type=e.type,this._globalState=s,this._featureFilter={filter:()=>!0,needGeometry:!1,getGlobalStateRefs:()=>new Set},e.type!=="custom"&&(this.metadata=e.metadata,this.minzoom=e.minzoom,this.maxzoom=e.maxzoom,this._visibilityExpression=(function(o,u){return new ia(o,u)})(this.visibility,s),e.type!=="background"&&(this.source=e.source,this.sourceLayer=e["source-layer"],this.filter=e.filter,this._featureFilter=Ys(e.filter,s)),i.layout&&(this._unevaluatedLayout=new Qc(i.layout,s)),i.paint)){this._transitionablePaint=new Pl(i.paint,s);for(const o in e.paint)this.setPaintProperty(o,e.paint[o],{validate:!1});for(const o in e.layout)this.setLayoutProperty(o,e.layout[o],{validate:!1});this._transitioningPaint=this._transitionablePaint.untransitioned(),this.paint=new ca(i.paint)}}setFilter(e){this.filter=e,this._featureFilter=Ys(e,this._globalState)}getCrossfadeParameters(){return this._crossfadeParameters}getLayoutProperty(e){return e==="visibility"?this.visibility:this._unevaluatedLayout.getValue(e)}getLayoutAffectingGlobalStateRefs(){const e=new Set;for(const i of this._visibilityExpression.getGlobalStateRefs())e.add(i);if(this._unevaluatedLayout)for(const i in this._unevaluatedLayout._values){const s=this._unevaluatedLayout._values[i];for(const o of s.getGlobalStateRefs())e.add(o)}for(const i of this._featureFilter.getGlobalStateRefs())e.add(i);return e}getPaintAffectingGlobalStateRefs(){var e;const i=new globalThis.Map;if(this._transitionablePaint)for(const s in this._transitionablePaint._values){const o=this._transitionablePaint._values[s].value;for(const u of o.getGlobalStateRefs()){const h=(e=i.get(u))!==null&&e!==void 0?e:[];h.push({name:s,value:o.value}),i.set(u,h)}}return i}getVisibilityAffectingGlobalStateRefs(){return this._visibilityExpression.getGlobalStateRefs()}setLayoutProperty(e,i,s={}){if(i==null||!this._validate(rh,`layers.${this.id}.layout.${e}`,e,i,s))return e==="visibility"?(this.visibility=i,this._visibilityExpression.setValue(i),void this.recalculateVisibility()):void this._unevaluatedLayout.setValue(e,i)}getPaintProperty(e){return e.endsWith(la)?this._transitionablePaint.getTransition(e.slice(0,-11)):this._transitionablePaint.getValue(e)}setPaintProperty(e,i,s={}){if(i!=null&&this._validate(ih,`layers.${this.id}.paint.${e}`,e,i,s))return!1;if(e.endsWith(la))return this._transitionablePaint.setTransition(e.slice(0,-11),i||void 0),!1;{const o=this._transitionablePaint._values[e],u=o.property.specification["property-type"]==="cross-faded-data-driven",h=o.value.isDataDriven(),f=o.value;this._transitionablePaint.setValue(e,i),this._handleSpecialPaintPropertyUpdate(e);const g=this._transitionablePaint._values[e].value;return g.isDataDriven()||h||u||this._handleOverridablePaintPropertyUpdate(e,f,g)}}_handleSpecialPaintPropertyUpdate(e){}_handleOverridablePaintPropertyUpdate(e,i,s){return!1}isHidden(e=this.minzoom,i=!1){return!!(this.minzoom&&e<(i?Math.floor(this.minzoom):this.minzoom))||!!(this.maxzoom&&e>=this.maxzoom)||this._evaluatedVisibility==="none"}updateTransitions(e){this._transitioningPaint=this._transitionablePaint.transitioned(e,this._transitioningPaint)}hasTransition(){return this._transitioningPaint.hasTransition()}recalculateVisibility(){this._evaluatedVisibility=this._visibilityExpression.evaluate()}recalculate(e,i){e.getCrossfadeParameters&&(this._crossfadeParameters=e.getCrossfadeParameters()),this._unevaluatedLayout&&(this.layout=this._unevaluatedLayout.possiblyEvaluate(e,void 0,i)),this.paint=this._transitioningPaint.possiblyEvaluate(e,void 0,i)}serialize(){const e={id:this.id,type:this.type,source:this.source,"source-layer":this.sourceLayer,metadata:this.metadata,minzoom:this.minzoom,maxzoom:this.maxzoom,filter:this.filter,layout:this._unevaluatedLayout&&this._unevaluatedLayout.serialize(),paint:this._transitionablePaint&&this._transitionablePaint.serialize()};return this.visibility&&(e.layout=e.layout||{},e.layout.visibility=this.visibility),Ir(e,((i,s)=>!(i===void 0||s==="layout"&&!Object.keys(i).length||s==="paint"&&!Object.keys(i).length)))}_validate(e,i,s,o,u={}){return(!u||u.validate!==!1)&&vs(this,e.call(Mi,{key:i,layerType:this.type,objectKey:s,value:o,styleSpec:le,style:{glyphs:!0,sprite:!0}}))}is3D(){return!1}isTileClipped(){return!1}hasOffscreenPass(){return!1}resize(){}isStateDependent(){for(const e in this.paint._values){const i=this.paint.get(e);if(i instanceof kr&&gs(i.property.specification)&&(i.value.kind==="source"||i.value.kind==="composite")&&i.value.isStateDependent)return!0}return!1}}let Il;var eu={get paint(){return Il=Il||new er({"raster-opacity":new $e(le.paint_raster["raster-opacity"]),"raster-hue-rotate":new $e(le.paint_raster["raster-hue-rotate"]),"raster-brightness-min":new $e(le.paint_raster["raster-brightness-min"]),"raster-brightness-max":new $e(le.paint_raster["raster-brightness-max"]),"raster-saturation":new $e(le.paint_raster["raster-saturation"]),"raster-contrast":new $e(le.paint_raster["raster-contrast"]),"raster-resampling":new $e(le.paint_raster["raster-resampling"]),"raster-fade-duration":new $e(le.paint_raster["raster-fade-duration"])})}};class ah extends br{constructor(e,i){super(e,eu,i)}}const oh={Int8:Int8Array,Uint8:Uint8Array,Int16:Int16Array,Uint16:Uint16Array,Int32:Int32Array,Uint32:Uint32Array,Float32:Float32Array};class ha{constructor(e,i){this._structArray=e,this._pos1=i*this.size,this._pos2=this._pos1/2,this._pos4=this._pos1/4,this._pos8=this._pos1/8}}class ti{constructor(){this.isTransferred=!1,this.capacity=-1,this.resize(0)}static serialize(e,i){return e._trim(),i&&(e.isTransferred=!0,i.push(e.arrayBuffer)),{length:e.length,arrayBuffer:e.arrayBuffer}}static deserialize(e){const i=Object.create(this.prototype);return i.arrayBuffer=e.arrayBuffer,i.length=e.length,i.capacity=e.arrayBuffer.byteLength/i.bytesPerElement,i._refreshViews(),i}_trim(){this.length!==this.capacity&&(this.capacity=this.length,this.arrayBuffer=this.arrayBuffer.slice(0,this.length*this.bytesPerElement),this._refreshViews())}clear(){this.length=0}resize(e){this.reserve(e),this.length=e}reserve(e){if(e>this.capacity){this.capacity=Math.max(e,Math.floor(5*this.capacity),128),this.arrayBuffer=new ArrayBuffer(this.capacity*this.bytesPerElement);const i=this.uint8;this._refreshViews(),i&&this.uint8.set(i)}}_refreshViews(){throw new Error("_refreshViews() must be implemented by each concrete StructArray layout")}}function fi(r,e=1){let i=0,s=0;return{members:r.map((o=>{const u=oh[o.type].BYTES_PER_ELEMENT,h=i=Bn(i,Math.max(e,u)),f=o.components||1;return s=Math.max(s,u),i+=u*f,{name:o.name,type:o.type,components:f,offset:h}})),size:Bn(i,Math.max(s,e)),alignment:e}}function Bn(r,e){return Math.ceil(r/e)*e}class da extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i){const s=this.length;return this.resize(s+1),this.emplace(s,e,i)}emplace(e,i,s){const o=2*e;return this.int16[o+0]=i,this.int16[o+1]=s,e}}da.prototype.bytesPerElement=4,je("StructArrayLayout2i4",da);class lo extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i,s){const o=this.length;return this.resize(o+1),this.emplace(o,e,i,s)}emplace(e,i,s,o){const u=3*e;return this.int16[u+0]=i,this.int16[u+1]=s,this.int16[u+2]=o,e}}lo.prototype.bytesPerElement=6,je("StructArrayLayout3i6",lo);class Ml extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i,s,o){const u=this.length;return this.resize(u+1),this.emplace(u,e,i,s,o)}emplace(e,i,s,o,u){const h=4*e;return this.int16[h+0]=i,this.int16[h+1]=s,this.int16[h+2]=o,this.int16[h+3]=u,e}}Ml.prototype.bytesPerElement=8,je("StructArrayLayout4i8",Ml);class co extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h){const f=this.length;return this.resize(f+1),this.emplace(f,e,i,s,o,u,h)}emplace(e,i,s,o,u,h,f){const g=6*e;return this.int16[g+0]=i,this.int16[g+1]=s,this.int16[g+2]=o,this.int16[g+3]=u,this.int16[g+4]=h,this.int16[g+5]=f,e}}co.prototype.bytesPerElement=12,je("StructArrayLayout2i4i12",co);class Cl extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h){const f=this.length;return this.resize(f+1),this.emplace(f,e,i,s,o,u,h)}emplace(e,i,s,o,u,h,f){const g=4*e,y=8*e;return this.int16[g+0]=i,this.int16[g+1]=s,this.uint8[y+4]=o,this.uint8[y+5]=u,this.uint8[y+6]=h,this.uint8[y+7]=f,e}}Cl.prototype.bytesPerElement=8,je("StructArrayLayout2i4ub8",Cl);class pa extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,i){const s=this.length;return this.resize(s+1),this.emplace(s,e,i)}emplace(e,i,s){const o=2*e;return this.float32[o+0]=i,this.float32[o+1]=s,e}}pa.prototype.bytesPerElement=8,je("StructArrayLayout2f8",pa);class Yr extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h,f,g,y,x){const w=this.length;return this.resize(w+1),this.emplace(w,e,i,s,o,u,h,f,g,y,x)}emplace(e,i,s,o,u,h,f,g,y,x,w){const S=10*e;return this.uint16[S+0]=i,this.uint16[S+1]=s,this.uint16[S+2]=o,this.uint16[S+3]=u,this.uint16[S+4]=h,this.uint16[S+5]=f,this.uint16[S+6]=g,this.uint16[S+7]=y,this.uint16[S+8]=x,this.uint16[S+9]=w,e}}Yr.prototype.bytesPerElement=20,je("StructArrayLayout10ui20",Yr);class uo extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h,f,g){const y=this.length;return this.resize(y+1),this.emplace(y,e,i,s,o,u,h,f,g)}emplace(e,i,s,o,u,h,f,g,y){const x=8*e;return this.uint16[x+0]=i,this.uint16[x+1]=s,this.uint16[x+2]=o,this.uint16[x+3]=u,this.uint16[x+4]=h,this.uint16[x+5]=f,this.uint16[x+6]=g,this.uint16[x+7]=y,e}}uo.prototype.bytesPerElement=16,je("StructArrayLayout8ui16",uo);class fa extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h,f,g,y,x,w,S){const P=this.length;return this.resize(P+1),this.emplace(P,e,i,s,o,u,h,f,g,y,x,w,S)}emplace(e,i,s,o,u,h,f,g,y,x,w,S,P){const E=12*e;return this.int16[E+0]=i,this.int16[E+1]=s,this.int16[E+2]=o,this.int16[E+3]=u,this.uint16[E+4]=h,this.uint16[E+5]=f,this.uint16[E+6]=g,this.uint16[E+7]=y,this.int16[E+8]=x,this.int16[E+9]=w,this.int16[E+10]=S,this.int16[E+11]=P,e}}fa.prototype.bytesPerElement=24,je("StructArrayLayout4i4ui4i24",fa);class ho extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,i,s){const o=this.length;return this.resize(o+1),this.emplace(o,e,i,s)}emplace(e,i,s,o){const u=3*e;return this.float32[u+0]=i,this.float32[u+1]=s,this.float32[u+2]=o,e}}ho.prototype.bytesPerElement=12,je("StructArrayLayout3f12",ho);class ma extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer)}emplaceBack(e){const i=this.length;return this.resize(i+1),this.emplace(i,e)}emplace(e,i){return this.uint32[1*e+0]=i,e}}ma.prototype.bytesPerElement=4,je("StructArrayLayout1ul4",ma);class El extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h,f,g,y){const x=this.length;return this.resize(x+1),this.emplace(x,e,i,s,o,u,h,f,g,y)}emplace(e,i,s,o,u,h,f,g,y,x){const w=10*e,S=5*e;return this.int16[w+0]=i,this.int16[w+1]=s,this.int16[w+2]=o,this.int16[w+3]=u,this.int16[w+4]=h,this.int16[w+5]=f,this.uint32[S+3]=g,this.uint16[w+8]=y,this.uint16[w+9]=x,e}}El.prototype.bytesPerElement=20,je("StructArrayLayout6i1ul2ui20",El);class Ts extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h){const f=this.length;return this.resize(f+1),this.emplace(f,e,i,s,o,u,h)}emplace(e,i,s,o,u,h,f){const g=6*e;return this.int16[g+0]=i,this.int16[g+1]=s,this.int16[g+2]=o,this.int16[g+3]=u,this.int16[g+4]=h,this.int16[g+5]=f,e}}Ts.prototype.bytesPerElement=12,je("StructArrayLayout2i2i2i12",Ts);class On extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u){const h=this.length;return this.resize(h+1),this.emplace(h,e,i,s,o,u)}emplace(e,i,s,o,u,h){const f=4*e,g=8*e;return this.float32[f+0]=i,this.float32[f+1]=s,this.float32[f+2]=o,this.int16[g+6]=u,this.int16[g+7]=h,e}}On.prototype.bytesPerElement=16,je("StructArrayLayout2f1f2i16",On);class Al extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h){const f=this.length;return this.resize(f+1),this.emplace(f,e,i,s,o,u,h)}emplace(e,i,s,o,u,h,f){const g=16*e,y=4*e,x=8*e;return this.uint8[g+0]=i,this.uint8[g+1]=s,this.float32[y+1]=o,this.float32[y+2]=u,this.int16[x+6]=h,this.int16[x+7]=f,e}}Al.prototype.bytesPerElement=16,je("StructArrayLayout2ub2f2i16",Al);class ga extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,i,s){const o=this.length;return this.resize(o+1),this.emplace(o,e,i,s)}emplace(e,i,s,o){const u=3*e;return this.uint16[u+0]=i,this.uint16[u+1]=s,this.uint16[u+2]=o,e}}ga.prototype.bytesPerElement=6,je("StructArrayLayout3ui6",ga);class Vn extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h,f,g,y,x,w,S,P,E,A,z,F){const q=this.length;return this.resize(q+1),this.emplace(q,e,i,s,o,u,h,f,g,y,x,w,S,P,E,A,z,F)}emplace(e,i,s,o,u,h,f,g,y,x,w,S,P,E,A,z,F,q){const B=24*e,V=12*e,Z=48*e;return this.int16[B+0]=i,this.int16[B+1]=s,this.uint16[B+2]=o,this.uint16[B+3]=u,this.uint32[V+2]=h,this.uint32[V+3]=f,this.uint32[V+4]=g,this.uint16[B+10]=y,this.uint16[B+11]=x,this.uint16[B+12]=w,this.float32[V+7]=S,this.float32[V+8]=P,this.uint8[Z+36]=E,this.uint8[Z+37]=A,this.uint8[Z+38]=z,this.uint32[V+10]=F,this.int16[B+22]=q,e}}Vn.prototype.bytesPerElement=48,je("StructArrayLayout2i2ui3ul3ui2f3ub1ul1i48",Vn);class Dl extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,i,s,o,u,h,f,g,y,x,w,S,P,E,A,z,F,q,B,V,Z,X,se,_e,fe,be,De,Se){const ge=this.length;return this.resize(ge+1),this.emplace(ge,e,i,s,o,u,h,f,g,y,x,w,S,P,E,A,z,F,q,B,V,Z,X,se,_e,fe,be,De,Se)}emplace(e,i,s,o,u,h,f,g,y,x,w,S,P,E,A,z,F,q,B,V,Z,X,se,_e,fe,be,De,Se,ge){const he=32*e,Ve=16*e;return this.int16[he+0]=i,this.int16[he+1]=s,this.int16[he+2]=o,this.int16[he+3]=u,this.int16[he+4]=h,this.int16[he+5]=f,this.int16[he+6]=g,this.int16[he+7]=y,this.uint16[he+8]=x,this.uint16[he+9]=w,this.uint16[he+10]=S,this.uint16[he+11]=P,this.uint16[he+12]=E,this.uint16[he+13]=A,this.uint16[he+14]=z,this.uint16[he+15]=F,this.uint16[he+16]=q,this.uint16[he+17]=B,this.uint16[he+18]=V,this.uint16[he+19]=Z,this.uint16[he+20]=X,this.uint16[he+21]=se,this.uint16[he+22]=_e,this.uint32[Ve+12]=fe,this.float32[Ve+13]=be,this.float32[Ve+14]=De,this.uint16[he+30]=Se,this.uint16[he+31]=ge,e}}Dl.prototype.bytesPerElement=64,je("StructArrayLayout8i15ui1ul2f2ui64",Dl);class po extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e){const i=this.length;return this.resize(i+1),this.emplace(i,e)}emplace(e,i){return this.float32[1*e+0]=i,e}}po.prototype.bytesPerElement=4,je("StructArrayLayout1f4",po);class fo extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,i,s){const o=this.length;return this.resize(o+1),this.emplace(o,e,i,s)}emplace(e,i,s,o){const u=3*e;return this.uint16[6*e+0]=i,this.float32[u+1]=s,this.float32[u+2]=o,e}}fo.prototype.bytesPerElement=12,je("StructArrayLayout1ui2f12",fo);class zl extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,i,s){const o=this.length;return this.resize(o+1),this.emplace(o,e,i,s)}emplace(e,i,s,o){const u=4*e;return this.uint32[2*e+0]=i,this.uint16[u+2]=s,this.uint16[u+3]=o,e}}zl.prototype.bytesPerElement=8,je("StructArrayLayout1ul2ui8",zl);class d extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,i){const s=this.length;return this.resize(s+1),this.emplace(s,e,i)}emplace(e,i,s){const o=2*e;return this.uint16[o+0]=i,this.uint16[o+1]=s,e}}d.prototype.bytesPerElement=4,je("StructArrayLayout2ui4",d);class t extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e){const i=this.length;return this.resize(i+1),this.emplace(i,e)}emplace(e,i){return this.uint16[1*e+0]=i,e}}t.prototype.bytesPerElement=2,je("StructArrayLayout1ui2",t);class n extends ti{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,i,s,o){const u=this.length;return this.resize(u+1),this.emplace(u,e,i,s,o)}emplace(e,i,s,o,u){const h=4*e;return this.float32[h+0]=i,this.float32[h+1]=s,this.float32[h+2]=o,this.float32[h+3]=u,e}}n.prototype.bytesPerElement=16,je("StructArrayLayout4f16",n);class a extends ha{get anchorPointX(){return this._structArray.int16[this._pos2+0]}get anchorPointY(){return this._structArray.int16[this._pos2+1]}get x1(){return this._structArray.int16[this._pos2+2]}get y1(){return this._structArray.int16[this._pos2+3]}get x2(){return this._structArray.int16[this._pos2+4]}get y2(){return this._structArray.int16[this._pos2+5]}get featureIndex(){return this._structArray.uint32[this._pos4+3]}get sourceLayerIndex(){return this._structArray.uint16[this._pos2+8]}get bucketIndex(){return this._structArray.uint16[this._pos2+9]}get anchorPoint(){return new ve(this.anchorPointX,this.anchorPointY)}}a.prototype.size=20;class l extends El{get(e){return new a(this,e)}}je("CollisionBoxArray",l);class p extends ha{get anchorX(){return this._structArray.int16[this._pos2+0]}get anchorY(){return this._structArray.int16[this._pos2+1]}get glyphStartIndex(){return this._structArray.uint16[this._pos2+2]}get numGlyphs(){return this._structArray.uint16[this._pos2+3]}get vertexStartIndex(){return this._structArray.uint32[this._pos4+2]}get lineStartIndex(){return this._structArray.uint32[this._pos4+3]}get lineLength(){return this._structArray.uint32[this._pos4+4]}get segment(){return this._structArray.uint16[this._pos2+10]}get lowerSize(){return this._structArray.uint16[this._pos2+11]}get upperSize(){return this._structArray.uint16[this._pos2+12]}get lineOffsetX(){return this._structArray.float32[this._pos4+7]}get lineOffsetY(){return this._structArray.float32[this._pos4+8]}get writingMode(){return this._structArray.uint8[this._pos1+36]}get placedOrientation(){return this._structArray.uint8[this._pos1+37]}set placedOrientation(e){this._structArray.uint8[this._pos1+37]=e}get hidden(){return this._structArray.uint8[this._pos1+38]}set hidden(e){this._structArray.uint8[this._pos1+38]=e}get crossTileID(){return this._structArray.uint32[this._pos4+10]}set crossTileID(e){this._structArray.uint32[this._pos4+10]=e}get associatedIconIndex(){return this._structArray.int16[this._pos2+22]}}p.prototype.size=48;class m extends Vn{get(e){return new p(this,e)}}je("PlacedSymbolArray",m);class _ extends ha{get anchorX(){return this._structArray.int16[this._pos2+0]}get anchorY(){return this._structArray.int16[this._pos2+1]}get rightJustifiedTextSymbolIndex(){return this._structArray.int16[this._pos2+2]}get centerJustifiedTextSymbolIndex(){return this._structArray.int16[this._pos2+3]}get leftJustifiedTextSymbolIndex(){return this._structArray.int16[this._pos2+4]}get verticalPlacedTextSymbolIndex(){return this._structArray.int16[this._pos2+5]}get placedIconSymbolIndex(){return this._structArray.int16[this._pos2+6]}get verticalPlacedIconSymbolIndex(){return this._structArray.int16[this._pos2+7]}get key(){return this._structArray.uint16[this._pos2+8]}get textBoxStartIndex(){return this._structArray.uint16[this._pos2+9]}get textBoxEndIndex(){return this._structArray.uint16[this._pos2+10]}get verticalTextBoxStartIndex(){return this._structArray.uint16[this._pos2+11]}get verticalTextBoxEndIndex(){return this._structArray.uint16[this._pos2+12]}get iconBoxStartIndex(){return this._structArray.uint16[this._pos2+13]}get iconBoxEndIndex(){return this._structArray.uint16[this._pos2+14]}get verticalIconBoxStartIndex(){return this._structArray.uint16[this._pos2+15]}get verticalIconBoxEndIndex(){return this._structArray.uint16[this._pos2+16]}get featureIndex(){return this._structArray.uint16[this._pos2+17]}get numHorizontalGlyphVertices(){return this._structArray.uint16[this._pos2+18]}get numVerticalGlyphVertices(){return this._structArray.uint16[this._pos2+19]}get numIconVertices(){return this._structArray.uint16[this._pos2+20]}get numVerticalIconVertices(){return this._structArray.uint16[this._pos2+21]}get useRuntimeCollisionCircles(){return this._structArray.uint16[this._pos2+22]}get crossTileID(){return this._structArray.uint32[this._pos4+12]}set crossTileID(e){this._structArray.uint32[this._pos4+12]=e}get textBoxScale(){return this._structArray.float32[this._pos4+13]}get collisionCircleDiameter(){return this._structArray.float32[this._pos4+14]}get textAnchorOffsetStartIndex(){return this._structArray.uint16[this._pos2+30]}get textAnchorOffsetEndIndex(){return this._structArray.uint16[this._pos2+31]}}_.prototype.size=64;class v extends Dl{get(e){return new _(this,e)}}je("SymbolInstanceArray",v);class b extends po{getoffsetX(e){return this.float32[1*e+0]}}je("GlyphOffsetArray",b);class T extends lo{getx(e){return this.int16[3*e+0]}gety(e){return this.int16[3*e+1]}gettileUnitDistanceFromAnchor(e){return this.int16[3*e+2]}}je("SymbolLineVertexArray",T);class C extends ha{get textAnchor(){return this._structArray.uint16[this._pos2+0]}get textOffset0(){return this._structArray.float32[this._pos4+1]}get textOffset1(){return this._structArray.float32[this._pos4+2]}}C.prototype.size=12;class I extends fo{get(e){return new C(this,e)}}je("TextAnchorOffsetArray",I);class D extends ha{get featureIndex(){return this._structArray.uint32[this._pos4+0]}get sourceLayerIndex(){return this._structArray.uint16[this._pos2+2]}get bucketIndex(){return this._structArray.uint16[this._pos2+3]}}D.prototype.size=8;class R extends zl{get(e){return new D(this,e)}}je("FeatureIndexArray",R);class N extends da{}class U extends da{}class j extends da{}class $ extends co{}class Y extends Cl{}class G extends pa{}class H extends Yr{}class J extends uo{}class W extends fa{}class te extends ho{}class pe extends ma{}class oe extends Ts{}class ce extends Al{}class ue extends ga{}class Ce extends d{}const Ee=fi([{name:"a_pos",components:2,type:"Int16"}],4),{members:we}=Ee;class ke{constructor(e=[]){this._forceNewSegmentOnNextPrepare=!1,this.segments=e}prepareSegment(e,i,s,o){const u=this.segments[this.segments.length-1];return e>ke.MAX_VERTEX_ARRAY_LENGTH&&Ii(`Max vertices per segment is ${ke.MAX_VERTEX_ARRAY_LENGTH}: bucket requested ${e}. Consider using the \`fillLargeMeshArrays\` function if you require meshes with more than ${ke.MAX_VERTEX_ARRAY_LENGTH} vertices.`),this._forceNewSegmentOnNextPrepare||!u||u.vertexLength+e>ke.MAX_VERTEX_ARRAY_LENGTH||u.sortKey!==o?this.createNewSegment(i,s,o):u}createNewSegment(e,i,s){const o={vertexOffset:e.length,primitiveOffset:i.length,vertexLength:0,primitiveLength:0,vaos:{}};return s!==void 0&&(o.sortKey=s),this._forceNewSegmentOnNextPrepare=!1,this.segments.push(o),o}getOrCreateLatestSegment(e,i,s){return this.prepareSegment(0,e,i,s)}forceNewSegmentOnNextPrepare(){this._forceNewSegmentOnNextPrepare=!0}get(){return this.segments}destroy(){for(const e of this.segments)for(const i in e.vaos)e.vaos[i].destroy()}static simpleSegment(e,i,s,o){return new ke([{vertexOffset:e,primitiveOffset:i,vertexLength:s,primitiveLength:o,vaos:{},sortKey:0}])}}function nt(r,e){return 256*(r=Pt(Math.floor(r),0,255))+Pt(Math.floor(e),0,255)}ke.MAX_VERTEX_ARRAY_LENGTH=Math.pow(2,16)-1,je("SegmentVector",ke);const zt=fi([{name:"a_pattern_from",components:4,type:"Uint16"},{name:"a_pattern_to",components:4,type:"Uint16"},{name:"a_pixel_ratio_from",components:1,type:"Uint16"},{name:"a_pixel_ratio_to",components:1,type:"Uint16"}]),Wt=fi([{name:"a_dasharray_from",components:4,type:"Uint16"},{name:"a_dasharray_to",components:4,type:"Uint16"}]);var jt,Yt,Ut,oi={exports:{}},Kt={exports:{}},Ci={exports:{}},_i=(function(){if(Ut)return oi.exports;Ut=1;var r=(jt||(jt=1,Kt.exports=function(i,s){var o,u,h,f,g,y,x,w;for(u=i.length-(o=3&i.length),h=s,g=3432918353,y=461845907,w=0;w<u;)x=255&i.charCodeAt(w)|(255&i.charCodeAt(++w))<<8|(255&i.charCodeAt(++w))<<16|(255&i.charCodeAt(++w))<<24,++w,h=27492+(65535&(f=5*(65535&(h=(h^=x=(65535&(x=(x=(65535&x)*g+(((x>>>16)*g&65535)<<16)&4294967295)<<15|x>>>17))*y+(((x>>>16)*y&65535)<<16)&4294967295)<<13|h>>>19))+((5*(h>>>16)&65535)<<16)&4294967295))+((58964+(f>>>16)&65535)<<16);switch(x=0,o){case 3:x^=(255&i.charCodeAt(w+2))<<16;case 2:x^=(255&i.charCodeAt(w+1))<<8;case 1:h^=x=(65535&(x=(x=(65535&(x^=255&i.charCodeAt(w)))*g+(((x>>>16)*g&65535)<<16)&4294967295)<<15|x>>>17))*y+(((x>>>16)*y&65535)<<16)&4294967295}return h^=i.length,h=2246822507*(65535&(h^=h>>>16))+((2246822507*(h>>>16)&65535)<<16)&4294967295,h=3266489909*(65535&(h^=h>>>13))+((3266489909*(h>>>16)&65535)<<16)&4294967295,(h^=h>>>16)>>>0}),Kt.exports),e=(Yt||(Yt=1,Ci.exports=function(i,s){for(var o,u=i.length,h=s^u,f=0;u>=4;)o=1540483477*(65535&(o=255&i.charCodeAt(f)|(255&i.charCodeAt(++f))<<8|(255&i.charCodeAt(++f))<<16|(255&i.charCodeAt(++f))<<24))+((1540483477*(o>>>16)&65535)<<16),h=1540483477*(65535&h)+((1540483477*(h>>>16)&65535)<<16)^(o=1540483477*(65535&(o^=o>>>24))+((1540483477*(o>>>16)&65535)<<16)),u-=4,++f;switch(u){case 3:h^=(255&i.charCodeAt(f+2))<<16;case 2:h^=(255&i.charCodeAt(f+1))<<8;case 1:h=1540483477*(65535&(h^=255&i.charCodeAt(f)))+((1540483477*(h>>>16)&65535)<<16)}return h=1540483477*(65535&(h^=h>>>13))+((1540483477*(h>>>16)&65535)<<16),(h^=h>>>15)>>>0}),Ci.exports);return oi.exports=r,oi.exports.murmur3=r,oi.exports.murmur2=e,oi.exports})(),mi=vt(_i);class Bi{constructor(){this.ids=[],this.positions=[],this.indexed=!1}add(e,i,s,o){this.ids.push(mn(e)),this.positions.push(i,s,o)}getPositions(e){if(!this.indexed)throw new Error("Trying to get index, but feature positions are not indexed");const i=mn(e);let s=0,o=this.ids.length-1;for(;s<o;){const h=s+o>>1;this.ids[h]>=i?o=h:s=h+1}const u=[];for(;this.ids[s]===i;)u.push({index:this.positions[3*s],start:this.positions[3*s+1],end:this.positions[3*s+2]}),s++;return u}static serialize(e,i){const s=new Float64Array(e.ids),o=new Uint32Array(e.positions);return Kr(s,o,0,s.length-1),i&&i.push(s.buffer,o.buffer),{ids:s,positions:o}}static deserialize(e){const i=new Bi;return i.ids=e.ids,i.positions=e.positions,i.indexed=!0,i}}function mn(r){const e=+r;return!isNaN(e)&&e<=Number.MAX_SAFE_INTEGER?e:mi(String(r))}function Kr(r,e,i,s){for(;i<s;){const o=r[i+s>>1];let u=i-1,h=s+1;for(;;){do u++;while(r[u]<o);do h--;while(r[h]>o);if(u>=h)break;Ur(r,u,h),Ur(e,3*u,3*h),Ur(e,3*u+1,3*h+1),Ur(e,3*u+2,3*h+2)}h-i<s-h?(Kr(r,e,i,h),i=h+1):(Kr(r,e,h+1,s),s=h)}}function Ur(r,e,i){const s=r[e];r[e]=r[i],r[i]=s}je("FeaturePositionMap",Bi);class sr{constructor(e,i){this.gl=e.gl,this.location=i}}class Nn extends sr{constructor(e,i){super(e,i),this.current=0}set(e){this.current!==e&&(this.current=e,this.gl.uniform1f(this.location,e))}}class _a extends sr{constructor(e,i){super(e,i),this.current=[0,0,0,0]}set(e){e[0]===this.current[0]&&e[1]===this.current[1]&&e[2]===this.current[2]&&e[3]===this.current[3]||(this.current=e,this.gl.uniform4f(this.location,e[0],e[1],e[2],e[3]))}}class jn extends sr{constructor(e,i){super(e,i),this.current=pt.transparent}set(e){e.r===this.current.r&&e.g===this.current.g&&e.b===this.current.b&&e.a===this.current.a||(this.current=e,this.gl.uniform4f(this.location,e.r,e.g,e.b,e.a))}}const wr=new Float32Array(16);function Gr(r){return[nt(255*r.r,255*r.g),nt(255*r.b,255*r.a)]}class Lr{constructor(e,i,s){this.value=e,this.uniformNames=i.map((o=>`u_${o}`)),this.type=s}setUniform(e,i,s){e.set(s.constantOr(this.value))}getBinding(e,i,s){return this.type==="color"?new jn(e,i):new Nn(e,i)}}class Rr{constructor(e,i){this.uniformNames=i.map((s=>`u_${s}`)),this.patternFrom=null,this.patternTo=null,this.pixelRatioFrom=1,this.pixelRatioTo=1}setConstantPatternPositions(e,i){this.pixelRatioFrom=i.pixelRatio,this.pixelRatioTo=e.pixelRatio,this.patternFrom=i.tlbr,this.patternTo=e.tlbr}setConstantDashPositions(e,i){this.dashTo=[0,e.y,e.height,e.width],this.dashFrom=[0,i.y,i.height,i.width]}setUniform(e,i,s,o){let u=null;o==="u_pattern_to"?u=this.patternTo:o==="u_pattern_from"?u=this.patternFrom:o==="u_dasharray_to"?u=this.dashTo:o==="u_dasharray_from"?u=this.dashFrom:o==="u_pixel_ratio_to"?u=this.pixelRatioTo:o==="u_pixel_ratio_from"&&(u=this.pixelRatioFrom),u!==null&&e.set(u)}getBinding(e,i,s){return s.substr(0,9)==="u_pattern"||s.substr(0,12)==="u_dasharray_"?new _a(e,i):new Nn(e,i)}}class qt{constructor(e,i,s,o){this.expression=e,this.type=s,this.maxValue=0,this.paintVertexAttributes=i.map((u=>({name:`a_${u}`,type:"Float32",components:s==="color"?2:1,offset:0}))),this.paintVertexArray=new o}populatePaintArray(e,i,s){const o=this.paintVertexArray.length,u=this.expression.evaluate(new Ft(0,s),i,{},s.canonical,[],s.formattedSection);this.paintVertexArray.resize(e),this._setPaintValue(o,e,u)}updatePaintArray(e,i,s,o,u){const h=this.expression.evaluate(new Ft(0,u),s,o);this._setPaintValue(e,i,h)}_setPaintValue(e,i,s){if(this.type==="color"){const o=Gr(s);for(let u=e;u<i;u++)this.paintVertexArray.emplace(u,o[0],o[1])}else{for(let o=e;o<i;o++)this.paintVertexArray.emplace(o,s);this.maxValue=Math.max(this.maxValue,Math.abs(s))}}upload(e){this.paintVertexArray&&this.paintVertexArray.arrayBuffer&&(this.paintVertexBuffer&&this.paintVertexBuffer.buffer?this.paintVertexBuffer.updateData(this.paintVertexArray):this.paintVertexBuffer=e.createVertexBuffer(this.paintVertexArray,this.paintVertexAttributes,this.expression.isStateDependent))}destroy(){this.paintVertexBuffer&&this.paintVertexBuffer.destroy()}}class Gt{constructor(e,i,s,o,u,h){this.expression=e,this.uniformNames=i.map((f=>`u_${f}_t`)),this.type=s,this.useIntegerZoom=o,this.zoom=u,this.maxValue=0,this.paintVertexAttributes=i.map((f=>({name:`a_${f}`,type:"Float32",components:s==="color"?4:2,offset:0}))),this.paintVertexArray=new h}populatePaintArray(e,i,s){const o=this.expression.evaluate(new Ft(this.zoom,s),i,{},s.canonical,[],s.formattedSection),u=this.expression.evaluate(new Ft(this.zoom+1,s),i,{},s.canonical,[],s.formattedSection),h=this.paintVertexArray.length;this.paintVertexArray.resize(e),this._setPaintValue(h,e,o,u)}updatePaintArray(e,i,s,o,u){const h=this.expression.evaluate(new Ft(this.zoom,u),s,o),f=this.expression.evaluate(new Ft(this.zoom+1,u),s,o);this._setPaintValue(e,i,h,f)}_setPaintValue(e,i,s,o){if(this.type==="color"){const u=Gr(s),h=Gr(o);for(let f=e;f<i;f++)this.paintVertexArray.emplace(f,u[0],u[1],h[0],h[1])}else{for(let u=e;u<i;u++)this.paintVertexArray.emplace(u,s,o);this.maxValue=Math.max(this.maxValue,Math.abs(s),Math.abs(o))}}upload(e){this.paintVertexArray&&this.paintVertexArray.arrayBuffer&&(this.paintVertexBuffer&&this.paintVertexBuffer.buffer?this.paintVertexBuffer.updateData(this.paintVertexArray):this.paintVertexBuffer=e.createVertexBuffer(this.paintVertexArray,this.paintVertexAttributes,this.expression.isStateDependent))}destroy(){this.paintVertexBuffer&&this.paintVertexBuffer.destroy()}setUniform(e,i){const s=this.useIntegerZoom?Math.floor(i.zoom):i.zoom,o=Pt(this.expression.interpolationFactor(s,this.zoom,this.zoom+1),0,1);e.set(o)}getBinding(e,i,s){return new Nn(e,i)}}class Si{constructor(e,i,s,o,u,h){this.expression=e,this.type=i,this.useIntegerZoom=s,this.zoom=o,this.layerId=h,this.zoomInPaintVertexArray=new u,this.zoomOutPaintVertexArray=new u}populatePaintArray(e,i,s){const o=this.zoomInPaintVertexArray.length;this.zoomInPaintVertexArray.resize(e),this.zoomOutPaintVertexArray.resize(e),this._setPaintValues(o,e,this.getPositionIds(i),s)}updatePaintArray(e,i,s,o,u){this._setPaintValues(e,i,this.getPositionIds(s),u)}_setPaintValues(e,i,s,o){const u=this.getPositions(o);if(!u||!s)return;const h=u[s.min],f=u[s.mid],g=u[s.max];if(h&&f&&g)for(let y=e;y<i;y++)this.emplace(this.zoomInPaintVertexArray,y,f,h),this.emplace(this.zoomOutPaintVertexArray,y,f,g)}upload(e){if(this.zoomInPaintVertexArray&&this.zoomInPaintVertexArray.arrayBuffer&&this.zoomOutPaintVertexArray&&this.zoomOutPaintVertexArray.arrayBuffer){const i=this.getVertexAttributes();this.zoomInPaintVertexBuffer=e.createVertexBuffer(this.zoomInPaintVertexArray,i,this.expression.isStateDependent),this.zoomOutPaintVertexBuffer=e.createVertexBuffer(this.zoomOutPaintVertexArray,i,this.expression.isStateDependent)}}destroy(){this.zoomOutPaintVertexBuffer&&this.zoomOutPaintVertexBuffer.destroy(),this.zoomInPaintVertexBuffer&&this.zoomInPaintVertexBuffer.destroy()}}class Pi extends Si{getPositions(e){return e.imagePositions}getPositionIds(e){return e.patterns&&e.patterns[this.layerId]}getVertexAttributes(){return zt.members}emplace(e,i,s,o){e.emplace(i,s.tlbr[0],s.tlbr[1],s.tlbr[2],s.tlbr[3],o.tlbr[0],o.tlbr[1],o.tlbr[2],o.tlbr[3],s.pixelRatio,o.pixelRatio)}}class tu extends Si{getPositions(e){return e.dashPositions}getPositionIds(e){return e.dashes&&e.dashes[this.layerId]}getVertexAttributes(){return Wt.members}emplace(e,i,s,o){e.emplace(i,0,s.y,s.height,s.width,0,o.y,o.height,o.width)}}class iu{constructor(e,i,s){this.binders={},this._buffers=[];const o=[];for(const u in e.paint._values){if(!s(u))continue;const h=e.paint.get(u);if(!(h instanceof kr&&gs(h.property.specification)))continue;const f=lh(u,e.type),g=h.value,y=h.property.specification.type,x=h.property.useIntegerZoom,w=h.property.specification["property-type"],S=w==="cross-faded"||w==="cross-faded-data-driven";if(g.kind==="constant")this.binders[u]=S?new Rr(g.value,f):new Lr(g.value,f,y),o.push(`/u_${u}`);else if(g.kind==="source"||S){const P=ru(u,y,"source");this.binders[u]=S?u==="line-dasharray"?new tu(g,y,x,i,P,e.id):new Pi(g,y,x,i,P,e.id):new qt(g,f,y,P),o.push(`/a_${u}`)}else{const P=ru(u,y,"composite");this.binders[u]=new Gt(g,f,y,x,i,P),o.push(`/z_${u}`)}}this.cacheKey=o.sort().join("")}getMaxValue(e){const i=this.binders[e];return i instanceof qt||i instanceof Gt?i.maxValue:0}populatePaintArrays(e,i,s){for(const o in this.binders){const u=this.binders[o];(u instanceof qt||u instanceof Gt||u instanceof Si)&&u.populatePaintArray(e,i,s)}}setConstantPatternPositions(e,i){for(const s in this.binders){const o=this.binders[s];o instanceof Rr&&o.setConstantPatternPositions(e,i)}}setConstantDashPositions(e,i){for(const s in this.binders){const o=this.binders[s];o instanceof Rr&&o.setConstantDashPositions(e,i)}}updatePaintArrays(e,i,s,o,u){let h=!1;for(const f in e){const g=i.getPositions(f);for(const y of g){const x=s.feature(y.index);for(const w in this.binders){const S=this.binders[w];if((S instanceof qt||S instanceof Gt||S instanceof Si)&&S.expression.isStateDependent===!0){const P=o.paint.get(w);S.expression=P.value,S.updatePaintArray(y.start,y.end,x,e[f],u),h=!0}}}}return h}defines(){const e=[];for(const i in this.binders){const s=this.binders[i];(s instanceof Lr||s instanceof Rr)&&e.push(...s.uniformNames.map((o=>`#define HAS_UNIFORM_${o}`)))}return e}getBinderAttributes(){const e=[];for(const i in this.binders){const s=this.binders[i];if(s instanceof qt||s instanceof Gt)for(let o=0;o<s.paintVertexAttributes.length;o++)e.push(s.paintVertexAttributes[o].name);else if(s instanceof Si){const o=s.getVertexAttributes();for(const u of o)e.push(u.name)}}return e}getBinderUniforms(){const e=[];for(const i in this.binders){const s=this.binders[i];if(s instanceof Lr||s instanceof Rr||s instanceof Gt)for(const o of s.uniformNames)e.push(o)}return e}getPaintVertexBuffers(){return this._buffers}getUniforms(e,i){const s=[];for(const o in this.binders){const u=this.binders[o];if(u instanceof Lr||u instanceof Rr||u instanceof Gt){for(const h of u.uniformNames)if(i[h]){const f=u.getBinding(e,i[h],h);s.push({name:h,property:o,binding:f})}}}return s}setUniforms(e,i,s,o){for(const{name:u,property:h,binding:f}of i)this.binders[h].setUniform(f,o,s.get(h),u)}updatePaintBuffers(e){this._buffers=[];for(const i in this.binders){const s=this.binders[i];if(e&&s instanceof Si){const o=e.fromScale===2?s.zoomInPaintVertexBuffer:s.zoomOutPaintVertexBuffer;o&&this._buffers.push(o)}else(s instanceof qt||s instanceof Gt)&&s.paintVertexBuffer&&this._buffers.push(s.paintVertexBuffer)}}upload(e){for(const i in this.binders){const s=this.binders[i];(s instanceof qt||s instanceof Gt||s instanceof Si)&&s.upload(e)}this.updatePaintBuffers()}destroy(){for(const e in this.binders){const i=this.binders[e];(i instanceof qt||i instanceof Gt||i instanceof Si)&&i.destroy()}}}class Un{constructor(e,i,s=()=>!0){this.programConfigurations={};for(const o of e)this.programConfigurations[o.id]=new iu(o,i,s);this.needsUpload=!1,this._featureMap=new Bi,this._bufferOffset=0}populatePaintArrays(e,i,s,o){for(const u in this.programConfigurations)this.programConfigurations[u].populatePaintArrays(e,i,o);i.id!==void 0&&this._featureMap.add(i.id,s,this._bufferOffset,e),this._bufferOffset=e,this.needsUpload=!0}updatePaintArrays(e,i,s,o){for(const u of s)this.needsUpload=this.programConfigurations[u.id].updatePaintArrays(e,this._featureMap,i,u,o)||this.needsUpload}get(e){return this.programConfigurations[e]}upload(e){if(this.needsUpload){for(const i in this.programConfigurations)this.programConfigurations[i].upload(e);this.needsUpload=!1}}destroy(){for(const e in this.programConfigurations)this.programConfigurations[e].destroy()}}function lh(r,e){return{"text-opacity":["opacity"],"icon-opacity":["opacity"],"text-color":["fill_color"],"icon-color":["fill_color"],"text-halo-color":["halo_color"],"icon-halo-color":["halo_color"],"text-halo-blur":["halo_blur"],"icon-halo-blur":["halo_blur"],"text-halo-width":["halo_width"],"icon-halo-width":["halo_width"],"line-gap-width":["gapwidth"],"line-dasharray":["dasharray_to","dasharray_from"],"line-pattern":["pattern_to","pattern_from","pixel_ratio_to","pixel_ratio_from"],"fill-pattern":["pattern_to","pattern_from","pixel_ratio_to","pixel_ratio_from"],"fill-extrusion-pattern":["pattern_to","pattern_from","pixel_ratio_to","pixel_ratio_from"]}[r]||[r.replace(`${e}-`,"").replace(/-/g,"_")]}function ru(r,e,i){const s={color:{source:pa,composite:n},number:{source:po,composite:pa}},o=(function(u){return{"line-pattern":{source:H,composite:H},"fill-pattern":{source:H,composite:H},"fill-extrusion-pattern":{source:H,composite:H},"line-dasharray":{source:J,composite:J}}[u]})(r);return o&&o[i]||s[e][i]}je("ConstantBinder",Lr),je("CrossFadedConstantBinder",Rr),je("SourceExpressionBinder",qt),je("CrossFadedPatternBinder",Pi),je("CrossFadedDasharrayBinder",tu),je("CompositeExpressionBinder",Gt),je("ProgramConfiguration",iu,{omit:["_buffers"]}),je("ProgramConfigurationSet",Un);const kl=Math.pow(2,14)-1,gn=-kl-1;function _n(r){const e=Ue/r.extent,i=r.loadGeometry();for(let s=0;s<i.length;s++){const o=i[s];for(let u=0;u<o.length;u++){const h=o[u],f=Math.round(h.x*e),g=Math.round(h.y*e);h.x=Pt(f,gn,kl),h.y=Pt(g,gn,kl),(f<h.x||f>h.x+1||g<h.y||g>h.y+1)&&Ii("Geometry exceeds allowed extent, reduce your vector tile buffer size")}}return i}function yn(r,e){return{type:r.type,id:r.id,properties:r.properties,geometry:e?_n(r):[]}}const Ll=-32768;function Rl(r,e,i,s,o){r.emplaceBack(Ll+8*e+s,Ll+8*i+o)}class mo{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map((i=>i.id)),this.index=e.index,this.hasDependencies=!1,this.layoutVertexArray=new U,this.indexArray=new ue,this.segments=new ke,this.programConfigurations=new Un(e.layers,e.zoom),this.stateDependentLayerIds=this.layers.filter((i=>i.isStateDependent())).map((i=>i.id))}populate(e,i,s){const o=this.layers[0],u=[];let h=null,f=!1,g=o.type==="heatmap";if(o.type==="circle"){const x=o;h=x.layout.get("circle-sort-key"),f=!h.isConstant(),g=g||x.paint.get("circle-pitch-alignment")==="map"}const y=g?i.subdivisionGranularity.circle:1;for(const{feature:x,id:w,index:S,sourceLayerIndex:P}of e){const E=this.layers[0]._featureFilter.needGeometry,A=yn(x,E);if(!this.layers[0]._featureFilter.filter(new Ft(this.zoom),A,s))continue;const z=f?h.evaluate(A,{},s):void 0,F={id:w,properties:x.properties,type:x.type,sourceLayerIndex:P,index:S,geometry:E?A.geometry:_n(x),patterns:{},sortKey:z};u.push(F)}f&&u.sort(((x,w)=>x.sortKey-w.sortKey));for(const x of u){const{geometry:w,index:S,sourceLayerIndex:P}=x,E=e[S].feature;this.addFeature(x,w,S,s,y),i.featureIndex.insert(E,w,S,P,this.index)}}update(e,i,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,i,this.stateDependentLayers,{imagePositions:s})}isEmpty(){return this.layoutVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,we),this.indexBuffer=e.createIndexBuffer(this.indexArray)),this.programConfigurations.upload(e),this.uploaded=!0}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.programConfigurations.destroy(),this.segments.destroy())}addFeature(e,i,s,o,u=1){let h;switch(u){case 1:h=[0,7];break;case 3:h=[0,2,5,7];break;case 5:h=[0,1,3,4,6,7];break;case 7:h=[0,1,2,3,4,5,6,7];break;default:throw new Error(`Invalid circle bucket granularity: ${u}; valid values are 1, 3, 5, 7.`)}const f=h.length;for(const g of i)for(const y of g){const x=y.x,w=y.y;if(x<0||x>=Ue||w<0||w>=Ue)continue;const S=this.segments.prepareSegment(f*f,this.layoutVertexArray,this.indexArray,e.sortKey),P=S.vertexLength;for(let E=0;E<f;E++)for(let A=0;A<f;A++)Rl(this.layoutVertexArray,x,w,h[A],h[E]);for(let E=0;E<f-1;E++)for(let A=0;A<f-1;A++){const z=P+E*f+A,F=P+(E+1)*f+A;this.indexArray.emplaceBack(z,F+1,z+1),this.indexArray.emplaceBack(z,F,F+1)}S.vertexLength+=f*f,S.primitiveLength+=(f-1)*(f-1)*2}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,{imagePositions:{},canonical:o})}}function go(r,e){for(let i=0;i<r.length;i++)if(_o(e,r[i]))return!0;for(let i=0;i<e.length;i++)if(_o(r,e[i]))return!0;return!!ch(r,e)}function nu(r,e,i){return!!_o(r,e)||!!uh(e,r,i)}function ud(r,e){if(r.length===1)return dd(e,r[0]);for(let i=0;i<e.length;i++){const s=e[i];for(let o=0;o<s.length;o++)if(_o(r,s[o]))return!0}for(let i=0;i<r.length;i++)if(dd(e,r[i]))return!0;for(let i=0;i<e.length;i++)if(ch(r,e[i]))return!0;return!1}function Ef(r,e,i){if(r.length>1){if(ch(r,e))return!0;for(let s=0;s<e.length;s++)if(uh(e[s],r,i))return!0}for(let s=0;s<r.length;s++)if(uh(r[s],e,i))return!0;return!1}function ch(r,e){if(r.length===0||e.length===0)return!1;for(let i=0;i<r.length-1;i++){const s=r[i],o=r[i+1];for(let u=0;u<e.length-1;u++)if(Af(s,o,e[u],e[u+1]))return!0}return!1}function Af(r,e,i,s){return gr(r,i,s)!==gr(e,i,s)&&gr(r,e,i)!==gr(r,e,s)}function uh(r,e,i){const s=i*i;if(e.length===1)return r.distSqr(e[0])<s;for(let o=1;o<e.length;o++)if(hd(r,e[o-1],e[o])<s)return!0;return!1}function hd(r,e,i){const s=e.distSqr(i);if(s===0)return r.distSqr(e);const o=((r.x-e.x)*(i.x-e.x)+(r.y-e.y)*(i.y-e.y))/s;return r.distSqr(o<0?e:o>1?i:i.sub(e)._mult(o)._add(e))}function dd(r,e){let i,s,o,u=!1;for(let h=0;h<r.length;h++){i=r[h];for(let f=0,g=i.length-1;f<i.length;g=f++)s=i[f],o=i[g],s.y>e.y!=o.y>e.y&&e.x<(o.x-s.x)*(e.y-s.y)/(o.y-s.y)+s.x&&(u=!u)}return u}function _o(r,e){let i=!1;for(let s=0,o=r.length-1;s<r.length;o=s++){const u=r[s],h=r[o];u.y>e.y!=h.y>e.y&&e.x<(h.x-u.x)*(e.y-u.y)/(h.y-u.y)+u.x&&(i=!i)}return i}function Df(r,e,i){const s=i[0],o=i[2];if(r.x<s.x&&e.x<s.x||r.x>o.x&&e.x>o.x||r.y<s.y&&e.y<s.y||r.y>o.y&&e.y>o.y)return!1;const u=gr(r,e,i[0]);return u!==gr(r,e,i[1])||u!==gr(r,e,i[2])||u!==gr(r,e,i[3])}function yo(r,e,i){const s=e.paint.get(r).value;return s.kind==="constant"?s.value:i.programConfigurations.get(e.id).getMaxValue(r)}function su(r){return Math.sqrt(r[0]*r[0]+r[1]*r[1])}function au(r,e,i,s,o){if(!e[0]&&!e[1])return r;const u=ve.convert(e)._mult(o);i==="viewport"&&u._rotate(-s);const h=[];for(let f=0;f<r.length;f++)h.push(r[f].sub(u));return h}function zf(r){const e=[];for(let i=0;i<r.length;i++){const s=r[i],o=e.at(-1);(i===0||o&&!s.equals(o))&&e.push(s)}return e}function kf({queryGeometry:r,size:e},i){return nu(r,i,e)}function Lf({queryGeometry:r,size:e,transform:i,unwrappedTileID:s,getElevation:o},u){return nu(r,u,e*(i.projectTileCoordinates(u.x,u.y,s,o).signedDistanceFromCamera/i.cameraToCenterDistance))}function Rf({queryGeometry:r,size:e,transform:i,unwrappedTileID:s,getElevation:o},u){const h=i.projectTileCoordinates(u.x,u.y,s,o).signedDistanceFromCamera,f=e*(i.cameraToCenterDistance/h);return nu(r,hh(u,i,s,o),f)}function Ff({queryGeometry:r,size:e,transform:i,unwrappedTileID:s,getElevation:o},u){return nu(r,hh(u,i,s,o),e)}function pd({queryGeometry:r,size:e,transform:i,unwrappedTileID:s,getElevation:o,pitchAlignment:u="map",pitchScale:h="map"},f){const g=u==="map"?h==="map"?kf:Lf:h==="map"?Rf:Ff,y={queryGeometry:r,size:e,transform:i,unwrappedTileID:s,getElevation:o};for(const x of f)for(const w of x)if(g(y,w))return!0;return!1}function hh(r,e,i,s){const o=e.projectTileCoordinates(r.x,r.y,i,s).point;return new ve((.5*o.x+.5)*e.width,(.5*-o.y+.5)*e.height)}let fd,md;je("CircleBucket",mo,{omit:["layers"]});var Bf={get paint(){return md=md||new er({"circle-radius":new Ke(le.paint_circle["circle-radius"]),"circle-color":new Ke(le.paint_circle["circle-color"]),"circle-blur":new Ke(le.paint_circle["circle-blur"]),"circle-opacity":new Ke(le.paint_circle["circle-opacity"]),"circle-translate":new $e(le.paint_circle["circle-translate"]),"circle-translate-anchor":new $e(le.paint_circle["circle-translate-anchor"]),"circle-pitch-scale":new $e(le.paint_circle["circle-pitch-scale"]),"circle-pitch-alignment":new $e(le.paint_circle["circle-pitch-alignment"]),"circle-stroke-width":new Ke(le.paint_circle["circle-stroke-width"]),"circle-stroke-color":new Ke(le.paint_circle["circle-stroke-color"]),"circle-stroke-opacity":new Ke(le.paint_circle["circle-stroke-opacity"])})},get layout(){return fd=fd||new er({"circle-sort-key":new Ke(le.layout_circle["circle-sort-key"])})}};class Of extends br{constructor(e,i){super(e,Bf,i)}createBucket(e){return new mo(e)}queryRadius(e){const i=e;return yo("circle-radius",this,i)+yo("circle-stroke-width",this,i)+su(this.paint.get("circle-translate"))}queryIntersectsFeature({queryGeometry:e,feature:i,featureState:s,geometry:o,transform:u,pixelsToTileUnits:h,unwrappedTileID:f,getElevation:g}){const y=au(e,this.paint.get("circle-translate"),this.paint.get("circle-translate-anchor"),-u.bearingInRadians,h),x=this.paint.get("circle-radius").evaluate(i,s)+this.paint.get("circle-stroke-width").evaluate(i,s),w=this.paint.get("circle-pitch-scale"),S=this.paint.get("circle-pitch-alignment");let P,E;return S==="map"?(P=y,E=x*h):(P=(function(A,z,F,q){return A.map((B=>hh(B,z,F,q)))})(y,u,f,g),E=x),pd({queryGeometry:P,size:E,transform:u,unwrappedTileID:f,getElevation:g,pitchAlignment:S,pitchScale:w},o)}}class gd extends mo{}let _d;je("HeatmapBucket",gd,{omit:["layers"]});var Vf={get paint(){return _d=_d||new er({"heatmap-radius":new Ke(le.paint_heatmap["heatmap-radius"]),"heatmap-weight":new Ke(le.paint_heatmap["heatmap-weight"]),"heatmap-intensity":new $e(le.paint_heatmap["heatmap-intensity"]),"heatmap-color":new oo(le.paint_heatmap["heatmap-color"]),"heatmap-opacity":new $e(le.paint_heatmap["heatmap-opacity"])})}};function dh(r,{width:e,height:i},s,o){if(o){if(o instanceof Uint8ClampedArray)o=new Uint8Array(o.buffer);else if(o.length!==e*i*s)throw new RangeError(`mismatched image size. expected: ${o.length} but got: ${e*i*s}`)}else o=new Uint8Array(e*i*s);return r.width=e,r.height=i,r.data=o,r}function yd(r,{width:e,height:i},s){if(e===r.width&&i===r.height)return;const o=dh({},{width:e,height:i},s);ph(r,o,{x:0,y:0},{x:0,y:0},{width:Math.min(r.width,e),height:Math.min(r.height,i)},s),r.width=e,r.height=i,r.data=o.data}function ph(r,e,i,s,o,u){if(o.width===0||o.height===0)return e;if(o.width>r.width||o.height>r.height||i.x>r.width-o.width||i.y>r.height-o.height)throw new RangeError("out of range source coordinates for image copy");if(o.width>e.width||o.height>e.height||s.x>e.width-o.width||s.y>e.height-o.height)throw new RangeError("out of range destination coordinates for image copy");const h=r.data,f=e.data;if(h===f)throw new Error("srcData equals dstData, so image is already copied");for(let g=0;g<o.height;g++){const y=((i.y+g)*r.width+i.x)*u,x=((s.y+g)*e.width+s.x)*u;for(let w=0;w<o.width*u;w++)f[x+w]=h[y+w]}return e}class Fl{constructor(e,i){dh(this,e,1,i)}resize(e){yd(this,e,1)}clone(){return new Fl({width:this.width,height:this.height},new Uint8Array(this.data))}static copy(e,i,s,o,u){ph(e,i,s,o,u,1)}}class hr{constructor(e,i){dh(this,e,4,i)}resize(e){yd(this,e,4)}replace(e,i){i?this.data.set(e):this.data=e instanceof Uint8ClampedArray?new Uint8Array(e.buffer):e}clone(){return new hr({width:this.width,height:this.height},new Uint8Array(this.data))}static copy(e,i,s,o,u){ph(e,i,s,o,u,4)}setPixel(e,i,s){const o=4*(e*this.width+i);this.data[o+0]=Math.round(255*s.r/s.a),this.data[o+1]=Math.round(255*s.g/s.a),this.data[o+2]=Math.round(255*s.b/s.a),this.data[o+3]=Math.round(255*s.a)}}function vd(r){const e={},i=r.resolution||256,s=r.clips?r.clips.length:1,o=r.image||new hr({width:i,height:s});if(Math.log(i)/Math.LN2%1!=0)throw new Error(`width is not a power of 2 - ${i}`);const u=(h,f,g)=>{e[r.evaluationKey]=g;const y=r.expression.evaluate(e);o.setPixel(h/4/i,f/4,y)};if(r.clips)for(let h=0,f=0;h<s;++h,f+=4*i)for(let g=0,y=0;g<i;g++,y+=4){const x=g/(i-1),{start:w,end:S}=r.clips[h];u(f,y,w*(1-x)+S*x)}else for(let h=0,f=0;h<i;h++,f+=4)u(0,f,h/(i-1));return o}je("AlphaImage",Fl),je("RGBAImage",hr);const fh="big-fb";class Nf extends br{createBucket(e){return new gd(e)}constructor(e,i){super(e,Vf,i),this.heatmapFbos=new Map,this._updateColorRamp()}_handleSpecialPaintPropertyUpdate(e){e==="heatmap-color"&&this._updateColorRamp()}_updateColorRamp(){this.colorRamp=vd({expression:this._transitionablePaint._values["heatmap-color"].value.expression,evaluationKey:"heatmapDensity",image:this.colorRamp}),this.colorRampTexture=null}resize(){this.heatmapFbos.has(fh)&&this.heatmapFbos.delete(fh)}queryRadius(e){return yo("heatmap-radius",this,e)}queryIntersectsFeature({queryGeometry:e,feature:i,featureState:s,geometry:o,transform:u,pixelsToTileUnits:h,unwrappedTileID:f,getElevation:g}){return pd({queryGeometry:e,size:this.paint.get("heatmap-radius").evaluate(i,s)*h,transform:u,unwrappedTileID:f,getElevation:g},o)}hasOffscreenPass(){return this.paint.get("heatmap-opacity")!==0&&!this.isHidden()}}let xd;var jf={get paint(){return xd=xd||new er({"hillshade-illumination-direction":new $e(le.paint_hillshade["hillshade-illumination-direction"]),"hillshade-illumination-altitude":new $e(le.paint_hillshade["hillshade-illumination-altitude"]),"hillshade-illumination-anchor":new $e(le.paint_hillshade["hillshade-illumination-anchor"]),"hillshade-exaggeration":new $e(le.paint_hillshade["hillshade-exaggeration"]),"hillshade-shadow-color":new $e(le.paint_hillshade["hillshade-shadow-color"]),"hillshade-highlight-color":new $e(le.paint_hillshade["hillshade-highlight-color"]),"hillshade-accent-color":new $e(le.paint_hillshade["hillshade-accent-color"]),"hillshade-method":new $e(le.paint_hillshade["hillshade-method"])})}};class Uf extends br{constructor(e,i){super(e,jf,i),this.recalculate({zoom:0,zoomHistory:{}},void 0)}getIlluminationProperties(){let e=this.paint.get("hillshade-illumination-direction").values,i=this.paint.get("hillshade-illumination-altitude").values,s=this.paint.get("hillshade-highlight-color").values,o=this.paint.get("hillshade-shadow-color").values;const u=Math.max(e.length,i.length,s.length,o.length);e=e.concat(Array(u-e.length).fill(e.at(-1))),i=i.concat(Array(u-i.length).fill(i.at(-1))),s=s.concat(Array(u-s.length).fill(s.at(-1))),o=o.concat(Array(u-o.length).fill(o.at(-1)));const h=i.map(Kn);return{directionRadians:e.map(Kn),altitudeRadians:h,shadowColor:o,highlightColor:s}}hasOffscreenPass(){return this.paint.get("hillshade-exaggeration")!==0&&!this.isHidden()}}let bd;var Gf={get paint(){return bd=bd||new er({"color-relief-opacity":new $e(le["paint_color-relief"]["color-relief-opacity"]),"color-relief-color":new oo(le["paint_color-relief"]["color-relief-color"])})}};class mh{constructor(e,i,s,o){this.context=e,this.format=s,this.texture=e.gl.createTexture(),this.update(i,o)}update(e,i,s){const{width:o,height:u}=e,h=!(this.size&&this.size[0]===o&&this.size[1]===u||s),{context:f}=this,{gl:g}=f;if(this.useMipmap=!!(i&&i.useMipmap),g.bindTexture(g.TEXTURE_2D,this.texture),f.pixelStoreUnpackFlipY.set(!1),f.pixelStoreUnpack.set(1),f.pixelStoreUnpackPremultiplyAlpha.set(this.format===g.RGBA&&(!i||i.premultiply!==!1)),h)this.size=[o,u],e instanceof HTMLImageElement||e instanceof HTMLCanvasElement||e instanceof HTMLVideoElement||e instanceof ImageData||nn(e)?g.texImage2D(g.TEXTURE_2D,0,this.format,this.format,g.UNSIGNED_BYTE,e):g.texImage2D(g.TEXTURE_2D,0,this.format,o,u,0,this.format,g.UNSIGNED_BYTE,e.data);else{const{x:y,y:x}=s||{x:0,y:0};e instanceof HTMLImageElement||e instanceof HTMLCanvasElement||e instanceof HTMLVideoElement||e instanceof ImageData||nn(e)?g.texSubImage2D(g.TEXTURE_2D,0,y,x,g.RGBA,g.UNSIGNED_BYTE,e):g.texSubImage2D(g.TEXTURE_2D,0,y,x,o,u,g.RGBA,g.UNSIGNED_BYTE,e.data)}this.useMipmap&&this.isSizePowerOfTwo()&&g.generateMipmap(g.TEXTURE_2D),f.pixelStoreUnpackFlipY.setDefault(),f.pixelStoreUnpack.setDefault(),f.pixelStoreUnpackPremultiplyAlpha.setDefault()}bind(e,i,s){const{context:o}=this,{gl:u}=o;u.bindTexture(u.TEXTURE_2D,this.texture),s!==u.LINEAR_MIPMAP_NEAREST||this.isSizePowerOfTwo()||(s=u.LINEAR),e!==this.filter&&(u.texParameteri(u.TEXTURE_2D,u.TEXTURE_MAG_FILTER,e),u.texParameteri(u.TEXTURE_2D,u.TEXTURE_MIN_FILTER,s||e),this.filter=e),i!==this.wrap&&(u.texParameteri(u.TEXTURE_2D,u.TEXTURE_WRAP_S,i),u.texParameteri(u.TEXTURE_2D,u.TEXTURE_WRAP_T,i),this.wrap=i)}isSizePowerOfTwo(){return this.size[0]===this.size[1]&&Math.log(this.size[0])/Math.LN2%1==0}destroy(){const{gl:e}=this.context;e.deleteTexture(this.texture),this.texture=null}}class wd{constructor(e,i,s,o=1,u=1,h=1,f=0){if(this.uid=e,i.height!==i.width)throw new RangeError("DEM tiles must be square");if(s&&!["mapbox","terrarium","custom"].includes(s))return void Ii(`"${s}" is not a valid encoding type. Valid types include "mapbox", "terrarium" and "custom".`);this.stride=i.height;const g=this.dim=i.height-2;switch(this.data=new Uint32Array(i.data.buffer),s){case"terrarium":this.redFactor=256,this.greenFactor=1,this.blueFactor=1/256,this.baseShift=32768;break;case"custom":this.redFactor=o,this.greenFactor=u,this.blueFactor=h,this.baseShift=f;break;default:this.redFactor=6553.6,this.greenFactor=25.6,this.blueFactor=.1,this.baseShift=1e4}for(let y=0;y<g;y++)this.data[this._idx(-1,y)]=this.data[this._idx(0,y)],this.data[this._idx(g,y)]=this.data[this._idx(g-1,y)],this.data[this._idx(y,-1)]=this.data[this._idx(y,0)],this.data[this._idx(y,g)]=this.data[this._idx(y,g-1)];this.data[this._idx(-1,-1)]=this.data[this._idx(0,0)],this.data[this._idx(g,-1)]=this.data[this._idx(g-1,0)],this.data[this._idx(-1,g)]=this.data[this._idx(0,g-1)],this.data[this._idx(g,g)]=this.data[this._idx(g-1,g-1)],this.min=Number.MAX_SAFE_INTEGER,this.max=Number.MIN_SAFE_INTEGER;for(let y=0;y<g;y++)for(let x=0;x<g;x++){const w=this.get(y,x);w>this.max&&(this.max=w),w<this.min&&(this.min=w)}}get(e,i){const s=new Uint8Array(this.data.buffer),o=4*this._idx(e,i);return this.unpack(s[o],s[o+1],s[o+2])}getUnpackVector(){return[this.redFactor,this.greenFactor,this.blueFactor,this.baseShift]}_idx(e,i){if(e<-1||e>=this.dim+1||i<-1||i>=this.dim+1)throw new RangeError(`Out of range source coordinates for DEM data. x: ${e}, y: ${i}, dim: ${this.dim}`);return(i+1)*this.stride+(e+1)}unpack(e,i,s){return e*this.redFactor+i*this.greenFactor+s*this.blueFactor-this.baseShift}pack(e){return Td(e,this.getUnpackVector())}getPixels(){return new hr({width:this.stride,height:this.stride},new Uint8Array(this.data.buffer))}backfillBorder(e,i,s){if(this.dim!==e.dim)throw new Error("dem dimension mismatch");let o=i*this.dim,u=i*this.dim+this.dim,h=s*this.dim,f=s*this.dim+this.dim;switch(i){case-1:o=u-1;break;case 1:u=o+1}switch(s){case-1:h=f-1;break;case 1:f=h+1}const g=-i*this.dim,y=-s*this.dim;for(let x=h;x<f;x++)for(let w=o;w<u;w++)this.data[this._idx(w,x)]=e.data[this._idx(w+g,x+y)]}}function Td(r,e){const i=e[0],s=e[1],o=e[2],u=e[3],h=Math.min(i,s,o),f=Math.round((r+u)/h);return{r:Math.floor(f*h/i)%256,g:Math.floor(f*h/s)%256,b:Math.floor(f*h/o)%256}}je("DEMData",wd);class qf extends br{constructor(e,i){super(e,Gf,i)}_createColorRamp(e){const i={elevationStops:[],colorStops:[]},s=this._transitionablePaint._values["color-relief-color"].value.expression;if(s instanceof Ha&&s._styleExpression.expression instanceof Qi){this.colorRampExpression=s;const h=s._styleExpression.expression;i.elevationStops=h.labels,i.colorStops=[];for(const f of i.elevationStops)i.colorStops.push(h.evaluate({globals:{elevation:f}}))}if(i.elevationStops.length<1&&(i.elevationStops=[0],i.colorStops=[pt.transparent]),i.elevationStops.length<2&&(i.elevationStops.push(i.elevationStops[0]+1),i.colorStops.push(i.colorStops[0])),i.elevationStops.length<=e)return i;const o={elevationStops:[],colorStops:[]},u=(i.elevationStops.length-1)/(e-1);for(let h=0;h<i.elevationStops.length-.5;h+=u)o.elevationStops.push(i.elevationStops[Math.round(h)]),o.colorStops.push(i.colorStops[Math.round(h)]);return Ii(`Too many colors in specification of ${this.id} color-relief layer, may not render properly. Max possible colors: ${e}, provided: ${i.elevationStops.length}`),o}_colorRampChanged(){return this.colorRampExpression!=this._transitionablePaint._values["color-relief-color"].value.expression}getColorRampTextures(e,i,s){if(this.colorRampTextures&&!this._colorRampChanged())return this.colorRampTextures;const o=this._createColorRamp(i),u=new hr({width:o.colorStops.length,height:1}),h=new hr({width:o.colorStops.length,height:1});for(let f=0;f<o.elevationStops.length;f++){const g=Td(o.elevationStops[f],s);h.setPixel(0,f,new pt(g.r/255,g.g/255,g.b/255,1)),u.setPixel(0,f,o.colorStops[f])}return this.colorRampTextures={elevationTexture:new mh(e,h,e.gl.RGBA),colorTexture:new mh(e,u,e.gl.RGBA)},this.colorRampTextures}hasOffscreenPass(){return!this.isHidden()&&!!this.colorRampTextures}}const $f=fi([{name:"a_pos",components:2,type:"Int16"}],4),{members:Zf}=$f;function ou(r,e,i){const s=i.patternDependencies;let o=!1;for(const u of e){const h=u.paint.get(`${r}-pattern`);h.isConstant()||(o=!0);const f=h.constantOr(null);f&&(o=!0,s[f.to]=!0,s[f.from]=!0)}return o}function gh(r,e,i,s,o){const{zoom:u}=s,h=o.patternDependencies;for(const f of e){const g=f.paint.get(`${r}-pattern`).value;if(g.kind!=="constant"){let y=g.evaluate({zoom:u-1},i,{},o.availableImages),x=g.evaluate({zoom:u},i,{},o.availableImages),w=g.evaluate({zoom:u+1},i,{},o.availableImages);y=y&&y.name?y.name:y,x=x&&x.name?x.name:x,w=w&&w.name?w.name:w,h[y]=!0,h[x]=!0,h[w]=!0,i.patterns[f.id]={min:y,mid:x,max:w}}}return i}function Sd(r,e,i,s,o){let u;if(o===(function(h,f,g,y){let x=0;for(let w=f,S=g-y;w<g;w+=y)x+=(h[S]-h[w])*(h[w+1]+h[S+1]),S=w;return x})(r,e,i,s)>0)for(let h=e;h<i;h+=s)u=Cd(h/s|0,r[h],r[h+1],u);else for(let h=i-s;h>=e;h-=s)u=Cd(h/s|0,r[h],r[h+1],u);return u&&vo(u,u.next)&&(Nl(u),u=u.next),u}function ya(r,e){if(!r)return r;e||(e=r);let i,s=r;do if(i=!1,s.steiner||!vo(s,s.next)&&yi(s.prev,s,s.next)!==0)s=s.next;else{if(Nl(s),s=e=s.prev,s===s.next)break;i=!0}while(i||s!==e);return e}function Bl(r,e,i,s,o,u,h){if(!r)return;!h&&u&&(function(g,y,x,w){let S=g;do S.z===0&&(S.z=_h(S.x,S.y,y,x,w)),S.prevZ=S.prev,S.nextZ=S.next,S=S.next;while(S!==g);S.prevZ.nextZ=null,S.prevZ=null,(function(P){let E,A=1;do{let z,F=P;P=null;let q=null;for(E=0;F;){E++;let B=F,V=0;for(let X=0;X<A&&(V++,B=B.nextZ,B);X++);let Z=A;for(;V>0||Z>0&&B;)V!==0&&(Z===0||!B||F.z<=B.z)?(z=F,F=F.nextZ,V--):(z=B,B=B.nextZ,Z--),q?q.nextZ=z:P=z,z.prevZ=q,q=z;F=B}q.nextZ=null,A*=2}while(E>1)})(S)})(r,s,o,u);let f=r;for(;r.prev!==r.next;){const g=r.prev,y=r.next;if(u?Hf(r,s,o,u):Wf(r))e.push(g.i,r.i,y.i),Nl(r),r=y.next,f=y.next;else if((r=y)===f){h?h===1?Bl(r=Xf(ya(r),e),e,i,s,o,u,2):h===2&&Yf(r,e,i,s,o,u):Bl(ya(r),e,i,s,o,u,1);break}}}function Wf(r){const e=r.prev,i=r,s=r.next;if(yi(e,i,s)>=0)return!1;const o=e.x,u=i.x,h=s.x,f=e.y,g=i.y,y=s.y,x=Math.min(o,u,h),w=Math.min(f,g,y),S=Math.max(o,u,h),P=Math.max(f,g,y);let E=s.next;for(;E!==e;){if(E.x>=x&&E.x<=S&&E.y>=w&&E.y<=P&&Ol(o,f,u,g,h,y,E.x,E.y)&&yi(E.prev,E,E.next)>=0)return!1;E=E.next}return!0}function Hf(r,e,i,s){const o=r.prev,u=r,h=r.next;if(yi(o,u,h)>=0)return!1;const f=o.x,g=u.x,y=h.x,x=o.y,w=u.y,S=h.y,P=Math.min(f,g,y),E=Math.min(x,w,S),A=Math.max(f,g,y),z=Math.max(x,w,S),F=_h(P,E,e,i,s),q=_h(A,z,e,i,s);let B=r.prevZ,V=r.nextZ;for(;B&&B.z>=F&&V&&V.z<=q;){if(B.x>=P&&B.x<=A&&B.y>=E&&B.y<=z&&B!==o&&B!==h&&Ol(f,x,g,w,y,S,B.x,B.y)&&yi(B.prev,B,B.next)>=0||(B=B.prevZ,V.x>=P&&V.x<=A&&V.y>=E&&V.y<=z&&V!==o&&V!==h&&Ol(f,x,g,w,y,S,V.x,V.y)&&yi(V.prev,V,V.next)>=0))return!1;V=V.nextZ}for(;B&&B.z>=F;){if(B.x>=P&&B.x<=A&&B.y>=E&&B.y<=z&&B!==o&&B!==h&&Ol(f,x,g,w,y,S,B.x,B.y)&&yi(B.prev,B,B.next)>=0)return!1;B=B.prevZ}for(;V&&V.z<=q;){if(V.x>=P&&V.x<=A&&V.y>=E&&V.y<=z&&V!==o&&V!==h&&Ol(f,x,g,w,y,S,V.x,V.y)&&yi(V.prev,V,V.next)>=0)return!1;V=V.nextZ}return!0}function Xf(r,e){let i=r;do{const s=i.prev,o=i.next.next;!vo(s,o)&&Id(s,i,i.next,o)&&Vl(s,o)&&Vl(o,s)&&(e.push(s.i,i.i,o.i),Nl(i),Nl(i.next),i=r=o),i=i.next}while(i!==r);return ya(i)}function Yf(r,e,i,s,o,u){let h=r;do{let f=h.next.next;for(;f!==h.prev;){if(h.i!==f.i&&tm(h,f)){let g=Md(h,f);return h=ya(h,h.next),g=ya(g,g.next),Bl(h,e,i,s,o,u,0),void Bl(g,e,i,s,o,u,0)}f=f.next}h=h.next}while(h!==r)}function Kf(r,e){let i=r.x-e.x;return i===0&&(i=r.y-e.y,i===0)&&(i=(r.next.y-r.y)/(r.next.x-r.x)-(e.next.y-e.y)/(e.next.x-e.x)),i}function Jf(r,e){const i=(function(o,u){let h=u;const f=o.x,g=o.y;let y,x=-1/0;if(vo(o,h))return h;do{if(vo(o,h.next))return h.next;if(g<=h.y&&g>=h.next.y&&h.next.y!==h.y){const A=h.x+(g-h.y)*(h.next.x-h.x)/(h.next.y-h.y);if(A<=f&&A>x&&(x=A,y=h.x<h.next.x?h:h.next,A===f))return y}h=h.next}while(h!==u);if(!y)return null;const w=y,S=y.x,P=y.y;let E=1/0;h=y;do{if(f>=h.x&&h.x>=S&&f!==h.x&&Pd(g<P?f:x,g,S,P,g<P?x:f,g,h.x,h.y)){const A=Math.abs(g-h.y)/(f-h.x);Vl(h,o)&&(A<E||A===E&&(h.x>y.x||h.x===y.x&&Qf(y,h)))&&(y=h,E=A)}h=h.next}while(h!==w);return y})(r,e);if(!i)return e;const s=Md(i,r);return ya(s,s.next),ya(i,i.next)}function Qf(r,e){return yi(r.prev,r,e.prev)<0&&yi(e.next,r,r.next)<0}function _h(r,e,i,s,o){return(r=1431655765&((r=858993459&((r=252645135&((r=16711935&((r=(r-i)*o|0)|r<<8))|r<<4))|r<<2))|r<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=(e-s)*o|0)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function em(r){let e=r,i=r;do(e.x<i.x||e.x===i.x&&e.y<i.y)&&(i=e),e=e.next;while(e!==r);return i}function Pd(r,e,i,s,o,u,h,f){return(o-h)*(e-f)>=(r-h)*(u-f)&&(r-h)*(s-f)>=(i-h)*(e-f)&&(i-h)*(u-f)>=(o-h)*(s-f)}function Ol(r,e,i,s,o,u,h,f){return!(r===h&&e===f)&&Pd(r,e,i,s,o,u,h,f)}function tm(r,e){return r.next.i!==e.i&&r.prev.i!==e.i&&!(function(i,s){let o=i;do{if(o.i!==i.i&&o.next.i!==i.i&&o.i!==s.i&&o.next.i!==s.i&&Id(o,o.next,i,s))return!0;o=o.next}while(o!==i);return!1})(r,e)&&(Vl(r,e)&&Vl(e,r)&&(function(i,s){let o=i,u=!1;const h=(i.x+s.x)/2,f=(i.y+s.y)/2;do o.y>f!=o.next.y>f&&o.next.y!==o.y&&h<(o.next.x-o.x)*(f-o.y)/(o.next.y-o.y)+o.x&&(u=!u),o=o.next;while(o!==i);return u})(r,e)&&(yi(r.prev,r,e.prev)||yi(r,e.prev,e))||vo(r,e)&&yi(r.prev,r,r.next)>0&&yi(e.prev,e,e.next)>0)}function yi(r,e,i){return(e.y-r.y)*(i.x-e.x)-(e.x-r.x)*(i.y-e.y)}function vo(r,e){return r.x===e.x&&r.y===e.y}function Id(r,e,i,s){const o=cu(yi(r,e,i)),u=cu(yi(r,e,s)),h=cu(yi(i,s,r)),f=cu(yi(i,s,e));return o!==u&&h!==f||!(o!==0||!lu(r,i,e))||!(u!==0||!lu(r,s,e))||!(h!==0||!lu(i,r,s))||!(f!==0||!lu(i,e,s))}function lu(r,e,i){return e.x<=Math.max(r.x,i.x)&&e.x>=Math.min(r.x,i.x)&&e.y<=Math.max(r.y,i.y)&&e.y>=Math.min(r.y,i.y)}function cu(r){return r>0?1:r<0?-1:0}function Vl(r,e){return yi(r.prev,r,r.next)<0?yi(r,e,r.next)>=0&&yi(r,r.prev,e)>=0:yi(r,e,r.prev)<0||yi(r,r.next,e)<0}function Md(r,e){const i=yh(r.i,r.x,r.y),s=yh(e.i,e.x,e.y),o=r.next,u=e.prev;return r.next=e,e.prev=r,i.next=o,o.prev=i,s.next=i,i.prev=s,u.next=s,s.prev=u,s}function Cd(r,e,i,s){const o=yh(r,e,i);return s?(o.next=s.next,o.prev=s,s.next.prev=o,s.next=o):(o.prev=o,o.next=o),o}function Nl(r){r.next.prev=r.prev,r.prev.next=r.next,r.prevZ&&(r.prevZ.nextZ=r.nextZ),r.nextZ&&(r.nextZ.prevZ=r.prevZ)}function yh(r,e,i){return{i:r,x:e,y:i,prev:null,next:null,z:0,prevZ:null,nextZ:null,steiner:!1}}class xo{constructor(e,i){if(i>e)throw new Error("Min granularity must not be greater than base granularity.");this._baseZoomGranularity=e,this._minGranularity=i}getGranularityForZoomLevel(e){return Math.max(Math.floor(this._baseZoomGranularity/(1<<e)),this._minGranularity,1)}}class uu{constructor(e){this.fill=e.fill,this.line=e.line,this.tile=e.tile,this.stencil=e.stencil,this.circle=e.circle}}uu.noSubdivision=new uu({fill:new xo(0,0),line:new xo(0,0),tile:new xo(0,0),stencil:new xo(0,0),circle:1}),je("SubdivisionGranularityExpression",xo),je("SubdivisionGranularitySetting",uu);const bo=-32768,jl=32767;class im{constructor(e,i){this._vertexBuffer=[],this._vertexDictionary=new Map,this._used=!1,this._granularity=e,this._granularityCellSize=Ue/e,this._canonical=i}_getKey(e,i){return(e+=32768)<<16|i+32768}_vertexToIndex(e,i){if(e<-32768||i<-32768||e>32767||i>32767)throw new Error("Vertex coordinates are out of signed 16 bit integer range.");const s=0|Math.round(e),o=0|Math.round(i),u=this._getKey(s,o);if(this._vertexDictionary.has(u))return this._vertexDictionary.get(u);const h=this._vertexBuffer.length/2;return this._vertexDictionary.set(u,h),this._vertexBuffer.push(s,o),h}_subdivideTrianglesScanline(e){if(this._granularity<2)return(function(o,u){const h=[];for(let f=0;f<u.length;f+=3){const g=u[f],y=u[f+1],x=u[f+2],w=o[2*g],S=o[2*g+1];(o[2*y]-w)*(o[2*x+1]-S)-(o[2*y+1]-S)*(o[2*x]-w)>0?(h.push(g),h.push(x),h.push(y)):(h.push(g),h.push(y),h.push(x))}return h})(this._vertexBuffer,e);const i=[],s=e.length;for(let o=0;o<s;o+=3){const u=[e[o+0],e[o+1],e[o+2]],h=[this._vertexBuffer[2*e[o+0]+0],this._vertexBuffer[2*e[o+0]+1],this._vertexBuffer[2*e[o+1]+0],this._vertexBuffer[2*e[o+1]+1],this._vertexBuffer[2*e[o+2]+0],this._vertexBuffer[2*e[o+2]+1]];let f=1/0,g=1/0,y=-1/0,x=-1/0;for(let A=0;A<3;A++){const z=h[2*A],F=h[2*A+1];f=Math.min(f,z),y=Math.max(y,z),g=Math.min(g,F),x=Math.max(x,F)}if(f===y||g===x)continue;const w=Math.floor(f/this._granularityCellSize),S=Math.ceil(y/this._granularityCellSize),P=Math.floor(g/this._granularityCellSize),E=Math.ceil(x/this._granularityCellSize);if(w!==S||P!==E)for(let A=P;A<E;A++){const z=this._scanlineGenerateVertexRingForCellRow(A,h,u);rm(this._vertexBuffer,z,i)}else i.push(...u)}return i}_scanlineGenerateVertexRingForCellRow(e,i,s){const o=e*this._granularityCellSize,u=o+this._granularityCellSize,h=[];for(let f=0;f<3;f++){const g=i[2*f],y=i[2*f+1],x=i[2*(f+1)%6],w=i[(2*(f+1)+1)%6],S=i[2*(f+2)%6],P=i[(2*(f+2)+1)%6],E=x-g,A=w-y,z=E===0,F=A===0,q=(o-y)/A,B=(u-y)/A,V=Math.min(q,B),Z=Math.max(q,B);if(!F&&(V>=1||Z<=0)||F&&(y<o||y>u)){w>=o&&w<=u&&h.push(s[(f+1)%3]);continue}!F&&V>0&&h.push(this._vertexToIndex(g+E*V,y+A*V));const X=g+E*Math.max(V,0),se=g+E*Math.min(Z,1);z||this._generateIntraEdgeVertices(h,g,y,x,w,X,se),!F&&Z<1&&h.push(this._vertexToIndex(g+E*Z,y+A*Z)),(F||w>=o&&w<=u)&&h.push(s[(f+1)%3]),!F&&(w<=o||w>=u)&&this._generateInterEdgeVertices(h,g,y,x,w,S,P,se,o,u)}return h}_generateIntraEdgeVertices(e,i,s,o,u,h,f){const g=o-i,y=u-s,x=y===0,w=x?Math.min(i,o):Math.min(h,f),S=x?Math.max(i,o):Math.max(h,f),P=Math.floor(w/this._granularityCellSize)+1,E=Math.ceil(S/this._granularityCellSize)-1;if(x?i<o:h<f)for(let A=P;A<=E;A++){const z=A*this._granularityCellSize;e.push(this._vertexToIndex(z,s+y*(z-i)/g))}else for(let A=E;A>=P;A--){const z=A*this._granularityCellSize;e.push(this._vertexToIndex(z,s+y*(z-i)/g))}}_generateInterEdgeVertices(e,i,s,o,u,h,f,g,y,x){const w=u-s,S=h-o,P=f-u,E=(y-u)/P,A=(x-u)/P,z=Math.min(E,A),F=Math.max(E,A),q=o+S*z;let B=Math.floor(Math.min(q,g)/this._granularityCellSize)+1,V=Math.ceil(Math.max(q,g)/this._granularityCellSize)-1,Z=g<q;const X=P===0;if(X&&(f===y||f===x))return;if(X||z>=1||F<=0){const _e=s-f,fe=h+(i-h)*Math.min((y-f)/_e,(x-f)/_e);B=Math.floor(Math.min(fe,g)/this._granularityCellSize)+1,V=Math.ceil(Math.max(fe,g)/this._granularityCellSize)-1,Z=g<fe}const se=w>0?x:y;if(Z)for(let _e=B;_e<=V;_e++)e.push(this._vertexToIndex(_e*this._granularityCellSize,se));else for(let _e=V;_e>=B;_e--)e.push(this._vertexToIndex(_e*this._granularityCellSize,se))}_generateOutline(e){const i=[];for(const s of e){const o=va(s,this._granularity,!0),u=this._pointArrayToIndices(o),h=[];for(let f=1;f<u.length;f++)h.push(u[f-1]),h.push(u[f]);i.push(h)}return i}_handlePoles(e){let i=!1,s=!1;this._canonical&&(this._canonical.y===0&&(i=!0),this._canonical.y===(1<<this._canonical.z)-1&&(s=!0)),(i||s)&&this._fillPoles(e,i,s)}_ensureNoPoleVertices(){const e=this._vertexBuffer;for(let i=0;i<e.length;i+=2){const s=e[i+1];s===bo&&(e[i+1]=-32767),s===jl&&(e[i+1]=32766)}}_generatePoleQuad(e,i,s,o,u,h){o>u!=(h===bo)?(e.push(i),e.push(s),e.push(this._vertexToIndex(o,h)),e.push(s),e.push(this._vertexToIndex(u,h)),e.push(this._vertexToIndex(o,h))):(e.push(s),e.push(i),e.push(this._vertexToIndex(o,h)),e.push(this._vertexToIndex(u,h)),e.push(s),e.push(this._vertexToIndex(o,h)))}_fillPoles(e,i,s){const o=this._vertexBuffer,u=Ue,h=e.length;for(let f=2;f<h;f+=3){const g=e[f-2],y=e[f-1],x=e[f],w=o[2*g],S=o[2*g+1],P=o[2*y],E=o[2*y+1],A=o[2*x],z=o[2*x+1];i&&(S===0&&E===0&&this._generatePoleQuad(e,g,y,w,P,bo),E===0&&z===0&&this._generatePoleQuad(e,y,x,P,A,bo),z===0&&S===0&&this._generatePoleQuad(e,x,g,A,w,bo)),s&&(S===u&&E===u&&this._generatePoleQuad(e,g,y,w,P,jl),E===u&&z===u&&this._generatePoleQuad(e,y,x,P,A,jl),z===u&&S===u&&this._generatePoleQuad(e,x,g,A,w,jl))}}_initializeVertices(e){for(let i=0;i<e.length;i+=2)this._vertexToIndex(e[i],e[i+1])}subdividePolygonInternal(e,i){if(this._used)throw new Error("Subdivision: multiple use not allowed.");this._used=!0;const{flattened:s,holeIndices:o}=(function(f){const g=[],y=[];for(const x of f)if(x.length!==0){x!==f[0]&&g.push(y.length/2);for(let w=0;w<x.length;w++)y.push(x[w].x),y.push(x[w].y)}return{flattened:y,holeIndices:g}})(e);let u;this._initializeVertices(s);try{const f=(function(y,x,w=2){const S=x&&x.length,P=S?x[0]*w:y.length;let E=Sd(y,0,P,w,!0);const A=[];if(!E||E.next===E.prev)return A;let z,F,q;if(S&&(E=(function(B,V,Z,X){const se=[];for(let _e=0,fe=V.length;_e<fe;_e++){const be=Sd(B,V[_e]*X,_e<fe-1?V[_e+1]*X:B.length,X,!1);be===be.next&&(be.steiner=!0),se.push(em(be))}se.sort(Kf);for(let _e=0;_e<se.length;_e++)Z=Jf(se[_e],Z);return Z})(y,x,E,w)),y.length>80*w){z=y[0],F=y[1];let B=z,V=F;for(let Z=w;Z<P;Z+=w){const X=y[Z],se=y[Z+1];X<z&&(z=X),se<F&&(F=se),X>B&&(B=X),se>V&&(V=se)}q=Math.max(B-z,V-F),q=q!==0?32767/q:0}return Bl(E,A,w,z,F,q,0),A})(s,o),g=this._convertIndices(s,f);u=this._subdivideTrianglesScanline(g)}catch{}let h=[];return i&&(h=this._generateOutline(e)),this._ensureNoPoleVertices(),this._handlePoles(u),{verticesFlattened:this._vertexBuffer,indicesTriangles:u,indicesLineList:h}}_convertIndices(e,i){const s=[];for(let o=0;o<i.length;o++)s.push(this._vertexToIndex(e[2*i[o]],e[2*i[o]+1]));return s}_pointArrayToIndices(e){const i=[];for(let s=0;s<e.length;s++){const o=e[s];i.push(this._vertexToIndex(o.x,o.y))}return i}}function Ed(r,e,i,s=!0){return new im(i,e).subdividePolygonInternal(r,s)}function va(r,e,i=!1){if(!r||r.length<1)return[];if(r.length<2)return[];const s=r[0],o=r[r.length-1],u=i&&(s.x!==o.x||s.y!==o.y);if(e<2)return u?[...r,r[0]]:[...r];const h=Math.floor(Ue/e),f=[];f.push(new ve(r[0].x,r[0].y));const g=r.length,y=u?g:g-1;for(let x=0;x<y;x++){const w=r[x],S=x<g-1?r[x+1]:r[0],P=w.x,E=w.y,A=S.x,z=S.y,F=P!==A,q=E!==z;if(!F&&!q)continue;const B=A-P,V=z-E,Z=Math.abs(B),X=Math.abs(V);let se=P,_e=E;for(;;){const be=B>0?(Math.floor(se/h)+1)*h:(Math.ceil(se/h)-1)*h,De=V>0?(Math.floor(_e/h)+1)*h:(Math.ceil(_e/h)-1)*h,Se=Math.abs(se-be),ge=Math.abs(_e-De),he=Math.abs(se-A),Ve=Math.abs(_e-z),Be=F?Se/Z:Number.POSITIVE_INFINITY,Ge=q?ge/X:Number.POSITIVE_INFINITY;if((he<=Se||!F)&&(Ve<=ge||!q))break;if(Be<Ge&&F||!q){se=be,_e+=V*Be;const Re=new ve(se,Math.round(_e));f[f.length-1].x===Re.x&&f[f.length-1].y===Re.y||f.push(Re)}else{se+=B*Ge,_e=De;const Re=new ve(Math.round(se),_e);f[f.length-1].x===Re.x&&f[f.length-1].y===Re.y||f.push(Re)}}const fe=new ve(A,z);f[f.length-1].x===fe.x&&f[f.length-1].y===fe.y||f.push(fe)}return f}function rm(r,e,i){if(e.length===0)throw new Error("Subdivision vertex ring is empty.");let s=0,o=r[2*e[0]];for(let g=1;g<e.length;g++){const y=r[2*e[g]];y<o&&(o=y,s=g)}const u=e.length;let h=s,f=(h+1)%u;for(;;){const g=h-1>=0?h-1:u-1,y=(f+1)%u,x=r[2*e[g]],w=r[2*e[y]],S=r[2*e[h]],P=r[2*e[h]+1],E=r[2*e[f]+1];let A=!1;if(x<w)A=!0;else if(x>w)A=!1;else{const z=E-P,F=-(r[2*e[f]]-S),q=P<E?1:-1;((x-S)*z+(r[2*e[g]+1]-P)*F)*q>((w-S)*z+(r[2*e[y]+1]-P)*F)*q&&(A=!0)}if(A){const z=e[g],F=e[h],q=e[f];z!==F&&z!==q&&F!==q&&i.push(q,F,z),h--,h<0&&(h=u-1)}else{const z=e[y],F=e[h],q=e[f];z!==F&&z!==q&&F!==q&&i.push(q,F,z),f++,f>=u&&(f=0)}if(g===y)break}}function Ad(r,e,i,s,o,u,h,f,g){const y=o.length/2,x=h&&f&&g;if(y<ke.MAX_VERTEX_ARRAY_LENGTH){const w=e.prepareSegment(y,i,s),S=w.vertexLength;for(let A=0;A<u.length;A+=3)s.emplaceBack(S+u[A],S+u[A+1],S+u[A+2]);let P,E;w.vertexLength+=y,w.primitiveLength+=u.length/3,x&&(E=h.prepareSegment(y,i,f),P=E.vertexLength,E.vertexLength+=y);for(let A=0;A<o.length;A+=2)r(o[A],o[A+1]);if(x)for(let A=0;A<g.length;A++){const z=g[A];for(let F=1;F<z.length;F+=2)f.emplaceBack(P+z[F-1],P+z[F]);E.primitiveLength+=z.length/2}}else(function(w,S,P,E,A,z){const F=[];for(let X=0;X<E.length/2;X++)F.push(-1);const q={count:0};let B=0,V=w.getOrCreateLatestSegment(S,P),Z=V.vertexLength;for(let X=2;X<A.length;X+=3){const se=A[X-2],_e=A[X-1],fe=A[X];let be=F[se]<B,De=F[_e]<B,Se=F[fe]<B;V.vertexLength+((be?1:0)+(De?1:0)+(Se?1:0))>ke.MAX_VERTEX_ARRAY_LENGTH&&(V=w.createNewSegment(S,P),B=q.count,be=!0,De=!0,Se=!0,Z=0);const ge=Ul(F,E,z,q,se,be,V),he=Ul(F,E,z,q,_e,De,V),Ve=Ul(F,E,z,q,fe,Se,V);P.emplaceBack(Z+ge-B,Z+he-B,Z+Ve-B),V.primitiveLength++}})(e,i,s,o,u,r),x&&(function(w,S,P,E,A,z){const F=[];for(let X=0;X<E.length/2;X++)F.push(-1);const q={count:0};let B=0,V=w.getOrCreateLatestSegment(S,P),Z=V.vertexLength;for(let X=0;X<A.length;X++){const se=A[X];for(let _e=1;_e<A[X].length;_e+=2){const fe=se[_e-1],be=se[_e];let De=F[fe]<B,Se=F[be]<B;V.vertexLength+((De?1:0)+(Se?1:0))>ke.MAX_VERTEX_ARRAY_LENGTH&&(V=w.createNewSegment(S,P),B=q.count,De=!0,Se=!0,Z=0);const ge=Ul(F,E,z,q,fe,De,V),he=Ul(F,E,z,q,be,Se,V);P.emplaceBack(Z+ge-B,Z+he-B),V.primitiveLength++}}})(h,i,f,o,g,r),e.forceNewSegmentOnNextPrepare(),h?.forceNewSegmentOnNextPrepare()}function Ul(r,e,i,s,o,u,h){if(u){const f=s.count;return i(e[2*o],e[2*o+1]),r[o]=s.count,s.count++,h.vertexLength++,f}return r[o]}class vh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map((i=>i.id)),this.index=e.index,this.hasDependencies=!1,this.patternFeatures=[],this.layoutVertexArray=new j,this.indexArray=new ue,this.indexArray2=new Ce,this.programConfigurations=new Un(e.layers,e.zoom),this.segments=new ke,this.segments2=new ke,this.stateDependentLayerIds=this.layers.filter((i=>i.isStateDependent())).map((i=>i.id))}populate(e,i,s){this.hasDependencies=ou("fill",this.layers,i);const o=this.layers[0].layout.get("fill-sort-key"),u=!o.isConstant(),h=[];for(const{feature:f,id:g,index:y,sourceLayerIndex:x}of e){const w=this.layers[0]._featureFilter.needGeometry,S=yn(f,w);if(!this.layers[0]._featureFilter.filter(new Ft(this.zoom),S,s))continue;const P=u?o.evaluate(S,{},s,i.availableImages):void 0,E={id:g,properties:f.properties,type:f.type,sourceLayerIndex:x,index:y,geometry:w?S.geometry:_n(f),patterns:{},sortKey:P};h.push(E)}u&&h.sort(((f,g)=>f.sortKey-g.sortKey));for(const f of h){const{geometry:g,index:y,sourceLayerIndex:x}=f;if(this.hasDependencies){const w=gh("fill",this.layers,f,{zoom:this.zoom},i);this.patternFeatures.push(w)}else this.addFeature(f,g,y,s,{},i.subdivisionGranularity);i.featureIndex.insert(e[y].feature,g,y,x,this.index)}}update(e,i,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,i,this.stateDependentLayers,{imagePositions:s})}addFeatures(e,i,s){for(const o of this.patternFeatures)this.addFeature(o,o.geometry,o.index,i,s,e.subdivisionGranularity)}isEmpty(){return this.layoutVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,Zf),this.indexBuffer=e.createIndexBuffer(this.indexArray),this.indexBuffer2=e.createIndexBuffer(this.indexArray2)),this.programConfigurations.upload(e),this.uploaded=!0}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.indexBuffer2.destroy(),this.programConfigurations.destroy(),this.segments.destroy(),this.segments2.destroy())}addFeature(e,i,s,o,u,h){for(const f of Ba(i,500)){const g=Ed(f,o,h.fill.getGranularityForZoomLevel(o.z)),y=this.layoutVertexArray;Ad(((x,w)=>{y.emplaceBack(x,w)}),this.segments,this.layoutVertexArray,this.indexArray,g.verticesFlattened,g.indicesTriangles,this.segments2,this.indexArray2,g.indicesLineList)}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,{imagePositions:u,canonical:o})}}let Dd,zd;je("FillBucket",vh,{omit:["layers","patternFeatures"]});var nm={get paint(){return zd=zd||new er({"fill-antialias":new $e(le.paint_fill["fill-antialias"]),"fill-opacity":new Ke(le.paint_fill["fill-opacity"]),"fill-color":new Ke(le.paint_fill["fill-color"]),"fill-outline-color":new Ke(le.paint_fill["fill-outline-color"]),"fill-translate":new $e(le.paint_fill["fill-translate"]),"fill-translate-anchor":new $e(le.paint_fill["fill-translate-anchor"]),"fill-pattern":new ua(le.paint_fill["fill-pattern"])})},get layout(){return Dd=Dd||new er({"fill-sort-key":new Ke(le.layout_fill["fill-sort-key"])})}};class sm extends br{constructor(e,i){super(e,nm,i)}recalculate(e,i){super.recalculate(e,i);const s=this.paint._values["fill-outline-color"];s.value.kind==="constant"&&s.value.value===void 0&&(this.paint._values["fill-outline-color"]=this.paint._values["fill-color"])}createBucket(e){return new vh(e)}queryRadius(){return su(this.paint.get("fill-translate"))}queryIntersectsFeature({queryGeometry:e,geometry:i,transform:s,pixelsToTileUnits:o}){return ud(au(e,this.paint.get("fill-translate"),this.paint.get("fill-translate-anchor"),-s.bearingInRadians,o),i)}isTileClipped(){return!0}}const am=fi([{name:"a_pos",components:2,type:"Int16"},{name:"a_normal_ed",components:4,type:"Int16"}],4),om=fi([{name:"a_centroid",components:2,type:"Int16"}],4),{members:lm}=am;class Gl{constructor(e,i,s,o,u){this.properties={},this.extent=s,this.type=0,this.id=void 0,this._pbf=e,this._geometry=-1,this._keys=o,this._values=u,e.readFields(cm,this,i)}loadGeometry(){const e=this._pbf;e.pos=this._geometry;const i=e.readVarint()+e.pos,s=[];let o,u=1,h=0,f=0,g=0;for(;e.pos<i;){if(h<=0){const y=e.readVarint();u=7&y,h=y>>3}if(h--,u===1||u===2)f+=e.readSVarint(),g+=e.readSVarint(),u===1&&(o&&s.push(o),o=[]),o&&o.push(new ve(f,g));else{if(u!==7)throw new Error(`unknown command ${u}`);o&&o.push(o[0].clone())}}return o&&s.push(o),s}bbox(){const e=this._pbf;e.pos=this._geometry;const i=e.readVarint()+e.pos;let s=1,o=0,u=0,h=0,f=1/0,g=-1/0,y=1/0,x=-1/0;for(;e.pos<i;){if(o<=0){const w=e.readVarint();s=7&w,o=w>>3}if(o--,s===1||s===2)u+=e.readSVarint(),h+=e.readSVarint(),u<f&&(f=u),u>g&&(g=u),h<y&&(y=h),h>x&&(x=h);else if(s!==7)throw new Error(`unknown command ${s}`)}return[f,y,g,x]}toGeoJSON(e,i,s){const o=this.extent*Math.pow(2,s),u=this.extent*e,h=this.extent*i,f=this.loadGeometry();function g(S){return[360*(S.x+u)/o-180,360/Math.PI*Math.atan(Math.exp((1-2*(S.y+h)/o)*Math.PI))-90]}function y(S){return S.map(g)}let x;if(this.type===1){const S=[];for(const E of f)S.push(E[0]);const P=y(S);x=S.length===1?{type:"Point",coordinates:P[0]}:{type:"MultiPoint",coordinates:P}}else if(this.type===2){const S=f.map(y);x=S.length===1?{type:"LineString",coordinates:S[0]}:{type:"MultiLineString",coordinates:S}}else{if(this.type!==3)throw new Error("unknown feature type");{const S=kd(f),P=[];for(const E of S)P.push(E.map(y));x=P.length===1?{type:"Polygon",coordinates:P[0]}:{type:"MultiPolygon",coordinates:P}}}const w={type:"Feature",geometry:x,properties:this.properties};return this.id!=null&&(w.id=this.id),w}}function cm(r,e,i){r===1?e.id=i.readVarint():r===2?(function(s,o){const u=s.readVarint()+s.pos;for(;s.pos<u;){const h=o._keys[s.readVarint()],f=o._values[s.readVarint()];o.properties[h]=f}})(i,e):r===3?e.type=i.readVarint():r===4&&(e._geometry=i.pos)}function kd(r){const e=r.length;if(e<=1)return[r];const i=[];let s,o;for(let u=0;u<e;u++){const h=um(r[u]);h!==0&&(o===void 0&&(o=h<0),o===h<0?(s&&i.push(s),s=[r[u]]):s&&s.push(r[u]))}return s&&i.push(s),i}function um(r){let e=0;for(let i,s,o=0,u=r.length,h=u-1;o<u;h=o++)i=r[o],s=r[h],e+=(s.x-i.x)*(i.y+s.y);return e}Gl.types=["Unknown","Point","LineString","Polygon"];class hm{constructor(e,i){this.version=1,this.name="",this.extent=4096,this.length=0,this._pbf=e,this._keys=[],this._values=[],this._features=[],e.readFields(dm,this,i),this.length=this._features.length}feature(e){if(e<0||e>=this._features.length)throw new Error("feature index out of bounds");this._pbf.pos=this._features[e];const i=this._pbf.readVarint()+this._pbf.pos;return new Gl(this._pbf,i,this.extent,this._keys,this._values)}}function dm(r,e,i){r===15?e.version=i.readVarint():r===1?e.name=i.readString():r===5?e.extent=i.readVarint():r===2?e._features.push(i.pos):r===3?e._keys.push(i.readString()):r===4&&e._values.push((function(s){let o=null;const u=s.readVarint()+s.pos;for(;s.pos<u;){const h=s.readVarint()>>3;o=h===1?s.readString():h===2?s.readFloat():h===3?s.readDouble():h===4?s.readVarint64():h===5?s.readVarint():h===6?s.readSVarint():h===7?s.readBoolean():null}if(o==null)throw new Error("unknown feature value");return o})(i))}class Ld{constructor(e,i){this.layers=e.readFields(pm,{},i)}}function pm(r,e,i){if(r===3){const s=new hm(i,i.readVarint()+i.pos);s.length&&(e[s.name]=s)}}const xh=Math.pow(2,13);function ql(r,e,i,s,o,u,h,f){r.emplaceBack(e,i,2*Math.floor(s*xh)+h,o*xh*2,u*xh*2,Math.round(f))}class bh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map((i=>i.id)),this.index=e.index,this.hasDependencies=!1,this.layoutVertexArray=new $,this.centroidVertexArray=new N,this.indexArray=new ue,this.programConfigurations=new Un(e.layers,e.zoom),this.segments=new ke,this.stateDependentLayerIds=this.layers.filter((i=>i.isStateDependent())).map((i=>i.id))}populate(e,i,s){this.features=[],this.hasDependencies=ou("fill-extrusion",this.layers,i);for(const{feature:o,id:u,index:h,sourceLayerIndex:f}of e){const g=this.layers[0]._featureFilter.needGeometry,y=yn(o,g);if(!this.layers[0]._featureFilter.filter(new Ft(this.zoom),y,s))continue;const x={id:u,sourceLayerIndex:f,index:h,geometry:g?y.geometry:_n(o),properties:o.properties,type:o.type,patterns:{}};this.hasDependencies?this.features.push(gh("fill-extrusion",this.layers,x,{zoom:this.zoom},i)):this.addFeature(x,x.geometry,h,s,{},i.subdivisionGranularity),i.featureIndex.insert(o,x.geometry,h,f,this.index,!0)}}addFeatures(e,i,s){for(const o of this.features){const{geometry:u}=o;this.addFeature(o,u,o.index,i,s,e.subdivisionGranularity)}}update(e,i,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,i,this.stateDependentLayers,{imagePositions:s})}isEmpty(){return this.layoutVertexArray.length===0&&this.centroidVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,lm),this.centroidVertexBuffer=e.createVertexBuffer(this.centroidVertexArray,om.members,!0),this.indexBuffer=e.createIndexBuffer(this.indexArray)),this.programConfigurations.upload(e),this.uploaded=!0}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.programConfigurations.destroy(),this.segments.destroy(),this.centroidVertexBuffer.destroy())}addFeature(e,i,s,o,u,h){for(const f of Ba(i,500)){const g={x:0,y:0,sampleCount:0},y=this.layoutVertexArray.length;this.processPolygon(g,o,e,f,h);const x=this.layoutVertexArray.length-y,w=Math.floor(g.x/g.sampleCount),S=Math.floor(g.y/g.sampleCount);for(let P=0;P<x;P++)this.centroidVertexArray.emplaceBack(w,S)}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,{imagePositions:u,canonical:o})}processPolygon(e,i,s,o,u){if(o.length<1||Rd(o[0]))return;for(const w of o)w.length!==0&&fm(e,w);const h={segment:this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray)},f=u.fill.getGranularityForZoomLevel(i.z),g=Gl.types[s.type]==="Polygon";for(const w of o){if(w.length===0||Rd(w))continue;const S=va(w,f,g);this._generateSideFaces(S,h)}if(!g)return;const y=Ed(o,i,f,!1),x=this.layoutVertexArray;Ad(((w,S)=>{ql(x,w,S,0,0,1,1,0)}),this.segments,this.layoutVertexArray,this.indexArray,y.verticesFlattened,y.indicesTriangles)}_generateSideFaces(e,i){let s=0;for(let o=1;o<e.length;o++){const u=e[o],h=e[o-1];if(mm(u,h))continue;i.segment.vertexLength+4>ke.MAX_VERTEX_ARRAY_LENGTH&&(i.segment=this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray));const f=u.sub(h)._perp()._unit(),g=h.dist(u);s+g>32768&&(s=0),ql(this.layoutVertexArray,u.x,u.y,f.x,f.y,0,0,s),ql(this.layoutVertexArray,u.x,u.y,f.x,f.y,0,1,s),s+=g,ql(this.layoutVertexArray,h.x,h.y,f.x,f.y,0,0,s),ql(this.layoutVertexArray,h.x,h.y,f.x,f.y,0,1,s);const y=i.segment.vertexLength;this.indexArray.emplaceBack(y,y+2,y+1),this.indexArray.emplaceBack(y+1,y+2,y+3),i.segment.vertexLength+=4,i.segment.primitiveLength+=2}}}function fm(r,e){for(let i=0;i<e.length;i++){const s=e[i];i===e.length-1&&e[0].x===s.x&&e[0].y===s.y||(r.x+=s.x,r.y+=s.y,r.sampleCount++)}}function mm(r,e){return r.x===e.x&&(r.x<0||r.x>Ue)||r.y===e.y&&(r.y<0||r.y>Ue)}function Rd(r){return r.every((e=>e.x<0))||r.every((e=>e.x>Ue))||r.every((e=>e.y<0))||r.every((e=>e.y>Ue))}let Fd;je("FillExtrusionBucket",bh,{omit:["layers","features"]});var gm={get paint(){return Fd=Fd||new er({"fill-extrusion-opacity":new $e(le["paint_fill-extrusion"]["fill-extrusion-opacity"]),"fill-extrusion-color":new Ke(le["paint_fill-extrusion"]["fill-extrusion-color"]),"fill-extrusion-translate":new $e(le["paint_fill-extrusion"]["fill-extrusion-translate"]),"fill-extrusion-translate-anchor":new $e(le["paint_fill-extrusion"]["fill-extrusion-translate-anchor"]),"fill-extrusion-pattern":new ua(le["paint_fill-extrusion"]["fill-extrusion-pattern"]),"fill-extrusion-height":new Ke(le["paint_fill-extrusion"]["fill-extrusion-height"]),"fill-extrusion-base":new Ke(le["paint_fill-extrusion"]["fill-extrusion-base"]),"fill-extrusion-vertical-gradient":new $e(le["paint_fill-extrusion"]["fill-extrusion-vertical-gradient"])})}};class _m extends br{constructor(e,i){super(e,gm,i)}createBucket(e){return new bh(e)}queryRadius(){return su(this.paint.get("fill-extrusion-translate"))}is3D(){return!0}queryIntersectsFeature({queryGeometry:e,feature:i,featureState:s,geometry:o,transform:u,pixelsToTileUnits:h,pixelPosMatrix:f}){const g=au(e,this.paint.get("fill-extrusion-translate"),this.paint.get("fill-extrusion-translate-anchor"),-u.bearingInRadians,h),y=this.paint.get("fill-extrusion-height").evaluate(i,s),x=this.paint.get("fill-extrusion-base").evaluate(i,s),w=(function(P,E){const A=[];for(const z of P){const F=[z.x,z.y,0,1];xn(F,F,E),A.push(new ve(F[0]/F[3],F[1]/F[3]))}return A})(g,f),S=(function(P,E,A,z){const F=[],q=[],B=z[8]*E,V=z[9]*E,Z=z[10]*E,X=z[11]*E,se=z[8]*A,_e=z[9]*A,fe=z[10]*A,be=z[11]*A;for(const De of P){const Se=[],ge=[];for(const he of De){const Ve=he.x,Be=he.y,Ge=z[0]*Ve+z[4]*Be+z[12],Re=z[1]*Ve+z[5]*Be+z[13],We=z[2]*Ve+z[6]*Be+z[14],Tt=z[3]*Ve+z[7]*Be+z[15],gt=We+Z,Jt=Tt+X,Gi=Ge+se,wi=Re+_e,Qt=We+fe,Ht=Tt+be,At=new ve((Ge+B)/Jt,(Re+V)/Jt);At.z=gt/Jt,Se.push(At);const li=new ve(Gi/Ht,wi/Ht);li.z=Qt/Ht,ge.push(li)}F.push(Se),q.push(ge)}return[F,q]})(o,x,y,f);return(function(P,E,A){let z=1/0;ud(A,E)&&(z=Bd(A,E[0]));for(let F=0;F<E.length;F++){const q=E[F],B=P[F];for(let V=0;V<q.length-1;V++){const Z=q[V],X=[Z,q[V+1],B[V+1],B[V],Z];go(A,X)&&(z=Math.min(z,Bd(A,X)))}}return z!==1/0&&z})(S[0],S[1],w)}}function $l(r,e){return r.x*e.x+r.y*e.y}function Bd(r,e){if(r.length===1){let i=0;const s=e[i++];let o;for(;!o||s.equals(o);)if(o=e[i++],!o)return 1/0;for(;i<e.length;i++){const u=e[i],h=r[0],f=o.sub(s),g=u.sub(s),y=h.sub(s),x=$l(f,f),w=$l(f,g),S=$l(g,g),P=$l(y,f),E=$l(y,g),A=x*S-w*w,z=(S*P-w*E)/A,F=(x*E-w*P)/A,q=s.z*(1-z-F)+o.z*z+u.z*F;if(isFinite(q))return q}return 1/0}{let i=1/0;for(const s of e)i=Math.min(i,s.z);return i}}const ym=fi([{name:"a_pos_normal",components:2,type:"Int16"},{name:"a_data",components:4,type:"Uint8"}],4),{members:vm}=ym,xm=fi([{name:"a_uv_x",components:1,type:"Float32"},{name:"a_split_index",components:1,type:"Float32"}]),{members:bm}=xm,wm=Math.cos(Math.PI/180*37.5),Od=Math.pow(2,14)/.5;class wh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map((i=>i.id)),this.index=e.index,this.hasDependencies=!1,this.patternFeatures=[],this.lineClipsArray=[],this.gradients={},this.layers.forEach((i=>{this.gradients[i.id]={}})),this.layoutVertexArray=new Y,this.layoutVertexArray2=new G,this.indexArray=new ue,this.programConfigurations=new Un(e.layers,e.zoom),this.segments=new ke,this.maxLineLength=0,this.stateDependentLayerIds=this.layers.filter((i=>i.isStateDependent())).map((i=>i.id))}populate(e,i,s){this.hasDependencies=ou("line",this.layers,i)||this.hasLineDasharray(this.layers);const o=this.layers[0].layout.get("line-sort-key"),u=!o.isConstant(),h=[];for(const{feature:f,id:g,index:y,sourceLayerIndex:x}of e){const w=this.layers[0]._featureFilter.needGeometry,S=yn(f,w);if(!this.layers[0]._featureFilter.filter(new Ft(this.zoom),S,s))continue;const P=u?o.evaluate(S,{},s):void 0,E={id:g,properties:f.properties,type:f.type,sourceLayerIndex:x,index:y,geometry:w?S.geometry:_n(f),patterns:{},dashes:{},sortKey:P};h.push(E)}u&&h.sort(((f,g)=>f.sortKey-g.sortKey));for(const f of h){const{geometry:g,index:y,sourceLayerIndex:x}=f;this.hasDependencies?(ou("line",this.layers,i)?gh("line",this.layers,f,{zoom:this.zoom},i):this.hasLineDasharray(this.layers)&&this.addLineDashDependencies(this.layers,f,this.zoom,i),this.patternFeatures.push(f)):this.addFeature(f,g,y,s,{},{},i.subdivisionGranularity),i.featureIndex.insert(e[y].feature,g,y,x,this.index)}}update(e,i,s,o){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,i,this.stateDependentLayers,{imagePositions:s,dashPositions:o})}addFeatures(e,i,s,o){for(const u of this.patternFeatures)this.addFeature(u,u.geometry,u.index,i,s,o,e.subdivisionGranularity)}isEmpty(){return this.layoutVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexArray2.length!==0&&(this.layoutVertexBuffer2=e.createVertexBuffer(this.layoutVertexArray2,bm)),this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,vm),this.indexBuffer=e.createIndexBuffer(this.indexArray)),this.programConfigurations.upload(e),this.uploaded=!0}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.programConfigurations.destroy(),this.segments.destroy())}lineFeatureClips(e){if(e.properties&&Object.prototype.hasOwnProperty.call(e.properties,"mapbox_clip_start")&&Object.prototype.hasOwnProperty.call(e.properties,"mapbox_clip_end"))return{start:+e.properties.mapbox_clip_start,end:+e.properties.mapbox_clip_end}}addFeature(e,i,s,o,u,h,f){const g=this.layers[0].layout,y=g.get("line-join").evaluate(e,{}),x=g.get("line-cap"),w=g.get("line-miter-limit"),S=g.get("line-round-limit");this.lineClips=this.lineFeatureClips(e);for(const P of i)this.addLine(P,e,y,x,w,S,o,f);this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,{imagePositions:u,dashPositions:h,canonical:o})}addLine(e,i,s,o,u,h,f,g){if(this.distance=0,this.scaledDistance=0,this.totalDistance=0,e=va(e,f?g.line.getGranularityForZoomLevel(f.z):1),this.lineClips){this.lineClipsArray.push(this.lineClips);for(let B=0;B<e.length-1;B++)this.totalDistance+=e[B].dist(e[B+1]);this.updateScaledDistance(),this.maxLineLength=Math.max(this.maxLineLength,this.totalDistance)}const y=Gl.types[i.type]==="Polygon";let x=e.length;for(;x>=2&&e[x-1].equals(e[x-2]);)x--;let w=0;for(;w<x-1&&e[w].equals(e[w+1]);)w++;if(x<(y?3:2))return;s==="bevel"&&(u=1.05);const S=this.overscaling<=16?122880/(512*this.overscaling):0,P=this.segments.prepareSegment(10*x,this.layoutVertexArray,this.indexArray);let E,A,z,F,q;this.e1=this.e2=-1,y&&(E=e[x-2],q=e[w].sub(E)._unit()._perp());for(let B=w;B<x;B++){if(z=B===x-1?y?e[w+1]:void 0:e[B+1],z&&e[B].equals(z))continue;q&&(F=q),E&&(A=E),E=e[B],q=z?z.sub(E)._unit()._perp():F,F=F||q;let V=F.add(q);V.x===0&&V.y===0||V._unit();const Z=F.x*q.x+F.y*q.y,X=V.x*q.x+V.y*q.y,se=X!==0?1/X:1/0,_e=2*Math.sqrt(2-2*X),fe=X<wm&&A&&z,be=F.x*q.y-F.y*q.x>0;if(fe&&B>w){const ge=E.dist(A);if(ge>2*S){const he=E.sub(E.sub(A)._mult(S/ge)._round());this.updateDistance(A,he),this.addCurrentVertex(he,F,0,0,P),A=he}}const De=A&&z;let Se=De?s:y?"butt":o;if(De&&Se==="round"&&(se<h?Se="miter":se<=2&&(Se="fakeround")),Se==="miter"&&se>u&&(Se="bevel"),Se==="bevel"&&(se>2&&(Se="flipbevel"),se<u&&(Se="miter")),A&&this.updateDistance(A,E),Se==="miter")V._mult(se),this.addCurrentVertex(E,V,0,0,P);else if(Se==="flipbevel"){if(se>100)V=q.mult(-1);else{const ge=se*F.add(q).mag()/F.sub(q).mag();V._perp()._mult(ge*(be?-1:1))}this.addCurrentVertex(E,V,0,0,P),this.addCurrentVertex(E,V.mult(-1),0,0,P)}else if(Se==="bevel"||Se==="fakeround"){const ge=-Math.sqrt(se*se-1),he=be?ge:0,Ve=be?0:ge;if(A&&this.addCurrentVertex(E,F,he,Ve,P),Se==="fakeround"){const Be=Math.round(180*_e/Math.PI/20);for(let Ge=1;Ge<Be;Ge++){let Re=Ge/Be;if(Re!==.5){const Tt=Re-.5;Re+=Re*Tt*(Re-1)*((1.0904+Z*(Z*(3.55645-1.43519*Z)-3.2452))*Tt*Tt+(.848013+Z*(.215638*Z-1.06021)))}const We=q.sub(F)._mult(Re)._add(F)._unit()._mult(be?-1:1);this.addHalfVertex(E,We.x,We.y,!1,be,0,P)}}z&&this.addCurrentVertex(E,q,-he,-Ve,P)}else if(Se==="butt")this.addCurrentVertex(E,V,0,0,P);else if(Se==="square"){const ge=A?1:-1;this.addCurrentVertex(E,V,ge,ge,P)}else Se==="round"&&(A&&(this.addCurrentVertex(E,F,0,0,P),this.addCurrentVertex(E,F,1,1,P,!0)),z&&(this.addCurrentVertex(E,q,-1,-1,P,!0),this.addCurrentVertex(E,q,0,0,P)));if(fe&&B<x-1){const ge=E.dist(z);if(ge>2*S){const he=E.add(z.sub(E)._mult(S/ge)._round());this.updateDistance(E,he),this.addCurrentVertex(he,q,0,0,P),E=he}}}}addCurrentVertex(e,i,s,o,u,h=!1){const f=i.y*o-i.x,g=-i.y-i.x*o;this.addHalfVertex(e,i.x+i.y*s,i.y-i.x*s,h,!1,s,u),this.addHalfVertex(e,f,g,h,!0,-o,u),this.distance>Od/2&&this.totalDistance===0&&(this.distance=0,this.updateScaledDistance(),this.addCurrentVertex(e,i,s,o,u,h))}addHalfVertex({x:e,y:i},s,o,u,h,f,g){const y=.5*(this.lineClips?this.scaledDistance*(Od-1):this.scaledDistance);this.layoutVertexArray.emplaceBack((e<<1)+(u?1:0),(i<<1)+(h?1:0),Math.round(63*s)+128,Math.round(63*o)+128,1+(f===0?0:f<0?-1:1)|(63&y)<<2,y>>6),this.lineClips&&this.layoutVertexArray2.emplaceBack((this.scaledDistance-this.lineClips.start)/(this.lineClips.end-this.lineClips.start),this.lineClipsArray.length);const x=g.vertexLength++;this.e1>=0&&this.e2>=0&&(this.indexArray.emplaceBack(this.e1,x,this.e2),g.primitiveLength++),h?this.e2=x:this.e1=x}updateScaledDistance(){this.scaledDistance=this.lineClips?this.lineClips.start+(this.lineClips.end-this.lineClips.start)*this.distance/this.totalDistance:this.distance}updateDistance(e,i){this.distance+=e.dist(i),this.updateScaledDistance()}hasLineDasharray(e){for(const i of e){const s=i.paint.get("line-dasharray");if(s&&!s.isConstant())return!0}return!1}addLineDashDependencies(e,i,s,o){for(const u of e){const h=u.paint.get("line-dasharray");if(!h||h.value.kind==="constant")continue;const f=u.layout.get("line-cap")==="round",g={dasharray:h.value.evaluate({zoom:s-1},i,{}),round:f},y={dasharray:h.value.evaluate({zoom:s},i,{}),round:f},x={dasharray:h.value.evaluate({zoom:s+1},i,{}),round:f},w=`${g.dasharray.join(",")},${g.round}`,S=`${y.dasharray.join(",")},${y.round}`,P=`${x.dasharray.join(",")},${x.round}`;o.dashDependencies[w]=g,o.dashDependencies[S]=y,o.dashDependencies[P]=x,i.dashes[u.id]={min:w,mid:S,max:P}}}}let Vd,Nd;je("LineBucket",wh,{omit:["layers","patternFeatures"]});var jd={get paint(){return Nd=Nd||new er({"line-opacity":new Ke(le.paint_line["line-opacity"]),"line-color":new Ke(le.paint_line["line-color"]),"line-translate":new $e(le.paint_line["line-translate"]),"line-translate-anchor":new $e(le.paint_line["line-translate-anchor"]),"line-width":new Ke(le.paint_line["line-width"]),"line-gap-width":new Ke(le.paint_line["line-gap-width"]),"line-offset":new Ke(le.paint_line["line-offset"]),"line-blur":new Ke(le.paint_line["line-blur"]),"line-dasharray":new ua(le.paint_line["line-dasharray"]),"line-pattern":new ua(le.paint_line["line-pattern"]),"line-gradient":new oo(le.paint_line["line-gradient"])})},get layout(){return Vd=Vd||new er({"line-cap":new $e(le.layout_line["line-cap"]),"line-join":new Ke(le.layout_line["line-join"]),"line-miter-limit":new $e(le.layout_line["line-miter-limit"]),"line-round-limit":new $e(le.layout_line["line-round-limit"]),"line-sort-key":new Ke(le.layout_line["line-sort-key"])})}};class Tm extends Ke{possiblyEvaluate(e,i){return i=new Ft(Math.floor(i.zoom),{now:i.now,fadeDuration:i.fadeDuration,zoomHistory:i.zoomHistory,transition:i.transition}),super.possiblyEvaluate(e,i)}evaluate(e,i,s,o){return i=It({},i,{zoom:Math.floor(i.zoom)}),super.evaluate(e,i,s,o)}}let hu;class Sm extends br{constructor(e,i){super(e,jd,i),this.gradientVersion=0,hu||(hu=new Tm(jd.paint.properties["line-width"].specification),hu.useIntegerZoom=!0)}_handleSpecialPaintPropertyUpdate(e){if(e==="line-gradient"){const i=this.gradientExpression();this.stepInterpolant=!!(function(s){return s._styleExpression!==void 0})(i)&&i._styleExpression.expression instanceof cn,this.gradientVersion=(this.gradientVersion+1)%Number.MAX_SAFE_INTEGER}}gradientExpression(){return this._transitionablePaint._values["line-gradient"].value.expression}recalculate(e,i){super.recalculate(e,i),this.paint._values["line-floorwidth"]=hu.possiblyEvaluate(this._transitioningPaint._values["line-width"].value,e)}createBucket(e){return new wh(e)}queryRadius(e){const i=e,s=Ud(yo("line-width",this,i),yo("line-gap-width",this,i)),o=yo("line-offset",this,i);return s/2+Math.abs(o)+su(this.paint.get("line-translate"))}queryIntersectsFeature({queryGeometry:e,feature:i,featureState:s,geometry:o,transform:u,pixelsToTileUnits:h}){const f=au(e,this.paint.get("line-translate"),this.paint.get("line-translate-anchor"),-u.bearingInRadians,h),g=h/2*Ud(this.paint.get("line-width").evaluate(i,s),this.paint.get("line-gap-width").evaluate(i,s)),y=this.paint.get("line-offset").evaluate(i,s);return y&&(o=(function(x,w){const S=[];for(let P=0;P<x.length;P++){const E=zf(x[P]),A=[];for(let z=0;z<E.length;z++){const F=E[z],q=E[z-1],B=E[z+1],V=z===0?new ve(0,0):F.sub(q)._unit()._perp(),Z=z===E.length-1?new ve(0,0):B.sub(F)._unit()._perp(),X=V._add(Z)._unit(),se=X.x*Z.x+X.y*Z.y;se!==0&&X._mult(1/se),A.push(X._mult(w)._add(F))}S.push(A)}return S})(o,y*h)),(function(x,w,S){for(let P=0;P<w.length;P++){const E=w[P];if(x.length>=3){for(let A=0;A<E.length;A++)if(_o(x,E[A]))return!0}if(Ef(x,E,S))return!0}return!1})(f,o,g)}isTileClipped(){return!0}}function Ud(r,e){return e>0?e+2*r:r}const Pm=fi([{name:"a_pos_offset",components:4,type:"Int16"},{name:"a_data",components:4,type:"Uint16"},{name:"a_pixeloffset",components:4,type:"Int16"}],4),Im=fi([{name:"a_projected_pos",components:3,type:"Float32"}],4);fi([{name:"a_fade_opacity",components:1,type:"Uint32"}],4);const Mm=fi([{name:"a_placed",components:2,type:"Uint8"},{name:"a_shift",components:2,type:"Float32"},{name:"a_box_real",components:2,type:"Int16"}]);fi([{type:"Int16",name:"anchorPointX"},{type:"Int16",name:"anchorPointY"},{type:"Int16",name:"x1"},{type:"Int16",name:"y1"},{type:"Int16",name:"x2"},{type:"Int16",name:"y2"},{type:"Uint32",name:"featureIndex"},{type:"Uint16",name:"sourceLayerIndex"},{type:"Uint16",name:"bucketIndex"}]);const Gd=fi([{name:"a_pos",components:2,type:"Int16"},{name:"a_anchor_pos",components:2,type:"Int16"},{name:"a_extrude",components:2,type:"Int16"}],4),Cm=fi([{name:"a_pos",components:2,type:"Float32"},{name:"a_radius",components:1,type:"Float32"},{name:"a_flags",components:2,type:"Int16"}],4);function Em(r,e,i){return r.sections.forEach((s=>{s.text=(function(o,u,h){const f=u.layout.get("text-transform").evaluate(h,{});return f==="uppercase"?o=o.toLocaleUpperCase():f==="lowercase"&&(o=o.toLocaleLowerCase()),fn.applyArabicShaping&&(o=fn.applyArabicShaping(o)),o})(s.text,e,i)})),r}fi([{name:"triangle",components:3,type:"Uint16"}]),fi([{type:"Int16",name:"anchorX"},{type:"Int16",name:"anchorY"},{type:"Uint16",name:"glyphStartIndex"},{type:"Uint16",name:"numGlyphs"},{type:"Uint32",name:"vertexStartIndex"},{type:"Uint32",name:"lineStartIndex"},{type:"Uint32",name:"lineLength"},{type:"Uint16",name:"segment"},{type:"Uint16",name:"lowerSize"},{type:"Uint16",name:"upperSize"},{type:"Float32",name:"lineOffsetX"},{type:"Float32",name:"lineOffsetY"},{type:"Uint8",name:"writingMode"},{type:"Uint8",name:"placedOrientation"},{type:"Uint8",name:"hidden"},{type:"Uint32",name:"crossTileID"},{type:"Int16",name:"associatedIconIndex"}]),fi([{type:"Int16",name:"anchorX"},{type:"Int16",name:"anchorY"},{type:"Int16",name:"rightJustifiedTextSymbolIndex"},{type:"Int16",name:"centerJustifiedTextSymbolIndex"},{type:"Int16",name:"leftJustifiedTextSymbolIndex"},{type:"Int16",name:"verticalPlacedTextSymbolIndex"},{type:"Int16",name:"placedIconSymbolIndex"},{type:"Int16",name:"verticalPlacedIconSymbolIndex"},{type:"Uint16",name:"key"},{type:"Uint16",name:"textBoxStartIndex"},{type:"Uint16",name:"textBoxEndIndex"},{type:"Uint16",name:"verticalTextBoxStartIndex"},{type:"Uint16",name:"verticalTextBoxEndIndex"},{type:"Uint16",name:"iconBoxStartIndex"},{type:"Uint16",name:"iconBoxEndIndex"},{type:"Uint16",name:"verticalIconBoxStartIndex"},{type:"Uint16",name:"verticalIconBoxEndIndex"},{type:"Uint16",name:"featureIndex"},{type:"Uint16",name:"numHorizontalGlyphVertices"},{type:"Uint16",name:"numVerticalGlyphVertices"},{type:"Uint16",name:"numIconVertices"},{type:"Uint16",name:"numVerticalIconVertices"},{type:"Uint16",name:"useRuntimeCollisionCircles"},{type:"Uint32",name:"crossTileID"},{type:"Float32",name:"textBoxScale"},{type:"Float32",name:"collisionCircleDiameter"},{type:"Uint16",name:"textAnchorOffsetStartIndex"},{type:"Uint16",name:"textAnchorOffsetEndIndex"}]),fi([{type:"Float32",name:"offsetX"}]),fi([{type:"Int16",name:"x"},{type:"Int16",name:"y"},{type:"Int16",name:"tileUnitDistanceFromAnchor"}]),fi([{type:"Uint16",name:"textAnchor"},{type:"Float32",components:2,name:"textOffset"}]);var Ei=24;const Zl={"!":"︕","#":"#",$:"$","%":"%","&":"&","(":"︵",")":"︶","*":"*","+":"+",",":"︐","-":"︲",".":"・","/":"/",":":"︓",";":"︔","<":"︿","=":"=",">":"﹀","?":"︖","@":"@","[":"﹇","\\":"\","]":"﹈","^":"^",_:"︳","`":"`","{":"︷","|":"―","}":"︸","~":"~","¢":"¢","£":"£","¥":"¥","¦":"¦","¬":"¬","¯":" ̄","–":"︲","—":"︱","‘":"﹃","’":"﹄","“":"﹁","”":"﹂","…":"︙","⋯":"︙","‧":"・","₩":"₩","、":"︑","。":"︒","〈":"︿","〉":"﹀","《":"︽","》":"︾","「":"﹁","」":"﹂","『":"﹃","』":"﹄","【":"︻","】":"︼","〔":"︹","〕":"︺","〖":"︗","〗":"︘","!":"︕","(":"︵",")":"︶",",":"︐","-":"︲",".":"・",":":"︓",";":"︔","<":"︿",">":"﹀","?":"︖","[":"﹇","]":"﹈","_":"︳","{":"︷","|":"―","}":"︸","⦅":"︵","⦆":"︶","。":"︒","「":"﹁","」":"﹂"},Am={10:!0,32:!0,38:!0,41:!0,43:!0,45:!0,47:!0,173:!0,183:!0,8203:!0,8208:!0,8211:!0,8231:!0},Dm={40:!0};function qd(r,e,i,s,o,u){if("fontStack"in e){const h=i[e.fontStack],f=h&&h[r];return f?f.metrics.advance*e.scale+o:0}{const h=s[e.imageName];return h?h.displaySize[0]*e.scale*Ei/u+o:0}}function $d(r,e,i,s){const o=Math.pow(r-e,2);return s?r<e?o/2:2*o:o+Math.abs(i)*i}function zm(r,e,i){let s=0;return r===10&&(s-=1e4),i&&(s+=150),r!==40&&r!==65288||(s+=50),e!==41&&e!==65289||(s+=50),s}function Zd(r,e,i,s,o,u){let h=null,f=$d(e,i,o,u);for(const g of s){const y=$d(e-g.x,i,o,u)+g.badness;y<=f&&(h=g,f=y)}return{index:r,x:e,priorBreak:h,badness:f}}function Wd(r){return r?Wd(r.priorBreak).concat(r.index):[]}class wo{constructor(e="",i=[],s=[]){this.text=e,this.sections=i,this.sectionIndex=s,this.imageSectionID=null}static fromFeature(e,i){const s=new wo;for(let o=0;o<e.sections.length;o++){const u=e.sections[o];u.image?s.addImageSection(u):s.addTextSection(u,i)}return s}length(){return[...this.text].length}getSection(e){return this.sections[this.sectionIndex[e]]}getSectionIndex(e){return this.sectionIndex[e]}verticalizePunctuation(){this.text=(function(e){let i="",s={premature:!0,value:void 0};const o=e[Symbol.iterator]();let u=o.next();const h=e[Symbol.iterator]();h.next();let f=h.next();for(;!u.done;)i+=!f.done&&wl(f.value.codePointAt(0))&&!Zl[f.value]||!s.premature&&wl(s.value.codePointAt(0))&&!Zl[s.value]||!Zl[u.value]?u.value:Zl[u.value],s={value:u.value,premature:!1},u=o.next(),f=h.next();return i})(this.text)}hasZeroWidthSpaces(){return this.text.includes("​")}trim(){const e=this.text.match(/^\s*/),i=e?e[0].length:0,s=this.text.match(/\S\s*$/),o=s?s[0].length-1:0;this.text=this.text.substring(i,this.text.length-o),this.sectionIndex=this.sectionIndex.slice(i,this.sectionIndex.length-o)}substring(e,i){const s=[...this.text].slice(e,i).join(""),o=this.sectionIndex.slice(e,i);return new wo(s,this.sections,o)}toCodeUnitIndex(e){return[...this.text].slice(0,e).join("").length}toString(){return this.text}getMaxScale(){return this.sectionIndex.reduce(((e,i)=>Math.max(e,this.sections[i].scale)),0)}getMaxImageSize(e){let i=0,s=0;for(let o=0;o<this.length();o++){const u=this.getSection(o);if("imageName"in u){const h=e[u.imageName];if(!h)continue;const f=h.displaySize;i=Math.max(i,f[0]),s=Math.max(s,f[1])}}return{maxImageWidth:i,maxImageHeight:s}}addTextSection(e,i){this.text+=e.text,this.sections.push({scale:e.scale||1,verticalAlign:e.verticalAlign||"bottom",fontStack:e.fontStack||i});const s=this.sections.length-1;this.sectionIndex.push(...[...e.text].map((()=>s)))}addImageSection(e){const i=e.image?e.image.name:"";if(i.length===0)return void Ii("Can't add FormattedSection with an empty image.");const s=this.getNextImageSectionCharCode();s?(this.text+=String.fromCharCode(s),this.sections.push({scale:1,verticalAlign:e.verticalAlign||"bottom",imageName:i}),this.sectionIndex.push(this.sections.length-1)):Ii("Reached maximum number of images 6401")}getNextImageSectionCharCode(){return this.imageSectionID?this.imageSectionID>=63743?null:++this.imageSectionID:(this.imageSectionID=57344,this.imageSectionID)}determineLineBreaks(e,i,s,o,u){const h=[],f=this.determineAverageLineWidth(e,i,s,o,u),g=this.hasZeroWidthSpaces();let y=0,x=0;const w=this.text[Symbol.iterator]();let S=w.next();const P=this.text[Symbol.iterator]();P.next();let E=P.next();const A=this.text[Symbol.iterator]();A.next(),A.next();let z=A.next();for(;!S.done;){const F=this.getSection(x),q=S.value.codePointAt(0);if(Wc(q)||(y+=qd(q,F,s,o,e,u)),!E.done){const B=oa(q),V=E.value.codePointAt(0);(Am[q]||B||"imageName"in F||!z.done&&Dm[V])&&h.push(Zd(x+1,y,f,h,zm(q,V,B&&g),!1))}x++,S=w.next(),E=P.next(),z=A.next()}return Wd(Zd(this.length(),y,f,h,0,!0))}determineAverageLineWidth(e,i,s,o,u){let h=0,f=0;for(const g of this.text){const y=this.getSection(f);h+=qd(g.codePointAt(0),y,s,o,e,u),f++}return h/Math.max(1,Math.ceil(h/i))}}const Th=4294967296,Hd=1/Th,Xd=typeof TextDecoder>"u"?null:new TextDecoder("utf-8");class du{constructor(e=new Uint8Array(16)){this.buf=ArrayBuffer.isView(e)?e:new Uint8Array(e),this.dataView=new DataView(this.buf.buffer),this.pos=0,this.type=0,this.length=this.buf.length}readFields(e,i,s=this.length){for(;this.pos<s;){const o=this.readVarint(),u=o>>3,h=this.pos;this.type=7&o,e(u,i,this),this.pos===h&&this.skip(o)}return i}readMessage(e,i){return this.readFields(e,i,this.readVarint()+this.pos)}readFixed32(){const e=this.dataView.getUint32(this.pos,!0);return this.pos+=4,e}readSFixed32(){const e=this.dataView.getInt32(this.pos,!0);return this.pos+=4,e}readFixed64(){const e=this.dataView.getUint32(this.pos,!0)+this.dataView.getUint32(this.pos+4,!0)*Th;return this.pos+=8,e}readSFixed64(){const e=this.dataView.getUint32(this.pos,!0)+this.dataView.getInt32(this.pos+4,!0)*Th;return this.pos+=8,e}readFloat(){const e=this.dataView.getFloat32(this.pos,!0);return this.pos+=4,e}readDouble(){const e=this.dataView.getFloat64(this.pos,!0);return this.pos+=8,e}readVarint(e){const i=this.buf;let s,o;return o=i[this.pos++],s=127&o,o<128?s:(o=i[this.pos++],s|=(127&o)<<7,o<128?s:(o=i[this.pos++],s|=(127&o)<<14,o<128?s:(o=i[this.pos++],s|=(127&o)<<21,o<128?s:(o=i[this.pos],s|=(15&o)<<28,(function(u,h,f){const g=f.buf;let y,x;if(x=g[f.pos++],y=(112&x)>>4,x<128||(x=g[f.pos++],y|=(127&x)<<3,x<128)||(x=g[f.pos++],y|=(127&x)<<10,x<128)||(x=g[f.pos++],y|=(127&x)<<17,x<128)||(x=g[f.pos++],y|=(127&x)<<24,x<128)||(x=g[f.pos++],y|=(1&x)<<31,x<128))return To(u,y,h);throw new Error("Expected varint not more than 10 bytes")})(s,e,this)))))}readVarint64(){return this.readVarint(!0)}readSVarint(){const e=this.readVarint();return e%2==1?(e+1)/-2:e/2}readBoolean(){return!!this.readVarint()}readString(){const e=this.readVarint()+this.pos,i=this.pos;return this.pos=e,e-i>=12&&Xd?Xd.decode(this.buf.subarray(i,e)):(function(s,o,u){let h="",f=o;for(;f<u;){const g=s[f];let y,x,w,S=null,P=g>239?4:g>223?3:g>191?2:1;if(f+P>u)break;P===1?g<128&&(S=g):P===2?(y=s[f+1],(192&y)==128&&(S=(31&g)<<6|63&y,S<=127&&(S=null))):P===3?(y=s[f+1],x=s[f+2],(192&y)==128&&(192&x)==128&&(S=(15&g)<<12|(63&y)<<6|63&x,(S<=2047||S>=55296&&S<=57343)&&(S=null))):P===4&&(y=s[f+1],x=s[f+2],w=s[f+3],(192&y)==128&&(192&x)==128&&(192&w)==128&&(S=(15&g)<<18|(63&y)<<12|(63&x)<<6|63&w,(S<=65535||S>=1114112)&&(S=null))),S===null?(S=65533,P=1):S>65535&&(S-=65536,h+=String.fromCharCode(S>>>10&1023|55296),S=56320|1023&S),h+=String.fromCharCode(S),f+=P}return h})(this.buf,i,e)}readBytes(){const e=this.readVarint()+this.pos,i=this.buf.subarray(this.pos,e);return this.pos=e,i}readPackedVarint(e=[],i){const s=this.readPackedEnd();for(;this.pos<s;)e.push(this.readVarint(i));return e}readPackedSVarint(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readSVarint());return e}readPackedBoolean(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readBoolean());return e}readPackedFloat(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readFloat());return e}readPackedDouble(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readDouble());return e}readPackedFixed32(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readFixed32());return e}readPackedSFixed32(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readSFixed32());return e}readPackedFixed64(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readFixed64());return e}readPackedSFixed64(e=[]){const i=this.readPackedEnd();for(;this.pos<i;)e.push(this.readSFixed64());return e}readPackedEnd(){return this.type===2?this.readVarint()+this.pos:this.pos+1}skip(e){const i=7&e;if(i===0)for(;this.buf[this.pos++]>127;);else if(i===2)this.pos=this.readVarint()+this.pos;else if(i===5)this.pos+=4;else{if(i!==1)throw new Error(`Unimplemented type: ${i}`);this.pos+=8}}writeTag(e,i){this.writeVarint(e<<3|i)}realloc(e){let i=this.length||16;for(;i<this.pos+e;)i*=2;if(i!==this.length){const s=new Uint8Array(i);s.set(this.buf),this.buf=s,this.dataView=new DataView(s.buffer),this.length=i}}finish(){return this.length=this.pos,this.pos=0,this.buf.subarray(0,this.length)}writeFixed32(e){this.realloc(4),this.dataView.setInt32(this.pos,e,!0),this.pos+=4}writeSFixed32(e){this.realloc(4),this.dataView.setInt32(this.pos,e,!0),this.pos+=4}writeFixed64(e){this.realloc(8),this.dataView.setInt32(this.pos,-1&e,!0),this.dataView.setInt32(this.pos+4,Math.floor(e*Hd),!0),this.pos+=8}writeSFixed64(e){this.realloc(8),this.dataView.setInt32(this.pos,-1&e,!0),this.dataView.setInt32(this.pos+4,Math.floor(e*Hd),!0),this.pos+=8}writeVarint(e){(e=+e||0)>268435455||e<0?(function(i,s){let o,u;if(i>=0?(o=i%4294967296|0,u=i/4294967296|0):(o=~(-i%4294967296),u=~(-i/4294967296),4294967295^o?o=o+1|0:(o=0,u=u+1|0)),i>=18446744073709552e3||i<-18446744073709552e3)throw new Error("Given varint doesn't fit into 10 bytes");s.realloc(10),(function(h,f,g){g.buf[g.pos++]=127&h|128,h>>>=7,g.buf[g.pos++]=127&h|128,h>>>=7,g.buf[g.pos++]=127&h|128,h>>>=7,g.buf[g.pos++]=127&h|128,g.buf[g.pos]=127&(h>>>=7)})(o,0,s),(function(h,f){const g=(7&h)<<4;f.buf[f.pos++]|=g|((h>>>=3)?128:0),h&&(f.buf[f.pos++]=127&h|((h>>>=7)?128:0),h&&(f.buf[f.pos++]=127&h|((h>>>=7)?128:0),h&&(f.buf[f.pos++]=127&h|((h>>>=7)?128:0),h&&(f.buf[f.pos++]=127&h|((h>>>=7)?128:0),h&&(f.buf[f.pos++]=127&h)))))})(u,s)})(e,this):(this.realloc(4),this.buf[this.pos++]=127&e|(e>127?128:0),e<=127||(this.buf[this.pos++]=127&(e>>>=7)|(e>127?128:0),e<=127||(this.buf[this.pos++]=127&(e>>>=7)|(e>127?128:0),e<=127||(this.buf[this.pos++]=e>>>7&127))))}writeSVarint(e){this.writeVarint(e<0?2*-e-1:2*e)}writeBoolean(e){this.writeVarint(+e)}writeString(e){e=String(e),this.realloc(4*e.length),this.pos++;const i=this.pos;this.pos=(function(o,u,h){for(let f,g,y=0;y<u.length;y++){if(f=u.charCodeAt(y),f>55295&&f<57344){if(!g){f>56319||y+1===u.length?(o[h++]=239,o[h++]=191,o[h++]=189):g=f;continue}if(f<56320){o[h++]=239,o[h++]=191,o[h++]=189,g=f;continue}f=g-55296<<10|f-56320|65536,g=null}else g&&(o[h++]=239,o[h++]=191,o[h++]=189,g=null);f<128?o[h++]=f:(f<2048?o[h++]=f>>6|192:(f<65536?o[h++]=f>>12|224:(o[h++]=f>>18|240,o[h++]=f>>12&63|128),o[h++]=f>>6&63|128),o[h++]=63&f|128)}return h})(this.buf,e,this.pos);const s=this.pos-i;s>=128&&Yd(i,s,this),this.pos=i-1,this.writeVarint(s),this.pos+=s}writeFloat(e){this.realloc(4),this.dataView.setFloat32(this.pos,e,!0),this.pos+=4}writeDouble(e){this.realloc(8),this.dataView.setFloat64(this.pos,e,!0),this.pos+=8}writeBytes(e){const i=e.length;this.writeVarint(i),this.realloc(i);for(let s=0;s<i;s++)this.buf[this.pos++]=e[s]}writeRawMessage(e,i){this.pos++;const s=this.pos;e(i,this);const o=this.pos-s;o>=128&&Yd(s,o,this),this.pos=s-1,this.writeVarint(o),this.pos+=o}writeMessage(e,i,s){this.writeTag(e,2),this.writeRawMessage(i,s)}writePackedVarint(e,i){i.length&&this.writeMessage(e,km,i)}writePackedSVarint(e,i){i.length&&this.writeMessage(e,Lm,i)}writePackedBoolean(e,i){i.length&&this.writeMessage(e,Bm,i)}writePackedFloat(e,i){i.length&&this.writeMessage(e,Rm,i)}writePackedDouble(e,i){i.length&&this.writeMessage(e,Fm,i)}writePackedFixed32(e,i){i.length&&this.writeMessage(e,Om,i)}writePackedSFixed32(e,i){i.length&&this.writeMessage(e,Vm,i)}writePackedFixed64(e,i){i.length&&this.writeMessage(e,Nm,i)}writePackedSFixed64(e,i){i.length&&this.writeMessage(e,jm,i)}writeBytesField(e,i){this.writeTag(e,2),this.writeBytes(i)}writeFixed32Field(e,i){this.writeTag(e,5),this.writeFixed32(i)}writeSFixed32Field(e,i){this.writeTag(e,5),this.writeSFixed32(i)}writeFixed64Field(e,i){this.writeTag(e,1),this.writeFixed64(i)}writeSFixed64Field(e,i){this.writeTag(e,1),this.writeSFixed64(i)}writeVarintField(e,i){this.writeTag(e,0),this.writeVarint(i)}writeSVarintField(e,i){this.writeTag(e,0),this.writeSVarint(i)}writeStringField(e,i){this.writeTag(e,2),this.writeString(i)}writeFloatField(e,i){this.writeTag(e,5),this.writeFloat(i)}writeDoubleField(e,i){this.writeTag(e,1),this.writeDouble(i)}writeBooleanField(e,i){this.writeVarintField(e,+i)}}function To(r,e,i){return i?4294967296*e+(r>>>0):4294967296*(e>>>0)+(r>>>0)}function Yd(r,e,i){const s=e<=16383?1:e<=2097151?2:e<=268435455?3:Math.floor(Math.log(e)/(7*Math.LN2));i.realloc(s);for(let o=i.pos-1;o>=r;o--)i.buf[o+s]=i.buf[o]}function km(r,e){for(let i=0;i<r.length;i++)e.writeVarint(r[i])}function Lm(r,e){for(let i=0;i<r.length;i++)e.writeSVarint(r[i])}function Rm(r,e){for(let i=0;i<r.length;i++)e.writeFloat(r[i])}function Fm(r,e){for(let i=0;i<r.length;i++)e.writeDouble(r[i])}function Bm(r,e){for(let i=0;i<r.length;i++)e.writeBoolean(r[i])}function Om(r,e){for(let i=0;i<r.length;i++)e.writeFixed32(r[i])}function Vm(r,e){for(let i=0;i<r.length;i++)e.writeSFixed32(r[i])}function Nm(r,e){for(let i=0;i<r.length;i++)e.writeFixed64(r[i])}function jm(r,e){for(let i=0;i<r.length;i++)e.writeSFixed64(r[i])}function Um(r,e,i){r===1&&i.readMessage(Gm,e)}function Gm(r,e,i){if(r===3){const{id:s,bitmap:o,width:u,height:h,left:f,top:g,advance:y}=i.readMessage(qm,{});e.push({id:s,bitmap:new Fl({width:u+6,height:h+6},o),metrics:{width:u,height:h,left:f,top:g,advance:y}})}}function qm(r,e,i){r===1?e.id=i.readVarint():r===2?e.bitmap=i.readBytes():r===3?e.width=i.readVarint():r===4?e.height=i.readVarint():r===5?e.left=i.readSVarint():r===6?e.top=i.readSVarint():r===7&&(e.advance=i.readVarint())}function Kd(r){let e=0,i=0;for(const h of r)e+=h.w*h.h,i=Math.max(i,h.w);r.sort(((h,f)=>f.h-h.h));const s=[{x:0,y:0,w:Math.max(Math.ceil(Math.sqrt(e/.95)),i),h:1/0}];let o=0,u=0;for(const h of r)for(let f=s.length-1;f>=0;f--){const g=s[f];if(!(h.w>g.w||h.h>g.h)){if(h.x=g.x,h.y=g.y,u=Math.max(u,h.y+h.h),o=Math.max(o,h.x+h.w),h.w===g.w&&h.h===g.h){const y=s.pop();y&&f<s.length&&(s[f]=y)}else h.h===g.h?(g.x+=h.w,g.w-=h.w):h.w===g.w?(g.y+=h.h,g.h-=h.h):(s.push({x:g.x+h.w,y:g.y,w:g.w-h.w,h:h.h}),g.y+=h.h,g.h-=h.h);break}}return{w:o,h:u,fill:e/(o*u)||0}}class Sh{constructor(e,{pixelRatio:i,version:s,stretchX:o,stretchY:u,content:h,textFitWidth:f,textFitHeight:g}){this.paddedRect=e,this.pixelRatio=i,this.stretchX=o,this.stretchY=u,this.content=h,this.version=s,this.textFitWidth=f,this.textFitHeight=g}get tl(){return[this.paddedRect.x+1,this.paddedRect.y+1]}get br(){return[this.paddedRect.x+this.paddedRect.w-1,this.paddedRect.y+this.paddedRect.h-1]}get tlbr(){return this.tl.concat(this.br)}get displaySize(){return[(this.paddedRect.w-2)/this.pixelRatio,(this.paddedRect.h-2)/this.pixelRatio]}}class Jd{constructor(e,i){const s={},o={};this.haveRenderCallbacks=[];const u=[];this.addImages(e,s,u),this.addImages(i,o,u);const{w:h,h:f}=Kd(u),g=new hr({width:h||1,height:f||1});for(const y in e){const x=e[y],w=s[y].paddedRect;hr.copy(x.data,g,{x:0,y:0},{x:w.x+1,y:w.y+1},x.data)}for(const y in i){const x=i[y],w=o[y].paddedRect,S=w.x+1,P=w.y+1,E=x.data.width,A=x.data.height;hr.copy(x.data,g,{x:0,y:0},{x:S,y:P},x.data),hr.copy(x.data,g,{x:0,y:A-1},{x:S,y:P-1},{width:E,height:1}),hr.copy(x.data,g,{x:0,y:0},{x:S,y:P+A},{width:E,height:1}),hr.copy(x.data,g,{x:E-1,y:0},{x:S-1,y:P},{width:1,height:A}),hr.copy(x.data,g,{x:0,y:0},{x:S+E,y:P},{width:1,height:A})}this.image=g,this.iconPositions=s,this.patternPositions=o}addImages(e,i,s){for(const o in e){const u=e[o],h={x:0,y:0,w:u.data.width+2,h:u.data.height+2};s.push(h),i[o]=new Sh(h,u),u.hasRenderCallback&&this.haveRenderCallbacks.push(o)}}patchUpdatedImages(e,i){e.dispatchRenderCallbacks(this.haveRenderCallbacks);for(const s in e.updatedImages)this.patchUpdatedImage(this.iconPositions[s],e.getImage(s),i),this.patchUpdatedImage(this.patternPositions[s],e.getImage(s),i)}patchUpdatedImage(e,i,s){if(!e||!i||e.version===i.version)return;e.version=i.version;const[o,u]=e.tl;s.update(i.data,void 0,{x:o,y:u})}}var Ss;function pu(r,e,i,s,o,u,h,f,g,y,x,w,S,P,E){const A=wo.fromFeature(r,o);let z;w===M.az.vertical&&A.verticalizePunctuation();let F=A.determineLineBreaks(y,u,e,s,P);const{processBidirectionalText:q,processStyledBidirectionalText:B}=fn;if(q&&A.sections.length===1){z=[],F=F.map((se=>A.toCodeUnitIndex(se)));const X=q(A.toString(),F);for(const se of X){const _e=[...se].map((()=>0));z.push(new wo(se,A.sections,_e))}}else if(B){z=[],F=F.map((fe=>A.toCodeUnitIndex(fe)));let X=0;const se=[];for(const fe of A.text)se.push(...Array(fe.length).fill(A.sectionIndex[X])),X++;const _e=B(A.text,se,F);for(const fe of _e){const be=[];let De="";for(const Se of fe[0])be.push(fe[1][De.length]),De+=Se;z.push(new wo(fe[0],A.sections,be))}}else z=(function(X,se){const _e=[];let fe=0;for(const be of se)_e.push(X.substring(fe,be)),fe=be;return fe<X.length()&&_e.push(X.substring(fe,X.length())),_e})(A,F);const V=[],Z={positionedLines:V,text:A.toString(),top:x[1],bottom:x[1],left:x[0],right:x[0],writingMode:w,iconsInText:!1,verticalizable:!1};return(function(X,se,_e,fe,be,De,Se,ge,he,Ve,Be,Ge){let Re=0,We=0,Tt=0,gt=0;const Jt=ge==="right"?1:ge==="left"?0:.5,Gi=Ei/Ge;let wi=0;for(const At of be){At.trim();const li=At.getMaxScale(),gi={positionedGlyphs:[],lineOffset:0};X.positionedLines[wi]=gi;const $t=gi.positionedGlyphs;let dr=0;if(!At.length()){We+=De,++wi;continue}const qi=$m(fe,At,Gi);let pr=0;for(const zi of At.text){const ii=At.getSection(pr),Ti=zi.codePointAt(0),ci=Zm(he,Be,Ti),ki={glyph:Ti,imageName:null,x:Re,y:We+-17,vertical:ci,scale:1,fontStack:"",sectionIndex:At.getSectionIndex(pr),metrics:null,rect:null};let $n;if("fontStack"in ii){if($n=Wm(ii,Ti,ci,qi,se,_e),!$n)continue;ki.fontStack=ii.fontStack}else{if(X.iconsInText=!0,ii.scale*=Gi,$n=Hm(ii,ci,li,qi,fe),!$n)continue;dr=Math.max(dr,$n.imageOffset),ki.imageName=ii.imageName}const{rect:en,metrics:Ql,baselineOffset:Es}=$n;ki.y+=Es,ki.scale=ii.scale,ki.metrics=Ql,ki.rect=en,$t.push(ki),ci?(X.verticalizable=!0,Re+=("imageName"in ii?Ql.advance:Ei)*ii.scale+Ve):Re+=Ql.advance*ii.scale+Ve,pr++}$t.length!==0&&(Tt=Math.max(Re-Ve,Tt),Xm($t,0,$t.length-1,Jt)),Re=0,gi.lineOffset=Math.max(dr,(li-1)*Ei);const qr=De*li+dr;We+=qr,gt=Math.max(qr,gt),++wi}const{horizontalAlign:Qt,verticalAlign:Ht}=Ph(Se);(function(At,li,gi,$t,dr,qi,pr,qr,zi){const ii=(li-gi)*dr;let Ti=0;Ti=qi!==pr?-qr*$t- -17:-$t*zi*pr+.5*pr;for(const ci of At)for(const ki of ci.positionedGlyphs)ki.x+=ii,ki.y+=Ti})(X.positionedLines,Jt,Qt,Ht,Tt,gt,De,We,be.length),X.top+=-Ht*We,X.bottom=X.top+We,X.left+=-Qt*Tt,X.right=X.left+Tt})(Z,e,i,s,z,h,f,g,w,y,S,E),!(function(X){for(const se of X)if(se.positionedGlyphs.length!==0)return!1;return!0})(V)&&Z}function Ph(r){let e=.5,i=.5;switch(r){case"right":case"top-right":case"bottom-right":e=1;break;case"left":case"top-left":case"bottom-left":e=0}switch(r){case"bottom":case"bottom-right":case"bottom-left":i=1;break;case"top":case"top-right":case"top-left":i=0}return{horizontalAlign:e,verticalAlign:i}}function $m(r,e,i){const s=e.getMaxScale()*Ei,{maxImageWidth:o,maxImageHeight:u}=e.getMaxImageSize(r),h=Math.max(s,u*i);return{verticalLineContentWidth:Math.max(s,o*i),horizontalLineContentHeight:h}}function Qd(r){switch(r){case"top":return 0;case"center":return .5;default:return 1}}function Zm(r,e,i){return!(r===M.az.horizontal||!e&&!bl(i)||e&&(Wc(i)||(s=i,new RegExp("\\p{sc=Arab}","u").test(String.fromCodePoint(s)))));var s}function Wm(r,e,i,s,o,u){const h=u[r.fontStack],f=(function(y,x,w,S){if(y&&y.rect)return y;const P=x[w.fontStack],E=P&&P[S];return E?{rect:null,metrics:E.metrics}:null})(h&&h[e],o,r,e);if(f===null)return null;let g;if(i)g=s.verticalLineContentWidth-r.scale*Ei;else{const y=Qd(r.verticalAlign);g=(s.horizontalLineContentHeight-r.scale*Ei)*y}return{rect:f.rect,metrics:f.metrics,baselineOffset:g}}function Hm(r,e,i,s,o){const u=o[r.imageName];if(!u)return null;const h=u.paddedRect,f=u.displaySize,g={width:f[0],height:f[1],left:1,top:-3,advance:e?f[1]:f[0]};let y;if(e)y=s.verticalLineContentWidth-f[1]*r.scale;else{const x=Qd(r.verticalAlign);y=(s.horizontalLineContentHeight-f[1]*r.scale)*x}return{rect:h,metrics:g,baselineOffset:y,imageOffset:(e?f[0]:f[1])*r.scale-Ei*i}}function Xm(r,e,i,s){if(s===0)return;const o=r[i],u=(r[i].x+o.metrics.advance*o.scale)*s;for(let h=e;h<=i;h++)r[h].x-=u}function Ym(r,e,i){const{horizontalAlign:s,verticalAlign:o}=Ph(i),u=e[0]-r.displaySize[0]*s,h=e[1]-r.displaySize[1]*o;return{image:r,top:h,bottom:h+r.displaySize[1],left:u,right:u+r.displaySize[0]}}function ep(r){var e,i;let s=r.left,o=r.top,u=r.right-s,h=r.bottom-o;const f=(e=r.image.textFitWidth)!==null&&e!==void 0?e:"stretchOrShrink",g=(i=r.image.textFitHeight)!==null&&i!==void 0?i:"stretchOrShrink",y=(r.image.content[2]-r.image.content[0])/(r.image.content[3]-r.image.content[1]);if(g==="proportional"){if(f==="stretchOnly"&&u/h<y||f==="proportional"){const x=Math.ceil(h*y);s*=x/u,u=x}}else if(f==="proportional"&&g==="stretchOnly"&&y!==0&&u/h>y){const x=Math.ceil(u/y);o*=x/h,h=x}return{x1:s,y1:o,x2:s+u,y2:o+h}}function tp(r,e,i,s,o,u){const h=r.image;let f;if(h.content){const z=h.content,F=h.pixelRatio||1;f=[z[0]/F,z[1]/F,h.displaySize[0]-z[2]/F,h.displaySize[1]-z[3]/F]}const g=e.left*u,y=e.right*u;let x,w,S,P;i==="width"||i==="both"?(P=o[0]+g-s[3],w=o[0]+y+s[1]):(P=o[0]+(g+y-h.displaySize[0])/2,w=P+h.displaySize[0]);const E=e.top*u,A=e.bottom*u;return i==="height"||i==="both"?(x=o[1]+E-s[0],S=o[1]+A+s[2]):(x=o[1]+(E+A-h.displaySize[1])/2,S=x+h.displaySize[1]),{image:h,top:x,right:w,bottom:S,left:P,collisionPadding:f}}je("ImagePosition",Sh),je("ImageAtlas",Jd),M.az=void 0,(Ss=M.az||(M.az={}))[Ss.none=0]="none",Ss[Ss.horizontal=1]="horizontal",Ss[Ss.vertical=2]="vertical",Ss[Ss.horizontalOnly=3]="horizontalOnly";const Gn=128,Ps=32640;function ip(r,e){const{expression:i}=e;if(i.kind==="constant")return{kind:"constant",layoutSize:i.evaluate(new Ft(r+1))};if(i.kind==="source")return{kind:"source"};{const{zoomStops:s,interpolationType:o}=i;let u=0;for(;u<s.length&&s[u]<=r;)u++;u=Math.max(0,u-1);let h=u;for(;h<s.length&&s[h]<r+1;)h++;h=Math.min(s.length-1,h);const f=s[u],g=s[h];return i.kind==="composite"?{kind:"composite",minZoom:f,maxZoom:g,interpolationType:o}:{kind:"camera",minZoom:f,maxZoom:g,minSize:i.evaluate(new Ft(f)),maxSize:i.evaluate(new Ft(g)),interpolationType:o}}}function Ih(r,e,i){let s="never";const o=r.get(e);return o?s=o:r.get(i)&&(s="always"),s}const Km=[{name:"a_fade_opacity",components:1,type:"Uint8",offset:0}];function fu(r,e,i,s,o,u,h,f,g,y,x,w,S){const P=f?Math.min(Ps,Math.round(f[0])):0,E=f?Math.min(Ps,Math.round(f[1])):0;r.emplaceBack(e,i,Math.round(32*s),Math.round(32*o),u,h,(P<<1)+(g?1:0),E,16*y,16*x,256*w,256*S)}function Mh(r,e,i){r.emplaceBack(e.x,e.y,i),r.emplaceBack(e.x,e.y,i),r.emplaceBack(e.x,e.y,i),r.emplaceBack(e.x,e.y,i)}function Jm(r){for(const e of r.sections)if(Yc(e.text))return!0;return!1}class Ch{constructor(e){this.layoutVertexArray=new W,this.indexArray=new ue,this.programConfigurations=e,this.segments=new ke,this.dynamicLayoutVertexArray=new te,this.opacityVertexArray=new pe,this.hasVisibleVertices=!1,this.placedSymbolArray=new m}isEmpty(){return this.layoutVertexArray.length===0&&this.indexArray.length===0&&this.dynamicLayoutVertexArray.length===0&&this.opacityVertexArray.length===0}upload(e,i,s,o){this.isEmpty()||(s&&(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,Pm.members),this.indexBuffer=e.createIndexBuffer(this.indexArray,i),this.dynamicLayoutVertexBuffer=e.createVertexBuffer(this.dynamicLayoutVertexArray,Im.members,!0),this.opacityVertexBuffer=e.createVertexBuffer(this.opacityVertexArray,Km,!0),this.opacityVertexBuffer.itemSize=1),(s||o)&&this.programConfigurations.upload(e))}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.programConfigurations.destroy(),this.segments.destroy(),this.dynamicLayoutVertexBuffer.destroy(),this.opacityVertexBuffer.destroy())}}je("SymbolBuffers",Ch);class Eh{constructor(e,i,s){this.layoutVertexArray=new e,this.layoutAttributes=i,this.indexArray=new s,this.segments=new ke,this.collisionVertexArray=new ce}upload(e){this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,this.layoutAttributes),this.indexBuffer=e.createIndexBuffer(this.indexArray),this.collisionVertexBuffer=e.createVertexBuffer(this.collisionVertexArray,Mm.members,!0)}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.segments.destroy(),this.collisionVertexBuffer.destroy())}}je("CollisionBuffers",Eh);class So{constructor(e){this.collisionBoxArray=e.collisionBoxArray,this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map((h=>h.id)),this.index=e.index,this.pixelRatio=e.pixelRatio,this.sourceLayerIndex=e.sourceLayerIndex,this.hasDependencies=!1,this.hasRTLText=!1,this.sortKeyRanges=[],this.collisionCircleArray=[];const i=this.layers[0]._unevaluatedLayout._values;this.textSizeData=ip(this.zoom,i["text-size"]),this.iconSizeData=ip(this.zoom,i["icon-size"]);const s=this.layers[0].layout,o=s.get("symbol-sort-key"),u=s.get("symbol-z-order");this.canOverlap=Ih(s,"text-overlap","text-allow-overlap")!=="never"||Ih(s,"icon-overlap","icon-allow-overlap")!=="never"||s.get("text-ignore-placement")||s.get("icon-ignore-placement"),this.sortFeaturesByKey=u!=="viewport-y"&&!o.isConstant(),this.sortFeaturesByY=(u==="viewport-y"||u==="auto"&&!this.sortFeaturesByKey)&&this.canOverlap,s.get("symbol-placement")==="point"&&(this.writingModes=s.get("text-writing-mode").map((h=>M.az[h]))),this.stateDependentLayerIds=this.layers.filter((h=>h.isStateDependent())).map((h=>h.id)),this.sourceID=e.sourceID}createArrays(){this.text=new Ch(new Un(this.layers,this.zoom,(e=>/^text/.test(e)))),this.icon=new Ch(new Un(this.layers,this.zoom,(e=>/^icon/.test(e)))),this.glyphOffsetArray=new b,this.lineVertexArray=new T,this.symbolInstances=new v,this.textAnchorOffsets=new I}calculateGlyphDependencies(e,i,s,o,u){for(const h of e)if(i[h.codePointAt(0)]=!0,(s||o)&&u){const f=Zl[h];f&&(i[f.codePointAt(0)]=!0)}}populate(e,i,s){const o=this.layers[0],u=o.layout,h=u.get("text-font"),f=u.get("text-field"),g=u.get("icon-image"),y=(f.value.kind!=="constant"||f.value.value instanceof rr&&!f.value.value.isEmpty()||f.value.value.toString().length>0)&&(h.value.kind!=="constant"||h.value.value.length>0),x=g.value.kind!=="constant"||!!g.value.value||Object.keys(g.parameters).length>0,w=u.get("symbol-sort-key");if(this.features=[],!y&&!x)return;const S=i.iconDependencies,P=i.glyphDependencies,E=i.availableImages,A=new Ft(this.zoom);for(const{feature:z,id:F,index:q,sourceLayerIndex:B}of e){const V=o._featureFilter.needGeometry,Z=yn(z,V);if(!o._featureFilter.filter(A,Z,s))continue;let X,se;if(V||(Z.geometry=_n(z)),y){const fe=o.getValueAndResolveTokens("text-field",Z,s,E),be=rr.factory(fe),De=this.hasRTLText=this.hasRTLText||Jm(be);(!De||fn.getRTLTextPluginStatus()==="unavailable"||De&&fn.isParsed())&&(X=Em(be,o,Z))}if(x){const fe=o.getValueAndResolveTokens("icon-image",Z,s,E);se=fe instanceof cr?fe:cr.fromString(fe)}if(!X&&!se)continue;const _e=this.sortFeaturesByKey?w.evaluate(Z,{},s):void 0;if(this.features.push({id:F,text:X,icon:se,index:q,sourceLayerIndex:B,geometry:Z.geometry,properties:z.properties,type:Gl.types[z.type],sortKey:_e}),se&&(S[se.name]=!0),X){const fe=h.evaluate(Z,{},s).join(","),be=u.get("text-rotation-alignment")!=="viewport"&&u.get("symbol-placement")!=="point";this.allowVerticalPlacement=this.writingModes&&this.writingModes.indexOf(M.az.vertical)>=0;for(const De of X.sections)if(De.image)S[De.image.name]=!0;else{const Se=ws(X.toString()),ge=De.fontStack||fe,he=P[ge]=P[ge]||{};this.calculateGlyphDependencies(De.text,he,be,this.allowVerticalPlacement,Se)}}}u.get("symbol-placement")==="line"&&(this.features=(function(z){const F={},q={},B=[];let V=0;function Z(fe){B.push(z[fe]),V++}function X(fe,be,De){const Se=q[fe];return delete q[fe],q[be]=Se,B[Se].geometry[0].pop(),B[Se].geometry[0]=B[Se].geometry[0].concat(De[0]),Se}function se(fe,be,De){const Se=F[be];return delete F[be],F[fe]=Se,B[Se].geometry[0].shift(),B[Se].geometry[0]=De[0].concat(B[Se].geometry[0]),Se}function _e(fe,be,De){const Se=De?be[0][be[0].length-1]:be[0][0];return`${fe}:${Se.x}:${Se.y}`}for(let fe=0;fe<z.length;fe++){const be=z[fe],De=be.geometry,Se=be.text?be.text.toString():null;if(!Se){Z(fe);continue}const ge=_e(Se,De),he=_e(Se,De,!0);if(ge in q&&he in F&&q[ge]!==F[he]){const Ve=se(ge,he,De),Be=X(ge,he,B[Ve].geometry);delete F[ge],delete q[he],q[_e(Se,B[Be].geometry,!0)]=Be,B[Ve].geometry=null}else ge in q?X(ge,he,De):he in F?se(ge,he,De):(Z(fe),F[ge]=V-1,q[he]=V-1)}return B.filter((fe=>fe.geometry))})(this.features)),this.sortFeaturesByKey&&this.features.sort(((z,F)=>z.sortKey-F.sortKey))}update(e,i,s){this.stateDependentLayers.length&&(this.text.programConfigurations.updatePaintArrays(e,i,this.layers,{imagePositions:s}),this.icon.programConfigurations.updatePaintArrays(e,i,this.layers,{imagePositions:s}))}isEmpty(){return this.symbolInstances.length===0&&!this.hasRTLText}uploadPending(){return!this.uploaded||this.text.programConfigurations.needsUpload||this.icon.programConfigurations.needsUpload}upload(e){!this.uploaded&&this.hasDebugData()&&(this.textCollisionBox.upload(e),this.iconCollisionBox.upload(e)),this.text.upload(e,this.sortFeaturesByY,!this.uploaded,this.text.programConfigurations.needsUpload),this.icon.upload(e,this.sortFeaturesByY,!this.uploaded,this.icon.programConfigurations.needsUpload),this.uploaded=!0}destroyDebugData(){this.textCollisionBox.destroy(),this.iconCollisionBox.destroy()}destroy(){this.text.destroy(),this.icon.destroy(),this.hasDebugData()&&this.destroyDebugData()}addToLineVertexArray(e,i){const s=this.lineVertexArray.length;if(e.segment!==void 0){let o=e.dist(i[e.segment+1]),u=e.dist(i[e.segment]);const h={};for(let f=e.segment+1;f<i.length;f++)h[f]={x:i[f].x,y:i[f].y,tileUnitDistanceFromAnchor:o},f<i.length-1&&(o+=i[f+1].dist(i[f]));for(let f=e.segment||0;f>=0;f--)h[f]={x:i[f].x,y:i[f].y,tileUnitDistanceFromAnchor:u},f>0&&(u+=i[f-1].dist(i[f]));for(let f=0;f<i.length;f++){const g=h[f];this.lineVertexArray.emplaceBack(g.x,g.y,g.tileUnitDistanceFromAnchor)}}return{lineStartIndex:s,lineLength:this.lineVertexArray.length-s}}addSymbols(e,i,s,o,u,h,f,g,y,x,w,S){const P=e.indexArray,E=e.layoutVertexArray,A=e.segments.prepareSegment(4*i.length,E,P,this.canOverlap?h.sortKey:void 0),z=this.glyphOffsetArray.length,F=A.vertexLength,q=this.allowVerticalPlacement&&f===M.az.vertical?Math.PI/2:0,B=h.text&&h.text.sections;for(let V=0;V<i.length;V++){const{tl:Z,tr:X,bl:se,br:_e,tex:fe,pixelOffsetTL:be,pixelOffsetBR:De,minFontScaleX:Se,minFontScaleY:ge,glyphOffset:he,isSDF:Ve,sectionIndex:Be}=i[V],Ge=A.vertexLength,Re=he[1];fu(E,g.x,g.y,Z.x,Re+Z.y,fe.x,fe.y,s,Ve,be.x,be.y,Se,ge),fu(E,g.x,g.y,X.x,Re+X.y,fe.x+fe.w,fe.y,s,Ve,De.x,be.y,Se,ge),fu(E,g.x,g.y,se.x,Re+se.y,fe.x,fe.y+fe.h,s,Ve,be.x,De.y,Se,ge),fu(E,g.x,g.y,_e.x,Re+_e.y,fe.x+fe.w,fe.y+fe.h,s,Ve,De.x,De.y,Se,ge),Mh(e.dynamicLayoutVertexArray,g,q),P.emplaceBack(Ge,Ge+2,Ge+1),P.emplaceBack(Ge+1,Ge+2,Ge+3),A.vertexLength+=4,A.primitiveLength+=2,this.glyphOffsetArray.emplaceBack(he[0]),V!==i.length-1&&Be===i[V+1].sectionIndex||e.programConfigurations.populatePaintArrays(E.length,h,h.index,{imagePositions:{},canonical:S,formattedSection:B&&B[Be]})}e.placedSymbolArray.emplaceBack(g.x,g.y,z,this.glyphOffsetArray.length-z,F,y,x,g.segment,s?s[0]:0,s?s[1]:0,o[0],o[1],f,0,!1,0,w)}_addCollisionDebugVertex(e,i,s,o,u,h){return i.emplaceBack(0,0),e.emplaceBack(s.x,s.y,o,u,Math.round(h.x),Math.round(h.y))}addCollisionDebugVertices(e,i,s,o,u,h,f){const g=u.segments.prepareSegment(4,u.layoutVertexArray,u.indexArray),y=g.vertexLength,x=u.layoutVertexArray,w=u.collisionVertexArray,S=f.anchorX,P=f.anchorY;this._addCollisionDebugVertex(x,w,h,S,P,new ve(e,i)),this._addCollisionDebugVertex(x,w,h,S,P,new ve(s,i)),this._addCollisionDebugVertex(x,w,h,S,P,new ve(s,o)),this._addCollisionDebugVertex(x,w,h,S,P,new ve(e,o)),g.vertexLength+=4;const E=u.indexArray;E.emplaceBack(y,y+1),E.emplaceBack(y+1,y+2),E.emplaceBack(y+2,y+3),E.emplaceBack(y+3,y),g.primitiveLength+=4}addDebugCollisionBoxes(e,i,s,o){for(let u=e;u<i;u++){const h=this.collisionBoxArray.get(u);this.addCollisionDebugVertices(h.x1,h.y1,h.x2,h.y2,o?this.textCollisionBox:this.iconCollisionBox,h.anchorPoint,s)}}generateCollisionDebugBuffers(){this.hasDebugData()&&this.destroyDebugData(),this.textCollisionBox=new Eh(oe,Gd.members,Ce),this.iconCollisionBox=new Eh(oe,Gd.members,Ce);for(let e=0;e<this.symbolInstances.length;e++){const i=this.symbolInstances.get(e);this.addDebugCollisionBoxes(i.textBoxStartIndex,i.textBoxEndIndex,i,!0),this.addDebugCollisionBoxes(i.verticalTextBoxStartIndex,i.verticalTextBoxEndIndex,i,!0),this.addDebugCollisionBoxes(i.iconBoxStartIndex,i.iconBoxEndIndex,i,!1),this.addDebugCollisionBoxes(i.verticalIconBoxStartIndex,i.verticalIconBoxEndIndex,i,!1)}}_deserializeCollisionBoxesForSymbol(e,i,s,o,u,h,f,g,y){const x={};for(let w=i;w<s;w++){const S=e.get(w);x.textBox={x1:S.x1,y1:S.y1,x2:S.x2,y2:S.y2,anchorPointX:S.anchorPointX,anchorPointY:S.anchorPointY},x.textFeatureIndex=S.featureIndex;break}for(let w=o;w<u;w++){const S=e.get(w);x.verticalTextBox={x1:S.x1,y1:S.y1,x2:S.x2,y2:S.y2,anchorPointX:S.anchorPointX,anchorPointY:S.anchorPointY},x.verticalTextFeatureIndex=S.featureIndex;break}for(let w=h;w<f;w++){const S=e.get(w);x.iconBox={x1:S.x1,y1:S.y1,x2:S.x2,y2:S.y2,anchorPointX:S.anchorPointX,anchorPointY:S.anchorPointY},x.iconFeatureIndex=S.featureIndex;break}for(let w=g;w<y;w++){const S=e.get(w);x.verticalIconBox={x1:S.x1,y1:S.y1,x2:S.x2,y2:S.y2,anchorPointX:S.anchorPointX,anchorPointY:S.anchorPointY},x.verticalIconFeatureIndex=S.featureIndex;break}return x}deserializeCollisionBoxes(e){this.collisionArrays=[];for(let i=0;i<this.symbolInstances.length;i++){const s=this.symbolInstances.get(i);this.collisionArrays.push(this._deserializeCollisionBoxesForSymbol(e,s.textBoxStartIndex,s.textBoxEndIndex,s.verticalTextBoxStartIndex,s.verticalTextBoxEndIndex,s.iconBoxStartIndex,s.iconBoxEndIndex,s.verticalIconBoxStartIndex,s.verticalIconBoxEndIndex))}}hasTextData(){return this.text.segments.get().length>0}hasIconData(){return this.icon.segments.get().length>0}hasDebugData(){return this.textCollisionBox&&this.iconCollisionBox}hasTextCollisionBoxData(){return this.hasDebugData()&&this.textCollisionBox.segments.get().length>0}hasIconCollisionBoxData(){return this.hasDebugData()&&this.iconCollisionBox.segments.get().length>0}addIndicesForPlacedSymbol(e,i){const s=e.placedSymbolArray.get(i),o=s.vertexStartIndex+4*s.numGlyphs;for(let u=s.vertexStartIndex;u<o;u+=4)e.indexArray.emplaceBack(u,u+2,u+1),e.indexArray.emplaceBack(u+1,u+2,u+3)}getSortedSymbolIndexes(e){if(this.sortedAngle===e&&this.symbolInstanceIndexes!==void 0)return this.symbolInstanceIndexes;const i=Math.sin(e),s=Math.cos(e),o=[],u=[],h=[];for(let f=0;f<this.symbolInstances.length;++f){h.push(f);const g=this.symbolInstances.get(f);o.push(0|Math.round(i*g.anchorX+s*g.anchorY)),u.push(g.featureIndex)}return h.sort(((f,g)=>o[f]-o[g]||u[g]-u[f])),h}addToSortKeyRanges(e,i){const s=this.sortKeyRanges[this.sortKeyRanges.length-1];s&&s.sortKey===i?s.symbolInstanceEnd=e+1:this.sortKeyRanges.push({sortKey:i,symbolInstanceStart:e,symbolInstanceEnd:e+1})}sortFeatures(e){if(this.sortFeaturesByY&&this.sortedAngle!==e&&!(this.text.segments.get().length>1||this.icon.segments.get().length>1)){this.symbolInstanceIndexes=this.getSortedSymbolIndexes(e),this.sortedAngle=e,this.text.indexArray.clear(),this.icon.indexArray.clear(),this.featureSortOrder=[];for(const i of this.symbolInstanceIndexes){const s=this.symbolInstances.get(i);this.featureSortOrder.push(s.featureIndex),[s.rightJustifiedTextSymbolIndex,s.centerJustifiedTextSymbolIndex,s.leftJustifiedTextSymbolIndex].forEach(((o,u,h)=>{o>=0&&h.indexOf(o)===u&&this.addIndicesForPlacedSymbol(this.text,o)})),s.verticalPlacedTextSymbolIndex>=0&&this.addIndicesForPlacedSymbol(this.text,s.verticalPlacedTextSymbolIndex),s.placedIconSymbolIndex>=0&&this.addIndicesForPlacedSymbol(this.icon,s.placedIconSymbolIndex),s.verticalPlacedIconSymbolIndex>=0&&this.addIndicesForPlacedSymbol(this.icon,s.verticalPlacedIconSymbolIndex)}this.text.indexBuffer&&this.text.indexBuffer.updateData(this.text.indexArray),this.icon.indexBuffer&&this.icon.indexBuffer.updateData(this.icon.indexArray)}}}let rp,np;je("SymbolBucket",So,{omit:["layers","collisionBoxArray","features","compareText"]}),So.MAX_GLYPHS=65535,So.addDynamicAttributes=Mh;var Ah={get paint(){return np=np||new er({"icon-opacity":new Ke(le.paint_symbol["icon-opacity"]),"icon-color":new Ke(le.paint_symbol["icon-color"]),"icon-halo-color":new Ke(le.paint_symbol["icon-halo-color"]),"icon-halo-width":new Ke(le.paint_symbol["icon-halo-width"]),"icon-halo-blur":new Ke(le.paint_symbol["icon-halo-blur"]),"icon-translate":new $e(le.paint_symbol["icon-translate"]),"icon-translate-anchor":new $e(le.paint_symbol["icon-translate-anchor"]),"text-opacity":new Ke(le.paint_symbol["text-opacity"]),"text-color":new Ke(le.paint_symbol["text-color"],{runtimeType:lr,getOverride:r=>r.textColor,hasOverride:r=>!!r.textColor}),"text-halo-color":new Ke(le.paint_symbol["text-halo-color"]),"text-halo-width":new Ke(le.paint_symbol["text-halo-width"]),"text-halo-blur":new Ke(le.paint_symbol["text-halo-blur"]),"text-translate":new $e(le.paint_symbol["text-translate"]),"text-translate-anchor":new $e(le.paint_symbol["text-translate-anchor"])})},get layout(){return rp=rp||new er({"symbol-placement":new $e(le.layout_symbol["symbol-placement"]),"symbol-spacing":new $e(le.layout_symbol["symbol-spacing"]),"symbol-avoid-edges":new $e(le.layout_symbol["symbol-avoid-edges"]),"symbol-sort-key":new Ke(le.layout_symbol["symbol-sort-key"]),"symbol-z-order":new $e(le.layout_symbol["symbol-z-order"]),"icon-allow-overlap":new $e(le.layout_symbol["icon-allow-overlap"]),"icon-overlap":new $e(le.layout_symbol["icon-overlap"]),"icon-ignore-placement":new $e(le.layout_symbol["icon-ignore-placement"]),"icon-optional":new $e(le.layout_symbol["icon-optional"]),"icon-rotation-alignment":new $e(le.layout_symbol["icon-rotation-alignment"]),"icon-size":new Ke(le.layout_symbol["icon-size"]),"icon-text-fit":new $e(le.layout_symbol["icon-text-fit"]),"icon-text-fit-padding":new $e(le.layout_symbol["icon-text-fit-padding"]),"icon-image":new Ke(le.layout_symbol["icon-image"]),"icon-rotate":new Ke(le.layout_symbol["icon-rotate"]),"icon-padding":new Ke(le.layout_symbol["icon-padding"]),"icon-keep-upright":new $e(le.layout_symbol["icon-keep-upright"]),"icon-offset":new Ke(le.layout_symbol["icon-offset"]),"icon-anchor":new Ke(le.layout_symbol["icon-anchor"]),"icon-pitch-alignment":new $e(le.layout_symbol["icon-pitch-alignment"]),"text-pitch-alignment":new $e(le.layout_symbol["text-pitch-alignment"]),"text-rotation-alignment":new $e(le.layout_symbol["text-rotation-alignment"]),"text-field":new Ke(le.layout_symbol["text-field"]),"text-font":new Ke(le.layout_symbol["text-font"]),"text-size":new Ke(le.layout_symbol["text-size"]),"text-max-width":new Ke(le.layout_symbol["text-max-width"]),"text-line-height":new $e(le.layout_symbol["text-line-height"]),"text-letter-spacing":new Ke(le.layout_symbol["text-letter-spacing"]),"text-justify":new Ke(le.layout_symbol["text-justify"]),"text-radial-offset":new Ke(le.layout_symbol["text-radial-offset"]),"text-variable-anchor":new $e(le.layout_symbol["text-variable-anchor"]),"text-variable-anchor-offset":new Ke(le.layout_symbol["text-variable-anchor-offset"]),"text-anchor":new Ke(le.layout_symbol["text-anchor"]),"text-max-angle":new $e(le.layout_symbol["text-max-angle"]),"text-writing-mode":new $e(le.layout_symbol["text-writing-mode"]),"text-rotate":new Ke(le.layout_symbol["text-rotate"]),"text-padding":new $e(le.layout_symbol["text-padding"]),"text-keep-upright":new $e(le.layout_symbol["text-keep-upright"]),"text-transform":new Ke(le.layout_symbol["text-transform"]),"text-offset":new Ke(le.layout_symbol["text-offset"]),"text-allow-overlap":new $e(le.layout_symbol["text-allow-overlap"]),"text-overlap":new $e(le.layout_symbol["text-overlap"]),"text-ignore-placement":new $e(le.layout_symbol["text-ignore-placement"]),"text-optional":new $e(le.layout_symbol["text-optional"])})}};class sp{constructor(e){if(e.property.overrides===void 0)throw new Error("overrides must be provided to instantiate FormatSectionOverride class");this.type=e.property.overrides?e.property.overrides.runtimeType:_r,this.defaultValue=e}evaluate(e){if(e.formattedSection){const i=this.defaultValue.property.overrides;if(i&&i.hasOverride(e.formattedSection))return i.getOverride(e.formattedSection)}return e.feature&&e.featureState?this.defaultValue.evaluate(e.feature,e.featureState):this.defaultValue.property.specification.default}eachChild(e){this.defaultValue.isConstant()||e(this.defaultValue.value._styleExpression.expression)}outputDefined(){return!1}serialize(){return null}}je("FormatSectionOverride",sp,{omit:["defaultValue"]});class mu extends br{constructor(e,i){super(e,Ah,i)}recalculate(e,i){if(super.recalculate(e,i),this.layout.get("icon-rotation-alignment")==="auto"&&(this.layout._values["icon-rotation-alignment"]=this.layout.get("symbol-placement")!=="point"?"map":"viewport"),this.layout.get("text-rotation-alignment")==="auto"&&(this.layout._values["text-rotation-alignment"]=this.layout.get("symbol-placement")!=="point"?"map":"viewport"),this.layout.get("text-pitch-alignment")==="auto"&&(this.layout._values["text-pitch-alignment"]=this.layout.get("text-rotation-alignment")==="map"?"map":"viewport"),this.layout.get("icon-pitch-alignment")==="auto"&&(this.layout._values["icon-pitch-alignment"]=this.layout.get("icon-rotation-alignment")),this.layout.get("symbol-placement")==="point"){const s=this.layout.get("text-writing-mode");if(s){const o=[];for(const u of s)o.indexOf(u)<0&&o.push(u);this.layout._values["text-writing-mode"]=o}else this.layout._values["text-writing-mode"]=["horizontal"]}this._setPaintOverrides()}getValueAndResolveTokens(e,i,s,o){const u=this.layout.get(e).evaluate(i,{},s,o),h=this._unevaluatedLayout._values[e];return h.isDataDriven()||_s(h.value)||!u?u:(function(f,g){return g.replace(/{([^{}]+)}/g,((y,x)=>f&&x in f?String(f[x]):""))})(i.properties,u)}createBucket(e){return new So(e)}queryRadius(){return 0}queryIntersectsFeature(){throw new Error("Should take a different path in FeatureIndex")}_setPaintOverrides(){for(const e of Ah.paint.overridableProperties){if(!mu.hasPaintOverride(this.layout,e))continue;const i=this.paint.get(e),s=new sp(i),o=new cl(s,i.property.specification);let u=null;u=i.value.kind==="constant"||i.value.kind==="source"?new Ha("source",o):new ul("composite",o,i.value.zoomStops),this.paint._values[e]=new kr(i.property,u,i.parameters)}}_handleOverridablePaintPropertyUpdate(e,i,s){return!(!this.layout||i.isDataDriven()||s.isDataDriven())&&mu.hasPaintOverride(this.layout,e)}static hasPaintOverride(e,i){const s=e.get("text-field"),o=Ah.paint.properties[i];let u=!1;const h=f=>{for(const g of f)if(o.overrides&&o.overrides.hasOverride(g))return void(u=!0)};if(s.value.kind==="constant"&&s.value.value instanceof rr)h(s.value.value.sections);else if(s.value.kind==="source"||s.value.kind==="composite"){const f=y=>{u||(y instanceof Nr&&di(y.value)===ks?h(y.value.sections):y instanceof Gs?h(y.sections):y.eachChild(f))},g=s.value;g._styleExpression&&f(g._styleExpression.expression)}return u}}let ap;var Qm={get paint(){return ap=ap||new er({"background-color":new $e(le.paint_background["background-color"]),"background-pattern":new ao(le.paint_background["background-pattern"]),"background-opacity":new $e(le.paint_background["background-opacity"])})}};class eg extends br{constructor(e,i){super(e,Qm,i)}}class tg extends br{constructor(e,i){super(e,{},i),this.onAdd=s=>{this.implementation.onAdd&&this.implementation.onAdd(s,s.painter.context.gl)},this.onRemove=s=>{this.implementation.onRemove&&this.implementation.onRemove(s,s.painter.context.gl)},this.implementation=e}is3D(){return this.implementation.renderingMode==="3d"}hasOffscreenPass(){return this.implementation.prerender!==void 0}recalculate(){}updateTransitions(){}hasTransition(){return!1}serialize(){throw new Error("Custom layers cannot be serialized")}}class ig{constructor(e){this._methodToThrottle=e,this._triggered=!1,typeof MessageChannel<"u"&&(this._channel=new MessageChannel,this._channel.port2.onmessage=()=>{this._triggered=!1,this._methodToThrottle()})}trigger(){this._triggered||(this._triggered=!0,this._channel?this._channel.port1.postMessage(!0):setTimeout((()=>{this._triggered=!1,this._methodToThrottle()}),0))}remove(){delete this._channel,this._methodToThrottle=()=>{}}}const rg={once:!0},Dh=63710088e-1;class Is{constructor(e,i){if(isNaN(e)||isNaN(i))throw new Error(`Invalid LngLat object: (${e}, ${i})`);if(this.lng=+e,this.lat=+i,this.lat>90||this.lat<-90)throw new Error("Invalid LngLat latitude value: must be between -90 and 90")}wrap(){return new Is(Ye(this.lng,-180,180),this.lat)}toArray(){return[this.lng,this.lat]}toString(){return`LngLat(${this.lng}, ${this.lat})`}distanceTo(e){const i=Math.PI/180,s=this.lat*i,o=e.lat*i,u=Math.sin(s)*Math.sin(o)+Math.cos(s)*Math.cos(o)*Math.cos((e.lng-this.lng)*i);return Dh*Math.acos(Math.min(u,1))}static convert(e){if(e instanceof Is)return e;if(Array.isArray(e)&&(e.length===2||e.length===3))return new Is(Number(e[0]),Number(e[1]));if(!Array.isArray(e)&&typeof e=="object"&&e!==null)return new Is(Number("lng"in e?e.lng:e.lon),Number(e.lat));throw new Error("`LngLatLike` argument must be specified as a LngLat instance, an object {lng: <lng>, lat: <lat>}, an object {lon: <lng>, lat: <lat>}, or an array of [<lng>, <lat>]")}}const op=2*Math.PI*Dh;function lp(r){return op*Math.cos(r*Math.PI/180)}function cp(r){return(180+r)/360}function up(r){return(180-180/Math.PI*Math.log(Math.tan(Math.PI/4+r*Math.PI/360)))/360}function hp(r,e){return r/lp(e)}function dp(r){return 360*r-180}function gu(r){return 360/Math.PI*Math.atan(Math.exp((180-360*r)*Math.PI/180))-90}function pp(r,e){return r*lp(gu(e))}class Wl{constructor(e,i,s=0){this.x=+e,this.y=+i,this.z=+s}static fromLngLat(e,i=0){const s=Is.convert(e);return new Wl(cp(s.lng),up(s.lat),hp(i,s.lat))}toLngLat(){return new Is(dp(this.x),gu(this.y))}toAltitude(){return pp(this.z,this.y)}meterInMercatorCoordinateUnits(){return 1/op*(e=gu(this.y),1/Math.cos(e*Math.PI/180));var e}}function fp(r,e,i){var s=2*Math.PI*6378137/256/Math.pow(2,i);return[r*s-2*Math.PI*6378137/2,e*s-2*Math.PI*6378137/2]}class zh{constructor(e,i,s){if(!(function(o,u,h){return!(o<0||o>25||h<0||h>=Math.pow(2,o)||u<0||u>=Math.pow(2,o))})(e,i,s))throw new Error(`x=${i}, y=${s}, z=${e} outside of bounds. 0<=x<${Math.pow(2,e)}, 0<=y<${Math.pow(2,e)} 0<=z<=25 `);this.z=e,this.x=i,this.y=s,this.key=Po(0,e,e,i,s)}equals(e){return this.z===e.z&&this.x===e.x&&this.y===e.y}url(e,i,s){const o=(function(h,f,g){var y=fp(256*h,256*(f=Math.pow(2,g)-f-1),g),x=fp(256*(h+1),256*(f+1),g);return y[0]+","+y[1]+","+x[0]+","+x[1]})(this.x,this.y,this.z),u=(function(h,f,g){let y,x="";for(let w=h;w>0;w--)y=1<<w-1,x+=(f&y?1:0)+(g&y?2:0);return x})(this.z,this.x,this.y);return e[(this.x+this.y)%e.length].replace(/{prefix}/g,(this.x%16).toString(16)+(this.y%16).toString(16)).replace(/{z}/g,String(this.z)).replace(/{x}/g,String(this.x)).replace(/{y}/g,String(s==="tms"?Math.pow(2,this.z)-this.y-1:this.y)).replace(/{ratio}/g,i>1?"@2x":"").replace(/{quadkey}/g,u).replace(/{bbox-epsg-3857}/g,o)}isChildOf(e){const i=this.z-e.z;return i>0&&e.x===this.x>>i&&e.y===this.y>>i}getTilePoint(e){const i=Math.pow(2,this.z);return new ve((e.x*i-this.x)*Ue,(e.y*i-this.y)*Ue)}toString(){return`${this.z}/${this.x}/${this.y}`}}class mp{constructor(e,i){this.wrap=e,this.canonical=i,this.key=Po(e,i.z,i.z,i.x,i.y)}}class Fr{constructor(e,i,s,o,u){if(this.terrainRttPosMatrix32f=null,e<s)throw new Error(`overscaledZ should be >= z; overscaledZ = ${e}; z = ${s}`);this.overscaledZ=e,this.wrap=i,this.canonical=new zh(s,+o,+u),this.key=Po(i,e,s,o,u)}clone(){return new Fr(this.overscaledZ,this.wrap,this.canonical.z,this.canonical.x,this.canonical.y)}equals(e){return this.overscaledZ===e.overscaledZ&&this.wrap===e.wrap&&this.canonical.equals(e.canonical)}scaledTo(e){if(e>this.overscaledZ)throw new Error(`targetZ > this.overscaledZ; targetZ = ${e}; overscaledZ = ${this.overscaledZ}`);const i=this.canonical.z-e;return e>this.canonical.z?new Fr(e,this.wrap,this.canonical.z,this.canonical.x,this.canonical.y):new Fr(e,this.wrap,e,this.canonical.x>>i,this.canonical.y>>i)}isOverscaled(){return this.overscaledZ>this.canonical.z}calculateScaledKey(e,i){if(e>this.overscaledZ)throw new Error(`targetZ > this.overscaledZ; targetZ = ${e}; overscaledZ = ${this.overscaledZ}`);const s=this.canonical.z-e;return e>this.canonical.z?Po(this.wrap*+i,e,this.canonical.z,this.canonical.x,this.canonical.y):Po(this.wrap*+i,e,e,this.canonical.x>>s,this.canonical.y>>s)}isChildOf(e){if(e.wrap!==this.wrap||this.overscaledZ-e.overscaledZ<=0)return!1;if(e.overscaledZ===0)return this.overscaledZ>0;const i=this.canonical.z-e.canonical.z;return!(i<0)&&e.canonical.x===this.canonical.x>>i&&e.canonical.y===this.canonical.y>>i}children(e){if(this.overscaledZ>=e)return[new Fr(this.overscaledZ+1,this.wrap,this.canonical.z,this.canonical.x,this.canonical.y)];const i=this.canonical.z+1,s=2*this.canonical.x,o=2*this.canonical.y;return[new Fr(i,this.wrap,i,s,o),new Fr(i,this.wrap,i,s+1,o),new Fr(i,this.wrap,i,s,o+1),new Fr(i,this.wrap,i,s+1,o+1)]}isLessThan(e){return this.wrap<e.wrap||!(this.wrap>e.wrap)&&(this.overscaledZ<e.overscaledZ||!(this.overscaledZ>e.overscaledZ)&&(this.canonical.x<e.canonical.x||!(this.canonical.x>e.canonical.x)&&this.canonical.y<e.canonical.y))}wrapped(){return new Fr(this.overscaledZ,0,this.canonical.z,this.canonical.x,this.canonical.y)}unwrapTo(e){return new Fr(this.overscaledZ,e,this.canonical.z,this.canonical.x,this.canonical.y)}overscaleFactor(){return Math.pow(2,this.overscaledZ-this.canonical.z)}toUnwrapped(){return new mp(this.wrap,this.canonical)}toString(){return`${this.overscaledZ}/${this.canonical.x}/${this.canonical.y}`}getTilePoint(e){return this.canonical.getTilePoint(new Wl(e.x-this.wrap,e.y))}}function Po(r,e,i,s,o){(r*=2)<0&&(r=-1*r-1);const u=1<<i;return(u*u*r+u*o+s).toString(36)+i.toString(36)+e.toString(36)}function kh(r,e){return e?r.properties[e]:r.id}function ng(r,e){const i={id:r.id};if(e.removeAllProperties&&(delete r.removeProperties,delete r.addOrUpdateProperties,delete e.removeProperties),e.removeProperties)for(const s of e.removeProperties){const o=r.addOrUpdateProperties.findIndex((u=>u.key===s));o>-1&&r.addOrUpdateProperties.splice(o,1)}return(r.removeAllProperties||e.removeAllProperties)&&(i.removeAllProperties=!0),(r.removeProperties||e.removeProperties)&&(i.removeProperties=[...r.removeProperties||[],...e.removeProperties||[]]),(r.addOrUpdateProperties||e.addOrUpdateProperties)&&(i.addOrUpdateProperties=[...r.addOrUpdateProperties||[],...e.addOrUpdateProperties||[]]),(r.newGeometry||e.newGeometry)&&(i.newGeometry=e.newGeometry||r.newGeometry),i}function gp(r){var e,i;if(!r)return{};const s={};return s.removeAll=r.removeAll,s.remove=new Set(r.remove||[]),s.add=new Map((e=r.add)===null||e===void 0?void 0:e.map((o=>[o.id,o]))),s.update=new Map((i=r.update)===null||i===void 0?void 0:i.map((o=>[o.id,o]))),s}je("CanonicalTileID",zh),je("OverscaledTileID",Fr,{omit:["terrainRttPosMatrix32f"]});class xa{constructor(){this.minX=1/0,this.maxX=-1/0,this.minY=1/0,this.maxY=-1/0}extend(e){return this.minX=Math.min(this.minX,e.x),this.minY=Math.min(this.minY,e.y),this.maxX=Math.max(this.maxX,e.x),this.maxY=Math.max(this.maxY,e.y),this}expandBy(e){return this.minX-=e,this.minY-=e,this.maxX+=e,this.maxY+=e,(this.minX>this.maxX||this.minY>this.maxY)&&(this.minX=1/0,this.maxX=-1/0,this.minY=1/0,this.maxY=-1/0),this}shrinkBy(e){return this.expandBy(-e)}map(e){const i=new xa;return i.extend(e(new ve(this.minX,this.minY))),i.extend(e(new ve(this.maxX,this.minY))),i.extend(e(new ve(this.minX,this.maxY))),i.extend(e(new ve(this.maxX,this.maxY))),i}static fromPoints(e){const i=new xa;for(const s of e)i.extend(s);return i}contains(e){return e.x>=this.minX&&e.x<=this.maxX&&e.y>=this.minY&&e.y<=this.maxY}empty(){return this.minX>this.maxX}width(){return this.maxX-this.minX}height(){return this.maxY-this.minY}covers(e){return!this.empty()&&!e.empty()&&e.minX>=this.minX&&e.maxX<=this.maxX&&e.minY>=this.minY&&e.maxY<=this.maxY}intersects(e){return!this.empty()&&!e.empty()&&e.minX<=this.maxX&&e.maxX>=this.minX&&e.minY<=this.maxY&&e.maxY>=this.minY}}class _p{constructor(e){this._stringToNumber={},this._numberToString=[];for(let i=0;i<e.length;i++){const s=e[i];this._stringToNumber[s]=i,this._numberToString[i]=s}}encode(e){return this._stringToNumber[e]}decode(e){if(e>=this._numberToString.length)throw new Error(`Out of bounds. Index requested n=${e} can't be >= this._numberToString.length ${this._numberToString.length}`);return this._numberToString[e]}}class yp{constructor(e,i,s,o,u){this.type="Feature",this._vectorTileFeature=e,this._x=s,this._y=o,this._z=i,this.properties=e.properties,this.id=u}projectPoint(e,i,s,o){return[360*(e.x+i)/o-180,360/Math.PI*Math.atan(Math.exp((1-2*(e.y+s)/o)*Math.PI))-90]}projectLine(e,i,s,o){return e.map((u=>this.projectPoint(u,i,s,o)))}get geometry(){if(this._geometry)return this._geometry;const e=this._vectorTileFeature,i=e.extent*Math.pow(2,this._z),s=e.extent*this._x,o=e.extent*this._y,u=e.loadGeometry();switch(e.type){case 1:{const h=[];for(const g of u)h.push(g[0]);const f=this.projectLine(h,s,o,i);this._geometry=h.length===1?{type:"Point",coordinates:f[0]}:{type:"MultiPoint",coordinates:f};break}case 2:{const h=u.map((f=>this.projectLine(f,s,o,i)));this._geometry=h.length===1?{type:"LineString",coordinates:h[0]}:{type:"MultiLineString",coordinates:h};break}case 3:{const h=kd(u),f=[];for(const g of h)f.push(g.map((y=>this.projectLine(y,s,o,i))));this._geometry=f.length===1?{type:"Polygon",coordinates:f[0]}:{type:"MultiPolygon",coordinates:f};break}default:throw new Error(`unknown feature type: ${e.type}`)}return this._geometry}set geometry(e){this._geometry=e}toJSON(){const e={geometry:this.geometry};for(const i in this)i!=="_geometry"&&i!=="_vectorTileFeature"&&i!=="_x"&&i!=="_y"&&i!=="_z"&&(e[i]=this[i]);return e}}class Io{_name;dataBuffer;nullabilityBuffer;_size;constructor(e,i,s){this._name=e,this.dataBuffer=i,typeof s=="number"?this._size=s:(this.nullabilityBuffer=s,this._size=s.size())}getValue(e){return this.nullabilityBuffer&&!this.nullabilityBuffer.get(e)?null:this.getValueFromBuffer(e)}has(e){return this.nullabilityBuffer&&this.nullabilityBuffer.get(e)||!this.nullabilityBuffer}get name(){return this._name}get size(){return this._size}}class _u extends Io{}class Lh extends _u{getValueFromBuffer(e){return this.dataBuffer[e]}}class Rh extends _u{getValueFromBuffer(e){return this.dataBuffer[e]}}class vp extends Io{delta;constructor(e,i,s,o){super(e,i,o),this.delta=s}}class Fh extends vp{constructor(e,i,s,o){super(e,Int32Array.of(i),s,o)}getValueFromBuffer(e){return this.dataBuffer[0]+e*this.delta}}class Bh extends Io{constructor(e,i,s){super(e,Int32Array.of(i),s)}getValueFromBuffer(e){return this.dataBuffer[0]}}class sg{_name;_geometryVector;_idVector;_propertyVectors;_extent;propertyVectorsMap;constructor(e,i,s,o,u=4096){this._name=e,this._geometryVector=i,this._idVector=s,this._propertyVectors=o,this._extent=u}get name(){return this._name}get idVector(){return this._idVector}get geometryVector(){return this._geometryVector}get propertyVectors(){return this._propertyVectors}getPropertyVector(e){return this.propertyVectorsMap||(this.propertyVectorsMap=new Map(this._propertyVectors.map((i=>[i.name,i])))),this.propertyVectorsMap.get(e)}*[Symbol.iterator](){const e=this.geometryVector[Symbol.iterator]();let i=0;for(;i<this.numFeatures;){let s;this.idVector&&(s=this.containsMaxSaveIntegerValues(this.idVector)?Number(this.idVector.getValue(i)):this.idVector.getValue(i));const o=e?.next().value,u={};for(const h of this.propertyVectors){if(!h)continue;const f=h.name,g=h.getValue(i);g!==null&&(u[f]=g)}i++,yield{id:s,geometry:o,properties:u}}}get numFeatures(){return this.geometryVector.numGeometries}get extent(){return this._extent}getFeatures(){const e=[],i=this.geometryVector.getGeometries();for(let s=0;s<this.numFeatures;s++){let o;this.idVector&&(o=this.containsMaxSaveIntegerValues(this.idVector)?Number(this.idVector.getValue(s)):this.idVector.getValue(s));const u={coordinates:i[s],type:this.geometryVector.geometryType(s)},h={};for(const f of this.propertyVectors){if(!f)continue;const g=f.name,y=f.getValue(s);y!==null&&(h[g]=y)}e.push({id:o,geometry:u,properties:h})}return e}containsMaxSaveIntegerValues(e){return e instanceof Lh||e instanceof Bh&&e instanceof Fh||e instanceof Rh}}class ag{value;constructor(e){this.value=e}get(){return this.value}set(e){this.value=e}increment(){return this.value++}add(e){this.value+=e}}var _t,qn,ji,Jr,ba,Tr,Ai,Di,xp,Br;function Oi(r,e,i){const s=new Int32Array(i);let o=0,u=e.get();for(let h=0;h<s.length;h++){let f=r[u++],g=127&f;f<128||(f=r[u++],g|=(127&f)<<7,f<128||(f=r[u++],g|=(127&f)<<14,f<128||(f=r[u++],g|=(127&f)<<21,f<128||(f=r[u++],g|=(15&f)<<28)))),s[o++]=g}return e.set(u),s}function yu(r,e,i){const s=new BigInt64Array(i);for(let o=0;o<s.length;o++)s[o]=lg(r,e);return s}function og(r,e){let i,s;return s=r[e.get()],e.increment(),i=127&s,s<128?i:(s=r[e.get()],e.increment(),i|=(127&s)<<7,s<128?i:(s=r[e.get()],e.increment(),i|=(127&s)<<14,s<128?i:(s=r[e.get()],e.increment(),i|=(127&s)<<21,s<128?i:(s=r[e.get()],i|=(15&s)<<28,(function(o,u,h){let f,g;if(g=u[h.get()],h.increment(),f=(112&g)>>4,g<128||(g=u[h.get()],h.increment(),f|=(127&g)<<3,g<128)||(g=u[h.get()],h.increment(),f|=(127&g)<<10,g<128)||(g=u[h.get()],h.increment(),f|=(127&g)<<17,g<128)||(g=u[h.get()],h.increment(),f|=(127&g)<<24,g<128)||(g=u[h.get()],h.increment(),f|=(1&g)<<31,g<128))return 4294967296*f+(o>>>0);throw new Error("Expected varint not more than 10 bytes")})(i,r,e)))))}function bp(r,e,i,s){throw new Error("FastPFor is not implemented yet.")}function wa(r){return r>>>1^-(1&r)}function Mo(r){return r>>1n^-(1n&r)}function lg(r,e){let i=0n,s=0,o=e.get();for(;o<r.length;){const u=r[o++];if(i|=BigInt(127&u)<<BigInt(s),!(128&u))break;if(s+=7,s>=64)throw new Error("Varint too long")}return e.set(o),i}function wp(r,e,i){const s=new Int32Array(i);let o=0;for(let u=0;u<e;u++){const h=r[u];s.fill(r[u+e],o,o+h),o+=h}return s}function Tp(r,e,i){const s=new BigInt64Array(i);let o=0;for(let u=0;u<e;u++){const h=Number(r[u]);s.fill(r[u+e],o,o+h),o+=h}return s}function Sp(r,e,i){const s=new Float64Array(i);let o=0;for(let u=0;u<e;u++){const h=r[u];s.fill(r[u+e],o,o+h),o+=h}return s}function Oh(r){const e=r.length/4*4;let i=1;if(e>=4)for(let s=r[0];i<e-4;i+=4)s=r[i]+=s,s=r[i+1]+=s,s=r[i+2]+=s,s=r[i+3]+=s;for(;i!=r.length;)r[i]+=r[i-1],++i}function Pp(r){r[0]=r[0]>>>1^-(1&r[0]),r[1]=r[1]>>>1^-(1&r[1]);const e=r.length/4*4;let i=2;if(e>=4)for(;i<e-4;i+=4){const s=r[i],o=r[i+1],u=r[i+2],h=r[i+3];r[i]=(s>>>1^-(1&s))+r[i-2],r[i+1]=(o>>>1^-(1&o))+r[i-1],r[i+2]=(u>>>1^-(1&u))+r[i],r[i+3]=(h>>>1^-(1&h))+r[i+1]}for(;i!=r.length;i+=2)r[i]=(r[i]>>>1^-(1&r[i]))+r[i-2],r[i+1]=(r[i+1]>>>1^-(1&r[i+1]))+r[i-1]}(function(r){r.NONE="NONE",r.DELTA="DELTA",r.COMPONENTWISE_DELTA="COMPONENTWISE_DELTA",r.RLE="RLE",r.MORTON="MORTON",r.PDE="PDE"})(_t||(_t={})),(function(r){r.NONE="NONE",r.FAST_PFOR="FAST_PFOR",r.VARINT="VARINT",r.ALP="ALP"})(qn||(qn={})),(function(r){r.PRESENT="PRESENT",r.DATA="DATA",r.OFFSET="OFFSET",r.LENGTH="LENGTH"})(ji||(ji={}));class Vh{_dictionaryType;_offsetType;_lengthType;constructor(e,i,s){this._dictionaryType=e,this._offsetType=i,this._lengthType=s}get dictionaryType(){return this._dictionaryType}get offsetType(){return this._offsetType}get lengthType(){return this._lengthType}}function ar(r,e){const i=(function(s,o){const u=s[o.get()],h=Object.values(ji)[u>>4];let f=null;switch(h){case ji.DATA:f=new Vh(Object.values(Jr)[15&u]);break;case ji.OFFSET:f=new Vh(null,Object.values(ba)[15&u]);break;case ji.LENGTH:f=new Vh(null,null,Object.values(Tr)[15&u])}o.increment();const g=s[o.get()],y=Object.values(_t)[g>>5],x=Object.values(_t)[g>>2&7],w=Object.values(qn)[3&g];o.increment();const S=Oi(s,o,2),P=S[0];return{physicalStreamType:h,logicalStreamType:f,logicalLevelTechnique1:y,logicalLevelTechnique2:x,physicalLevelTechnique:w,numValues:P,byteLength:S[1],decompressedCount:P}})(r,e);return i.logicalLevelTechnique1===_t.MORTON?(function(s,o,u){const h=Oi(o,u,2);return{physicalStreamType:s.physicalStreamType,logicalStreamType:s.logicalStreamType,logicalLevelTechnique1:s.logicalLevelTechnique1,logicalLevelTechnique2:s.logicalLevelTechnique2,physicalLevelTechnique:s.physicalLevelTechnique,numValues:s.numValues,byteLength:s.byteLength,decompressedCount:s.decompressedCount,numBits:h[0],coordinateShift:h[1]}})(i,r,e):_t.RLE!==i.logicalLevelTechnique1&&_t.RLE!==i.logicalLevelTechnique2||qn.NONE===i.physicalLevelTechnique?i:(function(s,o,u){const h=Oi(o,u,2);return{physicalStreamType:s.physicalStreamType,logicalStreamType:s.logicalStreamType,logicalLevelTechnique1:s.logicalLevelTechnique1,logicalLevelTechnique2:s.logicalLevelTechnique2,physicalLevelTechnique:s.physicalLevelTechnique,numValues:s.numValues,byteLength:s.byteLength,decompressedCount:h[1],runs:h[0],numRleValues:h[1]}})(i,r,e)}(function(r){r.NONE="NONE",r.SINGLE="SINGLE",r.SHARED="SHARED",r.VERTEX="VERTEX",r.MORTON="MORTON",r.FSST="FSST"})(Jr||(Jr={})),(function(r){r.VERTEX="VERTEX",r.INDEX="INDEX",r.STRING="STRING",r.KEY="KEY"})(ba||(ba={})),(function(r){r.VAR_BINARY="VAR_BINARY",r.GEOMETRIES="GEOMETRIES",r.PARTS="PARTS",r.RINGS="RINGS",r.TRIANGLES="TRIANGLES",r.SYMBOL="SYMBOL",r.DICTIONARY="DICTIONARY"})(Tr||(Tr={})),(function(r){r[r.FLAT=0]="FLAT",r[r.CONST=1]="CONST",r[r.SEQUENCE=2]="SEQUENCE",r[r.DICTIONARY=3]="DICTIONARY",r[r.FSST_DICTIONARY=4]="FSST_DICTIONARY"})(Ai||(Ai={}));class Qr{values;_size;constructor(e,i){this.values=e,this._size=i}get(e){const i=Math.floor(e/8);return(this.values[i]>>e%8&1)==1}set(e,i){const s=Math.floor(e/8);this.values[s]=this.values[s]|(i?1:0)<<e%8}getInt(e){const i=Math.floor(e/8);return this.values[i]>>e%8&1}size(){return this._size}getBuffer(){return this.values}}function or(r,e,i,s,o){return(function(u,h,f){switch(h.logicalLevelTechnique1){case _t.DELTA:return h.logicalLevelTechnique2===_t.RLE?(function(g,y,x){const w=new Int32Array(x);let S=0,P=0;for(let E=0;E<y;E++){const A=g[E],z=wa(g[E+y]);for(let F=0;F<A;F++)P+=z,w[S++]=P}return w})(u,h.runs,h.numRleValues):((function(g){g[0]=g[0]>>>1^-(1&g[0]);const y=g.length/4*4;let x=1;if(y>=4)for(;x<y-4;x+=4){const w=g[x],S=g[x+1],P=g[x+2],E=g[x+3];g[x]=(w>>>1^-(1&w))+g[x-1],g[x+1]=(S>>>1^-(1&S))+g[x],g[x+2]=(P>>>1^-(1&P))+g[x+1],g[x+3]=(E>>>1^-(1&E))+g[x+2]}for(;x!=g.length;++x)g[x]=(g[x]>>>1^-(1&g[x]))+g[x-1]})(u),u);case _t.RLE:return(function(g,y,x){return x?(function(w,S,P){const E=new Int32Array(P);let A=0;for(let z=0;z<S;z++){const F=w[z];let q=w[z+S];q=q>>>1^-(1&q),E.fill(q,A,A+F),A+=F}return E})(g,y.runs,y.numRleValues):wp(g,y.runs,y.numRleValues)})(u,h,f);case _t.MORTON:return Oh(u),u;case _t.COMPONENTWISE_DELTA:return Pp(u),u;case _t.NONE:return f&&(function(g){for(let y=0;y<g.length;y++){const x=g[y];g[y]=x>>>1^-(1&x)}})(u),u;default:throw new Error(`The specified Logical level technique is not supported: ${h.logicalLevelTechnique1}`)}})(vu(r,e,i),i,s)}function Ms(r,e,i){return(function(s,o){if(o.logicalLevelTechnique1===_t.DELTA&&o.logicalLevelTechnique2===_t.NONE)return(function(h){const f=new Int32Array(h.length+1);f[0]=0,f[1]=wa(h[0]);let g=f[1],y=2;for(;y!=f.length;++y){const x=h[y-1];g+=x>>>1^-(1&x),f[y]=f[y-1]+g}return f})(s);if(o.logicalLevelTechnique1===_t.RLE&&o.logicalLevelTechnique2===_t.NONE)return(function(h,f,g){const y=new Int32Array(g+1);y[0]=0;let x=1,w=y[0];for(let S=0;S<f;S++){const P=h[S],E=h[S+f];for(let A=x;A<x+P;A++)y[A]=E+w,w=y[A];x+=P}return y})(s,o.runs,o.numRleValues);if(o.logicalLevelTechnique1===_t.NONE&&o.logicalLevelTechnique2===_t.NONE){(function(h){let f=0;for(let g=0;g<h.length;g++)h[g]+=f,f=h[g]})(s);const u=new Int32Array(o.numValues+1);return u[0]=0,u.set(s,1),u}if(o.logicalLevelTechnique1===_t.DELTA&&o.logicalLevelTechnique2===_t.RLE){const u=(function(h,f,g){const y=new Int32Array(g+1);y[0]=0;let x=1,w=y[0];for(let S=0;S<f;S++){const P=h[S];let E=h[S+f];E=E>>>1^-(1&E);for(let A=x;A<x+P;A++)y[A]=E+w,w=y[A];x+=P}return y})(s,o.runs,o.numRleValues);return Oh(u),u}throw new Error("Only delta encoding is supported for transforming length to offset streams yet.")})(vu(r,e,i),i)}function vu(r,e,i){const s=i.physicalLevelTechnique;if(s===qn.FAST_PFOR)return bp();if(s===qn.VARINT)return Oi(r,e,i.numValues);if(s===qn.NONE){const o=e.get();e.add(i.byteLength);const u=r.subarray(o,e.get());return new Int32Array(u)}throw new Error("Specified physicalLevelTechnique is not supported (yet).")}function Nh(r,e,i,s){const o=vu(r,e,i);if(o.length===1){const u=o[0];return s?wa(u):u}return s?(function(u){return wa(u[1])})(o):(function(u){return u[1]})(o)}function Ip(r,e,i){return(function(s){if(s.length==2){const o=wa(s[1]);return[o,o]}return[wa(s[2]),wa(s[3])]})(vu(r,e,i))}function Mp(r,e,i){return(function(s){if(s.length==2){const o=Mo(s[1]);return[o,o]}return[Mo(s[2]),Mo(s[3])]})(yu(r,e,i.numValues))}function Cp(r,e,i,s){return(function(o,u,h){switch(u.logicalLevelTechnique1){case _t.DELTA:return u.logicalLevelTechnique2===_t.RLE?(function(f,g,y){const x=new BigInt64Array(y);let w=0,S=0n;for(let P=0;P<g;P++){const E=Number(f[P]),A=Mo(f[P+g]);for(let z=0;z<E;z++)S+=A,x[w++]=S}return x})(o,u.runs,u.numRleValues):((function(f){f[0]=f[0]>>1n^-(1n&f[0]);const g=f.length/4*4;let y=1;if(g>=4)for(;y<g-4;y+=4){const x=f[y],w=f[y+1],S=f[y+2],P=f[y+3];f[y]=(x>>1n^-(1n&x))+f[y-1],f[y+1]=(w>>1n^-(1n&w))+f[y],f[y+2]=(S>>1n^-(1n&S))+f[y+1],f[y+3]=(P>>1n^-(1n&P))+f[y+2]}for(;y!=f.length;++y)f[y]=(f[y]>>1n^-(1n&f[y]))+f[y-1]})(o),o);case _t.RLE:return(function(f,g,y){return y?(function(x,w,S){const P=new BigInt64Array(S);let E=0;for(let A=0;A<w;A++){const z=Number(x[A]);let F=x[A+w];F=F>>1n^-(1n&F),P.fill(F,E,E+z),E+=z}return P})(f,g.runs,g.numRleValues):Tp(f,g.runs,g.numRleValues)})(o,u,h);case _t.NONE:return h&&(function(f){for(let g=0;g<f.length;g++){const y=f[g];f[g]=y>>1n^-(1n&y)}})(o),o;default:throw new Error(`The specified Logical level technique is not supported: ${u.logicalLevelTechnique1}`)}})(yu(r,e,i.numValues),i,s)}function Ep(r,e,i,s){const o=yu(r,e,i.numValues);if(o.length===1){const u=o[0];return s?Mo(u):u}return s?(function(u){return Mo(u[1])})(o):(function(u){return u[1]})(o)}function jh(r,e,i,s,o){return(function(u,h,f,g){switch(h.logicalLevelTechnique1){case _t.DELTA:return h.logicalLevelTechnique2===_t.RLE&&(u=wp(u,h.runs,h.numRleValues)),(function(y,x){const w=new Int32Array(y.size());let S=0;y.get(0)?(w[0]=y.get(0)?x[0]>>>1^-(1&x[0]):0,S=1):w[0]=0;let P=1;for(;P!=w.length;++P)w[P]=y.get(P)?w[P-1]+(x[S]>>>1^-(1&x[S++])):w[P-1];return w})(g,u);case _t.RLE:return(function(y,x,w,S){const P=x;return w?(function(E,A,z){const F=new Int32Array(E.size());let q=0;for(let B=0;B<z;B++){const V=A[B];let Z=A[B+z];Z=Z>>>1^-(1&Z);for(let X=q;X<q+V;X++)E.get(X)?F[X]=Z:(F[X]=0,q++);q+=V}return F})(S,y,P.runs):(function(E,A,z){const F=new Int32Array(E.size());let q=0;for(let B=0;B<z;B++){const V=A[B],Z=A[B+z];for(let X=q;X<q+V;X++)E.get(X)?F[X]=Z:(F[X]=0,q++);q+=V}return F})(S,y,P.runs)})(u,h,f,g);case _t.MORTON:return Oh(u),u;case _t.COMPONENTWISE_DELTA:return Pp(u),u;case _t.NONE:return u=f?(function(y,x){const w=new Int32Array(y.size());let S=0,P=0;for(;P!=w.length;++P)if(y.get(P)){const E=x[S++];w[P]=E>>>1^-(1&E)}else w[P]=0;return w})(g,u):(function(y,x){const w=new Int32Array(y.size());let S=0,P=0;for(;P!=w.length;++P)w[P]=y.get(P)?x[S++]:0;return w})(g,u),u;default:throw new Error("The specified Logical level technique is not supported")}})(i.physicalLevelTechnique===qn.FAST_PFOR?bp():Oi(r,e,i.numValues),i,s,o)}function xu(r,e,i,s){const o=r.logicalLevelTechnique1;if(o===_t.RLE)return r.runs===1?Ai.CONST:Ai.FLAT;const u=e instanceof Qr?e.size():e;if(o===_t.DELTA&&r.logicalLevelTechnique2===_t.RLE){const h=r.runs,f=2;if(r.numRleValues!==u)return Ai.FLAT;if(h===1)return Ai.SEQUENCE;if(h===2){const g=s.get();let y;if(r.physicalLevelTechnique===qn.VARINT)y=Oi(i,s,4);else{const x=s.get();y=new Int32Array(i.buffer,i.byteOffset+x,4)}if(s.set(g),y[2]===f&&y[3]===f)return Ai.SEQUENCE}}return r.numValues===1?Ai.CONST:Ai.FLAT}class Ap extends _u{getValueFromBuffer(e){return this.dataBuffer[e]}}class Dp extends vp{constructor(e,i,s,o){super(e,BigInt64Array.of(i),s,o)}getValueFromBuffer(e){return this.dataBuffer[0]+BigInt(e)*this.delta}}class Co{_geometryOffsets;_partOffsets;_ringOffsets;constructor(e,i,s){this._geometryOffsets=e,this._partOffsets=i,this._ringOffsets=s}get geometryOffsets(){return this._geometryOffsets}get partOffsets(){return this._partOffsets}get ringOffsets(){return this._ringOffsets}}function Uh(r,e,i){return{x:zp(r,e)-i,y:zp(r>>1,e)-i}}function zp(r,e){let i=0;for(let s=0;s<e;s++)i|=(r&1<<2*s)>>s;return i}(function(r){r[r.POINT=0]="POINT",r[r.LINESTRING=1]="LINESTRING",r[r.POLYGON=2]="POLYGON",r[r.MULTIPOINT=3]="MULTIPOINT",r[r.MULTILINESTRING=4]="MULTILINESTRING",r[r.MULTIPOLYGON=5]="MULTIPOLYGON"})(Di||(Di={})),(function(r){r[r.POINT=0]="POINT",r[r.LINESTRING=1]="LINESTRING",r[r.POLYGON=2]="POLYGON"})(xp||(xp={})),(function(r){r[r.MORTON=0]="MORTON",r[r.VEC_2=1]="VEC_2",r[r.VEC_3=2]="VEC_3"})(Br||(Br={}));class cg{createPoint(e){return[[e]]}createMultiPoint(e){return e.map((i=>[i]))}createLineString(e){return[e]}createMultiLineString(e){return e}createPolygon(e,i){return[e].concat(i)}createMultiPolygon(e){return e.flat()}}function kp(r){const e=new Array(r.numGeometries);let i=1,s=1,o=1,u=0;const h=new cg;let f=0,g=0;const y=r.mortonSettings,x=r.topologyVector,w=x.geometryOffsets,S=x.partOffsets,P=x.ringOffsets,E=r.vertexOffsets,A=r.containsPolygonGeometry(),z=r.vertexBuffer;for(let F=0;F<r.numGeometries;F++){const q=r.geometryType(F);if(q===Di.POINT){if(E&&E.length!==0)if(r.vertexBufferType===Br.VEC_2){const B=2*E[g++],V=new ve(z[B],z[B+1]);e[u++]=h.createPoint(V)}else{const B=Uh(z[E[g++]],y.numBits,y.coordinateShift),V=new ve(B.x,B.y);e[u++]=h.createPoint(V)}else{const B=new ve(z[f++],z[f++]);e[u++]=h.createPoint(B)}w&&o++,S&&i++,P&&s++}else if(q===Di.MULTIPOINT){const B=w[o]-w[o-1];o++;const V=new Array(B);if(E&&E.length!==0){for(let Z=0;Z<B;Z++){const X=2*E[g++];V[Z]=new ve(z[X],z[X+1])}e[u++]=h.createMultiPoint(V)}else{for(let Z=0;Z<B;Z++){const X=z[f++],se=z[f++];V[Z]=new ve(X,se)}e[u++]=h.createMultiPoint(V)}}else if(q===Di.LINESTRING){let B,V=0;A?(V=P[s]-P[s-1],s++):V=S[i]-S[i-1],i++,E&&E.length!==0?(B=r.vertexBufferType===Br.VEC_2?qh(z,E,g,V,!1):$h(z,E,g,V,!1,y),g+=V):(B=Gh(z,f,V,!1),f+=2*V),e[u++]=h.createLineString(B),w&&o++}else if(q===Di.POLYGON){const B=S[i]-S[i-1];i++;const V=new Array(B-1);let Z=P[s]-P[s-1];if(s++,E&&E.length!==0){const X=r.vertexBufferType===Br.VEC_2?wu(z,E,g,Z):Tu(z,E,g,Z,0,y);g+=Z;for(let se=0;se<V.length;se++)Z=P[s]-P[s-1],s++,V[se]=r.vertexBufferType===Br.VEC_2?wu(z,E,g,Z):Tu(z,E,g,Z,0,y),g+=Z;e[u++]=h.createPolygon(X,V)}else{const X=bu(z,f,Z);f+=2*Z;for(let se=0;se<V.length;se++)Z=P[s]-P[s-1],s++,V[se]=bu(z,f,Z),f+=2*Z;e[u++]=h.createPolygon(X,V)}w&&o++}else if(q===Di.MULTILINESTRING){const B=w[o]-w[o-1];o++;const V=new Array(B);if(E&&E.length!==0){for(let Z=0;Z<B;Z++){let X=0;A?(X=P[s]-P[s-1],s++):X=S[i]-S[i-1],i++;const se=r.vertexBufferType===Br.VEC_2?qh(z,E,g,X,!1):$h(z,E,g,X,!1,y);V[Z]=se,g+=X}e[u++]=h.createMultiLineString(V)}else{for(let Z=0;Z<B;Z++){let X=0;A?(X=P[s]-P[s-1],s++):X=S[i]-S[i-1],i++,V[Z]=Gh(z,f,X,!1),f+=2*X}e[u++]=h.createMultiLineString(V)}}else{if(q!==Di.MULTIPOLYGON)throw new Error("The specified geometry type is currently not supported.");{const B=w[o]-w[o-1];o++;const V=new Array(B);let Z=0;if(E&&E.length!==0){for(let X=0;X<B;X++){const se=S[i]-S[i-1];i++;const _e=new Array(se-1);Z=P[s]-P[s-1],s++;const fe=r.vertexBufferType===Br.VEC_2?wu(z,E,g,Z):Tu(z,E,g,Z,0,y);g+=Z;for(let be=0;be<_e.length;be++)Z=P[s]-P[s-1],s++,_e[be]=r.vertexBufferType===Br.VEC_2?wu(z,E,g,Z):Tu(z,E,g,Z,0,y),g+=Z;V[X]=h.createPolygon(fe,_e)}e[u++]=h.createMultiPolygon(V)}else{for(let X=0;X<B;X++){const se=S[i]-S[i-1];i++;const _e=new Array(se-1);Z=P[s]-P[s-1],s++;const fe=bu(z,f,Z);f+=2*Z;for(let be=0;be<_e.length;be++){const De=P[s]-P[s-1];s++,_e[be]=bu(z,f,De),f+=2*De}V[X]=h.createPolygon(fe,_e)}e[u++]=h.createMultiPolygon(V)}}}}return e}function bu(r,e,i){return Gh(r,e,i,!0)}function wu(r,e,i,s){return qh(r,e,i,s,!0)}function Tu(r,e,i,s,o,u){return $h(r,e,i,s,!0,u)}function Gh(r,e,i,s){const o=new Array(s?i+1:i);for(let u=0;u<2*i;u+=2)o[u/2]=new ve(r[e+u],r[e+u+1]);return s&&(o[o.length-1]=o[0]),o}function qh(r,e,i,s,o){const u=new Array(o?s+1:s);for(let h=0;h<2*s;h+=2){const f=2*e[i+h/2];u[h/2]=new ve(r[f],r[f+1])}return o&&(u[u.length-1]=u[0]),u}function $h(r,e,i,s,o,u){const h=new Array(o?s+1:s);for(let f=0;f<s;f++){const g=Uh(r[e[i+f]],u.numBits,u.coordinateShift);h[f]=new ve(g.x,g.y)}return o&&(h[h.length-1]=h[0]),h}class Lp{_vertexBufferType;_topologyVector;_vertexOffsets;_vertexBuffer;_mortonSettings;constructor(e,i,s,o,u){this._vertexBufferType=e,this._topologyVector=i,this._vertexOffsets=s,this._vertexBuffer=o,this._mortonSettings=u}get vertexBufferType(){return this._vertexBufferType}get topologyVector(){return this._topologyVector}get vertexOffsets(){return this._vertexOffsets}get vertexBuffer(){return this._vertexBuffer}*[Symbol.iterator](){const e=kp(this);let i=0;for(;i<this.numGeometries;)yield{coordinates:e[i],type:this.geometryType(i)},i++}getSimpleEncodedVertex(e){const i=this.vertexOffsets?2*this.vertexOffsets[e]:2*e;return[this.vertexBuffer[i],this.vertexBuffer[i+1]]}getVertex(e){if(this.vertexOffsets&&this.mortonSettings){const s=Uh(this.vertexBuffer[this.vertexOffsets[e]],this.mortonSettings.numBits,this.mortonSettings.coordinateShift);return[s.x,s.y]}const i=this.vertexOffsets?2*this.vertexOffsets[e]:2*e;return[this.vertexBuffer[i],this.vertexBuffer[i+1]]}getGeometries(){return kp(this)}get mortonSettings(){return this._mortonSettings}}class Rp extends Lp{_numGeometries;_geometryType;constructor(e,i,s,o,u,h,f){super(s,o,u,h,f),this._numGeometries=e,this._geometryType=i}geometryType(e){return this._geometryType}get numGeometries(){return this._numGeometries}containsPolygonGeometry(){return this._geometryType===Di.POLYGON||this._geometryType===Di.MULTIPOLYGON}containsSingleGeometryType(){return!0}}class Fp extends Lp{_geometryTypes;constructor(e,i,s,o,u,h){super(e,s,o,u,h),this._geometryTypes=i}geometryType(e){return this._geometryTypes[e]}get numGeometries(){return this._geometryTypes.length}containsPolygonGeometry(){for(let e=0;e<this.numGeometries;e++)if(this.geometryType(e)===Di.POLYGON||this.geometryType(e)===Di.MULTIPOLYGON)return!0;return!1}containsSingleGeometryType(){return!1}}class Bp{_triangleOffsets;_indexBuffer;_vertexBuffer;_topologyVector;constructor(e,i,s,o){this._triangleOffsets=e,this._indexBuffer=i,this._vertexBuffer=s,this._topologyVector=o}get triangleOffsets(){return this._triangleOffsets}get indexBuffer(){return this._indexBuffer}get vertexBuffer(){return this._vertexBuffer}get topologyVector(){return this._topologyVector}getGeometries(){if(!this._topologyVector)throw new Error("Cannot convert GpuVector to coordinates without topology information");const e=new Array(this.numGeometries),i=this._topologyVector,s=i.partOffsets,o=i.ringOffsets,u=i.geometryOffsets;let h=0,f=1,g=1,y=1;for(let x=0;x<this.numGeometries;x++)switch(this.geometryType(x)){case Di.POLYGON:{const w=s[f]-s[f-1];f++;const S=[];for(let P=0;P<w;P++){const E=o[g]-o[g-1];g++;const A=[];for(let z=0;z<E;z++){const F=this._vertexBuffer[h++],q=this._vertexBuffer[h++];A.push(new ve(F,q))}A.length>0&&A.push(A[0]),S.push(A)}e[x]=S,u&&y++}break;case Di.MULTIPOLYGON:{const w=u[y]-u[y-1];y++;const S=[];for(let P=0;P<w;P++){const E=s[f]-s[f-1];f++;for(let A=0;A<E;A++){const z=o[g]-o[g-1];g++;const F=[];for(let q=0;q<z;q++){const B=this._vertexBuffer[h++],V=this._vertexBuffer[h++];F.push(new ve(B,V))}F.length>0&&F.push(F[0]),S.push(F)}}e[x]=S}}return e}[Symbol.iterator](){return null}}function Op(r,e,i,s,o,u){return new ug(r,e,i,s,o,u)}class ug extends Bp{_numGeometries;_geometryType;constructor(e,i,s,o,u,h){super(s,o,u,h),this._numGeometries=e,this._geometryType=i}geometryType(e){return this._geometryType}get numGeometries(){return this._numGeometries}containsSingleGeometryType(){return!0}}function Vp(r,e,i,s,o){return new hg(r,e,i,s,o)}class hg extends Bp{_geometryTypes;constructor(e,i,s,o,u){super(i,s,o,u),this._geometryTypes=e}geometryType(e){return this._geometryTypes[e]}get numGeometries(){return this._geometryTypes.length}containsSingleGeometryType(){return!1}}function dg(r,e,i,s,o){const u=ar(r,i);let h=null,f=null,g=null,y=null,x=null,w=null,S=null,P=null;if(xu(u,s,r,i)===Ai.CONST){const A=Nh(r,i,u,!1);for(let z=0;z<e-1;z++){const F=ar(r,i);switch(F.physicalStreamType){case ji.LENGTH:switch(F.logicalStreamType.lengthType){case Tr.GEOMETRIES:h=Ms(r,i,F);break;case Tr.PARTS:f=Ms(r,i,F);break;case Tr.RINGS:g=Ms(r,i,F);break;case Tr.TRIANGLES:S=Ms(r,i,F)}break;case ji.OFFSET:switch(F.logicalStreamType.offsetType){case ba.VERTEX:y=or(r,i,F,!1);break;case ba.INDEX:P=or(r,i,F,!1)}break;case ji.DATA:Jr.VERTEX===F.logicalStreamType.dictionaryType?x=or(r,i,F,!0):(w={numBits:F.numBits,coordinateShift:F.coordinateShift},x=or(r,i,F,!1))}}return P!==null?h!=null||f!=null?Op(s,A,S,P,x,new Co(h,f,g)):Op(s,A,S,P,x):w===null?(function(z,F,q,B,V){return new Rp(z,F,Br.VEC_2,q,B,V)})(s,A,new Co(h,f,g),y,x):(function(z,F,q,B,V,Z){return new Rp(z,F,Br.MORTON,q,B,V,Z)})(s,A,new Co(h,f,g),y,x,w)}const E=or(r,i,u,!1);for(let A=0;A<e-1;A++){const z=ar(r,i);switch(z.physicalStreamType){case ji.LENGTH:switch(z.logicalStreamType.lengthType){case Tr.GEOMETRIES:h=or(r,i,z,!1);break;case Tr.PARTS:f=or(r,i,z,!1);break;case Tr.RINGS:g=or(r,i,z,!1);break;case Tr.TRIANGLES:S=Ms(r,i,z)}break;case ji.OFFSET:switch(z.logicalStreamType.offsetType){case ba.VERTEX:y=or(r,i,z,!1);break;case ba.INDEX:P=or(r,i,z,!1)}break;case ji.DATA:Jr.VERTEX===z.logicalStreamType.dictionaryType?x=or(r,i,z,!0):(w={numBits:z.numBits,coordinateShift:z.coordinateShift},x=or(r,i,z,!1))}}return P!==null&&f===null?Vp(E,S,P,x):(h!==null?(h=Zh(E,h,2),f!==null&&g!==null?(f=Np(E,h,f,!1),g=(function(A,z,F,q){const B=new Int32Array(F[F.length-1]+1);let V=0;B[0]=V;let Z=1,X=1,se=0;for(let _e=0;_e<A.length;_e++){const fe=A[_e],be=z[_e+1]-z[_e];if(fe!==0&&fe!==3)for(let De=0;De<be;De++){const Se=F[Z]-F[Z-1];Z++;for(let ge=0;ge<Se;ge++)V=B[X++]=V+q[se++]}else for(let De=0;De<be;De++)B[X++]=++V,Z++}return B})(E,h,f,g)):f!==null&&(f=(function(A,z,F){const q=new Int32Array(z[z.length-1]+1);let B=0;q[0]=B;let V=1,Z=0;for(let X=0;X<A.length;X++){const se=A[X],_e=z[X+1]-z[X];if(se===4||se===1)for(let fe=0;fe<_e;fe++)B=q[V++]=B+F[Z++];else for(let fe=0;fe<_e;fe++)q[V++]=++B}return q})(E,h,f))):f!==null&&g!==null?(f=Zh(E,f,1),g=Np(E,f,g,!0)):f!==null&&(f=Zh(E,f,0)),P!==null?Vp(E,S,P,x,new Co(h,f,g)):w===null?(function(A,z,F,q){return new Fp(Br.VEC_2,A,z,F,q)})(E,new Co(h,f,g),y,x):(function(A,z,F,q,B){return new Fp(Br.MORTON,A,z,F,q,B)})(E,new Co(h,f,g),y,x,w))}function Zh(r,e,i){const s=new Int32Array(r.length+1);let o=0;s[0]=o;let u=0;for(let h=0;h<r.length;h++)o=s[h+1]=o+(r[h]>i?e[u++]:1);return s}function Np(r,e,i,s){const o=new Int32Array(e[e.length-1]+1);let u=0;o[0]=u;let h=1,f=0;for(let g=0;g<r.length;g++){const y=r[g],x=e[g+1]-e[g];if(y===5||y===2||s&&(y===4||y===1))for(let w=0;w<x;w++)u=o[h++]=u+i[f++];else for(let w=0;w<x;w++)o[h++]=++u}return o}class pg extends Io{dataVector;constructor(e,i,s){super(e,i.getBuffer(),s),this.dataVector=i}getValueFromBuffer(e){return this.dataVector.get(e)}}class fg extends _u{getValueFromBuffer(e){return this.dataBuffer[e]}}class jp extends Io{constructor(e,i,s){super(e,BigInt64Array.of(i),s)}getValueFromBuffer(e){return this.dataBuffer[0]}}function Hl(r,e,i){return Up(r,Math.ceil(e/8),i)}function Up(r,e,i){const s=new Uint8Array(e);let o=0;for(;o<e;){const u=r[i.increment()];if(u<=127){const h=u+3,f=r[i.increment()],g=o+h;s.fill(f,o,g),o=g}else{const h=256-u;for(let f=0;f<h;f++)s[o++]=r[i.increment()]}}return s}const mg=new TextDecoder;function Wh(r,e,i){return i-e>=12?mg.decode(r.subarray(e,i)):(function(s,o,u){let h="",f=o;for(;f<u;){const g=s[f];let y,x,w,S=null,P=g>239?4:g>223?3:g>191?2:1;if(f+P>u)break;P===1?g<128&&(S=g):P===2?(y=s[f+1],(192&y)==128&&(S=(31&g)<<6|63&y,S<=127&&(S=null))):P===3?(y=s[f+1],x=s[f+2],(192&y)==128&&(192&x)==128&&(S=(15&g)<<12|(63&y)<<6|63&x,(S<=2047||S>=55296&&S<=57343)&&(S=null))):P===4&&(y=s[f+1],x=s[f+2],w=s[f+3],(192&y)==128&&(192&x)==128&&(192&w)==128&&(S=(15&g)<<18|(63&y)<<12|(63&x)<<6|63&w,(S<=65535||S>=1114112)&&(S=null))),S===null?(S=65533,P=1):S>65535&&(S-=65536,h+=String.fromCharCode(S>>>10&1023|55296),S=56320|1023&S),h+=String.fromCharCode(S),f+=P}return h})(r,e,i)}class Hh extends Io{offsetBuffer;constructor(e,i,s,o){super(e,s,o),this.offsetBuffer=i}}class Gp extends Hh{textEncoder;constructor(e,i,s,o){super(e,i,s,o??i.length-1),this.textEncoder=new TextEncoder}getValueFromBuffer(e){return Wh(this.dataBuffer,this.offsetBuffer[e],this.offsetBuffer[e+1])}}class Eo extends Hh{indexBuffer;textEncoder;constructor(e,i,s,o,u){super(e,s,o,u??i.length),this.indexBuffer=i,this.indexBuffer=i,this.textEncoder=new TextEncoder}getValueFromBuffer(e){const i=this.indexBuffer[e];return Wh(this.dataBuffer,this.offsetBuffer[i],this.offsetBuffer[i+1])}}class qp extends Hh{indexBuffer;symbolOffsetBuffer;symbolTableBuffer;textEncoder;symbolLengthBuffer;lengthBuffer;decodedDictionary;constructor(e,i,s,o,u,h,f){super(e,s,o,f),this.indexBuffer=i,this.symbolOffsetBuffer=u,this.symbolTableBuffer=h,this.textEncoder=new TextEncoder}getValueFromBuffer(e){this.decodedDictionary==null&&(this.symbolLengthBuffer==null&&(this.symbolLengthBuffer=this.offsetToLengthBuffer(this.symbolOffsetBuffer),this.lengthBuffer=this.offsetToLengthBuffer(this.offsetBuffer)),this.decodedDictionary=(function(s,o,u){const h=[],f=new Array(o.length).fill(0);for(let g=1;g<o.length;g++)f[g]=f[g-1]+o[g-1];for(let g=0;g<u.length;g++)if(u[g]===255)h.push(u[++g]);else{const y=o[u[g]],x=f[u[g]];for(let w=0;w<y;w++)h.push(s[x+w])}return new Uint8Array(h)})(this.symbolTableBuffer,this.symbolLengthBuffer,this.dataBuffer));const i=this.indexBuffer[e];return Wh(this.decodedDictionary,this.offsetBuffer[i],this.offsetBuffer[i+1])}offsetToLengthBuffer(e){const i=new Uint32Array(e.length-1);let s=e[0];for(let o=1;o<e.length;o++){const u=e[o];i[o-1]=u-s,s=u}return i}}function gg(r,e,i,s,o,u){return i.type==="scalarType"?(function(h,f,g,y,x,w){let S=null,P=0;if(h===0)return null;if(w.nullable){const A=ar(f,g);P=A.numValues;const z=g.get(),F=Hl(f,P,g);g.set(z+A.byteLength),S=new Qr(F,A.numValues)}const E=S??y;switch(x.physicalType){case 4:case 3:return(function(A,z,F,q,B){const V=ar(A,z),Z=xu(V,B,A,z),X=q.physicalType===3;if(Z===Ai.FLAT){const se=Xl(B)?jh(A,z,V,X,B):or(A,z,V,X);return new Lh(F.name,se,B)}if(Z===Ai.SEQUENCE){const se=Ip(A,z,V);return new Fh(F.name,se[0],se[1],V.numRleValues)}{const se=Nh(A,z,V,X);return new Bh(F.name,se,B)}})(f,g,w,x,E);case 9:return(function(A,z,F,q,B){let V=null,Z=null,X=null,se=null,_e=null,fe=null,be=null,De=null;for(let Se=0;Se<q;Se++){const ge=ar(z,F);if(ge.byteLength!==0)switch(ge.physicalStreamType){case ji.PRESENT:{const he=Hl(z,ge.numValues,F);fe=new Qr(he,ge.numValues);break}case ji.OFFSET:Z=B!=null||fe!=null?jh(z,F,ge,!1,B??fe):or(z,F,ge,!1);break;case ji.LENGTH:{const he=Ms(z,F,ge);Tr.DICTIONARY===ge.logicalStreamType.lengthType?V=he:Tr.SYMBOL===ge.logicalStreamType.lengthType?se=he:be=he;break}case ji.DATA:{const he=z.subarray(F.get(),F.get()+ge.byteLength);F.add(ge.byteLength);const Ve=ge.logicalStreamType.dictionaryType;Jr.FSST===Ve?_e=he:Jr.SINGLE===Ve||Jr.SHARED===Ve?X=he:Jr.NONE===Ve&&(De=he);break}}}return(function(Se,ge,he,Ve,Be,Ge,Re){return ge?new qp(Se,he,Ve,Be,Ge,ge,Re):null})(A,_e,Z,V,X,se,B??fe)??(function(Se,ge,he,Ve,Be){return ge?Be?new Eo(Se,he,Ve,ge,Be):new Eo(Se,he,Ve,ge):null})(A,X,Z,V,B??fe)??(function(Se,ge,he,Ve,Be){if(!ge||!he)return null;if(Ve)return Be?new Eo(Se,Ve,ge,he,Be):new Eo(Se,Ve,ge,he);if(Be&&Be.size()!==ge.length-1){const Ge=new Int32Array(Be.size());let Re=0;for(let We=0;We<Be.size();We++)Ge[We]=Be.get(We)?Re++:0;return new Eo(Se,Ge,ge,he,Be)}return Be?new Gp(Se,ge,he,Be):new Gp(Se,ge,he)})(A,be,De,Z,B??fe)})(w.name,f,g,w.nullable?h-1:h,S);case 0:return(function(A,z,F,q,B){const V=ar(A,z),Z=V.numValues,X=z.get(),se=Xl(B)?(function(fe,be,De,Se){const ge=Up(fe,Math.ceil(be/8),De),he=new Qr(ge,be),Ve=Se.size(),Be=new Qr(new Uint8Array(Ve),Ve);let Ge=0;for(let Re=0;Re<Se.size();Re++){const We=!!Se.get(Re)&&he.get(Ge++);Be.set(Re,We)}return Be.getBuffer()})(A,Z,z,B):Hl(A,Z,z);z.set(X+V.byteLength);const _e=new Qr(se,Z);return new pg(F.name,_e,B)})(f,g,w,0,E);case 6:case 5:return(function(A,z,F,q,B){const V=ar(A,z),Z=xu(V,q,A,z),X=B.physicalType===5;if(Z===Ai.FLAT){const se=Xl(q)?(function(_e,fe,be,De,Se){return(function(ge,he,Ve,Be){switch(he.logicalLevelTechnique1){case _t.DELTA:return he.logicalLevelTechnique2===_t.RLE&&(ge=Tp(ge,he.runs,he.numRleValues)),(function(Ge,Re){const We=new BigInt64Array(Ge.size());let Tt=0;Ge.get(0)?(We[0]=Ge.get(0)?Re[0]>>1n^-(1n&Re[0]):0n,Tt=1):We[0]=0n;let gt=1;for(;gt!=We.length;++gt)We[gt]=Ge.get(gt)?We[gt-1]+(Re[Tt]>>1n^-(1n&Re[Tt++])):We[gt-1];return We})(Be,ge);case _t.RLE:return(function(Ge,Re,We,Tt){const gt=Re;return We?(function(Jt,Gi,wi){const Qt=new BigInt64Array(Jt.size());let Ht=0;for(let At=0;At<wi;At++){const li=Number(Gi[At]);let gi=Gi[At+wi];gi=gi>>1n^-(1n&gi);for(let $t=Ht;$t<Ht+li;$t++)Jt.get($t)?Qt[$t]=gi:(Qt[$t]=0n,Ht++);Ht+=li}return Qt})(Tt,Ge,gt.runs):(function(Jt,Gi,wi){const Qt=new BigInt64Array(Jt.size());let Ht=0;for(let At=0;At<wi;At++){const li=Number(Gi[At]),gi=Gi[At+wi];for(let $t=Ht;$t<Ht+li;$t++)Jt.get($t)?Qt[$t]=gi:(Qt[$t]=0n,Ht++);Ht+=li}return Qt})(Tt,Ge,gt.runs)})(ge,he,Ve,Be);case _t.NONE:return ge=Ve?(function(Ge,Re){const We=new BigInt64Array(Ge.size());let Tt=0,gt=0;for(;gt!=We.length;++gt)if(Ge.get(gt)){const Jt=Re[Tt++];We[gt]=Jt>>1n^-(1n&Jt)}else We[gt]=0n;return We})(Be,ge):(function(Ge,Re){const We=new BigInt64Array(Ge.size());let Tt=0,gt=0;for(;gt!=We.length;++gt)We[gt]=Ge.get(gt)?Re[Tt++]:0n;return We})(Be,ge),ge;default:throw new Error("The specified Logical level technique is not supported")}})(yu(_e,fe,be.numValues),be,De,Se)})(A,z,V,X,q):Cp(A,z,V,X);return new Ap(F.name,se,q)}if(Z===Ai.SEQUENCE){const se=Mp(A,z,V);return new Dp(F.name,se[0],se[1],V.numRleValues)}{const se=Ep(A,z,V,X);return new jp(F.name,se,q)}})(f,g,w,E,x);case 7:return(function(A,z,F,q){const B=ar(A,z),V=Xl(q)?(function(Z,X,se,_e){const fe=X.get(),be=fe+_e*Float32Array.BYTES_PER_ELEMENT,De=new Uint8Array(Z.subarray(fe,be)).buffer,Se=new Float32Array(De);X.set(be);const ge=se.size(),he=new Float32Array(ge);let Ve=0;for(let Be=0;Be<ge;Be++)he[Be]=se.get(Be)?Se[Ve++]:0;return he})(A,z,q,B.numValues):(function(Z,X,se){const _e=X.get(),fe=_e+se*Float32Array.BYTES_PER_ELEMENT,be=new Uint8Array(Z.subarray(_e,fe)).buffer,De=new Float32Array(be);return X.set(fe),De})(A,z,B.numValues);return new fg(F.name,V,q)})(f,g,w,E);case 8:return(function(A,z,F,q){const B=ar(A,z),V=Xl(q)?(function(Z,X,se,_e){const fe=X.get(),be=fe+_e*Float64Array.BYTES_PER_ELEMENT,De=new Uint8Array(Z.subarray(fe,be)).buffer,Se=new Float64Array(De);X.set(be);const ge=se.size(),he=new Float64Array(ge);let Ve=0;for(let Be=0;Be<ge;Be++)he[Be]=se.get(Be)?Se[Ve++]:0;return he})(A,z,q,B.numValues):(function(Z,X,se){const _e=X.get(),fe=_e+se*Float64Array.BYTES_PER_ELEMENT,be=new Uint8Array(Z.subarray(_e,fe)).buffer,De=new Float64Array(be);return X.set(fe),De})(A,z,B.numValues);return new Rh(F.name,V,q)})(f,g,w,E);default:throw new Error(`The specified data type for the field is currently not supported: ${x}`)}})(s,r,e,o,i.scalarType,i):s!=1?null:(function(h,f,g,y){let x=null,w=null,S=null,P=null,E=!1;for(;!E;){const q=ar(h,f);switch(q.physicalStreamType){case ji.LENGTH:Tr.DICTIONARY===q.logicalStreamType.lengthType?x=Ms(h,f,q):S=Ms(h,f,q);break;case ji.DATA:Jr.SINGLE===q.logicalStreamType.dictionaryType||Jr.SHARED===q.logicalStreamType.dictionaryType?(w=h.subarray(f.get(),f.get()+q.byteLength),E=!0):P=h.subarray(f.get(),f.get()+q.byteLength),f.add(q.byteLength)}}const A=g.complexType.children,z=[];let F=0;for(const q of A){const B=Oi(h,f,1)[0];if(B==0)continue;const V=`${g.name}${q.name==="default"?"":":"+q.name}`;if(B!==2||q.type!=="scalarField"||q.scalarField.physicalType!==9)throw new Error("Currently only optional string fields are implemented for a struct.");const Z=ar(h,f),X=Hl(h,Z.numValues,f),se=ar(h,f),_e=se.decompressedCount!==y?jh(h,f,se,!1,new Qr(X,Z.numValues)):or(h,f,se,!1);z[F++]=P?new qp(V,_e,x,w,S,P,new Qr(X,Z.numValues)):new Eo(V,_e,x,w,new Qr(X,Z.numValues))}return z})(r,e,i,o)}function Xl(r){return r instanceof Qr}function _g(r){if(r.name==="id")return!1;if(r.type==="scalarType"){const e=r.scalarType;if(e.type==="physicalType")switch(e.physicalType){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:case 8:default:return!1;case 9:return!0}else if(e.type==="logicalType")return!1}else if(r.type==="complexType"){const e=r.complexType;if(e.type==="physicalType")switch(e.physicalType){case 0:case 1:return!0;default:return!1}}return!1}const yg=new TextDecoder;function $p(r,e){const i=Oi(r,e,1)[0];if(i===0)return"";const s=e.get(),o=r.subarray(s,s+i);return e.add(i),yg.decode(o)}function Zp(r,e){const i=Oi(r,e,1)[0]>>>0,s=!!(4&i),o=!!(2&i),u=Oi(r,e,1)[0]>>>0,h={};if(1&i&&(h.nullable=!0),o){const f={};if(s?(f.type="logicalType",f.logicalType=u):(f.type="physicalType",f.physicalType=u),8&i){const g=Oi(r,e,1)[0]>>>0;f.children=new Array(g);for(let y=0;y<g;y++)f.children[y]=Zp(r,e)}h.type="complexField",h.complexField=f}else{const f={};s?(f.type="logicalType",f.logicalType=u):(f.type="physicalType",f.physicalType=u),h.type="scalarField",h.scalarField=f}return h}function vg(r,e){const i=Oi(r,e,1)[0]>>>0,s=(function(o){switch(o){case 0:case 1:case 2:case 3:{const u={};u.nullable=!!(1&o),u.columnScope=0;const h={};return h.physicalType=o>1?6:4,h.type="physicalType",u.scalarType=h,u.type="scalarType",u}case 4:{const u={nullable:!1,columnScope:0},h={type:"physicalType",physicalType:0};return u.type="complexType",u.complexType=h,u}case 30:{const u={nullable:!1,columnScope:0},h={type:"physicalType",physicalType:1};return u.type="complexType",u.complexType=h,u}default:return(function(u){let h=null;switch(u){case 10:case 11:h=0;break;case 12:case 13:h=1;break;case 14:case 15:h=2;break;case 16:case 17:h=3;break;case 18:case 19:h=4;break;case 20:case 21:h=5;break;case 22:case 23:h=6;break;case 24:case 25:h=7;break;case 26:case 27:h=8;break;case 28:case 29:h=9;break;default:return null}const f={};f.nullable=!!(1&u),f.columnScope=0;const g={type:"physicalType"};return g.physicalType=h,f.type="scalarType",f.scalarType=g,f})(o)}})(i);if(!s)throw new Error(`Unsupported column type code: ${i}`);if((function(o){return o>=10})(i)?s.name=$p(r,e):i>=0&&i<=3?s.name="id":i===4&&(s.name="geometry"),(function(o){return o===30})(i)){const o=Oi(r,e,1)[0]>>>0,u=s.complexType;u.children=new Array(o);for(let h=0;h<o;h++)u.children[h]=Zp(r,e)}return s}function xg(r,e){const i={featureTables:[]},s={};s.name=$p(r,e);const o=Oi(r,e,1)[0]>>>0,u=Oi(r,e,1)[0]>>>0;s.columns=new Array(u);for(let h=0;h<u;h++)s.columns[h]=vg(r,e);return i.featureTables.push(s),[i,o]}function bg(r,e,i,s,o,u,h=!1){const f=e.scalarType.physicalType,g=xu(o,u,r,i);if(f===4)switch(g){case Ai.FLAT:{const y=or(r,i,o,!1);return new Lh(s,y,u)}case Ai.SEQUENCE:{const y=Ip(r,i,o);return new Fh(s,y[0],y[1],o.numRleValues)}case Ai.CONST:{const y=Nh(r,i,o,!1);return new Bh(s,y,u)}}else switch(g){case Ai.FLAT:{if(h){const x=(function(w,S,P,E){const A=(function(z,F,q){const B=new Float64Array(F);for(let V=0;V<F;V++)B[V]=og(z,q);return B})(w,P.numValues,S);return(function(z,F,q){switch(F.logicalLevelTechnique1){case _t.DELTA:return F.logicalLevelTechnique2===_t.RLE&&(z=Sp(z,F.runs,F.numRleValues)),(function(B){B[0]=B[0]%2==1?(B[0]+1)/-2:B[0]/2;const V=B.length/4*4;let Z=1;if(V>=4)for(;Z<V-4;Z+=4){const X=B[Z],se=B[Z+1],_e=B[Z+2],fe=B[Z+3];B[Z]=(X%2==1?(X+1)/-2:X/2)+B[Z-1],B[Z+1]=(se%2==1?(se+1)/-2:se/2)+B[Z],B[Z+2]=(_e%2==1?(_e+1)/-2:_e/2)+B[Z+1],B[Z+3]=(fe%2==1?(fe+1)/-2:fe/2)+B[Z+2]}for(;Z!=B.length;++Z)B[Z]=(B[Z]%2==1?(B[Z]+1)/-2:B[Z]/2)+B[Z-1]})(z),z;case _t.RLE:return(function(B,V,Z){return Sp(B,V.runs,V.numRleValues)})(z,F);case _t.NONE:return z;default:throw new Error(`The specified Logical level technique is not supported: ${F.logicalLevelTechnique1}`)}})(A,P)})(r,i,o);return new Rh(s,x,u)}const y=Cp(r,i,o,!1);return new Ap(s,y,u)}case Ai.SEQUENCE:{const y=Mp(r,i,o);return new Dp(s,y[0],y[1],o.numRleValues)}case Ai.CONST:{const y=Ep(r,i,o,!1);return new jp(s,y,u)}}throw new Error("Vector type not supported for id column.")}class wg{constructor(e,i){var s;switch(this._featureData=e,this.properties=this._featureData.properties||{},(s=this._featureData.geometry)===null||s===void 0?void 0:s.type){case Di.POINT:case Di.MULTIPOINT:this.type=1;break;case Di.LINESTRING:case Di.MULTILINESTRING:this.type=2;break;case Di.POLYGON:case Di.MULTIPOLYGON:this.type=3;break;default:this.type=0}this.extent=i,this.id=Number(this._featureData.id)}loadGeometry(){const e=[];for(const i of this._featureData.geometry.coordinates){const s=[];for(const o of i)s.push(new ve(o.x,o.y));e.push(s)}return e}}class Tg{constructor(e){this.features=[],this.featureTable=e,this.name=e.name,this.extent=e.extent,this.version=2,this.features=e.getFeatures(),this.length=this.features.length}feature(e){return new wg(this.features[e],this.extent)}}class Wp{constructor(e){this.layers={};const i=(function(s,o,u=!0){const h=new ag(0),f=[];for(;h.get()<s.length;){const g=Oi(s,h,1)[0]>>>0,y=h.get()+g;if(y>s.length)throw new Error(`Block overruns tile: ${y} > ${s.length}`);if(Oi(s,h,1)[0]>>>0!=1){h.set(y);continue}const x=xg(s,h),w=x[1],S=x[0].featureTables[0];let P=null,E=null;const A=[];let z=0;for(const q of S.columns){const B=q.name;if(B==="id"){let V=null;if(q.nullable){const X=ar(s,h),se=h.get(),_e=Hl(s,X.numValues,h);h.set(se+X.byteLength),V=new Qr(_e,X.numValues)}const Z=ar(s,h);z=Z.decompressedCount,P=bg(s,q,h,B,Z,V??z,u)}else if(B==="geometry"){const V=Oi(s,h,1)[0];if(z===0){const Z=h.get();z=ar(s,h).decompressedCount,h.set(Z)}E=dg(s,V,h,z)}else{const V=_g(q)?Oi(s,h,1)[0]:1;if(V===0&&q.type==="scalarType")continue;const Z=gg(s,h,q,V,z);if(Z)if(Array.isArray(Z))for(const X of Z)A.push(X);else A.push(Z)}}const F=new sg(S.name,E,P,A,w);f.push(F),h.set(y)}return f})(new Uint8Array(e));this.layers=i.reduce(((s,o)=>Object.assign(Object.assign({},s),{[o.name]:new Tg(o)})),{})}}class Sg{constructor(e,i){this.feature=e,this.type=e.type,this.properties=e.tags?e.tags:{},this.extent=i,"id"in e&&(typeof e.id=="string"?this.id=parseInt(e.id,10):typeof e.id!="number"||isNaN(e.id)||(this.id=e.id))}loadGeometry(){const e=[],i=this.feature.type===1?[this.feature.geometry]:this.feature.geometry;for(const s of i){const o=[];for(const u of s)o.push(new ve(u[0],u[1]));e.push(o)}return e}}const Yl="_geojsonTileLayer";function Pg(r,e){e.writeVarintField(15,r.version||1),e.writeStringField(1,r.name||""),e.writeVarintField(5,r.extent||4096);const i={keys:[],values:[],keycache:{},valuecache:{}};for(let u=0;u<r.length;u++)i.feature=r.feature(u),e.writeMessage(2,Ig,i);const s=i.keys;for(const u of s)e.writeStringField(3,u);const o=i.values;for(const u of o)e.writeMessage(4,Eg,u)}function Ig(r,e){if(!r.feature)return;const i=r.feature;i.id!==void 0&&e.writeVarintField(1,i.id),e.writeMessage(2,Mg,r),e.writeVarintField(3,i.type),e.writeMessage(4,Cg,i)}function Mg(r,e){for(const i in r.feature?.properties){let s=r.feature.properties[i],o=r.keycache[i];if(s==null)continue;o===void 0&&(r.keys.push(i),o=r.keys.length-1,r.keycache[i]=o),e.writeVarint(o),typeof s!="string"&&typeof s!="boolean"&&typeof s!="number"&&(s=JSON.stringify(s));const u=typeof s+":"+s;let h=r.valuecache[u];h===void 0&&(r.values.push(s),h=r.values.length-1,r.valuecache[u]=h),e.writeVarint(h)}}function Xh(r,e){return(e<<3)+(7&r)}function Hp(r){return r<<1^r>>31}function Cg(r,e){const i=r.loadGeometry(),s=r.type;let o=0,u=0;for(const h of i){let f=1;s===1&&(f=h.length),e.writeVarint(Xh(1,f));const g=s===3?h.length-1:h.length;for(let y=0;y<g;y++){y===1&&s!==1&&e.writeVarint(Xh(2,g-1));const x=h[y].x-o,w=h[y].y-u;e.writeVarint(Hp(x)),e.writeVarint(Hp(w)),o+=x,u+=w}r.type===3&&e.writeVarint(Xh(7,1))}}function Eg(r,e){const i=typeof r;i==="string"?e.writeStringField(1,r):i==="boolean"?e.writeBooleanField(7,r):i==="number"&&(r%1!=0?e.writeDoubleField(3,r):r<0?e.writeSVarintField(6,r):e.writeVarintField(5,r))}class Xp{constructor(e,i){this.tileID=e,this.x=e.canonical.x,this.y=e.canonical.y,this.z=e.canonical.z,this.grid=new xs(Ue,16,0),this.grid3D=new xs(Ue,16,0),this.featureIndexArray=new R,this.promoteId=i}insert(e,i,s,o,u,h){const f=this.featureIndexArray.length;this.featureIndexArray.emplaceBack(s,o,u);const g=h?this.grid3D:this.grid;for(let y=0;y<i.length;y++){const x=i[y],w=[1/0,1/0,-1/0,-1/0];for(let S=0;S<x.length;S++){const P=x[S];w[0]=Math.min(w[0],P.x),w[1]=Math.min(w[1],P.y),w[2]=Math.max(w[2],P.x),w[3]=Math.max(w[3],P.y)}w[0]<Ue&&w[1]<Ue&&w[2]>=0&&w[3]>=0&&g.insert(f,w[0],w[1],w[2],w[3])}}loadVTLayers(){return this.vtLayers||(this.vtLayers=this.encoding!=="mlt"?new Ld(new du(this.rawTileData)).layers:new Wp(this.rawTileData).layers,this.sourceLayerCoder=new _p(this.vtLayers?Object.keys(this.vtLayers).sort():[Yl])),this.vtLayers}query(e,i,s,o){this.loadVTLayers();const u=e.params,h=Ue/e.tileSize/e.scale,f=Ys(u.filter,u.globalState),g=e.queryGeometry,y=e.queryPadding*h,x=xa.fromPoints(g),w=this.grid.query(x.minX-y,x.minY-y,x.maxX+y,x.maxY+y),S=xa.fromPoints(e.cameraQueryGeometry).expandBy(y),P=this.grid3D.query(S.minX,S.minY,S.maxX,S.maxY,((z,F,q,B)=>(function(V,Z,X,se,_e){for(const be of V)if(Z<=be.x&&X<=be.y&&se>=be.x&&_e>=be.y)return!0;const fe=[new ve(Z,X),new ve(Z,_e),new ve(se,_e),new ve(se,X)];if(V.length>2){for(const be of fe)if(_o(V,be))return!0}for(let be=0;be<V.length-1;be++)if(Df(V[be],V[be+1],fe))return!0;return!1})(e.cameraQueryGeometry,z-y,F-y,q+y,B+y)));for(const z of P)w.push(z);w.sort(Ag);const E={};let A;for(let z=0;z<w.length;z++){const F=w[z];if(F===A)continue;A=F;const q=this.featureIndexArray.get(F);let B=null;this.loadMatchingFeature(E,q.bucketIndex,q.sourceLayerIndex,q.featureIndex,f,u.layers,u.availableImages,i,s,o,((V,Z,X)=>(B||(B=_n(V)),Z.queryIntersectsFeature({queryGeometry:g,feature:V,featureState:X,geometry:B,zoom:this.z,transform:e.transform,pixelsToTileUnits:h,pixelPosMatrix:e.pixelPosMatrix,unwrappedTileID:this.tileID.toUnwrapped(),getElevation:e.getElevation}))))}return E}loadMatchingFeature(e,i,s,o,u,h,f,g,y,x,w){const S=this.bucketLayerIDs[i];if(h&&!S.some((z=>h.has(z))))return;const P=this.sourceLayerCoder.decode(s),E=this.vtLayers[P].feature(o);if(u.needGeometry){const z=yn(E,!0);if(!u.filter(new Ft(this.tileID.overscaledZ),z,this.tileID.canonical))return}else if(!u.filter(new Ft(this.tileID.overscaledZ),E))return;const A=this.getId(E,P);for(let z=0;z<S.length;z++){const F=S[z];if(h&&!h.has(F))continue;const q=g[F];if(!q)continue;let B={};A&&x&&(B=x.getState(q.sourceLayer||Yl,A));const V=It({},y[F]);V.paint=Yp(V.paint,q.paint,E,B,f),V.layout=Yp(V.layout,q.layout,E,B,f);const Z=!w||w(E,q,B);if(!Z)continue;const X=new yp(E,this.z,this.x,this.y,A);X.layer=V;let se=e[F];se===void 0&&(se=e[F]=[]),se.push({featureIndex:o,feature:X,intersectionZ:Z})}}lookupSymbolFeatures(e,i,s,o,u,h,f,g){const y={};this.loadVTLayers();const x=Ys(u.filterSpec,u.globalState);for(const w of e)this.loadMatchingFeature(y,s,o,w,x,h,f,g,i);return y}hasLayer(e){for(const i of this.bucketLayerIDs)for(const s of i)if(e===s)return!0;return!1}getId(e,i){var s;let o=e.id;return this.promoteId&&(o=e.properties[typeof this.promoteId=="string"?this.promoteId:this.promoteId[i]],typeof o=="boolean"&&(o=Number(o)),o===void 0&&(!((s=e.properties)===null||s===void 0)&&s.cluster)&&this.promoteId&&(o=Number(e.properties.cluster_id))),o}}function Yp(r,e,i,s,o){return hi(r,((u,h)=>{const f=e instanceof ca?e.get(h):null;return f&&f.evaluate?f.evaluate(i,s,o):f}))}function Ag(r,e){return e-r}function Kp(r,e,i,s,o){const u=[];for(let h=0;h<r.length;h++){const f=r[h];let g;for(let y=0;y<f.length-1;y++){let x=f[y],w=f[y+1];x.x<e&&w.x<e||(x.x<e?x=new ve(e,x.y+(e-x.x)/(w.x-x.x)*(w.y-x.y))._round():w.x<e&&(w=new ve(e,x.y+(e-x.x)/(w.x-x.x)*(w.y-x.y))._round()),x.y<i&&w.y<i||(x.y<i?x=new ve(x.x+(i-x.y)/(w.y-x.y)*(w.x-x.x),i)._round():w.y<i&&(w=new ve(x.x+(i-x.y)/(w.y-x.y)*(w.x-x.x),i)._round()),x.x>=s&&w.x>=s||(x.x>=s?x=new ve(s,x.y+(s-x.x)/(w.x-x.x)*(w.y-x.y))._round():w.x>=s&&(w=new ve(s,x.y+(s-x.x)/(w.x-x.x)*(w.y-x.y))._round()),x.y>=o&&w.y>=o||(x.y>=o?x=new ve(x.x+(o-x.y)/(w.y-x.y)*(w.x-x.x),o)._round():w.y>=o&&(w=new ve(x.x+(o-x.y)/(w.y-x.y)*(w.x-x.x),o)._round()),g&&x.equals(g[g.length-1])||(g=[x],u.push(g)),g.push(w)))))}}return u}function Jp(r,e,i,s,o){switch(e){case 1:return(function(u,h,f,g){const y=[];for(const x of u)for(const w of x){const S=g===0?w.x:w.y;S>=h&&S<=f&&y.push([w])}return y})(r,i,s,o);case 2:return Qp(r,i,s,o,!1);case 3:return Qp(r,i,s,o,!0)}return[]}function Dg(r,e,i,s,o){const u=s===0?zg:kg;let h=[];const f=[];for(let x=0;x<r.length-1;x++){const w=r[x],S=r[x+1],P=s===0?w.x:w.y,E=s===0?S.x:S.y;let A=!1;P<e?E>e&&h.push(u(w,S,e)):P>i?E<i&&h.push(u(w,S,i)):h.push(w),E<e&&P>=e&&(h.push(u(w,S,e)),A=!0),E>i&&P<=i&&(h.push(u(w,S,i)),A=!0),!o&&A&&(f.push(h),h=[])}const g=r.length-1,y=s===0?r[g].x:r[g].y;return y>=e&&y<=i&&h.push(r[g]),o&&h.length>0&&!h[0].equals(h[h.length-1])&&h.push(new ve(h[0].x,h[0].y)),h.length>0&&f.push(h),f}function Qp(r,e,i,s,o){const u=[];for(const h of r){const f=Dg(h,e,i,s,o);f.length>0&&u.push(...f)}return u}function zg(r,e,i){return new ve(i,r.y+(i-r.x)/(e.x-r.x)*(e.y-r.y))}function kg(r,e,i){return new ve(r.x+(i-r.y)/(e.y-r.y)*(e.x-r.x),i)}je("FeatureIndex",Xp,{omit:["rawTileData","sourceLayerCoder"]});class Cs extends ve{constructor(e,i,s,o){super(e,i),this.angle=s,o!==void 0&&(this.segment=o)}clone(){return new Cs(this.x,this.y,this.angle,this.segment)}}function ef(r,e,i,s,o){if(e.segment===void 0||i===0)return!0;let u=e,h=e.segment+1,f=0;for(;f>-i/2;){if(h--,h<0)return!1;f-=r[h].dist(u),u=r[h]}f+=r[h].dist(r[h+1]),h++;const g=[];let y=0;for(;f<i/2;){const x=r[h],w=r[h+1];if(!w)return!1;let S=r[h-1].angleTo(x)-x.angleTo(w);for(S=Math.abs((S+3*Math.PI)%(2*Math.PI)-Math.PI),g.push({distance:f,angleDelta:S}),y+=S;f-g[0].distance>s;)y-=g.shift().angleDelta;if(y>o)return!1;h++,f+=x.dist(w)}return!0}function tf(r){let e=0;for(let i=0;i<r.length-1;i++)e+=r[i].dist(r[i+1]);return e}function rf(r,e,i){return r?.6*e*i:0}function nf(r,e){return Math.max(r?r.right-r.left:0,e?e.right-e.left:0)}function Lg(r,e,i,s,o,u){const h=rf(i,o,u),f=nf(i,s)*u;let g=0;const y=tf(r)/2;for(let x=0;x<r.length-1;x++){const w=r[x],S=r[x+1],P=w.dist(S);if(g+P>y){const E=(y-g)/P,A=Xt.number(w.x,S.x,E),z=Xt.number(w.y,S.y,E),F=new Cs(A,z,S.angleTo(w),x);return F._round(),!h||ef(r,F,f,h,e)?F:void 0}g+=P}}function Rg(r,e,i,s,o,u,h,f,g){const y=rf(s,u,h),x=nf(s,o),w=x*h,S=r[0].x===0||r[0].x===g||r[0].y===0||r[0].y===g;return e-w<e/4&&(e=w+e/4),sf(r,S?e/2*f%e:(x/2+2*u)*h*f%e,e,y,i,w,S,!1,g)}function sf(r,e,i,s,o,u,h,f,g){const y=u/2,x=tf(r);let w=0,S=e-i,P=[];for(let E=0;E<r.length-1;E++){const A=r[E],z=r[E+1],F=A.dist(z),q=z.angleTo(A);for(;S+i<w+F;){S+=i;const B=(S-w)/F,V=Xt.number(A.x,z.x,B),Z=Xt.number(A.y,z.y,B);if(V>=0&&V<g&&Z>=0&&Z<g&&S-y>=0&&S+y<=x){const X=new Cs(V,Z,q,E);X._round(),s&&!ef(r,X,u,s,o)||P.push(X)}}w+=F}return f||P.length||h||(P=sf(r,w/2,i,s,o,u,h,!0,g)),P}function af(r,e,i,s){const o=[],u=r.image,h=u.pixelRatio,f=u.paddedRect.w-2,g=u.paddedRect.h-2;let y={x1:r.left,y1:r.top,x2:r.right,y2:r.bottom};const x=u.stretchX||[[0,f]],w=u.stretchY||[[0,g]],S=(he,Ve)=>he+Ve[1]-Ve[0],P=x.reduce(S,0),E=w.reduce(S,0),A=f-P,z=g-E;let F=0,q=P,B=0,V=E,Z=0,X=A,se=0,_e=z;if(u.content&&s){const he=u.content,Ve=he[2]-he[0],Be=he[3]-he[1];(u.textFitWidth||u.textFitHeight)&&(y=ep(r)),F=Su(x,0,he[0]),B=Su(w,0,he[1]),q=Su(x,he[0],he[2]),V=Su(w,he[1],he[3]),Z=he[0]-F,se=he[1]-B,X=Ve-q,_e=Be-V}const fe=y.x1,be=y.y1,De=y.x2-fe,Se=y.y2-be,ge=(he,Ve,Be,Ge)=>{const Re=Pu(he.stretch-F,q,De,fe),We=Iu(he.fixed-Z,X,he.stretch,P),Tt=Pu(Ve.stretch-B,V,Se,be),gt=Iu(Ve.fixed-se,_e,Ve.stretch,E),Jt=Pu(Be.stretch-F,q,De,fe),Gi=Iu(Be.fixed-Z,X,Be.stretch,P),wi=Pu(Ge.stretch-B,V,Se,be),Qt=Iu(Ge.fixed-se,_e,Ge.stretch,E),Ht=new ve(Re,Tt),At=new ve(Jt,Tt),li=new ve(Jt,wi),gi=new ve(Re,wi),$t=new ve(We/h,gt/h),dr=new ve(Gi/h,Qt/h),qi=e*Math.PI/180;if(qi){const zi=Math.sin(qi),ii=Math.cos(qi),Ti=[ii,-zi,zi,ii];Ht._matMult(Ti),At._matMult(Ti),gi._matMult(Ti),li._matMult(Ti)}const pr=he.stretch+he.fixed,qr=Ve.stretch+Ve.fixed;return{tl:Ht,tr:At,bl:gi,br:li,tex:{x:u.paddedRect.x+1+pr,y:u.paddedRect.y+1+qr,w:Be.stretch+Be.fixed-pr,h:Ge.stretch+Ge.fixed-qr},writingMode:void 0,glyphOffset:[0,0],sectionIndex:0,pixelOffsetTL:$t,pixelOffsetBR:dr,minFontScaleX:X/h/De,minFontScaleY:_e/h/Se,isSDF:i}};if(s&&(u.stretchX||u.stretchY)){const he=of(x,A,P),Ve=of(w,z,E);for(let Be=0;Be<he.length-1;Be++){const Ge=he[Be],Re=he[Be+1];for(let We=0;We<Ve.length-1;We++)o.push(ge(Ge,Ve[We],Re,Ve[We+1]))}}else o.push(ge({fixed:0,stretch:-1},{fixed:0,stretch:-1},{fixed:0,stretch:f+1},{fixed:0,stretch:g+1}));return o}function Su(r,e,i){let s=0;for(const o of r)s+=Math.max(e,Math.min(i,o[1]))-Math.max(e,Math.min(i,o[0]));return s}function of(r,e,i){const s=[{fixed:-1,stretch:0}];for(const[o,u]of r){const h=s[s.length-1];s.push({fixed:o-h.stretch,stretch:h.stretch}),s.push({fixed:o-h.stretch,stretch:h.stretch+(u-o)})}return s.push({fixed:e+1,stretch:i}),s}function Pu(r,e,i,s){return r/e*i+s}function Iu(r,e,i,s){return r-e*i/s}je("Anchor",Cs);class Mu{constructor(e,i,s,o,u,h,f,g,y,x){var w;if(this.boxStartIndex=e.length,y){let S=h.top,P=h.bottom;const E=h.collisionPadding;E&&(S-=E[1],P+=E[3]);let A=P-S;A>0&&(A=Math.max(10,A),this.circleDiameter=A)}else{const S=!((w=h.image)===null||w===void 0)&&w.content&&(h.image.textFitWidth||h.image.textFitHeight)?ep(h):{x1:h.left,y1:h.top,x2:h.right,y2:h.bottom};S.y1=S.y1*f-g[0],S.y2=S.y2*f+g[2],S.x1=S.x1*f-g[3],S.x2=S.x2*f+g[1];const P=h.collisionPadding;if(P&&(S.x1-=P[0]*f,S.y1-=P[1]*f,S.x2+=P[2]*f,S.y2+=P[3]*f),x){const E=new ve(S.x1,S.y1),A=new ve(S.x2,S.y1),z=new ve(S.x1,S.y2),F=new ve(S.x2,S.y2),q=x*Math.PI/180;E._rotate(q),A._rotate(q),z._rotate(q),F._rotate(q),S.x1=Math.min(E.x,A.x,z.x,F.x),S.x2=Math.max(E.x,A.x,z.x,F.x),S.y1=Math.min(E.y,A.y,z.y,F.y),S.y2=Math.max(E.y,A.y,z.y,F.y)}e.emplaceBack(i.x,i.y,S.x1,S.y1,S.x2,S.y2,s,o,u)}this.boxEndIndex=e.length}}class Fg{constructor(e=[],i=(s,o)=>s<o?-1:s>o?1:0){if(this.data=e,this.length=this.data.length,this.compare=i,this.length>0)for(let s=(this.length>>1)-1;s>=0;s--)this._down(s)}push(e){this.data.push(e),this._up(this.length++)}pop(){if(this.length===0)return;const e=this.data[0],i=this.data.pop();return--this.length>0&&(this.data[0]=i,this._down(0)),e}peek(){return this.data[0]}_up(e){const{data:i,compare:s}=this,o=i[e];for(;e>0;){const u=e-1>>1,h=i[u];if(s(o,h)>=0)break;i[e]=h,e=u}i[e]=o}_down(e){const{data:i,compare:s}=this,o=this.length>>1,u=i[e];for(;e<o;){let h=1+(e<<1);const f=h+1;if(f<this.length&&s(i[f],i[h])<0&&(h=f),s(i[h],u)>=0)break;i[e]=i[h],e=h}i[e]=u}}function Bg(r,e=1,i=!1){const s=xa.fromPoints(r[0]),o=Math.min(s.width(),s.height());let u=o/2;const h=new Fg([],Og),{minX:f,minY:g,maxX:y,maxY:x}=s;if(o===0)return new ve(f,g);for(let P=f;P<y;P+=o)for(let E=g;E<x;E+=o)h.push(new Ao(P+u,E+u,u,r));let w=(function(P){let E=0,A=0,z=0;const F=P[0];for(let q=0,B=F.length,V=B-1;q<B;V=q++){const Z=F[q],X=F[V],se=Z.x*X.y-X.x*Z.y;A+=(Z.x+X.x)*se,z+=(Z.y+X.y)*se,E+=3*se}return new Ao(A/E,z/E,0,P)})(r),S=h.length;for(;h.length;){const P=h.pop();(P.d>w.d||!w.d)&&(w=P),P.max-w.d<=e||(u=P.h/2,h.push(new Ao(P.p.x-u,P.p.y-u,u,r)),h.push(new Ao(P.p.x+u,P.p.y-u,u,r)),h.push(new Ao(P.p.x-u,P.p.y+u,u,r)),h.push(new Ao(P.p.x+u,P.p.y+u,u,r)),S+=4)}return w.p}function Og(r,e){return e.max-r.max}function Ao(r,e,i,s){this.p=new ve(r,e),this.h=i,this.d=(function(o,u){let h=!1,f=1/0;for(let g=0;g<u.length;g++){const y=u[g];for(let x=0,w=y.length,S=w-1;x<w;S=x++){const P=y[x],E=y[S];P.y>o.y!=E.y>o.y&&o.x<(E.x-P.x)*(o.y-P.y)/(E.y-P.y)+P.x&&(h=!h),f=Math.min(f,hd(o,P,E))}}return(h?1:-1)*Math.sqrt(f)})(this.p,s),this.max=this.d+this.h*Math.SQRT2}var Ui;M.aP=void 0,(Ui=M.aP||(M.aP={}))[Ui.center=1]="center",Ui[Ui.left=2]="left",Ui[Ui.right=3]="right",Ui[Ui.top=4]="top",Ui[Ui.bottom=5]="bottom",Ui[Ui["top-left"]=6]="top-left",Ui[Ui["top-right"]=7]="top-right",Ui[Ui["bottom-left"]=8]="bottom-left",Ui[Ui["bottom-right"]=9]="bottom-right";const Yh=Number.POSITIVE_INFINITY;function lf(r,e){return e[1]!==Yh?(function(i,s,o){let u=0,h=0;switch(s=Math.abs(s),o=Math.abs(o),i){case"top-right":case"top-left":case"top":h=o-7;break;case"bottom-right":case"bottom-left":case"bottom":h=7-o}switch(i){case"top-right":case"bottom-right":case"right":u=-s;break;case"top-left":case"bottom-left":case"left":u=s}return[u,h]})(r,e[0],e[1]):(function(i,s){let o=0,u=0;s<0&&(s=0);const h=s/Math.SQRT2;switch(i){case"top-right":case"top-left":u=h-7;break;case"bottom-right":case"bottom-left":u=7-h;break;case"bottom":u=7-s;break;case"top":u=s-7}switch(i){case"top-right":case"bottom-right":o=-h;break;case"top-left":case"bottom-left":o=h;break;case"left":o=s;break;case"right":o=-s}return[o,u]})(r,e[0])}function cf(r,e,i){var s;const o=r.layout,u=(s=o.get("text-variable-anchor-offset"))===null||s===void 0?void 0:s.evaluate(e,{},i);if(u){const f=u.values,g=[];for(let y=0;y<f.length;y+=2){const x=g[y]=f[y],w=f[y+1].map((S=>S*Ei));x.startsWith("top")?w[1]-=7:x.startsWith("bottom")&&(w[1]+=7),g[y+1]=w}return new Ki(g)}const h=o.get("text-variable-anchor");if(h){let f;f=r._unevaluatedLayout.getValue("text-radial-offset")!==void 0?[o.get("text-radial-offset").evaluate(e,{},i)*Ei,Yh]:o.get("text-offset").evaluate(e,{},i).map((y=>y*Ei));const g=[];for(const y of h)g.push(y,lf(y,f));return new Ki(g)}return null}function Kh(r){switch(r){case"right":case"top-right":case"bottom-right":return"right";case"left":case"top-left":case"bottom-left":return"left"}return"center"}function Vg(r,e,i,s,o,u,h,f,g,y,x,w){let S=u.textMaxSize.evaluate(e,{});S===void 0&&(S=h);const P=r.layers[0].layout,E=P.get("icon-offset").evaluate(e,{},x),A=hf(i.horizontal),z=h/24,F=r.tilePixelRatio*z,q=r.tilePixelRatio*S/24,B=r.tilePixelRatio*f,V=r.tilePixelRatio*P.get("symbol-spacing"),Z=P.get("text-padding")*r.tilePixelRatio,X=(function(Be,Ge,Re,We=1){const Tt=Be.get("icon-padding").evaluate(Ge,{},Re),gt=Tt&&Tt.values;return[gt[0]*We,gt[1]*We,gt[2]*We,gt[3]*We]})(P,e,x,r.tilePixelRatio),se=P.get("text-max-angle")/180*Math.PI,_e=P.get("text-rotation-alignment")!=="viewport"&&P.get("symbol-placement")!=="point",fe=P.get("icon-rotation-alignment")==="map"&&P.get("symbol-placement")!=="point",be=P.get("symbol-placement"),De=V/2,Se=P.get("icon-text-fit");let ge;s&&Se!=="none"&&(r.allowVerticalPlacement&&i.vertical&&(ge=tp(s,i.vertical,Se,P.get("icon-text-fit-padding"),E,z)),A&&(s=tp(s,A,Se,P.get("icon-text-fit-padding"),E,z)));const he=x?w.line.getGranularityForZoomLevel(x.z):1,Ve=(Be,Ge)=>{Ge.x<0||Ge.x>=Ue||Ge.y<0||Ge.y>=Ue||(function(Re,We,Tt,gt,Jt,Gi,wi,Qt,Ht,At,li,gi,$t,dr,qi,pr,qr,zi,ii,Ti,ci,ki,$n,en,Ql){const Es=Re.addToLineVertexArray(We,Tt);let Ta,Do,zo,ko,mf=0,gf=0,_f=0,yf=0,sd=-1,ad=-1;const Zn={};let vf=mi("");if(Re.allowVerticalPlacement&&gt.vertical){const tr=Qt.layout.get("text-rotate").evaluate(ci,{},en)+90;zo=new Mu(Ht,We,At,li,gi,gt.vertical,$t,dr,qi,tr),wi&&(ko=new Mu(Ht,We,At,li,gi,wi,qr,zi,qi,tr))}if(Jt){const tr=Qt.layout.get("icon-rotate").evaluate(ci,{}),Or=Qt.layout.get("icon-text-fit")!=="none",Sa=af(Jt,tr,$n,Or),rn=wi?af(wi,tr,$n,Or):void 0;Do=new Mu(Ht,We,At,li,gi,Jt,qr,zi,!1,tr),mf=4*Sa.length;const Pa=Re.iconSizeData;let vn=null;Pa.kind==="source"?(vn=[Gn*Qt.layout.get("icon-size").evaluate(ci,{})],vn[0]>Ps&&Ii(`${Re.layerIds[0]}: Value for "icon-size" is >= 255. Reduce your "icon-size".`)):Pa.kind==="composite"&&(vn=[Gn*ki.compositeIconSizes[0].evaluate(ci,{},en),Gn*ki.compositeIconSizes[1].evaluate(ci,{},en)],(vn[0]>Ps||vn[1]>Ps)&&Ii(`${Re.layerIds[0]}: Value for "icon-size" is >= 255. Reduce your "icon-size".`)),Re.addSymbols(Re.icon,Sa,vn,Ti,ii,ci,M.az.none,We,Es.lineStartIndex,Es.lineLength,-1,en),sd=Re.icon.placedSymbolArray.length-1,rn&&(gf=4*rn.length,Re.addSymbols(Re.icon,rn,vn,Ti,ii,ci,M.az.vertical,We,Es.lineStartIndex,Es.lineLength,-1,en),ad=Re.icon.placedSymbolArray.length-1)}const xf=Object.keys(gt.horizontal);for(const tr of xf){const Or=gt.horizontal[tr];if(!Ta){vf=mi(Or.text);const rn=Qt.layout.get("text-rotate").evaluate(ci,{},en);Ta=new Mu(Ht,We,At,li,gi,Or,$t,dr,qi,rn)}const Sa=Or.positionedLines.length===1;if(_f+=uf(Re,We,Or,Gi,Qt,qi,ci,pr,Es,gt.vertical?M.az.horizontal:M.az.horizontalOnly,Sa?xf:[tr],Zn,sd,ki,en),Sa)break}gt.vertical&&(yf+=uf(Re,We,gt.vertical,Gi,Qt,qi,ci,pr,Es,M.az.vertical,["vertical"],Zn,ad,ki,en));const Ug=Ta?Ta.boxStartIndex:Re.collisionBoxArray.length,Gg=Ta?Ta.boxEndIndex:Re.collisionBoxArray.length,qg=zo?zo.boxStartIndex:Re.collisionBoxArray.length,$g=zo?zo.boxEndIndex:Re.collisionBoxArray.length,Zg=Do?Do.boxStartIndex:Re.collisionBoxArray.length,Wg=Do?Do.boxEndIndex:Re.collisionBoxArray.length,Hg=ko?ko.boxStartIndex:Re.collisionBoxArray.length,Xg=ko?ko.boxEndIndex:Re.collisionBoxArray.length;let tn=-1;const Eu=(tr,Or)=>tr&&tr.circleDiameter?Math.max(tr.circleDiameter,Or):Or;tn=Eu(Ta,tn),tn=Eu(zo,tn),tn=Eu(Do,tn),tn=Eu(ko,tn);const bf=tn>-1?1:0;bf&&(tn*=Ql/Ei),Re.glyphOffsetArray.length>=So.MAX_GLYPHS&&Ii("Too many glyphs being rendered in a tile. See https://github.com/mapbox/mapbox-gl-js/issues/2907"),ci.sortKey!==void 0&&Re.addToSortKeyRanges(Re.symbolInstances.length,ci.sortKey);const Yg=cf(Qt,ci,en),[Kg,Jg]=(function(tr,Or){const Sa=tr.length,rn=Or?.values;if(rn?.length>0)for(let Pa=0;Pa<rn.length;Pa+=2){const vn=rn[Pa+1];tr.emplaceBack(M.aP[rn[Pa]],vn[0],vn[1])}return[Sa,tr.length]})(Re.textAnchorOffsets,Yg);Re.symbolInstances.emplaceBack(We.x,We.y,Zn.right>=0?Zn.right:-1,Zn.center>=0?Zn.center:-1,Zn.left>=0?Zn.left:-1,Zn.vertical||-1,sd,ad,vf,Ug,Gg,qg,$g,Zg,Wg,Hg,Xg,At,_f,yf,mf,gf,bf,0,$t,tn,Kg,Jg)})(r,Ge,Be,i,s,o,ge,r.layers[0],r.collisionBoxArray,e.index,e.sourceLayerIndex,r.index,F,[Z,Z,Z,Z],_e,g,B,X,fe,E,e,u,y,x,h)};if(be==="line")for(const Be of Kp(e.geometry,0,0,Ue,Ue)){const Ge=va(Be,he),Re=Rg(Ge,V,se,i.vertical||A,s,24,q,r.overscaling,Ue);for(const We of Re)A&&Ng(r,A.text,De,We)||Ve(Ge,We)}else if(be==="line-center"){for(const Be of e.geometry)if(Be.length>1){const Ge=va(Be,he),Re=Lg(Ge,se,i.vertical||A,s,24,q);Re&&Ve(Ge,Re)}}else if(e.type==="Polygon")for(const Be of Ba(e.geometry,0)){const Ge=Bg(Be,16);Ve(va(Be[0],he,!0),new Cs(Ge.x,Ge.y,0))}else if(e.type==="LineString")for(const Be of e.geometry){const Ge=va(Be,he);Ve(Ge,new Cs(Ge[0].x,Ge[0].y,0))}else if(e.type==="Point")for(const Be of e.geometry)for(const Ge of Be)Ve([Ge],new Cs(Ge.x,Ge.y,0))}function uf(r,e,i,s,o,u,h,f,g,y,x,w,S,P,E){const A=(function(q,B,V,Z,X,se,_e,fe){const be=Z.layout.get("text-rotate").evaluate(se,{})*Math.PI/180,De=[];for(const Se of B.positionedLines)for(const ge of Se.positionedGlyphs){if(!ge.rect)continue;const he=ge.rect||{};let Ve=4,Be=!0,Ge=1,Re=0;const We=(X||fe)&&ge.vertical,Tt=ge.metrics.advance*ge.scale/2;if(fe&&B.verticalizable&&(Re=Se.lineOffset/2-(ge.imageName?-(Ei-ge.metrics.width*ge.scale)/2:(ge.scale-1)*Ei)),ge.imageName){const zi=_e[ge.imageName];Be=zi.sdf,Ge=zi.pixelRatio,Ve=1/Ge}const gt=X?[ge.x+Tt,ge.y]:[0,0];let Jt=X?[0,0]:[ge.x+Tt+V[0],ge.y+V[1]-Re],Gi=[0,0];We&&(Gi=Jt,Jt=[0,0]);const wi=ge.metrics.isDoubleResolution?2:1,Qt=(ge.metrics.left-Ve)*ge.scale-Tt+Jt[0],Ht=(-ge.metrics.top-Ve)*ge.scale+Jt[1],At=Qt+he.w/wi*ge.scale/Ge,li=Ht+he.h/wi*ge.scale/Ge,gi=new ve(Qt,Ht),$t=new ve(At,Ht),dr=new ve(Qt,li),qi=new ve(At,li);if(We){const zi=new ve(-Tt,Tt- -17),ii=-Math.PI/2,Ti=12-Tt,ci=new ve(22-Ti,-(ge.imageName?Ti:0)),ki=new ve(...Gi);gi._rotateAround(ii,zi)._add(ci)._add(ki),$t._rotateAround(ii,zi)._add(ci)._add(ki),dr._rotateAround(ii,zi)._add(ci)._add(ki),qi._rotateAround(ii,zi)._add(ci)._add(ki)}if(be){const zi=Math.sin(be),ii=Math.cos(be),Ti=[ii,-zi,zi,ii];gi._matMult(Ti),$t._matMult(Ti),dr._matMult(Ti),qi._matMult(Ti)}const pr=new ve(0,0),qr=new ve(0,0);De.push({tl:gi,tr:$t,bl:dr,br:qi,tex:he,writingMode:B.writingMode,glyphOffset:gt,sectionIndex:ge.sectionIndex,isSDF:Be,pixelOffsetTL:pr,pixelOffsetBR:qr,minFontScaleX:0,minFontScaleY:0})}return De})(0,i,f,o,u,h,s,r.allowVerticalPlacement),z=r.textSizeData;let F=null;z.kind==="source"?(F=[Gn*o.layout.get("text-size").evaluate(h,{})],F[0]>Ps&&Ii(`${r.layerIds[0]}: Value for "text-size" is >= 255. Reduce your "text-size".`)):z.kind==="composite"&&(F=[Gn*P.compositeTextSizes[0].evaluate(h,{},E),Gn*P.compositeTextSizes[1].evaluate(h,{},E)],(F[0]>Ps||F[1]>Ps)&&Ii(`${r.layerIds[0]}: Value for "text-size" is >= 255. Reduce your "text-size".`)),r.addSymbols(r.text,A,F,f,u,h,y,e,g.lineStartIndex,g.lineLength,S,E);for(const q of x)w[q]=r.text.placedSymbolArray.length-1;return 4*A.length}function hf(r){for(const e in r)return r[e];return null}function Ng(r,e,i,s){const o=r.compareText;if(e in o){const u=o[e];for(let h=u.length-1;h>=0;h--)if(s.dist(u[h])<i)return!0}else o[e]=[];return o[e].push(s),!1}const df=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array];class Jh{static from(e){if(!(e instanceof ArrayBuffer))throw new Error("Data must be an instance of ArrayBuffer.");const[i,s]=new Uint8Array(e,0,2);if(i!==219)throw new Error("Data does not appear to be in a KDBush format.");const o=s>>4;if(o!==1)throw new Error(`Got v${o} data when expected v1.`);const u=df[15&s];if(!u)throw new Error("Unrecognized array type.");const[h]=new Uint16Array(e,2,1),[f]=new Uint32Array(e,4,1);return new Jh(f,h,u,e)}constructor(e,i=64,s=Float64Array,o){if(isNaN(e)||e<0)throw new Error(`Unpexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+i,2),65535),this.ArrayType=s,this.IndexArrayType=e<65536?Uint16Array:Uint32Array;const u=df.indexOf(this.ArrayType),h=2*e*this.ArrayType.BYTES_PER_ELEMENT,f=e*this.IndexArrayType.BYTES_PER_ELEMENT,g=(8-f%8)%8;if(u<0)throw new Error(`Unexpected typed array class: ${s}.`);o&&o instanceof ArrayBuffer?(this.data=o,this.ids=new this.IndexArrayType(this.data,8,e),this.coords=new this.ArrayType(this.data,8+f+g,2*e),this._pos=2*e,this._finished=!0):(this.data=new ArrayBuffer(8+h+f+g),this.ids=new this.IndexArrayType(this.data,8,e),this.coords=new this.ArrayType(this.data,8+f+g,2*e),this._pos=0,this._finished=!1,new Uint8Array(this.data,0,2).set([219,16+u]),new Uint16Array(this.data,2,1)[0]=i,new Uint32Array(this.data,4,1)[0]=e)}add(e,i){const s=this._pos>>1;return this.ids[s]=s,this.coords[this._pos++]=e,this.coords[this._pos++]=i,s}finish(){const e=this._pos>>1;if(e!==this.numItems)throw new Error(`Added ${e} items when expected ${this.numItems}.`);return Qh(this.ids,this.coords,this.nodeSize,0,this.numItems-1,0),this._finished=!0,this}range(e,i,s,o){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:u,coords:h,nodeSize:f}=this,g=[0,u.length-1,0],y=[];for(;g.length;){const x=g.pop()||0,w=g.pop()||0,S=g.pop()||0;if(w-S<=f){for(let z=S;z<=w;z++){const F=h[2*z],q=h[2*z+1];F>=e&&F<=s&&q>=i&&q<=o&&y.push(u[z])}continue}const P=S+w>>1,E=h[2*P],A=h[2*P+1];E>=e&&E<=s&&A>=i&&A<=o&&y.push(u[P]),(x===0?e<=E:i<=A)&&(g.push(S),g.push(P-1),g.push(1-x)),(x===0?s>=E:o>=A)&&(g.push(P+1),g.push(w),g.push(1-x))}return y}within(e,i,s){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:o,coords:u,nodeSize:h}=this,f=[0,o.length-1,0],g=[],y=s*s;for(;f.length;){const x=f.pop()||0,w=f.pop()||0,S=f.pop()||0;if(w-S<=h){for(let z=S;z<=w;z++)ff(u[2*z],u[2*z+1],e,i)<=y&&g.push(o[z]);continue}const P=S+w>>1,E=u[2*P],A=u[2*P+1];ff(E,A,e,i)<=y&&g.push(o[P]),(x===0?e-s<=E:i-s<=A)&&(f.push(S),f.push(P-1),f.push(1-x)),(x===0?e+s>=E:i+s>=A)&&(f.push(P+1),f.push(w),f.push(1-x))}return g}}function Qh(r,e,i,s,o,u){if(o-s<=i)return;const h=s+o>>1;pf(r,e,h,s,o,u),Qh(r,e,i,s,h-1,1-u),Qh(r,e,i,h+1,o,1-u)}function pf(r,e,i,s,o,u){for(;o>s;){if(o-s>600){const y=o-s+1,x=i-s+1,w=Math.log(y),S=.5*Math.exp(2*w/3),P=.5*Math.sqrt(w*S*(y-S)/y)*(x-y/2<0?-1:1);pf(r,e,i,Math.max(s,Math.floor(i-x*S/y+P)),Math.min(o,Math.floor(i+(y-x)*S/y+P)),u)}const h=e[2*i+u];let f=s,g=o;for(Kl(r,e,s,i),e[2*o+u]>h&&Kl(r,e,s,o);f<g;){for(Kl(r,e,f,g),f++,g--;e[2*f+u]<h;)f++;for(;e[2*g+u]>h;)g--}e[2*s+u]===h?Kl(r,e,s,g):(g++,Kl(r,e,g,o)),g<=i&&(s=g+1),i<=g&&(o=g-1)}}function Kl(r,e,i,s){ed(r,i,s),ed(e,2*i,2*s),ed(e,2*i+1,2*s+1)}function ed(r,e,i){const s=r[e];r[e]=r[i],r[i]=s}function ff(r,e,i,s){const o=r-i,u=e-s;return o*o+u*u}var td;M.cH=void 0,(td=M.cH||(M.cH={})).create="create",td.load="load",td.fullLoad="fullLoad";let Cu=null,Jl=[];const id=1e3/60,rd="loadTime",nd="fullLoadTime",jg={mark(r){performance.mark(r)},frame(r){const e=r;Cu!=null&&Jl.push(e-Cu),Cu=e},clearMetrics(){Cu=null,Jl=[],performance.clearMeasures(rd),performance.clearMeasures(nd);for(const r in M.cH)performance.clearMarks(M.cH[r])},getPerformanceMetrics(){performance.measure(rd,M.cH.create,M.cH.load),performance.measure(nd,M.cH.create,M.cH.fullLoad);const r=performance.getEntriesByName(rd)[0].duration,e=performance.getEntriesByName(nd)[0].duration,i=Jl.length,s=1/(Jl.reduce(((u,h)=>u+h),0)/i/1e3),o=Jl.filter((u=>u>id)).reduce(((u,h)=>u+(h-id)/id),0);return{loadTime:r,fullLoadTime:e,fps:s,percentDroppedFrames:o/(i+o)*100,totalFrames:i}}};M.$=ie,M.A=ut,M.B=vs,M.C=Mi,M.D=$e,M.E=Mt,M.F=function([r,e,i]){return e+=90,e*=Math.PI/180,i*=Math.PI/180,{x:r*Math.cos(e)*Math.sin(i),y:r*Math.sin(e)*Math.sin(i),z:r*Math.cos(i)}},M.G=Xt,M.H=Ft,M.I=Sh,M.J=Zc,M.K=function(r){if(ri==null){const e=r.navigator?r.navigator.userAgent:null;ri=!!r.safari||!(!e||!(/\b(iPad|iPhone|iPod)\b/.test(e)||e.match("Safari")&&!e.match("Chrome")))}return ri},M.L=class{constructor(r,e){this.target=r,this.mapId=e,this.resolveRejects={},this.tasks={},this.taskQueue=[],this.abortControllers={},this.messageHandlers={},this.invoker=new ig((()=>this.process())),this.subscription=Yn(this.target,"message",(i=>this.receive(i)),!1),this.globalScope=Vr(self)?r:window}registerMessageHandler(r,e){this.messageHandlers[r]=e}unregisterMessageHandler(r){delete this.messageHandlers[r]}sendAsync(r,e){return new Promise(((i,s)=>{const o=Math.round(1e18*Math.random()).toString(36).substring(0,10),u=e?Yn(e.signal,"abort",(()=>{u?.unsubscribe(),delete this.resolveRejects[o];const g={id:o,type:"<cancel>",origin:location.origin,targetMapId:r.targetMapId,sourceMapId:this.mapId};this.target.postMessage(g)}),rg):null;this.resolveRejects[o]={resolve:g=>{u?.unsubscribe(),i(g)},reject:g=>{u?.unsubscribe(),s(g)}};const h=[],f=Object.assign(Object.assign({},r),{id:o,sourceMapId:this.mapId,origin:location.origin,data:sa(r.data,h)});this.target.postMessage(f,{transfer:h})}))}receive(r){const e=r.data,i=e.id;if(!(e.origin!=="file://"&&location.origin!=="file://"&&e.origin!=="resource://android"&&location.origin!=="resource://android"&&e.origin!==location.origin||e.targetMapId&&this.mapId!==e.targetMapId)){if(e.type==="<cancel>"){delete this.tasks[i];const s=this.abortControllers[i];return delete this.abortControllers[i],void(s&&s.abort())}if(Vr(self)||e.mustQueue)return this.tasks[i]=e,this.taskQueue.push(i),void this.invoker.trigger();this.processTask(i,e)}}process(){if(this.taskQueue.length===0)return;const r=this.taskQueue.shift(),e=this.tasks[r];delete this.tasks[r],this.taskQueue.length>0&&this.invoker.trigger(),e&&this.processTask(r,e)}processTask(r,e){return c(this,void 0,void 0,(function*(){if(e.type==="<response>"){const o=this.resolveRejects[r];return delete this.resolveRejects[r],o?void(e.error?o.reject(aa(e.error)):o.resolve(aa(e.data))):void 0}if(!this.messageHandlers[e.type])return void this.completeTask(r,new Error(`Could not find a registered handler for ${e.type}, map ID: ${this.mapId}, available handlers: ${Object.keys(this.messageHandlers).join(", ")}`));const i=aa(e.data),s=new AbortController;this.abortControllers[r]=s;try{const o=yield this.messageHandlers[e.type](e.sourceMapId,i,s);this.completeTask(r,null,o)}catch(o){this.completeTask(r,o)}}))}completeTask(r,e,i){const s=[];delete this.abortControllers[r];const o={id:r,type:"<response>",sourceMapId:this.mapId,origin:location.origin,error:e?sa(e):null,data:sa(i,s)};this.target.postMessage(o,{transfer:s})}remove(){this.invoker.remove(),this.subscription.unsubscribe()}},M.M=re,M.N=function(){var r=new ut(16);return ut!=Float32Array&&(r[1]=0,r[2]=0,r[3]=0,r[4]=0,r[6]=0,r[7]=0,r[8]=0,r[9]=0,r[11]=0,r[12]=0,r[13]=0,r[14]=0),r[0]=1,r[5]=1,r[10]=1,r[15]=1,r},M.O=function(r,e,i){var s,o,u,h,f,g,y,x,w,S,P,E,A=i[0],z=i[1],F=i[2];return e===r?(r[12]=e[0]*A+e[4]*z+e[8]*F+e[12],r[13]=e[1]*A+e[5]*z+e[9]*F+e[13],r[14]=e[2]*A+e[6]*z+e[10]*F+e[14],r[15]=e[3]*A+e[7]*z+e[11]*F+e[15]):(o=e[1],u=e[2],h=e[3],f=e[4],g=e[5],y=e[6],x=e[7],w=e[8],S=e[9],P=e[10],E=e[11],r[0]=s=e[0],r[1]=o,r[2]=u,r[3]=h,r[4]=f,r[5]=g,r[6]=y,r[7]=x,r[8]=w,r[9]=S,r[10]=P,r[11]=E,r[12]=s*A+f*z+w*F+e[12],r[13]=o*A+g*z+S*F+e[13],r[14]=u*A+y*z+P*F+e[14],r[15]=h*A+x*z+E*F+e[15]),r},M.P=ve,M.Q=function(r,e,i){var s=i[0],o=i[1],u=i[2];return r[0]=e[0]*s,r[1]=e[1]*s,r[2]=e[2]*s,r[3]=e[3]*s,r[4]=e[4]*o,r[5]=e[5]*o,r[6]=e[6]*o,r[7]=e[7]*o,r[8]=e[8]*u,r[9]=e[9]*u,r[10]=e[10]*u,r[11]=e[11]*u,r[12]=e[12],r[13]=e[13],r[14]=e[14],r[15]=e[15],r},M.R=hr,M.S=function(r,e,i){var s=e[0],o=e[1],u=e[2],h=e[3],f=e[4],g=e[5],y=e[6],x=e[7],w=e[8],S=e[9],P=e[10],E=e[11],A=e[12],z=e[13],F=e[14],q=e[15],B=i[0],V=i[1],Z=i[2],X=i[3];return r[0]=B*s+V*f+Z*w+X*A,r[1]=B*o+V*g+Z*S+X*z,r[2]=B*u+V*y+Z*P+X*F,r[3]=B*h+V*x+Z*E+X*q,r[4]=(B=i[4])*s+(V=i[5])*f+(Z=i[6])*w+(X=i[7])*A,r[5]=B*o+V*g+Z*S+X*z,r[6]=B*u+V*y+Z*P+X*F,r[7]=B*h+V*x+Z*E+X*q,r[8]=(B=i[8])*s+(V=i[9])*f+(Z=i[10])*w+(X=i[11])*A,r[9]=B*o+V*g+Z*S+X*z,r[10]=B*u+V*y+Z*P+X*F,r[11]=B*h+V*x+Z*E+X*q,r[12]=(B=i[12])*s+(V=i[13])*f+(Z=i[14])*w+(X=i[15])*A,r[13]=B*o+V*g+Z*S+X*z,r[14]=B*u+V*y+Z*P+X*F,r[15]=B*h+V*x+Z*E+X*q,r},M.T=mh,M.U=function(r,e){const i={};for(let s=0;s<e.length;s++){const o=e[s];o in r&&(i[o]=r[o])}return i},M.V=Is,M.W=Ye,M.X=up,M.Y=cp,M.Z=K,M._=c,M.a=O,M.a$=Sr,M.a0=Et,M.a1=Xn,M.a2=Fr,M.a3=dp,M.a4=gu,M.a5=Ue,M.a6=function(r,e,i){if(!r)return e||{};if(!e)return r||{};const s=gp(r),o=gp(e);(function(h,f){f.removeAll&&(h.add.clear(),h.update.clear(),h.remove.clear(),f.remove.clear());for(const g of f.remove)h.add.delete(g),h.update.delete(g);for(const[g,y]of f.update){const x=h.update.get(g);x&&(f.update.set(g,ng(x,y)),h.update.delete(g))}})(s,o);const u={};if((s.removeAll||o.removeAll)&&(u.removeAll=!0),u.remove=new Set([...s.remove,...o.remove]),u.add=new Map([...s.add,...o.add]),u.update=new Map([...s.update,...o.update]),u.remove.size&&u.add.size)for(const h of u.add.keys())u.remove.delete(h);return(function(h){const f={};return h.removeAll&&(f.removeAll=h.removeAll),h.remove&&(f.remove=Array.from(h.remove)),h.add&&(f.add=Array.from(h.add.values())),h.update&&(f.update=Array.from(h.update.values())),f})(u)},M.a7=function(r,e){const i=new Map;if(r==null||r.type==null)return i;if(r.type==="Feature"){const s=kh(r,e);return s==null?void 0:(i.set(s,r),i)}if(r.type==="FeatureCollection"){const s=new Set;for(const o of r.features){const u=kh(o,e);if(u==null||s.has(u))return;s.add(u),i.set(u,o)}return i}},M.a8=function(r,e,i){var s,o;const u=[];if(e.removeAll)r.clear();else if(e.remove)for(const h of e.remove){const f=r.get(h);f&&(u.push(f.geometry),r.delete(h))}if(e.add)for(const h of e.add){const f=kh(h,i);if(f==null)continue;const g=r.get(f);g&&u.push(g.geometry),u.push(h.geometry),r.set(f,h)}if(e.update)for(const h of e.update){const f=r.get(h.id);if(!f)continue;const g=!!h.newGeometry,y=h.removeAllProperties||((s=h.removeProperties)===null||s===void 0?void 0:s.length)>0||((o=h.addOrUpdateProperties)===null||o===void 0?void 0:o.length)>0;if(!g&&!y)continue;u.push(f.geometry);const x=Object.assign({},f);if(r.set(h.id,x),g&&(u.push(h.newGeometry),x.geometry=h.newGeometry),y){if(x.properties=h.removeAllProperties?{}:Object.assign({},x.properties||{}),h.removeProperties)for(const w of h.removeProperties)delete x.properties[w];if(h.addOrUpdateProperties)for(const{key:w,value:S}of h.addOrUpdateProperties)x.properties[w]=S}}return u},M.a9=Wl,M.aA=function(r,{uSize:e,uSizeT:i},{lowerSize:s,upperSize:o}){return r.kind==="source"?s/Gn:r.kind==="composite"?Xt.number(s/Gn,o/Gn,i):e},M.aB=function(r,e){var i=e[0],s=e[1],o=e[2],u=e[3],h=e[4],f=e[5],g=e[6],y=e[7],x=e[8],w=e[9],S=e[10],P=e[11],E=e[12],A=e[13],z=e[14],F=e[15],q=i*f-s*h,B=i*g-o*h,V=i*y-u*h,Z=s*g-o*f,X=s*y-u*f,se=o*y-u*g,_e=x*A-w*E,fe=x*z-S*E,be=x*F-P*E,De=w*z-S*A,Se=w*F-P*A,ge=S*F-P*z,he=q*ge-B*Se+V*De+Z*be-X*fe+se*_e;return he?(r[0]=(f*ge-g*Se+y*De)*(he=1/he),r[1]=(o*Se-s*ge-u*De)*he,r[2]=(A*se-z*X+F*Z)*he,r[3]=(S*X-w*se-P*Z)*he,r[4]=(g*be-h*ge-y*fe)*he,r[5]=(i*ge-o*be+u*fe)*he,r[6]=(z*V-E*se-F*B)*he,r[7]=(x*se-S*V+P*B)*he,r[8]=(h*Se-f*be+y*_e)*he,r[9]=(s*be-i*Se-u*_e)*he,r[10]=(E*X-A*V+F*q)*he,r[11]=(w*V-x*X-P*q)*he,r[12]=(f*fe-h*De-g*_e)*he,r[13]=(i*De-s*fe+o*_e)*he,r[14]=(A*B-E*Z-z*q)*he,r[15]=(x*Z-w*B+S*q)*he,r):null},M.aC=Te,M.aD=function(r){var e=r[0],i=r[1];return Math.sqrt(e*e+i*i)},M.aE=function(r){return r[0]=0,r[1]=0,r},M.aF=function(r,e,i){return r[0]=e[0]*i,r[1]=e[1]*i,r},M.aG=Mh,M.aH=xn,M.aI=function(r,e,i,s){const o=e.y-r.y,u=e.x-r.x,h=s.y-i.y,f=s.x-i.x,g=h*u-f*o;if(g===0)return null;const y=(f*(r.y-i.y)-h*(r.x-i.x))/g;return new ve(r.x+y*u,r.y+y*o)},M.aJ=Kp,M.aK=go,M.aL=function(r){let e=1/0,i=1/0,s=-1/0,o=-1/0;for(const u of r)e=Math.min(e,u.x),i=Math.min(i,u.y),s=Math.max(s,u.x),o=Math.max(o,u.y);return[e,i,s,o]},M.aM=Ei,M.aN=mt,M.aO=function(r,e,i,s,o=!1){if(!i[0]&&!i[1])return[0,0];const u=o?s==="map"?-r.bearingInRadians:0:s==="viewport"?r.bearingInRadians:0;if(u){const h=Math.sin(u),f=Math.cos(u);i=[i[0]*f-i[1]*h,i[0]*h+i[1]*f]}return[o?i[0]:mt(e,i[0],r.zoom),o?i[1]:mt(e,i[1],r.zoom)]},M.aQ=Ih,M.aR=Kh,M.aS=Ph,M.aT=Jh,M.aU=fi,M.aV=uu,M.aW=N,M.aX=ke,M.aY=ue,M.aZ=ir,M.a_=pp,M.aa=xa,M.ab=25,M.ac=zh,M.ad=r=>{const e=window.document.createElement("video");return e.muted=!0,new Promise((i=>{e.onloadstart=()=>{i(e)};for(const s of r){const o=window.document.createElement("source");xe(s)||(e.crossOrigin="Anonymous"),o.src=s,e.appendChild(o)}}))},M.ae=Me,M.af=function(){return ui++},M.ag=l,M.ah=So,M.ai=Yl,M.aj=Ys,M.ak=yn,M.al=yp,M.am=function(r){const e={};if(r.replace(/(?:^|(?:\s*\,\s*))([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)(?:\=(?:([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)|(?:\"((?:[^"\\]|\\.)*)\")))?/g,((i,s,o,u)=>{const h=o||u;return e[s]=!h||h.toLowerCase(),""})),e["max-age"]){const i=parseInt(e["max-age"],10);isNaN(i)?delete e["max-age"]:e["max-age"]=i}return e},M.an=Pt,M.ao=85.051129,M.ap=Kn,M.aq=function(r){return Math.pow(2,r)},M.ar=Zi,M.as=hp,M.at=function(r){return Math.log(r)/Math.LN2},M.au=function(r){var e=r[0],i=r[1];return e*e+i*i},M.av=function(r){if(!r.length)return new Set;const e=Math.max(...r.map((g=>g.canonical.z)));let i=1/0,s=-1/0,o=1/0,u=-1/0;const h=[];for(const g of r){const{x:y,y:x,z:w}=g.canonical,S=Math.pow(2,e-w),P=y*S,E=x*S;h.push({id:g,x:P,y:E}),P<i&&(i=P),P>s&&(s=P),E<o&&(o=E),E>u&&(u=E)}const f=new Set;for(const g of h)g.x!==i&&g.x!==s&&g.y!==o&&g.y!==u||f.add(g.id);return f},M.aw=function(r,e){const i=Math.abs(2*r.wrap)-+(r.wrap<0),s=Math.abs(2*e.wrap)-+(e.wrap<0);return r.overscaledZ-e.overscaledZ||s-i||e.canonical.y-r.canonical.y||e.canonical.x-r.canonical.x},M.ax=class{constructor(r,e){this.max=r,this.onRemove=e,this.reset()}reset(){for(const r in this.data)for(const e of this.data[r])e.timeout&&clearTimeout(e.timeout),this.onRemove(e.value);return this.data={},this.order=[],this}add(r,e,i){const s=r.wrapped().key;this.data[s]===void 0&&(this.data[s]=[]);const o={value:e,timeout:void 0};if(i!==void 0&&(o.timeout=setTimeout((()=>{this.remove(r,o)}),i)),this.data[s].push(o),this.order.push(s),this.order.length>this.max){const u=this._getAndRemoveByKey(this.order[0]);u&&this.onRemove(u)}return this}has(r){return r.wrapped().key in this.data}getAndRemove(r){return this.has(r)?this._getAndRemoveByKey(r.wrapped().key):null}_getAndRemoveByKey(r){const e=this.data[r].shift();return e.timeout&&clearTimeout(e.timeout),this.data[r].length===0&&delete this.data[r],this.order.splice(this.order.indexOf(r),1),e.value}getByKey(r){const e=this.data[r];return e?e[0].value:null}get(r){return this.has(r)?this.data[r.wrapped().key][0].value:null}remove(r,e){if(!this.has(r))return this;const i=r.wrapped().key,s=e===void 0?0:this.data[i].indexOf(e),o=this.data[i][s];return this.data[i].splice(s,1),o.timeout&&clearTimeout(o.timeout),this.data[i].length===0&&delete this.data[i],this.onRemove(o.value),this.order.splice(this.order.indexOf(i),1),this}setMaxSize(r){for(this.max=r;this.order.length>this.max;){const e=this._getAndRemoveByKey(this.order[0]);e&&this.onRemove(e)}return this}filter(r){const e=[];for(const i in this.data)for(const s of this.data[i])r(s.value)||e.push(s);for(const i of e)this.remove(i.value.tileID,i)}},M.ay=function(r,e){let i=0,s=0;if(r.kind==="constant")s=r.layoutSize;else if(r.kind!=="source"){const{interpolationType:o,minZoom:u,maxZoom:h}=r,f=o?Pt(Qi.interpolationFactor(o,e,u,h),0,1):0;r.kind==="camera"?s=Xt.number(r.minSize,r.maxSize,f):i=f}return{uSizeT:i,uSize:s}},M.b=nn,M.b$=jn,M.b0=Wi,M.b1=function(r){var e=new ut(3);return e[0]=r[0],e[1]=r[1],e[2]=r[2],e},M.b2=function(r,e,i){return r[0]=e[0]-i[0],r[1]=e[1]-i[1],r[2]=e[2]-i[2],r},M.b3=function(r,e){var i=e[0],s=e[1],o=e[2],u=i*i+s*s+o*o;return u>0&&(u=1/Math.sqrt(u)),r[0]=e[0]*u,r[1]=e[1]*u,r[2]=e[2]*u,r},M.b4=Zr,M.b5=function(r,e){return r[0]*e[0]+r[1]*e[1]+r[2]*e[2]},M.b6=function(r,e,i){return r[0]=e[0]*i[0],r[1]=e[1]*i[1],r[2]=e[2]*i[2],r[3]=e[3]*i[3],r},M.b7=vi,M.b8=function(r,e,i){const s=e[0]*i[0]+e[1]*i[1]+e[2]*i[2];return s===0?null:(-(r[0]*i[0]+r[1]*i[1]+r[2]*i[2])-i[3])/s},M.b9=mr,M.bA=function(r,e,i,s){return r[0]=e[0]+i[0]*s,r[1]=e[1]+i[1]*s,r[2]=e[2]+i[2]*s,r},M.bB=Pr,M.bC=function(r,e,i){var s=i[0],o=i[1],u=i[2],h=i[3],f=e[0],g=e[1],y=e[2],x=o*y-u*g,w=u*f-s*y,S=s*g-o*f;return r[0]=f+h*(x+=x)+o*(S+=S)-u*(w+=w),r[1]=g+h*w+u*x-s*S,r[2]=y+h*S+s*w-o*x,r},M.bD=function(r,e,i){const s=(function(g){var y=g[3],x=g[4],w=g[5],S=g[6],P=g[7],E=g[8];return g[0]*(E*x-w*P)+g[1]*(-E*y+w*S)+g[2]*(P*y-x*S)})([r[0],r[1],r[2],e[0],e[1],e[2],i[0],i[1],i[2]]);if(s===0)return null;const o=Zr([],[e[0],e[1],e[2]],[i[0],i[1],i[2]]),u=Zr([],[i[0],i[1],i[2]],[r[0],r[1],r[2]]),h=Zr([],[r[0],r[1],r[2]],[e[0],e[1],e[2]]),f=Sr([],o,-r[3]);return Wi(f,f,Sr([],u,-e[3])),Wi(f,f,Sr([],h,-i[3])),Sr(f,f,1/s),f},M.bE=Dh,M.bF=function(){return new Float64Array(4)},M.bG=function(r,e,i,s){var o=[],u=[];return o[0]=e[0]-i[0],o[1]=e[1]-i[1],o[2]=e[2]-i[2],u[0]=o[0]*Math.cos(s)-o[1]*Math.sin(s),u[1]=o[0]*Math.sin(s)+o[1]*Math.cos(s),u[2]=o[2],r[0]=u[0]+i[0],r[1]=u[1]+i[1],r[2]=u[2]+i[2],r},M.bH=function(r,e,i,s){var o=[],u=[];return o[0]=e[0]-i[0],o[1]=e[1]-i[1],o[2]=e[2]-i[2],u[0]=o[0],u[1]=o[1]*Math.cos(s)-o[2]*Math.sin(s),u[2]=o[1]*Math.sin(s)+o[2]*Math.cos(s),r[0]=u[0]+i[0],r[1]=u[1]+i[1],r[2]=u[2]+i[2],r},M.bI=function(r,e,i,s){var o=[],u=[];return o[0]=e[0]-i[0],o[1]=e[1]-i[1],o[2]=e[2]-i[2],u[0]=o[2]*Math.sin(s)+o[0]*Math.cos(s),u[1]=o[1],u[2]=o[2]*Math.cos(s)-o[0]*Math.sin(s),r[0]=u[0]+i[0],r[1]=u[1]+i[1],r[2]=u[2]+i[2],r},M.bJ=function(r,e,i){var s=Math.sin(i),o=Math.cos(i),u=e[0],h=e[1],f=e[2],g=e[3],y=e[8],x=e[9],w=e[10],S=e[11];return e!==r&&(r[4]=e[4],r[5]=e[5],r[6]=e[6],r[7]=e[7],r[12]=e[12],r[13]=e[13],r[14]=e[14],r[15]=e[15]),r[0]=u*o-y*s,r[1]=h*o-x*s,r[2]=f*o-w*s,r[3]=g*o-S*s,r[8]=u*s+y*o,r[9]=h*s+x*o,r[10]=f*s+w*o,r[11]=g*s+S*o,r},M.bK=function(r,e){const i=Je(r,360),s=Je(e,360),o=s-i,u=s>i?o-360:o+360;return Math.abs(o)<Math.abs(u)?o:u},M.bL=function(r){return r[0]=0,r[1]=0,r[2]=0,r},M.bM=function(r,e,i,s){const o=Math.sqrt(r*r+e*e),u=Math.sqrt(i*i+s*s);r/=o,e/=o,i/=u,s/=u;const h=Math.acos(r*i+e*s);return-e*i+r*s>0?h:-h},M.bN=function(r,e){const i=Je(r,2*Math.PI),s=Je(e,2*Math.PI);return Math.min(Math.abs(i-s),Math.abs(i-s+2*Math.PI),Math.abs(i-s-2*Math.PI))},M.bO=function(){const r={},e=le.$version;for(const i in le.$root){const s=le.$root[i];if(s.required){let o=null;o=i==="version"?e:s.type==="array"?[]:{},o!=null&&(r[i]=o)}}return r},M.bP=de,M.bQ=xl,M.bR=function r(e,i){if(Array.isArray(e)){if(!Array.isArray(i)||e.length!==i.length)return!1;for(let s=0;s<e.length;s++)if(!r(e[s],i[s]))return!1;return!0}if(typeof e=="object"&&e!==null&&i!==null){if(typeof i!="object"||Object.keys(e).length!==Object.keys(i).length)return!1;for(const s in e)if(!r(e[s],i[s]))return!1;return!0}return e===i},M.bS=function(r){r=r.slice();const e=Object.create(null);for(let i=0;i<r.length;i++)e[r[i].id]=r[i];for(let i=0;i<r.length;i++)"ref"in r[i]&&(r[i]=Ri(r[i],e[r[i].ref]));return r},M.bT=function(r,e){if(r.type==="custom")return new tg(r,e);switch(r.type){case"background":return new eg(r,e);case"circle":return new Of(r,e);case"color-relief":return new qf(r,e);case"fill":return new sm(r,e);case"fill-extrusion":return new _m(r,e);case"heatmap":return new Nf(r,e);case"hillshade":return new Uf(r,e);case"line":return new Sm(r,e);case"raster":return new ah(r,e);case"symbol":return new mu(r,e)}},M.bU=r=>r.type==="raster",M.bV=Vi,M.bW=function(r,e){if(!r)return[{command:"setStyle",args:[e]}];let i=[];try{if(!rt(r.version,e.version))return[{command:"setStyle",args:[e]}];rt(r.center,e.center)||i.push({command:"setCenter",args:[e.center]}),rt(r.state,e.state)||i.push({command:"setGlobalState",args:[e.state]}),rt(r.centerAltitude,e.centerAltitude)||i.push({command:"setCenterAltitude",args:[e.centerAltitude]}),rt(r.zoom,e.zoom)||i.push({command:"setZoom",args:[e.zoom]}),rt(r.bearing,e.bearing)||i.push({command:"setBearing",args:[e.bearing]}),rt(r.pitch,e.pitch)||i.push({command:"setPitch",args:[e.pitch]}),rt(r.roll,e.roll)||i.push({command:"setRoll",args:[e.roll]}),rt(r.sprite,e.sprite)||i.push({command:"setSprite",args:[e.sprite]}),rt(r.glyphs,e.glyphs)||i.push({command:"setGlyphs",args:[e.glyphs]}),rt(r.transition,e.transition)||i.push({command:"setTransition",args:[e.transition]}),rt(r.light,e.light)||i.push({command:"setLight",args:[e.light]}),rt(r.terrain,e.terrain)||i.push({command:"setTerrain",args:[e.terrain]}),rt(r.sky,e.sky)||i.push({command:"setSky",args:[e.sky]}),rt(r.projection,e.projection)||i.push({command:"setProjection",args:[e.projection]});const s={},o=[];(function(h,f,g,y){let x;for(x in f=f||{},h=h||{})Object.prototype.hasOwnProperty.call(h,x)&&(Object.prototype.hasOwnProperty.call(f,x)||Zt(x,g,y));for(x in f)Object.prototype.hasOwnProperty.call(f,x)&&(Object.prototype.hasOwnProperty.call(h,x)?rt(h[x],f[x])||(h[x].type==="geojson"&&f[x].type==="geojson"&&Ot(h,f,x)?kt(g,{command:"setGeoJSONSourceData",args:[x,f[x].data]}):ni(x,f,g,y)):Fi(x,f,g))})(r.sources,e.sources,o,s);const u=[];r.layers&&r.layers.forEach((h=>{"source"in h&&s[h.source]?i.push({command:"removeLayer",args:[h.id]}):u.push(h)})),i=i.concat(o),(function(h,f,g){f=f||[];const y=(h=h||[]).map(As),x=f.map(As),w=h.reduce(Ds,{}),S=f.reduce(Ds,{}),P=y.slice(),E=Object.create(null);let A,z,F,q,B;for(let V=0,Z=0;V<y.length;V++)A=y[V],Object.prototype.hasOwnProperty.call(S,A)?Z++:(kt(g,{command:"removeLayer",args:[A]}),P.splice(P.indexOf(A,Z),1));for(let V=0,Z=0;V<x.length;V++)A=x[x.length-1-V],P[P.length-1-V]!==A&&(Object.prototype.hasOwnProperty.call(w,A)?(kt(g,{command:"removeLayer",args:[A]}),P.splice(P.lastIndexOf(A,P.length-Z),1)):Z++,q=P[P.length-V],kt(g,{command:"addLayer",args:[S[A],q]}),P.splice(P.length-V,0,A),E[A]=!0);for(let V=0;V<x.length;V++)if(A=x[V],z=w[A],F=S[A],!E[A]&&!rt(z,F))if(rt(z.source,F.source)&&rt(z["source-layer"],F["source-layer"])&&rt(z.type,F.type)){for(B in xi(z.layout,F.layout,g,A,null,"setLayoutProperty"),xi(z.paint,F.paint,g,A,null,"setPaintProperty"),rt(z.filter,F.filter)||kt(g,{command:"setFilter",args:[A,F.filter]}),rt(z.minzoom,F.minzoom)&&rt(z.maxzoom,F.maxzoom)||kt(g,{command:"setLayerZoomRange",args:[A,F.minzoom,F.maxzoom]}),z)Object.prototype.hasOwnProperty.call(z,B)&&B!=="layout"&&B!=="paint"&&B!=="filter"&&B!=="metadata"&&B!=="minzoom"&&B!=="maxzoom"&&(B.indexOf("paint.")===0?xi(z[B],F[B],g,A,B.slice(6),"setPaintProperty"):rt(z[B],F[B])||kt(g,{command:"setLayerProperty",args:[A,B,F[B]]}));for(B in F)Object.prototype.hasOwnProperty.call(F,B)&&!Object.prototype.hasOwnProperty.call(z,B)&&B!=="layout"&&B!=="paint"&&B!=="filter"&&B!=="metadata"&&B!=="minzoom"&&B!=="maxzoom"&&(B.indexOf("paint.")===0?xi(z[B],F[B],g,A,B.slice(6),"setPaintProperty"):rt(z[B],F[B])||kt(g,{command:"setLayerProperty",args:[A,B,F[B]]}))}else kt(g,{command:"removeLayer",args:[A]}),q=P[P.lastIndexOf(A)+1],kt(g,{command:"addLayer",args:[F,q]})})(u,e.layers,i)}catch{i=[{command:"setStyle",args:[e]}]}return i},M.bX=function(r){const e=[],i=r.id;return i===void 0&&e.push({message:`layers.${i}: missing required property "id"`}),r.render===void 0&&e.push({message:`layers.${i}: missing required method "render"`}),r.renderingMode&&r.renderingMode!=="2d"&&r.renderingMode!=="3d"&&e.push({message:`layers.${i}: property "renderingMode" must be either "2d" or "3d"`}),e},M.bY=hi,M.bZ=Ir,M.b_=class extends sr{constructor(r,e){super(r,e),this.current=0}set(r){this.current!==r&&(this.current=r,this.gl.uniform1i(this.location,r))}},M.ba=function(r,e,i){return r[0]=e[0]*i,r[1]=e[1]*i,r[2]=e[2]*i,r[3]=e[3]*i,r},M.bb=function(r,e){return r[0]*e[0]+r[1]*e[1]+r[2]*e[2]+r[3]},M.bc=mp,M.bd=Po,M.be=function(r,e,i,s,o){var u=1/Math.tan(e/2);if(r[0]=u/i,r[1]=0,r[2]=0,r[3]=0,r[4]=0,r[5]=u,r[6]=0,r[7]=0,r[8]=0,r[9]=0,r[11]=-1,r[12]=0,r[13]=0,r[15]=0,o!=null&&o!==1/0){var h=1/(s-o);r[10]=(o+s)*h,r[14]=2*o*s*h}else r[10]=-1,r[14]=-2*s;return r},M.bf=function(r){var e=new ut(16);return e[0]=r[0],e[1]=r[1],e[2]=r[2],e[3]=r[3],e[4]=r[4],e[5]=r[5],e[6]=r[6],e[7]=r[7],e[8]=r[8],e[9]=r[9],e[10]=r[10],e[11]=r[11],e[12]=r[12],e[13]=r[13],e[14]=r[14],e[15]=r[15],e},M.bg=function(r,e,i){var s=Math.sin(i),o=Math.cos(i),u=e[0],h=e[1],f=e[2],g=e[3],y=e[4],x=e[5],w=e[6],S=e[7];return e!==r&&(r[8]=e[8],r[9]=e[9],r[10]=e[10],r[11]=e[11],r[12]=e[12],r[13]=e[13],r[14]=e[14],r[15]=e[15]),r[0]=u*o+y*s,r[1]=h*o+x*s,r[2]=f*o+w*s,r[3]=g*o+S*s,r[4]=y*o-u*s,r[5]=x*o-h*s,r[6]=w*o-f*s,r[7]=S*o-g*s,r},M.bh=function(r,e,i){var s=Math.sin(i),o=Math.cos(i),u=e[4],h=e[5],f=e[6],g=e[7],y=e[8],x=e[9],w=e[10],S=e[11];return e!==r&&(r[0]=e[0],r[1]=e[1],r[2]=e[2],r[3]=e[3],r[12]=e[12],r[13]=e[13],r[14]=e[14],r[15]=e[15]),r[4]=u*o+y*s,r[5]=h*o+x*s,r[6]=f*o+w*s,r[7]=g*o+S*s,r[8]=y*o-u*s,r[9]=x*o-h*s,r[10]=w*o-f*s,r[11]=S*o-g*s,r},M.bi=function(){const r=new Float32Array(16);return Zi(r),r},M.bj=function(){const r=new Float64Array(16);return Zi(r),r},M.bk=function(){return new Float64Array(16)},M.bl=function(r,e,i){const s=new Float64Array(4);return Pr(s,r,e-90,i),s},M.bm=function(r,e,i,s){var o,u,h,f,g,y=e[0],x=e[1],w=e[2],S=e[3],P=i[0],E=i[1],A=i[2],z=i[3];return(u=y*P+x*E+w*A+S*z)<0&&(u=-u,P=-P,E=-E,A=-A,z=-z),1-u>et?(o=Math.acos(u),h=Math.sin(o),f=Math.sin((1-s)*o)/h,g=Math.sin(s*o)/h):(f=1-s,g=s),r[0]=f*y+g*P,r[1]=f*x+g*E,r[2]=f*w+g*A,r[3]=f*S+g*z,r},M.bn=function(r){const e=new Float64Array(9);(function(u,h){var f=h[0],g=h[1],y=h[2],x=h[3],w=f+f,S=g+g,P=y+y,E=f*w,A=g*w,z=g*S,F=y*w,q=y*S,B=y*P,V=x*w,Z=x*S,X=x*P;u[0]=1-z-B,u[3]=A-X,u[6]=F+Z,u[1]=A+X,u[4]=1-E-B,u[7]=q-V,u[2]=F-Z,u[5]=q+V,u[8]=1-E-z})(e,r);const i=ir(-Math.asin(Pt(e[2],-1,1)));let s,o;return Math.hypot(e[5],e[8])<.001?(s=0,o=-ir(Math.atan2(e[3],e[4]))):(s=ir(e[5]===0&&e[8]===0?0:Math.atan2(e[5],e[8])),o=ir(e[1]===0&&e[0]===0?0:Math.atan2(e[1],e[0]))),{roll:s,pitch:i+90,bearing:o}},M.bo=function(r,e){return r.roll==e.roll&&r.pitch==e.pitch&&r.bearing==e.bearing},M.bp=pt,M.bq=Nn,M.br=bo,M.bs=jl,M.bt=xo,M.bu=St,M.bv=ot,M.bw=Ji,M.bx=function(r,e,i,s,o){return St(s,o,Pt((r-e)/(i-e),0,1))},M.by=Je,M.bz=function(){return new Float64Array(3)},M.c=Q,M.c$=function(r,e,i,s,o){return c(this,void 0,void 0,(function*(){if(Et())try{return yield Xn(r,e,i,s,o)}catch{}return(function(u,h,f,g,y){const x=u.width,w=u.height;sn&&Mr||(sn=new OffscreenCanvas(x,w),Mr=sn.getContext("2d",{willReadFrequently:!0})),sn.width=x,sn.height=w,Mr.drawImage(u,0,0,x,w);const S=Mr.getImageData(h,f,g,y);return Mr.clearRect(0,0,x,w),S.data})(r,e,i,s,o)}))},M.c0=class extends sr{constructor(r,e){super(r,e),this.current=wr}set(r){if(r[12]!==this.current[12]||r[0]!==this.current[0])return this.current=r,void this.gl.uniformMatrix4fv(this.location,!1,r);for(let e=1;e<16;e++)if(r[e]!==this.current[e]){this.current=r,this.gl.uniformMatrix4fv(this.location,!1,r);break}}},M.c1=_a,M.c2=class extends sr{constructor(r,e){super(r,e),this.current=[0,0,0]}set(r){r[0]===this.current[0]&&r[1]===this.current[1]&&r[2]===this.current[2]||(this.current=r,this.gl.uniform3f(this.location,r[0],r[1],r[2]))}},M.c3=class extends sr{constructor(r,e){super(r,e),this.current=[0,0]}set(r){r[0]===this.current[0]&&r[1]===this.current[1]||(this.current=r,this.gl.uniform2f(this.location,r[0],r[1]))}},M.c4=$i,M.c5=function(r,e){var i=Math.sin(e),s=Math.cos(e);return r[0]=s,r[1]=i,r[2]=0,r[3]=-i,r[4]=s,r[5]=0,r[6]=0,r[7]=0,r[8]=1,r},M.c6=function(r,e,i){var s=e[0],o=e[1],u=e[2];return r[0]=s*i[0]+o*i[3]+u*i[6],r[1]=s*i[1]+o*i[4]+u*i[7],r[2]=s*i[2]+o*i[5]+u*i[8],r},M.c7=function(r,e,i,s,o,u,h){var f=1/(e-i),g=1/(s-o),y=1/(u-h);return r[0]=-2*f,r[1]=0,r[2]=0,r[3]=0,r[4]=0,r[5]=-2*g,r[6]=0,r[7]=0,r[8]=0,r[9]=0,r[10]=2*y,r[11]=0,r[12]=(e+i)*f,r[13]=(o+s)*g,r[14]=(h+u)*y,r[15]=1,r},M.c8=class extends sr{constructor(r,e){super(r,e),this.current=new Array}set(r){if(r!=this.current){this.current=r;const e=new Float32Array(4*r.length);for(let i=0;i<r.length;i++)e[4*i]=r[i].r,e[4*i+1]=r[i].g,e[4*i+2]=r[i].b,e[4*i+3]=r[i].a;this.gl.uniform4fv(this.location,e)}}},M.c9=class extends sr{constructor(r,e){super(r,e),this.current=new Array}set(r){if(r!=this.current){this.current=r;const e=new Float32Array(r);this.gl.uniform1fv(this.location,e)}}},M.cA=function(r,e){return ne[e]&&"touches"in r},M.cB=function(r){return ne[r]||k[r]},M.cC=function(r,e,i){var s=e[0],o=e[1];return r[0]=i[0]*s+i[4]*o+i[12],r[1]=i[1]*s+i[5]*o+i[13],r},M.cD=function(r,e){const{x:i,y:s}=Wl.fromLngLat(e);return!(r<0||r>25||s<0||s>=1||i<0||i>=1)},M.cE=function(r,e){return r[0]=e[0],r[1]=0,r[2]=0,r[3]=0,r[4]=0,r[5]=e[1],r[6]=0,r[7]=0,r[8]=0,r[9]=0,r[10]=e[2],r[11]=0,r[12]=0,r[13]=0,r[14]=0,r[15]=1,r},M.cF=class extends lo{},M.cG=jg,M.cI=ee,M.cJ=function(r,e){Q.REGISTERED_PROTOCOLS[r]=e},M.cK=function(r){delete Q.REGISTERED_PROTOCOLS[r]},M.cL=function(r,e){const i={};for(let o=0;o<r.length;o++){const u=e&&e[r[o].id]||Rc(r[o]);e&&(e[r[o].id]=u);let h=i[u];h||(h=i[u]=[]),h.push(r[o])}const s=[];for(const o in i)s.push(i[o]);return s},M.cM=je,M.cN=_p,M.cO=Xp,M.cP=Jd,M.cQ=function(r){r.bucket.createArrays(),r.bucket.tilePixelRatio=Ue/(512*r.bucket.overscaling),r.bucket.compareText={},r.bucket.iconsNeedLinear=!1;const e=r.bucket.layers[0],i=e.layout,s=e._unevaluatedLayout._values,o={layoutIconSize:s["icon-size"].possiblyEvaluate(new Ft(r.bucket.zoom+1),r.canonical),layoutTextSize:s["text-size"].possiblyEvaluate(new Ft(r.bucket.zoom+1),r.canonical),textMaxSize:s["text-size"].possiblyEvaluate(new Ft(18))};if(r.bucket.textSizeData.kind==="composite"){const{minZoom:y,maxZoom:x}=r.bucket.textSizeData;o.compositeTextSizes=[s["text-size"].possiblyEvaluate(new Ft(y),r.canonical),s["text-size"].possiblyEvaluate(new Ft(x),r.canonical)]}if(r.bucket.iconSizeData.kind==="composite"){const{minZoom:y,maxZoom:x}=r.bucket.iconSizeData;o.compositeIconSizes=[s["icon-size"].possiblyEvaluate(new Ft(y),r.canonical),s["icon-size"].possiblyEvaluate(new Ft(x),r.canonical)]}const u=i.get("text-line-height")*Ei,h=i.get("text-rotation-alignment")!=="viewport"&&i.get("symbol-placement")!=="point",f=i.get("text-keep-upright"),g=i.get("text-size");for(const y of r.bucket.features){const x=i.get("text-font").evaluate(y,{},r.canonical).join(","),w=g.evaluate(y,{},r.canonical),S=o.layoutTextSize.evaluate(y,{},r.canonical),P=o.layoutIconSize.evaluate(y,{},r.canonical),E={horizontal:{},vertical:void 0},A=y.text;let z,F=[0,0];if(A){const V=A.toString(),Z=i.get("text-letter-spacing").evaluate(y,{},r.canonical)*Ei,X=nh(V)?Z:0,se=i.get("text-anchor").evaluate(y,{},r.canonical),_e=cf(e,y,r.canonical);if(!_e){const Se=i.get("text-radial-offset").evaluate(y,{},r.canonical);F=Se?lf(se,[Se*Ei,Yh]):i.get("text-offset").evaluate(y,{},r.canonical).map((ge=>ge*Ei))}let fe=h?"center":i.get("text-justify").evaluate(y,{},r.canonical);const be=i.get("symbol-placement")==="point"?i.get("text-max-width").evaluate(y,{},r.canonical)*Ei:1/0,De=()=>{r.bucket.allowVerticalPlacement&&ws(V)&&(E.vertical=pu(A,r.glyphMap,r.glyphPositions,r.imagePositions,x,be,u,se,"left",X,F,M.az.vertical,!0,S,w))};if(!h&&_e){const Se=new Set;if(fe==="auto")for(let he=0;he<_e.values.length;he+=2)Se.add(Kh(_e.values[he]));else Se.add(fe);let ge=!1;for(const he of Se)if(!E.horizontal[he])if(ge)E.horizontal[he]=E.horizontal[0];else{const Ve=pu(A,r.glyphMap,r.glyphPositions,r.imagePositions,x,be,u,"center",he,X,F,M.az.horizontal,!1,S,w);Ve&&(E.horizontal[he]=Ve,ge=Ve.positionedLines.length===1)}De()}else{fe==="auto"&&(fe=Kh(se));const Se=pu(A,r.glyphMap,r.glyphPositions,r.imagePositions,x,be,u,se,fe,X,F,M.az.horizontal,!1,S,w);Se&&(E.horizontal[fe]=Se),De(),ws(V)&&h&&f&&(E.vertical=pu(A,r.glyphMap,r.glyphPositions,r.imagePositions,x,be,u,se,fe,X,F,M.az.vertical,!1,S,w))}}let q=!1;if(y.icon&&y.icon.name){const V=r.imageMap[y.icon.name];V&&(z=Ym(r.imagePositions[y.icon.name],i.get("icon-offset").evaluate(y,{},r.canonical),i.get("icon-anchor").evaluate(y,{},r.canonical)),q=!!V.sdf,r.bucket.sdfIcons===void 0?r.bucket.sdfIcons=q:r.bucket.sdfIcons!==q&&Ii("Style sheet warning: Cannot mix SDF and non-SDF icons in one buffer"),(V.pixelRatio!==r.bucket.pixelRatio||i.get("icon-rotate").constantOr(1)!==0)&&(r.bucket.iconsNeedLinear=!0))}const B=hf(E.horizontal)||E.vertical;r.bucket.iconsInText=!!B&&B.iconsInText,(B||z)&&Vg(r.bucket,y,E,z,r.imageMap,o,S,P,F,q,r.canonical,r.subdivisionGranularity)}r.showCollisionBoxes&&r.bucket.generateCollisionDebugBuffers()},M.cR=vh,M.cS=bh,M.cT=wh,M.cU=function(r){const e=new du;return(function(i,s){for(const o in i.layers)s.writeMessage(3,Pg,i.layers[o])})(r,e),e.finish()},M.cV=function(r,e,i,s,o,u){let h=Jp(r,e,i,o,0);return h=Jp(h,e,s,u,1),h},M.cW=class{constructor(r){this.maxEntries=r,this.map=new Map}get(r){const e=this.map.get(r);return e!==void 0&&(this.map.delete(r),this.map.set(r,e)),e}set(r,e){if(this.map.has(r))this.map.delete(r);else if(this.map.size>=this.maxEntries){const i=this.map.keys().next().value;this.map.delete(i)}this.map.set(r,e)}clear(){this.map.clear()}},M.cX=Ld,M.cY=du,M.cZ=Wp,M.c_=class{constructor(r){this._marks={start:[r.url,"start"].join("#"),end:[r.url,"end"].join("#"),measure:r.url.toString()},performance.mark(this._marks.start)}finish(){performance.mark(this._marks.end);let r=performance.getEntriesByName(this._marks.measure);return r.length===0&&(performance.measure(this._marks.measure,this._marks.start,this._marks.end),r=performance.getEntriesByName(this._marks.measure),performance.clearMarks(this._marks.start),performance.clearMarks(this._marks.end),performance.clearMeasures(this._marks.measure)),r}},M.ca=class extends On{},M.cb=Cm,M.cc=class extends ga{},M.cd=fh,M.ce=function(r){return r<=1?1:Math.pow(2,Math.ceil(Math.log(r)/Math.LN2))},M.cf=vd,M.cg=function(r,e,i){var s=e[0],o=e[1],u=e[2],h=i[3]*s+i[7]*o+i[11]*u+i[15];return r[0]=(i[0]*s+i[4]*o+i[8]*u+i[12])/(h=h||1),r[1]=(i[1]*s+i[5]*o+i[9]*u+i[13])/h,r[2]=(i[2]*s+i[6]*o+i[10]*u+i[14])/h,r},M.ch=class extends Ml{},M.ci=class extends t{},M.cj=function(r,e){return r[0]===e[0]&&r[1]===e[1]&&r[2]===e[2]&&r[3]===e[3]&&r[4]===e[4]&&r[5]===e[5]&&r[6]===e[6]&&r[7]===e[7]&&r[8]===e[8]&&r[9]===e[9]&&r[10]===e[10]&&r[11]===e[11]&&r[12]===e[12]&&r[13]===e[13]&&r[14]===e[14]&&r[15]===e[15]},M.ck=function(r,e){var i=r[0],s=r[1],o=r[2],u=r[3],h=r[4],f=r[5],g=r[6],y=r[7],x=r[8],w=r[9],S=r[10],P=r[11],E=r[12],A=r[13],z=r[14],F=r[15],q=e[0],B=e[1],V=e[2],Z=e[3],X=e[4],se=e[5],_e=e[6],fe=e[7],be=e[8],De=e[9],Se=e[10],ge=e[11],he=e[12],Ve=e[13],Be=e[14],Ge=e[15];return Math.abs(i-q)<=et*Math.max(1,Math.abs(i),Math.abs(q))&&Math.abs(s-B)<=et*Math.max(1,Math.abs(s),Math.abs(B))&&Math.abs(o-V)<=et*Math.max(1,Math.abs(o),Math.abs(V))&&Math.abs(u-Z)<=et*Math.max(1,Math.abs(u),Math.abs(Z))&&Math.abs(h-X)<=et*Math.max(1,Math.abs(h),Math.abs(X))&&Math.abs(f-se)<=et*Math.max(1,Math.abs(f),Math.abs(se))&&Math.abs(g-_e)<=et*Math.max(1,Math.abs(g),Math.abs(_e))&&Math.abs(y-fe)<=et*Math.max(1,Math.abs(y),Math.abs(fe))&&Math.abs(x-be)<=et*Math.max(1,Math.abs(x),Math.abs(be))&&Math.abs(w-De)<=et*Math.max(1,Math.abs(w),Math.abs(De))&&Math.abs(S-Se)<=et*Math.max(1,Math.abs(S),Math.abs(Se))&&Math.abs(P-ge)<=et*Math.max(1,Math.abs(P),Math.abs(ge))&&Math.abs(E-he)<=et*Math.max(1,Math.abs(E),Math.abs(he))&&Math.abs(A-Ve)<=et*Math.max(1,Math.abs(A),Math.abs(Ve))&&Math.abs(z-Be)<=et*Math.max(1,Math.abs(z),Math.abs(Be))&&Math.abs(F-Ge)<=et*Math.max(1,Math.abs(F),Math.abs(Ge))},M.cl=function(r,e){return r[0]=e[0],r[1]=e[1],r[2]=e[2],r[3]=e[3],r[4]=e[4],r[5]=e[5],r[6]=e[6],r[7]=e[7],r[8]=e[8],r[9]=e[9],r[10]=e[10],r[11]=e[11],r[12]=e[12],r[13]=e[13],r[14]=e[14],r[15]=e[15],r},M.cm=r=>r.type==="symbol",M.cn=r=>r.type==="circle",M.co=r=>r.type==="heatmap",M.cp=r=>r.type==="line",M.cq=r=>r.type==="fill",M.cr=r=>r.type==="fill-extrusion",M.cs=r=>r.type==="hillshade",M.ct=r=>r.type==="color-relief",M.cu=r=>r.type==="background",M.cv=r=>r.type==="custom",M.cw=yt,M.cx=function(r,e,i){const s=ze(e.x-i.x,e.y-i.y),o=ze(r.x-i.x,r.y-i.y),u=Math.atan2(s[0]*o[1]-s[1]*o[0],(function(h,f){return h[0]*f[0]+h[1]*f[1]})(s,o));return ir(u)},M.cy=tt,M.cz=function(r,e){return k[e]&&(r instanceof MouseEvent||r instanceof WheelEvent)},M.d=xe,M.d0=wd,M.d1=vt,M.d2=class{constructor(r,e){this.layers={[Yl]:this},this.name=Yl,this.version=e?e.version:1,this.extent=e?e.extent:4096,this.length=r.length,this.features=r}feature(r){return new Sg(this.features[r],this.extent)}},M.d3=Xs,M.d4=fn,M.e=It,M.f=r=>c(void 0,void 0,void 0,(function*(){if(r.byteLength===0)return createImageBitmap(new ImageData(1,1));const e=new Blob([new Uint8Array(r)],{type:"image/png"});try{return createImageBitmap(e)}catch(i){throw new Error(`Could not load image because of ${i.message}. Please make sure to use a supported image type such as PNG or JPEG. Note that SVGs are not supported.`)}})),M.g=ae,M.h=r=>new Promise(((e,i)=>{const s=new Image;s.onload=()=>{e(s),URL.revokeObjectURL(s.src),s.onload=null,window.requestAnimationFrame((()=>{s.src=wn}))},s.onerror=()=>i(new Error("Could not load image. Please make sure to use a supported image type such as PNG or JPEG. Note that SVGs are not supported."));const o=new Blob([new Uint8Array(r)],{type:"image/png"});s.src=r.byteLength?URL.createObjectURL(o):wn})),M.i=Vr,M.j=(r,e)=>Pe(It(r,{type:"json"}),e),M.k=Rt,M.l=it,M.m=Pe,M.n=(r,e)=>Pe(It(r,{type:"arrayBuffer"}),e),M.o=function(r){return new du(r).readFields(Um,[])},M.p=Kd,M.q=function(r){return/[\u02EA\u02EB\u1100-\u11FF\u2E80-\u2FDF\u3000-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u4DBF\u4E00-\uA48C\uA490-\uA4C6\uA960-\uA97C\uAC00-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFE10-\uFE1F\uFE30-\uFE4F\uFF00-\uFFEF]|\uD81B[\uDFE0-\uDFFF]|[\uD81C-\uD822\uD840-\uD868\uD86A-\uD86D\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD88C][\uDC00-\uDFFF]|\uD823[\uDC00-\uDCD5\uDCFF-\uDD1E\uDD80-\uDDF2]|\uD82B[\uDFF0-\uDFFF]|\uD82C[\uDC00-\uDEFB]|\uD83C[\uDE00-\uDEFF]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEAD\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD88D[\uDC00-\uDC79]/gim.test(String.fromCodePoint(r))},M.r=Fl,M.s=Yn,M.t=er,M.u=le,M.v=ra,M.w=Ii,M.x=Pl,M.y=na,M.z=la})),Ae("worker",["./shared"],(function(M){class c{constructor(k,L){this.keyCache={},k&&this.replace(k,L)}replace(k,L){this._layerConfigs={},this._layers={},this.update(k,[],L)}update(k,L,O){for(const Q of k){this._layerConfigs[Q.id]=Q;const ae=this._layers[Q.id]=M.bT(Q,O);ae._featureFilter=M.aj(ae.filter,O),this.keyCache[Q.id]&&delete this.keyCache[Q.id]}for(const Q of L)delete this.keyCache[Q],delete this._layerConfigs[Q],delete this._layers[Q];this.familiesBySource={};const K=M.cL(Object.values(this._layerConfigs),this.keyCache);for(const Q of K){const ae=Q.map((Ne=>this._layers[Ne.id])),re=ae[0];if(re.isHidden())continue;const ee=re.source||"";let de=this.familiesBySource[ee];de||(de=this.familiesBySource[ee]={});const Pe=re.sourceLayer||M.ai;let xe=de[Pe];xe||(xe=de[Pe]=[]),xe.push(ae)}}}class ve{constructor(k){const L={},O=[];for(const re in k){const ee=k[re],de=L[re]={};for(const Pe in ee){const xe=ee[+Pe];if(!xe||xe.bitmap.width===0||xe.bitmap.height===0)continue;const Ne={x:0,y:0,w:xe.bitmap.width+2,h:xe.bitmap.height+2};O.push(Ne),de[Pe]={rect:Ne,metrics:xe.metrics}}}const{w:K,h:Q}=M.p(O),ae=new M.r({width:K||1,height:Q||1});for(const re in k){const ee=k[re];for(const de in ee){const Pe=ee[+de];if(!Pe||Pe.bitmap.width===0||Pe.bitmap.height===0)continue;const xe=L[re][de].rect;M.r.copy(Pe.bitmap,ae,{x:0,y:0},{x:xe.x+1,y:xe.y+1},Pe.bitmap)}}this.image=ae,this.positions=L}}M.cM("GlyphAtlas",ve);class vt{constructor(k){this.tileID=new M.a2(k.tileID.overscaledZ,k.tileID.wrap,k.tileID.canonical.z,k.tileID.canonical.x,k.tileID.canonical.y),this.uid=k.uid,this.zoom=k.zoom,this.pixelRatio=k.pixelRatio,this.tileSize=k.tileSize,this.source=k.source,this.overscaling=this.tileID.overscaleFactor(),this.showCollisionBoxes=k.showCollisionBoxes,this.collectResourceTiming=!!k.collectResourceTiming,this.returnDependencies=!!k.returnDependencies,this.promoteId=k.promoteId,this.inFlightDependencies=[]}parse(k,L,O,K,Q){return M._(this,void 0,void 0,(function*(){this.status="parsing",this.data=k,this.collisionBoxArray=new M.ag;const ae=new M.cN(Object.keys(k.layers).sort()),re=new M.cO(this.tileID,this.promoteId);re.bucketLayerIDs=[];const ee={},de={featureIndex:re,iconDependencies:{},patternDependencies:{},glyphDependencies:{},dashDependencies:{},availableImages:O,subdivisionGranularity:Q},Pe=L.familiesBySource[this.source];for(const Ot in Pe){const xi=k.layers[Ot];if(!xi)continue;xi.version===1&&M.w(`Vector tile source "${this.source}" layer "${Ot}" does not use vector tile spec v2 and therefore may have some rendering errors.`);const As=ae.encode(Ot),Ds=[];for(let Me=0;Me<xi.length;Me++){const Hi=xi.feature(Me),Xi=re.getId(Hi,Ot);Ds.push({feature:Hi,id:Xi,index:Me,sourceLayerIndex:As})}for(const Me of Pe[Ot]){const Hi=Me[0];Hi.source!==this.source&&M.w(`layer.source = ${Hi.source} does not equal this.source = ${this.source}`),Hi.isHidden(this.zoom,!0)||(st(Me,this.zoom,O),(ee[Hi.id]=Hi.createBucket({index:re.bucketLayerIDs.length,layers:Me,zoom:this.zoom,pixelRatio:this.pixelRatio,overscaling:this.overscaling,collisionBoxArray:this.collisionBoxArray,sourceLayerIndex:As,sourceID:this.source})).populate(Ds,de,this.tileID.canonical),re.bucketLayerIDs.push(Me.map((Xi=>Xi.id))))}}const xe=M.bY(de.glyphDependencies,(Ot=>Object.keys(Ot).map(Number)));this.inFlightDependencies.forEach((Ot=>Ot?.abort())),this.inFlightDependencies=[];let Ne=Promise.resolve({});if(Object.keys(xe).length){const Ot=new AbortController;this.inFlightDependencies.push(Ot),Ne=K.sendAsync({type:"GG",data:{stacks:xe,source:this.source,tileID:this.tileID,type:"glyphs"}},Ot)}const Ze=Object.keys(de.iconDependencies);let it=Promise.resolve({});if(Ze.length){const Ot=new AbortController;this.inFlightDependencies.push(Ot),it=K.sendAsync({type:"GI",data:{icons:Ze,source:this.source,tileID:this.tileID,type:"icons"}},Ot)}const Rt=Object.keys(de.patternDependencies);let Mt=Promise.resolve({});if(Rt.length){const Ot=new AbortController;this.inFlightDependencies.push(Ot),Mt=K.sendAsync({type:"GI",data:{icons:Rt,source:this.source,tileID:this.tileID,type:"patterns"}},Ot)}const le=de.dashDependencies;let Bt=Promise.resolve({});if(Object.keys(le).length){const Ot=new AbortController;this.inFlightDependencies.push(Ot),Bt=K.sendAsync({type:"GDA",data:{dashes:le}},Ot)}const[Ri,rt,kt,Fi]=yield Promise.all([Ne,it,Mt,Bt]),Zt=new ve(Ri),ni=new M.cP(rt,kt);for(const Ot in ee){const xi=ee[Ot];xi instanceof M.ah?(st(xi.layers,this.zoom,O),M.cQ({bucket:xi,glyphMap:Ri,glyphPositions:Zt.positions,imageMap:rt,imagePositions:ni.iconPositions,showCollisionBoxes:this.showCollisionBoxes,canonical:this.tileID.canonical,subdivisionGranularity:de.subdivisionGranularity})):xi.hasDependencies&&(xi instanceof M.cR||xi instanceof M.cS||xi instanceof M.cT)&&(st(xi.layers,this.zoom,O),xi.addFeatures(de,this.tileID.canonical,ni.patternPositions,Fi))}return this.status="done",{buckets:Object.values(ee).filter((Ot=>!Ot.isEmpty())),featureIndex:re,collisionBoxArray:this.collisionBoxArray,glyphAtlasImage:Zt.image,imageAtlas:ni,dashPositions:Fi,glyphMap:this.returnDependencies?Ri:null,iconMap:this.returnDependencies?rt:null,glyphPositions:this.returnDependencies?Zt.positions:null}}))}}function st(ne,k,L){const O=new M.H(k);for(const K of ne)K.recalculate(O,L)}class He{constructor(k,L,O,K,Q){this.type=k,this.properties=O||{},this.extent=Q,this.pointsArray=L,this.id=K}loadGeometry(){return this.pointsArray.map((k=>k.map((L=>new M.P(L.x,L.y)))))}}class xt{constructor(k,L,O){this.version=2,this._myFeatures=k,this.name=L,this.length=k.length,this.extent=O}feature(k){return this._myFeatures[k]}}class Xe{constructor(){this.layers={}}addLayer(k){this.layers[k.name]=k}}function Dt(ne){let k=M.cU(ne);return k.byteOffset===0&&k.byteLength===k.buffer.byteLength||(k=new Uint8Array(k)),{vectorTile:ne,rawData:k.buffer}}function at(ne,k,L){const{extent:O}=ne,K=Math.pow(2,L.z-k.z),Q=(L.x-k.x*K)*O,ae=(L.y-k.y*K)*O,re=[];for(let ee=0;ee<ne.length;ee++){const de=ne.feature(ee);let Pe=de.loadGeometry();for(const Ne of Pe)for(const Ze of Ne)Ze.x=Ze.x*K-Q,Ze.y=Ze.y*K-ae;const xe=128;Pe=M.cV(Pe,de.type,-xe,-xe,O+xe,O+xe),Pe.length!==0&&re.push(new He(de.type,Pe,de.properties,de.id,O))}return new xt(re,ne.name,O)}class ie{constructor(k,L,O){this.actor=k,this.layerIndex=L,this.availableImages=O,this.fetching={},this.loading={},this.loaded={},this.overzoomedTileResultCache=new M.cW(1e3)}loadVectorTile(k,L){return M._(this,void 0,void 0,(function*(){const O=yield M.n(k.request,L);try{return{vectorTile:k.encoding!=="mlt"?new M.cX(new M.cY(O.data)):new M.cZ(O.data),rawData:O.data,cacheControl:O.cacheControl,expires:O.expires}}catch(K){const Q=new Uint8Array(O.data);let ae=`Unable to parse the tile at ${k.request.url}, `;throw ae+=Q[0]===31&&Q[1]===139?"please make sure the data is not gzipped and that you have configured the relevant header in the server":`got error: ${K.message}`,new Error(ae)}}))}loadTile(k){return M._(this,void 0,void 0,(function*(){const{uid:L,overzoomParameters:O}=k;O&&(k.request=O.overzoomRequest);const K=!!(k&&k.request&&k.request.collectResourceTiming)&&new M.c_(k.request),Q=new vt(k);this.loading[L]=Q;const ae=new AbortController;Q.abort=ae;try{const re=yield this.loadVectorTile(k,ae);if(delete this.loading[L],!re)return null;if(O){const Ne=this._getOverzoomTile(k,re.vectorTile);re.rawData=Ne.rawData,re.vectorTile=Ne.vectorTile}const ee=re.rawData,de={};re.expires&&(de.expires=re.expires),re.cacheControl&&(de.cacheControl=re.cacheControl);const Pe={};if(K){const Ne=K.finish();Ne&&(Pe.resourceTiming=JSON.parse(JSON.stringify(Ne)))}Q.vectorTile=re.vectorTile;const xe=Q.parse(re.vectorTile,this.layerIndex,this.availableImages,this.actor,k.subdivisionGranularity);this.loaded[L]=Q,this.fetching[L]={rawTileData:ee,cacheControl:de,resourceTiming:Pe};try{const Ne=yield xe;return M.e({rawTileData:ee.slice(0),encoding:k.encoding},Ne,de,Pe)}finally{delete this.fetching[L]}}catch(re){throw delete this.loading[L],Q.status="done",this.loaded[L]=Q,re}}))}_getOverzoomTile(k,L){const{tileID:O,source:K,overzoomParameters:Q}=k,{maxZoomTileID:ae}=Q,re=`${ae.key}_${O.key}`,ee=this.overzoomedTileResultCache.get(re);if(ee)return ee;const de=new Xe,Pe=this.layerIndex.familiesBySource[K];for(const Ne in Pe){const Ze=L.layers[Ne];if(!Ze)continue;const it=at(Ze,ae,O.canonical);it.length>0&&de.addLayer(it)}const xe=Dt(de);return this.overzoomedTileResultCache.set(re,xe),xe}reloadTile(k){return M._(this,void 0,void 0,(function*(){const L=k.uid;if(!this.loaded||!this.loaded[L])throw new Error("Should not be trying to reload a tile that was never loaded or has been removed");const O=this.loaded[L];if(O.showCollisionBoxes=k.showCollisionBoxes,O.status==="parsing"){const K=yield O.parse(O.vectorTile,this.layerIndex,this.availableImages,this.actor,k.subdivisionGranularity);let Q;if(this.fetching[L]){const{rawTileData:ae,cacheControl:re,resourceTiming:ee}=this.fetching[L];delete this.fetching[L],Q=M.e({rawTileData:ae.slice(0),encoding:k.encoding},K,re,ee)}else Q=K;return Q}if(O.status==="done"&&O.vectorTile)return O.parse(O.vectorTile,this.layerIndex,this.availableImages,this.actor,k.subdivisionGranularity)}))}abortTile(k){return M._(this,void 0,void 0,(function*(){const L=this.loading,O=k.uid;L&&L[O]&&L[O].abort&&(L[O].abort.abort(),delete L[O])}))}removeTile(k){return M._(this,void 0,void 0,(function*(){this.loaded&&this.loaded[k.uid]&&delete this.loaded[k.uid]}))}}class Et{constructor(){this.loaded={}}loadTile(k){return M._(this,void 0,void 0,(function*(){const{uid:L,encoding:O,rawImageData:K,redFactor:Q,greenFactor:ae,blueFactor:re,baseShift:ee}=k,de=K.width+2,Pe=K.height+2,xe=M.b(K)?new M.R({width:de,height:Pe},yield M.c$(K,-1,-1,de,Pe)):K,Ne=new M.d0(L,xe,O,Q,ae,re,ee);return this.loaded=this.loaded||{},this.loaded[L]=Ne,Ne}))}removeTile(k){const L=this.loaded,O=k.uid;L&&L[O]&&delete L[O]}}var et,ut,$i=(function(){if(ut)return et;function ne(L,O){if(L.length!==0){k(L[0],O);for(var K=1;K<L.length;K++)k(L[K],!O)}}function k(L,O){for(var K=0,Q=0,ae=0,re=L.length,ee=re-1;ae<re;ee=ae++){var de=(L[ae][0]-L[ee][0])*(L[ee][1]+L[ae][1]),Pe=K+de;Q+=Math.abs(K)>=Math.abs(de)?K-Pe+de:de-Pe+K,K=Pe}K+Q>=0!=!!O&&L.reverse()}return ut=1,et=function L(O,K){var Q,ae=O&&O.type;if(ae==="FeatureCollection")for(Q=0;Q<O.features.length;Q++)L(O.features[Q],K);else if(ae==="GeometryCollection")for(Q=0;Q<O.geometries.length;Q++)L(O.geometries[Q],K);else if(ae==="Feature")L(O.geometry,K);else if(ae==="Polygon")ne(O.coordinates,K);else if(ae==="MultiPolygon")for(Q=0;Q<O.coordinates.length;Q++)ne(O.coordinates[Q],K);return O}})(),Zi=M.d1($i);const Li={minZoom:0,maxZoom:16,minPoints:2,radius:40,extent:512,nodeSize:64,log:!1,generateId:!1,reduce:null,map:ne=>ne},vi=Math.fround||($r=new Float32Array(1),ne=>($r[0]=+ne,$r[0]));var $r;class Wi{constructor(k){this.options=Object.assign(Object.create(Li),k),this.trees=new Array(this.options.maxZoom+1),this.stride=this.options.reduce?7:6,this.clusterProps=[]}load(k){const{log:L,minZoom:O,maxZoom:K}=this.options,Q=`prepare ${k.length} points`;this.points=k;const ae=[];for(let ee=0;ee<k.length;ee++){const de=k[ee];if(!de.geometry)continue;const[Pe,xe]=de.geometry.coordinates,Ne=vi(fr(Pe)),Ze=vi(mr(xe));ae.push(Ne,Ze,1/0,ee,-1,1),this.options.reduce&&ae.push(0)}let re=this.trees[K+1]=this._createTree(ae);for(let ee=K;ee>=O;ee--){const de=+Date.now();re=this.trees[ee]=this._createTree(this._cluster(re,ee))}return this}getClusters(k,L){let O=((k[0]+180)%360+360)%360-180;const K=Math.max(-90,Math.min(90,k[1]));let Q=k[2]===180?180:((k[2]+180)%360+360)%360-180;const ae=Math.max(-90,Math.min(90,k[3]));if(k[2]-k[0]>=360)O=-180,Q=180;else if(O>Q){const xe=this.getClusters([O,K,180,ae],L),Ne=this.getClusters([-180,K,Q,ae],L);return xe.concat(Ne)}const re=this.trees[this._limitZoom(L)],ee=re.range(fr(O),mr(ae),fr(Q),mr(K)),de=re.data,Pe=[];for(const xe of ee){const Ne=this.stride*xe;Pe.push(de[Ne+5]>1?Sr(de,Ne,this.clusterProps):this.points[de[Ne+3]])}return Pe}getChildren(k){const L=this._getOriginId(k),O=this._getOriginZoom(k),K="No cluster with the specified id.",Q=this.trees[O];if(!Q)throw new Error(K);const ae=Q.data;if(L*this.stride>=ae.length)throw new Error(K);const re=this.options.radius/(this.options.extent*Math.pow(2,O-1)),ee=Q.within(ae[L*this.stride],ae[L*this.stride+1],re),de=[];for(const Pe of ee){const xe=Pe*this.stride;ae[xe+4]===k&&de.push(ae[xe+5]>1?Sr(ae,xe,this.clusterProps):this.points[ae[xe+3]])}if(de.length===0)throw new Error(K);return de}getLeaves(k,L,O){const K=[];return this._appendLeaves(K,k,L=L||10,O=O||0,0),K}getTile(k,L,O){const K=this.trees[this._limitZoom(k)],Q=Math.pow(2,k),{extent:ae,radius:re}=this.options,ee=re/ae,de=(O-ee)/Q,Pe=(O+1+ee)/Q,xe={features:[]};return this._addTileFeatures(K.range((L-ee)/Q,de,(L+1+ee)/Q,Pe),K.data,L,O,Q,xe),L===0&&this._addTileFeatures(K.range(1-ee/Q,de,1,Pe),K.data,Q,O,Q,xe),L===Q-1&&this._addTileFeatures(K.range(0,de,ee/Q,Pe),K.data,-1,O,Q,xe),xe.features.length?xe:null}getClusterExpansionZoom(k){let L=this._getOriginZoom(k)-1;for(;L<=this.options.maxZoom;){const O=this.getChildren(k);if(L++,O.length!==1)break;k=O[0].properties.cluster_id}return L}_appendLeaves(k,L,O,K,Q){const ae=this.getChildren(L);for(const re of ae){const ee=re.properties;if(ee&&ee.cluster?Q+ee.point_count<=K?Q+=ee.point_count:Q=this._appendLeaves(k,ee.cluster_id,O,K,Q):Q<K?Q++:k.push(re),k.length===O)break}return Q}_createTree(k){const L=new M.aT(k.length/this.stride|0,this.options.nodeSize,Float32Array);for(let O=0;O<k.length;O+=this.stride)L.add(k[O],k[O+1]);return L.finish(),L.data=k,L}_addTileFeatures(k,L,O,K,Q,ae){for(const re of k){const ee=re*this.stride,de=L[ee+5]>1;let Pe,xe,Ne;if(de)Pe=Zr(L,ee,this.clusterProps),xe=L[ee],Ne=L[ee+1];else{const Rt=this.points[L[ee+3]];Pe=Rt.properties;const[Mt,le]=Rt.geometry.coordinates;xe=fr(Mt),Ne=mr(le)}const Ze={type:1,geometry:[[Math.round(this.options.extent*(xe*Q-O)),Math.round(this.options.extent*(Ne*Q-K))]],tags:Pe};let it;it=de||this.options.generateId?L[ee+3]:this.points[L[ee+3]].id,it!==void 0&&(Ze.id=it),ae.features.push(Ze)}}_limitZoom(k){return Math.max(this.options.minZoom,Math.min(Math.floor(+k),this.options.maxZoom+1))}_cluster(k,L){const{radius:O,extent:K,reduce:Q,minPoints:ae}=this.options,re=O/(K*Math.pow(2,L)),ee=k.data,de=[],Pe=this.stride;for(let xe=0;xe<ee.length;xe+=Pe){if(ee[xe+2]<=L)continue;ee[xe+2]=L;const Ne=ee[xe],Ze=ee[xe+1],it=k.within(ee[xe],ee[xe+1],re),Rt=ee[xe+5];let Mt=Rt;for(const le of it){const Bt=le*Pe;ee[Bt+2]>L&&(Mt+=ee[Bt+5])}if(Mt>Rt&&Mt>=ae){let le,Bt=Ne*Rt,Ri=Ze*Rt,rt=-1;const kt=(xe/Pe<<5)+(L+1)+this.points.length;for(const Fi of it){const Zt=Fi*Pe;if(ee[Zt+2]<=L)continue;ee[Zt+2]=L;const ni=ee[Zt+5];Bt+=ee[Zt]*ni,Ri+=ee[Zt+1]*ni,ee[Zt+4]=kt,Q&&(le||(le=this._map(ee,xe,!0),rt=this.clusterProps.length,this.clusterProps.push(le)),Q(le,this._map(ee,Zt)))}ee[xe+4]=kt,de.push(Bt/Mt,Ri/Mt,1/0,kt,-1,Mt),Q&&de.push(rt)}else{for(let le=0;le<Pe;le++)de.push(ee[xe+le]);if(Mt>1)for(const le of it){const Bt=le*Pe;if(!(ee[Bt+2]<=L)){ee[Bt+2]=L;for(let Ri=0;Ri<Pe;Ri++)de.push(ee[Bt+Ri])}}}}return de}_getOriginId(k){return k-this.points.length>>5}_getOriginZoom(k){return(k-this.points.length)%32}_map(k,L,O){if(k[L+5]>1){const ae=this.clusterProps[k[L+6]];return O?Object.assign({},ae):ae}const K=this.points[k[L+3]].properties,Q=this.options.map(K);return O&&Q===K?Object.assign({},Q):Q}}function Sr(ne,k,L){return{type:"Feature",id:ne[k+3],properties:Zr(ne,k,L),geometry:{type:"Point",coordinates:[(O=ne[k],360*(O-.5)),xn(ne[k+1])]}};var O}function Zr(ne,k,L){const O=ne[k+5],K=O>=1e4?`${Math.round(O/1e3)}k`:O>=1e3?Math.round(O/100)/10+"k":O,Q=ne[k+6],ae=Q===-1?{}:Object.assign({},L[Q]);return Object.assign(ae,{cluster:!0,cluster_id:ne[k+3],point_count:O,point_count_abbreviated:K})}function fr(ne){return ne/360+.5}function mr(ne){const k=Math.sin(ne*Math.PI/180),L=.5-.25*Math.log((1+k)/(1-k))/Math.PI;return L<0?0:L>1?1:L}function xn(ne){const k=(180-360*ne)*Math.PI/180;return 360*Math.atan(Math.exp(k))/Math.PI-90}function Wr(ne,k,L,O){let K=O;const Q=k+(L-k>>1);let ae,re=L-k;const ee=ne[k],de=ne[k+1],Pe=ne[L],xe=ne[L+1];for(let Ne=k+3;Ne<L;Ne+=3){const Ze=Pr(ne[Ne],ne[Ne+1],ee,de,Pe,xe);if(Ze>K)ae=Ne,K=Ze;else if(Ze===K){const it=Math.abs(Ne-Q);it<re&&(ae=Ne,re=it)}}K>O&&(ae-k>3&&Wr(ne,k,ae,O),ne[ae+2]=K,L-ae>3&&Wr(ne,ae,L,O))}function Pr(ne,k,L,O,K,Q){let ae=K-L,re=Q-O;if(ae!==0||re!==0){const ee=((ne-L)*ae+(k-O)*re)/(ae*ae+re*re);ee>1?(L=K,O=Q):ee>0&&(L+=ae*ee,O+=re*ee)}return ae=ne-L,re=k-O,ae*ae+re*re}function Te(ne,k,L,O){const K={id:ne??null,type:k,geometry:L,tags:O,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0};if(k==="Point"||k==="MultiPoint"||k==="LineString")ze(K,L);else if(k==="Polygon")ze(K,L[0]);else if(k==="MultiLineString")for(const Q of L)ze(K,Q);else if(k==="MultiPolygon")for(const Q of L)ze(K,Q[0]);return K}function ze(ne,k){for(let L=0;L<k.length;L+=3)ne.minX=Math.min(ne.minX,k[L]),ne.minY=Math.min(ne.minY,k[L+1]),ne.maxX=Math.max(ne.maxX,k[L]),ne.maxY=Math.max(ne.maxY,k[L+1])}function Ue(ne,k,L,O){if(!k.geometry)return;const K=k.geometry.coordinates;if(K&&K.length===0)return;const Q=k.geometry.type,ae=Math.pow(L.tolerance/((1<<L.maxZoom)*L.extent),2);let re=[],ee=k.id;if(L.promoteId?ee=k.properties[L.promoteId]:L.generateId&&(ee=O||0),Q==="Point")mt(K,re);else if(Q==="MultiPoint")for(const de of K)mt(de,re);else if(Q==="LineString")Je(K,re,ae,!1);else if(Q==="MultiLineString"){if(L.lineMetrics){for(const de of K)re=[],Je(de,re,ae,!1),ne.push(Te(ee,"LineString",re,k.properties));return}St(K,re,ae,!1)}else if(Q==="Polygon")St(K,re,ae,!0);else{if(Q!=="MultiPolygon"){if(Q==="GeometryCollection"){for(const de of k.geometry.geometries)Ue(ne,{id:ee,geometry:de,properties:k.properties},L,O);return}throw new Error("Input data is not a valid GeoJSON object.")}for(const de of K){const Pe=[];St(de,Pe,ae,!0),re.push(Pe)}}ne.push(Te(ee,Q,re,k.properties))}function mt(ne,k){k.push(ot(ne[0]),yt(ne[1]),0)}function Je(ne,k,L,O){let K,Q,ae=0;for(let ee=0;ee<ne.length;ee++){const de=ot(ne[ee][0]),Pe=yt(ne[ee][1]);k.push(de,Pe,0),ee>0&&(ae+=O?(K*Pe-de*Q)/2:Math.sqrt(Math.pow(de-K,2)+Math.pow(Pe-Q,2))),K=de,Q=Pe}const re=k.length-3;k[2]=1,Wr(k,0,re,L),k[re+2]=1,k.size=Math.abs(ae),k.start=0,k.end=k.size}function St(ne,k,L,O){for(let K=0;K<ne.length;K++){const Q=[];Je(ne[K],Q,L,O),k.push(Q)}}function ot(ne){return ne/360+.5}function yt(ne){const k=Math.sin(ne*Math.PI/180),L=.5-.25*Math.log((1+k)/(1-k))/Math.PI;return L<0?0:L>1?1:L}function tt(ne,k,L,O,K,Q,ae,re){if(O/=k,Q>=(L/=k)&&ae<O)return ne;if(ae<L||Q>=O)return null;const ee=[];for(const de of ne){const Pe=de.geometry;let xe=de.type;const Ne=K===0?de.minX:de.minY,Ze=K===0?de.maxX:de.maxY;if(Ne>=L&&Ze<O){ee.push(de);continue}if(Ze<L||Ne>=O)continue;let it=[];if(xe==="Point"||xe==="MultiPoint")Pt(Pe,it,L,O,K);else if(xe==="LineString")Ye(Pe,it,L,O,K,!1,re.lineMetrics);else if(xe==="MultiLineString")ui(Pe,it,L,O,K,!1);else if(xe==="Polygon")ui(Pe,it,L,O,K,!0);else if(xe==="MultiPolygon")for(const Rt of Pe){const Mt=[];ui(Rt,Mt,L,O,K,!0),Mt.length&&it.push(Mt)}if(it.length){if(re.lineMetrics&&xe==="LineString"){for(const Rt of it)ee.push(Te(de.id,xe,Rt,de.tags));continue}xe!=="LineString"&&xe!=="MultiLineString"||(it.length===1?(xe="LineString",it=it[0]):xe="MultiLineString"),xe!=="Point"&&xe!=="MultiPoint"||(xe=it.length===3?"Point":"MultiPoint"),ee.push(Te(de.id,xe,it,de.tags))}}return ee.length?ee:null}function Pt(ne,k,L,O,K){for(let Q=0;Q<ne.length;Q+=3){const ae=ne[Q+K];ae>=L&&ae<=O&&hi(k,ne[Q],ne[Q+1],ne[Q+2])}}function Ye(ne,k,L,O,K,Q,ae){let re=It(ne);const ee=K===0?Ir:Vi;let de,Pe,xe=ne.start;for(let Mt=0;Mt<ne.length-3;Mt+=3){const le=ne[Mt],Bt=ne[Mt+1],Ri=ne[Mt+2],rt=ne[Mt+3],kt=ne[Mt+4],Fi=K===0?le:Bt,Zt=K===0?rt:kt;let ni=!1;ae&&(de=Math.sqrt(Math.pow(le-rt,2)+Math.pow(Bt-kt,2))),Fi<L?Zt>L&&(Pe=ee(re,le,Bt,rt,kt,L),ae&&(re.start=xe+de*Pe)):Fi>O?Zt<O&&(Pe=ee(re,le,Bt,rt,kt,O),ae&&(re.start=xe+de*Pe)):hi(re,le,Bt,Ri),Zt<L&&Fi>=L&&(Pe=ee(re,le,Bt,rt,kt,L),ni=!0),Zt>O&&Fi<=O&&(Pe=ee(re,le,Bt,rt,kt,O),ni=!0),!Q&&ni&&(ae&&(re.end=xe+de*Pe),k.push(re),re=It(ne)),ae&&(xe+=de)}let Ne=ne.length-3;const Ze=ne[Ne],it=ne[Ne+1],Rt=K===0?Ze:it;Rt>=L&&Rt<=O&&hi(re,Ze,it,ne[Ne+2]),Ne=re.length-3,Q&&Ne>=3&&(re[Ne]!==re[0]||re[Ne+1]!==re[1])&&hi(re,re[0],re[1],re[2]),re.length&&k.push(re)}function It(ne){const k=[];return k.size=ne.size,k.start=ne.start,k.end=ne.end,k}function ui(ne,k,L,O,K,Q){for(const ae of ne)Ye(ae,k,L,O,K,Q,!1)}function hi(ne,k,L,O){ne.push(k,L,O)}function Ir(ne,k,L,O,K,Q){const ae=(Q-k)/(O-k);return hi(ne,Q,L+(K-L)*ae,1),ae}function Vi(ne,k,L,O,K,Q){const ae=(Q-L)/(K-L);return hi(ne,k+(O-k)*ae,Q,1),ae}function bn(ne,k){const L=[];for(let O=0;O<ne.length;O++){const K=ne[O],Q=K.type;let ae;if(Q==="Point"||Q==="MultiPoint"||Q==="LineString")ae=Ii(K.geometry,k);else if(Q==="MultiLineString"||Q==="Polygon"){ae=[];for(const re of K.geometry)ae.push(Ii(re,k))}else if(Q==="MultiPolygon"){ae=[];for(const re of K.geometry){const ee=[];for(const de of re)ee.push(Ii(de,k));ae.push(ee)}}L.push(Te(K.id,Q,ae,K.tags))}return L}function Ii(ne,k){const L=[];L.size=ne.size,ne.start!==void 0&&(L.start=ne.start,L.end=ne.end);for(let O=0;O<ne.length;O+=3)L.push(ne[O]+k,ne[O+1],ne[O+2]);return L}function gr(ne,k){if(ne.transformed)return ne;const L=1<<ne.z,O=ne.x,K=ne.y;for(const Q of ne.features){const ae=Q.geometry,re=Q.type;if(Q.geometry=[],re===1)for(let ee=0;ee<ae.length;ee+=2)Q.geometry.push(Vr(ae[ee],ae[ee+1],k,L,O,K));else for(let ee=0;ee<ae.length;ee++){const de=[];for(let Pe=0;Pe<ae[ee].length;Pe+=2)de.push(Vr(ae[ee][Pe],ae[ee][Pe+1],k,L,O,K));Q.geometry.push(de)}}return ne.transformed=!0,ne}function Vr(ne,k,L,O,K,Q){return[Math.round(L*(ne*O-K)),Math.round(L*(k*O-Q))]}function ri(ne,k,L,O,K){const Q=k===K.maxZoom?0:K.tolerance/((1<<k)*K.extent),ae={features:[],numPoints:0,numSimplified:0,numFeatures:ne.length,source:null,x:L,y:O,z:k,transformed:!1,minX:2,minY:1,maxX:-1,maxY:0};for(const re of ne)nn(ae,re,Q,K);return ae}function nn(ne,k,L,O){const K=k.geometry,Q=k.type,ae=[];if(ne.minX=Math.min(ne.minX,k.minX),ne.minY=Math.min(ne.minY,k.minY),ne.maxX=Math.max(ne.maxX,k.maxX),ne.maxY=Math.max(ne.maxY,k.maxY),Q==="Point"||Q==="MultiPoint")for(let re=0;re<K.length;re+=3)ae.push(K[re],K[re+1]),ne.numPoints++,ne.numSimplified++;else if(Q==="LineString")wn(ae,K,ne,L,!1,!1);else if(Q==="MultiLineString"||Q==="Polygon")for(let re=0;re<K.length;re++)wn(ae,K[re],ne,L,Q==="Polygon",re===0);else if(Q==="MultiPolygon")for(let re=0;re<K.length;re++){const ee=K[re];for(let de=0;de<ee.length;de++)wn(ae,ee[de],ne,L,!0,de===0)}if(ae.length){let re=k.tags||null;if(Q==="LineString"&&O.lineMetrics){re={};for(const de in k.tags)re[de]=k.tags[de];re.mapbox_clip_start=K.start/K.size,re.mapbox_clip_end=K.end/K.size}const ee={geometry:ae,type:Q==="Polygon"||Q==="MultiPolygon"?3:Q==="LineString"||Q==="MultiLineString"?2:1,tags:re};k.id!==null&&(ee.id=k.id),ne.features.push(ee)}}function wn(ne,k,L,O,K,Q){const ae=O*O;if(O>0&&k.size<(K?ae:O))return void(L.numPoints+=k.length/3);const re=[];for(let ee=0;ee<k.length;ee+=3)(O===0||k[ee+2]>ae)&&(L.numSimplified++,re.push(k[ee],k[ee+1])),L.numPoints++;K&&(function(ee,de){let Pe=0;for(let xe=0,Ne=ee.length,Ze=Ne-2;xe<Ne;Ze=xe,xe+=2)Pe+=(ee[xe]-ee[Ze])*(ee[xe+1]+ee[Ze+1]);if(Pe>0===de)for(let xe=0,Ne=ee.length;xe<Ne/2;xe+=2){const Ze=ee[xe],it=ee[xe+1];ee[xe]=ee[Ne-2-xe],ee[xe+1]=ee[Ne-1-xe],ee[Ne-2-xe]=Ze,ee[Ne-1-xe]=it}})(re,Q),ne.push(re)}const Xn={maxZoom:14,indexMaxZoom:5,indexMaxPoints:1e5,tolerance:3,extent:4096,buffer:64,lineMetrics:!1,promoteId:null,generateId:!1,debug:0};class sn{constructor(k,L){const O=(L=this.options=(function(Q,ae){for(const re in ae)Q[re]=ae[re];return Q})(Object.create(Xn),L)).debug;if(L.maxZoom<0||L.maxZoom>24)throw new Error("maxZoom should be in the 0-24 range");if(L.promoteId&&L.generateId)throw new Error("promoteId and generateId cannot be used together.");let K=(function(Q,ae){const re=[];if(Q.type==="FeatureCollection")for(let ee=0;ee<Q.features.length;ee++)Ue(re,Q.features[ee],ae,ee);else Ue(re,Q.type==="Feature"?Q:{geometry:Q},ae);return re})(k,L);this.tiles={},this.tileCoords=[],O&&(this.stats={},this.total=0),K=(function(Q,ae){const re=ae.buffer/ae.extent;let ee=Q;const de=tt(Q,1,-1-re,re,0,-1,2,ae),Pe=tt(Q,1,1-re,2+re,0,-1,2,ae);return(de||Pe)&&(ee=tt(Q,1,-re,1+re,0,-1,2,ae)||[],de&&(ee=bn(de,1).concat(ee)),Pe&&(ee=ee.concat(bn(Pe,-1)))),ee})(K,L),K.length&&this.splitTile(K,0,0,0),O&&K.length}splitTile(k,L,O,K,Q,ae,re){const ee=[k,L,O,K],de=this.options,Pe=de.debug;for(;ee.length;){K=ee.pop(),O=ee.pop(),L=ee.pop(),k=ee.pop();const xe=1<<L,Ne=Mr(L,O,K);let Ze=this.tiles[Ne];if(!Ze&&(Pe>1,Ze=this.tiles[Ne]=ri(k,L,O,K,de),this.tileCoords.push({z:L,x:O,y:K}),Pe)){Pe>1;const ni=`z${L}`;this.stats[ni]=(this.stats[ni]||0)+1,this.total++}if(Ze.source=k,Q==null){if(L===de.indexMaxZoom||Ze.numPoints<=de.indexMaxPoints)continue}else{if(L===de.maxZoom||L===Q)continue;if(Q!=null){const ni=Q-L;if(O!==ae>>ni||K!==re>>ni)continue}}if(Ze.source=null,k.length===0)continue;Pe>1;const it=.5*de.buffer/de.extent,Rt=.5-it,Mt=.5+it,le=1+it;let Bt=null,Ri=null,rt=null,kt=null,Fi=tt(k,xe,O-it,O+Mt,0,Ze.minX,Ze.maxX,de),Zt=tt(k,xe,O+Rt,O+le,0,Ze.minX,Ze.maxX,de);k=null,Fi&&(Bt=tt(Fi,xe,K-it,K+Mt,1,Ze.minY,Ze.maxY,de),Ri=tt(Fi,xe,K+Rt,K+le,1,Ze.minY,Ze.maxY,de),Fi=null),Zt&&(rt=tt(Zt,xe,K-it,K+Mt,1,Ze.minY,Ze.maxY,de),kt=tt(Zt,xe,K+Rt,K+le,1,Ze.minY,Ze.maxY,de),Zt=null),Pe>1,ee.push(Bt||[],L+1,2*O,2*K),ee.push(Ri||[],L+1,2*O,2*K+1),ee.push(rt||[],L+1,2*O+1,2*K),ee.push(kt||[],L+1,2*O+1,2*K+1)}}getTile(k,L,O){k=+k,L=+L,O=+O;const K=this.options,{extent:Q,debug:ae}=K;if(k<0||k>24)return null;const re=1<<k,ee=Mr(k,L=L+re&re-1,O);if(this.tiles[ee])return gr(this.tiles[ee],Q);ae>1;let de,Pe=k,xe=L,Ne=O;for(;!de&&Pe>0;)Pe--,xe>>=1,Ne>>=1,de=this.tiles[Mr(Pe,xe,Ne)];return de&&de.source?(ae>1,this.splitTile(de.source,Pe,xe,Ne,k,L,O),ae>1,this.tiles[ee]?gr(this.tiles[ee],Q):null):null}}function Mr(ne,k,L){return 32*((1<<ne)*L+k)+ne}class Yn extends ie{constructor(k,L,O,K=Kn){super(k,L,O),this._dataUpdateable=new Map,this._createGeoJSONIndex=K}loadVectorTile(k,L){return M._(this,void 0,void 0,(function*(){const O=k.tileID.canonical;if(!this._geoJSONIndex)throw new Error("Unable to parse the data into a cluster or geojson");const K=this._geoJSONIndex.getTile(O.z,O.x,O.y);return K?Dt(new M.d2(K.features,{version:2,extent:M.a5})):null}))}loadData(k){return M._(this,void 0,void 0,(function*(){var L;(L=this._pendingRequest)===null||L===void 0||L.abort();const O=this._startPerformance(k);this._pendingRequest=new AbortController;try{(!this._pendingData||k.request||k.data||k.dataDiff)&&(this._pendingData=this.loadAndProcessGeoJSON(k,this._pendingRequest));const K=yield this._pendingData;this._geoJSONIndex=this._createGeoJSONIndex(K,k),this.loaded={};const Q={};return k.request&&(Q.data=K),this._finishPerformance(O,k,Q),Q}catch(K){if(delete this._pendingRequest,M.Z(K))return{abandoned:!0};throw K}}))}_startPerformance(k){var L;if(!((L=k?.request)===null||L===void 0)&&L.collectResourceTiming)return new M.c_(k.request)}_finishPerformance(k,L,O){if(!k)return;const K=k.finish();K&&(O.resourceTiming={},O.resourceTiming[L.source]=JSON.parse(JSON.stringify(K)))}getData(){return M._(this,void 0,void 0,(function*(){return this._pendingData}))}reloadTile(k){const L=this.loaded;return L&&L[k.uid]?super.reloadTile(k):this.loadTile(k)}loadAndProcessGeoJSON(k,L){return M._(this,void 0,void 0,(function*(){let O;if(k.request?O=yield this.loadGeoJSONFromUrl(k.request,k.promoteId,L):k.data?O=this._loadGeoJSONFromObject(k.data,k.promoteId):k.dataDiff&&(O=this._loadGeoJSONFromDiff(k.dataDiff,k.promoteId,k.source)),delete this._pendingRequest,typeof O!="object")throw new Error(`Input data given to '${k.source}' is not a valid GeoJSON object.`);return Zi(O,!0),k.filter&&(O=this._filterGeoJSON(O,k.filter)),O}))}loadGeoJSONFromUrl(k,L,O){return M._(this,void 0,void 0,(function*(){const K=yield M.j(k,O);return this._dataUpdateable=M.a7(K.data,L),K.data}))}_loadGeoJSONFromObject(k,L){return this._dataUpdateable=M.a7(k,L),k}_loadGeoJSONFromDiff(k,L,O){if(!this._dataUpdateable)throw new Error(`Cannot update existing geojson data in ${O}`);M.a8(this._dataUpdateable,k,L);const K=Array.from(this._dataUpdateable.values());return this._toFeatureCollection(K)}_filterGeoJSON(k,L){const O=M.d3(L,{type:"boolean","property-type":"data-driven",overridable:!1,transition:!1});if(O.result==="error")throw new Error(O.value.map((Q=>`${Q.key}: ${Q.message}`)).join(", "));const K=k.features.filter((Q=>O.value.evaluate({zoom:0},Q)));return this._toFeatureCollection(K)}_toFeatureCollection(k){return{type:"FeatureCollection",features:k}}removeSource(k){return M._(this,void 0,void 0,(function*(){this._pendingRequest&&this._pendingRequest.abort()}))}getClusterExpansionZoom(k){return this._geoJSONIndex.getClusterExpansionZoom(k.clusterId)}getClusterChildren(k){return this._geoJSONIndex.getChildren(k.clusterId)}getClusterLeaves(k){return this._geoJSONIndex.getLeaves(k.clusterId,k.limit,k.offset)}}function Kn(ne,k){return k.cluster?new Wi((function({superclusterOptions:L,clusterProperties:O}){if(!O||!L)return L;const K={},Q={},ae={accumulated:null,zoom:0},re={properties:null},ee=Object.keys(O);for(const de of ee){const[Pe,xe]=O[de],Ne=M.d3(xe),Ze=M.d3(typeof Pe=="string"?[Pe,["accumulated"],["get",de]]:Pe);K[de]=Ne.value,Q[de]=Ze.value}return L.map=de=>{re.properties=de;const Pe={};for(const xe of ee)Pe[xe]=K[xe].evaluate(ae,re);return Pe},L.reduce=(de,Pe)=>{re.properties=Pe;for(const xe of ee)ae.accumulated=de[xe],de[xe]=Q[xe].evaluate(ae,re)},L})(k)).load(ne.features):(function(L,O){return new sn(L,O)})(ne,k.geojsonVtOptions)}class ir{constructor(k){this.self=k,this.actor=new M.L(k),this.layerIndexes={},this.availableImages={},this.workerSources={},this.demWorkerSources={},this.externalWorkerSourceTypes={},this.globalStates=new Map,this.self.registerWorkerSource=(L,O)=>{if(this.externalWorkerSourceTypes[L])throw new Error(`Worker source with name "${L}" already registered.`);this.externalWorkerSourceTypes[L]=O},this.self.addProtocol=M.cJ,this.self.removeProtocol=M.cK,this.self.registerRTLTextPlugin=L=>{M.d4.setMethods(L)},this.actor.registerMessageHandler("LDT",((L,O)=>this._getDEMWorkerSource(L,O.source).loadTile(O))),this.actor.registerMessageHandler("RDT",((L,O)=>M._(this,void 0,void 0,(function*(){this._getDEMWorkerSource(L,O.source).removeTile(O)})))),this.actor.registerMessageHandler("GCEZ",((L,O)=>M._(this,void 0,void 0,(function*(){return this._getWorkerSource(L,O.type,O.source).getClusterExpansionZoom(O)})))),this.actor.registerMessageHandler("GCC",((L,O)=>M._(this,void 0,void 0,(function*(){return this._getWorkerSource(L,O.type,O.source).getClusterChildren(O)})))),this.actor.registerMessageHandler("GCL",((L,O)=>M._(this,void 0,void 0,(function*(){return this._getWorkerSource(L,O.type,O.source).getClusterLeaves(O)})))),this.actor.registerMessageHandler("LD",((L,O)=>this._getWorkerSource(L,O.type,O.source).loadData(O))),this.actor.registerMessageHandler("GD",((L,O)=>this._getWorkerSource(L,O.type,O.source).getData())),this.actor.registerMessageHandler("LT",((L,O)=>this._getWorkerSource(L,O.type,O.source).loadTile(O))),this.actor.registerMessageHandler("RT",((L,O)=>this._getWorkerSource(L,O.type,O.source).reloadTile(O))),this.actor.registerMessageHandler("AT",((L,O)=>this._getWorkerSource(L,O.type,O.source).abortTile(O))),this.actor.registerMessageHandler("RMT",((L,O)=>this._getWorkerSource(L,O.type,O.source).removeTile(O))),this.actor.registerMessageHandler("RS",((L,O)=>M._(this,void 0,void 0,(function*(){if(!this.workerSources[L]||!this.workerSources[L][O.type]||!this.workerSources[L][O.type][O.source])return;const K=this.workerSources[L][O.type][O.source];delete this.workerSources[L][O.type][O.source],K.removeSource!==void 0&&K.removeSource(O)})))),this.actor.registerMessageHandler("RM",(L=>M._(this,void 0,void 0,(function*(){delete this.layerIndexes[L],delete this.availableImages[L],delete this.workerSources[L],delete this.demWorkerSources[L],this.globalStates.delete(L)})))),this.actor.registerMessageHandler("SR",((L,O)=>M._(this,void 0,void 0,(function*(){this.referrer=O})))),this.actor.registerMessageHandler("SRPS",((L,O)=>this._syncRTLPluginState(L,O))),this.actor.registerMessageHandler("IS",((L,O)=>M._(this,void 0,void 0,(function*(){this.self.importScripts(O)})))),this.actor.registerMessageHandler("SI",((L,O)=>this._setImages(L,O))),this.actor.registerMessageHandler("UL",((L,O)=>M._(this,void 0,void 0,(function*(){this._getLayerIndex(L).update(O.layers,O.removedIds,this._getGlobalState(L))})))),this.actor.registerMessageHandler("UGS",((L,O)=>M._(this,void 0,void 0,(function*(){const K=this._getGlobalState(L);for(const Q in O)K[Q]=O[Q]})))),this.actor.registerMessageHandler("SL",((L,O)=>M._(this,void 0,void 0,(function*(){this._getLayerIndex(L).replace(O,this._getGlobalState(L))}))))}_getGlobalState(k){let L=this.globalStates.get(k);return L||(L={},this.globalStates.set(k,L)),L}_setImages(k,L){return M._(this,void 0,void 0,(function*(){this.availableImages[k]=L;for(const O in this.workerSources[k]){const K=this.workerSources[k][O];for(const Q in K)K[Q].availableImages=L}}))}_syncRTLPluginState(k,L){return M._(this,void 0,void 0,(function*(){return yield M.d4.syncState(L,this.self.importScripts)}))}_getAvailableImages(k){let L=this.availableImages[k];return L||(L=[]),L}_getLayerIndex(k){let L=this.layerIndexes[k];return L||(L=this.layerIndexes[k]=new c),L}_getWorkerSource(k,L,O){if(this.workerSources[k]||(this.workerSources[k]={}),this.workerSources[k][L]||(this.workerSources[k][L]={}),!this.workerSources[k][L][O]){const K={sendAsync:(Q,ae)=>(Q.targetMapId=k,this.actor.sendAsync(Q,ae))};switch(L){case"vector":this.workerSources[k][L][O]=new ie(K,this._getLayerIndex(k),this._getAvailableImages(k));break;case"geojson":this.workerSources[k][L][O]=new Yn(K,this._getLayerIndex(k),this._getAvailableImages(k));break;default:this.workerSources[k][L][O]=new this.externalWorkerSourceTypes[L](K,this._getLayerIndex(k),this._getAvailableImages(k))}}return this.workerSources[k][L][O]}_getDEMWorkerSource(k,L){return this.demWorkerSources[k]||(this.demWorkerSources[k]={}),this.demWorkerSources[k][L]||(this.demWorkerSources[k][L]=new Et),this.demWorkerSources[k][L]}}return M.i(self)&&(self.worker=new ir(self)),ir})),Ae("index",["exports","./shared"],(function(M,c){var ve="5.15.0";function vt(){var d=new c.A(4);return c.A!=Float32Array&&(d[1]=0,d[2]=0),d[0]=1,d[3]=1,d}let st,He,xt;const Xe={frame(d,t,n){const a=requestAnimationFrame((p=>{l(),t(p)})),{unsubscribe:l}=c.s(d.signal,"abort",(()=>{l(),cancelAnimationFrame(a),n(new c.a(d.signal.reason))}),!1)},frameAsync(d){return new Promise(((t,n)=>{this.frame(d,t,n)}))},getImageData(d,t=0){return this.getImageCanvasContext(d).getImageData(-t,-t,d.width+2*t,d.height+2*t)},getImageCanvasContext(d){const t=window.document.createElement("canvas"),n=t.getContext("2d",{willReadFrequently:!0});if(!n)throw new Error("failed to create canvas 2d context");return t.width=d.width,t.height=d.height,n.drawImage(d,0,0,d.width,d.height),n},resolveURL:d=>(st||(st=document.createElement("a")),st.href=d,st.href),hardwareConcurrency:typeof navigator<"u"&&navigator.hardwareConcurrency||4,get prefersReducedMotion(){return xt!==void 0?xt:!!matchMedia&&(He==null&&(He=matchMedia("(prefers-reduced-motion: reduce)")),He.matches)},set prefersReducedMotion(d){xt=d}},Dt=new class{constructor(){this._realTime=typeof performance<"u"&&performance&&performance.now?performance.now.bind(performance):Date.now.bind(Date),this._frozenAt=null}getCurrentTime(){return this._frozenAt!==null?this._frozenAt:this._realTime()}setNow(d){this._frozenAt=d}restoreNow(){this._frozenAt=null}isFrozen(){return this._frozenAt!==null}};function at(){return Dt.getCurrentTime()}class ie{static testProp(t){if(!ie.docStyle)return t[0];for(let n=0;n<t.length;n++)if(t[n]in ie.docStyle)return t[n];return t[0]}static create(t,n,a){const l=window.document.createElement(t);return n!==void 0&&(l.className=n),a&&a.appendChild(l),l}static createNS(t,n){return window.document.createElementNS(t,n)}static disableDrag(){ie.docStyle&&ie.selectProp&&(ie.userSelect=ie.docStyle[ie.selectProp],ie.docStyle[ie.selectProp]="none")}static enableDrag(){ie.docStyle&&ie.selectProp&&(ie.docStyle[ie.selectProp]=ie.userSelect)}static setTransform(t,n){t.style[ie.transformProp]=n}static addEventListener(t,n,a,l={}){t.addEventListener(n,a,"passive"in l?l:l.capture)}static removeEventListener(t,n,a,l={}){t.removeEventListener(n,a,"passive"in l?l:l.capture)}static suppressClickInternal(t){t.preventDefault(),t.stopPropagation(),window.removeEventListener("click",ie.suppressClickInternal,!0)}static suppressClick(){window.addEventListener("click",ie.suppressClickInternal,!0),window.setTimeout((()=>{window.removeEventListener("click",ie.suppressClickInternal,!0)}),0)}static getScale(t){const n=t.getBoundingClientRect();return{x:n.width/t.offsetWidth||1,y:n.height/t.offsetHeight||1,boundingClientRect:n}}static getPoint(t,n,a){const l=n.boundingClientRect;return new c.P((a.clientX-l.left)/n.x-t.clientLeft,(a.clientY-l.top)/n.y-t.clientTop)}static mousePos(t,n){const a=ie.getScale(t);return ie.getPoint(t,a,n)}static touchPos(t,n){const a=[],l=ie.getScale(t);for(let p=0;p<n.length;p++)a.push(ie.getPoint(t,l,n[p]));return a}static mouseButton(t){return t.button}static remove(t){t.parentNode&&t.parentNode.removeChild(t)}static sanitize(t){const n=new DOMParser().parseFromString(t,"text/html").body||document.createElement("body"),a=n.querySelectorAll("script");for(const l of a)l.remove();return ie.clean(n),n.innerHTML}static isPossiblyDangerous(t,n){const a=n.replace(/\s+/g,"").toLowerCase();return!(!["src","href","xlink:href"].includes(t)||!a.includes("javascript:")&&!a.includes("data:"))||!!t.startsWith("on")||void 0}static clean(t){const n=t.children;for(const a of n)ie.removeAttributes(a),ie.clean(a)}static removeAttributes(t){for(const{name:n,value:a}of t.attributes)ie.isPossiblyDangerous(n,a)&&t.removeAttribute(n)}}ie.docStyle=typeof window<"u"&&window.document&&window.document.documentElement.style,ie.selectProp=ie.testProp(["userSelect","MozUserSelect","WebkitUserSelect","msUserSelect"]),ie.transformProp=ie.testProp(["transform","WebkitTransform"]);const Et={supported:!1,testSupport:function(d){!$i&&ut&&(Zi?Li(d):et=d)}};let et,ut,$i=!1,Zi=!1;function Li(d){const t=d.createTexture();d.bindTexture(d.TEXTURE_2D,t);try{if(d.texImage2D(d.TEXTURE_2D,0,d.RGBA,d.RGBA,d.UNSIGNED_BYTE,ut),d.isContextLost())return;Et.supported=!0}catch{}d.deleteTexture(t),$i=!0}var vi;typeof document<"u"&&(ut=document.createElement("img"),ut.onload=()=>{et&&Li(et),et=null,Zi=!0},ut.onerror=()=>{$i=!0,et=null},ut.src="data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA="),(function(d){let t,n,a,l;d.resetRequestQueue=()=>{t=[],n=0,a=0,l={}},d.addThrottleControl=v=>{const b=a++;return l[b]=v,b},d.removeThrottleControl=v=>{delete l[v],m()},d.getImage=(v,b,T=!0)=>new Promise(((C,I)=>{Et.supported&&(v.headers||(v.headers={}),v.headers.accept="image/webp,*/*"),c.e(v,{type:"image"}),t.push({abortController:b,requestParameters:v,supportImageRefresh:T,state:"queued",onError:D=>{I(D)},onSuccess:D=>{C(D)}}),m()}));const p=v=>c._(this,void 0,void 0,(function*(){v.state="running";const{requestParameters:b,supportImageRefresh:T,onError:C,onSuccess:I,abortController:D}=v,R=T===!1&&!c.i(self)&&!c.g(b.url)&&(!b.headers||Object.keys(b.headers).reduce(((j,$)=>j&&$==="accept"),!0));n++;const N=R?_(b,D):c.m(b,D);try{const j=yield N;delete v.abortController,v.state="completed",j.data instanceof HTMLImageElement||c.b(j.data)?I(j):j.data&&I({data:yield(U=j.data,typeof createImageBitmap=="function"?c.f(U):c.h(U)),cacheControl:j.cacheControl,expires:j.expires})}catch(j){delete v.abortController,C(j)}finally{n--,m()}var U})),m=()=>{const v=(()=>{for(const b of Object.keys(l))if(l[b]())return!0;return!1})()?c.c.MAX_PARALLEL_IMAGE_REQUESTS_PER_FRAME:c.c.MAX_PARALLEL_IMAGE_REQUESTS;for(let b=n;b<v&&t.length>0;b++){const T=t.shift();T.abortController.signal.aborted?b--:p(T)}},_=(v,b)=>new Promise(((T,C)=>{const I=new Image,D=v.url,R=v.credentials;R&&R==="include"?I.crossOrigin="use-credentials":(R&&R==="same-origin"||!c.d(D))&&(I.crossOrigin="anonymous"),b.signal.addEventListener("abort",(()=>{I.src="",C(new c.a(b.signal.reason))})),I.fetchPriority="high",I.onload=()=>{I.onerror=I.onload=null,T({data:I})},I.onerror=()=>{I.onerror=I.onload=null,b.signal.aborted||C(new Error("Could not load image. Please make sure to use a supported image type such as PNG or JPEG. Note that SVGs are not supported."))},I.src=D}))})(vi||(vi={})),vi.resetRequestQueue();class $r{constructor(t){this._transformRequestFn=t??null}transformRequest(t,n){return this._transformRequestFn&&this._transformRequestFn(t,n)||{url:t}}setTransformRequest(t){this._transformRequestFn=t}}function Wi(d){const t=[];if(typeof d=="string")t.push({id:"default",url:d});else if(d&&d.length>0){const n=[];for(const{id:a,url:l}of d){const p=`${a}${l}`;n.indexOf(p)===-1&&(n.push(p),t.push({id:a,url:l}))}}return t}function Sr(d,t,n){try{const a=new URL(d);return a.pathname+=`${t}${n}`,a.toString()}catch{throw new Error(`Invalid sprite URL "${d}", must be absolute. Modify style specification directly or use TransformStyleFunction to correct the issue dynamically`)}}function Zr(d){const{userImage:t}=d;return!!(t&&t.render&&t.render())&&(d.data.replace(new Uint8Array(t.data.buffer)),!0)}class fr extends c.E{constructor(){super(),this.images={},this.updatedImages={},this.callbackDispatchedThisFrame={},this.loaded=!1,this.requestors=[],this.patterns={},this.atlasImage=new c.R({width:1,height:1}),this.dirty=!0}destroy(){this.atlasTexture&&(this.atlasTexture.destroy(),this.atlasTexture=null);for(const t of Object.keys(this.images))this.removeImage(t);this.patterns={},this.atlasImage=new c.R({width:1,height:1}),this.dirty=!0}isLoaded(){return this.loaded}setLoaded(t){if(this.loaded!==t&&(this.loaded=t,t)){for(const{ids:n,promiseResolve:a}of this.requestors)a(this._getImagesForIds(n));this.requestors=[]}}getImage(t){const n=this.images[t];if(n&&!n.data&&n.spriteData){const a=n.spriteData;n.data=new c.R({width:a.width,height:a.height},a.context.getImageData(a.x,a.y,a.width,a.height).data),n.spriteData=null}return n}addImage(t,n){if(this.images[t])throw new Error(`Image id ${t} already exist, use updateImage instead`);this._validate(t,n)&&(this.images[t]=n)}_validate(t,n){let a=!0;const l=n.data||n.spriteData;return this._validateStretch(n.stretchX,l&&l.width)||(this.fire(new c.k(new Error(`Image "${t}" has invalid "stretchX" value`))),a=!1),this._validateStretch(n.stretchY,l&&l.height)||(this.fire(new c.k(new Error(`Image "${t}" has invalid "stretchY" value`))),a=!1),this._validateContent(n.content,n)||(this.fire(new c.k(new Error(`Image "${t}" has invalid "content" value`))),a=!1),a}_validateStretch(t,n){if(!t)return!0;let a=0;for(const l of t){if(l[0]<a||l[1]<l[0]||n<l[1])return!1;a=l[1]}return!0}_validateContent(t,n){if(!t)return!0;if(t.length!==4)return!1;const a=n.spriteData,l=a&&a.width||n.data.width,p=a&&a.height||n.data.height;return!(t[0]<0||l<t[0]||t[1]<0||p<t[1]||t[2]<0||l<t[2]||t[3]<0||p<t[3]||t[2]<t[0]||t[3]<t[1])}updateImage(t,n,a=!0){const l=this.getImage(t);if(a&&(l.data.width!==n.data.width||l.data.height!==n.data.height))throw new Error(`size mismatch between old image (${l.data.width}x${l.data.height}) and new image (${n.data.width}x${n.data.height}).`);n.version=l.version+1,this.images[t]=n,this.updatedImages[t]=!0}removeImage(t){const n=this.images[t];delete this.images[t],delete this.patterns[t],n.userImage&&n.userImage.onRemove&&n.userImage.onRemove()}listImages(){return Object.keys(this.images)}getImages(t){return new Promise(((n,a)=>{let l=!0;if(!this.isLoaded())for(const p of t)this.images[p]||(l=!1);this.isLoaded()||l?n(this._getImagesForIds(t)):this.requestors.push({ids:t,promiseResolve:n})}))}_getImagesForIds(t){const n={};for(const a of t){let l=this.getImage(a);l||(this.fire(new c.l("styleimagemissing",{id:a})),l=this.getImage(a)),l?n[a]={data:l.data.clone(),pixelRatio:l.pixelRatio,sdf:l.sdf,version:l.version,stretchX:l.stretchX,stretchY:l.stretchY,content:l.content,textFitWidth:l.textFitWidth,textFitHeight:l.textFitHeight,hasRenderCallback:!!(l.userImage&&l.userImage.render)}:c.w(`Image "${a}" could not be loaded. Please make sure you have added the image with map.addImage() or a "sprite" property in your style. You can provide missing images by listening for the "styleimagemissing" map event.`)}return n}getPixelSize(){const{width:t,height:n}=this.atlasImage;return{width:t,height:n}}getPattern(t){const n=this.patterns[t],a=this.getImage(t);if(!a)return null;if(n&&n.position.version===a.version)return n.position;if(n)n.position.version=a.version;else{const l={w:a.data.width+2,h:a.data.height+2,x:0,y:0},p=new c.I(l,a);this.patterns[t]={bin:l,position:p}}return this._updatePatternAtlas(),this.patterns[t].position}bind(t){const n=t.gl;this.atlasTexture?this.dirty&&(this.atlasTexture.update(this.atlasImage),this.dirty=!1):this.atlasTexture=new c.T(t,this.atlasImage,n.RGBA),this.atlasTexture.bind(n.LINEAR,n.CLAMP_TO_EDGE)}_updatePatternAtlas(){const t=[];for(const p in this.patterns)t.push(this.patterns[p].bin);const{w:n,h:a}=c.p(t),l=this.atlasImage;l.resize({width:n||1,height:a||1});for(const p in this.patterns){const{bin:m}=this.patterns[p],_=m.x+1,v=m.y+1,b=this.getImage(p).data,T=b.width,C=b.height;c.R.copy(b,l,{x:0,y:0},{x:_,y:v},{width:T,height:C}),c.R.copy(b,l,{x:0,y:C-1},{x:_,y:v-1},{width:T,height:1}),c.R.copy(b,l,{x:0,y:0},{x:_,y:v+C},{width:T,height:1}),c.R.copy(b,l,{x:T-1,y:0},{x:_-1,y:v},{width:1,height:C}),c.R.copy(b,l,{x:0,y:0},{x:_+T,y:v},{width:1,height:C})}this.dirty=!0}beginFrame(){this.callbackDispatchedThisFrame={}}dispatchRenderCallbacks(t){for(const n of t){if(this.callbackDispatchedThisFrame[n])continue;this.callbackDispatchedThisFrame[n]=!0;const a=this.getImage(n);a||c.w(`Image with ID: "${n}" was not found`),Zr(a)&&this.updateImage(n,a)}}cloneImages(){const t={};for(const n in this.images){const a=this.images[n];t[n]=Object.assign(Object.assign({},a),{data:a.data?a.data.clone():null})}return t}}const mr=1e20;function xn(d,t,n,a,l,p,m,_,v){for(let b=t;b<t+a;b++)Wr(d,n*p+b,p,l,m,_,v);for(let b=n;b<n+l;b++)Wr(d,b*p+t,1,a,m,_,v)}function Wr(d,t,n,a,l,p,m){p[0]=0,m[0]=-mr,m[1]=mr,l[0]=d[t];for(let _=1,v=0,b=0;_<a;_++){l[_]=d[t+_*n];const T=_*_;do{const C=p[v];b=(l[_]-l[C]+T-C*C)/(_-C)/2}while(b<=m[v]&&--v>-1);v++,p[v]=_,m[v]=b,m[v+1]=mr}for(let _=0,v=0;_<a;_++){for(;m[v+1]<_;)v++;const b=p[v],T=_-b;d[t+_*n]=l[b]+T*T}}const Pr=c.v.layout_symbol["text-font"].default.join(",");class Te{constructor(t,n,a){this.requestManager=t,this.localIdeographFontFamily=n,this.entries={},this.lang=a}setURL(t){this.url=t}getGlyphs(t){return c._(this,void 0,void 0,(function*(){const n=[];for(const p in t)for(const m of t[p])n.push(this._getAndCacheGlyphsPromise(p,m));const a=yield Promise.all(n),l={};for(const{stack:p,id:m,glyph:_}of a)l[p]||(l[p]={}),l[p][m]=_&&{id:_.id,bitmap:_.bitmap.clone(),metrics:_.metrics};return l}))}_getAndCacheGlyphsPromise(t,n){return c._(this,void 0,void 0,(function*(){let a=this.entries[t];a||(a=this.entries[t]={glyphs:{},requests:{},ranges:{}});let l=a.glyphs[n];return l!==void 0?{stack:t,id:n,glyph:l}:!this.url||this._charUsesLocalIdeographFontFamily(n)?(l=a.glyphs[n]=this._drawGlyph(a,t,n),{stack:t,id:n,glyph:l}):yield this._downloadAndCacheRangePromise(t,n)}))}_downloadAndCacheRangePromise(t,n){return c._(this,void 0,void 0,(function*(){const a=this.entries[t],l=Math.floor(n/256);if(a.ranges[l])return{stack:t,id:n,glyph:null};if(!a.requests[l]){const p=Te.loadGlyphRange(t,l,this.url,this.requestManager);a.requests[l]=p}try{const p=yield a.requests[l];for(const m in p)a.glyphs[+m]=p[+m];return a.ranges[l]=!0,{stack:t,id:n,glyph:p[n]||null}}catch(p){const m=a.glyphs[n]=this._drawGlyph(a,t,n);return this._warnOnMissingGlyphRange(m,l,n,p),{stack:t,id:n,glyph:m}}}))}_warnOnMissingGlyphRange(t,n,a,l){const p=256*n,m=p+255,_=a.toString(16).padStart(4,"0").toUpperCase();c.w(`Unable to load glyph range ${n}, ${p}-${m}. Rendering codepoint U+${_} locally instead. ${l}`)}_charUsesLocalIdeographFontFamily(t){return!!this.localIdeographFontFamily&&c.q(t)}_drawGlyph(t,n,a){const l=n===Pr&&this.localIdeographFontFamily!==""&&this._charUsesLocalIdeographFontFamily(a),p=l?"ideographTinySDF":"tinySDF";t[p]||(t[p]=this._createTinySDF(l?this.localIdeographFontFamily:n));const m=t[p].draw(String.fromCodePoint(a));return{id:a,bitmap:new c.r({width:m.width||60,height:m.height||60},m.data),metrics:{width:m.glyphWidth/2||24,height:m.glyphHeight/2||24,left:m.glyphLeft/2+.5||0,top:m.glyphTop/2-27.5||-8,advance:m.glyphAdvance/2||24,isDoubleResolution:!0}}}_createTinySDF(t){const n=t?t.split(","):[];n.push("sans-serif");const a=n.map((l=>/[-\w]+/.test(l)?l:`'${CSS.escape(l)}'`)).join(",");return new Te.TinySDF({fontSize:48,buffer:6,radius:16,cutoff:.25,fontFamily:a,fontWeight:this._fontWeight(n[0]),fontStyle:this._fontStyle(n[0]),lang:this.lang})}_fontStyle(t){return/italic/i.test(t)?"italic":/oblique/i.test(t)?"oblique":"normal"}_fontWeight(t){const n={thin:100,hairline:100,"extra light":200,"ultra light":200,light:300,normal:400,regular:400,medium:500,semibold:600,demibold:600,bold:700,"extra bold":800,"ultra bold":800,black:900,heavy:900,"extra black":950,"ultra black":950};let a;for(const[l,p]of Object.entries(n))new RegExp(`\\b${l}\\b`,"i").test(t)&&(a=`${p}`);return a}destroy(){for(const t in this.entries){const n=this.entries[t];n.tinySDF&&(n.tinySDF=null),n.ideographTinySDF&&(n.ideographTinySDF=null),n.glyphs={},n.requests={},n.ranges={}}this.entries={}}}Te.loadGlyphRange=function(d,t,n,a){return c._(this,void 0,void 0,(function*(){const l=256*t,p=l+255,m=a.transformRequest(n.replace("{fontstack}",d).replace("{range}",`${l}-${p}`),"Glyphs"),_=yield c.n(m,new AbortController);if(!_||!_.data)throw new Error(`Could not load glyph range. range: ${t}, ${l}-${p}`);const v={};for(const b of c.o(_.data))v[b.id]=b;return v}))},Te.TinySDF=class{constructor({fontSize:d=24,buffer:t=3,radius:n=8,cutoff:a=.25,fontFamily:l="sans-serif",fontWeight:p="normal",fontStyle:m="normal",lang:_=null}={}){this.buffer=t,this.cutoff=a,this.radius=n,this.lang=_;const v=this.size=d+4*t,b=this._createCanvas(v),T=this.ctx=b.getContext("2d",{willReadFrequently:!0});T.font=`${m} ${p} ${d}px ${l}`,T.textBaseline="alphabetic",T.textAlign="left",T.fillStyle="black",this.gridOuter=new Float64Array(v*v),this.gridInner=new Float64Array(v*v),this.f=new Float64Array(v),this.z=new Float64Array(v+1),this.v=new Uint16Array(v)}_createCanvas(d){const t=document.createElement("canvas");return t.width=t.height=d,t}draw(d){const{width:t,actualBoundingBoxAscent:n,actualBoundingBoxDescent:a,actualBoundingBoxLeft:l,actualBoundingBoxRight:p}=this.ctx.measureText(d),m=Math.ceil(n),_=Math.max(0,Math.min(this.size-this.buffer,Math.ceil(p-l))),v=Math.min(this.size-this.buffer,m+Math.ceil(a)),b=_+2*this.buffer,T=v+2*this.buffer,C=Math.max(b*T,0),I=new Uint8ClampedArray(C),D={data:I,width:b,height:T,glyphWidth:_,glyphHeight:v,glyphTop:m,glyphLeft:0,glyphAdvance:t};if(_===0||v===0)return D;const{ctx:R,buffer:N,gridInner:U,gridOuter:j}=this;this.lang&&(R.lang=this.lang),R.clearRect(N,N,_,v),R.fillText(d,N,N+m);const $=R.getImageData(N,N,_,v);j.fill(mr,0,C),U.fill(0,0,C);for(let Y=0;Y<v;Y++)for(let G=0;G<_;G++){const H=$.data[4*(Y*_+G)+3]/255;if(H===0)continue;const J=(Y+N)*b+G+N;if(H===1)j[J]=0,U[J]=mr;else{const W=.5-H;j[J]=W>0?W*W:0,U[J]=W<0?W*W:0}}xn(j,0,0,b,T,b,this.f,this.v,this.z),xn(U,N,N,_,v,b,this.f,this.v,this.z);for(let Y=0;Y<C;Y++){const G=Math.sqrt(j[Y])-Math.sqrt(U[Y]);I[Y]=Math.round(255-255*(G/this.radius+this.cutoff))}return D}};class ze{constructor(){this.specification=c.u.light.position}possiblyEvaluate(t,n){return c.F(t.expression.evaluate(n))}interpolate(t,n,a){return{x:c.G.number(t.x,n.x,a),y:c.G.number(t.y,n.y,a),z:c.G.number(t.z,n.z,a)}}}let Ue;class mt extends c.E{constructor(t){super(),Ue=Ue||new c.t({anchor:new c.D(c.u.light.anchor),position:new ze,color:new c.D(c.u.light.color),intensity:new c.D(c.u.light.intensity)}),this._transitionable=new c.x(Ue,void 0),this.setLight(t),this._transitioning=this._transitionable.untransitioned()}getLight(){return this._transitionable.serialize()}setLight(t,n={}){if(!this._validate(c.y,t,n))for(const a in t){const l=t[a];a.endsWith(c.z)?this._transitionable.setTransition(a.slice(0,-c.z.length),l):this._transitionable.setValue(a,l)}}updateTransitions(t){this._transitioning=this._transitionable.transitioned(t,this._transitioning)}hasTransition(){return this._transitioning.hasTransition()}recalculate(t){this.properties=this._transitioning.possiblyEvaluate(t)}_validate(t,n,a){return(!a||a.validate!==!1)&&c.B(this,t.call(c.C,{value:n,style:{glyphs:!0,sprite:!0},styleSpec:c.u}))}}const Je=new c.t({"sky-color":new c.D(c.u.sky["sky-color"]),"horizon-color":new c.D(c.u.sky["horizon-color"]),"fog-color":new c.D(c.u.sky["fog-color"]),"fog-ground-blend":new c.D(c.u.sky["fog-ground-blend"]),"horizon-fog-blend":new c.D(c.u.sky["horizon-fog-blend"]),"sky-horizon-blend":new c.D(c.u.sky["sky-horizon-blend"]),"atmosphere-blend":new c.D(c.u.sky["atmosphere-blend"])});class St extends c.E{constructor(t){super(),this._transitionable=new c.x(Je,void 0),this.setSky(t),this._transitioning=this._transitionable.untransitioned(),this.recalculate(new c.H(0))}setSky(t,n={}){if(!this._validate(c.J,t,n)){t||(t={"sky-color":"transparent","horizon-color":"transparent","fog-color":"transparent","fog-ground-blend":1,"atmosphere-blend":0});for(const a in t){const l=t[a];a.endsWith(c.z)?this._transitionable.setTransition(a.slice(0,-c.z.length),l):this._transitionable.setValue(a,l)}}}getSky(){return this._transitionable.serialize()}updateTransitions(t){this._transitioning=this._transitionable.transitioned(t,this._transitioning)}hasTransition(){return this._transitioning.hasTransition()}recalculate(t){this.properties=this._transitioning.possiblyEvaluate(t)}_validate(t,n,a={}){return a?.validate!==!1&&c.B(this,t.call(c.C,c.e({value:n,style:{glyphs:!0,sprite:!0},styleSpec:c.u})))}calculateFogBlendOpacity(t){return t<60?0:t<70?(t-60)/10:1}}class ot{constructor(t,n){this.width=t,this.height=n,this.nextRow=0,this.data=new Uint8Array(this.width*this.height),this.dashEntry={}}getDash(t,n){const a=t.join(",")+String(n);return this.dashEntry[a]||(this.dashEntry[a]=this.addDash(t,n)),this.dashEntry[a]}getDashRanges(t,n,a){const l=[];let p=t.length%2==1?-t[t.length-1]*a:0,m=t[0]*a,_=!0;l.push({left:p,right:m,isDash:_,zeroLength:t[0]===0});let v=t[0];for(let b=1;b<t.length;b++){_=!_;const T=t[b];p=v*a,v+=T,m=v*a,l.push({left:p,right:m,isDash:_,zeroLength:T===0})}return l}addRoundDash(t,n,a){const l=n/2;for(let p=-a;p<=a;p++){const m=this.width*(this.nextRow+a+p);let _=0,v=t[_];for(let b=0;b<this.width;b++){b/v.right>1&&(v=t[++_]);const T=Math.abs(b-v.left),C=Math.abs(b-v.right),I=Math.min(T,C);let D;const R=p/a*(l+1);if(v.isDash){const N=l-Math.abs(R);D=Math.sqrt(I*I+N*N)}else D=l-Math.sqrt(I*I+R*R);this.data[m+b]=Math.max(0,Math.min(255,D+128))}}}addRegularDash(t){for(let _=t.length-1;_>=0;--_){const v=t[_],b=t[_+1];v.zeroLength?t.splice(_,1):b&&b.isDash===v.isDash&&(b.left=v.left,t.splice(_,1))}const n=t[0],a=t[t.length-1];n.isDash===a.isDash&&(n.left=a.left-this.width,a.right=n.right+this.width);const l=this.width*this.nextRow;let p=0,m=t[p];for(let _=0;_<this.width;_++){_/m.right>1&&(m=t[++p]);const v=Math.abs(_-m.left),b=Math.abs(_-m.right),T=Math.min(v,b);this.data[l+_]=Math.max(0,Math.min(255,(m.isDash?T:-T)+128))}}addDash(t,n){const a=n?7:0,l=2*a+1;if(this.nextRow+l>this.height)return c.w("LineAtlas out of space"),null;let p=0;for(let _=0;_<t.length;_++)p+=t[_];if(p!==0){const _=this.width/p,v=this.getDashRanges(t,this.width,_);n?this.addRoundDash(v,_,a):this.addRegularDash(v)}const m={y:this.nextRow+a,height:2*a,width:p};return this.nextRow+=l,this.dirty=!0,m}bind(t){const n=t.gl;this.texture?(n.bindTexture(n.TEXTURE_2D,this.texture),this.dirty&&(this.dirty=!1,n.texSubImage2D(n.TEXTURE_2D,0,0,0,this.width,this.height,n.ALPHA,n.UNSIGNED_BYTE,this.data))):(this.texture=n.createTexture(),n.bindTexture(n.TEXTURE_2D,this.texture),n.texParameteri(n.TEXTURE_2D,n.TEXTURE_WRAP_S,n.REPEAT),n.texParameteri(n.TEXTURE_2D,n.TEXTURE_WRAP_T,n.REPEAT),n.texParameteri(n.TEXTURE_2D,n.TEXTURE_MIN_FILTER,n.LINEAR),n.texParameteri(n.TEXTURE_2D,n.TEXTURE_MAG_FILTER,n.LINEAR),n.texImage2D(n.TEXTURE_2D,0,n.ALPHA,this.width,this.height,0,n.ALPHA,n.UNSIGNED_BYTE,this.data))}}const yt="maplibre_preloaded_worker_pool";class tt{constructor(){this.active={}}acquire(t){if(!this.workers)for(this.workers=[];this.workers.length<tt.workerCount;)this.workers.push(new Worker(c.c.WORKER_URL));return this.active[t]=!0,this.workers.slice()}release(t){delete this.active[t],this.numActive()===0&&(this.workers.forEach((n=>{n.terminate()})),this.workers=null)}isPreloaded(){return!!this.active[yt]}numActive(){return Object.keys(this.active).length}}const Pt=Math.floor(Xe.hardwareConcurrency/2);let Ye,It;function ui(){return Ye||(Ye=new tt),Ye}tt.workerCount=c.K(globalThis)?Math.max(Math.min(Pt,3),1):1;class hi{constructor(t,n){this.workerPool=t,this.actors=[],this.currentActor=0,this.id=n;const a=this.workerPool.acquire(n);for(let l=0;l<a.length;l++){const p=new c.L(a[l],n);p.name=`Worker ${l}`,this.actors.push(p)}if(!this.actors.length)throw new Error("No actors found")}broadcast(t,n){const a=[];for(const l of this.actors)a.push(l.sendAsync({type:t,data:n}));return Promise.all(a)}getActor(){return this.currentActor=(this.currentActor+1)%this.actors.length,this.actors[this.currentActor]}remove(t=!0){this.actors.forEach((n=>{n.remove()})),this.actors=[],t&&this.workerPool.release(this.id)}registerMessageHandler(t,n){for(const a of this.actors)a.registerMessageHandler(t,n)}unregisterMessageHandler(t){for(const n of this.actors)n.unregisterMessageHandler(t)}}function Ir(){return It||(It=new hi(ui(),c.M),It.registerMessageHandler("GR",((d,t,n)=>c.m(t,n)))),It}function Vi(d,t){const n=c.N();return c.O(n,n,[1,1,0]),c.Q(n,n,[.5*d.width,.5*d.height,1]),d.calculatePosMatrix?c.S(n,n,d.calculatePosMatrix(t.toUnwrapped())):n}function bn(d,t,n,a,l,p,m){var _;const v=(function(I,D,R){if(I)for(const N of I){const U=D[N];if(U&&U.source===R&&U.type==="fill-extrusion")return!0}else for(const N in D){const U=D[N];if(U.source===R&&U.type==="fill-extrusion")return!0}return!1})((_=l?.layers)!==null&&_!==void 0?_:null,t,d.id),b=p.maxPitchScaleFactor(),T=d.tilesIn(a,b,v);T.sort(Ii);const C=[];for(const I of T)C.push({wrappedTileID:I.tileID.wrapped().key,queryResults:I.tile.queryRenderedFeatures(t,n,d.getState(),I.queryGeometry,I.cameraQueryGeometry,I.scale,l,p,b,Vi(p,I.tileID),m?(D,R)=>m(I.tileID,D,R):void 0)});return(function(I,D){for(const R in I)for(const N of I[R])gr(N,D);return I})((function(I){const D={},R={};for(const N of I){const U=N.queryResults,j=N.wrappedTileID,$=R[j]=R[j]||{};for(const Y in U){const G=U[Y],H=$[Y]=$[Y]||{},J=D[Y]=D[Y]||[];for(const W of G)H[W.featureIndex]||(H[W.featureIndex]=!0,J.push(W))}}return D})(C),d)}function Ii(d,t){const n=d.tileID,a=t.tileID;return n.overscaledZ-a.overscaledZ||n.canonical.y-a.canonical.y||n.wrap-a.wrap||n.canonical.x-a.canonical.x}function gr(d,t){const n=d.feature,a=t.getFeatureState(n.layer["source-layer"],n.id);n.source=n.layer.source,n.layer["source-layer"]&&(n.sourceLayer=n.layer["source-layer"]),n.state=a}function Vr(d,t,n){return c._(this,void 0,void 0,(function*(){let a=d;if(d.url?a=(yield c.j(t.transformRequest(d.url,"Source"),n)).data:yield Xe.frameAsync(n),!a)return null;const l=c.U(c.e(a,d),["tiles","minzoom","maxzoom","attribution","bounds","scheme","tileSize","encoding"]);return"vector_layers"in a&&a.vector_layers&&(l.vectorLayerIds=a.vector_layers.map((p=>p.id))),l}))}class ri{constructor(t,n){t&&(n?this.setSouthWest(t).setNorthEast(n):Array.isArray(t)&&(t.length===4?this.setSouthWest([t[0],t[1]]).setNorthEast([t[2],t[3]]):this.setSouthWest(t[0]).setNorthEast(t[1])))}setNorthEast(t){return this._ne=t instanceof c.V?new c.V(t.lng,t.lat):c.V.convert(t),this}setSouthWest(t){return this._sw=t instanceof c.V?new c.V(t.lng,t.lat):c.V.convert(t),this}extend(t){const n=this._sw,a=this._ne;let l,p;if(t instanceof c.V)l=t,p=t;else{if(!(t instanceof ri))return Array.isArray(t)?t.length===4||t.every(Array.isArray)?this.extend(ri.convert(t)):this.extend(c.V.convert(t)):t&&("lng"in t||"lon"in t)&&"lat"in t?this.extend(c.V.convert(t)):this;if(l=t._sw,p=t._ne,!l||!p)return this}return n||a?(n.lng=Math.min(l.lng,n.lng),n.lat=Math.min(l.lat,n.lat),a.lng=Math.max(p.lng,a.lng),a.lat=Math.max(p.lat,a.lat)):(this._sw=new c.V(l.lng,l.lat),this._ne=new c.V(p.lng,p.lat)),this}getCenter(){return new c.V((this._sw.lng+this._ne.lng)/2,(this._sw.lat+this._ne.lat)/2)}getSouthWest(){return this._sw}getNorthEast(){return this._ne}getNorthWest(){return new c.V(this.getWest(),this.getNorth())}getSouthEast(){return new c.V(this.getEast(),this.getSouth())}getWest(){return this._sw.lng}getSouth(){return this._sw.lat}getEast(){return this._ne.lng}getNorth(){return this._ne.lat}toArray(){return[this._sw.toArray(),this._ne.toArray()]}toString(){return`LngLatBounds(${this._sw.toString()}, ${this._ne.toString()})`}isEmpty(){return!(this._sw&&this._ne)}contains(t){const{lng:n,lat:a}=c.V.convert(t);let l=this._sw.lng<=n&&n<=this._ne.lng;return this._sw.lng>this._ne.lng&&(l=this._sw.lng>=n&&n>=this._ne.lng),this._sw.lat<=a&&a<=this._ne.lat&&l}intersects(t){if(!((t=ri.convert(t)).getNorth()>=this.getSouth()&&t.getSouth()<=this.getNorth()))return!1;const n=Math.abs(this.getEast()-this.getWest()),a=Math.abs(t.getEast()-t.getWest());if(n>=360||a>=360)return!0;const l=c.W(this.getWest(),-180,180),p=c.W(this.getEast(),-180,180),m=c.W(t.getWest(),-180,180),_=c.W(t.getEast(),-180,180),v=l>=p,b=m>=_;return!(!v||!b)||(v?_>=l||m<=p:b?p>=m||l<=_:m<=p&&_>=l)}static convert(t){return t instanceof ri?t:t&&new ri(t)}static fromLngLat(t,n=0){const a=360*n/40075017,l=a/Math.cos(Math.PI/180*t.lat);return new ri(new c.V(t.lng-l,t.lat-a),new c.V(t.lng+l,t.lat+a))}adjustAntiMeridian(){const t=new c.V(this._sw.lng,this._sw.lat),n=new c.V(this._ne.lng,this._ne.lat);return new ri(t,t.lng>n.lng?new c.V(n.lng+360,n.lat):n)}}class nn{constructor(t,n,a){this.bounds=ri.convert(this.validateBounds(t)),this.minzoom=n||0,this.maxzoom=a||24}validateBounds(t){return Array.isArray(t)&&t.length===4?[Math.max(-180,t[0]),Math.max(-90,t[1]),Math.min(180,t[2]),Math.min(90,t[3])]:[-180,-90,180,90]}contains(t){const n=Math.pow(2,t.z),a=Math.floor(c.Y(this.bounds.getWest())*n),l=Math.floor(c.X(this.bounds.getNorth())*n),p=Math.ceil(c.Y(this.bounds.getEast())*n),m=Math.ceil(c.X(this.bounds.getSouth())*n);return t.x>=a&&t.x<p&&t.y>=l&&t.y<m}}class wn extends c.E{constructor(t,n,a,l){if(super(),this.id=t,this.dispatcher=a,this.type="vector",this.minzoom=0,this.maxzoom=22,this.scheme="xyz",this.tileSize=512,this.reparseOverscaled=!0,this.isTileClipped=!0,this._loaded=!1,c.e(this,c.U(n,["url","scheme","tileSize","promoteId","encoding"])),this._options=c.e({type:"vector"},n),this._collectResourceTiming=n.collectResourceTiming,this.tileSize!==512)throw new Error("vector tile sources must have a tileSize of 512");this.setEventedParent(l)}load(){return c._(this,void 0,void 0,(function*(){this._loaded=!1,this.fire(new c.l("dataloading",{dataType:"source"})),this._tileJSONRequest=new AbortController;try{const t=yield Vr(this._options,this.map._requestManager,this._tileJSONRequest);this._tileJSONRequest=null,this._loaded=!0,this.map.style.tileManagers[this.id].clearTiles(),t&&(c.e(this,t),t.bounds&&(this.tileBounds=new nn(t.bounds,this.minzoom,this.maxzoom)),this.fire(new c.l("data",{dataType:"source",sourceDataType:"metadata"})),this.fire(new c.l("data",{dataType:"source",sourceDataType:"content"})))}catch(t){this._tileJSONRequest=null,this._loaded=!0,c.Z(t)||this.fire(new c.k(t))}}))}loaded(){return this._loaded}hasTile(t){return!this.tileBounds||this.tileBounds.contains(t.canonical)}onAdd(t){this.map=t,this.load()}setSourceProperty(t){this._tileJSONRequest&&this._tileJSONRequest.abort(),t(),this.load()}setTiles(t){return this.setSourceProperty((()=>{this._options.tiles=t})),this}setUrl(t){return this.setSourceProperty((()=>{this.url=t,this._options.url=t})),this}onRemove(){this._tileJSONRequest&&(this._tileJSONRequest.abort(),this._tileJSONRequest=null)}serialize(){return c.e({},this._options)}loadTile(t){return c._(this,void 0,void 0,(function*(){const n=t.tileID.canonical.url(this.tiles,this.map.getPixelRatio(),this.scheme),a={request:this.map._requestManager.transformRequest(n,"Tile"),uid:t.uid,tileID:t.tileID,zoom:t.tileID.overscaledZ,tileSize:this.tileSize*t.tileID.overscaleFactor(),type:this.type,source:this.id,pixelRatio:this.map.getPixelRatio(),showCollisionBoxes:this.map.showCollisionBoxes,promoteId:this.promoteId,subdivisionGranularity:this.map.style.projection.subdivisionGranularity,encoding:this.encoding,overzoomParameters:this._getOverzoomParameters(t)};a.request.collectResourceTiming=this._collectResourceTiming;let l="RT";if(t.actor&&t.state!=="expired"){if(t.state==="loading")return new Promise(((p,m)=>{t.reloadPromise={resolve:p,reject:m}}))}else t.actor=this.dispatcher.getActor(),l="LT";t.abortController=new AbortController;try{const p=yield t.actor.sendAsync({type:l,data:a},t.abortController);if(delete t.abortController,t.aborted)return;this._afterTileLoadWorkerResponse(t,p)}catch(p){if(delete t.abortController,t.aborted)return;if(p&&p.status!==404)throw p;this._afterTileLoadWorkerResponse(t,null)}}))}_getOverzoomParameters(t){if(t.tileID.canonical.z<=this.maxzoom||this.map._zoomLevelsToOverscale===void 0)return;const n=t.tileID.scaledTo(this.maxzoom).canonical,a=n.url(this.tiles,this.map.getPixelRatio(),this.scheme);return{maxZoomTileID:n,overzoomRequest:this.map._requestManager.transformRequest(a,"Tile")}}_afterTileLoadWorkerResponse(t,n){if(n&&n.resourceTiming&&(t.resourceTiming=n.resourceTiming),n&&this.map._refreshExpiredTiles&&t.setExpiryData(n),t.loadVectorData(n,this.map.painter),t.reloadPromise){const a=t.reloadPromise;t.reloadPromise=null,this.loadTile(t).then(a.resolve).catch(a.reject)}}abortTile(t){return c._(this,void 0,void 0,(function*(){t.abortController&&(t.abortController.abort(),delete t.abortController),t.actor&&(yield t.actor.sendAsync({type:"AT",data:{uid:t.uid,type:this.type,source:this.id}}))}))}unloadTile(t){return c._(this,void 0,void 0,(function*(){t.unloadVectorData(),t.actor&&(yield t.actor.sendAsync({type:"RMT",data:{uid:t.uid,type:this.type,source:this.id}}))}))}hasTransition(){return!1}}class Xn extends c.E{constructor(t,n,a,l){super(),this.id=t,this.dispatcher=a,this.setEventedParent(l),this.type="raster",this.minzoom=0,this.maxzoom=22,this.roundZoom=!0,this.scheme="xyz",this.tileSize=512,this._loaded=!1,this._options=c.e({type:"raster"},n),c.e(this,c.U(n,["url","scheme","tileSize"]))}load(){return c._(this,arguments,void 0,(function*(t=!1){this._loaded=!1,this.fire(new c.l("dataloading",{dataType:"source"})),this._tileJSONRequest=new AbortController;try{const n=yield Vr(this._options,this.map._requestManager,this._tileJSONRequest);this._tileJSONRequest=null,this._loaded=!0,n&&(c.e(this,n),n.bounds&&(this.tileBounds=new nn(n.bounds,this.minzoom,this.maxzoom)),this.fire(new c.l("data",{dataType:"source",sourceDataType:"metadata"})),this.fire(new c.l("data",{dataType:"source",sourceDataType:"content",sourceDataChanged:t})))}catch(n){this._tileJSONRequest=null,this._loaded=!0,c.Z(n)||this.fire(new c.k(n))}}))}loaded(){return this._loaded}onAdd(t){this.map=t,this.load()}onRemove(){this._tileJSONRequest&&(this._tileJSONRequest.abort(),this._tileJSONRequest=null)}setSourceProperty(t){this._tileJSONRequest&&(this._tileJSONRequest.abort(),this._tileJSONRequest=null),t(),this.load(!0)}setTiles(t){return this.setSourceProperty((()=>{this._options.tiles=t})),this}setUrl(t){return this.setSourceProperty((()=>{this.url=t,this._options.url=t})),this}serialize(){return c.e({},this._options)}hasTile(t){return!this.tileBounds||this.tileBounds.contains(t.canonical)}loadTile(t){return c._(this,void 0,void 0,(function*(){const n=t.tileID.canonical.url(this.tiles,this.map.getPixelRatio(),this.scheme);t.abortController=new AbortController;try{const a=yield vi.getImage(this.map._requestManager.transformRequest(n,"Tile"),t.abortController,this.map._refreshExpiredTiles);if(delete t.abortController,t.aborted)return void(t.state="unloaded");if(a&&a.data){this.map._refreshExpiredTiles&&(a.cacheControl||a.expires)&&t.setExpiryData({cacheControl:a.cacheControl,expires:a.expires});const l=this.map.painter.context,p=l.gl,m=a.data;t.texture=this.map.painter.getTileTexture(m.width),t.texture?t.texture.update(m,{useMipmap:!0}):(t.texture=new c.T(l,m,p.RGBA,{useMipmap:!0}),t.texture.bind(p.LINEAR,p.CLAMP_TO_EDGE,p.LINEAR_MIPMAP_NEAREST)),t.state="loaded"}}catch(a){if(delete t.abortController,t.aborted)t.state="unloaded";else if(a)throw t.state="errored",a}}))}abortTile(t){return c._(this,void 0,void 0,(function*(){t.abortController&&(t.abortController.abort(),delete t.abortController)}))}unloadTile(t){return c._(this,void 0,void 0,(function*(){t.texture&&this.map.painter.saveTileTexture(t.texture)}))}hasTransition(){return!1}}class sn extends Xn{constructor(t,n,a,l){super(t,n,a,l),this.type="raster-dem",this.maxzoom=22,this._options=c.e({type:"raster-dem"},n),this.encoding=n.encoding||"mapbox",this.redFactor=n.redFactor,this.greenFactor=n.greenFactor,this.blueFactor=n.blueFactor,this.baseShift=n.baseShift}loadTile(t){return c._(this,void 0,void 0,(function*(){const n=t.tileID.canonical.url(this.tiles,this.map.getPixelRatio(),this.scheme),a=this.map._requestManager.transformRequest(n,"Tile");t.neighboringTiles=this._getNeighboringTiles(t.tileID),t.abortController=new AbortController;try{const l=yield vi.getImage(a,t.abortController,this.map._refreshExpiredTiles);if(delete t.abortController,t.aborted)return void(t.state="unloaded");if(l&&l.data){const p=l.data;this.map._refreshExpiredTiles&&(l.cacheControl||l.expires)&&t.setExpiryData({cacheControl:l.cacheControl,expires:l.expires});const m=c.b(p)&&c.$()?p:yield this.readImageNow(p),_={type:this.type,uid:t.uid,source:this.id,rawImageData:m,encoding:this.encoding,redFactor:this.redFactor,greenFactor:this.greenFactor,blueFactor:this.blueFactor,baseShift:this.baseShift};if(!t.actor||t.state==="expired"){t.actor=this.dispatcher.getActor();const v=yield t.actor.sendAsync({type:"LDT",data:_});t.dem=v,t.needsHillshadePrepare=!0,t.needsTerrainPrepare=!0,t.state="loaded"}}}catch(l){if(delete t.abortController,t.aborted)t.state="unloaded";else if(l)throw t.state="errored",l}}))}readImageNow(t){return c._(this,void 0,void 0,(function*(){if(typeof VideoFrame<"u"&&c.a0()){const n=t.width+2,a=t.height+2;try{return new c.R({width:n,height:a},yield c.a1(t,-1,-1,n,a))}catch{}}return Xe.getImageData(t,1)}))}_getNeighboringTiles(t){const n=t.canonical,a=Math.pow(2,n.z),l=(n.x-1+a)%a,p=n.x===0?t.wrap-1:t.wrap,m=(n.x+1+a)%a,_=n.x+1===a?t.wrap+1:t.wrap,v={};return v[new c.a2(t.overscaledZ,p,n.z,l,n.y).key]={backfilled:!1},v[new c.a2(t.overscaledZ,_,n.z,m,n.y).key]={backfilled:!1},n.y>0&&(v[new c.a2(t.overscaledZ,p,n.z,l,n.y-1).key]={backfilled:!1},v[new c.a2(t.overscaledZ,t.wrap,n.z,n.x,n.y-1).key]={backfilled:!1},v[new c.a2(t.overscaledZ,_,n.z,m,n.y-1).key]={backfilled:!1}),n.y+1<a&&(v[new c.a2(t.overscaledZ,p,n.z,l,n.y+1).key]={backfilled:!1},v[new c.a2(t.overscaledZ,t.wrap,n.z,n.x,n.y+1).key]={backfilled:!1},v[new c.a2(t.overscaledZ,_,n.z,m,n.y+1).key]={backfilled:!1}),v}unloadTile(t){return c._(this,void 0,void 0,(function*(){t.demTexture&&this.map.painter.saveTileTexture(t.demTexture),t.fbo&&(t.fbo.destroy(),delete t.fbo),t.dem&&delete t.dem,delete t.neighboringTiles,t.state="unloaded",t.actor&&(yield t.actor.sendAsync({type:"RDT",data:{type:this.type,uid:t.uid,source:this.id}}))}))}}function Mr(d){return d.type==="GeometryCollection"?d.geometries.map((t=>t.coordinates)).flat(1/0):d.coordinates.flat(1/0)}function Yn(d){const t=new ri;let n;switch(d.type){case"FeatureCollection":n=d.features.map((a=>Mr(a.geometry))).flat(1/0);break;case"Feature":n=Mr(d.geometry);break;default:n=Mr(d)}if(n.length==0)return t;for(let a=0;a<n.length-1;a+=2)t.extend([n[a],n[a+1]]);return t}class Kn extends c.E{constructor(t,n,a,l){super(),this.id=t,this.type="geojson",this.minzoom=0,this.maxzoom=18,this.tileSize=512,this.isTileClipped=!0,this.reparseOverscaled=!0,this._removed=!1,this._isUpdatingWorker=!1,this._pendingWorkerUpdate={data:n.data},this.actor=a.getActor(),this.setEventedParent(l),this._data=typeof n.data=="string"?{url:n.data}:{geojson:n.data},this._options=c.e({},n),this._collectResourceTiming=n.collectResourceTiming,n.maxzoom!==void 0&&(this.maxzoom=n.maxzoom),n.type&&(this.type=n.type),n.attribution&&(this.attribution=n.attribution),this.promoteId=n.promoteId,n.clusterMaxZoom!==void 0&&this.maxzoom<=n.clusterMaxZoom&&c.w(`The maxzoom value "${this.maxzoom}" is expected to be greater than the clusterMaxZoom value "${n.clusterMaxZoom}".`),this.workerOptions=c.e({source:this.id,cluster:n.cluster||!1,geojsonVtOptions:{buffer:this._pixelsToTileUnits(n.buffer!==void 0?n.buffer:128),tolerance:this._pixelsToTileUnits(n.tolerance!==void 0?n.tolerance:.375),extent:c.a5,maxZoom:this.maxzoom,lineMetrics:n.lineMetrics||!1,generateId:n.generateId||!1},superclusterOptions:{maxZoom:this._getClusterMaxZoom(n.clusterMaxZoom),minPoints:Math.max(2,n.clusterMinPoints||2),extent:c.a5,radius:this._pixelsToTileUnits(n.clusterRadius||50),log:!1,generateId:n.generateId||!1},clusterProperties:n.clusterProperties,filter:n.filter},n.workerOptions),typeof this.promoteId=="string"&&(this.workerOptions.promoteId=this.promoteId)}_hasPendingWorkerUpdate(){return this._pendingWorkerUpdate.data!==void 0||this._pendingWorkerUpdate.diff!==void 0||this._pendingWorkerUpdate.optionsChanged}_pixelsToTileUnits(t){return t*(c.a5/this.tileSize)}_getClusterMaxZoom(t){const n=t?Math.round(t):this.maxzoom-1;return Number.isInteger(t)||t===void 0||c.w(`Integer expected for option 'clusterMaxZoom': provided value "${t}" rounded to "${n}"`),n}load(){return c._(this,void 0,void 0,(function*(){yield this._updateWorkerData()}))}onAdd(t){this.map=t,this.load()}setData(t,n){this._data=typeof t=="string"?{url:t}:{geojson:t},this._pendingWorkerUpdate={data:t};const a=this._updateWorkerData();return n?a:this}updateData(t,n){this._pendingWorkerUpdate.diff=c.a6(this._pendingWorkerUpdate.diff,t);const a=this._updateWorkerData();return n?a:this}getData(){return c._(this,void 0,void 0,(function*(){const t=c.e({type:this.type},this.workerOptions);return this.actor.sendAsync({type:"GD",data:t})}))}getBounds(){return c._(this,void 0,void 0,(function*(){return Yn(yield this.getData())}))}setClusterOptions(t){return this.workerOptions.cluster=t.cluster,t.clusterRadius!==void 0&&(this.workerOptions.superclusterOptions.radius=this._pixelsToTileUnits(t.clusterRadius)),t.clusterMaxZoom!==void 0&&(this.workerOptions.superclusterOptions.maxZoom=this._getClusterMaxZoom(t.clusterMaxZoom)),this._pendingWorkerUpdate.optionsChanged=!0,this._updateWorkerData(),this}getClusterExpansionZoom(t){return this.actor.sendAsync({type:"GCEZ",data:{type:this.type,clusterId:t,source:this.id}})}getClusterChildren(t){return this.actor.sendAsync({type:"GCC",data:{type:this.type,clusterId:t,source:this.id}})}getClusterLeaves(t,n,a){return this.actor.sendAsync({type:"GCL",data:{type:this.type,source:this.id,clusterId:t,limit:n,offset:a}})}_updateWorkerData(){return c._(this,void 0,void 0,(function*(){if(this._isUpdatingWorker)return;if(!this._hasPendingWorkerUpdate())return void c.w(`No pending worker updates for GeoJSONSource ${this.id}.`);const{data:t,diff:n}=this._pendingWorkerUpdate,a=c.e({type:this.type},this.workerOptions);t!==void 0?(typeof t=="string"?(a.request=this.map._requestManager.transformRequest(Xe.resolveURL(t),"Source"),a.request.collectResourceTiming=this._collectResourceTiming):a.data=t,this._pendingWorkerUpdate.data=void 0):n&&(a.dataDiff=n,this._pendingWorkerUpdate.diff=void 0),this._pendingWorkerUpdate.optionsChanged=void 0,this._isUpdatingWorker=!0,this.fire(new c.l("dataloading",{dataType:"source"}));try{const l=yield this.actor.sendAsync({type:"LD",data:a});if(this._isUpdatingWorker=!1,this._removed||l.abandoned)return void this.fire(new c.l("dataabort",{dataType:"source"}));l.data&&(this._data={geojson:l.data});const p=this._applyDiffToSource(n),m=this._getShouldReloadTileOptions(p);let _=null;l.resourceTiming&&l.resourceTiming[this.id]&&(_=l.resourceTiming[this.id].slice(0));const v={dataType:"source"};this._collectResourceTiming&&_&&_.length>0&&c.e(v,{resourceTiming:_}),this.fire(new c.l("data",Object.assign(Object.assign({},v),{sourceDataType:"metadata"}))),this.fire(new c.l("data",Object.assign(Object.assign({},v),{sourceDataType:"content",shouldReloadTileOptions:m})))}catch(l){if(this._isUpdatingWorker=!1,this._removed)return void this.fire(new c.l("dataabort",{dataType:"source"}));this.fire(new c.k(l))}finally{this._hasPendingWorkerUpdate()&&this._updateWorkerData()}}))}_applyDiffToSource(t){if(!t)return;const n=typeof this.promoteId=="string"?this.promoteId:void 0;if(!this._data.url&&!this._data.updateable){const l=c.a7(this._data.geojson,n);if(!l)throw new Error(`GeoJSONSource "${this.id}": GeoJSON data is not compatible with updateData`);this._data={updateable:l}}if(!this._data.updateable)return;const a=c.a8(this._data.updateable,t,n);return t.removeAll||this._options.cluster?void 0:a}_getShouldReloadTileOptions(t){if(t)return{affectedBounds:t.filter(Boolean).map((n=>Yn(n)))}}shouldReloadTile(t,{affectedBounds:n}){if(t.state==="loading")return!0;if(t.state==="unloaded")return!1;const{buffer:a,extent:l}=this.workerOptions.geojsonVtOptions,p=(function({x:m,y:_,z:v},b=0){const T=c.a3((m-b)/Math.pow(2,v)),C=c.a4((_+1+b)/Math.pow(2,v)),I=c.a3((m+1+b)/Math.pow(2,v)),D=c.a4((_-b)/Math.pow(2,v));return new ri([T,C],[I,D])})(t.tileID.canonical,a/l);for(const m of n)if(p.intersects(m))return!0;return!1}loaded(){return!this._isUpdatingWorker&&!this._hasPendingWorkerUpdate()}loadTile(t){return c._(this,void 0,void 0,(function*(){const n=t.actor?"RT":"LT";t.actor=this.actor;const a={type:this.type,uid:t.uid,tileID:t.tileID,zoom:t.tileID.overscaledZ,maxZoom:this.maxzoom,tileSize:this.tileSize,source:this.id,pixelRatio:this.map.getPixelRatio(),showCollisionBoxes:this.map.showCollisionBoxes,promoteId:this.promoteId,subdivisionGranularity:this.map.style.projection.subdivisionGranularity};t.abortController=new AbortController;const l=yield this.actor.sendAsync({type:n,data:a},t.abortController);delete t.abortController,t.unloadVectorData(),t.aborted||t.loadVectorData(l,this.map.painter,n==="RT")}))}abortTile(t){return c._(this,void 0,void 0,(function*(){t.abortController&&(t.abortController.abort(),delete t.abortController),t.aborted=!0}))}unloadTile(t){return c._(this,void 0,void 0,(function*(){t.unloadVectorData(),yield this.actor.sendAsync({type:"RMT",data:{uid:t.uid,type:this.type,source:this.id}})}))}onRemove(){this._removed=!0,this.actor.sendAsync({type:"RS",data:{type:this.type,source:this.id}})}serialize(){return c.e({},this._options,{type:this.type,data:this._data.updateable?{type:"FeatureCollection",features:Array.from(this._data.updateable.values())}:this._data.url||this._data.geojson})}hasTransition(){return!1}}class ir extends c.E{constructor(t,n,a,l){super(),this.flippedWindingOrder=!1,this.id=t,this.dispatcher=a,this.coordinates=n.coordinates,this.type="image",this.minzoom=0,this.maxzoom=22,this.tileSize=512,this.tiles={},this._loaded=!1,this.setEventedParent(l),this.options=n}load(t){return c._(this,void 0,void 0,(function*(){this._loaded=!1,this.fire(new c.l("dataloading",{dataType:"source"})),this.url=this.options.url,this._request=new AbortController;try{const n=yield vi.getImage(this.map._requestManager.transformRequest(this.url,"Image"),this._request);this._request=null,this._loaded=!0,n&&n.data&&(this.image=n.data,t&&(this.coordinates=t),this._finishLoading())}catch(n){this._request=null,this._loaded=!0,c.Z(n)||this.fire(new c.k(n))}}))}loaded(){return this._loaded}updateImage(t){return t.url?(this._request&&(this._request.abort(),this._request=null),this.options.url=t.url,this.load(t.coordinates).finally((()=>{this.texture=null})),this):this}_finishLoading(){this.map&&(this.setCoordinates(this.coordinates),this.fire(new c.l("data",{dataType:"source",sourceDataType:"metadata"})))}onAdd(t){this.map=t,this.load()}onRemove(){this._request&&(this._request.abort(),this._request=null)}setCoordinates(t){this.coordinates=t;const n=t.map(c.a9.fromLngLat);var a;return this.tileID=(function(l){const p=c.aa.fromPoints(l),m=p.width(),_=p.height(),v=Math.max(m,_),b=Math.max(0,Math.floor(-Math.log(v)/Math.LN2)),T=Math.pow(2,b);return new c.ac(b,Math.floor((p.minX+p.maxX)/2*T),Math.floor((p.minY+p.maxY)/2*T))})(n),this.terrainTileRanges=this._getOverlappingTileRanges(n),this.minzoom=this.maxzoom=this.tileID.z,this.tileCoords=n.map((l=>this.tileID.getTilePoint(l)._round())),this.flippedWindingOrder=((a=this.tileCoords)[1].x-a[0].x)*(a[2].y-a[0].y)-(a[1].y-a[0].y)*(a[2].x-a[0].x)<0,this.fire(new c.l("data",{dataType:"source",sourceDataType:"content"})),this}prepare(){if(Object.keys(this.tiles).length===0||!this.image)return;const t=this.map.painter.context,n=t.gl;this.texture||(this.texture=new c.T(t,this.image,n.RGBA),this.texture.bind(n.LINEAR,n.CLAMP_TO_EDGE));let a=!1;for(const l in this.tiles){const p=this.tiles[l];p.state!=="loaded"&&(p.state="loaded",p.texture=this.texture,a=!0)}a&&this.fire(new c.l("data",{dataType:"source",sourceDataType:"idle",sourceId:this.id}))}loadTile(t){return c._(this,void 0,void 0,(function*(){this.tileID&&this.tileID.equals(t.tileID.canonical)?(this.tiles[String(t.tileID.wrap)]=t,t.buckets={}):t.state="errored"}))}serialize(){return{type:"image",url:this.options.url,coordinates:this.coordinates}}hasTransition(){return!1}_getOverlappingTileRanges(t){const{minX:n,minY:a,maxX:l,maxY:p}=c.aa.fromPoints(t),m={};for(let _=0;_<=c.ab;_++){const v=Math.pow(2,_),b=Math.floor(n*v),T=Math.floor(a*v),C=Math.floor(l*v),I=Math.floor(p*v);m[_]={minTileX:b,minTileY:T,maxTileX:C,maxTileY:I}}return m}}class ne extends ir{constructor(t,n,a,l){super(t,n,a,l),this.roundZoom=!0,this.type="video",this.options=n}load(){return c._(this,void 0,void 0,(function*(){this._loaded=!1;const t=this.options;this.urls=[];for(const n of t.urls)this.urls.push(this.map._requestManager.transformRequest(n,"Source").url);try{const n=yield c.ad(this.urls);if(this._loaded=!0,!n)return;this.video=n,this.video.loop=!0,this.video.addEventListener("playing",(()=>{this.map.triggerRepaint()})),this.map&&this.video.play(),this._finishLoading()}catch(n){this.fire(new c.k(n))}}))}pause(){this.video&&this.video.pause()}play(){this.video&&this.video.play()}seek(t){if(this.video){const n=this.video.seekable;t<n.start(0)||t>n.end(0)?this.fire(new c.k(new c.ae(`sources.${this.id}`,null,`Playback for this video can be set only between the ${n.start(0)} and ${n.end(0)}-second mark.`))):this.video.currentTime=t}}getVideo(){return this.video}onAdd(t){this.map||(this.map=t,this.load(),this.video&&(this.video.play(),this.setCoordinates(this.coordinates)))}prepare(){if(Object.keys(this.tiles).length===0||this.video.readyState<2)return;const t=this.map.painter.context,n=t.gl;this.texture?this.video.paused||(this.texture.bind(n.LINEAR,n.CLAMP_TO_EDGE),n.texSubImage2D(n.TEXTURE_2D,0,0,0,n.RGBA,n.UNSIGNED_BYTE,this.video)):(this.texture=new c.T(t,this.video,n.RGBA),this.texture.bind(n.LINEAR,n.CLAMP_TO_EDGE));let a=!1;for(const l in this.tiles){const p=this.tiles[l];p.state!=="loaded"&&(p.state="loaded",p.texture=this.texture,a=!0)}a&&this.fire(new c.l("data",{dataType:"source",sourceDataType:"idle",sourceId:this.id}))}serialize(){return{type:"video",urls:this.urls,coordinates:this.coordinates}}hasTransition(){return this.video&&!this.video.paused}}class k extends ir{constructor(t,n,a,l){super(t,n,a,l),n.coordinates?Array.isArray(n.coordinates)&&n.coordinates.length===4&&!n.coordinates.some((p=>!Array.isArray(p)||p.length!==2||p.some((m=>typeof m!="number"))))||this.fire(new c.k(new c.ae(`sources.${t}`,null,'"coordinates" property must be an array of 4 longitude/latitude array pairs'))):this.fire(new c.k(new c.ae(`sources.${t}`,null,'missing required property "coordinates"'))),n.animate&&typeof n.animate!="boolean"&&this.fire(new c.k(new c.ae(`sources.${t}`,null,'optional "animate" property must be a boolean value'))),n.canvas?typeof n.canvas=="string"||n.canvas instanceof HTMLCanvasElement||this.fire(new c.k(new c.ae(`sources.${t}`,null,'"canvas" must be either a string representing the ID of the canvas element from which to read, or an HTMLCanvasElement instance'))):this.fire(new c.k(new c.ae(`sources.${t}`,null,'missing required property "canvas"'))),this.options=n,this.animate=n.animate===void 0||n.animate}load(){return c._(this,void 0,void 0,(function*(){this._loaded=!0,this.canvas||(this.canvas=this.options.canvas instanceof HTMLCanvasElement?this.options.canvas:document.getElementById(this.options.canvas)),this.width=this.canvas.width,this.height=this.canvas.height,this._hasInvalidDimensions()?this.fire(new c.k(new Error("Canvas dimensions cannot be less than or equal to zero."))):(this.play=function(){this._playing=!0,this.map.triggerRepaint()},this.pause=function(){this._playing&&(this.prepare(),this._playing=!1)},this._finishLoading())}))}getCanvas(){return this.canvas}onAdd(t){this.map=t,this.load(),this.canvas&&this.animate&&this.play()}onRemove(){this.pause()}prepare(){let t=!1;if(this.canvas.width!==this.width&&(this.width=this.canvas.width,t=!0),this.canvas.height!==this.height&&(this.height=this.canvas.height,t=!0),this._hasInvalidDimensions()||Object.keys(this.tiles).length===0)return;const n=this.map.painter.context,a=n.gl;this.texture?(t||this._playing)&&this.texture.update(this.canvas,{premultiply:!0}):(this.texture=new c.T(n,this.canvas,a.RGBA,{premultiply:!0}),this.texture.bind(a.LINEAR,a.CLAMP_TO_EDGE));let l=!1;for(const p in this.tiles){const m=this.tiles[p];m.state!=="loaded"&&(m.state="loaded",m.texture=this.texture,l=!0)}l&&this.fire(new c.l("data",{dataType:"source",sourceDataType:"idle",sourceId:this.id}))}serialize(){return{type:"canvas",animate:this.animate,canvas:this.options.canvas,coordinates:this.coordinates}}hasTransition(){return this._playing}_hasInvalidDimensions(){for(const t of[this.canvas.width,this.canvas.height])if(isNaN(t)||t<=0)return!0;return!1}}const L={},O=d=>{switch(d){case"geojson":return Kn;case"image":return ir;case"raster":return Xn;case"raster-dem":return sn;case"vector":return wn;case"video":return ne;case"canvas":return k}return L[d]},K="RTLPluginLoaded";class Q extends c.E{constructor(){super(...arguments),this.status="unavailable",this.url=null,this.dispatcher=Ir()}_syncState(t){return this.status=t,this.dispatcher.broadcast("SRPS",{pluginStatus:t,pluginURL:this.url}).catch((n=>{throw this.status="error",n}))}getRTLTextPluginStatus(){return this.status}clearRTLTextPlugin(){this.status="unavailable",this.url=null}setRTLTextPlugin(t){return c._(this,arguments,void 0,(function*(n,a=!1){if(this.url)throw new Error("setRTLTextPlugin cannot be called multiple times.");if(this.url=Xe.resolveURL(n),!this.url)throw new Error(`requested url ${n} is invalid`);if(this.status==="unavailable"){if(!a)return this._requestImport();this.status="deferred",this._syncState(this.status)}else if(this.status==="requested")return this._requestImport()}))}_requestImport(){return c._(this,void 0,void 0,(function*(){yield this._syncState("loading"),this.status="loaded",this.fire(new c.l(K))}))}lazyLoad(){this.status==="unavailable"?this.status="requested":this.status==="deferred"&&this._requestImport()}}let ae=null;function re(){return ae||(ae=new Q),ae}var ee,de;(function(d){d[d.Base=0]="Base",d[d.Parent=1]="Parent"})(ee||(ee={})),(function(d){d[d.Departing=0]="Departing",d[d.Incoming=1]="Incoming"})(de||(de={}));class Pe{constructor(t,n){this.timeAdded=0,this.fadeEndTime=0,this.fadeOpacity=1,this.tileID=t,this.uid=c.af(),this.uses=0,this.tileSize=n,this.buckets={},this.expirationTime=null,this.queryPadding=0,this.hasSymbolBuckets=!1,this.hasRTLText=!1,this.dependencies={},this.rtt=[],this.rttCoords={},this.expiredRequestCount=0,this.state="loading"}isRenderable(t){return this.hasData()&&(!this.fadeEndTime||this.fadeOpacity>0)&&(t||!this.holdingForSymbolFade())}setCrossFadeLogic({fadingRole:t,fadingDirection:n,fadingParentID:a,fadeEndTime:l}){this.resetFadeLogic(),this.fadingRole=t,this.fadingDirection=n,this.fadingParentID=a,this.fadeEndTime=l}setSelfFadeLogic(t){this.resetFadeLogic(),this.selfFading=!0,this.fadeEndTime=t}resetFadeLogic(){this.fadingRole=null,this.fadingDirection=null,this.fadingParentID=null,this.selfFading=!1,this.timeAdded=at(),this.fadeEndTime=0,this.fadeOpacity=1}wasRequested(){return this.state==="errored"||this.state==="loaded"||this.state==="reloading"}clearTextures(t){this.demTexture&&t.saveTileTexture(this.demTexture),this.demTexture=null}loadVectorData(t,n,a){if(this.hasData()&&this.unloadVectorData(),this.state="loaded",t){t.featureIndex&&(this.latestFeatureIndex=t.featureIndex,t.rawTileData?(this.latestRawTileData=t.rawTileData,this.latestFeatureIndex.rawTileData=t.rawTileData,this.latestFeatureIndex.encoding=t.encoding):this.latestRawTileData&&(this.latestFeatureIndex.rawTileData=this.latestRawTileData,this.latestFeatureIndex.encoding=this.latestEncoding)),this.collisionBoxArray=t.collisionBoxArray,this.buckets=(function(l,p){const m={};if(!p)return m;for(const _ of l){const v=_.layerIds.map((b=>p.getLayer(b))).filter(Boolean);if(v.length!==0){_.layers=v,_.stateDependentLayerIds&&(_.stateDependentLayers=_.stateDependentLayerIds.map((b=>v.filter((T=>T.id===b))[0])));for(const b of v)m[b.id]=_}}return m})(t.buckets,n?.style),this.hasSymbolBuckets=!1;for(const l in this.buckets){const p=this.buckets[l];if(p instanceof c.ah){if(this.hasSymbolBuckets=!0,!a)break;p.justReloaded=!0}}if(this.hasRTLText=!1,this.hasSymbolBuckets)for(const l in this.buckets){const p=this.buckets[l];if(p instanceof c.ah&&p.hasRTLText){this.hasRTLText=!0,re().lazyLoad();break}}this.queryPadding=0;for(const l in this.buckets){const p=this.buckets[l];this.queryPadding=Math.max(this.queryPadding,n.style.getLayer(l).queryRadius(p))}t.imageAtlas&&(this.imageAtlas=t.imageAtlas),t.glyphAtlasImage&&(this.glyphAtlasImage=t.glyphAtlasImage),this.dashPositions=t.dashPositions}else this.collisionBoxArray=new c.ag}unloadVectorData(){for(const t in this.buckets)this.buckets[t].destroy();this.buckets={},this.imageAtlasTexture&&this.imageAtlasTexture.destroy(),this.imageAtlas&&(this.imageAtlas=null),this.glyphAtlasTexture&&this.glyphAtlasTexture.destroy(),this.dashPositions&&(this.dashPositions=null),this.latestFeatureIndex=null,this.state="unloaded"}getBucket(t){return this.buckets[t.id]}upload(t){for(const a in this.buckets){const l=this.buckets[a];l.uploadPending()&&l.upload(t)}const n=t.gl;this.imageAtlas&&!this.imageAtlas.uploaded&&(this.imageAtlasTexture=new c.T(t,this.imageAtlas.image,n.RGBA),this.imageAtlas.uploaded=!0),this.glyphAtlasImage&&(this.glyphAtlasTexture=new c.T(t,this.glyphAtlasImage,n.ALPHA),this.glyphAtlasImage=null)}prepare(t){this.imageAtlas&&this.imageAtlas.patchUpdatedImages(t,this.imageAtlasTexture)}queryRenderedFeatures(t,n,a,l,p,m,_,v,b,T,C){return this.latestFeatureIndex&&this.latestFeatureIndex.rawTileData?this.latestFeatureIndex.query({queryGeometry:l,cameraQueryGeometry:p,scale:m,tileSize:this.tileSize,pixelPosMatrix:T,transform:v,params:_,queryPadding:this.queryPadding*b,getElevation:C},t,n,a):{}}querySourceFeatures(t,n){const a=this.latestFeatureIndex;if(!a||!a.rawTileData)return;const l=a.loadVTLayers(),p=n&&n.sourceLayer?n.sourceLayer:"",m=l[c.ai]||l[p];if(!m)return;const _=c.aj(n?.filter,n?.globalState),{z:v,x:b,y:T}=this.tileID.canonical,C={z:v,x:b,y:T};for(let I=0;I<m.length;I++){const D=m.feature(I);if(_.needGeometry){const U=c.ak(D,!0);if(!_.filter(new c.H(this.tileID.overscaledZ),U,this.tileID.canonical))continue}else if(!_.filter(new c.H(this.tileID.overscaledZ),D))continue;const R=a.getId(D,p),N=new c.al(D,v,b,T,R);N.tile=C,t.push(N)}}hasData(){return this.state==="loaded"||this.state==="reloading"||this.state==="expired"}patternsLoaded(){return this.imageAtlas&&!!Object.keys(this.imageAtlas.patternPositions).length}setExpiryData(t){const n=this.expirationTime;if(t.cacheControl){const a=c.am(t.cacheControl);a["max-age"]&&(this.expirationTime=Date.now()+1e3*a["max-age"])}else t.expires&&(this.expirationTime=new Date(t.expires).getTime());if(this.expirationTime){const a=Date.now();let l=!1;if(this.expirationTime>a)l=!1;else if(n)if(this.expirationTime<n)l=!0;else{const p=this.expirationTime-n;p?this.expirationTime=a+Math.max(p,3e4):l=!0}else l=!0;l?(this.expiredRequestCount++,this.state="expired"):this.expiredRequestCount=0}}getExpiryTimeout(){if(this.expirationTime)return this.expiredRequestCount?1e3*(1<<Math.min(this.expiredRequestCount-1,31)):Math.min(this.expirationTime-new Date().getTime(),Math.pow(2,31)-1)}setFeatureState(t,n){if(!this.latestFeatureIndex||!this.latestFeatureIndex.rawTileData||Object.keys(t).length===0)return;const a=this.latestFeatureIndex.loadVTLayers();for(const l in this.buckets){if(!n.style.hasLayer(l))continue;const p=this.buckets[l],m=p.layers[0].sourceLayer||c.ai,_=a[m],v=t[m];if(!_||!v||Object.keys(v).length===0)continue;p.update(v,_,this.imageAtlas&&this.imageAtlas.patternPositions||{},this.dashPositions||{});const b=n&&n.style&&n.style.getLayer(l);b&&(this.queryPadding=Math.max(this.queryPadding,b.queryRadius(p)))}}holdingForSymbolFade(){return this.symbolFadeHoldUntil!==void 0}symbolFadeFinished(){return!this.symbolFadeHoldUntil||this.symbolFadeHoldUntil<at()}clearSymbolFadeHold(){this.symbolFadeHoldUntil=void 0}setSymbolHoldDuration(t){this.symbolFadeHoldUntil=at()+t}setDependencies(t,n){const a={};for(const l of n)a[l]=!0;this.dependencies[t]=a}hasDependency(t,n){for(const a of t){const l=this.dependencies[a];if(l){for(const p of n)if(l[p])return!0}}return!1}}class xe{constructor(){this.state={},this.stateChanges={},this.deletedStates={}}updateState(t,n,a){const l=String(n);if(this.stateChanges[t]=this.stateChanges[t]||{},this.stateChanges[t][l]=this.stateChanges[t][l]||{},c.e(this.stateChanges[t][l],a),this.deletedStates[t]===null){this.deletedStates[t]={};for(const p in this.state[t])p!==l&&(this.deletedStates[t][p]=null)}else if(this.deletedStates[t]&&this.deletedStates[t][l]===null){this.deletedStates[t][l]={};for(const p in this.state[t][l])a[p]||(this.deletedStates[t][l][p]=null)}else for(const p in a)this.deletedStates[t]&&this.deletedStates[t][l]&&this.deletedStates[t][l][p]===null&&delete this.deletedStates[t][l][p]}removeFeatureState(t,n,a){if(this.deletedStates[t]===null)return;const l=String(n);if(this.deletedStates[t]=this.deletedStates[t]||{},a&&n!==void 0)this.deletedStates[t][l]!==null&&(this.deletedStates[t][l]=this.deletedStates[t][l]||{},this.deletedStates[t][l][a]=null);else if(n!==void 0)if(this.stateChanges[t]&&this.stateChanges[t][l])for(a in this.deletedStates[t][l]={},this.stateChanges[t][l])this.deletedStates[t][l][a]=null;else this.deletedStates[t][l]=null;else this.deletedStates[t]=null}getState(t,n){const a=String(n),l=c.e({},(this.state[t]||{})[a],(this.stateChanges[t]||{})[a]);if(this.deletedStates[t]===null)return{};if(this.deletedStates[t]){const p=this.deletedStates[t][n];if(p===null)return{};for(const m in p)delete l[m]}return l}initializeTileState(t,n){t.setFeatureState(this.state,n)}coalesceChanges(t,n){const a={};for(const l in this.stateChanges){this.state[l]=this.state[l]||{};const p={};for(const m in this.stateChanges[l])this.state[l][m]||(this.state[l][m]={}),c.e(this.state[l][m],this.stateChanges[l][m]),p[m]=this.state[l][m];a[l]=p}for(const l in this.deletedStates){this.state[l]=this.state[l]||{};const p={};if(this.deletedStates[l]===null)for(const m in this.state[l])p[m]={},this.state[l][m]={};else for(const m in this.deletedStates[l]){if(this.deletedStates[l][m]===null)this.state[l][m]={};else for(const _ of Object.keys(this.deletedStates[l][m]))delete this.state[l][m][_];p[m]=this.state[l][m]}a[l]=a[l]||{},c.e(a[l],p)}this.stateChanges={},this.deletedStates={},Object.keys(a).length!==0&&t.setFeatureState(a,n)}}const Ne=89.25;function Ze(d,t){const n=c.an(t.lat,-c.ao,c.ao);return new c.P(c.Y(t.lng)*d,c.X(n)*d)}function it(d,t){return new c.a9(t.x/d,t.y/d).toLngLat()}function Rt(d){return d.cameraToCenterDistance*Math.min(.85*Math.tan(c.ap(90-d.pitch)),Math.tan(c.ap(Ne-d.pitch)))}function Mt(d,t){const n=d.canonical,a=t/c.aq(n.z),l=n.x+Math.pow(2,n.z)*d.wrap,p=c.ar(new Float64Array(16));return c.O(p,p,[l*a,n.y*a,0]),c.Q(p,p,[a/c.a5,a/c.a5,1]),p}function le(d,t,n,a,l){const p=c.a9.fromLngLat(d,t),m=l*c.as(1,d.lat),{x:_,y:v,z:b}=Bt(n,a);return new c.a9(p.x+m*-_,p.y+m*-v,p.z+m*-b)}function Bt(d,t){const n=c.ap(d),a=c.ap(t),l=Math.cos(-n),p=Math.sin(n);return{x:p*Math.sin(a),y:-p*Math.cos(a),z:l}}function Ri(d,t,n){const a=t.intersectsFrustum(d);if(!n||a===0)return a;const l=t.intersectsPlane(n);return l===0?0:a===2&&l===2?2:1}function rt(d,t,n){let a=0;const l=(n-t)/10;for(let p=0;p<10;p++)a+=l*Math.pow(Math.cos(t+(p+.5)/10*(n-t)),d);return a}function kt(d,t){return function(n,a,l,p,m){const _=2*((d-1)/c.at(Math.cos(c.ap(Ne-m))/Math.cos(c.ap(Ne)))-1),v=Math.acos(l/p),b=2*rt(_-1,0,c.ap(m/2)),T=Math.min(c.ap(Ne),v+c.ap(m/2)),C=rt(_-1,Math.min(T,v-c.ap(m/2)),T),I=Math.atan(a/l),D=Math.hypot(a,l);let R=n;return R+=c.at(p/D/Math.max(.5,Math.cos(c.ap(m/2)))),R+=_*c.at(Math.cos(I))/2,R-=c.at(Math.max(1,C/b/t))/2,R}}const Fi=kt(9.314,3);function Zt(d,t){const n=(t.roundZoom?Math.round:Math.floor)(d.zoom+c.at(d.tileSize/t.tileSize));return Math.max(0,n)}function ni(d,t){const n=d.getCameraFrustum(),a=d.getClippingPlane(),l=d.screenPointToMercatorCoordinate(d.getCameraPoint()),p=c.a9.fromLngLat(d.center,d.elevation);l.z=p.z+Math.cos(d.pitchInRadians)*d.cameraToCenterDistance/d.worldSize;const m=d.getCoveringTilesDetailsProvider(),_=m.allowVariableZoom(d,t),v=Zt(d,t),b=t.minzoom||0,T=t.maxzoom!==void 0?t.maxzoom:d.maxZoom,C=Math.min(Math.max(0,v),T),I=Math.pow(2,C),D=[I*l.x,I*l.y,0],R=[I*p.x,I*p.y,0],N=Math.hypot(p.x-l.x,p.y-l.y),U=Math.abs(p.z-l.z),j=Math.hypot(N,U),$=H=>({zoom:0,x:0,y:0,wrap:H,fullyVisible:!1}),Y=[],G=[];if(d.renderWorldCopies&&m.allowWorldCopies())for(let H=1;H<=3;H++)Y.push($(-H)),Y.push($(H));for(Y.push($(0));Y.length>0;){const H=Y.pop(),J=H.x,W=H.y;let te=H.fullyVisible;const pe={x:J,y:W,z:H.zoom},oe=m.getTileBoundingVolume(pe,H.wrap,d.elevation,t);if(!te){const Ee=Ri(n,oe,a);if(Ee===0)continue;te=Ee===2}const ce=m.distanceToTile2d(l.x,l.y,pe,oe);let ue=v;_&&(ue=(t.calculateTileZoom||Fi)(d.zoom+c.at(d.tileSize/t.tileSize),ce,U,j,d.fov)),ue=(t.roundZoom?Math.round:Math.floor)(ue),ue=Math.max(0,ue);const Ce=Math.min(ue,T);if(H.wrap=m.getWrap(p,pe,H.wrap),H.zoom>=Ce){if(H.zoom<b)continue;const Ee=C-H.zoom,we=D[0]-.5-(J<<Ee),ke=D[1]-.5-(W<<Ee),nt=t.reparseOverscaled?Math.max(H.zoom,ue):H.zoom;G.push({tileID:new c.a2(H.zoom===T?nt:H.zoom,H.wrap,H.zoom,J,W),distanceSq:c.au([R[0]-.5-J,R[1]-.5-W]),tileDistanceToCamera:Math.sqrt(we*we+ke*ke)})}else for(let Ee=0;Ee<4;Ee++)Y.push({zoom:H.zoom+1,x:(J<<1)+Ee%2,y:(W<<1)+(Ee>>1),wrap:H.wrap,fullyVisible:te})}return G.sort(((H,J)=>H.distanceSq-J.distanceSq)).map((H=>H.tileID))}const Ot=c.aa.fromPoints([new c.P(0,0),new c.P(c.a5,c.a5)]);function xi(d){return d==="raster"||d==="image"||d==="video"}function As(d,t,n,a,l,p,m){if(!t.hasData())return!1;const{tileID:_,fadingRole:v,fadingDirection:b,fadingParentID:T}=t;if(v===ee.Base&&b===de.Incoming&&T)return n[T.key]=T,!0;const C=Math.max(_.overscaledZ-l,p);for(let I=_.overscaledZ-1;I>=C;I--){const D=_.scaledTo(I),R=d.getLoadedTile(D);if(R)return t.setCrossFadeLogic({fadingRole:ee.Base,fadingDirection:de.Incoming,fadingParentID:R.tileID,fadeEndTime:a+m}),R.setCrossFadeLogic({fadingRole:ee.Parent,fadingDirection:de.Departing,fadeEndTime:a+m}),n[D.key]=D,!0}return!1}function Ds(d,t,n,a,l,p){if(!t.hasData())return!1;const m=t.tileID.children(l);let _=Me(d,t,m,n,a,l,p);if(_)return!0;for(const v of m)Me(d,t,v.children(l),n,a,l,p)&&(_=!0);return _}function Me(d,t,n,a,l,p,m){if(n[0].overscaledZ>=p)return!1;let _=!1;for(const v of n){const b=d.getLoadedTile(v);if(!b)continue;const{fadingRole:T,fadingDirection:C,fadingParentID:I}=b;T===ee.Base&&C===de.Departing&&I||(b.setCrossFadeLogic({fadingRole:ee.Base,fadingDirection:de.Departing,fadingParentID:t.tileID,fadeEndTime:l+m}),t.setCrossFadeLogic({fadingRole:ee.Parent,fadingDirection:de.Incoming,fadeEndTime:l+m})),a[v.key]=v,_=!0}return _}function Hi(d,t,n,a){const l=d.tileID;return!!d.selfFading||!d.hasData()&&!!t.has(l)&&(d.setSelfFadeLogic(n+a),!0)}function Xi(d,t){var n;d.needsHillshadePrepare=!0,d.needsTerrainPrepare=!0;let a=t.tileID.canonical.x-d.tileID.canonical.x;const l=t.tileID.canonical.y-d.tileID.canonical.y,p=Math.pow(2,d.tileID.canonical.z),m=t.tileID.key;a===0&&l===0||Math.abs(l)>1||(Math.abs(a)>1&&(Math.abs(a+p)===1?a+=p:Math.abs(a-p)===1&&(a-=p)),t.dem&&d.dem&&(d.dem.backfillBorder(t.dem,a,l),!((n=d.neighboringTiles)===null||n===void 0)&&n[m]&&(d.neighboringTiles[m].backfilled=!0)))}class Ia{constructor(){this._tiles={}}handleWrapJump(t){const n={};for(const a in this._tiles){const l=this._tiles[a];l.tileID=l.tileID.unwrapTo(l.tileID.wrap+t),n[l.tileID.key]=l}this._tiles=n}setFeatureState(t,n){for(const a in this._tiles)this._tiles[a].setFeatureState(t,n)}getAllTiles(){return Object.values(this._tiles)}getAllIds(t=!1){return t?Object.values(this._tiles).map((n=>n.tileID)).sort(c.aw).map((n=>n.key)):Object.keys(this._tiles)}getTileById(t){return this._tiles[t]}setTile(t,n){this._tiles[t]=n}deleteTileById(t){delete this._tiles[t]}getLoadedTile(t){const n=this.getTileById(t.key);return n?.hasData()?n:null}isIdRenderable(t,n=!1){var a;return(a=this.getTileById(t))===null||a===void 0?void 0:a.isRenderable(n)}getRenderableIds(t=0,n){const a=[];for(const l of this.getAllIds())this.isIdRenderable(l,n)&&a.push(this.getTileById(l));return n?a.sort(((l,p)=>{const m=l.tileID,_=p.tileID,v=new c.P(m.canonical.x,m.canonical.y)._rotate(-t),b=new c.P(_.canonical.x,_.canonical.y)._rotate(-t);return m.overscaledZ-_.overscaledZ||b.y-v.y||b.x-v.x})).map((l=>l.tileID.key)):a.map((l=>l.tileID)).sort(c.aw).map((l=>l.key))}}class _r extends c.E{constructor(t,n,a){super(),this.id=t,this.dispatcher=a,this.on("data",(l=>this._dataHandler(l))),this.on("dataloading",(()=>{this._sourceErrored=!1})),this.on("error",(()=>{this._sourceErrored=this._source.loaded()})),this._source=((l,p,m,_)=>{const v=new(O(p.type))(l,p,m,_);if(v.id!==l)throw new Error(`Expected Source id to be ${l} instead of ${v.id}`);return v})(t,n,a,this),this._inViewTiles=new Ia,this._outOfViewCache=new c.ax(0,(l=>this._unloadTile(l))),this._timers={},this._maxTileCacheSize=null,this._maxTileCacheZoomLevels=null,this._rasterFadeDuration=0,this._maxFadingAncestorLevels=5,this._state=new xe,this._didEmitContent=!1,this._updated=!1}onAdd(t){this.map=t,this._maxTileCacheSize=t?t._maxTileCacheSize:null,this._maxTileCacheZoomLevels=t?t._maxTileCacheZoomLevels:null,this._source&&this._source.onAdd&&this._source.onAdd(t)}onRemove(t){for(const n of this._inViewTiles.getAllTiles())n.unloadVectorData();this.clearTiles(),this._source&&this._source.onRemove&&this._source.onRemove(t),this._inViewTiles=new Ia}loaded(){if(this._sourceErrored)return!0;if(!this._sourceLoaded||!this._source.loaded())return!1;if(!(this.used===void 0&&this.usedForTerrain===void 0||this.used||this.usedForTerrain))return!0;if(!this._updated)return!1;for(const t of this._inViewTiles.getAllTiles())if(t.state!=="loaded"&&t.state!=="errored")return!1;return!0}getSource(){return this._source}getState(){return this._state}pause(){this._paused=!0}resume(){if(!this._paused)return;const t=this._shouldReloadOnResume;this._paused=!1,this._shouldReloadOnResume=!1,t&&this.reload(),this.transform&&this.update(this.transform,this.terrain)}_loadTile(t,n,a){return c._(this,void 0,void 0,(function*(){try{yield this._source.loadTile(t),this._tileLoaded(t,n,a)}catch(l){t.state="errored",l.status!==404?this._source.fire(new c.k(l,{tile:t})):this.update(this.transform,this.terrain)}}))}_unloadTile(t){this._source.unloadTile&&this._source.unloadTile(t)}_abortTile(t){this._source.abortTile&&this._source.abortTile(t),this._source.fire(new c.l("dataabort",{tile:t,coord:t.tileID,dataType:"source"}))}serialize(){return this._source.serialize()}prepare(t){this._source.prepare&&this._source.prepare(),this._state.coalesceChanges(this._inViewTiles,this.map?this.map.painter:null);for(const n of this._inViewTiles.getAllTiles())n.upload(t),n.prepare(this.map.style.imageManager)}getIds(){return this._inViewTiles.getAllIds(!0)}getRenderableIds(t){var n;return this._inViewTiles.getRenderableIds((n=this.transform)===null||n===void 0?void 0:n.bearingInRadians,t)}hasRenderableParent(t){const n=t.overscaledZ-1;if(n>=this._source.minzoom){const a=this.getLoadedTile(t.scaledTo(n));if(a)return this._inViewTiles.isIdRenderable(a.tileID.key)}return!1}reload(t,n=void 0){if(this._paused)this._shouldReloadOnResume=!0;else{this._outOfViewCache.reset();for(const a of this._inViewTiles.getAllIds()){const l=this._inViewTiles.getTileById(a);n&&!this._source.shouldReloadTile(l,n)||(t?this._reloadTile(a,"expired"):l.state!=="errored"&&this._reloadTile(a,"reloading"))}}}_reloadTile(t,n){return c._(this,void 0,void 0,(function*(){const a=this._inViewTiles.getTileById(t);a&&(a.state!=="loading"&&(a.state=n),yield this._loadTile(a,t,n))}))}_tileLoaded(t,n,a){t.timeAdded=at(),t.selfFading&&(t.fadeEndTime=t.timeAdded+this._rasterFadeDuration),a==="expired"&&(t.refreshedUponExpiration=!0),this._setTileReloadTimer(n,t),this.getSource().type==="raster-dem"&&t.dem&&(function(l,p){var m,_;const v=p.getRenderableIds();for(const b of v){if(!l.neighboringTiles||!l.neighboringTiles[b])continue;const T=p.getTileById(b);l.neighboringTiles[b].backfilled||Xi(l,T),!((_=(m=T.neighboringTiles)===null||m===void 0?void 0:m[l.tileID.key])===null||_===void 0)&&_.backfilled||Xi(T,l)}})(t,this._inViewTiles),this._state.initializeTileState(t,this.map?this.map.painter:null),t.aborted||this._source.fire(new c.l("data",{dataType:"source",tile:t,coord:t.tileID}))}getTile(t){return this.getTileByID(t.key)}getTileByID(t){return this._inViewTiles.getTileById(t)}_retainLoadedChildren(t,n){const a=this._getLoadedDescendents(n),l=new Set;for(const p of n){const m=a[p.key];if(!m?.length){l.add(p);continue}const _=p.overscaledZ+_r.maxOverzooming,v=m.filter((C=>C.tileID.overscaledZ<=_));if(!v.length){l.add(p);continue}const b=Math.min(...v.map((C=>C.tileID.overscaledZ))),T=v.filter((C=>C.tileID.overscaledZ===b)).map((C=>C.tileID));for(const C of T)t[C.key]=C;this._areDescendentsComplete(T,b,p.overscaledZ)||l.add(p)}return l}_getLoadedDescendents(t){var n;const a={};for(const l of this._inViewTiles.getAllTiles().filter((p=>p.hasData())))for(const p of t)l.tileID.isChildOf(p)&&(a[n=p.key]||(a[n]=[])).push(l);return a}_areDescendentsComplete(t,n,a){return t.length===1&&t[0].isOverscaled()?t[0].overscaledZ===n:Math.pow(4,n-a)===t.length}getLoadedTile(t){return this._inViewTiles.getLoadedTile(t)}updateCacheSize(t){const n=Math.ceil(t.width/this._source.tileSize)+1,a=Math.ceil(t.height/this._source.tileSize)+1,l=Math.floor(n*a*(this._maxTileCacheZoomLevels===null?c.c.MAX_TILE_CACHE_ZOOM_LEVELS:this._maxTileCacheZoomLevels)),p=typeof this._maxTileCacheSize=="number"?Math.min(this._maxTileCacheSize,l):l;this._outOfViewCache.setMaxSize(p)}handleWrapJump(t){const n=Math.round((t-(this._prevLng===void 0?t:this._prevLng))/360);this._prevLng=t,n&&(this._inViewTiles.handleWrapJump(n),this._resetTileReloadTimers())}update(t,n){if(!this._sourceLoaded||this._paused)return;let a;this.transform=t,this.terrain=n,this.updateCacheSize(t),this.handleWrapJump(this.transform.center.lng),this.used||this.usedForTerrain?this._source.tileID?a=t.getVisibleUnwrappedCoordinates(this._source.tileID).map((v=>new c.a2(v.canonical.z,v.wrap,v.canonical.z,v.canonical.x,v.canonical.y))):(a=ni(t,{tileSize:this.usedForTerrain?this.tileSize:this._source.tileSize,minzoom:this._source.minzoom,maxzoom:this._source.type==="vector"&&this.map._zoomLevelsToOverscale!==void 0?t.maxZoom-this.map._zoomLevelsToOverscale:this._source.maxzoom,roundZoom:!this.usedForTerrain&&this._source.roundZoom,reparseOverscaled:this._source.reparseOverscaled,terrain:n,calculateTileZoom:this._source.calculateTileZoom}),this._source.hasTile&&(a=a.filter((v=>this._source.hasTile(v))))):a=[],this.usedForTerrain&&(a=this._addTerrainIdealTiles(a));const l=a.length===0&&!this._updated&&this._didEmitContent;this._updated=!0,l&&this.fire(new c.l("data",{sourceDataType:"idle",dataType:"source",sourceId:this.id}));const p=Zt(t,this._source),m=this._updateRetainedTiles(a,p),_=xi(this._source.type);_&&this._rasterFadeDuration>0&&!n&&(function(v,b,T,C,I,D,R){const N=at(),U=c.av(b);for(const j of b){const $=v.getTileById(j.key);$.fadingDirection!==de.Departing&&$.fadeOpacity!==0||$.resetFadeLogic(),As(v,$,T,N,C,I,R)||Ds(v,$,T,N,D,R)||Hi($,U,N,R)||$.resetFadeLogic()}})(this._inViewTiles,a,m,this._maxFadingAncestorLevels,this._source.minzoom,this._source.maxzoom,this._rasterFadeDuration),_?this._cleanUpRasterTiles(m):this._cleanUpVectorTiles(m)}_cleanUpRasterTiles(t){for(const n of this._inViewTiles.getAllIds())t[n]||this._removeTile(n)}_cleanUpVectorTiles(t){for(const n of this._inViewTiles.getAllIds()){const a=this._inViewTiles.getTileById(n);t[n]?a.clearSymbolFadeHold():a.hasSymbolBuckets?a.holdingForSymbolFade()?a.symbolFadeFinished()&&this._removeTile(n):a.setSymbolHoldDuration(this.map._fadeDuration):this._removeTile(n)}}_addTerrainIdealTiles(t){const n=[];for(const a of t)if(a.canonical.z>this._source.minzoom){const l=a.scaledTo(a.canonical.z-1);n.push(l);const p=a.scaledTo(Math.max(this._source.minzoom,Math.min(a.canonical.z,5)));n.push(p)}return t.concat(n)}releaseSymbolFadeTiles(){for(const t of this._inViewTiles.getAllIds())this._inViewTiles.getTileById(t).holdingForSymbolFade()&&this._removeTile(t)}_updateRetainedTiles(t,n){var a;const l=new Set;for(const b of t)this._addTile(b).hasData()||l.add(b);const p=t.reduce(((b,T)=>(b[T.key]=T,b)),{}),m=this._retainLoadedChildren(p,l),_={},v=Math.max(n-_r.maxUnderzooming,this._source.minzoom);for(const b of m){let T=this._inViewTiles.getTileById(b.key),C=T?.wasRequested();for(let I=b.overscaledZ-1;I>=v;--I){const D=b.scaledTo(I);if(_[D.key])break;if(_[D.key]=!0,T=this.getTile(D),!T&&C&&(T=this._addTile(D)),T){const R=T.hasData();if((R||!(!((a=this.map)===null||a===void 0)&&a.cancelPendingTileRequestsWhileZooming)||C)&&(p[D.key]=D),C=T.wasRequested(),R)break}}}return p}_addTile(t){let n=this._inViewTiles.getTileById(t.key);if(n)return n;n=this._outOfViewCache.getAndRemove(t),n&&(n.resetFadeLogic(),this._setTileReloadTimer(t.key,n),n.tileID=t,this._state.initializeTileState(n,this.map?this.map.painter:null));const a=n;return n||(n=new Pe(t,this._source.tileSize*t.overscaleFactor()),this._loadTile(n,t.key,n.state)),n.uses++,this._inViewTiles.setTile(t.key,n),a||this._source.fire(new c.l("dataloading",{tile:n,coord:n.tileID,dataType:"source"})),n}_setTileReloadTimer(t,n){this._clearTileReloadTimer(t);const a=n.getExpiryTimeout();a&&(this._timers[t]=setTimeout((()=>{this._reloadTile(t,"expired"),delete this._timers[t]}),a))}_clearTileReloadTimer(t){const n=this._timers[t];n&&(clearTimeout(n),delete this._timers[t])}_resetTileReloadTimers(){for(const t in this._timers)clearTimeout(this._timers[t]),delete this._timers[t];for(const t of this._inViewTiles.getAllIds()){const n=this._inViewTiles.getTileById(t);this._setTileReloadTimer(t,n)}}refreshTiles(t){for(const n of this._inViewTiles.getAllIds()){const a=this._inViewTiles.getTileById(n);(this._inViewTiles.isIdRenderable(n)||a.state=="errored")&&t.some((l=>l.equals(a.tileID.canonical)))&&this._reloadTile(n,"expired")}}_removeTile(t){const n=this._inViewTiles.getTileById(t);n&&(n.uses--,this._inViewTiles.deleteTileById(t),this._clearTileReloadTimer(t),n.uses>0||(n.hasData()&&n.state!=="reloading"?this._outOfViewCache.add(n.tileID,n,n.getExpiryTimeout()):(n.aborted=!0,this._abortTile(n),this._unloadTile(n))))}_dataHandler(t){t.dataType==="source"&&(t.sourceDataType!=="metadata"?t.sourceDataType==="content"&&this._sourceLoaded&&!this._paused&&(this.reload(t.sourceDataChanged,t.shouldReloadTileOptions),this.transform&&this.update(this.transform,this.terrain),this._didEmitContent=!0):this._sourceLoaded=!0)}clearTiles(){this._shouldReloadOnResume=!1,this._paused=!1;for(const t of this._inViewTiles.getAllIds())this._removeTile(t);this._outOfViewCache.reset()}tilesIn(t,n,a){const l=[],p=this.transform;if(!p)return l;const m=p.getCoveringTilesDetailsProvider().allowWorldCopies(),_=a?p.getCameraQueryGeometry(t):t,v=D=>p.screenPointToMercatorCoordinate(D,this.terrain),b=this.transformBbox(t,v,!m),T=this.transformBbox(_,v,!m),C=this.getIds(),I=c.aa.fromPoints(T);for(let D=0;D<C.length;D++){const R=this._inViewTiles.getTileById(C[D]);if(R.holdingForSymbolFade())continue;const N=m?[R.tileID]:[R.tileID.unwrapTo(-1),R.tileID.unwrapTo(0)],U=Math.pow(2,p.zoom-R.tileID.overscaledZ),j=n*R.queryPadding*c.a5/R.tileSize/U;for(const $ of N){const Y=I.map((G=>$.getTilePoint(new c.a9(G.x,G.y))));if(Y.expandBy(j),Y.intersects(Ot)){const G=b.map((J=>$.getTilePoint(J))),H=T.map((J=>$.getTilePoint(J)));l.push({tile:R,tileID:m?$:$.unwrapTo(0),queryGeometry:G,cameraQueryGeometry:H,scale:U})}}}return l}transformBbox(t,n,a){let l=t.map(n);if(a){const p=c.aa.fromPoints(t);p.shrinkBy(.001*Math.min(p.width(),p.height()));const m=p.map(n);c.aa.fromPoints(l).covers(m)||(l=l.map((_=>_.x>.5?new c.a9(_.x-1,_.y,_.z):_)))}return l}getVisibleCoordinates(t){const n=this.getRenderableIds(t).map((a=>this._inViewTiles.getTileById(a).tileID));return this.transform&&this.transform.populateCache(n),n}hasTransition(){return!!this._source.hasTransition()||!(!xi(this._source.type)||!(function(t,n){if(n<=0)return!1;const a=at();for(const l of t.getAllTiles())if(l.fadeEndTime>=a)return!0;return!1})(this._inViewTiles,this._rasterFadeDuration))}setRasterFadeDuration(t){this._rasterFadeDuration=t}setFeatureState(t,n,a){this._state.updateState(t=t||c.ai,n,a)}removeFeatureState(t,n,a){this._state.removeFeatureState(t=t||c.ai,n,a)}getFeatureState(t,n){return this._state.getState(t=t||c.ai,n)}setDependencies(t,n,a){const l=this._inViewTiles.getTileById(t);l&&l.setDependencies(n,a)}reloadTilesForDependencies(t,n){for(const a of this._inViewTiles.getAllIds())this._inViewTiles.getTileById(a).hasDependency(t,n)&&this._reloadTile(a,"reloading");this._outOfViewCache.filter((a=>!a.hasDependency(t,n)))}areTilesLoaded(){for(const t of this._inViewTiles.getAllTiles())if(t.state!=="loaded"&&t.state!=="errored")return!1;return!0}}_r.maxUnderzooming=10,_r.maxOverzooming=3;class Fe{constructor(t,n){this.reset(t,n)}reset(t,n){this.points=t||[],this._distances=[0];for(let a=1;a<this.points.length;a++)this._distances[a]=this._distances[a-1]+this.points[a].dist(this.points[a-1]);this.length=this._distances[this._distances.length-1],this.padding=Math.min(n||0,.5*this.length),this.paddedLength=this.length-2*this.padding}lerp(t){if(this.points.length===1)return this.points[0];t=c.an(t,0,1);let n=1,a=this._distances[n];const l=t*this.paddedLength+this.padding;for(;a<l&&n<this._distances.length;)a=this._distances[++n];const p=n-1,m=this._distances[p],_=a-m,v=_>0?(l-m)/_:0;return this.points[p].mult(1-v).add(this.points[n].mult(v))}}function ht(d,t){let n=!0;return d==="always"||d!=="never"&&t!=="never"||(n=!1),n}class dt{constructor(t,n,a){const l=this.boxCells=[],p=this.circleCells=[];this.xCellCount=Math.ceil(t/a),this.yCellCount=Math.ceil(n/a);for(let m=0;m<this.xCellCount*this.yCellCount;m++)l.push([]),p.push([]);this.circleKeys=[],this.boxKeys=[],this.bboxes=[],this.circles=[],this.width=t,this.height=n,this.xScale=this.xCellCount/t,this.yScale=this.yCellCount/n,this.boxUid=0,this.circleUid=0}keysLength(){return this.boxKeys.length+this.circleKeys.length}insert(t,n,a,l,p){this._forEachCell(n,a,l,p,this._insertBoxCell,this.boxUid++),this.boxKeys.push(t),this.bboxes.push(n),this.bboxes.push(a),this.bboxes.push(l),this.bboxes.push(p)}insertCircle(t,n,a,l){this._forEachCell(n-l,a-l,n+l,a+l,this._insertCircleCell,this.circleUid++),this.circleKeys.push(t),this.circles.push(n),this.circles.push(a),this.circles.push(l)}_insertBoxCell(t,n,a,l,p,m){this.boxCells[p].push(m)}_insertCircleCell(t,n,a,l,p,m){this.circleCells[p].push(m)}_query(t,n,a,l,p,m,_){if(a<0||t>this.width||l<0||n>this.height)return[];const v=[];if(t<=0&&n<=0&&this.width<=a&&this.height<=l){if(p)return[{key:null,x1:t,y1:n,x2:a,y2:l}];for(let b=0;b<this.boxKeys.length;b++)v.push({key:this.boxKeys[b],x1:this.bboxes[4*b],y1:this.bboxes[4*b+1],x2:this.bboxes[4*b+2],y2:this.bboxes[4*b+3]});for(let b=0;b<this.circleKeys.length;b++){const T=this.circles[3*b],C=this.circles[3*b+1],I=this.circles[3*b+2];v.push({key:this.circleKeys[b],x1:T-I,y1:C-I,x2:T+I,y2:C+I})}}else this._forEachCell(t,n,a,l,this._queryCell,v,{hitTest:p,overlapMode:m,seenUids:{box:{},circle:{}}},_);return v}query(t,n,a,l){return this._query(t,n,a,l,!1,null)}hitTest(t,n,a,l,p,m){return this._query(t,n,a,l,!0,p,m).length>0}hitTestCircle(t,n,a,l,p){const m=t-a,_=t+a,v=n-a,b=n+a;if(_<0||m>this.width||b<0||v>this.height)return!1;const T=[];return this._forEachCell(m,v,_,b,this._queryCellCircle,T,{hitTest:!0,overlapMode:l,circle:{x:t,y:n,radius:a},seenUids:{box:{},circle:{}}},p),T.length>0}_queryCell(t,n,a,l,p,m,_,v){const{seenUids:b,hitTest:T,overlapMode:C}=_,I=this.boxCells[p];if(I!==null){const R=this.bboxes;for(const N of I)if(!b.box[N]){b.box[N]=!0;const U=4*N,j=this.boxKeys[N];if(t<=R[U+2]&&n<=R[U+3]&&a>=R[U+0]&&l>=R[U+1]&&(!v||v(j))&&(!T||!ht(C,j.overlapMode))&&(m.push({key:j,x1:R[U],y1:R[U+1],x2:R[U+2],y2:R[U+3]}),T))return!0}}const D=this.circleCells[p];if(D!==null){const R=this.circles;for(const N of D)if(!b.circle[N]){b.circle[N]=!0;const U=3*N,j=this.circleKeys[N];if(this._circleAndRectCollide(R[U],R[U+1],R[U+2],t,n,a,l)&&(!v||v(j))&&(!T||!ht(C,j.overlapMode))){const $=R[U],Y=R[U+1],G=R[U+2];if(m.push({key:j,x1:$-G,y1:Y-G,x2:$+G,y2:Y+G}),T)return!0}}}return!1}_queryCellCircle(t,n,a,l,p,m,_,v){const{circle:b,seenUids:T,overlapMode:C}=_,I=this.boxCells[p];if(I!==null){const R=this.bboxes;for(const N of I)if(!T.box[N]){T.box[N]=!0;const U=4*N,j=this.boxKeys[N];if(this._circleAndRectCollide(b.x,b.y,b.radius,R[U+0],R[U+1],R[U+2],R[U+3])&&(!v||v(j))&&!ht(C,j.overlapMode))return m.push(!0),!0}}const D=this.circleCells[p];if(D!==null){const R=this.circles;for(const N of D)if(!T.circle[N]){T.circle[N]=!0;const U=3*N,j=this.circleKeys[N];if(this._circlesCollide(R[U],R[U+1],R[U+2],b.x,b.y,b.radius)&&(!v||v(j))&&!ht(C,j.overlapMode))return m.push(!0),!0}}}_forEachCell(t,n,a,l,p,m,_,v){const b=this._convertToXCellCoord(t),T=this._convertToYCellCoord(n),C=this._convertToXCellCoord(a),I=this._convertToYCellCoord(l);for(let D=b;D<=C;D++)for(let R=T;R<=I;R++)if(p.call(this,t,n,a,l,this.xCellCount*R+D,m,_,v))return}_convertToXCellCoord(t){return Math.max(0,Math.min(this.xCellCount-1,Math.floor(t*this.xScale)))}_convertToYCellCoord(t){return Math.max(0,Math.min(this.yCellCount-1,Math.floor(t*this.yScale)))}_circlesCollide(t,n,a,l,p,m){const _=l-t,v=p-n,b=a+m;return b*b>_*_+v*v}_circleAndRectCollide(t,n,a,l,p,m,_){const v=(m-l)/2,b=Math.abs(t-(l+v));if(b>v+a)return!1;const T=(_-p)/2,C=Math.abs(n-(p+T));if(C>T+a)return!1;if(b<=v||C<=T)return!0;const I=b-v,D=C-T;return I*I+D*D<=a*a}}function lr(d,t,n){const a=c.N();if(!d){const{vecSouth:C,vecEast:I}=Hr(t),D=vt();D[0]=I[0],D[1]=I[1],D[2]=C[0],D[3]=C[1],l=D,(T=(m=(p=D)[0])*(b=p[3])-(v=p[2])*(_=p[1]))&&(l[0]=b*(T=1/T),l[1]=-_*T,l[2]=-v*T,l[3]=m*T),a[0]=D[0],a[1]=D[1],a[4]=D[2],a[5]=D[3]}var l,p,m,_,v,b,T;return c.Q(a,a,[1/n,1/n,1]),a}function Ma(d,t,n,a){if(d){const l=c.N();if(!t){const{vecSouth:p,vecEast:m}=Hr(n);l[0]=m[0],l[1]=m[1],l[4]=p[0],l[5]=p[1]}return c.Q(l,l,[a,a,1]),l}return n.pixelsToClipSpaceMatrix}function Hr(d){const t=Math.cos(d.rollInRadians),n=Math.sin(d.rollInRadians),a=Math.cos(d.pitchInRadians),l=Math.cos(d.bearingInRadians),p=Math.sin(d.bearingInRadians),m=c.aC();m[0]=-l*a*n-p*t,m[1]=-p*a*n+l*t;const _=c.aD(m);_<1e-9?c.aE(m):c.aF(m,m,1/_);const v=c.aC();v[0]=l*a*t-p*n,v[1]=p*a*t+l*n;const b=c.aD(v);return b<1e-9?c.aE(v):c.aF(v,v,1/b),{vecEast:v,vecSouth:m}}function lt(d,t,n,a){let l;a?(l=[d,t,a(d,t),1],c.aH(l,l,n)):(l=[d,t,0,1],Aa(l,l,n));const p=l[3];return{point:new c.P(l[0]/p,l[1]/p),signedDistanceFromCamera:p,isOccluded:!1}}function zs(d,t){return .5+d/t*.5}function ks(d,t){return d.x>=-t[0]&&d.x<=t[0]&&d.y>=-t[1]&&d.y<=t[1]}function Ca(d,t,n,a,l,p,m,_,v,b,T,C,I){const D=n?d.textSizeData:d.iconSizeData,R=c.ay(D,t.transform.zoom),N=[256/t.width*2+1,256/t.height*2+1],U=n?d.text.dynamicLayoutVertexArray:d.icon.dynamicLayoutVertexArray;U.clear();const j=d.lineVertexArray,$=n?d.text.placedSymbolArray:d.icon.placedSymbolArray,Y=t.transform.width/t.transform.height;let G=!1;for(let H=0;H<$.length;H++){const J=$.get(H);if(J.hidden||J.writingMode===c.az.vertical&&!G){Sn(J.numGlyphs,U);continue}G=!1;const W=new c.P(J.anchorX,J.anchorY),te={getElevation:I,pitchedLabelPlaneMatrix:a,lineVertexArray:j,pitchWithMap:p,projectionCache:{projections:{},offsets:{},cachedAnchorPoint:void 0,anyProjectionOccluded:!1},transform:t.transform,tileAnchorPoint:W,unwrappedTileID:v,width:b,height:T,translation:C},pe=es(J.anchorX,J.anchorY,te);if(!ks(pe.point,N)){Sn(J.numGlyphs,U);continue}const oe=zs(t.transform.cameraToCenterDistance,pe.signedDistanceFromCamera),ce=c.aA(D,R,J),ue=p?ce*t.transform.getPitchedTextCorrection(J.anchorX,J.anchorY,v)/oe:ce*oe,Ce=Qn({projectionContext:te,pitchedLabelPlaneMatrixInverse:l,symbol:J,fontSize:ue,flip:!1,keepUpright:m,glyphOffsetArray:d.glyphOffsetArray,dynamicLayoutVertexArray:U,aspectRatio:Y,rotateToLine:_});G=Ce.useVertical,(Ce.notEnoughRoom||G||Ce.needsFlipping&&Qn({projectionContext:te,pitchedLabelPlaneMatrixInverse:l,symbol:J,fontSize:ue,flip:!0,keepUpright:m,glyphOffsetArray:d.glyphOffsetArray,dynamicLayoutVertexArray:U,aspectRatio:Y,rotateToLine:_}).notEnoughRoom)&&Sn(J.numGlyphs,U)}n?d.text.dynamicLayoutVertexBuffer.updateData(U):d.icon.dynamicLayoutVertexBuffer.updateData(U)}function Jn(d,t,n,a,l,p,m,_){const v=p.glyphStartIndex+p.numGlyphs,b=p.lineStartIndex,T=p.lineStartIndex+p.lineLength,C=t.getoffsetX(p.glyphStartIndex),I=t.getoffsetX(v-1),D=Cr(d*C,n,a,l,p.segment,b,T,_,m);if(!D)return null;const R=Cr(d*I,n,a,l,p.segment,b,T,_,m);return R?_.projectionCache.anyProjectionOccluded?null:{first:D,last:R}:null}function Ls(d,t,n,a){return d===c.az.horizontal&&Math.abs(n.y-t.y)>Math.abs(n.x-t.x)*a?{useVertical:!0}:(d===c.az.vertical?t.y<n.y:t.x>n.x)?{needsFlipping:!0}:null}function Qn(d){const{projectionContext:t,pitchedLabelPlaneMatrixInverse:n,symbol:a,fontSize:l,flip:p,keepUpright:m,glyphOffsetArray:_,dynamicLayoutVertexArray:v,aspectRatio:b,rotateToLine:T}=d,C=l/24,I=a.lineOffsetX*C,D=a.lineOffsetY*C;let R;if(a.numGlyphs>1){const N=a.glyphStartIndex+a.numGlyphs,U=a.lineStartIndex,j=a.lineStartIndex+a.lineLength,$=Jn(C,_,I,D,p,a,T,t);if(!$)return{notEnoughRoom:!0};const Y=Ea($.first.point.x,$.first.point.y,t,n),G=Ea($.last.point.x,$.last.point.y,t,n);if(m&&!p){const H=Ls(a.writingMode,Y,G,b);if(H)return H}R=[$.first];for(let H=a.glyphStartIndex+1;H<N-1;H++){const J=Cr(C*_.getoffsetX(H),I,D,p,a.segment,U,j,t,T);if(!J)return{notEnoughRoom:!0};R.push(J)}R.push($.last)}else{if(m&&!p){const U=Lt(t.tileAnchorPoint.x,t.tileAnchorPoint.y,t).point,j=a.lineStartIndex+a.segment+1,$=new c.P(t.lineVertexArray.getx(j),t.lineVertexArray.gety(j)),Y=Lt($.x,$.y,t),G=Y.signedDistanceFromCamera>0?Y.point:Rs(t.tileAnchorPoint,$,U,1,t),H=Ea(U.x,U.y,t,n),J=Ea(G.x,G.y,t,n),W=Ls(a.writingMode,H,J,b);if(W)return W}const N=Cr(C*_.getoffsetX(a.glyphStartIndex),I,D,p,a.segment,a.lineStartIndex,a.lineStartIndex+a.lineLength,t,T);if(!N||t.projectionCache.anyProjectionOccluded)return{notEnoughRoom:!0};R=[N]}for(const N of R)c.aG(v,N.point,N.angle);return{}}function Rs(d,t,n,a,l){const p=d.add(d.sub(t)._unit()),m=Lt(p.x,p.y,l).point,_=n.sub(m);return n.add(_._mult(a/_.mag()))}function Yi(d,t,n){const a=t.projectionCache;if(a.projections[d])return a.projections[d];const l=new c.P(t.lineVertexArray.getx(d),t.lineVertexArray.gety(d)),p=Lt(l.x,l.y,t);if(p.signedDistanceFromCamera>0)return a.projections[d]=p.point,a.anyProjectionOccluded=a.anyProjectionOccluded||p.isOccluded,p.point;const m=d-n.direction;return Rs(n.distanceFromAnchor===0?t.tileAnchorPoint:new c.P(t.lineVertexArray.getx(m),t.lineVertexArray.gety(m)),l,n.previousVertex,n.absOffsetX-n.distanceFromAnchor+1,t)}function Lt(d,t,n){const a=d+n.translation[0],l=t+n.translation[1];let p;return n.pitchWithMap?(p=lt(a,l,n.pitchedLabelPlaneMatrix,n.getElevation),p.isOccluded=!1):(p=n.transform.projectTileCoordinates(a,l,n.unwrappedTileID,n.getElevation),p.point.x=(.5*p.point.x+.5)*n.width,p.point.y=(.5*-p.point.y+.5)*n.height),p}function Ea(d,t,n,a){if(n.pitchWithMap){const l=[d,t,0,1];return c.aH(l,l,a),n.transform.projectTileCoordinates(l[0]/l[3],l[1]/l[3],n.unwrappedTileID,n.getElevation).point}return{x:d/n.width*2-1,y:1-t/n.height*2}}function es(d,t,n){return n.transform.projectTileCoordinates(d,t,n.unwrappedTileID,n.getElevation)}function Fs(d,t,n){return d._unit()._perp()._mult(t*n)}function Tn(d,t,n,a,l,p,m,_,v){if(_.projectionCache.offsets[d])return _.projectionCache.offsets[d];const b=n.add(t);if(d+v.direction<a||d+v.direction>=l)return _.projectionCache.offsets[d]=b,b;const T=Yi(d+v.direction,_,v),C=Fs(T.sub(n),m,v.direction),I=n.add(C),D=T.add(C);return _.projectionCache.offsets[d]=c.aI(p,b,I,D)||b,_.projectionCache.offsets[d]}function Cr(d,t,n,a,l,p,m,_,v){const b=a?d-t:d+t;let T=b>0?1:-1,C=0;a&&(T*=-1,C=Math.PI),T<0&&(C+=Math.PI);let I,D=T>0?p+l:p+l+1;_.projectionCache.cachedAnchorPoint?I=_.projectionCache.cachedAnchorPoint:(I=Lt(_.tileAnchorPoint.x,_.tileAnchorPoint.y,_).point,_.projectionCache.cachedAnchorPoint=I);let R,N,U=I,j=I,$=0,Y=0;const G=Math.abs(b),H=[];let J;for(;$+Y<=G;){if(D+=T,D<p||D>=m)return null;$+=Y,j=U,N=R;const pe={absOffsetX:G,direction:T,distanceFromAnchor:$,previousVertex:j};if(U=Yi(D,_,pe),n===0)H.push(j),J=U.sub(j);else{let oe;const ce=U.sub(j);oe=ce.mag()===0?Fs(Yi(D+T,_,pe).sub(U),n,T):Fs(ce,n,T),N||(N=j.add(oe)),R=Tn(D,oe,U,p,m,N,n,_,pe),H.push(N),J=R.sub(N)}Y=J.mag()}const W=J._mult((G-$)/Y)._add(N||j),te=C+Math.atan2(U.y-j.y,U.x-j.x);return H.push(W),{point:W,angle:v?te:0,path:H}}const tc=new Float32Array([-1/0,-1/0,0,-1/0,-1/0,0,-1/0,-1/0,0,-1/0,-1/0,0]);function Sn(d,t){for(let n=0;n<d;n++){const a=t.length;t.resize(a+4),t.float32.set(tc,3*a)}}function Aa(d,t,n){const a=t[0],l=t[1];return d[0]=n[0]*a+n[4]*l+n[12],d[1]=n[1]*a+n[5]*l+n[13],d[3]=n[3]*a+n[7]*l+n[15],d}const si=100;class ic{constructor(t,n=new dt(t.width+200,t.height+200,25),a=new dt(t.width+200,t.height+200,25)){this.transform=t,this.grid=n,this.ignoredGrid=a,this.pitchFactor=Math.cos(t.pitch*Math.PI/180)*t.cameraToCenterDistance,this.screenRightBoundary=t.width+si,this.screenBottomBoundary=t.height+si,this.gridRightBoundary=t.width+200,this.gridBottomBoundary=t.height+200,this.perspectiveRatioCutoff=.6}placeCollisionBox(t,n,a,l,p,m,_,v,b,T,C,I){const D=this.projectAndGetPerspectiveRatio(t.anchorPointX+v[0],t.anchorPointY+v[1],p,T,I),R=a*D.perspectiveRatio;let N;if(m||_)N=this._projectCollisionBox(t,R,l,p,m,_,v,D,T,C,I);else{const J=D.x+(C?C.x*R:0),W=D.y+(C?C.y*R:0);N={allPointsOccluded:!1,box:[J+t.x1*R,W+t.y1*R,J+t.x2*R,W+t.y2*R]}}const[U,j,$,Y]=N.box,G=m?N.allPointsOccluded:D.isOccluded;let H=G;return H||(H=D.perspectiveRatio<this.perspectiveRatioCutoff),H||(H=!this.isInsideGrid(U,j,$,Y)),H||n!=="always"&&this.grid.hitTest(U,j,$,Y,n,b)?{box:[U,j,$,Y],placeable:!1,offscreen:!1,occluded:G}:{box:[U,j,$,Y],placeable:!0,offscreen:this.isOffscreen(U,j,$,Y),occluded:G}}placeCollisionCircles(t,n,a,l,p,m,_,v,b,T,C,I,D,R){const N=[],U=new c.P(n.anchorX,n.anchorY),j=this.getPerspectiveRatio(U.x,U.y,m,R),$=(b?p*this.transform.getPitchedTextCorrection(n.anchorX,n.anchorY,m)/j:p*j)/c.aM,Y={getElevation:R,pitchedLabelPlaneMatrix:_,lineVertexArray:a,pitchWithMap:b,projectionCache:{projections:{},offsets:{},cachedAnchorPoint:void 0,anyProjectionOccluded:!1},transform:this.transform,tileAnchorPoint:U,unwrappedTileID:m,width:this.transform.width,height:this.transform.height,translation:D},G=Jn($,l,n.lineOffsetX*$,n.lineOffsetY*$,!1,n,!1,Y);let H=!1,J=!1,W=!0;if(G){const te=.5*C*j+I,pe=new c.P(-100,-100),oe=new c.P(this.screenRightBoundary,this.screenBottomBoundary),ce=new Fe,ue=G.first,Ce=G.last;let Ee=[];for(let nt=ue.path.length-1;nt>=1;nt--)Ee.push(ue.path[nt]);for(let nt=1;nt<Ce.path.length;nt++)Ee.push(Ce.path[nt]);const we=2.5*te;if(b){const nt=this.projectPathToScreenSpace(Ee,Y);Ee=nt.some((zt=>zt.signedDistanceFromCamera<=0))?[]:nt.map((zt=>zt.point))}let ke=[];if(Ee.length>0){const nt=Ee[0].clone(),zt=Ee[0].clone();for(let Wt=1;Wt<Ee.length;Wt++)nt.x=Math.min(nt.x,Ee[Wt].x),nt.y=Math.min(nt.y,Ee[Wt].y),zt.x=Math.max(zt.x,Ee[Wt].x),zt.y=Math.max(zt.y,Ee[Wt].y);ke=nt.x>=pe.x&&zt.x<=oe.x&&nt.y>=pe.y&&zt.y<=oe.y?[Ee]:zt.x<pe.x||nt.x>oe.x||zt.y<pe.y||nt.y>oe.y?[]:c.aJ([Ee],pe.x,pe.y,oe.x,oe.y)}for(const nt of ke){ce.reset(nt,.25*te);let zt=0;zt=ce.length<=.5*te?1:Math.ceil(ce.paddedLength/we)+1;for(let Wt=0;Wt<zt;Wt++){const jt=Wt/Math.max(zt-1,1),Yt=ce.lerp(jt),Ut=Yt.x+si,oi=Yt.y+si;N.push(Ut,oi,te,0);const Kt=Ut-te,Ci=oi-te,_i=Ut+te,mi=oi+te;if(W=W&&this.isOffscreen(Kt,Ci,_i,mi),J=J||this.isInsideGrid(Kt,Ci,_i,mi),t!=="always"&&this.grid.hitTestCircle(Ut,oi,te,t,T)&&(H=!0,!v))return{circles:[],offscreen:!1,collisionDetected:H}}}}return{circles:!v&&H||!J||j<this.perspectiveRatioCutoff?[]:N,offscreen:W,collisionDetected:H}}projectPathToScreenSpace(t,n){const a=(function(l,p){const m=c.N();return c.aB(m,p.pitchedLabelPlaneMatrix),l.map((_=>{const v=lt(_.x,_.y,m,p.getElevation),b=p.transform.projectTileCoordinates(v.point.x,v.point.y,p.unwrappedTileID,p.getElevation);return b.point.x=(.5*b.point.x+.5)*p.width,b.point.y=(.5*-b.point.y+.5)*p.height,b}))})(t,n);return(function(l){let p=0,m=0,_=0,v=0;for(let b=0;b<l.length;b++)l[b].isOccluded?(_=b+1,v=0):(v++,v>m&&(m=v,p=_));return l.slice(p,p+m)})(a)}queryRenderedSymbols(t){if(t.length===0||this.grid.keysLength()===0&&this.ignoredGrid.keysLength()===0)return{};const n=[],a=new c.aa;for(const C of t){const I=new c.P(C.x+si,C.y+si);a.extend(I),n.push(I)}const{minX:l,minY:p,maxX:m,maxY:_}=a,v=this.grid.query(l,p,m,_).concat(this.ignoredGrid.query(l,p,m,_)),b={},T={};for(const C of v){const I=C.key;if(b[I.bucketInstanceId]===void 0&&(b[I.bucketInstanceId]={}),b[I.bucketInstanceId][I.featureIndex])continue;const D=[new c.P(C.x1,C.y1),new c.P(C.x2,C.y1),new c.P(C.x2,C.y2),new c.P(C.x1,C.y2)];c.aK(n,D)&&(b[I.bucketInstanceId][I.featureIndex]=!0,T[I.bucketInstanceId]===void 0&&(T[I.bucketInstanceId]=[]),T[I.bucketInstanceId].push(I.featureIndex))}return T}insertCollisionBox(t,n,a,l,p,m){(a?this.ignoredGrid:this.grid).insert({bucketInstanceId:l,featureIndex:p,collisionGroupID:m,overlapMode:n},t[0],t[1],t[2],t[3])}insertCollisionCircles(t,n,a,l,p,m){const _=a?this.ignoredGrid:this.grid,v={bucketInstanceId:l,featureIndex:p,collisionGroupID:m,overlapMode:n};for(let b=0;b<t.length;b+=4)_.insertCircle(v,t[b],t[b+1],t[b+2])}projectAndGetPerspectiveRatio(t,n,a,l,p){if(p){let m;l?(m=[t,n,l(t,n),1],c.aH(m,m,p)):(m=[t,n,0,1],Aa(m,m,p));const _=m[3];return{x:(m[0]/_+1)/2*this.transform.width+si,y:(-m[1]/_+1)/2*this.transform.height+si,perspectiveRatio:.5+this.transform.cameraToCenterDistance/_*.5,isOccluded:!1,signedDistanceFromCamera:_}}{const m=this.transform.projectTileCoordinates(t,n,a,l);return{x:(m.point.x+1)/2*this.transform.width+si,y:(1-m.point.y)/2*this.transform.height+si,perspectiveRatio:.5+this.transform.cameraToCenterDistance/m.signedDistanceFromCamera*.5,isOccluded:m.isOccluded,signedDistanceFromCamera:m.signedDistanceFromCamera}}}getPerspectiveRatio(t,n,a,l){const p=this.transform.projectTileCoordinates(t,n,a,l);return .5+this.transform.cameraToCenterDistance/p.signedDistanceFromCamera*.5}isOffscreen(t,n,a,l){return a<si||t>=this.screenRightBoundary||l<si||n>this.screenBottomBoundary}isInsideGrid(t,n,a,l){return a>=0&&t<this.gridRightBoundary&&l>=0&&n<this.gridBottomBoundary}getViewportMatrix(){const t=c.ar([]);return c.O(t,t,[-100,-100,0]),t}_projectCollisionBox(t,n,a,l,p,m,_,v,b,T,C){let I=1,D=0,R=0,N=1;const U=t.anchorPointX+_[0],j=t.anchorPointY+_[1];if(m&&!p){const Ee=this.projectAndGetPerspectiveRatio(U+1,j,l,b,C),we=Ee.x-v.x,ke=Math.atan((Ee.y-v.y)/we)+(we<0?Math.PI:0),nt=Math.sin(ke),zt=Math.cos(ke);I=zt,D=nt,R=-nt,N=zt}else if(!m&&p){const Ee=Hr(this.transform);I=Ee.vecEast[0],D=Ee.vecEast[1],R=Ee.vecSouth[0],N=Ee.vecSouth[1]}let $=v.x,Y=v.y,G=n;p&&($=U,Y=j,G=Math.pow(2,-(this.transform.zoom-a.overscaledZ)),G*=this.transform.getPitchedTextCorrection(U,j,l),T||(G*=c.an(.5+v.signedDistanceFromCamera/this.transform.cameraToCenterDistance*.5,0,4))),T&&($+=I*T.x*G+R*T.y*G,Y+=D*T.x*G+N*T.y*G);const H=t.x1*G,J=t.x2*G,W=(H+J)/2,te=t.y1*G,pe=t.y2*G,oe=(te+pe)/2,ce=[{offsetX:H,offsetY:te},{offsetX:W,offsetY:te},{offsetX:J,offsetY:te},{offsetX:J,offsetY:oe},{offsetX:J,offsetY:pe},{offsetX:W,offsetY:pe},{offsetX:H,offsetY:pe},{offsetX:H,offsetY:oe}];let ue=[];for(const{offsetX:Ee,offsetY:we}of ce)ue.push(new c.P($+I*Ee+R*we,Y+D*Ee+N*we));let Ce=!1;if(p){const Ee=ue.map((we=>this.projectAndGetPerspectiveRatio(we.x,we.y,l,b,C)));Ce=Ee.some((we=>!we.isOccluded)),ue=Ee.map((we=>new c.P(we.x,we.y)))}else Ce=!0;return{box:c.aL(ue),allPointsOccluded:!Ce}}}class rc{constructor(t,n,a,l){this.opacity=t?Math.max(0,Math.min(1,t.opacity+(t.placed?n:-n))):l&&a?1:0,this.placed=a}isHidden(){return this.opacity===0&&!this.placed}}class Bs{constructor(t,n,a,l,p){this.text=new rc(t?t.text:null,n,a,p),this.icon=new rc(t?t.icon:null,n,l,p)}isHidden(){return this.text.isHidden()&&this.icon.isHidden()}}class nc{constructor(t,n,a){this.text=t,this.icon=n,this.skipFade=a}}class sc{constructor(t,n,a,l,p){this.bucketInstanceId=t,this.featureIndex=n,this.sourceLayerIndex=a,this.bucketIndex=l,this.tileID=p}}class ac{constructor(t){this.crossSourceCollisions=t,this.maxGroupID=0,this.collisionGroups={}}get(t){if(this.crossSourceCollisions)return{ID:0,predicate:null};if(!this.collisionGroups[t]){const n=++this.maxGroupID;this.collisionGroups[t]={ID:n,predicate:a=>a.collisionGroupID===n}}return this.collisionGroups[t]}}function Da(d,t,n,a,l){const{horizontalAlign:p,verticalAlign:m}=c.aS(d);return new c.P(-(p-.5)*t+a[0]*l,-(m-.5)*n+a[1]*l)}class Vo{constructor(t,n,a,l,p){this.transform=t.clone(),this.terrain=n,this.collisionIndex=new ic(this.transform),this.placements={},this.opacities={},this.variableOffsets={},this.stale=!1,this.commitTime=0,this.fadeDuration=a,this.retainedQueryData={},this.collisionGroups=new ac(l),this.collisionCircleArrays={},this.collisionBoxArrays=new Map,this.prevPlacement=p,p&&(p.prevPlacement=void 0),this.placedOrientations={}}_getTerrainElevationFunc(t){const n=this.terrain;return n?(a,l)=>n.getElevation(t,a,l):null}getBucketParts(t,n,a,l){const p=a.getBucket(n),m=a.latestFeatureIndex;if(!p||!m||n.id!==p.layerIds[0])return;const _=a.collisionBoxArray,v=p.layers[0].layout,b=p.layers[0].paint,T=Math.pow(2,this.transform.zoom-a.tileID.overscaledZ),C=a.tileSize/c.a5,I=a.tileID.toUnwrapped(),D=v.get("text-rotation-alignment")==="map",R=c.aN(a,1,this.transform.zoom),N=c.aO(this.collisionIndex.transform,a,b.get("text-translate"),b.get("text-translate-anchor")),U=c.aO(this.collisionIndex.transform,a,b.get("icon-translate"),b.get("icon-translate-anchor")),j=lr(D,this.transform,R);this.retainedQueryData[p.bucketInstanceId]=new sc(p.bucketInstanceId,m,p.sourceLayerIndex,p.index,a.tileID);const $={bucket:p,layout:v,translationText:N,translationIcon:U,unwrappedTileID:I,pitchedLabelPlaneMatrix:j,scale:T,textPixelRatio:C,holdingForFade:a.holdingForSymbolFade(),collisionBoxArray:_,partiallyEvaluatedTextSize:c.ay(p.textSizeData,this.transform.zoom),collisionGroup:this.collisionGroups.get(p.sourceID)};if(l)for(const Y of p.sortKeyRanges){const{sortKey:G,symbolInstanceStart:H,symbolInstanceEnd:J}=Y;t.push({sortKey:G,symbolInstanceStart:H,symbolInstanceEnd:J,parameters:$})}else t.push({symbolInstanceStart:0,symbolInstanceEnd:p.symbolInstances.length,parameters:$})}attemptAnchorPlacement(t,n,a,l,p,m,_,v,b,T,C,I,D,R,N,U,j,$,Y,G){const H=c.aP[t.textAnchor],J=[t.textOffset0,t.textOffset1],W=Da(H,a,l,J,p),te=this.collisionIndex.placeCollisionBox(n,I,v,b,T,_,m,U,C.predicate,Y,W,G);if((!$||this.collisionIndex.placeCollisionBox($,I,v,b,T,_,m,j,C.predicate,Y,W,G).placeable)&&te.placeable){let pe;if(this.prevPlacement&&this.prevPlacement.variableOffsets[D.crossTileID]&&this.prevPlacement.placements[D.crossTileID]&&this.prevPlacement.placements[D.crossTileID].text&&(pe=this.prevPlacement.variableOffsets[D.crossTileID].anchor),D.crossTileID===0)throw new Error("symbolInstance.crossTileID can't be 0");return this.variableOffsets[D.crossTileID]={textOffset:J,width:a,height:l,anchor:H,textBoxScale:p,prevAnchor:pe},this.markUsedJustification(R,H,D,N),R.allowVerticalPlacement&&(this.markUsedOrientation(R,N,D),this.placedOrientations[D.crossTileID]=N),{shift:W,placedGlyphBoxes:te}}}placeLayerBucketPart(t,n,a){const{bucket:l,layout:p,translationText:m,translationIcon:_,unwrappedTileID:v,pitchedLabelPlaneMatrix:b,textPixelRatio:T,holdingForFade:C,collisionBoxArray:I,partiallyEvaluatedTextSize:D,collisionGroup:R}=t.parameters,N=p.get("text-optional"),U=p.get("icon-optional"),j=c.aQ(p,"text-overlap","text-allow-overlap"),$=j==="always",Y=c.aQ(p,"icon-overlap","icon-allow-overlap"),G=Y==="always",H=p.get("text-rotation-alignment")==="map",J=p.get("text-pitch-alignment")==="map",W=p.get("icon-text-fit")!=="none",te=p.get("symbol-z-order")==="viewport-y",pe=$&&(G||!l.hasIconData()||U),oe=G&&($||!l.hasTextData()||N);!l.collisionArrays&&I&&l.deserializeCollisionBoxes(I);const ce=this.retainedQueryData[l.bucketInstanceId].tileID,ue=this._getTerrainElevationFunc(ce),Ce=this.transform.getFastPathSimpleProjectionMatrix(ce),Ee=(we,ke,nt)=>{var zt,Wt;if(n[we.crossTileID])return;if(C)return void(this.placements[we.crossTileID]=new nc(!1,!1,!1));let jt=!1,Yt=!1,Ut=!0,oi=null,Kt={box:null,placeable:!1,offscreen:null,occluded:!1},Ci={placeable:!1},_i=null,mi=null,Bi=null,mn=0,Kr=0,Ur=0;ke.textFeatureIndex?mn=ke.textFeatureIndex:we.useRuntimeCollisionCircles&&(mn=we.featureIndex),ke.verticalTextFeatureIndex&&(Kr=ke.verticalTextFeatureIndex);const sr=ke.textBox;if(sr){const wr=qt=>{let Gt=c.az.horizontal;if(l.allowVerticalPlacement&&!qt&&this.prevPlacement){const Si=this.prevPlacement.placedOrientations[we.crossTileID];Si&&(this.placedOrientations[we.crossTileID]=Si,Gt=Si,this.markUsedOrientation(l,Gt,we))}return Gt},Gr=(qt,Gt)=>{if(l.allowVerticalPlacement&&we.numVerticalGlyphVertices>0&&ke.verticalTextBox){for(const Si of l.writingModes)if(Si===c.az.vertical?(Kt=Gt(),Ci=Kt):Kt=qt(),Kt&&Kt.placeable)break}else Kt=qt()},Lr=we.textAnchorOffsetStartIndex,Rr=we.textAnchorOffsetEndIndex;if(Rr===Lr){const qt=(Gt,Si)=>{const Pi=this.collisionIndex.placeCollisionBox(Gt,j,T,ce,v,J,H,m,R.predicate,ue,void 0,Ce);return Pi&&Pi.placeable&&(this.markUsedOrientation(l,Si,we),this.placedOrientations[we.crossTileID]=Si),Pi};Gr((()=>qt(sr,c.az.horizontal)),(()=>{const Gt=ke.verticalTextBox;return l.allowVerticalPlacement&&we.numVerticalGlyphVertices>0&&Gt?qt(Gt,c.az.vertical):{box:null,offscreen:null}})),wr(Kt&&Kt.placeable)}else{let qt=c.aP[(Wt=(zt=this.prevPlacement)===null||zt===void 0?void 0:zt.variableOffsets[we.crossTileID])===null||Wt===void 0?void 0:Wt.anchor];const Gt=(Pi,tu,iu)=>{const Un=Pi.x2-Pi.x1,lh=Pi.y2-Pi.y1,ru=we.textBoxScale,kl=W&&Y==="never"?tu:null;let gn=null,_n=j==="never"?1:2,yn="never";qt&&_n++;for(let Ll=0;Ll<_n;Ll++){for(let Rl=Lr;Rl<Rr;Rl++){const mo=l.textAnchorOffsets.get(Rl);if(qt&&mo.textAnchor!==qt)continue;const go=this.attemptAnchorPlacement(mo,Pi,Un,lh,ru,H,J,T,ce,v,R,yn,we,l,iu,m,_,kl,ue);if(go&&(gn=go.placedGlyphBoxes,gn&&gn.placeable))return jt=!0,oi=go.shift,gn}qt?qt=null:yn=j}return a&&!gn&&(gn={box:this.collisionIndex.placeCollisionBox(sr,"always",T,ce,v,J,H,m,R.predicate,ue,void 0,Ce).box,offscreen:!1,placeable:!1,occluded:!1}),gn};Gr((()=>Gt(sr,ke.iconBox,c.az.horizontal)),(()=>{const Pi=ke.verticalTextBox;return l.allowVerticalPlacement&&(!Kt||!Kt.placeable)&&we.numVerticalGlyphVertices>0&&Pi?Gt(Pi,ke.verticalIconBox,c.az.vertical):{box:null,occluded:!0,offscreen:null}})),Kt&&(jt=Kt.placeable,Ut=Kt.offscreen);const Si=wr(Kt&&Kt.placeable);if(!jt&&this.prevPlacement){const Pi=this.prevPlacement.variableOffsets[we.crossTileID];Pi&&(this.variableOffsets[we.crossTileID]=Pi,this.markUsedJustification(l,Pi.anchor,we,Si))}}}if(_i=Kt,jt=_i&&_i.placeable,Ut=_i&&_i.offscreen,we.useRuntimeCollisionCircles&&we.centerJustifiedTextSymbolIndex>=0){const wr=l.text.placedSymbolArray.get(we.centerJustifiedTextSymbolIndex),Gr=c.aA(l.textSizeData,D,wr),Lr=p.get("text-padding");mi=this.collisionIndex.placeCollisionCircles(j,wr,l.lineVertexArray,l.glyphOffsetArray,Gr,v,b,a,J,R.predicate,we.collisionCircleDiameter,Lr,m,ue),mi.circles.length&&mi.collisionDetected&&!a&&c.w("Collisions detected, but collision boxes are not shown"),jt=$||mi.circles.length>0&&!mi.collisionDetected,Ut=Ut&&mi.offscreen}if(ke.iconFeatureIndex&&(Ur=ke.iconFeatureIndex),ke.iconBox){const wr=Gr=>this.collisionIndex.placeCollisionBox(Gr,Y,T,ce,v,J,H,_,R.predicate,ue,W&&oi?oi:void 0,Ce);Ci&&Ci.placeable&&ke.verticalIconBox?(Bi=wr(ke.verticalIconBox),Yt=Bi.placeable):(Bi=wr(ke.iconBox),Yt=Bi.placeable),Ut=Ut&&Bi.offscreen}const Nn=N||we.numHorizontalGlyphVertices===0&&we.numVerticalGlyphVertices===0,_a=U||we.numIconVertices===0;Nn||_a?_a?Nn||(Yt=Yt&&jt):jt=Yt&&jt:Yt=jt=Yt&&jt;const jn=Yt&&Bi.placeable;if(jt&&_i.placeable&&this.collisionIndex.insertCollisionBox(_i.box,j,p.get("text-ignore-placement"),l.bucketInstanceId,Ci&&Ci.placeable&&Kr?Kr:mn,R.ID),jn&&this.collisionIndex.insertCollisionBox(Bi.box,Y,p.get("icon-ignore-placement"),l.bucketInstanceId,Ur,R.ID),mi&&jt&&this.collisionIndex.insertCollisionCircles(mi.circles,j,p.get("text-ignore-placement"),l.bucketInstanceId,mn,R.ID),a&&this.storeCollisionData(l.bucketInstanceId,nt,ke,_i,Bi,mi),we.crossTileID===0)throw new Error("symbolInstance.crossTileID can't be 0");if(l.bucketInstanceId===0)throw new Error("bucket.bucketInstanceId can't be 0");this.placements[we.crossTileID]=new nc((jt||pe)&&!_i?.occluded,(Yt||oe)&&!Bi?.occluded,Ut||l.justReloaded),n[we.crossTileID]=!0};if(te){if(t.symbolInstanceStart!==0)throw new Error("bucket.bucketInstanceId should be 0");const we=l.getSortedSymbolIndexes(-this.transform.bearingInRadians);for(let ke=we.length-1;ke>=0;--ke){const nt=we[ke];Ee(l.symbolInstances.get(nt),l.collisionArrays[nt],nt)}}else for(let we=t.symbolInstanceStart;we<t.symbolInstanceEnd;we++)Ee(l.symbolInstances.get(we),l.collisionArrays[we],we);l.justReloaded=!1}storeCollisionData(t,n,a,l,p,m){if(a.textBox||a.iconBox){let _,v;this.collisionBoxArrays.has(t)?_=this.collisionBoxArrays.get(t):(_=new Map,this.collisionBoxArrays.set(t,_)),_.has(n)?v=_.get(n):(v={text:null,icon:null},_.set(n,v)),a.textBox&&(v.text=l.box),a.iconBox&&(v.icon=p.box)}if(m){let _=this.collisionCircleArrays[t];_===void 0&&(_=this.collisionCircleArrays[t]=[]);for(let v=0;v<m.circles.length;v+=4)_.push(m.circles[v+0]-si),_.push(m.circles[v+1]-si),_.push(m.circles[v+2]),_.push(m.collisionDetected?1:0)}}markUsedJustification(t,n,a,l){let p;p=l===c.az.vertical?a.verticalPlacedTextSymbolIndex:{left:a.leftJustifiedTextSymbolIndex,center:a.centerJustifiedTextSymbolIndex,right:a.rightJustifiedTextSymbolIndex}[c.aR(n)];const m=[a.leftJustifiedTextSymbolIndex,a.centerJustifiedTextSymbolIndex,a.rightJustifiedTextSymbolIndex,a.verticalPlacedTextSymbolIndex];for(const _ of m)_>=0&&(t.text.placedSymbolArray.get(_).crossTileID=p>=0&&_!==p?0:a.crossTileID)}markUsedOrientation(t,n,a){const l=n===c.az.horizontal||n===c.az.horizontalOnly?n:0,p=n===c.az.vertical?n:0,m=[a.leftJustifiedTextSymbolIndex,a.centerJustifiedTextSymbolIndex,a.rightJustifiedTextSymbolIndex];for(const _ of m)t.text.placedSymbolArray.get(_).placedOrientation=l;a.verticalPlacedTextSymbolIndex&&(t.text.placedSymbolArray.get(a.verticalPlacedTextSymbolIndex).placedOrientation=p)}commit(t){this.commitTime=t,this.zoomAtLastRecencyCheck=this.transform.zoom;const n=this.prevPlacement;let a=!1;this.prevZoomAdjustment=n?n.zoomAdjustment(this.transform.zoom):0;const l=n?n.symbolFadeChange(t):1,p=n?n.opacities:{},m=n?n.variableOffsets:{},_=n?n.placedOrientations:{};for(const v in this.placements){const b=this.placements[v],T=p[v];T?(this.opacities[v]=new Bs(T,l,b.text,b.icon),a=a||b.text!==T.text.placed||b.icon!==T.icon.placed):(this.opacities[v]=new Bs(null,l,b.text,b.icon,b.skipFade),a=a||b.text||b.icon)}for(const v in p){const b=p[v];if(!this.opacities[v]){const T=new Bs(b,l,!1,!1);T.isHidden()||(this.opacities[v]=T,a=a||b.text.placed||b.icon.placed)}}for(const v in m)this.variableOffsets[v]||!this.opacities[v]||this.opacities[v].isHidden()||(this.variableOffsets[v]=m[v]);for(const v in _)this.placedOrientations[v]||!this.opacities[v]||this.opacities[v].isHidden()||(this.placedOrientations[v]=_[v]);if(n&&n.lastPlacementChangeTime===void 0)throw new Error("Last placement time for previous placement is not defined");a?this.lastPlacementChangeTime=t:typeof this.lastPlacementChangeTime!="number"&&(this.lastPlacementChangeTime=n?n.lastPlacementChangeTime:t)}updateLayerOpacities(t,n){const a={};for(const l of n){const p=l.getBucket(t);p&&l.latestFeatureIndex&&t.id===p.layerIds[0]&&this.updateBucketOpacities(p,l.tileID,a,l.collisionBoxArray)}}updateBucketOpacities(t,n,a,l){t.hasTextData()&&(t.text.opacityVertexArray.clear(),t.text.hasVisibleVertices=!1),t.hasIconData()&&(t.icon.opacityVertexArray.clear(),t.icon.hasVisibleVertices=!1),t.hasIconCollisionBoxData()&&t.iconCollisionBox.collisionVertexArray.clear(),t.hasTextCollisionBoxData()&&t.textCollisionBox.collisionVertexArray.clear();const p=t.layers[0],m=p.layout,_=new Bs(null,0,!1,!1,!0),v=m.get("text-allow-overlap"),b=m.get("icon-allow-overlap"),T=p._unevaluatedLayout.hasValue("text-variable-anchor")||p._unevaluatedLayout.hasValue("text-variable-anchor-offset"),C=m.get("text-rotation-alignment")==="map",I=m.get("text-pitch-alignment")==="map",D=m.get("icon-text-fit")!=="none",R=new Bs(null,0,v&&(b||!t.hasIconData()||m.get("icon-optional")),b&&(v||!t.hasTextData()||m.get("text-optional")),!0);!t.collisionArrays&&l&&(t.hasIconCollisionBoxData()||t.hasTextCollisionBoxData())&&t.deserializeCollisionBoxes(l);const N=(j,$,Y)=>{for(let G=0;G<$/4;G++)j.opacityVertexArray.emplaceBack(Y);j.hasVisibleVertices=j.hasVisibleVertices||Y!==Vs},U=this.collisionBoxArrays.get(t.bucketInstanceId);for(let j=0;j<t.symbolInstances.length;j++){const $=t.symbolInstances.get(j),{numHorizontalGlyphVertices:Y,numVerticalGlyphVertices:G,crossTileID:H}=$;let J=this.opacities[H];a[H]?J=_:J||(J=R,this.opacities[H]=J),a[H]=!0;const W=$.numIconVertices>0,te=this.placedOrientations[$.crossTileID],pe=te===c.az.vertical,oe=te===c.az.horizontal||te===c.az.horizontalOnly;if(Y>0||G>0){const ue=Go(J.text);N(t.text,Y,pe?Vs:ue),N(t.text,G,oe?Vs:ue);const Ce=J.text.isHidden();[$.rightJustifiedTextSymbolIndex,$.centerJustifiedTextSymbolIndex,$.leftJustifiedTextSymbolIndex].forEach((ke=>{ke>=0&&(t.text.placedSymbolArray.get(ke).hidden=Ce||pe?1:0)})),$.verticalPlacedTextSymbolIndex>=0&&(t.text.placedSymbolArray.get($.verticalPlacedTextSymbolIndex).hidden=Ce||oe?1:0);const Ee=this.variableOffsets[$.crossTileID];Ee&&this.markUsedJustification(t,Ee.anchor,$,te);const we=this.placedOrientations[$.crossTileID];we&&(this.markUsedJustification(t,"left",$,we),this.markUsedOrientation(t,we,$))}if(W){const ue=Go(J.icon),Ce=!(D&&$.verticalPlacedIconSymbolIndex&&pe);$.placedIconSymbolIndex>=0&&(N(t.icon,$.numIconVertices,Ce?ue:Vs),t.icon.placedSymbolArray.get($.placedIconSymbolIndex).hidden=J.icon.isHidden()),$.verticalPlacedIconSymbolIndex>=0&&(N(t.icon,$.numVerticalIconVertices,Ce?Vs:ue),t.icon.placedSymbolArray.get($.verticalPlacedIconSymbolIndex).hidden=J.icon.isHidden())}const ce=U&&U.has(j)?U.get(j):{text:null,icon:null};if(t.hasIconCollisionBoxData()||t.hasTextCollisionBoxData()){const ue=t.collisionArrays[j];if(ue){let Ce=new c.P(0,0);if(ue.textBox||ue.verticalTextBox){let Ee=!0;if(T){const we=this.variableOffsets[H];we?(Ce=Da(we.anchor,we.width,we.height,we.textOffset,we.textBoxScale),C&&Ce._rotate(I?-this.transform.bearingInRadians:this.transform.bearingInRadians)):Ee=!1}if(ue.textBox||ue.verticalTextBox){let we;ue.textBox&&(we=pe),ue.verticalTextBox&&(we=oe),No(t.textCollisionBox.collisionVertexArray,J.text.placed,!Ee||we,ce.text,Ce.x,Ce.y)}}if(ue.iconBox||ue.verticalIconBox){const Ee=!!(!oe&&ue.verticalIconBox);let we;ue.iconBox&&(we=Ee),ue.verticalIconBox&&(we=!Ee),No(t.iconCollisionBox.collisionVertexArray,J.icon.placed,we,ce.icon,D?Ce.x:0,D?Ce.y:0)}}}}if(t.sortFeatures(-this.transform.bearingInRadians),this.retainedQueryData[t.bucketInstanceId]&&(this.retainedQueryData[t.bucketInstanceId].featureSortOrder=t.featureSortOrder),t.hasTextData()&&t.text.opacityVertexBuffer&&t.text.opacityVertexBuffer.updateData(t.text.opacityVertexArray),t.hasIconData()&&t.icon.opacityVertexBuffer&&t.icon.opacityVertexBuffer.updateData(t.icon.opacityVertexArray),t.hasIconCollisionBoxData()&&t.iconCollisionBox.collisionVertexBuffer&&t.iconCollisionBox.collisionVertexBuffer.updateData(t.iconCollisionBox.collisionVertexArray),t.hasTextCollisionBoxData()&&t.textCollisionBox.collisionVertexBuffer&&t.textCollisionBox.collisionVertexBuffer.updateData(t.textCollisionBox.collisionVertexArray),t.text.opacityVertexArray.length!==t.text.layoutVertexArray.length/4)throw new Error(`bucket.text.opacityVertexArray.length (= ${t.text.opacityVertexArray.length}) !== bucket.text.layoutVertexArray.length (= ${t.text.layoutVertexArray.length}) / 4`);if(t.icon.opacityVertexArray.length!==t.icon.layoutVertexArray.length/4)throw new Error(`bucket.icon.opacityVertexArray.length (= ${t.icon.opacityVertexArray.length}) !== bucket.icon.layoutVertexArray.length (= ${t.icon.layoutVertexArray.length}) / 4`);t.bucketInstanceId in this.collisionCircleArrays&&(t.collisionCircleArray=this.collisionCircleArrays[t.bucketInstanceId],delete this.collisionCircleArrays[t.bucketInstanceId])}symbolFadeChange(t){return this.fadeDuration===0?1:(t-this.commitTime)/this.fadeDuration+this.prevZoomAdjustment}zoomAdjustment(t){return Math.max(0,(this.transform.zoom-t)/1.5)}hasTransitions(t){return this.stale||t-this.lastPlacementChangeTime<this.fadeDuration}stillRecent(t,n){const a=this.zoomAtLastRecencyCheck===n?1-this.zoomAdjustment(n):1;return this.zoomAtLastRecencyCheck=n,this.commitTime+this.fadeDuration*a>t}setStale(){this.stale=!0}}function No(d,t,n,a,l,p){a&&a.length!==0||(a=[0,0,0,0]);const m=a[0]-si,_=a[1]-si,v=a[2]-si,b=a[3]-si;d.emplaceBack(t?1:0,n?1:0,l||0,p||0,m,_),d.emplaceBack(t?1:0,n?1:0,l||0,p||0,v,_),d.emplaceBack(t?1:0,n?1:0,l||0,p||0,v,b),d.emplaceBack(t?1:0,n?1:0,l||0,p||0,m,b)}const jo=Math.pow(2,25),Uo=Math.pow(2,24),Bu=Math.pow(2,17),Os=Math.pow(2,16),za=Math.pow(2,9),oc=Math.pow(2,8),ts=Math.pow(2,1);function Go(d){if(d.opacity===0&&!d.placed)return 0;if(d.opacity===1&&d.placed)return 4294967295;const t=d.placed?1:0,n=Math.floor(127*d.opacity);return n*jo+t*Uo+n*Bu+t*Os+n*za+t*oc+n*ts+t}const Vs=0;class an{constructor(t){this._sortAcrossTiles=t.layout.get("symbol-z-order")!=="viewport-y"&&!t.layout.get("symbol-sort-key").isConstant(),this._currentTileIndex=0,this._currentPartIndex=0,this._seenCrossTileIDs={},this._bucketParts=[]}continuePlacement(t,n,a,l,p){const m=this._bucketParts;for(;this._currentTileIndex<t.length;)if(n.getBucketParts(m,l,t[this._currentTileIndex],this._sortAcrossTiles),this._currentTileIndex++,p())return!0;for(this._sortAcrossTiles&&(this._sortAcrossTiles=!1,m.sort(((_,v)=>_.sortKey-v.sortKey)));this._currentPartIndex<m.length;)if(n.placeLayerBucketPart(m[this._currentPartIndex],this._seenCrossTileIDs,a),this._currentPartIndex++,p())return!0;return!1}}class is{constructor(t,n,a,l,p,m,_,v){this.placement=new Vo(t,n,m,_,v),this._currentPlacementIndex=a.length-1,this._forceFullPlacement=l,this._showCollisionBoxes=p,this._done=!1}isDone(){return this._done}continuePlacement(t,n,a){const l=at(),p=()=>!this._forceFullPlacement&&at()-l>2;for(;this._currentPlacementIndex>=0;){const m=n[t[this._currentPlacementIndex]],_=this.placement.collisionIndex.transform.zoom;if(m.type==="symbol"&&(!m.minzoom||m.minzoom<=_)&&(!m.maxzoom||m.maxzoom>_)){if(this._inProgressLayer||(this._inProgressLayer=new an(m)),this._inProgressLayer.continuePlacement(a[m.source],this.placement,this._showCollisionBoxes,m,p))return;delete this._inProgressLayer}this._currentPlacementIndex--}this._done=!0}commit(t){return this.placement.commit(t),this.placement}}const pt=512/c.a5/2;class qo{constructor(t,n,a){this.tileID=t,this.bucketInstanceId=a,this._symbolsByKey={};const l=new Map;for(let p=0;p<n.length;p++){const m=n.get(p),_=m.key,v=l.get(_);v?v.push(m):l.set(_,[m])}for(const[p,m]of l){const _={positions:m.map((v=>({x:Math.floor(v.anchorX*pt),y:Math.floor(v.anchorY*pt)}))),crossTileIDs:m.map((v=>v.crossTileID))};if(_.positions.length>128){const v=new c.aT(_.positions.length,16,Uint16Array);for(const{x:b,y:T}of _.positions)v.add(b,T);v.finish(),delete _.positions,_.index=v}this._symbolsByKey[p]=_}}getScaledCoordinates(t,n){const{x:a,y:l,z:p}=this.tileID.canonical,{x:m,y:_,z:v}=n.canonical,b=pt/Math.pow(2,v-p),T=(_*c.a5+t.anchorY)*b,C=l*c.a5*pt;return{x:Math.floor((m*c.a5+t.anchorX)*b-a*c.a5*pt),y:Math.floor(T-C)}}findMatches(t,n,a){const l=this.tileID.canonical.z<n.canonical.z?1:Math.pow(2,this.tileID.canonical.z-n.canonical.z);for(let p=0;p<t.length;p++){const m=t.get(p);if(m.crossTileID)continue;const _=this._symbolsByKey[m.key];if(!_)continue;const v=this.getScaledCoordinates(m,n);if(_.index){const b=_.index.range(v.x-l,v.y-l,v.x+l,v.y+l).sort();for(const T of b){const C=_.crossTileIDs[T];if(!a[C]){a[C]=!0,m.crossTileID=C;break}}}else if(_.positions)for(let b=0;b<_.positions.length;b++){const T=_.positions[b],C=_.crossTileIDs[b];if(Math.abs(T.x-v.x)<=l&&Math.abs(T.y-v.y)<=l&&!a[C]){a[C]=!0,m.crossTileID=C;break}}}}getCrossTileIDsLists(){return Object.values(this._symbolsByKey).map((({crossTileIDs:t})=>t))}}class Ou{constructor(){this.maxCrossTileID=0}generate(){return++this.maxCrossTileID}}class $o{constructor(){this.indexes={},this.usedCrossTileIDs={},this.lng=0}handleWrapJump(t){const n=Math.round((t-this.lng)/360);if(n!==0)for(const a in this.indexes){const l=this.indexes[a],p={};for(const m in l){const _=l[m];_.tileID=_.tileID.unwrapTo(_.tileID.wrap+n),p[_.tileID.key]=_}this.indexes[a]=p}this.lng=t}addBucket(t,n,a){if(this.indexes[t.overscaledZ]&&this.indexes[t.overscaledZ][t.key]){if(this.indexes[t.overscaledZ][t.key].bucketInstanceId===n.bucketInstanceId)return!1;this.removeBucketCrossTileIDs(t.overscaledZ,this.indexes[t.overscaledZ][t.key])}for(let p=0;p<n.symbolInstances.length;p++)n.symbolInstances.get(p).crossTileID=0;this.usedCrossTileIDs[t.overscaledZ]||(this.usedCrossTileIDs[t.overscaledZ]={});const l=this.usedCrossTileIDs[t.overscaledZ];for(const p in this.indexes){const m=this.indexes[p];if(Number(p)>t.overscaledZ)for(const _ in m){const v=m[_];v.tileID.isChildOf(t)&&v.findMatches(n.symbolInstances,t,l)}else{const _=m[t.scaledTo(Number(p)).key];_&&_.findMatches(n.symbolInstances,t,l)}}for(let p=0;p<n.symbolInstances.length;p++){const m=n.symbolInstances.get(p);m.crossTileID||(m.crossTileID=a.generate(),l[m.crossTileID]=!0)}return this.indexes[t.overscaledZ]===void 0&&(this.indexes[t.overscaledZ]={}),this.indexes[t.overscaledZ][t.key]=new qo(t,n.symbolInstances,n.bucketInstanceId),!0}removeBucketCrossTileIDs(t,n){for(const a of n.getCrossTileIDsLists())for(const l of a)delete this.usedCrossTileIDs[t][l]}removeStaleBuckets(t){let n=!1;for(const a in this.indexes){const l=this.indexes[a];for(const p in l)t[l[p].bucketInstanceId]||(this.removeBucketCrossTileIDs(a,l[p]),delete l[p],n=!0)}return n}}class rr{constructor(){this.layerIndexes={},this.crossTileIDs=new Ou,this.maxBucketInstanceId=0,this.bucketsInCurrentPlacement={}}addLayer(t,n,a){let l=this.layerIndexes[t.id];l===void 0&&(l=this.layerIndexes[t.id]=new $o);let p=!1;const m={};l.handleWrapJump(a);for(const _ of n){const v=_.getBucket(t);v&&t.id===v.layerIds[0]&&(v.bucketInstanceId||(v.bucketInstanceId=++this.maxBucketInstanceId),l.addBucket(_.tileID,v,this.crossTileIDs)&&(p=!0),m[v.bucketInstanceId]=!0)}return l.removeStaleBuckets(m)&&(p=!0),p}pruneUnusedLayers(t){const n={};t.forEach((a=>{n[a]=!0}));for(const a in this.layerIndexes)n[a]||delete this.layerIndexes[a]}}var Ni="void main() {fragColor=vec4(1.0);}";const ei={prelude:Qe(`#ifdef GL_ES
3
- precision mediump float;
4
- #else
5
- #if !defined(lowp)
6
- #define lowp
7
- #endif
8
- #if !defined(mediump)
9
- #define mediump
10
- #endif
11
- #if !defined(highp)
12
- #define highp
13
- #endif
14
- #endif
15
- out highp vec4 fragColor;`,`#ifdef GL_ES
16
- precision highp float;
17
- #else
18
- #if !defined(lowp)
19
- #define lowp
20
- #endif
21
- #if !defined(mediump)
22
- #define mediump
23
- #endif
24
- #if !defined(highp)
25
- #define highp
26
- #endif
27
- #endif
28
- vec2 unpack_float(const float packedValue) {int packedIntValue=int(packedValue);int v0=packedIntValue/256;return vec2(v0,packedIntValue-v0*256);}vec2 unpack_opacity(const float packedOpacity) {int intOpacity=int(packedOpacity)/2;return vec2(float(intOpacity)/127.0,mod(packedOpacity,2.0));}vec4 decode_color(const vec2 encodedColor) {return vec4(unpack_float(encodedColor[0])/255.0,unpack_float(encodedColor[1])/255.0
29
- );}float unpack_mix_vec2(const vec2 packedValue,const float t) {return mix(packedValue[0],packedValue[1],t);}vec4 unpack_mix_color(const vec4 packedColors,const float t) {vec4 minColor=decode_color(vec2(packedColors[0],packedColors[1]));vec4 maxColor=decode_color(vec2(packedColors[2],packedColors[3]));return mix(minColor,maxColor,t);}vec2 get_pattern_pos(const vec2 pixel_coord_upper,const vec2 pixel_coord_lower,const vec2 pattern_size,const float tile_units_to_pixels,const vec2 pos) {vec2 offset=mod(mod(mod(pixel_coord_upper,pattern_size)*256.0,pattern_size)*256.0+pixel_coord_lower,pattern_size);return (tile_units_to_pixels*pos+offset)/pattern_size;}mat3 rotationMatrixFromAxisAngle(vec3 u,float angle) {float c=cos(angle);float s=sin(angle);float c2=1.0-c;return mat3(u.x*u.x*c2+ c,u.x*u.y*c2-u.z*s,u.x*u.z*c2+u.y*s,u.y*u.x*c2+u.z*s,u.y*u.y*c2+ c,u.y*u.z*c2-u.x*s,u.z*u.x*c2-u.y*s,u.z*u.y*c2+u.x*s,u.z*u.z*c2+ c
30
- );}
31
- #ifdef TERRAIN3D
32
- uniform sampler2D u_terrain;uniform float u_terrain_dim;uniform mat4 u_terrain_matrix;uniform vec4 u_terrain_unpack;uniform float u_terrain_exaggeration;uniform highp sampler2D u_depth;
33
- #endif
34
- const highp vec4 bitSh=vec4(256.*256.*256.,256.*256.,256.,1.);const highp vec4 bitShifts=vec4(1.)/bitSh;highp float unpack(highp vec4 color) {return dot(color,bitShifts);}highp float depthOpacity(vec3 frag) {
35
- #ifdef TERRAIN3D
36
- highp float d=unpack(texture(u_depth,frag.xy*0.5+0.5))+0.0001-frag.z;return 1.0-max(0.0,min(1.0,-d*500.0));
37
- #else
38
- return 1.0;
39
- #endif
40
- }float calculate_visibility(vec4 pos) {
41
- #ifdef TERRAIN3D
42
- vec3 frag=pos.xyz/pos.w;highp float d=depthOpacity(frag);if (d > 0.95) return 1.0;return (d+depthOpacity(frag+vec3(0.0,0.01,0.0)))/2.0;
43
- #else
44
- return 1.0;
45
- #endif
46
- }float ele(vec2 pos) {
47
- #ifdef TERRAIN3D
48
- vec4 rgb=(texture(u_terrain,pos)*255.0)*u_terrain_unpack;return rgb.r+rgb.g+rgb.b-u_terrain_unpack.a;
49
- #else
50
- return 0.0;
51
- #endif
52
- }float get_elevation(vec2 pos) {
53
- #ifdef TERRAIN3D
54
- #ifdef GLOBE
55
- if ((pos.y <-32767.5) || (pos.y > 32766.5)) {return 0.0;}
56
- #endif
57
- vec2 coord=(u_terrain_matrix*vec4(pos,0.0,1.0)).xy*u_terrain_dim+1.0;vec2 f=fract(coord);vec2 c=(floor(coord)+0.5)/(u_terrain_dim+2.0);float d=1.0/(u_terrain_dim+2.0);float tl=ele(c);float tr=ele(c+vec2(d,0.0));float bl=ele(c+vec2(0.0,d));float br=ele(c+vec2(d,d));float elevation=mix(mix(tl,tr,f.x),mix(bl,br,f.x),f.y);return elevation*u_terrain_exaggeration;
58
- #else
59
- return 0.0;
60
- #endif
61
- }const float PI=3.141592653589793;uniform mat4 u_projection_matrix;`),projectionMercator:Qe("","float projectLineThickness(float tileY) {return 1.0;}float projectCircleRadius(float tileY) {return 1.0;}vec4 projectTile(vec2 p) {vec4 result=u_projection_matrix*vec4(p,0.0,1.0);return result;}vec4 projectTile(vec2 p,vec2 rawPos) {vec4 result=u_projection_matrix*vec4(p,0.0,1.0);if (rawPos.y <-32767.5 || rawPos.y > 32766.5) {result.z=-10000000.0;}return result;}vec4 projectTileWithElevation(vec2 posInTile,float elevation) {return u_projection_matrix*vec4(posInTile,elevation,1.0);}vec4 projectTileFor3D(vec2 posInTile,float elevation) {return projectTileWithElevation(posInTile,elevation);}"),projectionGlobe:Qe("",`#define GLOBE_RADIUS 6371008.8
62
- uniform highp vec4 u_projection_tile_mercator_coords;uniform highp vec4 u_projection_clipping_plane;uniform highp float u_projection_transition;uniform mat4 u_projection_fallback_matrix;vec3 globeRotateVector(vec3 vec,vec2 angles) {vec3 axisRight=vec3(vec.z,0.0,-vec.x);vec3 axisUp=cross(axisRight,vec);axisRight=normalize(axisRight);axisUp=normalize(axisUp);vec2 t=tan(angles);return normalize(vec+axisRight*t.x+axisUp*t.y);}mat3 globeGetRotationMatrix(vec3 spherePos) {vec3 axisRight=vec3(spherePos.z,0.0,-spherePos.x);vec3 axisDown=cross(axisRight,spherePos);axisRight=normalize(axisRight);axisDown=normalize(axisDown);return mat3(axisRight,axisDown,spherePos
63
- );}float circumferenceRatioAtTileY(float tileY) {float mercator_pos_y=u_projection_tile_mercator_coords.y+u_projection_tile_mercator_coords.w*tileY;float spherical_y=2.0*atan(exp(PI-(mercator_pos_y*PI*2.0)))-PI*0.5;return cos(spherical_y);}float projectLineThickness(float tileY) {float thickness=1.0/circumferenceRatioAtTileY(tileY);
64
- if (u_projection_transition < 0.999) {return mix(1.0,thickness,u_projection_transition);} else {return thickness;}}vec3 projectToSphere(vec2 translatedPos,vec2 rawPos) {vec2 mercator_pos=u_projection_tile_mercator_coords.xy+u_projection_tile_mercator_coords.zw*translatedPos;vec2 spherical;spherical.x=mercator_pos.x*PI*2.0+PI;spherical.y=2.0*atan(exp(PI-(mercator_pos.y*PI*2.0)))-PI*0.5;float len=cos(spherical.y);vec3 pos=vec3(sin(spherical.x)*len,sin(spherical.y),cos(spherical.x)*len
65
- );if (rawPos.y <-32767.5) {pos=vec3(0.0,1.0,0.0);}if (rawPos.y > 32766.5) {pos=vec3(0.0,-1.0,0.0);}return pos;}vec3 projectToSphere(vec2 posInTile) {return projectToSphere(posInTile,vec2(0.0,0.0));}float globeComputeClippingZ(vec3 spherePos) {return (1.0-(dot(spherePos,u_projection_clipping_plane.xyz)+u_projection_clipping_plane.w));}vec4 interpolateProjection(vec2 posInTile,vec3 spherePos,float elevation) {vec3 elevatedPos=spherePos*(1.0+elevation/GLOBE_RADIUS);vec4 globePosition=u_projection_matrix*vec4(elevatedPos,1.0);globePosition.z=globeComputeClippingZ(elevatedPos)*globePosition.w;if (u_projection_transition > 0.999) {return globePosition;}vec4 flatPosition=u_projection_fallback_matrix*vec4(posInTile,elevation,1.0);const float z_globeness_threshold=0.2;vec4 result=globePosition;result.z=mix(0.0,globePosition.z,clamp((u_projection_transition-z_globeness_threshold)/(1.0-z_globeness_threshold),0.0,1.0));result.xyw=mix(flatPosition.xyw,globePosition.xyw,u_projection_transition);if ((posInTile.y <-32767.5) || (posInTile.y > 32766.5)) {result=globePosition;const float poles_hidden_anim_percentage=0.02;result.z=mix(globePosition.z,100.0,pow(max((1.0-u_projection_transition)/poles_hidden_anim_percentage,0.0),8.0));}return result;}vec4 interpolateProjectionFor3D(vec2 posInTile,vec3 spherePos,float elevation) {vec3 elevatedPos=spherePos*(1.0+elevation/GLOBE_RADIUS);vec4 globePosition=u_projection_matrix*vec4(elevatedPos,1.0);if (u_projection_transition > 0.999) {return globePosition;}vec4 fallbackPosition=u_projection_fallback_matrix*vec4(posInTile,elevation,1.0);return mix(fallbackPosition,globePosition,u_projection_transition);}vec4 projectTile(vec2 posInTile) {return interpolateProjection(posInTile,projectToSphere(posInTile),0.0);}vec4 projectTile(vec2 posInTile,vec2 rawPos) {return interpolateProjection(posInTile,projectToSphere(posInTile,rawPos),0.0);}vec4 projectTileWithElevation(vec2 posInTile,float elevation) {return interpolateProjection(posInTile,projectToSphere(posInTile),elevation);}vec4 projectTileFor3D(vec2 posInTile,float elevation) {vec3 spherePos=projectToSphere(posInTile,posInTile);return interpolateProjectionFor3D(posInTile,spherePos,elevation);}`),background:Qe(`uniform vec4 u_color;uniform float u_opacity;void main() {fragColor=u_color*u_opacity;
66
- #ifdef OVERDRAW_INSPECTOR
67
- fragColor=vec4(1.0);
68
- #endif
69
- }`,"in vec2 a_pos;void main() {gl_Position=projectTile(a_pos);}"),backgroundPattern:Qe(`uniform vec2 u_pattern_tl_a;uniform vec2 u_pattern_br_a;uniform vec2 u_pattern_tl_b;uniform vec2 u_pattern_br_b;uniform vec2 u_texsize;uniform float u_mix;uniform float u_opacity;uniform sampler2D u_image;in vec2 v_pos_a;in vec2 v_pos_b;void main() {vec2 imagecoord=mod(v_pos_a,1.0);vec2 pos=mix(u_pattern_tl_a/u_texsize,u_pattern_br_a/u_texsize,imagecoord);vec4 color1=texture(u_image,pos);vec2 imagecoord_b=mod(v_pos_b,1.0);vec2 pos2=mix(u_pattern_tl_b/u_texsize,u_pattern_br_b/u_texsize,imagecoord_b);vec4 color2=texture(u_image,pos2);fragColor=mix(color1,color2,u_mix)*u_opacity;
70
- #ifdef OVERDRAW_INSPECTOR
71
- fragColor=vec4(1.0);
72
- #endif
73
- }`,"uniform vec2 u_pattern_size_a;uniform vec2 u_pattern_size_b;uniform vec2 u_pixel_coord_upper;uniform vec2 u_pixel_coord_lower;uniform float u_scale_a;uniform float u_scale_b;uniform float u_tile_units_to_pixels;in vec2 a_pos;out vec2 v_pos_a;out vec2 v_pos_b;void main() {gl_Position=projectTile(a_pos);v_pos_a=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,u_scale_a*u_pattern_size_a,u_tile_units_to_pixels,a_pos);v_pos_b=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,u_scale_b*u_pattern_size_b,u_tile_units_to_pixels,a_pos);}"),circle:Qe(`in vec3 v_data;in float v_visibility;
74
- #pragma mapbox: define highp vec4 color
75
- #pragma mapbox: define mediump float radius
76
- #pragma mapbox: define lowp float blur
77
- #pragma mapbox: define lowp float opacity
78
- #pragma mapbox: define highp vec4 stroke_color
79
- #pragma mapbox: define mediump float stroke_width
80
- #pragma mapbox: define lowp float stroke_opacity
81
- void main() {
82
- #pragma mapbox: initialize highp vec4 color
83
- #pragma mapbox: initialize mediump float radius
84
- #pragma mapbox: initialize lowp float blur
85
- #pragma mapbox: initialize lowp float opacity
86
- #pragma mapbox: initialize highp vec4 stroke_color
87
- #pragma mapbox: initialize mediump float stroke_width
88
- #pragma mapbox: initialize lowp float stroke_opacity
89
- vec2 extrude=v_data.xy;float extrude_length=length(extrude);float antialiased_blur=v_data.z;float opacity_t=smoothstep(0.0,antialiased_blur,extrude_length-1.0);float color_t=stroke_width < 0.01 ? 0.0 : smoothstep(antialiased_blur,0.0,extrude_length-radius/(radius+stroke_width));fragColor=v_visibility*opacity_t*mix(color*opacity,stroke_color*stroke_opacity,color_t);const float epsilon=0.5/255.0;if (fragColor.r < epsilon && fragColor.g < epsilon && fragColor.b < epsilon && fragColor.a < epsilon) {discard;}
90
- #ifdef OVERDRAW_INSPECTOR
91
- fragColor=vec4(1.0);
92
- #endif
93
- }`,`uniform bool u_scale_with_map;uniform bool u_pitch_with_map;uniform vec2 u_extrude_scale;uniform highp float u_globe_extrude_scale;uniform lowp float u_device_pixel_ratio;uniform highp float u_camera_to_center_distance;uniform vec2 u_translate;in vec2 a_pos;out vec3 v_data;out float v_visibility;
94
- #pragma mapbox: define highp vec4 color
95
- #pragma mapbox: define mediump float radius
96
- #pragma mapbox: define lowp float blur
97
- #pragma mapbox: define lowp float opacity
98
- #pragma mapbox: define highp vec4 stroke_color
99
- #pragma mapbox: define mediump float stroke_width
100
- #pragma mapbox: define lowp float stroke_opacity
101
- void main(void) {
102
- #pragma mapbox: initialize highp vec4 color
103
- #pragma mapbox: initialize mediump float radius
104
- #pragma mapbox: initialize lowp float blur
105
- #pragma mapbox: initialize lowp float opacity
106
- #pragma mapbox: initialize highp vec4 stroke_color
107
- #pragma mapbox: initialize mediump float stroke_width
108
- #pragma mapbox: initialize lowp float stroke_opacity
109
- vec2 pos_raw=a_pos+32768.0;vec2 extrude=vec2(mod(pos_raw,8.0)/7.0*2.0-1.0);vec2 circle_center=floor(pos_raw/8.0)+u_translate;float ele=get_elevation(circle_center);v_visibility=calculate_visibility(projectTileWithElevation(circle_center,ele));if (u_pitch_with_map) {
110
- #ifdef GLOBE
111
- vec3 center_vector=projectToSphere(circle_center);
112
- #endif
113
- float angle_scale=u_globe_extrude_scale;vec2 corner_position=circle_center;if (u_scale_with_map) {angle_scale*=(radius+stroke_width);corner_position+=extrude*u_extrude_scale*(radius+stroke_width);} else {
114
- #ifdef GLOBE
115
- vec4 projected_center=interpolateProjection(circle_center,center_vector,ele);
116
- #else
117
- vec4 projected_center=projectTileWithElevation(circle_center,ele);
118
- #endif
119
- corner_position+=extrude*u_extrude_scale*(radius+stroke_width)*(projected_center.w/u_camera_to_center_distance);angle_scale*=(radius+stroke_width)*(projected_center.w/u_camera_to_center_distance);}
120
- #ifdef GLOBE
121
- vec2 angles=extrude*angle_scale;vec3 corner_vector=globeRotateVector(center_vector,angles);gl_Position=interpolateProjection(corner_position,corner_vector,ele);
122
- #else
123
- gl_Position=projectTileWithElevation(corner_position,ele);
124
- #endif
125
- } else {gl_Position=projectTileWithElevation(circle_center,ele);if (gl_Position.z/gl_Position.w > 1.0) {gl_Position.xy=vec2(10000.0);}if (u_scale_with_map) {gl_Position.xy+=extrude*(radius+stroke_width)*u_extrude_scale*u_camera_to_center_distance;} else {gl_Position.xy+=extrude*(radius+stroke_width)*u_extrude_scale*gl_Position.w;}}float antialiasblur=-max(1.0/u_device_pixel_ratio/(radius+stroke_width),blur);v_data=vec3(extrude.x,extrude.y,antialiasblur);}`),clippingMask:Qe(Ni,"in vec2 a_pos;void main() {gl_Position=projectTile(a_pos);}"),heatmap:Qe(`uniform highp float u_intensity;in vec2 v_extrude;
126
- #pragma mapbox: define highp float weight
127
- #define GAUSS_COEF 0.3989422804014327
128
- void main() {
129
- #pragma mapbox: initialize highp float weight
130
- float d=-0.5*3.0*3.0*dot(v_extrude,v_extrude);float val=weight*u_intensity*GAUSS_COEF*exp(d);fragColor=vec4(val,1.0,1.0,1.0);
131
- #ifdef OVERDRAW_INSPECTOR
132
- fragColor=vec4(1.0);
133
- #endif
134
- }`,`uniform float u_extrude_scale;uniform float u_opacity;uniform float u_intensity;uniform highp float u_globe_extrude_scale;in vec2 a_pos;out vec2 v_extrude;
135
- #pragma mapbox: define highp float weight
136
- #pragma mapbox: define mediump float radius
137
- const highp float ZERO=1.0/255.0/16.0;
138
- #define GAUSS_COEF 0.3989422804014327
139
- void main(void) {
140
- #pragma mapbox: initialize highp float weight
141
- #pragma mapbox: initialize mediump float radius
142
- vec2 pos_raw=a_pos+32768.0;vec2 unscaled_extrude=vec2(mod(pos_raw,8.0)/7.0*2.0-1.0);float S=sqrt(-2.0*log(ZERO/weight/u_intensity/GAUSS_COEF))/3.0;v_extrude=S*unscaled_extrude;vec2 extrude=v_extrude*radius*u_extrude_scale;vec2 circle_center=floor(pos_raw/8.0);
143
- #ifdef GLOBE
144
- vec2 angles=v_extrude*radius*u_globe_extrude_scale;vec3 center_vector=projectToSphere(circle_center);vec3 corner_vector=globeRotateVector(center_vector,angles);gl_Position=interpolateProjection(circle_center+extrude,corner_vector,0.0);
145
- #else
146
- gl_Position=projectTileFor3D(circle_center+extrude,get_elevation(circle_center));
147
- #endif
148
- }`),heatmapTexture:Qe(`uniform sampler2D u_image;uniform sampler2D u_color_ramp;uniform float u_opacity;in vec2 v_pos;void main() {float t=texture(u_image,v_pos).r;vec4 color=texture(u_color_ramp,vec2(t,0.5));fragColor=color*u_opacity;
149
- #ifdef OVERDRAW_INSPECTOR
150
- fragColor=vec4(0.0);
151
- #endif
152
- }`,"uniform mat4 u_matrix;uniform vec2 u_world;in vec2 a_pos;out vec2 v_pos;void main() {gl_Position=u_matrix*vec4(a_pos*u_world,0,1);v_pos.x=a_pos.x;v_pos.y=1.0-a_pos.y;}"),collisionBox:Qe("in float v_placed;in float v_notUsed;void main() {float alpha=0.5;fragColor=vec4(1.0,0.0,0.0,1.0)*alpha;if (v_placed > 0.5) {fragColor=vec4(0.0,0.0,1.0,0.5)*alpha;}if (v_notUsed > 0.5) {fragColor*=.1;}}","in vec2 a_anchor_pos;in vec2 a_placed;in vec2 a_box_real;uniform vec2 u_pixel_extrude_scale;out float v_placed;out float v_notUsed;void main() {gl_Position=projectTileWithElevation(a_anchor_pos,get_elevation(a_anchor_pos));gl_Position.xy=((a_box_real+0.5)*u_pixel_extrude_scale*2.0-1.0)*vec2(1.0,-1.0)*gl_Position.w;if (gl_Position.z/gl_Position.w < 1.1) {gl_Position.z=0.5;}v_placed=a_placed.x;v_notUsed=a_placed.y;}"),collisionCircle:Qe("in float v_radius;in vec2 v_extrude;in float v_collision;void main() {float alpha=0.5;float stroke_radius=0.9;float distance_to_center=length(v_extrude);float distance_to_edge=abs(distance_to_center-v_radius);float opacity_t=smoothstep(-stroke_radius,0.0,-distance_to_edge);vec4 color=mix(vec4(0.0,0.0,1.0,0.5),vec4(1.0,0.0,0.0,1.0),v_collision);fragColor=color*alpha*opacity_t;}","in vec2 a_pos;in float a_radius;in vec2 a_flags;uniform vec2 u_viewport_size;out float v_radius;out vec2 v_extrude;out float v_collision;void main() {float radius=a_radius;float collision=a_flags.x;float vertexIdx=a_flags.y;vec2 quadVertexOffset=vec2(mix(-1.0,1.0,float(vertexIdx >=2.0)),mix(-1.0,1.0,float(vertexIdx >=1.0 && vertexIdx <=2.0)));vec2 quadVertexExtent=quadVertexOffset*radius;float padding_factor=1.2;v_radius=radius;v_extrude=quadVertexExtent*padding_factor;v_collision=collision;gl_Position=vec4((a_pos/u_viewport_size*2.0-1.0)*vec2(1.0,-1.0),0.0,1.0)+vec4(quadVertexExtent*padding_factor/u_viewport_size*2.0,0.0,0.0);}"),colorRelief:Qe(`#ifdef GL_ES
153
- precision highp float;
154
- #endif
155
- uniform sampler2D u_image;uniform vec4 u_unpack;uniform sampler2D u_elevation_stops;uniform sampler2D u_color_stops;uniform int u_color_ramp_size;uniform float u_opacity;in vec2 v_pos;float getElevation(vec2 coord) {vec4 data=texture(u_image,coord)*255.0;data.a=-1.0;return dot(data,u_unpack);}float getElevationStop(int stop) {float x=(float(stop)+0.5)/float(u_color_ramp_size);vec4 data=texture(u_elevation_stops,vec2(x,0))*255.0;data.a=-1.0;return dot(data,u_unpack);}void main() {float el=getElevation(v_pos);int r=(u_color_ramp_size-1);int l=0;float el_l=getElevationStop(l);float el_r=getElevationStop(r);while(r-l > 1){int m=(r+l)/2;float el_m=getElevationStop(m);if(el < el_m){r=m;el_r=el_m;}else
156
- {l=m;el_l=el_m;}}float x=(float(l)+(el-el_l)/(el_r-el_l)+0.5)/float(u_color_ramp_size);fragColor=u_opacity*texture(u_color_stops,vec2(x,0));
157
- #ifdef OVERDRAW_INSPECTOR
158
- fragColor=vec4(1.0);
159
- #endif
160
- }`,"uniform vec2 u_dimension;in vec2 a_pos;out vec2 v_pos;void main() {gl_Position=projectTile(a_pos,a_pos);highp vec2 epsilon=1.0/u_dimension;float scale=(u_dimension.x-2.0)/u_dimension.x;v_pos=(a_pos/8192.0)*scale+epsilon;if (a_pos.y <-32767.5) {v_pos.y=0.0;}if (a_pos.y > 32766.5) {v_pos.y=1.0;}}"),debug:Qe("uniform highp vec4 u_color;uniform sampler2D u_overlay;in vec2 v_uv;void main() {vec4 overlay_color=texture(u_overlay,v_uv);fragColor=mix(u_color,overlay_color,overlay_color.a);}","in vec2 a_pos;out vec2 v_uv;uniform float u_overlay_scale;void main() {v_uv=a_pos/8192.0;gl_Position=projectTileWithElevation(a_pos*u_overlay_scale,get_elevation(a_pos));}"),depth:Qe(Ni,`in vec2 a_pos;void main() {
161
- #ifdef GLOBE
162
- gl_Position=projectTileFor3D(a_pos,0.0);
163
- #else
164
- gl_Position=u_projection_matrix*vec4(a_pos,0.0,1.0);
165
- #endif
166
- }`),fill:Qe(`#pragma mapbox: define highp vec4 color
167
- #pragma mapbox: define lowp float opacity
168
- void main() {
169
- #pragma mapbox: initialize highp vec4 color
170
- #pragma mapbox: initialize lowp float opacity
171
- fragColor=color*opacity;
172
- #ifdef OVERDRAW_INSPECTOR
173
- fragColor=vec4(1.0);
174
- #endif
175
- }`,`uniform vec2 u_fill_translate;in vec2 a_pos;
176
- #pragma mapbox: define highp vec4 color
177
- #pragma mapbox: define lowp float opacity
178
- void main() {
179
- #pragma mapbox: initialize highp vec4 color
180
- #pragma mapbox: initialize lowp float opacity
181
- gl_Position=projectTile(a_pos+u_fill_translate,a_pos);}`),fillOutline:Qe(`in vec2 v_pos;
182
- #ifdef GLOBE
183
- in float v_depth;
184
- #endif
185
- #pragma mapbox: define highp vec4 outline_color
186
- #pragma mapbox: define lowp float opacity
187
- void main() {
188
- #pragma mapbox: initialize highp vec4 outline_color
189
- #pragma mapbox: initialize lowp float opacity
190
- float dist=length(v_pos-gl_FragCoord.xy);float alpha=1.0-smoothstep(0.0,1.0,dist);fragColor=outline_color*(alpha*opacity);
191
- #ifdef GLOBE
192
- if (v_depth > 1.0) {discard;}
193
- #endif
194
- #ifdef OVERDRAW_INSPECTOR
195
- fragColor=vec4(1.0);
196
- #endif
197
- }`,`uniform vec2 u_world;uniform vec2 u_fill_translate;in vec2 a_pos;out vec2 v_pos;
198
- #ifdef GLOBE
199
- out float v_depth;
200
- #endif
201
- #pragma mapbox: define highp vec4 outline_color
202
- #pragma mapbox: define lowp float opacity
203
- void main() {
204
- #pragma mapbox: initialize highp vec4 outline_color
205
- #pragma mapbox: initialize lowp float opacity
206
- gl_Position=projectTile(a_pos+u_fill_translate,a_pos);v_pos=(gl_Position.xy/gl_Position.w+1.0)/2.0*u_world;
207
- #ifdef GLOBE
208
- v_depth=gl_Position.z/gl_Position.w;
209
- #endif
210
- }`),fillOutlinePattern:Qe(`uniform vec2 u_texsize;uniform sampler2D u_image;uniform float u_fade;in vec2 v_pos_a;in vec2 v_pos_b;in vec2 v_pos;
211
- #ifdef GLOBE
212
- in float v_depth;
213
- #endif
214
- #pragma mapbox: define lowp float opacity
215
- #pragma mapbox: define lowp vec4 pattern_from
216
- #pragma mapbox: define lowp vec4 pattern_to
217
- void main() {
218
- #pragma mapbox: initialize lowp float opacity
219
- #pragma mapbox: initialize mediump vec4 pattern_from
220
- #pragma mapbox: initialize mediump vec4 pattern_to
221
- vec2 pattern_tl_a=pattern_from.xy;vec2 pattern_br_a=pattern_from.zw;vec2 pattern_tl_b=pattern_to.xy;vec2 pattern_br_b=pattern_to.zw;vec2 imagecoord=mod(v_pos_a,1.0);vec2 pos=mix(pattern_tl_a/u_texsize,pattern_br_a/u_texsize,imagecoord);vec4 color1=texture(u_image,pos);vec2 imagecoord_b=mod(v_pos_b,1.0);vec2 pos2=mix(pattern_tl_b/u_texsize,pattern_br_b/u_texsize,imagecoord_b);vec4 color2=texture(u_image,pos2);float dist=length(v_pos-gl_FragCoord.xy);float alpha=1.0-smoothstep(0.0,1.0,dist);fragColor=mix(color1,color2,u_fade)*alpha*opacity;
222
- #ifdef GLOBE
223
- if (v_depth > 1.0) {discard;}
224
- #endif
225
- #ifdef OVERDRAW_INSPECTOR
226
- fragColor=vec4(1.0);
227
- #endif
228
- }`,`uniform vec2 u_world;uniform vec2 u_pixel_coord_upper;uniform vec2 u_pixel_coord_lower;uniform vec3 u_scale;uniform vec2 u_fill_translate;in vec2 a_pos;out vec2 v_pos_a;out vec2 v_pos_b;out vec2 v_pos;
229
- #ifdef GLOBE
230
- out float v_depth;
231
- #endif
232
- #pragma mapbox: define lowp float opacity
233
- #pragma mapbox: define lowp vec4 pattern_from
234
- #pragma mapbox: define lowp vec4 pattern_to
235
- #pragma mapbox: define lowp float pixel_ratio_from
236
- #pragma mapbox: define lowp float pixel_ratio_to
237
- void main() {
238
- #pragma mapbox: initialize lowp float opacity
239
- #pragma mapbox: initialize mediump vec4 pattern_from
240
- #pragma mapbox: initialize mediump vec4 pattern_to
241
- #pragma mapbox: initialize lowp float pixel_ratio_from
242
- #pragma mapbox: initialize lowp float pixel_ratio_to
243
- vec2 pattern_tl_a=pattern_from.xy;vec2 pattern_br_a=pattern_from.zw;vec2 pattern_tl_b=pattern_to.xy;vec2 pattern_br_b=pattern_to.zw;float tileRatio=u_scale.x;float fromScale=u_scale.y;float toScale=u_scale.z;gl_Position=projectTile(a_pos+u_fill_translate,a_pos);vec2 display_size_a=(pattern_br_a-pattern_tl_a)/pixel_ratio_from;vec2 display_size_b=(pattern_br_b-pattern_tl_b)/pixel_ratio_to;v_pos_a=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,fromScale*display_size_a,tileRatio,a_pos);v_pos_b=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,toScale*display_size_b,tileRatio,a_pos);v_pos=(gl_Position.xy/gl_Position.w+1.0)/2.0*u_world;
244
- #ifdef GLOBE
245
- v_depth=gl_Position.z/gl_Position.w;
246
- #endif
247
- }`),fillPattern:Qe(`#ifdef GL_ES
248
- precision highp float;
249
- #endif
250
- uniform vec2 u_texsize;uniform float u_fade;uniform sampler2D u_image;in vec2 v_pos_a;in vec2 v_pos_b;
251
- #pragma mapbox: define lowp float opacity
252
- #pragma mapbox: define lowp vec4 pattern_from
253
- #pragma mapbox: define lowp vec4 pattern_to
254
- void main() {
255
- #pragma mapbox: initialize lowp float opacity
256
- #pragma mapbox: initialize mediump vec4 pattern_from
257
- #pragma mapbox: initialize mediump vec4 pattern_to
258
- vec2 pattern_tl_a=pattern_from.xy;vec2 pattern_br_a=pattern_from.zw;vec2 pattern_tl_b=pattern_to.xy;vec2 pattern_br_b=pattern_to.zw;vec2 imagecoord=mod(v_pos_a,1.0);vec2 pos=mix(pattern_tl_a/u_texsize,pattern_br_a/u_texsize,imagecoord);vec4 color1=texture(u_image,pos);vec2 imagecoord_b=mod(v_pos_b,1.0);vec2 pos2=mix(pattern_tl_b/u_texsize,pattern_br_b/u_texsize,imagecoord_b);vec4 color2=texture(u_image,pos2);fragColor=mix(color1,color2,u_fade)*opacity;
259
- #ifdef OVERDRAW_INSPECTOR
260
- fragColor=vec4(1.0);
261
- #endif
262
- }`,`uniform vec2 u_pixel_coord_upper;uniform vec2 u_pixel_coord_lower;uniform vec3 u_scale;uniform vec2 u_fill_translate;in vec2 a_pos;out vec2 v_pos_a;out vec2 v_pos_b;
263
- #pragma mapbox: define lowp float opacity
264
- #pragma mapbox: define lowp vec4 pattern_from
265
- #pragma mapbox: define lowp vec4 pattern_to
266
- #pragma mapbox: define lowp float pixel_ratio_from
267
- #pragma mapbox: define lowp float pixel_ratio_to
268
- void main() {
269
- #pragma mapbox: initialize lowp float opacity
270
- #pragma mapbox: initialize mediump vec4 pattern_from
271
- #pragma mapbox: initialize mediump vec4 pattern_to
272
- #pragma mapbox: initialize lowp float pixel_ratio_from
273
- #pragma mapbox: initialize lowp float pixel_ratio_to
274
- vec2 pattern_tl_a=pattern_from.xy;vec2 pattern_br_a=pattern_from.zw;vec2 pattern_tl_b=pattern_to.xy;vec2 pattern_br_b=pattern_to.zw;float tileZoomRatio=u_scale.x;float fromScale=u_scale.y;float toScale=u_scale.z;vec2 display_size_a=(pattern_br_a-pattern_tl_a)/pixel_ratio_from;vec2 display_size_b=(pattern_br_b-pattern_tl_b)/pixel_ratio_to;gl_Position=projectTile(a_pos+u_fill_translate,a_pos);v_pos_a=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,fromScale*display_size_a,tileZoomRatio,a_pos);v_pos_b=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,toScale*display_size_b,tileZoomRatio,a_pos);}`),fillExtrusion:Qe(`in vec4 v_color;void main() {fragColor=v_color;
275
- #ifdef OVERDRAW_INSPECTOR
276
- fragColor=vec4(1.0);
277
- #endif
278
- }`,`uniform vec3 u_lightcolor;uniform lowp vec3 u_lightpos;uniform lowp vec3 u_lightpos_globe;uniform lowp float u_lightintensity;uniform float u_vertical_gradient;uniform lowp float u_opacity;uniform vec2 u_fill_translate;in vec2 a_pos;in vec4 a_normal_ed;
279
- #ifdef TERRAIN3D
280
- in vec2 a_centroid;
281
- #endif
282
- out vec4 v_color;
283
- #pragma mapbox: define highp float base
284
- #pragma mapbox: define highp float height
285
- #pragma mapbox: define highp vec4 color
286
- void main() {
287
- #pragma mapbox: initialize highp float base
288
- #pragma mapbox: initialize highp float height
289
- #pragma mapbox: initialize highp vec4 color
290
- vec3 normal=a_normal_ed.xyz;
291
- #ifdef TERRAIN3D
292
- float height_terrain3d_offset=get_elevation(a_centroid);float base_terrain3d_offset=height_terrain3d_offset-(base > 0.0 ? 0.0 : 10.0);
293
- #else
294
- float height_terrain3d_offset=0.0;float base_terrain3d_offset=0.0;
295
- #endif
296
- base=max(0.0,base)+base_terrain3d_offset;height=max(0.0,height)+height_terrain3d_offset;float t=mod(normal.x,2.0);float elevation=t > 0.0 ? height : base;vec2 posInTile=a_pos+u_fill_translate;
297
- #ifdef GLOBE
298
- vec3 spherePos=projectToSphere(posInTile,a_pos);gl_Position=interpolateProjectionFor3D(posInTile,spherePos,elevation);
299
- #else
300
- gl_Position=u_projection_matrix*vec4(posInTile,elevation,1.0);
301
- #endif
302
- float colorvalue=color.r*0.2126+color.g*0.7152+color.b*0.0722;v_color=vec4(0.0,0.0,0.0,1.0);vec4 ambientlight=vec4(0.03,0.03,0.03,1.0);color+=ambientlight;vec3 normalForLighting=normal/16384.0;float directional=clamp(dot(normalForLighting,u_lightpos),0.0,1.0);
303
- #ifdef GLOBE
304
- mat3 rotMatrix=globeGetRotationMatrix(spherePos);normalForLighting=rotMatrix*normalForLighting;directional=mix(directional,clamp(dot(normalForLighting,u_lightpos_globe),0.0,1.0),u_projection_transition);
305
- #endif
306
- directional=mix((1.0-u_lightintensity),max((1.0-colorvalue+u_lightintensity),1.0),directional);if (normal.y !=0.0) {directional*=((1.0-u_vertical_gradient)+(u_vertical_gradient*clamp((t+base)*pow(height/150.0,0.5),mix(0.7,0.98,1.0-u_lightintensity),1.0)));}v_color.r+=clamp(color.r*directional*u_lightcolor.r,mix(0.0,0.3,1.0-u_lightcolor.r),1.0);v_color.g+=clamp(color.g*directional*u_lightcolor.g,mix(0.0,0.3,1.0-u_lightcolor.g),1.0);v_color.b+=clamp(color.b*directional*u_lightcolor.b,mix(0.0,0.3,1.0-u_lightcolor.b),1.0);v_color*=u_opacity;}`),fillExtrusionPattern:Qe(`uniform vec2 u_texsize;uniform float u_fade;uniform sampler2D u_image;in vec2 v_pos_a;in vec2 v_pos_b;in vec4 v_lighting;
307
- #pragma mapbox: define lowp float base
308
- #pragma mapbox: define lowp float height
309
- #pragma mapbox: define lowp vec4 pattern_from
310
- #pragma mapbox: define lowp vec4 pattern_to
311
- #pragma mapbox: define lowp float pixel_ratio_from
312
- #pragma mapbox: define lowp float pixel_ratio_to
313
- void main() {
314
- #pragma mapbox: initialize lowp float base
315
- #pragma mapbox: initialize lowp float height
316
- #pragma mapbox: initialize mediump vec4 pattern_from
317
- #pragma mapbox: initialize mediump vec4 pattern_to
318
- #pragma mapbox: initialize lowp float pixel_ratio_from
319
- #pragma mapbox: initialize lowp float pixel_ratio_to
320
- vec2 pattern_tl_a=pattern_from.xy;vec2 pattern_br_a=pattern_from.zw;vec2 pattern_tl_b=pattern_to.xy;vec2 pattern_br_b=pattern_to.zw;vec2 imagecoord=mod(v_pos_a,1.0);vec2 pos=mix(pattern_tl_a/u_texsize,pattern_br_a/u_texsize,imagecoord);vec4 color1=texture(u_image,pos);vec2 imagecoord_b=mod(v_pos_b,1.0);vec2 pos2=mix(pattern_tl_b/u_texsize,pattern_br_b/u_texsize,imagecoord_b);vec4 color2=texture(u_image,pos2);vec4 mixedColor=mix(color1,color2,u_fade);fragColor=mixedColor*v_lighting;
321
- #ifdef OVERDRAW_INSPECTOR
322
- fragColor=vec4(1.0);
323
- #endif
324
- }`,`uniform vec2 u_pixel_coord_upper;uniform vec2 u_pixel_coord_lower;uniform float u_height_factor;uniform vec3 u_scale;uniform float u_vertical_gradient;uniform lowp float u_opacity;uniform vec2 u_fill_translate;uniform vec3 u_lightcolor;uniform lowp vec3 u_lightpos;uniform lowp vec3 u_lightpos_globe;uniform lowp float u_lightintensity;in vec2 a_pos;in vec4 a_normal_ed;
325
- #ifdef TERRAIN3D
326
- in vec2 a_centroid;
327
- #endif
328
- #ifdef GLOBE
329
- out vec3 v_sphere_pos;
330
- #endif
331
- out vec2 v_pos_a;out vec2 v_pos_b;out vec4 v_lighting;
332
- #pragma mapbox: define lowp float base
333
- #pragma mapbox: define lowp float height
334
- #pragma mapbox: define lowp vec4 pattern_from
335
- #pragma mapbox: define lowp vec4 pattern_to
336
- #pragma mapbox: define lowp float pixel_ratio_from
337
- #pragma mapbox: define lowp float pixel_ratio_to
338
- void main() {
339
- #pragma mapbox: initialize lowp float base
340
- #pragma mapbox: initialize lowp float height
341
- #pragma mapbox: initialize mediump vec4 pattern_from
342
- #pragma mapbox: initialize mediump vec4 pattern_to
343
- #pragma mapbox: initialize lowp float pixel_ratio_from
344
- #pragma mapbox: initialize lowp float pixel_ratio_to
345
- vec2 pattern_tl_a=pattern_from.xy;vec2 pattern_br_a=pattern_from.zw;vec2 pattern_tl_b=pattern_to.xy;vec2 pattern_br_b=pattern_to.zw;float tileRatio=u_scale.x;float fromScale=u_scale.y;float toScale=u_scale.z;vec3 normal=a_normal_ed.xyz;float edgedistance=a_normal_ed.w;vec2 display_size_a=(pattern_br_a-pattern_tl_a)/pixel_ratio_from;vec2 display_size_b=(pattern_br_b-pattern_tl_b)/pixel_ratio_to;
346
- #ifdef TERRAIN3D
347
- float height_terrain3d_offset=get_elevation(a_centroid);float base_terrain3d_offset=height_terrain3d_offset-(base > 0.0 ? 0.0 : 10.0);
348
- #else
349
- float height_terrain3d_offset=0.0;float base_terrain3d_offset=0.0;
350
- #endif
351
- base=max(0.0,base)+base_terrain3d_offset;height=max(0.0,height)+height_terrain3d_offset;float t=mod(normal.x,2.0);float elevation=t > 0.0 ? height : base;vec2 posInTile=a_pos+u_fill_translate;
352
- #ifdef GLOBE
353
- vec3 spherePos=projectToSphere(posInTile,a_pos);vec3 elevatedPos=spherePos*(1.0+elevation/GLOBE_RADIUS);v_sphere_pos=elevatedPos;gl_Position=interpolateProjectionFor3D(posInTile,spherePos,elevation);
354
- #else
355
- gl_Position=u_projection_matrix*vec4(posInTile,elevation,1.0);
356
- #endif
357
- vec2 pos=normal.x==1.0 && normal.y==0.0 && normal.z==16384.0
358
- ? a_pos
359
- : vec2(edgedistance,elevation*u_height_factor);v_pos_a=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,fromScale*display_size_a,tileRatio,pos);v_pos_b=get_pattern_pos(u_pixel_coord_upper,u_pixel_coord_lower,toScale*display_size_b,tileRatio,pos);v_lighting=vec4(0.0,0.0,0.0,1.0);float directional=clamp(dot(normal/16383.0,u_lightpos),0.0,1.0);directional=mix((1.0-u_lightintensity),max((0.5+u_lightintensity),1.0),directional);if (normal.y !=0.0) {directional*=((1.0-u_vertical_gradient)+(u_vertical_gradient*clamp((t+base)*pow(height/150.0,0.5),mix(0.7,0.98,1.0-u_lightintensity),1.0)));}v_lighting.rgb+=clamp(directional*u_lightcolor,mix(vec3(0.0),vec3(0.3),1.0-u_lightcolor),vec3(1.0));v_lighting*=u_opacity;}`),hillshadePrepare:Qe(`#ifdef GL_ES
360
- precision highp float;
361
- #endif
362
- uniform sampler2D u_image;in vec2 v_pos;uniform vec2 u_dimension;uniform float u_zoom;uniform vec4 u_unpack;float getElevation(vec2 coord,float bias) {vec4 data=texture(u_image,coord)*255.0;data.a=-1.0;return dot(data,u_unpack);}void main() {vec2 epsilon=1.0/u_dimension;float tileSize=u_dimension.x-2.0;float a=getElevation(v_pos+vec2(-epsilon.x,-epsilon.y),0.0);float b=getElevation(v_pos+vec2(0,-epsilon.y),0.0);float c=getElevation(v_pos+vec2(epsilon.x,-epsilon.y),0.0);float d=getElevation(v_pos+vec2(-epsilon.x,0),0.0);float e=getElevation(v_pos,0.0);float f=getElevation(v_pos+vec2(epsilon.x,0),0.0);float g=getElevation(v_pos+vec2(-epsilon.x,epsilon.y),0.0);float h=getElevation(v_pos+vec2(0,epsilon.y),0.0);float i=getElevation(v_pos+vec2(epsilon.x,epsilon.y),0.0);float exaggerationFactor=u_zoom < 2.0 ? 0.4 : u_zoom < 4.5 ? 0.35 : 0.3;float exaggeration=u_zoom < 15.0 ? (u_zoom-15.0)*exaggerationFactor : 0.0;vec2 deriv=vec2((c+f+f+i)-(a+d+d+g),(g+h+h+i)-(a+b+b+c))*tileSize/pow(2.0,exaggeration+(28.2562-u_zoom));fragColor=clamp(vec4(deriv.x/8.0+0.5,deriv.y/8.0+0.5,1.0,1.0),0.0,1.0);
363
- #ifdef OVERDRAW_INSPECTOR
364
- fragColor=vec4(1.0);
365
- #endif
366
- }`,"uniform mat4 u_matrix;uniform vec2 u_dimension;in vec2 a_pos;in vec2 a_texture_pos;out vec2 v_pos;void main() {gl_Position=u_matrix*vec4(a_pos,0,1);highp vec2 epsilon=1.0/u_dimension;float scale=(u_dimension.x-2.0)/u_dimension.x;v_pos=(a_texture_pos/8192.0)*scale+epsilon;}"),hillshade:Qe(`uniform sampler2D u_image;in vec2 v_pos;uniform vec2 u_latrange;uniform float u_exaggeration;uniform vec4 u_accent;uniform int u_method;uniform float u_altitudes[NUM_ILLUMINATION_SOURCES];uniform float u_azimuths[NUM_ILLUMINATION_SOURCES];uniform vec4 u_shadows[NUM_ILLUMINATION_SOURCES];uniform vec4 u_highlights[NUM_ILLUMINATION_SOURCES];
367
- #define PI 3.141592653589793
368
- #define STANDARD 0
369
- #define COMBINED 1
370
- #define IGOR 2
371
- #define MULTIDIRECTIONAL 3
372
- #define BASIC 4
373
- float get_aspect(vec2 deriv){return deriv.x !=0.0 ? atan(deriv.y,-deriv.x) : PI/2.0*(deriv.y > 0.0 ? 1.0 :-1.0);}void igor_hillshade(vec2 deriv){deriv=deriv*u_exaggeration*2.0;float aspect=get_aspect(deriv);float azimuth=u_azimuths[0]+PI;float slope_stength=atan(length(deriv))*2.0/PI;float aspect_strength=1.0-abs(mod((aspect+azimuth)/PI+0.5,2.0)-1.0);float shadow_strength=slope_stength*aspect_strength;float highlight_strength=slope_stength*(1.0-aspect_strength);fragColor=u_shadows[0]*shadow_strength+u_highlights[0]*highlight_strength;}void standard_hillshade(vec2 deriv){float azimuth=u_azimuths[0]+PI;float slope=atan(0.625*length(deriv));float aspect=get_aspect(deriv);float intensity=u_exaggeration;float base=1.875-intensity*1.75;float maxValue=0.5*PI;float scaledSlope=intensity !=0.5 ? ((pow(base,slope)-1.0)/(pow(base,maxValue)-1.0))*maxValue : slope;float accent=cos(scaledSlope);vec4 accent_color=(1.0-accent)*u_accent*clamp(intensity*2.0,0.0,1.0);float shade=abs(mod((aspect+azimuth)/PI+0.5,2.0)-1.0);vec4 shade_color=mix(u_shadows[0],u_highlights[0],shade)*sin(scaledSlope)*clamp(intensity*2.0,0.0,1.0);fragColor=accent_color*(1.0-shade_color.a)+shade_color;}void basic_hillshade(vec2 deriv){deriv=deriv*u_exaggeration*2.0;float azimuth=u_azimuths[0]+PI;float cos_az=cos(azimuth);float sin_az=sin(azimuth);float cos_alt=cos(u_altitudes[0]);float sin_alt=sin(u_altitudes[0]);float cang=(sin_alt-(deriv.y*cos_az*cos_alt-deriv.x*sin_az*cos_alt))/sqrt(1.0+dot(deriv,deriv));float shade=clamp(cang,0.0,1.0);if(shade > 0.5){fragColor=u_highlights[0]*(2.0*shade-1.0);}else
374
- {fragColor=u_shadows[0]*(1.0-2.0*shade);}}void multidirectional_hillshade(vec2 deriv){deriv=deriv*u_exaggeration*2.0;fragColor=vec4(0,0,0,0);for(int i=0; i < NUM_ILLUMINATION_SOURCES; i++){float cos_alt=cos(u_altitudes[i]);float sin_alt=sin(u_altitudes[i]);float cos_az=-cos(u_azimuths[i]);float sin_az=-sin(u_azimuths[i]);float cang=(sin_alt-(deriv.y*cos_az*cos_alt-deriv.x*sin_az*cos_alt))/sqrt(1.0+dot(deriv,deriv));float shade=clamp(cang,0.0,1.0);if(shade > 0.5){fragColor+=u_highlights[i]*(2.0*shade-1.0)/float(NUM_ILLUMINATION_SOURCES);}else
375
- {fragColor+=u_shadows[i]*(1.0-2.0*shade)/float(NUM_ILLUMINATION_SOURCES);}}}void combined_hillshade(vec2 deriv){deriv=deriv*u_exaggeration*2.0;float azimuth=u_azimuths[0]+PI;float cos_az=cos(azimuth);float sin_az=sin(azimuth);float cos_alt=cos(u_altitudes[0]);float sin_alt=sin(u_altitudes[0]);float cang=acos((sin_alt-(deriv.y*cos_az*cos_alt-deriv.x*sin_az*cos_alt))/sqrt(1.0+dot(deriv,deriv)));cang=clamp(cang,0.0,PI/2.0);float shade=cang*atan(length(deriv))*4.0/PI/PI;float highlight=(PI/2.0-cang)*atan(length(deriv))*4.0/PI/PI;fragColor=u_shadows[0]*shade+u_highlights[0]*highlight;}void main() {vec4 pixel=texture(u_image,v_pos);float scaleFactor=cos(radians((u_latrange[0]-u_latrange[1])*(1.0-v_pos.y)+u_latrange[1]));vec2 deriv=((pixel.rg*8.0)-4.0)/scaleFactor;if (u_method==BASIC) {basic_hillshade(deriv);} else if (u_method==COMBINED) {combined_hillshade(deriv);} else if (u_method==IGOR) {igor_hillshade(deriv);} else if (u_method==MULTIDIRECTIONAL) {multidirectional_hillshade(deriv);} else if (u_method==STANDARD) {standard_hillshade(deriv);} else {standard_hillshade(deriv);}
376
- #ifdef OVERDRAW_INSPECTOR
377
- fragColor=vec4(1.0);
378
- #endif
379
- }`,"uniform mat4 u_matrix;in vec2 a_pos;out vec2 v_pos;void main() {gl_Position=projectTile(a_pos,a_pos);v_pos=a_pos/8192.0;if (a_pos.y <-32767.5) {v_pos.y=0.0;}if (a_pos.y > 32766.5) {v_pos.y=1.0;}}"),line:Qe(`uniform lowp float u_device_pixel_ratio;in vec2 v_width2;in vec2 v_normal;in float v_gamma_scale;
380
- #ifdef GLOBE
381
- in float v_depth;
382
- #endif
383
- #pragma mapbox: define highp vec4 color
384
- #pragma mapbox: define lowp float blur
385
- #pragma mapbox: define lowp float opacity
386
- void main() {
387
- #pragma mapbox: initialize highp vec4 color
388
- #pragma mapbox: initialize lowp float blur
389
- #pragma mapbox: initialize lowp float opacity
390
- float dist=length(v_normal)*v_width2.s;float blur2=(blur+1.0/u_device_pixel_ratio)*v_gamma_scale;float alpha=clamp(min(dist-(v_width2.t-blur2),v_width2.s-dist)/blur2,0.0,1.0);fragColor=color*(alpha*opacity);
391
- #ifdef GLOBE
392
- if (v_depth > 1.0) {discard;}
393
- #endif
394
- #ifdef OVERDRAW_INSPECTOR
395
- fragColor=vec4(1.0);
396
- #endif
397
- }`,`
398
- #define scale 0.015873016
399
- in vec2 a_pos_normal;in vec4 a_data;uniform vec2 u_translation;uniform mediump float u_ratio;uniform vec2 u_units_to_pixels;uniform lowp float u_device_pixel_ratio;out vec2 v_normal;out vec2 v_width2;out float v_gamma_scale;out highp float v_linesofar;
400
- #ifdef GLOBE
401
- out float v_depth;
402
- #endif
403
- #pragma mapbox: define highp vec4 color
404
- #pragma mapbox: define lowp float blur
405
- #pragma mapbox: define lowp float opacity
406
- #pragma mapbox: define mediump float gapwidth
407
- #pragma mapbox: define lowp float offset
408
- #pragma mapbox: define mediump float width
409
- void main() {
410
- #pragma mapbox: initialize highp vec4 color
411
- #pragma mapbox: initialize lowp float blur
412
- #pragma mapbox: initialize lowp float opacity
413
- #pragma mapbox: initialize mediump float gapwidth
414
- #pragma mapbox: initialize lowp float offset
415
- #pragma mapbox: initialize mediump float width
416
- float ANTIALIASING=1.0/u_device_pixel_ratio/2.0;vec2 a_extrude=a_data.xy-128.0;float a_direction=mod(a_data.z,4.0)-1.0;v_linesofar=(floor(a_data.z/4.0)+a_data.w*64.0)*2.0;vec2 pos=floor(a_pos_normal*0.5);mediump vec2 normal=a_pos_normal-2.0*pos;normal.y=normal.y*2.0-1.0;v_normal=normal;gapwidth=gapwidth/2.0;float halfwidth=width/2.0;offset=-1.0*offset;float inset=gapwidth+(gapwidth > 0.0 ? ANTIALIASING : 0.0);float outset=gapwidth+halfwidth*(gapwidth > 0.0 ? 2.0 : 1.0)+(halfwidth==0.0 ? 0.0 : ANTIALIASING);mediump vec2 dist=outset*a_extrude*scale;mediump float u=0.5*a_direction;mediump float t=1.0-abs(u);mediump vec2 offset2=offset*a_extrude*scale*normal.y*mat2(t,-u,u,t);float adjustedThickness=projectLineThickness(pos.y);vec4 projected_no_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation);vec4 projected_with_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation+dist/u_ratio*adjustedThickness);gl_Position=projected_with_extrude;
417
- #ifdef GLOBE
418
- v_depth=gl_Position.z/gl_Position.w;
419
- #endif
420
- #ifdef TERRAIN3D
421
- v_gamma_scale=1.0;
422
- #else
423
- float extrude_length_without_perspective=length(dist);float extrude_length_with_perspective=length((projected_with_extrude.xy-projected_no_extrude.xy)/projected_with_extrude.w*u_units_to_pixels);v_gamma_scale=extrude_length_without_perspective/extrude_length_with_perspective;
424
- #endif
425
- v_width2=vec2(outset,inset);}`),lineGradient:Qe(`uniform lowp float u_device_pixel_ratio;uniform sampler2D u_image;in vec2 v_width2;in vec2 v_normal;in float v_gamma_scale;in highp vec2 v_uv;
426
- #ifdef GLOBE
427
- in float v_depth;
428
- #endif
429
- #pragma mapbox: define lowp float blur
430
- #pragma mapbox: define lowp float opacity
431
- void main() {
432
- #pragma mapbox: initialize lowp float blur
433
- #pragma mapbox: initialize lowp float opacity
434
- float dist=length(v_normal)*v_width2.s;float blur2=(blur+1.0/u_device_pixel_ratio)*v_gamma_scale;float alpha=clamp(min(dist-(v_width2.t-blur2),v_width2.s-dist)/blur2,0.0,1.0);vec4 color=texture(u_image,v_uv);fragColor=color*(alpha*opacity);
435
- #ifdef GLOBE
436
- if (v_depth > 1.0) {discard;}
437
- #endif
438
- #ifdef OVERDRAW_INSPECTOR
439
- fragColor=vec4(1.0);
440
- #endif
441
- }`,`
442
- #define scale 0.015873016
443
- in vec2 a_pos_normal;in vec4 a_data;in float a_uv_x;in float a_split_index;uniform vec2 u_translation;uniform mediump float u_ratio;uniform lowp float u_device_pixel_ratio;uniform vec2 u_units_to_pixels;uniform float u_image_height;out vec2 v_normal;out vec2 v_width2;out float v_gamma_scale;out highp vec2 v_uv;
444
- #ifdef GLOBE
445
- out float v_depth;
446
- #endif
447
- #pragma mapbox: define lowp float blur
448
- #pragma mapbox: define lowp float opacity
449
- #pragma mapbox: define mediump float gapwidth
450
- #pragma mapbox: define lowp float offset
451
- #pragma mapbox: define mediump float width
452
- void main() {
453
- #pragma mapbox: initialize lowp float blur
454
- #pragma mapbox: initialize lowp float opacity
455
- #pragma mapbox: initialize mediump float gapwidth
456
- #pragma mapbox: initialize lowp float offset
457
- #pragma mapbox: initialize mediump float width
458
- float ANTIALIASING=1.0/u_device_pixel_ratio/2.0;vec2 a_extrude=a_data.xy-128.0;float a_direction=mod(a_data.z,4.0)-1.0;highp float texel_height=1.0/u_image_height;highp float half_texel_height=0.5*texel_height;v_uv=vec2(a_uv_x,a_split_index*texel_height-half_texel_height);vec2 pos=floor(a_pos_normal*0.5);mediump vec2 normal=a_pos_normal-2.0*pos;normal.y=normal.y*2.0-1.0;v_normal=normal;gapwidth=gapwidth/2.0;float halfwidth=width/2.0;offset=-1.0*offset;float inset=gapwidth+(gapwidth > 0.0 ? ANTIALIASING : 0.0);float outset=gapwidth+halfwidth*(gapwidth > 0.0 ? 2.0 : 1.0)+(halfwidth==0.0 ? 0.0 : ANTIALIASING);mediump vec2 dist=outset*a_extrude*scale;mediump float u=0.5*a_direction;mediump float t=1.0-abs(u);mediump vec2 offset2=offset*a_extrude*scale*normal.y*mat2(t,-u,u,t);float adjustedThickness=projectLineThickness(pos.y);vec4 projected_no_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation);vec4 projected_with_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation+dist/u_ratio*adjustedThickness);gl_Position=projected_with_extrude;
459
- #ifdef GLOBE
460
- v_depth=gl_Position.z/gl_Position.w;
461
- #endif
462
- #ifdef TERRAIN3D
463
- v_gamma_scale=1.0;
464
- #else
465
- float extrude_length_without_perspective=length(dist);float extrude_length_with_perspective=length((projected_with_extrude.xy-projected_no_extrude.xy)/projected_with_extrude.w*u_units_to_pixels);v_gamma_scale=extrude_length_without_perspective/extrude_length_with_perspective;
466
- #endif
467
- v_width2=vec2(outset,inset);}`),linePattern:Qe(`#ifdef GL_ES
468
- precision highp float;
469
- #endif
470
- uniform lowp float u_device_pixel_ratio;uniform vec2 u_texsize;uniform float u_fade;uniform mediump vec3 u_scale;uniform sampler2D u_image;in vec2 v_normal;in vec2 v_width2;in float v_linesofar;in float v_gamma_scale;in float v_width;
471
- #ifdef GLOBE
472
- in float v_depth;
473
- #endif
474
- #pragma mapbox: define lowp vec4 pattern_from
475
- #pragma mapbox: define lowp vec4 pattern_to
476
- #pragma mapbox: define lowp float pixel_ratio_from
477
- #pragma mapbox: define lowp float pixel_ratio_to
478
- #pragma mapbox: define lowp float blur
479
- #pragma mapbox: define lowp float opacity
480
- void main() {
481
- #pragma mapbox: initialize mediump vec4 pattern_from
482
- #pragma mapbox: initialize mediump vec4 pattern_to
483
- #pragma mapbox: initialize lowp float pixel_ratio_from
484
- #pragma mapbox: initialize lowp float pixel_ratio_to
485
- #pragma mapbox: initialize lowp float blur
486
- #pragma mapbox: initialize lowp float opacity
487
- vec2 pattern_tl_a=pattern_from.xy;vec2 pattern_br_a=pattern_from.zw;vec2 pattern_tl_b=pattern_to.xy;vec2 pattern_br_b=pattern_to.zw;float tileZoomRatio=u_scale.x;float fromScale=u_scale.y;float toScale=u_scale.z;vec2 display_size_a=(pattern_br_a-pattern_tl_a)/pixel_ratio_from;vec2 display_size_b=(pattern_br_b-pattern_tl_b)/pixel_ratio_to;vec2 pattern_size_a=vec2(display_size_a.x*fromScale/tileZoomRatio,display_size_a.y);vec2 pattern_size_b=vec2(display_size_b.x*toScale/tileZoomRatio,display_size_b.y);float aspect_a=display_size_a.y/v_width;float aspect_b=display_size_b.y/v_width;float dist=length(v_normal)*v_width2.s;float blur2=(blur+1.0/u_device_pixel_ratio)*v_gamma_scale;float alpha=clamp(min(dist-(v_width2.t-blur2),v_width2.s-dist)/blur2,0.0,1.0);float x_a=mod(v_linesofar/pattern_size_a.x*aspect_a,1.0);float x_b=mod(v_linesofar/pattern_size_b.x*aspect_b,1.0);float y=0.5*v_normal.y+0.5;vec2 texel_size=1.0/u_texsize;vec2 pos_a=mix(pattern_tl_a*texel_size-texel_size,pattern_br_a*texel_size+texel_size,vec2(x_a,y));vec2 pos_b=mix(pattern_tl_b*texel_size-texel_size,pattern_br_b*texel_size+texel_size,vec2(x_b,y));vec4 color=mix(texture(u_image,pos_a),texture(u_image,pos_b),u_fade);fragColor=color*alpha*opacity;
488
- #ifdef GLOBE
489
- if (v_depth > 1.0) {discard;}
490
- #endif
491
- #ifdef OVERDRAW_INSPECTOR
492
- fragColor=vec4(1.0);
493
- #endif
494
- }`,`
495
- #define scale 0.015873016
496
- #define LINE_DISTANCE_SCALE 2.0
497
- in vec2 a_pos_normal;in vec4 a_data;uniform vec2 u_translation;uniform vec2 u_units_to_pixels;uniform mediump float u_ratio;uniform lowp float u_device_pixel_ratio;out vec2 v_normal;out vec2 v_width2;out float v_linesofar;out float v_gamma_scale;out float v_width;
498
- #ifdef GLOBE
499
- out float v_depth;
500
- #endif
501
- #pragma mapbox: define lowp float blur
502
- #pragma mapbox: define lowp float opacity
503
- #pragma mapbox: define lowp float offset
504
- #pragma mapbox: define mediump float gapwidth
505
- #pragma mapbox: define mediump float width
506
- #pragma mapbox: define lowp float floorwidth
507
- #pragma mapbox: define lowp vec4 pattern_from
508
- #pragma mapbox: define lowp vec4 pattern_to
509
- #pragma mapbox: define lowp float pixel_ratio_from
510
- #pragma mapbox: define lowp float pixel_ratio_to
511
- void main() {
512
- #pragma mapbox: initialize lowp float blur
513
- #pragma mapbox: initialize lowp float opacity
514
- #pragma mapbox: initialize lowp float offset
515
- #pragma mapbox: initialize mediump float gapwidth
516
- #pragma mapbox: initialize mediump float width
517
- #pragma mapbox: initialize lowp float floorwidth
518
- #pragma mapbox: initialize mediump vec4 pattern_from
519
- #pragma mapbox: initialize mediump vec4 pattern_to
520
- #pragma mapbox: initialize lowp float pixel_ratio_from
521
- #pragma mapbox: initialize lowp float pixel_ratio_to
522
- float ANTIALIASING=1.0/u_device_pixel_ratio/2.0;vec2 a_extrude=a_data.xy-128.0;float a_direction=mod(a_data.z,4.0)-1.0;float a_linesofar=(floor(a_data.z/4.0)+a_data.w*64.0)*LINE_DISTANCE_SCALE;vec2 pos=floor(a_pos_normal*0.5);mediump vec2 normal=a_pos_normal-2.0*pos;normal.y=normal.y*2.0-1.0;v_normal=normal;gapwidth=gapwidth/2.0;float halfwidth=width/2.0;offset=-1.0*offset;float inset=gapwidth+(gapwidth > 0.0 ? ANTIALIASING : 0.0);float outset=gapwidth+halfwidth*(gapwidth > 0.0 ? 2.0 : 1.0)+(halfwidth==0.0 ? 0.0 : ANTIALIASING);mediump vec2 dist=outset*a_extrude*scale;mediump float u=0.5*a_direction;mediump float t=1.0-abs(u);mediump vec2 offset2=offset*a_extrude*scale*normal.y*mat2(t,-u,u,t);float adjustedThickness=projectLineThickness(pos.y);vec4 projected_no_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation);vec4 projected_with_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation+dist/u_ratio*adjustedThickness);gl_Position=projected_with_extrude;
523
- #ifdef GLOBE
524
- v_depth=gl_Position.z/gl_Position.w;
525
- #endif
526
- #ifdef TERRAIN3D
527
- v_gamma_scale=1.0;
528
- #else
529
- float extrude_length_without_perspective=length(dist);float extrude_length_with_perspective=length((projected_with_extrude.xy-projected_no_extrude.xy)/projected_with_extrude.w*u_units_to_pixels);v_gamma_scale=extrude_length_without_perspective/extrude_length_with_perspective;
530
- #endif
531
- v_linesofar=a_linesofar;v_width2=vec2(outset,inset);v_width=floorwidth;}`),lineSDF:Qe(`uniform lowp float u_device_pixel_ratio;uniform lowp float u_lineatlas_width;uniform sampler2D u_image;uniform float u_mix;in vec2 v_normal;in vec2 v_width2;in vec2 v_tex_a;in vec2 v_tex_b;in float v_gamma_scale;
532
- #ifdef GLOBE
533
- in float v_depth;
534
- #endif
535
- #pragma mapbox: define highp vec4 color
536
- #pragma mapbox: define lowp float blur
537
- #pragma mapbox: define lowp float opacity
538
- #pragma mapbox: define mediump float width
539
- #pragma mapbox: define lowp float floorwidth
540
- #pragma mapbox: define mediump vec4 dasharray_from
541
- #pragma mapbox: define mediump vec4 dasharray_to
542
- void main() {
543
- #pragma mapbox: initialize highp vec4 color
544
- #pragma mapbox: initialize lowp float blur
545
- #pragma mapbox: initialize lowp float opacity
546
- #pragma mapbox: initialize mediump float width
547
- #pragma mapbox: initialize lowp float floorwidth
548
- #pragma mapbox: initialize mediump vec4 dasharray_from
549
- #pragma mapbox: initialize mediump vec4 dasharray_to
550
- float dist=length(v_normal)*v_width2.s;float blur2=(blur+1.0/u_device_pixel_ratio)*v_gamma_scale;float alpha=clamp(min(dist-(v_width2.t-blur2),v_width2.s-dist)/blur2,0.0,1.0);float sdfdist_a=texture(u_image,v_tex_a).a;float sdfdist_b=texture(u_image,v_tex_b).a;float sdfdist=mix(sdfdist_a,sdfdist_b,u_mix);float sdfgamma=(u_lineatlas_width/256.0/u_device_pixel_ratio)/min(dasharray_from.w,dasharray_to.w);alpha*=smoothstep(0.5-sdfgamma/floorwidth,0.5+sdfgamma/floorwidth,sdfdist);fragColor=color*(alpha*opacity);
551
- #ifdef GLOBE
552
- if (v_depth > 1.0) {discard;}
553
- #endif
554
- #ifdef OVERDRAW_INSPECTOR
555
- fragColor=vec4(1.0);
556
- #endif
557
- }`,`
558
- #define scale 0.015873016
559
- #define LINE_DISTANCE_SCALE 2.0
560
- in vec2 a_pos_normal;in vec4 a_data;uniform vec2 u_translation;uniform mediump float u_ratio;uniform lowp float u_device_pixel_ratio;uniform vec2 u_units_to_pixels;uniform float u_tileratio;uniform float u_crossfade_from;uniform float u_crossfade_to;uniform float u_lineatlas_height;out vec2 v_normal;out vec2 v_width2;out vec2 v_tex_a;out vec2 v_tex_b;out float v_gamma_scale;
561
- #ifdef GLOBE
562
- out float v_depth;
563
- #endif
564
- #pragma mapbox: define highp vec4 color
565
- #pragma mapbox: define lowp float blur
566
- #pragma mapbox: define lowp float opacity
567
- #pragma mapbox: define mediump float gapwidth
568
- #pragma mapbox: define lowp float offset
569
- #pragma mapbox: define mediump float width
570
- #pragma mapbox: define lowp float floorwidth
571
- #pragma mapbox: define mediump vec4 dasharray_from
572
- #pragma mapbox: define mediump vec4 dasharray_to
573
- void main() {
574
- #pragma mapbox: initialize highp vec4 color
575
- #pragma mapbox: initialize lowp float blur
576
- #pragma mapbox: initialize lowp float opacity
577
- #pragma mapbox: initialize mediump float gapwidth
578
- #pragma mapbox: initialize lowp float offset
579
- #pragma mapbox: initialize mediump float width
580
- #pragma mapbox: initialize lowp float floorwidth
581
- #pragma mapbox: initialize mediump vec4 dasharray_from
582
- #pragma mapbox: initialize mediump vec4 dasharray_to
583
- float ANTIALIASING=1.0/u_device_pixel_ratio/2.0;vec2 a_extrude=a_data.xy-128.0;float a_direction=mod(a_data.z,4.0)-1.0;float a_linesofar=(floor(a_data.z/4.0)+a_data.w*64.0)*LINE_DISTANCE_SCALE;vec2 pos=floor(a_pos_normal*0.5);mediump vec2 normal=a_pos_normal-2.0*pos;normal.y=normal.y*2.0-1.0;v_normal=normal;gapwidth=gapwidth/2.0;float halfwidth=width/2.0;offset=-1.0*offset;float inset=gapwidth+(gapwidth > 0.0 ? ANTIALIASING : 0.0);float outset=gapwidth+halfwidth*(gapwidth > 0.0 ? 2.0 : 1.0)+(halfwidth==0.0 ? 0.0 : ANTIALIASING);mediump vec2 dist=outset*a_extrude*scale;mediump float u=0.5*a_direction;mediump float t=1.0-abs(u);mediump vec2 offset2=offset*a_extrude*scale*normal.y*mat2(t,-u,u,t);float adjustedThickness=projectLineThickness(pos.y);vec4 projected_no_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation);vec4 projected_with_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation+dist/u_ratio*adjustedThickness);gl_Position=projected_with_extrude;
584
- #ifdef GLOBE
585
- v_depth=gl_Position.z/gl_Position.w;
586
- #endif
587
- #ifdef TERRAIN3D
588
- v_gamma_scale=1.0;
589
- #else
590
- float extrude_length_without_perspective=length(dist);float extrude_length_with_perspective=length((projected_with_extrude.xy-projected_no_extrude.xy)/projected_with_extrude.w*u_units_to_pixels);v_gamma_scale=extrude_length_without_perspective/extrude_length_with_perspective;
591
- #endif
592
- float u_patternscale_a_x=u_tileratio/dasharray_from.w/u_crossfade_from;float u_patternscale_a_y=-dasharray_from.z/2.0/u_lineatlas_height;float u_patternscale_b_x=u_tileratio/dasharray_to.w/u_crossfade_to;float u_patternscale_b_y=-dasharray_to.z/2.0/u_lineatlas_height;v_tex_a=vec2(a_linesofar*u_patternscale_a_x/floorwidth,normal.y*u_patternscale_a_y+(float(dasharray_from.y)+0.5)/u_lineatlas_height);v_tex_b=vec2(a_linesofar*u_patternscale_b_x/floorwidth,normal.y*u_patternscale_b_y+(float(dasharray_to.y)+0.5)/u_lineatlas_height);v_width2=vec2(outset,inset);}`),lineGradientSDF:Qe(`uniform lowp float u_device_pixel_ratio;uniform sampler2D u_image;uniform sampler2D u_image_dash;uniform float u_mix;uniform lowp float u_lineatlas_width;in vec2 v_normal;in vec2 v_width2;in vec2 v_tex_a;in vec2 v_tex_b;in float v_gamma_scale;in highp vec2 v_uv;
593
- #ifdef GLOBE
594
- in float v_depth;
595
- #endif
596
- #pragma mapbox: define lowp float blur
597
- #pragma mapbox: define lowp float opacity
598
- #pragma mapbox: define mediump float width
599
- #pragma mapbox: define lowp float floorwidth
600
- #pragma mapbox: define mediump vec4 dasharray_from
601
- #pragma mapbox: define mediump vec4 dasharray_to
602
- void main() {
603
- #pragma mapbox: initialize lowp float blur
604
- #pragma mapbox: initialize lowp float opacity
605
- #pragma mapbox: initialize mediump float width
606
- #pragma mapbox: initialize lowp float floorwidth
607
- #pragma mapbox: initialize mediump vec4 dasharray_from
608
- #pragma mapbox: initialize mediump vec4 dasharray_to
609
- float dist=length(v_normal)*v_width2.s;float blur2=(blur+1.0/u_device_pixel_ratio)*v_gamma_scale;float alpha=clamp(min(dist-(v_width2.t-blur2),v_width2.s-dist)/blur2,0.0,1.0);vec4 color=texture(u_image,v_uv);float sdfdist_a=texture(u_image_dash,v_tex_a).a;float sdfdist_b=texture(u_image_dash,v_tex_b).a;float sdfdist=mix(sdfdist_a,sdfdist_b,u_mix);float sdfgamma=(u_lineatlas_width/256.0)/min(dasharray_from.w,dasharray_to.w);float dash_alpha=smoothstep(0.5-sdfgamma/floorwidth,0.5+sdfgamma/floorwidth,sdfdist);fragColor=color*(alpha*dash_alpha*opacity);
610
- #ifdef GLOBE
611
- if (v_depth > 1.0) {discard;}
612
- #endif
613
- #ifdef OVERDRAW_INSPECTOR
614
- fragColor=vec4(1.0);
615
- #endif
616
- }`,`
617
- #define scale 0.015873016
618
- #define LINE_DISTANCE_SCALE 2.0
619
- in vec2 a_pos_normal;in vec4 a_data;in float a_uv_x;in float a_split_index;uniform vec2 u_translation;uniform mediump float u_ratio;uniform lowp float u_device_pixel_ratio;uniform vec2 u_units_to_pixels;uniform float u_image_height;uniform float u_tileratio;uniform float u_crossfade_from;uniform float u_crossfade_to;uniform float u_lineatlas_height;out vec2 v_normal;out vec2 v_width2;out float v_gamma_scale;out highp vec2 v_uv;out vec2 v_tex_a;out vec2 v_tex_b;
620
- #ifdef GLOBE
621
- out float v_depth;
622
- #endif
623
- #pragma mapbox: define lowp float blur
624
- #pragma mapbox: define lowp float opacity
625
- #pragma mapbox: define mediump float gapwidth
626
- #pragma mapbox: define lowp float offset
627
- #pragma mapbox: define mediump float width
628
- #pragma mapbox: define lowp float floorwidth
629
- #pragma mapbox: define mediump vec4 dasharray_from
630
- #pragma mapbox: define mediump vec4 dasharray_to
631
- void main() {
632
- #pragma mapbox: initialize lowp float blur
633
- #pragma mapbox: initialize lowp float opacity
634
- #pragma mapbox: initialize mediump float gapwidth
635
- #pragma mapbox: initialize lowp float offset
636
- #pragma mapbox: initialize mediump float width
637
- #pragma mapbox: initialize lowp float floorwidth
638
- #pragma mapbox: initialize mediump vec4 dasharray_from
639
- #pragma mapbox: initialize mediump vec4 dasharray_to
640
- float ANTIALIASING=1.0/u_device_pixel_ratio/2.0;vec2 a_extrude=a_data.xy-128.0;float a_direction=mod(a_data.z,4.0)-1.0;float a_linesofar=(floor(a_data.z/4.0)+a_data.w*64.0)*LINE_DISTANCE_SCALE;float texel_height=1.0/u_image_height;float half_texel_height=0.5*texel_height;v_uv=vec2(a_uv_x,a_split_index*texel_height-half_texel_height);vec2 pos=floor(a_pos_normal*0.5);mediump vec2 normal=a_pos_normal-2.0*pos;normal.y=normal.y*2.0-1.0;v_normal=normal;gapwidth=gapwidth/2.0;float halfwidth=width/2.0;offset=-1.0*offset;float inset=gapwidth+(gapwidth > 0.0 ? ANTIALIASING : 0.0);float outset=gapwidth+halfwidth*(gapwidth > 0.0 ? 2.0 : 1.0)+(halfwidth==0.0 ? 0.0 : ANTIALIASING);mediump vec2 dist=outset*a_extrude*scale;mediump float u=0.5*a_direction;mediump float t=1.0-abs(u);mediump vec2 offset2=offset*a_extrude*scale*normal.y*mat2(t,-u,u,t);float adjustedThickness=projectLineThickness(pos.y);vec4 projected_no_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation);vec4 projected_with_extrude=projectTile(pos+offset2/u_ratio*adjustedThickness+u_translation+dist/u_ratio*adjustedThickness);gl_Position=projected_with_extrude;
641
- #ifdef GLOBE
642
- v_depth=gl_Position.z/gl_Position.w;
643
- #endif
644
- #ifdef TERRAIN3D
645
- v_gamma_scale=1.0;
646
- #else
647
- float extrude_length_without_perspective=length(dist);float extrude_length_with_perspective=length((projected_with_extrude.xy-projected_no_extrude.xy)/projected_with_extrude.w*u_units_to_pixels);v_gamma_scale=extrude_length_without_perspective/extrude_length_with_perspective;
648
- #endif
649
- float u_patternscale_a_x=u_tileratio/dasharray_from.w/u_crossfade_from;float u_patternscale_a_y=-dasharray_from.z/2.0/u_lineatlas_height;float u_patternscale_b_x=u_tileratio/dasharray_to.w/u_crossfade_to;float u_patternscale_b_y=-dasharray_to.z/2.0/u_lineatlas_height;v_tex_a=vec2(a_linesofar*u_patternscale_a_x/floorwidth,normal.y*u_patternscale_a_y+(float(dasharray_from.y)+0.5)/u_lineatlas_height);v_tex_b=vec2(a_linesofar*u_patternscale_b_x/floorwidth,normal.y*u_patternscale_b_y+(float(dasharray_to.y)+0.5)/u_lineatlas_height);v_width2=vec2(outset,inset);}`),raster:Qe(`uniform float u_fade_t;uniform float u_opacity;uniform sampler2D u_image0;uniform sampler2D u_image1;in vec2 v_pos0;in vec2 v_pos1;uniform float u_brightness_low;uniform float u_brightness_high;uniform float u_saturation_factor;uniform float u_contrast_factor;uniform vec3 u_spin_weights;void main() {vec4 color0=texture(u_image0,v_pos0);vec4 color1=texture(u_image1,v_pos1);if (color0.a > 0.0) {color0.rgb=color0.rgb/color0.a;}if (color1.a > 0.0) {color1.rgb=color1.rgb/color1.a;}vec4 color=mix(color0,color1,u_fade_t);color.a*=u_opacity;vec3 rgb=color.rgb;rgb=vec3(dot(rgb,u_spin_weights.xyz),dot(rgb,u_spin_weights.zxy),dot(rgb,u_spin_weights.yzx));float average=(color.r+color.g+color.b)/3.0;rgb+=(average-rgb)*u_saturation_factor;rgb=(rgb-0.5)*u_contrast_factor+0.5;vec3 u_high_vec=vec3(u_brightness_low,u_brightness_low,u_brightness_low);vec3 u_low_vec=vec3(u_brightness_high,u_brightness_high,u_brightness_high);fragColor=vec4(mix(u_high_vec,u_low_vec,rgb)*color.a,color.a);
650
- #ifdef OVERDRAW_INSPECTOR
651
- fragColor=vec4(1.0);
652
- #endif
653
- }`,`uniform vec2 u_tl_parent;uniform float u_scale_parent;uniform float u_buffer_scale;uniform vec4 u_coords_top;uniform vec4 u_coords_bottom;in vec2 a_pos;out vec2 v_pos0;out vec2 v_pos1;void main() {vec2 fractionalPos=a_pos/8192.0;vec2 position=mix(mix(u_coords_top.xy,u_coords_top.zw,fractionalPos.x),mix(u_coords_bottom.xy,u_coords_bottom.zw,fractionalPos.x),fractionalPos.y);gl_Position=projectTile(position,position);v_pos0=((fractionalPos-0.5)/u_buffer_scale)+0.5;
654
- #ifdef GLOBE
655
- if (a_pos.y <-32767.5) {v_pos0.y=0.0;}if (a_pos.y > 32766.5) {v_pos0.y=1.0;}
656
- #endif
657
- v_pos1=(v_pos0*u_scale_parent)+u_tl_parent;}`),symbolIcon:Qe(`uniform sampler2D u_texture;in vec2 v_tex;in float v_fade_opacity;
658
- #pragma mapbox: define lowp float opacity
659
- void main() {
660
- #pragma mapbox: initialize lowp float opacity
661
- lowp float alpha=opacity*v_fade_opacity;fragColor=texture(u_texture,v_tex)*alpha;
662
- #ifdef OVERDRAW_INSPECTOR
663
- fragColor=vec4(1.0);
664
- #endif
665
- }`,`in vec4 a_pos_offset;in vec4 a_data;in vec4 a_pixeloffset;in vec3 a_projected_pos;in float a_fade_opacity;uniform bool u_is_size_zoom_constant;uniform bool u_is_size_feature_constant;uniform highp float u_size_t;uniform highp float u_size;uniform highp float u_camera_to_center_distance;uniform highp float u_pitch;uniform bool u_rotate_symbol;uniform highp float u_aspect_ratio;uniform float u_fade_change;uniform mat4 u_label_plane_matrix;uniform mat4 u_coord_matrix;uniform bool u_is_text;uniform bool u_pitch_with_map;uniform vec2 u_texsize;uniform bool u_is_along_line;uniform bool u_is_variable_anchor;uniform vec2 u_translation;uniform float u_pitched_scale;out vec2 v_tex;out float v_fade_opacity;
666
- #pragma mapbox: define lowp float opacity
667
- void main() {
668
- #pragma mapbox: initialize lowp float opacity
669
- vec2 a_pos=a_pos_offset.xy;vec2 a_offset=a_pos_offset.zw;vec2 a_tex=a_data.xy;vec2 a_size=a_data.zw;float a_size_min=floor(a_size[0]*0.5);vec2 a_pxoffset=a_pixeloffset.xy;vec2 a_minFontScale=a_pixeloffset.zw/256.0;float ele=get_elevation(a_pos);highp float segment_angle=-a_projected_pos[2];float size;if (!u_is_size_zoom_constant && !u_is_size_feature_constant) {size=mix(a_size_min,a_size[1],u_size_t)/128.0;} else if (u_is_size_zoom_constant && !u_is_size_feature_constant) {size=a_size_min/128.0;} else {size=u_size;}vec2 translated_a_pos=a_pos+u_translation;vec4 projectedPoint=projectTileWithElevation(translated_a_pos,ele);highp float camera_to_anchor_distance=projectedPoint.w;highp float distance_ratio=u_pitch_with_map ?
670
- camera_to_anchor_distance/u_camera_to_center_distance :
671
- u_camera_to_center_distance/camera_to_anchor_distance;highp float perspective_ratio=clamp(0.5+0.5*distance_ratio,0.0,4.0);size*=perspective_ratio;float fontScale=u_is_text ? size/24.0 : size;highp float symbol_rotation=0.0;if (u_rotate_symbol) {vec4 offsetProjectedPoint=projectTileWithElevation(translated_a_pos+vec2(1,0),ele);vec2 a=projectedPoint.xy/projectedPoint.w;vec2 b=offsetProjectedPoint.xy/offsetProjectedPoint.w;symbol_rotation=atan((b.y-a.y)/u_aspect_ratio,b.x-a.x);}highp float angle_sin=sin(segment_angle+symbol_rotation);highp float angle_cos=cos(segment_angle+symbol_rotation);mat2 rotation_matrix=mat2(angle_cos,-1.0*angle_sin,angle_sin,angle_cos);vec4 projected_pos;if (u_is_along_line || u_is_variable_anchor) {projected_pos=vec4(a_projected_pos.xy,ele,1.0);} else if (u_pitch_with_map) {projected_pos=u_label_plane_matrix*vec4(a_projected_pos.xy+u_translation,ele,1.0);} else {projected_pos=u_label_plane_matrix*projectTileWithElevation(a_projected_pos.xy+u_translation,ele);}float z=float(u_pitch_with_map)*projected_pos.z/projected_pos.w;float projectionScaling=1.0;
672
- #ifdef GLOBE
673
- if(u_pitch_with_map) {float anchor_pos_tile_y=(u_coord_matrix*vec4(projected_pos.xy/projected_pos.w,z,1.0)).y;projectionScaling=mix(projectionScaling,1.0/circumferenceRatioAtTileY(anchor_pos_tile_y)*u_pitched_scale,u_projection_transition);}
674
- #endif
675
- vec4 finalPos=u_coord_matrix*vec4(projected_pos.xy/projected_pos.w+rotation_matrix*(a_offset/32.0*max(a_minFontScale,fontScale)+a_pxoffset/16.0)*projectionScaling,z,1.0);if(u_pitch_with_map) {finalPos=projectTileWithElevation(finalPos.xy,finalPos.z);}gl_Position=finalPos;v_tex=a_tex/u_texsize;vec2 fade_opacity=unpack_opacity(a_fade_opacity);float fade_change=fade_opacity[1] > 0.5 ? u_fade_change :-u_fade_change;float visibility=calculate_visibility(projectedPoint);v_fade_opacity=max(0.0,min(visibility,fade_opacity[0]+fade_change));}`),symbolSDF:Qe(`#define SDF_PX 8.0
676
- uniform bool u_is_halo;uniform sampler2D u_texture;uniform highp float u_gamma_scale;uniform lowp float u_device_pixel_ratio;uniform bool u_is_text;in vec2 v_data0;in vec3 v_data1;
677
- #pragma mapbox: define highp vec4 fill_color
678
- #pragma mapbox: define highp vec4 halo_color
679
- #pragma mapbox: define lowp float opacity
680
- #pragma mapbox: define lowp float halo_width
681
- #pragma mapbox: define lowp float halo_blur
682
- void main() {
683
- #pragma mapbox: initialize highp vec4 fill_color
684
- #pragma mapbox: initialize highp vec4 halo_color
685
- #pragma mapbox: initialize lowp float opacity
686
- #pragma mapbox: initialize lowp float halo_width
687
- #pragma mapbox: initialize lowp float halo_blur
688
- float EDGE_GAMMA=0.105/u_device_pixel_ratio;vec2 tex=v_data0.xy;float gamma_scale=v_data1.x;float size=v_data1.y;float fade_opacity=v_data1[2];float fontScale=u_is_text ? size/24.0 : size;lowp vec4 color=fill_color;highp float gamma=EDGE_GAMMA/(fontScale*u_gamma_scale);lowp float inner_edge=(256.0-64.0)/256.0;if (u_is_halo) {color=halo_color;gamma=(halo_blur*1.19/SDF_PX+EDGE_GAMMA)/(fontScale*u_gamma_scale);inner_edge=inner_edge+gamma*gamma_scale;}lowp float dist=texture(u_texture,tex).a;highp float gamma_scaled=gamma*gamma_scale;highp float alpha=smoothstep(inner_edge-gamma_scaled,inner_edge+gamma_scaled,dist);if (u_is_halo) {lowp float halo_edge=(6.0-halo_width/fontScale)/SDF_PX;alpha=min(smoothstep(halo_edge-gamma_scaled,halo_edge+gamma_scaled,dist),1.0-alpha);}fragColor=color*(alpha*opacity*fade_opacity);
689
- #ifdef OVERDRAW_INSPECTOR
690
- fragColor=vec4(1.0);
691
- #endif
692
- }`,`in vec4 a_pos_offset;in vec4 a_data;in vec4 a_pixeloffset;in vec3 a_projected_pos;in float a_fade_opacity;uniform bool u_is_size_zoom_constant;uniform bool u_is_size_feature_constant;uniform highp float u_size_t;uniform highp float u_size;uniform mat4 u_label_plane_matrix;uniform mat4 u_coord_matrix;uniform bool u_is_text;uniform bool u_pitch_with_map;uniform bool u_is_along_line;uniform bool u_is_variable_anchor;uniform highp float u_pitch;uniform bool u_rotate_symbol;uniform highp float u_aspect_ratio;uniform highp float u_camera_to_center_distance;uniform float u_fade_change;uniform vec2 u_texsize;uniform vec2 u_translation;uniform float u_pitched_scale;out vec2 v_data0;out vec3 v_data1;
693
- #pragma mapbox: define highp vec4 fill_color
694
- #pragma mapbox: define highp vec4 halo_color
695
- #pragma mapbox: define lowp float opacity
696
- #pragma mapbox: define lowp float halo_width
697
- #pragma mapbox: define lowp float halo_blur
698
- void main() {
699
- #pragma mapbox: initialize highp vec4 fill_color
700
- #pragma mapbox: initialize highp vec4 halo_color
701
- #pragma mapbox: initialize lowp float opacity
702
- #pragma mapbox: initialize lowp float halo_width
703
- #pragma mapbox: initialize lowp float halo_blur
704
- vec2 a_pos=a_pos_offset.xy;vec2 a_offset=a_pos_offset.zw;vec2 a_tex=a_data.xy;vec2 a_size=a_data.zw;float a_size_min=floor(a_size[0]*0.5);vec2 a_pxoffset=a_pixeloffset.xy;float ele=get_elevation(a_pos);highp float segment_angle=-a_projected_pos[2];float size;if (!u_is_size_zoom_constant && !u_is_size_feature_constant) {size=mix(a_size_min,a_size[1],u_size_t)/128.0;} else if (u_is_size_zoom_constant && !u_is_size_feature_constant) {size=a_size_min/128.0;} else {size=u_size;}vec2 translated_a_pos=a_pos+u_translation;vec4 projectedPoint=projectTileWithElevation(translated_a_pos,ele);highp float camera_to_anchor_distance=projectedPoint.w;highp float distance_ratio=u_pitch_with_map ?
705
- camera_to_anchor_distance/u_camera_to_center_distance :
706
- u_camera_to_center_distance/camera_to_anchor_distance;highp float perspective_ratio=clamp(0.5+0.5*distance_ratio,0.0,4.0);size*=perspective_ratio;float fontScale=u_is_text ? size/24.0 : size;highp float symbol_rotation=0.0;if (u_rotate_symbol) {vec4 offsetProjectedPoint=projectTileWithElevation(translated_a_pos+vec2(1,0),ele);vec2 a=projectedPoint.xy/projectedPoint.w;vec2 b=offsetProjectedPoint.xy/offsetProjectedPoint.w;symbol_rotation=atan((b.y-a.y)/u_aspect_ratio,b.x-a.x);}highp float angle_sin=sin(segment_angle+symbol_rotation);highp float angle_cos=cos(segment_angle+symbol_rotation);mat2 rotation_matrix=mat2(angle_cos,-1.0*angle_sin,angle_sin,angle_cos);vec4 projected_pos;if (u_is_along_line || u_is_variable_anchor) {projected_pos=vec4(a_projected_pos.xy,ele,1.0);} else if (u_pitch_with_map) {projected_pos=u_label_plane_matrix*vec4(a_projected_pos.xy+u_translation,ele,1.0);} else {projected_pos=u_label_plane_matrix*projectTileWithElevation(a_projected_pos.xy+u_translation,ele);}float z=float(u_pitch_with_map)*projected_pos.z/projected_pos.w;float projectionScaling=1.0;
707
- #ifdef GLOBE
708
- if(u_pitch_with_map) {float anchor_pos_tile_y=(u_coord_matrix*vec4(projected_pos.xy/projected_pos.w,z,1.0)).y;projectionScaling=mix(projectionScaling,1.0/circumferenceRatioAtTileY(anchor_pos_tile_y)*u_pitched_scale,u_projection_transition);}
709
- #endif
710
- vec4 finalPos=u_coord_matrix*vec4(projected_pos.xy/projected_pos.w+rotation_matrix*(a_offset/32.0*fontScale+a_pxoffset)*projectionScaling,z,1.0);if(u_pitch_with_map) {finalPos=projectTileWithElevation(finalPos.xy,finalPos.z);}float gamma_scale=finalPos.w;gl_Position=finalPos;vec2 fade_opacity=unpack_opacity(a_fade_opacity);float visibility=calculate_visibility(projectedPoint);float fade_change=fade_opacity[1] > 0.5 ? u_fade_change :-u_fade_change;float interpolated_fade_opacity=max(0.0,min(visibility,fade_opacity[0]+fade_change));v_data0=a_tex/u_texsize;v_data1=vec3(gamma_scale,size,interpolated_fade_opacity);}`),symbolTextAndIcon:Qe(`#define SDF_PX 8.0
711
- #define SDF 1.0
712
- #define ICON 0.0
713
- uniform bool u_is_halo;uniform sampler2D u_texture;uniform sampler2D u_texture_icon;uniform highp float u_gamma_scale;uniform lowp float u_device_pixel_ratio;in vec4 v_data0;in vec4 v_data1;
714
- #pragma mapbox: define highp vec4 fill_color
715
- #pragma mapbox: define highp vec4 halo_color
716
- #pragma mapbox: define lowp float opacity
717
- #pragma mapbox: define lowp float halo_width
718
- #pragma mapbox: define lowp float halo_blur
719
- void main() {
720
- #pragma mapbox: initialize highp vec4 fill_color
721
- #pragma mapbox: initialize highp vec4 halo_color
722
- #pragma mapbox: initialize lowp float opacity
723
- #pragma mapbox: initialize lowp float halo_width
724
- #pragma mapbox: initialize lowp float halo_blur
725
- float fade_opacity=v_data1[2];if (v_data1.w==ICON) {vec2 tex_icon=v_data0.zw;lowp float alpha=opacity*fade_opacity;fragColor=texture(u_texture_icon,tex_icon)*alpha;
726
- #ifdef OVERDRAW_INSPECTOR
727
- fragColor=vec4(1.0);
728
- #endif
729
- return;}vec2 tex=v_data0.xy;float EDGE_GAMMA=0.105/u_device_pixel_ratio;float gamma_scale=v_data1.x;float size=v_data1.y;float fontScale=size/24.0;lowp vec4 color=fill_color;highp float gamma=EDGE_GAMMA/(fontScale*u_gamma_scale);lowp float buff=(256.0-64.0)/256.0;if (u_is_halo) {color=halo_color;gamma=(halo_blur*1.19/SDF_PX+EDGE_GAMMA)/(fontScale*u_gamma_scale);buff=(6.0-halo_width/fontScale)/SDF_PX;}lowp float dist=texture(u_texture,tex).a;highp float gamma_scaled=gamma*gamma_scale;highp float alpha=smoothstep(buff-gamma_scaled,buff+gamma_scaled,dist);fragColor=color*(alpha*opacity*fade_opacity);
730
- #ifdef OVERDRAW_INSPECTOR
731
- fragColor=vec4(1.0);
732
- #endif
733
- }`,`in vec4 a_pos_offset;in vec4 a_data;in vec3 a_projected_pos;in float a_fade_opacity;uniform bool u_is_size_zoom_constant;uniform bool u_is_size_feature_constant;uniform highp float u_size_t;uniform highp float u_size;uniform mat4 u_label_plane_matrix;uniform mat4 u_coord_matrix;uniform bool u_is_text;uniform bool u_pitch_with_map;uniform highp float u_pitch;uniform bool u_rotate_symbol;uniform highp float u_aspect_ratio;uniform highp float u_camera_to_center_distance;uniform float u_fade_change;uniform vec2 u_texsize;uniform vec2 u_texsize_icon;uniform bool u_is_along_line;uniform bool u_is_variable_anchor;uniform vec2 u_translation;uniform float u_pitched_scale;out vec4 v_data0;out vec4 v_data1;
734
- #pragma mapbox: define highp vec4 fill_color
735
- #pragma mapbox: define highp vec4 halo_color
736
- #pragma mapbox: define lowp float opacity
737
- #pragma mapbox: define lowp float halo_width
738
- #pragma mapbox: define lowp float halo_blur
739
- void main() {
740
- #pragma mapbox: initialize highp vec4 fill_color
741
- #pragma mapbox: initialize highp vec4 halo_color
742
- #pragma mapbox: initialize lowp float opacity
743
- #pragma mapbox: initialize lowp float halo_width
744
- #pragma mapbox: initialize lowp float halo_blur
745
- vec2 a_pos=a_pos_offset.xy;vec2 a_offset=a_pos_offset.zw;vec2 a_tex=a_data.xy;vec2 a_size=a_data.zw;float a_size_min=floor(a_size[0]*0.5);float is_sdf=a_size[0]-2.0*a_size_min;float ele=get_elevation(a_pos);highp float segment_angle=-a_projected_pos[2];float size;if (!u_is_size_zoom_constant && !u_is_size_feature_constant) {size=mix(a_size_min,a_size[1],u_size_t)/128.0;} else if (u_is_size_zoom_constant && !u_is_size_feature_constant) {size=a_size_min/128.0;} else {size=u_size;}vec2 translated_a_pos=a_pos+u_translation;vec4 projectedPoint=projectTileWithElevation(translated_a_pos,ele);highp float camera_to_anchor_distance=projectedPoint.w;highp float distance_ratio=u_pitch_with_map ?
746
- camera_to_anchor_distance/u_camera_to_center_distance :
747
- u_camera_to_center_distance/camera_to_anchor_distance;highp float perspective_ratio=clamp(0.5+0.5*distance_ratio,0.0,4.0);size*=perspective_ratio;float fontScale=size/24.0;highp float symbol_rotation=0.0;if (u_rotate_symbol) {vec4 offsetProjectedPoint=projectTileWithElevation(translated_a_pos+vec2(1,0),ele);vec2 a=projectedPoint.xy/projectedPoint.w;vec2 b=offsetProjectedPoint.xy/offsetProjectedPoint.w;symbol_rotation=atan((b.y-a.y)/u_aspect_ratio,b.x-a.x);}highp float angle_sin=sin(segment_angle+symbol_rotation);highp float angle_cos=cos(segment_angle+symbol_rotation);mat2 rotation_matrix=mat2(angle_cos,-1.0*angle_sin,angle_sin,angle_cos);vec4 projected_pos;if (u_is_along_line || u_is_variable_anchor) {projected_pos=vec4(a_projected_pos.xy,ele,1.0);} else if (u_pitch_with_map) {projected_pos=u_label_plane_matrix*vec4(a_projected_pos.xy+u_translation,ele,1.0);} else {projected_pos=u_label_plane_matrix*projectTileWithElevation(a_projected_pos.xy+u_translation,ele);}float z=float(u_pitch_with_map)*projected_pos.z/projected_pos.w;float projectionScaling=1.0;
748
- #ifdef GLOBE
749
- if(u_pitch_with_map && !u_is_along_line) {float anchor_pos_tile_y=(u_coord_matrix*vec4(projected_pos.xy/projected_pos.w,z,1.0)).y;projectionScaling=mix(projectionScaling,1.0/circumferenceRatioAtTileY(anchor_pos_tile_y)*u_pitched_scale,u_projection_transition);}
750
- #endif
751
- vec4 finalPos=u_coord_matrix*vec4(projected_pos.xy/projected_pos.w+rotation_matrix*(a_offset/32.0*fontScale)*projectionScaling,z,1.0);if(u_pitch_with_map) {finalPos=projectTileWithElevation(finalPos.xy,finalPos.z);}float gamma_scale=finalPos.w;gl_Position=finalPos;vec2 fade_opacity=unpack_opacity(a_fade_opacity);float visibility=calculate_visibility(projectedPoint);float fade_change=fade_opacity[1] > 0.5 ? u_fade_change :-u_fade_change;float interpolated_fade_opacity=max(0.0,min(visibility,fade_opacity[0]+fade_change));v_data0.xy=a_tex/u_texsize;v_data0.zw=a_tex/u_texsize_icon;v_data1=vec4(gamma_scale,size,interpolated_fade_opacity,is_sdf);}`),terrain:Qe("uniform sampler2D u_texture;uniform vec4 u_fog_color;uniform vec4 u_horizon_color;uniform float u_fog_ground_blend;uniform float u_fog_ground_blend_opacity;uniform float u_horizon_fog_blend;uniform bool u_is_globe_mode;in vec2 v_texture_pos;in float v_fog_depth;const float gamma=2.2;vec4 gammaToLinear(vec4 color) {return pow(color,vec4(gamma));}vec4 linearToGamma(vec4 color) {return pow(color,vec4(1.0/gamma));}void main() {vec4 surface_color=texture(u_texture,vec2(v_texture_pos.x,1.0-v_texture_pos.y));if (!u_is_globe_mode && v_fog_depth > u_fog_ground_blend) {vec4 surface_color_linear=gammaToLinear(surface_color);float blend_color=smoothstep(0.0,1.0,max((v_fog_depth-u_horizon_fog_blend)/(1.0-u_horizon_fog_blend),0.0));vec4 fog_horizon_color_linear=mix(gammaToLinear(u_fog_color),gammaToLinear(u_horizon_color),blend_color);float factor_fog=max(v_fog_depth-u_fog_ground_blend,0.0)/(1.0-u_fog_ground_blend);fragColor=linearToGamma(mix(surface_color_linear,fog_horizon_color_linear,pow(factor_fog,2.0)*u_fog_ground_blend_opacity));} else {fragColor=surface_color;}}","in vec3 a_pos3d;uniform mat4 u_fog_matrix;uniform float u_ele_delta;out vec2 v_texture_pos;out float v_fog_depth;void main() {float ele=get_elevation(a_pos3d.xy);float ele_delta=a_pos3d.z==1.0 ? u_ele_delta : 0.0;v_texture_pos=a_pos3d.xy/8192.0;gl_Position=projectTileFor3D(a_pos3d.xy,get_elevation(a_pos3d.xy)-ele_delta);vec4 pos=u_fog_matrix*vec4(a_pos3d.xy,ele,1.0);v_fog_depth=pos.z/pos.w*0.5+0.5;}"),terrainDepth:Qe("in float v_depth;const highp vec4 bitSh=vec4(256.*256.*256.,256.*256.,256.,1.);const highp vec4 bitMsk=vec4(0.,vec3(1./256.0));highp vec4 pack(highp float value) {highp vec4 comp=fract(value*bitSh);comp-=comp.xxyz*bitMsk;return comp;}void main() {fragColor=pack(v_depth);}","in vec3 a_pos3d;uniform float u_ele_delta;out float v_depth;void main() {float ele=get_elevation(a_pos3d.xy);float ele_delta=a_pos3d.z==1.0 ? u_ele_delta : 0.0;gl_Position=projectTileFor3D(a_pos3d.xy,ele-ele_delta);v_depth=gl_Position.z/gl_Position.w;}"),terrainCoords:Qe("precision mediump float;uniform sampler2D u_texture;uniform float u_terrain_coords_id;in vec2 v_texture_pos;void main() {vec4 rgba=texture(u_texture,v_texture_pos);fragColor=vec4(rgba.r,rgba.g,rgba.b,u_terrain_coords_id);}","in vec3 a_pos3d;uniform float u_ele_delta;out vec2 v_texture_pos;void main() {float ele=get_elevation(a_pos3d.xy);float ele_delta=a_pos3d.z==1.0 ? u_ele_delta : 0.0;v_texture_pos=a_pos3d.xy/8192.0;gl_Position=projectTileFor3D(a_pos3d.xy,ele-ele_delta);}"),projectionErrorMeasurement:Qe("in vec4 v_output_error_encoded;void main() {fragColor=v_output_error_encoded;}","in vec2 a_pos;uniform highp float u_input;uniform highp float u_output_expected;out vec4 v_output_error_encoded;void main() {float real_output=2.0*atan(exp(PI-(u_input*PI*2.0)))-PI*0.5;float error=real_output-u_output_expected;float abs_error=abs(error)*128.0;v_output_error_encoded.x=min(floor(abs_error*256.0),255.0)/255.0;abs_error-=v_output_error_encoded.x;v_output_error_encoded.y=min(floor(abs_error*65536.0),255.0)/255.0;abs_error-=v_output_error_encoded.x/255.0;v_output_error_encoded.z=min(floor(abs_error*16777216.0),255.0)/255.0;v_output_error_encoded.w=error >=0.0 ? 1.0 : 0.0;gl_Position=vec4(a_pos,0.0,1.0);}"),atmosphere:Qe(`in vec3 view_direction;uniform vec3 u_sun_pos;uniform vec3 u_globe_position;uniform float u_globe_radius;uniform float u_atmosphere_blend;/**Shader use from https:*Made some change to adapt to MapLibre Globe geometry*/const float PI=3.141592653589793;const int iSteps=5;const int jSteps=3;/*radius of the planet*/const float EARTH_RADIUS=6371e3;/*radius of the atmosphere*/const float ATMOS_RADIUS=6471e3;vec2 rsi(vec3 r0,vec3 rd,float sr) {float a=dot(rd,rd);float b=2.0*dot(rd,r0);float c=dot(r0,r0)-(sr*sr);float d=(b*b)-4.0*a*c;if (d < 0.0) return vec2(1e5,-1e5);return vec2((-b-sqrt(d))/(2.0*a),(-b+sqrt(d))/(2.0*a));}vec4 atmosphere(vec3 r,vec3 r0,vec3 pSun,float iSun,float rPlanet,float rAtmos,vec3 kRlh,float kMie,float shRlh,float shMie,float g) {pSun=normalize(pSun);r=normalize(r);vec2 p=rsi(r0,r,rAtmos);if (p.x > p.y) {return vec4(0.0,0.0,0.0,1.0);}if (p.x < 0.0) {p.x=0.0;}vec3 pos=r0+r*p.x;vec2 p2=rsi(r0,r,rPlanet);if (p2.x <=p2.y && p2.x > 0.0) {p.y=min(p.y,p2.x);}float iStepSize=(p.y-p.x)/float(iSteps);float iTime=p.x+iStepSize*0.5;vec3 totalRlh=vec3(0,0,0);vec3 totalMie=vec3(0,0,0);float iOdRlh=0.0;float iOdMie=0.0;float mu=dot(r,pSun);float mumu=mu*mu;float gg=g*g;float pRlh=3.0/(16.0*PI)*(1.0+mumu);float pMie=3.0/(8.0*PI)*((1.0-gg)*(mumu+1.0))/(pow(1.0+gg-2.0*mu*g,1.5)*(2.0+gg));for (int i=0; i < iSteps; i++) {vec3 iPos=r0+r*iTime;float iHeight=length(iPos)-rPlanet;float odStepRlh=exp(-iHeight/shRlh)*iStepSize;float odStepMie=exp(-iHeight/shMie)*iStepSize;iOdRlh+=odStepRlh;iOdMie+=odStepMie;float jStepSize=rsi(iPos,pSun,rAtmos).y/float(jSteps);float jTime=jStepSize*0.5;float jOdRlh=0.0;float jOdMie=0.0;for (int j=0; j < jSteps; j++) {vec3 jPos=iPos+pSun*jTime;float jHeight=length(jPos)-rPlanet;jOdRlh+=exp(-jHeight/shRlh)*jStepSize;jOdMie+=exp(-jHeight/shMie)*jStepSize;jTime+=jStepSize;}vec3 attn=exp(-(kMie*(iOdMie+jOdMie)+kRlh*(iOdRlh+jOdRlh)));totalRlh+=odStepRlh*attn;totalMie+=odStepMie*attn;iTime+=iStepSize;}float opacity=exp(-(length(kRlh)*length(totalRlh)+kMie*length(totalMie)));vec3 color=iSun*(pRlh*kRlh*totalRlh+pMie*kMie*totalMie);return vec4(color,opacity);}void main() {vec3 scale_camera_pos=-u_globe_position*EARTH_RADIUS/u_globe_radius;vec4 color=atmosphere(normalize(view_direction),scale_camera_pos,u_sun_pos,22.0,EARTH_RADIUS,ATMOS_RADIUS,vec3(5.5e-6,13.0e-6,22.4e-6),21e-6,8e3,1.2e3,0.758
752
- );color.rgb=1.0-exp(-1.0*color.rgb);color=pow(color,vec4(1.0/2.2));fragColor=vec4(color.rgb,1.0-color.a)*u_atmosphere_blend;}`,"in vec2 a_pos;uniform mat4 u_inv_proj_matrix;out vec3 view_direction;void main() {view_direction=(u_inv_proj_matrix*vec4(a_pos,0.0,1.0)).xyz;gl_Position=vec4(a_pos,0.0,1.0);}"),sky:Qe("uniform vec4 u_sky_color;uniform vec4 u_horizon_color;uniform vec2 u_horizon;uniform vec2 u_horizon_normal;uniform float u_sky_horizon_blend;uniform float u_sky_blend;void main() {float x=gl_FragCoord.x;float y=gl_FragCoord.y;float blend=(y-u_horizon.y)*u_horizon_normal.y+(x-u_horizon.x)*u_horizon_normal.x;if (blend > 0.0) {if (blend < u_sky_horizon_blend) {fragColor=mix(u_sky_color,u_horizon_color,pow(1.0-blend/u_sky_horizon_blend,2.0));} else {fragColor=u_sky_color;}}fragColor=mix(fragColor,vec4(vec3(0.0),0.0),u_sky_blend);}","in vec2 a_pos;void main() {gl_Position=vec4(a_pos,1.0,1.0);}")};function Qe(d,t){const n=/#pragma mapbox: ([\w]+) ([\w]+) ([\w]+) ([\w]+)/g,a=t.match(/in ([\w]+) ([\w]+)/g),l=d.match(/uniform ([\w]+) ([\w]+)([\s]*)([\w]*)/g),p=t.match(/uniform ([\w]+) ([\w]+)([\s]*)([\w]*)/g),m=p?p.concat(l):l,_={};return{fragmentSource:d=d.replace(n,((v,b,T,C,I)=>(_[I]=!0,b==="define"?`
753
- #ifndef HAS_UNIFORM_u_${I}
754
- in ${T} ${C} ${I};
755
- #else
756
- uniform ${T} ${C} u_${I};
757
- #endif
758
- `:`
759
- #ifdef HAS_UNIFORM_u_${I}
760
- ${T} ${C} ${I} = u_${I};
761
- #endif
762
- `))),vertexSource:t=t.replace(n,((v,b,T,C,I)=>{const D=C==="float"?"vec2":"vec4",R=I.match(/color/)?"color":D;return _[I]?b==="define"?`
763
- #ifndef HAS_UNIFORM_u_${I}
764
- uniform lowp float u_${I}_t;
765
- in ${T} ${D} a_${I};
766
- out ${T} ${C} ${I};
767
- #else
768
- uniform ${T} ${C} u_${I};
769
- #endif
770
- `:R==="vec4"?`
771
- #ifndef HAS_UNIFORM_u_${I}
772
- ${I} = a_${I};
773
- #else
774
- ${T} ${C} ${I} = u_${I};
775
- #endif
776
- `:`
777
- #ifndef HAS_UNIFORM_u_${I}
778
- ${I} = unpack_mix_${R}(a_${I}, u_${I}_t);
779
- #else
780
- ${T} ${C} ${I} = u_${I};
781
- #endif
782
- `:b==="define"?`
783
- #ifndef HAS_UNIFORM_u_${I}
784
- uniform lowp float u_${I}_t;
785
- in ${T} ${D} a_${I};
786
- #else
787
- uniform ${T} ${C} u_${I};
788
- #endif
789
- `:R==="vec4"?`
790
- #ifndef HAS_UNIFORM_u_${I}
791
- ${T} ${C} ${I} = a_${I};
792
- #else
793
- ${T} ${C} ${I} = u_${I};
794
- #endif
795
- `:`
796
- #ifndef HAS_UNIFORM_u_${I}
797
- ${T} ${C} ${I} = unpack_mix_${R}(a_${I}, u_${I}_t);
798
- #else
799
- ${T} ${C} ${I} = u_${I};
800
- #endif
801
- `})),staticAttributes:a,staticUniforms:m}}class Vt{constructor(t,n,a){this.vertexBuffer=t,this.indexBuffer=n,this.segments=a}destroy(){this.vertexBuffer.destroy(),this.indexBuffer.destroy(),this.segments.destroy(),this.vertexBuffer=null,this.indexBuffer=null,this.segments=null}}var on=c.aU([{name:"a_pos",type:"Int16",components:2}]);const Ki="#define PROJECTION_MERCATOR",cr="mercator";class Ji{constructor(){this._cachedMesh=null}get name(){return"mercator"}get useSubdivision(){return!1}get shaderVariantName(){return cr}get shaderDefine(){return Ki}get shaderPreludeCode(){return ei.projectionMercator}get vertexShaderPreludeCode(){return ei.projectionMercator.vertexSource}get subdivisionGranularity(){return c.aV.noSubdivision}get useGlobeControls(){return!1}get transitionState(){return 0}get latitudeErrorCorrectionRadians(){return 0}destroy(){}updateGPUdependent(t){}getMeshFromTileID(t,n,a,l,p){if(this._cachedMesh)return this._cachedMesh;const m=new c.aW;m.emplaceBack(0,0),m.emplaceBack(c.a5,0),m.emplaceBack(0,c.a5),m.emplaceBack(c.a5,c.a5);const _=t.createVertexBuffer(m,on.members),v=c.aX.simpleSegment(0,0,4,2),b=new c.aY;b.emplaceBack(1,0,2),b.emplaceBack(1,2,3);const T=t.createIndexBuffer(b);return this._cachedMesh=new Vt(_,T,v),this._cachedMesh}recalculate(){}hasTransition(){return!1}setErrorQueryLatitudeDegrees(t){}}class rs{constructor(t=0,n=0,a=0,l=0){if(isNaN(t)||t<0||isNaN(n)||n<0||isNaN(a)||a<0||isNaN(l)||l<0)throw new Error("Invalid value for edge-insets, top, bottom, left and right must all be numbers");this.top=t,this.bottom=n,this.left=a,this.right=l}interpolate(t,n,a){return n.top!=null&&t.top!=null&&(this.top=c.G.number(t.top,n.top,a)),n.bottom!=null&&t.bottom!=null&&(this.bottom=c.G.number(t.bottom,n.bottom,a)),n.left!=null&&t.left!=null&&(this.left=c.G.number(t.left,n.left,a)),n.right!=null&&t.right!=null&&(this.right=c.G.number(t.right,n.right,a)),this}getCenter(t,n){const a=c.an((this.left+t-this.right)/2,0,t),l=c.an((this.top+n-this.bottom)/2,0,n);return new c.P(a,l)}equals(t){return this.top===t.top&&this.bottom===t.bottom&&this.left===t.left&&this.right===t.right}clone(){return new rs(this.top,this.bottom,this.left,this.right)}toJSON(){return{top:this.top,bottom:this.bottom,left:this.left,right:this.right}}}function ln(d,t){if(!d.renderWorldCopies||d.lngRange)return;const n=t.lng-d.center.lng;t.lng+=n>180?-360:n<-180?360:0}function di(d){return Math.max(0,Math.floor(d))}class Pn{constructor(t,n){var a;this.applyConstrain=(l,p)=>this._constrainOverride!==null?this._constrainOverride(l,p):this._callbacks.defaultConstrain(l,p),this._callbacks=t,this._tileSize=512,this._renderWorldCopies=n?.renderWorldCopies===void 0||!!n?.renderWorldCopies,this._minZoom=n?.minZoom||0,this._maxZoom=n?.maxZoom||22,this._minPitch=n?.minPitch==null?0:n?.minPitch,this._maxPitch=n?.maxPitch==null?60:n?.maxPitch,this._constrainOverride=(a=n?.constrainOverride)!==null&&a!==void 0?a:null,this.setMaxBounds(),this._width=0,this._height=0,this._center=new c.V(0,0),this._elevation=0,this._zoom=0,this._tileZoom=di(this._zoom),this._scale=c.aq(this._zoom),this._bearingInRadians=0,this._fovInRadians=.6435011087932844,this._pitchInRadians=0,this._rollInRadians=0,this._unmodified=!0,this._edgeInsets=new rs,this._minElevationForCurrentTile=0,this._autoCalculateNearFarZ=!0}apply(t,n,a){this._constrainOverride=t.constrainOverride,this._latRange=t.latRange,this._lngRange=t.lngRange,this._width=t.width,this._height=t.height,this._center=t.center,this._elevation=t.elevation,this._minElevationForCurrentTile=t.minElevationForCurrentTile,this._zoom=t.zoom,this._tileZoom=di(this._zoom),this._scale=c.aq(this._zoom),this._bearingInRadians=t.bearingInRadians,this._fovInRadians=t.fovInRadians,this._pitchInRadians=t.pitchInRadians,this._rollInRadians=t.rollInRadians,this._unmodified=t.unmodified,this._edgeInsets=new rs(t.padding.top,t.padding.bottom,t.padding.left,t.padding.right),this._minZoom=t.minZoom,this._maxZoom=t.maxZoom,this._minPitch=t.minPitch,this._maxPitch=t.maxPitch,this._renderWorldCopies=t.renderWorldCopies,this._cameraToCenterDistance=t.cameraToCenterDistance,this._nearZ=t.nearZ,this._farZ=t.farZ,this._autoCalculateNearFarZ=!a&&t.autoCalculateNearFarZ,n&&this.constrainInternal(),this._calcMatrices()}get pixelsToClipSpaceMatrix(){return this._pixelsToClipSpaceMatrix}get clipSpaceToPixelsMatrix(){return this._clipSpaceToPixelsMatrix}get minElevationForCurrentTile(){return this._minElevationForCurrentTile}setMinElevationForCurrentTile(t){this._minElevationForCurrentTile=t}get tileSize(){return this._tileSize}get tileZoom(){return this._tileZoom}get scale(){return this._scale}get width(){return this._width}get height(){return this._height}get bearingInRadians(){return this._bearingInRadians}get lngRange(){return this._lngRange}get latRange(){return this._latRange}get pixelsToGLUnits(){return this._pixelsToGLUnits}get minZoom(){return this._minZoom}setMinZoom(t){this._minZoom!==t&&(this._minZoom=t,this.setZoom(this.applyConstrain(this._center,this.zoom).zoom))}get maxZoom(){return this._maxZoom}setMaxZoom(t){this._maxZoom!==t&&(this._maxZoom=t,this.setZoom(this.applyConstrain(this._center,this.zoom).zoom))}get minPitch(){return this._minPitch}setMinPitch(t){this._minPitch!==t&&(this._minPitch=t,this.setPitch(Math.max(this.pitch,t)))}get maxPitch(){return this._maxPitch}setMaxPitch(t){this._maxPitch!==t&&(this._maxPitch=t,this.setPitch(Math.min(this.pitch,t)))}get renderWorldCopies(){return this._renderWorldCopies}setRenderWorldCopies(t){t===void 0?t=!0:t===null&&(t=!1),this._renderWorldCopies=t}get constrainOverride(){return this._constrainOverride}setConstrainOverride(t){t===void 0&&(t=null),this._constrainOverride!==t&&(this._constrainOverride=t,this.constrainInternal(),this._calcMatrices())}get worldSize(){return this._tileSize*this._scale}get centerOffset(){return this.centerPoint._sub(this.size._div(2))}get size(){return new c.P(this._width,this._height)}get bearing(){return this._bearingInRadians/Math.PI*180}setBearing(t){const n=c.W(t,-180,180)*Math.PI/180;var a,l,p,m,_,v,b,T,C;this._bearingInRadians!==n&&(this._unmodified=!1,this._bearingInRadians=n,this._calcMatrices(),this._rotationMatrix=vt(),a=this._rotationMatrix,p=-this._bearingInRadians,m=(l=this._rotationMatrix)[0],_=l[1],v=l[2],b=l[3],T=Math.sin(p),C=Math.cos(p),a[0]=m*C+v*T,a[1]=_*C+b*T,a[2]=m*-T+v*C,a[3]=_*-T+b*C)}get rotationMatrix(){return this._rotationMatrix}get pitchInRadians(){return this._pitchInRadians}get pitch(){return this._pitchInRadians/Math.PI*180}setPitch(t){const n=c.an(t,this.minPitch,this.maxPitch)/180*Math.PI;this._pitchInRadians!==n&&(this._unmodified=!1,this._pitchInRadians=n,this._calcMatrices())}get rollInRadians(){return this._rollInRadians}get roll(){return this._rollInRadians/Math.PI*180}setRoll(t){const n=t/180*Math.PI;this._rollInRadians!==n&&(this._unmodified=!1,this._rollInRadians=n,this._calcMatrices())}get fovInRadians(){return this._fovInRadians}get fov(){return c.aZ(this._fovInRadians)}setFov(t){t=c.an(t,.1,150),this.fov!==t&&(this._unmodified=!1,this._fovInRadians=c.ap(t),this._calcMatrices())}get zoom(){return this._zoom}setZoom(t){const n=this.applyConstrain(this._center,t).zoom;this._zoom!==n&&(this._unmodified=!1,this._zoom=n,this._tileZoom=Math.max(0,Math.floor(n)),this._scale=c.aq(n),this.constrainInternal(),this._calcMatrices())}get center(){return this._center}setCenter(t){t.lat===this._center.lat&&t.lng===this._center.lng||(this._unmodified=!1,this._center=t,this.constrainInternal(),this._calcMatrices())}get elevation(){return this._elevation}setElevation(t){t!==this._elevation&&(this._elevation=t,this.constrainInternal(),this._calcMatrices())}get padding(){return this._edgeInsets.toJSON()}setPadding(t){this._edgeInsets.equals(t)||(this._unmodified=!1,this._edgeInsets.interpolate(this._edgeInsets,t,1),this._calcMatrices())}get centerPoint(){return this._edgeInsets.getCenter(this._width,this._height)}get pixelsPerMeter(){return this._pixelPerMeter}get unmodified(){return this._unmodified}get cameraToCenterDistance(){return this._cameraToCenterDistance}get nearZ(){return this._nearZ}get farZ(){return this._farZ}get autoCalculateNearFarZ(){return this._autoCalculateNearFarZ}overrideNearFarZ(t,n){this._autoCalculateNearFarZ=!1,this._nearZ=t,this._farZ=n,this._calcMatrices()}clearNearFarZOverride(){this._autoCalculateNearFarZ=!0,this._calcMatrices()}isPaddingEqual(t){return this._edgeInsets.equals(t)}interpolatePadding(t,n,a){this._unmodified=!1,this._edgeInsets.interpolate(t,n,a),this.constrainInternal(),this._calcMatrices()}resize(t,n,a=!0){this._width=t,this._height=n,a&&this.constrainInternal(),this._calcMatrices()}getMaxBounds(){return this._latRange&&this._latRange.length===2&&this._lngRange&&this._lngRange.length===2?new ri([this._lngRange[0],this._latRange[0]],[this._lngRange[1],this._latRange[1]]):null}setMaxBounds(t){t?(this._lngRange=[t.getWest(),t.getEast()],this._latRange=[t.getSouth(),t.getNorth()],this.constrainInternal()):(this._lngRange=null,this._latRange=[-c.ao,c.ao])}getCameraQueryGeometry(t,n){if(n.length===1)return[n[0],t];{const{minX:a,minY:l,maxX:p,maxY:m}=c.aa.fromPoints(n).extend(t);return[new c.P(a,l),new c.P(p,l),new c.P(p,m),new c.P(a,m),new c.P(a,l)]}}constrainInternal(){if(!this.center||!this._width||!this._height||this._constraining)return;this._constraining=!0;const t=this._unmodified,{center:n,zoom:a}=this.applyConstrain(this.center,this.zoom);this.setCenter(n),this.setZoom(a),this._unmodified=t,this._constraining=!1}_calcMatrices(){if(this._width&&this._height){this._pixelsToGLUnits=[2/this._width,-2/this._height];let t=c.ar(new Float64Array(16));c.Q(t,t,[this._width/2,-this._height/2,1]),c.O(t,t,[1,-1,0]),this._clipSpaceToPixelsMatrix=t,t=c.ar(new Float64Array(16)),c.Q(t,t,[1,-1,1]),c.O(t,t,[-1,-1,0]),c.Q(t,t,[2/this._width,2/this._height,1]),this._pixelsToClipSpaceMatrix=t,this._cameraToCenterDistance=.5/Math.tan(this.fovInRadians/2)*this._height}this._callbacks.calcMatrices()}calculateCenterFromCameraLngLatAlt(t,n,a,l){const p=a!==void 0?a:this.bearing,m=l=l!==void 0?l:this.pitch,{distanceToCenter:_,clampedElevation:v}=this._distanceToCenterFromAltElevationPitch(n,this.elevation,m),{x:b,y:T}=Bt(m,p),C=c.a9.fromLngLat(t,n);let I,D,R=c.a_(1,C.y),N=0;do{if(N+=1,N>10)break;D=_/R,I=new c.a9(C.x+b*D,C.y+T*D),R=1/I.meterInMercatorCoordinateUnits()}while(Math.abs(_-D*R)>1e-12);return{center:I.toLngLat(),elevation:v,zoom:c.at(this.height/2/Math.tan(this.fovInRadians/2)/D/this.tileSize)}}recalculateZoomAndCenter(t){if(this.elevation-t==0)return;const n=1/this.worldSize,a=c.as(1,this.center.lat)*this.worldSize,l=c.a9.fromLngLat(this.center,this.elevation),p=l.x/n,m=l.y/n,_=l.z/n,v=this.pitch,b=this.bearing,{x:T,y:C,z:I}=Bt(v,b),D=this.cameraToCenterDistance,R=p+D*-T,N=m+D*-C,U=_+D*I,{distanceToCenter:j,clampedElevation:$}=this._distanceToCenterFromAltElevationPitch(U/a,t,v),Y=j*a,G=new c.a9((R+T*Y)*n,(N+C*Y)*n,0).toLngLat(),H=c.as(1,G.lat),J=c.at(this.height/2/Math.tan(this.fovInRadians/2)/j/H/this.tileSize);this._elevation=$,this._center=G,this.setZoom(J)}_distanceToCenterFromAltElevationPitch(t,n,a){const l=-Math.cos(c.ap(a)),p=t-n;let m,_=n;return l*p>=0||Math.abs(l)<.1?(m=1e4,_=t+m*l):m=-p/l,{distanceToCenter:m,clampedElevation:_}}getCameraPoint(){const t=Math.tan(this.pitchInRadians)*(this.cameraToCenterDistance||1);return this.centerPoint.add(new c.P(t*Math.sin(this.rollInRadians),t*Math.cos(this.rollInRadians)))}getCameraAltitude(){return Math.cos(this.pitchInRadians)*this._cameraToCenterDistance/this._pixelPerMeter+this.elevation}getCameraLngLat(){const t=c.as(1,this.center.lat)*this.worldSize;return le(this.center,this.elevation,this.pitch,this.bearing,this.cameraToCenterDistance/t).toLngLat()}getMercatorTileCoordinates(t){if(!t)return[0,0,1,1];const n=t.canonical.z>=0?1<<t.canonical.z:Math.pow(2,t.canonical.z);return[t.canonical.x/n,t.canonical.y/n,1/n/c.a5,1/n/c.a5]}}class Nr{constructor(t,n){this.min=t,this.max=n,this.center=c.a$([],c.b0([],this.min,this.max),.5)}quadrant(t){const n=[t%2==0,t<2],a=c.b1(this.min),l=c.b1(this.max);for(let p=0;p<n.length;p++)a[p]=n[p]?this.min[p]:this.center[p],l[p]=n[p]?this.center[p]:this.max[p];return l[2]=this.max[2],new Nr(a,l)}distanceX(t){return Math.max(Math.min(this.max[0],t[0]),this.min[0])-t[0]}distanceY(t){return Math.max(Math.min(this.max[1],t[1]),this.min[1])-t[1]}intersectsFrustum(t){let n=!0;for(let a=0;a<t.planes.length;a++){const l=this.intersectsPlane(t.planes[a]);if(l===0)return 0;l===1&&(n=!1)}return n?2:t.aabb.min[0]>this.max[0]||t.aabb.min[1]>this.max[1]||t.aabb.min[2]>this.max[2]||t.aabb.max[0]<this.min[0]||t.aabb.max[1]<this.min[1]||t.aabb.max[2]<this.min[2]?0:1}intersectsPlane(t){let n=t[3],a=t[3];for(let l=0;l<3;l++)t[l]>0?(n+=t[l]*this.min[l],a+=t[l]*this.max[l]):(a+=t[l]*this.min[l],n+=t[l]*this.max[l]);return n>=0?2:a<0?0:1}}class ka{distanceToTile2d(t,n,a,l){const p=l.distanceX([t,n]),m=l.distanceY([t,n]);return Math.hypot(p,m)}getWrap(t,n,a){return a}getTileBoundingVolume(t,n,a,l){var p,m;let _=0,v=0;if(l?.terrain){const T=new c.a2(t.z,n,t.z,t.x,t.y),C=l.terrain.getMinMaxElevation(T);_=(p=C.minElevation)!==null&&p!==void 0?p:Math.min(0,a),v=(m=C.maxElevation)!==null&&m!==void 0?m:Math.max(0,a)}const b=1<<t.z;return new Nr([n+t.x/b,t.y/b,_],[n+(t.x+1)/b,(t.y+1)/b,v])}allowVariableZoom(t,n){const a=t.fov*(Math.abs(Math.cos(t.rollInRadians))*t.height+Math.abs(Math.sin(t.rollInRadians))*t.width)/t.height,l=c.an(78.5-a/2,0,60);return!!n.terrain||t.pitch>l}allowWorldCopies(){return!0}prepareNextFrame(){}}class nr{constructor(t,n,a){this.points=t,this.planes=n,this.aabb=a}static fromInvProjectionMatrix(t,n=1,a=0,l,p){const m=p?[[6,5,4],[0,1,2],[0,3,7],[2,1,5],[3,2,6],[0,4,5]]:[[0,1,2],[6,5,4],[0,3,7],[2,1,5],[3,2,6],[0,4,5]],_=Math.pow(2,a),v=[[-1,1,-1,1],[1,1,-1,1],[1,-1,-1,1],[-1,-1,-1,1],[-1,1,1,1],[1,1,1,1],[1,-1,1,1],[-1,-1,1,1]].map((I=>(function(D,R,N,U){const j=c.aH([],D,R),$=1/j[3]/N*U;return c.b6(j,j,[$,$,1/j[3],$])})(I,t,n,_)));l&&(function(I,D,R,N){const U=N?4:0,j=N?0:4;let $=0;const Y=[],G=[];for(let W=0;W<4;W++){const te=c.b2([],I[W+j],I[W+U]),pe=c.b7(te);c.a$(te,te,1/pe),Y.push(pe),G.push(te)}for(let W=0;W<4;W++){const te=c.b8(I[W+U],G[W],R);$=te!==null&&te>=0?Math.max($,te):Math.max($,Y[W])}const H=(function(W,te){const pe=c.b2([],W[te[0]],W[te[1]]),oe=c.b2([],W[te[2]],W[te[1]]),ce=[0,0,0,0];return c.b3(ce,c.b4([],pe,oe)),ce[3]=-c.b5(ce,W[te[0]]),ce})(I,D),J=(function(W,te){const pe=c.b9(W),oe=c.ba([],W,1/pe),ce=c.b2([],te,c.a$([],oe,c.b5(te,oe))),ue=c.b9(ce);if(ue>0){const Ce=Math.sqrt(1-oe[3]*oe[3]),Ee=c.a$([],oe,-oe[3]),we=c.b0([],Ee,c.a$([],ce,Ce/ue));return c.bb(te,we)}return null})(R,H);if(J!==null){const W=J/c.b5(G[0],H);$=Math.min($,W)}for(let W=0;W<4;W++){const te=Math.min($,Y[W]);I[W+j]=[I[W+U][0]+G[W][0]*te,I[W+U][1]+G[W][1]*te,I[W+U][2]+G[W][2]*te,1]}})(v,m[0],l,p);const b=m.map((I=>{const D=c.b2([],v[I[0]],v[I[1]]),R=c.b2([],v[I[2]],v[I[1]]),N=c.b3([],c.b4([],D,R)),U=-c.b5(N,v[I[1]]);return N.concat(U)})),T=[Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY],C=[Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY];for(const I of v)for(let D=0;D<3;D++)T[D]=Math.min(T[D],I[D]),C[D]=Math.max(C[D],I[D]);return new nr(v,b,new Nr(T,C))}}class In{get pixelsToClipSpaceMatrix(){return this._helper.pixelsToClipSpaceMatrix}get clipSpaceToPixelsMatrix(){return this._helper.clipSpaceToPixelsMatrix}get pixelsToGLUnits(){return this._helper.pixelsToGLUnits}get centerOffset(){return this._helper.centerOffset}get size(){return this._helper.size}get rotationMatrix(){return this._helper.rotationMatrix}get centerPoint(){return this._helper.centerPoint}get pixelsPerMeter(){return this._helper.pixelsPerMeter}setMinZoom(t){this._helper.setMinZoom(t)}setMaxZoom(t){this._helper.setMaxZoom(t)}setMinPitch(t){this._helper.setMinPitch(t)}setMaxPitch(t){this._helper.setMaxPitch(t)}setRenderWorldCopies(t){this._helper.setRenderWorldCopies(t)}setBearing(t){this._helper.setBearing(t)}setPitch(t){this._helper.setPitch(t)}setRoll(t){this._helper.setRoll(t)}setFov(t){this._helper.setFov(t)}setZoom(t){this._helper.setZoom(t)}setCenter(t){this._helper.setCenter(t)}setElevation(t){this._helper.setElevation(t)}setMinElevationForCurrentTile(t){this._helper.setMinElevationForCurrentTile(t)}setPadding(t){this._helper.setPadding(t)}interpolatePadding(t,n,a){return this._helper.interpolatePadding(t,n,a)}isPaddingEqual(t){return this._helper.isPaddingEqual(t)}resize(t,n,a=!0){this._helper.resize(t,n,a)}getMaxBounds(){return this._helper.getMaxBounds()}setMaxBounds(t){this._helper.setMaxBounds(t)}setConstrainOverride(t){this._helper.setConstrainOverride(t)}overrideNearFarZ(t,n){this._helper.overrideNearFarZ(t,n)}clearNearFarZOverride(){this._helper.clearNearFarZOverride()}getCameraQueryGeometry(t){return this._helper.getCameraQueryGeometry(this.getCameraPoint(),t)}get tileSize(){return this._helper.tileSize}get tileZoom(){return this._helper.tileZoom}get scale(){return this._helper.scale}get worldSize(){return this._helper.worldSize}get width(){return this._helper.width}get height(){return this._helper.height}get lngRange(){return this._helper.lngRange}get latRange(){return this._helper.latRange}get minZoom(){return this._helper.minZoom}get maxZoom(){return this._helper.maxZoom}get zoom(){return this._helper.zoom}get center(){return this._helper.center}get minPitch(){return this._helper.minPitch}get maxPitch(){return this._helper.maxPitch}get pitch(){return this._helper.pitch}get pitchInRadians(){return this._helper.pitchInRadians}get roll(){return this._helper.roll}get rollInRadians(){return this._helper.rollInRadians}get bearing(){return this._helper.bearing}get bearingInRadians(){return this._helper.bearingInRadians}get fov(){return this._helper.fov}get fovInRadians(){return this._helper.fovInRadians}get elevation(){return this._helper.elevation}get minElevationForCurrentTile(){return this._helper.minElevationForCurrentTile}get padding(){return this._helper.padding}get unmodified(){return this._helper.unmodified}get renderWorldCopies(){return this._helper.renderWorldCopies}get cameraToCenterDistance(){return this._helper.cameraToCenterDistance}get constrainOverride(){return this._helper.constrainOverride}get nearZ(){return this._helper.nearZ}get farZ(){return this._helper.farZ}get autoCalculateNearFarZ(){return this._helper.autoCalculateNearFarZ}setTransitionState(t,n){}constructor(t){this._posMatrixCache=new Map,this._alignedPosMatrixCache=new Map,this._fogMatrixCacheF32=new Map,this.defaultConstrain=(n,a)=>{a=c.an(+a,this.minZoom,this.maxZoom);const l={center:new c.V(n.lng,n.lat),zoom:a};let p=this._helper._lngRange;if(!this._helper._renderWorldCopies&&p===null){const G=179.9999999999;p=[-G,G]}const m=this.tileSize*c.aq(l.zoom);let _=0,v=m,b=0,T=m,C=0,I=0;const{x:D,y:R}=this.size;if(this._helper._latRange){const G=this._helper._latRange;_=c.X(G[1])*m,v=c.X(G[0])*m,v-_<R&&(C=R/(v-_))}p&&(b=c.W(c.Y(p[0])*m,0,m),T=c.W(c.Y(p[1])*m,0,m),T<b&&(T+=m),T-b<D&&(I=D/(T-b)));const{x:N,y:U}=Ze(m,n);let j,$;const Y=Math.max(I||0,C||0);if(Y){const G=new c.P(I?(T+b)/2:N,C?(v+_)/2:U);return l.center=it(m,G).wrap(),l.zoom+=c.at(Y),l}if(this._helper._latRange){const G=R/2;U-G<_&&($=_+G),U+G>v&&($=v-G)}if(p){const G=(b+T)/2;let H=N;this._helper._renderWorldCopies&&(H=c.W(N,G-m/2,G+m/2));const J=D/2;H-J<b&&(j=b+J),H+J>T&&(j=T-J)}if(j!==void 0||$!==void 0){const G=new c.P(j??N,$??U);l.center=it(m,G).wrap()}return l},this.applyConstrain=(n,a)=>this._helper.applyConstrain(n,a),this._helper=new Pn({calcMatrices:()=>{this._calcMatrices()},defaultConstrain:(n,a)=>this.defaultConstrain(n,a)},t),this._coveringTilesDetailsProvider=new ka}clone(){const t=new In;return t.apply(this),t}apply(t,n,a){this._helper.apply(t,n,a)}get cameraPosition(){return this._cameraPosition}get projectionMatrix(){return this._projectionMatrix}get modelViewProjectionMatrix(){return this._viewProjMatrix}get inverseProjectionMatrix(){return this._invProjMatrix}get mercatorMatrix(){return this._mercatorMatrix}getVisibleUnwrappedCoordinates(t){const n=[new c.bc(0,t)];if(this._helper._renderWorldCopies){const a=this.screenPointToMercatorCoordinate(new c.P(0,0)),l=this.screenPointToMercatorCoordinate(new c.P(this._helper._width,0)),p=this.screenPointToMercatorCoordinate(new c.P(this._helper._width,this._helper._height)),m=this.screenPointToMercatorCoordinate(new c.P(0,this._helper._height)),_=Math.floor(Math.min(a.x,l.x,p.x,m.x)),v=Math.floor(Math.max(a.x,l.x,p.x,m.x)),b=1;for(let T=_-b;T<=v+b;T++)T!==0&&n.push(new c.bc(T,t))}return n}getCameraFrustum(){return nr.fromInvProjectionMatrix(this._invViewProjMatrix,this.worldSize)}getClippingPlane(){return null}getCoveringTilesDetailsProvider(){return this._coveringTilesDetailsProvider}recalculateZoomAndCenter(t){const n=this.screenPointToLocation(this.centerPoint,t),a=t?t.getElevationForLngLatZoom(n,this._helper._tileZoom):0;this._helper.recalculateZoomAndCenter(a)}setLocationAtPoint(t,n){const a=c.as(this.elevation,this.center.lat),l=this.screenPointToMercatorCoordinateAtZ(n,a),p=this.screenPointToMercatorCoordinateAtZ(this.centerPoint,a),m=c.a9.fromLngLat(t),_=new c.a9(m.x-(l.x-p.x),m.y-(l.y-p.y));this.setCenter(_?.toLngLat()),this._helper._renderWorldCopies&&this.setCenter(this.center.wrap())}locationToScreenPoint(t,n){return n?this.coordinatePoint(c.a9.fromLngLat(t),n.getElevationForLngLat(t,this),this._pixelMatrix3D):this.coordinatePoint(c.a9.fromLngLat(t))}screenPointToLocation(t,n){var a;return(a=this.screenPointToMercatorCoordinate(t,n))===null||a===void 0?void 0:a.toLngLat()}screenPointToMercatorCoordinate(t,n){if(n){const a=n.pointCoordinate(t);if(a!=null)return a}return this.screenPointToMercatorCoordinateAtZ(t)}screenPointToMercatorCoordinateAtZ(t,n){const a=n||0,l=[t.x,t.y,0,1],p=[t.x,t.y,1,1];c.aH(l,l,this._pixelMatrixInverse),c.aH(p,p,this._pixelMatrixInverse);const m=l[3],_=p[3],v=l[1]/m,b=p[1]/_,T=l[2]/m,C=p[2]/_,I=T===C?0:(a-T)/(C-T);return new c.a9(c.G.number(l[0]/m,p[0]/_,I)/this.worldSize,c.G.number(v,b,I)/this.worldSize,a)}coordinatePoint(t,n=0,a=this._pixelMatrix){const l=[t.x*this.worldSize,t.y*this.worldSize,n,1];return c.aH(l,l,a),new c.P(l[0]/l[3],l[1]/l[3])}getBounds(){const t=Math.max(0,this._helper._height/2-Rt(this));return new ri().extend(this.screenPointToLocation(new c.P(0,t))).extend(this.screenPointToLocation(new c.P(this._helper._width,t))).extend(this.screenPointToLocation(new c.P(this._helper._width,this._helper._height))).extend(this.screenPointToLocation(new c.P(0,this._helper._height)))}isPointOnMapSurface(t,n){return n?n.pointCoordinate(t)!=null:t.y>this.height/2-Rt(this)}calculatePosMatrix(t,n=!1,a){var l;const p=(l=t.key)!==null&&l!==void 0?l:c.bd(t.wrap,t.canonical.z,t.canonical.z,t.canonical.x,t.canonical.y),m=n?this._alignedPosMatrixCache:this._posMatrixCache;if(m.has(p)){const b=m.get(p);return a?b.f32:b.f64}const _=Mt(t,this.worldSize);c.S(_,n?this._alignedProjMatrix:this._viewProjMatrix,_);const v={f64:_,f32:new Float32Array(_)};return m.set(p,v),a?v.f32:v.f64}calculateFogMatrix(t){const n=t.key,a=this._fogMatrixCacheF32;if(a.has(n))return a.get(n);const l=Mt(t,this.worldSize);return c.S(l,this._fogMatrix,l),a.set(n,new Float32Array(l)),a.get(n)}calculateCenterFromCameraLngLatAlt(t,n,a,l){return this._helper.calculateCenterFromCameraLngLatAlt(t,n,a,l)}_calculateNearFarZIfNeeded(t,n,a){if(!this._helper.autoCalculateNearFarZ)return;const l=Math.min(this.elevation,this.minElevationForCurrentTile,this.getCameraAltitude()-100),p=t-l*this._helper._pixelPerMeter/Math.cos(n),m=l<0?p:t,_=Math.PI/2+this.pitchInRadians,v=c.ap(this.fov)*(Math.abs(Math.cos(c.ap(this.roll)))*this.height+Math.abs(Math.sin(c.ap(this.roll)))*this.width)/this.height*(.5+a.y/this.height),b=Math.sin(v)*m/Math.sin(c.an(Math.PI-_-v,.01,Math.PI-.01)),T=Rt(this),C=Math.atan(T/this._helper.cameraToCenterDistance),I=c.ap(.75),D=C>I?2*C*(.5+a.y/(2*T)):I,R=Math.sin(D)*m/Math.sin(c.an(Math.PI-_-D,.01,Math.PI-.01)),N=Math.min(b,R);this._helper._farZ=1.01*(Math.cos(Math.PI/2-n)*N+m),this._helper._nearZ=this._helper._height/50}_calcMatrices(){if(!this._helper._height)return;const t=this.centerOffset,n=Ze(this.worldSize,this.center),a=n.x,l=n.y;this._helper._pixelPerMeter=c.as(1,this.center.lat)*this.worldSize;const p=c.ap(Math.min(this.pitch,Ne)),m=Math.max(this._helper.cameraToCenterDistance/2,this._helper.cameraToCenterDistance+this._helper._elevation*this._helper._pixelPerMeter/Math.cos(p));let _;this._calculateNearFarZIfNeeded(m,p,t),_=new Float64Array(16),c.be(_,this.fovInRadians,this._helper._width/this._helper._height,this._helper._nearZ,this._helper._farZ),this._invProjMatrix=new Float64Array(16),c.aB(this._invProjMatrix,_),_[8]=2*-t.x/this._helper._width,_[9]=2*t.y/this._helper._height,this._projectionMatrix=c.bf(_),c.Q(_,_,[1,-1,1]),c.O(_,_,[0,0,-this._helper.cameraToCenterDistance]),c.bg(_,_,-this.rollInRadians),c.bh(_,_,this.pitchInRadians),c.bg(_,_,-this.bearingInRadians),c.O(_,_,[-a,-l,0]),this._mercatorMatrix=c.Q([],_,[this.worldSize,this.worldSize,this.worldSize]),c.Q(_,_,[1,1,this._helper._pixelPerMeter]),this._pixelMatrix=c.S(new Float64Array(16),this.clipSpaceToPixelsMatrix,_),c.O(_,_,[0,0,-this.elevation]),this._viewProjMatrix=_,this._invViewProjMatrix=c.aB([],_);const v=[0,0,-1,1];c.aH(v,v,this._invViewProjMatrix),this._cameraPosition=[v[0]/v[3],v[1]/v[3],v[2]/v[3]],this._fogMatrix=new Float64Array(16),c.be(this._fogMatrix,this.fovInRadians,this.width/this.height,m,this._helper._farZ),this._fogMatrix[8]=2*-t.x/this.width,this._fogMatrix[9]=2*t.y/this.height,c.Q(this._fogMatrix,this._fogMatrix,[1,-1,1]),c.O(this._fogMatrix,this._fogMatrix,[0,0,-this.cameraToCenterDistance]),c.bg(this._fogMatrix,this._fogMatrix,-this.rollInRadians),c.bh(this._fogMatrix,this._fogMatrix,this.pitchInRadians),c.bg(this._fogMatrix,this._fogMatrix,-this.bearingInRadians),c.O(this._fogMatrix,this._fogMatrix,[-a,-l,0]),c.Q(this._fogMatrix,this._fogMatrix,[1,1,this._helper._pixelPerMeter]),c.O(this._fogMatrix,this._fogMatrix,[0,0,-this.elevation]),this._pixelMatrix3D=c.S(new Float64Array(16),this.clipSpaceToPixelsMatrix,_);const b=this._helper._width%2/2,T=this._helper._height%2/2,C=Math.cos(this.bearingInRadians),I=Math.sin(-this.bearingInRadians),D=a-Math.round(a)+C*b+I*T,R=l-Math.round(l)+C*T+I*b,N=new Float64Array(_);if(c.O(N,N,[D>.5?D-1:D,R>.5?R-1:R,0]),this._alignedProjMatrix=N,_=c.aB(new Float64Array(16),this._pixelMatrix),!_)throw new Error("failed to invert matrix");this._pixelMatrixInverse=_,this._clearMatrixCaches()}_clearMatrixCaches(){this._posMatrixCache.clear(),this._alignedPosMatrixCache.clear(),this._fogMatrixCacheF32.clear()}maxPitchScaleFactor(){if(!this._pixelMatrixInverse)return 1;const t=this.screenPointToMercatorCoordinate(new c.P(0,0)),n=[t.x*this.worldSize,t.y*this.worldSize,0,1];return c.aH(n,n,this._pixelMatrix)[3]/this._helper.cameraToCenterDistance}getCameraPoint(){return this._helper.getCameraPoint()}getCameraAltitude(){return this._helper.getCameraAltitude()}getCameraLngLat(){const t=c.as(1,this.center.lat)*this.worldSize;return le(this.center,this.elevation,this.pitch,this.bearing,this._helper.cameraToCenterDistance/t).toLngLat()}lngLatToCameraDepth(t,n){const a=c.a9.fromLngLat(t),l=[a.x*this.worldSize,a.y*this.worldSize,n,1];return c.aH(l,l,this._viewProjMatrix),l[2]/l[3]}getProjectionData(t){const{overscaledTileID:n,aligned:a,applyTerrainMatrix:l}=t,p=this._helper.getMercatorTileCoordinates(n),m=n?this.calculatePosMatrix(n,a,!0):null;let _;return _=n&&n.terrainRttPosMatrix32f&&l?n.terrainRttPosMatrix32f:m||c.bi(),{mainMatrix:_,tileMercatorCoords:p,clippingPlane:[0,0,0,0],projectionTransition:0,fallbackMatrix:_}}isLocationOccluded(t){return!1}getPixelScale(){return 1}getCircleRadiusCorrection(){return 1}getPitchedTextCorrection(t,n,a){return 1}transformLightDirection(t){return c.b1(t)}getRayDirectionFromPixel(t){throw new Error("Not implemented.")}projectTileCoordinates(t,n,a,l){const p=this.calculatePosMatrix(a);let m;l?(m=[t,n,l(t,n),1],c.aH(m,m,p)):(m=[t,n,0,1],Aa(m,m,p));const _=m[3];return{point:new c.P(m[0]/_,m[1]/_),signedDistanceFromCamera:_,isOccluded:!1}}populateCache(t){for(const n of t)this.calculatePosMatrix(n)}getMatrixForModel(t,n){const a=c.a9.fromLngLat(t,n),l=a.meterInMercatorCoordinateUnits(),p=c.bj();return c.O(p,p,[a.x,a.y,a.z]),c.bg(p,p,Math.PI),c.bh(p,p,Math.PI/2),c.Q(p,p,[-l,l,l]),p}getProjectionDataForCustomLayer(t=!0){const n=new c.a2(0,0,0,0,0),a=this.getProjectionData({overscaledTileID:n,applyGlobeMatrix:t}),l=Mt(n,this.worldSize);c.S(l,this._viewProjMatrix,l),a.tileMercatorCoords=[0,0,1,1];const p=[c.a5,c.a5,this.worldSize/this._helper.pixelsPerMeter],m=c.bk();return c.Q(m,l,p),a.fallbackMatrix=m,a.mainMatrix=m,a}getFastPathSimpleProjectionMatrix(t){return this.calculatePosMatrix(t)}}function Xr(){c.w("Map cannot fit within canvas with the given bounds, padding, and/or offset.")}function lc(d){if(d.useSlerp)if(d.k<1){const t=c.bl(d.startEulerAngles.roll,d.startEulerAngles.pitch,d.startEulerAngles.bearing),n=c.bl(d.endEulerAngles.roll,d.endEulerAngles.pitch,d.endEulerAngles.bearing),a=new Float64Array(4);c.bm(a,t,n,d.k);const l=c.bn(a);d.tr.setRoll(l.roll),d.tr.setPitch(l.pitch),d.tr.setBearing(l.bearing)}else d.tr.setRoll(d.endEulerAngles.roll),d.tr.setPitch(d.endEulerAngles.pitch),d.tr.setBearing(d.endEulerAngles.bearing);else d.tr.setRoll(c.G.number(d.startEulerAngles.roll,d.endEulerAngles.roll,d.k)),d.tr.setPitch(c.G.number(d.startEulerAngles.pitch,d.endEulerAngles.pitch,d.k)),d.tr.setBearing(c.G.number(d.startEulerAngles.bearing,d.endEulerAngles.bearing,d.k))}function Zo(d,t,n,a,l){const p=l.padding,m=Ze(l.worldSize,n.getNorthWest()),_=Ze(l.worldSize,n.getNorthEast()),v=Ze(l.worldSize,n.getSouthEast()),b=Ze(l.worldSize,n.getSouthWest()),T=c.ap(-a),C=m.rotate(T),I=_.rotate(T),D=v.rotate(T),R=b.rotate(T),N=new c.P(Math.max(C.x,I.x,R.x,D.x),Math.max(C.y,I.y,R.y,D.y)),U=new c.P(Math.min(C.x,I.x,R.x,D.x),Math.min(C.y,I.y,R.y,D.y)),j=N.sub(U),$=(l.width-(p.left+p.right+t.left+t.right))/j.x,Y=(l.height-(p.top+p.bottom+t.top+t.bottom))/j.y;if(Y<0||$<0)return void Xr();const G=Math.min(c.at(l.scale*Math.min($,Y)),d.maxZoom),H=c.P.convert(d.offset),J=new c.P((t.left-t.right)/2,(t.top-t.bottom)/2).rotate(c.ap(a)),W=H.add(J).mult(l.scale/c.aq(G));return{center:it(l.worldSize,m.add(v).div(2).sub(W)),zoom:G,bearing:a}}class Mn{get useGlobeControls(){return!1}handlePanInertia(t,n){const a=t.mag(),l=Math.abs(Rt(n));return{easingOffset:t.mult(Math.min(.75*l/a,1)),easingCenter:n.center}}handleMapControlsRollPitchBearingZoom(t,n){t.bearingDelta&&n.setBearing(n.bearing+t.bearingDelta),t.pitchDelta&&n.setPitch(n.pitch+t.pitchDelta),t.rollDelta&&n.setRoll(n.roll+t.rollDelta),t.zoomDelta&&n.setZoom(n.zoom+t.zoomDelta)}handleMapControlsPan(t,n,a){t.around.distSqr(n.centerPoint)<.01||n.setLocationAtPoint(a,t.around)}cameraForBoxAndBearing(t,n,a,l,p){return Zo(t,n,a,l,p)}handleJumpToCenterZoom(t,n){t.zoom!==(n.zoom!==void 0?+n.zoom:t.zoom)&&t.setZoom(+n.zoom),n.center!==void 0&&t.setCenter(c.V.convert(n.center))}handleEaseTo(t,n){const a=t.zoom,l=t.padding,p={roll:t.roll,pitch:t.pitch,bearing:t.bearing},m={roll:n.roll===void 0?t.roll:n.roll,pitch:n.pitch===void 0?t.pitch:n.pitch,bearing:n.bearing===void 0?t.bearing:n.bearing},_=n.zoom!==void 0,v=!t.isPaddingEqual(n.padding);let b=!1;const T=_?+n.zoom:t.zoom;let C=t.centerPoint.add(n.offsetAsPoint);const I=t.screenPointToLocation(C),{center:D,zoom:R}=t.applyConstrain(c.V.convert(n.center||I),T??a);ln(t,D);const N=Ze(t.worldSize,I),U=Ze(t.worldSize,D).sub(N),j=c.aq(R-a);return b=R!==a,{easeFunc:$=>{if(b&&t.setZoom(c.G.number(a,R,$)),c.bo(p,m)||lc({startEulerAngles:p,endEulerAngles:m,tr:t,k:$,useSlerp:p.roll!=m.roll}),v&&(t.interpolatePadding(l,n.padding,$),C=t.centerPoint.add(n.offsetAsPoint)),n.around)t.setLocationAtPoint(n.around,n.aroundPoint);else{const Y=c.aq(t.zoom-a),G=R>a?Math.min(2,j):Math.max(.5,j),H=Math.pow(G,1-$),J=it(t.worldSize,N.add(U.mult($*H)).mult(Y));t.setLocationAtPoint(t.renderWorldCopies?J.wrap():J,C)}},isZooming:b,elevationCenter:D}}handleFlyTo(t,n){const a=n.zoom!==void 0,l=t.zoom,p=t.applyConstrain(c.V.convert(n.center||n.locationAtOffset),a?+n.zoom:l),m=p.center,_=p.zoom;ln(t,m);const v=Ze(t.worldSize,n.locationAtOffset),b=Ze(t.worldSize,m).sub(v),T=b.mag(),C=c.aq(_-l);let I;if(n.minZoom!==void 0){const D=Math.min(+n.minZoom,l,_),R=t.applyConstrain(m,D).zoom;I=c.aq(R-l)}return{easeFunc:(D,R,N,U)=>{t.setZoom(D===1?_:l+c.at(R));const j=D===1?m:it(t.worldSize,v.add(b.mult(N)).mult(R));t.setLocationAtPoint(t.renderWorldCopies?j.wrap():j,U)},scaleOfZoom:C,targetCenter:m,scaleOfMinZoom:I,pixelPathLength:T}}}class Nt{constructor(t,n,a){this.blendFunction=t,this.blendColor=n,this.mask=a}}Nt.Replace=[1,0],Nt.disabled=new Nt(Nt.Replace,c.bp.transparent,[!1,!1,!1,!1]),Nt.unblended=new Nt(Nt.Replace,c.bp.transparent,[!0,!0,!0,!0]),Nt.alphaBlended=new Nt([1,771],c.bp.transparent,[!0,!0,!0,!0]);const ns=2305;class bt{constructor(t,n,a){this.enable=t,this.mode=n,this.frontFace=a}}bt.disabled=new bt(!1,1029,ns),bt.backCCW=new bt(!0,1029,ns),bt.frontCCW=new bt(!0,1028,ns);class ct{constructor(t,n,a){this.func=t,this.mask=n,this.range=a}}ct.ReadOnly=!1,ct.ReadWrite=!0,ct.disabled=new ct(519,ct.ReadOnly,[0,1]);const ss=7680;class wt{constructor(t,n,a,l,p,m){this.test=t,this.ref=n,this.mask=a,this.fail=l,this.depthFail=p,this.pass=m}}wt.disabled=new wt({func:519,mask:0},0,0,ss,ss,ss);const Ns=new WeakMap;function yr(d){var t;if(Ns.has(d))return Ns.get(d);{const n=(t=d.getParameter(d.VERSION))===null||t===void 0?void 0:t.startsWith("WebGL 2.0");return Ns.set(d,n),n}}class as{get awaitingQuery(){return!!this._readbackQueue}constructor(t){this._readbackWaitFrames=4,this._measureWaitFrames=6,this._texWidth=1,this._texHeight=1,this._measuredError=0,this._updateCount=0,this._lastReadbackFrame=-1e3,this._readbackQueue=null,this._cachedRenderContext=t;const n=t.context,a=n.gl;this._texFormat=a.RGBA,this._texType=a.UNSIGNED_BYTE;const l=new c.aW;l.emplaceBack(-1,-1),l.emplaceBack(2,-1),l.emplaceBack(-1,2);const p=new c.aY;p.emplaceBack(0,1,2),this._fullscreenTriangle=new Vt(n.createVertexBuffer(l,on.members),n.createIndexBuffer(p),c.aX.simpleSegment(0,0,l.length,p.length)),this._resultBuffer=new Uint8Array(4),n.activeTexture.set(a.TEXTURE1);const m=a.createTexture();a.bindTexture(a.TEXTURE_2D,m),a.texParameteri(a.TEXTURE_2D,a.TEXTURE_WRAP_S,a.CLAMP_TO_EDGE),a.texParameteri(a.TEXTURE_2D,a.TEXTURE_WRAP_T,a.CLAMP_TO_EDGE),a.texParameteri(a.TEXTURE_2D,a.TEXTURE_MIN_FILTER,a.NEAREST),a.texParameteri(a.TEXTURE_2D,a.TEXTURE_MAG_FILTER,a.NEAREST),a.texImage2D(a.TEXTURE_2D,0,this._texFormat,this._texWidth,this._texHeight,0,this._texFormat,this._texType,null),this._fbo=n.createFramebuffer(this._texWidth,this._texHeight,!1,!1),this._fbo.colorAttachment.set(m),yr(a)&&(this._pbo=a.createBuffer(),a.bindBuffer(a.PIXEL_PACK_BUFFER,this._pbo),a.bufferData(a.PIXEL_PACK_BUFFER,4,a.STREAM_READ),a.bindBuffer(a.PIXEL_PACK_BUFFER,null))}destroy(){const t=this._cachedRenderContext.context.gl;this._fullscreenTriangle.destroy(),this._fbo.destroy(),t.deleteBuffer(this._pbo),this._fullscreenTriangle=null,this._fbo=null,this._pbo=null,this._resultBuffer=null}updateErrorLoop(t,n){const a=this._updateCount;return this._readbackQueue?a>=this._readbackQueue.frameNumberIssued+this._readbackWaitFrames&&this._tryReadback():a>=this._lastReadbackFrame+this._measureWaitFrames&&this._renderErrorTexture(t,n),this._updateCount++,this._measuredError}_bindFramebuffer(){const t=this._cachedRenderContext.context,n=t.gl;t.activeTexture.set(n.TEXTURE1),n.bindTexture(n.TEXTURE_2D,this._fbo.colorAttachment.get()),t.bindFramebuffer.set(this._fbo.framebuffer)}_renderErrorTexture(t,n){const a=this._cachedRenderContext.context,l=a.gl;if(this._bindFramebuffer(),a.viewport.set([0,0,this._texWidth,this._texHeight]),a.clear({color:c.bp.transparent}),this._cachedRenderContext.useProgram("projectionErrorMeasurement").draw(a,l.TRIANGLES,ct.disabled,wt.disabled,Nt.unblended,bt.disabled,((p,m)=>({u_input:p,u_output_expected:m}))(t,n),null,null,"$clipping",this._fullscreenTriangle.vertexBuffer,this._fullscreenTriangle.indexBuffer,this._fullscreenTriangle.segments),this._pbo&&yr(l)){l.bindBuffer(l.PIXEL_PACK_BUFFER,this._pbo),l.readBuffer(l.COLOR_ATTACHMENT0),l.readPixels(0,0,this._texWidth,this._texHeight,this._texFormat,this._texType,0),l.bindBuffer(l.PIXEL_PACK_BUFFER,null);const p=l.fenceSync(l.SYNC_GPU_COMMANDS_COMPLETE,0);l.flush(),this._readbackQueue={frameNumberIssued:this._updateCount,sync:p}}else this._readbackQueue={frameNumberIssued:this._updateCount,sync:null}}_tryReadback(){const t=this._cachedRenderContext.context.gl;if(this._pbo&&this._readbackQueue&&yr(t)){const n=t.clientWaitSync(this._readbackQueue.sync,0,0);if(n===t.WAIT_FAILED)return c.w("WebGL2 clientWaitSync failed."),this._readbackQueue=null,void(this._lastReadbackFrame=this._updateCount);if(n===t.TIMEOUT_EXPIRED)return;t.bindBuffer(t.PIXEL_PACK_BUFFER,this._pbo),t.getBufferSubData(t.PIXEL_PACK_BUFFER,0,this._resultBuffer,0,4),t.bindBuffer(t.PIXEL_PACK_BUFFER,null)}else this._bindFramebuffer(),t.readPixels(0,0,this._texWidth,this._texHeight,this._texFormat,this._texType,this._resultBuffer);this._readbackQueue=null,this._measuredError=as._parseRGBA8float(this._resultBuffer),this._lastReadbackFrame=this._updateCount}static _parseRGBA8float(t){let n=0;return n+=t[0]/256,n+=t[1]/65536,n+=t[2]/16777216,t[3]<127&&(n=-n),n/128}}const cn=c.a5/128;function cc(d,t){const n=d.granularity!==void 0?Math.max(d.granularity,1):1,a=n+(d.generateBorders?2:0),l=n+(d.extendToNorthPole||d.generateBorders?1:0)+(d.extendToSouthPole||d.generateBorders?1:0),p=a+1,m=l+1,_=d.generateBorders?-1:0,v=d.generateBorders||d.extendToNorthPole?-1:0,b=n+(d.generateBorders?1:0),T=n+(d.generateBorders||d.extendToSouthPole?1:0),C=p*m,I=a*l*6,D=p*m>65536;if(D&&t==="16bit")throw new Error("Granularity is too large and meshes would not fit inside 16 bit vertex indices.");const R=D||t==="32bit",N=new Int16Array(2*C);let U=0;for(let Y=v;Y<=T;Y++)for(let G=_;G<=b;G++){let H=G/n*c.a5;G===-1&&(H=-cn),G===n+1&&(H=c.a5+cn);let J=Y/n*c.a5;Y===-1&&(J=d.extendToNorthPole?c.br:-cn),Y===n+1&&(J=d.extendToSouthPole?c.bs:c.a5+cn),N[U++]=H,N[U++]=J}const j=R?new Uint32Array(I):new Uint16Array(I);let $=0;for(let Y=0;Y<l;Y++)for(let G=0;G<a;G++){const H=G+1+Y*p,J=G+(Y+1)*p,W=G+1+(Y+1)*p;j[$++]=G+Y*p,j[$++]=J,j[$++]=H,j[$++]=H,j[$++]=J,j[$++]=W}return{vertices:N.buffer.slice(0),indices:j.buffer.slice(0),uses32bitIndices:R}}const js=new c.aV({fill:new c.bt(128,2),line:new c.bt(512,0),tile:new c.bt(128,32),stencil:new c.bt(128,1),circle:3});class Wo{constructor(){this._tileMeshCache={},this._errorCorrectionUsable=0,this._errorMeasurementLastValue=0,this._errorCorrectionPreviousValue=0,this._errorMeasurementLastChangeTime=-1e3}get name(){return"vertical-perspective"}get transitionState(){return 1}get useSubdivision(){return!0}get shaderVariantName(){return"globe"}get shaderDefine(){return"#define GLOBE"}get shaderPreludeCode(){return ei.projectionGlobe}get vertexShaderPreludeCode(){return ei.projectionMercator.vertexSource}get subdivisionGranularity(){return js}get useGlobeControls(){return!0}get latitudeErrorCorrectionRadians(){return this._errorCorrectionUsable}destroy(){this._errorMeasurement&&this._errorMeasurement.destroy()}updateGPUdependent(t){this._errorMeasurement||(this._errorMeasurement=new as(t));const n=c.X(this._errorQueryLatitudeDegrees),a=2*Math.atan(Math.exp(Math.PI-n*Math.PI*2))-.5*Math.PI,l=this._errorMeasurement.updateErrorLoop(n,a),p=at();l!==this._errorMeasurementLastValue&&(this._errorCorrectionPreviousValue=this._errorCorrectionUsable,this._errorMeasurementLastValue=l,this._errorMeasurementLastChangeTime=p);const m=Math.min(Math.max((p-this._errorMeasurementLastChangeTime)/1e3/.5,0),1);this._errorCorrectionUsable=c.bu(this._errorCorrectionPreviousValue,-this._errorMeasurementLastValue,c.bv(m))}_getMeshKey(t){return`${t.granularity.toString(36)}_${t.generateBorders?"b":""}${t.extendToNorthPole?"n":""}${t.extendToSouthPole?"s":""}`}getMeshFromTileID(t,n,a,l,p){const m=(p==="stencil"?js.stencil:js.tile).getGranularityForZoomLevel(n.z);return this._getMesh(t,{granularity:m,generateBorders:a,extendToNorthPole:n.y===0&&l,extendToSouthPole:n.y===(1<<n.z)-1&&l})}_getMesh(t,n){const a=this._getMeshKey(n);if(a in this._tileMeshCache)return this._tileMeshCache[a];const l=(function(p,m){const _=cc(m,"16bit"),v=c.aW.deserialize({arrayBuffer:_.vertices,length:_.vertices.byteLength/2/2}),b=c.aY.deserialize({arrayBuffer:_.indices,length:_.indices.byteLength/2/3});return new Vt(p.createVertexBuffer(v,on.members),p.createIndexBuffer(b),c.aX.simpleSegment(0,0,v.length,b.length))})(t,n);return this._tileMeshCache[a]=l,l}recalculate(t){}hasTransition(){const t=at();let n=!1;return n=n||(t-this._errorMeasurementLastChangeTime)/1e3<.7,n=n||this._errorMeasurement&&this._errorMeasurement.awaitingQuery,n}setErrorQueryLatitudeDegrees(t){this._errorQueryLatitudeDegrees=t}}const Vu=new c.t({type:new c.D(c.u.projection.type)});class uc extends c.E{constructor(t){super(),this._transitionable=new c.x(Vu,void 0),this.setProjection(t),this._transitioning=this._transitionable.untransitioned(),this.recalculate(new c.H(0)),this._mercatorProjection=new Ji,this._verticalPerspectiveProjection=new Wo}get transitionState(){const t=this.properties.get("type");if(typeof t=="string"&&t==="mercator")return 0;if(typeof t=="string"&&t==="vertical-perspective")return 1;if(t instanceof c.bw){if(t.from==="vertical-perspective"&&t.to==="mercator")return 1-t.transition;if(t.from==="mercator"&&t.to==="vertical-perspective")return t.transition}return 1}get useGlobeRendering(){return this.transitionState>0}get latitudeErrorCorrectionRadians(){return this._verticalPerspectiveProjection.latitudeErrorCorrectionRadians}get currentProjection(){return this.useGlobeRendering?this._verticalPerspectiveProjection:this._mercatorProjection}get name(){return"globe"}get useSubdivision(){return this.currentProjection.useSubdivision}get shaderVariantName(){return this.currentProjection.shaderVariantName}get shaderDefine(){return this.currentProjection.shaderDefine}get shaderPreludeCode(){return this.currentProjection.shaderPreludeCode}get vertexShaderPreludeCode(){return this.currentProjection.vertexShaderPreludeCode}get subdivisionGranularity(){return this.currentProjection.subdivisionGranularity}get useGlobeControls(){return this.transitionState>0}destroy(){this._mercatorProjection.destroy(),this._verticalPerspectiveProjection.destroy()}updateGPUdependent(t){this._mercatorProjection.updateGPUdependent(t),this._verticalPerspectiveProjection.updateGPUdependent(t)}getMeshFromTileID(t,n,a,l,p){return this.currentProjection.getMeshFromTileID(t,n,a,l,p)}setProjection(t){this._transitionable.setValue("type",t?.type||"mercator")}updateTransitions(t){this._transitioning=this._transitionable.transitioned(t,this._transitioning)}hasTransition(){return this._transitioning.hasTransition()||this.currentProjection.hasTransition()}recalculate(t){this.properties=this._transitioning.possiblyEvaluate(t)}setErrorQueryLatitudeDegrees(t){this._verticalPerspectiveProjection.setErrorQueryLatitudeDegrees(t),this._mercatorProjection.setErrorQueryLatitudeDegrees(t)}}function Qi(d){const t=Cn(d.worldSize,d.center.lat);return 2*Math.PI*t}function jr(d,t,n,a,l){const p=1/(1<<l),m=t/c.a5*p+a*p,_=c.by((d/c.a5*p+n*p)*Math.PI*2+Math.PI,2*Math.PI),v=2*Math.atan(Math.exp(Math.PI-m*Math.PI*2))-.5*Math.PI,b=Math.cos(v),T=new Float64Array(3);return T[0]=Math.sin(_)*b,T[1]=Math.sin(v),T[2]=Math.cos(_)*b,T}function Xt(d){return(function(t,n){const a=Math.cos(n),l=new Float64Array(3);return l[0]=Math.sin(t)*a,l[1]=Math.sin(n),l[2]=Math.cos(t)*a,l})(d.lng*Math.PI/180,d.lat*Math.PI/180)}function Cn(d,t){return d/(2*Math.PI)/Math.cos(t*Math.PI/180)}function Ho(d){const t=Math.asin(d[1])/Math.PI*180,n=Math.sqrt(d[0]*d[0]+d[2]*d[2]);if(n>1e-6){const a=d[0]/n,l=Math.acos(d[2]/n),p=(a>0?l:-l)/Math.PI*180;return new c.V(c.W(p,-180,180),t)}return new c.V(0,t)}function Us(d){return Math.cos(d*Math.PI/180)}function ai(d,t){const n=Us(d),a=Us(t);return c.at(a/n)}function hc(d,t){const n=d.rotate(t.bearingInRadians),a=t.zoom+ai(t.center.lat,0),l=c.bu(1/Us(t.center.lat),1/Us(Math.min(Math.abs(t.center.lat),60)),c.bx(a,7,3,0,1)),p=360/Qi({worldSize:t.worldSize,center:{lat:t.center.lat}});return new c.V(t.center.lng-n.x*p*l,c.an(t.center.lat+n.y*p,-c.ao,c.ao))}function Xo(d){const t=.5*d,n=Math.sin(t),a=Math.cos(t);return Math.log(n+a)-Math.log(a-n)}function dc(d,t,n,a){const l=d.lat+n*a;if(Math.abs(n)>1){const p=(Math.sign(d.lat+n)!==Math.sign(d.lat)?-Math.abs(d.lat):Math.abs(d.lat))*Math.PI/180,m=Math.abs(d.lat+n)*Math.PI/180,_=Xo(p+a*(m-p)),v=Xo(p),b=Xo(m);return new c.V(d.lng+t*((_-v)/(b-v)),l)}return new c.V(d.lng+t*a,l)}class Nu{constructor(t){this._cachePrevious=new Map,this._cache=new Map,this._hadAnyChanges=!1,this._boundingVolumeFactory=t}swapBuffers(){if(!this._hadAnyChanges)return;const t=this._cachePrevious;this._cachePrevious=this._cache,this._cache=t,this._cache.clear(),this._hadAnyChanges=!1}getTileBoundingVolume(t,n,a,l){const p=`${t.z}_${t.x}_${t.y}_${l?.terrain?"t":""}`,m=this._cache.get(p);if(m)return m;const _=this._cachePrevious.get(p);if(_)return this._cache.set(p,_),_;const v=this._boundingVolumeFactory(t,n,a,l);return this._cache.set(p,v),this._hadAnyChanges=!0,v}}class os{constructor(t,n,a,l){this.min=a,this.max=l,this.points=t,this.planes=n}static fromAabb(t,n){const a=[];for(let l=0;l<8;l++)a.push([1&~l?t[0]:n[0],(l>>1&1)==1?n[1]:t[1],(l>>2&1)==1?n[2]:t[2]]);return new os(a,[[-1,0,0,n[0]],[1,0,0,-t[0]],[0,-1,0,n[1]],[0,1,0,-t[1]],[0,0,-1,n[2]],[0,0,1,-t[2]]],t,n)}static fromCenterSizeAngles(t,n,a){const l=c.bB([],a[0],a[1],a[2]),p=c.bC([],[n[0],0,0],l),m=c.bC([],[0,n[1],0],l),_=c.bC([],[0,0,n[2]],l),v=[...t],b=[...t];for(let C=0;C<8;C++)for(let I=0;I<3;I++){const D=t[I]+p[I]*(1&~C?-1:1)+m[I]*((C>>1&1)==1?1:-1)+_[I]*((C>>2&1)==1?1:-1);v[I]=Math.min(v[I],D),b[I]=Math.max(b[I],D)}const T=[];for(let C=0;C<8;C++){const I=[...t];c.b0(I,I,c.a$([],p,1&~C?-1:1)),c.b0(I,I,c.a$([],m,(C>>1&1)==1?1:-1)),c.b0(I,I,c.a$([],_,(C>>2&1)==1?1:-1)),T.push(I)}return new os(T,[[...p,-c.b5(p,T[0])],[...m,-c.b5(m,T[0])],[..._,-c.b5(_,T[0])],[-p[0],-p[1],-p[2],-c.b5(p,T[7])],[-m[0],-m[1],-m[2],-c.b5(m,T[7])],[-_[0],-_[1],-_[2],-c.b5(_,T[7])]],v,b)}intersectsFrustum(t){let n=!0;const a=this.points.length,l=this.planes.length,p=t.planes.length,m=t.points.length;for(let _=0;_<p;_++){const v=t.planes[_];let b=0;for(let T=0;T<a;T++){const C=this.points[T];v[0]*C[0]+v[1]*C[1]+v[2]*C[2]+v[3]>=0&&b++}if(b===0)return 0;b<a&&(n=!1)}if(n)return 2;for(let _=0;_<l;_++){const v=this.planes[_];let b=0;for(let T=0;T<m;T++){const C=t.points[T];v[0]*C[0]+v[1]*C[1]+v[2]*C[2]+v[3]>=0&&b++}if(b===0)return 0}return 1}intersectsPlane(t){const n=this.points.length;let a=0;for(let l=0;l<n;l++){const p=this.points[l];t[0]*p[0]+t[1]*p[1]+t[2]*p[2]+t[3]>=0&&a++}return a===n?2:a===0?0:1}}function La(d,t,n){const a=d-t;return a<0?-a:Math.max(0,a-n)}function ls(d,t,n,a,l){const p=d-n;let m;return m=p<0?Math.min(-p,1+p-l):p>1?Math.min(Math.max(p-l,0),1-p):0,Math.max(m,La(t,a,l))}class Yo{constructor(){this._boundingVolumeCache=new Nu(this._computeTileBoundingVolume)}prepareNextFrame(){this._boundingVolumeCache.swapBuffers()}distanceToTile2d(t,n,a,l){const p=1<<a.z,m=1/p,_=a.x/p,v=a.y/p;let b=2;return b=Math.min(b,ls(t,n,_,v,m)),b=Math.min(b,ls(t,n,_+.5,-v-m,m)),b=Math.min(b,ls(t,n,_+.5,2-v-m,m)),b}getWrap(t,n,a){const l=1<<n.z,p=1/l,m=n.x/l,_=La(t.x,m,p),v=La(t.x,m-1,p),b=La(t.x,m+1,p),T=Math.min(_,v,b);return T===b?1:T===v?-1:0}allowVariableZoom(t,n){return Zt(t,n)>4}allowWorldCopies(){return!1}getTileBoundingVolume(t,n,a,l){return this._boundingVolumeCache.getTileBoundingVolume(t,n,a,l)}_computeTileBoundingVolume(t,n,a,l){var p,m;let _=0,v=0;if(l?.terrain){const b=new c.a2(t.z,n,t.z,t.x,t.y),T=l.terrain.getMinMaxElevation(b);_=(p=T.minElevation)!==null&&p!==void 0?p:Math.min(0,a),v=(m=T.maxElevation)!==null&&m!==void 0?m:Math.max(0,a)}if(_/=c.bE,v/=c.bE,_+=1,v+=1,t.z<=0)return os.fromAabb([-v,-v,-v],[v,v,v]);if(t.z===1)return os.fromAabb([t.x===0?-v:0,t.y===0?0:-v,-v],[t.x===0?0:v,t.y===0?v:0,v]);{const b=[jr(0,0,t.x,t.y,t.z),jr(c.a5,0,t.x,t.y,t.z),jr(c.a5,c.a5,t.x,t.y,t.z),jr(0,c.a5,t.x,t.y,t.z)],T=[];for(const ce of b)T.push(c.a$([],ce,v));if(v!==_)for(const ce of b)T.push(c.a$([],ce,_));t.y===0&&T.push([0,1,0]),t.y===(1<<t.z)-1&&T.push([0,-1,0]);const C=[1,1,1],I=[-1,-1,-1];for(const ce of T)for(let ue=0;ue<3;ue++)C[ue]=Math.min(C[ue],ce[ue]),I[ue]=Math.max(I[ue],ce[ue]);const D=jr(c.a5/2,c.a5/2,t.x,t.y,t.z),R=c.b4([],[0,1,0],D);c.b3(R,R);const N=c.b4([],D,R);c.b3(N,N);const U=c.b4([],b[2],b[1]);c.b3(U,U);const j=c.b4([],b[0],b[3]);c.b3(j,j),T.push(c.a$([],D,v)),t.y>=(1<<t.z)/2&&T.push(c.a$([],jr(c.a5/2,0,t.x,t.y,t.z),v)),t.y<(1<<t.z)/2&&T.push(c.a$([],jr(c.a5/2,c.a5,t.x,t.y,t.z),v));const $=Gs(D,T),Y=Gs(N,T),G=[-D[0],-D[1],-D[2],$.max],H=[D[0],D[1],D[2],-$.min],J=[-N[0],-N[1],-N[2],Y.max],W=[N[0],N[1],N[2],-Y.min],te=[...U,0],pe=[...j,0],oe=[];return t.y===0?oe.push(c.bD(pe,te,G),c.bD(pe,te,H)):oe.push(c.bD(J,te,G),c.bD(J,te,H),c.bD(J,pe,G),c.bD(J,pe,H)),t.y===(1<<t.z)-1?oe.push(c.bD(pe,te,G),c.bD(pe,te,H)):oe.push(c.bD(W,te,G),c.bD(W,te,H),c.bD(W,pe,G),c.bD(W,pe,H)),new os(oe,[G,H,J,W,te,pe],C,I)}}}function Gs(d,t){let n=1/0,a=-1/0;for(const l of t){const p=c.b5(d,l);n=Math.min(n,p),a=Math.max(a,p)}return{min:n,max:a}}class cs{get pixelsToClipSpaceMatrix(){return this._helper.pixelsToClipSpaceMatrix}get clipSpaceToPixelsMatrix(){return this._helper.clipSpaceToPixelsMatrix}get pixelsToGLUnits(){return this._helper.pixelsToGLUnits}get centerOffset(){return this._helper.centerOffset}get size(){return this._helper.size}get rotationMatrix(){return this._helper.rotationMatrix}get centerPoint(){return this._helper.centerPoint}get pixelsPerMeter(){return this._helper.pixelsPerMeter}setMinZoom(t){this._helper.setMinZoom(t)}setMaxZoom(t){this._helper.setMaxZoom(t)}setMinPitch(t){this._helper.setMinPitch(t)}setMaxPitch(t){this._helper.setMaxPitch(t)}setRenderWorldCopies(t){this._helper.setRenderWorldCopies(t)}setBearing(t){this._helper.setBearing(t)}setPitch(t){this._helper.setPitch(t)}setRoll(t){this._helper.setRoll(t)}setFov(t){this._helper.setFov(t)}setZoom(t){this._helper.setZoom(t)}setCenter(t){this._helper.setCenter(t)}setElevation(t){this._helper.setElevation(t)}setMinElevationForCurrentTile(t){this._helper.setMinElevationForCurrentTile(t)}setPadding(t){this._helper.setPadding(t)}interpolatePadding(t,n,a){return this._helper.interpolatePadding(t,n,a)}isPaddingEqual(t){return this._helper.isPaddingEqual(t)}resize(t,n){this._helper.resize(t,n)}getMaxBounds(){return this._helper.getMaxBounds()}setMaxBounds(t){this._helper.setMaxBounds(t)}setConstrainOverride(t){this._helper.setConstrainOverride(t)}overrideNearFarZ(t,n){this._helper.overrideNearFarZ(t,n)}clearNearFarZOverride(){this._helper.clearNearFarZOverride()}getCameraQueryGeometry(t){return this._helper.getCameraQueryGeometry(this.getCameraPoint(),t)}get tileSize(){return this._helper.tileSize}get tileZoom(){return this._helper.tileZoom}get scale(){return this._helper.scale}get worldSize(){return this._helper.worldSize}get width(){return this._helper.width}get height(){return this._helper.height}get lngRange(){return this._helper.lngRange}get latRange(){return this._helper.latRange}get minZoom(){return this._helper.minZoom}get maxZoom(){return this._helper.maxZoom}get zoom(){return this._helper.zoom}get center(){return this._helper.center}get minPitch(){return this._helper.minPitch}get maxPitch(){return this._helper.maxPitch}get pitch(){return this._helper.pitch}get pitchInRadians(){return this._helper.pitchInRadians}get roll(){return this._helper.roll}get rollInRadians(){return this._helper.rollInRadians}get bearing(){return this._helper.bearing}get bearingInRadians(){return this._helper.bearingInRadians}get fov(){return this._helper.fov}get fovInRadians(){return this._helper.fovInRadians}get elevation(){return this._helper.elevation}get minElevationForCurrentTile(){return this._helper.minElevationForCurrentTile}get padding(){return this._helper.padding}get unmodified(){return this._helper.unmodified}get renderWorldCopies(){return this._helper.renderWorldCopies}get constrainOverride(){return this._helper.constrainOverride}get nearZ(){return this._helper.nearZ}get farZ(){return this._helper.farZ}get autoCalculateNearFarZ(){return this._helper.autoCalculateNearFarZ}setTransitionState(t){}constructor(t){this._cachedClippingPlane=c.bF(),this._projectionMatrix=c.bj(),this._globeViewProjMatrix32f=c.bi(),this._globeViewProjMatrixNoCorrection=c.bj(),this._globeViewProjMatrixNoCorrectionInverted=c.bj(),this._globeProjMatrixInverted=c.bj(),this._cameraPosition=c.bz(),this._globeLatitudeErrorCorrectionRadians=0,this.defaultConstrain=(n,a)=>{const l=c.an(n.lat,-c.ao,c.ao),p=c.an(+a,this.minZoom+ai(0,l),this.maxZoom);return{center:new c.V(n.lng,l),zoom:p}},this.applyConstrain=(n,a)=>this._helper.applyConstrain(n,a),this._helper=new Pn({calcMatrices:()=>{this._calcMatrices()},defaultConstrain:(n,a)=>this.defaultConstrain(n,a)},t),this._coveringTilesDetailsProvider=new Yo}clone(){const t=new cs;return t.apply(this),t}apply(t,n){this._globeLatitudeErrorCorrectionRadians=n||0,this._helper.apply(t)}get projectionMatrix(){return this._projectionMatrix}get modelViewProjectionMatrix(){return this._globeViewProjMatrixNoCorrection}get inverseProjectionMatrix(){return this._globeProjMatrixInverted}get cameraPosition(){const t=c.bz();return t[0]=this._cameraPosition[0],t[1]=this._cameraPosition[1],t[2]=this._cameraPosition[2],t}get cameraToCenterDistance(){return this._helper.cameraToCenterDistance}getProjectionData(t){const{overscaledTileID:n,applyGlobeMatrix:a}=t,l=this._helper.getMercatorTileCoordinates(n);return{mainMatrix:this._globeViewProjMatrix32f,tileMercatorCoords:l,clippingPlane:this._cachedClippingPlane,projectionTransition:a?1:0,fallbackMatrix:this._globeViewProjMatrix32f}}_computeClippingPlane(t){const n=this.pitchInRadians,a=this.cameraToCenterDistance/t,l=Math.sin(n)*a,p=Math.cos(n)*a+1,m=1/Math.sqrt(l*l+p*p)*1;let _=-l,v=p;const b=Math.sqrt(_*_+v*v);_/=b,v/=b;const T=[0,_,v];c.bG(T,T,[0,0,0],-this.bearingInRadians),c.bH(T,T,[0,0,0],-1*this.center.lat*Math.PI/180),c.bI(T,T,[0,0,0],this.center.lng*Math.PI/180);const C=1/c.b7(T);return c.a$(T,T,C),[...T,-m*C]}isLocationOccluded(t){return!this.isSurfacePointVisible(Xt(t))}transformLightDirection(t){const n=this._helper._center.lng*Math.PI/180,a=this._helper._center.lat*Math.PI/180,l=Math.cos(a),p=[Math.sin(n)*l,Math.sin(a),Math.cos(n)*l],m=[p[2],0,-p[0]],_=[0,0,0];c.b4(_,m,p),c.b3(m,m),c.b3(_,_);const v=[0,0,0];return c.b3(v,[m[0]*t[0]+_[0]*t[1]+p[0]*t[2],m[1]*t[0]+_[1]*t[1]+p[1]*t[2],m[2]*t[0]+_[2]*t[1]+p[2]*t[2]]),v}getPixelScale(){return 1/Math.cos(this._helper._center.lat*Math.PI/180)}getCircleRadiusCorrection(){return Math.cos(this._helper._center.lat*Math.PI/180)}getPitchedTextCorrection(t,n,a){const l=(function(_,v,b){const T=1/(1<<b.z);return new c.a9(_/c.a5*T+b.x*T,v/c.a5*T+b.y*T)})(t,n,a.canonical),p=(m=l.y,[c.by(l.x*Math.PI*2+Math.PI,2*Math.PI),2*Math.atan(Math.exp(Math.PI-m*Math.PI*2))-.5*Math.PI]);var m;return this.getCircleRadiusCorrection()/Math.cos(p[1])}projectTileCoordinates(t,n,a,l){const p=a.canonical,m=jr(t,n,p.x,p.y,p.z),_=1+(l?l(t,n):0)/c.bE,v=[m[0]*_,m[1]*_,m[2]*_,1];c.aH(v,v,this._globeViewProjMatrixNoCorrection);const b=this._cachedClippingPlane,T=b[0]*m[0]+b[1]*m[1]+b[2]*m[2]+b[3]<0;return{point:new c.P(v[0]/v[3],v[1]/v[3]),signedDistanceFromCamera:v[3],isOccluded:T}}_calcMatrices(){if(!this._helper._width||!this._helper._height)return;const t=Cn(this.worldSize,this.center.lat),n=c.bk(),a=c.bk();this._helper.autoCalculateNearFarZ&&(this._helper._nearZ=.5,this._helper._farZ=this.cameraToCenterDistance+2*t),c.be(n,this.fovInRadians,this.width/this.height,this._helper._nearZ,this._helper._farZ);const l=this.centerOffset;n[8]=2*-l.x/this._helper._width,n[9]=2*l.y/this._helper._height,this._projectionMatrix=c.bf(n),this._globeProjMatrixInverted=c.bk(),c.aB(this._globeProjMatrixInverted,n),c.O(n,n,[0,0,-this.cameraToCenterDistance]),c.bg(n,n,this.rollInRadians),c.bh(n,n,-this.pitchInRadians),c.bg(n,n,this.bearingInRadians),c.O(n,n,[0,0,-t]);const p=c.bz();p[0]=t,p[1]=t,p[2]=t,c.bh(a,n,this.center.lat*Math.PI/180),c.bJ(a,a,-this.center.lng*Math.PI/180),c.Q(a,a,p),this._globeViewProjMatrixNoCorrection=a,c.bh(n,n,this.center.lat*Math.PI/180-this._globeLatitudeErrorCorrectionRadians),c.bJ(n,n,-this.center.lng*Math.PI/180),c.Q(n,n,p),this._globeViewProjMatrix32f=new Float32Array(n),this._globeViewProjMatrixNoCorrectionInverted=c.bk(),c.aB(this._globeViewProjMatrixNoCorrectionInverted,a);const m=c.bz();this._cameraPosition=c.bz(),this._cameraPosition[2]=this.cameraToCenterDistance/t,c.bG(this._cameraPosition,this._cameraPosition,m,-this.rollInRadians),c.bH(this._cameraPosition,this._cameraPosition,m,this.pitchInRadians),c.bG(this._cameraPosition,this._cameraPosition,m,-this.bearingInRadians),c.b0(this._cameraPosition,this._cameraPosition,[0,0,1]),c.bH(this._cameraPosition,this._cameraPosition,m,-this.center.lat*Math.PI/180),c.bI(this._cameraPosition,this._cameraPosition,m,this.center.lng*Math.PI/180),this._cachedClippingPlane=this._computeClippingPlane(t);const _=c.bf(this._globeViewProjMatrixNoCorrectionInverted);c.Q(_,_,[1,1,-1]),this._cachedFrustum=nr.fromInvProjectionMatrix(_,1,0,this._cachedClippingPlane,!0)}calculateFogMatrix(t){c.w("calculateFogMatrix is not supported on globe projection.");const n=c.bk();return c.ar(n),n}getVisibleUnwrappedCoordinates(t){return[new c.bc(0,t)]}getCameraFrustum(){return this._cachedFrustum}getClippingPlane(){return this._cachedClippingPlane}getCoveringTilesDetailsProvider(){return this._coveringTilesDetailsProvider}recalculateZoomAndCenter(t){t&&c.w("terrain is not fully supported on vertical perspective projection."),this._helper.recalculateZoomAndCenter(0)}maxPitchScaleFactor(){return 1}getCameraPoint(){return this._helper.getCameraPoint()}getCameraAltitude(){return this._helper.getCameraAltitude()}getCameraLngLat(){return this._helper.getCameraLngLat()}lngLatToCameraDepth(t,n){if(!this._globeViewProjMatrixNoCorrection)return 1;const a=Xt(t);c.a$(a,a,1+n/c.bE);const l=c.bF();return c.aH(l,[a[0],a[1],a[2],1],this._globeViewProjMatrixNoCorrection),l[2]/l[3]}populateCache(t){}getBounds(){const t=.5*this.width,n=.5*this.height,a=[new c.P(0,0),new c.P(t,0),new c.P(this.width,0),new c.P(this.width,n),new c.P(this.width,this.height),new c.P(t,this.height),new c.P(0,this.height),new c.P(0,n)],l=[];for(const C of a)l.push(this.unprojectScreenPoint(C));let p=0,m=0,_=0,v=0;const b=this.center;for(const C of l){const I=c.bK(b.lng,C.lng),D=c.bK(b.lat,C.lat);I<m&&(m=I),I>p&&(p=I),D<v&&(v=D),D>_&&(_=D)}const T=[b.lng+m,b.lat+v,b.lng+p,b.lat+_];return this.isSurfacePointOnScreen([0,1,0])&&(T[3]=90,T[0]=-180,T[2]=180),this.isSurfacePointOnScreen([0,-1,0])&&(T[1]=-90,T[0]=-180,T[2]=180),new ri(T)}calculateCenterFromCameraLngLatAlt(t,n,a,l){return this._helper.calculateCenterFromCameraLngLatAlt(t,n,a,l)}setLocationAtPoint(t,n){const a=Xt(this.unprojectScreenPoint(n)),l=Xt(t),p=c.bz();c.bL(p);const m=c.bz();c.bI(m,a,p,-this.center.lng*Math.PI/180),c.bH(m,m,p,this.center.lat*Math.PI/180);const _=l[0]*l[0]+l[2]*l[2],v=m[0]*m[0];if(_<v)return;const b=Math.sqrt(_-v),T=-b,C=c.bM(l[0],l[2],m[0],b),I=c.bM(l[0],l[2],m[0],T),D=c.bz();c.bI(D,l,p,-C);const R=c.bM(D[1],D[2],m[1],m[2]),N=c.bz();c.bI(N,l,p,-I);const U=c.bM(N[1],N[2],m[1],m[2]),j=.5*Math.PI,$=R>=-j&&R<=j,Y=U>=-j&&U<=j;let G,H;if($&&Y){const pe=this.center.lng*Math.PI/180,oe=this.center.lat*Math.PI/180;c.bN(C,pe)+c.bN(R,oe)<c.bN(I,pe)+c.bN(U,oe)?(G=C,H=R):(G=I,H=U)}else if($)G=C,H=R;else{if(!Y)return;G=I,H=U}const J=G/Math.PI*180,W=H/Math.PI*180,te=this.center.lat;this.setCenter(new c.V(J,c.an(W,-90,90))),this.setZoom(this.zoom+ai(te,this.center.lat))}locationToScreenPoint(t,n){const a=Xt(t);if(n){const l=n.getElevationForLngLatZoom(t,this._helper._tileZoom);c.a$(a,a,1+l/c.bE)}return this._projectSurfacePointToScreen(a)}_projectSurfacePointToScreen(t){const n=c.bF();return c.aH(n,[...t,1],this._globeViewProjMatrixNoCorrection),n[0]/=n[3],n[1]/=n[3],new c.P((.5*n[0]+.5)*this.width,(.5*-n[1]+.5)*this.height)}screenPointToMercatorCoordinate(t,n){if(n){const a=n.pointCoordinate(t);if(a)return a}return c.a9.fromLngLat(this.unprojectScreenPoint(t))}screenPointToLocation(t,n){var a;return(a=this.screenPointToMercatorCoordinate(t,n))===null||a===void 0?void 0:a.toLngLat()}isPointOnMapSurface(t,n){const a=this._cameraPosition,l=this.getRayDirectionFromPixel(t);return!!this.rayPlanetIntersection(a,l)}getRayDirectionFromPixel(t){const n=c.bF();n[0]=t.x/this.width*2-1,n[1]=-1*(t.y/this.height*2-1),n[2]=1,n[3]=1,c.aH(n,n,this._globeViewProjMatrixNoCorrectionInverted),n[0]/=n[3],n[1]/=n[3],n[2]/=n[3];const a=c.bz();a[0]=n[0]-this._cameraPosition[0],a[1]=n[1]-this._cameraPosition[1],a[2]=n[2]-this._cameraPosition[2];const l=c.bz();return c.b3(l,a),l}isSurfacePointVisible(t){const n=this._cachedClippingPlane;return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]+n[3]>=0}isSurfacePointOnScreen(t){if(!this.isSurfacePointVisible(t))return!1;const n=c.bF();return c.aH(n,[...t,1],this._globeViewProjMatrixNoCorrection),n[0]/=n[3],n[1]/=n[3],n[2]/=n[3],n[0]>-1&&n[0]<1&&n[1]>-1&&n[1]<1&&n[2]>-1&&n[2]<1}rayPlanetIntersection(t,n){const a=c.b5(t,n),l=c.bz(),p=c.bz();c.a$(p,n,a),c.b2(l,t,p);const m=1-c.b5(l,l);if(m<0)return null;const _=c.b5(t,t)-1,v=-a+(a<0?1:-1)*Math.sqrt(m),b=_/v,T=v;return{tMin:Math.min(b,T),tMax:Math.max(b,T)}}unprojectScreenPoint(t){const n=this._cameraPosition,a=this.getRayDirectionFromPixel(t),l=this.rayPlanetIntersection(n,a);if(l){const T=c.bz();c.b0(T,n,[a[0]*l.tMin,a[1]*l.tMin,a[2]*l.tMin]);const C=c.bz();return c.b3(C,T),Ho(C)}const p=this._cachedClippingPlane,m=p[0]*a[0]+p[1]*a[1]+p[2]*a[2],_=-c.bb(p,n)/m,v=c.bz();if(_>0)c.b0(v,n,[a[0]*_,a[1]*_,a[2]*_]);else{const T=c.bz();c.b0(T,n,[2*a[0],2*a[1],2*a[2]]);const C=c.bb(this._cachedClippingPlane,T);c.b2(v,T,[this._cachedClippingPlane[0]*C,this._cachedClippingPlane[1]*C,this._cachedClippingPlane[2]*C])}const b=(function(T){const C=c.bz();return C[0]=T[0]*-T[3],C[1]=T[1]*-T[3],C[2]=T[2]*-T[3],{center:C,radius:Math.sqrt(1-T[3]*T[3])}})(p);return Ho((function(T,C,I){const D=c.bz();c.b2(D,I,T);const R=c.bz();return c.bA(R,T,D,C/c.b9(D)),R})(b.center,b.radius,v))}getMatrixForModel(t,n){const a=c.V.convert(t),l=1/c.bE,p=c.bj();return c.bJ(p,p,a.lng/180*Math.PI),c.bh(p,p,-a.lat/180*Math.PI),c.O(p,p,[0,0,1+n/c.bE]),c.bh(p,p,.5*Math.PI),c.Q(p,p,[l,l,l]),p}getProjectionDataForCustomLayer(t=!0){const n=this.getProjectionData({overscaledTileID:new c.a2(0,0,0,0,0),applyGlobeMatrix:t});return n.tileMercatorCoords=[0,0,1,1],n}getFastPathSimpleProjectionMatrix(t){}}class us{get pixelsToClipSpaceMatrix(){return this._helper.pixelsToClipSpaceMatrix}get clipSpaceToPixelsMatrix(){return this._helper.clipSpaceToPixelsMatrix}get pixelsToGLUnits(){return this._helper.pixelsToGLUnits}get centerOffset(){return this._helper.centerOffset}get size(){return this._helper.size}get rotationMatrix(){return this._helper.rotationMatrix}get centerPoint(){return this._helper.centerPoint}get pixelsPerMeter(){return this._helper.pixelsPerMeter}setMinZoom(t){this._helper.setMinZoom(t)}setMaxZoom(t){this._helper.setMaxZoom(t)}setMinPitch(t){this._helper.setMinPitch(t)}setMaxPitch(t){this._helper.setMaxPitch(t)}setRenderWorldCopies(t){this._helper.setRenderWorldCopies(t)}setBearing(t){this._helper.setBearing(t)}setPitch(t){this._helper.setPitch(t)}setRoll(t){this._helper.setRoll(t)}setFov(t){this._helper.setFov(t)}setZoom(t){this._helper.setZoom(t)}setCenter(t){this._helper.setCenter(t)}setElevation(t){this._helper.setElevation(t)}setMinElevationForCurrentTile(t){this._helper.setMinElevationForCurrentTile(t)}setPadding(t){this._helper.setPadding(t)}interpolatePadding(t,n,a){return this._helper.interpolatePadding(t,n,a)}isPaddingEqual(t){return this._helper.isPaddingEqual(t)}resize(t,n,a=!0){this._helper.resize(t,n,a)}getMaxBounds(){return this._helper.getMaxBounds()}setMaxBounds(t){this._helper.setMaxBounds(t)}setConstrainOverride(t){this._helper.setConstrainOverride(t)}overrideNearFarZ(t,n){this._helper.overrideNearFarZ(t,n)}clearNearFarZOverride(){this._helper.clearNearFarZOverride()}getCameraQueryGeometry(t){return this._helper.getCameraQueryGeometry(this.getCameraPoint(),t)}get tileSize(){return this._helper.tileSize}get tileZoom(){return this._helper.tileZoom}get scale(){return this._helper.scale}get worldSize(){return this._helper.worldSize}get width(){return this._helper.width}get height(){return this._helper.height}get lngRange(){return this._helper.lngRange}get latRange(){return this._helper.latRange}get minZoom(){return this._helper.minZoom}get maxZoom(){return this._helper.maxZoom}get zoom(){return this._helper.zoom}get center(){return this._helper.center}get minPitch(){return this._helper.minPitch}get maxPitch(){return this._helper.maxPitch}get pitch(){return this._helper.pitch}get pitchInRadians(){return this._helper.pitchInRadians}get roll(){return this._helper.roll}get rollInRadians(){return this._helper.rollInRadians}get bearing(){return this._helper.bearing}get bearingInRadians(){return this._helper.bearingInRadians}get fov(){return this._helper.fov}get fovInRadians(){return this._helper.fovInRadians}get elevation(){return this._helper.elevation}get minElevationForCurrentTile(){return this._helper.minElevationForCurrentTile}get padding(){return this._helper.padding}get unmodified(){return this._helper.unmodified}get renderWorldCopies(){return this._helper.renderWorldCopies}get cameraToCenterDistance(){return this._helper.cameraToCenterDistance}get constrainOverride(){return this._helper.constrainOverride}get nearZ(){return this._helper.nearZ}get farZ(){return this._helper.farZ}get autoCalculateNearFarZ(){return this._helper.autoCalculateNearFarZ}get isGlobeRendering(){return this._globeness>0}setTransitionState(t,n){this._globeness=t,this._globeLatitudeErrorCorrectionRadians=n,this._calcMatrices(),this._verticalPerspectiveTransform.getCoveringTilesDetailsProvider().prepareNextFrame(),this._mercatorTransform.getCoveringTilesDetailsProvider().prepareNextFrame()}get currentTransform(){return this.isGlobeRendering?this._verticalPerspectiveTransform:this._mercatorTransform}constructor(t){this._globeLatitudeErrorCorrectionRadians=0,this._globeness=1,this.defaultConstrain=(n,a)=>this.currentTransform.defaultConstrain(n,a),this.applyConstrain=(n,a)=>this._helper.applyConstrain(n,a),this._helper=new Pn({calcMatrices:()=>{this._calcMatrices()},defaultConstrain:(n,a)=>this.defaultConstrain(n,a)},t),this._globeness=1,this._mercatorTransform=new In,this._verticalPerspectiveTransform=new cs}clone(){const t=new us;return t._globeness=this._globeness,t._globeLatitudeErrorCorrectionRadians=this._globeLatitudeErrorCorrectionRadians,t.apply(this),t}apply(t){this._helper.apply(t),this._mercatorTransform.apply(this),this._verticalPerspectiveTransform.apply(this,this._globeLatitudeErrorCorrectionRadians)}get projectionMatrix(){return this.currentTransform.projectionMatrix}get modelViewProjectionMatrix(){return this.currentTransform.modelViewProjectionMatrix}get inverseProjectionMatrix(){return this.currentTransform.inverseProjectionMatrix}get cameraPosition(){return this.currentTransform.cameraPosition}getProjectionData(t){const n=this._mercatorTransform.getProjectionData(t),a=this._verticalPerspectiveTransform.getProjectionData(t);return{mainMatrix:this.isGlobeRendering?a.mainMatrix:n.mainMatrix,clippingPlane:a.clippingPlane,tileMercatorCoords:a.tileMercatorCoords,projectionTransition:t.applyGlobeMatrix?this._globeness:0,fallbackMatrix:n.fallbackMatrix}}isLocationOccluded(t){return this.currentTransform.isLocationOccluded(t)}transformLightDirection(t){return this.currentTransform.transformLightDirection(t)}getPixelScale(){return c.bu(this._mercatorTransform.getPixelScale(),this._verticalPerspectiveTransform.getPixelScale(),this._globeness)}getCircleRadiusCorrection(){return c.bu(this._mercatorTransform.getCircleRadiusCorrection(),this._verticalPerspectiveTransform.getCircleRadiusCorrection(),this._globeness)}getPitchedTextCorrection(t,n,a){const l=this._mercatorTransform.getPitchedTextCorrection(t,n,a),p=this._verticalPerspectiveTransform.getPitchedTextCorrection(t,n,a);return c.bu(l,p,this._globeness)}projectTileCoordinates(t,n,a,l){return this.currentTransform.projectTileCoordinates(t,n,a,l)}_calcMatrices(){this._helper._width&&this._helper._height&&(this._verticalPerspectiveTransform.apply(this,this._globeLatitudeErrorCorrectionRadians),this._helper._nearZ=this._verticalPerspectiveTransform.nearZ,this._helper._farZ=this._verticalPerspectiveTransform.farZ,this._mercatorTransform.apply(this,!0,this.isGlobeRendering),this._helper._nearZ=this._mercatorTransform.nearZ,this._helper._farZ=this._mercatorTransform.farZ)}calculateFogMatrix(t){return this.currentTransform.calculateFogMatrix(t)}getVisibleUnwrappedCoordinates(t){return this.currentTransform.getVisibleUnwrappedCoordinates(t)}getCameraFrustum(){return this.currentTransform.getCameraFrustum()}getClippingPlane(){return this.currentTransform.getClippingPlane()}getCoveringTilesDetailsProvider(){return this.currentTransform.getCoveringTilesDetailsProvider()}recalculateZoomAndCenter(t){this._mercatorTransform.recalculateZoomAndCenter(t),this._verticalPerspectiveTransform.recalculateZoomAndCenter(t)}maxPitchScaleFactor(){return this._mercatorTransform.maxPitchScaleFactor()}getCameraPoint(){return this._helper.getCameraPoint()}getCameraAltitude(){return this._helper.getCameraAltitude()}getCameraLngLat(){return this._helper.getCameraLngLat()}lngLatToCameraDepth(t,n){return this.currentTransform.lngLatToCameraDepth(t,n)}populateCache(t){this._mercatorTransform.populateCache(t),this._verticalPerspectiveTransform.populateCache(t)}getBounds(){return this.currentTransform.getBounds()}calculateCenterFromCameraLngLatAlt(t,n,a,l){return this._helper.calculateCenterFromCameraLngLatAlt(t,n,a,l)}setLocationAtPoint(t,n){if(!this.isGlobeRendering)return this._mercatorTransform.setLocationAtPoint(t,n),void this.apply(this._mercatorTransform);this._verticalPerspectiveTransform.setLocationAtPoint(t,n),this.apply(this._verticalPerspectiveTransform)}locationToScreenPoint(t,n){return this.currentTransform.locationToScreenPoint(t,n)}screenPointToMercatorCoordinate(t,n){return this.currentTransform.screenPointToMercatorCoordinate(t,n)}screenPointToLocation(t,n){return this.currentTransform.screenPointToLocation(t,n)}isPointOnMapSurface(t,n){return this.currentTransform.isPointOnMapSurface(t,n)}getRayDirectionFromPixel(t){return this._verticalPerspectiveTransform.getRayDirectionFromPixel(t)}getMatrixForModel(t,n){return this.currentTransform.getMatrixForModel(t,n)}getProjectionDataForCustomLayer(t=!0){const n=this._mercatorTransform.getProjectionDataForCustomLayer(t);if(!this.isGlobeRendering)return n;const a=this._verticalPerspectiveTransform.getProjectionDataForCustomLayer(t);return a.fallbackMatrix=n.mainMatrix,a}getFastPathSimpleProjectionMatrix(t){return this.currentTransform.getFastPathSimpleProjectionMatrix(t)}}class bi{get useGlobeControls(){return!0}handlePanInertia(t,n){const a=hc(t,n);return Math.abs(a.lng-n.center.lng)>180&&(a.lng=n.center.lng+179.5*Math.sign(a.lng-n.center.lng)),{easingCenter:a,easingOffset:new c.P(0,0)}}handleMapControlsRollPitchBearingZoom(t,n){const a=t.around,l=n.screenPointToLocation(a);t.bearingDelta&&n.setBearing(n.bearing+t.bearingDelta),t.pitchDelta&&n.setPitch(n.pitch+t.pitchDelta),t.rollDelta&&n.setRoll(n.roll+t.rollDelta);const p=n.zoom;t.zoomDelta&&n.setZoom(n.zoom+t.zoomDelta);const m=n.zoom-p;if(m===0)return;const _=c.bK(n.center.lng,l.lng),v=_/(Math.abs(_/180)+1),b=c.bK(n.center.lat,l.lat),T=n.getRayDirectionFromPixel(a),C=n.cameraPosition,I=-1*c.b5(C,T),D=c.bz();c.b0(D,C,[T[0]*I,T[1]*I,T[2]*I]);const R=c.b7(D)-1,N=Math.exp(.5*-Math.max(R-.3,0)),U=Cn(n.worldSize,n.center.lat)/Math.min(n.width,n.height),j=c.bx(U,.9,.5,1,.25),$=(1-c.aq(-m))*Math.min(N,j),Y=n.center.lat,G=n.zoom,H=new c.V(n.center.lng+v*$,c.an(n.center.lat+b*$,-c.ao,c.ao));n.setLocationAtPoint(l,a);const J=n.center,W=c.bx(Math.abs(_),45,85,0,1),te=c.bx(U,.75,.35,0,1),pe=Math.pow(Math.max(W,te),.25),oe=c.bK(J.lng,H.lng),ce=c.bK(J.lat,H.lat);n.setCenter(new c.V(J.lng+oe*pe,J.lat+ce*pe).wrap()),n.setZoom(G+ai(Y,n.center.lat))}handleMapControlsPan(t,n,a){if(!t.panDelta)return;const l=n.center.lat,p=n.zoom;n.setCenter(hc(t.panDelta,n).wrap()),n.setZoom(p+ai(l,n.center.lat))}cameraForBoxAndBearing(t,n,a,l,p){const m=Zo(t,n,a,l,p),_=n.left/p.width*2-1,v=(p.width-n.right)/p.width*2-1,b=n.top/p.height*-2+1,T=(p.height-n.bottom)/p.height*-2+1,C=c.bK(a.getWest(),a.getEast())<0,I=C?a.getEast():a.getWest(),D=C?a.getWest():a.getEast(),R=Math.max(a.getNorth(),a.getSouth()),N=Math.min(a.getNorth(),a.getSouth()),U=I+.5*c.bK(I,D),j=R+.5*c.bK(R,N),$=p.clone();$.setCenter(m.center),$.setBearing(m.bearing),$.setPitch(0),$.setRoll(0),$.setZoom(m.zoom);const Y=$.modelViewProjectionMatrix,G=[Xt(a.getNorthWest()),Xt(a.getNorthEast()),Xt(a.getSouthWest()),Xt(a.getSouthEast()),Xt(new c.V(D,j)),Xt(new c.V(I,j)),Xt(new c.V(U,R)),Xt(new c.V(U,N))],H=Xt(m.center);let J=Number.POSITIVE_INFINITY;for(const W of G)_<0&&(J=bi.getLesserNonNegativeNonNull(J,bi.solveVectorScale(W,H,Y,"x",_))),v>0&&(J=bi.getLesserNonNegativeNonNull(J,bi.solveVectorScale(W,H,Y,"x",v))),b>0&&(J=bi.getLesserNonNegativeNonNull(J,bi.solveVectorScale(W,H,Y,"y",b))),T<0&&(J=bi.getLesserNonNegativeNonNull(J,bi.solveVectorScale(W,H,Y,"y",T)));if(Number.isFinite(J)&&J!==0)return m.zoom=$.zoom+c.at(J),m;Xr()}handleJumpToCenterZoom(t,n){const a=t.center.lat,l=t.applyConstrain(n.center?c.V.convert(n.center):t.center,t.zoom).center;t.setCenter(l.wrap());const p=n.zoom!==void 0?+n.zoom:t.zoom+ai(a,l.lat);t.zoom!==p&&t.setZoom(p)}handleEaseTo(t,n){const a=t.zoom,l=t.center,p=t.padding,m={roll:t.roll,pitch:t.pitch,bearing:t.bearing},_={roll:n.roll===void 0?t.roll:n.roll,pitch:n.pitch===void 0?t.pitch:n.pitch,bearing:n.bearing===void 0?t.bearing:n.bearing},v=n.zoom!==void 0,b=!t.isPaddingEqual(n.padding);let T=!1;const C=n.center?c.V.convert(n.center):l,I=t.applyConstrain(C,a).center;ln(t,I);const D=t.clone();D.setCenter(I),D.setZoom(v?+n.zoom:a+ai(l.lat,C.lat)),D.setBearing(n.bearing);const R=new c.P(c.an(t.centerPoint.x+n.offsetAsPoint.x,0,t.width),c.an(t.centerPoint.y+n.offsetAsPoint.y,0,t.height));D.setLocationAtPoint(I,R);const N=(n.offset&&n.offsetAsPoint.mag())>0?D.center:I,U=v?+n.zoom:a+ai(l.lat,N.lat),j=a+ai(l.lat,0),$=U+ai(N.lat,0),Y=c.bK(l.lng,N.lng),G=c.bK(l.lat,N.lat),H=c.aq($-j);return T=U!==a,{easeFunc:J=>{if(c.bo(m,_)||lc({startEulerAngles:m,endEulerAngles:_,tr:t,k:J,useSlerp:m.roll!=_.roll}),b&&t.interpolatePadding(p,n.padding,J),n.around)c.w("Easing around a point is not supported under globe projection."),t.setLocationAtPoint(n.around,n.aroundPoint);else{const W=$>j?Math.min(2,H):Math.max(.5,H),te=Math.pow(W,1-J),pe=dc(l,Y,G,J*te);t.setCenter(pe.wrap())}if(T){const W=c.G.number(j,$,J)+ai(0,t.center.lat);t.setZoom(W)}},isZooming:T,elevationCenter:N}}handleFlyTo(t,n){const a=n.zoom!==void 0,l=t.center,p=t.zoom,m=t.padding,_=!t.isPaddingEqual(n.padding),v=t.applyConstrain(c.V.convert(n.center||n.locationAtOffset),p).center,b=a?+n.zoom:t.zoom+ai(t.center.lat,v.lat),T=t.clone();T.setCenter(v),T.setZoom(b),T.setBearing(n.bearing);const C=new c.P(c.an(t.centerPoint.x+n.offsetAsPoint.x,0,t.width),c.an(t.centerPoint.y+n.offsetAsPoint.y,0,t.height));T.setLocationAtPoint(v,C);const I=T.center;ln(t,I);const D=(function(G,H,J){const W=Xt(H),te=Xt(J),pe=c.b5(W,te),oe=Math.acos(pe),ce=Qi(G);return oe/(2*Math.PI)*ce})(t,l,I),R=p+ai(l.lat,0),N=b+ai(I.lat,0),U=c.aq(N-R);let j;if(typeof n.minZoom=="number"){const G=+n.minZoom+ai(I.lat,0),H=Math.min(G,R,N)+ai(0,I.lat),J=t.applyConstrain(I,H).zoom+ai(I.lat,0);j=c.aq(J-R)}const $=c.bK(l.lng,I.lng),Y=c.bK(l.lat,I.lat);return{easeFunc:(G,H,J,W)=>{const te=dc(l,$,Y,J);_&&t.interpolatePadding(m,n.padding,G);const pe=G===1?I:te;t.setCenter(pe.wrap());const oe=R+c.at(H);t.setZoom(G===1?b:oe+ai(0,pe.lat))},scaleOfZoom:U,targetCenter:I,scaleOfMinZoom:j,pixelPathLength:D}}static solveVectorScale(t,n,a,l,p){const m=l==="x"?[a[0],a[4],a[8],a[12]]:[a[1],a[5],a[9],a[13]],_=[a[3],a[7],a[11],a[15]],v=t[0]*m[0]+t[1]*m[1]+t[2]*m[2],b=t[0]*_[0]+t[1]*_[1]+t[2]*_[2],T=n[0]*m[0]+n[1]*m[1]+n[2]*m[2],C=n[0]*_[0]+n[1]*_[1]+n[2]*_[2];return T+p*b===v+p*C||_[3]*(v-T)+m[3]*(C-b)+v*C==T*b?null:(T+m[3]-p*C-p*_[3])/(T-v-p*C+p*b)}static getLesserNonNegativeNonNull(t,n){return n!==null&&n>=0&&n<t?n:t}}class pc{constructor(t){this._globe=t,this._mercatorCameraHelper=new Mn,this._verticalPerspectiveCameraHelper=new bi}get useGlobeControls(){return this._globe.useGlobeRendering}get currentHelper(){return this.useGlobeControls?this._verticalPerspectiveCameraHelper:this._mercatorCameraHelper}handlePanInertia(t,n){return this.currentHelper.handlePanInertia(t,n)}handleMapControlsRollPitchBearingZoom(t,n){return this.currentHelper.handleMapControlsRollPitchBearingZoom(t,n)}handleMapControlsPan(t,n,a){this.currentHelper.handleMapControlsPan(t,n,a)}cameraForBoxAndBearing(t,n,a,l,p){return this.currentHelper.cameraForBoxAndBearing(t,n,a,l,p)}handleJumpToCenterZoom(t,n){this.currentHelper.handleJumpToCenterZoom(t,n)}handleEaseTo(t,n){return this.currentHelper.handleEaseTo(t,n)}handleFlyTo(t,n){return this.currentHelper.handleFlyTo(t,n)}}const hs=(d,t)=>c.B(d,t&&t.filter((n=>n.identifier!=="source.canvas"))),qs=c.bO();class En extends c.E{constructor(t,n={}){var a,l;super(),this._rtlPluginLoaded=()=>{for(const m in this.tileManagers){const _=this.tileManagers[m].getSource().type;_!=="vector"&&_!=="geojson"||this.tileManagers[m].reload()}},this.map=t,this.dispatcher=new hi(ui(),t._getMapId()),this.dispatcher.registerMessageHandler("GG",((m,_)=>this.getGlyphs(m,_))),this.dispatcher.registerMessageHandler("GI",((m,_)=>this.getImages(m,_))),this.dispatcher.registerMessageHandler("GDA",((m,_)=>this.getDashes(m,_))),this.imageManager=new fr,this.imageManager.setEventedParent(this);const p=((a=t._container)===null||a===void 0?void 0:a.lang)||typeof document<"u"&&((l=document.documentElement)===null||l===void 0?void 0:l.lang)||void 0;this.glyphManager=new Te(t._requestManager,n.localIdeographFontFamily,p),this.lineAtlas=new ot(256,512),this.crossTileSymbolIndex=new rr,this._setInitialValues(),this._resetUpdates(),this.dispatcher.broadcast("SR",c.bP()),re().on(K,this._rtlPluginLoaded),this.on("data",(m=>{if(m.dataType!=="source"||m.sourceDataType!=="metadata")return;const _=this.tileManagers[m.sourceId];if(!_)return;const v=_.getSource();if(v&&v.vectorLayerIds)for(const b in this._layers){const T=this._layers[b];T.source===v.id&&this._validateLayer(T)}}))}_setInitialValues(){var t;this._spritesImagesIds={},this._layers={},this._order=[],this.tileManagers={},this.zoomHistory=new c.bQ,this._availableImages=[],this._globalState={},this._serializedLayers={},this.stylesheet=null,this.light=null,this.sky=null,this.projection&&(this.projection.destroy(),delete this.projection),this._loaded=!1,this._changed=!1,this._updatedLayers={},this._updatedSources={},this._changedImages={},this._glyphsDidChange=!1,this._updatedPaintProps={},this._layerOrderChanged=!1,this.crossTileSymbolIndex=new(((t=this.crossTileSymbolIndex)===null||t===void 0?void 0:t.constructor)||Object),this.pauseablePlacement=void 0,this.placement=void 0,this.z=0}setGlobalStateProperty(t,n){var a,l,p;this._checkLoaded();const m=n===null?(p=(l=(a=this.stylesheet.state)===null||a===void 0?void 0:a[t])===null||l===void 0?void 0:l.default)!==null&&p!==void 0?p:null:n;if(c.bR(m,this._globalState[t]))return this;this._globalState[t]=m,this._applyGlobalStateChanges([t])}getGlobalState(){return this._globalState}setGlobalState(t){this._checkLoaded();const n=[];for(const a in t)!c.bR(this._globalState[a],t[a].default)&&(n.push(a),this._globalState[a]=t[a].default);this._applyGlobalStateChanges(n)}_applyGlobalStateChanges(t){if(t.length===0)return;const n=new Set,a={};for(const l of t){a[l]=this._globalState[l];for(const p in this._layers){const m=this._layers[p],_=m.getLayoutAffectingGlobalStateRefs(),v=m.getPaintAffectingGlobalStateRefs(),b=m.getVisibilityAffectingGlobalStateRefs();if(_.has(l)&&n.add(m.source),v.has(l))for(const{name:T,value:C}of v.get(l))this._updatePaintProperty(m,T,C);b?.has(l)&&(m.recalculateVisibility(),this._updateLayer(m))}}this.dispatcher.broadcast("UGS",a);for(const l in this.tileManagers)n.has(l)&&(this._reloadSource(l),this._changed=!0)}loadURL(t,n={},a){this.fire(new c.l("dataloading",{dataType:"style"})),n.validate=typeof n.validate!="boolean"||n.validate;const l=this.map._requestManager.transformRequest(t,"Style");this._loadStyleRequest=new AbortController;const p=this._loadStyleRequest;c.j(l,this._loadStyleRequest).then((m=>{this._loadStyleRequest=null,this._load(m.data,n,a)})).catch((m=>{this._loadStyleRequest=null,m&&!p.signal.aborted&&this.fire(new c.k(m))}))}loadJSON(t,n={},a){this.fire(new c.l("dataloading",{dataType:"style"})),this._frameRequest=new AbortController,Xe.frameAsync(this._frameRequest).then((()=>{this._frameRequest=null,n.validate=n.validate!==!1,this._load(t,n,a)})).catch((()=>{}))}loadEmpty(){this.fire(new c.l("dataloading",{dataType:"style"})),this._load(qs,{validate:!1})}_load(t,n,a){var l,p;let m=n.transformStyle?n.transformStyle(a,t):t;if(!n.validate||!hs(this,c.C(m))){m=Object.assign({},m),this._loaded=!0,this.stylesheet=m;for(const _ in m.sources)this.addSource(_,m.sources[_],{validate:!1});m.sprite?this._loadSprite(m.sprite):this.imageManager.setLoaded(!0),this.glyphManager.setURL(m.glyphs),this._createLayers(),this.light=new mt(this.stylesheet.light),this._setProjectionInternal(((l=this.stylesheet.projection)===null||l===void 0?void 0:l.type)||"mercator"),this.sky=new St(this.stylesheet.sky),this.map.setTerrain((p=this.stylesheet.terrain)!==null&&p!==void 0?p:null),this.fire(new c.l("data",{dataType:"style"})),this.fire(new c.l("style.load"))}}_createLayers(){var t,n,a;const l=c.bS(this.stylesheet.layers);this.setGlobalState((t=this.stylesheet.state)!==null&&t!==void 0?t:null),this.dispatcher.broadcast("SL",l),this._order=l.map((p=>p.id)),this._layers={},this._serializedLayers=null;for(const p of l){const m=c.bT(p,this._globalState);if(m.setEventedParent(this,{layer:{id:p.id}}),this._layers[p.id]=m,c.bU(m)&&this.tileManagers[m.source]){const _=(a=(n=p.paint)===null||n===void 0?void 0:n["raster-fade-duration"])!==null&&a!==void 0?a:m.paint.get("raster-fade-duration");this.tileManagers[m.source].setRasterFadeDuration(_)}}}_loadSprite(t,n=!1,a=void 0){this.imageManager.setLoaded(!1);const l=new AbortController;let p;this._spriteRequest=l,(function(m,_,v,b){return c._(this,void 0,void 0,(function*(){const T=Wi(m),C=v>1?"@2x":"",I={},D={};for(const{id:R,url:N}of T){const U=_.transformRequest(Sr(N,C,".json"),"SpriteJSON");I[R]=c.j(U,b);const j=_.transformRequest(Sr(N,C,".png"),"SpriteImage");D[R]=vi.getImage(j,b)}return yield Promise.all([...Object.values(I),...Object.values(D)]),(function(R,N){return c._(this,void 0,void 0,(function*(){const U={};for(const j in R){U[j]={};const $=Xe.getImageCanvasContext((yield N[j]).data),Y=(yield R[j]).data;for(const G in Y){const{width:H,height:J,x:W,y:te,sdf:pe,pixelRatio:oe,stretchX:ce,stretchY:ue,content:Ce,textFitWidth:Ee,textFitHeight:we}=Y[G];U[j][G]={data:null,pixelRatio:oe,sdf:pe,stretchX:ce,stretchY:ue,content:Ce,textFitWidth:Ee,textFitHeight:we,spriteData:{width:H,height:J,x:W,y:te,context:$}}}}return U}))})(I,D)}))})(t,this.map._requestManager,this.map.getPixelRatio(),this._spriteRequest).then((m=>{if(this._spriteRequest=null,m)for(const _ in m){this._spritesImagesIds[_]=[];const v=this._spritesImagesIds[_]?this._spritesImagesIds[_].filter((b=>!(b in m))):[];for(const b of v)this.imageManager.removeImage(b),this._changedImages[b]=!0;for(const b in m[_]){const T=_==="default"?b:`${_}:${b}`;this._spritesImagesIds[_].push(T),T in this.imageManager.images?this.imageManager.updateImage(T,m[_][b],!1):this.imageManager.addImage(T,m[_][b]),n&&(this._changedImages[T]=!0)}}})).catch((m=>{this._spriteRequest=null,p=m,l.signal.aborted||this.fire(new c.k(p))})).finally((()=>{this.imageManager.setLoaded(!0),this._availableImages=this.imageManager.listImages(),n&&(this._changed=!0),this.dispatcher.broadcast("SI",this._availableImages),this.fire(new c.l("data",{dataType:"style"})),a&&a(p)}))}_unloadSprite(){for(const t of Object.values(this._spritesImagesIds).flat())this.imageManager.removeImage(t),this._changedImages[t]=!0;this._spritesImagesIds={},this._availableImages=this.imageManager.listImages(),this._changed=!0,this.dispatcher.broadcast("SI",this._availableImages),this.fire(new c.l("data",{dataType:"style"}))}_validateLayer(t){const n=this.tileManagers[t.source];if(!n)return;const a=t.sourceLayer;if(!a)return;const l=n.getSource();(l.type==="geojson"||l.vectorLayerIds&&l.vectorLayerIds.indexOf(a)===-1)&&this.fire(new c.k(new Error(`Source layer "${a}" does not exist on source "${l.id}" as specified by style layer "${t.id}".`)))}loaded(){if(!this._loaded||Object.keys(this._updatedSources).length)return!1;for(const t in this.tileManagers)if(!this.tileManagers[t].loaded())return!1;return!!this.imageManager.isLoaded()}_serializeByIds(t,n=!1){const a=this._serializedAllLayers();if(!t||t.length===0)return Object.values(n?c.bV(a):a);const l=[];for(const p of t)if(a[p]){const m=n?c.bV(a[p]):a[p];l.push(m)}return l}_serializedAllLayers(){let t=this._serializedLayers;if(t)return t;t=this._serializedLayers={};const n=Object.keys(this._layers);for(const a of n){const l=this._layers[a];l.type!=="custom"&&(t[a]=l.serialize())}return t}hasTransitions(){var t,n,a;if(!((t=this.light)===null||t===void 0)&&t.hasTransition()||!((n=this.sky)===null||n===void 0)&&n.hasTransition()||!((a=this.projection)===null||a===void 0)&&a.hasTransition())return!0;for(const l in this.tileManagers)if(this.tileManagers[l].hasTransition())return!0;for(const l in this._layers)if(this._layers[l].hasTransition())return!0;return!1}_checkLoaded(){if(!this._loaded)throw new Error("Style is not done loading.")}update(t){if(!this._loaded)return;const n=this._changed;if(n){const l=Object.keys(this._updatedLayers),p=Object.keys(this._removedLayers);(l.length||p.length)&&this._updateWorkerLayers(l,p);for(const m in this._updatedSources){const _=this._updatedSources[m];if(_==="reload")this._reloadSource(m);else{if(_!=="clear")throw new Error(`Invalid action ${_}`);this._clearSource(m)}}this._updateTilesForChangedImages(),this._updateTilesForChangedGlyphs();for(const m in this._updatedPaintProps)this._layers[m].updateTransitions(t);this.light.updateTransitions(t),this.sky.updateTransitions(t),this._resetUpdates()}const a={};for(const l in this.tileManagers){const p=this.tileManagers[l];a[l]=p.used,p.used=!1}for(const l of this._order){const p=this._layers[l];p.recalculate(t,this._availableImages),!p.isHidden(t.zoom)&&p.source&&(this.tileManagers[p.source].used=!0)}for(const l in a){const p=this.tileManagers[l];!!a[l]!=!!p.used&&p.fire(new c.l("data",{sourceDataType:"visibility",dataType:"source",sourceId:l}))}this.light.recalculate(t),this.sky.recalculate(t),this.projection.recalculate(t),this.z=t.zoom,n&&this.fire(new c.l("data",{dataType:"style"}))}_updateTilesForChangedImages(){const t=Object.keys(this._changedImages);if(t.length){for(const n in this.tileManagers)this.tileManagers[n].reloadTilesForDependencies(["icons","patterns"],t);this._changedImages={}}}_updateTilesForChangedGlyphs(){if(this._glyphsDidChange){for(const t in this.tileManagers)this.tileManagers[t].reloadTilesForDependencies(["glyphs"],[""]);this._glyphsDidChange=!1}}_updateWorkerLayers(t,n){this.dispatcher.broadcast("UL",{layers:this._serializeByIds(t,!1),removedIds:n})}_resetUpdates(){this._changed=!1,this._updatedLayers={},this._removedLayers={},this._updatedSources={},this._updatedPaintProps={},this._changedImages={},this._glyphsDidChange=!1}setState(t,n={}){var a;this._checkLoaded();const l=this.serialize();if(t=n.transformStyle?n.transformStyle(l,t):t,((a=n.validate)===null||a===void 0||a)&&hs(this,c.C(t)))return!1;(t=c.bV(t)).layers=c.bS(t.layers);const p=c.bW(l,t),m=this._getOperationsToPerform(p);if(m.unimplemented.length>0)throw new Error(`Unimplemented: ${m.unimplemented.join(", ")}.`);if(m.operations.length===0)return!1;for(const _ of m.operations)_();return this.stylesheet=t,this._serializedLayers=null,!0}_getOperationsToPerform(t){const n=[],a=[];for(const l of t)switch(l.command){case"setCenter":case"setZoom":case"setBearing":case"setPitch":case"setRoll":continue;case"addLayer":n.push((()=>this.addLayer.apply(this,l.args)));break;case"removeLayer":n.push((()=>this.removeLayer.apply(this,l.args)));break;case"setPaintProperty":n.push((()=>this.setPaintProperty.apply(this,l.args)));break;case"setLayoutProperty":n.push((()=>this.setLayoutProperty.apply(this,l.args)));break;case"setFilter":n.push((()=>this.setFilter.apply(this,l.args)));break;case"addSource":n.push((()=>this.addSource.apply(this,l.args)));break;case"removeSource":n.push((()=>this.removeSource.apply(this,l.args)));break;case"setLayerZoomRange":n.push((()=>this.setLayerZoomRange.apply(this,l.args)));break;case"setLight":n.push((()=>this.setLight.apply(this,l.args)));break;case"setGeoJSONSourceData":n.push((()=>this.setGeoJSONSourceData.apply(this,l.args)));break;case"setGlyphs":n.push((()=>this.setGlyphs.apply(this,l.args)));break;case"setSprite":n.push((()=>this.setSprite.apply(this,l.args)));break;case"setTerrain":n.push((()=>this.map.setTerrain.apply(this,l.args)));break;case"setSky":n.push((()=>this.setSky.apply(this,l.args)));break;case"setProjection":this.setProjection.apply(this,l.args);break;case"setGlobalState":n.push((()=>this.setGlobalState.apply(this,l.args)));break;case"setTransition":n.push((()=>{}));break;default:a.push(l.command)}return{operations:n,unimplemented:a}}addImage(t,n){if(this.getImage(t))return this.fire(new c.k(new Error(`An image named "${t}" already exists.`)));this.imageManager.addImage(t,n),this._afterImageUpdated(t)}updateImage(t,n){this.imageManager.updateImage(t,n)}getImage(t){return this.imageManager.getImage(t)}removeImage(t){if(!this.getImage(t))return this.fire(new c.k(new Error(`An image named "${t}" does not exist.`)));this.imageManager.removeImage(t),this._afterImageUpdated(t)}_afterImageUpdated(t){this._availableImages=this.imageManager.listImages(),this._changedImages[t]=!0,this._changed=!0,this.dispatcher.broadcast("SI",this._availableImages),this.fire(new c.l("data",{dataType:"style"}))}listImages(){return this._checkLoaded(),this.imageManager.listImages()}addSource(t,n,a={}){if(this._checkLoaded(),this.tileManagers[t]!==void 0)throw new Error(`Source "${t}" already exists.`);if(!n.type)throw new Error(`The type property must be defined, but only the following properties were given: ${Object.keys(n).join(", ")}.`);if(["vector","raster","geojson","video","image"].indexOf(n.type)>=0&&this._validate(c.C.source,`sources.${t}`,n,null,a))return;this.map&&this.map._collectResourceTiming&&(n.collectResourceTiming=!0);const l=this.tileManagers[t]=new _r(t,n,this.dispatcher);l.style=this,l.setEventedParent(this,(()=>({isSourceLoaded:l.loaded(),source:l.serialize(),sourceId:t}))),l.onAdd(this.map),this._changed=!0}removeSource(t){if(this._checkLoaded(),this.tileManagers[t]===void 0)throw new Error("There is no source with this ID");for(const a in this._layers)if(this._layers[a].source===t)return this.fire(new c.k(new Error(`Source "${t}" cannot be removed while layer "${a}" is using it.`)));const n=this.tileManagers[t];delete this.tileManagers[t],delete this._updatedSources[t],n.fire(new c.l("data",{sourceDataType:"metadata",dataType:"source",sourceId:t})),n.setEventedParent(null),n.onRemove(this.map),this._changed=!0}setGeoJSONSourceData(t,n){if(this._checkLoaded(),this.tileManagers[t]===void 0)throw new Error(`There is no source with this ID=${t}`);const a=this.tileManagers[t].getSource();if(a.type!=="geojson")throw new Error(`geojsonSource.type is ${a.type}, which is !== 'geojson`);a.setData(n),this._changed=!0}getSource(t){return this.tileManagers[t]&&this.tileManagers[t].getSource()}addLayer(t,n,a={}){this._checkLoaded();const l=t.id;if(this.getLayer(l))return void this.fire(new c.k(new Error(`Layer "${l}" already exists on this map.`)));let p;if(t.type==="custom"){if(hs(this,c.bX(t)))return;p=c.bT(t,this._globalState)}else{if("source"in t&&typeof t.source=="object"&&(this.addSource(l,t.source),t=c.bV(t),t=c.e(t,{source:l})),this._validate(c.C.layer,`layers.${l}`,t,{arrayIndex:-1},a))return;p=c.bT(t,this._globalState),this._validateLayer(p),p.setEventedParent(this,{layer:{id:l}})}const m=n?this._order.indexOf(n):this._order.length;if(n&&m===-1)this.fire(new c.k(new Error(`Cannot add layer "${l}" before non-existing layer "${n}".`)));else{if(this._order.splice(m,0,l),this._layerOrderChanged=!0,this._layers[l]=p,this._removedLayers[l]&&p.source&&p.type!=="custom"){const _=this._removedLayers[l];delete this._removedLayers[l],_.type!==p.type?this._updatedSources[p.source]="clear":(this._updatedSources[p.source]="reload",this.tileManagers[p.source].pause())}this._updateLayer(p),p.onAdd&&p.onAdd(this.map)}}moveLayer(t,n){if(this._checkLoaded(),this._changed=!0,!this._layers[t])return void this.fire(new c.k(new Error(`The layer '${t}' does not exist in the map's style and cannot be moved.`)));if(t===n)return;const a=this._order.indexOf(t);this._order.splice(a,1);const l=n?this._order.indexOf(n):this._order.length;n&&l===-1?this.fire(new c.k(new Error(`Cannot move layer "${t}" before non-existing layer "${n}".`))):(this._order.splice(l,0,t),this._layerOrderChanged=!0)}removeLayer(t){this._checkLoaded();const n=this._layers[t];if(!n)return void this.fire(new c.k(new Error(`Cannot remove non-existing layer "${t}".`)));n.setEventedParent(null);const a=this._order.indexOf(t);this._order.splice(a,1),this._layerOrderChanged=!0,this._changed=!0,this._removedLayers[t]=n,delete this._layers[t],this._serializedLayers&&delete this._serializedLayers[t],delete this._updatedLayers[t],delete this._updatedPaintProps[t],n.onRemove&&n.onRemove(this.map)}getLayer(t){return this._layers[t]}getLayersOrder(){return[...this._order]}hasLayer(t){return t in this._layers}setLayerZoomRange(t,n,a){this._checkLoaded();const l=this.getLayer(t);l?l.minzoom===n&&l.maxzoom===a||(n!=null&&(l.minzoom=n),a!=null&&(l.maxzoom=a),this._updateLayer(l)):this.fire(new c.k(new Error(`Cannot set the zoom range of non-existing layer "${t}".`)))}setFilter(t,n,a={}){this._checkLoaded();const l=this.getLayer(t);if(l){if(!c.bR(l.filter,n))return n==null?(l.setFilter(void 0),void this._updateLayer(l)):void(this._validate(c.C.filter,`layers.${l.id}.filter`,n,null,a)||(l.setFilter(c.bV(n)),this._updateLayer(l)))}else this.fire(new c.k(new Error(`Cannot filter non-existing layer "${t}".`)))}getFilter(t){return c.bV(this.getLayer(t).filter)}setLayoutProperty(t,n,a,l={}){this._checkLoaded();const p=this.getLayer(t);p?c.bR(p.getLayoutProperty(n),a)||(p.setLayoutProperty(n,a,l),this._updateLayer(p)):this.fire(new c.k(new Error(`Cannot style non-existing layer "${t}".`)))}getLayoutProperty(t,n){const a=this.getLayer(t);if(a)return a.getLayoutProperty(n);this.fire(new c.k(new Error(`Cannot get style of non-existing layer "${t}".`)))}setPaintProperty(t,n,a,l={}){this._checkLoaded();const p=this.getLayer(t);p?c.bR(p.getPaintProperty(n),a)||this._updatePaintProperty(p,n,a,l):this.fire(new c.k(new Error(`Cannot style non-existing layer "${t}".`)))}_updatePaintProperty(t,n,a,l={}){t.setPaintProperty(n,a,l)&&this._updateLayer(t),c.bU(t)&&n==="raster-fade-duration"&&this.tileManagers[t.source].setRasterFadeDuration(a),this._changed=!0,this._updatedPaintProps[t.id]=!0,this._serializedLayers=null}getPaintProperty(t,n){return this.getLayer(t).getPaintProperty(n)}setFeatureState(t,n){this._checkLoaded();const a=t.source,l=t.sourceLayer,p=this.tileManagers[a];if(p===void 0)return void this.fire(new c.k(new Error(`The source '${a}' does not exist in the map's style.`)));const m=p.getSource().type;m==="geojson"&&l?this.fire(new c.k(new Error("GeoJSON sources cannot have a sourceLayer parameter."))):m!=="vector"||l?(t.id===void 0&&this.fire(new c.k(new Error("The feature id parameter must be provided."))),p.setFeatureState(l,t.id,n)):this.fire(new c.k(new Error("The sourceLayer parameter must be provided for vector source types.")))}removeFeatureState(t,n){this._checkLoaded();const a=t.source,l=this.tileManagers[a];if(l===void 0)return void this.fire(new c.k(new Error(`The source '${a}' does not exist in the map's style.`)));const p=l.getSource().type,m=p==="vector"?t.sourceLayer:void 0;p!=="vector"||m?n&&typeof t.id!="string"&&typeof t.id!="number"?this.fire(new c.k(new Error("A feature id is required to remove its specific state property."))):l.removeFeatureState(m,t.id,n):this.fire(new c.k(new Error("The sourceLayer parameter must be provided for vector source types.")))}getFeatureState(t){this._checkLoaded();const n=t.source,a=t.sourceLayer,l=this.tileManagers[n];if(l!==void 0)return l.getSource().type!=="vector"||a?(t.id===void 0&&this.fire(new c.k(new Error("The feature id parameter must be provided."))),l.getFeatureState(a,t.id)):void this.fire(new c.k(new Error("The sourceLayer parameter must be provided for vector source types.")));this.fire(new c.k(new Error(`The source '${n}' does not exist in the map's style.`)))}getTransition(){return c.e({duration:300,delay:0},this.stylesheet&&this.stylesheet.transition)}serialize(){if(!this._loaded)return;const t=c.bY(this.tileManagers,(p=>p.serialize())),n=this._serializeByIds(this._order,!0),a=this.map.getTerrain()||void 0,l=this.stylesheet;return c.bZ({version:l.version,name:l.name,metadata:l.metadata,light:l.light,sky:l.sky,center:l.center,zoom:l.zoom,bearing:l.bearing,pitch:l.pitch,sprite:l.sprite,glyphs:l.glyphs,transition:l.transition,projection:l.projection,sources:t,layers:n,terrain:a},(p=>p!==void 0))}_updateLayer(t){this._updatedLayers[t.id]=!0,t.source&&!this._updatedSources[t.source]&&this.tileManagers[t.source].getSource().type!=="raster"&&(this._updatedSources[t.source]="reload",this.tileManagers[t.source].pause()),this._serializedLayers=null,this._changed=!0}_flattenAndSortRenderedFeatures(t){const n=m=>this._layers[m].type==="fill-extrusion",a={},l=[];for(let m=this._order.length-1;m>=0;m--){const _=this._order[m];if(n(_)){a[_]=m;for(const v of t){const b=v[_];if(b)for(const T of b)l.push(T)}}}l.sort(((m,_)=>_.intersectionZ-m.intersectionZ));const p=[];for(let m=this._order.length-1;m>=0;m--){const _=this._order[m];if(n(_))for(let v=l.length-1;v>=0;v--){const b=l[v].feature;if(a[b.layer.id]<m)break;p.push(b),l.pop()}else for(const v of t){const b=v[_];if(b)for(const T of b)p.push(T.feature)}}return p}queryRenderedFeatures(t,n,a){n&&n.filter&&this._validate(c.C.filter,"queryRenderedFeatures.filter",n.filter,null,n);const l={};if(n&&n.layers){if(!(Array.isArray(n.layers)||n.layers instanceof Set))return this.fire(new c.k(new Error("parameters.layers must be an Array or a Set of strings"))),[];for(const b of n.layers){const T=this._layers[b];if(!T)return this.fire(new c.k(new Error(`The layer '${b}' does not exist in the map's style and cannot be queried for features.`))),[];l[T.source]=!0}}const p=[];n.availableImages=this._availableImages;const m=this._serializedAllLayers(),_=n.layers instanceof Set?n.layers:Array.isArray(n.layers)?new Set(n.layers):null,v=Object.assign(Object.assign({},n),{layers:_,globalState:this._globalState});for(const b in this.tileManagers)n.layers&&!l[b]||p.push(bn(this.tileManagers[b],this._layers,m,t,v,a,this.map.terrain?(T,C,I)=>this.map.terrain.getElevation(T,C,I):void 0));return this.placement&&p.push((function(b,T,C,I,D,R,N){const U={},j=R.queryRenderedSymbols(I),$=[];for(const Y of Object.keys(j).map(Number))$.push(N[Y]);$.sort(Ii);for(const Y of $){const G=Y.featureIndex.lookupSymbolFeatures(j[Y.bucketInstanceId],T,Y.bucketIndex,Y.sourceLayerIndex,{filterSpec:D.filter,globalState:D.globalState},D.layers,D.availableImages,b);for(const H in G){const J=U[H]=U[H]||[],W=G[H];W.sort(((te,pe)=>{const oe=Y.featureSortOrder;if(oe){const ce=oe.indexOf(te.featureIndex);return oe.indexOf(pe.featureIndex)-ce}return pe.featureIndex-te.featureIndex}));for(const te of W)J.push(te)}}return(function(Y,G,H){for(const J in Y)for(const W of Y[J])gr(W,H[G[J].source]);return Y})(U,b,C)})(this._layers,m,this.tileManagers,t,v,this.placement.collisionIndex,this.placement.retainedQueryData)),this._flattenAndSortRenderedFeatures(p)}querySourceFeatures(t,n){n?.filter&&this._validate(c.C.filter,"querySourceFeatures.filter",n.filter,null,n);const a=this.tileManagers[t];return a?(function(l,p){const m=l.getRenderableIds().map((b=>l.getTileByID(b))),_=[],v={};for(let b=0;b<m.length;b++){const T=m[b],C=T.tileID.canonical.key;v[C]||(v[C]=!0,T.querySourceFeatures(_,p))}return _})(a,n?Object.assign(Object.assign({},n),{globalState:this._globalState}):{globalState:this._globalState}):[]}getLight(){return this.light.getLight()}setLight(t,n={}){this._checkLoaded();const a=this.light.getLight();let l=!1;for(const m in t)if(!c.bR(t[m],a[m])){l=!0;break}if(!l)return;const p={now:at(),transition:c.e({duration:300,delay:0},this.stylesheet.transition)};this.light.setLight(t,n),this.light.updateTransitions(p)}getProjection(){var t;return(t=this.stylesheet)===null||t===void 0?void 0:t.projection}setProjection(t){if(this._checkLoaded(),this.projection){if(this.projection.name===t.type)return;this.projection.destroy(),delete this.projection}this.stylesheet.projection=t,this._setProjectionInternal(t.type)}getSky(){var t;return(t=this.stylesheet)===null||t===void 0?void 0:t.sky}setSky(t,n={}){this._checkLoaded();const a=this.getSky();let l=!1;if(!t&&!a)return;if(t&&!a)l=!0;else if(!t&&a)l=!0;else for(const m in t)if(!c.bR(t[m],a[m])){l=!0;break}if(!l)return;const p={now:at(),transition:c.e({duration:300,delay:0},this.stylesheet.transition)};this.stylesheet.sky=t,this.sky.setSky(t,n),this.sky.updateTransitions(p)}_setProjectionInternal(t){const n=(function(a,l){const p={constrainOverride:l};if(Array.isArray(a)){const m=new uc({type:a});return{projection:m,transform:new us(p),cameraHelper:new pc(m)}}switch(a){case"mercator":return{projection:new Ji,transform:new In(p),cameraHelper:new Mn};case"globe":{const m=new uc({type:["interpolate",["linear"],["zoom"],11,"vertical-perspective",12,"mercator"]});return{projection:m,transform:new us(p),cameraHelper:new pc(m)}}case"vertical-perspective":return{projection:new Wo,transform:new cs(p),cameraHelper:new bi};default:return c.w(`Unknown projection name: ${a}. Falling back to mercator projection.`),{projection:new Ji,transform:new In(p),cameraHelper:new Mn}}})(t,this.map.transformConstrain);this.projection=n.projection,this.map.migrateProjection(n.transform,n.cameraHelper);for(const a in this.tileManagers)this.tileManagers[a].reload()}_validate(t,n,a,l,p={}){return(!p||p.validate!==!1)&&hs(this,t.call(c.C,c.e({key:n,style:this.serialize(),value:a,styleSpec:c.u},l)))}_remove(t=!0){this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this._loadStyleRequest&&(this._loadStyleRequest.abort(),this._loadStyleRequest=null),this._spriteRequest&&(this._spriteRequest.abort(),this._spriteRequest=null),re().off(K,this._rtlPluginLoaded);for(const n in this._layers)this._layers[n].setEventedParent(null);for(const n in this.tileManagers){const a=this.tileManagers[n];a.setEventedParent(null),a.onRemove(this.map)}this.imageManager.setEventedParent(null),this.setEventedParent(null),t&&this.dispatcher.broadcast("RM",void 0),this.dispatcher.remove(t)}_clearSource(t){this.tileManagers[t].clearTiles()}_reloadSource(t){this.tileManagers[t].resume(),this.tileManagers[t].reload()}_updateSources(t){for(const n in this.tileManagers)this.tileManagers[n].update(t,this.map.terrain)}_generateCollisionBoxes(){for(const t in this.tileManagers)this._reloadSource(t)}_updatePlacement(t,n,a,l,p=!1){let m=!1,_=!1;const v={};for(const b of this._order){const T=this._layers[b];if(T.type!=="symbol")continue;if(!v[T.source]){const I=this.tileManagers[T.source];v[T.source]=I.getRenderableIds(!0).map((D=>I.getTileByID(D))).sort(((D,R)=>R.tileID.overscaledZ-D.tileID.overscaledZ||(D.tileID.isLessThan(R.tileID)?-1:1)))}const C=this.crossTileSymbolIndex.addLayer(T,v[T.source],t.center.lng);m=m||C}if(this.crossTileSymbolIndex.pruneUnusedLayers(this._order),((p=p||this._layerOrderChanged||a===0)||!this.pauseablePlacement||this.pauseablePlacement.isDone()&&!this.placement.stillRecent(at(),t.zoom))&&(this.pauseablePlacement=new is(t,this.map.terrain,this._order,p,n,a,l,this.placement),this._layerOrderChanged=!1),this.pauseablePlacement.isDone()?this.placement.setStale():(this.pauseablePlacement.continuePlacement(this._order,this._layers,v),this.pauseablePlacement.isDone()&&(this.placement=this.pauseablePlacement.commit(at()),_=!0),m&&this.pauseablePlacement.placement.setStale()),_||m)for(const b of this._order){const T=this._layers[b];T.type==="symbol"&&this.placement.updateLayerOpacities(T,v[T.source])}return!this.pauseablePlacement.isDone()||this.placement.hasTransitions(at())}_releaseSymbolFadeTiles(){for(const t in this.tileManagers)this.tileManagers[t].releaseSymbolFadeTiles()}getImages(t,n){return c._(this,void 0,void 0,(function*(){const a=yield this.imageManager.getImages(n.icons);this._updateTilesForChangedImages();const l=this.tileManagers[n.source];return l&&l.setDependencies(n.tileID.key,n.type,n.icons),a}))}getGlyphs(t,n){return c._(this,void 0,void 0,(function*(){const a=yield this.glyphManager.getGlyphs(n.stacks),l=this.tileManagers[n.source];return l&&l.setDependencies(n.tileID.key,n.type,[""]),a}))}getGlyphsUrl(){return this.stylesheet.glyphs||null}setGlyphs(t,n={}){this._checkLoaded(),t&&this._validate(c.C.glyphs,"glyphs",t,null,n)||(this._glyphsDidChange=!0,this.stylesheet.glyphs=t,this.glyphManager.entries={},this.glyphManager.setURL(t))}getDashes(t,n){return c._(this,void 0,void 0,(function*(){const a={};for(const[l,p]of Object.entries(n.dashes))a[l]=this.lineAtlas.getDash(p.dasharray,p.round);return a}))}addSprite(t,n,a={},l){this._checkLoaded();const p=[{id:t,url:n}],m=[...Wi(this.stylesheet.sprite),...p];this._validate(c.C.sprite,"sprite",m,null,a)||(this.stylesheet.sprite=m,this._loadSprite(p,!0,l))}removeSprite(t){this._checkLoaded();const n=Wi(this.stylesheet.sprite);if(n.find((a=>a.id===t))){if(this._spritesImagesIds[t])for(const a of this._spritesImagesIds[t])this.imageManager.removeImage(a),this._changedImages[a]=!0;n.splice(n.findIndex((a=>a.id===t)),1),this.stylesheet.sprite=n.length>0?n:void 0,delete this._spritesImagesIds[t],this._availableImages=this.imageManager.listImages(),this._changed=!0,this.dispatcher.broadcast("SI",this._availableImages),this.fire(new c.l("data",{dataType:"style"}))}else this.fire(new c.k(new Error(`Sprite "${t}" doesn't exists on this map.`)))}getSprite(){return Wi(this.stylesheet.sprite)}setSprite(t,n={},a){this._checkLoaded(),t&&this._validate(c.C.sprite,"sprite",t,null,n)||(this.stylesheet.sprite=t,t?this._loadSprite(t,!0,a):(this._unloadSprite(),a&&a(null)))}destroy(){this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this._loadStyleRequest&&(this._loadStyleRequest.abort(),this._loadStyleRequest=null),this._spriteRequest&&(this._spriteRequest.abort(),this._spriteRequest=null);for(const t in this.tileManagers){const n=this.tileManagers[t];n.setEventedParent(null),n.onRemove(this.map)}this.tileManagers={},this.imageManager&&(this.imageManager.setEventedParent(null),this.imageManager.destroy(),this._availableImages=[],this._spritesImagesIds={}),this.glyphManager&&this.glyphManager.destroy();for(const t in this._layers){const n=this._layers[t];n.setEventedParent(null),n.onRemove&&n.onRemove(this.map)}this._setInitialValues(),this.setEventedParent(null),this.dispatcher.unregisterMessageHandler("GG"),this.dispatcher.unregisterMessageHandler("GI"),this.dispatcher.unregisterMessageHandler("GDA"),this.dispatcher.remove(!0),this._listeners={},this._oneTimeListeners={}}}var ju=c.aU([{name:"a_pos",type:"Int16",components:2},{name:"a_texture_pos",type:"Int16",components:2}]);class Ra{constructor(){this.boundProgram=null,this.boundLayoutVertexBuffer=null,this.boundPaintVertexBuffers=[],this.boundIndexBuffer=null,this.boundVertexOffset=null,this.boundDynamicVertexBuffer=null,this.vao=null}bind(t,n,a,l,p,m,_,v,b){this.context=t;let T=this.boundPaintVertexBuffers.length!==l.length;for(let C=0;!T&&C<l.length;C++)this.boundPaintVertexBuffers[C]!==l[C]&&(T=!0);!this.vao||this.boundProgram!==n||this.boundLayoutVertexBuffer!==a||T||this.boundIndexBuffer!==p||this.boundVertexOffset!==m||this.boundDynamicVertexBuffer!==_||this.boundDynamicVertexBuffer2!==v||this.boundDynamicVertexBuffer3!==b?this.freshBind(n,a,l,p,m,_,v,b):(t.bindVertexArray.set(this.vao),_&&_.bind(),p&&p.dynamicDraw&&p.bind(),v&&v.bind(),b&&b.bind())}freshBind(t,n,a,l,p,m,_,v){const b=t.numAttributes,T=this.context,C=T.gl;this.vao&&this.destroy(),this.vao=T.createVertexArray(),T.bindVertexArray.set(this.vao),this.boundProgram=t,this.boundLayoutVertexBuffer=n,this.boundPaintVertexBuffers=a,this.boundIndexBuffer=l,this.boundVertexOffset=p,this.boundDynamicVertexBuffer=m,this.boundDynamicVertexBuffer2=_,this.boundDynamicVertexBuffer3=v,n.enableAttributes(C,t);for(const I of a)I.enableAttributes(C,t);m&&m.enableAttributes(C,t),_&&_.enableAttributes(C,t),v&&v.enableAttributes(C,t),n.bind(),n.setVertexAttribPointers(C,t,p);for(const I of a)I.bind(),I.setVertexAttribPointers(C,t,p);m&&(m.bind(),m.setVertexAttribPointers(C,t,p)),l&&l.bind(),_&&(_.bind(),_.setVertexAttribPointers(C,t,p)),v&&(v.bind(),v.setVertexAttribPointers(C,t,p)),T.currentNumAttributes=b}destroy(){this.vao&&(this.context.deleteVertexArray(this.vao),this.vao=null)}}const Uu=(d,t,n,a,l)=>({u_texture:0,u_ele_delta:d,u_fog_matrix:t,u_fog_color:n?n.properties.get("fog-color"):c.bp.white,u_fog_ground_blend:n?n.properties.get("fog-ground-blend"):1,u_fog_ground_blend_opacity:l?0:n?n.calculateFogBlendOpacity(a):0,u_horizon_color:n?n.properties.get("horizon-color"):c.bp.white,u_horizon_fog_blend:n?n.properties.get("horizon-fog-blend"):1,u_is_globe_mode:l?1:0}),ds={mainMatrix:"u_projection_matrix",tileMercatorCoords:"u_projection_tile_mercator_coords",clippingPlane:"u_projection_clipping_plane",projectionTransition:"u_projection_transition",fallbackMatrix:"u_projection_fallback_matrix"};function Fa(d){const t=[];for(let n=0;n<d.length;n++){if(d[n]===null)continue;const a=d[n].split(" ");t.push(a.pop())}return t}class fc{constructor(t,n,a,l,p,m,_,v,b=[]){const T=t.gl;this.program=T.createProgram();const C=Fa(n.staticAttributes),I=a?a.getBinderAttributes():[],D=C.concat(I),R=ei.prelude.staticUniforms?Fa(ei.prelude.staticUniforms):[],N=_.staticUniforms?Fa(_.staticUniforms):[],U=n.staticUniforms?Fa(n.staticUniforms):[],j=a?a.getBinderUniforms():[],$=R.concat(N).concat(U).concat(j),Y=[];for(const oe of $)Y.indexOf(oe)<0&&Y.push(oe);const G=a?a.defines():[];yr(T)&&G.unshift("#version 300 es"),p&&G.push("#define OVERDRAW_INSPECTOR;"),m&&G.push("#define TERRAIN3D;"),v&&G.push(v),b&&G.push(...b);let H=G.concat(ei.prelude.fragmentSource,_.fragmentSource,n.fragmentSource).join(`
802
- `),J=G.concat(ei.prelude.vertexSource,_.vertexSource,n.vertexSource).join(`
803
- `);yr(T)||(H=(function(oe){return oe.replace(/\bin\s/g,"varying ").replace("out highp vec4 fragColor;","").replace(/fragColor/g,"gl_FragColor").replace(/texture\(/g,"texture2D(")})(H),J=(function(oe){return oe.replace(/\bin\s/g,"attribute ").replace(/\bout\s/g,"varying ").replace(/texture\(/g,"texture2D(")})(J));const W=T.createShader(T.FRAGMENT_SHADER);if(T.isContextLost())return void(this.failedToCreate=!0);if(T.shaderSource(W,H),T.compileShader(W),!T.getShaderParameter(W,T.COMPILE_STATUS))throw new Error(`Could not compile fragment shader: ${T.getShaderInfoLog(W)}`);T.attachShader(this.program,W);const te=T.createShader(T.VERTEX_SHADER);if(T.isContextLost())return void(this.failedToCreate=!0);if(T.shaderSource(te,J),T.compileShader(te),!T.getShaderParameter(te,T.COMPILE_STATUS))throw new Error(`Could not compile vertex shader: ${T.getShaderInfoLog(te)}`);T.attachShader(this.program,te),this.attributes={};const pe={};this.numAttributes=D.length;for(let oe=0;oe<this.numAttributes;oe++)D[oe]&&(T.bindAttribLocation(this.program,oe,D[oe]),this.attributes[D[oe]]=oe);if(T.linkProgram(this.program),!T.getProgramParameter(this.program,T.LINK_STATUS))throw new Error(`Program failed to link: ${T.getProgramInfoLog(this.program)}`);T.deleteShader(te),T.deleteShader(W);for(let oe=0;oe<Y.length;oe++){const ce=Y[oe];if(ce&&!pe[ce]){const ue=T.getUniformLocation(this.program,ce);ue&&(pe[ce]=ue)}}this.fixedUniforms=l(t,pe),this.terrainUniforms=((oe,ce)=>({u_depth:new c.b_(oe,ce.u_depth),u_terrain:new c.b_(oe,ce.u_terrain),u_terrain_dim:new c.bq(oe,ce.u_terrain_dim),u_terrain_matrix:new c.c0(oe,ce.u_terrain_matrix),u_terrain_unpack:new c.c1(oe,ce.u_terrain_unpack),u_terrain_exaggeration:new c.bq(oe,ce.u_terrain_exaggeration)}))(t,pe),this.projectionUniforms=((oe,ce)=>({u_projection_matrix:new c.c0(oe,ce.u_projection_matrix),u_projection_tile_mercator_coords:new c.c1(oe,ce.u_projection_tile_mercator_coords),u_projection_clipping_plane:new c.c1(oe,ce.u_projection_clipping_plane),u_projection_transition:new c.bq(oe,ce.u_projection_transition),u_projection_fallback_matrix:new c.c0(oe,ce.u_projection_fallback_matrix)}))(t,pe),this.binderUniforms=a?a.getUniforms(t,pe):[]}draw(t,n,a,l,p,m,_,v,b,T,C,I,D,R,N,U,j,$,Y){const G=t.gl;if(this.failedToCreate)return;if(t.program.set(this.program),t.setDepthMode(a),t.setStencilMode(l),t.setColorMode(p),t.setCullFace(m),v){t.activeTexture.set(G.TEXTURE2),G.bindTexture(G.TEXTURE_2D,v.depthTexture),t.activeTexture.set(G.TEXTURE3),G.bindTexture(G.TEXTURE_2D,v.texture);for(const J in this.terrainUniforms)this.terrainUniforms[J].set(v[J])}if(b)for(const J in b)this.projectionUniforms[ds[J]].set(b[J]);if(_)for(const J in this.fixedUniforms)this.fixedUniforms[J].set(_[J]);U&&U.setUniforms(t,this.binderUniforms,R,{zoom:N});let H=0;switch(n){case G.LINES:H=2;break;case G.TRIANGLES:H=3;break;case G.LINE_STRIP:H=1}for(const J of D.get()){const W=J.vaos||(J.vaos={});(W[T]||(W[T]=new Ra)).bind(t,this,C,U?U.getPaintVertexBuffers():[],I,J.vertexOffset,j,$,Y),G.drawElements(n,J.primitiveLength*H,G.UNSIGNED_SHORT,J.primitiveOffset*H*2)}}}function mc(d,t,n){const a=1/c.aN(n,1,t.transform.tileZoom),l=Math.pow(2,n.tileID.overscaledZ),p=n.tileSize*Math.pow(2,t.transform.tileZoom)/l,m=p*(n.tileID.canonical.x+n.tileID.wrap*l),_=p*n.tileID.canonical.y;return{u_image:0,u_texsize:n.imageAtlasTexture.size,u_scale:[a,d.fromScale,d.toScale],u_fade:d.t,u_pixel_coord_upper:[m>>16,_>>16],u_pixel_coord_lower:[65535&m,65535&_]}}const Ko=(d,t,n,a)=>{const l=d.style.light,p=l.properties.get("position"),m=[p.x,p.y,p.z],_=c.c4();l.properties.get("anchor")==="viewport"&&c.c5(_,d.transform.bearingInRadians),c.c6(m,m,_);const v=d.transform.transformLightDirection(m),b=l.properties.get("color");return{u_lightpos:m,u_lightpos_globe:v,u_lightintensity:l.properties.get("intensity"),u_lightcolor:[b.r,b.g,b.b],u_vertical_gradient:+t,u_opacity:n,u_fill_translate:a}},Jo=(d,t,n,a,l,p,m)=>c.e(Ko(d,t,n,a),mc(p,d,m),{u_height_factor:-Math.pow(2,l.overscaledZ)/m.tileSize/8}),Qo=(d,t,n,a)=>c.e(mc(t,d,n),{u_fill_translate:a}),gc=(d,t)=>({u_world:d,u_fill_translate:t}),_c=(d,t,n,a,l)=>c.e(Qo(d,t,n,l),{u_world:a}),yc=(d,t,n,a,l)=>{const p=d.transform;let m,_,v=0;if(n.paint.get("circle-pitch-alignment")==="map"){const b=c.aN(t,1,p.zoom);m=!0,_=[b,b],v=b/(c.a5*Math.pow(2,t.tileID.overscaledZ))*2*Math.PI*l}else m=!1,_=p.pixelsToGLUnits;return{u_camera_to_center_distance:p.cameraToCenterDistance,u_scale_with_map:+(n.paint.get("circle-pitch-scale")==="map"),u_pitch_with_map:+m,u_device_pixel_ratio:d.pixelRatio,u_extrude_scale:_,u_globe_extrude_scale:v,u_translate:a}},An=d=>({u_pixel_extrude_scale:[1/d.width,1/d.height]}),vc=d=>({u_viewport_size:[d.width,d.height]}),el=(d,t=1)=>({u_color:d,u_overlay:0,u_overlay_scale:t}),ps=(d,t,n,a)=>{const l=c.aN(d,1,t)/(c.a5*Math.pow(2,d.tileID.overscaledZ))*2*Math.PI*a;return{u_extrude_scale:c.aN(d,1,t),u_intensity:n,u_globe_extrude_scale:l}},xc=(d,t,n,a)=>{const l=c.N();c.c7(l,0,d.width,d.height,0,0,1);const p=d.context.gl;return{u_matrix:l,u_world:[p.drawingBufferWidth,p.drawingBufferHeight],u_image:n,u_color_ramp:a,u_opacity:t.paint.get("heatmap-opacity")}},Ba=(d,t,n)=>{const a=n.paint.get("hillshade-accent-color");let l;switch(n.paint.get("hillshade-method")){case"basic":l=4;break;case"combined":l=1;break;case"igor":l=2;break;case"multidirectional":l=3;break;default:l=0}const p=n.getIlluminationProperties();for(let m=0;m<p.directionRadians.length;m++)n.paint.get("hillshade-illumination-anchor")==="viewport"&&(p.directionRadians[m]+=d.transform.bearingInRadians);return{u_image:0,u_latrange:qu(0,t.tileID),u_exaggeration:n.paint.get("hillshade-exaggeration"),u_altitudes:p.altitudeRadians,u_azimuths:p.directionRadians,u_accent:a,u_method:l,u_highlights:p.highlightColor,u_shadows:p.shadowColor}},Gu=(d,t)=>{const n=t.stride,a=c.N();return c.c7(a,0,c.a5,-c.a5,0,0,1),c.O(a,a,[0,-c.a5,0]),{u_matrix:a,u_image:1,u_dimension:[n,n],u_zoom:d.overscaledZ,u_unpack:t.getUnpackVector()}};function qu(d,t){const n=Math.pow(2,t.canonical.z),a=t.canonical.y;return[new c.a9(0,a/n).toLngLat().lat,new c.a9(0,(a+1)/n).toLngLat().lat]}const bc=(d,t,n=0)=>({u_image:0,u_unpack:t.getUnpackVector(),u_dimension:[t.stride,t.stride],u_elevation_stops:1,u_color_stops:4,u_color_ramp_size:n,u_opacity:d.paint.get("color-relief-opacity")}),$s=(d,t,n,a)=>{const l=d.transform;return{u_translation:Va(d,t,n),u_ratio:a/c.aN(t,1,l.zoom),u_device_pixel_ratio:d.pixelRatio,u_units_to_pixels:[1/l.pixelsToGLUnits[0],1/l.pixelsToGLUnits[1]]}},wc=(d,t,n,a,l)=>c.e($s(d,t,n,a),{u_image:0,u_image_height:l}),tl=(d,t,n,a,l)=>{const p=d.transform,m=Er(t,p);return{u_translation:Va(d,t,n),u_texsize:t.imageAtlasTexture.size,u_ratio:a/c.aN(t,1,p.zoom),u_device_pixel_ratio:d.pixelRatio,u_image:0,u_scale:[m,l.fromScale,l.toScale],u_fade:l.t,u_units_to_pixels:[1/p.pixelsToGLUnits[0],1/p.pixelsToGLUnits[1]]}},Tc=(d,t,n,a,l)=>{const p=Er(t,d.transform);return c.e($s(d,t,n,a),{u_tileratio:p,u_crossfade_from:l.fromScale,u_crossfade_to:l.toScale,u_image:0,u_mix:l.t,u_lineatlas_width:d.lineAtlas.width,u_lineatlas_height:d.lineAtlas.height})},Oa=(d,t,n,a,l,p)=>{const m=Er(t,d.transform);return c.e($s(d,t,n,a),{u_image:0,u_image_height:p,u_tileratio:m,u_crossfade_from:l.fromScale,u_crossfade_to:l.toScale,u_image_dash:1,u_mix:l.t,u_lineatlas_width:d.lineAtlas.width,u_lineatlas_height:d.lineAtlas.height})};function Er(d,t){return 1/c.aN(d,1,t.tileZoom)}function Va(d,t,n){return c.aO(d.transform,t,n.paint.get("line-translate"),n.paint.get("line-translate-anchor"))}const il=(d,t,n,a,l)=>{return{u_tl_parent:d,u_scale_parent:t,u_buffer_scale:1,u_fade_t:n.mix,u_opacity:n.opacity*a.paint.get("raster-opacity"),u_image0:0,u_image1:1,u_brightness_low:a.paint.get("raster-brightness-min"),u_brightness_high:a.paint.get("raster-brightness-max"),u_saturation_factor:(m=a.paint.get("raster-saturation"),m>0?1-1/(1.001-m):-m),u_contrast_factor:(p=a.paint.get("raster-contrast"),p>0?1/(1-p):1+p),u_spin_weights:rl(a.paint.get("raster-hue-rotate")),u_coords_top:[l[0].x,l[0].y,l[1].x,l[1].y],u_coords_bottom:[l[3].x,l[3].y,l[2].x,l[2].y]};var p,m};function rl(d){d*=Math.PI/180;const t=Math.sin(d),n=Math.cos(d);return[(2*n+1)/3,(-Math.sqrt(3)*t-n+1)/3,(Math.sqrt(3)*t-n+1)/3]}const nl=(d,t,n,a,l,p,m,_,v,b,T,C,I)=>{const D=m.transform;return{u_is_size_zoom_constant:+(d==="constant"||d==="source"),u_is_size_feature_constant:+(d==="constant"||d==="camera"),u_size_t:t?t.uSizeT:0,u_size:t?t.uSize:0,u_camera_to_center_distance:D.cameraToCenterDistance,u_pitch:D.pitch/360*2*Math.PI,u_rotate_symbol:+n,u_aspect_ratio:D.width/D.height,u_fade_change:m.options.fadeDuration?m.symbolFadeChange:1,u_label_plane_matrix:_,u_coord_matrix:v,u_is_text:+T,u_pitch_with_map:+a,u_is_along_line:l,u_is_variable_anchor:p,u_texsize:C,u_texture:0,u_translation:b,u_pitched_scale:I}},Na=(d,t,n,a,l,p,m,_,v,b,T,C,I,D)=>{const R=m.transform;return c.e(nl(d,t,n,a,l,p,m,_,v,b,T,C,D),{u_gamma_scale:a?Math.cos(R.pitch*Math.PI/180)*R.cameraToCenterDistance:1,u_device_pixel_ratio:m.pixelRatio,u_is_halo:1})},Dn=(d,t,n,a,l,p,m,_,v,b,T,C,I)=>c.e(Na(d,t,n,a,l,p,m,_,v,b,!0,T,0,I),{u_texsize_icon:C,u_texture_icon:1}),sl=(d,t)=>({u_opacity:d,u_color:t}),$u=(d,t,n,a,l)=>c.e((function(p,m,_,v){const b=_.imageManager.getPattern(p.from.toString()),T=_.imageManager.getPattern(p.to.toString()),{width:C,height:I}=_.imageManager.getPixelSize(),D=Math.pow(2,v.tileID.overscaledZ),R=v.tileSize*Math.pow(2,_.transform.tileZoom)/D,N=R*(v.tileID.canonical.x+v.tileID.wrap*D),U=R*v.tileID.canonical.y;return{u_image:0,u_pattern_tl_a:b.tl,u_pattern_br_a:b.br,u_pattern_tl_b:T.tl,u_pattern_br_b:T.br,u_texsize:[C,I],u_mix:m.t,u_pattern_size_a:b.displaySize,u_pattern_size_b:T.displaySize,u_scale_a:m.fromScale,u_scale_b:m.toScale,u_tile_units_to_pixels:1/c.aN(v,1,_.transform.tileZoom),u_pixel_coord_upper:[N>>16,U>>16],u_pixel_coord_lower:[65535&N,65535&U]}})(n,l,t,a),{u_opacity:d}),Sc=(d,t)=>{},Zu={fillExtrusion:(d,t)=>({u_lightpos:new c.c2(d,t.u_lightpos),u_lightpos_globe:new c.c2(d,t.u_lightpos_globe),u_lightintensity:new c.bq(d,t.u_lightintensity),u_lightcolor:new c.c2(d,t.u_lightcolor),u_vertical_gradient:new c.bq(d,t.u_vertical_gradient),u_opacity:new c.bq(d,t.u_opacity),u_fill_translate:new c.c3(d,t.u_fill_translate)}),fillExtrusionPattern:(d,t)=>({u_lightpos:new c.c2(d,t.u_lightpos),u_lightpos_globe:new c.c2(d,t.u_lightpos_globe),u_lightintensity:new c.bq(d,t.u_lightintensity),u_lightcolor:new c.c2(d,t.u_lightcolor),u_vertical_gradient:new c.bq(d,t.u_vertical_gradient),u_height_factor:new c.bq(d,t.u_height_factor),u_opacity:new c.bq(d,t.u_opacity),u_fill_translate:new c.c3(d,t.u_fill_translate),u_image:new c.b_(d,t.u_image),u_texsize:new c.c3(d,t.u_texsize),u_pixel_coord_upper:new c.c3(d,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.c3(d,t.u_pixel_coord_lower),u_scale:new c.c2(d,t.u_scale),u_fade:new c.bq(d,t.u_fade)}),fill:(d,t)=>({u_fill_translate:new c.c3(d,t.u_fill_translate)}),fillPattern:(d,t)=>({u_image:new c.b_(d,t.u_image),u_texsize:new c.c3(d,t.u_texsize),u_pixel_coord_upper:new c.c3(d,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.c3(d,t.u_pixel_coord_lower),u_scale:new c.c2(d,t.u_scale),u_fade:new c.bq(d,t.u_fade),u_fill_translate:new c.c3(d,t.u_fill_translate)}),fillOutline:(d,t)=>({u_world:new c.c3(d,t.u_world),u_fill_translate:new c.c3(d,t.u_fill_translate)}),fillOutlinePattern:(d,t)=>({u_world:new c.c3(d,t.u_world),u_image:new c.b_(d,t.u_image),u_texsize:new c.c3(d,t.u_texsize),u_pixel_coord_upper:new c.c3(d,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.c3(d,t.u_pixel_coord_lower),u_scale:new c.c2(d,t.u_scale),u_fade:new c.bq(d,t.u_fade),u_fill_translate:new c.c3(d,t.u_fill_translate)}),circle:(d,t)=>({u_camera_to_center_distance:new c.bq(d,t.u_camera_to_center_distance),u_scale_with_map:new c.b_(d,t.u_scale_with_map),u_pitch_with_map:new c.b_(d,t.u_pitch_with_map),u_extrude_scale:new c.c3(d,t.u_extrude_scale),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_globe_extrude_scale:new c.bq(d,t.u_globe_extrude_scale),u_translate:new c.c3(d,t.u_translate)}),collisionBox:(d,t)=>({u_pixel_extrude_scale:new c.c3(d,t.u_pixel_extrude_scale)}),collisionCircle:(d,t)=>({u_viewport_size:new c.c3(d,t.u_viewport_size)}),debug:(d,t)=>({u_color:new c.b$(d,t.u_color),u_overlay:new c.b_(d,t.u_overlay),u_overlay_scale:new c.bq(d,t.u_overlay_scale)}),depth:Sc,clippingMask:Sc,heatmap:(d,t)=>({u_extrude_scale:new c.bq(d,t.u_extrude_scale),u_intensity:new c.bq(d,t.u_intensity),u_globe_extrude_scale:new c.bq(d,t.u_globe_extrude_scale)}),heatmapTexture:(d,t)=>({u_matrix:new c.c0(d,t.u_matrix),u_world:new c.c3(d,t.u_world),u_image:new c.b_(d,t.u_image),u_color_ramp:new c.b_(d,t.u_color_ramp),u_opacity:new c.bq(d,t.u_opacity)}),hillshade:(d,t)=>({u_image:new c.b_(d,t.u_image),u_latrange:new c.c3(d,t.u_latrange),u_exaggeration:new c.bq(d,t.u_exaggeration),u_altitudes:new c.c9(d,t.u_altitudes),u_azimuths:new c.c9(d,t.u_azimuths),u_accent:new c.b$(d,t.u_accent),u_method:new c.b_(d,t.u_method),u_shadows:new c.c8(d,t.u_shadows),u_highlights:new c.c8(d,t.u_highlights)}),hillshadePrepare:(d,t)=>({u_matrix:new c.c0(d,t.u_matrix),u_image:new c.b_(d,t.u_image),u_dimension:new c.c3(d,t.u_dimension),u_zoom:new c.bq(d,t.u_zoom),u_unpack:new c.c1(d,t.u_unpack)}),colorRelief:(d,t)=>({u_image:new c.b_(d,t.u_image),u_unpack:new c.c1(d,t.u_unpack),u_dimension:new c.c3(d,t.u_dimension),u_elevation_stops:new c.b_(d,t.u_elevation_stops),u_color_stops:new c.b_(d,t.u_color_stops),u_color_ramp_size:new c.b_(d,t.u_color_ramp_size),u_opacity:new c.bq(d,t.u_opacity)}),line:(d,t)=>({u_translation:new c.c3(d,t.u_translation),u_ratio:new c.bq(d,t.u_ratio),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_units_to_pixels:new c.c3(d,t.u_units_to_pixels)}),lineGradient:(d,t)=>({u_translation:new c.c3(d,t.u_translation),u_ratio:new c.bq(d,t.u_ratio),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_units_to_pixels:new c.c3(d,t.u_units_to_pixels),u_image:new c.b_(d,t.u_image),u_image_height:new c.bq(d,t.u_image_height)}),linePattern:(d,t)=>({u_translation:new c.c3(d,t.u_translation),u_texsize:new c.c3(d,t.u_texsize),u_ratio:new c.bq(d,t.u_ratio),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_image:new c.b_(d,t.u_image),u_units_to_pixels:new c.c3(d,t.u_units_to_pixels),u_scale:new c.c2(d,t.u_scale),u_fade:new c.bq(d,t.u_fade)}),lineSDF:(d,t)=>({u_translation:new c.c3(d,t.u_translation),u_ratio:new c.bq(d,t.u_ratio),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_units_to_pixels:new c.c3(d,t.u_units_to_pixels),u_image:new c.b_(d,t.u_image),u_mix:new c.bq(d,t.u_mix),u_tileratio:new c.bq(d,t.u_tileratio),u_crossfade_from:new c.bq(d,t.u_crossfade_from),u_crossfade_to:new c.bq(d,t.u_crossfade_to),u_lineatlas_width:new c.bq(d,t.u_lineatlas_width),u_lineatlas_height:new c.bq(d,t.u_lineatlas_height)}),lineGradientSDF:(d,t)=>({u_translation:new c.c3(d,t.u_translation),u_ratio:new c.bq(d,t.u_ratio),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_units_to_pixels:new c.c3(d,t.u_units_to_pixels),u_image:new c.b_(d,t.u_image),u_image_height:new c.bq(d,t.u_image_height),u_tileratio:new c.bq(d,t.u_tileratio),u_crossfade_from:new c.bq(d,t.u_crossfade_from),u_crossfade_to:new c.bq(d,t.u_crossfade_to),u_image_dash:new c.b_(d,t.u_image_dash),u_mix:new c.bq(d,t.u_mix),u_lineatlas_width:new c.bq(d,t.u_lineatlas_width),u_lineatlas_height:new c.bq(d,t.u_lineatlas_height)}),raster:(d,t)=>({u_tl_parent:new c.c3(d,t.u_tl_parent),u_scale_parent:new c.bq(d,t.u_scale_parent),u_buffer_scale:new c.bq(d,t.u_buffer_scale),u_fade_t:new c.bq(d,t.u_fade_t),u_opacity:new c.bq(d,t.u_opacity),u_image0:new c.b_(d,t.u_image0),u_image1:new c.b_(d,t.u_image1),u_brightness_low:new c.bq(d,t.u_brightness_low),u_brightness_high:new c.bq(d,t.u_brightness_high),u_saturation_factor:new c.bq(d,t.u_saturation_factor),u_contrast_factor:new c.bq(d,t.u_contrast_factor),u_spin_weights:new c.c2(d,t.u_spin_weights),u_coords_top:new c.c1(d,t.u_coords_top),u_coords_bottom:new c.c1(d,t.u_coords_bottom)}),symbolIcon:(d,t)=>({u_is_size_zoom_constant:new c.b_(d,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.b_(d,t.u_is_size_feature_constant),u_size_t:new c.bq(d,t.u_size_t),u_size:new c.bq(d,t.u_size),u_camera_to_center_distance:new c.bq(d,t.u_camera_to_center_distance),u_pitch:new c.bq(d,t.u_pitch),u_rotate_symbol:new c.b_(d,t.u_rotate_symbol),u_aspect_ratio:new c.bq(d,t.u_aspect_ratio),u_fade_change:new c.bq(d,t.u_fade_change),u_label_plane_matrix:new c.c0(d,t.u_label_plane_matrix),u_coord_matrix:new c.c0(d,t.u_coord_matrix),u_is_text:new c.b_(d,t.u_is_text),u_pitch_with_map:new c.b_(d,t.u_pitch_with_map),u_is_along_line:new c.b_(d,t.u_is_along_line),u_is_variable_anchor:new c.b_(d,t.u_is_variable_anchor),u_texsize:new c.c3(d,t.u_texsize),u_texture:new c.b_(d,t.u_texture),u_translation:new c.c3(d,t.u_translation),u_pitched_scale:new c.bq(d,t.u_pitched_scale)}),symbolSDF:(d,t)=>({u_is_size_zoom_constant:new c.b_(d,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.b_(d,t.u_is_size_feature_constant),u_size_t:new c.bq(d,t.u_size_t),u_size:new c.bq(d,t.u_size),u_camera_to_center_distance:new c.bq(d,t.u_camera_to_center_distance),u_pitch:new c.bq(d,t.u_pitch),u_rotate_symbol:new c.b_(d,t.u_rotate_symbol),u_aspect_ratio:new c.bq(d,t.u_aspect_ratio),u_fade_change:new c.bq(d,t.u_fade_change),u_label_plane_matrix:new c.c0(d,t.u_label_plane_matrix),u_coord_matrix:new c.c0(d,t.u_coord_matrix),u_is_text:new c.b_(d,t.u_is_text),u_pitch_with_map:new c.b_(d,t.u_pitch_with_map),u_is_along_line:new c.b_(d,t.u_is_along_line),u_is_variable_anchor:new c.b_(d,t.u_is_variable_anchor),u_texsize:new c.c3(d,t.u_texsize),u_texture:new c.b_(d,t.u_texture),u_gamma_scale:new c.bq(d,t.u_gamma_scale),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_is_halo:new c.b_(d,t.u_is_halo),u_translation:new c.c3(d,t.u_translation),u_pitched_scale:new c.bq(d,t.u_pitched_scale)}),symbolTextAndIcon:(d,t)=>({u_is_size_zoom_constant:new c.b_(d,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.b_(d,t.u_is_size_feature_constant),u_size_t:new c.bq(d,t.u_size_t),u_size:new c.bq(d,t.u_size),u_camera_to_center_distance:new c.bq(d,t.u_camera_to_center_distance),u_pitch:new c.bq(d,t.u_pitch),u_rotate_symbol:new c.b_(d,t.u_rotate_symbol),u_aspect_ratio:new c.bq(d,t.u_aspect_ratio),u_fade_change:new c.bq(d,t.u_fade_change),u_label_plane_matrix:new c.c0(d,t.u_label_plane_matrix),u_coord_matrix:new c.c0(d,t.u_coord_matrix),u_is_text:new c.b_(d,t.u_is_text),u_pitch_with_map:new c.b_(d,t.u_pitch_with_map),u_is_along_line:new c.b_(d,t.u_is_along_line),u_is_variable_anchor:new c.b_(d,t.u_is_variable_anchor),u_texsize:new c.c3(d,t.u_texsize),u_texsize_icon:new c.c3(d,t.u_texsize_icon),u_texture:new c.b_(d,t.u_texture),u_texture_icon:new c.b_(d,t.u_texture_icon),u_gamma_scale:new c.bq(d,t.u_gamma_scale),u_device_pixel_ratio:new c.bq(d,t.u_device_pixel_ratio),u_is_halo:new c.b_(d,t.u_is_halo),u_translation:new c.c3(d,t.u_translation),u_pitched_scale:new c.bq(d,t.u_pitched_scale)}),background:(d,t)=>({u_opacity:new c.bq(d,t.u_opacity),u_color:new c.b$(d,t.u_color)}),backgroundPattern:(d,t)=>({u_opacity:new c.bq(d,t.u_opacity),u_image:new c.b_(d,t.u_image),u_pattern_tl_a:new c.c3(d,t.u_pattern_tl_a),u_pattern_br_a:new c.c3(d,t.u_pattern_br_a),u_pattern_tl_b:new c.c3(d,t.u_pattern_tl_b),u_pattern_br_b:new c.c3(d,t.u_pattern_br_b),u_texsize:new c.c3(d,t.u_texsize),u_mix:new c.bq(d,t.u_mix),u_pattern_size_a:new c.c3(d,t.u_pattern_size_a),u_pattern_size_b:new c.c3(d,t.u_pattern_size_b),u_scale_a:new c.bq(d,t.u_scale_a),u_scale_b:new c.bq(d,t.u_scale_b),u_pixel_coord_upper:new c.c3(d,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.c3(d,t.u_pixel_coord_lower),u_tile_units_to_pixels:new c.bq(d,t.u_tile_units_to_pixels)}),terrain:(d,t)=>({u_texture:new c.b_(d,t.u_texture),u_ele_delta:new c.bq(d,t.u_ele_delta),u_fog_matrix:new c.c0(d,t.u_fog_matrix),u_fog_color:new c.b$(d,t.u_fog_color),u_fog_ground_blend:new c.bq(d,t.u_fog_ground_blend),u_fog_ground_blend_opacity:new c.bq(d,t.u_fog_ground_blend_opacity),u_horizon_color:new c.b$(d,t.u_horizon_color),u_horizon_fog_blend:new c.bq(d,t.u_horizon_fog_blend),u_is_globe_mode:new c.bq(d,t.u_is_globe_mode)}),terrainDepth:(d,t)=>({u_ele_delta:new c.bq(d,t.u_ele_delta)}),terrainCoords:(d,t)=>({u_texture:new c.b_(d,t.u_texture),u_terrain_coords_id:new c.bq(d,t.u_terrain_coords_id),u_ele_delta:new c.bq(d,t.u_ele_delta)}),projectionErrorMeasurement:(d,t)=>({u_input:new c.bq(d,t.u_input),u_output_expected:new c.bq(d,t.u_output_expected)}),atmosphere:(d,t)=>({u_sun_pos:new c.c2(d,t.u_sun_pos),u_atmosphere_blend:new c.bq(d,t.u_atmosphere_blend),u_globe_position:new c.c2(d,t.u_globe_position),u_globe_radius:new c.bq(d,t.u_globe_radius),u_inv_proj_matrix:new c.c0(d,t.u_inv_proj_matrix)}),sky:(d,t)=>({u_sky_color:new c.b$(d,t.u_sky_color),u_horizon_color:new c.b$(d,t.u_horizon_color),u_horizon:new c.c3(d,t.u_horizon),u_horizon_normal:new c.c3(d,t.u_horizon_normal),u_sky_horizon_blend:new c.bq(d,t.u_sky_horizon_blend),u_sky_blend:new c.bq(d,t.u_sky_blend)})};class Wu{constructor(t,n,a){this.context=t;const l=t.gl;this.buffer=l.createBuffer(),this.dynamicDraw=!!a,this.context.unbindVAO(),t.bindElementBuffer.set(this.buffer),l.bufferData(l.ELEMENT_ARRAY_BUFFER,n.arrayBuffer,this.dynamicDraw?l.DYNAMIC_DRAW:l.STATIC_DRAW),this.dynamicDraw||delete n.arrayBuffer}bind(){this.context.bindElementBuffer.set(this.buffer)}updateData(t){const n=this.context.gl;if(!this.dynamicDraw)throw new Error("Attempted to update data while not in dynamic mode.");this.context.unbindVAO(),this.bind(),n.bufferSubData(n.ELEMENT_ARRAY_BUFFER,0,t.arrayBuffer)}destroy(){this.buffer&&(this.context.gl.deleteBuffer(this.buffer),delete this.buffer)}}const Pc={Int8:"BYTE",Uint8:"UNSIGNED_BYTE",Int16:"SHORT",Uint16:"UNSIGNED_SHORT",Int32:"INT",Uint32:"UNSIGNED_INT",Float32:"FLOAT"};class Hu{constructor(t,n,a,l){this.length=n.length,this.attributes=a,this.itemSize=n.bytesPerElement,this.dynamicDraw=l,this.context=t;const p=t.gl;this.buffer=p.createBuffer(),t.bindVertexBuffer.set(this.buffer),p.bufferData(p.ARRAY_BUFFER,n.arrayBuffer,this.dynamicDraw?p.DYNAMIC_DRAW:p.STATIC_DRAW),this.dynamicDraw||delete n.arrayBuffer}bind(){this.context.bindVertexBuffer.set(this.buffer)}updateData(t){if(t.length!==this.length)throw new Error(`Length of new data is ${t.length}, which doesn't match current length of ${this.length}`);const n=this.context.gl;this.bind(),n.bufferSubData(n.ARRAY_BUFFER,0,t.arrayBuffer)}enableAttributes(t,n){for(let a=0;a<this.attributes.length;a++){const l=n.attributes[this.attributes[a].name];l!==void 0&&t.enableVertexAttribArray(l)}}setVertexAttribPointers(t,n,a){for(let l=0;l<this.attributes.length;l++){const p=this.attributes[l],m=n.attributes[p.name];m!==void 0&&t.vertexAttribPointer(m,p.components,t[Pc[p.type]],!1,this.itemSize,p.offset+this.itemSize*(a||0))}}destroy(){this.buffer&&(this.context.gl.deleteBuffer(this.buffer),delete this.buffer)}}class Ct{constructor(t){this.gl=t.gl,this.default=this.getDefault(),this.current=this.default,this.dirty=!1}get(){return this.current}set(t){}getDefault(){return this.default}setDefault(){this.set(this.default)}}class ja extends Ct{getDefault(){return c.bp.transparent}set(t){const n=this.current;(t.r!==n.r||t.g!==n.g||t.b!==n.b||t.a!==n.a||this.dirty)&&(this.gl.clearColor(t.r,t.g,t.b,t.a),this.current=t,this.dirty=!1)}}class Ua extends Ct{getDefault(){return 1}set(t){(t!==this.current||this.dirty)&&(this.gl.clearDepth(t),this.current=t,this.dirty=!1)}}class Ga extends Ct{getDefault(){return 0}set(t){(t!==this.current||this.dirty)&&(this.gl.clearStencil(t),this.current=t,this.dirty=!1)}}class al extends Ct{getDefault(){return[!0,!0,!0,!0]}set(t){const n=this.current;(t[0]!==n[0]||t[1]!==n[1]||t[2]!==n[2]||t[3]!==n[3]||this.dirty)&&(this.gl.colorMask(t[0],t[1],t[2],t[3]),this.current=t,this.dirty=!1)}}class zn extends Ct{getDefault(){return!0}set(t){(t!==this.current||this.dirty)&&(this.gl.depthMask(t),this.current=t,this.dirty=!1)}}class Zs extends Ct{getDefault(){return 255}set(t){(t!==this.current||this.dirty)&&(this.gl.stencilMask(t),this.current=t,this.dirty=!1)}}class fs extends Ct{getDefault(){return{func:this.gl.ALWAYS,ref:0,mask:255}}set(t){const n=this.current;(t.func!==n.func||t.ref!==n.ref||t.mask!==n.mask||this.dirty)&&(this.gl.stencilFunc(t.func,t.ref,t.mask),this.current=t,this.dirty=!1)}}class vr extends Ct{getDefault(){const t=this.gl;return[t.KEEP,t.KEEP,t.KEEP]}set(t){const n=this.current;(t[0]!==n[0]||t[1]!==n[1]||t[2]!==n[2]||this.dirty)&&(this.gl.stencilOp(t[0],t[1],t[2]),this.current=t,this.dirty=!1)}}class Ic extends Ct{getDefault(){return!1}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;t?n.enable(n.STENCIL_TEST):n.disable(n.STENCIL_TEST),this.current=t,this.dirty=!1}}class Mc extends Ct{getDefault(){return[0,1]}set(t){const n=this.current;(t[0]!==n[0]||t[1]!==n[1]||this.dirty)&&(this.gl.depthRange(t[0],t[1]),this.current=t,this.dirty=!1)}}class ol extends Ct{getDefault(){return!1}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;t?n.enable(n.DEPTH_TEST):n.disable(n.DEPTH_TEST),this.current=t,this.dirty=!1}}class kn extends Ct{getDefault(){return this.gl.LESS}set(t){(t!==this.current||this.dirty)&&(this.gl.depthFunc(t),this.current=t,this.dirty=!1)}}class qa extends Ct{getDefault(){return!1}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;t?n.enable(n.BLEND):n.disable(n.BLEND),this.current=t,this.dirty=!1}}class $a extends Ct{getDefault(){const t=this.gl;return[t.ONE,t.ZERO]}set(t){const n=this.current;(t[0]!==n[0]||t[1]!==n[1]||this.dirty)&&(this.gl.blendFunc(t[0],t[1]),this.current=t,this.dirty=!1)}}class Ws extends Ct{getDefault(){return c.bp.transparent}set(t){const n=this.current;(t.r!==n.r||t.g!==n.g||t.b!==n.b||t.a!==n.a||this.dirty)&&(this.gl.blendColor(t.r,t.g,t.b,t.a),this.current=t,this.dirty=!1)}}class Za extends Ct{getDefault(){return this.gl.FUNC_ADD}set(t){(t!==this.current||this.dirty)&&(this.gl.blendEquation(t),this.current=t,this.dirty=!1)}}class Cc extends Ct{getDefault(){return!1}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;t?n.enable(n.CULL_FACE):n.disable(n.CULL_FACE),this.current=t,this.dirty=!1}}class ms extends Ct{getDefault(){return this.gl.BACK}set(t){(t!==this.current||this.dirty)&&(this.gl.cullFace(t),this.current=t,this.dirty=!1)}}class gs extends Ct{getDefault(){return this.gl.CCW}set(t){(t!==this.current||this.dirty)&&(this.gl.frontFace(t),this.current=t,this.dirty=!1)}}class Ec extends Ct{getDefault(){return null}set(t){(t!==this.current||this.dirty)&&(this.gl.useProgram(t),this.current=t,this.dirty=!1)}}class ll extends Ct{getDefault(){return this.gl.TEXTURE0}set(t){(t!==this.current||this.dirty)&&(this.gl.activeTexture(t),this.current=t,this.dirty=!1)}}class ft extends Ct{getDefault(){const t=this.gl;return[0,0,t.drawingBufferWidth,t.drawingBufferHeight]}set(t){const n=this.current;(t[0]!==n[0]||t[1]!==n[1]||t[2]!==n[2]||t[3]!==n[3]||this.dirty)&&(this.gl.viewport(t[0],t[1],t[2],t[3]),this.current=t,this.dirty=!1)}}class Wa extends Ct{getDefault(){return null}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;n.bindFramebuffer(n.FRAMEBUFFER,t),this.current=t,this.dirty=!1}}class Xu extends Ct{getDefault(){return null}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;n.bindRenderbuffer(n.RENDERBUFFER,t),this.current=t,this.dirty=!1}}class Ac extends Ct{getDefault(){return null}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;n.bindTexture(n.TEXTURE_2D,t),this.current=t,this.dirty=!1}}class Hs extends Ct{getDefault(){return null}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;n.bindBuffer(n.ARRAY_BUFFER,t),this.current=t,this.dirty=!1}}class Yu extends Ct{getDefault(){return null}set(t){const n=this.gl;n.bindBuffer(n.ELEMENT_ARRAY_BUFFER,t),this.current=t,this.dirty=!1}}class Ku extends Ct{getDefault(){return null}set(t){var n;if(t===this.current&&!this.dirty)return;const a=this.gl;yr(a)?a.bindVertexArray(t):(n=a.getExtension("OES_vertex_array_object"))===null||n===void 0||n.bindVertexArrayOES(t),this.current=t,this.dirty=!1}}class Dc extends Ct{getDefault(){return 4}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;n.pixelStorei(n.UNPACK_ALIGNMENT,t),this.current=t,this.dirty=!1}}class Ju extends Ct{getDefault(){return!1}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,t),this.current=t,this.dirty=!1}}class cl extends Ct{getDefault(){return!1}set(t){if(t===this.current&&!this.dirty)return;const n=this.gl;n.pixelStorei(n.UNPACK_FLIP_Y_WEBGL,t),this.current=t,this.dirty=!1}}class _s extends Ct{constructor(t,n){super(t),this.context=t,this.parent=n}getDefault(){return null}}class Xs extends _s{setDirty(){this.dirty=!0}set(t){if(t===this.current&&!this.dirty)return;this.context.bindFramebuffer.set(this.parent);const n=this.gl;n.framebufferTexture2D(n.FRAMEBUFFER,n.COLOR_ATTACHMENT0,n.TEXTURE_2D,t,0),this.current=t,this.dirty=!1}}class Ha extends _s{set(t){if(t===this.current&&!this.dirty)return;this.context.bindFramebuffer.set(this.parent);const n=this.gl;n.framebufferRenderbuffer(n.FRAMEBUFFER,n.DEPTH_ATTACHMENT,n.RENDERBUFFER,t),this.current=t,this.dirty=!1}}class ul extends _s{set(t){if(t===this.current&&!this.dirty)return;this.context.bindFramebuffer.set(this.parent);const n=this.gl;n.framebufferRenderbuffer(n.FRAMEBUFFER,n.DEPTH_STENCIL_ATTACHMENT,n.RENDERBUFFER,t),this.current=t,this.dirty=!1}}const hl="Framebuffer is not complete";class Xa{constructor(t,n,a,l,p){this.context=t,this.width=n,this.height=a;const m=t.gl,_=this.framebuffer=m.createFramebuffer();if(this.colorAttachment=new Xs(t,_),l)this.depthAttachment=p?new ul(t,_):new Ha(t,_);else if(p)throw new Error("Stencil cannot be set without depth");if(m.checkFramebufferStatus(m.FRAMEBUFFER)!==m.FRAMEBUFFER_COMPLETE)throw new Error(hl)}destroy(){const t=this.context.gl,n=this.colorAttachment.get();if(n&&t.deleteTexture(n),this.depthAttachment){const a=this.depthAttachment.get();a&&t.deleteRenderbuffer(a)}t.deleteFramebuffer(this.framebuffer)}}class Ya{constructor(t){var n,a;if(this.gl=t,this.clearColor=new ja(this),this.clearDepth=new Ua(this),this.clearStencil=new Ga(this),this.colorMask=new al(this),this.depthMask=new zn(this),this.stencilMask=new Zs(this),this.stencilFunc=new fs(this),this.stencilOp=new vr(this),this.stencilTest=new Ic(this),this.depthRange=new Mc(this),this.depthTest=new ol(this),this.depthFunc=new kn(this),this.blend=new qa(this),this.blendFunc=new $a(this),this.blendColor=new Ws(this),this.blendEquation=new Za(this),this.cullFace=new Cc(this),this.cullFaceSide=new ms(this),this.frontFace=new gs(this),this.program=new Ec(this),this.activeTexture=new ll(this),this.viewport=new ft(this),this.bindFramebuffer=new Wa(this),this.bindRenderbuffer=new Xu(this),this.bindTexture=new Ac(this),this.bindVertexBuffer=new Hs(this),this.bindElementBuffer=new Yu(this),this.bindVertexArray=new Ku(this),this.pixelStoreUnpack=new Dc(this),this.pixelStoreUnpackPremultiplyAlpha=new Ju(this),this.pixelStoreUnpackFlipY=new cl(this),this.extTextureFilterAnisotropic=t.getExtension("EXT_texture_filter_anisotropic")||t.getExtension("MOZ_EXT_texture_filter_anisotropic")||t.getExtension("WEBKIT_EXT_texture_filter_anisotropic"),this.extTextureFilterAnisotropic&&(this.extTextureFilterAnisotropicMax=t.getParameter(this.extTextureFilterAnisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT)),this.maxTextureSize=t.getParameter(t.MAX_TEXTURE_SIZE),yr(t)){this.HALF_FLOAT=t.HALF_FLOAT;const l=t.getExtension("EXT_color_buffer_half_float");this.RGBA16F=(n=t.RGBA16F)!==null&&n!==void 0?n:l?.RGBA16F_EXT,this.RGB16F=(a=t.RGB16F)!==null&&a!==void 0?a:l?.RGB16F_EXT,t.getExtension("EXT_color_buffer_float")}else{t.getExtension("EXT_color_buffer_half_float"),t.getExtension("OES_texture_half_float_linear");const l=t.getExtension("OES_texture_half_float");this.HALF_FLOAT=l?.HALF_FLOAT_OES}}setDefault(){this.unbindVAO(),this.clearColor.setDefault(),this.clearDepth.setDefault(),this.clearStencil.setDefault(),this.colorMask.setDefault(),this.depthMask.setDefault(),this.stencilMask.setDefault(),this.stencilFunc.setDefault(),this.stencilOp.setDefault(),this.stencilTest.setDefault(),this.depthRange.setDefault(),this.depthTest.setDefault(),this.depthFunc.setDefault(),this.blend.setDefault(),this.blendFunc.setDefault(),this.blendColor.setDefault(),this.blendEquation.setDefault(),this.cullFace.setDefault(),this.cullFaceSide.setDefault(),this.frontFace.setDefault(),this.program.setDefault(),this.activeTexture.setDefault(),this.bindFramebuffer.setDefault(),this.pixelStoreUnpack.setDefault(),this.pixelStoreUnpackPremultiplyAlpha.setDefault(),this.pixelStoreUnpackFlipY.setDefault()}setDirty(){this.clearColor.dirty=!0,this.clearDepth.dirty=!0,this.clearStencil.dirty=!0,this.colorMask.dirty=!0,this.depthMask.dirty=!0,this.stencilMask.dirty=!0,this.stencilFunc.dirty=!0,this.stencilOp.dirty=!0,this.stencilTest.dirty=!0,this.depthRange.dirty=!0,this.depthTest.dirty=!0,this.depthFunc.dirty=!0,this.blend.dirty=!0,this.blendFunc.dirty=!0,this.blendColor.dirty=!0,this.blendEquation.dirty=!0,this.cullFace.dirty=!0,this.cullFaceSide.dirty=!0,this.frontFace.dirty=!0,this.program.dirty=!0,this.activeTexture.dirty=!0,this.viewport.dirty=!0,this.bindFramebuffer.dirty=!0,this.bindRenderbuffer.dirty=!0,this.bindTexture.dirty=!0,this.bindVertexBuffer.dirty=!0,this.bindElementBuffer.dirty=!0,this.bindVertexArray.dirty=!0,this.pixelStoreUnpack.dirty=!0,this.pixelStoreUnpackPremultiplyAlpha.dirty=!0,this.pixelStoreUnpackFlipY.dirty=!0}createIndexBuffer(t,n){return new Wu(this,t,n)}createVertexBuffer(t,n,a){return new Hu(this,t,n,a)}createRenderbuffer(t,n,a){const l=this.gl,p=l.createRenderbuffer();return this.bindRenderbuffer.set(p),l.renderbufferStorage(l.RENDERBUFFER,t,n,a),this.bindRenderbuffer.set(null),p}createFramebuffer(t,n,a,l){return new Xa(this,t,n,a,l)}clear({color:t,depth:n,stencil:a}){const l=this.gl;let p=0;t&&(p|=l.COLOR_BUFFER_BIT,this.clearColor.set(t),this.colorMask.set([!0,!0,!0,!0])),n!==void 0&&(p|=l.DEPTH_BUFFER_BIT,this.depthRange.set([0,1]),this.clearDepth.set(n),this.depthMask.set(!0)),a!==void 0&&(p|=l.STENCIL_BUFFER_BIT,this.clearStencil.set(a),this.stencilMask.set(255)),l.clear(p)}setCullFace(t){t.enable===!1?this.cullFace.set(!1):(this.cullFace.set(!0),this.cullFaceSide.set(t.mode),this.frontFace.set(t.frontFace))}setDepthMode(t){t.func!==this.gl.ALWAYS||t.mask?(this.depthTest.set(!0),this.depthFunc.set(t.func),this.depthMask.set(t.mask),this.depthRange.set(t.range)):this.depthTest.set(!1)}setStencilMode(t){t.test.func!==this.gl.ALWAYS||t.mask?(this.stencilTest.set(!0),this.stencilMask.set(t.mask),this.stencilOp.set([t.fail,t.depthFail,t.pass]),this.stencilFunc.set({func:t.test.func,ref:t.ref,mask:t.test.mask})):this.stencilTest.set(!1)}setColorMode(t){c.bR(t.blendFunction,Nt.Replace)?this.blend.set(!1):(this.blend.set(!0),this.blendFunc.set(t.blendFunction),this.blendColor.set(t.blendColor)),this.colorMask.set(t.mask)}createVertexArray(){var t;return yr(this.gl)?this.gl.createVertexArray():(t=this.gl.getExtension("OES_vertex_array_object"))===null||t===void 0?void 0:t.createVertexArrayOES()}deleteVertexArray(t){var n;return yr(this.gl)?this.gl.deleteVertexArray(t):(n=this.gl.getExtension("OES_vertex_array_object"))===null||n===void 0?void 0:n.deleteVertexArrayOES(t)}unbindVAO(){this.bindVertexArray.set(null)}}let un;function Ln(d,t,n,a,l){const p=d.context,m=d.transform,_=p.gl,v=d.useProgram("collisionBox"),b=[];let T=0,C=0;for(let j=0;j<a.length;j++){const $=a[j],Y=t.getTile($).getBucket(n);if(!Y)continue;const G=l?Y.textCollisionBox:Y.iconCollisionBox,H=Y.collisionCircleArray;H.length>0&&(b.push({circleArray:H,circleOffset:C,coord:$}),T+=H.length/4,C=T),G&&v.draw(p,_.LINES,ct.disabled,wt.disabled,d.colorModeForRenderPass(),bt.disabled,An(d.transform),d.style.map.terrain&&d.style.map.terrain.getTerrainData($),m.getProjectionData({overscaledTileID:$,applyGlobeMatrix:!0,applyTerrainMatrix:!0}),n.id,G.layoutVertexBuffer,G.indexBuffer,G.segments,null,d.transform.zoom,null,null,G.collisionVertexBuffer)}if(!l||!b.length)return;const I=d.useProgram("collisionCircle"),D=new c.ca;D.resize(4*T),D._trim();let R=0;for(const j of b)for(let $=0;$<j.circleArray.length/4;$++){const Y=4*$,G=j.circleArray[Y+0],H=j.circleArray[Y+1],J=j.circleArray[Y+2],W=j.circleArray[Y+3];D.emplace(R++,G,H,J,W,0),D.emplace(R++,G,H,J,W,1),D.emplace(R++,G,H,J,W,2),D.emplace(R++,G,H,J,W,3)}(!un||un.length<2*T)&&(un=(function(j){const $=2*j,Y=new c.cc;Y.resize($),Y._trim();for(let G=0;G<$;G++){const H=6*G;Y.uint16[H+0]=4*G+0,Y.uint16[H+1]=4*G+1,Y.uint16[H+2]=4*G+2,Y.uint16[H+3]=4*G+2,Y.uint16[H+4]=4*G+3,Y.uint16[H+5]=4*G+0}return Y})(T));const N=p.createIndexBuffer(un,!0),U=p.createVertexBuffer(D,c.cb.members,!0);for(const j of b){const $=vc(d.transform);I.draw(p,_.TRIANGLES,ct.disabled,wt.disabled,d.colorModeForRenderPass(),bt.disabled,$,d.style.map.terrain&&d.style.map.terrain.getTerrainData(j.coord),null,n.id,U,N,c.aX.simpleSegment(0,2*j.circleOffset,j.circleArray.length,j.circleArray.length/2),null,d.transform.zoom,null,null,null)}U.destroy(),N.destroy()}const dl=c.ar(new Float32Array(16));function Qu(d,t,n,a,l,p){const{horizontalAlign:m,verticalAlign:_}=c.aS(d);return new c.P((-(m-.5)*t/l+a[0])*p,(-(_-.5)*n/l+a[1])*p)}function Ys(d,t,n,a,l,p){const m=t.tileAnchorPoint.add(new c.P(t.translation[0],t.translation[1]));if(t.pitchWithMap){let _=a.mult(p);n||(_=_.rotate(-l));const v=m.add(_);return lt(v.x,v.y,t.pitchedLabelPlaneMatrix,t.getElevation).point}if(n){const _=Lt(t.tileAnchorPoint.x+1,t.tileAnchorPoint.y,t).point.sub(d),v=Math.atan(_.y/_.x)+(_.x<0?Math.PI:0);return d.add(a.rotate(v))}return d.add(a)}function eh(d,t,n,a,l,p,m,_,v,b,T,C){const I=d.text.placedSymbolArray,D=d.text.dynamicLayoutVertexArray,R=d.icon.dynamicLayoutVertexArray,N={};D.clear();for(let U=0;U<I.length;U++){const j=I.get(U),$=j.hidden||!j.crossTileID||d.allowVerticalPlacement&&!j.placedOrientation?null:a[j.crossTileID];if($){const Y=new c.P(j.anchorX,j.anchorY),G={getElevation:C,width:l.width,height:l.height,pitchedLabelPlaneMatrix:p,pitchWithMap:n,transform:l,tileAnchorPoint:Y,translation:b,unwrappedTileID:T},H=n?es(Y.x,Y.y,G):Lt(Y.x,Y.y,G),J=zs(l.cameraToCenterDistance,H.signedDistanceFromCamera);let W=c.aA(d.textSizeData,_,j)*J/c.aM;n&&(W*=d.tilePixelRatio/m);const{width:te,height:pe,anchor:oe,textOffset:ce,textBoxScale:ue}=$,Ce=Qu(oe,te,pe,ce,ue,W),Ee=l.getPitchedTextCorrection(Y.x+b[0],Y.y+b[1],T),we=Ys(H.point,G,t,Ce,-l.bearingInRadians,Ee),ke=d.allowVerticalPlacement&&j.placedOrientation===c.az.vertical?Math.PI/2:0;for(let nt=0;nt<j.numGlyphs;nt++)c.aG(D,we,ke);v&&j.associatedIconIndex>=0&&(N[j.associatedIconIndex]={shiftedAnchor:we,angle:ke})}else Sn(j.numGlyphs,D)}if(v){R.clear();const U=d.icon.placedSymbolArray;for(let j=0;j<U.length;j++){const $=U.get(j);if($.hidden)Sn($.numGlyphs,R);else{const Y=N[j];if(Y)for(let G=0;G<$.numGlyphs;G++)c.aG(R,Y.shiftedAnchor,Y.angle);else Sn($.numGlyphs,R)}}d.icon.dynamicLayoutVertexBuffer.updateData(R)}d.text.dynamicLayoutVertexBuffer.updateData(D)}function zc(d,t,n){return n.iconsInText&&t?"symbolTextAndIcon":d?"symbolSDF":"symbolIcon"}function Ks(d,t,n,a,l,p,m,_,v,b,T,C,I){const D=d.context,R=D.gl,N=d.transform,U=_==="map",j=v==="map",$=_!=="viewport"&&n.layout.get("symbol-placement")!=="point",Y=U&&!j&&!$,G=!n.layout.get("symbol-sort-key").isConstant();let H=!1;const J=d.getDepthModeForSublayer(0,ct.ReadOnly),W=n._unevaluatedLayout.hasValue("text-variable-anchor")||n._unevaluatedLayout.hasValue("text-variable-anchor-offset"),te=[],pe=N.getCircleRadiusCorrection();for(const oe of a){const ce=t.getTile(oe),ue=ce.getBucket(n);if(!ue)continue;const Ce=l?ue.text:ue.icon;if(!Ce||!Ce.segments.get().length||!Ce.hasVisibleVertices)continue;const Ee=Ce.programConfigurations.get(n.id),we=l||ue.sdfIcons,ke=l?ue.textSizeData:ue.iconSizeData,nt=j||N.pitch!==0,zt=d.useProgram(zc(we,l,ue),Ee),Wt=c.ay(ke,N.zoom),jt=d.style.map.terrain&&d.style.map.terrain.getTerrainData(oe);let Yt,Ut,oi,Kt,Ci=[0,0],_i=null;if(l)Ut=ce.glyphAtlasTexture,oi=R.LINEAR,Yt=ce.glyphAtlasTexture.size,ue.iconsInText&&(Ci=ce.imageAtlasTexture.size,_i=ce.imageAtlasTexture,Kt=nt||d.options.rotating||d.options.zooming||ke.kind==="composite"||ke.kind==="camera"?R.LINEAR:R.NEAREST);else{const qt=n.layout.get("icon-size").constantOr(0)!==1||ue.iconsNeedLinear;Ut=ce.imageAtlasTexture,oi=we||d.options.rotating||d.options.zooming||qt||nt?R.LINEAR:R.NEAREST,Yt=ce.imageAtlasTexture.size}const mi=c.aN(ce,1,d.transform.zoom),Bi=lr(U,d.transform,mi),mn=c.N();c.aB(mn,Bi);const Kr=Ma(j,U,d.transform,mi),Ur=c.aO(N,ce,p,m),sr=N.getProjectionData({overscaledTileID:oe,applyGlobeMatrix:!I,applyTerrainMatrix:!0}),Nn=W&&ue.hasTextData(),_a=n.layout.get("icon-text-fit")!=="none"&&Nn&&ue.hasIconData();if($){const qt=d.style.map.terrain?(Si,Pi)=>d.style.map.terrain.getElevation(oe,Si,Pi):null,Gt=n.layout.get("text-rotation-alignment")==="map";Ca(ue,d,l,Bi,mn,j,b,Gt,oe.toUnwrapped(),N.width,N.height,Ur,qt)}const jn=l&&W||_a,wr=$||jn?dl:j?Bi:d.transform.clipSpaceToPixelsMatrix,Gr=we&&n.paint.get(l?"text-halo-width":"icon-halo-width").constantOr(1)!==0;let Lr;Lr=we?ue.iconsInText?Dn(ke.kind,Wt,Y,j,$,jn,d,wr,Kr,Ur,Yt,Ci,pe):Na(ke.kind,Wt,Y,j,$,jn,d,wr,Kr,Ur,l,Yt,0,pe):nl(ke.kind,Wt,Y,j,$,jn,d,wr,Kr,Ur,l,Yt,pe);const Rr={program:zt,buffers:Ce,uniformValues:Lr,projectionData:sr,atlasTexture:Ut,atlasTextureIcon:_i,atlasInterpolation:oi,atlasInterpolationIcon:Kt,isSDF:we,hasHalo:Gr};if(G&&ue.canOverlap){H=!0;const qt=Ce.segments.get();for(const Gt of qt)te.push({segments:new c.aX([Gt]),sortKey:Gt.sortKey,state:Rr,terrainData:jt})}else te.push({segments:Ce.segments,sortKey:0,state:Rr,terrainData:jt})}H&&te.sort(((oe,ce)=>oe.sortKey-ce.sortKey));for(const oe of te){const ce=oe.state;if(D.activeTexture.set(R.TEXTURE0),ce.atlasTexture.bind(ce.atlasInterpolation,R.CLAMP_TO_EDGE),ce.atlasTextureIcon&&(D.activeTexture.set(R.TEXTURE1),ce.atlasTextureIcon&&ce.atlasTextureIcon.bind(ce.atlasInterpolationIcon,R.CLAMP_TO_EDGE)),ce.isSDF){const ue=ce.uniformValues;ce.hasHalo&&(ue.u_is_halo=1,Ka(ce.buffers,oe.segments,n,d,ce.program,J,T,C,ue,ce.projectionData,oe.terrainData)),ue.u_is_halo=0}Ka(ce.buffers,oe.segments,n,d,ce.program,J,T,C,ce.uniformValues,ce.projectionData,oe.terrainData)}}function Ka(d,t,n,a,l,p,m,_,v,b,T){const C=a.context;l.draw(C,C.gl.TRIANGLES,p,m,_,bt.backCCW,v,T,b,n.id,d.layoutVertexBuffer,d.indexBuffer,t,n.paint,a.transform.zoom,d.programConfigurations.get(n.id),d.dynamicLayoutVertexBuffer,d.opacityVertexBuffer)}function kc(d,t,n,a,l){const p=d.context,m=p.gl,_=wt.disabled,v=new Nt([m.ONE,m.ONE],c.bp.transparent,[!0,!0,!0,!0]),b=t.getBucket(n);if(!b)return;const T=a.key;let C=n.heatmapFbos.get(T);C||(C=Js(p,t.tileSize,t.tileSize),n.heatmapFbos.set(T,C)),p.bindFramebuffer.set(C.framebuffer),p.viewport.set([0,0,t.tileSize,t.tileSize]),p.clear({color:c.bp.transparent});const I=b.programConfigurations.get(n.id),D=d.useProgram("heatmap",I,!l),R=d.transform.getProjectionData({overscaledTileID:t.tileID,applyGlobeMatrix:!0,applyTerrainMatrix:!0}),N=d.style.map.terrain.getTerrainData(a);D.draw(p,m.TRIANGLES,ct.disabled,_,v,bt.disabled,ps(t,d.transform.zoom,n.paint.get("heatmap-intensity"),1),N,R,n.id,b.layoutVertexBuffer,b.indexBuffer,b.segments,n.paint,d.transform.zoom,I)}function Lc(d,t,n,a,l){const p=d.context,m=p.gl,_=d.transform;p.setColorMode(d.colorModeForRenderPass());const v=Ja(p,t),b=n.key,T=t.heatmapFbos.get(b);if(!T)return;p.activeTexture.set(m.TEXTURE0),m.bindTexture(m.TEXTURE_2D,T.colorAttachment.get()),p.activeTexture.set(m.TEXTURE1),v.bind(m.LINEAR,m.CLAMP_TO_EDGE);const C=_.getProjectionData({overscaledTileID:n,applyTerrainMatrix:l,applyGlobeMatrix:!a});d.useProgram("heatmapTexture").draw(p,m.TRIANGLES,ct.disabled,wt.disabled,d.colorModeForRenderPass(),bt.disabled,xc(d,t,0,1),null,C,t.id,d.rasterBoundsBuffer,d.quadTriangleIndexBuffer,d.rasterBoundsSegments,t.paint,_.zoom),T.destroy(),t.heatmapFbos.delete(b)}function Js(d,t,n){var a,l;const p=d.gl,m=p.createTexture();p.bindTexture(p.TEXTURE_2D,m),p.texParameteri(p.TEXTURE_2D,p.TEXTURE_WRAP_S,p.CLAMP_TO_EDGE),p.texParameteri(p.TEXTURE_2D,p.TEXTURE_WRAP_T,p.CLAMP_TO_EDGE),p.texParameteri(p.TEXTURE_2D,p.TEXTURE_MIN_FILTER,p.LINEAR),p.texParameteri(p.TEXTURE_2D,p.TEXTURE_MAG_FILTER,p.LINEAR);const _=(a=d.HALF_FLOAT)!==null&&a!==void 0?a:p.UNSIGNED_BYTE,v=(l=d.RGBA16F)!==null&&l!==void 0?l:p.RGBA;p.texImage2D(p.TEXTURE_2D,0,v,t,n,0,p.RGBA,_,null);const b=d.createFramebuffer(t,n,!1,!1);return b.colorAttachment.set(m),b}function Ja(d,t){return t.colorRampTexture||(t.colorRampTexture=new c.T(d,t.colorRamp,d.gl.RGBA)),t.colorRampTexture}function Rc(d,t,n,a,l,p,m,_){let v=256;if(l.stepInterpolant){const b=t.getSource().maxzoom,T=m.canonical.z===b?Math.ceil(1<<d.transform.maxZoom-m.canonical.z):1;v=c.an(c.ce(p.maxLineLength/c.a5*1024*T),256,n.maxTextureSize)}return _.gradient=c.cf({expression:l.gradientExpression(),evaluationKey:"lineProgress",resolution:v,image:_.gradient||void 0,clips:p.lineClipsArray}),_.texture?_.texture.update(_.gradient):_.texture=new c.T(n,_.gradient,a.RGBA),_.version=l.gradientVersion,_.texture}function Fc(d,t,n,a,l){d.activeTexture.set(t.TEXTURE0),n.imageAtlasTexture.bind(t.LINEAR,t.CLAMP_TO_EDGE),a.updatePaintBuffers(l)}function pi(d,t,n,a,l,p){(l||d.lineAtlas.dirty)&&(t.activeTexture.set(n.TEXTURE0),d.lineAtlas.bind(t)),a.updatePaintBuffers(p)}function Rn(d,t,n,a,l,p,m){const _=p.gradients[l.id];let v=_.texture;l.gradientVersion!==_.version&&(v=Rc(d,t,n,a,l,p,m,_)),n.activeTexture.set(a.TEXTURE0),v.bind(l.stepInterpolant?a.NEAREST:a.LINEAR,a.CLAMP_TO_EDGE)}function ur(d,t,n,a,l,p,m,_,v){const b=p.gradients[l.id];let T=b.texture;l.gradientVersion!==b.version&&(T=Rc(d,t,n,a,l,p,m,b)),n.activeTexture.set(a.TEXTURE0),T.bind(l.stepInterpolant?a.NEAREST:a.LINEAR,a.CLAMP_TO_EDGE),n.activeTexture.set(a.TEXTURE1),d.lineAtlas.bind(n),_.updatePaintBuffers(v)}function Qa(d,t,n,a,l){if(!n||!a||!a.imageAtlas)return;const p=a.imageAtlas.patternPositions;let m=p[n.to.toString()],_=p[n.from.toString()];if(!m&&_&&(m=_),!_&&m&&(_=m),!m||!_){const v=l.getPaintProperty(t);m=p[v],_=p[v]}m&&_&&d.setConstantPatternPositions(m,_)}function Qs(d,t,n,a,l,p,m,_){const v=d.context.gl,b="fill-pattern",T=n.paint.get(b),C=T&&T.constantOr(1),I=n.getCrossfadeParameters();let D,R,N,U,j;const $=d.transform,Y=n.paint.get("fill-translate"),G=n.paint.get("fill-translate-anchor");m?(R=C&&!n.getPaintProperty("fill-outline-color")?"fillOutlinePattern":"fillOutline",D=v.LINES):(R=C?"fillPattern":"fill",D=v.TRIANGLES);const H=T.constantOr(null);for(const J of a){const W=t.getTile(J);if(C&&!W.patternsLoaded())continue;const te=W.getBucket(n);if(!te)continue;const pe=te.programConfigurations.get(n.id),oe=d.useProgram(R,pe),ce=d.style.map.terrain&&d.style.map.terrain.getTerrainData(J);C&&(d.context.activeTexture.set(v.TEXTURE0),W.imageAtlasTexture.bind(v.LINEAR,v.CLAMP_TO_EDGE),pe.updatePaintBuffers(I)),Qa(pe,b,H,W,n);const ue=$.getProjectionData({overscaledTileID:J,applyGlobeMatrix:!_,applyTerrainMatrix:!0}),Ce=c.aO($,W,Y,G);if(m){U=te.indexBuffer2,j=te.segments2;const we=[v.drawingBufferWidth,v.drawingBufferHeight];N=R==="fillOutlinePattern"&&C?_c(d,I,W,we,Ce):gc(we,Ce)}else U=te.indexBuffer,j=te.segments,N=C?Qo(d,I,W,Ce):{u_fill_translate:Ce};const Ee=d.stencilModeForClipping(J);oe.draw(d.context,D,l,Ee,p,bt.backCCW,N,ce,ue,n.id,te.layoutVertexBuffer,U,j,n.paint,d.transform.zoom,pe)}}function eo(d,t,n,a,l,p,m,_){const v=d.context,b=v.gl,T="fill-extrusion-pattern",C=n.paint.get(T),I=C.constantOr(1),D=n.getCrossfadeParameters(),R=n.paint.get("fill-extrusion-opacity"),N=C.constantOr(null),U=d.transform;for(const j of a){const $=t.getTile(j),Y=$.getBucket(n);if(!Y)continue;const G=d.style.map.terrain&&d.style.map.terrain.getTerrainData(j),H=Y.programConfigurations.get(n.id),J=d.useProgram(I?"fillExtrusionPattern":"fillExtrusion",H);I&&(d.context.activeTexture.set(b.TEXTURE0),$.imageAtlasTexture.bind(b.LINEAR,b.CLAMP_TO_EDGE),H.updatePaintBuffers(D));const W=U.getProjectionData({overscaledTileID:j,applyGlobeMatrix:!_,applyTerrainMatrix:!0});Qa(H,T,N,$,n);const te=c.aO(U,$,n.paint.get("fill-extrusion-translate"),n.paint.get("fill-extrusion-translate-anchor")),pe=n.paint.get("fill-extrusion-vertical-gradient"),oe=I?Jo(d,pe,R,te,j,D,$):Ko(d,pe,R,te);J.draw(v,v.gl.TRIANGLES,l,p,m,bt.backCCW,oe,G,W,n.id,Y.layoutVertexBuffer,Y.indexBuffer,Y.segments,n.paint,d.transform.zoom,H,d.style.map.terrain&&Y.centroidVertexBuffer)}}function hn(d,t,n,a,l,p,m,_,v){var b;const T=d.style.projection,C=d.context,I=d.transform,D=C.gl,R=[`#define NUM_ILLUMINATION_SOURCES ${n.paint.get("hillshade-highlight-color").values.length}`],N=d.useProgram("hillshade",null,!1,R),U=!d.options.moving;for(const j of a){const $=t.getTile(j),Y=$.fbo;if(!Y)continue;const G=T.getMeshFromTileID(C,j.canonical,_,!0,"raster"),H=(b=d.style.map.terrain)===null||b===void 0?void 0:b.getTerrainData(j);C.activeTexture.set(D.TEXTURE0),D.bindTexture(D.TEXTURE_2D,Y.colorAttachment.get());const J=I.getProjectionData({overscaledTileID:j,aligned:U,applyGlobeMatrix:!v,applyTerrainMatrix:!0});N.draw(C,D.TRIANGLES,p,l[j.overscaledZ],m,bt.backCCW,Ba(d,$,n),H,J,n.id,G.vertexBuffer,G.indexBuffer,G.segments)}}function ea(d,t,n,a,l,p,m,_,v){var b;const T=d.style.projection,C=d.context,I=d.transform,D=C.gl,R=d.useProgram("colorRelief"),N=!d.options.moving;let U=!0,j=0;for(const $ of a){const Y=t.getTile($),G=Y.dem;if(U){const oe=D.getParameter(D.MAX_TEXTURE_SIZE),{elevationTexture:ce,colorTexture:ue}=n.getColorRampTextures(C,oe,G.getUnpackVector());C.activeTexture.set(D.TEXTURE1),ce.bind(D.NEAREST,D.CLAMP_TO_EDGE),C.activeTexture.set(D.TEXTURE4),ue.bind(D.LINEAR,D.CLAMP_TO_EDGE),U=!1,j=ce.size[0]}if(!G||!G.data)continue;const H=G.stride,J=G.getPixels();if(C.activeTexture.set(D.TEXTURE0),C.pixelStoreUnpackPremultiplyAlpha.set(!1),Y.demTexture=Y.demTexture||d.getTileTexture(H),Y.demTexture){const oe=Y.demTexture;oe.update(J,{premultiply:!1}),oe.bind(D.LINEAR,D.CLAMP_TO_EDGE)}else Y.demTexture=new c.T(C,J,D.RGBA,{premultiply:!1}),Y.demTexture.bind(D.LINEAR,D.CLAMP_TO_EDGE);const W=T.getMeshFromTileID(C,$.canonical,_,!0,"raster"),te=(b=d.style.map.terrain)===null||b===void 0?void 0:b.getTerrainData($),pe=I.getProjectionData({overscaledTileID:$,aligned:N,applyGlobeMatrix:!v,applyTerrainMatrix:!0});R.draw(C,D.TRIANGLES,p,l[$.overscaledZ],m,bt.backCCW,bc(n,Y.dem,j),te,pe,n.id,W.vertexBuffer,W.indexBuffer,W.segments)}}const Fn=[new c.P(0,0),new c.P(c.a5,0),new c.P(c.a5,c.a5),new c.P(0,c.a5)];function ys(d,t,n,a,l,p,m,_,v=!1,b=!1){const T=a[a.length-1].overscaledZ,C=d.context,I=C.gl,D=d.useProgram("raster"),R=d.transform,N=d.style.projection,U=d.colorModeForRenderPass(),j=!d.options.moving,$=n.paint.get("raster-opacity"),Y=n.paint.get("raster-resampling"),G=n.paint.get("raster-fade-duration"),H=!!d.style.map.terrain;for(const J of a){const W=d.getDepthModeForSublayer(J.overscaledZ-T,$===1?ct.ReadWrite:ct.ReadOnly,I.LESS),te=t.getTile(J),pe=Y==="nearest"?I.NEAREST:I.LINEAR;C.activeTexture.set(I.TEXTURE0),te.texture.bind(pe,I.CLAMP_TO_EDGE,I.LINEAR_MIPMAP_NEAREST),C.activeTexture.set(I.TEXTURE1);const{parentTile:oe,parentScaleBy:ce,parentTopLeft:ue,fadeValues:Ce}=Bc(te,t,G,H);te.fadeOpacity=Ce.tileOpacity,oe?(oe.fadeOpacity=Ce.parentTileOpacity,oe.texture.bind(pe,I.CLAMP_TO_EDGE,I.LINEAR_MIPMAP_NEAREST)):te.texture.bind(pe,I.CLAMP_TO_EDGE,I.LINEAR_MIPMAP_NEAREST),te.texture.useMipmap&&C.extTextureFilterAnisotropic&&d.transform.pitch>20&&I.texParameterf(I.TEXTURE_2D,C.extTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT,C.extTextureFilterAnisotropicMax);const Ee=d.style.map.terrain&&d.style.map.terrain.getTerrainData(J),we=R.getProjectionData({overscaledTileID:J,aligned:j,applyGlobeMatrix:!b,applyTerrainMatrix:!0}),ke=il(ue,ce,Ce.fadeMix,n,_),nt=N.getMeshFromTileID(C,J.canonical,p,m,"raster");D.draw(C,I.TRIANGLES,W,l?l[J.overscaledZ]:wt.disabled,U,v?bt.frontCCW:bt.backCCW,ke,Ee,we,n.id,nt.vertexBuffer,nt.indexBuffer,nt.segments)}}function Bc(d,t,n,a){const l={parentTile:null,parentScaleBy:1,parentTopLeft:[0,0],fadeValues:{tileOpacity:1,parentTileOpacity:1,fadeMix:{opacity:1,mix:0}}};if(n===0||a)return l;if(d.fadingParentID){const p=t.getLoadedTile(d.fadingParentID);if(!p)return l;const m=Math.pow(2,p.tileID.overscaledZ-d.tileID.overscaledZ),_=[d.tileID.canonical.x*m%1,d.tileID.canonical.y*m%1],v=(function(b,T,C){const I=at(),D=(I-T.timeAdded)/C,R=b.fadingDirection===de.Incoming,N=c.an((I-b.timeAdded)/C,0,1),U=c.an(1-D,0,1),j=R?N:U;return{tileOpacity:j,parentTileOpacity:R?U:N,fadeMix:{opacity:1,mix:1-j}}})(d,p,n);return{parentTile:p,parentScaleBy:m,parentTopLeft:_,fadeValues:v}}if(d.selfFading){const p=(function(m,_){const v=(at()-m.timeAdded)/_,b=c.an(v,0,1);return{tileOpacity:b,fadeMix:{opacity:b,mix:0}}})(d,n);return{parentTile:null,parentScaleBy:1,parentTopLeft:[0,0],fadeValues:p}}return l}const Oc=new c.bp(1,0,0,1),Vc=new c.bp(0,1,0,1),Nc=new c.bp(0,0,1,1),jc=new c.bp(1,0,1,1),dn=new c.bp(0,1,1,1);function pl(d,t,n,a){ta(d,0,t+n/2,d.transform.width,n,a)}function fl(d,t,n,a){ta(d,t-n/2,0,n,d.transform.height,a)}function ta(d,t,n,a,l,p){const m=d.context,_=m.gl;_.enable(_.SCISSOR_TEST),_.scissor(t*d.pixelRatio,n*d.pixelRatio,a*d.pixelRatio,l*d.pixelRatio),m.clear({color:p}),_.disable(_.SCISSOR_TEST)}function Uc(d,t,n){const a=d.context,l=a.gl,p=d.useProgram("debug"),m=ct.disabled,_=wt.disabled,v=d.colorModeForRenderPass(),b="$debug",T=d.style.map.terrain&&d.style.map.terrain.getTerrainData(n);a.activeTexture.set(l.TEXTURE0);const C=t.getTileByID(n.key).latestRawTileData,I=Math.floor((C&&C.byteLength||0)/1024),D=t.getTile(n).tileSize,R=512/Math.min(D,512)*(n.overscaledZ/d.transform.zoom)*.5;let N=n.canonical.toString();n.overscaledZ!==n.canonical.z&&(N+=` => ${n.overscaledZ}`),(function(j,$){j.initDebugOverlayCanvas();const Y=j.debugOverlayCanvas,G=j.context.gl,H=j.debugOverlayCanvas.getContext("2d");H.clearRect(0,0,Y.width,Y.height),H.shadowColor="white",H.shadowBlur=2,H.lineWidth=1.5,H.strokeStyle="white",H.textBaseline="top",H.font="bold 36px Open Sans, sans-serif",H.fillText($,5,5),H.strokeText($,5,5),j.debugOverlayTexture.update(Y),j.debugOverlayTexture.bind(G.LINEAR,G.CLAMP_TO_EDGE)})(d,`${N} ${I}kB`);const U=d.transform.getProjectionData({overscaledTileID:n,applyGlobeMatrix:!0,applyTerrainMatrix:!0});p.draw(a,l.TRIANGLES,m,_,Nt.alphaBlended,bt.disabled,el(c.bp.transparent,R),null,U,b,d.debugBuffer,d.quadTriangleIndexBuffer,d.debugSegments),p.draw(a,l.LINE_STRIP,m,_,v,bt.disabled,el(c.bp.red),T,U,b,d.debugBuffer,d.tileBorderIndexBuffer,d.debugSegments)}function ml(d,t,n,a){const{isRenderingGlobe:l}=a,p=d.context,m=p.gl,_=d.transform,v=d.colorModeForRenderPass(),b=d.getDepthModeFor3D(),T=d.useProgram("terrain");p.bindFramebuffer.set(null),p.viewport.set([0,0,d.width,d.height]);for(const C of n){const I=t.getTerrainMesh(C.tileID),D=d.renderToTexture.getTexture(C),R=t.getTerrainData(C.tileID);p.activeTexture.set(m.TEXTURE0),m.bindTexture(m.TEXTURE_2D,D.texture);const N=t.getMeshFrameDelta(_.zoom),U=_.calculateFogMatrix(C.tileID.toUnwrapped()),j=Uu(N,U,d.style.sky,_.pitch,l),$=_.getProjectionData({overscaledTileID:C.tileID,applyTerrainMatrix:!1,applyGlobeMatrix:!0});T.draw(p,m.TRIANGLES,b,wt.disabled,v,bt.backCCW,j,R,$,"terrain",I.vertexBuffer,I.indexBuffer,I.segments)}}function gl(d,t){if(!t.mesh){const n=new c.aW;n.emplaceBack(-1,-1),n.emplaceBack(1,-1),n.emplaceBack(1,1),n.emplaceBack(-1,1);const a=new c.aY;a.emplaceBack(0,1,2),a.emplaceBack(0,2,3),t.mesh=new Vt(d.createVertexBuffer(n,on.members),d.createIndexBuffer(a),c.aX.simpleSegment(0,0,n.length,a.length))}return t.mesh}class Gc{constructor(t,n){this.context=new Ya(t),this.transform=n,this._tileTextures={},this.terrainFacilitator={dirty:!0,matrix:c.ar(new Float64Array(16)),renderTime:0},this.setup(),this.numSublayers=_r.maxOverzooming+_r.maxUnderzooming+1,this.depthEpsilon=1/Math.pow(2,16),this.crossTileSymbolIndex=new rr}resize(t,n,a){if(this.width=Math.floor(t*a),this.height=Math.floor(n*a),this.pixelRatio=a,this.context.viewport.set([0,0,this.width,this.height]),this.style)for(const l of this.style._order)this.style._layers[l].resize()}setup(){const t=this.context,n=new c.aW;n.emplaceBack(0,0),n.emplaceBack(c.a5,0),n.emplaceBack(0,c.a5),n.emplaceBack(c.a5,c.a5),this.tileExtentBuffer=t.createVertexBuffer(n,on.members),this.tileExtentSegments=c.aX.simpleSegment(0,0,4,2);const a=new c.aW;a.emplaceBack(0,0),a.emplaceBack(c.a5,0),a.emplaceBack(0,c.a5),a.emplaceBack(c.a5,c.a5),this.debugBuffer=t.createVertexBuffer(a,on.members),this.debugSegments=c.aX.simpleSegment(0,0,4,5);const l=new c.ch;l.emplaceBack(0,0,0,0),l.emplaceBack(c.a5,0,c.a5,0),l.emplaceBack(0,c.a5,0,c.a5),l.emplaceBack(c.a5,c.a5,c.a5,c.a5),this.rasterBoundsBuffer=t.createVertexBuffer(l,ju.members),this.rasterBoundsSegments=c.aX.simpleSegment(0,0,4,2);const p=new c.aW;p.emplaceBack(0,0),p.emplaceBack(c.a5,0),p.emplaceBack(0,c.a5),p.emplaceBack(c.a5,c.a5),this.rasterBoundsBufferPosOnly=t.createVertexBuffer(p,on.members),this.rasterBoundsSegmentsPosOnly=c.aX.simpleSegment(0,0,4,5);const m=new c.aW;m.emplaceBack(0,0),m.emplaceBack(1,0),m.emplaceBack(0,1),m.emplaceBack(1,1),this.viewportBuffer=t.createVertexBuffer(m,on.members),this.viewportSegments=c.aX.simpleSegment(0,0,4,2);const _=new c.ci;_.emplaceBack(0),_.emplaceBack(1),_.emplaceBack(3),_.emplaceBack(2),_.emplaceBack(0),this.tileBorderIndexBuffer=t.createIndexBuffer(_);const v=new c.aY;v.emplaceBack(1,0,2),v.emplaceBack(1,2,3),this.quadTriangleIndexBuffer=t.createIndexBuffer(v);const b=this.context.gl;this.stencilClearMode=new wt({func:b.ALWAYS,mask:0},0,255,b.ZERO,b.ZERO,b.ZERO),this.tileExtentMesh=new Vt(this.tileExtentBuffer,this.quadTriangleIndexBuffer,this.tileExtentSegments)}clearStencil(){const t=this.context,n=t.gl;this.nextStencilID=1,this.currentStencilSource=void 0;const a=c.N();c.c7(a,0,this.width,this.height,0,0,1),c.Q(a,a,[n.drawingBufferWidth,n.drawingBufferHeight,0]);const l={mainMatrix:a,tileMercatorCoords:[0,0,1,1],clippingPlane:[0,0,0,0],projectionTransition:0,fallbackMatrix:a};this.useProgram("clippingMask",null,!0).draw(t,n.TRIANGLES,ct.disabled,this.stencilClearMode,Nt.disabled,bt.disabled,null,null,l,"$clipping",this.viewportBuffer,this.quadTriangleIndexBuffer,this.viewportSegments)}_renderTileClippingMasks(t,n,a){if(this.currentStencilSource===t.source||!t.isTileClipped()||!n||!n.length)return;this.currentStencilSource=t.source,this.nextStencilID+n.length>256&&this.clearStencil();const l=this.context;l.setColorMode(Nt.disabled),l.setDepthMode(ct.disabled);const p={};for(const m of n)p[m.key]=this.nextStencilID++;this._renderTileMasks(p,n,a,!0),this._renderTileMasks(p,n,a,!1),this._tileClippingMaskIDs=p}_renderTileMasks(t,n,a,l){const p=this.context,m=p.gl,_=this.style.projection,v=this.transform,b=this.useProgram("clippingMask");for(const T of n){const C=t[T.key],I=this.style.map.terrain&&this.style.map.terrain.getTerrainData(T),D=_.getMeshFromTileID(this.context,T.canonical,l,!0,"stencil"),R=v.getProjectionData({overscaledTileID:T,applyGlobeMatrix:!a,applyTerrainMatrix:!0});b.draw(p,m.TRIANGLES,ct.disabled,new wt({func:m.ALWAYS,mask:0},C,255,m.KEEP,m.KEEP,m.REPLACE),Nt.disabled,a?bt.disabled:bt.backCCW,null,I,R,"$clipping",D.vertexBuffer,D.indexBuffer,D.segments)}}_renderTilesDepthBuffer(){const t=this.context,n=t.gl,a=this.style.projection,l=this.transform,p=this.useProgram("depth"),m=this.getDepthModeFor3D(),_=ni(l,{tileSize:l.tileSize});for(const v of _){const b=this.style.map.terrain&&this.style.map.terrain.getTerrainData(v),T=a.getMeshFromTileID(this.context,v.canonical,!0,!0,"raster"),C=l.getProjectionData({overscaledTileID:v,applyGlobeMatrix:!0,applyTerrainMatrix:!0});p.draw(t,n.TRIANGLES,m,wt.disabled,Nt.disabled,bt.backCCW,null,b,C,"$clipping",T.vertexBuffer,T.indexBuffer,T.segments)}}stencilModeFor3D(){this.currentStencilSource=void 0,this.nextStencilID+1>256&&this.clearStencil();const t=this.nextStencilID++,n=this.context.gl;return new wt({func:n.NOTEQUAL,mask:255},t,255,n.KEEP,n.KEEP,n.REPLACE)}stencilModeForClipping(t){const n=this.context.gl;return new wt({func:n.EQUAL,mask:255},this._tileClippingMaskIDs[t.key],0,n.KEEP,n.KEEP,n.REPLACE)}getStencilConfigForOverlapAndUpdateStencilID(t){const n=this.context.gl,a=t.sort(((m,_)=>_.overscaledZ-m.overscaledZ)),l=a[a.length-1].overscaledZ,p=a[0].overscaledZ-l+1;if(p>1){this.currentStencilSource=void 0,this.nextStencilID+p>256&&this.clearStencil();const m={};for(let _=0;_<p;_++)m[_+l]=new wt({func:n.GEQUAL,mask:255},_+this.nextStencilID,255,n.KEEP,n.KEEP,n.REPLACE);return this.nextStencilID+=p,[m,a]}return[{[l]:wt.disabled},a]}stencilConfigForOverlapTwoPass(t){const n=this.context.gl,a=t.sort(((m,_)=>_.overscaledZ-m.overscaledZ)),l=a[a.length-1].overscaledZ,p=a[0].overscaledZ-l+1;if(this.clearStencil(),p>1){const m={},_={};for(let v=0;v<p;v++)m[v+l]=new wt({func:n.GREATER,mask:255},p+1+v,255,n.KEEP,n.KEEP,n.REPLACE),_[v+l]=new wt({func:n.GREATER,mask:255},1+v,255,n.KEEP,n.KEEP,n.REPLACE);return this.nextStencilID=2*p+1,[m,_,a]}return this.nextStencilID=3,[{[l]:new wt({func:n.GREATER,mask:255},2,255,n.KEEP,n.KEEP,n.REPLACE)},{[l]:new wt({func:n.GREATER,mask:255},1,255,n.KEEP,n.KEEP,n.REPLACE)},a]}colorModeForRenderPass(){const t=this.context.gl;return this._showOverdrawInspector?new Nt([t.CONSTANT_COLOR,t.ONE],new c.bp(.125,.125,.125,0),[!0,!0,!0,!0]):this.renderPass==="opaque"?Nt.unblended:Nt.alphaBlended}getDepthModeForSublayer(t,n,a){if(!this.opaquePassEnabledForLayer())return ct.disabled;const l=1-((1+this.currentLayer)*this.numSublayers+t)*this.depthEpsilon;return new ct(a||this.context.gl.LEQUAL,n,[l,l])}getDepthModeFor3D(){return new ct(this.context.gl.LEQUAL,ct.ReadWrite,this.depthRangeFor3D)}opaquePassEnabledForLayer(){return this.currentLayer<this.opaquePassCutoff}render(t,n){var a,l;this.style=t,this.options=n,this.lineAtlas=t.lineAtlas,this.imageManager=t.imageManager,this.glyphManager=t.glyphManager,this.symbolFadeChange=t.placement.symbolFadeChange(at()),this.imageManager.beginFrame();const p=this.style._order,m=this.style.tileManagers,_={},v={},b={},T={isRenderingToTexture:!1,isRenderingGlobe:((a=t.projection)===null||a===void 0?void 0:a.transitionState)>0};for(const I in m){const D=m[I];D.used&&D.prepare(this.context),_[I]=D.getVisibleCoordinates(!1),v[I]=_[I].slice().reverse(),b[I]=D.getVisibleCoordinates(!0).reverse()}this.opaquePassCutoff=1/0;for(let I=0;I<p.length;I++)if(this.style._layers[p[I]].is3D()){this.opaquePassCutoff=I;break}this.maybeDrawDepthAndCoords(!1),this.renderToTexture&&(this.renderToTexture.prepareForRender(this.style,this.transform.zoom),this.opaquePassCutoff=0),this.renderPass="offscreen";for(const I of p){const D=this.style._layers[I];if(!D.hasOffscreenPass()||D.isHidden(this.transform.zoom))continue;const R=v[D.source];(D.type==="custom"||R.length)&&this.renderLayer(this,m[D.source],D,R,T)}if((l=this.style.projection)===null||l===void 0||l.updateGPUdependent({context:this.context,useProgram:I=>this.useProgram(I)}),this.context.viewport.set([0,0,this.width,this.height]),this.context.bindFramebuffer.set(null),this.context.clear({color:n.showOverdrawInspector?c.bp.black:c.bp.transparent,depth:1}),this.clearStencil(),this.style.sky&&(function(I,D){const R=I.context,N=R.gl,U=((J,W,te)=>{const pe=Math.cos(W.rollInRadians),oe=Math.sin(W.rollInRadians),ce=Rt(W),ue=W.getProjectionData({overscaledTileID:null,applyGlobeMatrix:!0,applyTerrainMatrix:!0}).projectionTransition;return{u_sky_color:J.properties.get("sky-color"),u_horizon_color:J.properties.get("horizon-color"),u_horizon:[(W.width/2-ce*oe)*te,(W.height/2+ce*pe)*te],u_horizon_normal:[-oe,pe],u_sky_horizon_blend:J.properties.get("sky-horizon-blend")*W.height/2*te,u_sky_blend:ue}})(D,I.style.map.transform,I.pixelRatio),j=new ct(N.LEQUAL,ct.ReadWrite,[0,1]),$=wt.disabled,Y=I.colorModeForRenderPass(),G=I.useProgram("sky"),H=gl(R,D);G.draw(R,N.TRIANGLES,j,$,Y,bt.disabled,U,null,void 0,"sky",H.vertexBuffer,H.indexBuffer,H.segments)})(this,this.style.sky),this._showOverdrawInspector=n.showOverdrawInspector,this.depthRangeFor3D=[0,1-(t._order.length+2)*this.numSublayers*this.depthEpsilon],!this.renderToTexture)for(this.renderPass="opaque",this.currentLayer=p.length-1;this.currentLayer>=0;this.currentLayer--){const I=this.style._layers[p[this.currentLayer]],D=m[I.source],R=_[I.source];this._renderTileClippingMasks(I,R,!1),this.renderLayer(this,D,I,R,T)}this.renderPass="translucent";let C=!1;for(this.currentLayer=0;this.currentLayer<p.length;this.currentLayer++){const I=this.style._layers[p[this.currentLayer]],D=m[I.source];if(this.renderToTexture&&this.renderToTexture.renderLayer(I,T))continue;this.opaquePassEnabledForLayer()||C||(C=!0,T.isRenderingGlobe&&!this.style.map.terrain&&this._renderTilesDepthBuffer());const R=(I.type==="symbol"?b:v)[I.source];this._renderTileClippingMasks(I,_[I.source],!!this.renderToTexture),this.renderLayer(this,D,I,R,T)}if(T.isRenderingGlobe&&(function(I,D,R){const N=I.context,U=N.gl,j=I.useProgram("atmosphere"),$=new ct(U.LEQUAL,ct.ReadOnly,[0,1]),Y=I.transform,G=(function(ue,Ce){const Ee=ue.properties.get("position"),we=[-Ee.x,-Ee.y,-Ee.z],ke=c.ar(new Float64Array(16));return ue.properties.get("anchor")==="map"&&(c.bg(ke,ke,Ce.rollInRadians),c.bh(ke,ke,-Ce.pitchInRadians),c.bg(ke,ke,Ce.bearingInRadians),c.bh(ke,ke,Ce.center.lat*Math.PI/180),c.bJ(ke,ke,-Ce.center.lng*Math.PI/180)),c.cg(we,we,ke),we})(R,I.transform),H=Y.getProjectionData({overscaledTileID:null,applyGlobeMatrix:!0,applyTerrainMatrix:!0}),J=D.properties.get("atmosphere-blend")*H.projectionTransition;if(J===0)return;const W=Cn(Y.worldSize,Y.center.lat),te=Y.inverseProjectionMatrix,pe=new Float64Array(4);pe[3]=1,c.aH(pe,pe,Y.modelViewProjectionMatrix),pe[0]/=pe[3],pe[1]/=pe[3],pe[2]/=pe[3],pe[3]=1,c.aH(pe,pe,te),pe[0]/=pe[3],pe[1]/=pe[3],pe[2]/=pe[3],pe[3]=1;const oe=((ue,Ce,Ee,we,ke)=>({u_sun_pos:ue,u_atmosphere_blend:Ce,u_globe_position:Ee,u_globe_radius:we,u_inv_proj_matrix:ke}))(G,J,[pe[0],pe[1],pe[2]],W,te),ce=gl(N,D);j.draw(N,U.TRIANGLES,$,wt.disabled,Nt.alphaBlended,bt.disabled,oe,null,null,"atmosphere",ce.vertexBuffer,ce.indexBuffer,ce.segments)})(this,this.style.sky,this.style.light),this.options.showTileBoundaries){const I=(function(D,R){let N=null;const U=Object.values(D._layers).flatMap((G=>G.source&&!G.isHidden(R)?[D.tileManagers[G.source]]:[])),j=U.filter((G=>G.getSource().type==="vector")),$=U.filter((G=>G.getSource().type!=="vector")),Y=G=>{(!N||N.getSource().maxzoom<G.getSource().maxzoom)&&(N=G)};return j.forEach((G=>Y(G))),N||$.forEach((G=>Y(G))),N})(this.style,this.transform.zoom);I&&(function(D,R,N){for(let U=0;U<N.length;U++)Uc(D,R,N[U])})(this,I,I.getVisibleCoordinates())}this.options.showPadding&&(function(I){const D=I.transform.padding;pl(I,I.transform.height-(D.top||0),3,Oc),pl(I,D.bottom||0,3,Vc),fl(I,D.left||0,3,Nc),fl(I,I.transform.width-(D.right||0),3,jc);const R=I.transform.centerPoint;(function(N,U,j,$){ta(N,U-1,j-10,2,20,$),ta(N,U-10,j-1,20,2,$)})(I,R.x,I.transform.height-R.y,dn)})(this),this.context.setDefault()}maybeDrawDepthAndCoords(t){if(!this.style||!this.style.map||!this.style.map.terrain)return;const n=this.terrainFacilitator.matrix,a=this.transform.modelViewProjectionMatrix;let l=this.terrainFacilitator.dirty;l||(l=t?!c.cj(n,a):!c.ck(n,a)),l||(l=this.style.map.terrain.tileManager.anyTilesAfterTime(this.terrainFacilitator.renderTime)),l&&(c.cl(n,a),this.terrainFacilitator.renderTime=Date.now(),this.terrainFacilitator.dirty=!1,(function(p,m){const _=p.context,v=_.gl,b=p.transform,T=Nt.unblended,C=new ct(v.LEQUAL,ct.ReadWrite,[0,1]),I=m.tileManager.getRenderableTiles(),D=p.useProgram("terrainDepth");_.bindFramebuffer.set(m.getFramebuffer("depth").framebuffer),_.viewport.set([0,0,p.width/devicePixelRatio,p.height/devicePixelRatio]),_.clear({color:c.bp.transparent,depth:1});for(const R of I){const N=m.getTerrainMesh(R.tileID),U=m.getTerrainData(R.tileID),j=b.getProjectionData({overscaledTileID:R.tileID,applyTerrainMatrix:!1,applyGlobeMatrix:!0}),$={u_ele_delta:m.getMeshFrameDelta(b.zoom)};D.draw(_,v.TRIANGLES,C,wt.disabled,T,bt.backCCW,$,U,j,"terrain",N.vertexBuffer,N.indexBuffer,N.segments)}_.bindFramebuffer.set(null),_.viewport.set([0,0,p.width,p.height])})(this,this.style.map.terrain),(function(p,m){const _=p.context,v=_.gl,b=p.transform,T=Nt.unblended,C=new ct(v.LEQUAL,ct.ReadWrite,[0,1]),I=m.getCoordsTexture(),D=m.tileManager.getRenderableTiles(),R=p.useProgram("terrainCoords");_.bindFramebuffer.set(m.getFramebuffer("coords").framebuffer),_.viewport.set([0,0,p.width/devicePixelRatio,p.height/devicePixelRatio]),_.clear({color:c.bp.transparent,depth:1}),m.coordsIndex=[];for(const N of D){const U=m.getTerrainMesh(N.tileID),j=m.getTerrainData(N.tileID);_.activeTexture.set(v.TEXTURE0),v.bindTexture(v.TEXTURE_2D,I.texture);const $={u_terrain_coords_id:(255-m.coordsIndex.length)/255,u_texture:0,u_ele_delta:m.getMeshFrameDelta(b.zoom)},Y=b.getProjectionData({overscaledTileID:N.tileID,applyTerrainMatrix:!1,applyGlobeMatrix:!0});R.draw(_,v.TRIANGLES,C,wt.disabled,T,bt.backCCW,$,j,Y,"terrain",U.vertexBuffer,U.indexBuffer,U.segments),m.coordsIndex.push(N.tileID.key)}_.bindFramebuffer.set(null),_.viewport.set([0,0,p.width,p.height])})(this,this.style.map.terrain))}renderLayer(t,n,a,l,p){a.isHidden(this.transform.zoom)||(a.type==="background"||a.type==="custom"||(l||[]).length)&&(this.id=a.id,c.cm(a)?(function(m,_,v,b,T,C){if(m.renderPass!=="translucent")return;const{isRenderingToTexture:I}=C,D=wt.disabled,R=m.colorModeForRenderPass();(v._unevaluatedLayout.hasValue("text-variable-anchor")||v._unevaluatedLayout.hasValue("text-variable-anchor-offset"))&&(function(N,U,j,$,Y,G,H,J,W){const te=U.transform,pe=U.style.map.terrain,oe=Y==="map",ce=G==="map";for(const ue of N){const Ce=$.getTile(ue),Ee=Ce.getBucket(j);if(!Ee||!Ee.text||!Ee.text.segments.get().length)continue;const we=c.ay(Ee.textSizeData,te.zoom),ke=c.aN(Ce,1,U.transform.zoom),nt=lr(oe,U.transform,ke),zt=j.layout.get("icon-text-fit")!=="none"&&Ee.hasIconData();if(we){const Wt=Math.pow(2,te.zoom-Ce.tileID.overscaledZ),jt=pe?(Yt,Ut)=>pe.getElevation(ue,Yt,Ut):null;eh(Ee,oe,ce,W,te,nt,Wt,we,zt,c.aO(te,Ce,H,J),ue.toUnwrapped(),jt)}}})(b,m,v,_,v.layout.get("text-rotation-alignment"),v.layout.get("text-pitch-alignment"),v.paint.get("text-translate"),v.paint.get("text-translate-anchor"),T),v.paint.get("icon-opacity").constantOr(1)!==0&&Ks(m,_,v,b,!1,v.paint.get("icon-translate"),v.paint.get("icon-translate-anchor"),v.layout.get("icon-rotation-alignment"),v.layout.get("icon-pitch-alignment"),v.layout.get("icon-keep-upright"),D,R,I),v.paint.get("text-opacity").constantOr(1)!==0&&Ks(m,_,v,b,!0,v.paint.get("text-translate"),v.paint.get("text-translate-anchor"),v.layout.get("text-rotation-alignment"),v.layout.get("text-pitch-alignment"),v.layout.get("text-keep-upright"),D,R,I),_.map.showCollisionBoxes&&(Ln(m,_,v,b,!0),Ln(m,_,v,b,!1))})(t,n,a,l,this.style.placement.variableOffsets,p):c.cn(a)?(function(m,_,v,b,T){if(m.renderPass!=="translucent")return;const{isRenderingToTexture:C}=T,I=v.paint.get("circle-opacity"),D=v.paint.get("circle-stroke-width"),R=v.paint.get("circle-stroke-opacity"),N=!v.layout.get("circle-sort-key").isConstant();if(I.constantOr(1)===0&&(D.constantOr(1)===0||R.constantOr(1)===0))return;const U=m.context,j=U.gl,$=m.transform,Y=m.getDepthModeForSublayer(0,ct.ReadOnly),G=wt.disabled,H=m.colorModeForRenderPass(),J=[],W=$.getCircleRadiusCorrection();for(let te=0;te<b.length;te++){const pe=b[te],oe=_.getTile(pe),ce=oe.getBucket(v);if(!ce)continue;const ue=v.paint.get("circle-translate"),Ce=v.paint.get("circle-translate-anchor"),Ee=c.aO($,oe,ue,Ce),we=ce.programConfigurations.get(v.id),ke=m.useProgram("circle",we),nt=ce.layoutVertexBuffer,zt=ce.indexBuffer,Wt=m.style.map.terrain&&m.style.map.terrain.getTerrainData(pe),jt={programConfiguration:we,program:ke,layoutVertexBuffer:nt,indexBuffer:zt,uniformValues:yc(m,oe,v,Ee,W),terrainData:Wt,projectionData:$.getProjectionData({overscaledTileID:pe,applyGlobeMatrix:!C,applyTerrainMatrix:!0})};if(N){const Yt=ce.segments.get();for(const Ut of Yt)J.push({segments:new c.aX([Ut]),sortKey:Ut.sortKey,state:jt})}else J.push({segments:ce.segments,sortKey:0,state:jt})}N&&J.sort(((te,pe)=>te.sortKey-pe.sortKey));for(const te of J){const{programConfiguration:pe,program:oe,layoutVertexBuffer:ce,indexBuffer:ue,uniformValues:Ce,terrainData:Ee,projectionData:we}=te.state;oe.draw(U,j.TRIANGLES,Y,G,H,bt.backCCW,Ce,Ee,we,v.id,ce,ue,te.segments,v.paint,m.transform.zoom,pe)}})(t,n,a,l,p):c.co(a)?(function(m,_,v,b,T){if(v.paint.get("heatmap-opacity")===0)return;const C=m.context,{isRenderingToTexture:I,isRenderingGlobe:D}=T;if(m.style.map.terrain){for(const R of b){const N=_.getTile(R);_.hasRenderableParent(R)||(m.renderPass==="offscreen"?kc(m,N,v,R,D):m.renderPass==="translucent"&&Lc(m,v,R,I,D))}C.viewport.set([0,0,m.width,m.height])}else m.renderPass==="offscreen"?(function(R,N,U,j){const $=R.context,Y=$.gl,G=R.transform,H=wt.disabled,J=new Nt([Y.ONE,Y.ONE],c.bp.transparent,[!0,!0,!0,!0]);(function(W,te,pe){const oe=W.gl;W.activeTexture.set(oe.TEXTURE1),W.viewport.set([0,0,te.width/4,te.height/4]);let ce=pe.heatmapFbos.get(c.cd);ce?(oe.bindTexture(oe.TEXTURE_2D,ce.colorAttachment.get()),W.bindFramebuffer.set(ce.framebuffer)):(ce=Js(W,te.width/4,te.height/4),pe.heatmapFbos.set(c.cd,ce))})($,R,U),$.clear({color:c.bp.transparent});for(let W=0;W<j.length;W++){const te=j[W];if(N.hasRenderableParent(te))continue;const pe=N.getTile(te),oe=pe.getBucket(U);if(!oe)continue;const ce=oe.programConfigurations.get(U.id),ue=R.useProgram("heatmap",ce),Ce=G.getProjectionData({overscaledTileID:te,applyGlobeMatrix:!0,applyTerrainMatrix:!1}),Ee=G.getCircleRadiusCorrection();ue.draw($,Y.TRIANGLES,ct.disabled,H,J,bt.backCCW,ps(pe,G.zoom,U.paint.get("heatmap-intensity"),Ee),null,Ce,U.id,oe.layoutVertexBuffer,oe.indexBuffer,oe.segments,U.paint,G.zoom,ce)}$.viewport.set([0,0,R.width,R.height])})(m,_,v,b):m.renderPass==="translucent"&&(function(R,N){const U=R.context,j=U.gl;U.setColorMode(R.colorModeForRenderPass());const $=N.heatmapFbos.get(c.cd);$&&(U.activeTexture.set(j.TEXTURE0),j.bindTexture(j.TEXTURE_2D,$.colorAttachment.get()),U.activeTexture.set(j.TEXTURE1),Ja(U,N).bind(j.LINEAR,j.CLAMP_TO_EDGE),R.useProgram("heatmapTexture").draw(U,j.TRIANGLES,ct.disabled,wt.disabled,R.colorModeForRenderPass(),bt.disabled,xc(R,N,0,1),null,null,N.id,R.viewportBuffer,R.quadTriangleIndexBuffer,R.viewportSegments,N.paint,R.transform.zoom))})(m,v)})(t,n,a,l,p):c.cp(a)?(function(m,_,v,b,T){if(m.renderPass!=="translucent")return;const{isRenderingToTexture:C}=T,I=v.paint.get("line-opacity"),D=v.paint.get("line-width");if(I.constantOr(1)===0||D.constantOr(1)===0)return;const R=m.getDepthModeForSublayer(0,ct.ReadOnly),N=m.colorModeForRenderPass(),U=v.paint.get("line-dasharray"),j=U.constantOr(1),$=v.paint.get("line-pattern"),Y=$.constantOr(1),G=v.paint.get("line-gradient"),H=v.getCrossfadeParameters();let J;J=Y?"linePattern":j&&G?"lineGradientSDF":j?"lineSDF":G?"lineGradient":"line";const W=m.context,te=W.gl,pe=m.transform;let oe=!0;for(const ce of b){const ue=_.getTile(ce);if(Y&&!ue.patternsLoaded())continue;const Ce=ue.getBucket(v);if(!Ce)continue;const Ee=Ce.programConfigurations.get(v.id),we=m.context.program.get(),ke=m.useProgram(J,Ee),nt=oe||ke.program!==we,zt=m.style.map.terrain&&m.style.map.terrain.getTerrainData(ce),Wt=$.constantOr(null),jt=U&&U.constantOr(null);if(Wt&&ue.imageAtlas){const Ci=ue.imageAtlas,_i=Ci.patternPositions[Wt.to.toString()],mi=Ci.patternPositions[Wt.from.toString()];_i&&mi&&Ee.setConstantPatternPositions(_i,mi)}else if(jt){const Ci=v.layout.get("line-cap")==="round",_i=m.lineAtlas.getDash(jt.to,Ci),mi=m.lineAtlas.getDash(jt.from,Ci);Ee.setConstantDashPositions(_i,mi)}const Yt=pe.getProjectionData({overscaledTileID:ce,applyGlobeMatrix:!C,applyTerrainMatrix:!0}),Ut=pe.getPixelScale();let oi;Y?(oi=tl(m,ue,v,Ut,H),Fc(W,te,ue,Ee,H)):j&&G?(oi=Oa(m,ue,v,Ut,H,Ce.lineClipsArray.length),ur(m,_,W,te,v,Ce,ce,Ee,H)):j?(oi=Tc(m,ue,v,Ut,H),pi(m,W,te,Ee,nt,H)):G?(oi=wc(m,ue,v,Ut,Ce.lineClipsArray.length),Rn(m,_,W,te,v,Ce,ce)):oi=$s(m,ue,v,Ut);const Kt=m.stencilModeForClipping(ce);ke.draw(W,te.TRIANGLES,R,Kt,N,bt.disabled,oi,zt,Yt,v.id,Ce.layoutVertexBuffer,Ce.indexBuffer,Ce.segments,v.paint,m.transform.zoom,Ee,Ce.layoutVertexBuffer2),oe=!1}})(t,n,a,l,p):c.cq(a)?(function(m,_,v,b,T){const C=v.paint.get("fill-color"),I=v.paint.get("fill-opacity");if(I.constantOr(1)===0)return;const{isRenderingToTexture:D}=T,R=m.colorModeForRenderPass(),N=v.paint.get("fill-pattern"),U=m.opaquePassEnabledForLayer()&&!N.constantOr(1)&&C.constantOr(c.bp.transparent).a===1&&I.constantOr(0)===1?"opaque":"translucent";if(m.renderPass===U){const j=m.getDepthModeForSublayer(1,m.renderPass==="opaque"?ct.ReadWrite:ct.ReadOnly);Qs(m,_,v,b,j,R,!1,D)}if(m.renderPass==="translucent"&&v.paint.get("fill-antialias")){const j=m.getDepthModeForSublayer(v.getPaintProperty("fill-outline-color")?2:0,ct.ReadOnly);Qs(m,_,v,b,j,R,!0,D)}})(t,n,a,l,p):c.cr(a)?(function(m,_,v,b,T){const C=v.paint.get("fill-extrusion-opacity");if(C===0)return;const{isRenderingToTexture:I}=T;if(m.renderPass==="translucent"){const D=new ct(m.context.gl.LEQUAL,ct.ReadWrite,m.depthRangeFor3D);if(C!==1||v.paint.get("fill-extrusion-pattern").constantOr(1))eo(m,_,v,b,D,wt.disabled,Nt.disabled,I),eo(m,_,v,b,D,m.stencilModeFor3D(),m.colorModeForRenderPass(),I);else{const R=m.colorModeForRenderPass();eo(m,_,v,b,D,wt.disabled,R,I)}}})(t,n,a,l,p):c.cs(a)?(function(m,_,v,b,T){if(m.renderPass!=="offscreen"&&m.renderPass!=="translucent")return;const{isRenderingToTexture:C}=T,I=m.context,D=m.style.projection.useSubdivision,R=m.getDepthModeForSublayer(0,ct.ReadOnly),N=m.colorModeForRenderPass();if(m.renderPass==="offscreen")(function(U,j,$,Y,G,H,J){const W=U.context,te=W.gl;for(const pe of $){const oe=j.getTile(pe),ce=oe.dem;if(!ce||!ce.data||!oe.needsHillshadePrepare)continue;const ue=ce.dim,Ce=ce.stride,Ee=ce.getPixels();if(W.activeTexture.set(te.TEXTURE1),W.pixelStoreUnpackPremultiplyAlpha.set(!1),oe.demTexture=oe.demTexture||U.getTileTexture(Ce),oe.demTexture){const ke=oe.demTexture;ke.update(Ee,{premultiply:!1}),ke.bind(te.NEAREST,te.CLAMP_TO_EDGE)}else oe.demTexture=new c.T(W,Ee,te.RGBA,{premultiply:!1}),oe.demTexture.bind(te.NEAREST,te.CLAMP_TO_EDGE);W.activeTexture.set(te.TEXTURE0);let we=oe.fbo;if(!we){const ke=new c.T(W,{width:ue,height:ue,data:null},te.RGBA);ke.bind(te.LINEAR,te.CLAMP_TO_EDGE),we=oe.fbo=W.createFramebuffer(ue,ue,!0,!1),we.colorAttachment.set(ke.texture)}W.bindFramebuffer.set(we.framebuffer),W.viewport.set([0,0,ue,ue]),U.useProgram("hillshadePrepare").draw(W,te.TRIANGLES,G,H,J,bt.disabled,Gu(oe.tileID,ce),null,null,Y.id,U.rasterBoundsBuffer,U.quadTriangleIndexBuffer,U.rasterBoundsSegments),oe.needsHillshadePrepare=!1}})(m,_,b,v,R,wt.disabled,N),I.viewport.set([0,0,m.width,m.height]);else if(m.renderPass==="translucent")if(D){const[U,j,$]=m.stencilConfigForOverlapTwoPass(b);hn(m,_,v,$,U,R,N,!1,C),hn(m,_,v,$,j,R,N,!0,C)}else{const[U,j]=m.getStencilConfigForOverlapAndUpdateStencilID(b);hn(m,_,v,j,U,R,N,!1,C)}})(t,n,a,l,p):c.ct(a)?(function(m,_,v,b,T){if(m.renderPass!=="translucent"||!b.length)return;const{isRenderingToTexture:C}=T,I=m.style.projection.useSubdivision,D=m.getDepthModeForSublayer(0,ct.ReadOnly),R=m.colorModeForRenderPass();if(I){const[N,U,j]=m.stencilConfigForOverlapTwoPass(b);ea(m,_,v,j,N,D,R,!1,C),ea(m,_,v,j,U,D,R,!0,C)}else{const[N,U]=m.getStencilConfigForOverlapAndUpdateStencilID(b);ea(m,_,v,U,N,D,R,!1,C)}})(t,n,a,l,p):c.bU(a)?(function(m,_,v,b,T){if(m.renderPass!=="translucent"||v.paint.get("raster-opacity")===0||!b.length)return;const{isRenderingToTexture:C}=T,I=_.getSource(),D=m.style.projection.useSubdivision;if(I instanceof ir)ys(m,_,v,b,null,!1,!1,I.tileCoords,I.flippedWindingOrder,C);else if(D){const[R,N,U]=m.stencilConfigForOverlapTwoPass(b);ys(m,_,v,U,R,!1,!0,Fn,!1,C),ys(m,_,v,U,N,!0,!0,Fn,!1,C)}else{const[R,N]=m.getStencilConfigForOverlapAndUpdateStencilID(b);ys(m,_,v,N,R,!1,!0,Fn,!1,C)}})(t,n,a,l,p):c.cu(a)?(function(m,_,v,b,T){const C=v.paint.get("background-color"),I=v.paint.get("background-opacity");if(I===0)return;const{isRenderingToTexture:D}=T,R=m.context,N=R.gl,U=m.style.projection,j=m.transform,$=j.tileSize,Y=v.paint.get("background-pattern");if(m.isPatternMissing(Y))return;const G=!Y&&C.a===1&&I===1&&m.opaquePassEnabledForLayer()?"opaque":"translucent";if(m.renderPass!==G)return;const H=wt.disabled,J=m.getDepthModeForSublayer(0,G==="opaque"?ct.ReadWrite:ct.ReadOnly),W=m.colorModeForRenderPass(),te=m.useProgram(Y?"backgroundPattern":"background"),pe=b||ni(j,{tileSize:$,terrain:m.style.map.terrain});Y&&(R.activeTexture.set(N.TEXTURE0),m.imageManager.bind(m.context));const oe=v.getCrossfadeParameters();for(const ce of pe){const ue=j.getProjectionData({overscaledTileID:ce,applyGlobeMatrix:!D,applyTerrainMatrix:!0}),Ce=Y?$u(I,m,Y,{tileID:ce,tileSize:$},oe):sl(I,C),Ee=m.style.map.terrain&&m.style.map.terrain.getTerrainData(ce),we=U.getMeshFromTileID(R,ce.canonical,!1,!0,"raster");te.draw(R,N.TRIANGLES,J,H,W,bt.backCCW,Ce,Ee,ue,v.id,we.vertexBuffer,we.indexBuffer,we.segments)}})(t,0,a,l,p):c.cv(a)&&(function(m,_,v,b){const{isRenderingGlobe:T}=b,C=m.context,I=v.implementation,D=m.style.projection,R=m.transform,N=R.getProjectionDataForCustomLayer(T),U={farZ:R.farZ,nearZ:R.nearZ,fov:R.fov*Math.PI/180,modelViewProjectionMatrix:R.modelViewProjectionMatrix,projectionMatrix:R.projectionMatrix,shaderData:{variantName:D.shaderVariantName,vertexShaderPrelude:`const float PI = 3.141592653589793;
804
- uniform mat4 u_projection_matrix;
805
- ${D.shaderPreludeCode.vertexSource}`,define:D.shaderDefine},defaultProjectionData:N},j=I.renderingMode?I.renderingMode:"2d";if(m.renderPass==="offscreen"){const $=I.prerender;$&&(m.setCustomLayerDefaults(),C.setColorMode(m.colorModeForRenderPass()),$.call(I,C.gl,U),C.setDirty(),m.setBaseState())}else if(m.renderPass==="translucent"){m.setCustomLayerDefaults(),C.setColorMode(m.colorModeForRenderPass()),C.setStencilMode(wt.disabled);const $=j==="3d"?m.getDepthModeFor3D():m.getDepthModeForSublayer(0,ct.ReadOnly);C.setDepthMode($),I.render(C.gl,U),C.setDirty(),m.setBaseState(),C.bindFramebuffer.set(null)}})(t,0,a,p))}saveTileTexture(t){const n=this._tileTextures[t.size[0]];n?n.push(t):this._tileTextures[t.size[0]]=[t]}getTileTexture(t){const n=this._tileTextures[t];return n&&n.length>0?n.pop():null}isPatternMissing(t){if(!t)return!1;if(!t.from||!t.to)return!0;const n=this.imageManager.getPattern(t.from.toString()),a=this.imageManager.getPattern(t.to.toString());return!n||!a}useProgram(t,n,a=!1,l=[]){this.cache=this.cache||{};const p=!!this.style.map.terrain,m=this.style.projection,_=a?ei.projectionMercator:m.shaderPreludeCode,v=a?Ki:m.shaderDefine,b=t+(n?n.cacheKey:"")+`/${a?cr:m.shaderVariantName}`+(this._showOverdrawInspector?"/overdraw":"")+(p?"/terrain":"")+(l?`/${l.join("/")}`:"");return this.cache[b]||(this.cache[b]=new fc(this.context,ei[t],n,Zu[t],this._showOverdrawInspector,p,_,v,l)),this.cache[b]}setCustomLayerDefaults(){this.context.unbindVAO(),this.context.cullFace.setDefault(),this.context.activeTexture.setDefault(),this.context.pixelStoreUnpack.setDefault(),this.context.pixelStoreUnpackPremultiplyAlpha.setDefault(),this.context.pixelStoreUnpackFlipY.setDefault()}setBaseState(){const t=this.context.gl;this.context.cullFace.set(!1),this.context.viewport.set([0,0,this.width,this.height]),this.context.blendEquation.set(t.FUNC_ADD)}initDebugOverlayCanvas(){this.debugOverlayCanvas==null&&(this.debugOverlayCanvas=document.createElement("canvas"),this.debugOverlayCanvas.width=512,this.debugOverlayCanvas.height=512,this.debugOverlayTexture=new c.T(this.context,this.debugOverlayCanvas,this.context.gl.RGBA))}destroy(){var t,n;if(this._tileTextures){for(const a in this._tileTextures){const l=this._tileTextures[a];if(l)for(const p of l)p.destroy()}this._tileTextures={}}if(this.tileExtentBuffer&&this.tileExtentBuffer.destroy(),this.debugBuffer&&this.debugBuffer.destroy(),this.rasterBoundsBuffer&&this.rasterBoundsBuffer.destroy(),this.rasterBoundsBufferPosOnly&&this.rasterBoundsBufferPosOnly.destroy(),this.viewportBuffer&&this.viewportBuffer.destroy(),this.tileBorderIndexBuffer&&this.tileBorderIndexBuffer.destroy(),this.quadTriangleIndexBuffer&&this.quadTriangleIndexBuffer.destroy(),this.tileExtentMesh&&((t=this.tileExtentMesh.vertexBuffer)===null||t===void 0||t.destroy()),this.tileExtentMesh&&((n=this.tileExtentMesh.indexBuffer)===null||n===void 0||n.destroy()),this.debugOverlayTexture&&this.debugOverlayTexture.destroy(),this.cache){for(const a in this.cache){const l=this.cache[a];l&&l.program&&this.context.gl.deleteProgram(l.program)}this.cache={}}this.context&&this.context.setDefault()}overLimit(){const{drawingBufferWidth:t,drawingBufferHeight:n}=this.context.gl;return this.width!==t||this.height!==n}}function _l(d,t){let n,a=!1,l=null,p=null;const m=()=>{l=null,a&&(d.apply(p,n),l=setTimeout(m,t),a=!1)};return(..._)=>(a=!0,p=this,n=_,l||m(),l)}class yl{constructor(t){this._getCurrentHash=()=>{const n=window.location.hash.replace("#","");if(this._hashName){let a;return n.split("&").map((l=>l.split("="))).forEach((l=>{l[0]===this._hashName&&(a=l)})),(a&&a[1]||"").split("/")}return n.split("/")},this._onHashChange=()=>{const n=this._getCurrentHash();if(!this._isValidHash(n))return!1;const a=this._map.dragRotate.isEnabled()&&this._map.touchZoomRotate.isEnabled()?+(n[3]||0):this._map.getBearing();return this._map.jumpTo({center:[+n[2],+n[1]],zoom:+n[0],bearing:a,pitch:+(n[4]||0)}),!0},this._updateHashUnthrottled=()=>{const n=window.location.href.replace(/(#.*)?$/,this.getHashString());window.history.replaceState(window.history.state,null,n)},this._removeHash=()=>{const n=this._getCurrentHash();if(n.length===0)return;const a=n.join("/");let l=a;l.split("&").length>0&&(l=l.split("&")[0]),this._hashName&&(l=`${this._hashName}=${a}`);let p=window.location.hash.replace(l,"");p.startsWith("#&")?p=p.slice(0,1)+p.slice(2):p==="#"&&(p="");let m=window.location.href.replace(/(#.+)?$/,p);m=m.replace("&&","&"),window.history.replaceState(window.history.state,null,m)},this._updateHash=_l(this._updateHashUnthrottled,300),this._hashName=t&&encodeURIComponent(t)}addTo(t){return this._map=t,addEventListener("hashchange",this._onHashChange,!1),this._map.on("moveend",this._updateHash),this}remove(){return removeEventListener("hashchange",this._onHashChange,!1),this._map.off("moveend",this._updateHash),clearTimeout(this._updateHash()),this._removeHash(),delete this._map,this}getHashString(t){const n=this._map.getCenter(),a=Math.round(100*this._map.getZoom())/100,l=Math.ceil((a*Math.LN2+Math.log(512/360/.5))/Math.LN10),p=Math.pow(10,l),m=Math.round(n.lng*p)/p,_=Math.round(n.lat*p)/p,v=this._map.getBearing(),b=this._map.getPitch();let T="";if(T+=t?`/${m}/${_}/${a}`:`${a}/${_}/${m}`,(v||b)&&(T+="/"+Math.round(10*v)/10),b&&(T+=`/${Math.round(b)}`),this._hashName){const C=this._hashName;let I=!1;const D=window.location.hash.slice(1).split("&").map((R=>{const N=R.split("=")[0];return N===C?(I=!0,`${N}=${T}`):R})).filter((R=>R));return I||D.push(`${C}=${T}`),`#${D.join("&")}`}return`#${T}`}_isValidHash(t){if(t.length<3||t.some(isNaN))return!1;try{new c.V(+t[2],+t[1])}catch{return!1}const n=+t[0],a=+(t[3]||0),l=+(t[4]||0);return n>=this._map.getMinZoom()&&n<=this._map.getMaxZoom()&&a>=-180&&a<=180&&l>=this._map.getMinPitch()&&l<=this._map.getMaxPitch()}}const pn={linearity:.3,easing:c.cw(0,0,.3,1)},qc=c.e({deceleration:2500,maxSpeed:1400},pn),xr=c.e({deceleration:20,maxSpeed:1400},pn),Ar=c.e({deceleration:1e3,maxSpeed:360},pn),$c=c.e({deceleration:1e3,maxSpeed:90},pn),Dr=c.e({deceleration:1e3,maxSpeed:360},pn);class th{constructor(t){this._map=t,this.clear()}clear(){this._inertiaBuffer=[]}record(t){this._drainInertiaBuffer(),this._inertiaBuffer.push({time:at(),settings:t})}_drainInertiaBuffer(){const t=this._inertiaBuffer,n=at();for(;t.length>0&&n-t[0].time>160;)t.shift()}_onMoveEnd(t){if(this._drainInertiaBuffer(),this._inertiaBuffer.length<2)return;const n={zoom:0,bearing:0,pitch:0,roll:0,pan:new c.P(0,0),pinchAround:void 0,around:void 0};for(const{settings:p}of this._inertiaBuffer)n.zoom+=p.zoomDelta||0,n.bearing+=p.bearingDelta||0,n.pitch+=p.pitchDelta||0,n.roll+=p.rollDelta||0,p.panDelta&&n.pan._add(p.panDelta),p.around&&(n.around=p.around),p.pinchAround&&(n.pinchAround=p.pinchAround);const a=this._inertiaBuffer[this._inertiaBuffer.length-1].time-this._inertiaBuffer[0].time,l={};if(n.pan.mag()){const p=ra(n.pan.mag(),a,c.e({},qc,t||{})),m=n.pan.mult(p.amount/n.pan.mag()),_=this._map.cameraHelper.handlePanInertia(m,this._map.transform);l.center=_.easingCenter,l.offset=_.easingOffset,ia(l,p)}if(n.zoom){const p=ra(n.zoom,a,xr);l.zoom=this._map.transform.zoom+p.amount,ia(l,p)}if(n.bearing){const p=ra(n.bearing,a,Ar);l.bearing=this._map.transform.bearing+c.an(p.amount,-179,179),ia(l,p)}if(n.pitch){const p=ra(n.pitch,a,$c);l.pitch=this._map.transform.pitch+p.amount,ia(l,p)}if(n.roll){const p=ra(n.roll,a,Dr);l.roll=this._map.transform.roll+c.an(p.amount,-179,179),ia(l,p)}if(l.zoom||l.bearing){const p=n.pinchAround===void 0?n.around:n.pinchAround;l.around=p?this._map.unproject(p):this._map.getCenter()}return this.clear(),c.e(l,{noMoveStart:!0})}}function ia(d,t){(!d.duration||d.duration<t.duration)&&(d.duration=t.duration,d.easing=t.easing)}function ra(d,t,n){const{maxSpeed:a,linearity:l,deceleration:p}=n,m=c.an(d*l/(t/1e3),-a,a),_=Math.abs(m)/(p*l);return{easing:n.easing,duration:1e3*_,amount:m*(_/2)}}class Mi extends c.l{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,a,l={}){a=a instanceof MouseEvent?a:new MouseEvent(t,a);const p=ie.mousePos(n.getCanvas(),a),m=n.unproject(p);super(t,c.e({point:p,lngLat:m,originalEvent:a},l)),this._defaultPrevented=!1,this.target=n}}class na extends c.l{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,a){const l=t==="touchend"?a.changedTouches:a.touches,p=ie.touchPos(n.getCanvasContainer(),l),m=p.map((v=>n.unproject(v))),_=p.reduce(((v,b,T,C)=>v.add(b.div(C.length))),new c.P(0,0));super(t,{points:p,point:_,lngLats:m,lngLat:n.unproject(_),originalEvent:a}),this._defaultPrevented=!1}}class Zc extends c.l{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,a){super(t,{originalEvent:a}),this._defaultPrevented=!1}}class ih{constructor(t,n){this._map=t,this._clickTolerance=n.clickTolerance}reset(){delete this._mousedownPos}wheel(t){return this._firePreventable(new Zc(t.type,this._map,t))}mousedown(t,n){return this._mousedownPos=n,this._firePreventable(new Mi(t.type,this._map,t))}mouseup(t){this._map.fire(new Mi(t.type,this._map,t))}click(t,n){this._mousedownPos&&this._mousedownPos.dist(n)>=this._clickTolerance||this._map.fire(new Mi(t.type,this._map,t))}dblclick(t){return this._firePreventable(new Mi(t.type,this._map,t))}mouseover(t){this._map.fire(new Mi(t.type,this._map,t))}mouseout(t){this._map.fire(new Mi(t.type,this._map,t))}touchstart(t){return this._firePreventable(new na(t.type,this._map,t))}touchmove(t){this._map.fire(new na(t.type,this._map,t))}touchend(t){this._map.fire(new na(t.type,this._map,t))}touchcancel(t){this._map.fire(new na(t.type,this._map,t))}_firePreventable(t){if(this._map.fire(t),t.defaultPrevented)return{}}isEnabled(){return!0}isActive(){return!1}enable(){}disable(){}}class rh{constructor(t){this._map=t}reset(){this._delayContextMenu=!1,this._ignoreContextMenu=!0,delete this._contextMenuEvent}mousemove(t){this._map.fire(new Mi(t.type,this._map,t))}mousedown(){this._delayContextMenu=!0,this._ignoreContextMenu=!1}mouseup(){this._delayContextMenu=!1,this._contextMenuEvent&&(this._map.fire(new Mi("contextmenu",this._map,this._contextMenuEvent)),delete this._contextMenuEvent)}contextmenu(t){this._delayContextMenu?this._contextMenuEvent=t:this._ignoreContextMenu||this._map.fire(new Mi(t.type,this._map,t)),this._map.listens("contextmenu")&&t.preventDefault()}isEnabled(){return!0}isActive(){return!1}enable(){}disable(){}}class vs{constructor(t){this._map=t}get transform(){return this._map._requestedCameraState||this._map.transform}get center(){return{lng:this.transform.center.lng,lat:this.transform.center.lat}}get zoom(){return this.transform.zoom}get pitch(){return this.transform.pitch}get bearing(){return this.transform.bearing}unproject(t){return this.transform.screenPointToLocation(c.P.convert(t),this._map.terrain)}}class xs{constructor(t,n){this._map=t,this._tr=new vs(t),this._el=t.getCanvasContainer(),this._container=t.getContainer(),this._clickTolerance=n.clickTolerance||1}isEnabled(){return!!this._enabled}isActive(){return!!this._active}enable(){this.isEnabled()||(this._enabled=!0)}disable(){this.isEnabled()&&(this._enabled=!1)}mousedown(t,n){this.isEnabled()&&t.shiftKey&&t.button===0&&(ie.disableDrag(),this._startPos=this._lastPos=n,this._active=!0)}mousemoveWindow(t,n){if(!this._active)return;const a=n;if(this._lastPos.equals(a)||!this._box&&a.dist(this._startPos)<this._clickTolerance)return;const l=this._startPos;this._lastPos=a,this._box||(this._box=ie.create("div","maplibregl-boxzoom",this._container),this._container.classList.add("maplibregl-crosshair"),this._fireEvent("boxzoomstart",t));const p=Math.min(l.x,a.x),m=Math.max(l.x,a.x),_=Math.min(l.y,a.y),v=Math.max(l.y,a.y);ie.setTransform(this._box,`translate(${p}px,${_}px)`),this._box.style.width=m-p+"px",this._box.style.height=v-_+"px"}mouseupWindow(t,n){if(!this._active||t.button!==0)return;const a=this._startPos,l=n;if(this.reset(),ie.suppressClick(),a.x!==l.x||a.y!==l.y)return this._map.fire(new c.l("boxzoomend",{originalEvent:t})),{cameraAnimation:p=>p.fitScreenCoordinates(a,l,this._tr.bearing,{linear:!0})};this._fireEvent("boxzoomcancel",t)}keydown(t){this._active&&t.keyCode===27&&(this.reset(),this._fireEvent("boxzoomcancel",t))}reset(){this._active=!1,this._container.classList.remove("maplibregl-crosshair"),this._box&&(ie.remove(this._box),this._box=null),ie.enableDrag(),delete this._startPos,delete this._lastPos}_fireEvent(t,n){return this._map.fire(new c.l(t,{originalEvent:n}))}}function zr(d,t){if(d.length!==t.length)throw new Error(`The number of touches and points are not equal - touches ${d.length}, points ${t.length}`);const n={};for(let a=0;a<d.length;a++)n[d[a].identifier]=t[a];return n}class je{constructor(t){this.reset(),this.numTouches=t.numTouches}reset(){delete this.centroid,delete this.startTime,delete this.touches,this.aborted=!1}touchstart(t,n,a){(this.centroid||a.length>this.numTouches)&&(this.aborted=!0),this.aborted||(this.startTime===void 0&&(this.startTime=t.timeStamp),a.length===this.numTouches&&(this.centroid=(function(l){const p=new c.P(0,0);for(const m of l)p._add(m);return p.div(l.length)})(n),this.touches=zr(a,n)))}touchmove(t,n,a){if(this.aborted||!this.centroid)return;const l=zr(a,n);for(const p in this.touches){const m=l[p];(!m||m.dist(this.touches[p])>30)&&(this.aborted=!0)}}touchend(t,n,a){if((!this.centroid||t.timeStamp-this.startTime>500)&&(this.aborted=!0),a.length===0){const l=!this.aborted&&this.centroid;if(this.reset(),l)return l}}}class to{constructor(t){this.singleTap=new je(t),this.numTaps=t.numTaps,this.reset()}reset(){this.lastTime=1/0,delete this.lastTap,this.count=0,this.singleTap.reset()}touchstart(t,n,a){this.singleTap.touchstart(t,n,a)}touchmove(t,n,a){this.singleTap.touchmove(t,n,a)}touchend(t,n,a){const l=this.singleTap.touchend(t,n,a);if(l){const p=t.timeStamp-this.lastTime<500,m=!this.lastTap||this.lastTap.dist(l)<30;if(p&&m||this.reset(),this.count++,this.lastTime=t.timeStamp,this.lastTap=l,this.count===this.numTaps)return this.reset(),l}}}class vl{constructor(t){this._tr=new vs(t),this._zoomIn=new to({numTouches:1,numTaps:2}),this._zoomOut=new to({numTouches:2,numTaps:1}),this.reset()}reset(){this._active=!1,this._zoomIn.reset(),this._zoomOut.reset()}touchstart(t,n,a){this._zoomIn.touchstart(t,n,a),this._zoomOut.touchstart(t,n,a)}touchmove(t,n,a){this._zoomIn.touchmove(t,n,a),this._zoomOut.touchmove(t,n,a)}touchend(t,n,a){const l=this._zoomIn.touchend(t,n,a),p=this._zoomOut.touchend(t,n,a),m=this._tr;return l?(this._active=!0,t.preventDefault(),setTimeout((()=>this.reset()),0),{cameraAnimation:_=>_.easeTo({duration:300,zoom:m.zoom+1,around:m.unproject(l)},{originalEvent:t})}):p?(this._active=!0,t.preventDefault(),setTimeout((()=>this.reset()),0),{cameraAnimation:_=>_.easeTo({duration:300,zoom:m.zoom-1,around:m.unproject(p)},{originalEvent:t})}):void 0}touchcancel(){this.reset()}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class bs{constructor(t){this._enabled=!!t.enable,this._moveStateManager=t.moveStateManager,this._clickTolerance=t.clickTolerance||1,this._moveFunction=t.move,this._activateOnStart=!!t.activateOnStart,t.assignEvents(this),this.reset()}reset(t){this._active=!1,this._moved=!1,delete this._lastPoint,this._moveStateManager.endMove(t)}_move(...t){const n=this._moveFunction(...t);if(n.bearingDelta||n.pitchDelta||n.rollDelta||n.around||n.panDelta)return this._active=!0,n}dragStart(t,n){this.isEnabled()&&!this._lastPoint&&this._moveStateManager.isValidStartEvent(t)&&(this._moveStateManager.startMove(t),this._lastPoint=Array.isArray(n)?n[0]:n,this._activateOnStart&&this._lastPoint&&(this._active=!0))}dragMove(t,n){if(!this.isEnabled())return;const a=this._lastPoint;if(!a)return;if(t.preventDefault(),!this._moveStateManager.isValidMoveEvent(t))return void this.reset(t);const l=Array.isArray(n)?n[0]:n;return!this._moved&&l.dist(a)<this._clickTolerance?void 0:(this._moved=!0,this._lastPoint=l,this._move(a,l))}dragEnd(t){this.isEnabled()&&this._lastPoint&&this._moveStateManager.isValidEndEvent(t)&&(this._moved&&ie.suppressClick(),this.reset(t))}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}getClickTolerance(){return this._clickTolerance}}const sa=0,aa=2,xl={[sa]:1,[aa]:2};class oa{constructor(t){this._correctEvent=t.checkCorrectEvent}startMove(t){const n=ie.mouseButton(t);this._eventButton=n}endMove(t){delete this._eventButton}isValidStartEvent(t){return this._correctEvent(t)}isValidMoveEvent(t){return!(function(n,a){const l=xl[a];return n.buttons===void 0||(n.buttons&l)!==l})(t,this._eventButton)}isValidEndEvent(t){return ie.mouseButton(t)===this._eventButton}}class bl{constructor(){this._firstTouch=void 0}_isOneFingerTouch(t){return t.targetTouches.length===1}_isSameTouchEvent(t){return t.targetTouches[0].identifier===this._firstTouch}startMove(t){this._firstTouch=t.targetTouches[0].identifier}endMove(t){delete this._firstTouch}isValidStartEvent(t){return this._isOneFingerTouch(t)}isValidMoveEvent(t){return this._isOneFingerTouch(t)&&this._isSameTouchEvent(t)}isValidEndEvent(t){return this._isOneFingerTouch(t)&&this._isSameTouchEvent(t)}}class Wc{constructor(t=new oa({checkCorrectEvent:()=>!0}),n=new bl){this.mouseMoveStateManager=t,this.oneFingerTouchMoveStateManager=n}_executeRelevantHandler(t,n,a){return t instanceof MouseEvent?n(t):typeof TouchEvent<"u"&&t instanceof TouchEvent?a(t):void 0}startMove(t){this._executeRelevantHandler(t,(n=>this.mouseMoveStateManager.startMove(n)),(n=>this.oneFingerTouchMoveStateManager.startMove(n)))}endMove(t){this._executeRelevantHandler(t,(n=>this.mouseMoveStateManager.endMove(n)),(n=>this.oneFingerTouchMoveStateManager.endMove(n)))}isValidStartEvent(t){return this._executeRelevantHandler(t,(n=>this.mouseMoveStateManager.isValidStartEvent(n)),(n=>this.oneFingerTouchMoveStateManager.isValidStartEvent(n)))}isValidMoveEvent(t){return this._executeRelevantHandler(t,(n=>this.mouseMoveStateManager.isValidMoveEvent(n)),(n=>this.oneFingerTouchMoveStateManager.isValidMoveEvent(n)))}isValidEndEvent(t){return this._executeRelevantHandler(t,(n=>this.mouseMoveStateManager.isValidEndEvent(n)),(n=>this.oneFingerTouchMoveStateManager.isValidEndEvent(n)))}}const ws=d=>{d.mousedown=d.dragStart,d.mousemoveWindow=d.dragMove,d.mouseup=d.dragEnd,d.contextmenu=t=>{t.preventDefault()}};class nh{constructor(t,n){this._clickTolerance=t.clickTolerance||1,this._map=n,this.reset()}reset(){this._active=!1,this._touches={},this._sum=new c.P(0,0)}_shouldBePrevented(t){return t<(this._map.cooperativeGestures.isEnabled()?2:1)}touchstart(t,n,a){return this._calculateTransform(t,n,a)}touchmove(t,n,a){if(this._active){if(!this._shouldBePrevented(a.length))return t.preventDefault(),this._calculateTransform(t,n,a);this._map.cooperativeGestures.notifyGestureBlocked("touch_pan",t)}}touchend(t,n,a){this._calculateTransform(t,n,a),this._active&&this._shouldBePrevented(a.length)&&this.reset()}touchcancel(){this.reset()}_calculateTransform(t,n,a){a.length>0&&(this._active=!0);const l=zr(a,n),p=new c.P(0,0),m=new c.P(0,0);let _=0;for(const b in l){const T=l[b],C=this._touches[b];C&&(p._add(T),m._add(T.sub(C)),_++,l[b]=T)}if(this._touches=l,this._shouldBePrevented(_)||!m.mag())return;const v=m.div(_);return this._sum._add(v),this._sum.mag()<this._clickTolerance?void 0:{around:p.div(_),panDelta:v}}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class io{constructor(){this.reset()}reset(){this._active=!1,delete this._firstTwoTouches}touchstart(t,n,a){this._firstTwoTouches||a.length<2||(this._firstTwoTouches=[a[0].identifier,a[1].identifier],this._start([n[0],n[1]]))}touchmove(t,n,a){if(!this._firstTwoTouches)return;t.preventDefault();const[l,p]=this._firstTwoTouches,m=ro(a,n,l),_=ro(a,n,p);if(!m||!_)return;const v=this._aroundCenter?null:m.add(_).div(2);return this._move([m,_],v,t)}touchend(t,n,a){if(!this._firstTwoTouches)return;const[l,p]=this._firstTwoTouches,m=ro(a,n,l),_=ro(a,n,p);m&&_||(this._active&&ie.suppressClick(),this.reset())}touchcancel(){this.reset()}enable(t){this._enabled=!0,this._aroundCenter=!!t&&t.around==="center"}disable(){this._enabled=!1,this.reset()}isEnabled(){return!!this._enabled}isActive(){return!!this._active}}function ro(d,t,n){for(let a=0;a<d.length;a++)if(d[a].identifier===n)return t[a]}function Hc(d,t){return Math.log(d/t)/Math.LN2}class wl extends io{reset(){super.reset(),delete this._distance,delete this._startDistance}_start(t){this._startDistance=this._distance=t[0].dist(t[1])}_move(t,n){const a=this._distance;if(this._distance=t[0].dist(t[1]),this._active||!(Math.abs(Hc(this._distance,this._startDistance))<.1))return this._active=!0,{zoomDelta:Hc(this._distance,a),pinchAround:n}}}function Xc(d,t){return 180*d.angleWith(t)/Math.PI}class Tl extends io{reset(){super.reset(),delete this._minDiameter,delete this._startVector,delete this._vector}_start(t){this._startVector=this._vector=t[0].sub(t[1]),this._minDiameter=t[0].dist(t[1])}_move(t,n,a){const l=this._vector;if(this._vector=t[0].sub(t[1]),this._active||!this._isBelowThreshold(this._vector))return this._active=!0,{bearingDelta:Xc(this._vector,l),pinchAround:n}}_isBelowThreshold(t){this._minDiameter=Math.min(this._minDiameter,t.mag());const n=25/(Math.PI*this._minDiameter)*360,a=Xc(t,this._startVector);return Math.abs(a)<n}}function Sl(d){return Math.abs(d.y)>Math.abs(d.x)}class Yc extends io{constructor(t){super(),this._currentTouchCount=0,this._map=t}reset(){super.reset(),this._valid=void 0,delete this._firstMove,delete this._lastPoints}touchstart(t,n,a){super.touchstart(t,n,a),this._currentTouchCount=a.length}_start(t){this._lastPoints=t,Sl(t[0].sub(t[1]))&&(this._valid=!1)}_move(t,n,a){if(this._map.cooperativeGestures.isEnabled()&&this._currentTouchCount<3)return;const l=t[0].sub(this._lastPoints[0]),p=t[1].sub(this._lastPoints[1]);return this._valid=this.gestureBeginsVertically(l,p,a.timeStamp),this._valid?(this._lastPoints=t,this._active=!0,{pitchDelta:(l.y+p.y)/2*-.5}):void 0}gestureBeginsVertically(t,n,a){if(this._valid!==void 0)return this._valid;const l=t.mag()>=2,p=n.mag()>=2;if(!l&&!p)return;if(!l||!p)return this._firstMove===void 0&&(this._firstMove=a),a-this._firstMove<100&&void 0;const m=t.y>0==n.y>0;return Sl(t)&&Sl(n)&&m}}const fn={panStep:100,bearingStep:15,pitchStep:10};class Ft{constructor(t){this._tr=new vs(t);const n=fn;this._panStep=n.panStep,this._bearingStep=n.bearingStep,this._pitchStep=n.pitchStep,this._rotationDisabled=!1}reset(){this._active=!1}keydown(t){if(t.altKey||t.ctrlKey||t.metaKey)return;let n=0,a=0,l=0,p=0,m=0;switch(t.keyCode){case 61:case 107:case 171:case 187:n=1;break;case 189:case 109:case 173:n=-1;break;case 37:t.shiftKey?a=-1:(t.preventDefault(),p=-1);break;case 39:t.shiftKey?a=1:(t.preventDefault(),p=1);break;case 38:t.shiftKey?l=1:(t.preventDefault(),m=-1);break;case 40:t.shiftKey?l=-1:(t.preventDefault(),m=1);break;default:return}return this._rotationDisabled&&(a=0,l=0),{cameraAnimation:_=>{const v=this._tr;_.easeTo({duration:300,easeId:"keyboardHandler",easing:sh,zoom:n?Math.round(v.zoom)+n*(t.shiftKey?2:1):v.zoom,bearing:v.bearing+a*this._bearingStep,pitch:v.pitch+l*this._pitchStep,offset:[-p*this._panStep,-m*this._panStep],center:v.center},{originalEvent:t})}}}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}disableRotation(){this._rotationDisabled=!0}enableRotation(){this._rotationDisabled=!1}}function sh(d){return d*(2-d)}const la=4.000244140625,no=1/450;class so{constructor(t,n){this._onTimeout=a=>{this._type="wheel",this._delta-=this._lastValue,this._active||this._start(a)},this._map=t,this._tr=new vs(t),this._triggerRenderFrame=n,this._delta=0,this._defaultZoomRate=.01,this._wheelZoomRate=no}setZoomRate(t){this._defaultZoomRate=t}setWheelZoomRate(t){this._wheelZoomRate=t}isEnabled(){return!!this._enabled}isActive(){return!!this._active||this._finishTimeout!==void 0}isZooming(){return!!this._zooming}enable(t){this.isEnabled()||(this._enabled=!0,this._aroundCenter=!!t&&t.around==="center")}disable(){this.isEnabled()&&(this._enabled=!1)}_shouldBePrevented(t){return!!this._map.cooperativeGestures.isEnabled()&&!(t.ctrlKey||this._map.cooperativeGestures.isBypassed(t))}wheel(t){if(!this.isEnabled())return;if(this._shouldBePrevented(t))return void this._map.cooperativeGestures.notifyGestureBlocked("wheel_zoom",t);let n=t.deltaMode===WheelEvent.DOM_DELTA_LINE?40*t.deltaY:t.deltaY;const a=at(),l=a-(this._lastWheelEventTime||0);this._lastWheelEventTime=a,n!==0&&n%la==0?this._type="wheel":n!==0&&Math.abs(n)<4?this._type="trackpad":l>400?(this._type=null,this._lastValue=n,this._timeout=setTimeout(this._onTimeout,40,t)):this._type||(this._type=Math.abs(l*n)<200?"trackpad":"wheel",this._timeout&&(clearTimeout(this._timeout),this._timeout=null,n+=this._lastValue)),t.shiftKey&&n&&(n/=4),this._type&&(this._lastWheelEvent=t,this._delta-=n,this._active||this._start(t)),t.preventDefault()}_start(t){if(!this._delta)return;this._frameId&&(this._frameId=null),this._active=!0,this.isZooming()||(this._zooming=!0),this._finishTimeout&&(clearTimeout(this._finishTimeout),delete this._finishTimeout);const n=ie.mousePos(this._map.getCanvas(),t),a=this._tr;this._aroundPoint=this._aroundCenter?a.transform.locationToScreenPoint(c.V.convert(a.center)):n,this._frameId||(this._frameId=!0,this._triggerRenderFrame())}renderFrame(){if(!this._frameId||(this._frameId=null,!this.isActive()))return;const t=this._tr.transform;if(typeof this._lastExpectedZoom=="number"){const _=t.zoom-this._lastExpectedZoom;typeof this._startZoom=="number"&&(this._startZoom+=_),typeof this._targetZoom=="number"&&(this._targetZoom+=_)}if(this._delta!==0){const _=this._type==="wheel"&&Math.abs(this._delta)>la?this._wheelZoomRate:this._defaultZoomRate;let v=2/(1+Math.exp(-Math.abs(this._delta*_)));this._delta<0&&v!==0&&(v=1/v);const b=typeof this._targetZoom!="number"?t.scale:c.aq(this._targetZoom);this._targetZoom=t.applyConstrain(t.getCameraLngLat(),c.at(b*v)).zoom,this._type==="wheel"&&(this._startZoom=t.zoom,this._easing=this._smoothOutEasing(200)),this._delta=0}const n=typeof this._targetZoom!="number"?t.zoom:this._targetZoom,a=this._startZoom,l=this._easing;let p,m=!1;if(this._type==="wheel"&&a&&l){const _=at()-this._lastWheelEventTime,v=Math.min((_+5)/200,1),b=l(v);p=c.G.number(a,n,b),v<1?this._frameId||(this._frameId=!0):m=!0}else p=n,m=!0;return this._active=!0,m&&(this._active=!1,this._finishTimeout=setTimeout((()=>{this._zooming=!1,this._triggerRenderFrame(),delete this._targetZoom,delete this._lastExpectedZoom,delete this._finishTimeout}),200)),this._lastExpectedZoom=p,{noInertia:!0,needsRenderFrame:!m,zoomDelta:p-t.zoom,around:this._aroundPoint,originalEvent:this._lastWheelEvent}}_smoothOutEasing(t){let n=c.cy;if(this._prevEase){const a=this._prevEase,l=(at()-a.start)/a.duration,p=a.easing(l+.01)-a.easing(l),m=.27/Math.sqrt(p*p+1e-4)*.01,_=Math.sqrt(.0729-m*m);n=c.cw(m,_,.25,1)}return this._prevEase={start:at(),duration:t,easing:n},n}reset(){this._active=!1,this._zooming=!1,delete this._targetZoom,delete this._lastExpectedZoom,this._finishTimeout&&(clearTimeout(this._finishTimeout),delete this._finishTimeout)}}class Pl{constructor(t,n){this._clickZoom=t,this._tapZoom=n}enable(){this._clickZoom.enable(),this._tapZoom.enable()}disable(){this._clickZoom.disable(),this._tapZoom.disable()}isEnabled(){return this._clickZoom.isEnabled()&&this._tapZoom.isEnabled()}isActive(){return this._clickZoom.isActive()||this._tapZoom.isActive()}}class Kc{constructor(t){this._tr=new vs(t),this.reset()}reset(){this._active=!1}dblclick(t,n){return t.preventDefault(),{cameraAnimation:a=>{a.easeTo({duration:300,zoom:this._tr.zoom+(t.shiftKey?-1:1),around:this._tr.unproject(n)},{originalEvent:t})}}}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class Jc{constructor(){this._tap=new to({numTouches:1,numTaps:1}),this.reset()}reset(){this._active=!1,delete this._swipePoint,delete this._swipeTouch,delete this._tapTime,delete this._tapPoint,this._tap.reset()}touchstart(t,n,a){if(!this._swipePoint)if(this._tapTime){const l=n[0],p=t.timeStamp-this._tapTime<500,m=this._tapPoint.dist(l)<30;p&&m?a.length>0&&(this._swipePoint=l,this._swipeTouch=a[0].identifier):this.reset()}else this._tap.touchstart(t,n,a)}touchmove(t,n,a){if(this._tapTime){if(this._swipePoint){if(a[0].identifier!==this._swipeTouch)return;const l=n[0],p=l.y-this._swipePoint.y;return this._swipePoint=l,t.preventDefault(),this._active=!0,{zoomDelta:p/128}}}else this._tap.touchmove(t,n,a)}touchend(t,n,a){if(this._tapTime)this._swipePoint&&a.length===0&&this.reset();else{const l=this._tap.touchend(t,n,a);l&&(this._tapTime=t.timeStamp,this._tapPoint=l)}}touchcancel(){this.reset()}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class Qc{constructor(t,n,a){this._el=t,this._mousePan=n,this._touchPan=a}enable(t){this._inertiaOptions=t||{},this._mousePan.enable(),this._touchPan.enable(),this._el.classList.add("maplibregl-touch-drag-pan")}disable(){this._mousePan.disable(),this._touchPan.disable(),this._el.classList.remove("maplibregl-touch-drag-pan")}isEnabled(){return this._mousePan.isEnabled()&&this._touchPan.isEnabled()}isActive(){return this._mousePan.isActive()||this._touchPan.isActive()}}class kr{constructor(t,n,a,l){this._pitchWithRotate=t.pitchWithRotate,this._rollEnabled=t.rollEnabled,this._mouseRotate=n,this._mousePitch=a,this._mouseRoll=l}enable(){this._mouseRotate.enable(),this._pitchWithRotate&&this._mousePitch.enable(),this._rollEnabled&&this._mouseRoll.enable()}disable(){this._mouseRotate.disable(),this._mousePitch.disable(),this._mouseRoll.disable()}isEnabled(){return this._mouseRotate.isEnabled()&&(!this._pitchWithRotate||this._mousePitch.isEnabled())&&(!this._rollEnabled||this._mouseRoll.isEnabled())}isActive(){return this._mouseRotate.isActive()||this._mousePitch.isActive()||this._mouseRoll.isActive()}}class ca{constructor(t,n,a,l){this._el=t,this._touchZoom=n,this._touchRotate=a,this._tapDragZoom=l,this._rotationDisabled=!1,this._enabled=!0}enable(t){this._touchZoom.enable(t),this._rotationDisabled||this._touchRotate.enable(t),this._tapDragZoom.enable(),this._el.classList.add("maplibregl-touch-zoom-rotate")}disable(){this._touchZoom.disable(),this._touchRotate.disable(),this._tapDragZoom.disable(),this._el.classList.remove("maplibregl-touch-zoom-rotate")}isEnabled(){return this._touchZoom.isEnabled()&&(this._rotationDisabled||this._touchRotate.isEnabled())&&this._tapDragZoom.isEnabled()}isActive(){return this._touchZoom.isActive()||this._touchRotate.isActive()||this._tapDragZoom.isActive()}disableRotation(){this._rotationDisabled=!0,this._touchRotate.disable()}enableRotation(){this._rotationDisabled=!1,this._touchZoom.isEnabled()&&this._touchRotate.enable()}}class $e{constructor(t,n){this._bypassKey=navigator.userAgent.indexOf("Mac")!==-1?"metaKey":"ctrlKey",this._map=t,this._options=n,this._enabled=!1}isActive(){return!1}reset(){}_setupUI(){if(this._container)return;const t=this._map.getCanvasContainer();t.classList.add("maplibregl-cooperative-gestures"),this._container=ie.create("div","maplibregl-cooperative-gesture-screen",t);let n=this._map._getUIString("CooperativeGesturesHandler.WindowsHelpText");this._bypassKey==="metaKey"&&(n=this._map._getUIString("CooperativeGesturesHandler.MacHelpText"));const a=this._map._getUIString("CooperativeGesturesHandler.MobileHelpText"),l=document.createElement("div");l.className="maplibregl-desktop-message",l.textContent=n,this._container.appendChild(l);const p=document.createElement("div");p.className="maplibregl-mobile-message",p.textContent=a,this._container.appendChild(p),this._container.setAttribute("aria-hidden","true")}_destroyUI(){this._container&&(ie.remove(this._container),this._map.getCanvasContainer().classList.remove("maplibregl-cooperative-gestures")),delete this._container}enable(){this._setupUI(),this._enabled=!0}disable(){this._enabled=!1,this._destroyUI()}isEnabled(){return this._enabled}isBypassed(t){return t[this._bypassKey]}notifyGestureBlocked(t,n){this._enabled&&(this._map.fire(new c.l("cooperativegestureprevented",{gestureType:t,originalEvent:n})),this._container.classList.add("maplibregl-show"),setTimeout((()=>{this._container.classList.remove("maplibregl-show")}),100))}}const Ke=d=>d.zoom||d.drag||d.roll||d.pitch||d.rotate;class ua extends c.l{}function ao(d){return d.panDelta&&d.panDelta.mag()||d.zoomDelta||d.bearingDelta||d.pitchDelta||d.rollDelta}class oo{constructor(t,n){this.handleWindowEvent=l=>{this.handleEvent(l,`${l.type}Window`)},this.handleEvent=(l,p)=>{if(l.type==="blur")return void this.stop(!0);this._updatingCamera=!0;const m=l.type==="renderFrame"?void 0:l,_={needsRenderFrame:!1},v={},b={};for(const{handlerName:I,handler:D,allowed:R}of this._handlers){if(!D.isEnabled())continue;let N;if(this._blockedByActive(b,R,I))D.reset();else if(D[p||l.type]){if(c.cz(l,p||l.type)){const U=ie.mousePos(this._map.getCanvas(),l);N=D[p||l.type](l,U)}else if(c.cA(l,p||l.type)){const U=this._getMapTouches(l.touches),j=ie.touchPos(this._map.getCanvas(),U);N=D[p||l.type](l,j,U)}else c.cB(p||l.type)||(N=D[p||l.type](l));this.mergeHandlerResult(_,v,N,I,m),N&&N.needsRenderFrame&&this._triggerRenderFrame()}(N||D.isActive())&&(b[I]=D)}const T={};for(const I in this._previousActiveHandlers)b[I]||(T[I]=m);this._previousActiveHandlers=b,(Object.keys(T).length||ao(_))&&(this._changes.push([_,v,T]),this._triggerRenderFrame()),(Object.keys(b).length||ao(_))&&this._map._stop(!0),this._updatingCamera=!1;const{cameraAnimation:C}=_;C&&(this._inertia.clear(),this._fireEvents({},{},!0),this._changes=[],C(this._map))},this._map=t,this._el=this._map.getCanvasContainer(),this._handlers=[],this._handlersById={},this._changes=[],this._inertia=new th(t),this._bearingSnap=n.bearingSnap,this._previousActiveHandlers={},this._eventsInProgress={},this._addDefaultHandlers(n);const a=this._el;this._listeners=[[a,"touchstart",{passive:!0}],[a,"touchmove",{passive:!1}],[a,"touchend",void 0],[a,"touchcancel",void 0],[a,"mousedown",void 0],[a,"mousemove",void 0],[a,"mouseup",void 0],[document,"mousemove",{capture:!0}],[document,"mouseup",void 0],[a,"mouseover",void 0],[a,"mouseout",void 0],[a,"dblclick",void 0],[a,"click",void 0],[a,"keydown",{capture:!1}],[a,"keyup",void 0],[a,"wheel",{passive:!1}],[a,"contextmenu",void 0],[window,"blur",void 0]];for(const[l,p,m]of this._listeners)ie.addEventListener(l,p,l===document?this.handleWindowEvent:this.handleEvent,m)}destroy(){for(const[t,n,a]of this._listeners)ie.removeEventListener(t,n,t===document?this.handleWindowEvent:this.handleEvent,a)}_addDefaultHandlers(t){const n=this._map,a=n.getCanvasContainer();this._add("mapEvent",new ih(n,t));const l=n.boxZoom=new xs(n,t);this._add("boxZoom",l),t.interactive&&t.boxZoom&&l.enable();const p=n.cooperativeGestures=new $e(n,t.cooperativeGestures);this._add("cooperativeGestures",p),t.cooperativeGestures&&p.enable();const m=new vl(n),_=new Kc(n);n.doubleClickZoom=new Pl(_,m),this._add("tapZoom",m),this._add("clickZoom",_),t.interactive&&t.doubleClickZoom&&n.doubleClickZoom.enable();const v=new Jc;this._add("tapDragZoom",v);const b=n.touchPitch=new Yc(n);this._add("touchPitch",b),t.interactive&&t.touchPitch&&n.touchPitch.enable(t.touchPitch);const T=()=>n.project(n.getCenter()),C=(function({enable:G,clickTolerance:H,aroundCenter:J=!0,minPixelCenterThreshold:W=100,rotateDegreesPerPixelMoved:te=.8},pe){const oe=new oa({checkCorrectEvent:ce=>ie.mouseButton(ce)===0&&ce.ctrlKey||ie.mouseButton(ce)===2&&!ce.ctrlKey});return new bs({clickTolerance:H,move:(ce,ue)=>{const Ce=pe();if(J&&Math.abs(Ce.y-ce.y)>W)return{bearingDelta:c.cx(new c.P(ce.x,ue.y),ue,Ce)};let Ee=(ue.x-ce.x)*te;return J&&ue.y<Ce.y&&(Ee=-Ee),{bearingDelta:Ee}},moveStateManager:oe,enable:G,assignEvents:ws})})(t,T),I=(function({enable:G,clickTolerance:H,pitchDegreesPerPixelMoved:J=-.5}){const W=new oa({checkCorrectEvent:te=>ie.mouseButton(te)===0&&te.ctrlKey||ie.mouseButton(te)===2});return new bs({clickTolerance:H,move:(te,pe)=>({pitchDelta:(pe.y-te.y)*J}),moveStateManager:W,enable:G,assignEvents:ws})})(t),D=(function({enable:G,clickTolerance:H,rollDegreesPerPixelMoved:J=.3},W){const te=new oa({checkCorrectEvent:pe=>ie.mouseButton(pe)===2&&pe.ctrlKey});return new bs({clickTolerance:H,move:(pe,oe)=>{const ce=W();let ue=(oe.x-pe.x)*J;return oe.y<ce.y&&(ue=-ue),{rollDelta:ue}},moveStateManager:te,enable:G,assignEvents:ws})})(t,T);n.dragRotate=new kr(t,C,I,D),this._add("mouseRotate",C,["mousePitch"]),this._add("mousePitch",I,["mouseRotate","mouseRoll"]),this._add("mouseRoll",D,["mousePitch"]),t.interactive&&t.dragRotate&&n.dragRotate.enable();const R=(function({enable:G,clickTolerance:H}){const J=new oa({checkCorrectEvent:W=>ie.mouseButton(W)===0&&!W.ctrlKey});return new bs({clickTolerance:H,move:(W,te)=>({around:te,panDelta:te.sub(W)}),activateOnStart:!0,moveStateManager:J,enable:G,assignEvents:ws})})(t),N=new nh(t,n);n.dragPan=new Qc(a,R,N),this._add("mousePan",R),this._add("touchPan",N,["touchZoom","touchRotate"]),t.interactive&&t.dragPan&&n.dragPan.enable(t.dragPan);const U=new Tl,j=new wl;n.touchZoomRotate=new ca(a,j,U,v),this._add("touchRotate",U,["touchPan","touchZoom"]),this._add("touchZoom",j,["touchPan","touchRotate"]),t.interactive&&t.touchZoomRotate&&n.touchZoomRotate.enable(t.touchZoomRotate),this._add("blockableMapEvent",new rh(n));const $=n.scrollZoom=new so(n,(()=>this._triggerRenderFrame()));this._add("scrollZoom",$,["mousePan"]),t.interactive&&t.scrollZoom&&n.scrollZoom.enable(t.scrollZoom);const Y=n.keyboard=new Ft(n);this._add("keyboard",Y),t.interactive&&t.keyboard&&n.keyboard.enable()}_add(t,n,a){this._handlers.push({handlerName:t,handler:n,allowed:a}),this._handlersById[t]=n}stop(t){if(!this._updatingCamera){for(const{handler:n}of this._handlers)n.reset();this._inertia.clear(),this._fireEvents({},{},t),this._changes=[]}}isActive(){for(const{handler:t}of this._handlers)if(t.isActive())return!0;return!1}isZooming(){return!!this._eventsInProgress.zoom||this._map.scrollZoom.isZooming()}isRotating(){return!!this._eventsInProgress.rotate}isMoving(){return!!Ke(this._eventsInProgress)||this.isZooming()}_blockedByActive(t,n,a){for(const l in t)if(l!==a&&(!n||n.indexOf(l)<0))return!0;return!1}_getMapTouches(t){const n=[];for(const a of t)this._el.contains(a.target)&&n.push(a);return n}mergeHandlerResult(t,n,a,l,p){if(!a)return;c.e(t,a);const m={handlerName:l,originalEvent:a.originalEvent||p};a.zoomDelta!==void 0&&(n.zoom=m),a.panDelta!==void 0&&(n.drag=m),a.rollDelta!==void 0&&(n.roll=m),a.pitchDelta!==void 0&&(n.pitch=m),a.bearingDelta!==void 0&&(n.rotate=m)}_applyChanges(){const t={},n={},a={};for(const[l,p,m]of this._changes)l.panDelta&&(t.panDelta=(t.panDelta||new c.P(0,0))._add(l.panDelta)),l.zoomDelta&&(t.zoomDelta=(t.zoomDelta||0)+l.zoomDelta),l.bearingDelta&&(t.bearingDelta=(t.bearingDelta||0)+l.bearingDelta),l.pitchDelta&&(t.pitchDelta=(t.pitchDelta||0)+l.pitchDelta),l.rollDelta&&(t.rollDelta=(t.rollDelta||0)+l.rollDelta),l.around!==void 0&&(t.around=l.around),l.pinchAround!==void 0&&(t.pinchAround=l.pinchAround),l.noInertia&&(t.noInertia=l.noInertia),c.e(n,p),c.e(a,m);this._updateMapTransform(t,n,a),this._changes=[]}_updateMapTransform(t,n,a){const l=this._map,p=l._getTransformForUpdate(),m=l.terrain;if(!(ao(t)||m&&this._terrainMovement))return this._fireEvents(n,a,!0);l._stop(!0);let{panDelta:_,zoomDelta:v,bearingDelta:b,pitchDelta:T,rollDelta:C,around:I,pinchAround:D}=t;D!==void 0&&(I=D),I=I||l.transform.centerPoint,m&&!p.isPointOnMapSurface(I)&&(I=p.centerPoint);const R={panDelta:_,zoomDelta:v,rollDelta:C,pitchDelta:T,bearingDelta:b,around:I};this._map.cameraHelper.useGlobeControls&&!p.isPointOnMapSurface(I)&&(I=p.centerPoint);const N=I.distSqr(p.centerPoint)<.01?p.center:p.screenPointToLocation(_?I.sub(_):I);this._handleMapControls({terrain:m,tr:p,deltasForHelper:R,preZoomAroundLoc:N,combinedEventsInProgress:n,panDelta:_}),l._applyUpdatedTransform(p),this._map._update(),t.noInertia||this._inertia.record(t),this._fireEvents(n,a,!0)}_handleMapControls({terrain:t,tr:n,deltasForHelper:a,preZoomAroundLoc:l,combinedEventsInProgress:p,panDelta:m}){const _=this._map.cameraHelper;if(_.handleMapControlsRollPitchBearingZoom(a,n),t)return _.useGlobeControls?(this._terrainMovement||!p.drag&&!p.zoom||(this._terrainMovement=!0,this._map._elevationFreeze=!0),void _.handleMapControlsPan(a,n,l)):this._terrainMovement||!p.drag&&!p.zoom?void(p.drag&&this._terrainMovement&&m?n.setCenter(n.screenPointToLocation(n.centerPoint.sub(m))):_.handleMapControlsPan(a,n,l)):(this._terrainMovement=!0,this._map._elevationFreeze=!0,void _.handleMapControlsPan(a,n,l));_.handleMapControlsPan(a,n,l)}_fireEvents(t,n,a){const l=Ke(this._eventsInProgress),p=Ke(t),m={};for(const C in t){const{originalEvent:I}=t[C];this._eventsInProgress[C]||(m[`${C}start`]=I),this._eventsInProgress[C]=t[C]}!l&&p&&this._fireEvent("movestart",p.originalEvent);for(const C in m)this._fireEvent(C,m[C]);p&&this._fireEvent("move",p.originalEvent);for(const C in t){const{originalEvent:I}=t[C];this._fireEvent(C,I)}const _={};let v;for(const C in this._eventsInProgress){const{handlerName:I,originalEvent:D}=this._eventsInProgress[C];this._handlersById[I].isActive()||(delete this._eventsInProgress[C],v=n[I]||D,_[`${C}end`]=v)}for(const C in _)this._fireEvent(C,_[C]);const b=Ke(this._eventsInProgress),T=(l||p)&&!b;if(T&&this._terrainMovement){this._map._elevationFreeze=!1,this._terrainMovement=!1;const C=this._map._getTransformForUpdate();this._map.getCenterClampedToGround()&&C.recalculateZoomAndCenter(this._map.terrain),this._map._applyUpdatedTransform(C)}if(a&&T){this._updatingCamera=!0;const C=this._inertia._onMoveEnd(this._map.dragPan._inertiaOptions),I=D=>D!==0&&-this._bearingSnap<D&&D<this._bearingSnap;!C||!C.essential&&Xe.prefersReducedMotion?(this._map.fire(new c.l("moveend",{originalEvent:v})),I(this._map.getBearing())&&this._map.resetNorth()):(I(C.bearing||this._map.getBearing())&&(C.bearing=0),C.freezeElevation=!0,this._map.easeTo(C,{originalEvent:v})),this._updatingCamera=!1}}_fireEvent(t,n){this._map.fire(new c.l(t,n?{originalEvent:n}:{}))}_requestFrame(){return this._map.triggerRepaint(),this._map._renderTaskQueue.add((t=>{delete this._frameId,this.handleEvent(new ua("renderFrame",{timeStamp:t})),this._applyChanges()}))}_triggerRenderFrame(){this._frameId===void 0&&(this._frameId=this._requestFrame())}}class er extends c.E{constructor(t,n,a){super(),this._renderFrameCallback=()=>{const l=Math.min((at()-this._easeStart)/this._easeOptions.duration,1);this._onEaseFrame(this._easeOptions.easing(l)),l<1&&this._easeFrameId?this._easeFrameId=this._requestRenderFrame(this._renderFrameCallback):this.stop()},this._moving=!1,this._zooming=!1,this.transform=t,this._bearingSnap=a.bearingSnap,this.cameraHelper=n,this.on("moveend",(()=>{delete this._requestedCameraState}))}migrateProjection(t,n){t.apply(this.transform),this.transform=t,this.cameraHelper=n}getCenter(){return new c.V(this.transform.center.lng,this.transform.center.lat)}setCenter(t,n){return this.jumpTo({center:t},n)}getCenterElevation(){return this.transform.elevation}setCenterElevation(t,n){return this.jumpTo({elevation:t},n),this}getCenterClampedToGround(){return this._centerClampedToGround}setCenterClampedToGround(t){this._centerClampedToGround=t}panBy(t,n,a){return t=c.P.convert(t).mult(-1),this.panTo(this.transform.center,c.e({offset:t},n),a)}panTo(t,n,a){return this.easeTo(c.e({center:t},n),a)}getZoom(){return this.transform.zoom}setZoom(t,n){return this.jumpTo({zoom:t},n),this}zoomTo(t,n,a){return this.easeTo(c.e({zoom:t},n),a)}zoomIn(t,n){return this.zoomTo(this.getZoom()+1,t,n),this}zoomOut(t,n){return this.zoomTo(this.getZoom()-1,t,n),this}getVerticalFieldOfView(){return this.transform.fov}setVerticalFieldOfView(t,n){return t!=this.transform.fov&&(this.transform.setFov(t),this.fire(new c.l("movestart",n)).fire(new c.l("move",n)).fire(new c.l("moveend",n))),this}getBearing(){return this.transform.bearing}setBearing(t,n){return this.jumpTo({bearing:t},n),this}getPadding(){return this.transform.padding}setPadding(t,n){return this.jumpTo({padding:t},n),this}rotateTo(t,n,a){return this.easeTo(c.e({bearing:t},n),a)}resetNorth(t,n){return this.rotateTo(0,c.e({duration:1e3},t),n),this}resetNorthPitch(t,n){return this.easeTo(c.e({bearing:0,pitch:0,roll:0,duration:1e3},t),n),this}snapToNorth(t,n){return Math.abs(this.getBearing())<this._bearingSnap?this.resetNorth(t,n):this}getPitch(){return this.transform.pitch}setPitch(t,n){return this.jumpTo({pitch:t},n),this}getRoll(){return this.transform.roll}setRoll(t,n){return this.jumpTo({roll:t},n),this}cameraForBounds(t,n){t=ri.convert(t).adjustAntiMeridian();const a=n&&n.bearing||0;return this._cameraForBoxAndBearing(t.getNorthWest(),t.getSouthEast(),a,n)}_cameraForBoxAndBearing(t,n,a,l){const p={top:0,bottom:0,right:0,left:0};if(typeof(l=c.e({padding:p,offset:[0,0],maxZoom:this.transform.maxZoom},l)).padding=="number"){const b=l.padding;l.padding={top:b,bottom:b,right:b,left:b}}const m=c.e(p,l.padding);l.padding=m;const _=this.transform,v=new ri(t,n);return this.cameraHelper.cameraForBoxAndBearing(l,m,v,a,_)}fitBounds(t,n,a){return this._fitInternal(this.cameraForBounds(t,n),n,a)}fitScreenCoordinates(t,n,a,l,p){return this._fitInternal(this._cameraForBoxAndBearing(this.transform.screenPointToLocation(c.P.convert(t)),this.transform.screenPointToLocation(c.P.convert(n)),a,l),l,p)}_fitInternal(t,n,a){return t?(delete(n=c.e(t,n)).padding,n.linear?this.easeTo(n,a):this.flyTo(n,a)):this}jumpTo(t,n){this.stop();const a=this._getTransformForUpdate();let l=!1,p=!1,m=!1;const _=a.zoom;this.cameraHelper.handleJumpToCenterZoom(a,t);const v=a.zoom!==_;return"elevation"in t&&a.elevation!==+t.elevation&&a.setElevation(+t.elevation),"bearing"in t&&a.bearing!==+t.bearing&&(l=!0,a.setBearing(+t.bearing)),"pitch"in t&&a.pitch!==+t.pitch&&(p=!0,a.setPitch(+t.pitch)),"roll"in t&&a.roll!==+t.roll&&(m=!0,a.setRoll(+t.roll)),t.padding==null||a.isPaddingEqual(t.padding)||a.setPadding(t.padding),this._applyUpdatedTransform(a),this.fire(new c.l("movestart",n)).fire(new c.l("move",n)),v&&this.fire(new c.l("zoomstart",n)).fire(new c.l("zoom",n)).fire(new c.l("zoomend",n)),l&&this.fire(new c.l("rotatestart",n)).fire(new c.l("rotate",n)).fire(new c.l("rotateend",n)),p&&this.fire(new c.l("pitchstart",n)).fire(new c.l("pitch",n)).fire(new c.l("pitchend",n)),m&&this.fire(new c.l("rollstart",n)).fire(new c.l("roll",n)).fire(new c.l("rollend",n)),this.fire(new c.l("moveend",n))}calculateCameraOptionsFromTo(t,n,a,l=0){const p=c.a9.fromLngLat(t,n),m=c.a9.fromLngLat(a,l),_=m.x-p.x,v=m.y-p.y,b=m.z-p.z,T=Math.hypot(_,v,b);if(T===0)throw new Error("Can't calculate camera options with same From and To");const C=Math.hypot(_,v),I=c.at(this.transform.cameraToCenterDistance/T/this.transform.tileSize),D=180*Math.atan2(_,-v)/Math.PI;let R=180*Math.acos(C/T)/Math.PI;return R=b<0?90-R:90+R,{center:m.toLngLat(),elevation:l,zoom:I,pitch:R,bearing:D}}calculateCameraOptionsFromCameraLngLatAltRotation(t,n,a,l,p){const m=this.transform.calculateCenterFromCameraLngLatAlt(t,n,a,l);return{center:m.center,elevation:m.elevation,zoom:m.zoom,bearing:a,pitch:l,roll:p}}easeTo(t,n){this._stop(!1,t.easeId),((t=c.e({offset:[0,0],duration:500,easing:c.cy},t)).animate===!1||!t.essential&&Xe.prefersReducedMotion)&&(t.duration=0);const a=this._getTransformForUpdate(),l=this.getBearing(),p=a.pitch,m=a.roll,_="bearing"in t?this._normalizeBearing(t.bearing,l):l,v="pitch"in t?+t.pitch:p,b="roll"in t?this._normalizeBearing(t.roll,m):m,T="padding"in t?t.padding:a.padding,C=c.P.convert(t.offset);let I,D;t.around&&(I=c.V.convert(t.around),D=a.locationToScreenPoint(I));const R={moving:this._moving,zooming:this._zooming,rotating:this._rotating,pitching:this._pitching,rolling:this._rolling},N=this.cameraHelper.handleEaseTo(a,{bearing:_,pitch:v,roll:b,padding:T,around:I,aroundPoint:D,offsetAsPoint:C,offset:t.offset,zoom:t.zoom,center:t.center});return this._rotating=this._rotating||l!==_,this._pitching=this._pitching||v!==p,this._rolling=this._rolling||b!==m,this._padding=!a.isPaddingEqual(T),this._zooming=this._zooming||N.isZooming,this._easeId=t.easeId,this._prepareEase(n,t.noMoveStart,R),this.terrain&&this._prepareElevation(N.elevationCenter),this._ease((U=>{N.easeFunc(U),this.terrain&&!t.freezeElevation&&this._updateElevation(U),this._applyUpdatedTransform(a),this._fireMoveEvents(n)}),(U=>{this.terrain&&t.freezeElevation&&this._finalizeElevation(),this._afterEase(n,U)}),t),this}_prepareEase(t,n,a={}){this._moving=!0,n||a.moving||this.fire(new c.l("movestart",t)),this._zooming&&!a.zooming&&this.fire(new c.l("zoomstart",t)),this._rotating&&!a.rotating&&this.fire(new c.l("rotatestart",t)),this._pitching&&!a.pitching&&this.fire(new c.l("pitchstart",t)),this._rolling&&!a.rolling&&this.fire(new c.l("rollstart",t))}_prepareElevation(t){this._elevationCenter=t,this._elevationStart=this.transform.elevation,this._elevationTarget=this.terrain.getElevationForLngLatZoom(t,this.transform.tileZoom),this._elevationFreeze=!0}_updateElevation(t){this._elevationStart!==void 0&&this._elevationCenter!==void 0||this._prepareElevation(this.transform.center),this.transform.setMinElevationForCurrentTile(this.terrain.getMinTileElevationForLngLatZoom(this._elevationCenter,this.transform.tileZoom));const n=this.terrain.getElevationForLngLatZoom(this._elevationCenter,this.transform.tileZoom);if(t<1&&n!==this._elevationTarget){const a=this._elevationTarget-this._elevationStart;this._elevationStart+=t*(a-(n-(a*t+this._elevationStart))/(1-t)),this._elevationTarget=n}this.transform.setElevation(c.G.number(this._elevationStart,this._elevationTarget,t))}_finalizeElevation(){this._elevationFreeze=!1,this.getCenterClampedToGround()&&this.transform.recalculateZoomAndCenter(this.terrain)}_getTransformForUpdate(){return this.transformCameraUpdate||this.terrain?(this._requestedCameraState||(this._requestedCameraState=this.transform.clone()),this._requestedCameraState):this.transform}_elevateCameraIfInsideTerrain(t){if(!this.terrain&&t.elevation>=0&&t.pitch<=90)return{};const n=t.getCameraLngLat(),a=t.getCameraAltitude(),l=this.terrain?this.terrain.getElevationForLngLatZoom(n,t.zoom):0;if(a<l){const p=this.calculateCameraOptionsFromTo(n,l,t.center,t.elevation);return{pitch:p.pitch,zoom:p.zoom}}return{}}_applyUpdatedTransform(t){const n=[];if(n.push((l=>this._elevateCameraIfInsideTerrain(l))),this.transformCameraUpdate&&n.push((l=>this.transformCameraUpdate(l))),!n.length)return;const a=t.clone();for(const l of n){const p=a.clone(),{center:m,zoom:_,roll:v,pitch:b,bearing:T,elevation:C}=l(p);m&&p.setCenter(m),C!==void 0&&p.setElevation(C),_!==void 0&&p.setZoom(_),v!==void 0&&p.setRoll(v),b!==void 0&&p.setPitch(b),T!==void 0&&p.setBearing(T),a.apply(p)}this.transform.apply(a)}_fireMoveEvents(t){this.fire(new c.l("move",t)),this._zooming&&this.fire(new c.l("zoom",t)),this._rotating&&this.fire(new c.l("rotate",t)),this._pitching&&this.fire(new c.l("pitch",t)),this._rolling&&this.fire(new c.l("roll",t))}_afterEase(t,n){if(this._easeId&&n&&this._easeId===n)return;delete this._easeId;const a=this._zooming,l=this._rotating,p=this._pitching,m=this._rolling;this._moving=!1,this._zooming=!1,this._rotating=!1,this._pitching=!1,this._rolling=!1,this._padding=!1,a&&this.fire(new c.l("zoomend",t)),l&&this.fire(new c.l("rotateend",t)),p&&this.fire(new c.l("pitchend",t)),m&&this.fire(new c.l("rollend",t)),this.fire(new c.l("moveend",t))}flyTo(t,n){if(!t.essential&&Xe.prefersReducedMotion){const ue=c.U(t,["center","zoom","bearing","pitch","roll","elevation","padding"]);return this.jumpTo(ue,n)}this.stop(),t=c.e({offset:[0,0],speed:1.2,curve:1.42,easing:c.cy},t);const a=this._getTransformForUpdate(),l=a.bearing,p=a.pitch,m=a.roll,_=a.padding,v="bearing"in t?this._normalizeBearing(t.bearing,l):l,b="pitch"in t?+t.pitch:p,T="roll"in t?this._normalizeBearing(t.roll,m):m,C="padding"in t?t.padding:a.padding,I=c.P.convert(t.offset);let D=a.centerPoint.add(I);const R=a.screenPointToLocation(D),N=this.cameraHelper.handleFlyTo(a,{bearing:v,pitch:b,roll:T,padding:C,locationAtOffset:R,offsetAsPoint:I,center:t.center,minZoom:t.minZoom,zoom:t.zoom});let U=t.curve;const j=Math.max(a.width,a.height),$=j/N.scaleOfZoom,Y=N.pixelPathLength;typeof N.scaleOfMinZoom=="number"&&(U=Math.sqrt(j/N.scaleOfMinZoom/Y*2));const G=U*U;function H(ue){const Ce=($*$-j*j+(ue?-1:1)*G*G*Y*Y)/(2*(ue?$:j)*G*Y);return Math.log(Math.sqrt(Ce*Ce+1)-Ce)}function J(ue){return(Math.exp(ue)-Math.exp(-ue))/2}function W(ue){return(Math.exp(ue)+Math.exp(-ue))/2}const te=H(!1);let pe=function(ue){return W(te)/W(te+U*ue)},oe=function(ue){return j*((W(te)*(J(Ce=te+U*ue)/W(Ce))-J(te))/G)/Y;var Ce},ce=(H(!0)-te)/U;if(Math.abs(Y)<2e-6||!isFinite(ce)){if(Math.abs(j-$)<1e-6)return this.easeTo(t,n);const ue=$<j?-1:1;ce=Math.abs(Math.log($/j))/U,oe=()=>0,pe=Ce=>Math.exp(ue*U*Ce)}return t.duration="duration"in t?+t.duration:1e3*ce/("screenSpeed"in t?+t.screenSpeed/U:+t.speed),t.maxDuration&&t.duration>t.maxDuration&&(t.duration=0),this._zooming=!0,this._rotating=l!==v,this._pitching=b!==p,this._rolling=T!==m,this._padding=!a.isPaddingEqual(C),this._prepareEase(n,!1),this.terrain&&this._prepareElevation(N.targetCenter),this._ease((ue=>{const Ce=ue*ce,Ee=1/pe(Ce),we=oe(Ce);this._rotating&&a.setBearing(c.G.number(l,v,ue)),this._pitching&&a.setPitch(c.G.number(p,b,ue)),this._rolling&&a.setRoll(c.G.number(m,T,ue)),this._padding&&(a.interpolatePadding(_,C,ue),D=a.centerPoint.add(I)),N.easeFunc(ue,Ee,we,D),this.terrain&&!t.freezeElevation&&this._updateElevation(ue),this._applyUpdatedTransform(a),this._fireMoveEvents(n)}),(()=>{this.terrain&&t.freezeElevation&&this._finalizeElevation(),this._afterEase(n)}),t),this}isEasing(){return!!this._easeFrameId}stop(){return this._stop()}_stop(t,n){var a;if(this._easeFrameId&&(this._cancelRenderFrame(this._easeFrameId),delete this._easeFrameId,delete this._onEaseFrame),this._onEaseEnd){const l=this._onEaseEnd;delete this._onEaseEnd,l.call(this,n)}return t||(a=this.handlers)===null||a===void 0||a.stop(!1),this}_ease(t,n,a){a.animate===!1||a.duration===0?(t(1),n()):(this._easeStart=at(),this._easeOptions=a,this._onEaseFrame=t,this._onEaseEnd=n,this._easeFrameId=this._requestRenderFrame(this._renderFrameCallback))}_normalizeBearing(t,n){t=c.W(t,-180,180);const a=Math.abs(t-n);return Math.abs(t-360-n)<a&&(t-=360),Math.abs(t+360-n)<a&&(t+=360),t}queryTerrainElevation(t){return this.terrain?this.terrain.getElevationForLngLat(c.V.convert(t),this.transform):null}}const br={compact:!0,customAttribution:'<a href="https://maplibre.org/" target="_blank">MapLibre</a>'};class Il{constructor(t=br){this._toggleAttribution=()=>{this._container.classList.contains("maplibregl-compact")&&(this._container.classList.contains("maplibregl-compact-show")?(this._container.setAttribute("open",""),this._container.classList.remove("maplibregl-compact-show")):(this._container.classList.add("maplibregl-compact-show"),this._container.removeAttribute("open")))},this._updateData=n=>{!n||n.sourceDataType!=="metadata"&&n.sourceDataType!=="visibility"&&n.dataType!=="style"&&n.type!=="terrain"||this._updateAttributions()},this._updateCompact=()=>{this._map.getCanvasContainer().offsetWidth<=640||this._compact?this._compact===!1?this._container.setAttribute("open",""):this._container.classList.contains("maplibregl-compact")||this._container.classList.contains("maplibregl-attrib-empty")||(this._container.setAttribute("open",""),this._container.classList.add("maplibregl-compact","maplibregl-compact-show")):(this._container.setAttribute("open",""),this._container.classList.contains("maplibregl-compact")&&this._container.classList.remove("maplibregl-compact","maplibregl-compact-show"))},this._updateCompactMinimize=()=>{this._container.classList.contains("maplibregl-compact")&&this._container.classList.contains("maplibregl-compact-show")&&this._container.classList.remove("maplibregl-compact-show")},this.options=t}getDefaultPosition(){return"bottom-right"}onAdd(t){return this._map=t,this._compact=this.options.compact,this._container=ie.create("details","maplibregl-ctrl maplibregl-ctrl-attrib"),this._compactButton=ie.create("summary","maplibregl-ctrl-attrib-button",this._container),this._compactButton.addEventListener("click",this._toggleAttribution),this._setElementTitle(this._compactButton,"ToggleAttribution"),this._innerContainer=ie.create("div","maplibregl-ctrl-attrib-inner",this._container),this._updateAttributions(),this._updateCompact(),this._map.on("styledata",this._updateData),this._map.on("sourcedata",this._updateData),this._map.on("terrain",this._updateData),this._map.on("resize",this._updateCompact),this._map.on("drag",this._updateCompactMinimize),this._container}onRemove(){ie.remove(this._container),this._map.off("styledata",this._updateData),this._map.off("sourcedata",this._updateData),this._map.off("terrain",this._updateData),this._map.off("resize",this._updateCompact),this._map.off("drag",this._updateCompactMinimize),this._map=void 0,this._compact=void 0,this._attribHTML=void 0}_setElementTitle(t,n){const a=this._map._getUIString(`AttributionControl.${n}`);t.title=a,t.setAttribute("aria-label",a)}_updateAttributions(){if(!this._map.style)return;let t=[];if(this.options.customAttribution&&(Array.isArray(this.options.customAttribution)?t=t.concat(this.options.customAttribution.map((l=>typeof l!="string"?"":l))):typeof this.options.customAttribution=="string"&&t.push(this.options.customAttribution)),this._map.style.stylesheet){const l=this._map.style.stylesheet;this.styleOwner=l.owner,this.styleId=l.id}const n=this._map.style.tileManagers;for(const l in n){const p=n[l];if(p.used||p.usedForTerrain){const m=p.getSource();m.attribution&&t.indexOf(m.attribution)<0&&t.push(m.attribution)}}t=t.filter((l=>String(l).trim())),t.sort(((l,p)=>l.length-p.length)),t=t.filter(((l,p)=>{for(let m=p+1;m<t.length;m++)if(t[m].indexOf(l)>=0)return!1;return!0}));const a=t.join(" | ");a!==this._attribHTML&&(this._attribHTML=a,t.length?(this._innerContainer.innerHTML=ie.sanitize(a),this._container.classList.remove("maplibregl-attrib-empty")):this._container.classList.add("maplibregl-attrib-empty"),this._updateCompact(),this._editLink=null)}}class eu{constructor(t={}){this._updateCompact=()=>{const n=this._container.children;if(n.length){const a=n[0];this._map.getCanvasContainer().offsetWidth<=640||this._compact?this._compact!==!1&&a.classList.add("maplibregl-compact"):a.classList.remove("maplibregl-compact")}},this.options=t}getDefaultPosition(){return"bottom-left"}onAdd(t){this._map=t,this._compact=this.options&&this.options.compact,this._container=ie.create("div","maplibregl-ctrl");const n=ie.create("a","maplibregl-ctrl-logo");return n.target="_blank",n.rel="noopener nofollow",n.href="https://maplibre.org/",n.setAttribute("aria-label",this._map._getUIString("LogoControl.Title")),n.setAttribute("rel","noopener nofollow"),this._container.appendChild(n),this._container.style.display="block",this._map.on("resize",this._updateCompact),this._updateCompact(),this._container}onRemove(){ie.remove(this._container),this._map.off("resize",this._updateCompact),this._map=void 0,this._compact=void 0}}class ah{constructor(){this._queue=[],this._id=0,this._cleared=!1,this._currentlyRunning=!1}add(t){const n=++this._id;return this._queue.push({callback:t,id:n,cancelled:!1}),n}remove(t){const n=this._currentlyRunning,a=n?this._queue.concat(n):this._queue;for(const l of a)if(l.id===t)return void(l.cancelled=!0)}run(t=0){if(this._currentlyRunning)throw new Error("Attempting to run(), but is already running.");const n=this._currentlyRunning=this._queue;this._queue=[];for(const a of n)if(!a.cancelled&&(a.callback(t),this._cleared))break;this._cleared=!1,this._currentlyRunning=!1}clear(){this._currentlyRunning&&(this._cleared=!0),this._queue=[]}}var oh=c.aU([{name:"a_pos3d",type:"Int16",components:3}]);class ha extends c.E{constructor(t){super(),this._lastTilesetChange=at(),this.tileManager=t,this._tiles={},this._renderableTilesKeys=[],this._sourceTileCache={},this.minzoom=0,this.maxzoom=22,this.deltaZoom=1,this.tileSize=t._source.tileSize*2**this.deltaZoom,t.usedForTerrain=!0,t.tileSize=this.tileSize}destruct(){this.tileManager.usedForTerrain=!1,this.tileManager.tileSize=null}getSource(){return this.tileManager._source}update(t,n){this.tileManager.update(t,n),this._renderableTilesKeys=[];const a={};for(const l of ni(t,{tileSize:this.tileSize,minzoom:this.minzoom,maxzoom:this.maxzoom,reparseOverscaled:!1,terrain:n,calculateTileZoom:this.tileManager._source.calculateTileZoom}))a[l.key]=!0,this._renderableTilesKeys.push(l.key),this._tiles[l.key]||(l.terrainRttPosMatrix32f=new Float64Array(16),c.c7(l.terrainRttPosMatrix32f,0,c.a5,c.a5,0,0,1),this._tiles[l.key]=new Pe(l,this.tileSize),this._lastTilesetChange=at());for(const l in this._tiles)a[l]||delete this._tiles[l]}freeRtt(t){for(const n in this._tiles){const a=this._tiles[n];(!t||a.tileID.equals(t)||a.tileID.isChildOf(t)||t.isChildOf(a.tileID))&&(a.rtt=[])}}getRenderableTiles(){return this._renderableTilesKeys.map((t=>this.getTileByID(t)))}getTileByID(t){return this._tiles[t]}getTerrainCoords(t,n){return n?this._getTerrainCoordsForTileRanges(t,n):this._getTerrainCoordsForRegularTile(t)}_getTerrainCoordsForRegularTile(t){const n={};for(const a of this._renderableTilesKeys){const l=this._tiles[a].tileID,p=t.clone(),m=c.bk();if(l.canonical.equals(t.canonical))c.c7(m,0,c.a5,c.a5,0,0,1);else if(l.canonical.isChildOf(t.canonical)){const _=l.canonical.z-t.canonical.z,v=l.canonical.x-(l.canonical.x>>_<<_),b=l.canonical.y-(l.canonical.y>>_<<_),T=c.a5>>_;c.c7(m,0,T,T,0,0,1),c.O(m,m,[-v*T,-b*T,0])}else{if(!t.canonical.isChildOf(l.canonical))continue;{const _=t.canonical.z-l.canonical.z,v=t.canonical.x-(t.canonical.x>>_<<_),b=t.canonical.y-(t.canonical.y>>_<<_),T=c.a5>>_;c.c7(m,0,c.a5,c.a5,0,0,1),c.O(m,m,[v*T,b*T,0]),c.Q(m,m,[1/2**_,1/2**_,0])}}p.terrainRttPosMatrix32f=new Float32Array(m),n[a]=p}return n}_getTerrainCoordsForTileRanges(t,n){const a={};for(const l of this._renderableTilesKeys){const p=this._tiles[l].tileID;if(!this._isWithinTileRanges(p,n))continue;const m=t.clone(),_=c.bk();if(p.canonical.z===t.canonical.z){const v=t.canonical.x-p.canonical.x,b=t.canonical.y-p.canonical.y;c.c7(_,0,c.a5,c.a5,0,0,1),c.O(_,_,[v*c.a5,b*c.a5,0])}else if(p.canonical.z>t.canonical.z){const v=p.canonical.z-t.canonical.z,b=p.canonical.x-(p.canonical.x>>v<<v),T=p.canonical.y-(p.canonical.y>>v<<v),C=t.canonical.x-(p.canonical.x>>v),I=t.canonical.y-(p.canonical.y>>v),D=c.a5>>v;c.c7(_,0,D,D,0,0,1),c.O(_,_,[-b*D+C*c.a5,-T*D+I*c.a5,0])}else{const v=t.canonical.z-p.canonical.z,b=t.canonical.x-(t.canonical.x>>v<<v),T=t.canonical.y-(t.canonical.y>>v<<v),C=(t.canonical.x>>v)-p.canonical.x,I=(t.canonical.y>>v)-p.canonical.y,D=c.a5<<v;c.c7(_,0,D,D,0,0,1),c.O(_,_,[b*c.a5+C*D,T*c.a5+I*D,0])}m.terrainRttPosMatrix32f=new Float32Array(_),a[l]=m}return a}getSourceTile(t,n){const a=this.tileManager._source;let l=t.overscaledZ-this.deltaZoom;if(l>a.maxzoom&&(l=a.maxzoom),l<a.minzoom)return;this._sourceTileCache[t.key]||(this._sourceTileCache[t.key]=t.scaledTo(l).key);let p=this.findTileInCaches(this._sourceTileCache[t.key]);if(!p?.dem&&n)for(;l>=a.minzoom&&!p?.dem;)p=this.findTileInCaches(t.scaledTo(l--).key);return p}findTileInCaches(t){let n=this.tileManager.getTileByID(t);return n||(n=this.tileManager._outOfViewCache.getByKey(t),n)}anyTilesAfterTime(t=Date.now()){return this._lastTilesetChange>=t}_isWithinTileRanges(t,n){return n[t.canonical.z]&&t.canonical.x>=n[t.canonical.z].minTileX&&t.canonical.x<=n[t.canonical.z].maxTileX&&t.canonical.y>=n[t.canonical.z].minTileY&&t.canonical.y<=n[t.canonical.z].maxTileY}}class ti{constructor(t,n,a){this._meshCache={},this.painter=t,this.tileManager=new ha(n),this.options=a,this.exaggeration=typeof a.exaggeration=="number"?a.exaggeration:1,this.qualityFactor=2,this.meshSize=128,this._demMatrixCache={},this.coordsIndex=[],this._coordsTextureSize=1024}getDEMElevation(t,n,a,l=c.a5){var p;if(!(n>=0&&n<l&&a>=0&&a<l))return 0;const m=this.getTerrainData(t),_=(p=m.tile)===null||p===void 0?void 0:p.dem;if(!_)return 0;const v=c.cC([],[n/l*c.a5,a/l*c.a5],m.u_terrain_matrix),b=[v[0]*_.dim,v[1]*_.dim],T=Math.floor(b[0]),C=Math.floor(b[1]),I=b[0]-T,D=b[1]-C;return _.get(T,C)*(1-I)*(1-D)+_.get(T+1,C)*I*(1-D)+_.get(T,C+1)*(1-I)*D+_.get(T+1,C+1)*I*D}getElevationForLngLatZoom(t,n){if(!c.cD(n,t.wrap()))return 0;const{tileID:a,mercatorX:l,mercatorY:p}=this._getOverscaledTileIDFromLngLatZoom(t,n);return this.getElevation(a,l%c.a5,p%c.a5,c.a5)}getElevationForLngLat(t,n){const a=ni(n,{maxzoom:this.tileManager.maxzoom,minzoom:this.tileManager.minzoom,tileSize:512,terrain:this});let l=0;for(const p of a)p.canonical.z>l&&(l=Math.min(p.canonical.z,this.tileManager.maxzoom));return this.getElevationForLngLatZoom(t,l)}getElevation(t,n,a,l=c.a5){return this.getDEMElevation(t,n,a,l)*this.exaggeration}getTerrainData(t){if(!this._emptyDemTexture){const l=this.painter.context,p=new c.R({width:1,height:1},new Uint8Array(4));this._emptyDepthTexture=new c.T(l,p,l.gl.RGBA,{premultiply:!1}),this._emptyDemUnpack=[0,0,0,0],this._emptyDemTexture=new c.T(l,new c.R({width:1,height:1}),l.gl.RGBA,{premultiply:!1}),this._emptyDemTexture.bind(l.gl.NEAREST,l.gl.CLAMP_TO_EDGE),this._emptyDemMatrix=c.ar([])}const n=this.tileManager.getSourceTile(t,!0);if(n&&n.dem&&(!n.demTexture||n.needsTerrainPrepare)){const l=this.painter.context;n.demTexture=this.painter.getTileTexture(n.dem.stride),n.demTexture?n.demTexture.update(n.dem.getPixels(),{premultiply:!1}):n.demTexture=new c.T(l,n.dem.getPixels(),l.gl.RGBA,{premultiply:!1}),n.demTexture.bind(l.gl.NEAREST,l.gl.CLAMP_TO_EDGE),n.needsTerrainPrepare=!1}const a=n&&n.toString()+n.tileID.key+t.key;if(a&&!this._demMatrixCache[a]){const l=this.tileManager.getSource().maxzoom;let p=t.canonical.z-n.tileID.canonical.z;t.overscaledZ>t.canonical.z&&(t.canonical.z>=l?p=t.canonical.z-l:c.w("cannot calculate elevation if elevation maxzoom > source.maxzoom"));const m=t.canonical.x-(t.canonical.x>>p<<p),_=t.canonical.y-(t.canonical.y>>p<<p),v=c.cE(new Float64Array(16),[1/(c.a5<<p),1/(c.a5<<p),0]);c.O(v,v,[m*c.a5,_*c.a5,0]),this._demMatrixCache[t.key]={matrix:v,coord:t}}return{u_depth:2,u_terrain:3,u_terrain_dim:n&&n.dem&&n.dem.dim||1,u_terrain_matrix:a?this._demMatrixCache[t.key].matrix:this._emptyDemMatrix,u_terrain_unpack:n&&n.dem&&n.dem.getUnpackVector()||this._emptyDemUnpack,u_terrain_exaggeration:this.exaggeration,texture:(n&&n.demTexture||this._emptyDemTexture).texture,depthTexture:(this._fboDepthTexture||this._emptyDepthTexture).texture,tile:n}}getFramebuffer(t){const n=this.painter,a=n.width/devicePixelRatio,l=n.height/devicePixelRatio;return!this._fbo||this._fbo.width===a&&this._fbo.height===l||(this._fbo.destroy(),this._fboCoordsTexture.destroy(),this._fboDepthTexture.destroy(),delete this._fbo,delete this._fboDepthTexture,delete this._fboCoordsTexture),this._fboCoordsTexture||(this._fboCoordsTexture=new c.T(n.context,{width:a,height:l,data:null},n.context.gl.RGBA,{premultiply:!1}),this._fboCoordsTexture.bind(n.context.gl.NEAREST,n.context.gl.CLAMP_TO_EDGE)),this._fboDepthTexture||(this._fboDepthTexture=new c.T(n.context,{width:a,height:l,data:null},n.context.gl.RGBA,{premultiply:!1}),this._fboDepthTexture.bind(n.context.gl.NEAREST,n.context.gl.CLAMP_TO_EDGE)),this._fbo||(this._fbo=n.context.createFramebuffer(a,l,!0,!1),this._fbo.depthAttachment.set(n.context.createRenderbuffer(n.context.gl.DEPTH_COMPONENT16,a,l))),this._fbo.colorAttachment.set(t==="coords"?this._fboCoordsTexture.texture:this._fboDepthTexture.texture),this._fbo}getCoordsTexture(){const t=this.painter.context;if(this._coordsTexture)return this._coordsTexture;const n=new Uint8Array(this._coordsTextureSize*this._coordsTextureSize*4);for(let p=0,m=0;p<this._coordsTextureSize;p++)for(let _=0;_<this._coordsTextureSize;_++,m+=4)n[m+0]=255&_,n[m+1]=255&p,n[m+2]=_>>8<<4|p>>8,n[m+3]=0;const a=new c.R({width:this._coordsTextureSize,height:this._coordsTextureSize},new Uint8Array(n.buffer)),l=new c.T(t,a,t.gl.RGBA,{premultiply:!1});return l.bind(t.gl.NEAREST,t.gl.CLAMP_TO_EDGE),this._coordsTexture=l,l}pointCoordinate(t){this.painter.maybeDrawDepthAndCoords(!0);const n=new Uint8Array(4),a=this.painter.context,l=a.gl,p=Math.round(t.x*this.painter.pixelRatio/devicePixelRatio),m=Math.round(t.y*this.painter.pixelRatio/devicePixelRatio),_=Math.round(this.painter.height/devicePixelRatio);a.bindFramebuffer.set(this.getFramebuffer("coords").framebuffer),l.readPixels(p,_-m-1,1,1,l.RGBA,l.UNSIGNED_BYTE,n),a.bindFramebuffer.set(null);const v=n[0]+(n[2]>>4<<8),b=n[1]+((15&n[2])<<8),T=this.coordsIndex[255-n[3]],C=T&&this.tileManager.getTileByID(T);if(!C)return null;const I=this._coordsTextureSize,D=(1<<C.tileID.canonical.z)*I;return new c.a9((C.tileID.canonical.x*I+v)/D+C.tileID.wrap,(C.tileID.canonical.y*I+b)/D,this.getElevation(C.tileID,v,b,I))}depthAtPoint(t){const n=new Uint8Array(4),a=this.painter.context,l=a.gl;return a.bindFramebuffer.set(this.getFramebuffer("depth").framebuffer),l.readPixels(t.x,this.painter.height/devicePixelRatio-t.y-1,1,1,l.RGBA,l.UNSIGNED_BYTE,n),a.bindFramebuffer.set(null),(n[0]/16777216+n[1]/65536+n[2]/256+n[3])/256}getTerrainMesh(t){var n;const a=((n=this.painter.style.projection)===null||n===void 0?void 0:n.transitionState)>0,l=a&&t.canonical.y===0,p=a&&t.canonical.y===(1<<t.canonical.z)-1,m=`m_${l?"n":""}_${p?"s":""}`;if(this._meshCache[m])return this._meshCache[m];const _=this.painter.context,v=new c.cF,b=new c.aY,T=this.meshSize,C=c.a5/T,I=T*T;for(let W=0;W<=T;W++)for(let te=0;te<=T;te++)v.emplaceBack(te*C,W*C,0);for(let W=0;W<I;W+=T+1)for(let te=0;te<T;te++)b.emplaceBack(te+W,T+te+W+1,T+te+W+2),b.emplaceBack(te+W,T+te+W+2,te+W+1);const D=v.length,R=D+(T+1),N=(T+1)*T,U=l?c.br:0,j=l?0:1,$=p?c.bs:c.a5,Y=p?0:1;for(let W=0;W<=T;W++)v.emplaceBack(W*C,U,j);for(let W=0;W<=T;W++)v.emplaceBack(W*C,$,Y);for(let W=0;W<T;W++)b.emplaceBack(N+W,R+W,R+W+1),b.emplaceBack(N+W,R+W+1,N+W+1),b.emplaceBack(0+W,D+W+1,D+W),b.emplaceBack(0+W,0+W+1,D+W+1);const G=v.length,H=G+2*(T+1);for(const W of[0,1])for(let te=0;te<=T;te++)for(const pe of[0,1])v.emplaceBack(W*c.a5,te*C,pe);for(let W=0;W<2*T;W+=2)b.emplaceBack(G+W,G+W+1,G+W+3),b.emplaceBack(G+W,G+W+3,G+W+2),b.emplaceBack(H+W,H+W+3,H+W+1),b.emplaceBack(H+W,H+W+2,H+W+3);const J=new Vt(_.createVertexBuffer(v,oh.members),_.createIndexBuffer(b),c.aX.simpleSegment(0,0,v.length,b.length));return this._meshCache[m]=J,J}getMeshFrameDelta(t){return 2*Math.PI*c.bE/Math.pow(2,Math.max(t,0))/5}getMinTileElevationForLngLatZoom(t,n){var a;if(!c.cD(n,t.wrap()))return 0;const{tileID:l}=this._getOverscaledTileIDFromLngLatZoom(t,n);return(a=this.getMinMaxElevation(l).minElevation)!==null&&a!==void 0?a:0}getMinMaxElevation(t){const n=this.getTerrainData(t).tile,a={minElevation:null,maxElevation:null};return n&&n.dem&&(a.minElevation=n.dem.min*this.exaggeration,a.maxElevation=n.dem.max*this.exaggeration),a}_getOverscaledTileIDFromLngLatZoom(t,n){const a=c.a9.fromLngLat(t.wrap()),l=(1<<n)*c.a5,p=a.x*l,m=a.y*l,_=Math.floor(p/c.a5),v=Math.floor(m/c.a5);return{tileID:new c.a2(n,0,n,_,v),mercatorX:p,mercatorY:m}}}class fi{constructor(t,n,a){this._context=t,this._size=n,this._tileSize=a,this._objects=[],this._recentlyUsed=[],this._stamp=0}destruct(){for(const t of this._objects)t.texture.destroy(),t.fbo.destroy()}_createObject(t){const n=this._context.createFramebuffer(this._tileSize,this._tileSize,!0,!0),a=new c.T(this._context,{width:this._tileSize,height:this._tileSize,data:null},this._context.gl.RGBA);return a.bind(this._context.gl.LINEAR,this._context.gl.CLAMP_TO_EDGE),this._context.extTextureFilterAnisotropic&&this._context.gl.texParameterf(this._context.gl.TEXTURE_2D,this._context.extTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT,this._context.extTextureFilterAnisotropicMax),n.depthAttachment.set(this._context.createRenderbuffer(this._context.gl.DEPTH_STENCIL,this._tileSize,this._tileSize)),n.colorAttachment.set(a.texture),{id:t,fbo:n,texture:a,stamp:-1,inUse:!1}}getObjectForId(t){return this._objects[t]}useObject(t){t.inUse=!0,this._recentlyUsed=this._recentlyUsed.filter((n=>t.id!==n)),this._recentlyUsed.push(t.id)}stampObject(t){t.stamp=++this._stamp}getOrCreateFreeObject(){for(const n of this._recentlyUsed)if(!this._objects[n].inUse)return this._objects[n];if(this._objects.length>=this._size)throw new Error("No free RenderPool available, call freeAllObjects() required!");const t=this._createObject(this._objects.length);return this._objects.push(t),t}freeObject(t){t.inUse=!1}freeAllObjects(){for(const t of this._objects)this.freeObject(t)}isFull(){return!(this._objects.length<this._size)&&this._objects.some((t=>!t.inUse))===!1}}const Bn={background:!0,fill:!0,line:!0,raster:!0,hillshade:!0,"color-relief":!0};class da{constructor(t,n){this.painter=t,this.terrain=n,this.pool=new fi(t.context,30,n.tileManager.tileSize*n.qualityFactor)}destruct(){this.pool.destruct()}getTexture(t){return this.pool.getObjectForId(t.rtt[this._stacks.length-1].id).texture}prepareForRender(t,n){this._stacks=[],this._prevType=null,this._rttTiles=[],this._renderableTiles=this.terrain.tileManager.getRenderableTiles(),this._renderableLayerIds=t._order.filter((a=>!t._layers[a].isHidden(n))),this._coordsAscending={};for(const a in t.tileManagers){this._coordsAscending[a]={};const l=t.tileManagers[a].getVisibleCoordinates(),p=t.tileManagers[a].getSource(),m=p instanceof ir?p.terrainTileRanges:null;for(const _ of l){const v=this.terrain.tileManager.getTerrainCoords(_,m);for(const b in v)this._coordsAscending[a][b]||(this._coordsAscending[a][b]=[]),this._coordsAscending[a][b].push(v[b])}}this._coordsAscendingStr={};for(const a of t._order){const l=t._layers[a],p=l.source;if(Bn[l.type]&&!this._coordsAscendingStr[p]){this._coordsAscendingStr[p]={};for(const m in this._coordsAscending[p])this._coordsAscendingStr[p][m]=this._coordsAscending[p][m].map((_=>_.key)).sort().join()}}for(const a of this._renderableTiles)for(const l in this._coordsAscendingStr){const p=this._coordsAscendingStr[l][a.tileID.key];p&&p!==a.rttCoords[l]&&(a.rtt=[])}}renderLayer(t,n){if(t.isHidden(this.painter.transform.zoom))return!1;const a=Object.assign(Object.assign({},n),{isRenderingToTexture:!0}),l=t.type,p=this.painter,m=this._renderableLayerIds[this._renderableLayerIds.length-1]===t.id;if(Bn[l]&&(this._prevType&&Bn[this._prevType]||this._stacks.push([]),this._prevType=l,this._stacks[this._stacks.length-1].push(t.id),!m))return!0;if(Bn[this._prevType]||Bn[l]&&m){this._prevType=l;const _=this._stacks.length-1,v=this._stacks[_]||[];for(const b of this._renderableTiles){if(this.pool.isFull()&&(ml(this.painter,this.terrain,this._rttTiles,a),this._rttTiles=[],this.pool.freeAllObjects()),this._rttTiles.push(b),b.rtt[_]){const C=this.pool.getObjectForId(b.rtt[_].id);if(C.stamp===b.rtt[_].stamp){this.pool.useObject(C);continue}}const T=this.pool.getOrCreateFreeObject();this.pool.useObject(T),this.pool.stampObject(T),b.rtt[_]={id:T.id,stamp:T.stamp},p.context.bindFramebuffer.set(T.fbo.framebuffer),p.context.clear({color:c.bp.transparent,stencil:0}),p.currentStencilSource=void 0;for(let C=0;C<v.length;C++){const I=p.style._layers[v[C]],D=I.source?this._coordsAscending[I.source][b.tileID.key]:[b.tileID];p.context.viewport.set([0,0,T.fbo.width,T.fbo.height]),p._renderTileClippingMasks(I,D,!0),p.renderLayer(p,p.style.tileManagers[I.source],I,D,a),I.source&&(b.rttCoords[I.source]=this._coordsAscendingStr[I.source][b.tileID.key])}}return ml(this.painter,this.terrain,this._rttTiles,a),this._rttTiles=[],this.pool.freeAllObjects(),Bn[l]}return!1}}const lo={"AttributionControl.ToggleAttribution":"Toggle attribution","AttributionControl.MapFeedback":"Map feedback","FullscreenControl.Enter":"Enter fullscreen","FullscreenControl.Exit":"Exit fullscreen","GeolocateControl.FindMyLocation":"Find my location","GeolocateControl.LocationNotAvailable":"Location not available","LogoControl.Title":"MapLibre logo","Map.Title":"Map","Marker.Title":"Map marker","NavigationControl.ResetBearing":"Reset bearing to north","NavigationControl.ZoomIn":"Zoom in","NavigationControl.ZoomOut":"Zoom out","Popup.Close":"Close popup","ScaleControl.Feet":"ft","ScaleControl.Meters":"m","ScaleControl.Kilometers":"km","ScaleControl.Miles":"mi","ScaleControl.NauticalMiles":"nm","GlobeControl.Enable":"Enable globe","GlobeControl.Disable":"Disable globe","TerrainControl.Enable":"Enable terrain","TerrainControl.Disable":"Disable terrain","CooperativeGesturesHandler.WindowsHelpText":"Use Ctrl + scroll to zoom the map","CooperativeGesturesHandler.MacHelpText":"Use ⌘ + scroll to zoom the map","CooperativeGesturesHandler.MobileHelpText":"Use two fingers to move the map"},Ml=ve,co={hash:!1,interactive:!0,bearingSnap:7,attributionControl:br,maplibreLogo:!1,refreshExpiredTiles:!0,canvasContextAttributes:{antialias:!1,preserveDrawingBuffer:!1,powerPreference:"high-performance",failIfMajorPerformanceCaveat:!1,desynchronized:!1,contextType:void 0},scrollZoom:!0,minZoom:-2,maxZoom:22,minPitch:0,maxPitch:60,boxZoom:!0,dragRotate:!0,dragPan:!0,keyboard:!0,doubleClickZoom:!0,touchZoomRotate:!0,touchPitch:!0,cooperativeGestures:!1,trackResize:!0,center:[0,0],elevation:0,zoom:0,bearing:0,pitch:0,roll:0,renderWorldCopies:!0,maxTileCacheSize:null,maxTileCacheZoomLevels:c.c.MAX_TILE_CACHE_ZOOM_LEVELS,transformRequest:null,transformCameraUpdate:null,transformConstrain:null,fadeDuration:300,crossSourceCollisions:!0,clickTolerance:3,localIdeographFontFamily:"sans-serif",pitchWithRotate:!0,rollEnabled:!1,reduceMotion:void 0,validateStyle:!0,maxCanvasSize:[4096,4096],cancelPendingTileRequestsWhileZooming:!0,centerClampedToGround:!0,experimentalZoomLevelsToOverscale:void 0},Cl={showCompass:!0,showZoom:!0,visualizePitch:!1,visualizeRoll:!0};class pa{constructor(t,n,a=!1){this.mousedown=p=>{this.startMove(p,ie.mousePos(this.element,p)),ie.addEventListener(window,"mousemove",this.mousemove),ie.addEventListener(window,"mouseup",this.mouseup)},this.mousemove=p=>{this.move(p,ie.mousePos(this.element,p))},this.mouseup=p=>{this._rotatePitchHandler.dragEnd(p),this.offTemp()},this.touchstart=p=>{p.targetTouches.length!==1?this.reset():(this._startPos=this._lastPos=ie.touchPos(this.element,p.targetTouches)[0],this.startMove(p,this._startPos),ie.addEventListener(window,"touchmove",this.touchmove,{passive:!1}),ie.addEventListener(window,"touchend",this.touchend))},this.touchmove=p=>{p.targetTouches.length!==1?this.reset():(this._lastPos=ie.touchPos(this.element,p.targetTouches)[0],this.move(p,this._lastPos))},this.touchend=p=>{p.targetTouches.length===0&&this._startPos&&this._lastPos&&this._startPos.dist(this._lastPos)<this._clickTolerance&&this.element.click(),delete this._startPos,delete this._lastPos,this.offTemp()},this.reset=()=>{this._rotatePitchHandler.reset(),delete this._startPos,delete this._lastPos,this.offTemp()},this._clickTolerance=10,this.element=n;const l=new Wc;this._rotatePitchHandler=new bs({clickTolerance:3,move:(p,m)=>{const _=n.getBoundingClientRect(),v=new c.P((_.bottom-_.top)/2,(_.right-_.left)/2);return{bearingDelta:c.cx(new c.P(p.x,m.y),m,v),pitchDelta:a?-.5*(m.y-p.y):void 0}},moveStateManager:l,enable:!0,assignEvents:()=>{}}),this.map=t,ie.addEventListener(n,"mousedown",this.mousedown),ie.addEventListener(n,"touchstart",this.touchstart,{passive:!1}),ie.addEventListener(n,"touchcancel",this.reset)}startMove(t,n){this._rotatePitchHandler.dragStart(t,n),ie.disableDrag()}move(t,n){const a=this.map,{bearingDelta:l,pitchDelta:p}=this._rotatePitchHandler.dragMove(t,n)||{};l&&a.setBearing(a.getBearing()+l),p&&a.setPitch(a.getPitch()+p)}off(){const t=this.element;ie.removeEventListener(t,"mousedown",this.mousedown),ie.removeEventListener(t,"touchstart",this.touchstart,{passive:!1}),ie.removeEventListener(window,"touchmove",this.touchmove,{passive:!1}),ie.removeEventListener(window,"touchend",this.touchend),ie.removeEventListener(t,"touchcancel",this.reset),this.offTemp()}offTemp(){ie.enableDrag(),ie.removeEventListener(window,"mousemove",this.mousemove),ie.removeEventListener(window,"mouseup",this.mouseup),ie.removeEventListener(window,"touchmove",this.touchmove,{passive:!1}),ie.removeEventListener(window,"touchend",this.touchend)}}let Yr;function uo(d,t,n,a=!1){if(a||!n.getCoveringTilesDetailsProvider().allowWorldCopies())return d?.wrap();const l=new c.V(d.lng,d.lat);if(d=new c.V(d.lng,d.lat),t){const p=new c.V(d.lng-360,d.lat),m=new c.V(d.lng+360,d.lat),_=n.locationToScreenPoint(d).distSqr(t);n.locationToScreenPoint(p).distSqr(t)<_?d=p:n.locationToScreenPoint(m).distSqr(t)<_&&(d=m)}for(;Math.abs(d.lng-n.center.lng)>180;){const p=n.locationToScreenPoint(d);if(p.x>=0&&p.y>=0&&p.x<=n.width&&p.y<=n.height)break;d.lng>n.center.lng?d.lng-=360:d.lng+=360}return d.lng!==l.lng&&n.isPointOnMapSurface(n.locationToScreenPoint(d))?d:l}const fa={center:"translate(-50%,-50%)",top:"translate(-50%,0)","top-left":"translate(0,0)","top-right":"translate(-100%,0)",bottom:"translate(-50%,-100%)","bottom-left":"translate(0,-100%)","bottom-right":"translate(-100%,-100%)",left:"translate(0,-50%)",right:"translate(-100%,-50%)"};function ho(d,t,n){const a=d.classList;for(const l in fa)a.remove(`maplibregl-${n}-anchor-${l}`);a.add(`maplibregl-${n}-anchor-${t}`)}class ma extends c.E{constructor(t){if(super(),this._onKeyPress=n=>{const a=n.code,l=n.charCode||n.keyCode;a!=="Space"&&a!=="Enter"&&l!==32&&l!==13||this.togglePopup()},this._onMapClick=n=>{const a=n.originalEvent.target,l=this._element;this._popup&&(a===l||l.contains(a))&&this.togglePopup()},this._update=n=>{if(!this._map)return;const a=this._map.loaded()&&!this._map.isMoving();(n?.type==="terrain"||n?.type==="render"&&!a)&&this._map.once("render",this._update),this._lngLat=uo(this._lngLat,this._flatPos,this._map.transform),this._flatPos=this._pos=this._map.project(this._lngLat)._add(this._offset),this._map.terrain&&(this._flatPos=this._map.transform.locationToScreenPoint(this._lngLat)._add(this._offset));let l="";this._rotationAlignment==="viewport"||this._rotationAlignment==="auto"?l=`rotateZ(${this._rotation}deg)`:this._rotationAlignment==="map"&&(l=`rotateZ(${this._rotation-this._map.getBearing()}deg)`);let p="";this._pitchAlignment==="viewport"||this._pitchAlignment==="auto"?p="rotateX(0deg)":this._pitchAlignment==="map"&&(p=`rotateX(${this._map.getPitch()}deg)`),this._subpixelPositioning||n&&n.type!=="moveend"||(this._pos=this._pos.round()),ie.setTransform(this._element,`${fa[this._anchor]} translate(${this._pos.x}px, ${this._pos.y}px) ${p} ${l}`),Xe.frameAsync(new AbortController).then((()=>{this._updateOpacity(n&&n.type==="moveend")})).catch((()=>{}))},this._onMove=n=>{if(!this._isDragging){const a=this._clickTolerance||this._map._clickTolerance;this._isDragging=n.point.dist(this._pointerdownPos)>=a}this._isDragging&&(this._pos=n.point.sub(this._positionDelta),this._lngLat=this._map.unproject(this._pos),this.setLngLat(this._lngLat),this._element.style.pointerEvents="none",this._state==="pending"&&(this._state="active",this.fire(new c.l("dragstart"))),this.fire(new c.l("drag")))},this._onUp=()=>{this._element.style.pointerEvents="auto",this._positionDelta=null,this._pointerdownPos=null,this._isDragging=!1,this._map.off("mousemove",this._onMove),this._map.off("touchmove",this._onMove),this._state==="active"&&this.fire(new c.l("dragend")),this._state="inactive"},this._addDragHandler=n=>{this._element.contains(n.originalEvent.target)&&(n.preventDefault(),this._positionDelta=n.point.sub(this._pos).add(this._offset),this._pointerdownPos=n.point,this._state="pending",this._map.on("mousemove",this._onMove),this._map.on("touchmove",this._onMove),this._map.once("mouseup",this._onUp),this._map.once("touchend",this._onUp))},this._anchor=t&&t.anchor||"center",this._color=t&&t.color||"#3FB1CE",this._scale=t&&t.scale||1,this._draggable=t&&t.draggable||!1,this._clickTolerance=t&&t.clickTolerance||0,this._subpixelPositioning=t&&t.subpixelPositioning||!1,this._isDragging=!1,this._state="inactive",this._rotation=t&&t.rotation||0,this._rotationAlignment=t&&t.rotationAlignment||"auto",this._pitchAlignment=t&&t.pitchAlignment&&t.pitchAlignment!=="auto"?t.pitchAlignment:this._rotationAlignment,this.setOpacity(t?.opacity,t?.opacityWhenCovered),t&&t.element)this._element=t.element,this._offset=c.P.convert(t&&t.offset||[0,0]);else{this._defaultMarker=!0,this._element=ie.create("div");const n=ie.createNS("http://www.w3.org/2000/svg","svg"),a=41,l=27;n.setAttributeNS(null,"display","block"),n.setAttributeNS(null,"height",`${a}px`),n.setAttributeNS(null,"width",`${l}px`),n.setAttributeNS(null,"viewBox",`0 0 ${l} ${a}`);const p=ie.createNS("http://www.w3.org/2000/svg","g");p.setAttributeNS(null,"stroke","none"),p.setAttributeNS(null,"stroke-width","1"),p.setAttributeNS(null,"fill","none"),p.setAttributeNS(null,"fill-rule","evenodd");const m=ie.createNS("http://www.w3.org/2000/svg","g");m.setAttributeNS(null,"fill-rule","nonzero");const _=ie.createNS("http://www.w3.org/2000/svg","g");_.setAttributeNS(null,"transform","translate(3.0, 29.0)"),_.setAttributeNS(null,"fill","#000000");const v=[{rx:"10.5",ry:"5.25002273"},{rx:"10.5",ry:"5.25002273"},{rx:"9.5",ry:"4.77275007"},{rx:"8.5",ry:"4.29549936"},{rx:"7.5",ry:"3.81822308"},{rx:"6.5",ry:"3.34094679"},{rx:"5.5",ry:"2.86367051"},{rx:"4.5",ry:"2.38636864"}];for(const j of v){const $=ie.createNS("http://www.w3.org/2000/svg","ellipse");$.setAttributeNS(null,"opacity","0.04"),$.setAttributeNS(null,"cx","10.5"),$.setAttributeNS(null,"cy","5.80029008"),$.setAttributeNS(null,"rx",j.rx),$.setAttributeNS(null,"ry",j.ry),_.appendChild($)}const b=ie.createNS("http://www.w3.org/2000/svg","g");b.setAttributeNS(null,"fill",this._color);const T=ie.createNS("http://www.w3.org/2000/svg","path");T.setAttributeNS(null,"d","M27,13.5 C27,19.074644 20.250001,27.000002 14.75,34.500002 C14.016665,35.500004 12.983335,35.500004 12.25,34.500002 C6.7499993,27.000002 0,19.222562 0,13.5 C0,6.0441559 6.0441559,0 13.5,0 C20.955844,0 27,6.0441559 27,13.5 Z"),b.appendChild(T);const C=ie.createNS("http://www.w3.org/2000/svg","g");C.setAttributeNS(null,"opacity","0.25"),C.setAttributeNS(null,"fill","#000000");const I=ie.createNS("http://www.w3.org/2000/svg","path");I.setAttributeNS(null,"d","M13.5,0 C6.0441559,0 0,6.0441559 0,13.5 C0,19.222562 6.7499993,27 12.25,34.5 C13,35.522727 14.016664,35.500004 14.75,34.5 C20.250001,27 27,19.074644 27,13.5 C27,6.0441559 20.955844,0 13.5,0 Z M13.5,1 C20.415404,1 26,6.584596 26,13.5 C26,15.898657 24.495584,19.181431 22.220703,22.738281 C19.945823,26.295132 16.705119,30.142167 13.943359,33.908203 C13.743445,34.180814 13.612715,34.322738 13.5,34.441406 C13.387285,34.322738 13.256555,34.180814 13.056641,33.908203 C10.284481,30.127985 7.4148684,26.314159 5.015625,22.773438 C2.6163816,19.232715 1,15.953538 1,13.5 C1,6.584596 6.584596,1 13.5,1 Z"),C.appendChild(I);const D=ie.createNS("http://www.w3.org/2000/svg","g");D.setAttributeNS(null,"transform","translate(6.0, 7.0)"),D.setAttributeNS(null,"fill","#FFFFFF");const R=ie.createNS("http://www.w3.org/2000/svg","g");R.setAttributeNS(null,"transform","translate(8.0, 8.0)");const N=ie.createNS("http://www.w3.org/2000/svg","circle");N.setAttributeNS(null,"fill","#000000"),N.setAttributeNS(null,"opacity","0.25"),N.setAttributeNS(null,"cx","5.5"),N.setAttributeNS(null,"cy","5.5"),N.setAttributeNS(null,"r","5.4999962");const U=ie.createNS("http://www.w3.org/2000/svg","circle");U.setAttributeNS(null,"fill","#FFFFFF"),U.setAttributeNS(null,"cx","5.5"),U.setAttributeNS(null,"cy","5.5"),U.setAttributeNS(null,"r","5.4999962"),R.appendChild(N),R.appendChild(U),m.appendChild(_),m.appendChild(b),m.appendChild(C),m.appendChild(D),m.appendChild(R),n.appendChild(m),n.setAttributeNS(null,"height",a*this._scale+"px"),n.setAttributeNS(null,"width",l*this._scale+"px"),this._element.appendChild(n),this._offset=c.P.convert(t&&t.offset||[0,-14])}if(this._element.classList.add("maplibregl-marker"),this._element.addEventListener("dragstart",(n=>{n.preventDefault()})),this._element.addEventListener("mousedown",(n=>{n.preventDefault()})),ho(this._element,this._anchor,"marker"),t&&t.className)for(const n of t.className.split(" "))this._element.classList.add(n);this._popup=null}addTo(t){return this.remove(),this._map=t,this._element.hasAttribute("aria-label")||this._element.setAttribute("aria-label",t._getUIString("Marker.Title")),this._element.hasAttribute("role")||this._element.setAttribute("role","button"),t.getCanvasContainer().appendChild(this._element),t.on("move",this._update),t.on("moveend",this._update),t.on("terrain",this._update),t.on("projectiontransition",this._update),this.setDraggable(this._draggable),this._update(),this._map.on("click",this._onMapClick),this}remove(){return this._opacityTimeout&&(clearTimeout(this._opacityTimeout),delete this._opacityTimeout),this._map&&(this._map.off("click",this._onMapClick),this._map.off("move",this._update),this._map.off("moveend",this._update),this._map.off("terrain",this._update),this._map.off("projectiontransition",this._update),this._map.off("mousedown",this._addDragHandler),this._map.off("touchstart",this._addDragHandler),this._map.off("mouseup",this._onUp),this._map.off("touchend",this._onUp),this._map.off("mousemove",this._onMove),this._map.off("touchmove",this._onMove),delete this._map),ie.remove(this._element),this._popup&&this._popup.remove(),this}getLngLat(){return this._lngLat}setLngLat(t){return this._lngLat=c.V.convert(t),this._pos=null,this._popup&&this._popup.setLngLat(this._lngLat),this._update(),this}getElement(){return this._element}setPopup(t){if(this._popup&&(this._popup.remove(),this._popup=null,this._element.removeEventListener("keypress",this._onKeyPress),this._originalTabIndex||this._element.removeAttribute("tabindex")),t){if(!("offset"in t.options)){const l=Math.abs(13.5)/Math.SQRT2;t.options.offset=this._defaultMarker?{top:[0,0],"top-left":[0,0],"top-right":[0,0],bottom:[0,-38.1],"bottom-left":[l,-1*(38.1-13.5+l)],"bottom-right":[-l,-1*(38.1-13.5+l)],left:[13.5,-1*(38.1-13.5)],right:[-13.5,-1*(38.1-13.5)]}:this._offset}this._popup=t,this._originalTabIndex=this._element.getAttribute("tabindex"),this._originalTabIndex||this._element.setAttribute("tabindex","0"),this._element.addEventListener("keypress",this._onKeyPress)}return this}setSubpixelPositioning(t){return this._subpixelPositioning=t,this}getPopup(){return this._popup}togglePopup(){const t=this._popup;return this._element.style.opacity===this._opacityWhenCovered?this:t?(t.isOpen()?t.remove():(t.setLngLat(this._lngLat),t.addTo(this._map)),this):this}_updateOpacity(t=!1){var n,a;const l=(n=this._map)===null||n===void 0?void 0:n.terrain,p=this._map.transform.isLocationOccluded(this._lngLat);if(!l||p){const D=p?this._opacityWhenCovered:this._opacity;return void(this._element.style.opacity!==D&&(this._element.style.opacity=D))}if(t)this._opacityTimeout=null;else{if(this._opacityTimeout)return;this._opacityTimeout=setTimeout((()=>{this._opacityTimeout=null}),100)}const m=this._map,_=m.terrain.depthAtPoint(this._pos),v=m.terrain.getElevationForLngLat(this._lngLat,m.transform);if(m.transform.lngLatToCameraDepth(this._lngLat,v)-_<.006)return void(this._element.style.opacity=this._opacity);const b=-this._offset.y/m.transform.pixelsPerMeter,T=Math.sin(m.getPitch()*Math.PI/180)*b,C=m.terrain.depthAtPoint(new c.P(this._pos.x,this._pos.y-this._offset.y)),I=m.transform.lngLatToCameraDepth(this._lngLat,v+T)-C>.006;!((a=this._popup)===null||a===void 0)&&a.isOpen()&&I&&this._popup.remove(),this._element.style.opacity=I?this._opacityWhenCovered:this._opacity}getOffset(){return this._offset}setOffset(t){return this._offset=c.P.convert(t),this._update(),this}addClassName(t){this._element.classList.add(t)}removeClassName(t){this._element.classList.remove(t)}toggleClassName(t){return this._element.classList.toggle(t)}setDraggable(t){return this._draggable=!!t,this._map&&(t?(this._map.on("mousedown",this._addDragHandler),this._map.on("touchstart",this._addDragHandler)):(this._map.off("mousedown",this._addDragHandler),this._map.off("touchstart",this._addDragHandler))),this}isDraggable(){return this._draggable}setRotation(t){return this._rotation=t||0,this._update(),this}getRotation(){return this._rotation}setRotationAlignment(t){return this._rotationAlignment=t||"auto",this._update(),this}getRotationAlignment(){return this._rotationAlignment}setPitchAlignment(t){return this._pitchAlignment=t&&t!=="auto"?t:this._rotationAlignment,this._update(),this}getPitchAlignment(){return this._pitchAlignment}setOpacity(t,n){return(this._opacity===void 0||t===void 0&&n===void 0)&&(this._opacity="1",this._opacityWhenCovered="0.2"),t!==void 0&&(this._opacity=t),n!==void 0&&(this._opacityWhenCovered=n),this._map&&this._updateOpacity(!0),this}}const El={positionOptions:{enableHighAccuracy:!1,maximumAge:0,timeout:6e3},fitBoundsOptions:{maxZoom:15},trackUserLocation:!1,showAccuracyCircle:!0,showUserLocation:!0};let Ts=0,On=!1;const Al={maxWidth:100,unit:"metric"};function ga(d,t,n){const a=n&&n.maxWidth||100,l=d._container.clientHeight/2,p=d._container.clientWidth/2,m=d.unproject([p-a/2,l]),_=d.unproject([p+a/2,l]),v=Math.round(d.project(_).x-d.project(m).x),b=Math.min(a,v,d._container.clientWidth),T=m.distanceTo(_);if(n&&n.unit==="imperial"){const C=3.2808*T;C>5280?Vn(t,b,C/5280,d._getUIString("ScaleControl.Miles")):Vn(t,b,C,d._getUIString("ScaleControl.Feet"))}else n&&n.unit==="nautical"?Vn(t,b,T/1852,d._getUIString("ScaleControl.NauticalMiles")):T>=1e3?Vn(t,b,T/1e3,d._getUIString("ScaleControl.Kilometers")):Vn(t,b,T,d._getUIString("ScaleControl.Meters"))}function Vn(d,t,n,a){const l=(function(p){const m=Math.pow(10,`${Math.floor(p)}`.length-1);let _=p/m;return _=_>=10?10:_>=5?5:_>=3?3:_>=2?2:_>=1?1:(function(v){const b=Math.pow(10,Math.ceil(-Math.log(v)/Math.LN10));return Math.round(v*b)/b})(_),m*_})(n);d.style.width=t*(l/n)+"px",d.innerHTML=`${l}&nbsp;${a}`}const Dl={closeButton:!0,closeOnClick:!0,focusAfterOpen:!0,className:"",maxWidth:"240px",subpixelPositioning:!1,locationOccludedOpacity:void 0},po=["a[href]","[tabindex]:not([tabindex='-1'])","[contenteditable]:not([contenteditable='false'])","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].join(", ");function fo(d){if(d){if(typeof d=="number"){const t=Math.round(Math.abs(d)/Math.SQRT2);return{center:new c.P(0,0),top:new c.P(0,d),"top-left":new c.P(t,t),"top-right":new c.P(-t,t),bottom:new c.P(0,-d),"bottom-left":new c.P(t,-t),"bottom-right":new c.P(-t,-t),left:new c.P(d,0),right:new c.P(-d,0)}}if(d instanceof c.P||Array.isArray(d)){const t=c.P.convert(d);return{center:t,top:t,"top-left":t,"top-right":t,bottom:t,"bottom-left":t,"bottom-right":t,left:t,right:t}}return{center:c.P.convert(d.center||[0,0]),top:c.P.convert(d.top||[0,0]),"top-left":c.P.convert(d["top-left"]||[0,0]),"top-right":c.P.convert(d["top-right"]||[0,0]),bottom:c.P.convert(d.bottom||[0,0]),"bottom-left":c.P.convert(d["bottom-left"]||[0,0]),"bottom-right":c.P.convert(d["bottom-right"]||[0,0]),left:c.P.convert(d.left||[0,0]),right:c.P.convert(d.right||[0,0])}}return fo(new c.P(0,0))}const zl=ve;M.AJAXError=c.cI,M.Event=c.l,M.Evented=c.E,M.LngLat=c.V,M.MercatorCoordinate=c.a9,M.Point=c.P,M.addProtocol=c.cJ,M.config=c.c,M.removeProtocol=c.cK,M.AttributionControl=Il,M.BoxZoomHandler=xs,M.CanvasSource=k,M.CooperativeGesturesHandler=$e,M.DoubleClickZoomHandler=Pl,M.DragPanHandler=Qc,M.DragRotateHandler=kr,M.EdgeInsets=rs,M.FullscreenControl=class extends c.E{constructor(d={}){super(),this._onFullscreenChange=()=>{var t;let n=window.document.fullscreenElement||window.document.mozFullScreenElement||window.document.webkitFullscreenElement||window.document.msFullscreenElement;for(;!((t=n?.shadowRoot)===null||t===void 0)&&t.fullscreenElement;)n=n.shadowRoot.fullscreenElement;n===this._container!==this._fullscreen&&this._handleFullscreenChange()},this._onClickFullscreen=()=>{this._isFullscreen()?this._exitFullscreen():this._requestFullscreen()},this._fullscreen=!1,d&&d.container&&(d.container instanceof HTMLElement?this._container=d.container:c.w("Full screen control 'container' must be a DOM element.")),"onfullscreenchange"in document?this._fullscreenchange="fullscreenchange":"onmozfullscreenchange"in document?this._fullscreenchange="mozfullscreenchange":"onwebkitfullscreenchange"in document?this._fullscreenchange="webkitfullscreenchange":"onmsfullscreenchange"in document&&(this._fullscreenchange="MSFullscreenChange")}onAdd(d){return this._map=d,this._container||(this._container=this._map.getContainer()),this._controlContainer=ie.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._setupUI(),this._controlContainer}onRemove(){ie.remove(this._controlContainer),this._map=null,window.document.removeEventListener(this._fullscreenchange,this._onFullscreenChange)}_setupUI(){const d=this._fullscreenButton=ie.create("button","maplibregl-ctrl-fullscreen",this._controlContainer);ie.create("span","maplibregl-ctrl-icon",d).setAttribute("aria-hidden","true"),d.type="button",this._updateTitle(),this._fullscreenButton.addEventListener("click",this._onClickFullscreen),window.document.addEventListener(this._fullscreenchange,this._onFullscreenChange)}_updateTitle(){const d=this._getTitle();this._fullscreenButton.setAttribute("aria-label",d),this._fullscreenButton.title=d}_getTitle(){return this._map._getUIString(this._isFullscreen()?"FullscreenControl.Exit":"FullscreenControl.Enter")}_isFullscreen(){return this._fullscreen}_handleFullscreenChange(){this._fullscreen=!this._fullscreen,this._fullscreenButton.classList.toggle("maplibregl-ctrl-shrink"),this._fullscreenButton.classList.toggle("maplibregl-ctrl-fullscreen"),this._updateTitle(),this._fullscreen?(this.fire(new c.l("fullscreenstart")),this._prevCooperativeGesturesEnabled=this._map.cooperativeGestures.isEnabled(),this._map.cooperativeGestures.disable()):(this.fire(new c.l("fullscreenend")),this._prevCooperativeGesturesEnabled&&this._map.cooperativeGestures.enable())}_exitFullscreen(){window.document.exitFullscreen?window.document.exitFullscreen():window.document.mozCancelFullScreen?window.document.mozCancelFullScreen():window.document.msExitFullscreen?window.document.msExitFullscreen():window.document.webkitCancelFullScreen?window.document.webkitCancelFullScreen():this._togglePseudoFullScreen()}_requestFullscreen(){this._container.requestFullscreen?this._container.requestFullscreen():this._container.mozRequestFullScreen?this._container.mozRequestFullScreen():this._container.msRequestFullscreen?this._container.msRequestFullscreen():this._container.webkitRequestFullscreen?this._container.webkitRequestFullscreen():this._togglePseudoFullScreen()}_togglePseudoFullScreen(){this._container.classList.toggle("maplibregl-pseudo-fullscreen"),this._handleFullscreenChange(),this._map.resize()}},M.GeoJSONSource=Kn,M.GeolocateControl=class extends c.E{constructor(d){super(),this._onSuccess=t=>{if(this._map){if(this._isOutOfMapMaxBounds(t))return this._setErrorState(),this.fire(new c.l("outofmaxbounds",t)),this._updateMarker(),void this._finish();if(this.options.trackUserLocation)switch(this._lastKnownPosition=t,this._watchState){case"WAITING_ACTIVE":case"ACTIVE_LOCK":case"ACTIVE_ERROR":this._watchState="ACTIVE_LOCK",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active-error"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-active");break;case"BACKGROUND":case"BACKGROUND_ERROR":this._watchState="BACKGROUND",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-background-error"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-background");break;default:throw new Error(`Unexpected watchState ${this._watchState}`)}this.options.showUserLocation&&this._watchState!=="OFF"&&this._updateMarker(t),this.options.trackUserLocation&&this._watchState!=="ACTIVE_LOCK"||this._updateCamera(t),this.options.showUserLocation&&this._dotElement.classList.remove("maplibregl-user-location-dot-stale"),this.fire(new c.l("geolocate",t)),this._finish()}},this._updateCamera=t=>{const n=new c.V(t.coords.longitude,t.coords.latitude),a=t.coords.accuracy,l=this._map.getBearing(),p=c.e({bearing:l},this.options.fitBoundsOptions),m=ri.fromLngLat(n,a);this._map.fitBounds(m,p,{geolocateSource:!0})},this._updateMarker=t=>{if(t){const n=new c.V(t.coords.longitude,t.coords.latitude);this._accuracyCircleMarker.setLngLat(n).addTo(this._map),this._userLocationDotMarker.setLngLat(n).addTo(this._map),this._accuracy=t.coords.accuracy,this._updateCircleRadiusIfNeeded()}else this._userLocationDotMarker.remove(),this._accuracyCircleMarker.remove()},this._onUpdate=()=>{this._updateCircleRadiusIfNeeded()},this._onError=t=>{if(this._map){if(t.code===1){this._watchState="OFF",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active-error"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-background"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-background-error"),this._geolocateButton.disabled=!0;const n=this._map._getUIString("GeolocateControl.LocationNotAvailable");this._geolocateButton.title=n,this._geolocateButton.setAttribute("aria-label",n),this._geolocationWatchID!==void 0&&this._clearWatch()}else{if(t.code===3&&On)return;this._setErrorState()}this._watchState!=="OFF"&&this.options.showUserLocation&&this._dotElement.classList.add("maplibregl-user-location-dot-stale"),this.fire(new c.l("error",t)),this._finish()}},this._finish=()=>{this._timeoutId&&clearTimeout(this._timeoutId),this._timeoutId=void 0},this._setupUI=()=>{this._map&&(this._container.addEventListener("contextmenu",(t=>t.preventDefault())),this._geolocateButton=ie.create("button","maplibregl-ctrl-geolocate",this._container),ie.create("span","maplibregl-ctrl-icon",this._geolocateButton).setAttribute("aria-hidden","true"),this._geolocateButton.type="button",this._geolocateButton.disabled=!0)},this._finishSetupUI=t=>{if(this._map){if(t===!1){c.w("Geolocation support is not available so the GeolocateControl will be disabled.");const n=this._map._getUIString("GeolocateControl.LocationNotAvailable");this._geolocateButton.disabled=!0,this._geolocateButton.title=n,this._geolocateButton.setAttribute("aria-label",n)}else{const n=this._map._getUIString("GeolocateControl.FindMyLocation");this._geolocateButton.disabled=!1,this._geolocateButton.title=n,this._geolocateButton.setAttribute("aria-label",n)}this.options.trackUserLocation&&(this._geolocateButton.setAttribute("aria-pressed","false"),this._watchState="OFF"),this.options.showUserLocation&&(this._dotElement=ie.create("div","maplibregl-user-location-dot"),this._userLocationDotMarker=new ma({element:this._dotElement}),this._circleElement=ie.create("div","maplibregl-user-location-accuracy-circle"),this._accuracyCircleMarker=new ma({element:this._circleElement,pitchAlignment:"map"}),this.options.trackUserLocation&&(this._watchState="OFF"),this._map.on("zoom",this._onUpdate),this._map.on("move",this._onUpdate),this._map.on("rotate",this._onUpdate),this._map.on("pitch",this._onUpdate)),this._geolocateButton.addEventListener("click",(()=>this.trigger())),this._setup=!0,this.options.trackUserLocation&&this._map.on("movestart",(n=>{const a=n?.[0]instanceof ResizeObserverEntry;n.geolocateSource||this._watchState!=="ACTIVE_LOCK"||a||this._map.isZooming()||(this._watchState="BACKGROUND",this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-background"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active"),this.fire(new c.l("trackuserlocationend")),this.fire(new c.l("userlocationlostfocus")))}))}},this.options=c.e({},El,d)}onAdd(d){return this._map=d,this._container=ie.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._setupUI(),(function(){return c._(this,arguments,void 0,(function*(t=!1){if(Yr!==void 0&&!t)return Yr;if(window.navigator.permissions===void 0)return Yr=!!window.navigator.geolocation,Yr;try{Yr=(yield window.navigator.permissions.query({name:"geolocation"})).state!=="denied"}catch{Yr=!!window.navigator.geolocation}return Yr}))})().then((t=>this._finishSetupUI(t))),this._container}onRemove(){this._geolocationWatchID!==void 0&&(window.navigator.geolocation.clearWatch(this._geolocationWatchID),this._geolocationWatchID=void 0),this.options.showUserLocation&&this._userLocationDotMarker&&this._userLocationDotMarker.remove(),this.options.showAccuracyCircle&&this._accuracyCircleMarker&&this._accuracyCircleMarker.remove(),ie.remove(this._container),this._map.off("zoom",this._onUpdate),this._map.off("move",this._onUpdate),this._map.off("rotate",this._onUpdate),this._map.off("pitch",this._onUpdate),this._map=void 0,Ts=0,On=!1}_isOutOfMapMaxBounds(d){const t=this._map.getMaxBounds(),n=d.coords;return t&&(n.longitude<t.getWest()||n.longitude>t.getEast()||n.latitude<t.getSouth()||n.latitude>t.getNorth())}_setErrorState(){switch(this._watchState){case"WAITING_ACTIVE":this._watchState="ACTIVE_ERROR",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-active-error");break;case"ACTIVE_LOCK":this._watchState="ACTIVE_ERROR",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-active-error"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-waiting");break;case"BACKGROUND":this._watchState="BACKGROUND_ERROR",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-background"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-background-error"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-waiting");break;case"ACTIVE_ERROR":case"BACKGROUND_ERROR":case"OFF":case void 0:break;default:throw new Error(`Unexpected watchState ${this._watchState}`)}}_updateCircleRadiusIfNeeded(){const d=this._userLocationDotMarker.getLngLat();if(!(this.options.showUserLocation&&this.options.showAccuracyCircle&&this._accuracy&&d))return;const t=this._map.project(d),n=this._map.unproject([t.x+100,t.y]),a=d.distanceTo(n)/100,l=2*this._accuracy/a;this._circleElement.style.width=`${l.toFixed(2)}px`,this._circleElement.style.height=`${l.toFixed(2)}px`}trigger(){if(!this._setup)return c.w("Geolocate control triggered before added to a map"),!1;if(this.options.trackUserLocation){switch(this._watchState){case"OFF":this._watchState="WAITING_ACTIVE",this.fire(new c.l("trackuserlocationstart"));break;case"WAITING_ACTIVE":case"ACTIVE_LOCK":case"ACTIVE_ERROR":case"BACKGROUND_ERROR":Ts--,On=!1,this._watchState="OFF",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active-error"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-background"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-background-error"),this.fire(new c.l("trackuserlocationend"));break;case"BACKGROUND":this._watchState="ACTIVE_LOCK",this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-background"),this._lastKnownPosition&&this._updateCamera(this._lastKnownPosition),this.fire(new c.l("trackuserlocationstart")),this.fire(new c.l("userlocationfocus"));break;default:throw new Error(`Unexpected watchState ${this._watchState}`)}switch(this._watchState){case"WAITING_ACTIVE":this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-active");break;case"ACTIVE_LOCK":this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-active");break;case"OFF":break;default:throw new Error(`Unexpected watchState ${this._watchState}`)}if(this._watchState==="OFF"&&this._geolocationWatchID!==void 0)this._clearWatch();else if(this._geolocationWatchID===void 0){let d;this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.setAttribute("aria-pressed","true"),Ts++,Ts>1?(d={maximumAge:6e5,timeout:0},On=!0):(d=this.options.positionOptions,On=!1),this._geolocationWatchID=window.navigator.geolocation.watchPosition(this._onSuccess,this._onError,d)}}else window.navigator.geolocation.getCurrentPosition(this._onSuccess,this._onError,this.options.positionOptions),this._timeoutId=setTimeout(this._finish,1e4);return!0}_clearWatch(){window.navigator.geolocation.clearWatch(this._geolocationWatchID),this._geolocationWatchID=void 0,this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.setAttribute("aria-pressed","false"),this.options.showUserLocation&&this._updateMarker(null)}},M.GlobeControl=class{constructor(){this._toggleProjection=()=>{var d;const t=(d=this._map.getProjection())===null||d===void 0?void 0:d.type;this._map.setProjection(t!=="mercator"&&t?{type:"mercator"}:{type:"globe"}),this._updateGlobeIcon()},this._updateGlobeIcon=()=>{var d;this._globeButton.classList.remove("maplibregl-ctrl-globe"),this._globeButton.classList.remove("maplibregl-ctrl-globe-enabled"),((d=this._map.getProjection())===null||d===void 0?void 0:d.type)==="globe"?(this._globeButton.classList.add("maplibregl-ctrl-globe-enabled"),this._globeButton.title=this._map._getUIString("GlobeControl.Disable")):(this._globeButton.classList.add("maplibregl-ctrl-globe"),this._globeButton.title=this._map._getUIString("GlobeControl.Enable"))}}onAdd(d){return this._map=d,this._container=ie.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._globeButton=ie.create("button","maplibregl-ctrl-globe",this._container),ie.create("span","maplibregl-ctrl-icon",this._globeButton).setAttribute("aria-hidden","true"),this._globeButton.type="button",this._globeButton.addEventListener("click",this._toggleProjection),this._updateGlobeIcon(),this._map.on("styledata",this._updateGlobeIcon),this._container}onRemove(){ie.remove(this._container),this._map.off("styledata",this._updateGlobeIcon),this._globeButton.removeEventListener("click",this._toggleProjection),this._map=void 0}},M.Hash=yl,M.ImageSource=ir,M.KeyboardHandler=Ft,M.LngLatBounds=ri,M.LogoControl=eu,M.Map=class extends er{constructor(d){var t,n;c.cG.mark(c.cH.create);const a=Object.assign(Object.assign(Object.assign({},co),d),{canvasContextAttributes:Object.assign(Object.assign({},co.canvasContextAttributes),d.canvasContextAttributes)});if(a.minZoom!=null&&a.maxZoom!=null&&a.minZoom>a.maxZoom)throw new Error("maxZoom must be greater than or equal to minZoom");if(a.minPitch!=null&&a.maxPitch!=null&&a.minPitch>a.maxPitch)throw new Error("maxPitch must be greater than or equal to minPitch");if(a.minPitch!=null&&a.minPitch<0)throw new Error("minPitch must be greater than or equal to 0");if(a.maxPitch!=null&&a.maxPitch>180)throw new Error("maxPitch must be less than or equal to 180");const l=new In,p=new Mn;if(a.minZoom!==void 0&&l.setMinZoom(a.minZoom),a.maxZoom!==void 0&&l.setMaxZoom(a.maxZoom),a.minPitch!==void 0&&l.setMinPitch(a.minPitch),a.maxPitch!==void 0&&l.setMaxPitch(a.maxPitch),a.renderWorldCopies!==void 0&&l.setRenderWorldCopies(a.renderWorldCopies),a.transformConstrain!==null&&l.setConstrainOverride(a.transformConstrain),super(l,p,{bearingSnap:a.bearingSnap}),this._idleTriggered=!1,this._crossFadingFactor=1,this._renderTaskQueue=new ah,this._controls=[],this._mapId=c.af(),this._lostContextStyle={style:null,images:null},this._contextLost=_=>{_.preventDefault(),this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this.painter.destroy();for(const v of Object.values(this.style._layers))if(v.type,v._listeners)for(const[b]of Object.entries(v._listeners));this._lostContextStyle=this._getStyleAndImages(),this.style.destroy(),this.style=null,this.fire(new c.l("webglcontextlost",{originalEvent:_}))},this._contextRestored=_=>{this._lostContextStyle.style&&this.setStyle(this._lostContextStyle.style,{diff:!1}),this._lostContextStyle.images&&(this.style.imageManager.images=this._lostContextStyle.images),this._setupPainter(),this.resize(),this._update(),this.fire(new c.l("webglcontextrestored",{originalEvent:_}))},this._onMapScroll=_=>{if(_.target===this._container)return this._container.scrollTop=0,this._container.scrollLeft=0,!1},this._onWindowOnline=()=>{this._update()},this._interactive=a.interactive,this._maxTileCacheSize=a.maxTileCacheSize,this._maxTileCacheZoomLevels=a.maxTileCacheZoomLevels,this._canvasContextAttributes=Object.assign({},a.canvasContextAttributes),this._trackResize=a.trackResize===!0,this._bearingSnap=a.bearingSnap,this._centerClampedToGround=a.centerClampedToGround,this._refreshExpiredTiles=a.refreshExpiredTiles===!0,this._fadeDuration=a.fadeDuration,this._crossSourceCollisions=a.crossSourceCollisions===!0,this._collectResourceTiming=a.collectResourceTiming===!0,this._locale=Object.assign(Object.assign({},lo),a.locale),this._clickTolerance=a.clickTolerance,this._overridePixelRatio=a.pixelRatio,this._maxCanvasSize=a.maxCanvasSize,this._zoomLevelsToOverscale=a.experimentalZoomLevelsToOverscale,this.transformCameraUpdate=a.transformCameraUpdate,this.transformConstrain=a.transformConstrain,this.cancelPendingTileRequestsWhileZooming=a.cancelPendingTileRequestsWhileZooming===!0,a.reduceMotion!==void 0&&(Xe.prefersReducedMotion=a.reduceMotion),this._imageQueueHandle=vi.addThrottleControl((()=>this.isMoving())),this._requestManager=new $r(a.transformRequest),typeof a.container=="string"){if(this._container=document.getElementById(a.container),!this._container)throw new Error(`Container '${a.container}' not found.`)}else{if(!(a.container instanceof HTMLElement))throw new Error("Invalid type: 'container' must be a String or HTMLElement.");this._container=a.container}if(a.maxBounds&&this.setMaxBounds(a.maxBounds),this._setupContainer(),this._setupPainter(),this.on("move",(()=>this._update(!1))),this.on("moveend",(()=>this._update(!1))),this.on("zoom",(()=>this._update(!0))),this.on("terrain",(()=>{this.painter.terrainFacilitator.dirty=!0,this._update(!0)})),this.once("idle",(()=>{this._idleTriggered=!0})),typeof window<"u"){addEventListener("online",this._onWindowOnline,!1);let _=!1;const v=_l((b=>{this._trackResize&&!this._removed&&(this.resize(b),this.redraw())}),50);this._resizeObserver=new ResizeObserver((b=>{_?v(b):_=!0})),this._resizeObserver.observe(this._container)}this.handlers=new oo(this,a),this._hash=a.hash&&new yl(typeof a.hash=="string"&&a.hash||void 0).addTo(this),this._hash&&this._hash._onHashChange()||(this.jumpTo({center:a.center,elevation:a.elevation,zoom:a.zoom,bearing:a.bearing,pitch:a.pitch,roll:a.roll}),a.bounds&&(this.resize(),this.fitBounds(a.bounds,c.e({},a.fitBoundsOptions,{duration:0}))));const m=typeof a.style=="string"||((n=(t=a.style)===null||t===void 0?void 0:t.projection)===null||n===void 0?void 0:n.type)!=="globe";this.resize(null,m),this._localIdeographFontFamily=a.localIdeographFontFamily,this._validateStyle=a.validateStyle,a.style&&this.setStyle(a.style,{localIdeographFontFamily:a.localIdeographFontFamily}),a.attributionControl&&this.addControl(new Il(typeof a.attributionControl=="boolean"?void 0:a.attributionControl)),a.maplibreLogo&&this.addControl(new eu,a.logoPosition),this.on("style.load",(()=>{if(m||this._resizeTransform(),this.transform.unmodified){const _=c.U(this.style.stylesheet,["center","zoom","bearing","pitch","roll"]);this.jumpTo(_)}})),this.on("data",(_=>{this._update(_.dataType==="style"),this.fire(new c.l(`${_.dataType}data`,_))})),this.on("dataloading",(_=>{this.fire(new c.l(`${_.dataType}dataloading`,_))})),this.on("dataabort",(_=>{this.fire(new c.l("sourcedataabort",_))}))}_getMapId(){return this._mapId}setGlobalStateProperty(d,t){return this.style.setGlobalStateProperty(d,t),this._update(!0)}getGlobalState(){return this.style.getGlobalState()}addControl(d,t){if(t===void 0&&(t=d.getDefaultPosition?d.getDefaultPosition():"top-right"),!d||!d.onAdd)return this.fire(new c.k(new Error("Invalid argument to map.addControl(). Argument must be a control with onAdd and onRemove methods.")));const n=d.onAdd(this);this._controls.push(d);const a=this._controlPositions[t];return t.indexOf("bottom")!==-1?a.insertBefore(n,a.firstChild):a.appendChild(n),this}removeControl(d){if(!d||!d.onRemove)return this.fire(new c.k(new Error("Invalid argument to map.removeControl(). Argument must be a control with onAdd and onRemove methods.")));const t=this._controls.indexOf(d);return t>-1&&this._controls.splice(t,1),d.onRemove(this),this}hasControl(d){return this._controls.indexOf(d)>-1}coveringTiles(d){return ni(this.transform,d)}calculateCameraOptionsFromTo(d,t,n,a){return a==null&&this.terrain&&(a=this.terrain.getElevationForLngLat(n,this.transform)),super.calculateCameraOptionsFromTo(d,t,n,a)}resize(d,t=!0){const[n,a]=this._containerDimensions(),l=this._getClampedPixelRatio(n,a);if(this._resizeCanvas(n,a,l),this.painter.resize(n,a,l),this.painter.overLimit()){const m=this.painter.context.gl;this._maxCanvasSize=[m.drawingBufferWidth,m.drawingBufferHeight];const _=this._getClampedPixelRatio(n,a);this._resizeCanvas(n,a,_),this.painter.resize(n,a,_)}this._resizeTransform(t);const p=!this._moving;return p&&(this.stop(),this.fire(new c.l("movestart",d)).fire(new c.l("move",d))),this.fire(new c.l("resize",d)),p&&this.fire(new c.l("moveend",d)),this}_resizeTransform(d=!0){var t;const[n,a]=this._containerDimensions();this.transform.resize(n,a,d),(t=this._requestedCameraState)===null||t===void 0||t.resize(n,a,d)}_getClampedPixelRatio(d,t){const{0:n,1:a}=this._maxCanvasSize,l=this.getPixelRatio(),p=d*l,m=t*l;return Math.min(p>n?n/p:1,m>a?a/m:1)*l}getPixelRatio(){var d;return(d=this._overridePixelRatio)!==null&&d!==void 0?d:devicePixelRatio}setPixelRatio(d){this._overridePixelRatio=d,this.resize()}getBounds(){return this.transform.getBounds()}getMaxBounds(){return this.transform.getMaxBounds()}setMaxBounds(d){return this.transform.setMaxBounds(ri.convert(d)),this._update()}setMinZoom(d){if((d=d??-2)>=-2&&d<=this.transform.maxZoom){const t=this._getTransformForUpdate();return t.setMinZoom(d),this._applyUpdatedTransform(t),this._update(),this}throw new Error("minZoom must be between -2 and the current maxZoom, inclusive")}getMinZoom(){return this.transform.minZoom}setMaxZoom(d){if((d=d??22)>=this.transform.minZoom){const t=this._getTransformForUpdate();return t.setMaxZoom(d),this._applyUpdatedTransform(t),this._update(),this}throw new Error("maxZoom must be greater than the current minZoom")}getMaxZoom(){return this.transform.maxZoom}setMinPitch(d){if((d=d??0)<0)throw new Error("minPitch must be greater than or equal to 0");if(d>=0&&d<=this.transform.maxPitch)return this.transform.setMinPitch(d),this._update(),this.getPitch()<d&&this.setPitch(d),this;throw new Error("minPitch must be between 0 and the current maxPitch, inclusive")}getMinPitch(){return this.transform.minPitch}setMaxPitch(d){if((d=d??60)>180)throw new Error("maxPitch must be less than or equal to 180");if(d>=this.transform.minPitch)return this.transform.setMaxPitch(d),this._update(),this.getPitch()>d&&this.setPitch(d),this;throw new Error("maxPitch must be greater than the current minPitch")}getMaxPitch(){return this.transform.maxPitch}getRenderWorldCopies(){return this.transform.renderWorldCopies}setRenderWorldCopies(d){return this.transform.setRenderWorldCopies(d),this._update()}setTransformConstrain(d){return this.transform.setConstrainOverride(d),this._update()}project(d){return this.transform.locationToScreenPoint(c.V.convert(d),this.style&&this.terrain)}unproject(d){return this.transform.screenPointToLocation(c.P.convert(d),this.terrain)}isMoving(){var d;return this._moving||((d=this.handlers)===null||d===void 0?void 0:d.isMoving())}isZooming(){var d;return this._zooming||((d=this.handlers)===null||d===void 0?void 0:d.isZooming())}isRotating(){var d;return this._rotating||((d=this.handlers)===null||d===void 0?void 0:d.isRotating())}_createDelegatedListener(d,t,n){if(d==="mouseenter"||d==="mouseover"){let a=!1;return{layers:t,listener:n,delegates:{mousemove:p=>{const m=t.filter((v=>this.getLayer(v))),_=m.length!==0?this.queryRenderedFeatures(p.point,{layers:m}):[];_.length?a||(a=!0,n.call(this,new Mi(d,this,p.originalEvent,{features:_}))):a=!1},mouseout:()=>{a=!1}}}}if(d==="mouseleave"||d==="mouseout"){let a=!1;return{layers:t,listener:n,delegates:{mousemove:m=>{const _=t.filter((v=>this.getLayer(v)));(_.length!==0?this.queryRenderedFeatures(m.point,{layers:_}):[]).length?a=!0:a&&(a=!1,n.call(this,new Mi(d,this,m.originalEvent)))},mouseout:m=>{a&&(a=!1,n.call(this,new Mi(d,this,m.originalEvent)))}}}}{const a=l=>{const p=t.filter((_=>this.getLayer(_))),m=p.length!==0?this.queryRenderedFeatures(l.point,{layers:p}):[];m.length&&(l.features=m,n.call(this,l),delete l.features)};return{layers:t,listener:n,delegates:{[d]:a}}}}_saveDelegatedListener(d,t){this._delegatedListeners=this._delegatedListeners||{},this._delegatedListeners[d]=this._delegatedListeners[d]||[],this._delegatedListeners[d].push(t)}_removeDelegatedListener(d,t,n){if(!this._delegatedListeners||!this._delegatedListeners[d])return;const a=this._delegatedListeners[d];for(let l=0;l<a.length;l++){const p=a[l];if(p.listener===n&&p.layers.length===t.length&&p.layers.every((m=>t.includes(m)))){for(const m in p.delegates)this.off(m,p.delegates[m]);return void a.splice(l,1)}}}on(d,t,n){if(n===void 0)return super.on(d,t);const a=typeof t=="string"?[t]:t,l=this._createDelegatedListener(d,a,n);this._saveDelegatedListener(d,l);for(const p in l.delegates)this.on(p,l.delegates[p]);return{unsubscribe:()=>{this._removeDelegatedListener(d,a,n)}}}once(d,t,n){if(n===void 0)return super.once(d,t);const a=typeof t=="string"?[t]:t,l=this._createDelegatedListener(d,a,n);for(const p in l.delegates){const m=l.delegates[p];l.delegates[p]=(..._)=>{this._removeDelegatedListener(d,a,n),m(..._)}}this._saveDelegatedListener(d,l);for(const p in l.delegates)this.once(p,l.delegates[p]);return this}off(d,t,n){return n===void 0?super.off(d,t):(this._removeDelegatedListener(d,typeof t=="string"?[t]:t,n),this)}queryRenderedFeatures(d,t){if(!this.style)return[];let n;const a=d instanceof c.P||Array.isArray(d),l=a?d:[[0,0],[this.transform.width,this.transform.height]];if(t=t||(a?{}:d)||{},l instanceof c.P||typeof l[0]=="number")n=[c.P.convert(l)];else{const p=c.P.convert(l[0]),m=c.P.convert(l[1]);n=[p,new c.P(m.x,p.y),m,new c.P(p.x,m.y),p]}return this.style.queryRenderedFeatures(n,t,this.transform)}querySourceFeatures(d,t){return this.style.querySourceFeatures(d,t)}setStyle(d,t){return(t=c.e({},{localIdeographFontFamily:this._localIdeographFontFamily,validate:this._validateStyle},t)).diff!==!1&&t.localIdeographFontFamily===this._localIdeographFontFamily&&this.style&&d?(this._diffStyle(d,t),this):(this._localIdeographFontFamily=t.localIdeographFontFamily,this._updateStyle(d,t))}setTransformRequest(d){return this._requestManager.setTransformRequest(d),this}_getUIString(d){const t=this._locale[d];if(t==null)throw new Error(`Missing UI string '${d}'`);return t}_updateStyle(d,t){var n,a;if(t.transformStyle&&this.style&&!this.style._loaded)return void this.style.once("style.load",(()=>this._updateStyle(d,t)));const l=this.style&&t.transformStyle?this.style.serialize():void 0;return this.style&&(this.style.setEventedParent(null),this.style._remove(!d)),d?(this.style=new En(this,t||{}),this.style.setEventedParent(this,{style:this.style}),typeof d=="string"?this.style.loadURL(d,t,l):this.style.loadJSON(d,t,l),this):((a=(n=this.style)===null||n===void 0?void 0:n.projection)===null||a===void 0||a.destroy(),delete this.style,this)}_lazyInitEmptyStyle(){this.style||(this.style=new En(this,{}),this.style.setEventedParent(this,{style:this.style}),this.style.loadEmpty())}_diffStyle(d,t){if(typeof d=="string"){const n=this._requestManager.transformRequest(d,"Style");c.j(n,new AbortController).then((a=>{this._updateDiff(a.data,t)})).catch((a=>{a&&this.fire(new c.k(a))}))}else typeof d=="object"&&this._updateDiff(d,t)}_updateDiff(d,t){try{this.style.setState(d,t)&&this._update(!0)}catch(n){c.w(`Unable to perform style diff: ${n.message||n.error||n}. Rebuilding the style from scratch.`),this._updateStyle(d,t)}}getStyle(){if(this.style)return this.style.serialize()}_getStyleAndImages(){return this.style?{style:this.style.serialize(),images:this.style.imageManager.cloneImages()}:{style:null,images:{}}}isStyleLoaded(){return this.style?this.style.loaded():c.w("There is no style added to the map.")}addSource(d,t){return this._lazyInitEmptyStyle(),this.style.addSource(d,t),this._update(!0)}isSourceLoaded(d){const t=this.style&&this.style.tileManagers[d];if(t!==void 0)return t.loaded();this.fire(new c.k(new Error(`There is no tile manager with ID '${d}'`)))}setTerrain(d){if(this.style._checkLoaded(),this._terrainDataCallback&&this.style.off("data",this._terrainDataCallback),d){const t=this.style.tileManagers[d.source];if(!t)throw new Error(`cannot load terrain, because there exists no source with ID: ${d.source}`);this.terrain===null&&t.reload();for(const n in this.style._layers){const a=this.style._layers[n];a.type==="hillshade"&&a.source===d.source&&c.w("You are using the same source for a hillshade layer and for 3D terrain. Please consider using two separate sources to improve rendering quality."),a.type==="color-relief"&&a.source===d.source&&c.w("You are using the same source for a color-relief layer and for 3D terrain. Please consider using two separate sources to improve rendering quality.")}this.terrain=new ti(this.painter,t,d),this.painter.renderToTexture=new da(this.painter,this.terrain),this.transform.setMinElevationForCurrentTile(this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom)),this.transform.setElevation(this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom)),this._terrainDataCallback=n=>{var a;n.dataType==="style"?this.terrain.tileManager.freeRtt():n.dataType==="source"&&n.tile&&(n.sourceId!==d.source||this._elevationFreeze||(this.transform.setMinElevationForCurrentTile(this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom)),this._centerClampedToGround&&this.transform.setElevation(this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom))),((a=n.source)===null||a===void 0?void 0:a.type)==="image"?this.terrain.tileManager.freeRtt():this.terrain.tileManager.freeRtt(n.tile.tileID))},this.style.on("data",this._terrainDataCallback)}else this.terrain&&this.terrain.tileManager.destruct(),this.terrain=null,this.painter.renderToTexture&&this.painter.renderToTexture.destruct(),this.painter.renderToTexture=null,this.transform.setMinElevationForCurrentTile(0),this._centerClampedToGround&&this.transform.setElevation(0);return this.fire(new c.l("terrain",{terrain:d})),this}getTerrain(){var d,t;return(t=(d=this.terrain)===null||d===void 0?void 0:d.options)!==null&&t!==void 0?t:null}areTilesLoaded(){const d=this.style&&this.style.tileManagers;for(const t of Object.values(d))if(!t.areTilesLoaded())return!1;return!0}removeSource(d){return this.style.removeSource(d),this._update(!0)}getSource(d){return this.style.getSource(d)}setSourceTileLodParams(d,t,n){if(n){const a=this.getSource(n);if(!a)throw new Error(`There is no source with ID "${n}", cannot set LOD parameters`);a.calculateTileZoom=kt(Math.max(1,d),Math.max(1,t))}else for(const a in this.style.tileManagers)this.style.tileManagers[a].getSource().calculateTileZoom=kt(Math.max(1,d),Math.max(1,t));return this._update(!0),this}refreshTiles(d,t){const n=this.style.tileManagers[d];if(!n)throw new Error(`There is no tile manager with ID "${d}", cannot refresh tile`);t===void 0?n.reload(!0):n.refreshTiles(t.map((a=>new c.ac(a.z,a.x,a.y))))}addImage(d,t,n={}){const{pixelRatio:a=1,sdf:l=!1,stretchX:p,stretchY:m,content:_,textFitWidth:v,textFitHeight:b}=n;if(this._lazyInitEmptyStyle(),!(t instanceof HTMLImageElement||c.b(t))){if(t.width===void 0||t.height===void 0)return this.fire(new c.k(new Error("Invalid arguments to map.addImage(). The second argument must be an `HTMLImageElement`, `ImageData`, `ImageBitmap`, or object with `width`, `height`, and `data` properties with the same format as `ImageData`")));{const{width:T,height:C,data:I}=t,D=t;return this.style.addImage(d,{data:new c.R({width:T,height:C},new Uint8Array(I)),pixelRatio:a,stretchX:p,stretchY:m,content:_,textFitWidth:v,textFitHeight:b,sdf:l,version:0,userImage:D}),D.onAdd&&D.onAdd(this,d),this}}{const{width:T,height:C,data:I}=Xe.getImageData(t);this.style.addImage(d,{data:new c.R({width:T,height:C},I),pixelRatio:a,stretchX:p,stretchY:m,content:_,textFitWidth:v,textFitHeight:b,sdf:l,version:0})}}updateImage(d,t){const n=this.style.getImage(d);if(!n)return this.fire(new c.k(new Error("The map has no image with that id. If you are adding a new image use `map.addImage(...)` instead.")));const a=t instanceof HTMLImageElement||c.b(t)?Xe.getImageData(t):t,{width:l,height:p,data:m}=a;if(l===void 0||p===void 0)return this.fire(new c.k(new Error("Invalid arguments to map.updateImage(). The second argument must be an `HTMLImageElement`, `ImageData`, `ImageBitmap`, or object with `width`, `height`, and `data` properties with the same format as `ImageData`")));if(l!==n.data.width||p!==n.data.height)return this.fire(new c.k(new Error("The width and height of the updated image must be that same as the previous version of the image")));const _=!(t instanceof HTMLImageElement||c.b(t));return n.data.replace(m,_),this.style.updateImage(d,n),this}getImage(d){return this.style.getImage(d)}hasImage(d){return d?!!this.style.getImage(d):(this.fire(new c.k(new Error("Missing required image id"))),!1)}removeImage(d){this.style.removeImage(d)}loadImage(d){return vi.getImage(this._requestManager.transformRequest(d,"Image"),new AbortController)}listImages(){return this.style.listImages()}addLayer(d,t){return this._lazyInitEmptyStyle(),this.style.addLayer(d,t),this._update(!0)}moveLayer(d,t){return this.style.moveLayer(d,t),this._update(!0)}removeLayer(d){return this.style.removeLayer(d),this._update(!0)}getLayer(d){return this.style.getLayer(d)}getLayersOrder(){return this.style.getLayersOrder()}setLayerZoomRange(d,t,n){return this.style.setLayerZoomRange(d,t,n),this._update(!0)}setFilter(d,t,n={}){return this.style.setFilter(d,t,n),this._update(!0)}getFilter(d){return this.style.getFilter(d)}setPaintProperty(d,t,n,a={}){return this.style.setPaintProperty(d,t,n,a),this._update(!0)}getPaintProperty(d,t){return this.style.getPaintProperty(d,t)}setLayoutProperty(d,t,n,a={}){return this.style.setLayoutProperty(d,t,n,a),this._update(!0)}getLayoutProperty(d,t){return this.style.getLayoutProperty(d,t)}setGlyphs(d,t={}){return this._lazyInitEmptyStyle(),this.style.setGlyphs(d,t),this._update(!0)}getGlyphs(){return this.style.getGlyphsUrl()}addSprite(d,t,n={}){return this._lazyInitEmptyStyle(),this.style.addSprite(d,t,n,(a=>{a||this._update(!0)})),this}removeSprite(d){return this._lazyInitEmptyStyle(),this.style.removeSprite(d),this._update(!0)}getSprite(){return this.style.getSprite()}setSprite(d,t={}){return this._lazyInitEmptyStyle(),this.style.setSprite(d,t,(n=>{n||this._update(!0)})),this}setLight(d,t={}){return this._lazyInitEmptyStyle(),this.style.setLight(d,t),this._update(!0)}getLight(){return this.style.getLight()}setSky(d,t={}){return this._lazyInitEmptyStyle(),this.style.setSky(d,t),this._update(!0)}getSky(){return this.style.getSky()}setFeatureState(d,t){return this.style.setFeatureState(d,t),this._update()}removeFeatureState(d,t){return this.style.removeFeatureState(d,t),this._update()}getFeatureState(d){return this.style.getFeatureState(d)}getContainer(){return this._container}getCanvasContainer(){return this._canvasContainer}getCanvas(){return this._canvas}_containerDimensions(){let d=0,t=0;return this._container&&(d=this._container.clientWidth||400,t=this._container.clientHeight||300),[d,t]}_setupContainer(){const d=this._container;d.classList.add("maplibregl-map");const t=this._canvasContainer=ie.create("div","maplibregl-canvas-container",d);this._interactive&&t.classList.add("maplibregl-interactive"),this._canvas=ie.create("canvas","maplibregl-canvas",t),this._canvas.addEventListener("webglcontextlost",this._contextLost,!1),this._canvas.addEventListener("webglcontextrestored",this._contextRestored,!1),this._canvas.setAttribute("tabindex",this._interactive?"0":"-1"),this._canvas.setAttribute("aria-label",this._getUIString("Map.Title")),this._canvas.setAttribute("role","region");const n=this._containerDimensions(),a=this._getClampedPixelRatio(n[0],n[1]);this._resizeCanvas(n[0],n[1],a);const l=this._controlContainer=ie.create("div","maplibregl-control-container",d),p=this._controlPositions={};["top-left","top-right","bottom-left","bottom-right"].forEach((m=>{p[m]=ie.create("div",`maplibregl-ctrl-${m} `,l)})),this._container.addEventListener("scroll",this._onMapScroll,!1)}_resizeCanvas(d,t,n){this._canvas.width=Math.floor(n*d),this._canvas.height=Math.floor(n*t),this._canvas.style.width=`${d}px`,this._canvas.style.height=`${t}px`}_setupPainter(){const d=Object.assign(Object.assign({},this._canvasContextAttributes),{alpha:!0,depth:!0,stencil:!0,premultipliedAlpha:!0});let t=null;this._canvas.addEventListener("webglcontextcreationerror",(a=>{t={requestedAttributes:d},a&&(t.statusMessage=a.statusMessage,t.type=a.type)}),{once:!0});let n=null;if(n=this._canvasContextAttributes.contextType?this._canvas.getContext(this._canvasContextAttributes.contextType,d):this._canvas.getContext("webgl2",d)||this._canvas.getContext("webgl",d),!n){const a="Failed to initialize WebGL";throw t?(t.message=a,new Error(JSON.stringify(t))):new Error(a)}this.painter=new Gc(n,this.transform),Et.testSupport(n)}migrateProjection(d,t){super.migrateProjection(d,t),this.painter.transform=d,this.fire(new c.l("projectiontransition",{newProjection:this.style.projection.name}))}loaded(){return!this._styleDirty&&!this._sourcesDirty&&!!this.style&&this.style.loaded()}_update(d){return this.style&&this.style._loaded?(this._styleDirty=this._styleDirty||d,this._sourcesDirty=!0,this.triggerRepaint(),this):this}_requestRenderFrame(d){return this._update(),this._renderTaskQueue.add(d)}_cancelRenderFrame(d){this._renderTaskQueue.remove(d)}_render(d){var t,n,a,l,p;const m=this._idleTriggered?this._fadeDuration:0,_=((t=this.style.projection)===null||t===void 0?void 0:t.transitionState)>0;if(this.painter.context.setDirty(),this.painter.setBaseState(),this._renderTaskQueue.run(d),this._removed)return;let v=!1;if(this.style&&this._styleDirty){this._styleDirty=!1;const C=this.transform.zoom,I=at();this.style.zoomHistory.update(C,I);const D=new c.H(C,{now:I,fadeDuration:m,zoomHistory:this.style.zoomHistory,transition:this.style.getTransition()}),R=D.crossFadingFactor();R===1&&R===this._crossFadingFactor||(v=!0,this._crossFadingFactor=R),this.style.update(D)}const b=((n=this.style.projection)===null||n===void 0?void 0:n.transitionState)>0!==_;(a=this.style.projection)===null||a===void 0||a.setErrorQueryLatitudeDegrees(this.transform.center.lat),this.transform.setTransitionState((l=this.style.projection)===null||l===void 0?void 0:l.transitionState,(p=this.style.projection)===null||p===void 0?void 0:p.latitudeErrorCorrectionRadians),this.style&&(this._sourcesDirty||b)&&(this._sourcesDirty=!1,this.style._updateSources(this.transform)),this.terrain?(this.terrain.tileManager.update(this.transform,this.terrain),this.transform.setMinElevationForCurrentTile(this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom)),!this._elevationFreeze&&this._centerClampedToGround&&this.transform.setElevation(this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom))):(this.transform.setMinElevationForCurrentTile(0),this._centerClampedToGround&&this.transform.setElevation(0)),this._placementDirty=this.style&&this.style._updatePlacement(this.transform,this.showCollisionBoxes,m,this._crossSourceCollisions,b),this.painter.render(this.style,{showTileBoundaries:this.showTileBoundaries,showOverdrawInspector:this._showOverdrawInspector,rotating:this.isRotating(),zooming:this.isZooming(),moving:this.isMoving(),fadeDuration:m,showPadding:this.showPadding}),this.fire(new c.l("render")),this.loaded()&&!this._loaded&&(this._loaded=!0,c.cG.mark(c.cH.load),this.fire(new c.l("load"))),this.style&&(this.style.hasTransitions()||v)&&(this._styleDirty=!0),this.style&&!this._placementDirty&&this.style._releaseSymbolFadeTiles();const T=this._sourcesDirty||this._styleDirty||this._placementDirty;return T||this._repaint?this.triggerRepaint():!this.isMoving()&&this.loaded()&&this.fire(new c.l("idle")),!this._loaded||this._fullyLoaded||T||(this._fullyLoaded=!0,c.cG.mark(c.cH.fullLoad)),this}redraw(){return this.style&&(this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this._render(0)),this}remove(){var d;this._hash&&this._hash.remove();for(const n of this._controls)n.onRemove(this);this._controls=[],this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this._renderTaskQueue.clear(),this.painter.destroy(),this.handlers.destroy(),delete this.handlers,this.setStyle(null),typeof window<"u"&&removeEventListener("online",this._onWindowOnline,!1),vi.removeThrottleControl(this._imageQueueHandle),(d=this._resizeObserver)===null||d===void 0||d.disconnect();const t=this.painter.context.gl.getExtension("WEBGL_lose_context");t?.loseContext&&t.loseContext(),this._canvas.removeEventListener("webglcontextrestored",this._contextRestored,!1),this._canvas.removeEventListener("webglcontextlost",this._contextLost,!1),ie.remove(this._canvasContainer),ie.remove(this._controlContainer),this._container.removeEventListener("scroll",this._onMapScroll,!1),this._container.classList.remove("maplibregl-map"),c.cG.clearMetrics(),this._removed=!0,this.fire(new c.l("remove"))}triggerRepaint(){this.style&&!this._frameRequest&&(this._frameRequest=new AbortController,Xe.frame(this._frameRequest,(d=>{c.cG.frame(d),this._frameRequest=null;try{this._render(d)}catch(t){if(!c.Z(t)&&!(function(n){return n.message===hl})(t))throw t}}),(()=>{})))}get showTileBoundaries(){return!!this._showTileBoundaries}set showTileBoundaries(d){this._showTileBoundaries!==d&&(this._showTileBoundaries=d,this._update())}get showPadding(){return!!this._showPadding}set showPadding(d){this._showPadding!==d&&(this._showPadding=d,this._update())}get showCollisionBoxes(){return!!this._showCollisionBoxes}set showCollisionBoxes(d){this._showCollisionBoxes!==d&&(this._showCollisionBoxes=d,d?this.style._generateCollisionBoxes():this._update())}get showOverdrawInspector(){return!!this._showOverdrawInspector}set showOverdrawInspector(d){this._showOverdrawInspector!==d&&(this._showOverdrawInspector=d,this._update())}get repaint(){return!!this._repaint}set repaint(d){this._repaint!==d&&(this._repaint=d,this.triggerRepaint())}get vertices(){return!!this._vertices}set vertices(d){this._vertices=d,this._update()}get version(){return Ml}getCameraTargetElevation(){return this.transform.elevation}getProjection(){return this.style.getProjection()}setProjection(d){return this._lazyInitEmptyStyle(),this.style.setProjection(d),this._update(!0)}},M.MapMouseEvent=Mi,M.MapTouchEvent=na,M.MapWheelEvent=Zc,M.Marker=ma,M.NavigationControl=class{constructor(d){this._updateZoomButtons=()=>{const t=this._map.getZoom(),n=t===this._map.getMaxZoom(),a=t===this._map.getMinZoom();this._zoomInButton.disabled=n,this._zoomOutButton.disabled=a,this._zoomInButton.setAttribute("aria-disabled",n.toString()),this._zoomOutButton.setAttribute("aria-disabled",a.toString())},this._rotateCompassArrow=()=>{this._compassIcon.style.transform=this.options.visualizePitch&&this.options.visualizeRoll?`scale(${1/Math.pow(Math.cos(this._map.transform.pitchInRadians),.5)}) rotateZ(${-this._map.transform.roll}deg) rotateX(${this._map.transform.pitch}deg) rotateZ(${-this._map.transform.bearing}deg)`:this.options.visualizePitch?`scale(${1/Math.pow(Math.cos(this._map.transform.pitchInRadians),.5)}) rotateX(${this._map.transform.pitch}deg) rotateZ(${-this._map.transform.bearing}deg)`:this.options.visualizeRoll?`rotate(${-this._map.transform.bearing-this._map.transform.roll}deg)`:`rotate(${-this._map.transform.bearing}deg)`},this._setButtonTitle=(t,n)=>{const a=this._map._getUIString(`NavigationControl.${n}`);t.title=a,t.setAttribute("aria-label",a)},this.options=c.e({},Cl,d),this._container=ie.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._container.addEventListener("contextmenu",(t=>t.preventDefault())),this.options.showZoom&&(this._zoomInButton=this._createButton("maplibregl-ctrl-zoom-in",(t=>this._map.zoomIn({},{originalEvent:t}))),ie.create("span","maplibregl-ctrl-icon",this._zoomInButton).setAttribute("aria-hidden","true"),this._zoomOutButton=this._createButton("maplibregl-ctrl-zoom-out",(t=>this._map.zoomOut({},{originalEvent:t}))),ie.create("span","maplibregl-ctrl-icon",this._zoomOutButton).setAttribute("aria-hidden","true")),this.options.showCompass&&(this._compass=this._createButton("maplibregl-ctrl-compass",(t=>{this.options.visualizePitch?this._map.resetNorthPitch({},{originalEvent:t}):this._map.resetNorth({},{originalEvent:t})})),this._compassIcon=ie.create("span","maplibregl-ctrl-icon",this._compass),this._compassIcon.setAttribute("aria-hidden","true"))}onAdd(d){return this._map=d,this.options.showZoom&&(this._setButtonTitle(this._zoomInButton,"ZoomIn"),this._setButtonTitle(this._zoomOutButton,"ZoomOut"),this._map.on("zoom",this._updateZoomButtons),this._updateZoomButtons()),this.options.showCompass&&(this._setButtonTitle(this._compass,"ResetBearing"),this.options.visualizePitch&&this._map.on("pitch",this._rotateCompassArrow),this.options.visualizeRoll&&this._map.on("roll",this._rotateCompassArrow),this._map.on("rotate",this._rotateCompassArrow),this._rotateCompassArrow(),this._handler=new pa(this._map,this._compass,this.options.visualizePitch)),this._container}onRemove(){ie.remove(this._container),this.options.showZoom&&this._map.off("zoom",this._updateZoomButtons),this.options.showCompass&&(this.options.visualizePitch&&this._map.off("pitch",this._rotateCompassArrow),this.options.visualizeRoll&&this._map.off("roll",this._rotateCompassArrow),this._map.off("rotate",this._rotateCompassArrow),this._handler.off(),delete this._handler),delete this._map}_createButton(d,t){const n=ie.create("button",d,this._container);return n.type="button",n.addEventListener("click",t),n}},M.Popup=class extends c.E{constructor(d){super(),this._updateOpacity=()=>{this.options.locationOccludedOpacity!==void 0&&(this._container.style.opacity=this._map.transform.isLocationOccluded(this.getLngLat())?`${this.options.locationOccludedOpacity}`:"")},this.remove=()=>(this._content&&ie.remove(this._content),this._container&&(ie.remove(this._container),delete this._container),this._map&&(this._map.off("move",this._update),this._map.off("move",this._onClose),this._map.off("click",this._onClose),this._map.off("remove",this.remove),this._map.off("mousemove",this._onMouseMove),this._map.off("mouseup",this._onMouseUp),this._map.off("drag",this._onDrag),this._map._canvasContainer.classList.remove("maplibregl-track-pointer"),delete this._map,this.fire(new c.l("close"))),this),this._onMouseUp=t=>{this._update(t.point)},this._onMouseMove=t=>{this._update(t.point)},this._onDrag=t=>{this._update(t.point)},this._update=t=>{if(!this._map||!this._lngLat&&!this._trackPointer||!this._content)return;if(!this._container){if(this._container=ie.create("div","maplibregl-popup",this._map.getContainer()),this._tip=ie.create("div","maplibregl-popup-tip",this._container),this._container.appendChild(this._content),this.options.className)for(const m of this.options.className.split(" "))this._container.classList.add(m);this._closeButton&&this._closeButton.setAttribute("aria-label",this._map._getUIString("Popup.Close")),this._trackPointer&&this._container.classList.add("maplibregl-popup-track-pointer")}if(this.options.maxWidth&&this._container.style.maxWidth!==this.options.maxWidth&&(this._container.style.maxWidth=this.options.maxWidth),this._lngLat=uo(this._lngLat,this._flatPos,this._map.transform,this._trackPointer),this._trackPointer&&!t)return;const n=this._flatPos=this._pos=this._trackPointer&&t?t:this._map.project(this._lngLat);this._map.terrain&&(this._flatPos=this._trackPointer&&t?t:this._map.transform.locationToScreenPoint(this._lngLat));let a=this.options.anchor;const l=fo(this.options.offset);if(!a){const m=this._container.offsetWidth,_=this._container.offsetHeight;let v;v=n.y+l.bottom.y<_?["top"]:n.y>this._map.transform.height-_?["bottom"]:[],n.x<m/2?v.push("left"):n.x>this._map.transform.width-m/2&&v.push("right"),a=v.length===0?"bottom":v.join("-")}let p=n.add(l[a]);this.options.subpixelPositioning||(p=p.round()),ie.setTransform(this._container,`${fa[a]} translate(${p.x}px,${p.y}px)`),ho(this._container,a,"popup"),this._updateOpacity()},this._onClose=()=>{this.remove()},this.options=c.e(Object.create(Dl),d)}addTo(d){return this._map&&this.remove(),this._map=d,this.options.closeOnClick&&this._map.on("click",this._onClose),this.options.closeOnMove&&this._map.on("move",this._onClose),this._map.on("remove",this.remove),this._update(),this._focusFirstElement(),this._trackPointer?(this._map.on("mousemove",this._onMouseMove),this._map.on("mouseup",this._onMouseUp),this._container&&this._container.classList.add("maplibregl-popup-track-pointer"),this._map._canvasContainer.classList.add("maplibregl-track-pointer")):this._map.on("move",this._update),this.fire(new c.l("open")),this}isOpen(){return!!this._map}getLngLat(){return this._lngLat}setLngLat(d){return this._lngLat=c.V.convert(d),this._pos=null,this._flatPos=null,this._trackPointer=!1,this._update(),this._map&&(this._map.on("move",this._update),this._map.off("mousemove",this._onMouseMove),this._container&&this._container.classList.remove("maplibregl-popup-track-pointer"),this._map._canvasContainer.classList.remove("maplibregl-track-pointer")),this}trackPointer(){return this._trackPointer=!0,this._pos=null,this._flatPos=null,this._update(),this._map&&(this._map.off("move",this._update),this._map.on("mousemove",this._onMouseMove),this._map.on("drag",this._onDrag),this._container&&this._container.classList.add("maplibregl-popup-track-pointer"),this._map._canvasContainer.classList.add("maplibregl-track-pointer")),this}getElement(){return this._container}setText(d){return this.setDOMContent(document.createTextNode(d))}setHTML(d){const t=document.createDocumentFragment(),n=document.createElement("body");let a;for(n.innerHTML=d;a=n.firstChild,a;)t.appendChild(a);return this.setDOMContent(t)}getMaxWidth(){var d;return(d=this._container)===null||d===void 0?void 0:d.style.maxWidth}setMaxWidth(d){return this.options.maxWidth=d,this._update(),this}setDOMContent(d){if(this._content)for(;this._content.hasChildNodes();)this._content.firstChild&&this._content.removeChild(this._content.firstChild);else this._content=ie.create("div","maplibregl-popup-content",this._container);return this._content.appendChild(d),this._createCloseButton(),this._update(),this._focusFirstElement(),this}addClassName(d){return this._container&&this._container.classList.add(d),this}removeClassName(d){return this._container&&this._container.classList.remove(d),this}setOffset(d){return this.options.offset=d,this._update(),this}toggleClassName(d){if(this._container)return this._container.classList.toggle(d)}setSubpixelPositioning(d){this.options.subpixelPositioning=d}_createCloseButton(){this.options.closeButton&&(this._closeButton=ie.create("button","maplibregl-popup-close-button",this._content),this._closeButton.type="button",this._closeButton.innerHTML="&#215;",this._closeButton.addEventListener("click",this._onClose))}_focusFirstElement(){if(!this.options.focusAfterOpen||!this._container)return;const d=this._container.querySelector(po);d&&d.focus()}},M.RasterDEMTileSource=sn,M.RasterTileSource=Xn,M.ScaleControl=class{constructor(d){this._onMove=()=>{ga(this._map,this._container,this.options)},this.setUnit=t=>{this.options.unit=t,ga(this._map,this._container,this.options)},this.options=Object.assign(Object.assign({},Al),d)}getDefaultPosition(){return"bottom-left"}onAdd(d){return this._map=d,this._container=ie.create("div","maplibregl-ctrl maplibregl-ctrl-scale",d.getContainer()),this._map.on("move",this._onMove),this._onMove(),this._container}onRemove(){ie.remove(this._container),this._map.off("move",this._onMove),this._map=void 0}},M.ScrollZoomHandler=so,M.Style=En,M.TerrainControl=class{constructor(d){this._toggleTerrain=()=>{this._map.getTerrain()?this._map.setTerrain(null):this._map.setTerrain(this.options),this._updateTerrainIcon()},this._updateTerrainIcon=()=>{this._terrainButton.classList.remove("maplibregl-ctrl-terrain"),this._terrainButton.classList.remove("maplibregl-ctrl-terrain-enabled"),this._map.terrain?(this._terrainButton.classList.add("maplibregl-ctrl-terrain-enabled"),this._terrainButton.title=this._map._getUIString("TerrainControl.Disable")):(this._terrainButton.classList.add("maplibregl-ctrl-terrain"),this._terrainButton.title=this._map._getUIString("TerrainControl.Enable"))},this.options=d}onAdd(d){return this._map=d,this._container=ie.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._terrainButton=ie.create("button","maplibregl-ctrl-terrain",this._container),ie.create("span","maplibregl-ctrl-icon",this._terrainButton).setAttribute("aria-hidden","true"),this._terrainButton.type="button",this._terrainButton.addEventListener("click",this._toggleTerrain),this._updateTerrainIcon(),this._map.on("terrain",this._updateTerrainIcon),this._container}onRemove(){ie.remove(this._container),this._map.off("terrain",this._updateTerrainIcon),this._map=void 0}},M.TwoFingersTouchPitchHandler=Yc,M.TwoFingersTouchRotateHandler=Tl,M.TwoFingersTouchZoomHandler=wl,M.TwoFingersTouchZoomRotateHandler=ca,M.VectorTileSource=wn,M.VideoSource=ne,M.addSourceType=(d,t)=>c._(void 0,void 0,void 0,(function*(){if(O(d))throw new Error(`A source type called "${d}" already exists.`);((n,a)=>{L[n]=a})(d,t)})),M.clearPrewarmedResources=function(){const d=Ye;d&&(d.isPreloaded()&&d.numActive()===1&&(d.release(yt),Ye=null))},M.createTileMesh=cc,M.getMaxParallelImageRequests=function(){return c.c.MAX_PARALLEL_IMAGE_REQUESTS},M.getRTLTextPluginStatus=function(){return re().getRTLTextPluginStatus()},M.getVersion=function(){return zl},M.getWorkerCount=function(){return tt.workerCount},M.getWorkerUrl=function(){return c.c.WORKER_URL},M.importScriptInWorkers=function(d){return Ir().broadcast("IS",d)},M.isTimeFrozen=function(){return Dt.isFrozen()},M.now=at,M.prewarm=function(){ui().acquire(yt)},M.restoreNow=function(){Dt.restoreNow()},M.setMaxParallelImageRequests=function(d){c.c.MAX_PARALLEL_IMAGE_REQUESTS=d},M.setNow=function(d){Dt.setNow(d)},M.setRTLTextPlugin=function(d,t){return re().setRTLTextPlugin(d,t)},M.setWorkerCount=function(d){tt.workerCount=d},M.setWorkerUrl=function(d){c.c.WORKER_URL=d}}));var qe=me;return qe}))})(Ru)),Ru.exports}var o_=a_();const Fu=n_(o_),l_=ye.defineComponent({__name:"Map",props:{center:{default:()=>[-74.5,40]},zoom:{default:16},style:{default:void 0},minZoom:{default:0},maxZoom:{default:22},pitch:{default:0},bearing:{default:0},className:{}},emits:["load","click","move","zoom","mapInstance"],setup(Ie,{expose:Oe,emit:me}){const Le=Ie,Ae=me,qe=ye.ref(null),M=ye.ref(null),c=ye.ref([]);let ve=0,vt=!1;const st=(He,xt)=>{const Xe={control:He,position:xt,order:ve++};return c.value.push(Xe),M.value&&vt&&M.value.addControl(He,xt),Xe.order};return ye.provide("map",M),ye.provide("registerControl",st),ye.onMounted(()=>{if(!qe.value)return;const He=Le.style||{version:8,sources:{},layers:[]};M.value=new Fu.Map({container:qe.value,style:He,center:Le.center,zoom:Le.zoom,minZoom:Le.minZoom,maxZoom:Le.maxZoom,pitch:Le.pitch,bearing:Le.bearing,attributionControl:!1}),Ae("mapInstance",M.value),M.value.on("load",()=>{M.value&&Ae("load",M.value)}),M.value.on("click",xt=>{Ae("click",xt)}),M.value.on("move",()=>{M.value&&Ae("move",{center:M.value.getCenter(),zoom:M.value.getZoom()})}),M.value.on("zoom",()=>{M.value&&Ae("zoom",M.value.getZoom())}),setTimeout(()=>{M.value&&c.value.length>0&&([...c.value].sort((Xe,Dt)=>Xe.order-Dt.order).forEach(({control:Xe,position:Dt})=>{M.value&&M.value.addControl(Xe,Dt)}),vt=!0)},100)}),ye.watch(()=>Le.center,He=>{M.value&&He&&M.value.setCenter(He)}),ye.watch(()=>Le.zoom,He=>{M.value&&He!==void 0&&M.value.setZoom(He)}),ye.watch(()=>Le.pitch,He=>{M.value&&He!==void 0&&M.value.setPitch(He)}),ye.watch(()=>Le.bearing,He=>{M.value&&He!==void 0&&M.value.setBearing(He)}),ye.watch(()=>Le.style,He=>{M.value&&He&&M.value.setStyle(He)}),ye.watch(()=>Le.minZoom,He=>{M.value&&He!==void 0&&M.value.setMinZoom(He)}),ye.watch(()=>Le.maxZoom,He=>{M.value&&He!==void 0&&M.value.setMaxZoom(He)}),ye.onBeforeUnmount(()=>{M.value&&M.value.remove()}),Oe({map:M}),(He,xt)=>(ye.openBlock(),ye.createElementBlock("div",{ref_key:"mapContainer",ref:qe,class:"map-container"},[ye.renderSlot(He.$slots,"default",{},void 0,!0)],512))}}),c_=(Ie,Oe)=>{const me=Ie.__vccOpts||Ie;for(const[Le,Ae]of Oe)me[Le]=Ae;return me},u_=c_(l_,[["__scopeId","data-v-ab2cf2b9"]]),h_=ye.defineComponent({__name:"MapLayer",props:{id:{},type:{},source:{},sourceLayer:{default:void 0},paint:{default:()=>({})},layout:{default:()=>({})},filter:{type:[Boolean,Array],default:void 0},minzoom:{default:void 0},maxzoom:{default:void 0},beforeId:{default:void 0},className:{}},setup(Ie){const Oe=Ie,me=ye.inject("map"),Le=ye.ref(!1),Ae=()=>{if(!me||!me.value)return;typeof Oe.source=="object"&&(me.value.getSource(Oe.id)||me.value.addSource(Oe.id,Oe.source));const c={id:Oe.id,type:Oe.type,source:typeof Oe.source=="object"?Oe.id:Oe.source,paint:Oe.paint,layout:Oe.layout};Oe.sourceLayer&&(c["source-layer"]=Oe.sourceLayer),Oe.filter&&(c.filter=Oe.filter),Oe.minzoom!==void 0&&(c.minzoom=Oe.minzoom),Oe.maxzoom!==void 0&&(c.maxzoom=Oe.maxzoom),me.value.getLayer(Oe.id)||(me.value.addLayer(c,Oe.beforeId),Le.value=!0)},qe=()=>{if(!(!me||!me.value))try{me.value.getLayer&&me.value.getLayer(Oe.id)&&(me.value.removeLayer(Oe.id),Le.value=!1),typeof Oe.source=="object"&&me.value.getSource&&me.value.getSource(Oe.id)&&me.value.removeSource(Oe.id)}catch{}};let M=null;return M=ye.watchEffect(()=>{!me||!me.value||(M&&(M(),M=null),me.value.loaded()?Ae():me.value.once("load",Ae))}),ye.watch(()=>Oe.paint,c=>{me&&me.value&&me.value.getLayer(Oe.id)&&c&&Object.keys(c).forEach(ve=>{me.value.setPaintProperty(Oe.id,ve,c[ve])})},{deep:!0}),ye.watch(()=>Oe.layout,c=>{me&&me.value&&me.value.getLayer(Oe.id)&&c&&Object.keys(c).forEach(ve=>{me.value.setLayoutProperty(Oe.id,ve,c[ve])})},{deep:!0}),ye.watch(()=>Oe.filter,c=>{me&&me.value&&me.value.getLayer(Oe.id)&&me.value.setFilter(Oe.id,c)}),ye.watch(()=>Oe.source,c=>{if(me&&me.value&&typeof c=="object"){const ve=me.value.getSource(Oe.id);ve&&ve.type==="geojson"&&c.type==="geojson"&&ve.setData(c.data)}},{deep:!0}),ye.onBeforeUnmount(()=>{qe()}),(c,ve)=>ye.renderSlot(c.$slots,"default")}}),d_=ye.defineComponent({__name:"MapMarker",props:{lngLat:{},color:{default:"#FF0000"},popup:{default:void 0},draggable:{type:Boolean,default:!1},rotation:{default:0},offset:{default:void 0},icon:{default:void 0},iconSize:{default:24},iconColor:{default:void 0},className:{}},emits:["dragstart","drag","dragend"],setup(Ie,{emit:Oe}){const me=Ie,Le=Oe,Ae=ye.inject("map"),qe=ye.ref(!1);let M=null;const c=()=>{if(!Ae||!Ae.value)return;let st=null;me.icon&&(st=document.createElement("div"),st.className="custom-marker",st.innerHTML=`<i class="${me.icon}" style="font-size: ${me.iconSize}px; color: ${me.iconColor||me.color};"></i>`);const He={draggable:me.draggable};if(st?He.element=st:He.color=me.color,me.rotation&&(He.rotation=me.rotation),me.offset&&(He.offset=me.offset),M=new Fu.Marker(He).setLngLat(me.lngLat),me.popup){const xt=new Fu.Popup().setHTML(me.popup);M.setPopup(xt)}M.addTo(Ae.value),qe.value=!0,me.draggable&&M&&(M.on("dragstart",()=>M&&Le("dragstart",M.getLngLat())),M.on("drag",()=>M&&Le("drag",M.getLngLat())),M.on("dragend",()=>M&&Le("dragend",M.getLngLat())))},ve=()=>{M&&(M.remove(),M=null,qe.value=!1)};let vt=null;return vt=ye.watchEffect(()=>{!Ae||!Ae.value||(vt&&(vt(),vt=null),Ae.value.loaded()&&Ae.value.isStyleLoaded()?c():Ae.value.loaded()?Ae.value.once("styledata",c):Ae.value.once("load",()=>{Ae&&Ae.value&&Ae.value.isStyleLoaded()?c():Ae&&Ae.value&&Ae.value.once("styledata",c)}))}),ye.onBeforeUnmount(()=>{ve()}),(st,He)=>ye.renderSlot(st.$slots,"default")}}),p_=ye.defineComponent({__name:"MapNavigationControl",props:{position:{default:"top-right"},className:{}},setup(Ie){const Oe=Ie,me=ye.inject("map"),Le=ye.ref(!1);let Ae=null;return Ae=ye.watchEffect(()=>{!me||!me.value||(Ae&&(Ae(),Ae=null),me.value.addControl(new Fu.NavigationControl,Oe.position),Le.value=!0)}),(qe,M)=>ye.renderSlot(qe.$slots,"default")}}),Cf=ye.defineComponent({__name:"MapFloatingPanel",props:{position:{default:"top-right"},visible:{type:Boolean,default:!0},offset:{default:()=>({x:10,y:10})},leaveRoomForControls:{type:Boolean,default:!0},className:{}},setup(Ie){const Oe=Ie,me=ye.computed(()=>{const Le={position:"absolute",zIndex:"1"},Ae=Oe.offset?.x??10,qe=Oe.offset?.y??10,M=Oe.leaveRoomForControls?50:0;switch(Oe.position){case"top-right":Le.top=`${qe}px`,Le.right=`${M+Ae}px`;break;case"top-left":Le.top=`${qe}px`,Le.left=`${M+Ae}px`;break;case"bottom-right":Le.bottom=`${qe}px`,Le.right=`${M+Ae}px`;break;case"bottom-left":Le.bottom=`${qe}px`,Le.left=`${M+Ae}px`;break}return Le});return(Le,Ae)=>ye.withDirectives((ye.openBlock(),ye.createElementBlock("div",{class:"map-floating-panel",style:ye.normalizeStyle(me.value)},[ye.renderSlot(Le.$slots,"default")],4)),[[t_,Ie.visible]])}}),f_=["innerHTML"],Wn="drawing-polygon-source",Au="drawing-polygon-layer",Du="drawing-polygon-line-layer",Lo="drawing-points-source",zu="drawing-points-layer",Ro="drawing-labels-source",ku="drawing-labels-layer",Fo="completed-polygons-source",od="completed-polygons-layer",ld="completed-polygons-line-layer",Bo="completed-polygons-point-layer",Hn="completed-polygons-points-layer",Lu="completed-polygons-labels-source",Pf="completed-polygons-labels-layer",m_=ye.defineComponent({__name:"DrawTool",props:{icon:{default:"fa-solid fa-ruler-combined"},position:{default:"top-right"},title:{default:"Draw Tool"},iconSize:{default:18},className:{}},emits:["polygonComplete"],setup(Ie,{emit:Oe}){const me=Ie,Le=Oe,Ae=ye.ref(!1),qe=ye.ref([]),M=ye.ref([]),c=ye.ref(null);let ve=null,vt=null,st=null;const He=(ze,Ue)=>{const Je=ze.lat*Math.PI/180,St=Ue.lat*Math.PI/180,ot=(Ue.lat-ze.lat)*Math.PI/180,yt=(Ue.lng-ze.lng)*Math.PI/180,tt=Math.sin(ot/2)*Math.sin(ot/2)+Math.cos(Je)*Math.cos(St)*Math.sin(yt/2)*Math.sin(yt/2);return(6371e3*(2*Math.atan2(Math.sqrt(tt),Math.sqrt(1-tt)))*3.28084).toFixed(2)},xt=(ze,Ue)=>({lng:(ze.lng+Ue.lng)/2,lat:(ze.lat+Ue.lat)/2}),Xe=ze=>{if(ze.length<2)return"0";let Ue=0;for(let mt=1;mt<ze.length;mt++)Ue+=parseFloat(He(ze[mt-1],ze[mt]));return ze.length>=3&&(Ue+=parseFloat(He(ze[ze.length-1],ze[0]))),Ue.toFixed(2)},Dt=ze=>{if(ze.length<3)return"0";const Ue=ze.reduce((tt,Pt)=>tt+Pt.lat,0)/ze.length,mt=111320,Je=111320*Math.cos(Ue*Math.PI/180),St=ze.map(tt=>({x:tt.lng*Je,y:tt.lat*mt}));let ot=0;for(let tt=0;tt<St.length;tt++){const Pt=(tt+1)%St.length;ot+=St[tt].x*St[Pt].y,ot-=St[Pt].x*St[tt].y}return ot=Math.abs(ot)/2,(ot*10.7639).toFixed(2)},at=()=>{if(!Te.value||qe.value.length===0)return;const ze=qe.value.map(ot=>[ot.lng,ot.lat]);if(ze.length===1){const ot={type:"Feature",geometry:{type:"Point",coordinates:ze[0]}},yt=Te.value.getSource(Wn);yt&&yt.setData(ot)}else{ze.length>=3&&ze.push(ze[0]);const ot={type:"Feature",geometry:{type:ze.length>=3?"Polygon":"LineString",coordinates:ze.length>=3?[ze]:ze}},yt=Te.value.getSource(Wn);yt&&yt.setData(ot)}const Ue={type:"FeatureCollection",features:qe.value.map((ot,yt)=>({type:"Feature",geometry:{type:"Point",coordinates:[ot.lng,ot.lat]},properties:{index:yt}}))},mt=Te.value.getSource(Lo);mt&&mt.setData(Ue);const Je=[];for(let ot=1;ot<qe.value.length;ot++){const yt=qe.value[ot-1],tt=qe.value[ot],Pt=xt(yt,tt),Ye=He(yt,tt);Je.push({type:"Feature",geometry:{type:"Point",coordinates:[Pt.lng,Pt.lat]},properties:{distance:`${Ye} ft`}})}if(qe.value.length>=3){const ot=qe.value[0],yt=qe.value[qe.value.length-1],tt=xt(yt,ot),Pt=He(yt,ot);Je.push({type:"Feature",geometry:{type:"Point",coordinates:[tt.lng,tt.lat]},properties:{distance:`${Pt} ft`}})}const St=Te.value.getSource(Ro);St&&St.setData({type:"FeatureCollection",features:Je})},ie=()=>{if(!Te.value)return;const ze=M.value.filter(Ye=>!Ye.isLine&&!Ye.isPoint).map(Ye=>({type:"Feature",id:Ye.id,geometry:{type:"Polygon",coordinates:[Ye.coordinates]},properties:{id:Ye.id,active:Ye.id===c.value}})),Ue=M.value.filter(Ye=>Ye.isLine).map(Ye=>({type:"Feature",id:Ye.id,geometry:{type:"LineString",coordinates:Ye.coordinates},properties:{id:Ye.id,active:Ye.id===c.value}})),mt=M.value.filter(Ye=>Ye.isPoint).map(Ye=>({type:"Feature",id:Ye.id,geometry:{type:"Point",coordinates:Ye.coordinates[0]},properties:{id:Ye.id,active:Ye.id===c.value}})),Je=[...ze,...Ue,...mt],St=Te.value.getSource(Fo);St&&St.setData({type:"FeatureCollection",features:Je});const ot=M.value.filter(Ye=>!Ye.isPoint).flatMap(Ye=>Ye.points.map((It,ui)=>({type:"Feature",geometry:{type:"Point",coordinates:[It.lng,It.lat]},properties:{polygonId:Ye.id,index:ui,active:Ye.id===c.value}}))),yt=Te.value.getSource(Hn);yt&&yt.setData({type:"FeatureCollection",features:ot});const tt=M.value.flatMap(Ye=>{if(Ye.isPoint||Ye.points.length<2)return[];const It=[];for(let ui=1;ui<Ye.points.length;ui++){const hi=Ye.points[ui-1],Ir=Ye.points[ui],Vi=xt(hi,Ir),bn=He(hi,Ir);It.push({type:"Feature",geometry:{type:"Point",coordinates:[Vi.lng,Vi.lat]},properties:{distance:`${bn} ft`,polygonId:Ye.id,active:Ye.id===c.value}})}if(Ye.points.length>=3){const ui=Ye.points[0],hi=Ye.points[Ye.points.length-1],Ir=xt(hi,ui),Vi=He(hi,ui);It.push({type:"Feature",geometry:{type:"Point",coordinates:[Ir.lng,Ir.lat]},properties:{distance:`${Vi} ft`,polygonId:Ye.id,active:Ye.id===c.value}})}return It}),Pt=Te.value.getSource(Lu);Pt&&Pt.setData({type:"FeatureCollection",features:tt})},Et=()=>{if(qe.value.length<1)return;const ze=`shape-${Date.now()}`;if(qe.value.length===1){const Je=qe.value[0];M.value.push({id:ze,coordinates:[[Je.lng,Je.lat]],points:[Je],isLine:!1,isPoint:!0}),c.value=ze,ie(),Le("polygonComplete",{type:"Point",coordinates:[Je.lng,Je.lat]}),Li(),Ae.value=!1,Te?.value&&(Te.value.getCanvas().style.cursor="");return}const Ue=qe.value.map(Je=>[Je.lng,Je.lat]),mt=qe.value.length>=3;mt&&Ue.push(Ue[0]),M.value.push({id:ze,coordinates:Ue,points:[...qe.value],isLine:!mt,isPoint:!1}),c.value=ze,ie(),mt?Le("polygonComplete",{type:"Polygon",coordinates:[Ue]}):Le("polygonComplete",{type:"LineString",coordinates:Ue}),Li(),Ae.value=!1,Te?.value&&(Te.value.getCanvas().style.cursor="")},et=Et,ut=()=>{if(!c.value)return;const ze=M.value.findIndex(Ue=>Ue.id===c.value);ze!==-1&&(M.value.splice(ze,1),c.value=null,ie())},$i=()=>{qe.value=[],Li(),Ae.value=!1,Te?.value&&(Te.value.getCanvas().style.cursor=""),Pr&&Pr.setActive(!1)},Zi=()=>{qe.value.length>=1&&Et()},Li=()=>{if(Te.value){try{ve&&(Te.value.off("click",ve),ve=null),vt&&(Te.value.off("dblclick",vt),vt=null),Te.value.getLayer&&Te.value.getLayer(ku)&&Te.value.removeLayer(ku),Te.value.getLayer&&Te.value.getLayer(zu)&&Te.value.removeLayer(zu);const ze="drawing-point-layer";Te.value.getLayer&&Te.value.getLayer(ze)&&Te.value.removeLayer(ze),Te.value.getLayer&&Te.value.getLayer(Du)&&Te.value.removeLayer(Du),Te.value.getLayer&&Te.value.getLayer(Au)&&Te.value.removeLayer(Au),Te.value.getSource&&Te.value.getSource(Ro)&&Te.value.removeSource(Ro),Te.value.getSource&&Te.value.getSource(Lo)&&Te.value.removeSource(Lo),Te.value.getSource&&Te.value.getSource(Wn)&&Te.value.removeSource(Wn)}catch{}qe.value=[]}},vi=()=>{if(!Te.value)return;Te.value.getSource(Fo)||Te.value.addSource(Fo,{type:"geojson",data:{type:"FeatureCollection",features:[]}}),Te.value.getLayer(od)||Te.value.addLayer({id:od,type:"fill",source:Fo,paint:{"fill-color":["case",["get","active"],"#ff8c00","#088"],"fill-opacity":.4}}),Te.value.getLayer(ld)||Te.value.addLayer({id:ld,type:"line",source:Fo,paint:{"line-color":["case",["get","active"],"#ff8c00","#088"],"line-width":2}}),Te.value.getLayer(Bo)||Te.value.addLayer({id:Bo,type:"circle",source:Fo,filter:["==",["geometry-type"],"Point"],paint:{"circle-radius":["case",["get","active"],7,5],"circle-color":["case",["get","active"],"#ff8c00","#088"],"circle-stroke-color":"#fff","circle-stroke-width":2}}),Te.value.getSource(Hn)||Te.value.addSource(Hn,{type:"geojson",data:{type:"FeatureCollection",features:[]}}),Te.value.getLayer(Hn)||Te.value.addLayer({id:Hn,type:"circle",source:Hn,paint:{"circle-radius":["case",["get","active"],7,5],"circle-color":["case",["get","active"],"#ff8c00","#088"],"circle-stroke-color":"#fff","circle-stroke-width":2}}),Te.value.getSource(Lu)||Te.value.addSource(Lu,{type:"geojson",data:{type:"FeatureCollection",features:[]}}),Te.value.getLayer(Pf)||Te.value.addLayer({id:Pf,type:"symbol",source:Lu,layout:{"text-field":["get","distance"],"text-size":12,"text-font":["Open Sans Regular","Arial Unicode MS Regular"]},paint:{"text-color":"#ff0000","text-halo-color":"#ffffff","text-halo-width":2}}),st=Je=>{const St=Je.originalEvent?.target;if(St&&(St.closest(".vertices-table")||St.closest(".maplibregl-ctrl")))return;const ot=Te.value.queryRenderedFeatures(Je.point,{layers:[od]}),yt=Te.value.queryRenderedFeatures(Je.point,{layers:[ld]}),tt=Te.value.queryRenderedFeatures(Je.point,{layers:[Bo]}),Pt=ot.length>0?ot:yt.length>0?yt:tt;if(Pt.length>0){const Ye=Pt[0].properties.id;c.value=Ye,ie()}else Ae.value||(c.value=null,ie())},Te.value.on("click",st);let ze=null,Ue=null;Te.value.on("mouseenter",Hn,()=>{const Je=Wi();Je&&!Je.isPoint&&(Te.value.getCanvas().style.cursor="move")}),Te.value.on("mouseenter",Bo,()=>{const Je=Wi();Je&&Je.isPoint&&(Te.value.getCanvas().style.cursor="move")}),Te.value.on("mouseleave",Hn,()=>{Ae.value||(Te.value.getCanvas().style.cursor="")}),Te.value.on("mouseleave",Bo,()=>{Ae.value||(Te.value.getCanvas().style.cursor="")});const mt=(Je,St)=>{const ot=Wi();if(!ot||!Je.features||Je.features.length===0)return;const yt=Je.features[0];if(!yt.properties.active)return;Je.preventDefault(),St?(ze=0,Ue=ot.id):(ze=yt.properties.index,Ue=yt.properties.polygonId),Te.value.getCanvas().style.cursor="grabbing";const tt=Ye=>{if(ze===null||Ue===null)return;const It=M.value.find(hi=>hi.id===Ue);if(!It)return;const ui=Ye.lngLat;It.points[ze]={lat:ui.lat,lng:ui.lng},It.isPoint?It.coordinates=[[ui.lng,ui.lat]]:(It.coordinates=It.points.map(hi=>[hi.lng,hi.lat]),It.isLine||It.coordinates.push(It.coordinates[0])),ie()},Pt=()=>{ze=null,Ue=null,Te.value&&(Te.value.getCanvas().style.cursor="move",Te.value.off("mousemove",tt),Te.value.off("mouseup",Pt))};Te.value.on("mousemove",tt),Te.value.on("mouseup",Pt)};Te.value.on("mousedown",Hn,Je=>{mt(Je,!1)}),Te.value.on("mousedown",Bo,Je=>{mt(Je,!0)})},$r=()=>{if(Te.value)if(Ae.value=!Ae.value,Ae.value){Te.value.getCanvas().style.cursor="crosshair",qe.value=[],Te.value.getSource(Wn)||Te.value.addSource(Wn,{type:"geojson",data:{type:"Feature",geometry:{type:"LineString",coordinates:[]}}}),Te.value.getLayer(Au)||Te.value.addLayer({id:Au,type:"fill",source:Wn,paint:{"fill-color":"#ff8c00","fill-opacity":.4}}),Te.value.getLayer(Du)||Te.value.addLayer({id:Du,type:"line",source:Wn,paint:{"line-color":"#ff8c00","line-width":2}});const ze="drawing-point-layer";Te.value.getLayer(ze)||Te.value.addLayer({id:ze,type:"circle",source:Wn,filter:["==",["geometry-type"],"Point"],paint:{"circle-radius":5,"circle-color":"#ff8c00","circle-stroke-color":"#fff","circle-stroke-width":2}}),Te.value.getSource(Lo)||Te.value.addSource(Lo,{type:"geojson",data:{type:"FeatureCollection",features:[]}}),Te.value.getLayer(zu)||Te.value.addLayer({id:zu,type:"circle",source:Lo,paint:{"circle-radius":5,"circle-color":"#ff8c00","circle-stroke-color":"#fff","circle-stroke-width":2}}),Te.value.getSource(Ro)||Te.value.addSource(Ro,{type:"geojson",data:{type:"FeatureCollection",features:[]}}),Te.value.getLayer(ku)||Te.value.addLayer({id:ku,type:"symbol",source:Ro,layout:{"text-field":["get","distance"],"text-size":12,"text-font":["Open Sans Regular","Arial Unicode MS Regular"]},paint:{"text-color":"#ff0000","text-halo-color":"#ffffff","text-halo-width":2}}),ve=Ue=>{if(qe.value.length>=3){const mt=qe.value[0],Je=Ue.lngLat,St=Te.value.project([mt.lng,mt.lat]),ot=Te.value.project([Je.lng,Je.lat]);if(Math.sqrt(Math.pow(St.x-ot.x,2)+Math.pow(St.y-ot.y,2))<10){et();return}}qe.value.push(Ue.lngLat),at()},vt=Ue=>{Ue.preventDefault(),qe.value.length>0&&qe.value.pop(),qe.value.length>=1&&Et()},Te.value.on("click",ve),Te.value.on("dblclick",vt)}else Li(),Te.value.getCanvas().style.cursor=""},Wi=()=>{if(c.value!==null)return M.value.find(ze=>ze.id===c.value)},Sr=()=>{if(Ae.value&&qe.value.length>0)return qe.value;const ze=Wi();return ze?ze.points:[]},Zr=()=>{const ze=Sr();if(ze.length===0&&Ae.value)return`
806
- <div class="draw-instructions">
807
- <div class="instructions-title">Measure distances and areas</div>
808
- <div class="instructions-text">Start creating a measurement by adding points to the map.</div>
809
- </div>
810
- <div class="instructions-actions">
811
- <button class="cancel-btn">
812
- <i class="fa-solid fa-xmark"></i> Cancel
813
- </button>
814
- </div>
815
- `;if(ze.length===0)return"";let Ue="";if(ze.forEach((tt,Pt)=>{const Ye=Pt===0?"-":He(ze[Pt-1],tt);Ue+=`
816
- <tr>
817
- <td>${tt.lat.toFixed(6)}</td>
818
- <td>${tt.lng.toFixed(6)}</td>
819
- <td>${Ye}</td>
820
- </tr>
821
- `}),ze.length>=3){const tt=He(ze[ze.length-1],ze[0]);Ue+=`
822
- <tr>
823
- <td>${ze[0].lat.toFixed(6)}</td>
824
- <td>${ze[0].lng.toFixed(6)}</td>
825
- <td>${tt}</td>
826
- </tr>
827
- `}const Je=Wi()?.isPoint||Ae.value&&ze.length===1,St=Je?"0":Xe(ze),ot=Je?"0":Dt(ze),yt=Ae.value?`
828
- <div class="drawing-actions">
829
- <button class="cancel-btn">
830
- <i class="fa-solid fa-xmark"></i> Cancel
831
- </button>
832
- <button class="finish-btn" ${ze.length<1?"disabled":""}>
833
- <i class="fa-solid fa-check"></i> Finish
834
- </button>
835
- </div>
836
- `:`
837
- <div class="delete-actions">
838
- <button class="delete-polygon-btn">
839
- <i class="fa-solid fa-trash"></i> Delete
840
- </button>
841
- </div>
842
- `;return`
843
- <table>
844
- <thead>
845
- <tr>
846
- <th>Lat</th>
847
- <th>Lng</th>
848
- <th>Distance (ft)</th>
849
- </tr>
850
- </thead>
851
- <tbody>
852
- ${Ue}
853
- </tbody>
854
- </table>
855
- ${Je?"":`
856
- <div class="totals">
857
- <div class="total-row">
858
- <strong>Total Length:</strong> ${St} ft
859
- </div>
860
- <div class="total-row">
861
- <strong>Total Area:</strong> ${ot} sq ft
862
- </div>
863
- </div>
864
- `}
865
- ${yt}
866
- `},fr=ye.computed(()=>Ae.value||c.value!==null&&!!Wi()),mr=ye.computed(()=>Zr()),xn=ze=>{const mt=ze.target.closest("button");mt&&(ze.stopPropagation(),mt.classList.contains("cancel-btn")?$i():mt.classList.contains("finish-btn")?Zi():mt.classList.contains("delete-polygon-btn")&&ut())};ye.watch([Ae,qe,c,M],()=>{},{deep:!0});class Wr{constructor(Ue,mt,Je,St){this._icon=Ue,this._title=mt,this._iconSize=Je,this._clickHandler=St}onAdd(Ue){this._map=Ue,this._container=document.createElement("div"),this._container.className="maplibregl-ctrl maplibregl-ctrl-group",this._button=document.createElement("button"),this._button.className="map-button",this._button.type="button",this._button.title=this._title,this._button.onclick=this._clickHandler;const mt=document.createElement("i");return mt.className=this._icon,mt.style.fontSize=`${this._iconSize}px`,this._button.appendChild(mt),this._container.appendChild(this._button),this._container}setActive(Ue){this._button&&(Ue?this._button.classList.add("active"):this._button.classList.remove("active"))}onRemove(){this._container&&this._container.parentNode&&this._container.parentNode.removeChild(this._container),this._map=void 0}}let Pr=null;const{map:Te}=ye.useMapControl(me,ze=>(typeof window<"u"&&(window.deleteActivePolygon=ut,window.cancelDrawing=$i,window.finishDrawing=Zi),Pr=new Wr(me.icon,me.title,me.iconSize,$r),ze.loaded()?vi():ze.once("load",()=>{vi()}),Pr));return ye.watch(Ae,ze=>{Pr&&Pr.setActive(ze)}),ye.onBeforeUnmount(()=>{Li();try{Te.value&&st&&Te.value.off("click",st)}catch{}}),(ze,Ue)=>(ye.openBlock(),ye.createBlock(Cf,{position:me.position,visible:fr.value,"leave-room-for-controls":!0},{default:ye.withCtx(()=>[ye.createBaseVNode("div",{class:"vertices-table-content",onClick:xn,innerHTML:mr.value},null,8,f_)]),_:1},8,["position","visible"]))}}),g_=ye.defineComponent({__name:"MapButton",props:{icon:{default:""},image:{default:""},position:{default:"top-right"},title:{default:""},iconSize:{default:18},toggleable:{type:Boolean,default:!1},active:{type:Boolean,default:!1},activeColor:{default:"#ffcc80"},className:{}},emits:["click"],setup(Ie,{emit:Oe}){const me=Ie,Le=Oe,Ae=ye.ref(null),qe=()=>{Le("click")};function M(){Ae.value&&me.toggleable&&(Ae.value.style.backgroundColor=me.active?me.activeColor:"")}return ye.watch(()=>me.active,M),ye.useMapControl(me,()=>{const c=ye.createButtonControl(me.icon,me.image,me.title,me.iconSize,qe);if(me.toggleable){const ve=c.onAdd.bind(c);c.onAdd=vt=>{const st=ve(vt);return Ae.value=st.querySelector("button"),M(),st}}return c}),()=>{}}}),__=ye.defineComponent({__name:"GeolocationButton",props:{position:{default:"top-right"},icon:{default:"fa-solid fa-location-crosshairs"},iconSize:{default:18},title:{default:"Show my location"},trackUser:{type:Boolean,default:!1},showAccuracyCircle:{type:Boolean,default:!0},className:{}},emits:["located","error"],setup(Ie,{emit:Oe}){const me=Ie,Le=Oe,Ae=ye.inject("map"),qe=ye.ref(!1),M=()=>{if(qe.value=!0,!Ae||!Ae.value||!navigator.geolocation){Le("error",new Error("Geolocation not supported"));return}navigator.geolocation.getCurrentPosition(st=>{if(!Ae||!Ae.value)return;const{longitude:He,latitude:xt,accuracy:Xe}=st.coords;if(Ae.value.flyTo({center:[He,xt],zoom:16,essential:!0}),me.showAccuracyCircle){const Dt="geolocation-accuracy",at="geolocation-accuracy-layer";Ae.value.getLayer(at)&&Ae.value.removeLayer(at),Ae.value.getSource(Dt)&&Ae.value.removeSource(Dt),Ae.value.addSource(Dt,{type:"geojson",data:{type:"Feature",geometry:{type:"Point",coordinates:[He,xt]},properties:{accuracy:Xe}}}),Ae.value.addLayer({id:at,type:"circle",source:Dt,paint:{"circle-radius":{stops:[[0,0],[20,Xe*Math.pow(2,4)]],base:2},"circle-color":"#4285F4","circle-opacity":.2,"circle-stroke-color":"#4285F4","circle-stroke-width":2,"circle-stroke-opacity":.8}})}Le("located",{longitude:He,latitude:xt,accuracy:Xe}),qe.value=!1},st=>{Le("error",st),qe.value=!1},{enableHighAccuracy:!0,timeout:5e3,maximumAge:0})};class c{constructor(He,xt,Xe,Dt){this._icon=He,this._title=xt,this._iconSize=Xe,this._clickHandler=Dt}onAdd(He){this._map=He,this._container=document.createElement("div"),this._container.className="maplibregl-ctrl maplibregl-ctrl-group",this._button=document.createElement("button"),this._button.className="map-button",this._button.type="button",this._button.title=this._title,this._button.onclick=this._clickHandler;const xt=document.createElement("i");return xt.className=this._icon,xt.style.fontSize=`${this._iconSize}px`,this._button.appendChild(xt),this._container.appendChild(this._button),this._container}onRemove(){this._container&&this._container.parentNode&&this._container.parentNode.removeChild(this._container),this._map=void 0}}let ve=null,vt=null;return vt=ye.watchEffect(()=>{!Ae||!Ae.value||(vt&&(vt(),vt=null),ve=new c(me.icon,me.title,me.iconSize,M),Ae.value.addControl(ve,me.position))}),ye.onBeforeUnmount(()=>{if(Ae&&Ae.value&&ve)try{Ae.value.removeControl(ve)}catch{}}),()=>{}}}),y_=["title"],v_={class:"dropdown-label"},x_={key:0,class:"basemap-dropdown-menu"},b_=["onClick"],cd=ye.defineComponent({__name:"BasemapDropdown",props:{options:{},position:{default:"top-right"},selectedIndex:{default:0},useAsControl:{type:Boolean,default:!0},isDropUp:{type:Boolean,default:!1},imageryLayerId:{default:"imagery-layer"},imageryLabelsLayerId:{default:"imagery-labels-layer"},baseLayerId:{default:null},isImageryVisible:{type:Boolean,default:!1}},emits:["select"],setup(Ie,{expose:Oe,emit:me}){const Le=Ie,Ae=me,qe=ye.ref(!1),M=ye.ref(Le.selectedIndex),c=ye.ref(),ve=ye.ref(),vt=ye.ref(!1),st=ye.computed(()=>Le.options[M.value]),He=ye.computed(()=>Le.useAsControl?Le.position?.includes("bottom")||!1:Le.isDropUp),xt=ye.inject("map");Le.useAsControl&&ye.useMapControl(Le,()=>(vt.value=!0,new Promise(ie=>{ye.nextTick(()=>{const Et=ve.value,et=c.value;if(!Et||!et)throw new Error("Template refs not available");Et.innerHTML="",Et.appendChild(et),ie({onAdd:()=>Et,onRemove:()=>{Et.remove()}})})})));function Xe(){qe.value=!qe.value}function Dt(ie,Et){if(M.value=Et,qe.value=!1,Ae("select",ie,Et),xt?.value&&Le.isImageryVisible){const et=xt.value;et.getLayer(Le.imageryLayerId)&&et.removeLayer(Le.imageryLayerId),et.getSource(Le.imageryLayerId)&&et.removeSource(Le.imageryLayerId),et.getLayer(Le.imageryLabelsLayerId)&&et.removeLayer(Le.imageryLabelsLayerId),et.getSource(Le.imageryLabelsLayerId)&&et.removeSource(Le.imageryLabelsLayerId),et.addSource(Le.imageryLayerId,{type:"raster",tiles:[ie.imageryUrl],tileSize:256}),et.addLayer({id:Le.imageryLayerId,type:"raster",source:Le.imageryLayerId},Le.baseLayerId||void 0),et.addSource(Le.imageryLabelsLayerId,{type:"raster",tiles:[ie.imageryLabelsUrl],tileSize:256}),et.addLayer({id:Le.imageryLabelsLayerId,type:"raster",source:Le.imageryLabelsLayerId})}}function at(ie){c.value&&!c.value.contains(ie.target)&&(qe.value=!1)}return ye.onMounted(()=>{document.addEventListener("click",at)}),ye.onBeforeUnmount(()=>{document.removeEventListener("click",at)}),Oe({isOpen:qe,selectedIndex:M,selectedOption:st,toggleDropdown:Xe}),(ie,Et)=>(ye.openBlock(),ye.createElementBlock("div",null,[vt.value?(ye.openBlock(),ye.createElementBlock("div",{key:0,ref_key:"controlContainerRef",ref:ve,class:"maplibregl-ctrl basemap-dropdown-control"},null,512)):ye.createCommentVNode("",!0),ye.createBaseVNode("div",{ref_key:"dropdownRef",ref:c,class:ye.normalizeClass(["basemap-dropdown-control-wrapper",{"drop-up":He.value}])},[ye.createBaseVNode("button",{class:"basemap-dropdown-toggle",title:st.value?.label||"Select basemap",onClick:Tf(Xe,["stop"])},[ye.createBaseVNode("span",v_,ye.toDisplayString(st.value?.label||"Select"),1),ye.createBaseVNode("i",{class:ye.normalizeClass(["fa-solid",[He.value?"fa-chevron-up":"fa-chevron-down",{open:qe.value}]])},null,2)],8,y_),qe.value?(ye.openBlock(),ye.createElementBlock("div",x_,[(ye.openBlock(!0),ye.createElementBlock(ye.Fragment,null,ye.renderList(Ie.options,(et,ut)=>(ye.openBlock(),ye.createElementBlock("button",{key:ut,class:ye.normalizeClass(["basemap-dropdown-item",{selected:ut===M.value}]),onClick:Tf($i=>Dt(et,ut),["stop"])},ye.toDisplayString(et.label),11,b_))),128))])):ye.createCommentVNode("",!0)],2)]))}}),w_=["title"],T_=ye.defineComponent({__name:"BasemapToggle",props:{position:{default:"top-right"},imageryUrl:{default:"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_2024_1in/MapServer/tile/{z}/{y}/{x}"},imageryLabelsUrl:{default:"https://tiles.arcgis.com/tiles/fLeGjb7u4uXqeF9q/arcgis/rest/services/CityImagery_Labels/MapServer/tile/{z}/{y}/{x}"},imageryLayerId:{default:"imagery-layer"},imageryLabelsLayerId:{default:"imagery-labels-layer"},baseLayerId:{default:null},iconImage:{default:null},basemapImage:{default:null},title:{default:"Toggle Imagery"},iconSize:{default:18},showDropdown:{type:Boolean,default:!1},dropdownOptions:{default:()=>[]},className:{}},emits:["toggled"],setup(Ie,{emit:Oe}){const me=Ie,Le=Oe,Ae=ye.ref(!1),qe=ye.ref(me.imageryUrl),M=ye.ref(me.imageryLabelsUrl),c=ye.ref(0),ve=ye.ref(me.iconImage),vt=ye.ref(),{map:st}=ye.useMapControl(me,()=>new Promise(Xe=>{ye.nextTick(()=>{const Dt=He();Xe(Dt)})}));function He(){const Xe=vt.value;if(!Xe)throw new Error("Template ref not available");return{onAdd:()=>Xe,onRemove:()=>{Xe.remove()},_container:Xe}}function xt(){if(!st?.value)return;const Xe=st.value;Ae.value=!Ae.value,Ae.value?(me.basemapImage&&(ve.value=me.basemapImage),me.baseLayerId&&Xe.getLayer(me.baseLayerId)&&Xe.setLayoutProperty(me.baseLayerId,"visibility","none"),Xe.getSource(me.imageryLayerId)||Xe.addSource(me.imageryLayerId,{type:"raster",tiles:[qe.value],tileSize:256}),Xe.getLayer(me.imageryLayerId)?Xe.setLayoutProperty(me.imageryLayerId,"visibility","visible"):Xe.addLayer({id:me.imageryLayerId,type:"raster",source:me.imageryLayerId},me.baseLayerId||void 0),Xe.getSource(me.imageryLabelsLayerId)||Xe.addSource(me.imageryLabelsLayerId,{type:"raster",tiles:[M.value],tileSize:256}),Xe.getLayer(me.imageryLabelsLayerId)?Xe.setLayoutProperty(me.imageryLabelsLayerId,"visibility","visible"):Xe.addLayer({id:me.imageryLabelsLayerId,type:"raster",source:me.imageryLabelsLayerId})):(me.iconImage&&(ve.value=me.iconImage),Xe.getLayer(me.imageryLayerId)&&Xe.setLayoutProperty(me.imageryLayerId,"visibility","none"),Xe.getLayer(me.imageryLabelsLayerId)&&Xe.setLayoutProperty(me.imageryLabelsLayerId,"visibility","none"),me.baseLayerId&&Xe.getLayer(me.baseLayerId)&&Xe.setLayoutProperty(me.baseLayerId,"visibility","visible")),Le("toggled",Ae.value)}return(Xe,Dt)=>(ye.openBlock(),ye.createElementBlock("div",{ref_key:"wrapperRef",ref:vt,class:ye.normalizeClass(Ie.showDropdown&&Ie.dropdownOptions.length>0?"maplibregl-ctrl basemap-toggle-wrapper":"maplibregl-ctrl maplibregl-ctrl-group")},[Ie.position?.includes("right")&&Ie.showDropdown&&Ie.dropdownOptions.length>0&&Ae.value?(ye.openBlock(),ye.createBlock(cd,{key:0,options:Ie.dropdownOptions,"selected-index":c.value,"use-as-control":!1,"is-drop-up":Ie.position?.includes("bottom"),"imagery-layer-id":Ie.imageryLayerId,"imagery-labels-layer-id":Ie.imageryLabelsLayerId,"base-layer-id":Ie.baseLayerId,"is-imagery-visible":Ae.value},null,8,["options","selected-index","is-drop-up","imagery-layer-id","imagery-labels-layer-id","base-layer-id","is-imagery-visible"])):ye.createCommentVNode("",!0),ye.createBaseVNode("button",{class:"maplibregl-ctrl-icon basemap-toggle-button",type:"button",title:Ie.title,style:ye.normalizeStyle({width:`${Ie.iconSize}px`,height:`${Ie.iconSize}px`,backgroundImage:ve.value?`url('${ve.value}')`:void 0,backgroundSize:"cover",backgroundPosition:"center"}),onClick:xt},null,12,w_),Ie.position?.includes("left")&&Ie.showDropdown&&Ie.dropdownOptions.length>0&&Ae.value?(ye.openBlock(),ye.createBlock(cd,{key:1,options:Ie.dropdownOptions,"selected-index":c.value,"use-as-control":!1,"is-drop-up":Ie.position?.includes("bottom"),"imagery-layer-id":Ie.imageryLayerId,"imagery-labels-layer-id":Ie.imageryLabelsLayerId,"base-layer-id":Ie.baseLayerId,"is-imagery-visible":Ae.value},null,8,["options","selected-index","is-drop-up","imagery-layer-id","imagery-labels-layer-id","base-layer-id","is-imagery-visible"])):ye.createCommentVNode("",!0)],2))}}),Oo="measure-line-source",S_="measure-line-layer",P_="measure-points-layer",I_="measure-labels-layer",M_=ye.defineComponent({__name:"MeasureButton",props:{position:{default:"top-right"},icon:{default:"fa-solid fa-ruler"},iconSize:{default:18},title:{default:"Measure Distance"},unit:{default:"feet"},className:{}},emits:["measured","cleared"],setup(Ie,{emit:Oe}){const me=Ie,Le=Oe,Ae=ye.ref(!1),qe=ye.ref([]),{map:M}=ye.useMapControl(me,()=>{const ie=ye.createButtonControl(me.icon,void 0,me.title,me.iconSize,vt);return c=ie,ie});let c=null,ve=null;function vt(){Ae.value=!Ae.value,Ae.value?st():He()}function st(){!M||!M.value||(M.value.getCanvas().style.cursor="crosshair",M.value.getSource(Oo)||(M.value.addSource(Oo,{type:"geojson",data:{type:"FeatureCollection",features:[]}}),M.value.addLayer({id:S_,type:"line",source:Oo,paint:{"line-color":"#ff0000","line-width":3}}),M.value.addLayer({id:P_,type:"circle",source:Oo,filter:["==","$type","Point"],paint:{"circle-radius":5,"circle-color":"#ff0000","circle-stroke-color":"#fff","circle-stroke-width":2}}),M.value.addLayer({id:I_,type:"symbol",source:Oo,filter:["==","$type","Point"],layout:{"text-field":["get","distance"],"text-size":12,"text-offset":[0,-1.5],"text-font":["Open Sans Regular","Arial Unicode MS Regular"]},paint:{"text-color":"#ff0000","text-halo-color":"#ffffff","text-halo-width":2}})),ve=ie=>{qe.value.push({lng:ie.lngLat.lng,lat:ie.lngLat.lat}),xt()},M.value.on("click",ve))}function He(){!M||!M.value||(M.value.getCanvas().style.cursor="",ve&&(M.value.off("click",ve),ve=null),qe.value.length>0&&Le("cleared"),qe.value=[],xt())}function xt(){if(!M||!M.value)return;const ie=[];let Et=0;qe.value.length>=2&&ie.push({type:"Feature",geometry:{type:"LineString",coordinates:qe.value.map(ut=>[ut.lng,ut.lat])}}),qe.value.forEach((ut,$i)=>{if($i>0){const Zi=qe.value[$i-1];if(!Zi)return;const Li=Xe(Zi,ut);Et+=parseFloat(Li),ie.push({type:"Feature",geometry:{type:"Point",coordinates:[ut.lng,ut.lat]},properties:{distance:`${Dt(Li.toString())} ${at()}`}})}else ie.push({type:"Feature",geometry:{type:"Point",coordinates:[ut.lng,ut.lat]},properties:{distance:"Start"}})});const et=M.value.getSource(Oo);et&&et.setData&&et.setData({type:"FeatureCollection",features:ie}),qe.value.length>=2&&Le("measured",{points:qe.value,totalDistance:Dt(Et.toFixed(2)),unit:me.unit})}function Xe(ie,Et){const ut=ie.lat*Math.PI/180,$i=Et.lat*Math.PI/180,Zi=(Et.lat-ie.lat)*Math.PI/180,Li=(Et.lng-ie.lng)*Math.PI/180,vi=Math.sin(Zi/2)*Math.sin(Zi/2)+Math.cos(ut)*Math.cos($i)*Math.sin(Li/2)*Math.sin(Li/2);return 6371e3*(2*Math.atan2(Math.sqrt(vi),Math.sqrt(1-vi)))}function Dt(ie){const Et=parseFloat(ie);switch(me.unit){case"feet":return(Et*3.28084).toFixed(2);case"miles":return(Et*621371e-9).toFixed(2);case"kilometers":return(Et/1e3).toFixed(2);default:return Et.toFixed(2)}}function at(){return me.unit==="feet"?"ft":me.unit==="miles"?"mi":me.unit==="kilometers"?"km":"m"}return ye.watch(Ae,ie=>{c&&c._button&&(ie?c._button.classList.add("active"):c._button.classList.remove("active"))}),()=>{}}});exports.createButtonControl=ye.createButtonControl;exports.useMapControl=ye.useMapControl;exports.BasemapDropdown=cd;exports.BasemapToggle=T_;exports.DrawTool=m_;exports.GeolocationButton=__;exports.Map=u_;exports.MapButton=g_;exports.MapFloatingPanel=Cf;exports.MapLayer=h_;exports.MapMarker=d_;exports.MapNavigationControl=p_;exports.MeasureButton=M_;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./DrawTool.vue_vue_type_style_index_0_lang-CQSJOFuP.cjs"),r=require("./useMapControl-CGjWu6ME.cjs"),a=require("./utils.js");exports.BasemapDropdown=e._sfc_main$14;exports.BasemapToggle=e._sfc_main$13;exports.CircleLayer=e._sfc_main$5;exports.DrawTool=e._sfc_main$10;exports.FillLayer=e._sfc_main$3;exports.GeolocationButton=e._sfc_main$12;exports.LineLayer=e._sfc_main$4;exports.Map=e.Map;exports.MapButton=e._sfc_main$11;exports.MapFloatingPanel=e._sfc_main$9;exports.MapLayer=e._sfc_main$2;exports.MapMarker=e._sfc_main;exports.MapNavigationControl=e._sfc_main$8;exports.MapPopup=e._sfc_main$1;exports.MapSearchControl=e._sfc_main$15;exports.RasterLayer=e._sfc_main$7;exports.SymbolLayer=e._sfc_main$6;exports.defaultBasemapSource=e.defaultBasemapSource;exports.defaultImageryOptions=e.defaultImageryOptions;exports.defaultLabelsSource=e.defaultLabelsSource;exports.imageryLabelsSource=e.imageryLabelsSource;exports.imageryLabelsUrl=e.imageryLabelsUrl;exports.imageryParcelOutlinesSource=e.imageryParcelOutlinesSource;exports.imagerySources=e.imagerySources;exports.useMapControl=r.useMapControl;exports.fetchParcelGeometry=a.fetchParcelGeometry;exports.geocodeAddress=a.geocodeAddress;exports.queryParcelAtPoint=a.queryParcelAtPoint;